From 2bd01f76e16bf39087fc879693034455aae2dccb Mon Sep 17 00:00:00 2001 From: Elana Hashman Date: Wed, 8 Jul 2020 13:59:43 -0700 Subject: [PATCH] Remove v14 and v18 assets --- pkg/arm/v14/arm.go | 138 - pkg/arm/v14/arm_test.go | 103 - pkg/arm/v14/bindata.go | 268 - pkg/arm/v14/data/master-startup.sh | 189 - pkg/arm/v14/data/node-startup.sh | 113 - pkg/arm/v14/derive.go | 40 - pkg/arm/v14/derive_test.go | 37 - pkg/arm/v14/resources.go | 711 - pkg/arm/v18/arm.go | 138 - pkg/arm/v18/arm_test.go | 103 - pkg/arm/v18/bindata.go | 268 - pkg/arm/v18/data/master-startup.sh | 200 - pkg/arm/v18/data/node-startup.sh | 124 - pkg/arm/v18/derive.go | 40 - pkg/arm/v18/derive_test.go | 37 - pkg/arm/v18/resources.go | 711 - pkg/config/v14/generate.go | 521 - pkg/config/v14/generate_test.go | 219 - pkg/config/v14/types.go | 13 - pkg/config/v18/generate.go | 521 - pkg/config/v18/generate_test.go | 219 - pkg/config/v18/types.go | 13 - pkg/startup/v14/bindata.go | 1948 -- pkg/startup/v14/codecov_dummy_test.go | 12 - .../common/etc/azsec/azsecmon-audit.rules | 15 - pkg/startup/v14/data/common/etc/default/mdsd | 39 - .../v14/data/common/etc/fluentd/fluent.conf | 41 - .../v14/data/common/etc/mdsd.d/mdsd.xml | 76 - .../data/common/etc/mdsd.d/secret/gcscert.pem | 1 - .../data/common/etc/mdsd.d/secret/gcskey.pem | 1 - .../aro-admission-controller.yaml | 3 - pkg/startup/v14/data/master/etc/etcd/ca.crt | 1 - .../v14/data/master/etc/etcd/etcd.conf | 18 - pkg/startup/v14/data/master/etc/etcd/peer.crt | 1 - pkg/startup/v14/data/master/etc/etcd/peer.key | 1 - .../v14/data/master/etc/etcd/server.crt | 1 - .../v14/data/master/etc/etcd/server.key | 1 - .../etc/origin/cloudprovider/azure.conf | 1 - .../data/master/etc/origin/master/admin.crt | 1 - .../data/master/etc/origin/master/admin.key | 1 - .../master/etc/origin/master/admin.kubeconfig | 1 - .../master/admission-webhook.kubeconfig | 6 - .../origin/master/aggregator-front-proxy.crt | 1 - .../origin/master/aggregator-front-proxy.key | 1 - .../master/etc/origin/master/ca-bundle.crt | 1 - .../v14/data/master/etc/origin/master/ca.crt | 1 - .../v14/data/master/etc/origin/master/ca.key | 1 - .../master/etc/origin/master/client.secret | 1 - .../etc/origin/master/front-proxy-ca.crt | 1 - .../etc/origin/master/master-config.yaml | 206 - .../etc/origin/master/master.etcd-ca.crt | 1 - .../etc/origin/master/master.etcd-client.crt | 1 - .../etc/origin/master/master.etcd-client.key | 1 - .../origin/master/master.kubelet-client.crt | 1 - .../origin/master/master.kubelet-client.key | 1 - .../etc/origin/master/master.proxy-client.crt | 1 - .../etc/origin/master/master.proxy-client.key | 1 - .../etc/origin/master/master.server.crt | 1 - .../etc/origin/master/master.server.key | 1 - .../etc/origin/master/named/console.crt | 1 - .../etc/origin/master/named/console.key | 1 - .../origin/master/openshift-master.kubeconfig | 1 - .../master/etc/origin/master/scheduler.json | 88 - .../etc/origin/master/service-signer.crt | 1 - .../etc/origin/master/service-signer.key | 1 - .../origin/master/serviceaccounts.private.key | 1 - .../origin/master/serviceaccounts.public.key | 1 - .../etc/origin/master/session-secrets.yaml | 5 - .../v14/data/master/etc/origin/node/ca.crt | 1 - .../data/master/etc/origin/node/client-ca.crt | 1 - .../master/etc/origin/node/node-config.yaml | 76 - .../master/etc/origin/node/node.kubeconfig | 1 - .../etc/origin/node/pods/apiserver.yaml | 70 - .../node/pods/aroadmissioncontroller.yaml | 44 - .../etc/origin/node/pods/controllers.yaml | 57 - .../master/etc/origin/node/pods/etcd.yaml | 65 - .../data/master/etc/origin/node/pods/ovs.yaml | 91 - .../data/master/etc/origin/node/pods/sdn.yaml | 121 - .../data/master/etc/origin/node/resolv.conf | 3 - .../master/etc/origin/node/sdn.kubeconfig | 1 - .../ca-trust/source/anchors/openshift-ca.crt | 1 - .../etc/sysconfig/atomic-openshift-node | 4 - pkg/startup/v14/data/master/root/.kube/config | 1 - .../etc/origin/cloudprovider/azure.conf | 1 - .../etc/origin/node/bootstrap.kubeconfig | 1 - .../v14/data/worker/etc/origin/node/ca.crt | 1 - .../etc/origin/node/node-bootstrapper.crt | 1 - .../etc/origin/node/node-bootstrapper.key | 1 - .../worker/etc/origin/node/node-config.yaml | 79 - .../data/worker/etc/origin/node/pods/ovs.yaml | 91 - .../data/worker/etc/origin/node/pods/sdn.yaml | 121 - .../data/worker/etc/origin/node/resolv.conf | 3 - .../worker/etc/origin/node/sdn.kubeconfig | 1 - .../worker/etc/origin/node/volume-config.yaml | 4 - .../ca-trust/source/anchors/openshift-ca.crt | 1 - .../etc/sysconfig/atomic-openshift-node | 4 - pkg/startup/v14/derive.go | 143 - pkg/startup/v14/derive_test.go | 132 - pkg/startup/v14/startup.go | 260 - pkg/startup/v14/startup_test.go | 112 - pkg/startup/v18/bindata.go | 1948 -- pkg/startup/v18/codecov_dummy_test.go | 12 - .../common/etc/azsec/azsecmon-audit.rules | 15 - pkg/startup/v18/data/common/etc/default/mdsd | 39 - .../v18/data/common/etc/fluentd/fluent.conf | 41 - .../v18/data/common/etc/mdsd.d/mdsd.xml | 76 - .../data/common/etc/mdsd.d/secret/gcscert.pem | 1 - .../data/common/etc/mdsd.d/secret/gcskey.pem | 1 - .../aro-admission-controller.yaml | 3 - pkg/startup/v18/data/master/etc/etcd/ca.crt | 1 - .../v18/data/master/etc/etcd/etcd.conf | 18 - pkg/startup/v18/data/master/etc/etcd/peer.crt | 1 - pkg/startup/v18/data/master/etc/etcd/peer.key | 1 - .../v18/data/master/etc/etcd/server.crt | 1 - .../v18/data/master/etc/etcd/server.key | 1 - .../etc/origin/cloudprovider/azure.conf | 1 - .../data/master/etc/origin/master/admin.crt | 1 - .../data/master/etc/origin/master/admin.key | 1 - .../master/etc/origin/master/admin.kubeconfig | 1 - .../master/admission-webhook.kubeconfig | 6 - .../origin/master/aggregator-front-proxy.crt | 1 - .../origin/master/aggregator-front-proxy.key | 1 - .../master/etc/origin/master/ca-bundle.crt | 1 - .../v18/data/master/etc/origin/master/ca.crt | 1 - .../v18/data/master/etc/origin/master/ca.key | 1 - .../master/etc/origin/master/client.secret | 1 - .../etc/origin/master/front-proxy-ca.crt | 1 - .../etc/origin/master/master-config.yaml | 206 - .../etc/origin/master/master.etcd-ca.crt | 1 - .../etc/origin/master/master.etcd-client.crt | 1 - .../etc/origin/master/master.etcd-client.key | 1 - .../origin/master/master.kubelet-client.crt | 1 - .../origin/master/master.kubelet-client.key | 1 - .../etc/origin/master/master.proxy-client.crt | 1 - .../etc/origin/master/master.proxy-client.key | 1 - .../etc/origin/master/master.server.crt | 1 - .../etc/origin/master/master.server.key | 1 - .../etc/origin/master/named/console.crt | 1 - .../etc/origin/master/named/console.key | 1 - .../origin/master/openshift-master.kubeconfig | 1 - .../master/etc/origin/master/scheduler.json | 88 - .../etc/origin/master/service-signer.crt | 1 - .../etc/origin/master/service-signer.key | 1 - .../origin/master/serviceaccounts.private.key | 1 - .../origin/master/serviceaccounts.public.key | 1 - .../etc/origin/master/session-secrets.yaml | 5 - .../v18/data/master/etc/origin/node/ca.crt | 1 - .../data/master/etc/origin/node/client-ca.crt | 1 - .../master/etc/origin/node/node-config.yaml | 76 - .../master/etc/origin/node/node.kubeconfig | 1 - .../etc/origin/node/pods/apiserver.yaml | 70 - .../node/pods/aroadmissioncontroller.yaml | 50 - .../etc/origin/node/pods/controllers.yaml | 57 - .../master/etc/origin/node/pods/etcd.yaml | 65 - .../data/master/etc/origin/node/pods/ovs.yaml | 91 - .../data/master/etc/origin/node/pods/sdn.yaml | 121 - .../data/master/etc/origin/node/resolv.conf | 3 - .../master/etc/origin/node/sdn.kubeconfig | 1 - .../ca-trust/source/anchors/openshift-ca.crt | 1 - .../etc/sysconfig/atomic-openshift-node | 4 - pkg/startup/v18/data/master/root/.kube/config | 1 - .../etc/origin/cloudprovider/azure.conf | 1 - .../etc/origin/node/bootstrap.kubeconfig | 1 - .../v18/data/worker/etc/origin/node/ca.crt | 1 - .../etc/origin/node/node-bootstrapper.crt | 1 - .../etc/origin/node/node-bootstrapper.key | 1 - .../worker/etc/origin/node/node-config.yaml | 79 - .../data/worker/etc/origin/node/pods/ovs.yaml | 91 - .../data/worker/etc/origin/node/pods/sdn.yaml | 121 - .../data/worker/etc/origin/node/resolv.conf | 3 - .../worker/etc/origin/node/sdn.kubeconfig | 1 - .../worker/etc/origin/node/volume-config.yaml | 4 - .../ca-trust/source/anchors/openshift-ca.crt | 1 - .../etc/sysconfig/atomic-openshift-node | 4 - pkg/startup/v18/derive.go | 143 - pkg/startup/v18/derive_test.go | 132 - pkg/startup/v18/startup.go | 307 - pkg/startup/v18/startup_test.go | 112 - pkg/sync/v14/bindata.go | 17190 ---------------- pkg/sync/v14/clean.go | 179 - pkg/sync/v14/clean_test.go | 43 - pkg/sync/v14/client.go | 325 - pkg/sync/v14/client_test.go | 64 - pkg/sync/v14/content_test.go | 277 - .../v1beta1.metrics.k8s.io.yaml | 12 - .../v1beta1.servicecatalog.k8s.io.yaml | 13 - .../admin.yaml | 509 - .../asb-access.yaml | 14 - .../asb-auth.yaml | 66 - .../asb-user-access.yaml | 14 - .../basic-user.yaml | 68 - .../cluster-admin.yaml | 20 - .../cluster-debugger.yaml | 14 - .../cluster-monitoring-operator.yaml | 246 - .../cluster-reader.yaml | 593 - .../cluster-status.yaml | 35 - .../customer-admin-cluster.yaml | 178 - .../customer-admin-controller.yaml | 36 - .../customer-admin-project.yaml | 52 - .../edit.yaml | 428 - .../log-analytics-agent.yaml | 35 - .../namespace-viewer.yaml | 22 - .../registry-admin.yaml | 121 - .../registry-editor.yaml | 68 - .../registry-viewer.yaml | 40 - .../router-metrics.yaml | 11 - .../sar-creator.yaml | 11 - .../self-access-reviewer.yaml | 21 - .../self-provisioner.yaml | 16 - .../service-catalog-controller.yaml | 76 - .../servicecatalog-serviceclass-viewer.yaml | 14 - .../storage-admin.yaml | 43 - .../strimzi-admin.yaml | 25 - .../strimzi-cluster-operator-global.yaml | 23 - .../strimzi-cluster-operator-namespaced.yaml | 268 - .../strimzi-entity-operator.yaml | 48 - .../strimzi-kafka-broker.yaml | 13 - .../strimzi-topic-operator.yaml | 25 - .../sudoer.yaml | 28 - .../system-aggregate-to-admin.yaml | 188 - .../system-aggregate-to-edit.yaml | 168 - .../system-aggregate-to-view.yaml | 112 - .../system-auth-delegator.yaml | 22 - .../system-aws-cloud-provider.yaml | 25 - .../system-basic-user.yaml | 17 - .../system-build-controller.yaml | 8 - .../system-build-strategy-custom.yaml | 15 - .../system-build-strategy-docker.yaml | 16 - ...system-build-strategy-jenkinspipeline.yaml | 15 - .../system-build-strategy-source.yaml | 15 - ...system-certificate-signing-controller.yaml | 8 - ...certificatesigningrequests-nodeclient.yaml | 16 - ...ificatesigningrequests-selfnodeclient.yaml | 16 - ...em-controller-attachdetach-controller.yaml | 57 - ...tem-controller-certificate-controller.yaml | 39 - ...er-clusterrole-aggregation-controller.yaml | 19 - .../system-controller-cronjob-controller.yaml | 57 - ...stem-controller-daemon-set-controller.yaml | 75 - ...stem-controller-deployment-controller.yaml | 63 - ...stem-controller-disruption-controller.yaml | 65 - ...system-controller-endpoint-controller.yaml | 42 - .../system-controller-expand-controller.yaml | 63 - ...-controller-generic-garbage-collector.yaml | 28 - ...-controller-horizontal-pod-autoscaler.yaml | 66 - .../system-controller-job-controller.yaml | 48 - ...ystem-controller-namespace-controller.yaml | 34 - .../system-controller-node-controller.yaml | 47 - ...m-controller-persistent-volume-binder.yaml | 96 - ...stem-controller-pod-garbage-collector.yaml | 23 - ...m-controller-pv-protection-controller.yaml | 26 - ...-controller-pvc-protection-controller.yaml | 34 - ...stem-controller-replicaset-controller.yaml | 51 - ...tem-controller-replication-controller.yaml | 48 - ...m-controller-resourcequota-controller.yaml | 30 - .../system-controller-route-controller.yaml | 30 - ...controller-service-account-controller.yaml | 23 - .../system-controller-service-controller.yaml | 38 - ...tem-controller-statefulset-controller.yaml | 73 - .../system-controller-ttl-controller.yaml | 26 - .../system-csi-external-attacher.yaml | 49 - .../system-csi-external-provisioner.yaml | 48 - .../system-daemonset-controller.yaml | 8 - .../system-deployer.yaml | 60 - .../system-deployment-controller.yaml | 8 - .../system-deploymentconfig-controller.yaml | 8 - .../system-discovery.yaml | 26 - .../system-disruption-controller.yaml | 8 - .../system-endpoint-controller.yaml | 8 - .../system-garbage-collector-controller.yaml | 8 - .../system-gc-controller.yaml | 8 - .../system-heapster.yaml | 29 - .../system-hpa-controller.yaml | 8 - .../system-image-auditor.yaml | 19 - .../system-image-builder.yaml | 38 - .../system-image-pruner.yaml | 87 - .../system-image-puller.yaml | 15 - .../system-image-pusher.yaml | 17 - .../system-image-signer.yaml | 24 - .../system-job-controller.yaml | 8 - .../system-kube-aggregator.yaml | 19 - .../system-kube-controller-manager.yaml | 62 - .../system-kube-dns.yaml | 18 - .../system-kube-scheduler.yaml | 109 - .../system-kubelet-api-admin.yaml | 34 - .../system-master.yaml | 18 - .../system-metrics-server.yaml | 16 - .../system-namespace-controller.yaml | 8 - .../system-node-admin.yaml | 32 - .../system-node-bootstrap-autoapprover.yaml | 21 - .../system-node-bootstrapper.yaml | 19 - .../system-node-problem-detector.yaml | 30 - .../system-node-proxier.yaml | 32 - .../system-node-reader.yaml | 30 - .../system-node.yaml | 136 - .../system-oauth-token-deleter.yaml | 16 - .../system-openshift-aggregate-to-admin.yaml | 294 - ...openshift-aggregate-to-cluster-reader.yaml | 346 - .../system-openshift-aggregate-to-edit.yaml | 233 - .../system-openshift-aggregate-to-view.yaml | 140 - ...roller-build-config-change-controller.yaml | 39 - ...openshift-controller-build-controller.yaml | 104 - ...uster-quota-reconciliation-controller.yaml | 37 - ...oller-default-rolebindings-controller.yaml | 38 - ...nshift-controller-deployer-controller.yaml | 49 - ...ontroller-deploymentconfig-controller.yaml | 58 - ...-controller-horizontal-pod-autoscaler.yaml | 16 - ...ft-controller-image-import-controller.yaml | 47 - ...t-controller-image-trigger-controller.yaml | 79 - ...ontroller-ingress-to-route-controller.yaml | 52 - ...espace-security-allocation-controller.yaml | 33 - ...ontroller-origin-namespace-controller.yaml | 31 - ...ift-controller-pv-recycler-controller.yaml | 58 - ...t-controller-resourcequota-controller.yaml | 52 - ...m-openshift-controller-sdn-controller.yaml | 86 - ...troller-service-ingress-ip-controller.yaml | 30 - ...oller-service-serving-cert-controller.yaml | 35 - ...-controller-serviceaccount-controller.yaml | 28 - ...erviceaccount-pull-secrets-controller.yaml | 46 - ...ntroller-template-instance-controller.yaml | 20 - ...emplate-instance-finalizer-controller.yaml | 14 - ...ft-controller-template-service-broker.yaml | 87 - ...nshift-controller-unidling-controller.yaml | 65 - .../system-openshift-discovery.yaml | 29 - ...penshift-templateservicebroker-client.yaml | 15 - .../system-persistent-volume-provisioner.yaml | 51 - .../system-registry.yaml | 49 - .../system-replicaset-controller.yaml | 8 - .../system-replication-controller.yaml | 8 - .../system-router.yaml | 49 - .../system-scope-impersonation.yaml | 14 - .../system-sdn-manager.yaml | 36 - .../system-sdn-reader.yaml | 59 - ...em-service-catalog-aggregate-to-admin.yaml | 34 - ...tem-service-catalog-aggregate-to-edit.yaml | 34 - ...tem-service-catalog-aggregate-to-view.yaml | 19 - .../system-statefulset-controller.yaml | 8 - .../system-volume-scheduler.yaml | 28 - .../system-webhook.yaml | 16 - .../view.yaml | 258 - .../admin-0.yaml | 12 - .../admin.yaml | 12 - .../asb-access.yaml | 12 - .../asb-auth.yaml | 12 - ...tor-openshift-template-service-broker.yaml | 12 - .../basic-users.yaml | 14 - .../blackboxmonitor.yaml | 12 - .../bootstrap-autoapprover.yaml | 12 - .../cluster-admin.yaml | 16 - .../cluster-admins.yaml | 17 - .../cluster-monitoring-operator.yaml | 12 - .../cluster-monitoring-view.yaml | 12 - .../cluster-reader.yaml | 12 - .../cluster-readers.yaml | 14 - .../cluster-status-binding.yaml | 17 - .../customer-admin-cluster-group.yaml | 12 - .../customer-admin-controller-admin.yaml | 12 - ...stomer-admin-controller-project-admin.yaml | 12 - .../customer-admin-controller-sa.yaml | 12 - .../customer-admin-strimzi.yaml | 12 - .../log-analytics-agent.yaml | 12 - .../metrics-server-system-auth-delegator.yaml | 12 - .../router-metrics.yaml | 12 - .../router-router-role.yaml | 12 - .../sdn-cluster-reader.yaml | 12 - .../sdn-node-proxier.yaml | 12 - .../sdn-reader.yaml | 12 - .../self-access-reviewers.yaml | 17 - .../self-provisioners.yaml | 14 - .../service-catalog-controller-binding.yaml | 12 - ...g-controller-namespace-viewer-binding.yaml | 12 - ...vice-catalog-namespace-viewer-binding.yaml | 12 - .../service-catalog-sar-creator-binding.yaml | 12 - ...cecatalog-serviceclass-viewer-binding.yaml | 12 - ...r-operator-entity-operator-delegation.yaml | 14 - .../strimzi-cluster-operator-global.yaml | 14 - ...ster-operator-kafka-broker-delegation.yaml | 14 - .../strimzi-cluster-operator-namespaced.yaml | 14 - ...er-operator-topic-operator-delegation.yaml | 14 - .../system-auth-delegator-binding.yaml | 12 - .../system-aws-cloud-provider.yaml | 16 - .../system-basic-user.yaml | 19 - .../system-build-strategy-docker-binding.yaml | 14 - ...uild-strategy-jenkinspipeline-binding.yaml | 14 - .../system-build-strategy-source-binding.yaml | 14 - ...em-controller-attachdetach-controller.yaml | 16 - ...tem-controller-certificate-controller.yaml | 16 - ...er-clusterrole-aggregation-controller.yaml | 16 - .../system-controller-cronjob-controller.yaml | 16 - ...stem-controller-daemon-set-controller.yaml | 16 - ...stem-controller-deployment-controller.yaml | 16 - ...stem-controller-disruption-controller.yaml | 16 - ...system-controller-endpoint-controller.yaml | 16 - .../system-controller-expand-controller.yaml | 16 - ...-controller-generic-garbage-collector.yaml | 16 - ...-controller-horizontal-pod-autoscaler.yaml | 19 - .../system-controller-job-controller.yaml | 16 - ...ystem-controller-namespace-controller.yaml | 16 - .../system-controller-node-controller.yaml | 16 - ...m-controller-persistent-volume-binder.yaml | 16 - ...stem-controller-pod-garbage-collector.yaml | 16 - ...m-controller-pv-protection-controller.yaml | 16 - ...-controller-pvc-protection-controller.yaml | 16 - ...stem-controller-replicaset-controller.yaml | 16 - ...tem-controller-replication-controller.yaml | 16 - ...m-controller-resourcequota-controller.yaml | 16 - .../system-controller-route-controller.yaml | 16 - ...controller-service-account-controller.yaml | 16 - .../system-controller-service-controller.yaml | 16 - ...tem-controller-statefulset-controller.yaml | 16 - .../system-controller-ttl-controller.yaml | 16 - .../system-deployer.yaml | 14 - .../system-discovery-binding.yaml | 10 - .../system-discovery.yaml | 19 - .../system-image-builder.yaml | 14 - .../system-image-puller.yaml | 14 - .../system-kube-controller-manager.yaml | 16 - .../system-kube-dns.yaml | 16 - .../system-kube-scheduler.yaml | 16 - .../system-masters.yaml | 14 - .../system-metrics-server.yaml | 12 - .../system-node-admins.yaml | 17 - .../system-node-bootstrapper.yaml | 14 - .../system-node-proxier.yaml | 16 - .../system-node-proxiers.yaml | 14 - .../system-node.yaml | 12 - .../system-nodes.yaml | 10 - .../system-oauth-token-deleters.yaml | 17 - ...roller-build-config-change-controller.yaml | 14 - ...openshift-controller-build-controller.yaml | 14 - ...uster-quota-reconciliation-controller.yaml | 14 - ...oller-default-rolebindings-controller.yaml | 14 - ...nshift-controller-deployer-controller.yaml | 14 - ...ontroller-deploymentconfig-controller.yaml | 14 - ...-controller-horizontal-pod-autoscaler.yaml | 14 - ...ft-controller-image-import-controller.yaml | 14 - ...t-controller-image-trigger-controller.yaml | 14 - ...ontroller-ingress-to-route-controller.yaml | 14 - ...espace-security-allocation-controller.yaml | 14 - ...ontroller-origin-namespace-controller.yaml | 14 - ...ift-controller-pv-recycler-controller.yaml | 14 - ...t-controller-resourcequota-controller.yaml | 14 - ...m-openshift-controller-sdn-controller.yaml | 14 - ...troller-service-ingress-ip-controller.yaml | 14 - ...oller-service-serving-cert-controller.yaml | 14 - ...-controller-serviceaccount-controller.yaml | 14 - ...erviceaccount-pull-secrets-controller.yaml | 14 - ...er-template-instance-controller-admin.yaml | 14 - ...ntroller-template-instance-controller.yaml | 14 - ...e-instance-finalizer-controller-admin.yaml | 14 - ...emplate-instance-finalizer-controller.yaml | 14 - ...ft-controller-template-service-broker.yaml | 14 - ...nshift-controller-unidling-controller.yaml | 14 - .../system-openshift-discovery.yaml | 17 - .../system-registry.yaml | 12 - .../system-scope-impersonation.yaml | 17 - .../system-sdn-readers.yaml | 14 - .../system-volume-scheduler.yaml | 16 - .../system-webhooks.yaml | 17 - .../templateservicebroker-client.yaml | 12 - ...tsb-openshift-template-service-broker.yaml | 12 - .../view.yaml | 12 - .../ansible-service-broker.yaml | 16 - .../template-service-broker.yaml | 16 - .../kube-service-catalog/cluster-info.yaml | 7 - .../extension-apiserver-authentication.yaml | 12 - .../broker-config.yaml | 48 - .../openshift-azure-branding/branding.yaml | 58 - .../container-azm-ms-agentconfig.yaml | 66 - .../log-analytics-agent-entrypoint.yaml | 23 - .../log-analytics-cluster-agent-config.yaml | 234 - .../log-analytics-rsyslog-config.yaml | 22 - .../metrics-bridge.yaml | 215 - .../openshift-console/console-config.yaml | 28 - .../cluster-monitoring-config.yaml | 59 - .../apiserver-config.yaml | 11 - .../webconsole-config.yaml | 36 - .../openshift-etcd/etcd-backup.yaml | 37 - .../bundlebindings.automationbroker.io.yaml | 25 - .../bundleinstances.automationbroker.io.yaml | 25 - .../bundles.automationbroker.io.yaml | 25 - ...healthstates.azmon.container.insights.yaml | 25 - .../kafkabridges.kafka.strimzi.io.yaml | 493 - .../kafkaconnects.kafka.strimzi.io.yaml | 784 - .../kafkaconnects2is.kafka.strimzi.io.yaml | 786 - .../kafkamirrormakers.kafka.strimzi.io.yaml | 748 - .../kafkas.kafka.strimzi.io.yaml | 2950 --- .../kafkatopics.kafka.strimzi.io.yaml | 53 - .../kafkausers.kafka.strimzi.io.yaml | 109 - .../default/docker-registry.yaml | 75 - .../data/DaemonSet.apps/default/router.yaml | 96 - .../kube-service-catalog/apiserver.yaml | 80 - .../controller-manager.yaml | 64 - .../log-analytics-node-agent.yaml | 132 - .../etcd-metrics.yaml | 79 - .../apiserver.yaml | 52 - .../default/registry-console.yaml | 61 - .../openshift-ansible-service-broker/asb.yaml | 57 - .../openshift-azure-branding/branding.yaml | 53 - .../log-analytics-cluster-agent.yaml | 130 - .../metrics-bridge.yaml | 86 - .../openshift-console/console.yaml | 93 - .../customer-admin-controller.yaml | 42 - .../strimzi-cluster-operator.yaml | 95 - .../cluster-monitoring-operator.yaml | 40 - .../openshift-monitoring/metrics-server.yaml | 45 - .../openshift-web-console/webconsole.yaml | 87 - .../openshift/apicast-gateway.yaml | 145 - .../openshift/apicurito-ui.yaml | 56 - .../openshift/dotnet-runtime.yaml | 72 - .../openshift/dotnet.yaml | 84 - .../openshift/eap-cd-openshift.yaml | 235 - .../openshift/fis-java-openshift.yaml | 40 - .../openshift/fis-karaf-openshift.yaml | 40 - .../openshift/fuse-apicurito-generator.yaml | 56 - .../openshift/fuse7-console.yaml | 96 - .../openshift/fuse7-eap-openshift.yaml | 96 - .../openshift/fuse7-java-openshift.yaml | 96 - .../openshift/fuse7-karaf-openshift.yaml | 96 - .../openshift/golang.yaml | 47 - .../openshift/httpd.yaml | 47 - .../openshift/java.yaml | 63 - .../openshift/jboss-amq-62.yaml | 111 - .../openshift/jboss-amq-63.yaml | 83 - .../jboss-datagrid65-client-openshift.yaml | 39 - .../openshift/jboss-datagrid65-openshift.yaml | 83 - .../jboss-datagrid71-client-openshift.yaml | 26 - .../openshift/jboss-datagrid71-openshift.yaml | 69 - .../openshift/jboss-datagrid72-openshift.yaml | 55 - .../openshift/jboss-datagrid73-openshift.yaml | 41 - .../jboss-datavirt64-driver-openshift.yaml | 126 - .../openshift/jboss-datavirt64-openshift.yaml | 125 - .../jboss-decisionserver64-openshift.yaml | 132 - .../openshift/jboss-eap64-openshift.yaml | 183 - .../openshift/jboss-eap70-openshift.yaml | 98 - .../openshift/jboss-eap71-openshift.yaml | 98 - .../openshift/jboss-eap72-openshift.yaml | 64 - .../openshift/jboss-fuse70-console.yaml | 26 - .../openshift/jboss-fuse70-eap-openshift.yaml | 26 - .../jboss-fuse70-java-openshift.yaml | 26 - .../jboss-fuse70-karaf-openshift.yaml | 26 - .../jboss-processserver64-openshift.yaml | 132 - .../jboss-webserver30-tomcat7-openshift.yaml | 61 - .../jboss-webserver30-tomcat8-openshift.yaml | 61 - .../jboss-webserver31-tomcat7-openshift.yaml | 93 - .../jboss-webserver31-tomcat8-openshift.yaml | 93 - .../jboss-webserver50-tomcat9-openshift.yaml | 77 - .../openshift/jenkins.yaml | 57 - .../openshift/mariadb.yaml | 42 - .../openshift/modern-webapp.yaml | 46 - .../openshift/mongodb.yaml | 72 - .../openshift/mysql.yaml | 42 - .../openshift/nginx.yaml | 65 - .../openshift/nodejs.yaml | 93 - .../openshift/openjdk-11-rhel7.yaml | 47 - .../openshift/openjdk-11-rhel8.yaml | 47 - .../openshift/openjdk-8-rhel8.yaml | 47 - .../openshift/perl.yaml | 46 - .../openshift/php.yaml | 63 - .../openshift/postgresql.yaml | 57 - .../openshift/python.yaml | 80 - .../openshift/redhat-openjdk18-openshift.yaml | 143 - .../redhat-sso-cd-openshift-rhel8.yaml | 56 - .../openshift/redhat-sso-cd-openshift.yaml | 83 - .../openshift/redhat-sso70-openshift.yaml | 42 - .../openshift/redhat-sso71-openshift.yaml | 70 - .../openshift/redhat-sso72-openshift.yaml | 84 - .../openshift/redhat-sso73-openshift.yaml | 42 - .../openshift/redis.yaml | 42 - .../openshift/rhdm-controller-rhel8.yaml | 38 - .../openshift/rhdm-decisioncentral-rhel8.yaml | 38 - .../openshift/rhdm-kieserver-rhel8.yaml | 38 - ...rhdm-optaweb-employee-rostering-rhel8.yaml | 41 - ...hpam-businesscentral-monitoring-rhel8.yaml | 41 - .../rhpam-businesscentral-rhel8.yaml | 39 - .../openshift/rhpam-controller-rhel8.yaml | 41 - .../openshift/rhpam-kieserver-rhel8.yaml | 38 - .../openshift/rhpam-smartrouter-rhel8.yaml | 38 - .../openshift/ruby.yaml | 80 - pkg/sync/v14/data/Namespace/default.yaml | 11 - pkg/sync/v14/data/Namespace/kube-public.yaml | 7 - .../data/Namespace/kube-service-catalog.yaml | 11 - pkg/sync/v14/data/Namespace/kube-system.yaml | 7 - .../openshift-ansible-service-broker.yaml | 11 - .../Namespace/openshift-azure-branding.yaml | 11 - .../Namespace/openshift-azure-logging.yaml | 9 - .../Namespace/openshift-azure-monitoring.yaml | 9 - .../v14/data/Namespace/openshift-azure.yaml | 9 - .../v14/data/Namespace/openshift-console.yaml | 11 - .../v14/data/Namespace/openshift-etcd.yaml | 9 - .../v14/data/Namespace/openshift-infra.yaml | 9 - .../v14/data/Namespace/openshift-logging.yaml | 11 - .../data/Namespace/openshift-monitoring.yaml | 13 - .../v14/data/Namespace/openshift-sdn.yaml | 11 - .../openshift-template-service-broker.yaml | 11 - .../data/Namespace/openshift-web-console.yaml | 11 - pkg/sync/v14/data/Namespace/openshift.yaml | 7 - .../cockpit-oauth-client.yaml | 9 - .../openshift-console.yaml | 8 - .../system-cluster-critical.yaml | 7 - .../system-node-critical.yaml | 7 - .../prometheus-k8s-arorules.yaml | 86 - .../system-controller-bootstrap-signer.yaml | 34 - .../cluster-info-configmap.yaml | 18 - .../configmap-accessor.yaml | 16 - ...nsion-apiserver-authentication-reader.yaml | 14 - ...eader-locking-kube-controller-manager.yaml | 25 - ...system--leader-locking-kube-scheduler.yaml | 25 - .../system-controller-bootstrap-signer.yaml | 18 - .../system-controller-cloud-provider.yaml | 19 - .../system-controller-token-cleaner.yaml | 27 - .../customer-admin-log-analytics-agent.yaml | 18 - .../openshift-infra/prometheus-k8s.yaml | 16 - .../templateservicebroker-auth-reader.yaml | 14 - .../openshift/shared-resource-editor.yaml | 39 - .../openshift/shared-resource-viewer.yaml | 35 - .../system-controller-bootstrap-signer.yaml | 17 - .../cluster-info-configmap-binding.yaml | 13 - .../configmap-accessor-binding.yaml | 13 - ...iserver-authentication-reader-binding.yaml | 13 - ...der-openshift-template-service-broker.yaml | 13 - .../metrics-server-auth-reader.yaml | 13 - ...eader-locking-kube-controller-manager.yaml | 17 - ...system--leader-locking-kube-scheduler.yaml | 17 - .../system-controller-bootstrap-signer.yaml | 17 - .../system-controller-cloud-provider.yaml | 17 - .../system-controller-token-cleaner.yaml | 17 - .../customer-admin-log-analytics-agent.yaml | 15 - .../etcd-metrics-viewer.yaml | 13 - .../openshift-infra/prometheus-k8s.yaml | 13 - .../templateservicebroker-auth-reader.yaml | 13 - .../openshift/shared-resource-editors.yaml | 13 - .../openshift/shared-resource-viewers.yaml | 15 - .../default/docker-registry.yaml | 17 - .../default/registry-console.yaml | 17 - .../openshift-azure-branding/branding.yaml | 19 - .../openshift-azure-monitoring/canary.yaml | 21 - .../openshift-console/console.yaml | 21 - .../Secret/default/docker-registry-http.yaml | 7 - .../Secret/default/registry-certificates.yaml | 8 - .../data/Secret/default/registry-config.yaml | 36 - .../data/Secret/default/registry-console.yaml | 7 - .../v14/data/Secret/default/router-certs.yaml | 9 - .../v14/data/Secret/default/router-stats.yaml | 8 - .../kube-service-catalog/apiserver-ssl.yaml | 8 - .../asb-client.yaml | 8 - .../log-analytics.yaml | 8 - .../azure-registry.yaml | 8 - .../etcd-metrics.yaml | 8 - .../openshift-azure-monitoring/mdm-cert.yaml | 8 - .../openshift-console/apiserver-cert.yaml | 7 - .../console-oauth-config.yaml | 9 - .../aad-group-sync-config.yaml | 7 - .../openshift-monitoring/etcd-metrics.yaml | 8 - .../metrics-server-certs.yaml | 8 - .../openshift-monitoring/router-stats.yaml | 8 - .../templateservicebroker-client.yaml | 8 - .../Secret/openshift/redhat-registry.yaml | 8 - .../anyuid.yaml | 38 - .../hostaccess.yaml | 43 - .../hostmount-anyuid.yaml | 44 - .../hostnetwork.yaml | 43 - .../nonroot.yaml | 41 - .../privileged.yaml | 46 - .../restricted.yaml | 42 - .../data/Service/default/docker-registry.yaml | 17 - .../Service/default/registry-console.yaml | 15 - .../data/Service/default/router-stats.yaml | 13 - pkg/sync/v14/data/Service/default/router.yaml | 23 - .../kube-service-catalog/apiserver.yaml | 12 - .../controller-manager.yaml | 16 - .../kube-system/aro-admission-controller.yaml | 15 - .../openshift-ansible-service-broker/asb.yaml | 19 - .../openshift-azure-branding/branding.yaml | 12 - .../healthmodel-replicaset-service.yaml | 11 - .../openshift-azure-monitoring/canary.yaml | 14 - .../etcd-metrics.yaml | 15 - .../metrics-bridge.yaml | 14 - .../Service/openshift-console/console.yaml | 17 - .../openshift-infra/azure-controllers.yaml | 14 - .../openshift-monitoring/metrics-server.yaml | 13 - .../apiserver.yaml | 13 - .../openshift-web-console/webconsole.yaml | 18 - .../data/ServiceAccount/default/default.yaml | 7 - .../data/ServiceAccount/default/registry.yaml | 7 - .../data/ServiceAccount/default/router.yaml | 5 - .../service-catalog-apiserver.yaml | 5 - .../service-catalog-controller.yaml | 5 - .../kube-system/attachdetach-controller.yaml | 5 - .../kube-system/certificate-controller.yaml | 5 - .../clusterrole-aggregation-controller.yaml | 5 - .../kube-system/cronjob-controller.yaml | 5 - .../kube-system/daemon-set-controller.yaml | 5 - .../kube-system/deployment-controller.yaml | 5 - .../kube-system/disruption-controller.yaml | 5 - .../kube-system/endpoint-controller.yaml | 5 - .../kube-system/expand-controller.yaml | 5 - .../generic-garbage-collector.yaml | 5 - .../horizontal-pod-autoscaler.yaml | 5 - .../kube-system/job-controller.yaml | 5 - .../kube-system/namespace-controller.yaml | 5 - .../kube-system/node-controller.yaml | 5 - .../kube-system/persistent-volume-binder.yaml | 5 - .../kube-system/pod-garbage-collector.yaml | 5 - .../kube-system/pv-protection-controller.yaml | 5 - .../pvc-protection-controller.yaml | 5 - .../kube-system/replicaset-controller.yaml | 5 - .../kube-system/replication-controller.yaml | 5 - .../kube-system/resourcequota-controller.yaml | 5 - .../service-account-controller.yaml | 5 - .../kube-system/service-controller.yaml | 5 - .../kube-system/statefulset-controller.yaml | 5 - .../asb-client.yaml | 5 - .../openshift-ansible-service-broker/asb.yaml | 5 - .../log-analytics-agent.yaml | 5 - .../etcd-metrics.yaml | 5 - .../openshift-azure-monitoring/geneva.yaml | 5 - .../openshift-azure/blackboxmonitor.yaml | 5 - .../openshift-console/console.yaml | 7 - .../openshift-etcd/etcd-backup.yaml | 5 - .../bootstrap-autoapprover.yaml | 5 - .../build-config-change-controller.yaml | 5 - .../openshift-infra/build-controller.yaml | 5 - ...uster-quota-reconciliation-controller.yaml | 5 - .../customer-admin-controller.yaml | 5 - .../default-rolebindings-controller.yaml | 5 - .../openshift-infra/deployer-controller.yaml | 5 - .../deploymentconfig-controller.yaml | 5 - .../image-import-controller.yaml | 5 - .../image-trigger-controller.yaml | 5 - .../ingress-to-route-controller.yaml | 5 - ...espace-security-allocation-controller.yaml | 5 - .../openshift-infra/node-bootstrapper.yaml | 5 - .../origin-namespace-controller.yaml | 5 - .../pv-recycler-controller.yaml | 5 - .../resourcequota-controller.yaml | 5 - .../openshift-infra/sdn-controller.yaml | 5 - .../service-ingress-ip-controller.yaml | 5 - .../service-serving-cert-controller.yaml | 5 - .../serviceaccount-controller.yaml | 5 - ...erviceaccount-pull-secrets-controller.yaml | 5 - .../strimzi-cluster-operator.yaml | 7 - .../template-instance-controller.yaml | 5 - ...emplate-instance-finalizer-controller.yaml | 5 - .../openshift-infra/unidling-controller.yaml | 5 - .../cluster-monitoring-operator.yaml | 5 - .../openshift-monitoring/metrics-server.yaml | 5 - .../ServiceAccount/openshift-sdn/sdn.yaml | 5 - .../apiserver.yaml | 5 - .../templateservicebroker-client.yaml | 5 - .../openshift-web-console/webconsole.yaml | 7 - .../azure-controllers.yaml | 21 - .../openshift-monitoring/canary.yaml | 21 - .../openshift-monitoring/etcd-metrics.yaml | 31 - .../openshift-monitoring/metrics-bridge.yaml | 21 - .../openshift-monitoring/router-stats.yaml | 27 - .../openshift-monitoring/sync.yaml | 21 - .../openshift-azure-monitoring/canary.yaml | 53 - .../bootstrap-autoapprover.yaml | 74 - .../azure-disk.yaml | 12 - .../azure-file.yaml | 10 - .../openshift/3scale-gateway.yaml | 188 - .../openshift/amq63-basic.yaml | 240 - .../openshift/amq63-persistent-ssl.yaml | 450 - .../openshift/amq63-persistent.yaml | 338 - .../openshift/amq63-ssl.yaml | 361 - .../openshift/apicurito.yaml | 269 - .../openshift/cache-service.yaml | 214 - .../openshift/cakephp-example.yaml | 223 - .../openshift/cakephp-mysql-example.yaml | 365 - .../openshift/cakephp-mysql-persistent.yaml | 377 - .../openshift/dancer-example.yaml | 192 - .../openshift/dancer-mysql-example.yaml | 331 - .../openshift/dancer-mysql-persistent.yaml | 343 - .../openshift/datagrid-service.yaml | 203 - .../openshift/datavirt64-basic-s2i.yaml | 324 - .../datavirt64-extensions-support-s2i.yaml | 541 - .../openshift/datavirt64-ldap-s2i.yaml | 335 - .../openshift/datavirt64-secure-s2i.yaml | 592 - .../openshift/decisionserver64-amq-s2i.yaml | 511 - .../openshift/decisionserver64-basic-s2i.yaml | 258 - .../openshift/decisionserver64-https-s2i.yaml | 341 - .../openshift/django-example.yaml | 208 - .../openshift/django-psql-example.yaml | 346 - .../openshift/django-psql-persistent.yaml | 359 - .../openshift/dotnet-example.yaml | 224 - .../openshift/dotnet-pgsql-persistent.yaml | 354 - .../openshift/eap-cd-basic-s2i.yaml | 278 - .../openshift/eap-cd-starter-s2i.yaml | 220 - .../openshift/eap64-amq-persistent-s2i.yaml | 575 - .../openshift/eap64-amq-s2i.yaml | 543 - .../openshift/eap64-basic-s2i.yaml | 265 - .../openshift/eap64-https-s2i.yaml | 370 - .../eap64-mongodb-persistent-s2i.yaml | 551 - .../openshift/eap64-mongodb-s2i.yaml | 535 - .../openshift/eap64-mysql-persistent-s2i.yaml | 557 - .../openshift/eap64-mysql-s2i.yaml | 541 - .../eap64-postgresql-persistent-s2i.yaml | 546 - .../openshift/eap64-postgresql-s2i.yaml | 528 - .../openshift/eap64-sso-s2i.yaml | 510 - .../openshift/eap64-third-party-db-s2i.yaml | 424 - .../openshift/eap64-tx-recovery-s2i.yaml | 388 - .../openshift/eap72-basic-s2i.yaml | 278 - .../openshift/eap72-https-s2i.yaml | 381 - .../eap72-mongodb-persistent-s2i.yaml | 561 - .../openshift/eap72-mongodb-s2i.yaml | 545 - .../openshift/eap72-mysql-persistent-s2i.yaml | 570 - .../openshift/eap72-mysql-s2i.yaml | 553 - .../eap72-postgresql-persistent-s2i.yaml | 557 - .../openshift/eap72-postgresql-s2i.yaml | 541 - .../openshift/eap72-sso-s2i.yaml | 524 - .../openshift/eap72-third-party-db-s2i.yaml | 433 - .../openshift/fuse75-console.yaml | 217 - .../openshift/httpd-example.yaml | 183 - .../jenkins-ephemeral-monitored.yaml | 231 - .../openshift/jenkins-ephemeral.yaml | 211 - .../jenkins-persistent-monitored.yaml | 251 - .../openshift/jenkins-persistent.yaml | 231 - .../openshift/jws31-tomcat7-basic-s2i.yaml | 206 - .../openshift/jws31-tomcat7-https-s2i.yaml | 283 - .../jws31-tomcat7-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat7-mongodb-s2i.yaml | 441 - .../jws31-tomcat7-mysql-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat7-mysql-s2i.yaml | 441 - ...s31-tomcat7-postgresql-persistent-s2i.yaml | 454 - .../jws31-tomcat7-postgresql-s2i.yaml | 429 - .../openshift/jws31-tomcat8-basic-s2i.yaml | 212 - .../openshift/jws31-tomcat8-https-s2i.yaml | 283 - .../jws31-tomcat8-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat8-mongodb-s2i.yaml | 441 - .../jws31-tomcat8-mysql-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat8-mysql-s2i.yaml | 441 - ...s31-tomcat8-postgresql-persistent-s2i.yaml | 447 - .../jws31-tomcat8-postgresql-s2i.yaml | 427 - .../openshift/jws50-tomcat9-basic-s2i.yaml | 212 - .../openshift/jws50-tomcat9-https-s2i.yaml | 283 - .../jws50-tomcat9-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws50-tomcat9-mongodb-s2i.yaml | 441 - .../jws50-tomcat9-mysql-persistent-s2i.yaml | 465 - .../openshift/jws50-tomcat9-mysql-s2i.yaml | 441 - ...s50-tomcat9-postgresql-persistent-s2i.yaml | 447 - .../jws50-tomcat9-postgresql-s2i.yaml | 427 - .../openshift/mariadb-ephemeral.yaml | 182 - .../openshift/mariadb-persistent.yaml | 196 - .../openshift/mongodb-ephemeral.yaml | 199 - .../openshift/mongodb-persistent.yaml | 213 - .../openshift/mysql-ephemeral.yaml | 199 - .../openshift/mysql-persistent.yaml | 196 - .../openshift/nginx-example.yaml | 188 - .../openshift/nodejs-example.yaml | 195 - .../openshift/nodejs-mongo-persistent.yaml | 363 - .../openshift/nodejs-mongodb-example.yaml | 352 - .../openshift/openjdk-web-basic-s2i.yaml | 184 - .../openshift/postgresql-ephemeral.yaml | 184 - .../openshift/postgresql-persistent.yaml | 198 - ...cessserver64-amq-mysql-persistent-s2i.yaml | 765 - .../processserver64-amq-mysql-s2i.yaml | 704 - ...erver64-amq-postgresql-persistent-s2i.yaml | 750 - .../processserver64-amq-postgresql-s2i.yaml | 690 - .../openshift/processserver64-basic-s2i.yaml | 260 - .../processserver64-externaldb-s2i.yaml | 544 - .../processserver64-mysql-persistent-s2i.yaml | 562 - .../openshift/processserver64-mysql-s2i.yaml | 526 - ...essserver64-postgresql-persistent-s2i.yaml | 547 - .../processserver64-postgresql-s2i.yaml | 511 - .../openshift/project-request.yaml | 89 - .../openshift/rails-pgsql-persistent.yaml | 392 - .../openshift/rails-postgresql-example.yaml | 379 - .../openshift/react-web-app-example.yaml | 166 - .../openshift/redis-ephemeral.yaml | 156 - .../openshift/redis-persistent.yaml | 170 - .../openshift/rhdm75-authoring-ha.yaml | 1341 -- .../openshift/rhdm75-authoring.yaml | 958 - .../openshift/rhdm75-kieserver.yaml | 641 - .../rhdm75-optaweb-employee-rostering.yaml | 457 - .../rhdm75-prod-immutable-kieserver-amq.yaml | 1082 - .../rhdm75-prod-immutable-kieserver.yaml | 717 - .../openshift/rhdm75-trial-ephemeral.yaml | 813 - .../openshift/rhpam75-authoring-ha.yaml | 1518 -- .../openshift/rhpam75-authoring.yaml | 1018 - .../rhpam75-kieserver-externaldb.yaml | 838 - .../openshift/rhpam75-kieserver-mysql.yaml | 825 - .../rhpam75-kieserver-postgresql.yaml | 829 - .../openshift/rhpam75-managed.yaml | 1188 -- .../rhpam75-prod-immutable-kieserver-amq.yaml | 1301 -- .../rhpam75-prod-immutable-kieserver.yaml | 903 - .../rhpam75-prod-immutable-monitor.yaml | 854 - .../openshift/rhpam75-prod.yaml | 1867 -- .../openshift/rhpam75-trial-ephemeral.yaml | 814 - ...-fuse75-spring-boot-camel-rest-3scale.yaml | 274 - .../s2i-fuse75-spring-boot-camel-xml.yaml | 233 - .../s2i-fuse75-spring-boot-camel.yaml | 233 - .../openshift/sso-cd-x509-https.yaml | 239 - .../openshift/sso72-https.yaml | 342 - .../openshift/sso72-mysql-persistent.yaml | 512 - .../openshift/sso72-mysql.yaml | 504 - .../sso72-postgresql-persistent.yaml | 500 - .../openshift/sso72-postgresql.yaml | 491 - .../openshift/sso72-x509-https.yaml | 229 - .../openshift/sso73-https.yaml | 347 - .../openshift/sso73-mysql-persistent.yaml | 517 - .../openshift/sso73-mysql.yaml | 509 - .../sso73-postgresql-persistent.yaml | 505 - .../openshift/sso73-postgresql.yaml | 496 - .../openshift/sso73-x509-https.yaml | 239 - .../sso73-x509-mysql-persistent.yaml | 407 - .../sso73-x509-postgresql-persistent.yaml | 395 - .../openshift/strimzi-connect-s2i.yaml | 110 - .../openshift/strimzi-connect.yaml | 109 - .../openshift/strimzi-ephemeral.yaml | 105 - .../openshift/strimzi-mirror-maker.yaml | 59 - .../openshift/strimzi-persistent.yaml | 120 - ...admission-controller.aro.openshift.io.yaml | 86 - pkg/sync/v14/default.go | 114 - pkg/sync/v14/derive.go | 78 - pkg/sync/v14/derive_test.go | 55 - pkg/sync/v14/envpass_test.go | 135 - pkg/sync/v14/lint_test.go | 65 - pkg/sync/v14/sync.go | 610 - pkg/sync/v14/sync_test.go | 97 - .../v14/testdata/clean/DaemonSet.apps-in.yaml | 36 - .../testdata/clean/DaemonSet.apps-out.yaml | 31 - .../testdata/clean/Deployment.apps-in.yaml | 35 - .../testdata/clean/Deployment.apps-out.yaml | 31 - ...DeploymentConfig.apps.openshift.io-in.yaml | 35 - ...eploymentConfig.apps.openshift.io-out.yaml | 31 - .../ImageStream.image.openshift.io-in.yaml | 6 - .../ImageStream.image.openshift.io-out.yaml | 5 - pkg/sync/v14/testdata/clean/Namespace-in.yaml | 8 - .../v14/testdata/clean/Namespace-out.yaml | 5 - pkg/sync/v14/testdata/clean/Pod-in.yaml | 4 - pkg/sync/v14/testdata/clean/Pod-out.yaml | 2 - pkg/sync/v14/testdata/clean/Secret-in.yaml | 8 - pkg/sync/v14/testdata/clean/Secret-out.yaml | 8 - .../Secret-service-account-token-in.yaml | 9 - .../Secret-service-account-token-out.yaml | 6 - pkg/sync/v14/testdata/clean/Service-in.yaml | 35 - pkg/sync/v14/testdata/clean/Service-out.yaml | 27 - pkg/sync/v14/testdata/secret1.yaml | 11 - pkg/sync/v14/testdata/secret2.yaml | 10 - pkg/sync/v14/testdata/secret3.yaml | 11 - pkg/sync/v14/testdata/service1.yaml | 23 - pkg/sync/v14/testdata/service2.yaml | 23 - pkg/sync/v14/testdata/service3.yaml | 23 - pkg/sync/v14/translate.go | 698 - pkg/sync/v14/translate_test.go | 77 - pkg/sync/v14/update_test.go | 180 - pkg/sync/v14/wants.go | 215 - pkg/sync/v18/bindata.go | 17144 --------------- pkg/sync/v18/clean.go | 179 - pkg/sync/v18/clean_test.go | 43 - pkg/sync/v18/client.go | 328 - pkg/sync/v18/client_test.go | 64 - pkg/sync/v18/content_test.go | 277 - .../v1beta1.metrics.k8s.io.yaml | 12 - .../v1beta1.servicecatalog.k8s.io.yaml | 13 - .../admin.yaml | 527 - .../asb-access.yaml | 14 - .../asb-auth.yaml | 66 - .../asb-user-access.yaml | 14 - .../basic-user.yaml | 68 - .../cluster-admin.yaml | 20 - .../cluster-debugger.yaml | 14 - .../cluster-monitoring-operator.yaml | 246 - .../cluster-reader.yaml | 607 - .../cluster-status.yaml | 35 - .../customer-admin-cluster.yaml | 178 - .../customer-admin-controller.yaml | 36 - .../customer-admin-project.yaml | 52 - .../edit.yaml | 446 - .../namespace-viewer.yaml | 22 - .../omsagent-reader.yaml | 39 - .../registry-admin.yaml | 121 - .../registry-editor.yaml | 68 - .../registry-viewer.yaml | 40 - .../router-metrics.yaml | 11 - .../sar-creator.yaml | 11 - .../self-access-reviewer.yaml | 21 - .../self-provisioner.yaml | 16 - .../service-catalog-controller.yaml | 76 - .../servicecatalog-serviceclass-viewer.yaml | 14 - .../storage-admin.yaml | 43 - .../strimzi-aggregate-to-admin.yaml | 26 - .../strimzi-aggregate-to-edit.yaml | 26 - .../strimzi-aggregate-to-view.yaml | 22 - .../strimzi-cluster-operator-global.yaml | 23 - .../strimzi-cluster-operator-namespaced.yaml | 268 - .../strimzi-entity-operator.yaml | 48 - .../strimzi-kafka-broker.yaml | 13 - .../strimzi-topic-operator.yaml | 25 - .../sudoer.yaml | 28 - .../system-aggregate-to-admin.yaml | 188 - .../system-aggregate-to-edit.yaml | 168 - .../system-aggregate-to-view.yaml | 112 - .../system-auth-delegator.yaml | 22 - .../system-aws-cloud-provider.yaml | 25 - .../system-basic-user.yaml | 17 - .../system-build-controller.yaml | 8 - .../system-build-strategy-custom.yaml | 15 - .../system-build-strategy-docker.yaml | 16 - ...system-build-strategy-jenkinspipeline.yaml | 15 - .../system-build-strategy-source.yaml | 15 - ...system-certificate-signing-controller.yaml | 8 - ...certificatesigningrequests-nodeclient.yaml | 16 - ...ificatesigningrequests-selfnodeclient.yaml | 16 - ...em-controller-attachdetach-controller.yaml | 57 - ...tem-controller-certificate-controller.yaml | 39 - ...er-clusterrole-aggregation-controller.yaml | 19 - .../system-controller-cronjob-controller.yaml | 57 - ...stem-controller-daemon-set-controller.yaml | 75 - ...stem-controller-deployment-controller.yaml | 63 - ...stem-controller-disruption-controller.yaml | 65 - ...system-controller-endpoint-controller.yaml | 42 - .../system-controller-expand-controller.yaml | 63 - ...-controller-generic-garbage-collector.yaml | 28 - ...-controller-horizontal-pod-autoscaler.yaml | 66 - .../system-controller-job-controller.yaml | 48 - ...ystem-controller-namespace-controller.yaml | 34 - .../system-controller-node-controller.yaml | 47 - ...m-controller-persistent-volume-binder.yaml | 96 - ...stem-controller-pod-garbage-collector.yaml | 23 - ...m-controller-pv-protection-controller.yaml | 26 - ...-controller-pvc-protection-controller.yaml | 34 - ...stem-controller-replicaset-controller.yaml | 51 - ...tem-controller-replication-controller.yaml | 48 - ...m-controller-resourcequota-controller.yaml | 30 - .../system-controller-route-controller.yaml | 30 - ...controller-service-account-controller.yaml | 23 - .../system-controller-service-controller.yaml | 38 - ...tem-controller-statefulset-controller.yaml | 73 - .../system-controller-ttl-controller.yaml | 26 - .../system-csi-external-attacher.yaml | 49 - .../system-csi-external-provisioner.yaml | 48 - .../system-daemonset-controller.yaml | 8 - .../system-deployer.yaml | 60 - .../system-deployment-controller.yaml | 8 - .../system-deploymentconfig-controller.yaml | 8 - .../system-discovery.yaml | 26 - .../system-disruption-controller.yaml | 8 - .../system-endpoint-controller.yaml | 8 - .../system-garbage-collector-controller.yaml | 8 - .../system-gc-controller.yaml | 8 - .../system-heapster.yaml | 29 - .../system-hpa-controller.yaml | 8 - .../system-image-auditor.yaml | 19 - .../system-image-builder.yaml | 38 - .../system-image-pruner.yaml | 87 - .../system-image-puller.yaml | 15 - .../system-image-pusher.yaml | 17 - .../system-image-signer.yaml | 24 - .../system-job-controller.yaml | 8 - .../system-kube-aggregator.yaml | 19 - .../system-kube-controller-manager.yaml | 62 - .../system-kube-dns.yaml | 18 - .../system-kube-scheduler.yaml | 109 - .../system-kubelet-api-admin.yaml | 34 - .../system-master.yaml | 18 - .../system-metrics-server.yaml | 16 - .../system-namespace-controller.yaml | 8 - .../system-node-admin.yaml | 32 - .../system-node-bootstrap-autoapprover.yaml | 21 - .../system-node-bootstrapper.yaml | 19 - .../system-node-problem-detector.yaml | 30 - .../system-node-proxier.yaml | 32 - .../system-node-reader.yaml | 30 - .../system-node.yaml | 136 - .../system-oauth-token-deleter.yaml | 16 - .../system-openshift-aggregate-to-admin.yaml | 294 - ...openshift-aggregate-to-cluster-reader.yaml | 346 - .../system-openshift-aggregate-to-edit.yaml | 233 - .../system-openshift-aggregate-to-view.yaml | 140 - ...roller-build-config-change-controller.yaml | 39 - ...openshift-controller-build-controller.yaml | 104 - ...uster-quota-reconciliation-controller.yaml | 37 - ...oller-default-rolebindings-controller.yaml | 38 - ...nshift-controller-deployer-controller.yaml | 49 - ...ontroller-deploymentconfig-controller.yaml | 58 - ...-controller-horizontal-pod-autoscaler.yaml | 16 - ...ft-controller-image-import-controller.yaml | 47 - ...t-controller-image-trigger-controller.yaml | 79 - ...ontroller-ingress-to-route-controller.yaml | 52 - ...espace-security-allocation-controller.yaml | 33 - ...ontroller-origin-namespace-controller.yaml | 31 - ...ift-controller-pv-recycler-controller.yaml | 58 - ...t-controller-resourcequota-controller.yaml | 52 - ...m-openshift-controller-sdn-controller.yaml | 86 - ...troller-service-ingress-ip-controller.yaml | 30 - ...oller-service-serving-cert-controller.yaml | 35 - ...-controller-serviceaccount-controller.yaml | 28 - ...erviceaccount-pull-secrets-controller.yaml | 46 - ...ntroller-template-instance-controller.yaml | 20 - ...emplate-instance-finalizer-controller.yaml | 14 - ...ft-controller-template-service-broker.yaml | 87 - ...nshift-controller-unidling-controller.yaml | 65 - .../system-openshift-discovery.yaml | 29 - ...penshift-templateservicebroker-client.yaml | 15 - .../system-persistent-volume-provisioner.yaml | 51 - .../system-registry.yaml | 49 - .../system-replicaset-controller.yaml | 8 - .../system-replication-controller.yaml | 8 - .../system-router.yaml | 49 - .../system-scope-impersonation.yaml | 14 - .../system-sdn-manager.yaml | 36 - .../system-sdn-reader.yaml | 59 - ...em-service-catalog-aggregate-to-admin.yaml | 34 - ...tem-service-catalog-aggregate-to-edit.yaml | 34 - ...tem-service-catalog-aggregate-to-view.yaml | 19 - .../system-statefulset-controller.yaml | 8 - .../system-volume-scheduler.yaml | 28 - .../system-webhook.yaml | 16 - .../view.yaml | 272 - .../admin-0.yaml | 12 - .../admin.yaml | 12 - .../asb-access.yaml | 12 - .../asb-auth.yaml | 12 - ...tor-openshift-template-service-broker.yaml | 12 - .../basic-users.yaml | 14 - .../blackboxmonitor.yaml | 12 - .../bootstrap-autoapprover.yaml | 12 - .../cluster-admin.yaml | 16 - .../cluster-admins.yaml | 17 - .../cluster-monitoring-operator.yaml | 12 - .../cluster-monitoring-view.yaml | 12 - .../cluster-reader.yaml | 12 - .../cluster-readers.yaml | 14 - .../cluster-status-binding.yaml | 17 - .../customer-admin-cluster-group.yaml | 12 - .../customer-admin-controller-admin.yaml | 12 - ...stomer-admin-controller-project-admin.yaml | 12 - .../customer-admin-controller-sa.yaml | 12 - .../metrics-server-system-auth-delegator.yaml | 12 - .../omsagentclusterrolebinding.yaml | 12 - .../router-metrics.yaml | 12 - .../router-router-role.yaml | 12 - .../sdn-cluster-reader.yaml | 12 - .../sdn-node-proxier.yaml | 12 - .../sdn-reader.yaml | 12 - .../self-access-reviewers.yaml | 17 - .../self-provisioners.yaml | 14 - .../service-catalog-controller-binding.yaml | 12 - ...g-controller-namespace-viewer-binding.yaml | 12 - ...vice-catalog-namespace-viewer-binding.yaml | 12 - .../service-catalog-sar-creator-binding.yaml | 12 - ...cecatalog-serviceclass-viewer-binding.yaml | 12 - ...r-operator-entity-operator-delegation.yaml | 14 - .../strimzi-cluster-operator-global.yaml | 14 - ...ster-operator-kafka-broker-delegation.yaml | 14 - .../strimzi-cluster-operator-namespaced.yaml | 14 - ...er-operator-topic-operator-delegation.yaml | 14 - .../system-auth-delegator-binding.yaml | 12 - .../system-aws-cloud-provider.yaml | 16 - .../system-basic-user.yaml | 19 - .../system-build-strategy-docker-binding.yaml | 14 - ...uild-strategy-jenkinspipeline-binding.yaml | 14 - .../system-build-strategy-source-binding.yaml | 14 - ...em-controller-attachdetach-controller.yaml | 16 - ...tem-controller-certificate-controller.yaml | 16 - ...er-clusterrole-aggregation-controller.yaml | 16 - .../system-controller-cronjob-controller.yaml | 16 - ...stem-controller-daemon-set-controller.yaml | 16 - ...stem-controller-deployment-controller.yaml | 16 - ...stem-controller-disruption-controller.yaml | 16 - ...system-controller-endpoint-controller.yaml | 16 - .../system-controller-expand-controller.yaml | 16 - ...-controller-generic-garbage-collector.yaml | 16 - ...-controller-horizontal-pod-autoscaler.yaml | 19 - .../system-controller-job-controller.yaml | 16 - ...ystem-controller-namespace-controller.yaml | 16 - .../system-controller-node-controller.yaml | 16 - ...m-controller-persistent-volume-binder.yaml | 16 - ...stem-controller-pod-garbage-collector.yaml | 16 - ...m-controller-pv-protection-controller.yaml | 16 - ...-controller-pvc-protection-controller.yaml | 16 - ...stem-controller-replicaset-controller.yaml | 16 - ...tem-controller-replication-controller.yaml | 16 - ...m-controller-resourcequota-controller.yaml | 16 - .../system-controller-route-controller.yaml | 16 - ...controller-service-account-controller.yaml | 16 - .../system-controller-service-controller.yaml | 16 - ...tem-controller-statefulset-controller.yaml | 16 - .../system-controller-ttl-controller.yaml | 16 - .../system-deployer.yaml | 14 - .../system-discovery-binding.yaml | 10 - .../system-discovery.yaml | 19 - .../system-image-builder.yaml | 14 - .../system-image-puller.yaml | 14 - .../system-kube-controller-manager.yaml | 16 - .../system-kube-dns.yaml | 16 - .../system-kube-scheduler.yaml | 16 - .../system-masters.yaml | 14 - .../system-metrics-server.yaml | 12 - .../system-node-admins.yaml | 17 - .../system-node-bootstrapper.yaml | 14 - .../system-node-proxier.yaml | 16 - .../system-node-proxiers.yaml | 14 - .../system-node.yaml | 12 - .../system-nodes.yaml | 10 - .../system-oauth-token-deleters.yaml | 17 - ...roller-build-config-change-controller.yaml | 14 - ...openshift-controller-build-controller.yaml | 14 - ...uster-quota-reconciliation-controller.yaml | 14 - ...oller-default-rolebindings-controller.yaml | 14 - ...nshift-controller-deployer-controller.yaml | 14 - ...ontroller-deploymentconfig-controller.yaml | 14 - ...-controller-horizontal-pod-autoscaler.yaml | 14 - ...ft-controller-image-import-controller.yaml | 14 - ...t-controller-image-trigger-controller.yaml | 14 - ...ontroller-ingress-to-route-controller.yaml | 14 - ...espace-security-allocation-controller.yaml | 14 - ...ontroller-origin-namespace-controller.yaml | 14 - ...ift-controller-pv-recycler-controller.yaml | 14 - ...t-controller-resourcequota-controller.yaml | 14 - ...m-openshift-controller-sdn-controller.yaml | 14 - ...troller-service-ingress-ip-controller.yaml | 14 - ...oller-service-serving-cert-controller.yaml | 14 - ...-controller-serviceaccount-controller.yaml | 14 - ...erviceaccount-pull-secrets-controller.yaml | 14 - ...er-template-instance-controller-admin.yaml | 14 - ...ntroller-template-instance-controller.yaml | 14 - ...e-instance-finalizer-controller-admin.yaml | 14 - ...emplate-instance-finalizer-controller.yaml | 14 - ...ft-controller-template-service-broker.yaml | 14 - ...nshift-controller-unidling-controller.yaml | 14 - .../system-openshift-discovery.yaml | 17 - .../system-registry.yaml | 12 - .../system-scope-impersonation.yaml | 17 - .../system-sdn-readers.yaml | 14 - .../system-volume-scheduler.yaml | 16 - .../system-webhooks.yaml | 17 - .../templateservicebroker-client.yaml | 12 - ...tsb-openshift-template-service-broker.yaml | 12 - .../view.yaml | 12 - .../ansible-service-broker.yaml | 16 - .../template-service-broker.yaml | 16 - .../kube-service-catalog/cluster-info.yaml | 7 - .../extension-apiserver-authentication.yaml | 12 - .../broker-config.yaml | 48 - .../openshift-azure-branding/branding.yaml | 58 - .../container-azm-ms-agentconfig.yaml | 66 - .../omsagent-entrypoint.yaml | 23 - .../omsagent-rs-config.yaml | 222 - .../omsagent-rsyslog-config.yaml | 22 - .../metrics-bridge.yaml | 215 - .../openshift-console/console-config.yaml | 28 - .../cluster-monitoring-config.yaml | 59 - .../apiserver-config.yaml | 11 - .../webconsole-config.yaml | 36 - .../openshift-etcd/etcd-backup.yaml | 37 - .../bundlebindings.automationbroker.io.yaml | 25 - .../bundleinstances.automationbroker.io.yaml | 25 - .../bundles.automationbroker.io.yaml | 25 - ...healthstates.azmon.container.insights.yaml | 25 - .../kafkabridges.kafka.strimzi.io.yaml | 493 - .../kafkaconnects.kafka.strimzi.io.yaml | 784 - .../kafkaconnects2is.kafka.strimzi.io.yaml | 786 - .../kafkamirrormakers.kafka.strimzi.io.yaml | 748 - .../kafkas.kafka.strimzi.io.yaml | 2950 --- .../kafkatopics.kafka.strimzi.io.yaml | 53 - .../kafkausers.kafka.strimzi.io.yaml | 109 - .../default/docker-registry.yaml | 75 - .../data/DaemonSet.apps/default/router.yaml | 98 - .../kube-service-catalog/apiserver.yaml | 80 - .../controller-manager.yaml | 64 - .../openshift-azure-logging/omsagent.yaml | 148 - .../etcd-metrics.yaml | 79 - .../apiserver.yaml | 52 - .../default/registry-console.yaml | 61 - .../openshift-ansible-service-broker/asb.yaml | 57 - .../openshift-azure-branding/branding.yaml | 53 - .../openshift-azure-logging/omsagent-rs.yaml | 144 - .../metrics-bridge.yaml | 86 - .../openshift-console/console.yaml | 86 - .../customer-admin-controller.yaml | 42 - .../strimzi-cluster-operator.yaml | 95 - .../cluster-monitoring-operator.yaml | 40 - .../openshift-monitoring/metrics-server.yaml | 45 - .../openshift-web-console/webconsole.yaml | 87 - .../openshift/apicast-gateway.yaml | 162 - .../openshift/apicurito-ui.yaml | 56 - .../openshift/dotnet-runtime.yaml | 57 - .../openshift/dotnet.yaml | 66 - .../openshift/eap-cd-openshift.yaml | 269 - .../openshift/eap-cd-runtime-openshift.yaml | 56 - .../openshift/fis-java-openshift.yaml | 40 - .../openshift/fis-karaf-openshift.yaml | 40 - .../openshift/fuse-apicurito-generator.yaml | 56 - .../openshift/fuse7-console.yaml | 96 - .../openshift/fuse7-eap-openshift.yaml | 96 - .../openshift/fuse7-java-openshift.yaml | 96 - .../openshift/fuse7-karaf-openshift.yaml | 96 - .../openshift/golang.yaml | 47 - .../openshift/httpd.yaml | 47 - .../openshift/java.yaml | 63 - .../openshift/jboss-amq-62.yaml | 111 - .../openshift/jboss-amq-63.yaml | 83 - .../jboss-datagrid65-client-openshift.yaml | 39 - .../openshift/jboss-datagrid65-openshift.yaml | 83 - .../jboss-datagrid71-client-openshift.yaml | 26 - .../openshift/jboss-datagrid71-openshift.yaml | 69 - .../openshift/jboss-datagrid72-openshift.yaml | 55 - .../openshift/jboss-datagrid73-openshift.yaml | 83 - .../jboss-datavirt64-driver-openshift.yaml | 126 - .../openshift/jboss-datavirt64-openshift.yaml | 125 - .../jboss-decisionserver64-openshift.yaml | 132 - .../openshift/jboss-eap64-openshift.yaml | 183 - .../openshift/jboss-eap70-openshift.yaml | 98 - .../openshift/jboss-eap71-openshift.yaml | 98 - .../openshift/jboss-eap72-openshift.yaml | 81 - .../openshift/jboss-fuse70-console.yaml | 26 - .../openshift/jboss-fuse70-eap-openshift.yaml | 26 - .../jboss-fuse70-java-openshift.yaml | 26 - .../jboss-fuse70-karaf-openshift.yaml | 26 - .../jboss-processserver64-openshift.yaml | 132 - .../jboss-webserver30-tomcat7-openshift.yaml | 61 - .../jboss-webserver30-tomcat8-openshift.yaml | 61 - .../jboss-webserver31-tomcat7-openshift.yaml | 93 - .../jboss-webserver31-tomcat8-openshift.yaml | 93 - .../jboss-webserver50-tomcat9-openshift.yaml | 77 - .../openshift/jenkins.yaml | 57 - .../openshift/mariadb.yaml | 57 - .../openshift/mongodb.yaml | 42 - .../openshift/mysql.yaml | 42 - .../openshift/nginx.yaml | 65 - .../openshift/nodejs.yaml | 61 - .../openshift/openjdk-11-rhel7.yaml | 31 - .../openshift/openjdk-11-rhel8.yaml | 63 - .../openshift/openjdk-8-rhel8.yaml | 63 - .../openshift/perl.yaml | 46 - .../openshift/php.yaml | 63 - .../openshift/postgresql.yaml | 57 - .../openshift/python.yaml | 63 - .../openshift/redhat-openjdk18-openshift.yaml | 47 - .../redhat-sso-cd-openshift-rhel8.yaml | 56 - .../openshift/redhat-sso-cd-openshift.yaml | 83 - .../openshift/redhat-sso70-openshift.yaml | 42 - .../openshift/redhat-sso71-openshift.yaml | 70 - .../openshift/redhat-sso72-openshift.yaml | 84 - .../openshift/redhat-sso73-openshift.yaml | 42 - .../openshift/redis.yaml | 42 - .../openshift/rhdm-controller-rhel8.yaml | 25 - .../openshift/rhdm-decisioncentral-rhel8.yaml | 25 - .../openshift/rhdm-kieserver-rhel8.yaml | 25 - ...hpam-businesscentral-monitoring-rhel8.yaml | 27 - .../rhpam-businesscentral-rhel8.yaml | 26 - .../openshift/rhpam-controller-rhel8.yaml | 27 - .../openshift/rhpam-kieserver-rhel8.yaml | 25 - .../rhpam-process-migration-rhel8.yaml | 26 - .../openshift/rhpam-smartrouter-rhel8.yaml | 25 - .../openshift/ruby.yaml | 63 - pkg/sync/v18/data/Namespace/default.yaml | 11 - pkg/sync/v18/data/Namespace/kube-public.yaml | 7 - .../data/Namespace/kube-service-catalog.yaml | 11 - pkg/sync/v18/data/Namespace/kube-system.yaml | 7 - .../openshift-ansible-service-broker.yaml | 11 - .../Namespace/openshift-azure-branding.yaml | 11 - .../Namespace/openshift-azure-logging.yaml | 9 - .../Namespace/openshift-azure-monitoring.yaml | 9 - .../v18/data/Namespace/openshift-azure.yaml | 9 - .../v18/data/Namespace/openshift-console.yaml | 11 - .../v18/data/Namespace/openshift-etcd.yaml | 9 - .../v18/data/Namespace/openshift-infra.yaml | 9 - .../v18/data/Namespace/openshift-logging.yaml | 11 - .../data/Namespace/openshift-monitoring.yaml | 13 - .../v18/data/Namespace/openshift-sdn.yaml | 11 - .../openshift-template-service-broker.yaml | 11 - .../data/Namespace/openshift-web-console.yaml | 11 - pkg/sync/v18/data/Namespace/openshift.yaml | 7 - .../cockpit-oauth-client.yaml | 9 - .../openshift-console.yaml | 8 - .../system-cluster-critical.yaml | 7 - .../system-node-critical.yaml | 7 - .../prometheus-k8s-arorules.yaml | 86 - .../system-controller-bootstrap-signer.yaml | 34 - .../cluster-info-configmap.yaml | 18 - .../configmap-accessor.yaml | 16 - ...nsion-apiserver-authentication-reader.yaml | 14 - ...eader-locking-kube-controller-manager.yaml | 25 - ...system--leader-locking-kube-scheduler.yaml | 25 - .../system-controller-bootstrap-signer.yaml | 18 - .../system-controller-cloud-provider.yaml | 19 - .../system-controller-token-cleaner.yaml | 27 - .../customer-admin-omsagent.yaml | 18 - .../openshift-infra/prometheus-k8s.yaml | 16 - .../templateservicebroker-auth-reader.yaml | 14 - .../openshift/shared-resource-editor.yaml | 46 - .../openshift/shared-resource-viewer.yaml | 35 - .../system-controller-bootstrap-signer.yaml | 17 - .../cluster-info-configmap-binding.yaml | 13 - .../configmap-accessor-binding.yaml | 13 - ...iserver-authentication-reader-binding.yaml | 13 - ...der-openshift-template-service-broker.yaml | 13 - .../metrics-server-auth-reader.yaml | 13 - ...eader-locking-kube-controller-manager.yaml | 17 - ...system--leader-locking-kube-scheduler.yaml | 17 - .../system-controller-bootstrap-signer.yaml | 17 - .../system-controller-cloud-provider.yaml | 17 - .../system-controller-token-cleaner.yaml | 17 - .../customer-admin-omsagent.yaml | 15 - .../etcd-metrics-viewer.yaml | 13 - .../openshift-infra/prometheus-k8s.yaml | 13 - .../templateservicebroker-auth-reader.yaml | 13 - .../openshift/shared-resource-editors.yaml | 13 - .../openshift/shared-resource-viewers.yaml | 15 - .../default/docker-registry.yaml | 17 - .../default/registry-console.yaml | 17 - .../openshift-azure-branding/branding.yaml | 19 - .../openshift-azure-monitoring/canary.yaml | 21 - .../openshift-console/console.yaml | 21 - .../Secret/default/docker-registry-http.yaml | 7 - .../Secret/default/registry-certificates.yaml | 8 - .../data/Secret/default/registry-config.yaml | 36 - .../data/Secret/default/registry-console.yaml | 7 - .../v18/data/Secret/default/router-certs.yaml | 9 - .../v18/data/Secret/default/router-stats.yaml | 8 - .../kube-service-catalog/apiserver-ssl.yaml | 8 - .../asb-client.yaml | 8 - .../omsagent-secret.yaml | 8 - .../azure-registry.yaml | 8 - .../etcd-metrics.yaml | 8 - .../openshift-azure-monitoring/mdm-cert.yaml | 8 - .../console-oauth-config.yaml | 9 - .../aad-group-sync-config.yaml | 7 - .../openshift-monitoring/etcd-metrics.yaml | 8 - .../metrics-server-certs.yaml | 8 - .../openshift-monitoring/router-stats.yaml | 8 - .../templateservicebroker-client.yaml | 8 - .../Secret/openshift/redhat-registry.yaml | 8 - .../anyuid.yaml | 38 - .../hostaccess.yaml | 43 - .../hostmount-anyuid.yaml | 44 - .../hostnetwork.yaml | 43 - .../nonroot.yaml | 41 - .../privileged.yaml | 47 - .../restricted.yaml | 42 - .../data/Service/default/docker-registry.yaml | 17 - .../Service/default/registry-console.yaml | 15 - .../data/Service/default/router-stats.yaml | 13 - pkg/sync/v18/data/Service/default/router.yaml | 23 - .../kube-service-catalog/apiserver.yaml | 12 - .../controller-manager.yaml | 16 - .../kube-system/aro-admission-controller.yaml | 15 - .../openshift-ansible-service-broker/asb.yaml | 19 - .../openshift-azure-branding/branding.yaml | 12 - .../healthmodel-replicaset-service.yaml | 11 - .../openshift-azure-monitoring/canary.yaml | 14 - .../etcd-metrics.yaml | 15 - .../metrics-bridge.yaml | 14 - .../Service/openshift-console/console.yaml | 17 - .../openshift-infra/azure-controllers.yaml | 14 - .../openshift-monitoring/metrics-server.yaml | 13 - .../apiserver.yaml | 13 - .../openshift-web-console/webconsole.yaml | 18 - .../data/ServiceAccount/default/default.yaml | 7 - .../data/ServiceAccount/default/registry.yaml | 7 - .../data/ServiceAccount/default/router.yaml | 5 - .../service-catalog-apiserver.yaml | 5 - .../service-catalog-controller.yaml | 5 - .../kube-system/attachdetach-controller.yaml | 5 - .../kube-system/certificate-controller.yaml | 5 - .../clusterrole-aggregation-controller.yaml | 5 - .../kube-system/cronjob-controller.yaml | 5 - .../kube-system/daemon-set-controller.yaml | 5 - .../kube-system/deployment-controller.yaml | 5 - .../kube-system/disruption-controller.yaml | 5 - .../kube-system/endpoint-controller.yaml | 5 - .../kube-system/expand-controller.yaml | 5 - .../generic-garbage-collector.yaml | 5 - .../horizontal-pod-autoscaler.yaml | 5 - .../kube-system/job-controller.yaml | 5 - .../kube-system/namespace-controller.yaml | 5 - .../kube-system/node-controller.yaml | 5 - .../kube-system/persistent-volume-binder.yaml | 5 - .../kube-system/pod-garbage-collector.yaml | 5 - .../kube-system/pv-protection-controller.yaml | 5 - .../pvc-protection-controller.yaml | 5 - .../kube-system/replicaset-controller.yaml | 5 - .../kube-system/replication-controller.yaml | 5 - .../kube-system/resourcequota-controller.yaml | 5 - .../service-account-controller.yaml | 5 - .../kube-system/service-controller.yaml | 5 - .../kube-system/statefulset-controller.yaml | 5 - .../asb-client.yaml | 5 - .../openshift-ansible-service-broker/asb.yaml | 5 - .../openshift-azure-logging/omsagent.yaml | 5 - .../etcd-metrics.yaml | 5 - .../openshift-azure-monitoring/geneva.yaml | 5 - .../openshift-azure/blackboxmonitor.yaml | 5 - .../openshift-console/console.yaml | 7 - .../openshift-etcd/etcd-backup.yaml | 5 - .../bootstrap-autoapprover.yaml | 5 - .../build-config-change-controller.yaml | 5 - .../openshift-infra/build-controller.yaml | 5 - ...uster-quota-reconciliation-controller.yaml | 5 - .../customer-admin-controller.yaml | 5 - .../default-rolebindings-controller.yaml | 5 - .../openshift-infra/deployer-controller.yaml | 5 - .../deploymentconfig-controller.yaml | 5 - .../image-import-controller.yaml | 5 - .../image-trigger-controller.yaml | 5 - .../ingress-to-route-controller.yaml | 5 - ...espace-security-allocation-controller.yaml | 5 - .../openshift-infra/node-bootstrapper.yaml | 5 - .../origin-namespace-controller.yaml | 5 - .../pv-recycler-controller.yaml | 5 - .../resourcequota-controller.yaml | 5 - .../openshift-infra/sdn-controller.yaml | 5 - .../service-ingress-ip-controller.yaml | 5 - .../service-serving-cert-controller.yaml | 5 - .../serviceaccount-controller.yaml | 5 - ...erviceaccount-pull-secrets-controller.yaml | 5 - .../strimzi-cluster-operator.yaml | 7 - .../template-instance-controller.yaml | 5 - ...emplate-instance-finalizer-controller.yaml | 5 - .../openshift-infra/unidling-controller.yaml | 5 - .../cluster-monitoring-operator.yaml | 5 - .../openshift-monitoring/metrics-server.yaml | 5 - .../ServiceAccount/openshift-sdn/sdn.yaml | 5 - .../apiserver.yaml | 5 - .../templateservicebroker-client.yaml | 5 - .../openshift-web-console/webconsole.yaml | 7 - .../azure-controllers.yaml | 21 - .../openshift-monitoring/canary.yaml | 21 - .../openshift-monitoring/etcd-metrics.yaml | 31 - .../openshift-monitoring/metrics-bridge.yaml | 21 - .../openshift-monitoring/router-stats.yaml | 27 - .../openshift-monitoring/sync.yaml | 21 - .../openshift-azure-monitoring/canary.yaml | 53 - .../bootstrap-autoapprover.yaml | 74 - .../azure-disk.yaml | 12 - .../azure-file.yaml | 10 - .../openshift/3scale-gateway.yaml | 188 - .../openshift/amq63-basic.yaml | 240 - .../openshift/amq63-persistent-ssl.yaml | 450 - .../openshift/amq63-persistent.yaml | 338 - .../openshift/amq63-ssl.yaml | 361 - .../openshift/apicurito.yaml | 269 - .../openshift/cache-service.yaml | 217 - .../openshift/cakephp-example.yaml | 223 - .../openshift/cakephp-mysql-example.yaml | 365 - .../openshift/cakephp-mysql-persistent.yaml | 377 - .../openshift/dancer-example.yaml | 192 - .../openshift/dancer-mysql-example.yaml | 331 - .../openshift/dancer-mysql-persistent.yaml | 343 - .../openshift/datagrid-service.yaml | 206 - .../openshift/datavirt64-basic-s2i.yaml | 324 - .../datavirt64-extensions-support-s2i.yaml | 541 - .../openshift/datavirt64-ldap-s2i.yaml | 335 - .../openshift/datavirt64-secure-s2i.yaml | 592 - .../openshift/decisionserver64-amq-s2i.yaml | 511 - .../openshift/decisionserver64-basic-s2i.yaml | 258 - .../openshift/decisionserver64-https-s2i.yaml | 341 - .../openshift/django-example.yaml | 208 - .../openshift/django-psql-example.yaml | 346 - .../openshift/django-psql-persistent.yaml | 359 - .../openshift/dotnet-example.yaml | 224 - .../openshift/dotnet-pgsql-persistent.yaml | 354 - .../openshift/eap-cd-basic-s2i.yaml | 338 - .../openshift/eap-cd-starter-s2i.yaml | 280 - .../openshift/eap64-amq-persistent-s2i.yaml | 575 - .../openshift/eap64-amq-s2i.yaml | 543 - .../openshift/eap64-basic-s2i.yaml | 265 - .../openshift/eap64-https-s2i.yaml | 370 - .../eap64-mongodb-persistent-s2i.yaml | 551 - .../openshift/eap64-mongodb-s2i.yaml | 535 - .../openshift/eap64-mysql-persistent-s2i.yaml | 557 - .../openshift/eap64-mysql-s2i.yaml | 541 - .../eap64-postgresql-persistent-s2i.yaml | 546 - .../openshift/eap64-postgresql-s2i.yaml | 528 - .../openshift/eap64-sso-s2i.yaml | 510 - .../openshift/eap64-third-party-db-s2i.yaml | 424 - .../openshift/eap64-tx-recovery-s2i.yaml | 388 - .../openshift/eap72-basic-s2i.yaml | 278 - .../openshift/eap72-https-s2i.yaml | 381 - .../eap72-mongodb-persistent-s2i.yaml | 561 - .../openshift/eap72-mongodb-s2i.yaml | 545 - .../openshift/eap72-mysql-persistent-s2i.yaml | 570 - .../openshift/eap72-mysql-s2i.yaml | 553 - .../eap72-postgresql-persistent-s2i.yaml | 557 - .../openshift/eap72-postgresql-s2i.yaml | 541 - .../openshift/eap72-sso-s2i.yaml | 524 - .../openshift/eap72-third-party-db-s2i.yaml | 433 - .../openshift/fuse75-console.yaml | 217 - .../openshift/httpd-example.yaml | 183 - .../jenkins-ephemeral-monitored.yaml | 245 - .../openshift/jenkins-ephemeral.yaml | 223 - .../jenkins-persistent-monitored.yaml | 265 - .../openshift/jenkins-persistent.yaml | 243 - .../openshift/jws31-tomcat7-basic-s2i.yaml | 206 - .../openshift/jws31-tomcat7-https-s2i.yaml | 283 - .../jws31-tomcat7-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat7-mongodb-s2i.yaml | 441 - .../jws31-tomcat7-mysql-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat7-mysql-s2i.yaml | 441 - ...s31-tomcat7-postgresql-persistent-s2i.yaml | 454 - .../jws31-tomcat7-postgresql-s2i.yaml | 429 - .../openshift/jws31-tomcat8-basic-s2i.yaml | 212 - .../openshift/jws31-tomcat8-https-s2i.yaml | 283 - .../jws31-tomcat8-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat8-mongodb-s2i.yaml | 441 - .../jws31-tomcat8-mysql-persistent-s2i.yaml | 465 - .../openshift/jws31-tomcat8-mysql-s2i.yaml | 441 - ...s31-tomcat8-postgresql-persistent-s2i.yaml | 447 - .../jws31-tomcat8-postgresql-s2i.yaml | 427 - .../openshift/jws50-tomcat9-basic-s2i.yaml | 212 - .../openshift/jws50-tomcat9-https-s2i.yaml | 283 - .../jws50-tomcat9-mongodb-persistent-s2i.yaml | 465 - .../openshift/jws50-tomcat9-mongodb-s2i.yaml | 441 - .../jws50-tomcat9-mysql-persistent-s2i.yaml | 465 - .../openshift/jws50-tomcat9-mysql-s2i.yaml | 441 - ...s50-tomcat9-postgresql-persistent-s2i.yaml | 447 - .../jws50-tomcat9-postgresql-s2i.yaml | 427 - .../openshift/mariadb-ephemeral.yaml | 182 - .../openshift/mariadb-persistent.yaml | 196 - .../openshift/mongodb-ephemeral.yaml | 199 - .../openshift/mongodb-persistent.yaml | 213 - .../openshift/mysql-ephemeral.yaml | 199 - .../openshift/mysql-persistent.yaml | 196 - .../openshift/nginx-example.yaml | 188 - .../openshift/nodejs-example.yaml | 195 - .../openshift/nodejs-mongo-persistent.yaml | 363 - .../openshift/nodejs-mongodb-example.yaml | 352 - .../openshift/openjdk-web-basic-s2i.yaml | 184 - .../openshift/postgresql-ephemeral.yaml | 184 - .../openshift/postgresql-persistent.yaml | 198 - ...cessserver64-amq-mysql-persistent-s2i.yaml | 765 - .../processserver64-amq-mysql-s2i.yaml | 704 - ...erver64-amq-postgresql-persistent-s2i.yaml | 750 - .../processserver64-amq-postgresql-s2i.yaml | 690 - .../openshift/processserver64-basic-s2i.yaml | 260 - .../processserver64-externaldb-s2i.yaml | 544 - .../processserver64-mysql-persistent-s2i.yaml | 562 - .../openshift/processserver64-mysql-s2i.yaml | 526 - ...essserver64-postgresql-persistent-s2i.yaml | 547 - .../processserver64-postgresql-s2i.yaml | 511 - .../openshift/project-request.yaml | 89 - .../openshift/rails-pgsql-persistent.yaml | 392 - .../openshift/rails-postgresql-example.yaml | 379 - .../openshift/redis-ephemeral.yaml | 156 - .../openshift/redis-persistent.yaml | 170 - .../openshift/rhdm77-authoring-ha.yaml | 1329 -- .../openshift/rhdm77-authoring.yaml | 916 - .../openshift/rhdm77-kieserver.yaml | 626 - .../rhdm77-prod-immutable-kieserver-amq.yaml | 1067 - .../rhdm77-prod-immutable-kieserver.yaml | 700 - .../openshift/rhdm77-trial-ephemeral.yaml | 778 - .../openshift/rhpam77-authoring-ha.yaml | 1507 -- .../openshift/rhpam77-authoring.yaml | 976 - .../rhpam77-kieserver-externaldb.yaml | 822 - .../openshift/rhpam77-kieserver-mysql.yaml | 811 - .../rhpam77-kieserver-postgresql.yaml | 815 - .../openshift/rhpam77-managed.yaml | 1159 -- .../rhpam77-prod-immutable-kieserver-amq.yaml | 1286 -- .../rhpam77-prod-immutable-kieserver.yaml | 887 - .../rhpam77-prod-immutable-monitor.yaml | 830 - .../openshift/rhpam77-prod.yaml | 1829 -- .../openshift/rhpam77-trial-ephemeral.yaml | 778 - ...-fuse75-spring-boot-camel-rest-3scale.yaml | 274 - .../s2i-fuse75-spring-boot-camel-xml.yaml | 233 - .../s2i-fuse75-spring-boot-camel.yaml | 233 - .../openshift/sso-cd-x509-https.yaml | 239 - .../openshift/sso72-https.yaml | 342 - .../openshift/sso72-mysql-persistent.yaml | 512 - .../openshift/sso72-mysql.yaml | 504 - .../sso72-postgresql-persistent.yaml | 500 - .../openshift/sso72-postgresql.yaml | 491 - .../openshift/sso72-x509-https.yaml | 229 - .../openshift/sso73-https.yaml | 347 - .../openshift/sso73-mysql-persistent.yaml | 521 - .../openshift/sso73-mysql.yaml | 509 - .../sso73-postgresql-persistent.yaml | 509 - .../openshift/sso73-postgresql.yaml | 496 - .../openshift/sso73-x509-https.yaml | 239 - .../sso73-x509-mysql-persistent.yaml | 411 - .../sso73-x509-postgresql-persistent.yaml | 399 - .../openshift/strimzi-connect-s2i.yaml | 110 - .../openshift/strimzi-connect.yaml | 109 - .../openshift/strimzi-ephemeral.yaml | 105 - .../openshift/strimzi-mirror-maker.yaml | 59 - .../openshift/strimzi-persistent.yaml | 120 - ...admission-controller.aro.openshift.io.yaml | 86 - pkg/sync/v18/default.go | 114 - pkg/sync/v18/derive.go | 78 - pkg/sync/v18/derive_test.go | 55 - pkg/sync/v18/envpass_test.go | 135 - pkg/sync/v18/lint_test.go | 65 - pkg/sync/v18/sync.go | 610 - pkg/sync/v18/sync_test.go | 97 - .../v18/testdata/clean/DaemonSet.apps-in.yaml | 36 - .../testdata/clean/DaemonSet.apps-out.yaml | 31 - .../testdata/clean/Deployment.apps-in.yaml | 35 - .../testdata/clean/Deployment.apps-out.yaml | 31 - ...DeploymentConfig.apps.openshift.io-in.yaml | 35 - ...eploymentConfig.apps.openshift.io-out.yaml | 31 - .../ImageStream.image.openshift.io-in.yaml | 6 - .../ImageStream.image.openshift.io-out.yaml | 5 - pkg/sync/v18/testdata/clean/Namespace-in.yaml | 8 - .../v18/testdata/clean/Namespace-out.yaml | 5 - pkg/sync/v18/testdata/clean/Pod-in.yaml | 4 - pkg/sync/v18/testdata/clean/Pod-out.yaml | 2 - pkg/sync/v18/testdata/clean/Secret-in.yaml | 8 - pkg/sync/v18/testdata/clean/Secret-out.yaml | 8 - .../Secret-service-account-token-in.yaml | 9 - .../Secret-service-account-token-out.yaml | 6 - pkg/sync/v18/testdata/clean/Service-in.yaml | 35 - pkg/sync/v18/testdata/clean/Service-out.yaml | 27 - pkg/sync/v18/testdata/secret1.yaml | 11 - pkg/sync/v18/testdata/secret2.yaml | 10 - pkg/sync/v18/testdata/secret3.yaml | 11 - pkg/sync/v18/testdata/service1.yaml | 23 - pkg/sync/v18/testdata/service2.yaml | 23 - pkg/sync/v18/testdata/service3.yaml | 23 - pkg/sync/v18/translate.go | 692 - pkg/sync/v18/translate_test.go | 77 - pkg/sync/v18/update_test.go | 180 - pkg/sync/v18/wants.go | 215 - 1714 files changed, 239584 deletions(-) delete mode 100644 pkg/arm/v14/arm.go delete mode 100644 pkg/arm/v14/arm_test.go delete mode 100644 pkg/arm/v14/bindata.go delete mode 100644 pkg/arm/v14/data/master-startup.sh delete mode 100644 pkg/arm/v14/data/node-startup.sh delete mode 100644 pkg/arm/v14/derive.go delete mode 100644 pkg/arm/v14/derive_test.go delete mode 100644 pkg/arm/v14/resources.go delete mode 100644 pkg/arm/v18/arm.go delete mode 100644 pkg/arm/v18/arm_test.go delete mode 100644 pkg/arm/v18/bindata.go delete mode 100644 pkg/arm/v18/data/master-startup.sh delete mode 100644 pkg/arm/v18/data/node-startup.sh delete mode 100644 pkg/arm/v18/derive.go delete mode 100644 pkg/arm/v18/derive_test.go delete mode 100644 pkg/arm/v18/resources.go delete mode 100644 pkg/config/v14/generate.go delete mode 100644 pkg/config/v14/generate_test.go delete mode 100644 pkg/config/v14/types.go delete mode 100644 pkg/config/v18/generate.go delete mode 100644 pkg/config/v18/generate_test.go delete mode 100644 pkg/config/v18/types.go delete mode 100644 pkg/startup/v14/bindata.go delete mode 100644 pkg/startup/v14/codecov_dummy_test.go delete mode 100644 pkg/startup/v14/data/common/etc/azsec/azsecmon-audit.rules delete mode 100644 pkg/startup/v14/data/common/etc/default/mdsd delete mode 100644 pkg/startup/v14/data/common/etc/fluentd/fluent.conf delete mode 100644 pkg/startup/v14/data/common/etc/mdsd.d/mdsd.xml delete mode 100644 pkg/startup/v14/data/common/etc/mdsd.d/secret/gcscert.pem delete mode 100644 pkg/startup/v14/data/common/etc/mdsd.d/secret/gcskey.pem delete mode 100644 pkg/startup/v14/data/master/etc/aro-admission-controller/aro-admission-controller.yaml delete mode 100644 pkg/startup/v14/data/master/etc/etcd/ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/etcd/etcd.conf delete mode 100644 pkg/startup/v14/data/master/etc/etcd/peer.crt delete mode 100644 pkg/startup/v14/data/master/etc/etcd/peer.key delete mode 100644 pkg/startup/v14/data/master/etc/etcd/server.crt delete mode 100644 pkg/startup/v14/data/master/etc/etcd/server.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/cloudprovider/azure.conf delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/admin.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/admin.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/admin.kubeconfig delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/admission-webhook.kubeconfig delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/ca-bundle.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/ca.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/client.secret delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/front-proxy-ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master-config.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.etcd-ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.server.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/master.server.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/named/console.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/named/console.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/openshift-master.kubeconfig delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/scheduler.json delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/service-signer.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/service-signer.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.private.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.public.key delete mode 100644 pkg/startup/v14/data/master/etc/origin/master/session-secrets.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/client-ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/node-config.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/node.kubeconfig delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/apiserver.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/controllers.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/etcd.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/ovs.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/pods/sdn.yaml delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/resolv.conf delete mode 100644 pkg/startup/v14/data/master/etc/origin/node/sdn.kubeconfig delete mode 100644 pkg/startup/v14/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt delete mode 100644 pkg/startup/v14/data/master/etc/sysconfig/atomic-openshift-node delete mode 100644 pkg/startup/v14/data/master/root/.kube/config delete mode 100644 pkg/startup/v14/data/worker/etc/origin/cloudprovider/azure.conf delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/bootstrap.kubeconfig delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/ca.crt delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.crt delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.key delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/node-config.yaml delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/pods/ovs.yaml delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/pods/sdn.yaml delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/resolv.conf delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/sdn.kubeconfig delete mode 100644 pkg/startup/v14/data/worker/etc/origin/node/volume-config.yaml delete mode 100644 pkg/startup/v14/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt delete mode 100644 pkg/startup/v14/data/worker/etc/sysconfig/atomic-openshift-node delete mode 100644 pkg/startup/v14/derive.go delete mode 100644 pkg/startup/v14/derive_test.go delete mode 100644 pkg/startup/v14/startup.go delete mode 100644 pkg/startup/v14/startup_test.go delete mode 100644 pkg/startup/v18/bindata.go delete mode 100644 pkg/startup/v18/codecov_dummy_test.go delete mode 100644 pkg/startup/v18/data/common/etc/azsec/azsecmon-audit.rules delete mode 100644 pkg/startup/v18/data/common/etc/default/mdsd delete mode 100644 pkg/startup/v18/data/common/etc/fluentd/fluent.conf delete mode 100644 pkg/startup/v18/data/common/etc/mdsd.d/mdsd.xml delete mode 100644 pkg/startup/v18/data/common/etc/mdsd.d/secret/gcscert.pem delete mode 100644 pkg/startup/v18/data/common/etc/mdsd.d/secret/gcskey.pem delete mode 100644 pkg/startup/v18/data/master/etc/aro-admission-controller/aro-admission-controller.yaml delete mode 100644 pkg/startup/v18/data/master/etc/etcd/ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/etcd/etcd.conf delete mode 100644 pkg/startup/v18/data/master/etc/etcd/peer.crt delete mode 100644 pkg/startup/v18/data/master/etc/etcd/peer.key delete mode 100644 pkg/startup/v18/data/master/etc/etcd/server.crt delete mode 100644 pkg/startup/v18/data/master/etc/etcd/server.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/cloudprovider/azure.conf delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/admin.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/admin.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/admin.kubeconfig delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/admission-webhook.kubeconfig delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/ca-bundle.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/ca.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/client.secret delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/front-proxy-ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master-config.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.etcd-ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.server.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/master.server.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/named/console.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/named/console.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/openshift-master.kubeconfig delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/scheduler.json delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/service-signer.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/service-signer.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.private.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.public.key delete mode 100644 pkg/startup/v18/data/master/etc/origin/master/session-secrets.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/client-ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/node-config.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/node.kubeconfig delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/apiserver.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/controllers.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/etcd.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/ovs.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/pods/sdn.yaml delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/resolv.conf delete mode 100644 pkg/startup/v18/data/master/etc/origin/node/sdn.kubeconfig delete mode 100644 pkg/startup/v18/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt delete mode 100644 pkg/startup/v18/data/master/etc/sysconfig/atomic-openshift-node delete mode 100644 pkg/startup/v18/data/master/root/.kube/config delete mode 100644 pkg/startup/v18/data/worker/etc/origin/cloudprovider/azure.conf delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/bootstrap.kubeconfig delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/ca.crt delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.crt delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.key delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/node-config.yaml delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/pods/ovs.yaml delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/pods/sdn.yaml delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/resolv.conf delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/sdn.kubeconfig delete mode 100644 pkg/startup/v18/data/worker/etc/origin/node/volume-config.yaml delete mode 100644 pkg/startup/v18/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt delete mode 100644 pkg/startup/v18/data/worker/etc/sysconfig/atomic-openshift-node delete mode 100644 pkg/startup/v18/derive.go delete mode 100644 pkg/startup/v18/derive_test.go delete mode 100644 pkg/startup/v18/startup.go delete mode 100644 pkg/startup/v18/startup_test.go delete mode 100644 pkg/sync/v14/bindata.go delete mode 100644 pkg/sync/v14/clean.go delete mode 100644 pkg/sync/v14/clean_test.go delete mode 100644 pkg/sync/v14/client.go delete mode 100644 pkg/sync/v14/client_test.go delete mode 100644 pkg/sync/v14/content_test.go delete mode 100644 pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml delete mode 100644 pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/edit.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml delete mode 100644 pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/view.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml delete mode 100644 pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/kube-service-catalog/cluster-info.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/kube-system/extension-apiserver-authentication.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-cluster-agent-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-console/console-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml delete mode 100644 pkg/sync/v14/data/ConfigMap/openshift-web-console/webconsole-config.yaml delete mode 100644 pkg/sync/v14/data/CronJob.batch/openshift-etcd/etcd-backup.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/default/docker-registry.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/default/router.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/apiserver.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/default/registry-console.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-console/console.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-infra/customer-admin-controller.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v14/data/Deployment.apps/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/golang.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/httpd.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/java.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jenkins.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mariadb.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/modern-webapp.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mongodb.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mysql.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nginx.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nodejs.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/perl.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/php.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/postgresql.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/python.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redis.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml delete mode 100644 pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/ruby.yaml delete mode 100644 pkg/sync/v14/data/Namespace/default.yaml delete mode 100644 pkg/sync/v14/data/Namespace/kube-public.yaml delete mode 100644 pkg/sync/v14/data/Namespace/kube-service-catalog.yaml delete mode 100644 pkg/sync/v14/data/Namespace/kube-system.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-ansible-service-broker.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-azure-branding.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-azure-logging.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-azure-monitoring.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-azure.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-console.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-etcd.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-infra.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-logging.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-monitoring.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-sdn.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift-web-console.yaml delete mode 100644 pkg/sync/v14/data/Namespace/openshift.yaml delete mode 100644 pkg/sync/v14/data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml delete mode 100644 pkg/sync/v14/data/OAuthClient.oauth.openshift.io/openshift-console.yaml delete mode 100644 pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml delete mode 100644 pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml delete mode 100644 pkg/sync/v14/data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml delete mode 100644 pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml delete mode 100644 pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml delete mode 100644 pkg/sync/v14/data/Route.route.openshift.io/default/docker-registry.yaml delete mode 100644 pkg/sync/v14/data/Route.route.openshift.io/default/registry-console.yaml delete mode 100644 pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v14/data/Route.route.openshift.io/openshift-console/console.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/docker-registry-http.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/registry-certificates.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/registry-config.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/registry-console.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/router-certs.yaml delete mode 100644 pkg/sync/v14/data/Secret/default/router-stats.yaml delete mode 100644 pkg/sync/v14/data/Secret/kube-service-catalog/apiserver-ssl.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-ansible-service-broker/asb-client.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-azure-logging/log-analytics.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-azure-monitoring/azure-registry.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-azure-monitoring/mdm-cert.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-console/apiserver-cert.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-console/console-oauth-config.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-infra/aad-group-sync-config.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-monitoring/metrics-server-certs.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-monitoring/router-stats.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v14/data/Secret/openshift/redhat-registry.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/anyuid.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/nonroot.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/privileged.yaml delete mode 100644 pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/restricted.yaml delete mode 100644 pkg/sync/v14/data/Service/default/docker-registry.yaml delete mode 100644 pkg/sync/v14/data/Service/default/registry-console.yaml delete mode 100644 pkg/sync/v14/data/Service/default/router-stats.yaml delete mode 100644 pkg/sync/v14/data/Service/default/router.yaml delete mode 100644 pkg/sync/v14/data/Service/kube-service-catalog/apiserver.yaml delete mode 100644 pkg/sync/v14/data/Service/kube-service-catalog/controller-manager.yaml delete mode 100644 pkg/sync/v14/data/Service/kube-system/aro-admission-controller.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-console/console.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-infra/azure-controllers.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v14/data/Service/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/default/default.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/default/registry.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/default/router.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/attachdetach-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/certificate-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/cronjob-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/daemon-set-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/deployment-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/disruption-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/endpoint-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/expand-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/generic-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/job-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/node-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/persistent-volume-binder.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/pod-garbage-collector.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/pv-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/pvc-protection-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/replicaset-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/replication-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/service-account-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/service-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/kube-system/statefulset-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/geneva.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-azure/blackboxmonitor.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-console/console.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-etcd/etcd-backup.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/build-config-change-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/build-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/customer-admin-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/deployer-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/image-import-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/image-trigger-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/node-bootstrapper.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/resourcequota-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/sdn-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-infra/unidling-controller.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-sdn/sdn.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v14/data/ServiceAccount/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml delete mode 100644 pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml delete mode 100644 pkg/sync/v14/data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v14/data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v14/data/StorageClass.storage.k8s.io/azure-disk.yaml delete mode 100644 pkg/sync/v14/data/StorageClass.storage.k8s.io/azure-file.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/3scale-gateway.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/amq63-basic.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/amq63-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/amq63-ssl.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/apicurito.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/cache-service.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/cakephp-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/cakephp-mysql-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/dancer-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/dancer-mysql-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/datagrid-service.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/django-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/django-psql-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/django-psql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/dotnet-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-amq-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-sso-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-sso-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/fuse75-console.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/httpd-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jenkins-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jenkins-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mariadb-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mariadb-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mongodb-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mongodb-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mysql-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/nginx-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/nodejs-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/postgresql-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/postgresql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/project-request.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rails-postgresql-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/react-web-app-example.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/redis-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/redis-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-authoring-ha.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-authoring.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-kieserver.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-optaweb-employee-rostering.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver-amq.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhdm75-trial-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-authoring-ha.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-authoring.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-kieserver-externaldb.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-kieserver-mysql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-kieserver-postgresql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-managed.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver-amq.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-monitor.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-prod.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/rhpam75-trial-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso-cd-x509-https.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-https.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-mysql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-postgresql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso72-x509-https.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-https.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-mysql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-postgresql.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-x509-https.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/strimzi-connect.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/strimzi-ephemeral.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml delete mode 100644 pkg/sync/v14/data/Template.template.openshift.io/openshift/strimzi-persistent.yaml delete mode 100644 pkg/sync/v14/data/ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml delete mode 100644 pkg/sync/v14/default.go delete mode 100644 pkg/sync/v14/derive.go delete mode 100644 pkg/sync/v14/derive_test.go delete mode 100644 pkg/sync/v14/envpass_test.go delete mode 100644 pkg/sync/v14/lint_test.go delete mode 100644 pkg/sync/v14/sync.go delete mode 100644 pkg/sync/v14/sync_test.go delete mode 100644 pkg/sync/v14/testdata/clean/DaemonSet.apps-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/DaemonSet.apps-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Deployment.apps-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Deployment.apps-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/DeploymentConfig.apps.openshift.io-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/DeploymentConfig.apps.openshift.io-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/ImageStream.image.openshift.io-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/ImageStream.image.openshift.io-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Namespace-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Namespace-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Pod-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Pod-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Secret-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Secret-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Secret-service-account-token-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Secret-service-account-token-out.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Service-in.yaml delete mode 100644 pkg/sync/v14/testdata/clean/Service-out.yaml delete mode 100644 pkg/sync/v14/testdata/secret1.yaml delete mode 100644 pkg/sync/v14/testdata/secret2.yaml delete mode 100644 pkg/sync/v14/testdata/secret3.yaml delete mode 100644 pkg/sync/v14/testdata/service1.yaml delete mode 100644 pkg/sync/v14/testdata/service2.yaml delete mode 100644 pkg/sync/v14/testdata/service3.yaml delete mode 100644 pkg/sync/v14/translate.go delete mode 100644 pkg/sync/v14/translate_test.go delete mode 100644 pkg/sync/v14/update_test.go delete mode 100644 pkg/sync/v14/wants.go delete mode 100644 pkg/sync/v18/bindata.go delete mode 100644 pkg/sync/v18/clean.go delete mode 100644 pkg/sync/v18/clean_test.go delete mode 100644 pkg/sync/v18/client.go delete mode 100644 pkg/sync/v18/client_test.go delete mode 100644 pkg/sync/v18/content_test.go delete mode 100644 pkg/sync/v18/data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml delete mode 100644 pkg/sync/v18/data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/edit.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/omsagent-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-aggregate-to-view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml delete mode 100644 pkg/sync/v18/data/ClusterRole.rbac.authorization.k8s.io/view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/omsagentclusterrolebinding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml delete mode 100644 pkg/sync/v18/data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/kube-service-catalog/cluster-info.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/kube-system/extension-apiserver-authentication.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-logging/omsagent-entrypoint.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-logging/omsagent-rs-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-logging/omsagent-rsyslog-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-console/console-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml delete mode 100644 pkg/sync/v18/data/ConfigMap/openshift-web-console/webconsole-config.yaml delete mode 100644 pkg/sync/v18/data/CronJob.batch/openshift-etcd/etcd-backup.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/default/docker-registry.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/default/router.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/kube-service-catalog/apiserver.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/openshift-azure-logging/omsagent.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/default/registry-console.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-azure-logging/omsagent-rs.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-console/console.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-infra/customer-admin-controller.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v18/data/Deployment.apps/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/dotnet.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/eap-cd-runtime-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/golang.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/httpd.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/java.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/jenkins.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/mariadb.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/mongodb.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/mysql.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/nginx.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/nodejs.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/perl.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/php.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/postgresql.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/python.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/redis.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-process-migration-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml delete mode 100644 pkg/sync/v18/data/ImageStream.image.openshift.io/openshift/ruby.yaml delete mode 100644 pkg/sync/v18/data/Namespace/default.yaml delete mode 100644 pkg/sync/v18/data/Namespace/kube-public.yaml delete mode 100644 pkg/sync/v18/data/Namespace/kube-service-catalog.yaml delete mode 100644 pkg/sync/v18/data/Namespace/kube-system.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-ansible-service-broker.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-azure-branding.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-azure-logging.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-azure-monitoring.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-azure.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-console.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-etcd.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-infra.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-logging.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-monitoring.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-sdn.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift-web-console.yaml delete mode 100644 pkg/sync/v18/data/Namespace/openshift.yaml delete mode 100644 pkg/sync/v18/data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml delete mode 100644 pkg/sync/v18/data/OAuthClient.oauth.openshift.io/openshift-console.yaml delete mode 100644 pkg/sync/v18/data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml delete mode 100644 pkg/sync/v18/data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml delete mode 100644 pkg/sync/v18/data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-omsagent.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml delete mode 100644 pkg/sync/v18/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-omsagent.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml delete mode 100644 pkg/sync/v18/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml delete mode 100644 pkg/sync/v18/data/Route.route.openshift.io/default/docker-registry.yaml delete mode 100644 pkg/sync/v18/data/Route.route.openshift.io/default/registry-console.yaml delete mode 100644 pkg/sync/v18/data/Route.route.openshift.io/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v18/data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v18/data/Route.route.openshift.io/openshift-console/console.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/docker-registry-http.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/registry-certificates.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/registry-config.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/registry-console.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/router-certs.yaml delete mode 100644 pkg/sync/v18/data/Secret/default/router-stats.yaml delete mode 100644 pkg/sync/v18/data/Secret/kube-service-catalog/apiserver-ssl.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-ansible-service-broker/asb-client.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-azure-logging/omsagent-secret.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-azure-monitoring/azure-registry.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-azure-monitoring/mdm-cert.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-console/console-oauth-config.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-infra/aad-group-sync-config.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-monitoring/metrics-server-certs.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-monitoring/router-stats.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v18/data/Secret/openshift/redhat-registry.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/anyuid.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/nonroot.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/privileged.yaml delete mode 100644 pkg/sync/v18/data/SecurityContextConstraints.security.openshift.io/restricted.yaml delete mode 100644 pkg/sync/v18/data/Service/default/docker-registry.yaml delete mode 100644 pkg/sync/v18/data/Service/default/registry-console.yaml delete mode 100644 pkg/sync/v18/data/Service/default/router-stats.yaml delete mode 100644 pkg/sync/v18/data/Service/default/router.yaml delete mode 100644 pkg/sync/v18/data/Service/kube-service-catalog/apiserver.yaml delete mode 100644 pkg/sync/v18/data/Service/kube-service-catalog/controller-manager.yaml delete mode 100644 pkg/sync/v18/data/Service/kube-system/aro-admission-controller.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-azure-branding/branding.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-azure-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-console/console.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-infra/azure-controllers.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v18/data/Service/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/default/default.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/default/registry.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/default/router.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/attachdetach-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/certificate-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/cronjob-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/daemon-set-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/deployment-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/disruption-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/endpoint-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/expand-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/generic-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/job-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/node-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/persistent-volume-binder.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/pod-garbage-collector.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/pv-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/pvc-protection-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/replicaset-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/replication-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/service-account-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/service-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/kube-system/statefulset-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-ansible-service-broker/asb.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-azure-logging/omsagent.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-azure-monitoring/geneva.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-azure/blackboxmonitor.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-console/console.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-etcd/etcd-backup.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/build-config-change-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/build-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/customer-admin-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/deployer-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/image-import-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/image-trigger-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/node-bootstrapper.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/resourcequota-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/sdn-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/template-instance-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-infra/unidling-controller.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-monitoring/metrics-server.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-sdn/sdn.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-template-service-broker/apiserver.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml delete mode 100644 pkg/sync/v18/data/ServiceAccount/openshift-web-console/webconsole.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml delete mode 100644 pkg/sync/v18/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml delete mode 100644 pkg/sync/v18/data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml delete mode 100644 pkg/sync/v18/data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml delete mode 100644 pkg/sync/v18/data/StorageClass.storage.k8s.io/azure-disk.yaml delete mode 100644 pkg/sync/v18/data/StorageClass.storage.k8s.io/azure-file.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/3scale-gateway.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/amq63-basic.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/amq63-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/amq63-ssl.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/apicurito.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/cache-service.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/cakephp-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/cakephp-mysql-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/dancer-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/dancer-mysql-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/datagrid-service.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/django-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/django-psql-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/django-psql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/dotnet-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-amq-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-sso-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-sso-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/fuse75-console.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/httpd-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jenkins-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jenkins-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mariadb-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mariadb-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mongodb-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mongodb-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mysql-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/nginx-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/nodejs-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/postgresql-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/postgresql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/project-request.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rails-postgresql-example.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/redis-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/redis-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-authoring-ha.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-authoring.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-kieserver.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-prod-immutable-kieserver-amq.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-prod-immutable-kieserver.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhdm77-trial-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-authoring-ha.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-authoring.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-kieserver-externaldb.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-kieserver-mysql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-kieserver-postgresql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-managed.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-prod-immutable-kieserver-amq.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-prod-immutable-kieserver.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-prod-immutable-monitor.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-prod.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/rhpam77-trial-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso-cd-x509-https.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-https.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-mysql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-postgresql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso72-x509-https.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-https.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-mysql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-postgresql.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-x509-https.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/strimzi-connect.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/strimzi-ephemeral.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml delete mode 100644 pkg/sync/v18/data/Template.template.openshift.io/openshift/strimzi-persistent.yaml delete mode 100644 pkg/sync/v18/data/ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml delete mode 100644 pkg/sync/v18/default.go delete mode 100644 pkg/sync/v18/derive.go delete mode 100644 pkg/sync/v18/derive_test.go delete mode 100644 pkg/sync/v18/envpass_test.go delete mode 100644 pkg/sync/v18/lint_test.go delete mode 100644 pkg/sync/v18/sync.go delete mode 100644 pkg/sync/v18/sync_test.go delete mode 100644 pkg/sync/v18/testdata/clean/DaemonSet.apps-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/DaemonSet.apps-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Deployment.apps-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Deployment.apps-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/DeploymentConfig.apps.openshift.io-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/DeploymentConfig.apps.openshift.io-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/ImageStream.image.openshift.io-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/ImageStream.image.openshift.io-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Namespace-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Namespace-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Pod-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Pod-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Secret-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Secret-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Secret-service-account-token-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Secret-service-account-token-out.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Service-in.yaml delete mode 100644 pkg/sync/v18/testdata/clean/Service-out.yaml delete mode 100644 pkg/sync/v18/testdata/secret1.yaml delete mode 100644 pkg/sync/v18/testdata/secret2.yaml delete mode 100644 pkg/sync/v18/testdata/secret3.yaml delete mode 100644 pkg/sync/v18/testdata/service1.yaml delete mode 100644 pkg/sync/v18/testdata/service2.yaml delete mode 100644 pkg/sync/v18/testdata/service3.yaml delete mode 100644 pkg/sync/v18/translate.go delete mode 100644 pkg/sync/v18/translate_test.go delete mode 100644 pkg/sync/v18/update_test.go delete mode 100644 pkg/sync/v18/wants.go diff --git a/pkg/arm/v14/arm.go b/pkg/arm/v14/arm.go deleted file mode 100644 index 7eb76bec90..0000000000 --- a/pkg/arm/v14/arm.go +++ /dev/null @@ -1,138 +0,0 @@ -package arm - -//go:generate go get github.com/go-bindata/go-bindata/go-bindata -//go:generate go-bindata -nometadata -pkg $GOPACKAGE -prefix data data/... -//go:generate gofmt -s -l -w bindata.go - -import ( - "context" - "crypto/sha256" - "encoding/json" - "fmt" - "io/ioutil" - "time" - - "github.com/Azure/go-autorest/autorest/to" - "github.com/sirupsen/logrus" - - "github.com/openshift/openshift-azure/pkg/api" - armconst "github.com/openshift/openshift-azure/pkg/arm/constants" - "github.com/openshift/openshift-azure/pkg/util/arm" - "github.com/openshift/openshift-azure/pkg/util/resourceid" -) - -type simpleGenerator struct { - testConfig api.TestConfig - log *logrus.Entry - cs *api.OpenShiftManagedCluster -} - -func New(ctx context.Context, log *logrus.Entry, cs *api.OpenShiftManagedCluster, testConfig api.TestConfig) *simpleGenerator { - return &simpleGenerator{ - testConfig: testConfig, - log: log, - cs: cs, - } -} - -func (g *simpleGenerator) Generate(ctx context.Context, backupBlob string, isUpdate bool, suffix string) (map[string]interface{}, error) { - t := arm.Template{ - Schema: "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - ContentVersion: "1.0.0.0", - Resources: []interface{}{ - g.ipAPIServer(), - g.lbAPIServer(), - g.storageAccount(g.cs.Config.RegistryStorageAccount, map[string]*string{ - "type": to.StringPtr("registry"), - }), - g.storageAccount(g.cs.Config.AzureFileStorageAccount, map[string]*string{ - "type": to.StringPtr("storage"), - }), - g.nsgMaster(), - }, - } - if g.cs.Properties.PrivateAPIServer { - t.Resources = append(t.Resources, g.ilbAPIServer()) - } - if !isUpdate { - t.Resources = append(t.Resources, g.vnet(), g.ipOutbound(), g.lbKubernetes(), g.nsgWorker()) - } - - for _, app := range g.cs.Properties.AgentPoolProfiles { - if app.Role == api.AgentPoolProfileRoleMaster || !isUpdate { - vmss, err := g.Vmss(&app, backupBlob, suffix) - if err != nil { - return nil, err - } - t.Resources = append(t.Resources, vmss) - } - } - - b, err := json.Marshal(t) - if err != nil { - return nil, err - } - - var azuretemplate map[string]interface{} - err = json.Unmarshal(b, &azuretemplate) - if err != nil { - return nil, err - } - - err = arm.FixupAPIVersions(azuretemplate, versionMap) - if err != nil { - return nil, err - } - - ignoreMap := map[string]struct{}{} - if isUpdate { - vnetID := resourceid.ResourceID(g.cs.Properties.AzProfile.SubscriptionID, g.cs.Properties.AzProfile.ResourceGroup, "Microsoft.Network/virtualNetworks", armconst.VnetName) - ignoreMap[vnetID] = struct{}{} - } - arm.FixupDepends(g.cs.Properties.AzProfile.SubscriptionID, g.cs.Properties.AzProfile.ResourceGroup, azuretemplate, ignoreMap) - - // HACK: Current SDK version is v24. Private link support comes into the version v28+. - // To use PLS/PE we need to set configurables on vnet and create PLS itself - // search for PrivateEndpointNetworkPolicies in https://raw.githubusercontent.com/Azure/azure-sdk-for-go/master/services/network/mgmt/2019-04-01/network/models.go - // To have these configs in our we need to modify the object after we generate them - arm.FixupSDKMismatch(azuretemplate) - - return azuretemplate, nil -} - -func (g *simpleGenerator) Hash(app *api.AgentPoolProfile) ([]byte, error) { - hash := sha256.New() - - // the hash is invariant of name, suffix, count... - appCopy := *app - appCopy.Count = 0 - appCopy.Name = "" - - // ...and also the SAS URIs - cs := g.cs.DeepCopy() - cs.Config.MasterStartupSASURI = "" - cs.Config.WorkerStartupSASURI = "" - - vmss, err := vmss(cs, &appCopy, "", "", g.testConfig) // TODO: backupBlob is rather a layering violation here - if err != nil { - return nil, err - } - - err = json.NewEncoder(hash).Encode(vmss) - if err != nil { - return nil, err - } - - if g.testConfig.DebugHashFunctions { - b, err := json.Marshal(vmss) - if err != nil { - return nil, err - } - err = ioutil.WriteFile(fmt.Sprintf("vmss-%s-%d", app.Role, time.Now().UnixNano()), b, 0666) - if err != nil { - return nil, err - } - } - - return hash.Sum(nil), nil -} diff --git a/pkg/arm/v14/arm_test.go b/pkg/arm/v14/arm_test.go deleted file mode 100644 index 071fcbc356..0000000000 --- a/pkg/arm/v14/arm_test.go +++ /dev/null @@ -1,103 +0,0 @@ -package arm - -import ( - "context" - "reflect" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/pkg/util/jsonpath" - "github.com/openshift/openshift-azure/test/util/populate" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestGenerate(t *testing.T) { - sg := simpleGenerator{ - cs: &api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - {Role: api.AgentPoolProfileRoleCompute, Name: "compute"}, - }, - }, - Config: api.Config{ - SSHKey: tls.DummyPrivateKey, - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{Cert: tls.DummyCertificate, Key: tls.DummyPrivateKey}, - NodeBootstrap: api.CertKeyPair{Cert: tls.DummyCertificate, Key: tls.DummyPrivateKey}, - }, - Images: api.ImageConfig{ - GenevaImagePullSecret: populate.DummyImagePullSecret("acr.azure.io"), - ImagePullSecret: populate.DummyImagePullSecret("registry.redhat.io"), - }, - }, - }, - } - - armtemplate, err := sg.Generate(context.Background(), "", false, "") - if err != nil { - t.Fatal(err) - } - - if len(jsonpath.MustCompile("$.resources[?(@.type='Microsoft.Network/networkSecurityGroups')]").Get(armtemplate)) != 2 { - t.Error("expected to find two networkSecurityGroups on create") - } - - armtemplate, err = sg.Generate(context.Background(), "", true, "") - if err != nil { - t.Fatal(err) - } - - if len(jsonpath.MustCompile("$.resources[?(@.type='Microsoft.Network/networkSecurityGroups')]").Get(armtemplate)) != 1 { - t.Error("expected to find one networkSecurityGroup on update") - } -} - -func TestHash(t *testing.T) { - prepare := func(v reflect.Value) { - switch v.Interface().(type) { - case []api.IdentityProvider: - // set the Provider to AADIdentityProvider - v.Set(reflect.ValueOf([]api.IdentityProvider{{Provider: &api.AADIdentityProvider{Kind: "AADIdentityProvider"}}})) - } - } - - var cs api.OpenShiftManagedCluster - populate.Walk(&cs, prepare) - cs.Properties.AgentPoolProfiles = []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - }, - { - Role: api.AgentPoolProfileRoleCompute, - VMSize: api.StandardD2sV3, - }, - } - cs.Config.Images.GenevaImagePullSecret = populate.DummyImagePullSecret("acr.azure.io") - cs.Config.Images.ImagePullSecret = populate.DummyImagePullSecret("registry.redhat.io") - - for _, role := range []api.AgentPoolProfileRole{api.AgentPoolProfileRoleMaster, api.AgentPoolProfileRoleCompute} { - sg := simpleGenerator{ - cs: &cs, - } - baseline, err := sg.Hash(&api.AgentPoolProfile{ - Role: role, - }) - if err != nil { - t.Errorf("%s: unexpected error: %v", role, err) - } - sg.cs = cs.DeepCopy() - sg.cs.Config.MasterStartupSASURI = "foo" - sg.cs.Config.WorkerStartupSASURI = "foo" - second, err := sg.Hash(&api.AgentPoolProfile{ - Name: "foo", - Role: role, - Count: 1, - }) - if err != nil { - t.Errorf("%s: unexpected error: %v", role, err) - } - if !reflect.DeepEqual(baseline, second) { - t.Errorf("%s: expected:\n%#v\ngot:\n%#v", role, baseline, second) - } - } -} diff --git a/pkg/arm/v14/bindata.go b/pkg/arm/v14/bindata.go deleted file mode 100644 index 9c32ef0b46..0000000000 --- a/pkg/arm/v14/bindata.go +++ /dev/null @@ -1,268 +0,0 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -//Package arm generated by go-bindata.// sources: -// data/master-startup.sh -// data/node-startup.sh -package arm - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// ModTime return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _masterStartupSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x5d\x73\x1b\xb7\xce\xbe\x2e\x7f\x05\xba\x72\x9b\x26\x35\xb5\x76\xda\xbe\x6f\x47\xad\x33\xe3\x38\x4e\xc7\xa7\x6e\xec\x63\x27\xa7\x17\x69\x26\x43\x2d\xb1\x12\x23\x2e\xb9\xe5\x87\x64\x55\xd1\x7f\x3f\x03\xee\x4a\x96\x2c\xd9\x49\x1a\xf7\xe4\xc2\x91\x48\x10\x20\xc1\x07\x78\x00\xaa\xf3\x65\xde\x57\x26\xef\x0b\x3f\x04\x8e\x57\x8c\x75\xe0\xb9\x75\x10\xd0\x07\x65\x06\x3d\xd0\x76\x00\xc2\x48\x90\xce\xd6\x20\xb4\x86\xe0\x44\x59\xaa\x02\xc2\x50\x04\x98\xd8\xa8\x25\x38\x1b\x03\xc2\x58\x09\x08\x43\x84\x4a\xf8\x80\x0e\x8e\x4f\x9f\xb2\x0e\x5c\x1c\x5f\x9e\xbd\xba\x38\x3a\xfe\xe5\xe2\xec\xd5\xf9\x41\x36\xb5\xd1\x71\x87\xde\x46\x57\x20\x1f\x38\x1b\xeb\x8c\x75\xe0\xec\xf2\xed\xf3\x7f\x3f\x7b\x71\x90\xd9\x1a\x8d\x1f\xaa\x32\x74\x77\xd6\x56\x76\xad\x17\x12\xc7\xdd\x42\xdb\x28\x33\xd6\x61\x1d\x50\x75\x10\x7d\x8d\x1e\xf8\x09\x9c\xbc\x38\x7f\xf5\x12\xb8\x87\x9d\x6f\xa4\x1a\xc0\xb7\x7e\x68\x5d\x80\x6c\xa7\xd5\x9b\xc1\x7b\x08\x42\x69\xe0\xfb\x0f\x81\xbf\x83\xd3\xb3\x5f\x80\x73\x6d\x07\xbc\x76\x58\xaa\x2b\xc8\x7e\x7d\xf5\xf4\x18\x48\x14\x9e\x5d\x9c\x9d\xf7\xb2\xcf\xd3\x4f\x3a\x18\x9b\xcd\x40\x95\xd0\x3d\xb2\xa6\x54\x83\xee\x25\x16\xd1\xa9\x30\x3d\x17\xa1\x18\x9e\x8b\x62\x24\x06\xe8\x61\x3e\x67\xda\x0e\x06\xe8\x80\x87\xd6\x71\xdc\x07\xe1\x42\xac\xbb\x7e\x08\x99\x32\x3e\x08\xad\x95\x19\x80\x43\x09\xe4\xf2\x42\x1a\x28\x92\xce\xe8\x44\x50\xd6\x80\x35\xb0\xf3\xcd\xd0\xfa\x60\x44\x85\x0f\x33\x56\x88\x00\x4f\xf2\xb1\x70\xb9\x56\xfd\x7c\x1a\xab\xbc\xd0\x0a\x4d\xe0\x05\xba\xd0\xad\xb1\x82\x9f\x7f\x7e\x70\x7c\xf6\xfc\x01\x6d\xf1\x08\x5d\x38\xf4\x4f\xa7\x01\xfd\x72\xaf\x34\xa6\x4a\x55\x88\x80\xbe\xdb\xee\xf5\x02\x6b\xeb\x55\xb0\x6e\x9a\xa6\xe1\x3d\x5c\x06\x47\xfb\x9a\xcf\xd9\xf1\xd9\xf3\xdb\x8d\x8e\x70\x7a\xd3\xe6\xb9\x53\x63\x11\xf0\x57\x9c\x7e\xa2\xe5\x5f\x71\xba\x61\xf8\xa3\x1d\x78\x78\x71\x06\xbe\xbd\x05\x88\xb5\x24\x1b\xf0\x7a\x36\x6b\xf5\xf9\x7f\x59\x65\x3e\x70\x5d\xd9\x2e\x64\x30\x9f\xbf\xd9\x70\x79\x69\x1d\x88\x10\xb0\xaa\x03\x28\x03\xb3\xfd\x6e\xf7\x87\xf9\x4f\x20\x2d\x03\x98\xc6\x0a\xda\x6d\x00\x9f\x02\xff\x13\x3e\xcd\x66\x32\x09\x5f\x7f\x0d\x7d\x87\x62\xc4\x00\xee\x3c\xf0\xeb\xc5\x36\x76\x66\xed\xa7\xf9\x9b\xed\x47\x6f\xf7\xd4\x60\xa8\x14\x4a\xa3\xcc\x18\x10\x66\x5f\xbf\x5e\x59\x0d\x5c\x07\xf8\x01\xde\xbc\xf9\x89\xa2\xdb\x80\xd7\x88\x35\xec\xff\x04\xa8\x3d\x02\x5e\xa9\x40\x5f\x4a\xc5\xa4\x35\xf8\x81\xdb\x70\x58\xd9\xf1\xa7\x81\x99\xbc\x57\x68\x14\x86\x92\x0f\x73\x15\x70\x57\xc2\x9d\xe0\xbe\x03\x84\x6c\x36\x43\x23\xe7\x73\xca\x72\x85\x43\x11\x90\xac\x07\xa1\x0c\x3a\xa8\xa3\xd6\xe4\x25\x87\x81\x55\x23\xa9\x1c\xf0\xfa\x5a\x99\x75\x6a\xa0\x4c\xde\x95\xb6\x18\xa1\xbb\x01\xf7\xf5\xc9\xbc\x39\x51\xf7\x9d\xb7\x66\x15\xf6\xdd\x67\xe8\xd4\x18\x65\xf7\xc8\x56\x7d\x65\x50\x9e\x54\x62\x80\xe7\x51\xeb\xcb\x64\x75\x01\x84\x0d\x88\x6b\x43\xb9\xe7\x16\x6b\x90\x3b\x6b\x43\x4e\x47\x7a\x79\xf6\xec\xac\x07\x12\x35\x06\x4c\xa9\xb8\xb4\x5a\xdb\x09\x69\x4a\xa9\xb6\x39\x33\x79\x59\x94\x94\xa2\x55\x00\xe5\xa1\x2f\x46\x28\x41\x99\x60\xc1\x46\x07\xff\xf9\x0d\x14\xed\xcb\xb3\xb4\x46\x48\x09\xbc\x84\xf6\xd8\x4c\x95\xf0\x25\x0c\x1c\xae\x78\x66\xb1\x0d\x0c\x45\x5e\xfa\x20\xfa\x0d\x50\x18\x80\x9f\xfa\x80\x55\x11\x34\xf8\x60\xeb\x56\x07\x4f\xb7\x19\xeb\x6e\x50\x15\xba\x0f\x4a\x79\x74\x63\x55\xe0\x6d\x72\x2b\xf3\xd5\xa8\xf4\xdd\xab\xd2\xd3\x76\x73\x89\xe3\x5c\x2a\x3f\xca\xc5\x5f\xd1\x61\xbe\xa4\x9c\x5a\xb8\xb0\xcf\x00\xb0\x18\x5a\x78\x70\xb7\x18\x6c\x9c\x11\x48\x3d\x0c\x5c\xfd\x67\xb4\x41\x00\xec\xc1\xde\x03\x78\xf2\xe4\xfa\xe8\xb4\x0d\x1b\x4d\xb8\xb9\x92\x01\x38\xf4\xc1\x3a\x2c\xac\x01\x7e\xb1\x65\xbe\x41\x14\x69\x6a\x51\x24\x05\x56\xd6\xdc\x40\x11\x03\xc8\x88\xb8\x24\x21\xc9\x65\x3d\xc8\xde\xd9\xe8\x8c\xd0\x32\xdb\xa5\x39\xa9\x3c\xb1\x16\xd7\x38\x10\xc5\x94\x3b\x1c\x28\x1f\xdc\x34\xeb\x41\x70\x11\x59\x83\xa7\x75\x5f\x0a\x17\x36\x9d\xb9\x5d\xe0\xc6\xdd\x95\x8a\xb1\xd6\x33\x29\x78\x08\xe3\x6d\x2e\x4b\xd0\xf6\xdd\x17\x56\x62\xca\x5e\x4f\x92\xab\x0d\x49\x7d\xbd\x15\x45\x18\x0a\xb9\x0d\x43\xcb\x5b\xbd\x79\x57\xbe\xf0\x6a\x3f\xd7\xd1\xec\xc1\xfb\xf7\xcd\xe9\x6e\xbb\xd6\x15\xd1\x1b\x06\x9b\x0b\x95\x58\x8a\xa8\x83\xff\xa8\x0b\xa5\x75\xb7\x5f\x67\x9a\x25\xbf\x74\x40\x14\x05\xd6\x54\x44\xc1\x8f\xdf\x7f\xff\x1d\x10\x45\x50\x4c\x0a\x59\x29\xef\x29\x08\x29\xf5\x38\xab\x35\x79\xd2\x3a\x90\x3e\x71\x47\x28\xea\xdd\xb4\xa0\xfd\xf0\x7d\xa2\x91\x2f\x6a\x67\x83\x3d\xd8\x99\x49\x1f\xbe\xfa\x6a\xf7\xd1\x9c\x7d\x51\x5b\x17\x9a\x81\x4e\xe7\xd1\xee\x9c\x7d\x71\x5d\xb1\x1c\xa6\x8a\xea\xe4\xe2\xf8\xf7\xc3\xd3\xd3\xb7\x87\xa7\xa7\x67\xbf\x53\x32\xdb\x49\x4a\x80\x57\x74\xa9\x01\x81\xf3\xe6\xff\x17\xc7\xbf\xd3\xe0\x62\x9a\x4b\x52\x0d\x3b\xe9\x2f\x7f\x07\x87\x47\x47\xc7\xe7\x2f\x81\x4f\xda\x14\xbf\xb0\xc3\xbd\x18\x63\x8b\x59\x3f\xf5\x4d\xd6\xcb\x17\xb3\xe4\x82\x49\x22\x0c\x02\x10\xb9\xc1\x10\x18\x26\x42\x0c\xd0\x84\x54\x53\x1a\x0c\x13\xeb\x46\x10\x83\xd2\x2a\x28\xf4\x30\xb0\x89\x98\x82\x05\x27\x8a\x94\x9c\xa5\xa2\x84\xd5\xa5\x82\xac\x5c\x2e\x76\xd1\x78\xe8\x63\x69\x1d\x82\x34\x9e\xb2\xd8\xc8\xd8\x89\x81\x60\x93\x8f\x1b\x4b\x08\x68\x24\xc4\x1a\x26\x2a\x0c\x81\xc8\x6c\x0a\x3e\x25\x56\x36\x19\x2a\x8d\x89\xe7\x96\x5c\x03\x5c\x3e\x84\x83\x03\xc8\xb2\xc4\x75\xd2\x5e\x33\xdd\x47\x30\x1b\xe1\x9f\xce\xb8\x19\x02\x97\x8d\x14\xcc\xe7\x77\x97\x09\x77\x07\xd2\xb5\x96\xcf\xab\x04\x3e\xda\xca\xa7\x16\x04\xff\xb7\x77\x5b\x45\x40\xc5\xfa\x8b\xb3\x97\xc7\x3d\x38\x31\x50\xc6\x10\x1d\xee\x42\x65\xc7\xd8\xb4\x10\xca\x94\xd6\x55\x2d\xf9\xc7\xe0\x95\x44\xb0\x25\xa0\x19\x2b\x67\x4d\x45\xd7\x3d\x16\x4e\x35\x98\xea\x30\x8f\x01\xbe\xbd\x62\x78\x95\xd0\x79\x79\x78\xf9\xea\xe2\xe4\xe0\xc1\xca\x51\x7e\x4b\x9e\x68\x4f\xd2\xcc\xc3\x7c\xfe\x20\x2d\xe4\x57\x8b\x7c\xe5\xa2\x01\xce\x6b\xa7\xc6\x4a\xe3\x00\x25\x70\x4e\xb5\x05\x5f\x40\x92\x50\x01\x7c\x0c\x79\x2f\xa7\x8f\xbd\xbf\x80\x63\x6b\xed\x6e\xbf\xb5\x37\xc0\xa2\x21\x83\xcd\x0a\xc6\x9a\x9a\x8b\x17\x82\x07\x17\x7d\xa0\xd8\xf0\x18\x52\x54\xc4\x1a\x06\x68\x70\x2c\xd2\x6d\xd2\x88\x0f\xa2\x18\x81\xf0\xe0\x2d\x51\xb5\x4f\x90\x5e\xaf\x92\x94\x07\x2d\x94\x24\x87\x41\x7f\xca\x3a\x49\xa4\x35\x7d\x5d\xd2\xec\x36\x2b\xb5\xf5\x48\xb9\x47\xa5\x40\x69\x43\xe4\x16\xe1\xca\x3a\x64\x1d\xda\x8a\x87\xd2\xd9\x6a\x4d\xb6\x76\xb6\x40\xef\x29\xb2\x26\x8a\x8a\xa5\xa1\xaa\x49\x5f\xb3\x7f\xd6\x6c\xc3\x23\xf8\x61\xd3\x16\x46\x2a\xe7\x0a\x04\x01\x52\x4c\xc1\x1a\x3d\xa5\xd3\xd4\xd8\x24\x42\x69\x0b\xcf\xf2\xe8\x5d\xae\x6d\x21\x74\x6a\x43\xc5\x5f\x1e\x0b\xd9\x1e\x96\x8a\x9e\xbe\xf0\xa8\x95\xa1\xe8\x84\xf3\xfd\x67\x1f\x94\xf7\xb6\x0c\x13\xe1\x3e\x5a\xbe\xd0\xa2\x12\xe3\x85\x34\xeb\x00\x1a\x42\x5a\x4a\x4f\x0d\xf3\xad\xdf\x4a\xcb\x90\x9e\x5d\x13\x64\x34\x95\xf0\x23\xa8\xa4\x97\x0b\x02\x85\xc6\xce\xfa\xd7\xca\x9a\xeb\x91\x52\x47\x34\x61\xf9\x7d\x45\x5d\xbb\x81\xfb\x52\xd7\x1c\xe2\xf3\xb4\xb1\x0e\x9c\x2b\x03\xa3\xd8\xc7\xc6\x73\x09\x45\xd1\x23\x24\xcf\x82\xa8\x15\x27\x59\x74\xcc\x53\x28\x29\xe0\x0e\x21\xf3\x9d\x6f\xe0\x51\x33\xde\x83\x87\xdd\x47\x9d\x3f\xf6\x87\x21\xd4\xbe\x97\xe7\x2b\x25\x7e\x27\x6b\x68\xbf\xad\x6a\x9b\x44\x96\x13\x4b\x9a\xee\xb5\xc5\x7b\x53\xbc\x7c\x61\xe0\xcd\xc0\xbd\xda\x20\xde\x49\x7f\xee\x5f\xab\x97\xf7\xe0\x8e\xd4\x29\x24\x35\x6d\x8f\xc2\xd8\x6c\xc6\x29\xc3\x1b\x84\x9d\xee\x53\x51\x8c\x62\xfd\x54\xdb\xfe\x0b\x22\xc4\x2c\xfb\xe0\xfb\xc4\x92\xdb\xa9\x12\x1a\xa3\x9b\x6e\xf4\x6f\x94\xe9\x02\xd1\x28\x0c\x30\xa4\xb8\xef\x27\x2b\xa9\x95\xbb\x28\xd7\x2b\xa7\xfc\x11\x23\x8e\xa1\x7d\x3c\x53\xee\x60\x7d\xae\x5d\xd7\xb4\x66\x3b\x2b\x72\x7f\x9b\x9a\x8f\x43\x21\x9b\x33\x7f\x26\x3b\xaf\x29\xfa\x27\x09\x7a\xdd\xd0\xfd\x71\xf4\x9d\xfb\x94\x76\x62\xb4\x15\x92\x9c\xd8\x5c\x42\xb6\x4e\xa3\x9b\xcc\xf9\x07\x83\xc4\x9e\x1b\xf1\xd7\xdb\x1c\xda\x26\x9c\xde\xf9\x6a\x67\xc7\x4a\xa2\xcb\x7b\xf9\x5b\x29\x82\xc8\xdf\x12\xdd\xb5\xd2\xab\x00\xe8\xe5\x36\x12\x45\xd3\xd4\x87\x7c\x46\x50\x6a\x0e\xd1\x68\xe2\xfd\x16\xee\x07\xb4\xf2\x46\x04\xcc\xe7\xad\x90\x4c\xcf\xa1\x89\x7b\x0f\xc8\x58\x0b\xc6\xae\xec\xb7\x02\xa2\x48\x73\x0b\x57\xdd\xed\xd0\xd6\xfe\x42\x98\xae\x70\x11\x26\x8f\x17\x8d\xc5\xdf\xc5\x74\x53\xfe\xd0\x99\x3f\x13\xd3\x6b\x8a\xfe\x49\x4c\xaf\x1b\xfa\x1f\x61\xba\xf1\x72\xe2\x75\x23\x6a\x3f\xb4\xe1\x93\x30\x4d\x28\xea\x2d\x3f\x2d\xa7\x56\xf3\x55\x6f\xfd\x5b\x83\x4e\x8e\x70\xfc\xf2\xe8\xd9\xd1\xcb\xd3\xb7\x87\xe7\x27\x07\xd9\x77\xd9\x2d\xa0\x5d\x77\x0a\xc9\x90\x96\x44\xe8\xed\x7e\x17\x40\x59\x8b\x84\x0d\x5c\x52\xdc\x70\x4a\x98\xeb\xb9\xd4\xe0\xa4\x15\x48\xad\xcf\x4a\xc6\x6e\x87\x95\x51\x41\x09\xcd\x0b\x1d\x53\x8c\x66\xad\x0f\xf7\xd2\xbf\x83\x05\xbf\xac\x8d\xf6\x1e\x7f\xf7\xe3\xde\xee\xea\xd0\xfe\x56\xc1\xfd\x4d\xc1\xc7\x5b\x05\x1f\x27\xc1\x6c\xfb\x96\x78\xb0\x23\x34\xc9\x2d\xbc\xb4\x8e\xa7\x56\xff\x86\xa8\x90\x63\x74\x41\x79\xe4\x35\xa2\xe3\xd1\x69\x0f\x5b\xa8\x31\x99\x61\xac\x1a\x6f\x7a\x29\x7f\x74\x63\x6c\xe3\x09\x72\xe9\xcf\x35\x4a\x5a\x7b\x1e\xb8\xa1\xf7\x63\x90\x89\xa9\xe9\xcc\x12\x3d\x53\x17\x3b\x9f\x33\x16\xa2\x41\xc9\x85\xac\xa8\x10\x2f\xa9\x81\xbd\x2e\x66\xda\xb7\x04\x5e\x6b\x91\x7a\x2e\xaa\xd1\x85\xf6\x16\x0c\xa2\xbc\x96\xeb\xa6\x82\xad\x3b\xb6\x3a\x56\xe8\x81\x80\xd1\xbc\x83\xca\x45\x3b\x7d\x55\x7a\x68\x5e\xb7\x0a\x6a\xa2\xa9\xd3\x5e\xbc\x86\x56\xb0\xf7\xff\x3f\xec\x6d\x7b\x15\xbd\x45\x3f\xed\xa3\x79\x90\x4a\x25\x82\x9f\x7a\x6d\x07\xe0\x15\xf5\x04\x13\x84\x4a\x18\x31\x40\x40\xaa\x1b\xc2\x90\x44\xc2\xd0\xd9\x38\x18\xc2\xe2\x4d\x6b\xa5\x8e\x6d\x1f\xb6\x16\x5a\xb6\x56\xba\xb6\xde\x98\x66\x1d\x30\x36\x60\x0f\x44\xb0\x95\x2a\xf8\xb5\xc7\xd2\x1b\x41\xe1\x84\x1f\x82\xb6\xb6\xf6\x10\x4d\x50\x7a\xf1\xeb\x95\xf2\x10\xeb\xcd\xaa\x7c\xab\x96\xa5\xb1\xfb\xf8\xc5\xc7\x17\x43\x94\x31\x39\x6c\x35\x2a\x1d\xf6\xad\x0d\x54\x76\x17\xb6\xaa\xd3\x03\xef\xb6\x47\xfd\x8c\xf9\x61\x0c\x44\x2c\x94\xc2\x9a\x35\xdf\x3e\x66\xb3\x19\xa5\xc8\xf9\x7c\xa3\x2f\xb8\xf3\x3c\xcb\x77\xb5\xc5\xab\xf9\x7f\x03\x00\x00\xff\xff\x0e\x17\xed\x4b\x2c\x1c\x00\x00") - -func masterStartupShBytes() ([]byte, error) { - return bindataRead( - _masterStartupSh, - "master-startup.sh", - ) -} - -func masterStartupSh() (*asset, error) { - bytes, err := masterStartupShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master-startup.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _nodeStartupSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\x5d\x6f\xdb\xc8\x15\x7d\x9f\x5f\x71\x56\x5a\xc4\x5d\x6c\x28\x25\x05\xd2\x02\xce\x26\x40\x9a\x64\x81\x74\xd1\xb5\x61\x6f\xdb\x87\x20\x0f\x23\xce\x25\x35\xab\xe1\x5c\x66\x3e\x24\x2b\x8a\xfe\x7b\x71\x49\x2a\x96\x2d\x5b\x4e\x90\xbe\x49\xe4\x9d\xfb\x79\xee\x39\xc3\xf1\x0f\xd3\x99\xf5\xd3\x99\x8e\x73\x14\x74\xa5\xd4\x66\x03\x5b\x61\xf2\x9a\x7d\x65\xeb\xc9\x25\x95\x39\xd8\xb4\x3e\xd7\xa9\x9c\x9f\xeb\x72\xa1\x6b\x8a\xd8\x6e\x95\xe3\xba\xa6\x80\x22\xc1\xb3\xa1\x22\x26\x1d\x52\x6e\x27\x71\x8e\x91\xf5\x31\x69\xe7\xac\xaf\x11\xc8\x60\xae\x13\x4a\xe3\x51\x76\x1e\x73\xd0\xc9\xb2\x07\x7b\xfc\xf8\x97\x39\xc7\xe4\x75\x43\x3f\x8d\x54\xa9\x13\x5e\x4e\x97\x3a\x4c\x9d\x9d\x4d\xd7\xb9\x99\x96\xce\x92\x4f\x45\x49\x21\x4d\x5a\x6a\xf0\xcb\x2f\x27\x6f\xcf\x7e\x3d\x91\x04\x5f\x53\x48\xaf\xe2\x3f\xd6\x89\xe2\x97\x4c\xe5\x99\xad\x6c\xa9\x13\xc5\xc9\x90\xe9\x05\xb5\x1c\x6d\xe2\xb0\xee\x5e\xe3\x33\x2e\x53\x90\xbc\xb6\x5b\xf5\xf6\xec\xd7\xfb\x83\x2e\x68\x7d\x3b\xe6\x79\xb0\x4b\x9d\xe8\x37\x5a\x7f\x63\xe4\xdf\x68\x7d\x10\xf8\x2b\xdb\xf7\xea\xe2\x0c\x71\x98\x00\x72\x6b\x24\x02\xde\x6f\x36\x83\xb7\xf8\x4f\xb6\xfe\x81\x51\x8d\x1e\x63\x84\xed\xf6\xc3\x41\xc3\x2b\x0e\xd0\x29\x51\xd3\x26\x58\x8f\xcd\xd3\xc9\xe4\xd9\xf6\x39\x0c\x2b\x60\x9d\x1b\x0c\x69\xa0\x58\xa3\xf8\x88\x6f\x8b\xd9\x85\xc4\xa3\x47\x98\x05\xd2\x0b\x05\x1c\x29\xf7\xfd\x2e\x89\x1f\x37\xc3\xaf\xed\x87\xbb\x0b\x1f\x32\xea\xf1\x53\x69\xeb\xc8\x8c\x14\x04\xad\xef\xdf\xef\x9d\x46\xe1\x12\x9e\xe1\xc3\x87\xe7\x48\x73\xf2\x88\x8e\xa8\xc5\xd3\xe7\x20\x17\x09\x74\x65\x93\xfc\xa9\xac\x32\xec\xe9\xe8\x24\x02\x35\xbc\xfc\x36\x18\x4b\xe7\x4a\x47\xda\x43\x3b\xa7\x42\x83\x22\x54\x38\x0a\xeb\x23\xf0\x53\x9b\x0d\x79\xb3\xdd\x2a\x35\x46\x19\x48\x27\x92\xe8\x49\x5b\x4f\x01\x6d\x76\x4e\x7a\x14\x28\xa9\x66\x61\x6c\x40\xd1\x5e\x3b\xe3\x60\x6b\xeb\xa7\x13\xc3\xe5\x82\xc2\x2d\xa0\xdf\x7c\x39\xed\x2b\x9a\xfc\x19\xd9\xef\x03\x7e\xf2\x86\x82\x5d\x92\x99\xbc\xe6\x66\x66\x3d\x99\x77\x8d\xae\xe9\x3c\x3b\x77\xd9\x45\xdd\x81\xe0\x00\xdc\xce\xa3\x88\xf7\xa5\x82\x69\x60\x4e\x53\x29\xe9\x8f\xb3\x37\x67\xa7\x30\xe4\x28\x91\x8c\x0a\x15\x3b\xc7\x2b\xf1\x54\x07\xce\x6d\x5f\xb3\x74\x59\x57\x89\x02\x6c\x82\x8d\x98\xe9\x05\x19\x58\x9f\x18\x9c\x03\xfe\xf3\x2f\x58\xc9\x2b\xaa\xee\x8c\x36\x06\x45\x85\xa1\x6c\x65\x2b\xfc\x80\x3a\xd0\x5e\x67\x76\x69\x50\x2a\xa7\x55\x4c\x7a\xd6\xc3\x44\x01\x71\x1d\x13\x35\x65\x72\x88\x89\xdb\xc1\x47\xd1\x4d\x33\xb7\x93\x64\x1b\x0a\x0f\x5a\x45\x0a\x4b\x5b\xd2\x7d\x76\x7b\xef\x9b\x45\x15\x27\x57\x55\x94\x74\xa7\x86\x96\x53\x63\xe3\x62\xaa\x3f\xe5\x40\xd3\x40\x91\x73\x28\xa9\x68\x75\x48\x4f\x15\x40\xe5\x9c\x71\x72\xdc\x0c\x07\x35\x42\xdc\xa3\x0e\xed\xc7\xcc\x49\x03\x4f\xf0\xe4\x04\x2f\x5f\x5e\x97\x2e\x69\x70\xf6\xe9\xf6\x49\x05\x04\x8a\x89\x03\x95\xec\x51\x5c\x1c\xbc\xdf\x6c\x0a\xd9\x3b\xfa\x88\xc9\x05\x3b\x12\xd2\xaa\x82\x96\xad\x57\x40\x0f\x36\x09\x32\x00\xcc\x68\x6a\xd8\xdf\x02\x98\x02\x46\x8e\xeb\xc2\x08\xc8\xc2\xe8\x14\xa3\x3f\x39\x07\xaf\x9d\x19\x3d\x96\x77\xc6\x46\x3d\x73\x54\x38\xaa\x75\xb9\x2e\x02\xd5\x36\xa6\xb0\x1e\x9d\x22\x85\x4c\xaa\x87\x9a\xe4\x41\xde\xf4\x71\xf7\x3b\xae\x43\x3a\x6c\xf9\xdd\x06\xb7\x26\x5c\x59\xa5\x86\xfe\x75\x2b\x26\x9b\x30\xb0\x5d\xb7\x00\x71\xf2\x3b\x1b\xea\xf8\xed\x65\x37\x10\x2f\x56\x8f\x04\xd0\xab\x8e\x6e\xc4\xb5\x60\x58\xe8\x04\x2b\xad\x6b\xf2\x09\xda\x1b\x78\x4a\x2b\x0e\x0b\xe4\x64\x9d\x4d\x96\x22\x6a\xee\x68\x2d\x31\x82\x2e\xbb\xe5\x36\x56\x00\x3f\x51\x63\x69\xef\xee\x70\xc8\x3e\x62\x46\x15\x07\x82\xf1\x51\xb6\x60\xe1\x79\xe5\x91\xb8\xdb\x9b\x3e\x12\x75\x9d\xc8\x2d\x56\x36\xcd\x21\x54\xb8\x46\xec\x16\x53\xad\xe6\xd6\x51\xc7\x92\x5f\xb8\x0a\x85\xf9\x09\x2f\x5e\x60\x34\xea\x98\xd2\xf0\x35\x4f\x3e\xc8\x8b\xd2\x17\xa9\xf0\xb0\x35\x97\xbd\x15\xb6\xdb\xe3\x02\x73\xbc\xc1\xd7\x5e\xbe\x47\x43\xbe\x3a\xc6\xb7\x4a\xc9\xdf\x9e\xdc\xa7\x25\x63\x35\xc6\xef\x67\x7f\xbc\x3d\xc5\x3b\x8f\x2a\xa7\x1c\xe8\x31\x1a\x5e\x0a\xbd\x69\xe9\x42\xc5\xa1\x19\x84\x23\xa7\x68\x0d\x81\x2b\x90\x5f\xda\xc0\xbe\x91\x51\x2f\x75\xb0\x02\xfb\xa8\xc6\x2a\x52\xc2\xcf\x57\x8a\xae\x5a\x0e\x09\x97\xaf\x2e\xff\x7d\xf1\xee\xc5\xc9\x5e\x29\xff\xe5\xb0\xa0\x30\x54\xd2\xbf\xc7\x76\x7b\xd2\x1d\x2c\xae\x76\x28\x0e\xd9\xa3\x28\xda\x60\x97\xd6\x51\x4d\x06\x45\x21\xba\x54\xec\xe0\x28\x88\x40\xb1\xc4\xf4\x74\x2a\x3f\x4f\x3f\xa1\xa0\x21\xda\xf1\xbe\x0d\x13\x50\xd9\x4b\xc0\xfe\x84\x52\xbd\x5a\x17\xa5\x2e\x52\xc8\x31\xc9\x5e\x44\x4a\xdd\x46\xe4\x16\x35\x79\x5a\xea\x6e\x96\xf2\x24\x26\x5d\x2e\xa0\x23\x22\x0b\xcd\xc7\x0e\xce\x37\x15\xd6\x46\x38\x6d\x8d\x34\x0c\xb3\xb5\x1a\x77\x26\x43\xe8\x6b\x39\x7c\xdc\x9f\x74\x1c\x29\x20\xcd\x6d\xb7\x24\xc3\x7a\xdc\x63\xdc\x70\x20\x35\x96\x54\x22\xaa\xc0\xcd\x0d\xdb\x36\x70\x49\x31\xca\x56\xad\xac\x08\xed\xdc\xb6\xe2\xaf\xcf\x5f\xf5\x69\x44\x42\x9c\x73\x76\xa6\xeb\x31\xfb\x92\xa0\x61\xf4\x1a\xec\xdd\x5a\xaa\x69\xbb\x64\x48\xa0\x18\xd5\x34\xc7\x30\x75\x5c\x6a\xd7\xdd\xb8\xf5\xa7\x48\xa5\x19\x8a\x15\xc1\x9c\xe9\x48\xce\x7a\xd9\x4c\x9c\x3f\x7d\xf3\xa0\x7d\xe4\x2a\xad\x74\xf8\x6a\xfb\xd2\xe9\x46\x2f\x77\xd6\x6a\x0c\xf2\x82\xb4\x8e\x9a\x7a\x3e\xbc\x39\x95\x81\x37\xa3\xba\xa6\xcd\xec\x1b\x1d\x17\x68\x4c\x34\x3b\x5a\x45\x1f\xe7\xe6\xdf\x86\xfd\xf5\x93\xca\x65\xf2\xe9\xcb\xff\x3d\x77\x43\x02\xff\x2f\x77\x7d\x11\xdf\xe7\x4d\x1d\x93\xb6\x94\x3d\x99\x42\x9b\x46\xe0\x51\x09\xa5\x72\x4b\x3e\xce\x6d\x95\x0a\x01\x57\x60\x57\xb4\x4e\x7b\xea\x75\x49\x28\xe2\x81\x53\xc2\x64\xfb\x22\x26\x22\x42\xd0\x2e\x32\x3c\x91\xb9\xb6\x9c\x74\x83\x9d\x2c\xd9\xe5\x86\x22\xe4\xba\xd7\xdf\x08\xcd\x4e\x18\x44\xeb\x7b\x9d\x2f\x45\x0e\x44\x33\x76\xf7\xc2\x06\x4f\xfe\xfe\xec\xc9\x5d\xf7\xc3\x7b\xfc\x4b\x1e\xbd\xfe\x76\xb7\xdf\xb8\x8e\x8e\x6b\x44\x2b\x08\x5f\x11\x1a\xed\x75\x4d\xa0\x25\x85\x75\x9a\x8b\x49\x9a\x07\xce\xf5\x1c\x3b\x09\xdf\x9b\xca\xa0\xe3\x3b\x2f\x77\xce\x8d\xdb\x83\xd7\x6a\x0c\xcf\x89\x4e\xa1\x13\x37\xb6\x2c\x6e\xf6\x0c\x65\x90\x0f\x56\xc7\xdc\x46\x64\x9f\xac\x43\xa3\x63\x77\x49\x8c\xc8\xed\x21\xc6\xee\xf4\xf2\x25\xd8\xf7\x7f\xf3\xc6\x72\x4e\x26\x77\xed\xda\xfb\x1e\x40\xa0\x19\x73\x12\xe2\x28\xb9\x69\xbb\x8b\xee\x5d\x9f\x36\x23\x15\xe7\x39\x19\x91\xf4\xa2\x18\xce\xfc\xfc\x57\xb9\xfe\xbb\x48\xdb\xed\x01\xc6\x8f\x56\x83\xcf\x9f\xfb\x2b\xd2\xee\xeb\xe1\x7f\x01\x00\x00\xff\xff\x38\xb6\xac\x3c\xe3\x0f\x00\x00") - -func nodeStartupShBytes() ([]byte, error) { - return bindataRead( - _nodeStartupSh, - "node-startup.sh", - ) -} - -func nodeStartupSh() (*asset, error) { - bytes, err := nodeStartupShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "node-startup.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "master-startup.sh": masterStartupSh, - "node-startup.sh": nodeStartupSh, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "master-startup.sh": {masterStartupSh, map[string]*bintree{}}, - "node-startup.sh": {nodeStartupSh, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/arm/v14/data/master-startup.sh b/pkg/arm/v14/data/master-startup.sh deleted file mode 100644 index 31cb2094c7..0000000000 --- a/pkg/arm/v14/data/master-startup.sh +++ /dev/null @@ -1,189 +0,0 @@ -#!/bin/bash -ex - -# For testing: log and drop all traffic that would route via the master ELB -# RESOURCEGROUP="your-resource-group" -# OS_FQDN="openshift.$RESOURCEGROUP.osadev.cloud" -# -# iptables -I INPUT -s $(dig +short "$OS_FQDN" | tail -1) -j LOG --log-prefix "KUBE FQDN DROP:" -# iptables -I INPUT -s $(dig +short "$OS_FQDN" | tail -1) -j DROP - -{{ if .Config.SecurityPatchPackages }} -logger -t master-startup.sh "installing red hat cdn configuration on $(hostname)" -cat >/var/lib/yum/client-cert.pem <<'EOF' -{{ CertAsBytes .Config.Certificates.PackageRepository.Cert | String }} -EOF -cat >/var/lib/yum/client-key.pem <<'EOF' -{{ PrivateKeyAsBytes .Config.Certificates.PackageRepository.Key | String }} -EOF - -logger -t master-startup.sh "installing ARO security updates [{{ StringsJoin .Config.SecurityPatchPackages ", " }}] on $(hostname)" -for attempt in {1..5}; do - yum install -y -q {{ StringsJoin .Config.SecurityPatchPackages " " }} && break - logger -t master-startup.sh "[attempt ${attempt}] ARO security updates installation failed" - if [[ ${attempt} -lt 5 ]]; then sleep 1; else exit 1; fi -done - -logger -t master-startup.sh "removing red hat cdn configuration on $(hostname)" -yum clean all -rm -rf /var/lib/yum/client-cert.pem /var/lib/yum/client-key.pem -{{end}} - -# create container pull secret -mkdir -p /var/lib/origin/.docker -cat >/var/lib/origin/.docker/config.json <<'EOF' -{{ .Derived.CombinedImagePullSecret .Config | String }} -EOF -ln -s /var/lib/origin/.docker /root/ - -# TODO: delete the following group creation after it is baked into our VM images -groupadd -f docker - -if ! grep /var/lib/docker /etc/fstab; then - systemctl stop docker-cleanup.timer - systemctl stop docker-cleanup.service - systemctl stop docker.service - mkfs.xfs -f /dev/disk/azure/resource-part1 - echo '/dev/disk/azure/resource-part1 /var/lib/docker xfs grpquota 0 0' >>/etc/fstab - mount /var/lib/docker - restorecon -R /var/lib/docker - cat >/etc/docker/daemon.json <<'EOF' -{ - "log-driver": "journald", - "disable-legacy-registry": true -} -EOF - systemctl start docker.service - systemctl start docker-cleanup.timer -fi - -docker pull {{ .Config.Images.Node }} &>/dev/null & - -if ! grep /var/lib/etcd /etc/fstab; then - mkfs.xfs /dev/disk/azure/scsi1/lun0 || true - echo '/dev/disk/azure/scsi1/lun0 /var/lib/etcd xfs defaults 0 0' >>/etc/fstab - mount /var/lib/etcd - restorecon -R /var/lib/etcd -fi - -# accepting 8443 for the admission controller -for dst in tcp,8443 tcp,8444; do - proto=${dst%%,*} - port=${dst##*,} - iptables -A OS_FIREWALL_ALLOW -p $proto -m state --state NEW -m $proto --dport $port -j ACCEPT -w -done - -iptables-save >/etc/sysconfig/iptables - -# when starting node waagent and network utilities goes into race condition. -# if waagent runs before dns is known to the node we end up with empty string -while [[ $(hostname -d) == "" ]]; do sleep 1; done - -logger -t master-startup.sh "pulling {{ .Config.Images.Startup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.Startup }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.Startup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -# -# NOTE: In future, move that information outside of environment variables -# -set +x -export SASURI='{{ .Config.MasterStartupSASURI }}' -set -x -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup -unset SASURI - -update-ca-trust - -# setting up geneva logging stack as soon as the configuration is laid out by -# the startup container, the closer this is to the startup container, the more -# logs from the startup process we will ship to geneva - -# these should run once a day only as per the docs -/usr/local/bin/azsecd config -s baseline -d P1D -/usr/local/bin/azsecd config -s software -d P1D -/usr/local/bin/azsecd config -s clamav -d P1D - -# enable and start logging stack services -systemctl unmask mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl enable mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl start mdsd.service azsecd.service azsecmond.service fluentd.service - -# Pin kubeconfigs to use local api-server -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/master/admin.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/master/openshift-master.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/node/node.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/node/sdn.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /root/.kube/config - -{{- if ne $.BackupBlobName "" }} -logger -t master-startup.sh "starting recovery on $(hostname)" - -# step 1 get the backup -rm -Rf /var/lib/etcd/* -tempBackDir=/var/lib/etcd/backup -mkdir $tempBackDir - -logger -t master-startup.sh "pulling {{ .Config.Images.EtcdBackup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.EtcdBackup }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.EtcdBackup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -logger -t master-startup.sh "downloading backup" -docker run --rm --network host \ - -v /etc/origin/master:/etc/origin/master \ - -v /etc/origin/cloudprovider/:/_data/_out \ - -v $tempBackDir:/out:z \ - {{ .Config.Images.EtcdBackup }} etcdbackup \ - --blobName={{ .BackupBlobName }} \ - --destination=/out/backup.db \ - --action=download -logger -t master-startup.sh "backup downloaded" - -# step 2 restore -logger -t master-startup.sh "pulling {{ .Config.Images.MasterEtcd }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.MasterEtcd }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.MasterEtcd }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -logger -t master-startup.sh "restoring snapshot" -docker run --rm --network host \ - -v /etc/etcd:/etc/etcd \ - -v /var/lib/etcd:/var/lib/etcd:z \ - -e ETCDCTL_API="3" \ - {{ .Config.Images.MasterEtcd }} \ - etcdctl snapshot restore $tempBackDir/backup.db \ - --data-dir /var/lib/etcd/new \ - --name $(hostname) \ - --initial-cluster "master-000000=https://master-000000:2380,master-000001=https://master-000001:2380,master-000002=https://master-000002:2380" \ - --initial-cluster-token etcd-for-azure \ - --initial-advertise-peer-urls https://$(hostname):2380 - -mv /var/lib/etcd/new/* /var/lib/etcd/ -rm -rf /var/lib/etcd/new $tempBackDir -restorecon -Rv /var/lib/etcd -logger -t master-startup.sh "restore done" -{{- end }} - -tuned-adm profile openshift-control-plane - -# we also need openshift.local.volumes dir created before xfs quota code runs -mkdir -m 0750 -p /var/lib/origin/openshift.local.volumes - -# disabling rsyslog since we manage everything through journald -systemctl disable rsyslog.service -systemctl stop rsyslog.service - -# note: atomic-openshift-node crash loops until master is up -systemctl enable atomic-openshift-node.service -{{ if .Config.SecurityPatchPackages }} -logger -t master-startup.sh "scheduling $(hostname) reboot to complete ARO security updates" -shutdown --reboot +2 -{{else}} -systemctl start atomic-openshift-node.service || true -{{end}} diff --git a/pkg/arm/v14/data/node-startup.sh b/pkg/arm/v14/data/node-startup.sh deleted file mode 100644 index 757442a687..0000000000 --- a/pkg/arm/v14/data/node-startup.sh +++ /dev/null @@ -1,113 +0,0 @@ -#!/bin/bash -ex - -{{ if .Config.SecurityPatchPackages }} -logger -t node-startup.sh "installing red hat cdn configuration on $(hostname)" -cat >/var/lib/yum/client-cert.pem <<'EOF' -{{ CertAsBytes .Config.Certificates.PackageRepository.Cert | String }} -EOF -cat >/var/lib/yum/client-key.pem <<'EOF' -{{ PrivateKeyAsBytes .Config.Certificates.PackageRepository.Key | String }} -EOF - -logger -t node-startup.sh "installing ARO security updates [{{ StringsJoin .Config.SecurityPatchPackages ", " }}] on $(hostname)" -for attempt in {1..5}; do - yum install -y -q {{ StringsJoin .Config.SecurityPatchPackages " " }} && break - logger -t node-startup.sh "[attempt ${attempt}] ARO security updates installation failed" - if [[ ${attempt} -lt 5 ]]; then sleep 1; else exit 1; fi -done - -logger -t node-startup.sh "removing red hat cdn configuration on $(hostname)" -yum clean all -rm -rf /var/lib/yum/client-cert.pem /var/lib/yum/client-key.pem -{{end}} - -# create container pull secret -mkdir -p /var/lib/origin/.docker -cat >/var/lib/origin/.docker/config.json <<'EOF' -{{ .Derived.CombinedImagePullSecret .Config | String }} -EOF -ln -s /var/lib/origin/.docker /root/ - -# TODO: delete the following group creation after it is baked into our VM images -groupadd -f docker - -if ! grep /var/lib/docker /etc/fstab; then - systemctl stop docker-cleanup.timer - systemctl stop docker-cleanup.service - systemctl stop docker.service - mkfs.xfs -f /dev/disk/azure/resource-part1 - echo '/dev/disk/azure/resource-part1 /var/lib/docker xfs grpquota 0 0' >>/etc/fstab - mount /var/lib/docker - restorecon -R /var/lib/docker -{{- if eq .Role "infra" }} - cat >/etc/docker/daemon.json <<'EOF' -{ - "log-driver": "journald", - "disable-legacy-registry": true -} -EOF -{{- end }} - systemctl start docker.service - systemctl start docker-cleanup.timer -fi - -docker pull {{ .Config.Images.Node }} &>/dev/null & - -# when starting node waagent and network utilities goes into race condition. -# if waagent runs before dns is known to the node we end up with empty string -while [[ $(hostname -d) == "" ]]; do sleep 1; done - -logger -t node-startup.sh "pulling {{ .Config.Images.Startup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.Startup }} && break - logger -t node-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.Startup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -# -# NOTE: In future, move that information outside of environment variables -# -set +x -export SASURI='{{ .Config.WorkerStartupSASURI }}' -set -x -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup -unset SASURI - -update-ca-trust - -# setting up geneva logging stack as soon as the configuration is laid out by -# the startup container, the closer this is to the startup container, the more -# logs from the startup process we will ship to geneva - -# these should run once a day only as per the docs -/usr/local/bin/azsecd config -s baseline -d P1D -/usr/local/bin/azsecd config -s software -d P1D -/usr/local/bin/azsecd config -s clamav -d P1D - -# enable and start logging stack services -systemctl unmask mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl enable mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl start mdsd.service azsecd.service azsecmond.service fluentd.service - - -{{- if eq .Role "infra" }} -tuned-adm profile openshift-control-plane -{{- else }} -tuned-adm profile openshift-node -{{- end }} - -# we also need openshift.local.volumes dir created before xfs quota code runs -mkdir -m 0750 -p /var/lib/origin/openshift.local.volumes - -# disabling rsyslog since we manage everything through journald -systemctl disable rsyslog.service -systemctl stop rsyslog.service - -# note: atomic-openshift-node crash loops until master is up -systemctl enable atomic-openshift-node.service -{{ if .Config.SecurityPatchPackages }} -logger -t node-startup.sh "scheduling $(hostname) reboot to complete ARO security updates" -shutdown --reboot +2 -{{else}} -systemctl start atomic-openshift-node.service || true -{{end}} diff --git a/pkg/arm/v14/derive.go b/pkg/arm/v14/derive.go deleted file mode 100644 index fb76af7460..0000000000 --- a/pkg/arm/v14/derive.go +++ /dev/null @@ -1,40 +0,0 @@ -package arm - -import ( - "encoding/json" - "strings" - - "github.com/openshift/openshift-azure/pkg/api" -) - -type derivedType struct{} - -var derived = &derivedType{} - -func (derivedType) MasterLBCNamePrefix(cs *api.OpenShiftManagedCluster) string { - return strings.Split(cs.Properties.FQDN, ".")[0] -} - -type DockerConfigJson struct { - Auths DockerConfig `json:"auths"` -} - -type DockerConfig map[string]DockerConfigEntry - -type DockerConfigEntry struct { - Auth string `json:"auth"` -} - -func (derivedType) CombinedImagePullSecret(cfg *api.Config) ([]byte, error) { - var config DockerConfigJson - err := json.Unmarshal(cfg.Images.ImagePullSecret, &config) - if err != nil { - return nil, err - } - err = json.Unmarshal(cfg.Images.GenevaImagePullSecret, &config) - if err != nil { - return nil, err - } - - return json.Marshal(config) -} diff --git a/pkg/arm/v14/derive_test.go b/pkg/arm/v14/derive_test.go deleted file mode 100644 index 78e81f6ad8..0000000000 --- a/pkg/arm/v14/derive_test.go +++ /dev/null @@ -1,37 +0,0 @@ -package arm - -import ( - "bytes" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/test/util/populate" -) - -func TestDerivedMasterLBCNamePrefix(t *testing.T) { - cs := api.OpenShiftManagedCluster{ - Properties: api.Properties{FQDN: "bar.baz"}, - } - if got := derived.MasterLBCNamePrefix(&cs); got != "bar" { - t.Errorf("derived.MasterLBCNamePrefix() = %v, want %v", got, "bar") - } -} - -func TestCombinedImagePullSecret(t *testing.T) { - cfg := api.Config{ - Images: api.ImageConfig{ - ImagePullSecret: populate.DummyImagePullSecret("registry.redhat.io"), - GenevaImagePullSecret: populate.DummyImagePullSecret("osarpint.azurecr.io"), - }, - } - expected := []byte("{\"auths\":{\"osarpint.azurecr.io\":{\"auth\":\"dGVzdDp0ZXN0Cg==\"},\"registry.redhat.io\":{\"auth\":\"dGVzdDp0ZXN0Cg==\"}}}") - - b, err := derived.CombinedImagePullSecret(&cfg) - if err != nil { - t.Errorf("derived.CombinedImagePullSecret() error %v", err) - } - if !bytes.Equal(expected, b) { - t.Errorf("derived.CombinedImagePullSecret(): got %q, expected %q", string(b), string(expected)) - } - -} diff --git a/pkg/arm/v14/resources.go b/pkg/arm/v14/resources.go deleted file mode 100644 index 5ba4c50edf..0000000000 --- a/pkg/arm/v14/resources.go +++ /dev/null @@ -1,711 +0,0 @@ -package arm - -import ( - "encoding/base64" - "fmt" - - "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute" - "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-07-01/network" - "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-02-01/storage" - "github.com/Azure/go-autorest/autorest/to" - - "github.com/openshift/openshift-azure/pkg/api" - armconst "github.com/openshift/openshift-azure/pkg/arm/constants" - "github.com/openshift/openshift-azure/pkg/cluster/names" - "github.com/openshift/openshift-azure/pkg/util/resourceid" - "github.com/openshift/openshift-azure/pkg/util/template" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -var ( - // The versions referenced here must be kept in lockstep with the imports - // above. - versionMap = map[string]string{ - "Microsoft.Compute": "2018-10-01", - "Microsoft.Network": "2018-07-01", - "Microsoft.Storage": "2018-02-01", - } -) - -func (g *simpleGenerator) vnet() *network.VirtualNetwork { - vn := &network.VirtualNetwork{ - VirtualNetworkPropertiesFormat: &network.VirtualNetworkPropertiesFormat{ - AddressSpace: &network.AddressSpace{ - AddressPrefixes: &[]string{ - g.cs.Properties.NetworkProfile.VnetCIDR, - }, - }, - Subnets: &[]network.Subnet{ - { - SubnetPropertiesFormat: &network.SubnetPropertiesFormat{ - AddressPrefix: to.StringPtr(g.cs.Properties.AgentPoolProfiles[0].SubnetCIDR), - }, - Name: to.StringPtr(armconst.VnetSubnetName), - }, - }, - }, - Name: to.StringPtr(armconst.VnetName), - Type: to.StringPtr("Microsoft.Network/virtualNetworks"), - Location: to.StringPtr(g.cs.Location), - } - if g.cs.Properties.PrivateAPIServer { - *vn.VirtualNetworkPropertiesFormat.Subnets = append(*vn.VirtualNetworkPropertiesFormat.Subnets, network.Subnet{ - SubnetPropertiesFormat: &network.SubnetPropertiesFormat{ - AddressPrefix: g.cs.Properties.NetworkProfile.ManagementSubnetCIDR, - }, - Name: to.StringPtr(armconst.VnetManagementSubnetName), - }) - } - return vn -} - -func (g *simpleGenerator) ipAPIServer() *network.PublicIPAddress { - pipa := network.PublicIPAddress{ - Sku: &network.PublicIPAddressSku{ - Name: network.PublicIPAddressSkuNameStandard, - }, - PublicIPAddressPropertiesFormat: &network.PublicIPAddressPropertiesFormat{ - PublicIPAllocationMethod: network.Static, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - Name: to.StringPtr(armconst.IPAPIServerName), - Type: to.StringPtr("Microsoft.Network/publicIPAddresses"), - Location: to.StringPtr(g.cs.Location), - } - if !g.cs.Properties.PrivateAPIServer { - pipa.PublicIPAddressPropertiesFormat.DNSSettings = &network.PublicIPAddressDNSSettings{ - DomainNameLabel: to.StringPtr(derived.MasterLBCNamePrefix(g.cs)), - } - } - return &pipa -} - -func (g *simpleGenerator) ipOutbound() *network.PublicIPAddress { - return &network.PublicIPAddress{ - Sku: &network.PublicIPAddressSku{ - Name: network.PublicIPAddressSkuNameStandard, - }, - PublicIPAddressPropertiesFormat: &network.PublicIPAddressPropertiesFormat{ - PublicIPAllocationMethod: network.Static, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - Name: to.StringPtr(armconst.IPOutboundName), - Type: to.StringPtr("Microsoft.Network/publicIPAddresses"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) lbAPIServer() *network.LoadBalancer { - inRules := []network.LoadBalancingRule{ - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.LbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Probe: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/probes/" + armconst.LbAPIServerProbeName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(443), - BackendPort: to.Int32Ptr(443), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - }, - } - outRules := []network.OutboundRule{ - { - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - OutboundRulePropertiesFormat: &network.OutboundRulePropertiesFormat{ - FrontendIPConfigurations: &[]network.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.LbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Protocol: network.Protocol1All, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - }, - } - probes := []network.Probe{ - { - ProbePropertiesFormat: &network.ProbePropertiesFormat{ - Protocol: network.ProbeProtocolHTTPS, - Port: to.Int32Ptr(443), - IntervalInSeconds: to.Int32Ptr(5), - NumberOfProbes: to.Int32Ptr(2), - RequestPath: to.StringPtr("/healthz"), - }, - Name: to.StringPtr(armconst.LbAPIServerProbeName), - }, - } - - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Dynamic, - PublicIPAddress: &network.PublicIPAddress{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/publicIPAddresses", - armconst.IPAPIServerName, - )), - }, - }, - Name: to.StringPtr(armconst.LbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbAPIServerBackendPoolName), - }, - }, - InboundNatRules: &[]network.InboundNatRule{}, - InboundNatPools: &[]network.InboundNatPool{}, - OutboundRules: &[]network.OutboundRule{}, - }, - Name: to.StringPtr(armconst.LbAPIServerName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - - // In private cluster we are only using the lb for outbound connections - // so we don't have incomming rules and probes. - if g.cs.Properties.PrivateAPIServer { - lb.LoadBalancerPropertiesFormat.OutboundRules = &outRules - } else { - lb.LoadBalancerPropertiesFormat.Probes = &probes - lb.LoadBalancerPropertiesFormat.LoadBalancingRules = &inRules - } - - return lb -} - -func (g *simpleGenerator) ilbAPIServer() *network.LoadBalancer { - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Static, - PrivateIPAddress: &g.cs.Properties.FQDN, - Subnet: &network.Subnet{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/virtualNetworks", - armconst.VnetName, - ) + "/subnets/" + armconst.VnetSubnetName), - }, - }, - Name: to.StringPtr(armconst.IlbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbAPIServerBackendPoolName), - }, - }, - LoadBalancingRules: &[]network.LoadBalancingRule{ - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.IlbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Probe: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/probes/" + armconst.LbAPIServerProbeName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(443), - BackendPort: to.Int32Ptr(443), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - }, - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.IlbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(22), - BackendPort: to.Int32Ptr(22), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbSSHLoadBalancingRuleName), - }, - }, - Probes: &[]network.Probe{ - { - ProbePropertiesFormat: &network.ProbePropertiesFormat{ - Protocol: network.ProbeProtocolTCP, - Port: to.Int32Ptr(443), - IntervalInSeconds: to.Int32Ptr(5), - NumberOfProbes: to.Int32Ptr(2), - }, - Name: to.StringPtr(armconst.LbAPIServerProbeName), - }, - }, - InboundNatRules: &[]network.InboundNatRule{}, - InboundNatPools: &[]network.InboundNatPool{}, - OutboundRules: &[]network.OutboundRule{}, - }, - Name: to.StringPtr(armconst.IlbAPIServerName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - return lb -} - -func (g *simpleGenerator) lbKubernetes() *network.LoadBalancer { - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Dynamic, - PublicIPAddress: &network.PublicIPAddress{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/publicIPAddresses", - armconst.IPOutboundName, - )), - }, - }, - Name: to.StringPtr(armconst.LbKubernetesOutboundFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbKubernetesBackendPoolName), - }, - }, - OutboundRules: &[]network.OutboundRule{ - { - Name: to.StringPtr(armconst.LbKubernetesOutboundRuleName), - OutboundRulePropertiesFormat: &network.OutboundRulePropertiesFormat{ - FrontendIPConfigurations: &[]network.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/frontendIPConfigurations/" + armconst.LbKubernetesOutboundFrontendConfigurationName), - }, - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/backendAddressPools/" + armconst.LbKubernetesBackendPoolName), - }, - Protocol: network.Protocol1All, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - }, - }, - }, - Name: to.StringPtr(armconst.LbKubernetesName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - - return lb -} - -func (g *simpleGenerator) storageAccount(name string, tags map[string]*string) *storage.Account { - return &storage.Account{ - Sku: &storage.Sku{ - Name: storage.StandardLRS, - }, - Kind: storage.Storage, - Name: to.StringPtr(name), - Type: to.StringPtr("Microsoft.Storage/storageAccounts"), - Location: to.StringPtr(g.cs.Location), - Tags: tags, - AccountProperties: &storage.AccountProperties{ - EnableHTTPSTrafficOnly: to.BoolPtr(true), - }, - } -} - -func (g *simpleGenerator) nsgMaster() *network.SecurityGroup { - return &network.SecurityGroup{ - SecurityGroupPropertiesFormat: &network.SecurityGroupPropertiesFormat{ - SecurityRules: &[]network.SecurityRule{ - { - SecurityRulePropertiesFormat: &network.SecurityRulePropertiesFormat{ - Description: to.StringPtr("Allow SSH traffic"), - Protocol: network.SecurityRuleProtocolTCP, - SourcePortRange: to.StringPtr("*"), - DestinationPortRange: to.StringPtr("22-22"), - SourceAddressPrefixes: to.StringSlicePtr(g.cs.Config.SSHSourceAddressPrefixes), - DestinationAddressPrefix: to.StringPtr("*"), - Access: network.SecurityRuleAccessAllow, - Priority: to.Int32Ptr(101), - Direction: network.SecurityRuleDirectionInbound, - }, - Name: to.StringPtr(armconst.NsgMasterAllowSSHRuleName), - }, - { - SecurityRulePropertiesFormat: &network.SecurityRulePropertiesFormat{ - Description: to.StringPtr("Allow HTTPS traffic"), - Protocol: network.SecurityRuleProtocolTCP, - SourcePortRange: to.StringPtr("*"), - DestinationPortRange: to.StringPtr("443-443"), - SourceAddressPrefixes: to.StringSlicePtr([]string{"0.0.0.0/0"}), - DestinationAddressPrefix: to.StringPtr("*"), - Access: network.SecurityRuleAccessAllow, - Priority: to.Int32Ptr(102), - Direction: network.SecurityRuleDirectionInbound, - }, - Name: to.StringPtr(armconst.NsgMasterAllowHTTPSRuleName), - }, - }, - }, - Name: to.StringPtr(armconst.NsgMasterName), - Type: to.StringPtr("Microsoft.Network/networkSecurityGroups"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) nsgWorker() *network.SecurityGroup { - return &network.SecurityGroup{ - SecurityGroupPropertiesFormat: &network.SecurityGroupPropertiesFormat{ - SecurityRules: &[]network.SecurityRule{}, - }, - Name: to.StringPtr(armconst.NsgWorkerName), - Type: to.StringPtr("Microsoft.Network/networkSecurityGroups"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) Vmss(app *api.AgentPoolProfile, backupBlob, suffix string) (*compute.VirtualMachineScaleSet, error) { - return vmss(g.cs, app, backupBlob, suffix, g.testConfig) -} - -func vmss(cs *api.OpenShiftManagedCluster, app *api.AgentPoolProfile, backupBlob, suffix string, testConfig api.TestConfig) (*compute.VirtualMachineScaleSet, error) { - sshPublicKey, err := tls.SSHPublicKeyAsString(&cs.Config.SSHKey.PublicKey) - if err != nil { - return nil, err - } - - masterStartup, err := Asset("master-startup.sh") - if err != nil { - return nil, err - } - - nodeStartup, err := Asset("node-startup.sh") - if err != nil { - return nil, err - } - - var script string - if app.Role == api.AgentPoolProfileRoleMaster { - b, err := template.Template("master-startup.sh", string(masterStartup), nil, - struct { - Config *api.Config - BackupBlobName string - Derived *derivedType - }{ - Config: &cs.Config, - BackupBlobName: backupBlob, - Derived: derived, - }) - if err != nil { - return nil, err - } - script = base64.StdEncoding.EncodeToString(b) - } else { - b, err := template.Template("node-startup.sh", string(nodeStartup), nil, - struct { - Config *api.Config - Role api.AgentPoolProfileRole - Derived *derivedType - }{ - Config: &cs.Config, - Role: app.Role, - Derived: derived, - }) - if err != nil { - return nil, err - } - script = base64.StdEncoding.EncodeToString(b) - } - - vmss := &compute.VirtualMachineScaleSet{ - Sku: &compute.Sku{ - Name: to.StringPtr(string(app.VMSize)), - Tier: to.StringPtr("Standard"), - Capacity: to.Int64Ptr(app.Count), - }, - Plan: &compute.Plan{ - Name: to.StringPtr(cs.Config.ImageSKU), - Publisher: to.StringPtr(cs.Config.ImagePublisher), - Product: to.StringPtr(cs.Config.ImageOffer), - }, - VirtualMachineScaleSetProperties: &compute.VirtualMachineScaleSetProperties{ - UpgradePolicy: &compute.UpgradePolicy{ - AutomaticOSUpgradePolicy: &compute.AutomaticOSUpgradePolicy{ - DisableAutomaticRollback: to.BoolPtr(false), - }, - Mode: compute.Manual, - }, - VirtualMachineProfile: &compute.VirtualMachineScaleSetVMProfile{ - OsProfile: &compute.VirtualMachineScaleSetOSProfile{ - ComputerNamePrefix: to.StringPtr(names.GetHostnamePrefix(app, suffix)), - AdminUsername: to.StringPtr(armconst.VmssAdminUsername), - LinuxConfiguration: &compute.LinuxConfiguration{ - DisablePasswordAuthentication: to.BoolPtr(true), - SSH: &compute.SSHConfiguration{ - PublicKeys: &[]compute.SSHPublicKey{ - { - Path: to.StringPtr("/home/" + armconst.VmssAdminUsername + "/.ssh/authorized_keys"), - KeyData: to.StringPtr(sshPublicKey), - }, - }, - }, - }, - }, - StorageProfile: &compute.VirtualMachineScaleSetStorageProfile{ - ImageReference: &compute.ImageReference{ - Publisher: to.StringPtr(cs.Config.ImagePublisher), - Offer: to.StringPtr(cs.Config.ImageOffer), - Sku: to.StringPtr(cs.Config.ImageSKU), - Version: to.StringPtr(cs.Config.ImageVersion), - }, - OsDisk: &compute.VirtualMachineScaleSetOSDisk{ - Caching: compute.CachingTypesReadWrite, - CreateOption: compute.DiskCreateOptionTypesFromImage, - ManagedDisk: &compute.VirtualMachineScaleSetManagedDiskParameters{ - StorageAccountType: compute.StorageAccountTypesPremiumLRS, - }, - }, - }, - NetworkProfile: &compute.VirtualMachineScaleSetNetworkProfile{ - NetworkInterfaceConfigurations: &[]compute.VirtualMachineScaleSetNetworkConfiguration{ - { - Name: to.StringPtr(armconst.VmssNicName), - VirtualMachineScaleSetNetworkConfigurationProperties: &compute.VirtualMachineScaleSetNetworkConfigurationProperties{ - Primary: to.BoolPtr(true), - IPConfigurations: &[]compute.VirtualMachineScaleSetIPConfiguration{ - { - Name: to.StringPtr(armconst.VmssIPConfigurationName), - VirtualMachineScaleSetIPConfigurationProperties: &compute.VirtualMachineScaleSetIPConfigurationProperties{ - Subnet: &compute.APIEntityReference{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/virtualNetworks", - armconst.VnetName, - ) + "/subnets/" + armconst.VnetSubnetName), - }, - Primary: to.BoolPtr(true), - }, - }, - }, - EnableIPForwarding: to.BoolPtr(true), - }, - }, - }, - }, - DiagnosticsProfile: &compute.DiagnosticsProfile{ - BootDiagnostics: &compute.BootDiagnostics{ - Enabled: to.BoolPtr(true), - StorageURI: to.StringPtr(fmt.Sprintf("https://%s.blob.core.windows.net", cs.Config.ConfigStorageAccount)), - }, - }, - ExtensionProfile: &compute.VirtualMachineScaleSetExtensionProfile{ - Extensions: &[]compute.VirtualMachineScaleSetExtension{ - { - Name: to.StringPtr(armconst.VmssCSEName), - VirtualMachineScaleSetExtensionProperties: &compute.VirtualMachineScaleSetExtensionProperties{ - Publisher: to.StringPtr("Microsoft.Azure.Extensions"), - Type: to.StringPtr("CustomScript"), - TypeHandlerVersion: to.StringPtr("2.0"), - AutoUpgradeMinorVersion: to.BoolPtr(true), - Settings: map[string]interface{}{}, - ProtectedSettings: map[string]interface{}{ - "script": script, - }, - }, - }, - }, - }, - }, - SinglePlacementGroup: to.BoolPtr(false), - Overprovision: to.BoolPtr(false), - }, - Name: to.StringPtr(names.GetScalesetName(app, suffix)), - Type: to.StringPtr("Microsoft.Compute/virtualMachineScaleSets"), - Location: to.StringPtr(cs.Location), - } - - if app.Role == api.AgentPoolProfileRoleMaster { - vmss.VirtualMachineProfile.StorageProfile.DataDisks = &[]compute.VirtualMachineScaleSetDataDisk{ - { - Lun: to.Int32Ptr(0), - Caching: compute.CachingTypesReadOnly, - CreateOption: compute.DiskCreateOptionTypesEmpty, - DiskSizeGB: to.Int32Ptr(256), - }, - } - - if !cs.Properties.PrivateAPIServer { - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].PublicIPAddressConfiguration = &compute.VirtualMachineScaleSetPublicIPAddressConfiguration{ - Name: to.StringPtr(armconst.VmssNicPublicIPConfigurationName), - VirtualMachineScaleSetPublicIPAddressConfigurationProperties: &compute.VirtualMachineScaleSetPublicIPAddressConfigurationProperties{ - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - } - } - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &[]compute.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - } - if cs.Properties.PrivateAPIServer { - pool := *(*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools - pool = append(pool, compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - ) - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &pool - } - (*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.NetworkSecurityGroup = &compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/networkSecurityGroups", - armconst.NsgMasterName, - )), - } - } else { - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &[]compute.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/backendAddressPools/" + armconst.LbKubernetesBackendPoolName), - }, - } - (*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.NetworkSecurityGroup = &compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/networkSecurityGroups", - armconst.NsgWorkerName, - )), - } - } - - if testConfig.ImageResourceName != "" { - vmss.Plan = nil - vmss.VirtualMachineScaleSetProperties.VirtualMachineProfile.StorageProfile.ImageReference = &compute.ImageReference{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - testConfig.ImageResourceGroup, - "Microsoft.Compute/images", - testConfig.ImageResourceName, - )), - } - } - - return vmss, nil -} diff --git a/pkg/arm/v18/arm.go b/pkg/arm/v18/arm.go deleted file mode 100644 index 7eb76bec90..0000000000 --- a/pkg/arm/v18/arm.go +++ /dev/null @@ -1,138 +0,0 @@ -package arm - -//go:generate go get github.com/go-bindata/go-bindata/go-bindata -//go:generate go-bindata -nometadata -pkg $GOPACKAGE -prefix data data/... -//go:generate gofmt -s -l -w bindata.go - -import ( - "context" - "crypto/sha256" - "encoding/json" - "fmt" - "io/ioutil" - "time" - - "github.com/Azure/go-autorest/autorest/to" - "github.com/sirupsen/logrus" - - "github.com/openshift/openshift-azure/pkg/api" - armconst "github.com/openshift/openshift-azure/pkg/arm/constants" - "github.com/openshift/openshift-azure/pkg/util/arm" - "github.com/openshift/openshift-azure/pkg/util/resourceid" -) - -type simpleGenerator struct { - testConfig api.TestConfig - log *logrus.Entry - cs *api.OpenShiftManagedCluster -} - -func New(ctx context.Context, log *logrus.Entry, cs *api.OpenShiftManagedCluster, testConfig api.TestConfig) *simpleGenerator { - return &simpleGenerator{ - testConfig: testConfig, - log: log, - cs: cs, - } -} - -func (g *simpleGenerator) Generate(ctx context.Context, backupBlob string, isUpdate bool, suffix string) (map[string]interface{}, error) { - t := arm.Template{ - Schema: "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#", - ContentVersion: "1.0.0.0", - Resources: []interface{}{ - g.ipAPIServer(), - g.lbAPIServer(), - g.storageAccount(g.cs.Config.RegistryStorageAccount, map[string]*string{ - "type": to.StringPtr("registry"), - }), - g.storageAccount(g.cs.Config.AzureFileStorageAccount, map[string]*string{ - "type": to.StringPtr("storage"), - }), - g.nsgMaster(), - }, - } - if g.cs.Properties.PrivateAPIServer { - t.Resources = append(t.Resources, g.ilbAPIServer()) - } - if !isUpdate { - t.Resources = append(t.Resources, g.vnet(), g.ipOutbound(), g.lbKubernetes(), g.nsgWorker()) - } - - for _, app := range g.cs.Properties.AgentPoolProfiles { - if app.Role == api.AgentPoolProfileRoleMaster || !isUpdate { - vmss, err := g.Vmss(&app, backupBlob, suffix) - if err != nil { - return nil, err - } - t.Resources = append(t.Resources, vmss) - } - } - - b, err := json.Marshal(t) - if err != nil { - return nil, err - } - - var azuretemplate map[string]interface{} - err = json.Unmarshal(b, &azuretemplate) - if err != nil { - return nil, err - } - - err = arm.FixupAPIVersions(azuretemplate, versionMap) - if err != nil { - return nil, err - } - - ignoreMap := map[string]struct{}{} - if isUpdate { - vnetID := resourceid.ResourceID(g.cs.Properties.AzProfile.SubscriptionID, g.cs.Properties.AzProfile.ResourceGroup, "Microsoft.Network/virtualNetworks", armconst.VnetName) - ignoreMap[vnetID] = struct{}{} - } - arm.FixupDepends(g.cs.Properties.AzProfile.SubscriptionID, g.cs.Properties.AzProfile.ResourceGroup, azuretemplate, ignoreMap) - - // HACK: Current SDK version is v24. Private link support comes into the version v28+. - // To use PLS/PE we need to set configurables on vnet and create PLS itself - // search for PrivateEndpointNetworkPolicies in https://raw.githubusercontent.com/Azure/azure-sdk-for-go/master/services/network/mgmt/2019-04-01/network/models.go - // To have these configs in our we need to modify the object after we generate them - arm.FixupSDKMismatch(azuretemplate) - - return azuretemplate, nil -} - -func (g *simpleGenerator) Hash(app *api.AgentPoolProfile) ([]byte, error) { - hash := sha256.New() - - // the hash is invariant of name, suffix, count... - appCopy := *app - appCopy.Count = 0 - appCopy.Name = "" - - // ...and also the SAS URIs - cs := g.cs.DeepCopy() - cs.Config.MasterStartupSASURI = "" - cs.Config.WorkerStartupSASURI = "" - - vmss, err := vmss(cs, &appCopy, "", "", g.testConfig) // TODO: backupBlob is rather a layering violation here - if err != nil { - return nil, err - } - - err = json.NewEncoder(hash).Encode(vmss) - if err != nil { - return nil, err - } - - if g.testConfig.DebugHashFunctions { - b, err := json.Marshal(vmss) - if err != nil { - return nil, err - } - err = ioutil.WriteFile(fmt.Sprintf("vmss-%s-%d", app.Role, time.Now().UnixNano()), b, 0666) - if err != nil { - return nil, err - } - } - - return hash.Sum(nil), nil -} diff --git a/pkg/arm/v18/arm_test.go b/pkg/arm/v18/arm_test.go deleted file mode 100644 index 071fcbc356..0000000000 --- a/pkg/arm/v18/arm_test.go +++ /dev/null @@ -1,103 +0,0 @@ -package arm - -import ( - "context" - "reflect" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/pkg/util/jsonpath" - "github.com/openshift/openshift-azure/test/util/populate" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestGenerate(t *testing.T) { - sg := simpleGenerator{ - cs: &api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - {Role: api.AgentPoolProfileRoleCompute, Name: "compute"}, - }, - }, - Config: api.Config{ - SSHKey: tls.DummyPrivateKey, - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{Cert: tls.DummyCertificate, Key: tls.DummyPrivateKey}, - NodeBootstrap: api.CertKeyPair{Cert: tls.DummyCertificate, Key: tls.DummyPrivateKey}, - }, - Images: api.ImageConfig{ - GenevaImagePullSecret: populate.DummyImagePullSecret("acr.azure.io"), - ImagePullSecret: populate.DummyImagePullSecret("registry.redhat.io"), - }, - }, - }, - } - - armtemplate, err := sg.Generate(context.Background(), "", false, "") - if err != nil { - t.Fatal(err) - } - - if len(jsonpath.MustCompile("$.resources[?(@.type='Microsoft.Network/networkSecurityGroups')]").Get(armtemplate)) != 2 { - t.Error("expected to find two networkSecurityGroups on create") - } - - armtemplate, err = sg.Generate(context.Background(), "", true, "") - if err != nil { - t.Fatal(err) - } - - if len(jsonpath.MustCompile("$.resources[?(@.type='Microsoft.Network/networkSecurityGroups')]").Get(armtemplate)) != 1 { - t.Error("expected to find one networkSecurityGroup on update") - } -} - -func TestHash(t *testing.T) { - prepare := func(v reflect.Value) { - switch v.Interface().(type) { - case []api.IdentityProvider: - // set the Provider to AADIdentityProvider - v.Set(reflect.ValueOf([]api.IdentityProvider{{Provider: &api.AADIdentityProvider{Kind: "AADIdentityProvider"}}})) - } - } - - var cs api.OpenShiftManagedCluster - populate.Walk(&cs, prepare) - cs.Properties.AgentPoolProfiles = []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - }, - { - Role: api.AgentPoolProfileRoleCompute, - VMSize: api.StandardD2sV3, - }, - } - cs.Config.Images.GenevaImagePullSecret = populate.DummyImagePullSecret("acr.azure.io") - cs.Config.Images.ImagePullSecret = populate.DummyImagePullSecret("registry.redhat.io") - - for _, role := range []api.AgentPoolProfileRole{api.AgentPoolProfileRoleMaster, api.AgentPoolProfileRoleCompute} { - sg := simpleGenerator{ - cs: &cs, - } - baseline, err := sg.Hash(&api.AgentPoolProfile{ - Role: role, - }) - if err != nil { - t.Errorf("%s: unexpected error: %v", role, err) - } - sg.cs = cs.DeepCopy() - sg.cs.Config.MasterStartupSASURI = "foo" - sg.cs.Config.WorkerStartupSASURI = "foo" - second, err := sg.Hash(&api.AgentPoolProfile{ - Name: "foo", - Role: role, - Count: 1, - }) - if err != nil { - t.Errorf("%s: unexpected error: %v", role, err) - } - if !reflect.DeepEqual(baseline, second) { - t.Errorf("%s: expected:\n%#v\ngot:\n%#v", role, baseline, second) - } - } -} diff --git a/pkg/arm/v18/bindata.go b/pkg/arm/v18/bindata.go deleted file mode 100644 index f555e96056..0000000000 --- a/pkg/arm/v18/bindata.go +++ /dev/null @@ -1,268 +0,0 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -//Package arm generated by go-bindata.// sources: -// data/master-startup.sh -// data/node-startup.sh -package arm - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// ModTime return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _masterStartupSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x5f\x77\x1b\xb5\x12\x7f\x46\x9f\x62\x58\x07\x4a\x4b\xe4\x4d\x0a\xdc\x0b\x86\xf4\x9c\x34\x49\x39\xbd\x94\x24\x37\x69\x2f\x0f\xa5\xa7\x47\x5e\xcd\xda\xaa\xb5\xd2\x22\x69\xed\x98\xd4\xdf\xfd\x9e\x91\xd6\x8e\x1d\x3b\x49\x4b\x03\x7d\x48\x6d\x69\x34\x33\x9a\xf9\xcd\x3f\xb9\xf3\x79\xde\x57\x26\xef\x0b\x3f\x04\x8e\x17\x8c\x75\xe0\x99\x75\x10\xd0\x07\x65\x06\x3d\xd0\x76\x00\xc2\x48\x90\xce\xd6\x20\xb4\x86\xe0\x44\x59\xaa\x02\xc2\x50\x04\x98\xd8\x46\x4b\x70\xb6\x09\x08\x63\x25\x20\x0c\x11\x2a\xe1\x03\x3a\x38\x7a\xf1\x94\x75\xe0\xec\xe8\xfc\xe4\xd5\xd9\xc1\xd1\xcf\x67\x27\xaf\x4e\xf7\xb2\xa9\x6d\x1c\x77\xe8\x6d\xe3\x0a\xe4\x03\x67\x9b\x3a\x63\x1d\x38\x39\x7f\xfb\xec\xbf\x87\xc7\x7b\x99\xad\xd1\xf8\xa1\x2a\x43\x77\x6b\xe5\x64\xd7\x7a\x21\x71\xdc\x2d\xb4\x6d\x64\xc6\x3a\xac\x03\xaa\x0e\xa2\xaf\xd1\x03\x7f\x0e\xcf\x8f\x4f\x5f\xbd\x04\xee\x61\xeb\x2b\xa9\x06\xf0\xb5\x1f\x5a\x17\x20\xdb\x6a\xf9\x66\xf0\x1e\x82\x50\x1a\xf8\xee\x43\xe0\xef\xe0\xc5\xc9\xcf\xc0\xb9\xb6\x03\x5e\x3b\x2c\xd5\x05\x64\xbf\xbc\x7a\x7a\x04\x44\x0a\x87\x67\x27\xa7\xbd\xec\xd3\xf8\x13\x0f\xc6\x2e\x2f\x41\x95\xd0\x3d\xb0\xa6\x54\x83\xee\x39\x16\x8d\x53\x61\x7a\x2a\x42\x31\x3c\x15\xc5\x48\x0c\xd0\xc3\x6c\xc6\xb4\x1d\x0c\xd0\x01\x0f\xad\xe1\xb8\x0f\xc2\x85\xa6\xee\xfa\x21\x64\xca\xf8\x20\xb4\x56\x66\x00\x0e\x25\x90\xc9\x0b\x69\xa0\x88\x3c\x1b\x27\x82\xb2\x06\xac\x81\xad\xaf\x86\xd6\x07\x23\x2a\x7c\x98\xb1\x42\x04\x78\x92\x8f\x85\xcb\xb5\xea\xe7\xd3\xa6\xca\x0b\xad\xd0\x04\x5e\xa0\x0b\xdd\x1a\x2b\xf8\xe9\xa7\x07\x47\x27\xcf\x1e\x90\x8a\x07\xe8\xc2\xbe\x7f\x3a\x0d\xe8\x17\xba\xd2\x9a\x2a\x55\x21\x02\xfa\x6e\xab\xeb\x19\xd6\xd6\xab\x60\xdd\x34\x6e\xc3\x7b\x38\x0f\x8e\xf4\x9a\xcd\xd8\xd1\xc9\xb3\x9b\x85\x8e\x70\x7a\x5d\xe6\xa9\x53\x63\x11\xf0\x17\x9c\x7e\xa4\xe4\x5f\x70\xba\x26\xf8\x83\x0d\xb8\x7f\x76\x02\xbe\xf5\x02\x34\xb5\x24\x19\xf0\xfa\xf2\xb2\xe5\xe7\xff\x63\x95\xb9\xc3\x5d\xd9\x36\x64\x30\x9b\xbd\x59\x33\x79\x69\x1d\x88\x10\xb0\xaa\x03\x28\x03\x97\xbb\xdd\xee\x77\xb3\x1f\x41\x5a\x06\x30\x6d\x2a\x68\xd5\x00\x3e\x05\xfe\x07\x7c\x9c\xcc\x28\x12\xbe\xfc\x12\xfa\x0e\xc5\x88\x01\xdc\x7a\xe1\xd7\x73\x35\xb6\x2e\xdb\x4f\xb3\x37\x9b\xaf\xde\xea\x94\x30\x54\x0a\xa5\x51\x66\x0c\x08\xb3\xaf\x5f\x2f\x9d\x06\xae\x03\x7c\x07\x6f\xde\xfc\x48\xd1\x6d\xc0\x6b\xc4\x1a\x76\x7f\x04\xd4\x1e\x01\x2f\x54\xa0\x2f\xa5\x62\xd2\x1a\xbc\xc3\x1b\x0e\x2b\x3b\xfe\x38\x30\x93\xf5\x0a\x8d\xc2\x50\xf2\x61\xae\x02\xee\x4a\xb8\x15\xdc\xb7\x80\x90\x5d\x5e\xa2\x91\xb3\x19\x65\xb9\xc2\xa1\x08\x48\xd2\x83\x50\x06\x1d\xd4\x8d\xd6\x64\x25\x87\x81\x55\x23\xa9\x1c\xf0\xfa\x8a\x99\x75\x6a\xa0\x4c\xde\x95\xb6\x18\xa1\xbb\x06\xf7\xd5\xcd\x3c\xdd\xa8\xfb\xce\x5b\xb3\x0c\xfb\xee\x21\x3a\x35\x46\xd9\x3d\xb0\x55\x5f\x19\x94\xcf\x2b\x31\xc0\xd3\x46\xeb\xf3\x28\x75\x0e\x84\x35\x88\x6b\x43\xb9\xe7\x06\x69\x90\x3b\x6b\x43\x4e\x57\x7a\x79\x72\x78\xd2\x03\x89\x1a\x03\xc6\x54\x5c\x5a\xad\xed\x84\x38\xc5\x54\x9b\xee\x4c\x56\x16\x25\xa5\x68\x15\x40\x79\xe8\x8b\x11\x4a\x50\x26\x58\xb0\x8d\x83\xff\xfd\x0a\x8a\xf4\xf2\x2c\x9e\x11\x52\x02\x2f\xa1\xbd\x36\x53\x25\x7c\x0e\x03\x87\x4b\x96\x99\xab\x81\xa1\xc8\x4b\x1f\x44\x3f\x01\x85\x01\xf8\xa9\x0f\x58\x15\x41\x83\x0f\xb6\x6e\x79\xf0\xe8\xcd\xa6\xee\x06\x55\xa1\xbb\x93\xca\xa3\x1b\xab\x02\x6f\xa2\x5b\xda\xaf\x46\xa5\xef\x5e\x94\x9e\xd4\xcd\x25\x8e\x73\xa9\xfc\x28\x17\x7f\x36\x0e\xf3\x45\xc9\xa9\x85\x0b\xbb\x0c\x00\x8b\xa1\x85\x07\xb7\x93\xc1\xda\x1d\x81\xd8\xc3\xc0\xd5\x7f\x34\x36\x08\x80\x1d\xd8\x79\x00\x4f\x9e\x5c\x5d\x9d\xd4\xb0\x8d\x09\xd7\x4f\x32\x00\x87\x3e\x58\x87\x85\x35\xc0\xcf\x36\xec\x27\x44\x11\xa7\x16\x45\x52\x60\x65\xcd\x35\x14\x31\x80\x8c\x0a\x97\x24\x24\xb9\xac\x07\xd9\x3b\xdb\x38\x23\xb4\xcc\xb6\x69\x4f\x2a\x4f\x55\x8b\x6b\x1c\x88\x62\xca\x1d\x0e\x94\x0f\x6e\x9a\xf5\x20\xb8\x06\x59\xc2\xd3\xaa\x2d\x85\x0b\xeb\xc6\xdc\x4c\x70\xcd\x77\xa5\x62\xac\xb5\x4c\x0c\x1e\xc2\x78\x9b\xcb\x22\xb4\x7d\xf7\xd8\x4a\x8c\xd9\xeb\x49\x34\xb5\x21\xaa\x2f\x37\xa2\x08\x43\x21\x37\x61\x68\xe1\xd5\xeb\xbe\xf2\x85\x57\xbb\xb9\x6e\xcc\x0e\xbc\x7f\x9f\x6e\x77\x93\x5b\x97\x48\xaf\x09\x4c\x0e\x95\x58\x8a\x46\x07\xff\x41\x0e\xa5\x73\x37\xbb\x33\xee\x92\x5d\x3a\x20\x8a\x02\x6b\x6a\xa2\xe0\xfb\x6f\xbf\xfd\x06\xa8\x44\x50\x4c\x0a\x59\x29\xef\x29\x08\x29\xf5\x38\xab\x35\x59\xd2\x3a\x90\x3e\xd6\x8e\x50\xd4\xdb\xf1\x40\xfb\xe1\xdb\x58\x46\x3e\xab\x9d\x0d\x76\x6f\xeb\x52\xfa\xf0\xc5\x17\xdb\x8f\x66\xec\xb3\xda\xba\x90\x16\x3a\x9d\x47\xdb\x33\xf6\xd9\x55\xc7\xb2\x1f\x3b\xaa\xe7\x67\x47\xbf\xed\xbf\x78\xf1\x76\xff\xc5\x8b\x93\xdf\x28\x99\x6d\x45\x26\xc0\x2b\x72\x6a\x40\xe0\x3c\xfd\x7f\x7c\xf4\x1b\x2d\xce\xb7\xb9\x24\xd6\xb0\x15\xff\xf2\x77\xb0\x7f\x70\x70\x74\xfa\x12\xf8\xa4\x4d\xf1\x73\x39\xdc\x8b\x31\xb6\x98\xf5\x53\x9f\xb2\x5e\x3e\xdf\xbd\xa3\x14\x10\x60\xc8\x36\xeb\x98\x39\x4f\x54\x30\x9b\xdd\x5e\x57\x6f\x47\xde\x15\x97\x4f\x2b\x9d\x1f\x2c\xe5\x63\x2b\xe8\xbf\x76\x6e\x2a\xa1\xd4\xdd\x1e\x9f\xbc\x3c\xea\xc1\x73\x03\x65\x13\x1a\x87\xdb\x50\xd9\x31\xa6\x9e\x5b\x99\xd2\xba\xaa\xad\x96\x4d\xf0\x4a\x22\xd8\x12\xd0\x8c\x95\xb3\xa6\x42\x13\x60\x2c\x9c\x4a\x4e\xe8\x30\x8f\x01\xbe\xbe\x60\x78\x11\xdd\x79\xbe\x7f\xfe\xea\xec\xf9\xde\x83\xa5\xab\xfc\x1a\x2d\xd1\xde\x24\xed\xc3\x6c\xf6\x20\x1e\xe4\x71\x20\x70\x8d\x89\xd0\x6d\x8d\x05\x9c\x2b\xa3\x02\x04\x0b\x7d\x6b\x83\x0f\x4e\xd4\x70\x78\x7c\x0e\x1e\x43\x53\xcf\x33\x02\x1d\xe2\xbc\x76\x6a\xac\x34\x0e\x50\x02\xe7\x54\xbd\xb9\xc1\x30\xb1\x6e\x04\x54\xe3\x81\x8f\x21\xef\xe5\xf4\xb1\xf7\x27\x70\x6c\xd5\xbb\xdd\xd0\xab\x5a\xcc\xf9\x45\x3d\x31\x25\xab\xb9\x88\x4a\x18\x41\xee\x0e\x16\x6a\x55\x8c\xa0\xa9\xc1\xe0\x24\x49\xf6\x18\x28\x36\x7d\x0c\xb9\x21\x82\x1c\xa6\x56\x81\xc5\x71\xe8\x2a\xfd\xcd\x79\x1e\x27\x9e\xbf\x26\x96\xac\x43\x0c\xe2\xc1\x08\x7f\x2a\x1c\x7a\xdc\xa5\x10\x60\x71\x61\x95\x9c\x92\x51\x4d\x5d\x1d\xba\xae\xcc\x7f\xf8\x81\xa7\x12\xce\xa5\xf1\x5d\x3f\x5c\xd2\x5c\x1a\x5f\x09\xff\x07\x69\x3c\x68\xf9\x93\xc6\xcb\xca\xa6\x12\x91\xe8\x5a\x81\x9b\x35\x9e\xd3\xcc\x93\x3a\xeb\xc0\x24\xc2\x8f\x76\x29\xf4\x0c\x25\xe7\x89\x10\x03\x82\x0c\xcd\x78\x73\xbb\x35\x41\x69\x15\x14\x7a\x18\xd8\xd8\x28\x06\x0b\x4e\x14\xb1\x59\x92\x8a\x80\xd7\xa5\x01\xa9\x5c\x1c\x76\x8d\xf1\xd0\xc7\xd2\x3a\x24\xb1\xd4\x55\x8c\x8c\x9d\x18\xba\x47\xbc\x43\x94\x84\x80\x46\x92\x13\x26\x2a\x0c\x81\x42\x63\x0a\x3e\x36\x3a\x6c\x32\x54\x1a\x63\xd4\x2c\x7a\x3f\xe0\xf2\x21\xec\xed\x41\x96\xc5\xc8\x91\xf6\xaa\xf3\x4c\x61\xf2\x0f\xe1\x8c\x35\x86\x5c\x9d\x4e\x30\x96\xba\x67\x5e\x08\x1e\x5c\xe3\x03\x4b\x48\x88\xf6\x6c\x6a\x18\xa0\xc1\xb1\x88\x69\x86\x56\x7c\x10\xc5\x08\x84\x07\x6f\xa9\xe9\xf2\xd1\x18\xab\xfd\xae\xf2\xa0\x85\x92\x14\xc9\xd0\x9f\xb2\xce\x4a\xa0\x2d\x9a\xd3\xed\x74\x52\x5b\x4f\x70\x1e\xaa\x68\xe2\xd6\xb8\x37\x10\x57\xd6\x21\xeb\x90\x2a\x1e\x4a\x67\xab\x15\xda\xda\xd9\x02\xbd\x27\x9f\x4c\x14\xb5\xbd\x43\x55\x27\xd0\x91\xfe\x2c\xa9\xe1\x11\xfc\x30\x0d\xf8\x0d\x35\xe6\x05\x82\x00\x29\xa6\x60\x8d\x9e\xd2\x6d\x6a\x4c\x25\x4d\xda\xc2\xb3\xbc\xf1\x2e\xd7\xb6\x10\x3a\xe2\x51\xfc\xe9\xb1\x90\xed\x65\xa9\x7d\xed\x0b\x8f\x5a\x19\xf2\x2b\x9c\xee\x1e\xde\x49\xef\x6d\x19\x26\xc2\x7d\x30\x7d\xa1\x45\x25\xc6\x73\x6a\xd6\x01\x34\x94\x02\x23\xb0\x53\x40\xac\x7a\xa5\x0d\x0b\xcf\xae\x22\xa7\x31\x95\xf0\x23\xa8\xa4\x97\xf3\xa8\x81\x24\x67\xf5\x6b\x65\xcd\xd5\x4a\xa9\x1b\x34\x61\xf1\x7d\x89\x5d\xab\xc0\x7d\xb1\x4b\x97\xf8\x34\x6e\xac\x03\xa7\xca\xc0\xa8\xe9\x63\xb2\x5c\x44\x51\xe3\x11\xa2\x65\x41\xd4\x8a\x13\x2d\x3a\xe6\x29\x94\x14\x70\x87\x90\xf9\xce\x57\xf0\x28\xad\xf7\xe0\x61\xf7\x51\xe7\xf7\xdd\x61\x08\xb5\xef\xe5\xf9\xd2\xb0\xd6\xc9\x52\x72\x6a\xe7\x93\x54\x61\x73\xea\x77\x4c\xf7\x4a\xe2\xbd\x31\x5e\xbc\x15\xf1\xb4\x70\xaf\x32\x28\x63\xc5\x3f\xf7\xcf\xd5\xcb\x7b\x30\x47\x9c\xf9\x22\x9b\x76\xda\x64\xec\xf2\x92\x53\x4e\x36\x08\x5b\xdd\xa7\xa2\x18\x35\xf5\x53\x6d\xfb\xc7\x94\x4a\xb3\xec\xce\x97\xa6\x45\x55\xa0\x9e\x76\x8c\x6e\xba\x36\x89\x53\xa6\x0b\x94\x80\x17\xa5\xa9\x1f\xa5\xc4\xa1\xfc\xac\x5c\xed\x81\xf3\x47\x8c\x9a\x1f\xd2\xe3\x50\xb9\xbd\xd5\xbd\xf6\x5c\x1a\xb2\xb7\x96\xe8\xfe\x72\xcf\x78\x14\x0a\x99\xee\xfc\x89\x6d\xe3\x0a\xa3\xbf\xb3\x73\x5c\x15\x74\x7f\xcd\xe3\xad\x7a\x4a\x3b\x31\xda\x0a\x49\x46\x4c\x4e\xc8\x56\xcb\xe8\x7a\xe5\xfc\x9d\x41\xac\x9e\x6b\xf1\xd7\x5b\x5f\xda\x44\x1c\x5f\x6c\x6b\x67\xc7\x4a\xa2\xcb\x7b\xf9\x5b\x29\x82\xc8\xdf\x52\xb9\x6b\xa9\x97\x01\xd0\xcb\x6d\x43\x25\x9a\xb6\xee\xb2\x19\x41\x29\x5d\x22\x71\xe2\xfd\x16\xee\x7b\x74\xf2\x5a\x04\xcc\x66\x2d\x91\x8c\x0f\xdb\xb1\xf6\xee\x91\xb0\x16\x8c\x5d\xd9\x6f\x09\x44\x11\xf7\xe6\xa6\xba\xdd\xa0\xad\xfc\x39\x31\xb9\x70\x1e\x26\x8f\xe7\x23\xe2\x5f\xc5\x74\xea\xcb\xe9\xce\x9f\x88\xe9\x15\x46\x7f\x27\xa6\x57\x05\xfd\x43\x98\x4e\x56\x8e\x75\xdd\x88\xda\x0f\x6d\xf8\x28\x4c\x13\x8a\x7a\x8b\x4f\x8b\xad\xe5\x7c\xd5\x5b\xfd\x96\xd0\xc9\x11\x8e\x5e\x1e\x1c\x1e\xbc\x7c\xf1\x76\xff\xf4\xf9\x5e\xf6\x4d\x76\x03\x68\x57\x8d\x42\x34\xc4\x25\x16\xf4\x56\xdf\x39\x50\x56\x22\x61\x0d\x97\x14\x37\x9c\x12\xe6\x6a\x2e\xa5\xf1\x20\x11\xc4\xa6\x79\x29\x63\xb7\xcb\x34\x24\x29\xa1\x79\xa1\x9b\x18\xa3\x59\x6b\xc3\x9d\xf8\x6f\x6f\x5e\x5f\x56\x56\x7b\x8f\xbf\xf9\x7e\x67\x7b\x79\x69\x77\x23\xe1\xee\x3a\xe1\xe3\x8d\x84\x8f\x23\x61\xb6\x59\x25\x1e\xec\x08\x4d\x34\x0b\x2f\xad\xe3\xf1\xd1\xe6\x1a\xa9\x90\x63\x74\x41\x79\xe4\x35\xa2\xe3\x8d\xd3\x1e\x36\x94\xc6\x28\x86\xb1\x6a\xbc\x6e\xa5\xfc\xd1\xb5\xb5\xb5\xc7\xe4\x85\x3d\x57\x4a\xd2\xca\x43\xcf\x35\xbe\x1f\x82\x4c\x8c\xe3\x4a\x16\xcb\x33\xcd\x3f\xb3\x19\x63\xa1\x31\x28\xb9\x90\x15\x35\xe2\x25\x8d\x3e\x57\xcd\x4c\xfb\x2a\xc4\x6b\x2d\x4c\x1a\xda\x10\x84\xf6\x16\x0c\xa2\xbc\xa2\xeb\xc6\x86\xad\x3b\xb6\xba\xa9\xd0\x03\x01\x23\xbd\x68\xcb\xf9\x20\x76\x51\x7a\x48\xef\x94\x05\x8d\x5f\x34\xa3\xcd\xdf\xb5\x2b\xd8\xf9\xf7\x77\x3b\x9b\xde\xb7\x6f\xe0\x4f\x7a\xa4\xa7\xc5\xd8\x22\xf8\xa9\xd7\x76\x00\x5e\xd1\x4c\x30\xc1\x76\xd0\x06\xa4\xbe\x21\x0c\x89\x24\x0c\x9d\x6d\x06\x43\x98\xbf\x4e\x2e\xf5\xb1\xed\x13\xe5\x9c\xcb\xc6\x4e\xd7\xd6\x6b\xdb\xac\x03\xc6\x06\xec\x81\x08\xb6\x52\x05\xbf\xb2\x58\x9c\x2e\x0b\x27\xfc\x10\xb4\xb5\xb5\x87\xc6\x04\xa5\xe7\xbf\x43\x2a\x0f\x4d\xbd\xde\x95\x6f\xe4\xb2\x10\x76\x1f\xbf\xdd\xf9\x62\x88\xb2\x89\x06\x5b\x8e\x4a\x87\x7d\x6b\xe3\xe3\x49\x61\xab\x3a\x3e\xd5\x6f\xfa\x79\x26\x63\x7e\xd8\x04\x2a\x2c\x94\xc2\xd2\x99\xaf\x1f\xb3\xcb\x4b\x4a\x91\xb3\xd9\xda\x5c\x70\xeb\x7d\x16\x2f\xa4\xf3\xdf\x3f\xfe\x1f\x00\x00\xff\xff\x94\x26\x66\x09\xf6\x1d\x00\x00") - -func masterStartupShBytes() ([]byte, error) { - return bindataRead( - _masterStartupSh, - "master-startup.sh", - ) -} - -func masterStartupSh() (*asset, error) { - bytes, err := masterStartupShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master-startup.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _nodeStartupSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x51\x6f\xdb\x38\x12\x7e\xe7\xaf\x98\xb5\x17\x9b\x5b\x6c\x29\xa5\x07\xf4\x0e\x9b\x6e\x0b\xf4\xda\x2e\xd0\x5b\x6c\x13\x24\x7b\x77\x0f\x45\x1f\x68\x71\x24\x71\x4d\x91\x2a\x87\xb4\xe3\xba\xfe\xef\x87\xa1\xe4\xc4\x8e\x13\xb7\x45\x0f\xf7\x16\x4b\xc3\x99\x6f\x66\xbe\xf9\x38\xca\xf4\xbb\x72\x66\x5c\x39\x53\xd4\x82\xc4\x6b\x21\xd6\x6b\x30\x35\x14\x2f\xbd\xab\x4d\x53\x5c\x61\x95\x82\x89\xab\x0b\x15\xab\xf6\x42\x55\x73\xd5\x20\xc1\x66\x23\xac\x6f\x1a\x0c\x20\x23\x38\xaf\x51\x52\x54\x21\xa6\xbe\xa0\x16\x26\xc6\x51\x54\xd6\x1a\xd7\x40\x40\x0d\xad\x8a\x50\x69\x07\x55\xf6\x98\x82\x8a\xc6\x3b\xf0\x0e\xbe\xff\x4b\xeb\x29\x3a\xd5\xe1\x8f\x13\x51\xa9\x08\xcf\xcb\x85\x0a\xa5\x35\xb3\x72\x95\xba\xb2\xb2\x06\x5d\x94\x15\x86\x58\xf4\xd8\xc1\x2f\xbf\x9c\xbc\x3e\xff\xf5\x84\x01\xbe\xc4\x10\x5f\xd0\x3f\x56\x11\xe9\x06\x29\x3f\x33\xb5\xa9\x54\x44\x2a\x46\xa4\x97\xd8\x7b\x32\xd1\x87\x55\x7e\x0d\x9f\xe0\x2a\x06\xc6\xb5\xd9\x88\xd7\xe7\xbf\x3e\x1c\x74\x8e\xab\xbb\x31\x2f\x82\x59\xa8\x88\xbf\xe1\xea\x2b\x23\xff\x86\xab\x83\xc0\x5f\x58\xbe\x17\x97\xe7\x40\x63\x07\x20\xf5\x9a\x23\xc0\xbb\xf5\x7a\xf4\x46\xff\xf4\xc6\x7d\xa6\x55\x93\x47\x30\x81\xcd\xe6\xfd\x41\xc1\x6b\x1f\x40\xc5\x88\x5d\x1f\xc1\x38\x58\x3f\x2e\x8a\x27\x9b\xa7\xa0\xbd\x00\x58\xa5\x0e\x46\x18\x20\x57\x20\x3f\xc0\xd7\xc5\xcc\x21\xe1\x87\x1f\x60\x16\x50\xcd\x05\xc0\x91\x74\xdf\x6d\x41\x7c\xbf\x1e\xff\xda\xbc\xbf\x3f\xf1\x11\xd1\xc0\x9f\x5a\x19\x8b\x7a\x22\x80\xd9\xfa\xee\xdd\xce\x69\x90\x36\xc2\x13\x78\xff\xfe\x29\xc4\x16\x1d\x90\x45\xec\xe1\xf1\x53\x40\x4b\x08\x78\x6d\x22\xff\xa8\x8d\xd0\xde\xe1\xd1\x4e\x04\xec\xfc\xe2\xeb\x68\xcc\x95\xab\x2c\x2a\x07\xca\x5a\x11\x3a\x90\xa1\x86\xa3\xb4\x3e\x42\x3f\xb1\x5e\xa3\xd3\x9b\x8d\x10\x53\xa8\x02\xaa\x88\x1c\x3d\x2a\xe3\x30\x40\x9f\xac\xe5\x1a\x05\x8c\xa2\x9b\x6b\x13\x40\xf6\xb7\xce\x7c\x30\x8d\x71\x65\xa1\x7d\x35\xc7\x70\x87\xe8\xfb\x2f\xcb\x21\xa3\xe2\x4f\xf2\x6e\x97\xf0\xc5\x2b\x0c\x66\x81\xba\x78\xe9\xbb\x99\x71\xa8\xdf\x74\xaa\xc1\x8b\x64\xed\x55\x8e\xba\x25\xc1\x01\xb9\xad\x03\x49\x0f\x41\x81\x32\x78\x1f\x4b\x4e\xe9\x8f\xf3\x57\xe7\x67\xa0\xd1\x62\x44\x6e\x15\xd4\xde\x5a\xbf\x64\x4f\x4d\xf0\xa9\x1f\x72\xe6\x2a\xab\x3a\x62\x00\x13\xc1\x10\xcc\xd4\x1c\x35\x18\x17\x3d\xf8\x14\xe0\xdf\xbf\x83\x61\x5c\x24\xf2\x19\xa5\x35\xc8\x1a\xc6\xb4\x85\xa9\xe1\x3b\x68\x02\xee\x54\x66\x0b\x03\x63\x55\xd6\x14\xd5\x6c\xa0\x89\x00\xa0\x15\x45\xec\xaa\x68\x81\xa2\xef\x47\x1f\x32\x77\x33\xf5\x45\x34\x1d\x86\xcf\x5a\x11\x86\x85\xa9\xf0\x21\xbb\x9d\xf7\xdd\xbc\xa6\xe2\xba\x26\x86\x5b\x6a\x5c\x94\xda\xd0\xbc\x54\x1f\x53\xc0\x32\x20\xf9\x14\x2a\x94\xbd\x0a\xf1\xb1\x00\xc0\xaa\xf5\x70\x72\xdc\x0c\x0e\x72\x04\x76\x0f\x4d\xe8\x3f\x24\x1f\x15\xc0\x29\x9c\x9e\xc0\xf3\xe7\xb7\xa9\x33\x0c\x9f\x5c\xbc\x7b\x52\x00\x04\xa4\xe8\x03\x56\xde\x81\xbc\x3c\x78\xbf\x5e\x4b\x9e\x3b\xfc\x00\xc5\xa5\xb7\xc8\xa2\x55\x07\xc5\x53\x2f\x00\x06\xb2\x71\x90\x91\x60\x5a\x61\xe7\xdd\x1d\x82\x09\x80\x89\xf5\x8d\xd4\x4c\xb2\x30\x39\x83\xc9\x9f\x3e\x05\xa7\xac\x9e\x3c\xe2\x77\xda\x90\x9a\x59\x94\x16\x1b\x55\xad\x64\xc0\xc6\x50\x0c\xab\xc9\x19\xc4\x90\x50\x0c\x54\x63\x1c\xe8\xf4\x10\x77\xb7\xe2\x2a\xc4\xc3\x92\xdf\x6f\x70\xa7\xc3\xb5\x11\x62\xac\x5f\x1e\x31\x9e\x84\x51\xed\xf2\x00\x50\xf1\xd6\x6b\xcc\xfa\xf6\x3c\x37\xc4\xb1\xd5\x0f\x47\x85\x84\x1d\x31\xad\x0f\x7d\x5d\x0d\x56\xb0\xd9\x1c\x57\xe4\xe3\x88\x6e\xbd\x7c\x8b\xe8\x7e\x71\x8c\xaf\xd5\xde\xbf\x9d\x3e\x24\xbe\x53\x31\x85\xb7\xe7\x7f\xbc\x3e\x83\x37\x0e\xea\x14\x53\xc0\x47\xd0\xf9\x05\xeb\x81\xe2\x2a\xd4\x3e\x74\xa3\xd2\xa6\x48\x46\x23\xf8\x1a\xd0\x2d\x4c\xf0\xae\x43\x17\x61\xa1\x82\x61\x9e\x90\x98\x0a\xc2\x08\x3f\x5d\x0b\xbc\xee\x7d\x88\x70\xf5\xe2\xea\x5f\x97\x6f\x9e\x9d\xec\xa4\xf2\x1f\x1f\xe6\x18\xc6\x4c\x86\xf7\xb0\xd9\x9c\xe4\x83\xf2\x9a\x35\x29\x24\x97\xa5\x68\x2c\x16\x48\x69\x9c\x89\x10\x3d\xcc\xbc\x8f\x14\x83\xea\xe1\xd5\xdb\x2b\x20\x8c\xa9\xdf\xf2\x84\x0f\x49\xd9\x07\xb3\x30\x16\x1b\xd4\x20\x25\x2b\xbf\x74\x18\x97\x3e\xcc\x81\xef\x07\x90\x0b\x28\xcf\x4a\xfe\xf3\xec\x23\x48\x1c\xe1\x1d\x2f\xf4\x3e\x8a\xad\xbf\x8c\x13\x07\x0a\x6f\x43\x74\xca\x29\x6e\x76\xf4\xd0\x9b\x6a\x0e\xa9\x07\x87\xcb\x21\x32\x61\x8c\x7c\x73\x33\xa9\x38\x37\xdd\x0e\xd7\x8c\xc8\x9b\xdf\xed\x50\x6c\x7d\xbe\x1d\x7c\xfe\x3e\xb8\x14\x53\x76\x90\x0f\xe6\x99\x66\xd1\xb1\x8b\x82\x2f\x0d\x91\x1f\xec\x9b\xb3\x3e\xf5\xbc\x0d\x60\x28\x74\xf9\xf3\xcf\x72\x90\x7f\xa9\x1d\x15\xd4\xee\x20\xd7\x8e\x3a\x45\x1f\x18\x71\x33\xfa\x67\xc4\xbb\x60\x07\x0d\x19\xec\xc6\x80\xf7\x23\xde\xda\x6c\x47\x5d\x4c\x61\x99\xe9\xc7\x6f\x79\xf0\x78\x00\x60\xa9\x54\xc3\x94\x51\x4e\xdf\xd4\x2d\x45\x63\x4d\x34\x48\xd0\xf8\xbc\x62\x44\x0f\x41\x55\xf9\xa2\xd5\x86\x89\x57\x88\x29\xd3\x7c\x7b\x38\x24\x47\x30\xc3\xda\x07\xe4\xb0\x7c\x23\xcd\x9d\x5f\x3a\xce\x23\xe7\x90\x23\x61\x56\xa5\xd4\xc3\xd2\xc4\x16\x78\x34\x56\x40\xf9\x92\x14\xcb\xd6\x58\xcc\x53\x73\xb3\x37\x80\xd4\x3f\xc2\xb3\x67\x30\x99\xe4\xc9\xd1\xfe\x76\x67\x19\xc6\xe4\xff\xc4\x33\x91\x1c\xb7\x7a\x38\x21\xc4\xb0\x77\xc9\x4a\xc9\x18\x12\x45\x31\x30\x21\xd7\x33\xf5\xd0\xa0\xc3\x85\xca\x22\xc3\x4f\x28\xaa\x6a\x0e\x8a\x80\x3c\x5f\xd8\x94\x8b\xb1\xbf\x2b\x19\x02\xab\x8c\xe6\x49\x86\xd9\x4a\x4c\xf7\x06\xed\x66\xb1\x79\x34\x9c\xb4\x9e\x98\xce\xad\xc9\x25\x1e\x8b\xfb\x80\x71\xe7\x03\x8a\x29\x43\x21\xa8\x83\xef\xf6\x6c\xfb\xe0\x2b\x24\xe2\x9e\x2c\x0d\xaf\x4c\xad\xe9\x07\xd2\x31\x7e\x31\xc0\x20\x04\x6a\x7d\xb2\x3a\xd7\xd8\xbb\x0a\x41\x81\x56\x2b\xf0\xce\xae\x38\x9b\x3e\x83\x41\xd6\x48\x12\x65\xa2\x50\x5a\x5f\x29\x9b\xf9\xa8\x3e\x12\x56\x7a\x4c\x96\x57\x9f\x99\x22\xb4\xc6\x71\x5f\xe1\xe2\xf1\xab\xcf\xda\x93\xaf\xe3\x52\x85\x2f\xb6\xaf\xac\xea\xd4\x62\x6b\x2d\xa6\x80\x8e\x25\x30\x13\x7b\x18\x88\xfd\xae\x8c\x63\x41\xe2\x76\x72\x92\xeb\x14\xcd\xa1\xd3\xa4\xb7\x53\x03\x43\x9c\xfd\x9f\x9d\x77\xb7\x4f\x6a\x9b\xd0\xc5\x9b\xdf\x3b\xee\x46\x00\xff\x2b\x77\x43\x12\xdf\xe6\x4d\x1c\x5b\x52\x62\x72\xa8\xa5\xd2\x1d\xd3\xa3\xe6\x81\xf4\x3d\x3a\x6a\x4d\x1d\x25\x93\x2b\x78\x2b\x7b\xab\x1c\x0e\x1b\x06\xdf\x5d\x9f\x39\xc5\x73\xbf\xbb\x8e\xb0\x04\x21\x28\x4b\x1e\x1c\xa2\xbe\xb5\x2c\x72\x63\x8b\x85\xb7\xa9\x43\x02\x5e\xdc\x87\xdd\x5e\x6f\x65\x85\xb7\xb6\x61\x63\xab\x58\x4c\x58\x71\xb6\x1b\x7e\x07\xa7\x7f\x7f\x72\x7a\xdf\xa6\xff\x80\x7f\xc6\x31\x6c\x52\xf9\x3b\x86\x56\x64\x7d\x03\x64\x98\xe1\x4b\x1c\xaf\x0d\xc0\x05\x86\x55\x6c\xd9\x24\xb6\xc1\xa7\xa6\x85\xed\x32\xb6\xd3\x95\x71\x23\xdb\x7a\xb9\xb7\x6f\xbe\x3f\x78\x2d\xa6\xe0\x7c\xc4\x33\x50\xd1\x77\xa6\x92\xfb\x35\x83\x2a\x28\x6a\xc1\x7a\xdf\x13\x24\x17\x8d\x85\x4e\x51\x5e\xf7\x09\x52\x7f\xc8\xb1\x7b\xbd\xdc\x04\xfb\xf6\xff\x5e\x50\xd5\xa2\x4e\xb9\x5c\x3b\x5f\x76\x10\x90\x17\x00\x16\x8e\xca\x77\x7d\xfe\x64\xb9\xef\x23\x75\x22\xa8\x4d\x51\xf3\x85\x20\xe5\x78\xe6\xa7\xbf\xf2\x87\x9c\x25\xdc\x6c\x0e\x38\x7e\x34\x1b\xf8\xf4\x69\x58\x76\xb7\xdf\x81\xff\x0d\x00\x00\xff\xff\xd9\x9d\x8e\x5d\xad\x11\x00\x00") - -func nodeStartupShBytes() ([]byte, error) { - return bindataRead( - _nodeStartupSh, - "node-startup.sh", - ) -} - -func nodeStartupSh() (*asset, error) { - bytes, err := nodeStartupShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "node-startup.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "master-startup.sh": masterStartupSh, - "node-startup.sh": nodeStartupSh, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "master-startup.sh": {masterStartupSh, map[string]*bintree{}}, - "node-startup.sh": {nodeStartupSh, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/arm/v18/data/master-startup.sh b/pkg/arm/v18/data/master-startup.sh deleted file mode 100644 index 9644e8a52f..0000000000 --- a/pkg/arm/v18/data/master-startup.sh +++ /dev/null @@ -1,200 +0,0 @@ -#!/bin/bash -ex - -# For testing: log and drop all traffic that would route via the master ELB -# RESOURCEGROUP="your-resource-group" -# OS_FQDN="openshift.$RESOURCEGROUP.osadev.cloud" -# -# iptables -I INPUT -s $(dig +short "$OS_FQDN" | tail -1) -j LOG --log-prefix "KUBE FQDN DROP:" -# iptables -I INPUT -s $(dig +short "$OS_FQDN" | tail -1) -j DROP - -{{ if .Config.SecurityPatchPackages }} -logger -t master-startup.sh "installing red hat cdn configuration on $(hostname)" -cat >/var/lib/yum/client-cert.pem <<'EOF' -{{ CertAsBytes .Config.Certificates.PackageRepository.Cert | String }} -EOF -cat >/var/lib/yum/client-key.pem <<'EOF' -{{ PrivateKeyAsBytes .Config.Certificates.PackageRepository.Key | String }} -EOF - -logger -t master-startup.sh "installing ARO security updates [{{ StringsJoin .Config.SecurityPatchPackages ", " }}] on $(hostname)" -for attempt in {1..5}; do - yum install -y -q {{ StringsJoin .Config.SecurityPatchPackages " " }} && break - logger -t master-startup.sh "[attempt ${attempt}] ARO security updates installation failed" - if [[ ${attempt} -lt 5 ]]; then sleep 1; else exit 1; fi -done - -logger -t master-startup.sh "removing red hat cdn configuration on $(hostname)" -yum clean all -rm -rf /var/lib/yum/client-cert.pem /var/lib/yum/client-key.pem -{{end}} - -# create container pull secret -mkdir -p /var/lib/origin/.docker -cat >/var/lib/origin/.docker/config.json <<'EOF' -{{ .Derived.CombinedImagePullSecret .Config | String }} -EOF -ln -s /var/lib/origin/.docker /root/ - -# TODO: delete the following group creation after it is baked into our VM images -groupadd -f docker - -if ! grep /var/lib/docker /etc/fstab; then - systemctl stop docker-cleanup.timer - systemctl stop docker-cleanup.service - systemctl stop docker.service - mkfs.xfs -f /dev/disk/azure/resource-part1 - echo '/dev/disk/azure/resource-part1 /var/lib/docker xfs grpquota 0 0' >>/etc/fstab - mount /var/lib/docker - restorecon -R /var/lib/docker - cat >/etc/docker/daemon.json <<'EOF' -{ - "log-driver": "journald", - "disable-legacy-registry": true -} -EOF - systemctl start docker.service - systemctl start docker-cleanup.timer -fi - -docker pull {{ .Config.Images.Node }} &>/dev/null & - -if ! grep /var/lib/etcd /etc/fstab; then - mkfs.xfs /dev/disk/azure/scsi1/lun0 || true - echo '/dev/disk/azure/scsi1/lun0 /var/lib/etcd xfs defaults 0 0' >>/etc/fstab - mount /var/lib/etcd - restorecon -R /var/lib/etcd -fi - -# accepting 8443 for the admission controller -for dst in tcp,8443 tcp,8444; do - proto=${dst%%,*} - port=${dst##*,} - iptables -A OS_FIREWALL_ALLOW -p $proto -m state --state NEW -m $proto --dport $port -j ACCEPT -w -done - -iptables-save >/etc/sysconfig/iptables - -logger -t master-startup.sh "pulling {{ .Config.Images.Startup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.Startup }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.Startup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -# -# NOTE: In future, move that information outside of environment variables -# -set +x -export SASURI='{{ .Config.MasterStartupSASURI }}' -set -x - -# run the startup --init to bootstrap DNS setup -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup --init-network - -# restart network manager to pick up new host settings in the dhclient -/bin/systemctl restart NetworkManager -# set the /etc/resolv.conf -/etc/NetworkManager/dispatcher.d/99-origin-dns.sh -# restart dnsmasq to get the new settings in /etc/dnsmasq.conf -/bin/systemctl restart dnsmasq.service - -# when starting node waagent and network utilities goes into race condition. -# if waagent runs before dns is known to the node we end up with empty string -while [[ $(hostname -d) == "" ]]; do sleep 1; done - -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup -unset SASURI - -update-ca-trust - -# setting up geneva logging stack as soon as the configuration is laid out by -# the startup container, the closer this is to the startup container, the more -# logs from the startup process we will ship to geneva - -# these should run once a day only as per the docs -/usr/local/bin/azsecd config -s baseline -d P1D -/usr/local/bin/azsecd config -s software -d P1D -/usr/local/bin/azsecd config -s clamav -d P1D - -# enable and start logging stack services -systemctl unmask mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl enable mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl start mdsd.service azsecd.service azsecmond.service fluentd.service - -# Pin kubeconfigs to use local api-server -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/master/admin.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/master/openshift-master.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/node/node.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /etc/origin/node/sdn.kubeconfig -sed -i -re "s#( *server: ).*#\1https://$(hostname)#" /root/.kube/config - -{{- if ne $.BackupBlobName "" }} -logger -t master-startup.sh "starting recovery on $(hostname)" - -# step 1 get the backup -rm -Rf /var/lib/etcd/* -tempBackDir=/var/lib/etcd/backup -mkdir $tempBackDir - -logger -t master-startup.sh "pulling {{ .Config.Images.EtcdBackup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.EtcdBackup }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.EtcdBackup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -logger -t master-startup.sh "downloading backup" -docker run --rm --network host \ - -v /etc/origin/master:/etc/origin/master \ - -v /etc/origin/cloudprovider/:/_data/_out \ - -v $tempBackDir:/out:z \ - {{ .Config.Images.EtcdBackup }} etcdbackup \ - --blobName={{ .BackupBlobName }} \ - --destination=/out/backup.db \ - --action=download -logger -t master-startup.sh "backup downloaded" - -# step 2 restore -logger -t master-startup.sh "pulling {{ .Config.Images.MasterEtcd }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.MasterEtcd }} && break - logger -t master-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.MasterEtcd }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -logger -t master-startup.sh "restoring snapshot" -docker run --rm --network host \ - -v /etc/etcd:/etc/etcd \ - -v /var/lib/etcd:/var/lib/etcd:z \ - -e ETCDCTL_API="3" \ - {{ .Config.Images.MasterEtcd }} \ - etcdctl snapshot restore $tempBackDir/backup.db \ - --data-dir /var/lib/etcd/new \ - --name $(hostname) \ - --initial-cluster "master-000000=https://master-000000:2380,master-000001=https://master-000001:2380,master-000002=https://master-000002:2380" \ - --initial-cluster-token etcd-for-azure \ - --initial-advertise-peer-urls https://$(hostname):2380 - -mv /var/lib/etcd/new/* /var/lib/etcd/ -rm -rf /var/lib/etcd/new $tempBackDir -restorecon -Rv /var/lib/etcd -logger -t master-startup.sh "restore done" -{{- end }} - -tuned-adm profile openshift-control-plane - -# we also need openshift.local.volumes dir created before xfs quota code runs -mkdir -m 0750 -p /var/lib/origin/openshift.local.volumes - -# disabling rsyslog since we manage everything through journald -systemctl disable rsyslog.service -systemctl stop rsyslog.service - -# note: atomic-openshift-node crash loops until master is up -systemctl enable atomic-openshift-node.service -{{ if .Config.SecurityPatchPackages }} -logger -t master-startup.sh "scheduling $(hostname) reboot to complete ARO security updates" -shutdown --reboot +2 -{{else}} -systemctl start atomic-openshift-node.service || true -{{end}} diff --git a/pkg/arm/v18/data/node-startup.sh b/pkg/arm/v18/data/node-startup.sh deleted file mode 100644 index eae5de9336..0000000000 --- a/pkg/arm/v18/data/node-startup.sh +++ /dev/null @@ -1,124 +0,0 @@ -#!/bin/bash -ex - -{{ if .Config.SecurityPatchPackages }} -logger -t node-startup.sh "installing red hat cdn configuration on $(hostname)" -cat >/var/lib/yum/client-cert.pem <<'EOF' -{{ CertAsBytes .Config.Certificates.PackageRepository.Cert | String }} -EOF -cat >/var/lib/yum/client-key.pem <<'EOF' -{{ PrivateKeyAsBytes .Config.Certificates.PackageRepository.Key | String }} -EOF - -logger -t node-startup.sh "installing ARO security updates [{{ StringsJoin .Config.SecurityPatchPackages ", " }}] on $(hostname)" -for attempt in {1..5}; do - yum install -y -q {{ StringsJoin .Config.SecurityPatchPackages " " }} && break - logger -t node-startup.sh "[attempt ${attempt}] ARO security updates installation failed" - if [[ ${attempt} -lt 5 ]]; then sleep 1; else exit 1; fi -done - -logger -t node-startup.sh "removing red hat cdn configuration on $(hostname)" -yum clean all -rm -rf /var/lib/yum/client-cert.pem /var/lib/yum/client-key.pem -{{end}} - -# create container pull secret -mkdir -p /var/lib/origin/.docker -cat >/var/lib/origin/.docker/config.json <<'EOF' -{{ .Derived.CombinedImagePullSecret .Config | String }} -EOF -ln -s /var/lib/origin/.docker /root/ - -# TODO: delete the following group creation after it is baked into our VM images -groupadd -f docker - -if ! grep /var/lib/docker /etc/fstab; then - systemctl stop docker-cleanup.timer - systemctl stop docker-cleanup.service - systemctl stop docker.service - mkfs.xfs -f /dev/disk/azure/resource-part1 - echo '/dev/disk/azure/resource-part1 /var/lib/docker xfs grpquota 0 0' >>/etc/fstab - mount /var/lib/docker - restorecon -R /var/lib/docker -{{- if eq .Role "infra" }} - cat >/etc/docker/daemon.json <<'EOF' -{ - "log-driver": "journald", - "disable-legacy-registry": true -} -EOF -{{- end }} - systemctl start docker.service - systemctl start docker-cleanup.timer -fi - -docker pull {{ .Config.Images.Node }} &>/dev/null & - -logger -t node-startup.sh "pulling {{ .Config.Images.Startup }}" -for attempt in {1..5}; do - docker pull {{ .Config.Images.Startup }} && break - logger -t node-startup.sh "[attempt ${attempt}] docker pull {{ .Config.Images.Startup }} failed" - if [[ ${attempt} -lt 5 ]]; then sleep 60; else exit 1; fi -done - -# -# NOTE: In future, move that information outside of environment variables -# -set +x -export SASURI='{{ .Config.WorkerStartupSASURI }}' -set -x - -# run the startup --init to bootstrap DNS setup -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup --init-network - -# restart network manager to pick up new host settings in the dhclient -/bin/systemctl restart NetworkManager -# set the /etc/resolv.conf -/etc/NetworkManager/dispatcher.d/99-origin-dns.sh -# restart dnsmasq to get the new settings in /etc/dnsmasq.conf -/bin/systemctl restart dnsmasq.service - -# when starting node waagent and network utilities goes into race condition. -# if waagent runs before dns is known to the node we end up with empty string -while [[ $(hostname -d) == "" ]]; do sleep 1; done - -docker run --privileged --rm --network host -v /:/host:z -e SASURI {{ .Config.Images.Startup }} startup -unset SASURI - -update-ca-trust - -# setting up geneva logging stack as soon as the configuration is laid out by -# the startup container, the closer this is to the startup container, the more -# logs from the startup process we will ship to geneva - -# these should run once a day only as per the docs -/usr/local/bin/azsecd config -s baseline -d P1D -/usr/local/bin/azsecd config -s software -d P1D -/usr/local/bin/azsecd config -s clamav -d P1D - -# enable and start logging stack services -systemctl unmask mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl enable mdsd.service azsecd.service azsecmond.service fluentd.service -systemctl start mdsd.service azsecd.service azsecmond.service fluentd.service - - -{{- if eq .Role "infra" }} -tuned-adm profile openshift-control-plane -{{- else }} -tuned-adm profile openshift-node -{{- end }} - -# we also need openshift.local.volumes dir created before xfs quota code runs -mkdir -m 0750 -p /var/lib/origin/openshift.local.volumes - -# disabling rsyslog since we manage everything through journald -systemctl disable rsyslog.service -systemctl stop rsyslog.service - -# note: atomic-openshift-node crash loops until master is up -systemctl enable atomic-openshift-node.service -{{ if .Config.SecurityPatchPackages }} -logger -t node-startup.sh "scheduling $(hostname) reboot to complete ARO security updates" -shutdown --reboot +2 -{{else}} -systemctl start atomic-openshift-node.service || true -{{end}} diff --git a/pkg/arm/v18/derive.go b/pkg/arm/v18/derive.go deleted file mode 100644 index fb76af7460..0000000000 --- a/pkg/arm/v18/derive.go +++ /dev/null @@ -1,40 +0,0 @@ -package arm - -import ( - "encoding/json" - "strings" - - "github.com/openshift/openshift-azure/pkg/api" -) - -type derivedType struct{} - -var derived = &derivedType{} - -func (derivedType) MasterLBCNamePrefix(cs *api.OpenShiftManagedCluster) string { - return strings.Split(cs.Properties.FQDN, ".")[0] -} - -type DockerConfigJson struct { - Auths DockerConfig `json:"auths"` -} - -type DockerConfig map[string]DockerConfigEntry - -type DockerConfigEntry struct { - Auth string `json:"auth"` -} - -func (derivedType) CombinedImagePullSecret(cfg *api.Config) ([]byte, error) { - var config DockerConfigJson - err := json.Unmarshal(cfg.Images.ImagePullSecret, &config) - if err != nil { - return nil, err - } - err = json.Unmarshal(cfg.Images.GenevaImagePullSecret, &config) - if err != nil { - return nil, err - } - - return json.Marshal(config) -} diff --git a/pkg/arm/v18/derive_test.go b/pkg/arm/v18/derive_test.go deleted file mode 100644 index 78e81f6ad8..0000000000 --- a/pkg/arm/v18/derive_test.go +++ /dev/null @@ -1,37 +0,0 @@ -package arm - -import ( - "bytes" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/test/util/populate" -) - -func TestDerivedMasterLBCNamePrefix(t *testing.T) { - cs := api.OpenShiftManagedCluster{ - Properties: api.Properties{FQDN: "bar.baz"}, - } - if got := derived.MasterLBCNamePrefix(&cs); got != "bar" { - t.Errorf("derived.MasterLBCNamePrefix() = %v, want %v", got, "bar") - } -} - -func TestCombinedImagePullSecret(t *testing.T) { - cfg := api.Config{ - Images: api.ImageConfig{ - ImagePullSecret: populate.DummyImagePullSecret("registry.redhat.io"), - GenevaImagePullSecret: populate.DummyImagePullSecret("osarpint.azurecr.io"), - }, - } - expected := []byte("{\"auths\":{\"osarpint.azurecr.io\":{\"auth\":\"dGVzdDp0ZXN0Cg==\"},\"registry.redhat.io\":{\"auth\":\"dGVzdDp0ZXN0Cg==\"}}}") - - b, err := derived.CombinedImagePullSecret(&cfg) - if err != nil { - t.Errorf("derived.CombinedImagePullSecret() error %v", err) - } - if !bytes.Equal(expected, b) { - t.Errorf("derived.CombinedImagePullSecret(): got %q, expected %q", string(b), string(expected)) - } - -} diff --git a/pkg/arm/v18/resources.go b/pkg/arm/v18/resources.go deleted file mode 100644 index 5ba4c50edf..0000000000 --- a/pkg/arm/v18/resources.go +++ /dev/null @@ -1,711 +0,0 @@ -package arm - -import ( - "encoding/base64" - "fmt" - - "github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute" - "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2018-07-01/network" - "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2018-02-01/storage" - "github.com/Azure/go-autorest/autorest/to" - - "github.com/openshift/openshift-azure/pkg/api" - armconst "github.com/openshift/openshift-azure/pkg/arm/constants" - "github.com/openshift/openshift-azure/pkg/cluster/names" - "github.com/openshift/openshift-azure/pkg/util/resourceid" - "github.com/openshift/openshift-azure/pkg/util/template" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -var ( - // The versions referenced here must be kept in lockstep with the imports - // above. - versionMap = map[string]string{ - "Microsoft.Compute": "2018-10-01", - "Microsoft.Network": "2018-07-01", - "Microsoft.Storage": "2018-02-01", - } -) - -func (g *simpleGenerator) vnet() *network.VirtualNetwork { - vn := &network.VirtualNetwork{ - VirtualNetworkPropertiesFormat: &network.VirtualNetworkPropertiesFormat{ - AddressSpace: &network.AddressSpace{ - AddressPrefixes: &[]string{ - g.cs.Properties.NetworkProfile.VnetCIDR, - }, - }, - Subnets: &[]network.Subnet{ - { - SubnetPropertiesFormat: &network.SubnetPropertiesFormat{ - AddressPrefix: to.StringPtr(g.cs.Properties.AgentPoolProfiles[0].SubnetCIDR), - }, - Name: to.StringPtr(armconst.VnetSubnetName), - }, - }, - }, - Name: to.StringPtr(armconst.VnetName), - Type: to.StringPtr("Microsoft.Network/virtualNetworks"), - Location: to.StringPtr(g.cs.Location), - } - if g.cs.Properties.PrivateAPIServer { - *vn.VirtualNetworkPropertiesFormat.Subnets = append(*vn.VirtualNetworkPropertiesFormat.Subnets, network.Subnet{ - SubnetPropertiesFormat: &network.SubnetPropertiesFormat{ - AddressPrefix: g.cs.Properties.NetworkProfile.ManagementSubnetCIDR, - }, - Name: to.StringPtr(armconst.VnetManagementSubnetName), - }) - } - return vn -} - -func (g *simpleGenerator) ipAPIServer() *network.PublicIPAddress { - pipa := network.PublicIPAddress{ - Sku: &network.PublicIPAddressSku{ - Name: network.PublicIPAddressSkuNameStandard, - }, - PublicIPAddressPropertiesFormat: &network.PublicIPAddressPropertiesFormat{ - PublicIPAllocationMethod: network.Static, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - Name: to.StringPtr(armconst.IPAPIServerName), - Type: to.StringPtr("Microsoft.Network/publicIPAddresses"), - Location: to.StringPtr(g.cs.Location), - } - if !g.cs.Properties.PrivateAPIServer { - pipa.PublicIPAddressPropertiesFormat.DNSSettings = &network.PublicIPAddressDNSSettings{ - DomainNameLabel: to.StringPtr(derived.MasterLBCNamePrefix(g.cs)), - } - } - return &pipa -} - -func (g *simpleGenerator) ipOutbound() *network.PublicIPAddress { - return &network.PublicIPAddress{ - Sku: &network.PublicIPAddressSku{ - Name: network.PublicIPAddressSkuNameStandard, - }, - PublicIPAddressPropertiesFormat: &network.PublicIPAddressPropertiesFormat{ - PublicIPAllocationMethod: network.Static, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - Name: to.StringPtr(armconst.IPOutboundName), - Type: to.StringPtr("Microsoft.Network/publicIPAddresses"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) lbAPIServer() *network.LoadBalancer { - inRules := []network.LoadBalancingRule{ - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.LbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Probe: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/probes/" + armconst.LbAPIServerProbeName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(443), - BackendPort: to.Int32Ptr(443), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - }, - } - outRules := []network.OutboundRule{ - { - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - OutboundRulePropertiesFormat: &network.OutboundRulePropertiesFormat{ - FrontendIPConfigurations: &[]network.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.LbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Protocol: network.Protocol1All, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - }, - } - probes := []network.Probe{ - { - ProbePropertiesFormat: &network.ProbePropertiesFormat{ - Protocol: network.ProbeProtocolHTTPS, - Port: to.Int32Ptr(443), - IntervalInSeconds: to.Int32Ptr(5), - NumberOfProbes: to.Int32Ptr(2), - RequestPath: to.StringPtr("/healthz"), - }, - Name: to.StringPtr(armconst.LbAPIServerProbeName), - }, - } - - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Dynamic, - PublicIPAddress: &network.PublicIPAddress{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/publicIPAddresses", - armconst.IPAPIServerName, - )), - }, - }, - Name: to.StringPtr(armconst.LbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbAPIServerBackendPoolName), - }, - }, - InboundNatRules: &[]network.InboundNatRule{}, - InboundNatPools: &[]network.InboundNatPool{}, - OutboundRules: &[]network.OutboundRule{}, - }, - Name: to.StringPtr(armconst.LbAPIServerName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - - // In private cluster we are only using the lb for outbound connections - // so we don't have incomming rules and probes. - if g.cs.Properties.PrivateAPIServer { - lb.LoadBalancerPropertiesFormat.OutboundRules = &outRules - } else { - lb.LoadBalancerPropertiesFormat.Probes = &probes - lb.LoadBalancerPropertiesFormat.LoadBalancingRules = &inRules - } - - return lb -} - -func (g *simpleGenerator) ilbAPIServer() *network.LoadBalancer { - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Static, - PrivateIPAddress: &g.cs.Properties.FQDN, - Subnet: &network.Subnet{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/virtualNetworks", - armconst.VnetName, - ) + "/subnets/" + armconst.VnetSubnetName), - }, - }, - Name: to.StringPtr(armconst.IlbAPIServerFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbAPIServerBackendPoolName), - }, - }, - LoadBalancingRules: &[]network.LoadBalancingRule{ - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.IlbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Probe: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/probes/" + armconst.LbAPIServerProbeName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(443), - BackendPort: to.Int32Ptr(443), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbAPIServerLoadBalancingRuleName), - }, - { - LoadBalancingRulePropertiesFormat: &network.LoadBalancingRulePropertiesFormat{ - FrontendIPConfiguration: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/frontendIPConfigurations/" + armconst.IlbAPIServerFrontendConfigurationName), - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - Protocol: network.TransportProtocolTCP, - LoadDistribution: network.Default, - FrontendPort: to.Int32Ptr(22), - BackendPort: to.Int32Ptr(22), - IdleTimeoutInMinutes: to.Int32Ptr(15), - EnableFloatingIP: to.BoolPtr(false), - }, - Name: to.StringPtr(armconst.LbSSHLoadBalancingRuleName), - }, - }, - Probes: &[]network.Probe{ - { - ProbePropertiesFormat: &network.ProbePropertiesFormat{ - Protocol: network.ProbeProtocolTCP, - Port: to.Int32Ptr(443), - IntervalInSeconds: to.Int32Ptr(5), - NumberOfProbes: to.Int32Ptr(2), - }, - Name: to.StringPtr(armconst.LbAPIServerProbeName), - }, - }, - InboundNatRules: &[]network.InboundNatRule{}, - InboundNatPools: &[]network.InboundNatPool{}, - OutboundRules: &[]network.OutboundRule{}, - }, - Name: to.StringPtr(armconst.IlbAPIServerName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - return lb -} - -func (g *simpleGenerator) lbKubernetes() *network.LoadBalancer { - lb := &network.LoadBalancer{ - Sku: &network.LoadBalancerSku{ - Name: network.LoadBalancerSkuNameStandard, - }, - LoadBalancerPropertiesFormat: &network.LoadBalancerPropertiesFormat{ - FrontendIPConfigurations: &[]network.FrontendIPConfiguration{ - { - FrontendIPConfigurationPropertiesFormat: &network.FrontendIPConfigurationPropertiesFormat{ - PrivateIPAllocationMethod: network.Dynamic, - PublicIPAddress: &network.PublicIPAddress{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/publicIPAddresses", - armconst.IPOutboundName, - )), - }, - }, - Name: to.StringPtr(armconst.LbKubernetesOutboundFrontendConfigurationName), - }, - }, - BackendAddressPools: &[]network.BackendAddressPool{ - { - Name: to.StringPtr(armconst.LbKubernetesBackendPoolName), - }, - }, - OutboundRules: &[]network.OutboundRule{ - { - Name: to.StringPtr(armconst.LbKubernetesOutboundRuleName), - OutboundRulePropertiesFormat: &network.OutboundRulePropertiesFormat{ - FrontendIPConfigurations: &[]network.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/frontendIPConfigurations/" + armconst.LbKubernetesOutboundFrontendConfigurationName), - }, - }, - BackendAddressPool: &network.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - g.cs.Properties.AzProfile.SubscriptionID, - g.cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/backendAddressPools/" + armconst.LbKubernetesBackendPoolName), - }, - Protocol: network.Protocol1All, - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - }, - }, - }, - Name: to.StringPtr(armconst.LbKubernetesName), - Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: to.StringPtr(g.cs.Location), - } - - return lb -} - -func (g *simpleGenerator) storageAccount(name string, tags map[string]*string) *storage.Account { - return &storage.Account{ - Sku: &storage.Sku{ - Name: storage.StandardLRS, - }, - Kind: storage.Storage, - Name: to.StringPtr(name), - Type: to.StringPtr("Microsoft.Storage/storageAccounts"), - Location: to.StringPtr(g.cs.Location), - Tags: tags, - AccountProperties: &storage.AccountProperties{ - EnableHTTPSTrafficOnly: to.BoolPtr(true), - }, - } -} - -func (g *simpleGenerator) nsgMaster() *network.SecurityGroup { - return &network.SecurityGroup{ - SecurityGroupPropertiesFormat: &network.SecurityGroupPropertiesFormat{ - SecurityRules: &[]network.SecurityRule{ - { - SecurityRulePropertiesFormat: &network.SecurityRulePropertiesFormat{ - Description: to.StringPtr("Allow SSH traffic"), - Protocol: network.SecurityRuleProtocolTCP, - SourcePortRange: to.StringPtr("*"), - DestinationPortRange: to.StringPtr("22-22"), - SourceAddressPrefixes: to.StringSlicePtr(g.cs.Config.SSHSourceAddressPrefixes), - DestinationAddressPrefix: to.StringPtr("*"), - Access: network.SecurityRuleAccessAllow, - Priority: to.Int32Ptr(101), - Direction: network.SecurityRuleDirectionInbound, - }, - Name: to.StringPtr(armconst.NsgMasterAllowSSHRuleName), - }, - { - SecurityRulePropertiesFormat: &network.SecurityRulePropertiesFormat{ - Description: to.StringPtr("Allow HTTPS traffic"), - Protocol: network.SecurityRuleProtocolTCP, - SourcePortRange: to.StringPtr("*"), - DestinationPortRange: to.StringPtr("443-443"), - SourceAddressPrefixes: to.StringSlicePtr([]string{"0.0.0.0/0"}), - DestinationAddressPrefix: to.StringPtr("*"), - Access: network.SecurityRuleAccessAllow, - Priority: to.Int32Ptr(102), - Direction: network.SecurityRuleDirectionInbound, - }, - Name: to.StringPtr(armconst.NsgMasterAllowHTTPSRuleName), - }, - }, - }, - Name: to.StringPtr(armconst.NsgMasterName), - Type: to.StringPtr("Microsoft.Network/networkSecurityGroups"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) nsgWorker() *network.SecurityGroup { - return &network.SecurityGroup{ - SecurityGroupPropertiesFormat: &network.SecurityGroupPropertiesFormat{ - SecurityRules: &[]network.SecurityRule{}, - }, - Name: to.StringPtr(armconst.NsgWorkerName), - Type: to.StringPtr("Microsoft.Network/networkSecurityGroups"), - Location: to.StringPtr(g.cs.Location), - } -} - -func (g *simpleGenerator) Vmss(app *api.AgentPoolProfile, backupBlob, suffix string) (*compute.VirtualMachineScaleSet, error) { - return vmss(g.cs, app, backupBlob, suffix, g.testConfig) -} - -func vmss(cs *api.OpenShiftManagedCluster, app *api.AgentPoolProfile, backupBlob, suffix string, testConfig api.TestConfig) (*compute.VirtualMachineScaleSet, error) { - sshPublicKey, err := tls.SSHPublicKeyAsString(&cs.Config.SSHKey.PublicKey) - if err != nil { - return nil, err - } - - masterStartup, err := Asset("master-startup.sh") - if err != nil { - return nil, err - } - - nodeStartup, err := Asset("node-startup.sh") - if err != nil { - return nil, err - } - - var script string - if app.Role == api.AgentPoolProfileRoleMaster { - b, err := template.Template("master-startup.sh", string(masterStartup), nil, - struct { - Config *api.Config - BackupBlobName string - Derived *derivedType - }{ - Config: &cs.Config, - BackupBlobName: backupBlob, - Derived: derived, - }) - if err != nil { - return nil, err - } - script = base64.StdEncoding.EncodeToString(b) - } else { - b, err := template.Template("node-startup.sh", string(nodeStartup), nil, - struct { - Config *api.Config - Role api.AgentPoolProfileRole - Derived *derivedType - }{ - Config: &cs.Config, - Role: app.Role, - Derived: derived, - }) - if err != nil { - return nil, err - } - script = base64.StdEncoding.EncodeToString(b) - } - - vmss := &compute.VirtualMachineScaleSet{ - Sku: &compute.Sku{ - Name: to.StringPtr(string(app.VMSize)), - Tier: to.StringPtr("Standard"), - Capacity: to.Int64Ptr(app.Count), - }, - Plan: &compute.Plan{ - Name: to.StringPtr(cs.Config.ImageSKU), - Publisher: to.StringPtr(cs.Config.ImagePublisher), - Product: to.StringPtr(cs.Config.ImageOffer), - }, - VirtualMachineScaleSetProperties: &compute.VirtualMachineScaleSetProperties{ - UpgradePolicy: &compute.UpgradePolicy{ - AutomaticOSUpgradePolicy: &compute.AutomaticOSUpgradePolicy{ - DisableAutomaticRollback: to.BoolPtr(false), - }, - Mode: compute.Manual, - }, - VirtualMachineProfile: &compute.VirtualMachineScaleSetVMProfile{ - OsProfile: &compute.VirtualMachineScaleSetOSProfile{ - ComputerNamePrefix: to.StringPtr(names.GetHostnamePrefix(app, suffix)), - AdminUsername: to.StringPtr(armconst.VmssAdminUsername), - LinuxConfiguration: &compute.LinuxConfiguration{ - DisablePasswordAuthentication: to.BoolPtr(true), - SSH: &compute.SSHConfiguration{ - PublicKeys: &[]compute.SSHPublicKey{ - { - Path: to.StringPtr("/home/" + armconst.VmssAdminUsername + "/.ssh/authorized_keys"), - KeyData: to.StringPtr(sshPublicKey), - }, - }, - }, - }, - }, - StorageProfile: &compute.VirtualMachineScaleSetStorageProfile{ - ImageReference: &compute.ImageReference{ - Publisher: to.StringPtr(cs.Config.ImagePublisher), - Offer: to.StringPtr(cs.Config.ImageOffer), - Sku: to.StringPtr(cs.Config.ImageSKU), - Version: to.StringPtr(cs.Config.ImageVersion), - }, - OsDisk: &compute.VirtualMachineScaleSetOSDisk{ - Caching: compute.CachingTypesReadWrite, - CreateOption: compute.DiskCreateOptionTypesFromImage, - ManagedDisk: &compute.VirtualMachineScaleSetManagedDiskParameters{ - StorageAccountType: compute.StorageAccountTypesPremiumLRS, - }, - }, - }, - NetworkProfile: &compute.VirtualMachineScaleSetNetworkProfile{ - NetworkInterfaceConfigurations: &[]compute.VirtualMachineScaleSetNetworkConfiguration{ - { - Name: to.StringPtr(armconst.VmssNicName), - VirtualMachineScaleSetNetworkConfigurationProperties: &compute.VirtualMachineScaleSetNetworkConfigurationProperties{ - Primary: to.BoolPtr(true), - IPConfigurations: &[]compute.VirtualMachineScaleSetIPConfiguration{ - { - Name: to.StringPtr(armconst.VmssIPConfigurationName), - VirtualMachineScaleSetIPConfigurationProperties: &compute.VirtualMachineScaleSetIPConfigurationProperties{ - Subnet: &compute.APIEntityReference{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/virtualNetworks", - armconst.VnetName, - ) + "/subnets/" + armconst.VnetSubnetName), - }, - Primary: to.BoolPtr(true), - }, - }, - }, - EnableIPForwarding: to.BoolPtr(true), - }, - }, - }, - }, - DiagnosticsProfile: &compute.DiagnosticsProfile{ - BootDiagnostics: &compute.BootDiagnostics{ - Enabled: to.BoolPtr(true), - StorageURI: to.StringPtr(fmt.Sprintf("https://%s.blob.core.windows.net", cs.Config.ConfigStorageAccount)), - }, - }, - ExtensionProfile: &compute.VirtualMachineScaleSetExtensionProfile{ - Extensions: &[]compute.VirtualMachineScaleSetExtension{ - { - Name: to.StringPtr(armconst.VmssCSEName), - VirtualMachineScaleSetExtensionProperties: &compute.VirtualMachineScaleSetExtensionProperties{ - Publisher: to.StringPtr("Microsoft.Azure.Extensions"), - Type: to.StringPtr("CustomScript"), - TypeHandlerVersion: to.StringPtr("2.0"), - AutoUpgradeMinorVersion: to.BoolPtr(true), - Settings: map[string]interface{}{}, - ProtectedSettings: map[string]interface{}{ - "script": script, - }, - }, - }, - }, - }, - }, - SinglePlacementGroup: to.BoolPtr(false), - Overprovision: to.BoolPtr(false), - }, - Name: to.StringPtr(names.GetScalesetName(app, suffix)), - Type: to.StringPtr("Microsoft.Compute/virtualMachineScaleSets"), - Location: to.StringPtr(cs.Location), - } - - if app.Role == api.AgentPoolProfileRoleMaster { - vmss.VirtualMachineProfile.StorageProfile.DataDisks = &[]compute.VirtualMachineScaleSetDataDisk{ - { - Lun: to.Int32Ptr(0), - Caching: compute.CachingTypesReadOnly, - CreateOption: compute.DiskCreateOptionTypesEmpty, - DiskSizeGB: to.Int32Ptr(256), - }, - } - - if !cs.Properties.PrivateAPIServer { - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].PublicIPAddressConfiguration = &compute.VirtualMachineScaleSetPublicIPAddressConfiguration{ - Name: to.StringPtr(armconst.VmssNicPublicIPConfigurationName), - VirtualMachineScaleSetPublicIPAddressConfigurationProperties: &compute.VirtualMachineScaleSetPublicIPAddressConfigurationProperties{ - IdleTimeoutInMinutes: to.Int32Ptr(15), - }, - } - } - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &[]compute.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - } - if cs.Properties.PrivateAPIServer { - pool := *(*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools - pool = append(pool, compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.IlbAPIServerName, - ) + "/backendAddressPools/" + armconst.LbAPIServerBackendPoolName), - }, - ) - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &pool - } - (*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.NetworkSecurityGroup = &compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/networkSecurityGroups", - armconst.NsgMasterName, - )), - } - } else { - (*(*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.IPConfigurations)[0].LoadBalancerBackendAddressPools = &[]compute.SubResource{ - { - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/loadBalancers", - armconst.LbKubernetesName, - ) + "/backendAddressPools/" + armconst.LbKubernetesBackendPoolName), - }, - } - (*vmss.VirtualMachineProfile.NetworkProfile.NetworkInterfaceConfigurations)[0].VirtualMachineScaleSetNetworkConfigurationProperties.NetworkSecurityGroup = &compute.SubResource{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - cs.Properties.AzProfile.ResourceGroup, - "Microsoft.Network/networkSecurityGroups", - armconst.NsgWorkerName, - )), - } - } - - if testConfig.ImageResourceName != "" { - vmss.Plan = nil - vmss.VirtualMachineScaleSetProperties.VirtualMachineProfile.StorageProfile.ImageReference = &compute.ImageReference{ - ID: to.StringPtr(resourceid.ResourceID( - cs.Properties.AzProfile.SubscriptionID, - testConfig.ImageResourceGroup, - "Microsoft.Compute/images", - testConfig.ImageResourceName, - )), - } - } - - return vmss, nil -} diff --git a/pkg/config/v14/generate.go b/pkg/config/v14/generate.go deleted file mode 100644 index 6725305d01..0000000000 --- a/pkg/config/v14/generate.go +++ /dev/null @@ -1,521 +0,0 @@ -package config - -import ( - "crypto/rsa" - "crypto/x509" - "crypto/x509/pkix" - "fmt" - "net" - - uuid "github.com/satori/go.uuid" - v1 "k8s.io/client-go/tools/clientcmd/api/v1" - - api "github.com/openshift/openshift-azure/pkg/api" - pluginapi "github.com/openshift/openshift-azure/pkg/api/plugin" - "github.com/openshift/openshift-azure/pkg/util/enrich" - "github.com/openshift/openshift-azure/pkg/util/kubeconfig" - "github.com/openshift/openshift-azure/pkg/util/random" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -func (g *simpleGenerator) Generate(template *pluginapi.Config, setVersionFields bool) (err error) { - config, err := pluginapi.ToInternal(template, &g.cs.Config, setVersionFields) - if err != nil { - return err - } - - if g.cs.Properties.PrivateAPIServer && (g.cs.Properties.FQDN == "" || g.cs.Properties.PublicHostname == "") { - err := enrich.PrivateAPIServerIPAddress(g.cs) - if err != nil { - return err - } - } - - g.cs.Config = *config - c := &g.cs.Config - - // Generate CAs - cas := []struct { - cn string - key **rsa.PrivateKey - cert **x509.Certificate - }{ - { - cn: "etcd-signer", - key: &c.Certificates.EtcdCa.Key, - cert: &c.Certificates.EtcdCa.Cert, - }, - { - cn: "openshift-signer", - key: &c.Certificates.Ca.Key, - cert: &c.Certificates.Ca.Cert, - }, - { - cn: "openshift-frontproxy-signer", - key: &c.Certificates.FrontProxyCa.Key, - cert: &c.Certificates.FrontProxyCa.Cert, - }, - { - cn: "openshift-service-serving-signer", - key: &c.Certificates.ServiceSigningCa.Key, - cert: &c.Certificates.ServiceSigningCa.Cert, - }, - { - cn: "service-catalog-signer", - key: &c.Certificates.ServiceCatalogCa.Key, - cert: &c.Certificates.ServiceCatalogCa.Cert, - }, - } - for _, ca := range cas { - if *ca.key != nil && *ca.cert != nil { - continue - } - if *ca.key, *ca.cert, err = tls.NewCA(ca.cn); err != nil { - return - } - } - - masterParams := tls.CertParams{ - Subject: pkix.Name{ - CommonName: g.cs.Properties.FQDN, - }, - DNSNames: []string{ - "master-000000", - "master-000001", - "master-000002", - "kubernetes", - "kubernetes.default", - "kubernetes.default.svc", - "kubernetes.default.svc.cluster.local", - }, - IPAddresses: []net.IP{ - net.ParseIP("172.30.0.1"), - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - } - if g.cs.Properties.PrivateAPIServer { - masterParams.IPAddresses = append(masterParams.IPAddresses, net.ParseIP(g.cs.Properties.FQDN)) - } else { - masterParams.DNSNames = append(masterParams.DNSNames, g.cs.Properties.FQDN) - } - - certs := []struct { - params tls.CertParams - key **rsa.PrivateKey - cert **x509.Certificate - }{ - // Generate etcd certs - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-server", - }, - DNSNames: []string{"master-000000", "master-000001", "master-000002"}, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdServer.Key, - cert: &c.Certificates.EtcdServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-peer", - }, - DNSNames: []string{"master-000000", "master-000001", "master-000002"}, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdPeer.Key, - cert: &c.Certificates.EtcdPeer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-client", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdClient.Key, - cert: &c.Certificates.EtcdClient.Cert, - }, - // Generate openshift master certs - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:admin", - Organization: []string{"system:cluster-admins", "system:masters"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.Admin.Key, - cert: &c.Certificates.Admin.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aggregator-front-proxy", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.FrontProxyCa.Key, - SigningCert: c.Certificates.FrontProxyCa.Cert, - }, - key: &c.Certificates.AggregatorFrontProxy.Key, - cert: &c.Certificates.AggregatorFrontProxy.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{CommonName: "system:openshift-node-admin", - Organization: []string{"system:node-admins"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.MasterKubeletClient.Key, - cert: &c.Certificates.MasterKubeletClient.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:master-proxy", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.MasterProxyClient.Key, - cert: &c.Certificates.MasterProxyClient.Cert, - }, - { - params: masterParams, - key: &c.Certificates.MasterServer.Key, - cert: &c.Certificates.MasterServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{CommonName: "system:openshift-master", - Organization: []string{"system:masters"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.OpenShiftMaster.Key, - cert: &c.Certificates.OpenShiftMaster.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "apiserver.kube-service-catalog.svc", - }, - DNSNames: []string{ - "apiserver.kube-service-catalog.svc", - "apiserver.kube-service-catalog.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - SigningKey: c.Certificates.ServiceCatalogCa.Key, - SigningCert: c.Certificates.ServiceCatalogCa.Cert, - }, - key: &c.Certificates.ServiceCatalogServer.Key, - cert: &c.Certificates.ServiceCatalogServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aro-admission-controller.kube-system.svc", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.AroAdmissionController.Key, - cert: &c.Certificates.AroAdmissionController.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aro-admission-controller-client", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.AroAdmissionControllerClient.Key, - cert: &c.Certificates.AroAdmissionControllerClient.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-infra:node-bootstrapper", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.NodeBootstrap.Key, - cert: &c.Certificates.NodeBootstrap.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-sdn:sdn", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.SDN.Key, - cert: &c.Certificates.SDN.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-azure:blackboxmonitor", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.BlackBoxMonitor.Key, - cert: &c.Certificates.BlackBoxMonitor.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "docker-registry.default.svc", - }, - DNSNames: []string{ - "docker-registry.default.svc", - "docker-registry.default.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.Registry.Key, - cert: &c.Certificates.Registry.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "registry-console.default.svc", - }, - DNSNames: []string{ - "registry-console.default.svc", - "registry-console.default.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.RegistryConsole.Key, - cert: &c.Certificates.RegistryConsole.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "metrics-server.openshift-monitoring.svc", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.MetricsServer.Key, - cert: &c.Certificates.MetricsServer.Cert, - }, - } - for _, cert := range certs { - if cert.params.SigningKey == nil && cert.params.SigningCert == nil { - cert.params.SigningKey, cert.params.SigningCert = c.Certificates.Ca.Key, c.Certificates.Ca.Cert - } - if !tls.CertMatchesParams(*cert.key, *cert.cert, &cert.params) { - if *cert.key, *cert.cert, err = tls.NewCert(&cert.params); err != nil { - return - } - } - } - - secrets := []struct { - secret *[]byte - n int - }{ - { - secret: &c.SessionSecretAuth, - n: 24, - }, - { - secret: &c.SessionSecretEnc, - n: 24, - }, - { - secret: &c.RegistryHTTPSecret, - }, - { - secret: &c.AlertManagerProxySessionSecret, - }, - { - secret: &c.AlertsProxySessionSecret, - }, - { - secret: &c.PrometheusProxySessionSecret, - }, - } - for _, s := range secrets { - if len(*s.secret) != 0 { - continue - } - if s.n == 0 { - s.n = 32 - } - if *s.secret, err = random.Bytes(s.n); err != nil { - return - } - } - - kubeconfigs := []struct { - clientKey *rsa.PrivateKey - clientCert *x509.Certificate - endpoint string - username string - namespace string - kubeconfig **v1.Config - }{ - { - clientKey: c.Certificates.OpenShiftMaster.Key, - clientCert: c.Certificates.OpenShiftMaster.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:openshift-master", - kubeconfig: &c.MasterKubeconfig, - }, - { - clientKey: c.Certificates.Admin.Key, - clientCert: c.Certificates.Admin.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:admin", - kubeconfig: &c.AdminKubeconfig, - }, - { - clientKey: c.Certificates.NodeBootstrap.Key, - clientCert: c.Certificates.NodeBootstrap.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-infra:node-bootstrapper", - kubeconfig: &c.NodeBootstrapKubeconfig, - namespace: "openshift-infra", - }, - { - clientKey: c.Certificates.SDN.Key, - clientCert: c.Certificates.SDN.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-sdn:sdn", - kubeconfig: &c.SDNKubeconfig, - namespace: "openshift-sdn", - }, - { - clientKey: c.Certificates.BlackBoxMonitor.Key, - clientCert: c.Certificates.BlackBoxMonitor.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-azure:blackboxmonitor", - kubeconfig: &c.BlackBoxMonitorKubeconfig, - namespace: "openshift-azure", - }, - } - for _, kc := range kubeconfigs { - if kc.namespace == "" { - kc.namespace = "default" - } - if *kc.kubeconfig, err = kubeconfig.Make(kc.clientKey, kc.clientCert, c.Certificates.Ca.Cert, kc.endpoint, kc.username, kc.namespace); err != nil { - return - } - } - - if c.ServiceAccountKey == nil { - if c.ServiceAccountKey, err = tls.NewPrivateKey(); err != nil { - return - } - } - - if c.SSHKey == nil { - if c.SSHKey, err = tls.NewPrivateKey(); err != nil { - return - } - } - - if len(c.RegistryStorageAccount) == 0 { - if c.RegistryStorageAccount, err = random.StorageAccountName("sareg"); err != nil { - return - } - } - - if len(c.AzureFileStorageAccount) == 0 { - if c.AzureFileStorageAccount, err = random.StorageAccountName("safil"); err != nil { - return - } - } - - if len(c.ConfigStorageAccount) == 0 { - if c.ConfigStorageAccount, err = random.StorageAccountName("sacfg"); err != nil { - return - } - } - - if len(c.RegistryConsoleOAuthSecret) == 0 { - var pass string - if pass, err = random.AlphanumericString(64); err != nil { - return err - } - c.RegistryConsoleOAuthSecret = fmt.Sprintf("user%s", pass) - } - - if len(c.ConsoleOAuthSecret) == 0 { - if c.ConsoleOAuthSecret, err = random.AlphanumericString(64); err != nil { - return err - } - } - - if len(c.RouterStatsPassword) == 0 { - if c.RouterStatsPassword, err = random.AlphanumericString(10); err != nil { - return - } - } - - if len(c.EtcdMetricsPassword) == 0 { - if c.EtcdMetricsPassword, err = random.AlphanumericString(10); err != nil { - return - } - } - if len(c.EtcdMetricsUsername) == 0 { - if c.EtcdMetricsUsername, err = random.AlphanumericString(10); err != nil { - return - } - } - - if uuid.Equal(c.ServiceCatalogClusterID, uuid.Nil) { - c.ServiceCatalogClusterID = uuid.NewV4() - } - - return -} - -// InvalidateCertificates removes some certificates from an OpenShiftManagedCluster.Config -func (g *simpleGenerator) InvalidateCertificates() (err error) { - g.cs.Config.Certificates.EtcdCa = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdClient = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdServer = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdPeer = api.CertKeyPair{} - - g.cs.Config.Certificates.MasterProxyClient = api.CertKeyPair{} - g.cs.Config.Certificates.MasterServer = api.CertKeyPair{} - g.cs.Config.Certificates.AggregatorFrontProxy = api.CertKeyPair{} - - return nil -} - -// InvalidateSecrets removes some secrets from an OpenShiftManagedCluster.Config -func (g *simpleGenerator) InvalidateSecrets() (err error) { - g.cs.Config.SSHKey = nil - - g.cs.Config.Certificates.GenevaLogging = api.CertKeyPair{} - g.cs.Config.Certificates.GenevaMetrics = api.CertKeyPair{} - g.cs.Config.Certificates.PackageRepository = api.CertKeyPair{} - - g.cs.Config.Images.GenevaImagePullSecret = nil - g.cs.Config.Images.ImagePullSecret = nil - - g.cs.Config.SessionSecretAuth = nil - g.cs.Config.SessionSecretEnc = nil - - g.cs.Config.RegistryHTTPSecret = nil - g.cs.Config.PrometheusProxySessionSecret = nil - g.cs.Config.AlertManagerProxySessionSecret = nil - g.cs.Config.AlertsProxySessionSecret = nil - g.cs.Config.RegistryConsoleOAuthSecret = "" - g.cs.Config.ConsoleOAuthSecret = "" - g.cs.Config.RouterStatsPassword = "" - g.cs.Config.EtcdMetricsPassword = "" - g.cs.Config.EtcdMetricsUsername = "" - - return -} diff --git a/pkg/config/v14/generate_test.go b/pkg/config/v14/generate_test.go deleted file mode 100644 index fbddf8d8d1..0000000000 --- a/pkg/config/v14/generate_test.go +++ /dev/null @@ -1,219 +0,0 @@ -package config - -import ( - "bytes" - "reflect" - "testing" - - uuid "github.com/satori/go.uuid" - - "github.com/openshift/openshift-azure/pkg/api" - pluginapi "github.com/openshift/openshift-azure/pkg/api/plugin" - "github.com/openshift/openshift-azure/pkg/util/cmp" - "github.com/openshift/openshift-azure/test/util/populate" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestGenerate(t *testing.T) { - cs := &api.OpenShiftManagedCluster{ - Config: api.Config{ - PluginVersion: "Versions.key", - }, - Properties: api.Properties{ - OpenShiftVersion: "v3.11", - RouterProfiles: []api.RouterProfile{ - {}, - }, - }, - } - - prepare := func(v reflect.Value) {} - var template *pluginapi.Config - populate.Walk(&template, prepare) - - cg := simpleGenerator{cs: cs} - err := cg.Generate(template, true) - if err != nil { - t.Fatal(err) - } - - testRequiredFields(cs, t) -} - -func testRequiredFields(cs *api.OpenShiftManagedCluster, t *testing.T) { - assert := func(c bool, name string) { - if !c { - t.Errorf("missing %s", name) - } - } - assertCert := func(c api.CertKeyPair, name string) { - assert(c.Key != nil, name+" key") - assert(c.Cert != nil, name+" cert") - } - - c := cs.Config - - assert(c.ImagePublisher != "", "image publisher") - assert(c.ImageOffer != "", "image offer") - assert(c.ImageVersion != "", "image version") - - assert(c.Images.Format != "", "image config format") - assert(c.Images.ControlPlane != "", "control plane image") - assert(c.Images.Node != "", "node image") - assert(c.Images.ServiceCatalog != "", "service catalog image") - assert(c.Images.AnsibleServiceBroker != "", "ansible service broker image") - assert(c.Images.TemplateServiceBroker != "", "template service broker image") - assert(c.Images.TLSProxy != "", "tlsProxy image") - assert(c.Images.Registry != "", "registry image") - assert(c.Images.Router != "", "router image") - assert(c.Images.WebConsole != "", "web console image") - assert(c.Images.Console != "", "console image") - assert(c.Images.MasterEtcd != "", "master etcd image") - assert(c.Images.RegistryConsole != "", "registry console image") - assert(c.Images.Sync != "", "sync image") - assert(c.Images.Startup != "", "startup image") - assert(c.Images.EtcdBackup != "", "etcdbackup image") - assert(c.Images.Httpd != "", "httpd image") - assert(c.Images.Canary != "", "canary image") - assert(c.Images.AroAdmissionController != "", "aro admission controller image") - assert(c.Images.ClusterMonitoringOperator != "", "cluster monitoring operator image") - assert(c.Images.PrometheusOperator != "", "cluster monitoring operator image") - assert(c.Images.PrometheusConfigReloader != "", "prometheus config reloader image") - assert(c.Images.ConfigReloader != "", "config reloader image") - assert(c.Images.Prometheus != "", "prometheus image") - assert(c.Images.AlertManager != "", "alertmanager image") - assert(c.Images.NodeExporter != "", "node exporter image") - assert(c.Images.Grafana != "", "grafana image") - assert(c.Images.KubeStateMetrics != "", "kube state metrics image") - assert(c.Images.KubeRbacProxy != "", "kube rbac proxy image") - assert(c.Images.OAuthProxy != "", "oauth proxy image") - assert(c.Images.GenevaLogging != "", "azure logging image") - assert(c.Images.GenevaTDAgent != "", "azure TDAgent image") - assert(c.Images.MetricsBridge != "", "metrics-bridge image") - assert(c.Images.MetricsServer != "", "metrics-server image") - - assert(c.ServiceAccountKey != nil, "service account key") - - assert(c.SSHKey != nil, "ssh key") - - assert(len(c.RegistryStorageAccount) != 0, "registry storage account") - assert(len(c.RegistryConsoleOAuthSecret) != 0, "registry console oauth secret") - assert(len(c.RouterStatsPassword) != 0, "router stats password") - assert(len(c.EtcdMetricsPassword) != 0, "etcd metrics password") - assert(len(c.EtcdMetricsUsername) != 0, "etcd metrics username") - - assert(c.ServiceCatalogClusterID != uuid.Nil, "service catalog cluster id") - - assertCert(c.Certificates.EtcdCa, "EtcdCa") - assertCert(c.Certificates.Ca, "Ca") - assertCert(c.Certificates.FrontProxyCa, "FrontProxyCa") - assertCert(c.Certificates.ServiceSigningCa, "ServiceSigningCa") - assertCert(c.Certificates.ServiceCatalogCa, "ServiceCatalogCa") - assertCert(c.Certificates.EtcdServer, "EtcdServer") - assertCert(c.Certificates.EtcdPeer, "EtcdPeer") - assertCert(c.Certificates.EtcdClient, "EtcdClient") - assertCert(c.Certificates.MasterServer, "MasterServer") - assertCert(c.Certificates.Admin, "Admin") - assertCert(c.Certificates.AggregatorFrontProxy, "AggregatorFrontProxy") - assertCert(c.Certificates.MasterKubeletClient, "MasterKubeletClient") - assertCert(c.Certificates.MasterProxyClient, "MasterProxyClient") - assertCert(c.Certificates.OpenShiftMaster, "OpenShiftMaster") - assertCert(c.Certificates.NodeBootstrap, "NodeBootstrap") - assertCert(c.Certificates.SDN, "SDN") - assertCert(c.Certificates.Registry, "Registry") - assertCert(c.Certificates.RegistryConsole, "RegistryConsole") - assertCert(c.Certificates.ServiceCatalogServer, "ServiceCatalogServer") - assertCert(c.Certificates.AroAdmissionController, "AroAdmissionController") - assertCert(c.Certificates.BlackBoxMonitor, "BlackBoxMonitor") - - assert(len(c.SessionSecretAuth) != 0, "SessionSecretAuth") - assert(len(c.SessionSecretEnc) != 0, "SessionSecretEnc") - assert(len(c.RegistryHTTPSecret) != 0, "RegistryHTTPSecret") - assert(len(c.AlertManagerProxySessionSecret) != 0, "AlertManagerProxySessionSecret") - assert(len(c.AlertsProxySessionSecret) != 0, "AlertsProxySessionSecret") - assert(len(c.PrometheusProxySessionSecret) != 0, "PrometheusProxySessionSecret") - - assert(c.MasterKubeconfig != nil, "MasterKubeconfig") - assert(c.AdminKubeconfig != nil, "AdminKubeconfig") - assert(c.NodeBootstrapKubeconfig != nil, "NodeBootstrapKubeconfig") - assert(c.SDNKubeconfig != nil, "SDNKubeconfig") - assert(c.BlackBoxMonitorKubeconfig != nil, "BlackBoxMonitorKubeconfig") -} - -func TestInvalidateSecrets(t *testing.T) { - assert := func(c bool, name string) { - if !c { - t.Errorf("%s same", name) - } - } - - cs := &api.OpenShiftManagedCluster{} - pluginConfig := &pluginapi.Config{} - - g := simpleGenerator{cs: cs} - err := g.Generate(pluginConfig, false) - if err != nil { - t.Error(err) - } - - saved := cs.DeepCopy() - - err = g.InvalidateSecrets() - if err != nil { - t.Error(err) - } - - pluginConfig.GenevaImagePullSecret = []byte("genevaImagePullSecret") - pluginConfig.ImagePullSecret = []byte("imagePullSecret") - pluginConfig.Certificates.GenevaLogging.Cert = tls.DummyCertificate - pluginConfig.Certificates.GenevaMetrics.Cert = tls.DummyCertificate - pluginConfig.Certificates.PackageRepository.Cert = tls.DummyCertificate - - err = g.Generate(pluginConfig, false) - if err != nil { - t.Error(err) - } - - // compare fields that are expected to be different - assert(!reflect.DeepEqual(cs.Config.SSHKey, saved.Config.SSHKey), "sshKey") - assert(!reflect.DeepEqual(cs.Config.Certificates.GenevaLogging, saved.Config.Certificates.GenevaLogging), "certificates.genevaLogging") - assert(!reflect.DeepEqual(cs.Config.Certificates.GenevaMetrics, saved.Config.Certificates.GenevaMetrics), "certificates.genevaMetrics") - assert(!reflect.DeepEqual(cs.Config.Certificates.PackageRepository, saved.Config.Certificates.PackageRepository), "certificates.packageRepository") - assert(!bytes.Equal(cs.Config.Images.GenevaImagePullSecret, saved.Config.Images.GenevaImagePullSecret), "images.genevaImagePullSecret") - assert(!bytes.Equal(cs.Config.Images.ImagePullSecret, saved.Config.Images.ImagePullSecret), "images.imagePullSecret") - assert(!bytes.Equal(cs.Config.SessionSecretAuth, saved.Config.SessionSecretAuth), "sessionSecretAuth") - assert(!bytes.Equal(cs.Config.SessionSecretEnc, saved.Config.SessionSecretEnc), "sessionSecreteEnc") - assert(!bytes.Equal(cs.Config.RegistryHTTPSecret, saved.Config.RegistryHTTPSecret), "registryHTTPSecret") - assert(!bytes.Equal(cs.Config.PrometheusProxySessionSecret, saved.Config.PrometheusProxySessionSecret), "prometheusProxySessionSecret") - assert(!bytes.Equal(cs.Config.AlertManagerProxySessionSecret, saved.Config.AlertManagerProxySessionSecret), "alertManagerProxySessionSecret") - assert(!bytes.Equal(cs.Config.AlertsProxySessionSecret, saved.Config.AlertsProxySessionSecret), "alertsProxySessionSecret") - assert(cs.Config.RegistryConsoleOAuthSecret != saved.Config.RegistryConsoleOAuthSecret, "registryConsoleOAuthSecret") - assert(cs.Config.ConsoleOAuthSecret != saved.Config.ConsoleOAuthSecret, "consoleOAuthSecret") - assert(cs.Config.RouterStatsPassword != saved.Config.RouterStatsPassword, "routerStatsPassword") - assert(cs.Config.EtcdMetricsPassword != saved.Config.EtcdMetricsPassword, "etcdMetricsPassword") - assert(cs.Config.EtcdMetricsUsername != saved.Config.EtcdMetricsUsername, "etcdMetricsUsername") - - // assign saved values back to those changed in cs - cs.Config.SSHKey = saved.Config.SSHKey - cs.Config.Certificates.GenevaLogging = saved.Config.Certificates.GenevaLogging - cs.Config.Certificates.GenevaMetrics = saved.Config.Certificates.GenevaMetrics - cs.Config.Certificates.PackageRepository = saved.Config.Certificates.PackageRepository - cs.Config.Images.GenevaImagePullSecret = saved.Config.Images.GenevaImagePullSecret - cs.Config.Images.ImagePullSecret = saved.Config.Images.ImagePullSecret - cs.Config.SessionSecretAuth = saved.Config.SessionSecretAuth - cs.Config.SessionSecretEnc = saved.Config.SessionSecretEnc - cs.Config.RegistryHTTPSecret = saved.Config.RegistryHTTPSecret - cs.Config.PrometheusProxySessionSecret = saved.Config.PrometheusProxySessionSecret - cs.Config.AlertManagerProxySessionSecret = saved.Config.AlertManagerProxySessionSecret - cs.Config.AlertsProxySessionSecret = saved.Config.AlertsProxySessionSecret - cs.Config.RegistryConsoleOAuthSecret = saved.Config.RegistryConsoleOAuthSecret - cs.Config.ConsoleOAuthSecret = saved.Config.ConsoleOAuthSecret - cs.Config.RouterStatsPassword = saved.Config.RouterStatsPassword - cs.Config.EtcdMetricsPassword = saved.Config.EtcdMetricsPassword - cs.Config.EtcdMetricsUsername = saved.Config.EtcdMetricsUsername - - // compare certs from saved and cs - if !reflect.DeepEqual(cs, saved) { - t.Errorf("expected saved and cs config blobs to be equal: %s", cmp.Diff(cs, saved)) - } -} diff --git a/pkg/config/v14/types.go b/pkg/config/v14/types.go deleted file mode 100644 index 54224c7c2d..0000000000 --- a/pkg/config/v14/types.go +++ /dev/null @@ -1,13 +0,0 @@ -package config - -import ( - "github.com/openshift/openshift-azure/pkg/api" -) - -type simpleGenerator struct { - cs *api.OpenShiftManagedCluster -} - -func New(cs *api.OpenShiftManagedCluster) *simpleGenerator { - return &simpleGenerator{cs: cs} -} diff --git a/pkg/config/v18/generate.go b/pkg/config/v18/generate.go deleted file mode 100644 index 6725305d01..0000000000 --- a/pkg/config/v18/generate.go +++ /dev/null @@ -1,521 +0,0 @@ -package config - -import ( - "crypto/rsa" - "crypto/x509" - "crypto/x509/pkix" - "fmt" - "net" - - uuid "github.com/satori/go.uuid" - v1 "k8s.io/client-go/tools/clientcmd/api/v1" - - api "github.com/openshift/openshift-azure/pkg/api" - pluginapi "github.com/openshift/openshift-azure/pkg/api/plugin" - "github.com/openshift/openshift-azure/pkg/util/enrich" - "github.com/openshift/openshift-azure/pkg/util/kubeconfig" - "github.com/openshift/openshift-azure/pkg/util/random" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -func (g *simpleGenerator) Generate(template *pluginapi.Config, setVersionFields bool) (err error) { - config, err := pluginapi.ToInternal(template, &g.cs.Config, setVersionFields) - if err != nil { - return err - } - - if g.cs.Properties.PrivateAPIServer && (g.cs.Properties.FQDN == "" || g.cs.Properties.PublicHostname == "") { - err := enrich.PrivateAPIServerIPAddress(g.cs) - if err != nil { - return err - } - } - - g.cs.Config = *config - c := &g.cs.Config - - // Generate CAs - cas := []struct { - cn string - key **rsa.PrivateKey - cert **x509.Certificate - }{ - { - cn: "etcd-signer", - key: &c.Certificates.EtcdCa.Key, - cert: &c.Certificates.EtcdCa.Cert, - }, - { - cn: "openshift-signer", - key: &c.Certificates.Ca.Key, - cert: &c.Certificates.Ca.Cert, - }, - { - cn: "openshift-frontproxy-signer", - key: &c.Certificates.FrontProxyCa.Key, - cert: &c.Certificates.FrontProxyCa.Cert, - }, - { - cn: "openshift-service-serving-signer", - key: &c.Certificates.ServiceSigningCa.Key, - cert: &c.Certificates.ServiceSigningCa.Cert, - }, - { - cn: "service-catalog-signer", - key: &c.Certificates.ServiceCatalogCa.Key, - cert: &c.Certificates.ServiceCatalogCa.Cert, - }, - } - for _, ca := range cas { - if *ca.key != nil && *ca.cert != nil { - continue - } - if *ca.key, *ca.cert, err = tls.NewCA(ca.cn); err != nil { - return - } - } - - masterParams := tls.CertParams{ - Subject: pkix.Name{ - CommonName: g.cs.Properties.FQDN, - }, - DNSNames: []string{ - "master-000000", - "master-000001", - "master-000002", - "kubernetes", - "kubernetes.default", - "kubernetes.default.svc", - "kubernetes.default.svc.cluster.local", - }, - IPAddresses: []net.IP{ - net.ParseIP("172.30.0.1"), - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - } - if g.cs.Properties.PrivateAPIServer { - masterParams.IPAddresses = append(masterParams.IPAddresses, net.ParseIP(g.cs.Properties.FQDN)) - } else { - masterParams.DNSNames = append(masterParams.DNSNames, g.cs.Properties.FQDN) - } - - certs := []struct { - params tls.CertParams - key **rsa.PrivateKey - cert **x509.Certificate - }{ - // Generate etcd certs - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-server", - }, - DNSNames: []string{"master-000000", "master-000001", "master-000002"}, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdServer.Key, - cert: &c.Certificates.EtcdServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-peer", - }, - DNSNames: []string{"master-000000", "master-000001", "master-000002"}, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth, x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdPeer.Key, - cert: &c.Certificates.EtcdPeer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "etcd-client", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.EtcdCa.Key, - SigningCert: c.Certificates.EtcdCa.Cert, - }, - key: &c.Certificates.EtcdClient.Key, - cert: &c.Certificates.EtcdClient.Cert, - }, - // Generate openshift master certs - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:admin", - Organization: []string{"system:cluster-admins", "system:masters"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.Admin.Key, - cert: &c.Certificates.Admin.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aggregator-front-proxy", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - SigningKey: c.Certificates.FrontProxyCa.Key, - SigningCert: c.Certificates.FrontProxyCa.Cert, - }, - key: &c.Certificates.AggregatorFrontProxy.Key, - cert: &c.Certificates.AggregatorFrontProxy.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{CommonName: "system:openshift-node-admin", - Organization: []string{"system:node-admins"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.MasterKubeletClient.Key, - cert: &c.Certificates.MasterKubeletClient.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:master-proxy", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.MasterProxyClient.Key, - cert: &c.Certificates.MasterProxyClient.Cert, - }, - { - params: masterParams, - key: &c.Certificates.MasterServer.Key, - cert: &c.Certificates.MasterServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{CommonName: "system:openshift-master", - Organization: []string{"system:masters"}, - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.OpenShiftMaster.Key, - cert: &c.Certificates.OpenShiftMaster.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "apiserver.kube-service-catalog.svc", - }, - DNSNames: []string{ - "apiserver.kube-service-catalog.svc", - "apiserver.kube-service-catalog.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - SigningKey: c.Certificates.ServiceCatalogCa.Key, - SigningCert: c.Certificates.ServiceCatalogCa.Cert, - }, - key: &c.Certificates.ServiceCatalogServer.Key, - cert: &c.Certificates.ServiceCatalogServer.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aro-admission-controller.kube-system.svc", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.AroAdmissionController.Key, - cert: &c.Certificates.AroAdmissionController.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "aro-admission-controller-client", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.AroAdmissionControllerClient.Key, - cert: &c.Certificates.AroAdmissionControllerClient.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-infra:node-bootstrapper", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.NodeBootstrap.Key, - cert: &c.Certificates.NodeBootstrap.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-sdn:sdn", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.SDN.Key, - cert: &c.Certificates.SDN.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "system:serviceaccount:openshift-azure:blackboxmonitor", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageClientAuth}, - }, - key: &c.Certificates.BlackBoxMonitor.Key, - cert: &c.Certificates.BlackBoxMonitor.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "docker-registry.default.svc", - }, - DNSNames: []string{ - "docker-registry.default.svc", - "docker-registry.default.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.Registry.Key, - cert: &c.Certificates.Registry.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "registry-console.default.svc", - }, - DNSNames: []string{ - "registry-console.default.svc", - "registry-console.default.svc.cluster.local", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.RegistryConsole.Key, - cert: &c.Certificates.RegistryConsole.Cert, - }, - { - params: tls.CertParams{ - Subject: pkix.Name{ - CommonName: "metrics-server.openshift-monitoring.svc", - }, - ExtKeyUsage: []x509.ExtKeyUsage{x509.ExtKeyUsageServerAuth}, - }, - key: &c.Certificates.MetricsServer.Key, - cert: &c.Certificates.MetricsServer.Cert, - }, - } - for _, cert := range certs { - if cert.params.SigningKey == nil && cert.params.SigningCert == nil { - cert.params.SigningKey, cert.params.SigningCert = c.Certificates.Ca.Key, c.Certificates.Ca.Cert - } - if !tls.CertMatchesParams(*cert.key, *cert.cert, &cert.params) { - if *cert.key, *cert.cert, err = tls.NewCert(&cert.params); err != nil { - return - } - } - } - - secrets := []struct { - secret *[]byte - n int - }{ - { - secret: &c.SessionSecretAuth, - n: 24, - }, - { - secret: &c.SessionSecretEnc, - n: 24, - }, - { - secret: &c.RegistryHTTPSecret, - }, - { - secret: &c.AlertManagerProxySessionSecret, - }, - { - secret: &c.AlertsProxySessionSecret, - }, - { - secret: &c.PrometheusProxySessionSecret, - }, - } - for _, s := range secrets { - if len(*s.secret) != 0 { - continue - } - if s.n == 0 { - s.n = 32 - } - if *s.secret, err = random.Bytes(s.n); err != nil { - return - } - } - - kubeconfigs := []struct { - clientKey *rsa.PrivateKey - clientCert *x509.Certificate - endpoint string - username string - namespace string - kubeconfig **v1.Config - }{ - { - clientKey: c.Certificates.OpenShiftMaster.Key, - clientCert: c.Certificates.OpenShiftMaster.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:openshift-master", - kubeconfig: &c.MasterKubeconfig, - }, - { - clientKey: c.Certificates.Admin.Key, - clientCert: c.Certificates.Admin.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:admin", - kubeconfig: &c.AdminKubeconfig, - }, - { - clientKey: c.Certificates.NodeBootstrap.Key, - clientCert: c.Certificates.NodeBootstrap.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-infra:node-bootstrapper", - kubeconfig: &c.NodeBootstrapKubeconfig, - namespace: "openshift-infra", - }, - { - clientKey: c.Certificates.SDN.Key, - clientCert: c.Certificates.SDN.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-sdn:sdn", - kubeconfig: &c.SDNKubeconfig, - namespace: "openshift-sdn", - }, - { - clientKey: c.Certificates.BlackBoxMonitor.Key, - clientCert: c.Certificates.BlackBoxMonitor.Cert, - endpoint: g.cs.Properties.FQDN, - username: "system:serviceaccount:openshift-azure:blackboxmonitor", - kubeconfig: &c.BlackBoxMonitorKubeconfig, - namespace: "openshift-azure", - }, - } - for _, kc := range kubeconfigs { - if kc.namespace == "" { - kc.namespace = "default" - } - if *kc.kubeconfig, err = kubeconfig.Make(kc.clientKey, kc.clientCert, c.Certificates.Ca.Cert, kc.endpoint, kc.username, kc.namespace); err != nil { - return - } - } - - if c.ServiceAccountKey == nil { - if c.ServiceAccountKey, err = tls.NewPrivateKey(); err != nil { - return - } - } - - if c.SSHKey == nil { - if c.SSHKey, err = tls.NewPrivateKey(); err != nil { - return - } - } - - if len(c.RegistryStorageAccount) == 0 { - if c.RegistryStorageAccount, err = random.StorageAccountName("sareg"); err != nil { - return - } - } - - if len(c.AzureFileStorageAccount) == 0 { - if c.AzureFileStorageAccount, err = random.StorageAccountName("safil"); err != nil { - return - } - } - - if len(c.ConfigStorageAccount) == 0 { - if c.ConfigStorageAccount, err = random.StorageAccountName("sacfg"); err != nil { - return - } - } - - if len(c.RegistryConsoleOAuthSecret) == 0 { - var pass string - if pass, err = random.AlphanumericString(64); err != nil { - return err - } - c.RegistryConsoleOAuthSecret = fmt.Sprintf("user%s", pass) - } - - if len(c.ConsoleOAuthSecret) == 0 { - if c.ConsoleOAuthSecret, err = random.AlphanumericString(64); err != nil { - return err - } - } - - if len(c.RouterStatsPassword) == 0 { - if c.RouterStatsPassword, err = random.AlphanumericString(10); err != nil { - return - } - } - - if len(c.EtcdMetricsPassword) == 0 { - if c.EtcdMetricsPassword, err = random.AlphanumericString(10); err != nil { - return - } - } - if len(c.EtcdMetricsUsername) == 0 { - if c.EtcdMetricsUsername, err = random.AlphanumericString(10); err != nil { - return - } - } - - if uuid.Equal(c.ServiceCatalogClusterID, uuid.Nil) { - c.ServiceCatalogClusterID = uuid.NewV4() - } - - return -} - -// InvalidateCertificates removes some certificates from an OpenShiftManagedCluster.Config -func (g *simpleGenerator) InvalidateCertificates() (err error) { - g.cs.Config.Certificates.EtcdCa = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdClient = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdServer = api.CertKeyPair{} - g.cs.Config.Certificates.EtcdPeer = api.CertKeyPair{} - - g.cs.Config.Certificates.MasterProxyClient = api.CertKeyPair{} - g.cs.Config.Certificates.MasterServer = api.CertKeyPair{} - g.cs.Config.Certificates.AggregatorFrontProxy = api.CertKeyPair{} - - return nil -} - -// InvalidateSecrets removes some secrets from an OpenShiftManagedCluster.Config -func (g *simpleGenerator) InvalidateSecrets() (err error) { - g.cs.Config.SSHKey = nil - - g.cs.Config.Certificates.GenevaLogging = api.CertKeyPair{} - g.cs.Config.Certificates.GenevaMetrics = api.CertKeyPair{} - g.cs.Config.Certificates.PackageRepository = api.CertKeyPair{} - - g.cs.Config.Images.GenevaImagePullSecret = nil - g.cs.Config.Images.ImagePullSecret = nil - - g.cs.Config.SessionSecretAuth = nil - g.cs.Config.SessionSecretEnc = nil - - g.cs.Config.RegistryHTTPSecret = nil - g.cs.Config.PrometheusProxySessionSecret = nil - g.cs.Config.AlertManagerProxySessionSecret = nil - g.cs.Config.AlertsProxySessionSecret = nil - g.cs.Config.RegistryConsoleOAuthSecret = "" - g.cs.Config.ConsoleOAuthSecret = "" - g.cs.Config.RouterStatsPassword = "" - g.cs.Config.EtcdMetricsPassword = "" - g.cs.Config.EtcdMetricsUsername = "" - - return -} diff --git a/pkg/config/v18/generate_test.go b/pkg/config/v18/generate_test.go deleted file mode 100644 index fbddf8d8d1..0000000000 --- a/pkg/config/v18/generate_test.go +++ /dev/null @@ -1,219 +0,0 @@ -package config - -import ( - "bytes" - "reflect" - "testing" - - uuid "github.com/satori/go.uuid" - - "github.com/openshift/openshift-azure/pkg/api" - pluginapi "github.com/openshift/openshift-azure/pkg/api/plugin" - "github.com/openshift/openshift-azure/pkg/util/cmp" - "github.com/openshift/openshift-azure/test/util/populate" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestGenerate(t *testing.T) { - cs := &api.OpenShiftManagedCluster{ - Config: api.Config{ - PluginVersion: "Versions.key", - }, - Properties: api.Properties{ - OpenShiftVersion: "v3.11", - RouterProfiles: []api.RouterProfile{ - {}, - }, - }, - } - - prepare := func(v reflect.Value) {} - var template *pluginapi.Config - populate.Walk(&template, prepare) - - cg := simpleGenerator{cs: cs} - err := cg.Generate(template, true) - if err != nil { - t.Fatal(err) - } - - testRequiredFields(cs, t) -} - -func testRequiredFields(cs *api.OpenShiftManagedCluster, t *testing.T) { - assert := func(c bool, name string) { - if !c { - t.Errorf("missing %s", name) - } - } - assertCert := func(c api.CertKeyPair, name string) { - assert(c.Key != nil, name+" key") - assert(c.Cert != nil, name+" cert") - } - - c := cs.Config - - assert(c.ImagePublisher != "", "image publisher") - assert(c.ImageOffer != "", "image offer") - assert(c.ImageVersion != "", "image version") - - assert(c.Images.Format != "", "image config format") - assert(c.Images.ControlPlane != "", "control plane image") - assert(c.Images.Node != "", "node image") - assert(c.Images.ServiceCatalog != "", "service catalog image") - assert(c.Images.AnsibleServiceBroker != "", "ansible service broker image") - assert(c.Images.TemplateServiceBroker != "", "template service broker image") - assert(c.Images.TLSProxy != "", "tlsProxy image") - assert(c.Images.Registry != "", "registry image") - assert(c.Images.Router != "", "router image") - assert(c.Images.WebConsole != "", "web console image") - assert(c.Images.Console != "", "console image") - assert(c.Images.MasterEtcd != "", "master etcd image") - assert(c.Images.RegistryConsole != "", "registry console image") - assert(c.Images.Sync != "", "sync image") - assert(c.Images.Startup != "", "startup image") - assert(c.Images.EtcdBackup != "", "etcdbackup image") - assert(c.Images.Httpd != "", "httpd image") - assert(c.Images.Canary != "", "canary image") - assert(c.Images.AroAdmissionController != "", "aro admission controller image") - assert(c.Images.ClusterMonitoringOperator != "", "cluster monitoring operator image") - assert(c.Images.PrometheusOperator != "", "cluster monitoring operator image") - assert(c.Images.PrometheusConfigReloader != "", "prometheus config reloader image") - assert(c.Images.ConfigReloader != "", "config reloader image") - assert(c.Images.Prometheus != "", "prometheus image") - assert(c.Images.AlertManager != "", "alertmanager image") - assert(c.Images.NodeExporter != "", "node exporter image") - assert(c.Images.Grafana != "", "grafana image") - assert(c.Images.KubeStateMetrics != "", "kube state metrics image") - assert(c.Images.KubeRbacProxy != "", "kube rbac proxy image") - assert(c.Images.OAuthProxy != "", "oauth proxy image") - assert(c.Images.GenevaLogging != "", "azure logging image") - assert(c.Images.GenevaTDAgent != "", "azure TDAgent image") - assert(c.Images.MetricsBridge != "", "metrics-bridge image") - assert(c.Images.MetricsServer != "", "metrics-server image") - - assert(c.ServiceAccountKey != nil, "service account key") - - assert(c.SSHKey != nil, "ssh key") - - assert(len(c.RegistryStorageAccount) != 0, "registry storage account") - assert(len(c.RegistryConsoleOAuthSecret) != 0, "registry console oauth secret") - assert(len(c.RouterStatsPassword) != 0, "router stats password") - assert(len(c.EtcdMetricsPassword) != 0, "etcd metrics password") - assert(len(c.EtcdMetricsUsername) != 0, "etcd metrics username") - - assert(c.ServiceCatalogClusterID != uuid.Nil, "service catalog cluster id") - - assertCert(c.Certificates.EtcdCa, "EtcdCa") - assertCert(c.Certificates.Ca, "Ca") - assertCert(c.Certificates.FrontProxyCa, "FrontProxyCa") - assertCert(c.Certificates.ServiceSigningCa, "ServiceSigningCa") - assertCert(c.Certificates.ServiceCatalogCa, "ServiceCatalogCa") - assertCert(c.Certificates.EtcdServer, "EtcdServer") - assertCert(c.Certificates.EtcdPeer, "EtcdPeer") - assertCert(c.Certificates.EtcdClient, "EtcdClient") - assertCert(c.Certificates.MasterServer, "MasterServer") - assertCert(c.Certificates.Admin, "Admin") - assertCert(c.Certificates.AggregatorFrontProxy, "AggregatorFrontProxy") - assertCert(c.Certificates.MasterKubeletClient, "MasterKubeletClient") - assertCert(c.Certificates.MasterProxyClient, "MasterProxyClient") - assertCert(c.Certificates.OpenShiftMaster, "OpenShiftMaster") - assertCert(c.Certificates.NodeBootstrap, "NodeBootstrap") - assertCert(c.Certificates.SDN, "SDN") - assertCert(c.Certificates.Registry, "Registry") - assertCert(c.Certificates.RegistryConsole, "RegistryConsole") - assertCert(c.Certificates.ServiceCatalogServer, "ServiceCatalogServer") - assertCert(c.Certificates.AroAdmissionController, "AroAdmissionController") - assertCert(c.Certificates.BlackBoxMonitor, "BlackBoxMonitor") - - assert(len(c.SessionSecretAuth) != 0, "SessionSecretAuth") - assert(len(c.SessionSecretEnc) != 0, "SessionSecretEnc") - assert(len(c.RegistryHTTPSecret) != 0, "RegistryHTTPSecret") - assert(len(c.AlertManagerProxySessionSecret) != 0, "AlertManagerProxySessionSecret") - assert(len(c.AlertsProxySessionSecret) != 0, "AlertsProxySessionSecret") - assert(len(c.PrometheusProxySessionSecret) != 0, "PrometheusProxySessionSecret") - - assert(c.MasterKubeconfig != nil, "MasterKubeconfig") - assert(c.AdminKubeconfig != nil, "AdminKubeconfig") - assert(c.NodeBootstrapKubeconfig != nil, "NodeBootstrapKubeconfig") - assert(c.SDNKubeconfig != nil, "SDNKubeconfig") - assert(c.BlackBoxMonitorKubeconfig != nil, "BlackBoxMonitorKubeconfig") -} - -func TestInvalidateSecrets(t *testing.T) { - assert := func(c bool, name string) { - if !c { - t.Errorf("%s same", name) - } - } - - cs := &api.OpenShiftManagedCluster{} - pluginConfig := &pluginapi.Config{} - - g := simpleGenerator{cs: cs} - err := g.Generate(pluginConfig, false) - if err != nil { - t.Error(err) - } - - saved := cs.DeepCopy() - - err = g.InvalidateSecrets() - if err != nil { - t.Error(err) - } - - pluginConfig.GenevaImagePullSecret = []byte("genevaImagePullSecret") - pluginConfig.ImagePullSecret = []byte("imagePullSecret") - pluginConfig.Certificates.GenevaLogging.Cert = tls.DummyCertificate - pluginConfig.Certificates.GenevaMetrics.Cert = tls.DummyCertificate - pluginConfig.Certificates.PackageRepository.Cert = tls.DummyCertificate - - err = g.Generate(pluginConfig, false) - if err != nil { - t.Error(err) - } - - // compare fields that are expected to be different - assert(!reflect.DeepEqual(cs.Config.SSHKey, saved.Config.SSHKey), "sshKey") - assert(!reflect.DeepEqual(cs.Config.Certificates.GenevaLogging, saved.Config.Certificates.GenevaLogging), "certificates.genevaLogging") - assert(!reflect.DeepEqual(cs.Config.Certificates.GenevaMetrics, saved.Config.Certificates.GenevaMetrics), "certificates.genevaMetrics") - assert(!reflect.DeepEqual(cs.Config.Certificates.PackageRepository, saved.Config.Certificates.PackageRepository), "certificates.packageRepository") - assert(!bytes.Equal(cs.Config.Images.GenevaImagePullSecret, saved.Config.Images.GenevaImagePullSecret), "images.genevaImagePullSecret") - assert(!bytes.Equal(cs.Config.Images.ImagePullSecret, saved.Config.Images.ImagePullSecret), "images.imagePullSecret") - assert(!bytes.Equal(cs.Config.SessionSecretAuth, saved.Config.SessionSecretAuth), "sessionSecretAuth") - assert(!bytes.Equal(cs.Config.SessionSecretEnc, saved.Config.SessionSecretEnc), "sessionSecreteEnc") - assert(!bytes.Equal(cs.Config.RegistryHTTPSecret, saved.Config.RegistryHTTPSecret), "registryHTTPSecret") - assert(!bytes.Equal(cs.Config.PrometheusProxySessionSecret, saved.Config.PrometheusProxySessionSecret), "prometheusProxySessionSecret") - assert(!bytes.Equal(cs.Config.AlertManagerProxySessionSecret, saved.Config.AlertManagerProxySessionSecret), "alertManagerProxySessionSecret") - assert(!bytes.Equal(cs.Config.AlertsProxySessionSecret, saved.Config.AlertsProxySessionSecret), "alertsProxySessionSecret") - assert(cs.Config.RegistryConsoleOAuthSecret != saved.Config.RegistryConsoleOAuthSecret, "registryConsoleOAuthSecret") - assert(cs.Config.ConsoleOAuthSecret != saved.Config.ConsoleOAuthSecret, "consoleOAuthSecret") - assert(cs.Config.RouterStatsPassword != saved.Config.RouterStatsPassword, "routerStatsPassword") - assert(cs.Config.EtcdMetricsPassword != saved.Config.EtcdMetricsPassword, "etcdMetricsPassword") - assert(cs.Config.EtcdMetricsUsername != saved.Config.EtcdMetricsUsername, "etcdMetricsUsername") - - // assign saved values back to those changed in cs - cs.Config.SSHKey = saved.Config.SSHKey - cs.Config.Certificates.GenevaLogging = saved.Config.Certificates.GenevaLogging - cs.Config.Certificates.GenevaMetrics = saved.Config.Certificates.GenevaMetrics - cs.Config.Certificates.PackageRepository = saved.Config.Certificates.PackageRepository - cs.Config.Images.GenevaImagePullSecret = saved.Config.Images.GenevaImagePullSecret - cs.Config.Images.ImagePullSecret = saved.Config.Images.ImagePullSecret - cs.Config.SessionSecretAuth = saved.Config.SessionSecretAuth - cs.Config.SessionSecretEnc = saved.Config.SessionSecretEnc - cs.Config.RegistryHTTPSecret = saved.Config.RegistryHTTPSecret - cs.Config.PrometheusProxySessionSecret = saved.Config.PrometheusProxySessionSecret - cs.Config.AlertManagerProxySessionSecret = saved.Config.AlertManagerProxySessionSecret - cs.Config.AlertsProxySessionSecret = saved.Config.AlertsProxySessionSecret - cs.Config.RegistryConsoleOAuthSecret = saved.Config.RegistryConsoleOAuthSecret - cs.Config.ConsoleOAuthSecret = saved.Config.ConsoleOAuthSecret - cs.Config.RouterStatsPassword = saved.Config.RouterStatsPassword - cs.Config.EtcdMetricsPassword = saved.Config.EtcdMetricsPassword - cs.Config.EtcdMetricsUsername = saved.Config.EtcdMetricsUsername - - // compare certs from saved and cs - if !reflect.DeepEqual(cs, saved) { - t.Errorf("expected saved and cs config blobs to be equal: %s", cmp.Diff(cs, saved)) - } -} diff --git a/pkg/config/v18/types.go b/pkg/config/v18/types.go deleted file mode 100644 index 54224c7c2d..0000000000 --- a/pkg/config/v18/types.go +++ /dev/null @@ -1,13 +0,0 @@ -package config - -import ( - "github.com/openshift/openshift-azure/pkg/api" -) - -type simpleGenerator struct { - cs *api.OpenShiftManagedCluster -} - -func New(cs *api.OpenShiftManagedCluster) *simpleGenerator { - return &simpleGenerator{cs: cs} -} diff --git a/pkg/startup/v14/bindata.go b/pkg/startup/v14/bindata.go deleted file mode 100644 index 44c44d8e71..0000000000 --- a/pkg/startup/v14/bindata.go +++ /dev/null @@ -1,1948 +0,0 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -//Package startup generated by go-bindata.// sources: -// data/common/etc/azsec/azsecmon-audit.rules -// data/common/etc/default/mdsd -// data/common/etc/fluentd/fluent.conf -// data/common/etc/mdsd.d/mdsd.xml -// data/common/etc/mdsd.d/secret/gcscert.pem -// data/common/etc/mdsd.d/secret/gcskey.pem -// data/master/etc/aro-admission-controller/aro-admission-controller.yaml -// data/master/etc/etcd/ca.crt -// data/master/etc/etcd/etcd.conf -// data/master/etc/etcd/peer.crt -// data/master/etc/etcd/peer.key -// data/master/etc/etcd/server.crt -// data/master/etc/etcd/server.key -// data/master/etc/origin/cloudprovider/azure.conf -// data/master/etc/origin/master/admin.crt -// data/master/etc/origin/master/admin.key -// data/master/etc/origin/master/admin.kubeconfig -// data/master/etc/origin/master/admission-webhook.kubeconfig -// data/master/etc/origin/master/aggregator-front-proxy.crt -// data/master/etc/origin/master/aggregator-front-proxy.key -// data/master/etc/origin/master/ca-bundle.crt -// data/master/etc/origin/master/ca.crt -// data/master/etc/origin/master/ca.key -// data/master/etc/origin/master/client.secret -// data/master/etc/origin/master/front-proxy-ca.crt -// data/master/etc/origin/master/master-config.yaml -// data/master/etc/origin/master/master.etcd-ca.crt -// data/master/etc/origin/master/master.etcd-client.crt -// data/master/etc/origin/master/master.etcd-client.key -// data/master/etc/origin/master/master.kubelet-client.crt -// data/master/etc/origin/master/master.kubelet-client.key -// data/master/etc/origin/master/master.proxy-client.crt -// data/master/etc/origin/master/master.proxy-client.key -// data/master/etc/origin/master/master.server.crt -// data/master/etc/origin/master/master.server.key -// data/master/etc/origin/master/named/console.crt -// data/master/etc/origin/master/named/console.key -// data/master/etc/origin/master/openshift-master.kubeconfig -// data/master/etc/origin/master/scheduler.json -// data/master/etc/origin/master/service-signer.crt -// data/master/etc/origin/master/service-signer.key -// data/master/etc/origin/master/serviceaccounts.private.key -// data/master/etc/origin/master/serviceaccounts.public.key -// data/master/etc/origin/master/session-secrets.yaml -// data/master/etc/origin/node/ca.crt -// data/master/etc/origin/node/client-ca.crt -// data/master/etc/origin/node/node-config.yaml -// data/master/etc/origin/node/node.kubeconfig -// data/master/etc/origin/node/pods/apiserver.yaml -// data/master/etc/origin/node/pods/aroadmissioncontroller.yaml -// data/master/etc/origin/node/pods/controllers.yaml -// data/master/etc/origin/node/pods/etcd.yaml -// data/master/etc/origin/node/pods/ovs.yaml -// data/master/etc/origin/node/pods/sdn.yaml -// data/master/etc/origin/node/resolv.conf -// data/master/etc/origin/node/sdn.kubeconfig -// data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt -// data/master/etc/sysconfig/atomic-openshift-node -// data/master/root/.kube/config -// data/worker/etc/origin/cloudprovider/azure.conf -// data/worker/etc/origin/node/bootstrap.kubeconfig -// data/worker/etc/origin/node/ca.crt -// data/worker/etc/origin/node/node-bootstrapper.crt -// data/worker/etc/origin/node/node-bootstrapper.key -// data/worker/etc/origin/node/node-config.yaml -// data/worker/etc/origin/node/pods/ovs.yaml -// data/worker/etc/origin/node/pods/sdn.yaml -// data/worker/etc/origin/node/resolv.conf -// data/worker/etc/origin/node/sdn.kubeconfig -// data/worker/etc/origin/node/volume-config.yaml -// data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt -// data/worker/etc/sysconfig/atomic-openshift-node -package startup - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// ModTime return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _commonEtcAzsecAzsecmonAuditRules = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xbf\x4e\xc3\x40\x0c\xc6\xf7\x3c\x85\xa5\xae\xb9\x46\x02\xc4\x80\xc4\xc2\xc0\x06\x4b\x1f\xa0\x32\x67\xb7\x3d\xb8\x7f\x3a\x3b\x4d\xc2\xd3\xa3\xa4\x51\x49\x87\x56\x30\x9d\x3e\xfb\xd3\xef\x7e\x5e\xc1\x26\x05\x86\x9d\xf3\x0c\x18\x09\xc8\x15\xb6\x9a\xca\x00\x1d\xaa\x3d\xb0\x54\xa6\x83\xe6\x88\xa5\xf1\x69\xdf\x60\x4b\x4e\x1b\x30\x19\xba\x1e\xc1\x7c\xc1\x34\x50\x0c\x99\x8b\x8b\xfb\xa9\xcb\x6a\xff\xdc\xcb\x28\xd2\xd1\xa2\xd7\x0a\x97\x7d\x49\x6d\x3e\x57\xa6\x74\xb3\x91\x31\xac\x69\xf9\x59\xc6\xf0\x6b\xf2\x2d\x6c\x2f\x4c\xc6\x41\x55\xad\xe0\x2d\x45\xa7\xa9\x80\xe5\xa2\xe8\x22\xc8\x20\x16\xbd\x97\x35\xbc\xbf\x3c\x01\xfa\xc2\x48\x03\xf8\x84\xc4\x04\xe3\x5e\x93\x9d\x0f\x21\x28\xad\x67\xa9\x56\x06\x01\x7d\x87\x83\xd4\xdc\x3b\x05\xf3\x0a\x58\xec\xe1\xf9\xe3\xfe\x0e\xcc\x06\xb8\x67\x7b\xe4\xfa\xf4\xa0\xd6\x2e\x3a\xdd\x86\x44\xad\xe7\x7a\xb7\x08\xd7\x39\x8f\x0f\xff\xe2\x2c\xaf\xf2\xa3\x2d\x1f\x39\xaa\x54\xb7\x35\x85\x55\x5d\xe0\xb4\x23\x1c\x6a\xa4\xcf\x31\xf4\xf5\x04\xd8\xce\xbb\x39\xcd\xcb\xab\xbc\x93\xee\x19\x71\x01\xbe\xc5\xfb\x09\x00\x00\xff\xff\x47\x1a\xe0\x6a\x85\x02\x00\x00") - -func commonEtcAzsecAzsecmonAuditRulesBytes() ([]byte, error) { - return bindataRead( - _commonEtcAzsecAzsecmonAuditRules, - "common/etc/azsec/azsecmon-audit.rules", - ) -} - -func commonEtcAzsecAzsecmonAuditRules() (*asset, error) { - bytes, err := commonEtcAzsecAzsecmonAuditRulesBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/azsec/azsecmon-audit.rules", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcDefaultMdsd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xdf\x8f\xe2\x36\x10\x7e\xcf\x5f\x31\x82\xea\xf6\x4e\x22\x09\x74\x7f\x74\x77\x25\x54\x21\x36\xa0\xa8\x40\x28\x70\xa7\xf6\x09\x39\xf6\x24\x71\x31\x76\x6a\x4f\xe0\xe8\x6a\xff\xf7\xca\x81\xd5\x55\xbd\xee\xe9\x1e\xfa\x12\xc5\x3f\xe6\x9b\x6f\xbe\x6f\xc6\x5d\xc8\x6a\x92\x46\x3b\x28\x8c\x85\xbd\x70\x22\xe8\xc2\xb8\x42\xbe\x83\x2b\xbf\x82\xb0\xba\x6a\x8f\x04\x12\x93\xca\x45\x41\x30\x7f\x5a\x3f\x6d\x57\xd9\x2c\xd9\x2e\x57\xc9\x24\xfd\x6d\x18\x1f\x98\x8d\x6d\xa3\x63\x1f\x10\x0b\x2c\x58\xa3\xe8\x7c\x2d\x5b\x6e\xd2\x6c\xb1\x1e\x76\x42\x01\xe1\x08\x42\x0b\x3f\x3c\xff\x3b\xfe\x05\xc2\x02\x6e\xfb\xfd\x41\x27\x08\xba\x90\x16\x40\x95\x74\x20\x1d\xf0\x8a\xe9\x12\x45\x0f\x98\x72\xe6\xb2\x82\x18\x89\xc7\xca\x94\xd6\x10\x23\x8c\x44\x9b\xf4\x9c\x6c\x96\x4d\xcf\x5c\x94\x29\x3d\xd4\xcc\x30\x01\x4c\x29\xd8\x69\x73\xd4\x30\x1e\xb9\x00\x3f\xd7\xc6\x12\xac\xd7\xb3\xed\x38\x59\x6d\xb6\x93\x74\x96\x0c\x5b\xc8\x7a\x27\x63\x52\x2e\xe6\x68\xc9\xc5\x9c\x85\x79\xa3\x85\xc2\x88\x5b\xf2\x58\xab\xe4\xd7\x8f\xe9\x2a\x79\x0a\xba\x30\x45\x8d\x07\x06\xa8\x0f\xd2\x1a\xbd\x47\x4d\x11\x24\x9f\xd9\xbe\x56\xe8\x1e\x61\x83\x8e\x7a\x30\x91\xd6\xd1\x92\x59\x3a\x2d\xad\x11\x3d\x78\x92\xac\xd4\xc6\x91\xe4\xce\x6f\x04\x5d\x98\x18\x0b\x54\x21\x14\x8d\x52\xa0\xa4\x23\x30\xc5\x3f\x31\x5d\x0f\x1c\xe2\x63\xd0\x85\x8a\xa8\x76\x8f\x71\xfc\x07\xb3\x07\xe9\xc2\x23\x3a\x8a\x04\x8f\x98\x88\xf6\xae\xa0\x48\x23\xc5\x3f\xd7\xac\xc4\xa1\x30\xbc\x69\x43\xdf\x39\xe4\xde\xd4\xe1\xe0\xfa\xee\x5a\xb0\xfe\x20\xcc\xef\x50\x84\x37\xd7\xe2\x26\x7c\xf8\xa9\x8f\x61\x71\xff\x90\xf7\x07\x03\x71\xfb\x30\x28\xde\x49\x31\x14\x83\x7b\xd6\xe7\x22\x0f\x31\xef\x63\x78\x73\x7f\x9b\x87\xf9\x20\xcf\x43\x9e\xe7\x77\xfd\xbb\x07\x71\x7d\xfb\x63\x1e\x74\x5f\xd5\x9b\x67\x8b\x74\x93\xad\xd2\xc5\x74\x3b\x1d\xaf\xb7\xc9\xe2\x53\xba\xca\x16\xf3\x64\xb1\x19\x3e\x3f\x43\x34\x36\xba\x90\x65\x74\x96\x69\x66\xca\x52\xea\x72\x6c\x34\x59\xa3\x96\x8a\x69\x4c\xbe\x14\x09\x2f\x2f\xff\x2d\xee\x88\x73\xd3\x68\x02\xcd\xf6\xf8\x66\xe2\xd1\x78\x9c\x7d\xfc\xce\xa4\xaf\x80\x5f\x25\xdc\x54\x08\x16\x4b\x69\x34\x4c\xc7\x6b\x70\x95\x69\x94\x80\xc6\x21\x1c\x2b\xd4\x20\xc9\x77\x3e\xda\xbd\xd4\xe8\xe0\x58\x49\x5e\x81\x23\x63\x59\x89\xc0\x2e\x98\xdc\xa2\x40\x4d\x92\x29\xe7\xef\x5f\x20\x2c\x52\x63\x35\x90\x81\xf9\x28\x02\x8c\xca\x08\x3a\xde\xbb\xc6\x75\x7a\xd0\x41\xd6\xfe\x45\x97\x92\x2d\x53\xea\xd4\x03\x49\x57\x0e\x72\x74\xe4\xc3\x4c\x4e\x4c\xea\xf3\x34\x1c\x98\x6a\x10\x8c\x6e\x5b\xe6\xd3\x1c\x2a\xdf\x4b\xba\x6c\x97\xac\xf4\x4a\xe6\x27\xf8\xb3\x41\x7b\x7a\xdd\x1d\xfd\xd5\x58\x84\x54\x3b\x62\x9a\x23\xcc\x91\x98\x60\xc4\x60\x8d\xf6\x20\x39\xc2\xfb\x74\xfe\xb4\xfe\xd0\x8e\xb6\xbf\xde\x51\x86\x33\xdf\x33\x9d\x4b\xae\xf7\x0e\x11\x58\x6e\x0e\x08\xdc\x08\x04\xa7\x65\x5d\x23\x7d\x88\xde\xb4\x63\x95\x4c\xd3\x6c\xf1\x5d\x6e\xac\xce\x82\x7f\x65\xc6\xc4\x0f\x43\xcd\xa8\xf2\xf5\xd7\x4d\xae\x24\x07\x3f\x90\xb2\x90\x9c\x11\x42\x21\x15\x7a\x6f\x84\x3f\x67\x0d\x55\x5e\xf6\xf6\xa4\x7d\xab\x8e\x92\xaa\xb3\x8b\xe7\x22\xdf\xe6\xda\x0e\xbf\xff\x7c\x79\x00\x3c\x42\x24\x62\x87\xdc\x22\xc5\x25\x77\x3e\x71\x54\xe3\xfe\x5b\x1c\xbd\x74\xb5\x95\x07\x4f\x61\x87\xa7\xff\x99\xe0\x2f\xc9\xef\xdf\xe0\xb7\xc3\x53\x4b\xef\xef\x00\x00\x00\xff\xff\x9d\x6b\x10\x04\xc3\x05\x00\x00") - -func commonEtcDefaultMdsdBytes() ([]byte, error) { - return bindataRead( - _commonEtcDefaultMdsd, - "common/etc/default/mdsd", - ) -} - -func commonEtcDefaultMdsd() (*asset, error) { - bytes, err := commonEtcDefaultMdsdBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/default/mdsd", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcFluentdFluentConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x46\x10\xbd\xf3\x57\x0c\xe8\x0a\xb5\x0d\xf1\x4b\x96\x23\x9b\x10\x9c\x0a\x8a\xd2\xea\x60\x47\xa8\x94\x43\x1b\x04\x8b\x15\x77\x48\x6e\xb4\xdc\x65\x76\x87\x4a\x85\xa2\xff\xbd\x20\x29\x59\x01\x0c\xdf\x7c\x5b\xbd\x79\xf3\x66\xde\x68\x86\x17\xf0\xd1\x58\xb0\x98\xa3\x45\x9d\x21\x28\x63\x76\xc0\x09\xa8\x44\xc8\x55\x83\x9a\x04\x08\x93\x39\x28\xd1\x62\x0a\x25\x51\xed\xd2\x28\x6a\xa1\xf0\x18\x0f\x8d\x2d\xa2\x7d\x14\x87\xc9\x28\xf2\xa6\xce\x34\x36\xc3\x07\x0f\xe0\x37\x3a\xd4\x08\xee\xe0\x08\x2b\xe1\x01\x10\x2f\xe0\x9b\x69\xac\xe6\x4a\x78\xd3\xe8\x44\x7c\x91\x41\x5c\x2a\x0f\x20\x37\xb6\xe2\x04\xdf\x9c\xd1\x1e\x40\xcd\xa9\x84\x68\xcf\x6d\xa4\x4c\x11\x99\x1a\xb5\x2b\x65\x4e\x01\x6f\x84\xa4\xe8\x3a\x54\xa6\x68\x59\xc6\xb1\x5c\x2a\x7c\x95\x19\xd6\xc6\x79\xd0\xfa\xb5\xe8\x4a\x26\x35\xa1\xdd\x73\x05\x49\xdc\x36\x28\x2b\x64\x3b\x3c\x74\x0f\x47\xbc\xaa\x4f\xe0\xb1\x97\xc1\x5f\xc1\xa0\x0a\x06\x62\x33\xf8\x23\x1d\x3c\xa6\x83\xf5\xdf\x47\x5b\xbb\x3b\xc7\x3a\xfd\x9f\x7d\xe5\x52\x11\xda\x67\xcb\x67\x83\x16\x33\x63\x05\x23\xcb\xb5\x6b\x95\xd1\x7a\x00\xa8\xf9\x56\x21\xb3\xcd\xf6\x00\x64\x1b\xf4\x00\xa6\x3d\xb1\x4d\x04\x78\x5c\xac\xd7\xb3\xdf\x17\xf0\xcb\xbf\x3d\xfa\xc5\x3f\x22\xfe\xd7\x50\x4b\xf5\x1e\xde\x83\x96\x0a\x52\x78\x19\xce\x8d\xcd\x90\xa1\xce\x8c\x90\xba\xb8\xf4\x3f\x6f\x3e\x06\x77\xfe\x55\xd8\x21\x78\xe9\xcf\xd6\xf3\xe5\xd2\x1f\x82\xd4\x7b\xae\xa4\x48\x21\xb5\x58\x2b\x9e\xe1\x10\x1a\x2d\x30\x3f\x03\x57\xff\x75\xbd\x5c\x80\xe0\xc4\x8f\xff\x50\x7a\x84\xba\x19\xd4\xd2\xa1\xdd\xa3\x3d\xbf\x82\xfd\xf7\x7f\x8a\x31\xdb\x35\x5b\x0c\x5a\x44\x66\x18\x64\x9c\xb8\x32\x05\x9b\x8c\x32\x1c\x8b\xc9\x4d\x70\x3b\x1a\x8d\x83\x24\xc1\xfb\xe0\xfe\x4e\xc4\x41\x1c\xc7\xe2\x86\x27\xf7\xef\x26\xb7\xef\x58\xdc\xe9\xcf\x3f\x3d\x6d\x66\xcb\xa7\xc5\x9f\x3f\x0d\xe0\x19\x63\x4f\xb3\xc7\x57\xe7\xf0\x82\xe5\x6a\x25\xe9\xd2\x67\xfe\xd5\x97\xe4\x2b\xf4\x8e\x56\x9f\x3e\xbc\xa9\xf0\xe8\x24\xdc\x86\xd6\xab\xd9\x7c\xf1\xa6\xf2\x37\x27\xf9\x33\x69\xf9\xb6\x06\xc6\x7d\x85\x69\x74\xda\xc1\x69\xd4\xef\xf3\x83\x37\xad\x38\x65\x25\x5c\x5f\x9f\x37\x3a\x37\xf6\x07\xb7\xed\x91\x6f\x9b\x3c\x47\xcb\x3a\xb4\xc2\xca\xd8\xc3\x19\xfc\xde\x60\x83\x2c\x6f\x94\x62\x3c\x23\x69\x34\x6c\x95\xc9\x76\x1e\x80\x90\xae\xdf\x7e\x24\x7b\x60\x4a\x56\x92\x4e\x47\x70\x01\x02\x73\xde\x28\x82\x12\xb9\xa5\x2d\x72\x02\xe9\xe0\xf3\x87\xd5\x10\x7e\x94\x32\x2b\xa1\x12\xae\xfd\x46\xa1\xd3\xbf\x12\xb8\xa6\xae\x8d\xa5\x21\x70\x2d\x60\x33\x5f\x41\x69\x0a\x07\x99\xd1\x1a\xbb\x92\xae\x0b\x54\x7c\x87\x0e\x24\x81\x36\xd2\xb5\x1d\x3e\x6b\xf7\x9d\x6b\xa3\xbb\x03\xec\x57\xb8\x3f\x40\xcd\x2b\xec\x6a\x75\xbf\x4a\xe3\x08\x92\xd1\x24\x8c\xc3\x38\x4c\x3a\xa8\xad\x0b\xb7\x71\x9c\x74\x73\x3b\xa5\x4e\xa3\x6e\x5c\x0f\xde\xff\x01\x00\x00\xff\xff\xc8\x3e\xbe\x47\x6a\x05\x00\x00") - -func commonEtcFluentdFluentConfBytes() ([]byte, error) { - return bindataRead( - _commonEtcFluentdFluentConf, - "common/etc/fluentd/fluent.conf", - ) -} - -func commonEtcFluentdFluentConf() (*asset, error) { - bytes, err := commonEtcFluentdFluentConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/fluentd/fluent.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDMdsdXml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x98\xdf\x4f\xe3\x46\x10\xc7\xdf\xef\xaf\x58\xed\x3b\xb1\x01\x55\xe5\x4e\x76\x4e\x21\xa1\x47\xd4\x04\x51\x42\xab\xaa\x2f\x68\x58\x4f\xcc\x16\x7b\x36\xda\x1d\xe7\x08\xd7\xfb\xdf\x2b\xff\x4a\xec\x70\xa0\x58\x17\x22\xf1\x90\xfd\xf1\x9d\xf9\xec\xcc\xce\x6c\x48\xf0\xf9\x29\x4d\xc4\x12\xad\xd3\x86\x42\x79\xdc\xf3\xa5\x40\x52\x26\xd2\x14\x87\x32\xe3\xf9\xd1\x99\xfc\xdc\xff\x10\x4c\x0d\x69\x36\x56\x53\x3c\x05\x82\x18\x53\x24\xde\x92\x11\xa4\xe8\x16\xa0\x30\x94\xdf\xbe\x89\xde\xd0\xd0\x5c\xc7\xbd\x2f\x48\xb8\x84\x89\x89\x63\x4d\xf1\x55\xbd\x45\xfc\x27\xfe\x9e\x4e\x2e\x9c\x82\x05\x8a\xef\xdf\xa5\xc0\x25\x12\xff\xb5\xb6\x27\x05\xeb\x14\x1d\x43\xba\x08\xe5\x89\x7f\xfc\xeb\x91\x7f\x76\xe4\x1f\xdf\xfa\xfe\xa7\xe2\xaf\xe7\xfb\xfe\x3f\xb2\xff\x41\x08\x21\x82\x81\x52\x26\x23\x76\xe5\xb0\x39\x25\x52\x43\xfa\x11\xed\xeb\x44\xf5\xc6\x6d\x1e\xed\x46\x38\x87\x2c\xe1\x50\xb2\xcd\x50\x0a\xc8\xd8\xfc\x8e\xab\x50\xce\x21\x71\x28\xbd\xca\xb7\xd7\x76\x1e\x34\xa2\x53\x1e\xc9\x24\x59\x8a\xa1\x9c\x80\x8d\x51\x8a\xa8\x34\x7a\x83\x8c\xc4\xda\xd0\x98\x46\xb0\x72\xa1\xfc\xe8\xcb\x06\xfd\x38\xca\x57\x79\x25\x18\x09\x88\xf3\xa8\x0d\x12\x0d\x2e\x94\x37\xe8\x4c\x66\x15\xe6\x53\x0d\x45\x4b\x35\x34\xe9\xc2\x50\x4e\x90\x67\x24\xd7\xc4\xda\x90\xec\x57\x21\x60\xd0\x84\x76\x86\x76\xa9\x15\xf6\x26\x46\x41\x0e\xb2\x15\x80\xc0\x7b\x61\x6d\x47\x6f\xb3\xec\xde\x29\xab\x17\xc5\xe9\xa2\x57\xbc\x5e\x5b\xb3\x40\xcb\x1a\x5d\x6f\xf0\x7c\x6d\xcd\x5c\x27\xd8\x6b\x29\x47\x7b\x03\xaa\x43\xf6\xc5\x9a\x6c\x51\xc6\x2d\x67\x1a\xa1\xd5\x4b\x8c\x7a\xc3\xcc\xb1\x49\xd1\xb6\xb6\xfd\x00\xf9\x1d\x88\x36\x30\x2f\xbc\xe5\x4b\xfb\xf3\x67\x92\xca\x4f\xfe\xe9\xa7\x4d\x8d\xc9\x31\x90\x42\x29\x32\x87\xf9\x86\x8c\xd1\x5e\x15\xcb\x45\xa9\x78\x8d\x9b\xbc\x76\xd4\xac\xcd\x18\x89\xeb\x18\xfc\xe9\x20\x46\x11\x69\xf7\xf8\x47\x66\x18\xc6\x34\x3d\x0f\xe5\x2f\xbe\xef\xfb\x9b\x12\xdb\xd4\x54\x35\x33\x53\x0f\x98\x42\xb3\xde\xcb\x99\x0a\x12\x9e\x1d\xaa\xe5\xf1\x76\x7d\x0c\xf3\x52\xa4\x6a\xcf\x6f\xa0\x74\xa2\x79\x25\x45\x1a\x39\x5e\x2d\x30\x94\x29\x7f\xfa\xea\xd8\x4a\x51\x0e\xf3\x8f\xfd\xc0\x2b\x55\x6f\x99\x9a\xe1\x12\xed\x0b\x53\x9a\xf8\xf4\xa4\xb3\xad\x8b\xbc\x67\xdc\xea\x14\xdb\xc6\x32\x56\x0d\x53\x47\x76\xae\x4e\x4f\x4f\x3f\xee\x8a\x47\x79\x33\xbf\x34\x8e\xf7\x70\xd8\xa9\x8b\x3b\x5b\x09\xbc\x32\x3d\x6f\xe7\xeb\xe4\xcd\x7c\x0d\x9e\x67\xa8\xc6\xa3\x7d\xa4\x4b\x01\x15\x95\xf7\xf3\xa6\xde\x21\x5b\x23\x60\xd8\x03\xd9\x35\x58\x1e\xe6\xef\xd2\x3e\x2e\x65\x6e\x6c\x4c\x11\x3e\x75\x37\xd6\x4e\x7d\x3d\xaa\x1f\xcb\x59\xd1\x02\x5a\x75\x5c\xcc\x54\x7e\x1f\x10\x2c\xdf\x23\xb0\x14\xae\xd0\x6d\x4a\xdb\x7b\x4d\x73\x0f\x0e\x13\x4d\xd8\x41\xe2\xcc\x9c\xbf\x82\xed\x22\x51\x09\xa4\xb0\xec\xe2\x43\x01\xdd\x15\x5f\x08\xb6\x45\x27\xaf\x8b\x20\x41\xdb\x69\x7f\x16\x69\x96\x22\x5a\x11\xa4\x5a\xdd\xd5\xba\x17\x4d\xb9\x25\xfa\xd7\x64\x96\x20\x89\xba\xea\x1e\xcf\xdc\xdd\x0e\x0e\x03\xaf\x95\xe4\xa0\x28\x99\x66\xc6\xa7\x91\x8b\xb6\x27\xdb\x0b\x95\xdb\xf2\xbd\x68\xde\x8a\xb6\xa0\x10\xdd\x98\x8c\xb1\x50\x95\x5f\xbf\xca\x67\x69\xa2\x29\x7b\x1a\xb8\xf4\xb2\x71\xa1\xd8\x58\xbc\x2d\xae\xee\x10\x89\x2d\x24\xe7\x86\x22\x29\x16\x56\x9b\xbc\x99\x87\xf2\xca\xd8\x14\x92\x66\x00\xca\xf3\x6c\x71\xed\x48\xbd\xbe\x97\x9d\xa1\xcf\x37\x37\xfa\xc0\xcc\xeb\xc2\xe8\xcc\x3c\xdb\x94\xd4\x81\x99\xab\xca\xec\x4c\x3c\xac\x2b\xfa\xd0\x31\xde\x34\x86\xee\x51\x56\x40\x17\x55\x4f\x39\x30\x76\xd9\x9a\x3a\x13\x0f\xaa\x8e\x76\x68\xda\xa2\x4f\x75\xa7\x2d\xdb\xdb\xa1\x69\xd7\x1d\x79\x67\xe0\xfa\x7f\x98\xd9\xca\x25\x26\x2e\xbb\xe9\x2e\xdc\x97\x3a\x7e\xd8\x17\xf5\xe6\x3d\xe8\x8c\x5d\xc4\x79\xf2\x8e\xe0\x8d\xa5\xfa\x1d\xf2\xea\x51\xe0\xfd\xe8\xa7\x8d\xfe\x87\xff\x03\x00\x00\xff\xff\xd0\x0e\x95\x1b\x19\x11\x00\x00") - -func commonEtcMdsdDMdsdXmlBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDMdsdXml, - "common/etc/mdsd.d/mdsd.xml", - ) -} - -func commonEtcMdsdDMdsdXml() (*asset, error) { - bytes, err := commonEtcMdsdDMdsdXmlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/mdsd.xml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDSecretGcscertPem = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x2e\x29\xca\xcc\x4b\x57\xd0\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\xa7\xe6\xa5\x96\x25\xfa\xe4\xa7\xa7\x67\xe6\x41\xa4\x34\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xdf\x9d\x46\xf8\x43\x00\x00\x00") - -func commonEtcMdsdDSecretGcscertPemBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDSecretGcscertPem, - "common/etc/mdsd.d/secret/gcscert.pem", - ) -} - -func commonEtcMdsdDSecretGcscertPem() (*asset, error) { - bytes, err := commonEtcMdsdDSecretGcscertPemBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/secret/gcscert.pem", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDSecretGcskeyPem = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x2e\x29\xca\xcc\x4b\x57\xd0\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4f\xcd\x4b\x2d\x4b\xf4\xc9\x4f\x4f\xcf\xcc\x4b\xd7\xf3\x4e\xad\xd4\x54\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x8c\x06\x2c\x55\x48\x00\x00\x00") - -func commonEtcMdsdDSecretGcskeyPemBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDSecretGcskeyPem, - "common/etc/mdsd.d/secret/gcskey.pem", - ) -} - -func commonEtcMdsdDSecretGcskeyPem() (*asset, error) { - bytes, err := commonEtcMdsdDSecretGcskeyPemBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/secret/gcskey.pem", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcAroAdmissionControllerAroAdmissionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcb\x41\xaa\xc3\x20\x10\x00\xd0\x7d\x4e\x21\xae\xfe\x27\xa8\x7b\xaf\x12\x92\x30\x9d\x4e\x13\xa9\x55\x3a\x33\x41\x52\x3c\x7c\xa1\x8b\x2e\xba\x7d\xf0\xda\x9e\x94\x72\x12\x8d\x83\x31\xce\xd8\x85\x69\x4b\xa2\x7c\x3a\x38\x74\xf7\xda\x92\x68\xae\x78\xf7\x58\x1f\x41\xdb\x3a\x2d\x61\x1e\xc3\x97\xc3\x04\xee\xb5\xba\x79\x8c\xf6\xe7\x7b\x78\x1e\x20\x84\x9f\xf8\x87\xb5\x48\xcd\xd4\xa9\xdc\x2a\x23\x71\xbf\x82\xc2\x05\x84\xfa\x06\x4a\x0d\xce\x2e\x08\xa5\x10\xff\x47\x3b\xbc\x03\x00\x00\xff\xff\x29\x19\xc1\xe9\x94\x00\x00\x00") - -func masterEtcAroAdmissionControllerAroAdmissionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcAroAdmissionControllerAroAdmissionControllerYaml, - "master/etc/aro-admission-controller/aro-admission-controller.yaml", - ) -} - -func masterEtcAroAdmissionControllerAroAdmissionControllerYaml() (*asset, error) { - bytes, err := masterEtcAroAdmissionControllerAroAdmissionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/aro-admission-controller/aro-admission-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\x27\x82\xc5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x5f\xc4\xa8\x2e\x3c\x00\x00\x00") - -func masterEtcEtcdCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdCaCrt, - "master/etc/etcd/ca.crt", - ) -} - -func masterEtcEtcdCaCrt() (*asset, error) { - bytes, err := masterEtcEtcdCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdEtcdConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x51\x4f\xc2\x30\x14\x85\xdf\xfd\x15\xfc\x00\x65\x63\x22\x38\x92\x3e\x94\xee\x1a\x1a\x4a\xd1\xee\x8e\x84\xa7\x66\x62\x13\x8d\xa2\x64\xab\x24\x86\xf0\xdf\x0d\x2d\xc2\x1c\x23\x6c\xd9\x4b\xcf\x77\x6e\x77\xee\x01\x64\x89\xa6\xc9\x0c\x14\xf2\x14\x34\x13\x1c\x24\xea\x4c\x89\x94\xbc\x5a\xbb\x2a\x07\x41\xb0\xd9\xb4\xda\xa3\xaf\xd2\x7e\xe6\x4b\xd3\xda\x6e\x07\xd1\x6d\x3f\xbe\x72\x3e\x06\x0a\xf5\x03\x17\x40\x02\x63\x17\xbb\xef\x25\x28\x4d\xb1\x36\x45\x7b\x51\xd8\x3d\xe3\x27\x3a\x94\x66\x38\x22\xb6\xf8\x36\x5e\x4a\x28\x52\x9d\x70\x45\x82\x75\x5e\x04\x1f\x6f\xcf\x6e\x82\xd7\x40\x00\x43\x3e\x95\x1a\xf9\x04\xa6\x19\x92\xe8\x2e\x0c\xbd\x34\x02\xaa\x70\x08\x14\x35\x97\x08\x6a\x46\x05\x39\x68\x5c\x72\xe4\x54\x54\x12\x3d\x02\xa8\x4b\x79\xee\x6b\x6e\x26\xb2\x14\x41\x91\x65\x5e\x5a\x53\xdc\x84\xee\x39\xf8\xff\x9d\x3a\xf7\x75\xf5\xa8\xd3\x08\x76\x4e\xc1\xa8\x11\x8c\x2a\xff\x33\x86\xf9\x99\xf5\xbe\x9b\x1f\x8f\x08\x9e\x22\xc8\xc6\xde\xc2\xb6\x7b\x2b\x7d\xed\xe1\xd3\x95\x1c\xd1\xbf\xab\x25\x9d\x00\xa9\x6d\xca\x2b\xce\xdd\xd4\xfc\xca\x54\x7b\xf7\xd8\xf9\xf2\x9d\xde\x10\xd0\x4d\x39\xc4\x73\x14\xaa\x5d\x1d\x89\x66\xb4\x0e\x2f\xf2\xe3\x85\x4f\xd9\x14\xa9\x1e\x52\x36\x06\x99\xe8\xe1\x1c\x21\x25\xdd\x28\xee\xc6\xbd\x7e\x14\xf7\x3c\x73\x71\xd2\x6f\x00\x00\x00\xff\xff\x27\xa7\x9b\x77\x0f\x03\x00\x00") - -func masterEtcEtcdEtcdConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdEtcdConf, - "master/etc/etcd/etcd.conf", - ) -} - -func masterEtcEtcdEtcdConf() (*asset, error) { - bytes, err := masterEtcEtcdEtcdConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/etcd.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdPeerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x04\xa4\xa6\x16\x81\x45\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x49\x32\x4a\x0a\x3e\x00\x00\x00") - -func masterEtcEtcdPeerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdPeerCrt, - "master/etc/etcd/peer.crt", - ) -} - -func masterEtcEtcdPeerCrt() (*asset, error) { - bytes, err := masterEtcEtcdPeerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/peer.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdPeerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x09\x48\x4d\x2d\xd2\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xb0\x95\xee\x4b\x43\x00\x00\x00") - -func masterEtcEtcdPeerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdPeerKey, - "master/etc/etcd/peer.key", - ) -} - -func masterEtcEtcdPeerKey() (*asset, error) { - bytes, err := masterEtcEtcdPeerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/peer.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdServerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x04\xa7\x16\x95\xa5\x16\x81\xc5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x7d\xce\xb3\x46\x40\x00\x00\x00") - -func masterEtcEtcdServerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdServerCrt, - "master/etc/etcd/server.crt", - ) -} - -func masterEtcEtcdServerCrt() (*asset, error) { - bytes, err := masterEtcEtcdServerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/server.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdServerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x09\x4e\x2d\x2a\x4b\x2d\xd2\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x68\x3c\xa6\x99\x45\x00\x00\x00") - -func masterEtcEtcdServerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdServerKey, - "master/etc/etcd/server.key", - ) -} - -func masterEtcEtcdServerKey() (*asset, error) { - bytes, err := masterEtcEtcdServerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/server.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginCloudproviderAzureConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\x80\x30\x0c\x05\xd0\xbb\x53\x64\x82\x2e\x51\xaf\x82\xd0\x09\x8a\xfd\x4a\x40\x12\xf8\xd6\x5c\x6a\x77\xf7\x8d\x21\x69\x05\x35\xd0\xd2\x56\x9f\x0e\xe6\xdb\xdf\xb6\xd3\x43\x1b\x98\xdd\x4e\x49\xd9\xad\x57\x35\xb0\x80\xa1\x07\xe4\x93\xd2\xa9\x76\xc9\x9c\xcb\x1f\x00\x00\xff\xff\x93\xa5\x60\x70\x42\x00\x00\x00") - -func masterEtcOriginCloudproviderAzureConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginCloudproviderAzureConf, - "master/etc/origin/cloudprovider/azure.conf", - ) -} - -func masterEtcOriginCloudproviderAzureConf() (*asset, error) { - bytes, err := masterEtcOriginCloudproviderAzureConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/cloudprovider/azure.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\xa6\xe4\x66\xe6\x81\x85\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x21\x3e\xf2\xe6\x3b\x00\x00\x00") - -func masterEtcOriginMasterAdminCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminCrt, - "master/etc/origin/master/admin.crt", - ) -} - -func masterEtcOriginMasterAdminCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4c\xc9\xcd\xcc\xd3\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x26\xc6\x1f\xc6\x40\x00\x00\x00") - -func masterEtcOriginMasterAdminKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminKey, - "master/etc/origin/master/admin.key", - ) -} - -func masterEtcOriginMasterAdminKey() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterEtcOriginMasterAdminKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminKubeconfig, - "master/etc/origin/master/admin.kubeconfig", - ) -} - -func masterEtcOriginMasterAdminKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdmissionWebhookKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcd\xb1\x4e\xc3\x30\x14\x85\xe1\x3d\x4f\x71\x5e\xc0\x96\x90\x10\x83\xb7\xd4\x62\xea\xc2\xc4\x6e\x9c\x53\x64\x35\xb1\xe1\xde\x9b\x48\x56\xdb\x77\x47\xad\x04\x65\x62\x60\xff\xcf\xf9\xd2\x47\x79\xa5\x68\x69\x35\x60\x7b\x18\x56\xa5\x68\x18\x1c\x6a\x5a\x18\x90\xa4\xb9\x34\x2d\x45\xaf\x81\xcb\xad\x9a\xb4\x79\xa6\xf8\xe3\xfa\x46\xa7\x5d\x8d\x8b\xd7\x2d\x0f\xc0\x75\x19\x06\x00\xc8\x73\x61\x35\x97\x29\x56\x0e\x25\x27\xa3\x9b\x92\xa5\x80\xd3\x09\x91\x62\xa3\xee\xba\x51\xe1\x63\xab\x87\xf2\xee\xe3\x3d\x54\x3f\x4a\x1b\xbf\xc1\xf8\xe3\xc5\xdb\xe5\xad\xc4\x19\xbb\xa4\x7c\x7a\x7c\xae\xb9\x4d\xc4\x19\x9f\x6b\x33\xe2\x72\xf9\x8d\x1f\xd9\xef\xe8\x8b\x94\x2d\x19\xf7\xec\xff\xa7\xf7\xec\x7f\xc8\x5f\x01\x00\x00\xff\xff\xab\xbf\x56\xf4\x46\x01\x00\x00") - -func masterEtcOriginMasterAdmissionWebhookKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdmissionWebhookKubeconfig, - "master/etc/origin/master/admission-webhook.kubeconfig", - ) -} - -func masterEtcOriginMasterAdmissionWebhookKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterAdmissionWebhookKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admission-webhook.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAggregatorFrontProxyCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\xa6\xa7\x17\xa5\xa6\x27\x96\xe4\x17\xb9\x15\xe5\xe7\x95\x04\x14\xe5\x57\x54\x82\x55\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\xe3\x24\x71\xbf\x4a\x00\x00\x00") - -func masterEtcOriginMasterAggregatorFrontProxyCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAggregatorFrontProxyCrt, - "master/etc/origin/master/aggregator-front-proxy.crt", - ) -} - -func masterEtcOriginMasterAggregatorFrontProxyCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterAggregatorFrontProxyCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/aggregator-front-proxy.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAggregatorFrontProxyKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\xc5\x20\x0c\x00\xd0\xfb\x9f\x22\x13\x64\x07\xbf\xd0\x8b\x17\xa1\x13\x48\x89\x21\x17\x03\x31\x94\x06\xeb\xee\x7d\x6b\x41\x35\xb9\x9b\x53\xa1\x48\xf3\x1f\x4e\x13\x30\xeb\xe8\xc2\x98\xc9\x5c\xba\x5c\xcd\x69\x62\x62\x36\xe2\xe6\x6a\x87\xe9\xf0\x6a\xfa\x04\x16\x0a\x78\xe1\x74\x93\xc1\xb0\xf7\xef\x0b\x00\x00\xff\xff\xb3\xa4\x6e\x1f\x4f\x00\x00\x00") - -func masterEtcOriginMasterAggregatorFrontProxyKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAggregatorFrontProxyKey, - "master/etc/origin/master/aggregator-front-proxy.key", - ) -} - -func masterEtcOriginMasterAggregatorFrontProxyKey() (*asset, error) { - bytes, err := masterEtcOriginMasterAggregatorFrontProxyKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/aggregator-front-proxy.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaBundleCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\x80\x30\x0c\x05\xd0\xbb\x53\xe4\xa8\x97\xee\x60\xe3\x06\x9d\xa0\xd8\x8f\x06\x24\x42\x1a\x0b\x52\xbb\xbb\xaf\x77\x62\x98\xf3\x99\x45\xd7\x1a\x5f\x47\xa5\x39\x6c\x30\x69\x28\x81\x73\x7c\xb4\x5c\xa0\xc0\xb7\x7a\x16\x85\x25\x58\x93\x1d\x0b\x7d\x94\xdc\x44\x0f\x1a\x63\xfa\x03\x00\x00\xff\xff\x01\x5e\x1d\x24\x46\x00\x00\x00") - -func masterEtcOriginMasterCaBundleCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaBundleCrt, - "master/etc/origin/master/ca-bundle.crt", - ) -} - -func masterEtcOriginMasterCaBundleCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterCaBundleCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca-bundle.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginMasterCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaCrt, - "master/etc/origin/master/ca.crt", - ) -} - -func masterEtcOriginMasterCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4e\xd4\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xd6\x3c\xf7\x41\x3d\x00\x00\x00") - -func masterEtcOriginMasterCaKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaKey, - "master/etc/origin/master/ca.key", - ) -} - -func masterEtcOriginMasterCaKey() (*asset, error) { - bytes, err := masterEtcOriginMasterCaKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterClientSecret = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xc7\x31\x0a\x42\x31\x0c\x06\xe0\xdd\x53\x64\xd4\x25\x78\x05\x71\x72\x2b\xbc\x13\x48\xfb\x8b\x01\x49\xe4\x6f\x2c\x4a\xe9\xdd\x9d\xde\xf8\xcd\x29\x47\xf3\x86\xaf\xe8\x35\x3c\xef\xe6\xe0\x06\x0e\xab\xd0\xc2\x78\x83\x69\xe8\x7a\xf9\xe4\xb3\x30\x1e\xf6\x82\xde\x1a\x3c\x2d\x7f\x85\x31\xac\x81\x5d\xce\x27\xdd\xa1\x1b\x2a\x91\xb2\xd6\xe1\x1f\x00\x00\xff\xff\x71\xa0\xdf\x27\x5b\x00\x00\x00") - -func masterEtcOriginMasterClientSecretBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterClientSecret, - "master/etc/origin/master/client.secret", - ) -} - -func masterEtcOriginMasterClientSecret() (*asset, error) { - bytes, err := masterEtcOriginMasterClientSecretBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/client.secret", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterFrontProxyCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x15\xe5\xe7\x95\x04\x14\xe5\x57\x54\x3a\x27\x82\x65\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xc4\x28\xc2\x5e\x42\x00\x00\x00") - -func masterEtcOriginMasterFrontProxyCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterFrontProxyCaCrt, - "master/etc/origin/master/front-proxy-ca.crt", - ) -} - -func masterEtcOriginMasterFrontProxyCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterFrontProxyCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/front-proxy-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x5b\x8f\xdb\xba\x11\x7e\xd7\xaf\x20\xfc\x92\xb6\xa8\x24\xef\xe6\x2e\xa0\x0f\xee\x6e\xd2\x63\x9c\x64\xe3\xae\x93\xd3\x02\x45\x51\xd0\xe4\x58\x66\x4c\x91\x0a\x2f\xce\xfa\x6c\xf7\xbf\x17\xbc\x48\xa2\xb4\xde\x24\x0d\xd2\xe2\x6c\x1e\x62\x71\x2e\x1c\xce\x0c\xbf\x99\x21\xa6\x0d\xd3\x9a\x49\x71\x21\xc5\x96\xd5\x55\x86\x50\xcb\x6d\xcd\x92\x6f\x84\x2e\x41\x1c\x5f\x69\x82\x39\x36\x4c\xd4\xaf\x6e\x80\x84\x75\x84\x88\xe7\xb2\x0a\x1b\x26\x45\xb7\x88\xd0\x9e\x09\x5a\xa1\x4b\xd8\x62\xcb\xcd\x62\xbc\x45\xcf\x84\x5b\xf6\x0b\x28\x47\xa8\xd0\xe1\xac\x5f\xa6\x4c\xe3\x0d\x87\x0a\x6d\x31\xd7\xe0\x97\x7f\xc1\x9c\x51\xbf\x77\xaf\xeb\x6f\xb0\xd9\x49\xb9\xff\x8a\x1d\xe9\x16\xb8\x65\x1a\xd4\x01\x54\x11\x98\x8b\xfd\x0b\x5d\x30\x59\x1e\xce\x30\x6f\x77\x78\x30\x60\x6f\x37\x10\x4c\x7d\xcd\x9c\x1d\x25\x18\x52\x4a\xc5\x6a\x26\xca\x06\x6b\x03\xaa\xec\xbd\x96\x7f\x0e\x76\x14\x4e\x88\x8c\xcf\x17\x9c\x10\x0d\xed\x0d\xf7\xe4\x3f\x5b\xc6\x69\x74\x8f\xfe\x2f\xce\x90\xb8\x09\xc4\xa1\x42\xff\xf8\xe7\x64\xb7\x91\xe2\x89\xbf\x15\x68\x69\x15\x01\x3d\xe8\x46\x88\xb3\x86\x19\x5d\xa1\xdb\xbb\x64\x51\xc1\x27\x0b\x3a\x59\xf6\x6a\xdf\x1d\x40\x29\x46\xe1\x3b\x0d\x4e\x0c\xec\x35\x25\x16\xca\x16\x84\xde\xb1\xad\x71\x31\x59\x36\xb8\x86\x95\xe4\x8c\x1c\xbf\xd3\x3b\x37\x40\xac\xe3\xbc\xb6\x3c\x3d\x70\x8e\x1a\x6c\xc8\xce\xeb\x5f\x08\x21\x8d\x57\x37\xf2\x48\x8e\xf6\x70\xac\x10\x73\x2c\xba\x18\x99\x45\x41\x1c\xf3\x5e\x75\x22\x83\xd0\x01\x73\x0b\x15\x7a\x64\x94\x85\x47\x09\x45\xe0\x06\xaa\xc1\x9c\x9c\x82\x60\x40\x13\x06\x29\xae\x4f\xc5\x25\xef\xc3\x55\xa1\x56\x52\xfd\x00\x69\xe3\xdc\xa9\x47\xa1\xfb\x08\xc4\x54\xc8\xd9\x91\x2c\xeb\x3d\x6b\xdf\xf9\x9d\xb8\xb7\xe3\x35\x66\xdc\x2a\x98\xf0\x85\x10\x25\xce\x8f\xf1\xc1\x96\x32\x33\x00\x02\x08\x77\x41\x69\x2f\xec\xc9\xee\xae\xac\xb0\xd9\x55\xa8\x3c\x60\x55\x72\x59\x97\xbd\xef\x72\xcf\x31\xfd\x2e\xb8\x74\xa1\x6f\xf0\x0d\x6b\x6c\x73\x0d\x06\x33\x01\xd4\xe9\xd1\x15\x3a\x9b\x67\xb8\xae\x15\xd4\xd8\x48\x95\x60\x93\x92\x37\xc7\x0b\xce\x40\x98\xa5\xd8\xca\xe0\x31\x02\xca\x84\xab\x3a\x88\xe4\x5b\x25\x85\xc9\x3d\x7f\x41\x94\xf1\x8c\x7b\x38\x7e\x91\x6f\x0f\xc7\x0c\xb7\xec\x0d\x1c\x80\xeb\x2a\xcb\x5d\x46\x4d\x12\x0c\x5b\xb3\x1b\xcc\x89\x17\xe5\x27\xc0\x14\x54\x34\xc6\x1b\x77\xb1\xa8\x50\xa2\x39\x27\xb8\x37\x22\x32\xc8\xa6\x91\xe2\x0a\x37\x5d\xd8\xf3\x07\x8c\xca\x42\x3a\x1b\x85\xc3\x2e\x2b\x05\x5b\x76\x33\x48\xfd\x3d\xbf\x86\x46\x1a\xc8\x5f\x39\x9e\xdc\xaf\xd6\x4a\xda\x36\xb0\xdf\xe7\xfb\x8b\x23\xfa\x45\xab\x41\xb9\xfc\x7c\x88\xf3\x83\x06\x95\x11\x29\x8c\x92\x9c\x43\x12\x05\xe0\x40\x86\x6b\xc8\x25\xd9\x5f\xf9\x34\x1f\x02\x1c\x70\x32\x1f\x84\x5d\x8e\x3a\xf8\x65\x04\xd6\xee\x3f\x51\x5f\x80\x32\x41\x81\x66\xb5\xe8\xdc\x97\x46\x33\xf2\xe7\x81\xde\x3b\x30\x89\xe3\x84\xc3\xc5\x2f\xd9\xb2\x42\xb3\x3f\xcc\x32\x22\x95\x5e\x70\x2e\x3f\x03\x7d\xe7\x41\x5c\x57\x19\x15\x7a\x38\xcd\x86\x09\xba\xa0\x54\x81\xd6\x15\x9a\x17\xfe\x5f\xf5\x62\xfe\xf4\x71\xa4\x5d\x81\xf9\x2c\xd5\xbe\x42\x86\xb4\x4f\x32\x30\x84\x8e\x13\x90\xe0\x0a\x85\xf3\x16\x8e\x38\xc4\x7a\x38\xc9\x88\xec\x85\x23\x4b\x7f\x92\x13\x1c\xee\x34\x08\x59\xc5\x7d\x64\x72\xb4\x33\xa6\xd5\x55\x59\xde\xde\xa2\xe2\x27\xa9\x8d\x0b\x1d\xba\xbb\xab\xce\x1f\x3f\x7f\xe9\xcd\x5a\x1b\xa9\x70\x0d\xc3\xc9\x5c\x51\x52\x02\x0c\xe8\x48\x0a\xc9\x53\x25\x84\x82\xc9\x53\x8c\x63\x4c\x75\x71\x5d\xbb\xb8\x4e\xd4\xa4\xe0\x78\x82\x2d\x55\xe2\xe1\x74\xb0\x6c\x2b\x55\x83\x4d\x85\xdc\x59\xc2\x6a\xb1\x0c\x80\xfb\xda\x53\xd0\xdd\x5d\x10\x49\x71\xc8\x09\x32\x61\x5c\xd2\xf2\x6b\xa8\x99\x36\xea\xd8\x39\xa2\x42\x54\x92\x3d\xa8\x5c\x45\x42\x41\x43\x15\x2c\xf4\x81\x54\x4f\xe7\xf3\x79\x16\xd0\xed\xad\x77\x74\x04\x36\x77\x6e\x0e\xe6\x7e\x3c\x1f\x8e\x61\x14\xf9\x72\x18\x27\x4c\x21\x92\xad\x54\xc6\x01\xdb\xf9\xd3\x79\x36\x38\x3c\xb5\xc7\xed\x8e\x5b\xb6\xf6\x6d\xca\x42\xd5\xb6\x01\xd1\xf5\x07\x84\x4b\x4b\x73\x92\x74\x65\xf9\xa8\x33\xf1\xf4\x56\xc9\x03\xa3\xae\x41\xf9\xd5\x2a\xf0\x8d\x4e\x22\xdc\x51\x7b\xc0\x71\x4c\xe1\x06\x86\x80\xe5\x1b\x4c\xf6\x20\x68\xc7\xe0\x92\xea\xf1\x88\xa1\x01\xca\x70\x6e\x8e\x2d\xf4\x4a\xda\x96\x33\xe2\xcb\x68\x79\x10\xb4\x48\x52\xab\x55\xd2\xc8\x8d\x75\x26\x0c\xb7\xf2\xff\x79\x2c\xc2\xad\x87\x21\x07\x0f\x4c\xd4\xb9\x0b\x66\xbe\x75\x81\x3a\xb1\x53\x6c\xed\x46\x48\x3d\x16\xdf\xc3\xf1\x1b\xa4\x43\xb0\xc3\xf7\x72\x55\xa1\xb3\xf3\xe7\x1e\x53\xce\xbe\x5e\xbe\x62\xf6\xc4\x92\x91\x26\xd8\xfd\x14\x1b\x31\x85\x3d\x35\xd9\x01\xb5\x3d\x52\x3f\xd8\xbd\xf6\x7c\xc5\x47\xed\xdb\x98\x08\xa3\xfa\x4a\x52\x58\x49\x65\xae\xb1\xa8\x5d\x33\xf3\x28\xa1\xad\xed\x46\x80\xcb\xdf\xe7\xe7\xc5\x63\x8f\x91\xe5\xd9\xb3\x2c\x68\x0c\x27\xf2\x11\xed\x21\xe1\x8d\x94\xad\x4b\xa7\x8b\x58\xee\x84\x08\x35\x63\xd2\x45\x62\x42\xa0\x75\x64\x03\xc2\xbc\x3f\xb6\xae\xf6\x7f\x43\x4a\xfd\x31\xe5\x89\xa7\x40\x68\x63\x95\x36\x15\x7a\x36\x9f\x67\xb1\x65\xec\xb4\x7e\x93\x52\x2f\xf4\xa9\xd5\x15\x7a\xec\x35\xdc\x3b\xcb\xcf\xfd\x64\x70\xbf\xd6\xa5\x13\x40\x58\x59\xd9\x0d\x67\xe4\xc3\xf5\x1b\x0f\x73\xad\x62\xc2\xa0\x59\x07\xe2\x33\x8f\x7b\xbe\xe5\x51\xeb\xe0\xe2\x62\xa5\x64\x0b\xca\x30\xd0\x45\x90\xed\x51\xfe\xdf\xe8\x93\x95\xc6\xa1\x7d\x26\x42\x35\x1a\x00\x23\x66\x69\xac\x52\xb1\x56\x10\x46\x95\xc3\x9a\xe2\xec\xfc\x45\x88\xd5\x13\x7f\xba\x9d\xd4\x26\x44\xf2\x0d\x88\xda\x75\x6b\x2f\x33\xdf\x5e\x78\x50\x5d\xae\xa2\x96\x8b\xe5\xe5\x75\xd4\x14\x0b\x62\xe9\x1c\x12\xf7\x5e\xf9\x01\x31\x94\x7c\x05\x74\x87\xd3\xd6\x4e\x1e\x74\x1e\xf9\x5a\x8f\xdd\x43\x0e\x25\xca\xa7\x79\x24\xc7\x7d\x15\xd6\x1a\xcc\x0f\xf4\xdf\xac\x24\x52\x68\xc9\xa1\x9c\xa5\xbe\x74\x9d\x12\x16\x26\x1d\x75\x1b\x30\x3b\x49\x2b\x84\xad\x71\x25\x8d\x51\x10\x86\x99\xe3\x2a\x62\x4c\x74\x0a\x97\x35\x13\x49\xf3\xdc\xe0\xb6\x65\xa2\x7e\x1b\x85\x09\xc7\xac\xc9\x86\xf6\xff\xf6\x16\xfd\x8e\x09\x0a\x37\x5f\x36\x7a\x61\xcd\x6e\xa5\xa4\x83\x98\x62\x39\xdd\x18\xcd\x7f\x5f\x5c\x4d\x72\xc1\xed\x30\x46\xbf\x07\x06\x22\x6f\x50\x32\x5f\x40\x83\x19\x4f\xa7\x22\xbf\xd0\x7f\x33\x9a\xd2\xb4\xdd\x64\xa3\x71\x26\xa1\xb9\xef\xfe\xb3\x55\xb0\x05\xa5\x80\x7e\x88\x8d\x65\xca\x69\x05\xfb\x64\xe1\x5f\x89\x40\xc0\xae\xe5\xe5\x8f\xf3\x4f\xf7\x51\x44\x88\xbd\x9c\x3a\xab\xdb\x74\x0d\x44\x81\x19\xcc\xf3\xa8\x1e\x69\x85\xf6\xc4\x2c\x1d\x89\xde\xb5\x20\x96\x97\xd3\x3d\x23\x4b\xd7\xa1\x45\xff\x5b\xb3\x93\x8a\xfd\x0a\xa7\xb2\xd6\xe7\x4d\xd1\x30\xa2\xa4\x96\x5b\x23\x05\x67\xc2\xd5\xb3\xa6\x9c\xfd\x60\x0f\xbc\x07\x81\xbd\x07\x66\xa5\xbf\x5b\xe7\x65\x6f\xd8\xec\xbe\x57\x10\x32\x72\x0f\xe2\xb7\x66\xb2\x37\x6a\x62\x6e\xac\x38\x8b\xa4\x47\xfb\x5f\xc2\x6d\xa7\xfd\xfb\xf4\xbe\xfe\xeb\xe5\xd5\x58\x9b\x86\xc9\x6b\x5b\xbf\xf4\x16\xdf\x2c\x6a\x58\xbb\x1a\x42\x5d\x09\xea\xaa\x58\x24\x07\xb8\xd5\x5a\xa4\x8b\x21\x8f\xf5\xc3\x95\x3e\xb0\xe5\x21\xa5\x75\x71\xc4\x8d\xbb\xe5\xde\xaf\xa9\x09\xae\x0a\x6b\xfd\xde\x2d\x4f\xcc\x78\xf1\xec\x49\xb4\xa3\xcf\x9f\x53\x6c\x4f\xe7\xf3\xac\x55\xf2\x23\x90\x04\x4d\x63\x07\xee\xba\x8a\xb5\x1f\x19\xa5\xaa\x90\x90\x14\x72\x25\x39\x14\xa3\x21\xa4\x24\xb2\x69\xad\x81\x3f\x45\x4c\x8d\xca\xae\xc3\x80\xfd\x1e\x9a\x96\x63\x03\x15\x9a\xf5\x95\xa6\x8c\x2c\x79\x1c\xc2\x67\xde\xbb\xc4\x2a\x66\x8e\x6e\xde\x23\x6e\x92\x8e\xa0\x4e\x74\xbf\x12\x7b\x1b\x3d\xaf\xca\xf3\x8e\xf8\x06\x6f\x80\xeb\x95\x1b\xae\x65\x78\x3e\x79\x1a\x06\x64\x46\xa7\x72\x67\xf3\xee\x2f\x3f\x7b\xd9\xfd\x95\x7e\x35\x53\xd2\x1a\x37\xd8\xf6\x0e\xd0\x76\x43\x65\x83\x99\xf8\x66\x88\xbb\x96\xd6\x78\x33\xdc\x7d\x09\xd7\xc3\xa7\xe6\xba\xd3\x94\x66\x53\x2c\xab\x0b\x42\xa4\x4d\xab\x58\x83\x05\xae\x81\xf6\x8f\x0b\x79\x17\x09\xff\xdb\x3f\x19\x79\xf0\x72\xeb\x2d\x97\x47\xff\x91\xde\xab\x7c\x63\x05\xe5\x10\xaf\x57\xab\xd8\x01\x1b\xf8\x79\x32\x74\xe3\xb0\xad\x6b\x9f\x3c\xbd\x9b\x72\xbc\xbd\x91\x39\x6e\x7f\x4f\xc2\xf3\x78\x01\x1d\x1e\x03\xba\x6e\xf8\xe4\x2c\xfe\xe4\xc9\xe9\x51\xfc\x44\xeb\xdc\xbd\xf0\x86\xd9\xad\x7f\x8a\xe9\xa1\x62\xda\x45\x47\xfe\xae\x67\xbf\x89\xf9\xa6\x97\xe2\x35\x67\xf5\xce\x84\xcc\xee\x1f\x7a\xde\xb3\x06\xa4\x35\xe3\x4b\x7a\x7b\x9b\x23\xb6\x45\x42\x9a\xaf\x80\x4c\xf0\xd3\x62\xb5\x0c\x03\x5e\x00\x04\x07\x38\xf4\xc2\xb1\x6c\x5d\x7b\x1a\xfb\xe2\x3c\x39\xda\x89\x7b\xed\x85\xba\x9e\x66\x78\x18\xe9\x4f\xf7\x55\x91\x70\xe0\x58\xd0\xfb\xea\x95\x77\xf3\xf8\x77\x00\xa5\xf3\x02\x08\xea\x7e\x1e\x24\xb7\x4d\x32\xec\xd3\xa3\xc0\x0d\x23\x1e\xe8\x1d\x1c\x31\x51\xbf\x1a\x3d\x21\xfe\x27\x00\x00\xff\xff\x42\x5e\x27\x24\x85\x18\x00\x00") - -func masterEtcOriginMasterMasterConfigYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterConfigYaml, - "master/etc/origin/master/master-config.yaml", - ) -} - -func masterEtcOriginMasterMasterConfigYaml() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\x27\x82\xc5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x5f\xc4\xa8\x2e\x3c\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdCaCrt, - "master/etc/origin/master/master.etcd-ca.crt", - ) -} - -func masterEtcOriginMasterMasterEtcdCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\xe7\x64\xa6\xe6\x95\x80\xc5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xd7\xd9\x8a\x14\x40\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdClientCrt, - "master/etc/origin/master/master.etcd-client.crt", - ) -} - -func masterEtcOriginMasterMasterEtcdClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x71\xce\xc9\x4c\xcd\x2b\xd1\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xdb\xa0\x53\xc8\x45\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdClientKey, - "master/etc/origin/master/master.etcd-client.key", - ) -} - -func masterEtcOriginMasterMasterEtcdClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterKubeletClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x79\x97\x26\xa5\xe6\xa4\x96\x38\xe7\x64\xa6\xe6\x95\x80\x15\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\x76\x15\x36\xec\x49\x00\x00\x00") - -func masterEtcOriginMasterMasterKubeletClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterKubeletClientCrt, - "master/etc/origin/master/master.kubelet-client.crt", - ) -} - -func masterEtcOriginMasterMasterKubeletClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterKubeletClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.kubelet-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterKubeletClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x51\x0a\x02\x21\x10\x06\xe0\xf7\x4e\x31\x27\x98\x3b\x94\x8f\x12\x04\x9d\xc0\xe2\x57\x06\xc4\x60\xe6\x6f\x41\x5c\xef\xbe\xdf\x5a\xf2\x72\x3b\x0a\x91\x31\xef\xf1\x98\x44\x88\xa6\xdf\xa8\xd6\x34\xc1\x69\xd5\xbe\x85\x08\x7d\x96\x20\x3c\xff\x3f\xe8\x60\xea\x86\x41\xcd\x98\x72\xca\x9b\x6e\xa3\xc9\xde\xb7\x2b\x00\x00\xff\xff\x70\x31\x06\x09\x4e\x00\x00\x00") - -func masterEtcOriginMasterMasterKubeletClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterKubeletClientKey, - "master/etc/origin/master/master.kubelet-client.key", - ) -} - -func masterEtcOriginMasterMasterKubeletClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterKubeletClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.kubelet-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterProxyClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x05\x14\xe5\x57\x54\x3a\xe7\x64\xa6\xe6\x95\x80\xa5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xcd\x84\x18\xcc\x47\x00\x00\x00") - -func masterEtcOriginMasterMasterProxyClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterProxyClientCrt, - "master/etc/origin/master/master.proxy-client.crt", - ) -} - -func masterEtcOriginMasterMasterProxyClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterProxyClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.proxy-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterProxyClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xd1\x09\x03\x21\x0c\x06\xe0\xf7\x4e\x91\x09\xb2\x43\xeb\xa3\x14\x84\x4e\x20\xe5\x57\x02\x87\x42\x12\x8e\x0b\x9e\xbb\xdf\xb7\x16\x15\x95\xb3\x3a\x32\xe2\x6d\x9f\x70\x18\x71\x9a\xa3\x49\xe7\x04\x75\x69\xf2\xaf\x0e\xe3\x6f\x35\x87\x16\x9d\x57\xa4\x43\x30\x9c\x33\x82\x6e\xfa\xb9\xca\xe8\xb4\xf7\xeb\x09\x00\x00\xff\xff\x0a\x50\x1a\x77\x4c\x00\x00\x00") - -func masterEtcOriginMasterMasterProxyClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterProxyClientKey, - "master/etc/origin/master/master.proxy-client.key", - ) -} - -func masterEtcOriginMasterMasterProxyClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterProxyClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.proxy-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterServerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x05\xa7\x16\x95\xa5\x16\x81\x65\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x8a\xfd\x0a\x5a\x42\x00\x00\x00") - -func masterEtcOriginMasterMasterServerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterServerCrt, - "master/etc/origin/master/master.server.crt", - ) -} - -func masterEtcOriginMasterMasterServerCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterServerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.server.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterServerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\xc5\x20\x0c\x06\xe0\xfb\x9b\x22\x13\x64\x87\x57\x8f\x52\x28\x38\x81\x94\x5f\xc9\xc5\x42\x12\x84\x60\xdd\xbd\xdf\x5a\x74\xa9\xcc\xea\xc8\x88\xbf\x1d\xe1\x30\xe2\xf4\x8c\x26\x9d\x13\xd4\xa5\xc9\x5d\x1d\xc6\x67\x35\x87\x16\xe8\x84\x72\x46\xd0\x4b\xc5\x55\x46\xa7\xbd\x7f\x5f\x00\x00\x00\xff\xff\x63\x22\xe7\x8b\x47\x00\x00\x00") - -func masterEtcOriginMasterMasterServerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterServerKey, - "master/etc/origin/master/master.server.key", - ) -} - -func masterEtcOriginMasterMasterServerKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterServerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.server.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterNamedConsoleCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\xce\x48\xcc\xcc\x73\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x49\x64\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x17\xa4\xe6\x05\x67\x64\xa6\x95\x38\xe7\xe7\x15\xe7\xe7\xa4\x82\x65\x8b\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xfc\x0f\x86\x36\x4c\x00\x00\x00") - -func masterEtcOriginMasterNamedConsoleCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterNamedConsoleCrt, - "master/etc/origin/master/named/console.crt", - ) -} - -func masterEtcOriginMasterNamedConsoleCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterNamedConsoleCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/named/console.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterNamedConsoleKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xd1\x09\xc4\x20\x0c\x06\xe0\xf7\x9b\x22\x13\x64\x87\x3b\x1f\x7d\xb8\x82\x13\x48\xf9\xb5\x81\x12\x8b\x09\x05\xb1\xee\xde\x6f\x4e\xda\xba\xdc\xd9\x11\x31\xbe\xf6\x1b\x0e\x23\x0e\x4d\x8b\x54\x0e\xe8\x2e\x45\xf6\xec\x30\xfe\x5f\xd0\x74\x48\xf1\xd0\xd4\xda\x09\x8e\x18\xf4\x50\xf2\x2e\x5a\x69\xad\xcf\x1b\x00\x00\xff\xff\x8f\x6b\xf9\x3e\x4b\x00\x00\x00") - -func masterEtcOriginMasterNamedConsoleKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterNamedConsoleKey, - "master/etc/origin/master/named/console.key", - ) -} - -func masterEtcOriginMasterNamedConsoleKey() (*asset, error) { - bytes, err := masterEtcOriginMasterNamedConsoleKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/named/console.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterOpenshiftMasterKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\xf3\x4d\x2c\x2e\x49\x2d\xf2\x2e\x4d\x4a\x4d\x06\x0b\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\x8a\x34\xa7\x53\x34\x00\x00\x00") - -func masterEtcOriginMasterOpenshiftMasterKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterOpenshiftMasterKubeconfig, - "master/etc/origin/master/openshift-master.kubeconfig", - ) -} - -func masterEtcOriginMasterOpenshiftMasterKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterOpenshiftMasterKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/openshift-master.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterSchedulerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x94\x41\x6f\x1a\x31\x10\x85\xef\xf9\x15\x96\xcf\x39\x90\x1e\xb9\x01\x89\xa2\x4a\x0d\xb2\x20\xca\xa1\x55\x0e\xae\xfd\x80\x11\xc6\x43\xc7\x5e\x5a\x12\xe5\xbf\x57\x66\xc9\x16\xaa\x36\xec\x86\x9c\xd6\x3b\x9e\x6f\x76\x3c\x7e\x6f\x9f\x2f\x94\x52\x4a\xdb\x35\x3d\x40\x12\x71\xd4\x7d\xa5\x37\x57\xfa\xb2\x8e\x2f\x29\xfa\x12\x31\x1c\xc8\x6d\x5f\xa3\x6b\x81\x27\x67\x33\x92\xee\xab\x6f\xbb\x98\x52\xcf\xfb\xa7\x52\x3a\xda\x15\x0a\x35\xe6\x07\x0e\xd5\x0a\x5f\x39\x62\xc4\x71\x16\xc8\x65\xbd\x4f\x7b\xb9\xfc\x3f\x77\x67\x7f\xdd\x0c\xa7\x35\x3b\xe2\x2a\xb6\x85\x6e\x47\x37\xe6\xba\x3b\x36\x78\xaa\x04\xd7\x94\x96\x9d\xd1\xec\x16\x9f\x63\x86\x18\xf6\x83\xd9\x8c\x22\xe5\x6d\x1b\x70\xcc\xe5\x6b\x5d\x26\x72\x8b\x08\xb1\xc1\xfc\x19\x7c\x0b\xc8\xb0\xbf\xe7\x00\x29\xf9\x63\xf6\xb8\xb7\x14\x73\x2b\x72\xb4\x80\x5b\x16\xe4\x0e\x2b\x96\xad\x11\xa4\x54\x09\x3a\xa1\xe5\x88\x9d\xc1\xfa\x06\x86\x14\x3d\xc5\xf9\x5b\x94\x95\x79\xb5\x42\xcc\xba\x7f\x10\x55\x4a\x27\xc8\x86\x1c\x9a\xdb\x38\xde\x56\x4a\x07\xfb\x1d\xe1\x50\xb7\xcd\x8e\x60\x5e\xf4\x7f\x14\x7e\x3c\x78\x7b\x69\xd6\x4d\x43\x07\xed\x4f\x8e\xe8\x3a\xf7\xb1\xf1\x0b\xb1\x50\xa6\x53\x7e\x99\x22\xc0\x65\x96\xe9\x5a\x60\xbd\xa9\xa9\x57\xd7\xed\x32\x7f\x82\xe6\x8b\x72\xe8\xab\x16\x13\xfd\x5b\x9a\x67\x17\xfc\x02\x9b\xf2\x04\x3f\x2a\xa4\x8c\xf3\xfb\x1b\xda\x60\xa3\x83\x9f\x20\x71\x25\x0e\x83\x10\xd8\xd9\x5c\xc6\xf8\xde\x92\x45\x78\x46\x30\x83\x0c\x36\x4c\xde\xb0\x4f\x6f\xb7\xd9\xeb\xf5\x7a\x2d\xeb\x7e\xd8\x18\x77\x3e\xdc\x3b\x93\x38\xbe\xbb\xde\x29\x0f\xc4\x4c\x27\x7c\x50\xba\x79\xe2\x08\xdd\x5a\xe6\xe5\x57\xfe\xcf\x46\x3f\x1d\x2b\xff\xa2\xac\x7e\x07\x00\x00\xff\xff\xfa\x08\x50\xa9\x5d\x06\x00\x00") - -func masterEtcOriginMasterSchedulerJsonBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterSchedulerJson, - "master/etc/origin/master/scheduler.json", - ) -} - -func masterEtcOriginMasterSchedulerJson() (*asset, error) { - bytes, err := masterEtcOriginMasterSchedulerJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/scheduler.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceSignerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x05\xa7\x16\x95\x65\x26\xa7\x06\x67\xa6\xe7\x65\xe6\xa5\x3b\x27\x82\x65\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xde\x4a\x25\x1f\x46\x00\x00\x00") - -func masterEtcOriginMasterServiceSignerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceSignerCrt, - "master/etc/origin/master/service-signer.crt", - ) -} - -func masterEtcOriginMasterServiceSignerCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceSignerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/service-signer.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceSignerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x03\x21\x0c\x05\xd0\x7d\x4f\x91\x13\xe4\x0e\xad\xcb\xd9\x14\x3c\x81\x0c\xdf\xf0\x37\x29\xc4\x20\x88\xf5\xee\xf3\xf6\x96\x6f\x70\xb6\xc4\x85\xf5\x1e\x9f\x95\x18\xa2\xe5\xe7\x9d\xa6\x05\x91\xec\xbc\x5b\x62\x68\x45\x4c\xde\xa8\x34\xa7\x5b\x69\x7a\x61\xc9\x5f\x6a\x06\xdd\xe4\x9c\xd7\x13\x00\x00\xff\xff\x0d\x26\x0d\x6c\x4b\x00\x00\x00") - -func masterEtcOriginMasterServiceSignerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceSignerKey, - "master/etc/origin/master/service-signer.key", - ) -} - -func masterEtcOriginMasterServiceSignerKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceSignerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/service-signer.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceaccountsPrivateKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\xf1\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x7d\xdb\xc4\x1f\x3b\x00\x00\x00") - -func masterEtcOriginMasterServiceaccountsPrivateKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceaccountsPrivateKey, - "master/etc/origin/master/serviceaccounts.private.key", - ) -} - -func masterEtcOriginMasterServiceaccountsPrivateKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceaccountsPrivateKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/serviceaccounts.private.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceaccountsPublicKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\x4d\xca\xc9\x4c\xf6\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\xf1\x4e\xad\xd4\x83\x2b\x55\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x4a\xfb\x2a\x35\x44\x00\x00\x00") - -func masterEtcOriginMasterServiceaccountsPublicKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceaccountsPublicKey, - "master/etc/origin/master/serviceaccounts.public.key", - ) -} - -func masterEtcOriginMasterServiceaccountsPublicKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceaccountsPublicKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/serviceaccounts.public.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterSessionSecretsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\x2c\xc8\x0c\x4b\x2d\x2a\xce\xcc\xcf\xb3\x52\x28\x33\xe4\xca\xce\xcc\x4b\xb1\x52\x08\x4e\x2d\x06\x89\x04\xa7\x26\x17\xa5\x96\x14\x73\x15\x43\x68\x2b\x2e\x5d\x85\xc4\xd2\x92\x8c\xd4\xbc\x92\xcc\xe4\xc4\x12\xb0\x96\xea\x6a\x05\x3d\xe7\xfc\xbc\xb4\xcc\x74\x3d\x14\x4d\x8e\xa5\x25\x19\x0a\x35\x0a\x4e\x89\xc5\xa9\x66\x26\xae\x79\xc9\xf9\x29\xa9\x0a\x35\x0a\x85\xa5\xf9\x25\xa9\x0a\xb5\xb5\x5c\x0a\x0a\xa9\x79\xc9\x45\x95\x05\xf8\x0d\x71\xcd\x4b\xc6\x63\x06\x20\x00\x00\xff\xff\x8b\x6b\x70\xac\xba\x00\x00\x00") - -func masterEtcOriginMasterSessionSecretsYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterSessionSecretsYaml, - "master/etc/origin/master/session-secrets.yaml", - ) -} - -func masterEtcOriginMasterSessionSecretsYaml() (*asset, error) { - bytes, err := masterEtcOriginMasterSessionSecretsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/session-secrets.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginNodeCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeCaCrt, - "master/etc/origin/node/ca.crt", - ) -} - -func masterEtcOriginNodeCaCrt() (*asset, error) { - bytes, err := masterEtcOriginNodeCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeClientCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginNodeClientCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeClientCaCrt, - "master/etc/origin/node/client-ca.crt", - ) -} - -func masterEtcOriginNodeClientCaCrt() (*asset, error) { - bytes, err := masterEtcOriginNodeClientCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/client-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeNodeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x55\x4d\x73\xdb\x36\x13\xbe\xf3\x57\x60\x7c\x0e\x48\xca\xb1\xdf\xb7\x83\x99\x1c\x52\x67\xd2\x7a\xda\x71\x5d\xc9\xed\x1d\x02\x56\x12\x6a\x10\x0b\x2f\x16\x8c\xe5\x34\xff\xbd\x03\x90\xb2\xe4\x34\xce\xf4\x24\x81\xcf\xb3\x1f\x78\xf6\x03\x3a\xba\x3f\x81\x92\xc3\xa0\xc4\xb8\x68\x74\xe6\xdd\x15\x86\x8d\xdb\xaa\x46\x88\x72\x82\xc0\xce\x68\x76\x18\xae\xb4\xd9\xc1\xca\x3d\x81\x12\x8b\xbe\xef\xbf\x8d\xdf\xdd\xfd\xaa\xc4\xe5\x30\x83\x48\xee\xe9\x3b\xb6\x2f\xe1\x83\xa9\x0d\xe9\x47\x17\xec\x7b\x6b\x09\x52\x52\x62\x71\xfe\xff\xb6\x6f\xfb\x76\xa1\x2e\xdf\x16\xf0\x03\x0e\xda\x05\x25\x8c\xcf\x89\x81\x5a\x8f\x46\xfb\x02\x5c\xdf\x2a\xd1\x57\x6a\x5f\x8e\x4b\x30\x99\x92\x1b\x61\x09\x09\xfd\x58\xae\xa5\x44\x07\x6c\x3a\x24\xb7\x75\xa1\x0b\x68\xa1\xa3\x0a\xb6\x06\xc3\xa6\xb1\x68\xee\x81\x8e\xf7\x9f\xce\xab\x9d\x1b\x96\x88\xfc\xc1\x11\x18\x46\xda\x2b\xd1\x8d\x9a\x3a\xef\xd6\xdd\xc4\x48\x3b\x37\xbc\xa0\xaf\xca\x3f\x9e\x79\x94\xc3\x09\xaf\x4d\x68\xee\x1b\x21\xe0\x11\xcc\xcf\x3a\x58\x0f\x74\xa3\x07\x50\x22\x68\x76\x23\x34\x10\xf4\xda\xc3\x1f\xc1\x59\xef\xc2\x56\x09\xa6\x0c\x8d\x1b\xf4\x16\x8e\x79\x6d\x90\x06\xcd\x4a\x7c\xfe\x2c\xda\xe9\x6b\x7b\x5d\x18\xa9\xfd\x58\x11\xf1\xb7\x78\xc8\xc8\x20\xbe\x7c\x69\x84\xf0\x9a\x21\xb1\x12\x1b\xed\x13\x34\x2e\x72\x09\x90\x56\xfb\x60\x6e\x81\x1c\x5a\x25\xde\xf6\xa9\xb9\x77\xc1\x2a\x71\x83\x76\x8e\xd3\xdc\xe7\x35\x78\xe0\xf7\xb4\xcd\x03\x04\x4e\x25\xf0\x1a\x91\x13\x93\x8e\xb2\xa0\xe6\x39\x21\xf9\x6f\x5d\x9f\xa9\xed\x91\xda\x08\x61\x80\x58\x5a\x47\xaf\x58\x15\xd8\x6d\x4a\x43\x41\x2a\x6c\x8f\xd9\xca\xd7\xe2\x54\x34\x12\x8e\xce\x02\x75\xfa\x29\x13\x4c\x75\x3c\x18\x1e\xb0\xc9\xb4\x12\x8a\xf2\x55\xe1\xe2\x95\x09\xbd\x07\x92\x9a\x59\x9b\x9d\xb4\x50\x7e\x26\xf2\x59\xd1\xfd\xac\x68\x0d\x9a\x33\x81\xdc\x96\x94\x26\x6c\x89\xac\x19\x7e\x99\xf4\xb9\xf2\x0e\x02\x5f\x1d\xf3\x7e\x57\x2c\xdf\xbc\xe0\xac\x80\x46\xa0\xaf\x39\x8d\x10\x83\x7e\x94\x11\xed\xec\xf7\xec\xb2\x2f\x11\x6b\xb1\xe5\xd6\x48\x8f\x9f\x24\xef\x08\xd2\x0e\xbd\x55\x62\xe2\xfc\xaf\x72\x06\xfd\xe8\x86\x3c\x48\x0b\xba\xea\xc3\xda\x05\xa0\x83\x9f\xf3\xcb\xef\x91\x64\x04\x3a\x1e\x0f\x26\xd5\xc0\x85\x6a\xf0\x0c\x4a\x66\x2f\x6d\xa6\x3a\xa4\x87\x24\x87\x42\x2d\xd5\x92\x5e\xaf\xc1\xcf\x41\xeb\x07\x42\x0f\xb5\xde\x14\x80\x21\xb5\x0e\xbb\xd2\xa3\x4b\xf4\xa5\x17\x0f\xb7\x96\x02\x23\x84\xb4\x73\x1b\x96\x2e\x6c\x48\xbf\xd3\xd1\xa5\xaa\x51\x23\x44\x44\x2b\x07\x1d\xdc\x06\x12\xcb\xa8\x79\xf7\x4a\xab\x14\xdd\x1a\x21\xa8\x0a\x2d\x4f\x1b\xe7\xab\x0a\x52\x0e\xec\x06\x90\x04\x0f\xb9\xf8\x2c\x07\xcc\x3c\xb1\x16\x7d\x99\xdc\x04\xe4\xb4\x77\x4f\x20\x27\xf1\x63\xf6\x87\x7b\x9d\xd5\xb1\x29\x7e\xd2\x3e\x31\x0c\x92\xa0\xa6\x6a\x27\xb8\x5c\xef\x03\x90\x1b\xc1\xb6\xab\x4a\x58\xce\x78\x1d\xcd\x49\xc6\x52\x7f\x67\x60\x16\xe2\x64\x38\x07\x5d\x36\xd8\xdc\x42\x18\x02\x98\x22\xf4\x6f\x23\x10\x39\x3b\x5d\x44\x1b\x03\xb1\x80\x0c\x81\xef\xf6\x11\x92\x12\x3a\x46\x3f\x2f\xdd\x6e\x0c\xf6\x54\xf1\x48\xc8\xb8\xce\x9b\x37\xa7\x9c\xbf\x12\x86\x32\xbd\x99\xca\x1e\xb8\x28\xeb\xd7\x1c\x1d\xfe\x27\x7f\x8d\x10\x0f\x31\x29\x71\xde\xcf\x49\x97\xd6\x9e\x37\x52\xad\xfd\xe9\x98\x07\xe0\x4f\x48\xf7\xc7\x85\x35\x70\x56\x62\x71\x71\x59\x22\xcf\xe0\xad\xcf\x5b\x17\xa6\xd5\x47\x60\x77\x9a\xbb\x63\x57\xe0\x98\xe4\xcc\x8b\xe8\x9d\xd9\x37\x91\xf0\x71\xff\x62\x17\xcd\xeb\x5f\x1a\x67\xe9\x50\xcb\x76\x71\xfe\x43\x59\xff\xdd\xe2\xa2\x29\x55\x70\x61\x7b\x1d\x36\x58\x57\xd7\xe9\x93\x32\xbf\x12\x6a\xd1\x9f\xd7\x9c\x0a\x78\x33\xc5\x53\x82\x4d\xbc\xa8\xfe\x6b\x55\xde\x2b\x61\x74\x6b\x88\x9b\x11\x7d\x1e\x4e\xb6\x70\x7d\x77\x7e\xcf\xc8\xba\x9c\x84\x88\x40\x1f\x57\x3f\x11\xe6\xa8\x44\xc8\xde\xcf\x06\xdf\x7a\x36\xe6\x3e\x7e\xbe\xf0\xf4\x86\xb5\x93\x41\x6a\xfe\x09\x00\x00\xff\xff\xc6\x5a\x77\x87\x95\x07\x00\x00") - -func masterEtcOriginNodeNodeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeNodeConfigYaml, - "master/etc/origin/node/node-config.yaml", - ) -} - -func masterEtcOriginNodeNodeConfigYaml() (*asset, error) { - bytes, err := masterEtcOriginNodeNodeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/node-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeNodeKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterEtcOriginNodeNodeKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeNodeKubeconfig, - "master/etc/origin/node/node.kubeconfig", - ) -} - -func masterEtcOriginNodeNodeKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginNodeNodeKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/node.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xcf\x4f\xdb\x4a\x10\xbe\xe7\xaf\x18\x71\xe1\xbd\x83\x93\x87\x1e\xbd\x58\xe2\x80\x40\x6a\x91\x28\xb5\x04\xea\x7d\x62\x0f\xf6\x28\xeb\x9d\xed\xee\xd8\xd4\xa5\xfc\xef\xd5\xda\xeb\x14\x48\x42\x5b\xa9\xa7\x64\x7e\x7d\xdf\x97\xf9\x26\x8b\x8e\x3f\x93\x0f\x2c\x36\x87\xfe\x64\xb1\x61\x5b\xe5\x50\x48\xb5\x68\x49\xb1\x42\xc5\x7c\x01\x80\xd6\x8a\xa2\xb2\xd8\x10\x43\x80\x50\x36\x54\x75\x86\xfc\x12\x8d\x6b\x70\xb9\xe9\xd6\xe4\x2d\x29\x85\x25\xcb\xaa\xf4\xac\x5c\xa2\xc9\x9c\x54\x39\x1c\x1f\x2f\x00\x0c\xae\xc9\xa4\x61\x71\x64\x43\xc3\xf7\x3a\xf6\x4a\xeb\xc4\x92\xd5\x1c\xd0\xf1\xbe\xba\x55\x2f\x26\x73\x06\x2d\xe5\x70\xac\xbe\xa3\x08\x68\xb1\xa5\x1c\x5a\x0c\x4a\x3e\x9b\x26\x63\x2a\x38\x2c\x29\x87\xa8\x27\x0b\x43\x50\x6a\x17\xc1\x51\x19\x89\x23\x12\xb2\x25\x3f\xca\xc8\x00\x7d\x9d\x04\x65\x10\x14\xbd\xa6\xef\x13\x66\x0a\x66\x4d\x19\x64\x59\x29\xf6\x9e\xeb\xb3\x15\x69\xb9\x12\xcf\x35\xdb\xd5\xd4\x9b\x3e\x52\xc3\x72\xc0\xd6\xa4\xa1\xc7\x47\x70\x9e\xad\xc2\x51\x96\x19\xa9\x0d\xf5\x64\xce\x8e\xe0\x9f\x4b\xf2\x74\x0f\xcb\x8b\x69\xe0\x62\xde\xc1\xb5\xd4\xd7\xb1\x65\x79\x5e\x5c\xdd\x92\xef\xc9\xff\x0b\xdf\xe1\x4b\x27\x4a\xf0\xf4\x34\x62\x96\xd2\xb6\x68\xab\x59\xf8\x76\x57\x63\xcc\x2d\xd6\x94\x47\xd6\x19\xfa\x2a\x66\x42\x8c\xe2\x16\x8b\xb8\xc4\xd7\x88\xe3\x50\xd1\x19\x53\x88\xe1\x72\xc8\xe1\xdc\x3c\xe0\x10\xc6\x9a\xe1\x9e\x2c\x85\x50\x78\x59\xd3\xc4\x09\xd0\xa8\xba\xf7\xa4\x73\x08\xe0\x50\x9b\x1c\x1a\x42\xa3\xcd\xb7\x9f\x59\xf1\x9a\xc3\xe9\xe9\xff\xdb\x4c\xbc\x9a\xe8\xda\x87\xbb\xbb\xe2\x36\x65\xd9\xb2\x32\x9a\x4b\x32\x38\xdc\x52\x29\xb6\x0a\x39\x9c\xbe\x4b\x55\xe5\x96\xa4\xd3\x6d\xe1\xe4\xbf\xb1\x30\x99\x3f\x7b\xe3\x09\x2b\xfe\x43\x95\xab\x38\x34\xfc\x0d\xad\x49\xd2\x41\xad\x81\xca\xce\xb3\x0e\xd1\x02\xfa\xba\xd5\xe3\x3c\xf7\x6c\xa8\xa6\x2a\x87\x78\xd3\x63\xba\x17\xd3\xb5\xf4\x51\x3a\xab\xdb\xd3\x6c\x63\x54\x8c\xda\x77\x2f\x2f\x81\xbd\xf8\x33\x4c\x57\x98\x2a\xf1\x67\x7e\xb2\x66\x78\x46\x72\x10\xb2\x34\xd2\x55\xce\x4b\xcf\xd5\x01\xe4\xd8\x90\xbd\xea\xf8\x25\x43\x8f\x7e\x65\x78\x3d\xb3\xec\x03\x8e\xef\xcc\x01\x6d\x6e\xc3\xfb\x26\xe6\xf4\x1e\x2a\xa9\xf7\x0d\x4c\xe9\x46\x82\xde\x90\x3e\x88\xdf\x6c\xf5\x3a\xcf\x32\x1a\x64\x30\x84\x9b\x71\x66\x7a\x39\x32\x2b\x15\x65\xf3\x63\xb6\x98\xed\x49\xcf\x47\x84\x1a\x69\x17\xcf\xcf\xeb\x80\x45\xfb\x0d\xfa\x1d\x90\x5d\x53\xde\xb6\xe4\x20\xe6\x4b\x1b\x76\x91\x92\x07\x6f\x6a\x9a\xb7\xbe\xc7\x8a\xb7\x79\x93\x27\x3b\x8e\xfc\x08\x00\x00\xff\xff\xb2\xe2\x07\x25\x7e\x06\x00\x00") - -func masterEtcOriginNodePodsApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsApiserverYaml, - "master/etc/origin/node/pods/apiserver.yaml", - ) -} - -func masterEtcOriginNodePodsApiserverYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsAroadmissioncontrollerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x53\x41\x4f\xdc\x4c\x0c\xbd\xe7\x57\x58\xdc\xb3\xf9\xd0\xc7\xa1\x9a\x1b\xa2\x52\xdb\x43\xe9\x4a\xa0\x5e\x91\x99\x31\x1b\x8b\xc9\x78\x3a\xe3\x59\x1a\x28\xff\xbd\x9a\x34\x1b\x42\x8b\xd8\x3d\xed\xf8\xd9\xcf\xcf\xcf\x0e\x46\xfe\x4e\x29\xb3\x04\x03\xfb\xd3\xe6\x9e\x83\x33\xb0\x15\xd7\x0c\xa4\xe8\x50\xd1\x34\x00\x18\x82\x28\x2a\x4b\xc8\xf5\x09\x90\x6d\x4f\xae\x78\x4a\x1b\xf4\xb1\xc7\xcd\x7d\xb9\xa5\x14\x48\x29\x6f\x58\x3a\x9b\x58\xd9\xa2\x6f\xa3\x38\x03\x27\x27\x0d\x80\xc7\x5b\xf2\x73\xb1\x44\x0a\xb9\xe7\x3b\x9d\x72\x65\x88\x12\x28\xa8\x01\x4c\xd2\xa2\x1b\x38\x57\x35\xad\x95\xa0\x49\xbc\xa7\xf4\x56\xd1\x84\xb5\xd1\x63\x20\x03\x27\x9a\x0a\xd5\x2e\x01\x07\x7a\x97\xa7\x26\xe4\x88\x96\x0c\x54\xc9\x6d\x1e\xb3\xd2\xd0\xe4\x48\xb6\x6a\xab\xb9\xc8\x81\xd2\xac\xb4\x05\x4c\xbb\xf9\xff\xf4\x3a\xb0\xfe\x25\xae\x56\x0e\x03\x06\xb7\x4a\x7d\x2c\x89\xe6\x17\x0f\xb8\x23\x03\x4f\x4f\xb0\xb9\x90\x70\xc7\xbb\xcd\x97\x1a\xc9\x9b\xf3\x24\xe7\x07\xca\x8b\x85\x12\x7e\xc1\x8f\x22\x4a\xf0\xfc\xbc\x26\xd8\x16\xef\xb7\xe2\xd9\x8e\x06\xce\xfd\x03\x8e\x79\x46\x8f\x4e\x5d\x7f\x89\xd0\x71\xa0\x9c\xb7\x49\x6e\xe9\xa0\x13\xa0\x57\x8d\x9f\x48\x5f\x02\x00\x11\xb5\x37\xd0\x13\x7a\xed\x1f\xbb\x5a\x38\xae\x51\x49\x6a\xe0\xc3\xd9\xd9\xff\xab\x60\xbd\x87\x2a\xe2\xf3\xf5\xf5\xf6\x6a\x89\x73\x60\x65\xf4\x1f\xc9\xe3\x78\x45\x56\x82\xcb\x06\x4e\xff\x5b\x70\xe5\x81\xa4\xe8\xbf\x50\x26\x5b\x12\xeb\x58\x3d\xa1\x9f\x2b\x71\x31\xf1\x9e\x3d\xed\xc8\x19\xa8\x4b\x9f\x81\xbd\xf8\x32\xd0\x57\x29\x41\xf3\x4b\x72\x0b\x43\x8d\x6c\xa7\x71\xba\x9b\x7a\xcc\xdd\x8d\x14\x5d\xe9\x9e\xad\xab\xbb\xb2\xd3\x66\x56\x58\x1d\xfc\x5b\xf0\xe3\xab\x4e\x6f\xb3\x1e\xf1\xfe\xa5\x13\xa9\x6d\x11\xed\x7b\x5d\x7a\xc9\x7a\x49\xfa\x20\xe9\x7e\x89\xc5\xc4\x32\xf9\xe1\x31\xe7\xcb\x89\xe9\xcf\xe5\xb6\x41\x1c\xb5\x87\xef\xad\x39\x38\xb1\x9c\x6f\x25\x9b\x94\x36\xaf\x97\xdb\x91\xda\x4e\x12\xef\x38\x74\xd6\x4b\x71\x31\xc9\x9e\xdd\xa2\xf8\x6d\x5f\x8e\xf0\x1d\x71\xe1\xb5\x03\xbf\x03\x00\x00\xff\xff\xe0\x6d\xe3\x3b\x78\x04\x00\x00") - -func masterEtcOriginNodePodsAroadmissioncontrollerYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsAroadmissioncontrollerYaml, - "master/etc/origin/node/pods/aroadmissioncontroller.yaml", - ) -} - -func masterEtcOriginNodePodsAroadmissioncontrollerYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsAroadmissioncontrollerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/aroadmissioncontroller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsControllersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x41\x6f\xdb\x3a\x0c\xbe\xe7\x57\x10\x39\xbd\x77\x70\xfc\x1e\xd0\xc3\x60\xa0\x87\xae\x19\xd6\x61\x4d\x67\xa0\x5d\xb1\x5b\xa1\xc8\xac\x43\x44\x96\x3c\x92\x76\x9b\x75\xfd\xef\x83\x6c\x27\x5d\x52\xa7\xd8\x92\x83\x25\x91\xfc\xf8\x91\x1f\x25\x53\xd3\x2d\xb2\x50\xf0\x19\xb4\xff\x4f\xd6\xe4\x8b\x0c\xf2\x50\x4c\x2a\x54\x53\x18\x35\xd9\x04\xc0\x9b\x0a\x33\xb0\xc1\x2b\x07\xe7\x90\x65\x38\x93\xda\x58\xcc\x60\xdd\x2c\x31\x91\x8d\x28\x56\x13\x00\x67\x96\xe8\x24\x86\x01\x84\x1a\xbd\xac\xe8\x5e\x67\x14\x52\x1b\xaa\x3a\x78\xf4\x7a\x08\xf5\xca\xaf\x33\x26\xb5\x33\x1e\x33\x98\x2a\x37\x38\x9d\x48\x8d\x36\x82\x46\xab\x21\x8f\xdc\xa5\x48\xc0\x70\x39\x24\x4b\x40\xd4\xb0\x0e\xeb\xca\x88\x22\x0f\x9b\xc3\x7c\x09\x24\x89\x0d\xfe\x9e\xca\xd3\x14\xd5\xa6\x81\xa9\x24\x9f\xf6\x31\xc3\x67\x70\x98\x6d\x4c\xe5\x76\x41\x8e\x44\xd1\x9f\xae\x54\x6b\xc9\xd2\xf4\xbf\x59\xf7\xcf\xde\x9d\x9c\x9c\x0c\x3e\x4f\x4f\x50\x33\x79\x85\x69\x92\xb8\x50\x3a\x6c\xd1\x9d\x4e\xe1\x9f\x39\x32\xde\xc3\xec\xbc\x07\x3d\xdf\xf6\xe2\x32\x94\x97\xd1\x25\x1a\x06\x8a\x0b\xe3\x4d\x89\xfc\x2f\xfc\x84\xef\x4d\x50\x84\xe7\xe7\x0e\xdb\x86\xaa\x32\xbe\xd8\x16\xbb\xeb\x59\xb7\x47\xdf\x6e\x0d\xbd\x5a\x9f\xbf\xbe\xff\x70\xb7\x38\xfb\x76\x97\xcf\xef\x6e\xbf\x5c\x5e\x77\x46\x80\xd6\xb8\x06\xb3\xc8\x72\x36\x47\xa6\x16\x8b\xd9\xc2\x3c\xce\x8d\x9a\x39\xc9\x5a\x72\xe4\xdb\x45\xc7\xb2\x6f\xf2\x35\x72\x4b\x16\x0f\xa9\x50\x65\xca\x01\x65\x28\xe8\x53\x3c\x91\x6d\x15\x79\x94\x6e\x34\x28\x6f\x9c\xcb\x83\x23\xbb\xc9\xe0\xcc\x3d\x98\x4d\x2f\x88\xa3\x16\x3d\x8a\xe4\x1c\x96\x98\x0d\x5c\x63\x97\x3f\xa2\x6e\xb7\x00\xb5\xd1\x55\x06\x2b\x34\x4e\x57\x3f\x5e\x4e\x03\x6b\x06\x3b\x09\xe2\x4f\xec\x0a\x63\x13\x2e\x6e\x6e\xf2\xbe\xf2\xb1\x11\x06\x10\xb4\x0d\x93\x6e\x22\x6d\x7c\xdc\x65\xaa\x99\x5a\x72\x58\x62\x91\x41\x9c\xbe\xee\xb8\x0d\xae\xa9\x70\x11\x1a\xaf\xbb\x81\xab\xe2\x2e\xef\x58\x8d\xcc\xd1\x80\xd6\xa7\xde\x1b\xaa\xb7\xc3\xad\x0b\x4d\x51\x73\x68\xa9\x38\x86\x12\x3d\x92\xad\xcb\x11\xb4\x97\x9b\x92\x32\x96\x24\xca\x84\x32\x2b\xf6\x01\x85\x4a\x6f\xb4\x61\x4c\xa8\x8a\x8d\x1c\xc1\x6a\x84\x53\x47\x4b\x7c\x44\x9b\xc6\xab\xce\x1e\x15\xa5\x5b\x3a\xd4\xa4\x76\x4d\x49\x5e\x06\xd4\x3e\x90\x43\x6d\x4a\xa3\xdd\xab\x72\x11\x44\x6f\xc2\x6e\xa2\xf6\xb2\xbf\xc6\x58\x05\xd1\x2b\xd4\x87\xc0\xeb\x5d\xef\x6b\xa6\xd0\xa9\xe4\x8c\xc8\x55\x4f\xbb\x7b\x6d\x12\x1f\x0a\x4c\x2c\x93\x92\x35\xf1\x92\xf6\x1a\x0d\x2f\x43\x84\xea\x4a\x98\xfc\x3e\x3d\xc7\x74\x1a\x57\xe9\x4f\x50\xf6\xe4\x1a\xc1\x3a\xd4\xea\x4d\xcc\x23\xa2\x4d\xde\x54\xec\x28\xe2\x5f\x48\x37\x2e\xc8\xaf\x00\x00\x00\xff\xff\xe0\x81\x84\xe8\x1f\x06\x00\x00") - -func masterEtcOriginNodePodsControllersYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsControllersYaml, - "master/etc/origin/node/pods/controllers.yaml", - ) -} - -func masterEtcOriginNodePodsControllersYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsControllersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/controllers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsEtcdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x54\x5d\x6f\xe2\x3a\x10\x7d\xe7\x57\x58\xbc\xf4\xc9\x41\xb4\xf7\xf6\xde\xfa\xad\x82\x4a\x5b\x69\xcb\x22\x6d\xb5\xaf\xab\xc1\x9e\x12\x0b\x67\x9c\xb5\x27\x69\x51\xcb\x7f\x5f\xd9\x49\x20\xfd\xe0\x01\xb0\xcf\x7c\xf8\xcc\x99\x19\xa0\xb6\xbf\x30\x44\xeb\x49\x89\x76\x3e\xd9\x59\x32\x4a\xac\xbd\x99\x54\xc8\x60\x80\x41\x4d\x84\x00\x22\xcf\xc0\xd6\x53\x4c\x57\x21\xa2\x2e\xd1\x34\x0e\x43\x01\xae\x2e\xa1\xd8\x35\x1b\x0c\x84\x8c\xb1\xb0\x7e\xa6\x83\x65\xab\xc1\xc9\xda\x1b\x25\x2e\x2e\x26\x42\x38\xd8\xa0\xeb\x83\x7d\x8d\x14\x4b\xfb\xc4\xd9\xd7\x57\xb5\x27\x24\x56\x02\x59\x9b\xaf\x1c\x88\x83\x77\xb2\x76\x40\xa8\xc4\x05\x87\x06\x53\x46\x82\x0a\x95\xa8\x20\x32\x06\xd9\x87\x26\x2c\xd6\xa0\x51\x89\xc4\x48\xc6\x7d\x64\xac\x26\xb1\x46\x9d\x9e\x4e\xa9\xc0\x12\x86\x4c\x44\x0a\x08\xdb\x9e\x92\x14\x6f\xf9\x57\x88\x88\x2c\x24\xf4\x97\x42\xcc\x90\x75\xfa\x98\xfc\x55\x68\x4f\x4f\xbd\x0d\x5f\x50\x9f\x28\x6b\x5f\x55\x40\x66\xc8\x36\xdb\x58\x9a\xc5\xb2\xbf\x49\x9d\x0f\x48\xed\x60\xef\xc8\xdf\x3d\x2e\x96\x8b\xc7\xef\xbf\x6f\xd7\xf7\x7d\xd2\x16\x5c\x83\x4a\x4c\xaf\xa6\x19\xb0\x15\x6c\x51\x89\xd7\x57\x51\x2c\x3c\x3d\xd9\x6d\x71\x9f\x90\x58\x3c\xe4\xb2\xef\x58\x1b\xf1\x26\xfe\x34\x9e\x51\x1c\x0e\xa7\x90\x75\xe3\xdc\xda\x3b\xab\xf7\x4a\xdc\xba\x67\xd8\xc7\x6c\x73\xb6\x45\xc2\x18\xd7\xc1\x6f\x50\x8d\xea\x18\xce\x1f\xea\xe8\xb8\xa6\x1a\x35\xbb\x11\x22\xa5\x06\x8d\x81\x47\xd0\x49\x27\x0d\x85\x7e\x67\x92\xf2\xac\x6f\x8d\x18\x3e\x79\xef\x70\x7f\xde\xf9\xbd\x51\x4a\x24\x53\x7b\x4b\x1c\x47\x68\xc9\x5c\x47\x35\x9b\x25\xd9\xbe\xf9\xc8\x49\x6c\x71\x38\xa8\xcb\xab\xff\x6e\xc6\x75\xf5\xa1\xe3\x48\x04\xc7\x65\x0f\x58\xb2\x6c\xc1\x2d\xd1\xc1\xfe\x27\x6a\x4f\x26\x2a\xf1\xcf\xbf\xd9\xda\xf5\xef\xd8\xfd\x88\xba\x09\x96\xf7\x0b\x4f\x8c\x2f\x3c\xa8\x57\x07\xdb\x5a\x87\x5b\x34\x4a\xa4\xb1\xcd\x70\xeb\x5d\x53\xe1\x83\x6f\x88\x8f\xc3\x57\xa5\xdb\x1a\xb8\x54\xa7\x7a\xfb\x1c\xa7\x97\xa4\xce\x23\xd0\xe3\x01\xc1\xfc\x20\xb7\x1f\x65\x7e\x9f\xa7\x85\x30\x73\x76\x73\x26\x57\xda\xec\x8c\x3e\xfb\xb0\xb3\xb4\x5d\xda\xf0\x39\xa6\xf4\x91\x57\xc8\xc9\xe5\xf8\x8c\xa1\x38\x4c\xd6\x74\xe5\x09\xa7\x1d\xd6\x8d\xa7\x3a\x8a\x13\x31\xb4\xfd\x9e\x75\xd4\xe6\xd7\xff\x17\xd7\x57\xc5\xfc\xf2\xa6\x98\x5f\xf7\xa2\x41\xd0\x25\x8e\x7c\x52\xc3\x96\xbe\x02\x4b\xab\xae\x65\x93\xac\xa1\xcf\xd2\x3a\x88\x71\x95\x0b\xe8\xb6\x5a\x92\x37\x28\x87\xbf\x9a\xc9\x20\x6c\xbf\xda\x89\x7a\x16\x62\x68\xc5\x17\xe2\x7e\x25\xed\xd9\xc8\x4f\x72\x7e\x14\xf3\x6f\x00\x00\x00\xff\xff\x8d\x7b\x37\x76\x49\x05\x00\x00") - -func masterEtcOriginNodePodsEtcdYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsEtcdYaml, - "master/etc/origin/node/pods/etcd.yaml", - ) -} - -func masterEtcOriginNodePodsEtcdYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsEtcdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/etcd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsOvsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\xdf\x6f\xdb\x36\x10\x7e\xf7\x5f\x71\xeb\x86\x64\x03\x26\x29\xce\x1a\x04\x55\x90\x0e\x45\x37\x0c\x79\xc8\x0f\x24\x5b\x5f\x8a\x22\xa5\xc9\xb3\xc5\x99\x22\x19\xde\xd1\xae\x97\xf6\x7f\x1f\x48\x4b\x8a\xbd\x38\x5d\xd1\x3e\x59\x77\xba\xfb\x78\xf7\xdd\x77\xa2\x85\xd7\x6f\x30\x90\x76\xb6\x86\xc5\x78\x34\xd7\x56\xd5\x70\xe5\xd4\xa8\x45\x16\x4a\xb0\xa8\x47\x00\xc2\x5a\xc7\x82\xb5\xb3\x94\x4c\x00\x92\x0d\xaa\x68\x30\x94\xc2\xf8\x46\x94\xf3\x38\xc1\x60\x91\x91\x4a\xed\x2a\x19\x34\x6b\x29\x4c\xe1\x9d\xaa\x61\x7f\x7f\x04\x60\xc4\x04\x4d\x97\x2c\xbc\xaf\xc1\x2d\x28\x1b\xd2\xb5\xde\x59\xb4\x5c\x83\x45\x5e\xba\x30\xcf\x6e\xe7\xd1\x52\xa3\xa7\x9c\xf1\x76\xc7\xf0\xca\x63\x0d\xda\x4e\x83\x18\x01\x58\xd1\x62\x0f\x9b\x9e\xc9\x0b\x99\x1c\x3d\x50\x41\xca\x8e\xc8\xa3\x4c\x45\x48\x67\x59\x68\x8b\x21\x97\x54\xa4\x2a\x5a\x61\xd5\xba\xbe\x02\xaa\x89\xb6\xd5\x44\x50\xd3\xd9\x85\xec\x1e\x3e\xe6\x5f\x80\xef\xbf\xdb\x0e\x01\x20\x64\x28\x30\x3a\xf0\xda\xe3\x54\x68\x33\xea\x43\x41\x4f\x41\x58\xc7\x0d\x06\xf0\xc1\x49\x24\x02\x4d\x60\x34\x31\x5a\x6d\x67\xe0\x2c\x70\x83\x20\xad\x2e\x08\xc3\x02\x03\x90\x93\x73\xe4\x9f\x61\x29\x34\x43\xb4\xac\x0d\x68\x06\xfc\xa0\x99\x3a\x54\x0e\xc2\xc3\xfe\x5c\x1b\x03\x3f\xfc\xf8\xb7\x9b\x10\x14\xfe\xa7\x93\x1c\x02\x07\xfb\xf0\xe7\xef\xd7\xe7\x5d\xe4\xb2\xd1\x06\x81\x43\xc4\x13\x50\xae\x73\x42\x2a\xaa\x8a\x14\x2a\x6a\x44\xc0\x2a\xb1\xb4\xa0\xa5\x66\xd9\x54\x24\x83\xf6\x4c\x95\x5b\x50\x21\xd9\x00\xb1\xe0\x48\xb0\xf7\xb2\x52\xb8\xa8\x6c\x34\xe6\x24\xd5\x6b\x07\x28\x00\x94\x8d\x83\x67\x4b\x11\x52\x3f\x35\xbc\x7a\xdc\xad\x8c\x21\xa0\x65\xb3\x82\x56\x58\x31\x4b\x6d\x5f\xbe\xb9\x59\x77\x98\x8c\x23\x82\xb2\x2c\x9f\xc1\xe1\xcb\xbd\xf1\x06\x30\x19\x44\x0f\x47\xb0\x97\x03\x87\x17\x68\x08\x37\xa2\x26\x01\xc5\x7c\xb0\xa7\xba\x7b\x54\xce\xe2\xc3\x14\x8c\x88\x56\x36\xe9\xd4\xce\x35\x8d\x56\x26\x49\xc3\x5d\xd4\x0c\xf7\x1b\x78\x5f\x4c\x8c\xf3\x9b\x24\x64\xee\x3b\xc7\xa7\xcd\x39\xe5\x03\x6e\xce\xfe\xd8\x98\xca\x97\x73\x1f\x18\x8a\xc2\xba\x22\xb9\xba\x30\x05\x45\x41\x2b\x62\x6c\x0b\xad\x4e\x83\xb0\xca\xb5\x0f\x8d\x5e\x23\x71\xd0\x92\xb3\xa8\x6c\x6c\x27\x18\xc0\x4d\xc1\x73\x13\x50\x28\x82\x2d\x20\x19\x50\x30\x12\xb0\x83\x80\x2a\x4a\x4c\x59\x03\x94\x68\x5d\xb4\x9c\xb2\xaf\x6f\x6e\x92\x04\x23\x21\x25\xbd\x36\x8e\x98\x60\xa9\xb9\x49\xf3\x5c\x81\x74\x01\x69\x48\x6b\x98\x3d\xd5\x55\x35\x89\xb3\x7f\xb4\x31\xa2\x0c\xa8\x1a\xc1\xa5\x74\x6d\x45\x8d\x5b\xde\x4e\xe2\xac\x94\x33\xfd\xab\x56\xa7\xe3\xa3\xe3\xf1\x2f\xc7\x2f\xbe\x36\xf7\xf0\xf8\xc5\xf1\x68\x50\xf4\xdb\xb7\xf0\xde\x26\xd5\xbd\x87\x62\xc6\x30\x3e\x84\x77\xef\x1e\x89\x75\xdd\x7f\x62\x37\xf3\x9a\x77\x2c\x6d\xef\xa5\x47\x7b\xbb\xb8\xc9\xc4\x40\x09\x59\xc2\xb7\xd2\xd9\xa9\x9e\xd5\xb6\x08\xb8\x10\x46\x2b\xc1\x2e\x14\x1d\x93\xa7\xcf\xbf\x19\xb5\x11\x56\x19\x7c\x40\x1c\xf7\xfa\x19\x44\xfc\x55\x42\x51\x93\xfe\x4b\xb2\x43\x28\xbb\x3e\x0b\xfd\xa2\x9d\xac\x97\x26\xd3\xd9\x8a\x19\xd6\x70\x7f\x0f\xe5\xeb\x5c\x6e\x79\x96\x3c\x54\x5e\x38\x85\xf0\x11\xee\xa2\x63\x84\x4f\x6b\xa1\x77\x1f\xdf\x87\x02\xb3\x37\x20\xb9\x18\x24\x76\xdf\x7d\x00\xa3\x5b\xcd\x83\x05\x20\x7d\xac\xe1\xf0\xe0\xa0\x1d\x3c\x2d\xb6\x2e\xac\x6a\x78\x7e\x70\x70\xde\x53\x10\xf0\x2e\x22\x3d\xca\x1b\xef\x48\x1b\x0f\x69\x84\x32\x06\xcd\xab\xd7\xce\x32\x7e\xe0\x3e\xd7\x07\xbd\xd0\x06\x67\xa8\xea\xdc\x7c\x7f\x44\xb4\xaf\xe8\x2f\xc2\x50\x77\x1b\xbc\x70\x26\xb6\x78\x9e\xe4\x4f\xfd\xad\x90\x97\xe1\x4a\x70\x53\x43\x65\xf4\xa4\x6a\x5d\xba\x02\x7b\xd9\xaf\x29\x48\x8b\x51\x6c\xbf\x48\x93\xbd\xb4\x66\xb5\x71\xe0\x36\x56\x88\xb6\xfa\x2f\x75\x5b\x78\x21\xda\xa2\xbf\x2f\xb7\x53\x17\x22\x7c\x4b\x3a\xad\x76\x54\xff\xe0\xfc\xdf\xca\x91\xe5\xe7\x8f\x5e\x0b\xbd\xd8\x8e\x49\x6f\x2e\xd6\xf7\xf8\x80\x9c\x7c\x57\x67\xbf\x0d\xb6\x0f\xda\xe5\xf1\x19\x41\x74\x91\x01\x3b\x21\x5b\xa7\xb0\xe8\xff\x61\x8c\xfa\x49\x75\xf7\x78\x86\x49\xb5\xf5\xe3\xde\x3d\xad\x9d\xb3\x7a\x32\x7b\x17\xc1\x3b\xe9\x7d\x12\xa1\xa7\xf4\x11\xcb\x4f\x66\x64\x66\x83\x9e\xe9\xcf\x1e\xbd\x83\xde\x7f\x03\x00\x00\xff\xff\x41\x1c\xe0\x81\xd0\x09\x00\x00") - -func masterEtcOriginNodePodsOvsYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsOvsYaml, - "master/etc/origin/node/pods/ovs.yaml", - ) -} - -func masterEtcOriginNodePodsOvsYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsOvsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/ovs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xcb\x8a\x66\x1b\x46\x29\x2d\xd0\x61\x50\xd1\x02\x59\xe2\x75\x06\x12\x27\x68\x93\x62\x40\x51\x04\x34\x75\xb6\x38\x53\xa4\x4a\x9e\x94\x78\x49\xff\xfb\x40\xea\xcd\x8e\x23\x27\xd9\x17\x5b\xbc\x97\xe7\x5e\x78\xcf\x49\xbc\x90\x9f\xd1\x3a\x69\x74\x02\xd5\xab\xd1\x52\xea\x34\x81\x73\x93\x8e\x72\x24\x9e\x72\xe2\xc9\x08\x80\x6b\x6d\x88\x93\x34\xda\xf9\x23\x80\x13\x19\xa6\xa5\x42\x1b\x71\x55\x64\x3c\x5a\x96\x33\xb4\x1a\x09\x5d\x24\x4d\x2c\xac\x24\x29\xb8\x62\x85\x49\x13\xd8\xdb\x1b\x01\x28\x3e\x43\xd5\x38\xf3\xa2\x48\xc0\xa5\x3a\x1c\x84\xc9\x0b\xa3\x51\x53\x02\x1a\xe9\xda\xd8\x65\x10\x9b\x02\xb5\xcb\xe4\x9c\x02\xde\xc3\x36\xb4\x2a\x30\x01\xa9\xe7\x96\x8f\x00\x34\xcf\xb1\x85\xf5\xcf\xae\xe0\x02\x93\x1e\x88\x79\x95\x2b\x50\xf8\x24\x84\xd1\xc4\xa5\x46\x1b\x52\x62\x3e\x8b\x9c\xeb\xb4\xce\x8f\x41\x3c\x93\x3a\x9e\x71\x97\x35\x67\x26\x9a\x87\xbb\xf0\x0f\xf0\xe3\x0f\x9b\x26\x00\x0e\x09\x18\x96\x06\x0a\x59\xe0\x9c\x4b\x35\x6a\x4d\x41\xce\x81\x6b\x43\x19\x5a\x28\xac\x11\xe8\x1c\x48\x07\x4a\x3a\x42\x2d\xf5\x02\x8c\x06\xca\x10\x84\x96\xcc\xa1\xad\xd0\x82\x33\x62\x89\xf4\x2b\x5c\x73\x49\x50\x6a\x92\x0a\x24\x01\xde\x48\x72\x0d\x2a\x59\x5e\xc0\xfe\x52\x2a\x05\x2f\x7e\xfa\xc7\xcc\x1c\xb0\xe2\xe7\xb7\xc1\x04\x0e\xf6\xe1\x62\xfc\xf1\xb4\xb1\xbc\xce\xa4\x42\x20\x5b\xe2\x5b\x48\x4d\x23\x04\x9f\x14\x8a\xcc\xc0\x3e\xa1\xa3\x7d\xb8\xf3\x31\x39\x01\x83\xcb\xe9\xe4\x6f\x76\x74\x36\x9d\x8e\x8f\x2e\x92\xb8\xe2\x36\xb6\xa5\x8e\x37\xda\x18\xf7\xa9\x46\x3e\x55\x78\x1f\xa7\x58\xc5\xba\x54\xea\xad\x2f\x45\x77\x51\xa0\x0e\xb2\x77\xcd\xad\x2f\x35\x81\xc3\xed\x46\x88\xd2\x5a\xd4\xa4\x56\xdb\x2d\x39\x9a\x4e\x36\x7a\xe1\x55\x6f\x1c\x44\x51\xb4\x07\xaf\xdf\xbf\x7c\xb5\x16\xc7\x29\xc4\x02\xde\xc0\xcb\x60\xd8\x29\x50\x39\x5c\xb3\x9a\x59\xe4\xcb\xee\x3c\x97\xcd\x63\x6a\x34\xf6\xf7\x75\xc1\x97\x08\xc6\xdf\x43\x33\x6d\x30\x2f\xb5\x08\xd3\xdf\x26\xa6\x4d\xda\xc2\xda\x1c\xd8\xc7\x39\xc4\x48\xc2\xf7\x25\xd6\x48\x51\x1a\xff\x7e\xc0\xfa\x96\x35\x30\x91\x30\x7a\xde\x78\x89\xa2\xf6\x32\x05\x05\x2f\x3f\x4d\xbf\x40\x9c\x19\x47\x1b\xb2\x36\x2b\x39\x87\x2f\x5f\x80\x35\x71\xdc\xca\x79\x2c\xb9\x88\x8d\x95\x0b\xa9\x99\xcf\x07\xbe\x7e\xbd\xd7\xfd\x30\x93\x06\xb8\x52\x78\x53\x18\xdb\x77\xc5\x99\xd2\x0a\xdc\x81\x35\xea\x1a\xd4\x3c\xe1\x0d\x8a\x9e\x4b\xe0\x88\x5b\xea\xda\xc3\x58\x8d\xf0\x2e\x00\xd6\x30\xb1\x87\x09\x3f\x8d\x32\x5a\xf1\x5c\x01\x63\x7e\x55\x0c\x99\xbb\x54\x47\xbd\x1e\x18\x53\x66\xa1\xb0\x42\xf5\xee\xc5\xed\xf1\xf8\x8f\xcb\x0f\x57\x27\x67\x1f\x4e\xc6\x9f\xc7\x27\x09\x7b\xfd\x3d\xa4\x86\xba\x6a\x59\x5b\x6f\x80\xb3\xf3\xf1\xf4\xd3\x5f\x93\x3f\x2f\xae\x8e\xa7\x9f\xae\x8e\xcf\x4e\x0f\x27\xd3\xa6\x88\x8a\xab\x12\x13\x10\xaa\x74\x84\x36\x52\x46\x70\x15\x54\x32\xe7\x0b\x4c\xe0\xf6\x16\xa2\xa3\x3a\xd9\x89\x97\xb8\x68\xea\xfb\x7a\x07\xdf\x4a\x43\x08\xdf\xeb\x88\xeb\x8b\x06\xc0\xf7\xd5\xb5\x19\x74\x6b\xe5\xdc\x58\x4a\xe0\xd5\xc1\xeb\x37\xbf\x35\xb1\xfd\xcd\x6e\x4b\x6b\xac\x0c\xb9\xa2\xec\xdf\x20\xb3\x58\x5f\x4e\x83\xe9\x05\xdf\x4a\x74\xd4\x9d\xfd\xec\x94\x1e\x25\xef\x04\x39\xe6\xc6\xae\xbc\xec\xe0\xb4\x1e\x69\x87\xa2\xb4\x92\x56\x47\x46\x13\xde\x50\xeb\x5b\x58\x59\x49\x85\x0b\x4c\x93\xb0\x11\xda\x10\xa5\x3e\x74\x97\x0e\x6d\x02\x07\x41\x54\x19\x55\xe6\x78\x6a\x4a\xdd\xd7\x96\xfb\xd3\x39\xa7\x2c\x81\xad\x7b\xdb\xac\xc6\x38\x6a\xee\xbc\x2b\x81\xa7\x67\x5a\xad\xd6\x82\x6e\xe3\xed\x9a\xc3\x35\xe0\xce\x6c\x5d\xff\x68\x80\x66\x8d\x6d\xc3\x55\xdc\xb2\x56\xf1\xa0\x4b\x9c\xce\x4a\xf7\x40\x81\x8d\x23\xf3\xea\x67\x66\x11\x96\x69\xe5\xae\x25\x89\x6c\x07\xb2\xa9\x9e\x0d\xdc\xbf\x86\x77\xe0\xf6\x46\xff\x27\xef\xfe\x5d\x3a\x9c\xf8\x96\xd9\x26\xdc\xfd\x25\xb7\x8d\x64\x0a\x62\xfe\x1d\xd3\x2a\xb7\xa7\xa5\xdb\xb4\xdb\xce\x48\x22\x38\x6b\xa4\x74\xa0\x18\x25\x67\x2d\x82\x5f\x60\xee\x29\x95\x29\x39\x6b\x61\x83\xcf\x56\x99\xde\x72\x5a\x2b\xbb\x4e\x06\xd6\x4f\x8e\xbb\x73\x61\xa5\x09\xbc\x54\xdc\xb9\x69\xbd\x48\x56\x8e\x30\x67\xf5\xa6\x6c\x3e\x9c\x46\x2d\x05\x9b\xcf\x93\x00\xe3\xd3\x6f\x79\xfc\x20\x0d\x47\x43\x1c\xdc\x09\x30\xcc\xbb\x5d\xac\x1b\x84\xf4\xad\xcd\x8d\xff\x36\x74\xf7\x41\x7a\xf1\xa0\xf7\x3a\x4f\x1f\x64\xe9\x63\x9e\x71\xc7\xc7\x61\xae\x3e\x8a\xb1\xc6\xcf\x21\xa8\x9a\x9c\x8f\x22\xdd\xe3\xda\x63\x6c\x7c\x52\x66\x9b\x73\xfa\x04\xfe\x0d\xa2\xde\xe7\xe0\x20\x03\x77\x0e\xd0\x26\x15\x87\x89\xb8\xb3\xb8\x27\x30\xf2\x79\x7c\xfc\x2f\x00\x00\xff\xff\x7b\x9a\x32\x52\xd8\x0c\x00\x00") - -func masterEtcOriginNodePodsSdnYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsSdnYaml, - "master/etc/origin/node/pods/sdn.yaml", - ) -} - -func masterEtcOriginNodePodsSdnYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeResolvConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc8\x41\x0a\x42\x31\x0c\x45\xd1\xb9\xab\xc8\x0a\xb2\x09\xe7\xa5\xe0\x0a\x8a\x3e\x25\xa8\x89\xbc\x96\x3a\x08\xdd\xfb\xa7\x93\x3f\xbb\xf7\x64\x0a\x9b\xbf\x20\x7a\x0d\x1f\xcd\x1c\xbc\x81\xd3\xee\xd0\xca\xf8\x81\xc3\xd0\xb5\x60\xfc\x83\xef\xca\x78\xda\x07\x5a\xda\x17\x1d\x9c\x60\x97\xb5\x2e\x7e\xae\x64\x8a\x6e\xca\x14\xf8\x63\xd7\x11\x00\x00\xff\xff\xe6\xca\x71\x01\x61\x00\x00\x00") - -func masterEtcOriginNodeResolvConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeResolvConf, - "master/etc/origin/node/resolv.conf", - ) -} - -func masterEtcOriginNodeResolvConf() (*asset, error) { - bytes, err := masterEtcOriginNodeResolvConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/resolv.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeSdnKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x76\xf1\xf3\x2e\x4d\x4a\x4d\x06\xf3\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xe4\xe3\x64\x6b\x31\x00\x00\x00") - -func masterEtcOriginNodeSdnKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeSdnKubeconfig, - "master/etc/origin/node/sdn.kubeconfig", - ) -} - -func masterEtcOriginNodeSdnKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginNodeSdnKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/sdn.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt", - ) -} - -func masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt() (*asset, error) { - bytes, err := masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcSysconfigAtomicOpenshiftNode = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xc1\x0e\x82\x20\x18\x00\xe0\x3b\x4f\xe1\x13\xc0\x5c\x67\x0e\xa9\x7f\x8c\x45\xd0\x32\xbd\xba\xd4\x5f\xc7\x2a\x7e\x47\xe4\xc5\xf9\xee\x6d\xbd\xc0\xe7\xae\x77\xed\x6c\x2d\x59\x05\x45\xa3\x3a\xe3\x94\x81\x16\x8c\xdc\xb6\xac\xc2\x88\x53\xc6\x4b\x0a\x93\x9f\x79\x49\xef\x85\x02\x86\x64\x68\x36\xb8\xe2\x8b\x5b\x1a\x31\xdb\x77\xa6\x2f\x47\x05\x5d\x0b\xb7\x5a\x3b\x2b\xd7\x03\xcf\x73\x76\x6e\x0a\x28\x9d\x3d\x69\x25\x05\xa6\x41\x50\xf4\xb3\x0f\x22\xd0\x88\xa2\x27\x4a\x9f\x14\x1f\x0b\x7f\x7e\x7b\x1c\xfe\x3c\xfb\x05\x00\x00\xff\xff\x86\x4c\x17\x6e\x88\x00\x00\x00") - -func masterEtcSysconfigAtomicOpenshiftNodeBytes() ([]byte, error) { - return bindataRead( - _masterEtcSysconfigAtomicOpenshiftNode, - "master/etc/sysconfig/atomic-openshift-node", - ) -} - -func masterEtcSysconfigAtomicOpenshiftNode() (*asset, error) { - bytes, err := masterEtcSysconfigAtomicOpenshiftNodeBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/sysconfig/atomic-openshift-node", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterRootKubeConfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterRootKubeConfigBytes() ([]byte, error) { - return bindataRead( - _masterRootKubeConfig, - "master/root/.kube/config", - ) -} - -func masterRootKubeConfig() (*asset, error) { - bytes, err := masterRootKubeConfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/root/.kube/config", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginCloudproviderAzureConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\xd0\x73\x49\x2d\xca\x2c\x4b\x4d\xd1\x0b\xcf\x2f\xca\x4e\x2d\x72\xce\xc9\x2f\x4d\x09\x28\xca\x2f\xcb\x4c\x49\x2d\x72\xce\xcf\x4b\x53\xd0\x73\xce\xcf\x2b\x49\xcc\xcc\x4b\x2d\x0a\x4e\x2d\x2a\xcb\x4c\x4e\x55\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x73\xa7\x88\x79\x42\x00\x00\x00") - -func workerEtcOriginCloudproviderAzureConfBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginCloudproviderAzureConf, - "worker/etc/origin/cloudprovider/azure.conf", - ) -} - -func workerEtcOriginCloudproviderAzureConf() (*asset, error) { - bytes, err := workerEtcOriginCloudproviderAzureConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/cloudprovider/azure.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeBootstrapKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\xf3\xcb\x4f\x49\x75\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xf0\x2e\x4d\x4a\x4d\x06\x8b\x2b\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\xc9\x1b\x98\x7a\x3b\x00\x00\x00") - -func workerEtcOriginNodeBootstrapKubeconfigBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeBootstrapKubeconfig, - "worker/etc/origin/node/bootstrap.kubeconfig", - ) -} - -func workerEtcOriginNodeBootstrapKubeconfig() (*asset, error) { - bytes, err := workerEtcOriginNodeBootstrapKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/bootstrap.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func workerEtcOriginNodeCaCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeCaCrt, - "worker/etc/origin/node/ca.crt", - ) -} - -func workerEtcOriginNodeCaCrt() (*asset, error) { - bytes, err := workerEtcOriginNodeCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeBootstrapperCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\xe5\xa7\xa4\x3a\xe5\xe7\x97\x14\x97\x14\x25\x16\x80\xa5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xb5\x29\x12\x85\x43\x00\x00\x00") - -func workerEtcOriginNodeNodeBootstrapperCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeBootstrapperCrt, - "worker/etc/origin/node/node-bootstrapper.crt", - ) -} - -func workerEtcOriginNodeNodeBootstrapperCrt() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeBootstrapperCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-bootstrapper.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeBootstrapperKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\xf3\xcb\x4f\x49\x75\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xd0\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xe3\x74\x32\xfb\x48\x00\x00\x00") - -func workerEtcOriginNodeNodeBootstrapperKeyBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeBootstrapperKey, - "worker/etc/origin/node/node-bootstrapper.key", - ) -} - -func workerEtcOriginNodeNodeBootstrapperKey() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeBootstrapperKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-bootstrapper.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x4d\x73\xdb\x36\x10\xbd\xf3\x57\x60\x74\x0e\x48\xca\xb1\xda\x0e\x66\x7a\x48\x9d\x49\x9a\x69\xc7\x75\x25\xb7\x77\x08\x58\x49\xa8\x41\x2c\xbd\x58\x30\x96\xdd\xfc\xf7\x0e\x40\xca\x92\xd2\xd8\xd3\x9e\x24\xf0\xbd\xc5\x7e\xbc\xc5\xae\xee\xdd\x9f\x40\xd1\x61\x50\x62\x98\x57\x3a\xf1\xee\x0a\xc3\xc6\x6d\x55\x25\x44\x3e\x41\x60\x67\x34\x3b\x0c\x57\xda\xec\x60\xe5\x1e\x41\x89\x79\xdb\xb6\xdf\xc6\x6f\x6f\x7f\x55\x62\xd1\x4d\x20\x92\x7b\x7c\xc5\xf6\x1c\x3e\x98\xda\x10\x7f\x72\xc1\xbe\xb3\x96\x20\x46\x25\xe6\x17\xdf\xd7\x6d\xdd\xd6\x73\xb5\x78\x9b\xc1\xf7\xd8\x69\x17\x94\x30\x3e\x45\x06\xaa\x3d\x1a\xed\x33\xf0\xe9\x46\x89\xb6\x50\xdb\x7c\x5c\x82\x49\x14\xdd\x00\x4b\x88\xe8\x87\x9c\x96\x12\x0d\xb0\x69\x90\xdc\xd6\x85\x26\xa0\x85\x86\x0a\x58\x1b\x0c\x9b\xca\xa2\xb9\x03\x3a\xe6\x3f\x9e\x57\x3b\xd7\x2d\x11\xf9\xbd\x23\x30\x8c\xb4\x57\xa2\x19\x34\x35\xde\xad\x9b\x91\x11\x77\xae\x3b\xa3\xaf\xf2\x3f\x9e\x78\x94\xc2\x09\xaf\x8e\x68\xee\x2a\x21\xe0\x01\xcc\xcf\x3a\x58\x0f\x74\xad\x3b\x50\x22\x68\x76\x03\x54\x10\xf4\xda\xc3\x1f\xc1\x59\xef\xc2\x56\x09\xa6\x04\x95\xeb\xf4\x16\x8e\x71\x6d\x90\x3a\xcd\x4a\x3c\x3d\x89\x7a\xfc\x5a\x7f\xca\x8c\x58\x7f\x28\x88\xf8\x5b\xdc\x27\x64\x10\x5f\xbe\x54\x42\x78\xcd\x10\x59\x89\x8d\xf6\x11\x2a\xd7\x73\x76\x10\x57\xfb\x60\x6e\x80\x1c\x5a\x25\xde\xb6\xb1\xba\x73\xc1\x2a\x71\x8d\x76\xf2\x53\xdd\xa5\x35\x78\xe0\x77\xb4\x4d\x1d\x04\x8e\xd9\xf1\x1a\x91\x23\x93\xee\x65\x46\xcd\x73\x40\xf2\xdf\x75\x7d\xa6\xd6\x47\x6a\x25\x84\x01\x62\x69\x1d\xbd\x60\x95\x61\xb7\xc9\x0d\x05\x31\xb3\x3d\x26\x2b\x5f\xf2\x53\xd0\x9e\x70\x70\x16\xa8\xd1\x8f\x89\x60\xd4\xf1\x60\x78\xc0\x46\xd3\x42\xc8\x95\x2f\x15\xce\xb7\x32\xa1\xf7\x40\x52\x33\x6b\xb3\x93\x16\xf2\xcf\x48\x9e\xe5\xba\xcf\x72\xad\x41\x73\x22\x90\xdb\x1c\xd2\x88\x2d\x91\x35\xc3\x2f\x63\x7d\xae\xbc\x83\xc0\x57\xc7\xb8\x7f\xcc\x96\x6f\xce\x38\x2b\xa0\x01\xe8\x6b\x4e\x25\x44\xa7\x1f\x64\x8f\x76\xba\x77\xb6\x68\xb3\xc7\x22\xb6\xdc\x1a\xe9\xf1\xb3\xe4\x1d\x41\xdc\xa1\xb7\x4a\x8c\x9c\xef\x0a\xa7\xd3\x0f\xae\x4b\x9d\xb4\xa0\x4b\x7d\x58\xbb\x00\x74\xb8\xe7\x62\xf1\x1a\x49\xf6\x40\xc7\xe3\xc1\xa4\x18\xb8\x50\x0c\x9e\x41\xc9\xec\xa5\x4d\x54\x1e\xe9\x21\xc8\x2e\x53\xb3\x5a\xd2\xeb\x35\xf8\xc9\xe9\xd3\x93\xe8\xc9\x05\x16\xb3\x02\x11\x7a\x28\xca\x53\x00\x86\x58\x3b\x6c\x66\xa2\x5e\xa2\x07\x31\x2b\xd9\xcf\xce\x9b\xb4\x47\x2b\x3b\x1d\xdc\x06\x22\xcb\x5e\xf3\xee\x85\x06\xc9\xd5\xaa\x84\xa0\x9c\x12\x06\xbf\x97\x3d\x12\x4f\x91\xcd\xdb\x8b\xc5\x22\x07\x47\xa5\xf8\xf2\xb4\x99\xbe\x52\x95\x52\x60\xd7\x81\x24\xb8\x4f\xd9\x63\x3e\x60\x9a\x2e\x9a\xb7\xf9\x35\xe7\xe0\x25\x41\xcc\xda\xd9\xe7\x1c\xeb\xf7\x40\x6e\x00\x5b\x67\x69\x97\x13\x5a\x5e\xe1\x58\xb1\x2c\xb5\x33\x30\xa5\x7a\x96\x62\x04\x72\xda\xbb\x47\x90\xa3\xc2\x7d\xf2\x87\xe2\xcd\xca\xdb\xcc\x81\xc5\x7d\x64\xe8\x5e\xf1\xbb\x2a\x84\xff\xe3\xb9\xd3\x79\x4c\x4e\x7d\x8a\x21\x80\xc9\x6a\xfe\x36\x00\x91\xb3\x63\x65\xb4\x31\xd0\x67\x90\x21\xf0\xed\xbe\x87\xa8\x84\xee\x7b\x3f\x4d\xf6\x66\x08\xf6\x54\xcc\x9e\x90\x71\x9d\x36\x6f\x4e\x39\x7f\x45\x0c\x79\x44\x24\xca\xc3\xe6\x32\xcf\x78\x73\xbc\xf0\x3f\xdd\x57\x09\x71\xdf\x47\x25\x2e\xda\x29\xe8\x5c\xe4\x69\xec\x95\x8e\x3b\x9d\x25\x01\xf8\x33\xd2\xdd\x71\x2a\x76\x9c\x94\x98\x5f\x2e\xb2\xe7\x09\xbc\xf1\x69\xeb\xc2\x38\x5f\x09\xec\x4e\x73\x83\x3d\x84\xb8\x73\x1b\x96\x38\x44\x39\xf1\x7a\xf4\xce\xec\xab\x9e\xf0\x61\x7f\x36\xf0\xa6\x1d\x23\x8d\xb3\x74\x68\x8e\x7a\x7e\xf1\x43\xde\x31\xcd\xfc\xb2\xca\x2a\xb8\xb0\xfd\x14\x36\x58\xe6\xe3\xe9\xde\x9a\x56\x91\xca\x6d\xd9\x4e\xe0\xf5\xe8\x4f\x09\x36\xfd\x65\xb9\xbf\xa8\xf2\x4e\x09\xa3\x6b\x43\x5c\x0d\xe8\x53\x77\x32\xea\xcb\x72\xfb\x3d\x21\xeb\x7c\x12\xa2\x07\xfa\xb0\xfa\x48\x98\x7a\x25\xe6\x1f\xdd\xc4\xff\xd6\x6a\x9a\x5e\xcd\x73\xbe\xe3\x9e\xac\x47\x83\x58\xfd\x13\x00\x00\xff\xff\xe4\x57\x83\x28\xf9\x07\x00\x00") - -func workerEtcOriginNodeNodeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeConfigYaml, - "worker/etc/origin/node/node-config.yaml", - ) -} - -func workerEtcOriginNodeNodeConfigYaml() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodePodsOvsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\xdf\x6f\xdb\x36\x10\x7e\xf7\x5f\x71\xeb\x86\x64\x03\x26\x29\xce\x1a\x04\x55\x90\x0e\x45\x37\x0c\x79\xc8\x0f\x24\x5b\x5f\x8a\x22\xa5\xc9\xb3\xc5\x99\x22\x19\xde\xd1\xae\x97\xf6\x7f\x1f\x48\x4b\x8a\xbd\x38\x5d\xd1\x3e\x59\x77\xba\xfb\x78\xf7\xdd\x77\xa2\x85\xd7\x6f\x30\x90\x76\xb6\x86\xc5\x78\x34\xd7\x56\xd5\x70\xe5\xd4\xa8\x45\x16\x4a\xb0\xa8\x47\x00\xc2\x5a\xc7\x82\xb5\xb3\x94\x4c\x00\x92\x0d\xaa\x68\x30\x94\xc2\xf8\x46\x94\xf3\x38\xc1\x60\x91\x91\x4a\xed\x2a\x19\x34\x6b\x29\x4c\xe1\x9d\xaa\x61\x7f\x7f\x04\x60\xc4\x04\x4d\x97\x2c\xbc\xaf\xc1\x2d\x28\x1b\xd2\xb5\xde\x59\xb4\x5c\x83\x45\x5e\xba\x30\xcf\x6e\xe7\xd1\x52\xa3\xa7\x9c\xf1\x76\xc7\xf0\xca\x63\x0d\xda\x4e\x83\x18\x01\x58\xd1\x62\x0f\x9b\x9e\xc9\x0b\x99\x1c\x3d\x50\x41\xca\x8e\xc8\xa3\x4c\x45\x48\x67\x59\x68\x8b\x21\x97\x54\xa4\x2a\x5a\x61\xd5\xba\xbe\x02\xaa\x89\xb6\xd5\x44\x50\xd3\xd9\x85\xec\x1e\x3e\xe6\x5f\x80\xef\xbf\xdb\x0e\x01\x20\x64\x28\x30\x3a\xf0\xda\xe3\x54\x68\x33\xea\x43\x41\x4f\x41\x58\xc7\x0d\x06\xf0\xc1\x49\x24\x02\x4d\x60\x34\x31\x5a\x6d\x67\xe0\x2c\x70\x83\x20\xad\x2e\x08\xc3\x02\x03\x90\x93\x73\xe4\x9f\x61\x29\x34\x43\xb4\xac\x0d\x68\x06\xfc\xa0\x99\x3a\x54\x0e\xc2\xc3\xfe\x5c\x1b\x03\x3f\xfc\xf8\xb7\x9b\x10\x14\xfe\xa7\x93\x1c\x02\x07\xfb\xf0\xe7\xef\xd7\xe7\x5d\xe4\xb2\xd1\x06\x81\x43\xc4\x13\x50\xae\x73\x42\x2a\xaa\x8a\x14\x2a\x6a\x44\xc0\x2a\xb1\xb4\xa0\xa5\x66\xd9\x54\x24\x83\xf6\x4c\x95\x5b\x50\x21\xd9\x00\xb1\xe0\x48\xb0\xf7\xb2\x52\xb8\xa8\x6c\x34\xe6\x24\xd5\x6b\x07\x28\x00\x94\x8d\x83\x67\x4b\x11\x52\x3f\x35\xbc\x7a\xdc\xad\x8c\x21\xa0\x65\xb3\x82\x56\x58\x31\x4b\x6d\x5f\xbe\xb9\x59\x77\x98\x8c\x23\x82\xb2\x2c\x9f\xc1\xe1\xcb\xbd\xf1\x06\x30\x19\x44\x0f\x47\xb0\x97\x03\x87\x17\x68\x08\x37\xa2\x26\x01\xc5\x7c\xb0\xa7\xba\x7b\x54\xce\xe2\xc3\x14\x8c\x88\x56\x36\xe9\xd4\xce\x35\x8d\x56\x26\x49\xc3\x5d\xd4\x0c\xf7\x1b\x78\x5f\x4c\x8c\xf3\x9b\x24\x64\xee\x3b\xc7\xa7\xcd\x39\xe5\x03\x6e\xce\xfe\xd8\x98\xca\x97\x73\x1f\x18\x8a\xc2\xba\x22\xb9\xba\x30\x05\x45\x41\x2b\x62\x6c\x0b\xad\x4e\x83\xb0\xca\xb5\x0f\x8d\x5e\x23\x71\xd0\x92\xb3\xa8\x6c\x6c\x27\x18\xc0\x4d\xc1\x73\x13\x50\x28\x82\x2d\x20\x19\x50\x30\x12\xb0\x83\x80\x2a\x4a\x4c\x59\x03\x94\x68\x5d\xb4\x9c\xb2\xaf\x6f\x6e\x92\x04\x23\x21\x25\xbd\x36\x8e\x98\x60\xa9\xb9\x49\xf3\x5c\x81\x74\x01\x69\x48\x6b\x98\x3d\xd5\x55\x35\x89\xb3\x7f\xb4\x31\xa2\x0c\xa8\x1a\xc1\xa5\x74\x6d\x45\x8d\x5b\xde\x4e\xe2\xac\x94\x33\xfd\xab\x56\xa7\xe3\xa3\xe3\xf1\x2f\xc7\x2f\xbe\x36\xf7\xf0\xf8\xc5\xf1\x68\x50\xf4\xdb\xb7\xf0\xde\x26\xd5\xbd\x87\x62\xc6\x30\x3e\x84\x77\xef\x1e\x89\x75\xdd\x7f\x62\x37\xf3\x9a\x77\x2c\x6d\xef\xa5\x47\x7b\xbb\xb8\xc9\xc4\x40\x09\x59\xc2\xb7\xd2\xd9\xa9\x9e\xd5\xb6\x08\xb8\x10\x46\x2b\xc1\x2e\x14\x1d\x93\xa7\xcf\xbf\x19\xb5\x11\x56\x19\x7c\x40\x1c\xf7\xfa\x19\x44\xfc\x55\x42\x51\x93\xfe\x4b\xb2\x43\x28\xbb\x3e\x0b\xfd\xa2\x9d\xac\x97\x26\xd3\xd9\x8a\x19\xd6\x70\x7f\x0f\xe5\xeb\x5c\x6e\x79\x96\x3c\x54\x5e\x38\x85\xf0\x11\xee\xa2\x63\x84\x4f\x6b\xa1\x77\x1f\xdf\x87\x02\xb3\x37\x20\xb9\x18\x24\x76\xdf\x7d\x00\xa3\x5b\xcd\x83\x05\x20\x7d\xac\xe1\xf0\xe0\xa0\x1d\x3c\x2d\xb6\x2e\xac\x6a\x78\x7e\x70\x70\xde\x53\x10\xf0\x2e\x22\x3d\xca\x1b\xef\x48\x1b\x0f\x69\x84\x32\x06\xcd\xab\xd7\xce\x32\x7e\xe0\x3e\xd7\x07\xbd\xd0\x06\x67\xa8\xea\xdc\x7c\x7f\x44\xb4\xaf\xe8\x2f\xc2\x50\x77\x1b\xbc\x70\x26\xb6\x78\x9e\xe4\x4f\xfd\xad\x90\x97\xe1\x4a\x70\x53\x43\x65\xf4\xa4\x6a\x5d\xba\x02\x7b\xd9\xaf\x29\x48\x8b\x51\x6c\xbf\x48\x93\xbd\xb4\x66\xb5\x71\xe0\x36\x56\x88\xb6\xfa\x2f\x75\x5b\x78\x21\xda\xa2\xbf\x2f\xb7\x53\x17\x22\x7c\x4b\x3a\xad\x76\x54\xff\xe0\xfc\xdf\xca\x91\xe5\xe7\x8f\x5e\x0b\xbd\xd8\x8e\x49\x6f\x2e\xd6\xf7\xf8\x80\x9c\x7c\x57\x67\xbf\x0d\xb6\x0f\xda\xe5\xf1\x19\x41\x74\x91\x01\x3b\x21\x5b\xa7\xb0\xe8\xff\x61\x8c\xfa\x49\x75\xf7\x78\x86\x49\xb5\xf5\xe3\xde\x3d\xad\x9d\xb3\x7a\x32\x7b\x17\xc1\x3b\xe9\x7d\x12\xa1\xa7\xf4\x11\xcb\x4f\x66\x64\x66\x83\x9e\xe9\xcf\x1e\xbd\x83\xde\x7f\x03\x00\x00\xff\xff\x41\x1c\xe0\x81\xd0\x09\x00\x00") - -func workerEtcOriginNodePodsOvsYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodePodsOvsYaml, - "worker/etc/origin/node/pods/ovs.yaml", - ) -} - -func workerEtcOriginNodePodsOvsYaml() (*asset, error) { - bytes, err := workerEtcOriginNodePodsOvsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/pods/ovs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodePodsSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xcb\x8a\x66\x1b\x46\x29\x2d\xd0\x61\x50\xd1\x02\x59\xe2\x75\x06\x12\x27\x68\x93\x62\x40\x51\x04\x34\x75\xb6\x38\x53\xa4\x4a\x9e\x94\x78\x49\xff\xfb\x40\xea\xcd\x8e\x23\x27\xd9\x17\x5b\xbc\x97\xe7\x5e\x78\xcf\x49\xbc\x90\x9f\xd1\x3a\x69\x74\x02\xd5\xab\xd1\x52\xea\x34\x81\x73\x93\x8e\x72\x24\x9e\x72\xe2\xc9\x08\x80\x6b\x6d\x88\x93\x34\xda\xf9\x23\x80\x13\x19\xa6\xa5\x42\x1b\x71\x55\x64\x3c\x5a\x96\x33\xb4\x1a\x09\x5d\x24\x4d\x2c\xac\x24\x29\xb8\x62\x85\x49\x13\xd8\xdb\x1b\x01\x28\x3e\x43\xd5\x38\xf3\xa2\x48\xc0\xa5\x3a\x1c\x84\xc9\x0b\xa3\x51\x53\x02\x1a\xe9\xda\xd8\x65\x10\x9b\x02\xb5\xcb\xe4\x9c\x02\xde\xc3\x36\xb4\x2a\x30\x01\xa9\xe7\x96\x8f\x00\x34\xcf\xb1\x85\xf5\xcf\xae\xe0\x02\x93\x1e\x88\x79\x95\x2b\x50\xf8\x24\x84\xd1\xc4\xa5\x46\x1b\x52\x62\x3e\x8b\x9c\xeb\xb4\xce\x8f\x41\x3c\x93\x3a\x9e\x71\x97\x35\x67\x26\x9a\x87\xbb\xf0\x0f\xf0\xe3\x0f\x9b\x26\x00\x0e\x09\x18\x96\x06\x0a\x59\xe0\x9c\x4b\x35\x6a\x4d\x41\xce\x81\x6b\x43\x19\x5a\x28\xac\x11\xe8\x1c\x48\x07\x4a\x3a\x42\x2d\xf5\x02\x8c\x06\xca\x10\x84\x96\xcc\xa1\xad\xd0\x82\x33\x62\x89\xf4\x2b\x5c\x73\x49\x50\x6a\x92\x0a\x24\x01\xde\x48\x72\x0d\x2a\x59\x5e\xc0\xfe\x52\x2a\x05\x2f\x7e\xfa\xc7\xcc\x1c\xb0\xe2\xe7\xb7\xc1\x04\x0e\xf6\xe1\x62\xfc\xf1\xb4\xb1\xbc\xce\xa4\x42\x20\x5b\xe2\x5b\x48\x4d\x23\x04\x9f\x14\x8a\xcc\xc0\x3e\xa1\xa3\x7d\xb8\xf3\x31\x39\x01\x83\xcb\xe9\xe4\x6f\x76\x74\x36\x9d\x8e\x8f\x2e\x92\xb8\xe2\x36\xb6\xa5\x8e\x37\xda\x18\xf7\xa9\x46\x3e\x55\x78\x1f\xa7\x58\xc5\xba\x54\xea\xad\x2f\x45\x77\x51\xa0\x0e\xb2\x77\xcd\xad\x2f\x35\x81\xc3\xed\x46\x88\xd2\x5a\xd4\xa4\x56\xdb\x2d\x39\x9a\x4e\x36\x7a\xe1\x55\x6f\x1c\x44\x51\xb4\x07\xaf\xdf\xbf\x7c\xb5\x16\xc7\x29\xc4\x02\xde\xc0\xcb\x60\xd8\x29\x50\x39\x5c\xb3\x9a\x59\xe4\xcb\xee\x3c\x97\xcd\x63\x6a\x34\xf6\xf7\x75\xc1\x97\x08\xc6\xdf\x43\x33\x6d\x30\x2f\xb5\x08\xd3\xdf\x26\xa6\x4d\xda\xc2\xda\x1c\xd8\xc7\x39\xc4\x48\xc2\xf7\x25\xd6\x48\x51\x1a\xff\x7e\xc0\xfa\x96\x35\x30\x91\x30\x7a\xde\x78\x89\xa2\xf6\x32\x05\x05\x2f\x3f\x4d\xbf\x40\x9c\x19\x47\x1b\xb2\x36\x2b\x39\x87\x2f\x5f\x80\x35\x71\xdc\xca\x79\x2c\xb9\x88\x8d\x95\x0b\xa9\x99\xcf\x07\xbe\x7e\xbd\xd7\xfd\x30\x93\x06\xb8\x52\x78\x53\x18\xdb\x77\xc5\x99\xd2\x0a\xdc\x81\x35\xea\x1a\xd4\x3c\xe1\x0d\x8a\x9e\x4b\xe0\x88\x5b\xea\xda\xc3\x58\x8d\xf0\x2e\x00\xd6\x30\xb1\x87\x09\x3f\x8d\x32\x5a\xf1\x5c\x01\x63\x7e\x55\x0c\x99\xbb\x54\x47\xbd\x1e\x18\x53\x66\xa1\xb0\x42\xf5\xee\xc5\xed\xf1\xf8\x8f\xcb\x0f\x57\x27\x67\x1f\x4e\xc6\x9f\xc7\x27\x09\x7b\xfd\x3d\xa4\x86\xba\x6a\x59\x5b\x6f\x80\xb3\xf3\xf1\xf4\xd3\x5f\x93\x3f\x2f\xae\x8e\xa7\x9f\xae\x8e\xcf\x4e\x0f\x27\xd3\xa6\x88\x8a\xab\x12\x13\x10\xaa\x74\x84\x36\x52\x46\x70\x15\x54\x32\xe7\x0b\x4c\xe0\xf6\x16\xa2\xa3\x3a\xd9\x89\x97\xb8\x68\xea\xfb\x7a\x07\xdf\x4a\x43\x08\xdf\xeb\x88\xeb\x8b\x06\xc0\xf7\xd5\xb5\x19\x74\x6b\xe5\xdc\x58\x4a\xe0\xd5\xc1\xeb\x37\xbf\x35\xb1\xfd\xcd\x6e\x4b\x6b\xac\x0c\xb9\xa2\xec\xdf\x20\xb3\x58\x5f\x4e\x83\xe9\x05\xdf\x4a\x74\xd4\x9d\xfd\xec\x94\x1e\x25\xef\x04\x39\xe6\xc6\xae\xbc\xec\xe0\xb4\x1e\x69\x87\xa2\xb4\x92\x56\x47\x46\x13\xde\x50\xeb\x5b\x58\x59\x49\x85\x0b\x4c\x93\xb0\x11\xda\x10\xa5\x3e\x74\x97\x0e\x6d\x02\x07\x41\x54\x19\x55\xe6\x78\x6a\x4a\xdd\xd7\x96\xfb\xd3\x39\xa7\x2c\x81\xad\x7b\xdb\xac\xc6\x38\x6a\xee\xbc\x2b\x81\xa7\x67\x5a\xad\xd6\x82\x6e\xe3\xed\x9a\xc3\x35\xe0\xce\x6c\x5d\xff\x68\x80\x66\x8d\x6d\xc3\x55\xdc\xb2\x56\xf1\xa0\x4b\x9c\xce\x4a\xf7\x40\x81\x8d\x23\xf3\xea\x67\x66\x11\x96\x69\xe5\xae\x25\x89\x6c\x07\xb2\xa9\x9e\x0d\xdc\xbf\x86\x77\xe0\xf6\x46\xff\x27\xef\xfe\x5d\x3a\x9c\xf8\x96\xd9\x26\xdc\xfd\x25\xb7\x8d\x64\x0a\x62\xfe\x1d\xd3\x2a\xb7\xa7\xa5\xdb\xb4\xdb\xce\x48\x22\x38\x6b\xa4\x74\xa0\x18\x25\x67\x2d\x82\x5f\x60\xee\x29\x95\x29\x39\x6b\x61\x83\xcf\x56\x99\xde\x72\x5a\x2b\xbb\x4e\x06\xd6\x4f\x8e\xbb\x73\x61\xa5\x09\xbc\x54\xdc\xb9\x69\xbd\x48\x56\x8e\x30\x67\xf5\xa6\x6c\x3e\x9c\x46\x2d\x05\x9b\xcf\x93\x00\xe3\xd3\x6f\x79\xfc\x20\x0d\x47\x43\x1c\xdc\x09\x30\xcc\xbb\x5d\xac\x1b\x84\xf4\xad\xcd\x8d\xff\x36\x74\xf7\x41\x7a\xf1\xa0\xf7\x3a\x4f\x1f\x64\xe9\x63\x9e\x71\xc7\xc7\x61\xae\x3e\x8a\xb1\xc6\xcf\x21\xa8\x9a\x9c\x8f\x22\xdd\xe3\xda\x63\x6c\x7c\x52\x66\x9b\x73\xfa\x04\xfe\x0d\xa2\xde\xe7\xe0\x20\x03\x77\x0e\xd0\x26\x15\x87\x89\xb8\xb3\xb8\x27\x30\xf2\x79\x7c\xfc\x2f\x00\x00\xff\xff\x7b\x9a\x32\x52\xd8\x0c\x00\x00") - -func workerEtcOriginNodePodsSdnYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodePodsSdnYaml, - "worker/etc/origin/node/pods/sdn.yaml", - ) -} - -func workerEtcOriginNodePodsSdnYaml() (*asset, error) { - bytes, err := workerEtcOriginNodePodsSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/pods/sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeResolvConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc8\x41\x0a\x42\x31\x0c\x45\xd1\xb9\xab\xc8\x0a\xb2\x09\xe7\xa5\xe0\x0a\x8a\x3e\x25\xa8\x89\xbc\x96\x3a\x08\xdd\xfb\xa7\x93\x3f\xbb\xf7\x64\x0a\x9b\xbf\x20\x7a\x0d\x1f\xcd\x1c\xbc\x81\xd3\xee\xd0\xca\xf8\x81\xc3\xd0\xb5\x60\xfc\x83\xef\xca\x78\xda\x07\x5a\xda\x17\x1d\x9c\x60\x97\xb5\x2e\x7e\xae\x64\x8a\x6e\xca\x14\xf8\x63\xd7\x11\x00\x00\xff\xff\xe6\xca\x71\x01\x61\x00\x00\x00") - -func workerEtcOriginNodeResolvConfBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeResolvConf, - "worker/etc/origin/node/resolv.conf", - ) -} - -func workerEtcOriginNodeResolvConf() (*asset, error) { - bytes, err := workerEtcOriginNodeResolvConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/resolv.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeSdnKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x76\xf1\xf3\x2e\x4d\x4a\x4d\x06\xf3\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xe4\xe3\x64\x6b\x31\x00\x00\x00") - -func workerEtcOriginNodeSdnKubeconfigBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeSdnKubeconfig, - "worker/etc/origin/node/sdn.kubeconfig", - ) -} - -func workerEtcOriginNodeSdnKubeconfig() (*asset, error) { - bytes, err := workerEtcOriginNodeSdnKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/sdn.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeVolumeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xca\xb1\x0a\xc2\x40\x0c\x06\xe0\xfd\x9e\x22\x4f\x70\xd2\x35\xab\x60\x67\x11\xba\x9f\x35\xd5\xd0\x98\x3f\x5c\x2f\x3e\xbf\xd0\xfd\x6b\xa1\x8b\xf4\x43\xe1\x4c\x7b\x3e\xc5\x64\xd4\x15\xbe\xe9\xbb\x22\xc4\x8f\x8f\x6e\xa3\x2a\x2e\xbf\xa9\xec\xea\x2f\xa6\x05\x96\x5f\xb9\x9e\xa4\x18\xd6\x66\xf7\xc4\x68\x5c\x88\x42\xfa\xed\x31\x77\x64\x30\x4d\xb3\x96\x7f\x00\x00\x00\xff\xff\xc3\x01\xb7\xa5\x5c\x00\x00\x00") - -func workerEtcOriginNodeVolumeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeVolumeConfigYaml, - "worker/etc/origin/node/volume-config.yaml", - ) -} - -func workerEtcOriginNodeVolumeConfigYaml() (*asset, error) { - bytes, err := workerEtcOriginNodeVolumeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/volume-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt", - ) -} - -func workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt() (*asset, error) { - bytes, err := workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcSysconfigAtomicOpenshiftNode = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xc1\x0e\x82\x20\x18\x00\xe0\x3b\x4f\xe1\x13\xc0\x5c\x67\x0e\xa9\x7f\x8c\x45\xd0\x32\xbd\xba\xd4\x5f\xc7\x2a\x7e\x47\xe4\xc5\xf9\xee\x6d\xbd\xc0\xe7\xae\x77\xed\x6c\x2d\x59\x05\x45\xa3\x3a\xe3\x94\x81\x16\x8c\xdc\xb6\xac\xc2\x88\x53\xc6\x4b\x0a\x93\x9f\x79\x49\xef\x85\x02\x86\x64\x68\x36\xb8\xe2\x8b\x5b\x1a\x31\xdb\x77\xa6\x2f\x47\x05\x5d\x0b\xb7\x5a\x3b\x2b\xd7\x03\xcf\x73\x76\x6e\x0a\x28\x9d\x3d\x69\x25\x05\xa6\x41\x50\xf4\xb3\x0f\x22\xd0\x88\xa2\x27\x4a\x9f\x14\x1f\x0b\x7f\x7e\x7b\x1c\xfe\x3c\xfb\x05\x00\x00\xff\xff\x86\x4c\x17\x6e\x88\x00\x00\x00") - -func workerEtcSysconfigAtomicOpenshiftNodeBytes() ([]byte, error) { - return bindataRead( - _workerEtcSysconfigAtomicOpenshiftNode, - "worker/etc/sysconfig/atomic-openshift-node", - ) -} - -func workerEtcSysconfigAtomicOpenshiftNode() (*asset, error) { - bytes, err := workerEtcSysconfigAtomicOpenshiftNodeBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/sysconfig/atomic-openshift-node", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "common/etc/azsec/azsecmon-audit.rules": commonEtcAzsecAzsecmonAuditRules, - "common/etc/default/mdsd": commonEtcDefaultMdsd, - "common/etc/fluentd/fluent.conf": commonEtcFluentdFluentConf, - "common/etc/mdsd.d/mdsd.xml": commonEtcMdsdDMdsdXml, - "common/etc/mdsd.d/secret/gcscert.pem": commonEtcMdsdDSecretGcscertPem, - "common/etc/mdsd.d/secret/gcskey.pem": commonEtcMdsdDSecretGcskeyPem, - "master/etc/aro-admission-controller/aro-admission-controller.yaml": masterEtcAroAdmissionControllerAroAdmissionControllerYaml, - "master/etc/etcd/ca.crt": masterEtcEtcdCaCrt, - "master/etc/etcd/etcd.conf": masterEtcEtcdEtcdConf, - "master/etc/etcd/peer.crt": masterEtcEtcdPeerCrt, - "master/etc/etcd/peer.key": masterEtcEtcdPeerKey, - "master/etc/etcd/server.crt": masterEtcEtcdServerCrt, - "master/etc/etcd/server.key": masterEtcEtcdServerKey, - "master/etc/origin/cloudprovider/azure.conf": masterEtcOriginCloudproviderAzureConf, - "master/etc/origin/master/admin.crt": masterEtcOriginMasterAdminCrt, - "master/etc/origin/master/admin.key": masterEtcOriginMasterAdminKey, - "master/etc/origin/master/admin.kubeconfig": masterEtcOriginMasterAdminKubeconfig, - "master/etc/origin/master/admission-webhook.kubeconfig": masterEtcOriginMasterAdmissionWebhookKubeconfig, - "master/etc/origin/master/aggregator-front-proxy.crt": masterEtcOriginMasterAggregatorFrontProxyCrt, - "master/etc/origin/master/aggregator-front-proxy.key": masterEtcOriginMasterAggregatorFrontProxyKey, - "master/etc/origin/master/ca-bundle.crt": masterEtcOriginMasterCaBundleCrt, - "master/etc/origin/master/ca.crt": masterEtcOriginMasterCaCrt, - "master/etc/origin/master/ca.key": masterEtcOriginMasterCaKey, - "master/etc/origin/master/client.secret": masterEtcOriginMasterClientSecret, - "master/etc/origin/master/front-proxy-ca.crt": masterEtcOriginMasterFrontProxyCaCrt, - "master/etc/origin/master/master-config.yaml": masterEtcOriginMasterMasterConfigYaml, - "master/etc/origin/master/master.etcd-ca.crt": masterEtcOriginMasterMasterEtcdCaCrt, - "master/etc/origin/master/master.etcd-client.crt": masterEtcOriginMasterMasterEtcdClientCrt, - "master/etc/origin/master/master.etcd-client.key": masterEtcOriginMasterMasterEtcdClientKey, - "master/etc/origin/master/master.kubelet-client.crt": masterEtcOriginMasterMasterKubeletClientCrt, - "master/etc/origin/master/master.kubelet-client.key": masterEtcOriginMasterMasterKubeletClientKey, - "master/etc/origin/master/master.proxy-client.crt": masterEtcOriginMasterMasterProxyClientCrt, - "master/etc/origin/master/master.proxy-client.key": masterEtcOriginMasterMasterProxyClientKey, - "master/etc/origin/master/master.server.crt": masterEtcOriginMasterMasterServerCrt, - "master/etc/origin/master/master.server.key": masterEtcOriginMasterMasterServerKey, - "master/etc/origin/master/named/console.crt": masterEtcOriginMasterNamedConsoleCrt, - "master/etc/origin/master/named/console.key": masterEtcOriginMasterNamedConsoleKey, - "master/etc/origin/master/openshift-master.kubeconfig": masterEtcOriginMasterOpenshiftMasterKubeconfig, - "master/etc/origin/master/scheduler.json": masterEtcOriginMasterSchedulerJson, - "master/etc/origin/master/service-signer.crt": masterEtcOriginMasterServiceSignerCrt, - "master/etc/origin/master/service-signer.key": masterEtcOriginMasterServiceSignerKey, - "master/etc/origin/master/serviceaccounts.private.key": masterEtcOriginMasterServiceaccountsPrivateKey, - "master/etc/origin/master/serviceaccounts.public.key": masterEtcOriginMasterServiceaccountsPublicKey, - "master/etc/origin/master/session-secrets.yaml": masterEtcOriginMasterSessionSecretsYaml, - "master/etc/origin/node/ca.crt": masterEtcOriginNodeCaCrt, - "master/etc/origin/node/client-ca.crt": masterEtcOriginNodeClientCaCrt, - "master/etc/origin/node/node-config.yaml": masterEtcOriginNodeNodeConfigYaml, - "master/etc/origin/node/node.kubeconfig": masterEtcOriginNodeNodeKubeconfig, - "master/etc/origin/node/pods/apiserver.yaml": masterEtcOriginNodePodsApiserverYaml, - "master/etc/origin/node/pods/aroadmissioncontroller.yaml": masterEtcOriginNodePodsAroadmissioncontrollerYaml, - "master/etc/origin/node/pods/controllers.yaml": masterEtcOriginNodePodsControllersYaml, - "master/etc/origin/node/pods/etcd.yaml": masterEtcOriginNodePodsEtcdYaml, - "master/etc/origin/node/pods/ovs.yaml": masterEtcOriginNodePodsOvsYaml, - "master/etc/origin/node/pods/sdn.yaml": masterEtcOriginNodePodsSdnYaml, - "master/etc/origin/node/resolv.conf": masterEtcOriginNodeResolvConf, - "master/etc/origin/node/sdn.kubeconfig": masterEtcOriginNodeSdnKubeconfig, - "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt": masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "master/etc/sysconfig/atomic-openshift-node": masterEtcSysconfigAtomicOpenshiftNode, - "master/root/.kube/config": masterRootKubeConfig, - "worker/etc/origin/cloudprovider/azure.conf": workerEtcOriginCloudproviderAzureConf, - "worker/etc/origin/node/bootstrap.kubeconfig": workerEtcOriginNodeBootstrapKubeconfig, - "worker/etc/origin/node/ca.crt": workerEtcOriginNodeCaCrt, - "worker/etc/origin/node/node-bootstrapper.crt": workerEtcOriginNodeNodeBootstrapperCrt, - "worker/etc/origin/node/node-bootstrapper.key": workerEtcOriginNodeNodeBootstrapperKey, - "worker/etc/origin/node/node-config.yaml": workerEtcOriginNodeNodeConfigYaml, - "worker/etc/origin/node/pods/ovs.yaml": workerEtcOriginNodePodsOvsYaml, - "worker/etc/origin/node/pods/sdn.yaml": workerEtcOriginNodePodsSdnYaml, - "worker/etc/origin/node/resolv.conf": workerEtcOriginNodeResolvConf, - "worker/etc/origin/node/sdn.kubeconfig": workerEtcOriginNodeSdnKubeconfig, - "worker/etc/origin/node/volume-config.yaml": workerEtcOriginNodeVolumeConfigYaml, - "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt": workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "worker/etc/sysconfig/atomic-openshift-node": workerEtcSysconfigAtomicOpenshiftNode, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "common": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "azsec": {nil, map[string]*bintree{ - "azsecmon-audit.rules": {commonEtcAzsecAzsecmonAuditRules, map[string]*bintree{}}, - }}, - "default": {nil, map[string]*bintree{ - "mdsd": {commonEtcDefaultMdsd, map[string]*bintree{}}, - }}, - "fluentd": {nil, map[string]*bintree{ - "fluent.conf": {commonEtcFluentdFluentConf, map[string]*bintree{}}, - }}, - "mdsd.d": {nil, map[string]*bintree{ - "mdsd.xml": {commonEtcMdsdDMdsdXml, map[string]*bintree{}}, - "secret": {nil, map[string]*bintree{ - "gcscert.pem": {commonEtcMdsdDSecretGcscertPem, map[string]*bintree{}}, - "gcskey.pem": {commonEtcMdsdDSecretGcskeyPem, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "master": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "aro-admission-controller": {nil, map[string]*bintree{ - "aro-admission-controller.yaml": {masterEtcAroAdmissionControllerAroAdmissionControllerYaml, map[string]*bintree{}}, - }}, - "etcd": {nil, map[string]*bintree{ - "ca.crt": {masterEtcEtcdCaCrt, map[string]*bintree{}}, - "etcd.conf": {masterEtcEtcdEtcdConf, map[string]*bintree{}}, - "peer.crt": {masterEtcEtcdPeerCrt, map[string]*bintree{}}, - "peer.key": {masterEtcEtcdPeerKey, map[string]*bintree{}}, - "server.crt": {masterEtcEtcdServerCrt, map[string]*bintree{}}, - "server.key": {masterEtcEtcdServerKey, map[string]*bintree{}}, - }}, - "origin": {nil, map[string]*bintree{ - "cloudprovider": {nil, map[string]*bintree{ - "azure.conf": {masterEtcOriginCloudproviderAzureConf, map[string]*bintree{}}, - }}, - "master": {nil, map[string]*bintree{ - "admin.crt": {masterEtcOriginMasterAdminCrt, map[string]*bintree{}}, - "admin.key": {masterEtcOriginMasterAdminKey, map[string]*bintree{}}, - "admin.kubeconfig": {masterEtcOriginMasterAdminKubeconfig, map[string]*bintree{}}, - "admission-webhook.kubeconfig": {masterEtcOriginMasterAdmissionWebhookKubeconfig, map[string]*bintree{}}, - "aggregator-front-proxy.crt": {masterEtcOriginMasterAggregatorFrontProxyCrt, map[string]*bintree{}}, - "aggregator-front-proxy.key": {masterEtcOriginMasterAggregatorFrontProxyKey, map[string]*bintree{}}, - "ca-bundle.crt": {masterEtcOriginMasterCaBundleCrt, map[string]*bintree{}}, - "ca.crt": {masterEtcOriginMasterCaCrt, map[string]*bintree{}}, - "ca.key": {masterEtcOriginMasterCaKey, map[string]*bintree{}}, - "client.secret": {masterEtcOriginMasterClientSecret, map[string]*bintree{}}, - "front-proxy-ca.crt": {masterEtcOriginMasterFrontProxyCaCrt, map[string]*bintree{}}, - "master-config.yaml": {masterEtcOriginMasterMasterConfigYaml, map[string]*bintree{}}, - "master.etcd-ca.crt": {masterEtcOriginMasterMasterEtcdCaCrt, map[string]*bintree{}}, - "master.etcd-client.crt": {masterEtcOriginMasterMasterEtcdClientCrt, map[string]*bintree{}}, - "master.etcd-client.key": {masterEtcOriginMasterMasterEtcdClientKey, map[string]*bintree{}}, - "master.kubelet-client.crt": {masterEtcOriginMasterMasterKubeletClientCrt, map[string]*bintree{}}, - "master.kubelet-client.key": {masterEtcOriginMasterMasterKubeletClientKey, map[string]*bintree{}}, - "master.proxy-client.crt": {masterEtcOriginMasterMasterProxyClientCrt, map[string]*bintree{}}, - "master.proxy-client.key": {masterEtcOriginMasterMasterProxyClientKey, map[string]*bintree{}}, - "master.server.crt": {masterEtcOriginMasterMasterServerCrt, map[string]*bintree{}}, - "master.server.key": {masterEtcOriginMasterMasterServerKey, map[string]*bintree{}}, - "named": {nil, map[string]*bintree{ - "console.crt": {masterEtcOriginMasterNamedConsoleCrt, map[string]*bintree{}}, - "console.key": {masterEtcOriginMasterNamedConsoleKey, map[string]*bintree{}}, - }}, - "openshift-master.kubeconfig": {masterEtcOriginMasterOpenshiftMasterKubeconfig, map[string]*bintree{}}, - "scheduler.json": {masterEtcOriginMasterSchedulerJson, map[string]*bintree{}}, - "service-signer.crt": {masterEtcOriginMasterServiceSignerCrt, map[string]*bintree{}}, - "service-signer.key": {masterEtcOriginMasterServiceSignerKey, map[string]*bintree{}}, - "serviceaccounts.private.key": {masterEtcOriginMasterServiceaccountsPrivateKey, map[string]*bintree{}}, - "serviceaccounts.public.key": {masterEtcOriginMasterServiceaccountsPublicKey, map[string]*bintree{}}, - "session-secrets.yaml": {masterEtcOriginMasterSessionSecretsYaml, map[string]*bintree{}}, - }}, - "node": {nil, map[string]*bintree{ - "ca.crt": {masterEtcOriginNodeCaCrt, map[string]*bintree{}}, - "client-ca.crt": {masterEtcOriginNodeClientCaCrt, map[string]*bintree{}}, - "node-config.yaml": {masterEtcOriginNodeNodeConfigYaml, map[string]*bintree{}}, - "node.kubeconfig": {masterEtcOriginNodeNodeKubeconfig, map[string]*bintree{}}, - "pods": {nil, map[string]*bintree{ - "apiserver.yaml": {masterEtcOriginNodePodsApiserverYaml, map[string]*bintree{}}, - "aroadmissioncontroller.yaml": {masterEtcOriginNodePodsAroadmissioncontrollerYaml, map[string]*bintree{}}, - "controllers.yaml": {masterEtcOriginNodePodsControllersYaml, map[string]*bintree{}}, - "etcd.yaml": {masterEtcOriginNodePodsEtcdYaml, map[string]*bintree{}}, - "ovs.yaml": {masterEtcOriginNodePodsOvsYaml, map[string]*bintree{}}, - "sdn.yaml": {masterEtcOriginNodePodsSdnYaml, map[string]*bintree{}}, - }}, - "resolv.conf": {masterEtcOriginNodeResolvConf, map[string]*bintree{}}, - "sdn.kubeconfig": {masterEtcOriginNodeSdnKubeconfig, map[string]*bintree{}}, - }}, - }}, - "pki": {nil, map[string]*bintree{ - "ca-trust": {nil, map[string]*bintree{ - "source": {nil, map[string]*bintree{ - "anchors": {nil, map[string]*bintree{ - "openshift-ca.crt": {masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "sysconfig": {nil, map[string]*bintree{ - "atomic-openshift-node": {masterEtcSysconfigAtomicOpenshiftNode, map[string]*bintree{}}, - }}, - }}, - "root": {nil, map[string]*bintree{ - ".kube": {nil, map[string]*bintree{ - "config": {masterRootKubeConfig, map[string]*bintree{}}, - }}, - }}, - }}, - "worker": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "origin": {nil, map[string]*bintree{ - "cloudprovider": {nil, map[string]*bintree{ - "azure.conf": {workerEtcOriginCloudproviderAzureConf, map[string]*bintree{}}, - }}, - "node": {nil, map[string]*bintree{ - "bootstrap.kubeconfig": {workerEtcOriginNodeBootstrapKubeconfig, map[string]*bintree{}}, - "ca.crt": {workerEtcOriginNodeCaCrt, map[string]*bintree{}}, - "node-bootstrapper.crt": {workerEtcOriginNodeNodeBootstrapperCrt, map[string]*bintree{}}, - "node-bootstrapper.key": {workerEtcOriginNodeNodeBootstrapperKey, map[string]*bintree{}}, - "node-config.yaml": {workerEtcOriginNodeNodeConfigYaml, map[string]*bintree{}}, - "pods": {nil, map[string]*bintree{ - "ovs.yaml": {workerEtcOriginNodePodsOvsYaml, map[string]*bintree{}}, - "sdn.yaml": {workerEtcOriginNodePodsSdnYaml, map[string]*bintree{}}, - }}, - "resolv.conf": {workerEtcOriginNodeResolvConf, map[string]*bintree{}}, - "sdn.kubeconfig": {workerEtcOriginNodeSdnKubeconfig, map[string]*bintree{}}, - "volume-config.yaml": {workerEtcOriginNodeVolumeConfigYaml, map[string]*bintree{}}, - }}, - }}, - "pki": {nil, map[string]*bintree{ - "ca-trust": {nil, map[string]*bintree{ - "source": {nil, map[string]*bintree{ - "anchors": {nil, map[string]*bintree{ - "openshift-ca.crt": {workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "sysconfig": {nil, map[string]*bintree{ - "atomic-openshift-node": {workerEtcSysconfigAtomicOpenshiftNode, map[string]*bintree{}}, - }}, - }}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/startup/v14/codecov_dummy_test.go b/pkg/startup/v14/codecov_dummy_test.go deleted file mode 100644 index e46e3f2ea9..0000000000 --- a/pkg/startup/v14/codecov_dummy_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package startup - -import ( - "testing" -) - -// This file exists because this package has no unit tests. Codecov does not -// report packages with no unit tests as 0% coverage, incorrectly inflating our -// coverage statistics. When unit tests are added to this package, this file -// can be removed. - -func TestDummyCodeCov(t *testing.T) {} diff --git a/pkg/startup/v14/data/common/etc/azsec/azsecmon-audit.rules b/pkg/startup/v14/data/common/etc/azsec/azsecmon-audit.rules deleted file mode 100644 index 019eec6026..0000000000 --- a/pkg/startup/v14/data/common/etc/azsec/azsecmon-audit.rules +++ /dev/null @@ -1,15 +0,0 @@ -# Some file and directory watches --w /var/log/audit/ -p wxa -k audittampering --w /etc/audit/ -p wxa -k audittampering --w /etc/passwd -p wxa -k usergroup --w /etc/group -p wxa -k usergroup --w /etc/pam.d/ -p wxa -k pam --w /etc/azsec/ -p wxa -k azsec - -# Monitor certain syscalls. NB: already loaded in stock auditd rules -#-a always,exit -F arch=b32 -S execve,execveat,init_module,finit_module -#-a always,exit -F arch=b64 -S execve,execveat,init_module,finit_module - -# Monitor clock events --a always,exit -F arch=b32 -S settimeofday,adjtimex,clock_settime,clock_adjtime --a always,exit -F arch=b64 -S adjtimex,settimeofday,clock_settime,clock_adjtime diff --git a/pkg/startup/v14/data/common/etc/default/mdsd b/pkg/startup/v14/data/common/etc/default/mdsd deleted file mode 100644 index 00a8d3fc96..0000000000 --- a/pkg/startup/v14/data/common/etc/default/mdsd +++ /dev/null @@ -1,39 +0,0 @@ -# Options for mdsd -# Check 'mdsd -h' for details. - -MDSD_ROLE_PREFIX=/var/run/mdsd/default -MDSD_OPTIONS="-d -A -r ${MDSD_ROLE_PREFIX} -f 5001" - -# If this is changed, also change /etc/logrotate.d/mdsd -MDSD_LOG=/var/log - -# Load all known CAs -export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt - -# REQUIRED -# Geneva environment. Examples: Test, FirstPartyProd, DiagnosticsProd -# For the full list of environments, see: -# https://jarvis-west.dc.ad.msft.net/?page=documents§ion=1363da01-b6ed-43d4-970e-f89b011d591f&id=d18a0cdb-eb0e-485b-b1bb-cbb6069d352b -# -export MONITORING_GCS_ENVIRONMENT={{ .Config.GenevaLoggingControlPlaneEnvironment }} - -# REQUIRED -# Geneva Account name -# -export MONITORING_GCS_ACCOUNT={{ .Config.GenevaLoggingControlPlaneAccount }} - -# REQUIRED -# The region GCS should use when it determines which storage account credentials it should return to MA. e.g. "westus", "eastus". -# Generally, it's best to obtain this value on the VM hosting the agent by querying the Azure Instance Metadata Service (IMDS) for the "location" value (see above code snippet). -# -export MONITORING_GCS_REGION={{ .Config.GenevaLoggingControlPlaneRegion }} - -# REQUIRED -# Full path to public certificate file used to authenticate mdsd with GCS service. -# -export MONITORING_GCS_CERT_CERTFILE=/etc/mdsd.d/secret/gcscert.pem - -# REQUIRED -# Full path to the private key file used to authenticate mdsd with GCS service. -# -export MONITORING_GCS_CERT_KEYFILE=/etc/mdsd.d/secret/gcskey.pem diff --git a/pkg/startup/v14/data/common/etc/fluentd/fluent.conf b/pkg/startup/v14/data/common/etc/fluentd/fluent.conf deleted file mode 100644 index da0fcd0f6e..0000000000 --- a/pkg/startup/v14/data/common/etc/fluentd/fluent.conf +++ /dev/null @@ -1,41 +0,0 @@ -# For reference look at the fluentd docs here: https://docs.fluentd.org/v/0.12/ - - @type systemd - tag journald - - - @type tail - format json - path /var/log/openshift-audit/*.log - pos_file /var/log/openshift-audit.pos - refresh_interval 10 - time_key timestamp - time_format %Y-%m-%dT%H:%M:%SZ - tag k8s_audit - - - @type record_transformer - enable_ruby true - - MESSAGE ${record["MESSAGE"].nil? ? nil : record["MESSAGE"].force_encoding("UTF-8").encode("ASCII", invalid: :replace, undef: :replace)} - # data format: - # k8s_apiserver_apiserver-vqxg4_kube-service-catalog_72ce4d73-5224-11e9-98d0-000d3a196756_0 - CONTAINER ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[1] } - POD ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[2] } - NAMESPACE ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[3] } - CONTAINER_ID ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[4] } - - - - @type forward - buffer_type memory - buffer_queue_full_action block - disable_retry_limit true - # default heartbeat is UDP, which mdsd doesn't support, and TCP hogs connections and makes it noisy - heartbeat_type none - - name mdsd - host 127.0.0.1 - port 5001 - - diff --git a/pkg/startup/v14/data/common/etc/mdsd.d/mdsd.xml b/pkg/startup/v14/data/common/etc/mdsd.d/mdsd.xml deleted file mode 100644 index 0762f75f5e..0000000000 --- a/pkg/startup/v14/data/common/etc/mdsd.d/mdsd.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - {{ .ContainerService.Location | XMLEscape }} - {{ .ContainerService.Properties.AzProfile.SubscriptionID | XMLEscape }} - {{ .Derived.CustomerResourceGroup .ContainerService.ID | XMLEscape }} - {{ .ContainerService.Name | XMLEscape }} - {{ .Role }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcscert.pem b/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcscert.pem deleted file mode 100644 index 750f0b6cc8..0000000000 --- a/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcscert.pem +++ /dev/null @@ -1 +0,0 @@ -{{ String (CertAsBytes .Config.Certificates.GenevaLogging.Cert) }} diff --git a/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcskey.pem b/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcskey.pem deleted file mode 100644 index 8e04201992..0000000000 --- a/pkg/startup/v14/data/common/etc/mdsd.d/secret/gcskey.pem +++ /dev/null @@ -1 +0,0 @@ -{{ String (PrivateKeyAsBytes .Config.Certificates.GenevaLogging.Key) }} diff --git a/pkg/startup/v14/data/master/etc/aro-admission-controller/aro-admission-controller.yaml b/pkg/startup/v14/data/master/etc/aro-admission-controller/aro-admission-controller.yaml deleted file mode 100644 index 197307f345..0000000000 --- a/pkg/startup/v14/data/master/etc/aro-admission-controller/aro-admission-controller.yaml +++ /dev/null @@ -1,3 +0,0 @@ -whitelist: - - "^registry-auth.twistlock.com/tw_[^/]+/twistlock/[a-z_-]+:" - - "^registry.aquasec.com/(console|enforcer|database|gateway|scanner):" diff --git a/pkg/startup/v14/data/master/etc/etcd/ca.crt b/pkg/startup/v14/data/master/etc/etcd/ca.crt deleted file mode 100644 index d48a928925..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdCa.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/etcd/etcd.conf b/pkg/startup/v14/data/master/etc/etcd/etcd.conf deleted file mode 100644 index 3a91e7f796..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/etcd.conf +++ /dev/null @@ -1,18 +0,0 @@ -ETCD_ADVERTISE_CLIENT_URLS=https://{{ .Hostname }}:2379 -ETCD_CERT_FILE=/etc/etcd/server.crt -ETCD_CLIENT_CERT_AUTH=true -ETCD_DATA_DIR=/var/lib/etcd -ETCD_ELECTION_TIMEOUT=2500 -ETCD_HEARTBEAT_INTERVAL=500 -ETCD_INITIAL_ADVERTISE_PEER_URLS=https://{{ .Hostname }}:2380 -ETCD_INITIAL_CLUSTER=master-000000=https://master-000000:2380,master-000001=https://master-000001:2380,master-000002=https://master-000002:2380 -ETCD_KEY_FILE=/etc/etcd/server.key -ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:2379 -ETCD_LISTEN_PEER_URLS=https://0.0.0.0:2380 -ETCD_NAME={{ .Hostname }} -ETCD_PEER_CERT_FILE=/etc/etcd/peer.crt -ETCD_PEER_CLIENT_CERT_AUTH=true -ETCD_PEER_KEY_FILE=/etc/etcd/peer.key -ETCD_PEER_TRUSTED_CA_FILE=/etc/etcd/ca.crt -ETCD_QUOTA_BACKEND_BYTES=4294967296 -ETCD_TRUSTED_CA_FILE=/etc/etcd/ca.crt diff --git a/pkg/startup/v14/data/master/etc/etcd/peer.crt b/pkg/startup/v14/data/master/etc/etcd/peer.crt deleted file mode 100644 index 1bba64f3f3..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/peer.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdPeer.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/etcd/peer.key b/pkg/startup/v14/data/master/etc/etcd/peer.key deleted file mode 100644 index 975dbf5d7d..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/peer.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdPeer.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/etcd/server.crt b/pkg/startup/v14/data/master/etc/etcd/server.crt deleted file mode 100644 index 3e1d3cc550..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/server.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdServer.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/etcd/server.key b/pkg/startup/v14/data/master/etc/etcd/server.key deleted file mode 100644 index 7222879800..0000000000 --- a/pkg/startup/v14/data/master/etc/etcd/server.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdServer.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/cloudprovider/azure.conf b/pkg/startup/v14/data/master/etc/origin/cloudprovider/azure.conf deleted file mode 100644 index 3b87a7d850..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/cloudprovider/azure.conf +++ /dev/null @@ -1 +0,0 @@ -{{ .Derived.MasterCloudProviderConf .ContainerService | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/admin.crt b/pkg/startup/v14/data/master/etc/origin/master/admin.crt deleted file mode 100644 index ba7eaba906..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/admin.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Admin.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/admin.key b/pkg/startup/v14/data/master/etc/origin/master/admin.key deleted file mode 100644 index 6e60707bae..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/admin.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.Admin.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/admin.kubeconfig b/pkg/startup/v14/data/master/etc/origin/master/admin.kubeconfig deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/admin.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/admission-webhook.kubeconfig b/pkg/startup/v14/data/master/etc/origin/master/admission-webhook.kubeconfig deleted file mode 100644 index 303f6c9c0e..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/admission-webhook.kubeconfig +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -users: -- name: aro-admission-controller.kube-system.svc - user: - client-certificate-data: {{ CertAsBytes .Config.Certificates.AroAdmissionControllerClient.Cert | Base64Encode | quote }} - client-key-data: {{ PrivateKeyAsBytes .Config.Certificates.AroAdmissionControllerClient.Key | Base64Encode | quote }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.crt b/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.crt deleted file mode 100644 index 5ae782189f..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.AggregatorFrontProxy.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.key b/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.key deleted file mode 100644 index 19e98440c5..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/aggregator-front-proxy.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.AggregatorFrontProxy.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/ca-bundle.crt b/pkg/startup/v14/data/master/etc/origin/master/ca-bundle.crt deleted file mode 100644 index 1365e519d5..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/ca-bundle.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertChainAsBytes (.Derived.CaBundle .ContainerService) | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/ca.crt b/pkg/startup/v14/data/master/etc/origin/master/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/ca.key b/pkg/startup/v14/data/master/etc/origin/master/ca.key deleted file mode 100644 index cfca6c0a59..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/ca.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.Ca.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/client.secret b/pkg/startup/v14/data/master/etc/origin/master/client.secret deleted file mode 100644 index b3487c85e1..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/client.secret +++ /dev/null @@ -1 +0,0 @@ -{{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.Secret }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/front-proxy-ca.crt b/pkg/startup/v14/data/master/etc/origin/master/front-proxy-ca.crt deleted file mode 100644 index b9b0046820..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/front-proxy-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.FrontProxyCa.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master-config.yaml b/pkg/startup/v14/data/master/etc/origin/master/master-config.yaml deleted file mode 100644 index 0b7040cb00..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master-config.yaml +++ /dev/null @@ -1,206 +0,0 @@ -admissionConfig: - pluginConfig: - DenyEscalatingExec: - configuration: - kind: DefaultAdmissionConfig - apiVersion: v1 - disable: false - ValidatingAdmissionWebhook: - configuration: - apiVersion: apiserver.config.k8s.io/v1alpha1 - kubeConfigFile: /etc/origin/master/admission-webhook.kubeconfig - kind: WebhookAdmission - BuildDefaults: - configuration: - apiVersion: v1 - env: [] - kind: BuildDefaultsConfig - resources: - limits: {} - requests: {} - BuildOverrides: - configuration: - apiVersion: v1 - kind: BuildOverridesConfig - openshift.io/ImagePolicy: - configuration: - apiVersion: v1 - executionRules: - - matchImageAnnotations: - - key: images.openshift.io/deny-execution - value: 'true' - name: execution-denied - onResources: - - resource: pods - - resource: builds - reject: true - skipOnResolutionFailure: true - kind: ImagePolicyConfig -auditConfig: - enabled: true - auditFilePath: /var/log/openshift-audit/openshift-audit.log - maximumRetainedFiles: 10 -aggregatorConfig: - proxyClientInfo: - certFile: aggregator-front-proxy.crt - keyFile: aggregator-front-proxy.key -apiLevels: -- v1 -apiVersion: v1 -authConfig: - requestHeader: - clientCA: front-proxy-ca.crt - clientCommonNames: - - aggregator-front-proxy - extraHeaderPrefixes: - - X-Remote-Extra- - groupHeaders: - - X-Remote-Group - usernameHeaders: - - X-Remote-User -controllerConfig: - election: - lockName: openshift-master-controllers - serviceServingCert: - signer: - certFile: service-signer.crt - keyFile: service-signer.key -controllers: "*" -corsAllowedOrigins: -dnsConfig: - bindAddress: 0.0.0.0:8053 - bindNetwork: tcp4 -etcdClientInfo: - ca: master.etcd-ca.crt - certFile: master.etcd-client.crt - keyFile: master.etcd-client.key - urls: - - https://{{ .Hostname }}:2379 -etcdStorageConfig: - kubernetesStoragePrefix: kubernetes.io - kubernetesStorageVersion: v1 - openShiftStoragePrefix: openshift.io - openShiftStorageVersion: v1 -imageConfig: - format: {{ .Config.Images.Format }} -imagePolicyConfig: - internalRegistryHostname: docker-registry.default.svc:5000 -kind: MasterConfig -kubeletClientInfo: - ca: ca.crt - certFile: master.kubelet-client.crt - keyFile: master.kubelet-client.key - port: 10250 -kubernetesMasterConfig: - apiServerArguments: - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - storage-backend: - - etcd3 - storage-media-type: - - application/vnd.kubernetes.protobuf - controllerArguments: - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - cluster-signing-cert-file: - - /etc/origin/master/ca.crt - cluster-signing-key-file: - - /etc/origin/master/ca.key - masterIP: 127.0.0.1 - proxyClientInfo: - certFile: master.proxy-client.crt - keyFile: master.proxy-client.key - schedulerConfigFile: /etc/origin/master/scheduler.json - servicesNodePortRange: '' - servicesSubnet: 172.30.0.0/16 -masterClients: - openshiftLoopbackClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 600 - contentType: application/vnd.kubernetes.protobuf - qps: 300 - openshiftLoopbackKubeConfig: openshift-master.kubeconfig -masterPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname | quote }} -networkConfig: - clusterNetworks: - - cidr: 10.128.0.0/14 - hostSubnetLength: 9 - externalIPNetworkCIDRs: - - 0.0.0.0/0 - networkPluginName: redhat/openshift-ovs-networkpolicy - serviceNetworkCIDR: 172.30.0.0/16 -oauthConfig: - assetPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname "/console/" | quote }} - grantConfig: - method: auto - identityProviders: - - login: true - mappingMethod: claim - name: {{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Name | quote }} - provider: - apiVersion: v1 - claims: - email: - - email - id: - - sub - name: - - name - preferredUsername: - - unique_name - clientID: {{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.ClientID | quote }} - clientSecret: - file: client.secret - kind: OpenIDIdentityProvider - urls: - authorize: {{ print "https://login.microsoftonline.com/" (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.TenantID "/oauth2/authorize" | quote }} - token: {{ print "https://login.microsoftonline.com/" (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.TenantID "/oauth2/token" | quote }} - masterCA: ca.crt - masterPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname | quote }} - masterURL: {{ print "https://" .ContainerService.Properties.FQDN | quote }} - sessionConfig: - sessionMaxAgeSeconds: 3600 - sessionName: ssn - sessionSecretsFile: /etc/origin/master/session-secrets.yaml - tokenConfig: - accessTokenMaxAgeSeconds: 86400 - authorizeTokenMaxAgeSeconds: 500 -projectConfig: - defaultNodeSelector: node-role.kubernetes.io/compute=true - projectRequestTemplate: "openshift/project-request" - securityAllocator: - mcsAllocatorRange: s0:/2 - mcsLabelsPerProject: 5 - uidAllocatorRange: 1000000000-1999999999/10000 -routingConfig: - subdomain: {{ (index .ContainerService.Properties.RouterProfiles 0).PublicSubdomain | quote }} -serviceAccountConfig: - managedNames: - - default - - builder - - deployer - masterCA: ca-bundle.crt - privateKeyFile: serviceaccounts.private.key - publicKeyFiles: - - serviceaccounts.public.key -servingInfo: - bindAddress: 0.0.0.0:443 - bindNetwork: tcp4 - certFile: master.server.crt - clientCA: ca.crt - keyFile: master.server.key - maxRequestsInFlight: 500 - requestTimeoutSeconds: 3600 -{{- if not .ContainerService.Properties.PrivateAPIServer }} - namedCertificates: - - certFile: /etc/origin/master/named/console.crt - keyFile: /etc/origin/master/named/console.key - names: - - {{ .ContainerService.Properties.PublicHostname | quote }} -{{- end }} -volumeConfig: - dynamicProvisioningEnabled: true diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-ca.crt b/pkg/startup/v14/data/master/etc/origin/master/master.etcd-ca.crt deleted file mode 100644 index d48a928925..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdCa.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.crt b/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.crt deleted file mode 100644 index dea586d506..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdClient.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.key b/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.key deleted file mode 100644 index 23aba8a907..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.etcd-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdClient.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.crt b/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.crt deleted file mode 100644 index 9ba319e491..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterKubeletClient.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.key b/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.key deleted file mode 100644 index 3fff728a12..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.kubelet-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterKubeletClient.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.crt b/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.crt deleted file mode 100644 index 1be27c0e64..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterProxyClient.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.key b/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.key deleted file mode 100644 index 9cfb48e8cc..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.proxy-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterProxyClient.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.server.crt b/pkg/startup/v14/data/master/etc/origin/master/master.server.crt deleted file mode 100644 index 0aacaa6f70..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.server.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterServer.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/master.server.key b/pkg/startup/v14/data/master/etc/origin/master/master.server.key deleted file mode 100644 index 30b6d0f5e3..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/master.server.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterServer.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/named/console.crt b/pkg/startup/v14/data/master/etc/origin/master/named/console.crt deleted file mode 100644 index 191c4d48e7..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/named/console.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertChainAsBytes .Config.Certificates.OpenShiftConsole.Certs | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/named/console.key b/pkg/startup/v14/data/master/etc/origin/master/named/console.key deleted file mode 100644 index ec9003d461..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/named/console.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.OpenShiftConsole.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/openshift-master.kubeconfig b/pkg/startup/v14/data/master/etc/origin/master/openshift-master.kubeconfig deleted file mode 100644 index b00991001b..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/openshift-master.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.MasterKubeconfig | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/scheduler.json b/pkg/startup/v14/data/master/etc/origin/master/scheduler.json deleted file mode 100644 index 0e0bbc25c6..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/scheduler.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "apiVersion": "v1", - "kind": "Policy", - "predicates": [ - { - "name": "NoVolumeZoneConflict" - }, - { - "name": "MaxEBSVolumeCount" - }, - { - "name": "MaxGCEPDVolumeCount" - }, - { - "name": "MaxAzureDiskVolumeCount" - }, - { - "name": "MatchInterPodAffinity" - }, - { - "name": "NoDiskConflict" - }, - { - "name": "GeneralPredicates" - }, - { - "name": "PodToleratesNodeTaints" - }, - { - "name": "CheckNodeMemoryPressure" - }, - { - "name": "CheckNodeDiskPressure" - }, - { - "name": "CheckVolumeBinding" - }, - { - "argument": { - "serviceAffinity": { - "labels": [ - "region" - ] - } - }, - "name": "Region" - } - ], - "priorities": [ - { - "name": "SelectorSpreadPriority", - "weight": 1 - }, - { - "name": "InterPodAffinityPriority", - "weight": 1 - }, - { - "name": "LeastRequestedPriority", - "weight": 1 - }, - { - "name": "BalancedResourceAllocation", - "weight": 1 - }, - { - "name": "NodePreferAvoidPodsPriority", - "weight": 10000 - }, - { - "name": "NodeAffinityPriority", - "weight": 1 - }, - { - "name": "TaintTolerationPriority", - "weight": 1 - }, - { - "argument": { - "serviceAntiAffinity": { - "label": "zone" - } - }, - "name": "Zone", - "weight": 2 - } - ] - } diff --git a/pkg/startup/v14/data/master/etc/origin/master/service-signer.crt b/pkg/startup/v14/data/master/etc/origin/master/service-signer.crt deleted file mode 100644 index 6132c417f1..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/service-signer.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.ServiceSigningCa.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/service-signer.key b/pkg/startup/v14/data/master/etc/origin/master/service-signer.key deleted file mode 100644 index ad78553d3d..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/service-signer.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.ServiceSigningCa.Key | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.private.key b/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.private.key deleted file mode 100644 index ddabfbdf82..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.private.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.ServiceAccountKey | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.public.key b/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.public.key deleted file mode 100644 index ce6649cce7..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/serviceaccounts.public.key +++ /dev/null @@ -1 +0,0 @@ -{{ PublicKeyAsBytes .Config.ServiceAccountKey.PublicKey | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/master/session-secrets.yaml b/pkg/startup/v14/data/master/etc/origin/master/session-secrets.yaml deleted file mode 100644 index 868b77caab..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/master/session-secrets.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: SessionSecrets -secrets: -- authentication: {{ .Config.SessionSecretAuth | Base64Encode | quote }} - encryption: {{ .Config.SessionSecretEnc | Base64Encode | quote }} diff --git a/pkg/startup/v14/data/master/etc/origin/node/ca.crt b/pkg/startup/v14/data/master/etc/origin/node/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/node/client-ca.crt b/pkg/startup/v14/data/master/etc/origin/node/client-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/client-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/node/node-config.yaml b/pkg/startup/v14/data/master/etc/origin/node/node-config.yaml deleted file mode 100644 index 2625089ffd..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/node-config.yaml +++ /dev/null @@ -1,76 +0,0 @@ -apiVersion: v1 -authConfig: - authenticationCacheSize: 1000 - authenticationCacheTTL: 5m - authorizationCacheSize: 1000 - authorizationCacheTTL: 5m -dnsBindAddress: 127.0.0.1:53 -dnsDomain: cluster.local -dnsIP: 0.0.0.0 -dnsRecursiveResolvConf: /etc/origin/node/resolv.conf -dockerConfig: - dockerShimRootDirectory: /var/lib/dockershim - dockerShimSocket: /var/run/dockershim.sock - execHandlerName: native -enableUnidling: true -imageConfig: - format: {{ .Config.Images.Format | quote }} - latest: false -iptablesSyncPeriod: 30s -kind: NodeConfig -kubeletArguments: - bootstrap-kubeconfig: - - /etc/origin/node/bootstrap.kubeconfig - cert-dir: - - /etc/origin/node/certificates - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - enable-controller-attach-detach: - - "true" - feature-gates: - - RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true - max-pods: - - "50" - image-gc-low-threshold: - - "60" - maximum-dead-containers: - - "250" - maximum-dead-containers-per-container: - - "2" - minimum-container-ttl-duration: - - "5m" - node-labels: - - node-role.kubernetes.io/{{ .Role }}=true - - openshift-infra=apiserver - pod-manifest-path: - - /etc/origin/node/pods - rotate-certificates: - - "true" - runtime-request-timeout: - - 10m - serialize-image-pulls: - - "false" - system-reserved: - - {{ .Derived.SystemReserved .ContainerService .Role | quote }} -masterClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 40 - contentType: application/vnd.kubernetes.protobuf - qps: 20 -masterKubeConfig: node.kubeconfig -networkConfig: - mtu: 1450 - networkPluginName: redhat/openshift-ovs-networkpolicy -proxyArguments: - cluster-cidr: - - 10.128.0.0/14 -servingInfo: - bindAddress: 0.0.0.0:10250 - bindNetwork: tcp4 - clientCA: ca.crt -volumeConfig: - localQuota: - perFSGroup: null -volumeDirectory: /var/lib/origin/openshift.local.volumes diff --git a/pkg/startup/v14/data/master/etc/origin/node/node.kubeconfig b/pkg/startup/v14/data/master/etc/origin/node/node.kubeconfig deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/node.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/apiserver.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/apiserver.yaml deleted file mode 100644 index 9589385306..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/apiserver.yaml +++ /dev/null @@ -1,70 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - openshift.io/component: api - openshift.io/control-plane: 'true' - name: master-api - namespace: kube-system -spec: - containers: - - args: - - start - - master - - api - - --config=/etc/origin/master/master-config.yaml - - {{ print "--loglevel=" (Deref .Config.ComponentLogLevel.APIServer) | quote }} - command: - - openshift - image: {{ .Config.Images.ControlPlane | quote }} - imagePullPolicy: Always - livenessProbe: - httpGet: - path: healthz - port: 443 - scheme: HTTPS - initialDelaySeconds: 45 - timeoutSeconds: 10 - name: api - readinessProbe: - httpGet: - path: healthz/ready - port: 443 - scheme: HTTPS - initialDelaySeconds: 10 - timeoutSeconds: 10 - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/origin/master - name: master-config - readOnly: true - - mountPath: /etc/origin/cloudprovider - name: master-cloud-provider - readOnly: true - - mountPath: /var/lib/origin/ - name: master-data - - mountPath: /etc/pki - name: master-pki - - mountPath: /var/log - name: master-log - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/master - name: master-config - - hostPath: - path: /etc/origin/cloudprovider - name: master-cloud-provider - - hostPath: - path: /var/lib/origin - name: master-data - - hostPath: - path: /etc/pki - name: master-pki - - hostPath: - path: /var/log - name: master-log diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml deleted file mode 100644 index 073d1dbeb8..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml +++ /dev/null @@ -1,44 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - openshift.io/component: aro-admission-controller - openshift.io/control-plane: "true" - name: aro-admission-controller - namespace: kube-system -spec: - containers: - - args: - - admissioncontroller - command: - - azure - image: {{ .Config.Images.AroAdmissionController | quote }} - imagePullPolicy: Always - name: aro-admission-controller - readinessProbe: - httpGet: - path: healthz/ready - port: 8443 - scheme: HTTPS - initialDelaySeconds: 10 - timeoutSeconds: 10 - securityContext: - privileged: true - volumeMounts: - - mountPath: /_data/_out - name: azureconfig - readOnly: true - - mountPath: /_data/aro-admission-controller - name: etc-aac - readOnly: true - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/cloudprovider - name: azureconfig - - hostPath: - path: /etc/aro-admission-controller - name: etc-aac diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/controllers.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/controllers.yaml deleted file mode 100644 index 9b6fa2c6de..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/controllers.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: controllers - namespace: kube-system - labels: - openshift.io/component: controllers - openshift.io/control-plane: "true" -spec: - containers: - - args: - - start - - master - - controllers - - --config=/etc/origin/master/master-config.yaml - - --listen=https://0.0.0.0:8444 - - {{ print "--loglevel=" (Deref .Config.ComponentLogLevel.ControllerManager) | quote }} - command: - - openshift - env: - - name: KUBE_MAX_PD_VOLS - value: {{ .Derived.MaxDataDisksPerVM .ContainerService | quote }} - image: {{ .Config.Images.ControlPlane | quote }} - imagePullPolicy: Always - livenessProbe: - httpGet: - path: healthz - port: 8444 - scheme: HTTPS - name: controllers - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/origin/master/ - name: master-config - - mountPath: /etc/origin/cloudprovider/ - name: master-cloud-provider - - mountPath: /etc/containers/registries.d/ - name: signature-import - - mountPath: /usr/libexec/kubernetes/kubelet-plugins - mountPropagation: HostToContainer - name: kubelet-plugins - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/master/ - name: master-config - - hostPath: - path: /etc/origin/cloudprovider - name: master-cloud-provider - - hostPath: - path: /etc/containers/registries.d - name: signature-import - - hostPath: - path: /usr/libexec/kubernetes/kubelet-plugins - name: kubelet-plugins diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/etcd.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/etcd.yaml deleted file mode 100644 index dbe8bc7c0a..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/etcd.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - openshift.io/component: etcd - openshift.io/control-plane: 'true' - name: master-etcd - namespace: kube-system -spec: - containers: - - args: - - | - set -a - . /etc/etcd/etcd.conf - exec etcd - command: - - /bin/sh - - -c - env: - - name: ETCDCTL_API - value: "3" - image: {{ .Config.Images.MasterEtcd | quote }} - imagePullPolicy: Always - livenessProbe: - exec: - command: - - etcdctl - - --cacert - - /etc/etcd/ca.crt - - --cert - - /etc/etcd/peer.crt - - --key - - /etc/etcd/peer.key - - --endpoints - - https://{{ .Hostname }}:2379 - - endpoint - - health - initialDelaySeconds: 45 - name: etcd - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/etcd - name: etcd-config - readOnly: true - - mountPath: /var/lib/etcd - name: etcd-data - workingDir: /var/lib/etcd - hostNetwork: true - dnsPolicy: "None" - dnsConfig: - nameservers: - - 168.63.129.16 - searches: - - {{ .DomainName }} - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/etcd - name: etcd-config - - hostPath: - path: /var/lib/etcd - name: etcd-data diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/ovs.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/ovs.yaml deleted file mode 100644 index 918fc24440..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/ovs.yaml +++ /dev/null @@ -1,91 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - app: ovs - component: network - openshift.io/component: network - type: infra - name: ovs - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if /usr/share/openvswitch/scripts/ovs-ctl status &>/dev/null; then - echo "warning: Another process is currently managing OVS, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # launch OVS - function quit { - /usr/share/openvswitch/scripts/ovs-ctl stop - exit 0 - } - trap quit SIGTERM - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovs-vswitchd --system-id=random - - # Restrict the number of pthreads ovs-vswitchd creates to reduce the - # amount of RSS it uses on hosts with many cores - # https://bugzilla.redhat.com/show_bug.cgi?id=1571379 - # https://bugzilla.redhat.com/show_bug.cgi?id=1572797 - if [[ `nproc` -gt 12 ]]; then - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-revalidator-threads=4 - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-handler-threads=10 - fi - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovsdb-server --system-id=random - while true; do sleep 5; done - image: {{ .Config.Images.Node | quote }} - name: openvswitch - resources: - limits: - cpu: 200m - memory: 400Mi - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /lib/modules - name: host-modules - readOnly: true - - mountPath: /run/openvswitch - name: host-run-ovs - - mountPath: /var/run/openvswitch - name: host-run-ovs - - mountPath: /sys - name: host-sys - readOnly: true - - mountPath: /etc/openvswitch - name: host-config-openvswitch - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /run/openvswitch - name: host-run-ovs - - hostPath: - path: /sys - name: host-sys - - hostPath: - path: /etc/origin/openvswitch - name: host-config-openvswitch diff --git a/pkg/startup/v14/data/master/etc/origin/node/pods/sdn.yaml b/pkg/startup/v14/data/master/etc/origin/node/pods/sdn.yaml deleted file mode 100644 index bee1da9dfb..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/pods/sdn.yaml +++ /dev/null @@ -1,121 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - app: sdn - component: network - openshift.io/component: network - type: infra - name: sdn - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if echo 'test' | socat - UNIX-CONNECT:/var/run/openshift-sdn/cni-server.sock >/dev/null; then - echo "warning: Another process is currently listening on the CNI socket, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # Take over network functions on the node - rm -Rf /etc/cni/net.d/80-openshift-network.conf - cp -Rf /opt/cni/bin/* /host/opt/cni/bin/ - - if [[ -f /etc/sysconfig/origin-node ]]; then - set -o allexport - source /etc/sysconfig/origin-node - fi - - exec openshift start network --config=/etc/origin/node/node-config.yaml --kubeconfig=/etc/origin/node/sdn.kubeconfig --loglevel=${DEBUG_LOGLEVEL:-2} - env: - - name: OPENSHIFT_DNS_DOMAIN - value: cluster.local - image: {{ .Config.Images.Node | quote }} - name: sdn - ports: - - containerPort: 10256 - hostPort: 10256 - name: healthz - resources: - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /etc/origin/node/ - name: host-config - readOnly: true - - mountPath: /etc/sysconfig/origin-node - name: host-sysconfig-node - readOnly: true - - mountPath: /var/run - name: host-var-run - - mountPath: /var/run/dbus/ - name: host-var-run-dbus - readOnly: true - - mountPath: /var/run/openvswitch/ - name: host-var-run-ovs - readOnly: true - - mountPath: /var/run/kubernetes/ - name: host-var-run-kubernetes - readOnly: true - - mountPath: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - mountPath: /host/opt/cni/bin - name: host-opt-cni-bin - - mountPath: /etc/cni/net.d - name: host-etc-cni-netd - - mountPath: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/node - name: host-config - - hostPath: - path: /etc/sysconfig/origin-node - name: host-sysconfig-node - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /var/run - name: host-var-run - - hostPath: - path: /var/run/dbus - name: host-var-run-dbus - - hostPath: - path: /var/run/openvswitch - name: host-var-run-ovs - - hostPath: - path: /var/run/kubernetes - name: host-var-run-kubernetes - - hostPath: - path: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - hostPath: - path: /opt/cni/bin - name: host-opt-cni-bin - - hostPath: - path: /etc/cni/net.d - name: host-etc-cni-netd - - hostPath: - path: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn diff --git a/pkg/startup/v14/data/master/etc/origin/node/resolv.conf b/pkg/startup/v14/data/master/etc/origin/node/resolv.conf deleted file mode 100644 index aeb1d13996..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -{{ range .ContainerService.Properties.NetworkProfile.Nameservers }} -nameserver {{ . }} -{{ end }} diff --git a/pkg/startup/v14/data/master/etc/origin/node/sdn.kubeconfig b/pkg/startup/v14/data/master/etc/origin/node/sdn.kubeconfig deleted file mode 100644 index 6473d68a2c..0000000000 --- a/pkg/startup/v14/data/master/etc/origin/node/sdn.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.SDNKubeconfig | String }} diff --git a/pkg/startup/v14/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt b/pkg/startup/v14/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/master/etc/sysconfig/atomic-openshift-node b/pkg/startup/v14/data/master/etc/sysconfig/atomic-openshift-node deleted file mode 100644 index 17fea3251e..0000000000 --- a/pkg/startup/v14/data/master/etc/sysconfig/atomic-openshift-node +++ /dev/null @@ -1,4 +0,0 @@ -OPTIONS= -DEBUG_LOGLEVEL={{ Deref .Config.ComponentLogLevel.Node }} -IMAGE_VERSION=v3.11 -KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig diff --git a/pkg/startup/v14/data/master/root/.kube/config b/pkg/startup/v14/data/master/root/.kube/config deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v14/data/master/root/.kube/config +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/cloudprovider/azure.conf b/pkg/startup/v14/data/worker/etc/origin/cloudprovider/azure.conf deleted file mode 100644 index c61f0ee5cf..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/cloudprovider/azure.conf +++ /dev/null @@ -1 +0,0 @@ -{{ .Derived.WorkerCloudProviderConf .ContainerService | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/bootstrap.kubeconfig b/pkg/startup/v14/data/worker/etc/origin/node/bootstrap.kubeconfig deleted file mode 100644 index 46c6a3a0f5..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/bootstrap.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.NodeBootstrapKubeconfig | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/ca.crt b/pkg/startup/v14/data/worker/etc/origin/node/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.crt b/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.crt deleted file mode 100644 index ecb52ad27c..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.NodeBootstrap.Cert | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.key b/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.key deleted file mode 100644 index 70dcc6ad3c..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/node-bootstrapper.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.NodeBootstrap.Key | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/node-config.yaml b/pkg/startup/v14/data/worker/etc/origin/node/node-config.yaml deleted file mode 100644 index 39813a6975..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/node-config.yaml +++ /dev/null @@ -1,79 +0,0 @@ -apiVersion: v1 -authConfig: - authenticationCacheSize: 1000 - authenticationCacheTTL: 5m - authorizationCacheSize: 1000 - authorizationCacheTTL: 5m -dnsBindAddress: 127.0.0.1:53 -dnsDomain: cluster.local -dnsIP: 0.0.0.0 -dnsRecursiveResolvConf: /etc/origin/node/resolv.conf -dockerConfig: - dockerShimRootDirectory: /var/lib/dockershim - dockerShimSocket: /var/run/dockershim.sock - execHandlerName: native -enableUnidling: true -imageConfig: - format: {{ .Config.Images.Format | quote }} - latest: false -iptablesSyncPeriod: 30s -kind: NodeConfig -kubeletArguments: - bootstrap-kubeconfig: - - /etc/origin/node/bootstrap.kubeconfig - cert-dir: - - /etc/origin/node/certificates - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - enable-controller-attach-detach: - - "true" - feature-gates: - - RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true - max-pods: - - "50" - image-gc-low-threshold: - - "60" - maximum-dead-containers: - - "250" - maximum-dead-containers-per-container: - - "2" - minimum-container-ttl-duration: - - "5m" - node-labels: - - {{ print "node-role.kubernetes.io/" .Role "=true" | quote }} - pod-manifest-path: - - /etc/origin/node/pods - read-only-port: - - "10255" - rotate-certificates: - - "true" - runtime-request-timeout: - - 10m - kube-reserved: - - {{ .Derived.KubeReserved .ContainerService .Role | quote }} - serialize-image-pulls: - - "false" - system-reserved: - - {{ .Derived.SystemReserved .ContainerService .Role | quote }} -masterClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 40 - contentType: application/vnd.kubernetes.protobuf - qps: 20 -masterKubeConfig: node.kubeconfig -networkConfig: - mtu: 1450 - networkPluginName: redhat/openshift-ovs-networkpolicy -proxyArguments: - cluster-cidr: - - 10.128.0.0/14 -servingInfo: - bindAddress: 0.0.0.0:10250 - bindNetwork: tcp4 - clientCA: ca.crt -volumeConfig: - localQuota: - perFSGroup: 1Gi -volumeDirectory: /var/lib/origin/openshift.local.volumes diff --git a/pkg/startup/v14/data/worker/etc/origin/node/pods/ovs.yaml b/pkg/startup/v14/data/worker/etc/origin/node/pods/ovs.yaml deleted file mode 100644 index 918fc24440..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/pods/ovs.yaml +++ /dev/null @@ -1,91 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - app: ovs - component: network - openshift.io/component: network - type: infra - name: ovs - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if /usr/share/openvswitch/scripts/ovs-ctl status &>/dev/null; then - echo "warning: Another process is currently managing OVS, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # launch OVS - function quit { - /usr/share/openvswitch/scripts/ovs-ctl stop - exit 0 - } - trap quit SIGTERM - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovs-vswitchd --system-id=random - - # Restrict the number of pthreads ovs-vswitchd creates to reduce the - # amount of RSS it uses on hosts with many cores - # https://bugzilla.redhat.com/show_bug.cgi?id=1571379 - # https://bugzilla.redhat.com/show_bug.cgi?id=1572797 - if [[ `nproc` -gt 12 ]]; then - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-revalidator-threads=4 - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-handler-threads=10 - fi - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovsdb-server --system-id=random - while true; do sleep 5; done - image: {{ .Config.Images.Node | quote }} - name: openvswitch - resources: - limits: - cpu: 200m - memory: 400Mi - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /lib/modules - name: host-modules - readOnly: true - - mountPath: /run/openvswitch - name: host-run-ovs - - mountPath: /var/run/openvswitch - name: host-run-ovs - - mountPath: /sys - name: host-sys - readOnly: true - - mountPath: /etc/openvswitch - name: host-config-openvswitch - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /run/openvswitch - name: host-run-ovs - - hostPath: - path: /sys - name: host-sys - - hostPath: - path: /etc/origin/openvswitch - name: host-config-openvswitch diff --git a/pkg/startup/v14/data/worker/etc/origin/node/pods/sdn.yaml b/pkg/startup/v14/data/worker/etc/origin/node/pods/sdn.yaml deleted file mode 100644 index bee1da9dfb..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/pods/sdn.yaml +++ /dev/null @@ -1,121 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - app: sdn - component: network - openshift.io/component: network - type: infra - name: sdn - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if echo 'test' | socat - UNIX-CONNECT:/var/run/openshift-sdn/cni-server.sock >/dev/null; then - echo "warning: Another process is currently listening on the CNI socket, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # Take over network functions on the node - rm -Rf /etc/cni/net.d/80-openshift-network.conf - cp -Rf /opt/cni/bin/* /host/opt/cni/bin/ - - if [[ -f /etc/sysconfig/origin-node ]]; then - set -o allexport - source /etc/sysconfig/origin-node - fi - - exec openshift start network --config=/etc/origin/node/node-config.yaml --kubeconfig=/etc/origin/node/sdn.kubeconfig --loglevel=${DEBUG_LOGLEVEL:-2} - env: - - name: OPENSHIFT_DNS_DOMAIN - value: cluster.local - image: {{ .Config.Images.Node | quote }} - name: sdn - ports: - - containerPort: 10256 - hostPort: 10256 - name: healthz - resources: - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /etc/origin/node/ - name: host-config - readOnly: true - - mountPath: /etc/sysconfig/origin-node - name: host-sysconfig-node - readOnly: true - - mountPath: /var/run - name: host-var-run - - mountPath: /var/run/dbus/ - name: host-var-run-dbus - readOnly: true - - mountPath: /var/run/openvswitch/ - name: host-var-run-ovs - readOnly: true - - mountPath: /var/run/kubernetes/ - name: host-var-run-kubernetes - readOnly: true - - mountPath: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - mountPath: /host/opt/cni/bin - name: host-opt-cni-bin - - mountPath: /etc/cni/net.d - name: host-etc-cni-netd - - mountPath: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/node - name: host-config - - hostPath: - path: /etc/sysconfig/origin-node - name: host-sysconfig-node - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /var/run - name: host-var-run - - hostPath: - path: /var/run/dbus - name: host-var-run-dbus - - hostPath: - path: /var/run/openvswitch - name: host-var-run-ovs - - hostPath: - path: /var/run/kubernetes - name: host-var-run-kubernetes - - hostPath: - path: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - hostPath: - path: /opt/cni/bin - name: host-opt-cni-bin - - hostPath: - path: /etc/cni/net.d - name: host-etc-cni-netd - - hostPath: - path: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn diff --git a/pkg/startup/v14/data/worker/etc/origin/node/resolv.conf b/pkg/startup/v14/data/worker/etc/origin/node/resolv.conf deleted file mode 100644 index aeb1d13996..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -{{ range .ContainerService.Properties.NetworkProfile.Nameservers }} -nameserver {{ . }} -{{ end }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/sdn.kubeconfig b/pkg/startup/v14/data/worker/etc/origin/node/sdn.kubeconfig deleted file mode 100644 index 6473d68a2c..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/sdn.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.SDNKubeconfig | String }} diff --git a/pkg/startup/v14/data/worker/etc/origin/node/volume-config.yaml b/pkg/startup/v14/data/worker/etc/origin/node/volume-config.yaml deleted file mode 100644 index 70beb2f6c0..0000000000 --- a/pkg/startup/v14/data/worker/etc/origin/node/volume-config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kubelet.config.openshift.io/v1 -kind: VolumeConfig -localQuota: - perFSGroup: 1Gi diff --git a/pkg/startup/v14/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt b/pkg/startup/v14/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v14/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v14/data/worker/etc/sysconfig/atomic-openshift-node b/pkg/startup/v14/data/worker/etc/sysconfig/atomic-openshift-node deleted file mode 100644 index 17fea3251e..0000000000 --- a/pkg/startup/v14/data/worker/etc/sysconfig/atomic-openshift-node +++ /dev/null @@ -1,4 +0,0 @@ -OPTIONS= -DEBUG_LOGLEVEL={{ Deref .Config.ComponentLogLevel.Node }} -IMAGE_VERSION=v3.11 -KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig diff --git a/pkg/startup/v14/derive.go b/pkg/startup/v14/derive.go deleted file mode 100644 index d866201e22..0000000000 --- a/pkg/startup/v14/derive.go +++ /dev/null @@ -1,143 +0,0 @@ -package startup - -import ( - "crypto/x509" - "fmt" - - "github.com/Azure/go-autorest/autorest/azure" - - "github.com/openshift/openshift-azure/pkg/api" - derivedpkg "github.com/openshift/openshift-azure/pkg/util/derived" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -type derivedType struct{} - -var derived = &derivedType{} - -func isSmallVM(vmSize api.VMSize) bool { - // TODO: we should only be allowing StandardD2sV3 for test - return vmSize == api.StandardD2sV3 -} - -func (derivedType) SystemReserved(cs *api.OpenShiftManagedCluster, role api.AgentPoolProfileRole) (string, error) { - for _, app := range cs.Properties.AgentPoolProfiles { - if app.Role != role { - continue - } - - if isSmallVM(app.VMSize) { - if role == api.AgentPoolProfileRoleMaster { - return "cpu=500m,memory=1Gi", nil - } - - return "cpu=200m,memory=512Mi", nil - } - - if role == api.AgentPoolProfileRoleMaster { - return "cpu=1000m,memory=1Gi", nil - } - - return "cpu=500m,memory=512Mi", nil - } - - return "", fmt.Errorf("role %s not found", role) -} - -func (derivedType) KubeReserved(cs *api.OpenShiftManagedCluster, role api.AgentPoolProfileRole) (string, error) { - if role == api.AgentPoolProfileRoleMaster { - return "", fmt.Errorf("kubereserved not defined for role %s", role) - } - - for _, app := range cs.Properties.AgentPoolProfiles { - if app.Role != role { - continue - } - - if isSmallVM(app.VMSize) { - return "cpu=200m,memory=512Mi", nil - } - return "cpu=500m,memory=512Mi", nil - } - - return "", fmt.Errorf("role %s not found", role) -} - -func (derivedType) MasterCloudProviderConf(cs *api.OpenShiftManagedCluster) ([]byte, error) { - return derivedpkg.MasterCloudProviderConf(cs) -} - -func (derivedType) WorkerCloudProviderConf(cs *api.OpenShiftManagedCluster) ([]byte, error) { - return derivedpkg.WorkerCloudProviderConf(cs) -} - -func (derivedType) CustomerResourceGroup(ID string) (string, error) { - res, err := azure.ParseResourceID(ID) - return res.ResourceGroup, err -} - -// MaxDataDisksPerVM is a stopgap until k8s 1.12. It requires that a cluster -// has only one compute AgentPoolProfile and that no infra VM will require more -// mounted disks than the maximum number allowed by the compute agent pool. -// https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes -func (derivedType) MaxDataDisksPerVM(cs *api.OpenShiftManagedCluster) (string, error) { - var app *api.AgentPoolProfile - for i := range cs.Properties.AgentPoolProfiles { - if cs.Properties.AgentPoolProfiles[i].Role != api.AgentPoolProfileRoleCompute { - continue - } - - if app != nil { - return "", fmt.Errorf("found multiple compute agentPoolProfiles") - } - - app = &cs.Properties.AgentPoolProfiles[i] - } - - if app == nil { - return "", fmt.Errorf("couldn't find compute agentPoolProfile") - } - - switch app.VMSize { - // General purpose VMs - case api.StandardD2sV3: - return "4", nil - case api.StandardD4sV3: - return "8", nil - case api.StandardD8sV3: - return "16", nil - case api.StandardD16sV3, api.StandardD32sV3: - return "32", nil - - // Memory optimized VMs - case api.StandardE4sV3: - return "8", nil - case api.StandardE8sV3: - return "16", nil - case api.StandardE16sV3, api.StandardE32sV3: - return "32", nil - - // Compute optimized VMs - case api.StandardF8sV2: - return "16", nil - case api.StandardF16sV2, api.StandardF32sV2: - return "32", nil - } - - return "", fmt.Errorf("unknown VMSize %q", app.VMSize) -} - -// CaBundle created ca-bundle which includes -// CA and any external certificates we trust -func (derivedType) CaBundle(cs *api.OpenShiftManagedCluster) ([]*x509.Certificate, error) { - caBundle := []*x509.Certificate{cs.Config.Certificates.Ca.Cert} - - // we take only root certificate from the chain (last) - certs := cs.Config.Certificates.OpenShiftConsole.Certs - caBundle = append(caBundle, certs[len(certs)-1]) - - certs = cs.Config.Certificates.Router.Certs - caBundle = append(caBundle, certs[len(certs)-1]) - - return tls.UniqueCert(caBundle), nil -} diff --git a/pkg/startup/v14/derive_test.go b/pkg/startup/v14/derive_test.go deleted file mode 100644 index a10dc07881..0000000000 --- a/pkg/startup/v14/derive_test.go +++ /dev/null @@ -1,132 +0,0 @@ -package startup - -import ( - "crypto/x509" - "reflect" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestDerivedKubeAndSystemReserved(t *testing.T) { - tests := []struct { - cs api.OpenShiftManagedCluster - role api.AgentPoolProfileRole - wantKR string - wantKRErr string - wantSR string - wantSRErr string - }{ - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleCompute, - VMSize: api.StandardD4sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleCompute, - wantKR: "cpu=500m,memory=512Mi", - wantSR: "cpu=500m,memory=512Mi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleInfra, - VMSize: api.StandardD2sV3, - }, - }, - }}, - role: api.AgentPoolProfileRoleInfra, - wantKR: "cpu=200m,memory=512Mi", - wantSR: "cpu=200m,memory=512Mi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - VMSize: api.StandardD2sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleMaster, - wantKRErr: "kubereserved not defined for role master", - wantSR: "cpu=500m,memory=1Gi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - VMSize: api.StandardD4sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleMaster, - wantKRErr: "kubereserved not defined for role master", - wantSR: "cpu=1000m,memory=1Gi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{}, - }, - role: "anewrole", - wantKRErr: "role anewrole not found", - wantSRErr: "role anewrole not found", - }, - } - for _, tt := range tests { - got, err := derived.KubeReserved(&tt.cs, tt.role) - if got != tt.wantKR || (err == nil && tt.wantKRErr != "") || (err != nil && err.Error() != tt.wantKRErr) { - t.Errorf("derived.KubeReserved(%s) = %v, %v: wanted %v, %v", tt.role, got, err, tt.wantKR, tt.wantKRErr) - } - - got, err = derived.SystemReserved(&tt.cs, tt.role) - if got != tt.wantSR || (err == nil && tt.wantSRErr != "") || (err != nil && err.Error() != tt.wantSRErr) { - t.Errorf("derived.SystemReserved(%s) = %v, %v: wanted %v, %v", tt.role, got, err, tt.wantSR, tt.wantSRErr) - } - } -} - -func TestCaBundle(t *testing.T) { - expected := []*x509.Certificate{ - tls.DummyCertificate, - } - cs := api.OpenShiftManagedCluster{ - Config: api.Config{ - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{ - Cert: tls.DummyCertificate, - Key: tls.DummyPrivateKey, - }, - OpenShiftConsole: api.CertKeyPairChain{ - Certs: []*x509.Certificate{ - tls.DummyCertificate, tls.DummyCertificate, - }, - }, - Router: api.CertKeyPairChain{ - Certs: []*x509.Certificate{tls.DummyCertificate}, - }, - }, - }, - } - bundle, err := derived.CaBundle(&cs) - if err != nil { - t.Errorf("derived.CaBundle() error %v", err) - } - if !reflect.DeepEqual(expected, bundle) { - t.Errorf("derived.CaBundle() = ca-bundle lenght \"%v\", want \"%v\"", len(bundle), len(expected)) - } - -} diff --git a/pkg/startup/v14/startup.go b/pkg/startup/v14/startup.go deleted file mode 100644 index 5c110ef9a6..0000000000 --- a/pkg/startup/v14/startup.go +++ /dev/null @@ -1,260 +0,0 @@ -package startup - -//go:generate go get github.com/go-bindata/go-bindata/go-bindata -//go:generate go-bindata -nometadata -pkg $GOPACKAGE -prefix data data/... -//go:generate gofmt -s -l -w bindata.go - -import ( - "bytes" - "context" - "crypto/sha256" - "fmt" - "io/ioutil" - "net" - "os" - "path" - "sort" - "strings" - "time" - - "github.com/sirupsen/logrus" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/pkg/cluster/names" - "github.com/openshift/openshift-azure/pkg/util/azureclient" - "github.com/openshift/openshift-azure/pkg/util/azureclient/keyvault" - "github.com/openshift/openshift-azure/pkg/util/enrich" - "github.com/openshift/openshift-azure/pkg/util/template" - "github.com/openshift/openshift-azure/pkg/util/writers" -) - -type startup struct { - log *logrus.Entry - cs *api.OpenShiftManagedCluster - testConfig api.TestConfig -} - -// New returns a new startup entrypoint -func New(log *logrus.Entry, cs *api.OpenShiftManagedCluster, testConfig api.TestConfig) *startup { - return &startup{log: log, cs: cs, testConfig: testConfig} -} - -func (s *startup) GetWorkerCs() *api.OpenShiftManagedCluster { - workerCS := &api.OpenShiftManagedCluster{ - ID: s.cs.ID, - Name: s.cs.Name, - Properties: api.Properties{ - NetworkProfile: api.NetworkProfile{ - Nameservers: s.cs.Properties.NetworkProfile.Nameservers, - }, - WorkerServicePrincipalProfile: api.ServicePrincipalProfile{ - ClientID: s.cs.Properties.WorkerServicePrincipalProfile.ClientID, - Secret: s.cs.Properties.WorkerServicePrincipalProfile.Secret, - }, - AzProfile: api.AzProfile{ - TenantID: s.cs.Properties.AzProfile.TenantID, - SubscriptionID: s.cs.Properties.AzProfile.SubscriptionID, - ResourceGroup: s.cs.Properties.AzProfile.ResourceGroup, - }, - }, - Location: s.cs.Location, - Config: api.Config{ - PluginVersion: s.cs.Config.PluginVersion, - ComponentLogLevel: api.ComponentLogLevel{ - Node: s.cs.Config.ComponentLogLevel.Node, - }, - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{ - Cert: s.cs.Config.Certificates.Ca.Cert, - }, - GenevaLogging: s.cs.Config.Certificates.GenevaLogging, - NodeBootstrap: s.cs.Config.Certificates.NodeBootstrap, - }, - Images: api.ImageConfig{ - Format: s.cs.Config.Images.Format, - Node: s.cs.Config.Images.Node, - }, - NodeBootstrapKubeconfig: s.cs.Config.NodeBootstrapKubeconfig, - SDNKubeconfig: s.cs.Config.SDNKubeconfig, - GenevaLoggingAccount: s.cs.Config.GenevaLoggingAccount, - GenevaLoggingNamespace: s.cs.Config.GenevaLoggingNamespace, - GenevaLoggingControlPlaneEnvironment: s.cs.Config.GenevaLoggingControlPlaneEnvironment, - GenevaLoggingControlPlaneAccount: s.cs.Config.GenevaLoggingControlPlaneAccount, - GenevaLoggingControlPlaneRegion: s.cs.Config.GenevaLoggingControlPlaneRegion, - }, - } - for _, app := range s.cs.Properties.AgentPoolProfiles { - workerCS.Properties.AgentPoolProfiles = append(workerCS.Properties.AgentPoolProfiles, api.AgentPoolProfile{ - Role: app.Role, - VMSize: app.VMSize, - }) - } - return workerCS -} - -func (s *startup) WriteFiles(ctx context.Context) error { - hostname, err := os.Hostname() - if err != nil { - return err - } - - cname, err := net.LookupCNAME(hostname) - if err != nil { - return err - } - - domainname := strings.SplitN(strings.TrimSuffix(cname, "."), ".", 2)[1] - - role := names.GetAgentRole(hostname) - - spp := &s.cs.Properties.WorkerServicePrincipalProfile - if role == api.AgentPoolProfileRoleMaster { - spp = &s.cs.Properties.MasterServicePrincipalProfile - - s.log.Info("creating clients") - vaultauthorizer, err := azureclient.NewAuthorizer(spp.ClientID, spp.Secret, s.cs.Properties.AzProfile.TenantID, azureclient.KeyVaultEndpoint) - if err != nil { - return err - } - - kvc := keyvault.NewKeyVaultClient(ctx, s.log, vaultauthorizer) - - s.log.Info("enriching config") - err = enrich.CertificatesFromVault(ctx, kvc, s.cs) - if err != nil { - return err - } - } - - return s.writeFiles(role, writers.NewFilesystemWriter(), hostname, domainname) -} - -func (s *startup) Hash(role api.AgentPoolProfileRole) ([]byte, error) { - hash := sha256.New() - - err := s.writeFiles(role, writers.NewTarWriter(hash), "", "") - if err != nil { - return nil, err - } - - if s.testConfig.DebugHashFunctions { - buf := &bytes.Buffer{} - err = s.writeFiles(role, writers.NewTarWriter(buf), "", "") - if err != nil { - return nil, err - } - err = ioutil.WriteFile(fmt.Sprintf("startup-%s-%d.tar", role, time.Now().UnixNano()), buf.Bytes(), 0666) - if err != nil { - return nil, err - } - } - - return hash.Sum(nil), nil -} - -func (s *startup) realFilePathAndContents(assetPath string, role api.AgentPoolProfileRole) (string, string, error) { - prefix := strings.Split(assetPath, "/")[0] - if prefix != "common" { - switch role { - case api.AgentPoolProfileRoleMaster: - if prefix != "master" { - return "", "", nil // skip - } - default: - if prefix != "worker" { - return "", "", nil // skip - } - } - } - b, err := Asset(assetPath) - if err != nil { - return "", "", err - } - return strings.TrimPrefix(assetPath, prefix), string(b), nil -} - -func (s *startup) filePermissions(filepath string) os.FileMode { - var perm os.FileMode - switch { - case strings.HasSuffix(filepath, ".key"), - strings.HasSuffix(filepath, ".kubeconfig"), - filepath == "/etc/origin/cloudprovider/azure.conf", - filepath == "/etc/origin/master/client.secret", - filepath == "/etc/origin/master/session-secrets.yaml", - filepath == "/var/lib/origin/.docker/config.json", - filepath == "/root/.kube/config": - perm = 0600 - default: - perm = 0644 - } - return perm -} - -func (s *startup) writeFiles(role api.AgentPoolProfileRole, w writers.Writer, hostname, domainname string) error { - assetNames := AssetNames() - sort.Strings(assetNames) - var filesToWrite = map[string]string{} - var fileKeys = []string{} - - // load all files into a map, common/ will be first (as it is sorted) and later - // role-specific files will overwrite the common ones - for _, assetPath := range assetNames { - filepath, fileContent, err := s.realFilePathAndContents(assetPath, role) - if err != nil { - return err - } - if filepath != "" { - filesToWrite[filepath] = fileContent - fileKeys = append(fileKeys, filepath) - } - } - - // write the final map file to disk using fileKeys slice to guarantee order - for _, filepath := range fileKeys { - var tmpl = filesToWrite[filepath] - b, err := template.Template(filepath, tmpl, - map[string]interface{}{ - "Deref": func(pi *int) int { return *pi }, - }, struct { - ContainerService *api.OpenShiftManagedCluster - Config *api.Config - Derived *derivedType - Role api.AgentPoolProfileRole - Hostname string - DomainName string - }{ - ContainerService: s.cs, - Config: &s.cs.Config, - Derived: derived, - Role: role, - Hostname: hostname, - DomainName: domainname, - }) - if err != nil { - return err - } - - perm := s.filePermissions(filepath) - filepath = "/host" + filepath - - parentDir := path.Dir(filepath) - err = w.MkdirAll(parentDir, 0755) - if err != nil { - return err - } - - err = w.WriteFile(filepath, b, perm) - if err != nil { - return err - } - } - - return w.Close() -} - -// WriteSearchDomain queries for the search domain and writes to -// /etc/dhcp/dhclient-eth0.conf. This is for private api clusters only -func (s *startup) WriteSearchDomain(ctx context.Context, log *logrus.Entry) error { - log.Info("not supported in this release") - return nil -} diff --git a/pkg/startup/v14/startup_test.go b/pkg/startup/v14/startup_test.go deleted file mode 100644 index f4a700d45b..0000000000 --- a/pkg/startup/v14/startup_test.go +++ /dev/null @@ -1,112 +0,0 @@ -package startup - -import ( - "os" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" -) - -func TestFilePermissions(t *testing.T) { - tests := []struct { - filepath string - want os.FileMode - }{ - { - filepath: "foo.key", - want: os.FileMode(0600), - }, - { - filepath: "foo.kubeconfig", - want: os.FileMode(0600), - }, - { - filepath: "/etc/origin/cloudprovider/azure.conf", - want: os.FileMode(0600), - }, - { - filepath: "/etc/origin/master/session-secrets.yaml", - want: os.FileMode(0600), - }, - { - filepath: "foo.config", - want: os.FileMode(0644), - }, - { - filepath: "/etc/default/mdsd", - want: os.FileMode(0644), - }, - { - filepath: "/etc/etcd/ca.crt", - want: os.FileMode(0644), - }, - { - filepath: "/etc/etcd/peer.key", - want: os.FileMode(0600), - }, - } - for _, tt := range tests { - t.Run(tt.filepath, func(t *testing.T) { - s := &startup{} - if got := s.filePermissions(tt.filepath); got != tt.want { - t.Errorf("startup.filePermissions() = %v, want %v", got, tt.want) - } - }) - } -} - -func TestRealFilePathAndContents(t *testing.T) { - tests := []struct { - assetPath string - role api.AgentPoolProfileRole - want string - wantErr bool - }{ - { - assetPath: "common/etc/default/mdsd", - role: api.AgentPoolProfileRoleMaster, - want: "/etc/default/mdsd", - }, - { - assetPath: "master/etc/etcd/peer.crt", - role: api.AgentPoolProfileRoleMaster, - want: "/etc/etcd/peer.crt", - }, - { - assetPath: "common/etc/default/mdsd", - role: api.AgentPoolProfileRoleCompute, - want: "/etc/default/mdsd", - }, - { - assetPath: "master/etc/etcd/peer.crt", - role: api.AgentPoolProfileRoleCompute, - want: "", - }, - { - assetPath: "worker/etc/origin/node/node-config.yaml", - role: api.AgentPoolProfileRoleCompute, - want: "/etc/origin/node/node-config.yaml", - }, - { - assetPath: "worker/etc/origin/node/node-config.yaml", - role: api.AgentPoolProfileRoleMaster, - want: "", - }, - } - for _, tt := range tests { - t.Run(tt.assetPath, func(t *testing.T) { - s := &startup{} - got, gotContent, err := s.realFilePathAndContents(tt.assetPath, tt.role) - if (err != nil) != tt.wantErr { - t.Errorf("startup.realFilePathAndContents() error = %v, wantErr %v", err, tt.wantErr) - return - } - if got != tt.want { - t.Errorf("startup.realFilePathAndContents() got = %v, want %v", got, tt.want) - } - if len(gotContent) <= 0 && tt.want != "" { - t.Errorf("startup.realFilePathAndContents() gotConentLen = %v", len(gotContent)) - } - }) - } -} diff --git a/pkg/startup/v18/bindata.go b/pkg/startup/v18/bindata.go deleted file mode 100644 index aa2323b482..0000000000 --- a/pkg/startup/v18/bindata.go +++ /dev/null @@ -1,1948 +0,0 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -//Package startup generated by go-bindata.// sources: -// data/common/etc/azsec/azsecmon-audit.rules -// data/common/etc/default/mdsd -// data/common/etc/fluentd/fluent.conf -// data/common/etc/mdsd.d/mdsd.xml -// data/common/etc/mdsd.d/secret/gcscert.pem -// data/common/etc/mdsd.d/secret/gcskey.pem -// data/master/etc/aro-admission-controller/aro-admission-controller.yaml -// data/master/etc/etcd/ca.crt -// data/master/etc/etcd/etcd.conf -// data/master/etc/etcd/peer.crt -// data/master/etc/etcd/peer.key -// data/master/etc/etcd/server.crt -// data/master/etc/etcd/server.key -// data/master/etc/origin/cloudprovider/azure.conf -// data/master/etc/origin/master/admin.crt -// data/master/etc/origin/master/admin.key -// data/master/etc/origin/master/admin.kubeconfig -// data/master/etc/origin/master/admission-webhook.kubeconfig -// data/master/etc/origin/master/aggregator-front-proxy.crt -// data/master/etc/origin/master/aggregator-front-proxy.key -// data/master/etc/origin/master/ca-bundle.crt -// data/master/etc/origin/master/ca.crt -// data/master/etc/origin/master/ca.key -// data/master/etc/origin/master/client.secret -// data/master/etc/origin/master/front-proxy-ca.crt -// data/master/etc/origin/master/master-config.yaml -// data/master/etc/origin/master/master.etcd-ca.crt -// data/master/etc/origin/master/master.etcd-client.crt -// data/master/etc/origin/master/master.etcd-client.key -// data/master/etc/origin/master/master.kubelet-client.crt -// data/master/etc/origin/master/master.kubelet-client.key -// data/master/etc/origin/master/master.proxy-client.crt -// data/master/etc/origin/master/master.proxy-client.key -// data/master/etc/origin/master/master.server.crt -// data/master/etc/origin/master/master.server.key -// data/master/etc/origin/master/named/console.crt -// data/master/etc/origin/master/named/console.key -// data/master/etc/origin/master/openshift-master.kubeconfig -// data/master/etc/origin/master/scheduler.json -// data/master/etc/origin/master/service-signer.crt -// data/master/etc/origin/master/service-signer.key -// data/master/etc/origin/master/serviceaccounts.private.key -// data/master/etc/origin/master/serviceaccounts.public.key -// data/master/etc/origin/master/session-secrets.yaml -// data/master/etc/origin/node/ca.crt -// data/master/etc/origin/node/client-ca.crt -// data/master/etc/origin/node/node-config.yaml -// data/master/etc/origin/node/node.kubeconfig -// data/master/etc/origin/node/pods/apiserver.yaml -// data/master/etc/origin/node/pods/aroadmissioncontroller.yaml -// data/master/etc/origin/node/pods/controllers.yaml -// data/master/etc/origin/node/pods/etcd.yaml -// data/master/etc/origin/node/pods/ovs.yaml -// data/master/etc/origin/node/pods/sdn.yaml -// data/master/etc/origin/node/resolv.conf -// data/master/etc/origin/node/sdn.kubeconfig -// data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt -// data/master/etc/sysconfig/atomic-openshift-node -// data/master/root/.kube/config -// data/worker/etc/origin/cloudprovider/azure.conf -// data/worker/etc/origin/node/bootstrap.kubeconfig -// data/worker/etc/origin/node/ca.crt -// data/worker/etc/origin/node/node-bootstrapper.crt -// data/worker/etc/origin/node/node-bootstrapper.key -// data/worker/etc/origin/node/node-config.yaml -// data/worker/etc/origin/node/pods/ovs.yaml -// data/worker/etc/origin/node/pods/sdn.yaml -// data/worker/etc/origin/node/resolv.conf -// data/worker/etc/origin/node/sdn.kubeconfig -// data/worker/etc/origin/node/volume-config.yaml -// data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt -// data/worker/etc/sysconfig/atomic-openshift-node -package startup - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// ModTime return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _commonEtcAzsecAzsecmonAuditRules = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xbf\x4e\xc3\x40\x0c\xc6\xf7\x3c\x85\xa5\xae\xb9\x46\x02\xc4\x80\xc4\xc2\xc0\x06\x4b\x1f\xa0\x32\x67\xb7\x3d\xb8\x7f\x3a\x3b\x4d\xc2\xd3\xa3\xa4\x51\x49\x87\x56\x30\x9d\x3e\xfb\xd3\xef\x7e\x5e\xc1\x26\x05\x86\x9d\xf3\x0c\x18\x09\xc8\x15\xb6\x9a\xca\x00\x1d\xaa\x3d\xb0\x54\xa6\x83\xe6\x88\xa5\xf1\x69\xdf\x60\x4b\x4e\x1b\x30\x19\xba\x1e\xc1\x7c\xc1\x34\x50\x0c\x99\x8b\x8b\xfb\xa9\xcb\x6a\xff\xdc\xcb\x28\xd2\xd1\xa2\xd7\x0a\x97\x7d\x49\x6d\x3e\x57\xa6\x74\xb3\x91\x31\xac\x69\xf9\x59\xc6\xf0\x6b\xf2\x2d\x6c\x2f\x4c\xc6\x41\x55\xad\xe0\x2d\x45\xa7\xa9\x80\xe5\xa2\xe8\x22\xc8\x20\x16\xbd\x97\x35\xbc\xbf\x3c\x01\xfa\xc2\x48\x03\xf8\x84\xc4\x04\xe3\x5e\x93\x9d\x0f\x21\x28\xad\x67\xa9\x56\x06\x01\x7d\x87\x83\xd4\xdc\x3b\x05\xf3\x0a\x58\xec\xe1\xf9\xe3\xfe\x0e\xcc\x06\xb8\x67\x7b\xe4\xfa\xf4\xa0\xd6\x2e\x3a\xdd\x86\x44\xad\xe7\x7a\xb7\x08\xd7\x39\x8f\x0f\xff\xe2\x2c\xaf\xf2\xa3\x2d\x1f\x39\xaa\x54\xb7\x35\x85\x55\x5d\xe0\xb4\x23\x1c\x6a\xa4\xcf\x31\xf4\xf5\x04\xd8\xce\xbb\x39\xcd\xcb\xab\xbc\x93\xee\x19\x71\x01\xbe\xc5\xfb\x09\x00\x00\xff\xff\x47\x1a\xe0\x6a\x85\x02\x00\x00") - -func commonEtcAzsecAzsecmonAuditRulesBytes() ([]byte, error) { - return bindataRead( - _commonEtcAzsecAzsecmonAuditRules, - "common/etc/azsec/azsecmon-audit.rules", - ) -} - -func commonEtcAzsecAzsecmonAuditRules() (*asset, error) { - bytes, err := commonEtcAzsecAzsecmonAuditRulesBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/azsec/azsecmon-audit.rules", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcDefaultMdsd = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xdf\x8f\xe2\x36\x10\x7e\xcf\x5f\x31\x82\xea\xf6\x4e\x22\x09\x74\x7f\x74\x77\x25\x54\x21\x36\xa0\xa8\x40\x28\x70\xa7\xf6\x09\x39\xf6\x24\x71\x31\x76\x6a\x4f\xe0\xe8\x6a\xff\xf7\xca\x81\xd5\x55\xbd\xee\xe9\x1e\xfa\x12\xc5\x3f\xe6\x9b\x6f\xbe\x6f\xc6\x5d\xc8\x6a\x92\x46\x3b\x28\x8c\x85\xbd\x70\x22\xe8\xc2\xb8\x42\xbe\x83\x2b\xbf\x82\xb0\xba\x6a\x8f\x04\x12\x93\xca\x45\x41\x30\x7f\x5a\x3f\x6d\x57\xd9\x2c\xd9\x2e\x57\xc9\x24\xfd\x6d\x18\x1f\x98\x8d\x6d\xa3\x63\x1f\x10\x0b\x2c\x58\xa3\xe8\x7c\x2d\x5b\x6e\xd2\x6c\xb1\x1e\x76\x42\x01\xe1\x08\x42\x0b\x3f\x3c\xff\x3b\xfe\x05\xc2\x02\x6e\xfb\xfd\x41\x27\x08\xba\x90\x16\x40\x95\x74\x20\x1d\xf0\x8a\xe9\x12\x45\x0f\x98\x72\xe6\xb2\x82\x18\x89\xc7\xca\x94\xd6\x10\x23\x8c\x44\x9b\xf4\x9c\x6c\x96\x4d\xcf\x5c\x94\x29\x3d\xd4\xcc\x30\x01\x4c\x29\xd8\x69\x73\xd4\x30\x1e\xb9\x00\x3f\xd7\xc6\x12\xac\xd7\xb3\xed\x38\x59\x6d\xb6\x93\x74\x96\x0c\x5b\xc8\x7a\x27\x63\x52\x2e\xe6\x68\xc9\xc5\x9c\x85\x79\xa3\x85\xc2\x88\x5b\xf2\x58\xab\xe4\xd7\x8f\xe9\x2a\x79\x0a\xba\x30\x45\x8d\x07\x06\xa8\x0f\xd2\x1a\xbd\x47\x4d\x11\x24\x9f\xd9\xbe\x56\xe8\x1e\x61\x83\x8e\x7a\x30\x91\xd6\xd1\x92\x59\x3a\x2d\xad\x11\x3d\x78\x92\xac\xd4\xc6\x91\xe4\xce\x6f\x04\x5d\x98\x18\x0b\x54\x21\x14\x8d\x52\xa0\xa4\x23\x30\xc5\x3f\x31\x5d\x0f\x1c\xe2\x63\xd0\x85\x8a\xa8\x76\x8f\x71\xfc\x07\xb3\x07\xe9\xc2\x23\x3a\x8a\x04\x8f\x98\x88\xf6\xae\xa0\x48\x23\xc5\x3f\xd7\xac\xc4\xa1\x30\xbc\x69\x43\xdf\x39\xe4\xde\xd4\xe1\xe0\xfa\xee\x5a\xb0\xfe\x20\xcc\xef\x50\x84\x37\xd7\xe2\x26\x7c\xf8\xa9\x8f\x61\x71\xff\x90\xf7\x07\x03\x71\xfb\x30\x28\xde\x49\x31\x14\x83\x7b\xd6\xe7\x22\x0f\x31\xef\x63\x78\x73\x7f\x9b\x87\xf9\x20\xcf\x43\x9e\xe7\x77\xfd\xbb\x07\x71\x7d\xfb\x63\x1e\x74\x5f\xd5\x9b\x67\x8b\x74\x93\xad\xd2\xc5\x74\x3b\x1d\xaf\xb7\xc9\xe2\x53\xba\xca\x16\xf3\x64\xb1\x19\x3e\x3f\x43\x34\x36\xba\x90\x65\x74\x96\x69\x66\xca\x52\xea\x72\x6c\x34\x59\xa3\x96\x8a\x69\x4c\xbe\x14\x09\x2f\x2f\xff\x2d\xee\x88\x73\xd3\x68\x02\xcd\xf6\xf8\x66\xe2\xd1\x78\x9c\x7d\xfc\xce\xa4\xaf\x80\x5f\x25\xdc\x54\x08\x16\x4b\x69\x34\x4c\xc7\x6b\x70\x95\x69\x94\x80\xc6\x21\x1c\x2b\xd4\x20\xc9\x77\x3e\xda\xbd\xd4\xe8\xe0\x58\x49\x5e\x81\x23\x63\x59\x89\xc0\x2e\x98\xdc\xa2\x40\x4d\x92\x29\xe7\xef\x5f\x20\x2c\x52\x63\x35\x90\x81\xf9\x28\x02\x8c\xca\x08\x3a\xde\xbb\xc6\x75\x7a\xd0\x41\xd6\xfe\x45\x97\x92\x2d\x53\xea\xd4\x03\x49\x57\x0e\x72\x74\xe4\xc3\x4c\x4e\x4c\xea\xf3\x34\x1c\x98\x6a\x10\x8c\x6e\x5b\xe6\xd3\x1c\x2a\xdf\x4b\xba\x6c\x97\xac\xf4\x4a\xe6\x27\xf8\xb3\x41\x7b\x7a\xdd\x1d\xfd\xd5\x58\x84\x54\x3b\x62\x9a\x23\xcc\x91\x98\x60\xc4\x60\x8d\xf6\x20\x39\xc2\xfb\x74\xfe\xb4\xfe\xd0\x8e\xb6\xbf\xde\x51\x86\x33\xdf\x33\x9d\x4b\xae\xf7\x0e\x11\x58\x6e\x0e\x08\xdc\x08\x04\xa7\x65\x5d\x23\x7d\x88\xde\xb4\x63\x95\x4c\xd3\x6c\xf1\x5d\x6e\xac\xce\x82\x7f\x65\xc6\xc4\x0f\x43\xcd\xa8\xf2\xf5\xd7\x4d\xae\x24\x07\x3f\x90\xb2\x90\x9c\x11\x42\x21\x15\x7a\x6f\x84\x3f\x67\x0d\x55\x5e\xf6\xf6\xa4\x7d\xab\x8e\x92\xaa\xb3\x8b\xe7\x22\xdf\xe6\xda\x0e\xbf\xff\x7c\x79\x00\x3c\x42\x24\x62\x87\xdc\x22\xc5\x25\x77\x3e\x71\x54\xe3\xfe\x5b\x1c\xbd\x74\xb5\x95\x07\x4f\x61\x87\xa7\xff\x99\xe0\x2f\xc9\xef\xdf\xe0\xb7\xc3\x53\x4b\xef\xef\x00\x00\x00\xff\xff\x9d\x6b\x10\x04\xc3\x05\x00\x00") - -func commonEtcDefaultMdsdBytes() ([]byte, error) { - return bindataRead( - _commonEtcDefaultMdsd, - "common/etc/default/mdsd", - ) -} - -func commonEtcDefaultMdsd() (*asset, error) { - bytes, err := commonEtcDefaultMdsdBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/default/mdsd", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcFluentdFluentConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x4d\x6f\xdb\x46\x10\xbd\xf3\x57\x0c\xe8\x0a\xb5\x0d\xf1\x4b\x96\x23\x9b\x10\x9c\x0a\x8a\xd2\xea\x60\x47\xa8\x94\x43\x1b\x04\x8b\x15\x77\x48\x6e\xb4\xdc\x65\x76\x87\x4a\x85\xa2\xff\xbd\x20\x29\x59\x01\x0c\xdf\x7c\x5b\xbd\x79\xf3\x66\xde\x68\x86\x17\xf0\xd1\x58\xb0\x98\xa3\x45\x9d\x21\x28\x63\x76\xc0\x09\xa8\x44\xc8\x55\x83\x9a\x04\x08\x93\x39\x28\xd1\x62\x0a\x25\x51\xed\xd2\x28\x6a\xa1\xf0\x18\x0f\x8d\x2d\xa2\x7d\x14\x87\xc9\x28\xf2\xa6\xce\x34\x36\xc3\x07\x0f\xe0\x37\x3a\xd4\x08\xee\xe0\x08\x2b\xe1\x01\x10\x2f\xe0\x9b\x69\xac\xe6\x4a\x78\xd3\xe8\x44\x7c\x91\x41\x5c\x2a\x0f\x20\x37\xb6\xe2\x04\xdf\x9c\xd1\x1e\x40\xcd\xa9\x84\x68\xcf\x6d\xa4\x4c\x11\x99\x1a\xb5\x2b\x65\x4e\x01\x6f\x84\xa4\xe8\x3a\x54\xa6\x68\x59\xc6\xb1\x5c\x2a\x7c\x95\x19\xd6\xc6\x79\xd0\xfa\xb5\xe8\x4a\x26\x35\xa1\xdd\x73\x05\x49\xdc\x36\x28\x2b\x64\x3b\x3c\x74\x0f\x47\xbc\xaa\x4f\xe0\xb1\x97\xc1\x5f\xc1\xa0\x0a\x06\x62\x33\xf8\x23\x1d\x3c\xa6\x83\xf5\xdf\x47\x5b\xbb\x3b\xc7\x3a\xfd\x9f\x7d\xe5\x52\x11\xda\x67\xcb\x67\x83\x16\x33\x63\x05\x23\xcb\xb5\x6b\x95\xd1\x7a\x00\xa8\xf9\x56\x21\xb3\xcd\xf6\x00\x64\x1b\xf4\x00\xa6\x3d\xb1\x4d\x04\x78\x5c\xac\xd7\xb3\xdf\x17\xf0\xcb\xbf\x3d\xfa\xc5\x3f\x22\xfe\xd7\x50\x4b\xf5\x1e\xde\x83\x96\x0a\x52\x78\x19\xce\x8d\xcd\x90\xa1\xce\x8c\x90\xba\xb8\xf4\x3f\x6f\x3e\x06\x77\xfe\x55\xd8\x21\x78\xe9\xcf\xd6\xf3\xe5\xd2\x1f\x82\xd4\x7b\xae\xa4\x48\x21\xb5\x58\x2b\x9e\xe1\x10\x1a\x2d\x30\x3f\x03\x57\xff\x75\xbd\x5c\x80\xe0\xc4\x8f\xff\x50\x7a\x84\xba\x19\xd4\xd2\xa1\xdd\xa3\x3d\xbf\x82\xfd\xf7\x7f\x8a\x31\xdb\x35\x5b\x0c\x5a\x44\x66\x18\x64\x9c\xb8\x32\x05\x9b\x8c\x32\x1c\x8b\xc9\x4d\x70\x3b\x1a\x8d\x83\x24\xc1\xfb\xe0\xfe\x4e\xc4\x41\x1c\xc7\xe2\x86\x27\xf7\xef\x26\xb7\xef\x58\xdc\xe9\xcf\x3f\x3d\x6d\x66\xcb\xa7\xc5\x9f\x3f\x0d\xe0\x19\x63\x4f\xb3\xc7\x57\xe7\xf0\x82\xe5\x6a\x25\xe9\xd2\x67\xfe\xd5\x97\xe4\x2b\xf4\x8e\x56\x9f\x3e\xbc\xa9\xf0\xe8\x24\xdc\x86\xd6\xab\xd9\x7c\xf1\xa6\xf2\x37\x27\xf9\x33\x69\xf9\xb6\x06\xc6\x7d\x85\x69\x74\xda\xc1\x69\xd4\xef\xf3\x83\x37\xad\x38\x65\x25\x5c\x5f\x9f\x37\x3a\x37\xf6\x07\xb7\xed\x91\x6f\x9b\x3c\x47\xcb\x3a\xb4\xc2\xca\xd8\xc3\x19\xfc\xde\x60\x83\x2c\x6f\x94\x62\x3c\x23\x69\x34\x6c\x95\xc9\x76\x1e\x80\x90\xae\xdf\x7e\x24\x7b\x60\x4a\x56\x92\x4e\x47\x70\x01\x02\x73\xde\x28\x82\x12\xb9\xa5\x2d\x72\x02\xe9\xe0\xf3\x87\xd5\x10\x7e\x94\x32\x2b\xa1\x12\xae\xfd\x46\xa1\xd3\xbf\x12\xb8\xa6\xae\x8d\xa5\x21\x70\x2d\x60\x33\x5f\x41\x69\x0a\x07\x99\xd1\x1a\xbb\x92\xae\x0b\x54\x7c\x87\x0e\x24\x81\x36\xd2\xb5\x1d\x3e\x6b\xf7\x9d\x6b\xa3\xbb\x03\xec\x57\xb8\x3f\x40\xcd\x2b\xec\x6a\x75\xbf\x4a\xe3\x08\x92\xd1\x24\x8c\xc3\x38\x4c\x3a\xa8\xad\x0b\xb7\x71\x9c\x74\x73\x3b\xa5\x4e\xa3\x6e\x5c\x0f\xde\xff\x01\x00\x00\xff\xff\xc8\x3e\xbe\x47\x6a\x05\x00\x00") - -func commonEtcFluentdFluentConfBytes() ([]byte, error) { - return bindataRead( - _commonEtcFluentdFluentConf, - "common/etc/fluentd/fluent.conf", - ) -} - -func commonEtcFluentdFluentConf() (*asset, error) { - bytes, err := commonEtcFluentdFluentConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/fluentd/fluent.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDMdsdXml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x98\xdf\x4f\xe3\x46\x10\xc7\xdf\xef\xaf\x58\xed\x3b\xb1\x01\x55\xe5\x4e\x76\x4e\x21\xa1\x47\xd4\x04\x51\x42\xab\xaa\x2f\x68\x58\x4f\xcc\x16\x7b\x36\xda\x1d\xe7\x08\xd7\xfb\xdf\x2b\xff\x4a\xec\x70\xa0\x58\x17\x22\xf1\x90\xfd\xf1\x9d\xf9\xec\xcc\xce\x6c\x48\xf0\xf9\x29\x4d\xc4\x12\xad\xd3\x86\x42\x79\xdc\xf3\xa5\x40\x52\x26\xd2\x14\x87\x32\xe3\xf9\xd1\x99\xfc\xdc\xff\x10\x4c\x0d\x69\x36\x56\x53\x3c\x05\x82\x18\x53\x24\xde\x92\x11\xa4\xe8\x16\xa0\x30\x94\xdf\xbe\x89\xde\xd0\xd0\x5c\xc7\xbd\x2f\x48\xb8\x84\x89\x89\x63\x4d\xf1\x55\xbd\x45\xfc\x27\xfe\x9e\x4e\x2e\x9c\x82\x05\x8a\xef\xdf\xa5\xc0\x25\x12\xff\xb5\xb6\x27\x05\xeb\x14\x1d\x43\xba\x08\xe5\x89\x7f\xfc\xeb\x91\x7f\x76\xe4\x1f\xdf\xfa\xfe\xa7\xe2\xaf\xe7\xfb\xfe\x3f\xb2\xff\x41\x08\x21\x82\x81\x52\x26\x23\x76\xe5\xb0\x39\x25\x52\x43\xfa\x11\xed\xeb\x44\xf5\xc6\x6d\x1e\xed\x46\x38\x87\x2c\xe1\x50\xb2\xcd\x50\x0a\xc8\xd8\xfc\x8e\xab\x50\xce\x21\x71\x28\xbd\xca\xb7\xd7\x76\x1e\x34\xa2\x53\x1e\xc9\x24\x59\x8a\xa1\x9c\x80\x8d\x51\x8a\xa8\x34\x7a\x83\x8c\xc4\xda\xd0\x98\x46\xb0\x72\xa1\xfc\xe8\xcb\x06\xfd\x38\xca\x57\x79\x25\x18\x09\x88\xf3\xa8\x0d\x12\x0d\x2e\x94\x37\xe8\x4c\x66\x15\xe6\x53\x0d\x45\x4b\x35\x34\xe9\xc2\x50\x4e\x90\x67\x24\xd7\xc4\xda\x90\xec\x57\x21\x60\xd0\x84\x76\x86\x76\xa9\x15\xf6\x26\x46\x41\x0e\xb2\x15\x80\xc0\x7b\x61\x6d\x47\x6f\xb3\xec\xde\x29\xab\x17\xc5\xe9\xa2\x57\xbc\x5e\x5b\xb3\x40\xcb\x1a\x5d\x6f\xf0\x7c\x6d\xcd\x5c\x27\xd8\x6b\x29\x47\x7b\x03\xaa\x43\xf6\xc5\x9a\x6c\x51\xc6\x2d\x67\x1a\xa1\xd5\x4b\x8c\x7a\xc3\xcc\xb1\x49\xd1\xb6\xb6\xfd\x00\xf9\x1d\x88\x36\x30\x2f\xbc\xe5\x4b\xfb\xf3\x67\x92\xca\x4f\xfe\xe9\xa7\x4d\x8d\xc9\x31\x90\x42\x29\x32\x87\xf9\x86\x8c\xd1\x5e\x15\xcb\x45\xa9\x78\x8d\x9b\xbc\x76\xd4\xac\xcd\x18\x89\xeb\x18\xfc\xe9\x20\x46\x11\x69\xf7\xf8\x47\x66\x18\xc6\x34\x3d\x0f\xe5\x2f\xbe\xef\xfb\x9b\x12\xdb\xd4\x54\x35\x33\x53\x0f\x98\x42\xb3\xde\xcb\x99\x0a\x12\x9e\x1d\xaa\xe5\xf1\x76\x7d\x0c\xf3\x52\xa4\x6a\xcf\x6f\xa0\x74\xa2\x79\x25\x45\x1a\x39\x5e\x2d\x30\x94\x29\x7f\xfa\xea\xd8\x4a\x51\x0e\xf3\x8f\xfd\xc0\x2b\x55\x6f\x99\x9a\xe1\x12\xed\x0b\x53\x9a\xf8\xf4\xa4\xb3\xad\x8b\xbc\x67\xdc\xea\x14\xdb\xc6\x32\x56\x0d\x53\x47\x76\xae\x4e\x4f\x4f\x3f\xee\x8a\x47\x79\x33\xbf\x34\x8e\xf7\x70\xd8\xa9\x8b\x3b\x5b\x09\xbc\x32\x3d\x6f\xe7\xeb\xe4\xcd\x7c\x0d\x9e\x67\xa8\xc6\xa3\x7d\xa4\x4b\x01\x15\x95\xf7\xf3\xa6\xde\x21\x5b\x23\x60\xd8\x03\xd9\x35\x58\x1e\xe6\xef\xd2\x3e\x2e\x65\x6e\x6c\x4c\x11\x3e\x75\x37\xd6\x4e\x7d\x3d\xaa\x1f\xcb\x59\xd1\x02\x5a\x75\x5c\xcc\x54\x7e\x1f\x10\x2c\xdf\x23\xb0\x14\xae\xd0\x6d\x4a\xdb\x7b\x4d\x73\x0f\x0e\x13\x4d\xd8\x41\xe2\xcc\x9c\xbf\x82\xed\x22\x51\x09\xa4\xb0\xec\xe2\x43\x01\xdd\x15\x5f\x08\xb6\x45\x27\xaf\x8b\x20\x41\xdb\x69\x7f\x16\x69\x96\x22\x5a\x11\xa4\x5a\xdd\xd5\xba\x17\x4d\xb9\x25\xfa\xd7\x64\x96\x20\x89\xba\xea\x1e\xcf\xdc\xdd\x0e\x0e\x03\xaf\x95\xe4\xa0\x28\x99\x66\xc6\xa7\x91\x8b\xb6\x27\xdb\x0b\x95\xdb\xf2\xbd\x68\xde\x8a\xb6\xa0\x10\xdd\x98\x8c\xb1\x50\x95\x5f\xbf\xca\x67\x69\xa2\x29\x7b\x1a\xb8\xf4\xb2\x71\xa1\xd8\x58\xbc\x2d\xae\xee\x10\x89\x2d\x24\xe7\x86\x22\x29\x16\x56\x9b\xbc\x99\x87\xf2\xca\xd8\x14\x92\x66\x00\xca\xf3\x6c\x71\xed\x48\xbd\xbe\x97\x9d\xa1\xcf\x37\x37\xfa\xc0\xcc\xeb\xc2\xe8\xcc\x3c\xdb\x94\xd4\x81\x99\xab\xca\xec\x4c\x3c\xac\x2b\xfa\xd0\x31\xde\x34\x86\xee\x51\x56\x40\x17\x55\x4f\x39\x30\x76\xd9\x9a\x3a\x13\x0f\xaa\x8e\x76\x68\xda\xa2\x4f\x75\xa7\x2d\xdb\xdb\xa1\x69\xd7\x1d\x79\x67\xe0\xfa\x7f\x98\xd9\xca\x25\x26\x2e\xbb\xe9\x2e\xdc\x97\x3a\x7e\xd8\x17\xf5\xe6\x3d\xe8\x8c\x5d\xc4\x79\xf2\x8e\xe0\x8d\xa5\xfa\x1d\xf2\xea\x51\xe0\xfd\xe8\xa7\x8d\xfe\x87\xff\x03\x00\x00\xff\xff\xd0\x0e\x95\x1b\x19\x11\x00\x00") - -func commonEtcMdsdDMdsdXmlBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDMdsdXml, - "common/etc/mdsd.d/mdsd.xml", - ) -} - -func commonEtcMdsdDMdsdXml() (*asset, error) { - bytes, err := commonEtcMdsdDMdsdXmlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/mdsd.xml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDSecretGcscertPem = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x2e\x29\xca\xcc\x4b\x57\xd0\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\xa7\xe6\xa5\x96\x25\xfa\xe4\xa7\xa7\x67\xe6\x41\xa4\x34\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xdf\x9d\x46\xf8\x43\x00\x00\x00") - -func commonEtcMdsdDSecretGcscertPemBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDSecretGcscertPem, - "common/etc/mdsd.d/secret/gcscert.pem", - ) -} - -func commonEtcMdsdDSecretGcscertPem() (*asset, error) { - bytes, err := commonEtcMdsdDSecretGcscertPemBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/secret/gcscert.pem", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _commonEtcMdsdDSecretGcskeyPem = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x2e\x29\xca\xcc\x4b\x57\xd0\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4f\xcd\x4b\x2d\x4b\xf4\xc9\x4f\x4f\xcf\xcc\x4b\xd7\xf3\x4e\xad\xd4\x54\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x8c\x06\x2c\x55\x48\x00\x00\x00") - -func commonEtcMdsdDSecretGcskeyPemBytes() ([]byte, error) { - return bindataRead( - _commonEtcMdsdDSecretGcskeyPem, - "common/etc/mdsd.d/secret/gcskey.pem", - ) -} - -func commonEtcMdsdDSecretGcskeyPem() (*asset, error) { - bytes, err := commonEtcMdsdDSecretGcskeyPemBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "common/etc/mdsd.d/secret/gcskey.pem", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcAroAdmissionControllerAroAdmissionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcb\x41\xaa\xc3\x20\x10\x00\xd0\x7d\x4e\x21\xae\xfe\x27\xa8\x7b\xaf\x12\x92\x30\x9d\x4e\x13\xa9\x55\x3a\x33\x41\x52\x3c\x7c\xa1\x8b\x2e\xba\x7d\xf0\xda\x9e\x94\x72\x12\x8d\x83\x31\xce\xd8\x85\x69\x4b\xa2\x7c\x3a\x38\x74\xf7\xda\x92\x68\xae\x78\xf7\x58\x1f\x41\xdb\x3a\x2d\x61\x1e\xc3\x97\xc3\x04\xee\xb5\xba\x79\x8c\xf6\xe7\x7b\x78\x1e\x20\x84\x9f\xf8\x87\xb5\x48\xcd\xd4\xa9\xdc\x2a\x23\x71\xbf\x82\xc2\x05\x84\xfa\x06\x4a\x0d\xce\x2e\x08\xa5\x10\xff\x47\x3b\xbc\x03\x00\x00\xff\xff\x29\x19\xc1\xe9\x94\x00\x00\x00") - -func masterEtcAroAdmissionControllerAroAdmissionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcAroAdmissionControllerAroAdmissionControllerYaml, - "master/etc/aro-admission-controller/aro-admission-controller.yaml", - ) -} - -func masterEtcAroAdmissionControllerAroAdmissionControllerYaml() (*asset, error) { - bytes, err := masterEtcAroAdmissionControllerAroAdmissionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/aro-admission-controller/aro-admission-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\x27\x82\xc5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x5f\xc4\xa8\x2e\x3c\x00\x00\x00") - -func masterEtcEtcdCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdCaCrt, - "master/etc/etcd/ca.crt", - ) -} - -func masterEtcEtcdCaCrt() (*asset, error) { - bytes, err := masterEtcEtcdCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdEtcdConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x51\x4f\xc2\x30\x14\x85\xdf\xfd\x15\xfc\x00\x65\x63\x22\x38\x92\x3e\x94\xee\x1a\x1a\x4a\xd1\xee\x8e\x84\xa7\x66\x62\x13\x8d\xa2\x64\xab\x24\x86\xf0\xdf\x0d\x2d\xc2\x1c\x23\x6c\xd9\x4b\xcf\x77\x6e\x77\xee\x01\x64\x89\xa6\xc9\x0c\x14\xf2\x14\x34\x13\x1c\x24\xea\x4c\x89\x94\xbc\x5a\xbb\x2a\x07\x41\xb0\xd9\xb4\xda\xa3\xaf\xd2\x7e\xe6\x4b\xd3\xda\x6e\x07\xd1\x6d\x3f\xbe\x72\x3e\x06\x0a\xf5\x03\x17\x40\x02\x63\x17\xbb\xef\x25\x28\x4d\xb1\x36\x45\x7b\x51\xd8\x3d\xe3\x27\x3a\x94\x66\x38\x22\xb6\xf8\x36\x5e\x4a\x28\x52\x9d\x70\x45\x82\x75\x5e\x04\x1f\x6f\xcf\x6e\x82\xd7\x40\x00\x43\x3e\x95\x1a\xf9\x04\xa6\x19\x92\xe8\x2e\x0c\xbd\x34\x02\xaa\x70\x08\x14\x35\x97\x08\x6a\x46\x05\x39\x68\x5c\x72\xe4\x54\x54\x12\x3d\x02\xa8\x4b\x79\xee\x6b\x6e\x26\xb2\x14\x41\x91\x65\x5e\x5a\x53\xdc\x84\xee\x39\xf8\xff\x9d\x3a\xf7\x75\xf5\xa8\xd3\x08\x76\x4e\xc1\xa8\x11\x8c\x2a\xff\x33\x86\xf9\x99\xf5\xbe\x9b\x1f\x8f\x08\x9e\x22\xc8\xc6\xde\xc2\xb6\x7b\x2b\x7d\xed\xe1\xd3\x95\x1c\xd1\xbf\xab\x25\x9d\x00\xa9\x6d\xca\x2b\xce\xdd\xd4\xfc\xca\x54\x7b\xf7\xd8\xf9\xf2\x9d\xde\x10\xd0\x4d\x39\xc4\x73\x14\xaa\x5d\x1d\x89\x66\xb4\x0e\x2f\xf2\xe3\x85\x4f\xd9\x14\xa9\x1e\x52\x36\x06\x99\xe8\xe1\x1c\x21\x25\xdd\x28\xee\xc6\xbd\x7e\x14\xf7\x3c\x73\x71\xd2\x6f\x00\x00\x00\xff\xff\x27\xa7\x9b\x77\x0f\x03\x00\x00") - -func masterEtcEtcdEtcdConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdEtcdConf, - "master/etc/etcd/etcd.conf", - ) -} - -func masterEtcEtcdEtcdConf() (*asset, error) { - bytes, err := masterEtcEtcdEtcdConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/etcd.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdPeerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x04\xa4\xa6\x16\x81\x45\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x49\x32\x4a\x0a\x3e\x00\x00\x00") - -func masterEtcEtcdPeerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdPeerCrt, - "master/etc/etcd/peer.crt", - ) -} - -func masterEtcEtcdPeerCrt() (*asset, error) { - bytes, err := masterEtcEtcdPeerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/peer.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdPeerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x09\x48\x4d\x2d\xd2\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xb0\x95\xee\x4b\x43\x00\x00\x00") - -func masterEtcEtcdPeerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdPeerKey, - "master/etc/etcd/peer.key", - ) -} - -func masterEtcEtcdPeerKey() (*asset, error) { - bytes, err := masterEtcEtcdPeerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/peer.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdServerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x04\xa7\x16\x95\xa5\x16\x81\xc5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x7d\xce\xb3\x46\x40\x00\x00\x00") - -func masterEtcEtcdServerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdServerCrt, - "master/etc/etcd/server.crt", - ) -} - -func masterEtcEtcdServerCrt() (*asset, error) { - bytes, err := masterEtcEtcdServerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/server.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcEtcdServerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x09\x4e\x2d\x2a\x4b\x2d\xd2\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x68\x3c\xa6\x99\x45\x00\x00\x00") - -func masterEtcEtcdServerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcEtcdServerKey, - "master/etc/etcd/server.key", - ) -} - -func masterEtcEtcdServerKey() (*asset, error) { - bytes, err := masterEtcEtcdServerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/etcd/server.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginCloudproviderAzureConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\x80\x30\x0c\x05\xd0\xbb\x53\x64\x82\x2e\x51\xaf\x82\xd0\x09\x8a\xfd\x4a\x40\x12\xf8\xd6\x5c\x6a\x77\xf7\x8d\x21\x69\x05\x35\xd0\xd2\x56\x9f\x0e\xe6\xdb\xdf\xb6\xd3\x43\x1b\x98\xdd\x4e\x49\xd9\xad\x57\x35\xb0\x80\xa1\x07\xe4\x93\xd2\xa9\x76\xc9\x9c\xcb\x1f\x00\x00\xff\xff\x93\xa5\x60\x70\x42\x00\x00\x00") - -func masterEtcOriginCloudproviderAzureConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginCloudproviderAzureConf, - "master/etc/origin/cloudprovider/azure.conf", - ) -} - -func masterEtcOriginCloudproviderAzureConf() (*asset, error) { - bytes, err := masterEtcOriginCloudproviderAzureConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/cloudprovider/azure.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\xa6\xe4\x66\xe6\x81\x85\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x21\x3e\xf2\xe6\x3b\x00\x00\x00") - -func masterEtcOriginMasterAdminCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminCrt, - "master/etc/origin/master/admin.crt", - ) -} - -func masterEtcOriginMasterAdminCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4c\xc9\xcd\xcc\xd3\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x26\xc6\x1f\xc6\x40\x00\x00\x00") - -func masterEtcOriginMasterAdminKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminKey, - "master/etc/origin/master/admin.key", - ) -} - -func masterEtcOriginMasterAdminKey() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdminKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterEtcOriginMasterAdminKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdminKubeconfig, - "master/etc/origin/master/admin.kubeconfig", - ) -} - -func masterEtcOriginMasterAdminKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterAdminKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admin.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAdmissionWebhookKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcd\xb1\x4e\xc3\x30\x14\x85\xe1\x3d\x4f\x71\x5e\xc0\x96\x90\x10\x83\xb7\xd4\x62\xea\xc2\xc4\x6e\x9c\x53\x64\x35\xb1\xe1\xde\x9b\x48\x56\xdb\x77\x47\xad\x04\x65\x62\x60\xff\xcf\xf9\xd2\x47\x79\xa5\x68\x69\x35\x60\x7b\x18\x56\xa5\x68\x18\x1c\x6a\x5a\x18\x90\xa4\xb9\x34\x2d\x45\xaf\x81\xcb\xad\x9a\xb4\x79\xa6\xf8\xe3\xfa\x46\xa7\x5d\x8d\x8b\xd7\x2d\x0f\xc0\x75\x19\x06\x00\xc8\x73\x61\x35\x97\x29\x56\x0e\x25\x27\xa3\x9b\x92\xa5\x80\xd3\x09\x91\x62\xa3\xee\xba\x51\xe1\x63\xab\x87\xf2\xee\xe3\x3d\x54\x3f\x4a\x1b\xbf\xc1\xf8\xe3\xc5\xdb\xe5\xad\xc4\x19\xbb\xa4\x7c\x7a\x7c\xae\xb9\x4d\xc4\x19\x9f\x6b\x33\xe2\x72\xf9\x8d\x1f\xd9\xef\xe8\x8b\x94\x2d\x19\xf7\xec\xff\xa7\xf7\xec\x7f\xc8\x5f\x01\x00\x00\xff\xff\xab\xbf\x56\xf4\x46\x01\x00\x00") - -func masterEtcOriginMasterAdmissionWebhookKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAdmissionWebhookKubeconfig, - "master/etc/origin/master/admission-webhook.kubeconfig", - ) -} - -func masterEtcOriginMasterAdmissionWebhookKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterAdmissionWebhookKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/admission-webhook.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAggregatorFrontProxyCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\xa6\xa7\x17\xa5\xa6\x27\x96\xe4\x17\xb9\x15\xe5\xe7\x95\x04\x14\xe5\x57\x54\x82\x55\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\xe3\x24\x71\xbf\x4a\x00\x00\x00") - -func masterEtcOriginMasterAggregatorFrontProxyCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAggregatorFrontProxyCrt, - "master/etc/origin/master/aggregator-front-proxy.crt", - ) -} - -func masterEtcOriginMasterAggregatorFrontProxyCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterAggregatorFrontProxyCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/aggregator-front-proxy.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterAggregatorFrontProxyKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\xc5\x20\x0c\x00\xd0\xfb\x9f\x22\x13\x64\x07\xbf\xd0\x8b\x17\xa1\x13\x48\x89\x21\x17\x03\x31\x94\x06\xeb\xee\x7d\x6b\x41\x35\xb9\x9b\x53\xa1\x48\xf3\x1f\x4e\x13\x30\xeb\xe8\xc2\x98\xc9\x5c\xba\x5c\xcd\x69\x62\x62\x36\xe2\xe6\x6a\x87\xe9\xf0\x6a\xfa\x04\x16\x0a\x78\xe1\x74\x93\xc1\xb0\xf7\xef\x0b\x00\x00\xff\xff\xb3\xa4\x6e\x1f\x4f\x00\x00\x00") - -func masterEtcOriginMasterAggregatorFrontProxyKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterAggregatorFrontProxyKey, - "master/etc/origin/master/aggregator-front-proxy.key", - ) -} - -func masterEtcOriginMasterAggregatorFrontProxyKey() (*asset, error) { - bytes, err := masterEtcOriginMasterAggregatorFrontProxyKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/aggregator-front-proxy.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaBundleCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\x80\x30\x0c\x05\xd0\xbb\x53\xe4\xa8\x97\xee\x60\xe3\x06\x9d\xa0\xd8\x8f\x06\x24\x42\x1a\x0b\x52\xbb\xbb\xaf\x77\x62\x98\xf3\x99\x45\xd7\x1a\x5f\x47\xa5\x39\x6c\x30\x69\x28\x81\x73\x7c\xb4\x5c\xa0\xc0\xb7\x7a\x16\x85\x25\x58\x93\x1d\x0b\x7d\x94\xdc\x44\x0f\x1a\x63\xfa\x03\x00\x00\xff\xff\x01\x5e\x1d\x24\x46\x00\x00\x00") - -func masterEtcOriginMasterCaBundleCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaBundleCrt, - "master/etc/origin/master/ca-bundle.crt", - ) -} - -func masterEtcOriginMasterCaBundleCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterCaBundleCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca-bundle.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginMasterCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaCrt, - "master/etc/origin/master/ca.crt", - ) -} - -func masterEtcOriginMasterCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterCaKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x4e\xd4\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xd6\x3c\xf7\x41\x3d\x00\x00\x00") - -func masterEtcOriginMasterCaKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterCaKey, - "master/etc/origin/master/ca.key", - ) -} - -func masterEtcOriginMasterCaKey() (*asset, error) { - bytes, err := masterEtcOriginMasterCaKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/ca.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterClientSecret = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xc7\x31\x0a\x42\x31\x0c\x06\xe0\xdd\x53\x64\xd4\x25\x78\x05\x71\x72\x2b\xbc\x13\x48\xfb\x8b\x01\x49\xe4\x6f\x2c\x4a\xe9\xdd\x9d\xde\xf8\xcd\x29\x47\xf3\x86\xaf\xe8\x35\x3c\xef\xe6\xe0\x06\x0e\xab\xd0\xc2\x78\x83\x69\xe8\x7a\xf9\xe4\xb3\x30\x1e\xf6\x82\xde\x1a\x3c\x2d\x7f\x85\x31\xac\x81\x5d\xce\x27\xdd\xa1\x1b\x2a\x91\xb2\xd6\xe1\x1f\x00\x00\xff\xff\x71\xa0\xdf\x27\x5b\x00\x00\x00") - -func masterEtcOriginMasterClientSecretBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterClientSecret, - "master/etc/origin/master/client.secret", - ) -} - -func masterEtcOriginMasterClientSecret() (*asset, error) { - bytes, err := masterEtcOriginMasterClientSecretBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/client.secret", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterFrontProxyCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x15\xe5\xe7\x95\x04\x14\xe5\x57\x54\x3a\x27\x82\x65\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xc4\x28\xc2\x5e\x42\x00\x00\x00") - -func masterEtcOriginMasterFrontProxyCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterFrontProxyCaCrt, - "master/etc/origin/master/front-proxy-ca.crt", - ) -} - -func masterEtcOriginMasterFrontProxyCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterFrontProxyCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/front-proxy-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x5b\x8f\xdb\xba\x11\x7e\xd7\xaf\x20\xfc\x92\xb6\xa8\x24\xef\xe6\x2e\xa0\x0f\xee\x6e\xd2\x63\x9c\x64\xe3\xae\x93\xd3\x02\x45\x51\xd0\xe4\x58\x66\x4c\x91\x0a\x2f\xce\xfa\x6c\xf7\xbf\x17\xbc\x48\xa2\xb4\xde\x24\x0d\xd2\xe2\x38\x0f\x59\x71\x2e\x1c\xce\x0c\xbf\x99\x21\xa6\x0d\xd3\x9a\x49\x71\x21\xc5\x96\xd5\x55\x86\x50\xcb\x6d\xcd\x92\x6f\x84\x2e\x41\x1c\x5f\x69\x82\x39\x36\x4c\xd4\xaf\x6e\x80\x84\x75\x84\x88\xe7\xb2\x0a\x1b\x26\x45\xb7\x88\xd0\x9e\x09\x5a\xa1\x4b\xd8\x62\xcb\xcd\x62\xbc\x45\xcf\x84\x5b\xf6\x0b\x28\x47\xa8\xd0\xe1\xac\x5f\xa6\x4c\xe3\x0d\x87\x0a\x19\x65\xc1\xaf\xfe\x82\x39\xa3\x7e\xeb\x5e\xd5\xdf\x60\xb3\x93\x72\xff\x15\x33\xd2\x1d\x70\xcb\x34\xa8\x03\xa8\x22\x30\x17\xfb\x17\xba\x60\xb2\x3c\x9c\x61\xde\xee\xf0\xb0\xff\xde\x6e\x20\x58\xfa\x9a\x39\x33\x4a\x30\xa4\x94\x8a\xd5\x4c\x94\x0d\xd6\x06\x54\xd9\x3b\x2d\xff\x1c\xec\x28\x9c\x10\x19\x1f\x2f\xf8\x20\x1a\xda\x1b\xee\xc9\x7f\xb6\x8c\xd3\xe8\x1d\xfd\x5f\x9c\x21\xf1\x12\x88\x43\x85\xfe\xf1\xcf\xc9\x6e\x23\xc5\x13\x77\x2b\xd0\xd2\x2a\x02\x7a\xd0\x8d\x10\x67\x0d\x33\xba\x42\xb7\x77\xc9\xa2\x82\x4f\x16\x74\xb2\xec\xd5\xbe\x3b\x80\x52\x8c\xc2\x77\x1a\x9c\x18\xd8\x6b\x4a\x2c\x94\x2d\x08\xbd\x63\x5b\xe3\x62\xb2\x6c\x70\x0d\x2b\xc9\x19\x39\x7e\xa7\x77\x6e\x80\x58\xc7\x79\x6d\x79\x7a\xe0\x1c\x35\xd8\x90\x9d\xd7\xbf\x10\x42\x1a\xaf\x6e\xe4\x91\x1c\xed\xe1\x58\x21\xe6\x58\x74\x31\x32\x8b\x82\x38\xe6\xbd\xea\x44\x06\xa1\x03\xe6\x16\x2a\xf4\xc8\xe5\xec\xa3\x84\x22\x70\x03\xd5\x60\x4e\x4e\x41\x30\xa0\x09\x83\x14\xd7\xa7\xe2\x92\xf7\xe1\xaa\x50\x2b\xa9\x7e\x80\xb4\x71\xee\xd4\xa3\xd0\x7d\x04\x62\x92\xbb\x13\x7e\x7a\xcf\xda\x77\x7e\x27\xee\xed\x78\x8d\x19\xb7\x0a\x26\x7c\x21\x44\x89\xf3\x63\x7c\xb0\xa5\xcc\x0c\x78\x00\xc2\xdd\x4f\xda\x0b\x7b\xb2\xbb\x2b\x2b\x6c\x76\x15\x2a\x0f\x58\x95\x5c\xd6\x65\xef\xbb\xdc\x73\x4c\xbf\x0b\x2e\x5d\xe8\x1b\x7c\xc3\x1a\xdb\x5c\x83\xc1\x4c\x00\x75\x7a\x74\x85\xce\xe6\x19\xae\x6b\x05\x35\x36\x52\x25\xd0\xa4\xe4\xcd\xf1\x82\x33\x10\x66\x29\xb6\x32\x78\x8c\x80\x32\xe1\xaa\x0e\x22\xf9\x56\x49\x61\x72\xcf\x5f\x10\x65\x3c\xe3\x1e\x8e\x5f\xe4\xdb\xc3\x31\xc3\x2d\x7b\x03\x07\xe0\xba\xca\x72\x97\x51\x93\x04\xc3\xd6\xec\x06\x73\xe2\x45\xf9\x09\x30\x05\x15\x8d\xf1\xc6\x5d\x2c\x2a\x94\x68\xce\x09\xee\x8d\x88\x0c\xb2\x69\xa4\xb8\xc2\x4d\x17\xf6\xfc\x01\xa3\xb2\x90\xce\x46\xe1\xb0\xcb\x4a\xc1\x96\xdd\x0c\x52\x7f\xcf\xaf\xa1\x91\x06\xf2\x57\x8e\x27\xf7\xab\xb5\x92\xb6\x0d\xec\xf7\xf9\xfe\xe2\x88\x7e\xd1\x6a\x50\x2e\x3f\x1f\xe2\xfc\xa0\x41\x65\x44\x0a\xa3\x24\xe7\x90\x44\x01\x38\x90\xe1\x1a\x72\x49\xf6\x57\x3e\xcd\x87\x00\x07\x9c\xcc\x07\x61\x97\xa3\x0e\x7e\x19\x81\xb5\xfb\x4f\xd4\x17\xa0\x4c\x50\xa0\x59\x2d\x3a\xf7\xa5\xd1\x8c\xfc\x79\xa0\xf7\x0e\x4c\xe2\x38\xe1\x70\xf1\x4b\xb6\xac\xd0\xec\x0f\xb3\x8c\x48\xa5\x17\x9c\xcb\xcf\x40\xdf\x79\x10\xd7\x55\x46\x85\x1e\x4e\xb3\x61\x82\x2e\x28\x55\xa0\x75\x85\xe6\x85\xff\x57\xbd\x98\x3f\x7d\x1c\x69\x57\x60\x3e\x4b\xb5\xaf\x90\x21\xed\x93\x0c\x0c\xa1\xe3\x04\x24\xb8\x42\xe1\xbc\x85\x23\x0e\xb1\x1e\x4e\x32\x22\x7b\xe1\xc8\xd2\x9f\xe4\x04\x87\x3b\x0d\x42\x56\x71\x1f\x99\x1c\xed\x8c\x69\x75\x55\x96\xb7\xb7\xa8\xf8\x49\x6a\xe3\x42\x87\xee\xee\xaa\xf3\xc7\xcf\x5f\x7a\xb3\xd6\x46\x2a\x5c\xc3\x70\x32\x57\x94\x94\x00\x03\x3a\x92\x42\xf2\x54\x09\xa1\x60\xf2\x14\xe3\x18\x53\x5d\x5c\xd7\x2e\xae\x13\x35\x29\x38\x9e\x60\x4b\x95\x78\x38\x1d\x2c\xdb\x4a\xd5\x60\x53\x21\x77\x96\xb0\x5a\x2c\x03\xe0\xbe\xf6\x14\x74\x77\x17\x44\x52\x1c\x72\x82\x4c\x18\x97\xb4\xfc\x1a\x6a\xa6\x8d\x3a\x76\x8e\xa8\x10\x95\x64\x0f\x2a\x57\x91\x50\xd0\x50\x05\x0b\x7d\x20\xd5\xd3\xf9\x7c\x9e\x05\x74\x7b\xeb\x1d\x1d\x81\xcd\x9d\x9b\x83\xb9\x1f\xcf\x87\x63\x18\x45\xbe\x1c\xc6\x09\x53\x88\x64\x2b\x95\x71\xc0\x76\xfe\x74\x9e\x0d\x0e\x4f\xed\x71\xbb\xe3\x96\xad\x7d\x9b\xb2\x50\xb5\x6d\x40\x74\xfd\x01\xe1\xd2\xd2\x9c\x24\x4d\x59\x3e\xea\x4c\x3c\xbd\x55\xf2\xc0\xa8\x6b\x50\x7e\xb5\x0a\x7c\xa3\x93\x08\x77\xd4\x1e\x70\x1c\x53\xb8\x81\x21\x60\xf9\x06\x93\x3d\x08\xda\x31\xb8\xa4\x7a\x3c\x62\x68\x80\x32\x9c\x9b\x63\x0b\xbd\x92\xb6\xe5\x8c\xf8\x32\x5a\x1e\x04\x2d\x92\xd4\x6a\x95\x34\x72\x63\x9d\x09\xc3\xad\xfc\x7f\x1e\x8b\x70\xeb\x61\xc8\xc1\x03\x13\x75\xee\x82\x99\x6f\x5d\xa0\x4e\xec\x14\x5b\xbb\x11\x52\x8f\xc5\xf7\x70\xfc\x06\xe9\x10\xec\xf0\xbd\x5c\x55\xe8\xec\xfc\xb9\xc7\x94\xb3\xaf\x97\xaf\x98\x3d\xb1\x64\xa4\x09\x76\x3f\xc5\x46\x4c\x61\x4f\x4d\x76\x40\x6d\x8f\xd4\x0f\x76\xaf\x3d\x5f\xf1\x51\xfb\x36\x26\xc2\xa8\xbe\x92\x14\x56\x52\x99\x6b\x2c\x6a\xd7\xcc\x3c\x4a\x68\x6b\xbb\x11\xe0\xf2\xf7\xf9\x79\xf1\xd8\x63\x64\x79\xf6\x2c\x0b\x1a\xc3\x89\x7c\x44\x7b\x48\x78\x23\x65\xeb\xd2\xe9\x22\x96\x3b\x21\x42\xcd\x98\x74\x91\x98\x10\x68\x1d\xd9\x80\x30\xef\x8f\xad\xab\xfd\xdf\x90\x52\x7f\x4c\x79\xe2\x29\x10\xda\x58\xa5\x4d\x85\x9e\xcd\xe7\x59\x6c\x19\x3b\xad\xdf\xa4\xd4\x0b\x7d\x6a\x75\x85\x1e\x7b\x0d\xf7\xce\xf2\x73\x3f\x19\xdc\xaf\x75\xe9\x04\x10\x56\x56\x76\xc3\x19\xf9\x70\xfd\xc6\xc3\x5c\xab\x98\x30\x68\xd6\x81\xf8\xcc\xe3\x9e\x6f\x79\xd4\x3a\xb8\xb8\x58\x29\xd9\x82\x32\x0c\x74\x11\x64\x7b\x94\xff\x37\xfa\x64\xa5\x71\x68\x9f\x89\x50\x8d\x06\xc0\x88\x59\x1a\xab\x54\xac\x15\x84\x51\xe5\xb0\xa6\x38\x3b\x7f\x11\x62\xf5\xc4\x9f\x6e\x27\xb5\x09\x91\x7c\x03\xa2\x76\xdd\xda\xcb\xcc\xb7\x17\x1e\x54\x97\xab\xa8\xe5\x62\x79\x79\x1d\x35\xc5\x82\x58\x3a\x87\xc4\xbd\x57\x7e\x3e\x0c\x25\x5f\x01\xdd\xe1\xb4\xb5\x93\x07\x9d\x47\xbe\xd6\x63\xf7\x90\x43\x89\xf2\x69\x1e\xc9\x71\x5f\x85\xb5\x06\xf3\x03\xfd\x37\x2b\x89\x14\x5a\x72\x28\x67\xa9\x2f\x5d\xa7\x84\x85\x49\x27\xdd\x06\xcc\x4e\xd2\x0a\x61\x6b\x5c\x49\x63\x14\x84\x61\xe6\xb8\x8a\x18\x13\x9d\xc2\x65\xcd\x44\xd2\x3c\x37\xb8\x6d\x99\xa8\xdf\x46\x61\xc2\x31\x6b\xb2\xa1\xfd\xbf\xbd\x45\xbf\x63\x82\xc2\xcd\x97\x8d\x5e\x58\xb3\x5b\x29\xe9\x20\xa6\x58\x4e\x37\x46\xf3\xdf\x17\x57\x93\x5c\x70\x3b\x8c\xd1\xef\x81\x81\xc8\x1b\x94\xcc\x17\xd0\x60\xc6\xd3\xa9\xc8\x2f\xf4\xdf\x8c\xa6\x34\x6d\x37\xd9\x68\x9c\x49\x68\xee\xbb\xff\x6c\x15\x6c\x41\x29\xa0\x1f\x62\x63\x99\x72\x5a\xc1\x3e\x59\xf8\x57\x22\x10\xb0\x6b\x79\xf9\xe3\xfc\xd3\x7d\x14\x11\x62\x2f\xa7\xce\xea\x36\x5d\x03\x51\x60\x06\xf3\x3c\xaa\x47\x5a\xa1\x3d\x31\x4b\x47\xa2\x77\x2d\x88\xe5\xe5\x74\xcf\xc8\xd2\x75\x68\xd1\xff\xd6\xec\xa4\x62\xbf\xc2\xa9\xac\xf5\x79\x53\x34\x8c\x28\xa9\xe5\xd6\x48\xc1\x99\x70\xf5\xac\x29\x67\x3f\xd8\x03\xef\x41\x60\xef\x81\x59\xe9\xef\xd6\x79\xd9\x1b\x36\xbb\xef\x15\x84\x8c\xdc\x83\xf8\xad\x99\xec\x8d\x9a\x98\x1b\x2b\xce\x22\xe9\xd1\xfe\x97\x70\xdb\x69\xff\x3e\xbd\xaf\xff\x7a\x79\x35\xd6\xa6\x61\xf2\xd8\xd6\x2f\xbd\xc5\x37\x8b\x1a\xd6\xae\x86\x50\x57\x82\xba\x2a\x16\xc9\x01\x6e\xb5\x16\xe9\x62\xc8\x63\xfd\x70\xa5\x0f\x6c\x79\x48\x69\x5d\x1c\x71\xe3\x6e\xb9\xf7\x6b\x6a\x82\xab\xc2\x5a\xbf\x77\xcb\x13\x33\x5e\x3c\x7b\x12\xed\xe8\xf3\xe7\x14\xdb\xd3\xf9\x3c\x6b\x95\xfc\x08\x24\x41\xd3\xd8\x81\xbb\xae\x62\xed\x47\x46\xa9\x2a\x24\x24\x85\x5c\x49\x0e\xc5\x68\x08\x29\x89\x6c\x5a\x6b\xe0\x4f\x11\x53\xa3\xb2\xeb\x30\x60\xbf\x87\xa6\xe5\xd8\x40\x85\x66\x7d\xa5\x29\x23\x4b\x1e\x87\xf0\x99\xf7\x2e\xb1\x8a\x99\xa3\x9b\xf7\x88\x9b\xa4\x23\xa8\x13\xdd\xaf\xc4\xde\x46\xcf\xab\xf2\xbc\x23\xbe\xc1\x1b\xe0\x7a\xe5\x86\x6b\x19\x9e\x4f\x9e\x86\x01\x99\xd1\xa9\xdc\xd9\xbc\xfb\xe5\x67\x2f\xbb\x5f\xe9\x57\x33\x25\xad\x71\x83\x6d\xef\x00\x6d\x37\x54\x36\x98\x89\x6f\x86\xb8\x6b\x69\x8d\x37\xc3\xdd\x97\x70\x3d\x7c\x6a\xae\x3b\x4d\x69\x36\xc5\xb2\xba\x20\x44\xda\xb4\x8a\x35\x58\xe0\x1a\x68\xff\xb8\x90\x77\x91\xf0\x7f\xfb\x27\x23\x0f\x5e\x6e\xbd\xe5\xf2\xe8\x3f\xd2\x7b\x95\x6f\xac\xa0\x1c\xe2\xf5\x6a\x15\x3b\x60\x03\x3f\x4f\x86\x6e\x1c\xb6\x75\xed\x93\xa7\x77\x53\x8e\xb7\x37\x32\xc7\xed\xef\x49\x78\x1e\x2f\xa0\xc3\x63\x40\xd7\x0d\x9f\x9c\xc5\x9f\x3c\x39\x3d\x8a\x9f\x68\x9d\xbb\x17\xde\x30\xbb\xf5\x4f\x31\x3d\x54\x4c\xbb\xe8\xc8\xdf\xf5\xec\x37\x31\xdf\xf4\x52\xbc\xe6\xac\xde\x99\x90\xd9\xfd\x43\xcf\x7b\xd6\x80\xb4\x66\x7c\x49\x6f\x6f\x73\xc4\xb6\x48\x48\xf3\x15\x90\x09\x7e\x5a\xac\x96\x61\xc0\x0b\x80\xe0\x00\x87\x5e\x38\x96\xad\x6b\x4f\x63\x5f\x9c\x27\x47\x3b\x71\xaf\xbd\x50\xd7\xd3\x0c\x0f\x23\xfd\xe9\xbe\x2a\x12\x0e\x1c\x0b\x7a\x5f\xbd\xf2\x6e\x1e\xff\x0e\xa0\x74\x5e\x00\x41\xdd\x9f\x07\xc9\x6d\x93\x0c\xfb\xf4\x28\x70\xc3\x88\x07\x7a\x07\x47\x4c\xd4\xaf\x46\x4f\x88\xff\x09\x00\x00\xff\xff\xd2\x13\xce\x8d\x84\x18\x00\x00") - -func masterEtcOriginMasterMasterConfigYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterConfigYaml, - "master/etc/origin/master/master-config.yaml", - ) -} - -func masterEtcOriginMasterMasterConfigYaml() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\x27\x82\xc5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x5f\xc4\xa8\x2e\x3c\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdCaCrt, - "master/etc/origin/master/master.etcd-ca.crt", - ) -} - -func masterEtcOriginMasterMasterEtcdCaCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xb9\x96\x24\xa7\x38\xe7\x64\xa6\xe6\x95\x80\xc5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xd7\xd9\x8a\x14\x40\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdClientCrt, - "master/etc/origin/master/master.etcd-client.crt", - ) -} - -func masterEtcOriginMasterMasterEtcdClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterEtcdClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\x73\x2d\x49\x4e\x71\xce\xc9\x4c\xcd\x2b\xd1\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xdb\xa0\x53\xc8\x45\x00\x00\x00") - -func masterEtcOriginMasterMasterEtcdClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterEtcdClientKey, - "master/etc/origin/master/master.etcd-client.key", - ) -} - -func masterEtcOriginMasterMasterEtcdClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterEtcdClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.etcd-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterKubeletClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x79\x97\x26\xa5\xe6\xa4\x96\x38\xe7\x64\xa6\xe6\x95\x80\x15\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\x76\x15\x36\xec\x49\x00\x00\x00") - -func masterEtcOriginMasterMasterKubeletClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterKubeletClientCrt, - "master/etc/origin/master/master.kubelet-client.crt", - ) -} - -func masterEtcOriginMasterMasterKubeletClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterKubeletClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.kubelet-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterKubeletClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x51\x0a\x02\x21\x10\x06\xe0\xf7\x4e\x31\x27\x98\x3b\x94\x8f\x12\x04\x9d\xc0\xe2\x57\x06\xc4\x60\xe6\x6f\x41\x5c\xef\xbe\xdf\x5a\xf2\x72\x3b\x0a\x91\x31\xef\xf1\x98\x44\x88\xa6\xdf\xa8\xd6\x34\xc1\x69\xd5\xbe\x85\x08\x7d\x96\x20\x3c\xff\x3f\xe8\x60\xea\x86\x41\xcd\x98\x72\xca\x9b\x6e\xa3\xc9\xde\xb7\x2b\x00\x00\xff\xff\x70\x31\x06\x09\x4e\x00\x00\x00") - -func masterEtcOriginMasterMasterKubeletClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterKubeletClientKey, - "master/etc/origin/master/master.kubelet-client.key", - ) -} - -func masterEtcOriginMasterMasterKubeletClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterKubeletClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.kubelet-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterProxyClientCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x05\x14\xe5\x57\x54\x3a\xe7\x64\xa6\xe6\x95\x80\xa5\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xcd\x84\x18\xcc\x47\x00\x00\x00") - -func masterEtcOriginMasterMasterProxyClientCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterProxyClientCrt, - "master/etc/origin/master/master.proxy-client.crt", - ) -} - -func masterEtcOriginMasterMasterProxyClientCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterProxyClientCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.proxy-client.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterProxyClientKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xd1\x09\x03\x21\x0c\x06\xe0\xf7\x4e\x91\x09\xb2\x43\xeb\xa3\x14\x84\x4e\x20\xe5\x57\x02\x87\x42\x12\x8e\x0b\x9e\xbb\xdf\xb7\x16\x15\x95\xb3\x3a\x32\xe2\x6d\x9f\x70\x18\x71\x9a\xa3\x49\xe7\x04\x75\x69\xf2\xaf\x0e\xe3\x6f\x35\x87\x16\x9d\x57\xa4\x43\x30\x9c\x33\x82\x6e\xfa\xb9\xca\xe8\xb4\xf7\xeb\x09\x00\x00\xff\xff\x0a\x50\x1a\x77\x4c\x00\x00\x00") - -func masterEtcOriginMasterMasterProxyClientKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterProxyClientKey, - "master/etc/origin/master/master.proxy-client.key", - ) -} - -func masterEtcOriginMasterMasterProxyClientKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterProxyClientKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.proxy-client.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterServerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x26\x16\x97\xa4\x16\x05\xa7\x16\x95\xa5\x16\x81\x65\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x8a\xfd\x0a\x5a\x42\x00\x00\x00") - -func masterEtcOriginMasterMasterServerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterServerCrt, - "master/etc/origin/master/master.server.crt", - ) -} - -func masterEtcOriginMasterMasterServerCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterServerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.server.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterMasterServerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xc1\x09\xc5\x20\x0c\x06\xe0\xfb\x9b\x22\x13\x64\x87\x57\x8f\x52\x28\x38\x81\x94\x5f\xc9\xc5\x42\x12\x84\x60\xdd\xbd\xdf\x5a\x74\xa9\xcc\xea\xc8\x88\xbf\x1d\xe1\x30\xe2\xf4\x8c\x26\x9d\x13\xd4\xa5\xc9\x5d\x1d\xc6\x67\x35\x87\x16\xe8\x84\x72\x46\xd0\x4b\xc5\x55\x46\xa7\xbd\x7f\x5f\x00\x00\x00\xff\xff\x63\x22\xe7\x8b\x47\x00\x00\x00") - -func masterEtcOriginMasterMasterServerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterMasterServerKey, - "master/etc/origin/master/master.server.key", - ) -} - -func masterEtcOriginMasterMasterServerKey() (*asset, error) { - bytes, err := masterEtcOriginMasterMasterServerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/master.server.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterNamedConsoleCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\xce\x48\xcc\xcc\x73\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x49\x64\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\x17\xa4\xe6\x05\x67\x64\xa6\x95\x38\xe7\xe7\x15\xe7\xe7\xa4\x82\x65\x8b\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xfc\x0f\x86\x36\x4c\x00\x00\x00") - -func masterEtcOriginMasterNamedConsoleCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterNamedConsoleCrt, - "master/etc/origin/master/named/console.crt", - ) -} - -func masterEtcOriginMasterNamedConsoleCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterNamedConsoleCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/named/console.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterNamedConsoleKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xd1\x09\xc4\x20\x0c\x06\xe0\xf7\x9b\x22\x13\x64\x87\x3b\x1f\x7d\xb8\x82\x13\x48\xf9\xb5\x81\x12\x8b\x09\x05\xb1\xee\xde\x6f\x4e\xda\xba\xdc\xd9\x11\x31\xbe\xf6\x1b\x0e\x23\x0e\x4d\x8b\x54\x0e\xe8\x2e\x45\xf6\xec\x30\xfe\x5f\xd0\x74\x48\xf1\xd0\xd4\xda\x09\x8e\x18\xf4\x50\xf2\x2e\x5a\x69\xad\xcf\x1b\x00\x00\xff\xff\x8f\x6b\xf9\x3e\x4b\x00\x00\x00") - -func masterEtcOriginMasterNamedConsoleKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterNamedConsoleKey, - "master/etc/origin/master/named/console.key", - ) -} - -func masterEtcOriginMasterNamedConsoleKey() (*asset, error) { - bytes, err := masterEtcOriginMasterNamedConsoleKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/named/console.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterOpenshiftMasterKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\xf3\x4d\x2c\x2e\x49\x2d\xf2\x2e\x4d\x4a\x4d\x06\x0b\x28\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\x8a\x34\xa7\x53\x34\x00\x00\x00") - -func masterEtcOriginMasterOpenshiftMasterKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterOpenshiftMasterKubeconfig, - "master/etc/origin/master/openshift-master.kubeconfig", - ) -} - -func masterEtcOriginMasterOpenshiftMasterKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginMasterOpenshiftMasterKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/openshift-master.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterSchedulerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x94\x41\x6f\x1a\x31\x10\x85\xef\xf9\x15\x96\xcf\x39\x90\x1e\xb9\x01\x89\xa2\x4a\x0d\xb2\x20\xca\xa1\x55\x0e\xae\xfd\x80\x11\xc6\x43\xc7\x5e\x5a\x12\xe5\xbf\x57\x66\xc9\x16\xaa\x36\xec\x86\x9c\xd6\x3b\x9e\x6f\x76\x3c\x7e\x6f\x9f\x2f\x94\x52\x4a\xdb\x35\x3d\x40\x12\x71\xd4\x7d\xa5\x37\x57\xfa\xb2\x8e\x2f\x29\xfa\x12\x31\x1c\xc8\x6d\x5f\xa3\x6b\x81\x27\x67\x33\x92\xee\xab\x6f\xbb\x98\x52\xcf\xfb\xa7\x52\x3a\xda\x15\x0a\x35\xe6\x07\x0e\xd5\x0a\x5f\x39\x62\xc4\x71\x16\xc8\x65\xbd\x4f\x7b\xb9\xfc\x3f\x77\x67\x7f\xdd\x0c\xa7\x35\x3b\xe2\x2a\xb6\x85\x6e\x47\x37\xe6\xba\x3b\x36\x78\xaa\x04\xd7\x94\x96\x9d\xd1\xec\x16\x9f\x63\x86\x18\xf6\x83\xd9\x8c\x22\xe5\x6d\x1b\x70\xcc\xe5\x6b\x5d\x26\x72\x8b\x08\xb1\xc1\xfc\x19\x7c\x0b\xc8\xb0\xbf\xe7\x00\x29\xf9\x63\xf6\xb8\xb7\x14\x73\x2b\x72\xb4\x80\x5b\x16\xe4\x0e\x2b\x96\xad\x11\xa4\x54\x09\x3a\xa1\xe5\x88\x9d\xc1\xfa\x06\x86\x14\x3d\xc5\xf9\x5b\x94\x95\x79\xb5\x42\xcc\xba\x7f\x10\x55\x4a\x27\xc8\x86\x1c\x9a\xdb\x38\xde\x56\x4a\x07\xfb\x1d\xe1\x50\xb7\xcd\x8e\x60\x5e\xf4\x7f\x14\x7e\x3c\x78\x7b\x69\xd6\x4d\x43\x07\xed\x4f\x8e\xe8\x3a\xf7\xb1\xf1\x0b\xb1\x50\xa6\x53\x7e\x99\x22\xc0\x65\x96\xe9\x5a\x60\xbd\xa9\xa9\x57\xd7\xed\x32\x7f\x82\xe6\x8b\x72\xe8\xab\x16\x13\xfd\x5b\x9a\x67\x17\xfc\x02\x9b\xf2\x04\x3f\x2a\xa4\x8c\xf3\xfb\x1b\xda\x60\xa3\x83\x9f\x20\x71\x25\x0e\x83\x10\xd8\xd9\x5c\xc6\xf8\xde\x92\x45\x78\x46\x30\x83\x0c\x36\x4c\xde\xb0\x4f\x6f\xb7\xd9\xeb\xf5\x7a\x2d\xeb\x7e\xd8\x18\x77\x3e\xdc\x3b\x93\x38\xbe\xbb\xde\x29\x0f\xc4\x4c\x27\x7c\x50\xba\x79\xe2\x08\xdd\x5a\xe6\xe5\x57\xfe\xcf\x46\x3f\x1d\x2b\xff\xa2\xac\x7e\x07\x00\x00\xff\xff\xfa\x08\x50\xa9\x5d\x06\x00\x00") - -func masterEtcOriginMasterSchedulerJsonBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterSchedulerJson, - "master/etc/origin/master/scheduler.json", - ) -} - -func masterEtcOriginMasterSchedulerJson() (*asset, error) { - bytes, err := masterEtcOriginMasterSchedulerJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/scheduler.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceSignerCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x05\xa7\x16\x95\x65\x26\xa7\x06\x67\xa6\xe7\x65\xe6\xa5\x3b\x27\x82\x65\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xde\x4a\x25\x1f\x46\x00\x00\x00") - -func masterEtcOriginMasterServiceSignerCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceSignerCrt, - "master/etc/origin/master/service-signer.crt", - ) -} - -func masterEtcOriginMasterServiceSignerCrt() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceSignerCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/service-signer.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceSignerKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x41\x0a\x03\x21\x0c\x05\xd0\x7d\x4f\x91\x13\xe4\x0e\xad\xcb\xd9\x14\x3c\x81\x0c\xdf\xf0\x37\x29\xc4\x20\x88\xf5\xee\xf3\xf6\x96\x6f\x70\xb6\xc4\x85\xf5\x1e\x9f\x95\x18\xa2\xe5\xe7\x9d\xa6\x05\x91\xec\xbc\x5b\x62\x68\x45\x4c\xde\xa8\x34\xa7\x5b\x69\x7a\x61\xc9\x5f\x6a\x06\xdd\xe4\x9c\xd7\x13\x00\x00\xff\xff\x0d\x26\x0d\x6c\x4b\x00\x00\x00") - -func masterEtcOriginMasterServiceSignerKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceSignerKey, - "master/etc/origin/master/service-signer.key", - ) -} - -func masterEtcOriginMasterServiceSignerKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceSignerKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/service-signer.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceaccountsPrivateKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\xf1\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x7d\xdb\xc4\x1f\x3b\x00\x00\x00") - -func masterEtcOriginMasterServiceaccountsPrivateKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceaccountsPrivateKey, - "master/etc/origin/master/serviceaccounts.private.key", - ) -} - -func masterEtcOriginMasterServiceaccountsPrivateKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceaccountsPrivateKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/serviceaccounts.private.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterServiceaccountsPublicKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\x4d\xca\xc9\x4c\xf6\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\xf1\x4e\xad\xd4\x83\x2b\x55\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x4a\xfb\x2a\x35\x44\x00\x00\x00") - -func masterEtcOriginMasterServiceaccountsPublicKeyBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterServiceaccountsPublicKey, - "master/etc/origin/master/serviceaccounts.public.key", - ) -} - -func masterEtcOriginMasterServiceaccountsPublicKey() (*asset, error) { - bytes, err := masterEtcOriginMasterServiceaccountsPublicKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/serviceaccounts.public.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginMasterSessionSecretsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\x2c\xc8\x0c\x4b\x2d\x2a\xce\xcc\xcf\xb3\x52\x28\x33\xe4\xca\xce\xcc\x4b\xb1\x52\x08\x4e\x2d\x06\x89\x04\xa7\x26\x17\xa5\x96\x14\x73\x15\x43\x68\x2b\x2e\x5d\x85\xc4\xd2\x92\x8c\xd4\xbc\x92\xcc\xe4\xc4\x12\xb0\x96\xea\x6a\x05\x3d\xe7\xfc\xbc\xb4\xcc\x74\x3d\x14\x4d\x8e\xa5\x25\x19\x0a\x35\x0a\x4e\x89\xc5\xa9\x66\x26\xae\x79\xc9\xf9\x29\xa9\x0a\x35\x0a\x85\xa5\xf9\x25\xa9\x0a\xb5\xb5\x5c\x0a\x0a\xa9\x79\xc9\x45\x95\x05\xf8\x0d\x71\xcd\x4b\xc6\x63\x06\x20\x00\x00\xff\xff\x8b\x6b\x70\xac\xba\x00\x00\x00") - -func masterEtcOriginMasterSessionSecretsYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginMasterSessionSecretsYaml, - "master/etc/origin/master/session-secrets.yaml", - ) -} - -func masterEtcOriginMasterSessionSecretsYaml() (*asset, error) { - bytes, err := masterEtcOriginMasterSessionSecretsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/master/session-secrets.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginNodeCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeCaCrt, - "master/etc/origin/node/ca.crt", - ) -} - -func masterEtcOriginNodeCaCrt() (*asset, error) { - bytes, err := masterEtcOriginNodeCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeClientCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcOriginNodeClientCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeClientCaCrt, - "master/etc/origin/node/client-ca.crt", - ) -} - -func masterEtcOriginNodeClientCaCrt() (*asset, error) { - bytes, err := masterEtcOriginNodeClientCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/client-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeNodeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x55\x4d\x73\xdb\x36\x13\xbe\xf3\x57\x60\x7c\x0e\x48\xca\xb1\xdf\xb7\x83\x99\x1c\x52\x67\xd2\x7a\xda\x71\x5d\xc9\xed\x1d\x02\x56\x12\x6a\x10\x0b\x2f\x16\x8c\xe5\x34\xff\xbd\x03\x90\xb2\xe4\x34\xce\xf4\x24\x81\xcf\xb3\x1f\x78\xf6\x03\x3a\xba\x3f\x81\x92\xc3\xa0\xc4\xb8\x68\x74\xe6\xdd\x15\x86\x8d\xdb\xaa\x46\x88\x72\x82\xc0\xce\x68\x76\x18\xae\xb4\xd9\xc1\xca\x3d\x81\x12\x8b\xbe\xef\xbf\x8d\xdf\xdd\xfd\xaa\xc4\xe5\x30\x83\x48\xee\xe9\x3b\xb6\x2f\xe1\x83\xa9\x0d\xe9\x47\x17\xec\x7b\x6b\x09\x52\x52\x62\x71\xfe\xff\xb6\x6f\xfb\x76\xa1\x2e\xdf\x16\xf0\x03\x0e\xda\x05\x25\x8c\xcf\x89\x81\x5a\x8f\x46\xfb\x02\x5c\xdf\x2a\xd1\x57\x6a\x5f\x8e\x4b\x30\x99\x92\x1b\x61\x09\x09\xfd\x58\xae\xa5\x44\x07\x6c\x3a\x24\xb7\x75\xa1\x0b\x68\xa1\xa3\x0a\xb6\x06\xc3\xa6\xb1\x68\xee\x81\x8e\xf7\x9f\xce\xab\x9d\x1b\x96\x88\xfc\xc1\x11\x18\x46\xda\x2b\xd1\x8d\x9a\x3a\xef\xd6\xdd\xc4\x48\x3b\x37\xbc\xa0\xaf\xca\x3f\x9e\x79\x94\xc3\x09\xaf\x4d\x68\xee\x1b\x21\xe0\x11\xcc\xcf\x3a\x58\x0f\x74\xa3\x07\x50\x22\x68\x76\x23\x34\x10\xf4\xda\xc3\x1f\xc1\x59\xef\xc2\x56\x09\xa6\x0c\x8d\x1b\xf4\x16\x8e\x79\x6d\x90\x06\xcd\x4a\x7c\xfe\x2c\xda\xe9\x6b\x7b\x5d\x18\xa9\xfd\x58\x11\xf1\xb7\x78\xc8\xc8\x20\xbe\x7c\x69\x84\xf0\x9a\x21\xb1\x12\x1b\xed\x13\x34\x2e\x72\x09\x90\x56\xfb\x60\x6e\x81\x1c\x5a\x25\xde\xf6\xa9\xb9\x77\xc1\x2a\x71\x83\x76\x8e\xd3\xdc\xe7\x35\x78\xe0\xf7\xb4\xcd\x03\x04\x4e\x25\xf0\x1a\x91\x13\x93\x8e\xb2\xa0\xe6\x39\x21\xf9\x6f\x5d\x9f\xa9\xed\x91\xda\x08\x61\x80\x58\x5a\x47\xaf\x58\x15\xd8\x6d\x4a\x43\x41\x2a\x6c\x8f\xd9\xca\xd7\xe2\x54\x34\x12\x8e\xce\x02\x75\xfa\x29\x13\x4c\x75\x3c\x18\x1e\xb0\xc9\xb4\x12\x8a\xf2\x55\xe1\xe2\x95\x09\xbd\x07\x92\x9a\x59\x9b\x9d\xb4\x50\x7e\x26\xf2\x59\xd1\xfd\xac\x68\x0d\x9a\x33\x81\xdc\x96\x94\x26\x6c\x89\xac\x19\x7e\x99\xf4\xb9\xf2\x0e\x02\x5f\x1d\xf3\x7e\x57\x2c\xdf\xbc\xe0\xac\x80\x46\xa0\xaf\x39\x8d\x10\x83\x7e\x94\x11\xed\xec\xf7\xec\xb2\x2f\x11\x6b\xb1\xe5\xd6\x48\x8f\x9f\x24\xef\x08\xd2\x0e\xbd\x55\x62\xe2\xfc\xaf\x72\x06\xfd\xe8\x86\x3c\x48\x0b\xba\xea\xc3\xda\x05\xa0\x83\x9f\xf3\xcb\xef\x91\x64\x04\x3a\x1e\x0f\x26\xd5\xc0\x85\x6a\xf0\x0c\x4a\x66\x2f\x6d\xa6\x3a\xa4\x87\x24\x87\x42\x2d\xd5\x92\x5e\xaf\xc1\xcf\x41\xeb\x07\x42\x0f\xb5\xde\x14\x80\x21\xb5\x0e\xbb\xd2\xa3\x4b\xf4\xa5\x17\x0f\xb7\x96\x02\x23\x84\xb4\x73\x1b\x96\x2e\x6c\x48\xbf\xd3\xd1\xa5\xaa\x51\x23\x44\x44\x2b\x07\x1d\xdc\x06\x12\xcb\xa8\x79\xf7\x4a\xab\x14\xdd\x1a\x21\xa8\x0a\x2d\x4f\x1b\xe7\xab\x0a\x52\x0e\xec\x06\x90\x04\x0f\xb9\xf8\x2c\x07\xcc\x3c\xb1\x16\x7d\x99\xdc\x04\xe4\xb4\x77\x4f\x20\x27\xf1\x63\xf6\x87\x7b\x9d\xd5\xb1\x29\x7e\xd2\x3e\x31\x0c\x92\xa0\xa6\x6a\x27\xb8\x5c\xef\x03\x90\x1b\xc1\xb6\xab\x4a\x58\xce\x78\x1d\xcd\x49\xc6\x52\x7f\x67\x60\x16\xe2\x64\x38\x07\x5d\x36\xd8\xdc\x42\x18\x02\x98\x22\xf4\x6f\x23\x10\x39\x3b\x5d\x44\x1b\x03\xb1\x80\x0c\x81\xef\xf6\x11\x92\x12\x3a\x46\x3f\x2f\xdd\x6e\x0c\xf6\x54\xf1\x48\xc8\xb8\xce\x9b\x37\xa7\x9c\xbf\x12\x86\x32\xbd\x99\xca\x1e\xb8\x28\xeb\xd7\x1c\x1d\xfe\x27\x7f\x8d\x10\x0f\x31\x29\x71\xde\xcf\x49\x97\xd6\x9e\x37\x52\xad\xfd\xe9\x98\x07\xe0\x4f\x48\xf7\xc7\x85\x35\x70\x56\x62\x71\x71\x59\x22\xcf\xe0\xad\xcf\x5b\x17\xa6\xd5\x47\x60\x77\x9a\xbb\x63\x57\xe0\x98\xe4\xcc\x8b\xe8\x9d\xd9\x37\x91\xf0\x71\xff\x62\x17\xcd\xeb\x5f\x1a\x67\xe9\x50\xcb\x76\x71\xfe\x43\x59\xff\xdd\xe2\xa2\x29\x55\x70\x61\x7b\x1d\x36\x58\x57\xd7\xe9\x93\x32\xbf\x12\x6a\xd1\x9f\xd7\x9c\x0a\x78\x33\xc5\x53\x82\x4d\xbc\xa8\xfe\x6b\x55\xde\x2b\x61\x74\x6b\x88\x9b\x11\x7d\x1e\x4e\xb6\x70\x7d\x77\x7e\xcf\xc8\xba\x9c\x84\x88\x40\x1f\x57\x3f\x11\xe6\xa8\x44\xc8\xde\xcf\x06\xdf\x7a\x36\xe6\x3e\x7e\xbe\xf0\xf4\x86\xb5\x93\x41\x6a\xfe\x09\x00\x00\xff\xff\xc6\x5a\x77\x87\x95\x07\x00\x00") - -func masterEtcOriginNodeNodeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeNodeConfigYaml, - "master/etc/origin/node/node-config.yaml", - ) -} - -func masterEtcOriginNodeNodeConfigYaml() (*asset, error) { - bytes, err := masterEtcOriginNodeNodeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/node-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeNodeKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterEtcOriginNodeNodeKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeNodeKubeconfig, - "master/etc/origin/node/node.kubeconfig", - ) -} - -func masterEtcOriginNodeNodeKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginNodeNodeKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/node.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\xcf\x4f\xdb\x4a\x10\xbe\xe7\xaf\x18\x71\xe1\xbd\x83\x93\x87\x1e\xbd\x58\xe2\x80\x40\x6a\x91\x28\xb5\x04\xea\x7d\x62\x0f\xf6\x28\xeb\x9d\xed\xee\xd8\xd4\xa5\xfc\xef\xd5\xda\xeb\x14\x48\x42\x5b\xa9\xa7\x64\x7e\x7d\xdf\x97\xf9\x26\x8b\x8e\x3f\x93\x0f\x2c\x36\x87\xfe\x64\xb1\x61\x5b\xe5\x50\x48\xb5\x68\x49\xb1\x42\xc5\x7c\x01\x80\xd6\x8a\xa2\xb2\xd8\x10\x43\x80\x50\x36\x54\x75\x86\xfc\x12\x8d\x6b\x70\xb9\xe9\xd6\xe4\x2d\x29\x85\x25\xcb\xaa\xf4\xac\x5c\xa2\xc9\x9c\x54\x39\x1c\x1f\x2f\x00\x0c\xae\xc9\xa4\x61\x71\x64\x43\xc3\xf7\x3a\xf6\x4a\xeb\xc4\x92\xd5\x1c\xd0\xf1\xbe\xba\x55\x2f\x26\x73\x06\x2d\xe5\x70\xac\xbe\xa3\x08\x68\xb1\xa5\x1c\x5a\x0c\x4a\x3e\x9b\x26\x63\x2a\x38\x2c\x29\x87\xa8\x27\x0b\x43\x50\x6a\x17\xc1\x51\x19\x89\x23\x12\xb2\x25\x3f\xca\xc8\x00\x7d\x9d\x04\x65\x10\x14\xbd\xa6\xef\x13\x66\x0a\x66\x4d\x19\x64\x59\x29\xf6\x9e\xeb\xb3\x15\x69\xb9\x12\xcf\x35\xdb\xd5\xd4\x9b\x3e\x52\xc3\x72\xc0\xd6\xa4\xa1\xc7\x47\x70\x9e\xad\xc2\x51\x96\x19\xa9\x0d\xf5\x64\xce\x8e\xe0\x9f\x4b\xf2\x74\x0f\xcb\x8b\x69\xe0\x62\xde\xc1\xb5\xd4\xd7\xb1\x65\x79\x5e\x5c\xdd\x92\xef\xc9\xff\x0b\xdf\xe1\x4b\x27\x4a\xf0\xf4\x34\x62\x96\xd2\xb6\x68\xab\x59\xf8\x76\x57\x63\xcc\x2d\xd6\x94\x47\xd6\x19\xfa\x2a\x66\x42\x8c\xe2\x16\x8b\xb8\xc4\xd7\x88\xe3\x50\xd1\x19\x53\x88\xe1\x72\xc8\xe1\xdc\x3c\xe0\x10\xc6\x9a\xe1\x9e\x2c\x85\x50\x78\x59\xd3\xc4\x09\xd0\xa8\xba\xf7\xa4\x73\x08\xe0\x50\x9b\x1c\x1a\x42\xa3\xcd\xb7\x9f\x59\xf1\x9a\xc3\xe9\xe9\xff\xdb\x4c\xbc\x9a\xe8\xda\x87\xbb\xbb\xe2\x36\x65\xd9\xb2\x32\x9a\x4b\x32\x38\xdc\x52\x29\xb6\x0a\x39\x9c\xbe\x4b\x55\xe5\x96\xa4\xd3\x6d\xe1\xe4\xbf\xb1\x30\x99\x3f\x7b\xe3\x09\x2b\xfe\x43\x95\xab\x38\x34\xfc\x0d\xad\x49\xd2\x41\xad\x81\xca\xce\xb3\x0e\xd1\x02\xfa\xba\xd5\xe3\x3c\xf7\x6c\xa8\xa6\x2a\x87\x78\xd3\x63\xba\x17\xd3\xb5\xf4\x51\x3a\xab\xdb\xd3\x6c\x63\x54\x8c\xda\x77\x2f\x2f\x81\xbd\xf8\x33\x4c\x57\x98\x2a\xf1\x67\x7e\xb2\x66\x78\x46\x72\x10\xb2\x34\xd2\x55\xce\x4b\xcf\xd5\x01\xe4\xd8\x90\xbd\xea\xf8\x25\x43\x8f\x7e\x65\x78\x3d\xb3\xec\x03\x8e\xef\xcc\x01\x6d\x6e\xc3\xfb\x26\xe6\xf4\x1e\x2a\xa9\xf7\x0d\x4c\xe9\x46\x82\xde\x90\x3e\x88\xdf\x6c\xf5\x3a\xcf\x32\x1a\x64\x30\x84\x9b\x71\x66\x7a\x39\x32\x2b\x15\x65\xf3\x63\xb6\x98\xed\x49\xcf\x47\x84\x1a\x69\x17\xcf\xcf\xeb\x80\x45\xfb\x0d\xfa\x1d\x90\x5d\x53\xde\xb6\xe4\x20\xe6\x4b\x1b\x76\x91\x92\x07\x6f\x6a\x9a\xb7\xbe\xc7\x8a\xb7\x79\x93\x27\x3b\x8e\xfc\x08\x00\x00\xff\xff\xb2\xe2\x07\x25\x7e\x06\x00\x00") - -func masterEtcOriginNodePodsApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsApiserverYaml, - "master/etc/origin/node/pods/apiserver.yaml", - ) -} - -func masterEtcOriginNodePodsApiserverYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsAroadmissioncontrollerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x53\x4d\x6f\xdb\x3c\x0c\xbe\xfb\x57\x10\xbd\xdb\x7e\x8b\xb7\x87\x41\xb7\xa2\xc3\x3e\x0e\xcb\x82\xb5\xd8\xb5\x60\x25\x26\x16\x2a\x89\x9e\x44\xa5\x73\xbb\xfe\xf7\x41\xae\xe3\x38\x5d\xd1\xf8\x64\xf1\xe1\xc7\xc3\x87\x24\xf6\xf6\x27\xc5\x64\x39\x28\xd8\x9d\x57\xf7\x36\x18\x05\x6b\x36\x95\x27\x41\x83\x82\xaa\x02\xc0\x10\x58\x50\x2c\x87\x54\x9e\x00\x49\x77\x64\xb2\xa3\xd8\xa0\xeb\x3b\x6c\xee\xf3\x1d\xc5\x40\x42\xa9\xb1\xdc\xea\x68\xc5\x6a\x74\x75\xcf\x46\xc1\xd9\x59\x05\xe0\xf0\x8e\xdc\x14\xcc\x3d\x85\xd4\xd9\x8d\x8c\xbe\xec\x7b\x0e\x14\x44\x01\x46\xae\xd1\x78\x9b\x0a\x9b\x5a\x73\x90\xc8\xce\x51\x7c\x2b\x68\xc4\xea\xde\x61\x20\x05\x67\x12\x33\x95\x2a\x01\x3d\xbd\x9b\xa7\x38\xa4\x1e\x35\x29\x28\x94\xeb\x34\x24\x21\x5f\xa5\x9e\x74\xe1\x56\x7c\xd1\x06\x8a\x13\xd3\x1a\x30\x6e\xa7\xff\xf1\xb5\xcf\xfa\x8a\x5c\x89\xf4\x1e\x83\x59\xb8\x3e\xe6\x48\xd3\x8b\xc2\xee\x00\xbc\x70\xf4\x98\x84\xe2\x8a\x0d\xad\xd0\xef\xfd\x00\x76\xe8\x32\x7d\x8a\xec\xd5\x6c\x02\xd8\x58\x72\xe6\x07\x6d\x96\x36\x80\x57\x83\x5b\x42\x63\xc0\x1a\xa5\x53\x50\x3a\x6b\xc2\x71\x19\xeb\x71\x4b\x0a\x9e\x9e\xa0\xb9\xe2\xb0\xb1\xdb\xe6\x6b\xb1\xa4\xe6\x32\xf2\xe5\xbe\xc3\xab\xb9\x43\xf8\x03\xbf\x32\x0b\xc1\xf3\xf3\x32\xc1\x3a\x3b\xb7\x66\x67\xf5\xa0\xe0\xd2\x3d\xe0\x90\x26\xf4\xe4\x10\xca\x17\x09\x8d\x0d\x94\xd2\x3a\xf2\x1d\x1d\x3a\xeb\x44\xfa\xcf\x24\xcb\x56\xfb\xb1\x91\x8e\xd0\x49\xf7\xd8\x96\xc0\x61\x89\x72\x14\x05\x1f\x2e\x2e\xfe\x5f\x18\xcb\x7a\x16\x12\x5f\x6e\x6e\xd6\xd7\xb3\xdd\x06\x2b\x16\xdd\x47\x72\x38\x5c\x93\xe6\x60\x92\x82\xf3\xff\x66\x5c\xac\x27\xce\xf2\x2f\x94\x48\xe7\x68\x65\x28\x9a\xd0\xef\x05\xb9\x3e\xda\x9d\x75\xb4\x25\xa3\xa0\xec\xe0\x04\xec\xd8\x65\x4f\xdf\x38\x07\x49\x07\xe7\x1a\x7c\xb1\xbc\xcc\xa5\xbd\x2d\xb7\xd5\xde\x72\x96\x05\xef\x49\xba\xb2\x3a\x7a\x9c\xcc\x02\x2b\x8d\x7f\x0f\x6e\x38\xaa\xf4\x76\xd6\x13\xda\x1f\x2a\x91\xe8\x1a\x51\xbf\x57\xa5\xe3\x24\x2b\x92\x07\x8e\xf7\xb3\xad\x8f\x96\x47\x3d\x1c\xa6\xb4\x1a\x33\xbd\x1c\x52\x5d\x36\xad\xde\x9f\x7f\xb5\x57\x62\xbe\xa6\x92\x6c\x64\x5a\x1d\x0f\xb7\x25\xd1\x2d\x47\xbb\xb5\xa1\xd5\x8e\xb3\xe9\x23\xef\xac\x99\x19\xbf\xad\xcb\x89\x7c\x27\x54\x38\x56\xe0\x6f\x00\x00\x00\xff\xff\x5d\x01\x0f\x68\x07\x05\x00\x00") - -func masterEtcOriginNodePodsAroadmissioncontrollerYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsAroadmissioncontrollerYaml, - "master/etc/origin/node/pods/aroadmissioncontroller.yaml", - ) -} - -func masterEtcOriginNodePodsAroadmissioncontrollerYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsAroadmissioncontrollerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/aroadmissioncontroller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsControllersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x41\x6f\xdb\x3a\x0c\xbe\xe7\x57\x10\x39\xbd\x77\x70\xfc\x1e\xd0\xc3\x60\xa0\x87\xae\x19\xd6\x61\x4d\x67\xa0\x5d\xb1\x5b\xa1\xc8\xac\x43\x44\x96\x3c\x92\x76\x9b\x75\xfd\xef\x83\x6c\x27\x5d\x52\xa7\xd8\x92\x83\x25\x91\xfc\xf8\x91\x1f\x25\x53\xd3\x2d\xb2\x50\xf0\x19\xb4\xff\x4f\xd6\xe4\x8b\x0c\xf2\x50\x4c\x2a\x54\x53\x18\x35\xd9\x04\xc0\x9b\x0a\x33\xb0\xc1\x2b\x07\xe7\x90\x65\x38\x93\xda\x58\xcc\x60\xdd\x2c\x31\x91\x8d\x28\x56\x13\x00\x67\x96\xe8\x24\x86\x01\x84\x1a\xbd\xac\xe8\x5e\x67\x14\x52\x1b\xaa\x3a\x78\xf4\x7a\x08\xf5\xca\xaf\x33\x26\xb5\x33\x1e\x33\x98\x2a\x37\x38\x9d\x48\x8d\x36\x82\x46\xab\x21\x8f\xdc\xa5\x48\xc0\x70\x39\x24\x4b\x40\xd4\xb0\x0e\xeb\xca\x88\x22\x0f\x9b\xc3\x7c\x09\x24\x89\x0d\xfe\x9e\xca\xd3\x14\xd5\xa6\x81\xa9\x24\x9f\xf6\x31\xc3\x67\x70\x98\x6d\x4c\xe5\x76\x41\x8e\x44\xd1\x9f\xae\x54\x6b\xc9\xd2\xf4\xbf\x59\xf7\xcf\xde\x9d\x9c\x9c\x0c\x3e\x4f\x4f\x50\x33\x79\x85\x69\x92\xb8\x50\x3a\x6c\xd1\x9d\x4e\xe1\x9f\x39\x32\xde\xc3\xec\xbc\x07\x3d\xdf\xf6\xe2\x32\x94\x97\xd1\x25\x1a\x06\x8a\x0b\xe3\x4d\x89\xfc\x2f\xfc\x84\xef\x4d\x50\x84\xe7\xe7\x0e\xdb\x86\xaa\x32\xbe\xd8\x16\xbb\xeb\x59\xb7\x47\xdf\x6e\x0d\xbd\x5a\x9f\xbf\xbe\xff\x70\xb7\x38\xfb\x76\x97\xcf\xef\x6e\xbf\x5c\x5e\x77\x46\x80\xd6\xb8\x06\xb3\xc8\x72\x36\x47\xa6\x16\x8b\xd9\xc2\x3c\xce\x8d\x9a\x39\xc9\x5a\x72\xe4\xdb\x45\xc7\xb2\x6f\xf2\x35\x72\x4b\x16\x0f\xa9\x50\x65\xca\x01\x65\x28\xe8\x53\x3c\x91\x6d\x15\x79\x94\x6e\x34\x28\x6f\x9c\xcb\x83\x23\xbb\xc9\xe0\xcc\x3d\x98\x4d\x2f\x88\xa3\x16\x3d\x8a\xe4\x1c\x96\x98\x0d\x5c\x63\x97\x3f\xa2\x6e\xb7\x00\xb5\xd1\x55\x06\x2b\x34\x4e\x57\x3f\x5e\x4e\x03\x6b\x06\x3b\x09\xe2\x4f\xec\x0a\x63\x13\x2e\x6e\x6e\xf2\xbe\xf2\xb1\x11\x06\x10\xb4\x0d\x93\x6e\x22\x6d\x7c\xdc\x65\xaa\x99\x5a\x72\x58\x62\x91\x41\x9c\xbe\xee\xb8\x0d\xae\xa9\x70\x11\x1a\xaf\xbb\x81\xab\xe2\x2e\xef\x58\x8d\xcc\xd1\x80\xd6\xa7\xde\x1b\xaa\xb7\xc3\xad\x0b\x4d\x51\x73\x68\xa9\x38\x86\x12\x3d\x92\xad\xcb\x11\xb4\x97\x9b\x92\x32\x96\x24\xca\x84\x32\x2b\xf6\x01\x85\x4a\x6f\xb4\x61\x4c\xa8\x8a\x8d\x1c\xc1\x6a\x84\x53\x47\x4b\x7c\x44\x9b\xc6\xab\xce\x1e\x15\xa5\x5b\x3a\xd4\xa4\x76\x4d\x49\x5e\x06\xd4\x3e\x90\x43\x6d\x4a\xa3\xdd\xab\x72\x11\x44\x6f\xc2\x6e\xa2\xf6\xb2\xbf\xc6\x58\x05\xd1\x2b\xd4\x87\xc0\xeb\x5d\xef\x6b\xa6\xd0\xa9\xe4\x8c\xc8\x55\x4f\xbb\x7b\x6d\x12\x1f\x0a\x4c\x2c\x93\x92\x35\xf1\x92\xf6\x1a\x0d\x2f\x43\x84\xea\x4a\x98\xfc\x3e\x3d\xc7\x74\x1a\x57\xe9\x4f\x50\xf6\xe4\x1a\xc1\x3a\xd4\xea\x4d\xcc\x23\xa2\x4d\xde\x54\xec\x28\xe2\x5f\x48\x37\x2e\xc8\xaf\x00\x00\x00\xff\xff\xe0\x81\x84\xe8\x1f\x06\x00\x00") - -func masterEtcOriginNodePodsControllersYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsControllersYaml, - "master/etc/origin/node/pods/controllers.yaml", - ) -} - -func masterEtcOriginNodePodsControllersYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsControllersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/controllers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsEtcdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x54\x5d\x6f\xe2\x3a\x10\x7d\xe7\x57\x58\xbc\xf4\xc9\x41\xb4\xf7\xf6\xde\xfa\xad\x82\x4a\x5b\x69\xcb\x22\x6d\xb5\xaf\xab\xc1\x9e\x12\x0b\x67\x9c\xb5\x27\x69\x51\xcb\x7f\x5f\xd9\x49\x20\xfd\xe0\x01\xb0\xcf\x7c\xf8\xcc\x99\x19\xa0\xb6\xbf\x30\x44\xeb\x49\x89\x76\x3e\xd9\x59\x32\x4a\xac\xbd\x99\x54\xc8\x60\x80\x41\x4d\x84\x00\x22\xcf\xc0\xd6\x53\x4c\x57\x21\xa2\x2e\xd1\x34\x0e\x43\x01\xae\x2e\xa1\xd8\x35\x1b\x0c\x84\x8c\xb1\xb0\x7e\xa6\x83\x65\xab\xc1\xc9\xda\x1b\x25\x2e\x2e\x26\x42\x38\xd8\xa0\xeb\x83\x7d\x8d\x14\x4b\xfb\xc4\xd9\xd7\x57\xb5\x27\x24\x56\x02\x59\x9b\xaf\x1c\x88\x83\x77\xb2\x76\x40\xa8\xc4\x05\x87\x06\x53\x46\x82\x0a\x95\xa8\x20\x32\x06\xd9\x87\x26\x2c\xd6\xa0\x51\x89\xc4\x48\xc6\x7d\x64\xac\x26\xb1\x46\x9d\x9e\x4e\xa9\xc0\x12\x86\x4c\x44\x0a\x08\xdb\x9e\x92\x14\x6f\xf9\x57\x88\x88\x2c\x24\xf4\x97\x42\xcc\x90\x75\xfa\x98\xfc\x55\x68\x4f\x4f\xbd\x0d\x5f\x50\x9f\x28\x6b\x5f\x55\x40\x66\xc8\x36\xdb\x58\x9a\xc5\xb2\xbf\x49\x9d\x0f\x48\xed\x60\xef\xc8\xdf\x3d\x2e\x96\x8b\xc7\xef\xbf\x6f\xd7\xf7\x7d\xd2\x16\x5c\x83\x4a\x4c\xaf\xa6\x19\xb0\x15\x6c\x51\x89\xd7\x57\x51\x2c\x3c\x3d\xd9\x6d\x71\x9f\x90\x58\x3c\xe4\xb2\xef\x58\x1b\xf1\x26\xfe\x34\x9e\x51\x1c\x0e\xa7\x90\x75\xe3\xdc\xda\x3b\xab\xf7\x4a\xdc\xba\x67\xd8\xc7\x6c\x73\xb6\x45\xc2\x18\xd7\xc1\x6f\x50\x8d\xea\x18\xce\x1f\xea\xe8\xb8\xa6\x1a\x35\xbb\x11\x22\xa5\x06\x8d\x81\x47\xd0\x49\x27\x0d\x85\x7e\x67\x92\xf2\xac\x6f\x8d\x18\x3e\x79\xef\x70\x7f\xde\xf9\xbd\x51\x4a\x24\x53\x7b\x4b\x1c\x47\x68\xc9\x5c\x47\x35\x9b\x25\xd9\xbe\xf9\xc8\x49\x6c\x71\x38\xa8\xcb\xab\xff\x6e\xc6\x75\xf5\xa1\xe3\x48\x04\xc7\x65\x0f\x58\xb2\x6c\xc1\x2d\xd1\xc1\xfe\x27\x6a\x4f\x26\x2a\xf1\xcf\xbf\xd9\xda\xf5\xef\xd8\xfd\x88\xba\x09\x96\xf7\x0b\x4f\x8c\x2f\x3c\xa8\x57\x07\xdb\x5a\x87\x5b\x34\x4a\xa4\xb1\xcd\x70\xeb\x5d\x53\xe1\x83\x6f\x88\x8f\xc3\x57\xa5\xdb\x1a\xb8\x54\xa7\x7a\xfb\x1c\xa7\x97\xa4\xce\x23\xd0\xe3\x01\xc1\xfc\x20\xb7\x1f\x65\x7e\x9f\xa7\x85\x30\x73\x76\x73\x26\x57\xda\xec\x8c\x3e\xfb\xb0\xb3\xb4\x5d\xda\xf0\x39\xa6\xf4\x91\x57\xc8\xc9\xe5\xf8\x8c\xa1\x38\x4c\xd6\x74\xe5\x09\xa7\x1d\xd6\x8d\xa7\x3a\x8a\x13\x31\xb4\xfd\x9e\x75\xd4\xe6\xd7\xff\x17\xd7\x57\xc5\xfc\xf2\xa6\x98\x5f\xf7\xa2\x41\xd0\x25\x8e\x7c\x52\xc3\x96\xbe\x02\x4b\xab\xae\x65\x93\xac\xa1\xcf\xd2\x3a\x88\x71\x95\x0b\xe8\xb6\x5a\x92\x37\x28\x87\xbf\x9a\xc9\x20\x6c\xbf\xda\x89\x7a\x16\x62\x68\xc5\x17\xe2\x7e\x25\xed\xd9\xc8\x4f\x72\x7e\x14\xf3\x6f\x00\x00\x00\xff\xff\x8d\x7b\x37\x76\x49\x05\x00\x00") - -func masterEtcOriginNodePodsEtcdYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsEtcdYaml, - "master/etc/origin/node/pods/etcd.yaml", - ) -} - -func masterEtcOriginNodePodsEtcdYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsEtcdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/etcd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsOvsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\xdf\x6f\xdb\x36\x10\x7e\xf7\x5f\x71\xeb\x86\x64\x03\x26\x29\xce\x1a\x04\x55\x90\x0e\x45\x37\x0c\x79\xc8\x0f\x24\x5b\x5f\x8a\x22\xa5\xc9\xb3\xc5\x99\x22\x19\xde\xd1\xae\x97\xf6\x7f\x1f\x48\x4b\x8a\xbd\x38\x5d\xd1\x3e\x59\x77\xba\xfb\x78\xf7\xdd\x77\xa2\x85\xd7\x6f\x30\x90\x76\xb6\x86\xc5\x78\x34\xd7\x56\xd5\x70\xe5\xd4\xa8\x45\x16\x4a\xb0\xa8\x47\x00\xc2\x5a\xc7\x82\xb5\xb3\x94\x4c\x00\x92\x0d\xaa\x68\x30\x94\xc2\xf8\x46\x94\xf3\x38\xc1\x60\x91\x91\x4a\xed\x2a\x19\x34\x6b\x29\x4c\xe1\x9d\xaa\x61\x7f\x7f\x04\x60\xc4\x04\x4d\x97\x2c\xbc\xaf\xc1\x2d\x28\x1b\xd2\xb5\xde\x59\xb4\x5c\x83\x45\x5e\xba\x30\xcf\x6e\xe7\xd1\x52\xa3\xa7\x9c\xf1\x76\xc7\xf0\xca\x63\x0d\xda\x4e\x83\x18\x01\x58\xd1\x62\x0f\x9b\x9e\xc9\x0b\x99\x1c\x3d\x50\x41\xca\x8e\xc8\xa3\x4c\x45\x48\x67\x59\x68\x8b\x21\x97\x54\xa4\x2a\x5a\x61\xd5\xba\xbe\x02\xaa\x89\xb6\xd5\x44\x50\xd3\xd9\x85\xec\x1e\x3e\xe6\x5f\x80\xef\xbf\xdb\x0e\x01\x20\x64\x28\x30\x3a\xf0\xda\xe3\x54\x68\x33\xea\x43\x41\x4f\x41\x58\xc7\x0d\x06\xf0\xc1\x49\x24\x02\x4d\x60\x34\x31\x5a\x6d\x67\xe0\x2c\x70\x83\x20\xad\x2e\x08\xc3\x02\x03\x90\x93\x73\xe4\x9f\x61\x29\x34\x43\xb4\xac\x0d\x68\x06\xfc\xa0\x99\x3a\x54\x0e\xc2\xc3\xfe\x5c\x1b\x03\x3f\xfc\xf8\xb7\x9b\x10\x14\xfe\xa7\x93\x1c\x02\x07\xfb\xf0\xe7\xef\xd7\xe7\x5d\xe4\xb2\xd1\x06\x81\x43\xc4\x13\x50\xae\x73\x42\x2a\xaa\x8a\x14\x2a\x6a\x44\xc0\x2a\xb1\xb4\xa0\xa5\x66\xd9\x54\x24\x83\xf6\x4c\x95\x5b\x50\x21\xd9\x00\xb1\xe0\x48\xb0\xf7\xb2\x52\xb8\xa8\x6c\x34\xe6\x24\xd5\x6b\x07\x28\x00\x94\x8d\x83\x67\x4b\x11\x52\x3f\x35\xbc\x7a\xdc\xad\x8c\x21\xa0\x65\xb3\x82\x56\x58\x31\x4b\x6d\x5f\xbe\xb9\x59\x77\x98\x8c\x23\x82\xb2\x2c\x9f\xc1\xe1\xcb\xbd\xf1\x06\x30\x19\x44\x0f\x47\xb0\x97\x03\x87\x17\x68\x08\x37\xa2\x26\x01\xc5\x7c\xb0\xa7\xba\x7b\x54\xce\xe2\xc3\x14\x8c\x88\x56\x36\xe9\xd4\xce\x35\x8d\x56\x26\x49\xc3\x5d\xd4\x0c\xf7\x1b\x78\x5f\x4c\x8c\xf3\x9b\x24\x64\xee\x3b\xc7\xa7\xcd\x39\xe5\x03\x6e\xce\xfe\xd8\x98\xca\x97\x73\x1f\x18\x8a\xc2\xba\x22\xb9\xba\x30\x05\x45\x41\x2b\x62\x6c\x0b\xad\x4e\x83\xb0\xca\xb5\x0f\x8d\x5e\x23\x71\xd0\x92\xb3\xa8\x6c\x6c\x27\x18\xc0\x4d\xc1\x73\x13\x50\x28\x82\x2d\x20\x19\x50\x30\x12\xb0\x83\x80\x2a\x4a\x4c\x59\x03\x94\x68\x5d\xb4\x9c\xb2\xaf\x6f\x6e\x92\x04\x23\x21\x25\xbd\x36\x8e\x98\x60\xa9\xb9\x49\xf3\x5c\x81\x74\x01\x69\x48\x6b\x98\x3d\xd5\x55\x35\x89\xb3\x7f\xb4\x31\xa2\x0c\xa8\x1a\xc1\xa5\x74\x6d\x45\x8d\x5b\xde\x4e\xe2\xac\x94\x33\xfd\xab\x56\xa7\xe3\xa3\xe3\xf1\x2f\xc7\x2f\xbe\x36\xf7\xf0\xf8\xc5\xf1\x68\x50\xf4\xdb\xb7\xf0\xde\x26\xd5\xbd\x87\x62\xc6\x30\x3e\x84\x77\xef\x1e\x89\x75\xdd\x7f\x62\x37\xf3\x9a\x77\x2c\x6d\xef\xa5\x47\x7b\xbb\xb8\xc9\xc4\x40\x09\x59\xc2\xb7\xd2\xd9\xa9\x9e\xd5\xb6\x08\xb8\x10\x46\x2b\xc1\x2e\x14\x1d\x93\xa7\xcf\xbf\x19\xb5\x11\x56\x19\x7c\x40\x1c\xf7\xfa\x19\x44\xfc\x55\x42\x51\x93\xfe\x4b\xb2\x43\x28\xbb\x3e\x0b\xfd\xa2\x9d\xac\x97\x26\xd3\xd9\x8a\x19\xd6\x70\x7f\x0f\xe5\xeb\x5c\x6e\x79\x96\x3c\x54\x5e\x38\x85\xf0\x11\xee\xa2\x63\x84\x4f\x6b\xa1\x77\x1f\xdf\x87\x02\xb3\x37\x20\xb9\x18\x24\x76\xdf\x7d\x00\xa3\x5b\xcd\x83\x05\x20\x7d\xac\xe1\xf0\xe0\xa0\x1d\x3c\x2d\xb6\x2e\xac\x6a\x78\x7e\x70\x70\xde\x53\x10\xf0\x2e\x22\x3d\xca\x1b\xef\x48\x1b\x0f\x69\x84\x32\x06\xcd\xab\xd7\xce\x32\x7e\xe0\x3e\xd7\x07\xbd\xd0\x06\x67\xa8\xea\xdc\x7c\x7f\x44\xb4\xaf\xe8\x2f\xc2\x50\x77\x1b\xbc\x70\x26\xb6\x78\x9e\xe4\x4f\xfd\xad\x90\x97\xe1\x4a\x70\x53\x43\x65\xf4\xa4\x6a\x5d\xba\x02\x7b\xd9\xaf\x29\x48\x8b\x51\x6c\xbf\x48\x93\xbd\xb4\x66\xb5\x71\xe0\x36\x56\x88\xb6\xfa\x2f\x75\x5b\x78\x21\xda\xa2\xbf\x2f\xb7\x53\x17\x22\x7c\x4b\x3a\xad\x76\x54\xff\xe0\xfc\xdf\xca\x91\xe5\xe7\x8f\x5e\x0b\xbd\xd8\x8e\x49\x6f\x2e\xd6\xf7\xf8\x80\x9c\x7c\x57\x67\xbf\x0d\xb6\x0f\xda\xe5\xf1\x19\x41\x74\x91\x01\x3b\x21\x5b\xa7\xb0\xe8\xff\x61\x8c\xfa\x49\x75\xf7\x78\x86\x49\xb5\xf5\xe3\xde\x3d\xad\x9d\xb3\x7a\x32\x7b\x17\xc1\x3b\xe9\x7d\x12\xa1\xa7\xf4\x11\xcb\x4f\x66\x64\x66\x83\x9e\xe9\xcf\x1e\xbd\x83\xde\x7f\x03\x00\x00\xff\xff\x41\x1c\xe0\x81\xd0\x09\x00\x00") - -func masterEtcOriginNodePodsOvsYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsOvsYaml, - "master/etc/origin/node/pods/ovs.yaml", - ) -} - -func masterEtcOriginNodePodsOvsYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsOvsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/ovs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodePodsSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xcb\x8a\x66\x1b\x46\x29\x2d\xd0\x61\x50\xd1\x02\x59\xe2\x75\x06\x12\x27\x68\x93\x62\x40\x51\x04\x34\x75\xb6\x38\x53\xa4\x4a\x9e\x94\x78\x49\xff\xfb\x40\xea\xcd\x8e\x23\x27\xd9\x17\x5b\xbc\x97\xe7\x5e\x78\xcf\x49\xbc\x90\x9f\xd1\x3a\x69\x74\x02\xd5\xab\xd1\x52\xea\x34\x81\x73\x93\x8e\x72\x24\x9e\x72\xe2\xc9\x08\x80\x6b\x6d\x88\x93\x34\xda\xf9\x23\x80\x13\x19\xa6\xa5\x42\x1b\x71\x55\x64\x3c\x5a\x96\x33\xb4\x1a\x09\x5d\x24\x4d\x2c\xac\x24\x29\xb8\x62\x85\x49\x13\xd8\xdb\x1b\x01\x28\x3e\x43\xd5\x38\xf3\xa2\x48\xc0\xa5\x3a\x1c\x84\xc9\x0b\xa3\x51\x53\x02\x1a\xe9\xda\xd8\x65\x10\x9b\x02\xb5\xcb\xe4\x9c\x02\xde\xc3\x36\xb4\x2a\x30\x01\xa9\xe7\x96\x8f\x00\x34\xcf\xb1\x85\xf5\xcf\xae\xe0\x02\x93\x1e\x88\x79\x95\x2b\x50\xf8\x24\x84\xd1\xc4\xa5\x46\x1b\x52\x62\x3e\x8b\x9c\xeb\xb4\xce\x8f\x41\x3c\x93\x3a\x9e\x71\x97\x35\x67\x26\x9a\x87\xbb\xf0\x0f\xf0\xe3\x0f\x9b\x26\x00\x0e\x09\x18\x96\x06\x0a\x59\xe0\x9c\x4b\x35\x6a\x4d\x41\xce\x81\x6b\x43\x19\x5a\x28\xac\x11\xe8\x1c\x48\x07\x4a\x3a\x42\x2d\xf5\x02\x8c\x06\xca\x10\x84\x96\xcc\xa1\xad\xd0\x82\x33\x62\x89\xf4\x2b\x5c\x73\x49\x50\x6a\x92\x0a\x24\x01\xde\x48\x72\x0d\x2a\x59\x5e\xc0\xfe\x52\x2a\x05\x2f\x7e\xfa\xc7\xcc\x1c\xb0\xe2\xe7\xb7\xc1\x04\x0e\xf6\xe1\x62\xfc\xf1\xb4\xb1\xbc\xce\xa4\x42\x20\x5b\xe2\x5b\x48\x4d\x23\x04\x9f\x14\x8a\xcc\xc0\x3e\xa1\xa3\x7d\xb8\xf3\x31\x39\x01\x83\xcb\xe9\xe4\x6f\x76\x74\x36\x9d\x8e\x8f\x2e\x92\xb8\xe2\x36\xb6\xa5\x8e\x37\xda\x18\xf7\xa9\x46\x3e\x55\x78\x1f\xa7\x58\xc5\xba\x54\xea\xad\x2f\x45\x77\x51\xa0\x0e\xb2\x77\xcd\xad\x2f\x35\x81\xc3\xed\x46\x88\xd2\x5a\xd4\xa4\x56\xdb\x2d\x39\x9a\x4e\x36\x7a\xe1\x55\x6f\x1c\x44\x51\xb4\x07\xaf\xdf\xbf\x7c\xb5\x16\xc7\x29\xc4\x02\xde\xc0\xcb\x60\xd8\x29\x50\x39\x5c\xb3\x9a\x59\xe4\xcb\xee\x3c\x97\xcd\x63\x6a\x34\xf6\xf7\x75\xc1\x97\x08\xc6\xdf\x43\x33\x6d\x30\x2f\xb5\x08\xd3\xdf\x26\xa6\x4d\xda\xc2\xda\x1c\xd8\xc7\x39\xc4\x48\xc2\xf7\x25\xd6\x48\x51\x1a\xff\x7e\xc0\xfa\x96\x35\x30\x91\x30\x7a\xde\x78\x89\xa2\xf6\x32\x05\x05\x2f\x3f\x4d\xbf\x40\x9c\x19\x47\x1b\xb2\x36\x2b\x39\x87\x2f\x5f\x80\x35\x71\xdc\xca\x79\x2c\xb9\x88\x8d\x95\x0b\xa9\x99\xcf\x07\xbe\x7e\xbd\xd7\xfd\x30\x93\x06\xb8\x52\x78\x53\x18\xdb\x77\xc5\x99\xd2\x0a\xdc\x81\x35\xea\x1a\xd4\x3c\xe1\x0d\x8a\x9e\x4b\xe0\x88\x5b\xea\xda\xc3\x58\x8d\xf0\x2e\x00\xd6\x30\xb1\x87\x09\x3f\x8d\x32\x5a\xf1\x5c\x01\x63\x7e\x55\x0c\x99\xbb\x54\x47\xbd\x1e\x18\x53\x66\xa1\xb0\x42\xf5\xee\xc5\xed\xf1\xf8\x8f\xcb\x0f\x57\x27\x67\x1f\x4e\xc6\x9f\xc7\x27\x09\x7b\xfd\x3d\xa4\x86\xba\x6a\x59\x5b\x6f\x80\xb3\xf3\xf1\xf4\xd3\x5f\x93\x3f\x2f\xae\x8e\xa7\x9f\xae\x8e\xcf\x4e\x0f\x27\xd3\xa6\x88\x8a\xab\x12\x13\x10\xaa\x74\x84\x36\x52\x46\x70\x15\x54\x32\xe7\x0b\x4c\xe0\xf6\x16\xa2\xa3\x3a\xd9\x89\x97\xb8\x68\xea\xfb\x7a\x07\xdf\x4a\x43\x08\xdf\xeb\x88\xeb\x8b\x06\xc0\xf7\xd5\xb5\x19\x74\x6b\xe5\xdc\x58\x4a\xe0\xd5\xc1\xeb\x37\xbf\x35\xb1\xfd\xcd\x6e\x4b\x6b\xac\x0c\xb9\xa2\xec\xdf\x20\xb3\x58\x5f\x4e\x83\xe9\x05\xdf\x4a\x74\xd4\x9d\xfd\xec\x94\x1e\x25\xef\x04\x39\xe6\xc6\xae\xbc\xec\xe0\xb4\x1e\x69\x87\xa2\xb4\x92\x56\x47\x46\x13\xde\x50\xeb\x5b\x58\x59\x49\x85\x0b\x4c\x93\xb0\x11\xda\x10\xa5\x3e\x74\x97\x0e\x6d\x02\x07\x41\x54\x19\x55\xe6\x78\x6a\x4a\xdd\xd7\x96\xfb\xd3\x39\xa7\x2c\x81\xad\x7b\xdb\xac\xc6\x38\x6a\xee\xbc\x2b\x81\xa7\x67\x5a\xad\xd6\x82\x6e\xe3\xed\x9a\xc3\x35\xe0\xce\x6c\x5d\xff\x68\x80\x66\x8d\x6d\xc3\x55\xdc\xb2\x56\xf1\xa0\x4b\x9c\xce\x4a\xf7\x40\x81\x8d\x23\xf3\xea\x67\x66\x11\x96\x69\xe5\xae\x25\x89\x6c\x07\xb2\xa9\x9e\x0d\xdc\xbf\x86\x77\xe0\xf6\x46\xff\x27\xef\xfe\x5d\x3a\x9c\xf8\x96\xd9\x26\xdc\xfd\x25\xb7\x8d\x64\x0a\x62\xfe\x1d\xd3\x2a\xb7\xa7\xa5\xdb\xb4\xdb\xce\x48\x22\x38\x6b\xa4\x74\xa0\x18\x25\x67\x2d\x82\x5f\x60\xee\x29\x95\x29\x39\x6b\x61\x83\xcf\x56\x99\xde\x72\x5a\x2b\xbb\x4e\x06\xd6\x4f\x8e\xbb\x73\x61\xa5\x09\xbc\x54\xdc\xb9\x69\xbd\x48\x56\x8e\x30\x67\xf5\xa6\x6c\x3e\x9c\x46\x2d\x05\x9b\xcf\x93\x00\xe3\xd3\x6f\x79\xfc\x20\x0d\x47\x43\x1c\xdc\x09\x30\xcc\xbb\x5d\xac\x1b\x84\xf4\xad\xcd\x8d\xff\x36\x74\xf7\x41\x7a\xf1\xa0\xf7\x3a\x4f\x1f\x64\xe9\x63\x9e\x71\xc7\xc7\x61\xae\x3e\x8a\xb1\xc6\xcf\x21\xa8\x9a\x9c\x8f\x22\xdd\xe3\xda\x63\x6c\x7c\x52\x66\x9b\x73\xfa\x04\xfe\x0d\xa2\xde\xe7\xe0\x20\x03\x77\x0e\xd0\x26\x15\x87\x89\xb8\xb3\xb8\x27\x30\xf2\x79\x7c\xfc\x2f\x00\x00\xff\xff\x7b\x9a\x32\x52\xd8\x0c\x00\x00") - -func masterEtcOriginNodePodsSdnYamlBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodePodsSdnYaml, - "master/etc/origin/node/pods/sdn.yaml", - ) -} - -func masterEtcOriginNodePodsSdnYaml() (*asset, error) { - bytes, err := masterEtcOriginNodePodsSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/pods/sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeResolvConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc8\x41\x0a\x42\x31\x0c\x45\xd1\xb9\xab\xc8\x0a\xb2\x09\xe7\xa5\xe0\x0a\x8a\x3e\x25\xa8\x89\xbc\x96\x3a\x08\xdd\xfb\xa7\x93\x3f\xbb\xf7\x64\x0a\x9b\xbf\x20\x7a\x0d\x1f\xcd\x1c\xbc\x81\xd3\xee\xd0\xca\xf8\x81\xc3\xd0\xb5\x60\xfc\x83\xef\xca\x78\xda\x07\x5a\xda\x17\x1d\x9c\x60\x97\xb5\x2e\x7e\xae\x64\x8a\x6e\xca\x14\xf8\x63\xd7\x11\x00\x00\xff\xff\xe6\xca\x71\x01\x61\x00\x00\x00") - -func masterEtcOriginNodeResolvConfBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeResolvConf, - "master/etc/origin/node/resolv.conf", - ) -} - -func masterEtcOriginNodeResolvConf() (*asset, error) { - bytes, err := masterEtcOriginNodeResolvConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/resolv.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcOriginNodeSdnKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x76\xf1\xf3\x2e\x4d\x4a\x4d\x06\xf3\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xe4\xe3\x64\x6b\x31\x00\x00\x00") - -func masterEtcOriginNodeSdnKubeconfigBytes() ([]byte, error) { - return bindataRead( - _masterEtcOriginNodeSdnKubeconfig, - "master/etc/origin/node/sdn.kubeconfig", - ) -} - -func masterEtcOriginNodeSdnKubeconfig() (*asset, error) { - bytes, err := masterEtcOriginNodeSdnKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/origin/node/sdn.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() ([]byte, error) { - return bindataRead( - _masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt", - ) -} - -func masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt() (*asset, error) { - bytes, err := masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterEtcSysconfigAtomicOpenshiftNode = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xc1\x0e\x82\x20\x18\x00\xe0\x3b\x4f\xe1\x13\xc0\x5c\x67\x0e\xa9\x7f\x8c\x45\xd0\x32\xbd\xba\xd4\x5f\xc7\x2a\x7e\x47\xe4\xc5\xf9\xee\x6d\xbd\xc0\xe7\xae\x77\xed\x6c\x2d\x59\x05\x45\xa3\x3a\xe3\x94\x81\x16\x8c\xdc\xb6\xac\xc2\x88\x53\xc6\x4b\x0a\x93\x9f\x79\x49\xef\x85\x02\x86\x64\x68\x36\xb8\xe2\x8b\x5b\x1a\x31\xdb\x77\xa6\x2f\x47\x05\x5d\x0b\xb7\x5a\x3b\x2b\xd7\x03\xcf\x73\x76\x6e\x0a\x28\x9d\x3d\x69\x25\x05\xa6\x41\x50\xf4\xb3\x0f\x22\xd0\x88\xa2\x27\x4a\x9f\x14\x1f\x0b\x7f\x7e\x7b\x1c\xfe\x3c\xfb\x05\x00\x00\xff\xff\x86\x4c\x17\x6e\x88\x00\x00\x00") - -func masterEtcSysconfigAtomicOpenshiftNodeBytes() ([]byte, error) { - return bindataRead( - _masterEtcSysconfigAtomicOpenshiftNode, - "master/etc/sysconfig/atomic-openshift-node", - ) -} - -func masterEtcSysconfigAtomicOpenshiftNode() (*asset, error) { - bytes, err := masterEtcSysconfigAtomicOpenshiftNodeBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/etc/sysconfig/atomic-openshift-node", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterRootKubeConfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4c\xc9\xcd\xcc\xf3\x2e\x4d\x4a\x4d\x06\xf3\x15\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\x6c\x47\x07\x4b\x33\x00\x00\x00") - -func masterRootKubeConfigBytes() ([]byte, error) { - return bindataRead( - _masterRootKubeConfig, - "master/root/.kube/config", - ) -} - -func masterRootKubeConfig() (*asset, error) { - bytes, err := masterRootKubeConfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/root/.kube/config", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginCloudproviderAzureConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\xd0\x73\x49\x2d\xca\x2c\x4b\x4d\xd1\x0b\xcf\x2f\xca\x4e\x2d\x72\xce\xc9\x2f\x4d\x09\x28\xca\x2f\xcb\x4c\x49\x2d\x72\xce\xcf\x4b\x53\xd0\x73\xce\xcf\x2b\x49\xcc\xcc\x4b\x2d\x0a\x4e\x2d\x2a\xcb\x4c\x4e\x55\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\x73\xa7\x88\x79\x42\x00\x00\x00") - -func workerEtcOriginCloudproviderAzureConfBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginCloudproviderAzureConf, - "worker/etc/origin/cloudprovider/azure.conf", - ) -} - -func workerEtcOriginCloudproviderAzureConf() (*asset, error) { - bytes, err := workerEtcOriginCloudproviderAzureConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/cloudprovider/azure.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeBootstrapKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\xf3\xcb\x4f\x49\x75\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xf0\x2e\x4d\x4a\x4d\x06\x8b\x2b\xd4\x28\x04\x97\x14\x65\xe6\xa5\x2b\xd4\xd6\x72\x01\x02\x00\x00\xff\xff\xc9\x1b\x98\x7a\x3b\x00\x00\x00") - -func workerEtcOriginNodeBootstrapKubeconfigBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeBootstrapKubeconfig, - "worker/etc/origin/node/bootstrap.kubeconfig", - ) -} - -func workerEtcOriginNodeBootstrapKubeconfig() (*asset, error) { - bytes, err := workerEtcOriginNodeBootstrapKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/bootstrap.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func workerEtcOriginNodeCaCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeCaCrt, - "worker/etc/origin/node/ca.crt", - ) -} - -func workerEtcOriginNodeCaCrt() (*asset, error) { - bytes, err := workerEtcOriginNodeCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeBootstrapperCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\xf9\xe5\xa7\xa4\x3a\xe5\xe7\x97\x14\x97\x14\x25\x16\x80\xa5\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xb5\x29\x12\x85\x43\x00\x00\x00") - -func workerEtcOriginNodeNodeBootstrapperCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeBootstrapperCrt, - "worker/etc/origin/node/node-bootstrapper.crt", - ) -} - -func workerEtcOriginNodeNodeBootstrapperCrt() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeBootstrapperCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-bootstrapper.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeBootstrapperKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x08\x28\xca\x2c\x4b\x2c\x49\xf5\x4e\xad\x74\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x73\x4e\x2d\x2a\xc9\x4c\xcb\x4c\x4e\x2c\x49\x2d\xd6\xf3\xcb\x4f\x49\x75\xca\xcf\x2f\x29\x2e\x29\x4a\x2c\xd0\xf3\x4e\xad\x54\xa8\x51\x08\x2e\x29\xca\xcc\x4b\x57\xa8\xad\xe5\x02\x04\x00\x00\xff\xff\xe3\x74\x32\xfb\x48\x00\x00\x00") - -func workerEtcOriginNodeNodeBootstrapperKeyBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeBootstrapperKey, - "worker/etc/origin/node/node-bootstrapper.key", - ) -} - -func workerEtcOriginNodeNodeBootstrapperKey() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeBootstrapperKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-bootstrapper.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeNodeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x4d\x73\xdb\x36\x10\xbd\xf3\x57\x60\x74\x0e\x48\xca\xb1\xda\x0e\x66\x7a\x48\x9d\x49\x9a\x69\xc7\x75\x25\xb7\x77\x08\x58\x49\xa8\x41\x2c\xbd\x58\x30\x96\xdd\xfc\xf7\x0e\x40\xca\x92\xd2\xd8\xd3\x9e\x24\xf0\xbd\xc5\x7e\xbc\xc5\xae\xee\xdd\x9f\x40\xd1\x61\x50\x62\x98\x57\x3a\xf1\xee\x0a\xc3\xc6\x6d\x55\x25\x44\x3e\x41\x60\x67\x34\x3b\x0c\x57\xda\xec\x60\xe5\x1e\x41\x89\x79\xdb\xb6\xdf\xc6\x6f\x6f\x7f\x55\x62\xd1\x4d\x20\x92\x7b\x7c\xc5\xf6\x1c\x3e\x98\xda\x10\x7f\x72\xc1\xbe\xb3\x96\x20\x46\x25\xe6\x17\xdf\xd7\x6d\xdd\xd6\x73\xb5\x78\x9b\xc1\xf7\xd8\x69\x17\x94\x30\x3e\x45\x06\xaa\x3d\x1a\xed\x33\xf0\xe9\x46\x89\xb6\x50\xdb\x7c\x5c\x82\x49\x14\xdd\x00\x4b\x88\xe8\x87\x9c\x96\x12\x0d\xb0\x69\x90\xdc\xd6\x85\x26\xa0\x85\x86\x0a\x58\x1b\x0c\x9b\xca\xa2\xb9\x03\x3a\xe6\x3f\x9e\x57\x3b\xd7\x2d\x11\xf9\xbd\x23\x30\x8c\xb4\x57\xa2\x19\x34\x35\xde\xad\x9b\x91\x11\x77\xae\x3b\xa3\xaf\xf2\x3f\x9e\x78\x94\xc2\x09\xaf\x8e\x68\xee\x2a\x21\xe0\x01\xcc\xcf\x3a\x58\x0f\x74\xad\x3b\x50\x22\x68\x76\x03\x54\x10\xf4\xda\xc3\x1f\xc1\x59\xef\xc2\x56\x09\xa6\x04\x95\xeb\xf4\x16\x8e\x71\x6d\x90\x3a\xcd\x4a\x3c\x3d\x89\x7a\xfc\x5a\x7f\xca\x8c\x58\x7f\x28\x88\xf8\x5b\xdc\x27\x64\x10\x5f\xbe\x54\x42\x78\xcd\x10\x59\x89\x8d\xf6\x11\x2a\xd7\x73\x76\x10\x57\xfb\x60\x6e\x80\x1c\x5a\x25\xde\xb6\xb1\xba\x73\xc1\x2a\x71\x8d\x76\xf2\x53\xdd\xa5\x35\x78\xe0\x77\xb4\x4d\x1d\x04\x8e\xd9\xf1\x1a\x91\x23\x93\xee\x65\x46\xcd\x73\x40\xf2\xdf\x75\x7d\xa6\xd6\x47\x6a\x25\x84\x01\x62\x69\x1d\xbd\x60\x95\x61\xb7\xc9\x0d\x05\x31\xb3\x3d\x26\x2b\x5f\xf2\x53\xd0\x9e\x70\x70\x16\xa8\xd1\x8f\x89\x60\xd4\xf1\x60\x78\xc0\x46\xd3\x42\xc8\x95\x2f\x15\xce\xb7\x32\xa1\xf7\x40\x52\x33\x6b\xb3\x93\x16\xf2\xcf\x48\x9e\xe5\xba\xcf\x72\xad\x41\x73\x22\x90\xdb\x1c\xd2\x88\x2d\x91\x35\xc3\x2f\x63\x7d\xae\xbc\x83\xc0\x57\xc7\xb8\x7f\xcc\x96\x6f\xce\x38\x2b\xa0\x01\xe8\x6b\x4e\x25\x44\xa7\x1f\x64\x8f\x76\xba\x77\xb6\x68\xb3\xc7\x22\xb6\xdc\x1a\xe9\xf1\xb3\xe4\x1d\x41\xdc\xa1\xb7\x4a\x8c\x9c\xef\x0a\xa7\xd3\x0f\xae\x4b\x9d\xb4\xa0\x4b\x7d\x58\xbb\x00\x74\xb8\xe7\x62\xf1\x1a\x49\xf6\x40\xc7\xe3\xc1\xa4\x18\xb8\x50\x0c\x9e\x41\xc9\xec\xa5\x4d\x54\x1e\xe9\x21\xc8\x2e\x53\xb3\x5a\xd2\xeb\x35\xf8\xc9\xe9\xd3\x93\xe8\xc9\x05\x16\xb3\x02\x11\x7a\x28\xca\x53\x00\x86\x58\x3b\x6c\x66\xa2\x5e\xa2\x07\x31\x2b\xd9\xcf\xce\x9b\xb4\x47\x2b\x3b\x1d\xdc\x06\x22\xcb\x5e\xf3\xee\x85\x06\xc9\xd5\xaa\x84\xa0\x9c\x12\x06\xbf\x97\x3d\x12\x4f\x91\xcd\xdb\x8b\xc5\x22\x07\x47\xa5\xf8\xf2\xb4\x99\xbe\x52\x95\x52\x60\xd7\x81\x24\xb8\x4f\xd9\x63\x3e\x60\x9a\x2e\x9a\xb7\xf9\x35\xe7\xe0\x25\x41\xcc\xda\xd9\xe7\x1c\xeb\xf7\x40\x6e\x00\x5b\x67\x69\x97\x13\x5a\x5e\xe1\x58\xb1\x2c\xb5\x33\x30\xa5\x7a\x96\x62\x04\x72\xda\xbb\x47\x90\xa3\xc2\x7d\xf2\x87\xe2\xcd\xca\xdb\xcc\x81\xc5\x7d\x64\xe8\x5e\xf1\xbb\x2a\x84\xff\xe3\xb9\xd3\x79\x4c\x4e\x7d\x8a\x21\x80\xc9\x6a\xfe\x36\x00\x91\xb3\x63\x65\xb4\x31\xd0\x67\x90\x21\xf0\xed\xbe\x87\xa8\x84\xee\x7b\x3f\x4d\xf6\x66\x08\xf6\x54\xcc\x9e\x90\x71\x9d\x36\x6f\x4e\x39\x7f\x45\x0c\x79\x44\x24\xca\xc3\xe6\x32\xcf\x78\x73\xbc\xf0\x3f\xdd\x57\x09\x71\xdf\x47\x25\x2e\xda\x29\xe8\x5c\xe4\x69\xec\x95\x8e\x3b\x9d\x25\x01\xf8\x33\xd2\xdd\x71\x2a\x76\x9c\x94\x98\x5f\x2e\xb2\xe7\x09\xbc\xf1\x69\xeb\xc2\x38\x5f\x09\xec\x4e\x73\x83\x3d\x84\xb8\x73\x1b\x96\x38\x44\x39\xf1\x7a\xf4\xce\xec\xab\x9e\xf0\x61\x7f\x36\xf0\xa6\x1d\x23\x8d\xb3\x74\x68\x8e\x7a\x7e\xf1\x43\xde\x31\xcd\xfc\xb2\xca\x2a\xb8\xb0\xfd\x14\x36\x58\xe6\xe3\xe9\xde\x9a\x56\x91\xca\x6d\xd9\x4e\xe0\xf5\xe8\x4f\x09\x36\xfd\x65\xb9\xbf\xa8\xf2\x4e\x09\xa3\x6b\x43\x5c\x0d\xe8\x53\x77\x32\xea\xcb\x72\xfb\x3d\x21\xeb\x7c\x12\xa2\x07\xfa\xb0\xfa\x48\x98\x7a\x25\xe6\x1f\xdd\xc4\xff\xd6\x6a\x9a\x5e\xcd\x73\xbe\xe3\x9e\xac\x47\x83\x58\xfd\x13\x00\x00\xff\xff\xe4\x57\x83\x28\xf9\x07\x00\x00") - -func workerEtcOriginNodeNodeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeNodeConfigYaml, - "worker/etc/origin/node/node-config.yaml", - ) -} - -func workerEtcOriginNodeNodeConfigYaml() (*asset, error) { - bytes, err := workerEtcOriginNodeNodeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/node-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodePodsOvsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\xdf\x6f\xdb\x36\x10\x7e\xf7\x5f\x71\xeb\x86\x64\x03\x26\x29\xce\x1a\x04\x55\x90\x0e\x45\x37\x0c\x79\xc8\x0f\x24\x5b\x5f\x8a\x22\xa5\xc9\xb3\xc5\x99\x22\x19\xde\xd1\xae\x97\xf6\x7f\x1f\x48\x4b\x8a\xbd\x38\x5d\xd1\x3e\x59\x77\xba\xfb\x78\xf7\xdd\x77\xa2\x85\xd7\x6f\x30\x90\x76\xb6\x86\xc5\x78\x34\xd7\x56\xd5\x70\xe5\xd4\xa8\x45\x16\x4a\xb0\xa8\x47\x00\xc2\x5a\xc7\x82\xb5\xb3\x94\x4c\x00\x92\x0d\xaa\x68\x30\x94\xc2\xf8\x46\x94\xf3\x38\xc1\x60\x91\x91\x4a\xed\x2a\x19\x34\x6b\x29\x4c\xe1\x9d\xaa\x61\x7f\x7f\x04\x60\xc4\x04\x4d\x97\x2c\xbc\xaf\xc1\x2d\x28\x1b\xd2\xb5\xde\x59\xb4\x5c\x83\x45\x5e\xba\x30\xcf\x6e\xe7\xd1\x52\xa3\xa7\x9c\xf1\x76\xc7\xf0\xca\x63\x0d\xda\x4e\x83\x18\x01\x58\xd1\x62\x0f\x9b\x9e\xc9\x0b\x99\x1c\x3d\x50\x41\xca\x8e\xc8\xa3\x4c\x45\x48\x67\x59\x68\x8b\x21\x97\x54\xa4\x2a\x5a\x61\xd5\xba\xbe\x02\xaa\x89\xb6\xd5\x44\x50\xd3\xd9\x85\xec\x1e\x3e\xe6\x5f\x80\xef\xbf\xdb\x0e\x01\x20\x64\x28\x30\x3a\xf0\xda\xe3\x54\x68\x33\xea\x43\x41\x4f\x41\x58\xc7\x0d\x06\xf0\xc1\x49\x24\x02\x4d\x60\x34\x31\x5a\x6d\x67\xe0\x2c\x70\x83\x20\xad\x2e\x08\xc3\x02\x03\x90\x93\x73\xe4\x9f\x61\x29\x34\x43\xb4\xac\x0d\x68\x06\xfc\xa0\x99\x3a\x54\x0e\xc2\xc3\xfe\x5c\x1b\x03\x3f\xfc\xf8\xb7\x9b\x10\x14\xfe\xa7\x93\x1c\x02\x07\xfb\xf0\xe7\xef\xd7\xe7\x5d\xe4\xb2\xd1\x06\x81\x43\xc4\x13\x50\xae\x73\x42\x2a\xaa\x8a\x14\x2a\x6a\x44\xc0\x2a\xb1\xb4\xa0\xa5\x66\xd9\x54\x24\x83\xf6\x4c\x95\x5b\x50\x21\xd9\x00\xb1\xe0\x48\xb0\xf7\xb2\x52\xb8\xa8\x6c\x34\xe6\x24\xd5\x6b\x07\x28\x00\x94\x8d\x83\x67\x4b\x11\x52\x3f\x35\xbc\x7a\xdc\xad\x8c\x21\xa0\x65\xb3\x82\x56\x58\x31\x4b\x6d\x5f\xbe\xb9\x59\x77\x98\x8c\x23\x82\xb2\x2c\x9f\xc1\xe1\xcb\xbd\xf1\x06\x30\x19\x44\x0f\x47\xb0\x97\x03\x87\x17\x68\x08\x37\xa2\x26\x01\xc5\x7c\xb0\xa7\xba\x7b\x54\xce\xe2\xc3\x14\x8c\x88\x56\x36\xe9\xd4\xce\x35\x8d\x56\x26\x49\xc3\x5d\xd4\x0c\xf7\x1b\x78\x5f\x4c\x8c\xf3\x9b\x24\x64\xee\x3b\xc7\xa7\xcd\x39\xe5\x03\x6e\xce\xfe\xd8\x98\xca\x97\x73\x1f\x18\x8a\xc2\xba\x22\xb9\xba\x30\x05\x45\x41\x2b\x62\x6c\x0b\xad\x4e\x83\xb0\xca\xb5\x0f\x8d\x5e\x23\x71\xd0\x92\xb3\xa8\x6c\x6c\x27\x18\xc0\x4d\xc1\x73\x13\x50\x28\x82\x2d\x20\x19\x50\x30\x12\xb0\x83\x80\x2a\x4a\x4c\x59\x03\x94\x68\x5d\xb4\x9c\xb2\xaf\x6f\x6e\x92\x04\x23\x21\x25\xbd\x36\x8e\x98\x60\xa9\xb9\x49\xf3\x5c\x81\x74\x01\x69\x48\x6b\x98\x3d\xd5\x55\x35\x89\xb3\x7f\xb4\x31\xa2\x0c\xa8\x1a\xc1\xa5\x74\x6d\x45\x8d\x5b\xde\x4e\xe2\xac\x94\x33\xfd\xab\x56\xa7\xe3\xa3\xe3\xf1\x2f\xc7\x2f\xbe\x36\xf7\xf0\xf8\xc5\xf1\x68\x50\xf4\xdb\xb7\xf0\xde\x26\xd5\xbd\x87\x62\xc6\x30\x3e\x84\x77\xef\x1e\x89\x75\xdd\x7f\x62\x37\xf3\x9a\x77\x2c\x6d\xef\xa5\x47\x7b\xbb\xb8\xc9\xc4\x40\x09\x59\xc2\xb7\xd2\xd9\xa9\x9e\xd5\xb6\x08\xb8\x10\x46\x2b\xc1\x2e\x14\x1d\x93\xa7\xcf\xbf\x19\xb5\x11\x56\x19\x7c\x40\x1c\xf7\xfa\x19\x44\xfc\x55\x42\x51\x93\xfe\x4b\xb2\x43\x28\xbb\x3e\x0b\xfd\xa2\x9d\xac\x97\x26\xd3\xd9\x8a\x19\xd6\x70\x7f\x0f\xe5\xeb\x5c\x6e\x79\x96\x3c\x54\x5e\x38\x85\xf0\x11\xee\xa2\x63\x84\x4f\x6b\xa1\x77\x1f\xdf\x87\x02\xb3\x37\x20\xb9\x18\x24\x76\xdf\x7d\x00\xa3\x5b\xcd\x83\x05\x20\x7d\xac\xe1\xf0\xe0\xa0\x1d\x3c\x2d\xb6\x2e\xac\x6a\x78\x7e\x70\x70\xde\x53\x10\xf0\x2e\x22\x3d\xca\x1b\xef\x48\x1b\x0f\x69\x84\x32\x06\xcd\xab\xd7\xce\x32\x7e\xe0\x3e\xd7\x07\xbd\xd0\x06\x67\xa8\xea\xdc\x7c\x7f\x44\xb4\xaf\xe8\x2f\xc2\x50\x77\x1b\xbc\x70\x26\xb6\x78\x9e\xe4\x4f\xfd\xad\x90\x97\xe1\x4a\x70\x53\x43\x65\xf4\xa4\x6a\x5d\xba\x02\x7b\xd9\xaf\x29\x48\x8b\x51\x6c\xbf\x48\x93\xbd\xb4\x66\xb5\x71\xe0\x36\x56\x88\xb6\xfa\x2f\x75\x5b\x78\x21\xda\xa2\xbf\x2f\xb7\x53\x17\x22\x7c\x4b\x3a\xad\x76\x54\xff\xe0\xfc\xdf\xca\x91\xe5\xe7\x8f\x5e\x0b\xbd\xd8\x8e\x49\x6f\x2e\xd6\xf7\xf8\x80\x9c\x7c\x57\x67\xbf\x0d\xb6\x0f\xda\xe5\xf1\x19\x41\x74\x91\x01\x3b\x21\x5b\xa7\xb0\xe8\xff\x61\x8c\xfa\x49\x75\xf7\x78\x86\x49\xb5\xf5\xe3\xde\x3d\xad\x9d\xb3\x7a\x32\x7b\x17\xc1\x3b\xe9\x7d\x12\xa1\xa7\xf4\x11\xcb\x4f\x66\x64\x66\x83\x9e\xe9\xcf\x1e\xbd\x83\xde\x7f\x03\x00\x00\xff\xff\x41\x1c\xe0\x81\xd0\x09\x00\x00") - -func workerEtcOriginNodePodsOvsYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodePodsOvsYaml, - "worker/etc/origin/node/pods/ovs.yaml", - ) -} - -func workerEtcOriginNodePodsOvsYaml() (*asset, error) { - bytes, err := workerEtcOriginNodePodsOvsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/pods/ovs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodePodsSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x6d\x6f\xdb\x36\x10\xfe\xee\x5f\x71\xcb\x8a\x66\x1b\x46\x29\x2d\xd0\x61\x50\xd1\x02\x59\xe2\x75\x06\x12\x27\x68\x93\x62\x40\x51\x04\x34\x75\xb6\x38\x53\xa4\x4a\x9e\x94\x78\x49\xff\xfb\x40\xea\xcd\x8e\x23\x27\xd9\x17\x5b\xbc\x97\xe7\x5e\x78\xcf\x49\xbc\x90\x9f\xd1\x3a\x69\x74\x02\xd5\xab\xd1\x52\xea\x34\x81\x73\x93\x8e\x72\x24\x9e\x72\xe2\xc9\x08\x80\x6b\x6d\x88\x93\x34\xda\xf9\x23\x80\x13\x19\xa6\xa5\x42\x1b\x71\x55\x64\x3c\x5a\x96\x33\xb4\x1a\x09\x5d\x24\x4d\x2c\xac\x24\x29\xb8\x62\x85\x49\x13\xd8\xdb\x1b\x01\x28\x3e\x43\xd5\x38\xf3\xa2\x48\xc0\xa5\x3a\x1c\x84\xc9\x0b\xa3\x51\x53\x02\x1a\xe9\xda\xd8\x65\x10\x9b\x02\xb5\xcb\xe4\x9c\x02\xde\xc3\x36\xb4\x2a\x30\x01\xa9\xe7\x96\x8f\x00\x34\xcf\xb1\x85\xf5\xcf\xae\xe0\x02\x93\x1e\x88\x79\x95\x2b\x50\xf8\x24\x84\xd1\xc4\xa5\x46\x1b\x52\x62\x3e\x8b\x9c\xeb\xb4\xce\x8f\x41\x3c\x93\x3a\x9e\x71\x97\x35\x67\x26\x9a\x87\xbb\xf0\x0f\xf0\xe3\x0f\x9b\x26\x00\x0e\x09\x18\x96\x06\x0a\x59\xe0\x9c\x4b\x35\x6a\x4d\x41\xce\x81\x6b\x43\x19\x5a\x28\xac\x11\xe8\x1c\x48\x07\x4a\x3a\x42\x2d\xf5\x02\x8c\x06\xca\x10\x84\x96\xcc\xa1\xad\xd0\x82\x33\x62\x89\xf4\x2b\x5c\x73\x49\x50\x6a\x92\x0a\x24\x01\xde\x48\x72\x0d\x2a\x59\x5e\xc0\xfe\x52\x2a\x05\x2f\x7e\xfa\xc7\xcc\x1c\xb0\xe2\xe7\xb7\xc1\x04\x0e\xf6\xe1\x62\xfc\xf1\xb4\xb1\xbc\xce\xa4\x42\x20\x5b\xe2\x5b\x48\x4d\x23\x04\x9f\x14\x8a\xcc\xc0\x3e\xa1\xa3\x7d\xb8\xf3\x31\x39\x01\x83\xcb\xe9\xe4\x6f\x76\x74\x36\x9d\x8e\x8f\x2e\x92\xb8\xe2\x36\xb6\xa5\x8e\x37\xda\x18\xf7\xa9\x46\x3e\x55\x78\x1f\xa7\x58\xc5\xba\x54\xea\xad\x2f\x45\x77\x51\xa0\x0e\xb2\x77\xcd\xad\x2f\x35\x81\xc3\xed\x46\x88\xd2\x5a\xd4\xa4\x56\xdb\x2d\x39\x9a\x4e\x36\x7a\xe1\x55\x6f\x1c\x44\x51\xb4\x07\xaf\xdf\xbf\x7c\xb5\x16\xc7\x29\xc4\x02\xde\xc0\xcb\x60\xd8\x29\x50\x39\x5c\xb3\x9a\x59\xe4\xcb\xee\x3c\x97\xcd\x63\x6a\x34\xf6\xf7\x75\xc1\x97\x08\xc6\xdf\x43\x33\x6d\x30\x2f\xb5\x08\xd3\xdf\x26\xa6\x4d\xda\xc2\xda\x1c\xd8\xc7\x39\xc4\x48\xc2\xf7\x25\xd6\x48\x51\x1a\xff\x7e\xc0\xfa\x96\x35\x30\x91\x30\x7a\xde\x78\x89\xa2\xf6\x32\x05\x05\x2f\x3f\x4d\xbf\x40\x9c\x19\x47\x1b\xb2\x36\x2b\x39\x87\x2f\x5f\x80\x35\x71\xdc\xca\x79\x2c\xb9\x88\x8d\x95\x0b\xa9\x99\xcf\x07\xbe\x7e\xbd\xd7\xfd\x30\x93\x06\xb8\x52\x78\x53\x18\xdb\x77\xc5\x99\xd2\x0a\xdc\x81\x35\xea\x1a\xd4\x3c\xe1\x0d\x8a\x9e\x4b\xe0\x88\x5b\xea\xda\xc3\x58\x8d\xf0\x2e\x00\xd6\x30\xb1\x87\x09\x3f\x8d\x32\x5a\xf1\x5c\x01\x63\x7e\x55\x0c\x99\xbb\x54\x47\xbd\x1e\x18\x53\x66\xa1\xb0\x42\xf5\xee\xc5\xed\xf1\xf8\x8f\xcb\x0f\x57\x27\x67\x1f\x4e\xc6\x9f\xc7\x27\x09\x7b\xfd\x3d\xa4\x86\xba\x6a\x59\x5b\x6f\x80\xb3\xf3\xf1\xf4\xd3\x5f\x93\x3f\x2f\xae\x8e\xa7\x9f\xae\x8e\xcf\x4e\x0f\x27\xd3\xa6\x88\x8a\xab\x12\x13\x10\xaa\x74\x84\x36\x52\x46\x70\x15\x54\x32\xe7\x0b\x4c\xe0\xf6\x16\xa2\xa3\x3a\xd9\x89\x97\xb8\x68\xea\xfb\x7a\x07\xdf\x4a\x43\x08\xdf\xeb\x88\xeb\x8b\x06\xc0\xf7\xd5\xb5\x19\x74\x6b\xe5\xdc\x58\x4a\xe0\xd5\xc1\xeb\x37\xbf\x35\xb1\xfd\xcd\x6e\x4b\x6b\xac\x0c\xb9\xa2\xec\xdf\x20\xb3\x58\x5f\x4e\x83\xe9\x05\xdf\x4a\x74\xd4\x9d\xfd\xec\x94\x1e\x25\xef\x04\x39\xe6\xc6\xae\xbc\xec\xe0\xb4\x1e\x69\x87\xa2\xb4\x92\x56\x47\x46\x13\xde\x50\xeb\x5b\x58\x59\x49\x85\x0b\x4c\x93\xb0\x11\xda\x10\xa5\x3e\x74\x97\x0e\x6d\x02\x07\x41\x54\x19\x55\xe6\x78\x6a\x4a\xdd\xd7\x96\xfb\xd3\x39\xa7\x2c\x81\xad\x7b\xdb\xac\xc6\x38\x6a\xee\xbc\x2b\x81\xa7\x67\x5a\xad\xd6\x82\x6e\xe3\xed\x9a\xc3\x35\xe0\xce\x6c\x5d\xff\x68\x80\x66\x8d\x6d\xc3\x55\xdc\xb2\x56\xf1\xa0\x4b\x9c\xce\x4a\xf7\x40\x81\x8d\x23\xf3\xea\x67\x66\x11\x96\x69\xe5\xae\x25\x89\x6c\x07\xb2\xa9\x9e\x0d\xdc\xbf\x86\x77\xe0\xf6\x46\xff\x27\xef\xfe\x5d\x3a\x9c\xf8\x96\xd9\x26\xdc\xfd\x25\xb7\x8d\x64\x0a\x62\xfe\x1d\xd3\x2a\xb7\xa7\xa5\xdb\xb4\xdb\xce\x48\x22\x38\x6b\xa4\x74\xa0\x18\x25\x67\x2d\x82\x5f\x60\xee\x29\x95\x29\x39\x6b\x61\x83\xcf\x56\x99\xde\x72\x5a\x2b\xbb\x4e\x06\xd6\x4f\x8e\xbb\x73\x61\xa5\x09\xbc\x54\xdc\xb9\x69\xbd\x48\x56\x8e\x30\x67\xf5\xa6\x6c\x3e\x9c\x46\x2d\x05\x9b\xcf\x93\x00\xe3\xd3\x6f\x79\xfc\x20\x0d\x47\x43\x1c\xdc\x09\x30\xcc\xbb\x5d\xac\x1b\x84\xf4\xad\xcd\x8d\xff\x36\x74\xf7\x41\x7a\xf1\xa0\xf7\x3a\x4f\x1f\x64\xe9\x63\x9e\x71\xc7\xc7\x61\xae\x3e\x8a\xb1\xc6\xcf\x21\xa8\x9a\x9c\x8f\x22\xdd\xe3\xda\x63\x6c\x7c\x52\x66\x9b\x73\xfa\x04\xfe\x0d\xa2\xde\xe7\xe0\x20\x03\x77\x0e\xd0\x26\x15\x87\x89\xb8\xb3\xb8\x27\x30\xf2\x79\x7c\xfc\x2f\x00\x00\xff\xff\x7b\x9a\x32\x52\xd8\x0c\x00\x00") - -func workerEtcOriginNodePodsSdnYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodePodsSdnYaml, - "worker/etc/origin/node/pods/sdn.yaml", - ) -} - -func workerEtcOriginNodePodsSdnYaml() (*asset, error) { - bytes, err := workerEtcOriginNodePodsSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/pods/sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeResolvConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xc8\x41\x0a\x42\x31\x0c\x45\xd1\xb9\xab\xc8\x0a\xb2\x09\xe7\xa5\xe0\x0a\x8a\x3e\x25\xa8\x89\xbc\x96\x3a\x08\xdd\xfb\xa7\x93\x3f\xbb\xf7\x64\x0a\x9b\xbf\x20\x7a\x0d\x1f\xcd\x1c\xbc\x81\xd3\xee\xd0\xca\xf8\x81\xc3\xd0\xb5\x60\xfc\x83\xef\xca\x78\xda\x07\x5a\xda\x17\x1d\x9c\x60\x97\xb5\x2e\x7e\xae\x64\x8a\x6e\xca\x14\xf8\x63\xd7\x11\x00\x00\xff\xff\xe6\xca\x71\x01\x61\x00\x00\x00") - -func workerEtcOriginNodeResolvConfBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeResolvConf, - "worker/etc/origin/node/resolv.conf", - ) -} - -func workerEtcOriginNodeResolvConf() (*asset, error) { - bytes, err := workerEtcOriginNodeResolvConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/resolv.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeSdnKubeconfig = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x88\x4c\xcc\xcd\xf1\x4d\x2c\x2a\xce\x48\xcc\x51\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x0b\x76\xf1\xf3\x2e\x4d\x4a\x4d\x06\xf3\x14\x6a\x14\x82\x4b\x8a\x32\xf3\xd2\x15\x6a\x6b\xb9\x00\x01\x00\x00\xff\xff\xe4\xe3\x64\x6b\x31\x00\x00\x00") - -func workerEtcOriginNodeSdnKubeconfigBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeSdnKubeconfig, - "worker/etc/origin/node/sdn.kubeconfig", - ) -} - -func workerEtcOriginNodeSdnKubeconfig() (*asset, error) { - bytes, err := workerEtcOriginNodeSdnKubeconfigBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/sdn.kubeconfig", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcOriginNodeVolumeConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xca\xb1\x0a\xc2\x40\x0c\x06\xe0\xfd\x9e\x22\x4f\x70\xd2\x35\xab\x60\x67\x11\xba\x9f\x35\xd5\xd0\x98\x3f\x5c\x2f\x3e\xbf\xd0\xfd\x6b\xa1\x8b\xf4\x43\xe1\x4c\x7b\x3e\xc5\x64\xd4\x15\xbe\xe9\xbb\x22\xc4\x8f\x8f\x6e\xa3\x2a\x2e\xbf\xa9\xec\xea\x2f\xa6\x05\x96\x5f\xb9\x9e\xa4\x18\xd6\x66\xf7\xc4\x68\x5c\x88\x42\xfa\xed\x31\x77\x64\x30\x4d\xb3\x96\x7f\x00\x00\x00\xff\xff\xc3\x01\xb7\xa5\x5c\x00\x00\x00") - -func workerEtcOriginNodeVolumeConfigYamlBytes() ([]byte, error) { - return bindataRead( - _workerEtcOriginNodeVolumeConfigYaml, - "worker/etc/origin/node/volume-config.yaml", - ) -} - -func workerEtcOriginNodeVolumeConfigYaml() (*asset, error) { - bytes, err := workerEtcOriginNodeVolumeConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/origin/node/volume-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xae\x56\x70\x4e\x2d\x2a\x71\x2c\x76\xaa\x2c\x49\x2d\x56\xd0\x73\xce\xcf\x4b\xcb\x4c\xd7\x03\x89\x65\xa6\x65\x26\x27\x96\xa4\x16\xeb\x39\x27\x82\xf9\x0a\x35\x0a\xc1\x25\x45\x99\x79\xe9\x0a\xb5\xb5\x5c\x80\x00\x00\x00\xff\xff\x76\x0b\x3f\xe4\x38\x00\x00\x00") - -func workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() ([]byte, error) { - return bindataRead( - _workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt", - ) -} - -func workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt() (*asset, error) { - bytes, err := workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerEtcSysconfigAtomicOpenshiftNode = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xcc\xc1\x0e\x82\x20\x18\x00\xe0\x3b\x4f\xe1\x13\xc0\x5c\x67\x0e\xa9\x7f\x8c\x45\xd0\x32\xbd\xba\xd4\x5f\xc7\x2a\x7e\x47\xe4\xc5\xf9\xee\x6d\xbd\xc0\xe7\xae\x77\xed\x6c\x2d\x59\x05\x45\xa3\x3a\xe3\x94\x81\x16\x8c\xdc\xb6\xac\xc2\x88\x53\xc6\x4b\x0a\x93\x9f\x79\x49\xef\x85\x02\x86\x64\x68\x36\xb8\xe2\x8b\x5b\x1a\x31\xdb\x77\xa6\x2f\x47\x05\x5d\x0b\xb7\x5a\x3b\x2b\xd7\x03\xcf\x73\x76\x6e\x0a\x28\x9d\x3d\x69\x25\x05\xa6\x41\x50\xf4\xb3\x0f\x22\xd0\x88\xa2\x27\x4a\x9f\x14\x1f\x0b\x7f\x7e\x7b\x1c\xfe\x3c\xfb\x05\x00\x00\xff\xff\x86\x4c\x17\x6e\x88\x00\x00\x00") - -func workerEtcSysconfigAtomicOpenshiftNodeBytes() ([]byte, error) { - return bindataRead( - _workerEtcSysconfigAtomicOpenshiftNode, - "worker/etc/sysconfig/atomic-openshift-node", - ) -} - -func workerEtcSysconfigAtomicOpenshiftNode() (*asset, error) { - bytes, err := workerEtcSysconfigAtomicOpenshiftNodeBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/etc/sysconfig/atomic-openshift-node", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "common/etc/azsec/azsecmon-audit.rules": commonEtcAzsecAzsecmonAuditRules, - "common/etc/default/mdsd": commonEtcDefaultMdsd, - "common/etc/fluentd/fluent.conf": commonEtcFluentdFluentConf, - "common/etc/mdsd.d/mdsd.xml": commonEtcMdsdDMdsdXml, - "common/etc/mdsd.d/secret/gcscert.pem": commonEtcMdsdDSecretGcscertPem, - "common/etc/mdsd.d/secret/gcskey.pem": commonEtcMdsdDSecretGcskeyPem, - "master/etc/aro-admission-controller/aro-admission-controller.yaml": masterEtcAroAdmissionControllerAroAdmissionControllerYaml, - "master/etc/etcd/ca.crt": masterEtcEtcdCaCrt, - "master/etc/etcd/etcd.conf": masterEtcEtcdEtcdConf, - "master/etc/etcd/peer.crt": masterEtcEtcdPeerCrt, - "master/etc/etcd/peer.key": masterEtcEtcdPeerKey, - "master/etc/etcd/server.crt": masterEtcEtcdServerCrt, - "master/etc/etcd/server.key": masterEtcEtcdServerKey, - "master/etc/origin/cloudprovider/azure.conf": masterEtcOriginCloudproviderAzureConf, - "master/etc/origin/master/admin.crt": masterEtcOriginMasterAdminCrt, - "master/etc/origin/master/admin.key": masterEtcOriginMasterAdminKey, - "master/etc/origin/master/admin.kubeconfig": masterEtcOriginMasterAdminKubeconfig, - "master/etc/origin/master/admission-webhook.kubeconfig": masterEtcOriginMasterAdmissionWebhookKubeconfig, - "master/etc/origin/master/aggregator-front-proxy.crt": masterEtcOriginMasterAggregatorFrontProxyCrt, - "master/etc/origin/master/aggregator-front-proxy.key": masterEtcOriginMasterAggregatorFrontProxyKey, - "master/etc/origin/master/ca-bundle.crt": masterEtcOriginMasterCaBundleCrt, - "master/etc/origin/master/ca.crt": masterEtcOriginMasterCaCrt, - "master/etc/origin/master/ca.key": masterEtcOriginMasterCaKey, - "master/etc/origin/master/client.secret": masterEtcOriginMasterClientSecret, - "master/etc/origin/master/front-proxy-ca.crt": masterEtcOriginMasterFrontProxyCaCrt, - "master/etc/origin/master/master-config.yaml": masterEtcOriginMasterMasterConfigYaml, - "master/etc/origin/master/master.etcd-ca.crt": masterEtcOriginMasterMasterEtcdCaCrt, - "master/etc/origin/master/master.etcd-client.crt": masterEtcOriginMasterMasterEtcdClientCrt, - "master/etc/origin/master/master.etcd-client.key": masterEtcOriginMasterMasterEtcdClientKey, - "master/etc/origin/master/master.kubelet-client.crt": masterEtcOriginMasterMasterKubeletClientCrt, - "master/etc/origin/master/master.kubelet-client.key": masterEtcOriginMasterMasterKubeletClientKey, - "master/etc/origin/master/master.proxy-client.crt": masterEtcOriginMasterMasterProxyClientCrt, - "master/etc/origin/master/master.proxy-client.key": masterEtcOriginMasterMasterProxyClientKey, - "master/etc/origin/master/master.server.crt": masterEtcOriginMasterMasterServerCrt, - "master/etc/origin/master/master.server.key": masterEtcOriginMasterMasterServerKey, - "master/etc/origin/master/named/console.crt": masterEtcOriginMasterNamedConsoleCrt, - "master/etc/origin/master/named/console.key": masterEtcOriginMasterNamedConsoleKey, - "master/etc/origin/master/openshift-master.kubeconfig": masterEtcOriginMasterOpenshiftMasterKubeconfig, - "master/etc/origin/master/scheduler.json": masterEtcOriginMasterSchedulerJson, - "master/etc/origin/master/service-signer.crt": masterEtcOriginMasterServiceSignerCrt, - "master/etc/origin/master/service-signer.key": masterEtcOriginMasterServiceSignerKey, - "master/etc/origin/master/serviceaccounts.private.key": masterEtcOriginMasterServiceaccountsPrivateKey, - "master/etc/origin/master/serviceaccounts.public.key": masterEtcOriginMasterServiceaccountsPublicKey, - "master/etc/origin/master/session-secrets.yaml": masterEtcOriginMasterSessionSecretsYaml, - "master/etc/origin/node/ca.crt": masterEtcOriginNodeCaCrt, - "master/etc/origin/node/client-ca.crt": masterEtcOriginNodeClientCaCrt, - "master/etc/origin/node/node-config.yaml": masterEtcOriginNodeNodeConfigYaml, - "master/etc/origin/node/node.kubeconfig": masterEtcOriginNodeNodeKubeconfig, - "master/etc/origin/node/pods/apiserver.yaml": masterEtcOriginNodePodsApiserverYaml, - "master/etc/origin/node/pods/aroadmissioncontroller.yaml": masterEtcOriginNodePodsAroadmissioncontrollerYaml, - "master/etc/origin/node/pods/controllers.yaml": masterEtcOriginNodePodsControllersYaml, - "master/etc/origin/node/pods/etcd.yaml": masterEtcOriginNodePodsEtcdYaml, - "master/etc/origin/node/pods/ovs.yaml": masterEtcOriginNodePodsOvsYaml, - "master/etc/origin/node/pods/sdn.yaml": masterEtcOriginNodePodsSdnYaml, - "master/etc/origin/node/resolv.conf": masterEtcOriginNodeResolvConf, - "master/etc/origin/node/sdn.kubeconfig": masterEtcOriginNodeSdnKubeconfig, - "master/etc/pki/ca-trust/source/anchors/openshift-ca.crt": masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "master/etc/sysconfig/atomic-openshift-node": masterEtcSysconfigAtomicOpenshiftNode, - "master/root/.kube/config": masterRootKubeConfig, - "worker/etc/origin/cloudprovider/azure.conf": workerEtcOriginCloudproviderAzureConf, - "worker/etc/origin/node/bootstrap.kubeconfig": workerEtcOriginNodeBootstrapKubeconfig, - "worker/etc/origin/node/ca.crt": workerEtcOriginNodeCaCrt, - "worker/etc/origin/node/node-bootstrapper.crt": workerEtcOriginNodeNodeBootstrapperCrt, - "worker/etc/origin/node/node-bootstrapper.key": workerEtcOriginNodeNodeBootstrapperKey, - "worker/etc/origin/node/node-config.yaml": workerEtcOriginNodeNodeConfigYaml, - "worker/etc/origin/node/pods/ovs.yaml": workerEtcOriginNodePodsOvsYaml, - "worker/etc/origin/node/pods/sdn.yaml": workerEtcOriginNodePodsSdnYaml, - "worker/etc/origin/node/resolv.conf": workerEtcOriginNodeResolvConf, - "worker/etc/origin/node/sdn.kubeconfig": workerEtcOriginNodeSdnKubeconfig, - "worker/etc/origin/node/volume-config.yaml": workerEtcOriginNodeVolumeConfigYaml, - "worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt": workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, - "worker/etc/sysconfig/atomic-openshift-node": workerEtcSysconfigAtomicOpenshiftNode, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "common": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "azsec": {nil, map[string]*bintree{ - "azsecmon-audit.rules": {commonEtcAzsecAzsecmonAuditRules, map[string]*bintree{}}, - }}, - "default": {nil, map[string]*bintree{ - "mdsd": {commonEtcDefaultMdsd, map[string]*bintree{}}, - }}, - "fluentd": {nil, map[string]*bintree{ - "fluent.conf": {commonEtcFluentdFluentConf, map[string]*bintree{}}, - }}, - "mdsd.d": {nil, map[string]*bintree{ - "mdsd.xml": {commonEtcMdsdDMdsdXml, map[string]*bintree{}}, - "secret": {nil, map[string]*bintree{ - "gcscert.pem": {commonEtcMdsdDSecretGcscertPem, map[string]*bintree{}}, - "gcskey.pem": {commonEtcMdsdDSecretGcskeyPem, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "master": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "aro-admission-controller": {nil, map[string]*bintree{ - "aro-admission-controller.yaml": {masterEtcAroAdmissionControllerAroAdmissionControllerYaml, map[string]*bintree{}}, - }}, - "etcd": {nil, map[string]*bintree{ - "ca.crt": {masterEtcEtcdCaCrt, map[string]*bintree{}}, - "etcd.conf": {masterEtcEtcdEtcdConf, map[string]*bintree{}}, - "peer.crt": {masterEtcEtcdPeerCrt, map[string]*bintree{}}, - "peer.key": {masterEtcEtcdPeerKey, map[string]*bintree{}}, - "server.crt": {masterEtcEtcdServerCrt, map[string]*bintree{}}, - "server.key": {masterEtcEtcdServerKey, map[string]*bintree{}}, - }}, - "origin": {nil, map[string]*bintree{ - "cloudprovider": {nil, map[string]*bintree{ - "azure.conf": {masterEtcOriginCloudproviderAzureConf, map[string]*bintree{}}, - }}, - "master": {nil, map[string]*bintree{ - "admin.crt": {masterEtcOriginMasterAdminCrt, map[string]*bintree{}}, - "admin.key": {masterEtcOriginMasterAdminKey, map[string]*bintree{}}, - "admin.kubeconfig": {masterEtcOriginMasterAdminKubeconfig, map[string]*bintree{}}, - "admission-webhook.kubeconfig": {masterEtcOriginMasterAdmissionWebhookKubeconfig, map[string]*bintree{}}, - "aggregator-front-proxy.crt": {masterEtcOriginMasterAggregatorFrontProxyCrt, map[string]*bintree{}}, - "aggregator-front-proxy.key": {masterEtcOriginMasterAggregatorFrontProxyKey, map[string]*bintree{}}, - "ca-bundle.crt": {masterEtcOriginMasterCaBundleCrt, map[string]*bintree{}}, - "ca.crt": {masterEtcOriginMasterCaCrt, map[string]*bintree{}}, - "ca.key": {masterEtcOriginMasterCaKey, map[string]*bintree{}}, - "client.secret": {masterEtcOriginMasterClientSecret, map[string]*bintree{}}, - "front-proxy-ca.crt": {masterEtcOriginMasterFrontProxyCaCrt, map[string]*bintree{}}, - "master-config.yaml": {masterEtcOriginMasterMasterConfigYaml, map[string]*bintree{}}, - "master.etcd-ca.crt": {masterEtcOriginMasterMasterEtcdCaCrt, map[string]*bintree{}}, - "master.etcd-client.crt": {masterEtcOriginMasterMasterEtcdClientCrt, map[string]*bintree{}}, - "master.etcd-client.key": {masterEtcOriginMasterMasterEtcdClientKey, map[string]*bintree{}}, - "master.kubelet-client.crt": {masterEtcOriginMasterMasterKubeletClientCrt, map[string]*bintree{}}, - "master.kubelet-client.key": {masterEtcOriginMasterMasterKubeletClientKey, map[string]*bintree{}}, - "master.proxy-client.crt": {masterEtcOriginMasterMasterProxyClientCrt, map[string]*bintree{}}, - "master.proxy-client.key": {masterEtcOriginMasterMasterProxyClientKey, map[string]*bintree{}}, - "master.server.crt": {masterEtcOriginMasterMasterServerCrt, map[string]*bintree{}}, - "master.server.key": {masterEtcOriginMasterMasterServerKey, map[string]*bintree{}}, - "named": {nil, map[string]*bintree{ - "console.crt": {masterEtcOriginMasterNamedConsoleCrt, map[string]*bintree{}}, - "console.key": {masterEtcOriginMasterNamedConsoleKey, map[string]*bintree{}}, - }}, - "openshift-master.kubeconfig": {masterEtcOriginMasterOpenshiftMasterKubeconfig, map[string]*bintree{}}, - "scheduler.json": {masterEtcOriginMasterSchedulerJson, map[string]*bintree{}}, - "service-signer.crt": {masterEtcOriginMasterServiceSignerCrt, map[string]*bintree{}}, - "service-signer.key": {masterEtcOriginMasterServiceSignerKey, map[string]*bintree{}}, - "serviceaccounts.private.key": {masterEtcOriginMasterServiceaccountsPrivateKey, map[string]*bintree{}}, - "serviceaccounts.public.key": {masterEtcOriginMasterServiceaccountsPublicKey, map[string]*bintree{}}, - "session-secrets.yaml": {masterEtcOriginMasterSessionSecretsYaml, map[string]*bintree{}}, - }}, - "node": {nil, map[string]*bintree{ - "ca.crt": {masterEtcOriginNodeCaCrt, map[string]*bintree{}}, - "client-ca.crt": {masterEtcOriginNodeClientCaCrt, map[string]*bintree{}}, - "node-config.yaml": {masterEtcOriginNodeNodeConfigYaml, map[string]*bintree{}}, - "node.kubeconfig": {masterEtcOriginNodeNodeKubeconfig, map[string]*bintree{}}, - "pods": {nil, map[string]*bintree{ - "apiserver.yaml": {masterEtcOriginNodePodsApiserverYaml, map[string]*bintree{}}, - "aroadmissioncontroller.yaml": {masterEtcOriginNodePodsAroadmissioncontrollerYaml, map[string]*bintree{}}, - "controllers.yaml": {masterEtcOriginNodePodsControllersYaml, map[string]*bintree{}}, - "etcd.yaml": {masterEtcOriginNodePodsEtcdYaml, map[string]*bintree{}}, - "ovs.yaml": {masterEtcOriginNodePodsOvsYaml, map[string]*bintree{}}, - "sdn.yaml": {masterEtcOriginNodePodsSdnYaml, map[string]*bintree{}}, - }}, - "resolv.conf": {masterEtcOriginNodeResolvConf, map[string]*bintree{}}, - "sdn.kubeconfig": {masterEtcOriginNodeSdnKubeconfig, map[string]*bintree{}}, - }}, - }}, - "pki": {nil, map[string]*bintree{ - "ca-trust": {nil, map[string]*bintree{ - "source": {nil, map[string]*bintree{ - "anchors": {nil, map[string]*bintree{ - "openshift-ca.crt": {masterEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "sysconfig": {nil, map[string]*bintree{ - "atomic-openshift-node": {masterEtcSysconfigAtomicOpenshiftNode, map[string]*bintree{}}, - }}, - }}, - "root": {nil, map[string]*bintree{ - ".kube": {nil, map[string]*bintree{ - "config": {masterRootKubeConfig, map[string]*bintree{}}, - }}, - }}, - }}, - "worker": {nil, map[string]*bintree{ - "etc": {nil, map[string]*bintree{ - "origin": {nil, map[string]*bintree{ - "cloudprovider": {nil, map[string]*bintree{ - "azure.conf": {workerEtcOriginCloudproviderAzureConf, map[string]*bintree{}}, - }}, - "node": {nil, map[string]*bintree{ - "bootstrap.kubeconfig": {workerEtcOriginNodeBootstrapKubeconfig, map[string]*bintree{}}, - "ca.crt": {workerEtcOriginNodeCaCrt, map[string]*bintree{}}, - "node-bootstrapper.crt": {workerEtcOriginNodeNodeBootstrapperCrt, map[string]*bintree{}}, - "node-bootstrapper.key": {workerEtcOriginNodeNodeBootstrapperKey, map[string]*bintree{}}, - "node-config.yaml": {workerEtcOriginNodeNodeConfigYaml, map[string]*bintree{}}, - "pods": {nil, map[string]*bintree{ - "ovs.yaml": {workerEtcOriginNodePodsOvsYaml, map[string]*bintree{}}, - "sdn.yaml": {workerEtcOriginNodePodsSdnYaml, map[string]*bintree{}}, - }}, - "resolv.conf": {workerEtcOriginNodeResolvConf, map[string]*bintree{}}, - "sdn.kubeconfig": {workerEtcOriginNodeSdnKubeconfig, map[string]*bintree{}}, - "volume-config.yaml": {workerEtcOriginNodeVolumeConfigYaml, map[string]*bintree{}}, - }}, - }}, - "pki": {nil, map[string]*bintree{ - "ca-trust": {nil, map[string]*bintree{ - "source": {nil, map[string]*bintree{ - "anchors": {nil, map[string]*bintree{ - "openshift-ca.crt": {workerEtcPkiCaTrustSourceAnchorsOpenshiftCaCrt, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "sysconfig": {nil, map[string]*bintree{ - "atomic-openshift-node": {workerEtcSysconfigAtomicOpenshiftNode, map[string]*bintree{}}, - }}, - }}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/startup/v18/codecov_dummy_test.go b/pkg/startup/v18/codecov_dummy_test.go deleted file mode 100644 index e46e3f2ea9..0000000000 --- a/pkg/startup/v18/codecov_dummy_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package startup - -import ( - "testing" -) - -// This file exists because this package has no unit tests. Codecov does not -// report packages with no unit tests as 0% coverage, incorrectly inflating our -// coverage statistics. When unit tests are added to this package, this file -// can be removed. - -func TestDummyCodeCov(t *testing.T) {} diff --git a/pkg/startup/v18/data/common/etc/azsec/azsecmon-audit.rules b/pkg/startup/v18/data/common/etc/azsec/azsecmon-audit.rules deleted file mode 100644 index 019eec6026..0000000000 --- a/pkg/startup/v18/data/common/etc/azsec/azsecmon-audit.rules +++ /dev/null @@ -1,15 +0,0 @@ -# Some file and directory watches --w /var/log/audit/ -p wxa -k audittampering --w /etc/audit/ -p wxa -k audittampering --w /etc/passwd -p wxa -k usergroup --w /etc/group -p wxa -k usergroup --w /etc/pam.d/ -p wxa -k pam --w /etc/azsec/ -p wxa -k azsec - -# Monitor certain syscalls. NB: already loaded in stock auditd rules -#-a always,exit -F arch=b32 -S execve,execveat,init_module,finit_module -#-a always,exit -F arch=b64 -S execve,execveat,init_module,finit_module - -# Monitor clock events --a always,exit -F arch=b32 -S settimeofday,adjtimex,clock_settime,clock_adjtime --a always,exit -F arch=b64 -S adjtimex,settimeofday,clock_settime,clock_adjtime diff --git a/pkg/startup/v18/data/common/etc/default/mdsd b/pkg/startup/v18/data/common/etc/default/mdsd deleted file mode 100644 index 00a8d3fc96..0000000000 --- a/pkg/startup/v18/data/common/etc/default/mdsd +++ /dev/null @@ -1,39 +0,0 @@ -# Options for mdsd -# Check 'mdsd -h' for details. - -MDSD_ROLE_PREFIX=/var/run/mdsd/default -MDSD_OPTIONS="-d -A -r ${MDSD_ROLE_PREFIX} -f 5001" - -# If this is changed, also change /etc/logrotate.d/mdsd -MDSD_LOG=/var/log - -# Load all known CAs -export SSL_CERT_FILE=/etc/pki/tls/certs/ca-bundle.crt - -# REQUIRED -# Geneva environment. Examples: Test, FirstPartyProd, DiagnosticsProd -# For the full list of environments, see: -# https://jarvis-west.dc.ad.msft.net/?page=documents§ion=1363da01-b6ed-43d4-970e-f89b011d591f&id=d18a0cdb-eb0e-485b-b1bb-cbb6069d352b -# -export MONITORING_GCS_ENVIRONMENT={{ .Config.GenevaLoggingControlPlaneEnvironment }} - -# REQUIRED -# Geneva Account name -# -export MONITORING_GCS_ACCOUNT={{ .Config.GenevaLoggingControlPlaneAccount }} - -# REQUIRED -# The region GCS should use when it determines which storage account credentials it should return to MA. e.g. "westus", "eastus". -# Generally, it's best to obtain this value on the VM hosting the agent by querying the Azure Instance Metadata Service (IMDS) for the "location" value (see above code snippet). -# -export MONITORING_GCS_REGION={{ .Config.GenevaLoggingControlPlaneRegion }} - -# REQUIRED -# Full path to public certificate file used to authenticate mdsd with GCS service. -# -export MONITORING_GCS_CERT_CERTFILE=/etc/mdsd.d/secret/gcscert.pem - -# REQUIRED -# Full path to the private key file used to authenticate mdsd with GCS service. -# -export MONITORING_GCS_CERT_KEYFILE=/etc/mdsd.d/secret/gcskey.pem diff --git a/pkg/startup/v18/data/common/etc/fluentd/fluent.conf b/pkg/startup/v18/data/common/etc/fluentd/fluent.conf deleted file mode 100644 index da0fcd0f6e..0000000000 --- a/pkg/startup/v18/data/common/etc/fluentd/fluent.conf +++ /dev/null @@ -1,41 +0,0 @@ -# For reference look at the fluentd docs here: https://docs.fluentd.org/v/0.12/ - - @type systemd - tag journald - - - @type tail - format json - path /var/log/openshift-audit/*.log - pos_file /var/log/openshift-audit.pos - refresh_interval 10 - time_key timestamp - time_format %Y-%m-%dT%H:%M:%SZ - tag k8s_audit - - - @type record_transformer - enable_ruby true - - MESSAGE ${record["MESSAGE"].nil? ? nil : record["MESSAGE"].force_encoding("UTF-8").encode("ASCII", invalid: :replace, undef: :replace)} - # data format: - # k8s_apiserver_apiserver-vqxg4_kube-service-catalog_72ce4d73-5224-11e9-98d0-000d3a196756_0 - CONTAINER ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[1] } - POD ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[2] } - NAMESPACE ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[3] } - CONTAINER_ID ${record["CONTAINER_NAME"].nil? ? nil : record["CONTAINER_NAME"].split("_")[4] } - - - - @type forward - buffer_type memory - buffer_queue_full_action block - disable_retry_limit true - # default heartbeat is UDP, which mdsd doesn't support, and TCP hogs connections and makes it noisy - heartbeat_type none - - name mdsd - host 127.0.0.1 - port 5001 - - diff --git a/pkg/startup/v18/data/common/etc/mdsd.d/mdsd.xml b/pkg/startup/v18/data/common/etc/mdsd.d/mdsd.xml deleted file mode 100644 index 0762f75f5e..0000000000 --- a/pkg/startup/v18/data/common/etc/mdsd.d/mdsd.xml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - {{ .ContainerService.Location | XMLEscape }} - {{ .ContainerService.Properties.AzProfile.SubscriptionID | XMLEscape }} - {{ .Derived.CustomerResourceGroup .ContainerService.ID | XMLEscape }} - {{ .ContainerService.Name | XMLEscape }} - {{ .Role }} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcscert.pem b/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcscert.pem deleted file mode 100644 index 750f0b6cc8..0000000000 --- a/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcscert.pem +++ /dev/null @@ -1 +0,0 @@ -{{ String (CertAsBytes .Config.Certificates.GenevaLogging.Cert) }} diff --git a/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcskey.pem b/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcskey.pem deleted file mode 100644 index 8e04201992..0000000000 --- a/pkg/startup/v18/data/common/etc/mdsd.d/secret/gcskey.pem +++ /dev/null @@ -1 +0,0 @@ -{{ String (PrivateKeyAsBytes .Config.Certificates.GenevaLogging.Key) }} diff --git a/pkg/startup/v18/data/master/etc/aro-admission-controller/aro-admission-controller.yaml b/pkg/startup/v18/data/master/etc/aro-admission-controller/aro-admission-controller.yaml deleted file mode 100644 index 197307f345..0000000000 --- a/pkg/startup/v18/data/master/etc/aro-admission-controller/aro-admission-controller.yaml +++ /dev/null @@ -1,3 +0,0 @@ -whitelist: - - "^registry-auth.twistlock.com/tw_[^/]+/twistlock/[a-z_-]+:" - - "^registry.aquasec.com/(console|enforcer|database|gateway|scanner):" diff --git a/pkg/startup/v18/data/master/etc/etcd/ca.crt b/pkg/startup/v18/data/master/etc/etcd/ca.crt deleted file mode 100644 index d48a928925..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdCa.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/etcd/etcd.conf b/pkg/startup/v18/data/master/etc/etcd/etcd.conf deleted file mode 100644 index 3a91e7f796..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/etcd.conf +++ /dev/null @@ -1,18 +0,0 @@ -ETCD_ADVERTISE_CLIENT_URLS=https://{{ .Hostname }}:2379 -ETCD_CERT_FILE=/etc/etcd/server.crt -ETCD_CLIENT_CERT_AUTH=true -ETCD_DATA_DIR=/var/lib/etcd -ETCD_ELECTION_TIMEOUT=2500 -ETCD_HEARTBEAT_INTERVAL=500 -ETCD_INITIAL_ADVERTISE_PEER_URLS=https://{{ .Hostname }}:2380 -ETCD_INITIAL_CLUSTER=master-000000=https://master-000000:2380,master-000001=https://master-000001:2380,master-000002=https://master-000002:2380 -ETCD_KEY_FILE=/etc/etcd/server.key -ETCD_LISTEN_CLIENT_URLS=https://0.0.0.0:2379 -ETCD_LISTEN_PEER_URLS=https://0.0.0.0:2380 -ETCD_NAME={{ .Hostname }} -ETCD_PEER_CERT_FILE=/etc/etcd/peer.crt -ETCD_PEER_CLIENT_CERT_AUTH=true -ETCD_PEER_KEY_FILE=/etc/etcd/peer.key -ETCD_PEER_TRUSTED_CA_FILE=/etc/etcd/ca.crt -ETCD_QUOTA_BACKEND_BYTES=4294967296 -ETCD_TRUSTED_CA_FILE=/etc/etcd/ca.crt diff --git a/pkg/startup/v18/data/master/etc/etcd/peer.crt b/pkg/startup/v18/data/master/etc/etcd/peer.crt deleted file mode 100644 index 1bba64f3f3..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/peer.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdPeer.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/etcd/peer.key b/pkg/startup/v18/data/master/etc/etcd/peer.key deleted file mode 100644 index 975dbf5d7d..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/peer.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdPeer.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/etcd/server.crt b/pkg/startup/v18/data/master/etc/etcd/server.crt deleted file mode 100644 index 3e1d3cc550..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/server.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdServer.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/etcd/server.key b/pkg/startup/v18/data/master/etc/etcd/server.key deleted file mode 100644 index 7222879800..0000000000 --- a/pkg/startup/v18/data/master/etc/etcd/server.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdServer.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/cloudprovider/azure.conf b/pkg/startup/v18/data/master/etc/origin/cloudprovider/azure.conf deleted file mode 100644 index 3b87a7d850..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/cloudprovider/azure.conf +++ /dev/null @@ -1 +0,0 @@ -{{ .Derived.MasterCloudProviderConf .ContainerService | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/admin.crt b/pkg/startup/v18/data/master/etc/origin/master/admin.crt deleted file mode 100644 index ba7eaba906..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/admin.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Admin.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/admin.key b/pkg/startup/v18/data/master/etc/origin/master/admin.key deleted file mode 100644 index 6e60707bae..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/admin.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.Admin.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/admin.kubeconfig b/pkg/startup/v18/data/master/etc/origin/master/admin.kubeconfig deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/admin.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/admission-webhook.kubeconfig b/pkg/startup/v18/data/master/etc/origin/master/admission-webhook.kubeconfig deleted file mode 100644 index 303f6c9c0e..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/admission-webhook.kubeconfig +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -users: -- name: aro-admission-controller.kube-system.svc - user: - client-certificate-data: {{ CertAsBytes .Config.Certificates.AroAdmissionControllerClient.Cert | Base64Encode | quote }} - client-key-data: {{ PrivateKeyAsBytes .Config.Certificates.AroAdmissionControllerClient.Key | Base64Encode | quote }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.crt b/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.crt deleted file mode 100644 index 5ae782189f..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.AggregatorFrontProxy.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.key b/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.key deleted file mode 100644 index 19e98440c5..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/aggregator-front-proxy.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.AggregatorFrontProxy.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/ca-bundle.crt b/pkg/startup/v18/data/master/etc/origin/master/ca-bundle.crt deleted file mode 100644 index 1365e519d5..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/ca-bundle.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertChainAsBytes (.Derived.CaBundle .ContainerService) | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/ca.crt b/pkg/startup/v18/data/master/etc/origin/master/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/ca.key b/pkg/startup/v18/data/master/etc/origin/master/ca.key deleted file mode 100644 index cfca6c0a59..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/ca.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.Ca.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/client.secret b/pkg/startup/v18/data/master/etc/origin/master/client.secret deleted file mode 100644 index b3487c85e1..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/client.secret +++ /dev/null @@ -1 +0,0 @@ -{{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.Secret }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/front-proxy-ca.crt b/pkg/startup/v18/data/master/etc/origin/master/front-proxy-ca.crt deleted file mode 100644 index b9b0046820..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/front-proxy-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.FrontProxyCa.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master-config.yaml b/pkg/startup/v18/data/master/etc/origin/master/master-config.yaml deleted file mode 100644 index 02dcde4232..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master-config.yaml +++ /dev/null @@ -1,206 +0,0 @@ -admissionConfig: - pluginConfig: - DenyEscalatingExec: - configuration: - kind: DefaultAdmissionConfig - apiVersion: v1 - disable: true - ValidatingAdmissionWebhook: - configuration: - apiVersion: apiserver.config.k8s.io/v1alpha1 - kubeConfigFile: /etc/origin/master/admission-webhook.kubeconfig - kind: WebhookAdmission - BuildDefaults: - configuration: - apiVersion: v1 - env: [] - kind: BuildDefaultsConfig - resources: - limits: {} - requests: {} - BuildOverrides: - configuration: - apiVersion: v1 - kind: BuildOverridesConfig - openshift.io/ImagePolicy: - configuration: - apiVersion: v1 - executionRules: - - matchImageAnnotations: - - key: images.openshift.io/deny-execution - value: 'true' - name: execution-denied - onResources: - - resource: pods - - resource: builds - reject: true - skipOnResolutionFailure: true - kind: ImagePolicyConfig -auditConfig: - enabled: true - auditFilePath: /var/log/openshift-audit/openshift-audit.log - maximumRetainedFiles: 10 -aggregatorConfig: - proxyClientInfo: - certFile: aggregator-front-proxy.crt - keyFile: aggregator-front-proxy.key -apiLevels: -- v1 -apiVersion: v1 -authConfig: - requestHeader: - clientCA: front-proxy-ca.crt - clientCommonNames: - - aggregator-front-proxy - extraHeaderPrefixes: - - X-Remote-Extra- - groupHeaders: - - X-Remote-Group - usernameHeaders: - - X-Remote-User -controllerConfig: - election: - lockName: openshift-master-controllers - serviceServingCert: - signer: - certFile: service-signer.crt - keyFile: service-signer.key -controllers: "*" -corsAllowedOrigins: -dnsConfig: - bindAddress: 0.0.0.0:8053 - bindNetwork: tcp4 -etcdClientInfo: - ca: master.etcd-ca.crt - certFile: master.etcd-client.crt - keyFile: master.etcd-client.key - urls: - - https://{{ .Hostname }}:2379 -etcdStorageConfig: - kubernetesStoragePrefix: kubernetes.io - kubernetesStorageVersion: v1 - openShiftStoragePrefix: openshift.io - openShiftStorageVersion: v1 -imageConfig: - format: {{ .Config.Images.Format }} -imagePolicyConfig: - internalRegistryHostname: docker-registry.default.svc:5000 -kind: MasterConfig -kubeletClientInfo: - ca: ca.crt - certFile: master.kubelet-client.crt - keyFile: master.kubelet-client.key - port: 10250 -kubernetesMasterConfig: - apiServerArguments: - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - storage-backend: - - etcd3 - storage-media-type: - - application/vnd.kubernetes.protobuf - controllerArguments: - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - cluster-signing-cert-file: - - /etc/origin/master/ca.crt - cluster-signing-key-file: - - /etc/origin/master/ca.key - masterIP: 127.0.0.1 - proxyClientInfo: - certFile: master.proxy-client.crt - keyFile: master.proxy-client.key - schedulerConfigFile: /etc/origin/master/scheduler.json - servicesNodePortRange: '' - servicesSubnet: 172.30.0.0/16 -masterClients: - openshiftLoopbackClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 600 - contentType: application/vnd.kubernetes.protobuf - qps: 300 - openshiftLoopbackKubeConfig: openshift-master.kubeconfig -masterPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname | quote }} -networkConfig: - clusterNetworks: - - cidr: 10.128.0.0/14 - hostSubnetLength: 9 - externalIPNetworkCIDRs: - - 0.0.0.0/0 - networkPluginName: redhat/openshift-ovs-networkpolicy - serviceNetworkCIDR: 172.30.0.0/16 -oauthConfig: - assetPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname "/console/" | quote }} - grantConfig: - method: auto - identityProviders: - - login: true - mappingMethod: claim - name: {{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Name | quote }} - provider: - apiVersion: v1 - claims: - email: - - email - id: - - sub - name: - - name - preferredUsername: - - unique_name - clientID: {{ (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.ClientID | quote }} - clientSecret: - file: client.secret - kind: OpenIDIdentityProvider - urls: - authorize: {{ print "https://login.microsoftonline.com/" (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.TenantID "/oauth2/authorize" | quote }} - token: {{ print "https://login.microsoftonline.com/" (index .ContainerService.Properties.AuthProfile.IdentityProviders 0).Provider.TenantID "/oauth2/token" | quote }} - masterCA: ca.crt - masterPublicURL: {{ print "https://" .ContainerService.Properties.PublicHostname | quote }} - masterURL: {{ print "https://" .ContainerService.Properties.FQDN | quote }} - sessionConfig: - sessionMaxAgeSeconds: 3600 - sessionName: ssn - sessionSecretsFile: /etc/origin/master/session-secrets.yaml - tokenConfig: - accessTokenMaxAgeSeconds: 86400 - authorizeTokenMaxAgeSeconds: 500 -projectConfig: - defaultNodeSelector: node-role.kubernetes.io/compute=true - projectRequestTemplate: "openshift/project-request" - securityAllocator: - mcsAllocatorRange: s0:/2 - mcsLabelsPerProject: 5 - uidAllocatorRange: 1000000000-1999999999/10000 -routingConfig: - subdomain: {{ (index .ContainerService.Properties.RouterProfiles 0).PublicSubdomain | quote }} -serviceAccountConfig: - managedNames: - - default - - builder - - deployer - masterCA: ca-bundle.crt - privateKeyFile: serviceaccounts.private.key - publicKeyFiles: - - serviceaccounts.public.key -servingInfo: - bindAddress: 0.0.0.0:443 - bindNetwork: tcp4 - certFile: master.server.crt - clientCA: ca.crt - keyFile: master.server.key - maxRequestsInFlight: 500 - requestTimeoutSeconds: 3600 -{{- if not .ContainerService.Properties.PrivateAPIServer }} - namedCertificates: - - certFile: /etc/origin/master/named/console.crt - keyFile: /etc/origin/master/named/console.key - names: - - {{ .ContainerService.Properties.PublicHostname | quote }} -{{- end }} -volumeConfig: - dynamicProvisioningEnabled: true diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-ca.crt b/pkg/startup/v18/data/master/etc/origin/master/master.etcd-ca.crt deleted file mode 100644 index d48a928925..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdCa.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.crt b/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.crt deleted file mode 100644 index dea586d506..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.EtcdClient.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.key b/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.key deleted file mode 100644 index 23aba8a907..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.etcd-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.EtcdClient.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.crt b/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.crt deleted file mode 100644 index 9ba319e491..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterKubeletClient.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.key b/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.key deleted file mode 100644 index 3fff728a12..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.kubelet-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterKubeletClient.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.crt b/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.crt deleted file mode 100644 index 1be27c0e64..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterProxyClient.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.key b/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.key deleted file mode 100644 index 9cfb48e8cc..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.proxy-client.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterProxyClient.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.server.crt b/pkg/startup/v18/data/master/etc/origin/master/master.server.crt deleted file mode 100644 index 0aacaa6f70..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.server.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.MasterServer.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/master.server.key b/pkg/startup/v18/data/master/etc/origin/master/master.server.key deleted file mode 100644 index 30b6d0f5e3..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/master.server.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.MasterServer.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/named/console.crt b/pkg/startup/v18/data/master/etc/origin/master/named/console.crt deleted file mode 100644 index 191c4d48e7..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/named/console.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertChainAsBytes .Config.Certificates.OpenShiftConsole.Certs | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/named/console.key b/pkg/startup/v18/data/master/etc/origin/master/named/console.key deleted file mode 100644 index ec9003d461..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/named/console.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.OpenShiftConsole.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/openshift-master.kubeconfig b/pkg/startup/v18/data/master/etc/origin/master/openshift-master.kubeconfig deleted file mode 100644 index b00991001b..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/openshift-master.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.MasterKubeconfig | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/scheduler.json b/pkg/startup/v18/data/master/etc/origin/master/scheduler.json deleted file mode 100644 index 0e0bbc25c6..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/scheduler.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "apiVersion": "v1", - "kind": "Policy", - "predicates": [ - { - "name": "NoVolumeZoneConflict" - }, - { - "name": "MaxEBSVolumeCount" - }, - { - "name": "MaxGCEPDVolumeCount" - }, - { - "name": "MaxAzureDiskVolumeCount" - }, - { - "name": "MatchInterPodAffinity" - }, - { - "name": "NoDiskConflict" - }, - { - "name": "GeneralPredicates" - }, - { - "name": "PodToleratesNodeTaints" - }, - { - "name": "CheckNodeMemoryPressure" - }, - { - "name": "CheckNodeDiskPressure" - }, - { - "name": "CheckVolumeBinding" - }, - { - "argument": { - "serviceAffinity": { - "labels": [ - "region" - ] - } - }, - "name": "Region" - } - ], - "priorities": [ - { - "name": "SelectorSpreadPriority", - "weight": 1 - }, - { - "name": "InterPodAffinityPriority", - "weight": 1 - }, - { - "name": "LeastRequestedPriority", - "weight": 1 - }, - { - "name": "BalancedResourceAllocation", - "weight": 1 - }, - { - "name": "NodePreferAvoidPodsPriority", - "weight": 10000 - }, - { - "name": "NodeAffinityPriority", - "weight": 1 - }, - { - "name": "TaintTolerationPriority", - "weight": 1 - }, - { - "argument": { - "serviceAntiAffinity": { - "label": "zone" - } - }, - "name": "Zone", - "weight": 2 - } - ] - } diff --git a/pkg/startup/v18/data/master/etc/origin/master/service-signer.crt b/pkg/startup/v18/data/master/etc/origin/master/service-signer.crt deleted file mode 100644 index 6132c417f1..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/service-signer.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.ServiceSigningCa.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/service-signer.key b/pkg/startup/v18/data/master/etc/origin/master/service-signer.key deleted file mode 100644 index ad78553d3d..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/service-signer.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.ServiceSigningCa.Key | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.private.key b/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.private.key deleted file mode 100644 index ddabfbdf82..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.private.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.ServiceAccountKey | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.public.key b/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.public.key deleted file mode 100644 index ce6649cce7..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/serviceaccounts.public.key +++ /dev/null @@ -1 +0,0 @@ -{{ PublicKeyAsBytes .Config.ServiceAccountKey.PublicKey | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/master/session-secrets.yaml b/pkg/startup/v18/data/master/etc/origin/master/session-secrets.yaml deleted file mode 100644 index 868b77caab..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/master/session-secrets.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: SessionSecrets -secrets: -- authentication: {{ .Config.SessionSecretAuth | Base64Encode | quote }} - encryption: {{ .Config.SessionSecretEnc | Base64Encode | quote }} diff --git a/pkg/startup/v18/data/master/etc/origin/node/ca.crt b/pkg/startup/v18/data/master/etc/origin/node/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/node/client-ca.crt b/pkg/startup/v18/data/master/etc/origin/node/client-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/client-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/node/node-config.yaml b/pkg/startup/v18/data/master/etc/origin/node/node-config.yaml deleted file mode 100644 index 2625089ffd..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/node-config.yaml +++ /dev/null @@ -1,76 +0,0 @@ -apiVersion: v1 -authConfig: - authenticationCacheSize: 1000 - authenticationCacheTTL: 5m - authorizationCacheSize: 1000 - authorizationCacheTTL: 5m -dnsBindAddress: 127.0.0.1:53 -dnsDomain: cluster.local -dnsIP: 0.0.0.0 -dnsRecursiveResolvConf: /etc/origin/node/resolv.conf -dockerConfig: - dockerShimRootDirectory: /var/lib/dockershim - dockerShimSocket: /var/run/dockershim.sock - execHandlerName: native -enableUnidling: true -imageConfig: - format: {{ .Config.Images.Format | quote }} - latest: false -iptablesSyncPeriod: 30s -kind: NodeConfig -kubeletArguments: - bootstrap-kubeconfig: - - /etc/origin/node/bootstrap.kubeconfig - cert-dir: - - /etc/origin/node/certificates - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - enable-controller-attach-detach: - - "true" - feature-gates: - - RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true - max-pods: - - "50" - image-gc-low-threshold: - - "60" - maximum-dead-containers: - - "250" - maximum-dead-containers-per-container: - - "2" - minimum-container-ttl-duration: - - "5m" - node-labels: - - node-role.kubernetes.io/{{ .Role }}=true - - openshift-infra=apiserver - pod-manifest-path: - - /etc/origin/node/pods - rotate-certificates: - - "true" - runtime-request-timeout: - - 10m - serialize-image-pulls: - - "false" - system-reserved: - - {{ .Derived.SystemReserved .ContainerService .Role | quote }} -masterClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 40 - contentType: application/vnd.kubernetes.protobuf - qps: 20 -masterKubeConfig: node.kubeconfig -networkConfig: - mtu: 1450 - networkPluginName: redhat/openshift-ovs-networkpolicy -proxyArguments: - cluster-cidr: - - 10.128.0.0/14 -servingInfo: - bindAddress: 0.0.0.0:10250 - bindNetwork: tcp4 - clientCA: ca.crt -volumeConfig: - localQuota: - perFSGroup: null -volumeDirectory: /var/lib/origin/openshift.local.volumes diff --git a/pkg/startup/v18/data/master/etc/origin/node/node.kubeconfig b/pkg/startup/v18/data/master/etc/origin/node/node.kubeconfig deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/node.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/apiserver.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/apiserver.yaml deleted file mode 100644 index 9589385306..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/apiserver.yaml +++ /dev/null @@ -1,70 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - openshift.io/component: api - openshift.io/control-plane: 'true' - name: master-api - namespace: kube-system -spec: - containers: - - args: - - start - - master - - api - - --config=/etc/origin/master/master-config.yaml - - {{ print "--loglevel=" (Deref .Config.ComponentLogLevel.APIServer) | quote }} - command: - - openshift - image: {{ .Config.Images.ControlPlane | quote }} - imagePullPolicy: Always - livenessProbe: - httpGet: - path: healthz - port: 443 - scheme: HTTPS - initialDelaySeconds: 45 - timeoutSeconds: 10 - name: api - readinessProbe: - httpGet: - path: healthz/ready - port: 443 - scheme: HTTPS - initialDelaySeconds: 10 - timeoutSeconds: 10 - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/origin/master - name: master-config - readOnly: true - - mountPath: /etc/origin/cloudprovider - name: master-cloud-provider - readOnly: true - - mountPath: /var/lib/origin/ - name: master-data - - mountPath: /etc/pki - name: master-pki - - mountPath: /var/log - name: master-log - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/master - name: master-config - - hostPath: - path: /etc/origin/cloudprovider - name: master-cloud-provider - - hostPath: - path: /var/lib/origin - name: master-data - - hostPath: - path: /etc/pki - name: master-pki - - hostPath: - path: /var/log - name: master-log diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml deleted file mode 100644 index 95a74bd2e5..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/aroadmissioncontroller.yaml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - openshift.io/component: aro-admission-controller - openshift.io/control-plane: "true" - name: aro-admission-controller - namespace: kube-system -spec: - containers: - - args: - - admissioncontroller - command: - - azure - env: - - name: masterNodeName - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: spec.nodeName - image: {{ .Config.Images.AroAdmissionController | quote }} - imagePullPolicy: Always - name: aro-admission-controller - readinessProbe: - httpGet: - path: healthz/ready - port: 8443 - scheme: HTTPS - initialDelaySeconds: 10 - timeoutSeconds: 10 - securityContext: - privileged: true - volumeMounts: - - mountPath: /_data/_out - name: azureconfig - readOnly: true - - mountPath: /_data/aro-admission-controller - name: etc-aac - readOnly: true - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/cloudprovider - name: azureconfig - - hostPath: - path: /etc/aro-admission-controller - name: etc-aac diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/controllers.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/controllers.yaml deleted file mode 100644 index 9b6fa2c6de..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/controllers.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: controllers - namespace: kube-system - labels: - openshift.io/component: controllers - openshift.io/control-plane: "true" -spec: - containers: - - args: - - start - - master - - controllers - - --config=/etc/origin/master/master-config.yaml - - --listen=https://0.0.0.0:8444 - - {{ print "--loglevel=" (Deref .Config.ComponentLogLevel.ControllerManager) | quote }} - command: - - openshift - env: - - name: KUBE_MAX_PD_VOLS - value: {{ .Derived.MaxDataDisksPerVM .ContainerService | quote }} - image: {{ .Config.Images.ControlPlane | quote }} - imagePullPolicy: Always - livenessProbe: - httpGet: - path: healthz - port: 8444 - scheme: HTTPS - name: controllers - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/origin/master/ - name: master-config - - mountPath: /etc/origin/cloudprovider/ - name: master-cloud-provider - - mountPath: /etc/containers/registries.d/ - name: signature-import - - mountPath: /usr/libexec/kubernetes/kubelet-plugins - mountPropagation: HostToContainer - name: kubelet-plugins - hostNetwork: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/master/ - name: master-config - - hostPath: - path: /etc/origin/cloudprovider - name: master-cloud-provider - - hostPath: - path: /etc/containers/registries.d - name: signature-import - - hostPath: - path: /usr/libexec/kubernetes/kubelet-plugins - name: kubelet-plugins diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/etcd.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/etcd.yaml deleted file mode 100644 index dbe8bc7c0a..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/etcd.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - openshift.io/component: etcd - openshift.io/control-plane: 'true' - name: master-etcd - namespace: kube-system -spec: - containers: - - args: - - | - set -a - . /etc/etcd/etcd.conf - exec etcd - command: - - /bin/sh - - -c - env: - - name: ETCDCTL_API - value: "3" - image: {{ .Config.Images.MasterEtcd | quote }} - imagePullPolicy: Always - livenessProbe: - exec: - command: - - etcdctl - - --cacert - - /etc/etcd/ca.crt - - --cert - - /etc/etcd/peer.crt - - --key - - /etc/etcd/peer.key - - --endpoints - - https://{{ .Hostname }}:2379 - - endpoint - - health - initialDelaySeconds: 45 - name: etcd - securityContext: - privileged: true - volumeMounts: - - mountPath: /etc/etcd - name: etcd-config - readOnly: true - - mountPath: /var/lib/etcd - name: etcd-data - workingDir: /var/lib/etcd - hostNetwork: true - dnsPolicy: "None" - dnsConfig: - nameservers: - - 168.63.129.16 - searches: - - {{ .DomainName }} - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/etcd - name: etcd-config - - hostPath: - path: /var/lib/etcd - name: etcd-data diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/ovs.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/ovs.yaml deleted file mode 100644 index 918fc24440..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/ovs.yaml +++ /dev/null @@ -1,91 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - app: ovs - component: network - openshift.io/component: network - type: infra - name: ovs - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if /usr/share/openvswitch/scripts/ovs-ctl status &>/dev/null; then - echo "warning: Another process is currently managing OVS, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # launch OVS - function quit { - /usr/share/openvswitch/scripts/ovs-ctl stop - exit 0 - } - trap quit SIGTERM - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovs-vswitchd --system-id=random - - # Restrict the number of pthreads ovs-vswitchd creates to reduce the - # amount of RSS it uses on hosts with many cores - # https://bugzilla.redhat.com/show_bug.cgi?id=1571379 - # https://bugzilla.redhat.com/show_bug.cgi?id=1572797 - if [[ `nproc` -gt 12 ]]; then - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-revalidator-threads=4 - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-handler-threads=10 - fi - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovsdb-server --system-id=random - while true; do sleep 5; done - image: {{ .Config.Images.Node | quote }} - name: openvswitch - resources: - limits: - cpu: 200m - memory: 400Mi - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /lib/modules - name: host-modules - readOnly: true - - mountPath: /run/openvswitch - name: host-run-ovs - - mountPath: /var/run/openvswitch - name: host-run-ovs - - mountPath: /sys - name: host-sys - readOnly: true - - mountPath: /etc/openvswitch - name: host-config-openvswitch - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /run/openvswitch - name: host-run-ovs - - hostPath: - path: /sys - name: host-sys - - hostPath: - path: /etc/origin/openvswitch - name: host-config-openvswitch diff --git a/pkg/startup/v18/data/master/etc/origin/node/pods/sdn.yaml b/pkg/startup/v18/data/master/etc/origin/node/pods/sdn.yaml deleted file mode 100644 index bee1da9dfb..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/pods/sdn.yaml +++ /dev/null @@ -1,121 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - app: sdn - component: network - openshift.io/component: network - type: infra - name: sdn - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if echo 'test' | socat - UNIX-CONNECT:/var/run/openshift-sdn/cni-server.sock >/dev/null; then - echo "warning: Another process is currently listening on the CNI socket, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # Take over network functions on the node - rm -Rf /etc/cni/net.d/80-openshift-network.conf - cp -Rf /opt/cni/bin/* /host/opt/cni/bin/ - - if [[ -f /etc/sysconfig/origin-node ]]; then - set -o allexport - source /etc/sysconfig/origin-node - fi - - exec openshift start network --config=/etc/origin/node/node-config.yaml --kubeconfig=/etc/origin/node/sdn.kubeconfig --loglevel=${DEBUG_LOGLEVEL:-2} - env: - - name: OPENSHIFT_DNS_DOMAIN - value: cluster.local - image: {{ .Config.Images.Node | quote }} - name: sdn - ports: - - containerPort: 10256 - hostPort: 10256 - name: healthz - resources: - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /etc/origin/node/ - name: host-config - readOnly: true - - mountPath: /etc/sysconfig/origin-node - name: host-sysconfig-node - readOnly: true - - mountPath: /var/run - name: host-var-run - - mountPath: /var/run/dbus/ - name: host-var-run-dbus - readOnly: true - - mountPath: /var/run/openvswitch/ - name: host-var-run-ovs - readOnly: true - - mountPath: /var/run/kubernetes/ - name: host-var-run-kubernetes - readOnly: true - - mountPath: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - mountPath: /host/opt/cni/bin - name: host-opt-cni-bin - - mountPath: /etc/cni/net.d - name: host-etc-cni-netd - - mountPath: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/node - name: host-config - - hostPath: - path: /etc/sysconfig/origin-node - name: host-sysconfig-node - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /var/run - name: host-var-run - - hostPath: - path: /var/run/dbus - name: host-var-run-dbus - - hostPath: - path: /var/run/openvswitch - name: host-var-run-ovs - - hostPath: - path: /var/run/kubernetes - name: host-var-run-kubernetes - - hostPath: - path: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - hostPath: - path: /opt/cni/bin - name: host-opt-cni-bin - - hostPath: - path: /etc/cni/net.d - name: host-etc-cni-netd - - hostPath: - path: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn diff --git a/pkg/startup/v18/data/master/etc/origin/node/resolv.conf b/pkg/startup/v18/data/master/etc/origin/node/resolv.conf deleted file mode 100644 index aeb1d13996..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -{{ range .ContainerService.Properties.NetworkProfile.Nameservers }} -nameserver {{ . }} -{{ end }} diff --git a/pkg/startup/v18/data/master/etc/origin/node/sdn.kubeconfig b/pkg/startup/v18/data/master/etc/origin/node/sdn.kubeconfig deleted file mode 100644 index 6473d68a2c..0000000000 --- a/pkg/startup/v18/data/master/etc/origin/node/sdn.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.SDNKubeconfig | String }} diff --git a/pkg/startup/v18/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt b/pkg/startup/v18/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/master/etc/pki/ca-trust/source/anchors/openshift-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/master/etc/sysconfig/atomic-openshift-node b/pkg/startup/v18/data/master/etc/sysconfig/atomic-openshift-node deleted file mode 100644 index 17fea3251e..0000000000 --- a/pkg/startup/v18/data/master/etc/sysconfig/atomic-openshift-node +++ /dev/null @@ -1,4 +0,0 @@ -OPTIONS= -DEBUG_LOGLEVEL={{ Deref .Config.ComponentLogLevel.Node }} -IMAGE_VERSION=v3.11 -KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig diff --git a/pkg/startup/v18/data/master/root/.kube/config b/pkg/startup/v18/data/master/root/.kube/config deleted file mode 100644 index 46712e236d..0000000000 --- a/pkg/startup/v18/data/master/root/.kube/config +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.AdminKubeconfig | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/cloudprovider/azure.conf b/pkg/startup/v18/data/worker/etc/origin/cloudprovider/azure.conf deleted file mode 100644 index c61f0ee5cf..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/cloudprovider/azure.conf +++ /dev/null @@ -1 +0,0 @@ -{{ .Derived.WorkerCloudProviderConf .ContainerService | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/bootstrap.kubeconfig b/pkg/startup/v18/data/worker/etc/origin/node/bootstrap.kubeconfig deleted file mode 100644 index 46c6a3a0f5..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/bootstrap.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.NodeBootstrapKubeconfig | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/ca.crt b/pkg/startup/v18/data/worker/etc/origin/node/ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.crt b/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.crt deleted file mode 100644 index ecb52ad27c..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.NodeBootstrap.Cert | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.key b/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.key deleted file mode 100644 index 70dcc6ad3c..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/node-bootstrapper.key +++ /dev/null @@ -1 +0,0 @@ -{{ PrivateKeyAsBytes .Config.Certificates.NodeBootstrap.Key | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/node-config.yaml b/pkg/startup/v18/data/worker/etc/origin/node/node-config.yaml deleted file mode 100644 index 39813a6975..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/node-config.yaml +++ /dev/null @@ -1,79 +0,0 @@ -apiVersion: v1 -authConfig: - authenticationCacheSize: 1000 - authenticationCacheTTL: 5m - authorizationCacheSize: 1000 - authorizationCacheTTL: 5m -dnsBindAddress: 127.0.0.1:53 -dnsDomain: cluster.local -dnsIP: 0.0.0.0 -dnsRecursiveResolvConf: /etc/origin/node/resolv.conf -dockerConfig: - dockerShimRootDirectory: /var/lib/dockershim - dockerShimSocket: /var/run/dockershim.sock - execHandlerName: native -enableUnidling: true -imageConfig: - format: {{ .Config.Images.Format | quote }} - latest: false -iptablesSyncPeriod: 30s -kind: NodeConfig -kubeletArguments: - bootstrap-kubeconfig: - - /etc/origin/node/bootstrap.kubeconfig - cert-dir: - - /etc/origin/node/certificates - cloud-config: - - /etc/origin/cloudprovider/azure.conf - cloud-provider: - - azure - enable-controller-attach-detach: - - "true" - feature-gates: - - RotateKubeletClientCertificate=true,RotateKubeletServerCertificate=true - max-pods: - - "50" - image-gc-low-threshold: - - "60" - maximum-dead-containers: - - "250" - maximum-dead-containers-per-container: - - "2" - minimum-container-ttl-duration: - - "5m" - node-labels: - - {{ print "node-role.kubernetes.io/" .Role "=true" | quote }} - pod-manifest-path: - - /etc/origin/node/pods - read-only-port: - - "10255" - rotate-certificates: - - "true" - runtime-request-timeout: - - 10m - kube-reserved: - - {{ .Derived.KubeReserved .ContainerService .Role | quote }} - serialize-image-pulls: - - "false" - system-reserved: - - {{ .Derived.SystemReserved .ContainerService .Role | quote }} -masterClientConnectionOverrides: - acceptContentTypes: application/vnd.kubernetes.protobuf,application/json - burst: 40 - contentType: application/vnd.kubernetes.protobuf - qps: 20 -masterKubeConfig: node.kubeconfig -networkConfig: - mtu: 1450 - networkPluginName: redhat/openshift-ovs-networkpolicy -proxyArguments: - cluster-cidr: - - 10.128.0.0/14 -servingInfo: - bindAddress: 0.0.0.0:10250 - bindNetwork: tcp4 - clientCA: ca.crt -volumeConfig: - localQuota: - perFSGroup: 1Gi -volumeDirectory: /var/lib/origin/openshift.local.volumes diff --git a/pkg/startup/v18/data/worker/etc/origin/node/pods/ovs.yaml b/pkg/startup/v18/data/worker/etc/origin/node/pods/ovs.yaml deleted file mode 100644 index 918fc24440..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/pods/ovs.yaml +++ /dev/null @@ -1,91 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: '' - labels: - app: ovs - component: network - openshift.io/component: network - type: infra - name: ovs - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if /usr/share/openvswitch/scripts/ovs-ctl status &>/dev/null; then - echo "warning: Another process is currently managing OVS, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # launch OVS - function quit { - /usr/share/openvswitch/scripts/ovs-ctl stop - exit 0 - } - trap quit SIGTERM - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovs-vswitchd --system-id=random - - # Restrict the number of pthreads ovs-vswitchd creates to reduce the - # amount of RSS it uses on hosts with many cores - # https://bugzilla.redhat.com/show_bug.cgi?id=1571379 - # https://bugzilla.redhat.com/show_bug.cgi?id=1572797 - if [[ `nproc` -gt 12 ]]; then - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-revalidator-threads=4 - ovs-vsctl --no-wait set Open_vSwitch . other_config:n-handler-threads=10 - fi - /usr/share/openvswitch/scripts/ovs-ctl start --no-ovsdb-server --system-id=random - while true; do sleep 5; done - image: {{ .Config.Images.Node | quote }} - name: openvswitch - resources: - limits: - cpu: 200m - memory: 400Mi - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /lib/modules - name: host-modules - readOnly: true - - mountPath: /run/openvswitch - name: host-run-ovs - - mountPath: /var/run/openvswitch - name: host-run-ovs - - mountPath: /sys - name: host-sys - readOnly: true - - mountPath: /etc/openvswitch - name: host-config-openvswitch - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /run/openvswitch - name: host-run-ovs - - hostPath: - path: /sys - name: host-sys - - hostPath: - path: /etc/origin/openvswitch - name: host-config-openvswitch diff --git a/pkg/startup/v18/data/worker/etc/origin/node/pods/sdn.yaml b/pkg/startup/v18/data/worker/etc/origin/node/pods/sdn.yaml deleted file mode 100644 index bee1da9dfb..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/pods/sdn.yaml +++ /dev/null @@ -1,121 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - annotations: - scheduler.alpha.kubernetes.io/critical-pod: "" - labels: - app: sdn - component: network - openshift.io/component: network - type: infra - name: sdn - namespace: openshift-sdn -spec: - containers: - - command: - - /bin/bash - - -c - - | - #!/bin/bash - set -euo pipefail - - # if another process is listening on the cni-server socket, wait until it exits - trap 'kill $(jobs -p); exit 0' TERM - while true; do - if echo 'test' | socat - UNIX-CONNECT:/var/run/openshift-sdn/cni-server.sock >/dev/null; then - echo "warning: Another process is currently listening on the CNI socket, waiting 5s ..." 2>&1 - sleep 5 & wait - else - break - fi - done - - # Take over network functions on the node - rm -Rf /etc/cni/net.d/80-openshift-network.conf - cp -Rf /opt/cni/bin/* /host/opt/cni/bin/ - - if [[ -f /etc/sysconfig/origin-node ]]; then - set -o allexport - source /etc/sysconfig/origin-node - fi - - exec openshift start network --config=/etc/origin/node/node-config.yaml --kubeconfig=/etc/origin/node/sdn.kubeconfig --loglevel=${DEBUG_LOGLEVEL:-2} - env: - - name: OPENSHIFT_DNS_DOMAIN - value: cluster.local - image: {{ .Config.Images.Node | quote }} - name: sdn - ports: - - containerPort: 10256 - hostPort: 10256 - name: healthz - resources: - requests: - cpu: 10m - memory: 100Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /etc/origin/node/ - name: host-config - readOnly: true - - mountPath: /etc/sysconfig/origin-node - name: host-sysconfig-node - readOnly: true - - mountPath: /var/run - name: host-var-run - - mountPath: /var/run/dbus/ - name: host-var-run-dbus - readOnly: true - - mountPath: /var/run/openvswitch/ - name: host-var-run-ovs - readOnly: true - - mountPath: /var/run/kubernetes/ - name: host-var-run-kubernetes - readOnly: true - - mountPath: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - mountPath: /host/opt/cni/bin - name: host-opt-cni-bin - - mountPath: /etc/cni/net.d - name: host-etc-cni-netd - - mountPath: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn - hostNetwork: true - hostPID: true - priorityClassName: system-node-critical - volumes: - - hostPath: - path: /etc/origin/node - name: host-config - - hostPath: - path: /etc/sysconfig/origin-node - name: host-sysconfig-node - - hostPath: - path: /lib/modules - name: host-modules - - hostPath: - path: /var/run - name: host-var-run - - hostPath: - path: /var/run/dbus - name: host-var-run-dbus - - hostPath: - path: /var/run/openvswitch - name: host-var-run-ovs - - hostPath: - path: /var/run/kubernetes - name: host-var-run-kubernetes - - hostPath: - path: /var/run/openshift-sdn - name: host-var-run-openshift-sdn - - hostPath: - path: /opt/cni/bin - name: host-opt-cni-bin - - hostPath: - path: /etc/cni/net.d - name: host-etc-cni-netd - - hostPath: - path: /var/lib/cni/networks/openshift-sdn - name: host-var-lib-cni-networks-openshift-sdn diff --git a/pkg/startup/v18/data/worker/etc/origin/node/resolv.conf b/pkg/startup/v18/data/worker/etc/origin/node/resolv.conf deleted file mode 100644 index aeb1d13996..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/resolv.conf +++ /dev/null @@ -1,3 +0,0 @@ -{{ range .ContainerService.Properties.NetworkProfile.Nameservers }} -nameserver {{ . }} -{{ end }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/sdn.kubeconfig b/pkg/startup/v18/data/worker/etc/origin/node/sdn.kubeconfig deleted file mode 100644 index 6473d68a2c..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/sdn.kubeconfig +++ /dev/null @@ -1 +0,0 @@ -{{ YamlMarshal .Config.SDNKubeconfig | String }} diff --git a/pkg/startup/v18/data/worker/etc/origin/node/volume-config.yaml b/pkg/startup/v18/data/worker/etc/origin/node/volume-config.yaml deleted file mode 100644 index 70beb2f6c0..0000000000 --- a/pkg/startup/v18/data/worker/etc/origin/node/volume-config.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kubelet.config.openshift.io/v1 -kind: VolumeConfig -localQuota: - perFSGroup: 1Gi diff --git a/pkg/startup/v18/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt b/pkg/startup/v18/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt deleted file mode 100644 index b3dddb7daa..0000000000 --- a/pkg/startup/v18/data/worker/etc/pki/ca-trust/source/anchors/openshift-ca.crt +++ /dev/null @@ -1 +0,0 @@ -{{ CertAsBytes .Config.Certificates.Ca.Cert | String }} diff --git a/pkg/startup/v18/data/worker/etc/sysconfig/atomic-openshift-node b/pkg/startup/v18/data/worker/etc/sysconfig/atomic-openshift-node deleted file mode 100644 index 17fea3251e..0000000000 --- a/pkg/startup/v18/data/worker/etc/sysconfig/atomic-openshift-node +++ /dev/null @@ -1,4 +0,0 @@ -OPTIONS= -DEBUG_LOGLEVEL={{ Deref .Config.ComponentLogLevel.Node }} -IMAGE_VERSION=v3.11 -KUBECONFIG=/etc/origin/node/bootstrap.kubeconfig diff --git a/pkg/startup/v18/derive.go b/pkg/startup/v18/derive.go deleted file mode 100644 index d866201e22..0000000000 --- a/pkg/startup/v18/derive.go +++ /dev/null @@ -1,143 +0,0 @@ -package startup - -import ( - "crypto/x509" - "fmt" - - "github.com/Azure/go-autorest/autorest/azure" - - "github.com/openshift/openshift-azure/pkg/api" - derivedpkg "github.com/openshift/openshift-azure/pkg/util/derived" - "github.com/openshift/openshift-azure/pkg/util/tls" -) - -type derivedType struct{} - -var derived = &derivedType{} - -func isSmallVM(vmSize api.VMSize) bool { - // TODO: we should only be allowing StandardD2sV3 for test - return vmSize == api.StandardD2sV3 -} - -func (derivedType) SystemReserved(cs *api.OpenShiftManagedCluster, role api.AgentPoolProfileRole) (string, error) { - for _, app := range cs.Properties.AgentPoolProfiles { - if app.Role != role { - continue - } - - if isSmallVM(app.VMSize) { - if role == api.AgentPoolProfileRoleMaster { - return "cpu=500m,memory=1Gi", nil - } - - return "cpu=200m,memory=512Mi", nil - } - - if role == api.AgentPoolProfileRoleMaster { - return "cpu=1000m,memory=1Gi", nil - } - - return "cpu=500m,memory=512Mi", nil - } - - return "", fmt.Errorf("role %s not found", role) -} - -func (derivedType) KubeReserved(cs *api.OpenShiftManagedCluster, role api.AgentPoolProfileRole) (string, error) { - if role == api.AgentPoolProfileRoleMaster { - return "", fmt.Errorf("kubereserved not defined for role %s", role) - } - - for _, app := range cs.Properties.AgentPoolProfiles { - if app.Role != role { - continue - } - - if isSmallVM(app.VMSize) { - return "cpu=200m,memory=512Mi", nil - } - return "cpu=500m,memory=512Mi", nil - } - - return "", fmt.Errorf("role %s not found", role) -} - -func (derivedType) MasterCloudProviderConf(cs *api.OpenShiftManagedCluster) ([]byte, error) { - return derivedpkg.MasterCloudProviderConf(cs) -} - -func (derivedType) WorkerCloudProviderConf(cs *api.OpenShiftManagedCluster) ([]byte, error) { - return derivedpkg.WorkerCloudProviderConf(cs) -} - -func (derivedType) CustomerResourceGroup(ID string) (string, error) { - res, err := azure.ParseResourceID(ID) - return res.ResourceGroup, err -} - -// MaxDataDisksPerVM is a stopgap until k8s 1.12. It requires that a cluster -// has only one compute AgentPoolProfile and that no infra VM will require more -// mounted disks than the maximum number allowed by the compute agent pool. -// https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes -func (derivedType) MaxDataDisksPerVM(cs *api.OpenShiftManagedCluster) (string, error) { - var app *api.AgentPoolProfile - for i := range cs.Properties.AgentPoolProfiles { - if cs.Properties.AgentPoolProfiles[i].Role != api.AgentPoolProfileRoleCompute { - continue - } - - if app != nil { - return "", fmt.Errorf("found multiple compute agentPoolProfiles") - } - - app = &cs.Properties.AgentPoolProfiles[i] - } - - if app == nil { - return "", fmt.Errorf("couldn't find compute agentPoolProfile") - } - - switch app.VMSize { - // General purpose VMs - case api.StandardD2sV3: - return "4", nil - case api.StandardD4sV3: - return "8", nil - case api.StandardD8sV3: - return "16", nil - case api.StandardD16sV3, api.StandardD32sV3: - return "32", nil - - // Memory optimized VMs - case api.StandardE4sV3: - return "8", nil - case api.StandardE8sV3: - return "16", nil - case api.StandardE16sV3, api.StandardE32sV3: - return "32", nil - - // Compute optimized VMs - case api.StandardF8sV2: - return "16", nil - case api.StandardF16sV2, api.StandardF32sV2: - return "32", nil - } - - return "", fmt.Errorf("unknown VMSize %q", app.VMSize) -} - -// CaBundle created ca-bundle which includes -// CA and any external certificates we trust -func (derivedType) CaBundle(cs *api.OpenShiftManagedCluster) ([]*x509.Certificate, error) { - caBundle := []*x509.Certificate{cs.Config.Certificates.Ca.Cert} - - // we take only root certificate from the chain (last) - certs := cs.Config.Certificates.OpenShiftConsole.Certs - caBundle = append(caBundle, certs[len(certs)-1]) - - certs = cs.Config.Certificates.Router.Certs - caBundle = append(caBundle, certs[len(certs)-1]) - - return tls.UniqueCert(caBundle), nil -} diff --git a/pkg/startup/v18/derive_test.go b/pkg/startup/v18/derive_test.go deleted file mode 100644 index a10dc07881..0000000000 --- a/pkg/startup/v18/derive_test.go +++ /dev/null @@ -1,132 +0,0 @@ -package startup - -import ( - "crypto/x509" - "reflect" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/test/util/tls" -) - -func TestDerivedKubeAndSystemReserved(t *testing.T) { - tests := []struct { - cs api.OpenShiftManagedCluster - role api.AgentPoolProfileRole - wantKR string - wantKRErr string - wantSR string - wantSRErr string - }{ - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleCompute, - VMSize: api.StandardD4sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleCompute, - wantKR: "cpu=500m,memory=512Mi", - wantSR: "cpu=500m,memory=512Mi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleInfra, - VMSize: api.StandardD2sV3, - }, - }, - }}, - role: api.AgentPoolProfileRoleInfra, - wantKR: "cpu=200m,memory=512Mi", - wantSR: "cpu=200m,memory=512Mi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - VMSize: api.StandardD2sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleMaster, - wantKRErr: "kubereserved not defined for role master", - wantSR: "cpu=500m,memory=1Gi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{ - AgentPoolProfiles: []api.AgentPoolProfile{ - { - Role: api.AgentPoolProfileRoleMaster, - VMSize: api.StandardD4sV3, - }, - }, - }, - }, - role: api.AgentPoolProfileRoleMaster, - wantKRErr: "kubereserved not defined for role master", - wantSR: "cpu=1000m,memory=1Gi", - }, - { - cs: api.OpenShiftManagedCluster{ - Properties: api.Properties{}, - }, - role: "anewrole", - wantKRErr: "role anewrole not found", - wantSRErr: "role anewrole not found", - }, - } - for _, tt := range tests { - got, err := derived.KubeReserved(&tt.cs, tt.role) - if got != tt.wantKR || (err == nil && tt.wantKRErr != "") || (err != nil && err.Error() != tt.wantKRErr) { - t.Errorf("derived.KubeReserved(%s) = %v, %v: wanted %v, %v", tt.role, got, err, tt.wantKR, tt.wantKRErr) - } - - got, err = derived.SystemReserved(&tt.cs, tt.role) - if got != tt.wantSR || (err == nil && tt.wantSRErr != "") || (err != nil && err.Error() != tt.wantSRErr) { - t.Errorf("derived.SystemReserved(%s) = %v, %v: wanted %v, %v", tt.role, got, err, tt.wantSR, tt.wantSRErr) - } - } -} - -func TestCaBundle(t *testing.T) { - expected := []*x509.Certificate{ - tls.DummyCertificate, - } - cs := api.OpenShiftManagedCluster{ - Config: api.Config{ - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{ - Cert: tls.DummyCertificate, - Key: tls.DummyPrivateKey, - }, - OpenShiftConsole: api.CertKeyPairChain{ - Certs: []*x509.Certificate{ - tls.DummyCertificate, tls.DummyCertificate, - }, - }, - Router: api.CertKeyPairChain{ - Certs: []*x509.Certificate{tls.DummyCertificate}, - }, - }, - }, - } - bundle, err := derived.CaBundle(&cs) - if err != nil { - t.Errorf("derived.CaBundle() error %v", err) - } - if !reflect.DeepEqual(expected, bundle) { - t.Errorf("derived.CaBundle() = ca-bundle lenght \"%v\", want \"%v\"", len(bundle), len(expected)) - } - -} diff --git a/pkg/startup/v18/startup.go b/pkg/startup/v18/startup.go deleted file mode 100644 index 3a3f5d3bf2..0000000000 --- a/pkg/startup/v18/startup.go +++ /dev/null @@ -1,307 +0,0 @@ -package startup - -//go:generate go get github.com/go-bindata/go-bindata/go-bindata -//go:generate go-bindata -nometadata -pkg $GOPACKAGE -prefix data data/... -//go:generate gofmt -s -l -w bindata.go - -import ( - "bytes" - "context" - "crypto/sha256" - "fmt" - "io/ioutil" - "net" - "os" - "path" - "sort" - "strings" - "time" - - "github.com/Azure/go-autorest/autorest/to" - "github.com/sirupsen/logrus" - - "github.com/openshift/openshift-azure/pkg/api" - "github.com/openshift/openshift-azure/pkg/arm/constants" - "github.com/openshift/openshift-azure/pkg/cluster/names" - "github.com/openshift/openshift-azure/pkg/util/azureclient" - "github.com/openshift/openshift-azure/pkg/util/azureclient/keyvault" - "github.com/openshift/openshift-azure/pkg/util/azureclient/network" - "github.com/openshift/openshift-azure/pkg/util/enrich" - "github.com/openshift/openshift-azure/pkg/util/template" - "github.com/openshift/openshift-azure/pkg/util/writers" -) - -type startup struct { - log *logrus.Entry - cs *api.OpenShiftManagedCluster - testConfig api.TestConfig -} - -// New returns a new startup entrypoint -func New(log *logrus.Entry, cs *api.OpenShiftManagedCluster, testConfig api.TestConfig) *startup { - return &startup{log: log, cs: cs, testConfig: testConfig} -} - -func (s *startup) GetWorkerCs() *api.OpenShiftManagedCluster { - workerCS := &api.OpenShiftManagedCluster{ - ID: s.cs.ID, - Name: s.cs.Name, - Properties: api.Properties{ - PrivateAPIServer: s.cs.Properties.PrivateAPIServer, - NetworkProfile: api.NetworkProfile{ - Nameservers: s.cs.Properties.NetworkProfile.Nameservers, - }, - WorkerServicePrincipalProfile: api.ServicePrincipalProfile{ - ClientID: s.cs.Properties.WorkerServicePrincipalProfile.ClientID, - Secret: s.cs.Properties.WorkerServicePrincipalProfile.Secret, - }, - AzProfile: api.AzProfile{ - TenantID: s.cs.Properties.AzProfile.TenantID, - SubscriptionID: s.cs.Properties.AzProfile.SubscriptionID, - ResourceGroup: s.cs.Properties.AzProfile.ResourceGroup, - }, - }, - Location: s.cs.Location, - Config: api.Config{ - PluginVersion: s.cs.Config.PluginVersion, - ComponentLogLevel: api.ComponentLogLevel{ - Node: s.cs.Config.ComponentLogLevel.Node, - }, - Certificates: api.CertificateConfig{ - Ca: api.CertKeyPair{ - Cert: s.cs.Config.Certificates.Ca.Cert, - }, - GenevaLogging: s.cs.Config.Certificates.GenevaLogging, - NodeBootstrap: s.cs.Config.Certificates.NodeBootstrap, - }, - Images: api.ImageConfig{ - Format: s.cs.Config.Images.Format, - Node: s.cs.Config.Images.Node, - }, - NodeBootstrapKubeconfig: s.cs.Config.NodeBootstrapKubeconfig, - SDNKubeconfig: s.cs.Config.SDNKubeconfig, - GenevaLoggingAccount: s.cs.Config.GenevaLoggingAccount, - GenevaLoggingNamespace: s.cs.Config.GenevaLoggingNamespace, - GenevaLoggingControlPlaneEnvironment: s.cs.Config.GenevaLoggingControlPlaneEnvironment, - GenevaLoggingControlPlaneAccount: s.cs.Config.GenevaLoggingControlPlaneAccount, - GenevaLoggingControlPlaneRegion: s.cs.Config.GenevaLoggingControlPlaneRegion, - }, - } - for _, app := range s.cs.Properties.AgentPoolProfiles { - workerCS.Properties.AgentPoolProfiles = append(workerCS.Properties.AgentPoolProfiles, api.AgentPoolProfile{ - Role: app.Role, - VMSize: app.VMSize, - }) - } - return workerCS -} - -func (s *startup) WriteFiles(ctx context.Context) error { - hostname, err := os.Hostname() - if err != nil { - return err - } - - cname, err := net.LookupCNAME(hostname) - if err != nil { - return err - } - - domainname := strings.SplitN(strings.TrimSuffix(cname, "."), ".", 2)[1] - - role := names.GetAgentRole(hostname) - - spp := &s.cs.Properties.WorkerServicePrincipalProfile - if role == api.AgentPoolProfileRoleMaster { - spp = &s.cs.Properties.MasterServicePrincipalProfile - - s.log.Info("creating clients") - vaultauthorizer, err := azureclient.NewAuthorizer(spp.ClientID, spp.Secret, s.cs.Properties.AzProfile.TenantID, azureclient.KeyVaultEndpoint) - if err != nil { - return err - } - - kvc := keyvault.NewKeyVaultClient(ctx, s.log, vaultauthorizer) - - s.log.Info("enriching config") - err = enrich.CertificatesFromVault(ctx, kvc, s.cs) - if err != nil { - return err - } - } - - return s.writeFiles(role, writers.NewFilesystemWriter(), hostname, domainname) -} - -func (s *startup) Hash(role api.AgentPoolProfileRole) ([]byte, error) { - hash := sha256.New() - - err := s.writeFiles(role, writers.NewTarWriter(hash), "", "") - if err != nil { - return nil, err - } - - if s.testConfig.DebugHashFunctions { - buf := &bytes.Buffer{} - err = s.writeFiles(role, writers.NewTarWriter(buf), "", "") - if err != nil { - return nil, err - } - err = ioutil.WriteFile(fmt.Sprintf("startup-%s-%d.tar", role, time.Now().UnixNano()), buf.Bytes(), 0666) - if err != nil { - return nil, err - } - } - - return hash.Sum(nil), nil -} - -func (s *startup) realFilePathAndContents(assetPath string, role api.AgentPoolProfileRole) (string, string, error) { - prefix := strings.Split(assetPath, "/")[0] - if prefix != "common" { - switch role { - case api.AgentPoolProfileRoleMaster: - if prefix != "master" { - return "", "", nil // skip - } - default: - if prefix != "worker" { - return "", "", nil // skip - } - } - } - b, err := Asset(assetPath) - if err != nil { - return "", "", err - } - return strings.TrimPrefix(assetPath, prefix), string(b), nil -} - -func (s *startup) filePermissions(filepath string) os.FileMode { - var perm os.FileMode - switch { - case strings.HasSuffix(filepath, ".key"), - strings.HasSuffix(filepath, ".kubeconfig"), - filepath == "/etc/origin/cloudprovider/azure.conf", - filepath == "/etc/origin/master/client.secret", - filepath == "/etc/origin/master/session-secrets.yaml", - filepath == "/var/lib/origin/.docker/config.json", - filepath == "/root/.kube/config": - perm = 0600 - default: - perm = 0644 - } - return perm -} - -func (s *startup) writeFiles(role api.AgentPoolProfileRole, w writers.Writer, hostname, domainname string) error { - assetNames := AssetNames() - sort.Strings(assetNames) - var filesToWrite = map[string]string{} - var fileKeys = []string{} - - // load all files into a map, common/ will be first (as it is sorted) and later - // role-specific files will overwrite the common ones - for _, assetPath := range assetNames { - filepath, fileContent, err := s.realFilePathAndContents(assetPath, role) - if err != nil { - return err - } - if filepath != "" { - filesToWrite[filepath] = fileContent - fileKeys = append(fileKeys, filepath) - } - } - - // write the final map file to disk using fileKeys slice to guarantee order - for _, filepath := range fileKeys { - var tmpl = filesToWrite[filepath] - b, err := template.Template(filepath, tmpl, - map[string]interface{}{ - "Deref": func(pi *int) int { return *pi }, - }, struct { - ContainerService *api.OpenShiftManagedCluster - Config *api.Config - Derived *derivedType - Role api.AgentPoolProfileRole - Hostname string - DomainName string - }{ - ContainerService: s.cs, - Config: &s.cs.Config, - Derived: derived, - Role: role, - Hostname: hostname, - DomainName: domainname, - }) - if err != nil { - return err - } - - perm := s.filePermissions(filepath) - filepath = "/host" + filepath - - parentDir := path.Dir(filepath) - err = w.MkdirAll(parentDir, 0755) - if err != nil { - return err - } - - err = w.WriteFile(filepath, b, perm) - if err != nil { - return err - } - } - - return w.Close() -} - -// WriteSearchDomain queries for the search domain and writes to -// /etc/dhcp/dhclient-eth0.conf. This is for private api clusters only -func (s *startup) WriteSearchDomain(ctx context.Context, log *logrus.Entry) error { - spp := &s.cs.Properties.WorkerServicePrincipalProfile - - s.log.Info("creating clients") - authorizer, err := azureclient.NewAuthorizer(spp.ClientID, spp.Secret, s.cs.Properties.AzProfile.TenantID, "") - if err != nil { - return err - } - - ncli := network.NewInterfacesClient(ctx, log, s.cs.Properties.AzProfile.SubscriptionID, authorizer) - var dnsString string - nic, err := ncli.GetVirtualMachineScaleSetNetworkInterface(ctx, s.cs.Properties.AzProfile.ResourceGroup, names.MasterScalesetName, "0", "nic", "") - if err != nil { - return err - } - dnsString = to.String(nic.DNSSettings.InternalDomainNameSuffix) - - s.log.Infof("writing custom dns %s", dnsString) - - domainSettings := []string{ - "interface \"eth0\" {\n", - fmt.Sprintf(" supersede domain-name \"%s\";\n", dnsString), - fmt.Sprintf(" supersede domain-search \"%s\";\n", dnsString), - "}\n", - } - - err = writeContentsToFile("/host/etc/dhcp/dhclient-eth0.conf", domainSettings) - if err != nil { - return err - } - - err = writeContentsToFile("/host/etc/dnsmasq.conf", []string{fmt.Sprintf("server=/%s/%s\n", dnsString, constants.AzureNameserver)}) - return err -} - -func writeContentsToFile(filename string, contents []string) error { - fd, err := os.OpenFile(filename, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0600) - if err != nil { - return err - } - for _, c := range contents { - fd.WriteString(c) - } - defer fd.Close() - - return nil -} diff --git a/pkg/startup/v18/startup_test.go b/pkg/startup/v18/startup_test.go deleted file mode 100644 index f4a700d45b..0000000000 --- a/pkg/startup/v18/startup_test.go +++ /dev/null @@ -1,112 +0,0 @@ -package startup - -import ( - "os" - "testing" - - "github.com/openshift/openshift-azure/pkg/api" -) - -func TestFilePermissions(t *testing.T) { - tests := []struct { - filepath string - want os.FileMode - }{ - { - filepath: "foo.key", - want: os.FileMode(0600), - }, - { - filepath: "foo.kubeconfig", - want: os.FileMode(0600), - }, - { - filepath: "/etc/origin/cloudprovider/azure.conf", - want: os.FileMode(0600), - }, - { - filepath: "/etc/origin/master/session-secrets.yaml", - want: os.FileMode(0600), - }, - { - filepath: "foo.config", - want: os.FileMode(0644), - }, - { - filepath: "/etc/default/mdsd", - want: os.FileMode(0644), - }, - { - filepath: "/etc/etcd/ca.crt", - want: os.FileMode(0644), - }, - { - filepath: "/etc/etcd/peer.key", - want: os.FileMode(0600), - }, - } - for _, tt := range tests { - t.Run(tt.filepath, func(t *testing.T) { - s := &startup{} - if got := s.filePermissions(tt.filepath); got != tt.want { - t.Errorf("startup.filePermissions() = %v, want %v", got, tt.want) - } - }) - } -} - -func TestRealFilePathAndContents(t *testing.T) { - tests := []struct { - assetPath string - role api.AgentPoolProfileRole - want string - wantErr bool - }{ - { - assetPath: "common/etc/default/mdsd", - role: api.AgentPoolProfileRoleMaster, - want: "/etc/default/mdsd", - }, - { - assetPath: "master/etc/etcd/peer.crt", - role: api.AgentPoolProfileRoleMaster, - want: "/etc/etcd/peer.crt", - }, - { - assetPath: "common/etc/default/mdsd", - role: api.AgentPoolProfileRoleCompute, - want: "/etc/default/mdsd", - }, - { - assetPath: "master/etc/etcd/peer.crt", - role: api.AgentPoolProfileRoleCompute, - want: "", - }, - { - assetPath: "worker/etc/origin/node/node-config.yaml", - role: api.AgentPoolProfileRoleCompute, - want: "/etc/origin/node/node-config.yaml", - }, - { - assetPath: "worker/etc/origin/node/node-config.yaml", - role: api.AgentPoolProfileRoleMaster, - want: "", - }, - } - for _, tt := range tests { - t.Run(tt.assetPath, func(t *testing.T) { - s := &startup{} - got, gotContent, err := s.realFilePathAndContents(tt.assetPath, tt.role) - if (err != nil) != tt.wantErr { - t.Errorf("startup.realFilePathAndContents() error = %v, wantErr %v", err, tt.wantErr) - return - } - if got != tt.want { - t.Errorf("startup.realFilePathAndContents() got = %v, want %v", got, tt.want) - } - if len(gotContent) <= 0 && tt.want != "" { - t.Errorf("startup.realFilePathAndContents() gotConentLen = %v", len(gotContent)) - } - }) - } -} diff --git a/pkg/sync/v14/bindata.go b/pkg/sync/v14/bindata.go deleted file mode 100644 index 1f52d66d72..0000000000 --- a/pkg/sync/v14/bindata.go +++ /dev/null @@ -1,17190 +0,0 @@ -// Code generated by go-bindata. (@generated) DO NOT EDIT. - -//Package sync generated by go-bindata.// sources: -// data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml -// data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml -// data/ClusterRole.rbac.authorization.k8s.io/admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml -// data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml -// data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml -// data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml -// data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml -// data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml -// data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml -// data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml -// data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml -// data/ClusterRole.rbac.authorization.k8s.io/edit.yaml -// data/ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml -// data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml -// data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml -// data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml -// data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml -// data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml -// data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml -// data/ClusterRole.rbac.authorization.k8s.io/view.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml -// data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml -// data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml -// data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml -// data/ConfigMap/kube-service-catalog/cluster-info.yaml -// data/ConfigMap/kube-system/extension-apiserver-authentication.yaml -// data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml -// data/ConfigMap/openshift-azure-branding/branding.yaml -// data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml -// data/ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml -// data/ConfigMap/openshift-azure-logging/log-analytics-cluster-agent-config.yaml -// data/ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml -// data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml -// data/ConfigMap/openshift-console/console-config.yaml -// data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml -// data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml -// data/ConfigMap/openshift-web-console/webconsole-config.yaml -// data/CronJob.batch/openshift-etcd/etcd-backup.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml -// data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml -// data/DaemonSet.apps/default/docker-registry.yaml -// data/DaemonSet.apps/default/router.yaml -// data/DaemonSet.apps/kube-service-catalog/apiserver.yaml -// data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml -// data/DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml -// data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml -// data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml -// data/Deployment.apps/default/registry-console.yaml -// data/Deployment.apps/openshift-ansible-service-broker/asb.yaml -// data/Deployment.apps/openshift-azure-branding/branding.yaml -// data/Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml -// data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml -// data/Deployment.apps/openshift-console/console.yaml -// data/Deployment.apps/openshift-infra/customer-admin-controller.yaml -// data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml -// data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml -// data/Deployment.apps/openshift-monitoring/metrics-server.yaml -// data/Deployment.apps/openshift-web-console/webconsole.yaml -// data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml -// data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml -// data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml -// data/ImageStream.image.openshift.io/openshift/dotnet.yaml -// data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml -// data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml -// data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/golang.yaml -// data/ImageStream.image.openshift.io/openshift/httpd.yaml -// data/ImageStream.image.openshift.io/openshift/java.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/jenkins.yaml -// data/ImageStream.image.openshift.io/openshift/mariadb.yaml -// data/ImageStream.image.openshift.io/openshift/modern-webapp.yaml -// data/ImageStream.image.openshift.io/openshift/mongodb.yaml -// data/ImageStream.image.openshift.io/openshift/mysql.yaml -// data/ImageStream.image.openshift.io/openshift/nginx.yaml -// data/ImageStream.image.openshift.io/openshift/nodejs.yaml -// data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml -// data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/perl.yaml -// data/ImageStream.image.openshift.io/openshift/php.yaml -// data/ImageStream.image.openshift.io/openshift/postgresql.yaml -// data/ImageStream.image.openshift.io/openshift/python.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml -// data/ImageStream.image.openshift.io/openshift/redis.yaml -// data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml -// data/ImageStream.image.openshift.io/openshift/ruby.yaml -// data/Namespace/default.yaml -// data/Namespace/kube-public.yaml -// data/Namespace/kube-service-catalog.yaml -// data/Namespace/kube-system.yaml -// data/Namespace/openshift-ansible-service-broker.yaml -// data/Namespace/openshift-azure-branding.yaml -// data/Namespace/openshift-azure-logging.yaml -// data/Namespace/openshift-azure-monitoring.yaml -// data/Namespace/openshift-azure.yaml -// data/Namespace/openshift-console.yaml -// data/Namespace/openshift-etcd.yaml -// data/Namespace/openshift-infra.yaml -// data/Namespace/openshift-logging.yaml -// data/Namespace/openshift-monitoring.yaml -// data/Namespace/openshift-sdn.yaml -// data/Namespace/openshift-template-service-broker.yaml -// data/Namespace/openshift-web-console.yaml -// data/Namespace/openshift.yaml -// data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml -// data/OAuthClient.oauth.openshift.io/openshift-console.yaml -// data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml -// data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml -// data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml -// data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml -// data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml -// data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml -// data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml -// data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml -// data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml -// data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml -// data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml -// data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml -// data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml -// data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml -// data/Route.route.openshift.io/default/docker-registry.yaml -// data/Route.route.openshift.io/default/registry-console.yaml -// data/Route.route.openshift.io/openshift-azure-branding/branding.yaml -// data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml -// data/Route.route.openshift.io/openshift-console/console.yaml -// data/Secret/default/docker-registry-http.yaml -// data/Secret/default/registry-certificates.yaml -// data/Secret/default/registry-config.yaml -// data/Secret/default/registry-console.yaml -// data/Secret/default/router-certs.yaml -// data/Secret/default/router-stats.yaml -// data/Secret/kube-service-catalog/apiserver-ssl.yaml -// data/Secret/openshift/redhat-registry.yaml -// data/Secret/openshift-ansible-service-broker/asb-client.yaml -// data/Secret/openshift-azure-logging/log-analytics.yaml -// data/Secret/openshift-azure-monitoring/azure-registry.yaml -// data/Secret/openshift-azure-monitoring/etcd-metrics.yaml -// data/Secret/openshift-azure-monitoring/mdm-cert.yaml -// data/Secret/openshift-console/apiserver-cert.yaml -// data/Secret/openshift-console/console-oauth-config.yaml -// data/Secret/openshift-infra/aad-group-sync-config.yaml -// data/Secret/openshift-monitoring/etcd-metrics.yaml -// data/Secret/openshift-monitoring/metrics-server-certs.yaml -// data/Secret/openshift-monitoring/router-stats.yaml -// data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml -// data/SecurityContextConstraints.security.openshift.io/anyuid.yaml -// data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml -// data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml -// data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml -// data/SecurityContextConstraints.security.openshift.io/nonroot.yaml -// data/SecurityContextConstraints.security.openshift.io/privileged.yaml -// data/SecurityContextConstraints.security.openshift.io/restricted.yaml -// data/Service/default/docker-registry.yaml -// data/Service/default/registry-console.yaml -// data/Service/default/router-stats.yaml -// data/Service/default/router.yaml -// data/Service/kube-service-catalog/apiserver.yaml -// data/Service/kube-service-catalog/controller-manager.yaml -// data/Service/kube-system/aro-admission-controller.yaml -// data/Service/openshift-ansible-service-broker/asb.yaml -// data/Service/openshift-azure-branding/branding.yaml -// data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml -// data/Service/openshift-azure-monitoring/canary.yaml -// data/Service/openshift-azure-monitoring/etcd-metrics.yaml -// data/Service/openshift-azure-monitoring/metrics-bridge.yaml -// data/Service/openshift-console/console.yaml -// data/Service/openshift-infra/azure-controllers.yaml -// data/Service/openshift-monitoring/metrics-server.yaml -// data/Service/openshift-template-service-broker/apiserver.yaml -// data/Service/openshift-web-console/webconsole.yaml -// data/ServiceAccount/default/default.yaml -// data/ServiceAccount/default/registry.yaml -// data/ServiceAccount/default/router.yaml -// data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml -// data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml -// data/ServiceAccount/kube-system/attachdetach-controller.yaml -// data/ServiceAccount/kube-system/certificate-controller.yaml -// data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml -// data/ServiceAccount/kube-system/cronjob-controller.yaml -// data/ServiceAccount/kube-system/daemon-set-controller.yaml -// data/ServiceAccount/kube-system/deployment-controller.yaml -// data/ServiceAccount/kube-system/disruption-controller.yaml -// data/ServiceAccount/kube-system/endpoint-controller.yaml -// data/ServiceAccount/kube-system/expand-controller.yaml -// data/ServiceAccount/kube-system/generic-garbage-collector.yaml -// data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml -// data/ServiceAccount/kube-system/job-controller.yaml -// data/ServiceAccount/kube-system/namespace-controller.yaml -// data/ServiceAccount/kube-system/node-controller.yaml -// data/ServiceAccount/kube-system/persistent-volume-binder.yaml -// data/ServiceAccount/kube-system/pod-garbage-collector.yaml -// data/ServiceAccount/kube-system/pv-protection-controller.yaml -// data/ServiceAccount/kube-system/pvc-protection-controller.yaml -// data/ServiceAccount/kube-system/replicaset-controller.yaml -// data/ServiceAccount/kube-system/replication-controller.yaml -// data/ServiceAccount/kube-system/resourcequota-controller.yaml -// data/ServiceAccount/kube-system/service-account-controller.yaml -// data/ServiceAccount/kube-system/service-controller.yaml -// data/ServiceAccount/kube-system/statefulset-controller.yaml -// data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml -// data/ServiceAccount/openshift-ansible-service-broker/asb.yaml -// data/ServiceAccount/openshift-azure/blackboxmonitor.yaml -// data/ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml -// data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml -// data/ServiceAccount/openshift-azure-monitoring/geneva.yaml -// data/ServiceAccount/openshift-console/console.yaml -// data/ServiceAccount/openshift-etcd/etcd-backup.yaml -// data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml -// data/ServiceAccount/openshift-infra/build-config-change-controller.yaml -// data/ServiceAccount/openshift-infra/build-controller.yaml -// data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml -// data/ServiceAccount/openshift-infra/customer-admin-controller.yaml -// data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml -// data/ServiceAccount/openshift-infra/deployer-controller.yaml -// data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml -// data/ServiceAccount/openshift-infra/image-import-controller.yaml -// data/ServiceAccount/openshift-infra/image-trigger-controller.yaml -// data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml -// data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml -// data/ServiceAccount/openshift-infra/node-bootstrapper.yaml -// data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml -// data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml -// data/ServiceAccount/openshift-infra/resourcequota-controller.yaml -// data/ServiceAccount/openshift-infra/sdn-controller.yaml -// data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml -// data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml -// data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml -// data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml -// data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml -// data/ServiceAccount/openshift-infra/template-instance-controller.yaml -// data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml -// data/ServiceAccount/openshift-infra/unidling-controller.yaml -// data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml -// data/ServiceAccount/openshift-monitoring/metrics-server.yaml -// data/ServiceAccount/openshift-sdn/sdn.yaml -// data/ServiceAccount/openshift-template-service-broker/apiserver.yaml -// data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml -// data/ServiceAccount/openshift-web-console/webconsole.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml -// data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml -// data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml -// data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml -// data/StorageClass.storage.k8s.io/azure-disk.yaml -// data/StorageClass.storage.k8s.io/azure-file.yaml -// data/Template.template.openshift.io/openshift/3scale-gateway.yaml -// data/Template.template.openshift.io/openshift/amq63-basic.yaml -// data/Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml -// data/Template.template.openshift.io/openshift/amq63-persistent.yaml -// data/Template.template.openshift.io/openshift/amq63-ssl.yaml -// data/Template.template.openshift.io/openshift/apicurito.yaml -// data/Template.template.openshift.io/openshift/cache-service.yaml -// data/Template.template.openshift.io/openshift/cakephp-example.yaml -// data/Template.template.openshift.io/openshift/cakephp-mysql-example.yaml -// data/Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/dancer-example.yaml -// data/Template.template.openshift.io/openshift/dancer-mysql-example.yaml -// data/Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/datagrid-service.yaml -// data/Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml -// data/Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml -// data/Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml -// data/Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml -// data/Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml -// data/Template.template.openshift.io/openshift/django-example.yaml -// data/Template.template.openshift.io/openshift/django-psql-example.yaml -// data/Template.template.openshift.io/openshift/django-psql-persistent.yaml -// data/Template.template.openshift.io/openshift/dotnet-example.yaml -// data/Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml -// data/Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-amq-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-https-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-sso-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml -// data/Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-https-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-sso-s2i.yaml -// data/Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml -// data/Template.template.openshift.io/openshift/fuse75-console.yaml -// data/Template.template.openshift.io/openshift/httpd-example.yaml -// data/Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml -// data/Template.template.openshift.io/openshift/jenkins-ephemeral.yaml -// data/Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml -// data/Template.template.openshift.io/openshift/jenkins-persistent.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/mariadb-ephemeral.yaml -// data/Template.template.openshift.io/openshift/mariadb-persistent.yaml -// data/Template.template.openshift.io/openshift/mongodb-ephemeral.yaml -// data/Template.template.openshift.io/openshift/mongodb-persistent.yaml -// data/Template.template.openshift.io/openshift/mysql-ephemeral.yaml -// data/Template.template.openshift.io/openshift/mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/nginx-example.yaml -// data/Template.template.openshift.io/openshift/nodejs-example.yaml -// data/Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml -// data/Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml -// data/Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/postgresql-ephemeral.yaml -// data/Template.template.openshift.io/openshift/postgresql-persistent.yaml -// data/Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml -// data/Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml -// data/Template.template.openshift.io/openshift/project-request.yaml -// data/Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml -// data/Template.template.openshift.io/openshift/rails-postgresql-example.yaml -// data/Template.template.openshift.io/openshift/react-web-app-example.yaml -// data/Template.template.openshift.io/openshift/redis-ephemeral.yaml -// data/Template.template.openshift.io/openshift/redis-persistent.yaml -// data/Template.template.openshift.io/openshift/rhdm75-authoring-ha.yaml -// data/Template.template.openshift.io/openshift/rhdm75-authoring.yaml -// data/Template.template.openshift.io/openshift/rhdm75-kieserver.yaml -// data/Template.template.openshift.io/openshift/rhdm75-optaweb-employee-rostering.yaml -// data/Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver-amq.yaml -// data/Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver.yaml -// data/Template.template.openshift.io/openshift/rhdm75-trial-ephemeral.yaml -// data/Template.template.openshift.io/openshift/rhpam75-authoring-ha.yaml -// data/Template.template.openshift.io/openshift/rhpam75-authoring.yaml -// data/Template.template.openshift.io/openshift/rhpam75-kieserver-externaldb.yaml -// data/Template.template.openshift.io/openshift/rhpam75-kieserver-mysql.yaml -// data/Template.template.openshift.io/openshift/rhpam75-kieserver-postgresql.yaml -// data/Template.template.openshift.io/openshift/rhpam75-managed.yaml -// data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver-amq.yaml -// data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver.yaml -// data/Template.template.openshift.io/openshift/rhpam75-prod-immutable-monitor.yaml -// data/Template.template.openshift.io/openshift/rhpam75-prod.yaml -// data/Template.template.openshift.io/openshift/rhpam75-trial-ephemeral.yaml -// data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml -// data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml -// data/Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml -// data/Template.template.openshift.io/openshift/sso-cd-x509-https.yaml -// data/Template.template.openshift.io/openshift/sso72-https.yaml -// data/Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/sso72-mysql.yaml -// data/Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml -// data/Template.template.openshift.io/openshift/sso72-postgresql.yaml -// data/Template.template.openshift.io/openshift/sso72-x509-https.yaml -// data/Template.template.openshift.io/openshift/sso73-https.yaml -// data/Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/sso73-mysql.yaml -// data/Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml -// data/Template.template.openshift.io/openshift/sso73-postgresql.yaml -// data/Template.template.openshift.io/openshift/sso73-x509-https.yaml -// data/Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml -// data/Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml -// data/Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml -// data/Template.template.openshift.io/openshift/strimzi-connect.yaml -// data/Template.template.openshift.io/openshift/strimzi-ephemeral.yaml -// data/Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml -// data/Template.template.openshift.io/openshift/strimzi-persistent.yaml -// data/ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml -package sync - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// ModTime return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\xb1\x6a\xc3\x50\x0c\x45\xf7\xf7\x15\xfa\x81\xb8\xf1\x56\xde\xd6\xb1\x43\x21\x50\xe8\xae\x3a\xaa\x7b\x09\x4f\x7a\x48\x8a\xa1\x7f\x5f\x4c\x6c\x0f\x59\x75\xee\xd5\xe1\x72\xc7\x97\x78\xc0\xb4\x12\x77\xb8\xcc\x88\x74\x4e\x98\x0e\xb7\xd7\x18\x60\x2f\xcb\xf8\x2d\xc9\x63\xb9\x41\xaf\x95\xde\x2e\xef\x9f\xe2\x0b\x26\x29\x4d\x92\xaf\x9c\x5c\x0b\x91\x72\x93\x4a\x5b\x74\x68\x92\x8e\x29\xb6\x0f\x25\xba\x4c\x6b\x68\x76\xbb\xf7\x4a\x4f\x74\xbb\x5f\x1c\xe6\xc8\xbf\x0f\x28\xda\xbd\x55\x1a\xcf\xe7\x42\x14\x0f\xd9\x5a\xdf\x2d\x5b\xff\xb4\x22\xf1\x03\x44\xe7\x49\x2a\x59\x17\x8d\x5f\xfc\xe4\xa9\x99\x22\xcd\xa1\x73\x21\x5a\xf6\x95\xfb\x9c\xe3\xb4\x8b\x1f\xc6\xff\x00\x00\x00\xff\xff\x46\x48\xec\xb3\x11\x01\x00\x00") - -func apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYamlBytes() ([]byte, error) { - return bindataRead( - _apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYaml, - "APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml", - ) -} - -func apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYaml() (*asset, error) { - bytes, err := apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x41\x4b\xc4\x30\x10\x85\xef\xf9\x15\xef\xb6\x10\xd8\xba\xf5\x24\x73\x5b\xb1\x88\x07\x65\x51\xf1\x3e\x9b\x0e\x65\x68\x9b\x84\x24\x2d\xf8\xef\xa5\x98\xea\x65\xaf\x6f\xde\x7b\xdf\xcc\x70\xd4\x2f\x49\x59\x83\x27\x70\xd4\x24\x83\xe6\x92\xb8\x68\xf0\xcd\xf8\x90\x1b\x0d\x77\x6b\x6b\x46\xf5\x3d\xe1\x7c\x79\xf9\x90\xb4\xaa\x13\x33\x4b\xe1\x9e\x0b\x93\x01\x3c\xcf\x42\x58\xdb\xab\x14\x6e\x9b\xfc\xeb\x70\x5c\x78\x0a\x43\xed\x30\x39\x8a\xdb\xbc\x8e\x1f\x17\xdf\x4f\x42\x38\x58\x6b\xf1\xdc\xbd\x75\xef\xe7\xcf\xee\x09\xd6\xda\x83\x01\x86\x14\x96\x48\xb8\x5d\x52\xc7\x97\xa4\x21\x69\xf9\x7e\x55\xaf\xf3\x32\x13\xee\x4f\x06\x7b\x64\x83\xec\x2b\x71\xd4\x4d\x95\xf4\xa7\xe5\xc8\x4e\x08\xe3\x72\x95\x63\x0d\x1c\x2b\xc4\x00\xeb\xfe\x88\x7a\xcb\xbf\xb4\x23\x09\xed\xc9\xfc\x04\x00\x00\xff\xff\xa5\x65\x5e\x32\x33\x01\x00\x00") - -func apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYamlBytes() ([]byte, error) { - return bindataRead( - _apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYaml, - "APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml", - ) -} - -func apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYaml() (*asset, error) { - bytes, err := apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x4f\x93\xeb\x26\x0c\xbf\xe7\x53\x30\xb9\xf4\x94\xcd\xf4\xd6\xc9\xad\xd3\x43\x2f\x3d\xbd\xce\xf4\x2e\x83\x62\xf3\x82\x11\x05\x91\xbc\xf4\xd3\x77\xc0\x76\x42\xec\x64\xf3\x67\xb7\xf5\x6b\xf7\xb2\x20\x64\x24\xfd\xf4\x03\x04\x81\xba\xf6\x58\x03\x6b\xb2\x5f\xa2\xc1\xcd\x42\x08\x69\x62\x60\xf4\x5f\xc8\xe0\xef\x68\x50\x32\xf9\x90\xe4\x2b\xd1\x02\xcb\xe6\x37\xa8\xd0\x64\x41\xfa\xf3\x15\xc8\x37\x88\xdc\x90\xd7\x7f\xe5\x69\xde\x76\x3f\x85\x37\x4d\xeb\x61\x66\x5c\x31\xad\x40\xb5\xda\x6e\xc4\x92\x7d\xc4\xe5\x02\x9c\xfe\x03\x7d\xd0\x64\x37\xef\x4c\xb0\xff\x71\xb1\xd3\x56\x6d\xc4\x2f\x67\x87\x16\x2d\x32\x28\x60\x48\xf6\xc1\x5a\xe2\xfc\x49\xef\x0e\x39\xb4\xa1\xd1\x5b\x4e\x9f\x2b\x0c\xd2\x6b\xc7\xd9\xca\xcf\x22\x06\xf4\x82\x1b\x60\xd1\x40\x10\xa8\x34\x0b\xaf\xeb\x86\x83\x38\x68\x6e\xb4\x15\xdc\xa0\x70\x9e\xbe\xa2\x64\x01\x56\x09\x09\xb6\x8f\x51\x36\x60\x6b\x2c\x15\x7e\x08\xa2\xc5\xb6\x42\x1f\x1a\xed\xde\x16\xb7\x80\x88\x15\x7a\x8b\x8c\x1d\x1e\x91\x29\x3a\x05\x8c\x1b\xb1\xdc\x82\x09\xb8\x5c\x08\x61\x0a\x34\x2f\xf5\x2b\x22\x0e\xec\xc1\x39\x6d\xeb\x0e\xa7\x95\xc2\x2d\x44\xc3\x61\x21\x84\x85\x16\x37\x22\xe3\xba\xf0\xd1\x60\xd8\x2c\x56\x02\x9c\xfe\xd5\x53\x74\x7d\xbe\x92\xc9\x36\xfb\x52\x79\xda\xa1\x7f\xd3\xb4\x10\xc2\x63\xa0\xe8\x25\x0e\x4a\x52\x62\x48\x33\xee\xd1\x57\xbd\x4c\x7a\x04\xc6\xe9\x84\xcb\xe5\xf4\x7b\x47\x2a\x9c\x1a\x6b\x60\x06\xd9\x9c\xfb\xf8\x0d\xe5\xb9\xe7\xc8\xf3\x96\xfc\x01\xbc\x2a\x84\x9e\xbe\x1d\xaf\xda\x4f\x4d\x85\x06\x2f\x9a\x92\x4c\x22\xa5\x26\x9b\x85\x35\x72\xfe\x6f\x74\xe8\x1a\x2e\x91\x34\xb7\x3a\xb4\x73\xf3\x90\x85\x0f\xc5\x23\xc9\x6e\x75\xdd\x82\xeb\xa2\x42\xab\x1c\x69\xcb\x7d\x8c\x89\xb6\x81\xd1\xf2\x9e\x4c\x6c\x51\x1a\xd0\x6d\x37\xe4\xd1\x19\x2d\x33\xda\x92\x2c\xfb\xe4\xa6\x7f\x6f\x68\x1d\x24\x98\xce\xbd\x80\xd2\x63\x6f\x22\xa0\xdf\x6b\x89\x20\x25\x45\x7b\x29\xbb\xec\x7c\x6f\xc0\x55\xda\x2a\x6d\xeb\x1e\xb6\x3d\x0e\xce\x1b\xdd\x6a\xf6\x69\x09\x75\xfd\xc4\xdc\xe0\x20\x45\x10\x18\x38\x16\xec\x31\x54\x9f\x3b\xc5\xe0\x2d\x00\x4b\x8d\xce\x97\x3f\x23\x31\x5c\x13\x9d\x95\x0b\xb8\x26\x18\x3c\x11\xee\x39\x8c\xcf\x9b\x73\x9a\xfb\x62\x62\xdd\x26\xf6\x91\xbd\xba\x32\xc1\x65\xbe\x8e\xe6\x53\x80\x2d\xd9\x30\x50\x4b\xa1\x33\x74\x6c\x4f\x99\x29\xfa\xeb\x84\x69\x05\x72\x37\x19\x38\xb3\xb4\xcf\xc2\x69\xba\xa2\x5f\x72\x99\x81\x71\x1b\xcd\x49\xad\x14\x9c\xf4\x66\xe0\x6c\xda\x0d\x93\x79\x6d\xeb\x29\x52\x79\xdb\x26\xcb\x60\x1c\xa9\x41\xb3\x5b\xbf\x33\xb8\x5a\xf5\xba\xe3\xad\xc9\x93\xfd\x4a\x55\x07\x6b\xdf\x98\xc1\x3b\xfc\xc6\x68\xd3\xe9\xfd\x8f\x33\x4e\xdb\xda\x63\x08\xc3\xc6\x81\x7c\x20\xbf\x73\x64\xb4\xd4\x38\xe1\xe0\x3b\x9c\xbc\xb3\x01\xcf\x80\x61\x0e\xe2\x78\xf5\x34\x55\x3a\xf8\x98\xeb\x96\x2a\xaa\x1a\xc7\xdb\xc0\xa3\xfb\x4b\x8f\x96\xb6\x75\x5f\x50\x5d\xd9\xc2\x26\x80\xce\xb3\x2c\x27\xb5\xdf\xd4\x55\x43\x12\x4c\x88\x55\xaa\xbe\xba\x8a\xc5\xe3\x5e\xe3\xe1\xc1\xc2\xe5\x66\x95\x39\xb5\xe4\xc9\xe0\xc5\x51\x96\x04\x33\x61\x93\xcf\x88\x31\x44\x65\x95\xfb\xbf\x73\x3f\xe7\x79\x90\x8d\x13\xfd\x3e\x0d\x56\xa2\x1f\xc8\xe5\xf0\x53\xf4\xe8\x1d\x0d\x28\xa3\xd7\x7c\xbc\xe3\x63\xaa\x4e\x7a\xcd\x6e\x19\x97\x3e\x4c\x06\x03\x9a\xed\xe0\xd8\xbb\x7a\x63\x9d\xc7\xfd\x7e\x91\x1f\x1e\x03\x7b\x9d\x73\xfd\x91\x1a\x66\x25\xaa\xa8\x8d\xba\x63\x37\xeb\x74\xb5\x75\x98\x08\xd6\x07\xac\x1a\xa2\x5d\x31\x32\x2f\x65\x1f\x8e\x68\xa8\x59\xff\x3d\xf0\xd6\xda\x06\x06\xcb\x7a\x88\xe4\xd6\x60\xa5\x2d\xf8\x63\xe9\xaa\x34\x64\xaf\x9f\x77\x9f\x80\x83\x42\x06\x6d\x46\x69\xeb\x01\x9f\x16\x38\x0f\xcc\xfb\x15\xed\x4e\x8f\x99\xd9\x5d\x78\x73\x15\xa2\x74\x07\x6f\x5a\x2f\xb7\x97\x86\x73\xe1\x8e\x9d\x73\xe9\x51\xd2\x73\x22\x9d\xb3\x5a\x78\x3d\x98\xa1\xc8\xba\x15\xd4\x98\x4c\x53\x8d\xa2\x4c\x7b\x62\x47\x7a\x01\xf6\xd3\xed\xef\x0a\xf4\x1f\xbd\xbb\xa5\xdb\x13\xd4\x78\xc7\xa5\xac\x13\xd8\x23\xb4\x5d\x73\x2c\x6d\xbb\xd7\x98\x89\x7c\x2a\x58\x97\x57\xfa\x62\x80\xa1\x9e\x77\x67\x7b\x12\x87\x39\xb0\x0f\x6b\x03\xc7\xc9\xdd\x6b\xb0\x79\x6b\x4b\x79\x35\xcf\x8e\xfc\xb8\xc4\xbe\x43\xee\xfe\x11\xf0\x5e\x95\xd0\x69\x8d\xa6\x2e\x52\x3c\x04\x34\x49\xe2\x2d\xbb\xf9\x21\xe3\x8e\x55\x70\xce\x68\x54\xfd\x1b\xee\xe4\x55\xe4\xf5\x1c\x7a\x8a\x7c\x0f\xd7\xac\x33\x2f\xbd\x1f\x77\x73\x2d\x63\x60\x6a\x57\x0d\x65\x6b\x8f\xa7\xff\x09\x13\x9f\xb0\x76\x3e\x68\xed\x0e\xa5\x18\x5b\x67\xe0\xae\x01\xe7\x29\xd5\xda\xa8\x06\xfd\x70\xf1\x75\x79\x6e\x0e\xb2\xee\x60\x91\x23\xcd\xef\xe1\xc5\xe2\xbf\x73\x35\x7e\xb6\x08\x33\x34\xeb\xe1\x32\x66\x65\xb9\xf9\xc4\xd0\x9f\xa7\xaf\xaf\x84\xa7\x6e\x39\x37\x6f\x90\xaf\xbf\x21\xf4\x8f\xb3\x12\x18\x0c\xdd\x66\x4e\xaf\xd6\xfd\xe2\x72\xf1\x62\x2f\x0d\x9c\xde\xb2\x7a\x91\x33\x60\x2f\x04\x97\xcb\x66\x98\xeb\x7c\x9f\xbf\x9e\xdb\x22\x41\x57\x0e\x98\x11\xbe\xe7\xdc\x5e\x09\x91\x39\x19\xba\x19\x9c\x23\xe5\x3c\x86\xc9\xa3\xd4\xab\xbe\xfc\x1d\x00\x00\xff\xff\x40\xd0\x9b\x80\x7f\x1c\x00\x00") - -func clusterroleRbacAuthorizationK8sIoAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoAsbAccessYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xca\xb1\xce\x83\x30\x0c\x04\xe0\x3d\x4f\xe1\xf9\x97\x00\xfd\x5b\x95\xb5\x6b\x27\xa4\x76\x77\xc2\xa9\x44\x84\x18\xc5\x0e\x43\x9f\xbe\x2a\x45\x9d\xee\xd3\xdd\xf1\x96\x1e\xa8\x9a\xa4\x78\xaa\x81\x63\xcf\xcd\x66\xa9\xe9\xc5\x96\xa4\xf4\xcb\x45\xfb\x24\xc3\xfe\xef\x96\x54\x26\x4f\xd7\xdc\xd4\x50\x47\xc9\x70\x2b\x8c\x27\x36\xf6\x8e\xa8\xf0\x0a\x4f\xac\xa1\xe3\x18\xa1\xea\x6a\xcb\x50\xef\x3a\x2a\x52\x46\xa8\xb4\x1a\x71\x1f\x6f\xfa\x39\x77\x34\x88\x86\x1f\x86\x3f\x47\xb4\xa3\x86\x73\x9c\x90\x61\x38\xf8\x84\x1d\xb9\xb1\xc5\xf9\x2b\xd1\xb3\x6a\xe6\xde\x01\x00\x00\xff\xff\xca\x64\x1f\x1f\xbd\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoAsbAccessYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoAsbAccessYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-access.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoAsbAccessYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoAsbAccessYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/asb-access.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoAsbAuthYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x31\x8b\xe3\x40\x0c\x85\xfb\xf9\x15\x43\x9a\xc0\x41\x7c\x5c\x77\xb8\xbd\xe2\xfa\x2d\xb6\x97\xc7\x5a\x47\x6b\x5b\x1a\x24\x4d\x02\xfb\xeb\x17\x3b\x0e\xec\x26\x4e\xc2\xa6\xb2\x11\x4f\xdf\xd3\x3c\x09\x32\xbd\xa2\x1a\x09\xd7\x51\x1b\x48\x15\x14\xdf\x8b\xd2\x07\x38\x09\x57\xfd\x5f\xab\x48\x7e\x1f\xfe\x84\x9e\xb8\xad\xe3\xbf\xa1\x98\xa3\xbe\xc8\x80\x61\x44\x87\x16\x1c\xea\x10\x23\xc3\x88\x75\x04\x6b\x76\x53\x7f\xd0\x32\xa0\xd5\x61\x17\x21\xd3\x7f\x95\x92\x6d\x12\xed\xe2\x66\x13\x62\x54\x34\x29\x9a\x70\xa9\x4d\xad\x96\x21\xa1\x85\x18\x0f\xa8\xcd\x52\x4f\x8a\xe0\x38\xff\xb6\x38\xa0\xe3\x35\xee\xfb\xac\x92\x91\x6d\x4f\x6f\x5e\x91\x5c\xdb\x58\x69\xde\x31\xf9\x3c\x99\xe2\x81\xf0\xb8\x6a\xf7\xc0\xe3\x94\xc7\x4d\x3a\xa4\x84\xb6\xe0\xd7\x9f\xb3\xca\x47\x76\x4a\xf7\x0d\x5c\x7a\xe4\x1f\x81\x69\x84\x0e\x2f\x43\x59\x5f\xc1\x2c\xbd\xc0\x76\xe8\xf3\x77\x20\xf3\x6b\x38\xa3\x1f\x45\xfb\x07\x99\xa7\xd3\xb5\x2c\x62\x3b\x77\xde\xda\xf8\x64\xf9\xa4\xd3\x1d\x6a\xc9\xed\x6a\x3e\x0b\x98\xb8\xbb\x19\xfa\x22\xc9\x32\x50\xa2\xe7\xee\x53\xc6\x79\xaf\x8d\x4a\x8f\xba\x6a\xd2\x14\x6e\x07\x6c\x88\x5b\xe2\xce\xbe\x94\x88\xcd\x81\x4f\xef\x39\xd7\x2e\x66\xd8\xfe\xda\x86\xcf\x00\x00\x00\xff\xff\xb2\xa3\x7b\xd5\xc2\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoAsbAuthYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoAsbAuthYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoAsbAuthYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoAsbAuthYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoAsbUserAccessYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x85\x75\x7d\x16\xd1\xa1\xb4\x14\xf4\x14\xf4\x4e\x76\xb4\x58\x9b\x8d\x57\xb6\x73\x05\x5f\x8f\x38\x40\xa2\x42\xba\x6e\x34\x9a\xf7\x34\x7c\xca\x1b\xcc\x45\x47\x21\xab\xdc\x16\x9e\xf1\xae\x26\x1f\x1c\xa2\x63\xd9\x9f\x7c\x11\x7d\xb8\x3e\xa6\x5d\xc6\x5a\xe8\xb9\x4f\x0f\xd8\xab\x76\xa4\x03\xc1\x2b\x07\x97\x44\xd4\xb9\xa2\xfb\x57\xa2\x7f\x34\xbc\x6d\x86\x8d\x03\x39\x34\xf3\x7a\xc8\x28\x74\x09\x9b\xb8\xdc\x03\x62\x95\xf8\xc3\x0d\x3e\x50\x88\xbd\xe6\xe9\xb0\xcc\xad\xc1\x3d\xd9\xec\xf0\x92\x32\xf1\x29\x2f\xa6\xf3\xbc\x9d\xcb\xc4\x33\xf4\xb8\xb9\xab\xe9\x0e\x5b\x44\x13\x91\xc1\x75\x5a\xc3\xef\xe8\xdb\x41\x74\x85\xd5\x9f\xae\x19\x38\x90\x3e\x03\x00\x00\xff\xff\x92\xe0\xf9\xac\x30\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoAsbUserAccessYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoAsbUserAccessYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoAsbUserAccessYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoAsbUserAccessYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoBasicUserYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x31\x6f\xe3\x30\x0c\x85\x77\xfd\x0a\xc2\x7b\x7c\xb8\xed\xe0\xed\x70\xc3\x6d\x37\xdc\xd0\x9d\x96\x5f\x62\x35\xb6\xe4\x92\x54\x02\x74\xe8\x6f\x2f\xac\xb8\x40\x9a\xc4\x41\x9b\xc9\xb6\x44\xbe\xef\xd1\x8f\x3c\x85\x27\x88\x86\x14\x1b\x92\x96\x7d\xcd\xd9\xfa\x24\xe1\x95\x2d\xa4\x58\xef\x7f\x69\x1d\xd2\x8f\xc3\x4f\xb7\x0f\xb1\x6b\xe8\xcf\x90\xd5\x20\xff\xd3\x00\x37\xc2\xb8\x63\xe3\xc6\x11\x71\x8c\xc9\x4a\x8b\xce\x9f\x44\x69\x42\xd4\x3e\x6c\x6d\x6e\xef\xa0\x5e\xc2\x64\x85\xf2\x9b\xb2\x42\xc8\x7a\x36\xf2\x1c\x69\x07\xa3\x96\x35\x78\x0a\x71\x9b\x64\x2c\x2a\xc4\x6d\xca\x46\x93\xa4\x67\x78\xd3\xba\x68\xde\xf2\x97\x5b\x48\x84\xa1\xd8\xe4\x6c\x29\x4f\x1d\x1b\x1a\xaa\x4c\x32\x2a\x47\x14\x79\x44\x73\x22\x6c\x66\xb2\x93\x3c\x40\x1b\xb7\x21\x9e\xc2\x5f\x49\x79\x2a\x96\x37\x54\x55\xe5\x31\xd7\xd4\xe7\xf6\x1d\x91\x40\x53\x16\x8f\x7f\x3c\xe2\xa3\xfa\xad\x3a\xbb\x58\x0e\xe7\x5e\x75\x44\x07\x48\xbb\x1c\xed\x60\xab\xa8\x65\xbc\x35\xda\x52\xbc\x54\x09\x5e\x32\xd4\x2e\xe4\x87\xa0\xeb\xfa\x9f\xff\xd5\x7d\x8a\x3f\x25\x2b\x69\xc0\x8d\x09\xd6\x51\xab\x4b\xf3\x30\x62\x7e\x39\xb2\xf9\xfe\x1a\xa6\x96\x84\x77\x58\x25\x2c\xf7\x7e\x60\xd5\xef\x8d\xf1\x48\x22\xb7\xa2\xb8\x63\xfe\x81\x50\x14\xc3\x56\x73\x5b\xe2\x9f\xb7\x56\x70\x08\x38\x5e\x70\xbd\x80\x0d\xd7\xbc\xaf\x85\x72\x86\x60\xef\xa1\x77\x19\xef\x01\x00\x00\xff\xff\x51\x1c\x2c\x3a\x2e\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoBasicUserYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoBasicUserYaml, - "ClusterRole.rbac.authorization.k8s.io/basic-user.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoBasicUserYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoBasicUserYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/basic-user.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoClusterAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\x31\x6b\x03\x31\x0c\x85\x77\xff\x0a\x91\x25\x50\xf0\x95\x6e\xc5\x6b\x87\x2e\x9d\x0e\xda\x5d\x77\x56\x1a\x13\x9f\x64\x24\x39\x90\xfe\xfa\x92\x4b\x86\x1c\x94\x8e\x7a\xbc\xf7\x3d\x3d\x6c\xe5\x8b\xd4\x8a\x70\x02\x9d\x70\x1e\xb0\xfb\x51\xb4\xfc\xa0\x17\xe1\xe1\xf4\x6a\x43\x91\xe7\xf3\x4b\x38\x15\xce\x09\xde\x6a\x37\x27\x1d\xa5\x52\x58\xc8\x31\xa3\x63\x0a\x00\xc8\x2c\xbe\x46\xec\x7a\x02\x6c\x31\xd2\x88\xed\x58\x0e\x7e\x85\xd9\xc5\x9c\x96\x28\x5c\x2f\x09\x76\xae\x9d\x76\x6b\xe4\xaf\xfa\x3e\x91\x32\x39\xad\x5f\x60\x77\xe9\x2d\xa3\xd3\x43\xae\xe2\x44\xf5\x5e\xba\xb5\x4f\x22\x6e\xae\xd8\x5a\xe1\xef\xdb\xba\x98\xe9\x80\xbd\xba\x05\x00\xc6\x85\x12\xcc\xb7\x41\x11\xf3\x52\x38\x68\xaf\x64\x29\x44\xc0\x56\xde\x55\x7a\x5b\xc1\x11\xf6\x4f\xfb\x00\xa0\x64\xd2\x75\xa6\x8d\x78\x26\x9d\x1e\x84\x08\x2c\x3c\xde\x8d\x9f\xe3\xc7\x7f\xde\xdf\x00\x00\x00\xff\xff\xae\xcd\xdc\xdc\x7c\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoClusterAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoClusterAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoClusterAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoClusterAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoClusterDebuggerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4f\xc3\x40\x0c\x85\xf7\xfb\x15\x56\x47\xa4\x34\x62\x43\xb7\xb2\x32\x45\x82\xdd\x49\x5e\xd3\x53\x13\x3b\xb2\x7d\x95\xca\xaf\x47\xbd\x32\x80\x60\xf4\x93\xbf\xf7\x3e\xde\xcb\x07\xcc\x8b\x4a\x26\x1b\x79\x3a\x72\x8d\xb3\x5a\xf9\xe4\x28\x2a\xc7\xcb\x8b\x1f\x8b\xf6\xd7\xe7\x74\x29\x32\x67\x7a\x5d\xab\x07\x6c\xd0\x15\x69\x43\xf0\xcc\xc1\x39\x11\xb1\x88\x46\x43\xfc\x7e\x12\xfd\xae\xd1\x1d\xe2\xe7\x72\x8a\x7b\x99\xdf\x3c\xb0\x75\x2a\xeb\x2d\xd3\x21\xac\xe2\xd0\x90\xff\xe6\xeb\x08\x13\x04\x9a\x05\xd7\xd0\xba\xcf\x1c\xf8\xc1\x09\x6f\xc8\x34\x3d\xbc\xba\x19\x63\x5d\x16\x58\xb2\xba\xc2\x73\xea\x48\x54\x06\xb8\x56\x9b\xf0\x3e\xbc\x35\xbb\x8e\xfa\xf6\xd7\xef\xbb\xe9\xe9\x4f\xd0\x3f\x3d\xa2\x0d\x61\x65\xf2\x44\x74\x85\x8d\xdf\xe4\x82\x48\x5f\x01\x00\x00\xff\xff\x91\xc3\x0a\x12\x34\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoClusterDebuggerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoClusterDebuggerYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoClusterDebuggerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoClusterDebuggerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\x4d\x8f\xdb\x38\x0c\xbd\xe7\x57\x18\x73\x19\x60\x01\x67\xb0\xb7\x45\xae\x7b\xe8\xa5\xe8\x61\x80\xf6\xce\xc8\x4c\xc2\x89\x4c\xaa\x14\x95\xf9\xf8\xf5\x85\x1d\x39\x93\xc4\xf6\x64\x9c\x36\x3d\x45\x21\xe9\xc7\x67\xfa\xe9\x49\x10\xe8\x07\x6a\x24\xe1\x45\xa1\x4b\x70\x73\x48\xb6\x11\xa5\x37\x30\x12\x9e\x6f\xff\x8b\x73\x92\x87\xdd\xbf\xb3\x2d\x71\xb5\x28\xfe\xf7\x29\x1a\xea\xa3\x78\x9c\xd5\x68\x50\x81\xc1\x62\x56\x14\x0c\x35\x2e\x0a\xb7\xcf\x96\xb5\x30\x99\x28\xf1\xba\x94\x80\x0a\x26\x3a\xd3\xe4\x31\x2e\x66\x65\x01\x81\xbe\xa8\xa4\x10\x9b\xe7\xca\xf1\xa6\xb3\xa2\x50\x8c\x92\xd4\x61\x2e\xcd\xf0\x2a\x1e\x97\xc4\x15\xf1\x3a\x9e\xc7\xf7\x81\x5e\x45\x97\xda\xa1\x2e\x3b\x30\x45\x30\x6c\x97\x15\x7a\xcc\xcb\x35\x5a\xfb\xeb\x29\xee\x17\x29\x54\x5d\xd9\x33\x98\xdb\xf4\x5f\xe0\xee\x6e\x80\xa9\xf0\x8a\xd6\x35\x84\x7d\xfb\x88\xba\x23\x87\xe0\x9c\x24\xb6\x5b\x11\x81\xd0\xb6\x3b\xa3\x52\x01\xd6\xc2\x11\x2d\xe6\x16\xc1\xcb\x6b\x8d\xb7\xa3\xa1\x92\x0c\xe7\x12\x90\xe3\x86\x56\x36\xf8\x25\xdb\x9a\x5b\x11\x88\xe8\x92\x92\xbd\x5e\xe0\xd0\x95\x39\x61\xc3\x17\x73\xc2\xd1\x14\xe8\x86\xdf\x27\xd9\x06\xd9\xc8\x7d\xac\x72\x93\x2d\xb2\xe2\x8e\xf0\x79\x98\xc9\x20\xf0\xe5\xdd\x13\xd3\xf2\x09\x9d\x81\x73\x18\xe3\x34\xfc\xe9\xc2\x2a\x0b\xc5\xe0\xc9\xc1\x21\x1f\x0d\x0c\x57\xc9\xe7\xc0\x51\xdb\xc3\x08\x47\xe6\x86\x2f\x86\xdc\x38\xd4\xef\x92\x98\xd0\x13\x92\x49\x74\xe0\x89\xd7\xfd\xa6\xed\xb0\x85\x0d\x7c\x90\xaa\xab\x44\x9d\xd8\x62\xd9\x86\xfb\xd6\xa1\xc2\x4f\xb2\xdc\xf3\xcf\x8b\x09\xa8\x9f\x70\x23\xe4\x2a\x08\x75\x23\xf2\x54\x93\x29\xf0\x3a\x7b\x67\xe3\xe4\x31\x80\xeb\xfe\x4a\x95\x57\xa1\x39\x26\xa2\x21\xdb\x4e\x7c\xaa\xd1\x79\xa0\x7a\x38\x95\xa3\x52\x9d\x7c\x85\x46\x9d\xcd\x66\x53\xf1\x79\x5a\xe5\x81\xe9\xcf\x24\x06\x9d\x59\x3a\x3d\x88\x66\x6f\x9c\x7f\x60\x06\x99\xcc\x11\x4a\xb3\x83\x2f\x49\xfd\x5b\x33\x8c\x7d\x66\x9b\x96\x58\xb6\x22\x2e\x6b\x34\x25\x37\xa4\xc6\x31\x73\xed\xdc\x22\x9b\xc4\xe7\x24\xfe\xb7\x9a\x0f\x8d\xeb\x44\x05\x97\x86\x36\x08\xd0\xe8\xe6\xe1\x9d\x6c\x0f\x83\x85\x1f\xf3\x23\xdf\x1f\xbf\xe6\xd4\x47\x0f\x4c\x15\xfa\x35\x00\xa7\x5b\xe3\x48\xfb\x9d\x94\x87\x05\xd9\x3b\x0c\x26\x08\x73\x6c\xd2\x57\x61\x65\xc2\x13\x60\xde\xaf\x6a\x73\x27\x8a\x12\xe7\x4e\xea\x3e\x72\xe3\x6f\x56\x03\xc3\xba\xdb\xb9\x27\x91\x87\x15\x31\x78\x7a\xeb\x92\x41\xa5\x46\xdb\x60\x8a\xd8\x0f\x8c\x17\xb7\x77\xc4\xe3\x39\x67\x76\x67\xef\x74\xff\xcf\xfd\x95\xd7\xb0\xce\x59\x2e\x81\x0d\x9f\x78\xe3\x47\xd8\xa7\x19\x9d\x0a\x6c\x58\x4d\x47\x17\x8e\x6b\xb6\x6e\xdf\xe9\x8e\xae\x2d\xad\x1c\x06\x5e\x97\xde\x1d\x68\xfc\xfa\x9d\xa2\x49\xdd\x05\x2b\x5c\x11\x93\x65\xcf\x3a\x9b\xc5\xaf\x00\x00\x00\xff\xff\xe4\xef\xb2\x48\x56\x0c\x00\x00") - -func clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoClusterReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xcd\x72\xe3\x36\x0c\xbe\xe7\x29\x3c\xb9\xec\x4c\x67\xbc\x9e\xde\x3a\xb9\xf6\xd0\xcb\x9e\xd2\x69\xef\x30\x85\xc8\x8c\x29\x82\x4b\x82\xce\xba\x4f\xdf\x21\x45\xd9\xd4\xaf\x15\xc9\xf1\x5e\xd6\x02\x41\xfc\x11\x04\xc0\x2f\x50\x96\x16\x4b\x60\x49\xfa\xd5\x2b\x7c\x79\xda\x6c\x84\xf2\x8e\xd1\xbe\x92\xc2\xbf\x51\xa1\x60\xb2\x2e\xd0\xb7\x9b\x0a\x58\x1c\x7e\xc0\x1e\x55\x24\x84\x7f\x76\x0f\xe2\x3b\x78\x3e\x90\x95\xff\x45\x31\xdf\x8f\x7f\xb8\xef\x92\x76\x8d\x64\xdc\x32\x6d\x93\xcc\xad\x45\x28\xd0\xbe\x6c\x9e\xd9\x7a\x7c\x5e\x29\xf4\x24\xf1\xe3\x22\x0a\x8c\xfc\x17\xad\x93\xa4\x5f\x26\xf6\x9f\x7e\x7f\x3a\x4a\x5d\xbc\x6c\xfe\xbc\x3a\xf9\x54\x21\x43\x01\x0c\x41\x3d\x68\x4d\x1c\xb7\x24\x6b\xda\x62\xc8\xa0\x76\x07\xf9\xc6\x41\x98\x3b\x3b\xc6\x6a\x4b\x5a\x9d\x33\x8f\x86\xcd\xf7\x7b\xb4\x1a\x19\x6b\x2f\x3c\x93\x37\x05\x30\x66\xfb\x34\x54\xf8\xb2\x69\x07\xea\xc9\x7a\x85\xee\xe5\x69\xbb\x01\x23\xff\xb2\xe4\x4d\x3a\x89\xe7\xb0\xc3\xa2\x23\x6f\x05\x26\x9a\xa0\xca\x90\x46\xcd\x8e\x81\xbd\x43\x17\xa9\x9a\x8a\xfc\xd7\xae\x5e\x8c\x04\x13\xe2\xe5\x18\x35\x9f\x48\xf9\x0a\x85\x02\x59\x4d\x72\x8c\x50\x5b\x5b\xa8\x70\xbb\xbd\xd4\x85\xd4\xe5\x95\x80\x27\x29\x42\x20\x1a\x0a\x63\x65\x14\x70\x12\xe8\x50\x78\x2b\xf9\x2c\x48\x33\xfe\x62\x41\xda\xb1\x05\xa9\xb9\x59\xb6\x27\x29\x72\x35\x27\xb4\xfb\xe4\x75\x89\x1c\xff\x57\xd2\xd5\x3f\x3e\x42\x3e\xf5\x23\x06\x45\x25\x5d\x48\x0f\x8b\xa5\x0c\xe2\xb3\xb4\xe8\xc7\xb2\xf2\x21\x09\x74\xf9\x81\xfb\x03\xd1\x51\x90\x7e\x93\xa5\xaf\x37\xd5\x46\x9d\x40\xc9\x62\x92\x67\x89\x91\xc6\xb8\xa1\x83\xd5\x6c\x49\x29\xb4\x16\x4f\xd2\x5d\x4c\x28\x00\x2b\xd2\x0e\xb9\x75\x00\x05\x1a\x45\xe7\x2a\xe4\x41\x4e\xb6\x68\x94\x14\xd0\xe5\x0e\x3f\xf1\xcd\xab\x36\x7d\x91\xe9\x12\x7f\x31\xea\x68\xde\x68\x5c\x85\x77\x4c\x55\x43\x2c\xf0\x4d\x6a\x79\x8d\xe9\xe8\xea\x5a\xcb\x66\x9d\x39\x18\xd9\x64\x5a\xf7\x7b\x9d\x7e\xcf\xe4\x04\xa8\xfa\x42\x74\x94\xc6\x1a\x41\x9a\x41\x19\x2a\x1a\x4e\xb4\xeb\x34\xee\x23\xb9\x1f\x7c\x4b\xfa\x9d\xf6\xad\xf3\x6f\x7f\x2f\xd0\x75\x3d\xf4\xbe\xc2\x4f\x25\xe8\x58\x24\x66\x86\x69\xbb\x91\xba\xb4\xe8\x1c\xf6\xfc\x1b\x70\xb4\x2e\x4b\xa9\xec\x18\x52\x52\x48\x9c\xbc\x27\x89\x1c\x12\xe8\x7a\x1d\x9b\x2b\x44\x16\xca\x50\x3d\x5d\x53\x74\xf9\x20\x6d\x61\xc0\xf2\xf9\x12\x91\x85\xd1\x3d\x85\x30\x8d\xa6\x6c\xbd\xbc\x4c\x74\xf4\xfa\xdc\x97\x69\xa8\x28\xa4\xb3\xde\x04\x5f\xf7\xbe\x28\x3b\x91\x18\x0e\xdc\x02\x03\x46\xbb\xf4\x40\xe6\xd6\x5d\xd1\x92\xc2\xd4\x5a\x5c\x97\x9e\x8e\xa9\xcb\xd1\x2c\x2d\xb0\xcf\x21\x87\xf2\x3e\x1e\x7d\x43\x85\xb1\x18\x32\x65\xa1\x82\x3a\x71\x46\xe5\x0f\x24\x56\xdd\x70\x81\x19\xc4\xa1\x5a\x7e\xf6\x4e\x1c\xb0\xf0\xa1\x22\x8d\x3b\x67\x25\xc5\x9e\x7c\xd1\xbe\x40\x8f\x40\xcb\xf2\x2d\xdc\x1b\x9c\xe8\x09\x19\x93\x2c\x75\xbc\xc6\x3f\x3d\xba\xd4\xfd\xc7\x97\x77\x60\x8c\xa5\x13\xa8\x5b\x7c\x6b\xea\xdb\xf3\x73\x53\xc4\x47\xc6\xc0\xfb\x64\xab\x45\xc7\xb6\x9e\x91\xee\x9f\xc9\xc9\x87\xbd\x97\xaa\xb8\x61\x7b\xe4\x71\xbb\x02\x19\xa4\x5a\xa7\x4e\x56\x21\xb9\xa7\xd5\x45\x1e\x97\xfd\x94\xa5\x06\xf6\x76\xa5\xa7\xf3\x55\xb3\x45\xa8\xdc\x4e\xc1\xb9\x2e\xe7\x1d\x9d\x63\x0a\x28\xe4\xc3\x0d\x05\x91\x47\x28\x89\x9a\x5b\xd9\xb3\xce\x35\x63\xe9\x1d\x05\xdf\xd0\x9d\xb8\x3a\xaa\xbe\x42\x45\x76\x57\x97\x3b\xf5\xd3\x13\xc3\xcc\x5b\x95\xa8\x71\x8b\x1b\x5f\xb9\xc7\xa5\xd7\xc8\x1f\x64\x8f\xf3\x0c\x4b\xcc\xb5\x49\x18\x47\x91\x44\x6a\xcd\x17\x07\x72\xec\xfc\x5e\x63\x2a\x6f\x1a\x39\xbc\xfc\x9c\x81\xc5\x43\x42\xb2\xb6\xe9\xca\x37\xcc\x9d\x7c\x6c\x2d\x6a\x93\xb3\xd4\x5a\xd0\x25\x82\x52\x24\xee\x70\x09\x9a\xe7\xe3\xad\x62\x66\xe9\x88\xb6\x61\x96\xda\x31\xe8\x66\xba\xef\x51\xef\x91\x30\xde\xa1\xbd\x61\x53\x19\x77\xd5\x15\xa8\x40\xcd\x92\x9b\xcc\x08\x9b\x13\xe9\x5c\x81\x31\x97\xca\x1f\x16\x1e\xd7\xbd\xc2\x09\xa9\x86\x06\x42\xa0\x73\xe1\xd9\x89\x1f\xee\xba\xec\xfc\x3e\xdc\xfd\xfe\xea\xf8\x3e\x87\xea\x2d\x6d\x8b\xa0\x46\x6b\x6d\x4c\xdc\xf0\x86\x2c\x0e\xc2\x22\x30\x0e\xbe\xb9\x66\x8c\x95\xd3\xbe\x64\x16\xdf\xc5\x9d\x99\x66\x87\x04\x10\xd3\x76\x33\x1d\x51\x7f\x4a\xf0\xe7\x4a\x44\x77\xc4\x3f\xe7\xde\xf5\x16\xf3\x50\x4c\xf2\x75\x79\xe6\xda\xdd\xb1\xae\xc6\xb1\x2a\x0c\xf3\x52\x0b\xd9\x32\x28\xe6\x76\xf0\x41\x91\xa1\x00\x0c\xdb\x75\x15\xa6\x49\xbf\xa6\xbd\xff\xbc\xfe\x48\x5c\xdf\x7e\xfb\xb6\x50\x71\x0d\x1a\x55\x90\x2a\x02\xea\xc2\xd0\x05\xf7\x1a\xc6\xe7\x2e\xc1\x4d\x17\x6e\xf4\x5d\x3a\xbc\xb4\x8b\x2f\xe7\x94\x0d\x11\xdd\x00\x21\xc8\x77\xb1\xb6\x15\xe5\xa6\x5b\x84\xf3\x21\xf6\xf2\x60\x0d\xb2\x2a\xc9\xb1\x2b\xa4\x43\xbc\x74\xc1\x1e\x9c\xa8\x28\x83\x12\x6f\x3e\xca\xdb\x1c\xbd\x69\xe1\xde\x63\x42\x37\x95\x56\x36\xf3\x61\x08\xf0\x8a\xa4\xd4\x9f\x57\x08\xa5\xfb\x9d\x9d\x6f\x06\x65\x74\xbf\xf3\x2c\xc8\x10\xc0\x1e\xe1\xc2\xf7\x28\xdc\xeb\x4b\x00\xaf\xf8\x91\x7e\x7c\x19\xc4\xf5\x89\x83\xb9\x20\x55\xf9\x94\x39\x86\x42\x4d\x1c\xdd\x8d\x1b\xfe\xc5\xa0\xd0\x32\x0d\xc9\xdb\x29\xe8\xa1\x1f\x90\x07\xbc\x79\xeb\x4a\xec\x7a\x84\x5d\x82\xf7\xb3\x95\x87\xbd\xc2\xeb\xba\xb7\xe4\x3e\xcc\xd0\xf1\x8e\xfa\x28\xbb\x73\x78\x68\xcd\xe3\x53\xa4\x31\xee\x86\xd0\x6b\xbe\xe7\xf1\xec\x51\xd7\xa4\xe8\x0a\x63\x2e\x8d\x64\xc0\xa0\xf5\xc3\xff\x27\x41\x87\x1e\xf4\x11\xa9\xad\xc1\x3f\x87\x28\xba\x04\x86\xf2\xc1\x18\xc9\x1d\x42\xb4\x06\xbc\x98\x82\x63\xe6\xe0\x07\x60\x8c\x92\x58\x8c\xc1\x08\xcb\x9d\xb2\xe4\x6f\xbe\x44\x23\xcf\xa3\xd4\xdc\xe3\xa4\x66\xbe\xb0\x8d\xa5\xf0\xc8\xc1\xce\x1f\x74\x9b\xaf\xbc\x08\x4c\x3f\xc3\x1f\x54\x53\x15\xad\xba\x35\xdd\x70\xe7\x49\xe4\x5d\xba\xcf\x8b\x30\x94\x38\x75\x0b\x60\x50\x34\xde\x18\x13\x5b\x0d\x6b\xb4\xe6\xf5\xfc\x6f\x04\x89\x64\x14\xe8\x16\xa1\x1d\xf8\x46\xd6\x75\x3a\xbf\x6d\xf7\xff\x01\x00\x00\xff\xff\x4b\x30\xd3\x06\x2d\x22\x00\x00") - -func clusterroleRbacAuthorizationK8sIoClusterReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoClusterReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoClusterReaderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoClusterReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoClusterStatusYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x51\x3d\xaf\xdb\x30\x0c\xdc\xfd\x2b\x88\x37\x16\x90\xfc\x92\xa9\xf0\x56\x74\xed\x14\xa0\xdd\x69\x9b\xb1\xd5\xd8\xa4\x21\x52\x0e\x92\x5f\x5f\xf8\x2b\x89\x91\xbe\x8d\x77\xb8\x3b\x1e\x25\x1c\xc2\x1f\x8a\x1a\x84\x0b\x88\x25\x56\x1e\x93\xb5\x12\xc3\x1d\x2d\x08\xfb\xcb\x77\xf5\x41\xf2\xf1\x90\x5d\x02\xd7\x05\xfc\xec\x92\x1a\xc5\x93\x74\x94\xf5\x64\x58\xa3\x61\x91\x01\x20\xb3\xd8\x6c\xd1\x09\x02\xec\x63\x64\x20\xd6\x36\x9c\x6d\x0a\xd3\x9b\x1a\xf5\x4e\xb8\xbb\x15\xf0\x61\x31\xd1\xc7\x6c\xd9\x89\x6a\xd2\x2a\x86\xc1\xe6\x62\x3f\x20\x29\x45\xb0\x16\x0d\x2a\x64\x68\xc8\xa0\x44\x0d\x15\x54\x4b\x1f\x50\x43\x4b\x0a\x81\xcf\x12\xfb\x65\xe7\x9c\xf9\xbf\x93\x52\x49\x91\xc9\x68\xbe\x0c\x93\x49\x1a\x6a\x34\x7a\xe9\xc2\xd8\x53\xb1\x65\xbb\x25\x3b\x8b\xa9\x23\x2d\x32\x07\x2c\x7c\x22\x95\x14\x2b\xfa\x7d\xfa\x35\xdf\xeb\x20\x6f\x09\x3b\x6b\xef\x3b\x90\x7f\xcb\x00\x46\x8a\xe5\x2a\x6a\xc8\xbe\xf4\x8f\xcb\x2f\xec\xc0\xec\x77\x90\xe3\x10\x1e\xc3\x0b\xa7\xcf\x69\x63\xe5\x21\x95\x17\xed\xf4\xb2\x13\x1c\x8f\x0b\xd6\x2b\x36\x0d\xc5\x87\xf6\x89\x37\xc7\xca\xf8\xbf\xba\x55\x5a\x19\x77\xf4\x9f\xfe\xd3\x0f\xa5\x1b\x0f\x6b\xb8\x3e\x77\x4e\x63\xbe\xcc\xfe\x4a\x5d\xe7\x2e\x2c\x57\x7e\x23\xb6\x2d\xef\xaf\xf3\x2f\x00\x00\xff\xff\x72\x86\x5b\xa5\x8f\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoClusterStatusYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoClusterStatusYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoClusterStatusYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoClusterStatusYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\x41\x93\xda\x3c\x0c\xbd\xe7\x57\x78\xf6\x0e\xdf\x7c\xb7\x0e\xd7\x1e\x7a\xef\xa1\x77\xc5\xd1\x82\x8a\x63\x79\x25\x39\x94\xfe\xfa\x0e\x89\xb3\x40\x58\xc8\xc2\xb6\x9d\x9e\x10\xf2\xb3\xdf\xd3\x93\xec\x40\xa2\x6f\x28\x4a\x1c\x57\x4e\x6a\xf0\x4b\xc8\xb6\x61\xa1\x9f\x60\xc4\x71\xb9\xfd\xa4\x4b\xe2\xff\xba\xff\xab\x2d\xc5\x66\xe5\x3e\x87\xac\x86\xf2\x95\x03\x56\x2d\x1a\x34\x60\xb0\xaa\x9c\x8b\xd0\xe2\xca\xf9\xac\xc6\x2d\xca\x02\x9a\x96\xe2\xc2\x0f\xe0\x4a\x72\x40\x5d\x55\x0b\x07\x89\xbe\x08\xe7\xa4\x87\x2d\x0b\xa7\x28\x1d\x79\xf4\x60\x10\x78\x5d\xb8\x2a\xe7\x04\x95\xb3\x78\x2c\xb0\x72\x4c\x41\xd7\xc2\x5b\x14\xad\x9c\xeb\x50\xea\x11\x22\x08\x86\x7d\xd8\x60\xc0\x12\xae\xd1\xfa\xdf\x40\x3a\x04\x09\xcc\x6f\xfa\x28\xa7\x66\xdc\xb0\xeb\x93\x17\xe2\x9e\x9e\x06\xa0\xa2\x2c\x39\x61\xd4\x0d\x3d\xdb\x9b\xfa\xd6\xfd\xae\x57\xf4\x10\x51\x83\xd1\xc8\x08\x8f\x0b\x25\xb5\x6f\x21\x25\x8a\xeb\xbf\x56\xc2\x79\x47\x6f\xd7\x22\x1c\xb0\xa6\xd8\x14\x7d\xaf\xe6\x4f\xf2\x7f\x56\xf7\xd5\x39\xfc\x47\xf5\x16\x9f\xf9\x20\x79\xc6\xdf\x1e\xe3\x03\x61\xb4\xb3\x02\x27\x22\x6f\x29\xfb\x8d\xcd\x2e\x7f\xc1\x7b\x54\x15\xec\x08\x77\x83\x8b\x9a\xeb\xef\xe8\x6d\xba\x70\x69\xe3\x85\x8c\xf7\xb5\xed\xf1\xf3\x4b\x99\x49\xf8\x70\xc0\x4c\x81\x05\x25\xf8\x92\x51\xed\x1e\x86\xc9\x41\xd8\x61\xb4\xc1\x9a\xc8\x4d\xb9\xd3\xe9\xf0\x6e\xaa\x61\xb4\x8e\x43\x6e\xc7\x2c\x37\x13\xa2\x3b\x3b\xa8\xe8\xb3\x90\xed\x67\x6a\x1b\x61\x9e\xa3\xe1\x0f\xf3\x1c\xd5\x04\x28\x4e\xcb\xbc\xc2\x3e\x99\xec\xe3\xb8\x9f\x8c\xde\x4c\x0f\x5e\x32\x1b\xcc\xa8\x1c\xaf\x63\xc9\xf6\x5b\x3e\x66\xcf\x3d\x03\x5e\xd8\x13\x07\xf2\xfb\xb7\x9f\x83\x33\xf6\x6b\x9c\xd4\xc2\x1a\x67\xb8\x7a\x8c\x9e\x84\x26\x08\xad\xc1\x4d\xc2\xf9\x72\x23\xda\x8e\x65\x3b\x43\x1e\xd1\x0e\x5f\x60\x4d\xe0\x71\x8e\xaf\x74\xfd\x63\x84\xc5\xd9\x02\x7e\xc4\xd3\x3a\x53\x68\x66\x58\x7a\x8c\x1e\x43\xcf\xf1\x99\x1e\x35\xb4\x45\x13\xf2\x7a\xf5\x4d\x3a\xb9\xd8\xef\xbd\xc2\xbf\x02\x00\x00\xff\xff\x2a\xf9\x2c\x37\x3d\x09\x00\x00") - -func clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x4e\xc4\x30\x10\x44\x7b\x7f\x85\x75\x7d\x82\xe8\x90\x5b\x0a\x7a\x0a\xfa\x8d\xbd\x24\xab\x73\xbc\xd6\xee\xfa\x4e\xe2\xeb\xd1\x99\xe4\x84\x08\x57\x79\x64\xcf\xf8\xcd\x40\xa5\x0f\x14\x25\x2e\xc1\xcb\x04\x71\x84\x66\x0b\x0b\x7d\x81\x11\x97\xf1\xfc\xa2\x23\xf1\xd3\xe5\xd9\x9d\xa9\xa4\xe0\x5f\x73\x53\x43\x79\xe7\x8c\x6e\x45\x83\x04\x06\xc1\x79\x5f\x60\xc5\xe0\x63\x53\xe3\x15\x65\x80\xb4\x52\x19\x22\x17\x13\xce\x19\xc5\x49\xcb\xa8\xc1\x0d\x1e\x2a\xbd\x09\xb7\xaa\xb7\xd4\xf0\x18\xe9\xbc\x17\x54\x6e\x12\x71\xb7\x72\xc6\x89\x4a\xa2\x32\xab\xf3\xfe\x82\x32\x6d\x2f\x51\x10\x0c\xbb\x4c\x98\x71\x93\x33\x5a\x3f\x33\xe9\x8f\xa8\x60\x71\xe9\xaa\xd5\xb4\x07\xae\xfd\xf2\xd0\xeb\x74\x3a\x16\xb8\x6d\xd4\x0a\x11\xff\xe0\x0f\xa0\xeb\x1d\xb4\x35\x3b\x7c\xdf\x14\x65\xe4\x8a\x45\x17\xfa\xb4\x7f\xe7\xce\xdd\x7e\x77\x3f\x9e\xbc\xe3\x7f\x8d\xea\x4d\xbe\x03\x00\x00\xff\xff\x39\xec\xef\x12\xda\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x91\x3f\x4f\xf3\x30\x10\xc6\xf7\x7c\x0a\xab\x7b\x52\xbd\xdb\xab\xac\x0c\xec\x0c\xec\x57\xe7\x21\x3d\x6a\xfb\xcc\xdd\xb9\x05\x3e\x3d\x4a\x08\x2c\x45\x82\xa5\xdb\xe3\xe7\x8f\xf4\x93\x8f\x2a\x3f\x42\x8d\xa5\x8c\x41\x0f\x14\x07\x6a\x7e\x14\xe5\x77\x72\x96\x32\x9c\xfe\xdb\xc0\xb2\x3f\xff\xeb\x4e\x5c\xa6\x31\xdc\xa5\x66\x0e\x7d\x90\x84\x2e\xc3\x69\x22\xa7\xb1\x0b\xa1\x50\xc6\x18\x62\x33\x97\x0c\xed\x69\xca\x5c\xfa\xaa\xf2\x8c\xe8\x9d\xb6\x04\x1b\xbb\x3e\x50\xe5\x7b\x95\x56\x6d\x99\xf4\x61\xb7\xeb\x42\x50\x98\x34\x8d\xd8\xbc\xc4\x99\x5d\xa9\xcc\xb0\xf5\xfd\x15\xbf\x34\x71\x5a\xac\x33\xf4\xb0\x75\x67\xf8\xb6\xb1\x4f\x71\x21\x8f\xc7\x55\x45\x05\x39\x56\x39\x21\x61\x93\xf5\x3b\x6f\x75\x5a\xf2\x9f\x91\xfa\x50\xe0\x17\xd1\xd3\x20\x15\xc5\x8e\xfc\xe4\x03\xcb\x35\x2b\x66\x85\xd9\xd6\xad\x92\x38\x32\x6e\x8f\x88\x57\x47\x59\x0e\x66\xd7\x44\x13\x21\x4b\x31\xf8\xed\x31\x38\xd3\x8c\x5f\x3e\x68\xed\x98\x2b\x28\xdb\x95\xb1\x4f\xf4\x06\xfd\x1b\xe8\x47\x00\x00\x00\xff\xff\x8c\xc8\x4a\x2f\xa6\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoEditYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x4d\x93\x3a\x27\x13\xbf\xfb\x29\x28\x2f\xcf\xe5\x51\x2b\xb7\x94\xb7\x54\x0e\xb9\xe4\xf4\x4f\x55\xee\x3d\xd0\x8e\xac\x0c\x4d\xa0\x71\x77\xf3\xe9\x53\x30\x8c\xa2\x33\xae\xae\xd9\xd4\xfc\x13\x2f\x42\xd3\xf4\xcb\x8f\xdf\x34\x2f\xd0\xb6\x1e\x5b\x60\x4d\xf6\x5b\x34\xb8\x5d\x08\x21\x4d\x0c\x8c\xfe\x1b\x19\xfc\x0d\x0d\x4a\x26\x1f\x92\x7c\x25\x3a\x60\xb9\xff\x15\x1a\x34\x59\x90\x7e\xbe\x01\xb9\x86\xc8\x7b\xf2\xfa\xcf\x6c\x66\x7d\xf8\x31\xac\x35\x6d\x06\xcb\xb8\x62\x5a\xa1\xd2\xbc\x15\x4b\xf6\x11\x97\x0b\x70\xfa\x77\xf4\x41\x93\xdd\x7e\x30\xff\xf8\xc3\xe2\xa0\xad\xda\x8a\x9f\xcf\xf1\x2c\x3a\x64\x50\xc0\x90\xdc\x83\xb5\xc4\x79\x4a\x89\x86\x1c\xda\xb0\xd7\x3b\x4e\xd3\x15\x06\xe9\xb5\xe3\xec\xe5\x27\x11\x03\x7a\xc1\x7b\x60\x21\xc1\x0a\xe9\x11\x18\x05\x58\x25\x52\x64\xa2\xa3\xc0\x82\x9a\x17\x94\x1c\x84\xb6\x02\x84\xf3\x94\x7a\xff\x2f\x69\x36\xb1\x9f\x68\x89\x45\x74\x2a\x4d\xe6\x3d\x0e\x5a\xff\x0b\xa2\xc3\xae\x41\x1f\xf6\xda\xad\x17\xb7\x70\x89\x0d\x7a\x8b\x8c\x3d\x3c\x91\xa9\xb7\xb4\x15\xcb\x1d\x98\x80\xcb\x85\x10\xa6\x02\xf7\x52\xbf\x21\xe2\xc0\x1e\x9c\xd3\xb6\xed\x71\x5b\x29\xdc\x41\x34\x1c\x16\x42\x58\xe8\x70\x9b\x93\x59\xf8\x68\x30\x6c\x17\x2b\x01\x4e\xff\xe2\x29\xba\xb2\x7a\xc9\x63\x97\x43\x69\x3c\x1d\xd0\xaf\x35\x2d\x84\xf0\x18\x28\x7a\x89\x83\x92\x94\x18\x92\xc1\x23\xfa\xa6\xc8\x7a\xb4\xc6\x06\x97\xcb\xf1\x7c\x47\x2a\x9c\x1a\x1b\x60\x06\xb9\x3f\xf7\xf1\x0d\xe5\xb9\xe7\xc8\xf3\x8e\xfc\x2b\x78\x55\x09\x3d\xbd\xbd\x4f\xfa\x4f\x4d\x85\x06\x2f\x9a\x92\x4c\xa2\xa8\x26\x9b\x85\x2d\x72\xfe\x37\x3a\xf4\x0d\x97\x28\x9b\x5b\x3d\xd8\xb9\xf9\x9a\x85\x0f\xe5\x23\xc9\xee\x74\xdb\x81\xeb\xb3\x42\xab\x1c\x69\xcb\x25\xc7\xc4\xe2\xc0\x68\xf9\x48\x26\x76\x28\x0d\xe8\xae\x1f\xf2\xe8\x8c\x96\x19\x6d\x49\x96\x7d\x0a\xd3\x7f\x34\xb4\x09\x12\x4c\x1f\x5e\x40\xe9\xb1\xb8\x08\xe8\x8f\x5a\x22\x48\x49\xd1\x5e\xca\x2e\x3b\xdf\x1b\x70\x8d\xb6\x4a\xdb\xb6\xc0\x76\xc4\x21\x78\xa3\x3b\xcd\x1e\x6c\x5b\xe2\x4f\xc4\x0d\x0e\x52\x06\x81\x81\x63\xc5\x1e\x43\xed\xb9\x53\x0d\xde\x02\xb0\xd6\xe8\x63\xf9\x23\x12\xc3\x94\xe8\xac\x5c\xc1\x35\xc2\xe0\x13\xe9\x9e\xd3\xf8\x3a\x9b\xe3\xb5\xaf\x0c\xeb\x2e\xb1\x8f\xec\xe4\x97\x09\x2e\xf3\xf5\xca\x9e\x02\xec\xc8\x86\x81\x5a\x0a\x9d\xa1\xf7\xee\xb4\x32\x55\x7f\x93\x30\x6d\x40\x1e\x46\x03\x67\x96\x96\x55\x38\x99\xab\xfa\x35\x97\x19\x18\x77\xd1\x9c\xd4\x6a\xc1\x49\x6f\x06\xce\xa6\x6a\x98\xdc\x6b\xdb\x8e\x91\xca\x55\x9b\x2c\x83\x71\xa4\x06\xcd\xfe\xfb\x9d\x21\xd4\xa6\xe8\x5e\x97\x26\x4f\xf6\x85\x9a\x1e\xd6\xd2\x98\x21\x3a\x7c\x63\xb4\x69\x33\xff\xc7\x19\xa7\x6d\xeb\x31\x84\xa1\x70\x20\xbf\x92\x3f\x38\x32\x5a\x6a\x1c\x71\xf0\x03\x4e\xde\x29\xc0\x33\x60\x98\x93\x78\x9f\xdc\x4d\x95\x0e\x3e\xe6\x63\x4c\x13\x55\x8b\xd7\x65\xe0\xd1\xfa\x52\xd0\xd2\xb6\x2d\xe7\xab\x89\x12\x36\x02\x74\xae\xad\x64\x25\x9a\xa8\x8d\x5a\xd7\x07\xba\x89\x1d\x26\xe9\xf4\xfb\x73\x18\x09\x36\xaf\xd8\xec\x89\x0e\xd5\xc8\xbf\x24\xa3\x61\xdf\x7b\x76\x13\xf9\x3c\x78\x1b\x6d\x03\x83\x65\x3d\x64\x72\x6b\xb0\xd1\x16\xfc\x7b\x1d\xaa\x34\x64\xa7\xbf\x99\x2f\xc0\x41\x21\x83\x36\x57\xcb\x56\x00\x1f\x17\xc9\x07\xec\xbe\xa0\x3d\x68\x7b\x65\x30\x9f\x99\x53\xe3\xa8\xf1\xf5\x66\xd8\x69\x47\xbd\x63\xfd\x5c\xb4\x6a\x52\x8e\xa4\x73\xd6\x99\xe7\x93\x19\xca\xf3\xad\xa4\xae\x29\x34\xd6\xa8\x0a\xfc\xe3\x6c\x79\x06\xf6\xd3\xb9\x71\x02\xfa\xbf\x7b\xea\x4b\xe7\x2e\x68\xf1\x4e\x48\x59\x27\xb0\x47\xe8\xfa\xe6\xb5\xb4\xeb\xaf\x71\x23\xf9\x58\xb0\xa9\x2f\x03\xd5\x00\x43\x3b\x6f\x3d\xfb\x24\x0e\x73\x60\x1f\x36\x06\xde\x47\xa7\xb6\xc1\xe7\xad\x42\xf2\xec\x3a\xa7\xdb\xec\x67\x2e\xce\xab\xe1\xf5\xe0\x8e\x93\xa2\x35\x91\xc5\x2d\xbb\xf9\x8a\x73\xc7\x2a\x38\x67\x34\xaa\xf2\xd6\x33\xba\x2f\x3d\xbf\x46\x9e\x22\xdf\xc3\x2d\xeb\xcc\x4b\xdf\xc7\xc3\xdc\xc8\x18\x98\xba\xd5\x9e\xb2\xb7\xc7\x97\xf7\x13\x2e\xbe\xe0\xdb\x60\xec\x9c\x81\xbb\x0e\x9d\x27\x99\xce\xd0\x6a\xd0\x0f\x17\xb3\xeb\x9d\x6b\x90\xf5\xa5\x5d\x5e\x69\x7e\x0f\xb7\x8d\xff\xee\xb1\xd6\xd0\xac\xe5\xfd\x9a\xa5\x75\x79\x88\xa1\xec\x68\x4f\x70\xb5\xbc\x68\x48\x60\x30\x74\x7b\xc9\x8a\x5a\xff\x4c\x79\xf1\xcc\x25\x0d\x9c\x2e\x80\x45\xe4\x0c\xd8\x0b\xc1\x25\x5f\x07\x5b\xe7\xe7\xa8\x69\x50\x2b\x64\x2a\x7c\x6f\x24\x76\x06\x75\x22\x45\xe6\xe4\xe8\x66\x72\x8e\x94\xf3\x18\x46\x37\xb9\x67\x63\xf9\x2b\x00\x00\xff\xff\x08\xba\x76\xc1\xc2\x17\x00\x00") - -func clusterroleRbacAuthorizationK8sIoEditYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoEditYaml, - "ClusterRole.rbac.authorization.k8s.io/edit.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoEditYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoEditYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/edit.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x6f\xe3\x30\x0c\x85\x77\xff\x0a\x21\xbb\x1d\x64\x3b\x78\xbd\xe1\x96\x9b\x02\xb4\x3b\x23\x3f\xd8\x44\x64\xd2\x20\x69\xb7\xcd\xaf\x2f\x12\xab\x4b\x93\x49\x8f\xc2\xc3\xa7\x4f\xa4\x85\xdf\x61\xce\x2a\x7d\xb2\x0b\xe5\x8e\xd6\x98\xd4\xf8\x46\xc1\x2a\xdd\xf5\x8f\x77\xac\xc7\xed\x74\x41\xd0\xa9\xb9\xb2\x0c\x7d\xfa\x5b\x56\x0f\xd8\x59\x0b\x9a\x19\x41\x03\x05\xf5\x4d\x4a\x42\x33\xfa\x54\x74\x6c\x49\xa8\x7c\x05\x67\x6f\x69\x84\x44\x63\x6b\x81\xf7\x4d\x9b\x68\xe1\x7f\xa6\xeb\xe2\xf7\x7e\x9b\x0e\x87\x26\x25\x83\xeb\x6a\x19\xf5\x6e\xd1\xc1\x1f\x01\x1b\x24\xf6\x28\x3a\xa0\x26\x9a\xe1\x0b\xe5\x3a\x3a\x6c\xe3\x7d\xd8\x60\x97\x8a\x28\xec\xf1\x08\x23\xf6\xf3\x83\x22\x4f\xcf\xcf\xe3\x33\x20\xf7\xbf\xfb\xb3\x86\x61\x29\x9c\xc9\x11\xaf\xe0\x4f\x28\xba\xcd\x2a\x5d\x56\x09\x62\x81\x75\x2c\xce\xe3\x14\x2f\xc0\x13\xa8\xc4\xe4\x41\xf1\x5b\xfb\xc7\x36\x1b\x28\xb0\x2f\xa3\x8a\x8b\xca\xb9\x62\xde\xce\xff\x6b\xff\x38\x23\x8c\xf3\x0b\xca\x77\x00\x00\x00\xff\xff\x91\xeb\x1c\x21\xd6\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYaml, - "ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoNamespaceViewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\x31\x6b\xc4\x30\x0c\x85\x77\xff\x0a\x71\x7b\x52\xba\x15\xaf\x1d\xba\x77\xe8\xae\x38\x6a\x22\xe2\x58\x41\x92\x1d\xe8\xaf\x2f\xe7\x1e\xa5\x70\xd0\x5b\xc4\xe3\xf1\x3d\x49\x0f\x0f\xfe\x20\x35\x96\x12\x41\x27\x4c\x23\x56\x5f\x45\xf9\x0b\x9d\xa5\x8c\xdb\x8b\x8d\x2c\x4f\xed\x39\x6c\x5c\xe6\x08\xaf\xb9\x9a\x93\xbe\x4b\xa6\xb0\x93\xe3\x8c\x8e\x31\x00\x14\xdc\x29\xf6\x69\x07\x26\x1a\x1a\xd3\x49\x1a\xb4\x66\xb2\x18\x06\xc0\x83\xdf\x54\xea\x61\x57\x78\x80\xcb\x25\x00\x28\x99\x54\x4d\x74\xf3\x7e\xc3\x16\x00\x1a\xe9\x74\xf3\x33\x9b\x77\x71\xa2\xa7\xb5\xab\x85\xfc\x7e\x27\xce\x3b\xdb\xb5\x88\xd2\xc2\xe6\xfa\xb7\xc0\xfd\xb5\x86\x99\x67\x74\x2e\xcb\x49\xd3\x2a\xb2\x25\x29\x9f\xbc\xd4\x9f\x98\x75\x66\xaf\xfe\x2f\xf1\xf8\xc9\xef\x00\x00\x00\xff\xff\x37\xaa\x36\xb6\x5e\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoNamespaceViewerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoNamespaceViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoNamespaceViewerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoNamespaceViewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoRegistryAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x54\xb1\x92\xd3\x30\x10\xed\xfd\x15\x9a\xf4\x4e\x86\x8e\x71\x4b\x41\x4f\x41\xbf\x96\x1f\x8e\x38\x59\xd2\xec\xae\x72\x13\xbe\x9e\x91\xe2\xe3\x12\xfb\x1c\x02\xc3\x0c\x50\x79\xfd\x56\xbb\xef\xe9\xad\x24\x4a\xee\x33\x58\x5c\x0c\x9d\xe1\x9e\xec\x9e\xb2\x1e\x23\xbb\x6f\xa4\x2e\x86\xfd\xd3\x7b\xd9\xbb\x78\x38\xbd\x6b\x9e\x5c\x18\x3a\xf3\xc1\x67\x51\xf0\xa7\xe8\xd1\x4c\x50\x1a\x48\xa9\x6b\x8c\xa1\x10\xa2\xd6\x12\x29\xbf\xc6\xdc\xb6\x89\x09\x41\x8e\xee\x8b\x96\x66\x72\x16\xc5\xd4\xc6\xe0\xcf\x9d\xd9\x29\x67\xec\x6a\xc9\x5b\xf4\xb9\x07\x07\x28\xaa\x0a\xca\x1a\x73\x1a\x48\x71\x55\x17\x68\x42\x67\x18\xa3\x13\xe5\x73\x4b\xc3\xe4\x42\xc3\xd9\x43\xba\xa6\x35\x94\xdc\x47\x8e\x39\x55\x55\xad\xd9\x95\x0a\x86\xc4\xcc\x16\x33\x26\xb0\x0c\x95\x39\xe6\x93\xb3\x20\x6b\x63\x0e\x15\x3b\x81\xfb\x79\xa1\x65\x90\xa2\x86\x03\x3c\x6e\x42\x1b\xbd\x87\x2d\x9a\x2b\x38\x42\xeb\xd7\x3b\xb9\x04\x89\xd4\x1e\x6b\x74\xd9\x40\x0d\x9f\x2b\xf8\xb6\xc8\xd6\xb8\x89\x46\xdc\x38\xb7\xd6\x5e\xd7\x88\x32\x68\xba\x84\x4b\x74\xa2\x94\x5c\x18\x57\xf8\x1a\x38\x5c\xfb\x70\x95\x50\x1a\xff\x33\x1f\x52\xe4\x8d\xd1\xfd\x21\x0a\x39\x78\x3a\x83\x17\x1c\x2f\x7b\x9d\x37\xb6\xc5\xb5\x7d\x31\xd6\x9c\x1c\x3d\x7a\x17\x86\x1f\x13\x2c\xc0\x5f\x9a\xc6\xe6\xe3\xf0\x6f\xcb\xfe\x0d\xd7\x7d\xb4\xe4\x5f\x30\xb2\x16\x22\x8c\x93\xc3\xb3\xbc\xa6\x25\xf7\x5f\x61\x75\x9d\x9d\x13\xf5\x01\x7a\xc5\x1f\x38\x8a\x8f\x59\x7b\x8f\xfc\xd1\xf3\xbe\x68\x59\x1e\x50\x49\x64\x97\x13\x2a\xb6\x6f\xd9\x99\x38\x16\x05\x3f\x31\x72\x5e\xb5\xe8\x7b\x35\xee\x7b\x14\xbf\x74\x4f\x36\x87\xf5\xb0\x55\xdf\x03\x00\x00\xff\xff\xef\x0a\x90\x9c\x08\x07\x00\x00") - -func clusterroleRbacAuthorizationK8sIoRegistryAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoRegistryAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoRegistryAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoRegistryAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoRegistryEditorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x52\x3d\x6f\xeb\x30\x0c\xdc\xfd\x2b\x84\xec\x4e\xf0\xb6\x07\xaf\x6f\x78\x7b\x87\xee\x8c\x7c\x75\xd4\xc8\xa2\x40\x52\x29\xdc\x5f\x5f\x58\x71\x81\x7c\x38\x68\x87\x2e\x9d\x7c\x3e\xf3\x8e\x47\x9a\x94\xc3\x33\x44\x03\xa7\xce\xc9\x9e\xfc\x96\x8a\x1d\x58\xc2\x3b\x59\xe0\xb4\x3d\xfe\xd5\x6d\xe0\xdd\xe9\x4f\x73\x0c\xa9\xef\xdc\xbf\x58\xd4\x20\x4f\x1c\xd1\x8c\x30\xea\xc9\xa8\x6b\x9c\xa3\x94\xd8\xaa\x44\xe7\x57\xe7\xae\x6d\x38\x23\xe9\x21\xbc\xd8\x6c\xa6\x93\x1a\xc6\x96\x53\x9c\x3a\xb7\x31\x29\xd8\x54\xc9\x5a\xfb\xb2\x87\x24\x18\x6a\x0a\x2a\xc6\x25\xf7\x64\xb8\xd0\x25\x1a\xd1\x39\xc1\x10\xd4\x64\x6a\xd1\x07\x63\x69\xa4\x44\x68\xd7\xb4\x8e\x72\xf8\x2f\x5c\x72\x8d\xd5\xba\xcd\x2c\x11\x28\x17\xf1\x58\x38\x85\x17\x98\x2e\x58\x4e\xc1\x83\xbc\xe7\x92\x2a\x77\x82\xec\x97\x42\x2f\x20\x43\x85\x3d\x22\xae\xa0\xe7\x18\xe1\xe7\xd0\x95\x1c\x60\xf5\x19\x83\x9e\x41\x26\xf3\x87\x8a\xce\x13\x54\xf8\x56\xc9\xf5\x90\xad\x0b\x23\x0d\xb8\x5a\xdd\x7d\xf6\x5a\xa3\x26\xa0\xf1\x0c\x6f\xd9\x91\x72\x0e\x69\xb8\xe3\xef\x89\xdd\xe5\x1e\x2e\x3e\x18\x0d\xbf\x6c\x0f\x99\xe5\xc1\xaf\xfb\xa1\x16\xba\x8b\x34\x41\x6e\x7a\x7c\xce\xba\x0c\xf6\xad\xdb\x9b\xaf\x57\x33\x79\xac\x78\x3d\x0a\x9b\x85\x5f\xe1\xed\x8b\xb8\x4b\xd5\x8a\xef\x47\x00\x00\x00\xff\xff\x67\x04\xbd\x7e\xf3\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoRegistryEditorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoRegistryEditorYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoRegistryEditorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoRegistryEditorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoRegistryViewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\x3f\x4f\xc3\x40\x0c\xc5\xf7\x7c\x0a\x2b\x7b\x5a\xb1\xa1\xac\x0c\xec\x0c\xec\x6e\xfa\x48\x4d\x73\x7f\x64\xfb\x5a\x85\x4f\x8f\x7a\xcd\x40\xdb\x48\x30\x30\xd9\x67\xbd\xf7\x7b\x4f\xc7\x59\xde\xa1\x26\x29\xf6\xa4\x3b\x1e\x36\x5c\xfc\x90\x54\xbe\xd8\x25\xc5\xcd\xf1\xd9\x36\x92\xb6\xa7\xa7\xe6\x28\x71\xdf\xd3\xcb\x54\xcc\xa1\x6f\x69\x42\x13\xe0\xbc\x67\xe7\xbe\x21\xe2\x18\x93\x57\x8b\x5d\x9e\x44\xb7\x98\x94\x11\xed\x20\x1f\x7e\x81\xd9\x6c\x8e\xd0\xa5\x38\xcd\x3d\xb5\xae\x05\x6d\xb5\xac\xc5\x97\x1d\x34\xc2\x51\x5b\x70\xf1\x54\xf2\x9e\x1d\x3f\x7c\x91\x03\x7a\x52\x8c\x62\xae\x73\x77\x12\x9c\xa1\x8d\x96\x09\xd6\x37\x1d\x71\x96\x57\x4d\x25\xd7\x5a\x1d\xb5\x6d\x1d\x12\x78\xc4\x4d\xab\x86\x48\x61\xa9\xe8\x80\x45\x5a\x35\xe6\x0a\x0e\xd7\xf5\xfe\x1a\x38\x67\x89\xe3\xc3\xfd\xe1\xe0\x5c\x45\x27\xe8\x6e\x61\x8f\xf0\x3a\x27\xb1\xeb\x72\x66\x1f\x0e\xff\x55\xd7\xb6\x13\xcf\xd0\x95\xcc\xf5\x80\x3b\xd2\xe5\x47\x2d\xf3\x80\x3f\x03\x3a\xca\x9a\x3e\x31\xf8\x2f\x1d\x17\xd5\x0a\xf7\x3b\x00\x00\xff\xff\xfa\xc3\x11\x26\x87\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoRegistryViewerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoRegistryViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoRegistryViewerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoRegistryViewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoRouterMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x31\xae\xc2\x30\x0c\x80\xe1\xdd\xa7\xf0\x05\x9a\xea\x6d\x4f\x59\x19\xd8\x19\xd8\xdd\xd6\x50\xab\x4d\x1c\xd9\x4e\x07\x4e\x8f\x10\x20\x31\xff\x9f\x7e\x6a\x72\x65\x73\xd1\x9a\xd1\x26\x9a\x13\xf5\x58\xd5\xe4\x41\x21\x5a\xd3\xf6\xef\x49\x74\x3c\xfe\x60\x93\xba\x64\x3c\xed\xdd\x83\xed\xa2\x3b\x43\xe1\xa0\x85\x82\x32\x20\x56\x2a\x9c\xd1\xb4\x07\xdb\x50\x38\x4c\x66\x07\xeb\x3b\x7b\x86\x01\xa9\xc9\xd9\xb4\x37\x7f\xd1\xe1\xcd\x92\x36\xae\xbe\xca\x2d\x92\x28\x20\x1a\xbb\x76\x9b\xf9\xd7\x98\x8f\xdf\x17\xe2\xc1\x36\x7d\xe2\x9d\x03\x9e\x01\x00\x00\xff\xff\x65\x21\xd6\x67\xb9\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoRouterMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoRouterMetricsYaml, - "ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoRouterMetricsYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoRouterMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSarCreatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xae\xc2\x40\x0c\x04\x7b\x7f\x85\x95\x3e\x79\x7a\x1d\xba\x96\x82\x9e\x82\xde\xb9\xac\x84\x49\x72\x8e\xec\xbb\x20\xf1\xf5\x08\x94\x92\x76\xb5\xa3\x19\xd9\xf4\x06\x0f\xb5\x92\xd8\x47\xc9\x83\xb4\x7a\x37\xd7\x97\x54\xb5\x32\xcc\xa7\x18\xd4\xfe\xf6\x7f\x9a\xb5\x4c\x89\xcf\x4b\x8b\x0a\xbf\xda\x02\x5a\x51\x65\x92\x2a\x89\x98\x8b\xac\x48\x1c\xe2\x7d\x76\x48\x35\x27\x6f\x0b\x22\x51\xcf\xb2\xe9\xc5\xad\x6d\xf1\xf9\xf5\xdc\x75\xc4\xec\x08\x6b\x9e\x71\x6c\xd1\xc6\x07\x72\x95\x9c\x11\xe1\xd8\x15\xcf\xf8\x19\x42\xcc\x3b\x7c\x3c\xb0\xaf\x0a\xf4\x0e\x00\x00\xff\xff\xee\xa8\xe3\x13\xc3\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSarCreatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSarCreatorYaml, - "ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSarCreatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSarCreatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\xe1\xdd\x2e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\x96\x2f\x88\x1a\x5b\x34\x48\xca\x45\xfa\xf5\x85\x95\x0c\x2d\x9a\x64\x12\x04\xf0\xde\x3b\x92\xd7\xfc\x01\xb5\x2c\x25\x92\x8e\x9c\x06\xae\x7e\x14\xcd\xdf\xec\x59\xca\x70\x7a\xb1\x21\xcb\xd3\xf6\x1c\x4e\xb9\x4c\x91\x5e\xe7\x6a\x0e\x7d\x97\x19\x61\x81\xf3\xc4\xce\x31\x10\x71\x29\xe2\x2d\x62\xfb\x97\xe8\x2f\x46\x56\x14\x3b\xe6\x83\xef\x30\x3b\x9b\x63\xe9\xa5\xcc\xe7\x48\x9d\x6b\x45\xd7\x22\xb7\xf4\x75\x84\x16\x38\x5a\x0b\xae\x2e\x75\x9d\xd8\xf1\x2b\x57\x78\x41\x24\xc3\x7c\xe8\x39\x25\x98\xf5\x8a\x2d\xe3\x0b\x1a\xb4\xce\xb0\x18\x7a\xe2\x35\xbf\xa9\xd4\xb5\x75\xeb\xa9\xeb\xda\x73\xbf\x62\x20\x52\x98\x54\x4d\xb8\x46\x76\xbe\xd5\xf1\x13\xc9\x1b\xf5\xe2\xb0\x40\xb4\x41\xc7\xeb\x50\x52\xb0\xe3\xbf\xef\xd6\x49\x1f\x2a\x2e\x8b\x3c\x72\xfc\x04\x00\x00\xff\xff\x05\xc6\xe3\xab\xb7\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYaml, - "ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSelfProvisionerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x50\xbd\x4e\xc4\x30\x0c\xde\xf3\x14\x56\xf7\x16\xb1\xa1\x6c\x88\x81\x9d\x81\xdd\x97\x7e\xa7\x0b\xd7\xc6\xc1\x76\x2a\x1d\x4f\x8f\x1a\x75\xa0\x12\x93\x65\xf9\xfb\x35\xd7\xfc\x09\xb5\x2c\x25\x92\x5e\x38\x4d\xdc\xfc\x26\x9a\x7f\xd8\xb3\x94\xe9\xfe\x62\x53\x96\xa7\xed\x39\xdc\x73\x99\x23\xbd\x2d\xcd\x1c\xfa\x21\x0b\xc2\x0a\xe7\x99\x9d\x63\x20\xe2\x52\xc4\x3b\xc5\xf6\x95\xe8\x2c\x23\x15\xc5\x6e\xf9\xea\xbb\x98\x3d\xcc\xb1\x8e\x52\x96\x47\xa4\xc1\xb5\x61\xe8\x94\x13\x68\x86\x25\xcd\xd5\x7b\xb0\x57\x6a\x06\x25\xbf\xb1\x53\xe2\x42\x8a\xef\x06\x73\xaa\x2a\x5f\x48\x6e\x53\xe7\xff\x17\xbf\x5d\xa0\x05\x8e\xde\x82\x9b\x4b\xab\x33\x3b\xfe\xf8\x16\x5e\x11\xc9\xb0\x5c\xc7\xaa\xb2\xe5\xfd\x15\xd0\xa0\x6d\x81\xc5\x30\x12\xd7\xfc\xae\xd2\x6a\xef\x35\xd2\x30\xf4\x71\x38\x9f\x8a\x05\x22\x85\x49\xd3\x84\x03\x7c\xa0\x8e\xb8\x16\x88\x36\xe8\xe5\x38\x26\x05\x3b\xc2\x6f\x00\x00\x00\xff\xff\x05\xa0\x54\x21\x81\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSelfProvisionerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSelfProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSelfProvisionerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSelfProvisionerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x31\x93\xe2\x30\x0c\x85\xfb\xfc\x0a\x0f\x7d\x60\xae\xbb\x49\x7b\xc5\xf5\x5b\x6c\xaf\x38\x0f\xf0\x60\x6c\x8f\x24\x67\x67\xf8\xf5\x3b\x04\xb3\x0b\x1b\x87\xa5\xa0\x42\x23\xc9\x44\x9f\xf4\x1e\x25\xf7\x0e\x16\x17\x43\x67\xb8\x27\xbb\xa6\xac\xfb\xc8\xee\x44\xea\x62\x58\x1f\xfe\xca\xda\xc5\xcd\xf8\xa7\x39\xb8\x30\x74\xe6\x9f\xcf\xa2\xe0\xb7\xe8\xd1\x1c\xa1\x34\x90\x52\xd7\x18\x13\xe8\x88\xce\x08\x78\x74\x16\xad\x25\x25\x1f\x77\xad\x8d\x41\x39\x7a\x0f\x6e\x38\x7b\x48\xd7\xb4\x86\x92\xfb\xcf\x31\x27\x39\x3f\x6b\xcd\x6a\xd5\x18\xc3\x90\x98\xd9\xa2\xe4\x04\x96\xa1\xd2\x18\x33\x82\xfb\x92\xb4\x0c\x52\x4c\x61\x4e\xc3\x35\x4c\xa4\x76\x3f\x45\x03\x3c\x4a\x72\x07\x9d\x7e\xbd\x93\x4b\xf0\x31\x75\xcd\xbe\x5d\xc6\x2d\xd3\x16\xd6\xf9\x38\xf6\xc2\x5c\xba\x7b\x8e\x07\xb0\x6c\x44\x49\xb3\x54\x1a\xac\x27\x11\x3c\x68\x48\x9e\xc2\x5d\xb9\xe4\x5d\x10\xa5\x60\x51\xab\xf5\x2e\x0c\x2e\xec\x1e\x96\xb6\x2e\x90\x77\x27\xf0\xc2\xbf\x32\xb6\x60\x04\x8b\xbb\xd7\x73\x9c\x65\x8e\x3a\xc0\xcd\x91\xca\x65\x5e\xba\xe9\x2a\x4c\x6d\x01\x15\xac\xfb\xe9\xbe\xf4\x70\x15\xc8\x82\x2e\x6a\x9a\xc4\x88\xf0\x53\x92\xdf\xe2\x2b\xe2\x7c\x0d\x77\x59\xfc\x92\x72\x2a\x37\x9a\x1d\x67\xd1\x3a\x37\x2e\xa9\xba\xe8\x79\xeb\xa8\x9e\x77\xbe\x88\x94\xe2\x90\x18\xf2\xa4\x8d\x7f\x37\xef\x67\x00\x00\x00\xff\xff\xbd\xc4\x8b\x82\xa8\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\xbd\x4e\xc6\x30\x0c\x45\xf7\x3c\x85\x5f\x20\x45\x6c\x28\x2b\x03\x3b\x03\xbb\xbf\xd4\x6a\xad\xa6\x71\x64\x3b\xa9\xc4\xd3\xa3\x96\x22\x21\xc4\x76\xfd\x73\xee\xc1\xc6\x1f\xa4\xc6\x52\x13\xe8\x03\xf3\x84\xdd\x57\x51\xfe\x44\x67\xa9\xd3\xf6\x62\x13\xcb\xd3\x78\x0e\x1b\xd7\x39\xc1\x6b\xe9\xe6\xa4\xef\x52\x28\xec\xe4\x38\xa3\x63\x0a\x00\x15\x77\x4a\x60\xa4\x83\x33\x65\x74\x2c\xb2\xc4\x9f\xb1\xa0\x59\x1c\x4c\x07\x69\xd0\x5e\xc8\x52\x88\x80\x8d\xdf\x54\x7a\xb3\x13\x8f\x7f\xd0\xdb\x1b\x00\x94\x4c\xba\x66\xba\xdf\xf2\xb7\xff\x77\x33\xd9\x3f\x97\x56\xb0\x9e\xfb\x41\xfa\xb8\xd1\xc2\xe6\x57\x38\xd0\xf3\x7a\xa5\x85\x3c\x7c\x05\x00\x00\xff\xff\xc4\x46\x1d\x0d\x01\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStorageAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x90\x31\x4f\x03\x31\x0c\x85\xf7\xfb\x15\x51\xf7\x2b\x62\x43\xb7\x32\xb0\x33\xb0\xbb\xb9\x47\x1b\x35\xb1\x23\xdb\x39\x54\x7e\x3d\xba\xf4\x06\x4a\xbb\x33\xe5\xc5\xd6\xb3\x3f\x3f\xaa\xe9\x03\x6a\x49\x78\x0a\x7a\xa0\xb8\xa7\xe6\x27\xd1\xf4\x4d\x9e\x84\xf7\xe7\x17\xdb\x27\x79\x5a\x9e\x87\x73\xe2\x79\x0a\xaf\xb9\x99\x43\xdf\x25\x63\x28\x70\x9a\xc9\x69\x1a\x42\x20\x66\xf1\x6e\xb1\xf5\x1b\xc2\xed\x18\xa9\x60\x3b\xa5\x4f\x5f\x87\xd9\xc5\x1c\x65\x14\xce\x97\x29\xec\x5c\x1b\x76\xdd\xf2\x68\x7d\x3b\x40\x19\x8e\x4e\x41\xcd\xa5\xd5\x99\x1c\xbf\x7c\x4c\x05\x53\x30\x17\xa5\x23\x46\x9a\x4b\xe2\x41\x5b\x86\x4d\xc3\x18\xa8\xa6\x37\x95\x56\x3b\xd4\x18\x76\xab\x41\x61\xd2\x34\x62\xab\xd5\xf5\x7a\x73\xb0\x2f\x92\x5b\x81\x0d\x21\x2c\xd0\xc3\xd6\x8e\x0a\x72\x74\x39\x23\xe3\x46\x46\xc9\x19\x71\x05\xed\xc5\x23\xbc\xbf\x39\xd9\x55\x54\xf2\x78\xea\xea\x4a\xdd\xe5\x57\x2f\xde\xa1\x6d\x07\x6c\x81\xdf\x63\x6e\xfd\x98\xc9\xec\xbf\x18\x1f\xc5\x87\x05\xec\xf6\x30\xc9\x98\x29\x95\x3f\xa8\x77\xfb\xaf\xab\x7e\x02\x00\x00\xff\xff\x1c\x9d\x0c\x76\x86\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStorageAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStorageAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStorageAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStorageAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x4e\x04\x31\x0c\x85\xfb\x9c\xc2\x17\xd8\x41\x4b\x85\xa6\xa5\xa0\xa7\xa0\xf7\x24\x66\xd7\xca\x8f\x23\xdb\x59\xa4\x3d\x3d\x9a\x61\xb4\x0c\x12\x55\xbe\xf7\xbd\x17\xc9\xd8\xf9\x83\xd4\x58\xda\x0c\xba\x60\x9c\x70\xf8\x55\x94\xef\xe8\x2c\x6d\xca\x2f\x36\xb1\x3c\xdd\xce\x0b\x39\x9e\x43\xe6\x96\x66\x78\x2d\xc3\x9c\xf4\x5d\x0a\x85\x4a\x8e\x09\x1d\xe7\x00\x50\x70\xa1\x62\x2b\x01\x60\xef\x33\x98\x2b\xd7\x3b\x07\x80\x86\x95\x1e\xf9\x84\xa9\x72\x0b\x3a\x0a\xd9\x1c\x4e\x80\x9d\xdf\x54\x46\xdf\xbe\x9e\x20\xe3\x67\xc6\x69\xdf\x4e\x2c\x01\x40\xc9\x64\x68\xa4\xe3\xc2\x7e\x31\x4a\x6b\x14\xfd\x1f\xf3\xcc\x07\x59\x59\x55\xb4\x62\x26\x3d\xd8\x61\x7f\xa2\x4b\xe7\x78\xc8\x8b\x72\xba\xd0\x2a\x6e\xa4\xcb\x7e\xc0\x85\x7c\x7b\x0b\xdb\x0f\x7c\xa1\xc7\xeb\x46\x51\x09\x9d\x36\x4c\x54\x68\xc7\xfe\xe8\x47\x4f\x6b\xff\x1d\x00\x00\xff\xff\x4a\x5e\xa5\x00\x78\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x7f\xc0\x29\xb2\x15\x5e\x3b\x74\xef\xd0\x9d\xb2\x0f\x0e\x11\x59\x14\x48\x2a\x43\xbe\xbe\x88\x23\x74\x69\xb3\x3d\xe2\x0e\xc7\xc7\x4d\xbe\x61\x2e\x5a\x67\xb2\xcc\xcb\x89\x7b\x5c\xd4\xe4\xce\x21\x5a\x4f\xd7\x77\x3f\x89\xbe\xdd\xce\x19\xc1\xe7\x74\x95\xba\xce\xf4\x51\xba\x07\xec\x4b\x0b\xd2\x8e\xe0\x95\x83\xe7\x44\x54\x38\xa3\xf8\x83\x88\xb8\xb5\x99\x3c\x4c\xf6\xbb\x24\xa2\xca\x3b\x7e\xef\x69\x79\x0e\x4c\xda\x60\x1c\x6a\xd3\x56\x34\x73\x49\xd6\x0b\x7c\x4e\x13\x71\x93\x4f\xd3\xde\x8e\xb1\xe9\xb5\x58\x22\x32\xb8\x76\x5b\x30\xaa\x63\xda\xb4\x20\x4b\x5d\xa5\x6e\x9e\x88\x6e\xb0\x3c\x0a\x1b\xe2\x59\x34\x70\xe0\xc0\x15\x05\x03\x1b\xc7\x72\x39\xa8\xb7\xf5\x91\xff\x71\xf1\x50\xe3\x0d\x2f\x05\x46\xbe\x14\x76\xc7\x3f\xbf\x7f\x02\x00\x00\xff\xff\x33\x45\x04\x59\x71\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xb1\x72\xdb\x30\x0c\xdd\xf5\x15\xbc\xec\xb6\x2f\x9d\x7a\x5e\x3b\x74\xef\xd0\x1d\x22\x61\x19\x67\x8a\xe0\x01\xa0\xd3\xe4\xeb\x7b\x92\x75\xb1\x1a\xc9\x71\xec\xc6\xce\x64\x18\xe0\x01\xef\xf1\x01\x10\x21\xd3\x6f\x14\x25\x4e\x6b\x27\x35\xf8\x25\x14\xdb\xb2\xd0\x0b\x18\x71\x5a\xee\xbe\xeb\x92\x78\xb5\x7f\xac\xd1\xe0\xb1\xda\x51\x0a\x6b\xf7\x23\x16\x35\x94\x5f\x1c\xb1\x6a\xd1\x20\x80\xc1\xba\x72\x2e\x42\x8d\x51\x3b\xcb\x39\xc8\x79\xed\xd4\x84\xda\x17\xaa\x9c\x4b\xd0\xe2\xeb\xff\x85\x3f\x24\x58\x70\x46\x01\x63\x59\x74\x61\xcd\xe0\x31\x54\x52\x22\xea\xba\x5a\x38\xc8\xf4\x53\xb8\xe4\x3e\xe1\xc2\x3d\x3c\x54\xce\x09\x2a\x17\xf1\x38\xf8\x14\x65\x4f\x1e\xc1\x7b\x2e\xc9\xb4\x72\x6e\x8f\x52\x0f\xc1\x06\xad\xff\xf5\x82\x60\xd8\x9b\x01\x23\x0e\x66\x06\xf3\xdb\xde\x2a\x39\x74\xf1\x49\xc1\x93\xb7\x31\xc5\x21\x1c\xb1\xa6\x14\x28\x35\x9f\x0c\x62\x8e\xb5\xe7\xb4\xa1\xa6\x85\x7c\xa2\x56\x24\x3d\x18\x4f\xaf\xe9\xaf\x2d\xbf\x83\xcd\x0e\x96\x83\x6c\xb3\xd4\xfb\x13\x3a\x32\x57\x6a\x60\x65\xe4\xf1\x9c\x12\x7a\x9b\xf1\x7c\xa3\x91\xb3\x25\x11\x96\x16\x76\x28\x23\x6f\x2d\x14\x1a\xbc\x3d\xd1\xb9\x7b\xce\x1c\x3e\x5e\x78\xa8\x76\x49\xdb\x7e\x0d\x2b\x4c\x21\x33\x9d\x9c\x96\x37\xd5\x27\x29\xf1\x8f\x61\xea\xd6\x85\x4e\x53\x07\xcc\x91\x9f\x5b\x4c\x83\xd8\xa3\xff\x2b\xf5\x10\x0f\xb0\x05\x73\x24\x0f\x8a\x1f\x84\xf0\x3f\x17\x00\x39\x5f\x8d\xf3\x1f\xef\xb1\xa7\x3b\x13\x37\x25\x0e\xf8\xef\xcb\x67\x56\xd0\x3d\x4e\xd4\x1c\xf2\x5f\xa4\xde\xc0\xa3\x5b\x74\x9e\x93\x09\xc7\x78\x18\xc5\xdb\x4b\xb4\xe4\x8c\x49\xb7\xb4\xb1\xd9\x1d\x73\x54\xe2\xb0\xfa\xde\xaa\x36\x78\x67\xb5\x7b\x8d\x1d\x15\x9c\x06\x37\x94\x20\xd2\xcb\x3d\xe8\xd6\x85\x62\x38\xc3\xb7\x3f\x33\xa6\xda\x3b\xe6\x25\x7e\x03\x60\x82\xf8\x88\xe8\xe9\x2c\x36\x6a\xa1\xc1\x33\xd8\xfa\x33\x6a\x82\xd0\xea\xc4\x71\xbc\xe5\xcb\x81\x1e\xe1\x5d\x37\x06\x5f\xd4\xbe\xf3\xfb\xdd\xcb\xf9\x6d\x70\x6d\xc5\xf7\x66\x38\xa1\x3d\xb1\xec\x32\x47\xf2\x74\x87\x0f\xcc\x50\x8f\x52\x73\xf2\x6d\x74\x6f\x48\xc2\xc5\xce\x35\x71\x7f\x46\x47\xe6\xca\x17\x35\x6e\x17\x5b\xee\x71\xdc\x42\xb6\xd9\x17\x46\xf7\xf2\x56\xc3\x64\x7b\x8e\xa5\x45\x1f\x81\xda\x5b\xf5\x4d\xaf\xc0\xf3\xec\x33\x27\x90\x4a\xc9\xdd\xe8\xd4\x25\x34\xf7\xf8\x90\xbd\xd7\xc4\x94\x1a\x41\xd5\xcf\xef\x95\xbf\x01\x00\x00\xff\xff\xa2\xc2\xa8\x81\xec\x0c\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x8f\x31\x4f\xc3\x30\x10\x85\x77\xff\x8a\x53\xf7\x04\x75\x43\x59\x19\xd8\x19\xd8\x2f\xce\x83\x9e\xe2\xda\xd6\xdd\x39\x88\xfe\x7a\x44\x08\x15\x6a\x16\xc4\xc2\xe4\xcf\x67\xfb\x7d\x7e\x5c\xe5\x19\x6a\x52\xf2\x40\x3a\x72\xec\xb9\xf9\xa9\xa8\x5c\xd8\xa5\xe4\x7e\xbe\xb7\x5e\xca\xdd\x72\x1c\xe1\x7c\x0c\xb3\xe4\x69\xa0\x87\xd4\xcc\xa1\x4f\x25\x21\x9c\xe1\x3c\xb1\xf3\x10\x88\x12\x8f\x48\xf6\x49\x44\x5c\xeb\x40\xe6\x2a\xe7\x8b\x04\xa2\xcc\x67\x5c\xf7\x1d\xb2\x8b\xbf\x77\xa5\x42\xd9\x8b\x06\x6d\x09\x36\x84\x8e\xb8\xca\xa3\x96\x56\xd7\x90\x8e\x66\x7e\x99\xb9\xdf\x5e\xf5\x52\x02\x91\xc2\x4a\xd3\x88\x9f\x37\xbc\x54\x89\x16\x88\x16\xe8\xb8\x1d\xbc\xc2\xd7\x35\x89\x7d\xc1\x1b\x7b\x3c\xad\x14\x15\xec\x58\xb1\x5e\x87\xad\x4e\xdf\xc3\x09\x09\x8e\xfd\x6f\x0e\x87\xbd\x1f\x0b\xb2\xdf\xa8\xb7\xfc\xbf\xb6\x69\x06\xfd\x9f\x32\x86\xa8\xb8\x6d\xb3\x73\xff\xd2\xf8\x11\x00\x00\xff\xff\x01\xdc\xad\x7e\x59\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xcc\xb1\x4e\xc5\x30\x0c\x85\xe1\xdd\x4f\x61\xdd\x3d\x45\xdd\x50\x56\x06\x76\x06\x76\xa7\x35\x60\x25\x8d\x23\xdb\xe9\xd0\xa7\x47\xa0\xea\x6e\xe7\x7c\xc3\x4f\x43\x3e\xd9\x5c\xb4\x67\xb4\x42\xdb\x42\x33\x7e\xd4\xe4\xa2\x10\xed\x4b\x7d\xf5\x45\xf4\xe5\x5c\x0b\x07\xad\x50\xa5\xef\x19\xdf\xda\xf4\x60\xfb\xd0\xc6\x70\x70\xd0\x4e\x41\x19\x10\x1b\x15\x6e\xfe\xb7\x10\x69\x8c\x8c\x1e\x26\xc7\x25\x80\xd8\xe9\xe0\xe7\x4f\x95\xbe\x2a\xa5\x62\x5a\xd9\xc0\x66\x63\xcf\x90\x90\x86\xbc\x9b\xce\xf1\x5f\x48\xf8\x78\x00\xa2\xb1\xeb\xb4\x8d\x6f\xeb\xba\xb3\x03\xe2\xc9\x56\x6e\xfa\xe6\x80\xdf\x00\x00\x00\xff\xff\xdc\x9d\x3f\x59\xc5\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x4f\xc4\x30\x0c\x85\xf7\xfc\x0a\xeb\xf6\x16\xdd\x86\xba\x32\xb0\x33\xb0\xbb\xe9\x83\xb3\x9a\xc6\x91\xe3\x14\xe9\x7e\x3d\x22\x94\x13\xba\x9b\xfc\xf9\xd9\x7e\xcf\x5c\xe4\x1d\x56\x45\xf3\x44\x36\x73\x1c\xb9\xf9\x45\x4d\xae\xec\xa2\x79\x5c\x9f\xeb\x28\xfa\xb4\x9f\x67\x38\x9f\xc3\x2a\x79\x99\xe8\x25\xb5\xea\xb0\x37\x4d\x08\x1b\x9c\x17\x76\x9e\x02\x51\xe2\x19\xa9\xfe\x10\x11\x97\x32\x51\x75\x93\xed\x2a\x81\x28\xf3\x86\x5b\x3f\xb8\x16\x89\x83\x16\x18\xbb\x5a\xb0\x96\x50\xa7\x30\x10\x17\x79\x35\x6d\xa5\x7b\x0c\xb4\xf2\xc7\xca\xe3\x71\x34\x8a\x06\x22\x43\xd5\x66\x11\xff\x37\xba\x5b\x0d\x44\x3b\x6c\x3e\x06\x9f\xf0\x5e\x93\xd4\x5f\xf8\x62\x8f\x97\x4e\xd1\xc0\x8e\x8e\xe5\x26\xb6\xb2\xfc\x89\x0b\x12\x1c\x8f\xdf\x9c\x4e\x8f\xf9\xd8\x91\xfd\x2e\xfa\xf0\xff\x0e\x00\x00\xff\xff\xdc\x90\x75\xde\x59\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSudoerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xbb\x4e\xeb\x40\x10\x86\xfb\x7d\x8a\x91\xfb\xf8\xe8\x74\x68\x5b\x0a\x3a\x0a\x0a\xfa\x71\x3c\x90\x55\xbc\x33\xab\xb9\x44\x0a\x4f\x8f\xbc\x44\x91\x2d\xa0\xa3\xda\xdb\xff\x7f\xfb\x69\xb0\x95\x57\x52\x2b\xc2\x19\x74\xc2\xe3\x88\xe1\x27\xd1\xf2\x81\x5e\x84\xc7\xf3\x83\x8d\x45\xfe\x5d\xfe\xa7\x73\xe1\x39\xc3\xe3\x12\xe6\xa4\x2f\xb2\x50\xaa\xe4\x38\xa3\x63\x4e\x00\xc8\x2c\xde\x2b\xb6\x1e\x01\xf6\x18\x69\xc4\x76\x2a\x6f\xbe\xc2\xec\x6a\x4e\xf5\x20\xbc\x5c\x33\x0c\xae\x41\x43\xaf\xfc\xf4\x7d\x4c\xa4\x4c\x4e\xdd\x02\xc3\x25\xda\x8c\x4e\x9b\x1e\x63\xa5\x0c\x16\xb3\x90\x26\x8d\x85\x2c\xa7\x03\x60\x2b\x4f\x2a\xd1\xba\xcd\x01\x86\xa1\x2f\x61\xa4\x3b\x97\x04\xa0\x64\x12\x7a\xa4\x67\xac\x74\x4b\x7f\x09\x66\x9c\x6b\xe1\x4d\x62\xf7\xba\xa2\xec\x0e\x5d\x77\x17\xd2\xe9\x16\x29\xb5\x91\x9a\x30\x3a\xfd\x91\x4b\xc5\x75\xec\xf6\xdd\xe6\xbd\x93\x37\xd1\xfb\xc5\x2f\x3e\x9f\x01\x00\x00\xff\xff\x34\xe6\xfa\xcd\xf1\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSudoerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSudoerYaml, - "ClusterRole.rbac.authorization.k8s.io/sudoer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSudoerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSudoerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/sudoer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\xb1\x92\xdb\x38\x0c\xed\xfd\x15\x1a\xf7\x5e\xcf\x75\x37\x6a\xaf\xb8\xfe\x8a\xeb\x21\x12\xd6\x62\x4d\x01\x0c\x08\xda\xeb\x7c\x7d\x86\x94\x6c\xcb\x2b\xef\x66\x33\x93\xc4\xa9\x4c\x80\x20\xf0\xf0\xf8\x0c\x11\x22\xfd\x8f\x9a\x48\xb8\x6d\xb4\x03\xf7\x04\xd9\x9e\x45\xe9\x2b\x18\x09\x3f\xed\xff\x4e\x4f\x24\xdb\xc3\x5f\xab\x3d\xb1\x6f\x9b\x7f\x42\x4e\x86\xfa\x9f\x04\x5c\x0d\x68\xe0\xc1\xa0\x5d\x35\x0d\x30\x8b\xd5\x23\xa9\x98\x4d\x73\x9b\x46\x22\x72\x7a\xa6\x9d\x95\x64\xe9\x94\x0c\x87\x8d\x70\x38\xb5\xcd\xda\x34\xe3\xba\x1e\xb9\x57\x3e\x77\xa8\x8c\x86\x15\x05\x64\x93\x1c\x3d\x18\xb6\xcd\x7a\x07\x21\xd5\x83\x01\x3a\x0c\x53\xd5\xdb\xf8\x4e\xc4\x92\x29\xc4\x48\xdc\x8f\xed\x6d\x3c\xee\x20\x07\x4b\xef\x56\x1c\x1b\x86\xbe\x57\xec\xc1\x70\x63\xb2\x01\x3f\x10\xcf\xa0\x32\x0c\xd8\x36\x63\x1b\xed\x32\x72\xa5\x39\x60\x6a\x57\x9b\x06\x22\xfd\xab\x92\x63\x45\xb7\x69\xd6\xe5\xb0\x62\x92\xac\x0e\x27\x5f\x14\x9f\x2e\x8b\x2d\x98\x81\x7b\xbe\xda\xf8\x8a\xee\x6a\x45\x51\xdb\x89\x1e\x41\xfd\xcc\xa9\xf2\x7a\x5a\x35\xcd\x01\xb5\x9b\x72\x3a\x45\x30\xac\x4b\x8f\x01\x6f\x96\x4e\x42\x40\x57\x5a\xad\xce\x1e\xad\xfe\x06\x4a\xe3\x22\x82\x4d\x00\x46\xa6\xeb\xf2\x58\x9d\x9f\xea\xc7\x09\xef\xa8\x1f\x20\x8e\x5d\x21\xfb\x28\xc4\x36\xf5\x58\x94\x96\x0c\xd9\x0e\x12\xf2\x80\x2e\x00\x0d\xe3\x96\x62\x0c\xe4\xea\x1d\x38\x61\xd3\x02\x53\x3f\xda\xda\x26\x07\x61\x84\x97\xd0\x29\x4e\x25\x12\xea\x81\x1c\x82\x73\x92\xf9\xd6\x77\x6b\xfc\x69\xc4\x75\xc4\x9e\xb8\x9f\x68\x3b\xe0\x19\x7c\xa0\x81\x4c\x81\xfb\x09\x7f\x11\x5f\x8a\x50\x3a\x48\x06\x96\x67\xea\x09\xd2\x5f\x8d\xd9\xe6\x7b\x04\xce\x23\x46\x2c\x5f\xb2\x18\xdc\x73\x5d\x83\x67\x74\x2d\x38\xf8\x81\x76\xaf\x6d\xfc\xbc\x9c\xcb\xbb\x9f\x25\xa6\xa1\xa8\x4f\xb8\x5c\xcd\x22\x1b\xc4\xaa\xd7\x37\xf9\x3c\xe0\x20\x9c\xce\xd2\xf2\x18\x83\x9c\x86\xcb\xcd\xcc\xec\x6d\xe1\xb4\x03\xb7\x5f\x6c\x5c\x55\x3a\xdd\xc2\x25\xdd\xcc\x9e\x6b\xd9\xc0\x70\x97\xc3\x25\x6c\xee\xb8\xc4\x3d\x40\xb3\x65\xf8\x96\xf2\xc4\xfd\x92\xa9\x3a\x40\x85\x0d\x42\x14\x7f\x8e\x1c\xff\xbf\x0f\x80\xda\x4d\xb1\x6f\x47\x93\x0a\xbf\x48\x37\xd2\x3a\x2d\x1e\x80\x0e\x5f\x0d\xb9\x7c\x70\x7f\xb9\xe2\x88\x7b\xc5\x94\xce\x83\x03\xed\x28\xba\x8f\x12\xc8\x11\x2e\x34\xf8\x81\x26\xbf\x33\x80\x1f\xc0\x61\x6d\xe2\x74\xf7\x6b\xea\x29\x69\x8e\xa5\x4c\x97\x7d\x8f\x6f\xc7\xc0\x67\xe7\xcb\xc4\x16\x71\x3f\x3d\x09\xee\x8c\xb0\x05\xa1\x8f\xf9\x5b\x2e\x5e\x2f\x4b\xa8\x41\x1c\x84\x94\xbb\x17\x74\x06\xce\x61\x4a\x8a\x07\xc2\xe3\x7d\xd0\x8b\x22\xef\xbe\x93\x96\x95\x54\x02\xde\x7c\xca\x8a\xe3\xf7\x70\xf3\x2d\x00\x00\xff\xff\x68\x06\x7c\x2a\xcb\x0a\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\xb1\x72\xdb\x30\x0c\xdd\xfd\x15\x3a\xef\x8e\xaf\x5b\x4f\x6b\x87\xee\x1d\xba\x43\x24\xac\xa0\xa6\x00\x16\x04\x9d\xb8\x5f\xdf\x23\x25\xdb\x72\xe4\xa4\xe9\x5d\x73\xee\x14\x00\x04\x01\xbc\xc7\x17\xc8\x10\xe9\x3b\x6a\x22\xe1\xb6\xd1\x0e\xdc\x03\x64\x7b\x14\xa5\x5f\x60\x24\xfc\xb0\xff\x9c\x1e\x48\xb6\x87\x4f\xab\x3d\xb1\x6f\x9b\x2f\x21\x27\x43\xfd\x26\x01\x57\x03\x1a\x78\x30\x68\x57\x4d\x03\xcc\x62\xf5\x4a\x2a\x6e\xd3\x5c\x97\x91\x88\x9c\x1e\x69\x67\xa5\x58\x3a\x26\xc3\x61\x23\x1c\x8e\x6d\xb3\x36\xcd\xb8\xae\x57\x6e\xb5\xcf\x1d\x2a\xa3\x61\x9d\x02\xb2\x49\x8e\x1e\x0c\xdb\x66\xbd\x83\x90\xea\xc5\x00\x1d\x86\xa9\xeb\x75\x7e\x27\x62\xc9\x14\x62\x24\xee\x47\x78\x1b\x8f\x3b\xc8\xc1\xd2\xab\x1d\x47\xc0\xd0\xf7\x8a\x3d\x18\x6e\x4c\x36\xe8\xc9\x66\x93\x32\x0c\xd8\x36\x23\x8a\x76\x91\xb8\xd2\x1c\x30\xb5\xab\x4d\x03\x91\xbe\xaa\xe4\x58\x67\xdb\x34\xeb\x72\x57\x31\x49\x56\x87\x53\x2c\x8a\x4f\x67\x63\x0b\x66\xe0\x1e\x2f\x3e\x3e\xa3\xbb\x78\x51\xd4\x76\xa2\x4f\xa0\x7e\x16\x54\x79\x3e\xae\x9a\xe6\x80\xda\x4d\x35\x9d\x22\x18\x56\xd3\x63\xc0\x2b\xd3\x49\x08\xe8\x0a\xd0\x1a\xec\xd1\xea\xdf\x40\x69\x34\x22\xd8\x34\xc0\xc8\x73\x35\x9f\x6a\xf0\x5d\x78\x9c\xf0\x8e\xfa\x01\xe2\x88\x0a\xd9\x47\x21\xb6\x09\x63\xd1\x59\x32\x64\x3b\x48\xc8\x03\xba\x00\x34\x8c\x47\x8a\x31\x90\xab\x2f\xe0\x84\x4d\xcb\x98\xfa\xd6\xd1\x36\x39\x08\xe3\x78\x09\x9d\xe2\xd4\x22\xa1\x1e\xc8\x21\x38\x27\x99\xaf\x63\xd7\xce\xff\x46\x5c\x47\xec\x89\xfb\x89\xb6\x03\x9e\x86\x0f\x34\x90\x29\x70\x3f\xcd\x5f\xb4\x97\x22\x14\x04\xc9\xc0\xf2\x4c\x3d\x41\xfa\x8b\x33\x3b\x7c\x8d\xc0\x79\xc6\x38\xcb\xcf\x2c\x06\xb7\x42\x97\xe4\x19\x5d\x0b\x0e\xfe\x02\xee\x05\xc6\xbf\xab\xb9\x7c\xfb\x59\x61\x1a\x8a\xfa\x84\xcb\xd3\x2c\xaa\x41\xac\x7a\x7d\x51\xcf\x03\x0e\xc2\xe9\x24\x2d\x8f\x31\xc8\x71\x38\xbf\xcc\xcc\xdf\x16\x4e\x3b\x70\xfb\xc5\xc1\x45\xa5\xd3\x2b\x9c\xcb\xcd\xfc\xb9\x96\x0d\x0c\x77\x39\x9c\xd3\xe6\x81\x73\xde\x1d\x34\x5b\x56\x6f\x69\x4f\xdc\x2f\x99\xaa\xeb\x53\xd8\x20\x44\xf1\xa7\xcc\xf1\xff\xf7\x0e\xa3\x76\x53\xee\xcb\xd5\xa4\xc2\x3f\xa4\x1b\x69\x9d\x8c\x3b\x4c\x87\xcf\x86\x5c\x3e\xb7\x1f\xae\x38\xe2\x5e\x31\xa5\xd3\xe2\x40\x7b\x12\xdd\x47\x09\xe4\x08\x17\x1a\x7c\x43\x93\x7f\x58\xc0\x77\xe0\xb0\x82\x38\xde\xfc\x9a\x7a\x4a\x9a\x63\x69\xd3\x65\xdf\xe3\xcb\x35\xf0\xde\xfd\x32\xb1\x45\xdc\x4f\x3f\x08\x6e\xac\xb0\x05\xa1\x1f\xcf\xc4\xef\x00\x00\x00\xff\xff\xfd\x22\xe4\xaa\xad\x09\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x31\x73\xdb\x3c\x0c\xdd\xfd\x2b\x74\xd9\x15\xdf\xb7\x7d\xa7\xb5\x43\xf7\x0e\xdd\x21\x12\x66\xd0\x50\x00\x4b\x80\x4a\xdd\x5f\xdf\x13\x25\xdb\x4a\xe5\x24\x3d\x5d\x26\x11\xe0\x03\x1e\x1e\x40\x08\x12\x7d\xc7\xac\x24\xdc\x35\xb9\x07\xf7\x08\xc5\x9e\x24\xd3\x6f\x30\x12\x7e\x7c\xfe\x5f\x1f\x49\x8e\xe3\x7f\x87\x67\x62\xdf\x35\x5f\x62\x51\xc3\xfc\x4d\x22\x1e\x06\x34\xf0\x60\xd0\x1d\x9a\x06\x98\xc5\x6a\x88\x4e\x66\xd3\xbc\x4e\x23\x09\x59\x9f\xe8\x64\x53\x32\x3d\xab\xe1\xd0\x0a\xc7\x73\xd7\x3c\x58\x2e\xf8\x50\x43\xee\xd1\x97\x1e\x33\xa3\x61\xad\x02\x8a\x49\x49\x1e\x0c\x57\x71\x11\x7a\x8c\x0b\xe9\x6b\x78\x2f\x62\x6a\x19\x52\x22\x0e\xb3\xba\xd6\xe3\x09\x4a\x34\x7d\x93\x70\xd6\x0b\x21\x64\x0c\x60\xd8\x9a\xb4\x23\xe1\xcb\x8a\x90\x61\xc0\xae\x99\x45\x74\x1b\xe0\x21\x97\x88\xda\x1d\xda\x06\x12\x7d\xcd\x52\x52\xad\xad\x6d\x1e\xa6\xd8\x8c\x2a\x25\x3b\x5c\x7c\x4e\xf8\x44\x61\x80\xa4\xd5\x44\xf6\x49\x88\x6d\xb6\xd2\x34\x16\x35\x64\x1b\x25\x96\x01\x5d\x04\x1a\x96\x2b\xf1\xf3\x21\x63\x8a\xe4\x6a\xe9\x4e\xd8\xb2\xc4\x88\xf9\xbd\xab\xa3\x3a\x88\x58\x01\x8a\x79\x24\x87\xe0\x9c\x94\x0b\xe7\xe2\x9b\x8c\x11\x73\xbf\x94\x19\xd0\xea\x37\x92\xce\x87\x17\x30\xf7\xf4\x6f\x12\x7b\x62\x4f\x1c\x16\x81\x23\x5e\x98\x22\x0d\x64\x19\x38\xe0\x6c\x4f\x5d\xd5\x04\x0e\xf5\xa8\x06\x56\x6e\x42\x8f\x51\xc2\xcd\x58\x5d\xbe\xa5\x70\x8d\x98\x6b\xf9\x59\xc4\xe0\x9e\xeb\x06\xfe\x24\xb9\x37\x19\xfb\x72\x42\xaa\x6f\xe1\xaf\xac\x1e\x70\x10\x56\x5c\x7a\xe7\x31\x45\x39\x0f\xd7\x5e\xae\xec\xd5\x7c\x97\xf6\x5c\xa3\x56\xf6\xfa\x15\x18\x18\x9e\x4a\xbc\xc2\xd6\x8e\x2b\x6e\x8f\x92\x62\x32\x85\x13\x87\xad\xa0\xba\x71\xc2\x06\x31\x89\xbf\x20\xe7\x97\xbb\x83\xaa\xaf\xee\xed\x76\x65\xe1\x1f\xd2\xcf\xb2\x96\xc3\x8e\xec\xf8\xcb\x90\xa7\x1f\xe4\x67\x0d\x86\x38\x64\x54\xbd\x3c\x7c\xb4\x17\xc9\xcf\x49\x22\x39\xc2\xcd\xa8\xde\x19\xdd\x07\x1b\xbe\x43\x6a\x2d\xe2\xbc\x95\x99\xc4\x7b\xd2\x5c\xd2\xc4\xd5\x17\x1f\xe6\xc2\x76\x30\x2c\x6a\x89\xc3\xf2\xab\xbd\xb3\x42\x9b\x86\x7c\xcc\xf3\x27\x00\x00\xff\xff\xd3\x97\x1b\xc3\xc6\x06\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\x15\xb1\xa1\xac\x0c\xec\x0c\xec\xbe\xdc\x6b\x1b\x9a\xc6\x91\xed\x14\x95\x5f\x8f\xee\x7a\x43\x0b\x15\x63\x14\xbf\xef\xb3\x1f\xb7\xfc\x01\xb5\x2c\x35\x92\x8e\x9c\xb6\xdc\xfd\x20\x9a\xbf\xd9\xb3\xd4\xed\xf1\xc5\xb6\x59\x9e\xce\xcf\xe1\x98\xeb\x14\xe9\xb5\x74\x73\xe8\xbb\x14\x84\x13\x9c\x27\x76\x8e\x81\x88\x6b\x15\x5f\x22\x36\x3f\x89\xee\x31\xd2\x50\xed\x90\x77\x3e\xc3\xec\x62\x8e\xd3\x20\xb5\x5c\x22\x6d\x5c\x3b\x36\x4b\xe4\x91\xbe\x8f\xd0\x0a\xc7\xb2\x05\x77\x97\xde\x26\x76\xdc\xe4\x0a\x8f\x28\xab\xf4\x7e\x7c\x14\x71\x73\xe5\xd6\x72\xdd\x5f\xaf\x1b\x26\xec\xb8\x17\xb7\x40\x54\xf9\x84\x48\xd7\x65\xe2\xac\x1d\x26\x14\xec\xd9\x45\x83\xf6\x02\x8b\x61\x20\x6e\xf9\x4d\xa5\xb7\x45\x30\x2c\x57\xa1\x7a\x4e\xb7\xed\x04\x22\x85\x49\xd7\x84\x75\xcc\xe5\x88\xaa\x38\x67\x7c\xcd\xa6\x33\x74\x5c\x7f\x92\x82\x1d\x8f\xc1\xbf\x5b\xff\xcb\xb5\x3e\x7e\x22\x39\xa7\x04\xb3\xff\xf8\x3f\x01\x00\x00\xff\xff\x53\xf3\x38\xb6\xd6\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xb1\x6e\x2b\x21\x10\x45\x7b\xbe\x02\xb9\xc7\x4f\xaf\x8b\x68\x53\xa4\x4f\x91\x7e\x76\xb9\xb6\x91\xf1\x0c\x9a\x19\x36\x72\xbe\x3e\xda\xb5\x0b\x3b\x4a\x91\x0a\x18\x71\xcf\xb9\x40\xbd\x7e\x40\xad\x0a\xe7\xa8\x13\xcd\x7b\x1a\x7e\x12\xad\x5f\xe4\x55\x78\x7f\x7e\xb1\x7d\x95\x7f\xcb\xff\x70\xae\x5c\x72\x7c\x6d\xc3\x1c\xfa\x2e\x0d\xe1\x02\xa7\x42\x4e\x39\xc4\x48\xcc\xe2\x5b\xc4\xd6\x63\x8c\xcf\x18\xe9\x60\x3b\xd5\x83\xaf\x30\xbb\x9a\xe3\x92\x84\xdb\x35\xc7\x9d\xeb\xc0\x6e\x8b\xfc\xa6\x1f\x13\x94\xe1\xd8\x5a\xd0\x70\x19\xbd\x90\xe3\x21\xd7\x68\x42\xbb\x4b\x9f\xaf\x4f\x22\x6e\xae\xd4\x7b\xe5\xe3\xed\x75\xa9\xe0\x40\xa3\xb9\x85\x18\x99\x2e\xc8\xf1\x56\x26\xd3\xa7\xa5\xb9\xc9\x28\xa9\xab\x2c\xb5\x40\x83\x8e\x06\xcb\x21\x45\xea\xf5\x4d\x65\xf4\x4d\x92\xe2\x6e\xb5\x2a\x4c\x86\xce\xb8\xcf\x58\x0a\x56\xe6\x02\x9d\xee\xa3\x23\x7c\x5b\x3b\xf9\x7c\xfa\x1b\x05\x0b\xd8\x7f\x60\x66\x05\x39\x1e\x48\xeb\xee\xf6\x09\xe1\x3b\x00\x00\xff\xff\x26\x87\xf1\xd6\xbc\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBasicUserYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xb1\x4e\x33\x31\x10\x84\x7b\x3f\xc5\x2a\xfd\xe5\xd7\xdf\x21\xb7\x14\xf4\x14\xf4\x6b\xdf\x84\x98\x38\x5e\x6b\x77\x7d\x28\x3c\x3d\xca\xe5\x24\x08\x4a\x69\xcd\xcc\x37\xe3\xe5\x5e\xde\xa0\x56\xa4\x45\xd2\xc4\x79\xcf\xc3\x8f\xa2\xe5\x8b\xbd\x48\xdb\x9f\x9e\x6c\x5f\xe4\xdf\xf2\x3f\x9c\x4a\x9b\x23\x3d\xd7\x61\x0e\x7d\x95\x8a\x70\x86\xf3\xcc\xce\x31\x10\x71\x6b\xe2\x6b\xc4\xae\x4f\xa2\x7b\x8c\x74\x34\x3b\x96\x83\x5f\x61\x76\x31\xc7\x79\x92\x56\x2f\x91\x76\xae\x03\xbb\x35\xf2\xa8\x7e\x24\x68\x83\x63\x5d\xc1\xc3\x65\xf4\x99\x1d\xbf\x72\x95\x13\xea\x56\x7a\x6f\x4f\x22\x6e\xae\xdc\x7b\x69\xef\xb7\xdf\x4d\x33\x0e\x3c\xaa\x5b\x20\x6a\x7c\x46\xa4\xdb\x98\x98\xd8\x4a\x9e\x86\x41\x83\x8e\x0a\x8b\x61\x22\xee\xe5\x45\x65\xf4\x15\x3e\xd1\xa3\xc3\x04\x22\x85\xc9\xd0\x8c\xcd\x65\xa8\x07\x1b\xe9\x03\xd9\x39\x67\x98\x29\x96\x82\x4f\xfb\x2b\xae\x2d\x3f\xda\x02\x4d\x1b\x21\x2b\xd8\x11\xbe\x03\x00\x00\xff\xff\x7e\x45\x7d\x68\x99\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBasicUserYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBasicUserYaml, - "ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBasicUserYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBasicUserYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBuildControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\xc4\x40\x0c\x86\xe1\x7e\x4e\x61\x6d\xbf\x41\x74\x68\x5a\x6e\x40\x41\xef\xec\x18\xc5\x8a\x63\x47\xfe\x41\x0a\xa7\x47\x09\x0d\x48\x94\x2e\xde\xc7\x1f\xee\xfc\x4e\x1e\x6c\xda\xc1\x67\x7c\x4c\x58\xb9\x98\xf3\x17\x26\x9b\x4e\xeb\x4b\x4c\x6c\x4f\x9f\xcf\x6d\x65\x1d\x1d\x5e\xa5\x22\xc9\xdf\x4c\xa8\x6d\x94\x38\x30\xb1\x37\x00\x54\xb5\xbc\x92\x38\x4f\x80\xbf\x8c\xed\xa4\xb1\xf0\x47\x9e\x58\x1c\x91\xb4\xdd\x4d\xe5\xe8\x70\x4b\x2f\xba\x5d\xc9\x7f\xef\x6b\x26\x57\x4a\xba\x56\x60\xa5\xd5\x3e\x30\xe9\x57\xa7\xb8\x51\x87\x1f\xb3\xcf\xc5\x32\xee\x0f\xd3\x74\x13\x21\x6f\x5e\x42\xd1\x41\x4b\xa4\x7d\x07\x00\x00\xff\xff\x24\xb7\xaf\x73\xeb\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBuildControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBuildControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBuildControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBuildControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x6a\xec\x40\x0c\x85\xfb\x79\x0a\xe1\xde\x5e\x6e\x77\x99\x36\x45\xfa\x14\xe9\x65\xfb\x24\x3b\xac\x3d\x1a\xf4\xb3\xe0\x3c\x7d\xd8\x89\x8b\x2c\xa4\x12\x42\xe7\xfb\x74\xb8\x95\x77\xa8\x15\xa9\x99\x74\xe6\x65\xe2\xf0\xab\x68\xf9\x62\x2f\x52\xa7\xdb\x7f\x9b\x8a\x5c\xee\xff\xd2\xad\xd4\x35\xd3\xcb\x16\xe6\xd0\x37\xd9\x90\x76\x38\xaf\xec\x9c\x13\x11\xd7\x2a\xde\x11\x7b\xac\x44\xcf\x1a\x69\xa8\x76\x2d\x1f\xfe\x90\xd9\x61\x8e\x7d\x94\xba\x1d\x99\x06\xd7\xc0\xd0\x91\xbf\xde\xc7\x0c\xad\x70\xf4\x16\x1c\x2e\xd1\x56\x76\xfc\xe2\x2a\xef\xc8\xf4\xe3\xcc\x73\x94\x6d\x1d\xcd\x95\x1d\x9f\xc7\xb8\x84\xb9\xec\x49\x63\x83\xe5\x34\x12\xb7\xf2\xaa\x12\xad\x77\x1c\x69\x18\xfa\xe8\xd0\x53\xc5\x44\xa4\x30\x09\x5d\x70\x46\x7b\xc6\x2e\xa7\x90\xe8\x0e\x9d\xcf\xd3\xa2\x60\x47\xfa\x0e\x00\x00\xff\xff\xc8\xa8\xb8\x33\x49\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\xe1\xdd\x09\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\xae\x8d\x60\x5b\x14\x48\x2a\x80\xf3\xf5\x45\x54\xa3\x48\x80\x4e\x82\xc8\x7b\x8f\xc7\x35\x7f\x42\x2d\x4b\x89\xa4\x13\xcf\x27\x6e\x7e\x11\xcd\x37\xf6\x2c\xe5\xb4\xbc\xda\x29\xcb\xf9\xfa\x12\x96\x5c\x52\xa4\xb7\xb5\x99\x43\x3f\x64\x45\xd8\xe0\x9c\xd8\x39\x06\x22\x2e\x45\xbc\x23\x76\xff\x12\x3d\x6b\xa4\xa2\xd8\x25\x7f\xf9\x5d\x66\xbb\x39\xb6\x51\xca\xba\x47\x1a\x5c\x1b\x86\x8e\xfc\x77\xbe\x4d\xd0\x02\x47\x6f\xc1\xcd\xa5\xd5\xc4\x8e\x07\xae\xf0\x86\x48\xbf\xce\x38\xb5\xbc\xa6\xd1\x5c\xd9\xf1\xbd\x8f\x49\xe6\x05\x1a\xb4\xad\xb0\x18\x46\xe2\x9a\xdf\x55\x5a\xed\x1d\x47\x1a\x86\xfe\x74\xe8\xa9\x62\x20\x52\x98\x34\x9d\x71\x44\x7b\xc6\xce\x87\xf0\x61\x22\xd5\xf3\x96\x6f\x48\x7f\xab\x2b\x74\x3a\xa8\x59\xc1\x8e\xf0\x13\x00\x00\xff\xff\xb0\x1a\x61\x68\x64\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4f\xc4\x30\x0c\x46\xf7\xfc\x0a\xab\x7b\x7b\x62\x43\x59\x19\xd8\x19\xd8\xdd\xd6\x70\xa6\xa9\x1d\xd9\xce\x49\xe5\xd7\xa3\x0b\x37\x70\xe8\xa6\x28\xd2\xf7\x9e\x1f\x56\x7e\x27\x73\x56\xc9\x60\x33\x2e\x13\xb6\x38\xab\xf1\x37\x06\xab\x4c\xdb\xb3\x4f\xac\xa7\xcb\x53\xda\x58\xd6\x0c\x2f\xa5\x79\x90\xbd\x69\xa1\xb4\x53\xe0\x8a\x81\x39\x01\xa0\x88\x46\x47\xfc\xfa\x05\xb8\xd7\x68\x25\xf1\x33\x7f\xc4\x55\xe6\x87\x07\xed\xa3\x4a\x39\x32\x0c\x61\x8d\x86\x8e\x3c\x3a\xdf\x66\x32\xa1\xa0\x5e\x81\x2d\xb4\xd5\x15\x83\xfe\x70\x82\x3b\x65\xf8\x75\xe6\xb9\x71\x59\x47\x0f\xc3\xa0\xcf\x63\xfc\x22\xd9\x58\xbc\x72\xa5\xc2\x42\xc9\x5a\x21\xcf\x69\x04\xac\xfc\x6a\xda\x6a\x8f\x1d\x61\x18\xfa\xd3\xe9\xbb\xd6\x04\x60\xe4\xda\x6c\xa1\xdb\xb4\x6f\xfc\xf4\xdf\x0c\x70\x21\x9b\x6f\x9b\xc5\x08\x83\xd2\x4f\x00\x00\x00\xff\xff\x95\x40\x7b\x7a\x5b\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x05\xe1\xdd\x09\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\xaf\x8d\x10\x5b\x14\xf8\x13\xc0\x7d\xfa\x22\x8a\x87\x06\xe8\x44\x10\xbc\xef\xe3\x71\x2b\x9f\x50\x2b\x52\x33\xe9\xc4\xf3\x89\xc3\x2f\xa2\xe5\x87\xbd\x48\x3d\x5d\x5f\xed\x54\xe4\x7c\x7b\x49\xd7\x52\x97\x4c\x6f\x6b\x98\x43\x3f\x64\x45\xda\xe0\xbc\xb0\x73\x4e\x44\x5c\xab\x78\x47\xec\xbe\x12\x3d\x6b\xa4\xa1\xda\xa5\x7c\xf9\x5d\x66\xbb\x39\xb6\x51\xea\xba\x67\x1a\x5c\x03\x43\x47\xfe\x7b\x1f\x13\xb4\xc2\xd1\x5b\x70\xb8\x44\x5b\xd8\xf1\x87\xab\xbc\x21\xd3\xc3\x99\xa7\x28\xeb\x32\x9a\x2b\x3b\xbe\xf7\xd1\x24\x74\x46\xd2\x58\x61\x39\x8d\xc4\xad\xbc\xab\x44\xeb\x1d\x47\x1a\x86\x3e\x3a\xf4\x54\x31\x11\x29\x1e\xf0\x11\xed\x19\x3b\x1f\x42\xa2\x1b\x74\x3a\x4e\xb3\x82\x1d\xe9\x37\x00\x00\xff\xff\x85\xe1\xef\x1f\x49\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x4e\xc3\x40\x0c\xc6\xf1\xfd\x9e\xc2\xea\x9e\x20\x36\x74\x2b\x6f\xc0\xc0\xee\x5e\xbe\xb6\x56\x2f\x76\x64\xfb\x90\xca\xd3\xa3\x84\x05\xa4\x8e\x1e\xfe\x3f\x7f\xbc\xc9\x27\x3c\xc4\xb4\x92\x9f\xb9\xcd\x3c\xf2\x66\x2e\xdf\x9c\x62\x3a\xdf\xdf\x62\x16\x7b\xf9\x7a\x2d\x77\xd1\xa5\xd2\x7b\x1f\x91\xf0\x0f\xeb\x28\x2b\x92\x17\x4e\xae\x85\x88\x55\x2d\x8f\x24\xf6\x93\xe8\x3f\x63\x1b\x34\x6e\x72\xc9\x1d\x8b\x47\x24\xd6\xc9\xb4\x3f\x2a\x9d\xd2\x07\x4e\x47\xf2\xec\xfd\x38\xc3\x15\x89\x63\x05\x8f\xb4\xb1\x2d\x9c\xf8\xd3\x29\xaf\xa8\xf4\x6b\xd6\x06\x4f\xb9\x48\xe3\xc4\x14\x72\x55\xd1\xeb\xd4\x4c\xd3\xad\x77\x78\xf1\xd1\x11\x95\x74\xf4\x5e\x7e\x02\x00\x00\xff\xff\x5c\xcd\xa2\xfb\xf9\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x05\x91\xdd\x09\xfe\xed\x87\xd6\x0e\xdd\x3b\x74\xa7\xed\x4b\x42\x44\x21\x55\x8a\x0a\x90\x3e\x7d\x11\xa7\x05\x62\xc0\xa3\x04\x7e\xf7\xdd\x71\x95\x4f\x78\x13\xd3\x4c\x3e\xf2\xb4\xe7\x1e\x67\x73\xf9\xe6\x10\xd3\xfd\xe5\x7f\xdb\x8b\x1d\x6e\xff\xd2\x45\x74\xce\xf4\x56\x7a\x0b\xf8\x87\x15\xa4\x2b\x82\x67\x0e\xce\x89\x88\x55\x2d\x16\xa4\x3d\x9e\x44\xeb\x18\xab\xd0\x76\x96\x63\x3c\xc2\xda\xbd\x05\xae\x83\x69\xb9\x67\xda\x85\x77\xec\x16\x64\x4b\xdf\x47\xb8\x22\xb0\xb4\xe0\x1e\xd6\xeb\xcc\x81\x17\xae\xf0\x88\xf2\x2b\x5d\x9f\x8f\x66\xd1\xc2\xb9\x56\xd1\xd3\x73\xdd\x30\xe3\xc8\xbd\x44\x4b\x44\xca\x57\x64\x7a\x96\xc9\x13\x3c\xe4\x28\x13\x3f\xd8\xe7\xe8\xd5\x9f\x9c\x54\xf4\xe4\xf8\xea\x68\xd1\xb2\xda\x8c\xa9\x08\x34\x92\xf7\x82\x96\xd3\x40\x5c\xe5\xdd\xad\xd7\xa5\xcb\x40\x1b\x89\x89\xc8\xd1\xac\xfb\x84\x8d\xa3\xb5\xe2\xf0\xa2\x20\xba\xc1\xc7\x3f\xc4\xc1\x81\xf4\x13\x00\x00\xff\xff\xd6\xda\x20\x97\xb8\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x05\x91\xdd\x09\xfe\xed\x87\xd6\x0e\xdd\x3b\x74\xa7\xed\x73\x22\x44\x21\x55\x92\x0a\x90\x3e\x7d\x11\xa7\x05\xea\x22\xa3\x04\x7e\xf7\xdd\x71\x2b\xef\x30\x2f\x2a\x99\x6c\xe4\x69\xcf\x3d\x4e\x6a\xe5\x93\xa3\xa8\xec\xcf\xff\x7d\x5f\xf4\x70\xfd\x97\xce\x45\xe6\x4c\x2f\xb5\x7b\xc0\xde\xb4\x22\x5d\x10\x3c\x73\x70\x4e\x44\x2c\xa2\xb1\x22\x7e\x7f\x12\x6d\x63\xb4\x41\xfc\x54\x96\xb8\x87\xf9\xcd\x03\x97\x41\xa5\xde\x32\xed\xc2\x3a\x76\x2b\xf2\x4c\xdf\x47\x98\x20\xb0\xb6\xe0\x1e\xda\xdb\xcc\x81\x5f\x5c\xe5\x11\xf5\x5b\xba\x3d\x1f\x55\xc3\xc3\xb8\xb5\x22\xc7\xc7\xba\x61\xc6\xc2\xbd\x86\x27\x22\xe1\x0b\x32\x3d\xca\xe4\x09\x16\x65\x29\x13\xdf\xd9\xc7\xe8\xcd\x5f\x39\x4a\x91\xa3\xe1\xa3\xc3\xc3\xb3\xa3\x2e\xa2\x33\xa6\x5a\x20\x91\xac\x57\x78\x4e\x03\x71\x2b\xaf\xa6\xbd\xad\x7d\x06\x7a\x92\x9a\x88\x0c\xae\xdd\x26\x3c\x39\xda\x6a\x0e\x7f\x34\x44\x57\xd8\xf8\x83\x19\x38\x90\xbe\x02\x00\x00\xff\xff\x1d\x3b\x2d\xef\xc0\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x31\x4f\x03\x31\x0c\x85\xf7\xfb\x15\x51\xf7\x6b\xc5\x86\xb2\x32\xb0\x33\xb0\xfb\x2e\x8f\x36\x6a\x2e\x8e\x6c\xe7\x10\xfc\x7a\x94\xbb\x93\x10\xa5\xa0\x4a\xb0\x44\x8e\x13\x7f\xef\xc5\x0e\x95\xf8\x0c\xd1\xc8\xd9\x3b\x19\x68\xdc\x53\xb5\x13\x4b\x7c\x27\x8b\x9c\xf7\xe7\x7b\xdd\x47\x3e\xcc\x77\xdd\x39\xe6\xe0\xdd\x43\xaa\x6a\x90\x27\x4e\xe8\x26\x18\x05\x32\xf2\x9d\x73\x94\x33\xdb\x52\xa2\x6d\xeb\xae\xb2\xea\x00\xc9\x30\x2c\x48\xaa\xc6\xb5\x04\x32\x78\xb7\x33\xa9\xd8\x75\xce\x25\x1a\x90\x36\xc2\xd7\xeb\x03\xb3\xa9\x09\x95\x12\xf3\x71\xb5\xda\x07\xbc\x50\x4d\xa6\x9d\x73\x99\x26\x78\xa7\x6f\x6a\x98\xfc\xc8\xd9\x84\x53\x82\x78\x32\xa3\xf1\x14\xd0\xd6\xfe\x33\xdf\x49\x4d\x50\xdf\xf5\x8e\x4a\x7c\x14\xae\x65\x11\xed\xdd\xae\xb9\x10\x28\x57\x19\xb1\xe5\x4a\xeb\x8f\x1a\xb2\xcd\x9c\xea\x84\x31\x51\x9c\xf4\xea\x51\xcb\xce\x90\x61\xab\x4c\x51\x6d\x09\x5e\xc9\xc6\xd3\x6d\x6a\x99\xc3\x25\xe6\x08\xfb\x1b\xee\xa0\x46\x56\x2f\xa8\x65\x81\xb4\x68\x1d\xc3\x8d\xcd\xe0\xf0\x0f\x8f\xc4\x8c\x6c\x17\x9c\x51\xd0\x5c\xdc\x66\x4d\x8d\x85\x8e\xd8\xfe\xe7\x77\x81\x75\x1c\xeb\xf4\xa7\x5f\xb5\x02\x12\xb6\xf0\x87\x3e\x7f\x04\x00\x00\xff\xff\x0c\x7e\x77\x78\x23\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x31\x6f\xe3\x30\x0c\x85\x77\xfd\x0a\xc2\xbb\x13\xdc\x76\xd0\x7a\xc3\xed\x37\xdc\x4e\xcb\x2f\x8e\x1a\x45\x52\x49\xca\x41\xfb\xeb\x8b\x38\x06\x9a\x26\x06\xba\x74\xd2\x93\xf0\xf8\xf8\x89\x12\xd7\xf8\x1f\xa2\xb1\x64\x4f\x32\x70\xd8\x71\xb3\x63\x91\xf8\xce\x16\x4b\xde\x9d\x7e\xeb\x2e\x96\xfd\xfc\xcb\x9d\x62\x1e\x3d\xfd\x49\x4d\x0d\xf2\xaf\x24\xb8\x33\x8c\x47\x36\xf6\x8e\x88\x73\x2e\xb6\x94\xe8\x75\x4b\x9b\x59\x6d\x80\x64\x18\x96\x48\x6e\x56\x5a\x1d\xd9\xe0\xa9\x33\x69\xe8\x1c\x51\xe2\x01\x69\x4d\xf8\x6a\x1f\x4a\x31\x35\xe1\x5a\x63\x9e\x6e\xa8\xfd\x88\x03\xb7\x64\xea\x88\x32\x9f\xe1\x49\xdf\xd4\x70\xf6\xa1\x64\x93\x92\x12\xc4\x07\x88\xc5\x43\x0c\x6c\xe8\x3f\x8f\x9d\xb4\x04\xf5\xae\x27\xae\xf1\xaf\x94\x56\x97\x9e\x3d\xdd\xd9\x75\xbd\xbb\x23\x12\x68\x69\x12\xb0\x61\x8a\x53\x8e\x79\x12\xbc\x36\xe8\x02\x32\x43\x86\xd5\x37\x22\xc1\xb0\xc8\x09\xb6\xac\x29\xea\x4d\x5c\xd8\xc2\xf1\xc7\xfb\xef\xb9\x56\x29\x33\xa7\xef\x7c\x6a\x6c\xed\x01\xf7\xf6\x18\xcf\x4c\x5b\x1f\xe2\x19\x4a\xdb\xf0\x82\x60\x1c\x02\x54\x05\x73\xc4\xe5\x21\x3f\x08\x36\xf3\xbb\xee\x39\x0d\x33\xf2\xe3\x38\xd7\xfa\xab\xac\xcb\xf4\xee\xa0\x3f\x02\x00\x00\xff\xff\xe3\xc3\xb3\xf1\xc6\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\x31\x4b\x34\x31\x10\x86\xfb\xfc\x8a\xe1\x9a\x83\x0f\xb2\x1f\x76\x92\xd6\xc2\xc6\x6a\x41\xfb\xd9\xdd\xd7\x35\x5c\x76\x26\x4c\x26\x07\xfa\xeb\xc5\xbd\x03\x3d\x10\xcb\xbc\x3c\x79\xe6\xe1\x9a\x5f\x60\x2d\xab\x24\xb2\x89\xe7\x81\xbb\xbf\xa9\xe5\x0f\xf6\xac\x32\x9c\xee\xdb\x90\xf5\xff\xf9\x2e\x9c\xb2\x2c\x89\x1e\x4a\x6f\x0e\x1b\xb5\x20\x6c\x70\x5e\xd8\x39\x05\x22\x16\x51\xdf\xbf\xb4\xaf\x27\xfd\xea\xea\x13\x4c\xe0\xd8\x95\xdc\x5d\x7b\x5d\xd8\x91\xe8\xe0\xd6\x71\x08\x44\x85\x27\x94\xab\xe1\x16\x9f\x54\xbd\xb9\x71\xad\x59\xd6\x4b\x6a\x5c\xf0\xca\xbd\x78\x0b\x44\xc2\x1b\x12\xb5\xf7\xe6\xd8\xd2\xac\xe2\xa6\xa5\xc0\xd2\x7c\xe9\x35\x2d\x88\xbc\xae\x86\x75\x6f\x89\xdf\x48\xb0\x5e\xd0\x52\x88\xc4\x35\x3f\x9a\xf6\xba\xdf\x8f\x74\xfc\x77\x0c\x44\x86\xa6\xdd\x66\xdc\x8c\x67\xd8\xf4\x63\x88\x24\x2a\xe3\x15\x7c\x1e\x9f\xfe\x62\x3f\x03\x00\x00\xff\xff\xff\xac\x8d\x78\x70\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xd0\xb1\x4e\x33\x31\x0c\x07\xf0\x3d\x4f\x61\xdd\x7e\xad\xbe\xed\x53\x56\x06\x76\x06\x76\xe7\xce\x6d\x43\xd3\x38\xb2\x9d\x22\xfa\xf4\xa8\x69\x2a\xa0\x07\x52\x11\xd3\xf9\xac\xe4\xe7\xf8\x8f\x25\x3e\x93\x68\xe4\xec\x41\x02\x4e\x2b\xac\xb6\x63\x89\x27\xb4\xc8\x79\xb5\xff\xaf\xab\xc8\xeb\xe3\x3f\xb7\x8f\x79\xf6\xf0\x90\xaa\x1a\xc9\x13\x27\x72\x07\x32\x9c\xd1\xd0\x3b\x00\xcc\x99\xad\x5d\xd1\xf3\x2f\x7c\x6b\xd5\x40\x92\xc9\xa8\x91\x58\x8d\x6b\x99\xd1\xc8\xc3\x60\x52\x69\x70\x00\x09\x03\xa5\x2e\x7c\x3d\x1e\x98\x4d\x4d\xb0\x94\x98\xb7\x97\xa7\x8e\x33\x6d\xb0\x26\x53\x07\x90\xf1\x40\x1e\xf4\x4d\x8d\x0e\x7e\xe2\x6c\xc2\x29\x91\xf8\x49\x38\xbf\x70\x18\x3f\x5a\x4e\x6a\x22\xf5\x6e\x04\x2c\xf1\x51\xb8\x96\x36\x6f\x84\x80\x36\xed\x1c\x80\x90\x72\x95\x89\x7a\xbb\x0b\xe7\x21\x47\x92\xd0\xbb\x5b\xb2\xf6\x4d\x51\x2f\xc5\x65\x95\x56\xbe\x36\xe8\x5e\x7f\x69\x4f\x42\x57\x6a\xa6\x44\xbd\x5c\x4c\x2c\xdd\xfb\xc3\xec\xeb\x6e\x6b\x35\xb4\x7a\xf3\x8c\xae\xfe\xda\xda\xc4\x8c\x29\x9e\x48\xee\xf4\x86\x61\x89\x15\x9e\x6f\x6e\x7f\x4a\xa2\x25\x70\x17\x43\x47\xca\xf6\x73\xba\x8b\x04\xdf\x03\x00\x00\xff\xff\xd1\x6b\xc8\x4a\x0d\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x31\x93\xd4\x30\x0c\x85\xfb\xfc\x0a\x4f\xfa\xec\x0e\x1d\xe3\x96\x82\x9e\x82\x5e\x89\xdf\xed\x79\xce\x91\x3c\xb2\x1c\xe0\x7e\x3d\x13\x27\xb0\x90\x5d\xe6\x80\xad\x2c\x79\xec\xef\x3d\xbd\x11\xe5\xf8\x19\x5a\xa2\xb0\x77\x3a\xd2\x74\xa2\x6a\xcf\xa2\xf1\x95\x2c\x0a\x9f\x5e\xde\x97\x53\x94\xf3\xf2\xae\x7b\x89\x1c\xbc\xfb\x90\x6a\x31\xe8\x27\x49\xe8\x66\x18\x05\x32\xf2\x9d\x73\xc4\x2c\xd6\xbe\x94\xb5\x75\x77\x59\x75\x84\x32\x0c\x0d\x49\xd5\xa4\xe6\x40\x06\xef\x7a\xd3\x8a\xbe\x73\x2e\xd1\x88\xb4\x13\x7e\x7f\x3e\x8a\x58\x31\xa5\x9c\x23\x5f\x36\xab\x43\xc0\x13\xd5\x64\xa5\x73\x8e\x69\x86\x77\xe5\x5b\x31\xcc\x7e\x12\x36\x95\x94\xa0\x3e\x10\x66\xe1\xa1\xc0\x86\xeb\x6d\xa7\x35\xa1\xf8\x6e\x70\x94\xe3\x47\x95\x9a\x9b\xe4\xda\xe6\xd2\x0a\x7c\x35\xf0\x1a\xca\xda\x2a\x8a\x54\x9d\xb0\x3f\xda\x90\x05\x4d\x77\x81\x8e\xfb\xfd\x05\xd6\xce\x14\xcb\x56\x7c\x21\x9b\x9e\x1f\x16\x39\x17\x23\xab\x07\xad\x2d\xb8\xc7\xd9\x4f\x91\x29\xc5\x57\xe8\x5f\xf2\xfb\xfe\x16\xc7\x12\x70\xf8\xfe\x56\x04\xf7\x30\x59\xc2\x81\x32\x29\x56\x13\xcd\x32\x12\xf6\xf2\x27\x3b\x37\xf6\x7f\xa8\x9c\xc7\xc8\x21\xf2\xe5\xae\xda\x9f\x22\x3d\x70\xae\xcb\xa4\x58\xe2\x8f\xa0\xdf\x34\x7f\xb3\x23\xd7\x21\xf6\xc8\xff\x71\x1e\x2c\xe0\xe3\x22\xfe\x22\x7d\x83\xff\x1e\x00\x00\xff\xff\xe0\xb0\x27\xd1\xef\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x52\x31\x6e\xc3\x30\x0c\xdc\xfd\x0a\xc1\x7b\x12\x74\x2b\xb4\x76\xe8\xde\xa1\x3b\x6d\x5f\x12\x21\xb2\x28\x90\x54\xda\xe4\xf5\x85\x15\x17\x69\xe3\x0c\x05\xd2\xc9\x77\x26\x75\x47\x9e\x44\x39\xbc\x43\x34\x70\xf2\x4e\x3a\xea\xd7\x54\x6c\xcf\x12\xce\x64\x81\xd3\xfa\xf0\xac\xeb\xc0\x9b\xe3\x53\x73\x08\x69\xf0\xee\x25\x16\x35\xc8\x1b\x47\x34\x23\x8c\x06\x32\xf2\x8d\x73\x94\x12\x5b\x3d\xa2\x13\x75\x77\xb5\x4a\x07\x49\x30\x54\x49\x2a\xc6\x25\x0f\x64\xf0\xae\x35\x29\x68\x1b\xe7\x22\x75\x88\xb3\xc2\xef\xf6\x8e\xd9\xd4\x84\x72\x0e\x69\x77\x19\x75\x35\x60\x4b\x25\x9a\x36\xce\x25\x1a\xe1\x9d\x9e\xd4\x30\xfa\x9e\x93\x09\xc7\x08\xf1\x03\x72\xe4\xd3\x88\x64\xab\xeb\xdf\x46\x4a\x84\xfa\x66\xe5\x28\x87\x57\xe1\x92\xab\xe5\x44\xb3\x56\x80\x4f\x43\x9a\x42\x99\xa8\x40\xb9\x48\x8f\xb9\xe9\x2a\x39\x15\x8f\x90\x6e\x2e\xec\x60\xf5\x1b\x83\x5e\xc0\x65\xbd\x0a\x3f\xc8\xfa\xfd\xe3\x86\x1b\x35\xb2\x72\xe3\x3b\xdb\x3c\x2e\xbe\x0d\x89\x62\x38\x43\xfe\xd3\x40\x90\x63\xe8\x49\x71\x1b\x57\x2f\xf8\x4e\x67\x40\xc4\x0c\x17\x21\xe6\x9a\xdc\xdf\xe2\x6c\xdb\xa5\x7f\xe6\xe1\xf1\x7b\xba\x27\x8c\xe3\xf2\x09\xfc\xd8\x69\x31\xf7\x57\x00\x00\x00\xff\xff\x74\x79\xff\x5e\x6a\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xbf\x6e\xe3\x30\x0c\xc6\x77\x3f\x85\xe0\x3d\x09\x6e\x3b\x68\xbd\xe1\xf6\x0e\xdd\x69\x89\x49\x84\xc8\xa2\xc0\x3f\x69\xd3\xa7\x2f\xa4\x18\x48\x9b\xb4\x40\xeb\x49\xa4\x44\x7e\x3f\xea\x03\xa1\xa6\x67\x64\x49\x54\xbc\xe3\x09\xc2\x16\x4c\x8f\xc4\xe9\x0d\x34\x51\xd9\x9e\xfe\xca\x36\xd1\xee\xfc\x67\x38\xa5\x12\xbd\xfb\x97\x4d\x14\xf9\x89\x32\x0e\x33\x2a\x44\x50\xf0\x83\x73\x50\x0a\x69\x6f\x91\x96\xba\x2f\xb5\x6c\x42\x2e\xa8\xd8\x25\xc1\x94\xac\x46\x50\xf4\x6e\x54\x36\x1c\x07\xe7\x32\x4c\x98\x17\x85\xcf\xe5\x13\x91\x8a\x32\xd4\x9a\xca\xe1\x3a\xea\x26\xe2\x1e\x2c\xab\x0c\xce\x15\x98\xd1\x3b\xb9\x88\xe2\xec\x03\x15\x65\xca\x19\xd9\xc7\x24\x6c\xb5\xe1\x37\xb7\xdb\x81\x2d\xa3\xf8\x61\xe3\xa0\xa6\xff\x4c\x56\x3b\xb2\xa5\x55\x7a\x80\xaf\x8a\xa5\x99\xd2\x52\x46\x21\xe3\x80\x4b\x51\xc4\x9a\xe9\x32\x63\xe9\xe0\x33\xf2\xb4\x3c\x1c\x50\xfb\x99\x93\x5c\x83\x17\xd0\x70\x5c\x49\x61\xac\x39\x05\x10\x5c\x4b\x19\xc7\x6f\x45\x9b\x1d\x37\x37\x56\xea\x57\xca\x29\x5c\x1e\x19\x95\xe2\xcd\xf4\xc9\xe2\x61\xf5\x0f\x16\x9f\xee\xf4\x45\x41\x71\x6f\x79\xbd\x33\xbf\x99\x7c\xd7\x70\x76\x07\xba\xae\xed\xcf\x2c\xc7\xf3\xe3\xa2\x04\xc6\xd6\xdf\x99\x7d\xc4\x0f\xa2\xef\x01\x00\x00\xff\xff\x5e\xd5\xfa\x7c\x90\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x6e\x33\x21\x10\xc4\x7b\x9e\x02\xb9\x3f\x5b\x5f\xf7\x89\x36\x45\xfa\x14\xe9\xf7\x60\x62\x23\x63\x16\xed\x2e\x17\x25\x4f\x1f\x19\x5f\x94\x7f\x56\xe4\x54\xcc\x2e\xf0\x9b\xd1\x50\xcb\x8f\x10\xcd\x5c\x83\x97\x99\xe2\x96\xba\x1d\x58\xf2\x2b\x59\xe6\xba\x3d\xfe\xd7\x6d\xe6\xdd\xf2\xcf\x1d\x73\x4d\xc1\xdf\x95\xae\x06\x79\xe0\x02\x77\x82\x51\x22\xa3\xe0\xbc\xa7\x5a\xd9\xc6\x17\x3d\x8f\xfe\x2a\xab\xcf\x90\x0a\xc3\x40\x52\x37\xee\x2d\x91\x21\xf8\x8d\x49\xc7\xc6\x79\x5f\x68\x46\x59\x09\x5f\x9f\xcf\xcc\xa6\x26\xd4\x5a\xae\xfb\x4b\xd4\x29\xe1\x89\x7a\x31\x75\xde\x57\x3a\x21\x78\x7d\x51\xc3\x29\x44\xae\x26\x5c\x0a\x24\xa0\xa6\xc6\xb9\xda\xf4\xb1\x73\xd2\x0b\x34\xb8\xc9\x53\xcb\xf7\xc2\xbd\x0d\xc3\xc9\x6f\xce\x09\x04\xca\x5d\x22\xd6\x5d\xe3\xa4\x43\x28\x64\xc9\x11\xe7\x61\x81\xcc\xeb\xf5\x1e\x36\xce\x92\xf5\x22\x9e\xc9\xe2\xe1\x36\xf4\x7b\xb4\x6f\xc8\x28\x20\xc3\x90\x09\x05\xab\xfc\x61\x74\xa9\xee\x8f\x4e\x3b\x81\x9a\xe4\x68\x48\x57\x4d\x6f\xa3\x2d\xf8\x2d\x74\x1b\x0d\x7c\x8a\xf8\x16\x00\x00\xff\xff\xa8\xaa\xcb\xf4\x62\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x3f\x6f\xe3\x30\x0c\xc5\x77\x7f\x0a\x21\xbb\x13\xdc\x76\xd0\x7a\xc3\xed\x37\xdc\x4e\xcb\xaf\x89\x10\x59\x14\x48\xca\xfd\xf3\xe9\x0b\x2b\x2e\x8a\x26\x29\xd2\xa6\x93\x69\x52\x7c\x3f\x91\x4f\x54\xe2\x7f\x88\x46\xce\xde\xc9\x40\x61\x4b\xd5\x0e\x2c\xf1\x85\x2c\x72\xde\x1e\x7f\xeb\x36\xf2\x6e\xfe\xd5\x1d\x63\x1e\xbd\xfb\x93\xaa\x1a\xe4\x1f\x27\x74\x13\x8c\x46\x32\xf2\x9d\x73\x94\x33\x5b\x6b\xd1\xe5\xd7\x5d\xd5\xaa\x03\x24\xc3\xd0\x24\xa9\x1a\xd7\x32\x92\xc1\xbb\x8d\x49\xc5\xa6\x73\x2e\xd1\x80\xb4\x2a\x7c\x3c\x3e\x30\x9b\x9a\x50\x29\x31\xef\x4f\x57\xed\x47\x3c\x50\x4d\xa6\x9d\x73\x99\x26\x78\xa7\xcf\x6a\x98\x7c\xe0\x6c\xc2\x29\x41\x3c\x9e\x0a\xe5\xb1\x7f\xcf\x74\x52\x13\xd4\x77\xbd\xa3\x12\xff\x0a\xd7\xd2\x70\xbd\xdb\x2c\x7c\x81\x72\x95\x80\x35\x57\x96\xcd\xa8\x21\xdb\xcc\xa9\x4e\x58\x48\x33\x64\x58\xcb\x7b\x58\xfb\xa6\xa8\xa7\xa0\x90\x85\x43\x8b\x4e\x93\xb5\xf0\xb1\x25\xef\xe2\x85\x44\x71\xd2\x9d\x1a\x59\x3d\x63\x5f\xa0\x7e\x00\xb8\x31\xd5\x27\x03\xa8\xb1\xd0\x1e\xeb\x13\xb9\x64\xad\xf5\x90\x48\xf5\xe6\xe6\xbe\xb1\x24\xe4\xb1\x70\xcc\xcd\xf6\xde\x29\x64\x8e\xe1\x9a\xfe\x97\xc4\x14\x41\x60\xf7\x76\x63\x46\x3e\x6f\x0e\x82\x37\xe7\x2f\x3c\x7a\x0d\x00\x00\xff\xff\xa3\x35\x52\x2d\x6d\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xeb\x96\x4a\x48\x57\xc4\x86\xb2\x32\xb0\x33\xb0\x3b\xb9\xc7\x35\x6a\x1a\x47\x8e\x53\x04\xbf\x1e\x35\x2d\x12\xd5\x31\xe5\xe5\x29\xf9\x3e\x9b\x6b\x7a\x87\xb6\x24\xc5\x93\x06\x8e\x7b\xee\x76\x10\x4d\xdf\x6c\x49\xca\xfe\xf8\xdc\xf6\x49\x1e\xcf\x4f\xee\x98\xca\xe2\xe9\x25\xf7\x66\xd0\x37\xc9\x70\x27\x18\x2f\x6c\xec\x1d\x11\x97\x22\x36\xbe\xb4\xcb\x95\xfe\x65\xf5\x00\x2d\x30\x0c\x24\x77\x93\x5e\x17\x36\x78\x9a\x4c\x3b\x26\x47\x94\x39\x20\xdf\x08\xf7\xcf\x83\x88\x35\x53\xae\x35\x95\xf5\x3a\xea\xbc\xe0\x83\x7b\xb6\xe6\x88\x0a\x9f\xe0\xa9\x7d\x35\xc3\xc9\x47\x29\xa6\x92\x33\xd4\xaf\x28\xd0\x14\xe7\x95\x35\xf0\x8a\x39\x5e\xea\x68\xa2\x4e\x7b\x46\xf3\x6e\x26\xae\xe9\x55\xa5\xd7\xa1\x9d\x69\xf7\xb0\x73\x44\x8a\x26\x5d\x23\xee\xca\x33\x34\xdc\x8a\x05\x19\x86\x11\x57\xd8\x38\x73\x6a\xd7\x50\xd9\xe2\x61\xa4\xeb\x7e\x23\x7e\x8e\x72\x63\x9b\xa6\xad\x0c\x67\x94\xb1\xd4\x1f\x5f\x54\xfc\x92\x36\xf8\x9f\x00\x00\x00\xff\xff\xd7\xf8\xeb\x05\xc3\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x31\x8f\xd7\x30\x0c\xc5\xf7\x7c\x8a\xa8\x4b\xa5\x93\xda\x8a\x0d\x65\x65\x60\x63\x60\x60\x77\x53\xf3\x6f\x74\x69\x1c\xd9\x4e\xe1\xf8\xf4\xa8\x69\xe1\xcf\xb5\x77\x80\x10\x53\xdb\xd4\xf9\xbd\x67\xfb\x41\x0e\x9f\x90\x25\x50\x72\x96\x47\xf0\x3d\x14\x9d\x89\xc3\x37\xd0\x40\xa9\x7f\x7c\x2b\x7d\xa0\x61\x7d\x63\x1e\x43\x9a\x9c\x7d\x17\x8b\x28\xf2\x47\x8a\x68\x16\x54\x98\x40\xc1\x19\x6b\x21\x25\xd2\x7a\x45\xb6\x4f\xfb\x22\xab\x8c\xc8\x09\x15\x2b\x12\x8a\x52\xc9\x13\x28\x3a\xdb\x28\x17\x6c\x8c\xb5\x11\x46\x8c\x07\xe1\x79\xf9\x48\xa4\xa2\x0c\x39\x87\x74\xdb\xad\x76\x13\x7e\x86\x12\x55\x8c\xb5\x09\x16\x74\x56\x9e\x44\x71\x71\x9e\x92\x32\xc5\x88\xec\xaa\x3c\x25\x85\xd8\x65\x9a\xba\x4d\x54\x3c\x44\x64\xc3\x25\xa2\x38\xd3\x59\xc8\xe1\x3d\x53\xc9\x55\xb6\xb3\x3f\x4a\x42\xba\x19\x6b\x19\x85\x0a\x7b\x3c\x7e\xde\x71\x99\xa6\x3b\x6c\x73\xb0\x22\x8f\x47\xd5\x0d\xb5\x3e\x63\x90\xfd\xe5\x0b\xa8\x9f\xff\x93\xd4\x20\x0a\x5a\x4e\x8a\xfb\x20\xaf\x0a\xed\x43\x7b\x25\xb7\x0f\x43\x65\xb5\x2f\xbb\x7e\x8d\xd5\x34\x57\x54\xa6\xe9\xe4\xa4\xf6\xfc\xfb\xbb\x1f\x60\xf9\x69\x65\x56\xcd\x6e\x46\xc8\x5b\xaa\x5c\x7b\x3f\x94\xe7\xa7\x27\x5d\x41\x5e\x83\x47\x19\x32\xd3\xd7\xa7\x6b\x1f\x17\x03\x0b\x2a\x07\x2f\x47\x9e\xff\xbd\x11\x5f\x44\x69\xe9\xff\x84\xdb\xe7\xfe\x5a\x24\xfe\x6a\xb4\xb8\x62\xd2\x93\x27\xcf\xb8\xad\xa6\x1a\xae\x91\xfa\x65\x5f\xdf\x03\x00\x00\xff\xff\x7f\xa1\x54\x37\xc9\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x31\x6f\x02\x31\x0c\x85\xf7\xfc\x0a\xeb\xf6\x03\x75\xab\xb2\x76\xe8\xde\xa1\xbb\x73\xf7\x80\x40\x88\x23\xc7\xa1\x2a\xbf\xbe\xe2\xb8\x16\x95\x82\x54\xa6\x3c\x5b\xf1\xf7\xde\xe3\x12\xdf\xa1\x35\x4a\xf6\xa4\x81\x87\x05\x37\xdb\x88\xc6\x23\x5b\x94\xbc\xd8\x3d\xd7\x45\x94\xe5\xe1\xc9\xed\x62\x1e\x3d\xbd\xa4\x56\x0d\xfa\x26\x09\x6e\x0f\xe3\x91\x8d\xbd\x23\xe2\x9c\xc5\xa6\x93\x7a\x1a\xe9\x26\xab\x05\x68\x86\x61\x42\x72\x33\x69\x65\x64\x83\xa7\xce\xb4\xa1\x73\x44\x89\x03\xd2\x4c\xf8\xfd\x3d\x88\x58\x35\xe5\x52\x62\x5e\x9f\xa3\xf6\x23\x56\xdc\x92\x55\x47\x94\x79\x0f\x4f\xf5\xb3\x1a\xf6\x7e\x90\x6c\x2a\x29\x41\xfd\x56\x42\x7f\x19\x9d\xb6\x84\xea\x5d\x4f\x5c\xe2\xab\x4a\x2b\x93\x57\x4f\x81\x6d\xd8\x38\x22\x45\x95\xa6\x03\xe6\xf5\x56\xc2\x09\x7e\x80\x86\x79\xb3\x86\x4d\x6f\x8a\xf5\x2c\xce\x15\x26\xf9\x31\x41\x1e\x61\x2f\xab\xb1\xb5\x2b\x8b\x99\xf8\x10\x67\x15\x33\xa7\x78\x84\xfe\x93\xd5\x75\x7f\x41\x45\xc6\xab\xeb\x41\xf1\xdd\x6d\x44\xc2\x2c\x7f\xaa\x97\x39\xd0\xdd\xe6\xb7\x5c\x70\x40\xb6\xfb\x3e\x17\xe6\x1c\xfd\x2b\x00\x00\xff\xff\xe6\xa2\xd3\x1a\xa0\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x31\x6f\xc3\x20\x10\x85\x77\x7e\xc5\x29\x4b\xa4\x4a\x76\xd4\xad\x62\xed\xd0\xbd\x43\xf7\x33\xbe\x24\x28\x98\x43\x77\x47\xaa\xe6\xd7\x57\xd8\x56\xab\xc6\x59\x3a\xf1\xf8\x04\xef\x3d\x0e\x2c\xf1\x83\x44\x23\x67\x0f\x32\x60\xe8\xb1\xda\x99\x25\xde\xd0\x22\xe7\xfe\xf2\xa2\x7d\xe4\xc3\xf5\xd9\x5d\x62\x1e\x3d\xbc\xa6\xaa\x46\xf2\xce\x89\xdc\x44\x86\x23\x1a\x7a\x07\x80\x39\xb3\xcd\x57\xb4\x6d\xe1\xa1\x57\x1d\x48\x32\x19\xcd\x96\x58\x8d\x6b\x19\xd1\xc8\xc3\xce\xa4\xd2\xce\x01\x24\x1c\x28\xad\x0e\x7f\x8f\x0f\xcc\xa6\x26\x58\x4a\xcc\xa7\xa5\x6a\x37\xd2\x11\x6b\x32\x75\x00\x19\x27\xf2\xa0\x5f\x6a\x34\xf9\xc0\xd9\x84\x53\x22\xf1\x8d\x6b\xc1\x40\xdd\x2f\x74\x52\x13\xa9\x77\x1d\x60\x89\x6f\xc2\xb5\xcc\x89\x1d\xec\x5a\x05\x21\xe5\x2a\x81\x56\xf6\x63\xd0\x52\xae\x24\xc3\xca\x47\x4a\x64\x34\xcb\x13\xd9\xbc\xa6\xa8\x8b\xf8\x44\x0b\xe7\xff\xda\x1f\x8e\x31\x63\x8a\x37\xba\xe7\x6a\x68\xf5\x2e\x7d\x19\xdc\x36\x62\xff\xb4\xdf\x66\x2c\xf0\x71\xf7\x45\x86\x36\x97\xd0\x3e\x69\xfb\xa0\xef\x00\x00\x00\xff\xff\x40\x79\x1b\x12\x21\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\xb5\x62\x43\x59\x19\xd8\x19\xd8\x7d\x97\x47\x1b\x35\x8d\x23\xc7\x39\x09\x7e\x3d\xba\xdc\x49\x88\x52\x24\xca\x94\x67\x2b\xef\x7b\x7e\x5c\xe2\x2b\xb4\x46\xc9\x9e\x74\xe4\x69\xcf\xcd\x4e\xa2\xf1\x83\x2d\x4a\xde\x9f\x1f\xeb\x3e\xca\x61\x7e\x70\xe7\x98\x83\xa7\xa7\xd4\xaa\x41\x5f\x24\xc1\x5d\x60\x1c\xd8\xd8\x3b\x22\xce\x59\xac\x5b\xea\x32\xd2\x4d\x56\x1b\xa1\x19\x86\x8e\xe4\x66\xd2\x4a\x60\x83\xa7\x9d\x69\xc3\xce\x11\x25\x1e\x91\x36\xc2\xf7\xef\xa3\x88\x55\x53\x2e\x25\xe6\xe3\x7a\xea\x10\xf0\xc6\x2d\x59\x75\x44\x99\x2f\xf0\x54\xdf\xab\xe1\xe2\x27\xc9\xa6\x92\x12\xd4\x67\x09\x18\xbe\x66\xa7\x2d\xa1\x7a\x37\x10\x97\xf8\xac\xd2\x4a\x0f\x1b\x68\xb7\xa4\x2b\xaa\x34\x9d\xb0\xed\x16\xef\xc2\x9e\xa1\xe3\xb6\x0a\x48\x30\x74\x79\x84\xf5\x37\xc5\xba\x8a\xc2\x36\x9d\xba\x5a\x6b\xdd\x11\x72\xa8\xc6\xd6\xae\xb2\xfe\xc7\x2b\x12\x6e\xe3\xee\x85\xfc\x5a\xbc\x17\xfe\x13\x06\x33\xb2\x5d\x81\x26\x05\x6f\xa0\x1f\x05\x3f\x03\x00\x00\xff\xff\xdf\x4e\x28\x2b\x8c\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x31\x8f\xd4\x30\x10\x85\xfb\xfc\x0a\x6b\xfb\xec\x89\x0e\xb9\xa5\xa0\xa7\xa0\x9f\xd8\x8f\x3d\xeb\x1c\x8f\x35\x33\x0e\x82\x5f\x8f\xd6\xb1\xc4\xb1\xec\xa1\xb0\x88\x2a\x93\x38\xfe\xde\x7b\xf6\xa3\x9a\x3e\x43\x34\x71\xf1\x4e\x16\x0a\x67\x6a\xf6\xcc\x92\xbe\x93\x25\x2e\xe7\x97\xf7\x7a\x4e\xfc\xb4\xbd\x9b\x5e\x52\x89\xde\x7d\xc8\x4d\x0d\xf2\x89\x33\xa6\x15\x46\x91\x8c\xfc\xe4\x1c\x95\xc2\xd6\xb7\xe8\xf5\xd5\xdd\x65\xb5\x05\x52\x60\xe8\x48\x6a\xc6\xad\x46\x32\x78\x77\x32\x69\x38\x4d\xce\x65\x5a\x90\x07\xe1\xd7\xdf\x17\x66\x53\x13\xaa\x35\x95\xcb\x6e\x75\x8e\xf8\x42\x2d\x9b\x4e\xce\x15\x5a\xe1\x9d\x7e\x53\xc3\xea\x03\x17\x13\xce\x19\xe2\xeb\x35\x9b\x1a\x8a\xcd\x1b\xe7\xb6\x62\x5e\x52\x89\x90\x49\x5a\x86\xfa\x69\x76\x54\xd3\x47\xe1\x56\xbb\xea\xec\x4e\x57\x1b\x02\xe5\x26\x01\xe3\xdb\x4f\xc8\xce\xb8\x0a\x6e\x90\x65\x2c\x07\x01\x19\xfa\x18\x91\x31\xc6\x0b\xac\x3f\x73\xd2\x7d\xd8\xc3\xf6\xf1\x2b\x59\x78\x7e\x50\xfb\x49\x8d\xac\xdd\x58\x18\xec\x87\x88\x21\x53\x5a\x6f\x78\xff\xc9\xfc\x2e\xf5\xef\x09\x38\x3e\x76\x05\x6f\x58\x57\x63\xa1\x0b\x46\xd9\x7f\xd7\x1b\xeb\x21\x93\xea\xed\xe5\x1f\xd5\xb8\x97\x03\x25\x56\x4e\xa5\x17\x78\x76\x0a\xd9\x52\x38\x5e\xae\x43\x12\x8a\x20\xb0\x37\x3c\x0f\xf6\x21\x50\xe1\xf8\xc7\xe8\xc7\x02\x6f\x28\xb7\x66\xfe\xe6\xbc\xee\x6c\x7f\x75\x3e\xb5\x93\x5e\x95\xe9\x47\x00\x00\x00\xff\xff\x70\x62\x5c\xe8\xdc\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\xb1\x4e\x35\x21\x10\x85\x7b\x9e\x62\x72\xfb\xdd\x3f\x7f\x67\x68\x2d\xec\x2d\xec\x07\x38\xee\x25\x97\x65\xc8\x30\x5c\xa3\x4f\x6f\x16\xb7\xd1\x58\xd8\x1d\xbe\x30\xdf\x39\xdc\xf2\x0b\xb4\x67\xa9\x9e\x34\x70\x5c\x79\xd8\x55\x34\x7f\xb0\x65\xa9\xeb\xed\xa1\xaf\x59\xfe\xdd\xff\xbb\x5b\xae\xc9\xd3\x63\x19\xdd\xa0\xcf\x52\xe0\x76\x18\x27\x36\xf6\x8e\x88\x6b\x15\x9b\x27\xfd\x78\xd2\xaf\xae\x11\xa0\x15\x86\xa9\xe4\x61\x32\x5a\x62\x83\xa7\x8b\xe9\xc0\xc5\x11\x15\x0e\x28\xa7\xe1\xfb\xf7\x20\x62\xdd\x94\x5b\xcb\x75\xfb\x9a\xba\x24\xbc\xf2\x28\xd6\x1d\x51\xe5\x1d\x9e\xfa\x7b\x37\xec\x3e\x4a\x35\x95\x52\xa0\xbe\x49\x5a\x36\xd6\xc0\x1b\x96\x78\xa0\x68\xa2\x4e\x47\x41\xf7\x6e\x21\x6e\xf9\x49\x65\xb4\x59\xb9\xd0\xe5\xd8\xa0\xe8\x32\x34\xe2\x64\x4d\xd2\x51\x70\x87\x86\x93\x24\x14\x18\x66\x2c\xb9\xdb\x0c\x6f\x6c\xf1\xfa\x37\x61\x95\x84\x1f\xc6\xa9\xf9\x0c\x00\x00\xff\xff\xfd\x88\xbd\x0d\x8a\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbf\x6e\x33\x21\x10\xc4\x7b\x9e\x62\xe5\xfe\xfc\xe9\xeb\x22\xda\x14\xe9\x53\xa4\xdf\xe3\x26\x36\x32\xc7\xa2\xdd\xe5\xa2\xe4\xe9\xa3\xc3\x8e\xf2\x47\x29\x52\x31\x30\xf0\x9b\x61\xb9\xe5\x27\xa8\x65\xa9\x91\x74\xe6\x74\xe4\xee\x67\xd1\xfc\xc6\x9e\xa5\x1e\x2f\x77\x76\xcc\xf2\x6f\xfb\x1f\x2e\xb9\x2e\x91\xee\x4b\x37\x87\x3e\x4a\x41\x58\xe1\xbc\xb0\x73\x0c\x44\x5c\xab\xf8\x78\x62\xfb\x96\x7e\x65\xf5\x19\x5a\xe1\x18\x48\xee\x2e\xbd\x2d\xec\x88\x74\x70\xed\x38\x04\xa2\xc2\x33\xca\x8d\xf0\xfd\xfa\x2c\xe2\xe6\xca\xad\xe5\x7a\xba\x56\x9d\x16\x3c\x73\x2f\x6e\x81\xa8\xf2\x8a\x48\xf6\x6a\x8e\x35\x26\xa9\xae\x52\x0a\x34\xb6\x6d\x6a\x2a\x8e\xb4\x37\x98\x3e\x8d\xa0\xbd\xc0\x62\x98\x88\x5b\x7e\x50\xe9\x6d\xa4\x4e\x74\xd8\x6b\x28\x4c\xba\x26\xdc\xce\xda\x3e\x20\x73\x54\xdf\xa4\xf4\x15\x7b\xe0\x06\x9d\x6f\xf6\x09\x3e\xd6\x92\xed\x2a\xae\xdf\x1a\xf2\x85\x3d\x9d\xff\x96\x82\x0d\xd5\x7f\xa0\x93\xe2\x83\xd4\x06\xe9\x0b\xfe\x3d\x00\x00\xff\xff\x97\x50\x73\xcf\xba\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbd\x4e\x2c\x31\x0c\x85\xfb\x3c\x85\xb5\xfd\xec\xd5\xed\x50\x5a\x0a\x7a\x0a\x7a\x4f\xe6\xb0\x1b\x6d\x26\x8e\x6c\x67\x10\x3c\x3d\x9a\xd9\x41\xfc\x08\x09\xa8\xe2\x24\xce\x77\xbe\x98\x5b\x7e\x80\x5a\x96\x1a\x49\x47\x4e\x47\xee\x7e\x16\xcd\x2f\xec\x59\xea\xf1\x72\x63\xc7\x2c\xff\x96\xff\xe1\x92\xeb\x14\xe9\xb6\x74\x73\xe8\xbd\x14\x84\x19\xce\x13\x3b\xc7\x40\xc4\xb5\x8a\x6f\x4f\x6c\xdd\xd2\xb7\xac\x3e\x42\x2b\x1c\x1b\x92\xbb\x4b\x6f\x13\x3b\x22\x1d\x5c\x3b\x0e\x81\xa8\xf0\x88\xb2\x13\x3e\xb7\x8f\x22\x6e\xae\xdc\x5a\xae\xa7\xab\xea\x30\xe1\x91\x7b\x71\x0b\x44\x95\x67\x44\xb2\x67\x73\xcc\x31\x49\x75\x95\x52\xa0\xb1\x2d\x69\x68\x2a\x8e\xb4\x2a\x0c\xef\x37\x41\x7b\x81\xc5\x30\x10\xb7\x7c\xa7\xd2\xdb\x16\x3b\xd0\x61\xf5\x50\x98\x74\x4d\xd8\xcf\xda\x3a\x21\x73\x54\x5f\xa4\xf4\x19\xa9\x70\x9e\xd7\xd8\x05\x3a\xee\x3d\x27\xf8\xb6\x96\x6c\xd7\xe2\xfa\xb9\xad\x7c\x62\x4f\xe7\x5f\x46\xc9\xf4\x13\xf8\x0f\x34\x2c\xa8\xfe\x85\x97\x14\x6f\x5e\x6d\x23\x7d\x90\x7d\x0d\x00\x00\xff\xff\x15\x38\xa9\x02\x0e\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x85\xe0\x3d\x09\xfe\xed\x87\xd6\x0e\xdd\x3b\x74\xa7\xed\x4b\x22\x44\x11\x05\x92\x4a\xdb\x3c\x7d\x61\xc5\x6d\x5a\x37\x28\x0a\x64\xf2\xd1\x24\xef\xa3\x8e\x4a\x7c\x86\x68\xe4\x1c\xbc\xf4\x34\xac\xa9\xda\x9e\x25\x9e\xc9\x22\xe7\xf5\xe1\xbf\xae\x23\x6f\x4e\xff\xdc\x21\xe6\x31\xf8\x87\x54\xd5\x20\x4f\x9c\xe0\x8e\x30\x1a\xc9\x28\x38\xef\x29\x67\xb6\xb6\xa2\x53\xe9\x6f\x7a\xd5\x1e\x92\x61\x68\x96\x54\x8d\x6b\x19\xc9\x10\x7c\x67\x52\xd1\x39\xef\x13\xf5\x48\xb3\xc3\xf7\xf1\x9e\xd9\xd4\x84\x4a\x89\x79\x77\x39\x75\x35\x62\x4b\x35\x99\x3a\xef\x33\x1d\x11\xbc\xbe\xa9\xe1\x18\x06\xce\x26\x9c\x12\x24\x08\x4a\x8a\x03\x29\x6c\x75\xfd\xeb\xa4\x26\x68\x70\x2b\x4f\x25\x3e\x0a\xd7\xd2\x90\x53\x59\xb4\x09\xbc\x1a\xf2\x14\xca\x54\x0a\x94\xab\x0c\x98\x87\xae\x96\x53\xf3\x04\xe9\xe7\xc6\x0e\xd6\xbe\x29\xea\x45\x5c\x9e\xd7\xe4\x0b\xd9\xb0\xbf\x1f\xb8\x51\x23\xab\x0b\xee\x8c\xb9\xdf\x7c\x1b\x33\xa5\x78\x86\xfc\x11\xd0\x75\x3f\xfd\x0a\x8f\x8b\xed\x41\xf0\x91\xc2\x88\x84\x59\x7e\x86\x54\x5a\x32\xbf\x64\x74\x8b\x82\x13\xf2\x32\xfe\x2f\x9c\xab\xe7\x7c\xfa\x7b\x00\x00\x00\xff\xff\x4c\x67\xda\x34\xe6\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xb1\x4e\x03\x31\x0c\x86\xf7\x3c\x85\xd5\xfd\x5a\xb1\xa1\xac\x0c\xec\x0c\xec\xbe\xbb\xbf\x6d\xd4\x34\x8e\x1c\xa7\x88\x3e\x3d\x6a\x1a\x28\x14\x18\xaa\x4e\x71\x2c\xfb\xfb\x6c\x73\x0e\xaf\xd0\x12\x24\x79\xd2\x91\xa7\x25\x57\xdb\x8a\x86\x23\x5b\x90\xb4\xdc\x3d\x96\x65\x90\xd5\xe1\xc1\xed\x42\x9a\x3d\x3d\xc5\x5a\x0c\xfa\x22\x11\x6e\x0f\xe3\x99\x8d\xbd\x23\xe2\x94\xc4\x5a\x4b\x39\x7d\xe9\x4f\x56\x1d\xa1\x09\x86\x86\xe4\x6a\x52\xf3\xcc\x06\x4f\x0b\xd3\x8a\x85\x23\x8a\x3c\x22\x76\xc2\xcf\xf2\x51\xc4\x8a\x29\xe7\x1c\xd2\xe6\x3c\xea\x30\x63\xcd\x35\x5a\x71\x44\x89\xf7\xf0\x54\xde\x8b\x61\xef\x27\x49\xa6\x12\x23\xd4\x2b\x72\x0c\x53\xf3\x0f\x97\xb4\xd3\x1a\x51\xbc\x1b\x88\x73\x78\x56\xa9\xb9\x39\x07\x5a\x9c\x86\x50\x14\xa9\x3a\xa1\xe7\xbe\x21\x2e\x84\x93\xf3\x00\x1d\x7b\xcd\x06\xd6\xde\x18\xca\x39\x38\x6f\xd6\xc2\x37\xb6\x69\x7b\x8f\x6a\x55\x8c\xad\x5e\x19\xbb\xe0\x1e\xec\x3a\x24\x8e\xe1\xf8\x6b\x99\x5b\xd0\x59\xe6\xab\xee\x49\xf1\xb9\xf9\x8c\x88\x1e\x7e\x1d\x26\xb7\x6b\xdc\x78\x17\x1c\x90\xec\x7f\xcf\x85\xd9\x47\xff\x08\x00\x00\xff\xff\x6f\x97\x7d\x7b\xd5\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x3d\x4f\xc3\x30\x10\x86\x77\xff\x8a\x53\x96\x4a\x48\x69\xc5\x86\xbc\x32\xb0\x33\xb0\x5f\x92\x83\x5a\x75\x7c\xe6\x3e\x82\xe0\xd7\xa3\xb8\x45\x10\xca\xc0\x76\x7e\xed\xe7\xf1\xab\xc3\x9a\x9e\x48\x34\x71\x89\x20\x03\x8e\x7b\x74\x3b\xb2\xa4\x0f\xb4\xc4\x65\x7f\xba\xd3\x7d\xe2\xc3\x72\x1b\x4e\xa9\x4c\x11\xee\xb3\xab\x91\x3c\x72\xa6\x30\x93\xe1\x84\x86\x31\x00\x60\x29\x6c\x0d\xd1\xf5\x08\x7f\xba\x7c\x20\x29\x64\xd4\x94\xe8\xc6\x5e\x27\x34\x8a\xd0\x99\x38\x75\x01\x20\xe3\x40\xf9\x62\xd8\x3e\x1f\x98\x4d\x4d\xb0\xd6\x54\x5e\xce\x55\xfb\x89\x9e\xd1\xb3\x69\x00\x28\x38\x53\x04\x7d\x57\xa3\x39\x8e\x5c\x4c\x38\x67\x92\x28\xa4\xec\x32\xd2\xab\xb3\x61\xff\x7d\x11\xc4\x33\x69\x0c\x3d\x60\x4d\x0f\xc2\x5e\xdb\xaf\x3d\xec\x6e\x76\x01\xe0\x0b\xdb\x84\x0b\xc9\x70\x09\x72\x52\x6b\xc3\x1b\xda\x78\xbc\xb6\x74\xdd\xb5\x64\x53\x45\x0f\x6a\x68\xae\x5b\xed\x79\x1f\xff\xd3\xd1\x42\xc5\x7e\xf1\xa3\xd0\xca\xaf\x63\x6d\xc5\x7e\x48\x3f\x03\x00\x00\xff\xff\xd1\xf0\x32\x40\xe9\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xd0\x3f\x4f\xc3\x30\x10\x05\xf0\xdd\x9f\xe2\xd4\x3d\xad\xd8\x90\x57\x06\x76\x06\xf6\x4b\xf2\xa0\x56\x5d\x9f\x75\x7f\x8a\xe0\xd3\xa3\xa4\x91\x80\x8a\x01\xb6\xf3\x93\xef\xf7\x2c\x73\x2f\xcf\x50\x2b\xd2\x32\xe9\xc8\xd3\x9e\xc3\x8f\xa2\xe5\x83\xbd\x48\xdb\x9f\xee\x6d\x5f\xe4\x70\xb9\x4b\xa7\xd2\xe6\x4c\x0f\x35\xcc\xa1\x4f\x52\x91\xce\x70\x9e\xd9\x39\x27\x22\x6e\x4d\x7c\x5d\xb1\xe5\x48\xbf\x5a\x31\x42\x1b\x1c\x2b\xc9\xe1\x12\x7d\x66\x47\xa6\x9d\x6b\x60\x97\x88\x2a\x8f\xa8\x9b\xf0\xf3\xfa\x28\xe2\xe6\xca\xbd\x97\xf6\x7a\x7d\xea\x30\xe3\x85\xa3\xba\x25\xa2\xc6\x67\x64\xb2\x77\x73\x9c\xf3\x24\xcd\x55\x6a\x85\x66\x95\x70\x0c\x5f\x41\xd2\xa8\xb0\x9c\x06\xe2\x5e\x1e\x55\xa2\xaf\x6d\x03\xed\x96\x7a\x85\x49\xe8\x84\x2d\x6b\x32\x63\xc1\x2f\xd0\x71\x8b\x6a\x31\x5f\x87\x37\xf6\xe9\xf8\x0f\xe6\x60\xce\x1e\x37\x5a\xff\x3b\x82\x0b\x9a\xdf\xac\x4f\x0a\x76\x7c\x93\x96\xe9\xfa\xa7\xe9\x33\x00\x00\xff\xff\xfe\xa9\xe4\x9b\xd8\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x41\x4b\xc5\x30\x10\x84\xef\xf9\x15\x4b\xef\xad\x78\x93\x5c\x3d\x78\xf7\xe0\x7d\x9b\x8e\xbe\xf0\xd2\x6c\xd8\xec\x16\xf4\xd7\x4b\xfb\x0a\x22\x28\xbc\xdb\x24\x93\xf9\x66\x08\xb7\xfc\x06\xed\x59\x6a\x24\x9d\x39\x4d\xec\x76\x11\xcd\x5f\x6c\x59\xea\x74\x7d\xea\x53\x96\x87\xed\x31\x5c\x73\x5d\x22\x3d\x17\xef\x06\x7d\x95\x82\xb0\xc2\x78\x61\xe3\x18\x88\xb8\x56\xb1\x23\xd2\xf7\x23\xfd\xc9\xf2\x19\x5a\x61\x38\x90\xec\x26\xde\x16\x36\x44\x1a\x4c\x1d\x43\x20\x2a\x3c\xa3\x9c\x84\xdf\xcf\x67\x11\xeb\xa6\xdc\x5a\xae\x1f\xb7\xa9\xe3\x82\x77\xf6\x62\x3d\x10\x55\x5e\x11\xa9\x7f\x76\xc3\x1a\x93\x54\x53\x29\x05\x1a\x3b\x74\xcb\x09\x23\xa7\x24\x5e\x6d\xfc\xb1\x82\x7a\x41\x8f\x61\x24\x6e\xf9\x45\xc5\xdb\xd1\x3b\xd2\xb0\x0f\x51\x74\x71\x4d\x38\xef\x4e\xcc\x49\xd9\x0b\x37\xe8\x7c\x9a\x49\xc1\x86\xfb\x40\xd8\xf0\x5f\x7e\x97\x8d\x2d\x5d\x0e\x75\xfb\x9a\xf0\x1d\x00\x00\xff\xff\xf5\xb6\xad\xd4\x9f\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\xb5\x62\x43\x59\x19\xd8\x19\xd8\x7d\xb9\x47\x1b\x35\x8d\x23\xdb\x39\x04\xbf\x1e\xdd\xf5\x24\xa0\x62\x00\xa6\x38\x4f\xf1\xf7\x3e\x85\x5b\x7e\x86\x5a\x96\x1a\x49\x47\x4e\x7b\xee\x7e\x12\xcd\xef\xec\x59\xea\xfe\x7c\x6f\xfb\x2c\x87\xf9\x2e\x9c\x73\x9d\x22\x3d\x94\x6e\x0e\x7d\x92\x82\x70\x81\xf3\xc4\xce\x31\x10\x71\xad\xe2\xeb\x8a\x2d\x57\xfa\x91\xd5\x47\x68\x85\x63\x45\x72\x77\xe9\x6d\x62\x47\xa4\x9d\x6b\xc7\x2e\x10\x15\x1e\x51\x36\xc2\xf7\xe7\xa3\x88\x9b\x2b\xb7\x96\xeb\xf1\xaa\x3a\x4c\x78\xe1\x5e\xdc\x02\x51\xe5\x0b\x22\xd9\x9b\x39\x2e\x31\x49\x75\x95\x52\xa0\xd1\xa0\x73\x4e\x18\x3e\xa3\xa0\xbd\xc0\x62\x18\x88\x5b\x7e\x54\xe9\x6d\xed\x1b\x68\xb7\x08\x28\x4c\xba\x26\x6c\xd9\xb6\xbe\x34\xcc\xd0\x71\x4b\x8f\xf0\xf5\x2c\xd9\xae\xc3\x2b\x7b\x3a\xfd\x8d\x78\x30\x67\xef\x37\xe0\xeb\x7f\xfc\x0e\x54\x65\xba\xf5\xfa\x8f\x0f\x66\x54\xbf\xe1\x24\xc5\xa2\xb1\x8c\x6d\x25\x7d\x71\xfb\x08\x00\x00\xff\xff\xd6\xe2\xea\xf1\x30\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x31\x8f\xdb\x30\x0c\x85\x77\xff\x0a\x21\xbb\x13\x74\x2b\xb4\x76\xe8\xde\xa1\x3b\x6d\xbf\x24\x42\x64\x51\x20\x29\x17\xcd\xaf\x2f\xe4\xb8\x4d\x1a\xe7\x0e\xc9\xe1\x36\x8a\xb0\xbe\xf7\xf4\x48\x53\x0e\x3f\x21\x1a\x38\x79\x27\x1d\xf5\x5b\x2a\x76\x64\x09\x67\xb2\xc0\x69\x7b\xfa\xaa\xdb\xc0\xbb\xe9\x4b\x73\x0a\x69\xf0\xee\x5b\x2c\x6a\x90\x1f\x1c\xd1\x8c\x30\x1a\xc8\xc8\x37\xce\x51\x4a\x6c\xf3\x15\xad\x47\xf7\x90\x55\x3a\x48\x82\x61\x46\x52\x31\x2e\x79\x20\x83\x77\x1b\x93\x82\x4d\xe3\x5c\xa4\x0e\x71\x21\xfc\xff\x79\xc7\x6c\x6a\x42\x39\x87\x74\xb8\x58\x6d\x07\xec\xa9\x44\xd3\xc6\xb9\x44\x23\xbc\xd3\xdf\x6a\x18\x7d\xcf\xc9\x84\x63\x84\x78\x35\x32\xec\x4b\x54\x58\x7b\x6d\x37\x52\x22\xd4\x37\xad\xa3\x1c\xbe\x0b\x97\x3c\x6b\xb6\x6e\x53\x4d\x08\x94\x8b\xf4\x58\x7a\x99\x87\xaa\x30\x41\xba\xa5\x13\x83\xda\x5c\xfc\x22\xeb\x8f\x6b\x0a\xe5\xac\x6b\xce\x8d\x95\x3b\xde\x01\xf6\x49\xdc\x5d\x3d\x94\x3b\xfc\x25\xe5\x0f\xe1\xf6\x21\x51\x0c\x67\xc8\x93\xc8\xe7\xf2\xeb\x05\xf5\x76\x2d\x07\x44\x2c\xe5\xdf\x14\xf2\xfc\xf8\xd7\x8d\x5f\xc7\x2b\x98\x42\xdd\xe8\x97\x64\xff\x85\xbf\xd2\x7f\x67\x22\x0f\xdf\x5b\x7f\x27\x35\x24\x9b\x38\x96\x11\x7d\xa4\x30\xbe\x6d\xa5\xea\x3f\xc5\xc5\x84\x74\xbf\x39\x37\x9c\x95\xed\x3f\x01\x00\x00\xff\xff\x09\x05\x80\x6b\xda\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x3f\x4f\xc4\x30\x0c\x05\xf0\x3d\x9f\xc2\xba\xbd\x45\x6c\x28\x2b\x03\x3b\x03\xbb\xdb\x3e\xb8\xe8\xd2\x38\xb2\x9d\x22\xf8\xf4\xa8\xb9\x22\xc4\x9f\x81\xed\xf9\x29\xf9\x39\xe1\x9a\x9e\xa0\x96\xa4\x44\xd2\x89\xe7\x91\x9b\x9f\x45\xd3\x3b\x7b\x92\x32\x5e\xee\x6c\x4c\x72\xb3\xdd\x86\x4b\x2a\x4b\xa4\xfb\xdc\xcc\xa1\x8f\x92\x11\x56\x38\x2f\xec\x1c\x03\x11\x97\x22\xde\xaf\xd8\x3e\xd2\x9f\x56\x9b\xa0\x05\x8e\x4e\x72\x73\x69\x75\x61\x47\xa4\x93\x6b\xc3\x29\x10\x65\x9e\x90\x0f\xe1\xfb\xf1\x49\xc4\xcd\x95\x6b\x4d\xe5\xe5\xfa\xd4\x61\xc1\x33\xb7\xec\x16\x88\x0a\xaf\x88\x64\x6f\xe6\x58\xe3\x2c\xc5\x55\x72\x86\x46\xf7\x3c\x7c\x8d\x41\x5b\x86\xc5\x30\x10\xd7\xf4\xa0\xd2\x6a\xdf\x35\xd0\x69\x5f\xae\x30\x69\x3a\xe3\xe8\x8a\x2c\xd8\xe9\x0d\x3a\x1d\x55\x4e\xe6\x3d\x54\xf6\xf9\xdc\xd3\xf5\x0b\x3d\xbe\xf6\xf2\x5f\x36\x36\x14\xff\x81\xcf\x8a\x4f\xe9\x17\xff\x11\x00\x00\xff\xff\xbf\x9a\x75\x4b\xa6\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x91\x31\x6f\xe3\x30\x0c\x85\x77\xff\x0a\x21\xbb\x73\xb8\xed\xe0\xf5\x86\xdb\x6f\xe8\x4e\xdb\x2f\xb1\x10\x99\x14\x48\xca\x6d\xfa\xeb\x0b\xcb\x2e\xd0\x20\x2d\xda\x0e\x9d\x4c\x53\x7a\xef\xe3\xa3\x28\xc7\x07\xa8\x45\xe1\x2e\x68\x4f\xc3\x91\x8a\x4f\xa2\xf1\x99\x3c\x0a\x1f\x2f\x7f\xec\x18\xe5\xd7\xf2\xbb\xb9\x44\x1e\xbb\xf0\x37\x15\x73\xe8\x7f\x49\x68\x66\x38\x8d\xe4\xd4\x35\x21\x10\xb3\x78\x95\xd8\xfa\x1b\xc2\xad\x8d\x64\xb0\x4d\xf1\xe4\xab\x99\x5d\xcd\x31\xb7\xc2\xe9\xda\x85\x83\x6b\xc1\xa1\x4a\xde\xc3\x97\x1e\xca\x70\xd4\x29\xa8\xb8\x94\x3c\x92\xe3\x8d\x2e\x51\x8f\xb4\x43\x6f\xaf\xf7\x22\x6e\xae\x94\x73\xe4\xf3\x96\xae\x1d\x71\xa2\x92\xdc\x9a\x10\x98\x66\x74\x61\x1b\xa6\x1b\x2c\xb6\x78\x72\x28\x53\x6a\xc9\x9d\x86\x09\xda\x68\x49\xb0\xae\x69\x03\xe5\xf8\x4f\xa5\xe4\xca\x69\xc3\x61\x05\x2b\x4c\x8a\x0e\xd8\x7b\x79\xdd\xa2\x39\xd8\x17\x49\x65\xc6\x8a\x58\xa0\xfd\x7e\x7c\x86\xd7\x6f\x8a\xb6\x15\x99\x7c\x98\x6a\xb5\x45\xaa\xe5\x63\x6d\x7e\x89\xc7\x32\x7e\xca\xf8\xc0\xce\x5c\x94\xce\xd8\x1f\xf7\xde\x7a\x0b\xb0\x6d\x61\x06\xfb\x4f\x47\xc1\x72\x0f\x19\x14\xaf\x4e\xdf\xe1\xbd\x04\x00\x00\xff\xff\xf1\x7b\xda\xbf\xcf\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYaml, - "ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x31\x6f\xeb\x30\x0c\x84\x77\xff\x0a\x21\xbb\xf3\xf0\xb6\x07\xaf\x6f\xe8\xde\xa1\x3b\x2d\x5f\x12\x21\xb2\x28\x90\x94\xdb\xf4\xd7\x17\x92\x3d\x34\x49\x5b\xa0\x99\x7c\xb6\xcc\xfb\x78\x07\x51\x0e\x2f\x10\x0d\x9c\x06\x27\x23\xf9\x3d\x15\x3b\xb1\x84\x77\xb2\xc0\x69\x7f\xfe\xa7\xfb\xc0\x7f\x96\xbf\xdd\x39\xa4\x69\x70\xff\x63\x51\x83\x3c\x73\x44\x37\xc3\x68\x22\xa3\xa1\x73\x8e\x52\x62\x6b\x23\x5a\x5f\x9d\xbb\xb6\xe1\x8c\xa4\xa7\x70\xb0\x6a\xa6\x17\x35\xcc\x3d\xa7\x78\x19\xdc\xce\xa4\x60\xd7\x46\xbe\xc2\x97\x11\x92\x60\x68\x5b\x50\x31\x2e\x79\x22\xc3\xa7\xb9\x48\x23\xe2\x06\xbd\xfe\x7d\x64\x36\x35\xa1\x9c\x43\x3a\xae\xe9\xfa\x09\x07\x2a\xd1\xb4\x73\x2e\xd1\x8c\xc1\xad\xcb\x0c\x5e\x43\x8f\x37\x83\x24\x8a\x7d\x16\x5e\x42\xad\x04\xd2\x49\x89\xd0\xa1\xeb\x1d\xe5\xf0\x24\x5c\x72\x43\xf5\x6e\x57\xd9\x02\xe5\x22\x1e\xdb\xb7\x5c\x8b\x54\x43\xb2\x85\x63\x99\x51\x29\x0b\x64\xdc\x8e\xbd\x80\x0c\x4d\x4e\x88\xd8\xe4\x11\xd6\x9e\x31\xe8\x2a\x5e\xc9\xfc\xe9\x31\xa0\x8f\x14\xe6\x1b\xea\x9d\x7f\x6e\xfe\x55\xad\x5d\xfe\x04\x55\x63\xa1\x23\xb6\x6b\x70\xbf\xc0\x76\xee\x23\xa9\xde\xc6\x7d\x24\x10\x16\x24\xfb\xbe\xb6\xdf\x64\xf9\x08\x00\x00\xff\xff\x17\x0a\xce\x09\xd9\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\x03\x41\x0c\xc5\xf1\x7e\x4e\x61\xa5\xcf\x22\x3a\x34\x2d\x37\xa0\xa0\x77\xb2\x0f\x65\x14\x8f\xbd\xf2\x07\x52\x38\x3d\xda\xa5\x01\x89\xd2\xc5\xff\xe7\xc7\xdb\x78\x87\xc7\x30\xed\xe4\x17\xbe\x2e\x5c\x79\x33\x1f\x5f\x9c\xc3\x74\xb9\xbf\xc4\x32\xec\xe9\xf3\xb9\xdd\x87\xae\x9d\x5e\xa5\x22\xe1\x6f\x26\x68\x13\xc9\x2b\x27\xf7\x46\xc4\xaa\x96\x47\x12\xfb\x49\xf4\x97\xb1\x0d\x1a\xb7\xf1\x91\x3b\x16\x8f\x48\xcc\xb3\xa9\x3c\x3a\x9d\xd2\x0b\xa7\x23\xf9\xef\x7d\x5d\xe0\x8a\xc4\xb1\x82\x2b\xad\xb6\x95\x13\xbf\x3a\xe5\x89\x4e\x3f\x66\x5f\x19\xd3\x34\x90\xe7\xab\x69\xba\x89\xc0\x9b\x97\x20\x3a\x69\x89\xb4\xef\x00\x00\x00\xff\xff\x96\xa9\x08\x3b\xef\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDeployerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x41\x8b\xdb\x40\x0c\x85\xef\xfe\x15\x22\xf7\x38\xf4\x56\x7c\xed\x61\xef\x85\xf6\xae\xcc\xbc\xb5\xa7\x3b\x1e\x0d\x92\x26\x4b\xfa\xeb\x8b\x27\x2e\x94\x4d\x0a\x5b\xba\x27\xcb\x46\xef\x7b\xef\x19\x71\x4d\xdf\xa1\x96\xa4\x4c\xa4\x67\x0e\x23\x37\x5f\x44\xd3\x4f\xf6\x24\x65\x7c\xf9\x6c\x63\x92\xd3\xe5\xd3\xf0\x92\x4a\x9c\xe8\x4b\x6e\xe6\xd0\xaf\x92\x31\xac\x70\x8e\xec\x3c\x0d\x44\x5c\x8a\x78\x97\xd8\xf6\x4a\x24\x15\xc5\x96\xf4\xec\x9b\x3c\xc2\x82\xa6\xea\xdd\xe5\x49\xb9\xb8\x91\x2f\x20\x4d\xf3\xe2\xe4\x42\x11\x35\xcb\x95\x5e\x93\x2f\xa9\x10\x53\x55\xf9\x81\xe0\x23\xd1\x37\x43\xa4\xaa\x69\x65\x4d\xf9\xda\xd1\xd4\xf7\xc8\xa0\x97\x14\x40\x1c\x82\xb4\x8d\xf8\x2c\x4a\xdc\x5c\x56\x76\xc4\x1d\xb9\xa2\xb8\x8d\x5d\xf6\xa8\x5d\x3b\x43\x0b\x1c\xbd\xe4\xa6\x6d\x35\xb2\x63\xa2\x83\x6b\xc3\x61\x20\x2a\xbc\x62\x22\xbb\x9a\x63\x9d\x6e\x4c\xe8\xa0\x2d\xc3\xa6\xe1\x48\x5c\xd3\x93\x4a\xab\xbd\xf5\x91\x0e\x9b\x44\x61\xd2\x34\x60\xff\xa6\xa8\x39\x85\x6e\x18\xa4\xb8\x4a\xce\x50\x1b\x88\x2e\xd0\xf3\xbe\x13\x91\xe1\xf8\x38\xde\x0c\xef\xcf\x9c\xec\x36\xdc\x7a\xf5\xf1\x95\x3d\x2c\xff\x63\x75\xb2\xc0\x19\x8f\x0d\x77\x9f\x77\xd1\xab\xc4\x37\xb1\x83\xe2\x77\xca\xbb\x06\xff\x10\x7b\x03\x9f\xb2\xcc\xf7\x11\xdf\x25\xc7\x65\x3b\x9a\xbf\x26\xeb\x89\x1e\x83\x8e\x94\x56\x9e\x31\xfe\x79\xfc\xf7\xfc\xbe\x63\xae\xe0\xd5\x79\x7e\x63\xb4\xff\xc0\x5f\x01\x00\x00\xff\xff\x13\x3e\xac\xd5\x97\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDeployerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDeployerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDeployerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDeployerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\x03\x41\x0c\xc5\xf1\x7e\x4e\x61\xa5\xcf\x22\x3a\x34\x2d\x37\xa0\xa0\x77\xb2\x0f\x65\x14\xaf\x3d\xf2\x07\xd2\x72\x7a\x94\xa5\x01\x89\xd2\xc5\xff\xe7\xc7\x73\xbc\xc3\x63\x98\x76\xf2\x0b\x5f\x17\xae\xbc\x99\x8f\x2f\xce\x61\xba\xdc\x5f\x62\x19\xf6\xf4\xf9\xdc\xee\x43\xd7\x4e\xaf\x52\x91\xf0\x37\x13\xb4\x0d\xc9\x2b\x27\xf7\x46\xc4\xaa\x96\x47\x12\x8f\x93\xe8\x2f\x63\x13\x1a\xb7\xf1\x91\x0f\x2c\xf6\x48\x6c\x67\x53\xd9\x3b\x9d\xd2\x0b\xa7\x23\xf9\xef\x7d\x5d\xe0\x8a\xc4\xb1\x82\x2b\xad\xe6\xca\x89\x5f\x9d\xf2\x86\x4e\x3f\x66\x5f\x31\xc5\xf6\x0d\x9a\xe7\xab\x69\xba\x89\xc0\x9b\x97\x20\x3a\x69\x89\xb4\xef\x00\x00\x00\xff\xff\x23\xac\x6f\x67\xf0\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xbd\x4e\xc3\x50\x0c\xc5\xf1\xfd\x3e\x85\xd5\xbd\x41\x6c\xe8\xae\xbc\x01\x03\xbb\x9b\x9c\xd2\xab\x3a\x76\xe4\x0f\xa4\xf0\xf4\xa8\x61\x01\x89\xd1\xc3\xff\xe7\xc3\xdb\x78\x87\xc7\x30\xed\xe4\x17\x9e\x27\xae\xbc\x99\x8f\x2f\xce\x61\x3a\xdd\x5f\x62\x1a\xf6\xf4\xf9\xdc\xee\x43\x97\x4e\xaf\x52\x91\xf0\x37\x13\xb4\x15\xc9\x0b\x27\xf7\x46\xc4\xaa\x96\x47\x12\x8f\x93\xe8\x2f\x63\x1b\x34\x6e\xe3\x9a\x0f\x2c\xf6\x48\xac\x67\x53\xd9\x3b\x9d\xd2\x0b\xa7\x23\xf9\xef\x7d\x5d\xe0\x8a\xc4\xb1\x82\x2b\xad\xb6\x85\x13\xbf\x3a\xe5\x15\x9d\x7e\xcc\xbe\x60\x13\xdb\x57\x68\xce\xa6\xd7\xf1\x71\x9e\x4d\xd3\x4d\x04\xde\xbc\x04\xd1\x49\x4b\xa4\x7d\x07\x00\x00\xff\xff\xa8\x1d\x9d\x14\xf6\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDiscoveryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x51\x31\x6e\xc3\x30\x0c\xdc\xf5\x0a\x22\x63\x01\xdb\x49\xa7\x42\x6b\xd7\x4e\x01\xda\x9d\x8e\x19\x5b\x8d\x42\x0a\x22\xe5\x22\x79\x7d\x11\x3b\x71\x6a\xa0\xdb\x1d\xc5\xbb\x23\x45\x4c\xe1\x8b\xb2\x06\x61\x0f\xb9\xc5\x43\x8d\xc5\x06\xc9\xe1\x8a\x16\x84\xeb\xd3\x9b\xd6\x41\x9a\x71\xe7\x4e\x81\x3b\x0f\xef\xb1\xa8\x51\xde\x4b\x24\x77\x26\xc3\x0e\x0d\xbd\x03\x40\x66\xb1\x49\xa2\x37\x0a\xb0\xb6\x91\x44\xac\x43\x38\xda\xcd\x4c\x2f\x6a\x74\xae\x84\xe3\xc5\xc3\xc6\x72\xa1\xcd\x24\xf9\x2f\xbe\xb4\x94\x99\x8c\xa6\x29\xb0\x98\x94\xd4\xa1\xd1\x1f\x5d\xc4\x96\xe2\x3d\x74\xdd\xde\x8a\x98\x5a\xc6\x94\x02\xf7\xf3\x76\x55\x47\x47\x2c\xd1\xd4\x01\x30\x9e\xc9\xc3\x3c\x8c\xef\x82\x1e\x64\xa4\x7c\x71\xb9\x44\x52\xef\x2a\x60\xe1\x3d\xa9\x94\x7c\xa0\xcf\xfd\xc7\x94\x50\x41\x83\x29\x2c\xa0\x79\x59\xa0\x3e\xd1\xa3\x3a\x10\x46\x1b\xae\x33\xb9\x7d\xc0\x22\xbd\x93\x47\xa3\xfe\x60\xdf\x53\xae\x5e\xeb\x6d\xbd\xad\x53\x5b\x8d\xbb\xd5\x43\xfd\xad\xc2\xab\xca\xe2\xf4\xe4\x0f\xb3\x71\x3e\xe6\x8a\x34\x0e\x60\xa4\xdc\xde\x77\xe8\xc9\xdc\x6f\x00\x00\x00\xff\xff\x50\x70\x82\x1f\xf7\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDiscoveryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDiscoveryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDiscoveryYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDiscoveryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\xc4\x40\x0c\x86\xe1\x7e\x4e\x61\x6d\xbf\x41\x74\x68\x5a\x6e\x40\x41\xef\xdd\x31\x5a\x2b\x8e\x3d\xf2\x0f\x52\x38\x3d\x4a\x68\x40\xa2\x74\xf1\xbc\xfe\x70\xf2\x3b\x79\xb0\x69\x07\xbf\xe1\x7d\xc1\xca\x87\x39\x7f\x61\xb2\xe9\xb2\xbe\xc4\xc2\xf6\xf4\xf9\xdc\x56\xd6\xd1\xe1\x55\x2a\x92\xfc\xcd\x84\xda\x46\x89\x03\x13\x7b\x03\x40\x55\xcb\x93\xc4\x71\x02\xfc\xcd\xd8\x24\x8d\x07\x7f\xe4\x11\x8b\x3d\x92\xb6\xab\xa9\xec\x1d\x2e\xe9\x45\x97\x93\xfc\xf7\xbe\x6e\xe4\x4a\x49\xe7\x0a\xac\xb4\x9a\x03\x93\x7e\x39\xc5\x8d\x3a\xfc\x34\xfb\xe0\xf0\x9a\x07\xbd\xde\x4d\xd3\x4d\x84\xbc\x79\x09\x45\x07\x2d\x91\xf6\x1d\x00\x00\xff\xff\x9b\x6a\x2f\xec\xf0\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\xc4\x40\x0c\x86\xe1\x7e\x4e\x61\x6d\xbf\x41\x74\x68\x5a\x6e\x40\x41\xef\xdd\x31\x5a\x2b\x8e\x3d\xf2\x0f\x52\x38\x3d\x4a\x68\x40\xa2\x74\xf1\x3e\xfe\x70\xf2\x3b\x79\xb0\x69\x07\xbf\xe1\x7d\xc1\xca\x87\x39\x7f\x61\xb2\xe9\xb2\xbe\xc4\xc2\xf6\xf4\xf9\xdc\x56\xd6\xd1\xe1\x55\x2a\x92\xfc\xcd\x84\xda\x46\x89\x03\x13\x7b\x03\x40\x55\xcb\x33\x89\xe3\x04\xf8\xcb\xd8\x24\x8d\x07\x7f\xe4\x81\xc5\x1e\x49\xdb\xd5\x54\xf6\x0e\x97\xf4\xa2\xcb\x99\xfc\xf7\xbe\x6e\xe4\x4a\x49\xe7\x0a\xac\xb4\x9a\x03\x93\x7e\x75\x8a\x1b\x75\xf8\x31\x3b\xe9\x98\xc6\x9a\xd7\xbb\x69\xba\x89\x90\x37\x2f\xa1\xe8\xa0\x25\xd2\xbe\x03\x00\x00\xff\xff\xb1\xc9\xfc\x31\xee\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x4e\xc6\x40\x0c\x05\xfb\x3d\x85\xf5\xf5\x09\xa2\x43\xdb\x72\x03\x0a\x7a\x67\x63\x92\x55\x1c\x3b\xf2\x0f\x52\x38\x3d\x4a\x68\x40\xa2\x9c\x62\xe6\x3d\x3c\xfa\x3b\x99\x77\x95\x0a\x36\x61\x1b\x31\x63\x55\xeb\x5f\x18\x5d\x65\xdc\x5e\x7c\xec\xfa\xf4\xf9\x5c\xb6\x2e\x73\x85\x57\x4e\x0f\xb2\x37\x65\x2a\x3b\x05\xce\x18\x58\x0b\x00\x8a\x68\xdc\x8a\x5f\x08\xf0\x37\xa3\x07\x89\xaf\xfd\x23\xae\x98\x9f\x1e\xb4\x0f\x2a\x7c\x56\x78\x84\x25\x3d\x6e\xe5\xbf\xf9\x9c\xc8\x84\x82\xee\x17\x98\xa1\x79\xcc\x18\xf4\xcb\x13\xdc\xa9\xc2\x4f\xb3\x2e\x68\x13\x2e\x34\x34\x65\xa6\x16\x6a\x43\x53\x09\xbb\xc8\x8a\x25\x93\x57\x90\x64\x2e\xdf\x01\x00\x00\xff\xff\x37\xc4\xdf\x7e\xf7\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemGcControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x6e\x84\x40\x0c\x86\xe1\x7e\x4e\x61\xd1\x43\x94\x2e\x9a\x36\x37\x48\x91\xde\x80\x13\x46\x18\x1b\xf9\x27\x12\x39\xfd\x0a\xb6\xd9\x95\xb6\x74\xf1\x3e\xfe\x70\x6f\xdf\x64\xde\x54\x2a\xd8\x88\xd3\x80\x19\x8b\x5a\xfb\xc7\x68\x2a\xc3\xfa\xe1\x43\xd3\xb7\xbf\xf7\xb2\x36\x99\x2b\x7c\x72\x7a\x90\x7d\x29\x53\xd9\x28\x70\xc6\xc0\x5a\x00\x50\x44\xe3\x4a\xfc\x3c\x01\x9e\x19\xdd\x49\x7c\x69\x3f\x71\x62\x7e\x78\xd0\xd6\xab\xf0\x51\xa1\x0b\x4b\xea\xae\xe4\xd5\xfb\x1c\xc9\x84\x82\xae\x15\x98\xa1\xb9\xcf\x18\xf4\xd0\x09\x6e\x54\xe1\x6e\xd6\xdf\xa9\x9f\x54\xc2\x94\x99\xac\x58\x32\x79\x05\x49\xe6\x72\x0b\x00\x00\xff\xff\x98\x79\x60\xf7\xe8\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemGcControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemGcControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemGcControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemGcControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemHeapsterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xb1\x4e\x03\x31\x0c\x86\xf7\x7b\x8a\xa8\xfb\x15\xb1\xa1\xac\x0c\xec\x0c\xec\xbe\xcb\xdf\x5e\xd4\x5c\x1c\xd9\x4e\xa1\x3c\x3d\xba\x5c\x06\xaa\x22\x31\xc5\x8e\xf2\x7f\x9f\xad\x50\x89\x1f\x10\x8d\x9c\xbd\x93\x89\xe6\x23\x55\x5b\x58\xe2\x37\x59\xe4\x7c\xbc\xbc\xe8\x31\xf2\xd3\xf5\x79\xb8\xc4\x1c\xbc\x7b\x4d\x55\x0d\xf2\xce\x09\xc3\x0a\xa3\x40\x46\x7e\x70\x8e\x72\x66\x6b\x11\xdd\x5a\xe7\xee\x31\x5c\x90\x75\x89\x27\xdb\x60\x7a\x53\xc3\x3a\x72\x4e\x37\xef\x0e\x26\x15\x87\x16\xf9\x4b\x5f\x27\x48\x86\xa1\x4d\x41\xd5\xb8\x96\x40\x86\x5f\xb9\x44\x13\x52\x97\xde\x3f\x9f\x98\x4d\x4d\xa8\x94\x98\xcf\xfb\x76\x63\xc0\x89\x6a\x32\x1d\x9c\xcb\xb4\xc2\xbb\x7d\x18\xbf\x80\xca\xb6\xd8\x20\x35\x41\xfd\x30\x3a\x2a\xf1\x4d\xb8\x96\x86\x1e\xdd\x61\x73\x09\x94\xab\xcc\xe8\x77\xb8\x22\x37\xd4\xd8\x60\x5a\x68\x46\x6f\x39\xf4\xaa\x70\xd8\x8a\x2b\x64\xea\xa9\x33\xac\x9d\x29\xea\x5e\x7c\x92\xcd\xcb\xa3\x11\x5f\x86\xbc\x7d\x8c\x3e\x9a\x03\x4a\xe2\xdb\xda\xf5\xff\xc3\x7f\x02\x00\x00\xff\xff\x6f\x85\x61\xbe\xe6\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemHeapsterYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemHeapsterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemHeapsterYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemHeapsterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemHpaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\xc4\x40\x0c\x86\xe1\x7e\x4e\x61\xa5\x4f\x10\x1d\x9a\x96\x1b\x50\xd0\x3b\x89\x51\x46\x71\xec\x91\x7f\x90\xc2\xe9\x51\x42\xc3\x4a\x5b\xba\x78\x1f\x7f\xd8\xdb\x27\x99\x37\x95\x0a\x36\xe3\x32\x61\xc6\xa6\xd6\x7e\x30\x9a\xca\xb4\xbf\xf9\xd4\xf4\xe5\xfb\xb5\xec\x4d\xd6\x0a\xef\x9c\x1e\x64\x1f\xca\x54\x0e\x0a\x5c\x31\xb0\x16\x00\x14\xd1\xb8\x13\xbf\x4e\x80\x47\x46\x3b\x89\x6f\xed\x2b\x2e\xcc\x4f\x0f\x3a\x46\x15\x3e\x2b\x0c\x61\x49\xc3\x9d\x3c\x7b\x9f\x33\x99\x50\xd0\xbd\x02\x33\x34\xfb\x8a\x41\xff\x3a\xc1\x83\x2a\xfc\x99\x75\xeb\x38\x2e\x2a\x61\xca\x4c\x56\x2c\x99\xbc\x82\x24\x73\xf9\x0d\x00\x00\xff\xff\xf2\x66\x9f\x0b\xe9\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemHpaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemHpaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemHpaControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemHpaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImageAuditorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\xe1\xdd\x2e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\xd9\x98\x88\x2c\x0a\x24\x95\x22\xfd\xfa\x22\x74\x86\x06\xc8\xc4\xd3\xe1\xee\xf4\xb0\xf1\x17\xa9\xb1\xd4\x0c\x3a\xe3\x32\x61\xf7\x4d\x94\x7f\xd1\x59\xea\x74\x7e\xb3\x89\xe5\xe5\xf2\x9a\xce\x5c\xd7\x0c\xef\xa5\x9b\x93\x7e\x4a\xa1\xb4\x93\xe3\x8a\x8e\x39\x01\x60\xad\xe2\x51\xb1\xdb\x13\xe0\x71\x46\x1a\x55\xdb\xf8\xdb\x6f\x63\x76\x35\xa7\x7d\x94\x5a\xae\x19\x06\xd7\x4e\x43\x54\x9e\x7d\xdf\x67\xd2\x4a\x4e\x41\x81\xdd\xa5\xb7\x15\x9d\xfe\xf5\x2a\xee\x94\xe1\xd8\xcc\xbc\xe3\x89\x46\xec\x2b\xbb\x68\xd2\x5e\xc8\x72\x1a\x01\x1b\x7f\xa8\xf4\x16\x6c\x23\x0c\x43\x9c\x08\x3f\xa0\x25\x00\x25\x93\xae\x0b\xdd\xa3\x91\xb1\x04\x70\x21\x9d\xef\xde\x89\x3c\x6e\x61\x3b\x44\x43\x5f\xb6\x50\x07\x5d\xc8\x9f\x30\xff\x02\x00\x00\xff\xff\x52\x51\x0f\xef\x5f\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImageAuditorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImageAuditorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImageAuditorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImageAuditorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImageBuilderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\xbd\x8e\x14\x31\x10\x84\x73\x3f\x45\x69\x62\x76\x56\x64\x68\x52\x82\xcb\x91\x20\xef\xb1\x7b\x77\x9a\xf3\xd8\x56\x77\x7b\xd1\xf2\xf4\x68\x3d\x17\xf0\x27\x8e\xe0\x22\xcb\x52\xf5\x57\x3f\xd4\xe4\x0b\xab\x49\x2d\x0b\x74\xa5\x38\x53\xf7\xad\xaa\x7c\x27\x97\x5a\xe6\xe7\x0f\x36\x4b\x3d\xdf\xde\x87\x67\x29\x69\xc1\xc7\xdc\xcd\x59\x3f\xd5\xcc\x61\x67\xa7\x44\x4e\x4b\x00\xa8\x94\xea\xe3\xc4\x1e\x5f\xa0\x36\x2e\xb6\xc9\xc5\x1f\xe7\x89\x2d\xaa\x34\x1f\x2e\x4f\x4a\xc5\x0d\xbe\x31\x54\xae\x9b\xc3\x2b\xd6\x2e\x39\xbd\x43\xeb\xb6\x81\x4a\x42\xeb\x39\x43\x76\xba\xb2\xe1\xa2\x75\x1f\x48\xe0\x9b\xf8\x26\x05\x84\xa6\xf5\x2b\x47\x9f\x81\xcf\xc6\x09\x4d\x65\x27\x95\x7c\x1f\x0a\x18\xeb\x4d\x22\x83\x62\xac\xfd\xe1\x75\xa9\x7a\x58\xd8\x3c\x48\x7f\x2b\xda\x57\xd6\xc2\xce\xa3\x2f\x75\xaf\xbd\x25\x72\x5e\x30\xb9\x76\x9e\x02\x50\x68\xe7\x05\x76\x37\xe7\x7d\x19\xe1\x4e\x03\xca\x1a\xb4\x67\xb6\x25\x9c\x40\x4d\x9e\xb4\xf6\x36\x56\x38\x61\x9a\xc6\x33\xc4\xf3\xcf\x93\x04\x40\xd9\x6a\xd7\xc8\x2f\xd2\xa3\xad\x2b\xd3\x6e\xe7\x4c\x77\x56\x0b\xc0\x8d\x75\x7d\x11\x5c\xd9\xc7\x7b\xe4\x7a\x33\xaf\x5f\x4d\xa2\xf2\xbf\xe0\xa3\xef\x2b\xf0\x63\xe8\x73\x62\x27\xc9\xbf\xe1\x5f\xc9\xfe\xff\xf8\x3f\xa7\xf9\x11\x00\x00\xff\xff\x8d\xf5\x64\x0d\xc9\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImageBuilderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImageBuilderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImageBuilderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImageBuilderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImagePrunerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x93\x31\x6f\x1b\x31\x0c\x85\xf7\xfb\x15\x82\xf7\x73\xd0\xad\xb8\xb5\x43\xf7\x0e\xdd\xe9\xbb\x97\xb3\x10\x89\x14\x48\x2a\xad\xfb\xeb\x0b\xc9\xd7\xa6\x71\x83\x24\x06\x9c\xe9\x78\x14\xf9\xbd\x27\x82\xa2\x12\xbf\x43\x2d\x0a\x4f\x41\x0f\x34\xef\xa9\xfa\x51\x34\xfe\x22\x8f\xc2\xfb\x87\xcf\xb6\x8f\x72\xf7\xf8\x69\x78\x88\xbc\x4c\xe1\x4b\xaa\xe6\xd0\x6f\x92\x30\x64\x38\x2d\xe4\x34\x0d\x21\x10\xb3\x78\x6f\xb1\xf6\x1b\xc2\x73\x8c\x14\xb0\x1d\xe3\xbd\x37\x98\x9d\xcc\x91\x47\xe1\x74\x9a\xc2\xce\xb5\x62\xd7\x5b\x5e\x92\xaf\x07\x28\xc3\xd1\x5d\x50\x75\xa9\x65\x21\xc7\x3f\x7d\x4c\x19\x53\x38\x33\xa7\x98\x69\xc5\x58\xb4\x32\x74\xd0\x9a\x60\xd3\x30\x06\x2a\xf1\xab\x4a\x2d\xdd\xda\x18\x76\xad\x4d\x61\x52\x75\xc6\x96\x2b\xb2\x58\x0f\x14\x25\xc5\xb9\xab\xcf\xc2\xae\x92\x12\xb4\x1d\x3d\x42\x0f\x5b\xf1\x0a\xef\xdf\x14\xcd\xdf\x87\x4f\x31\x47\x57\xe2\x15\x17\xa8\x57\x10\x63\x38\xd4\x98\x96\x67\xb3\xfb\x9f\xdc\x6b\x66\xe1\xfb\xb8\xda\x53\xe2\x7a\xc3\x2d\x5b\xec\x0d\xb1\x05\x25\xc9\x29\x83\xfd\x49\xf1\xdd\x32\x8d\xdf\x03\xfc\x74\x70\xdb\x38\x7b\x41\x81\x90\x85\x0d\xfe\x01\xe8\xbf\xe6\x6f\xcf\xde\xb6\xe6\x5a\xdf\xdb\xe4\xfb\xd6\xbe\x31\xfa\x5e\x73\x01\x5f\x90\xe0\xb8\x0d\xf6\x4f\xe8\x0a\xca\xaf\x5d\xa2\x05\x3f\xc8\xe7\xe3\x0d\x74\xcf\x62\x77\xe6\xe4\xf5\x42\xf3\xfc\xce\x87\xdf\x01\x00\x00\xff\xff\x31\x28\x08\x10\x9f\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImagePrunerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImagePrunerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImagePrunerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImagePrunerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImagePullerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\xc5\xc1\x7b\x1c\x74\x2b\xb4\x76\xc8\xde\xa1\x3b\x63\x33\x31\x1b\x5b\x14\x48\x2a\x45\xfa\xf5\x85\xd5\x0c\x1d\x3a\x11\x04\xee\xf8\x1e\xa9\xca\x07\x9b\x8b\x96\x0c\x3b\xd3\x34\x52\x8b\x45\x4d\xbe\x29\x44\xcb\x78\x7b\xf5\x51\xf4\x78\x7f\x49\x37\x29\x73\xc6\xdb\xda\x3c\xd8\xde\x75\xe5\xb4\x71\xd0\x4c\x41\x39\x01\x54\x8a\x46\xaf\xf8\xbe\x02\x5a\xb9\xf8\x22\x97\xd8\xeb\x33\xfb\x64\x52\xa3\x53\x4e\x46\x25\x1c\xb1\x30\x4c\xae\x4b\x20\x14\xb5\xad\x2b\x64\xa3\x2b\x3b\x2e\xa6\x1b\xbe\x24\x16\x29\x20\x54\xd3\x4f\x9e\x62\xec\x47\xff\x13\x6c\x67\xb6\xc2\xc1\xdd\x93\x5a\x68\xab\x33\x05\x67\x0c\x61\x8d\x87\x04\x14\xda\x38\xc3\x1f\x1e\xbc\xe5\x0e\x39\xec\x3c\xb6\x64\x6d\x65\xcf\xe9\x00\xaa\x72\x32\x6d\xb5\xcb\x1f\x30\x0c\x7d\xf4\xec\xf8\xf7\x93\x04\x18\xbb\x36\x9b\xf8\x19\xfd\x95\x0e\x63\xda\xfc\xb8\xd2\x83\xcd\x13\x70\x67\x3b\x3f\x03\x57\x8e\xf4\x13\x00\x00\xff\xff\xbf\x59\x01\xfb\x65\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImagePullerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImagePullerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImagePullerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImagePullerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImagePusherYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\xc5\xc1\x7b\x1c\xfc\xdb\x0f\xad\x1d\xb2\x77\xe8\xce\xd8\x4c\xcc\xc6\x16\x05\x92\x4a\x91\x3e\x7d\x61\x25\x43\x87\x4e\x07\x09\x77\xbc\xef\xa8\xca\x07\x9b\x8b\x96\x0c\x3b\xd3\x34\x52\x8b\x45\x4d\xbe\x29\x44\xcb\x78\xfb\xef\xa3\xe8\xf1\xfe\x2f\xdd\xa4\xcc\x19\x6f\x6b\xf3\x60\x7b\xd7\x95\xd3\xc6\x41\x33\x05\xe5\x04\x50\x29\x1a\x3d\xe2\xfb\x13\xd0\xca\xc5\x17\xb9\xc4\x1e\x9f\xd9\x27\x93\x1a\xbd\xe5\x64\x54\xc2\x11\x0b\xc3\xe4\xba\x04\x42\x51\x9b\x2f\xa0\x32\xa3\xb6\x75\x85\x6c\x74\x65\xc7\xc5\x74\xc3\x97\xc4\x22\xa5\x9f\x04\x08\xd5\xf4\x93\xa7\x18\xfb\xc7\x5f\xbc\xed\xcc\x56\x38\xb8\x63\x53\x0b\x6d\x75\xa6\xe0\x8c\x21\xac\xf1\x90\x80\x42\x1b\x67\xf8\xc3\x83\xb7\xdc\xab\x0e\x7b\x3d\x5b\xb2\xb6\xb2\xe7\x74\x00\x55\x39\x99\xb6\xda\xb7\x1c\x30\x0c\x5d\xba\x77\xfc\x3d\x2c\x01\xc6\xae\xcd\x26\x7e\x59\x9f\xe8\x61\x4c\x9b\x1f\x57\x7a\xb0\x79\x02\xee\x6c\xe7\x97\xe1\xca\xd1\xf5\x89\x95\x7e\x02\x00\x00\xff\xff\x98\xbb\x72\x73\x7f\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImagePusherYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImagePusherYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImagePusherYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImagePusherYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemImageSignerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\xe1\xdd\x0e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\xaf\x8e\x10\x59\x34\x48\x2a\x80\xfb\xf5\x85\xd5\x0c\x49\xd1\x31\x93\x28\xe2\xdd\xe3\xf1\x96\x3e\xa1\x96\xa4\x44\xd2\x91\xa7\x81\xab\x9f\x45\xd3\x37\x7b\x92\x32\x5c\x5e\x6d\x48\x72\xba\xbe\x84\x4b\x2a\x73\xa4\xb7\x5c\xcd\xa1\x1f\x92\x11\x56\x38\xcf\xec\x1c\x03\x11\x97\x22\xde\x22\x76\x7c\x89\x1e\x35\xb2\xa1\xd8\x39\x7d\xf9\x21\xb3\xdd\x1c\x6b\x2f\x25\xef\x91\x3a\xd7\x8a\xae\x45\xfe\x3b\x5f\x47\x68\x81\xa3\xb5\xe0\xea\x52\xb7\x99\x1d\x77\xb9\xc2\x2b\x22\xfd\x3a\x63\x5a\x79\x41\x6f\x69\x29\xd0\xa0\x35\xc3\x62\xe8\x89\xb7\xf4\xae\x52\xb7\x56\xad\xa7\xae\x6b\x4f\x63\x1f\x9a\x05\x22\x85\x49\xd5\x09\x37\xb4\x31\x76\x37\xba\x82\x57\x3b\x65\xde\xa1\xc7\xfe\x0a\x1d\x6f\xec\x02\x7f\xc2\xad\xb4\x14\xf6\xaa\xf8\x23\x9f\x14\xec\x68\xe3\x8c\x0c\x47\xf8\x09\x00\x00\xff\xff\xd5\xc9\x60\xa0\xb9\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemImageSignerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemImageSignerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemImageSignerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemImageSignerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemJobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x6e\x84\x40\x0c\x86\xe1\x7e\x4e\x61\xd1\x43\x94\x2e\x9a\x36\x37\x48\x91\xde\x80\x23\x26\x18\x1b\xf9\x27\x12\x39\xfd\x0a\xb6\xd9\x95\xb6\x74\xf1\x3e\xfe\x70\x6f\xdf\x64\xde\x54\x2a\xd8\x88\xd3\x80\x19\x8b\x5a\xfb\xc7\x68\x2a\xc3\xfa\xe1\x43\xd3\xb7\xbf\xf7\xb2\x36\x99\x2b\x7c\x72\x7a\x90\x7d\x29\x53\xd9\x28\x70\xc6\xc0\x5a\x00\x50\x44\xe3\x4a\xfc\x3c\x01\x9e\x19\xdd\x49\x7c\x69\x3f\x71\x62\x7e\x78\xd0\xd6\xab\xf0\x51\xa1\x0b\x4b\xea\xae\xe4\xd5\xfb\x1c\xc9\x84\x82\xae\x15\x98\xa1\xb9\xcf\x18\xf4\xd0\x09\x6e\x54\xe1\x6e\xd6\x5f\x1d\xfb\x49\x25\x4c\x99\xc9\x8a\x25\x93\x57\x90\x64\x2e\xb7\x00\x00\x00\xff\xff\xc1\xeb\xd2\xc4\xe9\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemJobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemJobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemJobControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemJobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x4e\x03\x31\x0c\x86\xf7\x3c\x85\xd5\x3d\x45\x6c\x28\x2b\x03\x3b\x03\xbb\xef\xce\xbd\x5a\x4d\xed\xc8\x76\x8a\xca\xd3\xa3\x4b\x6f\xa0\x12\x53\xe2\xc8\xdf\xff\xfd\xc1\xc6\x5f\x64\xce\x2a\x05\x6c\xc2\xf9\x88\x3d\xce\x6a\xfc\x83\xc1\x2a\xc7\xcb\x9b\x1f\x59\x5f\x6e\xaf\xe9\xc2\xb2\x14\x78\xaf\xdd\x83\xec\x53\x2b\xa5\x2b\x05\x2e\x18\x58\x12\x00\x8a\x68\x0c\xc4\xb7\x11\xe0\x39\x46\x1b\x89\x9f\xf9\x14\x5b\x98\xdf\x3d\xe8\x9a\x55\xea\xbd\xc0\x21\xac\xd3\x61\x20\xff\xe9\xfb\x44\x26\x14\x34\x5a\x60\x0f\xed\x6d\xc1\xa0\x3f\x5c\xc5\x89\xea\x2e\x7d\x5e\x9f\x54\xc3\xc3\xb0\x35\x96\xf5\xf1\xbb\xbc\xd0\x09\x7b\x0d\x4f\x00\x82\x57\x2a\xf0\x28\x53\x36\x32\xe3\xba\x1a\xad\x18\x6a\xc9\x7a\x25\x2f\x29\x03\x36\xfe\x30\xed\x6d\x18\x32\x1c\x36\xa5\x91\x6b\xb7\x99\xf6\x37\x92\xa5\x29\xcb\x08\xcd\xe0\x64\x37\x9e\x69\x1b\x6e\x64\xd3\xbe\xb3\x52\x8c\xb3\xb2\x3f\x2e\xdf\x18\xf3\x39\xfd\x06\x00\x00\xff\xff\x23\xe2\xae\xd8\x7e\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x31\x8b\xe3\x30\x10\x85\x7b\xff\x0a\x91\x26\x70\xe0\x1c\xd7\x1d\x6e\xaf\xb8\xfe\x8a\xeb\xc7\xf2\x4b\x22\x22\xcf\x88\xd1\xc8\x21\xfb\xeb\x17\xcb\x61\xd7\x21\x1b\xc8\x2e\x6c\x37\x1e\xfc\xbe\xf7\xf4\x18\x4a\xe1\x3f\x34\x07\xe1\xce\x69\x4f\x7e\x47\xc5\x8e\xa2\xe1\x85\x2c\x08\xef\x4e\xbf\xf3\x2e\xc8\xcf\xe9\x57\x73\x0a\x3c\x74\xee\x4f\x2c\xd9\xa0\xff\x24\xa2\x19\x61\x34\x90\x51\xd7\x38\x47\xcc\x62\x55\x92\xe7\x4f\xe7\x6e\x31\x92\xc0\xf9\x18\xf6\x36\xc3\xf2\x25\x1b\xc6\x56\x38\x5e\x3a\xb7\x31\x2d\xd8\x54\xc9\x47\xf6\xa5\x87\x32\x0c\x35\x05\x15\x93\x92\x06\x32\xac\x74\x91\x7a\xc4\xab\xe9\xed\xef\xbd\x88\x65\x53\x4a\x29\xf0\x61\x79\x5d\x3b\x60\x4f\x25\x5a\x6e\x9c\x63\x1a\xd1\xb9\x25\x4c\x37\x2b\x5b\x2f\x6c\x2a\x31\x42\xdb\x91\x98\x0e\xd0\x46\x4b\x44\xee\x9a\xd6\x51\x0a\x7f\x55\x4a\xaa\x4e\xad\xdb\xcc\xd6\x8a\x2c\x45\x3d\xae\x3b\x4c\xe0\x4a\x9e\xa0\xfd\x75\xe7\x15\x64\xa8\x63\x22\xf3\xc7\x3a\x2d\x6f\x78\x12\xca\x43\x92\xb0\x70\x5b\x97\xe1\x15\x6f\xb3\x4e\xc1\x83\xbc\x97\xf2\xc8\xf7\x29\x8b\x77\xe8\x0a\x30\x20\xe2\x6b\x19\xe7\x5e\x73\x22\x8f\x4f\x46\x3e\xc0\xbe\xb5\x92\x47\xad\xcf\x17\x07\xb6\xe0\xd7\x17\x7f\xef\x6a\x72\x02\x2b\xa6\x80\xf3\x93\x5d\x6f\x7f\x6c\xef\x31\xcb\x72\xa5\x8e\x21\x5b\x1d\xce\xf5\x3e\x5e\x03\x00\x00\xff\xff\xf1\xf8\x9e\xe4\x90\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemKubeDnsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x31\x6f\x33\x31\x08\x86\x77\xff\x0a\x94\xdd\xf9\xf4\x6d\x95\xd7\x0e\xdd\x3b\x74\xe7\xce\xa4\x41\x71\xc0\x02\x9c\x2a\xfd\xf5\xd5\x39\x37\x34\x52\x37\x63\xf1\x3c\xef\x0b\x76\xfe\x20\x73\x56\x29\x60\x0b\xae\x47\x1c\x71\x56\xe3\x6f\x0c\x56\x39\x5e\x5e\xfc\xc8\xfa\xef\xf6\x3f\x5d\x58\x6a\x81\xd7\x36\x3c\xc8\xde\xb5\x51\xba\x52\x60\xc5\xc0\x92\x00\x50\x44\x63\x22\xbe\x8d\x00\xcf\x1a\xed\x24\x7e\xe6\x53\x6c\x32\xbf\x7b\xd0\x35\xab\xb4\x7b\x81\x43\xd8\xa0\xc3\x44\xfe\x8a\x1f\x0b\x99\x50\xd0\x6c\x81\x23\x74\xf4\x8a\x41\xbf\xb8\x86\x0b\xb5\x3d\xf4\x79\x7d\x51\x0d\x0f\xc3\xde\x59\x3e\x1f\xd7\xe5\x4a\x27\x1c\x2d\x3c\x01\x08\x5e\xa9\xc0\xa3\x4c\xd9\xc8\x5c\xc5\x93\x8d\x46\x5e\x52\x06\xec\xfc\x66\x3a\xfa\x54\x67\x38\x6c\x59\x46\xae\xc3\x56\xda\xff\x48\x6a\x57\x96\x69\xcb\xe0\x64\x37\x5e\x69\x1b\x6e\x64\xcb\xbe\xd3\xd8\x63\x3e\xbe\x30\xd6\x73\xfa\x09\x00\x00\xff\xff\x0f\xbd\xc8\xb1\x6f\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemKubeDnsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemKubeDnsYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemKubeDnsYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemKubeDnsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x94\x3f\x8f\xdb\x30\x0c\xc5\x77\x7f\x0a\x21\xbb\x13\x74\x2b\xbc\x76\xe8\xd6\xa1\x43\x77\x5a\x7a\x49\x84\x93\x45\x81\xa4\xdc\xa6\x9f\xbe\xf0\x9f\x2b\xee\x8c\xa4\x4d\xdd\x8d\xa6\xcd\xdf\x7b\x7c\xb6\x45\x25\x7e\x83\x68\xe4\xdc\x39\xe9\xc9\x1f\xa9\xda\x95\x25\xfe\x24\x8b\x9c\x8f\x2f\x1f\xf5\x18\xf9\x34\x7e\x68\x5e\x62\x0e\x9d\xfb\x94\xaa\x1a\xe4\x2b\x27\x34\x03\x8c\x02\x19\x75\x8d\x73\x94\x33\xdb\x3c\xa2\xd3\xa5\x73\xef\x31\x5c\x90\xf5\x1a\xcf\x36\xc1\xf4\xa6\x86\xa1\xe5\x9c\x6e\x9d\x3b\x98\x54\x1c\xe6\x91\x7b\xf2\xb5\x87\x64\x18\x66\x17\x54\x8d\x6b\x09\x64\x78\x33\x97\xa8\x47\x5a\x45\xdf\x3f\xde\x33\x9b\x9a\x50\x29\x31\x5f\x96\xed\xda\x80\x33\xd5\x64\xda\x38\x97\x69\x40\xe7\x16\x33\xdd\x34\xd9\xaa\xbf\x22\xd4\x04\x69\xa4\x26\x68\xd7\xb4\x8e\x4a\xfc\x2c\x5c\xcb\x2c\xd0\xba\xc3\xa4\x28\x50\xae\xe2\xb1\xf6\x30\x22\xcf\xc0\x11\xd2\xaf\x3d\x2f\x20\xc3\x5c\x16\x32\x7f\x9d\xab\xc5\xfa\x93\xd0\x1c\x0a\xc7\x47\xdc\x3f\x23\xbe\xd0\xf0\x8a\xd9\xac\xf5\xac\x4c\x40\xc2\x6a\xff\x02\xfb\x8f\x35\x32\x07\x6c\xd8\xaf\xc0\x14\x75\x29\xbe\xcf\xe4\xa7\x70\x85\xc3\xdf\x9d\xee\x01\xf7\x31\x87\x98\x2f\xfa\x5b\xe5\xb4\x76\x76\xc4\xff\xc6\xeb\x49\x8d\xac\x6e\x2c\xef\x4b\x52\x50\x52\xf4\xf3\x5f\xe1\x39\x9b\x70\x4a\x90\xc5\xaf\x42\xc6\xe8\xf7\xe6\x4c\xa5\x2c\x18\xfc\x30\xe4\xe9\x20\xd0\x87\xea\x8a\xed\x97\xf2\x8f\x2a\x1b\xec\x14\x0f\xce\x35\xed\xe7\x16\x4e\xd1\xdf\xee\xa6\x1f\xa2\x4a\x2d\x53\x60\x7d\x0d\x97\xdd\x0a\x77\xdf\xed\x74\x62\xaa\x21\xdb\xc8\xa9\x0e\xf0\x89\xe2\xa0\x77\x6f\x3d\xa7\xfa\x2b\x00\x00\xff\xff\xb8\x28\xa1\xe1\x86\x05\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\x31\x4f\xc3\x30\x10\x85\x77\xff\x0a\xab\x4b\x25\xa4\xb4\x62\x43\x5e\x19\xd8\x19\xd8\x2f\xf1\xb5\x3d\xd5\xb9\xb3\xee\xce\x85\xf2\xeb\x51\x92\x4a\xa4\x88\x05\x26\xfb\x3d\xf9\x7d\xef\x19\x2a\xbd\xa1\x1a\x09\xa7\xa8\x3d\x0c\x3b\x68\x7e\x12\xa5\x4f\x70\x12\xde\x9d\x9f\x6c\x47\xb2\xbf\x3c\x86\x33\x71\x4e\xf1\xb9\x34\x73\xd4\x57\x29\x18\x46\x74\xc8\xe0\x90\x42\x8c\xc0\x2c\x3e\x47\x6c\x92\x31\xde\x63\xa4\x22\xdb\x89\x0e\x3e\xc1\xec\x6a\x8e\x63\x27\x5c\xae\x29\x6e\x5c\x1b\x6e\xe6\xc8\x6f\xf5\xad\x47\x65\x74\x9c\x57\x40\x73\x69\x35\x83\xe3\x2a\x57\xa0\xc7\x72\x2b\xbd\x7f\xde\x8b\xb8\xb9\x42\xad\xc4\xc7\xe5\x77\x5d\xc6\x03\xb4\xe2\x16\x62\x64\x18\x31\xc5\x65\x4c\x9a\x92\x05\xbd\x83\x4a\x1d\xe4\x91\x38\x68\x2b\x68\x29\x74\x11\x2a\xbd\xa8\xb4\x3a\x77\x74\x71\x33\x95\x2a\x9a\x34\x1d\xf0\xe6\xb1\x64\x9c\x90\x17\xd4\xfe\x66\x1d\xd1\xe7\xb3\x90\x2d\x97\x77\xf0\xe1\xf4\x6f\x5c\x55\xf9\xb8\xfe\x21\xbd\x2f\x72\x5c\xa9\x11\x5d\x69\xb0\x95\xb3\x00\xbf\xb5\x55\x1c\xd6\xd2\xc1\x7f\x4c\xd8\x3e\x6c\xc3\x57\x00\x00\x00\xff\xff\x68\x2d\x3c\x58\x2e\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemMasterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xbd\x6a\xc3\x50\x0c\x85\xf7\xfb\x14\x22\x4b\xa0\x60\x97\x6e\xe5\xae\x1d\xba\x74\x32\xb4\xbb\x1c\xab\x44\xc4\x96\x2e\xfa\x09\xa4\x4f\x5f\xec\x76\x88\xa1\x74\xd4\xe1\x9c\x4f\x1f\x36\xfe\x20\x73\x56\xa9\x60\x23\x9e\x7a\xcc\x38\xab\xf1\x17\x06\xab\xf4\x97\x67\xef\x59\x1f\xaf\x4f\xe5\xc2\x32\x55\x78\x99\xd3\x83\x6c\xd0\x99\xca\x42\x81\x13\x06\xd6\x02\x80\x22\x1a\xdb\xc4\xd7\x13\x60\x8f\xd1\x46\xe2\x67\xfe\x8c\x15\xe6\x37\x0f\x5a\x3a\x95\xf9\x56\xe1\x10\x96\x74\xd8\x26\x7f\xbd\xcf\x91\x4c\x28\x68\xb3\xc0\x0c\xcd\x36\x61\xd0\xdd\x4e\x70\xa1\x0a\x3f\xcc\xba\xe0\x6a\x57\x2c\x67\xf2\x5a\x3a\xc0\xc6\xaf\xa6\xd9\x36\xa9\x0e\x8e\x0f\xc7\x02\x60\xe4\x9a\x76\xa2\x5d\x78\x25\x1b\xef\x82\x0e\x44\x65\xf8\x2d\xbe\x0f\x6f\xff\x75\xbf\x03\x00\x00\xff\xff\x40\x1f\x40\xcf\x43\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemMasterYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemMasterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-master.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemMasterYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemMasterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-master.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemMetricsServerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x85\x75\xfd\xee\x89\x0e\xa5\xa5\xa0\xa7\xa0\xf7\x65\x47\x9c\x75\x49\x1c\xd9\xce\x22\xf8\x7a\xc4\xb2\x05\xd5\xbc\x99\xd1\xe3\x21\xef\x30\x17\xed\x99\xec\xc6\x65\xe5\x19\x77\x35\xf9\xe6\x10\xed\xeb\xe3\xd9\x57\xd1\xeb\xfe\x94\x1e\xd2\xb7\x4c\x2f\x75\x7a\xc0\xde\xb4\x22\x35\x04\x6f\x1c\x9c\x13\x51\xe7\x86\x4c\xfe\xe5\x81\x96\x1b\xc2\xa4\xf8\xe2\xb0\x1d\x96\x6c\x56\x78\x4e\x0b\xf1\x90\x57\xd3\x39\xfc\xd7\x58\xe8\x72\x49\x44\x06\xd7\x69\x05\xe7\x36\x74\xf3\x03\xba\x6e\xf8\x47\x57\x0f\x8e\xb3\x73\x83\x0f\x2e\xc7\xbd\xc3\x6e\xa7\xfa\x81\x38\xb2\x8a\xff\xc1\x27\x47\xb9\xa7\x9f\x00\x00\x00\xff\xff\x80\x2a\xca\x45\xe1\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemMetricsServerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemMetricsServerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemMetricsServerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemMetricsServerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x4e\xc5\x40\x0c\x06\xfb\x3d\x85\x95\x3e\x41\x74\x68\x5b\x6e\x40\x41\xef\x24\x46\x59\xc5\xb1\x57\xfe\x41\x0a\xa7\x47\x09\x0d\x4f\x7a\xe5\x14\x33\xdf\x87\xbd\x7d\x92\x79\x53\xa9\x60\x33\x2e\x13\x66\x6c\x6a\xed\x07\xa3\xa9\x4c\xfb\x9b\x4f\x4d\x5f\xbe\x5f\xcb\xde\x64\xad\xf0\xce\xe9\x41\xf6\xa1\x4c\xe5\xa0\xc0\x15\x03\x6b\x01\x40\x11\x8d\x5b\xf1\x0b\x01\x1e\x33\xda\x49\x7c\x6b\x5f\x71\xc5\xfc\xf4\xa0\x63\x54\xe1\xb3\xc2\x10\x96\x34\xdc\xca\xb3\xf9\x9c\xc9\x84\x82\xee\x17\x98\xa1\xd9\x57\x0c\xfa\xe7\x09\x1e\x54\xe1\xaf\x59\x2f\xf0\x8e\x0b\x8d\x8b\x4a\x98\x32\x93\x15\x4b\x26\xaf\x20\xc9\x5c\x7e\x03\x00\x00\xff\xff\x26\xbb\x59\x58\xef\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8e\x31\x4f\xc4\x30\x0c\x85\xf7\xfc\x0a\xeb\x96\x93\x90\xda\x13\x1b\xca\xca\xc0\xce\xc0\xee\xb6\xe6\x1a\x5d\x6a\x47\xb6\x73\x50\x7e\x3d\x6a\x7b\x12\x05\xb1\xc0\x94\xbc\x27\x7d\x9f\x1f\x96\xf4\x42\x6a\x49\x38\x82\x76\xd8\xb7\x58\x7d\x14\x4d\x1f\xe8\x49\xb8\xbd\x3c\x58\x9b\xe4\x74\xbd\x0f\x97\xc4\x43\x84\xc7\x5c\xcd\x49\x9f\x25\x53\x98\xc8\x71\x40\xc7\x18\x00\x90\x59\x7c\x45\x6c\x89\x00\xdf\x35\x52\x88\x6d\x4c\xaf\xbe\xc8\x6c\x36\xa7\xa9\x11\xce\x73\x84\x83\x6b\xa5\xc3\x8a\xfc\x76\xbe\x76\xa4\x4c\x4e\xeb\x0a\xac\x2e\xb5\x0c\xe8\xb4\xe3\x18\x27\x8a\xb0\x39\x23\xcb\x40\x0d\x0e\x53\xe2\xa0\x35\x93\xc5\xd0\x00\x96\xf4\xa4\x52\xcb\x3a\xac\x81\xc3\x02\x29\x99\x54\xed\xe9\xd6\x2d\x98\x05\x80\x2b\x69\x77\xab\xce\xe4\xeb\x9b\x93\x6d\x9f\x37\xf4\x7e\xfc\xb7\xae\xa8\xbc\xcf\x7f\xa0\x4f\x59\xce\xbb\x34\x91\x6b\xea\x6d\xd7\x6c\xc2\xaf\x6c\x85\xfa\x7d\x74\xf4\x1f\x13\x8e\x77\xc7\xf0\x19\x00\x00\xff\xff\x24\x5b\x84\xcd\xee\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x05\x5f\xc0\x09\xfe\xed\x87\xd6\x0e\xdd\x3b\x74\xa7\xe5\xab\x43\x44\x16\x55\x92\x72\xd1\x3e\x7d\x91\xc4\x4b\x81\x8e\x9d\xf8\x0d\x47\xdc\x77\xdc\xe5\x15\xe6\xa2\x2d\x93\xcd\x5c\x4e\x3c\xe2\xa2\x26\x5f\x1c\xa2\xed\x74\xfd\xef\x27\xd1\xf3\xfe\x2f\x5d\xa5\x2d\x99\x9e\xea\xf0\x80\xbd\x68\x45\xda\x10\xbc\x70\x70\x4e\x44\x8d\x37\x64\xf2\x4f\x0f\x6c\xb9\xe9\x82\x69\x56\x0d\x0f\xe3\x3e\xf1\x08\xe5\xde\x4d\x77\x58\xb2\x51\xe1\x39\x4d\xc4\x5d\x9e\x4d\x47\xf7\xdb\xfb\x44\x05\x16\xf2\x26\x85\x03\x7e\xb4\x26\x22\x83\xeb\xb0\x82\x5f\x42\xb2\x36\x69\xab\xe1\x7d\xc0\xc3\x13\xd1\x0e\x9b\x8f\xdc\x82\x8a\xc0\x1d\x57\xc4\xfd\x56\xf1\x07\x7c\x70\x94\xcb\x9f\xf7\x9f\x1f\x03\xb9\xfe\x14\x29\x06\x3e\x44\x46\x5f\x6e\xf8\x1d\x00\x00\xff\xff\xda\xcd\x1b\x43\x70\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xb1\x6e\xeb\x30\x0c\x45\x77\x7d\x05\x91\xdd\x79\x78\x5b\xe1\xb5\x43\xf7\x0e\xdd\x69\xfb\xc6\x21\xa2\x88\x2a\x49\xa5\x48\xbf\xbe\x88\xdc\xa2\x0d\x90\x49\x14\x70\x0f\xcf\x95\xb8\xca\x1b\xcc\x45\xcb\x48\x36\xf1\xbc\xe7\x16\x47\x35\xf9\xe4\x10\x2d\xfb\xd3\x93\xef\x45\xff\x5d\xfe\xa7\x93\x94\x65\xa4\xe7\xdc\x3c\x60\xaf\x9a\x91\xce\x08\x5e\x38\x78\x4c\x44\x5c\x8a\x46\x47\xfc\x76\x25\xba\x5f\xa3\x15\xc5\x8f\x72\x88\xdb\x32\xbf\x7a\xe0\x3c\x68\xc9\xd7\x91\x76\x61\x0d\xbb\x8e\x3c\xd2\xb7\x09\x56\x10\xe8\x2d\xb8\x85\xb6\xba\x70\xe0\x0f\x97\x79\x42\xfe\x96\xde\xc7\x27\xd5\xf0\x30\xae\x55\xca\xba\xbd\x6e\x58\x70\xe0\x96\xc3\x13\x51\xe1\x33\x46\xda\xca\x8c\x45\x17\x0c\xbf\x00\x2c\x59\xcb\xf0\x31\x0d\xc4\x55\x5e\x4c\x5b\xed\x8e\x81\x66\x58\xc8\x41\x66\xbe\x59\xb6\xef\x49\x44\x06\xd7\x66\x33\x1e\x84\x64\x2d\x52\x56\xc3\x7b\x83\x77\xf1\x05\x36\xfd\xe4\x0c\x1c\xe8\xe3\x8a\xe8\x67\x16\xdf\x86\x0f\x8e\xf9\x98\xbe\x02\x00\x00\xff\xff\xbf\x42\xa0\x81\xa0\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xb1\x6e\xeb\x30\x0c\x45\x77\x7d\x85\x90\xdd\x09\xde\xf6\xa0\xb5\x43\xf7\x0e\xdd\x69\xfb\x26\x11\x22\x93\x02\x49\x05\x48\xbf\xbe\x90\xe3\x21\x09\x3a\xb4\x9b\x44\xe8\x9c\x7b\x45\xaa\xf9\x13\x6a\x59\x38\x45\x1d\x69\xda\x53\xf3\xb3\x68\xfe\x22\xcf\xc2\xfb\xcb\x7f\xdb\x67\x39\x5c\xff\x85\x4b\xe6\x39\xc5\xb7\xd2\xcc\xa1\x1f\x52\x10\x16\x38\xcd\xe4\x94\x42\x8c\xc4\x2c\xbe\x22\xd6\xaf\x31\x3e\x6b\xa4\x82\xed\x9c\x8f\xde\x65\x76\x33\xc7\x32\x08\x97\x5b\x8a\x3b\xd7\x86\xdd\x8a\xfc\x14\xdf\x46\x28\xc3\xb1\xb6\xa0\xe6\xd2\xea\x4c\x8e\x07\xae\xd0\x88\xb2\x85\x3e\x3f\x1f\x45\xdc\x5c\xa9\xd6\xcc\xa7\xfb\xef\x86\x19\x47\x6a\xc5\x2d\xc4\xc8\xb4\x20\xc5\x7b\x99\xc4\x32\x63\xa8\x2a\x63\xc1\x32\xcc\x70\x4c\x2e\x1a\xb4\x15\x58\x0a\x43\xa4\x9a\xdf\x55\x5a\x5d\x73\x86\xb8\xeb\xc1\x0a\x93\xa6\x13\xb6\x59\x37\x74\xed\x15\x3a\x6e\xa3\x13\xfc\x0f\xec\xc1\x9c\xbc\xbd\x28\x2a\xf9\x74\xfe\x9d\x04\x57\xb0\xbf\xe0\x93\x82\x1c\x0f\xa6\x7e\xba\xaf\x30\x7c\x07\x00\x00\xff\xff\xe8\x49\xb2\x2d\xfa\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeProxierYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xb1\x6e\xeb\x30\x0c\x45\x77\x7d\x85\x90\xdd\x79\x78\x5b\xa1\xb5\x43\xf7\x0e\xdd\x69\xfb\x26\x11\xa2\x90\x02\x49\xb9\x4d\xbf\xbe\xb0\x9c\x21\x29\x3a\x64\x23\x0d\xde\x73\x8f\x45\x35\x7f\x40\x2d\x0b\xa7\xa8\x23\x4d\x7b\x6a\x7e\x12\xcd\xdf\xe4\x59\x78\x7f\x7e\xb1\x7d\x96\x7f\xcb\xff\x70\xce\x3c\xa7\xf8\x5a\x9a\x39\xf4\x5d\x0a\xc2\x05\x4e\x33\x39\xa5\x10\x23\x31\x8b\xf7\x88\xad\x6b\x8c\x8f\x18\xa9\x60\x3b\xe5\x83\xaf\x30\xbb\x9a\xe3\x32\x08\x97\x6b\x8a\x3b\xd7\x86\x5d\x8f\xfc\x55\xdf\x46\x28\xc3\xd1\x2d\xa8\xb9\xb4\x3a\x93\xe3\x2e\x57\x68\x44\xb9\x95\x3e\x9e\x8f\x22\x6e\xae\x54\x6b\xe6\xe3\xf6\x77\xc3\x8c\x03\xb5\xe2\x16\x62\x64\xba\x20\xc5\x4d\x26\xb1\xcc\x18\xaa\xca\x57\x86\x06\x6d\x05\x96\xc2\x10\xa9\xe6\x37\x95\x56\x3b\x7e\x88\xbb\xb5\x4f\x61\xd2\x74\xc2\xed\x1b\x78\xae\x92\xb9\x13\x87\x68\xd0\x25\x4f\x58\x97\x05\x3a\xde\x6e\x4a\x36\xef\xc3\x27\xf9\x74\x7a\x8e\xbb\x0a\xfd\xc2\x1c\xe1\x4f\x3a\x2d\xd8\x84\xee\xc2\x93\x82\x1c\x7d\xac\xdd\x62\x9d\xb6\xc7\x0c\x3f\x01\x00\x00\xff\xff\xa5\x36\x27\xe5\x04\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeProxierYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeProxierYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeProxierYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeProxierYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x05\xe1\xdd\x0e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\x96\xaf\xb5\x10\x5b\x14\x48\x2a\x45\xfa\xf4\x85\x9d\xa0\x48\x7f\x96\x4c\x12\x0f\xf8\xbe\x3b\xae\xf9\x15\x6a\x59\x4a\x24\x1d\x39\x0d\xdc\x7c\x16\xcd\x9f\xec\x59\xca\x70\x7c\xb4\x21\xcb\xe1\xf4\x10\x8e\xb9\x4c\x91\x9e\x96\x66\x0e\x7d\x91\x05\x61\x85\xf3\xc4\xce\x31\x10\x71\x29\xe2\x3b\x62\xdb\x49\xf4\x53\x23\x15\xc5\xe6\xfc\xe6\x9b\xcc\xce\xe6\x58\x7b\x29\xcb\x39\x52\xe7\xda\xd0\xed\xc8\x7f\xf5\x6d\x84\x16\x38\xf6\x15\xdc\x5c\x5a\x9d\xd8\x71\xc3\x15\x5e\x11\xe9\xe2\x8c\x45\x26\xf4\x0a\x9e\xa0\x41\xdb\x02\x8b\xa1\x27\xae\xf9\x59\xa5\xd5\x7d\x59\x4f\xdd\x46\x29\x4c\x9a\x26\x5c\xb3\x8d\xb3\x40\x74\x82\x8e\xd7\xe8\x1d\xbe\xbf\x4b\xb6\xcb\xe7\x83\x3d\xcd\x77\xe8\x0e\x2b\x5c\x73\xb2\x9b\xc4\x2a\xd2\xdf\x96\x3b\x94\xe6\xec\xbf\x76\x26\x05\x3b\xbe\x65\x5f\x01\x00\x00\xff\xff\xc2\x82\x37\xce\xd0\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeReaderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemNodeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x94\x3f\x8f\xdb\x30\x0c\xc5\x77\x7f\x0a\x21\x7b\x72\xe8\x56\x78\xed\xd0\xbd\x43\x77\x5a\x7e\x71\xd8\xc8\xa2\x2a\x52\x3e\x5c\x3f\x7d\xe1\x3f\x45\x73\xb1\xd3\x06\xb9\x6c\x36\x24\xfe\xde\x23\xf5\x24\x4a\xfc\x1d\x59\x59\x62\xed\x72\x43\xfe\x40\xc5\x4e\x92\xf9\x17\x19\x4b\x3c\x9c\x3f\xeb\x81\xe5\x65\xf8\x54\x9d\x39\xb6\xb5\xfb\x12\x8a\x1a\xf2\x37\x09\xa8\x7a\x18\xb5\x64\x54\x57\xce\x51\x8c\x62\x53\x89\x8e\xbf\xce\xbd\xc7\x48\x42\xd4\x13\x1f\x6d\x84\xe9\x9b\x1a\xfa\xbd\xc4\xf0\x56\xbb\x9d\xe5\x82\xdd\x54\xb2\x25\x5f\x1a\xe4\x08\xc3\xe4\x82\x8a\x49\x49\x2d\x19\x2e\xea\x02\x35\x08\x8b\xe8\xfb\xed\x8d\x88\xa9\x65\x4a\x89\x63\x37\x77\xb7\x6f\x71\xa4\x12\x4c\x2b\xe7\x22\xf5\xa8\xdd\x6c\xa6\x8e\xd2\xa2\xca\x25\x40\xeb\x6a\xef\x28\xf1\xd7\x2c\x25\x4d\xd8\xfd\xd4\x0b\xa2\xb1\xbf\x9c\x49\xe5\x5c\x86\x4a\xc9\x1e\xcb\x36\x93\x33\x62\xc6\xc0\x78\x1d\xf9\x03\x72\xb3\xac\xf8\x0c\x32\x6c\x83\xaf\x67\xbd\xe6\x06\xf1\x14\xb4\x34\x3f\xe0\x8d\xbc\x87\xea\x5f\x91\xbd\xbb\xb1\x70\x87\xfa\x6e\xb7\xd6\x52\xe4\x81\x3d\xae\x08\x1d\x6c\x76\xc2\x3a\x7f\xbc\x92\xf9\xd3\x7d\xc4\x71\xb2\xdb\x86\x9e\x42\x7e\x51\x23\x2b\x57\x02\x69\x82\x8c\x5f\x73\x5c\x1e\x76\xda\x22\x60\x71\xfa\x18\x13\x03\xa2\xdd\x6e\xff\x31\x68\x92\xf6\x89\x07\xb4\xa6\x5d\x18\x5c\x06\x70\x37\xe8\x89\xc7\x31\xe1\x30\xb0\x1f\x2f\xc7\xe3\x89\xf6\x12\x8f\xdc\xf5\x94\x96\xeb\x02\x9f\x71\x7d\x22\x1f\x1a\xdf\xf8\x7a\xaa\x21\xda\x20\xa1\xf4\xf0\x81\xb8\xd7\xcd\xa5\x0d\xd5\xfb\x42\x14\xdb\x24\xbc\xca\xd1\x66\xbd\x47\x36\x3e\x8e\x4f\x15\xf4\xe6\x8b\x72\xb9\x89\xbb\xc8\xb1\xcb\xf8\x59\xa0\xff\x48\xea\xf3\x47\xb4\x19\x95\x3f\x32\xff\x8f\x8c\x9a\x64\xea\x70\xb3\xc7\x59\x8a\xcc\xc8\x9f\xfa\xf5\x25\x1c\x85\x7e\x07\x00\x00\xff\xff\x3d\x1a\xbd\x4c\xfc\x06\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemNodeYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemNodeYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemNodeYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemNodeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-node.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x6b\xc4\x30\x0c\x46\x77\xff\x0a\x91\x3d\x29\xdd\x8a\xd7\x0e\xdd\x3b\x74\x57\x92\xaf\x9c\x49\x22\x05\x49\x3e\xb8\xfe\xfa\x12\x5f\x28\x77\xd0\xc9\xd8\xd6\x7b\x7a\xbc\x97\x2f\x98\x17\x95\x4c\x36\xf2\x34\x70\x8d\x8b\x5a\xf9\xe1\x28\x2a\xc3\xf2\xe6\x43\xd1\x97\xeb\x6b\x5a\x8a\xcc\x99\xde\xd7\xea\x01\xfb\xd4\x15\x69\x43\xf0\xcc\xc1\x39\x11\xb1\x88\x46\x43\xfc\xb8\x12\x3d\x6b\x74\x87\xf8\xa5\x7c\xc7\x21\xf3\x9b\x07\xb6\x5e\x65\xbd\x65\xea\xc2\x2a\xba\x86\xfc\xb7\xbe\x8e\x30\x41\xa0\x55\x70\x0d\xad\xfb\xcc\x81\x07\x4e\x78\x43\xa6\xbb\x33\xeb\x81\xf7\xa1\x0b\xa4\x9f\xb1\x22\x60\xc9\xea\x0a\xcf\xa9\x27\xde\xcb\x87\x69\xdd\x5b\x61\x4f\x5d\xd7\x8e\x86\x3c\x05\x26\x22\x83\x6b\xb5\x09\xe7\x68\x9b\xe1\x69\x82\x7b\x73\xfb\xc3\xeb\xd9\x8b\xbf\x8f\x2b\x6c\x3c\xb9\x7b\x42\xfa\x0d\x00\x00\xff\xff\xe8\x32\xcc\x35\x64\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x57\x4f\x73\xa3\x3a\x0c\xbf\xe7\x53\x30\xb9\xa7\xcc\xbb\xbd\xe1\xfa\x0e\xef\xbe\x87\xbd\x0b\xa3\x12\x37\xc6\xf2\x4a\x72\xb3\xd9\x4f\xbf\x83\x81\x96\x42\x29\x21\xed\x34\xa7\x28\x92\xac\x9f\xfe\x59\x32\x10\xec\x4f\x64\xb1\xe4\x8b\x8c\x4b\x30\x0f\x10\xf5\x48\x6c\xff\x80\x5a\xf2\x0f\xa7\x7f\xe5\xc1\x52\xfe\xfc\xcf\xee\x64\x7d\x55\x64\xff\xb9\x28\x8a\xfc\x83\x1c\xee\x1a\x54\xa8\x40\xa1\xd8\x65\x19\x78\x4f\x9a\x8e\x48\xfb\x37\xcb\xde\x9a\xa1\x80\x5e\x8e\xf6\x51\x5b\x63\x72\x11\xc5\xe6\x40\xde\x5d\x8a\x6c\xaf\x1c\x71\x9f\x8e\xbc\x07\x1f\x4b\x64\x8f\x8a\xc9\x0b\x88\x4a\x31\x54\xa0\x38\x3a\xe7\xa0\x44\xd7\x83\x2e\x07\x00\x75\xcd\x58\x83\xe2\x41\xe9\x00\x55\x63\xfd\xc8\x84\x87\x06\x8b\xac\x73\xab\x78\x71\xb5\x98\x9f\xd9\x71\x74\x28\xc5\xee\x90\x41\xb0\xff\x33\xc5\x90\x80\x0f\xd9\x7e\x9f\x7e\x96\x83\xde\x65\x19\xa3\x50\x64\x83\xfd\x11\x26\x87\xa5\xf5\x95\xf5\xb5\xbc\x30\x5a\xea\x19\xb9\xec\x75\x0c\x23\x28\x26\xb2\x42\x87\x6f\x48\x43\xce\xa1\x69\x81\x12\xb3\x46\x4d\xbf\xce\x4a\x47\x04\x50\x73\x4c\x54\x97\xb2\x44\x9e\x13\xf3\x2b\xdc\x77\x64\xc0\x0d\x3c\x30\x06\x45\x18\x9f\x2d\x9e\xe5\x55\x2c\xb1\x7c\x42\xa3\x73\x69\x2f\x48\xd9\x7c\xe5\xcf\x03\x5f\x72\x54\xd0\x44\xb6\x7a\x59\xf1\x31\x50\x35\x68\x06\x72\xd6\x5c\xc6\x3e\xcc\x84\x82\xee\x71\x70\xec\x43\xbd\xa9\xce\xf5\x7e\xdf\xd8\x1f\x8c\xa2\x6c\x53\xad\x27\x78\xb3\xaa\x7f\x5c\xe0\x32\x5a\x57\xad\xe0\x26\x1d\x43\xfe\xd1\xf6\x7d\x39\x66\xe4\x67\x2c\x8f\x44\xa7\x91\xe4\xbe\x2d\x7b\x75\x44\x92\x3b\xaa\xbf\x35\x79\xb9\xf5\xa2\xe0\xd5\x0e\x91\x2c\x09\x4b\xeb\x81\x2f\x63\x57\x8d\x23\x8f\x9b\x3a\x6b\x43\x1e\x2a\x54\xb0\x6e\x52\xb6\x3e\xe1\x33\xf3\xd7\xd8\x7d\x42\x7f\xb2\xd3\xce\xec\xe6\x65\x4b\x61\x65\xbb\xf4\xb6\xf7\x65\xf9\x6a\x84\x20\x2b\x38\x15\x06\x47\x97\x06\xbd\x8e\xdb\x73\xc6\xcd\xc5\x80\x7b\x3f\x7b\xdf\x36\x48\xb7\x07\xc3\xe4\x5c\x09\xe6\xb4\x14\xd4\xb4\x99\xe6\x1a\x83\x85\x6d\x13\xe9\x86\xb4\xf7\x37\xe9\xdd\xd4\x2b\x68\xfc\xdc\x8c\xb2\x0d\xd4\xb8\xe2\x52\xd2\x11\x65\x84\xa6\x23\xa7\xdc\x06\x42\x78\x59\xac\x23\xfe\x9c\x91\x0b\x1a\x46\x9d\x09\x14\xea\xfb\x4e\xb6\x8d\x79\xb8\x47\xee\x25\x77\x70\x41\x5e\xc0\x5c\x1a\x29\xb7\xd6\x39\x10\xeb\xb6\x75\x1b\x98\xda\x4d\xbd\xf6\x4a\xe8\xb4\x26\xa6\x47\x25\x1e\x02\x9a\x15\x71\x09\xf7\x57\x24\x85\x15\x54\x08\xc1\x59\xac\x4c\xf7\x9e\x1e\x84\xe9\xe4\xe7\x6a\xc8\x14\x75\x2d\xaf\x49\xe7\xbe\xed\x7d\xbd\x9b\xb9\x89\xa2\xd4\x1c\x8e\x94\xd0\xae\x2f\xff\x06\x88\x2f\xb8\x3b\x9f\x44\x5b\x69\x29\xc5\x26\x38\x58\x05\x08\x4c\xed\x5b\x1b\xab\x41\x5f\xde\x9c\x1e\xef\xcd\x81\xd7\x2d\x16\x33\xd1\xbc\x53\x73\xe0\x6f\x45\x2f\xfd\x3b\xf7\x90\x79\xd4\x33\xf1\xc9\xfa\xba\xff\x8e\x9b\x47\xdc\xab\xa4\xa7\xb9\xbd\x73\x4f\x5f\xfd\x08\x73\x74\xd7\xe5\x32\xed\xca\xf1\xf0\x89\xd2\xef\xd3\xdb\x6f\xc2\xa6\xaf\x9c\xc5\x2f\xc8\x85\x8f\xc7\x79\xce\xfe\x06\x00\x00\xff\xff\x69\xe5\xfd\xec\xc2\x10\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\xcd\x8e\xe3\x36\x0c\xbe\xcf\x53\x18\x73\x59\xa0\x40\x26\xe8\xad\xc8\xb5\x87\x5e\x7a\x1a\xa0\xbd\xd3\x12\xe3\x68\x23\x8b\x5a\x92\xca\x6c\xfa\xf4\x85\xfc\x33\x71\x9c\xd8\xc9\x38\x69\x4f\x71\xf8\xf7\x7d\xa4\x28\x4a\x36\x44\xf7\x37\xb2\x38\x0a\x9b\x82\x4b\x30\x6f\x90\x74\x47\xec\xfe\x01\x75\x14\xde\xf6\xbf\xc9\x9b\xa3\xf5\xe1\xd7\x97\xbd\x0b\x76\x53\xfc\xee\x93\x28\xf2\x3b\x79\x7c\xa9\x51\xc1\x82\xc2\xe6\xa5\x28\x20\x04\xd2\xc6\x45\xf2\xdf\xa2\x38\x0f\x43\x11\x83\xec\xdc\x56\x73\x30\x39\x8a\x62\xbd\xa2\xe0\x8f\x9b\xe2\x55\x39\xe1\x6b\xe3\x72\x0d\x3e\x95\xc8\x01\x15\x1b\x16\x90\x94\x52\xb4\xa0\x38\xf0\xf3\x50\xa2\xef\x40\xa7\x13\x80\xaa\x62\xac\x40\x71\xa5\xb4\x32\x6d\x12\x2b\x46\xb0\xc8\x83\x58\x01\x6a\xdc\x14\x2d\xbf\xcd\x27\xe7\xcd\x8c\xf3\x0b\x27\x8f\xb2\x79\x59\x15\x10\xdd\x1f\x4c\x29\x36\x54\x56\xc5\x6b\x8e\xc7\x28\x94\xd8\x60\x27\x33\x54\x47\x0a\x18\x54\x14\x34\x09\x4a\x23\x0d\x64\x87\x4f\xeb\x56\xd9\x08\x62\x5e\x19\x51\x0c\x7a\x20\x9f\x6a\x34\x1e\x5c\x3d\x6b\x31\x21\x3d\x73\x21\x2b\xeb\xd2\x05\xeb\x42\x75\x12\xe0\xc1\x99\x5c\xb0\x5e\xa2\x58\x47\x0f\xda\x05\x14\x34\x89\x9d\x1e\x0d\x05\xc5\x9f\x6a\x28\x88\x32\xb8\xa0\xbd\x9a\x0f\xce\x0c\x61\x0e\xc8\x65\x97\x75\x85\xda\xfc\x7a\x27\xed\xc3\x07\xa8\xd9\x5d\x56\x0c\x6c\xed\x24\x37\x22\x63\xe5\x72\xf8\xc1\xfa\x5d\xd6\xb2\x4e\xb9\xdd\x42\xf5\x81\xe5\x8e\x68\x6f\x28\x6c\x5d\x95\x5a\xa7\x96\xd4\x01\xbc\xb3\xb3\x36\x4b\x48\xc6\x28\xd7\x16\x36\x28\x93\xf7\xc8\x8c\x07\x27\x9f\x14\x2c\x60\x4d\x41\x50\xcf\x16\xc0\x62\xf4\x74\xac\x73\x1f\x0c\xc5\x8c\xd1\x3b\x03\x63\xeb\xfc\x88\xdb\xe4\xcf\xe5\x8b\xa8\x3b\xfc\xa9\x18\x1a\x7a\x93\x75\x35\x49\x94\xea\x5e\x68\x71\xeb\x82\x3b\xd5\x74\x52\xfb\x28\xb3\xbb\xd6\x1c\xa2\xeb\x3b\x6d\xfc\xff\x31\xfc\xa4\x24\x06\x7c\xbb\x21\x46\xa0\xcd\x2c\xa1\xa0\xe0\x23\xd9\xde\x12\xf9\x31\xc4\xb2\x11\x5f\x16\x9f\x29\x7c\xa7\xf2\x6c\xfd\xcf\xff\x2f\xc0\x3a\x2d\xfa\x25\xe0\x97\x1a\x74\xaa\x12\x77\x96\x69\x55\xb8\x50\x31\x8a\xe0\x45\x7e\x57\x12\x6d\xc7\x52\x37\x76\x22\x79\x67\x1c\xce\xee\x93\x4e\x9c\x1b\xe8\xb4\x1d\xfb\x2d\x44\x0c\x55\x9e\x9e\xd2\x0f\x5d\xdd\x39\xb6\x11\x58\x8f\x9f\x15\x59\x58\xdd\x43\x2e\xd3\x64\xcb\xb6\xea\x65\xa1\x9b\xac\x8f\x97\x31\x23\x59\xeb\x84\x53\xcc\xb9\x96\xc9\x56\xa3\x4a\x5c\x2f\xdc\x02\x02\x93\xc7\xe9\x95\xce\x6d\x4f\x45\x26\x8f\xdd\xd1\x22\x63\x79\xb7\x4c\x63\x8b\x5e\xb5\x80\x9f\xa0\xe6\xf1\x3e\x5d\xfd\x48\x36\x32\xe6\x4e\x59\x08\xd0\x36\xce\x64\xfc\x2b\x8d\xd5\x1e\xb8\xa0\x0a\x66\x57\x2f\x5f\x7b\x31\x3b\xb4\x29\x4f\xa4\xe9\xe4\xd8\x51\x73\x26\x7f\xa2\x2f\xc0\x31\xc8\xea\xb6\x79\xdf\xe0\xcc\x99\x30\x30\x72\x55\x68\xb6\xf1\x8f\x84\xd2\x9d\xfe\xd3\xea\x35\xc4\xc8\x74\x00\x7f\xcb\xee\x91\xf9\xd6\xdc\xb4\x56\x33\x17\xce\xe7\x74\x2b\xa3\x28\xb7\x77\xa4\xe7\x77\x72\x97\x43\x99\x9c\xb7\x37\xb8\x37\x36\xb2\xb6\xa8\xe0\xfc\x63\x70\xae\xce\xcd\x3d\x0f\xd7\xd8\xc8\xe0\xd1\x55\x01\x34\xf1\x83\x99\xde\x0f\xad\x8c\x50\xcb\xda\xc3\xb1\x1d\xe7\x23\xcc\x29\x00\xca\xfd\x70\x03\xa0\xb1\x31\xde\x61\xd0\xb3\xee\x79\x2c\xb5\xc8\xf4\x1d\x8d\xde\xc0\xee\xac\x46\x50\xff\x05\xc4\x60\xaf\x2e\x4f\xea\x47\x22\x85\x3b\x77\x55\x27\x6d\x5c\x64\x5a\xf3\x8c\x4d\x1f\x50\x3f\x88\xf7\xf7\x11\xeb\x8c\x5b\x4a\xd8\x5c\x45\x3a\xd1\xd9\xfd\x62\x47\xa2\x92\xca\x80\xdd\x78\x0b\xa8\xf9\xbd\x50\x22\x2c\xbe\x24\x74\x6c\xfb\x53\xf9\x06\xdd\xd9\x97\xad\x45\xc7\xe4\x5d\xb0\x0c\xa1\x42\xf0\x9e\xcc\x13\x36\x41\xff\xfa\x78\x6b\x98\x31\xed\x91\x7b\x63\x17\x44\x21\xf4\xb7\xfb\x0b\xe9\x33\x1a\x26\x09\xf2\x0d\x4e\x55\xe3\xd5\x4e\x20\x8b\x41\x9d\xf6\x9d\x91\x9d\x3b\xd1\xb1\x86\x18\x3f\x27\x7f\x56\xfc\x7f\xa7\x57\x5e\x21\xdf\xcb\xc0\x18\x14\xc9\xaf\x9d\xf8\x21\x27\xb5\xa4\x32\xef\xfd\x4b\xed\xb4\x9f\xa0\xdf\x76\x6e\xcd\x47\x8d\x33\xdd\x54\xb8\xeb\x0e\x83\x3a\x18\x46\x50\xbc\xfa\xce\x75\xc7\xb5\x72\x3e\x97\x01\xe3\xa7\xa4\x73\x27\xed\xdc\x00\x66\x9e\xb7\xd2\x1e\xc3\x97\x02\x7f\x6d\x44\x8c\xaf\xf8\xc7\x61\x76\x17\xca\x61\x29\x66\xed\xc6\x36\xf7\xf2\x1e\xb1\x6b\xbf\x63\xd5\x98\xef\x4b\x67\x5f\xb6\x22\x9a\x7b\x4f\xf0\xab\x21\xf3\x00\xb8\xce\xeb\x14\x2c\x50\x78\xef\x7c\xff\x7a\xff\xb3\xb3\xfa\xf6\xcb\xb7\x4b\xe0\x7f\x03\x00\x00\xff\xff\x97\x3f\xbe\xbf\xfb\x14\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\xcd\x92\xdb\x30\x08\xbe\xe7\x29\x34\xb9\x67\x3d\xbd\x75\x7c\xed\xa1\xf7\x1e\x7a\xc7\x32\xeb\xb0\x91\x85\x2a\xd0\xa6\xe9\xd3\x77\x22\x3b\x1d\xc7\x3f\xe3\xec\xcf\xd4\xa7\x10\x04\x7c\xf0\x81\xb0\x20\xd0\x4f\x8c\x42\xec\x4b\x13\x2b\xb0\x4f\x90\xf4\xc8\x91\xfe\x80\x12\xfb\xa7\xd3\x57\x79\x22\x2e\x5e\xbf\xec\x4e\xe4\xeb\xd2\x7c\x73\x49\x14\xe3\x0f\x76\xb8\x6b\x51\xa1\x06\x85\x72\x67\x0c\x78\xcf\x9a\x5d\xe4\xfa\xd7\x98\xfb\x30\x1c\xd0\xcb\x91\x9e\xf5\x1a\x4c\x2e\xa2\xd8\x1e\xd8\xbb\x4b\x69\xf6\x1a\x13\xee\xb3\xcb\x1c\x7c\xaa\x30\x7a\x54\xcc\x59\x40\x52\x4e\xa1\x06\xc5\x81\x9f\x83\x0a\x5d\x0f\xba\x5c\x00\x34\x4d\xc4\x06\x14\x0f\xca\x07\xac\x49\x07\x11\x3c\xb4\x58\x9a\x2e\xab\xf2\x5f\xa6\xe5\xc4\x65\x17\x93\x43\x29\x77\x07\x03\x81\xbe\x47\x4e\x21\xc3\x1e\xcc\x7e\x9f\x7f\xaa\x44\xae\xbe\x2b\x75\x67\x4c\x44\xe1\x14\x2d\xf6\xa6\xd9\xc6\xb2\x7f\xa6\x46\x26\x8a\xe2\x8c\xd5\x91\xf9\x34\x38\xb9\x8a\xaf\x18\xab\xde\xdd\x46\x04\xc5\x2c\xd6\xe8\xf0\x4e\xb4\xec\x1c\xda\x6b\xd1\x59\xd9\xa0\xe6\x5f\x47\xd2\x09\x01\xd4\x1e\xb3\xd4\x71\x98\xc5\x73\x56\x7e\xb8\x22\x29\x1c\x37\xf7\xa9\x4e\xf0\x3f\x09\xea\xc6\x15\x79\x51\xf0\x4a\xb7\x4a\x96\x0e\x2b\xf2\x10\x2f\xc3\x54\xad\x63\x8f\xb3\xbc\x7e\x02\x0f\x35\x2a\x90\x1b\xb5\xad\x27\x7c\x12\xfe\x91\xb8\x2f\xe8\x4f\xe4\x47\x01\xf3\x38\x5e\x85\x57\xc2\xf3\x62\xda\x10\x82\xac\x44\xaf\x31\x38\xbe\xb4\xe8\x75\x38\x94\x13\x6d\x21\x16\xdc\x3c\x67\xff\x6b\x16\xdf\x51\x4c\x64\xe7\x2a\xb0\xa7\xa5\xa2\xc6\x23\x34\xb5\xb8\x45\x78\xd3\xb4\xbc\x87\xf6\xfe\xfe\xcc\x52\xaf\xa0\x49\x3e\x74\xb9\xa8\x85\x06\x57\x52\xca\x36\xa2\x11\xa1\xed\xc4\xb1\xb6\x85\x10\xc8\x37\x13\xfd\x54\x51\x08\xda\x88\x3a\x39\x50\x68\xb6\xdd\x67\x6f\xe4\x61\x0b\xee\xa5\x70\x70\xc1\xb8\x80\xb9\xb4\x48\xde\xdb\xe7\xc0\x51\xe7\x5b\xb2\x04\x11\x22\xbf\xa0\xd5\x15\x90\xde\x6a\xa6\x8a\xa5\xb8\xbf\x12\x2b\xac\x44\x85\x10\x1c\x61\x6d\xbb\x37\xc8\xed\x30\x7b\x7e\xac\x47\x91\x93\xae\xf1\x96\x6d\xb6\x1d\xdf\xc7\xd3\x2c\x6c\x12\xe5\xf6\x70\xe4\x8c\xf6\x78\x7b\xdf\x00\xf1\x09\x77\x43\xb1\x0d\x0e\x56\x01\x43\x64\x8b\x22\x58\xdf\xec\xe5\xce\x7b\xf8\xe5\xba\xe9\xba\xd5\x6e\x47\x96\x1b\xb5\x0f\x7f\x2b\xfa\xeb\x13\xbb\xcb\xc6\xa3\x9e\x39\x9e\xc8\x37\xfd\xeb\x74\x5a\x71\x6f\x12\xd8\x91\xa5\x8d\xa7\xee\xe1\xc7\x8f\xe3\x4d\xd7\xfb\x78\x4a\x87\xeb\x21\x49\xff\x45\x5b\x9f\xd5\xbf\x01\x00\x00\xff\xff\x83\xed\x24\x63\x11\x0d\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xbd\x8e\xdb\x30\x0c\xde\xfd\x14\x42\x76\x27\xe8\x56\x78\xed\xd0\xbd\x43\x77\x5a\xe6\x29\xbc\xc8\xa2\x2a\x52\x09\xd2\xa7\x2f\xa2\x38\x85\x63\x27\xf0\xe1\x7c\xc8\x64\x85\xe2\xf7\xc3\x4f\x91\x20\xd2\x6f\x4c\x42\x1c\x1a\x93\x5a\xb0\x5b\xc8\xba\xe7\x44\x7f\x41\x89\xc3\xf6\xf0\x5d\xb6\xc4\xbb\xe3\xb7\xea\x40\xa1\x6b\xcc\x0f\x9f\x45\x31\xfd\x62\x8f\x55\x8f\x0a\x1d\x28\x34\x95\x31\x10\x02\x6b\x81\xc8\xe5\xa7\x31\xf7\x34\x1c\x31\xc8\x9e\xde\xf4\x42\x26\x67\x51\xec\x6b\x0e\xfe\xdc\x98\x8d\xa6\x8c\x9b\x02\x79\x24\x9f\x5b\x4c\x01\x15\x8b\x0b\xc8\xca\x39\x76\xa0\x38\xc2\x79\x68\xd1\x0f\xa2\xcf\x07\x00\xe7\x12\x3a\x50\xac\x95\xeb\x23\xe1\x69\xc4\x10\xa0\xc7\xc6\x5c\x5d\x35\xff\x9d\x36\x33\x48\x95\xb2\x47\x69\xaa\xda\x40\xa4\x9f\x89\x73\x2c\xb2\xb5\xd9\x6c\xca\xa7\xcd\xe4\xbb\xbb\x51\x2b\x63\x12\x0a\xe7\x64\x71\x68\x2d\x3d\x96\xc3\x1b\x39\x99\x15\x76\x27\x6c\xf7\xcc\x87\xd1\xce\x65\x79\xc4\xd4\x0e\x70\x87\x5a\xbe\x9e\xe4\xba\x38\x81\xda\xfd\x7a\x47\xb2\xf3\xec\x3e\x27\xf5\x11\x8d\x77\x0c\x07\x0a\x93\x59\x4a\xa4\xcf\x9c\x43\x8c\xb2\x40\xda\x61\xf4\x7c\xee\x31\xe8\x38\xcf\x59\x75\x27\x16\x3c\xae\x8a\xf1\x33\x66\x86\x40\x1f\x1a\x52\xd0\xbc\xee\x60\xa9\x07\x87\x0b\x96\x4a\x8f\x68\x42\xe8\xaf\xcb\x69\xb5\x87\x18\x29\xb8\x59\x7d\x56\x50\x70\x2f\xb5\xfb\x25\x11\xc5\xc4\xef\x68\x75\x41\x75\xe8\x7a\x20\xf5\x8c\xf7\x4f\x66\x85\x05\x56\x88\xd1\x13\x76\xf6\xfa\x58\xde\x36\x0b\x72\xdd\x50\x89\xb3\x2e\x05\x59\x7a\x5e\x25\xf3\x15\x27\xa5\xd8\x47\x0f\x8b\x82\x31\xb1\x45\x11\xec\x6e\xfd\x72\x87\x1e\x3f\x02\xb7\x1a\x05\x51\x08\x76\xd2\xf9\xa2\x37\xd5\xf3\xaa\x5b\x33\x8d\x7b\xfc\x27\xca\x32\xdc\xe7\x65\xf2\x7f\x01\x00\x00\xff\xff\x80\x58\xcf\x88\xe0\x07\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xb1\x6e\xeb\x30\x0c\x45\x77\x7d\x05\xe1\xdd\x09\xde\xf6\xa0\xb5\x43\xf7\x0e\xdd\x69\x99\x89\x85\x28\xa4\x41\x52\x29\xd2\xaf\x2f\x2c\x07\x6d\x1d\xa4\x53\x3b\x91\x12\x79\xef\x21\x25\x9c\xf3\x2b\xa9\x65\xe1\x08\x3a\x60\xda\x61\xf5\x49\x34\xbf\xa3\x67\xe1\xdd\xe9\xbf\xed\xb2\xec\x2f\xff\xc2\x29\xf3\x18\xe1\xa9\x54\x73\xd2\x17\x29\x14\xce\xe4\x38\xa2\x63\x0c\x00\xc8\x2c\xde\x24\xb6\x1c\x01\xb6\x36\x32\x13\xdb\x94\x0f\xbe\x98\xd9\xd5\x9c\xce\xbd\x70\xb9\x46\xe8\x5c\x2b\x75\x4d\xf2\x08\x5f\x07\x52\x26\xa7\x36\x05\x56\x97\x3a\x8f\xe8\xf4\x4d\xc7\x78\xa6\x08\xab\x67\xfc\xe4\xc4\x24\xec\x2a\xa5\x90\xc6\xa1\xe6\x32\xf6\x49\xf8\x90\x8f\x7d\x9a\x90\x8f\xd4\x7f\x95\x83\xd6\x42\x16\x43\x0f\x38\xe7\x67\x95\x3a\xb7\x0d\x7a\xe8\xba\x16\x9a\x7a\xb3\x40\x00\x50\x32\xa9\x9a\xe8\xd6\xda\x7a\x56\x80\x05\x80\x0b\xe9\x70\xab\x1c\xc9\x5b\x2c\xd9\xd6\xe4\x0d\x3d\x4d\x7f\x06\xdb\x67\x36\x47\xf6\x8c\x4e\x5b\x70\x52\x5a\xee\x7e\x0d\xba\xdb\x67\xa4\x42\x3f\xda\xde\xe9\xe9\x42\xec\xf6\x70\xac\x25\x9d\xdb\x4b\x2c\xd9\xfa\xa7\xe1\x23\x00\x00\xff\xff\x0f\x1c\x32\x4b\x8b\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x3d\x8f\xdb\x30\x0c\xdd\xfd\x2b\x84\xec\xb9\x43\xb7\xc2\x6b\x87\xee\x1d\xba\xd3\xf2\x4b\xc2\x8b\x2c\x0a\x14\xe5\x43\xf2\xeb\x0b\xcb\xc6\xd5\xf9\xc0\x5d\xd0\x74\x12\x4d\x93\xef\x3d\x3d\xd2\xa6\xc4\xbf\xa1\x99\x25\xb6\x4e\x3b\xf2\x2f\x54\xec\x20\xca\x67\x32\x96\xf8\x72\xfc\x9e\x5f\x58\x5e\xc7\x6f\xcd\x91\x63\xdf\xba\x1f\xa1\x64\x83\xfe\x92\x80\x66\x80\x51\x4f\x46\x6d\xe3\x1c\xc5\x28\x56\x5b\xf2\xf4\xe8\xdc\x25\x8c\x24\xc4\x7c\xe0\x9d\x4d\x60\xf9\x94\x0d\xc3\x56\x62\x38\xb5\x6e\x63\x5a\xb0\xa9\x2d\xf7\xe8\x4b\x07\x8d\x30\x54\x15\x54\x4c\x4a\xea\xc9\xb0\xea\x8b\x34\xa0\x75\x33\x66\xfb\xc1\xd3\x7a\x89\xa6\x12\x02\xb4\xed\x0a\x87\x7e\xfb\x37\xd1\x68\x09\xc8\x6d\xb3\x75\x94\xf8\xa7\x4a\x49\x55\xf3\xd6\x6d\x36\xf5\xa8\xf5\x17\x92\x1b\xe7\x14\x59\x8a\x7a\x2c\xa5\xb5\x26\x37\xce\x8d\xd0\x6e\xc9\xf5\x08\x30\xd4\x70\x0f\xab\x67\xe0\x3c\x07\x89\xcc\x1f\x6a\x34\x5f\xa0\x86\xef\x35\xf9\xbc\x8c\xd7\x1d\x47\x0a\x7c\x86\x5e\x29\x5a\xb8\x9e\x66\xf0\x12\x77\xbc\xbf\x02\x9f\xee\xf8\x1f\xb4\xfb\x92\x4d\x86\x75\xa6\x17\x7f\x84\xae\x33\x6f\x88\x47\x8e\x39\x71\x42\xe0\x88\xf5\x2b\x49\xc6\x03\x9f\xd1\xdf\x76\xcd\x6c\x97\xa2\xbd\xe2\x33\x47\x78\xa0\x3d\xbe\xd0\x5d\x6b\xb2\x29\x68\xb8\xe3\xc8\xc7\xd4\xef\x53\x5c\x61\x65\x78\x85\x3d\x0d\x33\xcf\x67\xa0\xf4\x34\x52\x92\xeb\xad\x5e\x1c\xfb\x6c\xc1\x1f\x42\x9e\xbe\xd3\x9c\xc8\xe3\xe1\x35\xba\xf1\x4a\x47\xf6\x20\xef\xa5\xc4\x7f\xf0\xac\xba\x5d\x94\xed\xf4\xc5\x80\x27\x0f\x96\xca\x24\x81\xfd\x29\x97\xee\x0d\xde\x14\x23\xe3\xfd\xbe\x3d\x0f\xdd\x00\x23\x6e\x84\xaf\xec\xbd\xf9\x47\xfc\x09\x00\x00\xff\xff\xd1\xbf\x6a\x80\x9c\x05\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x31\x6f\x3a\x31\x0c\xc5\xf7\xfb\x14\x16\x7b\x40\xff\xed\xaf\xac\x1d\xba\x77\xe8\x6e\x82\x81\x88\x9c\x9d\xda\xce\x49\xf4\xd3\x57\x97\xa3\x2d\x20\x06\x3a\x25\xb1\xf2\x7e\xef\x3d\x63\xcd\xef\xa4\x96\x85\x23\xe8\x16\xd3\x1a\x9b\x1f\x45\xf3\x27\x7a\x16\x5e\x9f\xfe\xdb\x3a\xcb\x66\xfa\x37\x9c\x32\xef\x22\xbc\x94\x66\x4e\xfa\x26\x85\x86\x91\x1c\x77\xe8\x18\x07\x00\x64\x16\xef\x12\x9b\x9f\x00\xb7\x18\xa9\xc4\x76\xcc\x7b\x9f\x61\x76\x36\xa7\x31\x08\x97\x73\x84\x95\x6b\xa3\x55\x97\x3c\xb2\x6f\x5b\x52\x26\xa7\x9e\x02\x9b\x4b\xab\x3b\x74\xba\xd2\x31\x8e\x14\x61\x61\xc6\x1f\x9f\x98\x84\x5d\xa5\x14\xd2\x98\x96\xcc\xe1\xa3\x89\x63\x50\x4a\xc2\x29\x97\xdc\x1d\xc2\xef\xbf\x41\x5b\x21\x8b\x43\x00\xac\xf9\x55\xa5\xd5\x5e\x25\xc0\x6a\xb6\x51\x32\x69\x9a\xe8\x32\x4b\xc2\xfb\x7c\x18\xb1\xda\x00\x30\x91\x6e\x2f\xf3\x03\x79\x3f\x4b\x36\x7f\x8e\x64\x94\x94\xfc\xef\x98\x00\xbd\xcf\xcd\x6a\x1f\xe4\x5c\xba\x7f\x4f\xbb\xc4\x36\xe6\xe8\xed\xce\x72\x59\xec\x73\x99\x69\x22\xbe\x8f\x9c\x94\x66\xfd\x7c\xad\xe8\xe9\x78\x0d\xfd\x0a\x00\x00\xff\xff\x94\x20\xe5\x07\x65\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x91\xbf\x6e\xf3\x30\x0c\xc4\x77\x3d\x05\xe1\xdd\xf9\xf0\x6d\x85\xd6\x0e\xdd\x3b\x74\xa7\xed\x4b\x22\x44\x21\x05\x8a\x4a\x91\x3e\x7d\x61\xa7\x7f\xd2\xc6\x05\xba\x74\x12\x05\xea\x7e\xc7\xa3\xb8\xa4\x27\x58\x4d\x2a\x91\x6c\xe0\x71\xc3\xcd\xf7\x6a\xe9\x85\x3d\xa9\x6c\x0e\x77\x75\x93\xf4\xdf\xe9\x7f\x38\x24\x99\x22\xdd\xe7\x56\x1d\xf6\xa8\x19\xe1\x08\xe7\x89\x9d\x63\x20\x62\x11\xf5\x45\x52\xe7\x2b\xd1\x57\x8c\x16\x48\xdd\xa7\xad\xcf\xb0\x7a\xae\x8e\x63\xaf\x92\xcf\x91\x3a\xb7\x86\x6e\x91\xac\xd9\xb7\x01\x26\x70\x2c\x53\x70\x73\x6d\x65\x62\xc7\x95\x4e\xf8\x88\x48\x17\x66\xfc\xf0\x89\xa3\x8a\x9b\xe6\x0c\x8b\x13\xb6\xdc\xb2\xf7\xa6\x19\x43\x92\x29\xc9\xae\xf6\x9f\xfd\x60\x2d\xa3\xc6\xd0\x13\x97\xf4\x60\xda\xca\x12\xa1\xff\x79\x1d\x81\xc8\x50\xb5\xd9\x88\xf7\xa7\x57\xe8\x40\x74\x82\x0d\x6f\x9d\xd1\xc0\x8e\x5b\x78\xd7\xdd\x52\xe6\x28\xb5\xf0\x88\x6f\x8c\x1d\x7c\x39\x73\xaa\x97\xe2\x99\x7d\xdc\xff\xd1\xc0\xbf\x35\x5b\x0b\x80\x13\xc4\xd7\x17\x30\x97\x65\x21\xcd\xd5\xe5\x17\xc3\x6b\x00\x00\x00\xff\xff\x44\x77\x7f\x67\x7d\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xbd\x6e\xeb\x30\x0c\x85\x77\x3f\x05\x91\xdd\x09\xee\x76\xa1\xb5\x43\xf7\x0e\xdd\x19\xf9\xb4\x11\xa2\x88\x02\x49\xa5\x48\x9f\xbe\x88\x62\xd4\xfd\x49\x81\x0c\x99\x7c\x4c\x80\xdf\x77\x4c\x73\x4d\xcf\x50\x4b\x52\x02\xe9\x96\xe3\x9a\x9b\xef\x44\xd3\x3b\x7b\x92\xb2\xde\xff\xb7\x75\x92\xcd\xf1\xdf\xb0\x4f\x65\x0a\xf4\x90\x9b\x39\xf4\x49\x32\x86\x03\x9c\x27\x76\x0e\x03\x11\x97\x22\xde\x57\xec\xfc\x4a\xf4\x1d\x23\x15\xc5\x76\xe9\xc5\xcf\x30\x3b\x99\xe3\x30\x4a\xc9\xa7\x40\x2b\xd7\x86\x55\x5f\xb9\xa6\x6f\x5b\x68\x81\xa3\xb7\xe0\xe6\xd2\xea\xc4\x8e\x2f\x7b\x85\x0f\x08\x74\x61\x86\x4f\x4f\x88\x52\x5c\x25\x67\x68\x98\x50\xb3\x9c\xa0\xe3\x32\x1b\xb4\x65\x58\x18\x46\xe2\x9a\x1e\x55\x5a\xed\xb5\x47\x5a\x9d\x91\x0a\x93\xa6\x11\xf3\xac\xca\x64\x03\xd1\x11\xba\x9d\x27\x51\xc1\x8e\x1e\x27\x64\xcc\xf1\x15\xde\x9f\x39\xd9\x25\x54\xf6\xb8\xeb\xe9\xad\xa7\x9b\x6c\x8a\x9a\x53\xec\x9f\xbf\xf4\xfd\xe1\x9f\xa5\x77\xe3\xfd\x6a\x7e\xb9\xf2\x7d\xaa\x6f\x2c\x72\xc6\x75\xe1\xec\xb9\x89\x8e\x23\x8a\xff\xfd\x23\x96\x63\xcf\xd0\x8f\x00\x00\x00\xff\xff\xcf\x7c\xfc\x88\xda\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xbb\x8e\xe3\x30\x0c\xec\xfd\x15\x42\x7a\x27\xb8\xee\xa0\xf6\x8a\xeb\xaf\xb8\x9e\x91\x27\x89\x10\x59\x14\x48\x2a\x8b\xe4\xeb\x17\x56\xbc\xc9\xe6\xb1\xc5\x62\x91\xca\x63\x4a\x9c\x19\x0d\x49\x25\xfe\x87\x68\xe4\xec\x9d\xac\x29\x2c\xa9\xda\x8e\x25\x9e\xc8\x22\xe7\xe5\xfe\xb7\x2e\x23\xaf\x0e\xbf\xba\x7d\xcc\x83\x77\x7f\x52\x55\x83\xfc\xe3\x84\x6e\x84\xd1\x40\x46\xbe\x73\x8e\x72\x66\x6b\x2d\x3a\xfd\x3a\x77\x4b\xc3\x05\x59\x77\x71\x63\x13\x99\x1e\xd5\x30\xf6\x9c\xd3\xd1\xbb\x85\x49\xc5\xa2\xb5\x3c\x93\xaf\x6b\x48\x86\xa1\xb9\xa0\x6a\x5c\xcb\x40\x86\x4f\x7d\x99\x46\x78\x77\xe6\xf4\x17\x1d\x1f\x38\x9b\x70\x4a\x10\x3f\xa0\x24\x3e\x8e\xc8\x16\x38\x6f\xe2\xb6\xbf\x9e\x75\x52\x13\xd4\x77\xbd\xa3\x12\xff\x0a\xd7\xd2\xec\xf7\x6e\x31\x51\x0b\x94\xab\x04\xcc\x35\x41\x49\x31\x34\x63\x57\x06\xed\x9c\x3b\x40\xd6\xf3\x9d\x20\x20\x43\x83\x03\x12\x66\xb8\x85\xb5\x6f\x8a\x7a\x06\x85\x2c\xec\x1a\x3a\xbf\xa7\xc1\xb7\x56\xfc\x81\x95\x95\x06\x4a\xb8\x35\xf4\x21\x3d\xeb\x3c\x67\x9f\xaa\x45\x6f\xa6\xf4\xa8\x79\x1f\xa3\xae\xd4\xc8\xea\x5d\x00\xaf\xd0\xd9\xc4\x4c\x29\x9e\x1e\xc2\x7e\x81\xd6\xf3\xf0\x2e\x73\xfb\xc6\x88\x70\x40\xb6\xaf\xb7\xe3\x61\x03\xde\x03\x00\x00\xff\xff\x99\xba\x1d\x1b\x89\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6e\xeb\x30\x0c\x45\x77\x7d\x05\xe1\xdd\x0e\xde\xf6\xa0\xb5\x43\xf7\x0e\xdd\x69\x89\x49\x84\xc8\xa4\x40\x52\x01\xdc\xaf\x2f\xac\x04\x45\x03\x74\x22\x08\xdc\x7b\xee\xc1\x56\x3e\x49\xad\x08\x47\xd0\x15\xd3\x82\xdd\xaf\xa2\xe5\x0b\xbd\x08\x2f\xb7\xff\xb6\x14\x39\xdd\xff\x85\x5b\xe1\x1c\xe1\xad\x76\x73\xd2\x0f\xa9\x14\x36\x72\xcc\xe8\x18\x03\x00\x32\x8b\x8f\x8a\x1d\x2f\xc0\x2b\x46\x1a\xb1\x5d\xcb\xd9\x0f\x98\xed\xe6\xb4\xcd\xc2\x75\x8f\x30\xb9\x76\x9a\x46\xe5\xaf\xf9\xbe\x92\x32\x39\x0d\x0b\xec\x2e\xbd\x65\x74\xfa\xd5\x63\xdc\x28\xc2\x83\x19\x7f\x76\x62\x12\x76\x95\x5a\x49\xe3\xe0\x09\x3b\xd6\xb9\x49\x9e\x0f\x8a\x25\xac\xa4\x41\x7b\x25\x8b\x61\x06\x6c\xe5\x5d\xa5\xb7\x21\x3f\xc3\x34\x8d\x83\xad\xd9\x8b\x7a\x00\x50\x32\xe9\x9a\xe8\x99\xcc\xd4\xaa\xec\x1b\xb1\x27\xe1\x73\xb9\xd8\x69\xa0\x03\xc0\x9d\x74\x7d\x86\x2e\xe4\xe3\x3e\xdc\xc3\x77\x00\x00\x00\xff\xff\xce\xaa\x3f\x4f\x73\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x05\xe1\xdd\xf9\xf1\x6f\x85\xd6\x0e\xdd\x3b\x74\x67\xec\x6b\x22\x44\x12\x05\x8a\x4a\x91\x3e\x7d\x11\x39\x68\x9b\xc2\xde\xda\x89\xb4\xc5\xbb\xfb\x48\x2e\xe1\x05\x5a\x83\x64\x4f\xba\xe7\x69\xc7\xcd\x8e\xa2\xe1\x9d\x2d\x48\xde\x9d\x1e\xea\x2e\xc8\xbf\xf3\x7f\x77\x0a\x79\xf6\xf4\x18\x5b\x35\xe8\xb3\x44\xb8\x04\xe3\x99\x8d\xbd\x23\xe2\x9c\xc5\xba\xa4\x5e\x3f\x89\xee\x6d\xa4\x20\xd7\x63\x78\xb5\xab\x59\xbd\x54\x43\x1a\x25\xc7\x8b\xa7\xc1\xb4\x61\xe8\x92\xb5\xf8\xb6\x87\x66\x18\x3a\x05\x37\x93\x56\x66\x36\x7c\xd3\x65\x4e\xf0\xb4\x78\xfa\xcf\x1c\x3f\x49\x36\x95\x18\xa1\x3e\x24\x3e\x60\x0c\xa9\x88\xda\xf8\xf5\xdf\x69\x8b\xa8\xde\x8d\xc4\x25\x3c\xa9\xb4\xd2\xd1\x47\x1a\x86\x5e\xba\xec\x8e\xdc\x11\x29\xaa\x34\x9d\x70\x1b\xed\x33\xd5\x14\x9c\xaa\x23\x3a\x43\xf7\xb7\x97\x49\xc1\x86\xde\x1e\x60\xbd\xc6\x50\x97\x66\xd9\xa1\xb7\x6f\x6c\xd3\xf1\x17\x10\x36\xc3\x67\x44\x6c\x71\x94\x1e\xfe\x47\x44\xfd\x28\xcb\xd1\xd7\xe9\xd6\x23\x7e\x78\xe1\x8c\xbc\xa1\x5f\xdd\xe0\x23\x00\x00\xff\xff\x99\xc6\x03\x41\xcf\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x31\x8f\xdb\x30\x0c\x85\x77\xff\x0a\x21\xbb\x13\x74\x2b\xbc\x76\xe8\xde\xa1\x3b\x6d\x33\x0e\x2f\x12\x29\x90\x54\xda\xdc\xaf\x2f\xac\x18\x77\x49\x5c\x20\x48\x70\x93\x65\x91\xef\x7b\x4f\x94\x20\xd3\x6f\x54\x23\xe1\x2e\x68\x0f\xc3\x16\x8a\x1f\x44\xe9\x1d\x9c\x84\xb7\xc7\xef\xb6\x25\xd9\x9d\xbe\x35\x47\xe2\xb1\x0b\x3f\x62\x31\x47\xfd\x25\x11\x9b\x84\x0e\x23\x38\x74\x4d\x08\xc0\x2c\x5e\x25\x36\xff\x86\x70\x8b\x91\x8c\x6c\x07\xda\xfb\x0c\xb3\xb3\x39\xa6\x56\x38\x9e\xbb\xb0\x71\x2d\xb8\xa9\x92\xff\xd9\x97\x1e\x95\xd1\xb1\xa6\x80\xe2\x52\xf2\x08\x8e\x57\x3a\x86\x84\x5d\xb8\x30\xbb\x0f\x9f\x6e\x10\x76\x95\x18\x51\x3b\x4a\x30\x61\xeb\x4a\xd3\x84\xda\x7e\x16\x1a\x2d\x11\xad\x6b\xda\x00\x99\x7e\xaa\x94\x5c\xb3\xb7\x61\xb3\xa9\x9f\xaa\xbb\x89\xde\x84\xa0\x68\x52\x74\xc0\xa5\xb5\xf6\x98\x2b\x42\xb2\x26\x84\x13\x6a\xbf\x54\x22\x99\xd7\xc5\x1f\xf0\xe1\xb0\x36\xc1\xbf\x8e\x3c\xcf\xdd\xd6\xd4\x11\x30\x09\x1b\xfa\x1d\x73\xc2\x0b\xf2\x32\x84\x35\x13\x72\xb6\xc7\x70\xcc\x51\xce\x09\xf9\x45\xfa\x1d\xce\x1c\x1c\xf7\x25\x3e\x9f\xb6\xaf\x83\x59\x01\x07\x15\x7e\x93\xfe\x49\xd8\x72\x67\x73\xc6\x07\x57\xf6\x79\xfe\x41\x78\x4f\xd3\x6b\x46\x7d\xa1\x38\x3e\x70\xaa\x3d\x8b\xc9\x8e\xd8\x1c\xd8\x69\x86\xde\x18\x0e\x8a\x5f\x62\x64\xbb\xa1\x98\x4b\xba\xde\x19\x65\x38\xa2\x5e\xef\xbc\x21\x1f\x89\x2d\x53\xc6\x48\x8c\xd7\x25\xc9\x4e\x89\xde\x71\x5c\xab\x2e\x6e\x4f\xe4\xbe\x0b\x88\xa7\xf5\x73\x5b\xf4\xf3\x32\x2f\x2f\xe1\x63\xea\xff\x02\x00\x00\xff\xff\x6a\x60\x95\x4b\x96\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\x31\x6f\xe3\x30\x0c\x85\x77\xff\x0a\x21\xbb\x12\xdc\x76\xd0\x7a\xc3\xed\x37\xdc\xce\xc8\xaf\xb1\x10\x59\x34\x48\xca\x6d\xfa\xeb\x0b\x2b\x46\xdb\xd4\x29\x50\x14\x9d\xfc\x64\x89\xef\x7b\x24\x69\x4a\xff\x21\x9a\xb8\x04\x27\x47\x8a\x7b\xaa\x36\xb0\xa4\x67\xb2\xc4\x65\x7f\xfe\xad\xfb\xc4\x87\xf9\x57\x77\x4e\xa5\x0f\xee\x4f\xae\x6a\x90\x7f\x9c\xd1\x8d\x30\xea\xc9\x28\x74\xce\x51\x29\x6c\xad\x44\x97\xa3\x73\xb7\x36\x3c\xa1\xe8\x90\x1e\x6c\x31\xd3\x8b\x1a\x46\xcf\x25\x5f\x82\xdb\x99\x54\xec\x5a\xc9\x3d\x7c\x3d\x42\x0a\x0c\x2d\x05\x55\xe3\x3a\xf5\x64\x78\x57\x57\x68\x44\x70\x57\xcf\xf0\xca\x09\x91\x8b\x09\xe7\x0c\x09\xa9\x9c\x04\xaa\xde\xd8\x0b\x57\x83\x7f\xbb\xeb\xa4\x66\x68\xe8\xbc\xa3\x29\xfd\x15\xae\x53\x8b\xef\xdd\x6e\xb1\x16\x28\x57\x89\x58\xff\x29\xa2\xc0\x74\xd5\x32\xa7\x88\xe5\x30\x43\x8e\xeb\x8b\x13\xac\x7d\x73\xd2\xab\x78\x24\x8b\xc3\xd6\x1d\x4f\x86\xb2\xcc\x5c\xb7\x94\x35\xed\xf7\x8c\x5b\x7f\x37\xd3\xde\x02\xda\x9b\x0f\xfe\x51\x40\x86\x26\x7b\x64\xac\x72\x43\x9d\x1a\x75\x51\xd7\x35\xfc\x4c\x94\x43\xac\x6a\x3c\xfa\x81\x1b\xe6\x7e\xac\x15\xf8\xa5\x45\x61\x46\xb1\xcf\x3b\xdc\x74\xf1\x12\x00\x00\xff\xff\x02\x7d\x52\xfb\x04\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\x3d\x6e\x2b\x31\x0c\x84\xfb\x3d\x05\xb1\xfd\xfa\xe1\x75\x81\xda\x14\xe9\x53\xa4\xa7\xe5\x89\x2d\x58\x16\x05\x92\x72\xe0\x9c\x3e\x58\xf9\x3f\x4e\x80\x54\xa2\xc0\x99\x6f\x38\x5c\xd3\x1b\xd4\x92\x94\x40\xba\xe4\xb8\xe0\xe6\x1b\xd1\xf4\xc9\x9e\xa4\x2c\xb6\x4f\xb6\x48\xf2\x6f\xff\x7f\xd8\xa6\xb2\x0a\xf4\x9c\x9b\x39\xf4\x55\x32\x86\x1d\x9c\x57\xec\x1c\x06\x22\x2e\x45\xbc\x5b\x6c\xfe\x12\xdd\x63\xa4\xa2\xd8\x26\xbd\xfb\x0c\xb3\x83\x39\x76\x93\x94\x7c\x08\x34\xba\x36\x8c\xdd\xf2\x53\x7c\x5b\x42\x0b\x1c\xfd\x0a\x6e\x2e\xad\xae\xd8\x71\xe3\x2b\xbc\x43\xa0\x23\x33\x5c\x72\x42\x94\xe2\x2a\x39\x43\xc3\xac\xb0\xca\x11\x93\x21\x36\x4d\x7e\x98\x38\x67\x89\x3d\x62\xba\x0a\x07\x6d\x19\x16\x86\x89\xb8\xa6\x17\x95\x56\x7b\x97\x89\xce\xb6\xbb\x1a\x03\x91\xc2\xa4\x69\xc4\x49\xa6\x5c\xd6\xb8\x92\x6d\x20\xda\x43\x97\xa7\x6d\x54\xb0\xa3\x8f\x6b\x78\x7f\x8f\x5d\x1e\xf3\xc6\xf1\x11\x7e\x29\xf1\x0d\x7b\x66\xe5\x64\x77\xd0\x79\xfc\x60\x8f\x9b\xbf\xe1\xb1\x47\xf1\xdf\x2f\xae\x9d\x74\x83\xff\x0a\x00\x00\xff\xff\xd8\xc9\x05\xc8\x37\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x31\x6f\xb2\x31\x0c\x84\xf7\xf7\x57\x58\xec\x2f\xe8\xdb\x3e\x65\xed\xd0\xbd\x43\x77\x13\x0c\x58\x04\x3b\xb2\x1d\x2a\xf8\xf5\x55\x02\xa2\x14\x75\x68\xa7\x38\x97\xdc\x73\x27\x63\xe5\x77\x32\x67\x95\x04\xb6\xc6\xbc\xc4\x16\x7b\x35\xbe\x60\xb0\xca\xf2\xf0\xdf\x97\xac\xab\xd3\xbf\xe9\xc0\xb2\x49\xf0\x52\x9a\x07\xd9\x9b\x16\x9a\x8e\x14\xb8\xc1\xc0\x34\x01\xa0\x88\xc6\xb0\x78\xbf\x02\x7c\xc7\x68\x25\xf1\x3d\x6f\xa3\xc3\xfc\xec\x41\xc7\x59\xa5\x9c\x13\x2c\xc2\x1a\x2d\x86\xe5\xa7\xf8\xb6\x26\x13\x0a\x1a\x2d\xb0\x85\xb6\xba\xc1\xa0\x07\x9f\xe0\x91\x12\x5c\x99\xe9\x9e\x93\xb2\x4a\x98\x96\x42\x96\xd4\x78\xc7\x32\xf7\x8f\x5e\x31\xd3\xfc\xf5\x36\x59\x2b\xe4\x69\x9a\x01\x2b\xbf\x9a\xb6\x3a\xea\xcf\xb0\xe8\x68\x23\xd7\x66\x99\x6e\xda\x1d\xe0\x13\xc0\x89\x6c\x7d\xd3\x77\x14\xe3\x2c\xec\xd7\xe1\x03\x23\xef\xff\xca\x5c\x6d\x59\xb0\xf0\x85\x9e\x75\x0f\x8c\xf6\x14\x79\xdd\xc2\xef\x22\xe8\x44\x12\x4f\xfe\x6c\xd4\xfd\x7d\xac\xa3\xec\x03\xf4\x33\x00\x00\xff\xff\xa1\xa5\x2c\x10\x12\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x91\x31\x4f\xf3\x30\x10\x86\xf7\xfc\x0a\xab\x7b\x5a\x7d\xdb\x27\xaf\x0c\xec\x0c\xec\x57\xe7\x85\x5a\x75\x7c\xd6\xdd\x39\xa8\xfc\x7a\x14\x27\x82\x52\xc1\x40\x10\x53\xde\x5c\x74\xcf\xfb\xc4\xa6\x12\x1f\x21\x1a\x39\x7b\x27\x47\x0a\x7b\xaa\x76\x62\x89\xaf\x64\x91\xf3\xfe\xfc\x5f\xf7\x91\x0f\xd3\xbf\xee\x1c\xf3\xe0\xdd\x5d\xaa\x6a\x90\x07\x4e\xe8\x46\x18\x0d\x64\xe4\x3b\xe7\x28\x67\xb6\xb6\xa2\xf3\xab\x73\x9f\x31\x5c\x90\xf5\x14\x9f\x6c\x86\xe9\x45\x0d\x63\xcf\x39\x5d\xbc\xdb\x99\x54\xec\xda\xca\x57\xf5\xf5\x08\xc9\x30\x34\x0b\xaa\xc6\xb5\x0c\x64\xb8\xda\xcb\x34\xc2\xbb\x85\xe9\xdf\x7b\x7c\xe0\x6c\xc2\x29\x41\x7c\x99\x7a\x41\xb8\x84\x04\xe9\x3f\xc6\x9d\xd4\x04\xf5\x5d\xef\xa8\xc4\x7b\xe1\x5a\x9a\x79\xef\x76\x33\x55\xa0\x5c\x25\x60\x9d\x95\xf9\x88\xd4\x90\x6d\xe2\x54\x47\x68\xe7\xdc\x04\x39\xae\x9f\x83\x80\x0c\x2d\x0e\x48\x58\xe3\x33\xac\x3d\x53\xd4\x25\x2c\xee\x2d\xbe\x90\x85\xd3\xc6\xee\x83\x1a\x59\xbd\x51\x58\xd9\x9b\x88\x21\x51\x1c\x6f\x78\x7f\x24\xbf\x54\xfd\xfe\x0f\x78\xd8\x76\x05\x3f\x50\xc7\x84\x6c\xdf\xb7\x94\x46\xba\x12\x7f\x0b\x00\x00\xff\xff\xe9\x9b\xd4\x7d\x4a\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x3f\x4f\x03\x31\x0c\xc5\xf7\xfb\x14\x51\xf7\x6b\xc5\x86\xb2\x32\xb0\x33\xb0\xbb\xe9\x2b\x8d\x9a\xb3\x83\xed\x9c\x54\x3e\x3d\xba\x6b\xa1\x2d\x62\x40\xc7\x96\x3f\xfe\xfd\xfc\xa4\x47\x35\xbf\x42\x2d\x0b\xc7\xa0\x5b\x4a\x6b\x6a\x7e\x10\xcd\x1f\xe4\x59\x78\x7d\x7c\xb4\x75\x96\xcd\xf8\xd0\x1d\x33\xef\x62\x78\x2a\xcd\x1c\xfa\x22\x05\xdd\x00\xa7\x1d\x39\xc5\x2e\x04\x62\x16\x9f\x11\x9b\xae\x21\xdc\x6b\xa4\x82\xed\x90\xf7\x3e\xc9\xec\x64\x8e\xa1\x17\x2e\xa7\x18\x56\xae\x0d\xab\x19\xf9\x6d\x7d\xdb\x42\x19\x8e\x39\x05\x35\x97\x56\x77\xe4\xb8\xe1\x98\x06\xc4\x70\x76\xc6\xef\x3d\x31\x09\xbb\x4a\x29\xd0\xa8\x30\x69\x9a\xf0\xde\xc4\xa9\xbf\x7e\x74\xda\x0a\x2c\x76\x7d\xa0\x9a\x9f\x55\x5a\x9d\xb3\xf7\x61\x35\x79\xbf\xa8\xcb\xdb\x9d\xc4\x36\xe6\xe4\xcd\xba\x10\x46\xe8\xf6\x32\x72\x8e\xb6\x44\x77\xef\x29\xd9\xfc\x6f\x16\x83\x8e\x39\x61\x31\x9f\x84\xf7\xf9\x6d\xa0\xfa\x8f\x04\x49\xe1\x8b\x71\x45\x2d\x39\xcd\x5d\x5f\x7b\x59\x6c\xc3\x08\xfe\x99\x25\x29\xa6\x52\xa6\x63\x25\x4f\x87\xdb\xa6\x3e\x03\x00\x00\xff\xff\x38\x4d\x1a\x8b\xfc\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xc1\x4e\xc3\x30\x0c\x86\xef\x7d\x8a\xa8\xf7\x6e\xe2\x86\x72\xe5\xc0\x9d\x03\x77\xb7\x35\x34\x5a\x66\x47\xb6\xd3\x69\x3c\x3d\x6a\x36\x60\xed\xd8\x04\x1a\x9c\x92\x28\xf6\xf7\x7f\xb2\x0c\x29\x3c\xa3\x68\x60\xf2\x4e\x5a\xe8\x56\x90\x6d\x60\x09\x6f\x60\x81\x69\xb5\xb9\xd7\x55\xe0\xf5\x78\x57\x6d\x02\xf5\xde\x3d\xc4\xac\x86\xf2\xc4\x11\xab\x2d\x1a\xf4\x60\xe0\x2b\xe7\x80\x88\xad\xb4\xe8\xf4\x74\x6e\x8e\xe1\x84\xa4\x43\x78\xb1\x09\xa6\x7b\x35\xdc\x36\x4c\x71\xef\x5d\x6d\x92\xb1\x2e\x2d\xdf\xc5\xe7\x16\x85\xd0\xb0\x58\x40\x36\xce\xa9\x07\xc3\x93\x3e\x82\x2d\x7a\x77\x60\xfa\xcf\x1c\xdf\x31\x99\x70\x8c\x28\x5e\x7b\x6a\xbe\x9e\x95\xe4\x88\xea\xab\xc6\x41\x0a\x8f\xc2\x39\x15\xe3\xc6\xd5\x75\x39\x08\x6d\xc7\xb2\x99\x29\x57\xce\x09\x2a\x67\xe9\xf0\x58\xdc\x1d\xe6\x70\x2c\xd6\xca\xb9\x11\xa5\xfd\xf8\x14\x04\xc3\x72\x7d\x45\x2b\xe7\x41\xfb\xc6\xd0\x81\xd5\x34\xb7\x84\x76\x39\xb0\xc7\x88\x8b\xec\x18\x74\x26\x31\x5d\x77\x60\xdd\x70\xa3\x0e\xa1\x4d\xc3\xd7\x04\x1d\xfe\xab\xd0\x22\x37\x71\xbf\x88\x9b\x81\x7f\xc4\x50\x94\x31\x9c\x69\x9f\x09\xfe\xc2\xea\xd2\x28\x6e\x62\x72\xff\xe7\xb8\xb5\x1a\x58\x5e\x50\xaf\xae\xe7\x82\x82\x23\xd2\x95\x05\x4c\xc5\xe7\x04\xfa\x1e\x00\x00\xff\xff\x73\xab\x62\xa9\x62\x04\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xb1\x4e\x03\x31\x0c\x06\xe0\xfd\x9e\xc2\xea\x9e\x56\x6c\x28\x2b\x03\x3b\x03\xbb\x9b\x1a\x6a\x35\xb5\x23\xdb\x39\x54\x9e\x1e\x35\x3d\xa0\x54\x0c\xb0\xf9\x7c\xfa\x3f\xff\xc1\xc6\xcf\x64\xce\x2a\x19\x6c\x8b\x65\x8d\x3d\xf6\x6a\xfc\x8e\xc1\x2a\xeb\xc3\xbd\xaf\x59\x37\xf3\xdd\x74\x60\xd9\x65\x78\xa8\xdd\x83\xec\x49\x2b\x4d\x47\x0a\xdc\x61\x60\x9e\x00\x50\x44\x63\x44\xfc\xfc\x09\xf0\x93\xd1\x46\xe2\x7b\x7e\x89\x33\xe6\x27\x0f\x3a\x26\x95\x7a\xca\xb0\x0a\xeb\xb4\x1a\x91\xdf\xce\xf7\x2d\x99\x50\xd0\x68\x81\x3d\xb4\xb7\x1d\x06\x5d\xe5\x04\x8f\x94\xe1\x62\xe6\xaf\x3b\xb9\xa8\x84\x69\xad\x64\xd9\xc9\x66\x2e\x94\x58\x5e\x8d\xdc\x13\xb7\xf4\xfd\x77\xb2\x5e\xc9\xf3\x94\x00\x1b\x3f\x9a\xf6\x36\x1e\x90\x60\x75\xc6\x8d\x5c\xbb\x15\x5a\x76\x8b\xe4\x13\xc0\x4c\xb6\x5d\xb6\x95\x3d\xc6\x70\xe9\x36\xc6\x37\x8c\xb2\xff\x1f\xba\xf1\xc0\xe8\x37\xf6\x42\xfe\x09\xa2\x99\x24\x6e\xf2\xc5\xe8\xb3\x52\x1b\x95\xae\xd0\x8f\x00\x00\x00\xff\xff\x0a\x42\x86\x15\xfb\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\xb1\x4e\x03\x31\x0c\x06\xe0\xfd\x9e\x22\xea\x7e\x45\x6c\x28\x2b\x03\x3b\x03\xbb\x9b\xfb\x69\xa3\xa6\x76\x64\x3b\x87\xca\xd3\xa3\x4b\x0f\x28\x08\x21\x06\xa6\x38\x8e\xfc\xfd\x0e\xd5\xfc\x04\xb5\x2c\x1c\x83\xee\x28\x6d\xa9\xf9\x41\x34\xbf\x92\x67\xe1\xed\xf1\xce\xb6\x59\x6e\xe6\xdb\xe1\x98\x79\x8a\xe1\xbe\x34\x73\xe8\xa3\x14\x0c\x27\x38\x4d\xe4\x14\x87\x10\x88\x59\xbc\x8f\xd8\x72\x0d\xe1\x2b\x23\x15\x6c\x87\xfc\xec\x0b\x66\x67\x73\x9c\x46\xe1\x72\x8e\x61\xe3\xda\xb0\xe9\x23\x3f\xc5\xb7\x1d\x94\xe1\xe8\x5b\x50\x73\x69\x75\x22\xc7\xd5\x1c\xd3\x09\x31\x5c\xcc\xf8\x91\x13\x93\xb0\xab\x94\x02\x8d\x06\x9d\x73\xc2\xd8\x4f\xde\x8f\x09\xea\xe3\xe7\xfb\xa0\xad\xc0\xe2\x30\x06\xaa\xf9\x41\xa5\xd5\xfe\x85\x31\x6c\x16\x5e\x61\xd2\x34\x61\xed\xad\x96\x0d\x21\xcc\xd0\xdd\xda\x2d\xd9\xbc\x17\x97\xed\x7a\xf9\x42\x9e\x0e\x7f\x45\x93\xc2\xbf\x99\x49\xf1\x4e\x4d\x28\x58\xcb\x3d\xfc\x3f\x12\x31\x83\x7f\x09\xac\x5d\xba\xe2\xdf\x02\x00\x00\xff\xff\x68\x5a\xf5\x8c\x26\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xb1\x4e\x33\x31\x10\x84\x7b\x3f\xc5\x2a\xfd\xe5\xd7\xdf\x21\xb7\x14\xf4\x14\xf4\x1b\xdf\x40\xac\x38\x5e\x6b\x77\x7d\x28\x3c\x3d\x8a\xef\x04\x44\x20\x44\xe5\xf1\xae\xe6\x9b\x59\x6e\xf9\x09\x6a\x59\x6a\x24\x3d\x70\xda\x73\xf7\xa3\x68\x7e\x63\xcf\x52\xf7\xa7\x3b\xdb\x67\xf9\xb7\xfc\x0f\xa7\x5c\xe7\x48\xf7\xa5\x9b\x43\x1f\xa5\x20\x9c\xe1\x3c\xb3\x73\x0c\x44\x5c\xab\xf8\xb0\xd8\xf5\x4b\x74\x8b\x91\x86\x6a\xc7\xfc\xec\x57\x98\x5d\xcc\x71\x9e\xa4\x96\x4b\xa4\x9d\x6b\xc7\x6e\x58\x7e\x8a\xef\x07\x68\x85\x63\xb4\xe0\xee\xd2\xdb\xcc\x8e\x2f\xbe\xca\x67\x44\x5a\x99\xf1\x23\x27\x26\xa9\xae\x52\x0a\x34\x1a\x74\xc9\x09\x9c\x92\xf4\xea\xd3\xe7\x26\x68\x2f\xb0\x18\x26\xe2\x96\x1f\x54\x7a\x1b\xe5\x27\xda\x5d\xc1\x0a\x93\xae\x09\xdb\xec\x96\x62\x81\x68\x81\x1e\xb6\x65\x52\xb0\x63\xc8\x19\x05\x9b\x7c\x81\x8f\xb7\x64\x5b\x45\x63\x4f\xc7\xa1\xd6\x33\x86\x7c\x1d\xc3\x3f\x75\xc0\x82\xdf\xa2\xbf\xe1\xdf\x03\x00\x00\xff\xff\xfe\x87\x5d\x48\xdd\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xbf\x4e\x33\x31\x10\xc4\xfb\x7b\x8a\x55\xfa\xcb\xa7\xaf\x43\x6e\x29\xe8\x29\xe8\x37\xbe\x81\x58\x71\xbc\xd6\xee\xfa\x50\x78\x7a\x14\x5f\x04\x84\x10\x04\xa2\xf2\xf8\xcf\xcc\x6f\xd6\x5c\xd3\x03\xd4\x92\x94\x40\xba\xe1\xb8\xe6\xe6\x5b\xd1\xf4\xc2\x9e\xa4\xac\x77\x37\xb6\x4e\xf2\x6f\xfe\x3f\xec\x52\x99\x02\xdd\xe6\x66\x0e\xbd\x97\x8c\x61\x0f\xe7\x89\x9d\xc3\x40\xc4\xa5\x88\x77\x8b\x1d\xb7\x44\xe7\x31\x52\x51\x6c\x9b\x1e\xfd\x18\x66\x07\x73\xec\x47\x29\xf9\x10\x68\xe5\xda\xb0\xea\x96\xaf\xf0\x6d\x03\x2d\x70\xf4\x16\xdc\x5c\x5a\x9d\xd8\xf1\xc1\x57\x78\x8f\x40\x4b\x66\x78\xe3\x84\x28\xc5\x55\x72\x86\x06\x83\xce\x29\x82\x63\x94\x56\x7c\xac\x2d\xe7\xd1\x10\x15\x6e\xe3\xfb\xb3\x41\x5b\x86\x85\x61\x24\xae\xe9\x4e\xa5\xd5\x3e\xc9\x48\xab\x23\x45\x61\xd2\x34\xe2\x74\x76\x1e\x69\x03\xd1\x0c\xdd\x9c\x2e\xa3\x82\x1d\x5d\x3e\xc1\xfb\x9a\x93\x2d\x62\xa9\xdf\xe5\x33\x7b\xdc\xfe\x14\xd7\xdb\x5e\xc5\x4c\xc8\xb8\x46\xac\x1d\xf3\x17\x76\x1f\xf5\x13\xfc\x02\xf3\x8b\x44\xcc\xf8\xee\xcf\x2e\x0a\xbf\x06\x00\x00\xff\xff\x85\x81\x4c\xb5\xa3\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xbd\x6e\x2a\x41\x0c\x85\xfb\x79\x0a\x8b\x7e\x41\xb7\xbb\x9a\x36\x45\xfa\x14\xe9\xbd\xc3\x89\x98\x30\x6b\xaf\x6c\x0f\x11\x79\xfa\x88\x05\x92\x10\x28\x2d\x9f\x9f\x4f\x87\xe7\xfa\x0a\xf3\xaa\x92\xc9\x46\x2e\x6b\xee\xb1\x53\xab\x9f\x1c\x55\x65\xbd\xff\xef\xeb\xaa\x9b\xc3\xbf\xb4\xaf\xb2\xcd\xf4\xd4\xba\x07\xec\x45\x1b\xd2\x84\xe0\x2d\x07\xe7\x44\xc4\x22\x1a\x8b\xc5\x4f\x27\xd1\x6d\x8c\xce\x10\xdf\xd5\xb7\x38\x85\xf9\xd1\x03\xd3\xa0\xd2\x8e\x99\x56\x61\x1d\xab\xc5\xf2\xa8\xbe\x8f\x30\x41\x60\xa1\xe0\x1e\xda\xe7\x2d\x07\x7e\xf9\x84\x27\x64\x3a\x67\xe6\xef\x9e\x5c\x54\xc2\xb4\x35\x58\x0e\x4c\x73\xe3\xc0\x50\xc5\x83\xa5\x60\xf8\x79\x26\xeb\x0d\x9e\xd3\x40\x3c\xd7\x67\xd3\x3e\x2f\xfc\x03\x3d\x9a\x21\x11\x19\x5c\xbb\x15\x5c\x54\xde\xc7\x77\x94\xe0\x52\xe0\x6e\x38\x54\x7c\x78\x22\x3a\xc0\xc6\x8b\xa2\x18\x38\x70\x9f\x7f\x85\xba\x99\xe6\xbe\xe0\x2a\xbb\xa2\xfb\xc6\x83\xa3\xff\x29\x39\x8f\x92\xbe\x02\x00\x00\xff\xff\x97\x7e\x7e\xa9\xcc\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x91\x5d\x0e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\x19\x84\x88\x4c\x0a\x24\x15\x20\xf9\xfa\x22\x4e\xd3\xd6\x45\x46\x02\xf7\xee\xf1\xb0\xf1\x27\x99\xb3\x4a\x01\x1b\x71\x1a\xb0\xc7\x51\x8d\xaf\x18\xac\x32\x9c\x5e\x7d\x60\xdd\x9f\x5f\xd2\x89\x65\x2e\xf0\x56\xbb\x07\xd9\x87\x56\x4a\x0b\x05\xce\x18\x58\x12\x00\x8a\x68\xac\x88\xdf\x4e\x80\x6d\x8d\x36\x12\x3f\xf2\x21\x6e\x65\x7e\xf1\xa0\x25\xab\xd4\x4b\x81\x5d\x58\xa7\xdd\x8a\x3c\xd3\xf7\x91\x4c\x28\x68\xfd\x02\x7b\x68\x6f\x33\x06\xfd\xe1\x04\x17\x2a\x70\xef\x2c\x3f\x9e\x32\xa9\x84\x69\xad\x64\x25\x68\x69\x15\x83\x32\x8b\x07\xca\x44\xf9\xc0\x82\x95\xaf\x64\xf9\x37\x96\xac\x57\xf2\x92\x32\x60\xe3\x77\xd3\xde\xd6\x25\x19\x1e\xf8\x66\x44\x02\x30\x72\xed\x36\xd1\xbf\xd8\x43\xe2\x7b\x0f\x8c\xee\x09\xe0\x4c\x36\x7e\xa7\xee\xef\xa7\xaf\x00\x00\x00\xff\xff\x71\x22\x52\x14\x76\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x31\x8f\xdb\x30\x0c\x85\x77\xff\x0a\x21\xbb\x73\xe8\x56\x68\xed\xd0\xbd\x43\x77\x5a\x79\x49\xd4\xc8\xa4\x41\x52\x3e\xdc\xfd\xfa\x22\x4a\x52\xa4\x77\xc6\x39\xc0\xdd\x64\x1a\x20\xdf\xf7\xf8\x24\xd1\x94\x7f\x43\x2d\x0b\xc7\xa0\x03\xa5\x2d\x55\x3f\x8a\xe6\x57\xf2\x2c\xbc\x3d\x7d\xb7\x6d\x96\xa7\xf9\x5b\x77\xca\xbc\x8b\xe1\x47\xa9\xe6\xd0\x5f\x52\xd0\x8d\x70\xda\x91\x53\xec\x42\x20\x66\xf1\x36\x62\xe7\xdf\x10\xfe\x97\x91\x09\x6c\xc7\xbc\xf7\xb3\x98\xbd\x98\x63\xec\x85\xcb\x4b\x0c\x1b\xd7\x8a\x4d\x1b\x59\xc2\xd7\x01\xca\x70\x34\x17\x54\x5d\xea\xb4\x23\xc7\xdd\x1c\xd3\x88\x18\x2e\x9a\xf1\x1f\x27\x26\x61\x57\x29\x05\x1a\x1d\xe3\x54\xc8\xd1\x1b\x74\xce\x09\xfd\xa0\x72\x82\x76\x5a\x0b\x2c\x76\x7d\xa0\x29\xff\x54\xa9\x53\xb3\xde\x87\xa5\x04\xba\x10\x14\x26\x55\x13\xae\x5d\x56\x87\x3f\x48\x4e\x29\xc1\x4c\x31\x67\x3c\x5b\x17\xc2\x0c\x1d\xae\x1d\x49\x41\x8e\x35\xfd\xfb\x68\xbe\x92\x72\xdb\x7a\x05\x70\xc9\xe2\xd6\x9c\xd9\x9c\x38\x61\x99\x71\x2e\x77\x28\xb8\x96\x07\x78\xfb\x5e\x8e\xe4\xab\x1d\x3c\xed\x33\x53\xc9\xaf\xd0\x37\x66\x3e\x89\x5b\x59\x95\xcc\xf2\x81\x57\xb6\xfe\x2c\xfb\x0d\xf3\x16\x64\xc9\x76\x29\x9e\xc9\xd3\xf1\x3d\x65\xb3\x59\xb8\x20\x48\x0a\x7f\xf8\xbc\x1e\xd2\x4c\xc2\xfb\x7c\x18\x69\xb2\x2b\xa2\x3d\x9b\x05\xd3\x0f\xa9\xa9\xd4\xc5\x8d\xdf\x0d\xb7\xc6\x95\x04\x1f\x16\x5b\x72\x82\x19\xfc\x41\x54\x53\x4b\xfd\xee\x8a\xfd\x0d\x00\x00\xff\xff\x3e\x70\x8a\x41\x1c\x05\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xbd\x6e\xeb\x30\x0c\x46\x77\x3f\x85\x90\xdd\x09\xee\x76\xa1\xb5\x43\xf7\x0e\xdd\x15\x99\x49\x88\xc8\xa4\x40\x52\x69\xd3\xa7\x2f\x24\x07\xf9\x41\x8d\xb6\x30\x3a\x09\x22\xc0\x73\x3e\x91\x0a\x19\x5f\x41\x14\x99\xbc\x93\x6d\x88\xeb\x50\xec\xc0\x82\x1f\xc1\x90\x69\x7d\xfc\xaf\x6b\xe4\xcd\xe9\x5f\x77\x44\x1a\xbc\x7b\x4a\x45\x0d\xe4\x85\x13\x74\x23\x58\x18\x82\x05\xdf\x39\x17\x88\xd8\x5a\x8b\xd6\xab\x73\x8f\x18\xce\x40\x7a\xc0\x9d\x55\x98\x9e\xd5\x60\xec\x99\xd2\xd9\xbb\x95\x49\x81\x55\x6b\x99\xd3\x97\x2d\x08\x81\x41\x4b\x11\x8a\x71\xc9\x43\x30\xb8\xeb\xa3\x30\x82\x77\x13\xd3\x5f\x3d\x3e\x32\x99\x70\x4a\x20\xbe\x10\x0e\x09\x69\xdf\xdf\x6a\x9d\x94\x04\xea\xbb\xde\x85\x8c\xcf\xc2\x25\xb7\xd8\xbd\x5b\x55\xa4\x80\x72\x91\x08\x97\x1a\xd0\x90\x19\xc9\xb4\xdd\x04\x72\xc2\xd8\xe2\xdd\x78\xba\xd1\x18\x12\x74\xce\x9d\x40\xb6\x97\xbe\x3d\x58\x3b\xa7\xc8\xbf\x73\xcd\xd3\xe7\xb9\x39\x58\x3c\xfc\x6c\xa8\xd5\xac\x0f\x2b\xf8\xea\x1d\x20\x27\x3e\x8f\x40\x16\x99\x76\xb8\x5f\xac\xac\xae\x69\x6a\xef\x06\x54\xff\x95\x7e\x67\xbb\x0d\xee\xfa\x76\x05\x5b\x3e\xce\x65\x8f\xfd\xab\xed\xc1\x09\xa6\x6f\x72\xc7\x49\xa8\x13\xe8\xad\xcd\x6e\x31\x27\x0a\xd4\x1c\xb3\x5b\xf8\x0c\x00\x00\xff\xff\x03\x22\x63\x61\xc5\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x50\xbb\x6e\xc3\x30\x0c\xdc\xf5\x15\x44\xc6\x02\x96\x93\x4c\x85\xd6\xae\x9d\x02\xb4\x3b\x1d\xb3\x89\x1a\x87\x34\x44\xca\x41\xfa\xf5\x85\x9f\x71\xd0\x6e\x77\x07\xde\x43\xc2\x36\x7e\x52\xd2\x28\x1c\x20\x55\x78\xf4\x98\xed\x2c\x29\xfe\xa0\x45\x61\x7f\x79\x55\x1f\xa5\xec\x76\xee\x12\xb9\x0e\xf0\xd6\x64\x35\x4a\x07\x69\xc8\x5d\xc9\xb0\x46\xc3\xe0\x00\x90\x59\x6c\xb0\x68\x4f\x01\x9e\x63\xa4\x25\xd6\x73\xfc\xb2\x3e\x4c\xef\x6a\x74\x2d\x84\x9b\x7b\x80\x8d\xa5\x4c\x9b\xc1\xf2\x5f\x7d\xae\x28\x31\x19\x0d\x2b\x30\x9b\xe4\xb6\x46\xa3\x95\x8f\xf1\x4a\x01\xc6\xcc\xb0\xf4\x84\x3a\xea\x51\x3a\x4a\x77\x97\x72\x43\x1a\x5c\x01\x2c\x7c\x20\x95\x9c\x8e\xf4\x71\x78\x1f\x76\x16\x50\x76\xe3\xeb\x9f\x48\xf9\x32\x52\x6c\xe3\x02\x56\x9a\x3e\xd0\xac\xca\x72\x2a\xab\xdb\x7e\x4e\x4f\xbb\xfd\xc8\xf5\x86\xa7\x13\xa5\xe5\xf6\xc1\x67\xc7\xa4\xf8\x6f\x9d\x27\x4d\x4a\xb1\xf7\x5b\xbf\xf5\x6d\x55\x74\xbb\x29\x5c\x1f\x9d\x3d\x2c\x47\xec\x6f\xd4\x34\xc5\x85\xe5\xc6\x7f\x84\xb9\xc5\x01\x74\x94\xaa\xe9\x0b\x4e\x64\xee\x37\x00\x00\xff\xff\xf2\xf9\xcc\x3b\x07\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x41\x4b\xc4\x30\x10\x85\xef\xf9\x15\xc3\x1e\x85\x6e\xf1\x26\xb9\x7a\xf5\x54\xd0\xfb\xb4\x7d\xba\xa1\xe9\x4c\x99\x4c\x0a\xeb\xaf\x97\x4d\x55\x5c\xf0\x34\x09\xbc\xf7\xbd\x8f\xb7\xf4\x06\x2b\x49\x25\x92\x8d\x3c\x9d\xb9\xfa\x45\x2d\x7d\xb2\x27\x95\xf3\xf2\x54\xce\x49\xfb\xfd\x31\x2c\x49\xe6\x48\xcf\xb9\x16\x87\x0d\x9a\x11\x56\x38\xcf\xec\x1c\x03\x11\x8b\xa8\xb7\x4a\xb9\x7d\x89\xee\x31\xba\x41\xca\x25\xbd\xfb\x0d\x56\xae\xc5\xb1\x76\x2a\xf9\x1a\xe9\xe4\x56\x71\x6a\x95\xff\xe6\xeb\x08\x13\x38\x9a\x05\x57\xd7\xba\xcd\xec\xf8\xd3\x13\x5e\x11\xe9\x60\xc6\xdf\x9d\xe8\x58\xb7\xcc\x8e\x02\xdb\xd3\x84\xd1\x74\x81\x75\x53\x4e\x10\x0f\x56\x33\x4a\x0c\x1d\x89\xca\x80\xa2\xd5\x26\xbc\x0e\x2f\x4d\xbd\xa3\xfe\x08\x97\xfe\x87\x71\xaf\xff\x10\x88\x76\xd8\xf8\x9d\x9e\x91\xe1\x68\xcf\x0f\x78\xbb\x5b\x3d\xee\xe1\x1a\xbe\x02\x00\x00\xff\xff\xda\xb9\x46\x3d\x63\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\xb1\x6e\xc3\x30\x0c\x44\x77\x7f\x85\x90\xdd\x29\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\x2f\x89\x10\x59\x14\x48\xca\x45\xfa\xf5\x85\x65\x03\x4d\x9c\xa2\x43\x33\x99\x16\x75\xf7\xc8\x83\x28\x87\x0f\x88\x06\x4e\xde\x49\x47\xfd\x9e\x8a\x9d\x58\xc2\x17\x59\xe0\xb4\x3f\xbf\xe8\x3e\xf0\xd3\xf4\xdc\x9c\x43\x1a\xbc\x7b\x8d\x45\x0d\xf2\xce\x11\xcd\x08\xa3\x81\x8c\x7c\xe3\x1c\xa5\xc4\x56\x25\x3a\xff\x3a\x77\x6b\xc3\x19\x49\x4f\xe1\x60\xb3\x99\x5e\xd4\x30\xb6\x9c\xe2\xc5\xbb\x9d\x49\xc1\xae\x4a\x7e\xc3\x97\x0e\x92\x60\xa8\x53\x50\x31\x2e\x79\x20\xc3\x95\x2e\x52\x87\xb8\x42\x6f\xaf\x77\xcc\xa6\x26\x94\x73\x48\xc7\x65\xbb\x76\xc0\x81\x4a\x34\x6d\x9c\x4b\x34\xc2\xbb\x65\x18\x9f\xe7\x0c\xd4\x90\xac\x9d\x38\x96\x11\x6d\x16\x9e\xc2\x9c\x0b\xa4\x91\x12\xa1\xbe\x69\x1d\xe5\xf0\x26\x5c\x72\xe5\xb5\x6e\x37\x0f\x20\x50\x2e\xd2\x63\x3d\xfb\x71\x5a\x8c\x66\xd4\x04\xe9\xd6\x76\x2f\x20\x43\x2d\x07\x44\xac\xe5\x11\x56\xbf\x31\xe8\x52\x7c\x92\xf5\xa7\xff\x01\xfb\x48\x61\xdc\x50\xef\xfc\x97\x18\xff\x42\xa9\xb1\xd0\x11\xeb\x0b\xb8\xc7\xae\xfd\x3e\x92\xea\x76\xc9\x47\xd6\xc1\x84\x64\x1b\xbf\x07\xe5\x57\x99\xe7\xea\x74\x95\xc0\x77\x00\x00\x00\xff\xff\x52\x56\x61\x6c\x00\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\x3f\x6f\x02\x31\x0c\xc5\xf7\xfb\x14\x11\x3b\xa0\x6e\x55\xd6\x0e\xdd\x3b\x74\x37\x77\xaf\x87\x45\xfe\xd5\x76\x90\xe8\xa7\xaf\x12\xa8\x54\x4e\xb0\xdd\x94\xd8\xca\x7b\xbf\x67\x87\x0a\x7f\x42\x94\x73\xf2\x4e\x0e\x34\xee\xa8\xda\x31\x0b\xff\x90\x71\x4e\xbb\xd3\xab\xee\x38\xef\xcf\x2f\xc3\x89\xd3\xe4\xdd\x5b\xa8\x6a\x90\x8f\x1c\x30\x44\x18\x4d\x64\xe4\x07\xe7\x28\xa5\x6c\x5d\xa2\xad\x74\xee\xde\x26\x17\x24\x3d\xf2\x97\x35\x33\xbd\xa8\x21\x6e\x73\x0a\x17\xef\x36\x26\x15\x9b\x2e\x79\x84\xaf\x07\x48\x82\xa1\xa7\xa0\x6a\xb9\x96\x89\x0c\xff\x74\x89\x22\xbc\xbb\x7a\x7a\xc1\xcc\x6a\x72\x19\xa4\x06\xa8\x1f\xb6\x8e\x0a\xbf\x4b\xae\xa5\xc7\xda\xba\x4d\x93\x08\x34\x57\x19\x71\xeb\x71\xa4\x19\x6a\x02\x8a\xda\x1b\x81\x23\x9b\x50\x9a\x71\xad\xff\xde\x7f\xd7\x6c\xd4\x5a\x67\xc8\xe1\x26\x0e\xac\xf6\x04\x73\x73\xbe\x1b\xfe\x19\x7d\x19\xc4\x68\x5e\x80\x26\x04\x18\xfa\x75\xc6\x1a\xc8\xce\x79\x4c\xd7\xbd\x62\x14\xd8\x22\xc2\x3a\xdc\x47\x3b\x5f\x40\xda\x79\xfd\xe8\xb5\xe6\x8c\x54\x0a\xa7\xe5\x4e\x47\x41\x63\xfc\x06\x00\x00\xff\xff\xa9\x95\x57\x26\x04\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemRegistryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-registry.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemRegistryYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\x03\x41\x0c\xc5\xf1\x7e\x4e\x61\xa5\xcf\x22\x3a\x34\x2d\x37\xa0\xa0\x77\x76\x1f\xca\x28\x5e\x7b\xe4\x0f\xa4\x70\x7a\x94\xa5\x01\x89\xd2\xc5\xff\xe7\xc7\x73\xbc\xc3\x63\x98\x76\xf2\x0b\xaf\x0b\x57\x5e\xcd\xc7\x17\xe7\x30\x5d\x6e\x2f\xb1\x0c\x7b\xfa\x7c\x6e\xb7\xa1\x5b\xa7\x57\xa9\x48\xf8\x9b\x09\xda\x8e\xe4\x8d\x93\x7b\x23\x62\x55\xcb\x23\x89\xc7\x49\xf4\x97\xb1\x09\x8d\xeb\xf8\xc8\x07\x16\xf7\x48\xec\x67\x53\xb9\x77\x3a\xa5\x17\x4e\x47\xf2\xdf\xfb\xba\xc0\x15\x89\x63\x05\x57\x5a\xcd\x8d\x13\xbf\x3a\xe5\x1d\x9d\x7e\xcc\xee\x98\x32\x56\x0e\xe4\x79\x35\x4d\x37\x11\x78\xf3\x12\x44\x27\x2d\x91\xf6\x1d\x00\x00\xff\xff\xa1\xc9\xa6\xb0\xf0\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x3d\x4e\xc4\x40\x0c\x86\xe1\x7e\x4e\x61\x6d\xbf\x41\x74\x68\x5a\x6e\x40\x41\xef\x4d\x8c\xd6\x5a\xc7\x1e\xf9\x07\x29\x9c\x1e\x65\x68\x40\xa2\x74\xf1\xbc\xfe\x70\xf0\x3b\x79\xb0\x69\x07\xbf\xe1\xba\x60\xe5\xdd\x9c\xbf\x30\xd9\x74\x79\xbc\xc4\xc2\xf6\xf4\xf9\xdc\x1e\xac\x5b\x87\x57\xa9\x48\xf2\x37\x13\x6a\x3b\x25\x6e\x98\xd8\x1b\x00\xaa\x5a\x4e\x12\xe7\x09\xf0\x37\x63\x83\x34\xee\xfc\x91\x67\x2c\x8e\x48\xda\xaf\xa6\x72\x74\xb8\xa4\x17\x5d\x26\xf9\xef\x7d\xdd\xc8\x95\x92\xe6\x0a\xac\xb4\x1a\x1b\x26\xfd\x72\x8a\x3b\x75\xf8\x69\x76\xa7\x21\xbc\x4e\x7b\x5d\x4d\xd3\x4d\x84\xbc\x79\x09\x45\x07\x2d\x91\xf6\x1d\x00\x00\xff\xff\x79\xb4\x32\x54\xf1\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemRouterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x85\x90\xdd\x09\xba\x15\x5a\x3b\x74\xef\xd0\x9d\x96\xaf\x88\x1a\x87\x34\x48\xca\x41\xfa\xf4\x85\x95\x0c\xf9\x1b\x9a\x6e\x36\xa1\xfb\xee\x74\x14\x4d\xe5\x13\x6a\x45\x38\x45\xed\x29\xaf\xa9\xfa\x56\xb4\xfc\x90\x17\xe1\xf5\xee\xd5\xd6\x45\x36\xf3\x4b\xd8\x15\x1e\x52\x7c\x1b\xab\x39\xf4\x43\x46\x84\x3d\x9c\x06\x72\x4a\x21\x46\x62\x16\x6f\x12\x5b\x7e\x63\xbc\xc6\xc8\x04\xb6\x6d\xf9\xf2\x05\x66\x47\x73\xec\x3b\xe1\xf1\x98\xe2\xca\xb5\x62\xd5\x24\x8f\xec\x6b\x0f\x65\x38\x5a\x0a\xaa\x2e\x75\x1a\xc8\x71\xa1\x63\xda\x23\xc5\x13\x33\xa9\x54\x87\x06\xad\x23\x2c\x85\x2e\xd2\x54\xde\x55\xea\xd4\x42\x75\x71\xb5\x08\x14\x26\x55\x33\xce\x33\xf0\x30\x49\x61\xb7\x10\xe3\x0c\xed\xcf\xe3\xb1\x98\xb7\x8f\x03\x79\xde\xfe\x0d\x65\xd0\xb9\x64\x3c\x49\x5a\x6e\x0c\xf6\x92\x2f\x1b\xbf\x87\xbb\xec\xc0\x8a\xb9\xe0\x70\x63\x90\x15\xe4\x78\x0c\xbe\xdd\xe4\x83\xd0\xb5\xff\x46\x76\xca\x19\x66\x4f\xf1\x5b\x05\x5d\x6c\x9d\x5f\x6d\xf8\xde\xa4\x9d\xf9\x4f\xc3\xcf\xe0\x37\xe6\xe4\xf5\xc6\xe5\xf4\x5e\xc2\x6f\x00\x00\x00\xff\xff\xef\x9c\x2d\x13\xe7\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemRouterYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemRouterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-router.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemRouterYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemRouterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-router.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x6e\xc3\x30\x0c\x05\x77\x7d\x05\x91\xdd\x0e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\x5f\x11\x21\x36\x29\x90\x54\xd0\xf4\xeb\x8b\xa8\x01\xea\x02\xcd\x28\x40\x77\xbc\xc7\xb5\xbc\xc3\xbc\xa8\x64\xb2\x89\xe7\x91\x5b\x9c\xd4\xca\x17\x47\x51\x19\xcf\xcf\x3e\x16\x3d\x5e\x9e\xd2\xb9\xc8\x92\xe9\x65\x6d\x1e\xb0\x37\x5d\x91\x36\x04\x2f\x1c\x9c\x13\x11\x8b\x68\x74\xc4\x6f\x4f\xa2\xbf\x1a\xad\x10\x3f\x95\x8f\xb8\xc9\xfc\xea\x81\x6d\x50\x59\xaf\x99\x0e\x61\x0d\x87\x8e\xfc\x77\xbe\x4d\x30\x41\xa0\x57\x70\x0b\x6d\x75\xe1\xc0\x8e\x13\xde\x90\xe9\xc7\x99\x7d\xd6\x8a\xa1\x6c\x15\xe6\x2a\xdd\x91\xac\xad\xf0\x9c\x06\xe2\x5a\x5e\x4d\x5b\xed\x85\x43\x2f\x84\x44\x99\xf7\x4b\x13\x91\xc1\xb5\xd9\x8c\xfb\xb7\xe6\x30\x7c\x86\xb1\x1f\xbb\xdd\xc7\xc7\xd3\x12\xd1\x05\x36\xdd\xc9\xdf\x0c\xa4\xef\x00\x00\x00\xff\xff\x12\x85\x0e\x74\x67\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYaml, - "ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemSdnManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\xbd\x6e\xeb\x30\x0c\x85\x77\x3f\x85\xe0\xdd\xb9\xb8\x5b\xa1\xb5\x43\xf7\x0e\xdd\x69\xfb\x34\x16\x62\x93\x02\x49\x25\x48\x9f\xbe\xb0\xec\x02\x4d\x90\x4c\x9d\x48\x09\xe7\xe7\x13\x44\x39\x7d\x40\x2d\x09\xc7\xa0\x3d\x0d\x07\x2a\x3e\x89\xa6\x2f\xf2\x24\x7c\x38\xbd\xd8\x21\xc9\xbf\xf3\xff\xe6\x94\x78\x8c\xe1\x75\x2e\xe6\xd0\x77\x99\xd1\x2c\x70\x1a\xc9\x29\x36\x21\x10\xb3\x78\xb5\xd8\x7a\x0c\xe1\x36\x46\x32\xd8\xa6\xf4\xe9\x6b\x98\x5d\xcd\xb1\x74\xc2\xf3\x35\x86\xd6\xb5\xa0\xad\x96\x47\xf5\xa5\x87\x32\x1c\x95\x82\x8a\x4b\xc9\x23\x39\x7e\xf9\x98\x16\xc4\xb0\x65\x46\x1b\xb9\x5b\x88\xe9\x08\x6d\xb4\xcc\xb0\xd8\x74\x81\x72\x7a\x53\x29\xb9\x92\x75\xa1\x6d\xeb\x60\xf8\x45\xf4\x74\x83\xd6\x84\xa0\x30\x29\x3a\x60\x17\x4f\x62\x6e\xa5\x67\xb8\xfd\xb8\xd6\x42\xcb\x34\x60\xbd\x39\x43\xfb\x5d\x3a\x28\xc8\x51\xd7\x11\x33\xf6\xf5\x08\xaf\x73\x4e\xb6\x2d\x17\xf2\x61\xfa\x23\xd5\xb0\xfd\xc2\x2e\x7e\xce\xb1\x96\x3f\x6e\xba\x0b\x64\x19\xef\x9f\xf3\x04\xfc\x3b\x00\x00\xff\xff\xe1\x6d\x86\x66\x30\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemSdnManagerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemSdnManagerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemSdnManagerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemSdnManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemSdnReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x31\x4f\xc3\x40\x0c\x85\xf7\xfc\x8a\x53\xf6\x14\xb1\xa1\xac\x0c\xec\x0c\xec\x4e\xf2\x68\x4e\x4d\xed\x93\xed\x6b\x29\xbf\x1e\xe5\x12\x24\x5a\x8a\x04\x95\x98\xec\x28\x7e\xdf\x7b\x27\x9b\x52\x7c\x81\x5a\x14\x6e\x83\x76\xd4\x6f\x28\xfb\x28\x1a\xdf\xc9\xa3\xf0\x66\xf7\x60\x9b\x28\x77\x87\xfb\x6a\x17\x79\x68\xc3\xe3\x94\xcd\xa1\xcf\x32\xa1\xda\xc3\x69\x20\xa7\xb6\x0a\x81\x98\xc5\x8b\xc4\xe6\xcf\x10\xce\x31\x92\xc0\x36\xc6\x57\x9f\x61\x76\x32\xc7\xbe\x11\x9e\x4e\x6d\xa8\x5d\x33\xea\x22\xb9\x66\x9f\x3b\x28\xc3\x51\x52\x50\x76\xc9\x69\x20\xc7\x17\x1d\xd3\x1e\x6d\x58\x98\xad\x0d\xdc\x28\x68\x80\x56\x9a\x27\x58\x5b\x35\x81\x52\x7c\x52\xc9\xa9\x04\x6b\x42\x5d\x97\xc2\xf0\xa3\xe8\xee\x2c\x59\x15\x82\xc2\x24\x6b\x8f\x75\x18\x5b\x85\xd9\x3a\x9b\x64\x8a\x7d\x84\x95\x3f\xa3\x98\x5b\xee\x18\x6e\x9f\xbc\x39\x89\x25\xea\xcb\xc4\x01\xda\xad\x90\x2d\xbc\xd4\x29\xda\xd2\x1c\xc9\xfb\xf1\x87\x64\x17\x01\xce\x98\x4d\x60\x19\x6e\xa5\xe3\xcd\xc1\xf3\x9e\xed\x8a\xcb\xb7\x07\xde\x60\xb0\x42\x22\x6f\xd7\xab\xf9\x27\x9f\x3f\x2d\xb0\x5f\xee\x75\x1d\xbe\xe2\xf8\xab\x2d\xe0\x00\xf6\x0b\x71\xaf\x20\x47\x69\x53\x09\x3a\x77\xcb\x75\x56\x1f\x01\x00\x00\xff\xff\x82\x4f\xdf\x4f\x55\x03\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemSdnReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemSdnReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemSdnReaderYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemSdnReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xbd\x6e\xe4\x30\x0c\x84\x7b\x3d\x05\xb1\xbd\xf7\x70\xdd\x41\xed\x15\xe9\x53\xa4\xa7\xa5\x81\x97\x58\x59\x12\x48\x6a\x83\xe4\xe9\x83\x75\x9c\xc2\xc8\x4f\x95\x4a\x1f\x06\x1c\x7d\x24\x77\x79\x82\x9a\xb4\x1a\x49\x67\x4e\x67\x1e\x7e\x69\x2a\xaf\xec\xd2\xea\xf9\xfa\xcf\xce\xd2\xfe\xdc\xfe\x86\xab\xd4\x1c\xe9\x7f\x19\xe6\xd0\xc7\x56\x10\x56\x38\x67\x76\x8e\x81\xa8\xf0\x8c\x62\x77\xa2\x1f\xbe\xe1\x65\x51\x2c\xec\x98\xbc\x4d\x9c\x57\xa9\x91\x4e\xae\x03\xa7\x40\x54\x79\x45\x24\x7b\x31\xc7\x1a\x0d\x7a\x93\x84\x29\xb1\x73\x69\x4b\xfc\xdc\x0c\x3a\x0a\x2c\x86\x89\xb8\xcb\x83\xb6\xd1\x37\xfd\x44\x7b\x75\x6f\xee\xea\x40\xa4\xb0\x36\x34\xe1\x38\x36\x6b\xbb\x42\xed\xd0\x2c\x6c\x86\x43\xd4\x0b\xd7\x43\x20\xd5\x9c\x6b\x3a\x4e\xcd\x52\xb3\xd4\xe5\x9e\xdd\xa0\xf3\x2e\x4a\x0a\x76\x6c\x38\x7a\xfe\xc0\x8c\x82\x1d\x17\xf8\xf6\x16\xb1\x77\x78\x66\x4f\x97\x8d\xfa\x46\x5f\x9c\xe8\x7e\x17\x7d\x7b\x5c\x6f\xb9\x2b\x0c\xfe\x4b\xbb\xbc\x05\x00\x00\xff\xff\x5a\x95\x03\x20\x26\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xbd\x4e\x04\x31\x0c\x84\xfb\x3c\x85\x75\xfd\x1e\xa2\x43\x69\x29\xe8\x29\xe8\xbd\xc9\x68\xcf\xba\x5c\x12\xd9\xce\x21\x78\x7a\x74\xcb\x52\xac\xf8\xa9\xa8\xf2\x69\xe4\xc9\x67\x73\x97\x17\xa8\x49\xab\x91\x74\xe6\x74\xe4\xe1\xa7\xa6\xf2\xce\x2e\xad\x1e\xcf\x0f\x76\x94\x76\x77\xbd\x0f\x67\xa9\x39\xd2\x63\x19\xe6\xd0\xe7\x56\x10\x2e\x70\xce\xec\x1c\x03\x51\xe1\x19\xc5\x6e\x44\x7f\x7c\xc3\xcb\xa2\x58\xd8\x31\x79\x9b\x90\xc5\x23\x1d\x5c\x07\x0e\x81\xa8\xf2\x05\x91\xec\xcd\x1c\x97\x68\xd0\xab\x24\x4c\x89\x9d\x4b\x5b\xe2\xb7\x62\xd0\x51\x60\x31\x4c\xc4\x5d\x9e\xb4\x8d\xbe\xca\x27\xda\x9a\x5b\x71\x13\x07\x22\x85\xb5\xa1\x09\xfb\xb1\x59\xdb\x19\x6a\xbb\x66\x61\x33\xec\xa2\x5e\xb8\xee\x02\xa9\xe6\x5c\xd3\x7e\x6a\x96\x9a\xa5\x2e\xb7\xec\x0a\x9d\x37\x51\x52\xb0\x63\xc5\xd1\xf3\x17\x66\x14\x6c\xb8\xc0\xd7\xb7\x88\x7d\xc2\x2b\x7b\x3a\xad\xd4\x57\xfa\xe1\x44\xf7\x9b\xe8\xd7\xe3\x7a\xcb\x5d\x61\xf0\x7f\xda\xe5\x23\x00\x00\xff\xff\xdc\x9e\x3b\xa0\x24\x02\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x91\xdd\x2e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\x96\x0f\x0a\x61\x59\x32\x48\xca\x41\xfb\xf5\x45\x52\x2f\x46\x81\x4c\x3c\x1c\xee\xf1\xf1\x26\x5f\x50\x93\x56\x23\xe9\xc4\x69\xe4\xee\xd7\xa6\xf2\xc3\x2e\xad\x8e\xcb\x9b\x8d\xd2\x5e\xf6\xd7\xb0\x48\x9d\x23\xbd\x97\x6e\x0e\xfd\x6c\x05\x61\x85\xf3\xcc\xce\x31\x10\x15\x9e\x50\xec\x9e\xe8\xc9\x1b\xce\x59\x91\xd9\x31\x78\x1b\x76\xc1\x2d\xd2\xc5\xb5\xe3\x12\x88\x2a\xaf\x88\x64\xdf\xe6\x58\xa3\x41\x77\x49\x18\x12\x3b\x97\x96\xe3\x3f\x30\x68\x2f\xb0\x18\x06\xe2\x4d\x3e\xb4\xf5\xed\x21\x1f\xe8\x20\x0f\xf0\x10\x07\x22\x85\xb5\xae\x09\xe7\xd9\xa4\x6d\x81\xda\x89\x2c\x6c\x86\x53\xb5\x15\xae\xa7\x42\xaa\x39\xd7\x74\x5e\x4d\x52\x67\xa9\xf9\xde\xed\xd0\xe9\x10\x65\xf8\xe3\x16\xb1\xbf\x70\x63\x4f\xd7\xf0\x1b\x00\x00\xff\xff\x0f\xea\xcf\xe0\x77\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x4e\xc3\x50\x0c\x85\xe1\xfd\x3e\x85\xd5\xbd\x41\x6c\xe8\xae\xbc\x01\x03\xbb\xdb\xb8\xea\x55\x1d\x3b\xb2\x8f\x91\xc2\xd3\xa3\x84\x05\xa4\x8e\x1e\xfe\xcf\x87\xd7\xf1\x29\x91\xc3\xad\x53\x5c\xf8\x3a\x71\xe1\xee\x31\xbe\x19\xc3\x6d\x7a\xbc\xe5\x34\xfc\xe5\xeb\xb5\x3d\x86\xcd\x9d\xde\xb5\x12\x12\x1f\xae\xd2\x16\x01\xcf\x0c\xee\x8d\x88\xcd\x1c\x47\x92\xfb\x49\xf4\x9f\xf1\x55\x2c\xef\xe3\x86\x1d\xcb\x2d\x21\xcb\xd9\x4d\xb7\x4e\x27\x44\xc9\xe9\x48\x9e\xbd\xaf\x8b\x84\x09\xe4\x58\xc1\x05\xaf\x75\x66\xc8\x9f\xce\x78\x91\x4e\xbf\x66\x4f\x30\xe4\x56\x9a\x82\xf3\xd5\x0d\xe1\xaa\x12\x2d\x4a\x25\x3b\x59\xa9\xb6\x9f\x00\x00\x00\xff\xff\xda\xc1\x0e\x28\xf1\x00\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xbf\x6e\xf3\x30\x0c\xc4\x77\x3f\x85\x90\xdd\xf9\xf0\x6d\x85\xd6\x0e\xdd\x3b\x74\xa7\xed\x4b\x2c\x44\x16\x05\xfe\x71\x91\x3e\x7d\x61\xd9\x43\x83\x14\xe8\xe4\x33\xa9\xbb\x1f\x29\x51\x4d\x1f\x10\x4d\x5c\x62\x90\x81\xc6\x33\xb9\xcd\x2c\xe9\x8b\x2c\x71\x39\xdf\x5e\xf4\x9c\xf8\xdf\xfa\xbf\xbb\xa5\x32\xc5\xf0\x9a\x5d\x0d\xf2\xce\x19\xdd\x02\xa3\x89\x8c\x62\x17\x02\x95\xc2\xd6\x2c\xba\xfd\x86\xf0\x18\xc3\x15\x45\xe7\x74\xb1\x2d\x4c\xef\x6a\x58\x7a\x2e\xf9\x1e\xc3\xc9\xc4\x71\x6a\x96\xdf\xf0\x3e\x40\x0a\x0c\x6d\x0a\x72\x63\xaf\x13\x19\x7e\xf8\x32\x0d\xc8\x07\xf4\xf1\xf8\xc0\x6c\x6a\x42\xb5\xa6\x72\xdd\xb7\xeb\x27\x5c\xc8\xb3\x69\x17\x42\xa1\x05\x31\xec\xc3\xc4\x95\xb3\x2f\xe8\x75\x9c\x31\x79\x86\x74\xe2\x19\x1a\xbb\x3e\x50\x4d\x6f\xc2\x5e\x1b\xa2\x0f\xa7\x8d\x29\x50\x76\x19\x71\xd4\xea\x76\x81\x6a\x28\xb6\xc7\x6c\xe9\x2b\x64\x38\xda\x57\x58\xfb\xe6\xa4\xbb\xa8\x64\xe3\xdc\xd4\xbe\x4d\x93\x9f\xad\xf8\xc4\x53\x63\xa1\x2b\x8e\x87\x78\x66\x1f\xfd\x31\x93\xea\x9f\xe0\x9d\xf1\x1d\x00\x00\xff\xff\x29\x55\xb2\xcd\xf3\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoSystemWebhookYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x05\xe1\x3d\x0e\xba\x15\x5a\x3b\x74\xef\xd0\x9d\xb6\x2f\xb1\x60\x5b\x34\xf8\x93\x22\x7d\xfa\x22\xaa\x87\x06\xe8\x44\x12\xb8\xfb\xf8\xf1\x5e\x3e\xa1\x56\xa4\x66\xd2\x81\xc7\x9e\xc3\x67\xd1\xf2\xcd\x5e\xa4\xf6\xcb\xab\xf5\x45\xce\xb7\x97\xb4\x94\x3a\x65\x7a\x5b\xc3\x1c\xfa\x21\x2b\xd2\x06\xe7\x89\x9d\x73\x22\xe2\x5a\xc5\x5b\xc5\x1e\x27\xd1\x33\x46\x76\x54\x9b\xcb\xc5\x1f\x30\xbb\x9b\x63\x3b\x49\x5d\xef\x99\x3a\xd7\x40\xd7\x2a\xff\xbd\x8f\x01\x5a\xe1\x68\x16\x1c\x2e\xb1\x4f\xec\xf8\xd3\xab\xbc\x21\xd3\x2f\x33\x7f\x61\x98\x45\x96\xa4\xb1\xc2\x72\x3a\x11\xef\xe5\x5d\x25\xf6\x66\x75\xa2\xae\x6b\x63\x88\xb2\x4e\x4f\x52\x89\x48\x61\x12\x3a\xe2\x88\xb6\xcc\x28\xf5\x52\xae\x76\x3e\xb8\x96\x88\x6e\xd0\xe1\x88\x8c\x0a\x76\xb4\xf5\x0a\x4f\x3f\x01\x00\x00\xff\xff\xe7\xd0\x73\xf3\x4b\x01\x00\x00") - -func clusterroleRbacAuthorizationK8sIoSystemWebhookYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoSystemWebhookYaml, - "ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoSystemWebhookYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoSystemWebhookYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterroleRbacAuthorizationK8sIoViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\x3d\x73\xf3\x36\x0c\xde\xfd\x2b\x78\xd9\x6d\x5f\xb7\x9e\xb7\x5e\x87\x2e\x9d\xde\xf6\xba\x43\x24\x22\x23\xa6\x08\x16\x04\xed\xa6\xbf\xfe\x3d\x51\x94\xad\x58\x76\x9c\x53\x72\xf1\x62\x11\xc4\xd7\x03\xe2\x0b\xda\x56\xb0\x05\x25\x0e\x3f\xb2\xc7\xdd\xca\x18\xeb\x73\x52\x94\x1f\xec\xf1\x2f\xf4\x68\x95\x25\xf5\xf4\xb5\xe9\x40\xed\xfe\x4f\x68\xd0\x17\x42\xff\x93\x06\xec\x06\xb2\xee\x59\xe8\xff\xa2\x66\x73\xf8\x35\x6d\x88\xb7\xa3\x66\x5c\x2b\xaf\x8f\x84\xa7\x9d\x79\x52\xc9\xf8\xb4\x82\x48\xff\xa0\x24\xe2\xb0\x7b\x47\xfe\xf8\xcb\xea\x40\xc1\xed\xcc\xef\x17\x7f\x56\x1d\x2a\x38\x50\xe8\xcd\x43\x08\xac\x45\xa4\x7a\xc3\x11\x43\xda\xd3\xb3\xf6\xe2\x0e\x93\x15\x8a\x5a\xac\xfc\x66\x72\x42\x31\xa7\x3d\x1b\x0b\xc1\xf4\xde\x98\x26\xab\x09\xac\x06\x1d\xa9\x81\xf0\x6a\x04\x13\x67\xb1\x98\xcc\x89\x74\x4f\xa1\x22\xd4\x3d\x9a\x28\xfc\x82\x56\x37\xe6\xef\x3d\xbe\x16\x15\xbd\x64\x51\x93\xd0\x0a\x6a\x32\x2c\xa6\xc3\xae\x41\x49\x7b\x8a\x9b\xd5\xbd\xd8\xe4\x06\x25\xa0\xe2\x10\xa2\xac\x9c\xa3\x03\xc5\x73\x6c\x8c\xf1\x93\xf8\xbe\x65\x6f\x98\x35\xa9\x40\x8c\x14\xda\x21\x74\x6b\x87\xcf\x90\xbd\xa6\x95\x31\x01\x3a\xdc\x15\xa7\x56\x92\x3d\xa6\xdd\x6a\x6d\x20\xd2\x1f\xc2\x39\xd6\x07\x7c\xea\x0d\x9c\x71\x0e\x34\xcb\xe1\x99\xda\x0e\x62\x2a\x47\x0c\x2e\x32\x05\x1d\x4e\xb1\x7f\xa7\xa4\x18\xf4\xc8\x3e\x77\x68\x3d\x50\x57\xaf\xd8\x0d\x1f\x82\xd1\x93\x2d\xf8\x2c\x07\x15\xf6\x1e\xe5\xbd\xab\x6d\xb2\xe0\xb1\x30\x24\x94\x23\x59\x04\x6b\x39\x8f\x36\x2b\xad\x3f\x1c\x51\x9a\xea\x66\x8b\x5a\xfe\x3d\xa5\xe1\xe3\xd4\x27\xe3\xc7\x20\x36\x14\x1c\x85\xb6\x02\x3c\xe2\x68\xc9\x53\x47\x2a\x10\x5a\x1c\xce\x7d\x04\x53\x04\x8b\x69\x9b\x14\x34\x5f\x80\x6e\x3d\xb7\x97\xc3\xe4\xf2\x1e\xc2\x29\xc7\xe0\xcb\xbf\x99\x15\x6e\x91\x2e\xcc\x5f\x04\xf7\x02\x63\x99\x4e\x88\x25\x17\xae\xb4\x3a\xc0\x8e\x43\xc2\x1a\x3b\x87\xd1\xf3\x6b\x77\x8e\xe5\xe4\x3c\x79\xdf\x1a\x9e\xb3\xd4\xe4\x3c\xcd\x02\x05\xc5\xe7\xec\xcf\x6c\x53\xc2\x99\x6f\x09\x92\xac\xdc\x8b\x53\x68\xe7\x80\x4a\x59\x72\x50\xf0\x91\xdd\xc8\x39\x64\xee\x02\x53\x4d\x21\xcf\xab\x4b\x38\xbc\x70\x33\xc0\xaa\x1f\x0b\xb4\xe3\x7f\x8a\xa1\xef\x98\x5f\xf5\x30\x14\x5a\xc1\x94\xc6\xc4\x47\x3d\xb1\x1c\x22\x7b\xb2\x84\xb3\xa7\x7a\xe7\xe9\x1e\x54\xf8\x02\xa8\xc5\x89\xd7\x39\xcc\xc8\xce\x51\x92\x5c\x5a\x7a\x93\x5d\x3b\x38\xb6\xc0\x42\x45\x4b\xa1\xad\xb3\xe6\x46\x09\xcd\x02\xb2\xb4\x36\xd7\xa6\xc9\xe4\xdd\x66\x3a\x9c\x6e\x74\xa8\x9e\x67\xe8\xc4\x69\x46\xd8\x9e\xb0\xd9\x33\x1f\x26\x37\xdf\xe4\xd1\xd8\xf7\x96\xd4\xc3\x07\x6c\xbc\x60\x38\x50\xb8\xc2\x52\x06\xd8\x3d\xcf\xfb\xd6\xf4\x40\xe9\x25\xdf\xa7\xf1\x9c\x51\x3f\x93\xa2\x9f\x70\xe6\x3c\x48\x6e\x38\xf4\xd9\x31\xb0\x36\xd4\x41\x8b\x0f\x5c\x2a\x3c\x49\x05\xa1\x1b\x3e\xaf\xa9\xdd\xb0\x60\xcc\xe8\x33\x82\x42\xfb\xad\xee\x7e\x49\x88\xc6\x55\xee\x7d\xab\x95\xeb\x86\xa9\x7b\x7a\xcb\x2c\x7f\xa0\x15\x62\xf4\x84\xae\x2e\xd8\xb3\xc5\x60\x39\x28\xe1\xac\x8f\x02\x59\x78\xbe\xcb\xcc\x57\xbc\x94\x62\x17\x3d\x3c\x34\x18\x85\x6d\x3f\xc9\xdc\xc8\x9f\xde\x48\x4f\x9b\xc0\x48\xa3\x90\x14\x82\xbd\xe2\xfc\xa6\x9e\xea\xf9\x53\x55\x73\x1d\xee\x69\x12\xe5\x54\xeb\x79\x81\xf2\xba\x75\x5b\x50\xf0\x7c\x7f\x30\x56\xb6\x46\xf8\x30\x2e\xf9\xa3\xa4\x87\xf3\x3e\x51\x49\xd1\x43\x78\x43\x78\x1b\xf8\x51\xd7\x65\x3b\x7f\xec\xf7\xcf\x00\x00\x00\xff\xff\x66\xbc\xb5\xcb\xb0\x0e\x00\x00") - -func clusterroleRbacAuthorizationK8sIoViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterroleRbacAuthorizationK8sIoViewYaml, - "ClusterRole.rbac.authorization.k8s.io/view.yaml", - ) -} - -func clusterroleRbacAuthorizationK8sIoViewYaml() (*asset, error) { - bytes, err := clusterroleRbacAuthorizationK8sIoViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRole.rbac.authorization.k8s.io/view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoAdmin0Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x85\x7f\x20\x0b\x74\x28\x1d\x50\xd0\x1f\x12\xbd\x93\xf5\x71\x66\xb3\x76\x64\x3b\x57\xf0\xf5\x08\xb1\x12\x42\x48\x74\x23\xcd\x9b\x79\x38\xf8\x95\xcc\x59\xa5\x80\x55\x6c\x0b\xce\xb8\xa8\xf1\x07\x06\xab\x2c\xdb\xbd\x2f\xac\x37\xd7\xbb\xb4\xb1\xac\x05\x9e\xfa\xf4\x20\x3b\x69\xa7\x47\x96\x95\xe5\x2d\xed\x14\xb8\x62\x60\x49\x00\x82\x3b\x15\xc0\x75\x67\xc9\xb7\xc9\xb4\xd3\x89\xce\x5f\x05\x0e\x7e\x36\x9d\xe3\x1f\x49\x02\xf8\xe3\xf8\x7d\x99\x7c\xd6\x77\x6a\xe1\x25\xe5\x83\x7d\x21\xbb\x72\xa3\x87\xd6\x74\x4a\xfc\xe0\x5e\x8f\xec\x03\x1b\x15\xd0\x41\xe2\x17\x3e\x47\x46\x71\xae\x9d\xb2\x7f\x2f\x73\x35\xdd\xc8\xd2\x67\x00\x00\x00\xff\xff\xf1\x9a\x69\xaf\x08\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoAdmin0YamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoAdmin0Yaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoAdmin0Yaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoAdmin0YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x05\x5f\xc0\x2e\xba\x15\xda\xda\x0e\xd9\x1d\x20\x3b\x2d\xd1\x0e\x63\x99\x14\x24\xca\x43\x9e\x3e\x08\xf2\x33\x24\x40\xc6\x3b\x7c\x77\x1f\x66\x3e\x50\xa9\xac\xe2\xa1\x8c\x18\x7a\x6c\x76\xd4\xc2\x67\x34\x56\xe9\x97\x9f\xda\xb3\x7e\x6d\xdf\x6e\x61\x89\x1e\xfe\x53\xab\x46\x65\xd0\x44\x7f\x2c\x91\x65\x76\x2b\x19\x46\x34\xf4\x0e\x40\x70\x25\x0f\x18\x57\x16\x57\x34\xd1\x40\xd3\xb5\xc6\xcc\xbb\xa2\x2d\x7f\x50\x38\x80\x37\xc3\xcb\x61\x6d\xe3\x89\x82\x55\xef\xba\x3b\xbb\xa7\xb2\x71\xa0\xdf\x10\xb4\x89\x3d\xf1\x48\x13\xb6\xf4\xc8\x35\x63\x20\x0f\x4b\x1b\xa9\xab\xb7\x41\x17\xd0\x30\xe9\xec\x2e\x01\x00\x00\xff\xff\x42\x69\x1c\x35\xfe\x00\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoAsbAccessYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x4e\x04\x31\x0c\x45\xfb\x9c\x22\x17\xc8\x20\x3a\x94\x0e\x28\xe8\x17\x89\xde\xf1\x78\x59\x33\x19\x3b\xb2\x9d\x29\x38\x3d\x42\x20\x24\x04\xda\xf6\x7f\xbd\xf7\x60\xf0\x0b\x99\xb3\x4a\xcd\xd6\x00\x17\x98\x71\x51\xe3\x77\x08\x56\x59\xb6\x3b\x5f\x58\x6f\x8e\xdb\xb4\xb1\xac\x35\x3f\xf6\xe9\x41\x76\xd2\x4e\x0f\x2c\x2b\xcb\x6b\xda\x29\x60\x85\x80\x9a\x72\x16\xd8\xa9\x66\xf0\x56\x00\x91\xdc\x93\x69\xa7\x13\x9d\x3f\x3f\x18\xfc\x64\x3a\xc7\x95\x4e\xca\xf9\x4f\xe6\x3f\xab\xcf\xf6\x46\x18\x5e\x53\xf9\x06\x9e\xc9\x0e\x46\xba\x47\xd4\x29\xf1\x8b\xc1\xce\xf4\x33\xf9\x00\xa4\x9a\x75\x90\xf8\x85\xcf\x51\x40\x9c\x5b\xa7\xe2\x5f\x82\xd2\x4c\x37\xb2\xf4\x11\x00\x00\xff\xff\x06\x1c\x96\x1e\x17\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoAsbAccessYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoAsbAccessYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoAsbAccessYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoAsbAccessYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoAsbAuthYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x4e\x04\x31\x0c\x45\xfb\x9c\xc2\x17\xc8\x20\x3a\x94\x0e\x28\xe8\x17\x89\xde\xc9\x78\x59\x33\x59\x3b\xb2\x9d\x2d\x38\x3d\x5a\x31\x05\xd2\x48\x74\x96\xfc\xdf\x7b\x38\xf8\x83\xcc\x59\xa5\x80\x55\x6c\x0b\xce\xb8\xa8\xf1\x37\x06\xab\x2c\xdb\x93\x2f\xac\x0f\xb7\xc7\xb4\xb1\xac\x05\x5e\xfb\xf4\x20\x3b\x69\xa7\x17\x96\x95\xe5\x33\x5d\x29\x70\xc5\xc0\x92\x00\x04\xaf\x54\x00\xbd\xe6\xbb\x26\x99\x76\x3a\xd1\xf9\xfe\xc1\xc1\x6f\xa6\x73\xfc\x53\x49\x00\x87\xc8\xd1\xe9\xb3\x7e\x51\x0b\x2f\x29\xef\xf3\x77\xb2\x1b\x37\x7a\x6e\x4d\xa7\xc4\x5f\x62\xbf\x7d\x60\xa3\x02\x3a\x48\xfc\xc2\xe7\xc8\x28\xce\xb5\x53\xf6\x5f\x32\x57\xd3\x8d\x2c\xfd\x04\x00\x00\xff\xff\x2d\x68\x72\x31\x0c\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoAsbAuthYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoAsbAuthYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoAsbAuthYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoAsbAuthYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xc1\x4a\x04\x31\x0c\xc6\xf1\x7b\x9f\xa2\x2f\xd0\x11\x6f\xd2\x9b\x7a\xf0\xbe\x82\xf7\x4c\xe7\xdb\xdd\x38\x9d\xa6\x24\xe9\x82\x3e\xbd\x0c\x2e\x8a\x08\x7a\x0d\xe4\x9f\x5f\xa8\xf3\x0b\xd4\x58\x5a\x8e\x3a\x53\x99\x68\xf8\x59\x94\xdf\xc9\x59\xda\xb4\xde\xd9\xc4\x72\x73\xb9\x0d\x2b\xb7\x25\xc7\xc7\x3a\xcc\xa1\x07\xa9\x78\xe0\xb6\x70\x3b\x85\x0d\x4e\x0b\x39\xe5\x10\x63\xa3\x0d\x39\xee\x89\xb4\xa0\xe2\x44\x2e\x9a\xa4\xa3\xd9\x99\x8f\x9e\x1c\x5b\xaf\xe4\x48\x06\xbd\x70\x41\x9a\x55\x56\x68\x50\xa9\x38\xe0\xb8\x17\xa8\xf3\x93\xca\xe8\x7f\x68\x42\x8c\xbf\x30\x5f\xb7\xed\xcd\x1c\x5b\xfe\x49\x08\x36\xe6\x57\x14\xb7\x1c\xd2\x75\xf7\xf9\x53\x70\x5f\x8a\x8c\xe6\xdf\xf4\xce\xbb\x0d\x7a\x9d\x58\xa7\x82\x1c\xff\x7f\xe1\x23\x00\x00\xff\xff\x3b\x12\x35\xfa\x48\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoBasicUsersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbd\x4e\xc3\x50\x0c\x05\xe0\xdd\x4f\x61\x75\x6f\x10\x1b\xba\x23\x0c\xec\x1d\xd8\x9d\x5c\x03\xa6\x89\x1d\xf9\x07\x09\x9e\x1e\xf5\x0e\x2c\x54\x48\x1d\x2d\xf9\x7c\xe7\xd0\x2e\x2f\xec\x21\xa6\x0d\x7d\xa6\x65\xa2\xca\x77\x73\xf9\xa6\x14\xd3\xe9\xfc\x10\x93\xd8\xdd\xe7\x3d\x9c\x45\x7b\xc3\xa7\xb5\x22\xd9\x4f\xb6\xf2\xa3\x68\x17\x7d\x83\x8d\x93\x3a\x25\x35\x40\x24\x55\xcb\x91\x8c\xcb\x89\x57\xc9\x9a\xd9\x95\x93\x87\x4c\x95\x56\x7b\xa7\xe4\x86\x87\xf4\xe2\x03\x20\x2a\x6d\xdc\x70\xa6\x90\xe5\x58\xc1\x1e\xe0\xb6\xf2\x89\x5f\x47\xc7\x2e\xcf\x6e\xb5\xff\xb3\x17\x10\xff\xcc\xbd\xc2\x42\xd4\xfc\xc1\x4b\x46\x83\xe3\x4d\xec\x78\xfc\x05\xe3\x2b\x92\xb7\x76\x49\xb0\xa6\x2c\x94\xdc\xe1\x27\x00\x00\xff\xff\x3d\x7e\xb8\x13\x58\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoBasicUsersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoBasicUsersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoBasicUsersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoBasicUsersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\x03\x41\x0c\x44\x7b\x7f\x85\x7f\xe0\x0e\xd1\xa1\xed\x80\x82\x3e\x48\xf4\x3e\x9f\x43\xcc\xed\xd9\x2b\xaf\x37\x42\xf9\x7a\x84\x82\x68\x10\x69\x9f\x66\xe6\x0d\x35\x7d\x93\xe8\xea\x56\x30\x16\xe2\x99\x46\x9e\x3c\xf4\x42\xa9\x6e\xf3\xf6\xd0\x67\xf5\xbb\xf3\x3d\x6c\x6a\x6b\xc1\xe7\x3a\x7a\x4a\x1c\xbc\xca\x93\xda\xaa\xf6\x0e\xbb\x24\xad\x94\x54\x00\xd1\x68\x97\x82\x4b\x25\xde\x16\xff\xdc\xdd\x34\x3d\x20\xbc\xca\x41\x8e\xdf\x01\x6a\xfa\x12\x3e\xda\x0d\x19\x20\xfe\x71\xfd\x4e\xf3\x95\x4d\x21\xb4\x4a\x40\x1f\xcb\x87\x70\xf6\x02\xd3\x4f\xe9\x55\xe2\xac\x2c\x8f\xcc\x3e\x2c\xff\xbd\x74\xe5\xbd\x11\x4b\x41\x6f\x62\xfd\xa4\xc7\x9c\xe8\x32\x42\xe0\x2b\x00\x00\xff\xff\x1b\xfc\x8e\xf6\x14\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\x31\x4e\xc5\x30\x0c\x80\xe1\x3d\xa7\xc8\x05\x52\xc4\x86\x3c\xc2\xc0\xfe\x24\xd8\xdd\xc4\xe5\x99\xb6\x76\x64\x3b\x95\xe0\xf4\x88\x85\x01\x54\xa4\xb7\xff\xd2\xf7\x63\xe7\x57\x32\x67\x15\xc8\x36\x63\x9d\x70\xc4\x55\x8d\x3f\x31\x58\x65\x5a\x1f\x7c\x62\xbd\x3b\xee\xd3\xca\xd2\x20\x3f\x6d\xc3\x83\xec\xa2\x1b\x3d\xb2\x34\x96\xb7\xb4\x53\x60\xc3\x40\x48\x39\x0b\xee\x04\x79\x56\x0d\x0f\xc3\x5e\x70\x84\x62\xef\xa6\x07\x59\x32\xdd\xe8\x42\xcb\x77\x87\x9d\x9f\x4d\x47\xff\xc7\x4c\x39\xff\x21\x7f\x04\xff\xf0\xa0\x1d\x44\x1b\x95\x13\xcd\xc7\xfc\x4e\x35\x1c\x52\xb9\x89\x7b\x71\xb2\xdf\x8e\x93\x1d\x5c\x09\x6b\xd5\x21\x01\xda\x49\xfc\xca\x4b\x14\x96\xc5\x10\x4e\x0e\xbe\x02\x00\x00\xff\xff\x1a\x17\x4c\x2b\x5b\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\x3f\x4b\x04\x41\x0c\x05\xf0\x7e\x3e\x45\xb8\x7e\x57\xec\x64\x4a\x2d\xec\xaf\xb0\xcf\xee\xe4\xce\x78\x33\xc9\x30\x49\x04\xfd\xf4\x72\x7b\x22\x88\x7f\xe0\xca\xc0\xcb\x8f\xf7\xb0\xf3\x13\x0d\x63\x95\x0c\x63\xc1\x75\xc6\xf0\x67\x1d\xfc\x8e\xce\x2a\xf3\xe9\xce\x66\xd6\x9b\xd7\xdb\x74\x62\x29\x19\x1e\x6a\x98\xd3\xd8\x6b\xa5\x7b\x96\xc2\x72\x4c\x8d\x1c\x0b\x3a\xe6\x04\x80\x22\xea\xdb\xa7\x9d\x4f\xf8\x95\x8c\x85\x86\x90\xd3\x26\x63\xb8\x46\x2f\xe8\x94\x61\xe7\x23\x68\x97\x00\x2a\x2e\x54\x3f\x85\xef\xf1\x45\xd5\xcd\x07\xf6\xce\x72\xbc\x34\x9e\x0a\x1d\x30\xaa\x5b\x02\x10\x6c\x94\x61\xbd\x94\x9c\xb0\x34\x96\x34\xb4\xd2\x9e\x0e\x5b\xbd\xce\x8f\x43\xa3\xff\x33\x35\x01\xfc\x58\xfa\x07\x6c\xb1\xbc\xd0\xea\x96\xd3\x74\x95\xbc\x05\xbf\x4c\x7b\x33\xa7\x96\x1b\x9e\x65\x4b\x1f\x01\x00\x00\xff\xff\x37\xcb\xbd\x03\x90\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbf\x4a\x04\x41\x0c\xc7\xf1\x3e\x4f\x11\xae\xbf\x15\x3b\x99\x52\x0b\xfb\x03\xed\xb3\x3b\x51\xe3\xed\x26\x4b\xfe\x08\xfa\xf4\xe2\x1e\x58\x9c\x87\x70\xe5\xc0\xe4\xf3\xfb\xd2\x2a\xcf\xec\x21\xa6\x0d\x7d\xa4\x69\xa0\xca\x37\x73\xf9\xa2\x14\xd3\xe1\x78\x17\x83\xd8\xcd\xc7\x2d\x1c\x45\x7b\xc3\x87\xb9\x22\xd9\x0f\x36\xf3\xbd\x68\x17\x7d\x85\x85\x93\x3a\x25\x35\x40\x24\x55\xcb\xed\x32\x7e\x9e\x78\x91\xac\x91\x5d\x39\x79\x93\xa9\xd2\x6a\xed\x94\xdc\x70\x97\x5e\xbc\x03\x44\xa5\x85\x1b\x4e\xa7\xad\x3d\xf5\x45\x34\xc0\x6d\xe6\x03\xbf\x6c\x33\xab\x3c\xba\xd5\xfa\x4f\x32\x20\xfe\x29\xbe\x2c\x43\xd4\xf8\xce\x53\x46\x83\xfd\x55\xf2\xf6\xf1\xd7\x8c\xcf\x48\x5e\xda\x59\xf4\x75\xe2\x53\xb0\x9f\x83\xa7\xc6\xef\x00\x00\x00\xff\xff\xd4\x01\x79\x1d\xa7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\xb1\x6e\x83\x40\x0c\x80\xe1\xfd\x9e\xc2\x2f\x00\x55\xb7\xea\xb6\xb6\x43\x77\x2a\x75\x37\x87\x01\x17\xb0\x4f\x3e\x1f\x43\x9e\x3e\x8a\xc8\x10\x29\x52\xc4\xfe\xe9\xff\x31\xf3\x1f\x59\x61\x95\x08\xd6\x63\x6a\xb1\xfa\xac\xc6\x17\x74\x56\x69\x97\x8f\xd2\xb2\xbe\xed\xef\x61\x61\x19\x22\x7c\xaf\xb5\x38\x59\xa7\x2b\x7d\xb1\x0c\x2c\x53\xd8\xc8\x71\x40\xc7\x18\x00\x04\x37\x8a\x90\x0e\xd4\x6c\x2a\xec\x6a\x2c\x53\xa3\x99\x0c\x5d\x2d\x98\xae\xd4\xd1\x78\xc3\x98\xf9\xc7\xb4\xe6\x17\xe3\x00\xf0\xf4\x3d\xb5\x29\xb5\xff\xa7\xe4\x25\x86\xe6\x5e\xf8\x25\xdb\x39\xd1\x67\x4a\x5a\xc5\x4f\x45\x0e\x53\x32\x26\x8a\xa0\x99\xa4\xcc\x3c\xfa\x03\x0d\xd7\x00\x00\x00\xff\xff\x18\x20\x74\xce\x3e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8d\x41\x4a\xc4\x40\x10\x45\xf7\x7d\x8a\xba\x40\x22\xee\xa4\x77\xea\xc2\xfd\x08\xee\x6b\x3a\x7f\x32\xe5\x24\x55\x4d\x75\x75\x84\x39\xbd\x88\x41\x04\xc1\x59\x7e\x78\xff\x3d\xae\xf2\x06\x6f\x62\x9a\xc9\x8f\x5c\x46\xee\x71\x36\x97\x2b\x87\x98\x8e\x97\x87\x36\x8a\xdd\x6d\xf7\xe9\x22\x3a\x65\x7a\x5e\x7a\x0b\xf8\xc1\x16\x3c\x89\x4e\xa2\x73\x5a\x11\x3c\x71\x70\x4e\x44\xca\x2b\x32\x95\x6f\x68\x58\x4d\x25\xcc\x45\xe7\x61\x13\x7c\x24\xb7\x05\x07\x9c\xbe\x40\xae\xf2\xe2\xd6\xeb\x3f\xd1\x44\xf4\xa7\x79\x33\xd1\xfa\xf1\x1d\x25\x5a\x4e\xc3\xfe\x7e\x85\x6f\x52\xf0\x58\x8a\x75\x8d\x1f\xc1\x0c\xc5\xc6\xfb\x6c\x95\x0b\x32\x59\x85\xb6\xb3\x9c\x62\xe0\x6b\x77\xfc\x92\xa7\xcf\x00\x00\x00\xff\xff\x1b\x2e\x8a\x83\x27\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\xb1\x8e\xc2\x30\x10\x44\x7b\x7f\xc5\xfe\x40\x72\xba\xee\xe4\xee\xa0\xa0\x0f\x12\xfd\xc6\xde\xc0\x12\xc7\x6b\xad\xd7\x29\xf8\x7a\x84\x88\x68\x10\x94\xa3\x99\x37\x0f\x0b\x9f\x48\x2b\x4b\xf6\xa0\x23\x86\x1e\x9b\x5d\x44\xf9\x86\xc6\x92\xfb\xf9\xaf\xf6\x2c\x3f\xeb\xaf\x9b\x39\x47\x0f\xfb\xd4\xaa\x91\x0e\x92\x68\xc7\x39\x72\x3e\xbb\x85\x0c\x23\x1a\x7a\x07\x90\x71\x21\x0f\xe1\x39\xea\x94\x30\x92\x3a\x95\x44\x03\x4d\x8f\x1e\x0b\x1f\x54\x5a\xf9\xe2\x72\x00\x6f\xaa\x4f\xcf\xb5\x8d\x57\x0a\x56\xbd\xeb\x36\xe8\x48\xba\x72\xa0\xff\x10\xa4\x65\x7b\x71\x2a\xcd\x48\xb7\x58\x0b\x06\xf2\x10\x69\xc2\x96\xcc\xdd\x03\x00\x00\xff\xff\x01\x2a\xc4\x06\x02\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterReaderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterReadersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbb\x4e\x04\x31\x0c\x85\xe1\x3e\x4f\x61\x6d\xbf\x83\xe8\x50\x4a\x28\xe8\xb7\xa0\xf7\x4c\x0e\x60\x76\xc6\x1e\xd9\x0e\x12\x3c\x3d\x22\x48\x14\xdc\x24\xca\x48\xf1\x77\x7e\xde\xe5\x0e\x1e\x62\x5a\xc9\x67\x5e\x26\xee\xf9\x68\x2e\xaf\x9c\x62\x3a\x9d\xaf\x62\x12\xbb\x78\xbe\x2c\x67\xd1\x56\xe9\x66\xed\x91\xf0\x93\xad\xb8\x16\x6d\xa2\x0f\x65\x43\x72\xe3\xe4\x5a\x88\x58\xd5\x72\x5c\xc6\xfb\x93\x7e\x24\xfb\x0c\x57\x24\x86\xcc\x3d\xad\xef\x8d\x13\x95\x0e\xe9\x1d\x87\x42\xa4\xbc\xa1\xd2\xf2\xb1\x75\x74\x70\x83\x47\x71\x5b\x71\xc2\xfd\xd8\xd9\xe5\xd6\xad\xef\x7f\x34\x17\xa2\x6f\xc9\xbf\xd0\x25\xfa\xfc\x84\x25\xa3\x96\xe3\xbf\xe8\xf1\xf1\x13\x8d\x97\x48\x6c\xf5\x6b\xf6\x5b\x00\x00\x00\xff\xff\x20\x70\xec\x10\x62\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterReadersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterReadersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterReadersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterReadersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xce\x3d\x4b\xc4\x40\x10\xc6\xf1\x7e\x3f\xc5\x70\x7d\x22\x76\xb2\xa5\x16\xf6\x57\xd8\x4f\xb2\xa3\x8e\x97\xcc\x84\x79\x11\xf4\xd3\x4b\x56\x11\xc4\x17\x10\xae\x5c\xd8\xf9\xfd\x1f\xdc\xf8\x8e\xcc\x59\xa5\x82\x4d\x38\x8f\x98\xf1\xa8\xc6\xaf\x18\xac\x32\x9e\xae\x7c\x64\xbd\x78\xbe\x2c\x27\x96\x56\xe1\x66\x49\x0f\xb2\xa3\x2e\x74\xcd\xd2\x58\x1e\xca\x4a\x81\x0d\x03\x6b\x01\x40\x11\x8d\x7e\xe9\xfb\x13\x7e\x24\x73\x22\x13\x0a\xea\x32\x66\x68\x6e\x0d\x83\x2a\x1c\xc2\x92\x0e\x05\x40\x70\xa5\x0a\xf3\x7b\x6b\xf0\xc0\x48\x1f\xa6\x8f\x9e\xe9\x42\x47\xba\xef\xb9\x8d\x6f\x4d\x73\xfb\x63\x7a\x01\xf8\xb6\xfc\x97\x42\xf1\x9c\x9e\x68\x0e\xaf\x65\xf8\x17\xdd\x3f\x7e\xa2\xfe\xe2\x41\x6b\xdd\x2f\x48\x82\x67\x0c\x6a\xe7\x00\x53\xbe\x92\x6f\x01\x00\x00\xff\xff\xc2\x9f\xc4\x05\xba\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcd\x31\xae\xc2\x30\x0c\xc6\xf1\xdd\xa7\xc8\x05\xd2\xa7\xb7\xa1\x8c\x30\xb0\x77\x60\x77\x13\x53\x4c\x9b\xb8\x8a\x1d\x06\x4e\x8f\x0a\x12\x12\x42\x02\xb1\x5a\x7f\x7f\x3f\x5c\xf8\x40\x55\x59\x4a\x70\x75\xc0\xd8\x61\xb3\x93\x54\xbe\xa2\xb1\x94\x6e\xda\x68\xc7\xf2\x77\xf9\x87\x89\x4b\x0a\x6e\x37\x37\x35\xaa\xbd\xcc\xb4\xe5\x92\xb8\x8c\x90\xc9\x30\xa1\x61\x00\xe7\x0a\x66\x0a\x2e\x36\x35\xc9\x54\x3d\xa6\xcc\xc5\xc7\xc7\x8f\x1f\xab\xb4\x05\xaa\xcc\xd4\xd3\x71\xad\x71\xe1\xfd\x7a\xfb\x20\x83\x73\x6f\xf0\x17\x07\xb4\x0d\x67\x8a\xa6\x01\xfc\x4f\xc4\x3d\x7c\x8e\x8b\xa2\x7f\x05\x14\x6e\x01\x00\x00\xff\xff\x9f\xa8\xdc\xe4\x2d\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xb1\x4e\x03\x41\x0c\x44\xfb\xfd\x0a\xff\xc0\x1d\xa2\x43\xdb\x01\x05\x7d\x90\xe8\x1d\x9f\x8f\x98\xec\xda\x2b\xdb\x9b\x82\xaf\x47\x88\x40\x83\x04\xed\xe8\xcd\xbc\xc1\x21\x2f\xec\x21\xa6\x15\xfc\x88\xb4\xe2\xcc\x93\xb9\xbc\x63\x8a\xe9\x7a\xbe\x8b\x55\xec\xe6\x72\x5b\xce\xa2\x5b\x85\xc7\x36\x23\xd9\x0f\xd6\xf8\x41\x74\x13\x7d\x2d\x9d\x13\x37\x4c\xac\x05\x40\xb1\x73\x05\x9a\x91\xd6\xd9\x17\xdc\xba\xe8\x42\xa6\xe9\xd6\xda\x77\x50\xdc\x1a\x1f\x78\xff\x2c\xe0\x90\x27\xb7\x39\xfe\x90\x17\x80\x5f\xee\x1f\xd5\xd7\x60\xcc\xe3\x1b\x53\x46\x2d\xcb\x95\x7d\x66\xbf\x08\xf1\x3d\x91\x4d\xcd\xff\x9f\x5d\x89\x18\x48\x5c\xc1\x06\x6b\x9c\x64\xcf\x45\x74\x77\x2c\x1f\x01\x00\x00\xff\xff\xa9\x86\x42\x21\x25\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x4e\x04\x31\x0c\x45\xfb\x9c\x22\x17\xc8\x20\x3a\x94\x0e\x28\xe8\x17\x89\xde\xeb\xf1\xb0\x66\x13\x3b\xb2\x9d\x2d\x38\x3d\x1a\x31\x1d\x02\x2a\x17\xfe\x4f\xef\xc1\xe0\x37\x32\x67\x95\x9a\xed\x0c\xb8\xc0\x8c\x8b\x1a\x7f\x42\xb0\xca\x72\x7d\xf0\x85\xf5\xee\x76\x9f\xae\x2c\x6b\xcd\xcf\x6d\x7a\x90\x9d\xb4\xd1\x13\xcb\xca\xf2\x9e\x3a\x05\xac\x10\x50\x53\xce\x02\x9d\x6a\xc6\xe9\xa1\x9d\xac\xc0\xda\x59\x0a\xaa\x84\x69\x6b\x64\x65\x98\x7e\x10\xc6\xf7\x23\x99\x36\x3a\xd1\xb6\x83\x30\xf8\xc5\x74\x8e\x3f\x22\x52\xce\x3f\x1a\x7e\x53\x1e\x9e\xe4\xf3\xbc\x5f\xaf\xa9\x1c\xf0\x2b\xd9\x8d\x91\x1e\x11\x75\x4a\xfc\x9f\x7c\x2c\x7c\x00\x52\xcd\x3a\x48\xfc\xc2\x5b\x14\x96\xcd\x20\x7d\x05\x00\x00\xff\xff\x3f\x74\xb5\xb9\x3e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcd\x31\x4e\x04\x31\x0c\x85\xe1\x3e\xa7\xf0\x05\x32\x88\x0e\xa5\x03\x0a\xfa\x45\xa2\xf7\x7a\x3c\xac\xd9\x8c\x1d\xd9\xce\x14\x9c\x1e\x21\xe8\x90\x80\xfe\x7f\xef\xc3\x21\x2f\xec\x21\xa6\x0d\xfc\x8c\xb4\xe0\xcc\x8b\xb9\xbc\x63\x8a\xe9\x72\xbd\x8b\x45\xec\xe6\xb8\x2d\x57\xd1\xb5\xc1\x63\x9f\x91\xec\x27\xeb\xfc\x20\xba\x8a\xbe\x96\x9d\x13\x57\x4c\x6c\x05\x40\x71\xe7\x06\x34\x23\x6d\x67\xaf\xb8\xee\xa2\x95\x4c\xd3\xad\x77\xf6\x1a\x58\xdc\x3a\x9f\x78\xfb\xac\x71\xc8\x93\xdb\x1c\xbf\xc8\x05\xe0\x07\xfc\xb7\x53\x62\x9e\xdf\x98\x32\x5a\xa9\xdf\xfb\x67\xf6\x43\x88\xef\x89\x6c\x6a\xfe\xe3\xe2\xab\x88\x81\xc4\x0d\x6c\xb0\xc6\x45\xb6\xac\xa2\x9b\x63\xf9\x08\x00\x00\xff\xff\xc3\x5d\x2f\x65\x36\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\x3d\x8a\xc3\x40\x0c\xc5\xf1\x5e\xa7\x98\x0b\x8c\x97\xed\x96\x29\x77\x8b\xed\x5d\xa4\x97\x3d\x4a\xa2\xd8\x33\x32\x92\x26\x85\x4f\x1f\xf2\x81\x21\x04\x02\xe9\x1f\xff\xdf\xc3\x85\x77\xa4\xc6\x52\x53\xd0\x01\xc7\x0e\x9b\x1f\x45\x79\x45\x67\xa9\xdd\xf4\x63\x1d\xcb\xd7\xf9\x1b\x26\xae\x39\x85\xbf\xb9\x99\x93\xf6\x32\xd3\x2f\xd7\xcc\xf5\x00\x85\x1c\x33\x3a\x26\x08\xa1\x62\xa1\x14\xc6\x66\x2e\x85\x34\x62\x2e\x5c\xa3\xb9\x72\x59\x19\x54\x66\xea\x69\x7f\xdd\xe1\xc2\xff\x2a\x6d\x79\x63\x42\x08\x2f\xe4\x26\x3c\x92\x77\x00\xac\x0d\x27\x1a\xdd\x12\xc4\x8f\xca\xb7\xe1\xd6\x14\xc3\xf8\xfc\xdc\xe0\x12\x00\x00\xff\xff\x5f\x44\x04\x32\x1e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xb1\x4e\x43\x31\x0c\x45\xf7\x7c\x85\x7f\x20\x0f\x75\x43\xd9\x80\x81\xbd\x48\xec\x7e\x79\x6e\x6a\x9a\xda\x91\xed\x54\xa2\x5f\x8f\x2a\xd8\x90\xde\x7c\xef\xb9\x47\x17\x07\x7f\x92\x39\xab\x14\xb0\x15\xeb\x82\x33\xce\x6a\x7c\xc7\x60\x95\xe5\xf2\xec\x0b\xeb\xd3\xed\xb0\x52\xe0\x21\x5d\x58\xb6\x02\x6f\x7d\x7a\x90\x1d\xb5\xd3\x2b\xcb\xc6\xd2\xd2\x95\x02\x37\x0c\x2c\x09\x40\xf0\x4a\x05\xba\xb6\x8c\x82\xfd\x3b\xb8\x7a\xc6\x46\x12\xc9\xb4\xd3\x91\x4e\x8f\x12\x0e\x7e\x37\x9d\x63\xc7\x9a\x00\xfe\xf9\x76\xe7\x7d\xae\x5f\x54\xc3\x4b\xca\x7f\xe4\x07\xd9\x8d\x2b\xbd\xd4\xaa\x53\x62\x17\xfe\xcd\x7c\x60\xa5\x02\x3a\x48\xfc\xcc\xa7\xc8\x78\x9f\x46\xb9\x6b\x6b\x8f\x9b\x3f\x01\x00\x00\xff\xff\xa3\x0d\x88\x6b\x2e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x8a\x7b\x81\x04\x75\x43\xb7\x01\x03\x7b\x91\xd8\x9d\xcb\xdf\xd6\x34\xb1\x4f\xb6\x2f\x12\x3c\x3d\x8a\x54\xb1\x00\x5d\x2d\x7d\xfe\xbe\x9f\x1a\xbf\xc3\x9c\x55\x4a\xb6\x89\xea\x48\x3d\x2e\x6a\xfc\x45\xc1\x2a\xe3\xf5\xd1\x47\xd6\x87\xed\x30\x21\xe8\x90\xae\x2c\x73\xc9\x2f\x4b\xf7\x80\x1d\x75\xc1\x33\xcb\xcc\x72\x4e\x2b\x82\x66\x0a\x2a\x29\x67\xa1\x15\x25\xaf\x08\xe3\xea\x83\xc3\x36\x58\xf1\x4f\x0f\xac\x65\xff\x3e\xcc\x58\x70\xa6\x50\x4b\xa6\x0b\x8e\x38\xed\x14\x35\x7e\x35\xed\xed\x4e\x46\xca\xf9\x57\xc0\x8f\xef\x6f\x81\xf7\xe9\x03\x35\xbc\xa4\xe1\xc6\xbe\xc1\x36\xae\x78\xaa\x55\xbb\xc4\x3f\xb9\xb7\xb3\x37\xaa\x28\x59\x1b\xc4\x2f\x7c\x8a\x61\x55\xe1\x50\xdb\x17\x7f\x07\x00\x00\xff\xff\x88\xa6\x58\x4a\x39\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x4e\x03\x41\x0c\x45\xfb\x39\x85\x2f\x90\x45\x74\x68\x3a\xa0\xa0\x0f\x12\xbd\x33\xfb\xc3\x9a\xec\xda\x23\xdb\x93\x82\xd3\x23\xa4\x68\x1b\x44\xda\xff\xf5\xde\xe3\x2e\x1f\xf0\x10\xd3\x4a\x7e\xe2\x36\xf1\xc8\xc5\x5c\xbe\x39\xc5\x74\xba\x3c\xc5\x24\xf6\x70\x7d\x2c\x17\xd1\xb9\xd2\xeb\x3a\x22\xe1\x47\x5b\xf1\x22\x3a\x8b\x7e\x96\x0d\xc9\x33\x27\xd7\x42\xa4\xbc\xa1\x92\xdb\x48\xf8\x61\x43\xba\xb4\x28\x6e\x2b\x8e\x38\xff\xfe\xdc\xe5\xcd\x6d\xf4\x3b\xad\x42\xf4\x27\xf5\x9f\x39\xc6\xe9\x0b\x2d\xa3\x96\xc3\x0d\x7a\x87\x5f\xa5\xe1\xb9\x35\x1b\x9a\x3b\xd7\xdd\x36\xe4\x82\x11\xb7\x29\x3a\x37\x54\xb2\x0e\x8d\x45\xce\xb9\x2b\x7f\x02\x00\x00\xff\xff\xc2\x73\x04\x05\x10\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4a\x04\x41\x0c\x86\xfb\x3c\x45\x5e\xe0\x56\xec\x64\x3a\xb5\xb0\x3f\xc1\x3e\x37\x93\xd3\xb8\xb3\x93\x21\xc9\x2c\xe8\xd3\xcb\xe2\xb2\x85\xc2\x35\x09\x81\xfc\xdf\xf7\x53\x97\x37\x36\x17\x6d\x09\xed\x42\x79\xa2\x11\x1f\x6a\xf2\x4d\x21\xda\xa6\xf9\xc1\x27\xd1\xbb\xf5\x1e\x66\x69\x25\xe1\x73\x1d\x1e\x6c\x67\xad\xfc\x24\xad\x48\x7b\x87\x85\x83\x0a\x05\x25\x40\x6c\xb4\x70\x42\xd3\x11\x6c\xa7\x63\x55\x86\x6d\x9c\xf9\xba\xfd\x50\x97\x17\xd3\xd1\x6f\xf8\x00\xf1\x9f\xee\xa0\xfb\x97\x07\x2f\xe9\x97\x0e\x3e\x2e\x9f\x9c\xc3\x13\x9c\xf6\xcc\x2b\xdb\x2a\x99\x1f\x73\xd6\xd1\xe2\x4f\xa9\xfd\xf4\x4e\x99\x13\x16\xbe\xd2\xa8\x01\x3f\x01\x00\x00\xff\xff\xbe\xfd\xa4\xf9\x05\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4a\x04\x41\x0c\x40\xfb\xf9\x8a\xfc\xc0\xac\xd8\xc9\x74\x6a\x61\x7f\x82\x7d\x6e\x26\xe7\xc5\xdd\x4d\x86\x24\xb3\x85\x5f\x2f\x8b\x8b\x88\xc2\x75\x81\xbc\xbc\x17\xec\xfc\x46\xe6\xac\x52\xc0\xce\x58\x27\x1c\x71\x55\xe3\x4f\x0c\x56\x99\xe6\x07\x9f\x58\xef\xb6\xfb\x34\xb3\xb4\x02\xcf\xcb\xf0\x20\x3b\xe9\x42\x4f\x2c\x8d\xe5\x3d\xad\x14\xd8\x30\xb0\x24\x00\xc1\x95\x0a\x78\x93\x5c\xbf\xc1\x6c\x84\x8d\x2c\x99\x2e\x74\xa2\xcb\xce\x60\xe7\x17\xd3\xd1\x6f\xf4\x12\xc0\xbf\xdc\x8f\xfd\x8f\xd9\xc7\xf9\x83\x6a\x78\x49\xf9\x38\x7a\x25\xdb\xb8\xd2\x63\xad\x3a\x24\x7e\x7f\x75\xcc\xde\xb1\x52\x01\xed\x24\x7e\xe5\x4b\xe4\x7d\xf5\x15\x00\x00\xff\xff\xaa\x02\xb7\x96\x09\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4a\x05\x41\x0c\x45\xfb\xf9\x8a\xfc\xc0\xac\xd8\xc9\x74\x6a\x61\xff\x04\xfb\xbc\x99\x3c\x5f\xdc\xdd\x64\x48\x32\x8b\xfa\xf5\xb2\xb0\xa0\x22\xd8\x05\x72\xef\x39\x17\x3b\xbf\x90\x39\xab\x14\xb0\x33\xd6\x09\x47\x5c\xd5\xf8\x13\x83\x55\xa6\xf9\xce\x27\xd6\x9b\xed\x36\xcd\x2c\xad\xc0\xe3\x32\x3c\xc8\x4e\xba\xd0\x03\x4b\x63\x79\x4d\x2b\x05\x36\x0c\x2c\x09\x40\x70\xa5\x02\xde\x24\x8b\x36\xca\xdd\xf4\x9d\xc9\x92\xe9\x42\x27\xba\xec\x09\xec\xfc\x64\x3a\xfa\x3f\xb6\x04\xf0\x47\xf6\xcd\xfe\xf0\xa0\xb5\xfc\xc2\xfb\x38\xbf\x51\x0d\x2f\x29\x1f\xcd\x67\xb2\x8d\x2b\xdd\xd7\xaa\x43\xe2\xe7\xb0\xe3\xf6\x8e\x95\x0a\x68\x27\xf1\x2b\x5f\x22\xef\xaf\xaf\x00\x00\x00\xff\xff\x1c\xe2\x8e\x3c\x0c\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSdnReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xc1\x4a\xc4\x40\x0c\x86\xef\xf3\x14\x79\x81\x56\xbc\xc9\xdc\xd4\x83\xf7\x15\xbc\x67\x67\xb2\x36\xb6\x4d\x86\x24\x53\xd0\xa7\x97\x42\xc1\x82\xb0\xb7\xc0\x47\xbe\xef\xc7\xc6\x1f\x64\xce\x2a\x19\xec\x8a\x65\xc4\x1e\x93\x1a\xff\x60\xb0\xca\x38\x3f\xf9\xc8\xfa\xb0\x3d\xa6\x99\xa5\x66\x78\x5d\xba\x07\xd9\x45\x17\x7a\x61\xa9\x2c\x9f\x69\xa5\xc0\x8a\x81\x39\x01\x08\xae\x94\xc1\xab\x0c\x46\x58\xc9\x92\xe9\x42\x17\xba\xed\x0c\x1b\xbf\x99\xf6\x76\xa7\x93\x00\xfe\x65\xfe\xac\xdf\x1e\xb4\xe6\x93\xdc\xfb\xf5\x8b\x4a\x78\x4e\xc3\xf1\xf7\x4e\xb6\x71\xa1\xe7\x52\xb4\x4b\x9c\x07\x1d\xb7\x37\x2c\x94\x41\x1b\x89\x4f\x7c\x8b\x61\x47\xbf\x01\x00\x00\xff\xff\x44\x90\x58\xfb\x04\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSdnReaderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSdnReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSdnReaderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSdnReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xce\x31\x4b\x04\x41\x0c\x05\xe0\x7e\x7e\x45\xb8\x7e\x57\xec\x64\x4a\x2d\xec\xaf\xb0\xcf\xce\xbc\xd3\x78\xbb\x99\x25\xc9\x9c\xe8\xaf\x97\xdb\x46\x44\x59\x10\x2c\x03\x79\xdf\x7b\xbc\xca\x13\xcc\xa5\x69\x26\x9b\xb8\x8c\xdc\xe3\xa5\x99\x7c\x70\x48\xd3\xf1\x7c\xe7\xa3\xb4\x9b\xcb\x6d\x3a\x8b\xd6\x4c\x0f\x73\xf7\x80\x1d\xdb\x8c\x7b\xd1\x2a\xfa\x9c\x16\x04\x57\x0e\xce\x89\x88\x55\x5b\x6c\x49\xbf\x9e\xf4\x2b\xd9\x27\x98\x22\xb0\xc9\xdc\xa3\xf5\xb5\x72\x20\xd3\x21\xac\xe3\x90\x88\x94\x17\x64\x72\xcc\xa7\x81\x4b\x81\xfb\x60\xb8\x08\xde\x60\x9e\xac\xcd\x38\xe2\xb4\xb5\xad\xf2\x68\xad\xaf\x3b\xcb\x13\xd1\x8f\xe1\xbb\x05\xc9\xfb\xf4\x8a\x12\x9e\xd3\xf0\xa7\x82\xed\xf1\x8b\x7e\xf7\xc0\x92\xaf\x09\x68\x48\xe1\x40\xfd\x0f\xb0\xeb\x77\xf2\x33\x00\x00\xff\xff\xa8\xe0\xff\xa0\xbf\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbd\x4e\xc4\x40\x0c\x04\xe0\x7e\x9f\xc2\xba\xfe\x82\xe8\xd0\x96\x50\xd0\x5f\x41\xef\x24\x73\x60\x2e\xb1\x57\xb6\xf7\x24\x78\x7a\x94\x34\x14\xfc\x48\x57\x8e\xe4\xf9\x3c\xdc\xe4\x05\x1e\x62\x5a\xc9\x47\x9e\x06\xee\xf9\x66\x2e\x9f\x9c\x62\x3a\x5c\x1e\x62\x10\xbb\xbb\xde\x97\x8b\xe8\x5c\xe9\x69\xe9\x91\xf0\x93\x2d\x78\x14\x9d\x45\x5f\xcb\x8a\xe4\x99\x93\x6b\x21\x62\x55\xcb\xbd\x19\x5b\xa4\x5f\xc9\x3e\xc2\x15\x89\x5d\xe6\x9e\xd6\xdb\xcc\x89\x4a\x87\xf4\x8e\x43\x21\x52\x5e\x51\x29\xb0\x9c\x8f\xcd\xed\x2a\xdb\x3c\x78\x14\xb7\x05\x27\x9c\xf7\x4f\x4d\x9e\xdd\x7a\xfb\x67\x75\x21\xfa\x31\xfa\x4f\xbc\x44\x1f\xdf\x31\x65\xd4\x72\xbc\x09\xdf\x0f\xbf\xd9\x8f\x48\xac\x75\x6b\x40\x53\x26\x4e\xcc\xd5\xb6\x58\xbe\x02\x00\x00\xff\xff\xe1\x11\x81\x95\x6a\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8d\xbd\x4e\x03\x31\x0c\x80\xf7\x3c\x85\x5f\x20\x87\xd8\x50\x36\x60\x60\x2f\x12\xbb\xe3\x33\xc5\x5c\x6a\x47\x8e\xd3\x81\xa7\x47\xa8\x37\x81\x84\x6e\xff\x7e\xb0\xcb\x1b\xfb\x10\xd3\x02\x5e\x91\x16\x9c\xf1\x61\x2e\x5f\x18\x62\xba\x6c\x0f\x63\x11\xbb\xbb\xde\xa7\x4d\x74\x2d\xf0\xdc\xe6\x08\xf6\x93\x35\x7e\x12\x5d\x45\xcf\xe9\xc2\x81\x2b\x06\x96\x04\xa0\x78\xe1\x02\x83\xfd\x2a\xc4\x99\x30\xb0\xd9\x39\x93\x69\xb8\xb5\xc6\x9e\xeb\x2e\xb9\x35\x3e\xf1\xfb\x8f\x83\x5d\x5e\xdc\x66\xff\xe7\x9f\x00\xfe\xec\x0f\xdc\xd2\x98\xf5\x93\x29\x46\x49\x79\x0f\xbc\xde\xe0\x47\x22\x9b\x1a\x47\x1a\x37\x64\x74\x24\x2e\xb0\xcd\xca\xf9\x17\x9c\xbe\x03\x00\x00\xff\xff\x58\xc3\x44\x94\x43\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x31\x4e\x04\x31\x0c\x45\xfb\x9c\xc2\x17\xc8\x20\x3a\x94\x0e\x28\xe8\x17\x89\xde\xe3\x31\x8b\x99\xac\x1d\x39\xce\x20\x71\x7a\xb4\x30\xa2\x58\x24\xb4\xfd\xfb\xef\x3f\x6c\xf2\xc2\xde\xc5\xb4\x80\xcf\x48\x13\x8e\x78\x33\x97\x4f\x0c\x31\x9d\xd6\xbb\x3e\x89\xdd\x6c\xb7\x69\x15\x5d\x0a\x3c\xd6\xd1\x83\xfd\x60\x95\x1f\x44\x17\xd1\x63\x3a\x71\xe0\x82\x81\x25\x01\x28\x9e\xb8\x40\x67\xdf\x84\x38\x13\x06\x56\x3b\x66\x32\x0d\xb7\x5a\xd9\xf3\x19\xe8\x0d\x89\xf3\x26\xfc\xc1\x9e\xe7\xdd\xe2\x56\xf9\xc0\xaf\x67\x09\x36\x79\x72\x1b\xed\x9f\xa0\x04\xf0\xa7\xe7\xf7\xfe\xf2\x23\xf5\x31\xbf\x33\x45\x2f\x29\xef\xb3\xe7\x9f\xc2\x7b\x22\x1b\x1a\x57\x84\xef\xc8\xb7\xb6\xc0\x3a\x66\xce\x17\x70\xfa\x0a\x00\x00\xff\xff\x24\xf6\x3d\x2f\x4a\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\xc5\x30\x0c\x45\xf7\x7c\x85\x7f\x20\x45\x6c\x28\x1b\x30\xb0\x17\x89\xdd\x49\x4d\x31\x4d\xe3\xc8\x71\x8a\xc4\xd7\xa3\x42\xc5\xd0\xa7\xf7\xd6\xab\x7b\xee\x3d\x58\xf9\x8d\xb4\xb1\x94\x00\x1a\x31\x0d\xd8\xed\x43\x94\xbf\xd1\x58\xca\xb0\x3c\xb4\x81\xe5\x6e\xbb\x77\x0b\x97\x29\xc0\x73\xee\xcd\x48\x47\xc9\xf4\xc4\x65\xe2\x32\xbb\x95\x0c\x27\x34\x0c\x0e\xa0\xe0\x4a\x01\x1a\xe9\xc6\x89\x7c\x42\xc3\x2c\xb3\xdf\xd3\x56\x31\x91\xdf\x98\xbe\x48\x7d\x3c\x50\x95\x4c\x23\xbd\xef\x24\x56\x7e\x51\xe9\xf5\x86\x85\x03\xb8\x90\xf8\xff\x3c\x7f\xb8\xd6\xe3\x27\x25\x6b\xc1\xf9\x03\x7b\xfd\xd3\x7a\x4c\x49\x7a\xb1\xab\xb6\x58\x79\x8f\x48\x8f\xc6\xef\x6a\x80\xa5\x47\xf2\xa7\xae\xfb\x09\x00\x00\xff\xff\x6d\x8e\x8b\xa3\x3e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\x03\x31\x0c\x86\xf7\x3c\x85\x5f\x20\x87\xd8\x50\x36\x60\x60\x2f\x12\xbb\xe3\x33\xc5\x5c\x1a\x47\xb6\xd3\x81\xa7\x47\x15\x27\x55\x02\xd1\xd5\xfa\x3f\x7f\x1f\x0e\x79\x63\x73\xd1\x5e\xc0\x2a\xd2\x82\x33\x3e\xd4\xe4\x0b\x43\xb4\x2f\xdb\x83\x2f\xa2\x77\xe7\xfb\xb4\x49\x5f\x0b\x3c\xb7\xe9\xc1\x76\xd0\xc6\x4f\xd2\x57\xe9\xc7\x74\xe2\xc0\x15\x03\x4b\x02\xe8\x78\xe2\x02\xce\x76\x16\xe2\x4c\x18\xd8\xf4\x98\x1d\x2d\x93\x31\x86\x5a\xae\x3b\x65\xda\xf8\xc0\xef\x17\x08\x87\xbc\x98\xce\x71\x23\x20\x01\xfc\xf1\x5f\x75\xd7\xf7\xc9\x67\xfd\x64\x0a\x2f\x29\xef\xc4\xeb\x4f\xcc\x23\x91\xce\x1e\xff\x36\xe2\x90\xcb\x89\x6d\x5f\xf8\x40\xe2\x02\xdb\xac\x9c\x7f\x6d\xd3\x77\x00\x00\x00\xff\xff\x78\x61\x5a\x48\x34\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\x31\x6e\xc3\x30\x0c\x45\x77\x9d\x42\x17\x90\x8b\x6e\x85\xc6\x76\xe8\xee\xa1\x3b\x2d\xb1\x0e\x63\x59\x34\x48\xca\x41\x72\xfa\xc0\x41\x82\x0c\x01\x02\x78\xfc\xc0\x7f\x78\x0f\x16\xfa\x43\x51\xe2\x1a\xbd\x0c\x90\x3a\x68\x76\x60\xa1\x0b\x18\x71\xed\xa6\x2f\xed\x88\x3f\xd6\x4f\x37\x51\xcd\xd1\xff\x94\xa6\x86\xd2\x73\xc1\x6f\xaa\x99\xea\xe8\x66\x34\xc8\x60\x10\x9d\xf7\x15\x66\x8c\x5e\x51\x56\x4a\x98\xc0\xa0\xf0\x18\x1e\xb3\x80\x6a\x58\x09\x4f\x28\x61\xb8\xc3\xc2\x05\x7b\xfc\xdf\x58\x58\xe8\x57\xb8\x2d\x6f\x3a\x9c\xf7\x2f\x19\x3b\xac\x4e\xdb\x70\xc4\x64\x1a\x5d\xd8\xa5\xbb\x1d\x9f\xa2\xb3\x1a\xce\x71\x23\xb0\x1a\x25\x30\xcc\xee\x1a\x00\x00\xff\xff\x25\x6f\x9c\x07\x48\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xc1\x4a\x43\x41\x0c\x45\xf7\xf3\x15\xf9\x81\xa9\x74\x27\xb3\x53\x17\xee\x2b\xb8\xcf\x9b\x97\xd7\xc6\xce\x4b\x86\x24\x53\xb0\x5f\x2f\xd5\xa2\x60\x41\x77\xb9\x90\x7b\xcf\xc1\xce\xaf\x64\xce\x2a\x05\x6c\xc2\xba\xc1\x11\x07\x35\x3e\x63\xb0\xca\xe6\x78\xef\x1b\xd6\xbb\xd3\x76\xa2\xc0\x6d\x3a\xb2\xcc\x05\x9e\xda\xf0\x20\xdb\x69\xa3\x47\x96\x99\x65\x9f\x56\x0a\x9c\x31\xb0\x24\x80\x86\x13\x35\xbf\x5c\x00\xd8\x7b\x01\x0f\xe3\xf5\xcc\x09\x40\x70\xa5\xef\x9c\xeb\xd7\x4e\xd6\x4e\x86\xa1\x96\x49\x82\xe3\xfd\x27\xcf\xd4\x68\xff\x29\x92\x4c\x1b\xed\x68\xb9\xac\x62\xe7\x67\xd3\xd1\xff\x10\x4e\x00\x37\xaa\x37\xf8\x5f\xb4\xe4\x63\x7a\xa3\x1a\x5e\x52\xbe\xb6\x5f\xc8\x4e\x5c\xe9\xa1\x56\x1d\x12\xff\xfa\x5f\x1f\xbc\x63\xa5\x02\xda\x49\xfc\xc0\x4b\x64\x96\xc5\x30\x7d\x04\x00\x00\xff\xff\x55\x17\x51\xdb\x6a\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\x31\x4e\x43\x31\x0c\x80\xe1\x3d\xa7\xf0\x05\x52\xd4\x0d\x65\x03\x06\xf6\x22\xb1\x3b\x79\x7e\xad\x69\x9e\x1d\xd9\x4e\x87\x9e\x1e\x55\x54\x2c\x48\xc0\x66\x4b\xd6\xe7\x1f\x07\xbf\x93\x39\xab\x14\xb0\x8a\x6d\x87\x33\x4e\x6a\x7c\xc5\x60\x95\xdd\xf9\xd1\x77\xac\x0f\x97\x7d\xa5\xc0\x7d\x3a\xb3\x2c\x05\x5e\xfa\xf4\x20\x3b\x68\xa7\x67\x96\x85\xe5\x98\x36\x0a\x5c\x30\xb0\x24\x80\x8e\x95\xba\xdf\x26\x00\x1c\xa3\x80\x87\xf1\x76\xe5\x04\x20\xb8\xd1\xf7\x9e\xdb\x97\x93\x75\x90\x61\xa8\xe5\x63\xd7\x8a\x3d\x99\x76\x3a\xd0\x7a\x13\x70\xf0\xab\xe9\x1c\xbf\xc4\x25\x80\x1f\x59\xff\x7e\xe5\xb3\x7e\x50\x0b\x2f\x29\xdf\x95\x37\xb2\x0b\x37\x7a\x6a\x4d\xa7\xc4\x9f\xd0\xfd\xc0\x07\x36\x2a\xa0\x83\xc4\x4f\xbc\x46\x66\x59\x0d\xd3\x67\x00\x00\x00\xff\xff\x8b\xb0\x10\x5d\x5e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xce\x31\x4e\x43\x31\x0c\x06\xe0\x3d\xa7\xf0\x05\x52\xd4\x0d\x65\x03\x06\xf6\x22\xb1\x3b\x79\x7e\xad\x49\x5e\x1c\xd9\x4e\x87\x9e\x1e\x15\x2a\x84\x54\x09\x36\x5b\xb2\xff\xff\xc3\xc1\xef\xa4\xc6\xd2\x13\x68\xc6\xb2\xc3\xe9\x27\x51\xbe\xa0\xb3\xf4\x5d\x7d\xb4\x1d\xcb\xc3\x79\x9f\xc9\x71\x1f\x2a\xf7\x25\xc1\x4b\x9b\xe6\xa4\x07\x69\xf4\xcc\x7d\xe1\x7e\x0c\x1b\x39\x2e\xe8\x98\x02\x40\xc3\x4c\xcd\xae\x13\x00\x8e\x91\xc0\x5c\x79\xbb\x70\x00\xe8\xb8\xd1\xcf\x1e\xcb\x77\x4e\x94\x41\x8a\x2e\x1a\x2b\xae\x15\x63\x56\xa9\xa4\x71\xa1\x46\xc7\x2f\x45\x50\x69\x74\xa0\xf5\x1a\x89\x83\x5f\x55\xe6\xf8\x43\x1b\x00\xee\x9c\x77\xdd\xbf\xab\x82\xcd\xfc\x41\xc5\x2d\x85\x78\x7b\x7d\x23\x3d\x73\xa1\xa7\x52\x64\x76\xff\x57\x7e\x3b\xb0\x81\x85\x12\xc8\xa0\x6e\x27\x5e\x3d\x72\x5f\x15\xc3\x67\x00\x00\x00\xff\xff\x60\xbc\x44\xb6\x64\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xb1\x4e\x03\x31\x0c\x06\xe0\x3d\x4f\xe1\x17\xc8\xa1\x6e\x28\x1b\x30\xb0\x17\x89\xdd\x97\xf3\x51\xd3\x9c\x1d\xd9\x4e\x87\x3e\x3d\x3a\xa8\x58\x90\x40\x6c\xb6\x6c\x7d\xff\x8f\x9d\x5f\xc9\x9c\x55\x0a\xd8\x8c\x75\xc2\x11\x27\x35\xbe\x62\xb0\xca\x74\xbe\xf7\x89\xf5\xee\x72\x98\x29\xf0\x90\xce\x2c\x4b\x81\xa7\x36\x3c\xc8\x8e\xda\xe8\x91\x65\x61\x79\x4b\x1b\x05\x2e\x18\x58\x12\x40\xc3\x99\x9a\xef\x13\x00\xf6\x5e\xc0\xc3\x78\xbb\x72\x02\x10\xdc\xe8\x7b\xcf\xf5\xcb\xc9\xda\xc9\x30\xd4\xf2\x7e\xf6\x8e\x95\x96\x64\xda\xe8\x48\xeb\xae\x60\xe7\x67\xd3\xd1\x7f\x29\x98\x00\x7e\x54\xfb\x57\x9c\x8f\xf9\x9d\x6a\x78\x49\xf9\x26\xbd\x90\x5d\xb8\xd2\x43\xad\x3a\x24\xfe\xc4\x6e\x0f\x9f\x5c\x01\xed\x24\x7e\xe2\x35\x32\xcb\x6a\x98\x3e\x02\x00\x00\xff\xff\x5c\x10\x82\x48\x66\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\xff\xc0\xec\x53\xba\xa7\xe9\x80\x82\x3e\x48\xf4\xde\x59\x6f\x62\x32\x3b\xb6\x6c\x4f\x8a\x7c\x3d\x0a\x44\x20\x14\x09\x3a\x5f\xc9\xf7\x9e\x83\xca\xaf\x64\xce\xd2\x0b\xd8\x8c\x75\xc2\x11\x47\x31\xbe\x60\xb0\xf4\xe9\xf4\xdf\x27\x96\x7f\xe7\xdd\x4c\x81\xbb\x74\xe2\xbe\x14\x78\x6a\xc3\x83\x6c\x2f\x8d\x1e\xb9\x2f\xdc\x0f\x69\xa3\xc0\x05\x03\x4b\x02\x68\x38\x53\xf3\xeb\x05\x80\xaa\x05\x3c\x8c\xb7\x0b\x27\x80\x8e\x1b\x7d\xe5\x5c\x3f\x77\xb2\x28\x19\x86\x58\x0e\x51\xae\xdf\x71\xa1\x46\x87\x0f\x8f\x64\xd2\x68\x4f\xeb\x75\x14\x95\x9f\x4d\x86\xfe\xe2\x9b\x00\xee\x4c\xef\xe8\x3f\x61\xc9\xc7\xfc\x46\x35\xbc\xa4\x7c\x2b\xbf\x90\x9d\xb9\xd2\x43\xad\x32\x7a\xfc\x69\x7f\x7b\x70\xc5\x4a\x05\x44\xa9\xfb\x91\xd7\xc8\xdc\x57\xc3\xf4\x1e\x00\x00\xff\xff\xd4\x26\x3b\x57\x68\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\xc1\x4a\xc5\x30\x10\x45\xf7\xf9\x8a\xfc\x40\x2a\xee\x24\x3b\x75\xe1\xfe\x09\xee\xa7\xc9\xb5\x8e\x4d\x33\x61\x32\x79\xa0\x5f\x2f\xc5\x82\xe0\x83\x6e\x2f\xe7\xdc\x43\x8d\xdf\xa0\x9d\xa5\x46\xaf\x33\xa5\x89\x86\x7d\x88\xf2\x37\x19\x4b\x9d\xd6\x87\x3e\xb1\xdc\x5d\xef\xdd\xca\x35\x47\xff\x5c\x46\x37\xe8\x45\x0a\x9e\xb8\x66\xae\x8b\xdb\x60\x94\xc9\x28\x3a\xef\x2b\x6d\x88\xbe\x7f\x75\xc3\x16\xf7\xa7\x90\x51\xb0\x90\x89\x86\xf9\xe0\x55\x0a\x2e\x78\xdf\x71\x6a\xfc\xa2\x32\xda\x49\xda\x79\x7f\x53\x3e\x0f\xb9\x3e\xe6\x4f\x24\xeb\xd1\x85\xc3\x7d\x85\x5e\x39\xe1\x31\x25\x19\xd5\xfe\xf4\xdf\x39\x24\x32\x2a\xb2\x04\x6a\xbc\x4f\xd0\x83\xe8\x8d\x12\xa2\x5f\xc7\x8c\xf0\x8f\x75\x3f\x01\x00\x00\xff\xff\x1c\xdf\x70\xb0\x38\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\x1d\x62\x43\xd9\x80\x81\xbd\x48\xec\xbe\xc4\x2d\xa6\xb9\x38\xb2\x9d\x43\xf0\xeb\x11\x77\x15\x12\xa2\x42\x1d\xa3\xf8\x7d\xef\x7d\xd8\xf8\x85\xd4\x58\x6a\x04\x9d\x30\x8d\xd8\xfd\x55\x94\x3f\xd1\x59\xea\x78\xba\xb3\x91\xe5\x66\xb9\x0d\x27\xae\x39\xc2\x63\xe9\xe6\xa4\x7b\x29\xf4\xc0\x35\x73\x3d\x86\x99\x1c\x33\x3a\xc6\x00\x80\xb5\x8a\xaf\x49\xfb\x7e\xc2\x45\x64\x9f\x48\x2b\x39\xad\x64\xec\x2e\xbd\x65\x74\x8a\xb0\x73\xed\xb4\x0b\x00\x05\x27\x2a\x67\xc2\xef\xf3\x49\xc4\xcd\x15\x5b\xe3\x7a\xdc\x16\x0f\x99\x0e\xd8\x8b\x5b\x00\xa8\x38\x53\x04\xfb\x30\xa7\x39\xe2\xbb\x0d\xa9\x48\xcf\x43\x53\x59\x38\x93\x06\x95\x42\x7b\x3a\xac\x53\x1b\x3f\xa9\xf4\xf6\x8f\x76\x00\xf8\x63\x7d\x45\x89\xf5\xe9\x8d\x92\x5b\x0c\xc3\x39\xff\x4c\xba\x70\xa2\xfb\x94\xa4\x57\xff\x41\x5c\xc8\x6e\x5f\xd6\x30\x51\x5c\xd5\x87\xad\x27\x7c\x05\x00\x00\xff\xff\x84\xa5\x2d\x26\xa8\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x31\x4b\x04\x41\x0c\x05\xe0\x7e\x7e\x45\xb8\x7e\x57\xec\x64\x4a\x2d\xec\xaf\xb0\xcf\xec\xe4\xce\x78\xb3\xc9\x30\x49\x04\xfd\xf5\x72\xab\xcd\xa9\x1c\x08\x96\x81\xbc\x8f\xf7\xb0\xf3\x13\x0d\x63\x95\x0c\xa3\xe0\x32\x63\xf8\xb3\x0e\x7e\x47\x67\x95\xf9\x74\x67\x33\xeb\xcd\xeb\x6d\x3a\xb1\xd4\x0c\x0f\x2d\xcc\x69\xec\xb5\xd1\x3d\x4b\x65\x39\xa6\x95\x1c\x2b\x3a\xe6\x04\x80\x22\xea\x5b\xd2\xce\x27\xfc\x4a\x46\xa1\x21\xe4\xb4\xc9\x18\xae\xd1\x2b\x3a\x65\xd8\xf9\x08\xda\x25\x80\x86\x85\xda\x97\x70\xf9\x5e\x54\xdd\x7c\x60\xef\x2c\xc7\xcf\xc6\x53\xa5\x03\x46\x73\x4b\x00\x82\x2b\x65\xb0\x37\x73\x5a\x73\x41\xe3\x65\x0a\xa3\x91\x86\x36\xda\xd3\x61\xab\xd8\xf9\x71\x68\xf4\x2b\x73\x13\xc0\x8f\xb5\x57\x70\x8b\xf2\x42\x8b\x5b\x4e\xd3\x9f\xf4\xed\xf1\xbb\x7b\x4e\x90\x38\x2f\xe8\x54\xff\x03\x0c\xb9\x24\x3f\x02\x00\x00\xff\xff\xcb\xa6\x3c\x94\xf1\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xb1\x4e\xc4\x40\x0c\x04\xd0\x7e\xbf\xc2\xba\x3e\x41\x74\x68\x4b\x28\xe8\xaf\xa0\xf7\x66\x87\xc3\x24\xb1\x23\xaf\x17\xe9\xf8\x7a\x94\x88\x0a\x10\x82\xd2\x92\x67\x9e\x86\x37\x79\x82\x37\x31\xcd\xe4\x85\xa7\x91\x7b\xbc\x98\xcb\x3b\x87\x98\x8e\xf3\x5d\x1b\xc5\x6e\xde\x6e\xd3\x2c\x5a\x33\x3d\x2c\xbd\x05\xfc\x6c\x0b\xee\x45\xab\xe8\x25\xad\x08\xae\x1c\x9c\x13\x11\xab\x5a\x1c\xc9\xb6\x9f\xf4\x63\x65\x2f\x70\x45\xe0\x68\xe6\x1e\xd6\xb7\xca\x81\x4c\xa7\xf0\x8e\x53\x22\x52\x5e\x91\xa9\x5d\x5b\x60\xcd\xa5\xcb\x52\x87\x16\xce\x81\xcb\x75\xa8\x36\xcd\xf0\xa1\x7c\xea\x6e\x0b\xce\x78\x3e\xf0\x4d\x1e\xdd\xfa\xf6\xcb\x90\x44\xf4\x6d\xc7\x9f\xbc\xd4\x7a\x79\xc5\x14\x2d\xa7\xe1\x5f\xd0\xf1\xf8\x95\xd8\x13\xd0\x90\x89\x03\x35\x7d\x04\x00\x00\xff\xff\x9b\x9e\xdd\x25\x83\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\x1d\x62\x43\x19\x61\x60\xef\xc0\xee\x5c\x1e\xc5\xbd\x9c\x13\xc5\x0e\x52\xf9\xf5\xa8\x27\x26\x40\x95\x3a\x5a\xf2\x7b\xdf\xfb\xb8\xc9\x1b\xba\x49\xd5\x48\x3d\xf1\x32\xf3\xf0\x8f\xda\xe5\x8b\x5d\xaa\xce\xeb\x93\xcd\x52\x1f\x3e\x1f\xc3\x2a\x9a\x23\xbd\x94\x61\x8e\x7e\xac\x05\xcf\xa2\x59\xf4\x14\x36\x38\x67\x76\x8e\x81\x88\x55\xab\xef\x49\xbb\x9e\xf4\x6f\xe5\x48\xe8\x0a\xc7\xde\xcc\xc3\xeb\x68\x99\x1d\x91\x0e\xde\x07\x0e\x81\x48\x79\x43\x24\xbb\x98\x63\x8b\x69\x48\xc9\x93\x79\x67\xc7\xe9\x32\x9d\xa1\xab\xa8\x35\x69\x28\xa2\x98\xd2\xcf\x8c\x5e\x0b\x8e\x78\xdf\x57\x34\x79\xed\x75\xb4\x1b\x46\x81\xe8\x8f\xd0\x7d\xe0\x60\x23\x9d\xb1\xb8\xc5\x30\xdd\x45\xdc\x1f\x7f\xb3\xae\x09\xa8\xcb\xc2\x8e\x1c\xbe\x03\x00\x00\xff\xff\x55\xcc\xcd\xd9\x95\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\x3f\x4b\x04\x41\x0c\x05\xf0\x7e\x3e\x45\xb8\x7e\x57\xec\x64\x4a\x2d\xec\xaf\xb0\xcf\xec\xc4\x33\xde\x6e\xb2\xe4\x8f\x70\x7e\x7a\xb9\xc1\x4a\x45\xb4\x0c\xe4\xbd\x1f\x0f\x77\x7e\x22\x73\x56\xa9\x60\x0d\x97\x19\x33\x5e\xd4\xf8\x1d\x83\x55\xe6\xf3\x9d\xcf\xac\x37\x6f\xb7\xe5\xcc\xd2\x2b\x3c\xac\xe9\x41\x76\xd4\x95\xee\x59\x3a\xcb\xa9\x6c\x14\xd8\x31\xb0\x16\x00\x14\xd1\x18\x49\xbf\x9e\xf0\x63\x65\x36\x32\xa1\xa0\xd1\x8c\x19\x9a\x7b\xc7\xa0\x0a\x87\xb0\xa4\x43\x01\x10\xdc\xa8\x82\x5f\x3c\x68\xab\x2d\x79\xed\x93\x87\x61\xd0\xe9\x32\xb9\xa6\x2d\x34\xb5\x4f\xdd\x74\xa5\x23\x3d\x0f\x7c\xe7\x47\xd3\xdc\x7f\x19\x52\x00\xbe\xed\xf8\x93\x57\x3c\xdb\x2b\x2d\xe1\xb5\x4c\xff\x82\xc6\xe3\x57\xe2\x9a\x20\x09\x5e\x30\xa8\x97\x8f\x00\x00\x00\xff\xff\x2a\x95\x90\xd0\x83\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3f\x4f\x03\x31\x0c\xc5\xf7\x7c\x0a\xab\xfb\x1d\x62\x43\xd9\x80\x81\xbd\x48\xec\xbe\xc4\x6d\x43\x73\x76\x64\x3b\x95\xe0\xd3\xa3\xde\x55\x20\xc4\x9f\xa1\x8b\x25\xff\xfb\xbd\xa7\x87\xad\xbc\x90\x5a\x11\x8e\xa0\x13\xa6\x11\xbb\x1f\x44\xcb\x3b\x7a\x11\x1e\x8f\x77\x36\x16\xb9\x39\xdd\x86\x63\xe1\x1c\xe1\xb1\x76\x73\xd2\xad\x54\x7a\x28\x9c\x0b\xef\xc3\x4c\x8e\x19\x1d\x63\x00\x40\x66\xf1\xe5\xd3\xce\x2d\xfc\x8a\xec\x13\x29\x93\xd3\x42\xc6\xee\xd2\x5b\x46\xa7\x08\x1b\xd7\x4e\x9b\x00\x50\x71\xa2\x7a\x21\x7c\x3f\x9f\x44\xdc\x5c\xb1\xb5\xc2\xfb\xd5\xf1\x90\x69\x87\xbd\xba\x05\x00\xc6\x99\x22\xd8\x9b\x39\xcd\x31\x09\xbb\x4a\xad\xa4\x11\xdd\x31\x1d\x32\x9d\xeb\xf0\x35\x0f\x2a\x95\xb6\xb4\x5b\xac\xb7\xf2\xa4\xd2\xdb\x3f\x31\x04\x80\x1f\x29\x5c\x21\x6a\x7d\x7a\xa5\xe4\x16\xc3\x70\xe1\x3d\x93\x9e\x4a\xa2\xfb\x94\xa4\xb3\x7f\x22\xff\x02\xac\x7b\x6b\x98\x28\x2e\xf9\x0c\xab\x78\xf8\x08\x00\x00\xff\xff\x69\xac\xd9\xdc\xcd\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x4d\x4b\x34\x41\x0c\x84\xef\xfd\x2b\xc2\xde\x67\x5f\xde\x9b\xf4\x4d\x3d\x78\x5f\xc1\x7b\xa6\x27\xb3\xc6\xed\x49\x9a\x24\xbd\xa0\xbf\x5e\x9c\x59\x14\xf1\x03\x3c\xe6\xa3\x9e\x2a\x0a\x1b\x3f\x90\x39\xab\x64\xb0\x11\xcb\x1e\x7b\x3c\xaa\xf1\x0b\x06\xab\xec\x4f\x57\xbe\x67\xfd\x77\xfe\x9f\x4e\x2c\x53\x86\xdb\xda\x3d\xc8\x0e\x5a\xe9\x86\x65\x62\x39\xa6\x85\x02\x27\x0c\xcc\x09\x00\x45\x34\x56\xa5\xbf\x8d\xf0\x2d\xb2\x8f\x64\x42\x41\x2b\x19\x7b\x68\x6f\x13\x06\x65\xd8\x85\x75\xda\x25\x80\x8a\x23\xd5\x0b\xe1\xf3\xfb\xa8\x1a\x1e\x86\xad\xb1\x1c\xb7\xc4\xc3\x44\x33\xf6\x1a\x9e\x00\x04\x17\xca\xe0\xcf\x1e\xb4\xe4\xa2\x12\xa6\xb5\x92\xe5\x42\x16\x3c\x73\xc1\xa0\xe1\x63\x9d\x4c\x2b\x1d\x68\x5e\x93\x37\xbe\x33\xed\xed\x97\x16\x12\xc0\x97\x12\xfe\xee\xe9\x7d\x7c\xa2\x12\x9e\xd3\x70\xc1\xdd\x93\x9d\xb9\xd0\x75\x29\xda\x25\xde\x89\x3f\xe8\xb7\xb3\x37\x2c\x94\xd7\x72\x86\xcd\x3a\xbd\x06\x00\x00\xff\xff\x89\x47\xe7\xd1\xca\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\xc1\x4a\x03\x41\x0c\x86\xef\xf3\x14\xa1\xf7\xad\x78\x93\xb9\xa9\x07\xef\x15\xbc\x67\x67\xd3\x35\x76\x9a\x0c\x49\xa6\xa0\x4f\x2f\xdd\x2d\x8a\x28\x22\x78\x1c\xe6\xcf\x97\x2f\x3f\x36\x7e\x22\x73\x56\xc9\x60\x23\x96\x2d\xf6\x78\x56\xe3\x37\x0c\x56\xd9\x1e\x6e\x7c\xcb\x7a\x75\xba\x4e\x07\x96\x29\xc3\x7d\xed\x1e\x64\x3b\xad\x74\xc7\x32\xb1\xcc\xe9\x48\x81\x13\x06\xe6\x04\x80\x22\x1a\xcb\xa4\x9f\x9f\xf0\x23\xb2\x8f\x64\x42\x41\x0b\x19\x7b\x68\x6f\x13\x06\x65\xd8\x84\x75\xda\x24\x80\x8a\x23\xd5\x0b\xe1\x6b\x7c\x54\x0d\x0f\xc3\xd6\x58\xe6\xd5\x78\x98\x68\x8f\xbd\x86\x27\x00\xc1\x23\x65\xf0\x57\x0f\x3a\xe6\xa2\x12\xa6\xb5\x92\xe5\xb2\x6a\x9b\x56\x1a\x70\x9e\x8d\xe6\xc5\x65\xf8\x8c\xa4\xf3\xdf\x8e\xf6\xcb\x15\x8d\x1f\x4c\x7b\xfb\xa5\x91\x04\xf0\xad\x90\xff\xed\xf7\x3e\xbe\x50\x09\xcf\x69\xb8\xa0\x1f\xc9\x4e\x5c\xe8\xb6\x14\xed\x12\x1f\xf4\x3f\xb0\xd6\xa8\x37\x2c\x94\x97\x02\x87\x55\x29\xbd\x07\x00\x00\xff\xff\x3d\x0a\xd4\x6c\xee\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x4f\x4b\x43\x41\x0c\xc4\xef\xfb\x29\x42\xef\xaf\xe2\x4d\xf6\xa6\x1e\xbc\x57\xf0\x9e\xdd\x97\xd6\xb4\xdb\x64\x49\xb2\x05\xfd\xf4\xe2\x6b\x51\xc4\x22\x78\xcc\x9f\xf9\xcd\x30\xd8\xf9\x85\xcc\x59\x25\x83\x15\xac\x6b\x1c\xf1\xaa\xc6\xef\x18\xac\xb2\x3e\xdc\xf9\x9a\xf5\xe6\x74\x9b\x0e\x2c\x73\x86\xc7\x36\x3c\xc8\x36\xda\xe8\x81\x65\x66\xd9\xa5\x23\x05\xce\x18\x98\x13\x00\x8a\x68\x2c\x4a\xff\x1c\xe1\x2a\x72\x14\x32\xa1\xa0\x85\x8c\x23\x74\xf4\x19\x83\x32\xac\xc2\x06\xad\x12\x40\xc3\x42\xed\x42\xf8\xf9\x5e\x54\xc3\xc3\xb0\x77\x96\xdd\x39\xf1\x34\xd3\x16\x47\x0b\x4f\x00\x82\x47\xca\xe0\x6f\x1e\x74\xcc\x55\x25\x4c\x5b\x23\xcb\xd5\x54\xf6\x5a\xa6\xef\x55\x32\x6d\xb4\xa1\xed\x92\xba\xf3\x93\xe9\xe8\x7f\x34\x90\x00\x7e\x15\xf0\x3f\x3f\x1f\x65\x4f\x35\x3c\xa7\xe9\x82\x7a\x26\x3b\x71\xa5\xfb\x5a\x75\x48\x7c\xd1\xae\x68\xcf\x27\xef\x58\x29\x2f\x85\x4c\x67\xcb\xf4\x11\x00\x00\xff\xff\xb9\x3e\xeb\x2d\xbe\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcf\x4a\x73\x41\x0c\xc5\xf7\xf3\x14\xa1\xfb\xdb\x8f\x6f\x27\xb3\x53\x17\xee\x2b\xb8\xcf\x9d\x49\x6b\xec\xdc\x64\x48\x32\x05\x7d\x7a\xf1\xb6\x28\x62\x11\x5c\xe6\xcf\xf9\x9d\xc3\xc1\xce\x4f\x64\xce\x2a\x19\x6c\xc6\xb2\xc5\x11\xcf\x6a\xfc\x86\xc1\x2a\xdb\xe3\x8d\x6f\x59\xff\x9d\xfe\xa7\x23\x4b\xcd\x70\xdf\x86\x07\xd9\x4e\x1b\xdd\xb1\x54\x96\x43\x5a\x28\xb0\x62\x60\x4e\x00\x28\xa2\xb1\x2a\xfd\x63\x84\xab\xc8\x31\x93\x09\x05\xad\x64\x1c\xa1\xa3\x57\x0c\xca\xb0\x09\x1b\xb4\x49\x00\x0d\x67\x6a\x17\xc2\xf7\xf7\x59\x35\x3c\x0c\x7b\x67\x39\x9c\x13\x4f\x95\xf6\x38\x5a\x78\x02\x10\x5c\x28\x83\xbf\x7a\xd0\x92\x8b\x4a\x98\xb6\x46\x96\x2b\xd2\xa2\x32\x39\xc5\xf4\xb5\x4d\xa6\x8d\x76\xb4\x5f\x83\x77\x7e\x30\x1d\xfd\x97\x12\x12\xc0\x8f\x0e\xfe\x6c\xe9\x63\x7e\xa1\x12\x9e\xd3\x74\xa1\x3d\x92\x9d\xb8\xd0\x6d\x29\x3a\x24\x3e\x81\xd7\xe5\xe7\xab\x77\x2c\x94\xd7\x66\xa6\xb3\x71\x7a\x0f\x00\x00\xff\xff\x98\xc5\xbd\xff\xc7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcd\x4a\x03\x41\x10\x84\xef\xf3\x14\x4d\xee\x1b\xf1\x26\x73\x53\x0f\xde\x23\x78\xef\x9d\xad\xc4\x31\xb3\xdd\x43\x4f\x4f\x20\x3e\xbd\xb8\x1b\x14\x31\x08\x1e\xfb\xa7\xbe\x2a\x8a\x6b\x7e\x81\xb5\xac\x12\xc9\x46\x4e\x5b\xee\xfe\xaa\x96\xdf\xd9\xb3\xca\xf6\x78\xd7\xb6\x59\x6f\x4e\xb7\xe1\x98\x65\x8a\xf4\x58\x7a\x73\xd8\x4e\x0b\x1e\xb2\x4c\x59\x0e\x61\x86\xf3\xc4\xce\x31\x10\xb1\x88\xfa\xa2\x6c\x9f\x23\x5d\x45\xf6\x11\x26\x70\x2c\x64\xee\xae\xbd\x4e\xec\x88\xb4\x71\xeb\xd8\x04\xa2\xc2\x23\xca\x85\xf0\xf3\x7d\x54\xf5\xe6\xc6\xb5\x66\x39\xac\x89\x87\x09\x7b\xee\xc5\x5b\x20\x12\x9e\x11\xa9\x9d\x9b\x63\x8e\x49\xc5\x4d\x4b\x81\xc5\x09\xb5\xe8\x79\x86\xf8\xf0\xbd\x0d\xa6\x05\x3b\xec\x97\xe0\x35\x3f\x99\xf6\xfa\x47\x09\x81\xe8\x57\x07\xff\xb6\x6c\x7d\x7c\x43\xf2\x16\xc3\x70\xa1\x3d\xc3\x4e\x39\xe1\x3e\x25\xed\xe2\x5f\xc0\xeb\xf2\xf5\xda\x2a\x27\xc4\xa5\x99\x61\x35\x0e\x1f\x01\x00\x00\xff\xff\x30\x52\xb9\x6a\xc7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x4f\x4b\x43\x41\x0c\xc4\xef\xfb\x29\x42\xef\xaf\xe2\x4d\xf6\xa6\x1e\xbc\x57\xf0\x9e\xb7\x9b\xd6\xd8\x6d\xb2\x24\xd9\x82\x7e\x7a\xe9\x6b\x51\xc4\x22\x78\xcc\x9f\xf9\xcd\x30\xd8\xf9\x85\xcc\x59\x25\x83\xcd\x58\xd6\x38\xe2\x55\x8d\x3f\x30\x58\x65\xbd\xbf\xf3\x35\xeb\xcd\xf1\x36\xed\x59\x6a\x86\xc7\x36\x3c\xc8\x36\xda\xe8\x81\xa5\xb2\xec\xd2\x81\x02\x2b\x06\xe6\x04\x80\x22\x1a\x8b\xd2\x4f\x23\x5c\x45\x8e\x99\x4c\x28\x68\x21\xe3\x08\x1d\xbd\x62\x50\x86\x55\xd8\xa0\x55\x02\x68\x38\x53\xbb\x10\x7e\xbe\xcf\xaa\xe1\x61\xd8\x3b\xcb\xee\x9c\x78\xaa\xb4\xc5\xd1\xc2\x13\x80\xe0\x81\x32\xf8\xbb\x07\x1d\x72\x51\x09\xd3\xd6\xc8\x72\x65\xb7\xd1\x4f\xf6\xd3\xf7\x36\x99\x36\xda\xd0\x76\x09\xde\xf9\xc9\x74\xf4\x3f\x4a\x48\x00\xbf\x3a\xf8\xb7\xa5\x8f\xf9\x8d\x4a\x78\x4e\xd3\x85\xf6\x4c\x76\xe4\x42\xf7\xa5\xe8\x90\xf8\x02\x5e\x97\x9f\xaf\xde\xb1\x50\x5e\x9a\x99\xce\xc6\xe9\x33\x00\x00\xff\xff\xa1\x4c\xed\xb4\xc7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcf\x4a\x73\x41\x0c\xc5\xf7\xf3\x14\xa1\xfb\xdb\x8f\x6f\x27\xb3\x53\x17\xee\x2b\xb8\xcf\x9d\x49\x6b\xec\x34\x19\x92\x4c\x41\x9f\x5e\xbc\xb7\x28\x62\x11\x5c\xe6\xcf\xf9\x9d\xc3\xc1\xce\x4f\x64\xce\x2a\x19\x6c\xc6\xb2\xc5\x11\xcf\x6a\xfc\x86\xc1\x2a\xdb\xe3\x8d\x6f\x59\xff\x9d\xff\xa7\x23\x4b\xcd\x70\xdf\x86\x07\xd9\x4e\x1b\xdd\xb1\x54\x96\x43\x3a\x51\x60\xc5\xc0\x9c\x00\x50\x44\x63\x51\xfa\xc7\x08\x57\x91\x63\x26\x13\x0a\x5a\xc8\x38\x42\x47\xaf\x18\x94\x61\x13\x36\x68\x93\x00\x1a\xce\xd4\x2e\x84\xef\xef\xb3\x6a\x78\x18\xf6\xce\x72\x58\x13\x4f\x95\xf6\x38\x5a\x78\x02\x10\x3c\x51\x06\x7f\xf5\xa0\x53\x2e\x2a\x61\xda\x1a\x59\x26\xa9\x5d\x59\x62\xfa\xda\x25\xd3\x46\x3b\xda\x2f\xb1\x3b\x3f\x98\x8e\xfe\x4b\x05\x09\xe0\x47\x03\x7f\x34\xf4\x31\xbf\x50\x09\xcf\x69\xba\xb0\x1e\xc9\xce\x5c\xe8\xb6\x14\x1d\x12\x9f\xb8\x6b\xe2\xf5\xe6\x1d\x0b\xe5\xa5\x93\x69\x35\x4d\xef\x01\x00\x00\xff\xff\xe3\x70\xd5\xfb\xc1\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x31\x4f\x43\x31\x0c\x84\xf7\xfc\x0a\xab\xfb\x2b\x62\x43\xd9\x80\x81\xbd\x48\xec\x7e\x89\x5b\x4c\x53\x3b\xb2\x9d\x0a\xf8\xf5\x88\xd7\x0a\x84\x8a\x90\x18\x13\xfb\xbe\x3b\x1f\x76\x7e\x22\x73\x56\xc9\x60\x33\x96\x35\x8e\x78\x56\xe3\x77\x0c\x56\x59\xef\x6f\x7c\xcd\x7a\x75\xbc\x4e\x7b\x96\x9a\xe1\xbe\x0d\x0f\xb2\x8d\x36\xba\x63\xa9\x2c\xbb\x74\xa0\xc0\x8a\x81\x39\x01\xa0\x88\xc6\xa2\xf4\xcf\x27\xfc\x8a\x1c\x33\x99\x50\xd0\x42\xc6\x11\x3a\x7a\xc5\xa0\x0c\xab\xb0\x41\xab\x04\xd0\x70\xa6\x76\x26\xfc\x5c\x9f\x55\xc3\xc3\xb0\x77\x96\xdd\x29\xf1\x54\x69\x8b\xa3\x85\x27\x00\xc1\x03\x65\xf0\x37\x0f\x3a\xe4\xa2\x12\xa6\xad\x91\x65\x7a\xed\x28\x75\xfa\xfe\x49\xa6\x8d\x36\xb4\x5d\x42\x77\x7e\x30\x1d\xfd\x8f\x02\x12\xc0\xc5\xfd\xff\xb2\xf3\x31\xbf\x50\x09\xcf\x69\x3a\x93\x1e\xc9\x8e\x5c\xe8\xb6\x14\x1d\x12\x5f\xb0\x4b\xe9\x69\xe2\x1d\x0b\xe5\xa5\x8d\xe9\x64\x98\x3e\x02\x00\x00\xff\xff\x02\xec\xe2\xd6\xbb\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3d\x4f\x03\x31\x0c\x86\xf7\xfc\x0a\xab\xfb\x1d\x62\x43\xd9\x80\x81\xbd\x48\xec\x4e\xce\x3d\x4c\x73\x76\xe4\x38\x95\xe0\xd7\xa3\xde\x55\x48\x88\x8f\xa1\xa3\xad\xd7\x8f\x5f\x3d\x58\xf9\x85\xac\xb1\x4a\x04\x4b\x98\x47\xec\xfe\xaa\xc6\x1f\xe8\xac\x32\x1e\xef\xda\xc8\x7a\x73\xba\x0d\x47\x96\x29\xc2\x63\xe9\xcd\xc9\xf6\x5a\xe8\x81\x65\x62\x99\xc3\x42\x8e\x13\x3a\xc6\x00\x80\x22\xea\xeb\x65\x3b\x8f\xf0\x2b\xb2\x27\x32\x21\xa7\x95\x8c\xdd\xb5\xd7\x09\x9d\x22\xec\xdc\x3a\xed\x02\x40\xc1\x44\xe5\x42\xf8\x1e\x4f\xaa\xde\xdc\xb0\x56\x96\x79\x6b\x3c\x4c\x74\xc0\x5e\xbc\x05\x00\xc1\x85\x22\xb4\xf7\xe6\xb4\xc4\xac\xe2\xa6\xa5\x90\xc5\x99\x84\x8c\xf3\x30\xa3\x25\x9c\x69\xc8\xe7\x75\x76\xb5\x60\x5a\x68\x4f\x87\xb5\x7c\xe5\x27\xd3\x5e\xff\x11\x11\x00\x7e\x78\xb8\xea\x6d\xeb\xe9\x8d\xb2\xb7\x18\x86\x0b\xf1\x99\xec\xc4\x99\xee\x73\xd6\x2e\xfe\x05\xfd\x1b\xb1\x25\x5a\xc5\x4c\x71\xb5\x34\x6c\x05\xc2\x67\x00\x00\x00\xff\xff\x61\x80\x9f\xc6\xd3\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xd0\x3f\x4f\x33\x31\x0c\x06\xf0\x3d\x9f\xc2\xea\x7e\x7d\xf5\x6e\x28\x1b\x30\xb0\x17\x89\xdd\x97\xf3\xb5\xa6\xa9\x1d\xd9\x4e\x25\xf8\xf4\xa8\x77\x15\x12\xe2\xcf\x80\x18\x23\x39\xbf\xc7\x7e\xb0\xf1\x13\x99\xb3\x4a\x06\x1b\xb1\x6c\xb1\xc7\x41\x8d\x5f\x31\x58\x65\x7b\xbc\xf1\x2d\xeb\xbf\xf3\xff\x74\x64\x99\x32\xdc\xd7\xee\x41\xb6\xd3\x4a\x77\x2c\x13\xcb\x3e\x9d\x28\x70\xc2\xc0\x9c\x00\x50\x44\x63\xf9\xe9\x97\x27\x7c\x49\xf6\x91\x4c\x28\x68\x91\xb1\x87\xf6\x36\x61\x50\x86\x4d\x58\xa7\x4d\x02\xa8\x38\x52\xbd\x0a\x1f\xc7\x47\xd5\xf0\x30\x6c\x8d\x65\xbf\x6e\x3c\x4c\x34\x63\xaf\xe1\x09\x40\xf0\x44\x19\xfc\xc5\x83\x4e\xb9\xa8\x84\x69\xad\x64\x79\x89\x57\x09\xac\x43\xd3\x69\xb8\x84\x7a\xc1\x4a\x96\x4c\x2b\xed\x68\x5e\x96\x6f\xfc\x60\xda\xdb\x0f\x45\x24\x80\x4f\x3d\xfc\x2a\xd6\xfb\xf8\x4c\x25\x3c\xa7\xe1\x2a\x3e\x92\x9d\xb9\xd0\x6d\x29\xda\x25\xde\xd1\xef\x89\x75\xc2\x1b\x16\xca\xa0\x8d\xc4\x0f\x3c\xc7\xc0\x32\x1b\xfe\x91\x7a\xe9\x7e\x58\xcf\x4a\x6f\x01\x00\x00\xff\xff\x38\xd3\x68\x9d\x29\x02\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x3f\x4f\x43\x31\x0c\xc4\xf7\x7c\x0a\xab\xfb\x2b\x62\x43\xd9\x80\x81\xbd\x48\xec\x4e\x9e\x5b\xdc\xa6\x76\x64\x3b\x95\xe0\xd3\x23\x5e\x2b\x10\x7f\x84\x18\x2f\xca\xfd\xee\xce\xd8\xf9\x89\xcc\x59\x25\x83\x15\xac\x6b\x1c\xf1\xac\xc6\xaf\x18\xac\xb2\x3e\xdc\xf8\x9a\xf5\xea\x74\x9d\x0e\x2c\x73\x86\xfb\x36\x3c\xc8\x36\xda\xe8\x8e\x65\x66\xd9\xa5\x23\x05\xce\x18\x98\x13\x00\x8a\x68\x2c\x4e\x7f\x97\xf0\x2b\x72\x14\x32\xa1\xa0\x85\x8c\x23\x74\xf4\x19\x83\x32\xac\xc2\x06\xad\x12\x40\xc3\x42\xed\x42\xf8\xfa\xbd\xa8\x86\x87\x61\xef\x2c\xbb\x73\xe3\x69\xa6\x2d\x8e\x16\x9e\x00\x04\x8f\x94\xc1\x5f\x3c\xe8\x98\xab\x4a\x98\xb6\x46\x96\xf7\x5a\xa6\x4f\x99\x4c\x1b\x6d\x68\xbb\x34\xee\xfc\x60\x3a\xfa\x1f\xeb\x13\xc0\x8f\xf1\xff\xcf\xf2\x51\xf6\x54\xc3\x73\x9a\x2e\x98\x47\xb2\x13\x57\xba\xad\x55\x87\xc4\x07\xe9\x9b\xef\xfc\xec\x1d\x2b\xe5\xe5\x08\xd3\x39\x2a\xbd\x05\x00\x00\xff\xff\x7b\x27\x53\x30\xb2\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xb1\x4e\x33\x41\x0c\x84\xfb\x7d\x0a\x2b\xfd\xdd\xaf\xbf\x43\xdb\x01\x05\x7d\x90\xe8\x7d\x7b\x4e\x30\xd9\xb3\x57\xb6\x37\x12\x3c\x3d\xca\x25\x22\x42\x44\x48\x94\x1e\x79\xbe\x19\x0d\x36\x7e\x21\x73\x56\xc9\x60\x13\x96\x11\x7b\xbc\xaa\xf1\x07\x06\xab\x8c\x87\x3b\x1f\x59\xff\x1d\xff\xa7\x03\xcb\x9c\xe1\xb1\x76\x0f\xb2\xad\x56\x7a\x60\x99\x59\xf6\x69\xa1\xc0\x19\x03\x73\x02\x40\x11\x8d\xd5\xe9\xa7\x13\x6e\x22\xfb\x44\x26\x14\xb4\x92\xb1\x87\xf6\x36\x63\x50\x86\x4d\x58\xa7\x4d\x02\xa8\x38\x51\xbd\x10\xbe\xbf\x4f\xaa\xe1\x61\xd8\x1a\xcb\xfe\xdc\x78\x98\x69\x87\xbd\x86\x27\x00\xc1\x85\x32\xf8\xbb\x07\x2d\xb9\xa8\x84\x69\xad\x64\xf9\xa4\x7b\xc3\x42\xc3\x55\x4c\xa6\x95\xb6\xb4\x5b\x7b\x37\x7e\x32\xed\xed\x97\x0d\x12\xc0\x8f\x09\xfe\x9a\xe8\x7d\x7a\xa3\x12\x9e\xd3\x70\x81\x3d\x93\x1d\xb9\xd0\x7d\x29\xda\x25\xbe\x78\x37\xdd\x70\x95\xf3\x3a\xcb\x70\x8e\x4d\x9f\x01\x00\x00\xff\xff\x5a\x99\x63\x82\xc4\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcf\x4e\x33\x31\x0c\xc4\xef\x79\x0a\xab\xf7\xed\xa7\xef\x86\x72\x03\x0e\xdc\x8b\xc4\xdd\x9b\xb8\xc5\x34\xb5\x23\xdb\xa9\x04\x4f\x8f\xd8\xad\x40\xfc\x11\x12\xc7\x89\x32\xbf\x99\x31\x76\x7e\x20\x73\x56\xc9\x60\x33\x96\x2d\x8e\x78\x54\xe3\x17\x0c\x56\xd9\x1e\xaf\x7c\xcb\xfa\xef\xfc\x3f\x1d\x59\x6a\x86\xdb\x36\x3c\xc8\x76\xda\xe8\x86\xa5\xb2\x1c\xd2\x89\x02\x2b\x06\xe6\x04\x80\x22\x1a\x8b\xd3\xdf\x24\xfc\x88\x1c\x33\x99\x50\xd0\x42\xc6\x11\x3a\x7a\xc5\xa0\x0c\x9b\xb0\x41\x9b\x04\xd0\x70\xa6\x76\x21\x7c\xfe\x3e\xab\x86\x87\x61\xef\x2c\x87\xb5\xf1\x54\x69\x8f\xa3\x85\x27\x00\xc1\x13\x65\xf0\x67\x0f\x3a\xe5\xa2\x12\xa6\xad\x91\x65\xd1\x4a\xd3\x87\x4e\xa6\x8d\x76\xb4\x5f\x2a\x77\xbe\x33\x1d\xfd\x97\xf9\x09\xe0\xdb\xfa\x3f\x84\xf9\x98\x9f\xa8\x84\xe7\x34\x5d\x38\xf7\x64\x67\x2e\x74\x5d\x8a\x0e\x89\x77\xd4\x57\xe3\xfa\xee\x1d\x0b\xe5\xe5\x0e\xd3\x1a\x96\x5e\x03\x00\x00\xff\xff\x39\x3c\x7a\x76\xb5\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3d\x4f\x73\x31\x0c\x85\xf7\xfc\x0a\xab\xfb\xed\xab\x77\x43\xd9\x80\x81\xbd\x48\xec\xbe\x89\x5b\x4c\x73\xed\xc8\x76\x2a\xc1\xaf\x47\xbd\xad\x90\x10\x1f\x03\x63\xa4\x93\xe7\x1c\x3f\xd8\xf9\x89\xcc\x59\x25\x83\xcd\x58\xb6\x38\xe2\x59\x8d\xdf\x30\x58\x65\x7b\xbc\xf1\x2d\xeb\xbf\xd3\xff\x74\x64\xa9\x19\xee\xdb\xf0\x20\xdb\x69\xa3\x3b\x96\xca\x72\x48\x0b\x05\x56\x0c\xcc\x09\x00\x45\x34\xd6\x9f\x7e\x7e\xc2\xb7\xc8\x31\x93\x09\x05\xad\x64\x1c\xa1\xa3\x57\x0c\xca\xb0\x09\x1b\xb4\x49\x00\x0d\x67\x6a\x57\xc2\xe7\xf8\xac\x1a\x1e\x86\xbd\xb3\x1c\x2e\x8b\xa7\x4a\x7b\x1c\x2d\x3c\x01\x08\x2e\x94\xc1\x5f\x3d\x68\xc9\x45\x25\x4c\x5b\x23\xcb\xfd\x7c\xa2\x07\x49\x4c\x27\x6d\x63\xa1\x69\x66\xa9\x64\xc9\xb4\xd1\x8e\xf6\xeb\xf6\xce\x0f\xa6\xa3\xff\xe2\x21\x01\x7c\xd1\xf0\x97\x56\x1f\xf3\x0b\x95\xf0\x9c\xa6\x2b\xf0\x91\xec\xc4\x85\x6e\x4b\xd1\x21\xf1\xc1\xfc\x91\x70\x09\x78\xc7\x42\x79\x55\x34\x5d\xea\xd3\x7b\x00\x00\x00\xff\xff\xac\x5f\xb6\xaa\xd0\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcf\x4e\x33\x31\x0c\xc4\xef\x79\x0a\xab\xf7\xed\xa7\xef\x86\x72\x03\x0e\xdc\x8b\xc4\xdd\x49\xdc\x25\x34\x6b\x47\xb6\x53\x09\x9e\x1e\x75\xb7\x42\x42\x54\x48\x1c\xfd\x67\x7e\x33\x1a\xec\xf5\x85\xd4\xaa\x70\x04\x4d\x98\xf7\x38\xfc\x55\xb4\x7e\xa0\x57\xe1\xfd\xe9\xce\xf6\x55\xfe\x9d\xff\x87\x53\xe5\x12\xe1\xb1\x0d\x73\xd2\x83\x34\x7a\xa8\x5c\x2a\xcf\x61\x21\xc7\x82\x8e\x31\x00\x20\xb3\xf8\xaa\xb4\xcb\x08\x37\x91\x23\x91\x32\x39\xad\x64\x1c\x2e\xa3\x17\x74\x8a\xb0\x73\x1d\xb4\x0b\x00\x0d\x13\xb5\x2b\xe1\xfb\x7b\x12\x71\x73\xc5\xde\x2b\xcf\x5b\xe2\xa9\xd0\x11\x47\x73\x0b\x00\x8c\x0b\x45\xb0\x77\x73\x5a\x62\x16\x76\x95\xd6\x48\x63\x97\x32\xcd\xa8\x09\x67\x9a\xf2\x65\x95\x5d\x34\xa8\x34\x3a\xd0\x71\x0d\xde\xeb\x93\xca\xe8\xbf\x94\x10\x00\x7e\x74\xf0\x67\x4b\x1b\xe9\x8d\xb2\x5b\x0c\xd3\x95\xf6\x4c\x7a\xae\x99\xee\x73\x96\xc1\xfe\x05\xbc\x2d\xdf\xae\xd6\x31\x53\x5c\x9b\x99\x36\xe3\xf0\x19\x00\x00\xff\xff\x35\x74\x4f\x7d\xc7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\x3f\x4f\x03\x31\x0c\xc5\xf7\x7c\x0a\xab\xfb\x15\xb1\xa1\x6c\xc0\xc0\x5e\x24\x76\x5f\xce\x2d\xa6\xa9\x1d\xd9\xce\x49\xf0\xe9\x51\xef\x2a\x10\xe2\xcf\xc0\x18\xe5\xf9\xf7\x9e\x7e\xd8\xf8\x89\xcc\x59\x25\x83\x8d\x58\xb6\xd8\xe3\x59\x8d\xdf\x30\x58\x65\x7b\xbc\xf1\x2d\xeb\xd5\x7c\x9d\x8e\x2c\x53\x86\xfb\xda\x3d\xc8\x76\x5a\xe9\x8e\x65\x62\x39\xa4\x13\x05\x4e\x18\x98\x13\x00\x8a\x68\x2c\x97\x7e\x7e\xc2\x8f\xc8\x3e\x92\x09\x05\x2d\x64\xec\xa1\xbd\x4d\x18\x94\x61\x13\xd6\x69\x93\x00\x2a\x8e\x54\x2f\x84\xaf\xf1\x51\x35\x3c\x0c\x5b\x63\x39\xac\x8b\x87\x89\xf6\xd8\x6b\x78\x02\x10\x3c\x51\x06\x7f\xf5\xa0\x53\x2e\x2a\x61\x5a\x2b\x59\x6e\xf3\xd0\x4c\x83\xca\x79\xc1\xf0\xf9\x91\x4c\x2b\xed\x68\xbf\x6c\x6f\xfc\x60\xda\xdb\x1f\x1e\x12\xc0\x37\x0d\xff\x69\xf5\x3e\xbe\x50\x09\xcf\x69\xb8\x00\x1f\xc9\x66\x2e\x74\x5b\x8a\x76\x89\x0f\xe6\xaf\x84\x35\xe0\x0d\x0b\xe5\x45\xd1\xb0\xd6\xa7\xf7\x00\x00\x00\xff\xff\x53\x24\x69\xeb\xd0\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xbb\x4e\x03\x41\x0c\x45\xfb\xf9\x0a\x2b\xfd\x06\xd1\xa1\xe9\x80\x82\x3e\x48\xf4\xde\x59\x27\x98\x4c\xec\x91\xed\x59\x09\xbe\x1e\x65\x37\x02\x21\x1e\x05\xa5\xe5\xeb\xe3\xa3\x8b\x8d\x9f\xc8\x9c\x55\x32\xd8\x88\x65\x8b\x3d\x9e\xd5\xf8\x0d\x83\x55\xb6\xc7\x1b\xdf\xb2\x5e\xcd\xd7\xe9\xc8\x32\x65\xb8\xaf\xdd\x83\x6c\xa7\x95\xee\x58\x26\x96\x43\x3a\x51\xe0\x84\x81\x39\x01\xa0\x88\xc6\x72\xe9\xe7\x11\x7e\x44\xf6\x91\x4c\x28\x68\x21\x63\x0f\xed\x6d\xc2\xa0\x0c\x9b\xb0\x4e\x9b\x04\x50\x71\xa4\x7a\x21\x7c\x8d\x8f\xaa\xe1\x61\xd8\x1a\xcb\x61\x35\x1e\x26\xda\x63\xaf\xe1\x09\x40\xf0\x44\x19\xfc\xd5\x83\x4e\xb9\xa8\x84\x69\xad\x64\xb9\xcd\x65\x68\xa6\x41\xe5\xac\x30\x7c\x6e\x92\x69\xa5\x1d\xed\x17\xf9\xc6\x0f\xa6\xbd\xfd\x51\x44\x02\xf8\xd6\xc3\xbf\xde\x7a\x1f\x5f\xa8\x84\xe7\x34\x5c\x88\x8f\x64\x33\x17\xba\x2d\x45\xbb\xc4\x07\xf4\x77\xc4\x9a\xf0\x86\x85\xf2\xd2\xd2\xb0\x0a\xa4\xf7\x00\x00\x00\xff\xff\xde\xc0\x95\xfc\xd3\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xcf\x4a\x34\x41\x0c\xc4\xef\xfd\x14\x61\xef\x33\x1f\xdf\x4d\xfa\xa6\x1e\xbc\xaf\xe0\x3d\xd3\x93\x5d\xe3\xf6\x24\x4d\x92\x5e\xd0\xa7\x17\x67\x16\x45\x5c\x04\x8f\xf9\x53\xbf\x2a\x0a\x1b\x3f\x91\x39\xab\x64\xb0\x09\xcb\x88\x3d\x9e\xd5\xf8\x0d\x83\x55\xc6\xd3\x8d\x8f\xac\xff\xce\xff\xd3\x89\x65\xce\x70\x5f\xbb\x07\xd9\x5e\x2b\xdd\xb1\xcc\x2c\xc7\xb4\x50\xe0\x8c\x81\x39\x01\xa0\x88\xc6\xaa\xf4\x8f\x11\xae\x22\xfb\x44\x26\x14\xb4\x92\xb1\x87\xf6\x36\x63\x50\x86\x5d\x58\xa7\x5d\x02\xa8\x38\x51\xbd\x10\xbe\xbf\x4f\xaa\xe1\x61\xd8\x1a\xcb\x71\x4b\x3c\xcc\x74\xc0\x5e\xc3\x13\x80\xe0\x42\x19\xfc\xd5\x83\x96\x5c\x54\xc2\xb4\x56\xb2\x6c\xd4\x2a\x17\x74\x8a\xe1\x6b\x9b\x4c\x2b\xed\xe9\xb0\x06\x6f\xfc\x60\xda\xdb\x2f\x25\x24\x80\x1f\x1d\xfc\xd9\xd2\xfb\xf4\x42\x25\x3c\xa7\xe1\x42\x7b\x24\x3b\x73\xa1\xdb\x52\xb4\x4b\x7c\x02\xaf\xcb\xb7\xab\x37\x2c\x94\xd7\x66\x86\xcd\x38\xbd\x07\x00\x00\xff\xff\x27\xb3\xd4\xbd\xc7\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x4d\x4b\x34\x41\x0c\x84\xef\xfd\x2b\xc2\xde\x67\x5e\xde\x9b\xf4\x4d\x3d\x78\x5f\xc1\x7b\xa6\x27\xbb\xc6\xed\x49\x9a\x24\xbd\xa0\xbf\x5e\x9c\x59\x14\xf1\x03\x3c\xe6\xa3\x9e\x2a\x0a\x1b\x3f\x90\x39\xab\x64\xb0\x09\xcb\x88\x3d\x1e\xd5\xf8\x05\x83\x55\xc6\xd3\x95\x8f\xac\xff\xce\xff\xd3\x89\x65\xce\x70\x5b\xbb\x07\xd9\x5e\x2b\xdd\xb0\xcc\x2c\xc7\xb4\x50\xe0\x8c\x81\x39\x01\xa0\x88\xc6\xaa\xf4\xb7\x11\xbe\x45\xf6\x89\x4c\x28\x68\x25\x63\x0f\xed\x6d\xc6\xa0\x0c\xbb\xb0\x4e\xbb\x04\x50\x71\xa2\x7a\x21\x7c\x7e\x9f\x54\xc3\xc3\xb0\x35\x96\xe3\x96\x78\x98\xe9\x80\xbd\x86\x27\x00\xc1\x85\x32\xf8\xb3\x07\x2d\xb9\xa8\x84\x69\xad\x64\xd9\xa8\x55\x2e\xab\xff\xf0\xb1\x4e\xa6\x95\xf6\x74\x58\x93\x37\xbe\x33\xed\xed\x97\x16\x12\xc0\x97\x12\xfe\xee\xe9\x7d\x7a\xa2\x12\x9e\xd3\x70\xc1\xdd\x93\x9d\xb9\xd0\x75\x29\xda\x25\xde\x89\x3f\xe8\xb7\xb3\x37\x2c\x94\xd7\x72\x86\xcd\x3a\xbd\x06\x00\x00\xff\xff\x24\xb5\x80\x16\xca\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xbb\x4e\x03\x31\x10\x45\x7b\x7f\xc5\x28\xfd\x06\xd1\x21\x77\x40\x41\x1f\x24\xfa\x59\xef\x24\x98\x78\x67\xcc\x3c\x22\xc1\xd7\x23\x76\x23\x10\xe2\x51\x50\x5a\xbe\x73\xee\xd5\xc1\x5e\x1f\x48\xad\x0a\x67\xd0\x11\xcb\x16\xc3\x1f\x45\xeb\x2b\x7a\x15\xde\x1e\xaf\x6c\x5b\xe5\xe2\x74\x99\x8e\x95\xa7\x0c\xb7\x2d\xcc\x49\x77\xd2\xe8\xa6\xf2\x54\xf9\x90\x66\x72\x9c\xd0\x31\x27\x00\x64\x16\x5f\x2e\xed\xfd\x09\x3f\x22\x63\x24\x65\x72\x5a\xc8\x18\x2e\xd1\x27\x74\xca\xb0\x71\x0d\xda\x24\x80\x86\x23\xb5\x33\xe1\x6b\x7c\x14\x71\x73\xc5\xde\x2b\x1f\xd6\xc5\xc3\x44\x7b\x8c\xe6\x96\x00\x18\x67\xca\x60\x2f\xe6\x34\xe7\x22\xec\x2a\xad\x91\x66\x25\x93\xd0\x42\xcf\x21\x8e\xc3\xe7\x47\x52\x69\xb4\xa3\xfd\xb2\xbd\xd7\x3b\x95\xe8\x7f\x78\x48\x00\xdf\x34\xfc\xa7\xd5\x62\x7c\xa2\xe2\x96\xd3\x70\x06\xde\x93\x9e\x6a\xa1\xeb\x52\x24\xd8\x3f\x98\xbf\x12\xd6\x80\x75\x2c\x94\x17\x45\xc3\x5a\x9f\xde\x02\x00\x00\xff\xff\x8b\x61\xcc\xf3\xd0\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xbf\x4e\x33\x41\x0c\xc4\xfb\x7d\x0a\x2b\xfd\xdd\xa7\xaf\x43\xdb\x01\x05\x7d\x90\xe8\x7d\x7b\x4e\x58\xb2\x67\xaf\xfc\x27\x12\x3c\x3d\xe2\x2e\x02\xa1\x20\x24\xca\x5d\x7b\x7e\x33\x63\xec\xf5\x89\xd4\xaa\x70\x06\x9d\xb0\x8c\x18\xfe\x2c\x5a\xdf\xd0\xab\xf0\x78\xba\xb1\xb1\xca\xbf\xf3\xff\x74\xaa\x3c\x67\xb8\x6f\x61\x4e\xba\x97\x46\x77\x95\xe7\xca\xc7\xb4\x90\xe3\x8c\x8e\x39\x01\x20\xb3\xf8\xaa\xb4\x8f\x27\xfc\x88\x8c\x89\x94\xc9\x69\x25\x63\xb8\x44\x9f\xd1\x29\xc3\xce\x35\x68\x97\x00\x1a\x4e\xd4\x2e\x84\xef\xeb\x93\x88\x9b\x2b\xf6\x5e\xf9\xb8\x25\x1e\x66\x3a\x60\x34\xb7\x04\xc0\xb8\x50\x06\x7b\x35\xa7\x25\x17\x61\x57\x69\x8d\x34\xab\x84\xd3\xf0\xf5\x91\x54\x1a\xed\xe9\xb0\x66\xee\xf5\x41\x25\xfa\x2f\xfd\x13\xc0\x55\xfd\xbf\xb8\x59\x4c\x2f\x54\xdc\x72\x1a\x2e\xa0\x47\xd2\x73\x2d\x74\x5b\x8a\x04\xfb\x27\xeb\x4a\xb9\x0d\xac\x63\xa1\xbc\x9e\x62\xd8\xec\xd2\x7b\x00\x00\x00\xff\xff\x4e\x50\x8b\xb8\xb8\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xbd\x4e\x2b\x41\x0c\x85\xfb\x79\x0a\x2b\xfd\xee\xd5\xed\xd0\x74\x40\x41\x1f\x24\x7a\xef\xac\x13\x4c\x66\xed\x91\xed\x89\x04\x4f\x8f\xd8\x8d\x14\x21\x7e\x0a\x4a\xcb\x9f\x3f\x1f\x1d\x6c\xfc\x44\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x78\x56\xe3\x37\x0c\x56\x19\x4f\x37\x3e\xb2\xfe\x3b\xff\x4f\x27\x96\x39\xc3\x7d\xed\x1e\x64\x7b\xad\x74\xc7\x32\xb3\x1c\xd3\x42\x81\x33\x06\xe6\x04\x80\x22\x1a\xeb\xa5\x7f\x8c\xf0\xad\xb2\x4f\x64\x42\x41\xab\x19\x7b\x68\x6f\x33\x06\x65\xd8\x85\x75\xda\x25\x80\x8a\x13\xd5\x8b\xe1\x33\x3e\xa9\x86\x87\x61\x6b\x2c\xc7\x2d\xf1\x30\xd3\x01\x7b\x0d\x4f\x00\x82\x0b\x65\xf0\x57\x0f\x5a\x72\x51\x09\xd3\x5a\xc9\xb2\x93\x9d\xb9\xd0\x80\xa5\x68\x97\x18\xae\xab\x64\x5a\x69\x4f\x87\x35\x7d\xe3\x07\xd3\xde\x7e\x69\x22\x01\x7c\x29\xe2\x6f\x7f\xbd\x4f\x2f\x54\xc2\x73\x1a\x2e\xca\xc7\x0d\xbe\xdd\xd8\xab\xf5\x67\xc7\x86\x78\xc3\x42\x79\x2d\x6a\xd8\x22\xa4\xf7\x00\x00\x00\xff\xff\xc8\x5c\xe8\x37\xd6\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xc1\x4a\x34\x41\x0c\x84\xef\xfd\x14\x61\xef\x33\x3f\xff\x4d\xfa\xa6\x1e\xbc\xaf\xe0\x3d\xd3\x93\x5d\xe3\xf6\x24\x4d\x92\x5e\xd0\xa7\x17\x67\x16\x16\x59\x11\x3c\x76\xa7\xea\xab\xa2\xb0\xf1\x0b\x99\xb3\x4a\x06\x9b\xb0\x8c\xd8\xe3\x55\x8d\x3f\x30\x58\x65\x3c\xdd\xf9\xc8\xfa\xef\xfc\x3f\x9d\x58\xe6\x0c\x8f\xb5\x7b\x90\xed\xb5\xd2\x03\xcb\xcc\x72\x4c\x0b\x05\xce\x18\x98\x13\x00\x8a\x68\xac\x4e\xff\x7a\xc2\x8f\xc8\x3e\x91\x09\x05\xad\x64\xec\xa1\xbd\xcd\x18\x94\x61\x17\xd6\x69\x97\x00\x2a\x4e\x54\x2f\x84\xef\xf2\x49\x35\x3c\x0c\x5b\x63\x39\x6e\x8d\x87\x99\x0e\xd8\x6b\x78\x02\x10\x5c\x28\x83\xbf\x7b\xd0\x92\x8b\x4a\x98\xd6\x4a\x96\x9d\xec\xcc\x85\x86\xeb\x57\x32\xad\xb4\xa7\xc3\xda\xba\xf1\x93\x69\x6f\xbf\x2c\x90\x00\x6e\x06\xf8\x5b\x9e\xf7\xe9\x8d\x4a\x78\x4e\xc3\x05\xf5\xbc\x89\xee\x4b\xd1\x2e\x71\xa5\xdd\x7a\xb7\x93\x37\x2c\x94\xd7\x41\x86\x2d\x32\x7d\x06\x00\x00\xff\xff\x86\x4f\x4b\x5a\xbe\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x4d\x4b\x33\x41\x10\x84\xef\xf3\x2b\x9a\xdc\x37\x2f\xef\x4d\xe6\xa6\x1e\xbc\x47\xf0\xde\x3b\xdb\x1b\xc7\xcc\x76\x0f\xfd\x11\xd0\x5f\x2f\xee\x06\x82\x18\x04\x8f\xfd\x51\x4f\x15\x85\xbd\xbe\x90\x5a\x15\xce\xa0\x23\x96\x3d\x86\xbf\x8a\xd6\x0f\xf4\x2a\xbc\x3f\xdd\xd9\xbe\xca\xbf\xf3\xff\x74\xaa\x3c\x65\x78\x6c\x61\x4e\x7a\x90\x46\x0f\x95\xa7\xca\xc7\xb4\x90\xe3\x84\x8e\x39\x01\x20\xb3\xf8\xaa\xb4\xaf\x11\x6e\x22\x63\x24\x65\x72\x5a\xc9\x18\x2e\xd1\x27\x74\xca\xb0\x73\x0d\xda\x25\x80\x86\x23\xb5\x0b\xe1\xfb\xfb\x28\xe2\xe6\x8a\xbd\x57\x3e\x6e\x89\x87\x89\x66\x8c\xe6\x96\x00\x18\x17\xca\x60\xef\xe6\xb4\xe4\x22\xec\x2a\xad\x91\x66\x73\x74\x9a\xa3\x19\xf9\x70\x5d\x27\x95\x46\x07\x9a\xd7\xe4\xbd\x3e\xa9\x44\xff\xa5\x85\x04\xf0\xa3\x84\xbf\x7b\x5a\x8c\x6f\x54\xdc\x72\x1a\x2e\xb8\x67\xd2\x73\x2d\x74\x5f\x8a\x04\xfb\x95\x78\x5b\xbf\x9d\xad\x63\xa1\xbc\x96\x33\x6c\xd6\xe9\x33\x00\x00\xff\xff\xf5\x15\x9f\x4d\xca\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbf\x4e\x34\x31\x0c\xc4\xfb\x3c\x85\x75\xfd\xee\xa7\xaf\x43\xe9\x80\x82\xfe\x90\xe8\xbd\x59\xdf\x61\x2e\x6b\x47\xb6\x73\x12\x3c\x3d\x62\xf7\x04\xe2\x8f\x10\xe5\x44\x99\xdf\xcc\x18\x1b\x3f\x90\x39\xab\x64\xb0\x09\xcb\x88\x3d\x1e\xd5\xf8\x05\x83\x55\xc6\xd3\x95\x8f\xac\xff\xce\xff\xd3\x89\x65\xce\x70\x5b\xbb\x07\xd9\x5e\x2b\xdd\xb0\xcc\x2c\xc7\xb4\x50\xe0\x8c\x81\x39\x01\xa0\x88\xc6\xea\xf4\x37\x09\x3f\x22\xfb\x44\x26\x14\xb4\x92\xb1\x87\xf6\x36\x63\x50\x86\x5d\x58\xa7\x5d\x02\xa8\x38\x51\xbd\x10\x3e\x7f\x9f\x54\xc3\xc3\xb0\x35\x96\xe3\xd6\x78\x98\xe9\x80\xbd\x86\x27\x00\xc1\x85\x32\xf8\xb3\x07\x2d\xb9\xa8\x84\x69\xad\x64\x39\xa2\x0e\x1f\x32\x99\x56\xda\xd3\x61\x6d\xdc\xf8\xce\xb4\xb7\x5f\xd6\x27\x80\x6f\xe3\xff\x9e\xe5\x7d\x7a\xa2\x12\x9e\xd3\x70\xc1\xdc\x93\x9d\xb9\xd0\x75\x29\xda\x25\xde\x49\x5f\x7c\xdb\xb3\x37\x2c\x94\xd7\x23\x0c\x5b\x54\x7a\x0d\x00\x00\xff\xff\x33\x65\xcf\x0d\xb2\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xbd\x4e\x33\x41\x0c\x00\xfb\x7d\x0a\x2b\xfd\xe5\xd3\xd7\xa1\xed\x80\x82\x3e\x48\xf4\xbe\x5d\x1f\x31\xd9\xb3\x57\xb6\x37\x52\x78\x7a\x94\x23\xa2\xe1\xa7\xb4\xe4\x19\x8f\x8c\x9d\x5f\xc8\x9c\x55\x32\xd8\x8c\x65\x8f\x23\x8e\x6a\xfc\x8e\xc1\x2a\xfb\xd3\x9d\xef\x59\xff\x9d\xff\xa7\x13\x4b\xcd\xf0\xd8\x86\x07\xd9\x41\x1b\x3d\xb0\x54\x96\xd7\xb4\x52\x60\xc5\xc0\x9c\x00\x50\x44\x63\x23\xfd\x3a\xc2\x8f\xca\x31\x93\x09\x05\x6d\x66\x1c\xa1\xa3\x57\x0c\xca\xb0\x0b\x1b\xb4\x4b\x00\x82\x2b\x65\xf0\x8b\x07\xad\xb9\x52\x6f\x7a\x21\x4b\xa6\x8d\x0e\xb4\x6c\x77\x3a\x3f\x99\x8e\xfe\x47\x73\x02\xf8\x96\xfc\xab\xda\xc7\xfc\x46\x25\x3c\xa7\xe9\x46\x3d\x93\x9d\xb9\xd0\x7d\x29\x3a\x24\xbe\xc0\x4a\x0b\x8e\x16\xd3\xb5\x65\xfe\x7c\x80\x4f\x45\x25\x4c\x5b\x23\xbb\xed\x79\xc7\x42\x19\xb4\x93\xf8\x91\x97\x98\x58\x16\xc3\xf4\x11\x00\x00\xff\xff\x58\x4a\x6a\x27\x6c\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xbd\xae\xc2\x30\x0c\x46\xf7\x3c\x85\xd5\xfd\xf6\x8a\x0d\x65\x84\x81\xbd\x03\xbb\xdb\x18\xb0\xda\xda\x91\xe3\x54\x2a\x4f\x8f\xa8\xd8\xf8\x19\xbf\xe1\x3b\xe7\x60\xe6\x33\x59\x61\x95\x08\xd6\xe3\xd0\x62\xf5\x9b\x1a\xdf\xd1\x59\xa5\x1d\xf7\xa5\x65\xfd\x5f\x76\x61\x64\x49\x11\x8e\x53\x2d\x4e\xd6\xe9\x44\x07\x96\xc4\x72\x0d\x33\x39\x26\x74\x8c\x01\x00\x45\xd4\xb7\x67\x79\x4e\xf8\x88\xac\x3d\x99\x90\xd3\x46\xc6\xea\x5a\x73\x42\xa7\x08\x8d\x5b\xa5\x26\x00\x08\xce\x14\xa1\xac\xc5\x69\x8e\x89\xcb\xa0\x0b\xd9\xfa\xd7\xbf\x8c\xa6\x13\x75\x74\xd9\x84\x99\x4f\xa6\x35\xff\x88\x0f\x00\x6f\xed\x5f\x1d\xe1\x11\x00\x00\xff\xff\xa9\x57\x14\xc5\x10\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xcf\x3f\x4f\x03\x31\x0c\x05\xf0\x3d\x9f\xc2\xea\xde\x43\x6c\x28\x23\x0c\xec\x1d\xd8\x9d\x8b\x5b\x4c\x73\x76\x14\xdb\x95\xca\xa7\x47\x3d\x58\xca\x3f\x09\x89\xd1\x92\xdf\x4f\xef\x61\xe7\x27\x1a\xc6\x2a\x19\x46\xc1\x79\xc2\xf0\x67\x1d\xfc\x8a\xce\x2a\xd3\xf1\xce\x26\xd6\x9b\xd3\x6d\x3a\xb2\xd4\x0c\x0f\x2d\xcc\x69\xec\xb4\xd1\x3d\x4b\x65\x39\xa4\x85\x1c\x2b\x3a\xe6\x04\x80\x22\xea\x6b\xd2\x2e\x27\x7c\x4b\x46\xa1\x21\xe4\xb4\xca\x18\xae\xd1\x2b\x3a\x65\xd8\xf8\x08\xda\x24\x80\x86\x85\xda\x87\x70\xfd\x5e\x54\xdd\x7c\x60\xef\x2c\x87\xf7\xc6\xdb\x4a\x7b\x8c\xe6\x96\x00\x04\x17\xca\x60\x67\x73\x5a\x72\x65\x9b\xf5\x44\xe3\x9c\x86\x36\xda\xd1\x7e\x6d\xd8\xf9\x71\x68\xf4\x5f\xd6\x26\x80\x2f\x63\x7f\xb6\x2d\xca\x0b\xcd\x6e\x39\x6d\xff\x84\xaf\x8f\x9f\xd9\x4b\x82\xc4\x79\x46\xa7\xfa\x1f\x60\xc8\x35\xf9\x16\x00\x00\xff\xff\xf5\x58\xc0\xce\xef\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\x31\x4f\x33\x31\x0c\x40\xf7\xfc\x0a\xab\xfb\xf5\xd3\xb7\xa1\x6c\xc0\xc0\x5e\x24\x76\x5f\xe2\x6b\x4d\x73\x76\xe4\xd8\x95\xe0\xd7\xa3\x1e\x15\x0b\xa8\xa3\x25\xbf\xe7\x27\x63\xe7\x37\xb2\xc1\x2a\x19\x6c\xc6\xb2\xc7\xf0\x93\x1a\x7f\xa2\xb3\xca\xfe\xfc\x30\xf6\xac\xff\x2e\xff\xd3\x99\xa5\x66\x78\x6e\x31\x9c\xec\xa0\x8d\x9e\x58\x2a\xcb\x31\xad\xe4\x58\xd1\x31\x27\x00\x14\x51\xdf\xc8\x71\x1d\xe1\x4f\x65\xcc\x64\x42\x4e\x9b\x19\xc3\x35\x7a\x45\xa7\x0c\x3b\xb7\xa0\x5d\x02\x10\x5c\x29\xc3\xf8\x18\x4e\x6b\xe6\x15\x8f\x34\xcd\xc1\xad\x92\x25\xd3\x46\x07\x5a\xb6\x63\x9d\x5f\x4c\xa3\xdf\x09\x4f\x00\xbf\xba\xef\xfb\x47\xcc\xef\x54\x7c\xe4\x34\xdd\xd0\x57\xb2\x0b\x17\x7a\x2c\x45\x43\xfc\x87\xae\xb4\x60\x34\x9f\xae\x41\xf3\xf7\x2b\xc6\x54\x54\xdc\xb4\x35\xb2\xdb\xde\xe8\x58\x28\x83\x76\x92\x71\xe2\xc5\x27\x96\xc5\x30\x7d\x05\x00\x00\xff\xff\x59\xef\xa4\x86\x76\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xb1\x4e\xc3\x40\x0c\x40\xf7\xfb\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\xb4\xa6\x17\xfb\xe4\xb3\x2b\xc1\xd7\xa3\xa6\x88\x85\xaa\xa3\x25\xbf\xe7\x27\x63\xe3\x0f\xb2\xce\x2a\x19\x6c\xc2\x32\x62\xf8\x51\x8d\xbf\xd1\x59\x65\x3c\x3d\xf5\x91\xf5\xe1\xfc\x98\x4e\x2c\x73\x86\xd7\x1a\xdd\xc9\xf6\x5a\xe9\x85\x65\x66\x39\xa4\x95\x1c\x67\x74\xcc\x09\x00\x45\xd4\x37\xb2\x5f\x46\xb8\xa9\x8c\x89\x4c\xc8\x69\x33\x63\xb8\x46\x9b\xd1\x29\xc3\xce\x2d\x68\x97\x00\x04\x57\xca\xd0\xbf\xba\xd3\x9a\x79\xc5\x03\x0d\x2d\x6a\x25\x4b\xa6\x95\xf6\xb4\x6c\xb7\x1a\xbf\x99\x46\xbb\xd3\x9d\x00\xfe\x65\xdf\xd5\xf7\x98\x3e\xa9\x78\xcf\x69\xf8\x25\xdf\xc9\xce\x5c\xe8\xb9\x14\x0d\xf1\x3f\x78\xa6\x05\xa3\xfa\x70\xe9\x99\xae\x8f\xe8\x43\x51\x71\xd3\x4d\x74\xdd\xeb\x0d\x0b\x65\xd0\x46\xd2\x8f\xbc\xf8\xc0\xb2\x18\xa6\x9f\x00\x00\x00\xff\xff\x26\xe9\x58\x1c\x74\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xb1\x4e\x2c\x31\x0c\x45\xfb\x7c\x85\xb5\xfd\xcc\xd3\xeb\x50\x4a\x28\xe8\x57\x82\xde\x99\x78\x07\xb3\x19\x3b\xb2\x1d\x24\xf8\x7a\xb4\x03\x0d\x02\xa1\xa5\xb4\xe4\x7b\xce\xbd\xd8\xf9\x91\xcc\x59\x25\x83\x15\x5c\x66\x1c\xf1\xa4\xc6\x6f\x18\xac\x32\x9f\x6f\x7c\x66\xfd\xf7\xf2\x3f\x9d\x59\x6a\x86\xbb\x36\x3c\xc8\x8e\xda\xe8\x96\xa5\xb2\xac\x69\xa3\xc0\x8a\x81\x39\x01\xa0\x88\xc6\x9e\xf4\xcb\x09\x3f\x22\x47\x21\x13\x0a\xda\xc9\x38\x42\x47\xaf\x18\x94\xe1\x10\x36\xe8\x90\x00\x1a\x16\x6a\x9f\x84\xaf\xef\x45\x35\x3c\x0c\x7b\x67\x59\x3f\x1a\x4f\x95\x4e\x38\x5a\x78\x02\x10\xdc\x28\x83\xbf\x7a\xd0\x96\x2f\xc9\x69\x51\x09\xd3\xd6\xc8\xa6\x0d\x05\x57\xb2\x64\xda\xe8\x48\xa7\xbd\x6f\xe7\x7b\xd3\xd1\x7f\xd9\x9e\x00\xbe\x4d\xbf\xd6\xe4\xa3\x3c\xd3\x12\x9e\xd3\xf4\x27\xd5\x83\x93\x5d\xeb\x78\x0f\x00\x00\xff\xff\xfa\x7e\x33\x06\xc1\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\xbd\x4e\x43\x31\x0c\x85\xf7\x3c\x85\xd5\xbd\x17\xb1\xa1\x6c\xc0\xc0\x5e\x24\x76\x27\x71\x8b\x69\xae\x1d\xc5\x4e\x25\x78\x7a\xd4\x7b\x4b\x25\xc4\xcf\xe8\x23\x7f\x9f\xce\xc1\xc6\x2f\xd4\x8d\x55\x22\xf4\x84\x79\xc2\xe1\xaf\xda\xf9\x03\x9d\x55\xa6\xe3\x9d\x4d\xac\x37\xa7\xdb\x70\x64\x29\x11\x1e\xeb\x30\xa7\xbe\xd3\x4a\x0f\x2c\x85\xe5\x10\x66\x72\x2c\xe8\x18\x03\x00\x8a\xa8\x2f\xa4\x9d\x4f\xf8\x55\x39\x12\x75\x21\xa7\xc5\x8c\xc3\x75\xb4\x82\x4e\x11\x36\xde\x07\x6d\x02\x40\xc5\x44\xf5\x62\xf8\xfe\x9e\x54\xdd\xbc\x63\x6b\x2c\x87\xb5\xf1\xb6\xd0\x1e\x47\x75\x0b\x00\x82\x33\x45\xb0\x77\x73\x9a\xe3\x99\xdc\x16\xb1\xd0\xb5\xd2\x8e\xf6\x4b\xc1\xc6\x4f\x5d\x47\xfb\x67\x6c\x00\xf8\xb1\xf5\x4f\xb5\x8d\xf4\x46\xd9\x2d\x86\xed\x85\x7a\xa6\x7e\xe2\x4c\xf7\x39\xeb\x10\xbf\x82\x57\x62\x0d\xac\x61\xfe\x4a\x57\x67\xf8\x0c\x00\x00\xff\xff\xd8\x68\x58\xe5\x8a\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xbd\x4e\x03\x41\x0c\x84\xfb\x7d\x0a\x2b\xfd\x1d\xa2\x43\x5b\x42\x41\x1f\x09\x7a\xef\xad\x93\x2c\xd9\xb3\x57\xfe\x41\x82\xa7\x47\x39\x68\x10\x88\x88\xd2\x92\xe7\x9b\xf9\x70\xb4\x67\x52\x6b\xc2\x19\xb4\xe0\x32\x63\xf8\x49\xb4\xbd\xa3\x37\xe1\xf9\x7c\x67\x73\x93\x9b\xd7\xdb\x74\x6e\x5c\x33\x3c\xf4\x30\x27\xdd\x4b\xa7\xfb\xc6\xb5\xf1\x31\xad\xe4\x58\xd1\x31\x27\x00\x64\x16\xdf\x92\x76\x39\xe1\x57\x64\x14\x52\x26\xa7\x8d\x8c\xe1\x12\xa3\xa2\x53\x86\x9d\x6b\xd0\x2e\x01\x74\x2c\xd4\xbf\x08\xdf\xdf\x8b\x88\x9b\x2b\x8e\xd1\xf8\xf8\xb9\x78\xaa\x74\xc0\xe8\x6e\x09\x80\x71\xa5\x0c\xf6\x66\x4e\x6b\xbe\x24\x27\x5b\x4e\x54\xa3\x93\x26\x95\x4e\x7b\x3a\x6c\x33\x47\x7b\x54\x89\xf1\x87\x72\x02\xf8\x61\x7c\xa5\xc0\xa2\xbc\xd0\xe2\x96\xd3\xf4\xaf\x86\x27\x23\xbd\x82\xfe\x08\x00\x00\xff\xff\x24\x49\xc2\xa2\xa6\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemMastersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\xbd\x4e\x03\x41\x0c\x06\x7b\x3f\x85\x95\x9e\x43\x74\x68\x4b\x28\xe8\x53\xd0\xfb\x72\x06\x4c\x6e\xed\x95\x7f\x90\xe0\xe9\x51\xb6\x25\x20\x51\x5a\xf2\x37\x33\x34\xe4\x99\x3d\xc4\xb4\xa1\xaf\x74\x5a\xa8\xf2\xcd\x5c\xbe\x28\xc5\x74\x39\xdf\xc7\x22\x76\xfb\x71\x07\x67\xd1\xad\xe1\xe3\x5e\x91\xec\x47\xdb\xf9\x41\x74\x13\x7d\x85\xce\x49\x1b\x25\x35\x40\x24\x55\xcb\xb9\x8c\xcb\x89\x57\x91\xb5\xb2\x2b\x27\x4f\x32\x55\x5a\x8d\x8d\x92\x1b\x1e\xd2\x8b\x0f\x80\xa8\xd4\xb9\x61\x7c\x46\x72\x6f\x9d\x2e\xc6\x00\xb7\x9d\x8f\xfc\x32\x35\x43\x9e\xdc\x6a\xfc\x91\x0c\x88\x3f\x8a\xaf\x93\x21\x6a\x7d\xe7\x53\x46\x83\x9b\x7f\x91\xe7\xe3\x6f\xb5\xdf\x01\x00\x00\xff\xff\xba\x85\x46\x3c\x58\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemMastersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemMastersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemMastersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemMastersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcf\xb1\x4a\x04\x41\x0c\xc6\xf1\x7e\x9e\x62\x5e\x60\x57\xec\x64\x3a\xb5\xb0\x3f\xc1\x3e\x37\xfb\x9d\x17\x6f\x27\x19\x92\xcc\x82\x3e\xbd\x2c\x8a\x85\x82\xd7\x86\xfc\xf9\xf1\x51\xe7\x17\x98\xb3\x4a\xc9\x76\xa4\x3a\xd3\x88\xb3\x1a\x7f\x50\xb0\xca\x7c\xb9\xf3\x99\xf5\x66\xbb\x4d\x17\x96\xa5\xe4\xc7\x75\x78\xc0\x0e\xba\xe2\x81\x65\x61\x79\x4d\x0d\x41\x0b\x05\x95\x94\xb3\x50\x43\xc9\xfe\xee\x81\x56\x1a\xc2\xb8\xfa\xe4\xb0\x0d\x96\x4c\x57\x1c\x70\xda\xdf\xa8\xf3\x93\xe9\xe8\xff\x90\x29\xe7\x3f\xe2\x15\xc0\xc7\xf1\x0d\x35\xbc\xa4\xe9\xbb\x7d\x86\x6d\x5c\x71\x5f\xab\x0e\x89\x9f\xfc\x57\xf7\x75\xf6\x4e\x15\x25\x6b\x87\xf8\x99\x4f\x31\x35\x15\x0e\xb5\x7d\xe2\x67\x00\x00\x00\xff\xff\xed\x66\x11\x74\x25\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xbd\x4e\x03\x41\x0c\x04\xe0\x7e\x9f\xc2\x4a\x9f\x43\x74\x68\x4b\x28\xe8\x23\x41\xef\xcb\x0e\x60\x72\x6b\x9f\x6c\x2f\x12\x3c\x3d\xca\x95\xfc\x44\x4a\x69\xc9\xfe\x66\xcc\xab\x3c\xc3\x43\x4c\x2b\xf9\xcc\xc7\x89\x47\xbe\x99\xcb\x17\xa7\x98\x4e\xa7\xbb\x98\xc4\x6e\x3e\x6e\xcb\x49\xb4\x55\x7a\x58\x46\x24\xfc\x60\x0b\xee\x45\x9b\xe8\x6b\xe9\x48\x6e\x9c\x5c\x0b\x11\xab\x5a\x6e\x97\x71\x1e\xe9\x4f\x72\xcc\x70\x45\x62\x93\x79\xa4\x8d\xb5\x71\xa2\xd2\x2e\x7d\x60\x57\x88\x94\x3b\x2a\xc5\x67\x24\x7a\x55\x6b\xd8\x73\xeb\xa2\x51\xdc\x16\x1c\xf0\xb2\x45\xad\xf2\xe8\x36\xd6\x0b\xb5\x0b\xd1\xaf\xd6\xff\xeb\x25\xc6\xfc\x8e\x63\x46\x2d\xfb\xab\xf4\xa7\x80\xff\x64\x3b\x9f\x03\xaf\x84\xb6\xc5\x4b\xef\x7f\x07\x00\x00\xff\xff\x84\xca\xc4\xc0\xad\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x4f\xc3\x40\x0c\x46\xf7\xfb\x15\x56\xf7\x04\xb1\xa1\xdb\x80\x81\xbd\x48\xec\xce\x9d\x43\x4d\x13\xfb\x64\xfb\x2a\xc1\xaf\x47\x04\xc4\x12\x44\x47\xcb\x7a\xef\x7b\xd8\xf8\x85\xcc\x59\x25\x83\x4d\x58\x46\xec\x71\x52\xe3\x0f\x0c\x56\x19\xcf\x77\x3e\xb2\xde\x5c\x6e\xd3\x99\xa5\x66\x78\x5c\xba\x07\xd9\x51\x17\x7a\x60\xa9\x2c\xaf\x69\xa5\xc0\x8a\x81\x39\x01\xa0\x88\xc6\x46\xfa\xd7\x09\x7f\x2a\xfb\x44\x26\x14\xb4\x99\xb1\x87\xf6\x56\x31\x28\xc3\x21\xac\xd3\x21\x01\x08\xae\x94\xc1\xdf\x3d\x68\xcd\xa2\x95\x86\x49\x35\x3c\x0c\x5b\x23\x4b\xa6\x0b\x1d\x69\xde\x06\x1b\x3f\x99\xf6\xf6\x4f\x7c\x02\xd8\xb5\x5f\xdf\xf0\x3e\xbd\x51\x09\xcf\x69\xf8\xc1\x9f\xc9\x2e\x5c\xe8\xbe\x14\xed\x12\xbf\x86\x3d\xfa\xfd\xf1\x86\x85\x32\x68\x23\xf1\x13\xcf\x31\xb0\xcc\x86\xe9\x33\x00\x00\xff\xff\xe3\x00\x0c\xc8\x70\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xbf\x4e\x03\x31\x0c\xc7\xf1\x3d\x4f\x61\x75\xbf\x43\x6c\x28\x23\x0c\xec\x95\x60\x77\x1a\xb7\x98\xe6\xec\xc8\x76\x10\xe5\xe9\x51\x0f\x16\xfe\xa8\x52\xc7\x48\xf1\x47\xbf\x2f\x76\x7e\x26\x73\x56\xc9\x60\x05\x77\x33\x8e\x78\x51\xe3\x0f\x0c\x56\x99\x8f\x77\x3e\xb3\xde\xbc\xdd\xa6\x23\x4b\xcd\xf0\xd0\x86\x07\xd9\x56\x1b\xdd\xb3\x54\x96\x43\x5a\x28\xb0\x62\x60\x4e\x00\x28\xa2\xb1\x5e\xfa\xf9\x09\xff\x92\xa3\x90\x09\x05\xad\x32\x8e\xd0\xd1\x2b\x06\x65\xd8\x84\x0d\xda\x24\x80\x86\x85\xda\xb7\xf0\xf3\x7b\x51\x0d\x0f\xc3\xde\x59\x0e\x5f\x8b\xa7\x4a\x7b\x1c\x2d\x3c\x01\x08\x2e\x94\xc1\x4f\x1e\xb4\x64\xd1\x4a\x53\x37\x7d\x67\xb2\x64\xda\x68\x4b\xfb\x75\x64\xe7\x47\xd3\xd1\x2f\x04\x27\x80\x3f\xbd\x17\x79\x1f\xe5\x95\x76\xe1\x39\x4d\x57\xf9\x4f\x4e\xf6\x1b\x3e\x17\xaf\xf0\x29\x7d\x06\x00\x00\xff\xff\x86\x31\x6d\xc9\x9e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbd\x4e\xc3\x40\x0c\xc0\xf1\xdd\x4f\x61\x75\x6f\x10\x1b\xba\x11\x06\xf6\x0e\xec\x4e\xcf\x80\x69\x62\x9f\xfc\x81\x80\xa7\x47\x64\xa5\x8a\xd4\xd1\x92\xfd\xf3\x9f\x86\xbc\xb0\x87\x98\x36\xf4\x99\xce\x13\x55\xbe\x9b\xcb\x0f\xa5\x98\x4e\x97\x87\x98\xc4\xee\x3e\xef\xe1\x22\xda\x1b\x3e\x2d\x15\xc9\x7e\xb2\x85\x1f\x45\xbb\xe8\x1b\xac\x9c\xd4\x29\xa9\x01\x22\xa9\x5a\x6e\x97\xf1\x37\xe2\x55\xb2\x66\x76\xe5\xe4\x4d\xa6\x4a\xab\xd1\x29\xb9\xe1\x21\xbd\xf8\x00\x88\x4a\x2b\x37\x8c\xef\x48\x5e\x9b\x5a\xe7\xe3\x70\xfb\x12\xf6\x00\xb7\x85\x4f\xfc\xba\x3d\x1b\xf2\xec\x56\x63\x27\x1c\x10\xff\x75\xef\xf9\x10\x35\x7f\xf0\x39\xa3\xc1\xf1\x26\x7f\x5b\xbc\x26\x07\xfc\x06\x00\x00\xff\xff\x30\x72\x58\x21\x62\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcf\x31\x4b\x04\x41\x0c\x05\xe0\x7e\x7e\x45\xb8\xde\x15\x3b\x99\x52\x0b\xfb\x2b\xec\xb3\xce\xbb\x33\xdc\x6c\x32\x64\x12\x41\x7f\xbd\xb8\xda\x88\x87\x65\x20\xef\xe3\x3d\x1e\xf2\x0c\x9f\x62\x5a\xc9\x57\x7e\x59\x38\xe3\xd5\x5c\x3e\x38\xc4\x74\xb9\xdc\xcf\x45\xec\xf6\xed\xae\x5c\x44\x5b\xa5\xc7\x9e\x33\xe0\x47\xeb\x78\x10\x6d\xa2\xe7\xb2\x21\xb8\x71\x70\x2d\x44\xac\x6a\xb1\x27\xe7\xd7\x49\x57\xc9\x5c\xe1\x8a\xc0\x2e\x73\x86\xe5\x68\x1c\xa8\x74\x08\x4f\x1c\x0a\x51\xe7\x15\xfd\x47\xf8\xfd\xbe\x9a\xc5\x0c\xe7\x31\x44\xcf\xdf\x8d\x6f\x1a\x4e\x9c\x3d\x66\x21\x52\xde\x50\x69\xbe\xcf\xc0\x56\xd5\x1a\x8a\x5b\xc7\x11\xa7\xbd\xdc\x90\x27\xb7\x1c\xff\x0c\x2d\x44\x7f\x76\x5e\x65\x3f\x03\x00\x00\xff\xff\xed\x7f\x73\xe5\x37\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodeYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodeYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemNodesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xb1\x0e\xc2\x40\x08\xc6\xf1\xfd\x9e\x82\xf4\x01\x6a\xdc\xcc\x8d\x3a\xb8\x77\x70\xa7\x1e\x2a\x69\x0b\x17\x0e\x4c\xf4\xe9\x8d\x5d\x6d\x1c\x19\xf8\x7d\x7f\xac\x7c\x21\x6b\xac\x92\xc1\x46\xbc\xf6\x18\xfe\x50\xe3\x37\x3a\xab\xf4\xd3\xa1\xf5\xac\xbb\xe7\x3e\x4d\x2c\x25\xc3\x69\x8e\xe6\x64\x83\xce\x74\x64\x29\x2c\xf7\xb4\x90\x63\x41\xc7\x9c\x00\x50\x44\x7d\xfd\x6c\xdf\x13\x36\xc9\x18\xc9\x84\x9c\x56\x19\xc3\x35\x6a\x41\xa7\x0c\x9d\x5b\x50\x97\x00\x04\x17\xca\xd0\x5e\xcd\x69\xc9\xa2\x85\x5a\x32\x9d\x69\xa0\xdb\x3a\x52\xf9\x6c\x1a\xf5\x4f\x70\x02\xf8\xe9\xdd\x72\xd3\x27\x00\x00\xff\xff\x45\x2b\x30\xd8\xff\x00\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodesYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemNodesYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemNodesYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemNodesYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\xbd\x4e\xc5\x30\x0c\x46\xf7\x3c\x85\x75\xf7\x16\xb1\xa1\x8c\x30\xb0\xdf\x81\xdd\x6d\x3e\xc0\xb4\xb5\xab\xc4\x46\x82\xa7\x47\xcd\xc6\x8f\x10\x48\x77\xb4\xe4\x73\xce\xc7\xbb\x3c\xa0\x36\x31\xcd\x54\x27\x9e\x47\x0e\x7f\xb6\x2a\xef\xec\x62\x3a\x2e\x37\x6d\x14\xbb\x7a\xbd\x4e\x8b\x68\xc9\x74\xb7\x46\x73\xd4\xb3\xad\xb8\x15\x2d\xa2\x4f\x69\x83\x73\x61\xe7\x9c\x88\x58\xd5\xbc\x93\xed\x38\xe9\x47\x65\x4c\xa8\x0a\x47\x37\x73\xb8\xc5\x5e\xd8\x91\xe9\xe4\x35\x70\x4a\x44\xca\x1b\x32\xb5\xb7\xe6\xd8\xb2\x1d\xf8\xe0\xb6\x40\x87\x82\x15\x8e\xda\x52\xb5\x15\x67\x3c\xf6\xe6\x2e\xf7\xd5\x62\xff\x65\x7f\x22\xfa\x36\xff\x0f\x99\xd4\x62\x7a\xc1\xec\x2d\xa7\xe1\x5f\x99\xfe\xf8\x35\x70\x10\x50\x97\x99\x1d\xe5\x12\xc2\xd0\xcf\xca\x8f\x00\x00\x00\xff\xff\x45\x02\x07\x18\xcb\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\xc4\x30\x0c\x86\xf7\x3c\x85\x75\x7b\x8b\xd8\x50\x36\x60\x60\x3f\x24\x76\x37\x71\x5b\x73\xa9\x1d\x39\xce\x49\xf0\xf4\x88\x82\x8e\x01\x04\x0b\xa3\x65\xfb\xfb\xbf\x1f\x2b\x3f\x91\x35\x56\x89\x60\x13\xa6\x11\xbb\xaf\x6a\xfc\x8a\xce\x2a\xe3\xe9\xa6\x8d\xac\x57\xe7\xeb\x70\x62\xc9\x11\xee\x4b\x6f\x4e\x76\xd4\x42\x77\x2c\x99\x65\x09\x1b\x39\x66\x74\x8c\x01\x00\x45\xd4\xf7\xcf\xf6\x3e\xc2\x8f\xc8\x3e\x91\x09\x39\xed\x64\xec\xae\xbd\x66\x74\x8a\x70\x70\xeb\x74\x08\x00\x82\x1b\x45\x68\x2f\xcd\x69\x8b\x5a\x49\xda\xca\xb3\xc7\xa4\xe2\xa6\xa5\x90\xc5\xa9\x73\xc9\x43\x52\x99\x79\x19\xd2\x8a\xb2\xd0\xf0\xb5\x0e\xa6\x85\x8e\x34\xef\x4a\x95\x1f\x4c\x7b\xfd\xa5\x5e\x00\xf8\xd6\xee\x3f\x2c\x5a\x9f\x9e\x29\x79\x8b\x61\xf8\x0c\x78\x24\x3b\x73\xa2\xdb\x94\xb4\x8b\x5f\x32\xfe\xe0\x7c\x9c\xb5\x8a\x89\x22\x5c\x44\x06\x96\xd9\x30\xbc\x05\x00\x00\xff\xff\xbd\x8d\x97\xa7\xc1\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\x50\xd3\x8b\x7d\xf2\xd9\x95\xe0\xe9\x11\x01\x95\xa1\x88\xa1\xa3\x6d\xfd\xdf\xef\x0f\x1b\xbf\x90\x75\x56\xc9\x60\x13\x96\x11\xc3\x0f\x6a\xfc\x81\xce\x2a\xe3\xf1\xae\x8f\xac\x37\xa7\xdb\x74\x64\x99\x33\x3c\xd6\xe8\x4e\xb6\xd7\x4a\x0f\x2c\x33\xcb\x6b\x5a\xc9\x71\x46\xc7\x9c\x00\x50\x44\x7d\x4b\xf6\xaf\x11\xfe\x44\xc6\x44\x26\xe4\xb4\x91\x31\x5c\xa3\xcd\xe8\x94\x61\xe7\x16\xb4\x4b\x00\x82\x2b\x65\xe8\xef\xdd\x69\xcd\xda\x48\xfa\x81\x17\xcf\x45\xc5\x4d\x6b\x25\xcb\x53\x70\x9d\x87\xdf\x45\x32\xad\xb4\xa7\x65\x7b\xa2\xf1\x93\x69\xb4\x7f\x84\x12\xc0\x85\xcf\x75\xbd\x3d\xa6\x37\x2a\xde\x73\x1a\x7e\x90\xcf\x64\x27\x2e\x74\x5f\x8a\x86\xf8\x99\x7a\x91\xfc\x3e\xf4\x86\x85\x32\x9c\xcb\x06\x96\xc5\x30\x7d\x06\x00\x00\xff\xff\xb3\x46\x43\xca\x97\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\x2b\xfd\xee\xd3\xeb\xd0\x74\x40\x41\x1f\x24\x7a\xef\xac\x97\x98\xcc\xda\x83\xc7\x8e\x04\x5f\x8f\xd8\xa0\x50\x80\x10\x05\xa5\xa5\xeb\x7b\xce\xc5\xc6\x0f\x64\x9d\x55\x32\xd8\x84\x65\xc4\xf0\x83\x1a\xbf\xa2\xb3\xca\x78\xbc\xea\x23\xeb\xbf\xd3\xff\x74\x64\x99\x33\xdc\xd6\xe8\x4e\xb6\xd7\x4a\x37\x2c\x33\xcb\x63\x5a\xc9\x71\x46\xc7\x9c\x00\x50\x44\x7d\xfb\xec\xef\x27\x7c\x5b\x19\x13\x99\x90\xd3\xd6\x8c\xe1\x1a\x6d\x46\xa7\x0c\x3b\xb7\xa0\x5d\x02\x10\x5c\x29\x43\x7f\xe9\x4e\x6b\xd6\x46\xd2\x0f\xbc\x78\x2e\x2a\x6e\x5a\x2b\x59\x2e\x67\x8f\xe1\x39\xd4\x71\x30\x2a\x2a\x85\x2b\x6f\x84\xe1\x33\x97\x4c\x2b\xed\x69\xd9\xdc\x1a\xdf\x99\x46\xfb\x61\x67\x02\xf8\x32\xf3\x4f\x75\x7a\x4c\x4f\x54\xbc\xe7\x34\x7c\x90\xee\xc9\x4e\x5c\xe8\xba\x14\x0d\xf1\x0b\xec\xb7\x85\xe7\x7c\x6f\x58\x28\xc3\x45\x6d\x60\x59\x0c\xd3\x5b\x00\x00\x00\xff\xff\x05\x4b\x24\xd4\xdc\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\x31\x4f\x33\x31\x0c\x86\xf7\xfc\x0a\xab\xfb\xdd\xa7\x6f\x43\xd9\x80\x81\xbd\x48\xec\xbe\x9c\x8f\x9a\xe6\xec\xc8\x76\x2a\xc1\xaf\x47\xbd\xa2\x32\x80\x60\x61\x4c\x6c\x3f\xef\xf3\x62\xe3\x27\x32\x67\x95\x0c\x36\x61\x19\xb1\xc7\x41\x8d\xdf\x30\x58\x65\x3c\xde\xf8\xc8\xfa\xef\xf4\x3f\x1d\x59\xe6\x0c\xf7\xb5\x7b\x90\xed\xb5\xd2\x1d\xcb\xcc\xf2\x9c\x56\x0a\x9c\x31\x30\x27\x00\x14\xd1\xd8\x2e\xfd\xfc\x84\x6f\x91\x7d\x22\x13\x0a\xda\xc8\xd8\x43\x7b\x9b\x31\x28\xc3\x2e\xac\xd3\x2e\x01\x08\xae\x94\xc1\x5f\x3d\x68\xcd\xda\x48\xfc\xc0\x4b\xe4\xa2\x12\xa6\xb5\x92\xe5\x99\x16\xec\x35\x06\xd3\x4a\xd3\x45\xc4\x87\xcf\x79\x3a\xff\xef\x69\xd9\x9c\x1a\x3f\x98\xf6\xf6\x43\xbf\x04\xf0\xa5\xde\x9f\x68\x78\x9f\x5e\xa8\x84\xe7\x34\x7c\x24\x3c\x92\x9d\xb8\xd0\x6d\x29\xda\x25\xae\x21\xbf\x81\x2e\x7b\xde\xb0\x50\x86\xab\xca\xc0\xb2\x18\xa6\xf7\x00\x00\x00\xff\xff\xa1\x3d\xa5\xb8\xc4\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\x50\xd3\x8b\x7d\xb2\x7d\x95\xca\xd3\x23\x02\x2a\x03\x15\x03\xa3\x6d\xfd\xdf\xef\x0f\x1b\xbf\x90\x39\xab\x64\xb0\x09\xcb\x88\x3d\x0e\x6a\xfc\x8e\xc1\x2a\xe3\xf1\xce\x47\xd6\x9b\xd3\x6d\x3a\xb2\xcc\x19\x1e\x6b\xf7\x20\xdb\x6b\xa5\x07\x96\x99\xe5\x35\xad\x14\x38\x63\x60\x4e\x00\x28\xa2\xb1\x25\xfd\x73\x84\xab\xc8\x3e\x91\x09\x05\x6d\x64\xec\xa1\xbd\xcd\x18\x94\x61\x17\xd6\x69\x97\x00\x04\x57\xca\xe0\x67\x0f\x5a\xb3\x36\x12\x3f\xf0\x12\xb9\xa8\x84\x69\xad\x64\x79\xa6\x56\xf5\x4c\x36\xfc\xec\x92\x69\xa5\x3d\x2d\xdb\x1f\x8d\x9f\x4c\x7b\xfb\xc3\x29\x01\xfc\x52\xfa\x77\xb5\xf7\xe9\x8d\x4a\x78\x4e\xc3\x37\xf5\x99\xec\xc4\x85\xee\x4b\xd1\x2e\x71\x01\x5f\x0b\x7f\xdd\xbc\x61\xa1\x0c\x97\xca\x81\x65\x31\x4c\x1f\x01\x00\x00\xff\xff\xe6\x5d\x59\x2c\xa0\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\x2b\xfd\xee\xd3\xeb\xd0\x74\x40\x41\x1f\x24\x7a\xef\xac\x37\x31\x99\xb5\x47\xb6\x27\x52\xf8\x7a\xc4\x82\x42\x01\x4a\x43\x69\xd9\x3e\xf7\x5c\x6c\xfc\x42\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x38\xaa\xf1\x1b\x06\xab\x8c\xa7\x3b\x1f\x59\xff\x9d\xff\xa7\x13\xcb\x9c\xe1\xb1\x76\x0f\xb2\xbd\x56\x7a\x60\x99\x59\x0e\x69\xa5\xc0\x19\x03\x73\x02\x40\x11\x8d\xed\xd3\x3f\x46\xf8\x15\xd9\x27\x32\xa1\xa0\x8d\x8c\x3d\xb4\xb7\x19\x83\x32\xec\xc2\x3a\xed\x12\x80\xe0\x4a\x19\xfc\xe2\x41\x6b\xd6\x46\xe2\x47\x5e\x22\x17\x95\x30\xad\x95\x2c\xcf\xd4\xaa\x5e\x56\x92\x28\x2a\x0b\x1f\x86\xef\x5d\x32\xad\xb4\xa7\x65\xf3\x69\xfc\x64\xda\xdb\x8d\x6e\x09\xe0\x47\xb5\x3f\x2b\x78\x9f\x5e\xa9\x84\xe7\x34\x7c\xd1\x9f\xc9\xce\x5c\xe8\xbe\x14\xed\x12\xd7\x80\x5b\x90\xcf\x1b\x6f\x58\x28\xc3\x55\x61\x60\x59\x0c\xd3\x7b\x00\x00\x00\xff\xff\x74\x01\x9c\x6b\xb8\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcf\xbf\x4e\xc3\x40\x0c\x06\xf0\xfd\x9e\xc2\xea\x9e\x20\x36\x74\x1b\x30\xb0\x17\x89\xdd\xb9\x38\xd4\xf4\x62\x9f\x6c\x5f\x25\x78\x7a\xd4\x80\xba\xf0\x67\xe9\x68\xc9\xfe\xf9\xfb\xb0\xf1\x0b\x99\xb3\x4a\x06\x9b\xb0\x8c\xd8\xe3\xa0\xc6\x1f\x18\xac\x32\x1e\xef\x7c\x64\xbd\x39\xdd\xa6\x23\xcb\x9c\xe1\xb1\x76\x0f\xb2\xbd\x56\x7a\x60\x99\x59\x5e\xd3\x4a\x81\x33\x06\xe6\x04\x80\x22\x1a\xdb\xa5\x9f\x47\xf8\x95\xec\x13\x99\x50\xd0\x26\x63\x0f\xed\x6d\xc6\xa0\x0c\xbb\xb0\x4e\xbb\x04\x20\xb8\x52\x06\x7f\xf7\xa0\x35\x6b\x23\xf1\x03\x2f\x91\x8b\x4a\x98\xd6\x4a\x96\x37\x4f\x25\xb0\x0e\x4d\xe7\xe1\xac\x78\xc1\x4a\x96\x4c\x2b\xed\x69\xd9\xd2\x34\x7e\x32\xed\xed\x9f\x66\x09\xe0\x47\xb1\x2b\x03\x78\x9f\xde\xa8\x84\xe7\x34\x7c\xdb\xcf\x64\x27\x2e\x74\x5f\x8a\x76\x89\x0b\xff\x37\xf1\xb5\xe1\x0d\x0b\x65\xb8\xbc\x1f\x58\x16\xc3\xf4\x19\x00\x00\xff\xff\x28\x16\xe5\xdd\xb2\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcf\xbf\x4e\x03\x31\x0c\x06\xf0\x3d\x4f\x61\x75\xbf\x43\x6c\x28\x1b\x30\xb0\x17\x89\xdd\x97\xf3\xb5\xa6\x17\x3b\xb2\x9d\x4a\xf0\xf4\x88\x03\x95\x81\x3f\x0b\x63\x62\xf9\xf7\xf9\xc3\xc6\x4f\x64\xce\x2a\x19\x6c\xc2\x32\x62\x8f\xa3\x1a\xbf\x62\xb0\xca\x78\xba\xf1\x91\xf5\xea\x7c\x9d\x4e\x2c\x73\x86\xfb\xb5\x7b\x90\xed\x75\xa5\x3b\x96\x99\xe5\x90\x2a\x05\xce\x18\x98\x13\x00\x8a\x68\x6c\x9b\xfe\xfe\x84\x1f\xc9\x3e\x91\x09\x05\x6d\x32\xf6\xd0\xde\x66\x0c\xca\xb0\x0b\xeb\xb4\x4b\x00\x82\x95\x32\xf8\x8b\x07\xd5\xac\x8d\xc4\x8f\xbc\x44\x2e\x2a\x61\xba\xae\x64\x99\x2b\x1e\x68\xe0\xda\xd4\x62\xf8\xfa\x4f\xa6\x2b\xed\x69\xd9\x6e\x69\xfc\x60\xda\xdb\x1f\xbd\x12\xc0\xb7\x5a\xff\x8a\xf7\x3e\x3d\x53\x09\xcf\x69\xf8\x94\x1f\xc9\xce\x5c\xe8\xb6\x14\xed\x12\x17\xfc\x37\xe0\x63\xee\x0d\x0b\x65\xb8\x44\x0f\x2c\x8b\x61\x7a\x0b\x00\x00\xff\xff\x1e\x5c\x34\x8f\xac\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcf\x3f\x4f\x03\x31\x0c\x05\xf0\x3d\x9f\xc2\xea\x7e\x45\x6c\x28\x1b\x30\xb0\x17\x89\xdd\xcd\xbd\x5e\x4d\xef\xec\xc8\x71\x2a\xc1\xa7\x47\x1c\xa8\x0c\xfc\x59\x18\xa3\xd8\xbf\xe7\xc7\x55\x9e\xe0\x4d\x4c\x33\xf9\x9e\xcb\x96\x7b\x1c\xcd\xe5\x95\x43\x4c\xb7\xa7\x9b\xb6\x15\xbb\x3a\x5f\xa7\x93\xe8\x98\xe9\x7e\xee\x2d\xe0\x3b\x9b\x71\x27\x3a\x8a\x4e\x69\x41\xf0\xc8\xc1\x39\x11\xb1\xaa\xc5\xba\xd9\xde\x9f\xf4\x23\xd9\xf7\x70\x45\x60\x95\xb9\x87\xf5\x3a\x72\x20\xd3\x26\xbc\x63\x93\x88\x94\x17\x64\x6a\x2f\x2d\xb0\x64\xab\xd0\x76\x94\x43\xe4\x62\x1a\x6e\xf3\x0c\xcf\xb2\xf0\x84\x21\x5c\xa6\x09\x3e\x7c\x7d\x24\xb7\x19\x3b\x1c\xd6\x63\xaa\x3c\xb8\xf5\xfa\x47\xb1\x44\xf4\xad\xd7\xff\xf2\x5b\xdf\x3f\xa3\x44\xcb\x69\xf8\xa4\x1f\xe1\x67\x29\xb8\x2d\xc5\xba\xc6\x45\xff\x55\xf8\x18\x68\x95\x0b\x32\x5d\xc2\x07\xd1\x83\x73\x7a\x0b\x00\x00\xff\xff\x58\x73\x53\xb3\xaf\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\xb4\xa6\x17\xfb\x64\xfb\x2a\xc1\xd3\x23\x02\x2a\x03\xa8\x0b\xa3\x65\xfb\xfb\xbf\x1f\x1b\xbf\x90\x39\xab\x64\xb0\x09\xcb\x88\x3d\x8e\x6a\xfc\x8e\xc1\x2a\xe3\xe9\xce\x47\xd6\x9b\xf3\x6d\x3a\xb1\xcc\x19\x1e\x6b\xf7\x20\xdb\x6b\xa5\x07\x96\x99\xe5\x90\x56\x0a\x9c\x31\x30\x27\x00\x14\xd1\xd8\x3e\xfd\x73\x84\x3f\x91\x7d\x22\x13\x0a\xda\xc8\xd8\x43\x7b\x9b\x31\x28\xc3\x2e\xac\xd3\x2e\x01\x08\xae\x94\xc1\xdf\x3c\x68\xcd\xda\x48\xfc\xc8\x4b\xe4\xa2\x12\xa6\xb5\x92\x65\x96\x83\x91\xfb\x10\x3a\x98\xf6\xa0\xe1\x67\x97\x4c\x2b\xed\x69\xd9\x7c\x1a\x3f\x99\xf6\x76\xa5\x5b\x02\xf8\x55\xed\xdf\x0a\xde\xa7\x57\x2a\xe1\x39\x0d\xdf\xf4\x67\xb2\x33\x17\xba\x2f\x45\xbb\xc4\x25\xe0\x1a\xe4\xeb\xc6\x1b\x16\xca\x70\x51\x18\x58\x16\xc3\xf4\x11\x00\x00\xff\xff\x47\x57\x92\xf1\xb8\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\x2b\xfd\xee\xd3\xeb\xd0\x74\x40\x41\x1f\x24\x7a\xef\xac\x97\x98\xcc\xda\x23\xdb\x13\x29\x7c\x3d\xca\x0a\x25\x05\x08\x51\x50\x5a\xba\xbe\xe7\x5c\x6c\xfc\x42\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x38\xa8\xf1\x3b\x06\xab\x8c\xc7\x3b\x1f\x59\xff\x9d\xfe\xa7\x23\xcb\x9c\xe1\xb1\x76\x0f\xb2\xbd\x56\x7a\x60\x99\x59\x5e\xd3\x4a\x81\x33\x06\xe6\x04\x80\x22\x1a\xdb\xa7\x5f\x4e\xf8\xb6\xb2\x4f\x64\x42\x41\x5b\x33\xf6\xd0\xde\x66\x0c\xca\xb0\x0b\xeb\xb4\x4b\x00\x82\x2b\x65\xf0\xb3\x07\xad\x59\x1b\x89\x1f\x78\x89\x5c\x54\xc2\xb4\x56\xb2\x7c\x49\x78\xc3\x42\x83\x53\xe9\xc6\x71\x1e\xb0\x56\x2d\x1b\x62\xb8\x05\x93\x69\xa5\x3d\x2d\x9b\x5c\xe3\x27\xd3\xde\x7e\x18\x9a\x00\xbe\xec\xfc\x5b\x1f\xef\xd3\x1b\x95\xf0\x9c\x86\x4f\xd4\x33\xd9\x89\x0b\xdd\x97\xa2\x5d\xe2\x4a\xfb\x75\x23\xdc\xa2\x19\xae\x72\x03\xcb\x62\x98\x3e\x02\x00\x00\xff\xff\x6b\x88\x76\xdf\xdf\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\x31\x4f\x33\x31\x0c\x86\xf7\xfc\x0a\xab\xfb\xdd\xa7\x6f\x43\xd9\x80\x81\xbd\x48\xec\xbe\x9c\xaf\x35\xcd\xd9\x91\xed\x54\x82\x5f\x8f\x7a\xa0\x32\x80\xba\x30\x26\x7e\xfd\xf8\x79\xb1\xf1\x0b\x99\xb3\x4a\x06\x9b\xb0\x8c\xd8\xe3\xa8\xc6\xef\x18\xac\x32\x9e\xee\x7c\x64\xfd\x77\xfe\x9f\x4e\x2c\x73\x86\xc7\xda\x3d\xc8\xf6\x5a\xe9\x81\x65\x66\x39\xa4\x95\x02\x67\x0c\xcc\x09\x00\x45\x34\xb6\x4d\xbf\x3c\xe1\x57\x64\x9f\xc8\x84\x82\x36\x32\xf6\xd0\xde\x66\x0c\xca\xb0\x0b\xeb\xb4\x4b\x00\x82\x2b\x65\xf0\x37\x0f\x5a\xb3\x36\x12\x3f\xf2\x12\xb9\xa8\x84\x69\xad\x64\x59\x8d\x0f\x2c\xc3\x25\xe8\x0d\x0b\x0d\xdf\xb3\x64\x5a\x69\x4f\xcb\xe6\xd3\xf8\xc9\xb4\xb7\x1b\xdd\x12\xc0\x8f\x6a\x7f\x56\xf0\x3e\xbd\x52\x09\xcf\x69\xf8\xa2\x3f\x93\x9d\xb9\xd0\x7d\x29\xda\x25\xae\x07\x6e\x41\x3e\x33\xdb\x77\x86\xab\xc2\xc0\xb2\x18\xa6\x8f\x00\x00\x00\xff\xff\x30\x7f\xa4\xab\xb8\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\x3d\x4f\xc3\x40\x0c\x86\xf7\xfb\x15\x56\xf7\x14\xb1\xa1\xdb\x80\x81\xbd\x48\xec\xce\xc5\xa1\xa6\x17\xfb\x64\xfb\x22\x95\x5f\x8f\x08\xa8\x0c\x7c\x2c\x8c\xb6\xf5\x3e\xaf\x1f\x6c\xfc\x44\xe6\xac\x92\xc1\x46\x2c\x7b\xec\x71\x54\xe3\x57\x0c\x56\xd9\x9f\x6e\x7c\xcf\x7a\xb5\x5e\xa7\x13\xcb\x94\xe1\xbe\x76\x0f\xb2\x83\x56\xba\x63\x99\x58\x9e\xd3\x42\x81\x13\x06\xe6\x04\x80\x22\x1a\x5b\xd2\xdf\x47\xf8\x11\xd9\x47\x32\xa1\xa0\x8d\x8c\x3d\xb4\xb7\x09\x83\x32\xec\xc2\x3a\xed\x12\x80\xe0\x42\x19\xfc\xec\x41\x4b\xd6\x46\xe2\x47\x9e\x23\x17\x95\x30\xad\x95\x2c\xb7\x75\x30\x2a\xe7\x52\xc9\x86\xaf\x75\x32\xad\x74\xa0\x79\x7b\xa5\xf1\x83\x69\x6f\x7f\x68\x25\x80\x6f\x56\xff\x69\xf7\x3e\xbe\x50\x09\xcf\x69\xf8\x04\x3f\x92\xad\x5c\xe8\xb6\x14\xed\x12\x17\xf6\x2f\xf9\x8f\xb3\x37\x2c\x94\xe1\x52\x3c\xb0\xcc\x86\xe9\x2d\x00\x00\xff\xff\x3c\xa5\x10\x94\xa9\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcf\xbb\x4e\x03\x41\x0c\x05\xd0\x7e\xbe\xc2\x4a\x9f\x20\x3a\x34\x1d\x50\xd0\x07\x89\xde\x3b\xeb\x25\x26\xbb\xf6\xe0\x47\x24\xf8\x7a\xc4\x82\x42\xc1\xa3\xa1\x1c\x8d\x7d\xae\x2f\x76\x7e\x20\x73\x56\xa9\x60\x03\xb6\x1d\x66\x1c\xd4\xf8\x15\x83\x55\x76\xc7\x2b\xdf\xb1\x5e\x9c\x2e\xcb\x91\x65\xac\x70\x3b\xa7\x07\xd9\x5e\x67\xba\x61\x19\x59\x1e\xcb\x42\x81\x23\x06\xd6\x02\x80\x22\x1a\xeb\xa6\xbf\x3f\xe1\x47\x32\x07\x32\xa1\xa0\x55\xc6\x0c\xcd\x3e\x62\x50\x85\x4d\x58\xd2\xa6\x00\x08\x2e\x54\xc1\x5f\x3c\x68\xa9\xda\x49\xfc\xc0\x53\xd4\xa6\x12\xa6\xf3\x4c\x56\x8d\x5c\xd3\x1a\x3d\xa7\x06\x6e\xbf\x3e\x8a\xe9\x4c\x7b\x9a\xd6\x63\x3a\xdf\x99\x66\xff\xa3\x58\x01\xf8\xd6\xeb\x7f\xf9\x9e\xc3\x13\xb5\xf0\x5a\xb6\x9f\xf4\x3d\xd9\x89\x1b\x5d\xb7\xa6\x29\x71\xd6\x7f\x15\x3e\x06\xbc\x63\xa3\x0a\xe7\xf0\x2d\xcb\x64\x58\xde\x02\x00\x00\xff\xff\x69\x91\x2b\x3e\xaf\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\x31\x4b\x04\x41\x0c\x85\xfb\xf9\x15\xe1\xfa\x5d\xb1\x93\xe9\xd4\xc2\xfe\x04\xfb\xec\x6c\xd6\x8b\x37\x9b\x0c\x49\xe6\x40\x7f\xbd\xb8\x8a\x87\x28\x16\x57\xbe\xc0\xfb\x5e\x3e\x6c\xfc\x44\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x38\xa8\xf1\x1b\x06\xab\x8c\xc7\x1b\x1f\x59\xaf\x4e\xd7\xe9\xc8\x32\x67\xb8\xaf\xdd\x83\x6c\xaf\x95\xee\x58\x66\x96\xe7\xb4\x52\xe0\x8c\x81\x39\x01\xa0\x88\xc6\xd6\xf4\x8f\x08\x7f\x22\xfb\x44\x26\x14\xb4\x91\xb1\x87\xf6\x36\x63\x50\x86\x5d\x58\xa7\x5d\x02\x10\x5c\x29\x83\xbf\x7a\xd0\x9a\xb5\x91\xf8\x81\x97\xc8\x45\x25\x4c\x6b\x25\xcb\x3e\xcb\x70\x8e\xc9\xb4\xd2\x9e\x96\xed\x85\xc6\x0f\xa6\xbd\xfd\xa3\x93\x00\x7e\xd9\x5c\xb2\xea\x7d\x7a\xa1\x12\x9e\xd3\xf0\x05\x7c\x24\x3b\x71\xa1\xdb\x52\xb4\x4b\x9c\x99\x3f\x7b\x9f\x67\x6f\x58\x28\xc3\xf7\xd0\xc0\xb2\x18\xa6\xf7\x00\x00\x00\xff\xff\xaf\xb5\x7f\xc9\x91\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\x2b\xfd\xee\xd3\xeb\xd0\x74\x40\x41\x1f\x24\x7a\xef\xac\x37\x31\x99\xb5\x47\xb6\x27\x12\x7c\x3d\x62\x83\x48\x01\x4a\x45\x69\xf9\xfa\xf8\x5c\x6c\xfc\x42\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x38\xaa\xf1\x3b\x06\xab\x8c\xa7\x3b\x1f\x59\xff\x9d\xff\xa7\x13\xcb\x9c\xe1\xb1\x76\x0f\xb2\xbd\x56\x7a\x60\x99\x59\x0e\x69\xa5\xc0\x19\x03\x73\x02\x40\x11\x8d\xed\xd2\x3f\x47\xf8\x15\xd9\x27\x32\xa1\xa0\x8d\x8c\x3d\xb4\xb7\x19\x83\x32\xec\xc2\x3a\xed\x12\x80\xe0\x4a\x19\xfc\xcd\x83\xd6\xac\x8d\xc4\x8f\xbc\x44\x2e\x2a\x61\x5a\x2b\x59\x76\xb2\x33\x17\x1a\x58\x0e\x46\xee\x03\xb7\xe1\xba\x4d\xa6\x95\xf6\xb4\x6c\x46\x8d\x9f\x4c\x7b\xbb\xd1\x2e\x01\xfc\x28\xf7\x07\x12\xde\xa7\x57\x2a\xe1\x39\x0d\x5f\xfc\xe7\x4b\xfe\xbe\x14\xed\x12\xd7\x17\x37\x31\x97\x94\x37\x2c\x94\xe1\x5b\x63\x60\x59\x0c\xd3\x47\x00\x00\x00\xff\xff\x93\x51\x79\x9b\xbe\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\x33\x41\x0c\x84\xfb\x7d\x0a\x2b\xfd\xdd\xaf\xbf\x43\xdb\x01\x05\x7d\x90\xe8\x7d\x7b\xbe\xc4\x64\xcf\x5e\xd9\xde\x48\xf0\xf4\x88\x0b\x22\x05\x08\x1a\x2a\xcb\xb2\x67\xe6\x1b\x6c\xfc\x44\xe6\xac\x92\xc1\x26\x2c\x23\xf6\x38\xaa\xf1\x2b\x06\xab\x8c\xa7\x1b\x1f\x59\xff\x9d\xff\xa7\x13\xcb\x9c\xe1\xbe\x76\x0f\xb2\xbd\x56\xba\x63\x99\x59\x0e\x69\xa5\xc0\x19\x03\x73\x02\x40\x11\x8d\x4d\xe9\xef\x2b\x7c\x6b\xd9\x27\x32\xa1\xa0\xcd\x19\x7b\x68\x6f\x33\x06\x65\xd8\x85\x75\xda\x25\x00\xc1\x95\x32\xf8\x8b\x07\xad\x59\x1b\x89\x1f\x79\x89\x5c\x54\xc2\xb4\x56\xb2\xec\x64\x67\x2e\x34\x6c\x53\x0e\x43\x21\x8b\xe1\x7a\x4f\xa6\x95\xf6\xb4\x6c\x4c\x8d\x1f\x4c\x7b\xfb\xa1\x5f\x02\xf8\x52\xef\x4f\x30\xbc\x4f\xcf\x54\xc2\x73\x1a\x3e\x12\x1e\x2f\x8a\xdb\x52\xb4\x4b\x5c\x43\x7e\x31\xba\xfc\x79\xc3\x42\x19\x3e\x51\x06\x96\xc5\x30\xbd\x05\x00\x00\xff\xff\x71\x4f\x29\x74\xc4\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\x3d\x4f\xc3\x40\x0c\x86\xf7\xfb\x15\x56\xf7\x06\xb1\xa1\xdb\x80\x81\xbd\x48\xec\xce\xc5\xa1\xa6\x17\xfb\x64\xfb\x2a\xc1\xaf\x47\x24\x88\x0e\x7c\x2c\x8c\x96\x1f\x3f\x7e\x5f\x6c\xfc\x44\xe6\xac\x92\xc1\x46\x2c\x03\xf6\x38\xaa\xf1\x1b\x06\xab\x0c\xa7\x1b\x1f\x58\xaf\xce\xd7\xe9\xc4\x32\x65\xb8\xaf\xdd\x83\xec\xa0\x95\xee\x58\x26\x96\xe7\xb4\x50\xe0\x84\x81\x39\x01\xa0\x88\xc6\x7a\xe9\x1f\x23\xfc\xa8\xec\x23\x99\x50\xd0\x6a\xc6\x1e\xda\xdb\x84\x41\x19\x76\x61\x9d\x76\x09\x40\x70\xa1\x0c\xfe\xea\x41\x4b\xd6\x46\xe2\x47\x9e\x23\x17\x95\x30\xad\x95\x2c\x3b\xd9\x99\x0b\x61\x29\xda\x25\xf6\x97\x4d\x32\xad\x74\xa0\x79\x4d\xd3\xf8\xc1\xb4\xb7\x3f\x9a\x25\x80\x6f\xc5\xfe\x19\xc0\xfb\xf8\x42\x25\x3c\xa7\xfd\xa7\xfb\x71\x63\x6f\x37\xf6\xa2\xff\x55\xb1\x11\xde\xb0\x50\x86\xaf\xf7\x7b\x96\xd9\x30\xbd\x07\x00\x00\xff\xff\x63\x9a\xe4\xbf\xb2\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\x31\x4b\x04\x41\x0c\x85\xfb\xf9\x15\xe1\xfa\x3d\xb1\x93\xe9\xd4\xc2\xfe\x04\xfb\xec\x6c\xd6\x8b\x37\x9b\x0c\x49\xe6\x40\x7f\xbd\xb8\x2b\x5e\xa1\x88\x85\x65\x20\xef\x7b\xdf\xc3\xc6\x4f\x64\xce\x2a\x19\x6c\xc4\xb2\xc7\x1e\x47\x35\x7e\xc3\x60\x95\xfd\xe9\xc6\xf7\xac\x57\xe7\xeb\x74\x62\x99\x32\xdc\xd7\xee\x41\x76\xd0\x4a\x77\x2c\x13\xcb\x73\x5a\x28\x70\xc2\xc0\x9c\x00\x50\x44\x63\x4d\xfa\xc7\x09\x3f\x22\xfb\x48\x26\x14\xb4\x92\xb1\x87\xf6\x36\x61\x50\x86\x5d\x58\xa7\x5d\x02\x10\x5c\x28\x83\xbf\x7a\xd0\x92\xb5\x91\xf8\x91\xe7\xc8\x45\x25\x4c\x6b\x25\xcb\x4e\x76\xe6\x42\x58\x8a\x76\x89\xa1\xf5\x5a\x07\xa7\x62\x14\x3e\x5c\xde\x92\x69\xa5\x03\xcd\xab\x5a\xe3\x07\xd3\xde\x7e\x99\x99\x00\xbe\xad\xfc\x4f\x1b\xef\xe3\x0b\x95\xf0\x9c\x86\xcf\xa2\xc7\x2d\x78\xbb\x05\x2f\x5d\x7f\xe3\x6d\xef\xde\xb0\x50\x86\x2f\xb1\x81\x65\x36\x4c\xef\x01\x00\x00\xff\xff\x5c\x2b\x18\x25\xd9\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\x31\x4b\x3c\x41\x0c\x47\xfb\xf9\x14\xe1\xfa\xdd\x3f\xff\x4e\xa6\x53\x0b\xfb\x13\xec\xb3\xb3\x59\x2f\xde\x6c\x32\x24\x99\x03\xfd\xf4\xe2\x7a\x2c\x82\x72\xe5\x30\xbf\x3c\xde\xc3\xc6\x2f\x64\xce\x2a\x19\x6c\xc2\x32\x62\x8f\x93\x1a\x7f\x60\xb0\xca\x78\xbe\xf3\x91\xf5\xdf\xe5\x7f\x3a\xb3\xcc\x19\x1e\x6b\xf7\x20\x3b\x6a\xa5\x07\x96\x99\xe5\x35\xad\x14\x38\x63\x60\x4e\x00\x28\xa2\xb1\x5d\xfa\xd7\x13\xfe\x44\xf6\x89\x4c\x28\x68\x23\x63\x0f\xed\x6d\xc6\xa0\x0c\x87\xb0\x4e\x87\x04\x20\xb8\x52\x06\x7f\xf7\xa0\x35\x6b\x23\xf1\x13\x2f\x91\x8b\x4a\x98\xd6\x4a\x96\x83\xd6\x56\x31\x68\x60\xf1\x40\x29\x34\xfc\xf8\xc4\x79\x65\x49\xa6\x95\x8e\xb4\x6c\x5a\x8d\x9f\x4c\x7b\xbb\x91\x98\x00\x7e\x15\xee\x26\xdf\x40\xef\xd3\x1b\x95\xf0\x9c\x86\xeb\xf6\x99\xec\xc2\x85\xee\x4b\xd1\x2e\xb1\xcf\x6f\xc9\x5d\x47\xde\xb0\x50\x86\xbd\x6d\x60\x59\x0c\xd3\x67\x00\x00\x00\xff\xff\x03\x42\xa1\xec\x8e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\x50\xd3\x8b\x7d\xb2\x7d\x95\xe0\xe9\x11\x01\x95\x01\xd4\xa5\xa3\x65\xfb\xfb\xbf\x1f\x1b\xbf\x90\x39\xab\x64\xb0\x09\xcb\x88\x3d\x0e\x6a\xfc\x81\xc1\x2a\xe3\xf1\xce\x47\xd6\x9b\xd3\x6d\x3a\xb2\xcc\x19\x1e\x6b\xf7\x20\xdb\x6b\xa5\x07\x96\x99\xe5\x35\xad\x14\x38\x63\x60\x4e\x00\x28\xa2\xb1\x7d\xfa\xd7\x08\xff\x22\xfb\x44\x26\x14\xb4\x91\xb1\x87\xf6\x36\x63\x50\x86\x5d\x58\xa7\x5d\x02\x10\x5c\x29\x83\xbf\x7b\xd0\x9a\xb5\x91\xf8\x81\x97\xc8\x45\x25\x4c\x6b\x25\xcb\x41\x6b\xab\x18\x34\xb0\x78\xa0\x14\x1a\x7e\x97\xc9\xb4\xd2\x9e\x96\x4d\xa8\xf1\x93\x69\x6f\x17\xca\x25\x80\x3f\xdd\xae\x77\xf0\x3e\xbd\x51\x09\xcf\x69\xf8\xc1\x3f\x93\x9d\xb8\xd0\x7d\x29\xda\x25\xce\x09\x17\x29\xdf\x47\xde\xb0\x50\x86\xb3\xc4\xc0\xb2\x18\xa6\xcf\x00\x00\x00\xff\xff\xee\x8c\xf2\xcb\xbb\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\x31\x4b\x03\x41\x10\x46\xfb\xfd\x15\x4b\xfa\x8b\xd8\xc9\x76\x6a\x61\x1f\xc1\x7e\x6e\xef\x3b\x33\x66\x6f\x66\x99\x9d\x0d\x98\x5f\x2f\x9e\xe1\x10\x14\xb1\x1c\x78\xf3\xf1\x1e\x55\x7e\x81\x35\x56\x49\xd1\x46\xca\x7b\xea\x7e\x54\xe3\x0b\x39\xab\xec\x4f\x77\x6d\xcf\x7a\x73\xbe\x0d\x27\x96\x29\xc5\xc7\xd2\x9b\xc3\x0e\x5a\xf0\xc0\x32\xb1\xbc\x86\x05\x4e\x13\x39\xa5\x10\x23\x89\xa8\xaf\x9f\xed\xf3\x8c\xbf\x4e\xf6\x11\x26\x70\xac\xcb\xd4\x5d\x7b\x9d\xc8\x91\xe2\xce\xad\x63\x17\x62\x14\x5a\x90\x62\x7b\x6f\x8e\x25\x69\x85\xb4\x23\xcf\x9e\xb2\x8a\x9b\x96\x02\x4b\x8e\xa5\x16\x72\x0c\x2c\xcd\x49\x32\x86\x99\x85\x0a\x5f\x60\xc3\x37\x8c\xa6\x85\x25\x98\x16\x1c\x30\xaf\x82\x95\x9f\x4c\x7b\xfd\x23\x36\xc4\xf8\xa3\x75\x73\xfa\x1a\x6c\x7d\x7c\x43\xf6\x96\xc2\x70\x65\x9f\x61\x67\xce\xb8\xcf\x59\xbb\xf8\x86\xff\x4f\xf3\x8a\xb7\x4a\x19\x29\x6e\xbd\x03\xcb\x6c\x14\x3e\x02\x00\x00\xff\xff\x57\xb2\xb4\x62\xa2\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8f\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x45\x74\xfd\x2e\xa2\x43\xe9\x80\x82\xfe\x90\xe8\xbd\xd9\x59\xce\x5c\xd6\x8e\x1c\xe7\x24\xee\xeb\x11\x0b\x3a\x0a\x10\xa2\xa0\xb4\x34\x7e\xf3\x86\x2a\x3f\xc1\x1a\xab\xa4\x68\x13\xe5\x91\xba\x1f\xd4\xf8\x4c\xce\x2a\xe3\xf1\xa6\x8d\xac\x57\xa7\xeb\x70\x64\x99\x53\xbc\x2f\xbd\x39\x6c\xaf\x05\x77\x2c\x33\xcb\x73\x58\xe1\x34\x93\x53\x0a\x31\x92\x88\xfa\xf6\xd9\xde\xcf\xf8\x23\xb2\x4f\x30\x81\x63\x23\x53\x77\xed\x75\x26\x47\x8a\x3b\xb7\x8e\x5d\x88\x51\x68\x45\x8a\xed\xb5\x39\xd6\xa4\x15\xd2\x0e\xbc\x78\xca\x2a\x6e\x5a\x0a\x2c\x39\xd6\x5a\xc8\x31\xb0\x34\x27\xc9\x18\x16\x16\x2a\x7c\x86\x0d\x5f\xb1\x60\x5a\xb0\xc7\xb2\xa9\x55\x7e\x30\xed\xf5\x97\x99\x21\xc6\x6f\x2b\xff\xd3\xa6\xf5\xe9\x05\xd9\x5b\x0a\xc3\x67\xd1\x23\xec\xc4\x19\xb7\x39\x6b\x17\xbf\x74\xfd\x91\xf7\x11\x6f\x95\x32\x52\xbc\x88\x0d\x2c\x8b\x51\x78\x0b\x00\x00\xff\xff\x1f\xed\x7b\x6d\xd9\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xcf\x3f\x4f\xf4\x30\x0c\x06\xf0\x3d\x9f\xc2\xba\xbd\x7d\xf5\x6e\x28\x1b\x30\xb0\x1f\x12\xbb\x9b\xba\x9c\x69\x6a\x47\xb6\x73\x12\x7c\x7a\x44\x0f\xdd\xc2\x9f\x85\x31\x8a\xfd\x7b\xfc\x60\xe3\x27\x32\x67\x95\x0c\x36\x61\x19\xb1\xc7\x49\x8d\xdf\x30\x58\x65\x5c\x6f\x7c\x64\xfd\x77\xfe\x9f\x56\x96\x39\xc3\x7d\xed\x1e\x64\x47\xad\x74\xc7\x32\xb3\x3c\xa7\x8d\x02\x67\x0c\xcc\x09\x00\x45\x34\xf6\x4d\xff\x78\xc2\xb7\x64\x9f\xc8\x84\x82\x76\x19\x7b\x68\x6f\x33\x06\x65\x38\x84\x75\x3a\x24\x00\xc1\x8d\x32\xf8\xab\x07\x6d\x59\x1b\x89\x9f\x78\x89\x5c\x54\xc2\xb4\x56\xb2\x1c\xb4\xb5\x8a\x41\x83\x93\x9d\xb9\xd0\x30\x99\xae\x64\xc9\xb4\xd2\x91\x96\xfd\x96\xc6\x0f\xa6\xbd\xfd\xd2\x2b\x01\x7c\xa9\xf5\xa7\x78\xef\xd3\x0b\x95\xf0\x9c\x86\x4f\xf9\xf1\x32\x70\x5b\x8a\x76\x89\x2b\xfe\x13\x70\xf9\xf7\x86\x85\x32\x5c\xa3\x07\x96\xc5\x30\xbd\x07\x00\x00\xff\xff\x21\x3f\xe9\xec\xac\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\xb1\x4e\xc3\x40\x0c\x86\xf7\x7b\x0a\xab\x7b\x82\xd8\xd0\x6d\xc0\xc0\x5e\x24\x76\xe7\xe2\xb4\xa6\x17\xfb\xe4\xb3\x2b\xc1\xd3\x23\x02\x2a\x03\x15\x03\xa3\x6d\xfd\xdf\xef\x0f\x1b\xbf\x90\x75\x56\xc9\x60\x13\x96\x11\xc3\x8f\x6a\xfc\x8e\xce\x2a\xe3\xe9\xae\x8f\xac\x37\xe7\xdb\x74\x62\x99\x33\x3c\xd6\xe8\x4e\xb6\xd7\x4a\x0f\x2c\x33\xcb\x21\xad\xe4\x38\xa3\x63\x4e\x00\x28\xa2\xbe\x25\xfb\xe7\x08\x57\x91\x31\x91\x09\x39\x6d\x64\x0c\xd7\x68\x33\x3a\x65\xd8\xb9\x05\xed\x12\x80\xe0\x4a\x19\xfa\x5b\x77\x5a\xb3\x36\x92\x7e\xe4\xc5\x73\x51\x71\xd3\x5a\xc9\x72\x08\xcf\x95\xe5\x30\xfc\xec\x92\x69\xa5\x3d\x2d\xdb\x1f\x8d\x9f\x4c\xa3\xfd\xe1\x94\x00\x7e\x29\xfd\xbb\xba\xc7\xf4\x4a\xc5\x7b\x4e\xc3\x37\xf5\x99\xec\xcc\x85\xee\x4b\xd1\x10\xbf\x80\xaf\x85\xbf\x6e\xbd\x61\xa1\x0c\x97\xca\x81\x65\x31\x4c\x1f\x01\x00\x00\xff\xff\x62\xff\xa9\x5a\xa0\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\xbd\x4e\xc3\x50\x0c\x46\xf7\xfb\x14\x56\x77\x82\xd8\xd0\x1d\x61\x60\xef\xc0\xee\xe4\x7e\xa5\xa6\x89\x1d\x5d\xdb\x95\xca\xd3\xa3\x66\xe3\x47\x08\x24\x46\x4b\xfe\xce\x39\xbc\xca\x33\xba\x8b\x69\xa5\x3e\xf2\x34\x70\xc6\xd1\xba\xbc\x71\x88\xe9\x70\xba\xf7\x41\xec\xf6\x7c\x57\x4e\xa2\xad\xd2\xe3\x9c\x1e\xe8\x7b\x9b\xf1\x20\xda\x44\x5f\xca\x82\xe0\xc6\xc1\xb5\x10\xb1\xaa\xc5\xb6\xf4\xeb\x49\xdf\x22\x73\x44\x57\x04\x36\x32\x67\x58\xae\x8d\x03\x95\x76\xd1\x13\xbb\x42\xa4\xbc\xa0\x92\x5f\x3c\xb0\x54\x5b\xa1\x7e\x94\x43\xd4\x26\x3e\xd9\x19\xfd\x52\xba\xcd\xd8\xe3\xb0\x29\x57\x79\xea\x96\xeb\x0f\xf9\x85\xe8\x4b\xfd\x6f\x2c\x9e\xe3\x2b\xa6\xf0\x5a\x6e\xfe\xa4\xd9\x1e\x3f\x0b\xae\x0b\x68\xc8\xc4\x81\xf6\x1f\xc0\xd4\x8f\xc8\xf7\x00\x00\x00\xff\xff\x6e\xc5\x4f\x57\xca\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\xb1\x4e\xc4\x30\x0c\xc6\xf1\x3d\x4f\xe1\x17\xa0\x88\x0d\x65\x03\x06\xf6\x22\xb1\xbb\x89\x5b\x4c\xd3\x38\xb2\x9d\x4a\xe5\xe9\x11\xe2\xd4\xe5\x74\xb7\x5a\xfe\x7d\x7f\x6c\xfc\x49\x6a\x2c\x35\x82\x4e\x98\x06\xec\xfe\x25\xca\x3f\xe8\x2c\x75\x58\x9f\x6d\x60\x79\xdc\x9f\xc2\xca\x35\x47\x78\x2b\xdd\x9c\x74\x94\x42\xaf\x5c\x33\xd7\x25\x6c\xe4\x98\xd1\x31\x06\x80\x8a\x1b\x45\xb0\xc3\x9c\xb6\xa8\xb4\xb0\xb9\x1e\x41\xa5\xd0\x48\xf3\xdf\x03\x36\x7e\x57\xe9\xed\x4e\x2c\x00\x5c\xb5\x6e\x4e\x5b\x9f\xbe\x29\xb9\xc5\xf0\x70\x51\x1f\xa4\x3b\x27\x7a\x49\x49\x7a\xf5\x13\x9e\xe2\xff\x60\x0d\x13\x45\xc8\x34\x63\x2f\x1e\x7e\x03\x00\x00\xff\xff\x97\xa2\x4f\x0a\x06\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\xbd\x4e\x04\x31\x0c\x06\xfb\x3c\x85\x75\xfd\x2d\xa2\x43\x29\xa1\xa0\xbf\x82\xde\xbb\xf9\x00\x73\xbb\x76\x14\x3b\x48\xf0\xf4\x68\xd3\xf1\x23\x04\xd2\x95\x96\xfc\xcd\x0c\x57\x79\x40\x73\x31\xcd\xd4\x66\x5e\x26\xee\xf1\x6c\x4d\xde\x39\xc4\x74\x3a\xdf\xf8\x24\x76\xf5\x7a\x9d\xce\xa2\x25\xd3\xdd\xda\x3d\xd0\x4e\xb6\xe2\x56\xb4\x88\x3e\xa5\x0d\xc1\x85\x83\x73\x22\x62\x55\x8b\xb1\xf4\xfd\xa4\x1f\x91\x7d\x46\x53\x04\x06\x99\x7b\x58\xaf\x85\x03\x99\x0e\xd1\x3a\x0e\x89\x48\x79\x43\x26\x7f\xf3\xc0\x96\x7d\xb1\x8a\xa3\x6c\x15\xcd\x4d\x07\x23\x35\x5b\x71\xc2\xe3\x50\x56\xb9\x6f\xd6\xeb\x2f\xf9\x89\xe8\x5b\xfd\x5f\x2c\xde\xe7\x17\x2c\xe1\x39\x1d\xff\xa5\x19\x8f\x5f\x05\xfb\x02\x1a\xb2\x70\xa0\x5c\x02\xd8\xf5\x33\xf2\x23\x00\x00\xff\xff\x6a\xef\xbd\x03\xca\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xbd\x4e\x04\x51\x08\x86\xe1\x9e\xab\x20\xdb\xef\x18\x3b\x73\x4a\x2d\xec\xb7\xb0\x67\xf6\x7c\x2a\xee\x0c\x4c\x80\x63\xa2\x57\x6f\x9c\xd2\xbf\xc4\x92\x04\x1e\x5e\xd9\xf4\x01\x91\xea\xd6\x38\x66\x39\x4f\x32\xea\xd9\x43\xdf\xa5\xd4\x6d\xba\xdc\xe4\xa4\x7e\xf5\x7a\x4d\x17\xb5\xde\xf8\x6e\x19\x59\x88\x93\x2f\xb8\x55\xeb\x6a\x4f\xb4\xa2\xa4\x4b\x49\x23\x66\x31\xf3\xda\x2f\xf3\x73\xe4\x1f\xc9\x31\x23\x0c\x85\x5d\x96\x51\x3e\xb6\x2e\x85\xc6\x87\x8a\x81\x03\x31\x9b\xac\x68\x9c\x6f\x59\x58\x5b\x76\x3b\x06\xa4\x23\x92\xc2\x17\x9c\xf0\xb8\xbf\xda\xf4\x3e\x7c\x6c\x7f\x64\x13\xf3\xb7\xea\xdf\x75\xca\x31\xbf\xe0\x5c\xd9\xe8\xf8\x2f\x7d\x5f\xfc\xea\x9a\x77\x24\x7d\x04\x00\x00\xff\xff\x55\x32\x98\xa4\x5e\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xbb\x4e\x03\x41\x0c\x45\xfb\xf9\x0a\x2b\x7d\x16\xd1\xa1\x29\xa1\xa0\x8f\x04\xbd\x67\xc7\x49\x86\xcc\xda\x23\x3f\x22\xc1\xd7\xa3\x2c\x14\xbc\x04\xa2\xb4\xe4\x7b\xee\x3d\x38\xda\x23\xa9\x35\xe1\x0c\x5a\x70\x9e\x30\xfc\x28\xda\x5e\xd0\x9b\xf0\x74\xba\xb1\xa9\xc9\xd5\xf9\x3a\x9d\x1a\xd7\x0c\x77\x3d\xcc\x49\x77\xd2\xe9\xb6\x71\x6d\x7c\x48\x0b\x39\x56\x74\xcc\x09\x00\x99\xc5\xd7\xa4\x5d\x4e\xf8\x11\x19\x85\x94\xc9\x69\x25\x63\xb8\xc4\xa8\xe8\x94\x61\xe3\x1a\xb4\x49\x00\x1d\x0b\xf5\x77\xc2\xe7\xf7\x22\xe2\xe6\x8a\x63\x34\x3e\xbc\x2d\xde\x56\xda\x63\x74\xb7\x04\xc0\xb8\x50\x06\x7b\x36\xa7\x25\x9f\xa5\xc7\x42\x5b\x9b\x8f\x54\xa3\x93\x26\x95\x4e\x3b\xda\xaf\x43\x47\xbb\x57\x89\xf1\x8b\x74\x02\xf8\xe6\xfc\x67\x85\x45\x79\xa2\xd9\x2d\xa7\xed\xbf\x3a\x1e\x8c\xf4\x2b\xfc\x62\xfe\x01\xfd\x1a\x00\x00\xff\xff\x29\xc6\xa2\x24\xaa\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xce\xbd\x4e\xc4\x40\x0c\x04\xe0\x7e\x9f\xc2\xba\x9e\x20\x3a\xb4\x25\x14\xf4\x57\xd0\x3b\xd9\x81\x33\x49\xec\x68\x6d\x83\xe0\xe9\xd1\xa5\xe3\x57\x42\xa2\xb4\xe4\xf9\x66\x78\x93\x7b\x74\x17\xd3\x4a\x7d\xe4\x69\xe0\x8c\x93\x75\x79\xe3\x10\xd3\x61\xbe\xf6\x41\xec\xf2\xf9\xaa\xcc\xa2\xad\xd2\xed\x92\x1e\xe8\x47\x5b\x70\x23\xda\x44\x1f\xcb\x8a\xe0\xc6\xc1\xb5\x10\xb1\xaa\xc5\x9e\xf4\xf3\x49\xdf\x92\x39\xa2\x2b\x02\xbb\xcc\x19\x96\x5b\xe3\x40\xa5\x43\xf4\xc4\xa1\x10\x29\xaf\xa8\xe4\xaf\x1e\x58\xeb\x0b\xc6\x93\xd9\xec\xa5\xdb\x82\x23\x1e\xf6\x9e\x4d\xee\xba\xe5\xf6\xcb\xe6\x42\xf4\x65\xf2\x0f\x74\xf1\x1c\x9f\x30\x85\xd7\x72\xf1\x27\x7a\x7f\xfc\x8c\x9e\x13\xd0\x90\x89\x03\xed\x3f\xc0\xd4\x8f\xe4\x7b\x00\x00\x00\xff\xff\xbe\x4d\x91\x1a\xb3\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\xb1\x4e\x03\x31\x0c\xc6\xf1\x3d\x4f\x91\x17\xc8\x21\x36\x94\x0d\x18\xd8\x8b\xc4\xee\xcb\x7d\xa5\xe6\x72\x71\x64\x3b\x95\xe0\xe9\x11\xba\xd2\x05\xa9\x62\xff\xfe\xfe\x99\x3a\xbf\x41\x8d\xa5\xe5\xa8\x33\x95\x89\x86\x9f\x44\xf9\x8b\x9c\xa5\x4d\xeb\x83\x4d\x2c\x77\xe7\xfb\xb0\x72\x5b\x72\x7c\xae\xc3\x1c\x7a\x90\x8a\x27\x6e\x0b\xb7\xf7\xb0\xc1\x69\x21\xa7\x1c\x62\x6c\xb4\x21\x47\xc7\xd6\x2b\x39\x0c\x7a\xe6\x82\x59\x65\x85\xa6\x52\x19\xcd\x83\x4a\xc5\x01\xc7\x9f\x35\x75\x7e\x51\x19\xfd\x86\x1c\x62\xfc\x03\x5f\x1d\xfb\x34\xc7\x96\xa5\xa3\xd9\x89\x8f\x9e\x6f\xc2\x36\xe6\x0f\x14\xb7\x1c\xd2\xe5\xe6\xeb\x3e\x7b\x2c\x45\x46\xf3\xff\xbd\xbf\x8f\xac\x53\x41\x8e\x57\x39\xfd\x36\xe9\x12\xa5\xbd\x0a\xdf\x01\x00\x00\xff\xff\x84\xf2\xca\xa8\x5f\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\x45\x7e\x20\x8b\xe8\x50\x3a\xa0\xa0\x3f\x24\x7a\x6f\x76\x8e\x33\x9b\x8d\x23\xdb\x39\x09\xbe\x1e\x9d\x38\x6d\x83\xe0\x5a\xcb\x33\xef\x0d\x75\x7e\x83\x1a\x4b\xcb\x51\x67\x2a\x13\x0d\x3f\x89\xf2\x17\x39\x4b\x9b\xd6\x07\x9b\x58\xee\xce\xf7\x61\xe5\xb6\xe4\xf8\x5c\x87\x39\xf4\x20\x15\x4f\xdc\x16\x6e\xef\x61\x83\xd3\x42\x4e\x39\xc4\xd8\x68\x43\x8e\x6e\x73\x92\x8e\x66\x27\x3e\x7a\x72\x6c\xbd\x92\x23\x19\xf4\xcc\x05\x69\x56\x59\xa1\x41\xa5\xe2\x80\xe3\x25\x46\x9d\x5f\x54\x46\xff\x47\x21\xc4\xf8\xcb\x60\x07\xda\xa7\x39\xb6\xbc\x33\x73\x91\xe6\x2a\xb5\x42\xf3\x5f\x78\x1b\xf3\x07\x8a\x5b\x0e\xe9\xda\xfc\xfa\xf3\xf0\x58\x8a\x8c\xe6\x7b\x39\x75\xbe\x44\xa1\xd7\x8b\x75\x2a\xc8\xf1\xf6\xc0\xef\x00\x00\x00\xff\xff\x4e\xb1\x25\xe6\x5b\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterrolebindingRbacAuthorizationK8sIoViewYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x4a\x04\x41\x10\x45\xf3\x3e\x45\x5f\x60\x46\xcc\xa4\x33\x35\x30\x5f\xc1\xbc\xb6\xe7\xaf\x53\xee\x74\x55\x53\x55\x3d\x82\xa7\x17\x61\x10\x44\xd8\xf4\xff\xc7\x7b\xd4\xf9\x0d\xe6\xac\x52\xb2\x9d\xa9\xce\x34\x62\x55\xe3\x2f\x0a\x56\x99\xaf\x0f\x3e\xb3\xde\xed\xf7\xe9\xca\xb2\x94\xfc\xbc\x0d\x0f\xd8\x49\x37\x3c\xb1\x2c\x2c\xef\xa9\x21\x68\xa1\xa0\x92\x72\x16\x6a\x28\x79\x67\x7c\x26\xd3\x0d\x27\x5c\x7e\x56\xea\xfc\x62\x3a\xfa\x8d\x42\xca\xf9\x5f\xe0\xaf\xcf\xc7\xf9\x03\x35\xbc\xa4\xe9\x40\x5f\x61\x3b\x57\x3c\xd6\xaa\x43\xe2\x97\xee\xa6\x0d\xb1\x62\xf8\x64\xa0\x05\x76\x3c\xde\xa9\xa2\x64\xed\x10\x5f\xf9\x12\x53\x43\x18\x57\x4f\xdf\x01\x00\x00\xff\xff\x67\xd5\xc0\xf5\x03\x01\x00\x00") - -func clusterrolebindingRbacAuthorizationK8sIoViewYamlBytes() ([]byte, error) { - return bindataRead( - _clusterrolebindingRbacAuthorizationK8sIoViewYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml", - ) -} - -func clusterrolebindingRbacAuthorizationK8sIoViewYaml() (*asset, error) { - bytes, err := clusterrolebindingRbacAuthorizationK8sIoViewYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x3d\x6f\xe3\x30\x0c\x86\x77\xfd\x0a\x6e\x01\x0c\xd8\xbe\x20\x4b\xa0\xed\x72\x09\x0e\x5d\x3a\xa4\x45\x77\x4a\xa1\x6b\xc2\x8a\xe4\x92\x94\x87\xfe\xfa\x22\xc8\x07\xd0\xa1\xe8\xf6\x92\x2f\xf1\x3c\xc4\x99\xdf\x48\x94\x4b\xf6\xa0\x24\x0b\x47\x8a\x68\x98\xca\x7b\x37\x6d\xb5\xe3\xd2\x2f\xeb\x40\x86\x6b\x37\x71\x3e\x79\xf8\x97\xaa\x1a\xc9\xcb\xf5\x74\x27\x65\x22\x71\x67\x32\x3c\xa1\xa1\x77\x00\x03\x67\x4c\xfc\x49\xa2\x97\xa9\x85\xa9\x06\x92\x4c\x46\xda\x72\x8e\x35\xa0\x15\xe9\x6f\xa6\xf6\xa6\x72\x00\x19\xcf\xe4\x01\xb3\x72\x48\xd4\xde\xfb\x70\xe5\xeb\x4c\xf1\x42\xc3\x6a\xe3\x53\x1e\xca\x25\x03\x04\x42\x21\xb9\x66\x00\xa5\x28\x64\x47\x1a\xee\x8b\x07\x53\x43\x1b\x13\x53\xb6\x6f\x85\xce\x18\xc9\x43\x99\x29\xeb\xc8\x83\xb5\x3f\xb8\x01\x22\xee\x6a\x3e\x25\xf2\xb0\x6a\x9a\x06\xfe\x1f\x9e\x0f\xc7\xbf\xaf\x87\x3d\x34\x4d\xb3\x72\x00\x42\x89\xd5\x76\x34\xe2\xc2\x45\x3c\xec\xab\xa0\x71\xc9\x8f\xea\x48\x1f\x95\xd4\xd4\xc3\x1f\x07\x50\x25\x79\x18\xcd\x66\xf5\x7d\x8f\x1a\xba\xdf\x5e\xe8\x74\x89\x7e\xbd\xd9\x6c\xfb\xa2\xc1\x7d\x05\x00\x00\xff\xff\x76\xff\x6f\x3c\xb1\x01\x00\x00") - -func clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYaml, - "ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml", - ) -} - -func clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYaml() (*asset, error) { - bytes, err := clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xb1\x6e\xe3\x30\x0c\x86\x77\x3f\x05\xb7\x00\x06\x6c\x5f\x70\x19\x0e\xda\x2e\x97\xe0\xd0\xa5\x43\x5a\x74\xa7\x15\xba\x26\xac\x48\x2a\x49\x79\xe8\xd3\x17\x86\x93\x16\x2d\x50\x74\x23\xa5\x9f\xdf\xf7\x63\xe6\x27\x12\xe5\x14\x1d\x28\xc9\xcc\x9e\x3c\x1a\x86\xf4\xdc\x4e\x7f\xb4\xe5\xd4\xcd\xdb\x9e\x0c\xb7\xd5\xc4\xf1\xec\xe0\x5f\x28\x6a\x24\x0f\x6b\x74\x2f\x69\x22\xa9\x2e\x64\x78\x46\x43\x57\x01\x0c\x1c\x31\xf0\x2b\x89\x2e\x5b\x03\x53\xe9\x49\x22\x19\x69\xc3\xd1\x97\x1e\x2d\x49\x77\x35\x35\x57\x55\x05\x10\xf1\x42\x0e\x8c\x2e\x39\xa0\x51\x73\x0b\xf4\xab\x40\x33\xf9\x05\x87\xc5\xc6\xbb\x38\xa4\x65\x06\xe8\x09\x85\x64\x9d\x01\x94\xbc\x90\x9d\x68\xb8\x3d\x7c\x85\x5e\x99\x2b\xb2\xf1\x81\x29\xda\xa7\xa8\x66\xf4\xe4\x20\x65\x8a\x3a\xf2\x60\xcd\x77\x75\x00\x3c\xee\x4b\x3c\x07\x72\xb0\xa9\xeb\x1a\xfe\x1f\xef\x8f\xa7\xbf\x8f\xc7\x03\xd4\x75\xbd\xa9\x00\x84\x02\xab\xed\x69\xc4\x99\x93\x38\x38\x14\x41\xe3\x14\xdf\xbf\x4e\xf4\x52\x48\x4d\x1d\xfc\xaa\x00\x8a\x04\x07\xa3\x59\x56\xd7\x75\x98\x79\xf1\x91\xb4\x3f\x36\x69\x75\xf6\x6e\xb7\xfb\xdd\xad\xab\x76\xb7\xdc\xc7\x69\xcb\xa9\x7a\x0b\x00\x00\xff\xff\xcc\xa5\xfc\x9c\xe5\x01\x00\x00") - -func clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYaml, - "ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml", - ) -} - -func clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapKubeServiceCatalogClusterInfoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcb\xb1\x0a\xc2\x30\x10\x00\xd0\xfd\xbe\xe2\xb6\xc2\x41\x07\xd7\xdb\x44\x83\x93\x0e\x22\xee\x67\x72\x2d\x47\xdb\x4b\x48\xd2\x7e\xbf\x8b\xae\x0f\x9e\x14\x7b\x6b\x6d\x96\x9d\xf1\x38\x41\x92\x2e\x0c\x88\x96\x18\x07\x22\xc2\x5b\x78\x84\xe7\xf9\x15\xae\x48\x44\x03\x2c\xe6\x89\xf1\x92\x7d\xb2\xf9\x2e\x05\x36\xed\xf2\x3f\x2e\x9b\x32\xc6\x75\x6f\x5d\xeb\x68\x3e\xe5\x1f\xb6\x22\x51\x19\x97\xfd\xa3\x63\xd3\x7a\x58\xd4\x31\x4a\x97\x35\xcf\xf0\x0d\x00\x00\xff\xff\xfd\xf0\x93\xa9\x80\x00\x00\x00") - -func configmapKubeServiceCatalogClusterInfoYamlBytes() ([]byte, error) { - return bindataRead( - _configmapKubeServiceCatalogClusterInfoYaml, - "ConfigMap/kube-service-catalog/cluster-info.yaml", - ) -} - -func configmapKubeServiceCatalogClusterInfoYaml() (*asset, error) { - bytes, err := configmapKubeServiceCatalogClusterInfoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/kube-service-catalog/cluster-info.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapKubeSystemExtensionApiserverAuthenticationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xd0\x31\x4f\xfb\x30\x10\x05\xf0\x3d\x9f\xe2\xd4\xa5\x52\xa4\x1b\xfe\xab\xb7\xbf\x20\xea\x04\x43\x05\x08\x09\x31\x1c\xc9\x4b\x6a\x35\xb1\xcd\xf9\x52\xd2\x6f\x8f\x5c\xe8\x80\xc8\xc4\x68\xf9\xfd\xf4\x74\x4f\x92\x7f\x82\x66\x1f\x83\xa3\xd3\xbf\xaa\x13\x13\x57\x11\xb5\xa3\x47\x30\x6e\x85\x7b\x3f\xc2\xd1\xb6\xae\x6b\xda\x35\xf7\xcd\xfe\xff\x43\x73\x4b\x75\x5d\x6f\x2b\x22\xc5\xfb\x8c\x6c\x07\x48\x07\x65\x19\xc7\xf8\x81\x8e\x83\x4c\xc8\x8e\xb6\x2f\x1b\x19\x06\xc5\x20\x16\x95\x7b\x8d\xc1\x38\x69\x5c\xce\x9b\xd7\xdf\xf6\x2f\x7d\x58\x4c\x85\xbf\x1e\x99\x93\xa2\xf7\xcb\xa5\xf6\x99\xf7\x98\xa2\x81\x9b\x4b\x62\xad\x6f\xd0\x38\xa7\xab\xfd\x89\x76\xe5\x6b\xcd\xcc\x19\x5a\x6e\x5b\x67\x8f\x19\x5a\xd4\xd1\x87\xce\xd1\x4d\x0c\xbd\x1f\xee\x24\x55\x13\x4c\xae\xab\x16\xed\x08\x8b\x21\x94\xc5\x59\x92\xcf\xd0\x53\xd9\x6e\xb6\x03\x82\xf9\x56\xcc\xc7\xf0\x1d\xcd\x49\x5a\x38\x3a\xce\x6f\xe0\x7c\xce\x86\xa9\xfa\x0c\x00\x00\xff\xff\xad\x95\x88\x98\xaf\x01\x00\x00") - -func configmapKubeSystemExtensionApiserverAuthenticationYamlBytes() ([]byte, error) { - return bindataRead( - _configmapKubeSystemExtensionApiserverAuthenticationYaml, - "ConfigMap/kube-system/extension-apiserver-authentication.yaml", - ) -} - -func configmapKubeSystemExtensionApiserverAuthenticationYaml() (*asset, error) { - bytes, err := configmapKubeSystemExtensionApiserverAuthenticationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/kube-system/extension-apiserver-authentication.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAnsibleServiceBrokerBrokerConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\xc1\x6a\xdc\x30\x10\xbd\xef\x57\x0c\xa1\x10\x30\x6c\x92\x5e\x7a\xd0\x2d\xb4\x69\x4f\xed\xa1\x94\x5e\x42\x10\x63\x79\x76\x2d\x3c\x2b\xa9\xa3\xb1\x53\x43\x3f\xbe\x78\xd7\xf2\xae\x43\x5a\xda\x9b\x3d\xef\xe9\xcd\x7b\xc3\x48\x98\xfc\x77\x92\xec\x63\x30\x30\xbc\xdd\x34\xa8\x68\x36\x00\xb5\xc4\x8e\x64\xeb\x62\xd8\xf9\xbd\x81\x5f\x1b\x00\x00\xa1\xbd\xcf\x2a\xa3\x39\xfe\x01\x6c\x41\xc7\x44\x06\xa4\x75\x6e\x2e\x01\x04\x3c\x1c\x4b\x4b\xa1\x17\x36\x70\x5d\x55\x15\x7c\x7a\xf8\xf2\xf0\xf5\xfe\xdb\xc3\x07\xa8\xaa\xea\x7a\x21\x28\xee\x0d\xfc\x95\xf1\xdc\x7a\x25\xcb\x3e\xab\x81\xc7\x9b\x6a\x8b\xa9\x7e\xf3\xb4\xa0\x35\xa3\xeb\xce\x28\xf6\x1a\x0f\xa8\x3e\x86\xed\x9c\xe2\x92\x5e\x3c\x73\x74\xc8\x36\x26\x0a\xb9\xf5\x3b\x7d\x61\xff\x88\x96\xb8\xaf\xdb\x78\x5a\x1d\xc9\x09\x1d\x65\x03\x8f\x8b\xe2\x09\x6f\x30\x96\x69\x9d\xfa\x3a\x69\x8e\xff\x1c\xf7\x05\xc8\xda\xc4\x5e\x0d\xa8\xf4\x34\x97\x98\x06\x62\x03\x3e\xec\xe2\x5c\x71\x91\xa3\x5c\x70\x96\x3e\x45\xa5\x8d\x93\xad\xab\xab\xc2\x47\xbb\xf3\x4c\x17\x95\x9a\x50\x48\xac\xc6\x8e\xc2\x4b\x6c\x89\x60\xce\xc2\x5b\x0c\xd9\xd7\x4c\xdb\x4c\x32\x78\x47\xf3\x34\x8b\x69\x0c\x4d\x1d\x7f\x5a\x89\x93\x10\x35\xbe\x8c\xd0\x1f\x70\x4f\x36\xf5\xcc\x36\x45\xf6\x6e\x34\x70\xcf\xcf\x38\xe6\x19\xef\x88\x92\xbd\xe8\xb7\x43\xce\xf4\x2a\x66\x63\xb0\x24\x32\xc5\x3e\x93\x4e\x26\x4a\xe8\x86\x06\x3b\x57\x56\x42\x75\x8c\x9a\x55\x30\x4d\x1a\x59\x51\xb4\x4f\xab\x01\x0b\xed\x84\x72\x6b\x7d\x50\x92\x01\xd9\xc0\xbb\xbb\xbb\x62\x91\xb1\x0f\xae\xb5\x98\xea\xe9\x78\xed\x43\xb3\x56\x8f\xbd\xa6\x5e\xad\xd0\x8f\x9e\xa6\xa1\x5f\x62\x42\x2e\x0e\x24\xe3\xaa\x5b\xce\x6c\x1d\x89\xda\x8e\x46\x03\xb7\xa4\xee\x56\x39\xdf\x26\xf1\x03\x2a\x4d\xdf\x37\x1d\x8d\x2f\xc8\x7f\x20\x3a\x29\x93\x9e\x16\xdd\x52\x76\xc8\xa8\x64\xe0\xe3\x85\x0b\xec\xb5\x35\xcb\x82\x96\x9d\xaf\x31\xfb\xf3\x45\x05\xa0\x80\x35\xd3\x12\xae\x3b\x06\x7d\x7f\xbc\xf2\x9f\x31\x6d\x0e\xa4\x58\xde\x03\xc6\x9a\x38\x9f\x24\x31\xa5\x7f\x5a\x93\xd3\x55\x5a\xbd\x24\x9b\xff\x5b\xb5\xdf\x01\x00\x00\xff\xff\x15\xc9\x1c\xa0\x9d\x04\x00\x00") - -func configmapOpenshiftAnsibleServiceBrokerBrokerConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAnsibleServiceBrokerBrokerConfigYaml, - "ConfigMap/openshift-ansible-service-broker/broker-config.yaml", - ) -} - -func configmapOpenshiftAnsibleServiceBrokerBrokerConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftAnsibleServiceBrokerBrokerConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-ansible-service-broker/broker-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureBrandingBrandingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7b\x6d\x6f\x9b\xd8\xb6\xff\xfb\x7e\x0a\xd4\xff\x8b\xb6\x33\xd3\x04\x03\xce\x69\x32\x1a\xe9\xef\x00\xb1\x49\xd9\x10\x1b\x6c\x07\xdf\xb9\x1a\x61\xa0\x18\x8c\x21\x32\x10\x1e\xce\xed\x77\xbf\x5a\x6b\x6f\xc0\xc9\x54\x33\x6e\xcf\xd5\xd1\x7d\x71\x2b\x55\x21\x1b\xd8\x0f\xeb\xe1\xb7\x7e\x6b\x2d\xe2\x3e\x45\xab\xe0\x98\x47\x59\x7a\xc3\x3d\x8f\xde\xf8\x6e\xe1\xde\xbc\xe1\xb8\xed\xd1\x4d\xfd\x28\x0d\x2f\xbc\x3c\xbf\xe1\xde\x5e\xfe\xf4\xfb\xf1\xf7\x94\xfb\x89\xb3\x77\x51\xce\x45\x39\xe7\xa6\x5c\x70\x78\x2a\x1a\x2e\xa8\x8b\x20\x85\xd7\x73\x2e\x2f\x9a\x24\xc8\x77\x41\x50\x70\x5f\xa2\x24\xb8\xe0\xd4\xfe\xde\x1b\x8e\xe3\xb8\xdc\x3b\x46\x4f\x45\xce\xb9\xc7\x80\x4b\x32\xd7\x0f\x7c\x36\xe9\xb6\xe1\x8a\x5d\xc0\xad\x83\x2d\x27\x67\x69\x9e\x25\x01\x57\xed\x82\x94\xcb\x83\x82\x8b\x52\xae\x0a\xb6\x1e\x1d\xfe\xe8\x65\xe9\x97\x28\xe4\xe8\x0f\x9c\xf4\xe0\x3e\xc1\x33\xc5\x2e\x60\x93\x65\x4f\x41\x9a\xef\xa2\x2f\xc5\xc7\x2a\xd8\x7e\x64\x2f\x72\xa9\x7b\x08\xf2\x27\xd7\x0b\x2e\xb8\xbb\xec\xc8\x05\xb5\x7b\x78\x4a\x82\x5f\xe8\x3b\xec\xcd\xe1\x28\x37\x30\x82\xd3\xff\xc4\x9d\x1c\x6b\xb9\xd0\xe9\x2d\x18\xe6\x3e\x72\xbf\xbf\xdd\x15\xc5\x53\x7e\x73\x79\xc9\xe6\xbb\xf0\xb2\xc3\x25\x7d\xfe\xd2\x2b\xf3\x22\x3b\x80\xfc\x7e\x7f\x3b\x2c\xc3\x26\x75\xb2\x92\xf3\xdc\x94\x3b\x64\x7e\xf4\x05\x4e\x1f\xe5\x28\x33\xae\xc8\xb8\x22\xc8\x8b\x53\xb1\x46\x29\xe7\x72\x7e\xf0\x1c\x24\xd9\xd3\x21\x48\x0b\x2e\x48\x9f\xa3\x63\x96\xc2\xf5\xc5\x30\xe7\x25\x5c\xe2\x42\xff\x6f\x17\xb8\x7e\x70\xfc\x98\x64\x61\xc6\xfd\x13\x87\xb8\xad\xeb\xed\xc3\x63\x56\xa6\xfe\xc7\xe8\xe0\x86\xc1\x0d\x57\x1e\x93\xf7\xa8\x6d\xfc\xfd\x32\x7f\x0e\x7f\xae\x0f\xc9\xaf\x5b\x37\x0f\xae\xa4\x5f\x1e\x94\x6b\x69\xbb\xae\x42\xff\xb0\x6a\x3c\x21\x79\xde\xc6\x7c\x44\x2c\xa9\xd2\xa2\xdb\x64\x7b\x30\x9e\x37\xd3\xa4\xdc\xb4\x7c\xe4\x3f\x2e\x0e\xba\x1d\x46\x0f\xad\xf4\xf9\x41\x56\x0b\xdd\xba\x9d\x6d\xd6\xe3\xc4\x3b\xdc\xf1\x5b\x51\xbb\xd2\xd4\xbb\xfd\x56\xb8\x4f\x34\x35\xc9\xb7\xb3\x55\xeb\xcf\xee\x77\xfe\xf4\xba\xd1\x14\xad\xd5\xe3\x49\x49\xac\x2a\x5c\x8e\x36\x33\x4d\x5d\x49\xde\xf4\xba\xf1\xe5\xdb\xf9\x76\xb6\x4a\xf5\x65\x52\x6a\xb2\x44\xef\xdd\x6d\x12\x2f\x35\x9e\xb6\x82\x74\xa5\x29\x4e\x49\x94\x49\x38\x4f\x57\x4f\xdb\xe9\x3c\x24\xf2\x3e\xd4\x64\xbe\x78\x08\xb3\x4f\x9e\xb8\x49\xb5\x59\xff\xec\xb5\x16\xab\x25\xb1\xb4\xd0\x5d\xcf\xaf\xb5\x7d\xbd\x0b\xd6\xab\xe6\xb1\x55\x23\x6d\xb6\x2b\xb6\xd3\x71\xfb\x60\xdd\x67\xfe\x6c\x51\x99\xd1\xa7\x67\x5f\xf4\x45\x3d\xf5\x5a\xfd\x70\xdd\x6c\x9a\x4f\x0d\x51\x26\x95\x2e\x1a\xc2\xa6\xd1\xc2\x60\x3a\xca\xb7\x29\xb9\x0a\xa6\xf5\xd3\xf6\x90\x5f\x6b\x87\x1d\xef\xcf\x26\x57\x7a\x73\x2d\xfa\xa2\x57\xfa\x2d\x29\xb7\xe2\x7d\xaa\xb7\xea\xd8\xb4\xf7\xcf\xec\xb9\x48\x9b\x85\xd7\x5a\x7c\x5b\x05\xb2\x16\x06\x36\x1f\x91\xd9\xad\xa4\x85\xd9\xbd\x36\xf3\x9f\x36\xb3\x45\xf6\x60\x69\x35\x89\x77\x78\xdf\x9d\xae\x9e\x36\xc2\x8e\x7f\xb0\x34\x1e\x9f\x8b\x6e\x05\x77\xbd\x12\xe7\x87\x6b\xe9\xc1\xd2\x2a\x4d\x99\x84\xc4\xd6\x24\x4d\x99\x83\x0e\x5a\x7f\x96\xe4\x1b\x9b\x8f\x36\xeb\xf1\xce\x39\xd4\x89\xbe\xbe\xdf\x39\x42\x91\x7a\x87\xeb\xd1\xf6\x30\xbf\xda\x1e\x56\x22\xbe\x23\x4f\x6a\x12\x87\xa1\xa1\x4c\xfe\xa1\x45\xb7\xa0\xd3\x2b\x4f\xbc\xdd\x39\xc2\xf2\x5a\x4b\x6f\x9b\xcd\xa3\x91\x78\xe9\x26\xd1\x62\xe9\xf3\xc3\xcc\xe0\x83\x75\x9d\x68\xb3\xc5\xd8\x9b\xc2\xfd\x45\x12\xcc\xe6\xcf\x8e\x68\xb4\x70\x5f\xb6\xc6\xad\xaf\xdc\xfe\x63\x73\x48\xf2\xad\x92\xc5\x8b\xfd\x66\x0a\xff\x4d\x91\xff\xfc\x20\x5f\xb3\x3d\x49\x9f\x1f\xa6\xde\xcf\x72\xb8\xff\xb4\x69\xa5\xcf\xf2\x7c\xff\xc9\x9b\xde\xf1\xae\x7c\x1b\x6f\xa7\x77\xad\xd7\xf2\x91\x27\xe2\x19\xf6\x0f\xd6\xbd\x41\x22\xa9\xd5\x15\x4d\xd4\x63\x7f\x4d\xda\xbb\x4c\xb7\xb5\xd2\x98\x39\x85\xb9\x0e\x5b\xa7\xd5\x4a\xc3\xaa\x2a\x5d\x21\xa5\xd1\x54\x95\x1e\xef\x73\xd2\x48\xa2\xae\x68\xa5\x21\x90\x4a\x57\xd4\x82\xc8\xd2\x48\x57\xd4\xd2\xb4\xf8\x5a\x8f\x97\x39\x89\x24\xde\x56\xbc\xd2\x88\xaa\x96\x2c\x43\x5e\x8f\x13\x42\x9a\xaa\x31\x1a\x49\xb4\x14\xad\x24\x62\x16\xda\xb6\x56\xe2\x98\x25\x8d\x5d\x65\x52\x1a\xf3\xec\x5e\x9e\x27\x31\x91\xa5\xb1\xae\x4c\x72\x62\x49\xad\x6e\x4f\x4a\x43\xae\x6a\x3d\x26\x05\xb1\xa4\xda\x69\x27\xb0\x96\x40\xc7\x79\xd8\x4b\xd1\x3d\x67\x2e\xc3\x46\x8f\x8d\x35\x89\x97\xa5\xf9\x98\x45\xfa\x39\xe7\xb6\x49\x69\xca\xb8\x47\x49\x8f\x57\x82\x6e\x27\x99\x61\x49\xbc\x1f\xdf\xa3\x0c\xcc\x47\xa7\xd6\xe3\x45\x46\x22\x49\xec\xc6\x8c\x91\xd3\x98\x6b\x58\x2b\x01\x59\x5d\x69\xd1\x27\x90\xf3\xfd\xc3\xec\x76\xe7\x4f\xc3\xd0\x11\xea\x9d\x27\x92\x6b\x2d\x35\x78\x22\x6b\xe1\x46\xe1\x23\xdb\xd6\x40\xbe\x82\x1e\x1b\x31\xc1\xf3\x2c\xe1\x1c\x3c\xca\xb0\x01\x99\x69\x20\xd3\x91\xd3\xc0\x99\xc2\x9c\xc8\x92\xa4\xdb\x1a\xc8\xa0\xd1\x6d\x02\xf2\xaf\xf5\x61\x4f\xa8\x17\x3d\xbe\x8b\x89\x05\x73\x4c\x40\xde\x82\xae\xa0\xac\x5a\x3d\x9e\xc3\x7b\xf5\xb2\xc5\x35\x79\xd4\x57\x4c\x72\x12\x3b\x20\x77\x90\xc9\xbd\xa6\xf2\x0d\xd5\x19\xec\x69\x11\x13\x94\x65\x08\x7b\x6a\x74\x5b\x65\xb2\x5d\x82\x6c\x25\xba\x27\x42\xf7\x0b\x72\xc6\x7b\x0e\xdc\x1b\xa1\x1e\x0e\xf8\x9e\xb8\x8a\x35\xaa\xc7\x35\xa9\xf4\xd8\xcb\x49\xa7\x37\x98\x53\x51\x4b\x23\x82\xf7\x36\x0a\x01\xbc\xa1\xb6\x30\xd6\x15\xad\x42\x7b\x89\xbd\x92\x44\xd5\xe9\x9e\xae\xc0\x47\xe5\xf9\xfe\xf9\x01\x7e\xda\x75\xe5\x3c\x2e\x32\x6d\x6a\xe4\xce\xa3\x01\x98\xd1\xfa\xca\x24\xd2\xa6\x80\x29\x7c\x6b\x58\x60\x8f\xa4\x76\x65\xbe\xd1\xe3\x85\x80\x32\x13\xc2\x82\x44\x92\xb4\x8a\x4f\xc7\x13\xd0\x25\xef\xc7\xa4\x24\x02\xe8\x70\xb7\x26\xf1\x3d\x8e\xc1\x73\x41\xa4\x9d\xb3\x1e\x4f\x1a\xa9\x86\xf5\xb6\x28\x8b\x39\xc8\x42\xa4\x6b\x24\x84\xb4\x7b\x38\x5f\x4b\xd6\xb8\xbe\xb8\x55\x34\xf0\x8b\xb1\x1e\xdf\x65\xa4\x91\xda\xad\x42\x72\xd3\x92\x6a\x4b\x99\x83\x0e\xaf\x34\x95\xe7\x49\x04\x32\x02\xff\x33\x72\x66\xdb\xb5\x1e\xaf\x62\xb8\x26\x56\x2f\xff\x66\x90\x3f\xfa\x43\x0b\x76\x27\xaf\xf1\x5e\x8d\xef\xe1\xb3\x5a\x81\x3e\x04\xef\xa2\x6d\xdd\x81\xcd\x75\xe3\x35\xda\x09\xea\x42\xcb\xc9\x23\xd3\xab\xd2\xe9\xdc\x03\x5b\x92\x2c\x65\xde\xe8\xf1\xfd\x99\xb6\xbd\xa4\x36\x7b\x82\x1b\x4c\xf6\x8d\x1f\xf1\x8d\xa5\x2c\xdb\xce\x77\x48\xe2\xb4\xe4\x4c\xdf\x34\x62\x07\x6d\x16\xed\x09\xf6\x87\x67\x9b\xc3\xfe\x44\xb0\x51\x62\x81\xad\x53\x19\x51\x5c\x0a\xd1\x5e\xe1\x59\x12\xf1\xad\x0e\x36\x6f\x49\x8d\x83\x32\x98\xe7\x04\xf5\xc3\xfc\xce\x26\x4c\x36\xf7\xf1\x20\x53\x7c\xbf\x86\xb9\x29\x8e\xa9\x05\xf8\x24\x93\x71\x85\x7e\x01\x38\x08\xfa\x46\x7f\x83\x3d\xc0\x3a\x8b\x16\xd7\x85\x3d\x45\xb0\x27\xd4\x4d\xe3\xb4\x20\x53\xc0\x4d\xad\x7b\x0f\x7c\xbc\xc5\xf7\xf6\x44\x30\x2c\x98\x03\xe2\x6f\x98\xd3\xb3\xce\x4b\xd3\xaa\x04\x23\xaa\x1a\x23\x92\x46\x41\x74\x6b\x18\xf6\x1e\xf0\x09\x7f\x77\x5a\xc4\x44\x91\xea\xaf\x6a\x74\x78\x07\xcf\xab\x95\x46\xd8\x63\xa7\xc0\xb0\x13\xed\x81\x44\xe0\x83\x73\xc4\x4c\xa7\x45\x7b\xa0\xfb\x40\x19\xa0\x0c\xe9\x79\x0e\x70\xbe\x09\x9c\x9b\xda\x89\xc5\x30\xd6\xe2\x1b\xaf\xe9\xb1\x41\x18\xb0\x61\xa3\x18\x31\xe2\x4d\x43\x1a\xd8\xc3\x72\x8c\x36\x10\xcf\x41\x17\x23\x93\xee\x4b\xd0\xe3\xd5\x99\x36\xe4\xf1\x7a\xac\x52\x19\x4c\xfb\x98\x82\xb2\xa2\xba\xd9\x83\xde\xdb\x65\xeb\xd5\x74\x9d\x30\x37\x5a\xd4\x7b\x63\xaa\xa1\x48\x66\x4e\xfb\xc2\xc7\x1b\x88\x15\xec\x7c\x8a\x96\x53\x0c\xd2\x40\x6e\x60\xe3\x88\x81\xf3\xd6\x6b\x19\x36\x82\x9c\x44\x03\x7d\x43\xc3\x31\xa3\x9d\xc3\xbb\x8d\x21\x4b\x12\xea\x01\x64\x1f\x6f\x32\x90\x1b\xc8\x91\xea\x15\xd6\x87\xbd\xa9\x79\xef\x6f\x10\x0f\xa9\x9f\x35\x70\x9f\xca\x7b\x99\xe3\x59\x40\xbe\x6b\x2a\x67\xea\x7f\x84\xf9\x29\x9e\x75\x6c\x29\x5e\xb5\x8a\x35\xe1\x4c\x0c\x92\x68\x9c\x44\x6c\x1b\x75\xe7\x66\xb1\x4b\x33\xda\x9d\x00\xb1\xc1\x85\x33\x8b\x4e\x63\x29\x9e\x44\xf1\x59\x2b\xcd\xd5\xf9\x3e\x68\x32\x3f\x43\x2c\x6b\xa4\x66\x2b\xa3\x5f\x15\x46\x24\xf1\x2e\xea\x05\xb0\x05\xe4\x86\x32\xa8\xa9\xbe\x2a\x2a\x93\x48\x6a\x07\xec\xbd\xef\xf4\xd2\x6c\x15\xf0\xbd\x0a\x62\x61\x46\xa6\x03\x76\x51\xdb\x53\x7b\xdb\x23\x16\xbe\xb7\x26\xb1\x86\xfa\x82\xbd\x7f\x0f\x7e\x98\x76\x08\xfe\xd4\x98\x32\xf8\xe2\x24\xef\x78\x03\xc1\x58\xaa\x0e\xb8\x47\xf1\xb3\xa5\xf1\x93\x61\xa0\xdc\xfb\x73\xed\x0c\x3a\x6c\xd8\x58\x87\xf9\x63\x7c\x87\x9e\x01\xfc\x8e\xe2\x07\xfd\x89\xb1\x91\x30\x4e\x33\xf0\x15\x5c\x57\xa2\xbe\xc9\x77\xf1\x91\x07\x9c\x04\x2c\xa2\xf1\x6f\xc2\xd6\xd8\xe7\x03\x36\xc3\xef\x9b\xe1\x3e\x9c\x41\xe9\xfd\x1b\xf7\xf6\xc2\x2e\xa3\xde\x2e\xe9\x5a\x07\xf2\x02\xff\xa9\x5d\x92\xde\x2e\x07\xee\xd5\xbd\xc7\x0f\xcf\x53\xbb\x1e\xae\x87\x18\xd3\xb0\x18\x53\x01\xaf\x61\x67\xea\xce\x28\x0c\xf1\x47\xa3\xf8\xd3\x30\xde\x80\x6b\x32\xce\x08\xf2\xc4\xf1\x5d\x3b\xc4\x2f\xc4\x68\x11\x6d\xe2\x44\x7e\xaf\xe3\x20\xf5\x3d\x8d\x61\xed\x84\xca\x55\xe9\xd6\x5c\x32\x9f\x54\xa9\xcf\xd1\x75\x47\xaf\xe2\x1c\xe5\x2f\xe8\xb3\x7b\xc6\x57\xf6\x3d\x56\x98\x88\x8d\x9b\x9c\xc5\x17\xb8\x87\x76\xe8\x0c\x78\x88\x18\x4a\x65\xed\x60\xbc\xa3\x7c\xa8\xb7\xa7\x62\xd0\x57\x6f\x57\x8d\x33\x60\x46\x87\xd1\x2f\x30\xc3\x40\xfc\xeb\xc6\xd5\xbc\xb3\x4d\x82\x31\x6e\x15\xf7\xd8\x82\xfb\xf3\x06\x1b\xc1\xdf\x43\xba\xc7\x76\xc2\xfc\x90\x50\x1e\xad\x74\x67\xc0\x98\x51\xcf\xdb\xbd\x44\x71\xd4\x83\x79\xc6\x26\x62\x09\xf0\x0f\x27\x3f\xf5\x9b\x33\xb1\xa8\x26\x4a\x38\xe0\x44\x84\xf6\xdc\xea\xb1\x4f\xf9\xea\x9d\x73\x3a\x8e\x18\x64\xcc\x9c\x16\xfd\x1f\xf9\x99\xd6\xe0\xd8\xdd\xf9\xbe\x4d\x6c\x15\xf2\x91\xfa\x64\xbe\xb1\xa5\xa8\x35\x99\x9d\xfd\xbe\xf0\x9a\xb3\x98\xeb\x70\xa4\xc7\x86\x40\x0e\xb8\xd7\xb1\x1f\xab\xc0\x21\x1b\x3d\xf6\xbb\x31\xf1\x3b\x38\x62\x0d\x79\x08\xf0\x81\x93\xb3\x8b\x03\x16\xde\x67\x46\x24\x49\xdf\xe4\x45\x76\xf5\x8c\x39\x9b\x5d\xa7\x67\xac\x23\xa0\xad\xdb\x61\x69\x4c\xab\xc1\x26\x79\xcc\x0f\xa8\xed\x22\xde\xf9\x1a\x99\x02\x67\xd8\x17\xc0\x3d\x5d\xc0\x60\xa1\x6a\x75\x65\x5f\x92\x65\x48\xe3\xb4\x0a\x71\x04\xe6\x9a\x97\x86\x70\x32\xd7\x09\xbf\x24\x4d\xef\xfb\xd2\xe0\xdf\xe4\xc4\x2f\x3a\xbf\xee\xb0\x60\xdf\xf9\x7b\x49\xd6\x9d\x5d\xf7\xf6\x2f\x74\x1c\xe5\xc4\x27\x46\x43\xce\x37\xa7\x38\x00\xbe\xa8\x82\x6e\xce\xe5\x12\xa0\x5b\x87\xc9\x24\x2c\x0c\x91\xe6\x2a\x10\x77\x4c\x0b\xce\xb8\xd2\x4c\x4b\x12\x00\x73\x5d\xc5\x29\xcd\x19\xe4\x78\xab\x1c\x38\xa1\x69\x55\x23\x3d\xde\x64\xc6\x9d\x53\x9b\xb2\xc4\x9f\xa9\x6b\xc8\x61\x47\x20\x4b\x63\xe6\x8c\x68\x3e\x55\x75\xb8\x07\x39\x18\xf8\x7f\xcd\xf2\x65\x76\x26\xc4\x68\xe6\x8f\x60\x13\xfb\x9c\xac\x29\x6f\x44\xdc\x88\x7a\x6c\x6d\x18\xd6\x8c\xa9\x8c\xbc\x8e\x87\xb1\x18\xa3\x32\xbb\xdc\x97\xc6\x04\xb1\x92\xe5\x37\x4b\xca\x45\x28\x57\xa4\xb2\xb5\x18\xf7\xc7\xbd\x2d\x06\x1c\x41\x5c\x71\x7a\x1c\xa1\xb8\xb2\xe8\x62\xcd\xc0\x6d\x4e\xe2\x26\x72\xc9\xe8\x65\x0c\x61\x78\x03\xfb\xe2\x71\x3f\x6a\x88\x72\x39\x57\x86\x94\x33\xaa\x23\x3d\xbe\x13\x80\x27\xbf\xe0\x73\x02\x69\x28\xa6\x03\xbf\xf6\x72\xc6\x7d\x90\xff\xe9\xb1\x4f\xe5\xdd\xdb\xfa\x9e\xca\x06\xe4\x3d\x65\x3c\xb9\x91\xc6\x74\xbe\x5d\xce\xf8\x3d\xe0\x8f\x46\xe2\x7d\x69\xce\xb0\x16\x41\xf9\x2b\xe4\x05\x15\x93\xa3\x8c\x9c\x9b\xc6\x01\x45\x1d\xb8\xb3\x75\x62\xcf\x3d\x97\x9b\x77\x5c\x8e\x3d\x97\x64\x78\x6f\xe5\xd4\x70\x96\xb3\xf3\x4a\xc4\x6a\x55\xd2\xe3\x85\x46\xda\xcd\x79\xf5\x08\x11\xc6\x7c\x18\x1b\xaf\x62\x7c\xb7\xf3\x93\x4f\xba\xe0\xfd\x2c\xc7\x14\x4f\xb0\x36\x74\xf0\x7e\x96\xc3\xdf\x7e\xfb\xf0\x6b\x5f\xb1\xfc\xfd\xb4\x28\xf9\x94\xe5\x51\x81\x45\xe8\x24\xf8\x52\x70\x5e\x90\x16\xc1\xf1\xd7\x3f\xd5\x2e\x8f\xc1\x53\xe0\x16\x37\x5c\x9a\xb1\x4b\xf6\xc8\x2e\x88\xc2\x5d\x71\x83\xf3\x4a\xfc\x53\xcd\x86\xab\xc8\x2f\x76\x37\xdc\x48\xf8\xc4\x86\xbe\x76\x45\xd2\xff\x7f\x08\xfc\xc8\xe5\xde\x1f\xa2\xf4\x23\x7b\xea\x1f\x57\x9f\x9e\xea\x0f\x5d\xc1\xf4\xb4\x88\x8a\xd3\xb2\xf1\xff\x2b\xa5\xfe\x2f\x2d\xa5\xb6\xc4\xbe\x3d\xbf\x94\xda\xaa\xd5\x0f\x94\x52\x5b\x62\x4f\xfe\x67\x4b\xa9\x7f\xb5\xa6\x3c\x09\x35\xa5\xb8\x96\xc3\x7d\xe9\x89\xf3\x3a\x10\x36\x4f\xdb\x69\x75\xa5\xf1\xb4\xec\xba\x88\x8b\x6b\x70\x31\x4f\x5c\x8c\xb7\xd3\xe5\xcf\x72\x5c\xa7\xaf\xdd\x1b\x5c\xff\x9b\x21\xcb\xea\x42\xd6\x9e\xa6\x9b\x58\x36\x0d\x31\xad\x36\xd4\x90\xd7\xe3\x05\x0d\xe1\x98\xee\x2f\x20\x84\xf3\x08\xc1\xe0\xf6\x07\xb8\xbf\xca\x0d\x5a\x5e\x6b\xf4\x78\x03\x61\xad\xc6\x74\x95\x96\x67\x6b\x3d\xbe\xcf\xbb\x34\x1e\x52\xb5\x81\x46\x2f\x87\xb0\x6c\x0d\xa5\x3e\x08\xad\xce\x10\xe2\xc5\x57\x14\x9e\xd2\x81\x03\x79\x95\x46\x68\x43\x9a\xd1\xd0\xd0\x32\xd0\x5a\x8f\x51\x60\xa0\xe9\x15\x6f\x29\x5e\x69\x88\x1d\xcd\xf9\x16\x14\xaa\x43\x48\x8d\x30\x1d\x17\x00\xee\x74\x1b\x60\x1a\x29\x76\xbd\x55\x96\x40\xe1\x45\x4a\x2f\x97\x25\x11\x71\x5c\x74\x21\xfc\x3e\x3a\x0d\xa5\x3d\xf0\x4c\x85\xcf\x18\x96\x24\x40\x5a\x7d\x0a\x8b\xdf\xa0\x86\x75\x5f\x76\xc2\x52\x65\x05\xb0\x2d\xf9\xb1\x07\xe7\xad\x86\xf2\x25\x96\xb6\xc7\xb4\x0c\x02\xa1\x68\x47\xcb\x47\x18\x32\xf7\x05\x2d\xa3\x63\x8a\x41\x29\xf9\x14\xc3\xa1\x88\x21\xbd\x61\x61\xa2\x61\x61\x42\xa4\xa1\x12\xe9\x1f\x96\x9b\xf0\x9e\x04\x34\x11\x28\x08\x69\x24\x1e\xf4\x81\x7b\x60\x29\x01\x5d\x07\xcb\xc2\x98\x56\xd0\x70\x87\x65\x1f\x96\xbe\x56\x5d\xf9\x58\x18\x52\x02\x4c\x1b\x45\x56\x16\x6a\x86\xb2\xd0\xf2\x5b\x65\xa1\xd1\x50\x16\x5a\x16\x24\x75\x0a\xa3\x91\x78\x4b\x99\xd7\x7a\xbc\x39\x4f\x7e\xcc\x5e\xc1\x9e\xfc\x78\x4e\xcb\xc3\x0d\x50\x02\x15\xe4\x95\x19\xb2\x54\x3b\x2d\x61\xa9\xea\x92\xd1\x0a\x2d\x37\x90\x9e\x90\xae\xa5\xc0\x52\x41\x8f\x96\xb6\x51\x46\x20\xef\x05\x6b\x3d\x2c\x4b\x83\x96\x24\xc6\x5b\x0c\xeb\x5e\x61\xc8\x92\x60\x29\x4b\x38\xef\x15\xc8\x0d\xe8\x2c\x93\xc3\x18\x53\x0d\x3c\x2b\x4b\xdf\xfb\xb2\xd2\x32\xef\x4a\x77\xc6\x8b\x12\x98\x53\x74\x61\x9e\x96\xe7\x0d\x1a\xce\x47\x4e\x6d\x5a\x43\x38\xff\x6b\x9f\x76\xc6\xb4\xb4\xed\x50\x1a\xda\x48\xa3\x5e\x06\x8d\x34\xf2\x63\x0d\x4b\xd4\x20\x0f\x08\xe5\xd4\xde\xe8\x58\x7f\x3d\x05\x1f\xbf\x5b\xe3\x1c\xb3\xb3\xfc\x46\xa2\xa5\x70\xf0\xfd\x9d\x00\x32\x71\xb1\x64\xb3\x58\x63\xab\x83\xce\x17\x83\x3e\xc0\x1e\xa8\xcc\x51\x26\x23\xa4\x88\x8d\x24\xb2\x32\xe3\x88\xa5\xbd\x0d\x4b\x6d\xa9\x6e\xa6\x94\x7e\x01\xad\xa3\xf3\x26\x39\x52\x90\x86\xe7\x11\x7f\x40\x2f\xb4\xc5\x10\xda\x36\x50\x76\x2f\x27\x80\x6d\x42\x48\xed\x90\xd2\x5b\x26\xf3\xce\x7e\xb1\xec\x2a\xb0\x14\x7e\xcc\x28\x55\xd7\xf2\xa1\xa5\x5e\xa1\x6b\x31\xa0\x2e\xcf\xb2\x43\x62\x4f\x78\x5c\xff\xdf\x2b\xff\x9a\xc4\xf4\x5c\x40\x67\x51\x96\x11\x2b\xcd\x63\x69\xd8\x63\x78\x30\x2f\xcd\x19\xc1\xf6\x04\xda\x3a\xca\x6f\x9f\xb3\x36\x02\x5d\xb3\xd7\x97\x11\x53\x9b\x25\x8c\xca\x2f\x01\xf3\x45\x7c\x6f\x45\xfa\xf5\x68\x3b\x45\x65\x2d\x14\x90\x53\xf8\x59\x9e\x27\x90\xd6\xd5\xc4\x06\x39\xdc\xc6\x44\xee\xb1\xbc\xd1\xed\x0e\xe3\xb5\xd2\x48\x49\xd1\x95\x8c\x4d\xf4\x27\x5a\xa6\x72\x65\xbe\xf6\x81\x5a\xca\x70\x16\x95\x95\x48\xc2\x21\xad\xa1\x54\x57\xe9\xd3\xe9\x18\xfd\x94\xad\x47\xcb\x67\x6c\xed\x33\x75\x36\x67\x65\x60\xaa\x33\xb0\x53\x3f\x82\x94\x0d\xd2\x74\x02\xf4\xb7\xbf\x86\x14\x0d\xf4\x04\xa9\xac\x31\x73\x78\xa4\xc0\x8d\x34\xf6\x23\xbe\xbb\xe6\xbf\x07\xf7\x89\xbd\x14\x07\x7f\xad\x58\x9a\xa5\x51\xdb\x91\x25\xd6\xea\x71\xb0\xb5\x49\x6d\xdf\xcf\xb1\x64\x6c\x63\xec\x05\x5c\x1b\x6d\x95\x39\x3d\x73\x04\x58\xa4\x8e\xc0\xce\x20\x1e\x13\x7b\x29\x20\x6e\x83\x4c\x0e\x15\x4b\x91\x35\x5a\x1e\xfc\x53\xfb\x66\xd0\x85\x81\x71\x61\x77\x52\x5a\xf3\x86\xb8\x1d\xf5\xad\x27\xe1\x24\x7d\x6e\x87\xd8\x1b\xf6\x25\x74\x56\xa2\x6c\x86\x92\x35\xc4\x31\x48\x49\x17\x1a\xdd\xdb\xfd\x99\x32\xf2\xea\x6f\xe8\x67\x0c\x3e\x85\x2d\x95\x47\xc4\x0a\x69\x88\xc5\x6c\x7c\xe5\x20\xb7\x39\x0f\x37\xd5\xb1\x49\xed\x8b\x95\x97\xab\xa6\x2f\x2b\x60\xca\x47\xd3\x66\x43\xc6\xd6\x64\xcd\xda\x30\x5d\x3b\x44\xd4\xed\x39\xc6\x6f\x48\x0b\xb1\x85\x8a\xba\x5a\x32\x7d\xce\x99\x4c\xe1\x9e\xca\xe2\x6e\x57\x72\xee\x5a\xb1\x0e\xe8\x9b\x72\xa1\x76\xc2\xb0\x0f\x75\x41\x53\x4f\x8b\xce\x63\x4e\x49\xcd\x62\x65\xc3\xe2\x05\xfa\x35\xc5\x2e\x7f\xf0\x59\xab\xf7\x59\x5a\x7e\xdc\x93\xda\xb4\x3d\x48\x97\x6b\x90\x09\xf8\x2a\x3d\xaf\x2a\x0d\xd7\x78\x76\xf4\x5d\x13\x64\x49\x5b\xa3\x35\xdb\x13\xda\x20\xf2\x01\xe4\x20\x0e\x2d\x65\xc2\x5a\x87\xd3\x52\xe6\x72\x68\xa1\xa0\x5d\x21\x4f\xe0\x19\x16\x0d\x2d\x5c\x5a\x8a\x00\x5d\x31\x7c\xe8\x4a\xac\x1a\xb3\x31\xaa\x53\xa7\xe9\xd3\x5c\xa1\x6b\x59\xb0\x54\xba\xa2\xa5\x51\xc0\x81\x3d\xb5\x2d\xdb\xc1\x32\x03\xdb\x3b\x60\x13\xc4\x61\xc9\xa4\x2d\x2f\x7a\xb6\x73\xec\x2d\x06\xdf\x82\x18\xe2\x75\x6d\x21\x56\xbe\x9d\xb3\xf2\x6d\xd7\x72\x33\xe2\xa1\x04\x11\x16\x94\xdf\xd0\xf6\x1d\xda\x07\x70\x85\x47\xc0\x88\xfb\x57\xd8\x31\x2f\x89\x40\x68\x19\x06\xed\x2c\x64\xe5\x56\xc4\x5a\x94\xf7\xbc\xd5\x6a\xc6\xeb\x68\x79\xac\xdf\x93\x03\xba\x6d\x90\x8b\x37\x78\x46\x6c\x15\x91\x78\x22\xa0\x0e\xec\x3d\xf8\xc8\x69\xd9\xfe\x55\x29\x45\x1b\x4a\x29\x43\x39\x7e\x34\xb4\x33\x97\x2f\x4b\xdb\x3d\x1e\x74\xbc\xb1\x8f\x8b\x63\xd8\x27\x8d\x8d\x67\x62\x5d\xac\x8d\x4e\xfd\xf8\xdf\x14\x1b\x1b\x43\x61\x9f\x7c\x50\x0c\xe5\x69\xd9\x0d\x7d\x46\xea\x4a\x26\x58\x56\xa1\xe5\x2a\x9e\x95\xc1\x9b\xbe\xfd\xa2\x90\x92\xa4\x10\x03\x80\xfb\x1b\x27\x31\x72\x01\xfe\x25\xe8\x90\x3b\x21\xd7\x50\x3f\x9f\xb4\x0d\x3a\x9b\xae\xd1\xa6\xbb\x32\x65\x23\xd5\x34\xb6\xf8\x19\x19\x7d\x0f\x3e\x69\x23\x83\xb6\xeb\x1b\xaa\xdb\x6a\xf8\x74\xa2\xe7\xad\xe8\x93\xac\xac\x39\x67\xa5\x4e\x56\x82\x43\x4e\x39\xe4\x49\x54\xd7\x84\x62\x90\xd2\xe5\x6a\x58\x8e\x3b\xf9\x1c\x84\xef\xfc\xb9\x66\xf9\x02\xe4\x01\x70\xc6\x93\x58\x40\x8a\x9e\x57\xa5\x4e\x41\x5b\x91\x4e\xde\x61\x40\x5f\xe6\x43\xdf\xdf\xb5\x5d\x5b\x80\xe6\x6c\xd8\xf6\x68\xb1\x85\x64\x55\x2c\xd7\xe0\x87\xb2\xe1\x37\x5a\x9b\xbd\x1f\x76\x98\x22\x50\xfe\x8c\xf3\xf7\xa5\x62\x8a\xdb\x60\x9f\xde\x90\x57\x9e\xb4\x7a\x16\xaf\xdb\x46\xd2\xf0\xf9\x03\xc6\x3a\xe9\x4f\xed\x16\x99\xc5\xc1\xae\xe5\xbe\x1e\x3e\x4d\x21\x43\x89\x54\x62\x5c\xbe\x6f\xf1\xd3\x35\x96\xa7\xed\x27\xca\xef\xc3\xac\x6f\xef\xf7\xad\xbd\x88\xf1\x62\x2c\xbf\xfa\x71\xbf\x2f\xb0\x45\x1b\x79\xf2\x48\xb7\xf1\xf3\x9b\xf6\xf4\xf3\x1b\xd2\x54\x14\x97\xd7\x55\x41\xe3\xc2\x26\x1e\xf4\xb3\xec\xcb\xba\x26\xc4\x24\xf8\x39\xed\x3e\xbf\x38\x69\x5f\x61\xa9\x78\x52\x92\xb0\xe7\x06\xcd\x50\x36\x1f\xca\xad\x54\x9f\x9d\xfd\x69\x79\xff\x69\x47\xf7\xa9\x81\x8c\x5c\x9e\x3d\xa7\xb1\x92\x29\xde\x6f\x3a\xbd\xf6\x2d\xf2\x2e\x0f\x52\x68\xdb\x96\xc5\xa9\xc6\xb0\x1d\xc0\xbb\x9c\xc4\x03\x7f\x81\x9c\xc0\xb0\x1d\xfa\xb9\x4e\x24\x09\x67\xfa\x8c\x48\xdb\xa5\x5d\x3e\x4f\xe8\x67\x22\x96\x54\xb3\x3c\x42\x18\xae\xfb\x5c\x05\xae\x21\x87\x11\x81\xe3\x99\x8f\x18\x97\xf1\xda\xb8\xfb\x2e\x7f\x15\x69\xfc\xc1\xb5\x5f\xcc\x8d\xd8\xbd\x0f\x1b\xa3\xf5\x4a\x23\x3d\x0f\xc3\x4c\x8a\xdf\x1d\x86\xb5\xf8\xc9\x19\x9d\x53\xc4\x39\xa3\x9e\xc3\x0b\xc8\x15\x61\xef\x33\xe0\x42\x3e\xe5\xb0\xdf\xb5\x77\x52\x51\xae\xff\x52\x6e\x90\x5b\xd0\xb5\xef\x90\xb7\x98\xd3\x70\xac\xc7\x2b\x01\xb9\x17\x1d\x7f\x81\xcb\x0f\xf2\x75\xfa\x10\x66\x9f\xb0\xfe\xd7\x4a\x9f\x5f\x94\x7f\xfb\xfa\xac\x38\x1a\x4a\xb6\x5f\xfb\x32\xed\xdb\xd3\xcf\x90\xe3\xfc\x86\xfb\x2f\x7c\xef\x5d\x99\x07\x5c\x5e\x1c\x23\xaf\x78\xf7\xeb\x1b\x1c\x7a\xff\xa5\x4c\xbd\x22\xca\xd2\xf7\x1f\xb8\x7f\xe2\x08\xfc\xbb\xfc\x89\x93\xf1\x1b\xdc\xa8\x0d\xf0\xfb\x62\x59\xd7\x38\x3f\xab\xd2\x24\x73\x7d\x2e\xc9\x3c\xb7\xc0\xef\x6b\x7f\xba\xec\x5f\xa9\xa2\xd4\xcf\xaa\x0b\xf3\x41\x35\xac\x99\x76\x67\xff\x21\x9b\x86\x65\x4f\x0c\xdb\xba\x80\x97\x7f\x3b\x99\x1d\xfe\xbd\xd5\xa3\xb4\xac\xb9\xf7\x57\x12\xb7\x8d\x8a\xfc\xc3\xdb\x1b\xae\xff\x22\xf8\x10\x1d\x8f\xd9\xf1\xa2\xff\x1a\x19\x3f\x0d\x7e\x2a\xb7\x97\xc3\xf7\xc9\xcf\xe2\xa5\x97\x44\x41\x5a\xe4\x97\xff\x5c\xa9\x0b\x4b\x33\x8d\xaf\x97\x09\x4c\x79\x99\x79\x17\x85\x7b\xbc\x08\xdb\xb7\xbf\xbc\x5c\x71\x8d\x3b\xcc\xdf\xde\x0c\x43\xff\xea\x8a\xf4\xd0\x39\xac\xd9\x46\x4f\xaf\x17\x24\xae\xc7\x99\x16\xf7\x38\xac\xf8\x2f\x2f\x78\x70\xbd\x2c\x3f\x3d\x63\xbf\xe2\x57\xa6\xd0\x6f\xaa\x6f\xeb\xe6\x01\xb7\x5c\xe8\xdc\x97\xec\xc8\xb9\x49\xc2\xf9\x99\x57\x1e\x82\xb4\x40\x3d\x72\x49\x94\xee\x73\xce\xf5\x8e\x59\x9e\xe3\xf3\xdd\xa7\xdf\xe7\xe9\x77\xa6\xea\x0f\x7f\xdc\x4e\x2c\xf5\x0f\x58\xe2\xb7\xe1\x94\x7e\xe6\xe5\xaf\xce\xe8\x1e\xb3\xcb\xb7\x7f\xb5\x55\x79\x62\x4f\x74\x73\xfa\x07\x4e\xba\x50\x2d\x73\xb9\x90\x55\x0b\x77\x54\xb8\x69\x71\xae\xc9\x7d\x73\x96\x0b\x7a\xd0\xdf\xb8\xff\x78\xa1\xa8\x97\x96\x09\xff\x8a\xa8\x48\x82\x1b\xee\x9d\xf2\x42\x4c\xef\x17\x81\xcf\xcd\xdc\xe2\xc3\xbb\x5f\xfe\xf4\xc6\xee\x18\x7c\xb9\xe1\xde\xfd\xcd\xc9\xab\x20\xf1\xb2\x43\x70\x19\xa5\x7e\x50\x5f\xec\x8a\x43\xf2\xee\xc5\x4c\x5f\x7f\xf9\xb1\x8d\x91\x08\x74\x97\x7d\x29\xb8\x49\x5b\x1e\x83\x73\x37\x78\xe8\x5e\xc3\x0d\x06\xe9\xc7\x32\xbf\x74\x61\x82\xc1\x0c\x2f\x7f\x70\x83\x5a\x5a\x04\x47\xd7\x2b\xa2\xe7\x80\xd3\x03\xf7\x98\x46\x69\xc8\x3d\x64\xc7\xc2\x4d\xfe\x7e\x73\x09\xbc\xf0\x52\x7c\x3f\xb8\x0d\x39\x4b\x0b\x37\x4a\x83\x23\xa7\x9c\xfc\x15\xc0\xe7\xa8\x38\x43\x42\xf4\x85\xe0\x98\x5f\x1c\x03\x7f\xe7\x32\x1f\x3d\x66\x7e\xe9\x15\xf9\xa5\xe7\xef\x2f\xb3\xe7\xe0\xf8\x1c\x05\xd5\x8f\x0a\xc9\xc9\x4a\xbb\xdc\x06\x7f\xbf\x97\xaa\xaa\x2e\x9a\xac\x2c\xca\x2d\xfd\x3b\x89\x32\x0f\x8e\x97\xc7\x5d\x2f\xa1\x1f\x5c\xff\x36\xc9\xc2\xbf\x5f\x7c\x9b\x64\xe1\x5f\x2a\xe3\x3f\x7f\xc5\xdf\xbf\xbe\xff\xf0\x01\xae\x06\xe3\xbe\xe1\xde\xbe\x7d\xb3\x8f\x52\xff\x86\x93\xf1\xcf\x4e\x88\xfb\xf4\xe6\x10\x14\x6e\xf7\xa7\x32\xa9\x7b\x08\x6e\xfa\x48\xc5\x06\xf0\x6f\x4d\x6e\x4e\xfe\x18\x05\x4d\xf2\x63\xff\xd4\x7f\x07\x00\x00\xff\xff\x32\x16\x7f\x75\x77\x33\x00\x00") - -func configmapOpenshiftAzureBrandingBrandingYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureBrandingBrandingYaml, - "ConfigMap/openshift-azure-branding/branding.yaml", - ) -} - -func configmapOpenshiftAzureBrandingBrandingYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureBrandingBrandingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-branding/branding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x58\xcd\x6e\x1b\x47\x0c\xbe\xeb\x29\x08\xa7\xa8\x6d\x40\x2b\x57\xe9\xa9\x02\x72\x28\x92\x1c\x8c\xb6\x69\xd0\x16\xe9\x21\x08\x94\xd1\x2e\x77\x77\xe0\x59\x72\x31\xe4\xc8\x55\xd0\xd7\xea\x0b\xf4\xc9\x8a\x99\xfd\xd1\x4a\xb6\x55\x03\x69\x7b\xa9\x7d\x92\xf8\xf7\x91\x1c\xce\x37\xb4\x4c\x6b\xdf\xa1\x17\xcb\xb4\x82\xed\x72\x56\x18\x35\xab\x19\x40\xce\x54\xda\x2a\xdb\x8e\x2a\xf4\xcb\x19\x80\xe3\x2a\x8b\x26\x59\xce\xce\x61\xae\x96\x29\x13\x54\xb5\x54\xc9\x0a\x7e\xcf\x66\x00\x00\xcf\xe0\x7b\xae\x20\x9a\xc1\xde\x0c\x06\xb3\x64\xf2\xde\x71\xb5\xde\x2b\xd7\x83\xf2\x43\xd2\x9e\x30\x58\x88\x16\x1c\x74\xb4\x4b\x70\xd7\x04\x5a\x23\x98\x8d\x20\x09\x02\x97\xa0\xb5\x95\xbe\x86\xc6\xb4\x73\x28\xb0\x34\xc1\x29\x6c\x8d\x0b\x08\x25\x7b\x40\x32\x1b\x87\x05\x58\x01\xf5\x01\x27\xf1\x06\xcd\x8b\x63\xc5\x33\xc0\xdf\x72\x17\x0a\x5c\x93\x69\x50\x5a\x93\xa3\x0c\x65\x41\xcd\xae\x10\xa8\x98\x0b\x60\x72\x3b\xb0\xe5\x14\x42\x50\x41\xf9\x6e\xc0\x9b\xb0\xc1\x4c\x76\xa2\xd8\xc4\xde\x4e\xfb\x65\x05\x0a\x2b\x5d\x84\xcd\x6e\xac\xc0\x4e\x6a\xcd\x53\xad\xe7\xa7\x5b\x75\x3e\xa4\xb8\x80\xeb\x12\x76\x1c\xe0\xd6\x50\xca\xa6\xcb\x6f\x9a\xc3\x1c\x3c\x36\xbc\x45\xb0\x0a\xa5\xe7\x26\x41\x95\xec\x1c\xdf\xc6\x1a\x87\x40\x87\xcd\x3f\x0c\x9a\x33\xa9\xa5\x80\xf1\x73\x9f\xff\xa9\x2a\x6f\x10\xdb\xee\xb4\xc6\x9e\x0e\x25\xde\xc1\x05\x43\x05\x98\xa2\x00\x43\x3b\x60\xad\xd1\x4f\x9c\xa6\x39\x0c\xb8\x47\x58\xf1\x00\x62\xeb\xbc\x37\xbb\xc5\xe7\x0f\xd0\xdd\x59\x78\x01\xef\xcf\x26\xb5\x9e\x4d\xa7\xf4\x01\xf3\x3e\xee\xd9\x1c\x7a\x4f\xf4\x5b\x9b\x63\x96\x1b\x35\x8e\xab\xbd\xbc\x8b\x38\x87\x33\x6e\x91\xa4\xb6\xa5\x1e\x7c\xc9\x0c\x89\xdd\xb8\x7d\x80\x8d\xe7\x1b\xf4\x47\x36\x9f\x82\xc7\x7b\x44\xd9\xc6\x1b\x2a\x2c\x55\xf7\xe9\x1c\x57\xd5\x03\xaa\x86\xc9\x2a\xfb\x3b\xda\x9c\x49\xd8\x1d\x21\xa1\xe6\xc5\xa1\xc4\x52\xe9\xcd\xa1\xe8\x5e\xb0\x87\x60\x88\x8b\x23\x0c\x29\xe8\x50\xa0\xd8\xb4\xce\xe8\xe9\xb6\xdc\xe2\x66\x4c\xf9\x51\x04\x84\xde\x1f\x12\xd0\xab\xff\x29\xbd\xa0\xf7\x4f\xf4\xf2\x19\xf4\xf2\xc4\x2e\x4f\xec\x72\x78\xa9\x90\xb6\xeb\xad\xf1\xff\xcd\x7e\x53\x1a\x27\x51\xd3\x7a\x6e\x50\x6b\x0c\xf2\x98\xe5\xee\x65\x10\xe5\x06\xde\x8e\x4e\xd0\xa0\x7a\x9b\xcb\xdf\xac\x7c\x7b\x94\x75\x34\xbc\xb7\xfc\xdc\x05\x51\x9c\x94\xff\x0c\x5e\x76\x22\x70\xb8\x45\x07\x92\x7b\xd3\x22\x20\x15\x2d\x5b\xd2\x0b\xb9\x5c\xc0\x2f\x35\x0a\x8e\x49\xdc\x5a\xe7\x60\x83\xbd\x65\xd1\x11\x8d\xa9\x90\xf4\x5c\xe0\x27\x6c\x9d\xcd\x4d\xe4\xcb\x0b\xb1\x54\x39\x54\xa6\xcb\x3d\xda\x35\x29\xfa\xad\x71\x20\x2d\xe6\xb6\xdc\x75\xd4\x7b\x0b\x5c\x2a\xa6\x1b\xde\xe3\xc7\x0e\xf7\x80\x11\xdf\x4a\xe2\xd3\xe0\x4d\xaa\x3b\x1e\x90\x6d\x30\x11\x4a\x6e\x28\x65\x93\xe2\xd9\x98\x0f\x7b\x90\xd0\xb6\xec\x75\x42\x3e\x12\x49\x38\xe7\x66\x63\xa9\xa3\x22\xb0\xa4\x58\xa1\xef\x8f\x34\x86\x4a\x31\x03\x59\x05\x23\x60\x40\x34\x0e\x6d\xa7\x5f\xc0\x3b\xe3\xec\xc4\x44\xc0\x78\x04\x92\x39\x04\x81\x0b\xf6\xf0\xe7\x1f\x72\x39\x87\x46\xe6\x20\x73\x68\xe6\x50\xef\x29\xca\x0e\x45\xbf\x80\xb3\x65\x73\x36\xdb\xb7\xa3\xb4\xe8\x8a\xd6\x48\xc7\x26\x5d\xc1\x6b\xe5\x75\x14\x2d\xe3\x98\x1f\x89\x9e\x9f\x7d\x38\xf6\x2e\x3c\xb7\x47\xde\x51\x74\x60\x08\xdf\x52\x47\x9b\xb1\x73\xc1\x3b\x99\x74\x7a\x38\xd6\x78\x8c\x8b\x89\x4b\x32\x8b\x71\x6b\xd5\x76\x75\x75\xd5\xec\x82\x77\xab\x6f\x96\x5f\x2d\xaf\x7a\x97\x87\x21\xbe\x0b\x1b\xf4\x84\x9a\xde\xd7\x74\x73\x1f\x83\x78\x33\x7a\xad\x47\xaf\x83\x04\x46\x1a\x28\x48\x16\xcd\x2e\x1b\xc9\x38\xa6\xf5\xfc\xfe\xb4\x7e\xad\x91\xa0\xa7\xa0\xf5\x04\xa1\xe5\x42\xfa\x15\x21\xbe\x9a\xe3\xd4\xa6\xe9\xee\x13\x9d\x94\x91\xcc\xe3\x64\x1d\xbe\x6c\xfb\x2b\x07\x86\x88\x35\x8d\xa7\xac\x26\xf8\xd9\xc4\x66\x61\xf9\xaa\x0b\xbd\x82\xd7\xdd\xe3\x9d\xbe\xc6\x48\x5d\x6c\x9b\x90\x4e\xba\xd7\xd8\xe0\x2a\xbe\xda\x31\x93\xa1\x95\xc3\x75\xed\x76\x95\x3c\x78\x2c\xa2\x9e\xba\x67\x35\x96\x44\x18\x45\x3c\x09\x1d\xff\xd2\x5e\x13\x51\x95\xe1\x63\xec\xb3\x7c\x84\x2f\xa1\x61\x51\x70\xf6\x06\xdd\xae\xb7\x40\x50\x37\xf0\xe1\xe2\x44\x7a\xad\xd1\xfa\x4e\x72\x51\x18\x13\x23\x56\x18\x0e\x29\x31\xaa\xa5\xb4\xa9\xdc\x5a\xad\xbb\x2c\xf6\x3d\x3c\x09\xc2\x5e\x13\x48\xfc\x30\x04\x8e\x13\x00\x41\xf0\x38\xd0\x18\xe7\xf4\x0c\xcc\x1e\x4f\xa1\xf1\xdd\x9a\xf2\xe7\x1b\x2e\xf0\x9f\x21\xcf\x57\x06\x1b\xa6\x9f\x51\xc1\x07\x4a\x34\x65\x09\x70\x8b\x7e\x07\x11\x74\x58\xac\x7a\x0e\x7f\x22\xd5\x07\x48\xf5\xd1\x6c\x07\x5f\xbc\xf9\xf1\xd5\xeb\xf5\xf5\x5b\xb8\x30\xce\x41\x68\x5b\xf4\x10\x69\xe0\xb2\xa7\x81\xb0\x11\xb5\x1a\x34\xad\x04\xc3\x99\xc4\xf3\x3e\x17\xb8\x7e\x1b\x77\x59\x8f\x22\x27\x48\x73\x00\x88\x04\xf5\xf5\xbd\x04\xf5\xaf\xbe\x00\x00\x89\x2f\xcc\xe4\x67\xa6\xe5\xec\xc6\x52\xb1\x82\x97\xe9\x2e\xff\x60\xda\x59\x83\x6a\x86\x5f\xa5\x22\xa3\xae\xd2\xff\x00\xc6\x12\xfa\xcc\x7c\x6a\xb2\x46\xb2\x34\xa0\xdd\xed\xef\x8d\x3a\xda\x85\x07\xb6\xcd\xd9\x5f\x01\x00\x00\xff\xff\x10\x79\x19\x69\xf5\x12\x00\x00") - -func configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYaml, - "ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml", - ) -} - -func configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\xdf\x6f\xd3\x30\x10\x7e\xcf\x5f\x71\x6c\x45\x83\x07\xcf\xe2\xd5\xac\x93\xd0\x1a\x55\x13\x43\x45\x29\xe5\x05\xa1\xe9\xe6\x38\x8e\xd5\xc4\xb6\xec\xcb\x60\x8c\xfc\xef\xc8\x0e\xa1\x2d\xcb\x4b\xa4\xbb\xef\xc7\xf9\xfb\xd0\x9b\xaf\x2a\x44\xe3\xac\x80\xc7\x77\x45\x8d\x84\xa2\x00\xe8\xd1\x58\xf6\x23\xa0\xf7\x2a\x5c\xc6\x56\xc0\x6f\x56\x00\x00\x9c\xbf\xe2\x0f\xc6\xf2\x07\x8c\x6d\x91\x07\xab\xcd\xcd\xc7\xb2\xba\xdf\xa6\xdf\x97\x25\x7f\xc4\xc0\xc3\x60\x79\xeb\x22\xf1\xda\xc9\x7d\xa2\x3b\xb9\x3f\xc6\xae\xab\xcd\xee\xf3\x72\x5a\xe6\x79\x55\xae\x77\x77\x1f\xaa\xfb\xdd\xb6\xac\x96\xae\x8f\xa8\x95\xa5\xbc\x31\x0d\x7c\x03\xb6\x85\xc5\xf3\x89\xcf\x08\xdf\xdf\x03\xb5\xca\x66\x50\xfa\x94\x6c\x1d\x9c\x69\x45\x64\xac\x06\x6d\x6a\x68\x5c\x80\xa3\x03\xce\xfe\x41\xe7\x2b\x6e\x57\xcb\xc5\x9b\x48\x48\xc0\x24\x5c\xbc\xd6\x17\x2f\x5c\xde\xfe\x27\x8f\x75\x9d\xd4\xe7\x0b\x61\x88\x2a\x00\xb9\xbf\x36\xa0\x83\x1b\xfc\x41\x64\x7d\xbb\x1a\x0f\xae\x12\x09\xae\xaf\xb9\x22\xc9\x27\xdc\xd5\x55\xb9\xb9\xcb\xeb\x03\x23\x05\x33\x8a\x9f\xe2\x44\x43\x2c\x9e\x8f\x03\x1a\x33\x67\xe6\x36\x66\xaa\xe1\x1c\x24\x76\x5d\xca\x24\x57\x07\x51\x06\xe3\xa7\x0c\xb9\xf3\xc4\xd3\xf0\x32\xb6\xc5\xde\xd8\x5a\xc0\x8d\xb3\x8d\xd1\x9f\xd0\x17\xbd\x22\x9c\x3b\xb7\xd8\x2b\x01\x9d\xd3\x0c\x2d\x76\x4f\x64\x64\x64\xf9\xa1\x4c\x59\x0a\x4f\xde\x99\xdc\x4a\x82\x45\x8f\x52\x09\x70\x5e\xd9\xd8\x9a\x86\x18\xfe\x1a\x82\x62\x9d\xd3\xda\x58\x5d\xfc\x09\x00\x00\xff\xff\x86\x76\xcf\x6b\x55\x02\x00\x00") - -func configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYaml, - "ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml", - ) -} - -func configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x99\x6b\x4f\xe4\x36\x17\xc7\xdf\xf3\x29\xac\x45\xab\x7d\x1e\x34\x33\x0b\x54\xac\xd4\x11\xaa\x44\x61\xaa\x45\xe5\x32\x62\x28\xbc\xa8\x2a\xcb\xc4\x27\x19\x6b\x6c\x9f\xd4\x97\xa1\xd3\xcb\x77\xaf\xe2\x5c\x26\x99\x09\xe1\xb6\x68\x61\x2b\x5e\x40\xec\x93\xe3\x3f\xff\x9f\xed\x1c\x27\x2c\x15\x57\x60\xac\x40\x3d\x24\xf3\x9d\x0d\xce\x1c\x1b\x6e\x10\x32\xf3\x37\x30\x88\x50\xc7\x43\xf2\x77\x7f\x83\x10\x42\x36\xc9\x4f\xd2\x83\x76\x9c\x64\xcd\x22\x21\xb1\x90\x40\x62\x34\xe4\xfc\x74\x42\x8e\x30\x9a\x81\x21\x7d\x12\x49\x6f\x1d\x18\x12\xa1\x4a\x51\x83\x76\x96\xfc\x2f\x4b\x76\x30\x3e\xfe\x7f\xc8\xb3\x6f\xd1\x9b\x08\x7e\x08\x17\x6e\x91\x86\x1c\xb7\xcc\xf0\xd0\x90\xa2\x71\xe4\xdd\xe6\x5f\xa3\xb3\xab\x5f\x3f\x7c\x1e\x1d\x9c\x5c\x7e\x3e\x3d\x3f\x1a\x9d\xd0\x8b\xd1\xf8\xe4\xf8\xf0\x60\x32\xba\xa4\x93\xd1\xc5\xd5\xf1\xe1\xa8\xfa\x3d\x3e\xbf\xb8\xfc\xf0\xdb\x3f\xef\x42\x82\x1b\xa1\x39\xd9\x1e\x84\x9f\x7c\xbc\x8f\xf5\x01\x37\x7f\xf6\x37\x60\x34\x38\xb0\x24\x45\x4e\x84\x9e\x83\x76\x68\x16\xeb\xda\x72\x71\x99\xf6\x14\x79\x33\x8e\x38\x96\x10\x54\x36\x73\xc8\x31\xa1\xc1\x08\x6d\x45\x32\x75\x76\x90\xe5\x1f\x23\x3f\x6e\xc6\x1b\xaf\xa9\xd0\x0e\xcc\x9c\x49\xf2\x69\xdb\xe6\xad\x12\x13\x2a\x61\x0e\x92\x70\xb8\xf1\xc9\x3d\x72\x21\xcb\x68\xbb\x74\xd6\x22\xee\x51\x38\xaa\x45\x3e\x5c\x5b\x87\x38\x89\x49\xa7\xb4\xaa\xbf\x12\xc6\x52\x11\xa4\x9c\x54\x3d\xad\x42\xee\x1e\xd2\x82\x99\x8b\x08\x3a\x87\x6d\xc4\xdc\xe3\xc9\xa4\x11\xfb\x25\x88\x9d\x21\xef\x96\xa7\x91\xc3\xa3\x66\x56\x96\xf1\x05\xa6\x56\x0a\x26\xee\x5c\x00\x65\xff\x1a\xbd\x71\xd5\xf3\x54\x1d\x0d\x21\x53\x60\xd2\x4d\x8b\xc9\xd6\x88\x5a\x8a\xa9\xc7\x04\x3d\xcb\xc6\xc1\x05\xa4\x52\x44\x6c\x02\xae\xe8\x6f\x57\xf5\xa0\xd9\x1d\x31\x3e\x17\x16\x4d\x70\xa7\x4f\xae\x85\xe6\x78\x6b\x89\xee\x82\x7a\x2b\x74\x79\x5b\xbb\x67\xad\x01\x4f\xb5\x6e\x3f\x16\x32\xdb\x6b\x15\x57\x83\xd5\x7d\x6a\x6b\xab\x6a\x6e\xcc\xb2\xad\xad\xba\xde\x3c\x01\xad\x7a\x77\x15\x57\x79\x77\xe4\xad\x43\x45\x15\x38\x23\x22\x4b\xd9\x9f\xde\x00\x35\x90\x08\xd4\x96\x00\xb3\xce\xdb\x9e\x45\xef\xa6\x11\x68\x67\x98\xf4\xb6\x77\x0b\xd6\x35\xaf\xbc\xdd\xcd\x83\xb2\x1b\x98\x15\xac\xa7\xd1\xb8\x29\x78\x83\x29\x84\x88\xe2\xcf\x10\xc4\x62\x23\x22\x16\x22\x7a\xcb\x3c\xe1\x7a\x79\x99\x0f\xbd\xdb\x9b\xa1\x01\x56\x34\xf7\xaa\xf4\x45\x83\xd0\x5c\xb0\x9e\x9f\x85\xb4\xbd\x88\x69\xc6\xcb\xd8\x55\x6f\x85\x8e\xb1\xb0\x36\x37\xa3\xa0\xbf\x6a\x80\xe2\xaa\x70\x8b\xa4\xd2\x27\x42\x87\x47\x5f\xc6\x90\x64\xcf\x4c\x12\x1b\x54\x19\xfe\xd5\x39\x52\x43\x54\x07\xdf\x8a\xa1\x0c\xf8\xaf\x50\x28\xff\x2d\x87\x34\x42\x29\x21\x72\x24\x4a\xfd\x2f\x96\x25\x70\xc6\x34\x1e\xa2\x01\xdb\x53\xa0\xd0\x2c\xae\xd1\xcc\x84\x4e\x26\xe0\x7e\x5c\x38\x58\x5b\x21\x77\x50\xac\xec\x5f\x6e\x11\x95\xf1\x0d\xe7\xf3\x3e\xaa\x90\x83\xa4\x37\x5e\x48\x0e\xa6\xdc\x14\xea\x09\xf7\x15\x73\xd1\xf4\x4e\x9a\x21\x25\x7a\x47\x4b\x80\x6d\x6b\x58\x7b\x45\xdd\xd4\x00\xe3\x96\xec\xe5\x35\x8b\x8f\xe3\x0c\xff\xd4\xeb\x19\x95\x42\x09\x47\x76\xb7\x55\xbd\xab\xd4\x0a\xf5\xc6\x94\xb9\x29\x79\x3f\xb9\x3c\xb8\x1c\xd1\xa3\xe3\x0b\x7a\x3d\x79\xff\xb1\x18\x9c\x46\x35\x71\x83\x3c\xbe\x7e\xeb\xef\x1e\x3c\x54\x43\xad\xf7\xc4\x5e\x4a\xca\x22\x27\x50\x13\x6e\x30\xa5\x28\x39\x58\x97\x4b\x0c\xe1\xb1\xf4\x76\xba\xdc\xb5\x76\x8b\x5d\xcb\x80\x33\x8b\x22\xf1\xce\x76\xad\xe9\x96\x09\x47\xbe\x2b\xa2\x14\xfb\x83\xd6\x9a\xbf\x57\xb5\xc0\x4c\x7d\x8a\xd6\x85\x2e\xaa\x84\xf6\xd9\x83\xe1\x53\x59\xcc\x05\x00\x0d\x18\x0f\xab\xc3\x9a\x0b\x2e\xb3\x09\x55\x57\xa9\xb3\x4e\xa9\x0b\x53\x3b\xa7\xfb\x40\xa1\xb2\xb4\xd8\xb7\x6d\x83\x52\x07\xa6\xc7\x72\xba\x0b\x54\x1b\xa9\x36\x54\x77\xb0\x7a\x1c\x88\xbc\xdc\x7c\x19\x04\x7b\x5f\x82\x40\x5e\x39\xdf\xcb\x60\xe7\x4d\x30\xa8\x57\xd6\xad\x9e\x53\x96\x8a\x0e\xdf\x5b\x4c\xde\x79\xf6\x3c\x67\xa9\x08\x4e\xe7\x85\x1e\xcd\xce\x03\x0f\xb6\xfb\x99\xf6\x3d\x6e\xae\x96\xc7\x80\xd7\xbc\x61\x94\xc7\x9a\x6f\x7a\xd3\x68\x9c\x75\x5e\x1b\x0d\xeb\x98\x83\x06\x93\x50\xf3\x7d\xb3\x40\x0e\xcb\x96\x67\x51\x79\x91\x05\x51\x89\x6d\x9e\x73\x1e\x4a\xe2\x89\xce\xee\xec\x3d\x6b\x6f\x1e\xaf\x9d\x01\xbe\xfe\x9c\x6e\x94\x24\xab\x85\xe3\xdb\x9c\xcc\x8f\x3b\x19\x93\x55\x1e\xd5\x39\xec\xab\xf1\xc8\xaa\xe1\x37\xc6\xe1\x39\x75\x7c\xcb\x2b\x92\xd7\xba\x4a\xb2\x82\x66\x55\xea\xdb\x02\xd5\x06\xa1\xf6\x2e\x6d\x22\x12\xcd\xe4\xab\xae\x83\x8a\x23\xfd\x1b\xb5\x7d\x26\x34\x1f\x92\xc3\xf0\x35\xe5\x94\xa5\x1b\x0a\x1c\x2b\xbf\xbf\x68\xa6\x60\x98\x19\xdc\x67\x9a\xc9\x85\x13\x91\xed\x17\x9f\x56\xfa\x2c\x01\xed\xfa\xf9\x57\x98\x22\xd4\xa6\x2c\x82\x21\xc1\x14\xb4\x9d\x8a\xd8\xf5\xc3\x9b\xa2\xbe\xc4\x24\x11\x3a\xd9\xf8\x37\x00\x00\xff\xff\xdd\xba\x3f\xb9\xe5\x19\x00\x00") - -func configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYaml, - "ConfigMap/openshift-azure-logging/log-analytics-cluster-agent-config.yaml", - ) -} - -func configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-logging/log-analytics-cluster-agent-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xd2\xc1\x6a\xc3\x30\x0c\x06\xe0\x7b\x9e\x42\x2f\x60\x93\x78\xed\x0a\x3e\x0d\x76\xde\x75\x77\xcd\x51\x5c\x53\x47\x32\xb6\x53\xe8\xd8\xc3\x0f\xb2\x6c\xec\x50\x1a\xfb\xfc\xf9\x97\x04\x3f\xa6\xf0\x4e\xb9\x04\x61\x0b\xd7\xa1\x1b\xb1\xa2\xed\x00\x72\xb9\x95\x28\x5e\x3b\xe1\xc9\xc2\x97\xea\x00\x00\x2e\x94\x59\x8f\xf4\xb1\x78\xf8\x79\x2f\x83\x39\xe9\x5e\xf7\x7a\xb0\xe6\x68\xcc\x61\x55\x4b\xa1\xbc\xaf\x46\xa4\x59\xfe\xa7\xdd\x55\xb8\xd4\xf3\x7e\xd6\xb6\x6b\x43\x56\xca\xe1\xfa\xe7\xee\x2a\x97\xa5\xe1\xc6\x28\x0e\x63\xbf\x37\x71\x55\x43\x93\x32\x4d\xea\xa9\x49\x1d\x9a\xd4\xb1\x49\x3d\x37\xa9\xd3\x23\x75\x09\x3c\x5a\x78\x15\x9e\x82\x7f\xc3\xd4\xcd\x54\xf1\xb7\x66\x8c\x33\x59\x88\xe2\x15\x32\xc6\x5b\x0d\xae\xa8\xad\x7a\xca\xad\x3f\x36\x54\x12\x3a\xb2\x20\x89\xb8\x9c\xc3\x54\x15\x7e\x2e\x99\x54\x14\xef\x03\xfb\xee\x3b\x00\x00\xff\xff\xbf\xf3\xd8\x7e\xc6\x02\x00\x00") - -func configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYaml, - "ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml", - ) -} - -func configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftAzureMonitoringMetricsBridgeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5b\x51\x73\xdb\x36\xf2\x7f\xf7\xa7\x60\xf4\x12\xd7\xb1\xad\x38\xf3\xf7\xcc\xbf\x9a\xf1\x83\x2f\xf1\xe5\x32\x57\xf7\x32\xb1\xd3\x7b\x68\x6f\x38\x10\xb0\x92\x70\x26\x01\x14\x0b\xc8\x55\xeb\xe6\xb3\xdf\x00\x14\x29\x89\x02\x25\x50\xa6\xac\xbe\xb4\xb1\xb0\xbb\xbf\xdf\x62\xc1\xc5\x2e\x08\x12\xc5\x7f\x02\x8d\x5c\x8a\x41\x32\xbd\x38\x62\xc4\x90\xc1\x51\x92\x50\x29\x46\x7c\x7c\x3e\x23\x79\x36\x48\x9e\x8e\x92\x24\x49\x94\x96\x39\x98\x09\x58\xbc\x11\x4c\x49\x2e\xcc\x20\x99\x18\xa3\x70\xd0\xef\x2f\xc6\xce\x1e\xfe\x1f\xcf\xa5\x02\x81\x13\x3e\x32\x67\xb9\x14\xdc\x48\xcd\xc5\xf8\x1c\xa7\x74\xf0\xfd\xdb\xef\x2f\xfa\xde\x1a\x1a\x62\x90\xdd\x49\xfa\x00\x66\x90\xf4\xa7\x44\xf7\xc1\x3c\xf6\x73\x96\xa7\xc5\xd0\x39\xfa\x31\x2f\xfc\xab\x05\xcd\x01\x07\xfe\x8f\x33\xff\xe7\x6c\x90\xbc\xbe\xfe\xe1\xe6\xcb\xfd\xdd\xeb\xda\xaf\x68\xf3\x63\xa2\x38\x82\x9e\x82\x4e\x35\xfc\x6a\x01\x4d\x4a\xa5\x15\xe6\xbb\xe4\x91\x9b\x89\xb4\x26\x39\xa6\x19\x07\x61\x4e\x13\x2a\x19\xb8\xff\x0a\x03\xc2\xdc\xcf\x14\x9c\x26\x1a\x50\x5a\x4d\xe1\x34\x41\x2a\xdd\x0f\x68\x87\x8b\xdf\xa6\xa0\x87\xdf\x15\x98\x49\x22\x48\x0e\x83\xa4\x01\x2d\x8a\x57\x46\x0c\x08\xca\x01\xd3\xa1\x75\xfe\x2e\x51\xec\x80\x47\xdd\x7a\x4b\x4a\x68\xf3\x7d\xf1\x41\x9b\x07\xc8\xd0\x4c\x5a\xa6\xb4\x9c\x72\x06\x3a\x25\xbf\x5b\x0d\x29\x51\xbc\xd2\x67\x56\x13\xc3\xa5\x48\x11\xa8\x14\xac\x74\xeb\x8f\x0c\xae\xbe\xf5\x2e\x9e\x2e\x9f\x2e\xde\x3e\xfd\xf2\xcb\x9b\x4f\x62\xd4\xfb\x73\x89\x39\x17\x68\x88\xa0\x50\xe3\xb7\x23\x5a\x17\xbc\xeb\xcb\xb1\x2b\x86\x4d\x0b\xaf\xb5\xa1\xd5\xd0\x77\x45\x6f\x3d\xea\x9a\x18\x38\x76\x8f\x1f\xe1\x02\x74\x4a\x95\x4d\x71\x86\x06\xf2\x4a\xc7\x48\x43\xb2\x3f\x1c\x20\x2a\x42\x5d\xa0\x19\x8c\x88\xcd\xcc\x53\x95\x66\x16\xff\x3a\x3b\x7f\xf3\xf4\x60\x87\xe0\xfe\xdf\x2b\x9e\xeb\xc2\xb0\xd3\x7f\x75\xd5\x0b\xfd\xf6\xf9\x5f\x1f\x7a\x7f\xfe\x7c\x91\xff\xa7\xee\xdd\x26\x56\x8e\xf7\x76\x57\x2c\x82\xfe\xab\x39\xb2\xc2\x29\xe0\xc6\x42\x7a\x84\x69\xc6\x73\x6e\xd2\xe1\xcc\x00\xee\x9d\x79\x3d\x91\xd7\xe6\x73\x84\x8e\xb5\x91\x2e\x9b\x90\x97\x9d\xce\xe4\xd5\x55\xf2\xb6\x69\x4e\xeb\xbc\xb6\xaf\x8c\x85\xc6\xa3\xe6\x06\xfe\x8a\xae\xcc\x89\x6d\x5b\x1e\x16\xc9\x18\x0e\xb4\x3c\x16\x52\x39\xe4\x52\xcf\x52\x4a\xe8\x04\x0e\x4f\x63\x44\x78\x46\x85\xd9\x3b\x91\xa5\x48\x6e\x60\xa3\xf1\x90\x91\x41\x05\xb4\x64\x72\xc8\x54\xe2\x8c\xa4\x54\x4b\xf1\x5f\x39\x4c\x05\xfc\x66\x52\xa4\x13\x60\x36\x83\xd4\xf0\x7c\xb7\x45\xb3\x19\xc4\x15\xb1\x16\xd3\x8c\xe0\xfe\xb0\x18\x81\x5c\x0a\x04\x53\xa2\x31\x40\xae\x81\xa5\xc2\xe6\x43\x37\xfb\x73\x5c\xb6\x4f\xcc\x39\x56\xce\xf1\x99\x70\xc1\xf5\xbc\x11\xd3\xe5\xdb\xd9\x0b\xf8\x66\x05\x99\x12\x9e\x91\x61\xb6\x63\xf4\x62\x5c\xb3\x8a\x11\xb3\xe7\xd8\x81\xca\xe4\x2c\x07\x51\x39\xa8\x41\x65\x9c\x12\x4c\x9f\xe9\x60\x5b\xb8\x7d\xce\xe8\x06\xd4\x62\x8a\x5f\xc4\xc5\x0e\x41\x5c\x3a\xa1\x32\x57\x19\x98\xce\x67\x6b\x29\x55\x11\x6a\xf8\x74\x9f\x00\x73\x1f\x5c\x3f\xd0\x71\x22\x5c\x02\x71\xbb\x6f\xf7\x19\x68\x09\x00\x0d\xd1\x66\x8f\x0e\xa0\xa5\x14\x80\x75\xef\x83\x90\x0c\x52\x2e\x46\xb2\x79\xd4\x6f\xd7\x56\xcc\x73\x8f\x7b\x3a\xb7\x98\x2b\x97\x4e\x96\x49\x4a\x8c\x53\xf0\x2d\x06\x95\x1a\xb0\x95\xd6\xbc\x46\xf0\xd5\x41\x2b\x45\x25\xd9\x76\x05\x4a\x14\xa1\xdc\xcc\x5a\x90\xab\x54\x5a\x31\xab\xb4\xe2\x68\x49\xc1\xb8\x7b\x1e\x9a\x67\x59\x81\x46\x8e\x06\x84\x99\xca\xcc\xe6\x95\xaa\x9a\x10\xec\xfc\x59\xad\x83\xd1\x8c\xf0\x7c\xbf\x88\x92\xa5\x8b\x0a\xce\x2d\xce\x0e\x1f\xaa\x55\xe3\xe5\x49\x55\x51\x87\xe2\x62\x29\xbc\x18\xe2\xf2\x4a\xda\x1b\x68\xb5\x0d\x75\x56\x1a\xf9\xe6\x75\x13\x92\xcf\x88\xcf\x69\x62\x1b\x3b\xd3\x08\xd4\x40\x87\xda\xac\x65\x40\xe7\x5c\xf8\x32\x4b\x03\x41\x29\xf6\xbb\x9e\xd7\x50\x5f\x04\xee\x91\x70\xc3\xc5\xf8\x25\x3d\x9c\x43\xee\x03\x6b\x0f\x39\xc1\xef\x72\x45\x86\xc3\x70\xce\xc3\x43\xc1\xba\xc7\x56\x8a\xac\xcb\xa6\xc6\x43\xef\x31\x85\x97\x05\x2f\x98\x95\xdc\xb3\x8f\x42\x38\x04\xd5\x39\x88\xb3\x0c\x23\x9b\x05\x50\x3a\x6f\x38\x37\x61\x75\xdf\xac\x6c\x40\xeb\x0e\x25\x03\x93\x32\x49\x1f\x40\xa7\x52\x41\x71\xfc\x8f\x29\x68\x2d\x35\x36\x2e\x22\xa7\xa4\xad\x70\x45\x75\xa4\x96\x2f\xa3\x86\x52\x16\x95\x78\x79\x9c\x5d\x97\x22\xd3\xf1\xb1\xdf\xbe\xbc\xb8\x3f\xc5\x5f\x3e\x8b\xf7\xdb\xce\xf2\x3b\x41\x65\x6b\x27\xe7\x6b\x7a\x4d\x87\xbb\x5e\x90\x71\x7c\xf0\x6b\xa4\xd8\xe3\xe7\x3b\x22\x83\x29\xa7\xf0\xea\x5b\x0f\xf5\xdb\xe0\xf1\x7c\x50\x77\x3b\xd0\xa3\xe6\xc6\x80\xd8\x15\x6b\x55\x3d\x00\xe7\x45\x47\x3c\x83\xf9\x9b\x8f\xc2\x76\x11\x94\x39\xd0\xd5\xb7\x5e\x9f\xc1\xb4\x8f\xec\xfc\x4d\xef\x34\xc9\xa5\x15\xc6\xbf\x19\x76\x03\x13\x89\xa6\xaf\xa5\x34\xe7\x27\x0d\xf9\xa3\x8e\x30\xd2\x50\x1e\x26\xb7\xb5\xbf\xcd\x74\x95\x58\xf7\x42\x1c\xf9\xef\x9d\x12\xcf\x24\x61\x17\xcd\x23\x97\x8d\x43\xe1\x91\x79\xe1\x79\xed\x1b\xfc\x94\x08\x29\xc2\xed\x4c\x40\x38\x56\xce\x4d\x46\x84\xb0\x90\xe2\x1f\x76\x0c\x9f\xc9\x18\x30\x4e\x3c\x52\xf4\x6f\x76\x34\x02\x1d\x21\xf8\x9e\xb8\xe6\x36\x42\x4e\xe6\x39\x37\x3f\x2c\xce\xac\xb7\x0b\xbb\xb2\xf2\xfa\x6e\xbb\xf4\x07\xae\x81\x9a\x5b\xa2\x2e\x3e\xb6\x10\x7e\x77\xdb\x42\xf8\xff\x1e\xa2\x84\x4d\x43\x5f\xbb\x2c\xf6\x49\x90\x36\xeb\xa6\x12\x8f\x97\x8c\x5b\x3b\xff\x04\x2d\x20\xbb\x33\x84\x46\xf8\x76\x4b\x94\x8a\x89\xf2\x2d\xe4\xd7\xe5\x41\x64\x94\xf4\xdf\xab\x14\xb5\x45\xf0\xde\xe5\xe3\x08\xc9\xcc\xed\x95\x11\x4c\xdd\x73\x70\xef\x68\x46\xac\xf1\xbb\x49\x0e\x79\x84\x58\x46\x86\x11\x52\x5f\x8a\xe2\x34\x6e\x8a\xee\xbe\x0a\x3d\x3f\x37\xd8\x2a\xfb\x55\xb8\x5c\x69\xe2\x0c\xff\x94\xfb\x53\x9f\xf7\x13\x2b\x22\xe2\x3f\x97\x8e\x0c\xc2\x5c\xfa\x2b\xc6\x04\xe2\xdf\x9a\x1b\x18\x36\xae\xc2\xc5\x26\x2d\xc0\x3c\x4a\xed\x36\x75\x0a\xd5\x03\x51\xdf\xa7\xa7\x60\x26\xe7\x6f\x9a\x3b\xe0\x0d\x96\x36\x56\x08\x75\x15\xa6\xa5\xea\x04\xdb\x1b\x6a\x05\x0d\x5a\x77\xe3\xb6\x37\xd4\x0a\x5a\x11\xfa\x00\xa6\x1b\xf4\xd2\x56\x14\x01\xa3\x89\xc0\x6a\xeb\x78\x16\x7e\xcd\x54\x3b\xf8\x67\x87\x7d\xd5\x52\x3b\xf0\x67\x07\x7e\xd5\x52\x3b\xf0\x2e\x42\xbf\x66\xac\xa9\x4a\xb6\x4e\x39\x78\xb6\x8e\x46\x6a\x32\x5e\xea\x6a\x1a\xaf\xb0\xed\xf6\x4a\x7c\x7e\x2a\xac\x32\x3b\xe6\xe2\xaa\xe7\x46\xb4\x00\x03\x78\xce\x65\xdf\x5f\xc8\x3a\x73\xd5\x7e\xef\x34\x99\x5f\x91\xbb\xb8\x7c\xba\x5c\xdc\x91\xdb\x81\xae\xbf\x61\xb6\x67\xb6\xbb\xf0\x42\x9b\xbf\x34\x2b\xbf\xfc\xd6\xa9\x15\x6d\xeb\xb3\x2e\xf5\x44\x53\x0a\xb4\x78\x8d\x84\x02\xab\x77\x42\x94\x96\xbf\xcd\x52\xab\xea\xbe\x95\x23\x6e\xa7\x03\xc1\x52\xab\xba\x39\x23\x28\xed\x8e\xb4\xbf\x72\x5b\xb6\xbb\x5c\x14\xf3\x15\x6c\xb7\x1a\x74\xa4\x35\x6d\x94\xa8\x14\x02\x68\x71\xb2\xd0\x46\xcd\x6a\xed\xdf\xef\x02\xa2\x9b\x4c\x37\x8b\x3b\x69\x86\x0f\x32\xd0\xe6\xc7\xa5\xe6\xfc\xb2\xec\xea\x8c\xec\x36\xed\xd5\xa9\xc6\xb1\x92\xec\x34\x29\x2c\x87\x12\xde\x46\xec\x86\x5b\xba\x41\x9d\x2a\x1a\x87\x20\x5c\x81\xc7\x31\xa6\x13\xa0\x0f\xfe\x55\xb1\xd5\xcf\xba\x7e\xb7\x33\xed\x10\x83\x48\xee\xd5\x32\x7e\x7e\xa2\xd9\x9d\x7e\x98\x44\x5b\x0f\x0e\xcc\xbd\x99\x35\x99\x8e\xd7\x58\x07\xf2\xc0\x0b\x13\x0f\x30\x48\xc9\x74\x1c\x31\xe3\xb5\x4c\x74\x50\xde\x4d\x77\xff\x6b\x5a\x13\x63\x54\xaa\x01\x95\x14\x78\x98\x67\x34\xc4\x20\xc0\xdd\x40\xae\x32\x17\x0a\x2d\xad\xf1\xaf\x7d\x33\x49\xd8\x72\x5d\x52\xcf\xf9\x5b\x34\x7c\x85\xb5\x4d\xc7\x5f\xd0\x4d\x8b\xcf\x74\xda\x60\x05\xf5\x82\x88\xeb\x35\x01\x18\xca\xca\xc9\x51\x5a\x2a\x89\x24\xc3\x54\x81\x60\xab\x2f\xff\x7a\x8b\x40\x14\xb5\xca\xe2\x2b\xa0\x86\x03\xd5\xb0\xe5\xe2\x2e\xcf\x5a\xe8\x37\x9a\xdf\x64\x79\x42\x30\xcd\x80\x30\xd0\x5d\x58\x2b\x2c\xa5\x74\x42\xc4\x18\x30\x45\x80\xf5\x1d\xbb\x95\x71\x5f\x4e\x8e\xb5\xa2\x25\x82\x7f\xc5\xdd\x76\x02\x9a\x3a\x9b\x90\xe1\xa6\x96\x6a\x59\x76\x42\x04\x6b\x1d\x85\x18\x12\xa5\xe1\x00\x09\x3f\xcd\xfe\x2d\x45\x59\x7e\x52\x7f\xc2\xba\xbd\x1b\xd9\x71\xe9\x45\x61\xad\x76\x18\xed\x91\x70\x26\x68\xb0\x49\x2c\xfa\x08\x37\xba\xbc\x99\xfe\x7c\xb9\x5e\xda\x2f\xc9\x34\xc5\xce\xcb\x84\xb8\x7b\x7b\x49\x3f\xd9\x20\xe5\x67\xb3\x09\x97\x4c\xc1\xf7\x15\xa5\x56\x08\xbc\xf8\x04\x88\x4a\x61\xb4\xcc\x32\xd0\xb8\xea\xd1\xbb\x35\xcb\x8d\x0a\x4d\xee\xad\x2b\x04\x7d\x7d\xb7\xe4\x6b\x84\x4a\xe1\x78\x0c\xbd\x98\x59\xc8\xc1\x68\x4e\x31\x1d\x6a\xce\xc6\xb0\x6d\x0a\xc2\xd2\x4d\xfe\xd7\xa4\xe7\xe7\x4b\x9a\x08\x1c\x81\xd6\xe5\x73\xba\x1d\x66\x5d\x31\x12\xb1\xfc\x73\x07\xcc\x90\x6a\x24\xaa\xd2\x92\xba\xf2\x41\x8c\xb7\xc7\xbb\x85\x6a\x53\xdc\x9b\x4d\x04\xe3\x4f\xa8\x37\x34\x48\x5e\x9f\x9c\x9c\x24\x1f\x6f\x7e\xbc\xf9\x72\x7d\x7f\xf3\x21\x39\x39\x39\x29\xec\x56\x69\x63\x90\x7c\xae\x3e\x95\xf5\x23\x1a\xc6\xfe\xdb\xdb\x26\xcd\xf2\x12\xd9\x47\x2d\xad\xfa\xd1\x93\xdb\x26\xba\x59\x0a\xed\x10\xa9\xe6\xca\x91\xff\xc4\xc2\x72\x0f\x5c\xb0\x41\xf2\xde\x17\x09\xb7\x44\x1d\xe5\x60\x48\xf9\x65\xf0\xca\x04\x9d\x15\x13\x74\xb4\xe2\x61\x73\x62\x3c\xfa\x5f\x00\x00\x00\xff\xff\xca\x27\x7d\xcf\x6e\x3c\x00\x00") - -func configmapOpenshiftAzureMonitoringMetricsBridgeYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftAzureMonitoringMetricsBridgeYaml, - "ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml", - ) -} - -func configmapOpenshiftAzureMonitoringMetricsBridgeYaml() (*asset, error) { - bytes, err := configmapOpenshiftAzureMonitoringMetricsBridgeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftConsoleConsoleConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x4f\x8b\xdb\x30\x10\xc5\xef\xfe\x14\x73\x0b\x18\x62\xd5\xec\x1e\x8a\x6e\x69\x36\x2d\x0b\x6d\x59\xd2\x3f\xf7\xb1\x34\x76\x44\x64\x49\x48\x63\x43\x96\x7e\xf8\x62\x47\x31\x6e\x77\x59\x16\x5f\x8c\xfc\x7b\xcf\xcf\x6f\xc6\x18\xcc\x6f\x8a\xc9\x78\x27\x61\xac\x0b\x8d\x8c\xb2\x00\x50\xde\x25\x6f\x69\xab\xbc\x6b\x4d\x57\x5d\xb0\xb7\x12\xfe\x14\x00\x00\x6b\x45\xc6\x2a\x1f\xc8\xa5\x93\x69\xb9\x32\x5e\x8c\x75\x43\x8c\xf5\x15\x1e\xf8\x24\xe7\x3b\x00\x65\x0d\x39\x7e\x7c\x90\xb0\xe0\xdb\x6c\xf0\x0f\xf1\x83\x54\x24\xfe\x6c\x2c\x49\x10\x23\x46\xe1\x27\x97\x1c\x45\xac\x99\x2c\xb3\xbe\xf3\x03\x1f\x49\x9b\x48\x8a\x25\x6c\x36\xf9\xc1\x2c\x3c\x38\x1d\xbc\x71\xbc\xdf\xad\x2c\x31\x98\x44\x71\xa4\xb8\x55\x14\x59\xb0\x4d\x95\x8a\x57\x3f\x65\x87\xc4\x14\x1f\x5d\xeb\x97\xe4\xd7\x94\x9f\x30\xd1\x4e\xeb\x48\x29\x49\xd8\x94\x65\x09\x5f\x0e\xdf\x0f\xc7\xdd\xcf\xc3\x03\x94\x65\xb9\x79\x49\x3f\x21\x9f\x56\x79\x34\x8d\x64\x7d\xa0\xb8\xbf\x22\x4f\x43\x63\x8d\xfa\x75\xfc\xfa\x96\x5d\x8f\x53\x9c\x77\xa0\x6a\x48\xec\x7b\xf3\x8c\x3c\xcd\x26\xab\x9b\x88\x4e\x1b\xd7\x49\xc0\xe7\x21\xde\x8a\xd6\x5e\x0d\x3d\x39\x9e\xd1\x29\xe8\x6c\x7c\x62\x0e\x49\x0a\xa1\xbd\x4a\xab\x91\x2a\xdf\x0b\xe5\x1d\xa3\x71\x14\xb7\xc1\x22\xb7\x3e\xf6\xe2\xae\xaa\x6b\x31\xfb\x9d\x8d\xd3\x12\xf2\x37\xed\xe7\x31\xcd\xe7\x53\xc3\xc6\x75\xeb\x26\x1b\xe3\xf4\x52\xe1\xed\x7d\x1f\xaa\xf9\x92\x1f\xef\xef\xef\x6e\x1d\x52\x5c\x6f\x40\x76\x7a\x39\x2c\x80\x33\x5d\xde\x02\xcf\x74\x29\x96\x7c\xad\xe9\xbe\x61\x28\x7a\x62\xbc\x2d\xba\xc5\x86\x6c\x92\x79\xb3\xc3\xeb\xbb\xe9\xb0\x27\xf9\xdf\x3f\x91\x8f\x53\x40\x45\xaf\xa9\xfe\x06\x00\x00\xff\xff\x55\x17\x2b\x23\x59\x03\x00\x00") - -func configmapOpenshiftConsoleConsoleConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftConsoleConsoleConfigYaml, - "ConfigMap/openshift-console/console-config.yaml", - ) -} - -func configmapOpenshiftConsoleConsoleConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftConsoleConsoleConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-console/console-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftMonitoringClusterMonitoringConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x54\x4f\x6b\x1b\x4f\x0c\xbd\xfb\x53\x88\x5c\x0c\x0b\xeb\x1f\xc9\xef\x12\xe6\xd6\xa6\x26\x94\xd6\x4d\x70\x42\x7a\x96\x67\x9f\xd7\x43\xe6\xcf\x56\xa3\x0d\x0e\xf4\xc3\x97\xf5\x3a\xf6\x62\x1a\xb0\x09\x98\x5e\xf5\x9e\xa4\x91\xde\x1b\x71\xe3\x9e\x20\xd9\xa5\x68\xe8\xe5\x72\x54\xb1\xb2\x19\x11\xd9\x14\x97\xae\x9e\xbc\x72\xf0\x86\x7e\x8f\x88\x88\x1a\x49\x01\xba\x42\x9b\xef\x1a\x08\x6b\x12\xb3\x89\x13\x2d\x38\xe3\x6b\xe0\x1a\x86\xc6\x45\x51\xd0\xed\xf4\xc7\x74\xfe\xe9\x71\xfa\x85\x8a\xa2\x18\x6f\x49\xfb\xf4\x9b\x4d\xed\x39\x7c\xe2\x0a\xf2\xf9\x98\x64\x7b\x7a\x4a\x4c\x15\x1e\xe0\x61\x07\x0f\xed\xa3\xa5\x24\x8f\xc9\x73\xbb\x80\x44\x28\xf2\xc4\xa5\xff\x5c\x5c\x0a\x1b\xba\x50\x69\x71\x71\x30\xee\xb7\xeb\x7c\xd2\xa4\x1f\xed\x4c\x84\xb5\x42\x22\xfb\xef\xbc\x80\xcf\xfb\x1a\xd6\xb7\x59\x21\x86\xc6\xf4\x6e\xf7\x97\xe4\xdb\x80\x1b\xcf\x2e\x3c\x22\x34\x9e\x15\xfb\x02\xcf\x2e\x56\x86\xee\x3b\xc1\xb3\x22\xea\xd3\x9e\xbc\xe3\x1c\x38\xe2\x2d\x1c\xa0\xfc\xe6\x8e\xdd\x4c\x1c\x60\x06\x9b\x2a\x3b\xc2\x0e\xcf\x0d\xec\x90\xcd\xd6\x22\xe7\x59\xaa\x90\x87\x61\xa2\x92\xe6\xe0\xea\xa7\x38\xc5\x5d\xb4\x18\x60\x82\x9c\x5a\xb1\x87\x09\x82\x5f\x2d\xb2\x1e\x44\x89\xb2\x26\xd9\x88\x73\x79\x75\x7d\xeb\x36\x20\x7b\x88\x06\x8e\x5c\x43\x66\xec\xe2\xdf\x94\x7c\x7f\x99\x1f\x97\xf2\xfc\x72\x0c\x27\xfe\x67\x04\xf9\xff\x6a\xab\x47\xb7\xbb\xe9\xba\x49\xd2\xf9\xf8\xf8\x5f\x55\x0b\x2f\x39\xf2\x59\xff\x61\x87\x3f\x28\x2b\x66\x50\x71\xf6\xbc\x47\xa0\xc3\xe7\x0b\xb6\xf7\x92\xd6\xaf\x27\x74\xe6\x56\x57\x47\xd2\x7b\xf7\xf5\xd7\x78\xc6\xcd\x68\x68\xa9\xde\x4a\xdb\x7b\x53\x86\x14\x9d\x26\x71\xb1\x2e\xfb\x4b\xbc\x65\xe4\x86\x2d\x0c\xa5\x06\x31\xaf\xdc\x52\x07\xc4\xd1\x9f\x00\x00\x00\xff\xff\x01\xb4\x8e\xad\x59\x06\x00\x00") - -func configmapOpenshiftMonitoringClusterMonitoringConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftMonitoringClusterMonitoringConfigYaml, - "ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml", - ) -} - -func configmapOpenshiftMonitoringClusterMonitoringConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftMonitoringClusterMonitoringConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftTemplateServiceBrokerApiserverConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\xbb\x0a\x02\x31\x10\x45\xfb\x7c\xc5\xfc\x40\x56\xb6\x9d\x52\x6b\x6d\x14\xfb\x71\x77\x56\x87\xdd\x3c\x48\x42\x40\xf0\xe3\x85\x3c\x54\xb0\x4d\xee\x3d\xf7\x0c\x79\xb9\x72\x88\xe2\x2c\x42\x1e\xd5\x4c\x89\x50\x01\x90\x97\xc8\x21\x73\xd0\x93\xb3\x8b\xdc\x87\x27\x99\x0d\xe1\xa5\x00\x00\x56\xb1\x33\xc2\x85\x8d\xdf\x28\xf1\x99\x43\x96\x89\xf7\xc1\xad\x1c\x0e\x25\x5d\x52\xbf\xe4\x06\x49\xad\x12\x6b\xe5\x56\x2a\x83\xf3\x6c\xe3\x43\x96\x34\x88\xdb\xe5\xb1\x94\x7b\xf2\x44\x86\xa3\xa7\x89\x23\x96\x77\x0d\x9f\xb4\xaa\x1a\x75\xf1\x48\x5e\x19\x4e\xd4\xfd\x2d\x19\xc6\xbf\x2b\xda\x47\x01\xe2\x97\xa4\xfb\x9a\x6e\x62\xba\x9a\xa9\x77\x00\x00\x00\xff\xff\xd3\xb1\x92\xe5\x1d\x01\x00\x00") - -func configmapOpenshiftTemplateServiceBrokerApiserverConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftTemplateServiceBrokerApiserverConfigYaml, - "ConfigMap/openshift-template-service-broker/apiserver-config.yaml", - ) -} - -func configmapOpenshiftTemplateServiceBrokerApiserverConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftTemplateServiceBrokerApiserverConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-template-service-broker/apiserver-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configmapOpenshiftWebConsoleWebconsoleConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\xc1\x6e\xdb\x30\x0c\xbd\xe7\x2b\x88\x5e\x0a\x18\x48\xb2\x62\x39\x0c\xba\x05\x59\x3a\x14\x68\xbb\x21\x6b\xb7\xb3\x2c\xd3\x0e\x11\x99\xd2\x24\xca\x69\xb0\xed\xdf\x07\x3b\x4a\x6a\xa0\x5b\xd1\xc1\x37\xbe\xf7\x28\xf2\x3d\x53\x7b\xfa\x86\x21\x92\x63\x05\xdd\xd5\xa4\xd2\xa2\xd5\x04\x60\x8f\xa5\x71\x1c\x9d\xc5\xa9\x71\x5c\x53\x33\x3b\xe8\xd6\x2a\xf8\x35\x01\x00\x18\x8b\x9e\x99\xb3\xcc\x74\x1e\x39\x6e\xa9\x96\x19\xb9\x79\x77\x35\x28\x8c\x4d\x51\x30\xdc\x70\xed\xd4\x50\x00\xd0\x55\x4b\xbc\x3a\x4a\xbf\xa4\xd2\x92\x79\xdc\xdc\x2a\xb8\x2c\x8a\x02\x3e\xad\xef\xd7\x9b\xe5\xc3\xfa\x23\x14\x45\x71\x99\x05\xe6\x3f\xb8\xd6\x35\x0d\x71\x33\xe2\x5e\x5c\x3c\x43\x2e\xc9\xdf\x90\x56\xf7\x33\xbe\xa9\x7f\x8b\x12\xc8\xc4\x97\x5d\xf0\x49\x90\x7b\x67\xe2\x69\x4f\x1f\x9c\xc7\x20\x84\x51\xc1\xcf\xdf\xb9\x18\x4d\x20\x2f\x8f\x9b\xdb\x33\x6d\xfa\xca\x6b\x51\x0e\x16\xe3\x16\xf1\x8d\x8a\x1a\xb5\xa4\x80\x67\x66\x76\x7f\x83\xd1\xa5\x60\xf0\x73\x87\x21\x50\x85\x71\xcd\xba\xb4\x58\x29\xa8\xb5\x8d\x98\xc9\xc4\xda\x08\x75\x24\x87\x07\x6a\xd1\x25\xb9\x23\x4e\xd2\x4f\xff\x6e\x60\xec\x88\x2b\x05\xdf\xb1\xcc\xd9\xad\x86\xd4\x53\xd0\x42\x8e\x07\x46\xc4\xd0\x11\x37\xe3\xb0\x4b\xe2\x6a\x59\x55\x01\x63\xdf\x67\x36\x7c\xea\xc3\x62\xf1\x7e\x84\xdf\xa3\xec\x5d\xd8\x29\x10\xe3\x17\xa7\xc9\x31\xc8\x35\x59\x54\x30\xef\x74\x98\xe7\xce\xd3\xbe\x3c\x17\x1b\x67\x26\xc8\x79\x47\x42\x96\xd5\x72\x94\xe7\x0e\x0f\xaf\x69\x77\x78\x38\x07\xff\xb4\xc1\x1f\x09\xa3\xc4\x1b\xbe\xb6\xd4\x6c\xe5\xb4\x2d\x00\xeb\x16\xab\x55\x9f\x60\x4d\x46\x0f\x46\x70\xb2\x36\xa3\xe1\xa8\xcb\x56\x7d\x45\xe3\xb8\x1a\xac\x3a\xda\x74\x34\xe7\x4e\xfb\x49\x8b\xa2\x4f\xd7\x65\x75\x89\x36\xa7\xa3\xbd\x57\x70\x3e\x99\xe9\x1e\xcb\x69\xfe\xd1\x27\xc7\xb7\xd5\xcb\x63\xcc\x48\xf4\xda\xe0\xbf\xc4\x7f\x02\x00\x00\xff\xff\xdd\x71\x82\xb6\xd9\x03\x00\x00") - -func configmapOpenshiftWebConsoleWebconsoleConfigYamlBytes() ([]byte, error) { - return bindataRead( - _configmapOpenshiftWebConsoleWebconsoleConfigYaml, - "ConfigMap/openshift-web-console/webconsole-config.yaml", - ) -} - -func configmapOpenshiftWebConsoleWebconsoleConfigYaml() (*asset, error) { - bytes, err := configmapOpenshiftWebConsoleWebconsoleConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ConfigMap/openshift-web-console/webconsole-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _cronjobBatchOpenshiftEtcdEtcdBackupYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\xc1\x8a\xdb\x30\x10\xbd\xfb\x2b\x86\xbd\x2c\x18\xbc\x6e\xae\xba\x85\x36\x14\x0a\x4d\x43\xbb\xf4\xba\x8c\xc7\xb3\xb6\x1a\x59\x63\xa4\x91\x4b\xfa\xf5\x45\x64\xd3\xc6\x8e\x1b\xe8\xf8\xe4\xf7\x9e\xf5\xe6\x3d\x19\x47\xfb\x9d\x43\xb4\xe2\x0d\x34\xa8\xd4\xd7\xd3\xa6\x61\xc5\x4d\x71\xb4\xbe\x35\xf0\x3e\x88\xff\x24\x4d\x31\xb0\x62\x8b\x8a\xa6\x00\xf0\x38\xb0\x01\x56\x6a\xab\x06\xe9\x98\xc6\x37\x2c\x8e\x48\x6c\x40\x46\xf6\xb1\xb7\xaf\x5a\x65\x49\x11\x47\xa6\xfc\xd5\x0f\x69\x9e\x79\x18\x1d\x2a\xe7\x57\x80\x0b\x91\x47\x67\xcc\x92\xcd\x43\xe2\x15\xad\xe7\x10\xaf\xd1\x0a\x30\x74\x33\x24\x63\xd9\xf7\xcf\x66\xd7\x44\x55\x21\xa9\x15\xbf\x80\x23\x4e\x3c\x83\xec\x80\x1d\x1b\x78\x2c\xcb\x12\x3e\xee\xf6\xbb\xaf\xdb\xe7\xdd\x07\x28\xcb\xf2\xf1\x56\x76\x48\xce\x1d\xc4\x59\x3a\x19\xd8\xba\x9f\x78\x8a\x33\xcd\x5a\x59\x7f\x67\x12\x97\x06\xfe\x2c\xc9\xeb\x4d\x8a\x21\xa3\x07\xd4\xde\x40\xfd\x92\xbb\xaf\x5f\x24\xe9\x4c\x74\x39\x1e\x7f\xa5\xc0\x24\xfe\xd5\x76\x0b\x3e\x30\xb6\x5f\xbc\x3b\x19\xd0\x90\xf8\x8e\x03\x2b\xd5\x12\x6c\x67\x7d\x3d\x60\x54\x0e\xab\x46\x67\x45\xb5\xaa\xf8\xa7\x95\x97\x96\xbf\xb1\x63\x52\x09\xf3\x90\x99\xa9\x82\x38\x7e\x3a\xa6\x86\x83\x67\xe5\xf8\x64\xe5\x6d\x03\x03\x0f\xf9\xa4\x87\xe2\xda\x23\x2a\x06\xbd\xf4\xbd\xe7\x69\xb6\x46\xe4\x30\x59\xe2\x2d\x51\x4e\xb6\xbf\x53\xfd\xb9\xf8\xc5\xbf\xd4\x4b\x3c\xd7\xb1\x48\x36\xde\x54\x44\x4e\x52\x3b\x06\x99\x6c\xbb\xe8\xe1\xde\x85\xfc\x8f\xc3\x4a\xc5\xeb\x57\x10\xa9\xe7\x36\x39\x36\xf0\x0e\xca\x7a\x03\x65\x7e\x8a\xdf\x01\x00\x00\xff\xff\xf1\xb0\x9d\x19\xd8\x03\x00\x00") - -func cronjobBatchOpenshiftEtcdEtcdBackupYamlBytes() ([]byte, error) { - return bindataRead( - _cronjobBatchOpenshiftEtcdEtcdBackupYaml, - "CronJob.batch/openshift-etcd/etcd-backup.yaml", - ) -} - -func cronjobBatchOpenshiftEtcdEtcdBackupYaml() (*asset, error) { - bytes, err := cronjobBatchOpenshiftEtcdEtcdBackupYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CronJob.batch/openshift-etcd/etcd-backup.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcd\x6e\xdc\x3c\x0c\xbc\xfb\x29\x06\xf8\xce\xeb\xc5\x22\x97\xaf\xbe\x35\x5b\x14\xe8\x5f\x1a\xa4\x69\xef\xb4\xc5\xf5\xb2\x91\x25\x41\xa4\x36\x5d\xa0\x0f\x5f\x48\xce\xa6\x45\xda\x23\x39\xd4\xcc\x90\x1e\x53\x92\x6f\x9c\x55\x62\x18\x40\x49\xf8\x87\x71\xa8\x95\xf6\x0f\xff\x6b\x2f\x71\x7b\xda\x8d\x6c\xb4\xeb\x1e\x24\xb8\x01\xfb\xa2\x16\x97\x3b\xd6\x58\xf2\xc4\x6f\xf8\x20\x41\x4c\x62\xe8\x16\x36\x72\x64\x34\x74\x40\xa0\x85\x07\x8c\x25\x38\xcf\xa3\x04\x27\x61\xd6\x9e\x8a\xc5\x85\xea\xec\x98\xe3\x03\xe7\x5e\x62\xa7\x89\xa7\xfa\x80\x9c\x6b\x2c\xe4\x6f\xb3\x04\xe3\xbc\x8f\xbe\x2c\x41\x2b\xb6\xc1\xfb\x2f\x9f\x6f\x6e\xc9\x8e\x03\xfa\x8b\x4a\x3f\x65\x6e\x5c\xf7\xb2\xb0\x1a\x2d\xa9\x03\x00\xc7\x3a\x65\x49\xd6\xb6\xf9\xb9\x69\x3d\x60\xff\x72\x16\xa2\x20\xd8\x73\x99\x39\x65\x56\x0e\x26\x61\x86\x1d\x19\xca\xf9\xc4\xb9\x4d\xe0\xf1\xc8\x01\x76\x14\x45\x1c\xbf\xf3\x64\x78\x24\x45\x93\x67\xd7\xe3\x9d\x55\xb2\x10\x0d\x73\xa1\x4c\xc1\x98\x1d\x2c\x62\xac\x24\x06\x09\x38\x52\x4a\x1c\x74\x33\xf2\x21\x66\x46\xcc\x8e\x33\x68\xca\x51\x15\xca\x89\x32\x19\x23\x26\xce\xcd\xa3\xf6\xd8\x7b\xe1\x60\x8a\x85\xce\x8d\xb8\xf2\x34\xfd\x13\xf9\xc2\x17\xc9\x67\xcf\xec\xaa\xca\xdd\xdb\xfd\xd5\xd5\xd5\x2b\x1c\x62\x5e\x40\xc1\xd5\x11\x09\xf8\x7a\xbf\xef\xbb\xa7\x33\xdc\xc6\x54\x7c\x75\x8d\xf1\xbc\x6e\x79\x56\xe3\xa5\xc7\x1d\x93\xdb\xc4\xe0\xcf\x3d\x6e\x8a\xf7\x95\x03\x5e\xd4\xb4\xc7\xa7\x6a\x59\xc2\x21\x0e\x38\x9a\x25\x1d\xb6\xdb\x59\xec\x12\x8d\x29\x2e\x4b\x09\x62\xe7\xed\x14\x83\x65\x19\x8b\xc5\xac\x5b\xc7\x27\xf6\x5b\x4a\xb2\x99\x62\x38\xd5\xb3\xd6\xbd\x16\xf7\xdf\xe5\xeb\x35\x43\x6b\x48\x5e\xcf\xdc\x2a\x3b\x27\x1e\xe0\xc8\x6a\x39\xe7\x58\xd2\x80\x7f\x25\x66\x7d\xd7\x82\x01\xac\x91\xbc\x6e\x39\xbb\x5e\x73\xd6\xfa\xd5\xfc\x87\xbf\xb1\x8f\xa2\xd6\xf0\xe4\x4b\x26\xff\x32\xa1\x0d\x52\x09\x73\xf1\x94\x5f\x80\x1d\xa0\x53\xac\x16\x6f\xaa\x7c\xa2\x89\x5d\x07\x9c\x2e\x7f\xce\x69\x47\x3e\x1d\x69\xf7\xbb\xf7\x94\xdd\x75\xcb\x3f\x60\xac\xe1\x72\x03\x2c\x97\x75\x77\xb5\x98\x69\xe6\xa7\xce\xaf\x00\x00\x00\xff\xff\xaf\xce\xd4\x07\x91\x03\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x93\x4f\x6f\x13\x31\x10\xc5\xef\xfb\x29\x9e\xc4\x39\x1b\x45\xbd\xc0\xde\x20\x08\xa9\xfc\x29\x55\x29\xdc\x67\xd7\x93\xc4\xd4\x6b\x5b\x33\xe3\x94\x48\x7c\x78\x64\x6f\x52\x50\xe9\x71\xfc\xc6\x6f\xde\x78\x7f\x4b\xd9\xff\x60\x51\x9f\xe2\x00\xca\x9e\x7f\x19\xc7\x5a\x69\xff\xf0\x5a\x7b\x9f\xd6\xc7\xcd\xc8\x46\x9b\xee\xc1\x47\x37\x60\x5b\xd4\xd2\x7c\xc7\x9a\x8a\x4c\xfc\x9e\x77\x3e\x7a\xf3\x29\x76\x33\x1b\x39\x32\x1a\x3a\x20\xd2\xcc\x03\xc6\x12\x5d\x60\x1f\xd5\x28\x4e\xac\x3d\x15\x4b\x33\xd5\xe6\x51\xd2\x03\x4b\xef\x53\xa7\x99\xa7\x7a\x83\x9c\x6b\x36\x14\x6e\xc5\x47\x63\xd9\xa6\x50\xe6\xa8\x55\x5b\xe1\xe3\xb7\xaf\x37\xb7\x64\x87\x01\xfd\x65\x4c\x3f\x09\x37\xaf\x7b\x3f\xb3\x1a\xcd\xb9\x03\x00\xc7\x3a\x89\xcf\xd6\xd6\xf9\xbd\x6a\x67\xc0\xf6\x79\x2f\xbc\x82\x60\x4f\xa5\x70\x16\x56\x8e\xe6\xe3\x1e\x76\x60\x28\xcb\x91\xa5\x75\xe0\xf1\xc0\x11\x76\xf0\x8a\x34\xfe\xe4\xc9\xf0\x48\x8a\x36\x9e\x5d\x8f\x6b\xab\x66\x31\x19\xf6\x85\x84\xa2\x31\x3b\x58\xc2\x58\x4d\x0c\x3e\xe2\x40\x39\x73\xd4\xd5\xc8\xbb\x24\x8c\x24\x8e\x05\x34\x49\x52\x85\x72\x26\x21\x63\xa4\xcc\xd2\x32\x6a\x8f\x6d\xf0\x1c\x4d\x31\xd3\xa9\x19\x57\x9f\x36\xff\x48\xa1\xf0\x65\xe4\x53\x66\x76\x75\xca\xdd\x87\xed\xd5\xd5\xd5\x1b\xec\x92\xcc\xa0\xe8\x6a\x8b\x8f\xf8\x7e\xbf\xed\xbb\xf3\x33\xdc\xa6\x5c\x42\x4d\x8d\xf1\xb4\x6c\x79\x52\xe3\xb9\xc7\x1d\x93\x5b\xa5\x18\x4e\x3d\x6e\x4a\x08\xd5\x03\xc1\xab\x69\x8f\x2f\x35\xb2\x8f\xbb\x34\xe0\x60\x96\x75\x58\xaf\xf7\xde\x2e\x6c\x4c\x69\x9e\x4b\xf4\x76\x5a\x4f\x29\x9a\xf8\xb1\x58\x12\x5d\x3b\x3e\x72\x58\x53\xf6\xab\x29\xc5\x63\x7d\xd6\xba\xd7\xec\x5e\x5d\xbe\x5e\x0b\xb4\x50\xf2\x76\xcf\xad\xb2\x53\xe6\x01\x8e\xac\x96\x7b\x49\x25\x0f\x78\x89\x98\xe5\x5e\x03\x03\x58\x98\x7c\xd7\x40\xbb\x3e\x83\xd6\x84\x9a\xfe\xd3\x0b\xe2\x67\xaf\xd6\x1a\x72\x28\x42\xe1\x3f\x48\x9b\xa6\x3e\xee\x4b\x20\x79\xae\x76\x80\x4e\xa9\xc6\xbc\xa9\x11\x32\x4d\xec\x3a\xe0\x78\xf9\x7d\x8e\x1b\x0a\xf9\x40\x9b\xbf\x67\x67\x7e\x97\x4d\xff\x91\xb1\x00\xe6\x06\x98\x94\x25\xb1\x5a\x12\xda\xf3\xf9\xe4\x4f\x00\x00\x00\xff\xff\xd2\x45\xd4\xcf\x96\x03\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcb\x6e\xdc\x38\x10\xbc\xeb\x2b\x0a\xd8\xf3\x68\x30\xf0\x65\x57\xb7\xdd\x59\x04\xc8\xcb\x31\x1c\x27\xf7\x96\xd8\x33\x62\x4c\x91\x44\x77\x53\xce\x00\xf9\xf8\x80\x94\xc7\x31\x82\x1c\xbb\x58\xac\xaa\xa6\x4a\x94\xfd\x57\x16\xf5\x29\x0e\xa0\xec\xf9\xbb\x71\xac\x93\xf6\x8f\x7f\x6b\xef\xd3\x7e\x3d\x8c\x6c\x74\xe8\x1e\x7d\x74\x03\x8e\x45\x2d\x2d\xf7\xac\xa9\xc8\xc4\xff\xf3\xc9\x47\x6f\x3e\xc5\x6e\x61\x23\x47\x46\x43\x07\x44\x5a\x78\xc0\x58\xa2\x0b\xac\x3d\x15\x4b\x0b\x55\xd2\x28\xe9\x91\xa5\xf7\xa9\xd3\xcc\x53\x65\x92\x73\xed\x3a\x85\x3b\xf1\xd1\x58\x8e\x29\x94\x25\x6a\x3d\xdb\xe1\xdd\xe7\x4f\xb7\x77\x64\xf3\x80\xfe\x2a\xdf\x4f\xc2\x4d\xeb\xc1\x2f\xac\x46\x4b\xee\x00\xc0\xb1\x4e\xe2\xb3\xb5\x35\x7e\xec\x1a\x06\x1c\x7f\xe7\xc2\x2b\x08\xf6\x32\x0a\x67\x61\xe5\x68\x3e\x9e\x61\x33\x43\x59\x56\x96\xc6\xc0\xd3\xcc\x11\x36\x7b\x45\x1a\xbf\xf1\x64\x78\x22\x45\xb3\x67\xd7\xe3\xad\x55\xb1\x98\x0c\xe7\x42\x42\xd1\x98\x1d\x2c\x61\xac\x22\x06\x1f\x31\x53\xce\x1c\x75\x37\xf2\x29\x09\x23\x89\x63\x01\x4d\x92\x54\xa1\x9c\x49\xc8\x18\x29\xb3\xb4\x8c\xda\xe3\x18\x3c\x47\x53\x2c\x74\x69\xc2\x55\xa7\xf9\xaf\x14\x0a\x5f\x2d\x5f\x32\xb3\xab\x2e\xf7\x6f\x8e\x37\x37\x37\xff\xe0\x94\x64\x01\x45\x57\x29\x3e\xe2\xcb\xc3\xb1\xef\x9e\x9f\xe1\x2e\xe5\x12\x6a\x6a\x8c\x97\x6d\xcb\x8b\x1a\x2f\x3d\xee\x99\xdc\x2e\xc5\x70\xe9\x71\x5b\x42\xa8\x1a\x08\x5e\x4d\x7b\x7c\xac\x91\x7d\x3c\xa5\x01\xb3\x59\xd6\x61\xbf\x3f\x7b\xbb\x76\x62\x4a\xcb\x52\xa2\xb7\xcb\x7e\x4a\xd1\xc4\x8f\xc5\x92\xe8\xde\xf1\xca\x61\x4f\xd9\xef\xa6\x14\xd7\xfa\xac\x75\xaf\xc5\xfd\x75\xfd\x7a\x2d\xd0\xd6\x8e\x7f\xcf\xdc\x26\xbb\x64\x1e\xe0\xc8\xea\x78\x96\x54\xf2\x80\x3f\x35\x66\xbb\xd7\x8a\x01\x6c\x5d\xfc\xaf\x15\xac\x01\x35\xf5\xfb\x57\xe0\x07\xaf\xd6\x0e\x72\x28\x42\xe1\xa5\x8c\x0d\x53\x1f\xcf\x25\x90\x5c\xd1\x0e\xd0\x29\xd5\x18\xb7\xd5\x22\xd3\xc4\xae\x03\xd6\xeb\x6f\xb1\x1e\x28\xe4\x99\x0e\xbf\xb0\xe7\x7e\x6e\x9b\xbc\x3a\xc6\x56\x20\x37\xc0\xa4\x6c\xc9\xd4\x92\xd0\x99\x9f\x91\x9f\x01\x00\x00\xff\xff\x4c\x5a\xd5\x24\x6e\x03\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x53\xcb\x6e\xdc\x30\x0c\xbc\xfb\x2b\x06\xe8\x79\xbd\x08\x72\x69\x7d\x2b\xb6\x28\xfa\x4c\x83\x24\xed\x9d\x6b\x71\x6d\x36\x36\x25\x88\xf4\xa6\x5b\xf4\xe3\x0b\xc9\xd9\x14\x09\xd0\x23\x35\xe4\xcc\x50\x1a\x51\x92\x1f\x9c\x4d\xa2\x76\xa0\x24\xfc\xcb\x59\x4b\x65\xed\xfd\x6b\x6b\x25\x6e\x8f\x17\x7b\x76\xba\x68\xee\x45\x43\x87\xdd\x62\x1e\xe7\x1b\xb6\xb8\xe4\x9e\xdf\xf1\x41\x54\x5c\xa2\x36\x33\x3b\x05\x72\xea\x1a\x40\x69\xe6\x0e\x23\xd3\xe4\xa3\x39\x39\x5b\x4b\xbf\xe7\xa8\x6d\x1f\xd5\x49\x94\x73\x2b\x6a\x32\x8c\x6e\x8d\x25\xee\xcb\x0c\x85\x50\x89\x68\xba\xce\xa2\xce\x79\x17\xa7\x65\x56\x2b\xd8\x06\x9f\x6e\xbf\x5d\x5d\x93\x8f\x1d\xda\xb3\x50\xdb\x67\xa6\x32\x71\x27\x33\x9b\xd3\x9c\x1a\x00\x08\x6c\x7d\x96\xe4\x75\xa1\x3f\x9b\x7a\x06\xec\x5e\xf6\x42\x0c\x04\x7f\x2a\x33\xa7\xcc\xc6\xea\xa2\x03\x7c\x64\x18\xe7\x23\xe7\xda\x81\x87\x91\x15\x3e\x8a\x21\xee\x7f\x72\xef\x78\x20\x43\x95\xe7\xd0\xe2\xa3\x17\x32\x8d\x8e\x61\xa1\x4c\xea\xcc\x01\x1e\xb1\x2f\x24\x0e\x51\x8c\x94\x12\xab\x6d\xf6\x7c\x88\x99\x11\x73\xe0\x0c\xea\x73\x34\x83\x71\xa2\x4c\xce\x88\x89\x73\xf5\x68\x2d\x76\x93\xb0\xba\x61\xa6\x53\x25\x2e\x3c\x55\xff\x48\xd3\xc2\x67\xc9\x27\xcf\x1c\x8a\xca\xcd\xfb\xdd\xe5\xe5\xe5\x1b\x1c\x62\x9e\x41\x1a\x4a\x8b\x28\xbe\xdf\xed\xda\xe6\xf1\x1a\xae\x63\x5a\xa6\xe2\x1a\xfb\xd3\xba\xe5\xc9\x9c\xe7\x16\x37\x4c\x61\x13\x75\x3a\xb5\xb8\x5a\xa6\xa9\x70\x60\x12\x73\x6b\xf1\xb5\x58\x16\x3d\xc4\x0e\xa3\x7b\xb2\x6e\xbb\x1d\xc4\xcf\xe9\xe8\xe3\x3c\x2f\x2a\x7e\xda\x96\xb7\xcd\xb2\x5f\x3c\x66\xdb\x06\x3e\xf2\xb4\xa5\x24\x9b\x3e\xea\xb1\x5c\x6b\xd9\x6b\x0e\xaf\xce\xaf\x57\x0d\xad\x39\x79\x3b\x70\xad\xfc\x94\xb8\x43\x20\x2f\xe5\x90\xe3\x92\x3a\xfc\x37\x36\xeb\x70\x4d\x07\xb0\x46\xf3\x43\xcd\xdb\xad\xaf\x04\xa8\xfe\x3f\xbf\x44\xbe\x88\x79\x45\xd3\xb4\x64\x9a\x9e\xa7\xb4\x02\x26\x3a\x2c\x13\xe5\x67\x50\x03\x58\x1f\x8b\xbf\xab\x22\x9b\xa8\xe7\xd0\x00\xc7\xf3\xcf\x39\x5e\xfc\xab\x1e\x23\xbb\x2e\x57\x01\xac\x69\x0a\x1d\x3c\x2f\xab\x39\xf3\x98\x69\xe0\xc7\x93\xbf\x01\x00\x00\xff\xff\x14\x8f\x17\xbe\x85\x03\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYaml, - "CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x1c\x4b\x8f\x13\x39\xf3\x9e\x5f\xe1\x1b\x87\x4f\x99\x8f\x80\x56\xda\xcd\x65\x35\xcc\xb0\x88\x65\x16\x46\x04\x10\x12\xe2\xe0\x74\x57\x3a\x26\x7e\xad\x1f\x21\xd9\x5f\xbf\x6a\x77\x42\x32\x89\xdd\xb6\x3b\x99\x05\x31\x5d\xa7\x99\xb6\xeb\xe1\xaa\x72\x3d\xac\xd8\x58\x92\x0f\xa0\x34\x11\x7c\x8c\xb0\x24\xb0\x32\xc0\xeb\xff\xf4\xc5\xe2\x57\x7d\x41\xc4\xff\x97\xa3\x29\x18\x3c\x1a\x2c\x08\x2f\xc7\xe8\xca\x6a\x23\xd8\x5b\xd0\xc2\xaa\x02\xae\x61\x46\x38\x31\x44\xf0\x01\x03\x83\x4b\x6c\xf0\x78\x80\x10\xc5\x53\xa0\xba\xfe\x0b\x21\x2c\xe5\x18\x69\xa3\x08\xfb\x87\x0c\x10\xe2\x98\xc1\x18\x2d\xf0\x6c\x81\xa7\x8a\x94\x15\xe8\x0b\xf7\xcf\xc5\x66\xca\x05\x11\x03\x2d\xa1\xa8\x91\x71\x59\x3a\xda\x98\xde\x2a\xc2\x0d\xa8\x2b\x41\x2d\xe3\x8e\xf0\x10\xfd\x39\x79\xf3\xfa\x16\x9b\xf9\x18\x5d\xd4\x08\x17\x0a\x24\x25\x05\xd6\x8e\x6b\x09\xba\x50\x44\x1a\xb7\xac\x77\x73\xa8\x3f\x10\x05\x25\xe2\x96\x4d\x41\x21\x31\x43\xaf\x6a\xb6\xe8\x99\x13\x02\xdd\x41\x6e\x64\xbc\xde\x60\xdc\x19\x32\x6b\x09\x63\x54\x0b\x53\x81\xf2\x8a\x31\x15\xc2\x68\xa3\xb0\x9c\x80\x5a\x82\x0a\x88\x33\x15\xc2\x4d\x42\x7a\x6f\x56\xc3\xf7\xd9\x96\x00\xda\xa7\x20\x15\x11\x8a\x98\xf5\x18\x8d\xf6\x04\xa9\x95\xc6\xab\x01\x42\x95\x12\x56\x6e\xf4\xba\xaf\xca\x86\xe8\xc6\x14\x8d\x05\xdd\xba\x9b\x65\xbb\xaf\x94\x68\xf3\xea\x70\xe4\x86\x68\xd3\xf0\xa5\x56\x61\x7a\xd7\x62\x6e\x40\xcf\x85\x32\xaf\x77\xc4\x87\x68\x31\x6d\x06\x08\xaf\x2c\xc5\xea\x0e\xce\x00\x21\x5d\x88\x5a\x64\x87\x22\x71\x01\xe5\x00\xa1\x25\xa6\xa4\xc4\x4e\x2d\x0e\x57\x48\xe0\x97\xb7\x2f\x3f\x3c\x9d\x14\x73\x60\xb8\xf9\x58\x2f\x5e\x48\x50\x86\x6c\x79\x39\x36\x1b\x27\xd9\x82\x6f\x8e\xf3\x3f\x6b\xe6\xc0\x0d\x29\xf6\xd8\xc4\xb1\x6a\x28\xea\x81\x59\x8d\x08\x97\xbc\x7c\x05\xeb\xe3\x29\xed\x04\x0e\x88\xf8\x27\x1c\x99\xf2\x18\x16\x7e\xd6\x49\xb8\x1a\x0a\x05\xce\x4e\x1d\x49\x28\xf8\xdb\xd6\xfb\xc0\x87\x3e\xdc\x5f\x9e\x77\x7c\x01\x6b\xef\xf7\x9d\x58\x9e\xe1\x46\x22\x31\xfd\x02\x85\x39\x1a\x96\x58\xeb\xaf\x42\x95\x13\x47\xa1\x8b\x49\xb6\x14\x7e\x54\x9d\x6e\xe5\x3b\xb3\xe2\xdc\xa0\x07\x09\xb8\x65\x7e\x41\x0c\xd5\x7e\x19\x0a\x85\xd9\x50\xcf\xf1\xf0\x97\xd1\x13\xff\x12\x28\x26\x3c\x28\x60\x40\x2f\x56\x83\xe2\x01\xa5\xb6\x20\x86\x94\x39\x74\x48\x03\x1f\x1d\x8f\x86\x0e\xc3\xf6\x21\xb5\xa0\x00\x85\xe0\xda\x32\x50\x59\x91\x45\xf0\x19\xa9\xc2\xeb\xf4\x5a\x30\x38\x34\x37\x46\xe6\x70\x97\x42\x79\xf7\x0d\x23\x9c\x30\xcb\xc6\x68\xf4\xf8\xc9\xd3\xa0\x6c\xbb\xdc\x97\x24\x1c\x61\xb8\x3a\xb2\x68\x50\x99\x5f\x96\xec\x8d\xcb\x92\x47\x62\xb7\x2d\x68\xf8\xf1\x63\xa6\x2e\x6b\x1c\xe6\x0d\x0f\x12\x1b\x03\x8a\x8f\xd1\xa3\x4f\x8f\x87\xbf\x7d\xfe\xdf\x27\xf6\x57\xf5\xe2\xf3\xef\x8f\x72\x9d\x79\xf8\x91\xad\xee\x93\x7e\x55\xdc\x88\xaa\x22\xbc\x7a\xce\xf1\x94\xfa\x43\x49\x43\x60\x2a\x04\x05\x7c\xb8\x1b\x83\xca\xa1\x64\x09\x1c\xb4\xbe\x55\x62\x7a\x64\xb8\x36\x2b\xcc\x30\xa1\x56\xc1\xbb\xb9\x02\x3d\x17\xb4\x45\x22\xbf\x0b\x21\xe4\x4a\x49\x4c\xaf\x81\xe2\xf5\x04\x0a\xc1\x4b\xaf\x89\xbe\xf9\xe9\xe3\x6c\x0e\x12\x14\x11\x65\x0b\xed\x76\x74\x6d\x8b\x02\xb4\x3e\x61\x89\x86\x30\x10\xd6\xdc\xc7\xea\xc2\x16\x6d\x1c\x25\xc7\x96\x35\x8a\x27\x08\xb6\xb2\x41\xdb\x0a\x36\xd7\x95\xf3\x13\x13\xe1\x94\x70\x7f\xc1\x51\xf7\x2f\x8a\x63\xfa\x3d\x72\x08\x03\xa3\x48\x11\x48\x1d\x9e\xf9\x52\x89\xd2\x16\xdf\x33\x75\x28\xc0\x25\xe9\x77\xfb\xcf\xb4\xdb\xb7\xed\xea\x21\xb7\x20\xa7\x30\x17\xb5\xe9\xf2\xb3\x92\x31\x25\x8c\x98\xfc\xc8\x51\xef\x40\xd0\xd9\x88\xc1\x21\x03\x4c\x52\x4f\xd3\xd5\x26\x3a\x96\xa4\xae\xfe\x48\xe1\x0d\x47\xb1\xb6\x62\xff\x00\xc4\x07\x31\x7c\x27\x01\xe7\xc2\x60\x6f\x01\x94\xb4\xea\x7d\xd8\x3f\x84\xe9\x4c\x26\x32\xa5\x75\xb8\x04\x49\xc5\x9a\x01\xef\xd4\xa5\xf5\xea\x3c\x00\x29\xbc\x11\x28\xa6\x07\x3c\x73\x47\x74\xc1\x13\x84\x14\x3d\x72\x51\xc2\x65\x84\x4e\x2a\xad\x66\x1e\xcc\x40\x29\x28\xaf\x6d\x9d\x8c\x27\xc5\x1c\x4a\x4b\x09\xaf\x5e\x56\x5c\x7c\xfb\xfc\x7c\x05\x85\xf5\x1d\xda\x1c\x02\x31\xe0\x2f\xe6\xbb\x49\xb7\x2f\x23\x70\x7f\x30\x38\x95\x7a\x0d\x0c\x9b\x62\xfe\x7c\x25\x15\x68\x1d\x73\xd1\xbb\x90\xb8\xe0\x53\x84\x6b\xa0\xe5\xe4\x29\x04\xd1\xd3\x93\x10\xd4\x12\x62\x23\x8e\xaa\xa1\x7b\x63\xb8\xc4\xd4\xe6\x2a\xa4\x83\xee\x1b\xe8\x2c\xe5\x16\x15\x2b\x85\x7d\x67\x69\xed\x58\x91\xa0\x76\x3a\x2b\xe7\xc4\x7f\x10\xa0\xfe\xfa\xc6\x0f\xbd\xff\x9e\x83\x61\xef\xbf\x27\xb3\xca\x64\xf2\x15\x48\x35\xf7\x56\x33\x21\xd2\xa1\xce\xe0\x04\x41\x52\xd7\xb8\xed\x69\xcf\x93\x63\x73\x76\x60\x5d\x2e\x4c\x80\x42\x61\x84\x7a\x07\x2a\xcd\xdd\x32\xfc\xb2\x4f\xb5\x0d\xf4\xa1\xca\x0b\x3f\x67\xa8\xea\x53\xed\x0e\x7a\xff\x6d\x45\xfd\x21\xfd\x37\x93\x49\x3a\xf9\x44\xc2\x49\xd3\xa4\x28\x1f\x5c\x9f\xbb\x5b\x72\x9d\xab\xef\x2b\x03\xbb\xe3\x93\x6d\x51\x90\xbe\x27\xba\x45\xa3\xee\xe9\x1e\x75\xdd\xb6\x5d\xc3\x26\xea\x16\x3a\xd1\x69\x71\xa2\x7b\x08\x3d\x99\x71\xb7\x50\x8a\xba\x87\x53\x74\xaa\xc4\x5d\xc3\x2a\xea\x1a\x5a\xbb\xb3\x74\x8e\x7f\x13\x3d\xa9\x3c\x93\x9c\x1d\x90\xf8\xf6\xd7\x5f\xf7\x59\xc2\x74\xb2\x76\xbe\xc2\x8d\x90\x82\x8a\x6a\x1d\xf8\x65\xd8\x99\x64\xeb\x5b\xd4\xef\x9a\x1e\x3b\xe4\xad\xbe\x3d\x6d\xa0\x2f\xef\xbd\xf0\x73\x96\xf7\x1d\x73\x4f\xb6\x6c\x99\x08\xb9\xf9\x26\xcb\xa6\x1d\x63\x79\xaa\x52\xb3\xf3\x4b\x96\x3c\x67\x0f\xe7\xc9\x0d\x16\x37\xa4\x6f\xb2\x12\xa0\x6f\xb2\xce\x23\x68\x03\x7d\x93\x95\x04\x7d\x93\x15\x85\xbe\xc9\x42\x7d\x93\xd5\x37\x59\xad\xd0\x37\x59\x7d\x93\x75\x00\x7d\x93\x75\x06\x56\x7d\x93\x95\x88\xf0\x70\x9b\xac\xe8\x14\x77\x25\xeb\xd6\x52\xda\x5c\xa1\x0c\x5a\x22\x62\xa6\xb4\x20\x17\xba\x11\x72\x28\x6f\x44\xa1\xc9\xeb\x0e\x2b\xf0\x21\xfe\xa0\xd8\xdd\x55\xb5\x8a\x98\xf5\x95\xe0\x06\x56\xc1\x9a\x25\x65\xf1\x33\xfd\xc2\xdd\x32\x8f\x4a\x1c\x2b\x76\x94\xe5\x97\x67\xa5\xf5\x5a\xf0\xb7\x42\xb4\x16\x64\x0d\x35\xff\x5d\xb8\x03\x6a\xef\xf5\xf1\x95\x9c\x7c\xc1\x34\xdc\x10\x6e\x57\x81\xeb\x8c\xfb\x90\x5a\x2d\x50\x58\x02\x8d\x05\xa9\xe4\xf0\xa4\x04\x8d\xfe\xb2\x39\x99\x58\xe8\x0a\x57\x27\x62\x36\xa2\xff\x0c\x62\x49\x1b\x51\x5b\x29\x29\x30\xe0\x06\x53\xe7\x95\xad\x76\x48\x48\x5e\xa9\x25\x7f\x4a\xc8\xd7\x6b\x5d\x98\xf6\x30\x91\x20\x51\x7a\x41\x1a\x8f\xd7\x28\x2f\x09\xba\xb2\xef\x8c\x14\xb3\x7e\xee\xd1\xa6\xdb\x28\x21\x03\x8a\x11\xee\xa2\xfd\x0b\x85\x0b\xb8\x8d\x5d\x27\x43\xb1\x0b\x5d\x28\xc9\x39\x8c\xa0\x75\x69\xde\x16\x36\xce\x92\x9a\x61\x36\x83\x22\xd2\xc5\x26\x9a\x25\xda\xb8\x24\xd2\x49\x6b\x4a\x52\x37\xff\x37\x3d\x46\x6c\xb6\x4f\x35\xbe\x6b\x13\x1c\xfa\xbf\x29\x69\x62\xb7\x85\xae\x89\x56\xd6\xa5\x9f\x67\xb6\xac\xba\xbd\x95\xc1\xf0\xea\x3d\xc7\x4b\x4c\x28\x9e\x86\xf3\xc5\x19\x9c\xfe\x21\x56\x67\x2d\xc3\xc1\x21\x4f\x2e\x68\x53\x8d\x51\x56\x1b\x28\xaf\x76\xcf\xb4\x78\xd7\xd4\x12\x4f\xe2\x8a\x4f\x78\xe2\x26\x69\x4b\xc4\x9f\x55\x49\x20\xd3\xf6\xb4\x4a\xfc\xc1\x9a\xe8\x0b\x2b\x89\x36\xf5\x6d\xd9\x00\xa2\x4f\xe0\xe1\xd1\x73\x24\x83\x20\x9d\xe5\xf6\xf1\xae\xe5\x08\x53\x39\xc7\xa3\xdd\x37\x67\xb1\xe1\xe6\x59\xa9\xbd\x61\xd4\xbc\x3a\x55\x8e\x6b\xf7\x68\x56\xa9\x8d\x50\xb8\x82\xcd\x97\x7f\x03\x00\x00\xff\xff\x6a\xe4\xa9\x61\x14\x4c\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x1d\x5d\x73\xe3\xb6\xf1\x5d\xbf\x02\x6f\x79\xe8\xc8\xcd\xb5\xd3\x99\x56\x2f\x9d\xab\x7d\xb9\x49\xef\x23\x9e\xf3\x25\x73\x33\x99\x3c\x40\xe4\x8a\x42\x0c\x02\x2c\x00\x2a\x56\x7f\x7d\x87\xa0\x64\xcb\x16\x3e\x16\x20\xaf\x4d\x6d\xec\x93\x4d\x60\x17\x8b\xc5\x7e\x52\x00\x48\x3b\xf6\x13\x28\xcd\xa4\x58\x11\xda\x31\xb8\x33\x20\x86\xff\xf4\xc5\xed\x5f\xf5\x05\x93\x7f\xdc\xbd\x5a\x83\xa1\xaf\x16\xb7\x4c\xd4\x2b\x72\xd9\x6b\x23\xdb\x4f\xa0\x65\xaf\x2a\xb8\x82\x0d\x13\xcc\x30\x29\x16\x2d\x18\x5a\x53\x43\x57\x0b\x42\x38\x5d\x03\xd7\xc3\x5f\x84\xd0\xae\x5b\x11\x6d\x14\x6b\xff\xcd\x16\x84\x08\xda\xc2\x8a\xdc\xd2\xcd\x2d\xad\xa4\x10\x50\x19\x7d\x61\xff\xbb\x38\xf4\xb9\x60\x72\xa1\x3b\xa8\x06\x6c\x5a\xd7\x96\x38\xe5\xd7\x8a\x09\x03\xea\x52\xf2\xbe\x15\x96\xf2\x92\xfc\xf3\xe6\x87\x8f\xd7\xd4\x6c\x57\xe4\x62\x40\xb8\x50\xd0\x71\x56\x51\x6d\x87\xad\x41\x57\x8a\x75\xc6\xce\xeb\xf3\x16\x86\x07\x4c\x41\x4d\x44\xdf\xae\x41\x11\xb9\x21\xef\x86\x61\xc9\xe5\xc8\x05\x79\x84\x3d\x72\x79\x75\x40\x79\xd4\x64\xf6\x1d\xac\xc8\xc0\x4d\x03\x6a\x41\x48\xa3\x64\xdf\x1d\x66\x74\x3a\x87\x91\xc8\x41\x08\xa3\xec\xec\x80\x87\xf1\xec\x63\xce\xb4\x79\x77\xd6\xf4\x9e\xe9\xb1\xb9\xe3\xbd\xa2\xfc\x89\xb4\x6c\x8b\xde\x4a\x65\x3e\x3e\xd0\x5f\x92\xdb\x6a\x6c\x60\xa2\xe9\x39\x55\x8f\x91\x16\x84\xe8\x4a\x0e\x7c\x5b\x9c\x8e\x56\x50\x2f\x08\xd9\x51\xce\x6a\x6a\x45\x64\x91\x65\x07\xe2\xf5\xf5\xf7\x3f\xfd\xf9\xa6\xda\x42\x4b\xc7\x87\x84\x74\x4a\x76\xa0\x0c\x3b\x0e\x66\xc7\x39\xac\xd0\x11\x5c\x7d\xec\xea\x6f\xac\x82\xec\x1f\x3f\xf5\xf7\xb7\xc2\x97\x35\xbc\xf6\xe0\xc5\x70\xc7\x76\xd8\x80\x52\x50\x5f\xf5\x8a\x89\x66\x98\x4c\xdd\x73\x26\x9a\xef\x1b\x21\xef\x1f\xbf\xb9\x83\xaa\x7f\x98\xfb\x39\x30\x03\xad\x67\x04\x0c\x17\xa7\xbc\x80\xa8\x20\xd4\x0b\x4b\x6d\x80\x96\x9a\x6a\xfb\xe6\xae\x53\xa0\xad\x99\xc6\xfa\x47\x27\x92\xc3\xc4\x08\xb7\xe0\x5c\x1f\x17\x8c\x56\x33\x98\x87\x68\x50\x28\x03\x27\xd4\x48\xf5\xd5\x06\xd8\x51\xde\x63\x27\x9a\x20\xc3\x4c\x6e\x8e\x28\x54\x29\xba\x47\x60\x8c\xbd\xe5\xfa\xd7\xa3\x2b\x99\x87\xb4\x55\xae\xef\x18\xf0\xba\xe8\x55\xe6\x00\x45\xaf\x72\x89\xfe\x06\xac\xd9\x9a\xb0\x30\x9e\x46\xdf\xec\x01\x63\xbc\x2b\xf8\x57\xcf\x26\xc7\x10\x8c\xe6\x0f\xe1\xee\x06\x38\x54\x46\xaa\xcf\xa0\xc2\xea\x80\xd0\x97\x12\x4a\x9e\x40\x31\x79\x44\xef\x12\x4a\x8a\x5e\xe1\x50\xfe\x1f\x42\x49\x9c\x5c\x84\x50\xb0\xb9\x93\xf5\xb3\xa9\x4f\x1e\xa6\x32\xc4\x9e\xb9\x22\x8b\x7d\x01\x70\x0c\x6a\x71\x9d\x4c\xb3\xea\xf4\xb0\x45\x52\xcd\x23\xd5\xcd\x90\x34\x57\x43\xf2\xec\x2f\xdd\xe5\x64\x0f\x94\xe6\x7a\x48\xba\xfb\xc9\xe6\x2c\xd5\x0d\x91\x54\x57\x94\x3e\x84\x55\xc8\xf7\x27\xef\xbc\x66\xe5\x27\xa1\xb3\x38\xbe\xdd\x99\x33\xe4\x26\xad\x12\x5e\x70\x46\x76\x92\xcb\x66\xff\x0e\x63\x36\x68\x1e\x5e\x6e\xa9\x31\x4b\x38\x48\xf0\xdb\xa5\xcc\x78\x02\x25\x1d\x44\xf4\xfe\x3a\x65\x06\xd6\xf7\xa2\x79\x40\x76\xc4\xfa\x5b\xd4\x5a\x24\xfa\xb8\x98\x70\xd0\xfe\x15\x35\xee\x64\x37\x17\x4d\xa8\x85\x61\x25\xa9\x0e\x42\x49\xaa\xa3\x50\x92\xea\x92\x54\x97\xa4\xba\x24\xd5\x25\xa9\x4e\x9e\x4b\x0e\x13\x23\x94\xa4\x7a\x36\x6e\x4a\x52\x5d\x92\xea\x04\xb6\x02\x04\xbc\x4d\xb4\x37\x5b\x10\x86\x55\xd4\xe5\xf8\x42\xb6\x5f\x0d\x0d\x9b\x01\x11\x5e\x8b\xda\x23\x82\x98\xf3\x38\x21\xe2\x93\x60\x54\x76\x01\x87\x13\xc5\xd5\x50\x29\xb0\x5b\xa7\x32\x49\x1c\x03\x8b\x0b\x7d\x79\x3a\x3d\x67\xfb\x2d\xb8\xd6\x71\x79\xc2\x56\x72\xed\x44\xb5\xfe\x4d\xaa\xfa\xc6\x52\xc8\x2a\x9d\x0e\x14\x7e\xaf\x32\x3d\xf2\x37\xb3\xe0\x6c\xa3\x03\x09\x44\xef\x2c\xd9\x96\xc4\x70\xed\xe6\xa1\x52\xb4\x5d\xea\x2d\x5d\xfe\xe5\xd5\x9f\xdc\x53\xe0\x94\x09\x2f\x83\x1e\xb9\xf4\x1a\x94\xf0\x08\x35\x80\xe8\x13\xe6\xd2\x22\x61\xdd\xc4\x5a\x4a\xa3\x8d\xa2\xdd\x0d\xa8\x1d\xa8\x33\xd5\xf1\x32\x50\x49\xb1\x61\x8d\xbb\xbb\x63\x1c\xb8\x33\xc3\x2c\xf9\xa5\x45\xeb\x55\xb2\x57\x02\xb1\x73\x09\x28\x10\x1d\xe2\xf9\x8d\x4f\xea\x91\xa9\x3f\x80\xcd\x2a\xbe\x53\x32\x50\xfb\xe3\xb2\xac\x51\x9a\x1f\x68\xf7\x0e\xf6\x9f\x60\x33\x57\xf6\x88\x4a\xd9\x12\xb2\x97\xb0\xc0\x32\x08\xca\x6e\xdc\xf7\x8b\x25\xba\x96\x92\x03\x75\x99\xd8\xd3\x9e\xd1\xfc\x63\xf4\x28\x45\xde\x41\xa2\xb3\xc9\x3b\xda\x29\x14\x1b\x06\xa7\x26\xdc\xae\x7f\x68\xba\xb7\x42\x67\x3b\x6a\x07\x80\x3b\xf3\xda\x49\xde\xb7\xee\x55\x9f\xe4\x77\xee\xad\x7d\xaa\xdb\xa8\x61\x43\x7b\x6e\x3e\xc8\x3a\xa2\x26\xb8\x7a\x1c\x95\x6c\xa3\xf2\xf1\x94\xda\x12\x59\x57\x26\x15\x59\x6d\x54\x22\xa7\x44\xe3\x72\x19\xa1\xa3\x66\x3b\x33\xab\x89\x55\x55\xac\x70\x89\x3b\x0c\x24\x6f\x38\x47\x81\x73\x12\x88\x39\x4e\x8e\xc4\xda\x9b\x16\x8f\x50\xec\xe9\x29\x14\x7b\x42\xd8\xd3\x9c\x66\x80\x29\xa0\x4e\xe9\x4d\x7d\xab\x90\x1d\x51\xb3\x23\xa6\x17\x91\xb5\xb4\x39\x9b\xb3\x77\x96\xbf\xee\xda\x1f\xac\xdc\xcf\x94\x3d\x64\x06\xcb\x2f\x5f\xfc\x15\x94\x67\x32\xcb\x2f\x6e\xd3\xeb\xa8\x19\xca\x95\x15\xf9\xe6\xe7\x6f\x97\x7f\xfb\xe5\x0f\x3f\xb7\x1f\x9a\xb7\xbf\xfc\xfd\x9b\xd4\xd2\x6e\xf9\xa5\xbd\xfb\x9a\xf4\x9b\xea\xbd\x6c\x1a\x26\x9a\x37\x82\xae\xb9\x7b\xa9\x43\xca\xe9\x15\x0e\x67\x3b\x10\xa0\xf5\xb5\x92\xeb\xb3\x85\x0b\xad\xc2\x86\x32\xde\x2b\xf8\xbc\x55\xa0\xb7\x92\x07\x38\xf2\x39\x09\x7b\xd0\x90\xf2\x2b\xe0\x74\x7f\x03\x95\x14\xee\x8d\xc5\x2d\x13\xac\xed\xdb\x15\xf9\x36\x79\x84\x0e\x14\x93\x75\x80\x76\x18\x5d\xf7\x55\x05\x5a\x4f\x98\xa2\x61\x2d\xc8\xde\x7c\x8d\xd9\xf9\x57\x74\x54\x94\x94\xb5\x1c\x50\x1c\xaf\x04\x82\xc3\x90\x40\x30\x0f\xaa\x72\xfa\x6b\x1a\x26\x38\x13\xee\xd7\x6f\xc7\xb7\x0d\x69\x4c\xcc\xf3\x46\xa5\x05\xa3\x58\xe5\x79\x91\xe2\xe8\xaf\x80\xd6\xac\xd8\xda\x73\xb2\xb5\xe3\x41\x62\xb7\x0e\xb8\x88\xa9\xc3\x41\xeb\xa4\x88\xc7\x59\xcb\x4c\xba\x79\x0e\x6a\x0e\x3a\x19\xd1\xdb\x64\xa0\xed\xb8\xe3\x3d\x7f\x88\x75\xda\xb1\x1b\x50\x3b\xe6\x3e\x2f\x1b\xcb\x76\x4f\xcf\xa0\xbb\x00\x93\x2d\x53\x21\xa4\xa1\xce\x2c\x03\x35\xeb\x53\xe0\xd1\x9f\xd0\xd0\x3f\x01\xe5\x9d\x54\xa8\xa1\xe3\x72\xdf\x82\xc8\xfa\x61\xa0\x88\xf3\x09\x74\xd2\xe9\x68\x62\x72\xf0\x1d\x82\xc7\xe2\x13\xc4\xa1\xf8\x14\x5a\x64\xbe\xfd\x72\x47\x40\xfe\x30\x9e\xb6\xb5\x00\x7b\x78\x3e\x8f\x3a\xc9\xde\xf5\x46\x72\x76\x66\xe5\xec\x7e\x23\xe9\x3b\xe0\x48\xfe\x16\xb0\xbc\x9d\x70\x93\x06\x4c\xdf\x11\x47\xf2\x76\xc5\x91\x29\x5c\xe6\xec\x8e\x23\x39\x3b\xe4\xf2\x86\x4a\x3a\x69\x79\x84\xa2\xbf\x73\x0c\x58\xf4\x77\xf2\x50\x89\x83\x60\x36\x19\x3e\x26\x8d\x7d\xe9\x98\xc0\x08\x76\x8e\xf3\x6c\x42\x3c\x42\x8a\x05\x26\x5d\x2a\x70\x84\x04\xbd\x2c\xa1\x76\x84\xe2\xaa\x9c\xf0\x3c\x5d\x55\x09\xb5\x0f\x50\xf4\x37\x88\xfa\xbb\xd4\xdf\xc4\x41\xf0\xe4\x91\x84\x51\xdd\x22\x97\x2b\xdc\x77\x7b\x4e\x75\x6e\xca\x79\xb1\xbc\x21\x48\xfa\xf9\xb1\xfc\x81\xc8\xa4\x70\x4f\x72\xcd\x36\xd7\x6d\x92\x3c\xd7\x49\xa6\xf9\x89\x7c\x17\x3a\x79\xe0\x3c\x57\x4a\xf2\xdd\x29\x99\xca\x71\xae\x5b\x25\xb9\xae\x35\x7f\xc8\xe4\x73\x6b\x93\xf8\xcc\x40\x4a\x39\xcf\x76\x84\xe4\x75\xcf\x5a\xed\x74\x81\x27\x9d\x77\xcb\xe6\xad\x94\xa8\xff\xd3\xf0\x98\x11\xb7\x4a\x79\x3a\x42\x49\xef\x9d\xf0\x3c\xd3\xfb\xcc\xd8\x93\xcc\x5b\x22\x42\x6a\xbc\x49\x5a\xd3\x4c\x5f\x8e\x3e\x5f\x99\x1a\x5f\x92\xf8\x99\xdd\x9d\xa3\x0b\xac\xc8\x65\x1b\xf7\x5d\x4b\x91\x55\x8a\xac\x39\x18\x1d\xa1\x14\x59\x28\x28\x45\x56\x14\x4a\x91\x45\x4a\x91\x55\x8a\xac\x20\x94\x22\xab\x14\x59\x4f\xa0\x14\x59\x33\x0c\x55\x8a\x2c\x24\xc2\xcb\x2d\xb2\xa2\x5d\xec\xb9\xa7\xeb\x9e\xf3\xf1\xd6\x0e\xef\x4a\xcc\x72\xff\xd4\x4c\x67\x3f\xd1\xf3\xf6\x0b\xf0\x25\x6e\x28\xb6\xa7\xfb\x7a\xc5\xcc\xfe\x52\x0a\x03\x77\xde\x9c\x05\x33\xf9\x8d\x7e\x6b\x3f\x37\x16\xe5\x38\x96\xec\xa8\x5e\xbc\x9e\x95\xd6\x47\x29\x3e\x49\x19\x4c\xc8\x46\x6a\xb1\xd3\x90\x96\xda\x8f\x1a\x82\x51\x11\xc7\x98\x86\xf7\x4c\xf4\x77\x9e\x33\x83\xa7\x80\xcd\x16\x38\xec\x20\x7a\x47\x02\xda\x3d\x29\xc9\xa3\x3b\x9b\xd1\xc4\x7c\xe7\xa4\xb2\x88\xf5\x11\xf9\x27\x10\x43\x19\xa2\xee\xbb\x8e\x43\x0b\xc2\x50\x6e\xb5\x32\xb8\x0e\x88\xe0\x85\x4d\xf9\x31\x2e\x5f\xef\x75\x65\xc2\x6e\x62\xd6\xcf\xf2\xcc\x7e\xb9\x87\x4d\xfb\x66\xa4\x98\xb4\xdd\x63\xc2\x47\x38\x08\x31\xa0\x5a\x26\xac\xb7\x7f\xab\x68\x05\xd7\xb1\x53\x63\x24\x76\x6e\x8b\xa0\x94\xc3\x48\x0e\x2a\x1c\x64\x66\x09\xcd\xb0\xd9\x40\x85\xba\x32\x33\xba\x2c\xd1\xc2\x05\x49\x07\x57\x94\x60\x8d\xff\x5e\x8e\x91\x35\x3b\xa5\x1a\xb7\x5a\x84\x42\xff\x77\x52\x9a\xd8\x69\xa1\x2b\xa6\x55\x6f\xc3\xcf\x3f\xfa\xba\xc9\xbb\x9e\xad\xa5\x77\x3f\x0a\xba\xa3\x8c\xd3\xb5\x3f\x5e\xcc\xa0\xf4\x2f\x31\x3b\x0b\x34\x7b\x9b\x1c\xb1\x20\x24\x1a\xa3\x7a\x6d\xa0\xbe\x7c\xb8\x19\xd0\x39\xa7\x69\x17\x07\xc5\x6f\x55\x44\x99\x04\xe6\x22\x8a\x28\x99\xd8\xfd\x12\xe1\x3b\x12\xa3\x97\xfa\x21\xd7\x34\xe9\x1e\x8a\x80\xbf\xf7\xac\x4b\x78\x4d\x42\x7e\x3d\x22\x3f\xaf\x1f\x8f\xe0\x85\xfd\x76\x04\x19\xe9\xa7\x63\x3e\x24\xe0\x97\x83\x0c\x44\xad\xf0\x7c\x31\x77\x87\x6f\x56\x3b\xbb\x9f\x0d\xe3\x52\xc9\xe5\xd9\x1d\x87\x0b\x2f\x47\xc7\xd1\xc8\xf1\x63\xd8\xf7\x8f\xac\xa4\x96\x87\x0f\x46\x3f\xb4\x0e\xa6\xa4\x76\x50\xaf\x06\xf3\x1f\xb5\x58\x1b\xa9\x68\x03\xf7\x4f\x1e\x90\x28\xef\xb6\x51\xac\x0d\xe5\x1a\x16\xff\x09\x00\x00\xff\xff\x45\xb1\x60\x69\xae\x7b\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x1d\x4d\x73\xdb\xb8\xf5\xae\x5f\x81\xdb\x1e\x3a\x72\x37\xe9\x74\xa6\xd5\xa5\x93\xda\xd9\x4c\x9a\x8f\xf5\xc4\xd9\x9d\xcc\xec\xec\x01\x22\x9f\x28\xac\x41\x80\x05\x40\xad\xd5\x5f\xdf\x21\x28\xd9\x8a\x85\x8f\x07\x90\x69\xb3\x0e\xde\x29\x21\xf1\x3e\xf0\xf0\x3e\x69\x00\xa2\x1d\xfb\x19\x94\x66\x52\xac\x08\xed\x18\xdc\x19\x10\xc3\xff\xf4\xc5\xed\xdf\xf4\x05\x93\x7f\xde\x3d\x5b\x83\xa1\xcf\x16\xb7\x4c\xd4\x2b\x72\xd9\x6b\x23\xdb\x0f\xa0\x65\xaf\x2a\xb8\x82\x0d\x13\xcc\x30\x29\x16\x2d\x18\x5a\x53\x43\x57\x0b\x42\x38\x5d\x03\xd7\xc3\xbf\x08\xa1\x5d\xb7\x22\xda\x28\xd6\xfe\x87\x2d\x08\x11\xb4\x85\x15\xb9\xa5\x9b\x5b\x5a\x49\x21\xa0\x32\xfa\x39\xd3\x17\xf6\xc1\xc5\x61\xd8\x05\x93\x0b\xdd\x41\x35\x10\xa0\x75\x6d\xe9\x53\x7e\xad\x98\x30\xa0\x2e\x25\xef\x5b\x61\x89\x2f\xc9\xbf\x6e\x7e\x7c\x7f\x4d\xcd\x76\x45\x2e\x06\x84\x0b\x05\x1d\x67\x15\xd5\x96\x73\x0d\xba\x52\xac\x33\x76\x6a\x1f\xb7\x30\x3c\x60\x0a\x6a\x22\xfa\x76\x0d\x8a\xc8\x0d\x79\x33\xb0\x25\x97\xa3\x20\xe4\x33\xec\x51\xd0\xab\x03\xca\x67\xaf\xcc\xbe\x83\x15\x19\xa4\x69\x40\x2d\x08\x69\x94\xec\xbb\xc3\xa4\x4e\xe7\x30\x12\x39\xe8\x61\x54\x9f\x65\x78\xe0\x77\xf3\xfc\xb5\x7d\xc3\x99\x36\x6f\x5c\x6f\xdf\x32\x6d\xec\x88\x8e\xf7\x8a\xf2\x73\xb5\xd9\x97\x7a\x2b\x95\x79\xff\xc0\x68\x49\x6e\x2b\xfd\x9c\x8d\xef\x98\x68\x7a\x4e\xd5\x19\xea\x82\x10\x5d\xc9\x61\x1a\x16\xb3\xa3\x15\xd4\x0b\x42\x76\x94\xb3\x9a\x5a\x8d\x59\x7c\xd9\x81\x78\x71\xfd\xfa\xe7\xbf\xdc\x54\x5b\x68\xe9\xf8\x90\x90\x4e\xc9\x0e\x94\x61\x47\x96\x96\xd5\x61\xc1\x8e\xe0\x1a\x63\xed\x61\x63\x4d\x66\xff\xf9\x53\xff\x78\xbb\x16\xb2\x86\x17\x1e\xbc\x18\xee\xf8\x1e\x36\xa0\x14\xd4\x57\xbd\x62\xa2\x19\x26\x53\xf7\x9c\x89\xe6\x75\x23\xe4\xfd\xe3\x97\x77\x50\xf5\x0f\x73\x3f\x07\x66\xa0\xf5\x70\xc0\x48\x71\x2a\x0b\x88\x0a\x42\xa3\xb0\xd4\x06\x68\xa9\xa9\xb6\x2f\xef\x3a\x05\xda\x3a\x6e\x6c\x7c\x74\x22\x39\x42\x8c\x70\x0b\xce\xf5\x71\xc1\xe8\x44\x83\xb7\x88\x06\x85\x32\x48\x42\x8d\x54\x5f\x8c\xc1\x8e\xf2\x1e\x3b\xd1\x04\x1d\x66\x4a\x73\x44\xa1\x4a\xd1\x3d\x02\x63\x1c\x2d\xd7\xbf\x41\x65\xa2\xc3\xf1\xa4\xad\x71\xfd\xc0\x80\xd7\xc5\xae\x32\x19\x14\xbb\xca\x25\xfa\x3b\xb0\x66\x6b\xc2\xca\x78\x9c\x8c\xb3\x19\xc6\x64\x57\xf0\xef\x9e\x4d\xce\x21\x18\xcb\x1f\xd2\xdd\x0d\x70\xa8\x8c\x54\x1f\x41\x85\xcd\x01\x61\x2f\x25\x95\x3c\x82\xe2\xf2\x88\xd1\x25\x95\x14\xbb\xc2\xa1\xfc\x11\x52\x49\x9c\x5c\x84\x50\xf0\x75\x27\xeb\x27\xd3\x9f\x3c\x4c\x65\xc8\x3d\x73\x65\x16\xfb\x49\xe0\x98\xd4\xe2\x36\x99\xe6\xd5\xe9\x69\x8b\xa4\xba\x47\x6a\x98\x21\x69\xa1\x86\xe4\xf9\x5f\x7a\xc8\xc9\x66\x94\x16\x7a\x48\x7a\xf8\xc9\x96\x2c\x35\x0c\x91\xd4\x50\x94\xce\xc2\x1a\xe4\xdb\x93\xaf\x60\xb3\xca\x93\x30\x58\x1c\xbf\xee\xcc\x99\x72\x93\x56\x09\xaf\x38\x23\x3b\xc9\x65\xb3\x7f\x83\x71\x1b\xb4\x0c\xdf\x6e\xab\x31\x4b\x3a\x48\x88\xdb\xa5\xcd\x78\x04\xa5\x1c\x44\x8c\xfe\x32\x6d\x06\x36\xf6\xa2\x65\x40\x0e\xc4\xc6\x5b\xd4\x5a\x24\xc6\xb8\x98\x72\xd0\xf1\x15\xc5\x77\x72\x98\x8b\x16\xd4\xc2\xb0\x52\x54\x07\xa1\x14\xd5\x51\x28\x45\x75\x29\xaa\x4b\x51\x5d\x8a\xea\x52\x54\x27\xcf\x25\x47\x88\x11\x4a\x51\x3d\x9b\x34\xa5\xa8\x2e\x45\x75\x82\x58\x01\x02\xde\x57\xb4\x37\x5b\x10\x86\x55\xd4\x15\xf8\x42\xbe\x5f\x0d\x2f\x36\x03\x22\xbc\x10\xb5\x47\x05\xb1\xe0\x71\x42\xc4\xa7\xc1\xa8\xee\x02\x01\x27\x8a\xab\xa1\x52\x60\x37\x50\x65\x92\x38\x26\x16\x17\xfa\xf2\x74\x7a\xce\xf7\xb7\xe0\x5a\xc7\xe5\x89\x58\xc9\xbd\x13\xd5\xfa\x77\xa9\xea\x1b\x4b\x21\xab\x75\x3a\x50\xf8\x5a\x75\x7a\x94\x6f\x66\xc5\xd9\x97\x0e\x24\x10\xbd\xb3\x65\x5b\x12\xc3\xb5\x5b\x86\x4a\xd1\x76\xa9\xb7\x74\xf9\xd7\x67\xcf\xdd\x53\xe0\x94\x09\xaf\x80\x1e\xbd\xf4\x1a\x94\xf0\x28\x35\x80\xe8\x53\xe6\xd2\x22\x61\xc3\xc4\x5a\x4a\xa3\x8d\xa2\xdd\x0d\xa8\x1d\xa8\x33\xd3\xf1\x0a\x50\x49\xb1\x61\x8d\x7b\xb8\x83\x0f\xdc\x99\x61\x96\xfc\xd2\xa2\xf5\x2a\x39\x2a\x81\xd8\xb9\x14\x14\xc8\x0e\xf1\xfa\xc6\xa7\xf5\xc8\xd4\x1f\xc0\x56\x15\x3f\x28\x19\xe8\xfd\x71\x55\xd6\xa8\xcd\x77\xb4\x7b\x03\xfb\x0f\xb0\x99\xab\x7a\x44\x95\x6c\x09\xd5\x4b\x58\x61\x19\x04\x65\x37\x6e\x03\xc6\x12\x5d\x4b\xc9\x81\xba\x5c\xec\xf1\xc8\x68\xfd\x31\x46\x94\xa2\xef\x20\xd1\xd9\xf4\x1d\x1d\x14\xca\x0d\x43\x50\x13\xee\xd0\x3f\xbc\xba\xf7\x42\xe7\x7b\xd4\x0e\x00\x77\xe5\xb5\x93\xbc\x6f\xdd\xab\x3e\x29\xee\xdc\x7b\xfb\xd4\xb0\x51\xc3\x86\xf6\xdc\xbc\x93\x75\xc4\x4c\x70\xfd\x38\xaa\xd8\x46\xd5\xe3\x29\xbd\x25\xb2\xaf\x4c\x6a\xb2\xda\xa8\x46\x4e\x89\xc6\xf5\x32\x42\x47\xcd\x76\x66\x51\x13\xbb\xaa\x58\xe3\x12\x0f\x18\x48\xd9\x70\x81\x02\x17\x24\x10\x73\x9c\x9c\x89\xb5\xb7\x2c\x1e\xa1\xf8\xd3\x63\x28\xfe\x84\xf0\xa7\x39\xdd\x00\xd3\x40\x9d\xd2\x9b\xfa\x55\x21\x3b\xa3\x66\x67\x4c\x2f\x22\x6b\x69\x73\x36\x67\xef\x2c\x99\xd0\x50\xf5\x0a\x6e\xec\x69\xb4\x0f\xd0\x49\xcd\x8c\x54\x67\x56\xed\x57\xfb\x6f\xbb\xf6\x47\xbb\x72\x67\xee\x12\x72\xa4\xe5\xa7\x4f\xfe\x1e\xcc\xa3\x8e\xe5\x27\xb7\xf3\x76\xd4\x0c\x0d\xcf\x8a\x7c\xf7\xcb\xf7\xcb\xbf\xff\xfa\xa7\x5f\xda\x77\xcd\xab\x5f\xff\xf1\x5d\x6a\x73\xb8\xfc\xd4\xde\x7d\x49\xfa\x4d\xf5\x56\x36\x0d\x13\xcd\x4b\x41\xd7\xdc\x6d\x2c\x21\xf3\xf6\x2a\x87\xb3\x1d\x08\xd0\xfa\x5a\xc9\xf5\xd9\xd2\x87\x56\x61\x43\x19\xef\x15\x7c\xdc\x2a\xd0\x5b\xc9\x03\x12\xf9\xc2\x8c\x3d\xbc\x48\xf9\x15\x70\xba\xbf\x81\x4a\x0a\xf7\xd6\xe4\x96\x09\xd6\xf6\xed\x8a\x7c\x9f\xcc\xa1\x03\xc5\x64\x1d\xa0\x1d\x46\xd7\x7d\x55\x81\xd6\x13\xa6\x68\x58\x0b\xb2\x37\x5f\x62\x76\xfe\x15\x1d\x0d\x25\x65\x2d\x07\x14\xc7\x47\x85\x20\x1b\x12\x28\x07\x82\xa6\x9c\xfe\xa1\x87\x09\xce\x84\xfb\x03\xde\xf1\x7b\x45\x9a\x10\xf3\x7c\x93\x69\xc1\x28\x56\x79\x3e\xc5\x38\xc6\x2b\xa0\x35\x2b\xbe\xf6\x94\x7c\xed\x78\x32\xd9\x6d\x03\x2e\x62\xea\x70\x78\x3b\x29\xe3\x71\xd6\x32\x93\xee\x9e\x83\x99\x83\x4e\x46\xf4\xbe\x32\xd0\x76\xdc\xf1\x97\x82\x90\xe8\xb4\x63\x37\xa0\x76\xcc\x7d\xe2\x36\x56\x2f\x9f\x9e\x6b\x77\x01\xa6\xde\xa6\x42\x48\x43\x9d\x55\x06\x6a\xd6\xa7\xc0\xa3\x7f\x84\x43\xff\x11\x29\xef\xac\x43\x0d\x1d\x97\xfb\x16\x44\xd6\x9f\x16\x8a\x3a\x1f\x41\x27\x9d\x81\x26\xa6\x07\xdf\x31\x7a\x2c\x3e\x41\x1c\xab\x4f\xa1\x45\xe6\xdb\x71\x77\x04\xe4\x9f\xd6\xd3\x36\x27\x60\x8f\xdf\xe7\x51\x27\xd9\xfb\xe6\x48\xce\xde\xae\x9c\xfd\x73\x24\x7d\x0f\x1d\xc9\xdf\x44\x96\xb7\x97\x6e\x12\xc3\xf4\x3d\x75\x24\x6f\x5f\x1d\x99\x22\x65\xce\xfe\x3a\x92\xb3\xc7\x2e\x8f\x55\xd2\x59\xcd\x23\x14\xfb\x9d\x83\x61\xb1\xdf\xc9\xac\x12\x99\x60\xb6\x29\x7e\x4e\x1a\xfb\xd9\x32\x41\x10\xec\x1c\xe7\xd9\xc6\x78\x84\x14\x0f\x4c\xba\x96\xe0\x08\x09\x76\x59\x52\xed\x08\x25\x54\x39\xe1\x69\x86\xaa\x92\x6a\x1f\xa0\xd8\x6f\x10\xf5\xab\xb4\xdf\x44\x26\x78\xf2\x48\xc2\xa8\x61\x91\xeb\x19\xee\x87\x3d\xa5\x3e\x37\xe5\xc4\x59\x1e\x0b\x92\x7e\x02\x2d\x9f\x11\x99\x94\xee\x49\xae\xdb\xe6\x86\x4d\x92\x17\x3a\xc9\xb4\x38\x91\x1f\x42\x27\x33\xce\x0b\xa5\x24\x3f\x9c\x92\xa9\x12\xe7\x86\x55\x92\x1b\x5a\xf3\x59\x26\x9f\x7c\x9b\x24\x67\x06\x52\xca\x89\xb8\x23\x24\xaf\x7b\xd6\x6a\xa7\x2b\x3c\xe9\xc4\x5c\xb6\x6c\xa5\x45\xfd\xbf\xa6\xc7\x8c\xbc\x55\xda\xd3\x11\x4a\x79\xef\x84\xa7\x59\xde\x67\xe6\x9e\x64\xd9\x12\x11\x52\xf3\x4d\xd2\x9a\x66\xc6\x72\xf4\x09\xcd\xd4\xfc\x92\x24\xcf\xec\xe1\x1c\xdd\x60\x45\xae\xeb\xb8\x1f\x5a\x9a\xac\xd2\x64\xcd\x21\xe8\x08\xa5\xc9\x42\x41\x69\xb2\xa2\x50\x9a\x2c\x52\x9a\xac\xd2\x64\x05\xa1\x34\x59\xa5\xc9\x7a\x04\xa5\xc9\x9a\x81\x55\x69\xb2\x90\x08\xdf\x6e\x93\x15\x1d\x62\x4f\x4e\x5d\xf7\x9c\x8f\xf7\x7e\x78\x57\x62\x96\x1b\xac\x66\x3a\x3d\x8a\x9e\xb7\x5f\x81\xdf\xe2\x86\x62\x7b\x3e\xb0\x57\xcc\xec\x2f\xa5\x30\x70\xe7\xad\x59\x30\x93\xdf\xe8\x57\xf6\xf7\xcb\xa2\x12\xc7\x8a\x1d\xd5\x8b\x17\xb3\xd2\x7a\x2f\xc5\x07\x29\x83\x05\xd9\x48\x2d\x76\x9e\xd2\x52\xfb\x49\x43\x30\x2b\xe2\x04\xd3\xf0\x96\x89\xfe\xce\x73\x66\xf0\x14\xb0\xd5\x02\x87\x1d\x44\x6f\x59\x40\x87\x27\x25\x79\x74\x67\x33\x9a\x98\xef\x9c\x54\x16\xb1\x3e\xa2\xff\x04\x62\x28\x47\xd4\x7d\xd7\x71\x68\x41\x18\xca\xad\x55\x06\xd7\x01\x91\xbc\xb0\x25\x3f\x26\xe4\xeb\xbd\xae\x4c\x38\x4c\xcc\xfa\xc3\x3e\xb3\x5f\x0f\x62\xcb\xbe\x19\x29\x26\x6d\xf7\x98\xf0\x33\x1e\x84\x18\x50\x2d\x13\x36\xda\xbf\x52\xb4\x82\xeb\xd8\xa9\x31\x12\x3b\xb7\x45\x50\xc6\x61\x24\x07\x15\x4e\x32\xb3\xa4\x66\xd8\x6c\xa0\x42\x5d\xba\x19\x5d\x96\x68\xe3\x82\xa4\x83\x6b\x4a\xb0\xce\x7f\xaf\xc7\xc8\x9a\x9d\x52\x8d\x7b\x2d\xc2\xa0\xff\x37\x25\x4d\xec\xb4\xd0\x15\xd3\xaa\xb7\xe9\xe7\x9f\x7d\xdd\xe4\x5d\xf0\xd6\xd2\xbb\x9f\x04\xdd\x51\xc6\xe9\xda\x9f\x2f\x66\x30\xfa\x6f\xb1\x3a\x0b\xbc\xf6\xbe\x72\xe4\x82\x90\x6a\x8c\xea\xb5\x81\xfa\xf2\xe1\x6e\x41\xe7\x9c\xa6\x5d\x3d\x14\xbf\x97\x11\xe5\x12\x98\xab\x2c\xa2\x64\x62\x37\x54\x84\x6f\x59\x8c\x5e\x0b\x88\x5c\xd3\xa4\x9b\x2c\x02\xf1\xde\xb3\x2e\xe1\x35\x09\xc5\xf5\x88\xfe\xbc\x71\x3c\x82\x17\x8e\xdb\x11\x64\x64\x9c\x8e\xc5\x90\x40\x5c\x0e\x0a\x10\xf5\xc2\xf3\xc5\xdc\x1d\x7e\x07\xdb\x39\xfc\x8c\x8d\xcb\x24\x97\x67\xb7\x24\x2e\xbc\x12\x1d\xb9\x91\xe3\x0f\x6c\xdf\x3f\xb2\x9a\x5a\x1e\x7e\x81\xfa\xe1\xed\xe0\x4a\x6a\x07\xf5\x6a\x70\xff\xd1\x8a\xb5\x91\x8a\x36\x70\xff\xe4\x01\x89\xf2\x6e\x1b\xc5\xda\x50\xae\x61\xf1\xdf\x00\x00\x00\xff\xff\x99\x86\x30\xdc\x02\x7c\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x1d\xcb\x92\xdc\xb6\xf1\xbe\x5f\xd1\x37\x1f\x52\xdc\x58\x49\xa5\x2a\x99\x4b\x4a\x5e\x39\x2a\x45\x0f\x6f\x79\x6d\x97\xaa\x5c\x3e\x60\xc8\x1e\x0e\xbc\x20\xc0\x00\xe0\x68\x26\x5f\x9f\x22\x38\x9c\x9d\x07\xf1\x1c\x6e\x12\x49\xe8\x93\x8d\x47\x77\x03\xe8\xe7\xa8\x7b\x49\x5a\xfa\x0b\x4a\x45\x05\x5f\x00\x69\x29\x6e\x35\xf2\xfe\xff\xd4\xed\xe3\x5f\xd5\x2d\x15\x7f\xdc\xbc\x58\xa2\x26\x2f\x6e\x1e\x29\xaf\x16\x70\xd7\x29\x2d\x9a\x1f\x51\x89\x4e\x96\xf8\x0a\x57\x94\x53\x4d\x05\xbf\x69\x50\x93\x8a\x68\xb2\xb8\x01\x60\x64\x89\x4c\xf5\xff\x05\x40\xda\x76\x01\x4a\x4b\xda\xfc\x9b\xde\x00\x70\xd2\xe0\x02\x1e\xc9\xea\x91\x34\x54\x4a\x21\x1b\xf2\x88\x52\xdd\x9a\x91\xdb\xfd\xba\x5b\x2a\x6e\x54\x8b\x65\x8f\x81\x54\x95\x21\x40\xd8\xbd\xa4\x5c\xa3\xbc\x13\xac\x6b\xb8\xc1\x5e\xc0\x3f\x1f\x7e\xf8\x70\x4f\xf4\x7a\x01\xb7\xfd\x86\x5b\x89\x2d\xa3\x25\x51\x86\x74\x85\xaa\x94\xb4\xd5\xe6\x6c\x3f\xad\xb1\x1f\xa0\x12\x2b\xe0\x5d\xb3\x44\x09\x62\x05\x6f\x7b\xb2\xf0\xde\x70\x02\xef\x7b\x56\xe0\x04\xc5\xc0\xee\xab\xfd\xbe\x93\x29\xbd\x6b\x71\x01\x3d\x4b\x35\xca\x49\x66\x4a\xc1\x55\xd7\xa0\xbc\x5d\x0a\xa1\x95\x96\xa4\x7d\x40\xb9\x41\x69\xe1\x6e\x29\x84\x59\x04\x6a\x58\x05\x2b\x21\x41\xaf\x11\x46\x3c\x47\x1c\xdd\xed\x87\xe0\xbb\x11\x35\x1c\xe3\x6e\x25\x15\x92\xea\xdd\x02\x5e\x1c\xf1\xda\xdf\x2e\xaf\x27\x59\x6d\xa5\xa8\xba\xf2\x7a\x56\x47\x3c\x47\xac\xde\xef\x87\xd2\x58\xad\xa5\xe8\xda\xbd\xc0\x1c\x8b\xc7\x80\x7d\x2f\x63\x83\x68\x9a\xb7\x1c\x9e\xd2\xbc\xa4\x99\x62\x54\xe9\xb7\x93\xd3\xef\xa8\xd2\x03\x07\xac\x93\x84\x4d\x08\xa5\x99\x55\x6b\x21\xf5\x87\x27\x5a\x05\x3c\x36\xcd\x30\x43\x79\xdd\x31\x22\x2f\x77\xde\x00\xa8\x52\xf4\xe7\x30\x1b\x5b\x52\x62\x75\x03\xb0\x21\x8c\x56\xc4\xdc\xa2\x41\x20\x5a\xe4\x2f\xef\xdf\xfc\xf2\xe7\x87\x72\x8d\x0d\x19\x06\xfb\x1b\x11\x2d\x4a\x4d\x47\x8a\x86\xd6\x5e\x1b\x46\x98\x5a\x63\xb4\x6d\x65\x14\x72\x77\x3a\x6a\x5f\x6f\x9e\x49\x54\xf8\xd2\xb2\xcf\xb7\x77\x98\xc7\x15\x4a\x89\xd5\xab\xae\x7f\xb4\xfe\x30\x55\xc7\x28\xaf\xdf\xd4\x5c\x1c\x86\xbf\xdf\x62\xd9\x3d\x9d\xfd\x12\xa8\xc6\xc6\x42\x21\x84\x8b\x63\x5e\x90\x97\xe8\x5a\x15\x8a\xad\x87\x86\xe8\x72\xfd\xfd\xb6\x95\xa8\x8c\x59\xf4\xad\xf7\x1e\x24\x85\x89\x01\x1e\x71\xf2\x7d\xa6\xe0\x4c\x8b\xfc\xd0\x73\x42\xb4\x90\xcf\x46\x60\x43\x58\x17\x7a\xd0\x88\x3b\x4c\xe4\x66\xdc\x42\xa4\x24\xbb\x80\x1d\xc3\x6a\xb1\xfc\x1d\x4b\xed\x5d\x1e\x8e\xda\x08\xd7\x3f\x28\xb2\x2a\xcb\x55\x22\x81\x2c\x57\xa9\x48\x3f\x21\xad\xd7\xda\x7d\x19\xe7\x41\x4e\x32\x41\x1f\xef\x12\xff\xd5\xd1\xab\x7d\x48\x88\xe4\xf7\xee\xee\x01\x19\x96\x5a\xc8\x9f\x50\xba\xc5\x21\x40\x5e\xb2\x2b\x39\x83\xac\xf2\x01\xab\xb3\x2b\xc9\x72\x15\xb6\xe5\x73\x70\x25\x7e\x74\x1e\x44\xce\xe9\x56\x54\x5f\x4c\x7e\xf2\x74\x94\xde\xf7\xcc\xe5\x59\xcc\x0f\x2e\xa3\x53\xf3\xcb\x64\x9c\x56\xc7\xbb\x2d\x88\x55\x8f\x58\x33\x03\x71\xa6\x06\xd2\xf4\x2f\xde\xe4\x24\x13\x8a\x33\x3d\x10\x6f\x7e\x92\x39\x8b\x35\x43\x10\x6b\x8a\xe2\x49\x18\x81\x7c\x77\xf4\x1b\xe3\xac\xfc\x44\x2c\xe6\xe3\xaf\x3b\x73\xba\xdc\xa8\x57\x0a\xbf\x38\x2d\x5a\xc1\x44\xbd\x7b\x1b\xa2\x36\xc1\x3c\x7c\xbd\xa9\xc6\x2c\xee\x20\xc2\x6e\xe7\x34\xe3\x0c\x72\x38\x18\xb0\xfa\x79\xd2\x8c\x50\xdb\x1b\xcc\x43\xe0\xc2\x50\x7b\x1b\xf4\x16\x91\x36\xce\x77\x39\xc1\xf6\x35\x88\xee\xd5\x66\xce\x1b\x50\x73\x4d\x73\x50\xed\x84\x1c\x54\x7b\x21\x07\xd5\x39\xa8\xce\x41\x75\x0e\xaa\x73\x50\x1d\x7d\x96\x14\x26\x06\xc8\x41\xf5\x6c\xdc\xe4\xa0\x3a\x07\xd5\x11\x6c\x39\x10\x58\xa7\xc6\xe2\xad\x98\x8a\x1c\xd2\xe9\x35\x72\x4d\x4b\x62\x33\x96\x3e\x9b\x51\xf6\x93\xab\x1e\x01\xbe\xe4\x95\xe3\xfa\x42\x8c\xcf\x11\x32\xd7\x2b\x04\xbd\x81\xc7\x78\x05\xe1\x50\x58\x4a\x34\x35\x59\x57\xa2\x1a\x9d\x96\x0d\x4d\x71\x7c\x74\xeb\x9a\x47\xb4\x89\x70\x71\xc4\xaa\x53\xe0\x1c\x32\xd9\x12\xa5\x3e\x09\x59\x3d\x18\x4c\xd7\x3c\xe3\x88\xe9\x73\xba\xff\x91\xe7\x67\xbc\x60\xb3\xc0\xb2\x19\x79\x67\x4d\x27\x0b\xd0\x4c\xd9\xf9\x2a\x25\x69\x0a\xb5\x26\xc5\x5f\x5e\xfc\xc9\x7e\x3c\x46\x28\x77\x32\xee\xb8\xbf\x4e\xa1\xe4\x8e\x47\xf0\x20\x70\x5d\x7e\x61\x36\xc7\xfe\xac\x70\x5e\x3b\x3a\x85\xd9\xc9\x54\x29\xf8\x8a\xd6\xf6\x6d\x16\xba\xa6\x46\xf4\xcd\xe4\x41\x9c\xe4\x78\xd7\x3c\x68\x89\x64\xda\xad\x35\x94\xd3\xa6\x6b\xc6\xba\xd4\x29\xbc\xb6\xb8\x5a\x4f\xfb\x71\x9f\x92\x6a\xd9\x29\x8d\xd5\xdd\x93\xcd\xb1\x6a\xf3\x2c\x81\x72\xa0\x5d\x0f\xf6\xea\x61\x76\x21\x10\x9d\xcf\x36\x84\x59\xe7\x20\x13\xf1\xbc\x91\x81\xed\x20\xc5\x28\xb7\x17\xe3\x93\x35\xd8\x01\xb4\x68\x43\xea\x8b\xab\xb7\x5e\xf6\xef\x9b\xe6\x07\x53\xd2\x7d\x21\x23\x2e\xe9\x29\x3e\x7e\x8c\xd6\xcf\xe2\xe3\xb4\xac\xb6\x44\x6b\x94\x7c\x01\xdf\xfc\xfa\x6d\xf1\xb7\xdf\xfe\xf0\x6b\xf3\xbe\x7e\xfd\xdb\xdf\xbf\x89\xd5\xe3\xe2\x63\xb3\x7d\x4e\xfc\x75\xf9\x4e\xd4\x75\x9f\xbf\x72\xb2\x64\xd3\x22\x39\x20\x58\x0a\xc1\x90\x9c\x5b\x74\xeb\xe5\xb0\x01\x6d\xcc\xfd\xf7\x5b\x9c\xa6\xd5\xf2\x06\x36\x47\xe1\x3c\xb8\xcd\x35\xda\xdc\x62\x01\x94\x33\xca\xa7\xf4\xac\x00\xdc\xf6\x8f\x41\x58\x1c\x13\x76\xed\x99\xf0\x50\xd6\x1b\x68\x50\x4b\x5a\x5e\xdc\x9a\x75\xfd\xd8\xc6\x90\x83\x76\x03\x39\x68\x9f\xe2\x32\x07\xed\x93\x90\x83\xf6\x1c\xb4\x07\xd0\xcd\x31\x72\x8e\x91\xbd\x07\x49\x8f\x85\xc7\x56\xcd\x73\x8c\xd6\xac\xce\x9e\xd1\xc9\x7d\xb3\x6b\x54\x9c\xcc\x68\x43\x75\x7c\x98\xd6\x5f\x04\xaa\xe8\x8d\xd6\x29\x8d\x4d\xcb\x26\x64\xd7\xc5\x7a\x85\x2d\x13\xbb\x06\xf9\xa4\xe3\xf2\xa9\xcd\x71\x1f\xf0\x14\x84\xa8\x1d\xe1\x5c\x68\x32\x99\x9b\x04\x9d\xfa\x18\x98\xf7\x67\xf5\x60\xc1\x4e\xae\x5e\x4e\xb9\x47\x5b\x27\x67\xe8\x7e\x08\xe8\xec\x8c\xc1\x05\xf3\x15\x7d\x8c\x10\xf8\xaf\x3b\x71\xff\x3e\x16\xda\x01\x9a\x86\x1d\x92\x4b\x37\x20\xa5\xbc\x20\xa5\x84\x03\xe2\xcb\x38\x20\xbd\x8e\x21\xad\x9c\xe3\x2a\x82\xf1\x65\x1d\x90\x56\xda\x01\xd7\x70\x99\x52\xe2\x01\x29\x65\x1e\x69\xa4\xa2\xda\x85\x46\xc8\xf2\x3b\x07\xc1\x2c\xbf\x57\x93\x8a\x24\x12\x52\x29\x73\x8a\xda\x57\x31\x93\xc0\x48\xe8\x19\xe7\xa9\xa4\x19\x21\x46\x03\xa3\x3a\x63\x47\x88\x90\xcb\xec\x6a\x07\xc8\xa6\x6a\x12\xbe\x4c\x53\x95\x5d\xed\x13\x64\xf9\x75\x6e\xfd\xbf\x94\xdf\x48\x22\x11\xb5\xb3\x61\x88\x83\x96\x79\x3a\x84\x0f\xcb\xbe\xa4\x3c\x37\xa6\xe9\x21\x8d\x04\xc4\x37\x41\xa4\x13\x82\xab\xdc\x3d\xa4\xaa\x6d\xaa\xd9\x84\x34\xd3\x09\xd7\xd9\x89\x74\x13\x7a\x35\xe1\x34\x53\x0a\xe9\xe6\x14\xae\xe5\x38\xd5\xac\x42\xaa\x69\x4d\x27\x19\xdd\x7c\x71\x15\x9f\x09\x9b\x62\x9a\x32\x46\x88\x7e\xf7\xa4\xd7\x8e\xbf\xf0\xa8\xa6\x8d\x64\xde\x72\x8a\xfa\x3f\x75\x8f\x09\x7e\x2b\xa7\xa7\x03\xe4\xf0\x7e\x12\xbe\xcc\xf0\x3e\xd1\xf7\x44\xf3\x16\xb9\x21\xd6\xdf\x44\xbd\x69\xa2\x2d\x0f\x6e\x12\x8a\xf5\x2f\x51\xfc\xcc\x6e\xce\x83\x13\x2c\x4f\xc7\xf8\x61\x69\x4e\xb2\x72\x92\x35\x07\xa3\x03\xe4\x24\x2b\x08\x72\x92\xe5\x85\x9c\x64\x41\x4e\xb2\x72\x92\xe5\x84\x9c\x64\xe5\x24\xeb\x0c\x72\x92\x35\x03\xa9\x9c\x64\x05\x6e\xf8\x7a\x93\x2c\xef\x12\xd3\xde\x77\xdf\x31\x36\x74\x95\x3c\x6f\xdd\xbb\xab\x47\xe1\x98\xdf\xe7\xfe\x93\x0b\x5f\x67\x41\xb1\xe9\x13\xe8\x24\xd5\xbb\x3b\xc1\x35\x6e\xaf\x6a\x21\x5a\xa9\xd7\xe6\x23\x3a\x5e\x8e\x7d\xc1\x8e\xec\xf8\xcb\x59\x71\x7d\x10\xfc\x47\x21\x9c\x01\xd9\x80\x6d\xba\xaf\xf2\x0c\xdb\xcf\xea\xb2\x61\x2f\x9e\x31\x85\xef\x28\xef\xb6\x96\xd6\xd8\x63\x08\x8d\x16\x18\x6e\x90\xf9\x8c\x54\xb0\x79\x92\x82\x79\x2b\x9b\x83\x91\xb9\xda\xa8\xa2\x91\x75\x9e\xfb\x8f\x40\x16\xa4\x88\xaa\x6b\x5b\x86\x0d\x72\x4d\x98\x91\x4a\xe7\x3b\x04\x38\xaf\xd0\x90\x3f\xc4\xe4\xab\x9d\x2a\x2d\x2d\x4e\x11\x1c\x85\x07\xa4\x7e\x7b\x0d\x71\x4e\xd0\x84\x7d\x33\x62\x8c\x2a\xf7\xb8\xe2\x2f\xc9\x03\x68\x94\x0d\xe5\xc6\xda\xbf\x96\xa4\xc4\x7b\x94\x54\x54\x0f\x58\x0a\x6e\xaf\xc0\x3a\xf4\x05\x7d\xeb\x24\xeb\x12\x0e\x2d\x58\x1f\x9a\xbb\xcc\xc6\x2c\xae\x19\x57\x2b\x2c\x83\xfe\xee\x9b\xf7\x59\xbc\x89\x4b\x20\x9e\xb0\xa4\x24\x54\xf9\x0f\xf7\xe8\x79\xb3\x63\xac\x7e\xad\x0d\x10\xe8\xff\x4e\x48\xe3\xeb\x16\x7a\x45\x95\xec\x8c\xfb\xf9\xae\xab\xea\xe9\xf6\x61\x6f\x17\x16\xd9\xfe\xcc\xc9\x86\x50\x46\x96\x76\x7f\x31\x83\xd0\x7f\x8d\xd1\x99\x63\xda\x3a\xe5\x30\x0e\x16\xa3\xe0\xbe\x39\x97\x11\xf0\x88\xb1\x55\xe9\x3d\xfb\xdc\x4a\xee\xd9\x1c\xa8\xd4\x3e\x81\x73\x28\xb1\x93\x01\xef\x93\x5d\x2a\xeb\x66\xff\x55\xd4\xc9\xe5\x13\x64\x3e\xad\xa9\x46\x46\xd5\xc5\xa3\x58\x76\x4c\xf5\xbc\x16\xa7\x9f\x18\x1d\x07\x0f\xa8\x4f\x46\x4f\x3e\x0b\x3a\x0e\x9e\x7c\x80\x73\xf2\xec\xe3\xb9\x60\xfc\xb0\xeb\x61\xc8\xbc\x49\xb1\xff\x6c\xe7\xd3\x2c\x0c\x5f\xf9\xac\x16\xa0\x65\x37\xf4\x07\x2b\x2d\x24\xa9\xf1\x30\xf2\xb4\x89\xb0\x76\xed\xdd\xb5\x22\x4c\xe1\xcd\x7f\x02\x00\x00\xff\xff\x84\xd1\xc7\x56\x7a\x76\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5d\x51\x73\x1b\x39\x8e\x7e\xcf\xaf\xe0\xdb\x3c\x6c\x29\x3b\xb9\xab\xab\xba\xf5\xcb\x56\x26\x99\xcb\xe5\x26\xc9\xb8\xe2\x64\x2f\xb5\x53\xf3\x40\x77\x43\x32\xc7\x6c\xb2\x97\x64\x3b\x76\xae\xee\xbf\x6f\xa9\x65\x29\x56\x24\x92\x00\xd9\x72\xb4\x36\xf0\x92\x58\x4d\x82\x68\x12\x04\xf0\xb1\x41\x52\xf6\xea\x6f\xe0\xbc\xb2\xe6\x44\xc8\x5e\xc1\x75\x00\xb3\xfc\xcb\x3f\xbd\xfc\x4f\xff\x54\xd9\x3f\x5f\x3d\x3b\x87\x20\x9f\x3d\xb9\x54\xa6\x3d\x11\x2f\x06\x1f\x6c\xf7\x1e\xbc\x1d\x5c\x03\x2f\x61\xae\x8c\x0a\xca\x9a\x27\x1d\x04\xd9\xca\x20\x4f\x9e\x08\xa1\xe5\x39\x68\xbf\xfc\x9f\x10\xb2\xef\x4f\x84\x0f\x4e\x75\x5f\xd4\x13\x21\x8c\xec\xe0\x44\x5c\xca\xf9\xa5\xf4\x4f\xc7\x7f\x9e\xde\x3e\x7c\xaa\xec\x13\xdf\x43\xb3\xac\x26\xdb\x76\xe4\x2a\xf5\xa9\x53\x26\x80\x7b\x61\xf5\xd0\x99\x91\xe5\x4c\xfc\xcf\xd9\xaf\xef\x4e\x65\xb8\x38\x11\x4f\x97\x15\x6e\xd9\x38\xe8\xb5\x6a\xa4\x1f\x5b\x6d\xc1\x37\x4e\xf5\x61\x7c\xad\x0f\x17\xb0\xfc\x41\x39\x68\x85\x19\xba\x73\x70\xc2\xce\xc5\x2f\xcb\x5a\x62\x5d\x4b\x28\x23\xc2\x05\x88\x46\x0f\x3e\x80\x1b\x99\xac\x64\x7d\x79\x5b\x73\xbb\xfc\x58\x20\xdc\xf4\x70\x22\x96\x02\x2e\xc6\x2a\xbb\xa2\x7d\xb1\xf6\x12\xa0\x07\x47\x16\xef\xef\xeb\x9a\x04\x11\xff\xfe\x4b\x5a\xbe\x85\xb3\x43\x7f\xdb\xfb\x77\xbb\x7d\xc5\xe7\x76\xc0\x56\xe3\x3c\xbe\xed\xf8\xb7\x56\x3e\xfc\xf2\xf5\xb7\x37\xca\x87\xf1\xf7\x5e\x0f\x4e\xea\xf5\x58\x8e\x3f\xf9\x0b\xeb\xc2\xbb\xaf\xac\x66\xe2\x72\xf5\xbb\x32\x8b\x41\x4b\x77\x5b\xf8\x89\x10\xbe\xb1\x4b\xd1\xc6\xb2\xbd\x6c\xa0\x5d\xfe\x36\x9c\xbb\x5b\xbd\xba\xad\xef\x83\x0c\x83\x3f\x11\xff\xf7\xff\x4f\x84\xb8\x92\x5a\xb5\x72\xec\xb2\xf1\xa1\xed\xc1\x3c\x3f\x7d\xfd\xb7\x7f\x3f\x6b\x2e\xa0\x93\xab\x1f\x85\xe8\x9d\xed\xc1\x05\xb5\xe6\x31\xf2\xb9\x55\xab\x35\xed\x2b\xb3\xa4\x46\x2b\x30\xc1\xbf\x90\xdb\x3f\xc7\x2b\x8c\x95\x96\x0f\xe6\xaa\x91\x01\x7e\xbe\xee\x95\x1b\x45\x3c\xb5\x5a\x35\x37\xbb\x85\x85\x00\x33\x74\xfb\x7e\x9f\x09\x07\x06\x3e\xcf\xee\xb0\x8b\x94\xea\xb5\x6c\x60\x76\x09\x37\x7b\x9e\xaf\x46\x7c\x39\xb4\x66\xb1\xf3\x78\x01\x06\x9c\x0c\xf0\xe2\x6b\x13\xcf\x87\x70\x61\x9d\x0a\x7b\x45\x5d\x31\x3b\xb7\x56\x83\x34\x3b\xcf\x47\x71\xa5\x7e\x29\x6f\xf6\x74\x8a\x10\x9d\x32\xaa\x1b\xba\x13\xf1\x2c\xca\xf9\xab\x62\x6e\xd3\x38\xd2\x2a\xdc\x4c\xce\x7a\xf5\xcc\x9e\xff\x01\x4d\xf8\x66\xe0\xc7\x29\xc5\x03\x7f\x97\xd9\x63\x18\x78\x30\x41\x85\x9b\x5f\xfb\x65\xf7\x58\x47\x19\x7d\x39\x1f\x5d\xdf\xde\xfe\x4b\xd5\x5b\x92\xb1\x2d\x3c\x4f\xd4\xc7\xf0\x58\x95\x81\x39\x38\x07\xed\xcb\x61\x39\xee\x4b\x43\xd8\x0e\x5a\x99\xc5\xeb\x85\xb1\x9b\x9f\x7f\xbe\x86\x66\xf8\x6a\x37\xf7\x93\x0a\xd0\x25\x5a\xc2\x4a\x74\x57\x2e\x30\x0d\xe4\x4a\x52\xb8\x2e\xa9\x93\xa1\xb9\xf8\xf9\xba\x77\xe0\xc7\x20\x05\x53\x07\xf5\x72\xa5\x02\xad\xe8\x12\xa2\xe3\xb8\x8f\x92\x93\x35\x46\x36\xa2\xa4\x93\x37\x74\x25\xf5\x40\x79\x79\x62\xff\x56\x48\xb6\xae\x26\x9d\x93\xfb\x8c\x60\xbc\xc6\x9e\xa9\x3f\x4d\x13\xa3\x42\xfe\x97\x02\xdd\xb2\x2e\x1e\xa0\x21\xd6\x45\x74\x13\x04\xe6\x9f\x41\x2d\x2e\x42\xbe\x93\xd2\xde\xba\xa0\x71\xcc\xfb\x38\xf8\xc7\xa0\x26\xf1\x69\xd8\xd9\xb3\x74\xc7\x67\xa0\xa1\x09\xd6\x7d\x00\x97\x57\x1f\xa4\x8e\xb1\x6b\x43\x12\x9b\x93\xe3\x33\x27\xec\xda\x0e\xdc\x10\xeb\xe2\x21\x5c\x1b\x8e\x2d\x82\x61\xb6\x48\x6f\xdb\x07\x8d\xe1\xbe\xbe\xde\xd2\x27\x4e\xed\xed\xc6\x25\xe2\xb5\xd3\xc5\xe9\x34\xdd\x62\x94\xb9\x54\x51\x32\xd5\x4a\xcc\x99\xa0\x9b\x34\x51\x3e\xa7\xcb\x4c\x5b\x55\x83\x74\x13\x27\xca\xcc\x9c\xa8\x91\xb2\xc4\xdc\x89\x12\x93\x57\xd6\xd4\xa8\xc4\x6f\xee\x7c\x51\x39\x88\x6c\xc4\x0a\x66\xbd\x70\x7f\x88\xd0\x80\x3c\x92\xb4\x4e\x0d\xb6\xb7\xda\x2e\x6e\x7e\xc1\x4e\x3d\x92\x3c\x0c\xc3\xbe\xa5\x49\xdd\x12\xd1\x6f\x30\x04\x43\x12\x87\xbd\xc7\x17\xf6\x16\xd8\x7e\x92\x3c\x84\xc2\x14\x7b\x8f\x1e\xaf\x02\xbb\x8a\xe9\x38\x92\x7d\x47\xcb\x30\x99\x69\x45\x01\x0b\x13\x14\x83\x8b\x22\xd6\x82\xc1\xc5\x86\x18\x5c\xec\x10\x83\x8b\x2d\x62\x70\x81\xac\xc0\xe0\x82\xc1\x45\x39\x63\xc1\xe0\x82\xc1\x05\x83\x8b\x08\x31\xb8\xb8\x2f\x70\x91\x7c\x1c\xa0\xeb\xb5\x0c\x7b\x73\xb6\x72\x96\xa5\x85\x5e\xdb\x9b\x0e\x4c\xd4\xe3\x60\x6c\xd3\xdd\x1c\xf2\x18\x61\x6d\x9c\x34\xc6\x86\x31\x25\x33\xab\x2e\x68\x55\xd5\xa8\xc9\x42\x1a\xcc\xea\x6f\x50\x35\xfd\x9d\xca\x61\xa4\xf0\x11\xc8\x9c\x46\x2a\x4f\x31\x2d\x84\x5d\x13\xc1\xe6\xd3\x3d\x2a\x25\xf7\xb1\xbc\x15\x51\x05\x40\x45\x29\x10\x2a\x05\xa2\xa2\x0c\x8c\x8a\x3a\xe4\x55\x0e\x4a\xab\x1b\x2e\x03\xa7\xa2\x1c\xa0\x8a\x5a\x89\x4b\x81\xaa\x28\x05\xab\xe5\x4d\x92\x13\x53\xd6\xc4\x3a\x7f\xc8\x86\x59\xe7\x0f\xd6\x64\x41\x63\x58\xfc\xbf\xdd\x04\x66\x1d\xa0\x50\x28\xca\x7b\x4f\xb7\x3e\xb0\x26\xea\x2c\x26\xe7\x84\xae\x89\xa8\xcb\xec\xfa\xe3\xc4\x66\x10\x4d\x8f\xc3\x0c\xb2\xeb\x4f\x13\xeb\x3c\xb9\xfa\xd1\xeb\x7c\x41\x63\xc4\x2f\x16\xd4\xe4\x5a\x44\x51\x44\x6e\xec\xa6\xe8\x43\x5e\x0b\xa0\x7e\xe6\x2e\x6f\x4a\x94\x7d\xf6\xae\x6b\x50\x54\x87\x22\xa2\xc6\x04\xd4\x98\x67\x51\x6e\xa2\x45\xbd\xed\xa9\x33\xd5\x93\x08\x50\x6e\xb2\x45\x9d\xd9\x16\x53\x48\x5f\x63\xbe\x45\x8d\x09\xaf\x6b\xba\xe8\x73\xfb\x76\xb3\xc5\x6e\x87\x5c\x91\xfa\x19\x7e\x4d\x45\xba\x51\xac\x11\x85\xe9\x15\xd4\xcf\xf4\x55\x72\x32\x7c\x3f\x6a\x37\x5d\xe8\x37\x19\xba\xc7\x89\x61\x0c\x9a\x1e\x07\x8c\xa9\xf0\x7d\x15\xa9\x70\xa4\x4a\x25\xfe\x8e\x3c\xee\x15\xfe\x83\x94\x3a\x52\xe2\xdf\x0a\x53\xe3\x0e\xe0\x42\x48\x40\x13\x91\x2b\xbd\x29\xce\x60\x73\x8a\xa6\x04\x83\x4d\x32\x31\xd8\x64\xb0\xc9\x60\x33\x4a\x0c\x36\xa7\x92\x93\xc1\xe6\x51\xbb\x69\x06\x9b\x71\x62\xb0\x89\x22\x06\x9b\x59\x62\xb0\x29\x18\x6c\x4e\x0b\x36\x51\xc5\x54\x27\x17\x70\x3a\x68\x7d\x06\x8d\x83\x90\x1c\xad\x49\xb7\x2e\x8d\x07\x81\x67\xbb\xe5\xfe\x37\x24\x70\x52\xff\x2e\x79\x68\x06\xa7\xc2\xcd\x0b\x6b\x02\x5c\x27\xe3\x2e\x6c\xc7\xcc\xfd\xab\xf1\x6c\x77\xd4\x5b\x60\x02\x37\x37\x98\xe7\x07\xe1\xf9\xce\x9a\xf7\xd6\x66\x83\xcd\x15\xd7\xd8\x11\xd4\x3b\x5c\x3f\x7a\xc8\x7a\x70\xbc\xa0\x1e\xde\x28\x33\x5c\xff\xda\xa3\x34\x8d\x12\xf1\x68\xb8\x02\x8d\x31\x92\x24\xf3\xe8\xac\x46\xed\x36\xa0\xef\x89\x9a\x9a\xe9\x80\x18\x27\x22\x53\xf4\x44\xf7\x43\xdf\x6b\xe8\xc0\x04\xa9\x47\xcd\xce\x8e\x17\xd2\xe1\x52\xe0\x10\xd6\x2d\xf9\x1b\xdf\x84\xbc\x59\x3a\xc8\x49\xa4\x38\x5f\x22\xe8\x4e\x7c\x0c\x79\x0f\xc0\x99\x9c\xc2\x34\xc1\xf9\x80\x42\x04\x70\x9d\x32\xa3\x37\x7a\xe5\x64\x03\xa7\xe0\x94\x6d\xcf\xa0\xb1\x26\x9d\x9d\xb8\x39\xc6\xfe\xc7\xac\x08\x39\xa5\x0a\x56\x83\xcb\x3b\xc4\x49\x43\x0d\x98\xcf\xa1\x41\xef\x2c\x47\x0d\x21\x0a\xf8\x11\xf8\xe1\x41\x1d\xc5\xd0\x6c\xfa\x1a\x31\xc6\x77\xb9\xe3\x2c\x03\x72\x72\xfc\x8b\xed\x29\xd5\xfe\x4c\xb5\xd0\xc8\xbd\x43\x91\xd3\xb9\x31\x9a\x8e\x75\x49\xb6\x23\xb4\xba\x02\x03\xde\x9f\x3a\x7b\x1e\xe5\x82\x51\xfb\xb9\x54\x7a\x70\xf0\xe1\xc2\x81\xbf\xb0\x3a\xba\xe5\x52\xa0\x47\x7c\xbc\x34\x49\xea\x97\xa0\xe5\xcd\xfd\x1a\x8c\x1e\x6b\xa4\x70\xec\xfc\xd0\x34\xe0\xfd\x84\x5d\x13\x54\x07\x76\x08\xf7\xd9\x2b\xd9\x99\xa2\xed\xe2\x4d\x2a\x70\x8b\x5d\xed\x22\xc6\x8b\x5b\xa0\x03\x17\x9b\xaa\x33\x21\x35\xb8\xd8\xfc\x9c\x89\xc6\xa9\xf8\x43\x70\xb1\x37\x9a\x89\xcf\xd2\x99\xb8\x85\x98\x09\x63\x83\x6a\xf6\x5d\x34\xb3\x7a\xac\xcc\xdc\x46\x1f\xb6\x70\x3e\xc4\x38\x67\x67\xa5\x03\xd9\x2a\x9e\x96\xdf\x10\x4f\xcb\x58\x99\xc4\xb4\xfc\xe6\xb6\xb0\x5d\xc2\x68\x91\x56\x9d\x4a\xaf\xd3\xa0\x1c\xa9\x83\x7f\x0c\xe0\xab\x19\x55\xf9\xda\x74\x2c\x98\x88\x01\xf3\xfd\x94\x8b\xf9\x10\x51\x49\x32\xc6\x43\xd4\xcf\xc7\x74\x08\x26\x84\x18\x0e\xa3\xa2\x99\x98\x2d\x2b\x10\x6a\xb8\xf7\xc7\x66\xc1\xf6\xaa\x89\x5d\x5c\x25\x0e\x1e\x5c\xfd\x71\xd5\x65\x96\x47\x30\x93\x6f\xd1\xbc\xb1\x8b\x85\x32\x8b\x9f\x8d\x3c\xd7\x80\xb0\x53\xe9\x15\xa1\xbc\x27\xe7\x98\x70\x97\xd8\xf9\xc4\xca\xa4\x63\xc2\xa5\xe2\x56\xb9\x1e\xbb\x58\x80\xab\xf7\x3d\xb9\xf5\x1a\x14\x64\xcc\x2d\xf7\xa5\x62\x5c\x71\x1b\x33\x6a\x65\x62\x21\xe5\xaa\x08\x5c\x07\x70\x46\xea\x3a\x61\xd7\x5f\xfc\xe3\x21\xf7\x92\x49\x79\x54\xc1\x01\xea\x2e\xb1\x8d\x88\x95\x49\xaa\x52\x63\x4d\xa3\xb4\x1a\x23\x8e\xd7\x26\x80\xbb\x92\x3a\x23\x62\x56\xbc\xbc\x68\x8f\x2f\x30\xbe\x8d\x87\xde\xde\x7e\x6b\x7c\x2b\xaf\x9f\x87\x00\x5d\x1f\x6f\x77\x82\x6e\xfe\x2c\x43\x73\x01\xed\xe6\x12\xe3\xe2\x60\x6a\x73\x4b\xf4\xd9\x2a\x4f\xe7\x03\x4a\x97\xab\xdf\x20\xd9\xa7\x83\x07\xc7\xe1\xe5\xbe\x32\x1c\x5e\xd2\x5a\x66\xd7\x11\x2b\xc3\xe1\xe5\x86\x38\xbc\xdc\x22\xb6\x11\x55\xec\x1e\x87\x8d\xe0\xf0\xf2\xfe\xc2\xcb\x07\x1c\xeb\x45\x1f\x5d\xca\xf9\xe5\x4e\xda\x1e\xdf\x89\x4f\x95\xe8\xae\x5c\x7c\x27\x7e\x8c\x8a\x72\x95\xf9\x60\x79\x42\x4a\xd9\xb7\x35\xf8\xe2\xe0\x18\xb1\x2e\x3e\x10\x5d\x24\x30\x7f\x24\xf7\xa5\xf0\x9d\xf8\x55\x02\xad\x88\xcd\xc9\xe3\x34\x27\xec\xda\x0e\xdc\x10\xeb\x22\xdf\x89\x7f\xcc\x18\x8e\xaf\xad\xa4\x4c\x35\xbe\xb6\x72\x0f\xf1\xb5\x95\x13\x34\xc5\xd7\x56\x22\x2b\xf0\xb5\x95\xc7\x09\xc3\xf8\xda\xca\x62\x81\x56\xc4\x61\xef\xe3\x0c\x7b\xf9\xda\xca\x9d\xc2\x0f\xff\xda\x4a\xbe\x13\xbf\x8e\xb5\x60\x70\xb1\x21\x06\x17\x3b\xc4\xe0\x62\x8b\x18\x5c\x20\x2b\x30\xb8\x60\x70\x51\xce\x58\x30\xb8\x60\x70\xc1\xe0\x22\x42\x0c\x2e\xee\x0b\x5c\x24\x1f\xcb\x21\x5c\x58\xa7\xbe\xc8\x98\xcd\xcd\x99\x17\x3f\xf4\xe0\x3e\xfa\x44\x1e\x76\x66\xf4\x10\xfd\x95\xeb\x82\x54\xee\x75\xfa\xe8\x0a\xaf\xba\x5e\xa7\x53\x9d\xa3\x92\xa5\xd2\xa8\xa3\x29\xd4\xc9\xc1\x38\x77\xf6\x12\xdc\x7b\xd9\x5c\xbe\x36\x2a\xbc\x8e\x6d\x30\x49\xca\xd5\x58\x33\x57\x7b\xd3\xea\x93\x4d\x47\x77\xb3\x24\x1b\x4b\xef\x62\xc9\xa9\xce\xec\xd3\xa7\xd8\xc8\x64\xe7\xc6\xec\x53\x5c\xa7\x7a\x19\x02\x38\x73\x22\x7e\xf8\xed\xc7\xd9\x5f\x7e\xff\xd3\x6f\xdd\xdb\xc5\xab\xdf\xff\xfa\x43\xd9\x30\x8f\x6d\x5d\xdf\x57\x5b\xd8\x1d\x3d\x2b\x46\xf1\xdd\x3c\xc9\x0e\xd4\xca\x07\x30\x91\x29\x9b\x1b\xb5\xf5\x1e\x84\x9a\x25\x8a\xa5\xd5\x01\x13\x54\x13\x35\x3b\x14\x6e\x02\xb1\xfd\x42\x20\xb6\x60\x88\xd5\xc4\xd5\x3e\x5b\xc6\x37\x4e\x76\x33\x7f\x21\x67\xff\xf1\xec\xdf\x72\xce\x03\xe7\x0f\x72\x9b\x32\x44\x6e\x63\x86\xc0\xba\x94\x95\x85\x18\xdc\x64\x7d\x7f\x6e\x6d\xf0\xc1\xc9\xec\x49\x9a\x94\x50\x55\xb6\xed\x32\x68\x9e\xdc\xeb\xb7\xc6\x3f\xc7\x1f\xb2\x2a\xa8\x11\xd0\x85\xf5\xa8\x73\xe6\x09\x32\x63\x34\x43\x8c\xda\xb1\x6c\x1c\xa5\x8d\x88\x97\x59\xf9\xa2\xef\x93\x15\x27\xdb\xab\x65\x61\x0f\xed\x7f\x23\xbb\x93\x1c\xa0\x7f\x6d\xe2\xd4\x3a\x52\x13\xf8\x5b\x01\x56\x5d\x78\x18\xde\x74\x35\x26\x43\x0b\xac\x2a\x13\xfb\x1e\xab\xce\x48\x85\xfe\x3e\x89\x42\x42\x18\x08\x9f\xad\xbb\x3c\xb5\x5a\x35\x37\xa7\x90\x99\x2a\x93\xae\x58\xa8\xfe\x27\x6d\x9b\xcb\xa9\x67\x5d\xa3\x5a\x92\xb2\xa2\xe7\x1a\x5c\x37\xd0\x23\x55\xe9\x78\x96\xf5\x4a\xb0\x2c\x2f\x23\xa5\x88\x97\x91\x78\x19\x69\xea\x65\xa4\xde\xb6\x3c\xe9\x52\xc4\x93\x8e\x27\xdd\xb4\x93\x6e\xc2\x4f\x42\xf6\x0a\x9c\x53\x6d\x5a\x03\x1e\x24\x0c\x35\xb6\x05\x2c\xf2\xa0\x60\x03\xc6\x77\xdf\x36\xf1\xaf\x89\xef\x28\xfa\x41\xe5\xfe\x7d\x00\x53\xe6\xb2\x87\xdc\x82\xe6\x9d\x52\x09\x2e\xf9\x53\x56\x9c\x1d\x42\xfa\x90\x15\x6d\x65\x7b\x2e\xb5\x34\x4d\xb2\x2f\x67\xe3\x18\xf5\x36\x7a\xb8\xb5\xb8\x3d\xd5\x65\xb1\x34\x20\xd9\x37\xff\x8e\x27\xb6\xf4\x5a\xaa\xe8\x42\x20\x2f\xe7\xee\x91\xec\x98\x96\x73\x79\x21\x82\x17\x22\xd6\xc4\x0b\x11\x28\x62\x4c\xc4\x98\x88\x17\x22\xca\x05\x5a\x11\x4f\x3a\x9e\x74\x0f\x63\x21\x22\xcb\x28\x81\x5d\x38\x3e\xde\x23\x19\xc7\xc7\x2b\x66\x1c\x1f\x17\xc9\xc1\xf1\xf1\x64\x02\xad\x88\x5d\x35\xbb\x6a\x8e\x8f\xb7\x89\x27\x1d\x4f\xba\x87\x3d\xe9\x8e\x62\x83\x41\xf6\xc6\x80\xdc\xd4\xc2\x9e\x02\x9e\xff\x06\x42\x38\xfd\x7b\x82\x43\xa4\x51\x27\x7e\xe7\xd9\x60\x4f\xfa\xce\x73\xc2\x9d\xf0\x7d\xd8\x4b\x37\x12\xa7\xfe\xe7\xf4\x20\x73\xda\x7f\x56\xd9\x53\xa7\xfc\x67\x0d\x4f\xf9\x0e\x93\xe4\xa9\xfe\xd9\x13\xfd\xef\x7d\x0b\x4a\x07\xc1\xa9\x66\x6f\x2f\x27\xeb\x39\xb9\x1f\xe7\xe4\x46\x15\xb1\xb5\x0a\xae\x65\xd7\x6b\x38\x59\x5b\x82\x59\x6b\x3b\xa9\xcc\xd3\x73\x08\xf2\xe9\xe5\x70\x0e\xce\x40\x00\xff\x54\xd9\x3f\x7f\xb1\xd1\xae\xae\xeb\xc9\xaf\x52\x92\x3b\x26\x7b\x1d\x02\x1b\xc0\x47\x64\x00\x1d\xf4\x5a\x35\x72\x6f\xeb\x9b\x96\x9f\x45\xb9\xc6\x5a\x4d\xde\x58\x90\xb5\xac\xc9\x9b\x0a\xb2\x86\x35\x77\x43\x41\x4d\xf4\xe0\x83\x75\x91\x8d\x69\xb9\xb7\x6a\xb4\x8c\xe7\xed\x64\x0d\x7e\x0b\x1a\x02\xbc\xd0\x52\x45\x6d\x7b\x3e\x63\x41\x45\x95\x75\x82\xe9\x95\xcd\x9d\xca\x04\xe0\x38\x48\x83\xc9\x71\xc1\x66\x9f\x24\x47\xe4\x2e\x2b\xcc\x55\x3b\x98\x83\x3c\xe3\x31\xad\xcf\x40\xd1\x6c\x13\x5e\x7d\xf9\x1e\xd1\x04\xf4\x17\xd0\x81\x8b\xc6\x0b\xb3\xa5\xd5\xf5\xe3\xf6\xbe\x30\x6b\x96\xda\x1b\x2d\xf8\xc7\xb9\x6d\x4b\x5f\xe0\xca\xea\xa1\x3b\xb0\xe6\x4d\xa5\x2d\xa8\xb9\x7c\x97\x5f\x2e\x07\x29\x35\xaf\x57\x84\xba\x21\x07\x3f\x6f\x50\x59\x92\x48\xc0\x4d\x59\xc8\xc0\xe7\xb7\xd1\xf2\xcf\x10\x23\x7b\x97\x2d\x6a\x3d\x80\x08\x8a\x73\x48\x3e\x67\x1f\x48\x8d\xa6\x6c\xc5\x5d\x46\xd9\x17\xcd\x7f\xf5\xc9\x7f\xf3\xc9\xdb\x90\x75\x39\xa4\x25\x21\xbc\x41\xfe\xa3\x4f\xe6\x93\x4f\xb5\xe5\x9f\x1e\x30\x05\xe8\x7a\x2d\x43\x51\x88\xb2\xc9\x58\x3e\x03\x77\xa5\xe2\x17\xe7\x60\x26\x6d\x77\x7b\x33\xe8\x14\x5f\x17\x25\x7e\x67\x21\x7a\xde\x69\xd4\x72\x18\x69\xc9\xaa\xee\x28\xef\xdb\x04\x68\xee\x7a\x1a\xbb\x29\xba\x7e\xbd\xe8\xf1\xd3\x5a\xff\x5f\xaf\x92\x64\x79\x10\xbe\xe7\x20\xbc\xb7\xc3\x7e\x33\x26\x78\x08\x8a\x8a\xd1\x87\x80\x8d\x11\x8d\xdd\x14\x83\xd0\x83\x3b\xb5\x2d\x5b\x20\x1a\xbb\xe9\x7a\x9e\xcd\x0e\x85\xdd\x74\xfd\xce\xb6\x86\xc6\x6e\x92\x9e\xb7\x51\xec\x83\xca\x23\xcc\x9c\x0e\x8d\xe5\x23\x90\xd7\x91\x52\x79\x8a\x69\x4f\x9f\x5e\x13\x21\x93\x80\x9e\xa7\x41\xb9\xb6\xb4\xbc\x15\x51\x75\x76\xb4\x28\x3d\xc3\xb8\xf4\x0c\x69\x51\x76\x8e\xb4\x28\xcf\xe1\x58\x51\xe9\x79\xd2\xd5\x0d\x97\x9d\x2b\x2d\xca\xcf\x96\x16\xb5\x12\x97\xa4\xbd\x6c\xd7\x24\x9e\x33\x5d\xde\x24\xf9\x4e\xb9\x35\xb1\xce\x1f\xb2\x61\xd6\xf9\x83\x35\x59\xd0\x18\xf6\xe8\xee\xed\x26\xf0\x1b\xca\xc9\x42\x51\xde\x7b\xba\xa3\xbd\xd7\x44\x9d\xc5\xe4\xeb\x5c\xd7\x44\xd4\x65\x76\xfd\x71\x62\x33\x88\xa6\xc7\x61\x06\xd9\xf5\xa7\x89\x75\x9e\x5c\xfd\xe8\x75\xbe\xa0\x31\x5a\x33\x84\x06\xd0\x45\x11\xd7\xda\x6e\x8a\x3e\xe4\xb5\x00\xea\x0d\x55\xe5\x4d\x89\xb2\x1b\xab\xea\x1a\x14\xd5\xa1\x88\xa8\x31\x01\x35\xe6\x59\x94\x9b\x68\x51\x6f\x7b\xea\x4c\xf5\x24\x02\x94\x9b\x6c\x51\x67\xb6\xc5\x14\xd2\xd7\x98\x6f\x51\x63\xc2\xeb\x9a\x2e\xba\x29\x6b\xbb\xd9\x62\xb7\x43\xae\x48\xbd\x41\x6b\x4d\x45\xba\x51\xac\x11\x65\x83\x41\xbe\x61\xab\x4a\x4e\x86\xef\x47\xed\xa6\x0b\xfd\x26\x43\xf7\x38\x31\x8c\x41\xd3\xe3\x80\x31\x15\xbe\xaf\x48\xce\x82\x4a\x25\xfe\x8e\x3c\xee\x15\xfe\x83\xb4\x21\xb9\xc4\xbf\x91\x65\x3b\x98\x0b\x21\x01\x4d\xc4\x35\xc7\x9b\xe2\x0c\x36\xa7\x68\x4a\x30\xd8\x24\x13\x83\x4d\x06\x9b\x0c\x36\xa3\xc4\x60\x73\x2a\x39\x19\x6c\x1e\xb5\x9b\x66\xb0\x19\x27\x06\x9b\x28\x62\xb0\x99\x25\x06\x9b\x82\xc1\xe6\xb4\x60\x13\x55\x6c\xbc\xf6\xf8\x74\xd0\xfa\x0c\x1a\x07\xf1\x33\x2c\xc4\xd4\x47\x83\xa6\x4e\x23\xfa\xf6\x1d\xee\xf3\x2e\x71\x4e\xea\xdf\x25\x0f\xcd\xe0\x54\xb8\x79\x61\x4d\x80\xeb\x64\xdc\x85\xed\x98\xb9\x7f\xe5\xec\x90\xbd\xa9\x08\x1f\xb8\xb9\xc1\x3c\x3f\x08\xcf\x77\xd6\xbc\xb7\x36\x1b\x6c\xae\xb8\xe6\x8f\x4e\xb8\xe5\xfa\xd1\xe7\x0f\x16\xc0\x0b\xea\xe1\x8d\x32\xc3\x75\xe2\x2a\xf2\xbb\x44\x89\x78\x34\x5c\x41\xf4\xa6\xeb\x5d\x61\xb1\x57\xa0\x5a\x8d\xda\x6d\x40\x62\x3a\x16\x9e\x9a\xe9\x80\x18\x27\x22\x53\xf4\x44\xf7\x43\xdf\x6b\xe8\xc0\x04\xa9\x47\xcd\xce\x8e\x17\xd2\xe1\x52\xe0\x10\xd6\x2d\xf9\x1b\xdf\x64\x6e\x38\x22\x48\x48\x0b\xca\x71\xbe\x44\xd0\x9d\xf8\x18\xf2\x1e\x80\x33\x39\x85\x69\x9a\x0b\xa8\xc0\x75\xca\x8c\xde\xe8\x95\x93\x0d\x9c\x62\xce\x27\x13\xd8\xe3\x5c\x70\x4a\x15\xac\x06\x97\x77\x88\x93\x86\x1a\x30\x9f\x43\x83\x58\x2d\x20\x0c\x21\x0a\xf8\x11\xf8\xe1\x41\x1d\xc5\xd0\x6c\xfa\x1a\x31\xc6\x77\xb9\xe3\x2c\x03\x72\x72\xdc\x7f\x08\x87\xd9\x85\xf8\x52\x79\x37\x8c\xee\xf2\xa7\xa1\x5d\x40\x54\x3b\x50\xbb\x40\xe5\xf5\x47\x23\xaf\xa4\xd2\xf2\x3c\xed\xd7\x26\x9c\x48\x1c\xa5\x12\x8b\xf8\x20\x03\xcc\x07\xed\x2b\x07\x9b\xfb\x9d\x52\x24\xf9\x38\x68\x7f\xa6\x5a\x68\xe4\x5e\xbb\x97\xeb\xc5\x11\xba\xc6\x5e\x34\x6b\x75\xb2\xc7\x32\x63\x44\x10\x84\xd3\x49\x05\x7a\x6a\x13\x4e\x29\x15\xd3\x1a\x15\xd4\x89\xa5\x78\x76\xd8\x93\x4b\xf1\x1c\x71\x27\x98\x8a\x29\x7b\x25\x3b\x07\xb4\x5d\xbc\x49\xa1\xa4\xcc\x81\x86\x1d\xb8\x98\x5f\x9c\x09\xa9\x21\x7a\xbd\xe6\x4c\x34\x4e\xc5\x1f\x82\x8b\xbd\xd1\x4c\x7c\x96\xce\xc4\xdd\xf1\x4c\x18\x1b\x54\x13\x3f\xb3\x59\x99\xb9\x8d\x3e\x6c\xe1\x7c\x88\x71\xce\xce\xca\xfc\x61\xc1\x82\xa7\x65\x2d\xbb\xc7\x31\x2d\x93\x27\x02\x0b\xa4\x16\xa5\x4f\x06\x46\xc9\x21\x10\x27\x04\x23\x19\x55\xf9\xda\x34\xf0\x4a\x00\xae\x7c\x3f\xe5\x00\x16\x02\x02\x24\x01\x15\xa2\x7e\x1e\x40\x21\x98\x10\x00\x13\x46\x45\x33\x00\x29\x2b\x10\x6a\xb8\xf7\x03\xa1\x2b\x70\x3e\xf2\xf1\x38\xd1\x6c\xec\x70\xc8\xd9\xe6\xd4\xee\x9d\x07\xb7\xe7\x53\xef\xfc\xae\xc7\x83\x33\xc1\x7d\x5b\x23\xfa\x4e\x9d\x5c\x76\xa6\x91\xa6\x81\x0f\xaa\x83\xff\x55\xa6\xb5\x9f\x77\x06\x20\xa2\xa6\x89\x77\x8a\xf5\x52\xb0\xbd\x6a\x7e\x8d\x68\x4d\x4a\xe5\x53\x67\xd0\xe4\xa6\x0a\xe6\xcc\x19\x8c\x59\x9a\x30\xd5\x6f\xd2\x95\x16\xca\x59\x32\x7c\xc5\x11\x92\xf8\x8a\xa3\xb2\x8f\xbc\xd4\x6f\xdc\xb4\x26\xc8\x1b\xbb\x59\x17\x59\x17\x0f\xa2\x8b\x04\xe6\xd8\xbc\x39\xfc\x32\xf0\x84\xdf\xdd\xa7\xcb\x8b\xa3\x1c\x01\x47\x3a\x33\xe5\x20\x5f\xaf\xd8\xb5\xb1\x39\x39\x22\x73\xc2\xae\xed\xc0\x0d\xb1\x2e\x1e\xc2\xb5\x4d\xf6\x9d\x1c\xf3\xf5\xf0\x41\x63\x38\xea\xb6\x2c\xda\x84\x2e\x48\x27\xa7\x5b\x8c\xf2\x34\x72\xf2\x54\x2b\x4d\x1f\x2f\x48\x1d\x2f\xce\x85\x2e\x4d\x19\x2f\x6e\xb0\x2c\x55\xbc\x30\x4d\xbc\x22\x45\xbc\x70\x7b\x4c\x79\xca\x35\xa5\xa9\xa2\x94\xf0\x42\x73\x8c\xae\x40\x4d\x03\x3f\x9e\x5b\xf2\x0b\xd2\xbe\x0f\x95\xd3\xf5\x48\x60\xd8\xa4\x6e\x89\xe8\x37\x18\x82\x21\x89\xc3\xde\xe3\x0b\x7b\x8f\xe6\x02\x75\x9a\xbd\x47\x8f\x57\x81\x5d\x45\xed\x8b\xa1\xd8\xf7\xe3\x4c\x4b\xc4\x9c\x0d\xc1\xe0\x22\x4a\x0c\x2e\x56\xc4\xe0\x62\x87\x18\x5c\x6c\x11\x83\x0b\x64\x05\x06\x17\x0c\x2e\xca\x19\x0b\x06\x17\x0c\x2e\x18\x5c\x44\x88\xc1\xc5\x7d\x81\x8b\xe4\xe3\xe8\x46\x8a\xe4\x6b\xfc\x71\xd5\x25\xf6\x1b\xe7\x2c\xd2\xa2\x79\x63\x17\x8b\xa5\xb1\x37\xf2\x5c\xc7\x6f\xc4\x5e\x89\x10\xdf\x56\x9d\x7c\xb1\xec\x1e\x8f\x9c\x94\xd8\x24\xf2\xbc\x2f\x25\x24\x8f\x67\x53\xa4\xf3\xad\xa1\x12\xc6\xf3\x6c\xb0\x89\xe2\x79\x4e\xb8\x04\xf1\xea\x37\x4f\x6b\xc3\x4a\xe1\x4a\xf4\x60\x59\x15\x5c\xa6\x27\x13\xb3\x38\xb5\x41\x19\x97\x06\x1c\xa9\x9c\xde\x5b\xa2\x8c\x56\x26\xbe\x8d\x63\x7d\xfb\x6e\x99\x60\xd3\xdf\x24\x9f\xdf\xfc\xc1\xf3\xf5\x11\xcd\x57\xb7\x6c\xbc\x51\x5a\x8d\x19\xf9\xaf\x4d\x00\x77\x25\x75\x42\xa4\xa4\x38\x69\x51\x92\x9b\x45\xb2\xd6\x21\xb9\x49\x24\x6b\x1c\x72\x9b\x43\xaa\x76\x7d\xf0\x0e\xcb\xbd\x2f\xc6\x5b\xb9\xa2\xa5\x8e\x70\x2b\x17\xef\xb0\xdc\x7a\xc8\x3b\x2c\x57\xc4\xd3\x72\x1f\xf1\x0e\xcb\x0a\x46\x55\xbe\xd6\xf6\xaa\x79\x7b\x7b\x3c\xc4\x5b\x79\xfd\x3c\x04\xe8\xfa\xfd\x22\x55\x84\x2a\x9f\x65\x68\x2e\xa0\x7d\xb7\x5e\x3b\x21\x03\xf7\x2f\xd6\x5e\x02\xf4\xe0\xce\x56\x0b\x92\x1f\xb2\xaa\x55\x2c\x6d\xb4\xbf\x36\x32\x7c\xdb\x1c\xef\xbc\xa3\x4a\x74\x57\x2e\xde\x79\x17\x23\x5e\xbe\x7e\x58\xcb\xd7\xbc\x3d\xe1\x50\x0d\xb1\x2e\xf2\xce\x3b\xde\x79\x57\x2f\x4a\x89\x40\x2b\x62\x73\xf2\x38\xcd\x09\xbb\xb6\x03\x37\xc4\xba\xc8\x3b\xef\x8e\x19\xc3\x71\x72\x2c\x65\xaa\x71\x72\xec\x1e\xe2\xe4\xd8\x09\x9a\xe2\xe4\x58\x64\x05\x4e\x8e\x3d\x4e\x18\xc6\xc9\xb1\xc5\x02\xad\x88\xc3\xde\xc7\x19\xf6\x72\x72\xec\x4e\xe1\x87\x9f\x1c\xcb\x3b\xef\xea\x58\x0b\x06\x17\x1b\x62\x70\xb1\x43\x0c\x2e\xb6\x88\xc1\x05\xb2\x02\x83\x0b\x06\x17\xe5\x8c\x05\x83\x0b\x06\x17\x0c\x2e\x22\xc4\xe0\xe2\xbe\xc0\x45\xf2\x71\x63\xcd\x5c\xed\xdd\x91\x94\xac\xf6\x3d\x36\xec\xcd\x3e\x7d\x8a\xf5\x7e\xb6\x2b\x67\x9f\xe2\x0a\xd4\xcb\x10\xc0\x99\x13\xf1\xc3\x6f\x3f\xce\xfe\xf2\xfb\x9f\x7e\xeb\xde\x2e\x5e\xfd\xfe\xd7\x1f\x92\x6d\x25\xc6\x77\xf6\xa9\xbb\xbe\xaf\xb6\x78\x13\x23\x6f\x8a\x9a\xfe\xcd\xd3\xda\xc0\x9b\x18\xb7\x1f\x1f\xdb\x26\xc6\x0e\x82\x53\xcd\xde\x5e\x4e\xd6\xe3\xcd\x8f\x3c\xcf\xef\xd0\xfa\xc2\x9d\x7d\xad\x6f\x5a\x7e\x16\xe5\xfa\xd8\xf6\x39\xde\x5e\x43\x54\xf2\x56\x8d\x96\x3e\x23\x53\xc2\xae\xb5\xa0\x21\xc0\x0b\x2d\x55\xd4\x84\xe5\xbc\xbf\x10\x2a\xaa\xac\x13\x4c\x2f\x7b\x05\xce\xa9\x36\x1e\xe9\x67\xe2\x7b\x1c\xc2\x3d\x77\xf6\x32\x77\x53\x3a\x76\xdd\x23\x39\x22\x77\x59\x65\xc2\x7c\x74\xca\x51\x3c\xbc\xf7\x99\x95\x89\x6c\x13\x5e\x7d\xf9\x1e\x4e\x13\xfa\x0b\xe8\xc0\x45\xdd\xe2\x6c\x69\x75\xfd\x78\x47\x57\x98\x35\x4b\xed\x3d\x16\xff\x19\xa0\xeb\xb5\x0c\x85\x53\x59\x81\x09\x67\xe0\xae\x54\x7c\x1f\x0c\x5f\xf2\x4b\x2f\x96\x8f\x0d\x6d\x0b\x9e\x3b\x9e\xc6\x6e\xa2\x94\xc8\x9a\xfe\x4e\x6d\xa9\xa3\xf0\x11\xc8\x2d\x76\x54\x9e\x62\xda\x2f\xaa\x6b\x22\x2c\x41\xd2\x17\x78\x29\x5b\xf1\xca\x5b\x11\x55\xdf\x43\x45\xe9\x77\xb9\xd2\xef\xa2\xa2\xec\xdb\xa8\xa8\xfb\x10\x58\xfe\x8d\xb4\xba\xe1\xb2\x6f\xa5\xa2\xfc\x7b\xa9\xa8\x95\xb8\xf4\xbb\xa9\x28\xfd\x76\x5a\xde\x24\x79\x9f\xc4\x9a\x58\xe7\x0f\xd9\x30\xeb\xfc\xc1\x9a\x2c\x68\x0c\xfb\x39\x7a\xbb\x09\xcc\x67\xe9\x42\xa1\x28\xef\x3d\xdd\xe7\xea\x35\x51\x67\x31\x79\x8b\xe2\x9a\x88\xba\xcc\xae\x3f\x4e\x6c\x06\xd1\xf4\x38\xcc\x20\xbb\xfe\x34\xb1\xce\x93\xab\x1f\xbd\xce\x17\x34\x46\x4c\xa0\xc3\x37\x80\x2e\x8a\xd8\xaa\xb9\x29\xfa\x90\xd7\x02\xa8\x59\xd7\xe5\x4d\x89\xb2\x2c\xec\xba\x06\x45\x75\x28\x22\x6a\x4c\x40\x8d\x79\x16\xe5\x26\x5a\xd4\xdb\x9e\x3a\x53\x3d\x89\x00\xe5\x26\x5b\xd4\x99\x6d\x31\x85\xf4\x35\xe6\x5b\xd4\x98\xf0\xba\xa6\x8b\xb2\xbf\xb7\x9b\x2d\x76\x3b\xe4\x8a\xd4\xac\xf0\x35\x15\xe9\x46\xb1\x46\x14\x66\xfb\x53\xb3\xc6\xab\xe4\x64\xf8\x7e\xd4\x6e\xba\xd0\x6f\x32\x74\x8f\x13\xc3\x18\x34\x3d\x0e\x18\x53\xe1\xfb\x8a\xe4\x2c\xa8\x54\xe2\xef\xc8\xe3\x5e\xe1\x3f\x48\x3b\x19\x4a\xfc\x1b\x59\xb6\x83\xb9\x10\x12\xd0\x44\x6c\xdd\xdd\x14\x67\xb0\x39\x45\x53\x82\xc1\x26\x99\x18\x6c\x32\xd8\x64\xb0\x19\x25\x06\x9b\x53\xc9\xc9\x60\xf3\xa8\xdd\x34\x83\xcd\x38\x31\xd8\x44\x11\x83\xcd\x2c\x31\xd8\x14\x0c\x36\xa7\x05\x9b\xa8\x62\xe3\xde\xec\xd3\x41\xeb\x33\x68\x1c\xa4\x2f\xa4\x99\xf4\x24\x8d\xd4\xf6\xcc\x6f\xdf\xe1\x3e\xf7\xc7\x73\x52\xff\x2e\x79\x68\x06\xa7\xc2\xcd\x0b\x6b\x02\x5c\x27\xe3\x2e\x6c\xc7\xcc\xfd\x2b\x67\x87\x1e\xf7\x16\x98\xc0\xcd\x0d\xe6\xf9\x41\x78\xbe\xb3\xe6\xbd\xb5\xd9\x60\x33\xbf\x6d\x6e\x8b\xeb\x47\x9f\xdb\x7e\x46\x11\xd4\xc3\x1b\x65\x86\xeb\xc4\x79\x09\x77\x89\x12\xf1\xe8\xd4\x45\x76\xbb\xc2\x22\xcd\xa3\xb3\x1a\xb5\xdb\x80\xc4\x34\xb5\xfd\xac\x98\xe9\x80\x18\x27\x22\x53\xf4\x44\xf7\x43\xdf\x6b\xe8\xc0\x04\xa9\x47\xcd\xce\x8e\x17\xd2\xe1\x52\xe0\x10\xd6\x2d\xf9\x1b\xdf\x84\xbc\x59\x3a\xc8\xc5\x18\x38\x5f\x22\xe8\x4e\x7c\x0c\x79\x0f\xc0\x99\x9c\xc2\x34\xc1\x71\xf5\x42\x04\x70\x9d\x32\xa3\x37\x7a\xe5\x64\x03\xa7\xd8\x5b\x04\x27\xbc\xb9\x30\x58\xbd\x84\x2f\x39\x33\x35\x69\xa8\x01\xf3\x39\x34\xe8\x83\xce\x50\x43\x88\x02\x7e\x04\x7e\x78\x50\x47\x31\x34\x9b\xbe\x46\x8c\xf1\x5d\xee\x38\xcb\x80\x9c\x1c\xf7\x1f\xc2\x61\x76\x21\xbe\x54\xde\x0d\xa3\xbb\xfc\x69\x68\x17\x10\xd5\x0e\xd4\x2e\x50\x79\xfd\xd1\xc8\x2b\xa9\xb4\x3c\x4f\xfb\xb5\x09\x27\x12\x47\xa9\xc4\x22\x3e\xc8\x00\xf3\x41\xfb\xca\xc1\xe6\x7e\xa7\x14\x49\x3e\xe6\xeb\xbe\xf7\x12\xdf\x2b\x1c\x0f\x1f\x8e\xf0\x5e\x61\xbe\xee\x7b\xeb\x21\x5f\xf7\xbd\x22\x9e\x96\xfb\x88\xaf\xfb\xae\x60\x54\xe5\x6b\xd3\xc0\x2b\x01\xb8\xf2\xfd\x94\x03\x58\x08\x08\x90\x04\x54\x88\xfa\x79\x00\x85\x60\x42\x00\x4c\x18\x15\xcd\x00\xa4\xac\x40\xa8\xe1\xde\x07\x84\x62\xc7\x1c\xcd\x36\xe7\xb4\xed\x3c\xb8\x3d\x91\xec\x09\x4a\x82\x7d\xfc\x67\xe2\x52\xce\x2f\xe5\xd6\x2f\x9b\x6b\xd3\x9f\x64\x58\x2e\x63\xf3\x61\xab\xb7\x63\x4a\xb7\x1c\x16\xb5\x57\x8b\x23\x1a\x9c\xd6\x5e\x2d\x7d\xf8\xe0\xa4\xf1\x23\xcf\x0f\x2a\xb6\x8e\x94\x19\x2b\x07\xd2\xc7\x3e\xd5\x67\xaa\xee\xbe\x3a\xba\x6a\x7c\xc1\x33\x59\x31\xa1\x56\x31\x95\xd2\xe3\xd1\x5b\x7b\x4e\xe3\x2c\xea\x74\xd9\xb6\x0e\xbc\x8f\xc6\xf5\xa9\xb5\x1f\x8c\xd1\xbe\xb0\x3e\xb9\xda\x83\x5a\x91\xe8\xad\x43\x30\xa9\xf4\x51\xe9\xb5\x8c\xfb\x1a\xdf\x6f\x2a\x5c\x81\xf3\xca\x9a\x13\x71\xf5\xec\x1c\x82\x7c\xf6\xf5\xa7\xb1\xcf\x67\xab\xe5\xd6\x3b\x4f\x85\xf0\xe0\xae\xa0\x3d\x11\xc1\x0d\x2b\x13\xb2\x3e\xe0\x70\xfd\xcb\xd7\x4a\x52\xf7\x17\xd9\x5a\x73\xa9\x3d\x3c\xf9\x67\x00\x00\x00\xff\xff\xd1\x2f\x1c\x89\x0a\xfa\x01\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x4d\x6f\xd4\x30\x10\xbd\xe7\x57\xcc\x1f\xd8\xa0\xa5\x12\x45\xb9\xa1\x72\x81\xa2\xb2\x6a\xab\xde\x67\x9d\x49\x32\xac\x63\x9b\xf1\x64\x55\xf8\xf5\xc8\xce\x66\xb3\x59\x22\x81\x54\x9f\x9c\xe7\x79\xcf\x6f\x3e\x62\x0c\xfc\x42\x12\xd9\xbb\x0a\x30\x30\xbd\x2a\xb9\xf4\x15\xcb\xc3\xc7\x58\xb2\x7f\x77\xdc\xee\x49\x71\x5b\x1c\xd8\xd5\x15\xdc\x0d\x51\x7d\xff\x48\xd1\x0f\x62\xe8\x33\x35\xec\x58\xd9\xbb\xa2\x27\xc5\x1a\x15\xab\x02\xc0\xe2\x9e\x6c\x4c\x3b\x00\x0c\xa1\x82\xa8\xc2\xfd\x6f\x2e\x00\x1c\xf6\x54\xc1\x01\x9b\x03\xaa\x0f\x6c\x62\x99\xf7\xe5\x29\xa2\x64\x5f\xc4\x40\x26\x71\xb1\xae\xb3\x34\xda\x9d\xb0\x53\x92\x3b\x6f\x87\xde\x65\xdd\x0d\x7c\x7d\xfa\xfe\xb0\x43\xed\x2a\x28\x13\xa1\x0c\x28\x9a\xc3\x63\xbe\xb6\xa6\x68\x84\x83\xe6\xbc\x9e\x3b\x4a\x00\x0b\xd5\xe0\x86\x7e\x4f\x02\xbe\x81\x99\x01\xec\x40\x3b\x82\xec\x28\xd3\x47\x9b\xbb\xa5\xa6\xfe\x0a\x54\x41\xb2\xd2\x92\xac\x9a\x10\x0a\x96\x0d\xfe\xb7\x85\x29\x3e\xed\x09\x4d\x37\x7b\xba\x70\xf1\x38\x06\x25\x14\x1a\x34\xea\x65\xd5\x4d\x2b\x7e\x08\xa7\xd2\x5e\x96\x73\x94\x39\x75\x63\x6c\xe2\x7d\x8a\x79\x3e\x27\x6b\x39\xea\xfd\xd5\xc1\x37\x8e\x9a\x0f\x83\x1d\x04\xed\xa2\x65\x19\x8f\x9d\x17\x7d\x98\x95\x37\x70\x18\x09\x91\x5d\x3b\x58\x94\x4b\x4a\x01\x10\x8d\x4f\x7e\x33\x23\xa0\xa1\xba\x00\x38\xa2\xe5\x3a\x27\x36\x6a\xf8\x40\xee\xd3\xee\xcb\xcb\xcd\x93\xe9\xa8\xc7\x11\x04\x08\xe2\x03\x89\xf2\x74\x55\xbe\xe5\x34\x24\xd3\x5a\x8b\x49\xcb\x78\xd7\x70\xbb\xc4\xa6\xda\xf9\xfd\x0f\x32\xba\x38\x9a\x67\xe2\x9a\xd2\xb3\xe3\x7e\xe8\x2b\xd8\xae\x6a\xcd\x7d\x98\xd7\xd4\xdd\xbf\xa4\xf0\x75\x94\xba\x79\x7f\xfb\xe1\xf6\xed\xf7\xe4\x12\xa7\xc2\xae\xa7\x99\x66\xc1\xb5\xc5\xa5\xaf\x9f\x43\x1a\xc4\xcb\xf0\x0d\x5c\xfd\x40\x13\xbc\x18\xe9\xd5\xea\x1d\xa7\xe7\x63\x7a\x29\xce\xd0\xe9\x57\x1d\xc7\x78\x3e\x05\x88\x24\x47\xaa\x2b\x50\x19\x68\x04\xd4\x0b\xb6\x74\x46\x66\x12\xda\xd0\xfd\x93\xd5\xa0\x8d\x54\xfc\x09\x00\x00\xff\xff\x2d\x90\x5f\x7b\xcb\x04\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\xcd\x6e\xdb\x30\x0c\xbe\xfb\x29\xf8\x02\xf6\xd0\x0d\x03\x86\xdc\x82\xf4\xb0\xae\x43\x57\xb4\x5b\x77\x66\x6c\x26\xd6\x22\x4b\x1a\x45\xa7\x3f\x4f\x3f\x58\xca\xaf\xe3\x9f\xa6\x9d\x4e\x09\x3f\x92\x1f\x45\xd2\xa4\xd0\xa9\x07\x62\xaf\xac\x99\x00\x3a\x45\x4f\x42\xa6\xf9\xe7\xb3\xd5\x17\x9f\x29\xfb\x61\x7d\x31\x27\xc1\x8b\x64\xa5\x4c\x31\x81\x59\xed\xc5\x56\x77\xe4\x6d\xcd\x39\x5d\xd2\x42\x19\x25\xca\x9a\xa4\x22\xc1\x02\x05\x27\x09\x80\xc6\x39\x69\xdf\xfc\x02\x40\xe7\x26\xe0\x85\x55\xf5\xa2\x12\x00\x83\x15\x4d\x60\x85\x8b\x15\xd6\x9e\xd8\x67\xe1\x67\xb6\x51\xc8\x94\x4d\xbc\xa3\xbc\x31\xc5\xa2\x08\x9e\x51\xdf\xb2\x32\x42\x3c\xb3\xba\xae\x4c\x70\x9b\xc2\xb7\xfb\x1f\x37\xb7\x28\xe5\x04\xb2\xc6\x20\xc3\x5a\x4a\x32\xa2\x72\x6c\x6c\x32\x79\x76\x14\xe8\x0b\xf2\x39\x2b\x27\xe1\x7e\x5f\xed\x23\x48\x49\xd0\x30\x83\xf2\x70\x60\x44\x45\x50\x8f\xe1\x4d\x8f\x9c\x05\xa0\x71\x18\xef\x61\x96\xbd\x01\x58\x56\x2f\xe7\xf2\x5b\x56\xfe\x84\x7c\xe7\xa8\x8b\x7b\xc9\xb6\x76\x9b\x1c\x1e\x26\x2e\x3a\xd8\xa4\x3d\x56\xeb\xba\xd1\xf9\xe5\x89\x83\x4c\x2b\x2f\xd7\xc7\xf2\xef\xca\x4b\xc0\x9c\xae\x19\xf5\x61\x65\x82\xd8\x97\x96\xe5\x66\xef\x36\x85\x55\x1d\x01\x65\x96\xb5\x46\x3e\xb0\x48\x00\x7c\x6e\x9b\x50\x83\x81\xc3\x3c\xdc\x6b\x8d\x5a\x15\xe1\x32\xd1\x85\x75\x64\xa6\xb7\x57\x0f\x9f\xee\xf3\x92\x2a\x8c\x42\x00\xc7\xd6\x11\x8b\xda\x32\x05\x92\x4d\x2b\x6c\x4f\x97\x4e\xe8\xb1\xa3\x7a\x1d\x63\xfd\x56\xbb\xd4\x9e\x48\x01\xc8\xd4\x55\x97\x3c\x05\xd1\xbe\x53\xee\x73\xc6\x2a\xf5\x25\xa6\x9f\x2f\x3e\x76\x68\xb4\x8a\x78\x78\x98\xfe\xd6\x8a\xa9\x68\x13\xa6\xb0\x6b\xa3\xb6\x1f\x3b\xff\x43\xb9\x9c\x24\x61\xd7\x37\xe7\xe4\x00\x73\xdd\x21\x05\x50\x42\x55\x27\x30\xec\x2e\x9e\xd2\x7a\xe9\xc3\x06\x93\xb1\x3d\x0d\x41\xe7\x55\xf6\xa7\xaf\x48\xf1\xa4\x70\x47\x58\x0c\xc0\xbf\x59\x49\x3b\xbb\x87\xf8\x8c\x09\x07\x15\x2e\x49\xd3\xa0\xc2\x54\xcb\xe6\xd3\xeb\x73\xd0\x0c\x87\xf9\x60\x10\xba\xf6\x42\x3c\xcd\x77\xd3\x60\x80\x6a\x66\xcd\x42\x2d\xbb\xfa\xb3\xcd\x38\xae\x79\x55\x50\xe5\xac\x90\x91\xb1\x3c\x4d\xb5\x7e\x4f\xa1\x79\xb3\x4b\xfa\x2b\x39\xde\x6d\xb0\x9d\x9e\x03\xf8\xab\x82\x09\x74\x28\x42\x6c\x7e\xf6\x8c\x86\xfd\x19\xee\x3f\x08\xc9\xd1\x4a\x88\xb1\x3f\x41\x51\xcb\x31\x2d\xd4\xd3\xff\x08\xbe\x6f\xa0\x9d\x17\xb5\x58\xa7\xf2\x11\x9d\xb0\x86\x46\x74\xf2\xd8\xbd\x63\x6c\x8c\xc6\x63\x1e\x97\xfd\x55\xff\x27\x0b\xaf\x4d\x43\xdf\x40\x3d\x22\x3d\x1d\xad\x6d\x96\x8e\x21\xdb\x52\x79\xf3\x68\x42\xad\xed\xe3\x00\x5e\x90\x79\x7e\xfb\x47\x35\x7c\xff\x74\x3f\x5b\x7b\xf0\xed\x27\xd9\x09\x8f\xe4\x26\xc2\xc8\x8c\xa7\x17\x38\x7f\xdb\x7a\x55\x39\xdd\x15\xc7\x9b\xd6\x69\xb3\xe9\xde\xb1\x63\xbb\x1c\xa7\xad\xc7\x47\xd2\xeb\x65\xbd\x7d\x65\x6f\x1f\xd4\x3b\xd1\xe6\x49\x1b\x9f\x7f\x7b\x14\xc0\x13\xaf\xa9\x98\x80\x70\x1d\x43\xf4\x62\x19\x97\xb4\x93\xec\x8d\x50\xbb\x72\xd4\x6a\x81\xda\x53\xf2\x2f\x00\x00\xff\xff\xc2\xe1\x8f\x9b\xf2\x0b\x00\x00") - -func customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYamlBytes() ([]byte, error) { - return bindataRead( - _customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml", - ) -} - -func customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYaml() (*asset, error) { - bytes, err := customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsDefaultDockerRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\x4d\x6f\xe2\x30\x10\xbd\xf3\x2b\xac\x5e\x2a\x21\xf1\xd1\x43\x2f\xb9\x45\xc4\xd0\xa8\x34\xb0\x49\xda\x55\x4f\x91\xeb\x0c\xc5\xc2\xb1\xb3\xf6\x24\x2b\xf6\xd7\xaf\xa2\x40\x48\x48\x0b\x68\x2f\xeb\x13\x9a\xf1\x7b\x33\xef\x79\x98\xb0\x5c\xbc\x81\xb1\x42\x2b\x87\xb0\x3c\xb7\x93\xf2\x61\xb0\x13\x2a\x75\x88\xc7\x20\xd3\x2a\x02\x1c\x64\x80\x2c\x65\xc8\x9c\x01\x21\x92\x7d\x80\xb4\xd5\x2f\x42\x52\xcd\x77\x60\x46\x06\x3e\x85\x45\xb3\x77\x48\x0a\x1b\x56\x48\x1c\x10\xa2\x58\x06\xce\xf9\x85\x43\xdc\xe6\x8c\xc3\xe9\xb2\xcd\x81\x57\x7c\x16\x24\x70\xd4\xa6\xe6\xce\x18\xf2\xed\xb2\x55\xec\x62\x39\x84\x2c\x97\x0c\xe1\x80\x6d\xf5\x5b\x1d\xd9\xa1\xb9\x48\x44\xc8\xb1\x9d\xea\x70\xad\x90\x09\x05\xa6\x01\x8f\x08\xa8\xf2\xc4\x34\x3a\x08\x0d\xe9\xc2\x8f\xe2\xf0\x3d\x79\x8a\xe3\x75\xe2\x7a\x5e\xd8\x5c\x21\xa4\x64\xb2\x00\x87\x38\x8f\xd3\xe9\xf4\x0a\x32\xa0\x71\x1f\x88\x3c\xbf\x02\x8b\xe8\x2c\xec\x23\xe7\x46\x67\x4e\x2b\x58\x59\xcc\x0d\xe0\x33\xec\x43\xd8\x74\x33\x84\xec\x60\xef\x90\x9c\x59\xfb\x5b\x9b\xf4\x2c\xf7\xe5\x6b\x8e\xb6\x88\x17\x1a\x7b\xf1\x3d\x6f\x49\x7f\xba\x21\x4d\x42\xba\x5e\x45\x7e\xbc\x0a\xdf\x93\xd5\x9a\x06\xd1\x93\x3f\x8f\x13\x1a\xcc\x57\xe1\x8c\xfe\x78\x5d\xc5\x6e\x5f\xf3\xdd\x86\x49\x0b\x77\x57\x74\xc7\xcb\x28\x79\xa6\xef\x7d\xf8\x04\x90\x4f\x6a\xb5\x76\x72\x6c\x78\xbc\x83\x7d\x8f\xf0\xd4\x90\x47\xe7\xee\xeb\x32\x4e\x8e\x25\xfa\xac\x67\x06\x8c\x0f\x63\x33\xb6\x25\xbf\xf2\xb8\xa7\x2a\x11\x0d\xdf\x68\xf8\xcd\x88\xfc\x7b\x81\xd9\x2a\x98\xfb\x8b\xd7\xd0\x8d\xfd\x55\x90\xac\xdd\xf8\xe9\x1b\x53\x8e\xdc\x13\xae\xd5\x46\x7c\x8e\xf7\x99\xbc\xc1\xe4\x19\x0d\x63\x7f\xee\xcf\xdc\x98\xde\x6a\x36\x37\xd8\x5c\x15\x19\xfb\x04\x87\xdc\x0f\x87\x43\xb2\xa0\x01\x0d\xdd\x98\x7a\x64\x38\x1c\xde\x37\x57\xa4\x28\x41\x81\xb5\x6b\xa3\x3f\xa0\x3d\x9b\xd5\x94\x2d\x00\xbb\xe3\x9a\x33\xdc\x3a\x64\xb2\x05\x26\x71\xfb\xa7\x9b\xd2\x06\x1d\xd2\x71\xab\x3a\x96\x6f\xa1\xd2\x56\x49\x8a\x5a\x19\xa1\x04\x0a\x26\x3d\x90\x6c\x1f\x01\xd7\x2a\xb5\x0e\x79\x68\x63\x51\x64\xa0\x0b\x6c\x92\x8f\x4d\xae\x76\xab\xb5\xdd\x4e\x1d\xd8\xf6\x8e\x68\xd6\xc8\xba\xdf\x9b\x01\x96\x8a\xff\x21\xfc\x7b\x59\x06\xac\x2e\x0c\x07\xdb\x2e\x6d\xe0\x57\x01\x16\x6d\xb7\x1d\x9e\x17\x95\x5b\xd3\xac\x13\xcd\x20\xd3\xd5\x5a\x7d\x98\x4e\x5f\x44\x93\x29\xb5\x2c\x32\x78\xd1\x85\xea\xba\x93\x55\x91\x75\xad\xab\x35\x49\x2d\xc6\xae\xcf\x23\x0e\x06\xc5\x46\x70\x86\x60\x2f\xf0\xf4\xde\xe5\x6c\x8f\xd5\x7f\x80\x43\x56\xe9\x14\xa2\xce\x07\xe8\x18\x1d\x19\x2d\x61\xbc\x2b\x3e\xc0\x28\x40\xb0\x63\xa1\x27\x42\x6d\x0c\x73\xc8\x1d\x9a\xa2\xd9\x51\x16\x4c\x29\x38\xb8\x9c\x57\x7d\x04\x5f\x8d\x46\xed\x40\xeb\x5b\x72\x8b\xb0\xda\x8e\xb6\xed\x75\x24\xb8\x8a\x1d\x5d\xd0\x7b\x3b\x6f\x8d\xfa\x1b\x00\x00\xff\xff\x11\x10\x13\x07\x27\x08\x00\x00") - -func daemonsetAppsDefaultDockerRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsDefaultDockerRegistryYaml, - "DaemonSet.apps/default/docker-registry.yaml", - ) -} - -func daemonsetAppsDefaultDockerRegistryYaml() (*asset, error) { - bytes, err := daemonsetAppsDefaultDockerRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/default/docker-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsDefaultRouterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x51\x8f\xa3\x36\x10\x7e\xe7\x57\x58\xf7\x72\x52\xa4\x84\xac\x76\x55\x5d\x79\x43\xc1\x7b\x8b\x2e\x4b\x10\xf6\x6e\x7b\x4f\xc8\xeb\x4c\x1a\x6b\x0d\xa6\xb6\x49\x9b\xfe\xfa\xca\x4b\x36\x35\x04\x74\xd9\x56\x25\x0f\x01\x0f\xdf\x37\x33\xdf\xcc\xd8\xb0\x46\x3c\x83\x36\x42\xd5\x11\x62\x4d\x63\xc2\xc3\x4d\xf0\x2a\xea\x6d\x84\x12\x06\x95\xaa\x09\xd8\xa0\x02\xcb\xb6\xcc\xb2\x28\x40\x48\xb2\x17\x90\xc6\xdd\x21\xa4\x55\x6b\x41\x47\xa7\xff\x00\xa1\x9a\x55\x30\x78\x34\x0d\xe3\x10\xa1\x2d\xec\x58\x2b\x6d\x60\x1a\xe0\x0e\x6c\x40\x02\xb7\x4a\x77\x44\x15\xb3\x7c\xbf\xf6\x98\x47\xb8\x2d\x54\x8d\x64\x16\x4e\x08\x2f\x24\x77\xc9\x1e\x78\x04\x8e\xd0\xbb\x6b\x77\x71\x55\x5b\x26\x6a\xd0\x67\xc8\x1c\x41\x7d\xf8\x07\x3f\x3f\xe5\x92\xe0\xfb\xf8\x69\x4d\xcb\x15\x2e\x68\x7a\x9f\xae\x62\x8a\xcb\x24\x2d\xce\xef\x21\x74\x60\xb2\x85\x08\x85\x60\x79\xd8\xbc\x8a\xd0\x4a\x13\x36\x5a\x1c\x98\x85\xab\xd8\xf2\x98\x3e\x5c\x47\xe7\xee\x17\x5c\xdb\x0b\xda\x62\xf3\x44\x71\x51\xe2\x5f\x29\x2e\xb2\x78\x5d\x3e\x6c\x08\x2d\xd3\x8c\xe0\xd5\x53\x81\x2f\xb9\x3f\xed\x98\x34\xf0\xe9\x3a\x9a\xbc\x48\x9f\xbf\xe1\xef\x13\x11\x1a\xe0\x1a\xec\xfc\xa0\x64\x5b\x41\xd8\x89\xbd\x68\xa0\x9a\xe2\x5e\xa7\x84\xe2\xac\x8c\x93\x64\x44\xc2\xe5\xe2\xed\x17\xdd\xfc\x7c\xfb\xd3\x14\xc1\x23\xa6\x45\xba\x22\x25\xfd\x9e\x8f\x64\xb6\x67\x8d\x56\x7f\x1e\xa7\xc0\x04\x17\xcf\xe9\x0a\x97\x0f\x94\xe6\xa4\xcc\x37\x05\x1d\x11\xe7\xee\xee\x76\x52\x1a\x9f\x60\x0a\xff\x65\xf9\x43\x78\x16\x3f\x8e\x04\xef\xb5\xea\x0f\xb0\x24\x8f\x57\x23\x04\xef\x33\x36\x64\x20\x34\xa6\xa4\xcc\x63\x42\x7e\xd9\x14\xc9\x10\x77\xaf\x55\x15\x79\x8b\x6e\x36\x5d\x51\xbf\xc1\xb1\x80\x5d\xdf\x82\xd0\x2b\x1c\x23\xd4\x30\x63\xfe\x50\x7a\x3b\xb0\xf9\xd3\x3f\x37\x96\x59\x33\x15\xca\xb8\x72\xae\xee\x97\xda\x75\x90\x27\xe2\x7a\xf2\x52\xb6\x7f\x11\x7d\x6b\x40\x3b\xea\x8f\x47\x7f\x2a\x05\x7d\x28\x70\x9c\x90\x91\x0c\x46\x4a\xef\xa6\x29\x4b\x70\x52\x3e\xc7\xeb\x34\x89\x69\xba\xc9\x46\x80\x56\xb7\xde\x40\x8a\x8a\xfd\x06\x11\xfa\x3c\x9b\xcd\xd0\x57\x9c\xe1\x22\xa6\x38\x41\xb3\xd9\xec\xf3\xf9\x15\x29\x0e\x50\x83\x31\xb9\x56\x2f\xe0\xa7\xb9\xb7\xb6\xf9\x0a\xb6\x9f\x79\xc3\xec\x3e\x42\xe1\x1e\x98\xb4\xfb\xbf\xfa\x26\xa5\x6d\x84\x7a\x23\xf7\xa6\x22\xdf\x83\x0b\xdf\x75\xba\x67\x10\xb5\xb0\x82\xc9\x04\x24\x3b\x12\xe0\xaa\xde\x9a\x08\xdd\x2c\x83\x31\x11\x03\xdf\x85\xf1\xb7\xd6\xf3\xee\x9b\xbf\x39\xff\xb2\x0c\x86\x65\x70\x59\x4c\x03\xee\xee\x6e\x47\x11\x66\x1a\x32\x48\xb0\xc3\xf4\xab\xac\x81\x6d\xc5\x47\x35\x3d\x49\x1a\x3a\xf0\xf1\x7f\x14\x56\x83\x51\xad\xe6\x60\xfc\x20\x34\xfc\xde\x82\xb1\xa6\x1f\x18\x6f\x5a\x07\x5d\x56\xbd\xd5\x0a\x2a\xa5\x8f\x6f\x86\x47\x71\xb6\x74\x1b\xf7\xa3\x6a\xeb\x7e\x85\x2a\xb7\x92\x77\x5d\xe3\x9f\x44\x15\x58\x2d\xb8\x09\x2f\xa4\x3c\x19\xe6\x06\xf4\x01\xf4\x9c\x83\xb6\x62\x27\xb8\x7f\x08\x76\x0a\x6f\x6a\x79\x8c\x90\xeb\xf7\x2b\xdc\x0d\xcf\xd1\x73\xe1\x3e\xec\xa5\x56\x5b\x20\xbd\x6f\x8e\xf7\xd5\xb9\x56\x12\x16\xaf\xed\x0b\xe8\x1a\x2c\x98\x85\x50\xa1\xa8\x77\x9a\x0d\xc6\xd2\xf9\x14\x1c\x62\xce\x5d\xb0\xd9\x65\xa3\x77\x5a\x7a\x1f\x14\x57\x2b\xd3\x6d\x59\x7e\x15\xbb\x15\xdf\xc9\xfc\x9d\xc7\x4a\x33\xf0\xf0\x5f\x99\x1d\xd0\x04\x7f\x07\x00\x00\xff\xff\xb9\x37\x10\x00\x09\x0a\x00\x00") - -func daemonsetAppsDefaultRouterYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsDefaultRouterYaml, - "DaemonSet.apps/default/router.yaml", - ) -} - -func daemonsetAppsDefaultRouterYaml() (*asset, error) { - bytes, err := daemonsetAppsDefaultRouterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/default/router.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsKubeServiceCatalogApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x55\x4f\x6f\xfb\x36\x0c\xbd\xe7\x53\x08\xbd\xfc\x80\xa0\x8a\xd7\x3f\xdb\x30\x03\x3b\xb4\x4d\xd1\x0d\xe8\xd2\x60\x09\x7a\x67\x24\xc6\x16\x22\x4b\x06\x45\x67\xc8\x86\x7d\xf7\x41\xb1\x93\xc8\x4e\xd6\x76\xd3\x25\x01\xc9\xf7\x48\x8a\x7a\x34\xd4\xe6\x1d\x29\x18\xef\x72\x01\x75\x1d\xb2\xed\xcd\x68\x63\x9c\xce\xc5\x14\xb0\xf2\x6e\x81\x3c\xaa\x90\x41\x03\x43\x3e\x12\xc2\xc2\x0a\x6d\x88\xff\x44\x8c\x8f\x20\x13\x90\xb6\x48\x23\x21\x1c\x54\x78\x6e\x09\x35\x28\xcc\xc5\xa6\x59\xa1\x8c\x0e\xa3\x50\x2a\x60\xb0\xbe\x18\x85\x1a\x55\x24\x0b\x68\x51\xb1\xa7\x96\xb8\x02\x56\xe5\x6b\x92\xe9\x42\x2e\xc6\xaa\xb6\xc0\xd8\x21\x92\x12\xe3\xb1\x3d\xf0\x05\xb8\x10\x87\xd4\xf1\x28\xef\x18\x8c\x43\x3a\x42\xa4\x00\x2a\x12\x02\x39\x40\xb7\x36\x29\x03\x7b\x82\x02\x25\xef\x6a\x4c\x1c\xc8\x4a\xf7\xe3\x50\x35\x84\xb2\xf6\xc4\x89\xfd\xea\x87\xfb\xfb\xbb\xab\x5e\x60\x44\xca\x36\x51\x48\x1c\x25\x73\x1d\xf2\x2c\xab\x20\x30\x92\xfc\x6e\x7f\xf2\xdb\xbb\x1f\x7f\xfa\x24\xe8\xe6\x2b\x41\xb7\xc3\xa0\xae\x0e\x05\x6b\x63\xd3\xbe\x32\x64\x95\x79\x32\x85\x71\x1d\x41\xf7\x33\xe9\xe2\x27\xaa\xd7\xe0\x81\x07\x89\xff\x23\x93\x35\xe8\xf8\x32\xdb\x06\x77\xff\x8b\x6c\x83\xbb\x94\x6c\x9b\x0e\x62\x30\x05\xe5\x29\x48\xb0\xd6\xff\x81\x5a\xb6\xc4\xe9\x34\xac\x57\x60\x4b\x1f\x06\xc5\x39\x58\x59\x94\xa0\x2b\x13\xa2\xa2\x64\x6d\x9b\x01\x70\x76\xd0\xc3\xab\x59\xa3\xda\x29\x8b\xd7\x53\x5c\x43\x63\x79\xd1\x2a\x63\x6e\xc1\x5d\x77\xff\x1f\x8d\xd3\xc6\x15\xe1\x14\x9b\x04\x3d\x95\xe0\x0a\x7c\x07\x6b\x34\xb0\xa7\xeb\x47\xf2\x1b\xa4\x87\x86\xcb\x05\xd0\x53\x89\x6a\xd3\xab\x6d\x8d\xc0\xf1\x01\x16\xc0\x98\x16\xf4\xb6\xef\x0d\xd8\xb8\xe2\x57\x8d\x8e\x0d\xef\x7e\x66\x6a\xf0\x4b\xe0\x63\x37\xfa\x50\xf1\xbe\x88\x3e\x81\xf2\x55\x05\x4e\xa7\x52\xca\x9a\x40\xd9\xca\xb8\x6c\xb8\x0e\x0e\x21\xa6\x82\x02\x73\xf1\x6d\x3c\x1e\x8b\x97\xe7\xd9\xf3\xef\x0f\xcb\xe7\xa9\x18\x8f\xc7\xdf\x8e\x21\xe7\xbb\xa6\x3d\x51\x61\x3d\xdd\x1e\xb5\x3d\xf7\xc4\xb9\x88\x8a\x3b\x7a\x09\x41\x1b\x87\x21\xcc\xc9\xaf\xf0\x84\x12\x62\x0d\xc6\x36\x84\xcb\x92\x30\x94\xde\xea\x5c\xdc\x26\xde\xa8\xa1\x17\xe4\x14\x20\x44\x0d\x5c\xe6\x22\x2b\x11\x2c\x97\x7f\xf6\x5d\xe7\xa9\xe3\x09\xaa\xc4\xd8\xc5\x2f\xcb\xe5\x7c\x91\x78\x6a\x24\xe3\xf5\x02\x95\x77\x3a\xe4\xe2\xfb\xa3\x6b\xeb\x6d\x53\xe1\x6f\xbe\x71\xfd\x1e\xab\x68\x99\xb7\xf9\xb7\x40\x19\x35\x2e\x8b\xfb\x96\x1c\x32\x86\xb3\xad\x7b\xca\x34\xb8\x45\x19\x82\x4d\xbc\xf1\x7a\xde\x9c\xdd\xe5\x62\xf0\x24\xd2\x7c\x67\xd2\x3b\xa3\xdf\x6b\x30\xaa\x65\xbf\x07\x3e\xe3\x77\x5e\xe3\xa2\xf7\x39\x38\x58\x25\x79\x8b\x93\x53\x5f\x13\xe3\xbb\x94\xb9\xb8\x8a\x0c\x07\x0d\x77\xfd\x3e\x28\x15\xeb\x9c\xed\x8b\x18\xdc\x81\x1c\xbe\x9c\xf6\x6a\x93\xfd\xff\xd1\xd5\x04\x54\xd4\x1f\xbf\x61\xac\x42\x6a\x90\x62\x83\xb1\x31\x1b\x7a\x4b\xec\xf4\x50\x8e\xcc\x03\x7f\x02\x4c\x17\xd6\x25\x60\xdf\xdf\x16\x35\xfb\xd7\xb2\xa5\x88\x33\xd8\x4f\x6d\x34\xe4\xfc\x60\x8a\x1f\xcc\x50\x0a\xac\x6a\xde\x4d\x0d\xe5\xe2\xaf\xbf\x07\x88\xf8\x39\x96\xda\xd0\xe8\x9f\x00\x00\x00\xff\xff\x37\x92\x40\x09\x63\x08\x00\x00") - -func daemonsetAppsKubeServiceCatalogApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsKubeServiceCatalogApiserverYaml, - "DaemonSet.apps/kube-service-catalog/apiserver.yaml", - ) -} - -func daemonsetAppsKubeServiceCatalogApiserverYaml() (*asset, error) { - bytes, err := daemonsetAppsKubeServiceCatalogApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/kube-service-catalog/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsKubeServiceCatalogControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4d\x6b\x1b\x31\x10\xbd\xfb\x57\x88\x5c\x02\x06\x79\x09\x4d\x4b\x59\xc8\xc1\x69\xdc\x52\xda\x38\x21\x2e\xbd\x96\xb1\xf6\x79\x23\xac\x8f\x65\xa4\x5d\xf0\xbf\x2f\xb2\xe3\xb5\xd6\x89\x9d\xe8\x24\xe6\xbd\x99\x79\x33\x9a\x11\x35\xfa\x2f\x38\x68\xef\x4a\x41\x4d\x13\x8a\xee\x6a\xb4\xd6\xae\x2a\xc5\x1d\xc1\x7a\xb7\x40\x1c\x59\x44\xaa\x28\x52\x39\x12\xc2\xd0\x12\x26\xa4\x9b\x48\xfc\x52\x28\xef\x22\x7b\x63\xc0\xd2\x92\xa3\x1a\x3c\x12\xc2\x91\xc5\x19\x28\x34\xa4\x50\x8a\x75\xbb\x84\x0c\xe0\x4e\x2b\x48\x45\x91\x8c\xaf\x47\xa1\x81\x4a\xe1\x03\x0c\x54\xf4\xbc\x4b\x65\x29\xaa\xe7\xdf\x59\xee\x73\xd9\x23\x6c\x63\x28\xe2\xc5\x35\x53\x9f\x8e\x19\x44\x39\x17\x47\x88\xbd\x98\x74\x12\x85\xb4\x03\xf7\xbe\x52\x10\xd7\x59\x24\x79\x2a\xcc\x0e\x94\x32\x40\xb5\x0c\xd9\x78\x8e\x99\xfd\xe2\xcb\xf5\xf5\xa7\x8b\x9c\xd8\xe5\xe8\x10\x92\x06\x54\x81\xe5\xb6\x3b\xda\x3b\xd9\xf7\x33\x63\xbd\xd9\xd8\x53\x41\x24\x23\xf8\x96\x15\xa4\xf1\x6a\x3d\x2c\x66\xa5\x6b\x4b\x4d\x18\xf8\x2a\xd3\x86\x08\x96\xba\x92\x3d\xe3\xa0\xe2\xe6\xdd\xdc\x4b\xf6\x6b\xb0\x64\x18\x1d\xa2\xd4\x2e\x82\x3b\x32\x19\xe5\xb3\x1d\xf0\x57\xa0\x98\xba\x56\x53\x44\xae\xe4\x81\x75\xad\x1d\x45\xed\xea\x9f\x15\x5c\xd4\x71\x73\x13\xb9\xc5\x87\x9c\xa7\x61\xe3\xd4\xad\x76\x95\x76\xf5\x43\x03\xa6\xd4\xcb\xf0\x71\xff\xf9\xbe\xde\x6a\xb1\x2b\xf5\x76\x5b\xd5\x30\x80\xf2\xd6\x92\xab\xf2\x01\x29\xda\xc0\xc5\x52\xbb\xe2\x54\x87\xe0\xba\x9c\xbf\x5b\xa4\x5f\x5f\x17\xff\xe6\xd3\xfb\xd9\xe2\x71\xfa\x6d\xd6\xa3\x42\x74\x64\x5a\x7c\x67\x6f\xcb\xcc\x28\xc4\x4a\xc3\x54\x4f\x58\x0d\xad\x69\xd2\x0f\xbb\xde\x5d\x1d\x81\x5b\xa7\x47\x8a\xcf\x65\xbf\x31\x93\xd7\xb3\xa5\x2d\xd5\x28\xc5\xe5\x78\x3c\x16\x3f\x66\xf3\xd9\xd3\xf4\xcf\xec\x4e\x8c\xc7\xe3\xcb\x9e\x72\x66\xf7\x77\x27\x8d\xff\xab\xad\xd9\x6e\xd6\xa3\xe7\x58\x8a\xb4\x0e\x3d\xda\x79\xd3\x5a\xdc\xfb\xd6\x0d\x7d\x6c\xb2\xec\xe4\x16\x1d\x71\xc1\xad\x2b\xd2\xe8\xb1\x43\x44\x38\x39\x80\x7b\x79\x47\xb8\x0c\xc1\x64\x1c\x06\x55\x0f\xce\x6c\x4a\x91\xbd\xa7\xf3\x15\x16\x83\x4f\x69\x6f\x95\xec\x0d\x26\x87\xec\x13\xed\x0b\x4b\x69\x49\x4a\x71\x91\x22\xec\x37\xf8\x25\xeb\x54\xa9\xa4\x7e\xfe\xa6\x92\x43\xe3\x46\x79\x07\xb2\x4f\xe7\xfd\x0a\x02\x14\x23\xe6\xcf\xaf\x23\x6c\xc8\x0d\x52\xac\x91\xea\x33\x61\xa2\xb2\xdf\x68\xfb\x3e\xdb\xae\x52\xa3\x53\x0a\xf0\x11\x9e\x39\xae\xb1\x39\xeb\x38\xc4\x77\xa2\xe6\x47\xd3\xf1\x32\x1c\x5b\xf9\xff\x03\x00\x00\xff\xff\x09\xb2\x16\x1d\x8c\x06\x00\x00") - -func daemonsetAppsKubeServiceCatalogControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsKubeServiceCatalogControllerManagerYaml, - "DaemonSet.apps/kube-service-catalog/controller-manager.yaml", - ) -} - -func daemonsetAppsKubeServiceCatalogControllerManagerYaml() (*asset, error) { - bytes, err := daemonsetAppsKubeServiceCatalogControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/kube-service-catalog/controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\x5d\x6f\xe2\x3a\x13\xbe\xef\xaf\xb0\x7a\xb3\x52\x25\x27\xb4\x7a\xd9\x8f\xdc\x55\x25\xef\x0a\x9d\x16\x10\x74\x57\x3a\x57\xc8\x38\x43\xf0\xa9\xe3\xf1\xb1\x9d\x6c\xd9\x5f\x7f\x64\x02\xc1\x09\x01\x76\x97\xab\xca\x33\xf3\x8c\x9f\xf9\x78\x9c\x32\x2d\xbe\x83\xb1\x02\x55\x42\x98\xd6\x36\xae\xee\x6f\xde\x84\xca\x12\x32\x62\x50\xa0\x5a\x80\xbb\x29\xc0\xb1\x8c\x39\x96\xdc\x10\x22\xd9\x0a\xa4\xf5\x7f\x11\xc2\x7e\x96\x06\x22\xd4\xa0\xec\x46\xac\x5d\x24\x30\xb6\x5b\xc5\xa9\xc6\x8c\xa2\x76\x02\x15\x93\x72\x4b\x99\xd6\x72\x9b\x90\x0f\x77\x77\x77\xe4\x6b\x3a\x49\xe7\x8f\xaf\xe9\x88\xdc\xdd\xdd\x7d\xb8\x8a\xf2\x83\x09\x47\xd7\x68\xa8\x01\x96\x09\x05\xd6\x26\xe4\x76\xcd\xa4\x85\xdb\x1b\x42\x14\x2b\x20\x21\x12\x73\xca\x14\x93\x5b\x27\xb8\xa5\x0a\x33\xa0\x2c\x07\xe5\xf6\x0e\x56\x33\x0e\x09\x69\xf0\xe9\x2e\x1f\x95\x98\xe7\x42\xe5\x37\x56\x03\xf7\x6c\x2c\x48\xe0\x0e\x4d\xcd\xac\x60\x8e\x6f\x9e\x03\xaa\xc4\x17\xe7\x62\x2e\x07\x85\x96\xcc\xc1\x1e\x20\x28\xd9\x2e\x5a\x29\x74\xcc\x97\xa4\x01\x24\x64\x17\xda\x54\xff\x3e\xba\x1f\x44\x83\xe8\xbe\x31\x67\xc8\xdf\xc0\xcc\x0c\x56\x22\x03\xd3\xf8\x7d\x8a\x06\xd1\x80\x7e\x6c\xdc\x2c\xdf\x40\xc1\x68\x55\xdb\x6d\x42\xaa\x03\x84\x6c\x11\xb8\x4e\x81\x90\x43\x35\xfc\x8f\xa3\x72\x4c\x28\x30\x0d\x02\x25\x1c\x8b\x82\xa9\xec\x08\x49\x49\x8c\xda\xc5\x05\x13\x8a\xfe\x30\x4c\x6b\x30\x91\xdd\x34\x66\x50\x55\xe8\x5b\x37\xec\xf1\xaf\xc5\x72\x9e\x2e\xa6\xdf\xe6\x4f\xe9\x72\x3c\x6a\xec\x84\x54\x4c\x96\x70\x7e\x52\x4e\x41\xbe\x8e\xa7\x93\x3f\x8b\x7f\x9a\x4e\x5e\xe7\xd3\xe7\xe7\x74\xbe\x7c\xfd\x7b\x96\x9e\x82\x1c\xc7\xbf\x1b\x3a\x99\x8e\xd2\xe5\x78\xd6\x0d\xf9\xbf\xc1\x22\x09\x0e\x09\x59\x0b\x90\xd9\x1c\xd6\xed\x53\xdf\x87\xe3\xce\x55\xf7\x1d\xe3\x2e\x68\xc6\xdc\x26\x21\xd6\x31\x57\xda\x68\x83\xd6\x05\xe9\x0e\xd7\x98\xa7\xb3\xe7\xf1\xd3\xe3\x22\x7d\x5d\x2e\xd2\xf9\xf7\xf1\x53\xba\x4c\x27\xa3\xd9\x74\x3c\x79\x3d\x65\xb3\x01\x26\xdd\xa6\xc0\x0c\x24\x35\xa0\xa5\xe0\xcc\x82\xa3\x16\x4c\x25\x78\xb0\x7d\x9d\xed\x38\xa0\x88\x82\xe5\x57\x0a\x2b\x45\x05\x7e\x41\x67\x06\x57\x10\x32\x86\xf7\xe3\x4c\xd5\xbf\x93\x29\xaa\x69\xc5\x2b\xa1\xe2\x15\x0b\xc6\xa7\x3e\xa7\xbc\xeb\xe8\x47\xee\x90\x4f\xfb\x7c\x51\x2b\x48\x28\xe1\x04\x93\x23\x90\x6c\xbb\x00\x8e\x2a\xb3\x09\xf9\x38\x08\x3c\x34\x18\x81\x59\x9f\xed\xaa\xa6\xec\x01\xd0\x38\x1b\x8e\x76\xb3\x2d\x33\x34\x2e\x21\x0f\xc3\x87\x87\x8f\x41\x42\xdf\xc3\x3e\x4b\x6f\xe0\xf0\x6c\xe0\xf0\x72\xe0\xff\xce\x06\x86\x16\x6d\xd0\x21\x47\x99\x90\x6f\xa3\xe3\x58\x19\xb0\x58\x1a\x0e\x36\x6c\x8b\x14\x85\x70\xb6\xd3\x3d\x5d\x26\xe4\x7e\x38\x28\x5a\xa7\x05\x14\x68\xb6\xbe\x94\x83\x17\x11\x58\x0c\xfc\x5b\x82\xed\xc5\xf8\x34\xec\x87\x78\x78\x18\x06\x10\x16\x78\x69\x84\xdb\x3e\xa1\x72\xf0\xee\x92\x16\x11\x51\x09\x09\x39\x64\x09\x71\xa6\x84\x30\x6d\xa9\x1e\xed\x37\x0b\x26\x21\xc7\xde\x56\x28\xcb\x02\x5e\xb0\x54\xed\xde\x15\xfe\xa4\x5e\xb9\xd8\x97\x6d\x6d\x03\xa4\x7a\x20\xfc\x31\x35\x88\xae\x45\x8d\x65\x53\xe5\x9f\xb6\x56\xf2\x36\x5e\xc5\x4c\x6c\x4a\xb5\xc3\x3d\x41\xad\x98\xa1\xa6\x54\x17\x42\x25\xe6\xfd\x77\x09\x0d\x3d\x61\x62\x15\xd7\xcf\x47\x7c\x94\xf1\x13\xa0\xc6\xe4\xc7\x5d\x33\xb7\x39\x83\x08\x8e\xc7\x6f\xe5\x0a\x8c\x02\x07\xb6\x9f\x4a\xad\x1b\xff\x58\x54\xd7\x90\xb0\xb0\xbb\x5d\xa2\x16\xb8\x81\x53\xa4\xd6\xee\x5d\xc0\xe1\xa8\xd6\x22\x8f\x2d\x38\x27\x54\x7e\xca\xee\x60\xa0\x15\x4a\x5a\x3b\xff\x6e\xf3\x2e\x3d\x6d\xfd\x52\x51\x33\x03\xe5\xcc\x56\xa3\x50\x21\x3b\x5b\xae\x6a\xd8\x73\x88\xa7\x14\x8d\xdd\x5a\x89\x79\x94\xc5\x5f\x86\xf4\x50\xb7\xc8\x73\xb9\x72\x8d\x7d\xe0\x29\xed\xe6\x12\x07\xe8\x00\xcc\xcb\xdc\xa2\xf5\x19\xe4\x7f\x2b\x70\x2c\x3a\x76\xdf\x7f\x9e\xa1\x4d\x88\x14\xaa\x7c\x3f\xaa\xa6\x57\x48\x83\x12\x3a\x9e\x1c\x0b\x5d\x3a\x48\xc8\xad\xaf\xf2\xed\xde\x7f\xff\xea\x3c\x72\xee\xf9\x4e\xce\x95\x71\xef\xed\x50\x82\x69\x7f\x3a\x51\x02\xeb\x35\x70\x97\x90\x09\xa6\xef\xc0\x4b\x77\xec\x20\x6a\xef\x8d\x26\x21\xe9\xbb\xb0\xce\xf6\x84\x2c\xf8\x06\xb2\x52\x5e\x8d\xa9\xf5\x22\xc8\xba\xd3\x54\x5f\xbe\x50\x84\xea\x76\x75\x1e\x90\xae\x5e\x5c\x8c\xdd\x6b\x44\x07\xa2\x2d\x0e\x17\x01\xfc\xac\x78\xb3\x0f\xec\xa0\x34\x3b\x4e\x3b\x0e\x57\x6f\x14\x2a\x4c\xaf\xf0\x5c\x47\xb8\xa8\x42\x97\x35\xe8\x2a\xdf\xe3\xa0\x75\x10\xfb\x95\x68\xf7\x5e\xae\x45\xfe\xc2\x74\x72\x5e\x08\x29\xfb\x59\xd0\x62\x3f\x7f\x27\xcb\x73\xf8\x9f\xa6\xa3\x19\xd7\xe4\xe6\x4c\xea\x0c\xd6\xac\x94\xee\x05\x33\x48\xc8\x70\xf0\xe5\x4f\x95\xe5\x37\x9c\x2f\x16\xe1\x97\x14\xe4\x97\x5d\xe9\x45\x35\xaf\xa5\xff\x6c\x35\x1e\x3e\x7f\x0e\x35\x6b\xe7\xdc\x23\x13\x37\xff\x05\x00\x00\xff\xff\x92\x88\xfb\x07\xbd\x0e\x00\x00") - -func daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYaml, - "DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml", - ) -} - -func daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYaml() (*asset, error) { - bytes, err := daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x6f\x6b\xdb\x3e\x10\x7e\xef\x4f\x71\x84\x42\xdb\x80\x62\xfa\x07\x7e\xf9\xe9\x5d\xa0\xd9\x06\x5b\xd3\x92\x74\xdb\xbb\x81\x2a\x5f\x12\x11\x59\x12\xd2\xd9\x5d\xc6\x3e\xfc\x90\xdd\x04\x39\x89\x4b\x5f\x54\x60\x30\xcf\xdd\x3d\xf7\xe8\x74\x77\xc2\xa9\x1f\xe8\x83\xb2\x86\x83\x70\x2e\xe4\xf5\x55\xb6\x51\xa6\xe0\x70\x27\xb0\xb4\x66\x81\x94\x95\x48\xa2\x10\x24\x78\x06\xa0\xc5\x33\xea\x10\xff\x00\xc4\x9f\xca\xe3\xc8\x3a\x34\x61\xad\x96\x34\x52\x36\x0f\x5b\x23\x99\xb3\x05\x7b\x11\x8a\xd8\xd2\x7a\xe6\x51\x14\xca\x60\x08\x1c\x06\x4b\xa1\x03\x0e\x9a\xd8\xcd\x38\x30\xe1\x1c\x07\x24\x59\xb0\x12\xc9\x2b\x19\x32\x00\x23\x4a\x3c\x09\x06\x27\x24\x72\xd8\x67\x63\x4d\x76\x56\x5a\xa3\xc8\x7a\x65\x56\x59\x70\x28\xa3\xb0\x80\x1a\x25\x59\xdf\x8a\x2c\x05\xc9\xf5\xb7\x44\x75\x7f\x6e\xc2\xd2\x69\x41\xf8\x1a\x98\xdc\x3a\x1e\xdd\xe1\xe8\x67\x01\xd8\x09\x89\x47\x5a\x43\x42\x19\xf4\xfb\x48\x06\xc2\xaf\x12\x1e\x06\xa4\x83\xf3\xf6\xf7\x36\x81\x18\x5b\xdb\x40\xf1\xde\x09\xb8\x26\x72\x81\xe7\xf9\xd9\xc5\x97\x87\xc5\xd3\x6c\x72\x3f\xbd\xe4\xd7\x37\xff\xfd\xdf\x89\xd3\x2a\x10\x9a\x04\xe2\xe3\xdb\xdb\x9b\x8e\x8b\x14\x12\x3d\x25\x50\x8e\x24\xe3\x57\xe4\x52\x8c\x64\xc7\xc4\x58\xaf\xaf\x43\xf4\x47\xde\x1b\xdc\xf6\x3b\x77\x8d\x8c\x05\xf4\xb5\x32\xab\x83\x98\x5a\xf8\xfc\xd5\xd2\x24\xcf\x49\x87\xbe\xd0\x43\x71\x27\x63\x0f\x35\xbe\xac\x15\x61\xac\x53\x82\xfe\xca\x5f\x5f\xf0\x22\xff\x7b\x76\xb9\x37\xa0\xa9\xd3\x97\x6a\xbb\x73\x57\xfd\xbd\x01\xa0\x16\xba\xc2\x4f\xde\x96\x3c\x01\x01\x96\x0a\x75\x31\xc7\x65\x17\x05\x48\xa7\xae\xbe\x3a\x30\x36\x41\x8f\x82\xd6\xbc\xe9\xa4\x91\xb1\x05\xce\xba\x9d\xd0\xea\xf8\xbe\x98\xce\xdf\xa7\x23\xa0\xf4\x48\x5f\x71\x7b\x42\xcb\x06\xb7\x1c\xaa\x80\xbe\xd3\x6d\xed\x39\x39\x8d\x5d\x11\x8f\x93\xc5\xe2\xe7\xc3\xfc\xee\x03\x44\x38\x11\xc2\x8b\xf5\xc5\xfb\x45\xa8\x52\xac\x90\xc3\xf9\x70\x38\x84\xcf\xd3\xd9\x74\x3e\x79\x9a\xde\xc1\x70\x38\x3c\xcf\xde\x11\xed\xac\xa7\xce\x20\xee\x87\xf5\xd1\x7a\xe2\xd0\x19\x9c\x1d\xd3\x21\x49\x6d\x75\x55\xe2\xbd\xad\x4c\x97\xab\x8c\x48\xfb\x8a\xfb\x29\x38\x22\x6b\x64\x49\x6b\x96\x6a\x95\xd8\xe2\xca\x7c\x30\x7a\xcb\x81\x7c\x85\x3d\x9c\x87\x9d\x7e\xc4\xdd\x63\x3c\x49\x1e\x5b\x6c\xd1\x59\x9b\x3b\x94\x79\xab\x71\xb4\xa9\x9e\xd1\x1b\x24\x0c\x71\xc9\x97\x22\x10\x7a\x0e\x83\xc8\x30\xc8\x76\xaf\xeb\x6b\x25\x71\x22\x65\x14\x39\xeb\xab\x7a\x5b\xae\x64\x19\xc6\x3d\xd7\x5c\x29\xd1\xe8\x7a\xca\xd6\x57\x34\xf6\xd6\x95\xdb\xb6\x4b\xe9\x0b\x5c\x8a\x4a\xd3\xbd\x2d\x90\xc3\xf5\x78\x9c\x98\x5a\xe7\x63\xf5\xec\x04\x35\x7b\xab\xb7\x3e\x24\x6b\xf6\x2f\x00\x00\xff\xff\xfe\x59\x49\xc2\x9e\x07\x00\x00") - -func daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYaml, - "DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml", - ) -} - -func daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\xc1\x6e\xdb\x30\x0c\xbd\xe7\x2b\x88\x5e\x0a\x18\x50\xbc\x61\x3d\x0c\x06\x72\x28\xd0\xa2\x3b\xac\x45\xb0\x04\xbb\x33\x32\x13\x0b\x91\x25\x81\xa2\x0d\x64\x5f\x3f\x28\x4e\x1c\x3b\x71\xba\xe9\x64\x3f\xf2\x3d\x92\x8f\x12\x06\xf3\x9b\x38\x1a\xef\x0a\xc0\x10\x62\xde\x7e\x9d\xed\x8d\x2b\x0b\x78\x41\xaa\xbd\x5b\x91\xcc\x6a\x12\x2c\x51\xb0\x98\x01\x58\xdc\x90\x8d\xe9\x0b\x00\x83\x89\xc4\x2d\x71\x01\x0f\xc2\x0d\x3d\xcc\x00\x1c\xd6\x54\x5c\x22\x27\x24\x06\xd4\x54\x80\x0f\xe4\x62\x65\xb6\xa2\x84\xea\x60\x51\x48\xa5\x34\xa3\x49\x6d\xd8\xef\x89\x67\x31\x90\x4e\xe2\x91\x2c\x69\xf1\xdc\x15\xaa\x51\x74\xf5\x73\x50\x79\xba\xf6\x59\xf4\x44\x1a\x74\x9d\x8e\x1d\xf1\xa7\x15\xd2\xb9\x9d\x00\xe0\xdc\x56\x3a\xda\x3b\x41\xe3\x88\x7b\x2d\x05\xda\xd7\x35\xba\xf2\x22\xae\x20\x6f\x22\xe7\x1b\xe3\xf2\x7b\xa3\x5e\x52\xa3\x20\xcb\xe0\xff\xdf\x0c\xa5\x22\xe9\x86\x49\x05\xcf\xb2\xf8\xfe\xf4\xf4\x6d\x14\xc4\xa6\x34\xa2\xac\xdf\xa9\x80\x52\x2d\xd4\x28\x28\x36\x2a\x4d\x2c\x6a\x6b\x2c\x2d\xf2\x16\x39\x3f\xd6\x71\xbb\x23\x9c\x8b\x8d\x73\x3d\xea\xa7\xe3\x04\x36\x6d\x6a\x6a\x4f\x87\xcf\xa8\x7b\x3a\x8c\xa8\xed\xe2\xcb\xe8\x5f\x7b\xb7\x35\xbb\x8e\xdc\x9b\x7c\x42\x6f\x80\xf9\x01\x6b\xdb\xd3\x4d\x8d\x3b\x2a\xe0\x31\xcb\x32\x78\x7b\xfd\x78\xfd\xf5\xbc\x7e\x7d\x81\x2c\xcb\x1e\xfb\x94\xa9\xe5\xa5\x93\x7c\x8a\xc3\xf5\xf4\x5b\x5c\x7a\x96\x02\x46\x16\x32\x61\x69\x1c\xc5\xb8\x64\xbf\xa1\x0b\x0b\xa0\x12\x09\x6f\x24\x43\x08\x20\x79\x5c\x40\x5e\x11\x5a\xa9\xfe\x8c\x43\xb7\xe2\xc7\xeb\xa4\x2b\x4a\x7d\xfe\x58\xaf\x97\xab\x3e\xd2\x7a\xdb\xd4\xf4\xee\x1b\x37\x6e\xb5\x4e\xc8\xb2\x2b\x72\x6d\xf9\x40\xb6\x1b\x7d\x32\x78\xab\x71\x6d\xf4\x8d\xce\x9d\x04\xe7\x4b\x5a\x8d\xde\xe6\x19\x55\xec\x2d\xcd\xf7\xcd\x86\xd8\x91\x50\x9c\x1b\x9f\x1b\xb7\x65\xbc\x7a\x5e\xa7\x3b\xfd\xac\x75\x6a\xe9\x63\x72\x5f\x9d\x13\x83\xf7\xf5\xc9\x6c\x91\x34\x8f\x37\xd2\x21\x57\xca\x6a\x82\x7c\xbc\x05\x5b\xb3\x7b\xc7\x50\xfc\xaf\x01\x77\xc3\x7f\x03\x00\x00\xff\xff\x31\x28\x8b\xcc\x49\x05\x00\x00") - -func daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYaml, - "DaemonSet.apps/openshift-template-service-broker/apiserver.yaml", - ) -} - -func daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYaml() (*asset, error) { - bytes, err := daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "DaemonSet.apps/openshift-template-service-broker/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsDefaultRegistryConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\x4f\x4f\xe3\x3e\x10\xbd\xf7\x53\x8c\xb8\x20\x55\x0a\x05\xa4\x9f\x04\xbe\xf1\x6b\xbd\x34\xa2\x24\x51\x92\x22\x71\x8a\x8c\x33\xb4\x16\x8e\x6d\xd9\x93\xae\xfa\xed\x57\xa1\x7f\x36\xa5\x6c\xd9\xdd\xc3\xe6\x14\xcd\xf3\x7b\xf3\x9e\x3d\x1a\xe1\xd4\x13\xfa\xa0\xac\x61\x20\x9c\x0b\xa3\xd5\xd5\xe0\x4d\x99\x9a\xc1\x04\x9d\xb6\xeb\x06\x0d\x0d\x1a\x24\x51\x0b\x12\x6c\x00\xa0\xc5\x0b\xea\xd0\xfd\x41\x47\x60\xe0\x71\xa1\x02\xf9\x75\x24\xad\x09\x56\xe3\x3b\x62\x44\x83\x9f\x42\x27\x81\xe0\x84\x44\x06\x35\xbe\x8a\x56\xd3\x20\x38\x94\x5d\x23\x8f\x4e\x2b\x29\x02\x83\xeb\x01\x40\x40\x8d\x92\xac\xdf\x58\x68\x04\xc9\xe5\xac\xe7\xe9\x44\x0b\xc2\xc6\x69\x41\xb8\x65\xf6\x42\x75\x9f\x3e\x10\x39\x15\xee\x64\x13\x80\x9d\xed\xee\x93\xd6\x90\x50\x06\xfd\x5e\x38\x02\x34\xab\x9f\x5d\xa2\xad\x52\x9a\xf1\xa4\x98\xc6\xdf\xca\x2a\xbd\x9b\x97\xd3\x2a\xcb\xd3\xa7\x78\xc2\xf3\x6a\x9e\xcf\xf6\x87\x01\x56\x42\xb7\xc8\xe0\x7c\x38\x1c\xc2\x3d\x4f\x78\x7e\x57\xf2\x09\x0c\x87\xc3\xf3\x2f\x15\xc7\xb3\x98\x27\x65\x15\x4f\x8e\xe5\xa4\x95\x6f\x4e\x51\x64\x45\x4b\xcb\x48\x6a\xd5\x3d\xfa\x47\xbd\x87\xf9\xff\x3c\x4f\x78\xc9\x8b\x2a\x4e\x0a\x3e\x9e\xe7\xfc\x58\xe9\xec\x55\xe8\x80\x67\x47\xe4\x71\x3a\x7e\xc8\xe2\xb2\xea\x44\xfe\x82\x9e\xf3\xfb\xb8\x28\xf3\xe7\x2a\x4d\x66\xcf\x9f\xd0\xc8\xb7\xa7\x58\xd3\xb4\x28\xff\xec\x12\x55\x23\x16\x5f\x1c\xd1\x6a\x85\x06\x43\xc8\xbc\x7d\x41\xd6\x93\x5f\x12\xb9\x7b\xa4\x7e\x09\xc0\x09\x5a\x32\x18\x39\x65\x16\x87\x75\xeb\x89\xc1\xed\xe5\xed\xe5\x41\x39\xc8\x25\x76\x11\xa6\x65\x99\xf5\x00\x65\x14\x29\xa1\x27\xa8\xc5\xba\x40\x69\x4d\x1d\x18\x5c\xf5\xa9\xa4\x1a\xb4\x2d\xed\xc1\xff\x7e\x67\x62\x77\x46\x42\x7f\x2e\xf7\xa3\x9b\x1d\x5b\xf4\x28\x6a\xf5\xaf\xc3\xff\x3a\xda\xca\xea\xb6\xc1\x47\xdb\x9a\xc3\x08\x4d\x57\xc9\x36\xcd\x91\xe4\x68\x3b\xe7\xa3\xef\x21\x92\xe8\x29\x5c\xd4\x3d\xf9\xcd\xfd\x04\xf4\x2b\x65\x16\xef\x78\x0f\xec\x02\xa7\x46\xaf\x19\x74\xa3\xb6\x5b\x34\xb6\xc6\xe2\x60\x1b\xed\xaa\x91\xb7\x1a\x2f\xde\xda\x17\xf4\x06\x09\xc3\x85\xb2\x23\x65\x5e\xbd\xf8\x30\xab\x1b\xe3\xbd\xdd\x70\xc2\x44\x40\xe9\x0f\x2f\x76\xbb\x27\x1f\x6d\x8d\x0c\xae\x6f\x6e\x7a\xd0\xe6\x70\xf2\xf9\x93\xff\x08\x00\x00\xff\xff\x68\xf8\x6d\xca\xf4\x05\x00\x00") - -func deploymentAppsDefaultRegistryConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsDefaultRegistryConsoleYaml, - "Deployment.apps/default/registry-console.yaml", - ) -} - -func deploymentAppsDefaultRegistryConsoleYaml() (*asset, error) { - bytes, err := deploymentAppsDefaultRegistryConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/default/registry-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftAnsibleServiceBrokerAsbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x53\x4d\x8b\xdb\x30\x10\xbd\xe7\x57\x0c\x7b\x59\x30\x68\xcd\xb2\x14\x8a\x6e\xdb\x26\x4d\x4b\xbb\xd9\x90\x84\x5e\xcb\x58\x99\xac\x45\x64\x49\x48\x13\x43\xfa\xeb\x8b\x6a\xc7\x2b\x77\xbd\xfd\xb8\xd5\x27\xf3\x34\xf3\xe6\xbd\x37\x12\x7a\xfd\x95\x42\xd4\xce\x4a\x40\xef\x63\xd9\xde\xce\x8e\xda\xee\x25\xcc\xc9\x1b\x77\x6e\xc8\xf2\xac\x21\xc6\x3d\x32\xca\x19\x80\xc1\x8a\x4c\x4c\x7f\x90\x1a\x24\x38\x4f\x36\xd6\xfa\xc0\x02\x6d\xd4\x95\x21\x11\x29\xb4\x5a\x91\xa8\x82\x3b\x52\xf8\x59\xd9\x43\x12\x30\x56\x33\x00\x8b\xcd\xe8\x3f\x7a\x4c\x87\x7f\xa4\x8a\x9e\x54\x1a\x1d\xc8\x1b\xad\x30\x4a\xb8\x9d\x25\x72\x43\x8a\x5d\xe8\x44\x35\xc8\xaa\xfe\x92\xa9\xfc\x7b\x9d\x4c\x8d\x37\xc8\xd4\x13\x65\xae\xd3\x67\x46\x9c\xff\xe2\x7e\x22\x01\x80\x8b\x97\xf4\x29\x67\x19\xb5\xa5\x30\xd0\x0b\x20\xdb\x3e\xcf\x12\x7d\x64\xef\x36\x8f\x9f\x17\x9b\x6f\xef\x1f\x57\x1f\x3e\x2d\x87\x53\x80\x16\xcd\x89\x24\x94\xc4\xaa\x9c\x16\x52\x2a\x67\x0f\xfa\xe9\xe6\x8c\x8d\x19\x1a\x75\x83\x4f\x24\xe1\xba\x28\x0a\x58\x2e\x56\x8b\xcd\xfd\x6e\x31\x87\xa2\x28\xae\x87\x12\xa3\x5b\xb2\x14\xe3\x3a\xb8\x8a\x64\x36\xb2\x66\xf6\x4b\xe2\x1c\x02\xf0\xc8\xb5\x84\xb2\x26\x34\x5c\x7f\x1f\x1f\xb9\xc0\x12\x6e\xef\xee\xde\x8e\xe0\xa8\x6a\x4a\xce\x3e\xee\x76\xeb\x6d\x76\xa2\xad\x66\x8d\x66\x4e\x06\xcf\x5b\x52\xce\xee\xd3\xb6\xdf\x0c\x15\xf9\x15\x7a\x1e\x10\xf3\xc8\x86\x54\xd7\x2f\x47\x07\xc2\xbd\xfe\x1f\x7d\xb5\xce\x9c\x1a\x7a\x70\x27\x3b\x36\xd3\x24\x64\xdd\xc9\x78\x7d\xcb\xd9\xa0\x2e\xa0\x6e\xeb\xa2\x63\xfd\x0d\x1d\x9b\x58\xfa\xa0\x5b\x64\x7a\xc1\x81\xb1\x12\x6c\x62\x8f\x5b\xb7\xa7\xed\xe8\xc5\x5d\x50\x11\x9c\xa1\x9b\xe3\xa9\xa2\x60\x89\x29\xde\x68\x57\x6a\x7b\x08\x28\xe1\x8a\xc3\x89\xae\xfa\xea\x5e\xf2\xbd\x52\x49\xc4\xea\x97\x45\x76\x52\xb3\x87\xd0\x59\x78\x40\x9f\xaf\x44\x33\x35\x31\x07\x04\x1c\xe9\x2c\xa1\x8b\x41\x74\x3d\x13\x2b\x9c\x7a\x05\x17\x9f\xd3\xbd\xaf\xe7\x28\x26\xf3\x49\xfe\x54\x18\x5f\xa0\x0e\x59\x8d\xaa\x7f\x04\x00\x00\xff\xff\xc9\x5a\x28\x6f\x7a\x05\x00\x00") - -func deploymentAppsOpenshiftAnsibleServiceBrokerAsbYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftAnsibleServiceBrokerAsbYaml, - "Deployment.apps/openshift-ansible-service-broker/asb.yaml", - ) -} - -func deploymentAppsOpenshiftAnsibleServiceBrokerAsbYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftAnsibleServiceBrokerAsbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-ansible-service-broker/asb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftAzureBrandingBrandingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\x4d\x6b\xdb\x40\x10\xbd\xeb\x57\x0c\xb9\x04\x04\x8a\x9c\xd0\x42\xd8\x5b\x20\xa6\x84\x36\x6d\x68\x9a\xde\xc7\xd2\x58\x5a\xb2\x5f\x9d\x9d\x75\xa2\xfe\xfa\xb2\x76\x6d\x4b\x56\x4d\x75\x12\xf3\x66\xde\x7b\x33\x6f\x31\xe8\x9f\xc4\x51\x7b\xa7\x00\x43\x88\xf5\xe6\xba\x78\xd5\xae\x55\x70\x4f\xc1\xf8\xc1\x92\x93\xc2\x92\x60\x8b\x82\xaa\x00\x30\xb8\x22\x13\xf3\x1f\xe4\x01\x05\x2b\x46\xd7\x6a\xd7\x15\x00\x0e\x2d\xcd\x0a\x31\x60\x43\x0a\x7c\x20\x17\x7b\xbd\x96\x0a\x7f\x27\xa6\xea\xd0\x15\x03\x35\x99\x8e\x29\x18\xdd\x60\x54\x70\x53\x00\x44\x32\xd4\x88\xe7\x9d\x90\x45\x69\xfa\x2f\x23\xe5\xb9\x76\x14\x46\xa1\x6e\xd8\xe1\xec\x8d\xd1\xae\x7b\x09\x2d\x0a\xed\x47\x2c\xbe\x3f\x27\xee\x48\xc1\xe2\x58\x79\x71\xb8\x41\x6d\x70\x65\x48\xc1\x75\x01\x20\x64\x83\x39\x4c\x8d\x57\xcf\x9f\x99\x98\x98\xdb\x00\xd8\xef\xb3\x45\xd7\x6b\xed\xb4\x0c\xc7\xfe\xe0\xdb\x3b\x27\xfa\x6e\x06\xe4\x03\xfc\x4a\x9a\xa9\xbd\x4f\xac\x5d\xf7\xdc\xf4\xd4\xa6\xbc\xc4\x43\xe7\xfc\xa1\xbc\x7c\xa7\x26\x49\x8e\x6b\x34\x59\xed\x6c\x3d\x4f\x6e\x76\xfc\xb6\xd7\x5b\xbe\x07\xa6\x98\x83\x8e\xa7\x78\x05\xaf\x34\x6c\xe3\x3f\x01\x20\xa7\xc6\x98\x29\xe1\xc1\xcd\xc0\x0d\x9a\x44\x33\xb6\xcc\x77\x36\xec\x71\x9b\xf8\xe0\x8d\xef\x86\xcf\x59\xfc\x35\xad\x88\x1d\x09\xc5\x2b\xed\xeb\xde\x47\xc9\x6f\xe7\x6f\x7f\xe3\x9d\xa0\x76\xc4\x07\xb1\x0a\xb4\xc5\x9c\xe4\x65\x59\x96\xf0\x69\xf9\x75\xf9\xfd\xee\xc7\xf2\x1e\xca\xb2\xbc\x3c\x88\xcc\x9e\xe3\x3e\x02\x96\x91\xeb\xea\x48\xff\xe4\x59\x14\xdc\x2e\x6e\x17\xc5\x31\x94\xe8\x13\x37\xd3\x35\x8d\xb6\x5a\x4e\x16\x6f\x42\x52\x70\xb3\x58\xd8\x49\xd5\x92\xf5\x3c\x6c\x81\x47\x7d\x92\x35\xc5\x7f\x72\x5c\x9f\xa3\xf8\x38\x62\xd8\x78\x93\x2c\x3d\xfa\xe4\xa6\xab\xd8\x5c\x79\x42\xe9\x15\xd4\x3e\x48\xcd\x7d\xdd\x8b\x84\xf6\xe6\x43\xcd\xde\x4b\xbd\x41\xae\xdf\xde\xde\xea\x5e\xac\x19\xa9\x9c\xb9\x54\xf6\x89\xed\x37\x67\x06\x05\xc2\x69\x1f\x87\xf3\x2d\xcd\xdf\x5a\xae\x56\xec\x0d\x5d\x4d\xb3\xd4\x6e\xcd\xa8\xe0\x22\x13\x5c\x14\x63\xfb\xa3\x34\x1b\xef\xd6\xba\x7b\xc4\xa0\xfe\xef\xea\xa4\xfc\x27\x00\x00\xff\xff\x23\xdd\x95\xda\xc2\x04\x00\x00") - -func deploymentAppsOpenshiftAzureBrandingBrandingYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftAzureBrandingBrandingYaml, - "Deployment.apps/openshift-azure-branding/branding.yaml", - ) -} - -func deploymentAppsOpenshiftAzureBrandingBrandingYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftAzureBrandingBrandingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-azure-branding/branding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x5d\x6f\xe2\x38\x14\x7d\xe7\x57\x58\x7d\x19\x09\xc9\x7c\x69\x99\x99\xf5\x5b\x55\xd8\x51\xb5\x2d\x20\x68\x57\xda\xa7\xca\x38\x17\xf0\xd6\xf1\xf5\xda\x4e\xa6\xcc\xaf\x5f\x99\x40\x70\x42\x1a\x3a\xb3\x3c\x55\xbe\xf7\x9c\xeb\xfb\x75\xe2\x72\x23\xff\x02\xeb\x24\x6a\x46\xb8\x31\xae\x9f\x0f\x3b\xaf\x52\x27\x8c\x4c\xc0\x28\xdc\xa7\xa0\x7d\x27\x05\xcf\x13\xee\x39\xeb\x10\xa2\xf8\x1a\x94\x0b\x7f\x11\xc2\x7f\x64\x16\x7a\x68\x40\xbb\x9d\xdc\xf8\x9e\xc4\xbe\xdb\x6b\x41\x0d\x26\x14\x8d\x97\xa8\xb9\x52\x7b\xca\x8d\x51\x7b\x46\x3e\x75\xbb\x5d\xf2\x6d\x3a\x9b\x2e\x6f\x9f\xa6\x13\xd2\xed\x76\x3f\x5d\x65\xf9\xce\xa5\xa7\x1b\xb4\xd4\x02\x4f\xa4\x06\xe7\x18\xb9\xd9\x70\xe5\xe0\xa6\x43\x88\xe6\x29\x30\xa2\x70\x4b\xb9\xe6\x6a\xef\xa5\x70\x54\xa8\xcc\x79\xb0\x94\x6f\xc3\xcd\x0b\x1f\x67\xb8\x00\x46\xca\x10\xf4\x10\x92\x2a\xdc\x6e\xa5\xde\x76\x9c\x01\x11\x12\xb2\x60\x94\x14\xdc\x31\x32\xec\x10\xe2\x40\x81\xf0\x68\x8b\x54\x53\xee\xc5\xee\x21\xca\x9d\x84\x72\x5d\x0b\xee\x21\x35\x8a\x7b\x38\x72\x44\x65\x3c\x10\x68\x8d\x9e\x87\x32\x95\x9c\x84\x1c\xa0\x65\x4b\x86\xbd\xe1\xa0\x37\xe8\x0d\x4b\x73\x82\xe2\x15\xec\xc2\x62\x2e\x13\xb0\xa5\xdf\x97\xde\xa0\x37\xa0\x9f\x4b\x37\x27\x76\x90\x72\x9a\x17\x76\xc7\x48\x7e\xa2\x50\x95\x1c\x3e\x94\x05\x21\xa7\x0a\x85\x9f\x40\xed\xb9\xd4\x60\x4b\x12\x4a\x04\xa6\x29\xd7\xc9\x99\x95\x92\x3e\x1a\xdf\x4f\xb9\xd4\xf4\xbb\xe5\xc6\x80\xed\xb9\x5d\x69\x06\x9d\xc7\xbe\x45\x1f\x6f\xff\x5c\xbd\x2c\xa7\xab\xf9\xf3\xf2\x6e\xfa\x72\x3f\x29\xed\x84\xe4\x5c\x65\xf0\xfe\x00\x5d\x92\x7c\xbb\x9f\xcf\x7e\x0d\x7f\x37\x9f\x3d\x2d\xe7\x0f\x0f\xd3\xe5\xcb\xd3\xdf\x8b\xe9\x25\xc9\xb2\x18\x92\x15\xf8\x0b\xec\x6c\x3e\x99\xbe\xdc\x2f\xea\x98\x3f\x2c\xa6\x2c\x3a\x24\x64\x23\x41\x25\x4b\xd8\x54\x4f\x43\x2f\xce\xcb\x98\x0f\x6b\xc6\x03\x68\xc1\xfd\x8e\x11\xe7\xb9\xcf\x5c\x6f\x87\xce\x47\xe1\x64\xca\xb7\x57\xb2\x54\x32\x87\xb0\x44\x0b\x8b\x6b\x88\xa3\xc3\xdb\xb9\xc1\xa7\x36\xd7\x5a\x7a\x6c\xeb\x5a\xea\xfe\x9a\x47\xbd\x2c\xce\xa9\xa8\x3b\x86\xfe\x9f\xe2\x99\x10\xaf\x57\x01\x49\x2d\xbd\xe4\x6a\x02\x8a\xef\x57\x20\x50\x27\x8e\x91\xcf\x83\xc8\xc3\x80\x95\x98\x34\xd9\x3e\xb2\xf7\x47\x0e\xb4\xde\xc5\xa3\x56\x4e\xef\x02\xad\x67\x64\x34\x1e\x8d\x3e\xb7\x9b\xc7\xed\xe6\xdf\xe2\x1b\x5b\xf4\x28\x50\x31\xf2\x3c\x59\xb4\xc3\xbe\x44\xb0\x22\x1d\xa9\xa9\x75\xd4\x0b\x53\x5a\x2c\x38\xcc\xac\x00\x17\x37\x41\xc9\x54\x7a\x57\xeb\x95\xc9\x18\x19\x8e\x07\x69\xe5\x34\x85\x14\xed\x3e\x14\x6e\xf0\x28\x23\x8b\x85\x7f\x33\x70\x8d\x1c\x5f\xc6\xcd\x14\xa3\xd1\x38\xa2\x70\x20\x32\x2b\xfd\xfe\x0e\xb5\x87\x37\xcf\x2a\x15\x90\xb9\x54\xb0\x85\x84\x11\x6f\x33\x88\xc3\x66\xfa\xd6\x3d\x3b\xb0\x8c\x9c\x3b\x99\xa3\xca\x52\x78\xc4\x4c\x57\xdb\x94\x86\x93\x62\xd8\xfb\x61\xcc\x37\xee\xa2\x5e\xe1\x98\x5a\x44\x5f\x49\x8d\x27\x73\x1d\x3e\x36\x95\xe0\x55\xbe\x9c\xdb\xbe\xcd\xf4\x81\xf7\x82\x35\xe7\x96\xda\x4c\xb7\x40\x15\x6e\x9b\xef\x12\x1b\x1a\x60\x72\xdd\x2f\xc4\xbb\x7f\x56\xd0\x0b\xa2\xd2\x14\x86\xdb\x70\xbf\x7b\x87\x11\xbc\xe8\xbf\x66\x6b\xb0\x1a\x3c\xb8\xe6\x54\x8a\x8f\xdc\x3f\x0e\xf5\x35\x26\x4c\xdd\x61\x6d\xa8\x03\x61\xe1\x92\xa9\xb2\x69\x3f\x5b\xee\x10\x40\xa0\xde\xc8\xcb\xb2\xb5\x6c\x30\xad\x41\xde\xe3\xec\x3b\xf0\x5e\xea\xed\x65\x29\x4f\x06\x9a\xa3\xaa\xb3\x7d\xf0\xea\x6d\x9f\xb0\xe6\x1c\x8a\xbb\x83\xf6\x76\x6f\x50\xea\xb8\x94\x2e\x5b\x17\xb4\xcd\x8c\x1a\x13\x58\x55\x9e\x1c\xe1\xb7\x06\xcf\x7b\xe7\x46\x87\xb7\x11\x3a\x46\x94\xd4\xd9\xdb\x59\x0e\x31\x01\x6a\x51\x41\xcd\x53\x60\x6a\x32\x0f\x8c\xdc\x84\x1c\x6f\x8e\xfe\x0e\x6c\x2e\x05\xdc\x0a\x11\x32\x9d\xbd\x97\xc4\xd1\xdb\xa3\x02\x5b\x7d\xa3\x50\x02\x9b\x0d\x08\xcf\xc8\x0c\xa7\x6f\x20\x32\x7f\xae\x1f\x9a\xe0\x8d\x96\x91\xe9\x9b\x74\xde\x35\x40\x56\x62\x07\x49\xa6\xae\x62\x0a\x69\x88\xa2\x86\x21\x3f\x54\x30\xd6\x9b\xa2\x51\xb5\x2f\x43\x5d\x1a\x5a\xb1\x47\x39\xa8\x51\x54\x75\xa0\x95\x20\x0c\x63\x30\x07\x60\x8d\xa5\x5c\x67\x5a\x73\xb8\x7a\xa3\x58\x4c\x1a\x35\xe6\x3a\x43\xab\xe0\xb4\xcb\xcd\xd5\x7c\xcf\x83\x56\x63\x6c\x16\x1d\xda\x2a\x24\x85\xea\xc4\x91\x12\xd8\xf0\x4c\xf9\x47\x4c\x80\x91\xd1\xd7\xaf\xf1\x1a\x1d\x9c\x1b\xc6\x36\x7a\x8c\x86\x5d\x7f\xe4\x86\xfd\x1f\xc1\xf9\x49\x40\x6b\xd8\xf3\x18\xf0\x1f\x29\x4d\x8f\x1b\x76\xa1\x49\xa7\x7f\x99\x6a\x9a\x74\x4d\xce\xde\x09\x5d\xa9\xe1\x78\xf0\xfb\xaf\x2a\xd7\x87\x9c\xff\x0b\x00\x00\xff\xff\x24\xe8\x21\xd6\x47\x0e\x00\x00") - -func deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYaml, - "Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml", - ) -} - -func deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x55\x4d\x6f\x1b\x47\x0c\xbd\xeb\x57\x10\xbe\x04\x10\xb0\x96\x5c\xa0\x40\x30\x37\xa3\x16\xd2\x43\xed\x0a\xb5\xd3\x3b\x35\x4b\xad\x08\xcf\x57\x39\x5c\xc5\x9b\xa2\xff\xbd\x18\xad\xbc\x1d\xc5\x92\xd1\xa2\xb7\xec\xc5\xc6\x23\xf9\xf8\xf1\x38\x14\x26\xfe\x9d\x24\x73\x0c\x06\x30\xa5\xbc\xd8\xdf\xcc\x9e\x39\xb4\x06\xee\x28\xb9\x38\x78\x0a\x3a\xf3\xa4\xd8\xa2\xa2\x99\x01\x38\xdc\x90\xcb\xe5\x3f\x28\x01\x06\x3c\xa9\xb0\xcd\xcd\x46\xb8\xed\x68\xc4\xbf\xf6\x42\xd7\x31\x51\xc8\x3b\xde\xea\x35\xc7\x45\x1e\x82\x6d\x52\x6c\x9b\x2f\xc8\xda\x6c\xa3\x34\x42\xd8\x72\xa0\x9c\x0d\x5c\x6d\xd1\x65\xba\x9a\x01\x04\xf4\x74\x86\xb2\xc0\x39\xa1\x25\x03\x13\x6b\x73\xc8\xd2\xf8\x18\x58\xa3\x70\xe8\x66\x39\x91\x2d\x85\x09\x25\xc7\x16\xb3\x81\x9b\x19\x40\x26\x47\x56\xa3\x8c\x25\x7b\x54\xbb\xfb\xa5\xea\xe1\x52\x17\x59\x05\x95\xba\x61\xf4\x92\xe8\x1c\x87\xee\x73\x6a\x51\xe9\x35\xd0\xe3\xcb\x63\x2f\x1d\x8d\x79\x8e\xc8\xe7\x80\x7b\x64\x87\x1b\x47\x06\x96\x33\x00\x25\x9f\xdc\x14\x55\x8f\xb2\x7c\xee\xa4\x94\xcb\x23\x7d\xed\xad\x7c\x36\x06\x45\x0e\x24\x53\x5c\x03\x28\x5d\x36\xf0\x61\x3e\x9f\xc3\xa7\xd5\xc3\xea\xb7\xdb\xa7\xd5\x1d\xcc\xe7\xf3\x0f\x13\xb3\x8d\xde\x63\x68\xff\x49\xd5\xc0\xa2\xcf\xb2\xc8\x1b\x0e\x8b\xfb\x31\xe3\xea\x45\x29\x94\x65\x98\x9c\xd8\x63\x69\xf0\x3d\xe2\x51\xb3\xac\xa8\xb9\x9d\x40\xa1\x1c\x7b\xb1\x54\xb5\x06\xe0\xd8\xb3\x9e\x20\x00\x36\xf5\x06\x7e\x58\x2e\xfd\x09\xea\xc9\x47\x19\x0e\x86\x7b\xae\x2c\x42\x7f\xf4\x94\xcf\x72\xdc\x5c\xa2\xf8\xb1\x62\xd8\x47\xd7\x7b\xba\x8f\x7d\xa8\x39\x1a\xf0\x05\x59\xa3\xee\x0c\x2c\x7c\xeb\x17\x96\x44\x73\x45\x77\xdc\xcb\xd6\x37\xc5\x72\x21\x70\x8f\xb2\x20\xfd\xf2\x26\x2c\x47\xfb\x4c\x7a\x2a\x55\x4d\x31\xce\xbe\x12\x7b\xc4\x9b\xc6\xc6\xb0\xe5\xae\x16\x6c\x44\x8e\x7f\xae\x07\xf4\xee\xbf\x2b\x75\x3e\x5f\x8a\x72\x3a\x92\x69\xcb\xd6\x51\xd4\xc0\xc7\xe5\xc7\xe5\x9b\xce\x76\xaa\xa9\x92\xfc\xf8\xa0\xd7\x12\x37\x54\x2b\x54\xdc\x3e\x91\x9e\x8a\x96\xc6\xa1\xed\x08\x9d\xee\xbe\x2e\x4a\xf4\x70\xea\x70\x2e\x2f\x40\xb6\x3b\x2a\xb9\x7f\x7e\x7a\x5a\x57\x06\x0e\xac\x8c\xee\x8e\x1c\x0e\x8f\x64\x63\x68\xcb\xfb\x5f\x7e\x0f\x0b\xf9\xcd\x1a\x5c\xbc\x92\xb5\x10\xbf\x06\x37\x18\x50\xe9\xe9\xff\x2c\xeb\x61\xa7\xd6\xbd\x73\x8f\x64\x85\xb4\xba\x37\xa3\xf3\x78\x82\x85\x3a\xce\x2a\xaf\xea\x85\xd8\xd2\xe3\xc9\xd1\x7d\x45\x1b\x89\x8e\xae\x9f\xfb\x0d\x49\x20\xa5\x5c\x7e\x18\x38\x6c\x05\x0d\x5c\x95\x52\xaf\x8e\xde\x99\x64\xcf\x96\x6e\xad\x2d\x05\x3f\x1c\x52\x75\x14\x68\x8f\x47\x07\x8d\x8e\x04\x95\x63\xa8\x4a\x7a\xa6\xc1\xc0\x4f\xc2\xca\x16\xdd\x6d\xdb\xc6\x90\xcb\x14\xa6\x0a\x62\x2a\x31\x51\x0c\xac\x5e\x38\x4f\xcf\xbb\xb9\x64\x18\xa5\x79\xd3\xf3\x9b\x23\x90\x0f\xb3\xa9\x17\x60\x44\x1e\xce\xb9\x1f\xde\xd5\x96\xbb\x7b\x4c\xe6\xdf\x2a\xfa\x8e\xb1\x01\xf2\x49\x87\x3b\x16\x03\x7f\xfe\xf5\xed\x49\x1e\xa5\xfc\x3b\x00\x00\xff\xff\xd7\x02\x67\xf8\xe3\x07\x00\x00") - -func deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYaml, - "Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml", - ) -} - -func deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftConsoleConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\x4d\x6f\x1b\x37\x10\xbd\xeb\x57\x0c\x72\x09\x20\x60\x2d\xdb\x49\x01\x83\x40\x0e\x06\x2c\xa4\x41\xeb\xd4\xa8\x9c\xde\x47\xdc\xd1\xee\xc0\xfc\x2a\x39\x14\xbc\xff\xbe\xa0\x24\x4b\xbb\x5a\x49\x35\x5a\x20\x3c\xed\xce\x1b\xbe\x19\xbe\x79\x24\x06\xfe\x8b\x62\x62\xef\x14\x60\x08\x69\xb6\xbe\x99\xbc\xb0\xab\x15\x3c\x50\x30\xbe\xb3\xe4\x64\x62\x49\xb0\x46\x41\x35\x01\x30\xb8\x24\x93\xca\x17\x94\x0d\x0a\x7c\x20\x97\x5a\x5e\x49\xa5\xbd\x4b\xde\xd0\x06\xd2\xde\x06\xef\xc8\x89\x82\xcc\x13\x00\x87\x96\x14\x1c\x32\xca\x7f\x0a\xa8\xe9\x14\x41\x0a\xa4\x4b\x85\x48\xc1\xb0\xc6\xa4\xe0\x76\x02\x90\xc8\x90\x16\x1f\xb7\xb5\x2d\x8a\x6e\x7f\xef\x35\x73\xb1\x9d\x71\x43\x49\x22\x0a\x35\xdd\x76\x73\xf4\xc6\xb0\x6b\x7e\x84\x1a\x85\xde\xf8\x2c\xbe\x2e\x72\x6c\x48\xc1\xf5\x21\xf2\xc3\xe1\x1a\xd9\xe0\xd2\x90\x82\x9b\x09\x80\x90\x0d\x66\xbf\xab\x2f\x55\x59\x66\xd0\xe1\xbf\xf4\x38\xee\xb2\xac\x63\xe9\x00\xde\xf4\xd9\x10\xae\x56\xec\x58\xba\x43\x89\xe0\xeb\x7b\x27\x7c\x3f\x02\x8a\xa0\x7f\x67\x8e\x54\x3f\xe4\xc8\xae\x59\xe8\x96\xea\x5c\xce\xfd\xad\x71\x7e\x1f\x9e\xbf\x92\xce\x52\x1c\xd1\xdb\x59\x6d\x4f\xb2\x18\xcc\xe0\xb0\x36\xd3\x98\xbf\x86\x48\xa9\x78\x29\x1d\xe3\x15\xbc\x50\xb7\x71\xd8\x11\x00\x45\x8c\x88\x85\x12\xbe\xb9\x11\xb8\x46\x93\x69\xc4\x56\xf8\xce\x6b\x58\x96\xf8\xe0\x8d\x6f\xba\xdf\x4a\xd5\x97\xbc\xa4\xe8\x48\x28\x5d\xb1\x9f\xb5\x3e\x49\x91\x74\xef\x0b\x27\xc8\x8e\xe2\xbe\x4a\x55\xa6\x60\xd1\xd5\x87\xb2\x15\xcc\x7c\x90\xd9\x32\x72\xdd\xd0\x6c\xc9\x6e\xf7\xd9\x4b\xa8\xaa\x90\x97\x86\x75\x55\x73\xfc\xd2\xcf\x4e\x82\xc2\x7a\x90\xa9\xbd\x5b\x71\xf3\x65\xb6\xc6\x38\xdb\x75\xbf\x8b\x1d\xfd\x5e\x75\x68\xcd\x7e\x2b\x5b\x2c\x66\xfc\x38\x9d\x4e\xe1\xeb\xfc\xfb\xfc\xcf\xfb\xe7\xf9\x03\x4c\xa7\xd3\x8f\xfb\x14\xc3\x6b\x72\x94\xd2\x53\xf4\x4b\xea\xcb\xd6\x8a\x84\xaf\x24\x43\x25\x03\x4a\xab\x60\xd6\x12\x1a\x69\x87\x88\x8f\xa2\xe0\xee\xf3\xe7\x4f\x83\x70\xd2\x2d\x15\x33\xfe\xfa\xfc\xfc\xb4\xe8\x21\xc5\x68\x8c\xe6\x81\x0c\x76\x0b\xd2\xde\xd5\x49\xc1\xa7\xeb\x7d\xc6\xd8\xc2\x6f\x45\x52\x5f\xe4\xfd\x2c\x9e\xc6\xe5\x23\x61\xcd\x3f\xfd\x68\x91\x92\xcf\x51\x0f\x2d\x68\xd8\xb2\x1c\x99\x52\x87\xac\xe0\xf6\xfa\xda\x0e\xa2\x96\xac\x8f\xdd\x06\x78\xe4\xa3\x7b\x48\xe9\x24\xc7\xcd\x39\x8a\x5f\x7a\x0c\x6b\x6f\xb2\xa5\x47\x9f\xdd\x50\x40\x5b\x22\x4f\xdb\xa3\x17\x73\x25\x8a\x6b\x76\x4d\xa5\x29\x4a\x8f\x75\x3b\x8e\x33\x60\x11\xfa\x0f\x67\x3a\x05\x12\x33\x5d\x20\xf7\x98\xa5\xdd\x19\x75\x44\x7e\x06\x7c\x37\x39\x06\x2e\xfd\x51\x3c\xdd\xfb\x59\xf8\xdd\x05\x86\x17\x6d\x54\xe0\x24\xec\x7c\x4d\xe3\x17\xb0\x44\xab\xe8\x0d\x5d\x0d\x1f\x1a\x76\xab\x88\x0a\x3e\x94\x46\x3e\x4c\xfa\x83\xeb\x3d\x35\x17\x46\x91\x48\xc7\xa1\xad\x6b\x5a\x61\x36\xf2\xe8\x6b\x52\x70\x7b\x77\xd7\x83\xb6\xc9\xdf\x07\xbd\x9f\x60\xad\x2e\x8d\xe7\x7f\x17\x3c\xc1\x5a\x5d\x1e\xd8\x7f\x2e\x79\x92\x6f\xf3\x82\xac\xb8\x79\xc4\xf0\x4e\xca\x0b\xc3\x3e\x03\xfe\x13\x00\x00\xff\xff\x8d\x4c\x82\x4d\x31\x09\x00\x00") - -func deploymentAppsOpenshiftConsoleConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftConsoleConsoleYaml, - "Deployment.apps/openshift-console/console.yaml", - ) -} - -func deploymentAppsOpenshiftConsoleConsoleYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftConsoleConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-console/console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftInfraCustomerAdminControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\xc1\x6a\x23\x31\x0c\xbd\xcf\x57\x88\x5e\x0a\x03\xd3\xb4\xb7\xe2\x5b\x21\xa1\x7b\xd8\xcd\x86\x6d\xd8\x6b\x51\x3c\x4a\xc6\xd4\xb6\x8c\xac\x09\x4c\xbf\x7e\x71\x93\xcc\xce\xb0\x4b\x1b\x9d\x8c\xde\xd3\xd3\x93\x25\x4c\xee\x37\x49\x76\x1c\x0d\x60\x4a\x79\x71\x7c\xa8\xde\x5c\x6c\x0d\x2c\x29\x79\x1e\x02\x45\xad\x02\x29\xb6\xa8\x68\x2a\x00\x8f\x3b\xf2\xb9\xbc\xa0\x14\x18\xb0\x7d\x56\x0e\x24\x0d\xb6\xc1\xc5\xc6\x72\x54\x61\xef\x49\x2a\x80\x88\x81\xbe\x66\xe4\x84\x96\x0c\x70\xa2\x98\x3b\xb7\xd7\xc6\xc5\xbd\x60\x95\x13\xd9\xd2\x47\x28\x79\x67\x31\x1b\x78\xa8\x00\x32\x79\xb2\xca\x72\x72\x10\x50\x6d\xf7\x7d\x62\xe9\x0a\x53\x4a\x21\x79\x54\x3a\x2b\x4c\x66\x2b\xe1\x67\x62\x57\xc8\x01\x5c\x8c\x96\x28\x10\xba\x48\x32\x4a\x34\x80\x72\x98\x08\x36\x80\xef\xbd\xd0\x44\x24\x8f\x98\x0b\x78\x20\x03\xb7\x75\x5d\xc3\xf3\x6a\xbd\xfa\xf5\xb4\x5d\x2d\xa1\xae\xeb\xdb\x91\xf2\xf5\x97\x9e\x22\xb1\xe8\xac\xeb\xe8\x6c\xc3\xa2\x06\x1e\xef\x1f\xef\x47\xf4\x22\xdb\xa9\xa6\x31\x29\x84\xad\x8b\x94\xf3\x46\x78\x47\x66\x42\x2e\xb4\x67\xd2\x69\x0a\x20\xa1\x76\x06\x3a\x42\xaf\xdd\xfb\xa2\x14\x0f\x73\xfc\x7f\x6d\x01\xb2\xed\xa8\xb4\xfe\xb6\xdd\x6e\x26\x80\x8b\x4e\x1d\xfa\x25\x79\x1c\x5e\xc8\x72\x6c\xcb\xfe\xff\x96\x1e\xd9\xf7\x81\x7e\x70\x1f\xe7\x53\x86\x92\xd9\x7c\x58\x59\xbc\x96\xbd\x2e\x5e\xb9\xd7\x7f\x06\x45\x6c\x9b\x83\x70\x9f\x9a\x3c\x44\x5b\xfe\x6f\xef\x0e\x13\x56\xb1\xff\x33\xfa\xc1\x80\x4a\x4f\x67\x20\x72\x4b\x2f\xb3\xf3\xbb\x64\x1b\x61\x4f\x77\x6f\xfd\x8e\x24\x92\x52\xbe\x73\xbc\xf8\x38\x62\x03\x37\x45\xe0\xe6\xcc\xce\x24\x47\x67\xe9\xc9\xda\x62\x73\x7d\xd5\x2a\x4f\x93\x4e\xce\xe9\x9a\x09\x32\x59\x99\x2f\xe8\x94\x59\x7f\x52\xfb\x27\x00\x00\xff\xff\x77\x7a\xf2\x00\x0b\x04\x00\x00") - -func deploymentAppsOpenshiftInfraCustomerAdminControllerYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftInfraCustomerAdminControllerYaml, - "Deployment.apps/openshift-infra/customer-admin-controller.yaml", - ) -} - -func deploymentAppsOpenshiftInfraCustomerAdminControllerYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftInfraCustomerAdminControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-infra/customer-admin-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftInfraStrimziClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x57\xdb\xab\xe2\x38\x18\x7f\xf7\xaf\x08\xbe\x0c\x2c\xb4\xd6\x0e\xbb\x3b\x14\xf6\xa1\xab\xd1\x0d\xf6\x22\x6d\x3d\xb0\xf3\x52\x62\xfb\x1d\x1b\x6c\x93\x4c\x92\x0a\x2e\xfb\xc7\x2f\x3d\x5e\xa8\x3b\xce\xa8\xcc\x32\x2e\xd3\x07\x91\xef\xf2\xbb\x34\x9f\x31\xa1\x92\xbd\x80\xd2\x4c\x70\x0f\x51\x29\xf5\x68\x37\x1e\x6c\x19\x2f\x3d\x34\x05\x59\x8b\x7d\x03\xdc\x0c\x1a\x30\xb4\xa4\x86\x7a\x03\x84\x6a\xba\x86\x5a\x77\xdf\x50\xd7\xe0\x21\x6d\x14\x6b\xfe\x62\x6f\x01\x4e\x1b\x38\x47\xac\xa2\x6e\xb5\x01\x65\x09\x09\x8a\x1a\xa1\xde\x4a\x8e\x49\x9b\x89\xd1\x81\xe7\x4a\xd5\x4d\x98\xae\x40\x4b\x5a\x80\x87\x84\x04\xae\x2b\xf6\x6a\x2c\xc6\x5f\x15\x1d\x68\x09\x45\xa7\x4e\x81\xac\x59\x41\xb5\x87\xc6\x03\x84\x34\xd4\x50\x18\xa1\x0e\xba\x1b\x6a\x8a\x2a\xe8\x19\xb9\x62\xe5\x2e\x33\xf7\xd9\xd1\x46\x51\x03\x9b\xfd\x81\xcb\xec\x25\x78\x28\x81\x42\x01\x35\x30\x40\xc8\x40\x23\x6b\x6a\xe0\xa8\xad\xf7\xae\xbb\xa7\xbe\x90\x79\x55\xe8\x9d\x52\xef\x13\x8b\xd0\xe9\x0d\x76\x4f\x21\xb8\xa1\x8c\x83\x3a\x2b\xb0\x10\x55\x9b\x9e\x1e\x0b\x8d\x84\x34\xa3\x23\xf4\x68\xcd\xf8\xe8\x88\x9a\x9f\x50\x73\xd5\x72\x5b\x57\xe7\x16\xe0\xbb\x7e\xff\x41\x7c\x9a\x25\x24\xfc\x48\xf2\xc8\x0f\x71\xba\xf4\x27\xf8\x5c\x81\xd0\x8e\xd6\x2d\x78\xe8\xdd\x4f\xef\xbe\xd8\x36\x5b\x05\x41\x9e\xe0\x49\x1c\x4d\x48\x40\xfc\x8c\xc4\x51\x4e\xa2\x0c\x27\x2f\x7e\x90\x87\xe9\xe7\x60\xc3\xb1\xeb\x38\x8e\x33\xfc\x22\x62\xbc\xc4\xc9\x01\x27\x23\x21\x8e\x57\xd9\x75\x98\xf7\xce\xd7\x61\xa6\x78\xe6\xaf\x82\x2c\xff\x18\xc7\x0b\x8c\x97\x38\xc9\x49\xe8\xcf\xaf\xb8\x53\xb0\x61\xda\xa8\xbd\xad\xa0\xac\xa8\xe9\x16\x89\x36\x9f\x7e\xed\x3e\x2c\x6d\x14\xd0\x46\x5b\x5b\xfa\xba\xa5\x96\xeb\x7a\x63\xdb\xb5\x9d\x9b\x9c\x59\x90\xe6\x29\x99\xe2\x89\x9f\xe4\x38\xca\x48\xf6\xe7\xd1\x55\xfc\x2c\x15\x0b\x7f\xb6\xf0\x9f\xc4\xfd\x3d\x57\xa0\xe7\xf3\xca\xd0\xfc\xdd\x0b\x21\xe4\xda\x63\x7b\xfc\xdb\x03\xe4\xe3\x7f\x91\x1f\x40\xdc\xc7\x40\xee\x73\x30\x89\xa3\x08\x4f\xb2\x1f\xc8\x49\xea\x92\x1f\xc0\x4d\x48\x92\x24\x4e\xf2\xd0\x5f\x9c\xc6\xf9\x2e\x3b\xce\xff\xce\xce\xf9\x87\x1a\x2f\xc9\xe4\x3f\xd9\x9d\x4e\xff\x3a\x77\x12\xaf\x52\x9c\x3c\x83\xf7\xb8\x43\x44\x24\xfb\xee\xa4\xbf\x27\x64\x3a\xc7\xdf\x42\xbb\x56\xac\xdc\xc0\x0d\xd2\x20\x9e\xe7\x01\x7e\xc1\xc1\xe7\x1c\x24\x9a\xc5\xe7\x28\x6b\xe8\xe6\xdb\xec\xd6\x6c\x07\x1c\xb4\x5e\x2a\xb1\x06\xaf\x47\x57\x19\x23\xe7\x60\xbc\x8b\x19\x96\xd4\x54\x1e\x1a\x55\x40\x6b\x53\xed\x2f\x53\x42\x19\x0f\x7d\x70\x3e\x5c\x4e\xbd\x2e\x2a\xe8\x9c\xfd\x91\x65\xcb\x5e\x82\x71\x66\x18\xad\xa7\x50\xd3\x7d\x0a\x85\xe0\x65\x77\xda\xec\xb7\x4a\x50\x4c\x94\xe7\xdc\x7b\xe7\xd1\x13\x9b\x02\x5a\xb2\x87\xad\x75\x5d\xcf\x32\xa6\x40\x8b\x56\x15\xa0\xfb\xca\x6a\xd6\x30\xa3\x2f\xb5\x16\xb2\xed\x4e\x61\xc3\x8b\x60\x03\x8d\x50\x7b\x0f\xb9\x3f\xff\x12\xb2\x5e\x46\xc1\xa7\x16\xf4\x55\x08\xd7\x71\x9a\x9b\x18\x5c\x94\x90\x5e\xdc\x01\x4e\x51\x4b\x89\x1a\xec\x6d\xbb\x06\xc5\xc1\x80\xee\xe6\xee\xed\x26\xe1\xa1\xa1\x51\x2d\x9c\xf4\x69\x50\x3b\x56\x80\x5f\x14\xa2\xe5\x26\xfa\xfa\xf2\xfd\x13\x00\x00\xff\xff\x1e\x9a\x5c\xb2\x56\x0d\x00\x00") - -func deploymentAppsOpenshiftInfraStrimziClusterOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftInfraStrimziClusterOperatorYaml, - "Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml", - ) -} - -func deploymentAppsOpenshiftInfraStrimziClusterOperatorYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftInfraStrimziClusterOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xc1\x6a\x1b\x41\x0c\xbd\xef\x57\x08\x5f\x02\x0b\xeb\x38\x85\x42\x98\x5b\x20\xa6\x97\x36\x94\xa6\xe9\x5d\x9e\x95\xd7\x22\x33\xa3\xa9\x46\xeb\xd6\xfd\xfa\xb2\xd9\x78\xd9\xbd\xd4\xa6\x3a\x0d\x4f\x4f\x4f\x7a\x1a\x61\xe6\x1f\xa4\x85\x25\x39\xc0\x9c\xcb\xed\xf1\xae\x7a\xe5\xd4\x3a\x78\xa4\x1c\xe4\x14\x29\x59\x15\xc9\xb0\x45\x43\x57\x01\x04\xdc\x51\x28\xc3\x0b\x86\x02\x07\x3e\xf4\xc5\x48\x9b\x28\x89\x4d\x94\x53\xd7\x48\x26\x45\x13\x1d\x49\x7f\x7a\xa5\xb5\x64\x4a\xe5\xc0\x7b\x5b\xb3\xdc\x96\x53\xf2\x4d\x96\xb6\xf9\x85\x6c\xcd\x5e\xb4\x51\xc2\x96\x13\x95\xe2\x60\xb5\xc7\x50\x68\x55\x01\x24\x8c\x74\x49\x7f\xe0\x94\x8c\x9e\x1c\x4c\x2d\x66\xd4\xaa\x64\xf2\xc3\xb0\x4a\x39\xb0\xc7\xe2\xe0\xae\x02\x28\x14\xc8\x9b\xe8\x68\x23\xa2\xf9\xc3\xe7\x99\xaf\xab\x9c\x15\x53\x34\xea\x4e\x63\x89\x4a\x08\x9c\xba\x97\xdc\xa2\xd1\x59\x25\xe2\xef\xe7\x5e\x3b\x1a\x9b\xbe\x23\x2f\x09\x8f\xc8\x01\x77\xe1\x1d\x37\x8a\x39\x4c\x55\xf3\x5d\x0f\x11\x16\x73\x5d\xb9\xf3\xb3\xeb\x21\xbc\x24\x43\x4e\xa4\x93\x48\x03\xa8\xdd\x4c\xb2\x81\x9b\xba\xae\xe1\xd3\xf6\x69\xfb\xed\xe1\xfb\xf6\x11\xea\xba\xbe\x99\xb2\x1c\x71\x70\xf0\x2f\xca\x35\x1f\x35\x46\x16\xb5\x45\xe7\x69\xba\xaf\xa2\xe6\xe0\x7e\x73\xbf\x99\xb2\x67\xe1\x83\x59\x9e\x40\xa5\x22\xbd\x7a\x9a\xa9\x00\x04\x8e\x6c\x0b\x04\xc0\xe7\xde\xc1\x87\x4d\x5c\x80\x91\xa2\xe8\xc9\xc1\xc7\xcd\x17\x9e\x25\x94\x7e\xf6\x54\xfe\x57\x21\x49\x4b\xcf\x8b\x8b\x3a\xa3\x8d\x4a\xa0\xf5\x6b\xbf\x23\x4d\x64\x54\x86\xe3\xe7\xb4\x57\x74\xb0\x32\xed\xdf\xae\xfc\xed\xbf\x48\x8f\xec\xe9\xc1\x7b\xe9\x93\x3d\x5d\x5c\xe7\xdf\x00\x00\x00\xff\xff\xa6\x26\x31\x7d\xb6\x03\x00\x00") - -func deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYaml, - "Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml", - ) -} - -func deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftMonitoringMetricsServerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\xdd\x6a\x1b\x4d\x0c\xbd\xdf\xa7\x10\xb9\xf8\x02\x0b\xe3\x5d\x7f\x71\x68\x18\x30\x25\x10\xd3\x5e\x34\x69\x68\x4a\x6f\xcb\x78\x2c\xc7\x83\xe7\xaf\x92\xd6\xb0\x6f\x5f\x06\xff\x74\xb7\xb1\x43\x75\xb5\x1c\x9d\x39\x92\x8e\xb4\x26\xbb\x1f\x48\xec\x52\xd4\x60\x72\xe6\x66\x37\xad\xb6\x2e\xae\x34\x3c\x60\xf6\xa9\x0f\x18\xa5\x0a\x28\x66\x65\xc4\xe8\x0a\xc0\x9b\x25\x7a\x2e\x5f\x00\xdb\x3b\x56\x26\x67\x0d\x01\x85\x9c\x65\xc5\x48\x3b\xa4\x0a\x20\x9a\x80\x17\x60\xce\xc6\xa2\x86\x94\x31\xf2\xc6\xad\x45\x85\x14\x9d\x24\x72\xf1\xb5\xe2\x8c\xb6\x48\x13\x66\xef\xac\x61\x0d\xd3\x0a\x80\xd1\xa3\x95\x44\xfb\xa2\xc1\x88\xdd\x7c\x19\x74\xf1\x5e\x1f\x82\x21\x7b\x23\x78\x78\x3a\x98\xa3\x84\x1f\xa9\xbc\xa7\x53\xe2\xc2\x4c\x00\xc7\xae\x4b\xd8\x14\xc5\xb8\x88\x74\x92\x55\x60\x53\x08\x26\xae\xfe\xd4\x51\xd0\x74\x4c\xcd\xd2\xc5\xe6\x6c\xa5\xc2\x50\x8a\x53\x47\x16\xe7\xdb\x6e\x89\x14\x51\x90\x27\xdc\x85\x60\xa8\xff\x69\xb2\xd3\x1f\x3b\xc6\x17\xa4\x9d\xb3\x78\x6f\x6d\xea\xa2\xcc\x85\x3a\xfc\xaf\xd0\x3d\xca\x67\x91\xcc\x23\xe4\x39\x91\xcc\xa7\xed\xff\xb7\xed\xb8\x0a\xda\x8e\x50\xe5\x92\xbd\x9b\xcd\x6e\x46\x49\xf1\xac\x2c\x92\xa8\xb5\xf3\x38\x6f\xca\x27\x37\xe2\x79\x62\x49\xde\x10\x33\xb9\x9d\x11\x54\x5b\xec\xdf\xf0\xb7\xd8\x9f\xf8\x2e\x98\x57\xd4\x70\x5d\xd7\x35\x7c\x5a\x3c\x2d\xbe\xdd\x7f\x5f\x3c\x40\x5d\xd7\xd7\x27\xca\x45\xab\x4b\x10\xee\x9d\x19\x2c\x0e\xc0\xbb\xe0\x64\x84\x00\xd8\xdc\x69\xb8\x6d\xdb\x30\x42\x03\x86\x44\xbd\x86\x0f\x6d\xfb\xe8\x06\x19\xc2\x5f\x1d\xf2\x59\x8d\x9b\x4b\x1a\xb3\x91\xc6\x2e\xf9\x2e\xe0\x63\xd9\x05\x0f\x97\x1d\x0a\xf2\x6c\x64\xa3\x61\x6f\xc9\x40\xeb\xdc\xa4\xea\x6f\x12\xa1\x59\x7d\x8d\xbe\xd7\x50\x16\x7a\x3c\xc7\xb4\xc2\x97\xd1\x9f\x71\x44\x15\x25\x8f\x93\xc1\xdd\xb8\xd4\xb8\xb8\x26\xa3\xe1\xaa\x08\x5c\x1d\xd8\x3c\x3a\x9f\xa7\xcb\x9e\xef\x07\x1b\x5c\xf4\x3f\x74\xcd\x68\x09\x65\x68\xe6\x1e\x39\x57\xe6\xf0\xf4\x77\x00\x00\x00\xff\xff\xd4\xc5\x21\xe2\x8c\x04\x00\x00") - -func deploymentAppsOpenshiftMonitoringMetricsServerYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftMonitoringMetricsServerYaml, - "Deployment.apps/openshift-monitoring/metrics-server.yaml", - ) -} - -func deploymentAppsOpenshiftMonitoringMetricsServerYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftMonitoringMetricsServerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-monitoring/metrics-server.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentAppsOpenshiftWebConsoleWebconsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x55\x4d\x6f\xdb\x46\x10\xbd\xeb\x57\x4c\x82\x34\x4e\x04\xac\x28\xbb\x09\x60\x30\x70\x01\x03\x16\x92\xa0\x71\x60\xd4\x4e\x2f\x69\x0e\xab\xe5\x90\x5c\x78\xbf\xba\x3b\x64\xa4\xa2\x3f\xbe\x58\x52\x96\xf8\x25\x35\xed\xfa\x62\xcd\x5b\xbe\x79\xf3\x66\x38\xe4\x4e\xfe\x8e\x3e\x48\x6b\x52\xe0\xce\x85\xa4\x3e\x9f\x3d\x4a\x93\xa5\x70\x83\x4e\xd9\xad\x46\x43\x33\x8d\xc4\x33\x4e\x3c\x9d\x01\x28\xbe\x46\x15\xe2\x7f\x10\x1f\x48\xc1\x3a\x34\xa1\x94\x39\xb1\xef\xb8\x66\xc2\x9a\x60\x15\x36\xf0\x77\x5c\xef\x7e\xa6\xf0\x9c\x7c\x85\xcf\x67\x00\x86\x6b\x4c\x3b\xd0\x2e\x14\x1c\x17\x78\x8c\x2c\x38\x14\x31\xa3\x47\xa7\xa4\xe0\x21\x85\x8b\xe6\x57\x2d\xa3\xf0\x0f\x32\x90\xf5\xdb\x4f\x52\x4b\x6a\x91\x80\x0a\x05\x59\xdf\xaa\xd4\x9c\x44\xf9\xa9\x23\xfb\x5f\x85\x1f\x91\x1e\xc8\x73\xc2\x62\xdb\xb2\x78\xab\x94\x34\xc5\x17\x97\x71\xc2\x27\x62\xcd\x37\xf7\x95\x2f\x30\x85\xe5\x21\xf2\xc5\xf0\x9a\x4b\xc5\xd7\x91\xed\x7c\xb9\xfc\x69\x06\x40\xa8\x9d\xda\x3f\xd8\x35\x38\x1e\xd5\x53\xfb\x03\x7a\x8f\x28\x8e\x67\xc2\x70\x80\x27\x47\x1b\xf2\x3c\x97\x46\xd2\xf6\x90\xce\xd9\xec\xda\x90\xbc\x1e\x01\xd1\xf4\x3f\x2b\xe9\x31\xbb\xa9\xbc\x34\xc5\xbd\x28\x31\xab\xa2\x0d\x1f\x0b\x63\xf7\xe1\xd5\x06\x45\x45\x71\xa6\x3a\x4f\xb2\xb6\xaa\xfb\x5e\x6f\x0e\xa7\xe9\xd2\x6a\xe3\x3c\x86\xd8\xd4\x30\xc4\x19\x3c\xe2\xb6\x99\xd1\x01\x00\xd1\x18\xcf\x23\x25\x7c\x34\x23\xb0\xe6\xaa\xc2\x11\x5b\xe4\x3b\xed\x67\x3c\x64\x9d\x55\xb6\xd8\xfe\x1a\x33\x3f\x56\x6b\xf4\x06\x09\xc3\x42\xda\xa4\xb4\x81\xa2\xb3\xbb\xfb\xc2\x1a\xe2\xd2\xa0\xdf\x67\x62\x20\xac\xd6\xdc\x64\x87\xd4\x0c\x92\x2a\xf8\x64\x2d\x4d\x62\xbd\x2c\xa4\x99\x4c\xcc\x80\x31\x5e\x65\x92\x98\xb2\x05\x73\x9c\xca\x2b\xd6\x05\xeb\xab\x65\xef\xae\xb0\x26\x97\xc5\x55\x52\x73\x9f\x1c\xba\xbc\x0b\x8f\x23\x8b\x2d\xd7\x6a\x4f\x20\x35\x8f\xc3\x7a\x36\x9f\xcf\xe1\xfd\xea\xf3\xea\xb7\xeb\x87\xd5\x0d\xcc\xe7\xf3\xb3\xfd\x15\x25\x6b\x34\x18\xc2\x9d\xb7\x6b\xec\xfa\x88\x9b\xc3\x0c\x3d\xb9\x30\xa8\x78\x57\x75\xac\x38\x94\x83\x28\x13\x83\xc0\xdf\x6c\xd0\x24\x99\xc3\xd7\xaf\xf0\x0c\x58\x0e\x09\x69\x37\x51\x4b\xc9\x43\x09\xdf\xbe\xbd\x03\x2a\xd1\xc0\x1f\xa3\x26\xeb\xec\x6d\xa8\x34\xfc\x27\x6f\xe0\x97\x53\xd9\xde\x8d\xb2\xa0\x6a\x75\xbe\x78\xf5\x7f\xb2\xbd\x86\x67\x57\xf0\xe2\x95\xe0\x74\x2a\xeb\xeb\x53\x45\xa2\x28\x2d\x9c\x1d\x29\xa6\xe4\x01\x44\xc9\x4d\x81\xd9\xe2\x6c\x2c\x3e\x76\x51\x12\x9c\x8f\x91\x5c\xc2\xcb\x97\x20\x2a\xaf\x80\x3d\xc6\x16\x94\x44\x2e\xa4\x49\xb2\x5c\x34\x7f\xe9\xe5\x9b\x37\x3f\x27\xbb\x94\xc9\xfe\xe1\xc9\x6d\x03\xcd\x4e\xf1\x14\xba\xef\xc2\xfe\x95\xb9\xb3\x9e\x52\x88\x74\x7b\xd4\x23\xcf\xe4\xe4\xd0\x45\x15\xef\x91\xfa\x23\x16\x5f\x92\x14\x92\x12\xb9\xa2\xf2\xaf\x3e\x34\x26\x8f\x27\x88\x12\xa3\xd0\x0f\x0f\x0f\x77\xf7\x9d\xb4\xc1\x56\x5e\xf4\xd7\x85\x8a\xdf\x95\xc1\x02\x11\xae\x4a\xe1\x62\xb9\xd4\xbd\xa8\x46\x6d\xfd\xb6\x01\x6e\xe5\x60\x67\x62\x98\xe4\x38\x3f\x46\xf1\xb6\xc3\x50\x5b\x55\x69\xbc\xb5\x95\xe9\x3b\xa8\x63\xe4\xae\xad\x3d\xce\x5c\x40\x5f\x4b\x53\x30\x81\x9e\x3a\xac\x6d\x4b\x26\xc1\x31\xc7\x68\x8c\x46\x44\xc7\x6e\x18\x9b\xe1\x78\xb9\xc7\x28\xf3\x56\xe1\xa2\xbf\x3f\xa5\xc9\x3d\x1f\x7c\xa9\x1a\x89\x02\xaf\x85\x88\xa2\x3e\x4f\x4f\x52\x6b\x46\x67\xcd\x9e\x28\x2f\xa0\xf0\xfd\x59\xc9\x30\xe7\x95\xa2\x5b\x9b\x61\x0a\x17\x97\x97\x1d\xa8\xbd\x3c\xcc\xca\x26\x88\x9b\xd9\xcd\x65\x71\xcb\xdd\x0f\x72\x9f\x76\xee\x38\xfe\x4f\x00\x00\x00\xff\xff\xdb\x4a\xa0\xc2\x9e\x09\x00\x00") - -func deploymentAppsOpenshiftWebConsoleWebconsoleYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentAppsOpenshiftWebConsoleWebconsoleYaml, - "Deployment.apps/openshift-web-console/webconsole.yaml", - ) -} - -func deploymentAppsOpenshiftWebConsoleWebconsoleYaml() (*asset, error) { - bytes, err := deploymentAppsOpenshiftWebConsoleWebconsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Deployment.apps/openshift-web-console/webconsole.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftApicastGatewayYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd8\x41\x8f\xe3\x34\x14\x07\xf0\x7b\x3f\xc5\xbb\x01\x52\x93\x65\xd2\x4e\x8b\x72\x1b\x58\xa9\x44\x82\x6e\xb5\x45\xc0\xf5\xad\xf3\x92\x98\x71\x6c\xcb\x7e\xe9\x10\x01\xdf\x1d\x39\x49\xbb\x9b\xd9\x85\x61\x98\x50\x89\xaa\xa7\x99\x3a\xcd\xdf\x7f\xc7\x3f\xf7\x10\xb4\xf2\x47\x72\x5e\x1a\x9d\x82\xac\xb1\xa4\xd8\x58\xd2\xbe\x92\x05\xc7\xd2\xbc\x3a\xdc\xcc\xee\xa5\xce\x53\xc8\xc2\xb5\x3d\x3b\xc2\x7a\x56\x13\x63\x8e\x8c\xe9\x0c\x00\xb5\x36\x8c\x2c\x8d\xf6\xe1\x23\xc0\xe8\xf6\x5c\x7a\xab\xb0\x8d\x34\xd6\x94\xc2\xc2\x0b\x54\x04\x77\xbb\x4c\xa0\xe7\xf0\x17\x36\xc8\xf4\x80\xed\x0c\xa0\xff\x0a\x5a\x19\xae\x45\xe5\x68\xdc\x5b\x14\x94\xbe\x8f\x9e\x79\x4b\x22\x4c\xa7\x8c\xb9\x6f\xec\xce\x28\x29\xda\x7e\x7a\x65\x04\xaa\x14\x0a\x54\x9e\x66\x00\x8c\x65\xd7\x2b\xfa\xb8\x28\x40\x4e\x5e\x38\x69\xb9\x5b\x7c\x5f\xee\x33\x7f\xaa\x27\x3d\xa0\x86\xed\x26\xdb\xfe\x0c\xef\xd0\x53\xde\x15\x1e\x8a\x41\x13\x06\xd8\x80\xd4\x4c\xa5\x43\xa6\x21\x13\xa0\x35\x8d\xeb\x86\x9d\x46\x05\xa8\x73\xa0\x5f\x87\x0f\x21\xc0\x93\x3b\x48\x41\x1e\x1e\x24\x57\xa3\x59\xe1\x7b\xd4\x58\x52\x4d\x9a\x61\xa7\x90\x0b\xe3\xea\xf8\x14\x9b\x31\xf8\xc6\x5a\xe3\xd8\xc3\x1b\x4b\x3a\x7b\x0d\xc2\x68\x4d\x82\x47\x35\xfa\xd8\xd3\x8c\x59\x4e\x9a\x25\xb7\xb0\x73\xe6\x20\x73\x72\x1e\x7c\x23\xaa\x53\x2a\x7a\x78\x4b\x39\x7c\x8b\x0c\x7b\xa9\x4b\x45\xb0\x97\xa5\x86\x37\x7a\x0e\x85\x71\x5d\x2b\x76\x58\x14\x52\x00\x36\x5c\x85\x30\xd1\x3d\xc4\x63\x31\x29\x8c\xfe\x46\xa1\xf7\x69\xf7\x6f\xd4\x2f\x68\xb8\xf8\xaf\x2c\x40\x12\xdf\xc4\x5f\xc6\x9b\xbb\x4f\x85\xd8\x61\x19\xd1\x38\x6d\x58\xc3\x1c\x32\x2d\x8e\xcd\xba\xad\x0f\xa0\xe6\xc3\x9e\xcd\x47\xdd\x0e\x47\xf5\xa3\xe9\x0a\x67\xea\x23\x8f\x1e\xfe\x6b\x23\xee\xc9\x75\xfc\x87\xf1\x7e\x4a\x47\xa5\xf4\xec\xda\xd8\x51\x5e\x61\x57\xae\xcf\x8f\xb0\xb6\xc9\xcd\xab\x47\x92\xd3\x9b\x78\x19\x25\x5d\x82\xac\xc3\x2e\x0e\x68\xe1\xb7\x3f\x66\xef\x43\x47\x5d\x1c\x15\xe4\x48\x0b\xfa\xd0\x37\x00\xb7\x96\x52\xf8\x2e\x38\xbf\xc2\xfe\x9f\xc1\x4e\xba\xdd\x85\xcf\x15\x32\x79\xfe\xe2\x6c\xc2\x93\xe9\x85\x27\x9f\x10\xfe\xd5\xd3\xbe\x93\xab\xef\x0b\xf6\xbd\x38\xef\x0f\xf7\x62\x7a\xd6\x8b\xc7\xac\x9f\x26\xbd\xb8\x92\xbe\x60\xd2\xcb\xf3\x92\x5e\x4e\x4f\x7a\xf9\x7c\xd2\xcb\x2b\xe9\x0b\x26\x7d\x7b\x5e\xd2\xb7\xd3\x93\xbe\x7d\x3e\xe9\xdb\x2b\xe9\x0b\x26\xbd\x3a\x2f\xe9\xd5\xf4\xa4\x57\xcf\x27\xbd\xba\x92\xbe\x60\xd2\xeb\xf3\x92\x5e\x4f\x4f\xfa\xb1\xe8\xc8\x55\xa4\xd6\x69\xff\x8d\x24\x5e\x3f\x2d\x7c\x3d\xb9\xf0\xdf\xa3\xd3\xb6\xbf\x14\xfb\xc4\xc8\xa7\xc5\xfd\x72\xd4\x00\x3f\xdd\xbd\xdd\x66\xdb\x4d\x0a\x5f\xb7\xe0\x49\x91\x60\xa9\x4b\xe0\x4a\xfa\xe0\x6a\xde\xaf\x1f\xad\x55\xc3\x9d\xf0\x20\x95\x0a\x69\xa6\xc6\x90\xa6\x54\x0b\x8d\xcd\x43\x67\x36\xe1\xf9\x01\x57\x04\xfd\xbb\x8f\x23\x3d\x30\x05\x2c\xf6\x7f\x79\x0c\xf0\x80\x52\xe1\x3b\x45\x60\x74\xf7\x50\xf6\xe1\x10\xcc\x41\x6a\xa1\x9a\x3c\xd4\xa9\xf1\x17\xe3\x8e\x69\x7e\x98\xcf\xff\x87\x27\xf3\x1c\x2f\x6f\x3e\x3e\x81\x1f\xbc\x7f\xff\x01\xcb\xd1\x21\x1c\x1d\x93\xbf\x39\x4e\x7d\xef\x7f\x7a\x98\xfe\x0c\x00\x00\xff\xff\x85\xe3\x38\x5c\x19\x18\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftApicastGatewayYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftApicastGatewayYaml, - "ImageStream.image.openshift.io/openshift/apicast-gateway.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftApicastGatewayYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftApicastGatewayYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/apicast-gateway.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftApicuritoUiYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd1\x4f\x6b\xeb\x30\x0c\x00\xf0\xbb\x3f\x85\xe8\xb9\xc9\xa3\xff\x78\xe0\xdb\x83\x77\x78\x85\x77\x18\x1b\xdb\x5d\xd8\x4a\x2b\x9a\x58\xc6\x76\x0a\x61\xec\xbb\x8f\x38\xe9\xba\x91\x1e\xc2\xae\xeb\x25\x60\x39\x92\xa5\x9f\xd0\xf3\x0b\x85\xc8\xe2\x34\x70\x83\x07\x2a\xc5\x93\x8b\x47\xae\x52\xc9\xf2\xeb\xbc\x52\x27\x76\x56\xc3\xbe\xbf\x7b\x4a\x81\xb0\x51\x0d\x25\xb4\x98\x50\x2b\x00\x74\x4e\x12\x26\x16\x17\xfb\x23\xc0\x97\x74\xcb\xd1\xd7\xd8\x15\x0e\x1b\xd2\xf0\x48\x16\xfe\x61\x82\x3f\x9e\x4d\x1b\x38\x09\x3c\xef\xa7\x39\x3e\xc8\x99\x2d\x85\xe2\x66\xf2\x12\xf6\xce\x94\x0a\x60\x88\xe2\xa5\x54\xd1\xf2\x18\x8c\x1e\x0d\xe9\x6b\x4d\x15\x3d\x99\xbe\xb7\x5a\xe4\xd4\xfa\x07\xa9\xd9\x74\x43\xaf\xb5\x18\xac\x35\x54\x58\x47\x52\x00\x09\x0f\x79\x88\x62\x3a\x15\x80\xa5\x68\x02\xfb\x94\xa5\x6e\x4d\x32\xf2\x8d\xbf\x7f\x87\x61\xec\xe0\x32\x94\x2c\x8f\x6c\x2d\xb9\x7c\x57\x05\x69\x2e\xad\x0c\x1b\xf9\x2b\xe6\x44\x21\xef\x65\x8c\x0f\xe5\x03\x1d\x38\xa6\xd0\x95\x81\xec\x11\xf3\xfb\x55\x1b\xe9\x77\xfe\x16\x1f\x60\x7a\x55\xae\x73\x1e\x37\x5e\x42\x1a\x59\xe0\xf5\x4d\x5d\x4b\x2d\x56\xe5\x7a\x91\xcf\x81\x2a\x0a\xe4\x0c\x7d\xe6\x03\x48\x9d\x27\x0d\xff\x7b\xc6\x1f\xe4\xb6\x99\xe1\xb6\xb9\xbb\x4d\xdc\xb6\x33\xdc\xb6\x77\xb7\x89\xdb\x6e\x86\xdb\x6e\xb6\xdb\x7b\x00\x00\x00\xff\xff\x9f\xf7\x0f\x41\xf2\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftApicuritoUiYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftApicuritoUiYaml, - "ImageStream.image.openshift.io/openshift/apicurito-ui.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftApicuritoUiYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftApicuritoUiYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/apicurito-ui.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x4d\x6f\xdb\x3c\x0c\xc7\xef\xf9\x14\x44\x4f\xcf\x03\xc4\x72\x12\x1f\x0a\xf8\xd6\xb5\xd9\x56\xa0\xeb\x86\xb4\xd8\xce\xac\xcc\x24\x5a\x65\x51\x90\xe8\x0c\xc6\xb6\xef\x3e\xf8\x25\x89\xd3\x0e\x5b\x81\xb5\xeb\x80\xcd\x97\xc4\x14\x4d\xfe\x49\xfd\x44\x08\xbd\x79\x4f\x21\x1a\x76\x39\x98\x12\x57\xa4\xd8\x93\x8b\x6b\xb3\x14\x65\x38\xdd\x4c\x47\xb7\xc6\x15\x39\x9c\x37\x6b\x57\x12\x08\xcb\x51\x49\x82\x05\x0a\xe6\x23\x00\x74\x8e\x05\xc5\xb0\x8b\xcd\x2b\xc0\xc1\xe7\x85\x89\xde\x62\x9d\x38\x2c\x29\x07\x75\x39\xbf\x86\x53\x0e\x04\x8b\xca\x89\x29\x69\x04\xd0\xad\x14\x2c\x8e\x24\x09\x07\xe6\xe8\x51\x53\xbe\x0f\x38\x8a\x9e\x74\x93\xc4\x32\xdf\x56\xfe\x1d\x5b\xa3\xeb\x2e\xa9\x65\x8d\x36\x87\x25\xda\xd8\x7c\x2d\xb8\x6a\xd5\x24\xf7\xe5\x01\x14\x14\x75\x30\x5e\xda\x92\x17\x95\x1b\xc8\x42\xef\xad\xd1\x9d\x3b\xb0\x83\xc5\xeb\xf9\x05\x1c\x2b\x78\xc9\x01\xca\xc6\xc1\xb8\x25\x87\xb2\x75\x00\xbc\xe1\x4a\xfa\x98\x00\x55\x34\x6e\x05\xb2\x36\xb1\x6b\xe3\x18\x8c\xd3\xb6\x2a\x1a\xeb\x5b\x4f\xee\xaa\xa9\x00\x34\xbb\x68\x0a\x0a\x5d\x8a\x31\x44\x22\x58\x8b\xf8\x98\xa7\xe9\xca\xc8\xba\xba\x51\x9a\xcb\x34\x50\xb1\x46\x49\x0a\xda\x90\x65\x4f\x21\x8d\x33\x93\x74\x3d\xd2\x1c\x28\x95\x40\x94\x96\x18\x85\x42\x3a\x53\xd3\xb4\xef\x5b\xba\x98\x9f\x9c\xbd\x99\xab\xb2\x50\xbd\x2e\xa3\xd9\x9d\x5a\x8c\x31\x6f\xff\xf6\x31\xfa\xc5\x07\xed\xd4\x4c\x4d\x07\xbb\xd5\x3c\xb1\xf2\x9e\x83\xc4\xef\xec\x5a\xf3\xb4\xbd\x87\xde\x36\x56\x03\x87\xf1\xa1\xff\x78\x5f\xd0\x9d\x10\x9b\x2d\x90\x47\x33\x35\x3d\x6a\x8d\xcb\xc0\xe5\x76\x03\x3b\x20\xcf\x58\xdf\x52\x68\xb1\xec\xed\x9d\xf4\x40\x2b\x13\x25\xd4\xaa\x6b\x62\x5b\x5b\x9b\xa8\xff\x49\x66\xd3\x6d\xba\x24\xac\xc9\x1e\xe7\x33\x35\x6d\x23\x98\xb2\xa9\xab\xc7\x0a\x3e\x7f\x1d\xed\x83\xee\x85\x04\x5a\x52\x20\xa7\x69\x88\x1f\x80\xd4\x9e\x72\xb8\x68\x30\xfc\x4b\xb8\xcb\xd4\xe4\x29\xb9\xcb\xd4\xe4\x19\xb9\xcb\xd4\xe4\xd1\xb9\xcb\x26\x77\xb8\xcb\xd4\xe4\xa7\xdc\xed\x84\xfc\xe3\x6e\xc7\xdd\x93\xce\xbb\xec\x59\xe7\x5d\xf6\x04\xf3\x2e\xbb\x3b\xef\xb2\x07\xcc\xbb\xec\x91\xe7\xdd\x97\x64\x47\xce\xaf\x22\xf8\xc7\xa1\xb7\xab\xec\xc3\xc9\xe2\xf2\xfc\xf2\x55\x0e\x2f\x6a\x88\x64\x49\xcb\x4e\xa8\xe0\x6a\x0c\x35\x57\x61\x58\x30\x7c\x32\xd6\x02\x56\xc2\x4d\x7d\x1a\xad\xad\xa1\xf2\x05\x0a\x81\x30\x54\x91\x40\xd6\x04\x16\x85\xa2\x6c\x21\x01\x5e\xde\xbf\x47\x01\x6e\xd0\x58\xbc\xb1\xd4\xb4\x70\xd7\x83\x61\x63\x4a\xfc\xc8\x61\x1b\x24\xf6\x69\xe2\xe3\x9d\x9b\xad\x92\xff\x2e\x5a\xb9\xff\xff\xa6\xc3\x73\xff\x9c\x0c\x2e\xaa\xd7\xb8\x3a\x38\x2a\x7b\xaa\x7f\x80\x7e\xd7\xee\x87\xb2\xff\x2d\x00\x00\xff\xff\x90\xbd\x38\xc0\x3f\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYaml, - "ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftDotnetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x57\x4b\x6f\xdb\x38\x10\xbe\xfb\x57\x0c\x72\xda\x05\x2c\xca\xb6\x0e\x01\x74\xcb\xc3\xbb\x1b\x20\x9b\x16\x4e\xd0\x9e\x69\x69\x2c\xb1\xa1\x38\x04\x39\x72\x63\xb4\xfd\xef\x05\xf5\xf0\x23\x41\xd2\x24\x8e\x81\xe4\x64\xf3\x31\x8f\xef\xe3\xf7\x0d\x20\x69\xd5\x17\x74\x5e\x91\x49\x41\x55\xb2\x40\x41\x16\x8d\x2f\xd5\x82\x85\xa2\x78\x39\x1e\xdc\x2a\x93\xa7\x70\x11\xce\xae\xd9\xa1\xac\x06\x15\xb2\xcc\x25\xcb\x74\x00\x20\x8d\x21\x96\xac\xc8\xf8\xb0\x04\xd8\x09\xcf\x95\xb7\x5a\xae\x22\x23\x2b\x4c\x41\x5c\x4d\x6f\xe0\x8c\x1c\x0e\x00\xda\x9d\x9c\xd8\x20\x77\x4b\x6f\x65\x86\xe9\x26\xc1\xc0\x5b\xcc\x42\x52\x4d\x74\x5b\xdb\xcf\xa4\x55\xb6\x6a\x8b\x68\xca\xa4\x4e\x61\x21\xb5\x0f\xc9\x58\x16\x4d\xf5\xe8\x61\x3b\x00\x39\xfa\xcc\x29\xcb\x0d\xc4\xd3\x5a\xe9\x1c\xa4\xc9\xc1\xd5\x66\xd3\x10\x4c\xc4\x18\xa4\xb5\x5a\x65\x6d\x30\x90\x81\xd9\x7f\xd3\x4b\x38\x16\xf0\x0f\x39\xa8\xc2\x25\x65\x16\xe4\xaa\xe6\x42\x97\x1b\x40\xce\xa9\x66\xa8\xbd\x32\x05\x70\xa9\x3c\xcc\x43\x05\x74\x2d\x99\x43\x50\x26\xd3\x75\x1e\x4e\x3f\x59\x34\xd7\x01\x17\x64\x64\xbc\xca\xd1\xb5\xa5\x86\xe0\x11\xa1\x64\xb6\x3e\x8d\xe3\x42\x71\x59\xcf\x45\x46\x55\xec\x30\x2f\x25\x47\x39\x2e\x51\x93\x45\x17\xfb\x89\x8a\x5a\xc6\x32\x72\x18\xb3\x43\x8c\x2b\xe9\x19\x5d\x3c\x11\xe3\xb8\xa9\x1c\xcf\xa6\x27\xe7\xff\x4f\x45\x95\x8b\xae\x47\x95\x91\x39\xd3\xd2\xfb\xb4\xf9\x1b\xad\x39\x7f\xee\x6b\x05\x72\xba\xeb\x5e\x56\x56\xe3\x19\x19\xc6\x3b\x3e\x57\x2e\x0d\xa4\xed\x9c\xcd\x70\xd1\x3f\x6b\x68\x32\xba\x1f\x3b\x43\x4b\xe9\x2b\xd0\x46\x78\x27\x0a\xd5\xb7\xed\x6b\x6b\xc9\xb1\xef\x4b\xa5\x13\x31\x1e\xee\x00\x6b\x24\xd1\x3f\xc6\x50\x18\xe4\xee\x7c\xb8\xc9\x39\x74\x65\x57\x61\xd2\x37\xb9\xec\xbd\x70\x34\x11\xe3\xa3\x66\x73\xe1\xa8\xea\xb5\xd4\x7a\xe1\x9c\xb2\x5b\x74\x8d\x23\xba\xfd\x96\x31\x87\x85\xf2\xec\x56\xa2\xc5\xd2\x50\xda\xa4\xef\x7e\xa2\xc9\x38\x72\x25\xea\xe3\xb4\x67\x45\x55\x01\x46\xa7\x6c\xf8\xf1\x6b\xb0\x49\xb6\x69\xc0\xe1\x02\x1d\x9a\x0c\xb7\x1d\x00\xc0\x2b\x8b\x29\x5c\x06\x27\xec\x25\xfd\x44\x8c\x3e\xb4\xf4\x13\x31\x3a\x9c\xf4\x13\x31\x7a\xb5\xf4\xef\xc7\x1e\x48\xfa\x89\x18\xed\x23\xfd\x64\xf4\x40\xfa\x89\x18\xbd\xb9\xf4\x93\x51\x27\xfd\x9e\x95\xa7\xa4\xbf\x6e\xe0\xe0\xd2\xff\xd8\x53\x3f\x39\xe4\xd4\x4f\xf6\x98\xfa\xf7\x63\x0f\x26\xfd\xbd\xa6\x7e\xf2\x70\xea\x27\x07\x98\xfa\xc9\x78\x2d\xfd\x3f\x4f\xfd\xe4\x8d\xa7\xfe\xcf\x68\x2d\xda\xc7\x5c\xf0\x12\x07\xbc\x6b\xe5\xaf\x91\x7e\x3d\x99\x5d\x5d\x5c\xfd\x9b\xc2\xe9\x0a\x3c\x6a\xcc\x78\xdd\x2e\xcb\x62\x08\x2b\xaa\xdd\x36\x6c\xf8\xae\xb4\x06\x59\x33\x05\x94\x99\xd4\x7a\x05\xb5\xcd\x25\x23\x30\x41\xed\x11\xb8\x44\xd0\x92\xd1\x73\x2f\x16\xa0\xc5\x36\x87\x4b\xa9\xb4\x9c\x6b\x0c\x04\xae\x91\x6f\xd3\x51\xc9\x6f\xe4\xfa\x60\xdf\xa5\xf7\x6f\x67\xd7\xbf\x2e\x9b\xf6\xfe\x7e\xe7\x9e\x7d\x81\x51\x1f\xf1\xe1\xd6\x97\xc8\x8d\x2c\x76\xac\xb8\x71\xcf\x13\x16\x6b\x9f\xf1\xb9\x1e\xfb\x1d\x00\x00\xff\xff\x92\x72\x5d\xe4\x20\x0d\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftDotnetYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftDotnetYaml, - "ImageStream.image.openshift.io/openshift/dotnet.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftDotnetYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftDotnetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/dotnet.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x99\x4f\x6f\x1a\x3b\x10\xc0\xef\x7c\x8a\x11\xa7\xf7\x24\x76\x79\xb0\xff\x22\xdf\x5e\x93\x4a\x4d\xd5\x43\x94\x44\xbd\x1b\xef\xc0\x3a\xec\xda\xae\x6d\xb6\x45\x55\xbf\x7b\xb5\x7f\x48\x20\x54\xd1\x8a\xb2\x86\xb4\x39\xb1\x8b\xc7\x63\xcf\xcc\x8f\xdf\x05\xaa\xf8\x67\xd4\x86\x4b\x41\x80\x17\x74\x81\xbe\x54\x28\x4c\xc6\xe7\xd6\xe7\x72\x5c\x4e\x06\x4b\x2e\x52\x02\xd7\xd5\xda\x9d\xd5\x48\x8b\x41\x81\x96\xa6\xd4\x52\x32\x00\xa0\x42\x48\x4b\x2d\x97\xc2\x54\xaf\x00\x3b\xdb\x53\x6e\x54\x4e\xd7\x9e\xa0\x05\x12\xf8\xf8\x4e\x1a\x03\xef\xff\xbf\x01\x26\x85\xe5\x62\x25\x57\x06\x52\xcc\x79\x89\x7a\xbd\xbf\x59\x69\x59\xf2\x14\xb5\xb7\x9b\xe5\x16\x53\xf8\x40\xed\x08\xae\x05\xf3\xeb\x5d\xe5\xa6\x80\xe1\x24\xf1\xff\x1b\x0e\x00\x9a\x48\xa4\xca\x63\xa9\xf7\x98\xb4\x5d\x30\x8a\x32\x24\x4f\x67\x0d\x8c\x42\x56\x5d\x3e\x97\x72\xb9\x52\x37\x32\xe7\x6c\xdd\x14\x93\x4b\x46\x73\x02\x73\x9a\x1b\x1c\x00\x58\xba\xa8\xab\xf4\xf6\xcb\x06\x48\xd1\x30\xcd\x95\xad\x6f\xf2\x62\xa9\x70\x8f\x2c\x83\x1b\x8d\x25\xc7\xaf\x9b\xdb\xc3\x64\xea\xb7\x99\x38\x93\xe2\x32\xa7\xc6\x90\xfa\xd1\x43\xaa\xda\x95\x43\x9b\x0b\x93\x29\xfc\xb3\x7d\xea\xbf\x6d\x42\x43\x0b\x95\xe3\xa5\x14\x16\xbf\xd9\x2b\xae\x09\x2c\xb9\x65\x19\x0a\xc3\xc5\x72\x27\xe6\x16\xe7\xdb\x3d\xdb\x5d\x52\x92\x40\x66\xad\x32\x64\x3c\x5e\x70\x9b\xad\x66\x3e\x93\xc5\xf8\x61\x26\x8d\xf1\x52\x2c\x31\x97\x0a\x75\xfb\x5e\x8d\xe5\xcb\x8a\xb3\xa5\xb1\x54\x5b\xe3\x2f\xf8\x63\xba\x95\x52\x52\x5b\x53\x8f\x8e\x24\xfe\x74\xf4\x40\x4b\x8a\x48\x92\xfa\x81\x5c\xb4\x71\xf5\x1c\x60\xb6\xe2\x79\x8a\x7a\x84\x54\xb5\x71\xf5\xc7\xa8\x3e\x65\x94\xf1\x34\x45\xd1\x6e\xd8\x22\x64\x3a\xac\xbf\x9b\x6b\x59\x6c\x26\xb7\x47\xf8\x3d\x5d\xb4\x4b\x4d\x6f\x87\x93\x69\xc3\x15\x00\x2f\xaa\x1b\xb6\x8c\xc0\xf7\x1f\x83\x9d\xa8\x26\x46\xe3\x1c\x35\x0a\x86\xdb\x28\x01\xd8\xb5\x42\x02\x9f\x2a\xa4\x8e\xc0\xd0\x64\xba\x8b\xd1\xdd\xf4\xba\x29\xe1\x8f\x84\x88\x9a\xf1\x33\x6c\xc6\x7b\x69\x5c\xc0\xb3\xc1\x60\x1f\x9f\x2b\xc9\x96\xa8\xb7\x27\xd0\xb4\x54\xe3\x82\x1b\xab\xd7\xbe\xc6\x34\xa3\x75\xcf\x9f\x7e\x06\x89\x67\x91\x65\x9e\x6a\xfa\x39\x7e\x2e\x2c\x52\x1d\xd8\x01\xbb\xcd\xad\x9c\x80\xf7\x6b\x79\x05\x7d\xca\x2b\x78\x93\x57\xc3\x5f\x70\x90\xbc\x82\x4e\xf2\x0a\x5c\xca\x2b\x70\x2f\xaf\xd3\x41\x74\x26\xf2\x0a\x5c\xcb\x2b\xe8\x22\xaf\xe0\x0c\xe4\x15\xf6\x29\xaf\xf0\x55\xcb\xeb\xe2\x78\xfc\x85\x07\xc9\x2b\xec\x24\xaf\xd0\xa5\xbc\x42\xf7\xf2\x3a\x1d\x44\xbf\x23\xaf\x63\xc2\xe3\x5a\x5e\x61\x17\x79\x85\x67\x20\xaf\xa8\x4f\x79\x45\xaf\x51\x5e\x41\x0f\xfc\x45\x07\xc9\x2b\xea\x24\xaf\xc8\xa5\xbc\x22\xf7\xf2\x3a\x1d\x44\x07\xc8\xab\x17\x78\x5c\xcb\x2b\xea\x22\xaf\xe8\x0c\xe4\x15\xf7\x29\xaf\xf8\x4d\x5e\x0d\x7f\xf1\x41\xf2\x8a\x3b\xc9\x2b\x76\x29\xaf\xd8\xbd\xbc\x4e\x07\xd1\x99\xc8\x2b\x76\x2d\xaf\xb8\x8b\xbc\xe2\x33\x90\x57\xd2\xa7\xbc\x92\x37\x79\xb5\x7f\xe9\x1c\x24\xaf\xa4\x93\xbc\x12\x97\xf2\x4a\xdc\xcb\xeb\x74\x10\x9d\x89\xbc\x12\xb7\xf2\xf2\x74\x86\xf9\x05\xa9\x8e\xed\x00\xdf\x91\x15\x76\x9f\x21\xe4\xd4\xa2\xb1\x40\x4b\xca\x73\x3a\xcb\xb1\x69\x1b\xc8\x79\x07\xc1\xb5\x39\x61\x43\x4b\x8f\x76\xfb\xab\xa9\x6c\x66\xe4\x9e\xca\xad\x73\x5f\xe0\x72\x2b\xaa\x03\x97\x3f\x03\x00\x00\xff\xff\x39\x61\x52\x70\x3f\x20\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x92\x41\x8f\xd3\x30\x10\x85\xef\xf9\x15\xa3\x3d\xd7\xde\x26\x95\x56\xc8\x57\x10\xa2\x88\x03\x62\x25\xee\xb3\xf6\xa4\x9d\x6d\x62\x5b\x1e\x27\xa2\x42\xfc\x77\x14\x27\x25\x40\x39\x14\x24\xf6\x96\xd8\xf3\xc6\xf3\xde\x37\x18\xf9\x33\x25\xe1\xe0\x0d\x70\x8f\x07\xd2\x21\x92\x97\x23\xb7\x59\x73\xb8\x1f\xeb\xea\xc4\xde\x19\xd8\x4f\x77\x8f\x39\x11\xf6\x55\x4f\x19\x1d\x66\x34\x15\x00\x7a\x1f\x32\x66\x0e\x5e\xa6\x5f\x80\x5f\xe4\x8e\x25\x76\x78\x56\x1e\x7b\x32\xf0\x89\x1c\xbc\xc3\x0c\x6f\x07\x21\x78\xd0\x3b\x78\x8f\x23\x5e\x8b\x62\x0a\x23\x3b\x4a\xea\x8f\xea\x0d\xec\xbd\xd5\x15\xc0\x7c\xda\xb2\xa8\x67\x1c\x51\xfd\x68\xb1\x5c\x49\x44\x4b\x66\xed\x5c\x49\x24\x3b\x8d\xd8\x85\x70\x1a\xe2\xc7\xd0\xb1\x3d\xcf\x23\x77\xc1\x62\x67\xa0\xc5\x4e\xa8\x02\xc8\x78\x28\x5e\xd4\xb5\x39\x00\x47\x62\x13\xc7\x5c\x02\xfb\xcd\x50\xa3\xeb\x62\x09\x1e\x9b\xfd\x1c\xa6\xe8\x45\xc6\x36\xf8\xd7\x1d\x8a\x98\xf2\xa9\xd2\x51\xb1\xcf\x74\x48\xa5\xfb\x52\x74\x7b\x74\x97\x97\x16\xa1\x0c\x31\x86\x94\xc5\xc0\xf3\x53\x10\x51\xed\x20\x64\x4a\xd5\x66\xca\xc6\xbc\xda\x7c\x89\x88\x62\x6a\xdd\x2c\x8a\xe2\x11\x9e\x06\xee\x1c\xa5\xcd\xaa\x2a\xf5\x73\xf5\xe6\xc8\xce\xd1\x65\xb6\xf1\xb2\x24\x77\xb5\xde\xde\x95\xc3\x36\x85\xfe\x12\xcb\xbc\x24\x6f\x82\x3d\x51\x2a\xab\xb2\x9c\xcf\xd3\x27\x3a\xb0\xe4\x74\xd6\x89\xdc\x11\x8b\xbd\xf5\x49\xf5\x70\x7f\x0d\xd1\xd4\x7a\x5b\x5a\x70\x3f\x39\x5b\x68\xc1\xd7\x6f\xd5\xda\x75\x9d\x24\x51\x4b\x89\xbc\xa5\x9f\xa9\x02\xe4\x73\x24\x03\x1f\x26\xba\xff\x82\x73\xf7\x42\x30\x77\x37\xa0\xdc\xe9\xed\x7f\x40\xd9\xbc\x08\xca\xe6\x06\x94\xcd\x5f\xa0\xfc\x1e\x00\x00\xff\xff\x37\x49\xe7\xd6\xb3\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x92\x41\x6f\xdb\x3e\x0c\xc5\xef\xfe\x14\x44\xcf\x96\x1a\x3b\x40\xf1\x87\xae\xff\x61\x58\xb0\x1d\x86\x15\xd8\x9d\x95\xe8\x84\x8d\x2d\x09\xa2\x1c\x2c\x18\xf6\xdd\x07\xcb\x4e\xbd\xb5\x3d\x64\x03\xba\x9b\x2d\xf1\x3d\xf1\xf1\x47\x8c\xfc\x95\x92\x70\xf0\x06\x78\xc0\x3d\xe9\x10\xc9\xcb\x81\xbb\xac\x39\xdc\x9e\x9a\xea\xc8\xde\x19\xd8\x4d\x77\xf7\x39\x11\x0e\xd5\x40\x19\x1d\x66\x34\x15\x00\x7a\x1f\x32\x66\x0e\x5e\xa6\x5f\x80\xdf\xe4\x8e\x25\xf6\x78\x56\x1e\x07\x32\xf0\x85\x1c\x7c\xc0\x0c\xef\x47\x21\xb8\xd3\x5b\xf8\x88\x09\xbb\x97\xaa\x98\xc2\x89\x1d\x25\xf5\xaa\xbc\x86\x9d\xb7\xba\x02\x98\x4f\x3b\x16\x75\x9c\x7c\xd4\x93\xc7\x72\x27\x11\x2d\x99\xd5\xba\x92\x48\x76\x6a\xb2\x0f\xe1\x38\xc6\xcf\xa1\x67\x7b\x9e\x9b\xee\x83\xc5\xde\x40\x87\xbd\x50\x05\x90\x71\x5f\xd2\xa8\x97\xf1\x00\x1c\x89\x4d\x1c\x73\x19\xd9\xb3\x48\xad\x6e\xe6\x50\x70\xdf\xee\x96\x79\x2e\x32\xb6\xc1\xff\xdf\xa3\x88\x29\x9f\x2a\x1d\x14\xfb\x4c\xfb\x54\xdc\x97\xa2\xeb\x87\xf7\xf4\xd2\xa2\x94\x31\xc6\x90\xb2\x18\x78\x7c\x08\x22\xaa\x1b\x85\x4c\x29\xab\x1f\xf1\x84\xe6\xbf\xfa\x5b\x44\x14\xd3\xe8\x76\x51\x94\x90\xf0\x30\x72\xef\x28\xd5\xab\xaa\xd4\xd7\x65\xa4\xb3\xa6\x3e\xb0\x73\x74\x69\xf1\x74\xd9\x96\x9b\x46\x6f\x6e\xca\x61\x97\xc2\x70\x99\xce\xbc\x2d\xef\x82\x3d\x52\x2a\x3b\xb3\x9c\xcf\x21\x12\xed\x59\x72\x3a\xeb\x44\xee\x80\x25\xe5\xfa\xb0\xba\xbb\x7d\x05\xa6\x69\xf4\xa6\x78\xf0\x30\x05\x5c\xa8\xc1\xf7\x1f\xd5\x6a\xbb\xb6\x92\xa8\xa3\x44\xde\xd2\xaf\x74\x01\xf2\x39\x92\x81\x4f\x13\xe5\xbf\xc1\xba\x7d\x0e\x55\xde\x88\xea\xf6\x1a\xa6\x5b\xbd\x79\x33\xa6\xed\xbf\x61\xda\x5e\xc1\xb4\xfd\x03\xa6\x3f\x03\x00\x00\xff\xff\xbb\x44\x61\xe4\xc6\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd1\xcb\xca\xdb\x30\x10\x05\xe0\xbd\x9f\x62\xc8\x3a\x76\xc8\x8d\x82\x76\x85\xd2\x36\xd0\x45\x69\xa1\xfb\x41\x1a\x3b\x43\x6c\x8d\x18\xc9\x01\x53\xfa\xee\xc5\x97\x90\xfc\x24\x01\x67\x9f\xa5\x64\xe9\x78\xce\x27\x0c\xfc\x87\x34\xb2\x78\x03\xdc\x60\x45\x85\x04\xf2\xf1\xc8\x65\x2a\x58\x56\xe7\x75\x76\x62\xef\x0c\x1c\xfa\x6f\xbf\x93\x12\x36\x59\x43\x09\x1d\x26\x34\x19\x00\x7a\x2f\x09\x13\x8b\x8f\xfd\x12\xe0\xc3\x75\xc7\x31\xd4\xd8\xe5\x1e\x1b\x32\xf0\x8b\x1c\x7c\xc7\x04\x5f\xdb\x48\xf0\x39\xb0\x6d\x95\x93\xc0\x37\xf2\xa4\x98\x44\xef\xef\x07\x95\x33\x3b\xd2\xfc\x61\xd0\x12\x0e\xde\x16\x19\xc0\xb8\x5b\xb6\x91\x72\xbc\xc4\xe6\xd5\x4d\x6c\x7f\x20\x06\xb4\x64\xae\xf9\x59\x0c\x64\xfb\x99\x6b\x91\x53\x1b\x7e\x4a\xcd\xb6\x1b\x3b\xd4\x62\xb1\x36\x50\x62\x1d\x29\x03\x48\x58\x0d\xe5\xf2\xfb\xb6\x00\x8e\xa2\x55\x0e\x69\x10\xbc\x34\x7c\x50\x6e\xd2\x9d\x6e\xcd\x50\x7a\x06\x34\xcd\x03\x53\x53\x59\xf6\xbd\x97\x47\x76\x8e\xfc\x70\xa0\x54\x69\x2e\xd3\x8d\x8f\xf7\x45\xec\x89\x74\x78\xc2\x69\x7f\xfc\x95\x52\xc5\x31\x69\x57\x28\xb9\x23\x0e\xb3\xf4\x61\x9f\x56\xcf\x28\xcd\xba\xd8\x0c\x09\xdc\x04\xd1\x34\x99\xc1\xdf\x7f\xd9\x35\x74\xb1\x2e\x36\x8b\x61\xad\x54\x92\x92\xb7\x74\x6b\x0b\x90\xba\x40\x06\x7e\xf4\xc6\x6f\xd4\x11\x75\x3b\x03\x75\xfb\x46\x7d\x0d\x75\x37\x03\x75\xf7\x46\x7d\x0d\x75\x3f\x03\x75\x3f\x1b\xf5\x7f\x00\x00\x00\xff\xff\x8b\x55\x7f\xdd\x7e\x06\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYaml, - "ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd2\x4d\x8f\xdb\x2c\x10\x07\xf0\xbb\x3f\xc5\x68\xcf\x31\x4f\xf0\x8b\xf2\x88\xeb\x56\x55\x57\xea\xa1\x6a\xa5\xde\xa7\x78\x12\xb3\xb1\x01\x01\x49\x1b\x55\xfd\xee\x95\xb1\xdd\xec\x6a\x7b\x40\x95\xf0\x25\x4a\x08\x7f\x98\x99\x1f\x68\xd5\x57\x72\x5e\x19\x2d\x40\x8d\x78\x22\x66\x2c\x69\xdf\xab\x63\x60\xca\xfc\x77\xe5\xc5\x59\xe9\x4e\xc0\xd3\xf4\xdf\x97\xe0\x08\xc7\x62\xa4\x80\x1d\x06\x14\x05\x00\x6a\x6d\x02\x06\x65\xb4\x9f\x7e\x02\xbc\x8a\x77\xca\xdb\x01\x6f\xa5\xc6\x91\x04\x7c\xa6\x0e\x3e\x60\x80\xf7\x17\x4f\x70\x80\x47\xa3\xbd\x19\xe8\x6d\xca\x3a\x73\x55\x1d\xb9\xf2\xaf\xf1\x1d\x3c\x69\xc9\x0a\x80\x79\xf5\x78\xf1\x74\x28\xe5\x9f\xb3\xa6\x55\x6f\x51\x92\xb8\x1f\x5a\x78\x4b\x72\x2a\x6f\x30\xe6\x7c\xb1\x9f\xcc\xa0\xe4\x6d\x2e\x77\x30\x12\x07\x01\x47\x1c\xfc\x94\x0e\x78\x8a\x7d\x94\x6f\x1b\x03\xe8\xc8\x4b\xa7\x6c\x88\xc3\x7a\xdd\x0c\xdb\xaf\xed\x2c\x53\x5c\x22\x4a\x1a\xfd\x38\xa0\xf7\x22\x7e\x2d\x5d\x5f\x2a\x1d\xe8\xe4\xe2\xc9\xcb\xa6\xe4\x91\xdd\x6f\x59\x92\xfe\x62\xad\x71\xc1\x0b\x78\xfe\x66\xbc\x2f\xa7\x61\x88\x03\xdb\xb3\xfd\xee\x19\xaf\x28\xfe\xdf\xfd\xb0\x88\x5e\x70\x56\x2d\x89\xd8\xe0\x8b\xdd\xbb\x1e\xbf\x07\x65\xe2\xf6\x79\xf3\xae\x57\x5d\x47\x6b\x6d\xd7\xf5\x71\x3c\x70\xb6\x7f\x88\x8b\x47\x67\xc6\x75\x24\xf3\xe3\x78\x67\xe4\x99\x5c\x7c\x22\xcb\xfa\x5c\xbd\xa3\x93\xf2\xc1\xdd\x98\xa3\xae\xc7\xd8\x5e\xe4\x8a\x9f\xab\x99\xe0\x6c\x1f\x53\x6a\x9c\x7a\x59\x70\xe0\xe7\xaf\xe2\x7e\xd0\xfd\x72\x47\x47\x72\xa4\x25\xbd\x44\x04\x08\x37\x4b\x02\x3e\x4e\x98\xff\xa2\xc7\x37\xd1\xe3\x69\x7a\x3c\x8f\x1e\xcf\xa5\xc7\x13\xf4\x78\x4e\xbd\x6a\x13\xbd\x2a\x4d\xaf\xca\xa3\x57\xe5\xd2\xab\x12\xf4\xaa\x9c\x7a\xf5\x26\x7a\x75\x9a\x5e\x9d\x47\xaf\xce\xa5\x57\x27\xe8\xd5\x39\xf5\x9a\x4d\xf4\x9a\x34\xbd\x26\x8f\x5e\x93\x4b\xaf\x49\xd0\x6b\x72\xea\xb5\x9b\xe8\xb5\x69\x7a\x6d\x1e\xbd\x36\x97\x5e\x9b\xa0\xd7\x26\xeb\xfd\x0e\x00\x00\xff\xff\xb2\xa7\xb8\x9a\x89\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYaml, - "ImageStream.image.openshift.io/openshift/fuse7-console.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fuse7-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd2\xcd\x8a\xdb\x30\x10\x07\xf0\xbb\x9f\x62\xd8\xb3\xad\x46\xfe\x20\x45\xb7\xd2\x0f\x1a\xe8\x61\xe9\x42\xef\xb3\xd6\x24\xd1\xc6\x96\x84\xa4\x84\x86\xd2\x77\x2f\x96\x9d\xa6\x61\x0b\x31\x0b\xf2\x25\x24\xb2\xff\x93\x99\xf9\x09\xad\xfa\x41\xce\x2b\xa3\x05\xa8\x1e\x77\xc4\x8c\x25\xed\xf7\x6a\x1b\x98\x32\xef\x4e\x3c\x3b\x28\x2d\x05\x6c\x86\x67\x4f\xc1\x11\xf6\x59\x4f\x01\x25\x06\x14\x19\x00\x6a\x6d\x02\x06\x65\xb4\x1f\x7e\x02\xdc\xc4\xa5\xf2\xb6\xc3\x73\xa1\xb1\x27\x01\xdf\x49\xc2\x57\x0c\xf0\xe5\xe8\x09\xd6\xf0\xf9\xc3\xe3\xeb\x84\x75\xe6\xa4\x24\xb9\xe2\xbf\xd1\x1c\x36\xba\x65\x19\xc0\x78\xba\x3d\x7a\x5a\x17\x84\xb6\xf8\x5b\x63\x7a\xe6\x2d\xb6\x24\xae\xa5\x33\x6f\xa9\x1d\x1a\xec\x8c\x39\x1c\xed\xa3\xe9\x54\x7b\x1e\x1b\xee\x4c\x8b\x9d\x80\x2d\x76\x9e\x32\x80\x80\xbb\x38\x49\xf1\x7a\x34\x00\x49\xbe\x75\xca\x86\xb8\xae\xdb\x71\xd8\x6a\x18\x08\x9e\xca\xcd\xb8\x47\xcf\xa6\x8c\x6a\x8d\xfe\xd8\xa1\xf7\x22\x7e\x2d\xdc\xbe\x50\x3a\xd0\xce\xc5\xd2\xd3\x4b\xb3\xb7\x36\xfe\xcd\x94\xf2\x47\x6b\x8d\x0b\x5e\xc0\xcb\xb3\xf1\xbe\x18\xf6\x21\xd6\x6c\xc5\x56\xf9\x0b\x9e\x50\xbc\xcf\x7f\x5a\x44\x2f\x38\x2b\xa7\x44\x9c\x0e\x9e\x8f\xaa\x93\xe4\xf2\x6b\x2a\xbe\x9f\x13\xda\x31\x91\xef\x95\x94\x74\x69\xee\x74\xb9\x20\x0f\x9c\xad\x1e\xe2\xe1\xd6\x99\xfe\xb2\x94\xf1\x82\x7c\x32\xed\x81\x5c\xbc\x26\xd3\xf9\xd8\xbe\xa3\x9d\xf2\xc1\x9d\x99\x23\xb9\xc7\x38\x5f\x64\x8b\x9f\xb7\x76\x82\xb3\x55\xcc\xaa\x7e\x18\x6b\x42\x82\x5f\xbf\xb3\x6b\xb9\x6b\x0b\x8e\xb6\xe4\x48\xb7\xf4\x2f\x26\x40\x38\x5b\x12\xf0\x6d\x40\x7d\x8b\x22\x5f\x46\x91\xdf\x57\xe4\x09\x15\x79\x5a\x45\x3e\x43\x91\xa7\x54\x2c\x97\x51\x2c\xef\x2b\x96\x09\x15\xcb\xb4\x8a\xe5\x0c\xc5\x32\xa5\x62\xb5\x8c\x62\x75\x5f\xb1\x4a\xa8\x58\xa5\x55\xac\x66\x28\x56\x29\x15\xeb\x65\x14\xeb\xfb\x8a\x75\x42\xc5\x3a\xad\x62\x3d\x43\xb1\x4e\xa9\xd8\x2c\xa3\xd8\xdc\x57\x6c\x12\x2a\x36\x69\x15\x9b\x19\x8a\xcd\x6c\xc5\x3f\x01\x00\x00\xff\xff\x2e\xe3\x32\xd5\xbb\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd2\xcd\x8e\xd3\x30\x10\x07\xf0\x7b\x9e\x62\xb4\xe7\xc6\xd4\xf9\x50\x91\xaf\x20\x44\x11\x07\xc4\x4a\xdc\x67\xe3\x69\xeb\x6d\x62\x5b\xb6\x1b\x51\x21\xde\x1d\xc5\x49\x29\xcb\x72\xb0\x90\x9c\x4b\xd5\xda\xfe\xbb\x33\xf3\x33\x5a\xf5\x8d\x9c\x57\x46\x0b\x50\x03\x1e\x89\x19\x4b\xda\x9f\xd4\x21\x30\x65\xde\x8c\xbc\x38\x2b\x2d\x05\xec\xa7\xbd\xc7\xe0\x08\x87\x62\xa0\x80\x12\x03\x8a\x02\x00\xb5\x36\x01\x83\x32\xda\x4f\x3f\x01\x5e\xc4\xa5\xf2\xb6\xc7\x6b\xa9\x71\x20\x01\x5f\x49\xc2\x47\x0c\xf0\xe1\xe2\x09\x76\xf0\x09\x47\x7c\x1d\xb1\xce\x8c\x4a\x92\x2b\xff\x99\xdd\xc0\x5e\x77\xac\x00\x98\x57\x0f\x17\x4f\xbb\xf2\x19\x47\x2c\x7f\x5f\xb2\x6c\x7a\x8b\x1d\x89\xfb\xdd\x85\xb7\xd4\x4d\x25\xf6\xc6\x9c\x2f\xf6\x8b\xe9\x55\x77\x9d\x4b\xee\x4d\x87\xbd\x80\x03\xf6\x9e\x0a\x80\x80\xc7\xd8\x4b\xf9\xba\x39\x00\x49\xbe\x73\xca\x86\x38\xb0\x97\x0d\xb1\x6d\x6c\x09\x1e\xab\xfd\x3c\x4a\xcf\x96\x90\xea\x8c\x7e\xd7\xa3\xf7\x22\x7e\x2d\xdd\xa9\x54\x3a\xd0\xd1\xc5\xbb\x97\x43\xc9\x83\x5b\xfe\x67\x89\xf9\x8b\xb5\xc6\x05\x2f\xe0\xf9\xc9\x78\x5f\x4e\x23\x11\x3b\xb6\x65\xdb\xcd\x34\x17\xf1\x76\xf3\xdd\x22\x7a\xc1\x59\xb5\x24\x62\x7f\xf0\x74\x51\xbd\x24\xb7\xb9\xa7\xe2\xf9\xf9\xf4\xe6\xa4\xa4\xa4\x5b\x65\xe3\xed\x81\x3c\x70\xb6\x7d\x88\x8b\x07\x67\x86\xdb\x48\xe6\x07\xf2\xde\x74\x67\x72\xf1\x99\x2c\xeb\x73\xed\x8e\x8e\xca\x07\x77\x65\x8e\xe4\x09\x63\x73\x51\x2d\x7e\xfe\x45\x27\x38\xdb\xc6\xb0\x1a\xa6\x9e\x16\x23\xf8\xf1\xb3\xb8\xdf\x77\xaf\xc1\xd1\x81\x1c\xe9\x8e\xfe\xb4\x04\x08\x57\x4b\x02\x3e\x4f\xa6\xff\x83\xc8\x57\x42\xe4\x09\x88\x3c\x13\x22\xcf\x8c\xc8\x13\x10\x79\x4e\xc4\x6a\x25\xc4\x2a\x01\xb1\xca\x84\x58\x65\x46\xac\x12\x10\xab\x9c\x88\xf5\x4a\x88\x75\x02\x62\x9d\x09\xb1\xce\x8c\x58\x27\x20\xd6\x39\x11\x9b\x95\x10\x9b\x04\xc4\x26\x13\x62\x93\x19\xb1\x49\x40\x6c\x72\x22\xb6\x2b\x21\xb6\x09\x88\x6d\x26\xc4\x36\x33\x62\x9b\x80\xd8\x26\x23\xfe\x0a\x00\x00\xff\xff\x9b\x6e\x35\x3b\xb7\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\xd2\xcd\x8e\xd3\x30\x10\x07\xf0\x7b\x9e\x62\xb4\xe7\xc4\xd4\xf9\x50\x91\xaf\x20\x44\x05\x07\xc4\x4a\xdc\x67\xe3\x49\xeb\x6d\x62\x5b\xb6\x5b\x51\x21\xde\x1d\xc5\x49\x29\xcb\x72\xb0\x90\xdc\x4b\xd5\x3a\xf9\x4f\x67\xe6\x67\xb4\xea\x1b\x39\xaf\x8c\x16\xa0\x26\xdc\x13\x33\x96\xb4\x3f\xa8\x21\x30\x65\xde\x9c\x79\x71\x54\x5a\x0a\xd8\xcd\xcf\x1e\x83\x23\x9c\x8a\x89\x02\x4a\x0c\x28\x0a\x00\xd4\xda\x04\x0c\xca\x68\x3f\xff\x04\x78\x11\x97\xca\xdb\x11\x2f\x95\xc6\x89\x04\x7c\x25\x09\x1f\x31\xc0\x87\x93\x27\xd8\xc2\x27\x74\x38\xbc\xce\x58\x67\xce\x4a\x92\xab\xfe\x19\x2e\x61\xa7\x7b\x56\x00\x2c\xa7\xc3\xc9\xd3\xb6\x3a\xce\x95\xaa\xdf\x55\xd6\xa7\xde\x62\x4f\xe2\x56\xbc\xf0\x96\xfa\xb9\xc9\xd1\x98\xe3\xc9\x7e\x31\xa3\xea\x2f\x4b\xd3\xa3\xe9\x71\x14\x30\xe0\xe8\xa9\x00\x08\xb8\x8f\xd3\x54\xaf\xc7\x03\x90\xe4\x7b\xa7\x6c\x88\x2b\x7b\x39\x12\xdb\x2c\x43\xc1\x63\xbd\x5b\xb6\xe9\xd9\x9a\x52\xbd\xd1\xef\x46\xf4\x5e\xc4\xaf\x95\x3b\x54\x4a\x07\xda\xbb\x58\x7c\x7d\x29\x79\x77\xd7\x3f\x5a\x73\xfe\x64\xad\x71\xc1\x0b\x78\x7e\x32\xde\x57\xf3\x56\xc4\x96\x6d\xd8\xa6\x7c\xc6\x33\x8a\xb7\xe5\x77\x8b\xe8\x05\x67\xf5\x9a\x88\x13\xc2\xd3\x49\x8d\x92\x5c\x79\x4b\xc5\xf7\xcb\xb8\xcf\x25\x53\x1e\x94\x94\x74\x6d\xf0\x7c\xbd\x2a\x0f\x9c\x6d\x1e\xe2\xe1\xe0\xcc\x74\x5d\xcd\x72\x55\xde\x9b\xfe\x48\x2e\x5e\x98\xf5\x7c\x19\xc1\xd1\x5e\xf9\xe0\x2e\xcc\x91\x3c\x60\x9c\x31\xf2\xc5\xcf\xbf\x0d\x05\x67\x9b\x98\x56\xd3\x3c\xda\x8a\x05\x3f\x7e\x16\xb7\x82\xb7\x26\x1c\x0d\xe4\x48\xf7\xf4\x27\x2a\x40\xb8\x58\x12\xf0\x79\xc6\xfd\x1f\x4d\x7e\x2f\x4d\x9e\xa2\xc9\xb3\x6a\xf2\xdc\x9a\x3c\x41\x93\xe7\xd4\xac\xef\xa5\x59\xa7\x68\xd6\x59\x35\xeb\xdc\x9a\x75\x82\x66\x9d\x53\xb3\xb9\x97\x66\x93\xa2\xd9\x64\xd5\x6c\x72\x6b\x36\x09\x9a\x4d\x4e\xcd\xf6\x5e\x9a\x6d\x8a\x66\x9b\x55\xb3\xcd\xad\xd9\x26\x68\xb6\x39\x35\xbb\x7b\x69\x76\x29\x9a\x5d\x56\xcd\x2e\xb7\x66\x97\xa0\xd9\x25\x6b\xfe\x0a\x00\x00\xff\xff\xc0\x70\x05\x76\xef\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftGolangYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x55\xc1\x6e\xdb\x38\x10\xbd\xeb\x2b\xde\x71\x17\xb0\x24\xf8\xb0\x08\xa0\x5b\xb2\xc9\x26\x01\xb2\x69\xe1\x14\xed\x79\x4c\x8d\x29\x36\x14\x87\x20\x47\x6e\x8d\xb6\xff\x5e\x48\xb2\x1d\x07\x2d\xda\x5c\x8b\xd6\x27\x8a\xc3\x37\x7c\xef\x71\x1e\x4c\xd1\xbd\xe5\x94\x9d\x84\x06\xae\x27\xcb\x95\x44\x0e\xb9\x73\x1b\xad\x9c\xd4\xdb\x65\xf1\xe8\x42\xdb\xe0\x76\xac\x3d\x68\x62\xea\x8b\x9e\x95\x5a\x52\x6a\x0a\x80\x42\x10\x25\x75\x12\xf2\xf8\x09\x3c\x83\xb7\x2e\x47\x4f\xbb\x32\x50\xcf\x0d\xae\xa5\x00\xe6\xa5\x15\x4f\xc1\xee\x3f\x73\x24\xc3\xcd\x13\xb2\xc8\x91\xcd\xd8\xcd\x8b\x3c\x0e\xf1\xb5\x78\x67\x76\x73\x77\x2f\x86\x7c\x83\x0d\xf9\xcc\x05\xa0\x64\xa7\x6b\xcb\x6f\x79\x00\x2d\x67\x93\x5c\xd4\x49\xdb\xe7\x72\xbf\x0b\x5c\x0c\xce\xb7\xa0\xd0\x22\x0d\x01\xd7\x02\x8a\xd1\x3b\x33\x83\x21\x01\xab\x9b\xab\x3b\x9c\x55\xf8\x4f\x12\x7a\x49\x0c\x17\x36\x92\xfa\xe9\x00\x68\x2d\x83\x62\xc8\x2e\x58\x68\xe7\x32\xd6\x63\x3b\x4e\xb3\x7b\x0b\xb8\x60\xfc\xd0\x8e\xd5\x57\x91\xc3\xc3\xa8\x07\x46\x42\x76\x2d\xa7\xf9\x8a\x05\x32\x33\x3a\xd5\x98\x9b\xba\xb6\x4e\xbb\x61\x5d\x19\xe9\xeb\x6c\xbc\x24\x5b\xcf\xde\x94\x46\x82\x92\x0b\x9c\xea\xb5\x97\x75\xdd\x53\x56\x4e\xf5\xea\xea\xfc\xf2\xff\xab\xaa\x6f\xab\xe2\x28\xe8\xdd\xf9\xea\xfe\xf6\xfe\xba\xc1\xc5\x0e\x99\x3d\x1b\x3d\x92\x53\xb2\x0b\xec\x64\x48\xa7\x22\xf1\xc1\x79\x0f\x1a\x54\x46\x4d\x86\xbc\xdf\x61\x88\x2d\x29\x43\x05\x43\x66\x68\xc7\xf0\xa4\x9c\x15\xdb\x79\x3a\x20\x9b\xc9\xaa\x2d\x39\x4f\x6b\xcf\xa3\x4f\x47\x81\xa7\xaa\x7b\x7a\x2f\xe9\x88\x9a\xdb\xe6\x6a\xcf\xd5\x19\x09\xff\x7a\xca\xb9\x99\x96\xa5\x95\xd2\x4a\xec\x38\xed\xeb\x3f\x1c\x1e\xfc\xb5\xac\x96\xcb\xea\x9f\xbf\xbf\x77\x38\x26\xd9\x8e\x16\x97\xcf\x51\x2b\x6e\x71\x43\xba\xc0\x6d\x30\x07\x12\x99\xfa\xe8\x79\xc5\x51\x9a\x9f\xbf\x02\x7f\xac\xac\xd3\x03\x72\x88\x51\x92\xe6\x93\xf9\x1d\x7f\xd3\x14\x1e\xe6\x60\x31\x97\x16\x56\xa6\xea\x26\x49\x7f\x18\xc8\x39\x49\x97\x62\x1e\x39\x4d\x79\xda\xef\xcf\x54\x13\x5b\x97\x35\xed\xaa\xc4\x6d\x47\xb3\x03\xbc\x55\x11\x9f\x6b\x2b\xe5\xb4\x60\x2d\x53\xc7\xfe\xac\x99\x9d\x98\xf0\xae\x1f\x39\xed\x43\x82\x4f\x5f\x8a\xa7\x96\x27\xa7\x12\x6f\x38\x71\x30\x7c\x9a\x26\x40\x77\x91\x1b\xdc\x8d\xa9\xfa\x13\xa3\xdf\x25\x46\x77\x13\xa5\x5f\x3c\x46\x27\x7f\x48\x6f\xc8\x3e\x4b\xd2\xcb\xc2\x31\x3f\xcc\x4b\xc3\xf1\x35\x00\x00\xff\xff\x24\xa7\x71\x04\x28\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftGolangYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftGolangYaml, - "ImageStream.image.openshift.io/openshift/golang.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftGolangYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftGolangYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/golang.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftHttpdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\x5b\x6b\xdb\x4a\x10\xc7\xdf\xfd\x29\x86\x3c\x25\x60\x49\x1c\x63\x08\xe8\x2d\x39\xc9\x39\x0e\xa4\x69\x70\x42\xfb\x3c\x5e\x8d\xa5\x6d\x56\x3b\xcb\xee\xc8\xad\x68\xfb\xdd\xcb\xae\xe4\x1b\x81\x34\xa5\x17\xa8\x9f\xbc\x97\x99\xf9\xff\x67\x7f\x83\xd0\xe9\x77\xe4\x83\x66\x5b\x82\x6e\xb1\xa6\x9c\x1d\xd9\xd0\xe8\xb5\xe4\x9a\x8b\xcd\x3f\x93\x27\x6d\xab\x12\x6e\xe2\xd9\x83\x78\xc2\x76\xd2\x92\x60\x85\x82\xe5\x04\x00\xad\x65\x41\xd1\x6c\x43\x5c\x02\x1c\x85\x57\x3a\x38\x83\x7d\x66\xb1\xa5\x12\x2e\x1c\xaa\x86\x60\xf1\xf8\x78\x0f\x0f\xe4\x37\xe4\xe1\xb4\x11\x71\xd5\xd9\x04\x60\xb8\x92\x96\xe3\x2a\x38\x54\x54\xee\x13\x4e\x82\x23\x15\x8b\x18\xe6\xa7\xce\xdd\xb3\xd1\xaa\x1f\x8a\x1a\x56\x68\x4a\x58\xa3\x09\x34\x01\x10\xac\x93\x9a\xec\xb9\x3c\x80\x8a\x82\xf2\xda\x49\xb2\x7c\xd9\x69\x53\x01\xda\x0a\x42\x14\x04\x21\x5e\x56\xa0\xd8\x0a\x59\x81\x8d\xc6\x17\x54\xc3\x2c\x9f\x8f\x49\x01\xd8\xc2\x72\x71\x7d\x0b\xe7\x39\xfc\xc7\x1e\x5a\xf6\x04\xda\xae\xd9\xb7\xa9\x3c\xe0\x8a\x3b\x81\x2e\x68\x5b\x83\x34\x3a\xc0\x2a\x96\x26\x3f\x74\x7d\x0a\xda\x2a\xd3\x55\xda\xd6\xbb\x8c\x6f\x1d\xd9\x87\x68\x3c\xca\x09\xba\x22\x3f\x18\x99\x42\x20\x4a\x9d\x0a\x65\x51\xd4\x5a\x9a\x6e\x95\x2b\x6e\x8b\xa0\x0c\xfb\xba\x48\xe2\xb2\x68\x01\xb5\x25\x5f\xac\x0c\xaf\x8a\x16\x83\x90\x2f\x66\xf9\xbc\x58\x5e\x5f\x5c\xbd\xb9\xce\xdb\x2a\x1f\x4b\x69\xc5\xf6\x5f\x83\x21\x94\xe9\x6f\x86\xc9\xf1\x78\xf8\x63\xef\xb9\xef\xc8\x51\x9c\xf3\xbc\x89\x06\xb2\xe3\x04\x4b\xaa\x60\x81\x32\x85\x1b\xab\xb6\x62\x02\xb6\xce\xd0\x92\x1c\x97\xdf\xf5\x48\x9f\xf2\x5a\xcb\x36\xb0\x73\x8e\xbd\x84\x3d\x44\xf1\x97\x50\xd8\xf6\x7a\x7a\x78\xb2\xd9\x62\x7f\x32\xcb\xe7\x27\x69\x73\xed\xb9\xdd\x62\x32\x60\x7f\xc5\xea\x89\x7c\x82\x7f\xdc\x1f\x94\x7b\xaa\x75\x10\xdf\xe7\x9e\xaa\x06\x93\x47\xdf\x04\x65\x46\x61\xb3\x79\xe6\x1b\x32\xe7\x29\x46\xb7\x51\xd7\x88\x2b\x7c\xfe\x3a\xd9\xa7\xd9\x97\xf6\xb4\x26\x4f\x56\xd1\x21\xd6\x00\xd2\x3b\x2a\xe1\x36\xe2\xfd\x2a\x9e\xbf\x64\x3b\x7c\x7e\x0e\xed\x5f\x86\xf3\x9f\xc0\x78\xe7\xf9\xfd\xc5\xf2\xee\xe6\xee\xff\x12\x2e\x7b\x08\x64\x48\xc9\x4e\x9f\x60\x3d\x85\x9e\x3b\x0f\xe8\x9c\xd1\x6a\xb0\xf1\x51\x1b\x03\xd8\x09\x47\x5b\x0a\x8d\xe9\xa1\x73\x15\x0a\x81\x30\x74\x81\x40\x1a\x02\x83\x42\x41\xb6\xc0\x00\xaf\x61\x11\xb5\x01\x6e\x50\x1b\x5c\x19\x8a\xdd\xda\xd9\x3c\xf4\xde\xe2\x07\xf6\xbb\xc0\x21\x73\xf8\x0d\x63\x77\x7a\x9b\x24\x9e\xfd\x1d\xb3\xf7\x7c\xcc\x0e\xbe\x2e\x8f\x58\x1f\x4d\xda\x7e\x44\x5e\x98\xa3\xe1\x85\x5e\x3b\x48\xdf\x02\x00\x00\xff\xff\x22\xc8\x7b\x11\xf4\x06\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftHttpdYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftHttpdYaml, - "ImageStream.image.openshift.io/openshift/httpd.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftHttpdYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftHttpdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/httpd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJavaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x95\xcf\x8e\xd3\x30\x10\xc6\xef\x79\x8a\xd1\x9e\x9b\x54\x96\x90\x36\xf2\x91\xed\x81\x5d\x40\xa0\x05\x71\x9f\xda\xd3\xc4\xad\x63\x1b\x7b\x12\xb6\x42\xbc\x3b\xca\x9f\xa6\xad\x0a\xa8\x42\xac\xb4\x07\x7a\xa9\x13\xcf\x8c\xbf\xf9\xe6\x27\x07\x83\xf9\x42\x31\x19\xef\x24\x98\x06\x2b\x2a\x7c\x20\x97\x6a\xb3\xe1\xc2\xf8\x65\x27\xb2\x9d\x71\x5a\xc2\x7d\xbf\xf7\x89\x23\x61\x93\x35\xc4\xa8\x91\x51\x66\x00\xe8\x9c\x67\x64\xe3\x5d\xea\x1f\x01\xce\xd2\xb5\x49\xc1\xe2\x3e\x77\xd8\x90\x84\x47\xd2\xf0\x06\x19\x3e\x04\x72\x0f\xab\xb7\x97\xe1\x21\xfa\xce\x68\x8a\xf9\x2f\xf3\x16\x70\xef\x54\x31\x64\x75\x07\xc9\xa2\x78\x55\x88\xdb\x0c\xc0\xe2\x9a\xec\x24\xe1\x29\x20\xa6\x93\xbd\xb1\xca\x16\x3b\x9c\x1e\x52\x40\x45\xf2\x78\x76\x96\x02\xa9\x3e\xd7\x7a\xbf\x6b\xc3\x47\x6f\x8d\xda\x8f\xb5\xac\x57\x68\x25\x6c\xd0\x26\xca\x00\x18\xab\xe1\x90\xfc\xb2\x71\x00\x4d\x49\x45\x13\x78\x50\xf6\xba\x35\x56\x03\x3a\x0d\xb1\x75\xf0\x80\x1d\x02\x86\x60\x8d\x1a\x73\xa0\x4d\xc6\x55\xf0\x1e\x3b\x72\x43\xd4\x64\x0a\x08\x51\x4c\xe5\x8c\xf2\xee\xce\x62\x4a\x72\x58\xe6\xb1\xce\x7b\xc5\x5b\xbd\x9b\x02\xae\xb7\x1a\x84\x98\x72\x12\x36\xc1\xd2\x9d\x77\x4c\x4f\xbc\x32\x51\x42\xeb\x34\x45\xf6\xdf\xf2\x44\xb1\xb3\xc4\x67\x81\x8f\x14\xbc\x84\x9a\x39\x24\xb9\x5c\x56\x86\xeb\x76\x5d\x28\xdf\x2c\xb7\x6b\x9f\x52\x3e\x2b\x58\xce\xab\xfc\x6b\x6b\xd4\x2e\x31\x46\x4e\x87\x52\x6d\x08\x3e\x72\x1a\x67\x20\x85\x58\x4c\xb3\xe8\x7f\x83\xa3\xb0\xee\xdd\xa2\x38\x6c\x2c\xce\xbb\x9c\x67\x7d\x23\xc4\xcd\xf0\x6e\x13\x7d\x73\xf0\x7c\xa4\x73\xe5\xd5\x8e\xe2\xc0\xe8\xf4\x7e\xb4\x21\x52\x65\x12\xc7\x7d\x11\x49\xd7\x38\xf8\x34\x15\x3f\xfc\xe7\x42\xe4\xb1\x26\x7b\x2b\x2d\x32\xa5\xb1\x7b\xd3\xf4\x7a\x27\x0c\xe0\xfb\x8f\xec\x58\x71\x16\x11\x69\x43\x91\x9c\xa2\x53\x5a\x00\x78\x1f\x48\xc2\xbb\x9e\x9a\x67\xc5\xa4\x7c\x0e\x4a\xca\x97\x03\x49\xf9\x97\x8c\x94\xff\x00\x91\x71\x95\xcf\x84\x94\x07\x58\x44\x79\x6c\xe6\x5a\x5e\xca\x17\x81\xcb\xff\x5b\xe5\x77\xc4\x9c\x8c\xf1\x12\x9a\x93\xaf\xde\x67\xac\xce\xb8\x99\x2f\x82\x3f\x0c\xff\xa4\xf6\x15\xf3\xff\x19\x00\x00\xff\xff\x74\xf8\x0b\x5f\x8b\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJavaYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJavaYaml, - "ImageStream.image.openshift.io/openshift/java.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJavaYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJavaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/java.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossAmq62Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd2\x4d\x6b\xdb\x4c\x10\x07\xf0\xbb\x3e\xc5\x90\xb3\xb4\x41\xb2\x2d\xc3\xde\x9e\xa7\x3d\x34\xa5\x85\xbe\x40\xef\x13\xed\x58\xde\x5a\xfb\xe2\x9d\x8d\xc1\x94\x7e\xf7\xa2\xb5\x62\x27\x44\x07\x51\xd0\xa9\xba\xd9\xa3\x19\x7b\xfe\xf3\x13\x7a\xfd\x83\x02\x6b\x67\x25\x68\x83\x2d\x09\xe7\xc9\xf2\x5e\xef\xa2\xd0\xee\xfe\x54\x66\x07\x6d\x95\x84\x87\xfe\xd9\xf7\x18\x08\x4d\x66\x28\xa2\xc2\x88\x32\x03\x40\x6b\x5d\xc4\xa8\x9d\xe5\xfe\x2b\xc0\xab\x71\xa5\xd9\x77\x78\x2e\x2c\x1a\x92\xf0\x8d\x14\x7c\xc0\x08\x1f\xff\x77\xcc\xf0\x5f\xf1\xf9\x2b\xd4\xa2\x7a\x3b\xe5\x83\x3b\x69\x45\xa1\x18\x1d\xcf\xe1\xc1\x36\x22\x4d\x9d\x9e\x37\x2f\xc5\x5a\x94\xdb\x0c\xe0\xd2\xf9\xf3\xd1\x31\x17\x68\x8e\x45\x5d\x0d\x45\xf6\xd8\x90\xbc\xfd\x4f\xc6\x9e\x9a\x7e\xe3\xce\xb9\xc3\x93\xff\xe2\x3a\xdd\x9c\x2f\x09\x3a\xd7\x60\x27\x61\x87\x1d\x53\x06\x10\xb1\x4d\xd1\x8a\xb7\x59\x01\x14\x71\x13\xb4\x8f\x69\x8b\xd7\xb9\xe0\x31\xb8\x03\x85\xe1\xaa\x43\xbf\x6e\x9c\x7d\xd7\x21\xb3\x4c\x1f\xfb\x1d\x87\x27\x7f\x77\x37\x00\x7e\xf2\xde\x85\xc8\x12\xd0\x1c\x65\x2d\xaa\xdc\x10\x33\xb6\xda\xb6\x43\x47\x0a\x00\xd7\x6a\x8e\xe6\x98\xa7\x0b\xe5\x7b\xad\x14\xd9\xa1\xed\x7a\xcc\xbb\x52\x94\x77\xa9\xb8\x0b\xce\x3c\x27\xbd\xbc\x06\xef\x5d\x73\xa0\x90\x5e\x86\xa1\x7e\x59\x31\x50\xab\x39\x86\xb3\x08\xa4\xf6\x98\x32\xbc\x40\xb8\x47\x73\xac\xab\xe2\x1a\x51\x96\xa2\x4c\xe3\xda\xf4\xbb\x0f\xc7\x87\x5f\xbf\xb3\xdb\x2f\xde\xb6\x08\xb4\xa3\x40\xb6\xa1\x97\x48\x00\xf1\xec\x49\xc2\xa7\x1e\xeb\x1f\xd3\xa9\x66\xd7\xa9\x26\xe8\x54\x8b\xce\xa8\xce\x6a\x76\x9d\xd5\x04\x9d\xd5\xa2\x33\xaa\xb3\x9e\x5d\x67\x3d\x41\x67\xbd\xe8\x8c\xea\x6c\x66\xd7\xd9\x4c\xd0\xd9\x2c\x3a\xa3\x3a\xf5\xec\x3a\xf5\x04\x9d\x7a\xd1\x19\xd5\xd9\xce\xae\xb3\x9d\xa0\xb3\x9d\xac\xf3\x27\x00\x00\xff\xff\x60\x18\xd2\x5c\x7a\x0c\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossAmq62YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossAmq62Yaml, - "ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossAmq62Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossAmq62YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossAmq63Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\xcd\x6e\xdb\x30\x10\x84\xef\x7a\x8a\x45\xce\x16\x13\x59\x86\x0b\xf0\xd6\x9f\x43\x53\xb4\x40\x7f\x80\xde\x37\xe4\x5a\x66\x2d\x72\x69\x2e\x63\xc0\x28\xfa\xee\x85\x68\xc5\x4e\x10\x1f\x84\x02\x3e\xd5\x37\x69\xb9\x23\xcd\xcc\x47\x8c\xee\x27\x25\x71\x1c\x34\x38\x8f\x1d\x29\x8e\x14\x64\xed\x56\x59\x39\xbe\xdd\x35\xd5\xc6\x05\xab\xe1\x7e\x38\xfb\x91\x13\xa1\xaf\x3c\x65\xb4\x98\x51\x57\x00\x18\x02\x67\xcc\x8e\x83\x0c\xaf\x00\x2f\xe4\xd6\x49\xec\x71\x5f\x07\xf4\xa4\xe1\x3b\x59\xf8\x88\x19\x3e\xbd\x63\x11\x78\x5b\x7f\xf9\x06\x4b\xd5\xbe\x56\xc5\xc4\x3b\x67\x29\xd5\x67\xe5\x33\xb8\x0f\x46\x15\xd5\xee\xc9\x79\xa3\x16\xaa\x79\x53\x01\x1c\x36\x7f\x3d\xb0\x48\x8d\x7e\x5b\x2f\xdb\x71\x28\x11\x0d\xe9\xd3\x7f\x2a\x89\x64\x06\xc7\x3d\xf3\xe6\x31\x7e\xe5\xde\x99\xfd\x21\x41\xcf\x06\x7b\x0d\x2b\xec\x85\x2a\x80\x8c\x5d\x89\x56\xbf\xce\x0a\x60\x49\x4c\x72\x31\x17\x17\x2f\x73\xc1\x43\xe2\x0d\xa5\xb1\xd5\x71\xdf\x19\x0e\xef\x7b\x14\xd1\xe5\x71\xf0\x38\x9e\xfc\x5b\x6f\x00\xf2\x18\x23\xa7\x2c\x1a\xd0\x6f\xf5\x52\xb5\x33\x4f\x22\xd8\xb9\xd0\x8d\x1b\x25\x00\x1c\xa7\x33\xf4\xdb\x59\x69\x68\xb6\x76\xd6\x52\x18\xd7\x8e\x65\xde\x34\xea\xee\xa6\x0c\x57\x89\xfd\x53\xd2\xc3\x35\xf8\xc0\x66\x43\xa9\x5c\x86\x71\x7e\xb0\x98\xa8\x73\x92\xd3\x5e\x25\xb2\x6b\x2c\x19\x9e\x41\xb8\x45\xbf\x5d\xb6\xf5\x31\xa2\x6e\xd4\x5d\x91\x3b\x3f\x78\x1f\xcb\x87\xdf\x7f\xaa\xd3\x17\x4f\x2e\x12\xad\x28\x51\x30\xf4\x1c\x12\x40\xde\x47\xd2\xf0\x79\x80\xf5\x9f\xd1\x69\x2e\x4e\xa7\x99\x40\xa7\xb9\xd2\x39\x4b\x67\x7e\x71\x3a\xf3\x09\x74\xe6\x57\x3a\x67\xe9\xb4\x17\xa7\xd3\x4e\xa0\xd3\x5e\xe9\x9c\xa5\xb3\xb8\x38\x9d\xc5\x04\x3a\x8b\xc9\x74\xfe\x06\x00\x00\xff\xff\x4e\x87\x55\x42\x3e\x09\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossAmq63YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossAmq63Yaml, - "ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossAmq63Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossAmq63YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x92\x41\x6f\x13\x31\x10\x85\xef\xfb\x2b\x46\x3d\x67\xdd\x5a\xa2\x39\xf8\x06\x2d\x82\x22\x90\x2a\x90\xb8\x0f\xf6\x6c\x32\xc4\xeb\xb1\x3c\x6e\xa4\x08\xf1\xdf\xd1\x7a\xb7\x09\x55\x11\xca\x01\x71\xe9\x6d\xd7\xe3\x99\x79\xef\x7d\xc6\xcc\x5f\xa9\x28\x4b\x72\xc0\x23\x6e\xc8\x48\xa6\xa4\x5b\x1e\xaa\x61\xb9\xdc\xdb\x6e\xc7\x29\x38\xb8\x9b\x6a\x5f\x6a\x21\x1c\xbb\x91\x2a\x06\xac\xe8\x3a\x00\x4c\x49\x2a\x56\x96\xa4\xd3\x2f\xc0\x93\xf6\xc0\x9a\x23\x1e\xfa\x84\x23\x39\xf8\x4c\x01\xde\x63\x85\x0f\x6f\x44\x15\x6e\xb1\x22\xbc\x2b\x1c\x60\x6d\xae\xe1\x26\x32\xa5\x0a\x9f\x24\x3c\x44\x52\x18\xa4\xc0\xdb\xd7\xf7\xcf\x27\xe6\x22\x7b\x0e\x54\xfa\x3f\x8e\x5e\xc1\x5d\xf2\xa6\x75\xed\x1f\x5d\x59\xf3\xca\xd8\x75\x07\x30\xdf\xfc\xfe\x4d\x54\xfb\x49\xfe\xa6\x70\x58\x5f\xf7\xbe\x6d\xee\x8f\x5b\x96\x9b\x9a\xd1\x93\x3b\x2d\xef\x34\x93\x9f\x2c\x46\x91\xdd\x43\xbe\x97\xc8\xfe\x30\x5b\x8e\xe2\x31\x3a\x18\x30\x2a\x75\x00\x15\x37\x2d\x8b\xfe\x79\x38\x00\x81\xd4\x17\xce\xb5\x49\x3b\x3f\x08\xb3\xb4\xb3\x97\x74\x13\x51\xd5\xb5\xcf\xa3\x8f\xa5\xfc\xef\xc3\x5f\xec\xc0\x9c\xd2\xaa\xa5\xb7\xda\x72\x08\x94\x96\xfa\x31\xe8\x0b\x6b\xae\x2e\xda\xe1\x50\x64\x7c\x34\x3c\x3f\x9f\x5b\xf1\x3b\x2a\xed\x11\x2d\xe7\xb3\xaa\x42\x1b\xd6\x5a\x0e\xa6\x50\xd8\x62\x93\xfd\x14\x50\xbf\xbe\xfc\x0b\x2b\x67\xcd\x55\x9b\xc7\x63\x96\x52\x17\x28\xf0\xe3\x67\x77\x5a\x71\x92\x55\x68\xa0\x42\xc9\xd3\xef\xf0\x00\xea\x21\x93\x83\x8f\x13\xc4\x97\x49\xcd\xfe\x7f\x6a\xf6\x0c\x6a\xf6\x6c\x6a\xbf\x02\x00\x00\xff\xff\x29\x33\xa2\x74\xc5\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xc3\x9e\x63\x2d\x4e\x62\x1f\x74\x6c\x17\xda\x94\x1e\x4a\x17\x7a\x9f\x4a\x93\x64\x1a\x5b\x12\x1a\x6d\x20\x94\xfe\xf7\x62\xd9\x49\xba\x6c\x02\x86\x42\x2e\x9b\x9b\xad\x99\x79\x7a\x6f\x3e\x61\xe0\x1f\x14\x85\xbd\xd3\xc0\x1d\x6e\x48\xf9\x40\x4e\xb6\xbc\x4e\x8a\xfd\xe3\xbe\x2a\x76\xec\xac\x86\x55\x5f\x7b\x4e\x91\xb0\x2b\x3a\x4a\x68\x31\xa1\x2e\x00\xd0\x39\x9f\x30\xb1\x77\xd2\xff\x02\xbc\x1a\xb7\x2c\xa1\xc5\x43\xe9\xb0\x23\x0d\xdf\xc9\xc2\x67\x4c\xf0\xe5\x83\x17\x81\x27\x4c\x08\x9f\x22\x5b\x68\x54\xfd\x76\x34\x44\xbf\x67\x4b\xb1\xbc\xa8\x31\x83\x95\x33\x2a\x4f\xed\x8f\xf6\x2b\xb5\x54\x55\x53\x00\x0c\x9d\xbf\x7e\x7a\x91\xb2\xf7\xb9\x89\x6c\x9b\xba\x3c\xc9\x8f\x2d\x12\xd0\x90\x3e\xdf\x5a\x48\x20\xd3\x87\x68\xbd\xdf\xbd\x84\x6f\xbe\x65\x73\x18\x42\xb5\xde\x60\xab\x61\x8d\xad\x50\x01\x90\x70\x93\xd3\x96\x6f\xe3\x03\x58\x12\x13\x39\xa4\xec\xe9\x42\x54\x78\x9e\xaf\x86\x55\x8b\x1a\x47\xd8\x78\xf7\xb1\x45\x11\x9d\x3f\x4f\xa6\xc7\xf2\x7f\xac\x14\x40\x5e\x42\xf0\x31\x89\x86\xa3\xaa\x3e\x17\x73\x90\x53\x61\x96\x57\x36\xdb\xb2\xb5\xe4\xc6\x8e\xd3\x76\x1f\x2a\x35\x7f\xc8\x87\xeb\xe8\xbb\x63\xd8\xe1\x71\x3c\x79\xb3\xa3\x98\x9f\xc8\x78\x3e\xb8\x8b\xb4\x61\x49\xf1\xa0\x22\xd9\x2d\x66\xfb\xaf\xa9\x94\xcd\xe3\x25\x40\xba\x52\xf3\x2c\xc4\x5d\xef\x7d\x24\x01\xbf\xff\x14\x67\xed\xb3\x9f\x48\x6b\x8a\xe4\x0c\xfd\x4b\x0c\x20\x1d\x02\x69\xf8\xda\x93\x7b\x7f\xa8\x16\x37\x44\xb5\x98\x80\x6a\x71\x47\x75\x0d\xd5\xf2\x86\xa8\x96\x13\x50\x2d\xef\xa8\xae\xa1\xaa\x6f\x88\xaa\x9e\x80\xaa\xbe\xa3\xba\x86\xaa\xb9\x21\xaa\x66\x02\xaa\x66\x32\xaa\xbf\x01\x00\x00\xff\xff\xdc\x9c\x08\x7a\x92\x09\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x52\x5f\x6b\x14\x31\x10\x7f\xcf\xa7\x18\xfa\x7c\x9b\x76\x41\x3c\xc8\x9b\xb6\xa2\x15\x85\xa2\xe0\xfb\x98\xcc\xde\x8d\x97\xcd\x84\x4c\x7a\xb0\x88\xdf\x5d\x36\xbb\xbd\xb3\x9c\x88\x0f\x7d\xdb\xcd\xfc\xf9\xfd\x1b\xcc\xfc\x8d\x8a\xb2\x24\x07\x3c\xe2\x8e\xac\x64\x4a\xba\xe7\xa1\x5a\x96\xeb\x63\x6f\x0e\x9c\x82\x83\xfb\xb9\xf6\xb5\x16\xc2\xd1\x8c\x54\x31\x60\x45\x67\x00\x30\x25\xa9\x58\x59\x92\xce\xbf\x00\xcf\xc6\x03\x6b\x8e\x38\x75\x09\x47\x72\xf0\x85\x02\x7c\xc0\x0a\x1f\xdf\x8a\x2a\xdc\x61\x45\x78\x5f\x38\xc0\xd6\xf6\x70\x1b\x99\x52\x85\xcf\x12\x1e\x23\x29\x0c\x52\xe0\xdd\x9b\x87\xcb\x8d\xb9\xc8\x91\x03\x95\xee\xaf\xab\x37\x70\x9f\xbc\x6d\x53\xc7\x27\x55\xbd\x7d\x65\xfb\xd7\x06\x60\xe9\xfc\xf1\x5d\x54\xbb\x99\xfe\xae\x70\xd8\xf6\x9d\x6f\xc8\xdd\x09\x65\xed\xd4\x8c\x9e\xdc\x19\xdc\x68\x26\x3f\x4b\x8c\x22\x87\xc7\xfc\x20\x91\xfd\xb4\x48\x8e\xe2\x31\x3a\x18\x30\x2a\x19\x80\x8a\xbb\xe6\x45\x77\x69\x0e\x40\x20\xf5\x85\x73\x6d\xd4\xfe\xdf\x08\xbb\x8e\xb3\x97\x74\x1b\x51\xd5\xb5\xcf\x93\x8e\xb5\xfc\xf2\xe6\xaf\x72\x60\x71\x69\xd3\xdc\xdb\xec\x39\x04\x4a\x6b\xfd\x64\xf4\x55\x6f\x6f\xae\xda\xe3\x50\x64\x7c\x12\xbc\x9c\xcf\x9d\xf8\x03\x95\x76\x44\xeb\xfb\xc2\xaa\xd0\x8e\xb5\x96\xc9\x16\x0a\x7b\x6c\xb4\x9f\x07\xd4\x6d\xaf\xff\x91\x95\xeb\xed\x4d\xdb\xc7\x63\x96\x52\xd7\x50\xe0\xe7\x2f\x73\x86\x38\xd3\x2a\x34\x50\xa1\xe4\xe9\xcf\xf0\x00\xea\x94\xc9\xc1\xa7\x39\x44\xf3\x3b\x00\x00\xff\xff\x56\xb5\xd7\xd7\x0f\x03\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xc3\x9e\x63\xed\x2a\x29\x0d\xe8\xd8\x2e\xb4\x29\x3d\x94\x2e\xf4\x3e\x95\x26\xc9\x34\xb6\x24\x34\xda\x40\x28\xfd\xef\xc5\xb2\x63\x77\xd9\x2c\x18\x0a\xb9\xec\xde\x6c\xcd\xcc\xd3\x7b\xf3\x09\x23\xff\xa0\x24\x1c\xbc\x01\x6e\x71\x47\x2a\x44\xf2\xb2\xe7\x6d\x56\x1c\x6e\x8f\xba\x3a\xb0\x77\x06\x36\x5d\xed\x21\x27\xc2\xb6\x6a\x29\xa3\xc3\x8c\xa6\x02\x40\xef\x43\xc6\xcc\xc1\x4b\xf7\x0b\xf0\x64\xdc\xb1\xc4\x06\x4f\xb5\xc7\x96\x0c\x7c\x27\x07\x9f\x31\xc3\x97\x0f\x41\x04\xee\x31\x23\x7c\x4a\xec\x60\xad\xf4\xf3\xd1\x98\xc2\x91\x1d\xa5\xfa\xa2\xc6\x02\x36\xde\xaa\x32\x75\x3c\xdb\xd7\xea\x9d\xd2\xef\x2b\x80\xbe\xf3\xd7\xcf\x20\x52\x77\x3e\x77\x89\xdd\x5a\xd7\xa3\xfc\xd0\x22\x11\x2d\x99\xe9\xd6\x4a\x22\xd9\x2e\x44\x13\xc2\xe1\x31\x7e\x0b\x0d\xdb\x53\x1f\xaa\x09\x16\x1b\x03\x5b\x6c\x84\x2a\x80\x8c\xbb\x92\xb6\x7e\x1e\x1f\xc0\x91\xd8\xc4\x31\x17\x4f\x17\xa2\xc2\xc3\x72\xd3\xaf\x5a\xd4\x30\xc2\x36\xf8\x8f\x0d\x8a\x98\xf2\x39\x9a\x1e\xca\xff\xb1\x52\x00\x79\x8c\x31\xa4\x2c\x06\xce\xaa\x66\x2a\x96\x20\x63\x61\x51\x56\xb6\xd8\xb3\x73\xe4\x87\x8e\x71\xbb\x37\x5a\xdd\xdd\x94\xc3\x6d\x0a\xed\x39\x6c\xff\x38\xee\x83\x3d\x50\x2a\x4f\x64\x38\xef\xdd\x25\xda\xb1\xe4\x74\x52\x89\xdc\x1e\x8b\xfd\xa7\x54\xea\xf5\xed\x25\x40\x46\xab\xbb\x22\xc4\x6d\xe7\x7d\x20\x01\xbf\xff\x54\x93\xf6\xe4\x27\xd1\x96\x12\x79\x4b\xff\x12\x03\xc8\xa7\x48\x06\xbe\x76\xe4\x5e\x1f\x2a\x7d\x45\x54\x7a\x06\x2a\xfd\x86\xea\x25\x54\xcb\x2b\xa2\x5a\xce\x40\xb5\x7c\x43\xf5\x12\xaa\xd5\x15\x51\xad\x66\xa0\x5a\xcd\x46\xf5\x37\x00\x00\xff\xff\x5f\x45\x6d\x10\xe7\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x43\xce\xb1\x76\xed\x4b\x40\xc7\x76\xa1\x4d\xe9\xa1\x74\xa1\xf7\xa9\x34\x49\xa6\xb1\x35\x42\xa3\x0d\x98\xd2\xff\x5e\x2c\x3b\xf1\x2e\xbb\xb4\x81\xc2\x5e\xba\x37\x5b\x33\xf3\xf4\xde\x7c\xc2\xc8\xdf\x28\x29\x4b\xb0\xc0\x3d\xee\xc9\x48\xa4\xa0\x07\xde\x65\xc3\x72\x73\x6a\xaa\x23\x07\x6f\x61\x3b\xd6\xee\x73\x22\xec\xab\x9e\x32\x7a\xcc\x68\x2b\x00\x0c\x41\x32\x66\x96\xa0\xe3\x2f\xc0\x93\x71\xcf\x1a\x3b\x1c\xea\x80\x3d\x59\xf8\x4a\x1e\x3e\x62\x86\x4f\xef\x44\x15\xee\x30\x23\x7c\x48\xec\x61\x63\xda\xe7\xa3\x31\xc9\x89\x3d\xa5\xfa\x45\x8d\x35\x6c\x83\x33\x65\xea\x74\xb6\xbf\x6a\x4c\xbb\xaa\x00\xa6\xc6\x1f\xdf\x45\xb5\x1e\x6d\xee\x13\xfb\x4d\x5b\x5f\xd4\xe7\x16\x8d\xe8\xc8\x2e\x97\x56\x1a\xc9\x8d\x19\x3a\x91\xe3\x43\xfc\x22\x1d\xbb\x61\xca\xd4\x89\xc3\xce\xc2\x0e\x3b\xa5\x0a\x20\xe3\xbe\x84\xad\x9f\xa7\x07\xf0\xa4\x2e\x71\xcc\xc5\xd2\x1f\x12\xc3\x7d\xbb\x9d\x36\xae\x66\x1e\x65\x27\xe1\x7d\x87\xaa\xb6\x7c\x5e\xcc\xcf\xe5\x7f\xd8\x2c\x80\x3e\xc4\x28\x29\xab\x85\xb3\xaa\x5d\x8a\x25\xd0\xa5\xb0\x2e\xab\x5b\x1f\xd8\x7b\x0a\x73\xc7\xe3\x25\xdf\xae\xca\xe1\x2e\x49\x7f\x0e\x3d\xbd\x91\x3b\x71\x47\x4a\xe5\xa5\xcc\xe7\x93\xbb\x44\x7b\xd6\x9c\x06\x93\xc8\x1f\xb0\xd8\x7f\x4a\xa7\xde\xdc\xbc\x04\xca\x36\xe6\xb6\x08\x71\x3f\x7a\x9f\x89\xc0\xcf\x5f\xd5\xa2\xbd\xf8\x49\xb4\xa3\x44\xc1\xd1\x63\x72\x00\x79\x88\x64\xe1\xf3\x48\xf0\xff\x45\xd6\xbc\x22\xb2\xe6\x0a\x64\xcd\x1b\xb2\xbf\x21\x6b\x5f\x11\x59\x7b\x05\xb2\xf6\x6a\x64\xbf\x03\x00\x00\xff\xff\x6a\x45\x20\x6c\x53\x06\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\x43\xce\xb1\x77\xcd\x1e\x02\x3a\xb6\x0b\x6d\x4a\x0f\xa5\x85\xde\xa7\xd2\xd8\x99\xc6\xd6\x08\x8d\x12\x30\xa5\xff\xbd\x58\x76\xe2\x84\x84\x12\x28\xf4\xb2\x37\x5b\x33\xf3\xf4\xde\x7c\xc2\xc0\xdf\x29\x2a\x8b\x37\xc0\x3d\xb6\x54\x49\x20\xaf\x3b\x6e\x52\xc5\xf2\x74\xac\x8b\x3d\x7b\x67\x60\x3b\xd6\xbe\xa5\x48\xd8\x17\x3d\x25\x74\x98\xd0\x14\x00\xe8\xbd\x24\x4c\x2c\x5e\xc7\x5f\x80\xab\x71\xc7\x1a\x3a\x1c\x4a\x8f\x3d\x19\xf8\x4a\x0e\x3e\x62\x82\x4f\xef\x44\x15\x5e\x31\x21\x7c\x88\xec\x60\x53\xbd\xdc\x8e\x86\x28\x47\x76\x14\xcb\xbb\x1a\x6b\xd8\x7a\x5b\xe5\xa9\xe3\xc9\xfe\xaa\xae\xea\x55\x01\x30\x35\xfe\xfc\x21\xaa\xe5\x68\xb3\x8d\xec\x36\x2f\xe5\x59\x7d\x6e\xd1\x80\x96\xcc\x72\x69\xa1\x81\xec\x98\xa1\x13\xd9\x1f\xc2\x17\xe9\xd8\x0e\x53\xa6\x4e\x2c\x76\x06\x1a\xec\x94\x0a\x80\x84\x6d\x0e\x5b\xde\xa6\x07\x70\xa4\x36\x72\x48\xd9\xd2\x5f\x12\x4f\xdb\x9e\x87\xd8\x8a\x7f\xdf\xa1\xaa\xc9\x9f\x67\xdb\x73\xf9\x1f\x76\x0a\xa0\x87\x10\x24\x26\x35\x70\x52\x35\x4b\x31\x47\x39\x17\xd6\x79\x69\xeb\x1d\x3b\x47\x7e\xee\xb8\x5c\xef\xf3\x2a\x1f\x36\x51\xfa\x53\xdc\xe9\x75\xbc\x8a\xdd\x53\xdc\x5e\x24\x9a\xdc\x45\x6a\x59\x53\x1c\xaa\x48\x6e\x87\xd9\xfe\x35\x97\x72\xf3\x74\x0f\x91\xa9\xab\xe7\x2c\xc4\xfd\xe8\x7d\x66\x01\xbf\x7e\x17\x8b\xf6\xe2\x27\x52\x43\x91\xbc\xa5\x4b\x66\x00\x69\x08\x64\xe0\xf3\xc8\xee\x2d\xc2\xaa\xff\x23\xac\xfa\x01\x58\xf5\xc3\xb0\xfe\x04\x00\x00\xff\xff\x0d\x0d\x9d\xb6\x94\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd2\x4d\x8b\xdb\x3c\x10\x07\xf0\xbb\x3f\xc5\xb0\xe7\xd8\x1b\xe7\xc5\x01\xdf\x9e\xdd\x3c\xd0\x5d\x5a\x58\x5a\xd8\xfb\x54\x1a\x27\xd3\xc8\x92\x90\x14\x43\x5a\xfa\xdd\x8b\x15\x67\x5f\xba\x6d\x71\x71\xc1\x17\xdf\x6c\xcb\x9a\xd1\xfc\x7f\x42\xcb\x8f\xe4\x3c\x1b\x5d\x02\xd7\xb8\xa3\xcc\x58\xd2\x7e\xcf\x55\xc8\xd8\x5c\x37\x79\x72\x60\x2d\x4b\xb8\x6b\xd7\x3e\x05\x47\x58\x27\x35\x05\x94\x18\xb0\x4c\x00\x50\x6b\x13\x30\xb0\xd1\xbe\x7d\x05\x78\xb5\x5d\xb2\xb7\x0a\x4f\xa9\xc6\x9a\x4a\xf8\x48\x12\xde\x61\x80\xfb\x1b\xe3\x3d\x6c\x31\x20\x3c\xb2\x0b\x47\x54\xfc\x35\x96\x80\x22\x5b\xc1\xfd\xf6\xe6\x16\xb6\x8e\x1b\x72\xf0\xc1\xc8\xa3\x22\x1f\x0b\x03\x54\xc6\xc1\xff\xff\x3d\xbc\x6d\x63\x9d\x69\x58\x92\x4b\x7f\xd9\x6f\x06\x77\x5a\x64\x71\x57\x73\x19\x35\xcf\x36\xd9\x3c\x01\x38\xff\xf8\xe5\xb3\xf1\x3e\x6d\x47\x6a\xd8\x85\x62\x95\xca\xd8\x3e\x7d\x6a\xd2\xfd\xe9\x2d\x0a\x2a\x9f\x7b\x27\xde\x92\x68\xc7\x56\xc6\x1c\x8e\xf6\xc1\x28\x16\xa7\x73\x0c\xca\x08\x54\x25\x54\xa8\x3c\x25\x00\x01\x77\x31\x9f\xf4\x6d\x60\x00\x92\xbc\x70\x6c\x43\x3c\xd9\x5f\x87\x73\x89\x25\xeb\xaa\xb1\x30\xfa\x56\xa1\xf7\x65\x7c\x7c\x1a\xab\x5b\xfe\x97\x3e\x5d\x49\xf8\xf9\x28\xdd\xf7\x38\x34\x08\xc5\xa4\xc3\x2c\x66\x3c\xdb\xb3\x94\xa4\xbb\xf5\x17\x1a\xf3\xa8\x01\x50\x39\x53\x5f\x62\x39\x5f\xbc\xad\x11\x07\x72\xf1\xfa\x75\xdf\xcf\x87\x75\xb4\x63\x1f\xdc\x29\x73\x24\xf7\x18\xa7\x79\xcd\x98\x16\xd7\x7f\x10\x2d\xf3\xae\x23\xd7\xd6\xb8\xd0\xd1\xc1\xb7\xef\xc9\x73\x8b\xab\x3c\x9b\x5f\xc5\x77\x47\x15\x39\xd2\x82\x5e\x12\x03\x84\x93\xa5\x12\xde\xb7\xd4\x93\xed\x6f\x6d\xf3\x11\x6c\xf3\x1e\xb6\xf9\x64\x3b\xd8\x76\x31\x82\xed\xa2\x87\xed\x62\xb2\x1d\x6c\xbb\x1c\xc1\x76\xd9\xc3\x76\x39\xd9\x0e\xb6\x5d\x8d\x60\xbb\xea\x61\xbb\x9a\x6c\x07\xdb\xae\x47\xb0\x5d\xf7\xb0\x5d\x4f\xb6\x83\x6d\x8b\x11\x6c\x8b\x1e\xb6\xc5\x64\x3b\xd8\x76\x33\x82\xed\xa6\x87\xed\xa6\xb7\xed\x8f\x00\x00\x00\xff\xff\x19\x0f\xfe\x82\x4d\x10\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd2\xbd\x8e\x9b\x40\x10\x07\xf0\x9e\xa7\x18\x5d\x6d\x38\x63\x63\x2c\x6d\x99\x5c\x11\x47\x29\xa2\x9c\x74\xfd\x04\xc6\xf6\xc4\xb0\xbb\xda\x59\x5b\x72\xa2\xbc\x7b\xc4\x82\x3f\x4e\xe7\x02\xa1\x88\x8a\xce\x78\x96\x61\xfe\xf3\x5b\xb4\xfc\x46\x4e\xd8\x68\x05\x5c\xe3\x8e\x12\x63\x49\xcb\x9e\xb7\x3e\x61\xf3\x7c\x4a\xa3\x03\xeb\x52\xc1\xa6\xa9\xbd\x7a\x47\x58\x47\x35\x79\x2c\xd1\xa3\x8a\x00\x50\x6b\xe3\xd1\xb3\xd1\xd2\x3c\x02\xbc\x7b\xbd\x64\xb1\x15\x9e\x63\x8d\x35\x29\xf8\x41\x25\x7c\x41\x0f\x5f\x3f\x19\x11\x78\x41\x8f\xf0\xc6\xce\x1f\xb1\xe2\xdf\xa1\x05\xe4\x49\xf6\xb1\x89\x75\xe6\xc4\x25\xb9\xf8\x61\xb7\x19\x6c\x74\x91\x84\xb7\x4e\x97\x20\x69\xb2\x4e\xe6\x11\x40\x7b\xf0\xd7\x4f\x23\x12\x37\x03\x9f\xd8\xf9\x3c\x8b\xaf\xdd\xbb\x23\x62\xb1\x20\x75\xfb\x68\x24\x96\x8a\x26\x4d\x65\xcc\xe1\x68\xbf\x9b\x8a\x8b\x73\x9b\xae\x32\x05\x56\x0a\xb6\x58\x09\x45\x00\x1e\x77\x21\x76\xfc\x71\x0f\x00\x25\x49\xe1\xd8\xfa\x30\x52\xaf\xec\xf0\xba\xd8\xb4\x0a\x92\x74\x4d\xb8\x30\xfa\x73\x85\x22\x2a\xfc\xbc\xc6\xe8\xca\xff\x65\xdb\x00\x72\xb4\xd6\x38\x2f\x0a\x2e\xfd\xd5\xad\x18\x42\x5e\x0b\xb3\xb0\xce\xd9\x9e\xcb\x92\x74\x77\xe2\x6e\xf1\xf3\xb0\x78\x80\xad\x33\xf5\x65\x11\xed\x0d\x7a\x31\xc5\x81\x5c\xb8\x47\xdd\xff\xed\x9c\x8e\x76\x2c\xde\x9d\x13\x47\xe5\x1e\x43\x90\xf7\x62\x71\xfe\xfc\x08\x4f\xa5\xdd\xa7\xb8\x6e\x66\xef\x94\xe0\xcf\xdf\xe8\xd6\xfb\x29\x4d\xe6\x4f\xe1\xd9\xd1\x96\x1c\xe9\x82\xee\x35\x01\xfc\xd9\x92\x82\x6f\x8d\xea\xc4\x78\xc7\x98\x8e\xc9\x98\xf6\x60\x4c\x27\xc6\x01\x8c\x8b\x31\x19\x17\x3d\x18\x17\x13\xe3\x00\xc6\xe5\x98\x8c\xcb\x1e\x8c\xcb\x89\x71\x00\x63\x36\x26\x63\xd6\x83\x31\x9b\x18\x07\x30\xae\xc6\x64\x5c\xf5\x60\x5c\x4d\x8c\x03\x18\xf3\x31\x19\xf3\x1e\x8c\xf9\xc4\x38\x80\x71\x3d\x26\xe3\xba\x07\xe3\xba\x37\xe3\xbf\x00\x00\x00\xff\xff\x2d\x91\x6f\x64\x7c\x0f\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd3\x5d\x6b\xdb\x3c\x14\x00\xe0\x7b\xff\x8a\x43\xaf\x63\xb9\x4e\x5c\xbf\x2f\xba\x6c\x7b\xb1\x8e\x0d\x46\x03\xbb\x57\xe4\x93\x58\x8d\x2c\x69\x3a\x72\x58\x18\xfb\xef\xc3\x1f\x49\x96\xb4\x03\x0f\x06\x66\x8b\xef\x1c\xe7\xe8\x7c\xe9\xb1\x70\xea\x33\x7a\x52\xd6\x70\x50\x95\xd8\x20\xb3\x0e\x0d\x95\x6a\x1d\x98\xb2\xc9\x2e\x8d\xb6\xca\x14\x1c\x9e\x9a\xff\x96\xc1\xa3\xa8\xa2\x0a\x83\x28\x44\x10\x3c\x02\x10\xc6\xd8\x20\x82\xb2\x86\x9a\x9f\x00\x67\xc7\x0b\x45\x4e\x8b\x7d\x6c\x44\x85\x1c\x9e\xb1\x80\x77\x22\xc0\xfb\x7b\x4b\x04\xf7\xcf\x1f\x97\x90\xb3\x0c\x0a\x94\xaa\x69\x00\x08\xfd\x0e\xfd\xeb\x2c\xce\xdb\x9d\x2a\xd0\xc7\x6f\xa6\x9b\xc1\x93\x91\xac\x3d\xb5\x3b\x4c\x92\xb2\x8c\xa5\xff\x45\x00\x5d\xe4\xcb\xca\x12\xc5\x87\x3a\x5d\x99\x3c\x8b\x8f\x45\xfa\x40\x72\x42\x22\x3f\xd5\x8e\xc8\xa1\x6c\xa6\xd2\xd6\x6e\x6b\xf7\xc9\x6a\x25\xf7\xdd\x94\xda\x4a\xa1\x39\xac\x85\x26\x8c\x00\x82\xd8\xb4\xe3\xc7\xaf\xf7\x01\x50\x20\x49\xaf\x5c\x68\x3b\x1b\xb6\x03\x58\xce\x9f\xba\xeb\x20\xd6\x67\x51\xd2\x9a\x07\x2d\x88\x78\xfb\x78\x31\x4d\x1f\xf4\x67\x96\x0f\x40\xa2\x72\x1a\x1f\xac\x09\xf8\x35\x3c\x2a\xcf\xe1\xbc\x5c\x52\xa2\xd6\xd6\xd7\x1a\xe9\xec\xc4\x33\xae\x39\xdc\xa4\x6c\x71\x73\xf1\xda\x59\x0e\x65\x08\x8e\x78\x92\x6c\x54\x28\xeb\x15\x93\xb6\x4a\xba\x8b\x39\x76\x9d\x1c\x9f\xe2\x2f\xb5\x92\x5b\x0a\xc2\x07\x62\x1b\x15\x0e\xe9\x6a\xe7\xac\x0f\x74\xd9\x0f\xcf\x59\x36\x7b\x11\x3b\xc1\xff\xef\x23\xdb\x1b\x81\x55\xad\x74\x81\x7e\x76\x1e\xdd\x46\xce\x4a\x55\x14\x68\xfa\xf0\xa3\x9c\x9b\x94\xdd\x76\xcd\xaf\xbd\xad\x0e\x57\xd8\x7d\x03\x8f\x56\x6e\xd1\xb7\x5f\x42\xff\xbe\x5b\xad\xc7\x8d\xa2\xe0\xf7\xcc\x63\x51\x8a\x76\xf7\x6f\x89\x8b\xf3\xe4\xd7\x04\x79\xca\x6e\xdb\xa4\xaa\x6a\x26\xec\xad\xc1\xb7\xef\xd1\xa9\xce\xa9\x37\x8f\x6b\xf4\x68\x24\xfe\x6c\x12\x20\xec\x1d\x72\xf8\xd0\xd8\x9c\x30\xfe\x1b\x18\xd3\x91\x30\xa6\x03\x30\xa6\x13\xc6\xeb\xc2\x38\x1f\x09\xe3\x7c\x00\xc6\xf9\x84\xf1\xba\x30\x2e\x46\xc2\xb8\x18\x80\x71\x31\x61\xbc\x2e\x8c\xd9\x48\x18\xb3\x01\x18\xb3\x09\xe3\x6f\x63\xcc\xfe\x66\x8c\x77\x23\x61\xbc\x1b\x80\xf1\x6e\xc2\x78\x5d\x18\xf3\x91\x30\xe6\x03\x30\xe6\x83\x31\xfe\x08\x00\x00\xff\xff\xfc\x58\xd6\xff\x27\x13\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd2\x51\x6b\xdb\x3e\x10\x00\xf0\x77\x7f\x8a\xa3\x4f\xff\x3f\xc4\x32\x4e\x5d\x37\xd5\xdb\xd6\x0e\xd6\xb1\x87\xd2\xc2\xde\xaf\xf2\x25\x56\x6d\x4b\x9a\xa4\x84\x86\xb1\xef\x3e\x2c\xbb\x4d\xd3\x8e\x61\xc6\x3c\x66\xf0\x53\x14\xe9\x4e\xba\x3b\xff\xd0\xc8\x2f\x64\x9d\xd4\x8a\x83\x6c\x70\x43\x4c\x1b\x52\xae\x94\x6b\xcf\xa4\x4e\x76\x69\x54\x49\x55\x70\xb8\x6e\xcf\xee\xbc\x25\x6c\xa2\x86\x3c\x16\xe8\x91\x47\x00\xa8\x94\xf6\xe8\xa5\x56\xae\xfd\x0b\x70\x94\x5e\x48\x67\x6a\xdc\xc7\x0a\x1b\xe2\x70\x4b\x05\x7c\x44\x0f\x9f\xde\x6b\xe7\xe0\xc3\xbb\x1b\xc8\x59\xf6\x36\xc9\x58\xbd\x93\x05\xd9\xf8\xa7\xd9\x0b\xb8\x56\x82\x85\xac\xdd\x53\xe1\x29\xcb\x58\xba\x8a\x00\xba\xc8\x87\x7b\xed\x5c\x4c\x68\xf2\x2c\x7e\xbe\xb9\x3f\x75\x06\x05\xf1\xc3\x83\x91\x33\x24\xda\xca\x6b\xad\xab\xad\xb9\xd1\xb5\x14\xfb\xae\x93\x5a\x0b\xac\x39\xac\xb1\x76\x14\x01\x78\xdc\x84\x16\xe3\xb7\x3d\x03\x14\xe4\x84\x95\xc6\x87\x72\x8e\xfa\x83\xbb\xe5\x75\x37\x59\xc7\xfa\x60\x29\xb4\xba\xac\xd1\x39\x1e\x96\x6d\xa5\xfd\xc9\x6f\x0d\x0f\xc0\x61\x63\x6a\xba\xd4\xca\xd3\xa3\xbf\x92\x96\x43\x25\xbd\x28\x49\x39\xa9\xaa\xa3\x98\x5b\x5a\xf3\x36\x91\x3d\xbe\xda\x36\x9a\x43\xe9\xbd\x71\x3c\x49\x36\xd2\x97\xdb\x7b\x26\x74\x93\x74\xa3\x2c\x68\x47\xb5\x36\x64\x93\xe7\xd1\xc6\x5f\xb7\x52\x54\xce\xa3\xf5\x8e\x6d\xa4\x7f\xba\x6e\x6b\x8c\xb6\xde\x71\x20\x34\x3c\x67\xd9\xe2\x01\x77\x48\xc4\xf3\xb0\xe0\xab\x3e\x2e\x0c\x13\xee\xb7\xb2\x2e\xc8\x2e\x08\x4d\x1f\x17\x7e\x16\xe1\x95\x45\x29\x8b\x82\x54\x9f\xf0\xfc\xad\x4f\x52\x96\x9e\x84\xcd\xb5\xd5\xcd\xd3\xfc\x3b\xa4\x57\x5a\x54\x64\x03\xd5\x7e\xbf\x9b\x9d\xa5\x8d\x74\xde\xee\x99\xa5\xa2\xc4\x30\xdc\x43\x23\x79\xf2\x4a\x0a\x4f\x59\x1a\xd2\x65\xd3\xf6\xd2\x93\x80\x6f\xdf\xa3\xc3\x8d\x87\x2a\x2c\xad\xc9\x92\x12\xf4\x92\x0e\x80\xdf\x1b\xe2\xf0\xb9\x25\x34\x9b\xf9\x07\xcc\x2c\x47\x37\xb3\x1c\x60\x66\x39\x9b\x99\x90\x99\xd3\xd1\xcd\x9c\x0e\x30\x73\x3a\x9b\x99\x90\x99\x6c\x74\x33\xd9\x00\x33\xd9\x6c\x66\x42\x66\xce\x46\x37\x73\x36\xc0\xcc\xd9\x6c\x66\x42\x66\xf2\xd1\xcd\xe4\x03\xcc\xe4\xb3\x99\x09\x99\x39\x1f\xdd\xcc\xf9\x00\x33\xe7\xb3\x99\x09\x99\x59\x8d\x6e\x66\x35\xc0\xcc\x6a\x36\x33\x21\x33\x17\xa3\x9b\xb9\x18\x60\xe6\xe2\x6f\x98\x81\xff\x6a\xf4\xe4\xfc\xff\xb3\x9d\x3f\x60\xa7\x9b\xe5\xb8\x78\x5e\xbc\xf1\x0b\x3f\x2f\xa2\x06\x00\xfa\x11\x00\x00\xff\xff\xe4\xe2\x50\x07\x45\x17\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\xc1\x6e\xdb\x3c\x10\x84\xef\x7a\x8a\x45\xce\x16\x65\xff\x71\xa2\x80\xb7\xfc\x49\xd1\xba\xe8\x21\x48\x80\xde\xd7\xe4\xda\x62\x24\x91\x2c\x97\x36\x6a\x14\x7d\xf7\x42\x94\x6c\xd7\x49\x0f\x46\x01\x03\x35\xe0\x93\x28\xee\x0e\xb9\x33\xfc\xd0\x9b\xaf\x14\xd8\x38\x2b\xc1\xb4\xb8\x24\xe1\x3c\x59\xae\xcc\x22\x0a\xe3\x8a\xf5\x24\xab\x8d\xd5\x12\x66\x5d\xed\x25\x06\xc2\x36\x6b\x29\xa2\xc6\x88\x32\x03\x40\x6b\x5d\xc4\x68\x9c\xe5\xee\x17\xe0\x40\xae\x0d\xfb\x06\x37\xb9\xc5\x96\x24\x3c\x93\x86\x4f\x18\xe1\xf3\xff\x8e\x19\x3e\xdc\x3f\x41\x29\xc6\xef\x45\x3e\xb8\xb5\xd1\x14\xf2\x3f\xaa\x47\x30\xb3\x4a\x24\xd5\x7a\x3b\xf8\x44\x4c\xc5\xe4\x2e\x03\xe8\x3b\x5f\xe7\x8e\x39\x27\xf4\xe5\x38\xdf\x9d\x3c\x54\xd9\xa3\x22\xb9\xbf\x30\x63\x4f\xaa\x9b\xbc\x71\xae\x5e\xf9\x27\xd7\x18\xb5\xe9\x9d\x34\x4e\x61\x23\x61\x81\x0d\x53\x06\x10\x71\x99\x2c\xe6\xef\x3d\x03\x68\x62\x15\x8c\x8f\x69\x9c\x03\x7f\xf0\xf2\xdf\xac\x4f\x96\xc5\xd0\x6c\x94\xb3\x0f\x0d\x32\xcb\xb4\xec\x26\x1d\x2a\x7f\x15\x1e\x00\x63\xeb\x1b\x7a\x70\x36\xd2\xf7\xf8\x68\x82\x84\xda\x44\x55\x91\x65\x63\xeb\x83\x9e\x67\x5a\xc8\x4e\x28\xc6\xe2\xe3\xfd\x9b\x8a\x77\x12\xaa\x18\x3d\xcb\xa2\x58\x9a\x58\xad\xe6\x42\xb9\xb6\xe8\xd3\xd4\xb4\xa6\xc6\x79\x0a\xc5\x2e\xdd\xfc\xdb\xca\xa8\x9a\x23\x86\xc8\x62\x69\xe2\xf6\xb8\x95\xf7\x2e\x44\x96\x40\xe8\x65\x29\xc6\xa3\x57\x5c\x23\x91\x2c\xd3\x42\xde\x0d\x7d\x29\x4f\x98\xaf\x4c\xa3\x29\x8c\x08\xfd\xd0\x97\x3e\xa3\x74\xcb\xa8\x32\x5a\x93\x1d\x04\xbb\xe7\xbe\x9a\x88\xeb\xab\xb4\xb9\x08\xae\xdd\x3e\x41\xcf\xe9\xa3\x53\x35\x85\x44\xeb\xb0\xdf\xc7\x17\x68\x69\x38\x86\x8d\x08\xa4\x2b\x4c\xf9\xee\x8d\x94\xc5\x1b\x58\xe4\x44\x5c\x27\xb9\x69\x3b\x2f\x03\x15\xf0\xe3\x67\xb6\x3f\x71\x3f\x45\xa0\x05\x05\xb2\x8a\x7e\xa7\x07\x20\x6e\x3c\x49\xf8\xd2\x51\x74\xc1\xe6\xdf\xc0\x66\x7a\x72\x6c\xa6\x47\x60\x33\xbd\x60\x73\x5e\xd8\xdc\x9c\x1c\x9b\x9b\x23\xb0\xb9\xb9\x60\x73\x5e\xd8\xdc\x9e\x1c\x9b\xdb\x23\xb0\xb9\xbd\x60\x73\x5e\xd8\x94\x27\xc7\xa6\x3c\x02\x9b\xf2\x68\x6c\x7e\x05\x00\x00\xff\xff\x67\xd4\x7e\xad\x43\x0c\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x4f\x8b\xdb\x30\x10\xc5\xef\xfe\x14\x43\x4e\x2d\xc4\xf2\x3a\x09\x64\xd1\x6d\xbb\x5b\xda\x94\x1e\x96\x5d\xe8\x7d\x22\x4f\x62\xad\x6d\x49\x95\x26\xa1\xa1\xf4\xbb\x17\xcb\xce\xbf\xdd\x52\x42\x69\x4a\x17\x72\xb2\xac\x99\x27\xcd\x7b\xfa\xa1\xd3\x5f\xc8\x07\x6d\x8d\x04\xdd\xe0\x92\x84\x75\x64\x42\xa9\x17\x2c\xb4\xcd\xd6\x79\x52\x69\x53\x48\x98\xb5\xb5\x47\xf6\x84\x4d\xd2\x10\x63\x81\x8c\x32\x01\x40\x63\x2c\x23\x6b\x6b\x42\xfb\x0b\x70\x24\x2f\x74\x70\x35\x6e\x52\x83\x0d\x49\x78\xa0\x02\x3e\x22\xc3\xa7\x77\x36\x04\x78\x7f\x73\x0f\x53\x91\xbf\x14\x39\x6f\xd7\xba\x20\x9f\xfe\x52\x3d\x84\x99\x51\x22\xaa\xd6\xdb\xc1\x73\x31\x11\xf9\x75\x02\xd0\x75\x3e\xcd\x6d\x08\x29\xa1\x9b\xe6\xe9\xee\xe4\xbe\x1a\x1c\x2a\x92\xfb\x0b\x93\xe0\x48\xb5\x93\xd7\xd6\x56\x2b\x77\x6f\x6b\xad\x36\x9d\x93\xda\x2a\xac\x25\x2c\xb0\x0e\x94\x00\x30\x2e\xa3\xc5\xf4\xa5\x67\x80\x82\x82\xf2\xda\x71\x1c\xe7\xc8\x1f\x3c\x8e\x66\x7d\xb2\x7d\xaf\x56\xd6\xdc\xd6\x18\x82\x8c\xcb\x76\xd0\xbe\xf2\x47\xd9\x01\x04\x6c\x5c\x4d\xb7\xd6\x30\x7d\xe3\x3b\xed\x25\x54\x9a\x55\x49\x26\x68\x53\x1d\xf5\x3c\xd0\x42\xb6\x42\x71\x25\x3e\xdc\x3c\xab\x38\x2b\xa1\x64\x76\x41\x66\xd9\x52\x73\xb9\x9a\x0b\x65\x9b\xac\x0b\xb3\xa0\x35\xd5\xd6\x91\xcf\x76\xe1\xa6\x5f\x57\x5a\x55\x81\xd1\x73\x10\x4b\xcd\xdb\xe3\x56\xce\x59\xcf\x41\x02\xa1\x93\x53\x91\x0f\x9f\x70\x8d\x44\x72\x1a\x17\xf2\xba\xef\x8b\x71\xc2\x7c\xa5\xeb\x82\xfc\x90\xd0\xf5\x7d\xf1\x33\x8c\xb7\x0c\x4b\x5d\x14\x64\x7a\xc1\xee\xb5\x07\xb9\xb8\x1a\xc4\xcd\x85\xb7\xcd\xf6\x05\x3a\x4c\xef\xac\xaa\xc8\x47\x58\xfb\xfd\x2e\x3e\x4f\x4b\x1d\xd8\x6f\x84\xa7\xa2\xc4\x98\xef\xde\xc8\x34\x7b\xc6\x8a\xcc\xfb\x6c\x75\xd3\x7a\xe9\xa1\x80\xef\x3f\x92\xfd\x89\x83\x5c\xe4\xdd\x14\x9e\x16\xe4\xc9\x28\x3a\x84\x07\x80\x37\x8e\x24\x7c\x6e\x21\xba\x50\xf3\x5f\x50\x33\x3a\x3b\x35\xa3\x13\xa8\x19\x5d\xa8\x79\x55\xd4\x8c\xcf\x4e\xcd\xf8\x04\x6a\xc6\x17\x6a\x5e\x15\x35\x93\xb3\x53\x33\x39\x81\x9a\xc9\xbf\xa0\x06\xde\xd4\xc8\x14\xf8\xed\x05\x9f\xbf\x83\x4f\x17\xe7\x79\xf9\x39\xb8\xe3\x37\x08\x1d\x74\x9d\xc0\xd0\xcf\x00\x00\x00\xff\xff\x06\x54\xb7\x0b\x4c\x0c\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\xcf\x6a\xdb\x40\x10\xc6\xef\x7a\x8a\xc1\x67\x4b\x8a\x7c\x71\xd9\x5b\x9b\x14\xea\xd2\x43\x48\xa0\xf7\xf1\x6a\x6c\x4d\x24\xed\x6e\x77\xc6\xa6\xa6\xf4\xdd\x8b\xd6\x4a\x2c\xd7\xa1\x84\x42\xa0\x85\x9c\xb4\xda\x99\x6f\xfe\x7c\xfb\xc3\xc0\x5f\x29\x0a\x7b\x67\x80\x7b\xdc\x52\xe1\x03\x39\x69\x78\xa3\x05\xfb\x72\x5f\x65\x2d\xbb\xda\xc0\x6a\x88\xdd\x6b\x24\xec\xb3\x9e\x14\x6b\x54\x34\x19\x00\x3a\xe7\x15\x95\xbd\x93\xe1\x17\xe0\x4c\x5e\xb3\x84\x0e\x0f\xb9\xc3\x9e\x0c\xdc\x51\x0d\x9f\x50\xe1\xf3\x07\x2f\x02\x1f\xdf\xdf\xc2\xb2\x58\x5c\x8a\x42\xf4\x7b\xae\x29\xe6\xcf\xaa\xe7\xb0\x72\xb6\x48\xaa\xfd\xe3\xe0\xb3\xaa\xa8\x66\x19\xc0\x31\xf1\x61\xed\x45\x72\xc2\xb0\x5c\xe4\x4f\x85\xc7\xa8\x04\xb4\x64\x4e\xfd\x32\x09\x64\x87\xc1\x3b\xef\xdb\x5d\xb8\xf5\x1d\xdb\xc3\x71\x91\xce\x5b\xec\x0c\x6c\xb0\x13\xca\x00\x14\xb7\x69\xc3\xfc\x72\x65\x80\x9a\xc4\x46\x0e\x9a\xa6\x79\x76\x4d\xb8\x5f\xac\x8e\x26\x8e\x12\xb6\xde\x5d\x77\x28\x62\xd2\x71\x98\x77\x8c\xfc\x95\x83\x00\x82\x7d\xe8\xe8\xda\x3b\xa5\xef\x7a\xc3\xd1\x40\xcb\x6a\x1b\x72\xc2\xae\x3d\xcb\xb9\xa3\xcd\xd4\x82\xf3\x50\xf0\x06\x1a\xd5\x20\xa6\x2c\xb7\xac\xcd\x6e\x5d\x58\xdf\x97\xc9\x54\x94\x92\x30\xe4\xdf\x76\x6c\x5b\x51\x8c\x2a\xe5\x45\x99\x5d\x08\x3e\xaa\x18\x20\x0c\x66\x59\x2c\xe6\x0f\xb8\x47\x22\xb3\x4c\x07\xf3\x6e\xcc\x4b\x76\xc2\x7a\xc7\x5d\x4d\x71\x4e\x18\xc6\xbc\xf4\x99\xa7\x6e\xf3\x86\xeb\x9a\xdc\x28\x98\x3e\xf6\xd5\x2c\x5d\x6e\xa2\xef\x1f\x5f\xe0\x48\xe9\x8d\xb7\x2d\xc5\xa9\xcd\x47\xdf\x22\x6d\x59\x34\x1e\x8a\x48\x75\x83\xc9\xd8\x27\x4a\xf2\x65\xf9\x1b\x2b\xa6\x2a\xae\x92\x9c\xfb\x61\x97\x11\x0a\xf8\xf1\x33\x3b\x55\x3c\x4d\x11\x69\x43\x91\x9c\xa5\x29\x3c\x00\x7a\x08\x64\xe0\xcb\x00\xd1\x1b\x35\xff\x04\x35\xd5\xab\x53\x53\xbd\x80\x9a\xea\x8d\x9a\xff\x87\x9a\x0e\x95\x44\x5f\x17\x9b\x49\x8f\x3f\x90\x33\xc9\x7a\x01\x3a\xbf\x02\x00\x00\xff\xff\xa7\x65\x6e\xb3\xd6\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xc1\x8e\xd4\x30\x0c\xbd\xf7\x2b\xac\x3d\xb7\xa1\xc3\x65\x50\xae\x8b\x10\x2b\x71\x40\x20\x71\x37\x89\x3b\xf5\x4e\x1a\x47\x71\x66\xa0\x42\xfc\x3b\x6a\xda\x32\x83\x16\x2e\x5c\xaa\xd6\xf6\x7b\xf5\x7b\xcf\x98\xf8\x0b\x65\x65\x89\x16\x78\xc2\x13\x19\x49\x14\x75\xe4\xa1\x18\x96\x57\xd7\x43\x73\xe6\xe8\x2d\x3c\x2d\xbd\xcf\x25\x13\x4e\xcd\x44\x05\x3d\x16\xb4\x0d\x00\xc6\x28\x05\x0b\x4b\xd4\xe5\x13\xe0\x0f\xb8\x67\x4d\x01\xe7\x2e\xe2\x44\x16\x3e\x91\x87\xf7\x58\xe0\xdd\x45\x09\x8e\xa6\x87\x47\x89\x2a\x81\x5e\xe2\x52\x96\x2b\x7b\xca\xdd\x5f\x09\x5a\x78\x8a\xce\x34\x00\x6b\xf5\xf9\xab\xa8\x76\xc3\x45\xe9\xd8\x77\xee\x37\xe5\xd2\xd4\x84\x8e\xec\x8d\xbb\xd1\x44\x6e\xd9\x33\x88\x9c\x2f\xe9\xa3\x04\x76\xf3\xba\x77\x10\x87\xc1\xc2\x80\x41\x17\x74\xc1\x53\x15\xd4\xbd\x54\x08\xe0\x49\x5d\xe6\x54\xaa\x6b\xff\x52\xb5\xd9\xb9\x41\xd8\x49\x7c\x0c\xa8\x6a\xeb\x6b\x97\xc7\x8e\x63\xa1\x53\xae\xcc\xdb\xd0\xff\x7a\x07\xa0\x97\x94\x24\x17\xbd\x77\xc3\x1e\x4d\x6f\xfa\xf6\x19\xaf\x68\xdf\xb4\xdf\x13\xa2\xda\x83\x79\xbd\x21\xaa\xc0\xbb\xe9\x76\xc4\x6f\x85\xa5\x8e\xaf\xc3\xed\xc8\xde\xd3\xbe\xdb\x75\xbf\x92\x87\x83\xe9\x1f\x6a\x71\xc8\x32\xed\x96\xac\x57\xf2\x56\xdc\x99\x72\xbd\x95\xad\xbe\x6e\x9f\xe9\xc4\x5a\xf2\x6c\x32\xf9\x11\xab\xbc\x9a\x57\x7d\xee\x99\xd9\x83\xe9\x2b\x8a\xa7\x45\xcb\x16\x0e\xfc\xf8\xd9\xdc\x88\x6e\x3f\xcf\x34\x50\xa6\xe8\xe8\x3e\x44\x80\x32\x27\xb2\xf0\x61\x09\xb3\xf9\x15\x00\x00\xff\xff\xdb\x8d\x8e\x3c\xdc\x02\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xcd\x6e\xdb\x30\x0c\xbe\xfb\x29\x88\x9e\x6d\xcd\xe9\x25\x83\x6e\xc3\x7e\xb0\x00\x3b\x14\x2b\xb0\x3b\x2b\xd1\x09\x1b\x59\x12\x48\x39\x58\x30\xec\xdd\x07\xcb\xce\xd2\xa2\x39\xf5\x62\x58\x14\x3f\xea\xfb\x21\x66\xfe\x45\xa2\x9c\xa2\x05\x1e\x71\x4f\x26\x65\x8a\x7a\xe0\xa1\x18\x4e\x1f\x4e\x9b\xe6\xc8\xd1\x5b\xd8\xcd\x77\x8f\x45\x08\xc7\x66\xa4\x82\x1e\x0b\xda\x06\x00\x63\x4c\x05\x0b\xa7\xa8\xf3\x11\xe0\x15\xdc\xb3\xe6\x80\xe7\x2e\xe2\x48\x16\x7e\x92\x87\xef\x58\xe0\xdb\xa4\x04\x5b\xd3\xc3\xd7\x4f\x0f\x6f\x31\x59\xd2\x89\x3d\x49\x77\x13\xdc\xc2\x2e\x3a\xd3\x00\x2c\xd5\xe7\xa7\xa4\xda\x0d\x93\xd2\xb6\xef\x08\x73\xf7\x7f\xd4\xda\xa2\x19\x1d\xd9\xeb\x0b\x8d\x66\x72\x33\xd3\x90\xd2\x71\xca\x0f\x29\xb0\x3b\x2f\xcc\x43\x72\x18\x2c\x0c\x18\x94\x1a\x80\x82\xfb\x2a\xa9\x7b\xab\x11\xc0\x93\x3a\xe1\x5c\xaa\x6f\xb7\x74\xc1\xe3\xfd\x6e\x31\x54\xcd\x8a\x61\x97\xe2\xe7\x80\xaa\xb6\xfe\x76\x72\xe8\x38\x16\xda\x4b\x1d\xbd\x36\xbd\xc7\x3e\x00\x9d\x72\x4e\x52\xf4\xa5\x21\x76\x6b\x7a\xd3\xb7\xcf\x78\x42\xfb\xb1\xfd\x9d\x11\xd5\x6e\xcc\xfd\x8a\xa8\xea\xe0\x69\xe2\xe0\x49\xda\x2b\xaa\xf6\xb7\x84\x79\x41\xb4\x07\xf6\x9e\x2e\xe4\x4e\x97\x4d\xb9\xdb\x98\xfe\xae\x16\x07\x49\xe3\xc5\x94\x65\x53\xbe\x24\x77\x24\xa9\xfb\xb2\xd6\x17\xfa\x42\x7b\xd6\x22\x67\x23\xe4\x0f\x58\xf5\xd5\xdc\xea\xf7\x75\x76\x76\x63\xfa\x8a\xe5\x71\x96\xb5\x86\x04\x7f\xfe\x36\xd7\x71\x57\x0a\x42\x03\x09\x45\x47\x2f\xc3\x04\x28\xe7\x4c\x16\x7e\xcc\xa1\x36\xff\x02\x00\x00\xff\xff\x46\x55\x21\x01\xe6\x02\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xcd\x8e\xd4\x30\x0c\xbe\xf7\x29\xac\x3d\xb7\xa1\xb3\x97\x41\xb9\x82\x10\x83\x38\x20\x56\xe2\xee\x4d\xdc\x19\xef\xa4\x49\x64\xa7\x15\x23\xc4\xbb\xa3\xa6\x1d\x66\x61\xf7\xb4\x97\xaa\x71\xfc\x39\xdf\x8f\x31\xf3\x0f\x12\xe5\x14\x2d\xf0\x88\x47\x32\x29\x53\xd4\x13\x0f\xc5\x70\x7a\x37\xef\x9a\x33\x47\x6f\xe1\xb0\xdc\x3d\x14\x21\x1c\x9b\x91\x0a\x7a\x2c\x68\x1b\x00\x8c\x31\x15\x2c\x9c\xa2\x2e\x47\x80\x7f\xe0\x9e\x35\x07\xbc\x74\x11\x47\xb2\xf0\x9d\x3c\x7c\xc6\x02\x9f\x26\x25\xd8\x9b\x1e\xbe\xe0\x8c\x2f\x41\x59\xd2\xcc\x9e\xa4\x7b\x15\xdd\xc2\x21\x3a\xd3\x00\xac\xd5\xa7\xc7\xa4\xda\x0d\x93\xd2\xbe\xef\x9e\x70\xc6\xee\xef\xac\xad\x47\x33\x3a\xb2\xb7\x27\x1a\xcd\xe4\x16\xae\x21\xa5\xf3\x94\xbf\xa5\xc0\xee\xb2\x72\x0f\xc9\x61\xb0\x30\x60\x50\x6a\x00\x0a\x1e\xab\xa8\xee\xa5\x4a\x00\x4f\xea\x84\x73\xa9\xce\xbd\xaa\x0c\x1e\xee\x0f\xab\xa7\x6a\x36\x10\xbb\x14\x3f\x04\x54\xb5\xf5\xb7\x93\x53\xc7\xb1\xd0\x51\xea\xec\xad\xe9\x4d\x0e\x02\xe8\x94\x73\x92\xa2\xcf\x3d\xb1\x7b\xd3\x9b\xbe\x5d\x7c\xb1\xef\xdb\x9f\x19\x51\xed\xce\xdc\x6f\x88\xaa\x0f\x1e\x27\x0e\x9e\xa4\xbd\xa1\x6a\xff\xda\xdd\x9e\xd8\x7b\xba\x32\x9b\xaf\x9b\x72\xb7\x33\xfd\x5d\x2d\x0e\x92\xc6\xab\x25\xeb\xa6\x7c\x4c\xee\x4c\x52\xf7\x65\xab\xaf\xdc\x85\x8e\xac\x45\x2e\x46\xc8\x9f\xb0\x8a\xab\xb1\xd5\xef\x7f\xd1\xd9\x9d\xe9\x2b\x98\xc7\x45\xd3\x96\x11\xfc\xfa\xdd\xdc\xe6\xdd\x38\x08\x0d\x24\x14\x1d\x3d\xcf\x12\xa0\x5c\x32\x59\xf8\xba\x64\xda\xfc\x09\x00\x00\xff\xff\xb6\xbe\x6a\xb2\xe7\x02\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xcd\x8e\xd4\x30\x0c\xbe\xf7\x29\xac\x3d\xb7\xa1\xb3\x97\x41\xb9\x82\x10\x23\x38\x20\x56\xe2\xee\x4d\xdc\x19\xef\xa4\x49\x64\xa7\x23\x46\x88\x77\x47\x4d\x3b\x74\x61\xf7\xb4\x97\xaa\x71\xfc\x39\xdf\x8f\x31\xf3\x0f\x12\xe5\x14\x2d\xf0\x88\x47\x32\x29\x53\xd4\x13\x0f\xc5\x70\x7a\x77\xd9\x35\x67\x8e\xde\xc2\x61\xbe\x7b\x28\x42\x38\x36\x23\x15\xf4\x58\xd0\x36\x00\x18\x63\x2a\x58\x38\x45\x9d\x8f\x00\xff\xc0\x3d\x6b\x0e\x78\xed\x22\x8e\x64\xe1\x3b\x79\xf8\x8c\x05\x3e\x4d\x4a\xb0\x37\x3d\x7c\x41\xc1\xe1\x25\x2a\x4b\xba\xb0\x27\xe9\x5e\x85\xb7\x70\x88\xce\x34\x00\x4b\xf5\xe9\x31\xa9\x76\xc3\xa4\xb4\xef\xbb\xf3\x3c\xb0\xfb\x3b\x6c\x6d\xd2\x8c\x8e\xec\xf6\x46\xa3\x99\xdc\xcc\x36\xa4\x74\x9e\xf2\xb7\x14\xd8\x5d\x17\xf6\x21\x39\x0c\x16\x06\x0c\x4a\x0d\x40\xc1\x63\x95\xd5\xbd\xd4\x09\xe0\x49\x9d\x70\x2e\xd5\xbb\xd7\xb5\xc1\xc3\xfd\x61\xb1\x55\xcd\x8a\x62\x97\xe2\x87\x80\xaa\xb6\xfe\x76\x72\xea\x38\x16\x3a\x4a\x1d\xbe\x36\xbd\xcd\x44\x00\x9d\x72\x4e\x52\xf4\xb9\x2d\x76\x6f\x7a\xd3\xb7\x4f\x78\x41\xfb\xbe\xfd\x99\x11\xd5\xee\xcc\xfd\x8a\xa8\x0a\xe1\x71\xe2\xe0\x49\xda\x0d\x55\xfb\xdb\xea\xe7\x82\x69\x4f\xec\x3d\xdd\x08\x5e\x6e\x3b\x73\xb7\x33\xfd\x5d\x2d\x0e\x92\xc6\x9b\x35\xcb\xce\x7c\x4c\xee\x4c\x52\x37\x67\xad\x2f\x12\x84\x8e\xac\x45\xae\x46\xc8\x9f\xb0\x6a\xac\xf9\xd5\xef\xff\x19\xda\x9d\xe9\x2b\x9a\xc7\x59\xda\x1a\x16\xfc\xfa\xdd\x6c\x03\x37\x12\x42\x03\x09\x45\x47\xcf\x43\x05\x28\xd7\x4c\x16\xbe\xce\xe1\x36\x7f\x02\x00\x00\xff\xff\x7e\xbf\x6d\x2a\xf2\x02\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd3\xcf\x6e\xdb\x3c\x0c\x00\xf0\xbb\x9f\x82\xe8\x39\x96\xeb\xd4\xf5\xf7\x41\xc7\xb6\x87\x75\xd8\x80\xa2\x05\x76\x57\x64\x26\x61\x23\x4b\x9a\xa8\x04\x0b\x86\xbd\xfb\x10\xd9\x4d\x9a\xb6\x03\x8c\x61\x5b\xb0\xc1\x37\xc7\xa1\xf9\x47\xfc\x49\x79\xfa\x84\x81\xc9\x59\x09\xd4\xaa\x05\x0a\xe7\xd1\xf2\x92\xe6\x51\x90\x2b\x36\x65\xb6\x22\xdb\x48\xb8\xdd\xfd\xf7\x10\x03\xaa\x36\x6b\x31\xaa\x46\x45\x25\x33\x00\x65\xad\x8b\x2a\x92\xb3\xbc\xfb\x09\x70\xf4\x79\x43\xec\x8d\xda\xe6\x56\xb5\x28\xe1\x1e\x1b\x78\xa7\x22\xbc\xbf\x72\xcc\x70\x75\xf7\x11\x1e\xd6\x14\x11\x6a\x51\x01\xd9\x88\xc6\xd0\x02\x6d\x04\x1f\x9c\x46\x66\x60\x0c\x1b\x0c\xaf\xb3\xfa\xe0\x36\xd4\x60\xc8\xdf\x4c\x3f\x81\x5b\xab\x45\xfa\x6a\xf3\x34\x59\x29\x2a\x51\xfe\x97\x01\x74\x91\x8f\x33\xc7\x9c\xf7\x65\xba\x2a\x75\x95\xef\x6b\xf4\x71\xec\x95\x46\x79\x28\x9d\xb1\x47\xbd\x1b\xd2\x38\xb7\x5a\xfb\x3b\x67\x48\x6f\xbb\xa1\x8d\xd3\xca\x48\x98\x2b\xc3\x98\x01\x44\xb5\x48\xa7\x91\xbf\x3e\x1e\x80\x06\x59\x07\xf2\x31\x35\xf6\x73\x47\x02\x0f\xd3\xdb\x6e\x5b\x2c\xfa\xac\xa4\x9d\xbd\x36\x8a\x59\xa6\xc7\xe3\xe1\xfa\x98\xdf\xb3\x1a\x00\x56\xad\x37\x78\xed\x6c\xc4\x2f\xf1\x86\x82\x84\xa3\xea\x85\xa1\x59\x50\x61\x7b\x14\x7d\x8f\x73\x09\x67\xa5\xb8\x38\x7b\xf1\xda\x3b\x09\xcb\x18\x3d\xcb\xa2\x58\x50\x5c\xae\x67\x42\xbb\xb6\xe8\x56\xb6\x9f\xa0\xd8\x3f\xe5\x9f\xd7\xa4\x57\x1c\x55\x88\x2c\x16\x14\x9f\xd2\xad\xbd\x77\x21\xf2\x8b\x5e\x64\x2d\xaa\xc9\xa3\xda\x28\xf9\x7f\x1f\x98\x76\x05\xb3\x35\x99\x06\xc3\xe4\x28\x38\x05\x4e\x96\xd4\x34\x68\xfb\xe8\xbd\xa8\xb3\x52\x9c\x77\xad\xcf\x83\x6b\x9f\x76\xdb\xdd\x95\x1b\xa7\x57\x18\xd2\x8d\xe9\xdf\x77\x87\x1c\x70\x41\x1c\xc3\x56\x04\x6c\x96\x2a\x6d\xe1\x0d\x89\x79\x5d\xfc\x50\xa6\x2c\xc5\x79\x4a\x49\xed\x6e\xba\x9e\x20\x7c\xfd\x96\x1d\xaa\x1c\x3a\x0b\x38\xc7\x80\x56\xe3\x73\xaa\x00\x71\xeb\x51\xc2\x87\x1d\xd9\xd1\xe8\x3f\x6e\xb4\x3c\x89\xd1\x72\x80\xd1\x72\x34\x3a\x1a\x4d\xad\x4f\x4f\x62\x74\x3a\xc0\xe8\x74\x34\x3a\x1a\x7d\xde\xfa\x1f\x36\x7a\x31\xc0\xe8\xc5\x68\x74\x34\x9a\x5a\xaf\x4e\x62\xb4\x1a\x60\xb4\x1a\x8d\xfe\x4a\xa3\xd5\xdf\x6b\xf4\xf2\x24\x46\x2f\x07\x18\xbd\x1c\x8d\x8e\x46\x53\xeb\xf5\x49\x8c\xd6\x03\x8c\xd6\x83\x8d\x7e\x0f\x00\x00\xff\xff\xbe\xc9\xb3\xb3\xd7\x13\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x4f\x8f\xd3\x3c\x10\xc6\xef\xf9\x14\xa3\x3d\x37\x4e\xd3\xbc\x52\x5f\xf9\x06\xbb\x07\x8a\x38\xa0\x2d\x82\xf3\xd4\x99\x36\xde\x26\xb6\xf1\x4c\x0b\x15\xe2\xbb\xa3\x38\x69\x0a\x2c\x42\x3d\x20\xad\xf8\x73\x8a\x63\x8f\xe7\x99\xe7\xf1\x0f\x83\x7d\x4b\x91\xad\x77\x1a\x6c\x87\x3b\x52\x3e\x90\xe3\xc6\x6e\x45\x59\x5f\x1c\xcb\x6c\x6f\x5d\xad\x61\xd5\x9f\xad\x25\x12\x76\x59\x47\x82\x35\x0a\xea\x0c\x00\x9d\xf3\x82\x62\xbd\xe3\xfe\x17\xe0\x9b\xeb\xb5\xe5\xd0\xe2\x29\x77\xd8\x91\x86\x7b\xaa\xe1\x05\x0a\xbc\x7c\xee\x99\xe1\x1d\x6d\x60\x4d\xf1\x48\x11\x2a\x35\x87\x67\x01\x4d\x43\xf0\xc6\x77\x06\x05\x96\x8f\x7b\x85\xe8\x8f\xb6\xa6\x98\xff\xb0\xe9\x0c\x56\xce\xa8\x74\xeb\x78\xf6\x53\xaa\xff\x54\xd9\x77\x1a\x2a\x1f\x36\x9e\x39\xff\x40\x1b\x4e\xaa\xd5\x3c\x97\x24\xb6\xcc\x27\x9d\xb1\x96\x03\x1a\xd2\x17\xf9\x8c\x03\x99\xde\x5e\xeb\xfd\xfe\x10\x5e\xfb\xd6\x9a\xd3\x60\xb7\xf5\x06\x5b\x0d\x5b\x6c\x99\x32\x00\xc1\x5d\xca\x21\x7f\x1c\x0c\x40\x4d\x6c\xa2\x0d\x92\x86\xbb\x26\x04\x58\x2f\x56\xc3\xab\xb0\x1a\x7b\x58\xe3\xdd\x6d\x8b\xcc\x3a\x2d\xf3\xd8\x8c\x2e\xc6\xf3\x5f\x19\x3f\x00\x63\x17\x5a\xba\xf5\x4e\xe8\xa3\xdc\xd9\xa8\x61\x10\x4b\x29\x7a\xb3\x27\xc9\x4d\x33\x69\x0f\xd5\xf7\x14\xbc\x86\x46\x24\xb0\x2e\x8a\x9d\x95\xe6\xb0\x51\xc6\x77\xc5\x90\xff\x34\x60\x31\xad\xf2\xf7\x07\x6b\xf6\x2c\x18\x85\xd5\xce\x4e\xed\x0e\x21\xf8\x28\x7c\x16\x5d\xea\x4a\xcd\x67\xc3\x5a\x2f\x67\x0f\x78\x44\xfd\xff\x58\x9b\x72\x87\xcd\xc1\xb6\x35\xc5\xb1\x66\xfc\x0c\x95\xb3\xa4\x3e\x6b\x6c\x5d\x93\x1b\x2f\x4d\xa0\xdc\x94\xaa\xbc\x49\x9b\xdb\xe8\xbb\xf3\x73\x0d\xe0\xdf\xf5\x36\x63\xc2\x7f\xdc\x1f\xd2\x8c\xb4\xb3\x2c\xf1\xa4\x22\xd5\x0d\xa6\xb8\xbf\x03\x2c\xaf\x8a\x9f\xc2\xa6\x4b\x55\xa6\x96\xb6\xeb\x7d\x8e\x54\xc1\xa7\xcf\xd9\x45\xe5\x32\x59\xa4\x2d\x45\x72\x86\xbe\xa6\x0f\x40\x4e\x81\x34\xbc\xea\x29\xfc\x87\xdd\xef\x87\xdd\xe2\x49\xb0\x5b\x5c\x81\xdd\xe2\xcf\xc7\xee\xaf\xa5\xae\x7a\x12\xea\xaa\x2b\xa8\xab\xae\xa6\xee\x4b\x00\x00\x00\xff\xff\x9c\xf3\x14\x53\xb9\x08\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8f\xd3\x3e\x10\xc5\xef\xf9\x14\xa3\x3d\x37\x4e\xd3\xfc\xa5\x7f\xe5\x1b\xec\x1e\x28\xe2\x80\xb6\x08\xce\x53\x67\xda\x78\x9b\xd8\xc6\x33\x2d\x54\x88\xef\x8e\xe2\xa4\x29\xb0\x08\xf5\x80\xb4\x02\xed\x29\x8e\x3d\x9e\x37\xef\xf9\x87\xc1\xbe\xa7\xc8\xd6\x3b\x0d\xb6\xc3\x1d\x29\x1f\xc8\x71\x63\xb7\xa2\xac\x2f\x8e\x65\xb6\xb7\xae\xd6\xb0\xea\xcf\xd6\x12\x09\xbb\xac\x23\xc1\x1a\x05\x75\x06\x80\xce\x79\x41\xb1\xde\x71\xff\x0b\xf0\xc3\xf5\xda\x72\x68\xf1\x94\x3b\xec\x48\xc3\x3d\xd5\xf0\x0a\x05\x5e\xbf\xf4\xcc\xf0\x81\x36\xb0\xa6\x78\xa4\x08\x95\x9a\xc3\x8b\x80\xa6\x21\x78\xe7\x3b\x83\x02\xcb\xc7\xbd\x42\xf4\x47\x5b\x53\xcc\x7f\xd9\x74\x06\x2b\x67\x54\xba\x75\x3c\xfb\x29\xd5\x7f\xaa\xfc\x3f\x03\x18\x2a\x1f\x36\x9e\x39\xff\x44\x1b\x4e\xaa\xd5\x3c\x97\x24\xb6\xcc\x27\x9d\xb1\x96\x03\x1a\xd2\x17\xf9\x8c\x03\x99\xde\x5e\xeb\xfd\xfe\x10\xde\xfa\xd6\x9a\xd3\x60\xb7\xf5\x06\x5b\x0d\x5b\x6c\x99\x32\x00\xc1\x5d\xca\x21\x7f\x1c\x0c\x40\x4d\x6c\xa2\x0d\x92\x86\xbb\x26\x04\x58\x2f\x56\xc3\xab\xb0\x1a\x7b\x58\xe3\xdd\x6d\x8b\xcc\x3a\x2d\xf3\xd8\x8c\x2e\xc6\xf3\x3f\x19\x3f\x00\x63\x17\x5a\xba\xf5\x4e\xe8\xb3\xdc\xd9\xa8\x61\x10\x4b\x29\x7a\xb3\x27\xc9\x4d\x33\x69\x0f\xd5\xf7\x14\xbc\x86\x46\x24\xb0\x2e\x8a\x9d\x95\xe6\xb0\x51\xc6\x77\xc5\x90\xff\x34\x60\x31\xad\xf2\x8f\x07\x6b\xf6\x2c\x18\x85\xd5\xce\x4e\xed\x0e\x21\xf8\x28\x7c\x16\x5d\xea\x4a\xcd\x67\xc3\x5a\x2f\x67\x0f\x78\x44\x7d\x1e\x34\xe5\x0e\x9b\x83\x6d\x6b\x8a\x63\xcd\xf8\x19\x2a\x67\x49\x7d\xd6\xd8\xba\x26\x37\x5e\x9a\x40\xb9\x29\x55\x79\x93\x36\xb7\xd1\x77\xe7\xe7\x1a\xc0\xbf\xeb\x6d\xc6\x84\xff\xb8\x3f\xa4\x19\x69\x67\x59\xe2\x49\x45\xaa\x1b\x4c\x71\xff\x04\x58\x5e\x15\xbf\x85\x4d\x97\xaa\x4c\x2d\x6d\xd7\xfb\x1c\xa9\x82\x2f\x5f\xb3\x8b\xca\x65\xb2\x48\x5b\x8a\xe4\x0c\x7d\x4f\x1f\x80\x9c\x02\x69\x78\xd3\x53\xf8\x8c\xdd\xdf\x87\xdd\xe2\x49\xb0\x5b\x5c\x81\xdd\xe2\x19\xbb\x7f\x17\xbb\xea\x49\xb0\xab\xae\xc0\xae\xba\x1a\xbb\x6f\x01\x00\x00\xff\xff\x46\xa2\xc1\xec\xba\x08\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8f\xd3\x30\x10\x85\xef\xf9\x15\xa3\x3d\x37\xc9\xa6\xa9\x54\xe4\x1b\xec\x1e\x58\xc4\x01\x6d\x11\x9c\xa7\xce\xb4\xf1\x36\xb1\x8d\x67\x5a\xa8\x10\xff\x1d\xc5\x49\xdb\x85\x45\x28\x07\xa4\x8a\xaa\xa7\x38\xf6\x78\xde\xbc\xe7\x0f\xbd\xf9\x44\x81\x8d\xb3\x0a\x4c\x8b\x6b\xca\x9c\x27\xcb\xb5\x59\x49\x66\x5c\xbe\x2b\x92\x8d\xb1\x95\x82\x87\xee\x6c\x21\x81\xb0\x4d\x5a\x12\xac\x50\x50\x25\x00\x68\xad\x13\x14\xe3\x2c\x77\xbf\x00\xbf\x5c\xaf\x0c\xfb\x06\xf7\xa9\xc5\x96\x14\x3c\x52\x05\x6f\x51\xe0\xdd\x1b\xc7\x0c\x9f\x69\x09\x0b\x0a\x3b\x0a\x50\x66\x05\xbc\xf6\xa8\x6b\x82\x8f\xae\xd5\x28\x30\x7f\xd9\xcb\x07\xb7\x33\x15\x85\xf4\x8f\x4d\x27\xf0\x60\x75\x16\x6f\xed\x0e\x7e\x6e\x8a\x6c\x76\x93\x00\xf4\x85\x4f\x4b\xc7\x9c\x7e\xa5\x25\x47\xd1\xb2\x48\x25\x6a\xcd\xd3\xa3\xcc\x50\xcb\x1e\x35\xa9\x93\x7a\xc2\x9e\x74\xe7\xae\x71\x6e\xb3\xf5\x1f\x5c\x63\xf4\xbe\x77\xdb\x38\x8d\x8d\x82\x15\x36\x4c\x09\x80\xe0\x3a\xc6\x90\xbe\xcc\x05\xa0\x22\xd6\xc1\x78\x89\xb3\x8d\xc9\x00\x16\xd3\x87\xfe\x51\x38\x1b\x7a\x18\xed\xec\x5d\x83\xcc\x2a\x2e\xd3\x50\x0f\x2e\x86\xf3\x7f\x99\x3e\x00\x63\xeb\x1b\xba\x73\x56\xe8\x9b\xdc\x9b\xa0\xa0\x17\x8b\x29\x3a\xbd\x21\x49\x75\x7d\xd4\xee\xab\x1f\xc9\x3b\x05\xb5\x88\x67\x95\xe7\x6b\x23\xf5\x76\x99\x69\xd7\xe6\x7d\xfe\xc7\x01\xf3\xe3\x2a\xfd\xb2\x35\x7a\xc3\x82\x41\x38\x5b\x9b\x63\xbb\xad\xf7\x2e\x08\x1f\x44\xe7\xaa\xcc\x8a\x49\xbf\x56\xf3\xc9\x13\xee\x50\xbd\x1a\x6a\x63\xee\xb0\xdc\x9a\xa6\xa2\x30\xd4\x0c\x9f\xbe\x72\x12\xd5\x27\xb5\xa9\x2a\xb2\xc3\xa5\xe7\x9c\xdc\xde\xc4\xcd\x55\x70\xed\xe1\xb9\x7a\xee\xef\x3b\x9b\x21\xd2\x3f\xec\xf7\x69\x06\x5a\x1b\x96\xb0\xcf\x02\x55\x35\xc6\xb8\x7f\x03\x2c\x2d\xf3\xbf\xc2\xa6\x8a\xec\x36\xb6\x34\x6d\xe7\x73\xa0\x0a\xbe\xff\x48\x4e\x2a\xa7\xc9\x02\xad\x28\x90\xd5\xf4\x9c\x3e\x00\xd9\x7b\x52\xf0\xbe\xa3\xf0\x8a\xdd\xff\x87\x5d\x71\x16\xec\x8a\x11\xd8\x15\x57\xec\x2e\x17\xbb\xe9\x59\xb0\x9b\x8e\xc0\x6e\x7a\xc5\xee\x72\xb1\x2b\xcf\x82\x5d\x39\x02\xbb\xf2\x8a\xdd\xe5\x62\x37\x3b\x0b\x76\xb3\x11\xd8\xcd\x46\x63\xf7\x33\x00\x00\xff\xff\x97\xb9\xe8\x22\xa7\x0d\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x93\x41\x8f\xd3\x30\x10\x85\xef\xf9\x15\xa3\x3d\x37\xc9\xa6\xe9\xa1\xf2\x0d\x76\x0f\x2c\xe2\x80\xb6\x08\xce\x53\x67\xda\x78\x9b\xd8\xc6\x33\x2d\x54\x88\xff\x8e\xe2\xa4\xed\x2e\x8b\x50\x0e\x48\x45\x55\x4f\x75\xed\xf1\xbc\x79\xcf\x5f\xd0\x9b\xcf\x14\xd8\x38\xab\xc0\xb4\xb8\xa6\xcc\x79\xb2\x5c\x9b\x95\x64\xc6\xe5\xbb\x22\xd9\x18\x5b\x29\x78\xe8\xce\x16\x12\x08\xdb\xa4\x25\xc1\x0a\x05\x55\x02\x80\xd6\x3a\x41\x31\xce\x72\xf7\x17\xe0\xc5\xf5\xca\xb0\x6f\x70\x9f\x5a\x6c\x49\xc1\xfb\xb7\x8e\x19\xbe\xd0\x12\x16\x14\x76\x14\xa0\xcc\x0a\x78\xe3\x51\xd7\x04\x9f\x5c\xab\x51\x60\xfe\xba\x87\x0f\x6e\x67\x2a\x0a\xe9\xcb\x66\x8f\x54\xc1\x3b\x94\x09\x3c\x58\x9d\xc5\x5b\xbb\x83\x8f\x9b\x22\x9b\xdd\x24\x00\x7d\xe1\xd3\xd2\x31\xa7\xdf\x68\xc9\x51\xb4\x2c\x52\x89\x5a\xf3\xf4\x28\x33\xd4\xb2\x47\x4d\xea\xa4\x9e\xb0\x27\xdd\xb9\x6a\x9c\xdb\x6c\xfd\x47\xd7\x18\xbd\xef\x5d\x36\x4e\x63\xa3\x60\x85\x0d\x53\x02\x20\xb8\x8e\xf6\xd3\xd7\x79\x00\x54\xc4\x3a\x18\x2f\x71\xb6\x31\x19\xc0\x62\xfa\xd0\x3f\x06\x67\x43\x0f\xa3\x9d\xbd\x6b\x90\x59\xc5\x65\x1a\xea\xc1\xc5\x70\xfe\x2f\x52\x07\x60\x6c\x7d\x43\x77\xce\x0a\x7d\x97\x7b\x13\x14\xf4\x22\x31\x3d\xa7\x37\x24\xa9\xae\x8f\x9a\x7d\xf5\x23\x79\xa7\xa0\x16\xf1\xac\xf2\x7c\x6d\xa4\xde\x2e\x33\xed\xda\xbc\xcf\xfd\x38\x58\x7e\x5c\xa5\x5f\xb7\x46\x6f\x58\x30\x08\x67\x6b\x73\x6c\xb7\xf5\xde\x05\xe1\x83\xe8\x5c\x95\x59\x31\xe9\xd7\x6a\x3e\x79\xc2\x1d\xaa\xc3\xa0\x31\x6f\x58\x6e\x4d\x53\x51\x18\x6a\x86\x9f\xbe\x72\x12\xd5\x27\xb5\xa9\x2a\xb2\xc3\xa5\xe7\x7c\xdc\xde\xc4\xcd\x55\x70\xed\xe1\x99\x7a\xce\xef\x3b\x9b\x21\xd2\x3e\xec\xf7\x29\x06\x5a\x1b\x96\xb0\xcf\x02\x55\x35\xc6\x98\x7f\x03\x2b\x2d\xf3\xbf\x42\xa6\x8a\xec\x36\xb6\x34\x6d\xe7\x73\xa0\x09\x7e\xfc\x4c\x4e\x2a\xa7\xc9\x02\xad\x28\x90\xd5\xf4\x9c\x3a\x00\xd9\x7b\x52\xf0\xa1\xa3\xef\x3f\xc5\x6d\xf8\x2e\xaf\xd8\xfd\x09\xbb\xe2\x2c\xd8\x15\x23\xb0\x2b\xae\xd8\x5d\x2e\x76\xd3\xb3\x60\x37\x1d\x81\xdd\xf4\x8a\xdd\xe5\x62\x57\x9e\x05\xbb\x72\x04\x76\xe5\x15\xbb\xcb\xc5\x6e\x76\x16\xec\x66\x23\xb0\x9b\x8d\xc6\xee\x57\x00\x00\x00\xff\xff\xda\xb9\xd4\xc7\x97\x0d\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x93\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\xa3\x3d\x37\x49\x53\xa9\x12\xf5\x0d\x76\x0f\x2c\xe2\x80\xb6\x08\xce\x53\x67\xda\x78\x9b\xd8\xc6\x33\x2d\x54\x88\xef\x8e\xe2\xb8\x7f\x76\x17\xad\x7a\x40\x2c\xa0\x9e\xea\x26\xcf\xf3\xfc\x9e\x7f\x41\x6f\x3e\x51\x60\xe3\xac\x02\xd3\xe1\x8a\x0a\xe7\xc9\x72\x63\x96\x52\x18\x57\x6e\xab\x6c\x6d\x6c\xad\xe0\xb6\x7f\x37\x97\x40\xd8\x65\x1d\x09\xd6\x28\xa8\x32\x00\xb4\xd6\x09\x8a\x71\x96\xfb\xbf\x00\x0f\xb6\xd7\x86\x7d\x8b\xbb\xdc\x62\x47\x0a\xde\xbd\x71\xcc\xf0\x99\x16\x30\xa7\xb0\xa5\x00\xd3\x62\x0c\xaf\x3d\xea\x86\xe0\xa3\xeb\x34\x0a\xcc\x9e\xce\xf0\xc1\x6d\x4d\x4d\x21\x7f\x38\xec\x8e\x6a\x78\x8b\x32\x82\x5b\xab\x8b\xb8\x6b\xbb\xcf\x71\x55\x15\x93\xab\x0c\x60\x10\xde\x2f\x1c\x73\xfe\x95\x16\x1c\x4d\xa7\xe3\x5c\xa2\xd7\x2c\x3f\xd8\x24\x2d\x7b\xd4\xa4\x8e\xee\x19\x7b\xd2\x7d\xaa\xd6\xb9\xf5\xc6\x7f\x70\xad\xd1\xbb\x21\x65\xeb\x34\xb6\x0a\x96\xd8\x32\x65\x00\x82\xab\x18\x3f\x7f\xda\x07\x40\x4d\xac\x83\xf1\x12\xcf\x76\x4e\x07\x30\x9f\xdc\x0e\x97\xc1\x45\x9a\x61\xb4\xb3\xd7\x2d\x32\xab\xb8\xcc\x43\x93\x52\xa4\xf7\xbf\xa3\x75\x00\xc6\xce\xb7\x74\xed\xac\xd0\x37\xb9\x31\x41\xc1\x60\x12\xdb\x73\x7a\x4d\x92\xeb\xe6\xe0\x39\xa8\xef\xc8\x3b\x05\x8d\x88\x67\x55\x96\x2b\x23\xcd\x66\x51\x68\xd7\x95\x43\xef\x87\x83\x95\x87\x55\xfe\x65\x63\xf4\x9a\x05\x83\x70\xb1\x32\x87\x71\x1b\xef\x5d\x10\xde\x9b\xce\xd4\xb4\x18\x8f\x86\xb5\x9a\x8d\xee\x71\x8b\xea\x55\xd2\xc6\xbe\x61\xb1\x31\x6d\x4d\x21\x69\xd2\xcf\xa0\x1c\x45\xf7\x51\x63\xea\x9a\x6c\xda\x74\xca\xc7\xf8\x2a\x3e\x5c\x06\xd7\xed\xaf\x69\xe0\xfc\xa6\x8f\x19\x22\xed\xe9\xf9\xd0\x62\xa0\x95\x61\x09\xbb\x22\x50\xdd\x60\xac\xf9\x11\x58\xf9\xb4\x7c\x16\x32\x55\x15\xe3\x38\xd2\x74\x7d\xce\x44\x13\x7c\xff\x91\x1d\x5d\x8e\x27\x0b\xb4\xa4\x40\x56\xd3\x29\x75\x00\xb2\xf3\xa4\xe0\x7d\x4f\xdf\x5f\x8a\x5b\xfa\x2e\x2f\xd8\xfd\x0a\xbb\xea\x45\xb0\xab\xce\xc0\xae\xba\x60\xf7\xff\x62\x37\x79\x11\xec\x26\x67\x60\x37\xf9\xc7\xb1\xbb\xe0\xf6\x18\xb7\x16\x85\x58\xfe\x3c\x6f\x27\xbe\xcf\x20\x77\xa2\x3a\x83\xb9\x9f\x01\x00\x00\xff\xff\x0a\xd4\x00\x8b\x1d\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftJenkinsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x95\x4f\x6f\xd3\x4c\x10\xc6\xef\xf9\x14\xa3\x9e\xde\x57\x8a\x6d\x39\x3d\x54\xf2\xad\xd0\x42\x8b\x4a\xa9\x52\x04\x5c\x27\xeb\x89\xbd\xcd\x7a\x67\xb5\x3b\x0e\x58\xc0\x77\x47\xfe\xdb\x44\x2d\x50\x50\x10\x07\x6e\x19\x7b\x67\xe6\x79\x9e\xfd\x25\x41\xa7\xdf\x91\x0f\x9a\x6d\x06\xba\xc2\x82\x62\x76\x64\x43\xa9\xd7\x12\x6b\x4e\xb6\xe9\x6c\xa3\x6d\x9e\xc1\x65\xfb\xee\x56\x3c\x61\x35\xab\x48\x30\x47\xc1\x6c\x06\x80\xd6\xb2\xa0\x68\xb6\xa1\x2d\x01\xf6\xda\x73\x1d\x9c\xc1\x26\xb2\x58\x51\x06\xaf\xc8\x6e\xb4\x0d\x33\x80\xbe\xbe\xdb\xab\x83\x43\x45\xd9\x7d\xff\x2c\x38\x52\xed\x4c\xc3\xbc\xa9\xdd\x0d\x1b\xad\x9a\x7e\x87\x61\x85\x26\x83\x35\x9a\x40\x33\x00\xc1\xa2\x5b\x1e\x3d\x54\x03\x90\x53\x50\x5e\x3b\xe9\x1c\xde\x78\xde\xea\x9c\x02\xe0\x28\x06\xd2\xf8\x03\x04\xf2\x5b\xf2\xc0\x16\x96\x17\xe7\x57\x70\x12\xc3\x0b\xf6\x50\xb1\x27\xd0\x76\xcd\xbe\xea\x46\x02\xae\xb8\x96\x61\x2c\x40\x1d\xb4\x2d\x40\x4a\x1d\x40\xb1\x15\xd4\x96\x7c\x1f\xe1\x1c\xb4\x55\xa6\xce\xdb\xf7\x6f\x1c\xd9\xdb\xd6\x4e\x7b\x28\xe8\x9c\x7c\x2f\x6f\x0e\x81\x08\x4a\x11\x17\xb2\x24\x29\xb4\x94\xf5\x2a\x56\x5c\x25\x93\xff\x64\x88\x27\x59\x19\x5e\x25\x15\x06\x21\x9f\x2c\xcf\x4f\xcf\x5e\x9f\xc7\x55\x1e\x0f\x3a\xb4\x62\xfb\xdc\x60\x08\x59\xf7\x31\xba\xcf\xf4\x69\x97\xd1\xfa\x7f\xec\xb0\xeb\x93\xf2\xd1\x7e\xd7\x92\x72\xb8\x40\x99\xc3\xa5\x55\xa3\x84\x2e\x7e\x28\x75\x9e\x93\x9d\xef\xef\xdf\x8e\x68\xa5\xf1\xa7\xee\xd1\xda\x73\x35\xde\x4c\x0f\xd6\x19\xab\x0d\xf9\x0e\xaf\xe1\x79\xbf\xc9\x53\xa1\x83\xf8\x26\xf6\x94\x97\xd8\x69\x9a\x04\x1e\x8f\xd9\x44\x69\xe4\x4b\x32\x27\x99\x41\xa1\xd0\xdf\x8d\xae\x1c\x7b\x19\x70\x81\xcf\x5f\x67\xf7\x33\x8f\xd2\xa3\xae\xf2\xb4\x26\x4f\x56\xd1\x2e\x54\x00\xd2\x38\xca\xe0\xaa\x85\xeb\x77\x69\x5a\xfc\xe3\x34\x2d\x0e\x44\xd3\x77\x30\x5a\xfc\x21\x8c\x16\x03\x46\xdb\xe3\x38\x4d\x7f\x4a\xd1\xe2\xa0\x14\x7d\x89\x26\x08\x1e\x01\xea\x57\x60\xfa\xeb\x10\x4d\x46\xde\x9f\x2e\xaf\x2f\xaf\x5f\x66\xf0\xac\x81\x40\x86\x94\x4c\xc2\x04\x8b\x39\x34\x5c\x7b\x40\xe7\x8c\x56\xbd\xfe\x8f\xda\x18\xc0\x5a\xb8\xf5\xa3\xd0\x98\x06\x6a\x97\xa3\x10\x08\x43\x1d\x08\xa4\x24\xe8\xbf\xe4\x23\x0d\xc0\xeb\x29\x25\xdc\xa2\x36\xb8\x32\xd4\x06\x35\xf9\xdb\x35\x5d\xe1\x1d\xfb\xb1\x35\x0c\xc3\xc3\xc1\xb8\xff\xef\xaa\xd3\xf6\xff\xc1\xe1\x7f\x48\xfa\xce\x3f\xf1\x5b\x2c\xf6\x60\x1f\xc9\xfc\x01\xbc\x3b\x3f\x94\x4f\xe0\xf7\x5b\x00\x00\x00\xff\xff\xe4\x6f\xc1\xb2\x1e\x08\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftJenkinsYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftJenkinsYaml, - "ImageStream.image.openshift.io/openshift/jenkins.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftJenkinsYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftJenkinsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/jenkins.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftMariadbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\x41\x6f\xdb\x3c\x0c\x86\xef\xf9\x15\x44\x4f\xdf\x07\xc4\x76\xdb\x4b\x01\xdf\xda\xb5\x5b\x0b\xb4\x5d\x91\x0e\xdb\x99\x91\x19\x5b\xab\x2c\x0a\x14\x9d\xc1\xd8\xf6\xdf\x07\xcb\x89\x93\xa0\xc5\x90\xc3\x06\xec\x16\x4a\x21\xf9\xf2\xe5\x23\x63\xb0\x9f\x49\xa2\x65\x5f\x82\x6d\xb1\xa6\x9c\x03\xf9\xd8\xd8\x95\xe6\x96\x8b\xf5\xd9\xec\xc5\xfa\xaa\x84\xbb\xe1\xee\x59\x85\xb0\x9d\xb5\xa4\x58\xa1\x62\x39\x03\x40\xef\x59\x51\x2d\xfb\x38\x84\x00\x07\xe9\x95\x8d\xc1\x61\x9f\x79\x6c\xa9\x84\x07\x14\x8b\xd7\x57\x33\x80\x31\x6e\x87\xb8\x5a\x6e\xe2\x18\xd0\x50\xb9\xcb\x9f\xc5\x40\x66\xa8\xe9\x98\x5f\xba\xf0\xc4\xce\x9a\x7e\xec\xe1\xd8\xa0\x2b\x61\x85\x2e\xd2\x0c\x40\xb1\x4e\xcd\xb3\xd7\x6a\x00\x2a\x8a\x46\x6c\xd0\x34\xe1\x93\xf0\xda\x56\x14\x01\xb7\x62\xe0\xec\x34\x3f\x87\x61\x9a\x25\x46\x02\xf6\xb0\xb8\xbd\xb9\x87\x8b\x1c\xde\xb3\x40\xcb\x42\x60\xfd\x8a\xa5\x4d\x55\x37\x35\x01\x70\xc9\x9d\x42\x17\xad\xaf\x41\x1b\x1b\x77\x15\x92\x89\x73\xb0\xde\xb8\xae\x1a\xae\x3f\x06\xf2\xcf\xc3\x40\x60\xd8\x47\x5b\x91\x8c\x02\xe7\x10\x89\xa0\x51\x0d\xb1\x2c\x8a\xda\x6a\xd3\x2d\x73\xc3\x6d\x11\x8d\x63\xa9\x8b\x8d\x3b\x99\x61\xaf\x68\x3d\x49\xa1\x42\x54\xb4\x18\x95\xa4\x18\x64\x17\x8b\x9b\xcb\xeb\x87\x9b\xbc\xad\xf2\x8d\x30\x6b\xd8\xbf\x73\x18\x63\x99\x7e\x66\x3b\x87\x8f\x5b\x4d\x72\xe3\xad\x7f\x87\xd1\x38\xc9\x0e\xd3\x16\x54\xc1\x2d\xea\x1c\xee\xbc\xd9\x6a\x48\xdb\x98\xfc\x98\x1f\x4a\x58\x6f\x59\x3b\x19\x3a\x9d\xa4\xd3\x95\x70\xbb\xdd\xd6\x08\xdb\x35\x9b\x17\x92\x84\xdc\xe6\x7c\x6c\x27\x54\xdb\xa8\xd2\xe7\x42\x55\x83\x49\x98\x34\xd1\xb8\xc9\xab\xb3\xd3\xf3\x4c\x1a\x72\x17\xa5\x43\xa5\xa8\x29\xdb\xb6\x81\x45\x37\xfc\xc0\xf7\x9f\xb3\x5d\xc1\x3d\x15\x42\x2b\x12\xf2\x86\xf6\x41\x03\xd0\x3e\x50\x09\xf7\x03\x70\x47\x11\xf6\x23\x9b\x18\x79\x03\xb6\x63\x39\xfb\xf7\xf8\x9a\xa6\xfa\x72\xb9\x78\xbc\x7b\xfc\x50\xc2\x55\x0f\x91\x1c\x19\x9d\x34\x2a\xd6\x73\xe8\xb9\x13\xc0\x10\x9c\x35\xe3\x28\xdf\xac\x73\x80\x9d\xf2\x30\x9a\x41\xe7\x7a\xe8\x42\x85\x4a\xa0\x0c\x5d\x24\xd0\x86\x60\x5c\xd7\x16\x0f\xe0\xd5\x64\x19\xae\xd1\x3a\x5c\xba\xe4\xd9\x34\xeb\xbe\x01\x2d\x7e\x65\x99\x52\xc7\xda\xf1\x8f\xbd\x88\xff\xee\x93\xb4\xff\xff\xde\xab\x78\xcd\xff\xde\xc7\xf6\x13\xd6\x07\x4f\x60\x8f\xd8\xdf\x70\xbd\x47\xff\x11\x5c\xff\x0a\x00\x00\xff\xff\x6d\x95\x7b\x89\x04\x06\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftMariadbYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftMariadbYaml, - "ImageStream.image.openshift.io/openshift/mariadb.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftMariadbYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftMariadbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/mariadb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftModernWebappYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x55\x4f\x6b\xdb\x4e\x10\xbd\xfb\x53\x0c\x39\xfd\x7e\x60\xc9\x71\x2f\x01\xdd\x92\xfe\x4b\x20\x4d\x83\x13\x9a\xf3\x78\x77\x6c\xad\xb3\xda\x59\x76\x46\x4e\x4d\xdb\xef\x5e\x56\xb2\x1c\x9b\xb4\x21\xd0\xd2\x42\x7d\xb2\x76\x46\x33\xef\xbd\x7d\x0f\x61\x74\x9f\x28\x89\xe3\x50\x81\x6b\x70\x49\x25\x47\x0a\x52\xbb\x85\x96\x8e\x27\xeb\xe9\xe8\xde\x05\x5b\xc1\x45\xae\xdd\x68\x22\x6c\x46\x0d\x29\x5a\x54\xac\x46\x00\x18\x02\x2b\xaa\xe3\x20\xf9\x11\xe0\xe0\x75\xeb\x24\x7a\xdc\x14\x01\x1b\xaa\xe0\x96\x4c\x0d\xd7\x89\xd6\x8e\x1e\xa0\x80\x0f\x6c\x29\x05\xb8\xa3\x39\x9c\xc6\xe8\x9d\xe9\xc7\x8c\x00\xfa\xf6\xa6\xab\x17\x0f\x34\xc7\x18\xb7\xa7\x12\xd1\x50\xf5\xb8\x64\x24\x91\x4c\x5e\xec\x99\xef\xdb\x78\xcd\xde\x99\x4d\x0f\xc4\xb3\x41\x5f\xc1\x02\xbd\xd0\x08\x40\x71\xd9\x21\x2c\x9e\x42\x06\xb0\x24\x26\xb9\xa8\x9d\x0c\x67\xad\xf3\x16\x30\x58\x48\x6d\xf8\x19\x4a\xe0\x00\xb3\xf3\xb7\x97\x70\x52\xc2\x3b\x4e\xd0\x70\x22\x70\x61\xc1\xa9\xe9\x1a\xb6\x83\x01\x70\xce\xad\x42\x2b\x2e\x2c\x41\x6b\x27\x30\xcf\xe3\x29\xf5\x6a\x8f\xc1\x05\xe3\x5b\x9b\xab\x1f\x23\x85\x9b\x4c\x0a\x0c\x07\x71\x96\x52\xbf\x6a\x0c\x42\x04\xb5\x6a\x94\x6a\x32\x59\x3a\xad\xdb\x79\x69\xb8\x99\x04\xb6\xd4\xa9\x30\x31\x14\x94\xe5\xa4\x90\x57\x2e\xeb\x55\x60\x8c\xe5\x16\x81\x33\x1c\x5e\x7b\x14\xa9\xba\xbf\xc5\x4a\xb6\x85\x5f\xbe\x28\xf8\x6f\x7a\x5c\x7e\xfe\xff\x47\xe3\x62\xe2\x75\x26\x50\x1c\xce\x9d\x91\x85\x73\xd4\x31\x5c\x04\x33\xe0\x13\x6c\xa2\xa7\x19\x45\xae\x9e\xe5\x58\x88\x62\x52\x4a\x32\x49\x84\x46\x07\x9a\xc3\x94\x36\x46\x4e\x2a\x4f\x5d\x93\x7f\xdd\xdd\x0f\xc2\x8f\x0f\x3a\xc6\x70\xd0\xb9\x1e\xb2\x70\x34\x3d\x3e\xea\xce\x16\x89\x9b\xc1\x26\x7d\x14\xde\xb0\xb9\xa7\xd4\x05\x62\x7b\xde\xb3\x4b\xb4\x74\xa2\x69\x53\x26\xb2\x35\x76\x3a\xa4\x9a\x31\x15\x99\xc3\x4a\x0a\x25\x53\x17\xb1\x57\xf5\xb0\x32\x3d\xde\xc7\xeb\x9a\x4c\x65\x6b\x65\xf8\xf2\x6d\xf4\xb8\x22\x0b\xde\x3d\x26\x5a\x50\xa2\x60\x68\xdf\xf1\x00\xba\x89\x54\xc1\x65\x76\xfe\x8b\xac\xfe\xb5\xd8\xf9\xf4\xb7\xb8\xfe\x2f\xba\x7d\x47\xe4\xee\x74\x76\x75\x71\xf5\xbe\x82\xb3\x0d\x08\x79\x32\xba\x03\xa3\xb8\x1c\xc3\x86\xdb\x04\xf8\x48\x0a\x1e\x9c\xf7\x80\xad\x72\xe6\x60\xd0\xfb\x0d\xb4\xd1\xa2\x12\x28\x43\x2b\x04\x5a\x13\x78\x54\x12\x1d\xfc\x01\xbc\x80\x2b\xb6\x54\xae\x04\x70\x8d\xce\xe3\xdc\x53\x16\x67\xc7\x6a\x9f\x6a\x83\x2b\x4e\xc3\xab\xb2\x1d\x2e\x7f\x22\xa0\x97\x1d\xea\x7f\x29\xa2\x4f\xe3\xb8\xf7\x65\xba\xc5\xe5\x41\x22\x77\x71\x79\x26\x52\xfd\xc5\xbe\x34\x54\xdf\x03\x00\x00\xff\xff\x44\xbc\x01\x96\x2f\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftModernWebappYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftModernWebappYaml, - "ImageStream.image.openshift.io/openshift/modern-webapp.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftModernWebappYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftModernWebappYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/modern-webapp.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftMongodbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x96\x51\x6f\xda\x4a\x10\x85\xdf\xf9\x15\xa3\x3c\xdd\x2b\x81\xad\x0b\x88\x48\x7e\x4b\x6e\xd2\x26\x52\x92\x46\xa4\x6a\x9f\x87\xdd\xc1\xde\x66\xbd\xb3\xda\x1d\x53\x59\x6d\xff\x7b\x65\x1b\x0c\x28\x51\x45\x2a\x52\x35\x6f\xac\xcd\xcc\x9c\x73\xe6\x5b\x04\x7a\xf3\x89\x42\x34\xec\x32\x30\x25\xe6\x94\xb0\x27\x17\x0b\xb3\x94\xc4\x70\xba\xfa\x6f\xf0\x68\x9c\xce\xe0\xba\x79\xf7\x20\x81\xb0\x1c\x94\x24\xa8\x51\x30\x1b\x00\xa0\x73\x2c\x28\x86\x5d\x6c\x8e\x00\x7b\xe5\xda\x44\x6f\xb1\x1e\x39\x2c\x29\x83\x5b\x76\x39\x5f\x9c\x0f\x00\xba\x73\xd9\x9c\xf5\x62\x7d\x8e\x1e\x15\x65\xdb\xfa\x41\xf4\xa4\x9a\x9e\x96\xf9\xb1\xf2\xf7\x6c\x8d\xaa\xbb\x19\x96\x15\xda\x0c\x96\x68\x23\x0d\x00\x04\xf3\x76\xf8\xe8\xa9\x1a\x00\x4d\x51\x05\xe3\xa5\x75\x78\x1f\x78\x65\x34\x45\xc0\x8d\x18\x98\x24\x63\x68\xcc\x2c\x30\x12\xb0\x83\xf9\xd5\xe5\x0d\x9c\x26\xf0\x8e\x03\x94\x1c\x08\x8c\x5b\x72\x28\xdb\xa6\xeb\x96\x00\xb8\xe0\x4a\xa0\x8a\xc6\xe5\x20\x85\x89\xdb\x0e\x6d\x86\x43\x30\x4e\xd9\x4a\x37\xaf\x3f\x78\x72\x0f\x8d\x1f\x50\xec\xa2\xd1\x14\x3a\x7d\x43\x88\x44\x50\x88\xf8\x98\xa5\x69\x6e\xa4\xa8\x16\x89\xe2\x32\x8d\xca\x72\xc8\xd3\x75\x38\x23\xc5\x4e\xd0\x38\x0a\xa9\x04\xa2\xb4\xc4\x28\x14\xd2\x49\x32\x4e\xe7\x97\x67\x17\xb7\x97\x49\xa9\x93\xb5\x2e\xa3\xd8\xfd\x6f\x31\xc6\xac\xfd\x38\xda\xe6\x7b\xd8\x62\x9a\x2c\x9e\xfb\xb2\xef\x52\x0b\xa3\xfd\xaa\x39\x69\xb8\x42\x19\xc2\xb5\x53\x1b\x09\xed\x2a\xa0\x30\x5a\x93\x1b\x6e\x42\x19\xee\x0b\x59\x6d\x78\x3b\x99\x24\xe3\x93\xf6\xe1\x32\x70\xb9\x59\x58\xc7\xdb\x05\xab\x47\x0a\x2d\x75\xeb\xe7\xdd\xd0\x40\xb9\x89\x12\xea\x24\x90\x2e\xb0\x95\x17\x8a\xa8\x6c\x9f\xd7\x64\x3c\x0a\x05\xd9\xd3\xcc\xa2\x50\x94\xb6\xd8\x94\x9e\x83\xac\x09\x82\x6f\x3f\x06\xdb\x7e\x5b\x0d\x81\x96\x14\xc8\x29\xda\x25\x0d\x40\x6a\x4f\x19\xdc\x34\xc4\xfd\x3e\x62\xd3\x37\x89\xd8\xf4\x55\x10\x9b\x1e\x05\xb1\x03\xd8\x9a\x1e\x9f\xad\xe9\x4b\xd9\x9a\xbe\x3e\x5b\xb3\x37\xc9\xd6\xec\x55\xd8\x9a\xfd\x29\xb6\x66\xc7\x67\x6b\xf6\x52\xb6\x66\x47\x65\xeb\xfb\xa8\xc7\xe3\x19\xcc\x0e\x45\xec\x6f\x40\x6b\xef\x67\xab\x37\xf5\xf9\x6c\x7e\x77\x7d\xf7\x3e\x83\xf3\x1a\x22\x59\x52\xd2\x4b\x14\xcc\x87\x50\x73\x15\x00\xbd\xb7\x46\x75\x4e\xbe\x1a\x6b\x01\x2b\xe1\xc6\x99\x42\x6b\x6b\xa8\xbc\x46\x21\x10\x86\x2a\x12\x48\x41\xd0\x2d\x6b\x83\x06\xf0\xb2\x4f\x0c\x57\x68\x2c\x2e\x6c\x1b\x59\x6f\x75\xd7\x7f\x89\x5f\x38\xf4\xa5\x5d\xef\x78\xb4\xcb\xf0\xcf\x4d\x2b\xed\xdf\xa3\xdc\x88\xdd\xe9\x4f\x99\xdf\xf9\x6f\xf8\x11\xf3\x3d\xec\xb7\x98\xfe\x82\xe5\x1d\xe2\x0f\x80\xf9\x67\x00\x00\x00\xff\xff\x77\x20\xa3\x6a\xb2\x0a\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftMongodbYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftMongodbYaml, - "ImageStream.image.openshift.io/openshift/mongodb.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftMongodbYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftMongodbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/mongodb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftMysqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\xcb\x6f\xd3\x40\x10\xc6\xef\xf9\x2b\x46\x3d\x81\x14\xdb\xe5\xd4\xca\xb7\x42\x0b\xad\x94\x96\x92\x22\x38\x4f\xd6\x13\x7b\xe9\xee\xce\xb2\x33\x0e\xb2\x80\xff\x1d\xf9\x91\x47\x55\x04\x45\xea\x81\x9c\xb2\x8f\x99\xfd\xbe\x6f\x7e\x32\x46\xfb\x89\x92\x58\x0e\x25\x58\x8f\x35\xe5\x1c\x29\x48\x63\xd7\x9a\x5b\x2e\x36\xaf\x66\xf7\x36\x54\x25\x5c\xf5\x67\x77\x9a\x08\xfd\xcc\x93\x62\x85\x8a\xe5\x0c\x00\x43\x60\x45\xb5\x1c\xa4\x5f\x02\x3c\x28\xaf\xac\x44\x87\x5d\x16\xd0\x53\x09\xd7\xdd\xdd\x87\xc5\x0c\x60\x5c\xf9\x4e\xbe\xba\x69\x25\x11\x0d\x95\xfb\xda\x99\x44\x32\x7d\x3f\xc7\x7c\xdf\xc6\x5b\x76\xd6\x74\x63\x7f\xc7\x06\x5d\x09\x6b\x74\x42\x33\x00\xc5\x7a\x78\x38\x7b\xac\x04\xa0\x22\x31\xc9\x46\x1d\xdc\xdd\x26\xde\xd8\x8a\x04\x70\x14\x02\xa7\xf9\x31\xf4\x36\x56\x28\x04\x1c\x60\x79\x79\xb1\x80\x93\x1c\xde\x72\x02\xcf\x89\xc0\x86\x35\x27\x3f\xb4\x04\x5c\x71\xab\x53\x5b\x80\x56\x6c\xa8\x41\x1b\x2b\xfb\x0e\x43\x7a\x73\xb0\xc1\xb8\xb6\xea\x8f\xdf\x47\x0a\x77\xbd\x1b\x30\x1c\xc4\x56\x94\x46\x75\x73\x10\x22\x68\x54\xa3\x94\x45\x51\x5b\x6d\xda\x55\x6e\xd8\x17\x62\x1c\xa7\xba\x18\x82\xc9\x0c\x07\x45\x1b\x28\x15\x2b\xc7\xab\xc2\xa3\x28\xa5\x62\x79\x71\x76\x7e\x7d\x91\xfb\x2a\x9f\xb4\x58\xc3\xe1\x8d\x43\x91\x72\xf8\x9b\x8d\xc5\x5b\x51\xd3\xa5\xbf\xcd\xa4\x8f\xe2\x77\x57\xe3\x18\x59\xca\x1e\xd6\x2c\xa9\x82\x4b\xd4\x39\x5c\x05\xb3\xd5\x31\xcc\x61\x37\xd3\xfe\xb7\xd9\x62\x75\x74\x9a\x1f\x1f\x0d\x9b\xeb\xc4\x7e\x3b\x9b\x11\xab\x73\x36\xf7\x94\x06\xb8\xa6\xfd\xf1\x89\x44\xb5\x15\x4d\x5d\x9e\xa8\x6a\x70\x10\x93\x1a\x31\x6e\x0a\xe7\xf4\x38\x4b\x0d\xb9\x93\xd2\xa1\x92\x8c\x73\xb1\x3e\x72\xd2\x09\x15\xf8\xfe\x73\xb6\xef\xb6\x57\x90\x68\x4d\x89\x82\xa1\x43\xa4\x00\xb4\x8b\x54\xc2\xa2\x47\xeb\x49\x2c\xfd\xc8\x76\x28\x3c\xc2\xea\xdf\x90\xfa\x2f\x50\xda\x99\xf9\x7c\xb6\xbc\xb9\xba\x79\x57\xc2\xeb\x0e\x84\x1c\x19\xdd\x89\x53\xac\xe7\xd0\x71\x9b\x00\x63\x74\xd6\x8c\x1e\xbe\x59\xe7\x00\x5b\xe5\xde\x93\x41\xe7\x3a\x68\x63\x85\x4a\xa0\x0c\xad\x10\x68\x43\x30\x0e\x69\x0b\x04\xf0\x7a\x4a\x0a\x37\x68\x1d\xae\xdc\x10\xd5\xce\xe2\xa1\x6f\x8f\x5f\x38\xed\x0a\xc7\xce\xf2\xbc\xe8\xbf\x58\x0c\xea\x5e\x3e\x33\xff\x8f\x51\x3f\xf8\x82\x7e\xc4\xfa\x01\xed\x7b\x3e\xff\x00\xf1\x01\xea\x4f\xa0\xf8\x57\x00\x00\x00\xff\xff\x13\xf6\x2c\x32\xd8\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftMysqlYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftMysqlYaml, - "ImageStream.image.openshift.io/openshift/mysql.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftMysqlYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftMysqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/mysql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftNginxYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x5f\x6b\xdb\x4a\x10\xc5\xdf\xfd\x29\x86\x3c\x25\x60\x4b\x31\x18\x02\x7a\x4b\x6e\x72\x6f\x02\xb9\x69\x70\x42\xfb\x3c\x5e\x8d\xa5\x6d\x56\x3b\xcb\xec\xca\x8d\x68\xfb\xdd\xcb\xea\x8f\x23\x93\xd2\xa4\xd4\x04\x02\xf5\x93\x57\xda\x9d\xfd\x9d\x99\x73\x40\xe8\xf4\x47\x12\xaf\xd9\x66\xa0\x2b\x2c\x28\x61\x47\xd6\x97\x7a\x1d\x12\xcd\xe9\x66\x3e\x79\xd0\x36\xcf\xe0\x2a\xbe\xbb\x0b\x42\x58\x4d\x2a\x0a\x98\x63\xc0\x6c\x02\x80\xd6\x72\xc0\xa0\xd9\xfa\xb8\x04\xd8\x39\x9e\x6b\xef\x0c\x36\x33\x8b\x15\x65\x70\x53\x68\xfb\x08\x97\xf7\xf7\xb7\xe0\x49\x36\x24\x80\x36\x07\x04\xa1\x0d\x89\x27\x70\xc2\x8f\x0d\x1c\xda\xb8\xed\x68\x02\xd0\x9d\x6a\x97\xfd\xca\x3b\x54\x94\x3d\xdd\x31\xf1\x8e\x54\xbc\xd7\x30\x3f\xd4\xee\x96\x8d\x56\x4d\xc7\x61\x58\xa1\xc9\x60\x8d\xc6\xd3\x04\x20\x60\xd1\x02\xce\x9e\x13\x03\xe4\xe4\x95\x68\x17\xda\x2e\x9c\xd5\xda\xe4\x2d\x59\x0b\x09\x3e\x6e\x56\xa0\xd8\x06\xb2\x01\x36\x1a\x5f\x12\xd2\x57\x85\x5d\x41\xc0\x16\x96\x97\x17\xd7\x70\x92\xc0\xbf\x2c\x50\xb1\x10\x68\xbb\x66\xa9\x5a\x1a\xc0\x15\xd7\x01\x6a\xaf\x6d\x01\xa1\xd4\x1e\x56\x91\x84\xa4\x9b\xcb\x74\x5b\x55\x5b\x65\xea\x3c\xee\xfa\xe0\xc8\xde\xc5\x3e\x44\x3a\xaf\x73\x92\x4e\xd7\x14\x3c\x11\x94\x21\x38\x9f\xa5\x69\xa1\x43\x59\xaf\x12\xc5\x55\xea\x95\x61\x29\xd2\x16\x68\x16\x15\xa1\xb6\x24\xe9\xca\xf0\x2a\xad\xd0\x07\x92\x74\x9e\xcc\x8f\xd3\xe5\xc5\xe9\xf9\xff\x17\x49\x95\x27\xfd\xad\x5a\xb1\xfd\xc7\xa0\xf7\x59\xfb\x77\x36\x0c\x65\x2f\x13\x9f\x27\xf3\xc5\xcf\x6a\x39\xe1\x4d\x14\x35\xdb\x2d\xba\xa4\x1c\x2e\x31\x4c\xe1\xca\xaa\x81\xcf\x63\xe5\x0c\x2d\xc9\x71\xf6\xa2\x6e\x7a\x4c\x0a\x1d\x86\x83\xb5\x73\x2c\xc1\x3f\xf9\x2c\xfe\x5a\xb7\x0c\xfd\x9f\x8e\xdf\x6c\x86\xb0\x1c\xc4\x46\x1d\xb4\x4f\xd7\xc2\xd5\x60\xa5\x2e\x2d\xe7\xac\x1e\x48\xda\xcc\xf4\xcf\x3b\x74\xa1\x42\xfb\x20\x4d\x22\x94\x97\xd8\x8a\x94\xd2\x2b\xd3\x93\xcd\xe7\xc7\x33\x29\xc9\x9c\x64\x06\x03\xf9\x8e\x51\x57\x11\xb0\xb7\x36\x7c\xfd\x3e\x79\x2a\x37\x62\x10\x5a\x93\x90\x55\x34\xce\x00\x40\x68\x1c\x65\x70\x1d\xb3\xf0\xd7\xfc\xaf\x32\xff\xe2\xed\xcd\x7f\xfc\x2e\xcd\xbf\xd8\xbb\xf9\x17\xbf\x6d\xfe\xc5\x5e\xcd\xff\x6d\xb6\xb5\xd9\x9f\xe7\x60\xbf\xfe\x7f\x63\xdf\x6f\xfb\xf0\xe9\x74\x79\x73\x75\xf3\x5f\x06\x67\x0d\x78\x32\xa4\xc2\x16\x30\x60\x31\x85\x86\x6b\x01\x74\xce\x68\xd5\xe9\xf8\xa2\x8d\x01\xac\x03\x47\x5d\x0a\x8d\x69\xa0\x76\x39\x06\x82\xc0\x50\x7b\x82\x50\x12\x74\x03\x1e\xec\x04\xbc\xee\x9b\x89\x1b\xd4\x06\x57\x86\x62\xbb\xb6\x3a\xc7\xe2\x2b\xfc\xcc\xb2\x3d\xd8\x55\xf6\x6f\x92\xd3\xc3\xeb\x16\xfa\xe8\x7d\x64\xf5\x79\x2a\x47\x1f\x70\xf7\x58\xec\x04\x73\x94\xa4\x5f\xe4\x6d\x94\xca\x57\xe4\xed\x47\x00\x00\x00\xff\xff\xf5\x32\x71\xd0\x58\x0a\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftNginxYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftNginxYaml, - "ImageStream.image.openshift.io/openshift/nginx.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftNginxYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftNginxYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/nginx.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftNodejsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x97\x4f\x4f\xdb\x40\x10\xc5\xef\xf9\x14\x23\x4e\xad\x14\x3b\xa4\x17\x22\xdf\x80\xfe\x01\x29\x82\x2a\x54\xed\x79\xb2\x9e\xd8\x0b\xeb\x9d\xd5\xee\x38\x6d\xd4\xf6\xbb\x57\xfe\x1b\x23\x10\xe1\x10\x4a\xa4\xf6\x16\xc7\xde\xd9\xf7\xde\xfe\x66\xd7\x46\xa7\xbf\x92\x0f\x9a\x6d\x02\xba\xc0\x8c\x62\x76\x64\x43\xae\x57\x12\x6b\x9e\xac\xa7\xa3\x3b\x6d\xd3\x04\x2e\xab\x7b\x37\xe2\x09\x8b\x51\x41\x82\x29\x0a\x26\x23\x00\xb4\x96\x05\x45\xb3\x0d\xd5\x25\xc0\xbd\xe1\xa9\x0e\xce\xe0\x26\xb2\x58\x50\x02\x57\x9c\x52\x7c\x1b\x46\x00\xcd\xb5\xe5\x94\xfa\xcb\xe0\x50\x51\xb2\x1d\x3e\x0a\x8e\x54\x55\xd2\x30\xdf\x95\xee\x33\x1b\xad\x36\xcd\x14\x86\x15\x9a\x04\x56\x68\x02\x8d\x00\x04\xb3\x7a\xee\xe8\xa1\x18\x80\x94\x82\xf2\xda\x49\x6d\xf0\xac\xd4\x26\x05\xb4\x29\xf8\xd2\x76\x72\x60\x7a\x0c\xe8\x9c\xd1\xaa\x19\x09\x6c\x61\x71\xf1\x61\x0e\x27\x31\x7c\x64\x0f\x05\x7b\x02\x6d\x57\xec\x8b\xfa\x81\xb6\x30\x00\x2e\xb9\x14\x28\x83\xb6\x19\x48\xae\x03\x2c\xab\xf2\xe4\x9b\x1c\xc7\xa0\xad\x32\x65\x5a\xdd\xbd\x76\x64\x6f\x2a\x53\xa0\xd8\x06\x9d\x92\x6f\xa6\x1a\x43\x20\x82\x5c\xc4\x85\x64\x32\xc9\xb4\xe4\xe5\x32\x56\x5c\x4c\xaa\x64\xea\x14\x26\x8a\xac\x70\x38\x89\xc2\x3b\x1d\x35\x79\xc5\xad\x00\xad\xd8\x9e\x1b\x0c\x21\xa9\x7f\x46\x7d\x9a\x3b\x56\x61\x2b\xe6\x74\xeb\x1a\x16\xa5\x15\x5d\x50\x18\xa4\xf2\x58\x29\xe7\x79\x5d\xe9\x8f\xee\xd7\x5c\x50\x0a\x17\x28\x63\xb8\xb4\xaa\xd3\x17\xb0\x70\x86\x16\xe4\x38\x79\xcc\x62\x50\x86\x7d\x36\x69\x54\x47\xf4\x23\xce\xb4\xb4\x23\xeb\x05\xed\xd2\x1c\x37\x4f\x8c\x73\x9d\xa6\xd4\x85\xbf\xee\x90\x3d\x9a\x1e\x1f\xd5\xff\xad\x3c\x17\xdd\x9a\x37\xc4\xbe\x67\x75\x47\xbe\xe6\xb6\xfd\xbf\xd1\xea\x29\xd3\x41\xfc\x26\xf6\x94\xe6\x58\xbb\xf2\x39\xa3\x6f\x03\xec\x14\xb5\xfe\x75\xe1\xd8\x4b\x4b\x1f\xfc\xfc\x3d\xda\x16\xea\xe7\xf6\xb4\x22\x4f\x56\xd1\x10\x52\x00\xd9\x38\x4a\x60\x5e\xc1\xfa\x9f\xce\xe7\xd2\x79\xa0\xf8\xbd\x14\x77\x41\x99\x2d\x70\x91\xcf\xc9\x9c\xec\xc2\x6e\x7a\x1c\xdd\x9c\xcf\x5f\x1e\xbc\xd9\xc1\x71\xd7\xae\xd9\x16\xb6\x48\xb1\x15\xd4\x96\xfc\xbe\xb0\x9b\x1d\x36\x75\xb3\x7d\x43\x37\x6b\x98\x4b\x0c\x0a\x05\xd9\xb9\xe3\xcd\xfe\xc2\x86\x77\x78\xdc\x1d\xc0\x69\xfc\x4f\x70\xf9\xf0\x10\x9e\xed\x22\x72\x16\x2d\x2e\xae\x4f\x17\xfb\xa4\xf2\x57\xd4\x33\xb5\x97\x13\xf9\xf5\xc8\xec\x7d\x7c\x3b\x5d\x5c\x5d\x5e\x7d\x4a\xe0\x6c\x03\x81\x0c\x29\xe9\xb5\x08\x66\x63\xd8\x70\xe9\x87\x9e\xe0\xbb\x36\x06\xb0\x14\xae\x2c\x28\x34\x66\x03\xa5\x4b\x51\x08\x84\xa1\x0c\x04\x92\x13\x34\x7b\x46\x47\x01\xf0\xaa\x4f\x08\xd7\xa8\x0d\x2e\x0d\x55\xd9\xf4\xa6\x86\x4e\x0b\xbc\x65\xdf\x0d\x0d\x6d\xf1\xbd\xbd\x3c\xbc\x99\xd7\xd2\xde\xbe\x5a\xd3\x84\xd2\x55\xc8\x86\xc1\x37\xce\x93\xbd\xf4\xb0\x71\x06\xdf\x5b\x5f\x30\xbb\xd7\x3b\x83\x17\x80\x27\x3a\x63\xb0\xa3\x3f\xa3\x31\xfe\x04\x00\x00\xff\xff\xe2\x1c\x06\x72\x07\x0e\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftNodejsYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftNodejsYaml, - "ImageStream.image.openshift.io/openshift/nodejs.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftNodejsYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftNodejsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/nodejs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x6f\xd4\x30\x10\x85\xef\xf9\x15\xa3\x9e\x37\x49\x2d\x21\x21\xf9\x48\xf7\x40\x0b\x08\x54\x24\xee\xb3\xf6\xec\xc6\xbb\x8e\x6d\x3c\x93\xd0\x15\xe2\xbf\xa3\x38\xd9\xdd\x96\x72\x28\x07\xc4\x85\x9b\xe3\x99\x79\xf3\xfc\xf2\x61\x72\x5f\x28\xb3\x8b\x41\x83\xeb\x71\x47\x4d\x4c\x14\xb8\x73\x5b\x69\x5c\x6c\x47\x55\x1d\x5c\xb0\x1a\x6e\xa7\xda\x67\xc9\x84\x7d\xd5\x93\xa0\x45\x41\x5d\x01\x60\x08\x51\x50\x5c\x0c\x3c\x7d\x02\x3c\x19\xb7\x8e\x93\xc7\x63\x1d\xb0\x27\x0d\xf7\x64\xe1\x2d\x0a\x7c\x4c\x14\xee\xd6\xef\x40\xa9\xe7\x13\x29\xc7\xd1\x59\xca\xf5\x6f\x47\x57\x70\x1b\x4c\x53\xa6\xc6\x93\x6b\xd5\xbc\x6a\xd4\xeb\x0a\xc0\xe3\x86\xfc\xe2\xe2\x21\x21\xf2\xa3\xda\xac\x32\x6d\xda\xdb\x43\xad\x54\x9d\x3b\xf2\xa7\x02\x27\x34\x4b\xb5\xf8\xa8\x38\x91\x99\x74\x7c\x8c\x87\x21\x7d\x8a\xde\x99\xe3\xac\xeb\xa3\x41\xaf\x61\x8b\x9e\xa9\x02\x10\xdc\x95\x85\xf5\xf3\x1c\x00\x2c\xb1\xc9\x2e\x49\x71\xf9\x66\x70\xde\x02\x06\x0b\x79\x08\x70\x87\x23\x02\xa6\xe4\x9d\x99\x67\x60\x60\x17\x76\xf0\x01\x47\x0a\xa5\xeb\x92\x51\xb3\xc8\x39\x13\xc3\x8d\x47\x66\x5d\x8e\x75\xee\xea\xe5\x3d\x4b\xc3\x9f\x27\x0f\xc0\xd8\x27\x4f\x37\x31\x08\x3d\xc8\xda\x65\x0d\x43\xb0\x94\x25\x7e\xab\x99\xf2\xe8\x49\x9e\x34\xde\x53\x8a\x1a\x3a\x91\xc4\xba\x6d\x77\x4e\xba\x61\xd3\x98\xd8\xb7\xfb\x4d\x64\xae\xcf\x0e\xda\xf3\xa9\xfe\x3a\x38\x73\x60\xc1\x2c\x7c\x92\x1a\x52\x8a\x59\x58\xc3\x1e\x47\xd4\x67\x2f\x25\x4c\xd8\x4c\x41\x51\x5e\x4d\xb5\xd5\xf2\xc0\x55\xe7\xac\xa5\xb0\xf4\x9d\xff\xfc\x95\x6a\xae\xaf\xca\xe5\x36\xc7\xfe\x14\xfb\xcc\xeb\x3a\x9a\x03\xe5\x42\xed\x72\x3f\x27\x91\x69\xe7\x58\xf2\xb1\xc9\x64\x3b\x2c\x51\x2d\x4b\xda\x5f\xe9\xd0\xaa\xb9\x2e\xb3\xae\x9f\xfc\x2e\x18\xc0\xf7\x1f\xd5\x45\xee\x62\x21\xd3\x96\x32\x05\x43\x8f\x71\x01\x90\x63\x22\x0d\xef\x27\x6c\xfe\x73\xf2\xef\x38\x51\x7f\x97\x13\xf5\x02\x4e\xd4\x8b\x39\xf9\x19\x00\x00\xff\xff\x64\xd5\xaa\xa9\x94\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7Yaml, - "ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x6f\x13\x31\x10\x85\xef\xfb\x2b\x46\x3d\x81\x94\xdd\xad\x25\x24\x22\x1f\x69\x90\xda\x52\x04\x0a\x12\xf7\x89\x3d\xc9\x4e\xe2\xb5\x8d\xed\x5d\x1a\x21\xfe\x3b\x5a\xc7\x49\x53\xca\xa1\x42\x42\x5c\x7a\x5b\x7b\x3c\x6f\xde\xbc\xfd\xd0\xf3\x57\x0a\x91\x9d\x95\xc0\x3d\x6e\xa8\x71\x9e\x6c\xec\x78\x9d\x1a\x76\xed\x28\xaa\x1d\x5b\x2d\xe1\x66\xaa\x7d\x49\x81\xb0\xaf\x7a\x4a\xa8\x31\xa1\xac\x00\xd0\x5a\x97\x30\xb1\xb3\x71\x3a\x02\x3c\x6a\xd7\x1c\xbd\xc1\x7d\x6d\xb1\x27\x09\x4b\xd2\x70\x8d\x09\x3e\x79\xb2\xb7\x8b\x0f\x20\x04\xbc\x5a\x5e\xbf\xbf\x9b\xbf\x7e\xda\xe9\x83\x1b\x59\x53\xa8\xff\x28\x31\x83\x1b\xab\x9a\xdc\x35\x1e\xdd\x8b\xe6\x4d\x23\xde\x56\x00\x06\x57\x64\x8a\x9b\x7b\x8f\x18\xcf\x6a\x07\x95\x69\xd2\x56\xef\x6a\x21\xea\xd0\x91\x99\x97\x42\xf4\xa8\x4a\x35\xfb\xa8\xa2\x27\x35\xe9\x18\xe7\x76\x83\xff\xec\x0c\xab\xfd\x41\xd7\x38\x85\x46\xc2\x1a\x4d\xa4\x0a\x20\xe1\x26\x0f\xac\x9f\xe6\x01\xa0\x29\xaa\xc0\x3e\x65\x97\xef\x06\x36\x1a\xd0\x6a\x08\x83\x85\x5b\x1c\x11\xd0\x7b\xc3\xea\xd0\x03\x43\x64\xbb\x81\x8f\x38\x92\xcd\xaf\xce\xb2\x1a\xbc\xb3\x45\x12\x20\xe7\xd6\x94\x23\x2b\x67\xaf\x0c\xc6\x28\xf3\x67\x1d\xba\xba\xac\x58\x1e\xfc\xfd\x4f\x01\x88\xd8\x7b\x43\x57\xce\x26\xba\x4f\x0b\x0e\x12\x06\xab\x29\x24\xf7\xbd\x8e\x14\x46\x43\xe9\xd1\xc3\x25\x79\x27\xa1\x4b\xc9\x47\xd9\xb6\x1b\x4e\xdd\xb0\x6a\x94\xeb\xdb\xed\xca\xc5\x58\x9f\x9c\xb4\xa7\xaf\xfa\xdb\xc0\x6a\x17\x13\x86\x14\x8b\x54\xce\x13\x56\x53\x56\x14\x66\x5b\x1c\x71\x56\x16\x9a\x0d\x2b\x9e\xcf\x3a\xd6\x9a\x8e\x61\x9c\x08\xb8\x10\xcd\xe5\x45\xbe\x5c\x07\xd7\x1f\xe3\x3f\xf0\xbb\x70\x6a\x47\x21\x53\x5c\xee\x0f\xeb\x07\xda\x70\x4c\x61\xdf\x04\xd2\x1d\xe6\x7c\xca\xa4\xf6\x77\x4a\xa4\x68\x2e\x73\x2f\xf7\xde\x85\x54\x70\x80\x1f\x3f\xab\x07\xb9\x07\x0b\x81\xd6\x14\xc8\x2a\x3a\xc7\x06\x20\xed\x3d\x49\xb8\x9b\xf0\x79\xe1\xe5\xff\xf3\x22\xfe\x2d\x2f\xe2\x19\xbc\x88\x67\xf3\xf2\x2b\x00\x00\xff\xff\x01\xe6\x05\x44\xac\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8Yaml, - "ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x4d\x6b\x1b\x3f\x10\xc6\xef\xfb\x29\x86\x9c\xfe\x7f\xf0\x6a\xb3\x50\xa8\xd1\xb1\x71\x21\x49\x53\x5a\x5c\xe8\x7d\x2c\x8d\xbd\x63\x6b\x25\x55\xd2\x6e\x63\x4a\xbf\x7b\x59\x59\x7e\x49\xd3\x43\xa0\x14\x7a\xe8\x4d\x6f\xf3\xcc\x33\x8f\x7e\xe8\xf9\x33\x85\xc8\xce\x4a\xe0\x1e\x37\x24\x9c\x27\x1b\x3b\x5e\x27\xc1\xae\x19\xdb\x6a\xc7\x56\x4b\xb8\x9b\xee\x3e\xa5\x40\xd8\x57\x3d\x25\xd4\x98\x50\x56\x00\x68\xad\x4b\x98\xd8\xd9\x38\x6d\x01\x9e\x94\x6b\x8e\xde\xe0\xbe\xb6\xd8\x93\x84\x25\x69\xb8\xc5\x04\x1f\x3c\xd9\xfb\xc5\x3b\x68\xc5\x1c\xfe\x5b\xde\xbe\x7d\x98\xff\xff\xbc\xd4\x07\x37\xb2\xa6\x50\xff\x52\x63\x06\x77\x56\x89\x5c\x35\x1e\xed\xb7\xe2\x95\x68\x5f\x57\x00\x06\x57\x64\x8a\x9d\x47\x8f\x18\x2f\xee\x0e\x2a\x53\xa7\xad\xde\xd5\xf3\x3a\x74\x64\xe6\xe5\x3c\x7a\x54\xe5\x32\xdb\xa8\xa2\x27\x35\xc9\x18\xe7\x76\x83\xff\xe8\x0c\xab\xfd\x41\xd6\x38\x85\x46\xc2\x1a\x4d\xa4\x0a\x20\xe1\x26\xf7\xab\x9f\xe7\x01\xa0\x29\xaa\xc0\x3e\x65\x93\x6f\x06\x36\x1a\xd0\x6a\x08\x83\x85\x7b\x1c\x11\xd0\x7b\xc3\xea\x50\x03\x43\x64\xbb\x81\xf7\x38\x92\xcd\xaf\x2e\xb3\x1a\xbc\xb3\x45\x13\x20\xe7\x26\xca\x96\x95\xb3\x37\x06\x63\x94\x79\x59\x87\xae\x2e\x23\x96\x07\xbf\xf1\x2b\x00\x11\x7b\x6f\xe8\xc6\xd9\x44\x8f\x69\xc1\x41\xc2\x60\x35\x85\xe4\xbe\xd6\x91\xc2\x68\x28\x3d\x79\xb8\x24\xef\x24\x74\x29\xf9\x28\x9b\x66\xc3\xa9\x1b\x56\x42\xb9\xbe\xd9\xae\x5c\x8c\xf5\xc9\x4a\x73\x5a\xd5\x5f\x06\x56\xbb\x98\x30\xa4\x58\xa4\x72\xa2\xb0\x9a\xd2\xa2\x30\xdb\xe2\x88\xb3\x32\xd1\x6c\x58\xf1\x7c\xd6\xb1\xd6\x74\x4c\xe3\x84\xc0\x55\x2b\xae\xaf\xf2\xe1\x3a\xb8\xfe\xf8\x01\x07\x82\x17\x4e\xed\x28\x64\x8e\xcb\xf9\x61\xfe\x40\x1b\x8e\x29\xec\x45\x20\xdd\x61\x0e\xa8\x74\x6a\x7e\xc2\x44\xb6\xe2\x3a\x97\x72\xef\x5d\x48\x85\x07\xf8\xf6\xbd\x3a\xab\x9d\x1d\x04\x5a\x53\x20\xab\xe8\x92\x1b\x80\xb4\xf7\x24\xe1\x61\xe2\xe7\x1f\x30\x7f\x03\x30\xed\x1f\x00\xa6\x15\x67\x64\xda\x17\x20\xd3\xbe\x18\x99\x1f\x01\x00\x00\xff\xff\x6d\xf4\xd2\x17\xb0\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8Yaml, - "ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftPerlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\xc1\x4f\xdc\x3a\x10\xc6\xef\xf9\x2b\x46\x9c\xde\x93\x36\x89\x1e\x12\x20\xe5\x06\x0f\x5a\x90\x28\x45\x4b\xd5\x9e\x67\x9d\xd9\xc4\xc5\xf1\x58\xe3\xc9\xb6\x51\xdb\xff\xbd\x72\xb2\xbb\x04\x81\x10\x95\x7a\xe0\xb6\x8e\x3d\xe3\xef\x1b\xff\xbe\xc5\x60\x3f\x93\x44\xcb\xbe\x02\xdb\x61\x43\x05\x07\xf2\xb1\xb5\x6b\x2d\x2c\x97\x9b\xff\xb2\x7b\xeb\xeb\x0a\xae\xd2\xde\x9d\x0a\x61\x97\x75\xa4\x58\xa3\x62\x95\x01\xa0\xf7\xac\xa8\x96\x7d\x4c\x4b\x80\x47\xe5\xb5\x8d\xc1\xe1\x90\x7b\xec\xa8\x82\x5b\x12\x97\x01\x4c\x8b\xf0\xb0\x88\x01\x0d\x55\x0f\x95\x59\x0c\x64\x52\x37\xc7\x7c\xdf\x87\x5b\x76\xd6\x0c\x53\x77\xc7\x06\x5d\x05\x6b\x74\x91\x32\x00\xc5\x66\xbc\x36\x7f\xaa\x03\xa0\xa6\x68\xc4\x06\x1d\xbd\x9d\xf5\xd6\xd5\x80\xbe\x06\xe9\xfd\xa8\x04\x8e\x8a\xc3\x63\xc0\x10\x9c\x35\x53\x21\xb0\x87\xe5\xe5\xc5\x35\x9c\x14\xf0\x8e\x05\x3a\x16\x02\xeb\xd7\x2c\xdd\x78\x60\xdb\x17\x00\x57\xdc\x2b\xf4\xd1\xfa\x06\xb4\xb5\x11\x56\xa9\x3b\xc9\x34\xc1\x05\x58\x6f\x5c\x5f\xa7\xdd\x8f\x81\xfc\x5d\xf2\x04\x86\x7d\xb4\x35\xc9\x74\xd5\x02\x22\x11\xb4\xaa\x21\x56\x65\xd9\x58\x6d\xfb\x55\x61\xb8\x2b\xa3\x71\x2c\x4d\x19\x0f\x6d\x9e\x26\x94\x1b\xf6\x8a\xd6\x93\x94\x2b\xc7\xab\xb2\xc3\xa8\x24\x65\x92\x5e\x2e\x2f\x4e\xcf\x3f\x5c\x14\x5d\x5d\x6c\x85\x59\xc3\xfe\x7f\x87\x31\x56\xe3\xcf\x7c\x3b\xe2\x57\xbc\xca\x38\x8b\xe7\x8e\x06\xe1\x4d\x52\x9d\x3f\xae\x59\x52\x0d\x97\xa8\x0b\xb8\xf2\x66\x77\x7b\xc4\x2e\x38\x5a\x52\xe0\xea\x05\x63\x35\x7a\x43\x92\xd3\xf7\xa2\xb1\xba\xab\xec\x43\x60\xd1\x38\x41\x51\x25\x2d\x8b\x99\xf6\xf1\x91\x77\x23\x9e\x6f\x6c\x76\xe0\x1e\xa4\x92\x83\xf1\xeb\x5a\xb8\xdb\x01\x30\x91\x7b\xce\xe6\x9e\x64\xe4\x77\xfb\x7d\xf2\x20\xd4\xd8\xa8\x32\x14\x42\x75\x8b\xa3\x5b\x69\xa3\x71\xe5\x38\xf7\xa3\xc3\xe3\x5c\x5a\x72\x27\x95\x43\xa5\x38\x49\xb5\x5d\xd2\xb9\xe5\x11\x7e\xfc\xca\x1e\xba\xcd\x24\x08\xad\x49\xc8\x1b\x9a\x83\x0b\xa0\x43\xa0\x0a\xae\x13\xc0\xaf\x22\xf6\x67\xbe\xe7\xed\x19\x78\xff\x84\xdb\xb7\xc7\xeb\xde\xd9\x97\xd3\xe5\xcd\xd5\xcd\xfb\x0a\xce\x06\x88\xe4\xc8\xe8\x5e\xa3\x62\xb3\x80\x81\x7b\x99\x7b\x85\x6f\xd6\x39\xc0\x5e\x39\x59\x33\xe8\xdc\x00\x7d\xa8\x51\x09\x94\xa1\x8f\x04\xda\x12\x4c\x4f\xb6\xe3\x03\x78\xbd\x9d\xd9\x06\xad\xc3\x95\xa3\x34\xb0\xbd\xd3\xb9\xfd\x0e\xbf\xb2\xec\xeb\xa6\xc6\xf1\x2f\xc4\xeb\x9f\xeb\x51\xd1\xbf\x6f\x24\x62\x2f\x07\xeb\x69\x84\x66\x7f\xfe\x9f\xb0\x79\x94\xa2\x19\xf7\x2f\xa4\x63\x96\xa1\x57\xa4\xe3\x77\x00\x00\x00\xff\xff\x45\x40\x43\x28\x94\x06\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftPerlYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftPerlYaml, - "ImageStream.image.openshift.io/openshift/perl.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftPerlYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftPerlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/perl.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftPhpYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x96\x4f\x6f\xd4\x30\x10\xc5\xef\xfb\x29\x46\x3d\x81\xb4\x49\xc4\xe6\x10\x29\xb7\x96\x16\x5a\xa9\x94\x6a\x8b\xe0\x3c\xeb\xcc\x26\x66\x1d\x8f\x65\x4f\x16\x22\xe0\xbb\x23\x27\xfb\x57\x45\x85\x42\x0f\xe5\xe6\x75\x32\xe3\xf7\xc6\xbf\xb7\x0a\x3a\xfd\x91\x7c\xd0\x6c\x4b\xd0\x2d\xd6\x94\xb2\x23\x1b\x1a\xbd\x94\x54\x73\xb6\x7e\x35\x59\x69\x5b\x95\x70\x15\x9f\xdd\x89\x27\x6c\x27\x2d\x09\x56\x28\x58\x4e\x00\xd0\x5a\x16\x14\xcd\x36\xc4\x9f\x00\x47\xe5\x95\x0e\xce\x60\x9f\x58\x6c\xa9\x84\xdb\xcb\xdb\x09\xc0\xb8\x76\x8d\xdb\xac\x83\x43\x45\xe5\xbe\x6e\x12\x1c\xa9\xd8\xcb\x30\xaf\x3a\x77\xcb\x46\xab\x7e\xec\x6d\x58\xa1\x29\x61\x89\x26\xd0\x04\x40\xb0\x1e\x0e\x4d\xee\xab\x00\xa8\x28\x28\xaf\x9d\x0c\xce\xce\x3a\x6d\x2a\x40\x5b\x81\xef\x6c\xd4\x01\x45\x3a\x03\x74\xce\x68\x35\x96\x01\x5b\x98\x5f\x5e\x5c\x43\x91\xc2\x1b\xf6\xd0\xb2\x27\xd0\x76\xc9\xbe\x1d\x5e\xd8\x74\x05\xc0\x05\x77\x02\x5d\xd0\xb6\x06\x69\x74\x80\x45\xec\x4d\x7e\x9c\xde\x14\xb4\x55\xa6\xab\xe2\xd3\xf7\x8e\xec\x5d\x74\x04\x8a\x6d\xd0\x15\xf9\xf1\xa8\x29\x04\x22\x68\x44\x5c\x28\xb3\xac\xd6\xd2\x74\x8b\x54\x71\x9b\x05\x65\xd8\xd7\x59\x98\xe9\xc4\x35\x2e\x51\x6c\x05\xb5\x25\x9f\x2d\x0c\x2f\xb2\x16\x83\x90\xcf\x8a\x74\x96\xcd\x2f\x4e\xcf\xdf\x5d\xa4\x6d\x95\x6e\x64\x69\xc5\xf6\xb5\xc1\x10\xca\x61\x99\x8c\xd3\xfd\xfd\x75\xc4\x31\xfc\xea\x45\xe7\x79\x1d\x05\x27\xc7\x15\x73\xaa\xe0\x12\x65\x0a\x57\x56\x6d\x8f\x0e\xd8\x3a\x43\x73\x72\x5c\x3e\xe0\x49\xe1\x8a\xa2\x27\xfa\x9a\xd6\x5a\xb6\xa5\x9d\x73\xec\x25\x0c\x34\x94\x45\x3a\x9b\xee\x75\x0f\x77\xbb\x9d\xed\xc1\xfe\x7a\x0b\xeb\x49\x91\xce\x4e\x86\xcd\xa5\xe7\x76\x7b\xeb\x23\xac\xe7\xac\x56\xe4\x07\x64\x37\xfb\xa3\x7e\x4f\xb5\x0e\xe2\xfb\xd4\x53\xd5\xe0\xe0\xd4\x37\x41\x99\x2c\x4a\x2b\x66\x89\x6f\xc8\x14\xa5\x41\xa1\x30\x6a\xd4\x6d\x14\xb8\x41\x10\xbe\xfd\x98\xec\x7b\xed\xcf\xf7\xb4\x24\x4f\x56\xd1\x21\xaa\x00\xd2\x3b\x2a\xe1\x3a\x22\xfb\xd7\x8c\xe6\xff\x2b\xa3\xf9\x93\x32\x9a\x3f\x1f\x46\xf3\x47\x32\x9a\x3f\x2d\xa3\xf9\x63\x19\xcd\x9f\x94\xd1\xef\xc9\x8e\xb1\xfb\xb8\x3e\x06\xd5\x67\x80\xe8\xd1\xdf\xe8\xce\xd6\xa7\xd3\xf9\xcd\xd5\xcd\xdb\x12\xce\x7a\x08\x64\x48\xc9\x4e\xa1\x60\x3d\x85\x9e\x3b\x7f\xe8\x14\xbe\x68\x63\x00\x3b\xe1\x68\x4c\xa1\x31\x3d\x74\xae\x42\x21\x10\x86\x2e\x10\x48\x43\x30\x5e\xd7\x16\x0c\xe0\xe5\x38\xb0\x35\x6a\x83\x0b\x43\x71\x5a\x3b\x9b\x87\xde\x5b\xfc\xcc\x7e\x57\x36\xf6\x0d\xff\x1c\xa8\x17\xd7\x83\x9c\x97\xcf\x24\x55\x0f\xa6\xe9\x7e\x70\x0e\xbe\x44\x3e\x60\x7d\x94\x9d\x3d\xef\x0f\x84\xe2\x20\x3a\x7f\x90\x8a\x9f\x01\x00\x00\xff\xff\x19\xaa\x0d\x46\x20\x09\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftPhpYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftPhpYaml, - "ImageStream.image.openshift.io/openshift/php.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftPhpYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftPhpYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/php.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftPostgresqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x41\x6f\xd3\x4e\x10\xc5\xef\xf9\x14\xa3\x9e\xfe\x95\x62\x3b\xb9\xa4\x8a\x6f\xfd\xd3\x40\x2b\x85\x52\x52\x04\xe7\xc9\x7a\x62\x2f\x5d\xef\x2c\xbb\xe3\x20\x0b\xf8\xee\xc8\x76\xe2\x38\x6a\x41\x45\xb4\x88\x03\xb7\x64\xac\x79\x7e\xf3\xe6\x37\x51\xd0\xe9\xf7\xe4\x83\x66\x9b\x82\x2e\x31\xa7\x98\x1d\xd9\x50\xe8\x8d\xc4\x9a\x93\xed\x74\x74\xa7\x6d\x96\xc2\x55\xf3\xec\x56\x3c\x61\x39\x2a\x49\x30\x43\xc1\x74\x04\x80\xd6\xb2\xa0\x68\xb6\xa1\xf9\x0a\x70\xd4\x9e\xe9\xe0\x0c\xd6\x91\xc5\x92\x52\xb8\xe1\x20\xb9\xa7\xdb\xb7\xcb\x11\x40\x57\x72\x5d\x29\x7c\x32\xbb\x52\x70\xa8\x28\x3d\xa8\x8c\x82\x23\xd5\x28\x1b\xe6\xbb\xca\xdd\xb0\xd1\xaa\xee\xde\x64\x58\xa1\x49\x61\x83\x26\xd0\x08\x40\x30\x6f\x2d\x44\xf7\x3d\x01\x64\x14\x94\xd7\x4e\xda\x39\x6f\x3c\x6f\x75\x46\x01\x70\x60\x09\xa6\x13\x68\x86\x5a\x63\x20\x60\x0b\xab\xcb\xc5\x12\xce\x62\x78\xc9\x1e\x4a\xf6\x04\xda\x6e\xd8\x97\xad\xec\x4e\x14\x00\xd7\x5c\x09\x54\x41\xdb\x1c\xa4\xd0\xe1\xa0\xd0\x66\x39\x06\x6d\x95\xa9\xb2\xe6\xf1\x1b\x47\xf6\xb6\x99\x08\x14\xdb\xa0\x33\xf2\x9d\xc3\x31\x04\x22\x28\x44\x5c\x48\x93\x24\xd7\x52\x54\xeb\x58\x71\x99\x04\x65\xd8\xe7\xc9\x21\xa1\x48\xb1\x15\xd4\x96\x7c\xb2\x36\xbc\x4e\x4a\x0c\x42\x3e\x59\x2d\xce\x2f\x5e\x2f\xe2\x32\x8b\x77\xb6\xb4\x62\xfb\xc2\x60\x08\x69\xfb\x31\x3a\xca\xf8\xd1\x2b\x82\xff\x16\xae\xa0\x92\x3c\x9a\x53\x98\x4e\x1e\x6a\x75\x5d\x8e\x3e\x3a\xd6\x58\x51\x06\x97\x28\x63\xb8\xb2\x6a\xef\xa9\x5d\x4e\x9f\xce\xf8\x9e\xa5\xed\x9e\xc1\x93\xe9\xe4\xa4\xad\x6d\x3c\x97\xfb\xed\x75\x08\x5e\xb0\xba\x23\xdf\x82\xb8\xab\x77\xef\xf3\x94\xeb\x20\xbe\x8e\x3d\x65\x05\xb6\xce\x7c\x11\x94\x19\x46\x37\x9d\x44\xbe\x20\x73\x96\x1a\x14\x0a\xd2\xf6\xeb\xd2\xb1\x97\x1d\x51\xf0\xe5\xdb\xe8\x20\xd9\xbb\xf0\xb4\x21\x4f\x56\xd1\x10\x3c\x00\xa9\x1d\xa5\xb0\x6c\x00\xfc\x0d\xe2\xe6\xf1\xec\x1f\x72\x3f\x42\x6e\x1e\xcf\xfe\x18\x73\xf3\x78\xf6\x1c\xd0\xcd\x67\xbf\x06\x5d\x6f\xe3\x89\xa8\xfb\x1a\xf5\xd4\x3c\x0c\xe0\x63\xe1\xfb\xdb\xa0\xeb\xc7\xfa\x70\xbe\xba\xbe\xba\x7e\x95\xc2\xff\x35\x04\x32\xa4\xa4\x77\x28\x98\x8f\xa1\xe6\xca\x03\x3a\x67\xb4\xea\x06\xf9\xac\x8d\x01\xac\x84\x9b\xc1\x14\x1a\x53\x43\xe5\x32\x14\x02\x61\xa8\x02\x81\x14\x04\xdd\xba\xf6\x7c\x00\x6f\x86\x99\xe1\x16\xb5\xc1\xb5\x69\x43\xeb\x87\x1d\x26\x50\xe2\x47\xf6\x7d\x77\x27\x1f\x9e\xfa\x52\x96\xad\xc7\xd3\x67\x3d\x91\xfb\xd7\x30\xf8\x17\xf0\x0e\xf3\xa3\x83\xe8\x7f\x32\x7f\x42\xf8\xe0\x0e\x1e\x81\xf8\xf7\x00\x00\x00\xff\xff\x93\x8f\x02\x09\x9b\x08\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftPostgresqlYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftPostgresqlYaml, - "ImageStream.image.openshift.io/openshift/postgresql.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftPostgresqlYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftPostgresqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/postgresql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftPythonYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x96\x4f\x6f\xe3\x36\x10\xc5\xef\xfe\x14\x83\x9c\x5a\xc0\xa2\x50\x1b\xb6\x01\xdd\x92\x26\x6d\x02\xa4\x69\xe0\x14\xdd\xf3\x98\x1c\x4b\x4c\x28\x0e\x41\x52\xde\x15\x76\xf7\xbb\x2f\x24\xd9\xb2\x8d\x04\xf9\x07\x07\x70\x6e\xa6\xa8\x19\xbe\x79\xfc\x3d\x43\xe8\xf4\xff\xe4\x83\x66\x9b\x81\x2e\x31\x27\xc1\x8e\x6c\x28\xf4\x32\x0a\xcd\xe9\xea\x8f\xc1\x83\xb6\x2a\x83\xab\x66\xef\x2e\x7a\xc2\x72\x50\x52\x44\x85\x11\xb3\x01\x00\x5a\xcb\x11\xa3\x66\x1b\x9a\x25\xc0\x5e\xb9\xd2\xc1\x19\xac\x13\x8b\x25\x65\x70\x5b\xc7\x82\xed\x00\xa0\x5b\xba\xdd\x65\x70\x28\x29\xdb\x56\x0f\x82\x23\xd9\x74\x34\xcc\x0f\x95\xbb\x65\xa3\x65\xdd\x9d\x60\x58\xa2\xc9\x60\x89\x26\xd0\x00\x20\x62\xde\x1e\x9d\x3c\xd6\x02\xa0\x28\x48\xaf\x5d\x6c\xe7\x3b\xab\xb4\x51\x80\x56\x81\xaf\xec\x5a\x0d\x8c\xc4\x0c\xd0\x39\xa3\x65\x57\x09\x6c\x61\x7e\x79\x71\x0d\x33\x01\x7f\xb1\x87\x92\x3d\x81\xb6\x4b\xf6\x65\xfb\xc2\xba\x31\x00\x2e\xb8\x8a\x50\x05\x6d\x73\x88\x85\x0e\xb0\x68\xda\x93\xef\x6c\x1c\x82\xb6\xd2\x54\xaa\xd9\xfd\xd7\x91\xbd\x6b\x86\x02\xc9\x36\x68\x45\xbe\x3b\x6a\x08\x81\x08\x8a\x18\x5d\xc8\xd2\x34\xd7\xb1\xa8\x16\x42\x72\x99\x06\x69\xd8\xe7\x69\x18\xe9\xa4\x33\x29\x91\x6c\x23\x6a\x4b\x3e\x5d\x18\x5e\xa4\x25\x86\x48\x3e\x1d\x89\x59\x3a\xbf\x38\x3d\xff\xe7\x42\x94\x4a\xac\x95\x69\xc9\xf6\x4f\x83\x21\x64\xed\xcf\xa4\xb7\xf9\x55\xb7\xd3\xf8\xf1\xd4\xbb\xce\xf3\xaa\x51\x9e\xec\x17\xcd\x49\xc1\x25\xc6\x21\x5c\x59\xb9\x11\x10\xb0\x74\x86\xe6\xe4\x38\x7b\x66\x38\x75\x8f\x36\xe7\x84\xbe\x89\x5c\xc7\x4d\x65\xe5\x1c\xfb\x18\x36\x6c\x64\x23\x31\x1b\xee\xe9\x6f\x2f\x7b\xe3\xf4\xfe\xd6\x6a\x83\xf1\xc9\x48\xcc\x4e\xda\x87\x4b\xcf\xe5\x86\x84\x0e\xe3\x73\x96\x0f\xe4\x5b\x98\xd7\xcf\xbb\x39\x3c\xe5\x3a\x44\x5f\x0b\x4f\xaa\xc0\x76\x62\x5f\x04\x69\xd2\xb5\xff\xa3\x59\xe2\x0b\x32\xb3\xcc\x60\xa4\xd0\xe9\xd5\x65\x23\x76\x4d\x26\x7c\xff\x39\xd8\xb6\xdb\x4a\xf0\xb4\x24\x4f\x56\xd2\x2e\xc1\x00\xb1\x76\x94\xc1\x75\x43\xf2\xfb\xd1\x1d\x8b\xc9\xa7\x45\x77\x2c\x26\x07\x47\x77\x2c\x26\xc7\x83\xee\x58\x4c\x9e\x42\xb7\xd0\x4a\x91\x1d\xbe\x40\xf0\x58\x4c\x0e\x4d\xf0\x78\xf2\x36\x82\x7b\x09\x1f\x4b\xf0\xf4\x13\x13\x3c\xfd\x00\x82\xa7\xc7\x44\xf0\xf4\x1d\x7f\xbe\x63\x31\x3d\x38\xba\xd3\xb7\xa2\x3b\x3d\x28\xba\x3f\x92\x9e\xbb\x27\x29\x7e\x0b\xc1\x47\x48\x6e\x3f\xdc\x97\xd3\xf9\xcd\xd5\xcd\xdf\x19\x9c\xd5\x10\xc8\x90\x8c\xbd\xc8\x88\xf9\x10\x6a\xae\xfc\xee\xb0\xf0\x55\x1b\x03\x58\x45\x6e\x66\x93\x68\x4c\x0d\x95\x53\x18\x09\x22\x43\x15\x08\x62\x41\xd0\x5d\xda\x86\x10\xe0\x65\x6f\xdb\x0a\xb5\xc1\x85\xa1\xc6\xb3\x7e\xd8\x5d\x07\x4a\xbc\x67\xdf\x57\x76\xad\xc3\x81\xa2\xf6\xdb\x75\xab\xeb\xf7\xa3\xc9\xdb\x4b\x21\x7b\x9c\xa7\x9d\x6f\xf2\xff\x30\xdf\x8b\xd4\x36\x03\xcf\x04\x65\x27\x4e\xaf\x48\xca\xaf\x00\x00\x00\xff\xff\xd2\xc1\xaa\x93\x2a\x0c\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftPythonYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftPythonYaml, - "ImageStream.image.openshift.io/openshift/python.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftPythonYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftPythonYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/python.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xd2\x4f\x6f\x9b\x30\x14\x00\xf0\x3b\x9f\xe2\xa9\xe7\x00\xa5\x4d\x9b\xc8\xc7\x35\x87\xb5\xdb\xb4\xa9\x93\x76\x7f\xb1\x5f\x82\x13\x63\x7b\xb6\x61\x8d\xa6\x7d\xf7\x09\x02\x49\xa3\xf6\xc0\x2e\x8c\x03\x37\x62\xbf\x7f\x7e\xf9\xa1\x95\x3f\xc8\x79\x69\x34\x03\x59\xe0\x96\x12\x63\x49\xfb\x5c\x6e\x42\x22\x4d\x5a\x65\xd1\x5e\x6a\xc1\xe0\xb1\xbe\xfb\x1e\x1c\x61\x11\x15\x14\x50\x60\x40\x16\x01\xa0\xd6\x26\x60\x90\x46\xfb\xfa\x27\xc0\x45\xba\x90\xde\x2a\x3c\xc4\x1a\x0b\x62\xf0\x4c\x02\x3e\x62\x80\xaf\x96\xf4\xd3\xea\x13\x2c\xdf\x26\x58\x67\x2a\x29\xc8\xc5\xef\x66\xce\xe0\x51\xf3\xa4\xc9\xaa\xba\xa1\xb3\x64\x9e\x64\x8b\x08\x40\xe1\x9a\x54\x3b\xc4\x8b\x45\xf4\xaf\xee\x8e\x55\x1c\x89\x1c\x43\x5c\x37\xdc\x89\x7d\xb6\x8c\x4f\xad\xdb\x10\x6f\x91\x13\x3b\x4f\x14\x79\x4b\xbc\xae\xa8\x8c\xd9\x97\xf6\x9b\x51\x92\x1f\x8e\x1d\x94\xe1\xa8\x18\x6c\x50\x79\x8a\x00\x02\x6e\x9b\xd6\xf1\xdb\x85\x00\x08\xf2\xdc\x49\x1b\x9a\x79\x3f\x94\x52\x09\x40\x2d\xc0\x95\x1a\x9e\xb0\x42\x40\x6b\x95\xe4\xc7\x1c\x28\xbd\xd4\x5b\xf8\x82\x15\xe9\x26\xea\xb4\xac\xa4\xad\x26\xb9\xd1\x0f\x0a\xbd\x67\xcd\x67\xec\xf2\xee\x45\x6d\xc0\x3f\xff\x03\x00\x1e\x0b\xab\xe8\xc1\xe8\x40\x2f\x61\x25\x1d\x83\x52\x0b\x72\xc1\xfc\x8a\x3d\xb9\x4a\x51\xb8\x08\x7c\x26\x6b\x18\xe4\x21\x58\xcf\xd2\x74\x2b\x43\x5e\xae\x13\x6e\x8a\x74\xb7\x36\xde\x9f\xd7\x9a\x9e\xbe\xe2\x9f\xa5\xe4\x7b\x1f\xd0\x05\xdf\x95\x2a\xad\x35\x2e\x78\x06\x3b\xac\x90\x75\xa3\x34\x9b\x84\x75\xbd\x25\x72\xb3\xfa\x6a\xd6\x3e\x6f\x96\x4b\x21\x48\xb7\x71\x27\x00\x57\x59\x72\x7d\xd5\x1c\x6e\x9c\x29\xba\x9d\x1f\xd5\xae\x0c\xdf\x93\x6b\xec\xb6\xe7\x9d\x84\xad\xf4\xc1\x1d\x92\x23\x89\x7a\x51\x97\x38\xe2\x6c\x99\xbe\xe3\x84\x65\xc9\x75\x53\x48\x16\xf5\xec\x2d\x08\xf8\xfd\x27\x3a\xd7\x3e\xcf\xe3\x68\x43\x8e\x34\xa7\xd7\x70\x00\xc2\xc1\x12\x83\xcf\x35\xa0\x49\xcc\x7f\x12\x93\x0d\x28\x26\xeb\x21\x26\x9b\xc4\x8c\x5c\xcc\xcd\x80\x62\x6e\x7a\x88\xb9\x99\xc4\x8c\x5c\xcc\xed\x80\x62\x6e\x7b\x88\xb9\x9d\xc4\x8c\x5c\xcc\x7c\x40\x31\xf3\x1e\x62\xe6\x93\x98\x91\x8b\xb9\x1b\x50\xcc\x5d\x0f\x31\x77\x93\x98\x91\x8b\xb9\x1f\x50\xcc\x7d\x0f\x31\xf7\x93\x98\x91\x8b\x59\x0c\x28\x66\xd1\x43\xcc\xa2\xb7\x98\xbf\x01\x00\x00\xff\xff\x39\x9d\x99\x9a\xdd\x12\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\xcb\x6e\xdb\x3c\x10\x85\xf7\x7a\x8a\x41\x56\xff\x0f\x58\x4e\xbb\x72\xa0\x65\x93\x45\x0d\xa4\x68\x50\xa7\xdd\x4f\xc8\xb1\x34\x30\x45\x12\x1c\xca\x85\x50\xf4\xdd\x0b\xea\xe2\xc8\xf5\x05\x8e\x17\x6d\x77\x36\x86\x9c\x39\x3c\xe7\x1b\xa1\xe7\x6f\x14\x84\x9d\x2d\x80\x6b\x2c\x69\xee\x3c\x59\xa9\x78\x1d\xe7\xec\x6e\xb7\xef\xb3\x0d\x5b\x5d\xc0\x32\xd5\x56\x31\x10\xd6\x59\x4d\x11\x35\x46\x2c\x32\x00\xb4\xd6\x45\x8c\xec\xac\xa4\xbf\x00\x9a\x44\x05\xf6\xb1\xeb\xf8\x85\x34\x7c\xc4\x08\x2b\xb6\xa5\x21\x58\x71\x69\xf3\xcf\x16\xee\x9d\x8d\x6c\x1b\xd7\x08\x3c\x90\xe1\x2d\x85\x16\x5e\x50\x48\x83\xb3\xbb\x3b\x5f\x6d\x2a\x08\x9a\xae\x2d\xc0\x07\x14\xea\x65\xc0\x1d\x7c\x62\xcb\xf5\x50\xda\x13\xac\x59\xbc\xc1\x36\xb7\x58\xd3\x55\xf3\x87\x69\x07\x2a\x2e\x9c\xef\x83\xdb\xb2\xa6\x90\x1f\x15\x32\x83\xa5\x55\xf3\xee\xd6\x76\x74\xfd\x66\x71\x93\x01\xf4\xc7\x02\xe9\x0a\x63\x2e\xe2\x72\xa5\xf3\x5d\xe3\x3c\x54\x64\xee\x86\x53\xe2\x51\x51\xf1\x3a\x35\x13\x4f\x2a\x79\x6f\x9c\xdb\x34\xfe\xc9\x19\x56\x6d\x9f\x85\x71\x0a\x4d\x01\x6b\x34\x42\x19\x40\xc4\xb2\x0b\x29\x3f\x4c\xed\xfa\xdc\x16\xf0\x4c\xaa\x82\xa7\x40\x5b\xa6\xef\x3d\x43\x43\x4b\x38\x13\xea\x69\x3b\x01\x58\x39\x7b\x6f\x50\xa4\xe8\x7e\x26\x3b\x86\xca\xdb\xa3\x5e\x9c\x0e\x7b\xa7\xf2\x62\x7d\xf0\xdf\xf4\xad\xff\x0f\x0d\xa4\xf1\xde\x85\x28\x05\xf4\xb9\x15\x8b\x99\x88\x2b\x16\x43\xb9\x73\x3d\x95\x66\x1b\x6a\x95\x71\xb8\x99\xf5\x31\xcf\x2a\xd6\x9a\x46\xe0\x7e\xe3\x01\x60\x1d\x5c\x3d\x86\xd3\xef\xe0\x83\x53\x1b\x0a\xcb\x89\xc3\x23\x35\x25\x4b\x0c\xed\xbc\xef\x9b\xbc\xd9\x07\x29\x92\xaa\x72\xdf\xab\xbe\x3d\x0e\xd7\x20\x97\xeb\xf4\x94\x81\x21\xf8\xf1\x33\x7b\x9d\x32\xea\x0a\xb4\xa6\x40\x56\xd1\x94\x34\x80\xd8\x7a\x2a\xe0\x31\x11\x77\x80\x18\xd8\xc6\x98\x13\x8f\x9a\x7c\x58\x9e\xb1\xdc\x7b\xd7\x38\xf1\xac\xa8\xf9\xbb\xab\x65\x1d\x23\xff\x11\x23\x49\x84\x97\x86\x8d\x06\xb7\x7e\xcb\x26\x24\x36\x76\x4c\xed\xed\xc3\x3f\xb0\x07\x7f\x76\x0b\xae\x86\xdf\x74\xf6\xff\x0d\xfe\x27\x93\xcf\xf0\x36\x39\x75\x01\x70\xbf\x02\x00\x00\xff\xff\xe6\xc8\x0f\x3e\x5d\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8Yaml, - "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x95\x51\x6f\xda\x3e\x14\xc5\xdf\xf3\x29\xae\x78\xfa\xff\x25\x92\x16\xb5\x04\x29\xaf\xed\xc3\x90\x2a\xad\x1a\xd5\xde\x3d\xfb\x12\xae\x70\x7c\x2d\xdb\x61\x8a\xa6\x7d\xf7\xc9\x49\x28\xe9\x46\x5b\x28\x8c\xbd\x41\xec\x9c\x73\xef\x39\x3f\x29\xc2\xd2\x57\x74\x9e\xd8\x14\x40\x95\x28\x31\x63\x8b\xc6\xaf\x68\x19\x32\xe2\xab\xcd\x24\x59\x93\x51\x05\xcc\xe3\xd9\x22\x38\x14\x55\x52\x61\x10\x4a\x04\x51\x24\x00\xc2\x18\x0e\x22\x10\x1b\x1f\xff\x02\x28\xf4\xd2\x91\x0d\xad\xe2\x17\x54\xf0\x49\x04\x58\x90\x29\x35\xc2\x82\x4a\x93\x7e\x36\x70\xc7\x26\x90\xa9\xb9\xf6\x70\x8f\x9a\x36\xe8\x9a\xf6\xdd\x17\xd6\x8a\xbc\xd5\xa2\x49\x8d\xa8\xf0\x34\x25\xeb\x78\x43\x0a\x5d\xba\x57\x72\x0c\x73\x23\xb3\xf6\xad\xcd\x36\x89\x51\x3e\x4a\x00\xba\x6b\x0e\xd5\x4a\x84\xd4\x7b\x4e\xa5\x4a\x9f\x85\xfb\x73\x6f\x85\xc4\x62\xe7\x97\x78\x8b\x32\x26\xa1\x99\xd7\xb5\x7d\x64\x4d\xb2\xe9\x92\xd1\x2c\x85\x2e\x60\x29\xb4\xc7\x04\x20\x88\xb2\x8d\x2c\xfd\x33\xc3\xc3\x52\x9c\x65\x37\xfb\xf6\x87\x27\x94\x2b\x78\x74\xb8\x21\xfc\xde\x75\xda\x8b\x92\x64\x73\xa7\x85\xf7\x45\xfb\x33\xae\xd4\x9f\x1c\x1f\xfc\x6b\xe6\xff\x45\xf7\x5e\x15\xb6\x53\xfc\xdf\x3f\xf0\xb5\xb5\xec\x82\x2f\xa0\x4b\xb3\x98\x64\xd7\x63\xef\xb9\x98\x65\x37\xfd\x95\x36\x95\x78\x3c\x5e\x63\x23\x35\x8b\xf5\xb8\x2b\x60\xbc\x22\xa5\xd0\xf4\xd7\x76\x4d\x4d\xb2\xeb\x51\xfb\x70\xe9\xb8\xda\xc6\xd7\x31\x7b\xcf\x72\x8d\x6e\x3e\x48\x60\xdb\x68\x49\x3e\xb8\x26\xeb\x94\xe3\xce\x83\x92\x67\x69\x40\xb9\x4a\x6d\x37\xfa\xd5\xef\xbd\xc7\x99\x5b\x35\xaa\xe2\x2e\x7d\xc1\xf0\xe3\x67\xb2\x33\xd8\x0d\xe5\x70\x89\x0e\x8d\xc4\x21\x08\x00\xa1\xb1\x58\xc0\x43\x04\xe2\x34\x02\x6e\xff\x25\x01\xfb\xcd\x8f\x23\x60\xfa\x4c\xc0\xed\x47\x09\x98\x5e\x9a\x80\xe9\x01\x04\x4c\x2f\x43\xc0\xbe\x02\xf2\xcb\xf4\x9f\x9f\xa1\xfd\xfc\xd4\xee\xf3\xcb\x36\x9f\xbf\xdb\x7b\xfe\xe1\xd6\xc1\xd4\x5a\xbf\xb2\xcd\xe0\xeb\xfb\x24\xca\x17\x0b\x6d\x1d\xdf\x1c\xea\xcc\x30\x3e\x88\x80\x3e\xc0\xb7\x9a\xb4\x02\x5e\x1e\x03\xe7\x3e\x3c\xfe\x1a\xa2\xa7\x01\x7a\x02\x97\xba\x0d\xe8\xac\x68\x4a\xf5\x0e\x9b\x03\xcf\x37\x58\x18\xdc\x3a\x00\x86\x5f\x01\x00\x00\xff\xff\x0e\xea\x4b\xb9\x1e\x0a\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x92\x41\x6b\x1b\x31\x10\x85\xef\xfb\x2b\x86\x9c\x2d\x25\x6e\x0c\x06\x5d\xdb\x43\x03\x85\x94\x1a\x7a\x1f\xa4\xf1\x5a\xac\x56\x23\x34\x8a\x61\x29\xfd\xef\x45\xda\x75\x36\x6d\x7d\x30\x85\x5e\x72\xdb\x9d\xd1\x3c\xbd\xf9\x9e\x30\xf9\xef\x94\xc5\x73\x34\xe0\x47\xec\x49\x73\xa2\x28\x27\x7f\x2c\xda\xf3\xfd\x79\xdb\x0d\x3e\x3a\x03\x4f\xb5\x77\x28\x99\x70\xec\x46\x2a\xe8\xb0\xa0\xe9\x00\x30\x46\x2e\x58\x3c\x47\xa9\xbf\x00\x8e\xc4\x66\x9f\x4a\x53\xfc\x46\x0e\x3e\x63\x81\xc3\xe1\x19\xf6\xfa\xa1\x1d\xf8\x4d\xdf\x79\x49\x01\x27\x15\x71\xa4\x37\xc7\x7d\xec\x03\xc1\xc1\xf7\x51\x3d\xc7\xeb\x93\x29\xf3\xd9\x3b\xca\xea\xaa\xc4\x06\x9e\xa2\xd5\x6d\xea\x7c\x59\x2f\x9f\x94\x08\xab\xbd\xfe\xa0\xce\x5b\xbd\x6b\xa2\xf3\x50\x26\x77\xc2\x52\xbb\xfb\x07\xf5\x7a\xcb\xd2\x96\x84\x96\xcc\x7a\x79\x27\x89\x6c\xdd\x35\x30\x0f\x2f\xe9\x2b\x07\x6f\xa7\x79\xf7\xc0\x16\x83\x81\x23\x06\xa1\x0e\xa0\x60\xdf\xa0\xa8\xbf\x29\xdd\xc0\x09\xc0\x5b\x8e\x1f\x03\x8a\x98\xf6\x59\xfd\x2d\x9d\x7f\x67\x08\x20\x2f\x29\x71\x2e\x62\x40\x84\xcd\x5a\x6f\x6e\x6b\x6d\x33\xd0\x64\x03\xe3\xb0\x99\xb9\x6c\x4e\xde\x39\x8a\xcb\xb1\x57\x9c\x77\x5b\xfd\x78\xd7\x8a\xc7\xcc\xe3\x65\xad\xf9\xb5\x7c\x62\x3b\x50\x6e\x6f\x66\xa9\x5f\x40\xf7\x5e\x4a\x9e\xf4\xac\x5c\xdd\xaf\xec\xd5\xfe\xfe\x8f\x04\xcc\x56\x3f\xb6\x79\x3f\x56\xcb\x0b\x6a\xf8\xf1\xb3\x5b\x25\x57\x1b\x99\x8e\x94\x29\x5a\x7a\x1b\x09\x40\x99\x12\x19\xf8\x52\xa3\x79\xcf\x59\xec\xfe\x7f\x16\xbb\x1b\xb2\xd8\xdd\x9c\xc5\xaf\x00\x00\x00\xff\xff\x75\x00\xe9\x2e\x7a\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x6b\x1b\x31\x10\x85\xef\xfb\x2b\x86\x9c\x2d\x25\xb2\x0b\x06\x5d\xdb\x43\x03\x85\x94\x1a\x7a\x1f\xa4\xb1\x2d\x56\x2b\x09\x8d\x62\x58\x4a\xff\x7b\x91\x76\x9d\x4d\xdb\x1c\x96\x82\x2f\x25\xb7\xdd\x19\xcd\xd3\x9b\xf7\x09\x93\xfb\x4e\x99\x5d\x0c\x1a\xdc\x80\x27\x92\x31\x51\xe0\xb3\x3b\x16\xe9\xe2\xfd\x45\x75\xbd\x0b\x56\xc3\x63\xed\x1d\x4a\x26\x1c\xba\x81\x0a\x5a\x2c\xa8\x3b\x00\x0c\x21\x16\x2c\x2e\x06\xae\xbf\x00\x96\xd8\x64\x97\x4a\x53\xfc\x46\x16\x3e\x63\x81\xc3\xe1\x09\xf6\x52\xb5\x03\xbf\xe9\x5b\xc7\xc9\xe3\x28\x02\x0e\xf4\xea\xb8\x0b\x27\x4f\x70\x70\xa7\x20\x9e\xc2\xdb\x93\x29\xc7\x8b\xb3\x94\xc5\x9b\x12\x1b\x78\x0c\x46\xb6\xa9\xcb\x75\xbd\x7c\x16\xcc\x51\xec\xe5\x56\x5c\x94\xfc\x20\x1f\x3a\x80\x69\x28\x93\x3d\x63\xa9\xdd\xbd\x12\x2f\xb7\xcc\x6d\x4e\x68\x48\x2f\x97\x77\x9c\xc8\xd4\x5d\x7d\x8c\xfd\x73\xfa\x1a\xbd\x33\xe3\xb4\xbb\x8f\x06\xbd\x86\x23\x7a\xa6\x0e\xa0\xe0\xa9\x85\x22\xfe\x4e\x69\x45\x4e\x00\xce\xc4\xf0\xd1\x23\xb3\x6e\x9f\xd5\xdf\xdc\xf9\xf7\x0c\x01\xf8\x39\xa5\x98\x0b\x6b\x60\x8e\x7a\xa9\x37\xb7\xb5\xb6\xe9\x69\x34\x3e\x62\xbf\x99\x72\xd9\x9c\x9d\xb5\x14\xe6\x63\x2f\x71\xde\x29\xf9\x70\xd7\x8a\xc7\x1c\x87\xeb\x5a\xd3\x6b\xf9\x14\x4d\x4f\xb9\xbd\x99\xb9\x7e\x0d\xfa\xe4\xb8\xe4\x51\x4e\xca\xd5\xfd\x92\xbd\xd8\xdf\xff\x41\x40\xab\x06\x09\xc0\x0d\xd5\xf2\x1c\x35\xfc\xf8\xd9\x2d\x92\x8b\x8d\x4c\x47\xca\x14\x0c\xbd\x46\x02\x50\xc6\x44\x1a\xbe\x54\x34\xff\x33\x0b\x75\x7b\x16\x6a\x05\x0b\xf5\xce\x42\xc9\xed\xed\x59\x6c\x57\xb0\xd8\xbe\xb3\x50\x72\x77\x7b\x16\xbb\x15\x2c\x76\xab\x59\xfc\x0a\x00\x00\xff\xff\x6b\x8b\xf4\xa3\x92\x07\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x92\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xc3\x9e\x23\xed\xca\x09\x04\x74\x6d\x0f\x5d\x28\x6c\x69\xa0\xf7\x41\x9a\x38\xc2\xb2\x24\x24\x6d\xc0\x94\xfe\xf7\x22\xd9\x59\x6f\xdb\x1c\x4c\x21\x97\x25\x37\x7b\x46\xf3\xf4\xe6\x7d\xc2\x60\x7e\x50\x4c\xc6\x3b\x09\x66\xc0\x8e\xb8\x0f\xe4\xd2\xc9\x1c\x33\x37\xfe\xf1\x2c\x9a\xde\x38\x2d\xe1\xb9\xf4\x0e\x39\x12\x0e\xcd\x40\x19\x35\x66\x94\x0d\x00\x3a\xe7\x33\x66\xe3\x5d\x2a\xbf\x00\x9a\x92\x8a\x26\xe4\xaa\xf8\x9d\x34\x7c\xc1\x0c\x87\xc3\x0b\xec\x79\x5b\x0f\xfc\xa1\xaf\x4d\x0a\x16\x47\xe6\x70\xa0\x77\xc7\x8d\xeb\x2c\xc1\xc1\x74\x8e\xbd\xb8\xeb\x93\x21\xfa\xb3\xd1\x14\xd9\x55\x89\x0d\x3c\x3b\xc5\xeb\xd4\xf9\xb2\x5e\x3c\xb1\x94\x3c\xdb\xf3\x96\x9d\x05\xdf\xf1\xa7\x06\x60\x1a\x8a\xa4\x4f\x98\x4b\x77\xdf\xb2\xb7\x5b\xe6\x76\x0a\xa8\x48\x2e\x97\x37\x29\x90\x2a\xbb\x5a\xef\xfb\xd7\xf0\xcd\x5b\xa3\xc6\x69\x77\xeb\x15\x5a\x09\x47\xb4\x89\x1a\x80\x8c\x5d\x0d\x85\xfd\x9b\xd2\x8a\x9c\x00\x8c\xf2\xee\x93\xc5\x94\x64\xfd\x2c\xfe\xe6\xce\xff\x67\x08\x90\x5e\x43\xf0\x31\x27\x09\x29\x79\xb9\xd4\xab\xdb\x52\xdb\xf4\x34\x2a\xeb\xb1\xdf\x4c\xb9\x6c\x4e\x46\x6b\x72\xf3\xb1\xb7\x38\x1f\x04\x7f\x7a\xa8\xc5\x63\xf4\xc3\x65\xad\xe9\xb5\x7c\xf6\xaa\xa7\x58\xdf\xcc\x5c\xbf\x04\xdd\x99\x94\xe3\xc8\x27\xe5\xe2\x7e\xc9\x9e\xed\x1f\xff\x22\x20\x45\x85\x04\x60\x86\x62\x79\x8e\x1a\x7e\xfe\x6a\x16\xc9\xc5\x46\xa4\x23\x45\x72\x8a\xde\x23\x01\xc8\x63\x20\x09\x5f\x0b\x9a\x8f\xcc\x42\xdc\x9e\x85\x58\xc1\x42\xdc\x59\x08\xde\xde\x9e\x45\xbb\x82\x45\x7b\x67\x21\xf8\xf6\xf6\x2c\xb6\x2b\x58\x6c\xef\x2c\x04\xdf\xdd\x9e\xc5\x6e\x05\x8b\xdd\x6a\x16\xbf\x03\x00\x00\xff\xff\x3c\xa0\x12\xac\x1e\x09\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x52\x4b\x8b\xdb\x30\x10\xbe\xfb\x57\x0c\x7b\x8e\xb5\x9b\xe6\x10\xd0\xad\xb4\xd0\x06\x16\x5a\x1a\xe8\x7d\x2a\x8d\x9d\xc1\xb2\x46\x68\x94\x80\x29\xfd\xef\xc5\x8f\xac\xd3\xc7\x21\xed\xa5\xd0\x9b\x3d\x8f\x6f\xbe\x87\x30\xf1\x67\xca\xca\x12\x2d\x70\x8f\x2d\x19\x49\x14\xf5\xc4\x4d\x31\x2c\x8f\x97\x6d\xd5\x71\xf4\x16\x0e\x63\xef\x58\x32\x61\x5f\xf5\x54\xd0\x63\x41\x5b\x01\x60\x8c\x52\xb0\xb0\x44\x1d\x7f\x01\x3c\xa9\xcb\x9c\xca\x84\xf8\x89\x3c\xbc\xc7\x02\x47\x8e\x6d\x20\x38\x72\x1b\xeb\x0f\x11\xf6\x66\x37\xcd\xfe\x70\xca\xb3\xa6\x80\x43\x1d\xb1\xa7\x3f\xdb\x4c\x59\x2e\xec\x29\xd7\xbf\x85\xd8\xc0\x21\x3a\x33\x6d\x5d\xae\x4a\xf7\x66\x67\x5e\x99\x77\xaf\x2b\x80\x79\x36\x93\x3f\x61\xa9\x55\x65\xbf\xab\x5f\xc0\x97\xb6\x26\x74\x64\xd7\x9b\x95\x26\x72\xa3\xda\x20\xd2\x9d\xd3\x47\x09\xec\x86\x59\x7d\x10\x87\xc1\x42\x83\x41\xa9\x02\x28\xd8\x4e\xb6\xd4\xbf\xfa\x74\xb7\x53\x73\x2c\xcb\x0e\x3b\x89\x6f\x02\xaa\xda\xe9\x73\x24\xbc\x74\xfe\xde\x4b\x00\x3d\xa7\x24\xb9\xa8\x05\x55\xb1\x6b\x7d\xa2\x3f\xd6\x36\x1d\x0d\x2e\x08\x76\x9b\xd9\xa8\xcd\x89\xbd\xa7\xb8\x8c\xbd\xd8\xfa\xb0\x35\x4f\x0f\x53\xb1\xc9\xd2\x5f\x75\xce\x0f\xe8\xad\xb8\x8e\xf2\xe1\x46\xcb\xd5\xf9\x96\xb5\xe4\xc1\xcc\xc8\x23\xfb\x35\x8c\x7a\xff\xf8\x53\x24\x76\x6b\x9e\xa6\x7d\xee\x47\xca\x8b\xf7\xf0\xf5\x5b\xb5\x42\xae\x34\x32\x35\x94\x29\x3a\xba\xcd\x08\xa0\x0c\x89\x2c\x3c\x8f\x59\xdd\x15\xce\x33\x16\xd2\x02\x5f\xce\x1c\x3c\x48\xf3\x7f\x84\x15\x26\x51\xff\x3e\xad\x1b\x1e\x77\xc4\xf5\x3d\x00\x00\xff\xff\xc6\x70\x3b\x1c\xb0\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRedisYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\x41\x6f\xd3\x40\x10\x85\xef\xfe\x15\xa3\x9e\x40\x8a\x6d\x71\x88\x2a\xf9\x56\x68\xa1\x95\x4a\xa9\x52\x04\xe7\xc9\x7a\x62\x2f\x5d\xef\xac\x76\xc6\x41\x16\xf0\xdf\x91\xd7\x71\x9a\x2a\x08\x05\xa9\x07\x6e\xd9\xdd\xcc\xcc\x7b\x6f\x3e\x19\x83\xfd\x42\x51\x2c\xfb\x0a\x6c\x87\x0d\x15\x1c\xc8\x4b\x6b\x37\x5a\x58\x2e\xb7\x6f\xb2\x47\xeb\xeb\x0a\x6e\xc6\xb7\x07\x8d\x84\x5d\xd6\x91\x62\x8d\x8a\x55\x06\x80\xde\xb3\xa2\x5a\xf6\x32\x1e\x01\x9e\x95\xd7\x56\x82\xc3\x21\xf7\xd8\x51\x05\x2b\xaa\xad\x64\x00\xd3\x29\x1e\x9c\x24\xa0\xa1\xea\xa9\x36\x93\x40\x66\xec\xe7\x98\x1f\xfb\x70\xcf\xce\x9a\x61\xea\xef\xd8\xa0\xab\x60\x83\x4e\x28\x03\x50\x6c\xd2\xe0\xfc\x58\x09\x40\x4d\x62\xa2\x0d\x9a\xdc\xdd\x47\xde\xda\x9a\x04\x70\x12\x02\x4b\x18\x4d\xac\x51\x08\xd8\xc3\xea\xfa\xea\x16\xce\x0b\x78\xcf\x11\x3a\x8e\x04\xd6\x6f\x38\x76\xa9\x21\xe0\x9a\x7b\xdd\x35\x05\xe8\xc5\xfa\x06\xb4\xb5\xf2\xd4\x21\x65\xb7\x00\xeb\x8d\xeb\xeb\xf1\xf9\x53\x20\xff\x30\x7a\x01\xc3\x5e\x6c\x4d\x71\xd2\xb6\x00\x21\x82\x56\x35\x48\x55\x96\x8d\xd5\xb6\x5f\x17\x86\xbb\x52\x8c\xe3\xd8\x94\x29\x96\xdc\xb0\x57\xb4\x9e\x62\xa9\x91\xa8\xec\x50\x94\x62\xb9\x2c\x57\x57\x17\x97\x1f\xaf\x8a\xae\x2e\x76\x6a\xac\x61\xff\xce\xa1\x48\x95\x7e\xe6\x73\xaa\xa7\xac\x02\x96\x7f\xfa\x63\x98\x72\x8a\xf9\x51\x05\x5c\xa3\x2e\xe0\xc6\x9b\x79\x78\x0a\x1f\x0e\x47\x6e\x67\x96\xce\x96\x67\xe9\x6a\x13\xb9\x9b\xd7\x31\x91\x74\xc9\xe6\x91\x62\xe2\x69\x77\x3f\xf3\xd0\x58\xd1\x38\x14\x91\xea\x16\x93\x94\xd8\x8a\x71\xbb\x44\x96\x79\x6c\xc9\x9d\x57\x0e\x95\x64\xda\x85\xed\x02\x47\xdd\xc1\x01\x3f\x7e\x65\x4f\xcd\xe6\xf1\x91\x36\x14\xc9\x1b\x3a\x44\x08\x40\x87\x40\x15\xdc\x8e\x28\x9d\xc4\xce\xcf\x7c\xbf\xfc\x23\x8c\xfe\x0d\xa2\xff\x04\x9e\xbd\x9d\xaf\x17\xab\xbb\x9b\xbb\x0f\x15\xbc\x1d\x40\xc8\x91\xd1\xbd\x3c\xc5\x66\x01\x03\xf7\x11\x30\x04\x67\xcd\xe4\xe2\xbb\x75\x0e\xb0\x57\x1e\x5d\x19\x74\x6e\x80\x3e\xd4\xa8\x04\xca\xd0\x0b\x81\xb6\x04\xd3\x92\x66\x1a\x80\x37\xbb\xac\x70\x8b\xd6\xe1\xda\xa5\xb0\xf6\x26\x0f\x9d\x77\xf8\x8d\xe3\xbe\x70\xea\x2c\x2f\x02\xfb\xab\xdb\x24\xea\xf5\x0b\x33\x7f\x0c\xf8\xc1\xa7\xf2\x33\x36\xcf\x18\x9f\xb1\xfc\x0b\xb9\x07\x7c\x9f\x00\xef\xef\x00\x00\x00\xff\xff\xf0\x3a\x6a\xf1\xbf\x05\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRedisYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRedisYaml, - "ImageStream.image.openshift.io/openshift/redis.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRedisYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRedisYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/redis.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xf3\x03\x6a\x6d\x7d\x08\x2e\xba\xee\x1e\xba\xd0\x42\xe9\x42\xef\x53\x69\x6c\xab\x91\x35\x62\xa4\x0d\x98\xd2\xff\x5e\x2c\x2b\x75\x4b\x12\xc8\xa9\xb0\x37\xfb\x8d\xfd\x66\xde\xf7\x30\xba\x6f\x24\xc9\x71\xd0\xe0\x66\x1c\x49\x71\xa4\x90\x26\x37\x64\xe5\xf8\xe1\xd4\x35\x47\x17\xac\x86\xe7\x75\xf6\x92\x85\x70\x6e\x66\xca\x68\x31\xa3\x6e\x00\x30\x04\xce\x98\x1d\x87\xb4\xbe\x02\xfc\xf3\xbb\x75\x29\x7a\x5c\xda\x80\x33\x69\xf8\x4a\x16\x3e\x62\x86\x27\x32\x6e\xdd\x08\x9f\x31\xe0\x48\x02\x2f\x19\x83\x45\xcf\x81\xe0\x91\x43\x16\xf6\x9e\x04\x7a\x75\xb8\x74\x8c\xc2\x27\x67\x49\xda\xab\xd6\xef\xe0\x39\x18\xd5\x00\x6c\xaa\x4c\x76\x6e\xcd\x1f\xc7\x56\x26\xf2\x1f\xea\x34\x45\x34\xa4\x77\xf3\x26\x45\x32\x6b\x04\xcf\x7c\x7c\x8d\x5f\xd8\x3b\xb3\x6c\x91\x3c\x1b\xf4\x1a\x06\xf4\x89\x1a\x80\x8c\x63\xc9\xda\x5e\x86\x07\xb0\x94\x8c\xb8\x98\x0b\xd0\x9b\x81\x7b\x75\x80\xf6\x46\xec\xad\x85\x6a\xe7\x0c\x87\x47\x8f\x29\xe9\xf2\xd8\xfe\xf8\xce\x29\xd5\x59\x7a\x8d\x91\x25\xa7\x2d\xa7\x3e\xe3\xaa\x07\x16\xb1\x0a\xa7\x73\xc3\xbd\x3a\xa8\xf7\x45\x1c\x84\xe7\xf3\xcd\x5b\xc3\x4f\x6c\x8e\x24\xa5\xe7\xaa\x57\x88\x34\xba\x94\x65\x51\x42\x76\xc2\x52\x42\xe1\xda\x3f\x5c\xc5\xab\xf7\x1d\x6e\x5e\xef\xab\x24\xe1\xe7\xaf\x66\x37\xdd\x3f\x12\x1a\x48\x28\x18\xfa\x9b\x38\x40\x5e\x22\x69\xf8\xb4\x92\x7f\xbb\xa8\xbb\xff\x80\xba\xbb\x07\x75\x77\x2f\xea\xdf\x01\x00\x00\xff\xff\x7e\x63\x1b\x9c\x0f\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\x41\x6b\xe3\x30\x10\x85\xef\xfe\x15\xf3\x03\xd6\xca\xfa\x10\xbc\xe8\x9a\x1c\x36\xb0\x0b\xcb\x16\x7a\x9f\x4a\x63\x5b\x8d\x2c\x89\x91\x12\x30\xa5\xff\xbd\x58\x56\x70\x4b\x1a\xc8\xa9\xd0\x9b\xfd\x24\xbd\x99\xf7\x3d\x0c\xe6\x91\x38\x1a\xef\x24\x98\x11\x7b\x12\x3e\x90\x8b\x83\xe9\x92\x30\x7e\x73\x6e\xaa\xa3\x71\x5a\xc2\x61\x3e\x7b\x48\x4c\x38\x56\x23\x25\xd4\x98\x50\x56\x00\xe8\x9c\x4f\x98\x8c\x77\x71\xfe\x05\xf8\xf0\x5c\x9b\x18\x2c\x4e\xb5\xc3\x91\x24\xfc\x27\x0d\xbf\x31\xc1\x9e\x94\x99\x27\xc2\x5f\x74\xd8\x13\xaf\xc2\x8e\x5c\x62\xb4\xd0\x8a\xed\xb5\x59\x60\x7f\x36\x9a\xb8\xfe\xd4\xf5\x07\x1c\x9c\x12\x15\xc0\xa2\xf2\xa0\xc7\x5a\x17\x5f\xb5\xd8\xd6\x3c\x90\xfd\x55\xae\xc4\x80\x8a\xe4\x3a\xa1\x8a\x81\xd4\x1c\xc1\x7a\x7f\x3c\x85\x7f\xde\x1a\x35\x2d\x91\xac\x57\x68\x25\x74\x68\x23\x55\x00\x09\xfb\x9c\xb5\xbe\x0e\x0f\xa0\x29\x2a\x36\x21\x65\xa0\x37\x03\xb7\x62\x0b\xf5\x75\xec\xa5\x80\xe2\x64\x94\x77\x3b\x8b\x31\xca\xfc\x59\x3f\x3f\xf9\x18\xcb\x59\x3c\x85\xe0\x39\xc5\x25\xa7\xbc\xe0\x2a\xbb\x65\xb1\x08\xe7\x4b\xb9\xad\xd8\x8a\x9f\x59\xec\xd8\x8f\x97\x75\x97\x72\xf7\x5e\x1d\x89\x73\xc5\x45\x2f\x10\xa9\x37\x31\xf1\x24\x98\xf4\x80\xb9\x84\xcc\xb5\xdd\xdc\xc6\x2b\xd7\x41\x66\x9c\x97\x2c\x24\xe1\xe5\xb5\x5a\x9d\xd7\x4b\x4c\x1d\x31\x39\x45\xef\x89\x03\xa4\x29\x90\x84\x3f\x33\xf9\x6f\x89\xba\xf9\x2a\xd4\xcd\x3d\xa8\x9b\x7b\x51\xbf\x05\x00\x00\xff\xff\xe8\xad\xc3\xfe\x0f\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\x41\x8b\xd4\x40\x10\x85\xef\xf9\x15\xf5\x03\x4c\xaf\x73\x18\x46\xfa\xea\x0a\x0e\x2a\x88\x0b\xde\xcb\xee\x9a\x99\x32\x9d\xee\xa6\xaa\x37\x10\xc4\xff\x2e\xe9\xf4\x90\x95\x5d\x61\x2e\x1e\xf6\x96\xbc\x4a\x5e\xbd\xf7\x15\x66\xfe\x4e\xa2\x9c\xa2\x05\x1e\xf1\x4c\x26\x65\x8a\x7a\xe1\x53\x31\x9c\xee\xa6\x5d\x37\x70\xf4\x16\x8e\xcb\xec\xa1\x08\xe1\xd8\x8d\x54\xd0\x63\x41\xdb\x01\x60\x8c\xa9\x60\xe1\x14\x75\x79\x05\xf8\xeb\x77\xcf\x9a\x03\xce\x7d\xc4\x91\x2c\x7c\x23\x0f\x1f\xb1\xc0\x3d\x39\x5e\x36\xc2\x17\x8c\x78\x26\x81\x4f\xc7\x0f\xf0\x40\x32\x91\xc0\xc1\xec\x9f\xdb\x64\x49\x13\x7b\x92\xfe\x45\xbf\x37\x70\x8c\xce\x74\x00\xab\x2a\x17\x3f\xf6\x03\x93\x56\xc3\x5e\x2e\x14\xde\xb5\xa1\x66\x74\x64\x37\xef\x4e\x33\xb9\x25\x76\x48\x69\x78\xcc\x5f\x53\x60\x37\xaf\x35\x42\x72\x18\x2c\x9c\x30\x28\x75\x00\x05\xcf\xb5\x5f\xff\xbc\x30\x80\x27\x75\xc2\xb9\x54\x88\xff\x2c\x79\x30\x7b\xe8\x9f\x56\x5d\x71\x37\x0f\x76\x29\xbe\x0f\xa8\x6a\xeb\x63\xff\xf3\x47\x52\x6d\x33\x7d\xcc\x39\x49\xd1\xb5\x9b\xbd\x22\x6a\xa9\xaa\xd8\x84\xe9\x7a\xca\x83\xd9\x9b\xb7\x55\x3c\x49\x1a\xaf\x41\xd7\x53\xde\x27\x37\x90\xd4\x83\x36\xbd\x81\xa3\x33\x6b\x91\xd9\x08\xf9\x0b\x56\xf0\x95\xe5\xe1\xee\x25\xa4\x76\x5b\xc1\xe3\x12\xaf\xd1\x83\x5f\xbf\xbb\xcd\x73\xfb\x48\xe8\x44\x42\xd1\xd1\x53\xca\x00\x65\xce\x64\xe1\xf3\x42\xfb\x95\xe1\xdd\xfd\x7f\xbc\xbb\x5b\xf0\xee\x6e\xc5\xfb\x27\x00\x00\xff\xff\xd6\xef\x09\x38\xeb\x03\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x92\xc1\x8e\xd3\x30\x10\x86\xef\x79\x8a\x79\x00\x9c\xa5\x87\xaa\xc8\x47\x58\x24\x56\x02\x81\x16\x09\xce\x53\x67\xda\x0c\x4d\x3c\xd6\x8c\xdb\x55\x40\xbc\x3b\x8a\xe3\xd2\x45\x0b\xa8\x37\x24\x6e\xce\xd8\xf1\xef\xf9\xbe\xc1\xc4\x9f\x48\x8d\x25\x7a\xe0\x11\xf7\xd4\x4a\xa2\x68\x3d\xef\x72\xcb\x72\x73\x5a\x35\x07\x8e\x9d\x87\xbb\x79\xef\x63\x56\xc2\xb1\x19\x29\x63\x87\x19\x7d\x03\x80\x31\x4a\xc6\xcc\x12\x6d\xfe\x04\xf8\xe5\xf7\x8e\x2d\x0d\x38\xb9\x88\x23\x79\xb8\xa7\x0e\xde\x60\x86\x5b\x0a\x3c\x27\xc2\x3b\x8c\xb8\x27\x85\x97\x47\xe3\x48\x66\xf0\x3e\x65\x1e\xf9\x2b\xe9\xbc\xc2\xcf\xb4\x2d\x57\x02\xbc\x1e\xd3\x20\x13\x11\xdc\x8b\x65\x52\x8e\x7b\xd8\xb4\xeb\xa7\x79\x49\xe5\xc4\x1d\xa9\xfb\x6d\xf0\x33\xb8\x8b\xa1\x6d\x00\x96\xaa\xf6\xdd\xe8\x24\x65\x7c\xa0\xad\xa3\x9a\xe0\xf4\x9c\xe0\xb4\xa7\xe1\x45\x3d\x6d\x09\x03\xf9\x4b\x58\x63\x89\xc2\xdc\xf0\x20\x72\x38\xa6\x0f\x32\x70\x98\x16\x00\x83\x04\x1c\x3c\xec\x70\x30\x6a\x00\x32\xee\x0b\x19\xf7\x14\x15\x40\x47\x16\x94\x53\x2e\xf8\xff\x88\x67\xd3\xae\xc1\xfd\x05\xd2\x4f\x3c\xf5\x56\x78\x84\x69\x71\x5a\x37\x38\x48\x7c\x35\xa0\x99\x2f\x4b\xf7\x65\x2b\x66\x75\xcf\x8e\x29\x89\x66\x5b\xb8\xf8\x33\xde\xda\x40\x29\xd6\xc2\xe9\x3c\x2f\x9b\x76\xdd\x3e\x2f\xc5\x9d\xca\x78\xee\x69\x99\x97\x5b\x09\x07\xd2\x32\x35\xb5\x5e\xa1\xd3\x9e\x2d\xeb\xd4\x2a\x75\x3d\x16\x69\xc5\xc3\xc6\x65\x0a\xbd\x4b\x4a\x27\xa6\x87\x9b\xab\xdc\xf8\xcb\x03\x78\x9c\x1f\x5f\x35\xc0\xb7\xef\xcd\x25\xf1\x72\x48\x69\x47\x4a\x31\xd0\x63\x5d\x00\x79\x4a\xe4\xe1\xed\xac\xed\xff\xf5\xb4\xfa\xd7\x9e\x56\xd7\x78\x5a\x5d\xeb\xe9\x47\x00\x00\x00\xff\xff\xd3\xc7\xc5\x52\xb7\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x92\xc1\x8e\x13\x31\x0c\x86\xef\xf3\x14\x7e\x00\x66\x96\x1e\xaa\xa2\xdc\x60\x39\xb0\x12\x2b\xad\x40\xe2\xee\xcd\xb8\x53\xd3\x24\x8e\xec\xb4\x52\x85\x78\x77\x34\x99\x94\x16\x95\x43\x6f\x48\xdc\x92\xdf\x49\xfe\xf8\xff\x8c\x99\xbf\x91\x1a\x4b\x72\xc0\x11\x27\x1a\x24\x53\xb2\x1d\x6f\xcb\xc0\xf2\x70\x5c\x75\x7b\x4e\xa3\x83\xa7\xb9\xf6\xb5\x28\x61\xec\x22\x15\x1c\xb1\xa0\xeb\x00\x30\x25\x29\x58\x58\x92\xcd\x5b\x80\x3f\xae\x8f\x6c\x39\xe0\xa9\x4f\x18\xc9\xc1\x17\x1a\xe1\x13\x16\x78\x51\xf1\x64\x06\xef\x0f\x45\x62\xbd\x0b\xcf\x98\x70\x22\x85\x0f\x07\xe3\x34\xd7\x1e\x29\x15\xc5\x50\x9f\x04\x78\x96\xc4\x45\x94\xd3\x04\x9b\x61\x7d\xeb\x93\x55\x8e\x3c\x92\xf6\x7f\x35\x7c\x03\x4f\xc9\x0f\x1d\xc0\xa2\xea\x2e\x63\xec\x5f\x9b\x93\x5f\x8c\xfa\xf8\xdb\xa2\xd7\x1d\x85\x77\xed\xb8\x65\xf4\xe4\x2e\x6e\x9d\x65\xf2\x73\xa7\x41\x64\x7f\xc8\x2f\x12\xd8\x9f\x96\xce\x83\x78\x0c\x0e\xb6\x18\x8c\x3a\x80\x82\x53\x8d\xa4\xbf\xcd\x08\x60\x24\xf3\xca\xb9\xd4\xdc\xef\xc8\x65\x33\xac\xa1\xbf\x49\xe7\x2a\x97\xf6\x2e\x34\x88\x6d\xcb\x5e\xd2\x63\x40\x33\x57\x97\xfd\xf7\x57\x31\x6b\x35\x3b\xe4\x2c\x5a\xac\x05\xe2\xce\xc1\xb6\x9f\x2f\x6a\x53\x8e\xe7\x11\xd9\x0c\xeb\xe1\x6d\x15\xb7\x2a\xf1\xdc\xcd\x32\x22\x1f\xc5\xef\x49\xeb\xa0\x34\xbd\xe5\x4d\x13\x5b\xd1\xd3\xa0\x34\xee\xb0\xf2\x5a\x10\x6c\x1e\xee\x43\xe1\x2e\xae\x1c\xe7\x3f\xb7\xd4\xe1\xc7\xcf\xee\x62\x73\x39\xa4\xb4\x25\xa5\xe4\xe9\x9a\x0e\x40\x39\x65\x72\xf0\x79\xa6\xf4\x3f\x62\x59\xfd\x13\x2c\xab\x7b\xb0\xac\xee\xc5\xf2\x2b\x00\x00\xff\xff\x20\xa8\x46\x3f\x8e\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\xc1\x8e\xd4\x30\x0c\x86\xef\x7d\x0a\x3f\x00\xcd\x32\x87\xd1\xa0\xdc\x60\x39\xb0\x12\x48\x2b\x90\xb8\x7b\x53\xcf\x34\x4c\x12\x47\x76\x3a\x52\x85\x78\x77\xd4\x34\xa3\x82\x06\xa1\x39\x21\x71\x6b\x7f\xc7\xbf\xed\xef\xc7\xec\xbf\x92\xa8\xe7\x64\xc1\x47\x3c\x91\xe1\x4c\x49\x47\x7f\x2c\xc6\xf3\xc3\x65\xd7\x9d\x7d\x1a\x2c\x3c\x2d\xb5\x2f\x45\x08\x63\x17\xa9\xe0\x80\x05\x6d\x07\x80\x29\x71\xc1\xe2\x39\xe9\xf2\x0b\xf0\x5b\xfb\xe0\x35\x07\x9c\xfb\x84\x91\x2c\x7c\xa6\x01\x3e\x60\x81\x67\x61\x47\xaa\xf0\x76\x2a\x1c\x6b\x2f\x7c\xc2\x84\x27\x12\x78\x37\xa9\x4f\x4b\xed\x91\x52\x11\x0c\xd5\x12\xe0\x60\xf6\xb7\xe6\x59\xf8\xe2\x07\x92\xfe\x8f\x53\x5e\xc1\x53\x72\xa6\x03\x58\x55\x19\x33\xc6\xfe\xa5\xd9\xbb\xd5\xbd\x97\x91\xc2\x9b\xf6\x46\x33\x3a\xb2\xdb\x88\x4e\x33\xb9\xe5\xa6\xc0\x7c\x9e\xf2\x33\x07\xef\xe6\xf5\xc6\xc0\x0e\x83\x85\x23\x06\xa5\x0e\xa0\xe0\xa9\x1e\xdf\xdf\xd2\x00\x18\x48\x9d\xf8\x5c\x2a\xe1\x3b\x08\x1c\xcc\x1e\xfa\x1b\x0e\x2d\x9b\xe6\xe9\x1d\xa7\xc7\x80\xaa\xb6\x7e\xf6\xdf\x5e\x58\xb5\xd5\x74\xca\x99\xa5\x68\x3b\xd9\x5e\xd1\xb5\x35\x57\xb5\x29\x97\x6b\xf2\x07\xb3\x37\xaf\xab\x78\x14\x8e\xd7\xd5\xd7\xe4\xdf\xb3\x3b\x93\xd4\xfc\x9b\xde\x88\xd2\xc9\x6b\x91\xd9\x08\x0d\x23\xd6\x44\x56\xc8\x87\x87\xbf\xc0\xb6\xdb\x28\x1f\x97\x45\x1b\x57\xf8\xfe\xa3\xdb\xbc\xb7\x47\x42\x47\x12\x4a\x8e\x7e\xe5\x0f\x50\xe6\x4c\x16\x3e\x2e\x39\xfc\xf7\xe0\x77\xff\x0e\xfc\xee\x1e\xf0\xbb\x7b\xc1\xff\x0c\x00\x00\xff\xff\xa9\xf8\x53\x05\x3c\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x92\xc1\x8e\x13\x31\x0c\x86\xef\xf3\x14\x7e\x00\x26\x4b\x0f\x55\x51\x6e\x68\x39\xb0\x12\x48\x2b\x56\xe2\x6e\x12\xb7\x0d\x4d\xe2\xc8\x4e\x2b\x8d\x10\xef\x8e\x26\x93\x32\xa0\x5d\xa1\x9e\x38\xec\x6d\xf2\x7b\x62\xe7\xff\x7e\x63\x09\x5f\x49\x34\x70\xb6\x10\x12\x1e\xc8\x70\xa1\xac\xc7\xb0\xaf\x26\xf0\xdd\x65\x33\x9c\x42\xf6\x16\x1e\xe6\xda\x53\x15\xc2\x34\x24\xaa\xe8\xb1\xa2\x1d\x00\x30\x67\xae\x58\x03\x67\x9d\x8f\x00\x7f\x5d\xf7\x41\x4b\xc4\x69\xcc\x98\xc8\xc2\x17\xf2\xf0\x11\x2b\x3c\x0a\x3b\x52\x85\xf7\xe7\xca\xa9\xdd\x85\xcf\x98\xf1\x40\x02\x4f\x15\xb3\xc7\xc8\x99\xe0\x9e\x73\x15\x8e\x91\xa4\xf5\x05\xd8\x99\xed\xf3\x09\x45\xf8\x12\x3c\xc9\xf8\xe2\xa8\x37\xf0\x90\x9d\x19\x00\x16\x55\x8e\x05\xd3\xe8\x7e\x37\x1e\xe5\x48\xf1\x5d\x2f\x6b\x41\x47\x76\xed\x3e\x68\x21\x37\x7b\x8a\xcc\xa7\x73\x79\xe4\x18\xdc\xb4\x78\x8c\xec\x30\x5a\xd8\x63\x54\x1a\x00\x2a\x1e\x9a\xf9\xf1\x39\x0d\x00\x4f\xea\x24\x94\xda\x08\xdf\x40\x60\x67\xb6\x30\xfe\x93\x03\xf4\xa0\xfa\x31\x38\xce\xf7\x11\x55\x6d\xfb\x1c\xbf\x7f\x63\xd5\x5e\xd3\x73\x29\x2c\x55\xbb\x75\x7b\x45\xd8\xdf\xbc\xa8\x5d\xb9\x5c\xd7\x60\x67\xb6\xe6\x6d\x13\xf7\xc2\xe9\xea\x63\x59\x83\x0f\xec\x4e\x24\x6d\x19\xba\xde\xc9\xd2\x21\x68\x95\xc9\x08\xf9\x23\xb6\x64\x16\xd8\xbb\xbb\x97\xa1\xdb\x75\x4a\x48\xf3\x1b\x3b\x5f\xf8\xf1\x73\x58\xdb\xae\x3f\x09\xed\x49\x28\x3b\xfa\x33\x07\x80\x3a\x15\xb2\xf0\x69\xce\xe3\x75\x05\xb0\xf9\x2f\x01\x6c\x6e\x09\x60\x73\x6b\x00\xbf\x02\x00\x00\xff\xff\xc0\x61\xd9\x76\x4c\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xf3\x03\x6a\x6d\x73\x08\x29\xba\x95\xb6\xd0\xd0\x16\x96\x2e\xf4\x3e\x95\x27\x89\x1a\x49\x23\x66\x14\x83\x29\xfd\xef\xc5\xb2\x82\xb7\x6c\x0e\x39\x15\xf6\x66\xbf\xf1\x3c\xcf\xfb\x1e\x66\xff\x83\x44\x3d\x27\x0b\x3e\xe2\x91\x0c\x67\x4a\x7a\xf2\x87\x62\x3c\x3f\x8c\x9b\xee\xec\xd3\x60\x61\x3f\xcf\x9e\x8a\x10\xc6\x2e\x52\xc1\x01\x0b\xda\x0e\x00\x53\xe2\x82\xc5\x73\xd2\xf9\x15\xe0\x9f\xf5\xc1\x6b\x0e\x38\xf5\x09\x23\x59\xf8\x4e\x03\x7c\xc6\x02\x8f\xc2\x8e\x54\xe1\xfd\xa5\x70\xac\xbb\xf0\x0d\x13\x1e\x49\xe0\xcb\xfe\x13\x3c\x91\x8c\x24\xb0\x33\xdb\x97\x86\x59\x78\xf4\x03\x49\x7f\xd3\xf9\x0d\xec\x93\x33\x1d\xc0\xa2\xca\x29\x63\xec\xcf\x9e\xb4\x3a\xf6\x72\xa2\xf0\xae\x4d\x35\xa3\x23\xbb\x9a\x77\x9a\xc9\xcd\x09\x02\xf3\xf9\x92\x1f\x39\x78\x37\x2d\x89\x02\x3b\x0c\x16\x0e\x18\x94\x3a\x80\x82\xc7\x1a\xb5\x7f\x99\x1d\x60\x20\x75\xe2\x73\xa9\x3c\xef\xc8\xbb\x33\x5b\xe8\x9f\xa7\x5e\x3a\x68\x6e\xde\x71\xfa\x10\x50\xd5\xd6\xc7\xfe\xd7\x4f\x56\x6d\x33\xbd\xe4\xcc\x52\xb4\xc5\xb4\x57\x5c\xed\xc0\x45\x6d\xca\x78\x6d\x78\x67\xb6\xe6\x6d\x15\x0f\xc2\xf1\x7a\xf4\xd2\xf0\x47\x76\x67\x92\xda\x73\xd3\x1b\x45\x3a\x7a\x2d\x32\x19\xa1\xe1\x84\xb5\x85\x05\xec\xee\xe1\x26\x60\xbb\xfe\xc4\xc7\xf9\xc4\xc6\x12\x7e\xff\xe9\x56\xd7\xf5\x23\xa1\x03\x09\x25\x47\xcf\x99\x03\x94\x29\x93\x85\xaf\x33\xfb\x57\x0c\x7b\xf3\x3f\x60\x6f\xee\x81\xbd\xb9\x17\xf6\xdf\x00\x00\x00\xff\xff\x12\x58\xe8\xfa\x12\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x91\x41\x8b\xdb\x30\x10\x85\xef\xfe\x15\xf3\x03\x6a\x6d\x73\x08\x29\xba\x95\xf6\xd0\x85\x16\x96\x5d\xe8\x7d\x2a\x4f\x62\x35\x92\x46\xcc\xc8\x01\x53\xfa\xdf\x8b\x65\x05\x77\x49\x0b\x39\x15\x7a\xb3\xdf\x78\x9e\xe7\x7d\x0f\xb3\xff\x4a\xa2\x9e\x93\x05\x1f\xf1\x44\x86\x33\x25\x1d\xfd\xb1\x18\xcf\x0f\x97\x5d\x77\xf6\x69\xb0\xf0\xb8\xcc\x5e\x8a\x10\xc6\x2e\x52\xc1\x01\x0b\xda\x0e\x00\x53\xe2\x82\xc5\x73\xd2\xe5\x15\xe0\xd5\xfa\xe0\x35\x07\x9c\xfb\x84\x91\x2c\x3c\xd3\x00\x9f\xb0\xc0\x93\xb0\x23\x55\x78\x3f\x15\x8e\x75\x17\xbe\x60\xc2\x13\x09\xbc\x44\x94\x02\xcf\x3c\x15\x12\x38\x98\xfd\xad\x65\x16\xbe\xf8\x81\xa4\xff\xa3\xf7\x1b\x78\x4c\xce\x74\x00\xab\x2a\x63\xc6\xd8\xeb\x62\x2a\xd5\xb3\x97\x91\xc2\xbb\x36\xd7\x8c\x8e\xec\x66\xdf\x69\x26\xb7\xa4\x08\xcc\xe7\x29\x3f\x71\xf0\x6e\x5e\x53\x05\x76\x18\x2c\x1c\x31\x28\x75\x00\x05\x4f\x35\x6e\x7f\x9b\x1f\x60\x20\x75\xe2\x73\xa9\x4c\xef\xc8\x7c\x30\x7b\xe8\x5f\x27\x5f\x9b\x68\x7e\xde\x71\xfa\x10\x50\xd5\xd6\xc7\xfe\xfb\x37\x56\x6d\x33\x9d\x72\x66\x29\xda\xa2\xda\x2b\xb2\x76\xe2\xaa\x36\xe5\x72\xed\xf9\x60\xf6\xe6\x6d\x15\x8f\xc2\xf1\x7a\xf6\xda\xf3\x47\x76\x67\x92\xda\x76\xd3\x1b\x49\x3a\x79\x2d\x32\x1b\xa1\x61\xc4\xda\xc4\x0a\xf7\xf0\xf0\x17\xc8\x76\xfb\x8d\x8f\xcb\x91\x8d\x27\xfc\xf8\xd9\x6d\xbe\xdb\x47\x42\x47\x12\x4a\x8e\x7e\xe7\x0e\x50\xe6\x4c\x16\x3e\x2f\xfc\xff\x6b\xe0\xbb\x7f\x03\x7c\x77\x0f\xf0\xdd\xbd\xc0\x7f\x05\x00\x00\xff\xff\xf9\xcd\x7f\x3b\x1e\x04\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8YamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8Yaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _imagestreamImageOpenshiftIoOpenshiftRubyYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x96\x4f\x6f\xdb\x38\x10\xc5\xef\xfe\x14\x83\x9c\x76\x01\x4b\xc2\xfa\x0f\x02\xe8\x96\x6c\xb2\x9b\x00\x69\x5a\x38\x45\x7b\x1e\x53\x63\x89\x0d\xc5\x21\xc8\x91\x5b\xa1\xed\x77\x2f\xf4\xc7\xb6\xd2\xa4\x69\x5c\xb8\x68\x72\x33\x45\xce\xf0\xbd\xe1\xef\x01\x46\xa7\xdf\x91\x0f\x9a\x6d\x0a\xba\xc4\x9c\x62\x76\x64\x43\xa1\x57\x12\x6b\x4e\xd6\xff\x8c\x6e\xb5\xcd\x52\xb8\x6c\xf6\x6e\xc4\x13\x96\xa3\x92\x04\x33\x14\x4c\x47\x00\x68\x2d\x0b\x8a\x66\x1b\x9a\x25\xc0\x9d\xf2\x4c\x07\x67\xb0\x8e\x2c\x96\x94\xc2\xa2\x5a\xd6\x23\x80\x6e\xe1\x77\x8b\xe0\x50\x51\xba\xab\x1c\x05\x47\xaa\xe9\x66\x98\x6f\x2b\xf7\x86\x8d\x56\x75\xd7\xdd\xb0\x42\x93\xc2\x0a\x4d\xa0\x11\x80\x60\xde\x5e\x1b\xdd\xd7\x01\x90\x51\x50\x5e\x3b\x69\xbd\x9d\x56\xda\x64\x80\x36\x03\x5f\xd9\x56\x09\x4c\xe2\x29\xa0\x73\x46\xab\xae\x0e\xd8\xc2\xe2\xe2\xfc\x0a\x8e\x63\xf8\x8f\x3d\x94\xec\x09\xb4\x5d\xb1\x2f\xdb\x03\x7d\x5b\x00\x5c\x72\x25\x50\x05\x6d\x73\x90\x42\x07\x58\x36\xcd\xc9\x77\x03\x1c\x83\xb6\xca\x54\x59\xb3\xfb\xda\x91\xbd\x69\x2c\x81\x62\x1b\x74\x46\xbe\xbb\x6a\x0c\x81\x08\x0a\x11\x17\xd2\x24\xc9\xb5\x14\xd5\x32\x56\x5c\x26\x41\x19\xf6\x79\x12\x26\x3a\x6a\x06\x14\x29\xb6\x82\xda\x92\x4f\x96\x86\x97\x49\x89\x41\xc8\x27\x93\x78\x9a\x2c\xce\x4f\xce\x5e\x9d\xc7\x65\x16\xf7\xba\xb4\x62\xfb\xaf\xc1\x10\xd2\xf6\x67\xd4\x0f\xf8\x09\x6f\xd2\x4c\xe2\xa1\x93\xce\xf3\xba\xd1\x1c\x7d\x57\x42\x19\x5c\xa0\x8c\xe1\xd2\xaa\xcd\xe5\x01\x4b\x67\x68\x41\x8e\xd3\x47\x6c\xb5\x96\xe8\x53\x9c\x6b\xd9\xd4\x55\xce\xb1\x97\xd0\xf1\x90\x4e\xe2\xe9\x78\xa0\xbb\x7d\x5e\x28\x74\x96\x91\x1d\xf7\x43\x1e\xee\xaf\x37\xe4\x1e\x4d\xe2\xe9\x51\xfb\x71\xe5\xb9\xdc\x00\xd0\x91\x7b\xc6\xea\x96\x7c\xcb\x6f\xff\xbd\x07\x90\x72\x1d\xc4\xd7\xb1\xa7\xac\xc0\xd6\xb0\x2f\x82\x32\x9d\xca\xc9\x34\xf2\x05\x99\xe3\xd4\xa0\x50\xe8\xe4\xea\xb2\xd1\xda\xe3\x08\x9f\xbf\x8e\x76\xcd\x76\x02\x3c\xad\xc8\x93\x55\x34\xc4\x16\x40\x6a\x47\x29\x5c\x35\xf8\xfe\x3a\xaf\xb3\x17\xcb\xeb\xec\xc0\xbc\xce\x9e\x0b\xaf\xb3\xfb\xbc\xfe\x04\xd4\xd9\x81\x41\x9d\xed\x0b\xea\xec\xf7\x83\x3a\x7f\xb1\xa0\xce\x0f\x0c\xea\xfc\xb9\x80\x3a\xdf\x1b\xd4\xf9\x81\x41\x9d\xef\x0b\xea\xfc\xa0\xa0\x7e\x89\xb6\x9c\x3d\xc0\xec\x3e\xbc\xfe\x19\x4e\xc5\x13\xfd\x80\xd3\xad\xb1\xf7\x27\x8b\xeb\xcb\xeb\xff\x53\x38\xad\x21\x90\x21\x25\x5b\x89\x82\xf9\x18\x6a\xae\xfc\xd0\x2a\x7c\xd4\xc6\x00\x56\xc2\x8d\x33\x85\xc6\xd4\x50\xb9\x0c\x85\x40\x18\xaa\x40\x20\x05\x41\xf7\x60\x1b\x36\x80\x57\xfd\xc8\xd6\xa8\x0d\x2e\x0d\x35\xf3\xda\x1a\x1d\xba\x2f\xf1\x03\xfb\x6d\x5d\xd7\x38\x1c\x20\x56\x7f\x5d\xb5\x8a\xfe\x7e\x16\xd9\x7a\x3c\x52\xf7\xd3\x33\xf8\x27\xfd\x16\xf3\x3b\x01\xda\x31\xff\x48\x30\x06\xf1\x79\x42\x32\xbe\x05\x00\x00\xff\xff\x65\xf2\xcc\xe8\xe0\x0b\x00\x00") - -func imagestreamImageOpenshiftIoOpenshiftRubyYamlBytes() ([]byte, error) { - return bindataRead( - _imagestreamImageOpenshiftIoOpenshiftRubyYaml, - "ImageStream.image.openshift.io/openshift/ruby.yaml", - ) -} - -func imagestreamImageOpenshiftIoOpenshiftRubyYaml() (*asset, error) { - bytes, err := imagestreamImageOpenshiftIoOpenshiftRubyYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ImageStream.image.openshift.io/openshift/ruby.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceDefaultYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcb\x31\x0e\xc2\x30\x0c\x46\xe1\x3d\xa7\xb0\xba\x17\xc4\x9a\x43\x30\xb2\xbb\xcd\x5f\x61\x35\xb1\xa3\xd8\x65\xe0\xf4\xa8\x88\x89\xf1\x49\xdf\xe3\x2e\x0f\x0c\x17\xd3\x4c\xaf\x5b\xda\x45\x4b\xa6\x3b\x37\x78\xe7\x15\xa9\x21\xb8\x70\x70\x4e\x44\xac\x6a\xc1\x21\xa6\x7e\x26\x91\x75\xa8\x3f\x65\x8b\x8b\xd8\x55\xad\x60\x76\x54\xac\x61\x23\xd3\x34\x25\xa2\xca\x0b\xea\x0f\x2b\x37\x64\x2a\xd8\xf8\xa8\x91\xfe\xdb\x3b\xd6\xd3\x6d\xa2\x5c\xe5\x8d\xf1\xbd\x66\xda\x8f\x05\x43\x11\xf0\xf4\x09\x00\x00\xff\xff\x0e\x67\x0c\x65\xaa\x00\x00\x00") - -func namespaceDefaultYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceDefaultYaml, - "Namespace/default.yaml", - ) -} - -func namespaceDefaultYaml() (*asset, error) { - bytes, err := namespaceDefaultYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/default.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceKubePublicYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xca\x31\x0e\xc2\x40\x0c\x44\xd1\xde\xa7\xf0\x05\x52\xd0\xfa\x10\x94\xf4\x93\xcd\x20\x59\xc9\x1a\x6b\xbd\xa1\xe0\xf4\x28\x29\xbf\xfe\x43\xfa\x8b\xa3\xfc\x13\xa6\xdf\x87\xec\x1e\x9b\xe9\x13\x9d\x95\x68\x94\xce\x89\x0d\x13\x26\xaa\x81\x4e\xd3\xfd\x5c\xb9\xe4\xb9\x1e\xde\xa4\x92\xed\x3a\x6f\x0f\x1c\xfe\xe3\xa8\xab\x96\xdb\x8c\xe0\x64\xc9\x3f\x00\x00\xff\xff\x88\xc4\x10\xd9\x60\x00\x00\x00") - -func namespaceKubePublicYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceKubePublicYaml, - "Namespace/kube-public.yaml", - ) -} - -func namespaceKubePublicYaml() (*asset, error) { - bytes, err := namespaceKubePublicYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/kube-public.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceKubeServiceCatalogYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x31\x0e\xc2\x30\x0c\x85\xe1\x3d\xa7\x88\xba\x07\xc4\xda\x43\x30\xb2\x9b\xe4\x15\xac\xa6\x76\x14\x9b\x4a\x70\x7a\xd4\xc2\xd8\xd1\xf2\xa7\xa7\x9f\x1a\xdf\xd0\x8d\x55\xc6\xb8\x5e\xc2\xcc\x52\xc6\x78\xa5\x05\xd6\x28\x23\x2c\x70\x2a\xe4\x34\x86\x18\x49\x44\x9d\x9c\x55\x6c\x3b\x63\xd4\x06\xb1\x27\x4f\x7e\x62\x3d\x17\x58\xee\xdc\x7c\x5f\x1a\x86\x03\xc0\xd6\x2a\xbd\x93\xd0\x82\x63\x21\x5a\x90\x0c\x15\xd9\xb5\xff\xc9\x4f\xcf\xaf\xfb\xf6\xe9\x2b\x67\xa4\x4c\x4e\x55\x1f\xc1\x1a\xf2\x16\x32\xb1\x50\xe5\x0f\xfa\x9e\x95\x76\xdc\x05\x0e\x0b\xdf\x00\x00\x00\xff\xff\xe4\x57\xa4\x07\xde\x00\x00\x00") - -func namespaceKubeServiceCatalogYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceKubeServiceCatalogYaml, - "Namespace/kube-service-catalog.yaml", - ) -} - -func namespaceKubeServiceCatalogYaml() (*asset, error) { - bytes, err := namespaceKubeServiceCatalogYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/kube-service-catalog.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceKubeSystemYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x1c\xca\xb1\x0d\xc2\x50\x0c\x45\xd1\xde\x53\x78\x81\x14\xb4\x1e\x82\x92\xfe\x91\x3c\x24\x2b\xd8\x7c\x7d\x1b\x24\x98\x1e\x25\xe5\xd5\x3d\x18\x7e\xe3\x2c\x7f\xa5\xe9\xe7\x22\xbb\xe7\x66\x7a\x45\xb0\x06\x56\x4a\xb0\xb1\xa1\x61\xa2\x9a\x08\x9a\xee\xef\x3b\x97\xfa\x56\x33\xa4\x06\xd7\xe3\x3c\x3c\xf1\xf4\x1f\x67\x1d\xb5\x9c\x66\x26\x9b\x25\xff\x00\x00\x00\xff\xff\xb6\x20\x94\x2f\x60\x00\x00\x00") - -func namespaceKubeSystemYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceKubeSystemYaml, - "Namespace/kube-system.yaml", - ) -} - -func namespaceKubeSystemYaml() (*asset, error) { - bytes, err := namespaceKubeSystemYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/kube-system.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftAnsibleServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x6a\xc5\x30\x0c\x85\xe1\xdd\x4f\x61\xb2\xbb\xa5\x6b\x1e\xa2\x63\x77\xc5\x3e\xa1\x22\x8e\x64\x24\x35\xd0\x3e\x7d\x49\xee\xe5\x4e\x19\x0f\x7c\x1c\x7e\x1a\xfc\x05\x73\x56\x99\xf3\xf1\x91\x36\x96\x36\xe7\x4f\xda\xe1\x83\x2a\xd2\x8e\xa0\x46\x41\x73\xca\x99\x44\x34\x28\x58\xc5\xcf\x99\xb3\x0e\x88\x7f\xf3\x1a\x6f\xac\xef\x0d\x5e\x8d\x47\x5c\x4f\xd3\x74\x03\xd8\x47\xa7\xdf\x22\xb4\xe3\x5e\x88\x36\x14\x47\x47\x0d\xb5\x27\x79\xe8\x17\x2b\x24\xce\x4b\x3f\x99\x1d\x5c\x51\x16\xd3\x0d\x96\x7c\xa0\x9e\x51\x2b\x0b\x75\xfe\x83\x5d\x89\x25\x6f\x3f\x0b\x4c\x10\xf0\xf4\x1f\x00\x00\xff\xff\x28\x31\x61\x9c\xea\x00\x00\x00") - -func namespaceOpenshiftAnsibleServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftAnsibleServiceBrokerYaml, - "Namespace/openshift-ansible-service-broker.yaml", - ) -} - -func namespaceOpenshiftAnsibleServiceBrokerYaml() (*asset, error) { - bytes, err := namespaceOpenshiftAnsibleServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-ansible-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftAzureBrandingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\xae\x83\x30\x0c\x85\xe1\x3d\x4f\x11\xb1\xe7\x5e\x75\xe5\x21\x3a\x76\x37\xc9\xa1\xb5\x00\x27\xb2\x4d\xa5\xf2\xf4\x15\xb4\xea\xc4\x78\xa4\x4f\x47\x3f\x35\xbe\x41\x8d\xab\xf4\xf1\x79\x09\x13\x4b\xe9\xe3\x95\x16\x58\xa3\x8c\xb0\xc0\xa9\x90\x53\x1f\x62\x24\x91\xea\xe4\x5c\xc5\xf6\x19\x63\x6d\x10\x7b\xf0\xe8\x7f\x5c\xff\x0b\x2c\x2b\x37\x3f\x9e\xba\xee\x04\xb0\xb5\x99\x5e\x49\x68\xc1\xb9\x90\x5a\x90\x0c\x33\xb2\x57\xfd\x92\x8f\xfe\xb1\x44\xdb\xaa\x48\x83\x92\x14\x96\x7b\xb0\x86\xbc\xc7\x8c\x2c\x34\xf3\x06\x3d\xd2\x52\x9c\xd6\x01\x2a\x70\x58\x78\x07\x00\x00\xff\xff\x18\x04\xd1\x22\xe2\x00\x00\x00") - -func namespaceOpenshiftAzureBrandingYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftAzureBrandingYaml, - "Namespace/openshift-azure-branding.yaml", - ) -} - -func namespaceOpenshiftAzureBrandingYaml() (*asset, error) { - bytes, err := namespaceOpenshiftAzureBrandingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-azure-branding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftAzureLoggingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\x31\x8e\x83\x40\x0c\x46\xe1\xde\xa7\xb0\xe8\x67\x57\x69\xe7\x10\x29\xd3\x3b\xf0\x43\x2c\xc0\x1e\x8d\x4d\x0a\x4e\x1f\x91\x26\xe5\x93\x9e\x3e\x69\xfa\x40\x0f\x75\xab\xfc\xbe\xd1\xaa\x36\x55\xbe\xcb\x8e\x68\x32\x82\x76\xa4\x4c\x92\x52\x89\x59\xcc\x3c\x25\xd5\x2d\xae\x64\xf6\x06\x8b\x97\xce\xf9\xa7\xfe\x6f\x3e\xa1\x04\x36\x8c\xe9\xbd\xf2\x30\x10\xb3\xc9\x8e\xfa\xdb\x8a\x9c\x47\x47\xd9\x7c\x59\xd4\x16\x8a\x86\xf1\x82\x66\x35\xd9\xf4\x44\xff\xb2\x85\xd7\xe3\x89\x6e\x48\x04\x7d\x02\x00\x00\xff\xff\x0f\x4f\x49\x43\x9e\x00\x00\x00") - -func namespaceOpenshiftAzureLoggingYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftAzureLoggingYaml, - "Namespace/openshift-azure-logging.yaml", - ) -} - -func namespaceOpenshiftAzureLoggingYaml() (*asset, error) { - bytes, err := namespaceOpenshiftAzureLoggingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-azure-logging.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftAzureMonitoringYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\x31\x0e\xc2\x30\x0c\x46\xe1\x3d\xa7\xb0\xba\x07\xc4\x9a\x43\x30\xb2\x9b\xe6\x2f\x58\x6d\xec\x28\x76\x19\x7a\x7a\x54\x16\xc6\x27\x3d\x7d\xdc\xe5\x81\xe1\x62\x5a\xe8\x73\x4b\xab\x68\x2d\x74\xe7\x06\xef\x3c\x23\x35\x04\x57\x0e\x2e\x89\x88\x55\x2d\x38\xc4\xd4\xcf\x24\xb2\x0e\xf5\xb7\x2c\x71\x11\xbb\xaa\x55\x64\xc7\x86\x39\x6c\x14\x9a\xa6\x44\xa4\xdc\x50\xfe\x5b\xe6\x63\x1f\xc8\xcd\x54\xc2\x86\xe8\x2b\x79\xc7\x7c\x5a\x8b\x28\x6f\x72\x60\xfc\xe4\x4c\xeb\xfe\xc4\x50\x04\x3c\x7d\x03\x00\x00\xff\xff\x15\x0a\xae\x39\xa1\x00\x00\x00") - -func namespaceOpenshiftAzureMonitoringYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftAzureMonitoringYaml, - "Namespace/openshift-azure-monitoring.yaml", - ) -} - -func namespaceOpenshiftAzureMonitoringYaml() (*asset, error) { - bytes, err := namespaceOpenshiftAzureMonitoringYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-azure-monitoring.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftAzureYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\xb1\xae\xc2\x30\x0c\x46\xe1\xdd\x4f\x61\x75\xef\xbd\x62\xcd\x43\x30\xb2\x9b\xe6\xaf\xb0\xda\xd8\x51\xec\x32\xf4\xe9\x51\x59\x18\x8f\x74\xf4\x49\xd7\x07\x46\xa8\x5b\xe1\xf7\x8d\x36\xb5\x5a\xf8\x2e\x0d\xd1\x65\x01\x35\xa4\x54\x49\x29\xc4\x2c\x66\x9e\x92\xea\x16\x57\x32\x7b\x87\xc5\x4b\xd7\xfc\x53\xff\x37\xaf\x98\x03\x3b\x96\xf4\x51\x78\x9a\x88\xd9\xa4\xa1\xfc\xb6\x59\xce\x63\x80\xa2\x63\xb9\x80\x55\x4d\x76\x3d\x31\xbe\xdc\xcc\xdb\xf1\xc4\x30\x24\x82\x3e\x01\x00\x00\xff\xff\xdc\x03\x86\xe5\x96\x00\x00\x00") - -func namespaceOpenshiftAzureYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftAzureYaml, - "Namespace/openshift-azure.yaml", - ) -} - -func namespaceOpenshiftAzureYaml() (*asset, error) { - bytes, err := namespaceOpenshiftAzureYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-azure.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x31\x8a\xc3\x30\x10\x85\xe1\x5e\xa7\x18\xdc\x6b\x97\x6d\x7d\x88\x2d\xb7\x9f\x95\x9e\xc9\x60\x79\x46\x68\x26\x81\xe4\xf4\xc1\x4e\x48\xe5\xf2\xc1\xc7\xe3\xe7\x2e\x7f\x18\x2e\xa6\x33\xdd\x7e\xd2\x2a\x5a\x67\xfa\xe5\x0d\xde\xb9\x20\x6d\x08\xae\x1c\x3c\x27\x22\x56\xb5\xe0\x10\x53\xdf\x27\x91\x75\xa8\x5f\x64\x89\x2f\xb1\xef\x0a\x2f\x43\x7a\x1c\x4f\xd3\x74\x02\xc4\x7b\xe3\x7b\x56\xde\x70\x2e\xd4\x2a\xb2\xa3\xa1\x84\x8d\x37\x79\xe9\x0f\xcb\xc5\xd4\xad\x21\x79\x47\xd9\x2b\x16\x51\x6e\xf2\xc0\x38\x9a\x32\xad\xd7\x7f\x0c\x45\xc0\xd3\x33\x00\x00\xff\xff\xaf\xb5\xe0\x05\xdb\x00\x00\x00") - -func namespaceOpenshiftConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftConsoleYaml, - "Namespace/openshift-console.yaml", - ) -} - -func namespaceOpenshiftConsoleYaml() (*asset, error) { - bytes, err := namespaceOpenshiftConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftEtcdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\x8c\xb1\xce\xc2\x30\x0c\x06\x77\x3f\x85\xd5\xbd\xff\x2f\xd6\x3c\x04\x23\xbb\x49\xbe\x0a\xab\x8d\x1d\xc5\x86\x81\xa7\x47\x65\x61\x3c\xe9\xee\x64\xe8\x0d\x33\xd4\xad\xf0\xeb\x42\xbb\x5a\x2b\x7c\x95\x8e\x18\x52\x41\x1d\x29\x4d\x52\x0a\x31\x8b\x99\xa7\xa4\xba\xc5\x89\xcc\x3e\x60\xf1\xd0\x2d\xff\xd4\xff\xcd\x1b\xd6\xc0\x81\x9a\x3e\x0b\x2f\x0b\x31\x9b\x74\x94\x9f\xb6\x22\x6b\xa3\x18\xa8\x67\xbf\xa9\xc9\xa1\x6f\xcc\xef\x6d\xe5\xfd\x79\xc7\x34\x24\x82\x3e\x01\x00\x00\xff\xff\xca\x5d\x2d\x61\x95\x00\x00\x00") - -func namespaceOpenshiftEtcdYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftEtcdYaml, - "Namespace/openshift-etcd.yaml", - ) -} - -func namespaceOpenshiftEtcdYaml() (*asset, error) { - bytes, err := namespaceOpenshiftEtcdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-etcd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftInfraYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\xb1\xae\xc2\x30\x0c\x46\xe1\xdd\x4f\x61\x75\xef\xbd\x62\xcd\x43\x30\xb2\x9b\xe6\x8f\xb0\xda\xd8\x51\x6c\x18\x78\x7a\x54\x16\xc6\x23\x1d\x7d\x32\xf4\x86\x19\xea\x56\xf8\x75\xa1\x5d\xad\x16\xbe\x4a\x47\x0c\xd9\x40\x1d\x29\x55\x52\x0a\x31\x8b\x99\xa7\xa4\xba\xc5\x99\xcc\x3e\x60\xf1\xd0\x96\x7f\xea\xff\xe6\x15\x6b\xe0\xc0\x96\x3e\x0b\x2f\x0b\x31\x9b\x74\x94\xdf\xb6\xaa\xb5\x29\x14\x03\xdb\x09\x34\x35\x39\xf4\x8d\xf9\xe5\x56\xde\x9f\x77\x4c\x43\x22\xe8\x13\x00\x00\xff\xff\xa3\x3a\xe6\x62\x96\x00\x00\x00") - -func namespaceOpenshiftInfraYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftInfraYaml, - "Namespace/openshift-infra.yaml", - ) -} - -func namespaceOpenshiftInfraYaml() (*asset, error) { - bytes, err := namespaceOpenshiftInfraYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-infra.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftLoggingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\xae\xc2\x30\x0c\x85\xe1\x3d\x4f\x11\x75\xcf\xbd\x62\xed\x43\x30\xb2\x9b\xe4\xb4\x58\x4d\xed\x28\x36\x48\xf0\xf4\xa8\x05\x31\x75\x3c\xd2\xa7\xa3\x9f\x1a\x5f\xd0\x8d\x55\xc6\xf8\x38\x85\x85\xa5\x8c\xf1\x4c\x2b\xac\x51\x46\x58\xe1\x54\xc8\x69\x0c\x31\x92\x88\x3a\x39\xab\xd8\x36\x63\xd4\x06\xb1\x1b\x4f\xfe\xc7\xfa\x5f\x60\xb9\x73\xf3\xfd\x69\x18\x0e\x00\x5b\xab\xf4\x4c\x42\x2b\x8e\x85\x68\x41\x32\x54\x64\xd7\xfe\x25\x1f\xfd\x63\xa9\xea\x3c\xb3\xcc\xc1\x1a\xf2\x56\x31\xb1\x50\xe5\x17\xfa\xde\x94\xe2\x72\xbf\xa2\x0b\x1c\x16\xde\x01\x00\x00\xff\xff\xd5\x68\x59\xd9\xdb\x00\x00\x00") - -func namespaceOpenshiftLoggingYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftLoggingYaml, - "Namespace/openshift-logging.yaml", - ) -} - -func namespaceOpenshiftLoggingYaml() (*asset, error) { - bytes, err := namespaceOpenshiftLoggingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-logging.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftMonitoringYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x4e\xc4\x40\x0c\x44\xfb\xfd\x0a\x2b\x7d\x40\xb4\xfb\x0f\x40\x47\xef\xdb\xcc\x81\x75\x1b\x7b\x65\x3b\x48\xf0\xf5\x28\x07\x9c\x90\x48\x69\xf9\xcd\x9b\xe1\x21\x2f\xf0\x10\xd3\x4a\xef\x0f\xe5\x22\xba\x54\x7a\xe2\x15\x31\xb8\xa1\xac\x48\x5e\x38\xb9\x16\x22\x56\xb5\xe4\x14\xd3\xd8\x4f\x22\x1b\xd0\x78\x93\x73\xde\x89\xdd\x2f\x88\xe6\x32\xf2\x6a\x7a\xfe\xfd\xd0\xa3\xa9\xa4\xb9\xe8\xeb\x41\x44\x62\x74\xfe\x98\x95\x57\x54\x9a\xa6\xff\x84\xda\x82\x39\xd0\xd1\xd2\xfc\x07\xe9\x7c\x42\x3f\x5a\xd0\xfa\x16\x09\x9f\xd7\x5b\x65\xa5\x29\x7d\xc3\x9e\xfa\xee\xb8\xf1\x7f\xa0\x12\x03\x6d\xd7\x9d\x45\xb9\xcb\x27\xfc\x2a\x9f\xe9\xb2\x9d\xe0\x8a\x44\x94\xaf\x00\x00\x00\xff\xff\xac\xb1\x29\x4b\x26\x01\x00\x00") - -func namespaceOpenshiftMonitoringYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftMonitoringYaml, - "Namespace/openshift-monitoring.yaml", - ) -} - -func namespaceOpenshiftMonitoringYaml() (*asset, error) { - bytes, err := namespaceOpenshiftMonitoringYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-monitoring.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\xaa\xc2\x40\x10\x85\xe1\x7e\x9f\x62\x48\xbf\xf7\x62\x9b\x87\xb0\xb4\x1f\x77\x4f\x70\x48\x32\xb3\xec\x8c\x82\x3e\xbd\x24\x8a\x55\xca\x03\x1f\x87\x9f\x9b\x5c\xd0\x5d\x4c\x47\x7a\x9c\xd2\x2c\x5a\x47\x3a\xf3\x0a\x6f\x5c\x90\x56\x04\x57\x0e\x1e\x13\x11\xab\x5a\x70\x88\xa9\x6f\x93\xc8\x1a\xd4\x6f\x32\xc5\x9f\xd8\x7f\x85\x97\x2e\x2d\xf6\xa7\x61\x38\x00\xe2\x6d\xe1\x67\x56\x5e\x71\x2c\xd4\x2a\xb2\x63\x41\x09\xeb\x5f\xf2\xd1\x3f\x96\xbd\x6a\xf2\x86\xb2\x15\x4c\xa2\xbc\xc8\x0b\x7d\xef\xc9\x34\xdf\xaf\xe8\x8a\x80\xa7\x77\x00\x00\x00\xff\xff\x06\xdd\x40\x80\xd7\x00\x00\x00") - -func namespaceOpenshiftSdnYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftSdnYaml, - "Namespace/openshift-sdn.yaml", - ) -} - -func namespaceOpenshiftSdnYaml() (*asset, error) { - bytes, err := namespaceOpenshiftSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x6a\xc5\x30\x0c\x85\xe1\xdd\x4f\x61\xee\xee\x96\xae\x79\x88\x8e\xdd\x15\xfb\x84\x8a\xd8\x92\x91\xd4\x40\xfb\xf4\x25\x69\xb9\x53\xc6\x03\x1f\x87\x9f\x26\x7f\xc0\x9c\x55\x96\x7c\xbc\xa5\x9d\xa5\x2d\xf9\x9d\x06\x7c\x52\x45\x1a\x08\x6a\x14\xb4\xa4\x9c\x49\x44\x83\x82\x55\xfc\x9c\x39\xeb\x84\xf8\x27\x6f\xf1\xc2\xfa\xda\xe0\xd5\x78\xc6\xf5\xf4\x78\xdc\x00\xf6\xd9\xe9\xbb\x08\x0d\xdc\x0b\xd1\x86\xe2\xe8\xa8\xa1\xf6\x4f\xfe\xf4\x93\x95\xc0\x98\x9d\xe2\x74\x76\x70\x45\x59\x4d\x77\x58\xf2\x89\x7a\x56\x6d\x2c\xd4\xf9\x07\x76\x35\x96\xbc\x7f\xad\x30\x41\xc0\xd3\x6f\x00\x00\x00\xff\xff\x2e\xc2\x15\xa1\xeb\x00\x00\x00") - -func namespaceOpenshiftTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftTemplateServiceBrokerYaml, - "Namespace/openshift-template-service-broker.yaml", - ) -} - -func namespaceOpenshiftTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := namespaceOpenshiftTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftWebConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\xae\xc2\x30\x0c\x85\xe1\x3d\x4f\x11\x75\xcf\xbd\x62\xed\x43\x30\xb2\xbb\xc9\xa9\xb0\x9a\xda\x51\x6c\x40\xf0\xf4\xa8\x05\x31\x75\x3c\xd2\xa7\xa3\x9f\x1a\x5f\xd0\x8d\x55\xc6\x78\x3f\x85\x85\xa5\x8c\xf1\x4c\x2b\xac\x51\x46\x58\xe1\x54\xc8\x69\x0c\x31\x92\x88\x3a\x39\xab\xd8\x36\x63\xd4\x06\xb1\x2b\xcf\xfe\xc7\xfa\x5f\x60\xb9\x73\xf3\xfd\x69\x18\x0e\x00\x5b\xab\xf4\x4c\x42\x2b\x8e\x85\x68\x41\x32\x54\x64\xd7\xfe\x25\x1f\xfd\x63\xe9\x81\x29\x65\x15\xd3\x8a\x60\x0d\x79\x2b\x99\x59\xa8\xf2\x0b\x7d\xef\x4a\x71\xb9\x4d\xe8\x02\x87\x85\x77\x00\x00\x00\xff\xff\x3f\xcf\xc3\x9b\xdf\x00\x00\x00") - -func namespaceOpenshiftWebConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftWebConsoleYaml, - "Namespace/openshift-web-console.yaml", - ) -} - -func namespaceOpenshiftWebConsoleYaml() (*asset, error) { - bytes, err := namespaceOpenshiftWebConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift-web-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceOpenshiftYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x14\xc8\x31\x12\xc2\x40\x08\x05\xd0\x9e\x53\x70\x01\x0b\x5b\x0e\x61\x69\xff\x4d\x7e\x46\x26\x2e\x61\x16\xb4\xf0\xf4\x99\x94\xef\x21\xfd\xc9\x59\x7e\x84\xe9\xef\x2e\xbb\xc7\x6a\xfa\xc0\x60\x25\x16\xca\x60\x63\x45\xc3\x44\x35\x30\x68\x7a\x24\xa3\xde\xbe\xb5\x54\x72\xb9\x7e\xf3\xc0\xc7\xff\x9c\x75\xe9\xa6\xfb\xf7\xc5\x19\x6c\x96\x9c\x01\x00\x00\xff\xff\x3a\x41\x71\x36\x5e\x00\x00\x00") - -func namespaceOpenshiftYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceOpenshiftYaml, - "Namespace/openshift.yaml", - ) -} - -func namespaceOpenshiftYaml() (*asset, error) { - bytes, err := namespaceOpenshiftYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Namespace/openshift.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _oauthclientOauthOpenshiftIoCockpitOauthClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\x31\xcb\xc2\x30\x10\x40\xf7\xfc\x8a\xdb\x0a\x81\xf4\xe3\x5b\xb3\x15\x2d\xe2\xa2\x50\xd4\xfd\x4c\x4f\x7b\x34\x4d\x42\xee\x2a\xf8\xef\x45\x5d\xdd\x1e\x3c\x78\x0f\x0b\x5f\xa8\x0a\xe7\xe4\x21\xe3\xaa\x53\x9b\x0b\x25\x99\xf8\xa6\x2d\xe7\xbf\xc7\xbf\x99\x39\x8d\x1e\x8e\xdd\xaa\xd3\x26\x32\x25\x35\x0b\x29\x8e\xa8\xe8\x0d\x40\xc4\x2b\x45\x79\x13\x00\x96\xe2\xa1\xd2\x9d\x45\xeb\xd3\x85\x9c\x24\x47\x32\x00\x09\x17\xf2\x10\x72\x98\x0b\xab\xfb\x5c\x5c\xf8\xa6\x2a\x8d\x5c\x29\xe8\x79\xd8\x8b\x37\x0e\x1a\x6b\x2d\xec\xfa\x43\x3f\x74\xa7\x7e\x0b\xd6\xda\xc6\x08\x85\x4a\xea\x7f\xba\x57\x00\x00\x00\xff\xff\x83\xea\x54\x93\xbf\x00\x00\x00") - -func oauthclientOauthOpenshiftIoCockpitOauthClientYamlBytes() ([]byte, error) { - return bindataRead( - _oauthclientOauthOpenshiftIoCockpitOauthClientYaml, - "OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml", - ) -} - -func oauthclientOauthOpenshiftIoCockpitOauthClientYaml() (*asset, error) { - bytes, err := oauthclientOauthOpenshiftIoCockpitOauthClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _oauthclientOauthOpenshiftIoOpenshiftConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\xb1\xca\xc2\x40\x0c\x00\xe0\xfd\x9e\x22\x5b\xe1\xa0\xfd\xf9\xd7\x6c\x45\x8b\x38\xa8\x50\xd4\x3d\xf4\xa2\x17\x6c\x93\x72\x97\xfa\xfc\x6e\x4e\xce\x1f\x7c\xb4\xca\x9d\x4b\x15\x53\x04\xa3\xcd\x73\x67\x2b\x6b\xcd\xf2\xf0\x4e\xec\xef\xfd\x1f\x9e\x85\xd4\x4f\xec\xd9\x12\x02\x6d\x6e\xe1\x25\x9a\x10\x2e\xfd\xe6\x79\x37\x0b\xab\x87\x85\x9d\x12\x39\x61\x00\x50\x5a\x18\xe1\xbb\xb4\x93\x69\xb5\x99\x43\xe1\x24\x85\x27\xbf\x8d\xc7\x8a\xa1\x85\x26\xc6\x08\x87\xe1\x3c\x8c\xfd\x75\xd8\x43\x8c\xb1\x09\x95\xa7\xc2\x8e\x3f\xed\x13\x00\x00\xff\xff\x9c\x79\x2d\x71\xaa\x00\x00\x00") - -func oauthclientOauthOpenshiftIoOpenshiftConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _oauthclientOauthOpenshiftIoOpenshiftConsoleYaml, - "OAuthClient.oauth.openshift.io/openshift-console.yaml", - ) -} - -func oauthclientOauthOpenshiftIoOpenshiftConsoleYaml() (*asset, error) { - bytes, err := oauthclientOauthOpenshiftIoOpenshiftConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "OAuthClient.oauth.openshift.io/openshift-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _priorityclassSchedulingK8sIoSystemClusterCriticalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xce\x31\x4e\x04\x31\x0c\x85\xe1\x3e\xa7\x78\x07\x60\x07\x96\x0a\xa5\xe5\x02\x34\xd0\x7b\x12\x2f\x63\x6d\xe2\x8c\x6c\x67\xa4\xb9\x3d\x12\xda\x7d\xf5\x93\xfe\x8f\x76\xf9\x61\x73\x19\x9a\xe1\x65\xe3\x3a\x9b\xe8\xef\x72\xff\xf0\x45\xc6\xeb\x71\x5d\x39\xe8\x9a\x2a\x7b\x31\xd9\xe3\xff\xf6\xed\x5c\x71\x1b\x06\x3f\x3d\xb8\xa3\x98\x84\x14\x6a\xd8\x47\x75\xc4\x46\x81\x3e\x3d\x60\x53\x21\x8a\xd8\x18\xa5\x4d\x0f\xb6\x17\xac\x33\x50\x48\xb1\x72\x02\xfa\x38\xb8\x22\x06\x48\x47\x6c\x6c\xd0\x51\x19\x72\x83\x72\x61\x77\xb2\x73\x49\x77\xd1\x9a\xf1\x65\x32\x4c\xe2\xfc\x6c\xe4\x9e\x3a\x07\x55\x0a\xca\x09\x50\xea\x9c\x1f\x92\xcb\x23\x73\x79\x8a\xd2\x41\x6d\x72\xc6\xfb\xdb\x73\xe9\x2f\x00\x00\xff\xff\xee\x6d\x7a\x57\xf0\x00\x00\x00") - -func priorityclassSchedulingK8sIoSystemClusterCriticalYamlBytes() ([]byte, error) { - return bindataRead( - _priorityclassSchedulingK8sIoSystemClusterCriticalYaml, - "PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml", - ) -} - -func priorityclassSchedulingK8sIoSystemClusterCriticalYaml() (*asset, error) { - bytes, err := priorityclassSchedulingK8sIoSystemClusterCriticalYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _priorityclassSchedulingK8sIoSystemNodeCriticalYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcd\x41\x4e\xc4\x30\x0c\x85\xe1\x7d\x4e\xf1\x2e\x30\xa5\x65\x85\xb2\xe5\x02\x6c\x60\xef\x49\x0c\xb5\xa6\x89\x2b\xdb\xad\xd4\xdb\xa3\x20\xe6\xad\xbf\xa7\x9f\x76\xf9\x62\x73\xd1\x9e\xe1\x65\xe5\x7a\x6c\xd2\x7f\xa6\xc7\x9b\x4f\xa2\x2f\xe7\x72\xe7\xa0\x25\x55\xf6\x62\xb2\xc7\x1f\xfb\x74\xae\xf8\x56\x83\x5f\x1e\xdc\x50\x4c\x42\x0a\x6d\xd8\xb5\x3a\x62\xa5\x40\x3b\x3c\xd0\x35\x70\x67\x34\x3d\x87\x37\x6d\x88\x95\xc5\x50\x0e\x33\xee\x91\x80\xae\x95\xa7\xf4\x90\x5e\x33\x3e\x4c\xd4\x24\xae\xf7\x8d\xdc\x53\xe3\xa0\x4a\x41\x79\x28\x6a\x9c\xff\x63\xb7\x71\xb9\x3d\x8b\xe9\xa4\xed\xe0\x8c\xd7\x79\x6c\x99\xe7\x39\xfd\x06\x00\x00\xff\xff\xd8\xb8\x02\x65\xd0\x00\x00\x00") - -func priorityclassSchedulingK8sIoSystemNodeCriticalYamlBytes() ([]byte, error) { - return bindataRead( - _priorityclassSchedulingK8sIoSystemNodeCriticalYaml, - "PriorityClass.scheduling.k8s.io/system-node-critical.yaml", - ) -} - -func priorityclassSchedulingK8sIoSystemNodeCriticalYaml() (*asset, error) { - bytes, err := priorityclassSchedulingK8sIoSystemNodeCriticalYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "PriorityClass.scheduling.k8s.io/system-node-critical.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x5f\x6b\xe3\x46\x10\x7f\xcf\xa7\x18\x44\xa1\x31\x9c\xd2\xa4\xe5\xca\x21\xf0\x41\x7a\xbd\x87\x3c\xf4\x30\x69\xe9\x4b\x29\x62\xbc\x9a\xd8\x5b\x4b\x33\xdb\xd9\x55\x62\x13\xbb\x9f\xbd\xac\xfe\x38\x8e\x1d\x37\x16\xe9\xc3\xe5\x49\x59\xff\x66\x76\x7e\x7f\x3c\x32\x3a\xfb\x3b\xa9\xb7\xc2\x19\x54\xc2\x36\x88\x5a\x9e\x5d\x18\x51\x12\x7f\x61\xa4\xfa\xee\xfe\xea\x6c\x61\xb9\xc8\x60\xa2\x52\x51\x98\x53\xed\x6f\xeb\x92\xce\x2a\x0a\x58\x60\xc0\xec\x0c\xa0\xc4\x29\x95\x3e\x3e\x01\xb8\x2d\x2c\x83\xc5\x07\xdf\x9c\xa9\x94\x94\x01\x96\xa4\x21\xd5\xba\xa4\x78\xca\x58\x51\xb6\x83\x4e\x17\x1f\x7c\x8a\x2a\xbb\x9f\x7b\x87\x86\x32\x10\x47\xec\xe7\xf6\x2e\xa4\x4f\x23\x9e\x79\x47\x26\xde\x38\x53\xa9\x5d\x73\x77\xda\xf5\x44\x95\xd4\xaf\xd8\x5c\xf4\xad\x00\x9a\xa7\x76\xbe\xb4\x9d\x23\x83\x5f\x57\x6c\x26\x52\xfc\x2c\x0f\xdc\x7c\x00\x80\xcc\x12\x30\x58\xe1\x0e\x1b\xff\x0a\xf2\x46\xad\x0b\x8d\x44\xb1\x06\x26\x52\x80\xf5\x50\x3c\x15\x02\xf8\xba\xaa\x50\x57\x47\x11\xb4\x74\x9a\xc1\x7a\x8b\xc7\xa9\x27\x0e\xe7\xb5\x7b\xf4\xa4\xf7\xd6\xd0\x38\x89\x23\x27\x1b\x18\x8f\xe1\x6a\xd4\xe1\xee\x44\x33\xb8\xba\xac\xba\x7f\x77\x65\x6e\x2e\xa5\x7b\x52\x1b\x56\x19\x3c\xa0\x72\x14\xe5\x80\xe0\x17\x09\x9f\x97\x64\xea\x40\xc5\xc9\x24\x7f\x9b\x93\x12\x3c\xa0\x07\x96\x96\x8f\x65\x08\x73\x82\x12\x7d\x88\xe3\xd8\x63\xbc\x59\x02\x50\x77\x5d\x2c\x3a\x28\xd8\x97\x21\xd8\x8a\xce\x47\x90\x42\x24\x9f\x47\x78\xbe\xad\xff\x08\x3f\x5e\x5e\x0e\x60\xbe\x6b\xbf\x41\x46\x5d\xbd\x12\x80\x4f\x0d\x68\x68\x04\xae\x03\x94\x14\x79\x09\x53\xd7\x62\xd7\xef\xe8\xd9\x31\x8d\x0e\xd1\xff\x9d\x0e\x5f\x57\xcf\x12\xd2\xb2\x4a\x36\xa3\x18\x92\xef\xdf\x10\x92\x5d\xa9\x54\xea\x40\xfa\x8a\x54\xb7\x0d\xe8\x4d\x52\xb5\x2d\x4e\x95\xea\x10\x3d\x4c\xaa\x96\x55\xea\x03\x06\xdf\x09\xf6\xc3\xff\xf3\xad\x6a\x27\xbb\x25\xef\x84\x3d\x7d\x56\x15\xf5\x27\x2b\xd2\xd1\x8a\x23\xc3\xfb\xe5\x12\xb4\x6b\xe3\x1b\x2d\x1e\x1f\xbf\x69\x87\xb9\x68\xc6\xdf\x6c\xc0\x49\xb1\x73\xea\xa4\xd8\x6c\xde\x6d\x3b\x37\x62\x88\xc6\xef\xca\x73\x5c\x7f\x9c\x37\x05\x47\xc5\x7d\x61\x0a\x61\xb0\x1c\x48\x19\x4b\xe8\xb4\xf4\x47\x84\x57\x0c\x74\x3e\x47\xa7\xb2\x5c\xe5\x11\x4b\x9a\xcf\x43\x70\xf9\xb6\x5b\x1e\x24\x60\xf9\x68\xa4\xa0\x71\xf2\x7e\xb9\x4c\xde\x35\xb4\xc6\xff\x24\x85\x98\x05\x69\xaa\x34\xb3\x3e\xe8\x6a\xdd\x3f\xa4\x46\xd8\x4b\x49\xeb\xa9\x22\x17\x96\x67\xeb\x36\xf2\xeb\xfe\xbc\xf1\xa0\x42\xc6\x19\x69\x5a\xa1\xe5\xf5\x4c\xf1\x0e\x19\xd7\xcf\x5f\x24\xc9\xe6\x8f\xab\xea\xcf\x11\x7c\x84\x21\x1b\xe4\xc0\xe5\x98\xf6\xb8\xa2\x86\xfa\xcb\x12\xac\xa1\xa2\xc9\x6d\xac\x07\xb9\x3b\xcd\xdc\xa3\x5e\xed\x77\x1c\x60\x4a\x5f\x92\x7b\x32\xc2\x45\x6f\xcb\x57\xee\xc5\xb3\x6d\xde\xde\xf8\xca\x8e\xba\x9e\xdc\xfc\x84\x66\x41\xfc\x86\x25\x75\x3d\xb9\x81\xae\x49\xdc\x3b\x15\xea\xa2\x13\x3d\xbe\xce\xda\xa5\x72\xe8\x51\xac\x9a\x3e\x55\x9d\xb6\xad\x7a\x97\xba\xc2\xbc\x76\x9d\x25\x49\x47\x77\x7f\x6d\x0d\x4c\xf0\xf5\xe4\xe6\x8b\xfc\x42\x41\xad\x39\x7d\x3f\x7d\x92\xba\x2c\xf8\xdb\x00\x7f\xd7\xa4\x2b\xa8\xda\xf2\x18\x5f\xdc\x97\xa9\x4d\xd7\xcb\x62\xb4\xbf\x03\x9c\x78\xcb\xb3\xbe\xc9\x49\xfb\xfb\x2f\x99\x8e\x13\x74\xb6\x6d\x9e\x6c\x46\xe3\xf1\x00\xfe\xff\x06\x00\x00\xff\xff\x78\x78\x35\x13\xcd\x0a\x00\x00") - -func prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYamlBytes() ([]byte, error) { - return bindataRead( - _prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYaml, - "PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml", - ) -} - -func prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYaml() (*asset, error) { - bytes, err := prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xb1\x4e\xec\x40\x0c\x45\xfb\xf9\x0a\x6b\xfb\xec\xd3\xeb\xd0\xfc\x00\x1d\x05\x05\xbd\x33\xf1\x66\xad\x9d\xd8\x23\xdb\xb3\x08\xbe\x1e\x25\x1b\x21\x40\x48\x6c\x15\xc7\xf2\x3d\xf7\x68\xb0\xf1\x0b\x99\xb3\x4a\x06\x1b\xb1\x1c\xb1\xc7\x59\x8d\xdf\x31\x58\xe5\x78\x79\xf0\x23\xeb\xbf\xeb\xff\x74\x61\x99\x32\x3c\x6b\xa5\xb4\x50\xe0\x84\x81\x39\x01\xa0\x88\xc6\x76\xeb\xeb\x2f\xfc\x0a\xe9\x23\x99\x50\xd0\xc6\xc2\x1e\xda\xdb\x84\x41\x19\x0e\x61\x9d\x0e\x09\xa0\xe2\x48\x75\x27\x7c\x3f\x1f\x55\xc3\xc3\xb0\x35\x96\xf9\xe6\x38\x4c\x74\xc2\x5e\xc3\x13\x80\xe0\x42\x19\xfc\xcd\x83\x96\x5c\x54\xc2\xb4\x56\xb2\xfc\x19\x1b\x9c\x67\x21\xdb\x4f\xbd\x61\xa1\xbc\x55\x0c\xad\x8f\x95\x4b\xb2\x5e\xc9\x73\x1a\x00\x1b\x3f\x9a\xf6\xb6\x69\x0c\x70\x58\xbd\x8c\x5c\xbb\x15\xda\x77\x45\xe5\xc4\xf3\x82\x6d\xad\xbe\x92\x8d\xfb\x7e\xa6\xd8\xbe\x95\xfd\x36\xbc\x62\x94\xf3\x1f\xcc\xa7\xd5\x67\xe7\xd6\xee\x41\x36\xb0\x9c\xf4\xfe\xd6\xdb\x2b\xde\x67\x4e\x57\x92\xf8\x91\x2f\x46\x6b\x7e\x1d\xdb\xe6\xfb\x05\xfa\x11\x00\x00\xff\xff\xba\xe7\xbb\x89\x18\x02\x00\x00") - -func roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, - "Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8d\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x91\x5d\x2e\xba\x15\xfa\x81\x6e\x1d\x3a\x74\xa7\x65\xc6\x21\x2c\x8b\x02\x49\xb9\x40\xbf\xbe\x70\x1c\x03\xde\x0e\xef\x1d\xee\xb0\xf1\x0f\xa9\xb1\xd4\x04\x3a\x62\x1e\xb0\xfb\x43\x94\xff\xd0\x59\xea\xb0\x7c\xd8\xc0\xf2\xb6\xbd\x87\x85\xeb\x94\xe0\x5b\x0a\x85\x95\x1c\x27\x74\x4c\x01\xa0\xe2\x4a\x09\x72\xe9\xe6\xa4\x91\xeb\x5d\x62\x96\x7a\xe7\x79\xc5\xf6\xd2\xd6\x30\x53\x82\xa5\x8f\x14\x8d\x74\xe3\x4c\x31\xa3\x63\x91\x39\x68\x2f\x64\x29\x44\xc0\xc6\x9f\x2a\xbd\xd9\x3e\x1a\xe1\x76\x0b\x00\x4a\x26\x5d\x33\x7d\xed\x23\x07\xbf\x1e\x5d\x1a\xa7\x3d\x9f\x2d\x00\x6c\xa4\xe3\x8b\xcf\xe4\x87\x57\x42\xa7\x67\x2c\x6c\x07\xfb\x45\xcf\x8f\x67\xea\x6d\xda\xed\x7f\x00\x00\x00\xff\xff\x67\xe9\x55\xbf\x12\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYaml, - "Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xcd\x31\x4e\xc5\x30\x0c\xc6\xf1\x3d\xa7\xb0\xde\x9e\x22\x36\x94\x0b\xb0\x33\xb0\xbb\xae\xe9\xb3\x9a\xc6\x91\xed\x14\x89\xd3\xa3\x96\x8a\xed\xa7\xbf\x25\x7f\xd8\xe5\x93\xcd\x45\x5b\x01\x9b\x91\x26\x1c\xf1\x54\x93\x1f\x0c\xd1\x36\x6d\x6f\x3e\x89\xbe\x1c\xaf\x69\x93\xb6\x14\xf8\xd0\xca\x69\xe7\xc0\x05\x03\x4b\x02\x68\xb8\x73\x01\xd2\xf6\x25\xeb\x8e\x3d\x23\x11\xbb\xab\xdd\x27\xef\x48\x5c\x60\x1b\x33\x67\x67\x3b\x84\x38\x13\x06\x56\x5d\x93\x8d\xca\x5e\x52\x06\xec\xf2\x6e\x3a\xba\x9f\x0f\x33\x3c\x1e\x09\xc0\xd8\x75\x18\xf1\xdd\xfe\x07\x3c\x01\x1c\x6c\xf3\xdd\xab\x78\x5c\xf8\xc6\xa0\xe7\xa5\x95\xff\x0a\x19\x63\xf0\xc5\xd1\x97\x93\xbf\x01\x00\x00\xff\xff\xac\x38\xcd\x99\xec\x00\x00\x00") - -func roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYaml, - "Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xcd\xb1\x4e\xc5\x30\x0c\x85\xe1\x3d\x4f\x61\xdd\x3d\x45\x6c\x28\x2f\xc0\xc6\xc0\xc0\xee\xa6\x87\x8b\xd5\xdb\x38\xb2\x9d\x0a\x78\x7a\x54\xe8\xc0\x76\xd7\x23\xfd\xdf\xe1\x2e\x6f\x30\x17\x6d\x85\x6c\xe6\x3a\xf1\x88\x0f\x35\xf9\xe6\x10\x6d\xd3\xfa\xe4\x93\xe8\xc3\xfe\x98\x56\x69\x4b\xa1\x57\xbd\x21\x6d\x08\x5e\x38\xb8\x24\xa2\xc6\x1b\x0a\xe1\x33\xd0\x0e\x24\x73\x17\x87\xed\xb0\x7c\x40\x68\x21\xf5\x57\xca\x06\x5e\x60\x67\xe1\x9d\x2b\x0a\xad\x63\x46\xf6\x2f\x0f\x6c\xc9\xc6\x0d\x5e\x52\x26\xee\xf2\x6c\x3a\xba\x1f\x7c\xa6\xcb\x25\x11\x19\x5c\x87\x55\xbc\x1c\xed\xdf\x7e\xff\xf2\x5f\x77\x36\x55\xdb\xbb\x5c\x37\xee\x9e\x88\x76\xd8\x7c\xee\x57\x44\xfa\x09\x00\x00\xff\xff\x5b\xa1\xa6\xe5\x09\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYaml, - "Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbd\x4e\xc4\x30\x10\x84\x7b\x3f\xc5\xea\x7a\x07\xd1\x21\xbf\x00\x1d\x05\x05\xfd\xc6\x99\xcb\x59\x71\xbc\xd6\x7a\x7d\x08\x9e\x1e\xe5\xa7\x41\x02\x41\x65\x79\x34\xfe\xe6\x93\xb9\xa6\x37\x68\x4b\x52\x02\xe9\xc8\x71\xe0\x6e\x37\xd1\xf4\xc9\x96\xa4\x0c\xcb\x53\x1b\x92\x3c\xdc\x1f\xdd\x92\xca\x14\xe8\x55\x32\xdc\x0a\xe3\x89\x8d\x83\x23\xe2\x52\xc4\xf6\x6e\xdb\xae\xf4\x23\xa4\x8f\xd0\x02\xc3\xce\xe2\x6e\xd2\xeb\xc4\x86\x40\x17\xd3\x8e\x8b\x23\xca\x3c\x22\x9f\x84\xef\xf5\x51\xc4\x9a\x29\xd7\x9a\xca\x7c\x38\xfa\x09\x57\xee\xd9\x9a\x23\x2a\xbc\x22\x50\xfb\x68\x86\x35\x84\x0c\x9e\xa0\x3e\x4b\x5c\x52\x99\xfd\x46\xf2\x51\x8a\xa9\xe4\x0c\xf5\x2b\x17\x9e\xa1\xe7\xb3\x56\x39\x22\xec\x73\xfe\x00\x38\xed\x19\x2d\x38\x4f\x5c\xd3\xb3\x4a\xaf\xbb\x92\xa7\xcb\xe6\xa8\x68\xd2\x35\xe2\xcc\xa2\x94\x6b\x9a\x57\xae\x9b\xc6\x1d\x3a\x9e\xf9\x3b\x5b\xbc\xfd\x81\x78\xd9\xe6\x8f\xfc\x77\xc7\x7f\xee\xcd\xb0\xfd\x3c\xfe\xd4\x7d\x05\x00\x00\xff\xff\xaf\x63\x8d\xea\xd1\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbf\x4e\xc6\x30\x0c\xc4\xf7\x3c\x85\xd5\x3d\x45\x6c\x28\x2f\xc0\xc6\xc0\xc0\xee\x26\xfe\xda\xa8\x69\x1c\xd9\xce\x87\xe0\xe9\x51\xff\x2c\x08\x24\x98\xa2\x9c\xcf\xbf\x3b\x19\x5b\x7e\x23\xd1\xcc\x35\x80\x4c\x18\x47\xec\xb6\xb0\xe4\x4f\xb4\xcc\x75\x5c\x9f\x74\xcc\xfc\x70\x7f\x74\x6b\xae\x29\xc0\x2b\x17\x72\x1b\x19\x26\x34\x0c\x0e\x00\x6b\x65\x3b\xbc\xba\x7f\xe1\x57\x48\x9f\x48\x2a\x19\x1d\x2c\xec\xc6\xbd\x25\x34\x0a\x30\x98\x74\x1a\x1c\x40\xc1\x89\xca\x45\xf8\x6e\x9f\x98\x4d\x4d\xb0\xb5\x5c\xe7\xb3\xa3\x4f\x74\xc3\x5e\x4c\x1d\x40\xc5\x8d\x02\xe8\x87\x1a\x6d\x21\x14\xc2\x44\xe2\x0b\xc7\x35\xd7\xd9\xef\x24\xaf\x71\xa1\xd4\x0b\xc9\xe5\xd6\x86\x91\x02\x9c\xb3\x63\xcf\x49\x2f\xa4\xc1\x79\xc0\x96\x9f\x85\x7b\x3b\x9a\x78\x18\xf6\x6a\x42\xca\x5d\x22\x5d\x5a\xe4\x7a\xcb\xf3\x86\x6d\x4f\xbf\x93\x4c\x97\xfe\x8e\x16\x97\x3f\x10\x2f\x7b\xfc\xa9\xff\xa8\xf6\xcf\x98\x99\xec\x78\xcf\x0b\xba\xaf\x00\x00\x00\xff\xff\x60\xe3\xfc\x60\xbf\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x4e\xc4\x30\x10\x85\x7b\x9f\x62\xb4\x7d\x82\xe8\x90\x2f\x40\x4f\x41\x3f\x71\x1e\x59\x6b\x1d\x8f\x35\x33\x5e\x04\xa7\x47\xeb\x44\x48\x48\x54\xf6\x3c\xbd\x9f\x8f\x5b\x7e\x87\x5a\x96\x1a\x49\x17\x4e\x33\x77\xbf\x8a\xe6\x6f\xf6\x2c\x75\xbe\xbd\xd8\x9c\xe5\xe9\xfe\x1c\x6e\xb9\xae\x91\xde\xa4\x20\xec\x70\x5e\xd9\x39\x06\x22\xae\x55\x7c\x78\xed\x71\xd2\xbf\x25\x7d\x81\x56\x38\x46\x17\x77\x97\xde\x56\x76\x44\xba\xb8\x76\x5c\x02\x51\xe1\x05\xe5\x6c\xf8\x6b\x5f\x44\xdc\x5c\xb9\xb5\x5c\xb7\x83\x71\x5a\xf1\xc1\xbd\xb8\x05\xa2\xca\x3b\x22\xd9\x97\x39\xf6\x98\xa4\xba\x4a\x29\xd0\xf8\x1b\x9b\x2c\x6f\x15\x7a\x5a\xad\x71\x42\x1c\x13\xd3\x11\x0a\xda\x0b\x2c\x86\x89\xb8\xe5\x57\x95\xde\x06\xc6\x44\x97\x07\x97\xc2\xa4\x6b\xc2\xa9\x19\x92\x62\xec\xde\xa1\xcb\x29\x6e\xf0\xf1\x96\x6c\xc7\xe7\x93\x3d\x5d\xc3\x4f\x00\x00\x00\xff\xff\xd6\x41\xb3\x07\x5a\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6e\xf4\x20\x10\x84\x7b\x9e\x62\x75\xbd\xfd\xeb\xef\x22\x5e\x20\x7d\x8a\xf4\x6b\x98\xf3\xa1\xc3\x2c\x5a\x16\x47\xc9\xd3\x47\xc6\x4e\x11\x29\x15\xc3\x68\x76\xe6\xe3\x9a\xde\xa1\x2d\x49\xf1\xa4\x0b\x87\x99\xbb\x3d\x44\xd3\x17\x5b\x92\x32\x3f\x5f\xda\x9c\xe4\xdf\xfe\xdf\x3d\x53\x89\x9e\xde\x24\xc3\x6d\x30\x8e\x6c\xec\x1d\x11\x97\x22\x36\xb2\xed\xf8\xd2\x9f\x25\x7d\x81\x16\x18\x46\x17\x77\x93\x5e\x23\x1b\x3c\xdd\x4c\x3b\x6e\x8e\x28\xf3\x82\x7c\x35\xfc\x8e\x2f\x22\xd6\x4c\xb9\xd6\x54\xd6\x93\x71\x8a\xb8\x73\xcf\xd6\x1c\x51\xe1\x0d\x9e\xda\x67\x33\x6c\x3e\x48\x31\x95\x9c\xa1\x3e\x64\xe9\x71\xaa\x2a\x7b\x8a\xd0\x2b\xd8\x2a\x07\xf8\x31\x30\x9d\x27\x4e\x7b\x46\xf3\x6e\x22\xae\xe9\x55\xa5\xd7\x01\x31\xd1\xed\xa0\x52\x34\xe9\x1a\x70\x79\x41\xca\x3d\xad\x1b\xd7\x63\x78\x87\x2e\x3f\xbe\x82\x0d\x43\xae\xb0\xf1\xe6\xd4\x4e\xf1\xc1\x16\x1e\xee\x3b\x00\x00\xff\xff\xec\xcb\x4d\xfb\x66\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x31\x6e\xec\x30\x0c\x44\x7b\x9d\x82\xd8\xde\xfb\xf1\xbb\x40\x17\x48\x9f\x22\x3d\x2d\x4f\x76\x85\x95\x45\x81\xa4\x1c\x24\xa7\x0f\x2c\xbb\x49\x90\x22\x95\x46\x83\xe1\xe3\x80\xdc\xf2\x2b\xd4\xb2\xd4\x48\x3a\x73\xba\x72\xf7\xbb\x68\xfe\x64\xcf\x52\xaf\x8f\x27\xbb\x66\xf9\xb7\xfd\x0f\x8f\x5c\x97\x48\x2f\x52\x10\x56\x38\x2f\xec\x1c\x03\x11\xd7\x2a\x3e\xb2\xb6\x7f\xe9\x57\x48\x9f\xa1\x15\x8e\xc1\xe2\xee\xd2\xdb\xc2\x8e\x48\x17\xd7\x8e\x4b\x20\x2a\x3c\xa3\x9c\x84\xef\xf1\x59\xc4\xcd\x95\x5b\xcb\xf5\x76\x74\x9c\x16\xbc\x71\x2f\x6e\x81\xa8\xf2\x8a\x48\xf6\x61\x8e\x35\x26\xa9\xae\x52\x0a\x34\xba\x3c\x50\xa7\x54\xc0\x15\x7a\xe6\xac\x71\x42\x1c\xfc\xe9\x98\x08\xda\x0b\x2c\x86\x89\xb8\xe5\x67\x95\xde\x46\x87\x89\x2e\x7b\x29\x85\x49\xd7\x84\xd3\x33\x24\xc5\x58\xba\x41\xe7\xd3\x5c\x50\xe0\x18\xf2\x06\x1f\x6f\xc9\x76\x88\x77\xf6\x74\xff\x1b\x1b\x1b\xea\x4f\x74\x52\xf0\x89\x6e\x83\xb4\xab\xe3\x72\xe1\x2b\x00\x00\xff\xff\xaa\x28\x7c\xe6\xb7\x01\x00\x00") - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml", - ) -} - -func roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x91\xb1\x6e\xf3\x30\x0c\x84\x77\x3d\x05\x91\xdd\x0e\xfe\xed\x87\x5e\xa0\x7b\x87\xee\x8c\x74\xb5\xd9\xd8\xa6\x40\xd1\x01\xda\xa7\x2f\xe2\x28\x19\x92\x16\x59\x3a\xe9\x70\xfc\xc4\x3b\x41\x5c\xe4\x0d\x56\x45\x97\x48\x76\xe0\xd4\xf3\xea\xa3\x9a\x7c\xb1\x8b\x2e\xfd\xf1\x7f\xed\x45\xf7\xa7\x7f\xe1\x28\x4b\x8e\xf4\xaa\x13\xc2\x0c\xe7\xcc\xce\x31\x10\x2d\x3c\x23\x52\x1d\xd9\x90\x3b\x43\xd5\xd5\x12\x3a\x64\x71\xb5\x36\xae\x85\x13\x22\x69\xc1\x52\x47\x79\xf7\x60\xeb\x84\x1a\x43\x47\x5c\xe4\xc5\x74\x2d\xf5\xbc\xa9\xa3\xdd\x6e\x3b\x1c\x73\x99\xd8\xd1\xdf\x6e\xf4\xa2\x81\xe8\xba\xbd\xd1\x57\xac\x06\xa2\x13\xec\xd0\xec\xb5\x64\x76\x6c\xb2\xb0\xa7\x71\x53\x19\x13\x9a\x99\x0c\xe7\xf9\x6f\xe1\x32\xf3\xf0\x2c\x79\x63\xaa\x1b\x78\xbe\xc8\x7b\xf7\xc1\x70\x1e\x1e\xa1\xfd\xc4\x9f\xb0\xbf\xad\x5f\x4c\x3f\x90\xfc\xc9\x03\x1a\x75\xa9\x74\xfb\xa2\xbb\x26\x03\xfc\xe7\x46\xdf\x01\x00\x00\xff\xff\x1a\x1f\x88\x8a\x33\x02\x00\x00") - -func roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYaml, - "Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml", - ) -} - -func roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x8e\xb1\x52\xc4\x30\x0c\x44\x7b\x7f\x85\x26\x7d\x72\x43\xc7\xf8\x07\xe8\x29\xe8\x75\xc9\x72\xd1\x5c\x62\x7b\x24\x39\x37\xf0\xf5\x0c\xbe\x1c\x05\x1c\x43\x47\x25\x79\xfd\xb4\xbb\x5c\xe4\x05\x6a\x92\x53\x24\x3d\xf2\x38\x70\xf5\x39\xab\xbc\xb3\x4b\x4e\xc3\xf9\xd1\x06\xc9\x87\xed\x21\x9c\x25\x4d\x91\x9e\xf3\x82\xb0\xc2\x79\x62\xe7\x18\x88\x38\xa5\xec\x8d\xb5\xcf\x27\xdd\x35\xa9\x47\x68\x82\xa3\x79\x71\xf5\x5c\xcb\xc4\x8e\x48\x9d\x6b\x45\x17\x88\x12\xaf\x88\x64\x33\x2b\xa6\x5e\x61\xb9\xea\x88\x7e\x13\x5c\xa0\xfb\xb7\x15\x1e\x11\x29\x17\x24\x9b\xe5\xd5\x83\xd6\x05\x16\x43\x4f\x5c\xe4\x49\x73\x2d\xad\x41\x4f\x5d\xd7\x86\x63\x2d\x0b\x3b\x86\xaf\x8b\x41\x72\x20\xba\xb9\xef\xf4\x0d\xb3\x40\xb4\x41\x8f\xbb\x7c\x82\xb7\xb9\x88\x5d\x97\x0b\xfb\x38\xff\x1a\x26\x2b\x9f\xfe\x4a\x6a\x8c\xb9\x82\xd7\xeb\xfa\x5d\xfd\x21\x38\x9f\xfe\xb5\x96\x1d\x16\x7e\x83\xde\xc9\xfc\x08\x00\x00\xff\xff\x5b\x29\x1f\xec\x27\x02\x00\x00") - -func roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYaml, - "Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml", - ) -} - -func roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x91\x5d\x29\xba\x15\xfa\x81\x6e\x1d\x3a\x74\x67\x64\x5a\x26\x62\x91\x02\x45\x05\xa8\xbf\xbe\xb0\x63\xa0\x1d\x3a\x49\x3c\xdc\xdd\x23\xb1\xf1\x17\x59\x67\x95\x04\x76\xc3\x7c\xc5\xe1\x8b\x1a\x6f\xe8\xac\x72\xbd\xbf\xf5\x2b\xeb\xcb\xe3\x35\xdc\x59\xa6\x04\x9f\xba\x52\xa8\xe4\x38\xa1\x63\x0a\x00\x28\xa2\x7e\x78\xfb\x3e\xc2\xbf\x25\xe3\x46\x26\xe4\x74\x74\xe1\x70\x1d\x6d\x42\xa7\x04\x17\xb7\x41\x97\x00\x20\x58\x29\x41\x1e\xdd\xb5\x92\x45\x9c\x2a\x4b\x5c\xb5\x44\x14\x5c\xbf\x9d\x73\x8f\x58\x48\xfc\xb4\xf6\x86\x99\x12\x68\x23\xe9\x0b\xcf\x1e\x71\x1b\x46\x7b\xa0\xb0\x94\x60\x63\xa5\x9e\x42\x04\x6c\xfc\x6e\x3a\xda\xb1\x5b\x84\xcb\x8e\x32\xea\x3a\x2c\xd3\xc7\xde\xf3\xd4\xb3\x8a\x23\xcb\x0e\xde\x6a\xac\x27\x2b\xab\xcc\x5c\xfe\x24\x7e\xdd\x33\x97\x8a\xad\x07\x80\x07\xd9\xed\xd4\x0b\xf9\xf1\x36\xf4\xbc\x1c\xbf\xe7\x99\xe1\x27\x00\x00\xff\xff\x34\x3d\xe3\xbd\x64\x01\x00\x00") - -func roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, - "Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml", - ) -} - -func roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8c\x31\x6e\xc3\x30\x0c\x45\x77\x9d\x82\xc8\x6e\x17\xdd\x02\x5d\xa0\x7b\x87\xee\x8c\xfc\x53\x11\xb6\x45\x81\xa4\x5c\xa0\xa7\x0f\x92\x78\xe2\x7b\x0f\xc4\xe7\x2e\x3f\x30\x17\x6d\x99\xec\xc6\x65\xe6\x11\x55\x4d\xfe\x39\x44\xdb\xbc\x5e\x7d\x16\xfd\x38\x3e\xd3\x2a\x6d\xc9\xf4\xad\x1b\xd2\x8e\xe0\x85\x83\x73\x22\x6a\xbc\x23\x53\x37\xdd\x11\x15\xc3\xa7\xf5\xea\x67\xf6\xce\x05\x99\xb4\xa3\x79\x95\x7b\x4c\xd2\xee\xc6\xc9\xc6\x06\xcf\x69\x22\xee\xf2\x65\x3a\xba\x3f\x77\x26\xba\x5c\x12\x91\xc1\x75\x58\xc1\xd9\x1c\x76\x48\x81\xbf\x04\x6d\xe9\x2a\x2d\xde\xd6\x75\x79\xc2\x01\xbb\x9d\xcf\xbf\x88\xd7\xdd\xc4\xdf\xf0\xc7\x51\x6a\x7a\x04\x00\x00\xff\xff\x24\x89\x74\xc6\xe2\x00\x00\x00") - -func roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, - "Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml", - ) -} - -func roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x4e\xc6\x30\x0c\x04\xe0\x3d\x4f\x61\xfd\x7b\x8a\xd8\x50\x5e\x80\x8d\x81\x81\xdd\x4d\x0f\x7e\xab\x6d\x1c\xd9\x6e\x07\x9e\x1e\x55\x7f\x90\x18\x58\x4f\xf7\x9d\xcd\x5d\x3e\x60\x2e\xda\x0a\xd9\xcc\x75\xe2\x23\xee\x6a\xf2\xcd\x21\xda\xa6\xf5\xc5\x27\xd1\xa7\xf3\x39\xad\xd2\x96\x42\xef\xba\x21\xed\x08\x5e\x38\xb8\x24\xa2\xc6\x3b\x0a\x05\xf6\xbe\x71\xc0\x61\xa7\x54\xcc\xa6\x2b\x2c\x5f\x53\xd9\xc0\x0b\x6c\x34\xbd\x73\x45\x21\xed\x68\x7e\x97\xcf\xc8\xbf\x30\x0f\x99\x1f\x34\xd9\xb1\xc1\x4b\xca\xc4\x5d\x5e\x4d\x8f\xee\xd7\xb1\x4c\xb7\x5b\x22\x32\xb8\x1e\x56\xf1\x76\x2d\x3e\xf2\xff\x1f\xa8\x9b\xa0\xc5\x1f\x31\xda\x8e\x6a\x08\x4f\x44\x27\x6c\x1e\xe1\x17\x22\xfd\x04\x00\x00\xff\xff\x99\x8d\x8f\xd8\x0e\x01\x00\x00") - -func roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYamlBytes() ([]byte, error) { - return bindataRead( - _roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, - "Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml", - ) -} - -func roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml() (*asset, error) { - bytes, err := roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x41\x4b\x43\x41\x0c\x84\xef\xfb\x2b\x42\xef\xaf\xe2\x4d\xf6\xa6\x17\xef\x15\xbc\x67\xf7\xa5\x35\x76\x9b\x2c\x49\xb6\xa0\xbf\x5e\x7c\x7d\x54\x04\x11\x3d\x06\x66\xbe\x99\x0c\x76\x7e\x26\x73\x56\xc9\x60\x05\xeb\x16\x47\xbc\xa8\xf1\x3b\x06\xab\x6c\x8f\x77\xbe\x65\xbd\x39\xdf\xa6\x23\xcb\x9c\x61\xa7\x8d\x1e\x58\x66\x96\x43\x3a\x51\xe0\x8c\x81\x39\x01\xa0\x88\xc6\x62\xf1\xcf\x13\x7e\x64\x8d\x42\x26\x14\xb4\x20\x71\x84\x8e\x3e\x63\x50\x86\x4d\xd8\xa0\x4d\x02\x68\x58\xa8\xad\x84\xef\xf2\xa2\x1a\x1e\x86\xbd\xb3\x1c\x2e\x55\xa7\x99\xf6\x38\x5a\x78\x02\x10\x3c\x51\x06\x7f\xf3\xa0\x53\xae\x2a\x61\xda\x1a\x59\xbe\xda\x26\xe7\x83\x90\xad\x52\xef\x58\x29\x2f\x11\x53\x1f\xa5\x71\x4d\xa6\x8d\x76\xb4\x5f\x9e\xe9\xfc\x68\x3a\xfa\x2f\x8b\x24\x80\xaf\x41\xfe\x93\xef\xa3\xbc\x52\x0d\xcf\x69\x5a\x09\x4f\x64\x67\xae\x74\x5f\xab\x0e\x89\x2b\xeb\x0f\xcd\x2f\x71\xe9\x23\x00\x00\xff\xff\x5c\x99\x7d\x3a\xc3\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\xb1\x4e\xc4\x30\x0c\x86\xf7\x3c\x85\x5f\x20\x45\x6c\x28\x1b\x2c\xec\x87\xc4\xee\xba\x6e\x31\x4d\xed\xc8\x71\x6e\xe0\xe9\xd1\xe9\x4e\x20\x31\x00\xbb\xbf\xcf\xdf\x8f\x4d\x5e\xd9\xbb\x98\x16\xf0\x19\x69\xc2\x11\x6f\xe6\xf2\x81\x21\xa6\xd3\xfe\xd0\x27\xb1\xbb\xf3\x7d\xda\x45\x97\x02\x27\xab\xfc\x24\xba\x88\x6e\xe9\xe0\xc0\x05\x03\x4b\x02\x50\x3c\xb8\x00\xd5\xd1\x83\x3d\x8b\xae\x96\xc9\x74\x95\xed\xc0\x96\xe7\x1b\x70\x3d\xeb\x0d\x89\x0b\xec\x63\xe6\xdc\xd9\xcf\x42\x9c\x09\x03\xab\x6d\xc9\xad\xf2\x89\xd7\x8b\x11\x9b\x3c\xbb\x8d\xf6\x4b\x56\x02\xf8\xae\xfa\x23\x22\xf5\x31\xbf\x33\x45\x2f\x29\xdf\xa8\x97\xeb\xf3\x47\x22\x1b\x1a\x5f\xfc\x8f\xa6\x8b\x22\xdc\x6a\x65\xff\xc7\x80\xcf\x00\x00\x00\xff\xff\x19\x3a\x19\x66\x4f\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\xb1\x4e\xc4\x30\x0c\xc6\xf1\x3d\x4f\x91\x17\x48\x11\x1b\xca\x06\x0b\xfb\x21\xb1\xbb\xae\xaf\x98\xa6\x76\x64\x3b\x37\xf0\xf4\x08\xdd\x09\x24\x86\xea\xf6\xef\x6f\xff\xa0\xf3\x3b\x99\xb3\x4a\xcd\x36\x03\x4e\x30\xe2\x43\x8d\xbf\x20\x58\x65\xda\x9e\x7c\x62\x7d\xb8\x3c\xa6\x8d\x65\xa9\xf9\xa4\x8d\x5e\x58\x16\x96\x35\xed\x14\xb0\x40\x40\x4d\x39\x0b\xec\x54\x33\xaa\x9c\x79\xdd\xa1\x17\x40\x24\x77\xb5\x32\xdf\xc6\xd7\x89\x77\x40\xaa\x79\x1b\x33\x15\x27\xbb\x30\x52\x41\x08\x68\xba\x26\xd3\x46\x27\x3a\xff\x5c\x83\xce\xaf\xa6\xa3\x1f\x90\x52\xce\x7f\xa2\x03\x40\xf2\x31\x7f\x12\x86\xd7\x54\x6e\xc5\xdb\xf5\xf1\x33\xa2\x0e\x89\xdf\xf6\x9f\xa7\xa0\x4a\x98\xb6\x46\x76\x07\xfe\x3b\x00\x00\xff\xff\x63\x83\xf8\xf8\x47\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xc1\x4a\xc4\x40\x0c\xc6\xf1\xfb\x3c\xc5\xbc\xc0\x54\xbc\xc9\xdc\xf4\xe2\x7d\x05\xef\xe9\xf4\x73\x8d\x6d\x27\x43\x92\x29\xea\xd3\x4b\xdd\xc5\x45\x10\x61\xaf\x21\xf9\xf1\x0f\x35\x7e\x86\x1a\x4b\xcd\x51\x47\x2a\x03\x75\x7f\x15\xe5\x4f\x72\x96\x3a\xcc\x77\x36\xb0\xdc\x6c\xb7\x61\xe6\x3a\xe5\x78\x90\x05\x0f\x5c\x27\xae\xc7\xb0\xc2\x69\x22\xa7\x1c\x62\xac\xb4\x22\x47\xbc\x3b\xea\x6e\x25\x6a\x6c\xd0\x0d\x9a\x76\x0f\xd5\xb9\x7c\x83\x49\x41\x13\x34\x8d\x67\xe3\x74\x69\x8d\x0a\x72\x9c\xfb\x88\x64\x1f\xe6\x58\x83\xca\x82\x03\x5e\x76\x9b\x1a\x3f\xaa\xf4\xf6\x4f\x60\x88\xf1\xd2\x77\x7d\x4e\xb0\x3e\xbe\xa1\xb8\xe5\x90\xce\xd0\x13\x74\xe3\x82\xfb\x52\xa4\x57\xff\x21\xed\x34\x4e\x85\x9c\x16\x39\x5e\xe0\xbf\x3e\xf9\xbd\x1b\xbe\x02\x00\x00\xff\xff\x4f\xf0\x81\x8b\x6b\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xb1\x4e\xc4\x30\x0c\xc6\xf1\x3d\x4f\x91\x17\x48\x11\x1b\xca\x06\x0b\xfb\x21\xb1\xbb\xe9\x77\x9c\x69\x6b\x47\x8e\x73\x02\x9e\x1e\x15\x4e\x45\x2c\xa0\xdb\xad\x9f\xff\x1f\x55\x7e\x86\x35\x56\xc9\xd1\x46\x2a\x03\x75\x3f\xa9\xf1\x07\x39\xab\x0c\xf3\x5d\x1b\x58\x6f\xce\xb7\x61\x66\x99\x72\x3c\xe8\x82\x07\x96\x89\xe5\x25\xac\x70\x9a\xc8\x29\x87\x18\x85\x56\xe4\x88\x37\x87\x6c\x56\xa2\xca\x0d\x76\x86\xa5\xcd\x83\x38\x97\x2f\x30\x19\x68\x82\x25\xad\x90\x76\xe2\xa3\x27\xc7\x5a\x17\x72\xa4\xed\x9e\x0b\xd2\x68\x3a\xc3\x2e\x66\xab\x54\x90\xe3\xdc\x47\xa4\xf6\xde\x1c\x6b\x30\x5d\x70\xc0\x71\xfb\x4a\x95\x1f\x4d\x7b\xfd\x23\x3d\xc4\xf8\x53\x7e\x7d\x68\x68\x7d\x7c\x45\xf1\x96\x43\xba\x40\x4f\xdf\x9d\xf7\xa5\x68\x17\xdf\xc9\x1d\xfa\x5d\xfe\xff\xd0\xcf\x00\x00\x00\xff\xff\xee\x8e\x57\x77\x82\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xbd\x4e\xec\x40\x0c\x85\xfb\x79\x8a\x79\x81\xc9\xd5\x76\x57\xd3\x41\x43\xbf\x48\xf4\xce\xe4\x2c\x6b\xb2\xb1\x47\xb6\x13\x01\x4f\x8f\x82\x96\xbf\x02\x7a\xfb\x3b\xdf\x39\xd4\xf9\x01\xe6\xac\x52\xb3\x8d\xd4\x06\x5a\xe3\xac\xc6\xaf\x14\xac\x32\xcc\xff\x7d\x60\xfd\xb7\x1d\x46\x04\x1d\xd2\xcc\x32\xd5\x7c\xd4\x0b\x6e\x59\x26\x96\xc7\xb4\x20\x68\xa2\xa0\x9a\x72\x16\x5a\x50\xf3\x82\x30\x6e\x5e\x1c\xb6\xc1\xca\xce\x2b\x06\x9a\x60\xd7\x13\xef\xd4\x50\xf3\xbc\x8e\x28\xfe\xe2\x81\x25\x99\x5e\x70\xc4\x69\x87\x50\xe7\x3b\xd3\xb5\xff\xa1\x93\x72\xfe\x12\xf9\xcc\xc5\x73\x40\xf6\x22\x85\x3a\x7f\x0b\x87\x04\xb7\xf7\xf7\x0f\x0d\x5f\xc7\x27\xb4\xf0\x9a\xca\x15\x74\x0f\xdb\xb8\xe1\xa6\x35\x5d\x25\x7e\xa9\xf2\x53\x5f\x3b\xc4\xcf\x7c\x8a\xb2\xa8\x70\xa8\xed\x6b\xbc\x05\x00\x00\xff\xff\x07\x6d\xad\xba\x4e\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xd0\xc1\x4a\x04\x31\x0c\x06\xe0\x7b\x9f\x22\xec\xbd\x2b\xde\xa4\x37\xbd\x78\x5f\xc1\x7b\xa6\xcd\x8e\x71\x3b\x49\x49\xd3\x05\x7d\x7a\xd9\xd9\x41\x11\x44\xd0\x63\xa1\xf9\x92\xff\xc7\xc6\xcf\x64\x9d\x55\x12\xd8\x84\x79\x8f\xc3\x5f\xd4\xf8\x1d\x9d\x55\xf6\xa7\xbb\xbe\x67\xbd\x39\xdf\x86\x13\x4b\x49\x70\xd0\x4a\x0f\x2c\x85\x65\x0e\x0b\x39\x16\x74\x4c\x01\x00\x45\xd4\xd7\x91\x7e\x79\xc2\x8f\xd6\x98\xc8\x84\x9c\x56\x12\x87\xeb\x68\x05\x9d\x12\xec\xdc\x06\xed\x02\x40\xc5\x89\xea\x26\x7c\xff\x3e\xa9\x7a\x77\xc3\xd6\x58\xe6\xeb\xa9\xb1\xd0\x11\x47\xf5\x1e\x00\x04\x17\x4a\xd0\xdf\xba\xd3\x92\x52\x25\x2c\x64\xb1\x6a\x3e\xb1\xcc\xf1\x22\xc5\xac\xe2\xa6\xb5\x92\xc5\x05\x05\x67\xb2\x6d\xac\x37\xcc\x94\xd6\x75\xf1\x0a\x04\xd3\x4a\x07\x3a\xae\xc1\x1a\x3f\x9a\x8e\xf6\x4b\x3b\x01\xe0\xab\x9c\xff\xde\xd2\xc7\xf4\x4a\xd9\x7b\x0a\x71\xd3\x9e\xc8\xce\x9c\xe9\x3e\x67\x1d\xe2\x9f\xee\x9f\xc3\x7c\x04\x00\x00\xff\xff\x01\xd0\x29\x09\xe2\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x41\x4b\x34\x31\x0c\x86\xef\xfd\x15\x61\xef\x33\x1f\xdf\x4d\x7a\xd3\x8b\xf7\x15\xbc\x67\xda\xec\x6c\x9c\x4e\x52\x9a\x74\x41\x7f\xbd\xec\xec\xa0\x08\x22\x7a\x2c\x7d\xdf\x87\x27\x2f\x56\x7e\xa6\x66\xac\x12\xa1\x4d\x98\x46\xec\x7e\xd6\xc6\x6f\xe8\xac\x32\x2e\x77\x36\xb2\xfe\xbb\xfc\x0f\x0b\x4b\x8e\x70\xd4\x42\x0f\x2c\x99\x65\x0e\x2b\x39\x66\x74\x8c\x01\x00\x45\xd4\xb7\x8a\x5d\x9f\xf0\x2d\xab\x4f\xd4\x84\x9c\x36\x24\x76\xd7\x5e\x33\x3a\x45\x38\x78\xeb\x74\x08\x00\x05\x27\x2a\x3b\xe1\x6b\x7c\x52\x75\xf3\x86\xb5\xb2\xcc\x37\xd5\x21\xd3\x09\x7b\x71\x0b\x00\x82\x2b\x45\xb0\x57\x73\x5a\x63\x2c\x84\x99\xda\x50\x34\x2d\x2c\xf3\x70\x25\x0d\x96\xce\x94\x7b\xa1\xb6\xa7\xad\x62\xa2\x08\xb7\xbf\xad\x17\x9a\x16\x3a\xd2\x69\xbb\xa7\xf2\x63\xd3\x5e\x7f\x18\x25\x00\x7c\x6e\xf2\x47\x05\xeb\xd3\x0b\x25\xb7\x18\x86\x1d\xf2\x44\xed\xc2\x89\xee\x53\xd2\x2e\xfe\x81\xfb\xad\xfa\x7b\x00\x00\x00\xff\xff\xc9\x90\x0f\x58\xc7\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\x31\x4b\x04\x41\x0c\x85\xfb\xf9\x15\xe1\xfa\x3d\xb1\x93\xe9\xb4\xb1\x3f\xc1\x3e\x3b\x9b\x5b\xe3\xcd\x26\x43\x92\x39\xd0\x5f\x2f\xee\x2d\x27\x82\x88\x96\x81\xf7\xbe\xf7\xf2\xb0\xf1\x33\x99\xb3\x4a\x06\x1b\xb1\xec\xb1\xc7\x8b\x1a\xbf\x63\xb0\xca\xfe\x74\xe7\x7b\xd6\x9b\xf3\x6d\x3a\xb1\x4c\x19\x0e\x5a\xe9\x81\x65\x62\x99\xd3\x42\x81\x13\x06\xe6\x04\x80\x22\x1a\xab\xc5\x3f\x4f\xf8\x91\xd5\x47\x32\xa1\xa0\x15\x89\x3d\xb4\xb7\x09\x83\x32\xec\xc2\x3a\xed\x12\x40\xc5\x91\xea\x46\xf8\x2e\x1f\x55\xc3\xc3\xb0\x35\x96\xf9\x52\x75\x98\xe8\x88\xbd\x86\x27\x00\xc1\x85\x32\xf8\x9b\x07\x2d\xb9\xa8\x84\x69\xad\x64\xf9\x6a\x1b\x9c\x67\x21\xdb\xa4\xde\xb0\x50\x5e\x23\x86\x8b\x29\x99\x56\x3a\xd0\x71\x7d\xa6\xf1\xa3\x69\x6f\xbf\x2c\x92\x00\xbe\x06\xf9\x4f\xbe\xf7\xf1\x95\x4a\x78\x4e\xc3\x46\x78\x22\x3b\x73\xa1\xfb\x52\xb4\x4b\x5c\x59\x7f\x6f\xfe\x11\x00\x00\xff\xff\x79\x3b\x81\x84\xc3\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x4a\x34\x41\x0c\x84\xef\xfd\x14\x61\xef\x33\x3f\xff\x4d\xfa\xa6\x17\xef\x2b\x78\x4f\x77\x67\xd7\xb8\x3d\x49\x93\x4e\x0f\xe8\xd3\x8b\xb3\x83\x22\x88\xec\x31\x50\xf5\x55\xa5\xb0\xf1\x33\x59\x67\x95\x08\x96\x30\xcf\x38\xfc\x45\x8d\xdf\xd1\x59\x65\xbe\xdc\xf5\x99\xf5\xdf\xfa\x3f\x5c\x58\x4a\x84\xa3\x56\x7a\x60\x29\x2c\xe7\xb0\x90\x63\x41\xc7\x18\x00\x50\x44\x7d\xb3\xf4\xcf\x13\x7e\x65\x8d\x44\x26\xe4\xb4\x21\x71\xb8\x8e\x56\xd0\x29\xc2\xc1\x6d\xd0\x21\x00\x54\x4c\x54\x77\xc2\x4f\x79\x52\xf5\xee\x86\xad\xb1\x9c\xaf\x55\xa7\x42\x27\x1c\xd5\x7b\x00\x10\x5c\x28\x42\x7f\xeb\x4e\x4b\xcc\x2a\x6e\x5a\x2b\x59\xcc\x55\x47\x99\x9a\xe9\xca\x85\x6c\x17\xf6\x86\x99\xe2\x16\x30\x5d\x2d\xc1\xb4\xd2\x91\x4e\xdb\x2b\x8d\x1f\x4d\x47\xfb\x63\x8f\x00\xf0\x3d\xc7\xed\xe9\x7d\xa4\x57\xca\xde\x63\x98\x76\xff\x13\xd9\xca\x99\xee\x73\xd6\x21\xfe\x45\xba\xb5\xf5\x47\x00\x00\x00\xff\xff\xc2\xef\x75\x7a\xbd\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x4a\x34\x31\x10\x84\xef\x79\x8a\x66\xef\x33\x3f\xff\x4d\x72\xd3\x8b\xf7\x15\xbc\xf7\x64\x6a\xd7\x38\x99\xee\xd0\xe9\x2c\xe8\xd3\x8b\xb3\x83\x22\x88\xec\x31\x50\xdf\x97\xea\xe2\x9a\x9f\x61\x2d\xab\x44\xb2\x89\xd3\xc8\xdd\x5f\xd4\xf2\x3b\x7b\x56\x19\x97\xbb\x36\x66\xfd\x77\xf9\x1f\x96\x2c\x73\xa4\xa3\x16\x3c\x64\x99\xb3\x9c\xc3\x0a\xe7\x99\x9d\x63\x20\x62\x11\xf5\x0d\x69\x9f\x4f\xfa\xd5\xd5\x27\x98\xc0\xb1\x29\xb9\xbb\xf6\x3a\xb3\x23\xd2\xc1\xad\xe3\x10\x88\x0a\x4f\x28\xbb\xe1\x67\x7c\x52\xf5\xe6\xc6\xb5\x66\x39\x5f\xab\x0e\x33\x4e\xdc\x8b\xb7\x40\x24\xbc\x22\x52\x7b\x6b\x8e\x35\x26\x15\x37\x2d\x05\x16\x5d\x17\xc8\x90\x0a\x58\x60\x7b\xae\x55\x4e\x88\x9b\x7f\xb8\x12\xc1\xb4\xe0\x88\xd3\x76\x49\xcd\x8f\xa6\xbd\xfe\x31\x47\x20\xfa\x5e\xe3\xe6\xcf\x5b\x9f\x5e\x91\xbc\xc5\x30\xec\xf8\x13\xec\x92\x13\xee\x53\xd2\x2e\xfe\x25\xba\xb1\xf3\x47\x00\x00\x00\xff\xff\x7c\xdb\x26\xe9\xba\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8e\x31\x4e\x44\x31\x0c\x44\x7b\x9f\xc2\x17\xc8\x47\x74\x28\x25\x0d\xfd\x16\xf4\xde\xc4\xcb\x37\xfb\x63\x47\xb6\x43\xc1\xe9\x11\x08\x41\x07\xda\x7a\x66\xde\x3c\x9a\xf2\xcc\x1e\x62\x5a\xd1\xcf\xd4\x36\x5a\xb9\x9b\xcb\x3b\xa5\x98\x6e\xd7\x87\xd8\xc4\xee\xde\xee\xe1\x2a\xda\x2b\x9e\xec\xe0\x47\xd1\x2e\xfa\x02\x83\x93\x3a\x25\x55\x40\x54\x1a\x5c\x31\x76\x72\xee\xc5\x39\x6c\x79\xe3\xc2\x5d\xd2\x3c\xbe\xf3\x98\xd4\xb8\xa2\x4d\xd6\xd8\xe5\x92\xe0\x76\xf0\x89\x2f\x9f\x7b\x9a\xf2\xe4\xb6\xe6\x1f\x12\x80\xf8\xeb\xf0\xcf\x25\xc4\x3a\xbf\x72\xcb\xa8\x50\x6e\x62\x7f\x15\x7f\xe0\x16\x54\xda\x8a\xb4\xc1\x5e\xa8\x0f\xd1\x80\x8f\x00\x00\x00\xff\xff\xd1\x41\x1f\xcf\x31\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xb1\x4e\x2b\x41\x0c\x45\xfb\xf9\x0a\x2b\x7d\xf2\xf4\x3a\x34\x25\x0d\x7d\x0a\x7a\xef\xce\x0d\x6b\x92\xb5\x47\xb6\x27\x08\xbe\x1e\x65\x85\x94\x06\x81\x28\x2d\xfb\x1e\xdf\xc3\x5d\x9e\xe1\x21\xa6\x95\x7c\xe2\xf9\xc0\x23\x17\x73\xf9\xe0\x14\xd3\xc3\xf9\x21\x0e\x62\xff\xae\xff\xcb\x59\xb4\x55\x3a\xda\x05\x8f\xa2\x4d\xf4\xa5\xac\x48\x6e\x9c\x5c\x0b\x11\xab\x5a\x6e\x91\xb8\x8d\xf4\x2d\x6b\x4c\x70\x45\x62\x43\xf2\x48\x1b\xbd\x71\xa2\xd2\x2e\x7d\x60\x57\x88\x94\x57\x54\x8a\x85\x1d\x6d\xef\x08\x1b\x3e\x63\x7f\x15\xbc\xc1\xe3\x6b\x1f\x9d\x67\x54\xb2\x0e\x8d\x45\x4e\x59\xdc\x2e\x38\xe2\xb4\xd5\xe8\xf2\xe4\x36\xfa\x0f\x2e\x85\xe8\xae\xf2\xcb\xcb\x12\x63\x7a\xc5\x9c\x51\xcb\xfe\x4f\xec\xed\xf0\x0e\x7f\x8f\xc4\x5a\x6f\x09\x68\xca\xcc\x89\x56\x3e\x03\x00\x00\xff\xff\xb7\x70\x51\x80\x79\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x31\x4b\x04\x41\x0c\x85\xfb\xf9\x15\xe1\xfa\x39\xb1\x93\x29\x6d\xec\xaf\xb0\xcf\xce\xe4\xf6\xe2\xed\x26\xc3\x24\x11\xbc\x5f\x2f\xbb\x88\x22\x88\x70\x65\x20\xef\x7d\xdf\xc3\xce\xaf\x34\x8c\x55\x0a\x8c\x09\xeb\x11\xc3\x2f\x3a\xf8\x86\xce\x2a\xc7\xeb\x93\x1d\x59\x1f\xde\x1f\xd3\x95\xa5\x15\x38\xe9\x42\xcf\x2c\x8d\x65\x4e\x2b\x39\x36\x74\x2c\x09\x00\x45\xd4\xf7\x88\x6d\x27\xfc\xd9\x15\x13\x0d\x21\xa7\xbd\x12\xc3\x35\x7a\x43\xa7\x02\x07\x1f\x41\x87\x04\x20\xb8\x52\x81\x1a\xe6\xba\xd2\xc8\xd8\x56\x96\xbc\xe8\x9c\x51\x70\xf9\x70\xae\x96\x71\x26\xf1\xaf\x57\xeb\x58\xa9\x80\x76\x12\xbb\xf0\xd9\x33\xde\x62\xd0\x16\x98\x37\xc1\xa1\x0b\x9d\xe8\xbc\xfb\x75\x7e\x19\x1a\xfd\x9f\x91\x09\xe0\x67\xe3\x3d\x2e\x16\xd3\x1b\x55\xb7\x92\xf2\x5d\x9c\xfd\xf1\x1b\xa4\x86\xf9\x37\xcc\xd2\x67\x00\x00\x00\xff\xff\x28\xcc\xe3\xe7\x9d\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xb1\x4e\x03\x31\x0c\xc6\xf1\x3d\x4f\x91\x17\x48\x11\x5b\x95\x0d\x18\xd8\x8b\xc4\xee\xe6\xbe\x72\xe6\x2e\x71\x64\x3b\x87\xd4\xa7\x47\x27\xaa\x8a\x05\x66\x7f\xfa\xfb\x47\x9d\xdf\xa1\xc6\xd2\x72\xd4\x33\x95\x03\x0d\x9f\x45\xf9\x4a\xce\xd2\x0e\xcb\xd1\x0e\x2c\x0f\xdb\x63\x58\xb8\x4d\x39\x9e\x64\xc5\x33\xb7\x89\xdb\x47\xa8\x70\x9a\xc8\x29\x87\x18\x1b\x55\xe4\x08\x2f\x53\xaa\x70\xe5\x62\x69\x63\x7c\x41\x6f\x37\xeb\x54\x90\xa3\x74\x34\x9b\xf9\xe2\x89\xae\x43\x91\xaa\x34\x76\xd1\xbd\xa6\xb2\xe2\x84\xcb\x1e\xa3\xce\xaf\x2a\xa3\xff\x23\x0a\x31\xfe\x80\x5e\xd6\x61\x0e\xdd\x5d\x77\xc6\xfe\x39\xd8\x38\x7f\xa2\xb8\xe5\x90\x6e\xd3\x37\xe8\xc6\x05\x4f\xa5\xc8\x68\x7e\x5f\x77\x95\x0a\x9f\x31\x2c\x2d\x47\xfb\xcb\xfb\x4b\xfa\x1d\x00\x00\xff\xff\x4f\x46\xa6\x8b\x33\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\xb1\x4e\xc5\x30\x0c\x05\xd0\x3d\x5f\xe1\x1f\x68\x11\xdb\x53\x36\x58\xd8\x1f\x12\xbb\x9b\xba\xd4\xb4\xb1\x23\xdb\xe9\xc0\xd7\xa3\x4a\x95\x98\x40\x7a\xab\xe5\xab\x7b\x2e\x36\xfe\x20\x73\x56\xc9\x60\x13\x96\x11\x7b\xac\x6a\xfc\x8d\xc1\x2a\xe3\x76\xf3\x91\xf5\xe9\x78\x4e\x1b\xcb\x9c\xe1\xae\x3b\xbd\xb2\xcc\x2c\x9f\xa9\x52\xe0\x8c\x81\x39\x01\x08\x56\xca\xd0\x4c\x2b\xc5\x4a\xdd\x87\xed\xe6\xd7\xd9\x1b\x16\xca\xa0\x8d\xc4\x57\x5e\x62\x60\x59\x0c\x93\xe9\x4e\x77\x5a\xce\x30\x36\x7e\x33\xed\xed\x1f\x41\x02\xf8\x05\xfc\xd5\xe7\x7d\xfa\xa2\x12\x9e\xd3\x70\x7d\xbf\x93\x1d\x5c\xe8\xa5\x14\xed\x12\x0f\x3a\xab\x0a\x87\xda\x39\xf5\x27\x00\x00\xff\xff\x27\xe2\x12\x9d\x26\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xb1\x4e\x03\x31\x0c\x86\xf7\x3c\x45\x5e\x20\x87\xd8\x50\x36\x58\xd8\x8b\xc4\xee\xf3\xb9\xad\xb9\x9c\x1d\x39\x4e\x07\x9e\x1e\x55\x4d\x39\x89\x01\xa9\xfb\xff\x7d\xfe\x0c\x95\x3f\xc9\x1a\xab\xe4\x68\x33\xe0\x04\xdd\xcf\x6a\xfc\x0d\xce\x2a\xd3\xfa\xd2\x26\xd6\xa7\xcb\x73\x58\x59\x96\x1c\x0f\x5a\xe8\x8d\x65\x61\x39\x85\x8d\x1c\x16\x70\xc8\x21\x46\x81\x8d\x72\x74\xda\x6a\x01\xa7\x46\x76\x61\xa4\xd9\x74\x25\x4b\x57\x63\x32\x82\x85\x6c\x2c\x5b\x05\xa4\x1c\xb5\x92\xb4\x33\x1f\x3d\xdd\xc1\x34\xc8\x74\x43\x83\x69\xa1\x03\x1d\xaf\x17\xa0\xf2\xbb\x69\xaf\xff\x64\x86\x18\xf7\xca\x07\xa2\x5a\x9f\xbf\x08\xbd\xe5\x90\x86\xe0\xe3\xb6\x7d\x45\xd4\x2e\xfe\xab\xba\xd7\x21\x38\x14\x3d\x25\x54\x71\xd3\x52\xfe\x3e\xb6\xf6\x79\x7f\x65\x8c\xc3\x4f\x00\x00\x00\xff\xff\xbb\x0f\x66\x26\x6a\x01\x00\x00") - -func rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYamlBytes() ([]byte, error) { - return bindataRead( - _rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml", - ) -} - -func rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml() (*asset, error) { - bytes, err := rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _routeRouteOpenshiftIoDefaultDockerRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xcd\x6a\xeb\x40\x0c\x85\xf7\xf3\x14\xda\x05\x0c\xce\xcf\x76\x76\x17\xae\xe9\x2e\x94\x34\x74\x2f\x66\x94\x58\xc4\x91\x06\x8d\x9c\xe0\x3c\x7d\xb1\x93\x52\x28\x74\x39\xe7\x1b\xe9\x7c\x08\x0b\x7f\x92\x55\x56\x89\x60\x3a\x3a\xad\xb5\x90\xd4\x9e\x4f\xbe\x66\xdd\xdc\x76\xe1\xc2\x92\x23\x1c\x66\x16\xae\xe4\x98\xd1\x31\x06\x00\x14\x51\x47\x67\x95\x3a\x3f\x01\xf0\x31\xda\xaf\xf1\x3a\x49\x6a\x8b\xe6\xd6\x08\x33\x0b\xd5\xda\x16\xf4\x3e\xc2\xa6\x27\x1c\xbc\x7f\x04\x00\xc1\x2b\x45\xc8\x9a\x2e\x64\xad\xd1\x99\xab\xdb\xf4\xca\x6b\xc1\x34\x43\x3a\xe1\x38\x78\xa8\x85\xd2\xdc\xd5\x6b\xf5\x08\xab\xa6\x69\xe0\xad\xdb\x77\x87\x7f\xc7\xee\x3f\x34\x4d\xb3\x0a\x00\x3e\xbc\x74\x58\x2a\xa5\xd1\xa8\xcb\x67\x3a\x92\x5d\x59\x16\xd9\x77\x1d\x38\x4d\x11\x0e\x94\xd9\x28\xf9\xf2\xd7\x7f\x78\x04\x23\x92\x64\x53\x99\x91\xeb\x73\xd9\xf3\x08\x1f\x64\x37\x4e\xb4\x24\x7f\x69\x03\xdc\x89\xcf\xbd\x47\xd8\x6d\xb7\x01\xe0\xce\x43\x4e\x68\xf9\xbb\x77\xaf\x42\xe1\x2b\x00\x00\xff\xff\xe1\x45\xf2\x95\x76\x01\x00\x00") - -func routeRouteOpenshiftIoDefaultDockerRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _routeRouteOpenshiftIoDefaultDockerRegistryYaml, - "Route.route.openshift.io/default/docker-registry.yaml", - ) -} - -func routeRouteOpenshiftIoDefaultDockerRegistryYaml() (*asset, error) { - bytes, err := routeRouteOpenshiftIoDefaultDockerRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Route.route.openshift.io/default/docker-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _routeRouteOpenshiftIoDefaultRegistryConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xcd\x6a\xeb\x40\x0c\x46\xf7\xf3\x14\xda\x05\x0c\xce\xcf\x76\x76\x17\xae\xe9\x2e\x94\x34\x74\x2f\x66\x14\x5b\xd4\x91\x86\x91\x9c\xe0\x3e\x7d\xb1\x93\x52\x28\x74\x29\x1d\x49\xdf\x41\x58\xf8\x9d\xaa\xb1\x4a\x84\xaa\x93\xd3\x56\x0b\x89\x0d\x7c\xf1\x2d\xeb\xee\x76\x08\x1f\x2c\x39\xc2\x69\x61\xe1\x4a\x8e\x19\x1d\x63\x00\x40\x11\x75\x74\x56\xb1\xa5\x04\xc0\xcf\xa9\xfe\x5a\xb7\x59\x52\x5b\x34\xb7\x95\x30\xb3\x90\x59\x5b\xd0\x87\x08\xbb\xc2\xd2\x07\x00\xc1\x2b\x45\xa8\xd4\xb3\x79\x9d\xdb\xa4\x62\x3a\xd2\x13\x58\xc1\x44\x11\x32\x5d\x70\x1a\x3d\x58\xa1\xb4\x24\x0d\x6a\x1e\x61\xd3\x34\x0d\xbc\x74\xc7\xee\xf4\xef\xdc\xfd\x87\xa6\x69\x36\x01\xc0\xc7\xa7\x0c\x8b\x51\x9a\x2a\x75\xb9\xa7\x33\xd5\x2b\xcb\xaa\xfa\xaa\x23\xa7\x39\xc2\x89\x32\x57\x4a\xbe\xce\xfa\x0f\x5f\x5c\x48\x52\x9d\xcb\x82\x5c\x1f\xc7\x1e\x2f\x78\xa3\x7a\xe3\x44\x6b\xe7\x4f\x6f\x80\x3b\x71\x3f\x78\x84\xc3\x7e\x1f\x00\xee\x3c\xe6\x84\x35\x7f\x07\x1f\x55\x28\x7c\x05\x00\x00\xff\xff\x53\x38\xec\x87\x75\x01\x00\x00") - -func routeRouteOpenshiftIoDefaultRegistryConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _routeRouteOpenshiftIoDefaultRegistryConsoleYaml, - "Route.route.openshift.io/default/registry-console.yaml", - ) -} - -func routeRouteOpenshiftIoDefaultRegistryConsoleYaml() (*asset, error) { - bytes, err := routeRouteOpenshiftIoDefaultRegistryConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Route.route.openshift.io/default/registry-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\xcd\x6a\xc3\x30\x10\x84\xef\x7a\x8a\xb9\x05\x0c\xce\xcf\x55\xb7\x42\x4d\x6f\x21\xa4\xa1\xf7\xad\xb4\xb5\x97\x26\x2b\x21\x6d\x12\xd2\xa7\x2f\xb6\xd3\x14\xda\xe3\xee\x48\xdf\xcc\x2c\x65\x79\xe3\x52\x25\xa9\x47\x49\x67\xe3\x65\xca\xac\x75\x90\x0f\x5b\x4a\x5a\x5d\x36\xee\x53\x34\x7a\xec\x47\xcd\x9d\xd8\x28\x92\x91\x77\x00\xa9\x26\x23\x93\xa4\x75\x1c\x01\xfa\x3a\x97\x3f\xdf\xeb\x4d\x43\x9b\x53\x6c\x0b\x53\x14\xe5\x5a\xdb\x4c\x36\x78\xac\x1c\xa0\x74\x62\x8f\xf7\x42\x1a\x45\xfb\xfb\xa2\x66\x0a\xec\xf1\xa0\xb4\x13\xb5\x7d\xbc\xaa\x99\xc3\x68\x37\xa4\x6a\x1e\x8b\xa6\x69\xf0\xd2\x6d\xbb\xfd\xd3\xa1\x7b\x46\xd3\x34\x0b\x07\xe4\x54\x6c\x8e\x64\x54\x7a\xb6\xdd\x38\x63\x30\xcb\x0e\xb0\xe3\x3d\xae\x68\xe5\x70\x2e\xdc\xc5\x9e\x0f\x5c\x4e\xa2\x53\x99\x5d\x3a\x4a\xb8\x79\xec\x39\x4a\xe1\x60\x33\xe7\x57\xf7\xe0\xd8\xf3\x08\x4a\x33\x67\xbe\xcf\x2b\x97\x8b\x04\x9e\x36\xff\x8a\x01\x57\x96\x7e\x30\x8f\xcd\x7a\xed\x80\xab\x1c\x63\xa0\x12\x7f\xbc\xb6\x49\xd9\x7d\x07\x00\x00\xff\xff\x02\x60\xfe\xae\x8a\x01\x00\x00") - -func routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYamlBytes() ([]byte, error) { - return bindataRead( - _routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYaml, - "Route.route.openshift.io/openshift-azure-branding/branding.yaml", - ) -} - -func routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYaml() (*asset, error) { - bytes, err := routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Route.route.openshift.io/openshift-azure-branding/branding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\xcd\x6a\xeb\x30\x10\x85\xf7\x7a\x8a\xd9\x05\x0c\xce\xcf\xee\xa2\xdd\x85\x9a\xee\x42\x48\x43\xf7\x53\x69\x6a\x0f\xb1\x67\x84\x34\x49\x48\x9e\xbe\xc8\x49\x5a\xc8\xf2\xe8\xa0\xef\xd3\x11\x26\xfe\xa4\x5c\x58\xc5\x43\xd6\x93\xd1\x52\x13\x49\x19\xf8\xdb\x96\xac\xab\xf3\xc6\x1d\x59\xa2\x87\x7d\xed\xdc\x44\x86\x11\x0d\xbd\x03\x40\x11\x35\x34\x56\x29\x35\x02\xe0\xed\x94\x5f\xae\x97\xab\x84\x36\x69\x6c\x33\x61\x64\xa1\x52\xda\x84\x36\x78\x58\x0d\x84\xa3\x0d\xb7\x55\x2d\xae\x0e\x60\xc4\x2f\x1a\x1f\xa0\xe3\xbf\xd2\x62\x4a\x1e\x02\x0a\xe6\xda\x0a\x4e\xf4\x12\x4b\xc2\x40\x1e\x7e\x75\xed\xac\x6f\x27\x15\x36\xcd\x2c\xbd\x2b\x89\x42\x05\x0e\x5a\xcc\xc3\xa2\x69\x1a\x78\xef\xb6\xdd\xfe\xff\xa1\x7b\x83\xa6\x69\x16\x0e\x20\x69\xb6\xbb\xd4\x30\xf7\x64\xbb\x9a\x61\x30\x4b\x0e\xc0\x9e\x0f\x62\x29\x14\x4e\x99\xba\xd8\xd3\x81\xf2\xc4\x32\xef\xde\xe9\xc8\xe1\xea\x61\x4f\x91\x33\x05\xbb\x73\xfe\x7a\x0f\x14\x7b\xaa\x20\x7d\x0c\x9b\xbf\xf2\x83\xf2\x99\x03\xcd\x27\x2f\xc3\x00\x2e\xc4\xfd\x60\x1e\x36\xeb\xb5\x03\xb8\xf0\x18\x03\xe6\xf8\x34\x6d\x55\xc8\xfd\x04\x00\x00\xff\xff\x36\x4e\x7c\xdb\xb3\x01\x00\x00") - -func routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYamlBytes() ([]byte, error) { - return bindataRead( - _routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYaml, - "Route.route.openshift.io/openshift-azure-monitoring/canary.yaml", - ) -} - -func routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYaml() (*asset, error) { - bytes, err := routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Route.route.openshift.io/openshift-azure-monitoring/canary.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _routeRouteOpenshiftIoOpenshiftConsoleConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x4f\x6b\x2b\x31\x0c\xc4\xef\xfe\x14\x73\x0b\x2c\x6c\xfe\x5c\x7d\x7b\xf0\x96\x77\x0b\x21\x2f\xf4\xae\xda\x6a\x6c\xba\x91\x8c\xad\x24\xa4\x9f\xbe\x6c\x96\xb4\x34\xf4\x38\x1e\xeb\x37\x1a\x51\xc9\x2f\x5c\x5b\x56\xf1\xa8\x7a\x36\x5e\x6a\x61\x69\x29\xbf\xd9\x32\xeb\xea\xb2\x71\xef\x59\xa2\xc7\x7e\xf2\xdc\x89\x8d\x22\x19\x79\x07\x90\x88\x1a\x59\x56\x69\x93\x04\xe8\xe3\x5c\x9f\xc6\xdb\x4d\x42\x5f\x34\xf6\x95\x29\x66\xe1\xd6\xfa\x42\x96\x3c\x56\x89\x69\xb4\xe4\x80\x91\x5e\x79\x7c\x10\x4a\xf1\xf8\x02\xf4\x41\xa5\xe9\xc8\x0e\x10\x3a\xb1\xc7\x4f\xdd\x0a\x05\xfe\xed\x7b\x2b\x1c\x26\x5e\xd2\x66\x1e\x8b\xae\xeb\xf0\x6f\xd8\x0e\xfb\x3f\x87\xe1\x2f\xba\xae\x5b\x38\xa0\x68\xb5\x39\xd3\xa8\x1e\xd9\x76\x93\x46\x32\x2b\xcd\x01\xf6\x58\x28\x4b\xe3\x70\xae\x3c\xc4\x23\x1f\xb8\x9e\xb2\xdc\x0b\xef\x74\xcc\xe1\xe6\xb1\xe7\x98\x2b\x07\x9b\x41\xdf\xbe\x47\x65\x96\x50\x6f\x65\xb2\x4c\x67\xd8\x7c\xc8\xff\x5c\x2f\x39\xf0\xfd\xe5\xb9\x16\x70\xe5\x7c\x4c\xe6\xb1\x59\xaf\x1d\x70\xcd\x63\x0c\x54\xe3\x23\x6f\xab\xc2\xee\x33\x00\x00\xff\xff\xbc\x6b\x2c\x65\xb2\x01\x00\x00") - -func routeRouteOpenshiftIoOpenshiftConsoleConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _routeRouteOpenshiftIoOpenshiftConsoleConsoleYaml, - "Route.route.openshift.io/openshift-console/console.yaml", - ) -} - -func routeRouteOpenshiftIoOpenshiftConsoleConsoleYaml() (*asset, error) { - bytes, err := routeRouteOpenshiftIoOpenshiftConsoleConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Route.route.openshift.io/openshift-console/console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultDockerRegistryHttpYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\xb1\x0a\xc2\x30\x10\x80\xe1\x3d\x4f\x71\x5b\xe1\xa0\x83\x6b\x36\xa1\xc1\xcd\x41\xc5\xfd\x48\xce\x7a\xd4\x26\xe1\xee\x54\x7c\x7b\x29\x74\xfe\xff\x8f\xba\xdc\x59\x4d\x5a\x8d\xf0\x39\x84\x45\x6a\x89\x70\xe5\xac\xec\x61\x65\xa7\x42\x4e\x31\x00\x54\x5a\x39\x42\x69\x79\x61\x1d\x95\x67\x31\xd7\xdf\xf8\x74\xef\x7b\xb4\x4e\x79\x3b\xf8\x41\xef\x97\x07\x73\x95\x3a\x4f\xbb\xee\x64\xf6\x6d\x5a\x22\x0c\x88\x08\xa7\x74\x4e\x97\xe3\x2d\x4d\x80\x88\x43\xf8\x07\x00\x00\xff\xff\xd4\xfb\x20\x7c\x84\x00\x00\x00") - -func secretDefaultDockerRegistryHttpYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultDockerRegistryHttpYaml, - "Secret/default/docker-registry-http.yaml", - ) -} - -func secretDefaultDockerRegistryHttpYaml() (*asset, error) { - bytes, err := secretDefaultDockerRegistryHttpYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/docker-registry-http.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultRegistryCertificatesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcb\xb1\x0a\xc2\x40\x0c\x87\xf1\xfd\x9e\x22\x5b\x21\xa0\xe0\x9a\x4d\x68\x71\x73\x50\x71\x0f\xd7\x7f\x4b\xa8\x3d\x4b\x2e\x0a\x7d\x7b\x97\x0a\x0e\xce\xdf\xf7\xd3\xc5\xee\xf0\x6a\xcf\x22\xf4\x3e\xa4\xc9\x4a\x2f\x74\x45\x76\x44\x9a\x11\xda\x6b\xa8\x24\xa2\xa2\x33\x84\x1c\xa3\xd5\xf0\x75\x97\xe1\x61\x83\x65\x0d\xd4\xad\xd6\x45\x33\x84\x7a\x0c\xfa\x7a\x44\xaa\xe1\x56\xc6\x76\xe3\x5f\xb8\xcf\x1e\x42\x0d\x33\xd3\xa9\x3b\x77\x97\xe3\xad\x6b\x89\x99\x9b\xdf\x67\xc2\xfa\xff\xf9\x04\x00\x00\xff\xff\xe1\x6c\x2e\x8d\xad\x00\x00\x00") - -func secretDefaultRegistryCertificatesYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultRegistryCertificatesYaml, - "Secret/default/registry-certificates.yaml", - ) -} - -func secretDefaultRegistryCertificatesYaml() (*asset, error) { - bytes, err := secretDefaultRegistryCertificatesYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/registry-certificates.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultRegistryConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x31\x6f\xdb\x30\x10\x85\x77\xfd\x8a\xdb\x02\x08\x88\xa1\x14\xe8\xc2\xad\x40\x8c\x6e\x1d\xda\xa2\xfb\x89\x3c\x49\x44\x48\x1e\x7b\x3c\xda\x70\xd1\x1f\x5f\x58\x31\x2b\xc5\x43\xb2\x49\xef\x7d\x14\xdf\x3b\x1d\x66\xff\x8b\xa4\x78\x4e\x06\x4e\x4f\xdd\x8b\x4f\xce\xc0\x0f\xb2\x42\xda\x45\x52\x74\xa8\x68\x3a\x80\x84\x91\x0c\x08\xcd\xbe\xa8\x5c\x1e\x2d\xa7\xc9\xcf\x37\xbd\x64\xb4\x64\xc0\xd1\x84\x35\x68\x57\x54\x7c\x9a\x9f\x6f\x07\x5f\xc9\xc3\x25\x06\x03\x7f\x3b\x00\x00\xac\xba\x98\xf5\x09\x80\x33\xa5\xb2\xf8\x49\x9b\x00\x20\x84\x21\x9a\xcd\x59\x8d\x45\x35\x37\x04\x9d\x13\x03\xe6\xf3\x30\x0c\xab\x12\x78\x6e\x56\xa0\x13\x85\x6b\x92\xb1\xce\xab\x14\xbd\x73\x81\xce\x28\xd4\x90\x56\xa1\xbd\x3f\xde\xaa\xbd\xbd\xef\xca\x65\x2e\x5e\xf9\x63\xf2\xda\x42\x3d\xa7\xb2\x75\x00\x40\x6b\x29\x6b\xb1\x0b\x45\xfc\x64\x40\xa5\xd2\xce\xa5\x34\xb1\x58\xfa\x5d\x59\xd1\xc0\x84\xa1\xec\xdd\x5c\x43\xd0\x45\xb8\xce\xcb\x9b\x93\x45\x59\x70\xa6\xf7\xf3\xdc\x41\xf8\xa7\x6e\xdd\xd7\x58\x5c\x93\xbe\xd0\xc5\xc0\x43\xdf\xf7\xf0\xf5\xf8\xed\xf8\xfd\xcb\xcf\xe3\x33\xf4\x7d\xff\x70\xcf\xbd\x5e\xf0\x1e\x68\x39\x29\xfa\x44\xb2\x2d\xc7\xfd\x9f\xb4\x2c\x74\x38\xfb\xe4\xf8\x5c\x0e\x89\xda\xd8\x2c\xda\x65\x97\x6c\x0c\x3c\x3a\x2a\x56\x7c\x56\x16\x03\x3e\x45\x8a\xfc\xff\x6b\x8e\x02\xe9\x0e\xa7\x84\x63\x20\xb7\x9b\xcf\xa9\xad\xf1\x70\x78\xea\xfe\x05\x00\x00\xff\xff\xdc\xe6\x18\xfa\xd7\x02\x00\x00") - -func secretDefaultRegistryConfigYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultRegistryConfigYaml, - "Secret/default/registry-config.yaml", - ) -} - -func secretDefaultRegistryConfigYaml() (*asset, error) { - bytes, err := secretDefaultRegistryConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/registry-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultRegistryConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\xb1\x0a\x02\x31\x0c\x00\xd0\xbd\x5f\x91\xed\x20\xa0\xe0\x9a\x4d\xb8\xe2\xe6\xa0\xe2\x1e\xda\x78\x14\x7b\xe9\x91\x44\xc1\xbf\x77\xb9\xf9\xf1\x78\x6b\x4f\x31\x6f\x43\x09\xbe\xa7\xf4\x6e\x5a\x09\xee\x52\x4c\x22\xad\x12\x5c\x39\x98\x12\x80\xf2\x2a\x04\x26\x4b\xf3\xb0\xdf\xa1\x0c\xf5\xd1\x65\x07\xdf\xb8\x08\x41\x95\x17\x7f\x7a\x24\x0f\x6b\xba\xcc\xfb\x8c\xee\xc7\x22\x16\x04\x13\x22\xc2\x25\x5f\xf3\xed\xfc\xc8\x33\x20\xe2\x94\xfe\x01\x00\x00\xff\xff\x6b\xbe\xd1\xed\x80\x00\x00\x00") - -func secretDefaultRegistryConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultRegistryConsoleYaml, - "Secret/default/registry-console.yaml", - ) -} - -func secretDefaultRegistryConsoleYaml() (*asset, error) { - bytes, err := secretDefaultRegistryConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/registry-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultRouterCertsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcb\xb1\x0a\xc2\x30\x10\x87\xf1\x3d\x4f\x71\x5b\x21\x60\xc5\xf5\x36\xa1\xc5\xcd\x41\xc5\xfd\x4c\xff\x4a\x68\x9b\x96\xbb\xab\xd0\xb7\x77\xc9\xe8\xfa\xfd\xf8\x64\xcd\x4f\xa8\xe5\xa5\x30\x7d\x4f\x61\xcc\x65\x60\xba\x23\x29\x3c\xcc\x70\x19\xc4\x85\x03\x51\x91\x19\x4c\xba\x6c\x0e\x3d\x24\xa8\x5b\x8d\xb6\x4a\x02\xd3\x80\xb7\x6c\x93\x07\x73\xcd\xe5\xd3\xd5\xcb\x27\x6b\x93\x3a\x53\x13\x63\xa4\x4b\x7f\xed\x6f\xe7\x47\xdf\x51\x8c\xb1\xa9\x3c\x62\xff\xcf\xbe\xaf\x60\x1a\xb7\x17\xb4\xc0\x61\x6d\x5e\x8e\x3e\x59\xf8\x05\x00\x00\xff\xff\x9f\x1a\x7e\x44\xb2\x00\x00\x00") - -func secretDefaultRouterCertsYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultRouterCertsYaml, - "Secret/default/router-certs.yaml", - ) -} - -func secretDefaultRouterCertsYaml() (*asset, error) { - bytes, err := secretDefaultRouterCertsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/router-certs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretDefaultRouterStatsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\xbd\xaa\x02\x41\x0c\x40\xe1\x3e\x4f\x91\x6e\x21\x70\x8b\xdb\xa6\x13\x76\xb0\xb3\x50\xb1\x0f\x3b\x51\x06\x9d\x1f\x92\x8c\xbe\xbe\x85\xdb\x1e\x38\x9f\x8c\x72\x53\xf3\xd2\x1b\xe3\xfb\x1f\x9e\xa5\x65\xc6\x8b\x6e\xa6\x01\x55\x43\xb2\x84\x30\x20\x36\xa9\xca\x68\x7d\x86\xda\x9f\x87\x84\xef\xd1\x87\x6c\xca\x98\xf5\x2e\xf3\x15\xe0\x61\xa5\x3d\xd6\xfd\x1a\xe2\xfe\xe9\x96\x19\x17\x22\xc2\x63\x3a\xa5\xf3\xe1\x9a\x56\x24\xa2\x05\x10\xa7\xab\xfd\x64\xc9\xb5\x34\xf8\x06\x00\x00\xff\xff\x83\x16\x89\x7e\x8e\x00\x00\x00") - -func secretDefaultRouterStatsYamlBytes() ([]byte, error) { - return bindataRead( - _secretDefaultRouterStatsYaml, - "Secret/default/router-stats.yaml", - ) -} - -func secretDefaultRouterStatsYaml() (*asset, error) { - bytes, err := secretDefaultRouterStatsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/default/router-stats.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretKubeServiceCatalogApiserverSslYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\xcb\xc2\x40\x0c\x80\xe1\xfd\x7e\x45\xb6\x42\xa0\x1f\x7c\x6b\x36\xa1\xc5\xcd\x41\xc5\x3d\x5e\x43\x09\x6d\xaf\x47\x12\x0b\xfe\x7b\x11\x6e\x74\x7d\x1f\x78\xb9\xea\x43\xcc\x75\x2f\x04\xc7\x7f\x5a\xb4\x4c\x04\x37\xc9\x26\x91\x36\x09\x9e\x38\x98\x12\x40\xe1\x4d\x08\xb8\xaa\x8b\x1d\x62\xbd\xfb\xda\xaa\x57\xce\x42\xb0\xbc\x9e\xd2\x7f\x51\xb3\xf4\x99\x83\xd7\x7d\x4e\x1e\xa6\x65\x1e\xda\x23\x56\xff\xcb\x16\x04\x1d\x22\xc2\x79\xbc\x8c\xd7\xd3\x7d\x1c\x00\x11\xbb\xc6\x8b\xbc\x7f\xf3\x27\x00\x00\xff\xff\x09\x7e\x66\x55\xa8\x00\x00\x00") - -func secretKubeServiceCatalogApiserverSslYamlBytes() ([]byte, error) { - return bindataRead( - _secretKubeServiceCatalogApiserverSslYaml, - "Secret/kube-service-catalog/apiserver-ssl.yaml", - ) -} - -func secretKubeServiceCatalogApiserverSslYaml() (*asset, error) { - bytes, err := secretKubeServiceCatalogApiserverSslYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/kube-service-catalog/apiserver-ssl.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftRedhatRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcd\xb1\x6a\xc3\x30\x10\x87\xf1\x5d\x4f\x71\x9b\x41\x50\x97\xae\xda\x0a\x36\xdd\x3a\x24\x21\xbb\x22\xfd\x6d\x5f\x8c\x25\x71\x77\x09\xf8\xed\x43\xc0\x53\xd6\x0f\x7e\x7c\xb1\xf1\x15\xa2\x5c\x4b\xa0\xe7\x8f\x5b\xb9\xe4\x40\x67\x24\x81\xb9\x0d\x16\x73\xb4\x18\x1c\x51\x89\x1b\x02\x09\xf2\x12\xed\x4b\x30\xb3\x9a\xec\x47\xd7\x16\x13\x02\xd5\x86\xa2\x0b\x4f\xe6\xd4\x84\xcb\x3c\x1c\xb4\xcf\x35\xad\x90\x54\xcb\xc4\xf3\x5d\xdf\xa7\xce\x7b\x4f\x7f\xe3\xff\x78\xfa\xbd\x8c\x03\x79\xef\x3b\x67\x7b\x43\xa0\xf5\x71\x83\x14\x18\xb4\xe7\xfa\xfd\x29\xdd\x2b\x00\x00\xff\xff\x41\xd5\x88\xdb\xaf\x00\x00\x00") - -func secretOpenshiftRedhatRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftRedhatRegistryYaml, - "Secret/openshift/redhat-registry.yaml", - ) -} - -func secretOpenshiftRedhatRegistryYaml() (*asset, error) { - bytes, err := secretOpenshiftRedhatRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift/redhat-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftAnsibleServiceBrokerAsbClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xc2\x17\x48\x11\x6b\xae\x81\xc4\xee\xa4\x1f\x61\xa5\xb5\xa3\xd8\xad\xc4\xed\x11\x03\x23\x8c\xef\x0d\xef\xf1\x90\x3b\xa6\x8b\x69\xa1\xf3\x9a\xba\xe8\x5a\xe8\x86\x36\x11\x69\x47\xf0\xca\xc1\x25\x11\xb1\xaa\x05\x87\x98\xfa\x07\x89\xfa\x51\x31\x15\x01\x5f\xc4\x2e\x8e\x79\x4a\x43\xe6\xd6\xec\xd0\x58\x94\x77\x14\x62\xaf\xb9\x6d\x02\x8d\x44\xf4\x43\xf9\xe0\x86\x42\x36\xa0\xfe\x94\x47\x64\x56\x97\xba\x21\x7f\x93\x75\x5a\xc7\x4c\xf1\x1a\x28\xff\xaf\x39\xac\x43\xd3\x3b\x00\x00\xff\xff\xba\xb1\x09\xad\xd3\x00\x00\x00") - -func secretOpenshiftAnsibleServiceBrokerAsbClientYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftAnsibleServiceBrokerAsbClientYaml, - "Secret/openshift-ansible-service-broker/asb-client.yaml", - ) -} - -func secretOpenshiftAnsibleServiceBrokerAsbClientYaml() (*asset, error) { - bytes, err := secretOpenshiftAnsibleServiceBrokerAsbClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-ansible-service-broker/asb-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftAzureLoggingLogAnalyticsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\xb1\x0a\xc2\x40\x0c\x80\xe1\xfd\x9e\x22\x5b\x21\xd0\xc1\x35\x9b\xd0\x43\x44\x70\xb0\xa2\x38\x86\x36\x9e\xc1\x36\x57\xee\xa2\xa0\x4f\xef\xd2\xd1\xf5\xff\xe1\xe3\x45\x2f\x52\xaa\x66\x23\x78\x6f\xc2\x53\x6d\x24\xe8\x65\x28\xe2\x61\x16\xe7\x91\x9d\x29\x00\x18\xcf\x42\x30\xe5\xd4\xb2\xf1\xf4\x71\x1d\xea\x5a\xeb\xc2\x83\x10\xe4\x45\xac\x3e\xf4\xee\x2d\x7f\x5f\x45\xda\x29\xa7\xa4\x96\x42\xf5\xa2\x96\xba\x95\x39\xc4\x1b\x41\x83\x88\xb0\x8b\xc7\x78\xda\x9e\x63\x07\x88\xd8\x04\x80\x6b\xbf\xef\xfe\xbf\x5f\x00\x00\x00\xff\xff\x3e\x5b\x26\x85\xa4\x00\x00\x00") - -func secretOpenshiftAzureLoggingLogAnalyticsYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftAzureLoggingLogAnalyticsYaml, - "Secret/openshift-azure-logging/log-analytics.yaml", - ) -} - -func secretOpenshiftAzureLoggingLogAnalyticsYaml() (*asset, error) { - bytes, err := secretOpenshiftAzureLoggingLogAnalyticsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-azure-logging/log-analytics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftAzureMonitoringAzureRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8d\xb1\xca\xc2\x40\x10\x84\xfb\x7b\x8a\xed\x02\x07\xc9\xcf\xdf\x5e\x27\x24\xd8\x59\xa8\xd8\x9f\x97\x4d\x5c\x43\xf6\x8e\xdd\x8d\x10\x9f\x5e\x82\xa9\xac\x06\x86\x99\xef\x8b\x85\x6e\x28\x4a\x99\x03\xbc\xfe\xdd\x44\xdc\x07\xb8\x60\x12\x34\x37\xa3\xc5\x3e\x5a\x0c\x0e\x80\xe3\x8c\x01\xe2\x7b\x11\xac\x05\x47\x52\x93\x75\xaf\xb5\xc4\x84\x01\x72\x41\xd6\x07\x0d\x56\x7f\x57\x73\x66\xb2\x2c\xc4\xa3\x53\xdb\xa2\xdd\x51\x4d\x9f\xd3\x84\x92\x32\x0f\x34\x3e\x75\x33\x57\xde\x7b\x38\x76\xa7\xee\x7c\xb8\x76\x2d\x78\xef\x2b\x67\x6b\xc1\x00\xd3\x72\x47\x61\x34\xd4\x86\xf2\xdf\xef\xd3\x7d\x02\x00\x00\xff\xff\x86\xb0\xd3\x2d\xbf\x00\x00\x00") - -func secretOpenshiftAzureMonitoringAzureRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftAzureMonitoringAzureRegistryYaml, - "Secret/openshift-azure-monitoring/azure-registry.yaml", - ) -} - -func secretOpenshiftAzureMonitoringAzureRegistryYaml() (*asset, error) { - bytes, err := secretOpenshiftAzureMonitoringAzureRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-azure-monitoring/azure-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftAzureMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\xb1\xaa\x02\x31\x10\x45\xfb\x7c\xc5\x74\x0b\x81\x2d\x5e\x9b\xee\xc1\x06\x3b\x0b\x15\xfb\x21\x19\x75\x90\x4c\xc2\xcc\xac\x82\x5f\x2f\xe2\x96\x56\x17\xee\x81\x73\x70\xf0\x99\xd4\xb8\x4b\x82\xc7\x5f\xb8\xb3\xd4\x04\x47\x2a\x4a\x1e\x1a\x39\x56\x74\x4c\x01\x40\xb0\x51\x02\xf2\x52\xe7\x46\xae\x5c\x6c\x3b\x6d\x60\xa1\x04\x7d\x90\xd8\x8d\x2f\x3e\xe3\x6b\x55\x9a\x5b\x17\xf6\xae\x2c\xd7\x60\xfe\x99\x65\x13\x0d\x34\x7b\x76\xad\x09\xa6\x18\x23\xec\xf2\x3e\x1f\xfe\x4f\x79\x81\x18\xe3\x14\x00\x56\x23\xfd\xc6\x7e\xf1\x77\x00\x00\x00\xff\xff\xe7\xf5\x08\x15\xaf\x00\x00\x00") - -func secretOpenshiftAzureMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftAzureMonitoringEtcdMetricsYaml, - "Secret/openshift-azure-monitoring/etcd-metrics.yaml", - ) -} - -func secretOpenshiftAzureMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := secretOpenshiftAzureMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-azure-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftAzureMonitoringMdmCertYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8c\x31\x0b\xc2\x40\x0c\x46\xf7\xfb\x15\xd9\x0a\x81\x0a\xae\xd9\x84\x16\x37\x07\x15\xf7\xd0\x46\x0d\x25\xb9\xe3\x2e\x0a\xfa\xeb\xa5\xd0\xd5\xe9\x83\xef\xf1\x1e\x17\xbd\x49\x6d\x9a\x9d\xe0\xbd\x4f\x8b\xfa\x4c\x70\x91\xa9\x4a\x24\x93\xe0\x99\x83\x29\x01\x38\x9b\x10\xd8\x6c\xfd\x24\x35\xb6\xa3\x15\x9e\x84\x20\x17\xf1\xf6\xd4\x7b\xf4\xfc\x7d\x55\xe9\x2d\xbb\x46\xae\xea\x8f\xd4\x62\x9d\x61\x8b\xac\xea\xae\x88\x11\x74\x88\x08\xc7\xf1\x34\x9e\x0f\xd7\x71\x00\x44\xec\x12\xc0\x22\x9f\xff\xf8\x17\x00\x00\xff\xff\xaa\xa9\x7f\x6a\xaa\x00\x00\x00") - -func secretOpenshiftAzureMonitoringMdmCertYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftAzureMonitoringMdmCertYaml, - "Secret/openshift-azure-monitoring/mdm-cert.yaml", - ) -} - -func secretOpenshiftAzureMonitoringMdmCertYaml() (*asset, error) { - bytes, err := secretOpenshiftAzureMonitoringMdmCertYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-azure-monitoring/mdm-cert.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftConsoleApiserverCertYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\xb1\x0a\xc2\x40\x0c\x00\xd0\xfd\xbe\x22\x5b\x21\x50\xc1\x35\x9b\xd0\xe2\xe6\xa0\xe2\x1e\xae\x51\x83\x6d\xee\x48\x42\xbf\xdf\xa5\xeb\x1b\x1e\x77\x7d\x89\x87\x36\x23\xd8\xcf\xe5\xa7\xb6\x10\x3c\xa4\xba\x64\xd9\x24\x79\xe1\x64\x2a\x00\xc6\x9b\x10\x70\xd7\x10\xdf\xc5\xc7\x2a\x9e\x07\x47\xe7\x2a\x04\xad\x8b\xc5\x57\xdf\x39\xd6\x66\xd1\x56\x29\x91\xae\xf6\x99\x8e\x21\xd7\x38\x55\x4f\x82\x01\x11\xe1\x3a\xdf\xe6\xfb\xe5\x39\x4f\x80\x88\x43\xf9\x07\x00\x00\xff\xff\xd2\xd7\x0a\x5b\x87\x00\x00\x00") - -func secretOpenshiftConsoleApiserverCertYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftConsoleApiserverCertYaml, - "Secret/openshift-console/apiserver-cert.yaml", - ) -} - -func secretOpenshiftConsoleApiserverCertYaml() (*asset, error) { - bytes, err := secretOpenshiftConsoleApiserverCertYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-console/apiserver-cert.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftConsoleConsoleOauthConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\xaa\xc3\x30\x10\x44\x7b\x9d\x62\x3a\x83\xc0\xc5\x6f\xd5\x7d\xb0\x49\x97\x22\x09\xe9\x37\xf2\xda\x5e\x22\xaf\x84\xb5\xc9\xf9\x83\x89\xca\x74\x33\x3c\x86\x79\x54\xe4\xce\x7b\x95\xac\x01\xef\x3f\xf7\x14\x9d\x02\xae\x1c\x77\x36\xb7\xb1\xd1\x44\x46\xc1\x01\x89\x1e\x9c\xea\x91\x00\x2a\x25\x20\x17\xd6\xba\xca\x6c\x7d\xcc\x5a\x73\x62\x07\x28\x6d\x1c\xd0\x7a\x9f\xe9\x65\xeb\x41\x67\x59\x1a\xac\x85\x22\xff\xda\x56\xdb\x45\x97\xa1\x9d\xc5\x24\xac\xf6\xb5\x08\xe8\xbc\xf7\x38\x8d\xe7\xf1\xf2\x7f\x1b\x07\x78\xef\x3b\xf7\x09\x00\x00\xff\xff\x91\x3f\xf0\xba\xb7\x00\x00\x00") - -func secretOpenshiftConsoleConsoleOauthConfigYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftConsoleConsoleOauthConfigYaml, - "Secret/openshift-console/console-oauth-config.yaml", - ) -} - -func secretOpenshiftConsoleConsoleOauthConfigYaml() (*asset, error) { - bytes, err := secretOpenshiftConsoleConsoleOauthConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-console/console-oauth-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftInfraAadGroupSyncConfigYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\xb1\x0a\x02\x31\x0c\x00\xd0\xbd\x5f\x91\xed\x20\x50\xc1\x35\x9b\x70\x87\x9b\x83\x8a\x7b\xe8\xa5\x35\x68\xd3\xd2\x56\xe1\xfe\xde\xe5\x16\xe7\x07\x8f\xab\x3e\xa4\x75\x2d\x46\xf0\x3d\xba\x97\xda\x4a\x70\x93\xd0\x64\xb8\x2c\x83\x57\x1e\x4c\x0e\xc0\x38\x0b\x01\xf3\xea\x53\x2b\x9f\xea\xfb\x66\xc1\x87\x62\x51\xd3\xae\xbd\x72\x10\x82\x52\xc5\xfa\x53\xe3\xf0\x6a\xb1\xb1\xeb\xa3\xa9\xa5\x79\x6f\xfe\x83\xc3\xc6\xf9\x4d\x30\x21\x22\x9c\x97\xcb\x72\x3d\xdd\x97\x19\x10\x71\x72\xbf\x00\x00\x00\xff\xff\x0c\xb4\xb0\x4c\x98\x00\x00\x00") - -func secretOpenshiftInfraAadGroupSyncConfigYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftInfraAadGroupSyncConfigYaml, - "Secret/openshift-infra/aad-group-sync-config.yaml", - ) -} - -func secretOpenshiftInfraAadGroupSyncConfigYaml() (*asset, error) { - bytes, err := secretOpenshiftInfraAadGroupSyncConfigYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-infra/aad-group-sync-config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\xb1\xaa\x02\x41\x0c\x45\xfb\xf9\x8a\x74\x0b\x03\x5b\xbc\x36\xdd\x83\x5d\xec\x2c\x54\xec\xc3\x4c\xd4\x20\x93\x19\x92\xa8\xbf\x2f\xe2\x96\x56\x17\xee\x81\x73\x68\xc8\x99\xcd\xa5\x2b\xc2\xf3\x2f\xdd\x45\x2b\xc2\x91\x8b\x71\xa4\xc6\x41\x95\x82\x30\x01\x28\x35\x46\xe0\x28\x75\x6e\x1c\x26\xc5\xb7\xd3\x07\x15\x46\xe8\x83\xd5\x6f\x72\x89\xb9\x75\x95\xe8\x26\x7a\x4d\x1e\x9f\x59\x36\xc5\x20\xf7\x57\xb7\x8a\x30\xe5\x9c\x61\xb7\xee\xd7\xc3\xff\x69\x5d\x20\xe7\x3c\x25\x80\x87\xb3\x7d\x33\xbf\xf8\x3b\x00\x00\xff\xff\xfb\xe2\xe7\x55\xa9\x00\x00\x00") - -func secretOpenshiftMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftMonitoringEtcdMetricsYaml, - "Secret/openshift-monitoring/etcd-metrics.yaml", - ) -} - -func secretOpenshiftMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := secretOpenshiftMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftMonitoringMetricsServerCertsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\xcb\xc2\x30\x10\x87\xf1\x3d\x9f\xe2\xb6\x42\xa0\x2f\xbc\x6b\x36\xa1\xc5\xcd\x41\xc5\x3d\xa4\x7f\xf5\xa8\xb9\x94\xbb\xa3\xe0\xb7\x17\x21\xa3\xd3\x33\xfc\xe0\xc9\x1b\xdf\xa0\xc6\x4d\x12\xed\xff\x61\x65\x59\x12\x5d\x50\x14\x1e\x2a\x3c\x2f\xd9\x73\x0a\x44\x92\x2b\x12\x55\xb8\x72\xb1\xd1\xa0\x3b\x74\x2c\x50\xb7\x8e\xb6\xe5\x82\x44\x6d\x83\xd8\x93\xef\x3e\xd6\x26\xec\x4d\x59\x1e\xc1\xfc\x9b\xa9\xaf\xfc\x65\x7f\x45\x3d\xd1\x10\x63\xa4\xe3\x7c\x9a\xcf\x87\xeb\x3c\x51\x8c\x71\xe8\xbc\xe2\xfd\x9b\x3f\x01\x00\x00\xff\xff\x2f\x95\x54\x00\xaf\x00\x00\x00") - -func secretOpenshiftMonitoringMetricsServerCertsYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftMonitoringMetricsServerCertsYaml, - "Secret/openshift-monitoring/metrics-server-certs.yaml", - ) -} - -func secretOpenshiftMonitoringMetricsServerCertsYaml() (*asset, error) { - bytes, err := secretOpenshiftMonitoringMetricsServerCertsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-monitoring/metrics-server-certs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftMonitoringRouterStatsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8d\xb1\xaa\x02\x41\x0c\x00\xfb\xfd\x8a\x74\x07\x0b\x57\xbc\x76\xbb\x07\xb7\xd8\x59\xa8\xd8\x87\xdb\xa8\x41\x36\x59\x92\x9c\xfe\xbe\x88\x57\x0d\x4c\x31\x83\x83\xaf\x64\xce\x2a\x05\x5e\x7f\xe9\xc9\xd2\x0a\x9c\x69\x35\x8a\xd4\x29\xb0\x61\x60\x49\x00\x82\x9d\x0a\x98\x6e\x41\x36\x7b\x60\xf8\x2e\x7d\xe0\x4a\x05\x74\x90\xf8\x83\x6f\x31\x77\x15\x0e\x35\x96\x7b\xf2\xf8\x62\xd9\x13\x03\xdd\xdf\x6a\xad\xc0\x94\x73\x86\x43\x3d\xd6\xd3\xff\xa5\x2e\x90\x73\x9e\x12\xc0\xe6\x64\xbf\x0d\xb6\xce\x92\x3e\x01\x00\x00\xff\xff\xa9\xc3\x16\x6e\x9b\x00\x00\x00") - -func secretOpenshiftMonitoringRouterStatsYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftMonitoringRouterStatsYaml, - "Secret/openshift-monitoring/router-stats.yaml", - ) -} - -func secretOpenshiftMonitoringRouterStatsYaml() (*asset, error) { - bytes, err := secretOpenshiftMonitoringRouterStatsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-monitoring/router-stats.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x41\xaa\xc3\x30\x0c\x44\xf7\x3e\x85\x2e\xe0\x7c\xfe\xd6\xd7\x28\x74\xaf\x38\x53\x2a\x9c\x48\xc6\x52\x02\xbd\x7d\x29\x6d\xb6\xa5\xcb\x61\xe6\x31\x8f\xbb\x5c\x31\x5c\x4c\x0b\x1d\xff\xa9\x89\x2e\x85\x2e\xa8\x03\x91\x36\x04\x2f\x1c\x5c\x12\x11\xab\x5a\x70\x88\xa9\xbf\x22\x51\xdb\x67\x0c\x45\xc0\x27\xb1\x3f\xc7\x38\xa4\x22\x73\xad\xb6\x6b\x4c\xca\x1b\x0a\x05\xb6\xbe\x72\xe0\xd3\xce\xc3\x1a\x46\xae\xab\x40\x23\x11\xfd\x3c\xf2\xce\x15\x85\xac\x43\xfd\x2e\xb7\xc8\x27\x93\xcf\xdf\x37\x95\xe2\xd1\x51\xbe\xab\xe5\xb0\x06\x4d\xcf\x00\x00\x00\xff\xff\xf4\x89\x63\xfe\xf8\x00\x00\x00") - -func secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYamlBytes() ([]byte, error) { - return bindataRead( - _secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, - "Secret/openshift-template-service-broker/templateservicebroker-client.yaml", - ) -} - -func secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml() (*asset, error) { - bytes, err := secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Secret/openshift-template-service-broker/templateservicebroker-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoAnyuidYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x93\xc1\x72\xd3\x40\x0c\x86\xef\xfb\x14\x7a\x81\x14\x7a\xf5\x2d\x63\x43\xc9\x40\xdb\x4c\x3b\xed\x85\xe1\xa0\x7a\xe5\x54\x74\xad\x5d\x24\x6d\x52\xbf\x3d\x63\x37\xc0\x84\xf4\x66\xff\x92\x7f\x49\x9f\x64\x4c\x29\x1f\xbe\x64\xf3\x8e\xf5\x31\xa7\x3a\xd2\x36\xd5\x1d\x4b\x03\x03\x26\xa3\xf0\x37\xbe\xd9\xb6\x67\xda\x0d\xf9\x21\xeb\xcb\x99\xbe\xdd\x74\xe7\x5a\x56\xb7\x13\x75\xab\xbc\xe7\x44\x3b\xfa\x64\x3d\x26\x74\xce\xd2\x80\x6b\xfd\x3f\x1c\xdb\x2c\x8e\x2c\xa4\x27\x9f\x53\x6c\xb1\xe0\x13\x27\x76\x26\x6b\x40\x6a\x4a\x01\x0b\x3f\x92\xda\x62\x65\xd4\x57\x65\x9f\x2e\x72\x21\xb1\x67\x1e\xfc\x82\xf3\x87\xfd\x65\x88\x34\x60\x4d\xbe\x8e\xef\x39\x0c\x76\xa5\xb9\x96\x26\x00\xf8\x54\xa8\x81\xbb\x2a\x6b\x5b\xcb\x14\x76\xb3\x6e\x4d\x58\x81\x4d\xe6\x34\x36\x7d\xaa\xe6\xa4\x2b\x8c\x23\x8b\x85\x17\x96\xd8\xc0\xfd\xb1\xea\xdc\x34\xbd\x7a\x9b\xc5\x5c\x91\xc5\x2d\x8c\xe4\x18\xd1\x71\xf6\x46\x91\xec\xcb\xcc\x36\xbf\x02\xbc\xd4\x27\x52\x21\x27\x9b\xbb\x8c\x64\xbd\x72\x79\x63\x82\x32\x55\x8e\x50\x34\xef\x39\x92\x01\xa6\x04\x03\xa1\x57\x25\x83\x3c\x80\x3f\x13\x28\x99\x2b\xf7\x4e\x11\xee\xdb\x76\x71\x04\x78\xaa\x0e\x0b\x2b\x83\x6a\xa4\x06\x9e\x41\xab\xc0\x81\xfd\x79\x76\x85\x87\x4d\x07\x28\x71\x79\xbe\xda\x74\x17\x01\x40\x70\xa4\x3f\x25\x43\x51\xce\xf3\x30\x0d\x5c\x7e\x0c\x4a\x18\x6f\x25\x4d\x77\x39\xfb\x67\x4e\x74\xa4\x70\xdc\x89\xd2\xaf\xca\x4a\xb1\xd3\x5c\x4e\xb0\x86\x15\x5c\x7f\xbd\xb9\xed\x82\xce\x20\x1f\x8c\xf4\x1d\xb6\x46\xdf\x58\xea\xeb\x11\xda\xbf\x84\xeb\x6a\xbe\x24\x05\xab\xa5\x24\x1a\x49\x1c\xd3\xd5\x71\x13\x67\x36\xcb\x94\x0d\x7c\xff\x11\xf6\xcb\x2d\x2f\xd5\xfb\x2c\x03\xef\xae\xb1\x84\x15\xc4\x7c\x90\x03\x6a\x5c\x6f\x37\x61\x05\x34\x16\x9f\x3a\xd6\xb0\x82\x32\x5f\x8d\x39\x89\xbf\xfd\x05\x6d\x42\x1e\x67\x5d\xf3\x4f\x9a\xb1\xce\x6b\xa7\x5e\xc9\xc3\xef\x00\x00\x00\xff\xff\x6c\xc9\x07\xa7\x33\x03\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoAnyuidYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoAnyuidYaml, - "SecurityContextConstraints.security.openshift.io/anyuid.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoAnyuidYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoAnyuidYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/anyuid.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoHostaccessYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x93\xb1\x72\xdb\x30\x0c\x86\x77\x3e\x05\xb6\x2c\x91\x7b\x5d\xb5\xf9\xac\xd4\xd5\x25\x71\x7c\x76\x93\x0e\xbd\x0e\xb0\x08\x5b\x6c\x68\x92\x25\xc0\x38\x7a\xfb\x1e\x29\x25\x6e\x53\x6f\x22\x40\xfd\xf8\x00\xfe\x40\x6b\xfd\xe9\xab\x67\x69\x4c\x7c\xf2\x36\x1d\x69\x6d\xd3\xc1\xb8\x1a\x24\x26\x52\xef\xe9\x76\xbd\xf8\x18\x5a\x91\x9c\x7c\x7c\xfe\x18\x5e\xb7\xcd\x7f\x21\x1f\x85\xff\x0e\xae\xa3\x79\x31\x96\x0e\x74\xc3\x1d\x5a\x14\xe3\xdd\xc5\xb4\x5e\x78\x27\x68\x1c\xc5\x1a\xf6\x68\x79\xca\x93\x5e\x60\xc0\x9d\xb1\x46\x0c\x71\x0d\x2e\x59\xab\x30\x98\x27\x8a\x5c\xa4\x98\xba\x14\x8d\x0c\x33\x1f\xc8\x71\x6f\xf6\x32\x33\xfe\xd3\xcb\x67\xa5\x69\x8f\xc9\xca\x5c\x5f\x52\xd8\xf3\x32\xfa\x14\x6a\x05\x20\x43\xa0\x1a\xee\x13\xcb\x26\xb9\x39\xab\x43\x4e\x70\x0d\x3f\x7e\xaa\x67\xe3\x74\x0d\xdb\xa9\x42\x06\xa4\x57\x59\x78\xc7\x12\xd1\x38\x61\x75\x24\x41\x8d\x82\x59\x07\x9d\xf3\x52\xfa\xe3\x7c\x04\x78\x4e\x3b\x8a\x8e\x84\x38\x13\x69\xe2\x2e\x9a\x30\xf6\x7f\xd5\x7b\x16\xec\x3a\x62\x86\xd2\x26\xc3\x74\x12\x9f\x03\x90\xf3\xe0\xf0\x48\x1c\xb0\x23\x86\x5d\x92\xa2\x09\xc0\x62\xac\x85\x48\xbf\x93\x89\xc4\x10\xbc\x2e\x3f\xed\x08\x62\x72\x70\x32\xd2\x03\xc2\x63\xdb\x00\x3a\x0d\xdb\x9b\x3b\xe3\xd2\x2b\x74\x23\x3a\x48\x8f\x02\x18\xa9\x14\xed\x50\x48\x4f\xaa\xe2\x41\x7a\x3a\x57\x9c\xc1\xf7\xf9\x66\xd5\xae\x96\x35\x48\x6f\x18\xb6\x8b\xc5\x1b\x68\x41\x3b\xd3\x9e\x21\xaf\x61\x6f\x2c\x01\x0f\x2c\x74\xe4\xeb\x49\x39\x63\xac\xdb\x66\x3b\x03\x68\x05\xb8\xf7\xc9\x6a\xf0\xce\x0e\x19\x39\x31\x69\xd8\x0d\xd9\x0f\x2c\xa4\x4b\x37\x33\x80\x65\x44\x27\x63\x2f\x1d\xa6\x3c\xb2\xd9\x95\x82\x52\xaa\x86\xf3\xe8\x54\x88\xc6\xe7\x97\x99\x1e\x35\x12\xea\x07\x67\x87\x8d\xf7\xf2\xc5\x58\x1a\x49\xde\xec\x34\x8d\x4c\x37\xd1\x87\x7f\x1c\xa1\x2a\xb8\x6d\xef\xee\x54\x05\xf7\xb7\xab\x87\x46\x55\xb0\xbd\xf9\xf6\xd8\x4e\x1f\xcb\xb6\x51\x31\x1b\xe3\x91\x29\x5e\xf0\xcb\x06\xdd\x81\x14\x53\x19\xf4\x64\x91\x4b\xb6\xe2\x14\x82\xa5\x23\x39\x41\xbb\x1c\x2d\xf6\x7e\xab\xdc\x98\xbb\x41\x25\xa6\x38\x5a\xef\xa5\x2c\x68\x81\xeb\xbc\xdb\x9b\xc3\x3d\x06\x55\x81\xf6\x27\x77\xc2\xa8\xe7\xeb\x56\x55\x40\xc7\x20\x43\x63\xa2\xaa\xca\x54\xd6\x28\xbd\xaa\x20\xe4\xd5\x60\x21\x27\xe3\x96\x2f\x2c\x9a\x63\x8e\x47\xff\x8b\xba\xfc\xe6\x55\xde\x9a\x48\xa2\xfe\x04\x00\x00\xff\xff\x32\x57\x89\x66\x13\x04\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoHostaccessYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoHostaccessYaml, - "SecurityContextConstraints.security.openshift.io/hostaccess.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoHostaccessYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoHostaccessYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/hostaccess.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xc1\x92\x1b\x35\x10\xbd\xeb\x2b\xfa\x96\x0b\x63\xe0\x3a\x37\x97\x0d\xc6\x05\xeb\xb8\x36\x24\x1c\x28\x0e\x6d\xa9\xc7\x6e\x56\x23\x89\xee\x96\x9d\xe1\xeb\x29\x8d\xbd\x9b\x38\x1b\xaa\x72\xd4\x1b\xe9\xbd\xd7\xfd\x5e\x0d\xc6\x98\x2f\xbf\x64\xb5\x35\xcb\x87\x1c\xeb\x48\xfb\x58\x8f\x9c\x7a\x30\xa9\xe4\x5e\x3e\x6f\xf7\xab\x1e\x06\x8c\xfa\x19\xb6\x23\xbb\x64\x79\x7a\x85\xef\xb7\xeb\xd7\x58\x16\xd3\x3b\x74\x2f\x7c\xe6\x48\x47\xfa\x49\x3d\x46\x34\xce\x77\xa2\x2f\x9f\xc3\x2a\x27\x43\x4e\x24\x77\xcf\x29\xac\xb0\xe0\x81\x23\x1b\x93\xf6\x90\x6a\x8c\x0e\x0b\x7f\x20\xd1\x99\x4a\xc9\x57\x61\x9b\x16\xb9\x50\xd2\x13\x0f\xb6\xe0\xfc\xfd\xf9\x47\x17\x68\xc0\x1a\x6d\x19\xbe\xc6\x30\xe8\x46\x72\x2d\xbd\x03\xb0\xa9\x50\x0f\x8f\x35\x2d\x75\x99\x26\x77\x6c\xb8\xf6\xf0\xe7\x5f\xee\x89\x53\xe8\xe1\xdd\x4d\xa0\xf9\xa3\x8f\xb6\xca\x49\x4d\x90\x93\xa9\x1b\xc9\x30\xa0\x61\xa3\xc1\x94\xb2\xcd\xe3\x69\x3b\x02\x3c\xd5\x03\x49\x22\x23\x6d\x86\x02\xa9\x17\x2e\xd7\xf1\xdf\x9c\xb2\xda\x98\x6b\xb2\x0e\xd3\x54\x39\x40\x91\x7c\xe6\x40\x0a\x18\x23\xd8\x89\x60\x20\xb4\x2a\xa4\x90\x87\x76\x9e\x19\x01\x84\xd4\x84\xbd\x51\x80\x77\xab\x15\x1c\xaa\xc1\xbc\x25\x85\xc6\x08\x33\xa5\x02\xa6\x00\x98\x26\x78\xbf\x5d\xc3\x61\x02\x84\x92\xc3\x02\xe0\xf7\x13\x2b\xb0\x42\x11\x1e\x51\x38\x4e\x37\xd2\xaa\x14\xda\xbd\x26\x5b\xda\x5a\xd5\x28\x19\x9c\xe7\x9a\x80\x90\x9f\x7c\x24\x59\xc0\x1f\xcb\xc7\xdd\x76\xb7\xe9\xc1\x1a\x51\xd3\xff\x5c\x7b\xe0\x48\xa0\x93\x1a\x8d\x37\x5e\xf4\x9e\x54\x01\xf5\xd9\xcc\x77\xc0\xc9\xc7\x1a\x38\x1d\x67\x6f\x3f\x2c\x00\x36\x82\xc9\xe0\xc2\x76\x02\x8f\xb5\xad\x67\xf1\xc6\x01\x24\x1c\xa9\x87\x2f\xd7\xe4\x8a\x70\x6e\x59\xdc\x52\x14\xc2\xf0\x36\xc5\xe9\x31\x67\xfb\x99\x23\x5d\xe5\x9f\xfb\x23\xf4\x4f\x65\xa1\xb0\x96\x5c\xee\x2a\xe0\x3a\x78\xf8\x75\xf7\x76\xed\xa4\x85\xfe\x5e\x49\xbe\xd2\x03\xa5\xdf\x38\xd5\x8f\xb7\xd4\x3f\x5d\x78\xa8\x6a\xf3\x25\xa7\xb5\x94\x48\x23\x25\xc3\xb8\xb9\xb6\xe6\x35\x4d\x55\x92\x59\xf1\xe6\x4d\x49\xce\xec\x09\xbd\x6f\x73\xf5\x2f\xa5\xed\xf0\xdf\x2a\xd4\x8d\x39\xb1\x65\xe1\x74\xec\xc9\x7c\xe8\x46\x6a\x79\xeb\x37\xbc\xe7\x34\x08\xf6\xe5\xdc\x3d\x07\xd6\xf9\x9c\x4c\x72\x8c\x24\xff\xfb\xbc\x75\xb4\xbb\x61\x9d\x47\xc3\x98\x8f\xfd\x17\xe7\x0e\x0b\x37\x88\xc4\x5d\x2b\x31\x8f\xe3\x73\x1a\xf8\xf8\x80\xc5\x75\x10\xf2\x25\x5d\x50\xc2\x72\xbf\x75\x1d\xd0\x58\x6c\x5a\x73\x13\x6d\xf9\xed\xd1\x4e\xae\x83\x34\xb4\x21\x3e\xd5\xeb\xfa\x13\x5a\x45\xe4\xb1\xe1\x92\xff\xa6\x56\xeb\xe6\x94\xbc\x90\xb9\xff\x02\x00\x00\xff\xff\x7c\xd0\xfa\x13\xb2\x04\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYaml, - "SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoHostnetworkYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x53\xcd\x6e\xdb\x4c\x0c\xbc\xef\x53\xf0\x05\x9c\x0f\xdf\x55\xb7\xc0\x4a\x53\x21\x7f\x46\xd2\xe4\x52\xf4\x40\x6b\x69\x99\xcd\x6a\x77\x4b\x72\xed\xf8\xed\x8b\x95\xd4\x22\x41\x0c\xf4\x26\x72\x88\xd1\x0c\x87\x8b\x21\xa4\xe3\xd7\xa4\xd6\xb2\xbc\xa4\x50\x46\xda\x84\x32\x70\x6c\x60\x87\x41\xc9\xfd\xc5\xbb\xcd\xfa\x53\xef\x9e\xec\x98\xe4\xb5\x01\x93\xf2\xae\xbd\xe9\xda\x4f\xa3\x9b\x24\xa6\xef\x07\x37\xc2\x07\x0e\x34\xd0\x95\xf6\x18\xd0\x38\xc5\xb3\xb0\x5f\xa7\x68\xc8\x91\xe4\x03\x27\xf9\x35\x66\xdc\x72\x60\x63\xd2\x06\x62\x09\xc1\x61\xe6\x17\x12\x9d\xa8\x94\xfa\x22\x6c\xa7\x8b\x94\x29\xea\x9e\x77\x76\xc1\xe9\xbf\xc3\xff\xce\xd3\x0e\x4b\xb0\x4b\x7f\x8e\x61\xa7\xd7\x92\x4a\x6e\x1c\x80\x9d\x32\x35\x70\x57\xd4\x1e\x4b\xbc\x54\x37\x54\x40\x1b\xf8\xfe\xc3\xbd\x72\xf4\x0d\x3c\x2d\x7f\xa8\x02\xe9\xcd\xd6\x29\xaa\x09\x72\x34\x75\x23\x19\x7a\x34\xac\x3c\x18\x63\xb2\xc9\x9f\xd6\x12\xe0\xb5\x6c\x49\x22\x19\x69\x55\xe4\x49\x7b\xe1\x3c\xfb\xdf\x27\xb5\x38\x2f\x15\x26\x9b\x0a\x45\x39\x0e\x13\x00\x0b\x52\x6b\x8c\x7e\xee\xe5\xba\xd7\x89\x16\x60\x5b\x0c\xd4\x38\x04\x10\xfa\x55\x58\x48\x21\x27\xaf\x60\x09\xb6\x04\x52\x22\x1c\xd9\xf6\x80\xf0\xdc\xb5\x13\xc3\xd3\xd5\x2d\xc7\xf2\x06\xfd\xec\x00\x6c\x8f\x06\x28\x34\xfd\xbb\x47\x23\xbf\x30\x5b\x02\xdb\x13\x44\x1c\x49\x33\xf6\x74\xe1\x60\x2a\x3e\x28\x76\x59\x38\xd5\x85\x2c\xbb\x14\x42\xff\x10\xc3\xe9\x31\x25\xfb\xc2\x81\xf4\xa4\x46\xe3\x9f\x14\x17\x89\xbe\x95\x94\x3f\x04\xe1\x56\x70\xd3\xdd\xde\xba\x15\xdc\xdd\xdc\x3f\xb4\x6e\x05\x4f\x57\xdf\x9e\xbb\xe5\xe3\xba\x6b\x9d\xd4\x3c\x9e\x95\xe4\x4c\x4c\x8f\x18\x07\x72\x4a\x93\xb1\x25\x99\x73\x69\x6a\xc9\x39\xd0\x48\xd1\x30\x5c\xcf\xc9\x9e\x99\x2a\x4a\x32\x29\x5a\xb4\x2b\xc9\x81\x7b\xc2\xbe\x4f\x25\x5a\xb3\x9c\x52\x23\xa9\x18\xc9\xbf\xc7\x68\x60\x35\x39\xb9\xc3\xf4\xd0\x26\xe2\x3e\xc5\x1d\x0f\x77\x98\xdd\x0a\x7c\x3a\xc6\x23\x8a\xbf\xdc\x74\x6e\x05\x34\x66\x3b\xb5\x5c\x69\x73\x3d\x6a\x35\x8a\x36\x3f\xd1\x75\x40\x1e\x6b\x5f\xd2\x4f\xea\x6b\x4c\xab\x7a\xef\x42\xe6\x7e\x07\x00\x00\xff\xff\x2b\xe8\xab\x0a\xd0\x03\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoHostnetworkYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoHostnetworkYaml, - "SecurityContextConstraints.security.openshift.io/hostnetwork.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoHostnetworkYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoHostnetworkYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/hostnetwork.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoNonrootYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcb\x72\xe3\x38\x0c\xbc\xf3\x2b\xf0\x03\xf2\xd6\x5e\x7d\x73\x59\xd9\xac\x2b\x2f\x57\x5e\x97\xad\x3d\xd0\x16\x64\x63\x42\x01\x1c\x00\xb4\xa3\xbf\x9f\xa2\xec\x64\x2a\xe3\xdc\xa4\x66\xb3\xf1\xe8\x66\x4c\x49\x8e\xff\x8a\x79\x4b\xfa\x2a\xa9\x0c\xb8\x4e\x65\x47\x3c\x87\x3e\x26\xc3\xf0\x79\xbe\x5a\x2f\x2f\xb0\x7b\xf4\xa3\xe8\xdb\x05\xbe\x5e\xb5\x97\x98\xa8\xdb\x17\x74\xad\x74\xa0\x84\x3b\xbc\xb2\x6d\x4c\xd1\x49\x78\x0e\xae\xe5\xcf\xe3\x6e\x29\xec\x91\x18\xf5\xcb\x75\xec\x96\x31\xc7\x0d\x25\x72\x42\x9b\x03\x97\x94\x42\xcc\xf4\x8a\x6a\x93\x94\xe1\xb6\x28\xf9\x38\x93\x8c\x6c\x7b\xea\x7d\x46\xf2\xd7\xe1\xef\xd0\x61\x1f\x4b\xf2\x45\xf7\x9d\x42\x6f\xd7\x2a\x25\xcf\x03\x80\x8f\x19\xe7\xf0\x58\x78\x61\x0b\x1e\xc3\xae\xe2\x36\x87\xff\xfe\x0f\x6f\xc4\xdd\x1c\x9e\xce\x05\x6a\x7f\xf8\xee\x4b\x61\x73\x8d\xc4\x6e\x61\x40\x8f\x5d\xf4\x58\x65\x22\xb3\xf8\x34\x9e\xd5\x5f\x80\xb7\xb2\x41\x65\x74\xb4\xda\x50\x87\xb6\x55\xca\xa7\xf1\x59\x58\x45\x1c\xb2\xca\x81\x3a\x34\x88\x29\x41\x8f\xd1\x8b\xa2\x81\xf4\xe0\x7b\x04\x45\x73\xa5\xad\x63\x07\x4f\xcb\xe5\x24\x09\xb0\x29\x0e\xd3\x5e\x0c\x8a\xa1\x1a\xb8\x80\x16\x86\x23\xf9\x1e\x22\x8f\x55\xba\x99\xb4\x5f\x56\xed\x0c\xe0\x79\x8f\x13\x11\x86\x62\x0e\x96\x71\x4b\xfd\x38\xc9\xbf\xac\xda\xb3\xa6\x28\x90\x9f\x08\x1b\x3c\x73\x08\x3b\x10\x9e\x88\x9b\x13\x7f\x88\x4c\x3d\x9a\x7f\xb4\xb7\xfd\xb0\xab\xd6\x77\x1a\x70\x16\x00\x38\x0e\xf8\x39\x5e\xc8\x4a\x52\x37\x77\xde\xb9\x62\xec\x1e\x38\x8d\x8f\x22\xfe\x0f\x25\xb4\xd1\x1c\x87\x0f\xb7\x15\x7f\x16\x52\xec\x5a\x95\xfc\xc5\xb0\xd0\xc0\xcd\xea\xf6\x36\x34\x70\x77\x73\xff\xd0\x86\x06\x9e\xae\x9e\x6b\xf7\xd3\xc7\xf5\xaa\x0d\x5a\xbd\x7b\x31\xd4\xdf\x76\xde\x15\xf3\xc9\xd2\x7b\xe1\x5a\x2f\x18\xde\x12\x97\xf7\xb3\x89\xdf\x10\x83\x95\x9c\x13\x0e\xc8\x1e\xd3\xf5\x29\x04\x97\xe9\x98\x96\x3e\x85\xe3\x30\x3d\xa3\xa9\xbd\xad\x70\x4f\xbb\xbb\x98\x43\x03\x9d\x1c\xf9\x18\xb5\x5b\xac\x57\xa1\x01\x1c\xb2\x8f\x2d\x69\x68\x20\xd7\xc0\x9a\x23\xfb\xe9\x01\x2e\x53\xa4\xa1\xe2\x2a\x3f\xb0\xba\x1c\x9a\x9a\x65\x45\x0f\xbf\x02\x00\x00\xff\xff\x4a\x57\x18\x50\xae\x03\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoNonrootYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoNonrootYaml, - "SecurityContextConstraints.security.openshift.io/nonroot.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoNonrootYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoNonrootYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/nonroot.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoPrivilegedYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x41\x8f\xe3\x36\x0c\x85\xef\xfe\x15\xbc\x0d\x50\xac\x53\xf4\xea\x5b\x90\xd9\xa6\x03\x14\xd3\x60\x82\xdd\x9e\x19\x89\x76\x84\xc8\x94\x4b\x52\x99\x71\x7f\x7d\x21\xc5\x93\x49\x77\xb3\xc0\x5e\x02\xeb\x3d\x93\xb4\x3e\x3e\x04\x63\x4c\xaf\x7f\x24\xb5\xc7\x20\x5f\x53\xcc\x23\xed\x62\x1e\x02\x77\x60\x92\xa9\xb9\xda\x4f\xbb\xcd\xb7\xd2\x33\xd9\x6b\x92\xd3\xb7\xf2\xee\xe9\xf1\x3b\x29\x89\xe9\xad\xb8\x93\x70\x0e\x91\x06\xfa\xac\x0e\x23\x5a\x48\x7c\xd7\xf6\x9b\xc4\x86\x81\x49\x6e\x6d\xf2\x1b\x9c\xf0\x10\x62\xb0\x40\xda\x35\x2d\x3c\xfc\xf2\xf0\x6e\x7d\x61\xc5\x9e\xf6\xb3\x3a\x8b\x1f\xde\x14\xbe\x92\x68\x1d\xa3\xe4\xb2\x04\x9b\x57\x69\x22\xd6\x63\xe8\x6d\x15\xd2\xaf\xe7\xdf\x1a\x4f\x3d\xe6\x68\x6b\xff\xff\xf6\xc0\x39\xc6\xa6\xd7\xad\xa4\x3c\x75\x0d\x80\xcd\x13\x75\xf0\x92\x79\xad\x6b\x9e\x9b\xa1\xe8\x75\x92\xce\x6a\x34\x76\x2e\x66\x35\x92\x16\xfd\x18\x58\x3f\x74\x4e\x9e\x6e\x8e\x23\x96\xb7\xb4\x39\x05\xf6\x1d\xec\x97\xaf\x2a\x17\xa6\x37\xdb\x24\x56\x13\x0c\x6c\xda\x8c\x64\xe8\xd1\xb0\xcc\x46\xe6\x64\x95\x97\x96\x23\xc0\x29\x1f\x48\x98\x8c\xb4\xdc\xc2\x93\x3a\x09\xd3\x85\xe7\xc3\x74\xc5\x08\x15\x8e\x02\x3a\x47\xaa\x60\xa9\x08\x70\xeb\xb3\x87\x63\x52\xab\x3d\x01\x7a\x42\xcb\x42\x5a\x75\x3b\x12\x5c\x70\xcc\xa5\x52\x32\x03\x16\x67\x86\xac\x24\x9f\xea\x53\x85\x70\x79\x5c\x48\x7d\xaa\xb5\xaf\xc1\x8e\x4b\xcf\xe2\xed\x3f\xff\x19\x38\xbf\x81\xbb\xdc\x72\x05\xf0\xf7\xfa\xe5\xf9\xe9\x79\xdb\x81\x1d\x83\x42\xd0\x3a\x6d\x4c\x6a\x20\x14\xf1\x8d\x3c\xec\x37\x9b\xda\x4a\x8f\x29\x47\x0f\x07\x2a\x63\xfd\xd2\x34\x71\x9c\xa1\x4f\x02\x0b\x74\xa8\xd0\x43\x61\x57\x20\xac\x60\x2b\xc8\x56\x3f\x03\x1c\xe6\xaa\x3d\x34\x00\x8c\x23\x75\x37\x00\x9a\x49\x42\x2a\xfc\x97\x75\x0b\xa1\xff\x8b\xe3\xfc\x92\x92\xfd\x1e\x22\x2d\x3b\x83\x1e\xa3\x52\x23\xf4\x4f\x0e\x42\xfe\x51\xd2\x74\x27\x2b\x52\xa2\xf1\x45\x49\xee\xa4\x45\xa9\x12\x58\xd6\x7c\xf7\x05\xe7\xd2\x38\xed\x24\xf5\x65\xee\x7b\x82\x35\x4f\x53\xa4\x91\xd8\x30\x6e\x97\xc4\x7d\x57\x5b\xf6\x71\x9b\xc4\x0a\xe3\xe3\xa8\x24\xe7\xe0\x08\x9d\x4b\x99\xad\xbb\xe6\xbf\x0d\xdc\x0b\x76\x87\x1c\xa2\x6f\xcb\x6a\x24\xc5\x48\xf2\x13\x85\x64\xce\x77\xe5\xa7\x3d\xa0\x3b\xe5\xe9\x27\x4a\xf0\xdf\x2c\xd4\xc6\x34\x0c\x81\x87\x2e\xa6\xa1\x45\xc6\x38\x5b\x70\xda\xe2\x40\x6c\x3f\xec\x51\xa2\xde\xbe\x5b\x33\xbb\xe6\x5c\xff\xaf\xae\x88\xfe\x0b\x00\x00\xff\xff\x08\x13\xb3\xf8\xcb\x04\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoPrivilegedYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoPrivilegedYaml, - "SecurityContextConstraints.security.openshift.io/privileged.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoPrivilegedYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoPrivilegedYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/privileged.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _securitycontextconstraintsSecurityOpenshiftIoRestrictedYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcb\x72\x1b\x39\x0c\xbc\xf3\x2b\xf0\x01\x3b\xda\xda\xeb\xdc\x54\x92\xd7\xab\xf2\x4b\x65\xd9\xbe\x6c\xe5\x00\x0d\x21\x09\x31\x87\x64\x00\x50\xb2\xfe\x3e\x45\x7a\x9c\x8a\x62\xdf\x66\x80\x66\xb3\xd1\x0d\x62\x08\xe9\xf4\x5f\x52\x5b\xb2\xbc\xa4\x50\x46\x5a\x87\xb2\xe7\xd8\xc3\x0e\x83\x92\xfb\xd5\x5f\xad\x17\x9f\x6a\xf7\x64\xa7\x24\xaf\x9f\xea\xeb\xd5\xf2\x73\x2d\x89\xe9\x45\x75\x2d\x7c\xe4\x40\x7b\xba\xd2\x01\x03\x1a\xa7\xd8\x83\x49\xf9\xb3\xed\x17\x29\x1a\x72\x24\xb9\x38\x4e\x7e\x81\x19\xb7\x1c\xd8\x98\xb4\x87\x58\x42\x70\x98\xf9\x85\x44\x1b\x95\xd2\x50\x84\xed\x3c\x4b\x99\xa2\x1e\x78\x67\x33\x4e\x7f\x1f\xff\x71\x9e\x76\x58\x82\xcd\xfd\x57\x0c\x3b\xbd\x96\x54\x72\xef\x00\xec\x9c\xa9\x87\xbb\xa2\xf6\x58\xe2\x5c\xdd\xbe\x36\xb4\x77\x1d\xe8\x59\x8d\xc6\x1e\x8b\x1d\x28\x1a\x0f\x68\xe4\xdd\x2b\x47\xdf\xc3\x66\xba\xb5\x8a\xa6\x37\x5b\xa4\xa8\x26\xc8\xd1\xd4\x8d\x64\xe8\xd1\xb0\x72\x63\x8c\xc9\xda\xcc\x5a\x7f\x01\x5e\xcb\x96\x24\x92\x91\x56\x95\x9e\x74\x10\xce\xef\x9e\x08\xa9\x09\x0f\x46\x1e\x3c\x45\x26\x05\x1c\x06\x52\x05\x4b\x80\x21\xc0\x21\xa9\xc1\x8e\xd0\x8a\xd4\x5e\xf4\x20\xf4\xa3\xb0\x90\x36\x66\x80\x9c\x7c\x03\x6f\x09\xa4\x44\x38\xb1\x1d\x00\xe1\x79\xb5\xfc\xab\xa1\x37\x57\xb7\x1c\xcb\x1b\x0c\xef\x92\xc1\x0e\x68\x80\x42\x95\x3c\xb5\xd9\xea\x61\x3b\x10\x44\x1c\x49\x33\x0e\x34\x03\x78\x3a\xf0\x07\x3f\x6b\xeb\x8e\x55\xc7\x87\x58\x3e\x12\x6c\x16\x8b\x76\x01\x5b\x85\x14\x25\x0f\xdb\x33\x4c\xf6\xc3\x2e\x09\x5c\x38\x58\x11\xa2\x33\x07\xed\x9e\xdf\xe7\x76\x59\x38\x55\x57\xa7\x90\x84\xd0\x3f\xc4\x70\x7e\x4c\xc9\xfe\xe5\x40\x53\x1e\xd3\x7a\x4c\xd3\xfb\xa5\xa4\x7c\x91\xb0\xeb\xe0\x66\x75\x7b\xeb\x3a\xb8\xbb\xb9\x7f\x58\xba\x0e\x36\x57\x4f\xcf\xab\xe9\xe3\x7a\xb5\x74\x52\x83\x7e\x56\x92\x2f\xf2\x7f\xc4\xb8\x27\xa7\xd4\xcc\x9a\xe2\xfd\x6a\x4d\xb4\xe4\x1c\x68\xa4\x68\x18\xae\xa7\x95\xf9\x40\x35\xc4\x3c\x9e\x5d\x1b\xb5\x87\xff\xbf\xb9\x63\x7b\x75\x4d\xdc\x90\xe2\x8e\xf7\x77\x98\x5d\x07\x3e\x9d\xe2\x09\xc5\xcf\xd7\x2b\xd7\x01\x8d\xd9\xce\x4b\x16\xd7\x41\xae\xfb\xad\x46\xd1\xde\xdf\xeb\x22\x20\x8f\xb5\x2e\xe9\x3b\x35\xb3\xba\xba\xfa\x42\xe6\x7e\x06\x00\x00\xff\xff\x6d\x6b\x96\x2d\xdd\x03\x00\x00") - -func securitycontextconstraintsSecurityOpenshiftIoRestrictedYamlBytes() ([]byte, error) { - return bindataRead( - _securitycontextconstraintsSecurityOpenshiftIoRestrictedYaml, - "SecurityContextConstraints.security.openshift.io/restricted.yaml", - ) -} - -func securitycontextconstraintsSecurityOpenshiftIoRestrictedYaml() (*asset, error) { - bytes, err := securitycontextconstraintsSecurityOpenshiftIoRestrictedYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "SecurityContextConstraints.security.openshift.io/restricted.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceDefaultDockerRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xbd\x6a\x43\x31\x0c\x85\x77\x3f\x85\x5e\xe0\x82\x33\x14\x8a\xb7\x92\xa9\x5b\x21\xd0\x5d\x95\xcf\x0d\x22\xbe\xb6\xb1\x94\x40\xde\xbe\xdc\x1f\x28\xb4\x43\x37\xe9\x9c\xa3\x4f\x12\x77\xfd\xc4\x30\x6d\x35\xd1\xe3\x14\x6e\x5a\x73\xa2\x0b\xc6\x43\x05\x61\x81\x73\x66\xe7\x14\x88\x0a\x7f\xa1\xd8\x5a\x11\xe5\x26\x37\x8c\x69\xe0\xaa\xe6\xe3\x99\x28\x63\xe6\x7b\xf1\x40\x54\x79\x41\xfa\x1d\x38\x74\xeb\x2c\xf8\x09\x5b\x87\xac\xbc\xde\x86\x6f\xe0\xe9\x98\x7e\x89\x31\x4e\x2e\x7d\xdb\xb5\xba\xbb\x14\x88\x0c\x05\xe2\x6d\xfc\x7b\x86\xc1\xd6\x9f\xde\xe6\x59\xab\xfa\x33\xd1\xb9\x28\xaa\xbf\x7f\xfc\xf5\xce\xad\xce\x7a\xdd\x89\x72\xa4\xf6\x8e\xc8\x75\x41\xbb\xfb\x05\xd2\x6a\xb6\x44\xa7\xf8\x1a\x63\xf8\x0e\x00\x00\xff\xff\x5e\xe5\x77\x92\x34\x01\x00\x00") - -func serviceDefaultDockerRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _serviceDefaultDockerRegistryYaml, - "Service/default/docker-registry.yaml", - ) -} - -func serviceDefaultDockerRegistryYaml() (*asset, error) { - bytes, err := serviceDefaultDockerRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/default/docker-registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceDefaultRegistryConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\x41\x0a\xc2\x40\x0c\x45\xf7\x73\x8a\x5c\xa0\x50\x97\xcd\x29\x04\xc1\x7d\x9c\x7e\xcb\xe0\x74\x66\x48\x62\xc1\xdb\x4b\x47\x97\xda\x5d\xf2\x5f\xc2\xfb\xd2\xd2\x15\x6a\xa9\x16\xa6\xed\x14\x1e\xa9\xcc\x4c\x17\xe8\x96\x22\xc2\x0a\x97\x59\x5c\x38\x10\x65\xb9\x21\xdb\x3e\x11\x49\x6b\x4c\x8a\x25\x99\xeb\x6b\x88\xb5\x58\xcd\xe8\xa4\xc8\x8a\x9f\xe8\x10\x58\x93\x08\xa6\x19\x77\x79\x66\x0f\xd6\x10\x77\x51\xab\xea\xdd\x38\xfc\x7f\xff\x5c\x31\x4d\xe3\x38\xf6\xd5\x45\x17\xf8\xf9\x1b\x4e\x7b\x68\xc8\x88\x5e\x95\x8f\x2a\xbe\x03\x00\x00\xff\xff\x03\xc1\x08\xf1\x09\x01\x00\x00") - -func serviceDefaultRegistryConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _serviceDefaultRegistryConsoleYaml, - "Service/default/registry-console.yaml", - ) -} - -func serviceDefaultRegistryConsoleYaml() (*asset, error) { - bytes, err := serviceDefaultRegistryConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/default/registry-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceDefaultRouterStatsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xc1\x0a\xc2\x40\x10\x43\xef\xf3\x15\xf9\x81\x1e\x8a\x20\xb8\xbf\x21\x78\x1f\xb7\x11\x16\xb7\xdd\x65\x66\xda\xef\x97\xaa\xc7\x3d\x25\x84\xe4\x11\xed\xe5\x41\xf3\xd2\xb6\x84\x63\x96\x77\xd9\x96\x84\x3b\xed\x28\x99\xb2\x32\x74\xd1\xd0\x24\x40\xd5\x27\xab\x9f\x0e\xb0\xb6\x07\x2d\xfd\x75\xf2\xd0\x70\x01\x36\x5d\x39\x0c\xbd\x6b\x66\xc2\xc2\x97\xee\x35\xc4\x3b\xf3\x09\xea\xcd\xe2\x4b\x9c\xc6\xd3\x5f\x23\x61\xbe\x5d\xae\x02\x38\x2b\x73\x34\x1b\x7d\x90\x4f\x00\x00\x00\xff\xff\xdb\xac\xeb\xfe\xc8\x00\x00\x00") - -func serviceDefaultRouterStatsYamlBytes() ([]byte, error) { - return bindataRead( - _serviceDefaultRouterStatsYaml, - "Service/default/router-stats.yaml", - ) -} - -func serviceDefaultRouterStatsYaml() (*asset, error) { - bytes, err := serviceDefaultRouterStatsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/default/router-stats.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceDefaultRouterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x41\x6b\xe3\x30\x10\x85\xef\xfa\x15\x73\x0b\x18\xe4\x4d\x88\x0f\x41\xb7\x6c\x36\x2c\x85\x52\x4a\x53\x7a\x9f\xc8\xe3\x44\x44\x1e\x09\x69\x1c\x48\x7f\x7d\x91\xed\x42\xda\xd2\xe3\xd3\x7b\xf3\xcd\xd3\x60\x74\x6f\x94\xb2\x0b\x6c\xe0\xba\x52\x17\xc7\xad\x81\x03\xa5\xab\xb3\xa4\x7a\x12\x6c\x51\xd0\x28\x00\x64\x0e\x82\xe2\x02\xe7\x22\x01\xf2\x14\xaa\xd1\xc7\x33\xd6\x21\x12\xe7\xb3\xeb\xa4\x76\xe1\xcf\x68\xf1\x49\x5b\x4a\xa2\x33\xd9\x44\xa2\x19\x7b\x32\x90\xc2\x20\x94\x74\x4f\x92\x9c\xcd\x5a\x7c\xfe\xc2\x3a\x92\x60\x7d\x19\x8e\x94\x98\x84\x72\x61\xe1\xfb\x90\x48\xb7\x9c\xb5\xc7\x23\xf9\x99\xb3\xa8\xaa\x0a\xfe\xef\x9f\xf6\x2f\xdb\xd7\xfd\x3f\xa8\xaa\x6a\xa1\x00\xc6\xc4\x5c\x6f\xda\xf4\xb9\x51\x01\xdc\x17\x98\x65\x8e\x68\xc9\x40\x4b\x1d\x0e\x5e\x54\x8e\x64\xcb\x70\x0c\x49\x46\x8a\x9e\x87\x36\x4b\x2d\x36\x8e\xd8\xe2\x95\x87\x3b\xb7\x69\xd6\xdf\xec\xa6\x59\xab\xf2\x29\x4f\x56\x42\xfa\xa5\x4f\xa6\x5c\xce\xbe\xed\x3a\xc7\x4e\x6e\x06\x76\xde\x11\xcb\xc3\xf3\x4f\x6f\x17\xb8\x73\xa7\x89\x63\xe7\xd4\xa4\x00\xc4\xf5\x14\x06\x39\x90\x0d\xdc\x66\x03\xab\xe5\x66\x59\xda\xc9\x2d\x92\x81\xc7\x80\xed\x5f\xf4\xc8\x96\x92\xfa\x08\x00\x00\xff\xff\xec\x1e\x5b\x5d\xec\x01\x00\x00") - -func serviceDefaultRouterYamlBytes() ([]byte, error) { - return bindataRead( - _serviceDefaultRouterYaml, - "Service/default/router.yaml", - ) -} - -func serviceDefaultRouterYaml() (*asset, error) { - bytes, err := serviceDefaultRouterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/default/router.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceKubeServiceCatalogApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x3b\xae\xc3\x40\x08\x45\xfb\x59\x05\x1b\x70\xf1\xf4\xac\x14\xac\x22\x52\xa4\xf4\x04\x5f\x59\x23\x7f\x06\x01\xf6\xfa\x23\x7f\x8a\x74\x70\xe0\x5c\x5d\xb1\xfa\x86\x47\x6d\x2b\xd3\xfe\x57\xa6\xba\x0e\x4c\x2f\xf8\x5e\x15\x65\x41\xca\x20\x29\x5c\x88\x56\x59\xc0\x24\x56\x03\xbe\xc3\x6f\x12\x26\x0a\xa6\x69\xfb\xa0\x8b\xcb\xea\x54\x52\xe6\x36\x96\x30\xe8\x61\x5a\xf3\x8c\x63\xe8\xee\x90\x80\x6e\x8e\x42\x74\xdd\x98\xfa\xfe\xff\xdc\x52\x7c\x44\x3e\x4f\xf6\xb8\x60\x60\x86\x66\x73\x3e\x1f\xc4\xec\xb7\xc3\x37\x00\x00\xff\xff\x66\xc4\x89\xe9\xbd\x00\x00\x00") - -func serviceKubeServiceCatalogApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _serviceKubeServiceCatalogApiserverYaml, - "Service/kube-service-catalog/apiserver.yaml", - ) -} - -func serviceKubeServiceCatalogApiserverYaml() (*asset, error) { - bytes, err := serviceKubeServiceCatalogApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/kube-service-catalog/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceKubeServiceCatalogControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xcd\x6a\x03\x31\x0c\x84\xef\xfb\x14\x22\x77\x6f\x29\x0d\x3d\xf8\x29\x0a\x85\xde\x55\x67\xba\x6b\xe2\xb5\x84\xa4\xcd\xf3\x97\xfd\x39\x85\x1c\x35\xdf\x30\xe3\x31\x6b\xfd\x81\x79\x95\x9e\xe9\xf1\x3e\xdc\x6b\xbf\x65\xfa\x86\x3d\x6a\xc1\xb0\x20\xf8\xc6\xc1\x79\x20\xe2\xde\x25\x38\xaa\x74\xdf\x4e\x22\x35\x59\x10\x33\x56\x1f\xab\xbc\x79\x99\xb1\x20\xd3\x1c\xa1\xfe\x92\x1b\x2b\x32\x5d\xc2\x56\x5c\x76\x83\x1f\x2d\x23\x37\x9d\x79\x14\x45\xf7\xb9\xfe\xc5\xee\xde\x50\x9f\x52\x81\x45\x72\x14\x43\xa4\xce\x5b\x7e\x91\x1e\x26\xad\xc1\x16\xee\x3c\xc1\x92\x7b\x1b\x88\x9e\x69\x3a\xf1\x89\x5c\xb9\x20\xd3\x7d\xfd\x45\x3a\x7b\x53\xe1\xe0\x26\xd3\xe0\x8a\xb2\x4d\x52\xb1\xd8\xb7\xa5\x33\xcd\x51\x56\xc3\x31\x46\x2c\x32\x5d\xaf\x1f\xfb\x15\x6c\x13\xe2\x6b\xd7\x3e\x0f\xd1\xd1\x50\x42\xec\xf8\x1b\x56\x7d\xf9\x98\xff\x00\x00\x00\xff\xff\xdb\xcd\x11\x2f\x6e\x01\x00\x00") - -func serviceKubeServiceCatalogControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceKubeServiceCatalogControllerManagerYaml, - "Service/kube-service-catalog/controller-manager.yaml", - ) -} - -func serviceKubeServiceCatalogControllerManagerYaml() (*asset, error) { - bytes, err := serviceKubeServiceCatalogControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/kube-service-catalog/controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceKubeSystemAroAdmissionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8e\xc1\x4a\x84\x31\x0c\x84\xef\x7d\x8a\xb0\xf7\x2a\xe2\x1e\xa4\x4f\x21\x08\xde\xb3\xfd\x47\xb7\x6c\xdb\x84\x24\xbb\xe0\xdb\xcb\x5f\xbd\x79\x10\xf6\x96\xcc\x24\x33\x1f\x6b\x7b\x87\x79\x93\x59\xe8\xf6\x94\x2e\x6d\x6e\x85\xde\x60\xb7\x56\x91\x06\x82\x37\x0e\x2e\x89\xa8\xf3\x09\xdd\xf7\x89\x48\x14\xd3\xcf\xed\x23\x1e\x9a\x3c\x56\x19\x2a\x13\x33\x0a\xb1\x49\xe6\x6d\x34\xdf\xf3\x72\x95\x19\x26\xbd\xc3\x12\xd1\xe4\x81\x7f\x0f\x5c\xb9\xa2\xd0\xe5\x7a\x42\xf6\x2f\x0f\x8c\xe4\x8a\xba\x97\xaa\x58\xac\xf6\xfc\x1b\x75\x8e\x50\x5f\x34\xbb\x55\xe8\x78\x7c\x5e\x5b\xb0\x7d\x22\x5e\x97\xf6\xf2\x23\x3a\x3a\x6a\x88\xdd\x0d\xff\xe7\x69\x79\x59\x3b\x4f\x14\x3a\x84\x5d\x71\x48\xdf\x01\x00\x00\xff\xff\x16\xc8\x36\xc6\x4a\x01\x00\x00") - -func serviceKubeSystemAroAdmissionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceKubeSystemAroAdmissionControllerYaml, - "Service/kube-system/aro-admission-controller.yaml", - ) -} - -func serviceKubeSystemAroAdmissionControllerYaml() (*asset, error) { - bytes, err := serviceKubeSystemAroAdmissionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/kube-system/aro-admission-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAnsibleServiceBrokerAsbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\x41\x4e\x03\x31\x0c\x45\xf7\x39\x85\x2f\xe0\x41\x55\x17\xa0\x5c\x03\x89\xbd\x27\x35\x34\x6a\xea\x58\xb6\xd5\xf3\xa3\x84\x68\x04\x6c\x58\xb0\xcb\xcf\xff\x7a\x2f\x21\xad\x6f\x6c\x5e\xbb\x64\x78\x9c\xd2\xad\xca\x25\xc3\x2b\xdb\xa3\x16\x4e\x77\x0e\xba\x50\x50\x4e\x00\x24\xd2\x83\xa2\x76\xf1\x11\x01\xfc\x6b\xb4\x51\xd3\x2b\x6d\x5d\x59\xfc\x5a\xdf\x63\xab\xfd\x69\x56\xf2\x81\x85\x2d\xd0\xb9\x18\x07\x0a\xdd\x39\x03\xf9\x8e\xd1\x3c\x01\x34\xda\xb9\x2d\x14\xa9\x66\x38\x08\x48\xe2\x75\x6f\x8c\xcb\x80\xbb\xf5\x1b\xdb\x77\xe9\x04\x25\x80\x03\xba\xce\xae\x34\xca\x3f\x51\xae\x5c\x86\x5a\xbb\xc5\x7c\x03\x2e\xd4\xb8\xc0\xd3\xf9\xfc\x32\x6d\x23\x65\x58\xf1\xf7\xe4\xf9\xe7\x64\x44\xe7\xc6\x25\xba\xfd\xeb\x57\x9f\x01\x00\x00\xff\xff\xce\x8f\x48\xe4\x92\x01\x00\x00") - -func serviceOpenshiftAnsibleServiceBrokerAsbYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAnsibleServiceBrokerAsbYaml, - "Service/openshift-ansible-service-broker/asb.yaml", - ) -} - -func serviceOpenshiftAnsibleServiceBrokerAsbYaml() (*asset, error) { - bytes, err := serviceOpenshiftAnsibleServiceBrokerAsbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-ansible-service-broker/asb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAzureBrandingBrandingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x41\x0a\xc2\x40\x0c\x45\xf7\x73\x8a\x5c\xa0\xa0\x3b\xc9\x29\x04\xc1\x7d\x9c\x7e\xdb\x41\x3b\x13\x92\xd8\x85\xa7\x97\xd6\x41\xdc\x25\x2f\x2f\x9f\x2f\x5a\xae\x30\x2f\xad\x32\xad\xc7\xf4\x28\x75\x64\xba\xc0\xd6\x92\x91\x16\x84\x8c\x12\xc2\x89\xa8\xca\x02\xa6\x9b\x49\x1d\x4b\x9d\x3a\x70\x95\x0c\xa6\xa6\xa8\x3e\x97\x7b\x0c\xf2\x7e\x19\x86\x9f\xe5\x8a\xbc\x3d\x6b\xb3\xf0\x6d\x18\x7a\xce\x1c\xa1\x89\xe8\x7b\x61\x3a\x1d\xf6\x25\xc4\x26\xc4\xb9\xa3\x1d\x3a\x9e\xc8\xd1\x8c\x77\x41\x54\xff\x3a\x7c\x02\x00\x00\xff\xff\xc0\x59\xc1\xe0\xbc\x00\x00\x00") - -func serviceOpenshiftAzureBrandingBrandingYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAzureBrandingBrandingYaml, - "Service/openshift-azure-branding/branding.yaml", - ) -} - -func serviceOpenshiftAzureBrandingBrandingYaml() (*asset, error) { - bytes, err := serviceOpenshiftAzureBrandingBrandingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-azure-branding/branding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8c\x41\x6a\x04\x31\x0c\x04\xef\x7e\x85\x3e\xa0\x43\x06\x42\xc0\xaf\x08\x04\x72\x17\x9e\x8e\x47\xc4\x63\x0b\x49\xbb\x90\xbc\x3e\xec\x64\x6f\x45\x53\x5d\x62\xfa\x09\x0f\x5d\xb3\xd2\xfd\xa5\x7c\xeb\xdc\x2b\x7d\xc0\xef\xda\x50\x4e\xa4\xec\x92\x52\x0b\xd1\x94\x13\x95\x0e\xc8\xc8\xe3\x5c\x3b\x06\x3b\x6c\x68\x93\x40\x72\x3c\x0f\xff\x5a\x98\x34\x54\x5a\x86\x19\x87\x7e\x25\xcb\xef\xcd\xc1\x63\xf5\xae\xb3\x97\x30\xb4\x47\xd1\x96\x67\x3c\x80\x2f\xac\xb4\xbd\x6e\xdb\x5b\x21\x22\x4a\xf1\x8e\x7c\xbf\x56\x9d\xec\xc1\xd9\xac\x10\x05\x06\x5a\x2e\xaf\x97\x25\x66\x95\xc6\xea\x2c\x53\xc6\x4f\x6a\x0b\x6e\xe3\x16\x09\x67\xe9\x98\x59\xfe\x02\x00\x00\xff\xff\x62\x49\xcc\x94\xdd\x00\x00\x00") - -func serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYaml, - "Service/openshift-azure-logging/healthmodel-replicaset-service.yaml", - ) -} - -func serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYaml() (*asset, error) { - bytes, err := serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-azure-logging/healthmodel-replicaset-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAzureMonitoringCanaryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x41\xaa\xc3\x40\x08\x40\xf7\x73\x0a\x2f\x30\xf0\xff\x2e\xcc\x29\x0a\x85\xee\xed\xc4\x26\x92\xc4\x11\xb5\x81\xf6\xf4\x25\x43\x56\xa5\x3b\xdf\x13\x9e\xa2\xf2\x8d\xcc\xb9\x49\x81\xfd\x3f\x2d\x2c\x63\x81\x2b\xd9\xce\x95\xd2\x46\x81\x23\x06\x96\x04\xb0\xe2\x9d\x56\x3f\x26\x80\x65\xf0\x8c\xaa\x05\x2a\x0a\xda\x2b\x01\x08\x6e\xf4\x85\xae\x58\xa9\x40\x53\x12\x9f\xf9\x11\x19\xdf\x4f\xa3\xbc\x35\xe1\x68\xc6\x32\x25\x57\xaa\x47\x50\x9b\x45\x2f\xe7\xb3\x33\x47\x68\x3f\x74\x6c\x0a\x0c\x7f\x1d\x02\x6d\xa2\xb8\x9c\xaa\x4b\xa7\x95\x6a\x34\xfb\xfd\xd6\x27\x00\x00\xff\xff\xea\x40\x56\x63\xdc\x00\x00\x00") - -func serviceOpenshiftAzureMonitoringCanaryYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAzureMonitoringCanaryYaml, - "Service/openshift-azure-monitoring/canary.yaml", - ) -} - -func serviceOpenshiftAzureMonitoringCanaryYaml() (*asset, error) { - bytes, err := serviceOpenshiftAzureMonitoringCanaryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-azure-monitoring/canary.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAzureMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8f\x4d\x6e\xc3\x50\x08\x84\xf7\xef\x14\x5c\x00\x57\x55\xb3\x88\xde\x35\x2a\x75\x4f\x9f\x69\x82\x62\x03\x02\x9a\x45\x4f\x5f\x39\xb1\xfa\xa3\x4a\x5d\xc2\x0c\x1f\x33\xe4\xf2\xc2\x91\x62\xda\xe1\xfa\xd8\x2e\xa2\x73\x87\x67\x8e\xab\x0c\x6e\x2b\x17\xcd\x54\xd4\x1b\x00\xa9\x5a\x51\x89\x69\x6e\x23\x40\xde\x4d\x13\x2d\x7e\xa6\xc9\x9c\x35\xcf\xf2\x56\x93\xd8\xc3\x4d\xd2\x13\x0e\x8e\xc2\xe4\x11\x5c\xa8\xb4\x72\x07\xae\x31\xe3\xca\x15\x32\x12\x7f\xda\x1a\xc0\x42\xaf\xbc\xec\xf0\xcb\x31\x91\xdc\x7f\x1f\x34\x80\xbf\x94\x7d\x99\x4e\x83\x3b\x7c\xc5\x40\xfa\x78\x0f\xc6\xd5\x54\xca\x42\xf4\xd4\xd2\x79\x6c\x70\xb7\xa8\xdb\x17\xdc\x69\xdf\xa0\xbb\xd8\xe1\x78\x38\x3c\xb5\xad\xe1\xc2\xa3\x2c\xfe\x8b\xf4\x19\x00\x00\xff\xff\x6d\xd0\x77\xaf\x40\x01\x00\x00") - -func serviceOpenshiftAzureMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAzureMonitoringEtcdMetricsYaml, - "Service/openshift-azure-monitoring/etcd-metrics.yaml", - ) -} - -func serviceOpenshiftAzureMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := serviceOpenshiftAzureMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-azure-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftAzureMonitoringMetricsBridgeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\x31\xca\xc3\x30\x0c\x46\x77\x9f\x42\x17\x30\xfc\xff\x56\x7c\x8a\x42\xa1\xbb\xe2\x7c\x4d\x44\x63\x5b\xc8\x6a\x86\x9e\xbe\xc4\x64\xcd\x26\x3d\xc1\x7b\x62\x95\x27\xac\x4b\xab\x89\xf6\xff\xf0\x96\x3a\x27\x7a\xc0\x76\xc9\x08\x05\xce\x33\x3b\xa7\x40\xb4\xf1\x84\xad\x1f\x13\x11\xab\x26\x2a\x70\x93\xdc\xe3\x64\x32\x2f\x08\x44\x95\x0b\x2e\x70\x57\xce\x48\xd4\x14\xb5\xaf\xf2\xf2\xc8\xdf\x8f\x21\x96\x56\xc5\x9b\x49\x5d\x42\x57\xe4\x43\xae\xcd\x7c\x54\xe2\xe9\x5b\xdd\x75\x44\x8f\x4b\xa2\xdb\xdf\x58\x9c\x6d\x81\xdf\x4f\x34\x60\xc7\x86\xec\xcd\xae\x5f\xfc\x05\x00\x00\xff\xff\x75\x2e\x30\x64\xec\x00\x00\x00") - -func serviceOpenshiftAzureMonitoringMetricsBridgeYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftAzureMonitoringMetricsBridgeYaml, - "Service/openshift-azure-monitoring/metrics-bridge.yaml", - ) -} - -func serviceOpenshiftAzureMonitoringMetricsBridgeYaml() (*asset, error) { - bytes, err := serviceOpenshiftAzureMonitoringMetricsBridgeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-azure-monitoring/metrics-bridge.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftConsoleConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x5f\x4a\x04\x31\x0c\xc6\xdf\x7b\x8a\x5c\xa0\x23\xe2\x3e\x48\x4f\x21\x08\xbe\xc7\xee\xe7\x4e\xb1\x93\x84\x26\xee\xf9\x65\xba\x83\x28\x08\xfb\xf8\xfd\xfb\x25\x6c\xed\x0d\xc3\x9b\x4a\xa1\xeb\x63\xfa\x6c\x72\x2e\xf4\x8a\x71\x6d\x15\x69\x43\xf0\x99\x83\x4b\x22\x62\x11\x0d\x8e\xa6\xe2\xbb\x24\xf2\x5b\x69\xe1\x6e\x2b\x2f\x6a\x10\x5f\xdb\x47\x2c\x4d\x1f\x66\x24\x97\x5c\x31\x22\x3b\xea\x40\x64\xe1\x0d\x85\xaa\x8a\x6b\x47\xfe\xdd\x48\x44\x9d\xdf\xd1\x0f\x2e\x9b\x15\xfa\xc1\xe5\x63\x91\x88\xfe\x10\x0e\xed\xc6\x15\xff\xd5\xdd\x50\x77\x9e\xe9\x88\x09\xce\xc7\x7e\x8d\x30\x9f\x87\xf6\xa8\xd0\xe9\xf4\x34\x55\xf0\xb8\x20\x5e\xa6\xf7\x7c\x33\x1d\x1d\x35\x74\xdc\xf9\x8b\xa8\xea\x66\x2a\x90\x28\xf4\xd5\xd2\x77\x00\x00\x00\xff\xff\x3e\xf9\x2d\xab\x53\x01\x00\x00") - -func serviceOpenshiftConsoleConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftConsoleConsoleYaml, - "Service/openshift-console/console.yaml", - ) -} - -func serviceOpenshiftConsoleConsoleYaml() (*asset, error) { - bytes, err := serviceOpenshiftConsoleConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-console/console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftInfraAzureControllersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x3b\x8e\xc3\x30\x0c\x44\x7b\x9d\x82\x17\x10\xb0\xdb\x2d\x74\x8a\x05\x16\xd8\x9e\x91\xc7\xb1\x10\x7d\x08\x92\x76\x91\xd3\x07\x16\x5c\xa4\x4c\x47\xce\x03\xe6\x0d\x4b\xf9\x87\x5a\x19\x3d\xd1\xf1\x1d\x1e\xa5\x2f\x89\xfe\xa0\x47\xc9\x08\x0d\xce\x0b\x3b\xa7\x40\x54\xf9\x86\x6a\xe7\x45\xc4\x22\x89\xf2\x6e\x3e\x1a\x34\xf2\xd2\x4a\x8f\x79\x74\xd7\x51\x2b\x34\x10\x75\x6e\x48\xc4\xcf\x5d\xf1\x06\xec\x22\x26\x9c\x91\x68\x08\xba\x6d\x65\xf5\x58\xfa\xaa\x1c\x4c\x90\xcf\x7e\x19\xea\x53\x14\xaf\x9e\xcd\x5d\xa6\xf7\x24\x89\x7e\xbe\xe6\xe3\xac\x77\xf8\xef\x15\xcd\xd0\x50\x91\x7d\xe8\x47\x2b\x5f\x01\x00\x00\xff\xff\x65\x62\xe7\x00\xfa\x00\x00\x00") - -func serviceOpenshiftInfraAzureControllersYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftInfraAzureControllersYaml, - "Service/openshift-infra/azure-controllers.yaml", - ) -} - -func serviceOpenshiftInfraAzureControllersYaml() (*asset, error) { - bytes, err := serviceOpenshiftInfraAzureControllersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-infra/azure-controllers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftMonitoringMetricsServerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x4d\x4a\xc6\x40\x10\x84\xe1\xfd\x9c\xa2\x2f\x30\x8a\x98\x45\x98\x3b\x08\x82\xe0\xbe\x33\x29\x63\x93\xcc\x0f\xdd\x6d\xce\x2f\x99\xb8\xf3\xdb\x15\xef\xe6\x29\xee\xf2\x09\x35\x69\x35\xd1\xf9\x12\x76\xa9\x6b\xa2\x0f\xe8\x29\x19\xa1\xc0\x79\x65\xe7\x14\x88\x0e\x5e\x70\xd8\xb5\x88\xf6\x9f\x05\x5a\xe1\xb0\x27\x69\xcf\x95\x0b\x12\xbd\xc1\x55\xb2\x45\x83\x9e\xd0\x40\x74\xe7\xf2\x28\x5b\xe7\x8c\x44\xad\xa3\xda\xb7\x7c\x79\x2c\xad\x8a\x37\x95\xba\x05\xeb\xc8\x97\xd2\x9b\xfa\xe0\xe2\x98\x89\xa6\xe9\x75\xe0\xce\xba\xc1\xdf\x47\x9b\xef\x68\x38\x90\xbd\xe9\xdf\xbb\xd9\x22\xf7\xfe\xcf\xfe\x0d\x00\x00\xff\xff\xd2\x80\xf2\xa9\xeb\x00\x00\x00") - -func serviceOpenshiftMonitoringMetricsServerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftMonitoringMetricsServerYaml, - "Service/openshift-monitoring/metrics-server.yaml", - ) -} - -func serviceOpenshiftMonitoringMetricsServerYaml() (*asset, error) { - bytes, err := serviceOpenshiftMonitoringMetricsServerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-monitoring/metrics-server.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftTemplateServiceBrokerApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\xc1\x6a\xc3\x40\x0c\x44\xef\xfb\x15\x22\xf7\x75\x29\xcd\xa1\xec\x57\x14\x0a\xbd\xab\x9b\x69\xb2\xc4\x5e\x09\x49\xcd\xf7\x17\xaf\x8d\x29\xb9\x49\x33\x83\xe6\x89\xb5\x7d\xc1\xbc\x49\x2f\xf4\x78\x4d\xf7\xd6\x2f\x85\x3e\x61\x8f\x56\x91\x16\x04\x5f\x38\xb8\x24\x22\xee\x5d\x82\xa3\x49\xf7\x75\x25\xf2\x2d\x34\xf1\xac\x37\x9e\x44\xd1\xfd\xd6\x7e\x62\x6a\xf2\x32\xac\x7e\xcd\x15\x16\xd9\x51\x0d\x91\x3b\x2f\x28\xc4\xda\x56\x13\x96\xff\x67\x12\xd1\x93\xbd\x2b\xae\x5c\x51\xe8\x38\x9e\x03\x8b\xce\x1c\xc8\x7b\x7b\xfe\x36\xb9\xc3\x92\x2b\xea\x8a\xa5\x62\x31\xf8\xf2\x18\x0b\x9d\xcf\x6f\x83\x36\xd8\xae\x88\x8f\xa1\xbd\x6f\xa2\x63\x46\x0d\xb1\xed\x9d\xa3\xba\xd0\x29\xec\x17\xa7\xf4\x17\x00\x00\xff\xff\x39\x6c\x0a\x80\x1b\x01\x00\x00") - -func serviceOpenshiftTemplateServiceBrokerApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftTemplateServiceBrokerApiserverYaml, - "Service/openshift-template-service-broker/apiserver.yaml", - ) -} - -func serviceOpenshiftTemplateServiceBrokerApiserverYaml() (*asset, error) { - bytes, err := serviceOpenshiftTemplateServiceBrokerApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-template-service-broker/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceOpenshiftWebConsoleWebconsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xcd\x4e\xc3\x40\x0c\x84\xef\x79\x0a\xab\xf7\x0d\x42\xf4\x80\xf6\x29\x90\x90\xb8\x3b\xdb\xa1\x59\x91\xac\x2d\xdb\x6d\x5f\x1f\xe5\x47\xa5\x42\x70\xf4\x78\xfc\xcd\xec\xb2\xd6\x0f\x98\x57\x69\x99\xae\xcf\xdd\x57\x6d\xa7\x4c\xef\xb0\x6b\x2d\xe8\x66\x04\x9f\x38\x38\x77\x44\xdc\x9a\x04\x47\x95\xe6\xcb\x48\xa4\x26\x33\x62\xc4\xc5\xfb\x2a\x4f\x5e\x46\xcc\xc8\x34\x46\xa8\xff\xb9\x37\x56\x64\x3a\x84\x5d\x70\x58\x0d\xbe\xa5\xf4\x3c\xe9\xc8\xbd\x28\x9a\x8f\xf5\x33\x56\xf7\xb2\x6a\xe7\x54\x60\x91\x1c\xc5\x10\xa9\xf1\xc2\xbf\x61\x28\xd2\x5c\x26\xa4\x47\x53\x47\x34\xf1\x80\x69\xef\xc6\xaa\x99\xee\xc4\x74\xc3\x90\xf6\xab\x8e\xe8\x37\x68\x97\x5c\xb9\xe0\xbf\x2b\x57\x94\x05\xad\x62\xb1\x66\xa4\x1d\xf3\xf0\x5e\xb1\xc8\x74\x3c\xbe\xac\x53\xb0\x9d\x11\x6f\xab\xf6\xba\x89\x8e\x09\x25\xc4\xb6\x8a\x3f\xf9\xf7\x4f\xf9\x0e\x00\x00\xff\xff\x4e\xf3\x1e\x33\x8c\x01\x00\x00") - -func serviceOpenshiftWebConsoleWebconsoleYamlBytes() ([]byte, error) { - return bindataRead( - _serviceOpenshiftWebConsoleWebconsoleYaml, - "Service/openshift-web-console/webconsole.yaml", - ) -} - -func serviceOpenshiftWebConsoleWebconsoleYaml() (*asset, error) { - bytes, err := serviceOpenshiftWebConsoleWebconsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Service/openshift-web-console/webconsole.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountDefaultDefaultYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xca\x31\x0e\xc2\x50\x08\x87\xf1\x9d\x53\x70\x81\x0e\xae\x6c\x9e\xc1\xc4\x9d\xf0\xfe\x35\x44\x4b\x1b\xa0\x4d\xbc\xbd\xcb\x1b\x1c\xbf\x2f\x3f\x3d\xfc\x89\x2c\xdf\x43\xf8\xba\xd1\xdb\x63\x08\x3f\x90\x97\x1b\xee\x66\xfb\x19\x4d\x1b\x5a\x87\xb6\x0a\x31\x87\x6e\x10\x1e\x58\xf5\xfc\xf4\xec\x3a\xd4\xfe\x66\xc1\x12\x5d\x42\xcb\xd4\x89\x97\x57\xe7\x77\x31\x64\xfb\xea\xa6\x8d\xa2\x5f\x00\x00\x00\xff\xff\xe3\x24\x74\x27\x7a\x00\x00\x00") - -func serviceaccountDefaultDefaultYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountDefaultDefaultYaml, - "ServiceAccount/default/default.yaml", - ) -} - -func serviceaccountDefaultDefaultYaml() (*asset, error) { - bytes, err := serviceaccountDefaultDefaultYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/default/default.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountDefaultRegistryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xca\x31\x0e\xc2\x50\x08\x06\xe0\x9d\x53\x70\x81\x0e\xae\x6c\x9e\xc1\xc4\x9d\xf0\xfe\x1a\xa2\xa5\x0d\xd0\x97\x78\x7b\x17\xa7\xae\x5f\x3e\x3d\xfc\x89\x2c\xdf\x43\x78\xde\xe8\xed\x31\x84\x1f\xc8\xe9\x86\xbb\xd9\x7e\x46\xd3\x86\xd6\xa1\xad\x42\xcc\xa1\x1b\x84\x13\x2f\xaf\xce\xef\x1f\xea\x50\x83\xf0\xc0\xaa\xe7\xa7\xa9\x60\x89\x2e\xa1\xe5\xd2\x17\x43\xb6\xaf\x6e\xda\x28\xfa\x05\x00\x00\xff\xff\x3d\x9f\x06\xce\x7b\x00\x00\x00") - -func serviceaccountDefaultRegistryYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountDefaultRegistryYaml, - "ServiceAccount/default/registry.yaml", - ) -} - -func serviceaccountDefaultRegistryYaml() (*asset, error) { - bytes, err := serviceaccountDefaultRegistryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/default/registry.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountDefaultRouterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc7\xb1\x0d\x03\x31\x08\x05\xd0\x9e\x29\x58\x21\x2d\x5d\x66\x88\x94\x1e\xe1\x1f\x09\xe5\x8c\x2d\x8c\x3d\xff\x35\x57\x3e\x9d\xfe\x45\x2e\x1f\x21\x7c\x5e\xf4\xf7\x68\xc2\x1f\xe4\x71\xc3\xdb\x6c\xec\x28\xea\x28\x6d\x5a\x2a\xc4\x1c\xda\x21\x9c\x63\x17\xf2\xe1\x9a\x6a\x10\x6e\xf8\xe9\xbe\x8a\xee\x00\x00\x00\xff\xff\x8c\xa3\x64\xd2\x52\x00\x00\x00") - -func serviceaccountDefaultRouterYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountDefaultRouterYaml, - "ServiceAccount/default/router.yaml", - ) -} - -func serviceaccountDefaultRouterYaml() (*asset, error) { - bytes, err := serviceaccountDefaultRouterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/default/router.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeServiceCatalogServiceCatalogApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x14\xb4\xee\x98\x01\x89\xfe\xe3\xfb\x42\xd6\x71\x4e\x94\xf8\x32\x3f\x42\x50\xd1\x3e\x3d\x74\xbf\x73\x4c\x6f\xa1\xb2\x2e\x65\xf7\xd8\x54\x6e\x1c\xcb\x8d\x57\xb3\x76\x46\x96\x83\x89\x0d\x09\x2d\x22\x81\x83\x2a\xf3\x1b\xaa\x21\xf1\x6a\xcf\x8a\xee\x1f\xe2\xf8\x8d\xd9\x61\x54\xd9\xcf\x07\xeb\xdf\x2d\xef\x00\x00\x00\xff\xff\x49\x40\x87\x23\x72\x00\x00\x00") - -func serviceaccountKubeServiceCatalogServiceCatalogApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeServiceCatalogServiceCatalogApiserverYaml, - "ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml", - ) -} - -func serviceaccountKubeServiceCatalogServiceCatalogApiserverYaml() (*asset, error) { - bytes, err := serviceaccountKubeServiceCatalogServiceCatalogApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeServiceCatalogServiceCatalogControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xca\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x32\xb0\x7a\xe3\x0c\x48\xec\x1f\xf7\x0b\x45\x4d\xed\x2a\x71\x73\x7e\x06\x98\xd8\x1f\xce\xf6\xe4\x98\x2d\x5c\x65\xdd\xca\xde\x7c\x53\x79\x70\xac\x66\xbc\x9b\xc5\xe5\x59\x0e\x26\x36\x24\xb4\x88\x38\x0e\xaa\xcc\x2f\xa8\x86\x44\x8f\x77\xb5\xf0\x1c\xd1\x3b\xc7\x8f\xcc\x13\x46\x95\xfd\x7a\xb1\xfe\xe1\xf2\x09\x00\x00\xff\xff\x80\x4c\x62\xbd\x73\x00\x00\x00") - -func serviceaccountKubeServiceCatalogServiceCatalogControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeServiceCatalogServiceCatalogControllerYaml, - "ServiceAccount/kube-service-catalog/service-catalog-controller.yaml", - ) -} - -func serviceaccountKubeServiceCatalogServiceCatalogControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeServiceCatalogServiceCatalogControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-service-catalog/service-catalog-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemAttachdetachControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0a\xc3\x30\x0c\x05\xd0\xdd\xa7\xd0\x05\x32\x74\xd5\xd6\x33\x14\xba\xff\xca\x1f\x6a\x12\xcb\xc1\x52\x0c\xbd\x7d\x29\x74\x79\xcb\xc3\xd9\x9e\x9c\xd1\x86\xab\xac\x5b\xd9\x9b\x57\x95\x07\xe7\x6a\xc6\xbb\xd9\xb8\x3c\x4b\x67\xa2\x22\xa1\x45\xc4\xd1\xa9\x82\x4c\xd8\xbb\xf2\xe7\x66\xc3\x73\x8e\xe3\xe0\xfc\x7f\x9c\x30\xaa\xec\xd7\x8b\x5b\x7c\x22\xd9\xcb\x37\x00\x00\xff\xff\xdd\xb0\x45\x02\x67\x00\x00\x00") - -func serviceaccountKubeSystemAttachdetachControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemAttachdetachControllerYaml, - "ServiceAccount/kube-system/attachdetach-controller.yaml", - ) -} - -func serviceaccountKubeSystemAttachdetachControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemAttachdetachControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/attachdetach-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemCertificateControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc2\x50\x08\x06\xe0\xfd\x9d\x82\x0b\x74\x70\x65\xf3\x0c\x26\xee\x48\x7f\x13\xd2\x3e\x68\x80\x36\xf1\xf6\x2e\x9d\x3f\x39\xec\x8d\x2c\x0b\x67\xba\x1e\x63\x33\x5f\x99\x5e\xc8\xcb\x14\x4f\xd5\x38\xbd\xc7\x44\xcb\x2a\x2d\x3c\x88\x5c\x26\x98\x14\xd9\xf6\x35\x95\xc6\xa2\xe1\x9d\xb1\xef\xc8\x9b\xeb\x10\x05\xd3\x76\x7e\xb0\xd4\xaf\x1a\x73\xfc\x03\x00\x00\xff\xff\xbb\x0d\xf4\x61\x66\x00\x00\x00") - -func serviceaccountKubeSystemCertificateControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemCertificateControllerYaml, - "ServiceAccount/kube-system/certificate-controller.yaml", - ) -} - -func serviceaccountKubeSystemCertificateControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemCertificateControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/certificate-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemClusterroleAggregationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x14\xb4\xe9\x98\x01\x89\xde\xf8\xbe\xa2\xe8\x12\xfb\x64\x3b\x27\xb1\x3d\x0d\xfd\xe3\x6b\xbc\xe1\x31\x4c\x1b\xdd\x8f\x72\x0e\x3d\x1a\xbd\xe0\xf7\x10\x3c\x45\x6c\x6b\x96\x85\xe4\x83\x93\x5b\x21\x52\x5e\x68\x24\x73\x47\xc2\xdd\x26\x2a\xf7\xee\xe8\x9c\xc3\xb4\x8a\x69\xba\xcd\x09\xff\xd3\xb8\x58\xd0\xe8\xdc\x1f\xd4\xf8\x46\x62\x95\x5f\x00\x00\x00\xff\xff\x57\xfb\xa5\xf7\x72\x00\x00\x00") - -func serviceaccountKubeSystemClusterroleAggregationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemClusterroleAggregationControllerYaml, - "ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml", - ) -} - -func serviceaccountKubeSystemClusterroleAggregationControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemClusterroleAggregationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemCronjobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x21\x0e\xc3\x50\x08\x06\x60\xff\x4e\xc1\x05\x2a\x66\x71\x3b\xc3\x92\x79\x4a\x7f\xc1\xda\x07\x0d\xd0\x26\xbb\xfd\xcc\xf4\x27\xa7\xbd\x91\x65\xe1\x4c\xf7\x63\xec\xe6\x1b\xd3\x0b\x79\x9b\xe2\xa9\x1a\x97\xf7\x98\x68\xd9\xa4\x85\x07\x91\xcb\x04\x93\x66\xf8\x27\xd6\x45\xc3\x3b\xe3\x38\x90\x7f\xaa\x53\x14\x4c\xfb\xb5\x62\xa9\x6f\x35\xe6\xf8\x05\x00\x00\xff\xff\x7b\x5f\xab\xfe\x62\x00\x00\x00") - -func serviceaccountKubeSystemCronjobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemCronjobControllerYaml, - "ServiceAccount/kube-system/cronjob-controller.yaml", - ) -} - -func serviceaccountKubeSystemCronjobControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemCronjobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/cronjob-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemDaemonSetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\x80\x8b\xb4\x74\x99\x21\x52\x7a\x82\x7f\x61\xdd\x19\x4e\xc0\x59\xca\xf6\x69\x52\x3f\xb9\xe6\x1b\x91\xd3\x8d\x69\x3f\xda\x31\x6d\x30\xbd\x10\x7b\x2a\x9e\xaa\x7e\x5b\xb5\x85\x92\x21\x25\xdc\x88\x4c\x16\x98\x86\x60\xb9\xf5\x44\x75\x75\xab\xf0\xf3\x44\xfc\x35\x2f\x51\x30\x1d\xf7\x07\x3d\xbf\x59\x58\xed\x17\x00\x00\xff\xff\x35\x22\x26\xff\x65\x00\x00\x00") - -func serviceaccountKubeSystemDaemonSetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemDaemonSetControllerYaml, - "ServiceAccount/kube-system/daemon-set-controller.yaml", - ) -} - -func serviceaccountKubeSystemDaemonSetControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemDaemonSetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/daemon-set-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemDeploymentControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x21\x0e\xc3\x30\x0c\x05\x50\x9e\x53\xf8\x02\x05\xa3\x66\x3b\xc3\xa4\x71\xcf\xf9\x20\x6a\x62\x47\xb1\x5b\x29\xb7\x1f\x29\x7e\x32\xdb\x17\x2b\x9a\x1b\xd3\xfd\x2a\x67\xb3\xca\xf4\xc1\xba\x9b\xe2\xad\xea\x97\x65\x19\x48\xa9\x92\xc2\x85\xc8\x64\x80\xa9\x62\x76\xdf\x03\x96\x87\xba\xe5\xf2\xde\xb1\x1e\x8d\x29\x0a\xa6\xf3\xfa\xe1\x88\x1d\x89\x51\xfe\x01\x00\x00\xff\xff\x72\x66\xdb\x91\x65\x00\x00\x00") - -func serviceaccountKubeSystemDeploymentControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemDeploymentControllerYaml, - "ServiceAccount/kube-system/deployment-controller.yaml", - ) -} - -func serviceaccountKubeSystemDeploymentControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemDeploymentControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/deployment-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemDisruptionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\xc0\x15\x69\xdd\x65\x86\x48\xe9\x09\xfe\x05\xba\x33\x58\x80\x4f\xca\xf6\x69\x52\x3f\x5e\xfa\x46\xa4\xba\x75\xba\x1f\xed\x54\x1b\x9d\x5e\x88\x5b\x05\x4f\x11\xdf\x56\x6d\xa2\x78\x70\x71\x6f\x44\xc6\x13\x9d\x86\x66\xec\x55\xea\x76\x88\x5b\x85\x5f\x17\xe2\xaf\xb9\x58\xd0\xe9\xdc\x1f\x1c\xf9\xcd\xc2\x6c\xbf\x00\x00\x00\xff\xff\xce\xeb\xff\x1b\x65\x00\x00\x00") - -func serviceaccountKubeSystemDisruptionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemDisruptionControllerYaml, - "ServiceAccount/kube-system/disruption-controller.yaml", - ) -} - -func serviceaccountKubeSystemDisruptionControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemDisruptionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/disruption-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemEndpointControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\xc0\x15\x69\xe9\x32\x43\xa4\xf4\x04\xff\x02\xdd\x19\x2c\xc3\x59\xca\xf6\x69\x52\x3f\x99\xf6\xc6\x4a\x0b\x67\xda\x8f\x76\x9a\x77\xa6\x17\xd6\x36\xc5\x53\x35\x6e\xaf\x36\x50\xd2\xa5\x84\x1b\x91\xcb\x00\x13\xbc\xcf\x30\xaf\x43\xc3\x6b\xc5\x75\x61\xfd\x2d\xa7\x28\x98\xce\xfb\x83\x23\xbf\x59\x18\xed\x17\x00\x00\xff\xff\x85\x62\x4f\x04\x63\x00\x00\x00") - -func serviceaccountKubeSystemEndpointControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemEndpointControllerYaml, - "ServiceAccount/kube-system/endpoint-controller.yaml", - ) -} - -func serviceaccountKubeSystemEndpointControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemEndpointControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/endpoint-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemExpandControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x19\xba\xb2\xf5\x0c\x95\xba\x53\xfc\x07\x2b\x31\x58\x40\xa2\xf6\xf6\x5d\x32\x3f\x59\xe3\x8d\xc8\xe1\xc6\x74\x3d\xda\x3e\xac\x33\xbd\x10\xd7\x50\x3c\x55\xfd\xb4\x6a\x13\x25\x5d\x4a\xb8\x11\x99\x4c\x30\xe1\xbb\xc4\xfa\xa6\x6e\x15\x7e\x1c\x88\x5b\x72\x89\x82\x69\x3f\x3f\xd8\xf2\x97\x85\xd9\xfe\x01\x00\x00\xff\xff\x8e\x06\x78\x73\x61\x00\x00\x00") - -func serviceaccountKubeSystemExpandControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemExpandControllerYaml, - "ServiceAccount/kube-system/expand-controller.yaml", - ) -} - -func serviceaccountKubeSystemExpandControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemExpandControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/expand-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemGenericGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x1e\xba\xb2\xf5\x0c\x95\xba\x13\xf2\x65\xa1\xc4\x38\xc2\xc4\x52\x6f\xdf\x25\xfb\x93\xcb\xbe\x88\x69\xc3\x99\xd6\xab\x1c\xe6\x3b\xd3\x07\xb1\x4c\xf1\x56\x1d\xb7\x67\xe9\x48\xd9\x25\x85\x0b\x91\x4b\x07\x53\x83\x23\x4c\x6b\x93\xd8\xa4\xa1\xea\x38\x4f\x68\x8e\x78\xc4\xbc\x44\xc1\x74\xdc\x1b\xea\xfc\xcd\x44\x2f\xff\x00\x00\x00\xff\xff\x97\xae\x4a\x71\x69\x00\x00\x00") - -func serviceaccountKubeSystemGenericGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemGenericGarbageCollectorYaml, - "ServiceAccount/kube-system/generic-garbage-collector.yaml", - ) -} - -func serviceaccountKubeSystemGenericGarbageCollectorYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemGenericGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/generic-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemHorizontalPodAutoscalerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x14\xb4\xe9\x98\x01\x89\xde\x38\x5f\xc2\xba\x8b\x1d\xc5\xce\x49\x30\x3d\x0d\xfd\xe3\xa9\x4f\xac\x50\xb7\x46\xd7\xad\x1c\x6a\xbd\xd1\x03\xeb\x52\xc1\x5d\xc4\xb7\x65\x19\x48\xee\x9c\xdc\x0a\x91\xf1\x40\xa3\xb7\x2f\xfd\xba\x25\x9f\x75\x7a\xaf\xbc\xd3\x43\xf8\xc4\xfa\x8b\x98\x2c\x68\x74\xec\x17\x6a\x7c\x22\x31\xca\x2f\x00\x00\xff\xff\x2b\xc0\x5c\x54\x69\x00\x00\x00") - -func serviceaccountKubeSystemHorizontalPodAutoscalerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemHorizontalPodAutoscalerYaml, - "ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml", - ) -} - -func serviceaccountKubeSystemHorizontalPodAutoscalerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemHorizontalPodAutoscalerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemJobControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\x21\x0e\xc3\x50\x08\x06\x60\xff\x4e\xc1\x05\x2a\x66\x71\x3b\xc3\x92\x79\x4a\x7f\xc1\xda\x07\x0d\xd0\x26\xbb\xfd\xcc\xec\x27\xa7\xbd\x91\x65\xe1\x4c\xf7\x63\xec\xe6\x1b\xd3\x0b\x79\x9b\xe2\xa9\x1a\x97\xf7\x98\x68\xd9\xa4\x85\x07\x91\xcb\x04\xd3\x27\xd6\x45\xc3\x3b\xe3\x38\x90\x7f\xae\x53\x14\x4c\xfb\xb5\x62\xa9\x6f\x35\xe6\xf8\x05\x00\x00\xff\xff\x7b\x3f\x8a\x44\x5e\x00\x00\x00") - -func serviceaccountKubeSystemJobControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemJobControllerYaml, - "ServiceAccount/kube-system/job-controller.yaml", - ) -} - -func serviceaccountKubeSystemJobControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemJobControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/job-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\xc3\x40\x08\x46\xe1\xfe\xa6\x60\x01\x17\x69\xe9\x32\x43\xa4\xf4\x04\xff\x05\xb2\x0f\x2c\xc0\x96\xb2\x7d\x24\x2b\xcd\x2b\xde\x27\x87\xbd\x91\x65\xe1\x4c\xd7\x63\x6c\xe6\x2b\xd3\x0b\x79\x99\xe2\xa9\x1a\xa7\xf7\x98\x68\x59\xa5\x85\x07\x91\xcb\x04\xdf\xad\x43\x14\x8b\x86\x77\xc6\xbe\x23\xff\x78\x6f\xa6\xed\xfc\x60\xa9\x6f\x35\xe6\xf8\x05\x00\x00\xff\xff\x46\xe2\x6c\x3e\x64\x00\x00\x00") - -func serviceaccountKubeSystemNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemNamespaceControllerYaml, - "ServiceAccount/kube-system/namespace-controller.yaml", - ) -} - -func serviceaccountKubeSystemNamespaceControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemNodeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\xb1\x0d\xc3\x40\x08\x05\xd0\xfe\xa6\x60\x01\x17\x69\xe9\x32\x43\xa4\xf4\x84\xfb\x05\xb2\x0f\x2c\xc0\x96\xb2\x7d\x9a\xb4\x4f\x4e\x7b\x23\xcb\xc2\x99\xee\xc7\xd8\xcd\x27\xd3\x0b\x79\x9b\xe2\xa9\x1a\x97\xf7\x58\x68\x99\xd2\xc2\x83\xc8\x65\x81\xc9\x63\x62\xd3\xf0\xce\x38\x0e\xe4\xdf\xeb\x14\x05\xd3\x7e\x7d\xb0\xd5\xb7\x1a\x6b\xfc\x02\x00\x00\xff\xff\x3b\x44\x9c\x61\x5f\x00\x00\x00") - -func serviceaccountKubeSystemNodeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemNodeControllerYaml, - "ServiceAccount/kube-system/node-controller.yaml", - ) -} - -func serviceaccountKubeSystemNodeControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemNodeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/node-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemPersistentVolumeBinderYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x31\x0a\x43\x21\x0c\x06\xe0\xdd\x53\xe4\x02\x0e\x5d\xb3\xf5\x0c\x85\xee\x79\xfa\x0f\xc1\x1a\xc5\x44\xa1\xb7\x2f\x85\xb7\x7f\x9f\x4c\x7d\x63\xb9\x0e\x63\x3a\x8f\xd4\xd4\x2a\xd3\x0b\xeb\x68\xc1\xb3\x94\xb1\x2d\x52\x47\x48\x95\x10\x4e\x44\x26\x1d\x4c\xf3\x5f\x3c\x60\x91\xcf\xf8\xec\x8e\x7c\xa9\x55\xac\x1b\xf8\x94\x02\xa6\xb6\x2f\x64\xff\x7a\xa0\xa7\x5f\x00\x00\x00\xff\xff\xe6\xad\x24\x4b\x68\x00\x00\x00") - -func serviceaccountKubeSystemPersistentVolumeBinderYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemPersistentVolumeBinderYaml, - "ServiceAccount/kube-system/persistent-volume-binder.yaml", - ) -} - -func serviceaccountKubeSystemPersistentVolumeBinderYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemPersistentVolumeBinderYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/persistent-volume-binder.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemPodGarbageCollectorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc3\x20\x0c\x05\xd0\x9d\x53\xf8\x02\x0c\x5d\xbd\xf5\x0c\x95\xba\xff\x98\xaf\x08\x25\x60\x04\x4e\xa4\xde\xbe\x4b\xe6\x87\x51\xbf\x9c\xab\x7a\x57\xb9\x5f\xe9\xa8\xbd\xa8\x7c\x38\xef\x6a\x7c\x9b\xf9\xd5\x23\x35\x06\x0a\x02\x9a\x44\x3a\x1a\x55\x86\x97\xbc\x63\x6e\xd8\x99\xcd\xcf\x93\x16\x3e\x1f\x5d\x03\x46\x95\xe3\xda\x98\xd7\x6f\x05\x5b\xfa\x07\x00\x00\xff\xff\x10\xde\xd2\x47\x65\x00\x00\x00") - -func serviceaccountKubeSystemPodGarbageCollectorYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemPodGarbageCollectorYaml, - "ServiceAccount/kube-system/pod-garbage-collector.yaml", - ) -} - -func serviceaccountKubeSystemPodGarbageCollectorYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemPodGarbageCollectorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/pod-garbage-collector.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemPvProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\x80\x8b\xb4\x74\x99\x21\x52\x7a\xc2\xfd\x02\xdd\x19\x2c\xcc\x59\xca\xf6\x69\xd2\x3f\x99\xf6\x46\x2e\x0b\x67\xda\x8f\x76\x9a\x1f\x4c\x2f\xe4\x36\xc5\x53\x35\x6e\xaf\x36\x50\x72\x48\x09\x37\x22\x97\x01\xa6\xb9\xfb\xcc\x28\x68\x59\x78\xd7\xf0\xca\xb8\x2e\xe4\x1f\xac\x29\x0a\xa6\xf3\xfe\xa0\xaf\xef\x2a\x8c\xf6\x0b\x00\x00\xff\xff\x31\xf1\x4f\xb5\x68\x00\x00\x00") - -func serviceaccountKubeSystemPvProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemPvProtectionControllerYaml, - "ServiceAccount/kube-system/pv-protection-controller.yaml", - ) -} - -func serviceaccountKubeSystemPvProtectionControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemPvProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/pv-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemPvcProtectionControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\x80\x8b\xb4\x74\x99\x21\x52\x7a\xc2\xfd\x02\xdd\x19\x2c\xcc\x59\xca\xf6\x69\xd2\x3f\x99\xf6\x46\x2e\x0b\x67\xda\x8f\x76\x9a\x1f\x4c\x2f\xe4\x36\xc5\x53\x35\x6e\xaf\x36\x50\x72\x48\x09\x37\x22\x97\x01\xa6\xb9\xb5\xcf\x8c\x82\x96\x85\x77\x0d\xaf\x8c\xeb\x42\xfe\xc5\x9a\xa2\x60\x3a\xef\x0f\xfa\xfa\xae\xc2\x68\xbf\x00\x00\x00\xff\xff\x4c\xd1\xac\x16\x69\x00\x00\x00") - -func serviceaccountKubeSystemPvcProtectionControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemPvcProtectionControllerYaml, - "ServiceAccount/kube-system/pvc-protection-controller.yaml", - ) -} - -func serviceaccountKubeSystemPvcProtectionControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemPvcProtectionControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/pvc-protection-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemReplicasetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\xc0\x15\x69\xe9\x32\x43\xa4\xf4\x84\xfb\x05\x3a\x1b\x5b\xc0\x59\xca\xf6\x69\x52\x3f\x59\xf6\x46\xa4\x4d\x67\xda\x8f\x76\x99\x9f\x4c\x2f\xc4\x36\xc5\x53\x75\xde\x5e\x6d\xa0\xe4\x94\x12\x6e\x44\x2e\x03\x4c\x81\xd5\x4d\x25\x51\x87\x4e\xaf\x98\xbd\x23\xfe\x9a\x4b\x14\x4c\xd7\xfd\xc1\x91\xdf\x2c\x8c\xf6\x0b\x00\x00\xff\xff\xf3\x6b\x35\x86\x65\x00\x00\x00") - -func serviceaccountKubeSystemReplicasetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemReplicasetControllerYaml, - "ServiceAccount/kube-system/replicaset-controller.yaml", - ) -} - -func serviceaccountKubeSystemReplicasetControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemReplicasetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/replicaset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemReplicationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\xc0\x15\x69\xe9\x32\x43\xa4\xf4\x84\xfb\x05\x3a\x1b\x2c\xcc\x59\xca\xf6\x69\x52\x3f\x99\xf6\x46\x2e\x0b\x67\xda\x8f\x76\x99\x9f\x4c\x2f\xe4\x36\xc5\x53\x35\x6e\xaf\x36\x50\x72\x4a\x09\x37\x22\x97\x01\xa6\xc4\xec\xa6\x52\x16\x7e\x68\x78\x65\xf4\x8e\xfc\xf3\x9a\xa2\x60\xba\xee\x0f\x8e\xf5\x5d\x85\xd1\x7e\x01\x00\x00\xff\xff\xdf\xa4\xbe\xb4\x66\x00\x00\x00") - -func serviceaccountKubeSystemReplicationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemReplicationControllerYaml, - "ServiceAccount/kube-system/replication-controller.yaml", - ) -} - -func serviceaccountKubeSystemReplicationControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemReplicationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/replication-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x19\xba\xb2\xf5\x0c\x95\xba\x53\xf2\x07\x2b\x31\xa4\x80\x2d\xf5\xf6\x5d\xb2\x3f\xb9\xfa\x1b\x91\xdd\x8d\x69\x3d\xda\xd1\x6d\x67\x7a\x21\x56\x57\x3c\x55\x7d\x5a\xb5\x81\x92\x5d\x4a\xb8\x11\x99\x0c\x30\x05\xd2\x67\x28\xbe\xd3\x4b\x36\x75\xab\xf0\xf3\x44\xdc\x20\x2f\x51\x30\x1d\xf3\x83\x2d\x7f\x59\x18\xed\x1f\x00\x00\xff\xff\x81\x8b\x68\xa0\x68\x00\x00\x00") - -func serviceaccountKubeSystemResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemResourcequotaControllerYaml, - "ServiceAccount/kube-system/resourcequota-controller.yaml", - ) -} - -func serviceaccountKubeSystemResourcequotaControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemServiceAccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x1e\xba\xb2\xf5\x0c\x95\xba\x53\xf2\x07\x2b\x31\x44\x40\x22\xf5\xf6\x1d\xdc\xfd\xc9\x39\xde\x88\x1c\x6e\x4c\xf7\xa3\xed\xc3\x36\xa6\x17\xe2\x1e\x8a\xa7\xaa\x5f\x56\x6d\xa2\x64\x93\x12\x6e\x44\x26\x13\x4c\xb9\x40\x97\x25\xba\xba\x55\xf8\x71\x20\xfe\x24\x4f\x51\x30\xed\xd7\x07\x3d\xbf\x59\x98\xed\x17\x00\x00\xff\xff\xbb\x35\x9b\xf3\x6a\x00\x00\x00") - -func serviceaccountKubeSystemServiceAccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemServiceAccountControllerYaml, - "ServiceAccount/kube-system/service-account-controller.yaml", - ) -} - -func serviceaccountKubeSystemServiceAccountControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemServiceAccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/service-account-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemServiceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\xc3\x40\x08\x05\xd0\xfe\xa6\x60\x01\x17\x69\xe9\x32\x43\xa4\xf4\x04\xff\x02\xd9\x07\x16\x60\x4b\xd9\x3e\x45\x5c\xbf\x27\x87\xbd\x91\x65\xe1\x4c\xd7\x63\x6c\xe6\x2b\xd3\x0b\x79\x99\xe2\xa9\x1a\xa7\xf7\x98\x68\x59\xa5\x85\x07\x91\xcb\x04\x53\xfd\xc3\xa2\xe1\x9d\xb1\xef\xc8\x9b\xea\x10\x05\xd3\x76\x7e\xb0\xd4\xb7\x1a\x73\xfc\x02\x00\x00\xff\xff\x9c\x39\xaa\x74\x62\x00\x00\x00") - -func serviceaccountKubeSystemServiceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemServiceControllerYaml, - "ServiceAccount/kube-system/service-controller.yaml", - ) -} - -func serviceaccountKubeSystemServiceControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemServiceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/service-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountKubeSystemStatefulsetControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x3a\xb0\x7a\xe3\x0c\x48\xec\xc6\xfd\x48\x51\x13\xa7\x8a\x7f\x2a\x71\x7b\x96\xce\xcf\xce\xfa\xc6\xcc\x3a\x42\xe5\x7a\x94\xa3\xc6\xae\xf2\xc2\xbc\xaa\xe3\xe9\x3e\x56\xb0\x74\xd0\x76\xa3\x69\x11\x09\xeb\x50\x49\x1a\xf1\x5d\x2d\xc1\xcd\x47\x70\x8e\xd6\x30\x6f\xce\xd3\x1c\x2a\xc7\xfa\x60\xcb\x5f\x12\xbd\xfc\x03\x00\x00\xff\xff\xda\xec\x8c\x68\x66\x00\x00\x00") - -func serviceaccountKubeSystemStatefulsetControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountKubeSystemStatefulsetControllerYaml, - "ServiceAccount/kube-system/statefulset-controller.yaml", - ) -} - -func serviceaccountKubeSystemStatefulsetControllerYaml() (*asset, error) { - bytes, err := serviceaccountKubeSystemStatefulsetControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/kube-system/statefulset-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x32\xb0\x7a\xe3\x0c\x48\xec\x8e\xfb\x11\x56\x5b\x27\xb2\x4d\xcf\xcf\x00\xeb\x1b\x9e\x2c\x7b\x22\xd2\xa6\x33\x5d\xb7\xb6\x9b\x6f\x4c\x0f\xc4\x65\x8a\xbb\xea\xfc\x78\xb5\x13\x25\x9b\x94\x70\x23\x72\x39\xc1\x24\x39\xba\x1e\x06\xaf\x3f\xe5\x12\x05\xd3\x5c\xf0\x7c\xdb\xab\xba\x78\xda\x38\xd0\xf3\x57\xf5\x11\x73\x47\xb4\x6f\x00\x00\x00\xff\xff\xd7\x34\xcf\xb8\x6f\x00\x00\x00") - -func serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYaml, - "ServiceAccount/openshift-ansible-service-broker/asb-client.yaml", - ) -} - -func serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-ansible-service-broker/asb-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAnsibleServiceBrokerAsbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x32\xb0\x7a\xe3\x0c\x48\xec\x3f\xe9\x47\x58\xa5\x4e\x14\x9b\x9e\x9f\x81\x6e\x6f\x7a\x98\xf6\xe4\x0a\x1b\xae\x72\xde\xca\x6e\xbe\xa9\x3c\xb8\x4e\xeb\xbc\xf7\x3e\xbe\x9e\xe5\x60\x62\x43\x42\x8b\x88\xe3\xa0\x0a\xa2\x5d\x8e\x89\x4e\x95\x31\xe9\xf1\xb6\x57\x56\x78\x58\xfb\xb0\xc6\xff\xa8\x6d\x8d\x9d\xab\xfc\x02\x00\x00\xff\xff\x34\xc9\x9d\xab\x68\x00\x00\x00") - -func serviceaccountOpenshiftAnsibleServiceBrokerAsbYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAnsibleServiceBrokerAsbYaml, - "ServiceAccount/openshift-ansible-service-broker/asb.yaml", - ) -} - -func serviceaccountOpenshiftAnsibleServiceBrokerAsbYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAnsibleServiceBrokerAsbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-ansible-service-broker/asb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAzureBlackboxmonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\x31\x0e\x02\x41\x08\x05\xd0\x7e\x4e\xc1\x05\x2c\x6c\xe9\x3c\x83\x89\x3d\xcb\x7e\x23\x59\x07\x26\x0c\x3b\x31\x9e\xde\xc6\xf6\xc9\xb0\x07\x72\x5a\x38\xd3\xba\xb6\xc3\x7c\x67\xba\x23\x97\x29\x6e\xaa\x71\x7a\xb5\x8e\x92\x5d\x4a\xb8\x11\xb9\x74\x30\x6d\x6f\xd1\x63\x8b\x4f\x0f\xb7\x8a\xfc\xfb\x1c\xa2\x60\x8a\x01\x9f\x2f\x7b\xd6\x45\xbe\x67\xa2\xfd\x02\x00\x00\xff\xff\xb8\x5a\x6a\x28\x63\x00\x00\x00") - -func serviceaccountOpenshiftAzureBlackboxmonitorYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAzureBlackboxmonitorYaml, - "ServiceAccount/openshift-azure/blackboxmonitor.yaml", - ) -} - -func serviceaccountOpenshiftAzureBlackboxmonitorYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAzureBlackboxmonitorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-azure/blackboxmonitor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x32\xb0\x66\xe3\x0c\x48\xec\x5f\xae\x31\x16\xa9\x1d\x25\x6e\x25\x38\x3d\x4b\xe7\x87\x61\x4f\x99\xcb\xc2\x1b\x9d\xb7\xf2\x31\xdf\x1a\x3d\x64\x9e\xc6\x72\x67\x8e\xc3\xb3\xec\x92\xd8\x90\x68\x85\xc8\xb1\x4b\xa3\x1e\x5a\xe1\xe8\xdf\x34\x5e\x15\x2a\x9e\x97\xad\x01\x96\x46\x31\xc4\xd7\xdb\x5e\x59\xf1\x3b\xa6\xd4\x1e\xaa\xe6\x5a\xfe\x01\x00\x00\xff\xff\xdd\x4e\x3a\x01\x6f\x00\x00\x00") - -func serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYaml, - "ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml", - ) -} - -func serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAzureMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\x31\x0e\x42\x31\x08\x06\xe0\xbd\xa7\xe0\x02\x1d\x5c\xd9\x3c\x83\x89\x3b\xa1\xbf\x4a\x4c\xa1\xa1\xbc\x37\x78\x7a\x97\xb7\x7e\xb2\xec\x89\xdc\x16\xce\x74\xde\xda\xd7\x7c\x30\x3d\x90\xa7\x29\xee\xaa\x71\x78\xb5\x89\x92\x21\x25\xdc\x88\x5c\x26\x98\x50\x3a\xfa\x44\xa5\xe9\xbe\x70\x2f\x51\x30\xc5\x82\xef\x8f\xbd\xaa\xcb\xef\x48\xf4\x19\x6e\x15\x69\xfe\x6e\xff\x00\x00\x00\xff\xff\x17\x90\x50\xc2\x6b\x00\x00\x00") - -func serviceaccountOpenshiftAzureMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAzureMonitoringEtcdMetricsYaml, - "ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml", - ) -} - -func serviceaccountOpenshiftAzureMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAzureMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftAzureMonitoringGenevaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc7\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x2b\x68\xdd\x31\x03\x12\xbd\x95\xfb\x1c\x16\xca\x77\x94\x38\x29\x98\x9e\x86\xf2\x59\xf7\x27\xc6\xf4\xa0\xca\xbe\x95\x8f\xf3\x54\x79\x60\x6c\xaf\xb8\xd7\x1a\x8b\x59\x1a\xd2\x4e\x4b\xd3\x22\x42\x6b\x50\xb9\x40\x6c\xfb\x73\x76\xab\x50\x89\x0e\xce\xb7\xbf\xf2\xb0\xef\x1a\x38\x5a\xd0\x33\x86\xf3\x2a\xbf\x00\x00\x00\xff\xff\x68\x81\xb3\xf5\x65\x00\x00\x00") - -func serviceaccountOpenshiftAzureMonitoringGenevaYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftAzureMonitoringGenevaYaml, - "ServiceAccount/openshift-azure-monitoring/geneva.yaml", - ) -} - -func serviceaccountOpenshiftAzureMonitoringGenevaYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftAzureMonitoringGenevaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-azure-monitoring/geneva.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftConsoleConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xca\x31\x0a\x02\x51\x0c\x45\xd1\xfe\xaf\xe2\x6d\xc0\xc2\x36\x9d\x6b\x10\xec\x63\xe6\x89\xc1\x99\x24\x4c\xbe\xb3\x7e\xb1\x14\xec\xee\x85\xa3\xe5\x37\xee\xed\x19\x82\xe3\x3c\x5e\x1e\x8b\xe0\xca\xfd\x70\xe3\xc5\x2c\xdf\x31\xc7\xc6\xa9\x8b\x4e\x95\x01\xac\x7a\xe7\xda\xdf\x02\xb4\x4a\x90\xc5\xe8\xa7\x3f\xe6\xc9\x32\x3a\x57\x0e\x20\x74\xa3\xe0\xf7\xbb\xd4\xf8\x8f\x7f\x02\x00\x00\xff\xff\x5a\x3f\x49\x79\x82\x00\x00\x00") - -func serviceaccountOpenshiftConsoleConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftConsoleConsoleYaml, - "ServiceAccount/openshift-console/console.yaml", - ) -} - -func serviceaccountOpenshiftConsoleConsoleYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftConsoleConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-console/console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftEtcdEtcdBackupYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0a\x42\x31\x0c\x06\xe0\x3d\xa7\xc8\x05\xde\xe0\x9a\xcd\x33\x08\xee\x31\xfd\xc5\xf0\x78\x69\x68\xd3\x9e\x5f\x04\xd7\x8f\x4f\xd3\x9f\x18\xd3\x7b\x08\xef\x1b\x9d\x1e\x4d\xf8\x81\xb1\xdd\x70\x37\xeb\x2b\x8a\x2e\x94\x36\x2d\x15\x62\x0e\xbd\x20\x8c\xb2\x76\xbc\xd4\xce\x95\x7f\x9b\xa9\x06\xe1\x9e\x88\xf9\xf1\x77\x1d\xbf\x42\xdf\x00\x00\x00\xff\xff\xe9\xe2\xed\x7e\x5e\x00\x00\x00") - -func serviceaccountOpenshiftEtcdEtcdBackupYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftEtcdEtcdBackupYaml, - "ServiceAccount/openshift-etcd/etcd-backup.yaml", - ) -} - -func serviceaccountOpenshiftEtcdEtcdBackupYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftEtcdEtcdBackupYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-etcd/etcd-backup.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraBootstrapAutoapproverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x0d\xc3\x40\x08\x05\xd0\xfe\xa6\x60\x01\x17\x69\xe9\x32\x43\xa4\xf4\x3f\x67\xac\xa0\xc8\x80\x00\xdf\xfc\x69\x5c\x3f\x84\xbe\x25\x4b\xdd\x98\xd6\x63\xfc\xd4\x76\xa6\x97\xe4\xd2\x29\xcf\x39\xfd\xb2\x1e\xa7\x34\x76\x34\x78\x10\x19\x4e\x61\xfa\xb8\x77\x75\x22\x36\x5c\xed\x88\x48\x5f\x92\x37\x57\x60\x0a\x93\x87\x58\x7d\xf5\xe8\x4d\xed\x48\x8c\x7f\x00\x00\x00\xff\xff\xf9\x58\xe3\x0b\x6a\x00\x00\x00") - -func serviceaccountOpenshiftInfraBootstrapAutoapproverYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraBootstrapAutoapproverYaml, - "ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml", - ) -} - -func serviceaccountOpenshiftInfraBootstrapAutoapproverYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraBootstrapAutoapproverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraBuildConfigChangeControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x00\xc0\xdd\xaf\xe0\x03\x1e\xba\xb2\xf5\x0d\x95\xba\x53\x8c\x13\x54\x07\x2c\x4c\xf2\xfe\xaa\x52\xc6\x93\x8e\xa6\xbe\x25\x96\xba\x21\x5c\x8f\xf2\x55\x6b\x08\x2f\x89\x4b\x59\x9e\xcc\x7e\x5a\x96\x43\x92\x1a\x25\x61\x01\x30\x3a\x04\xe1\x73\xea\x68\x95\xdd\xba\x6e\x95\x77\xb2\x4d\xfe\xca\xf0\x31\x24\xee\xb6\x26\xb1\x20\xf8\x14\x5b\xbb\xf6\xac\x6a\x3d\xa8\xfc\x02\x00\x00\xff\xff\xbd\xbe\xa8\x31\x72\x00\x00\x00") - -func serviceaccountOpenshiftInfraBuildConfigChangeControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraBuildConfigChangeControllerYaml, - "ServiceAccount/openshift-infra/build-config-change-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraBuildConfigChangeControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraBuildConfigChangeControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/build-config-change-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraBuildControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x19\xba\xb2\xf5\x0c\x95\xba\x53\xfc\xa3\xa2\x3a\x60\x61\x92\xf3\x77\xc9\xfc\x64\xda\x1b\xb9\x2c\x9c\xe9\x7a\xb4\x9f\x79\x67\x7a\x21\x2f\x53\x3c\x55\xe3\xf4\x6a\x07\x4a\xba\x94\x70\x23\x72\x39\xc0\xf4\x39\x6d\xf4\x4d\xc3\x2b\x63\x0c\xe4\x0d\x6b\x8a\x82\x29\x26\x7c\x7d\x6d\xaf\xcd\x7c\x4f\x69\xff\x00\x00\x00\xff\xff\x0b\x91\xf1\xef\x64\x00\x00\x00") - -func serviceaccountOpenshiftInfraBuildControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraBuildControllerYaml, - "ServiceAccount/openshift-infra/build-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraBuildControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraBuildControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/build-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\xad\x03\x31\x08\x06\xe0\xde\x53\xb0\x80\x8b\xd7\xd2\xbd\x19\x22\xa5\x47\xdc\x7f\x0a\x8a\x0f\x1c\x8c\x6f\xfe\x34\xe9\x3f\x99\xf6\x44\x2e\x0b\x67\xba\xff\xda\xdb\xfc\x60\x7a\x20\x6f\x53\xfc\xab\xc6\xf6\x6a\x17\x4a\x0e\x29\xe1\x46\xe4\x72\x81\x49\xc7\x5e\x85\xec\x9f\x1d\x25\x3d\xa1\xe1\x6a\xc3\xa4\x2c\xbc\x6b\x78\x65\x8c\x81\xfc\xf9\x35\x45\xc1\x14\x13\xbe\x5e\x76\x56\x37\x3f\x53\xda\x37\x00\x00\xff\xff\x37\xc4\x82\x2f\x7b\x00\x00\x00") - -func serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYaml, - "ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraCustomerAdminControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\x80\x8b\xb4\x74\x99\x21\x52\x7a\x84\xff\x29\x28\x67\xb0\x30\x77\xf3\xa7\x49\xff\x64\xd9\x1b\xb9\x2d\x9c\xe9\x7e\xb4\xaf\xf9\x60\x7a\x21\x6f\x53\x3c\x55\xe3\xf2\x6a\x13\x25\x43\x4a\xb8\x11\xb9\x4c\x30\xe9\xb5\x2b\x26\xb2\xcb\x98\xe6\x5d\xc3\x2b\xe3\x3c\x91\x7f\xb1\x97\x28\x98\x62\xc1\xf7\xc7\x8e\xea\xe6\x47\x4a\xfb\x05\x00\x00\xff\xff\x67\xaf\xd6\x38\x6d\x00\x00\x00") - -func serviceaccountOpenshiftInfraCustomerAdminControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraCustomerAdminControllerYaml, - "ServiceAccount/openshift-infra/customer-admin-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraCustomerAdminControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraCustomerAdminControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/customer-admin-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraDefaultRolebindingsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x12\x02\x21\x0c\x05\xd0\x9e\x53\xe4\x02\x14\xb6\x74\x9e\xc1\x19\xfb\x18\x3e\x9a\x91\x4d\x98\x90\xdd\xf3\xdb\xd8\x3f\x5e\xfa\x44\x6c\x75\x6b\x74\xdd\xca\x57\xad\x37\x7a\x20\x2e\x15\xdc\x45\xfc\xb4\x2c\x07\x92\x3b\x27\xb7\x42\x64\x7c\xa0\x51\xc7\xe0\x73\x66\x0d\x9f\x78\xa9\x75\xb5\xf7\xae\xe2\x96\xe1\x73\x22\xfe\x6e\x2f\x16\x34\xf2\x05\xdb\x1f\x1d\x59\xd5\x46\x70\xf9\x05\x00\x00\xff\xff\x38\x13\xad\x27\x73\x00\x00\x00") - -func serviceaccountOpenshiftInfraDefaultRolebindingsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraDefaultRolebindingsControllerYaml, - "ServiceAccount/openshift-infra/default-rolebindings-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraDefaultRolebindingsControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraDefaultRolebindingsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/default-rolebindings-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraDeployerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\x42\x31\x08\x06\xe0\xbd\xa7\xe0\x02\x6f\x70\x65\xf3\x0c\x26\xee\x84\xfe\x2f\x12\xfb\xa0\xa1\xd8\xc4\xdb\xbb\x38\x7f\x32\xed\x89\x5c\x16\xce\xb4\x6f\xed\x6d\xde\x99\x1e\xc8\x6d\x8a\xbb\x6a\x7c\xbc\xda\x85\x92\x2e\x25\xdc\x88\x5c\x2e\x30\x75\xcc\x11\x5f\xe4\xa1\xe1\x95\x31\x06\xf2\x6f\x6b\x8a\x82\x29\x26\x7c\xbd\xec\xac\xc3\xfc\x4c\x69\xbf\x00\x00\x00\xff\xff\x16\x69\x39\x17\x67\x00\x00\x00") - -func serviceaccountOpenshiftInfraDeployerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraDeployerControllerYaml, - "ServiceAccount/openshift-infra/deployer-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraDeployerControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraDeployerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/deployer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraDeploymentconfigControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x2b\x68\xd3\x31\x03\x12\xbd\xe5\xfc\x80\x45\x62\x47\x8e\x39\x89\xed\x69\xae\x7f\xbc\xf4\x89\xd8\xea\x56\xe9\xbc\x95\x8f\x5a\xab\xf4\x40\x9c\x2a\xb8\x8b\xf8\xd7\xb2\x4c\x24\x37\x4e\xae\x85\xc8\x78\xa2\x52\xc3\x1a\xfe\x9b\xb0\x14\xb7\xae\xaf\x43\xdc\x32\x7c\x0c\xc4\x65\xf6\x62\x41\x25\x5f\xb0\xfd\xd6\x9e\x87\x5a\x0f\x2e\xff\x00\x00\x00\xff\xff\x33\x96\x1a\x86\x6f\x00\x00\x00") - -func serviceaccountOpenshiftInfraDeploymentconfigControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraDeploymentconfigControllerYaml, - "ServiceAccount/openshift-infra/deploymentconfig-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraDeploymentconfigControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraDeploymentconfigControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/deploymentconfig-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraImageImportControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\x42\x31\x08\x06\xe0\xbd\xa7\xe0\x02\x1d\x5c\xd9\x3c\x83\x89\x3b\xe1\xfd\x4f\x89\xaf\xd0\x50\xec\xf9\x5d\x9c\x3f\x99\xf6\x44\x2e\x0b\x67\xda\xb7\xf6\x31\x3f\x98\x1e\xc8\x6d\x8a\xbb\x6a\x7c\xbd\xda\x40\xc9\x21\x25\xdc\x88\x5c\x06\x98\x6c\xc8\x0b\xdd\xc6\x8c\xac\xae\xe1\x95\x71\x5d\xc8\xbf\xaf\x29\x0a\xa6\x98\xf0\xf5\xb6\xb3\xba\xf9\x99\xd2\x7e\x01\x00\x00\xff\xff\xea\x35\xca\xf5\x6b\x00\x00\x00") - -func serviceaccountOpenshiftInfraImageImportControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraImageImportControllerYaml, - "ServiceAccount/openshift-infra/image-import-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraImageImportControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraImageImportControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/image-import-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraImageTriggerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\xad\x03\x31\x08\x06\xe0\xde\x53\xb0\x80\x8b\xd7\xd2\xbd\x19\x22\xa5\x47\xdc\x7f\x0e\xca\x19\x2c\x4c\x6e\xfe\x34\xe9\x3f\x59\xf6\x44\x6e\x0b\x67\xba\xff\xda\xdb\xfc\x60\x7a\x20\x6f\x53\xfc\xab\xc6\xc7\xab\x4d\x94\x1c\x52\xc2\x8d\xc8\x65\x82\xc9\xa6\x0c\xf4\x4a\x1b\x03\xd9\x35\xbc\x32\xae\x0b\xf9\x03\x7b\x89\x82\x29\x16\x7c\xbf\xec\xac\x6e\x7e\xa6\xb4\x6f\x00\x00\x00\xff\xff\xfd\x55\xc3\x0b\x6c\x00\x00\x00") - -func serviceaccountOpenshiftInfraImageTriggerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraImageTriggerControllerYaml, - "ServiceAccount/openshift-infra/image-trigger-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraImageTriggerControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraImageTriggerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/image-trigger-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraIngressToRouteControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\xad\xc3\x40\x08\x06\xe0\xfe\xa6\x60\x81\x2b\x5e\x4b\xf7\x66\x88\x94\x1e\xe1\xdf\x09\x8a\x0d\x27\xc0\x9e\x3f\x4d\xfa\x4f\x96\x3d\x91\x65\xe1\x4c\xf7\xdf\xf8\x98\x6f\x4c\x0f\xe4\x6d\x8a\x7f\xd5\xb8\xbc\xc7\x89\x96\x4d\x5a\x78\x10\xb9\x9c\x60\x32\x7f\x25\xaa\x66\xc7\xcc\xb8\x1a\x53\xc3\x3b\xe3\x38\x90\x3f\x53\x4b\x14\x4c\xb1\xe0\xf5\xb6\xbd\xa7\xf9\x9e\x32\xbe\x01\x00\x00\xff\xff\xc1\x42\x5c\xf7\x6f\x00\x00\x00") - -func serviceaccountOpenshiftInfraIngressToRouteControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraIngressToRouteControllerYaml, - "ServiceAccount/openshift-infra/ingress-to-route-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraIngressToRouteControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraIngressToRouteControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/ingress-to-route-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcb\x31\x8a\xc3\x40\x0c\x46\xe1\x7e\x4e\xa1\x0b\x4c\xb1\xad\xba\x3d\x43\x20\xbd\x90\x7f\x13\x91\xb1\x34\x68\x64\x43\x6e\x1f\x30\x69\x5e\xf5\x3e\x99\xf6\x44\x2e\x0b\x67\xba\xfe\xda\xdb\x7c\x63\x7a\x20\x2f\x53\xfc\xab\xc6\xe9\xd5\x0e\x94\x6c\x52\xc2\x8d\xc8\xe5\x00\xdf\x5d\x53\x14\x7d\x41\xcf\xb4\xfa\x74\x19\x23\x54\xca\xc2\xbb\x86\x57\xc6\x18\xc8\x1f\xb8\x57\xa6\x98\xf0\xf5\xb2\xbd\xba\xf9\x9e\xd2\xbe\x01\x00\x00\xff\xff\x30\x91\x69\x32\x7c\x00\x00\x00") - -func serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYaml, - "ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraNodeBootstrapperYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\x02\x41\x08\x05\xd0\x7e\x4e\xc1\x05\xb6\xb0\xa5\xf3\x0c\x26\xf6\x38\xf3\x37\x12\xb3\x40\x00\xe7\xfc\x36\xd6\x4f\x42\x9f\xc8\x52\x37\xa6\x7d\x1b\x1f\xb5\xc5\xf4\x40\x6e\x9d\xb8\xcf\xe9\x5f\xeb\x71\xa1\x65\x49\x0b\x0f\x22\x93\x0b\x4c\xe6\x0b\xc7\xcb\xbd\xab\x53\x22\x90\x7f\xa9\x90\x09\x26\x0f\x58\xbd\xf5\xec\x43\xed\x4c\x19\xbf\x00\x00\x00\xff\xff\x47\x1b\xf2\xce\x65\x00\x00\x00") - -func serviceaccountOpenshiftInfraNodeBootstrapperYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraNodeBootstrapperYaml, - "ServiceAccount/openshift-infra/node-bootstrapper.yaml", - ) -} - -func serviceaccountOpenshiftInfraNodeBootstrapperYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraNodeBootstrapperYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/node-bootstrapper.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraOriginNamespaceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\x02\x41\x08\x46\xe1\x7e\x4e\xc1\x05\xa6\xb0\xa5\xf3\x0c\x26\xf6\x84\x65\x95\xb8\xfb\x33\x61\x70\xce\x6f\x34\x96\xef\xe5\x93\xe1\x77\xcb\xe9\x01\xa6\x75\x69\x2f\xc7\xc6\x74\xb3\x5c\xae\x76\x55\x8d\x37\xaa\x9d\x56\xb2\x49\x09\x37\x22\xc8\x69\x4c\x91\xfe\x70\xf4\x6f\xcc\x21\x6a\x5d\x03\x95\x71\x1c\x96\x7f\xf3\xdb\x4c\x31\x0c\xf3\xe9\x7b\x75\xc7\x9e\xd2\x3e\x01\x00\x00\xff\xff\x28\xd4\x5f\x1a\x6f\x00\x00\x00") - -func serviceaccountOpenshiftInfraOriginNamespaceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraOriginNamespaceControllerYaml, - "ServiceAccount/openshift-infra/origin-namespace-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraOriginNamespaceControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraOriginNamespaceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/origin-namespace-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraPvRecyclerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\x42\x31\x08\x06\xe0\xbd\xa7\xe0\x02\x1d\x5c\xd9\x3c\x83\x89\x3b\xe1\xfd\x2f\x12\xfb\xa0\xa1\xd8\xc4\xdb\xbb\x38\x7f\x32\xed\x89\x5c\x16\xce\xb4\x6f\xed\x6d\x7e\x30\x3d\x90\xdb\x14\x77\xd5\xf8\x78\xb5\x0b\x25\x87\x94\x70\x23\x72\xb9\xc0\x34\x77\x4f\xe8\x57\x07\xb2\x6b\x78\x65\x8c\x81\xfc\xf3\x9a\xa2\x60\x8a\x09\x5f\x2f\x3b\xab\x9b\x9f\x29\xed\x17\x00\x00\xff\xff\x49\xaa\x4c\xb2\x6a\x00\x00\x00") - -func serviceaccountOpenshiftInfraPvRecyclerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraPvRecyclerControllerYaml, - "ServiceAccount/openshift-infra/pv-recycler-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraPvRecyclerControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraPvRecyclerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/pv-recycler-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraResourcequotaControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x19\xba\xb2\xf5\x0c\x95\xba\x23\xf2\xa3\xa2\x26\xe0\x62\xec\xf3\x77\xc9\xfe\xa4\xdb\x1b\x39\x2c\x9c\x69\x3d\xda\xd7\x7c\x67\x7a\x21\x97\x29\x9e\xaa\x31\xbd\xda\x85\x92\x5d\x4a\xb8\x11\xb9\x5c\x60\x4a\x8c\x98\xa9\xf8\xcd\x28\xd9\x34\xbc\x32\xce\x13\x79\x83\xd1\x45\xc1\x14\x1d\x3e\x3e\x76\xd4\x66\x7e\xa4\xb4\x7f\x00\x00\x00\xff\xff\xdc\x1c\x29\x4b\x6c\x00\x00\x00") - -func serviceaccountOpenshiftInfraResourcequotaControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraResourcequotaControllerYaml, - "ServiceAccount/openshift-infra/resourcequota-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraResourcequotaControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraResourcequotaControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/resourcequota-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraSdnControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\xb1\x0d\xc3\x40\x08\x05\xd0\xfe\xa6\x60\x01\x17\x69\xe9\x32\x43\xa4\xf4\x88\xc3\x0a\x8a\xfd\x39\x01\xf1\xfc\x69\xdc\x3e\x59\xfe\xb6\x2c\x0f\x30\x5d\x8f\xf1\x75\x4c\xa6\x97\xe5\xe5\x6a\x4f\xd5\xf8\xa1\xc7\x69\x2d\x53\x5a\x78\x10\x41\x4e\x63\xaa\x89\x4d\x03\x9d\x71\x1c\x96\x37\xd7\x12\x35\xa6\x58\x86\xfa\xf8\xde\x9b\x63\x4f\x19\xff\x00\x00\x00\xff\xff\xd6\xf1\x54\xb8\x62\x00\x00\x00") - -func serviceaccountOpenshiftInfraSdnControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraSdnControllerYaml, - "ServiceAccount/openshift-infra/sdn-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraSdnControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraSdnControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/sdn-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraServiceIngressIpControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\xb2\xc2\x40\x08\x06\xe0\x7e\x4f\xc1\x05\xb6\x78\x2d\xdd\x3b\x83\x33\xf6\x0c\xf9\xa3\x8c\x09\xec\x00\xe6\xfc\x16\xda\x7f\xb2\xec\x8e\x2c\x0b\x67\xba\xfe\xc6\xcb\x7c\x63\xba\x21\x2f\x53\xfc\xab\xc6\xdb\x7b\x9c\x68\xd9\xa4\x85\x07\x91\xcb\x09\xa6\xfa\x82\x69\xfe\x48\x54\x4d\x5b\x53\xc3\x3b\xe3\x38\x90\x3f\x55\x4b\x14\x4c\xb1\xe0\xf5\xb4\xbd\xa7\xf9\x9e\x32\x3e\x01\x00\x00\xff\xff\x15\xa6\xd5\xb0\x71\x00\x00\x00") - -func serviceaccountOpenshiftInfraServiceIngressIpControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraServiceIngressIpControllerYaml, - "ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraServiceIngressIpControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraServiceIngressIpControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraServiceServingCertControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\x02\x41\x08\x05\xd0\x7e\x4e\xc1\x05\xa6\xb0\xa5\xf3\x0c\x26\xf6\x84\xfd\xab\xc4\x5d\x98\x30\x38\xe7\x37\x51\xab\xd7\x3c\x19\x76\x47\x4e\x0b\x67\x5a\x97\xf6\x32\xdf\x98\x6e\xc8\x65\x8a\xab\x6a\xbc\xbd\xda\x89\x92\x4d\x4a\xb8\x11\xb9\x9c\x60\x9a\xbf\xd0\xbf\xfa\xa3\x2b\xb2\xba\x86\x57\xc6\x71\x20\xff\x6f\x0e\x51\x30\xc5\x80\xcf\xa7\xed\xd5\xcd\xf7\x94\xf6\x09\x00\x00\xff\xff\xea\xed\x7b\x4d\x73\x00\x00\x00") - -func serviceaccountOpenshiftInfraServiceServingCertControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraServiceServingCertControllerYaml, - "ServiceAccount/openshift-infra/service-serving-cert-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraServiceServingCertControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraServiceServingCertControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/service-serving-cert-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraServiceaccountControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc2\x50\x08\x06\xe0\xfd\x9d\x82\x0b\x74\x70\x65\xf3\x0c\x26\xee\x84\xfe\x8d\xc4\x16\x5e\x00\x7b\x7e\x87\x76\xff\x64\xda\x1b\x59\x16\xce\x74\x3e\xc6\xd7\x7c\x65\x7a\x21\x4f\x53\x3c\x55\xe3\xe7\x3d\x0e\xb4\xac\xd2\xc2\x83\xc8\xe5\x00\x53\x5d\x40\x2e\xb0\x68\x78\x67\xec\x3b\xf2\x16\x35\x45\xc1\x14\x13\x5e\x1f\xdb\x7a\x31\xdf\x52\xc6\x3f\x00\x00\xff\xff\x19\x19\x54\xad\x6d\x00\x00\x00") - -func serviceaccountOpenshiftInfraServiceaccountControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraServiceaccountControllerYaml, - "ServiceAccount/openshift-infra/serviceaccount-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraServiceaccountControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraServiceaccountControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/serviceaccount-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x1e\xba\x7a\xeb\x19\x2a\x75\x47\xe4\x47\x45\x75\xc0\x02\x92\xf3\x77\x48\xf7\xc7\x4b\xdf\x88\x54\xb7\x41\xd7\xa3\x7d\xd5\xb6\x41\x2f\xc4\xa5\x82\xa7\x88\x9f\x56\xed\x40\xf1\xc6\xc5\xa3\x11\x19\x1f\x18\x94\x37\xe0\x1b\xf4\x75\xce\xd9\x13\x12\xa8\xec\xe2\x56\xe1\x73\x22\xfe\x3c\x17\x0b\x06\xf9\x82\xe5\x47\xf7\xea\x6a\x7b\x70\xfb\x05\x00\x00\xff\xff\xd8\x23\x64\x4d\x7a\x00\x00\x00") - -func serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYaml, - "ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraStrimziClusterOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xca\x31\x0a\x02\x41\x0c\x46\xe1\x7e\x4e\x91\x0b\x4c\x61\x3b\x9d\x67\x10\xec\xe3\xec\xbf\x18\x9c\xc9\x84\x24\xbb\x85\xa7\x17\x41\xec\xde\x83\x8f\x4d\xee\xf0\x90\xa5\x8d\xce\x4b\x79\x89\x6e\x8d\x6e\xf0\x53\x3a\xae\xbd\xaf\x43\xb3\x4c\x24\x6f\x9c\xdc\x0a\xd1\xe0\x07\x46\x7c\x8b\x88\xcd\x1a\x45\xba\xcc\xb7\x14\x22\xe5\x89\xff\xd7\x3e\x8e\x48\x78\x5d\x06\xe7\x5c\xfe\x03\x61\xdc\xd1\x68\x19\x34\x9e\xb2\x67\x15\xdd\x9d\xcb\x27\x00\x00\xff\xff\x25\xb0\x40\x66\x87\x00\x00\x00") - -func serviceaccountOpenshiftInfraStrimziClusterOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraStrimziClusterOperatorYaml, - "ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml", - ) -} - -func serviceaccountOpenshiftInfraStrimziClusterOperatorYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraStrimziClusterOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraTemplateInstanceControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x03\x31\x08\x05\xd0\xde\x53\xb0\x80\x8b\xb4\x74\x99\x21\x52\x7a\xc4\xfd\x53\x50\x6c\xb0\x30\xb9\xf9\xd3\x5c\xff\x64\xd9\x1b\xb9\x2d\x9c\xe9\x7a\xb4\xaf\xf9\xc1\xf4\x42\x5e\xa6\x78\xaa\xc6\xcf\xab\x4d\x94\x1c\x52\xc2\x8d\xc8\x65\x82\xa9\x30\xd7\x90\x42\x37\xdf\x25\xae\xe8\x1a\x5e\x19\x63\x20\x6f\xb4\x97\x28\x98\x62\xc1\xf7\xc7\xce\xea\xe6\x67\x4a\xfb\x07\x00\x00\xff\xff\x8f\x5a\x7b\x9d\x70\x00\x00\x00") - -func serviceaccountOpenshiftInfraTemplateInstanceControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraTemplateInstanceControllerYaml, - "ServiceAccount/openshift-infra/template-instance-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraTemplateInstanceControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraTemplateInstanceControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/template-instance-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x14\xb4\xe9\x98\x01\x89\xde\xf2\xfd\x13\x16\xc9\x4f\xe4\x98\x2b\x98\x9e\x86\xfe\xe9\xf2\x27\x62\xfb\x64\x93\xeb\x56\xde\xce\xa3\xc9\x03\x71\xb9\xe1\x6e\x36\x3f\xcc\x32\x90\x7a\x68\x6a\x2b\x22\xd4\x81\x26\x89\xb1\xba\x26\xaa\x73\xa7\xd2\x50\x4f\xa7\x76\xff\x22\xaa\x4d\x66\xcc\xde\x11\x7f\xbe\x97\x1a\x9a\xcc\x05\xee\x97\x9f\x59\x9d\x67\x68\xf9\x05\x00\x00\xff\xff\x66\xa0\x1b\x33\x7a\x00\x00\x00") - -func serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYaml, - "ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftInfraUnidlingControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\x31\x0e\xc3\x30\x08\x05\xd0\xdd\xa7\xe0\x02\x19\xba\xb2\xf5\x0c\x95\xba\x23\x4c\x5a\x54\xe7\x63\x61\x92\xf3\x77\xc9\xfc\x64\xfa\xdb\x72\x79\x80\xe9\x7a\xb4\x9f\xa3\x33\xbd\x2c\x2f\x57\x7b\xaa\xc6\x89\x6a\x87\x95\x74\x29\xe1\x46\x04\x39\x8c\xe9\x84\xf7\xe1\xf8\x6c\x1a\xa8\x8c\x31\x2c\x6f\x5b\x53\xd4\x98\x62\x1a\xd6\xd7\xf7\xda\x1c\x7b\x4a\xfb\x07\x00\x00\xff\xff\xe6\x4a\xb3\xba\x67\x00\x00\x00") - -func serviceaccountOpenshiftInfraUnidlingControllerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftInfraUnidlingControllerYaml, - "ServiceAccount/openshift-infra/unidling-controller.yaml", - ) -} - -func serviceaccountOpenshiftInfraUnidlingControllerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftInfraUnidlingControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-infra/unidling-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xca\x31\x0e\x02\x41\x08\x05\xd0\x7e\x4e\xc1\x05\xb6\xb0\xa5\xf3\x0c\x26\xf6\x84\xfd\x2a\xd1\x81\x09\xb0\x7b\x7e\x1b\x0b\xfb\x27\xcb\xee\xc8\xb2\x70\xa6\xf3\x32\xde\xe6\x3b\xd3\x0d\x79\x9a\xe2\xaa\x1a\x87\xf7\x98\x68\xd9\xa5\x85\x07\x91\xcb\x04\x93\x7e\x8e\x6a\xe4\x36\xc3\xad\x23\xcd\x9f\x5b\x2c\xa4\x74\xe4\xcf\xd4\x12\x05\x53\x2c\x78\xbd\xec\xd1\x7f\x74\x7c\x03\x00\x00\xff\xff\xa1\x93\x95\xce\x74\x00\x00\x00") - -func serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYaml, - "ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml", - ) -} - -func serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftMonitoringMetricsServerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc8\x31\x0e\x02\x41\x08\x05\xd0\x7e\x4e\xc1\x05\xb6\xb0\xa5\xf3\x0c\x26\xf6\x84\xfd\x2a\x31\x03\x13\xc0\x39\xbf\xcd\xb6\x4f\x96\x3d\x91\x65\xe1\x4c\xfb\x36\xbe\xe6\x27\xd3\x03\xb9\x4d\x71\x57\x8d\x9f\xf7\x98\x68\x39\xa5\x85\x07\x91\xcb\x04\xd3\x44\xa7\x69\x1d\x85\xdc\xc8\x8b\x6b\x89\x82\x29\x16\xbc\x3e\xf6\xea\x63\x86\x5b\x47\x9a\xbf\xc7\x3f\x00\x00\xff\xff\xe0\x3b\x53\x3f\x67\x00\x00\x00") - -func serviceaccountOpenshiftMonitoringMetricsServerYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftMonitoringMetricsServerYaml, - "ServiceAccount/openshift-monitoring/metrics-server.yaml", - ) -} - -func serviceaccountOpenshiftMonitoringMetricsServerYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftMonitoringMetricsServerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-monitoring/metrics-server.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftSdnSdnYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xc9\xb1\x09\xc4\x30\x0c\x05\xd0\xde\x53\x68\x81\x2b\xae\x55\x77\x33\x1c\xa4\x17\xf2\x0f\x11\xc1\xb2\xb1\x14\xcf\x1f\x02\xe9\x1e\x3c\x19\xb6\x61\x86\x75\x67\x5a\xdf\x72\x9a\x57\xa6\x3f\xe6\x32\xc5\x4f\xb5\x5f\x9e\xa5\x21\xa5\x4a\x0a\x17\x22\x97\x06\xa6\xa8\xfe\x3a\x86\x28\x98\xfa\x80\xc7\x61\x7b\x7e\x9e\xba\x03\x00\x00\xff\xff\x55\x00\xdf\x84\x55\x00\x00\x00") - -func serviceaccountOpenshiftSdnSdnYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftSdnSdnYaml, - "ServiceAccount/openshift-sdn/sdn.yaml", - ) -} - -func serviceaccountOpenshiftSdnSdnYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftSdnSdnYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-sdn/sdn.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftTemplateServiceBrokerApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\x31\x0e\x42\x31\x08\x06\xe0\xbd\xa7\xe0\x02\x1d\x5c\xd9\x3c\x83\x89\x3b\xf6\xfd\x46\xf2\x2c\x25\x80\x3d\xbf\x83\xae\xdf\xf0\x89\xeb\x1d\x91\xba\x8c\x69\x5f\xda\xa9\x76\x30\xdd\x10\x5b\x07\xae\x63\xac\x8f\x55\x9b\x28\x39\xa4\x84\x1b\x91\xc9\x04\x93\xb8\x26\x62\x23\xfe\x92\x2e\x03\x4c\xcb\x61\xf9\xd2\x67\xf5\xc2\xf4\xb7\x14\x7a\xfe\xaa\xfe\x88\x75\x22\xda\x37\x00\x00\xff\xff\x76\x8f\x24\x13\x6f\x00\x00\x00") - -func serviceaccountOpenshiftTemplateServiceBrokerApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftTemplateServiceBrokerApiserverYaml, - "ServiceAccount/openshift-template-service-broker/apiserver.yaml", - ) -} - -func serviceaccountOpenshiftTemplateServiceBrokerApiserverYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftTemplateServiceBrokerApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-template-service-broker/apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcb\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf0\x05\x32\xb0\x7a\xe3\x0c\x48\xec\xc6\xfd\x08\xab\x8d\x13\xc5\xa6\xe7\x67\x68\xd8\xdf\x93\x61\x4f\xcc\xb0\xee\x4c\xe7\xad\xec\xe6\x1b\xd3\x03\xf3\x34\xc5\x5d\xb5\x7f\x3d\x4b\x43\xca\x26\x29\x5c\x88\x5c\x1a\x98\x12\x6d\x1c\x92\x88\x0b\xbe\x66\xdf\x31\xab\x1e\x06\xcf\x85\x62\x88\x82\xa9\x0f\x78\x7c\xec\x9d\xf5\x7f\xea\x4a\xf5\x5a\xe5\x17\x00\x00\xff\xff\x58\xec\xdd\x2a\x82\x00\x00\x00") - -func serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, - "ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml", - ) -} - -func serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _serviceaccountOpenshiftWebConsoleWebconsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\x31\x0e\xc2\x30\x0c\x85\xe1\x3d\xa7\x78\x17\xe8\xc0\x9a\x8d\x33\x20\xb1\x3b\xe9\x43\x58\xa4\xb6\x55\x87\xf6\xfa\x88\x91\x81\xed\xd7\x2f\x7d\x12\x7a\xe7\x9e\xea\x56\x71\x5c\xca\x4b\x6d\xad\xb8\x71\x3f\xb4\xf3\xda\xbb\xbf\x6d\x96\x8d\x53\x56\x99\x52\x0b\x30\xa4\x71\xe4\xb7\x00\x89\xa8\xf0\xa0\xe5\x53\x1f\x73\x39\xd9\x96\xee\x96\x3e\x58\x00\x93\x8d\x15\x27\xdb\xef\xca\x90\xce\x7f\xea\x13\x00\x00\xff\xff\x26\xf2\x62\xe1\x8d\x00\x00\x00") - -func serviceaccountOpenshiftWebConsoleWebconsoleYamlBytes() ([]byte, error) { - return bindataRead( - _serviceaccountOpenshiftWebConsoleWebconsoleYaml, - "ServiceAccount/openshift-web-console/webconsole.yaml", - ) -} - -func serviceaccountOpenshiftWebConsoleWebconsoleYaml() (*asset, error) { - bytes, err := serviceaccountOpenshiftWebConsoleWebconsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceAccount/openshift-web-console/webconsole.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xc1\x4e\x03\x31\x0c\x44\xef\xfb\x15\xfe\x81\xb4\x20\x2e\x28\xdf\x50\xb8\x54\xe2\x8a\xdc\xac\xcb\x9a\x26\x76\x64\xbb\x3d\xf0\xf5\x68\xb7\x8b\x5a\x89\x43\x6f\x99\xcc\x24\x7a\x33\xd8\xf9\x83\xcc\x59\x25\x43\x53\xe1\x50\x63\xf9\xda\x14\x35\x52\xdf\x14\x6d\xdb\xcb\xf3\x70\x62\x19\x33\xec\xc9\x2e\x5c\xe8\xed\x9a\x1a\x1a\x05\x8e\x18\x98\x07\x80\x8a\x07\xaa\x3e\x9f\x00\xf0\xe7\x6c\x94\xb0\xf7\x0c\xe5\xec\xa1\x8d\x2c\xe1\xd8\x58\x52\x51\x09\xd3\x5a\xc9\x96\xe0\xe9\xd5\x1f\xc7\x04\x1b\xe5\xf5\xcf\x9b\xe1\xab\xe3\x1d\x0b\x65\xd0\x4e\xe2\x13\x1f\x23\xdd\x2a\x0c\xde\xa9\xcc\x44\x24\x63\x57\x96\x58\xf0\x12\xb0\x04\xd9\x05\x6b\x86\x97\x27\x5f\x38\x1a\x85\x71\xf1\xcf\x8e\x31\x65\xd8\xae\x72\xb1\xba\x5a\x64\x98\x22\xfa\x22\xbd\x4c\x34\xe3\xac\x17\xdf\x7a\xd8\xcd\xc5\xf3\x5f\x95\x7b\xaa\x3d\x55\x2a\xa1\x76\x1d\xa5\x61\x94\xe9\x7d\xf6\xae\x3a\xdd\x31\xb3\x1c\x0d\x07\x00\xff\xff\x62\x77\xb7\x2b\xc0\x83\xb1\x7e\x03\x00\x00\xff\xff\x15\xae\x8c\x6b\xcb\x01\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\x41\x4e\xc3\x40\x0c\x45\xf7\x39\x85\x2f\x90\x56\xdd\xa1\x39\x43\x61\x53\x89\x2d\x72\xa7\x86\x98\x66\x6c\xcb\x36\x91\xe0\xf4\x28\x49\x11\x51\xbb\x9b\xff\x3d\xd6\x7f\xdf\x68\xfc\x4a\x1e\xac\x52\xa0\xa9\x70\xaa\xb3\x7c\xec\xaa\x3a\x69\xec\xaa\xb6\xfd\x74\xe8\xae\x2c\x97\x02\x27\xf2\x89\x2b\x3d\xaf\xbf\xba\x46\x89\x17\x4c\x2c\x1d\xc0\x88\x67\x1a\x63\x7e\x01\xe0\xcf\x97\x53\x8f\x66\x05\x2a\x0a\xfa\xf7\xe2\x5e\x9f\xe2\xce\x13\x6c\x74\x27\xc3\xb0\x52\x01\x35\x92\x18\xf8\x3d\xfb\x7f\xa2\x2e\x8c\xea\x1c\x40\x72\x31\x65\xc9\x25\xad\x07\x96\x24\x9f\x70\x2c\x70\x68\x4b\x50\xa3\x74\xae\xf1\x66\x98\x43\x81\xfd\x4d\x2e\x23\x53\xcf\x02\x43\xa6\x2d\x32\xea\x40\x33\xc2\xcd\xf8\xd4\xf3\x71\xae\x51\xfe\x58\xb7\x50\x27\x1a\xa9\xa6\xfa\x5a\xb1\x61\xd6\xe1\x65\x9e\xad\xba\xdf\x20\xaf\xf5\x37\xe0\x00\xf1\xb8\x7c\xdc\x1c\xec\xf1\x38\xbf\x01\x00\x00\xff\xff\x49\x96\x23\xf5\x95\x01\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x41\x8f\x9b\x40\x0c\x85\xef\xfc\x0a\xff\x01\x40\xb9\x55\x73\xab\x2a\xf5\x94\xf6\x12\xa9\xd7\xca\x18\x27\x4c\x81\x99\x91\x6d\xa8\x76\x7f\xfd\x6a\x20\x24\xac\x92\x68\x39\x31\x9f\x87\xe7\x87\xde\xc3\xe4\xff\xb0\xa8\x8f\xc1\xc1\x18\x83\xb7\x28\x3e\x5c\x2a\x8a\xc2\x51\x2b\x8a\x63\x3d\x1f\x8a\xde\x87\xd6\xc1\x89\x65\xf6\xc4\xbf\xd6\x5b\xc5\xc8\x86\x2d\x1a\xba\x02\x60\xc0\x86\x07\xcd\x6f\x00\xf8\x3e\x09\x97\x98\x92\x03\x36\x6a\xcb\x91\x4d\x3c\xe9\x32\xeb\xbf\xe9\xd3\x49\xc0\x91\x9f\x42\x4d\x48\xec\x20\x26\x0e\xda\xf9\xb3\x95\x77\x8f\x85\x26\xa6\xbc\x92\x43\x9b\xa2\x0f\xb6\xec\x2f\xa1\x41\xf5\xf4\x7d\xb2\x6e\xb5\x03\x90\x50\xf5\x7f\x94\x76\x3b\x03\xf4\xfc\xe6\x6e\xf8\x46\x9f\x9a\xc8\xcf\xa4\x2c\xcb\xf0\xb3\xc0\x86\xbf\x12\xf0\xc1\x58\x66\x1c\x1c\x1c\xc6\x05\x5c\x87\x7f\x13\x5a\xe7\xa0\xde\xdf\x4d\x51\xcc\xc1\x9e\x28\x75\x9c\x65\x3b\xb3\xb4\x12\x1b\xf4\x47\x0c\x67\x7f\xd9\xfc\x10\xfe\xf4\x03\x3b\xa8\x67\x94\x5a\xa6\x50\x2b\x93\xb0\x69\xdd\x4f\x0d\x4b\x60\x63\xad\x7c\xac\x75\xcd\x0f\x89\xe2\x14\x6c\x3b\x96\x84\x15\x89\x5d\xa5\x32\x64\xf9\xfd\xf0\x23\xd5\x3d\x81\x35\xdf\x5d\x57\x74\xa6\x02\xe0\x5f\x6c\x8e\xb9\x05\x6e\x0b\x79\x9f\xe0\x89\x07\x26\x8b\xb2\x3a\x1e\xd1\xa8\xcb\x3b\xae\x8d\x29\xe1\xb5\x7a\x91\x3d\x3d\x7c\x7c\xdc\xf5\xed\x55\xab\x3e\x02\x00\x00\xff\xff\xb6\x7b\x78\x09\xda\x02\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x4d\x4e\xc3\x40\x0c\x85\xf7\x39\x85\x2f\x90\x16\xc4\x06\xcd\x19\x0a\x9b\x4a\x6c\x91\x33\x31\x8d\x69\x66\x6c\xd9\x26\x0b\x4e\x8f\xf2\x83\x88\x44\xbb\x9b\xe7\x37\x33\xfe\xde\x43\xe5\x37\x32\x67\xa9\x09\x8a\x54\x0e\x31\xae\x97\x43\x16\x23\xf1\x43\x96\x72\x9c\x1e\x9b\x2b\xd7\x3e\xc1\x99\x6c\xe2\x4c\x2f\xeb\xad\xa6\x50\x60\x8f\x81\xa9\x01\x18\xb1\xa3\xd1\xe7\x13\x00\x7e\x7f\x19\xb5\xa8\x9a\xa0\x50\x18\x67\x6f\x3b\xe3\xfe\x42\x8b\x7b\x7d\xf6\x3b\x5e\xc5\x42\x77\xc6\xae\x98\x29\x81\x28\x55\x1f\xf8\x23\xda\x3f\xd2\xc6\x95\xf2\xbc\x98\x6a\xaf\xc2\x35\x16\x8a\x16\xb8\x06\xd9\x84\x63\x82\xa7\x07\x5f\x36\x6f\x3f\xbf\x2b\xc6\x90\xe0\xb8\xc9\xc5\x52\xb1\x48\x30\x44\xe8\x22\x3d\x0f\x34\xb3\x6c\x83\x4f\xe9\x4e\x73\xbe\xf4\x0b\xbf\xa7\x3a\xd3\x48\x39\xc4\xd6\xec\x05\x23\x0f\xaf\xb3\xb7\xea\x76\xc7\xbc\xf6\xb2\x23\x07\xf0\xff\x8f\x4f\xbb\x26\x01\x6e\x35\xf5\x13\x00\x00\xff\xff\x73\x1e\xec\xfe\xb2\x01\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\xbb\x6e\xc3\x30\x0c\xdc\xf5\x15\xfc\x01\x27\xc8\x56\x68\xeb\x9e\x76\x09\xd0\xb5\x60\x64\xa6\x52\x63\x89\x02\x49\xbb\xe8\xdf\x17\xb2\x93\xf4\xe5\xa2\x9a\x74\x77\xc4\xdd\x81\xc4\x9a\x9e\x48\x34\x71\xf1\x90\xb9\x24\x63\x49\xe5\x65\x13\x58\x88\x75\x13\x38\x6f\xa7\x9d\x3b\xa7\xd2\x7b\x38\x90\x4c\x29\xd0\xc3\x32\xe5\x32\x19\xf6\x68\xe8\x1d\xc0\x80\x47\x1a\xb4\xfd\x00\xce\x77\xda\x61\xad\x1e\x84\x47\x23\xe9\xd4\xd0\xd4\x01\x14\xcc\xb4\x4a\x6a\xc5\x40\x1e\xb8\x52\xd1\x98\x4e\xd6\x7d\xf6\x70\x5a\x29\x34\x5b\x2a\x7d\xe5\x54\x6c\xce\xe8\xe0\x88\x9a\xc2\xfd\x68\x71\x89\x04\xa8\xa8\xfa\xc6\xd2\x5f\x31\xc0\x99\xde\xfd\x8d\xbe\xb1\xab\x25\xda\x1b\x95\x64\x16\xbf\x1b\x5c\xe9\xff\x0c\x52\x31\x92\x09\x07\x0f\xbb\x3c\x13\x99\x4c\x52\xd0\xe7\x8a\x16\x3d\x6c\x2f\x70\x96\x2a\x8b\xad\x58\x68\x88\xd4\xbc\xa3\x59\x75\x00\xaf\x7c\xdc\xb7\xad\xfe\xbd\xb2\x03\x0d\x14\x8c\x65\xa9\x9c\xd1\x42\x7c\x6c\xda\x82\x3b\xe8\xe9\x84\xe3\x60\x0e\x40\x7f\x4f\xee\xbf\x5c\x0c\x2e\x11\x3f\xa2\x3e\x02\x00\x00\xff\xff\xce\xcf\x80\x31\x1b\x02\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\x41\x4e\xc3\x40\x0c\x45\xf7\x39\x85\x2f\x90\x16\xc4\x06\xcd\x19\x0a\x9b\x4a\x6c\x91\x33\x31\xc4\x24\x63\x5b\x63\x37\x52\x39\x3d\x4a\x52\xd4\x56\xdd\xcd\xfb\xb6\xc6\xcf\x46\xe3\x0f\xaa\xce\x2a\x09\x8a\x0a\x87\x56\x96\xef\x5d\xd6\x4a\xea\xbb\xac\x65\x3f\x3f\x37\x23\x4b\x9f\xe0\x48\x75\xe6\x4c\x6f\x5b\x57\x53\x28\xb0\xc7\xc0\xd4\x00\x4c\xd8\xd1\xe4\xcb\x0b\x00\x7f\x4f\x95\x5a\x34\x4b\xe0\x67\xc9\x6b\x36\xbe\xfa\x5d\x22\x58\xe8\x0e\xdc\x30\x53\x02\x35\x12\x1f\xf8\x2b\xda\xab\x4b\xe3\x46\x79\xf9\x9a\xa4\x37\x65\x89\x75\x4e\x0b\x2c\x41\x75\xc6\x29\xc1\xcb\x93\xaf\x53\x0a\x45\xe5\xec\x9f\x86\x31\x24\xd8\x5f\x70\x2d\x99\xd6\x48\x30\x44\xd8\x8a\x9e\x07\x5a\x0c\x2e\xc1\x8f\x76\x87\x65\x83\xf4\x2f\x7a\x6b\x75\xa4\x89\x72\x68\xdd\xb6\x2b\x18\x79\x78\x5f\x6a\x1b\xb7\x30\x9e\x3a\x6a\xfd\xec\x41\xa5\x01\xf0\xc7\xee\xc3\xcd\x71\x00\xae\x67\xf8\x0b\x00\x00\xff\xff\x7f\x40\xf1\xf3\x7b\x01\x00\x00") - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYamlBytes() ([]byte, error) { - return bindataRead( - _servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml", - ) -} - -func servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYaml() (*asset, error) { - bytes, err := servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _statefulsetAppsOpenshiftAzureMonitoringCanaryYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x88\x5e\x0a\x18\x70\xd2\x76\x97\x42\xb7\xa2\xcd\xba\xc3\x9a\x06\x49\xb0\x9d\x19\x99\x8e\x85\xc8\x92\x26\xd2\x19\xd2\xaf\x1f\x6c\x37\x9e\x9c\x86\xa7\xe4\x51\xcf\x7c\x8f\x7a\xc2\x60\x7e\x51\x64\xe3\x9d\x02\x0c\x81\xe7\xc7\xfb\xec\x60\x5c\xa9\x60\x23\x28\x54\xb5\x76\x43\x92\x35\x24\x58\xa2\xa0\xca\x00\x2c\xee\xc8\x72\xf7\x0b\x00\x3f\xda\x48\x33\x1f\xc8\x71\x6d\x2a\x99\x19\x3f\xe7\x93\xd3\x45\xf0\x65\xf1\x17\x8d\x14\x95\x8f\x45\x24\x2c\x8d\x23\x66\x05\x37\x15\x5a\xa6\x9b\x9e\x7b\x78\xe4\x02\x43\x50\xa0\xd1\x61\x3c\x65\x00\x0e\x1b\xba\xf8\xcb\x01\x35\x29\x18\x27\x14\xfd\xc4\xa2\xf1\xce\x88\x8f\xc6\xed\x33\x0e\xa4\x3b\x31\x91\x82\x35\x1a\x59\xc1\x43\x06\xc0\x64\x49\x8b\x8f\x83\xcc\x06\x45\xd7\x3f\x13\xdd\xd7\xa6\x0b\x35\xc1\xa2\xd0\x27\x25\x71\xdc\x95\x9d\xb0\xaf\xf1\x01\xce\x52\xba\xd2\xde\x09\x1a\x47\x71\xe4\x14\x80\x71\x9f\x7c\xa1\x48\xa9\x5d\x91\x3b\xa6\xdd\x61\x1b\x3f\xde\x37\xdb\xe5\xd3\xdb\x62\x6c\x00\x1c\xd1\xb6\xf4\x3d\xfa\x46\x25\x20\x40\x65\xc8\x96\x6b\xaa\xa6\x28\x40\x7a\xc3\xc7\xfb\x8b\x66\x4f\x5a\xa1\xd4\xaa\x57\x3f\x73\xbe\xa4\x25\x36\x34\x1e\x33\x0d\xee\x49\xc1\x6d\x9e\xe7\xf0\xba\x58\x2e\xd6\x4f\xdb\xc5\x0b\xe4\x79\x7e\x3b\x1e\xb9\xb8\xb6\xa1\x82\x8f\x32\x35\x7b\x5e\xc8\xca\x47\x51\xf0\x78\xf7\x78\x97\x68\x19\xbe\x51\x8b\x84\x11\x1c\x63\xb3\x8a\x7e\x47\xa9\xab\xee\xd8\x2b\xc9\xd4\x68\xe8\x4d\xd4\x84\x56\xea\x8f\x79\x47\x3e\x4d\xfb\xd7\xc6\x02\xb0\xae\xa9\xdf\xf3\x76\xbb\x4a\x1a\xc6\x19\x31\x68\x5f\xc8\xe2\x69\x43\xda\xbb\x92\x15\xdc\xff\xa7\x1e\xbd\x6d\x1b\x7a\xf3\xad\x9b\xba\x6c\x3a\x64\xd8\xe7\xbc\x8b\xcf\x17\x8b\x09\xd8\xed\x7a\x33\xc9\xe9\x19\x2d\xa2\xb7\x34\x3b\xb4\x3b\x8a\x8e\x84\xb8\x7b\x57\xc6\x55\x11\x15\xdc\x48\x6c\xfb\x07\x34\x28\x78\xb6\x68\x9a\xed\x67\x72\x7b\x25\xc5\x97\xe8\x5e\x0c\x4e\x53\x8a\x5a\x13\xf3\x9b\x2f\x29\x89\xe9\x9a\xb0\xfc\x1d\x8d\xd0\xbb\xd3\xe7\x20\x44\x62\xdf\x46\x4d\x89\xd9\x48\x7f\x5a\xe2\xd4\x3e\x00\x8b\x8f\x7d\x5e\xbe\x3d\xbc\x9a\x6c\x82\x3d\x5b\x64\x5e\xf6\x52\x86\x37\x5c\x1a\x3e\x64\xff\x02\x00\x00\xff\xff\x16\x17\x1a\xad\x7f\x04\x00\x00") - -func statefulsetAppsOpenshiftAzureMonitoringCanaryYamlBytes() ([]byte, error) { - return bindataRead( - _statefulsetAppsOpenshiftAzureMonitoringCanaryYaml, - "StatefulSet.apps/openshift-azure-monitoring/canary.yaml", - ) -} - -func statefulsetAppsOpenshiftAzureMonitoringCanaryYaml() (*asset, error) { - bytes, err := statefulsetAppsOpenshiftAzureMonitoringCanaryYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "StatefulSet.apps/openshift-azure-monitoring/canary.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _statefulsetAppsOpenshiftInfraBootstrapAutoapproverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x5d\x6f\xdb\x36\x14\x7d\xf7\xaf\x38\x55\x83\xa4\xf5\x4a\x3b\xee\xba\x00\xd3\xea\x02\x5d\x96\x05\xc1\x86\xac\x88\xdb\xbd\x24\x79\xb8\xa6\xae\x6d\x22\x12\x29\x90\x57\x99\xb3\xc4\xff\x7d\xa0\x3f\x14\xc9\x75\x13\xec\xa1\x7a\xa2\xee\xc7\xb9\x87\x87\xbc\x97\x54\x9a\xbf\xd9\x07\xe3\x6c\x0a\x2a\xcb\xd0\xbf\x1d\x74\x6e\x8c\xcd\x52\x8c\x84\x84\x27\x55\x3e\x62\xe9\x14\x2c\x94\x91\x50\xda\x01\x72\x1a\x73\x1e\xe2\x0a\x31\x23\xc5\xd8\x39\x09\xe2\xa9\x54\x54\x89\xa3\xb2\xf4\xee\x96\x7d\x07\xb0\x54\xf0\x33\xee\x50\x92\xe6\x14\xae\x64\x1b\x66\x66\x22\xca\xd8\x89\xa7\x4e\x28\x59\xc7\x0a\x9e\xcb\xdc\x68\x0a\x29\x06\x1d\x20\x70\xce\x5a\x9c\x5f\xd5\x2e\x48\xf4\xec\xcf\x06\x99\xe7\xe8\x08\x17\x65\x4e\xc2\xeb\xf4\xc6\x96\xe2\x97\xb7\x90\x9e\xc3\x02\x36\x14\xe3\xa7\x9d\x15\x32\x96\x7d\x9d\xaf\x40\x7e\xda\x40\x53\x78\xa8\xd7\xc0\xcb\x17\xfd\xb1\xb1\xfd\x31\x85\x59\xc3\x1a\x58\xa0\x1c\xd8\x7b\x9e\x1b\xf9\xda\x61\x5d\x65\x03\xef\x70\x94\xa6\xe4\x09\x99\xbc\xd3\x70\x2d\x43\xf1\xc7\x97\x5f\x4f\x8e\xff\x3a\xff\xfd\xec\xb4\xe1\xd2\x24\x78\xff\x7e\x74\x7c\x71\xf6\xe9\x33\x3e\xa0\x2f\x45\xd9\x0f\x66\x6a\xd7\x1b\x7b\x8a\xe2\xcb\xe6\x1a\x67\x82\x7f\x4c\x9e\x63\xad\x0b\xc8\xde\xe1\x78\x74\x01\x99\x91\xc0\x04\x58\x27\x1b\x5f\x86\x3b\x96\x37\x20\x9b\x21\xe3\x9c\x65\x2b\x98\xe7\xa5\xf1\x9c\xa1\x70\x9e\xa3\xc5\xe2\xe8\x10\x81\xb5\xb3\x59\x68\x95\xa4\xa9\xeb\xb5\xf8\x7c\x2f\xfd\xe2\xe5\x1c\x5e\xed\xdd\x0f\x16\x4d\xe5\x9c\xcd\x8c\x18\x67\xa3\xe7\x6d\xcb\xc3\x5e\xcc\xc4\x68\x92\x65\xd6\x8f\x4d\x5f\x15\xd8\x6f\xe0\xde\x2d\x3a\xed\xfd\x54\xe2\x36\x1a\x35\x1c\x66\x82\xcb\x4b\xa8\x7f\x91\x5c\xed\xdd\xd7\x55\x17\x09\xf6\xf7\xf1\x2a\xda\x36\x98\x8b\x04\xc3\x21\x92\x70\x17\x84\x8b\x34\xb0\xbf\x35\x9a\x49\x6b\x57\x59\x49\xb7\xba\x2a\xb5\x2e\x63\x55\x5f\xe9\x92\x7d\x82\x87\x07\x7c\x1b\x2e\xc6\xa7\x49\xf7\xe9\x20\xca\x0a\x63\x13\xbc\xc6\xf5\xf5\x2f\x90\x19\xdb\xc6\x36\x00\xa7\x41\x59\xd1\x94\xa7\xbe\x2d\x11\x72\x05\xd7\xca\x88\x67\x87\xc3\x86\x69\x62\xda\x92\xe9\x19\xeb\x9b\x36\xe2\x74\x87\x76\x76\xa5\xdd\x63\xd8\x22\xd9\x4d\x51\x78\x2e\xc3\xe4\x6a\xef\x15\x58\xcf\xdc\x8e\xac\x07\x8c\x29\xf0\xd1\x3b\xa8\x0c\x0a\xaf\xdb\x74\xcd\x04\x2f\x1e\x13\x23\xd6\x32\x63\x29\x7d\xc8\x31\xff\xe9\xf0\x67\x28\xeb\x5c\x25\x3b\x4a\x63\x9d\xc9\xde\x3b\x9f\xe2\x8b\xa5\x71\xce\x10\x87\x92\x7c\xe0\xe6\x1e\x13\xbc\xfd\xb0\x3f\xd8\x4e\x8e\x52\xb5\x8d\x13\xf3\xff\xd9\x2d\x05\x65\x9b\x41\x1d\x1d\xc6\x79\x90\xf1\x6d\xdf\x56\x79\xfe\x04\xe1\xe3\x86\xfa\x26\x6c\xda\xf7\xcd\xaa\xb7\x8d\x9d\x26\x5b\x59\x4e\x6f\xda\x5e\x07\xff\xad\x93\xdf\xe2\xbe\xeb\x22\x3c\xfe\xac\xc6\x57\xb3\x03\x67\x85\xcb\x50\xfd\x30\x6f\x0d\xb4\x4e\x13\x8f\x75\x24\xe2\xc6\xb1\x4d\x56\x4c\x94\x2a\x68\x6e\x8a\xaa\x50\xcb\x23\x08\xc3\x01\x94\xf2\x1c\xee\xac\x56\x25\x7b\xe3\xb2\xe1\xe0\xb0\x80\x22\x1c\xdc\xf7\x82\x90\x54\xa1\x57\xb7\x63\xb8\xec\x5e\xf7\xe4\xae\xe4\xc5\xc1\x56\x44\xe3\xfa\xd4\xae\x92\x75\xaf\xee\xa0\x03\x28\xb5\x73\xf0\x6a\x57\x14\x64\xb3\xe6\xc3\xf1\xf5\x1c\x56\x50\xba\xfe\x31\x05\x4d\x39\xc5\x41\xb7\xdb\xc5\xe9\xc9\xf9\xc9\xc5\xc7\xcf\x27\xbf\xa1\xdb\xed\x1e\xd4\x21\xab\x77\xb8\x55\x29\xb6\xf6\xa8\xf5\x9c\x6e\xac\xca\xbb\x9c\x7b\x37\xd5\x98\xbd\x65\xe1\xd0\x33\xae\x5f\x50\x10\xf6\x29\x12\xf1\x15\x6f\x0e\x6d\x3d\x6c\x3e\xae\x86\xcd\xf9\xd3\x6f\x3d\x96\x8d\xe6\x0b\x63\x29\x4a\x77\xea\x49\xf3\xa7\xa5\xc0\xa3\xd5\x94\x8f\x2f\xfc\x7f\x01\x00\x00\xff\xff\x13\x0c\x15\x47\x8c\x08\x00\x00") - -func statefulsetAppsOpenshiftInfraBootstrapAutoapproverYamlBytes() ([]byte, error) { - return bindataRead( - _statefulsetAppsOpenshiftInfraBootstrapAutoapproverYaml, - "StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml", - ) -} - -func statefulsetAppsOpenshiftInfraBootstrapAutoapproverYaml() (*asset, error) { - bytes, err := statefulsetAppsOpenshiftInfraBootstrapAutoapproverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _storageclassStorageK8sIoAzureDiskYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\x5e\x0a\x81\x5d\xf1\x26\xb9\x89\x2e\x5e\xa4\x48\x5b\xbc\xca\xd8\x9d\x2d\x21\x9b\x64\x99\x49\x8a\xfa\xeb\x65\x53\x04\x7b\x9c\x79\x8f\x8f\xef\xd1\xe2\xdf\x59\xd4\xe7\xe4\xa0\x25\x0b\x9d\xb9\x0f\x0f\xda\xfb\x7c\x77\xb9\x37\xc1\xa7\xd1\xe1\x70\xfd\x3f\xcd\xa4\x6a\x22\x17\x1a\xa9\x90\x33\x00\xa5\x94\x0b\x15\x9f\x93\xae\x27\xfe\x08\xa7\xb5\xd9\x87\xfa\xc9\x92\xb8\x70\xa3\x79\xed\x46\x9e\xa8\xce\xa5\x6b\xb1\xc3\xa6\x48\xe5\x8d\x01\x12\x45\x76\xa0\x9f\x2a\xdc\x8d\x5e\x83\x59\x48\x28\x72\x61\x69\xd8\x49\x8f\xdf\x0b\x3b\x7c\x4d\x6a\x80\xab\x52\xa4\x44\x67\x1e\x0d\x30\xe7\x53\x33\x70\xd8\x5a\x6b\xf1\x32\xec\x86\xfd\xe3\x71\x78\x86\xb5\x76\x6b\x00\x0d\x75\xd7\xf8\x6f\xc2\xd1\xd7\xf8\xf1\xba\x3f\x98\x45\xf2\xc5\xaf\xa3\x59\x1c\x6e\x3d\xff\x69\xfc\x06\x00\x00\xff\xff\xb0\x2a\x93\xb7\x1c\x01\x00\x00") - -func storageclassStorageK8sIoAzureDiskYamlBytes() ([]byte, error) { - return bindataRead( - _storageclassStorageK8sIoAzureDiskYaml, - "StorageClass.storage.k8s.io/azure-disk.yaml", - ) -} - -func storageclassStorageK8sIoAzureDiskYaml() (*asset, error) { - bytes, err := storageclassStorageK8sIoAzureDiskYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "StorageClass.storage.k8s.io/azure-disk.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _storageclassStorageK8sIoAzureFileYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x3f\x8b\xc2\x40\x10\x47\xfb\xfd\x14\xd3\x05\x16\x92\xbb\xab\x72\x2c\x5c\x11\xce\x60\xa7\xa0\x62\x2b\x63\x76\x94\x21\xd9\x3f\xcc\x6e\x52\xf8\xe9\x65\xd5\x22\xed\xe3\xc7\xfb\x3d\x8c\x7c\x26\x49\x1c\xbc\x81\x94\x83\xe0\x9d\x9a\xf1\x37\x35\x1c\xbe\x96\x1f\x35\xb2\xb7\x06\x8e\x6f\xfe\x3f\x61\x4a\xca\x51\x46\x8b\x19\x8d\x02\xf0\xe8\xc8\x00\x3e\x66\xa1\xfa\xc6\x13\x29\x17\x66\x9f\xf7\x31\x73\xf0\xc9\xa8\x1a\x2c\xcb\xc5\x05\x4b\x7f\xdf\x6d\xdb\xaa\x1a\xca\x68\x05\x22\x0a\x3a\xca\x24\xa9\xd8\x3e\xf7\xdd\x30\x14\x8b\x81\x4a\x6b\x0d\xdb\x7e\xd7\x1f\xba\x53\xbf\x01\xad\x75\xa5\xa2\x84\x85\x4b\x2d\x89\x81\x71\xbe\x92\x78\xca\xf4\xca\x5d\x65\x3c\x03\x00\x00\xff\xff\xf3\xa5\x4f\x30\xd5\x00\x00\x00") - -func storageclassStorageK8sIoAzureFileYamlBytes() ([]byte, error) { - return bindataRead( - _storageclassStorageK8sIoAzureFileYaml, - "StorageClass.storage.k8s.io/azure-file.yaml", - ) -} - -func storageclassStorageK8sIoAzureFileYaml() (*asset, error) { - bytes, err := storageclassStorageK8sIoAzureFileYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "StorageClass.storage.k8s.io/azure-file.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshift3scaleGatewayYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x58\x6d\x6f\xdb\x38\x12\xfe\x9e\x5f\x31\x08\x0a\x74\x17\xb0\xe5\x24\xed\xf6\x45\x38\x1c\x56\xb0\xd5\x54\xb7\x8e\x25\x58\x6e\xf6\xf6\x93\xc1\x48\x63\x99\x57\x8a\xd4\x92\x94\x53\x5f\xd1\xff\x7e\x20\x25\xcb\x92\x2c\xfb\x72\xb7\xf9\x14\x8b\xc3\x67\x86\xcf\xbc\x70\x86\xa4\xa0\x8f\x28\x15\x15\xdc\x05\x8d\x79\xc1\x88\x46\x47\x14\xc8\xd5\x96\x6e\xb4\x43\xc5\x64\x77\x7b\xf5\x95\xf2\xd4\x85\x55\xbd\x7c\x95\xa3\x26\x29\xd1\xc4\xbd\x02\x20\x9c\x0b\x4d\x34\x15\x5c\x99\x9f\x00\x29\xaa\x44\xd2\x42\x5b\xc4\x37\x2a\x21\x0c\x5f\x2b\xf0\xa2\x20\x21\x4a\x03\x55\x40\x38\x2c\xee\x83\xc5\x3f\xe1\x89\x28\x4c\xcd\x0a\x64\x44\xe3\x33\xd9\x43\x69\x3e\x68\x01\x94\x6b\xcc\xa4\x51\x05\xf6\x6f\x2f\x4a\x69\x3f\x4a\x4e\x18\x10\x9e\x02\x7e\xab\x7f\x98\xed\x0a\xe5\x8e\x26\xa8\xe0\x99\xea\x6d\x47\x27\x3c\x10\x4e\x32\xcc\x91\x6b\x88\x18\xd1\x1b\x21\x73\xa7\x06\x0d\x34\xa8\xb2\x28\x84\xd4\x0a\xc2\x02\x79\x30\x83\x44\x70\x8e\x89\xee\x98\x50\x81\x36\xfa\x82\x14\xb9\xa6\x7a\x0f\x91\x14\x3b\x9a\xa2\x54\xa0\xca\x64\x5b\x63\x12\x05\x4b\x4c\xe1\x33\xd1\x10\x53\x9e\x31\x84\x98\x66\x1c\x42\x3e\x82\x8d\x90\xd6\x22\x2d\xc9\x66\x43\x13\x20\xa5\xde\x1a\xa8\xc4\x92\x67\xf7\xd3\x44\xf0\x29\x23\x4a\xb9\xf6\xdf\x71\x75\x12\xbb\xd4\xf1\x48\x4a\x55\xc1\xc8\x7e\xcc\x49\x8e\x07\x8e\x1b\x86\x8d\x8e\xfb\x8a\xcf\x81\x9d\x22\x29\x0d\x19\x56\xe7\xb8\x94\xcc\x85\xad\xd6\x85\x72\x27\x13\x92\x24\xa8\x94\x23\x31\xdd\x12\xed\x24\x22\xef\x0a\x4f\x90\x8f\x4b\x35\x91\x98\xae\xb7\x44\xaf\x2b\xa5\x93\x3b\x47\x11\xa2\x26\x5b\x9d\xb3\x49\x8a\x05\x13\x7b\xb3\x61\x2d\xac\xfb\xd5\x84\x14\xd4\xd8\x34\x6e\x6c\x38\xb5\xa8\xa8\x69\x1c\x77\x0f\x55\xb3\x38\x82\x80\x27\x95\xc3\x34\xc9\x94\x0b\xa4\xa0\xa3\x3a\x5a\x46\x0d\x3d\x6d\x1e\xc6\x59\x73\x76\xf3\x59\x15\x24\x41\xf7\xa8\xf2\x4a\x3c\xfd\x0b\x13\xad\xdc\xab\x31\xb4\x43\x7f\x77\x7b\x05\x50\x85\xf9\xac\x39\xc7\x54\xf0\x0d\xcd\xae\x00\xda\x01\x7f\x50\xf7\xea\xbb\x17\x05\x53\x2f\x5e\xad\x17\xde\x83\xff\xe3\x0a\x40\x15\x98\x54\x12\x12\x0b\x66\x4e\xee\xc2\xad\xfd\xad\x90\x61\xa2\x85\x74\xeb\x30\x39\x52\x95\x58\x15\x43\x68\x00\x4a\x9b\xf8\xcb\xf6\x87\x5d\x7a\x5f\x18\x66\x04\x63\x94\x67\x15\x27\x75\x46\x1e\x24\xba\x76\xda\x80\xec\xa7\x67\xf5\x57\x48\x91\xa3\xde\x62\xa9\xac\x0f\x84\xd4\x2e\x5c\x7f\x7c\x7b\x77\x7b\x7d\x56\x48\x25\x92\x18\xfd\xd7\x5a\x96\x78\x14\x63\xe4\x09\x59\x07\xfb\x65\x87\x6b\xd3\x65\xfe\x12\xc1\x35\xa1\x1c\x65\x0b\x6b\x0c\xc8\x77\x6d\xe8\x71\xcd\xfd\xea\xf3\xd2\xf7\xe3\xa9\x37\xf7\xd7\x51\xb8\x5c\x79\xf3\xb5\xbf\x98\x45\x61\xb0\x58\xb5\x84\x01\x76\x84\x95\xf8\x49\x8a\xdc\xed\x7c\x36\xfe\x48\x24\xea\xdf\x70\xbf\xc4\x4d\x7f\x0d\xe0\x2b\xee\x5d\x28\x88\x52\xcf\x42\xa6\x27\xab\x95\x05\x87\xc8\xae\x8e\x58\xca\x26\xa1\xc6\x15\xf6\x65\xa3\xa7\xe1\xe2\x53\x70\xbf\xfe\x14\xcc\xfd\x53\x83\x0d\x5f\x95\xc0\x97\xa5\xb7\x0a\xc2\x85\x95\x5b\x47\xde\xea\xf3\x8f\xcb\xb0\x33\x3f\x9a\x87\x7f\x3c\xf8\x8b\xd5\xda\x5f\x3c\x0e\x23\x77\x65\x82\x65\xb8\x30\xff\x0f\x01\x2f\xfd\x38\x9c\x3f\xfa\xcb\x61\x9c\xc3\xea\xd0\xce\x83\xb7\x63\x7f\xf9\x18\x4c\xfd\x78\x3d\x0f\xe2\x01\xcf\x18\x98\x8e\xc8\x25\xac\x2e\x23\xf3\xd0\x9b\x9d\xb3\x6c\x48\xf2\x12\xf2\x3c\xbc\x5f\xcf\xfd\x47\x7f\x3e\x0c\xd7\x2c\x5f\xc2\x30\xce\x59\x2f\xc3\x2f\xab\x60\x71\x3f\x0c\xd3\x96\xb8\x84\xb4\xf4\xe3\x28\x5c\xc4\x26\x46\x66\x7e\x7c\x96\xfb\x96\xcc\xcb\x59\x9b\x7a\xd3\xcf\x2f\x0a\x38\x2b\x38\x1c\x13\xb3\x20\x5e\x7f\x59\x9e\xe1\xaa\x59\xbe\x64\xd3\x83\xb7\xf0\xee\x7d\x1b\x81\x5e\x14\x0c\x03\x75\x65\x86\xd0\xc2\xc8\x5f\xc4\xf1\x7c\xfd\xe8\x2f\x83\x4f\x7f\x0c\xa3\x74\x65\xda\x28\x34\x27\x59\x55\xc3\x1f\xa2\xf5\xc1\xb0\xe0\xc1\xbb\xf7\x4f\xa4\xa2\x92\xb1\x48\x30\x9a\xec\x5d\x08\x36\x0b\xa1\x23\x89\x0a\x79\x3b\xc3\x19\xdd\x21\x47\xa5\x22\x29\x9e\xb0\x5b\x4f\xcc\xed\x7a\x8f\xba\x5f\x64\x0a\xa2\xb7\x2e\x4c\x94\x26\xba\x54\x13\xb3\xbf\x2f\x60\x4b\x72\xde\x74\x2f\x9d\x65\xca\xa9\xa6\x84\xcd\x90\x91\x7d\x8c\x89\xe0\xa9\xb9\x69\x6e\x3a\x32\x9a\xe6\x28\x4a\x7d\x5c\x6e\xad\x9e\xbb\xc0\xda\xca\x55\xb7\xee\x36\xe5\x39\xb2\x86\x7d\xb8\xf9\xd0\x55\x57\x41\x16\x52\x7c\xdb\x77\xbe\x17\x52\x68\x91\x08\xe6\xc2\x6a\x1a\x5d\x46\xfc\x38\x84\x78\x86\x81\x17\xc3\x9a\x3b\x6d\x08\x16\xb5\xa4\x89\x7a\x11\xa6\x44\x92\xd2\xbf\xe2\x5e\x03\xb0\xff\xeb\xfe\xfd\xe5\xc5\xfe\x95\xa8\x44\x29\x13\x54\x5d\xbb\x18\xcd\xa9\x56\x7d\x5b\x93\xa2\x74\xe1\xba\x73\xf1\x83\x6d\x25\x72\x21\xf7\x2e\xdc\xde\x7d\x78\xa0\x9d\x35\x89\x7f\x96\xa8\xce\x00\xfd\x72\x73\x93\x9f\x41\x7a\xf7\xb6\x06\xd2\x92\x66\x59\x73\xd1\x8f\xeb\xbe\xa6\x6a\xb6\xa6\x5b\xc2\x33\xac\x17\x6c\xfe\x55\x5f\x22\x22\x49\xde\x52\x49\x4a\x2d\x72\xa2\x69\xe2\x82\xe9\x47\x4e\xdb\x88\x85\x69\xfe\xda\xad\xc4\xb9\x70\xdf\xf4\xfa\x83\xaa\x09\x0c\x8c\xea\x58\x4b\x24\xf9\x8a\x64\x27\xb9\x73\xb8\xfe\xeb\x66\xd3\x35\x4d\x98\xd2\x3d\xb1\x93\xde\xb3\xf6\x9c\x3d\x6e\x70\x3c\xdb\xf9\x56\x34\xae\x06\x9b\xff\xa3\x03\x6d\xa5\xf0\x78\x20\x39\x8b\x7e\x16\x0f\x05\xbf\x26\x32\x43\xdd\x4b\xf8\xf1\xb9\xc4\x2c\xfa\x69\xfc\xdf\x21\x6b\xd1\xff\xbd\x3b\xbe\x40\x58\xdd\x7c\x0d\xf1\xf5\x82\x9e\x4d\x69\x49\x79\x36\x6b\x36\x1e\xba\xc0\xe3\x98\xf4\xea\xbb\x37\x9d\xfa\x71\xbc\x5e\x85\xbf\xf9\x8b\x1f\xbf\xbe\xfa\x3e\x0b\x1f\xbc\x60\xf1\x63\x4c\xd2\x9c\x72\xa7\x9a\x42\x1c\x6e\xe1\x2a\x57\x87\x05\xf9\xb3\xc4\xab\xc2\x84\x30\x6a\x1b\xf8\xe3\xee\x98\xec\x3d\x44\x20\x91\x21\x51\x68\xe6\x1c\xa7\x99\x69\xcc\xf5\xb4\xf4\xe7\xbe\x17\x9b\x7b\xdb\x64\x1e\x95\x98\x36\x31\x5f\xdf\x74\x77\xce\x7b\xe7\xe6\x04\xd3\xce\x73\xb0\x12\x5f\x91\xc3\x4f\x5c\x68\x20\x87\x78\xaa\x3e\xfe\x6c\x47\x52\xbd\xc5\x66\x82\x4c\x12\x51\x72\xdd\x9a\x99\x2d\x07\xd5\x25\x5d\xdb\xd3\x3a\xfb\xa9\x41\x3d\x0b\x5e\xaf\xb6\x08\xa9\xc8\x09\xe5\xb0\x11\x25\x4f\x41\x70\xab\xef\xcb\x72\x0e\x62\x53\x4d\xf5\x07\xdd\x86\x3c\x30\x81\x41\x5a\x33\xe9\xdf\xaa\xdd\x7f\x3f\xe1\xf6\x75\x63\x51\xc5\xfe\x90\x2d\x47\x06\x3b\x17\xfc\x05\x1e\x49\x5e\x8c\xeb\x20\x39\x64\x74\xef\x48\x11\xd1\x5b\xd0\x02\x14\xd9\x61\x0a\xff\x88\xc3\x05\x6c\x28\xab\xdf\x08\x3a\x71\xd5\x90\x5b\x97\x08\x07\x3e\x13\x05\x5a\x58\x4a\x9f\x10\x28\x37\x73\x68\xf5\xdc\x61\xc4\x9a\xc2\x55\x55\x3d\x20\xca\x5e\x3c\x20\x38\xdb\xc3\x4e\xb0\x32\xc7\x63\x58\x9c\x19\x0f\xfa\xd6\x1e\x27\x59\x33\x48\x51\x29\xb8\xf9\xdf\x81\x29\xe1\xc6\x04\xa5\x49\x46\x79\x06\x42\x9a\x5c\x4d\xcb\xc4\xec\x3a\x2a\x19\x9e\x14\x2e\xd0\x77\x04\xe9\x1b\x62\x8a\xf1\x49\xb4\x75\xde\x29\xba\x2d\xa2\xc9\xf2\x4b\x7e\xaa\x7c\x74\x72\xdc\x45\x0c\x4b\x54\x82\xed\x50\x5a\x6d\xa6\xf2\x4a\x54\x7a\x3f\x02\xba\x01\xcc\x0b\xbd\x07\xaa\xe1\x99\x32\x66\xce\x6f\xee\x90\x94\xaa\x44\xec\x50\x62\xda\x18\xd1\xcc\x3d\x3d\xf8\xb8\x7c\x52\xa8\x4d\xe0\x36\xef\x4d\x5a\x80\x2c\xb9\x03\x5f\x94\x71\x60\x9e\x13\x50\x68\xd2\xdc\xf8\x95\x51\xd5\x16\x06\x9a\x56\xed\xc6\x4f\x98\x39\xf0\xf6\x6e\x74\xfb\xe6\xcd\xfb\x9f\x1b\xa5\xdd\x51\xa9\x9f\x48\xbf\x6f\x91\x1b\x65\x4c\x90\xb4\x1b\x66\x0e\x04\x1b\x93\x56\x87\x17\x34\xa5\x89\xd4\xc6\xa3\x94\x27\x22\x37\xde\xad\xaf\xeb\xea\x11\xc5\x63\x4c\x3c\x63\x5a\x11\xa9\x80\x48\x74\x81\x91\x7f\xef\x47\xf0\x24\x84\x76\x5e\x9f\x89\xb0\x66\xdc\xaa\x1d\x60\x84\x4f\x8c\x9c\x8b\x0c\x18\xee\x90\x39\x10\x72\x34\x47\x37\xde\xde\x08\xa3\x92\xf2\xcc\x85\x14\x9f\xca\x6c\x04\x94\x6f\xc4\x08\xb8\xd0\x34\xc1\x11\x3c\x13\xc9\x47\x80\x52\x0a\x39\xb2\x26\x26\x92\xea\x11\x10\x86\x52\x8f\xcc\x41\x30\x47\x99\xb5\x2c\x3b\x8e\x6b\x3d\x03\x7c\x4e\x9e\x18\xda\xde\x0b\xa4\x28\x35\xe5\x99\x03\xfe\xb7\x02\x25\xb5\xaf\x58\x0c\x36\x48\x74\x29\x5b\x79\xd4\x1b\xdb\xea\xd3\x5d\x6f\x08\x53\x78\x7d\x06\x9f\x89\x2c\xab\x78\x55\x85\xe0\xd6\xf1\x69\x15\x0a\x75\x79\x6a\x07\x52\x77\x94\xbb\x8c\xff\x49\x48\xd8\x8a\x67\x60\x82\x67\x06\x2e\x21\xc9\x16\x2d\x87\xa9\x78\xe6\xc6\xf5\xd8\x73\x3e\x50\x0e\xaa\x6a\x00\x6d\x52\x1f\x6a\x0b\xc3\x8d\xae\xc2\x7d\x04\x37\x86\xc3\x4c\x22\xd1\x68\xd2\x8f\x70\x78\x77\x73\xae\x90\x54\xf3\x61\xdf\xaf\x4b\x4c\xa9\x32\x35\xdb\x81\x65\x9d\x90\x36\xbb\x42\xaf\xd4\xdb\xbb\xe6\xa1\xd4\x06\x23\x7e\x73\x41\x1a\x79\x77\x32\x89\xbc\x38\xfe\x3d\x5c\xce\x7e\xbd\xbd\x7b\xef\xdc\x38\x37\xce\xad\xfb\xee\xcd\xfb\x8f\x93\x9b\xd7\x2d\x86\x0e\xe3\x64\x3f\xd7\x12\x51\x34\x21\xd4\x7a\xc3\xf5\xa2\xa0\x29\x5f\x29\x55\xc6\x21\xe9\x08\xaa\x3e\xdb\x1c\xd4\x86\x98\x03\x9e\x06\x73\x99\xea\xfa\x19\xcd\xae\xca\xb6\xed\x5b\x24\xcc\x54\xec\x2d\x26\x5f\xd5\x91\x8e\x93\xd1\xb4\xf6\x58\x05\xd1\x37\x72\x55\x4a\x0e\x82\x4f\xc4\xa6\xb2\x33\x2c\x90\xc7\xf1\x1c\x0a\x44\x09\x3b\x94\x74\x53\x3f\xee\x1e\x2b\x2e\xda\xb7\x65\x53\xcd\x26\x36\x08\x8e\xaa\x4f\xe6\xd9\x73\xc5\xef\x10\x3d\xff\x09\x00\x00\xff\xff\x1c\xf8\xeb\xc4\xb9\x17\x00\x00") - -func templateTemplateOpenshiftIoOpenshift3scaleGatewayYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshift3scaleGatewayYaml, - "Template.template.openshift.io/openshift/3scale-gateway.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshift3scaleGatewayYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshift3scaleGatewayYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/3scale-gateway.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftAmq63BasicYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x59\x7d\x6f\xdb\x38\xd2\xff\xdf\x9f\x62\x10\x14\x70\x0b\xd8\x4e\xf3\x74\x9f\xb4\x27\x1c\x0e\xd0\xba\xde\xae\x6f\xe3\x58\xb1\x9c\x2e\xba\x8b\x45\x42\x4b\x63\x8b\x0d\x45\x2a\x24\xe5\xd4\x2d\xf2\xdd\x0f\x24\x25\x59\xb2\xe5\x24\xe8\x6d\x70\x5d\x60\x0b\x87\x2f\x3f\xce\x0c\x7f\xf3\xc2\x11\xc9\xe8\x47\x94\x8a\x0a\xee\x81\xc6\x34\x63\x44\xe3\x40\x64\xc8\x55\x42\x97\x7a\x40\xc5\xf1\xfa\xa4\x73\x43\x79\xec\xc1\xbc\x98\xee\x30\xb2\x40\xa6\xbc\x0e\x54\x3b\x3c\x20\xe9\xed\xe9\x9b\xfe\x82\x28\x1a\x75\x00\xbe\x64\x84\x28\x0f\x4e\x06\x3f\x0d\x4e\xde\x76\x52\x54\x8a\xac\xd0\x03\x1f\x38\xde\x81\xfb\x93\xf2\x15\x28\x94\x6b\x1a\x21\x24\x44\xc1\x02\x91\x43\x24\x91\x68\x8c\x81\x72\xd8\x88\x5c\x42\x26\xc5\x67\x8c\xf4\x00\xc6\x1a\xee\x28\x63\x90\x10\x1e\x33\x34\x27\x27\x68\x66\xb5\x88\x04\x7b\xa9\x5e\xc1\xd1\x8b\x6f\x93\x8b\xab\x60\x36\x9d\x4f\x87\xd3\xb3\xfb\xa3\x01\xcc\x13\x84\x5c\xa1\xe4\x24\xc5\xe3\x8c\x28\x75\x27\x64\x0c\x4b\x21\x81\x44\x11\x2a\x65\x04\x30\x28\x85\x10\x1d\x00\xaa\xc0\xa2\x5c\x86\xa3\xd9\xb9\x3f\x19\xdd\x1f\x3b\x50\x3f\x0c\x7f\x9f\xce\xde\xdf\x0f\x3a\x29\x6a\x12\x13\x4d\x8c\xee\x84\x73\xa1\x89\xa6\x82\x5b\x53\x00\xc4\xa8\x22\x49\x33\x6d\x6d\xe9\x67\x19\xa3\x91\x9d\xae\xac\x64\x0f\xff\xf7\xcf\x42\x29\xf0\xfb\x93\x0b\x58\x48\x71\x83\x52\x59\x51\x15\x42\x44\x38\x2c\x10\x62\xcc\x98\xd8\x60\x6c\x31\x01\x88\x02\xa5\x09\x8f\x09\x13\x1c\x41\x48\x63\x1b\x62\x6c\x98\x98\x7d\x54\x6d\xd1\x63\x81\x8a\x77\x35\x2c\x91\xe8\x5c\x22\x84\xe1\x19\xa8\x3c\xcb\x84\xd4\x03\x0b\x46\x23\xc1\x87\x8c\x28\xe5\xd9\x9f\x7d\x92\xde\xda\xf1\xc6\x75\xc7\x54\x65\x8c\x6c\xfa\xc6\x6c\x1e\xcc\x30\x86\x5f\x89\xae\x4b\x7d\x3a\x78\x03\x2f\x47\x59\x82\x29\x4a\xc2\x7a\xc0\x85\x39\xe9\xd5\x3e\x52\x26\xc5\x9a\xc6\x28\xfb\xad\x90\x3d\x18\xf3\xc8\xc9\xa5\xc9\x4a\x79\x5b\x5a\xf4\x48\x7a\xdb\xfb\xbc\x10\x4a\xd9\xd9\x75\x49\xcf\x82\x4d\x00\x0e\xa7\xc9\x38\x33\xa6\x32\x12\xa1\xb7\x15\xa2\x23\x16\x86\x3d\xca\xeb\xf4\xa1\xce\xf3\xf5\x49\x07\xc0\x71\x3a\xac\x2e\xbf\x7e\xb5\x2d\x97\xbb\x73\xbd\x86\x5c\xee\xfa\xba\x0a\xfc\xc9\x45\x00\x5b\x33\x6f\xdd\xc3\x22\x6d\x89\xe0\xc1\x8b\x6f\x7e\x10\x9c\x8d\x87\xfe\x7c\x3c\x3d\xbf\xb2\x1c\xb3\xcb\x9c\x46\x2d\xb3\xe6\x8e\xcc\xff\x59\x07\x40\x65\x18\x39\x54\x73\x56\x71\x40\xdf\xfe\xe1\xc1\xff\x9f\xbe\xfd\xbf\xe2\x44\x4d\xe4\x0a\x75\xd0\x1c\x56\xc8\x30\xd2\x42\x6e\xb5\x31\x2c\x4b\x91\xeb\xa1\xe0\x4b\xba\x3a\x78\xfa\x33\xdb\x6e\x72\x31\x9f\x3f\xa7\xed\xd2\x5b\xad\x1f\xb3\xdd\xc9\xbb\x77\x6f\x5a\x6c\x57\x0d\xff\xa8\xb6\x0b\xe7\xd3\xc9\xb3\x12\x4f\x69\x91\x3e\xca\xbc\xd3\x93\xd3\x93\x36\xf3\x6d\xc7\x7f\x54\xfb\x4d\x33\xe4\xbf\x53\x89\x35\x13\x42\x99\x0e\x06\x84\x65\x09\x69\x66\xc2\x18\x33\xe4\x31\xf2\x88\xa2\xf2\xa0\xfb\xe7\xb7\x23\x63\xbe\x23\xcf\x24\x9f\xc3\x9e\x7b\xd4\x2b\x90\x01\x8e\x8c\xf0\x66\x7d\x21\xfe\xd1\x7d\xef\x71\x0c\xc3\xe0\xa3\xde\x43\x7b\xb7\xf8\x0f\x5e\x64\x2b\xc8\x5f\xdd\xe7\xa1\x8e\x8e\x9e\x44\x9c\xd3\x03\xc4\x39\xfd\xd1\x88\x13\xba\x44\xaa\x80\x8b\x18\x21\xa6\x2a\x12\x6b\x94\x1b\x9b\xd2\x4d\x32\x36\x3f\x52\xbb\xbf\x9d\x48\x37\xf9\x02\x25\x47\x8d\xca\x30\x49\x0b\x86\x92\x68\xec\xe7\x5c\x22\x89\x37\x7d\xe4\x71\x26\x28\xd7\xca\x83\x23\x2d\x73\x3c\x7a\xa6\x68\x88\x2a\x69\x5c\x4b\xc4\x72\xa5\x51\x8e\x03\x0f\xce\x05\xc7\xfd\xab\x72\x78\xc5\xbe\x72\xf6\x99\xef\xe8\xfd\x0e\xc4\xde\x65\xfd\xdd\x76\x69\x98\x44\xa2\x85\x33\xe5\xeb\x7f\xa9\xa0\xdd\xad\xcd\x3d\xaf\x36\xe5\x6e\x29\x18\xa3\x7c\x15\x10\x49\x52\xb5\xf5\xdc\x94\x7c\x09\x73\x69\x6a\xe4\xd7\xa5\x47\x6c\x32\x53\x2c\xb9\xe5\xae\x4c\x2a\x8b\xed\x62\x45\xd3\x26\xfb\x76\x79\xb2\x6d\xbe\x47\xaf\xa7\xd8\xd4\xea\x5f\xd9\xd5\xd2\x4d\x70\x4d\x28\x47\x59\x13\xb2\x0f\xc8\xd7\x75\x99\x4b\xd2\xf9\x45\x29\x5e\x9b\x02\x58\x13\x96\xdb\x43\xeb\x75\xfa\x81\xcd\x65\xe1\x7e\x10\xa0\xaa\xec\x0f\x00\xcc\x67\xfe\x79\x18\x4c\x67\xf3\xf0\x30\x44\xf9\xe2\x38\x00\x71\x71\x39\xba\x1c\x1d\xde\xee\xa6\x0f\x9e\x3f\x0d\xc6\xc3\xc3\x9b\xdd\x74\xdb\xe6\xc9\xc5\x55\x38\x9a\x8d\xfd\xb3\xf1\x1f\xfe\xcf\x67\xa3\xab\xc0\x1f\xfe\xe6\x7f\x78\x40\x8e\xd6\xd5\x87\xc4\x9a\x8c\xc2\x5f\xaf\xde\x8f\xc3\xe1\xf4\xe3\x68\xf6\xe9\x6a\xfe\x29\x18\xb5\x03\x1f\x58\xfc\x20\x6e\x38\x9a\x7d\x1c\x0f\x47\x96\x48\x07\x50\x1f\x0a\x6d\x4f\xc2\x0d\x03\x7f\xd8\x02\xfe\x8b\x14\xa9\xd7\x18\x06\x58\x52\x64\xf1\x0c\x97\xbb\xe3\xc5\x4c\x40\x74\xe2\x55\x9e\x38\xa8\x5e\x21\x07\x24\x09\xe7\xd3\x99\xff\x61\x74\x75\x19\x9a\x7f\xcf\xc6\x93\xf1\xfc\xb0\xe5\x5a\x16\x3f\xc8\xb2\xab\xc9\x68\x32\x9d\x7d\x7a\x0c\x76\x7f\x6d\x1d\x95\xa6\xf6\xa5\x6e\x9f\x5f\xd6\xae\xa7\x6f\x76\x67\x83\x9c\xb1\x40\x30\x1a\x6d\x3c\xf0\xd9\x1d\xd9\xa8\xda\x8a\xa7\xc4\x04\x68\x26\x99\x52\x9d\x2a\x38\xb8\x32\xe0\xdd\xdb\xb7\xef\x1a\x5a\x38\xe8\xcf\x82\x89\x1b\x4a\x1a\x33\x65\x23\xc0\x83\xf9\x30\x78\x08\xb3\xf6\x4a\xaa\x63\x16\x0f\xac\xef\x00\xac\x3d\x1d\xea\x80\xc5\xab\xe3\x3b\x00\xeb\xd5\x74\x1d\xb1\x2c\xc5\xbf\x13\xf2\xb4\x05\xd2\x95\x68\x8f\x03\x9a\x0a\x85\x72\x54\x2a\x90\x62\x81\x4d\x47\xc0\x2f\xf5\xf0\xee\xfe\x8b\x44\x9a\x12\x1e\xef\x0e\xf7\xe1\x78\x41\xf9\xf1\x82\x34\xfc\xd4\xcd\xf4\xa3\xfd\xc5\x22\xd3\xc7\x24\xbd\xb5\x9b\x9a\x22\x0c\x6a\x08\x1a\x65\x4a\xb9\x4d\x70\x1f\x24\x89\x30\x40\x49\x45\x1c\x62\x24\x78\xac\x3c\x38\x75\xe9\x54\x4b\xba\x5a\x55\x59\xa7\xef\x78\x3c\x4c\x08\x5f\xe1\x6e\x26\x26\xb9\x16\xa6\x90\x8b\x3c\x30\x85\xd8\x7e\xea\x3a\x37\x3e\x5e\x4f\x5f\x8f\x91\x7d\xb9\x13\x56\x5c\x91\x33\x36\x22\x84\x5a\x22\x49\xe7\x64\xb5\xe7\x41\x75\x07\xf4\x4e\x06\x3f\xed\x2c\x28\x5a\x1d\x2f\xbe\x8d\x27\x26\x38\x84\xf3\xd9\xc8\x9f\x6c\x63\xdb\x7d\xa3\x88\x18\x6f\xb5\x2d\xf4\x77\xe3\x2e\xcf\x17\x13\x99\xb1\x03\x6a\x6b\xa4\xfe\xfe\xa3\xc9\x1c\x6a\x8b\x5d\x9d\x60\xbd\xaa\x30\xd5\x6e\xd1\xdf\x39\x77\xe1\xa8\xd6\xf8\x32\x23\x55\xbf\x66\xd7\x48\x1d\xc3\xac\xdb\x9c\x4a\x8c\x2b\x53\x17\x81\xca\xbd\xd0\x76\xc5\xe8\x06\x05\x41\x15\x68\x61\xee\x63\x49\x57\xb9\xc4\x1e\x28\x34\xc2\x6b\x8c\x61\xb1\x71\xec\x53\x03\xf0\x19\x13\x77\x18\x3b\x48\x05\x44\xa2\x07\xd7\xe6\x39\x77\x47\x25\x5e\xbb\x37\xd9\xb5\x71\xfc\xeb\x1e\x5c\x5b\xef\xba\x06\xc2\x63\xb8\x36\xbe\x7b\x3d\xe8\xee\xe9\xd5\x9f\x5c\x40\x25\x41\xa5\x55\xad\x04\xd8\xca\x5f\x1e\xb3\xab\xc1\x45\x8e\xb9\x33\xa5\x3a\x20\xb5\xeb\x04\xde\x9a\x75\xca\x75\x3c\x17\xb8\xa5\x24\x61\x6c\xe3\xca\xf6\xa2\x4f\x7a\x97\x20\xb7\x37\xe2\x2c\x06\x4a\x13\xa9\xd5\x00\xc6\x4b\x60\xb8\xd4\x80\x69\xa6\x37\xbd\x5d\x3c\xa5\xcd\x8f\x12\x23\xde\x70\x92\x3a\xec\xbd\xcb\xb4\x02\x37\x94\x2d\xea\x99\x5d\x86\x88\x8c\x46\x4f\x50\x4c\x9b\x75\x7f\xa3\x62\x3b\x78\x4f\x57\xcc\x0a\xdc\x50\xac\xa8\xb5\x76\x14\x3b\xa3\x4a\x83\x58\x42\x46\xa2\x1b\xb2\x42\x05\x3a\x21\xda\x90\x09\x48\xc1\x2f\x2d\xec\xc9\x28\x29\x61\xf4\x2b\xba\x0e\x73\xae\x10\x28\x87\xa9\xed\x3f\x4e\x5c\xfb\xbb\x57\xbc\x26\x5a\x8c\x33\x5e\xba\x76\x37\xc9\xb2\xaa\x8b\x6b\x20\x1a\xfb\x55\x0f\x18\x92\x35\x82\x4e\xa8\x82\x05\x23\xfc\xc6\x3d\x35\x6d\x17\x98\x2a\x20\xa0\x30\xca\x25\xd5\x1b\x40\xbe\x14\x32\x42\x53\xcc\x0f\xe0\x97\xc2\x6b\xa5\x75\x4a\xc2\xac\xc7\x20\x24\x5a\x67\xde\xf1\x31\x89\x34\x5d\x63\x7a\x3b\x20\x19\x89\x12\x1c\x08\xb9\x3a\x76\x7d\xd3\xa2\x6d\x3f\x48\x74\xca\x5a\xbd\x21\x2c\x94\x26\x0b\x86\x10\x14\x16\xaa\xdb\xb4\xbd\x06\xdd\x31\xf1\xa5\x42\xb9\x0d\x2f\xae\xd7\x2d\xe3\xf2\xe2\x73\x85\xd2\xb6\xff\xa9\xaa\xc2\x85\x5d\x18\x09\xce\x31\xd2\xb6\x8b\x2f\x5c\x90\xaf\xe8\xb2\xc7\x13\xaa\x2b\x8e\xac\x90\xdb\xa7\x77\xbc\x1f\xb9\x8c\x4e\x97\xc5\x17\x83\x4e\x11\xb7\xad\x00\x7f\x92\xfe\x57\xbf\xff\xc7\xeb\xfe\x3f\xfe\xfa\xf6\xc6\xc4\xd6\x12\xc4\x03\xfc\x92\x49\x54\xe6\x09\x5b\x57\xbc\x7c\x99\xec\xea\x1a\xd4\x3f\x43\xfc\xaf\x55\x2d\x85\xa9\x54\xed\xd6\xf5\x7c\x77\xdf\x7d\x82\xa2\xd5\x13\xab\x25\x65\x6c\x9b\x24\x64\x85\x5c\xdb\xa4\x63\xdc\xc5\x30\xdb\xa8\x55\xce\x1b\xbd\x6c\x0b\xa5\x6a\x82\x0c\x00\xba\x31\x57\xae\x35\x65\xb5\xb1\xde\x90\x21\x0f\x13\xba\xd4\x5d\x05\xef\xcf\xc3\xea\xeb\x91\x16\x20\x51\x09\xb6\xc6\x26\xc2\x4d\xbe\xc0\xee\x76\xfb\x6f\x55\x07\xc6\xc2\xce\x46\xe1\x1c\xfc\x60\x5c\xdf\x5e\x22\xd6\x61\xc6\x4b\xc8\xed\xb7\xa2\x02\xaf\xf6\xc9\x08\x48\x14\x89\x9c\x6b\xa3\x4d\x75\x2d\x99\x88\x21\xcd\x95\x86\xc4\xf9\x2a\x42\x77\x4d\xf1\xae\x6b\x5e\xfe\xd8\x83\xbb\x84\x46\x49\xf9\xa9\x87\xc4\xb1\xc9\x50\x94\x40\x57\x44\x90\xd9\x9a\xda\x0c\xf6\xcd\xda\xbe\x16\x7d\x43\x09\x8b\x6c\x20\x40\x6d\x94\xc6\xd4\x2b\x4e\x2f\x0e\xf7\xfe\x59\xd5\x03\xff\xf2\x62\x5c\x92\x9c\xe9\xae\x89\x9f\x12\xa1\x36\x65\x48\x55\x7c\x33\x33\xbe\xdd\x69\x14\x12\xed\xfc\x98\x98\x3b\x79\x5f\x5d\xe2\x7c\x93\xd5\x92\xf9\xc1\x67\x60\x91\x02\x63\xae\x76\x39\x11\xa2\x76\x32\x28\x2d\xa4\xa5\xc7\x0d\x30\x9a\x52\x13\xeb\xc8\xca\x06\xcc\x2a\x18\x7d\x49\x99\x65\xb6\x59\x6e\x11\x41\xa1\x71\x0c\x2b\xf7\xca\x06\x78\x13\xd4\x88\x4b\x12\x16\x4a\xd1\xaf\xd8\xa0\xbf\x44\x65\x03\xb2\x16\xae\x68\x59\x13\xca\x6c\xa8\x72\xcb\x0f\x2b\x1e\x5a\xf9\x2e\xad\x50\x67\x46\xc0\x86\xda\xed\x6f\xb8\x42\xed\x93\xd7\xaf\x61\xb5\x68\xf3\x06\x9b\x83\x21\xc5\x54\xc8\x4d\xa1\xf6\xcb\xe2\xba\xcc\xdd\x9c\xa4\x8b\x57\xad\xd9\x17\x26\x6e\xcb\xbe\x20\x2d\x8f\xbe\x9d\x73\xcf\xcb\x0b\x36\xb6\x75\xcc\x33\x96\xa8\x95\x9e\xca\x7a\x62\xf9\x95\x6f\x42\xe3\x98\xe1\x9d\x49\x6f\xb6\x42\xb6\x65\x93\x35\x39\xe5\x4a\x13\xc6\x30\x2e\x33\x79\x03\xc3\x6c\xe0\x42\xa6\x26\xd5\x6e\x97\x9a\x43\xcd\x71\x55\x0f\xbd\x49\x38\x80\x4f\x22\x07\x95\x88\x9c\xc5\x20\x38\xdb\x00\x47\x77\x5b\xa9\x88\xe9\x72\xe3\xf2\x1c\xb5\xa9\xb1\xbb\xc6\x1a\xee\x9e\x0e\x86\x39\x16\x31\xa6\xcb\x25\x4a\x13\x6c\xaa\xa3\x8e\xcb\x6f\xc8\xbb\xd6\xad\x21\x6c\x0d\x55\x19\xb8\xbd\xae\x7e\xa0\x66\xdd\x7e\x75\xfc\x4f\x00\x00\x00\xff\xff\x09\x39\xf7\xbb\x53\x1f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftAmq63BasicYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftAmq63BasicYaml, - "Template.template.openshift.io/openshift/amq63-basic.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftAmq63BasicYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftAmq63BasicYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/amq63-basic.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5b\xff\x6f\xdb\xb8\x92\xff\xdd\x7f\xc5\x20\x28\xe0\x16\x88\xed\xe6\xfa\x2e\xed\x09\x87\x3b\xf8\xa5\xde\x3e\x5f\xe3\xda\xb1\x9c\x2e\xfa\x16\x8b\x94\x96\xc6\x36\x37\x12\xa9\x90\x94\x53\xb7\xc8\xff\x7e\xe0\x17\xc9\x92\x2c\xd9\x46\xb6\xb9\xcb\xde\x15\x68\x9b\xf0\xcb\x87\x33\xc3\xe1\x70\x66\x38\x22\x09\xfd\x8c\x42\x52\xce\x3c\x50\x18\x27\x11\x51\xd8\xe5\x09\x32\xb9\xa2\x0b\xd5\xa5\xbc\xb7\x3e\x6b\xdd\x52\x16\x7a\x30\x73\xdd\xad\x88\xcc\x31\x92\x5e\x0b\xf2\x19\x1e\x90\xf8\xee\xfc\x4d\x27\xd1\x50\x52\x21\x53\x1d\x29\xa3\x16\xc0\xb7\x84\x10\xe9\xc1\x59\xf7\x6f\xdd\xb3\xb7\xad\x18\xa5\x24\x4b\xf4\xa0\x0f\x0c\xef\x61\x3b\x1a\x6c\x0f\x65\x4b\x90\x28\xd6\x34\x40\xb8\xa7\x6a\x05\xbe\x7f\x09\x32\x4d\x12\x2e\x14\xac\x88\x84\x39\x22\x83\x40\x20\x51\x18\x02\x65\xb0\xe1\xa9\x68\x01\x24\x82\xff\x81\x81\xea\xc2\x50\xc1\x3d\x8d\x22\x58\x11\x16\x46\x08\x6a\x85\xba\x4f\xf1\x80\x47\x2f\xe5\x2b\x38\x79\xf1\x63\x74\x75\x33\x99\x8e\x67\xe3\x8b\xf1\xe5\xc3\x49\x17\x66\x2b\x84\x54\xa2\x60\x24\xc6\x5e\x42\xa4\xbc\xe7\x22\x6c\x01\x2c\xb8\x00\x12\x04\x28\xa5\xa6\x49\xe3\x64\x74\x51\x09\x06\xe5\xda\x1f\x4c\x3f\xf5\x47\x83\x87\x9e\x05\xed\xfb\xfe\xaf\xe3\xe9\xfb\x87\x2e\x4c\x22\x24\x12\x61\x8e\x20\x53\x81\xa0\xb8\xa3\xb8\x05\x40\x40\x62\x20\x50\x81\x5e\x2f\xd4\xf4\xf4\x47\x57\x37\xfe\xe0\x62\x3a\x98\x3d\x9c\x40\xc0\x99\x22\x94\x65\x4b\x2a\x91\x4a\x05\x52\x71\x81\x40\x58\x08\xb7\xb8\x71\xbf\x2d\x68\x84\x12\x5e\xba\xf9\xb3\xe9\xb5\x3f\xf3\x67\xe3\xe9\xe0\xe1\x44\x2f\xc2\x72\xe4\x8f\x83\x2f\xae\xfd\x95\x66\x33\x34\x7c\x19\x4e\x8c\xa4\x03\x4d\x9f\x5e\x14\x99\xea\xb6\x62\x54\x24\x24\x8a\x78\x06\x83\x71\x45\x14\xe5\xcc\xec\x33\x40\x88\x32\x10\x34\x51\x46\x51\xfa\x0c\xf0\x1b\x89\x93\x08\xe1\xbf\xfe\xce\xa5\x84\x7e\x67\x74\x05\x24\x49\x22\x1a\x98\x49\x5d\xf8\x85\x0b\x88\x35\xa9\x94\x2d\xb8\x88\x4d\x2b\x90\x39\x4f\x15\xa4\x5a\xa6\x06\x14\x40\xad\xa8\xcc\xb5\xe8\x14\x24\x22\xac\x94\x4a\xa4\xd7\xeb\x2d\xa9\x5a\xa5\xf3\x6e\xc0\xe3\xde\x1f\x73\x2e\x65\x27\xd7\xca\x5e\x61\xa5\x4e\x36\x59\x76\x0d\x24\x0d\x38\xbb\x88\x88\x94\x9e\xf9\xb1\x43\xe2\x3b\xd3\x5e\x52\xe9\x90\xca\x24\x22\x9b\x8e\xde\x05\xaf\xc8\xc2\x79\xf7\x0d\xbc\xcc\x34\xef\xd5\xee\xc4\x44\xf0\x35\x0d\x51\x74\xca\x08\x53\x0c\xe1\x1f\x44\x9d\xc2\x90\x05\x96\x0c\x45\x96\xd2\xdb\x6a\xf5\x29\x89\xef\x4e\x0d\x17\xb6\xb7\xf6\xa0\x85\x3c\x48\x63\x64\x56\xec\x9d\x54\x44\x5e\x2e\x0b\xab\x8a\x5d\x81\xe1\x8a\x28\x23\x92\xd2\xe0\x1e\xb2\x9e\xc0\xb0\xb3\x22\xaa\x63\x65\x45\xe2\xbb\xde\x9e\xa5\x22\xce\x96\x9d\xd2\x96\xce\x8a\x1b\x01\x21\x2e\x28\x43\x09\x02\x25\x4f\x45\x80\x12\x18\x62\x88\x61\xb6\x6b\x1c\x42\x5c\x63\xc4\x93\x8c\xf5\xaa\x10\xe7\x44\x6b\x5b\x61\x9f\x4e\x81\xb2\x20\x4a\x43\xad\x78\x04\x42\x4c\x22\xbe\xd1\xf4\x3b\xc4\x80\xb3\x05\x5d\xa6\xc2\x8d\x35\x2a\xb2\xb5\x0f\x81\xd5\xff\x5c\x61\xe3\x38\x65\x0e\xd7\x0d\xf5\xfd\xcb\xee\x1e\x7e\x9d\x0d\x39\x20\x54\x03\xb0\xce\xac\xa1\xb3\x59\x00\x76\x8f\x1b\x0c\x9c\xee\x94\x09\x09\xd0\xdb\x6a\x4a\x8b\xcf\xb5\x39\x92\x5e\xab\x03\x45\xfb\xba\x3e\x6b\x01\x58\x5b\xea\x5b\x6b\xd2\x02\x28\x9e\xba\x9a\x73\x57\x39\x79\xda\x5e\xcd\x05\xbf\x45\xd1\x96\xd0\x1f\x5d\x4d\x40\xf3\x65\x59\xdf\x9a\x65\x83\xb4\x95\xbd\x07\x2f\x7e\xf4\x27\x93\xcb\xe1\x45\x7f\x36\x1c\x7f\xba\x31\x66\xcb\x0c\xb3\xac\xd5\xf4\x6a\x05\xd2\x7f\x93\x16\x80\x4c\x30\xb0\xa8\x7a\x2d\xb7\x40\xc7\xfc\xe2\xc1\xbf\x9e\xbf\xfd\x97\x4c\x2b\x88\x58\xa2\x9a\x94\x9b\x25\x46\x18\x28\x2e\xb6\xdc\x64\x3b\x7f\x61\xb6\xbc\x71\xf5\xff\x09\xd9\xe9\xeb\xe5\x89\xe5\xe7\xd4\xe4\x90\x0c\xcf\xea\x65\x78\xf6\xac\x65\x38\xba\x9a\xcd\x9e\x52\x7e\xf1\x9d\x52\x87\x64\x77\xf6\xee\xdd\x9b\x1a\xd9\xe5\xcd\xcf\x5a\x76\x4f\xac\x7f\x5a\x7e\xc7\xe8\xdf\xbb\x7a\x19\xbe\x7b\xee\x32\xf4\x67\xe3\xd1\x93\x1a\x40\xa9\x78\x7c\xd0\x02\x9e\x9f\x9d\x9f\xd5\x89\x6f\xdb\xfe\xbc\xe5\xf7\xc4\x4a\x68\x64\x78\x8c\x16\x6a\x79\xd5\x5d\x25\xdb\xf6\xe7\x2a\xc7\x71\x82\xec\x57\x2a\xf0\x29\xc5\xa8\x82\xa3\x14\xf1\xbc\x41\x80\xe7\x7f\x0d\x01\xbe\xd4\x6e\x77\x41\x8c\x90\x85\x5d\x5d\x12\x25\x2b\x52\xf1\x97\x31\x41\x16\x22\x0b\x28\x4a\x0f\xda\xbf\xfd\x38\xd1\x22\x3c\xf1\x4c\xf0\xd3\x24\xc4\x93\x53\x07\x0c\x70\xa2\x39\xd0\xc3\x1d\x0f\x27\x0f\xa7\x87\x21\xf4\x9d\x7e\x72\xba\x6f\xee\x16\x7f\x9f\x5d\xde\x8f\xd1\x3c\xd7\x1c\xa7\x9f\xc1\x84\x3e\x92\x3f\x83\x91\xc3\x38\x07\x98\xb1\x00\x7b\x18\xfa\xbd\xfd\x64\x47\xea\x58\xbb\xf4\xb6\xe1\x58\xbd\x7d\x6e\xc7\xca\xb7\x81\x8e\x04\xc6\x43\x84\x90\xca\x80\xaf\x51\x6c\x4c\xdc\x1f\xa3\x5c\x41\x1e\x8c\xd7\x1f\xb0\xdb\x74\x8e\x82\xa1\x0e\xa7\x29\xef\x29\x1e\xa1\x20\x0a\x3b\x29\x13\x48\xc2\x4d\x07\x59\x98\x70\xca\x94\xf4\xe0\x44\x89\x14\x4f\x9e\xc8\x71\x41\xb9\x2a\x6d\x4b\x10\xa5\x52\xa1\x18\x4e\x3c\xf8\xc4\x19\xee\x6e\x95\xc5\x73\xf3\xb2\xde\x27\x36\x7d\xef\x2b\x10\x3b\x9b\xf5\xb3\xe5\x52\x12\x89\x40\x03\x27\x3d\xf8\xb3\x41\x82\x99\xad\xf4\x3e\x2f\x37\xd9\x6c\xc1\xa3\x88\xb2\xe5\x84\x08\x12\xcb\xad\x25\x88\xc9\x37\x3f\x15\x4b\xf4\xe0\x75\x76\x22\x36\x09\x7a\x30\xb5\xc3\x4b\x11\x78\x36\xab\x2c\x93\x5d\xb9\x1c\x2d\x9b\xc7\xf0\x75\x8c\x4c\x0d\xff\xb9\x5c\xc1\x66\x23\x14\xa1\x0c\x45\x81\xc8\x0e\x20\x5b\x17\x69\xce\x94\xae\xef\x92\x81\x85\x2e\x80\x35\x89\x52\xb3\x68\x31\x53\xd8\x30\x39\x4b\x1d\x36\x02\xe4\xb9\xc5\x06\x80\xd9\xb4\xff\xc9\x9f\x8c\xa7\x33\xbf\x19\x22\xcb\x79\x36\x40\x5c\x5d\x0f\xae\x07\xcd\xd3\x6d\x77\xe3\xfa\xe3\xc9\xf0\xa2\x79\xb2\xed\xae\x9b\x6c\x72\x9f\xd3\x61\xff\x72\xf8\xcf\xfe\xdf\x2f\x07\x37\x93\xfe\xc5\xc7\xfe\x87\x3d\x74\xd4\x8e\x6e\x22\xcb\x9f\x5c\x0e\x67\xf5\x50\x79\x77\xd3\xdc\xd1\xc0\xff\xc7\xcd\xfb\xa1\x7f\x31\xfe\x3c\x98\x7e\xb9\x99\x7d\x99\x0c\x9a\x91\x6a\x06\xef\xc5\xf5\x07\xd3\xcf\xc3\x8b\x81\x51\xc2\x06\xd4\x7d\x66\xf1\x28\x5c\x7f\xd2\xbf\xa8\x01\xff\x45\xf0\xd8\x2b\x35\x03\x2c\x28\x46\xe1\x14\x17\xd5\x76\xd7\x33\x21\x6a\xe5\xe5\xa7\xb8\x9b\x27\xbc\x1a\x28\xc9\x52\xce\x85\xac\xf4\xcd\xfb\x61\xed\xe9\xe8\xa1\x0a\x7a\xc6\x0f\x30\x49\xf1\xce\x9a\x47\x69\xdc\x84\xbb\x85\x6b\xde\x88\x42\x22\xfc\x20\xca\x81\x63\xd7\x30\xb8\x09\x37\xe3\xba\x19\x2c\x4f\xc5\x1f\x92\xdb\x61\xba\x76\x86\x36\x9e\x80\xd9\x78\xda\xff\x30\xb8\xb9\xf6\xf5\xbf\x97\xc3\xd1\xde\xf3\xb0\x3b\x78\xaf\xb5\xb8\x19\x0d\x46\xe3\xe9\x97\x43\xb0\xbb\x63\x8b\xa8\x34\x36\xef\x41\x79\xd2\xba\x73\xfe\xa6\xda\x3b\x49\xa3\x68\xc2\x23\x1a\x6c\x3c\xe8\x47\xf7\x64\x23\x0b\x23\x8e\xb1\xed\x50\x76\x16\x32\x76\x72\x23\xef\xb2\x1d\x6f\xdf\xbe\x2b\x71\x61\xa1\xff\xe0\x11\xbf\xa5\xa4\xd4\x93\x3d\x29\x79\x30\xbb\x98\xec\xc3\x2c\x24\x47\x8b\x98\x2e\xaf\xfa\x38\xc0\xb3\x06\x40\xe7\xca\x3e\x02\xb4\x90\x42\x2b\x82\xba\xec\xdb\x23\x00\xdf\x35\x03\x3e\x9e\xca\x62\x9a\xa5\x88\x9a\xe5\x68\x1e\x09\x59\xb7\x3f\xc5\x94\xc5\x23\x61\xcf\x6b\x60\x6d\x08\xff\x48\xc0\xb7\xf5\x80\x47\x53\xa9\xfd\x77\xca\x50\xca\x89\xe0\x73\x2c\x9b\x7a\xfc\x56\x74\x7e\xec\x9f\x80\xc7\x31\x61\x61\xb5\xb9\x03\xbd\x39\x65\xbd\x39\x29\xdd\x44\xb6\xa7\x13\xec\x0e\xe6\x89\xd2\x16\xde\x4c\x2a\x93\xd0\x2d\x21\x58\xd3\x3f\xe2\x29\xab\x1e\xd3\x58\xb7\xd9\x3b\xe8\xe0\x7d\x91\x09\xc6\x26\x16\xf6\x0c\xd3\xa4\x8c\x59\xb4\xf1\x40\x47\x31\x8d\xeb\x65\xd4\xeb\x8b\xaf\x66\x99\xa6\x7b\x3a\x59\xf3\xed\xa6\x28\x14\x31\x65\xc6\xb5\xfd\x20\x48\x80\x13\x14\x94\x87\x3e\x06\x9c\x85\xd2\x83\xf3\xd7\xad\xb2\x0c\x4a\x2e\xe7\x51\xec\xd8\xf6\xf2\x4e\xd9\xb6\x4f\x19\x99\xdb\x47\xe6\x1d\xf0\xa3\x98\x80\xc2\x5b\xfd\x67\xb3\xfe\x45\x44\x68\xc5\x93\x08\x74\xd3\xa7\xbd\xa0\x66\x88\x8d\x12\x04\x5d\x2e\x73\x07\xbb\x63\x4d\xfd\xc5\x8a\xb0\x25\x56\x83\x0e\x92\x2a\xae\x63\xd6\xa0\xb2\x5b\xf9\x29\xd1\x6b\x96\xc4\x76\xe8\x3e\x58\x54\xbc\x20\x1b\xcf\x0d\x35\x09\xbe\x12\x48\xe2\x19\x59\xee\x5c\x32\xc5\x3b\xca\x3b\xeb\xfe\xad\x32\xc0\x3d\x02\xbe\xf8\x31\x1c\xe9\xfb\xd3\x9f\x4d\x07\xfd\xd1\xd6\x15\x7b\x28\xc5\x4b\xc3\x2d\xb7\x8e\x7f\xdb\x6e\x43\x1a\xd7\xf1\x4c\x02\xcf\x50\x18\x21\x3f\x41\xf0\xb9\x45\xde\x0d\x40\x5d\x5c\x89\x79\xe9\xc4\x33\x09\x2c\x8b\x34\x1f\x2b\x37\x38\x32\xc0\xac\xb1\xb9\x15\x13\x6a\x30\xcb\x96\xf3\xd9\x46\xa5\xff\x37\x43\x9d\xa7\x73\x58\xab\x9a\xf5\xbf\xe5\xb4\xfe\x59\xf7\xe5\xb8\xab\xfc\x99\x5c\xad\xff\x5f\x6e\xbf\xaa\x72\xfd\xc5\x6f\xc0\x49\xdd\x7e\x3c\x79\xfe\x35\xdf\xc0\xad\x31\xb7\x35\x44\x23\x1e\x62\xbe\x97\x53\x24\xe1\xaf\x82\x2a\x1c\x11\xb6\x71\xb7\xa5\xab\xa2\xca\xb3\xab\x78\x97\xa2\x2c\x1e\x0f\xa9\xb8\x30\x86\xe5\xc5\x8f\xcf\xe3\xcb\xeb\xd1\xe0\xe6\xa2\x3f\xe9\x5f\x0c\x67\x5f\x1e\x5a\x89\xd6\x08\x54\x46\x5d\x3a\xbb\xaf\x68\x9a\x64\x93\xdf\x57\x2b\x2c\xd5\xe0\xb5\x00\x5c\x99\x9a\x55\xcb\xfe\xb6\x0f\x74\x4b\x5e\xda\x54\x65\xb6\x65\x29\xa4\x02\xc3\x5c\xe9\x9c\xbd\xb6\xae\x68\x95\x0c\x3f\x89\xa8\x32\xeb\x6b\xe1\x43\x48\x85\xf1\x06\xec\xb3\x03\x92\x60\x65\x9f\x23\x28\x03\x62\x72\xf4\xa7\xb6\xee\x8f\x4a\x60\xfc\xde\xce\xc3\x05\x49\x23\x1b\x6f\xce\x71\x45\xd6\x94\xa7\x62\x87\x03\xbb\xce\x7b\xa2\xc8\x7f\x6e\x89\x2f\x64\xfa\x1c\x91\xee\x69\xa2\x42\x64\x7b\xe2\x0c\x96\x34\x25\x99\xae\xe0\xcc\x14\x1d\x6a\x09\x2b\x0c\x61\xbe\xb1\x77\xb0\xec\x02\xf4\xa3\x88\xdf\x63\x68\x31\x25\x10\xe1\xfc\x8e\xaf\x3c\x41\x76\x4f\x05\x7e\x3d\x85\xaf\x3a\xf0\xd6\xff\x9b\x88\xf1\xab\x29\x52\xfb\xaa\xc3\xdc\xaf\xdd\xf6\x8e\xf4\x3b\xa3\x2b\xc8\x49\xc8\xc9\x2f\xe4\x66\xb7\x0c\x64\x4b\x54\x59\xb8\x4a\x31\xb5\x1b\x2e\x9b\xc8\x9e\xad\x50\x22\xdc\xe9\x81\xd2\xd6\xc2\xce\x71\x6b\x43\x48\x14\x59\x95\xcc\x6a\x68\xef\x57\xc8\xcc\x06\xd8\x8d\x05\xa9\x88\x50\x1a\x67\xb8\x80\x08\x17\x0a\x30\x4e\xd4\xe6\xb4\x0a\x28\x95\xfe\x21\x03\x09\x37\x8c\xc4\x16\x7c\x67\xcb\x0c\xc9\x25\x76\x5d\xaa\xb9\xaa\xc9\x3c\xa1\xc1\x31\xac\x29\x3d\xf0\x67\xb2\x56\x01\x3c\x9e\x35\x43\x72\x89\x35\x97\x08\xaf\xb0\x76\x49\xa5\x02\xbe\x80\x84\x04\xb7\x64\x89\x12\xd4\x8a\x28\xad\x50\x40\x9c\x8e\x29\x6e\x56\x46\x41\x49\x44\xbf\xbb\x32\xdd\x54\x9a\x13\x33\x36\xb5\x84\x23\x5b\x39\x7d\xea\xbc\xed\x1a\xf1\x0c\x17\xa6\x1a\x5a\x5b\x00\x08\x39\x4a\xd6\x56\x06\xa2\x34\x5f\x9e\x42\x84\x64\x8d\xf6\xfc\xcd\x23\xc2\x6e\xed\x3b\xe0\xcc\x9d\x47\x62\x8b\x2c\xa9\xda\x00\xb2\x05\x17\x01\x6a\x87\xd8\x96\xf3\x6a\x59\xda\x02\x4d\x12\x15\x6a\x75\x4d\x25\xa5\xa2\x6b\x8c\xef\xba\x24\x21\xc1\x0a\xbb\x5c\x2c\x7b\xb6\x06\xd2\x55\x7c\x77\x57\x2a\x8e\x6a\x4f\x84\xef\x98\x26\xf3\x08\x61\xe2\x24\x54\x94\x69\xfd\x03\x41\xd5\x00\xd1\xef\xa8\x45\xac\x49\xb4\x77\xbd\x2d\x77\x9e\x6f\xec\x2a\x5a\x9e\xee\x0e\xa7\x6c\xe9\xea\x72\x6d\xc9\xf0\x2e\x49\xf6\x4a\x31\x98\x39\x21\x15\xa3\xbc\xc7\x42\x9e\x7d\xa0\x55\xea\xae\x25\x8a\xad\x99\x96\x8a\xb0\x90\x88\x30\xd3\xcb\x54\xa2\xd0\x5a\xa9\xb4\xfc\x33\x54\x33\x32\xe0\x8c\x61\xa0\xf2\x87\x35\x5e\x50\xe7\x5d\x3d\xa6\x2a\xd7\xe1\x25\x32\xf3\x6e\x1b\xd6\x33\x78\xed\x0a\xde\x5b\xce\x0f\x30\x24\xfc\x46\x3a\xdf\xfb\x9d\x7f\xbe\xee\xfc\xdb\xef\x3f\xde\xe8\xcb\x30\x03\xf1\x00\xbf\x25\x02\xa5\xbe\x84\x8b\x1b\x93\x05\x10\x55\x6e\x27\xae\x8a\xfe\xd1\xcc\x82\xe2\x96\xdf\x9f\xc2\xec\xa4\x50\xd4\x6f\x98\x6d\x17\x39\x7d\xf7\xd0\x3e\x82\xd5\x3c\x16\xaa\xb9\x7e\xb7\x6f\xec\x64\x89\x4c\x19\x37\x46\x6f\x95\x3e\x7b\x9a\xaf\xac\xdf\xe9\xdd\x0a\xf2\x37\xf4\x2e\x40\x3b\x64\xd2\x56\x37\x18\x6e\xcc\x79\x4d\x90\xf9\x2b\xba\x50\x6d\x09\xef\x3f\xf9\xf9\x77\x07\x8a\x1b\x3f\x22\x5a\x63\x19\xe1\x36\x9d\x63\x7b\x3b\xfd\x63\xfe\x80\x6f\x60\xa7\x03\x7f\x06\xfd\xc9\xb0\x38\x3d\x43\x2c\xc2\x0c\x17\xae\x90\xda\xe1\x15\xbf\x78\x20\x41\xa0\x1d\x77\xcd\x4d\xbe\x2f\x09\x0f\x21\x4e\xa5\x82\x95\xb5\x26\x08\xed\x35\xc5\xfb\x36\x08\xae\x6d\xc3\xfd\x8a\x06\x2b\x08\x08\x33\x26\x3a\x0c\xf5\x3d\x4a\x09\xb4\x79\x00\x89\x89\x8c\x74\x63\x47\x8f\xed\x28\xde\xd1\x4a\x61\x90\x35\x04\xc8\x8d\x54\x18\x7b\x6e\x75\xb7\xb8\xf7\xef\xb9\x87\xf9\x1f\x9e\x73\x16\xda\xda\xc4\x0b\x84\x42\x97\xd6\x2a\xf7\xd1\x87\xb6\x3e\xad\x92\x6b\x5a\xaf\x1f\x23\xbd\x27\xef\xf3\x4d\x9c\x6d\x12\x2c\xf9\x16\xf5\x2f\x81\xee\xb0\x87\x4c\x56\x75\x42\x43\x6b\x53\x94\x7f\xea\x51\xf8\xa8\xc3\xf7\x2f\x41\x60\x64\x4c\xb7\xf9\x84\x63\xc7\xc1\xb1\x53\xca\xde\x59\x9e\xbc\xdb\x63\x75\x4c\x55\x4f\x92\xb8\x1c\xe1\x8e\x79\xf4\x2f\x4b\x1f\x93\xe8\xb5\x9d\x01\x28\xdf\x68\x66\x8c\x6f\xc6\xfc\xb2\x1d\xd3\xf0\x08\xb7\xdf\x47\xec\xaa\x1d\xd1\x54\xc9\x28\x7c\x6f\xd3\x48\x46\xe1\xf8\x1e\x7a\xc5\xab\xd0\x53\xb3\x78\xf9\x03\x9a\x3a\x09\x18\x95\xf8\x88\x1b\xd9\x2c\x83\xc2\x53\xdf\x01\x09\xdc\xee\x48\xa0\x64\x1b\xb7\xdf\x17\x39\xda\xcc\xa2\xfb\x29\xaa\x15\x47\xdd\xd3\xe1\x01\x61\xa0\xb2\x07\xc5\xa2\x86\x54\xde\x42\x44\x63\xaa\x5d\x06\xb2\xb4\x9e\x7a\x76\xa7\x7f\x8b\x23\xe3\x5d\x98\xbb\x55\xf3\x07\x12\xb5\xf9\x36\x87\x6b\x69\xfc\x24\xed\x1b\x10\xeb\x6c\x19\x28\x49\xbf\x63\xc9\x46\x0b\x94\xc6\xaf\x71\x57\x18\x59\x13\x1a\x99\x1b\xdf\x0e\x6f\x3e\x9d\x56\x09\xae\x0d\x51\x97\x9a\xc0\xf2\xb1\xa8\x7d\xdf\xcc\x2e\xe2\xd7\xaf\x61\x39\xaf\x33\xd9\xc6\x99\x85\x18\x63\x1d\xa2\x58\xb6\x5f\x3a\x9b\xa2\x0d\xc8\x59\x3c\x7f\x55\xeb\xc6\xc2\xc8\x4e\xd9\x25\xa4\xe6\x41\xb4\xc6\x2c\x18\x3e\xb5\x6c\xad\x79\xd4\x92\x28\x44\xdc\xd2\x28\x45\xf6\x3d\xcd\x88\x86\x61\x84\xf7\xda\x4b\x34\xc9\x01\x13\x81\x18\x91\x53\x26\x15\x89\x22\x0c\xbb\xce\x23\x2e\x61\xe8\x09\x8c\x8b\x58\x7b\xac\xdb\xa1\x7a\x51\xbd\x5c\x5e\x3f\x59\xb6\x8a\x00\x5f\x78\x0a\x72\xc5\xd3\x28\x04\xce\xa2\x8d\xf9\xdc\x47\xef\x56\xcc\x43\xba\xd8\xb8\x70\xcd\x78\x98\xed\x35\x16\x70\x77\x78\xd0\x9a\x63\x10\x43\xba\x58\xa0\xd0\x37\x62\xbe\x54\x2f\xfb\x4e\xaf\x2a\xdd\x02\xc2\x56\x50\xb9\x80\xeb\xd3\x09\x7b\x8e\xdf\xf6\x43\x9c\xff\x0e\x00\x00\xff\xff\x12\x93\xee\xf2\xde\x38\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYaml, - "Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftAmq63PersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x7f\x6f\xdb\x36\xfa\xff\xdf\xaf\xe2\x41\x50\xc0\x1b\x10\xd9\xcd\xb7\xfb\xa6\x3d\xe1\x70\x07\xcf\xf5\x3a\xdf\xe2\xd8\xb1\x9c\x0e\xdd\x30\xa4\xb4\xf4\xd8\xe2\x42\x91\x0a\x49\x39\x75\x8b\xbc\xf7\x03\x49\x49\x96\x64\x39\xc9\x75\x0b\x2e\x77\xb8\x00\x6d\x53\x91\xfc\xf0\xf9\xfd\x83\x24\x49\xe9\x7b\x94\x8a\x0a\xee\x83\xc6\x24\x65\x44\x63\x4f\xa4\xc8\x55\x4c\x57\xba\x47\x45\x7f\x73\xd2\xb9\xa6\x3c\xf2\x61\x91\x0f\x77\x18\x59\x22\x53\x7e\x07\xca\x15\x3e\x90\xe4\xe6\xf4\x95\x97\x1a\x28\xa5\x91\xeb\x0e\xc0\xa7\x94\x10\xe5\xc3\x49\xef\xbb\xde\xc9\xeb\x4e\x82\x4a\x91\x35\xfa\x30\x00\x8e\xb7\xb0\x9b\x09\x6e\x84\xf2\x35\x28\x94\x1b\x1a\x22\xc4\x44\xc1\x12\x91\x43\x28\x91\x68\x8c\x80\x72\xd8\x8a\x4c\x42\x2a\xc5\xef\x18\xea\x1e\x8c\x35\xdc\x52\xc6\x3a\x00\x31\xe1\x11\x43\xd0\x31\x9a\x51\x2d\x42\xc1\xbe\x51\xdf\xc2\xd1\x8b\x2f\x93\x8b\xab\xd9\x7c\xba\x98\x0e\xa7\x67\x77\x47\x3d\x58\xc4\x08\x99\x42\xc9\x49\x82\xfd\x94\x28\x75\x2b\x64\x04\x2b\x21\x81\x84\x21\x2a\x65\x08\xd0\x31\x76\xa0\x24\x83\x2a\xb0\x28\x97\xc1\x68\x7e\x3e\x98\x8c\xee\xfa\x0e\x74\x10\x04\x3f\x4f\xe7\x6f\xef\x7a\x9d\x04\x35\x89\x88\x26\x46\x16\x84\x73\xa1\x89\xa6\x82\x5b\xd1\x00\x44\xa8\x42\x49\x53\x6d\x65\x3b\xe0\x80\x9f\x48\x92\x32\x84\x7f\x7c\x2f\x94\x82\x81\x37\xb9\x00\x92\xa6\x8c\x86\x76\x51\x0f\x7e\x10\x12\x12\x21\x11\x28\x5f\x09\x99\xd8\xaf\x40\x96\x22\xd3\x90\x19\xea\x2c\x28\x80\x8e\xa9\x2a\x05\x7f\x0c\x0a\x11\x62\xad\x53\xe5\xf7\xfb\x6b\xaa\xe3\x6c\xd9\x0b\x45\xd2\xff\x7d\x29\x94\xf2\x4a\x45\xf6\x2b\x3b\x79\xc5\x62\xd5\xb3\x90\x34\x14\x7c\xc8\x88\x52\xbe\xfd\xd5\x23\xc9\x8d\xfd\x5e\xb3\x82\x88\xaa\x94\x91\xad\x67\xa4\xe7\x57\x59\x38\xed\xbd\x82\x6f\xb8\x80\x20\x38\xfb\x76\x7f\x59\x2a\xc5\x86\x46\x28\xbd\xfa\xfa\x39\x46\xf0\x23\xd1\xc7\x30\xe6\xa1\x23\x42\x93\xb5\xf2\x77\xa6\x70\x4c\x92\x9b\x63\xcb\x83\x1b\x6d\xb5\xcc\x48\x84\x59\x82\xdc\x09\xdd\xcb\x24\xf3\x4b\x49\x38\x95\xf6\x24\x46\x31\xd1\x56\x20\xb5\xc9\x7d\xe4\x7d\x89\x91\x17\x13\xed\x39\x49\x91\xe4\xa6\x7f\xcf\x56\x4c\xf0\xb5\x57\x53\xe8\xa2\xaa\x06\x88\x70\x45\x39\x2a\x90\xa8\x44\x26\x43\x54\xc0\x11\x23\x8c\x0a\x9d\x09\x88\x70\x83\x4c\xa4\x05\xeb\x4d\x11\x2e\x89\xc2\xa8\x6a\x0f\xc7\x40\x79\xc8\xb2\xc8\x98\x25\x81\x08\x53\x26\xb6\x89\x73\x2c\xf3\x13\x0a\xbe\xa2\xeb\x4c\xe6\x56\xc2\x23\x67\x23\x3b\xbf\x0a\xb1\x77\x0f\x3f\x2a\x4b\x53\x21\xf5\x03\x42\xb3\x00\x9b\x22\x3c\xe4\x8e\x0c\xe0\x74\xd8\xe2\xf1\x66\x40\xa5\x24\x44\x7f\x67\x05\x1d\xb1\x34\x2e\xab\xfc\x8e\x07\xd5\x60\xb3\x39\xe9\x00\xb8\xc0\x12\x38\x7f\xeb\x00\x54\xfd\xa9\xc5\xa3\x1a\x3e\x65\x3c\x7a\x29\xc5\x35\xca\xae\x82\xc1\xe4\x62\x06\x86\x27\xc7\xf6\x2e\x46\x59\xa4\x9d\x5c\x7d\x78\xf1\x65\x30\x9b\x9d\x8d\x87\x83\xc5\x78\x7a\x7e\x65\x1d\xdb\x4e\x73\x6c\xb5\x8c\x1a\xe3\x30\x7f\x52\x13\x1b\x52\x0c\x1d\xaa\xd9\x2b\xdf\xc0\xb3\xff\xf1\xe1\xff\x4f\x5f\xff\x5f\xa1\x71\x22\xd7\xa8\x67\xf5\xcf\x0a\x19\x86\x5a\xc8\x1d\x37\x85\x56\x87\x56\x9d\x07\x77\x7f\x62\xd9\x4d\x2e\x16\x8b\xa7\x94\x5d\x72\xa3\xf5\x43\xb2\x3b\x79\xf3\xe6\x55\x8b\xec\xca\xcf\xcf\x55\x76\xc1\x62\x3a\x79\x52\xc3\x53\x5a\x24\x0f\x5a\xde\xe9\xc9\xe9\x49\x9b\xf8\x76\xdf\x9f\xab\xfc\xa6\x29\xf2\x9f\xa9\xc4\x8a\x08\xcb\x0c\xdc\x23\x2c\x8d\x49\x23\xe8\x63\x8a\x3c\x42\x1e\x52\x54\x3e\x74\x7f\xfd\x72\x64\xc4\x77\xe4\x9b\x8c\x7f\xd8\x73\x8f\x8e\x73\x64\x80\x23\x43\xbc\x99\x9f\x93\x7f\x74\x77\xfc\x30\x86\xb1\xe0\xa3\xe3\xfb\xd6\xee\xf0\xef\x55\x64\x2b\xc8\x6f\xdd\xa7\x31\x1d\x1d\x3e\xca\x70\x4e\x0f\x18\xce\xe9\x73\x33\x9c\xc0\x65\x2d\x05\x5c\x44\x08\x11\x55\xa1\xd8\xa0\xdc\xda\x22\x2e\x41\x15\x43\x59\x37\xb5\x1b\xd2\x75\xb6\x44\xc9\xd1\x54\x3e\x54\xf4\xb5\x60\x28\x89\x46\x2f\xe3\x12\x49\xb4\xf5\x90\x47\xa9\xa0\x5c\x2b\x1f\x8e\xb4\xcc\xf0\xe8\x89\xa2\x21\xaa\xb8\xa6\x96\x90\x65\x4a\xa3\x1c\xcf\x7c\x38\x17\x1c\xf7\x55\xe5\xf0\xf2\x75\xc5\xe8\x13\xeb\xe8\x6d\x03\x62\x4f\x59\x7f\xb6\x5c\x6a\x22\x91\x68\xe1\x4c\xfb\xf0\x07\x19\xb4\xab\xb5\xd1\xf3\x7a\x5b\xac\x96\x82\x31\xca\xd7\x33\x22\x49\xa2\x76\x9e\x9b\x90\x4f\x41\x26\x4d\x8f\xf2\xb2\xf0\x88\x6d\x6a\xaa\x55\x37\xbd\x56\x4e\x15\xab\xea\x32\xd9\x97\xcb\xa3\x65\xf3\x35\x7c\x3d\x46\xa6\x96\xff\x52\xae\xe0\x4a\x47\x4d\x28\x47\x59\x21\xd2\x03\xe4\x9b\x2a\xcd\x85\xd1\x0d\xf2\xfe\xa7\x32\x04\xb0\x21\x2c\xb3\x9b\x56\x9b\xa3\x03\x8b\x8b\x6e\xe9\x20\x40\xd9\x4e\x1d\x00\x58\xcc\x07\xe7\xc1\x6c\x3a\x5f\x04\x87\x21\x8a\x36\xef\x00\xc4\xc5\xe5\xe8\x72\x74\x78\xb9\x1b\x3e\xb8\xff\x74\x36\x1e\x1e\x5e\xec\x86\xdb\x16\x4f\x2e\xae\x82\xd1\x7c\x3c\x38\x1b\xff\x32\xf8\xfe\x6c\x74\x35\x1b\x0c\x7f\x1a\xbc\xbb\x87\x8e\xd6\xd9\x87\xc8\x0a\x66\x67\xe3\x45\x3b\x54\x39\x7c\x68\xed\x64\x14\xfc\x78\xf5\x76\x1c\x0c\xa7\xef\x47\xf3\x0f\x57\x8b\x0f\xb3\xd1\x61\xa4\x96\xc9\xf7\xe2\x06\xa3\xf9\xfb\xf1\x70\x64\x8d\xf0\x00\xea\x7d\x61\xf1\x51\xb8\xc1\x6c\x30\x6c\x01\xff\x41\x8a\xc4\xaf\x7d\x06\x58\x51\x64\xd1\x1c\x57\xcd\xef\xf9\xc8\x8c\xe8\xd8\x2f\xbd\xb8\x57\x76\x30\x87\xa4\xbe\x98\xce\x07\xef\x46\x57\x97\x81\xf9\xfb\x6c\x3c\xb9\x57\x07\xfb\x93\xef\xb5\xd0\xab\xc9\x68\x32\x9d\x7f\x78\x08\x76\x7f\x6e\x15\x95\x26\xf6\x94\xa5\xec\x6a\xbd\xd3\x57\xcd\xd1\x59\xc6\xd8\x4c\x30\x1a\x6e\x7d\x18\xb0\x5b\xb2\x55\x95\x19\x8f\x89\x27\x50\x4f\x50\x05\x3b\x65\x60\x71\x25\xc4\x9b\xd7\xaf\xdf\xd4\xb8\x70\xd0\xbf\x0b\x26\xae\x29\xa9\x8d\x14\x27\x37\x3e\x2c\x86\xb3\xfb\x30\x2b\x1d\x56\x15\x33\x6f\xce\xbe\x02\xb0\xd2\x76\x54\x01\xf3\x8e\xe5\x2b\x00\xab\x95\x78\x15\xb1\x28\xe3\xbf\x12\xf2\xb4\x05\xd2\x95\x77\x0f\x03\x9a\xea\x86\x72\x54\x6a\x26\xc5\x12\xeb\x8e\x80\x9f\xaa\xa9\xc1\xfd\x84\x22\x49\x08\x8f\x9a\x9f\x3d\xe8\x2f\x29\xef\x2f\x49\xcd\x4f\xdd\x88\x17\xee\x4f\x16\xa9\xee\x93\xe4\xc6\x2e\xaa\x93\xd0\xab\x21\x6c\x04\xcb\x12\x9c\x88\x8c\x37\x0d\x2a\x31\xdf\x9c\x87\x96\x68\xc6\x4d\x5b\x64\x71\x28\xaa\xa4\x1b\xc1\xca\xe9\x1a\x65\x42\xb9\x4d\xc4\xef\x24\x09\x71\x86\x92\x8a\x28\xc0\x50\xf0\x48\xf9\x70\xfa\xb2\x53\xa7\xa9\x96\x20\xff\x85\x7d\xa0\x72\xbc\xf9\xde\x22\x0d\x19\xa1\x8d\xd0\x14\x9a\x4f\xe7\xf7\x82\xda\x29\xae\xec\x90\x74\xbd\x2e\x33\xb6\xe7\xfc\x78\x18\x13\xbe\xc6\x66\x15\x43\x32\x2d\x4c\x11\x1c\xfa\x60\x8a\xd8\xfd\xb4\x6f\xf6\xac\x71\xf6\x90\xb3\xaf\x1a\x61\xd5\x15\x88\x63\x43\x42\xa0\x25\x92\x64\x41\xd6\x7b\x11\xa4\x1a\x80\xfc\x93\xde\x77\x8d\x09\xf9\x31\xd1\x8b\x2f\xe3\x89\x09\x8e\xc1\x62\x3e\x1a\x4c\x76\xb1\xfd\xae\x56\x80\x8d\x77\xdc\xe6\xfc\xbb\xef\xae\x46\xca\x07\x9e\x49\x25\x1b\x49\x2b\xe4\x27\xa8\x66\x77\xc8\xfb\x15\x6d\x5e\xa8\xa2\x3b\x30\x7f\x3e\x95\x6a\x95\xe6\xc7\xca\x0d\x1e\x59\xb1\xb6\x84\xa9\x46\xd4\xb1\x98\xf5\x60\xf3\x6c\xcb\xdc\xff\xce\xda\xe9\xe9\xaa\x91\xa6\x65\xfd\xbb\x2a\x92\x3f\x9a\x9c\xff\x97\xfd\x9e\x61\xf6\x6b\x1a\xd7\x7f\x78\x06\x9c\xb5\xe9\xe3\xc9\x0f\x74\x4a\x05\xee\x82\xb9\xbb\x61\x9a\x88\x08\x4b\x5d\xce\x91\x44\x3f\x4b\xaa\x71\x42\xf8\x36\xcf\x96\xf9\x1d\x5a\x79\x5c\x83\x37\x19\xaa\xaa\x7b\x28\x2d\xa4\x0d\x2c\x2f\xbe\xbc\x9f\x9e\x5d\x4e\x46\x57\xc3\xc1\x6c\x30\x1c\x2f\x3e\xdc\x75\x52\x63\x11\xa8\xad\xb9\x78\xfb\x07\xcf\x86\x64\x7b\x60\xa8\x63\xac\xdd\xbf\x76\x00\xf2\x4b\x4a\x67\x96\x83\xdd\x18\x98\x2f\xe5\xc5\x57\x93\xd9\x8e\xa3\x90\x4a\x8c\x4a\xa3\xcb\xe3\xb5\x3b\xe5\x6e\x92\x11\xa4\x8c\x6a\xbb\xbf\x11\x3e\x44\x54\xda\x6a\xc0\x9d\x63\x22\x09\x63\x77\xbe\x49\x39\x10\x7b\xe8\x77\xec\xee\x7c\xa9\x02\x2e\x6e\xdd\x3a\x5c\x91\x8c\xb9\x0e\x65\x89\x31\xd9\x50\x91\xc9\x3d\x0e\xdc\x3e\x6f\x89\x26\x7f\xdf\x11\x5f\x39\x3a\xc8\x89\xcc\xcf\x3a\x1b\x44\x76\x67\x79\xc0\x52\xa0\x45\x79\xdd\x68\x2f\x9c\x8d\x84\x35\x46\xb0\xdc\xba\x1c\xac\x7a\x00\x03\xc6\xc4\x2d\x46\x0e\x53\x01\x91\x79\xdd\xf1\x51\xa4\xc8\x6f\xa9\xc4\x8f\xc7\xf0\xd1\xb4\x69\xe6\x5f\xdb\x0b\x7d\xb4\xb7\x96\x1f\x4d\xa7\xf5\xb1\xd7\xdd\x93\xbe\x37\xb9\x80\x92\x84\x92\xfc\xca\x61\xcf\x8e\x81\x62\x8b\x26\x0b\x17\x19\x66\x4e\xe1\xea\x10\xd9\x8b\x18\x15\xc2\x8d\x99\xa8\xec\x8b\x02\x58\xe2\x2e\x86\x10\xc6\x9c\x49\x16\xef\x10\x6e\x63\xe4\x56\x01\x4e\xb1\xa0\x34\x91\xda\xe0\x8c\x57\xc0\x70\xa5\x01\x93\x54\x6f\x8f\x9b\x80\x4a\x9b\x5f\x0a\x90\x68\xcb\x49\xe2\xc0\xf7\x54\x66\x49\xae\xb1\x9b\x9f\x5d\x35\x2d\x59\xa4\x34\x7c\x0c\x6b\xda\x4c\xfc\x33\x59\x6b\x00\x3e\x9e\x35\x4b\x72\x8d\xb5\xfc\x64\xad\xc1\xda\x19\x55\x1a\xc4\x0a\x52\x12\x5e\x93\x35\x2a\xd0\x31\xd1\xc6\xa0\x80\xe4\x36\xa6\x85\xdd\x19\x25\x25\x8c\x7e\x46\xf7\x88\x23\x53\xd6\x63\xa6\xf6\xb6\x79\xe2\x1e\x9b\x1c\xe7\xd5\x76\x8b\x78\xc6\x2b\xf7\xa2\x84\xa4\x29\x44\x02\x15\xef\x6a\x0b\x51\x5b\xaf\x8e\x81\x21\xd9\xa0\xf3\xbf\x25\x23\xfc\xda\x5d\x2c\x2c\x72\x7f\x24\xa0\x30\xcc\x24\xd5\x5b\x40\xbe\x12\x32\x44\x53\x10\xbb\xa7\x1c\x46\x96\xee\x7a\x9e\xb0\xca\x3b\x0d\x7b\xcf\xae\xe9\x06\x93\x9b\x1e\x49\x49\x18\x63\x4f\xc8\x75\xdf\xdd\x92\xe7\x8f\x64\x7a\xb1\x4e\x58\xab\x47\x04\x39\xd3\x64\xc9\x10\x66\xb9\x84\xaa\x32\x6d\x3f\x71\x6c\x06\x20\xfa\x19\x8d\x88\x0d\x89\x2e\xd7\x1b\xde\xad\x7c\xec\x2e\x46\x9e\x79\x0e\xa7\x7c\x9d\xbf\xca\x70\xcf\x45\xf6\x49\x72\x29\xc5\x62\x96\x84\x34\x82\xf2\x3d\x11\xf2\xe4\x1d\x6d\x52\x77\xa9\x50\xee\xc2\xb4\xd2\x84\x47\x44\x46\x85\x5d\x66\x0a\xa5\xb1\x4a\x6d\xe4\x5f\xa0\xda\x99\xa1\xe0\x1c\x43\x5d\x9e\xd4\x8b\x8a\x39\xef\xdb\x31\xd5\xa5\x0d\xaf\x91\xdb\x8b\xa0\xa8\x9d\xc1\xcb\xfc\xd1\x50\x27\xaf\x03\x2c\x09\xbf\x12\xef\xf3\xc0\xfb\xe5\xa5\xf7\x97\xdf\xbe\xbc\x32\xc9\xb0\x00\xf1\x01\x3f\xa5\x12\x95\x49\xc2\x55\xc5\x14\x0d\x44\x93\xdb\x59\xf5\x25\xd2\xd7\x30\x0b\x5a\x38\x7e\xff\x14\x66\x0b\x72\x4a\x66\xbb\x55\x4e\xdf\xdc\x75\x1f\xc1\x6a\xd9\x0b\xb5\xa4\xdf\xdd\xa5\x1d\x59\x23\xd7\xb6\x8c\x31\xaa\x32\xbe\x67\xf8\x2a\xc6\x73\xbb\x8b\xa1\xbc\x94\xeb\x01\x74\x23\xae\xdc\x55\xa9\xe5\xc6\xfa\x6b\x8a\x3c\x88\xe9\x4a\x77\x15\xbc\x3d\x0f\xca\xb7\x5b\x5a\xd8\x3a\x82\x6d\xb0\x8e\x70\x9d\x2d\xb1\xbb\x5b\xfe\x53\x79\x23\x68\x61\xe7\xa3\x60\x01\x83\xd9\xb8\xba\xbc\x40\xac\xc2\x8c\x57\xf9\x73\x9b\x1c\xcf\xc8\xbe\x98\x47\xc2\xd0\x14\xee\x86\x9b\x52\x2f\xa9\x88\x20\xc9\x94\x86\xd8\x45\x13\x84\xee\x86\xe2\x6d\x17\xa4\x30\xb1\xe1\x36\xa6\x61\x0c\x21\xe1\x36\x44\x47\x91\xc9\xa3\x94\x40\x57\x84\x90\xda\xce\xc8\x7c\xf4\xcc\x5c\x4f\x0b\xcf\x18\x85\x45\x36\x10\xa0\xb6\x4a\x63\xe2\xe7\xbb\xe7\x9b\xfb\x7f\x2d\x2b\xcc\xbf\xf9\x79\xb1\xd0\x35\x21\x5e\x22\x54\x86\x8c\x55\xe5\x0f\xe7\x4c\xf4\xe9\xd4\x4a\xd3\x76\xfb\x98\x18\x9d\xbc\x2d\x95\xb8\xd8\xa6\x58\xab\x2d\xda\xaf\x16\x72\x67\x8f\xb8\xda\x0b\x45\xa8\x1d\x0d\xa6\xa4\xb3\xe6\x71\x0d\x8c\x26\xd4\x44\x63\xb2\x76\x45\x50\x11\x2e\x3f\x25\xcc\x06\x6e\x1b\xb6\x0c\x22\x28\x34\x9e\x61\xe9\x5e\xdb\x14\x64\xc2\x2e\x71\x79\xcc\x42\x29\xfa\x19\x6b\xe6\x2f\x51\xd9\x94\x91\x47\x07\xb2\x21\x94\xd9\x60\xea\xa6\x1f\x66\x3c\xb0\xf4\x5d\x5a\xa2\xce\x0c\x81\xf5\x92\xaa\xf5\x5e\xa0\x88\x71\x2f\x5f\xc2\x7a\xd9\xe6\x0d\xb6\x4e\x80\x04\x13\x53\xfd\x39\xb6\xbf\xc9\xd5\x65\x74\x73\x92\x2c\xbf\x6d\xad\x10\x60\xe2\x96\xec\x13\xd2\x72\x91\xd0\xd8\xf7\xbc\x50\xb0\x91\xad\xb3\x3c\x23\x89\x4a\x33\xa3\xac\x27\x16\x0f\xd5\x26\x34\x8a\x18\xde\x9a\x04\x6c\xfb\x2e\x5b\xdc\x59\x91\x53\xae\x34\x61\x0c\xa3\x5e\x5e\x6c\xd4\x30\xcc\x02\x2e\x64\x62\x8a\x81\xdd\x54\xb3\xa9\xd9\xae\x7c\xd3\x51\x37\x38\x80\x0f\x22\x03\x15\x8b\x8c\x45\x20\x38\xdb\xda\x77\x74\x46\x5b\x89\x88\xe8\x6a\x9b\x57\xc2\x36\x79\x77\x37\x58\xc1\xdd\xe3\xc1\x58\x8e\x45\x8c\xe8\x6a\x85\xd2\x04\x9b\x72\xab\x7e\xf1\x90\xb4\x29\xdd\x0a\xc2\x4e\x50\xa5\x80\xdb\x3b\xb5\x7b\xb2\xdb\xee\x15\xdc\x3f\x03\x00\x00\xff\xff\x7b\x60\xe2\x58\x68\x2b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftAmq63PersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftAmq63PersistentYaml, - "Template.template.openshift.io/openshift/amq63-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftAmq63PersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftAmq63PersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/amq63-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftAmq63SslYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x71\x6f\xdb\x38\xb2\xff\xdf\x9f\x62\x10\x2c\xe0\x16\x88\xec\x66\xbb\x2f\xcd\x13\x1e\x1e\xe0\x4d\xbd\xbb\xbe\xc6\x8d\x63\x39\xbb\xe8\x2e\x16\x09\x2d\x8d\x2d\x6e\x28\x52\x21\x29\xa7\xde\x22\xdf\xfd\x40\x52\x92\x25\x5b\xb2\x83\x5c\x73\xd7\x0b\xd0\x22\x11\xc9\x1f\x67\x7e\x1c\x0e\x87\xc3\x21\x29\xfd\x15\xa5\xa2\x82\xfb\xa0\x31\x49\x19\xd1\xd8\x13\x29\x72\x15\xd3\x85\xee\x51\xd1\x5f\x9d\x74\xee\x28\x8f\x7c\x98\xe5\xcd\x1d\x46\xe6\xc8\x94\xdf\x81\x72\x84\x0f\x24\xb9\x3f\x7d\xeb\x29\xc5\x3a\x00\x9f\x53\x42\x94\x0f\x27\xbd\x1f\x7a\x27\xef\x3a\x09\x2a\x45\x96\xe8\xc3\x00\x38\x3e\x80\xfb\x93\xf2\x25\x28\x94\x2b\x1a\x22\x3c\x50\x1d\x43\x10\x5c\x80\xca\xd2\x54\x48\x0d\x31\x51\x30\x47\xe4\x10\x4a\x24\x1a\x23\xa0\x1c\xd6\x22\x93\x90\x4a\xf1\x17\x86\xba\xd7\x01\x18\x69\x78\xa0\x8c\x41\x4c\x78\xc4\x10\x74\x8c\xa6\x55\x8b\x50\xb0\x57\xea\x35\x1c\x7d\xf7\x65\x7c\x75\x33\x99\x5e\xce\x2e\xcf\x2f\x2f\x1e\x8f\x7a\x30\x8b\x11\x32\x85\x92\x93\x04\xfb\x29\x51\xea\x41\xc8\x08\x16\x42\x02\x09\x43\x54\x8a\xf2\xa5\x51\x28\xc6\x52\x2e\xaa\xc0\xa2\x5c\x07\xc3\xe9\xc7\xc1\x78\xf8\xd8\x77\xa0\x83\x20\xf8\xed\x72\xfa\xfe\xb1\x07\x13\x86\x44\x21\xcc\x11\x54\x26\x11\xb4\xc8\x25\x06\x02\x0a\x43\x89\xba\x03\x60\xe6\x8b\x8c\x3c\x83\xf1\xd5\x4d\x30\x3c\x9f\x0e\x67\x8f\x47\x10\x0a\xae\x09\xe5\x86\x06\x33\xa5\x96\x99\xd2\xa0\xb4\x90\x08\x84\x47\x70\x87\xeb\xfc\xaf\x05\x65\xa8\xe0\x55\x3e\x7e\x36\xbd\x0e\x66\xc1\xec\x72\x3a\x7c\x3c\xea\x80\xed\x9a\xb7\x7c\x18\x7e\xca\xbf\xbf\x36\x6a\x3a\xcd\xac\x26\x96\xe9\xd0\xc8\x67\x26\x45\xae\x7b\x9d\x04\x35\x89\x88\x26\xbe\xc5\xe0\x42\x13\x4d\x05\xb7\x2b\x0a\x10\xa1\x0a\x25\x4d\xb5\x35\x89\x01\x07\xfc\x4c\x92\x94\x21\xfc\xe3\x47\xa1\x14\x0c\xbc\xf1\x15\x90\x34\x65\x34\xb4\x83\x7a\xf0\x93\x90\x90\x18\x51\x29\x5f\x08\x99\xd8\xaf\x40\xe6\x22\xd3\x90\xe5\xac\x9a\x1f\x1d\x53\x55\xda\xcb\x31\x28\x44\x88\xb5\x4e\x95\xdf\xef\x2f\xa9\x8e\xb3\x79\x2f\x14\x49\xff\xaf\xb9\x50\xca\x2b\xed\xaf\x5f\x99\xc9\x2b\x06\xab\x9e\x85\xa4\xa1\xe0\xe7\x8c\x28\xe5\xdb\x5f\x3d\x92\xdc\xdb\xef\x35\xe3\x8d\xa8\x4a\x19\x59\x7b\x66\x15\xfc\xaa\x0a\xa7\xbd\xb7\xf0\x6a\x98\xc6\x98\xa0\x24\xac\xb4\xc1\xd7\xbb\x10\xa9\x14\x2b\x1a\xa1\xf4\xea\x58\x53\x8c\xe0\x17\xa2\x8f\x61\xc4\x43\x27\x90\x26\x4b\xe5\x6f\xec\xfb\x98\x24\xf7\xc7\x56\x1f\xd7\xda\xb8\xb9\x22\x11\x66\x09\x72\xb7\x00\x5e\x26\x99\x5f\xb2\xe2\xcc\xb2\x27\x31\x8a\x89\xb6\xe4\xd4\x3a\xf7\x91\xf7\x25\x46\x5e\x4c\xb4\xe7\x58\x23\xc9\x7d\x7f\xcf\x54\x4c\xf0\xa5\x57\x5b\xdc\x59\x75\x49\x20\xc2\x05\xe5\xa8\x40\xa2\x12\x99\x0c\x51\x01\x47\x8c\x30\x2a\xd6\x4f\x40\x84\x2b\x64\x22\x2d\x54\xaf\xd3\xf9\x3d\xcc\x89\xb1\xbb\xca\x8a\x1d\x03\xe5\x21\xcb\x22\x63\x82\x04\x22\x4c\x99\x58\x1b\xf9\x73\xc4\x50\xf0\x05\x5d\x66\x32\xef\x6b\x8d\x05\xb0\x5c\x92\x57\x46\x32\x21\x89\x5c\xbf\xb6\x7b\x81\x2c\xdd\xde\x28\x8d\x39\x49\x32\x9e\xcf\x94\x23\x3a\x88\x20\xb8\xb0\xdb\x5d\x21\x84\x84\x9b\xdd\xe9\xa6\x36\xc2\x29\x50\x9a\xf0\x88\x30\xc1\x11\x84\x34\x9e\x85\x98\x25\x8b\x7b\x7b\x98\xcb\xfd\xd2\x81\xe5\xb1\x00\xab\xc2\x97\xe6\xce\xcf\xed\xff\xba\x7b\x34\x5f\x54\x4a\x42\xf4\x37\x86\xd6\x11\x73\xe3\xd9\x94\xdf\xf1\xa0\xea\x92\x57\x27\x1d\x00\xe7\x7e\x03\xe7\x96\x3a\x00\xd5\xed\xdb\xb0\x81\xb7\xb6\xb0\x71\x7c\x73\x29\xee\x50\x76\x15\x0c\xc6\x57\x13\x30\xca\x38\x7d\x37\x9e\xdc\x22\x6d\x96\xce\x87\xef\xbe\x0c\x26\x93\x8b\xd1\xf9\x60\x36\xba\xfc\x78\x63\xfd\x9f\xed\xe6\xf4\x69\x68\x35\xf6\x67\xfe\xa5\x1d\x00\x95\x62\xe8\x50\xcd\x5c\xf9\x04\x9e\xfd\xc3\x87\xff\x39\x7d\xf7\x7d\x61\x54\x44\x2e\x51\x4f\xea\x9f\x15\x32\x0c\xb5\x90\x1b\x6d\x0a\xc3\x39\xb7\x16\xd3\x3a\xfb\xbf\x83\x3b\x73\x4e\xbd\x30\x7f\xb9\x99\x1c\xe2\xf0\xa4\x99\xc3\x93\x6f\x9a\xc3\xf1\xd5\x6c\xf6\x92\xfc\x25\xf7\x5a\x1f\xe2\xee\xe4\xec\xec\x6d\x03\x77\xe5\xe7\x6f\x9a\xbb\x17\xb6\x3f\xc3\xdf\x53\xec\xef\xac\x99\xc3\xb3\x6f\x9d\xc3\x60\x76\x39\x7e\x51\x07\xa8\xb4\x48\x0e\x7a\xc0\xd3\x93\xd3\x93\x26\xfa\x36\xdf\xbf\x6d\xfe\x5e\xd8\x08\x2d\x87\x4f\xb1\x42\xc3\x57\xd3\x51\xb2\xf9\xfe\xad\xf2\x78\x99\x22\xff\x8d\x4a\x7c\x49\x1a\x75\xf8\x24\x43\x3c\x6d\x21\xf0\xf4\xbf\x83\xc0\x57\x26\x6a\xaf\xd0\x08\xc5\xfd\xad\x47\x58\x1a\x93\xad\x70\x1b\x53\xe4\x11\xf2\x90\xa2\xf2\xa1\xfb\xc7\x97\x23\x43\xe1\x91\x6f\x6f\x51\x6d\x24\x1e\x1d\xe7\xc0\x00\x47\x46\x03\xd3\x3d\xd7\xe1\xe8\xf1\xf8\x30\x84\x39\xd3\x8f\x8e\xf7\x8d\xdd\xe0\xef\xf3\xcb\xfb\x31\xda\xc7\xda\xed\xf4\x35\x94\x30\x5b\xf2\x6b\x28\x72\x18\xe7\x80\x32\x0e\x60\x8f\x42\x7f\x76\x5f\x6c\x4b\x3d\xd5\x2f\xbd\x6b\xd9\x56\xef\xbe\xb5\x6d\x15\xb8\xdb\x8d\x02\x2e\x22\x84\x88\xaa\x50\xac\x50\xae\x6d\x02\xc1\xdc\x8c\xa0\xbc\xd5\x37\x6f\xb0\xbb\x6c\x8e\x92\xa3\xb9\x97\x53\xd1\xd7\x82\xa1\x24\x1a\xbd\x8c\x4b\x24\xd1\xda\x43\x1e\xa5\x82\x72\xad\x7c\x38\xd2\x32\xc3\xa3\x17\x0a\x5c\x50\xc5\xb5\x65\x09\x59\xa6\x34\xca\xd1\xc4\x87\x8f\x82\xe3\xee\x52\x39\xbc\x7c\x5c\xd1\xfa\xc2\xae\xef\xfd\x16\xc4\xce\x62\x7d\x6d\x5e\x6a\x94\x48\xb4\x70\xca\x87\x7f\xf5\x92\x60\x47\x6b\xb3\xce\xcb\x75\x31\x5a\x0a\xc6\x28\x5f\x4e\x88\x24\x89\xda\x78\x82\x84\x7c\x0e\x32\xb9\x44\x1f\xde\x14\x3b\x62\x9d\xa2\x0f\x53\xd7\xbd\x76\xed\x2e\x46\xd5\x39\xd9\xe5\xe5\xc9\xdc\x3c\x47\xaf\xa7\x70\x6a\xf5\x2f\x79\x05\x97\xcc\xd0\x84\x72\x94\x15\x21\x3d\x40\xbe\xaa\xca\x5c\x18\xdd\x20\xcf\x2a\x56\x9a\x00\x56\x84\x65\x76\xd2\x6a\xca\xb1\x65\x70\x91\x83\x6c\x05\x28\x93\x94\x2d\x00\xb3\xe9\xe0\x63\x30\xb9\x9c\xce\x82\x76\x88\x22\x79\xda\x02\x71\x75\x3d\xbc\x1e\xb6\x0f\x77\xcd\xad\xf3\x5f\x4e\x46\xe7\xed\x83\x5d\x73\xd3\x60\x9b\x44\x9d\x8e\x06\x17\xa3\xdf\x07\x3f\x5e\x0c\x6f\x26\x83\xf3\x0f\x83\x9f\xf7\xc8\xd1\xd8\xbb\x4d\xac\xf1\x30\xf8\xe5\xe6\xfd\x28\x38\xbf\xfc\x75\x38\xfd\x74\x33\xfb\x34\x19\x36\x03\xb7\x74\xde\x8b\x1b\x0c\xa7\xbf\x8e\xce\x87\xd6\x90\x5a\x50\xf7\xb9\xb6\x27\xe1\x06\x93\xc1\x79\x03\xf8\x4f\x52\x24\x7e\xed\x33\xc0\x82\x22\x8b\xa6\xb8\xd8\xfe\x9e\xb7\x4c\x88\x8e\xfd\x72\x27\xf6\xca\xa4\x55\x8b\x24\x45\xfe\xb9\x92\xa2\xbe\x79\x3f\x6a\xb4\xf0\x3e\xea\xb0\x6f\xcf\x72\x9b\x23\xf7\x56\x82\x65\x49\x1b\xee\x06\xae\x7d\x21\x2a\x59\xf1\x83\x28\x07\xb6\x4e\x4b\xe7\x36\xdc\x42\xeb\x76\xb0\x32\x2f\x7f\x88\xb7\xc3\x72\xed\x74\x6d\xc3\x34\xbd\x06\x3f\x0f\x6f\xae\x03\xf3\xff\xc5\x68\x3c\x9a\xb5\xa3\x36\x74\xde\xbb\xe3\x6f\xc6\xc3\xf1\xe5\xf4\xd3\x21\xd8\xdd\xbe\x55\x54\x9a\xd8\x17\xa1\x32\x6f\xed\x9d\xbe\xdd\x6e\x9d\x64\x8c\x4d\x04\xa3\xe1\xda\x87\x01\x7b\x20\x6b\x55\xe9\xf1\x14\xff\x0c\xf5\x03\xbf\x50\xa7\x74\xd4\x79\xc6\xe2\xdd\xbb\xb3\x9a\x16\x0e\xfa\x2f\xc1\xc4\x1d\x25\xb5\x96\xe2\x7d\xc9\x87\xd9\xf9\x64\x1f\x66\x25\xc1\x59\xc5\xcc\x73\xa3\xcf\x03\x3c\x69\x01\xcc\xc3\xd1\x67\x80\x56\xd2\x60\x55\xd0\x3c\x83\xf6\x0c\xc0\xb3\x76\xc0\xe7\x4b\x59\x4d\x95\x54\x51\x8b\x3c\xcb\x33\x21\x9b\xd6\xa7\x9a\x76\x78\x26\xec\x69\x03\xac\xbb\x86\x3f\x13\xf0\x5d\x33\xe0\x93\xa5\x34\x31\x38\xe5\xa8\xd4\x44\x8a\x39\xd6\x5d\x3d\x7e\xae\x06\x30\xee\x27\x14\x49\x42\x78\xb4\xfd\xd9\x83\xfe\x9c\xf2\xfe\x9c\xd4\x4e\x22\xd7\xe2\x85\xbb\x9d\x45\xaa\x8d\x87\xb7\x83\xea\x22\xf4\x6a\x08\xce\xf5\x8f\x45\xc6\xb7\xb7\x69\x62\xbe\xb9\x33\xe8\xe0\x79\x51\x10\xe3\x92\x03\x7b\xba\x19\x51\x2e\x39\x5b\xfb\x60\x6e\x22\x65\x93\x46\x99\x50\x6e\x43\xc9\x9f\x25\x09\x71\x82\x92\x8a\x28\xc0\x50\xf0\x48\xf9\x70\xfa\xa6\x53\x97\xb7\x16\xe2\x3d\x69\x6a\xf7\xbd\xce\xaa\xfb\xf6\xb1\xf0\x64\x9b\xd7\x61\x17\x12\x4b\xba\x5c\x96\xd1\xa4\xe7\x7c\xe2\x79\x4c\xf8\x12\xb7\x23\x6c\x92\x69\x61\x2e\x68\xe1\x96\x5a\xa5\x39\x99\x39\x6a\x32\x1f\x72\x9c\x8b\xad\x70\xc1\x5d\x5e\x46\x46\x84\x40\x4b\x24\xc9\x8c\x2c\x77\xbc\x71\xd5\x99\xfb\x27\xbd\x1f\xb6\x3a\xe4\x2f\x5e\xdf\x7d\x19\x8d\xcd\x41\x13\xcc\xa6\xc3\xc1\x78\x13\xb3\x3c\xd6\x2e\x07\xa3\x8d\xb6\xb9\xfe\xee\xbb\x8b\xdf\xf3\x86\xd4\xf0\x80\xda\x92\xe4\xed\xa6\x8a\xcc\xa4\xf6\x12\xab\x63\xac\xbd\x58\x77\x00\xf2\xa7\x5c\x47\xfe\x60\xd3\x06\xe6\x4b\xf9\x68\xb7\x4d\x52\xc7\x58\xd0\x7d\x46\x25\x46\x25\xd5\xf9\xa1\xe7\xd6\x7f\x5b\x8c\xee\x24\xdf\x96\xca\xd6\x06\xe4\xef\x9d\xf6\xf5\xdb\x08\xaf\x31\x82\xf9\xda\xed\x39\xd5\x83\x01\x63\xe2\x01\x23\x07\xa9\x80\x48\xf4\xe1\x56\xa4\xc8\x1f\xa8\xc4\x5b\x97\xee\xb8\x35\x3e\xff\xf6\x18\x6e\xad\xb3\xba\xb5\x0f\xa2\xb7\xc6\xc3\xde\xf6\x6c\x56\x76\x45\x24\x25\x5c\x2b\x10\x0b\xa3\xb7\xda\x54\x45\x28\x57\x2f\x31\xc7\x8d\x1c\xee\x69\xb7\x34\x1f\xc2\xd6\xbd\xee\x0e\x39\xde\xf8\x0a\x4a\x35\x4a\x6a\x2a\xf7\x83\x0d\x09\x85\xac\xdb\x34\x5c\x65\x98\xb9\xf5\x50\x2d\xaa\xbb\xd7\xda\x7b\xd3\x6f\x23\x67\x45\x30\xb6\x76\x77\xfa\xbc\x1e\xe4\x21\x46\x6e\x97\xd5\xd1\x0e\x4a\x13\xa9\x55\x0f\x46\x0b\x60\xb8\xd0\x80\x49\xaa\xd7\xc7\xdb\x78\x4a\x9b\x5f\x0a\x8c\x68\xcd\x49\xe2\xb0\x77\x2c\xc2\x0a\x5c\x53\x36\xbf\xec\x6c\x9b\x99\x48\x69\xf8\x04\xc5\xb4\xe9\xf7\x15\x15\xdb\xc2\x7b\xba\x62\x56\xe0\x9a\x62\xf9\x45\x6c\x4b\xb1\x0b\xaa\xb4\x31\xa1\x94\x84\x77\x64\x89\x0a\x74\x4c\xb4\xb1\x48\x20\xb9\x91\x6a\x61\x67\x46\x49\x09\xa3\x7f\xe7\xf5\x26\x99\x42\xa0\x1c\x2e\xed\x5b\xf6\xd8\xd5\xfd\x1c\xe7\xa9\x86\x06\x72\x46\x0b\x57\xd6\x43\xd2\x14\x22\x81\x8a\x77\xb5\x85\xa8\x8d\x57\xc7\xc0\x90\xac\xd0\x15\x90\xcc\x19\xe1\x77\x2e\x0f\x65\xab\x17\xa8\x72\xb5\x36\x99\xa4\x7a\x0d\xc8\x17\x42\x86\x68\x6e\xfa\xae\x2e\xc5\x50\xe9\xea\x0b\x08\xab\x14\x9d\xd8\xe7\x7b\x4d\x57\x98\xdc\xf7\x48\x4a\xc2\x18\x7b\x42\x2e\xfb\xee\x0d\x3e\xaf\x57\xea\xc5\x3a\x61\x8d\xbb\x21\xc8\x95\x26\x73\x86\x30\xc9\x19\xaa\x72\xda\x7c\x41\xdd\xa2\xf8\x5a\xa1\xdc\xf8\x28\x57\x95\x20\xa3\x62\xe1\x33\x85\xb2\x07\x23\x6d\x14\x2c\x7c\x8e\xed\x18\x0a\xce\x31\xd4\xb6\x70\x48\xb8\x93\xa2\x34\x97\x1d\x3b\xa1\xba\xb4\x91\x25\x72\x9b\x97\x8b\x76\xdd\x9f\xd1\xe9\x3a\xaf\x8c\xea\xe4\xce\xdf\x0a\xf0\x07\xf1\xfe\x1e\x78\xbf\xbf\xf1\xfe\xf7\xcf\x2f\x6f\x8d\x83\x2e\x40\x7c\xc0\xcf\xa9\x44\xa5\x5c\xe9\x45\xa9\x78\x91\xb6\xd8\xd6\x75\x52\x2d\xb7\xfa\x4f\xab\x5a\x08\x53\xaa\xda\xad\xea\x79\xf6\xd8\x7d\x82\xa2\xe5\x65\x6d\x4b\x51\x33\x8d\xd9\x37\x45\xfd\x57\xb5\xce\xcb\xb8\x67\x89\xcc\x6e\x02\x5b\xd5\xb5\x2d\x5d\xe0\x86\xd4\x8f\xa0\x32\x2c\xd8\x73\xf8\xd8\xfc\x7c\x9a\xe6\xd1\xc7\xb6\x4c\x66\xde\x6a\x7d\x99\x99\x3b\x5f\xea\xba\x6f\xb0\x7d\x02\xdb\xe7\xa7\x4d\x9f\x96\xab\xf8\xfe\x83\xb0\xa7\xd5\x21\x31\xd2\xcd\x32\xb4\x8a\x51\x59\xaa\x43\x77\xf9\x2d\x79\x1a\x26\xaf\xd7\xd4\x35\x31\x60\xcd\xe3\x03\xae\x55\x3b\x07\x95\x0b\xff\x01\x06\xee\x76\x18\x98\x34\x16\x1d\x16\xb2\xd9\x49\xf7\x4b\xd4\x48\x47\x53\x02\x61\x3f\x19\x26\x38\xda\xa4\xf9\xc9\x12\xb9\xb6\xe1\x95\xf1\xe9\xc6\xfd\x1a\xf1\x8a\x76\x23\xa0\x7d\x04\x28\xd3\xf8\x3d\x80\x6e\xc4\x95\x7b\x60\xb1\x5b\xce\xba\xec\x14\x79\x10\xd3\x85\xee\x2a\x78\xff\x31\x28\x6b\x28\xb5\xb0\xf5\x64\x6c\x85\x75\x84\xbb\x6c\x8e\xdd\xcd\xf0\x0f\xe5\x1b\x82\x85\x9d\x0e\x83\x19\x0c\x26\xa3\xea\xf0\x02\xb1\x0a\x33\x5a\xe4\x25\x5f\x39\x5e\xb5\x7a\x93\x84\xa1\xb9\x42\x18\x6d\x4a\xdf\x91\x8a\x08\x12\x63\x5e\xb1\x3b\x50\x10\xba\x2b\x8a\x0f\x5d\x90\xc2\x1c\x0f\x0f\x31\x0d\xe3\xa2\x66\x8c\x44\x91\x89\xc5\x28\x81\xae\x08\x21\xb5\x99\x08\xf3\xd1\x33\x7d\x3d\x2d\x3c\xe3\xb7\x2c\xb2\x81\x00\xb5\x56\x1a\x13\x3f\x9f\x3d\x9f\xdc\xff\xbf\x32\xf2\xfd\x7f\x3f\xc2\x05\xc9\x98\xee\x9a\x43\x5e\x22\x54\x9a\x8c\xe7\xcb\x0b\x58\xcd\x01\xd4\xa9\x85\xcc\xcd\x4e\x6c\x6c\xd6\xe4\x7d\xb9\x88\xb3\x75\x5a\xb7\xd3\xe6\x44\x66\x6e\xa1\x11\xdf\xdd\x9d\xa8\x9d\x0c\xce\xd2\x22\xaa\xee\x80\xd1\x84\x9a\x03\x99\x2c\xed\xa9\x5e\x9e\x98\x9f\x13\x66\xdd\xaf\xe9\x6e\x11\x41\xa1\xf1\xde\x56\xee\xa5\x8d\x42\xcc\xc9\x4b\x5c\x24\x63\xa1\x14\xfd\x1b\x6b\x3e\x5a\xa2\xb2\x51\x83\x16\x2e\x3c\x5f\x11\xca\xec\x79\xea\xba\xb7\x2b\xee\x1c\xc3\xb5\x15\xea\xc2\x08\x58\x77\x95\x8d\x99\xaf\x5c\xed\x93\x37\x6f\x60\x39\x6f\xda\x0d\x36\x50\x84\x04\x13\x21\xd7\xb9\xda\xaf\xf2\xe5\x32\x6b\x73\x92\xcc\x5f\x37\x86\x88\x30\x76\x43\x76\x05\x69\x48\x95\x35\x1c\x15\x56\x4f\xc3\xad\xb3\x3c\xc3\x44\xe5\x92\xa5\xec\x4e\x2c\x8a\x2d\xc7\x34\x8a\x18\x3e\x98\x18\xcc\xde\x05\xed\x05\xc1\x52\x4e\xb9\xd2\x84\x31\x8c\x8a\x70\xb3\x86\x61\x06\x70\x21\x13\x13\x0f\x6e\xba\x9a\x49\xcd\x74\xe5\xeb\x78\xdd\xe0\x00\x3e\x89\x0c\x54\x2c\x32\x16\x81\xe0\x6c\x6d\x6b\x41\xcd\x6a\x25\x22\xa2\x8b\xb5\x0b\xc6\xa8\x8d\xdf\xba\x2b\xac\xe0\xee\xe8\x60\x2c\xc7\x22\x46\x74\xb1\x40\x69\x9c\x4d\x39\x55\xbf\x52\xd0\x5d\x63\xb7\x82\xb0\x21\xaa\x24\xb8\xf9\x06\xb9\xc7\x25\x6f\xca\x2c\xff\x19\x00\x00\xff\xff\xe3\x0d\x52\xac\xef\x2e\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftAmq63SslYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftAmq63SslYaml, - "Template.template.openshift.io/openshift/amq63-ssl.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftAmq63SslYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftAmq63SslYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/amq63-ssl.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftApicuritoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\xdb\x6e\xe3\xc8\x11\x7d\xd7\x57\x14\x84\x09\xe6\xc5\x92\xac\xd9\xcc\x8c\x97\x40\x1e\x04\x8f\xb2\x23\x20\xb2\x19\x4b\x5e\x60\x11\x04\x46\x99\x2c\x91\x3d\xdb\xec\xee\xf4\x45\x5e\xad\xe3\x7f\x0f\x9a\x17\xf1\x22\x5a\xf6\x78\x9d\xd9\x60\x11\x3d\x99\xac\xe2\xa9\xd3\xa7\xab\xba\x0a\x6d\x54\xec\x47\xd2\x86\x49\x11\x80\xa5\x4c\x71\xb4\x34\x96\x8a\x84\x49\xd9\xc6\x8e\x99\x9c\x6c\xa7\x83\x9f\x99\x88\x03\x58\x97\xe6\x41\x46\xc6\x60\x42\x01\xcc\x14\x8b\x9c\x66\x56\x02\x33\x20\xe4\x1d\xc4\xa4\xb8\xdc\x51\x0c\x56\x42\x6a\xad\x32\xc1\x64\xf2\xe6\xfe\xea\xf2\x7a\x3d\xbf\xf9\x7c\xb9\x5a\x5f\xcc\x96\xf3\x87\xf1\x20\x23\x8b\x31\x5a\x0c\x06\x00\x28\x84\xb4\x68\x99\x14\xc6\x3f\x02\xc4\x64\x22\xcd\x94\xcd\x29\x7d\x22\xc3\x12\x01\xb7\x84\xce\xb2\x8d\xe3\x27\xb0\x71\x22\xf2\x36\xe4\x30\x0b\x17\x06\xee\x98\x4d\xe1\x57\xd2\x12\x22\x19\x33\x91\x9c\x80\x33\x4c\x24\x80\xb0\x65\xc6\x21\xcf\x31\x73\x54\x96\x08\xd2\xb0\x91\x1a\x2e\x15\x89\x59\xb8\x80\x58\x46\x2e\x23\x61\xcd\x38\xf7\x62\x91\x14\xe7\x1c\x8d\x09\xf2\x3f\x47\x3a\x1d\x31\x61\x29\xd1\x39\xbd\xdc\xa5\xa5\x4c\xcc\x8c\xe2\xb8\x1b\x09\xcc\x28\x80\x2b\x8a\xe1\x33\x5a\xf8\xab\x33\x54\x2b\x73\xf8\x95\xd2\x72\xcb\x62\xd2\xa3\xde\xcf\x4f\x60\x21\xa2\x82\x8e\xc5\xc4\x04\xb0\x71\x86\x4e\xb0\x80\x93\x27\x1e\x09\x15\x3b\x31\x77\x98\x24\xa4\xbd\x21\xf7\xdd\x56\x7b\x38\x9c\x8e\xdf\x0f\x07\x00\x1c\x6f\x89\x97\x8a\xa2\x52\x01\x60\x83\x51\x11\xb1\xfb\xc6\x28\x8c\x28\xa8\xc9\x0e\xe4\xed\x17\x8a\xac\x09\x06\x23\x68\xa6\xc9\x76\x3a\x00\xa8\xb6\x0f\x20\x92\x62\xc3\x92\xf1\x17\x13\xc0\xbf\x4b\xb1\xb7\xa8\x6b\x05\xce\x73\x3b\xfc\x05\xee\x4b\xab\xff\x0d\x13\x12\xa4\xd1\x4a\x6d\x86\x01\xfc\xa3\x61\xf1\xbf\xfb\xce\x73\xfe\x85\xa7\x38\x0c\x86\xb9\xbc\xe7\x98\x11\x87\x50\x4b\x4f\x70\x78\xd2\xe7\xee\x34\x1f\x06\xc3\x09\x2a\x36\xd9\x4e\x27\x65\x38\x9a\x44\xfe\xcb\x91\x2a\xbe\x1c\xff\xca\xd4\xb0\xf3\xf1\x43\xe3\xf9\x9f\x83\xfa\x5d\x51\x03\xc5\x62\x96\xa8\x06\x00\xcd\x2c\x6e\x0b\xde\x23\xf9\x81\xe8\x23\xc7\x46\x85\x74\x1d\x79\x51\x29\x73\x50\x81\x55\xfc\x4f\x79\x81\xf9\x9c\x2d\x98\x7c\x3d\x0d\xbf\x61\x99\x92\x82\x84\x6d\xb3\x79\x84\xe4\x00\xc0\x28\x8a\x0a\x44\x4d\x8a\xb3\x08\x4d\x00\xd3\xfc\xd9\x10\xa7\xc8\x4a\xfd\xe2\x78\xc6\xfa\x5d\x49\x76\x15\x80\x96\x9c\x33\x91\x84\xa8\x31\xdb\xaf\x02\xc0\x97\xa1\xde\x22\x5f\x51\x24\x45\xbc\x0f\xef\x7f\x19\xfe\xb2\x72\xda\x9f\x46\xef\xde\xff\xa9\xf9\xf6\x5a\xe0\x16\x19\xc7\x5b\xde\xb1\x59\x96\x91\x74\x76\x8f\xf5\xe1\xf4\x74\x6f\x73\x2a\x46\x4b\x21\x69\x26\xe3\x83\x60\x76\xa7\x7c\xa1\x16\x14\x8b\x12\x2d\x8f\xc4\x8a\x69\x7b\x2f\x0e\xf7\xe3\x51\x8d\x9e\xd2\xa9\xb9\x09\x85\xaf\xb0\xc8\x04\xe9\x06\xf4\x08\x58\x86\x09\x85\x8e\xf3\x50\x72\x16\xed\x02\x58\x6c\x2e\xa4\x0d\x35\x19\x12\xb6\x11\x89\xb3\x2d\x09\x32\x26\xd4\xf2\x96\x82\x56\x01\xf8\x53\xfb\x07\xb2\x41\xa7\x2a\x14\xda\x34\x80\x49\xf7\xad\xd4\x36\x80\xb3\xd3\xb3\xd3\x96\x81\x09\x66\x19\xf2\x4f\xc4\x71\xb7\x17\xf1\xbb\xa6\x4f\x6f\x9a\x35\x51\x5b\x8a\x8d\xea\xe5\x86\x7d\x11\x35\x61\xcc\xbe\xf5\x7a\xa6\x2d\x02\x46\x3a\x1d\x91\x69\x87\xe1\x2c\x63\xd6\x74\x43\x47\xca\x05\xf0\xe6\xfe\x3c\xbc\xbe\xf9\xdb\x62\xb9\x58\x3f\x74\xec\x19\x65\x52\xef\xbc\xcb\x72\xbe\xbc\xbc\xfa\xa9\xcf\x4b\xd3\xbf\x1c\x99\xa3\xd8\x57\xf3\xbf\x5f\xcf\x57\x4f\xa3\xf7\xf8\x6d\x25\x77\x19\x2d\xa5\x13\xdd\x7d\xc8\xfc\xbb\xb0\xd0\x2e\xb5\x19\x9f\x44\xd5\x29\x54\xff\x8a\xbd\x2d\x0c\xa3\x02\x6a\xd0\x46\x6e\xe5\x6c\x54\x9d\xa8\x41\x0f\x4a\xdf\x69\xf9\x74\x24\xab\x99\x6f\x8e\x65\x98\xb2\x2c\xce\x53\x14\x09\x75\x0f\x16\x74\x56\x66\x68\x59\x14\x80\xd5\x8e\x0e\xeb\xeb\x02\x3b\x7c\x7b\x93\x76\xa3\x65\xd6\xe4\x5f\x1c\xd6\x0b\x1f\x77\x65\x35\x61\xb6\xc6\x43\xe2\x4d\xa4\xe0\xcd\xfd\x2c\x0c\x6f\x7e\x9c\x5f\xad\x16\x97\x17\x0f\x1d\xdf\xb2\x33\xbf\xb9\x5f\x2c\x67\x3f\xcc\x6f\x56\xeb\xab\xf9\x6c\x79\xe3\x87\xa9\x55\x38\x3b\x9f\x3f\xb4\xce\xa7\x45\xbd\xda\x72\xfd\xc5\xfb\xa2\x61\x94\x86\x9e\x8e\x5e\x70\x5e\x91\xde\xb2\x88\x5e\xa3\xbd\xb5\x3a\x47\xa3\xa8\x47\xfb\x3a\x2b\xd1\x94\x96\x56\x46\x92\x07\xb0\x3e\x0f\xab\xb5\xa0\x4e\xc8\x76\xca\xfd\x37\xb5\x9b\xf6\x92\xb5\x74\x3d\x83\x6e\xa5\xc2\x95\xb7\x1e\x68\x70\x30\xaa\xe6\x79\x62\x24\xa7\x31\x72\x95\x62\x1b\x4e\x6e\xbd\x94\x74\x37\x42\xa5\x46\x79\xb8\x00\x86\x3e\xc9\x86\x2f\x12\xb4\xa5\x66\x2a\x8d\xf5\xf9\xd0\x99\xac\x8b\xec\xaf\x51\x2d\xe9\x8c\x09\x2c\x46\x69\x8a\xcb\x84\xb0\xb2\xb2\x77\xb7\xfc\x91\x7d\xfc\xfd\xe6\x13\x3f\xfc\x8e\x6a\x2e\xfb\xa1\xb1\x21\xd0\x11\x97\xd7\x9b\x5b\x8e\xf2\xf8\xff\x0c\x53\x1b\x9e\xab\xd9\x37\x9b\x67\x36\xc8\xb8\xd3\xb4\x4e\x35\x99\x54\xf2\x38\x80\xef\xbe\x62\x3e\x48\x09\xb9\x4d\xfb\xa7\x84\xe9\xd9\xb4\x63\x30\x51\x4a\x3e\x25\x3f\xaf\xd7\xe1\x33\x06\x88\xce\x94\xa1\x3a\x1b\xd6\xb6\x1a\x17\x45\x64\x4c\x63\x1d\xed\xe8\xdd\x84\x98\x1e\xb4\x9b\x27\xf6\x03\x5e\x32\x79\x55\xd8\x5e\xc5\xf6\x62\x7a\x8e\xf4\x5e\xc0\xef\x3f\x7e\xfc\xbe\x07\x50\x69\x99\x91\x4d\xc9\x99\x97\xc1\x9e\x7d\xfc\x78\xd6\x03\xfb\x45\x72\xf9\x33\xc3\x67\x61\x1e\x9b\x2a\xff\x87\xb3\xea\x5b\x25\xd5\x1f\x66\xe6\xfd\xaf\x4e\x8b\x4f\x16\xdd\x8b\x26\xc7\xc7\x50\xff\x28\x53\xe4\xb3\x7a\xfa\xef\x32\x51\x3e\xca\xec\xb7\x4f\x97\xaf\xa9\xcd\xb1\xf9\xb0\x3c\x84\x8a\x8b\xb1\xd7\x9b\x18\x1f\xe5\xa5\x7c\x11\x91\xcd\x2b\x6c\xd4\xbe\xdd\x5d\xa7\xe4\x17\xea\x47\x33\xff\xa2\xba\xc5\x1c\x0f\x00\xca\xcb\xd1\x8b\x1c\x7b\xd6\xf0\x29\x35\xde\xdf\x62\x36\x12\x7e\x50\x1c\x12\x4c\x53\xbc\x2f\xd0\x2d\x72\x47\xd5\xb5\x68\x27\xfc\x45\x55\x14\xc0\x04\xdc\xa5\x2c\x4a\xc1\xa6\x54\x5c\xe0\xe6\xa7\x80\x1f\xed\x08\x33\x03\xa8\xbd\x8f\xb1\xc8\x39\xc5\x63\xcf\xbb\x72\xa9\x26\xc0\xbd\x9b\x90\x3a\x43\xce\x77\xb5\xbf\x47\xf7\xb8\x6f\xf7\xf9\xf0\xb6\xae\xc7\x31\xfc\x24\x1d\x98\x54\x3a\x1e\x83\x14\x7c\x07\x82\x28\x2e\x55\x87\x4c\xc6\x6c\xb3\x03\x9b\x32\x03\x6c\x03\x3b\xe9\xde\x6e\x1b\x4c\x72\xd8\x36\x53\x26\x00\x21\x66\x9b\x0d\x69\x12\xb6\x8e\x33\xa9\xae\x3c\xbb\xda\xe6\x85\x0e\xc5\x59\x53\x2b\xb2\x97\xb7\xff\xac\x38\xa2\x74\x7d\x7d\xdc\xb3\xd9\xf4\x8b\x25\x2d\x90\xe7\x09\xea\x03\xf8\x45\x62\xde\x84\x5a\x57\xe6\xe5\x95\x78\x2b\x7b\x0f\x63\xf6\x65\x53\x7e\x43\x01\x72\x03\xe7\xe1\xb5\x07\x2f\xbb\x46\x7e\xed\x4f\x18\xa5\xf5\x59\x7d\xa0\x84\xff\xa2\x74\xdf\x53\x68\x74\x95\x63\xd9\x75\x3a\x7e\x77\x90\x5d\x6d\x3a\x45\x0f\xda\x23\xf4\xf0\xc9\xd9\xba\xc3\xe4\x5f\xd6\x5f\x36\x99\xb5\x5b\xd9\x11\x72\x1f\xfe\xbc\x64\x4f\x4b\xd5\xe1\xc2\x4c\xd1\xc9\x8b\x7f\xe5\x38\x43\xbd\x6a\xe5\x2e\x2d\xad\xf2\xbe\x7d\xbc\x0e\x4f\x9f\xa7\xd4\x57\x13\x2a\x75\x6a\x73\x6a\x8e\x13\x47\x68\xbd\x7b\xff\x61\xc9\x06\xff\x09\x00\x00\xff\xff\xc9\xe2\x11\x14\x0c\x1b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftApicuritoYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftApicuritoYaml, - "Template.template.openshift.io/openshift/apicurito.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftApicuritoYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftApicuritoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/apicurito.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftCacheServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x4b\x6f\x1b\x39\x12\xbe\xeb\x57\x14\x8c\x05\xe6\x92\x96\x22\x67\x32\xc9\xf6\x4d\x23\xcb\x8e\x76\xad\x07\x24\x39\x83\xdd\xc5\x42\x28\xb1\x4b\x6a\xc6\xdd\x64\x2f\xc9\x96\xa3\x09\xfc\xdf\x17\x64\x3f\xd4\x2f\xdb\xc9\x4c\x32\x3a\x09\xcd\xaa\x8f\x1f\xeb\xc5\x2a\x62\xc2\x3f\x92\xd2\x5c\x0a\x1f\x0c\xc5\x49\x84\x86\xfa\x32\x21\xa1\x43\xbe\x37\x7d\x2e\x07\xc7\x61\xef\x9e\x8b\xc0\x87\x4d\xbe\xdc\x8b\x70\x47\x91\xf6\x7b\x50\x6a\xf8\xc0\x90\x85\xe4\x69\x52\x47\xce\xa8\x17\x93\xc1\x00\x0d\x5a\x19\x14\x42\x1a\x34\x5c\x0a\xa7\x02\x10\x90\x66\x8a\x27\xc6\xed\xb9\xa2\x00\x3e\xa0\x81\x2b\x34\x08\x37\x8a\x07\xc0\x35\xa0\x00\x2e\xbc\x98\x62\xa9\x4e\xaf\x20\xe0\xda\x28\xbe\x4b\x0d\x05\x70\x4f\xa7\xc1\x11\xa3\x94\x40\x1b\xa9\xa8\xef\x00\x39\x93\x62\x1c\xa1\xd6\xbe\xfb\xeb\xd9\x9d\x0f\x8a\x07\x6e\xb1\x76\x96\x80\xeb\x24\xc2\x93\x27\x30\xa6\xf3\xde\x63\xcb\x1d\xd6\x39\xf7\xb6\x92\x64\x69\x4c\x22\x3b\x83\x97\xaa\xc8\x87\xd0\x98\x44\xfb\x83\x01\x32\x46\x5a\xf7\x15\x05\x21\x9a\x3e\x93\x71\x5d\x78\x40\xc2\x4b\xf5\x40\x51\xb0\x0d\xd1\x6c\x2d\xaf\xad\x25\x36\x78\xd7\x7f\x33\x08\x4d\x1c\xb5\x97\xb6\x7b\xa9\xb6\xe5\xf6\x83\x36\x9b\x48\x8a\x83\xf7\x82\x09\x6b\x07\x2a\x0c\x1a\x27\x11\x95\xcc\x1c\x2e\x80\xdc\x57\xb4\xf6\x52\xc1\x22\x21\xb1\xb6\x5b\x81\x09\xd1\x58\x25\x25\x8f\xa4\x01\x93\x24\xe2\xcc\xa9\x82\x4e\x88\x02\x40\x11\x40\x42\x6a\x2f\x55\x8c\x82\x11\x3c\x70\x13\xe6\xa8\x31\x17\x3c\xc6\x08\x98\x14\x7b\x7e\x48\x55\xa6\xa6\xe8\x7f\x29\x57\x14\xf4\xdb\x67\xb2\x9b\xf0\x80\x94\xd7\xe9\x9f\x57\x30\x15\xac\x43\x4b\xa7\x49\x22\x95\xa9\x7b\xe4\xe1\xe1\xa1\xea\x0e\x12\x83\x3c\x26\x75\x21\xef\x80\x0c\x1e\xb4\x0f\xd6\xea\x3b\xd4\xf4\xaa\x12\x31\xe7\xe0\x7e\x3a\xbc\x01\x32\x82\x5d\x5f\x75\x82\x8c\xfc\x33\xd3\x9e\xdc\x7d\x22\x66\xb4\xdf\xf3\xa0\x9a\x6c\xc7\x61\x0f\x20\x4b\xac\x35\x31\x45\x96\x57\x35\x6d\xea\x4c\xa0\xea\x01\x1f\xfe\xf6\x65\xb4\x5c\xde\x4e\xc7\xa3\xcd\x74\x31\xdf\xce\x47\xb3\xc9\xa3\x13\xcb\x68\x75\xaf\xda\x24\x12\x87\xab\x12\xbe\x02\xe8\x25\xa8\xf5\x83\x54\x41\x53\x77\x39\x5a\xaf\x7f\x5b\xac\xae\x1e\x5b\x1a\xa9\x26\xd5\x94\xbe\x5b\x4f\x56\x8f\xcf\x1d\xb3\xb0\x53\xfd\x9c\xad\x02\xd1\x28\x11\xcb\x2c\x3a\x34\x20\x24\x5c\x1c\x20\xb7\xb7\x8b\x57\x16\xa5\xda\x90\xb2\xf1\x78\x26\xa7\xfb\x39\x4c\x2e\xd9\xc7\x28\x09\xb1\x7f\x9f\xee\x48\x09\x32\xa4\x6d\xf4\x18\x19\x91\x42\x43\x5e\x2a\x14\x61\x70\xf2\x48\x04\x89\xe4\xc2\x68\x1f\x2e\x8c\x4a\xe9\xe2\xbb\x3b\xc1\xb3\xf4\xad\x27\x12\x62\x19\x62\x4e\x7f\xba\xf4\x61\x2e\x45\x56\x7b\x6c\x8c\xe6\x1b\x7a\x39\x56\xae\x57\xac\xfa\xf0\xfe\xfd\xfb\xf7\xbd\xec\x84\x11\x31\x23\xd5\xd9\x70\x49\x24\x4f\x36\xcd\xc7\x2e\xf9\xba\x59\xfe\x48\x17\x55\xbd\x93\x95\x47\xeb\x33\x13\x52\xad\x86\xc8\x23\x29\xf8\xb0\xd9\x2c\xd7\x20\x55\x8e\x08\xf0\x41\x1a\x58\xc9\x00\x12\x25\x8d\x64\x32\xea\xf6\x63\xbd\x08\xd8\x25\x71\xf0\x18\x29\xe3\x69\x97\x48\x79\xf5\xc8\x95\xdc\x8a\xfe\x21\x09\x55\xba\xb1\xc3\x65\xa1\x34\x4a\x06\x35\xa7\x0d\x87\x97\x97\x97\xf9\x17\x83\xea\x40\x66\xd9\xf8\x5e\x2a\xdb\x62\x56\x77\xf8\xcf\x3f\xbf\xe9\x50\x2d\x3f\x7f\x8f\x38\xc0\x24\xd1\x83\xe3\x70\x47\x06\x2b\x11\x61\xd0\xd0\x3e\x8d\xd6\x7f\x41\x81\x2a\xed\xa9\xc8\x41\x69\x2b\xf9\x65\x7e\x37\xfb\x75\xb2\xda\x2e\xae\xb7\xd3\xf9\x7a\x33\x9a\x8f\x27\xeb\xc7\xc7\x5e\x25\x2c\xe6\x2f\xe5\x9b\xab\x7d\x68\xe8\x70\x2a\xb8\x2a\x19\x45\x5c\x1c\x96\xa8\x30\x2e\x0f\x00\xc0\x85\x21\x75\xc4\x68\x4d\x4c\x8a\x40\xfb\x70\xf9\xba\x5c\x8b\xf1\xf3\x3a\x55\x07\xf2\x61\x58\xfd\x76\x27\xf0\x88\x3c\xc2\x5d\x54\x5b\x31\x3c\x26\x99\x9a\x12\x68\x78\xf9\xfa\x0c\x95\x26\x01\x1a\x5a\x92\xe2\x32\x68\x6f\x65\x4e\x89\xbd\xfb\x32\x86\xf5\x6b\xa8\xb8\x5f\x6b\x5e\x68\x7b\xe2\xab\xbd\xf1\x2d\xb1\x52\x48\x3f\xe7\x41\x67\xea\xd2\x8b\xae\xc0\x49\x61\x90\x0b\x52\x15\x72\x1e\x90\x38\x56\xb9\x16\x61\xbf\x9e\xac\x3e\x4e\xc7\x13\x07\x57\x59\x06\x70\x1d\xdf\x4b\xc7\x68\xa2\x2c\x57\x8b\xeb\xe9\x6d\x27\x50\xf3\xde\x6e\x42\xfc\xe3\x66\xb5\xb8\x5b\xae\xb7\xcb\xe9\xfc\xc6\xe2\x6c\x16\xe3\xc5\x6d\x17\xd0\xb9\x14\x5d\xcd\x33\xf1\x0e\xb4\xc5\x72\x32\x5f\x7f\x98\x5e\x6f\xb6\x85\xd0\xf6\x0f\x9c\xd4\xab\x5c\x02\x55\x74\x7b\xe9\x76\xc3\x5c\x2b\x19\xfb\xb5\xcf\x36\x65\x6c\x85\xfc\x27\x9d\x56\xb4\x6f\xae\x81\xed\xae\xfd\xd6\x2d\xdf\x92\x7a\x29\x02\xaa\xec\x8a\x06\xe2\x87\xb0\x2b\xba\x96\x3f\xc5\x70\x35\x39\xcb\x5c\x8f\xc6\x9b\xc5\xaa\xdb\x21\x6d\xb9\x2e\xb4\xc9\xc7\xe9\x38\xeb\x9c\x16\xb7\xd3\xf1\xbf\xba\xa1\x1a\x42\x55\x1c\x1e\xe3\xc1\xc9\x4c\x67\xa3\x9b\x1a\xdf\x88\x1f\x49\x90\xd6\x4b\x25\x77\x54\x37\x0e\x7d\xae\xa6\x5c\xf6\x63\x32\x8e\x51\x04\xcd\xcf\x1e\x0c\x64\x62\x06\x45\xbf\x3b\xd8\x71\x31\xa8\x21\xf7\x75\x58\x53\xd9\x23\x8f\x52\x45\x9b\x50\x91\x0e\x65\x14\xf8\xf0\xb6\xb6\xce\x05\x37\x1c\xa3\x2b\x8a\xf0\x74\xae\x76\x75\x99\xe4\x89\x4a\x97\xfd\x74\xea\xba\x84\xca\x0e\xc3\xda\x7a\xab\x94\x56\xd5\xbf\xc6\xd3\x95\xdb\xb9\x30\x42\x59\x96\x96\xcd\xdb\xb5\x0a\x5b\xbd\x86\x73\xa8\xbc\x31\xf1\x61\x33\x5e\x3e\x8b\x58\x34\x68\x75\xc4\x46\x0e\x7f\x03\x60\xb5\x79\xa8\x71\xac\xf6\x19\xcf\x63\xda\x36\x97\xff\x98\x10\xaa\x43\x7f\x9f\x18\x7a\xf7\x5c\x0c\x0d\xbf\x63\x0c\x29\xd2\x32\x55\x8c\x74\xfd\xa4\x11\x8f\xb9\xd1\xcd\xd3\x67\x8f\x12\x36\xe4\x36\x8b\xcd\xe8\x76\x3b\x5e\xcc\x37\xa3\xe9\x7c\xb2\xda\xce\x26\xb3\xc7\x19\xaf\x89\xdb\x91\x97\x74\x1b\x84\x25\xa9\x0f\x17\xaf\xfb\x6f\x2f\xfe\x38\xfa\x51\x46\x69\x4c\x33\x99\x8a\x66\x70\xc7\xf6\xdb\x12\x4d\xe8\x37\x3c\xa5\x0d\x8a\x00\x23\x29\xc8\x7d\xeb\x88\x26\xad\x8e\x5e\x63\xa9\x8e\x77\x44\x35\x50\xa9\x1d\xaa\x6d\xa5\xd6\x83\x4f\x78\x44\xdb\x86\xdf\xd3\xc9\x3d\xc8\xe8\x0e\xd0\x62\xcd\xcb\x28\x7f\x35\x76\xbb\xcf\x67\x84\x8c\x59\x8d\x2e\xea\xad\x76\xdf\x39\x9e\x54\xcc\x85\xbb\x2e\x6e\x14\xb2\x66\xd3\xf5\xcb\x39\x0e\x32\x72\xf5\x36\x25\x4e\xcc\xc9\x0b\xb8\xf2\xe1\xcb\x63\xab\xe8\x3c\x75\x2c\xef\x59\x42\xc5\x25\x57\x0f\x89\xec\xdb\xfc\x09\x3d\xa3\xf8\xe1\x50\xb6\x50\x5e\xde\x21\x66\xcd\xda\x38\x44\x71\xc8\x36\xcf\x78\x8c\x23\xe4\x71\xf1\x54\x57\xaa\xb4\x5b\xc6\x4e\x87\xd7\x9b\xb7\x6c\x7c\x9b\xc9\xa0\x6e\x96\x15\x61\xf0\x9b\xe2\x86\x16\xa2\xd2\x3d\x75\x66\x51\x77\x02\x58\xb3\xb9\x6b\x6e\x78\xc3\x7b\x89\xed\xc1\xc9\xb8\xe3\x79\xf5\xa9\x72\x9d\x10\xe3\x7b\xee\xc6\x4a\x4b\xd7\xcd\x94\x8d\x49\xd2\x8e\x88\xf9\xab\x51\x66\xbe\x51\x65\xca\xb4\x5f\xca\xc7\x9a\xe6\x15\xd1\x83\xf2\x49\xca\x07\x3b\xf0\xf7\x9e\xe8\x0f\x9b\xac\xc8\xe4\x0f\x6a\x78\x20\x30\x12\x76\x52\x1a\x3b\x60\x24\x8e\x5b\x31\xab\x96\xfb\xba\x9b\xfc\x99\xcd\x14\x1d\xb8\x36\xea\x54\x3c\x5b\x71\x39\xf8\xb4\x93\x5a\x97\xcf\x98\xde\xbb\x32\x85\xdf\xbd\xf1\xce\x0f\x4b\x4f\x5a\x2b\x94\x0f\x10\xa3\x38\x01\x17\x36\xe5\x19\x69\x90\xfb\xd6\x08\x6e\x24\x30\x45\x68\x08\xb8\x70\x8b\xf9\x63\x44\xcb\xa2\xf3\x34\xde\x91\xb2\x10\xd3\x02\xaf\x3c\x5c\xc7\x70\xf6\xcc\x51\x2f\x86\x17\x4f\xb3\xb6\x14\x44\xb9\x15\x93\x89\xfd\x68\x3d\x4e\xc8\x42\xf7\x54\x07\x24\xac\x9d\x9a\xfc\x56\x74\x3e\xd4\x35\xda\x29\xb8\xa4\xd7\xd9\xdc\x7d\x03\xbb\x2b\xda\xdb\x6b\x2d\xb3\x1d\x2b\xcc\x66\xf0\x9e\xe0\x21\xa4\xdc\x6c\xee\xb1\x55\xf3\xdf\xc9\xde\xb0\x2c\x2c\xc4\x8b\xb1\xd0\x85\x7e\x56\xd8\x5b\xd4\x27\x47\x9e\xa1\x2e\x65\xc4\xd9\xa9\xe4\xdd\x6e\x23\x9f\x22\x4d\x16\xa1\x33\x44\x2d\x09\x23\x0d\x46\x50\x3c\xa4\x73\x01\x33\xfe\xeb\xab\x33\x35\x77\x98\x17\xf2\x69\xe3\x20\x66\x0e\xa2\xe4\xd7\x71\x3b\x55\xec\xf8\x76\x78\xf9\x8c\x9f\x11\xec\x54\xe1\xf2\xd9\x48\xc0\xd4\x84\x24\x8c\xdd\xdd\x46\x20\x27\x61\x5a\x4f\x79\x35\x3e\xe3\x4c\xe6\x2e\x9b\x4c\xda\xa9\x6d\xe7\xa1\xb6\xbd\x3a\x73\x18\x8a\x01\xe2\xcf\x10\x59\x9e\x87\x90\xbd\x1d\x69\xe0\xa7\xff\xa0\xf7\xfb\xc8\xfb\xf7\x6b\xef\xef\xff\xfd\x32\xfc\xe5\xf1\xa7\x1e\xc0\x81\x84\x7b\x6c\xf4\x81\x3e\x27\x8a\xb4\xce\x9e\xe0\xdb\xec\xcb\x79\xe9\xff\x01\x00\x00\xff\xff\xed\x99\xf4\x29\x98\x19\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftCacheServiceYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftCacheServiceYaml, - "Template.template.openshift.io/openshift/cache-service.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftCacheServiceYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftCacheServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/cache-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftCakephpExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x5b\x93\xdb\xb6\x15\x7e\xd7\xaf\x38\xe3\xc9\x4c\x92\x99\x95\x64\xc7\x4d\x93\xf2\x4d\x96\x64\xaf\xc6\xab\x95\x4a\x69\x9d\xa6\x6d\x46\x03\x91\x47\x24\x2a\x10\x40\x00\x50\xb2\xea\xee\x7f\xef\x00\x20\x29\xde\x76\xc7\xce\x24\xad\x1f\x3c\x2b\xe2\xe0\xe0\x3b\xf7\x0b\x91\xf4\x03\x2a\x4d\x05\x0f\xc0\x60\x26\x19\x31\x38\x12\x12\xb9\x4e\xe9\xc1\x8c\xa8\x18\x9f\x5e\x0d\x8e\x94\xc7\x01\x6c\x8b\xe3\x01\x23\x7b\x64\x3a\x18\x00\x10\x29\x03\x88\xc8\x11\x65\x2a\x87\xf8\x91\x64\x92\xe1\x00\x2a\x46\xdd\xb3\x0c\xb5\x26\x09\x06\xf0\x9f\xe1\x00\x60\x9b\x22\x1c\x04\x63\xe2\x4c\x79\x02\x1a\xd5\x89\x46\xf8\x8d\xfe\x16\x52\x72\x42\xd8\x23\x72\x88\x14\x12\x83\x31\x50\x0e\x17\x91\x2b\x90\x4a\xfc\x0b\x23\x13\xc0\x57\x9f\xee\x27\xcb\xf9\xe3\x68\x30\x00\x78\x2b\x14\x64\x42\x21\x50\x7e\x10\x2a\x23\x86\x0a\x0e\x64\x2f\x72\x03\xb9\xb6\xac\x4d\x4a\x75\x85\xea\x06\x28\x8f\x58\x1e\xdb\x83\x95\x44\xbe\xb1\x92\x42\x24\xb8\xa6\x31\x2a\x77\x59\xdf\x80\x46\x84\xd4\x18\xa9\x83\xf1\x38\xa1\x26\xcd\xf7\xa3\x48\x64\x63\x1d\x31\xa1\x92\xf1\x55\xae\xf1\x9e\x89\xfd\x38\x23\xda\xa0\x1a\x87\xf3\xc9\x6c\x39\x1f\x65\xf1\x68\x90\xa1\x21\x31\x31\xc4\xa9\x89\x73\x61\x3c\x63\xfb\x13\x20\x46\x1d\x29\x2a\x8d\x53\xfb\x84\x43\xa1\x1e\x98\x92\x23\xae\x6f\xd7\x56\xaf\x8c\x46\x5e\x8e\x33\x35\x29\x70\x01\x96\xd9\x9e\x68\x1c\xf5\x8a\xeb\xd8\xc2\xff\x5b\x68\x0b\x81\x46\x82\x4f\x19\xd1\x3a\x70\x7f\x0e\x65\x2a\xdd\xf7\x86\x53\xc5\x54\x4b\x46\x2e\x43\x4e\x32\x0c\x4a\xb1\x7b\xc8\x44\x94\x67\xc8\xbd\xee\x86\xb9\x62\xc1\x67\xc1\xeb\x32\x62\x82\x27\xc3\x86\xd6\xb7\x75\xed\x40\x8c\x07\xca\x51\x83\x42\x2d\x72\x15\xa1\x06\x8e\x18\x63\x0c\x46\x40\x8c\x27\x64\x42\x96\x1a\xee\x33\x52\x5d\xbb\x04\xf6\x39\x65\xb1\xd5\xed\x81\x26\xb9\x2a\xbc\x91\xc7\x0d\xab\xc6\x28\x99\xb8\x58\xd9\x0a\xbe\x0d\xf2\x11\xc0\xc2\x40\x2c\x2c\x0e\x61\x0a\xe6\x08\xe4\xea\x04\x5d\x11\xa5\x12\x27\x6b\xcb\x61\x53\xb7\x21\xc6\x70\x4b\xcc\x0d\x2c\x78\xd4\x73\x4b\xe7\x52\x0a\x65\x9a\xba\x25\x51\x84\x5a\x8f\x14\xc6\x29\x31\x56\xc5\xee\x9e\x21\x89\x0e\xe0\xd7\x9c\x46\x47\x6d\x88\x32\x37\x32\x95\x37\x85\xd2\x3d\x41\x6f\xfe\xd8\x53\x1e\x93\x3d\xc3\x00\x5e\x1c\x08\xd3\xf8\x62\x00\xe0\xa1\x75\x13\x87\xfd\xae\x25\x89\x30\xb8\xa2\x1c\x88\xbd\x8d\x78\x1d\x0c\x86\x50\xcf\x56\xa7\x57\x03\x00\x9f\x99\x36\x18\x29\xb4\x8a\xac\x07\x5d\xf9\x4a\x91\x28\x06\x00\xda\x28\xca\x93\x59\x75\x5e\xbe\xaf\xdd\xf5\xa1\x11\x47\xe4\x96\x7e\x3a\x79\x3f\x5f\xdf\xae\x77\x9b\xf9\x34\x9c\x6f\x77\xdb\xd5\xfb\xf9\xfd\x63\xfb\x46\xae\xa8\xb9\x0c\x35\x61\xa6\x75\xe5\x21\x5c\x6c\x7f\xde\x6d\x26\x77\xdb\xc7\xe7\x10\xbb\x5c\xd7\x81\xdc\xc9\x14\xad\x5c\x31\xff\x28\x85\x46\xed\xdc\x89\x09\x12\xc3\x9e\x30\xc2\xad\xbf\x9a\x14\x1b\x0e\x26\x45\xac\xfb\xb5\x20\x31\xf2\xbc\xad\xe1\x8b\x67\x86\x05\xd9\x19\xf7\xc5\xb3\xf6\x30\x80\x1f\x5f\xfe\xf8\xb2\xf8\x60\x88\x4a\xd0\xac\x9b\x9f\x35\x32\x8c\x8c\x50\x25\xd8\xe6\x63\x4f\x8a\x1f\x8a\xdc\x74\x85\x7f\x1a\x69\x2a\xb4\x53\xf3\x64\xbd\xbe\x5b\x4c\x27\xdb\xc5\xea\x7e\x37\x5b\x2d\x27\x8b\xc2\x2e\x46\x94\x00\xda\xea\xfd\x02\x50\x8b\x8c\x24\xb8\x31\x0a\x49\xf6\xc5\x76\x79\x8f\x28\x35\x18\x45\xa2\x23\x88\x03\x44\x29\xe1\x09\x6a\x5b\xb5\xda\x76\xa1\xf6\x95\x1e\x71\x9f\x84\xf5\xc6\x66\x93\xa9\xcb\x0e\x5f\x0c\x6b\x56\xa4\xb5\x54\x9c\x6d\x26\xf3\x89\xa9\x85\xa8\x34\x6f\x19\xbc\x84\xc9\x94\x34\x43\xf8\x4c\xa8\x19\x1e\x84\x1a\x2a\x24\xf1\x25\x80\x17\x46\xe5\x2e\x8e\x9f\xb3\x99\xc8\x8d\xcc\x4d\x09\xeb\x6a\xa1\x1e\x75\x6f\x49\x52\x1d\x36\x18\x06\x16\x91\x36\x85\xb7\x6a\x33\x15\x59\x46\x2b\x9e\x5e\xd0\x00\x46\xe3\x13\xf2\x58\x28\x9b\x6a\xc6\x32\x95\x39\xa7\xfe\x8a\xcf\xe5\xc1\x35\xc3\x1a\xfc\x68\x66\x54\xb9\x88\x5d\xdd\x6f\xe7\x7f\xdb\xee\x66\x8b\xf0\xb1\x20\x48\xae\xac\x01\x14\x1e\x2c\xd9\x66\xf5\x10\x4e\xe7\xbb\x70\xbe\x5e\x6d\x16\xdb\x55\xf8\xf3\x2e\x9c\xbf\x7d\xac\xa8\x72\x45\xfb\xa9\x1e\xc2\xbb\x92\xca\x5c\x24\x06\xf0\xae\xc4\x64\x14\x31\x98\x5c\x2a\x21\x1c\xc6\x4d\xeb\x2b\x00\xf2\xd3\xf5\x47\x19\x9e\xd3\xd5\x72\xbd\xda\xcc\xc3\xdd\x72\x11\x86\xab\xb0\x3a\x07\x38\x11\x96\xa3\x97\xab\x41\x72\x85\x7a\x50\x22\x0b\x6a\x37\x9e\xb5\x42\x69\x07\x99\xca\xe0\xab\x4f\x36\xb3\x7d\x98\x87\x9b\xc5\xea\xfe\xb1\x45\x52\x64\x6b\x6f\xaf\xcd\x7a\x32\x9d\x37\xc5\xde\x38\xf1\x7c\x90\x2a\x9a\x24\xa8\xaa\x8c\xe3\x09\x1c\x80\xa9\x8b\x97\xc6\x77\xef\xf1\x8d\x03\x5f\xf2\xaf\x32\xf8\xbc\x6d\x1f\x7f\xb7\xd8\xde\x3e\xbc\xd9\xfd\x34\x7f\x73\xbb\x5a\xbd\x2f\x12\x77\x47\xff\xb7\xf9\xfe\xe9\x30\x9b\x55\x05\xf9\xf7\x89\x35\x5f\xe0\x3b\xe1\x6f\x9b\x5c\x54\x7f\x54\xcc\x29\x74\x2f\xe9\x00\x5e\x7d\x46\x7a\xee\x73\x47\xaf\xac\x50\x30\x46\x79\xd2\xa8\xea\x25\x45\x53\x2b\xf6\xdf\x75\x1e\xe8\x0d\xe2\xfe\xd0\x2e\xdd\xbf\xc2\x5e\x86\x28\xa1\xbc\x72\x12\x6f\xf7\x46\x28\xd4\x82\xa1\xa7\x4c\xd7\xc8\x8a\x98\x78\xdb\x72\xfb\xab\xe3\xbc\xc7\x4b\x88\x87\xf6\x19\xc0\x11\x2f\x41\x6f\x6f\xd0\xa1\xec\x17\xb3\x17\xe1\xb5\x2b\xf8\x23\x20\x5e\x9b\x91\x2f\xc6\xb8\x5a\x4f\x27\xd3\x5b\x9b\xbb\x3e\x4c\xee\x16\xb3\xc9\x76\xbe\x7b\x1b\xce\xff\xda\x45\x69\x99\x3c\x41\x5c\xe7\xeb\xea\x5b\x00\x5f\xc3\xd7\xb5\x8f\x8c\x9e\x90\xa3\xd6\x6b\x25\xf6\xd8\x14\xc7\xf6\x9c\xef\xd0\xb4\x65\x94\xc4\xa4\x01\x8c\xdb\x5f\xdb\x4d\x49\xf1\x26\xa7\x86\x12\x36\x43\x46\x2e\x1b\x8c\x04\x8f\x75\x00\xaf\x9b\x34\x12\x15\x15\x71\x75\xfa\xe7\xe6\xa9\xa1\x19\x8a\xdc\x5c\x2f\x77\x9c\xb9\xdb\xac\xd6\x41\xe9\xa6\x83\x56\x7e\xbc\xee\x03\x6c\x23\x9a\xfe\xcf\xd5\xf1\x3b\x69\xa3\x9a\x90\x9a\x10\x19\xcd\xa8\xd1\x6d\xd8\x19\x66\x42\x5d\xac\xe7\x2c\xe7\x4b\x5b\x16\xef\x16\xcb\x45\x91\x98\xdb\xe5\x80\x5e\x0b\xc1\x9a\x28\x92\xd5\x98\x91\xdc\x08\x3b\xe6\x46\x01\xd8\x2c\xd8\x4d\x17\xf7\xb6\x12\xd5\x53\xc6\x53\xd6\xfa\x4d\x45\xb0\xa7\x19\x81\x2f\xa9\x5e\xd2\x8a\x83\xc6\xc9\x3a\x84\xd6\x14\x8a\xee\x11\x20\x5a\xd3\x84\xfb\x81\x93\x30\x66\x9b\x48\x5b\x3a\x0e\xca\x36\x2d\x3c\x86\x62\x08\x2a\x06\xd5\xd8\x77\x96\xb5\x09\xd6\x8e\x76\xc5\xe0\x77\xef\x40\xdb\xff\xab\x49\xcb\xe2\x1f\x58\xdb\xfd\x9a\x53\x85\x71\xa5\xc6\x22\xb0\xdb\xda\xea\x01\x79\xdd\x19\xdc\x97\x55\x1f\xce\x29\x2a\x74\x30\x6b\x0a\xb4\x0e\x42\x63\xd4\xbd\x80\xdc\xbd\x06\x2a\xd7\x32\x3c\x03\xed\x3a\x06\xb6\x40\x15\x35\xdc\x2a\xca\x0e\xe3\xce\x7b\x5c\x8f\x8b\x90\x6b\x8c\xe1\x9b\x1f\x46\xaf\x41\x28\xf0\x46\xfb\xb6\x03\xc7\x5e\x2a\x78\x54\x80\x6a\x7d\xce\x33\x90\x5e\xfc\x30\x7a\xfd\xa2\x0d\x67\x49\x3e\xd2\x2c\xcf\x80\x64\x22\xe7\xc6\xa2\xf2\xbe\xef\xd4\x53\xf9\x29\x44\x84\x5b\x78\x1d\x34\x4b\x4f\x7c\x67\xa3\xa8\x82\x53\x8f\x99\x67\xf0\x7c\xff\xea\xbb\x25\xed\xb3\xd9\x43\x78\x57\xfa\x91\x42\x29\x34\x35\xf6\x0d\xb7\x4f\x72\xbb\xb4\x46\x5f\xe2\x82\x1a\x22\x11\x77\xc1\xbd\xa3\x06\xc2\x2b\x83\x87\xf0\xae\x82\xd8\xdb\xf8\x3e\x83\xf5\x73\xb6\x37\xa3\x84\x76\xac\xbd\x41\x53\xf8\xbb\x00\x02\x7b\x45\x78\x94\x3a\x08\x37\x60\x48\x62\xed\x2c\x4c\x8a\xca\x76\xed\x56\x64\x27\x5e\x4d\x66\xea\x3e\xf9\x36\x4e\xa1\xdb\xa9\x94\x3b\x32\xb7\xfb\x21\x39\x33\x05\xd7\x27\xa4\x3f\xa0\x42\x5e\xf3\xdd\xde\xb9\xe0\x39\xd4\xde\x0a\x8c\x18\x7a\x42\x97\xce\xed\xc7\xfa\x4a\xd3\x82\xa4\x06\x68\xb9\xf2\xf1\x37\x84\xf0\x09\xa7\x2b\x54\x07\xe8\xd4\xcf\x37\x30\xa3\xca\x35\x7d\x97\x0a\x6c\x6d\xd6\xe9\xf3\x13\x74\x4b\x85\xd8\x4d\xd9\x2e\x19\x99\x94\x18\x38\x53\xc6\x40\xd9\x41\xbd\x84\x5f\x2e\xbe\x8a\x45\xed\x8d\x45\xcc\xf0\xe0\x01\xee\x19\xe1\x47\x20\xde\xd0\xfe\xf2\xbe\xd2\x2d\xc6\x1d\xb4\x93\x9a\xf3\xdd\x16\x0f\x57\x80\xbb\x73\x7e\x1b\xf7\x3b\xe7\x40\x65\x11\x29\xda\xa5\x11\xc0\x04\x62\x7a\x38\xd0\xc8\x1a\xd4\x08\x48\x72\xd4\xba\x58\xfc\x00\x72\xeb\xde\x31\x10\x0d\x92\xa8\x4a\xaf\x56\xb4\x33\xee\x53\x21\x8e\xd6\xb7\x47\x00\xf7\xc2\x58\x62\x75\x91\x7d\xc8\xfd\x24\x01\x3f\x15\x57\xaa\xe5\x93\xab\x2d\xf0\xf5\x3f\xc8\xf0\xdf\x93\xe1\xdf\x5f\x0e\xff\xf2\xcb\xa7\x3f\xbd\x7c\xb4\x6d\x50\x82\x1c\x95\xdb\x87\xe3\x47\xa9\x50\x37\x92\x4e\xef\xec\xf2\xbc\xff\x33\xc1\x13\x50\x84\xc7\x22\x2b\x64\xeb\x3a\x43\x61\x2b\x8f\x0e\xb6\x45\xff\x5a\x62\xfc\xe7\xf9\x97\x4f\xdf\x7f\x06\xb8\xde\x1e\xbb\x83\xcd\xf7\x9f\x60\xfb\x4f\x38\x08\x6b\x0d\xc7\x05\x52\xa2\xbb\xf1\x54\x43\xe6\xaf\x6d\x7c\xdb\xfa\x1b\xd5\xd7\xdf\x63\xb7\x20\xde\x8a\x33\x88\x83\x41\x6e\xf5\x17\xa5\x18\x1d\x8b\xe5\x81\x6b\x75\xb4\x21\x99\xd4\x0e\x79\x2e\x63\x5b\x2f\x6e\x6c\xfc\x69\xdf\xfe\x8c\xe0\xa5\x73\xe7\x62\xc0\xd2\xd6\xb3\x28\x87\xd5\x3a\x22\x91\xcd\xed\x96\x9b\xf5\xae\xda\x75\x10\x1c\xf0\x84\xea\xe2\xf2\x20\x6a\xd3\x51\x42\x79\x3b\xc4\x13\x61\x34\xf6\x61\xf0\xd6\x51\xf3\xe8\x1a\xb8\x4f\x37\xe7\x65\x2d\xfa\xae\x53\x89\x6c\x44\x47\xb9\x36\x22\x83\xa9\xc8\x6c\x64\x2b\xc8\xa8\x52\x42\x15\x99\xbb\x69\x8d\x16\xe5\xb2\x4e\xd9\xbf\x74\xf8\x6f\x00\x00\x00\xff\xff\x73\x96\xd9\x15\x33\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftCakephpExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftCakephpExampleYaml, - "Template.template.openshift.io/openshift/cakephp-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftCakephpExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftCakephpExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/cakephp-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x6f\xdb\x38\xf2\x7f\xef\x4f\x31\x08\x16\x48\x8b\x7f\x2c\x27\xdb\x7f\xb7\x7b\x02\xee\x85\x6b\xab\x89\xd1\x38\xf6\xda\x4e\x7b\x7b\x7b\x8b\x80\x96\xc6\x16\x2f\x12\xa9\x92\x94\x13\x5f\x2e\xdf\xfd\x40\x52\x92\xf5\x64\x27\xd9\x6d\xb1\xf5\x8b\xa2\x21\x87\xc3\xdf\x3c\x70\x66\xc8\x11\x49\xe8\x27\x14\x92\x72\xe6\x82\xc2\x38\x89\x88\x42\x87\x27\xc8\x64\x48\x57\xca\xa1\xbc\xb7\x39\xeb\xdc\x52\x16\xb8\xb0\xc8\xa6\x3b\x11\x59\x62\x24\xdd\x0e\x00\x49\x12\x17\x7c\x72\x8b\x49\x98\x74\xe3\xad\xfc\x12\x75\xf1\x9e\xc4\x49\x84\x1d\x28\xd8\xed\xa3\x88\x51\x4a\xb2\x46\x17\xfe\xdb\xed\x00\x2c\x42\x84\x15\x8f\x22\x7e\x47\xd9\x1a\x24\x8a\x0d\xf5\xf1\x95\x7c\x0d\x21\xd9\x20\x2c\x11\x19\xf8\x02\x89\xc2\x00\x28\x83\x2d\x4f\x05\x24\x82\xff\x1b\x7d\xe5\xc2\x0f\x0f\x57\xfd\xb1\xf7\x78\x02\x3f\x3c\x0c\xfb\x8b\xfe\xfb\xfe\xdc\xbb\x99\x7b\xb3\x4f\xa3\x81\x77\x63\x66\x9c\x4e\x07\xe0\x03\x17\x10\x73\x81\x40\xd9\x8a\x8b\x98\x28\xca\x19\x90\x25\x4f\x15\xa4\x52\x6f\xaa\x42\x2a\x0b\xd4\x27\x40\x99\x1f\xa5\x81\x9e\x98\x24\xc8\xe6\x5a\x1f\xe0\x73\x26\x69\x80\xc2\x2c\x96\x27\x20\x11\x21\x54\x2a\x91\x6e\xaf\xb7\xa6\x2a\x4c\x97\x8e\xcf\xe3\x9e\xf4\x23\x2e\xd6\xbd\x5c\x6e\xbc\xef\x2d\x23\xbe\xec\xc5\x44\x2a\x14\xbd\x99\xd7\x1f\x8e\x3d\x27\x0e\x9c\x4e\x8c\x8a\x04\x44\x11\xa3\x4c\xc6\xb8\xb2\x8c\xf5\x9f\x00\x01\x4a\x5f\xd0\x44\x19\xe3\x18\x25\xe9\x5f\x9f\x41\xa6\x41\x18\x90\x5b\x9c\x5e\x4c\xb5\x19\x22\xea\x5b\x81\xee\xa8\x0a\x81\xc0\x78\x3b\xff\xe5\x12\x34\xeb\x25\x91\xe8\x7c\x97\xc2\x67\x02\x7d\xee\xcf\xae\x46\x57\xe7\x2e\xf4\xd9\xd6\x20\x06\xa9\xb8\xc0\x00\xee\x68\x14\xc1\x12\x21\xe2\x52\x41\x9a\x70\x06\x09\x0f\xb4\x56\x94\x48\x7d\x8d\xc1\x81\x09\x8b\xb6\x90\x4a\xac\xc2\x87\x15\x17\xa0\x50\x2a\xca\xd6\x8e\xd9\x85\xfa\x9c\x0d\x22\x22\xa5\x6b\xfe\xdb\x4d\xc2\xc4\x8c\x57\x3c\x3d\xa0\x32\x89\xc8\xb6\xcb\x48\x8c\x6e\xa1\xdc\xff\xcb\x74\xf9\xca\x4b\x42\x8c\x51\x90\xe8\x75\xcb\x52\xee\xa7\x31\x32\x6b\xbe\x6e\x2a\x22\xf7\x59\x9a\x69\x32\x8a\x38\x5b\x77\x2b\x86\x5f\x54\x24\x0b\x70\x45\x19\x4a\x10\x28\x79\x2a\x7c\x94\xc0\x10\x03\x0c\x40\x71\x08\x70\x83\x11\x4f\x32\xb5\x92\x36\xf7\x28\x1b\x96\xc0\x32\xa5\x51\xa0\xcd\xba\xa2\xeb\x54\x64\x04\x65\x67\x0a\x30\x89\xf8\x56\x0b\x96\x31\xad\xd3\xb2\xa0\xf0\xb1\x12\x71\x95\xcc\xb1\x87\xbb\xa0\xa3\x32\x33\x70\xc6\x93\x32\x60\xda\x24\x3a\x0c\x49\xa5\x97\xeb\x69\xb2\xc6\x13\x90\xdc\x1a\xb6\xc2\x0f\x64\xc8\xd3\x28\xd0\x9e\x91\x4a\x0c\x8c\xb1\xf1\x3e\x41\x41\x8d\x05\xa2\x8c\x6d\x92\x8a\x84\x4b\x94\xc0\x59\xb4\x75\x9a\x9a\x4e\x04\xdf\x68\x6f\xee\x56\xcd\x3e\xc3\x00\x2e\x88\x3a\x81\x11\xf3\x5b\x56\xc9\x34\x49\xb8\x50\x55\x13\x13\xdf\x47\x29\x1d\x81\x41\x48\x94\xb6\xb4\x59\xa7\xc8\x5a\xba\xf0\x25\xa5\xfe\xad\x54\x44\xa8\x93\x24\x4c\x4e\x32\xdb\x5b\x82\xd6\x78\xbb\xa4\x2c\x20\xcb\x08\x5d\x38\x5a\x91\x48\xe2\x51\x07\xc0\x42\xdb\x17\x68\xf5\xac\x4c\x88\x8f\xee\x0e\x6b\x87\x2f\x75\x6c\x94\x6e\xa7\x0b\xe5\x18\xbf\x39\xeb\x00\xd8\x78\x3e\x47\x5f\xa0\x36\x6c\x39\x08\xe5\x7b\x65\x21\xb5\x03\x20\x95\xa0\x6c\x3d\x2c\xe6\x73\x14\xd2\x2c\xef\x2a\x7e\x8b\x4c\xd3\x0f\xfa\x1f\xbd\xe9\xc5\xf4\x66\xee\x0d\x66\xde\xe2\x66\x31\xf9\xe8\x5d\x3d\xd6\x57\xa4\x82\xaa\x6d\x57\x92\x48\xd5\x96\x5c\xcf\x46\x8b\x5f\x6f\xe6\xfd\xcb\x85\x5d\x93\x7b\x4b\x37\x21\x52\xde\x71\x11\xb8\xe5\xe0\x3e\xed\xcf\xe7\x9f\x27\xb3\x61\x8d\x36\x95\x28\x2a\x74\xd7\x73\x6f\xf6\x78\x48\x03\x26\xcb\x34\x54\xd0\x88\xc4\xb5\x58\xec\xdd\x5b\xcf\xd2\xee\x1f\x71\x12\xc0\x92\x44\x84\xe9\xc3\xa8\x42\xac\x1c\xa0\x84\x07\x32\xe3\x90\xa5\x34\x87\x44\x49\x48\xaa\x26\x0f\x30\x41\x16\x20\xf3\x29\x4a\x17\x8e\x7f\x7b\x38\xd2\x46\x38\x72\xe1\x68\x5f\x42\x3b\x3a\xc9\xb8\x02\x1c\x69\x59\x34\x6d\x26\xcd\xd1\xe3\xef\xc7\xed\x86\x4c\xd0\xb7\xe2\x68\x0f\xce\x24\xeb\x66\x64\x77\xb8\xcc\xcf\x0d\x17\xca\x85\x9f\x4f\x7f\x3e\xcd\x06\x14\x11\x6b\x54\xd3\xea\xb0\xc4\x08\x7d\xc5\x45\xae\x9f\xea\x66\x7b\x35\x3e\xe3\xa9\x6a\xea\x7b\x3f\xd2\x90\x4b\xe3\x29\xfd\xe9\xf4\x72\x34\xe8\x2f\x46\x93\xab\x9b\xe1\x64\xdc\x1f\x65\xae\xa5\x78\x0e\xa0\x6e\xd1\x17\x80\x1a\xc5\x64\x8d\x73\x25\x90\xc4\x2f\x76\x85\x8f\x88\x89\x04\x25\x88\x7f\x0b\x7c\x05\x7e\x48\xd8\x1a\xa5\x8e\x69\x75\x57\xa0\x7a\x97\x16\x71\xf7\xc2\x7a\xaf\xa3\xf3\xc0\x44\xbe\x17\xc3\x1a\x66\x69\x22\xe4\x77\x3a\x33\xd8\x40\x5f\x43\x94\x9b\x37\x8f\x42\x2d\x8e\x79\x47\xa8\xea\xae\xb8\xe8\x0a\x24\xc1\xd6\x85\x23\x25\x52\x13\x90\x0e\xd9\x8c\xa7\x2a\x49\x55\x0e\x6b\x67\xa1\x16\x75\x2f\xc8\xba\x98\xac\x30\x74\x35\x22\xa9\x32\x6f\x95\x6a\xc0\xe3\x98\x16\x3c\xad\xa0\x2e\x38\xbd\x0d\xb2\x80\x0b\x1d\x33\x7b\x49\x98\xa4\x8c\xda\x25\x36\x37\xba\xbb\xa4\xa5\xf0\x5e\x0d\xa9\x09\x0e\x83\xc9\xd5\xc2\xfb\xc7\xe2\x66\x38\x9a\x3d\x66\x04\xeb\x1d\x6b\x00\x81\x2b\x4d\x36\x9f\x5c\xcf\x06\xde\xcd\xcc\x9b\x4e\xe6\xa3\xc5\x64\xf6\xeb\xcd\xcc\xfb\xf0\x58\x50\xa5\x82\xb6\x53\x5d\xcf\x2e\x73\x2a\xb5\x4d\xd0\x85\xf3\x1c\x93\x12\x44\xe1\x7a\x5b\x08\x61\x30\xce\x6b\xa3\x00\xc8\x36\xbb\x3f\xf2\xe3\x39\x98\x8c\xa7\x93\xb9\x37\xbb\x19\x8f\x66\xb3\xc9\xac\x98\x07\xd8\x90\x28\x45\x2b\x57\x85\x64\x07\x75\x25\x78\xec\x96\x56\x1c\xb4\x42\x6e\x87\x24\x4c\xdc\x1f\x1e\x74\x70\xfe\xe4\xcd\xe6\xa3\xc9\xd5\x63\x8d\x24\x4b\x38\xd6\x5e\xf3\x69\x7f\xe0\x55\xc5\x9e\x1b\xf1\xec\x21\x15\x74\xbd\x46\x51\x44\x1c\x4b\x60\x00\x0c\xcc\x79\xa9\x8c\x5b\x8f\xaf\x4c\xd8\x12\x6a\x27\x83\x4d\x3d\x7a\xf3\xf3\xd1\xe2\xe2\xfa\xfd\xcd\x67\xef\xfd\xc5\x64\xf2\x31\xcb\x3d\x0d\xfd\x5f\xa4\xcb\xfd\xc7\x6c\x58\x94\x2d\x5f\xe7\xac\xd9\x32\xa8\x71\xfc\x75\xf8\x47\xf1\xad\xce\x9c\x40\xb3\x93\x74\xe1\xec\x19\xe1\xb9\xcd\x1d\x05\xda\xeb\xd5\x94\x08\x12\xcb\x9d\xae\x13\x81\x65\xe7\xc1\x7b\xf4\xaf\xf0\x6e\xca\x83\xf2\xa8\x3e\x63\x71\x4c\x58\x6d\xb0\x0b\x4e\x2f\xa6\x6b\xbd\x51\xb7\xb8\x8a\xc8\xb0\xb6\x90\x29\x42\x19\x8a\xab\x83\x35\x4e\xe1\xcc\x84\x46\xa9\xc0\x29\x8f\xa8\xbf\xd5\xd5\x9a\x12\xdb\x8a\xb9\x67\x99\x1c\x95\x0a\x2b\x87\x55\x35\xac\xfe\xed\xee\xb2\x55\xff\x2f\xab\x6a\xdf\xe8\x4e\xfd\x15\x41\x64\xf9\xf8\x56\x4e\xf3\xee\x3c\xb7\x66\xf5\x8a\x5e\x8a\x73\xdd\x5e\x00\x1c\xe2\xe9\x5d\x9d\x8f\xae\x9e\xe2\x66\x89\x0e\xf2\x79\x06\xa6\x27\xb1\xe8\x0a\xac\xc9\xe3\x43\x2d\x24\x41\x71\xa8\x3f\xe2\x76\x86\xab\xfa\x1c\xc0\x2d\x6e\xdd\x6a\xa1\xd7\x20\x69\x37\x5c\x0b\xa6\xbc\x7a\xfc\xfa\xb8\xf2\x62\xf5\xc5\xd8\xda\x8a\xe7\xaf\x06\xaf\xad\x62\xff\x33\x08\x77\xb5\xfa\xb7\x80\xb8\xbb\x22\xbc\x18\xe3\x64\x3a\xe8\x0f\x2e\x74\x3a\xfe\xd4\xbf\x1c\x0d\xfb\x0b\xef\xe6\xc3\xcc\xfb\xa5\xdd\x87\xf7\x10\x97\xf9\x9a\x92\xcd\x85\x63\x38\x2e\x0d\x46\x74\x83\x0c\xa5\x9c\x0a\xbe\xc4\xaa\x38\xfa\x3e\x78\x8e\xaa\x2e\x63\x42\x54\xe8\x42\x2f\x44\x12\xa9\xd0\xc9\x6f\x7f\xa5\xf9\x7a\xc5\x9d\xed\xce\xa8\xa2\x24\x1a\x62\x44\xb6\x73\xf4\x39\x0b\xa4\x0b\x6f\xaa\x34\xfa\xd6\xcb\x83\x62\xf6\xa7\xea\xac\xa2\x31\xf2\x54\xed\x16\x37\xc2\xdc\x53\xe1\xb6\x74\x53\xc8\x55\x5d\xc4\xb9\x69\x1b\x6c\x9d\xb4\xe8\x5f\xa8\x9e\xaf\xa4\x9d\xe2\x79\xa5\x0a\x36\xa2\x31\x55\xb2\x2e\x40\x8c\x31\x17\x5b\xed\x53\x63\x6f\xac\x6b\xc0\xcb\xd1\x78\x94\x55\x21\xf5\xda\x87\xee\xaa\x9e\x7a\xa6\x25\xa9\xe2\x31\x51\xd4\x77\x41\xa7\xfc\x66\x62\xd1\x19\xb2\x92\x5c\x0e\x5b\xef\x0f\xd5\x7d\x2d\xf5\x37\xbc\xa4\x60\xfb\x66\x77\x6d\x55\x7e\x42\x2a\x15\x53\x39\xec\xbd\x69\xf2\xe0\xb5\xd7\x68\xae\x53\xf6\xb3\x37\x6f\x4e\x7f\xca\xc5\x2e\x5d\x7c\x8b\xe1\x7d\x95\xd5\x9e\xfd\xff\x8a\xb2\x33\x57\xd3\xd7\x29\x36\x9f\xa1\xd8\xe7\x56\x9f\x07\x4a\x99\x7a\x39\xfa\x95\x8b\xb9\x27\x8a\xa8\x67\x91\xfd\x89\x72\x6f\xfc\xeb\xfc\x97\xcb\xef\xa9\x16\xb2\x80\xbe\xc3\x42\xc8\x02\xcb\xed\xf0\xc2\xea\xf3\xa5\xf9\xfa\x39\x19\x56\xf9\xc9\x9c\xfb\xb7\x2d\x69\xab\x1e\x2e\x32\xfa\x5a\x56\x39\x6b\x78\x63\x39\xe6\xc0\xb3\x72\x6c\x6d\x93\x43\x39\x56\xdf\xcf\xea\x48\x5b\xef\x66\x7a\x1b\xf3\x6e\x52\xbb\x8f\xe9\xf1\x2e\x6d\x0e\xf9\x8d\xa1\xcc\x87\x3e\x0f\xff\x7e\xdc\xf6\x34\x7b\x6c\x05\x85\x6e\x08\x67\x3f\xbe\x73\x4e\x9d\x53\xe7\x0c\xba\x69\xf3\x79\x16\x6a\xbf\xee\xb0\x61\x63\xe8\x22\x1c\xcf\xbd\x4b\x6f\xb0\x80\xb3\xe3\xa7\x6d\xf8\xf6\xd9\x26\xf9\x73\x89\xde\xaa\xa0\x94\xee\xed\x6f\xc3\xa3\x34\xc6\x31\x4f\x59\xdd\xb0\xb1\x1e\x9b\xda\x82\x67\x43\x44\x2f\xa2\xcb\x9e\x51\x53\x4f\x1f\x9d\xca\x76\xd6\x59\x2a\xc3\x96\x6f\x35\xe0\xc4\x89\xda\x9a\x97\xad\x87\xfa\x0b\x4d\x69\xf1\x37\xad\x42\xaa\xfe\xfc\x87\xaa\x0e\xc3\xc2\x7d\xeb\xbc\xab\xcd\x3c\xf5\xc8\xf4\xac\x92\x24\xd1\x12\xa2\x32\xe2\x77\xa1\xd6\x5b\x43\xb3\x0f\x10\x29\xe9\x9a\xd9\x36\x1a\x89\x22\xe0\x2b\x93\x49\x57\x82\x33\x85\x2c\x80\xac\x9b\x92\xb5\xdf\x02\xfb\xbe\x5b\xea\xcb\x39\x1d\x80\xac\x8f\x64\xdf\x31\xf4\xbf\x45\xe3\x26\xbb\x48\x0b\xfc\x92\x52\x81\x41\xa1\xd9\x2c\xa2\xb5\x97\x71\x2d\x50\x77\xad\xd8\xab\x5c\x39\x70\x17\xa2\x40\x03\xb6\xa4\x63\xed\xd6\x34\x40\xd9\x0a\xcb\xac\xab\x60\x33\x9a\x3d\x00\x70\xd7\x55\xaa\x81\xca\x0a\x1b\xad\xae\xe9\xc5\xd4\xba\x95\x79\x6f\xce\x5a\x73\xaf\xde\x39\x6f\x80\x0b\xb0\xd5\xe4\xeb\x06\x1c\xbd\x28\xe3\x51\x00\x2a\xbd\x39\x1e\x80\x74\xf4\xce\x79\x73\x54\x87\x33\x26\xf7\x34\x4e\x63\x20\xe6\x98\x69\x54\xf6\xc4\x1a\xf5\xe4\xdd\xd0\xc2\x91\xc1\x27\x4c\xc3\x6c\xa0\x1a\xdb\x45\x97\x3a\x06\x14\xb0\xca\xa5\xfd\x01\x5c\x6f\xcf\x7e\x1c\xd3\x17\xe1\xb2\xdd\xe5\x97\xa1\x82\x57\x66\xd5\xeb\x3a\xba\x52\x3c\x7a\x29\x46\xed\x5f\xd7\xb3\xcb\xdc\xf3\x05\x26\x5c\x52\xa5\x77\x34\x5f\x14\x98\x0f\x2e\x2a\xef\x99\x26\x6c\x82\xcf\x83\x26\xd4\x73\xaa\x60\xb6\x63\x70\x3d\xbb\x2c\x80\xb6\x3e\x98\x1f\xc0\xfa\x9c\x2e\xba\xb3\xa6\x0d\xcf\x9c\xa3\xca\x4e\x28\x07\x02\x4b\x41\x98\x1f\x1a\x08\x27\xa0\xc8\x5a\xfb\x24\x57\x21\x0a\x10\xb8\xd2\x22\x1b\xf1\x4a\x32\x53\x33\x64\xeb\x70\x81\xc0\xf8\xee\x33\x09\xd3\x83\x27\x69\xa4\x32\xae\x7b\xa4\x5f\xa1\x40\x56\x3a\x67\xad\xfd\x84\x43\xa8\xad\x15\x22\xa2\xe8\x06\xcd\x1d\x59\x0f\x96\xbf\x7b\xd1\x20\xa9\x02\x2a\x0d\xbc\xac\xe3\x24\x38\xb7\xb7\xb6\xa6\x50\x0d\xa0\x03\xdb\x17\x81\x21\x15\xa6\x5c\xdf\x16\x60\x4b\x3d\x92\x36\x3f\x41\x73\x27\x0b\x4c\x77\xce\x84\x4f\x15\x12\x65\x3f\xd7\x10\x3c\x55\x98\xc3\xcf\x8f\x5c\xd6\xfa\x3c\xd1\x88\x23\x5c\x59\x80\xcb\x88\xb0\x5b\x20\xd6\xd0\xc5\xb7\x1e\x99\x6e\x31\x68\xa0\xed\x97\x9c\xef\x22\xdb\xb8\x00\xdc\xec\x0f\xd6\x71\x9f\x1b\x07\xca\x33\x61\x56\xcc\x3a\x00\x7d\x08\xe8\x6a\x45\x7d\x6d\x50\xc5\x61\x9d\xa2\x94\x59\xcf\x1b\x90\x69\xf7\x0e\x80\x48\x48\x88\x28\xf4\xaa\x45\xbb\xc3\x65\xc8\xf9\xad\xf6\x6d\x07\xe0\x8a\x2b\x4d\x2c\xb6\x49\x1b\x72\xdb\x81\x80\xcf\xd9\x92\xa2\xef\x6e\x52\x25\x1c\xff\x46\xba\xff\xe9\x77\xff\x79\xda\xfd\xdb\xef\x0f\xff\x7f\xfa\xa8\xcb\x9b\x35\x32\x14\xe6\xd3\x29\xbc\x4f\x04\xca\x4a\x80\x6c\xed\x79\x68\x71\xcb\x7b\x0e\xf3\xab\x72\x76\xef\xae\x26\xa4\x7d\xcf\xcf\xfb\x4e\xa1\x4d\xf1\x35\x8d\x1e\x17\x7b\x20\x5b\x53\x86\xae\xe9\xd4\xad\x05\xca\x2f\xd1\x49\x56\xfc\x71\x01\xf2\x4b\x44\x15\xc2\xab\xcc\xb2\xaf\x9d\xe3\xba\x7e\x0a\x3e\x9e\xe1\xd3\x44\x59\x3c\x68\x3f\x89\xaf\x95\x6d\xbb\xe8\x4f\x88\x9c\xc1\xdd\xcb\xf4\xda\x5e\xbb\xda\x9f\xbb\x9f\xc8\xf4\x7b\x99\x4e\x77\xd7\xa6\x16\xe7\x38\xfb\xe9\x69\xe7\x68\x3e\x72\x1f\x0c\x8c\x11\x67\x6b\x10\x84\x05\x3c\xce\x9c\xbe\x19\x25\x8a\x43\xac\xdd\x16\xf2\xd7\xe3\x1c\xdf\xbf\xee\x7e\x7f\x78\xfb\x0c\xaf\x6d\x7d\xe1\x6e\x60\xb3\xaf\xbf\x20\x49\xa4\xcc\x77\x3d\xd2\x72\x81\x90\xc8\x66\xa0\xcd\x91\x15\xcb\xe6\xf6\xd1\xf8\x0f\x9e\xab\xf6\x17\xee\x1a\xc4\x0b\x7e\x07\x7c\xa5\x90\x69\xfd\xf9\x21\xfa\xb7\x59\x37\xda\xdc\x32\xa4\x22\x71\x22\x0d\xf2\x34\x09\x74\xd1\x73\xa2\x03\xb3\xb4\x37\x0f\x07\x4e\x4d\x9c\xcb\xde\x4c\xa4\x0e\x39\x94\xc1\x64\xea\x13\x3f\x44\xcb\x4d\x87\x9d\xd2\x72\xe0\x0c\x70\x83\x62\x6b\x5c\x0a\xa5\x6a\x28\x21\x5f\x3d\xc3\x0d\x89\x68\x60\xe3\xe3\x07\x43\xcd\xfc\x5d\x44\xdf\xff\x34\x9e\x17\x54\x3f\x36\xca\x29\x1d\xea\xfd\x54\x2a\x1e\xc3\x80\xc7\x3a\xe4\x0b\x88\xa9\x10\x5c\x64\x29\xbd\x6a\x8d\x1a\xe5\xb8\x4c\xd9\xde\xc5\xfe\x5f\x00\x00\x00\xff\xff\x0b\xff\x89\x05\x7d\x2a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYaml, - "Template.template.openshift.io/openshift/cakephp-mysql-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/cakephp-mysql-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x5d\x6f\xdb\x38\xd6\xbe\xf7\xaf\x38\x08\x0a\xa4\xc5\x1b\xdb\x49\xfb\x76\x3a\x2b\x60\x2f\x5c\x5b\x4d\x8c\xc6\xb1\x47\x76\xda\xed\xce\x0e\x02\x5a\x3a\xb6\xb8\x91\x48\x95\xa4\x9c\x7a\xb3\xf9\xef\x0b\x92\x92\xac\x2f\x3b\xc9\x4c\x8b\x19\x5f\x14\x8d\x74\x48\x3e\xe7\x93\x0f\x79\x44\x12\xfa\x09\x85\xa4\x9c\x39\xa0\x30\x4e\x22\xa2\xb0\xc7\x13\x64\x32\xa4\x2b\xd5\xa3\xbc\xbf\x39\xeb\xdc\x52\x16\x38\xb0\xc8\x5e\x77\x22\xb2\xc4\x48\x3a\x1d\x00\x92\x24\x0e\xf8\xe4\x16\x93\x30\xe9\xc6\x5b\xf9\x35\xea\x26\x7a\x36\xa9\x90\xa9\x0e\x14\x33\x1e\x10\x8a\x51\x4a\xb2\x46\x07\xfe\xdb\xed\x00\x2c\x42\x84\x15\x8f\x22\x7e\x47\xd9\x1a\x24\x8a\x0d\xf5\xf1\xa5\x7c\x05\x21\xd9\x20\x2c\x11\x19\xf8\x02\x89\xc2\x00\x28\x83\x2d\x4f\x05\x24\x82\xff\x1b\x7d\xe5\xc0\x8b\xfb\xab\xc1\xc4\x7d\x38\x81\x17\xf7\xa3\xc1\x62\xf0\x7e\x30\x77\x6f\xe6\xae\xf7\x69\x3c\x74\x6f\xcc\x9b\x5e\xa7\x03\xf0\x81\x0b\x88\xb9\x40\xa0\x6c\xc5\x45\x4c\x14\xe5\x0c\xc8\x92\xa7\x0a\x52\xa9\x17\x55\x21\x95\x05\xf0\x13\xa0\xcc\x8f\xd2\x40\xbf\x98\x26\xc8\xe6\xda\x2a\xe0\x73\x26\x69\x80\xc2\x0c\x96\x27\x20\x11\x21\x54\x2a\x91\x4e\xbf\xbf\xa6\x2a\x4c\x97\x3d\x9f\xc7\x7d\xe9\x47\x5c\xac\xfb\xb9\xea\xf8\xad\xbf\x8c\xf8\xb2\x1f\x13\xa9\x50\xf4\x3d\x77\x30\x9a\xb8\xbd\x38\xe8\x75\x62\x54\x24\x20\x8a\x18\x93\x32\xc6\x95\x9d\x58\xff\x09\x10\xa0\xf4\x05\x4d\x94\x71\xd1\x80\x01\x7e\x23\x71\x12\x21\x0c\xc9\x2d\xce\x2e\x66\xda\x07\x11\xf5\xad\x1e\x77\x54\x85\x40\x60\xb2\x9d\xff\x72\x09\x7a\xc6\x25\x91\xd8\x6b\xd5\xd9\xcc\x0d\x7f\xb6\xe6\x1a\x02\xf5\x39\x1b\x46\x44\x4a\xc7\xfc\xb7\x9b\x84\x89\x79\x5e\x89\xc2\x80\xca\x24\x22\xdb\x2e\x23\x31\x3a\x85\xee\xff\x67\x55\x6d\x11\xe7\x7e\x1a\x23\xb3\x86\xec\xa6\x22\x72\x9e\x04\xb3\x39\x51\xc4\xd9\xba\x5b\x71\xc1\xa2\x6c\x25\x08\x70\x45\x19\x4a\x10\x28\x79\x2a\x7c\x94\xc0\x10\x03\x0c\x40\x71\x08\x70\x83\x11\x4f\x72\x4b\xb7\x79\xac\x6c\x65\x02\xcb\x94\x46\x81\xb6\xf1\x8a\xae\x53\x91\x09\x94\xfd\x1b\x60\x12\xf1\x6d\x6c\x93\x4b\xff\xea\xb2\x2c\x28\xdc\x5e\x12\xae\x8a\xf5\x9a\x5a\x26\x82\x6f\xb4\x5b\xbb\x55\x33\x7b\x18\xc0\x05\x51\x27\x30\x66\x7e\xcb\x28\x99\x26\x09\x17\xaa\x6a\x5e\xe2\xfb\x28\x65\x4f\x60\x10\x12\xa5\xad\x6c\xc6\x29\xb2\x96\x0e\x7c\x4d\xa9\x7f\x2b\x15\x11\xea\x24\x09\x93\x93\xcc\xee\x56\xa0\xb5\xf6\x2c\x29\x0b\xc8\x32\x42\x07\x8e\x56\x24\x92\x78\xd4\x01\xb0\xd0\x0e\x14\x1d\x2d\x20\x13\xe2\xa3\xb3\x83\xdb\xe1\x4b\x5d\x24\xa4\xd3\xe9\x42\xb9\xe4\x6d\xce\x3a\x00\xb6\xbc\xcd\xd1\x17\xa8\xc7\x97\xb3\x31\x5f\x2e\xab\x2d\x1d\x00\xa9\x04\x65\xeb\x51\xf1\x3e\x07\x22\xcd\xf0\xae\xe2\xb7\xc8\xb4\xfc\x70\xf0\xd1\x9d\x5d\xcc\x6e\xe6\xee\xd0\x73\x17\x37\x8b\xe9\x47\xf7\xea\xa1\x3e\x22\x15\x54\x6d\xbb\x92\x44\xaa\x36\xe4\xda\x1b\x2f\xbe\xdc\xcc\x07\x97\x0b\x3b\x26\x77\x6a\x37\x21\x52\xde\x71\x11\x38\xe5\x2a\x37\x1b\xcc\xe7\x9f\xa7\xde\xa8\x26\x9b\x4a\x14\x15\xb9\xeb\xb9\xeb\x3d\x1c\xb2\x80\x29\xb7\x0d\x13\x34\x4a\x52\xad\x28\xb9\xdf\x12\x2e\x51\x9a\xe8\x8b\x38\x09\x60\x49\x22\xc2\x74\x2e\xa8\x10\x2b\xf1\x9b\xf0\x40\x66\x33\x64\xb5\xbd\x47\xa2\x24\x24\x55\xaf\x07\x98\x20\x0b\x90\xf9\x14\xa5\x03\xc7\xbf\xde\x1f\x69\x27\x1c\x39\x70\xb4\xaf\xb2\x1f\x9d\x64\xb3\x02\x1c\x69\x5d\xb4\x6c\xa6\xcd\xd1\xc3\x6f\xc7\xed\x8e\x4c\xd0\xb7\xea\xe8\x20\xce\x34\xeb\x66\x62\x77\xb8\xcc\x66\xd4\x2f\x1d\xf8\xf9\xf4\xe7\xd3\xec\x81\x22\x62\x8d\x6a\x56\x7d\x2c\x31\x42\x5f\x71\x91\xdb\xa7\xba\xd8\x5e\x8b\x7b\x3c\x55\x4d\x7b\xef\x47\x1a\x72\x69\x22\x65\x30\x9b\x5d\x8e\x87\x83\xc5\x78\x7a\x75\x33\x9a\x4e\x06\xe3\x2c\xb4\x14\xcf\x01\xd4\x3d\xfa\x0c\x50\xe3\x98\xac\x71\xae\x04\x92\xf8\xd9\xa1\xf0\x11\x31\x91\xa0\x04\xf1\x6f\x81\xaf\xc0\x0f\x09\x5b\xa3\xd4\x7b\x75\x3d\x14\xa8\x5e\xa5\x45\xdd\xbd\xb0\xde\xeb\xe2\x38\x34\x85\xec\xd9\xb0\x46\x59\x95\x0e\xf9\x9d\x2e\xcc\xb6\xce\xd6\x10\xe5\xee\xcd\x0b\x51\x4b\x60\xde\x11\xaa\xba\x2b\x2e\xba\x02\x49\xb0\x75\xe0\x48\x89\xd4\xd4\xa4\x43\x3e\xe3\xa9\x4a\x52\x95\xc3\xda\x79\xa8\xc5\xdc\x0b\xb2\x2e\x5e\x56\x26\x74\x34\x22\xa9\xb2\x68\x95\x6a\xc8\xe3\x98\x16\x73\x5a\x45\x1d\xe8\xf5\x37\xc8\x02\x2e\x74\xd9\xec\x27\x61\x92\x32\x6a\x87\xd8\xad\xc9\xd9\xed\x19\x0a\xbf\xa9\x11\x35\xc5\x61\x38\xbd\x5a\xb8\xff\x58\xdc\x8c\xc6\xde\x43\x26\xb0\xde\x4d\x0d\x20\x70\xa5\xc5\xe6\xd3\x6b\x6f\xe8\xde\x78\xee\x6c\x3a\x1f\x2f\xa6\xde\x97\x1b\xcf\xfd\xf0\x50\x48\xa5\x82\xb6\x4b\x5d\x7b\x97\xb9\x94\xda\x26\xe8\xc0\x79\x8e\x49\x09\xa2\x70\xbd\x2d\x94\x30\x18\xe7\xb5\xa7\x00\xc8\x36\xbb\x3f\xf2\xf4\x1c\x4e\x27\xb3\xe9\xdc\xf5\x6e\x26\x63\xcf\x9b\x7a\xc5\x7b\x80\x0d\x89\x52\xb4\x7a\x55\x44\x76\x50\x57\x82\xc7\x4e\x69\xc4\x41\x2f\xe4\x7e\x48\xc2\xc4\x79\x71\xaf\x8b\xf3\x27\xd7\x9b\x8f\xa7\x57\x0f\x35\x91\x6c\xc3\xb1\xfe\x9a\xcf\x06\x43\xb7\xaa\xf6\xdc\xa8\x67\x93\x54\xd0\xf5\x1a\x45\x51\x71\xac\x80\x01\x30\x34\xf9\x52\x79\x6e\x23\xbe\xf2\xc2\x32\x98\x9d\x0e\x76\xeb\xd1\x8b\x9f\x8f\x17\x17\xd7\xef\x6f\x3e\xbb\xef\x2f\xa6\xd3\x8f\xd9\xde\xd3\xb0\xff\x45\xba\xdc\x9f\x66\xa3\x82\x35\x7c\x9f\x5c\xb3\x2c\xa4\x91\xfe\xba\xfc\xa3\xf8\x51\x39\x27\xd0\xac\x24\x1d\x38\x7b\x42\x79\x6e\x0b\x47\x81\xf6\x9c\x31\x23\x82\xc4\x72\x67\xeb\x44\x60\x39\x78\xf0\x1b\xfa\x57\x78\x37\xe3\x41\xf9\xa9\xce\xb1\x38\x26\xac\xf6\xb0\x0b\xbd\x7e\x4c\xd7\x7a\xa1\x6e\x41\xce\x65\x58\x1b\xc8\x14\xa1\x0c\xc5\xd5\x63\x34\xa7\x88\x67\x42\xa3\x54\xe0\x8c\x47\xd4\xdf\x6a\xce\xa6\xc4\xb6\xe2\x71\x2f\x53\xa5\xc2\xb3\x72\x64\x55\xdf\xea\xdf\xee\x74\x57\x4d\x81\xb2\xb5\xf6\x3d\xdd\x79\xa0\xa2\x8b\x2c\x67\x70\x25\xa1\x77\x29\xdd\xba\xb1\x57\x4c\x53\xa4\x76\x3b\x07\x38\x34\xa7\x7b\x75\x3e\xbe\x7a\x6c\x36\x2b\x74\x70\x9e\x27\x60\x7a\x14\x8b\x26\x61\xcd\x39\x3e\xd4\xaa\x12\x14\x79\xfd\x11\xb7\x1e\xae\xea\xef\x00\x6e\x71\xeb\x54\xb9\x5e\x43\xa4\xdd\x71\x2d\x98\x72\x02\xf9\xfd\x71\xe5\x7c\xf5\xd9\xd8\xda\xf8\xf3\x77\x83\xd7\x46\xda\xff\x08\xc2\x1d\x5d\xff\x11\x10\x77\xa7\x84\x67\x63\x9c\xce\x86\x83\xe1\x85\xde\x91\x3f\x0d\x2e\xc7\xa3\xc1\xc2\xbd\xf9\xe0\xb9\xbf\xb4\xc7\xf0\x1e\xe1\xf2\xbc\x86\xb5\x39\x70\x0c\xc7\xa5\x87\x11\xdd\x20\x43\x29\x67\x82\x2f\xb1\xaa\x8e\x3e\x15\x9e\xa3\xaa\xeb\x98\x10\x15\x3a\xd0\x0f\x91\x44\x2a\xec\xe5\x67\xc0\xd2\xfb\x3a\xe9\xce\x56\x67\x54\x51\x12\x8d\x30\x22\xdb\x39\xfa\x9c\x05\xd2\x81\x37\x55\x99\x04\x05\xe5\x41\xf1\xf6\xa7\xea\x5b\x45\x63\xe4\xa9\xda\x0d\x6e\x94\xb9\x27\x54\xdc\xd2\x79\x21\xb7\x76\x51\xea\x66\x6d\xc8\xf5\xd6\x45\xff\x44\x0b\x7d\x27\x03\x15\x77\x1c\x55\xb0\x11\x8d\xa9\x92\x75\x05\x62\x8c\xb9\xd8\xea\xb0\x9a\xb8\x13\xcd\x04\x2f\xc7\x93\x71\xc6\x45\xea\x0c\x88\xee\xb8\x4f\x7d\xbf\x25\xa9\xe2\x31\x51\xd4\x77\x40\x6f\xfc\xcd\xbd\x45\xef\x93\x95\xfd\xe5\x51\x07\xfe\x2e\x02\xd8\x42\xc4\xe1\x39\xcc\x6d\x2f\xdf\x9a\x15\x00\x3f\xf1\x28\x8d\x71\x18\x11\xda\x3c\x77\xe5\x20\xf6\x6e\x7d\xbb\x9d\xd7\x5e\xc0\x4c\x78\x80\x85\x7d\x3d\x24\xc1\x67\x41\x15\x4e\x59\xc6\x41\x1b\xae\x14\xf8\x35\x45\x59\x76\xa3\x54\x5c\x98\x64\x7f\x71\xff\x69\x7a\x79\x3d\x71\x6f\x86\x83\xd9\x60\x38\x5e\x7c\xf9\x81\x57\x08\x9a\x26\x16\x17\x58\x25\x8e\xf8\x0c\xfd\x5b\x4e\xf3\x26\x14\x3a\xe5\xc4\x79\xf3\xe6\xf4\xa7\xdc\x89\xa5\xf3\x7c\xf1\x78\x1f\x61\xdc\xb3\xfe\x9f\xc1\xa6\x73\x33\x7d\x1f\x0e\xfd\x04\xc3\x3e\x95\x54\x1f\xa0\x67\x75\x96\xfd\x9d\x09\xea\x23\xc4\xf0\x49\x62\x7f\x80\xc2\x4e\xbe\xcc\x7f\xb9\xfc\x2b\xf1\x3b\x0b\xe8\x2f\x48\xee\x2c\xb0\xdc\x0f\xcf\x64\xd4\xcf\xe5\x20\x4f\x61\x0d\xca\x4f\xe6\xdc\xbf\x6d\xd9\x87\xeb\xe5\x22\x93\xaf\x6d\x93\x67\x8d\x68\x2c\xd7\x1c\x78\x12\x69\xa8\x2d\x72\x88\x34\xe8\x63\x67\x1d\x69\xeb\x91\x53\x2f\x63\xae\x83\x6a\xc7\x4c\xfd\xbc\x4b\x9b\x8f\xfc\xc6\xa3\x2c\x86\x3e\x8f\xfe\x7e\xdc\x76\xe3\x7c\x6c\x15\x85\x6e\x08\x67\xaf\xdf\xf5\x4e\x7b\xa7\xbd\x33\xe8\xa6\xcd\x5b\x67\xa8\xfd\xba\xa3\x86\x8f\xa1\x8b\x70\x3c\x77\x2f\xdd\xe1\x02\xce\x8e\x1f\xf7\xe1\xdb\x27\xbb\xe4\x8f\x31\x17\x6b\x82\x12\x7f\xb1\xbf\x8d\xd9\xaf\x27\x3c\x65\x75\xc7\xc6\xfa\xd9\xcc\x32\xb8\x0d\x11\xfd\x88\x2e\xfb\xc6\x4c\x7d\x9d\x3a\x95\xe5\x0e\xd7\xa4\x6e\x45\xde\x2e\x28\x9b\xd7\x61\x4f\x1b\x6e\xa8\x5f\x93\x6b\xd4\x2e\x2e\xf4\xa3\xab\xc7\x0b\xe5\x0f\xa5\x70\xd5\xdc\xf9\x5d\x7c\xcd\x4c\xe1\xbc\xed\xbd\xab\xbd\x79\xec\x9e\xee\x49\x64\x2e\xd1\x1a\xa2\x32\xea\x77\xa1\xd6\x1d\x44\xb3\x0e\x10\x29\xe9\x9a\xd9\x46\x20\x89\x22\xe0\x2b\xb3\x6b\xaf\x04\x67\x0a\x59\x00\x59\x43\x2a\x6b\x20\x06\xf6\x8a\xbc\xd4\x59\xec\x75\x00\xb2\x6e\x9c\x75\x87\xfe\xb7\x68\x7f\x65\x17\x11\x9a\xb5\x51\x81\x41\x61\xd9\xac\x7a\xee\xe5\xc0\x2d\x68\x77\xcd\xdd\xab\xdc\x3e\x70\x17\xa2\x40\x83\xb7\x64\x66\x9d\x45\x34\x40\xd9\x8a\xcc\x8c\xab\xc0\x33\xc6\x3d\x80\x71\xd7\x9b\xab\x81\xca\x78\x94\xb6\xd8\xec\x62\x66\x23\xcb\xdc\xda\x23\xa4\x12\x03\x78\xf9\xae\xf7\x06\xb8\x00\x4b\xc5\x5f\x35\xe0\xe8\x41\xd9\x1c\x05\xa0\xd2\xcd\xed\x01\x48\x47\xef\x7a\x6f\x8e\xea\x70\x26\xe4\x1b\x8d\xd3\x18\x88\xc9\x6a\x8d\xca\x16\x08\x63\x9e\xbc\xa5\x5b\xc4\x32\xf8\x84\x69\x98\x0d\x54\x13\x3b\xe8\x52\x97\x9c\x02\x56\xf9\x68\x74\x00\xd7\xdb\xb3\xd7\x13\xfa\x2c\x5c\xf6\x0b\x80\xe7\xa1\x82\x97\x66\xd4\xab\x3a\xba\x52\xf9\x7b\x2e\x46\x5b\x66\xc0\x06\x15\xd9\x10\x1a\x91\x65\x84\xb0\xe2\xc2\x90\x88\x13\xc0\xde\xba\x67\x87\x9e\xc0\xeb\x73\x5a\x87\x97\x8d\x1f\x92\x84\xf8\x54\x6d\x0b\x64\xb5\x03\xc9\x01\x58\x67\xe7\x0d\x50\x3a\xe8\xaf\xbd\xcb\x3c\x23\x05\x26\x5c\x52\xa5\xcd\x60\x3e\x9f\x30\x1f\x95\x54\xae\xaa\xcd\xd6\x01\x3e\x0f\x9a\xf6\x3b\xa7\x0a\xbc\xdd\x04\xd7\xde\x65\x81\xb1\xb5\x17\x72\x00\xe9\x53\xbe\x4f\xe8\xad\x69\x23\x5d\xe6\xa8\xb2\xca\xc1\x81\xc0\x52\x10\xe6\x87\x06\xc2\x09\x28\xb2\xd6\x89\xc2\x55\x88\x02\x04\xae\xb4\xca\x46\xbd\x92\xce\xd4\x3c\xb2\x67\x11\x81\xc0\xf8\xee\x6b\x10\xf3\x75\x03\x49\x23\x95\xcd\xba\x47\xfb\x15\x0a\x64\xa5\xe4\x6f\x6d\x15\x1d\x42\x6d\xbd\x10\x11\x45\x37\x68\x2e\x3e\xf4\xc3\xf2\xb7\x3d\x1a\x24\x55\x40\xa5\x81\x97\x35\x13\x05\xe7\xf6\x1c\xde\x54\xaa\x01\x74\x68\x5b\x5e\x30\xa2\xc2\x1c\x59\x76\x91\x54\x6a\x7f\xb5\xc5\x09\x9a\x73\x69\x60\x1a\xaf\xa6\xac\xab\x90\x28\xb8\xa3\x51\x04\x82\xa7\x0a\x73\xf8\x79\x1d\xc8\xba\xda\x27\x1a\x71\x84\x2b\x0b\x70\x19\x11\x76\x0b\xc4\x3a\xda\x0e\x5e\x16\xb6\xc5\xa0\x81\x76\x50\x0a\xbe\x8b\x6c\xe1\x02\x70\xb3\xf5\x5b\xc7\x7d\x6e\x02\x28\xdf\xa1\x33\x42\xdf\x03\x18\x40\x40\x57\x2b\xea\x6b\x87\x2a\x0e\xeb\x14\xa5\xcc\x3e\x67\x00\x64\x3a\xbc\x03\x20\x12\x12\x22\x0a\xbb\x6a\xd5\xee\x70\x19\x72\x7e\xab\x63\xbb\x07\x70\xc5\x95\x16\x16\xdb\xa4\x0d\xb9\x6d\x2e\xc1\xe7\x6c\x48\xf1\x49\x85\xd9\xc2\xe1\xf8\x57\xd2\xfd\xcf\xa0\xfb\xcf\xd3\xee\xdf\x7e\xbb\xff\xff\xd3\x07\x4d\xf1\xd6\xc8\x50\x98\x2f\xc4\xf0\x5b\x22\x50\x56\xaa\x76\x6b\x3b\x4b\xab\x5b\x5e\x73\x94\x5f\x17\x64\x77\x0f\xd5\x8d\x72\x5f\x5b\x61\x5f\x16\x5a\xea\x51\xb3\xe8\x71\xb1\x06\xb2\x35\x65\xe8\x98\x26\xec\x5a\xa0\xfc\x1a\x9d\x64\x04\x98\x0b\x90\x5f\x23\xaa\x10\x5e\x66\x9e\x7d\xd5\x3b\xae\xdb\xa7\x98\xc7\x35\xf3\x34\x51\x16\x8d\x8a\x47\xf1\xb5\x4e\xdb\xae\xfa\x23\x2a\x67\x70\xf7\x4e\x7a\x6d\x8f\x9e\xed\x6d\x8c\x47\x18\xc8\xde\x49\x67\xbb\xa3\x63\x4b\x70\x9c\xfd\xf4\x78\x70\x34\x9b\x17\x07\x0b\x63\xc4\xd9\x1a\x04\x61\x01\x8f\xb3\xa0\x6f\x56\x89\x22\x89\x75\xd8\x42\xde\x15\xc8\xf1\xfd\xeb\xee\xb7\xfb\xb7\x4f\x88\xda\xd6\xce\x45\x03\x9b\xbd\xd5\x07\x49\x22\x65\xf6\x43\x69\x67\x81\x90\xc8\x66\xa1\xcd\x91\x15\xc3\xe6\xb6\x19\xf0\x3b\xf3\xaa\xbd\x73\x51\x83\x78\xc1\xef\x80\xaf\x14\x32\x6d\x3f\x3f\x44\xff\x36\xfb\xd0\xc0\x9c\xb4\xa4\x22\x71\x22\x0d\xf2\x34\x09\x34\x13\x3b\xd1\x85\x59\xda\xd3\x57\x0f\x4e\x4d\x9d\xcb\xef\x1a\x75\xc9\xa1\x0c\xa6\x33\x9f\xf8\x21\xda\xd9\x74\xd9\x29\x0d\x07\xce\x00\x37\x28\xb6\xf9\x55\x64\xc3\x08\xf9\x68\x0f\x37\x24\xa2\x81\xad\x8f\x1f\x8c\x34\xf3\x77\x15\x7d\x7f\xcb\x23\x67\x79\xaf\x1b\x1c\x4f\x97\x7a\x3f\x95\x8a\xc7\x30\xe4\xb1\x2e\xf9\x02\x62\x2a\x04\x17\xd9\x96\x5e\xf5\x46\x4d\x72\x52\x96\x6c\xff\x40\xe1\x7f\x01\x00\x00\xff\xff\x0b\x6b\x03\x5a\x67\x2b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYaml, - "Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDancerExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x6d\x6f\xe3\xb8\x11\xfe\xee\x5f\x31\x38\x14\xd8\xb6\x88\xed\xcd\xb6\xdb\x5e\xf5\xcd\x6b\xfb\x12\x63\xe3\xd8\x90\x9d\x5e\xb7\x45\x61\x50\xd2\x58\x62\x43\x91\x3a\x92\x72\xe2\x5e\xf3\xdf\x8b\x21\x25\x59\xb2\x95\x74\xb7\xe8\xcb\x02\x1b\x24\xe4\x70\xf8\xcc\x33\x2f\x9c\x11\x2b\xf8\x1f\x51\x1b\xae\x64\x00\x16\xf3\x42\x30\x8b\x23\x55\xa0\x34\x19\xdf\xdb\x11\x57\xe3\xc3\xf5\xe0\x91\xcb\x24\x80\x6d\xb5\x3d\x10\x2c\x42\x61\x82\x01\x00\x2b\x8a\x00\x12\x26\x63\xd4\x43\x7c\x66\x79\x21\x70\x00\x8d\x9e\x8b\xad\x1c\x8d\x61\x29\x06\xf0\x8f\xe1\x00\x60\x9b\x21\xec\x95\x10\xea\x89\xcb\x14\x0c\xea\x03\x8f\xf1\x97\xe6\x57\x90\xb1\x03\x42\x84\x28\x21\xd6\xc8\x2c\x26\xc0\x25\x1c\x55\xa9\xa1\xd0\xea\x6f\x18\xdb\x00\x7e\xf1\xf3\xfd\x64\x39\x7f\x19\x0d\x06\x00\x3f\x28\x0d\xb9\xd2\x08\x5c\xee\x95\xce\x99\xe5\x4a\x02\x8b\x54\x69\xa1\x34\xa4\xda\x66\xdc\x34\xa0\xae\x80\xcb\x58\x94\x09\x6d\xac\x0a\x94\x1b\xb2\x13\x62\x25\x0d\x4f\x50\xbb\xc3\xe6\x0a\x0c\x22\x64\xd6\x16\x26\x18\x8f\x53\x6e\xb3\x32\x1a\xc5\x2a\x1f\x9b\x58\x28\x9d\x8e\x1b\xb3\xc6\x91\x50\xd1\x38\x67\xc6\xa2\x1e\x87\xf3\xc9\x6c\x39\x1f\xe5\xc9\x68\x90\xa3\x65\x09\xb3\xcc\x71\x24\xa5\xb2\x5e\x2f\xfd\x09\x90\xa0\x89\x35\x2f\xac\xe3\x7c\x22\xa1\x62\x07\x66\x4e\x2b\x71\x2a\x78\xec\xad\x78\xe2\x36\x03\xa9\x80\x74\x45\xcc\xe0\xa8\xd7\x58\xa7\x15\xfe\xcf\x26\x13\x02\x1e\x2b\x39\x15\xcc\x98\xc0\xfd\x3a\x2c\x50\x0b\xb7\xd1\x09\xa8\x84\x9b\x42\xb0\xe3\x50\xb2\x1c\x83\xca\xea\x1e\x29\x15\x97\x39\x4a\xcf\xdc\xb0\xd4\x22\xf8\x1a\x74\x97\x7a\x84\x92\xe9\xb0\x43\xf9\xb6\xcd\x0d\x24\xb8\xe7\x12\x0d\x68\x34\xaa\xd4\x31\x1a\x90\x88\x09\x26\x60\x15\x24\x78\x40\xa1\x8a\x9a\xdf\xda\x43\xe4\x89\xa4\xed\xa7\x36\xc1\x0c\xa2\x92\x8b\x84\xe8\xdd\xf3\xb4\xd4\x55\x38\xca\xce\x81\x4a\x63\x82\x85\x50\x47\xb2\xb2\x2b\x3e\x02\x58\x58\x48\x14\x81\x51\xb6\x52\x8e\xc0\x4e\x71\x70\x69\x67\xa1\xd5\x81\xdc\x39\xec\xd2\x1b\x62\x02\xb7\xcc\x5e\xc1\x42\xc6\x3d\xa7\x4c\x59\x14\x4a\xdb\x2e\xbf\x2c\x8e\xd1\x98\x91\xc6\x24\x63\x96\x68\x76\xe7\x2c\x4b\x4d\x00\x3f\x95\x3c\x7e\x34\x96\x69\x7b\x45\xde\xbd\x4a\x4e\xee\xeb\x2f\x1f\x11\x97\x09\x8b\x04\x06\xf0\xdd\x9e\x09\x83\xdf\x0d\x00\x3c\xb4\x8b\xba\x41\xcb\xa6\x60\x31\x06\x27\x90\x03\x15\x51\xc6\x9b\x60\x30\x84\x76\xad\x3a\x5c\x0f\x00\x7c\x5d\xda\xf8\xca\x31\x00\x68\xa7\x5d\x4f\xe2\x9d\xa5\xde\xfc\xb9\x50\x06\x8d\xf3\x8d\x50\x2c\x81\x88\x09\x82\x64\xc0\x66\xd8\x49\xc3\x42\x25\xc6\x69\xf0\xc0\xab\xe2\x33\x00\x30\x05\xc6\x5e\x37\xb1\x58\x5d\x33\xac\xc4\x9e\x30\xaa\xae\xa5\xcd\x00\xbe\x7f\xff\xfd\xfb\x6a\xc1\x32\x9d\xa2\x5d\x77\x97\x0d\x0a\x8c\xad\xd2\x35\xd8\xee\x65\xaf\x9a\x1f\xaa\xd2\x5e\x1a\xff\x3a\xd2\x4c\x19\x57\x40\x27\xeb\xf5\xdd\x62\x3a\xd9\x2e\x56\xf7\xbb\xd9\x6a\x39\x59\xdc\xbf\x78\x37\xaa\x1a\xc0\x39\xbd\xdf\x00\x6a\x91\xb3\x14\x37\x56\x23\xcb\xbf\xd9\x2f\x9f\x11\x0b\x03\x56\xb3\xf8\x11\xd4\x1e\xe2\x8c\xc9\x14\x0d\xbd\x01\xe7\x7e\xe1\x74\x4b\x8f\xb9\xaf\xc2\xfa\x44\xa9\x39\x75\xa9\xf6\xcd\xb0\x66\x55\xa1\xc8\xd4\x13\xd5\x06\x9f\xe5\x67\x88\x6a\xf7\xd6\x99\xc0\x44\x91\xb1\x6e\x3e\x3c\x31\x6e\x87\x7b\xa5\x87\x1a\x59\x72\x0c\xe0\x3b\xab\x4b\x97\x14\x6f\xf9\x4c\x95\xb6\x28\x6d\x0d\xeb\xe4\xa1\x1e\xba\xb7\x2c\x6d\x36\x3b\x0a\x03\x42\x64\x6c\x15\xad\xc6\x4e\x55\x9e\xf3\x46\xa7\x37\x34\x00\x4a\x6a\x18\x2e\x00\x9f\xad\xe0\xd1\x98\xfe\xd3\xd2\x47\x5a\x13\x3c\x02\x3b\xfe\xb5\x0f\x56\x57\x2c\xeb\xd3\xb1\x92\x16\x9f\xed\x8c\x6b\xba\x6e\xba\xba\xdf\xce\xff\xb4\xdd\xcd\x16\xe1\x4b\x25\x90\x9e\x6e\x02\xd0\xb8\x27\xb1\xcd\xea\x21\x9c\xce\x77\xe1\x7c\xbd\xda\x2c\xb6\xab\xf0\xcb\x2e\x9c\xff\xf0\xd2\x48\x95\x9a\xf7\x4b\x3d\x84\x77\xb5\x94\x3d\x16\x18\xc0\x0d\xf7\x56\x19\xab\x99\xc5\xf4\xd8\xd8\xe4\x30\x6e\xce\x56\x01\x50\x1e\x4e\x7f\xd4\xd9\x3a\x5d\x4f\xee\x77\xcb\x45\x18\xae\xc2\x66\x0f\xe0\xc0\x44\xe9\x28\x6c\x6d\x9f\x20\xee\xb5\xca\x83\x96\xf4\x9b\xce\xa8\xdd\x41\x74\x06\x1f\x47\x1f\x7e\x77\xb6\x53\x55\x3e\xef\xad\xcd\x7a\x32\x9d\x77\xad\xdc\x38\x6b\x7c\x8a\x6a\x9e\xa6\xa8\x9b\x7a\xe3\x05\xdc\xbd\x53\x97\x2d\x9d\x75\x1f\xef\x9d\x0d\xff\x82\x9e\xa0\x1b\x8c\x35\xba\xaa\x70\xb3\xd8\xde\x3e\x7c\xda\xfd\x38\xff\x74\xbb\x5a\x7d\xde\x6d\xe6\xd3\x70\xbe\xbd\xa0\xfb\xb6\x8c\x5e\x4f\xb2\x59\xf3\xaa\xfd\x67\x32\xcd\xbf\x92\x17\xc9\x4f\x0d\x63\xf5\xf2\xfc\x17\x32\x4e\xa3\xbb\xc9\x04\x70\xfd\x15\xc5\xb9\x2f\xfa\x3c\x59\xa1\x12\x82\xcb\xb4\xf3\x40\xd6\x12\x5d\x56\xe8\xdf\xa9\xb3\xee\x4d\xe1\xfe\xc4\xae\xa3\xbd\xc1\x5e\x67\x24\xe3\xb2\x09\x12\xef\xf7\x4e\xe4\x9f\x62\x7f\x3d\x0f\xef\x76\x93\xf5\x64\x7a\x3b\xff\xb0\x0b\xe7\x77\xab\xc9\xac\x25\xd5\xca\x82\x1e\xc1\x97\x96\xa4\xab\xc7\x01\xbc\x83\x77\xad\x45\xc1\x0f\x28\xd1\x98\xb5\x56\x11\x06\x1d\xbd\xd4\x70\xdc\xa0\xed\x2e\x02\x14\xcc\x66\x01\x8c\xcf\x57\xcf\x1f\xd1\xea\x4e\xc9\x2d\x67\x62\x86\x82\x1d\x37\x18\x2b\x99\x98\x00\x7e\xd3\x95\xb1\x3c\x47\x55\xda\xd3\xf6\x05\xc1\x17\xbd\x48\xfb\x56\xd3\xe5\xac\xa1\x76\xdd\x87\x88\x82\x8c\xff\xcf\xed\xfd\x6a\x73\x9b\x36\xb7\x0b\x42\xf0\x9c\x5b\x73\x0e\x2c\xc7\x5c\xe9\x23\x39\x7e\x39\x5f\x52\xe9\xbd\x5b\x2c\x17\x55\x35\x38\xaf\x41\xfc\x54\x7d\xd6\x4c\xb3\xbc\xa5\x8c\x95\x56\xd1\xa4\x12\x07\x40\xa9\x77\x19\xa3\xf7\x54\xfe\xda\x71\xfa\x8a\x3b\xfe\xad\x7a\xdb\xf3\xfc\xc1\xb7\x54\xcc\x82\xac\x41\xeb\x4c\x1d\xc2\xd9\x24\x81\xee\x12\x60\xc6\xf0\x54\xfa\xa1\x81\x09\x41\x6d\x0b\x95\xab\xbd\xa6\x77\x51\x26\x50\x35\xb1\xd5\xb0\x91\xf8\x5e\xa6\x35\x85\x50\x67\x5e\xf5\xed\xf7\x0e\x34\xfd\x6c\x1a\x65\xc2\x3f\x20\xd7\xfd\x54\x72\x8d\x49\xc3\x62\x95\x96\x67\x64\xf5\x60\x3c\x0d\x7d\xf7\xf5\x43\x03\x4f\x19\x6a\x74\x28\x5b\xfc\x51\x78\xf0\x04\x4d\x2f\x1e\x77\xae\x03\xca\xbd\x52\x6f\x20\x3b\x75\xf1\x67\xa0\x96\xec\x99\xe7\x65\x0e\x2c\x57\xa5\xb4\x44\x97\x0f\x35\x87\xa7\x09\x0b\x88\x99\x84\xd2\x5c\xb2\xb3\xf4\xc2\x77\x14\xb4\x0d\xa0\x76\x88\xbe\x81\xe9\xe3\xf5\x87\x25\xef\x23\xe9\x21\xbc\xab\xfd\xa6\xb1\x50\x86\x5b\xba\xc3\x4d\xe0\xee\xdb\x43\xe7\xed\x71\x39\x04\xb1\x4a\x2e\xc1\xdd\x70\x0b\xe1\x49\xc1\x43\x78\xd7\x40\xec\xed\x65\xde\xc0\xfa\x15\x03\xef\x28\xe5\x17\xec\x6e\xd0\x56\xe1\xa5\x68\x1c\xd5\x4c\xc6\x99\x43\x70\x45\x43\x1c\x28\x0d\xca\x66\xa8\xa9\x0f\x23\x8b\x9d\x75\x2d\x93\xb9\x5b\xf2\x2f\xb5\x46\x37\x81\xd6\x1f\x15\xdc\xb8\xcc\x4a\x61\x2b\xad\xaf\x18\xbf\x47\x8d\xb2\x15\x2b\xbd\x9d\xde\x5b\xa8\xbd\x13\x04\xb3\xfc\x80\xae\x3c\xd2\x62\xfb\x0b\x10\x81\xe4\x16\x78\x3d\x20\xfb\x13\x4a\xf9\xfc\xbe\x34\xea\x02\xe8\xd4\x77\xac\x30\xe3\xda\xbd\xeb\xc7\x06\x6c\xab\x7b\xed\x0b\x13\x74\x53\x63\xe2\xc6\x28\x97\xfb\x36\x63\x16\x9e\xb8\x10\xa0\x69\x12\xab\xe1\x57\xdf\x0a\xaa\xcf\x5a\x57\x04\x58\xe0\xde\xe3\x8b\x04\x93\x8f\xc0\xbc\x9b\xfd\xd9\xa8\xa1\x16\x93\x0b\xb0\x93\x56\xe8\xdd\x56\xf7\x36\x78\x2f\xe7\xb8\x73\xd8\x37\x2e\x7c\xea\x8a\x5d\x35\x7b\x23\x80\x09\x24\x7c\xbf\xe7\x31\xf9\xd3\x2a\x48\x4b\x34\x86\xda\x18\xf2\x35\x4a\x0a\xee\x04\x98\x81\x82\xe9\x86\x56\xb2\xec\x09\xa3\x4c\xa9\x47\x8a\xec\x11\xc0\xbd\xb2\x24\xac\x8f\x45\x1f\x72\xdf\x2b\xc2\x8f\xd5\x91\x8d\xbb\x7a\x50\x55\x72\x78\xf7\x17\x36\xfc\xfb\x64\xf8\xe7\xf7\xc3\x3f\xfc\xf5\xe7\xdf\xbe\x7f\xa1\xb6\x21\x45\x89\xda\x7d\x3c\xc4\xe7\x42\xa3\x31\x7e\xac\xf2\xb6\xf6\x76\xa7\xe7\xe6\x7e\x21\xd7\x7b\x23\xe1\x11\x8f\xb0\x57\x1a\x0e\xa8\xf9\xfe\x58\x07\x31\x97\x16\x53\xcd\xed\x91\x4c\xaa\x2a\x77\xac\xd4\x23\xef\xa9\x7c\x1e\x32\x7c\xc6\x63\x17\xb6\xc3\x7c\xfd\xe1\xf7\xff\x1a\xb4\x47\xb9\xfb\x3c\xff\xb2\xfb\x34\xd9\xcc\xdf\x8a\x7b\xdf\x9a\xd2\x6f\x28\x59\x24\xf0\xf4\x74\x52\x3a\x28\xe6\xbe\x30\x51\xb5\x54\x09\xdf\x73\x4c\x60\x4d\xe3\x5a\xae\x92\x52\xf4\x40\x77\x9b\x4b\xb7\x09\xa1\x3b\xde\x60\xea\xeb\xf8\x7a\x82\x3d\x2e\x8d\x55\xb9\x9b\x8d\x20\xe7\x5a\x2b\x5d\xd5\xb3\x6e\x2e\xb5\xa4\x96\x6d\xa9\xcb\xc9\xea\x9f\x01\x00\x00\xff\xff\x42\xb1\x38\xae\x6f\x16\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDancerExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDancerExampleYaml, - "Template.template.openshift.io/openshift/dancer-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDancerExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDancerExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/dancer-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x6d\x6f\x1b\x37\xf2\x7f\xaf\x4f\x31\x30\x0a\xb8\xfd\xff\x2d\xc9\x4e\x2e\x6d\x6f\x81\x7b\xa1\x48\x6a\x2c\xc4\xb2\x54\xc9\x6e\x2e\x57\x14\x02\xb5\x3b\x92\x78\xe6\x92\x5b\x92\x2b\x5b\x97\xf3\x77\x3f\xf0\x61\x57\xfb\x24\xd9\x4e\x13\xf4\x5e\x9c\x80\x04\x16\x39\x1c\xfe\xe6\x79\x48\x8a\x24\xf4\x17\x94\x8a\x0a\x1e\x80\xc6\x38\x61\x44\x63\x47\x24\xc8\xd5\x86\xae\x74\x87\x8a\xee\xf6\xa2\x75\x47\x79\x14\xc0\x8d\x9f\x6e\x31\xb2\x44\xa6\x82\x16\x00\x49\x92\x00\x22\xc2\x43\x94\xed\x78\xa7\x7e\x67\x6d\x7c\x20\x71\xc2\xb0\x05\x39\xb7\x03\x04\x31\x2a\x45\xd6\x18\xc0\xbf\xdb\x2d\x80\x9b\x0d\xc2\x4a\x30\x26\xee\x29\x5f\x83\x42\xb9\xa5\x21\x7e\xab\xbe\x83\x0d\xd9\x22\x2c\x11\x39\x84\x12\x89\xc6\x08\x28\x87\x9d\x48\x25\x24\x52\xfc\x13\x43\x1d\xc0\x37\x9f\xae\x7b\xe3\xe1\xe3\x19\x7c\xf3\x69\xd0\xbb\xe9\xbd\xed\xcd\x87\x8b\xf9\x70\xf6\xcb\xa8\x3f\x5c\xd8\x99\x4e\xab\x05\xf0\x93\x90\x10\x0b\x89\x40\xf9\x4a\xc8\x98\x68\x2a\x38\x90\xa5\x48\x35\xa4\xca\x6c\xaa\x37\x54\xe5\xa0\xcf\x80\xf2\x90\xa5\x91\x99\x98\x24\xc8\xe7\x46\x1b\x10\x0a\xae\x68\x84\xd2\x2e\x56\x67\xa0\x10\x61\xa3\x75\xa2\x82\x6e\x77\x4d\xf5\x26\x5d\x76\x42\x11\x77\x55\xc8\x84\x5c\x77\xbd\xd8\xf8\xd0\x5d\x32\xb1\xec\xc6\x44\x69\x94\xdd\xd9\xb0\x37\x18\x0f\x3b\x71\xd4\x69\xc5\xa8\x49\x44\x34\xb1\x9a\xe4\x5c\x68\xc7\xd7\x7c\x05\x88\x50\x85\x92\x26\xda\x5a\xc6\xea\xc8\x7c\x7a\x1c\xbc\x02\x61\x60\xd9\x1b\x13\x30\x1a\x3a\x71\xee\xa9\xde\x00\x81\xf1\x6e\xfe\xf3\x15\x18\xce\x4b\xa2\xb0\xf3\xdf\x28\xba\x17\xe7\x43\x6f\x76\x3d\xba\x7e\x17\x40\x8f\xef\x2c\x60\x50\x5a\x48\x8c\xe0\x9e\x32\x06\x4b\x04\x26\x94\x86\x34\x11\x1c\x12\x11\x19\x9d\x68\x99\x86\x06\x42\x07\x26\x9c\xed\x20\x55\x58\x46\x0f\x2b\x21\x41\xa3\xd2\x94\xaf\x3b\x76\x17\x1a\x0a\xde\x67\x44\xa9\xc0\xfe\xd9\x4e\x50\x32\x3b\x51\xf2\xf2\x88\xaa\x84\x91\x5d\x9b\x93\x18\x83\x4c\xb7\xff\xef\x55\xf9\xed\x30\xd9\x60\x8c\x92\xb0\xef\x1a\x56\x8a\x30\x8d\x91\x3b\xe3\xb5\x53\xc9\x82\xe7\x28\xa6\xce\x87\x09\xbe\x6e\x97\xac\x7e\x53\x12\x2c\xc2\x15\xe5\xa8\x40\xa2\x12\xa9\x0c\x51\x01\x47\x8c\x30\x02\x2d\x20\xc2\x2d\x32\x91\x78\xad\x92\x0c\xbf\x31\x7f\x54\xf4\x90\xa2\x6d\x09\x2c\x53\xca\x22\x63\xd9\x15\x5d\xa7\xd2\x13\x14\xfd\x29\xc2\x84\x89\x9d\x11\xce\x73\xae\xd2\xf2\x28\x77\xb3\x02\x71\x99\xac\xe3\xa2\x3b\xa7\xa3\xca\x1b\xd9\xf3\xa4\x1c\xb8\x33\x8b\xa2\x4a\x9b\xe5\x66\x9a\xac\xf1\x0c\x94\x70\xc6\x2d\xf1\x03\xb5\x11\x29\x8b\x8c\x77\xa4\x46\x3c\x63\x70\x7c\x48\x50\x52\x6b\x05\xe6\xd9\x26\xa9\x4c\x84\x42\x05\x82\xb3\x5d\xa7\xae\xee\x44\x8a\xad\x71\xe8\x76\xd9\xf2\x33\x8c\xe0\x92\xe8\x33\x18\xf1\xb0\x61\x95\x4a\x93\x44\x48\x5d\x36\x33\x09\x43\x54\xaa\x23\x31\xda\x10\x6d\xac\x6d\xd7\x69\xb2\x56\x01\xfc\x9e\xd2\xf0\x4e\x69\x22\xf5\x99\x71\xbc\x33\xe7\x00\x8e\xa0\x31\xdd\x2e\x29\x8f\xc8\x92\x61\x00\x27\x2b\xc2\x14\x9e\xb4\x00\x1c\xb4\x03\x79\xd6\x4c\xaa\x84\x84\x18\xec\xa1\xb6\xc4\xd2\xe4\x46\x15\xb4\xda\x50\xcc\xf0\xdb\x8b\x16\x80\xcb\xe6\x73\x0c\x25\x1a\xbb\x16\xb3\x50\xb6\x95\x4f\xa9\x2d\x00\xa5\x25\xe5\xeb\x41\x3e\x9f\x99\xb1\x9d\x10\xa5\xee\x85\x8c\x82\x62\xda\x9d\xf6\xe6\xf3\x0f\x93\xd9\xe0\xb1\x4c\x9b\x2a\x94\x25\xba\xdb\xf9\x70\xe6\x68\xee\x70\x67\x48\xcc\xec\x7c\xd8\x9f\x0d\x6f\x16\xef\x87\x1f\x17\x86\xe8\xf1\x18\x76\x5b\x1f\x6a\xe0\x6b\x49\xb4\x92\x46\x87\x0f\xce\x25\x8c\xdf\x32\x41\x22\x58\x12\x66\x94\xaa\x40\x6f\xb0\xe4\xf9\x89\x88\x94\xe7\xe0\x8b\x51\x87\xb0\x64\x43\xca\xb6\x8a\x30\x41\x1e\x21\x0f\x29\xaa\x00\x4e\x7f\xfd\x74\x62\xd4\x77\x12\xc0\xc9\xa1\x52\x74\x72\xe6\xb9\x02\x9c\x18\x59\x0c\xad\x97\xe6\xe4\xf1\xb7\xd3\x66\x13\x24\x18\x3a\x71\x8c\xeb\x79\xc9\xda\x9e\xec\x1e\x97\x99\xc3\x0b\xa9\x03\xf8\xf1\xfc\xc7\x73\x3f\xa0\x89\x5c\xa3\x9e\x96\x87\x15\x32\x0c\xb5\x90\x99\x7e\xca\x9b\x1d\xd4\xf8\x4c\xa4\xba\xae\xef\xc3\x48\x37\x42\xd9\xca\xdc\x9b\x4e\xaf\x46\xfd\xde\xcd\x68\x72\xbd\x18\x4c\xc6\xbd\xd1\xb5\x33\xbb\x16\x19\x80\xaa\x45\x5f\x00\x6a\x14\x93\x35\xce\xb5\x44\x12\xbf\xd8\x15\xde\x23\x26\x0a\xb4\x24\xe1\x1d\x88\x15\x84\x1b\xc2\xd7\xa8\x4c\x32\xaa\xba\x02\x35\xbb\x34\x88\x7b\x10\xd6\x5b\x93\x56\xfb\x36\x65\xbd\x18\xd6\xc0\x27\xf9\x8d\xb8\x37\x79\xdd\x65\xe8\x0a\xa2\xcc\xbc\x59\xfa\x68\x70\xcc\x7b\x42\x75\x7b\x25\x64\x5b\x22\x89\x76\x01\x9c\x68\x99\xda\x4c\x72\xcc\x66\x22\xd5\x49\xaa\x33\x58\x7b\x0b\x35\xa8\xfb\x86\xac\xf3\xc9\x12\xc3\xc0\x20\x52\xda\x7b\xab\xd2\x7d\x11\xc7\x34\xe7\xe9\x04\x0d\xc0\x64\x42\x68\x8f\x00\x1f\x34\xa3\xcb\xae\xf9\x67\x86\xde\x98\x31\x46\x97\xa0\xbb\xff\xe7\x9c\xd5\x16\xba\x60\x5f\x7c\x34\x3e\xe8\x01\xb5\xb9\xa4\x3f\xb9\xbe\x19\xfe\xfd\x66\x31\x18\xf9\x4c\x02\xb0\xde\xef\x04\x20\x71\x65\x93\xca\xe4\x76\xd6\x1f\x2e\x66\xc3\xe9\x64\x3e\xba\x99\xcc\x3e\x2e\x66\xc3\x9f\x1e\x73\xaa\x54\xd2\x66\xaa\xdb\xd9\x55\x46\xa5\x77\x09\x06\xf0\x8e\x3a\xa9\x94\x96\x44\xe3\x7a\x97\xcb\x64\x31\xce\x2b\xa3\x00\xc8\xb7\xfb\x2f\x59\xb4\xf6\xa7\xbd\xeb\xc5\x78\x34\x9b\x4d\x66\xf9\x1c\xc0\x96\xb0\xd4\xaa\xb0\x30\xbd\x87\xb8\x92\x22\x0e\x0a\xd4\x47\x8d\x91\x99\xc3\xa8\x33\x78\xd3\x79\xf5\x7d\x65\xc6\x17\x0a\x67\xad\xf9\xb4\xd7\x1f\x96\xa5\x9c\x5b\x69\x5c\x88\x4a\xba\x5e\xa3\xcc\xf3\x8d\x23\xb0\xfb\xf6\x6d\xb4\x94\xc6\x9d\xbf\x97\x26\x5c\xf7\xb3\x87\xae\x6c\xc5\x31\x9b\xbf\x1b\xdd\x5c\xde\xbe\x5d\x7c\x18\xbe\xbd\x9c\x4c\xde\x2f\x5c\xe2\xaf\xa9\xfb\x32\x5d\x1e\x0e\xb2\x41\xde\x6d\x7c\x99\x48\x73\xdd\x4b\x2d\xf8\x4d\xf2\xf7\xe5\xfa\x2b\x44\x9c\x44\xbb\x93\x0a\xe0\xe2\x19\xc9\xb9\xc9\xfb\x9c\xb2\x66\xe8\x0e\x47\xa5\xb6\x22\x23\x29\xab\xc5\x7c\xf6\xe7\xb7\xc6\x18\x6e\x8e\xec\xcc\xdd\x73\xf0\x59\x48\x12\xca\x73\x2f\x71\x86\x2f\xb9\xfe\xde\xf9\x1b\x2b\x62\x81\xae\x10\x08\xcd\xc5\xb3\x81\xe7\xf8\xe3\xfc\xe7\x2b\xdb\x4e\xd4\x19\xfd\x54\x09\x9c\xbd\x0f\xbe\xc7\xdd\x0c\x57\xd5\x39\xdb\x8c\x04\xe5\xae\xa5\x46\xd2\xac\xa9\x2a\xa0\xac\x0f\xfa\xf2\xa0\xb2\xb6\xeb\x33\x81\x65\x8a\x7d\x42\xed\x87\x98\x54\x5a\xb4\x2f\x26\x9e\xef\x02\x5f\x2c\xd4\x74\x38\xbb\x5a\xf4\xa6\xbd\xfe\xe5\xf0\xd5\x62\x36\xbc\x9a\xf4\x1a\x54\x6e\x18\x34\x10\x16\xf9\xd9\x1a\x1f\xc0\x29\x9c\x16\x06\x19\xdd\x22\x47\xa5\xa6\x52\x2c\xb1\x0c\xdc\x74\xfe\xef\x50\x57\xa5\x49\x88\xde\x04\xd0\xdd\x20\x61\x7a\x53\x9d\xab\xb6\x67\x7e\x67\x4e\x35\x25\x6c\x80\x8c\xec\xe6\x18\x0a\x1e\xa9\x00\x5e\x97\x69\x34\x8d\x51\xa4\x7a\x3f\x5d\x8b\xdc\x03\x47\x83\xe2\xde\xaa\x1c\x92\x79\xe4\x4e\x9b\x70\x99\x24\x46\xff\x24\xd9\x9f\x2d\x7a\x7e\x10\x2e\x43\x61\x34\xa6\x5a\x55\xe1\xc5\x18\x0b\xb9\x33\xae\x30\x1e\x8e\x4d\x81\xbf\x1a\x8d\x47\xbe\xe6\x54\x2b\x1d\xdd\xd7\xb8\x29\x91\x24\x2e\x30\x23\xa9\x16\x31\xd1\x34\x0c\xc0\x24\xf8\x7a\x22\xbc\x36\x45\xb6\x98\x0c\x8f\x9a\xe6\xb3\x6a\x7b\x43\xab\x05\x2f\xa9\xce\x5f\xed\x58\xa5\x8b\xc7\xfc\x42\xe5\xcc\x60\x1f\xcc\xea\x47\x4f\x38\x56\x73\xa5\x33\xce\xeb\xd7\xe7\xdf\x37\x9c\x71\xf2\xe1\x43\x65\xf4\xc0\xfe\x7f\x46\x8f\x91\xa9\xe9\xcb\x74\x16\xcf\x50\xec\x73\x5b\x8d\x23\x95\xf7\x2b\xf7\x1e\x4f\xd4\xfc\x67\x91\xfd\x81\xee\xe4\x7f\x9d\xc4\xcb\x80\x7d\x66\x27\xf1\xd2\x4a\xfb\xac\xfa\x18\x26\x73\x11\xde\x35\xd4\xa4\x6a\xba\xf0\xf4\x95\xa2\x72\x51\xf3\xc6\x62\xce\x81\x67\x15\xd0\xca\x26\xc7\x0a\x28\x3e\x14\x9d\xd4\x7d\x42\x11\xc7\x84\x47\xd5\xe1\x36\x74\x97\x94\x77\x55\xb5\xa0\xb6\xa1\x4d\xeb\x43\x61\x6d\xc8\xfb\xd0\x87\xc1\xdf\x4e\x9b\x6e\xe9\x4e\x9d\xa0\xd0\xde\xc0\xc5\xab\x1f\x3a\xe7\x9d\xf3\xce\x05\xb4\xd3\xe6\x9b\xba\x12\xe7\x41\xcd\xc6\xd0\x46\x38\x9d\x0f\xaf\x86\xfd\x1b\xb8\x38\x7d\xda\x86\x6f\x9e\x6d\x92\x3f\x56\xe7\x9d\x0a\x0a\xd5\xde\x7d\xb6\x82\xa5\x31\x8e\x45\xca\xab\x86\x8d\xcd\xd8\xd4\x75\x33\x5b\x22\xed\xed\x84\x55\x53\xd7\x84\x4e\x69\xbb\xac\xf9\x2a\x0c\x3b\xbe\xe5\x84\x13\x27\x7a\x67\x6f\x2d\x3e\x3d\x36\x74\x6e\x7e\xf1\x57\x6d\x42\xca\xfe\xfc\x59\x5d\x87\x65\x11\xbc\xe9\xfc\x50\x99\x79\xea\x46\xe1\x59\x2d\x49\x62\x24\x44\x6d\xc5\x6f\x43\xe5\x11\x04\xed\x3e\x40\x94\xa2\x6b\xee\xde\x3b\x08\x63\x20\x56\xb6\x92\xae\xa4\xe0\x1a\x79\x04\xfe\xca\xdb\xbf\x93\x44\xee\x2a\xaf\xf0\x80\xd2\x69\x01\xf8\xbb\xfe\x6b\x2b\x91\xf9\x3f\xbf\x5c\xf7\x67\x51\x89\xbf\xa7\x54\x62\x94\x6b\xd6\x67\xb4\xc6\x2e\xae\x01\xe9\xfe\xc1\xec\x3a\xd3\x0d\xdc\x6f\x50\xa2\xc5\x5a\x50\xb1\xf1\x6a\x1a\xa1\x6a\x44\x65\xd7\x95\xa0\x59\xc5\x1e\xc1\xb7\xbf\xf9\xaf\x80\x1a\x93\x07\x1a\xa7\x31\x10\xeb\xd6\x46\x69\x2e\x42\x2c\x9e\x29\x4a\x96\xbd\x15\xe5\xce\x03\x21\xe1\x90\xaa\xba\xbe\xc6\x6e\xe1\x95\x89\xbb\x1c\x5c\xb1\x9b\x3e\x82\xef\xcd\xc5\xab\x31\x7d\x11\x36\xf7\xf2\xf6\x32\x54\xf0\xad\x5d\xf5\x5d\x15\x5d\x21\x07\xbc\x14\xa3\x31\xea\xed\xec\x2a\xf3\x36\x89\x89\x50\x54\x9b\x1d\xed\x63\xab\x7d\x89\x2e\x5d\x18\xd9\x54\x05\xa1\x88\xea\x50\xdf\x51\x0d\xb3\x3d\x83\xdb\xd9\x55\x0e\xb4\xf1\x02\xf2\x08\xd6\x67\xbc\x30\x76\xd6\xb4\xe6\x0d\x73\xd4\x3e\x28\x04\x10\x58\x4a\xc2\xc3\x8d\x45\x70\x06\x9a\xac\x41\x48\x10\x7a\x83\x12\x24\xae\x8c\xc4\x56\xba\x82\xc8\xd4\x0e\xb9\xd6\x57\x22\x70\xb1\x7f\x40\xb6\xef\x93\x24\x65\xda\x73\x3d\x20\xfc\x0a\x25\xf2\x82\x6f\x37\x5e\xcf\x1e\x43\xed\x8c\xc0\x88\xa6\x5b\xb4\x67\x4e\x33\x58\xfc\x3d\x80\x01\x49\x35\x50\x65\xe1\xf9\xfb\x7c\x29\x84\x3b\x28\xd5\x85\xaa\x01\xed\xbb\x6b\x66\x18\x50\x69\x3b\xe4\x5d\x0e\xb6\x70\xe5\xdc\xe4\x26\x68\x8f\x41\x91\x7d\xfb\xb0\x19\x4b\x6f\x88\x76\x2f\xd9\x52\xa4\x1a\x33\xf8\x3e\xe0\xfc\xbb\xd2\x99\x01\xcc\x70\xe5\xf0\x2d\x19\xe1\x77\x40\x9c\x99\xf3\x57\x70\xaf\x5a\x8c\x6a\x60\x7b\x05\xd7\xbb\xf4\xfb\xe6\x78\xeb\x8f\x2f\x55\xd8\xef\xac\xfb\x64\xb5\xc7\xb7\x8f\x1d\x80\x1e\x44\x74\xb5\xa2\xa1\xb1\xa7\x16\xb0\x4e\x51\x29\xff\x14\x08\xc8\x8d\x73\x47\x40\x14\x24\x44\xe6\x6a\x35\x92\xdd\xe3\x72\x23\xc4\x9d\xf1\xec\x0e\xc0\xb5\xd0\x86\x58\xee\x92\x26\xe4\xee\x82\x17\x3e\xf8\x25\xf9\x73\xa4\x2d\x4e\x70\xfa\x2b\x69\xff\xab\xd7\xfe\xc7\x79\xfb\xaf\xbf\x7d\xfa\xcb\xf9\xa3\x69\x28\xd6\xc8\x51\xda\x1f\x94\xe0\x43\x22\x51\x29\xf7\x16\xe2\x64\x6d\xbc\x52\x36\xe2\x16\xf7\x1c\x64\x87\x53\x7f\xd2\x2d\x97\x80\x43\xf7\x93\x87\x6b\x82\x3f\xc3\x1d\xda\xe5\x56\xa1\xf4\x06\x71\x52\x99\x73\xc0\xaf\x99\x54\xaf\x1f\x9f\x92\xa9\xd4\x84\x1d\xdc\x65\xba\xef\xe3\x1b\x74\xf7\xe3\xd3\xaa\xab\xf5\x85\x07\xb7\x6a\x56\xd7\x13\x6a\x52\xb6\x58\x46\xcb\x63\x51\xed\xce\xb4\xe6\x2f\xe4\x64\xc9\x70\xdf\xe2\x98\x60\x17\xc4\xfe\x60\xc1\xd4\x07\x11\xd1\x15\xc5\xc8\x55\xae\x58\x44\x29\x6b\x28\xa1\x76\x72\x6c\x27\x61\x66\x97\xe7\xa0\x9b\x2e\x0c\x2b\xb8\x3e\x9a\xfc\xe0\x22\xc1\x9c\x98\xec\xef\x0b\xb6\x28\xe9\x6a\x97\x65\x3a\xca\x35\xae\x25\xd5\x3b\x03\xc9\x37\x25\xa1\x10\x77\xb4\x01\x8b\xf3\x6b\x78\x8f\xbb\xb2\x7d\xac\x71\x2e\x5e\xfd\xf0\xb4\x79\xaa\x77\xae\x0d\x99\x27\x4c\x95\x16\xb1\x7d\x5d\x82\x98\x4a\x29\xa4\x2f\x2e\xe5\xc4\x56\xa0\x1a\x17\xa9\xea\x6f\x53\xff\x09\x00\x00\xff\xff\x77\xb9\xc4\x1e\x16\x26\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYaml, - "Template.template.openshift.io/openshift/dancer-mysql-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/dancer-mysql-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5f\x6f\xdb\x38\x12\x7f\xf7\xa7\x18\x04\x0b\x64\xf7\x2e\xb6\x93\xf6\xba\xbb\x27\xe0\x1e\x5c\x5b\x9b\x18\x8d\x63\xaf\xec\xb4\xd7\x5b\x2c\x0c\x4a\x1a\xdb\xbc\x48\xa4\x96\xa4\x9c\xf8\x7a\xf9\xee\x07\x92\x92\xac\x7f\x4e\x9c\x6e\x8b\xbe\x9c\x81\x16\x31\x39\x24\x7f\xf3\x7f\xc8\x31\x49\xe8\x7b\x14\x92\x72\xe6\x80\xc2\x38\x89\x88\xc2\x1e\x4f\x90\xc9\x0d\x5d\xa9\x1e\xe5\xfd\xed\x45\xe7\x8e\xb2\xd0\x81\x45\x36\xdd\x89\x88\x8f\x91\x74\x3a\x00\x24\x49\x1c\x08\x09\x0b\x50\x74\xe3\x9d\xfc\x23\xea\x26\x7a\x33\xa9\x90\xa9\x0e\x14\x1b\x1e\xa6\x89\x51\x4a\xb2\x46\x07\xfe\xdb\xed\x00\x2c\x36\x08\x2b\x1e\x45\xfc\x9e\xb2\x35\x48\x14\x5b\x1a\xe0\xf7\xf2\x07\xd8\x90\x2d\x82\x8f\xc8\x20\x10\x48\x14\x86\x40\x19\xec\x78\x2a\x20\x11\xfc\xdf\x18\x28\x07\xbe\xfb\x74\x33\x98\xb8\x8f\x67\xf0\xdd\xa7\xd1\x60\x31\x78\x3b\x98\xbb\xcb\xb9\xeb\xbd\x1f\x0f\xdd\xa5\x99\xe9\x75\x3a\x00\xbf\x70\x01\x31\x17\x08\x94\xad\xb8\x88\x89\xa2\x9c\x01\xf1\x79\xaa\x20\x95\xfa\x50\xb5\xa1\xb2\xc0\x7d\x06\x94\x05\x51\x1a\xea\x89\x69\x82\x6c\xae\x65\x02\x01\x67\x92\x86\x28\xcc\x62\x79\x06\x12\x11\x36\x4a\x25\xd2\xe9\xf7\xd7\x54\x6d\x52\xbf\x17\xf0\xb8\x2f\x83\x88\x8b\x75\x3f\xe3\x1c\x1f\xfa\x7e\xc4\xfd\x7e\x4c\xa4\x42\xd1\xf7\xdc\xc1\x68\xe2\xf6\xe2\xb0\xd7\x89\x51\x91\x90\x28\x62\xe4\xc9\x18\x57\x76\x5f\xfd\x15\x20\x44\x19\x08\x9a\x28\xa3\x9f\x01\x03\x7c\x20\x71\x12\x21\x8c\xcc\xae\x5a\xfe\x11\x0d\x2c\x17\xf7\x54\x6d\x80\xc0\x64\x37\xff\xf5\x1a\xf4\x86\x3e\x91\xd8\x6b\xe5\xd8\x6c\x0d\xdf\x98\x6f\x8d\x80\x06\x9c\x0d\x23\x22\xa5\x63\xfe\xd4\x96\x11\x99\x89\x8a\x05\x86\x54\x26\x11\xd9\x75\x19\x89\xd1\xc9\x59\xff\xab\xe5\xb4\x85\x9a\x07\x69\x8c\xcc\x8a\xb1\x9b\x8a\xc8\x39\x06\x65\x73\x9f\x88\xb3\x75\xb7\x22\xff\x45\x59\x46\x10\xe2\x8a\x32\x94\x20\x50\xf2\x54\x04\x28\x81\x21\x86\x18\x82\xe2\x10\xe2\x16\x23\x9e\xe4\x72\xce\x31\x6b\x8d\x84\x65\xa5\x95\x05\x4d\xc0\x4f\x69\x14\x6a\x31\xaf\xe8\x3a\x15\x19\x41\x59\xc5\x21\x26\x11\xdf\xc5\xd6\xb9\xf4\xa7\x4e\xcb\xc2\x42\xf3\x25\xe2\x2a\x59\xaf\xc9\x6a\x22\xf8\x56\x6b\xb6\x5b\x95\xb4\x87\x21\x5c\x11\x75\x06\x63\x16\xb4\xac\x92\x69\x92\x70\xa1\xaa\x22\x26\x41\x80\x52\xf6\x04\x86\x1b\xa2\xb4\xa4\xcd\x3a\x45\xd6\xd2\x81\x3f\x52\x1a\xdc\x49\x45\x84\x3a\xd3\x8a\x3e\xb3\xc2\xb7\x04\xad\xa1\xc7\xa7\x2c\x24\x7e\x84\x0e\x9c\xac\x48\x24\xf1\xa4\x03\x60\xa1\x1d\x8e\x39\x7a\x5e\x26\x24\x40\x67\x8f\xb6\xc3\x7d\x1d\x24\xa4\xd3\xe9\x42\x39\xe0\x6d\x2f\x3a\x00\x36\xb8\xcd\x31\x10\xa8\xd7\x97\xdd\x31\x3f\x2d\x8b\x2d\x1d\x00\xa9\x04\x65\xeb\x51\x31\x9f\x4b\xbb\x9b\x10\x29\xef\xb9\x08\x9d\x72\xfc\x99\x0d\xe6\xf3\x0f\x53\x6f\xf4\x58\xa5\x4d\x25\x8a\x0a\xdd\xed\xdc\xf5\x2c\xcd\x1d\xee\x34\x89\x9e\x9d\xbb\x43\xcf\x5d\x2c\xdf\xb9\x1f\x97\x9a\xe8\xf1\x29\xec\x26\x50\x36\xc0\x37\xa2\x49\x2d\x9e\xb8\x0f\x09\x97\x28\x8d\xd9\x44\x9c\x84\xe0\x93\x48\xcb\x55\x82\xda\x60\xc5\xf0\x12\x1e\xca\x6c\x87\x2c\x2a\xf7\x48\x94\x6c\x48\x55\x5d\x21\x26\xc8\x42\x64\x01\x45\xe9\xc0\xe9\x6f\x9f\x4e\xb4\xf8\x4e\x1c\x38\x39\x14\x93\x4f\xce\xb2\x5d\x01\x4e\x34\x2f\x9a\x36\xe3\xe6\xe4\xf1\xf7\xd3\x76\x15\x24\x18\x58\x76\xb4\xf5\x65\x9c\x75\x33\xb2\x7b\xf4\xb3\x1d\xf5\xa4\x03\x3f\x9f\xff\x7c\x9e\x0d\x28\x22\xd6\xa8\x66\xd5\x61\x89\x11\x06\x8a\x8b\x5c\x3e\xd5\xc3\x0e\x4a\xdc\xe3\xa9\x6a\xca\xfb\x30\xd2\x0d\x97\x26\x45\x0d\x66\xb3\xeb\xf1\x70\xb0\x18\x4f\x6f\x96\xa3\xe9\x64\x30\xbe\xb1\x6a\x57\x3c\x07\x50\xd7\xe8\x0b\x40\x8d\x63\xb2\xc6\xb9\x12\x48\xe2\x17\x9b\xc2\x3b\xc4\x44\x82\x12\x24\xb8\x03\xbe\x82\x60\x43\xd8\x1a\xa5\xce\xb2\x75\x53\xa0\xfa\x94\x16\x76\x0f\xc2\x7a\xab\xa3\xda\xd0\x44\xa0\x17\xc3\x1a\x65\x31\x76\xc3\xef\x75\x58\xb5\x01\xb2\x86\x28\x57\x6f\x1e\x41\x5a\x0c\xf3\x9e\x50\xd5\x5d\x71\xd1\x15\x48\xc2\x9d\x03\x27\x4a\xa4\x26\x98\x3c\xa5\x33\x9e\xaa\x24\x55\x39\xac\xbd\x86\x5a\xc4\xbd\x20\xeb\x62\xb2\xb2\xa1\xa3\x11\x49\x95\x59\xab\x54\x43\x1e\xc7\xb4\xd8\xd3\x32\xea\x80\x0e\x86\xd0\x1d\x03\x3e\xa8\x88\xfa\x7d\xfd\x4f\x0f\xbd\xd1\x63\x11\xf5\x41\xf5\xff\x62\x8d\xd5\xe4\x19\x67\x1f\xfb\x15\x3e\xa8\x11\x35\xb1\x64\x38\xbd\x59\xb8\xff\x5c\x2c\x47\xe3\x2c\x92\x00\xac\xf7\x27\x01\x08\x5c\x99\xa0\x32\xbd\xf5\x86\xee\xd2\x73\x67\xd3\xf9\x78\x31\xf5\x3e\x2e\x3d\xf7\x97\xc7\x82\x2a\x15\xb4\x9d\xea\xd6\xbb\xce\xa9\xd4\x2e\x41\x07\x2e\xa9\xe5\x4a\x2a\x41\x14\xae\x77\x05\x4f\x06\xe3\xbc\x36\x0a\x80\x6c\xbb\xff\x92\x7b\xeb\x70\x36\xb8\x59\x4e\xc6\x9e\x37\xf5\x8a\x39\x80\x2d\x89\x52\x23\xc2\xd2\xf4\x1e\xe2\x4a\xf0\xd8\x29\x51\x3f\xa9\x8c\x5c\x1d\x5a\x9c\xce\x9b\xde\xab\x1f\x6b\x33\x59\xa2\xb0\xda\x9a\xcf\x06\x43\xb7\xca\xe5\xdc\x70\x63\x5d\x54\xd0\xf5\x1a\x45\x11\x6f\x2c\x81\x39\x77\x68\xbc\xa5\x32\x6e\xed\xbd\x32\x61\x8b\x8f\x3d\x74\x69\x32\x8e\x3e\xfc\x72\xbc\xb8\xba\x7d\xbb\xfc\xe0\xbe\xbd\x9a\x4e\xdf\x2d\x6d\xe0\x6f\x88\xfb\x2a\xf5\x0f\x3b\xd9\xa8\x48\xf6\x5f\xc6\xd3\x6c\xf1\xd0\x70\x7e\x1d\xfc\xb3\x8c\xfd\x15\x3c\x4e\xa0\x39\x49\x3a\x70\x71\x44\x70\x6e\xb3\x3e\x2b\x2c\x0f\xed\x2d\xa1\x52\x59\xe4\x24\x55\xb1\xe8\xcf\xfe\x3a\xd3\xea\xc3\xed\x9e\x9d\x9b\x7b\x01\x3e\x77\x49\x42\x59\x61\x25\x56\xf1\x15\xd3\xdf\x1b\x7f\x6b\x46\x2c\xd1\x95\x1c\xa1\x3d\x79\xb6\xec\x39\xf9\x38\xff\xf5\xda\x94\x13\xcd\x8d\x7e\xa9\x39\xce\xde\x06\xdf\xe1\xce\xc3\x55\x7d\xce\x14\x23\x4e\xb5\x6a\x69\x90\xb4\x4b\xaa\x0e\x28\xaf\x83\xbe\x3c\xa8\xbc\xec\xfa\x4c\x60\xb9\x60\x9f\x11\xfb\xa1\x4d\x6a\x25\xda\x17\x63\x2f\xab\x02\x5f\xcc\xd4\xcc\xf5\xae\x97\x83\xd9\x60\x78\xe5\xbe\x5a\x7a\xee\xf5\x74\xd0\x22\x72\xbd\x41\x0b\x61\x79\x3f\x93\xe3\x1d\x38\x85\xd3\xd2\x60\x44\xb7\xc8\x50\xca\x99\xe0\x3e\x56\x81\xeb\xe2\xff\x12\x55\x9d\x9b\x84\xa8\x8d\x03\xfd\x0d\x92\x48\x6d\xea\x73\xf5\xf2\x2c\x3b\x99\x51\x45\x49\x34\xc2\x88\xec\xe6\x18\x70\x16\x4a\x07\x5e\x57\x69\x14\x8d\x91\xa7\x6a\x3f\xdd\xf0\xdc\xc3\xb7\x83\xf2\xf1\xb2\xea\x95\x85\xf3\xce\xda\xa0\xe9\x38\x46\xbf\x11\xfb\x47\x73\x5f\x5c\x45\xab\x50\x22\x1a\x53\x25\xeb\xf0\x62\x8c\xb9\xd8\x69\x6b\x98\xb8\x13\x9d\xe3\xaf\xc7\x93\x71\x96\x76\xea\xc9\x8e\xee\xd3\xdc\x8c\x08\x12\x97\x36\x23\xa9\xe2\x31\x51\x34\x70\x40\xc7\xf8\x66\x2c\xbc\xd1\x79\xb6\x1c\x0f\x9f\xd3\xce\x67\x65\xf8\x96\x82\x0b\x5e\x92\xa3\x0f\x66\xd6\x59\x01\xf0\x3d\x8f\xd2\x18\x87\x11\xa1\xcd\xfa\x3a\x07\x71\x30\x52\xef\x13\x85\xbd\x21\x4f\x78\x88\x85\x78\x3d\x24\xe1\x07\x41\x15\x4e\x59\x56\x6d\x34\x34\x29\xf0\x8f\x14\x65\x59\x8b\x52\x71\x61\xdc\xf4\xbb\x4f\xef\xa7\xd7\xb7\x13\x77\x39\xd4\x1e\x3d\x5e\x7c\xfc\x8a\x57\x45\x5d\x10\x14\x2f\x0c\xa5\x6a\xe0\x05\xfc\xb7\xdc\xda\x8c\x29\x54\xee\x6d\xaf\x5f\x9f\xff\xd8\x72\x6f\x2b\x86\x0f\x95\x06\x07\xce\xff\x16\x75\x53\x2e\xa6\x2f\x53\x2d\x1d\x21\xd8\x63\xcb\xa7\x27\xaa\x89\xaf\x5c\x4f\x3d\x53\xc7\x1c\x45\xf6\x27\x2a\xae\xff\x57\x47\x2f\x03\xf6\x99\xd5\xd1\x4b\xab\x87\xa3\x72\x7e\x90\xcc\x79\x70\xd7\x92\x64\xeb\xe1\x22\xa3\xaf\x65\xc9\x8b\x86\x35\x96\x63\x0e\x1c\x55\x11\xd4\x0e\x79\xaa\x22\xc0\x87\xb2\x91\xda\x4f\xc0\xe3\x98\xb0\xb0\x3e\xdc\x85\xbe\x4f\x59\x5f\xd6\x2b\x84\x2e\x74\x69\x73\x28\x68\x0c\x65\x36\xf4\x61\xf4\x8f\xd3\xb6\x97\xc7\x53\xcb\x28\x74\x37\x70\xf1\xea\xa7\xde\x79\xef\xbc\x77\x01\xdd\xb4\xfd\xf5\xb1\xb2\xf3\xa8\xa1\x63\xe8\x22\x9c\xce\xdd\x6b\x77\xb8\x80\x8b\xd3\xe7\x75\xf8\xe6\x68\x95\xfc\xb9\xc2\xc5\x8a\xa0\x54\xbe\xd8\xcf\xd6\xe4\xeb\x09\x4f\x59\x5d\xb1\xb1\x1e\x9b\xd9\xf2\x6c\x4b\x84\x79\x71\x31\x62\xea\x6b\xd7\xa9\x1c\xf7\x74\x4c\xea\x56\xe8\xed\x81\xb2\xf9\xce\x71\xdc\x72\x80\xa4\xad\xd6\xa8\xb2\x1f\xe8\xa1\x9b\xe7\x03\xe5\x57\xad\xe0\xaa\xbe\xf3\x59\xf5\x9a\xd9\xc2\x79\xd3\xfb\xa9\x36\xf3\xdc\x8b\xcc\x51\xc5\x5c\xa2\x39\x44\x65\xd8\xef\x42\xad\x87\x83\xe6\x1c\x20\x52\xd2\x35\xb3\xed\x1a\x12\x45\xc0\x57\x26\x6b\xaf\x04\x67\x0a\x59\x08\x59\xcb\x20\x6b\xf3\x84\xf6\x29\xb4\xd4\xff\xe9\x75\x00\xb2\x76\x89\x55\x87\xfe\xbf\xe8\x4f\x64\x77\x79\x5d\xb5\x51\x81\x61\x21\xd9\x2c\x7a\x1e\x2a\x81\x5b\xc0\xee\xfb\x6f\x37\xb9\x78\xe0\x7e\x83\x02\x0d\xdc\x92\x94\xb5\x13\xd1\x10\x65\x2b\x30\xb3\xae\x82\xce\xc8\xf6\x09\x88\xfb\xe6\x49\x0d\xd4\x84\x3c\xd0\x38\x8d\x81\x18\x2f\xd2\x72\xb3\x0e\x69\xf0\xcc\x50\x44\x79\xb7\xab\xb0\x1f\x08\x08\x83\x54\x36\x45\x36\xb1\x0b\xaf\xb5\x9b\x17\xe0\xca\xb7\x91\x27\xf0\xbd\xb9\x78\x35\xa1\x2f\xc2\x66\x3b\xa3\x2f\x43\x05\xdf\x9b\x55\x3f\xd4\xd1\x95\x42\xce\x4b\x31\x5a\xd7\x06\xab\x49\xb2\x25\x34\x22\x7e\x84\xb0\xe2\xc2\x24\xee\x33\xc0\xde\xba\x67\x97\x9e\xc1\xab\x4b\x5a\x87\x97\xad\x1f\x92\x84\x04\x54\xed\x0a\x64\xb5\x4b\xc0\x13\xb0\x2e\x2e\x1b\xa0\xb4\xa5\xdd\x7a\xd7\xb9\x17\x08\x4c\xb8\xa4\x4a\x8b\xc1\xb4\x95\x4d\xab\xbd\xf2\x10\x68\xc2\x35\x04\x3c\x6c\xca\xef\x92\x2a\xf0\xf6\x1b\xdc\x7a\xd7\x05\xc6\xd6\x87\xe5\x27\x90\x1e\xd1\xb8\xed\xad\x69\xc3\x44\xe7\xa8\x32\x67\xe5\x40\xc0\x17\x84\x05\x1b\x83\xe0\x0c\x14\x59\x03\x17\xc0\xd5\x06\x05\x08\x5c\x69\x8e\x0d\x77\x25\x96\xa9\x19\xb2\xe5\xbf\x40\x60\x7c\xdf\x24\x37\x6d\x5f\x92\x46\x2a\xdb\xf5\x00\xf3\x2b\x14\xc8\x4a\x0e\xd7\xfa\xec\xfe\x14\x6a\xab\x84\x88\x28\xba\x45\xf3\x90\xa0\x07\xcb\x3f\x78\xd0\x20\xa9\x02\x2a\x0d\xbc\xac\x4f\x23\x38\xb7\x57\xdf\x26\x53\x0d\xa0\x43\xdb\x3e\x80\x11\x15\xe6\x96\xb0\x37\xa4\x52\x2b\xa1\xcd\x4c\xd0\x5c\x05\x43\xd3\xd3\x32\x91\x54\x6d\x88\x82\x7b\x1a\x45\x20\x78\xaa\x30\x87\x9f\x45\x81\xac\x5f\x78\xa6\x01\x47\xb8\xb2\xf8\xfc\x88\xb0\x3b\x20\x56\xcd\x76\xad\x5f\x88\x16\xc3\x06\xd8\x41\xc9\xf4\xae\xb2\x73\x0b\xbc\xcd\xa6\x5a\x1d\xf6\xa5\x31\x9f\x3c\x27\x66\x25\x74\x0f\x60\x00\x21\x5d\xad\x68\xa0\xf5\xa9\x38\xac\x53\x94\x32\x6b\xf1\x02\x32\x6d\xdc\x21\x10\x09\x09\x11\x85\x58\x35\x67\xf7\xe8\x6f\x38\xbf\xd3\x96\xdd\x03\xb8\xe1\x4a\x13\x8b\x5d\xd2\x86\xdc\x3e\xdc\xc3\x87\x6c\x49\xd1\x66\x36\x49\x13\x4e\x7f\x23\xdd\xff\x0c\xba\xff\x3a\xef\xfe\xfd\xf7\x4f\x7f\x3b\x7f\xd4\x45\xd5\x1a\x19\x0a\xf3\xa3\x19\x7c\x48\x04\x4a\x69\x7b\x5c\x96\xd7\xd6\x56\x81\x66\xb7\x7c\xe6\x28\xbf\xa0\x67\xb7\xfd\x6a\x6a\x3a\xf4\xee\x7c\x38\x57\x65\xf7\xd8\x43\xa7\xdc\x4a\x14\x99\x42\x2c\x57\xfa\x2e\xf4\x5b\xce\xd5\xeb\xc7\xe7\x78\xaa\x14\xa2\x07\x4f\x99\xed\xef\x32\x2d\xb2\xfb\xf9\x79\xd1\x35\x6a\xe3\x83\x47\xb5\x8b\xeb\x19\x31\x49\xf3\xc3\x9c\xd0\x7f\xca\xab\xed\xbd\x5e\xff\x85\xcc\x04\xfd\xa2\xf4\xd2\xce\xce\x89\xf9\x1d\x88\x4e\x5a\x3c\xa4\x2b\x8a\xa1\x4d\xa7\x31\x0f\xd3\xa8\x25\xaf\x9b\xc9\x89\x99\x04\xcf\x2c\x2f\x40\xb7\x3d\x04\xd7\x70\x7d\xd4\xf1\xc1\x7a\x82\xbe\x35\x9a\xfc\xb3\x45\x41\x57\xbb\x3c\xd2\x51\xa6\x70\x2d\xa8\xda\x69\x48\x59\xb1\x14\x70\x7e\x47\x5b\xb0\x58\xbb\x86\x77\xb8\xab\xea\xc7\x28\xe7\xe2\xd5\x4f\xcf\xab\xa7\xfe\x96\xde\x12\x79\x82\x54\x2a\x1e\x9b\xae\x21\xc4\x54\x08\x2e\xb2\xe4\x52\x0d\x6c\x25\xaa\x49\x99\xaa\xd9\x73\xfc\x5f\x00\x00\x00\xff\xff\x27\xe0\x29\x2b\xfd\x26\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYaml, - "Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDatagridServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x5b\x8f\x1a\x39\x16\x7e\xe7\x57\x1c\xb5\x56\x9a\x97\x2e\x08\x9d\xc9\x24\x5b\x6f\x0c\xe9\x74\xd8\x0d\x17\x01\x3d\x23\xed\x6a\x85\x0e\x55\x07\x70\xe2\xb2\x6b\xed\x53\x74\x98\xa8\xff\xfb\xca\x75\xa3\x6e\x4d\x67\xb2\xc9\xf0\x84\xea\xd8\x9f\xbf\x73\x3f\x36\xc6\xe2\x37\x32\x56\x68\xe5\x03\x53\x14\x4b\x64\xea\xeb\x98\x94\x3d\x88\x1d\xf7\x85\x1e\x1c\x87\xbd\x4f\x42\x85\x3e\xac\x73\x71\x4f\xe2\x96\xa4\xf5\x7b\x50\xee\xf0\x21\x44\xc6\xbd\x11\xa1\x67\xc9\x1c\x45\x40\xbd\x88\x18\xdd\x47\xb7\x0c\x95\xd2\x8c\x2c\xb4\x4a\x77\x01\x84\x64\x03\x23\x62\x4e\x8f\x5d\x52\x08\xef\x91\xe1\x2d\x32\xc2\x9d\x11\x21\x08\x0b\xa8\x40\x28\x2f\xa2\x48\x9b\xd3\x35\x84\xc2\xb2\x11\xdb\x84\x29\x84\x4f\x74\x1a\x1c\x51\x26\x04\x96\xb5\xa1\x7e\x0a\x28\x02\xad\xc6\x12\xad\xf5\xd3\xbf\x5e\x41\x27\x15\xd6\xd4\x09\x85\x8d\x25\x9e\x3c\x85\x11\x75\x9d\xbd\xca\xf9\xb7\x37\xea\x20\x89\x48\x65\x7a\x78\x89\x91\x3e\x1c\x98\x63\xeb\x0f\x06\x18\x04\x64\x6d\xdf\x50\x78\x40\xee\x07\x3a\xaa\x2f\x1e\x90\xf2\x12\x3b\x30\x14\x6e\x0e\xc8\x1b\xc7\x6d\xe3\xc8\x0d\x5e\xf7\x5f\x0e\x0e\x1c\xc9\xb6\x68\xb3\xd3\x66\x53\x1e\x3f\x68\xb3\x91\x5a\xed\xbd\x67\xcc\x98\xab\x02\xb1\xd1\x47\x11\x92\x05\x84\x5d\x22\xe5\x09\x82\xc4\xb2\x8e\xc4\x1f\xb8\x95\x99\xa2\x00\x22\x8a\x25\x95\x8c\x41\xef\x2a\x38\x3b\x6d\x60\x1e\x93\x5a\xb9\xc3\x81\x0f\xc8\xce\x43\x96\xdd\xf6\x6b\x88\x5d\xf8\x58\x26\xc5\xd7\x80\x2a\x04\x92\x68\x59\x04\x28\xe5\x29\xc7\xb6\x01\x4a\xb7\xb6\xdf\x56\x23\xa7\x66\xbc\x4e\xb7\x5c\xc3\x44\x05\x1d\xbb\x6c\x12\xc7\xda\x70\xdd\x09\x0f\x0f\x0f\x55\x0f\x90\x1a\xe4\xa1\x68\x8b\xf5\x29\x10\xe3\xde\x66\xe1\xba\x45\x4b\xd7\x95\x40\x39\x87\xf5\xc5\xc0\x06\xc8\x38\x3e\x21\xb0\x31\x06\xe4\x9f\xf9\xf6\xf4\xf6\x23\x05\x6c\xfd\x9e\x07\xd5\x64\x3b\x0e\x7b\x00\x59\x62\xad\x28\x30\xe4\xd8\x55\x73\xa6\xce\x07\x00\xe3\x58\x8a\x00\x33\x5f\xff\xed\xcb\x68\xb1\xf8\x30\x19\x8f\xd6\x93\xf9\x6c\x33\x1b\x4d\x6f\x1f\xd3\x65\x19\xb3\x6e\xa9\xcb\x20\xb5\x7f\x5b\xc2\x57\x00\xbd\x18\xad\x7d\xd0\x26\x6c\xee\x5d\x8c\x56\xab\xdf\xe7\xcb\xb7\x8f\xad\x1d\x89\x25\xd3\x5c\x7d\xbf\xba\x5d\x3e\x5e\x52\xb3\xb0\x53\x5d\xcf\x56\x75\x68\xd4\x87\xc5\x39\x7c\x63\xa1\xf6\x90\xdb\x3b\x0d\xcb\x40\x26\x96\xc9\x50\x58\x25\x67\xfb\x45\xe0\x65\x2b\xfb\x28\xe3\x03\xf6\x3f\x25\x5b\x32\x8a\x98\xac\x8b\x21\xd6\x92\x0c\x32\x79\x89\x32\x84\xe1\xc9\x23\x15\xc6\x5a\x28\xb6\x3e\x5c\xb1\x49\xe8\xea\xbb\x3b\xc1\x73\xf4\x9d\x27\x62\x0a\x32\xc4\x9c\xfe\x64\xe1\xc3\x4c\xab\x2c\x17\x5d\xa4\xe6\x07\x7a\x39\x56\xbe\xaf\x90\xfa\xf0\xe6\xcd\x9b\x37\xbd\x4c\x43\x49\x01\x6b\x73\x36\x5c\x2c\xf5\xc9\xe5\xf1\x58\xab\x9d\xd8\x77\xb3\xfc\x91\x2e\xaa\x7a\x27\xab\x8b\xce\x67\x7c\xa0\xaa\xf1\x40\x1f\xc9\xc0\xfb\xf5\x7a\xb1\x02\x6d\x72\x44\x80\xf7\x9a\x61\xa9\x43\x57\xb0\x58\x07\x5a\x76\xfb\xb1\x5e\x0a\x9c\x48\xed\xbd\x80\x0c\x7b\x36\x4d\xa4\xbc\x86\xe4\x9b\x52\x89\xfd\x21\x09\x55\xba\xb1\xc3\x65\x07\xcd\x46\x87\x35\xa7\x0d\x87\x37\x37\x37\xf9\x17\x46\xb3\x27\x5e\x34\xbe\x97\x9b\x5d\x49\xab\x3b\xfc\xe7\x9f\x5f\x76\x6c\x2d\x3f\x7f\x8f\x38\xc0\x38\xb6\x83\xe3\x70\x4b\x8c\x95\x88\x60\x64\xda\x25\x72\xf5\x17\x14\xa8\xd2\x9e\x86\x52\x28\xeb\x56\x7e\x99\xdd\x4f\x7f\xbd\x5d\x6e\xe6\xef\x36\x93\xd9\x6a\x3d\x9a\x8d\x6f\x57\x8f\x8f\xbd\x4a\x58\xcc\x9e\xcb\xb7\xb4\xf6\x21\xd3\xfe\x54\x70\x35\x5a\x4a\xa1\xf6\x0b\x34\x18\x95\x0a\x00\x08\xc5\x64\x8e\x28\x57\x14\x68\x15\x5a\x1f\x6e\x5e\x94\xb2\x08\x3f\xaf\x12\xb3\x27\x1f\x86\xd5\x6f\xf7\x0a\x8f\x28\xd2\xf6\x56\x95\xb0\x88\x48\x27\x5c\x02\x0d\x6f\x5e\x9c\xa1\x92\x38\x44\xa6\x05\x19\xa1\xc3\xf6\x51\x7c\x8a\x5d\x07\xcc\x18\xd6\x9b\x51\xbe\xa2\xee\x85\xb6\x27\xbe\xda\x1b\x7f\x26\x56\x8a\xd5\x97\x3c\x98\x9a\xba\xf4\x62\x5a\xe0\xb4\x62\x14\x8a\x4c\x85\x9c\x07\xa4\x8e\x55\xae\x45\xd8\xaf\x6e\x97\xbf\x4d\xc6\xb7\x29\x5c\x45\x0c\x90\x8e\x7b\xcf\xa9\xd1\x44\x59\x2c\xe7\xef\x26\x1f\x3a\x81\x3a\x5a\x77\x13\xe5\x1f\x77\xcb\xf9\xfd\x62\xb5\x59\x4c\x66\x77\x0e\x6a\x3d\x1f\xcf\x3f\x74\x61\x9d\xab\xd1\xdb\x59\xb6\xbc\x03\x6d\xbe\xb8\x9d\xad\xde\x4f\xde\xad\x37\xc5\xa2\xcd\x37\x28\xeb\x55\xfa\x40\x15\xdd\xf5\xdd\x6e\x98\x77\x46\x47\x7e\xed\xb3\xcb\x1a\x57\x24\xff\x49\xa7\x25\xed\x9a\x32\x70\xd3\xb5\xdf\x6a\xf4\xad\x55\xcf\x05\x41\x95\x5d\x31\x43\xfc\x10\x76\xc5\xe0\xf2\x4d\x0c\x45\x84\xfb\x74\xd1\x64\x3a\xba\xab\x49\xa4\x38\x92\x22\x6b\x17\x46\x6f\xa9\x4e\x83\x3e\x57\xe3\x3b\xfb\x05\x3a\x8a\x50\x85\xcd\xcf\x1e\x0c\x74\xcc\x83\x22\xda\x06\x5b\xa1\x06\x35\xe4\xbe\x3d\xd4\xb6\xec\x50\xc8\xc4\xd0\xfa\x60\xc8\x1e\xb4\x0c\x7d\x78\x55\x93\x0b\x25\x58\xa0\x7c\x4b\x12\x4f\xe7\xd2\x52\x5f\x13\x3f\x51\x56\x72\xf3\x26\x69\x4b\xae\x9c\x30\xac\xc9\x5b\x75\xab\xba\xfd\x6b\x6c\x5a\x69\x85\x85\x11\xca\x1a\xb0\x68\xb6\xb2\x2a\x6c\xb5\xe7\xe5\x50\xf9\x14\xe0\xc3\x7a\xbc\xb8\x88\x58\x4c\x43\x75\xc4\x46\xb6\xfc\x09\xc0\x6a\xa7\xae\x71\xac\x36\xf5\xcb\x98\x6e\xa6\x14\x3f\x26\x84\xea\xd0\xdf\x27\x86\x5e\x5f\x8a\xa1\xe1\x77\x8c\x21\x43\x56\x27\x26\x20\x5b\xd7\x54\x8a\x48\xb0\x6d\x6a\x9f\x5d\xff\x5d\xc8\xad\xe7\xeb\xd1\x87\xcd\x78\x3e\x5b\x8f\x26\xb3\xdb\xe5\x66\x7a\x3b\x7d\x9c\x8a\xda\x72\x43\xff\x4d\xc8\xb6\x41\x82\x38\xf1\xe1\xea\x45\xff\xd5\xd5\xb7\xa3\x1f\xb5\x4c\x22\x9a\xea\x44\x35\x83\x3b\x72\xdf\x16\xc8\x07\xbf\xe1\x29\xcb\xa8\x42\x94\x5a\x51\xfa\xad\x23\x9a\xac\x39\x7a\x0d\x51\x1d\xef\x88\x66\x60\x12\x77\x8f\x75\x35\xd1\x0e\x3e\xe2\x11\xdd\xcc\xfb\x89\x4e\xe9\xd3\x87\xed\x00\x2d\x64\x5e\x46\xf9\xab\xb1\xdb\x43\x75\x40\x18\x04\x6e\x47\x17\xf5\xd6\x6c\x9d\x3a\x9e\x4c\x24\x54\x5a\x98\xef\x0c\x06\xcd\x09\xe7\x97\x73\x1c\x64\xe4\xea\x33\x41\x14\xf3\xc9\x0b\x85\xf1\xe1\xcb\x63\xab\xe8\x3c\xa5\x96\x77\x91\x50\xd1\x4e\xea\x21\x91\x7d\x9b\x3d\xb1\x8f\x8d\xd8\xef\xcb\x79\xc5\xcb\xc7\xb1\x6c\x32\x1a\x1f\x50\xed\xb3\xc3\x33\x1e\x63\x89\x22\x2a\xde\xc5\xca\x2d\xed\xf9\xac\xd3\xe1\xf5\x49\x29\xbb\x2b\x4d\x75\x58\x37\xcb\x92\x30\xfc\xdd\x08\xa6\xb9\xaa\xcc\x29\x9d\x59\xd4\x9d\x00\xce\x6c\x79\x9b\x6b\x86\xf9\x6a\x3d\x5f\xba\xc6\x77\x27\x7a\xb1\x9b\x84\x89\x53\xbd\xbd\xfa\xdd\x6e\x15\x53\x20\x76\x22\xbd\xdc\x39\x3d\xd2\x9b\x5d\xe3\x3e\xe7\x2e\x6a\xf9\x0b\x4e\x66\xd7\x51\xe5\xae\xe7\xbe\x94\xaf\x26\xcd\xde\xd1\xcb\x78\x0b\x43\xa1\x0f\xee\xda\xdd\x7b\x7a\x4a\x6b\x12\x23\xce\xde\x09\x5d\x1b\x07\xd6\xb0\xd5\x9a\xdd\xa4\x1f\xa7\xf4\x8a\x4b\x63\x79\x74\xda\xe5\x2f\x9c\x67\x68\x2f\x2c\x9b\x53\xf1\x8a\x24\xf4\xe0\xe3\x56\x5b\x5b\x3e\x26\x7a\xaf\xcb\xf4\x7e\xfd\xd2\x3b\xbf\xf0\x3c\x69\xb0\x83\x7e\x80\x08\xd5\x09\x84\x72\xe5\x20\x20\x0b\x7a\xd7\xba\x0b\xb3\x86\xc0\x10\x32\x81\x50\xa9\x30\x7f\x15\x68\x19\x75\x96\x44\x5b\x32\x0e\x62\x52\xe0\x95\xca\x75\xdc\x92\x2e\xa8\x7a\x35\xbc\xea\xb4\xa6\x3b\x9d\x35\xa3\x84\xe2\xe5\x55\x28\x98\x8a\x5f\xaf\xa1\xbc\xe5\x38\xba\xcf\x79\x7f\x9d\x42\x4c\x53\x88\x92\x61\x47\x91\xad\x10\x7a\x35\xbc\x79\x9a\x52\x1e\xc3\x10\x60\x8c\x81\xe0\x8c\xd6\x9d\xa3\x95\x9b\xb3\x7c\x83\x0c\x28\xcf\xcc\x16\xa7\x55\x8e\x31\xce\x31\x9e\xe4\x95\x67\xc5\x65\x63\x55\x72\xc2\x0d\xc8\x69\x5e\xb0\x06\x4c\xf8\x40\x8a\x9d\x5d\x9c\x1b\x05\x29\x6e\x3d\x4c\xd5\x58\x8d\xb3\x35\xf7\xd9\x90\xdd\x4e\x11\x37\xda\xb7\xfd\xd8\x99\x08\x50\xcc\xc2\xff\x0f\x91\xc5\x79\x9e\xde\xb9\xe9\x1c\x7e\xfa\x37\x7a\x7f\x8c\xbc\x7f\xbd\xf0\xfe\xfe\x9f\x2f\xc3\x5f\x1e\x7f\xea\x01\xec\x49\xa5\x4f\x67\x3e\xd0\xe7\xd8\x90\xb5\x42\xab\x4e\xf6\xe5\xe8\xff\xbf\x00\x00\x00\xff\xff\x6d\x49\x87\xe4\x66\x18\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDatagridServiceYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDatagridServiceYaml, - "Template.template.openshift.io/openshift/datagrid-service.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDatagridServiceYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDatagridServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/datagrid-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5a\x6d\x73\xdb\x36\x12\xfe\xae\x5f\xb1\x93\xc9\x4c\xda\x9b\x48\x8a\xd3\x5c\xe2\xe3\x74\x3a\x23\x4b\x8c\xad\x9e\x6d\x29\x14\xed\xb6\xd7\x74\x34\x10\xb9\x92\x90\x90\x00\x0b\x80\x72\x54\x8f\xff\xfb\x0d\x00\xbe\x93\x92\x93\x36\xbd\xeb\x97\x3a\xc4\xe2\xc1\xbe\x61\x77\xb1\x2b\x92\xd0\x5b\x14\x92\x72\xe6\x80\xc2\x38\x89\x88\xc2\x01\x4f\x90\xc9\x2d\x5d\xab\x01\xe5\xc3\xdd\x49\xef\x23\x65\xa1\x03\x7e\xb6\xdc\x8b\xc8\x0a\x23\xe9\xf4\x00\x3e\x84\xbb\xd7\xaf\x1c\x38\x19\xbc\x19\xbc\xe8\x41\x01\xe0\x40\x48\x14\xd9\x51\xa1\x5e\xbf\xea\xaf\x88\xa4\x41\x5f\xbe\xa4\xbd\x18\xa5\x24\x1b\x74\x60\x04\x0c\xef\x0c\x0d\x48\x14\x3b\x1a\x20\x6c\x89\x84\x15\x22\x83\x40\x20\x51\x18\x02\x65\xb0\xe7\xa9\x80\x44\xf0\x0f\x18\xa8\x01\x80\xbf\x45\x48\x25\x0a\x46\x62\x1c\x26\x44\xca\x3b\x2e\xc2\x1e\xc0\x9a\x0b\x20\x41\x80\x52\x52\xb6\x01\xb5\xc5\x02\x94\x4a\x78\x7a\xef\xbb\xd3\xe9\x64\x79\xb3\x70\xbd\xeb\xd1\x95\xfb\x30\xcc\xbf\xcc\x47\x8b\xc5\x4f\x33\x6f\xf2\x30\x00\x98\x47\x48\x24\xc2\x0a\x41\xa6\x02\xb5\x24\x3c\x63\x24\xc3\x0b\x04\x2a\xd0\x07\x87\xf0\xf4\x7e\x3c\xbb\x7e\x3b\x3d\xbf\xf1\x46\xfe\x74\x76\xbd\x34\xa8\x10\x70\xa6\x08\x65\x39\x07\x5a\x36\xc9\x53\x11\xa0\x5e\x59\xd3\x4d\x2a\x88\xa2\x9c\xf5\x00\x42\x54\x84\x46\x12\x04\xfe\x9e\x52\x81\x21\xac\xf6\x76\x0b\x26\x11\xdf\x63\x08\xb7\x93\xb3\x6f\xe4\xb7\x83\x5e\x8c\x8a\x68\x1c\xad\x68\xc2\x18\x57\x06\xc1\xe8\x5d\xa3\xc8\x40\xd0\x44\x19\xc3\x8d\x92\x24\xa2\x81\x59\x2e\x6c\x60\xd4\xf2\xe3\x19\x97\x12\x26\x5a\xd1\xb7\x54\xa8\x94\x44\xf4\x0f\x4b\xf6\x7a\xf0\x2a\x57\x93\x84\x55\x4a\x23\x65\x60\x01\x52\xa3\xc5\xc5\xcb\xe9\xc0\x7c\xa0\x01\x67\xe3\x88\x48\xe9\x98\x3f\xfb\xb9\x61\xcd\x62\xcd\x4f\x42\x2a\x93\x88\xec\xfb\x5a\x4b\xce\x23\x27\x7f\xc3\x38\x2c\x16\x97\xdf\xb6\x51\x12\xc1\x77\x34\x44\xd1\xaf\xc3\x79\x18\xc2\x05\x51\xcf\x61\xca\x02\xcb\x98\x22\x1b\xe9\x68\x07\x7c\x9e\xb3\x64\xfe\x58\x11\x89\xcf\x3f\xac\xb8\x94\x96\xaa\xd3\xa5\x43\x1e\xa4\x31\x32\xab\xd0\x7e\x2a\x22\x07\xb6\x4a\x25\xd2\x19\x0e\xad\x23\x0d\x04\x86\x5b\xa2\x06\x01\x8f\xeb\xc4\x43\x64\x43\x81\x61\x7f\x4b\x54\xdf\x9c\x62\x14\xd2\xdf\xd5\x44\x1c\x1e\x39\x3a\xe2\x6c\xd3\xaf\x19\xcf\xdf\x52\x59\x5a\x2d\xc4\x35\x65\xa8\xbd\xc3\xba\x8f\x04\x86\x18\x62\x98\x59\x47\x71\x08\x71\x87\x11\x4f\x72\x95\x74\xea\x58\x6b\x21\x04\x52\xba\xc5\x73\xa0\x2c\x88\xd2\x50\xdb\x96\x18\x7b\xe7\x88\x35\xf7\x04\xc2\x6a\xdb\x32\xa7\xd4\xe2\xd7\x09\x07\x47\x44\x94\x69\x92\x70\xa1\x1e\xd1\xab\x01\xd8\xe5\xa1\x27\x8f\x20\xd6\xda\x9d\xd1\xc3\x2e\xca\x84\x04\xe8\x94\x3e\xd3\xe3\x2b\x1d\x1e\xa4\xd3\xeb\x43\x35\x96\xed\x4e\x7a\x00\x36\x6e\x2d\xac\x9b\xf7\x00\xaa\x37\xaa\xe3\x4e\x35\x6e\x95\x9f\xdd\x63\xa8\x5b\xb7\xb8\x36\x56\x07\x65\x30\x34\x98\xa5\xee\x1c\x78\x7a\x3f\x9a\xcf\x2f\xa7\xe3\x4a\x9c\x30\x64\x56\xc8\xee\x55\x99\x60\x60\xc1\xb4\x0e\x33\xdc\x7e\xb6\x45\x2b\x33\x3b\x48\xaf\x3a\x70\xfa\xe2\xf4\x45\xee\x19\x44\x6c\x50\xcd\xcd\xe7\x82\x2e\xdf\xf8\x21\x5c\x05\xb5\x8d\xdf\x9d\xbc\x78\xd1\xb5\xb3\x20\xcc\x77\xf2\xd6\xce\x7f\xbe\xfa\xee\x65\xc7\xce\x82\x50\x62\x84\x81\xe2\xa2\xd4\x69\xee\x42\x63\xe3\x41\xdd\x92\xff\x2d\xd6\xfb\xf1\x5c\xf0\x34\x91\x90\x68\xb7\xd7\xec\x9b\xa0\x18\x44\xa9\x54\x28\x28\xdb\x0c\xb2\x8d\x99\x45\x07\x24\x4a\xb6\x64\xf0\x31\x5d\xa1\x60\xa8\x50\x6a\x6f\x56\x3c\x42\x41\x14\xf6\x53\x26\x90\x84\xfb\x3e\xb2\x30\xe1\x94\x29\xe9\xc0\x13\x25\x52\x7c\xf2\xd5\xdd\xa0\xaf\xf9\xad\xf9\x42\xc6\xf2\x74\xee\xc0\x35\x67\x78\xc8\x3f\xb2\x7d\x15\xff\x38\x3d\x3d\xfd\xba\x46\xa1\x61\x37\xcb\x99\xcb\x59\x9b\x79\x3c\x55\x5f\x6e\x31\xb3\xcb\x66\xf3\x52\x7d\xcf\xa4\xf1\x66\xf8\xc6\x73\x17\xfe\xb7\x85\xa5\xfe\xde\xab\xb7\xe5\x52\x69\xaa\x8b\xd9\xc2\xd7\xab\xcb\x0b\xdf\x9f\x3f\x14\x5a\x77\x8e\x5d\x39\xc5\xf3\xe5\xc3\x67\x1d\x74\xf6\x69\x4c\x36\xb8\x50\x02\x49\xdc\x52\xdf\x57\x95\xf6\x20\x07\x67\x3a\x35\x58\x9f\xf8\x7b\x39\xa8\xea\x9b\xa7\x2a\x49\x4b\xb5\x16\x1a\xec\x50\x8b\x4f\x36\xc5\xe2\x41\x70\x47\x27\x25\x69\x6b\x14\x9b\x46\x9d\x32\xdb\x29\xfc\xa4\x26\x54\x38\xb6\x90\xf3\xdd\x9f\xfd\xe5\x64\xea\x3d\x64\x04\x1b\xaa\xca\xd3\x05\xae\x35\xd9\x62\x76\xe3\x8d\xdd\xa5\xe7\xce\x67\x8b\xa9\x3f\xf3\x7e\x59\x7a\xee\xdb\x87\x82\x2a\x15\xb4\x9b\xea\xc6\xbb\xcc\xa9\xd4\x3e\x41\x07\xce\x69\xc6\x93\xd2\x11\x65\xb3\xcf\x4f\xb2\x3c\x2e\x1a\x5f\x01\x90\xed\xca\x7f\xe4\x97\xfc\x6a\x74\xeb\x5e\x2f\xaf\xa6\x9e\x37\xf3\xf4\x11\x05\x01\xc0\x8e\x44\xa9\xd1\x48\x93\xe6\xa1\x85\x32\xbe\x59\xf8\xb3\xab\xe5\xf4\x7a\xe1\x8f\x2e\x2f\xb5\x06\xdc\xb1\x3f\xf3\xa6\xee\xa2\x8d\x87\x9f\x14\x32\xed\x29\x72\xf8\x8f\x16\xd0\xed\xe4\x4c\xef\xee\xd8\xf6\xf4\x3e\x5f\x6b\x1f\x3f\xf2\xfc\xe9\xdb\xd1\xd8\xa8\xbe\x6b\x67\x75\xbd\xdc\xbd\xe6\x22\xc0\x79\x1a\x45\x0e\xe8\xc8\x5b\x7e\x17\x3c\x76\x2a\x30\x47\xbd\x26\xf7\x9b\xb2\x7c\xcb\x4a\x8d\xa2\xa6\x70\x4e\x06\x6f\x1a\xe4\x59\xd9\xf1\xf4\x7e\x7a\x35\x3a\x77\x97\x0b\xdf\x73\x47\x57\xc6\xd9\x16\xf3\xd1\xd8\xad\x9b\x79\x61\xcc\x69\xa3\x81\xa0\x9b\x0d\x8a\x22\x4e\x6f\xa8\xda\xa6\xab\x92\x57\xfb\xb2\xd0\xc0\xe7\x53\xff\xe2\xe6\x6c\xf9\x93\x7b\x76\x31\x9b\xfd\x7b\xb9\x70\xc7\x9e\xeb\xb7\xdc\xe7\x22\x5d\xe5\x48\xc8\x50\xd0\xa0\x13\xca\xbd\x76\xbd\xe9\xf8\x38\x96\xdd\x9e\x81\x51\xad\xaa\xf1\x96\x30\xfd\x3a\xbb\xaf\x53\x4e\xcb\xb5\x8c\xda\x7e\xb7\x41\x22\x5b\x38\x18\x4f\x26\x8d\x44\xf3\xbf\x0b\x2a\x02\x0d\x94\x74\xe0\xe4\x2f\xa4\xc0\xae\xeb\x6a\xe5\xf7\xd0\xbe\x10\x6b\x95\x70\x4e\x52\x97\xb1\x2d\xe7\x67\xcb\xfa\xa5\xbc\x3e\xa6\x1f\x23\x4f\xa1\x23\xc8\x42\x22\xa1\xac\x70\x52\x6b\xe3\x5a\xe8\x29\xef\xed\x8f\xe7\xde\xec\x66\xbe\x58\xce\xa7\xd7\xe7\xcb\xb9\x37\xf3\x67\xe3\x59\x35\x02\x15\x57\xb8\x7c\x11\x4c\xae\x2d\x79\x07\xda\x6c\xee\x5e\x2f\x2e\xa6\x6f\xfd\x65\x4e\xb4\x5c\xb8\xde\xed\x74\xec\x1a\x7e\xbb\x70\x8f\x94\x4b\x5f\x80\x3e\x9f\x79\x7e\x17\xfa\x13\x5d\x30\x3d\xe9\xc0\xba\x98\x79\xd7\xae\xff\x6e\x39\xbe\xbc\x59\xf8\xae\x57\x34\x0f\xba\x59\x3c\x44\xfd\x70\x04\xf9\xdd\x8d\x7b\x53\x0b\xbe\x1d\x78\x96\xe6\x18\x8a\x3f\x9b\x4f\xc7\x8f\xa0\x58\x9a\x2e\x94\xdc\xba\x9f\x27\xe5\x21\xea\x2e\xe4\xd1\x8d\x3f\x5b\x4e\xdc\xf9\xe5\xec\x97\xa5\xfb\xf3\xfc\x72\x36\x71\x0f\xa0\x76\x51\x76\x21\xd6\xdb\x3a\xdd\x58\x8d\xd6\xcf\x41\x94\xe3\x72\x36\xda\x45\x1d\x28\xee\xf5\xed\xf2\xed\xf4\xb2\xdb\x7c\x43\x54\xc1\x30\x4f\x33\x7d\x64\x3b\x2a\x38\xd3\x57\xb9\x92\x4c\xc1\x46\xe0\xc7\xc2\x80\x21\xd2\xf9\x6f\xce\x23\x1a\xec\x1d\x18\x45\x77\x64\x2f\x2b\x14\x11\xdd\x21\x43\x29\xe7\x82\xaf\xd0\xa9\xb1\x83\x9f\xaa\xb7\xde\xfe\x17\xf0\x38\x26\x2c\x6c\x7e\xee\xc3\x70\x45\xd9\x70\x45\xe4\xb6\xb5\xd2\x0f\xda\xc4\x3c\x51\x43\x24\x89\xd9\x54\xe3\x60\xd0\x00\xa0\x8c\x2a\x4a\xa2\x09\x46\x64\xbf\xc0\x80\xb3\x50\x3a\xf0\xfa\x45\x2b\x37\x1f\x57\x43\xe5\xe5\x93\xb3\x50\x04\x31\x5b\x8d\x9f\xbe\x79\x73\x5a\x3b\x38\x4b\xf9\x3c\xe2\x1f\x29\xa9\xad\x24\x82\x2b\x1e\xf0\xc8\x01\x7f\x3c\x3f\x8a\x59\xbe\xb5\xab\x98\x95\x37\xf9\x17\x02\x56\xdf\xe0\x35\x2e\xcb\x27\xf7\x97\x22\x56\xde\xe6\x55\x44\xfe\xa7\x11\x8b\x07\x64\x1d\xb0\x11\x71\x0f\x03\xea\x27\x33\xfd\xff\x3a\x64\x9d\x85\xba\x47\x16\x5d\xb6\xfa\x81\x11\x8d\xa9\x92\x4d\x26\x62\x8c\xb9\xd8\x9b\xf2\xda\xbd\xd2\xf5\xfd\xe5\xf4\x6a\xea\x57\x1d\x73\xc7\xa3\x34\xc6\x2b\x9e\xb2\xa6\x7f\xc6\xfa\xdb\x9c\xa8\xed\x91\x78\xd0\xa1\xe7\x66\xef\xb8\xae\xd8\x19\x8b\xf6\x8d\x4a\x58\xa1\x88\x29\x33\xe4\xe7\x82\x04\x38\x47\x41\x79\xd8\x75\xd5\x2c\xaf\xb2\xfd\xbe\x38\x74\x66\x56\x5f\xd6\xb8\xb0\xdf\xae\xb3\x3b\xdb\xd1\x17\xef\x2c\x82\x2b\xd5\xe6\x9c\x08\x12\x57\x98\x20\xa9\xe2\x31\x51\x34\x68\xc8\x55\xb8\xa5\x3e\xab\xc6\xf4\xb1\x50\xf1\xa7\xde\x05\x8f\xbc\x27\xbf\xa8\x2c\x4e\xb4\x78\xa8\x8c\xec\xfd\x76\x7f\x4a\x1f\x68\x1a\x1e\x6a\x8b\xd5\x72\x70\xd0\x03\xc8\xfa\xdf\x56\xb7\xd5\x06\xbf\xfe\x52\x74\x4a\x9b\xac\xf6\xa0\x98\x2b\x14\x1a\xcc\xf2\x50\xe1\x72\x24\x49\x0e\x32\xc3\xd7\xd5\x81\x47\x65\xa8\x51\x6f\x13\x27\x82\x27\x28\x14\x45\x99\xb3\x6f\x74\x60\x27\x3a\xf6\x46\xb5\x64\x18\xd7\x10\x16\xf6\x84\x9a\x30\x6d\xff\xf9\x4c\x71\xfa\x96\xbb\xa6\x54\xcf\x16\x09\x06\x74\xbd\x07\x02\x41\x2a\x15\x8f\x4d\x63\xa7\xa6\x74\xd3\x5b\x12\x3c\x55\x38\x00\xb8\x44\xb2\x43\x58\x45\x84\x7d\x04\xc5\x21\x95\x99\x54\xb8\x26\x69\xa4\x8a\xcd\xcf\x01\x07\x9b\x81\x03\xdf\x67\xcd\x28\x33\xa2\xf8\xa1\xff\x7d\x36\xa9\xfa\x61\xf0\x7d\xb6\xa3\x1f\xf2\x98\x50\xd6\x97\xe9\x7a\x4d\x3f\xfd\xf0\xac\xa5\x91\x8c\x29\xcd\x83\x6d\x7e\x5d\x64\x47\x14\x2a\xa9\x75\xa0\xba\xac\x76\xe3\x5d\xe6\x46\x13\x98\x70\x49\x15\x17\x7b\xb8\xa3\x6a\x6b\xc7\x67\xd5\x66\x7e\x31\x90\x0a\xb1\x65\x9d\x73\xaa\xc0\x2b\x01\x6c\x5f\xc1\xf2\xd0\xd9\xd8\x38\x62\x99\xbc\xe5\x6f\xdf\xba\x66\x86\x62\xdf\xda\xc5\x9b\x60\x58\xfc\xd5\xff\x3d\xa5\xc1\x47\xa9\x88\x50\xb2\x29\xde\x02\x15\x28\x33\x1c\xe1\x40\x60\x25\x08\x0b\xb6\x60\x0d\xa0\xc8\x06\xb8\x00\xae\xb6\x28\x40\xe0\x5a\xab\xc0\x88\x5b\xd1\x01\x35\x9f\x8c\x05\x89\x40\x60\x5c\x65\xb3\x2d\x3b\x6c\xb3\x36\xb5\xa8\x07\xb4\xb1\x46\x81\x2c\xc0\x23\x8a\xf0\xdc\xb7\xa5\xdc\x31\x91\x0a\xc5\x31\x29\xac\x95\x22\xa2\xe8\x0e\x21\x21\x6a\xab\x3f\x56\xa7\x9c\x9a\x69\xaa\x80\x4a\xc3\x2e\x65\x76\x07\xe7\xd9\xb8\xad\x25\x64\xd7\x25\x53\xf8\x49\xc1\x84\x0a\xf3\xd8\xdd\x57\x2f\x57\xde\xeb\x6a\x5f\xa2\xd7\xaf\x86\xe1\x9e\x91\x98\x06\xbb\x70\x65\x7a\x22\x6b\x0c\xd1\x5e\xd5\x61\x47\xbc\x78\x97\x62\x6a\x23\x86\x6c\x72\x60\x96\x64\xc5\x81\x6b\xcf\x9b\xa6\x07\xf3\x84\x06\xdd\x38\x66\xa9\x8d\x93\x3d\x70\x1a\x38\x17\x5c\x30\x54\xef\xf2\x3e\x39\x90\x30\xa6\x0c\x2a\x33\xe2\x1a\x74\x4e\x3d\xaf\xcc\x90\x75\xa6\x80\x67\xbf\x92\xfe\x1f\xa3\xfe\x7f\x5e\xf4\xff\xf5\xdb\xfd\xe9\x83\xbe\xb0\xa6\xcd\x62\x46\xda\xf8\x29\x11\x28\xa5\x4d\x8a\x8f\xbe\x0a\x1b\x97\xa3\xc1\xef\x4d\x36\xc6\x06\x22\x25\x0f\xa8\x19\x78\x9b\x3b\xeb\x23\xa5\x61\x6d\x32\xde\x32\xb1\x25\xc9\x11\x2a\xbc\xbf\x27\x9f\xc5\x74\xeb\xe1\x74\x9c\xd5\x5c\x49\x26\x64\xda\xb3\x53\x89\xe2\x08\x5b\x5d\x7a\x7d\x4f\xde\x8f\x34\x77\xbf\xbe\x0f\x7f\xbb\x3f\x79\xf8\x55\xff\xeb\xe4\x73\x79\xfd\x6c\xb5\x8e\xf2\xc4\x25\x95\xd0\x37\x3d\x95\x18\x9a\x51\x7e\x96\x7a\xec\x34\xdf\xb6\xd1\xe0\x0e\x57\x5b\xce\x3f\x76\xdd\xfd\x6d\xba\x82\x9f\xec\x72\x96\xa8\xfe\xb4\x8b\x74\xb6\xf5\xbe\x96\x20\xb6\x87\x77\x58\x92\x6c\xfd\x6b\x89\xd2\xd9\x56\x7c\x54\x96\xeb\xbc\x7d\xaa\xe3\xd9\xdd\x96\x06\x5b\xc3\x7c\xa5\x0a\xb3\x45\x44\x3e\xcf\xbe\xa2\x61\x18\xe1\x9d\x8e\xd9\xa6\x50\x94\x3a\x7c\x9b\xf8\x47\x99\x54\x24\x8a\x30\x1c\xe8\xd4\x27\x1b\x18\x36\xc8\x8b\x98\x44\xd1\xbe\x24\xcd\x83\x68\x91\x71\xca\x76\xae\x1d\x22\xfd\xc2\x53\x90\x5b\x9e\x46\x21\x70\x16\xed\xcd\xb8\x5d\xab\x3a\xe6\xa1\x2e\x1d\x4c\xe8\xb6\xa9\xe4\xd9\x0e\x2b\xb8\x2d\x19\x28\x03\xfb\xb2\x0c\xe9\xda\x64\x8e\xca\x51\xc3\xfc\x57\x2c\x4d\x13\x55\x10\x4a\x45\x15\x1a\xef\x6e\x36\x1f\x49\xbd\xe5\x58\xfc\xd0\x2d\x36\x9e\xb4\xda\x17\xa3\x51\x9d\x5b\x53\xb5\x45\xa6\x74\x95\xa0\x35\x18\xa2\xcc\x95\x96\x85\xd3\x16\xd7\xf9\xe6\x71\x16\x6e\xff\x72\x20\x3d\xd2\x78\x3a\xee\x5c\x3a\xdf\x09\x1e\x49\xb8\xdb\xa2\x29\x06\xf0\x53\x12\xf1\x10\xc3\xc6\x2f\x17\x94\xfe\x7f\x66\xe6\x15\x96\xcf\x0c\xed\x2c\x59\x91\x67\x7f\x7d\xd3\x14\xd5\xf6\xaf\xc1\xcd\x61\x47\x22\xd8\xd2\x5d\x25\xc1\x1d\xe8\x6c\xe5\x0d\xc5\x35\x89\x24\x3e\x69\xb3\x1d\xc7\x04\x42\x34\x0f\x4d\x0c\x21\xa2\x52\xe9\xf4\x9e\x55\x68\x61\x96\xbd\x75\x7d\x5d\xa9\xc1\x6f\x27\x67\xf6\xaa\x94\xb2\x35\xd9\xbd\x9d\x9c\x55\x5a\xee\x45\x19\x40\x2b\x0c\x17\x03\x9b\x06\x4f\x57\x64\x87\x0c\x62\x2a\x84\xae\x8d\x4d\xf9\x6b\x0e\x5b\xbc\x9c\xda\x1f\x8c\xb4\x52\x74\x6d\x47\xb5\x62\x6c\x8d\xa8\x1a\x47\x5d\x66\xe2\x56\xe5\xd4\x8e\x93\x85\x07\x92\xe9\x18\xee\x68\x14\x69\x73\x05\x3c\xa1\xe6\x2a\x67\x35\x54\x4d\x7e\x80\x35\x8f\x42\x14\x03\x98\xae\x21\x65\xd2\xd4\xfc\x14\xc3\xe7\x40\xa2\xa8\xc4\xa2\x0c\x86\x76\x60\xdb\x80\x6d\x3f\xb6\x84\xa2\x6b\x12\x74\x6b\xaf\x36\xb8\xea\x70\x46\xf3\x48\xcd\x5a\x05\xb6\x8f\x50\x6a\xa5\xd2\x35\x28\x3d\xe4\xe4\x9c\xf6\xfe\x1b\x00\x00\xff\xff\xf6\x30\x9c\xe2\x85\x27\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3c\x6b\x73\xdb\xb6\xb2\xdf\xfd\x2b\x76\x32\x9d\x49\x72\xc7\x94\x92\x36\x4d\x7d\x75\x3b\x9d\x91\x25\xc6\x56\x62\x5b\x8a\x48\xbb\xcd\x6d\xcf\x68\x20\x72\x25\x21\xa6\x08\x1e\x00\x94\xa3\x93\xf1\x7f\xbf\x03\x80\xef\x87\x24\x3b\xce\xed\x39\xf9\x24\x13\x8b\xc5\xee\x62\x5f\xc0\x2e\x42\x22\x7a\x83\x5c\x50\x16\xf6\x40\xe2\x3a\x0a\x88\xc4\x0e\x8b\x30\x14\x2b\xba\x90\x1d\xca\xba\x9b\xd7\x47\xb7\x34\xf4\x7b\xe0\x26\xc3\x47\x01\x99\x63\x20\x7a\x47\x00\x9f\xfd\xcd\xdb\x37\x3d\x78\xdd\xf9\xa5\xf3\xea\x08\x32\x04\x3d\xf0\x89\x24\x1b\xca\xe5\xdb\x37\x16\x7e\x91\x18\xaa\x05\x84\x25\xe2\x28\x62\x5c\x5a\xe2\x47\x7a\xb4\x46\x21\xc8\x12\x7b\xf0\xbc\x0f\x21\xde\xe9\x19\x20\x90\x6f\xa8\x87\xb0\x22\x02\xe6\x88\x21\x78\x1c\x89\x44\x1f\x68\x08\x5b\x16\x73\x88\x38\xfb\x8c\x9e\xec\x00\xb8\x2b\x84\x58\x20\x0f\xc9\x1a\xbb\x11\x11\xe2\x8e\x71\xff\x08\x60\xc1\x38\x10\xcf\x43\x21\x68\xb8\x04\xb9\xc2\x0c\x29\x15\xf0\xc3\x57\xd7\x1e\x8d\x86\xb3\x6b\xc7\x9e\x5e\xf5\x2f\xed\xfb\x6e\xfa\x65\xd2\x77\x9c\xdf\xc7\xd3\xe1\x7d\x07\x60\x12\x20\x11\x08\x73\x04\x11\x73\x54\x7c\xb1\x84\x10\x8d\x6f\xc1\x82\x80\xdd\x29\xec\x02\x3d\x8e\x52\xf4\xe0\xd9\x0f\x5f\x07\xe3\xab\x77\xa3\xb3\xeb\x69\xdf\x1d\x8d\xaf\x66\x1a\xf9\x33\xf0\x58\x28\x09\x0d\x53\x4a\x14\x8f\x82\xc5\xdc\x53\x48\x3d\x16\x2e\xe8\x32\xe6\x44\x52\x16\x82\x8f\x92\xd0\x40\x00\xc7\x7f\xc6\x94\xa3\x0f\xf3\xad\x99\x82\x51\xc0\xb6\xe8\xc3\xcd\xf0\xf4\x85\x78\xf9\x3f\x6a\xa9\x73\xd7\x9d\x38\x33\xc7\x1e\x4c\x6d\xb7\xb4\x88\x22\x75\x85\x90\x42\x7c\xb0\x3f\x39\xee\x78\x6a\xdf\xc3\x82\x06\x5a\x5a\xbe\x16\x8f\x16\x88\x21\x3f\xe6\xa8\xe7\x63\x28\x35\xea\xf7\x67\xd3\xf1\xf5\xc4\x99\xd9\x57\x83\xe9\xa7\x89\x9b\x2d\x62\xe8\x2d\xf2\x52\x87\x6d\x5f\xce\x8b\xb9\x9a\xf6\xfe\x8c\xb3\x38\x12\xe0\xb1\xf5\x3a\x0e\xa9\xa7\x39\x17\x9d\xe7\x47\x6b\x94\x44\xc9\x46\xa9\x14\x09\x43\x26\xcd\x88\xfa\x13\xc0\x47\xe1\x71\x1a\x49\xad\xa2\xfd\x10\xf0\x0b\x59\x47\x01\xc2\xfb\x53\x26\x04\x0c\x95\xda\xdc\x50\x2e\x63\x12\xd0\x7f\x19\x59\x92\x28\x0a\x12\xec\x1d\x78\xc7\x38\xac\x19\x47\xa0\xe1\x82\xf1\xb5\xfe\xaa\xf1\x02\x90\x39\x8b\x25\xc4\x89\xa2\x50\x91\xe9\xef\x31\x08\x44\x58\x49\x19\x89\x5e\xb7\xbb\xa4\x72\x15\xcf\x3b\x1e\x5b\x77\x3f\xcf\x99\x10\x56\x66\x1e\xdd\xc2\x4a\x56\x3a\x59\x74\x34\x7a\xea\xb1\x70\x10\x10\x21\x7a\xfa\xa7\x95\x5a\x84\x1e\x2c\x19\x98\x4f\x45\x14\x90\xad\xa5\x34\xb9\xb7\x83\xad\xb7\x9d\x37\xf0\xe2\x8e\xca\x15\x38\xce\x05\x90\xd0\x07\x3b\x33\xad\x97\x75\xb4\x11\x67\x1b\xea\x23\xb7\xca\xf8\xa7\xe8\xc3\x39\x91\xc7\x30\x0a\x3d\x43\xa9\x24\x4b\xd1\x53\xa6\x7c\x9c\xd2\xa8\x7f\xcc\x89\xc0\x63\xcd\xb0\x81\x6a\x74\x0e\x3e\xf3\xe2\x35\x86\x66\xc3\xac\x98\x07\xbd\x4c\x6c\xc6\x08\x3b\x1c\xfd\x15\x91\x5a\x7a\x25\xe0\x2e\x86\x5d\x8e\xbe\xb5\x22\xd2\x32\x62\x55\x8b\x5a\x9b\x12\xcf\xdd\x1d\x4b\x07\x2c\x5c\x5a\x25\xe5\x70\x8b\x7b\x08\x3e\x2e\x68\x88\xca\xa2\x8c\xc9\x09\x08\x11\x7d\xf4\x93\xcd\x97\x0c\x7c\xdc\x60\xc0\xa2\x54\x24\x8d\x42\x57\x52\xf0\x8b\x1a\x75\x0c\x34\xf4\x82\xd8\x57\x4a\x43\x60\x1e\xd3\x20\xc5\x58\x32\xe8\xe3\xe2\x9c\xc4\x8a\x15\xef\x55\xa8\xc4\x25\x6a\x43\xa1\xa1\x90\x24\x08\x8c\x21\xab\x7f\xb9\xeb\x84\x17\xd8\x59\x76\x94\x96\x72\xdf\x8a\x08\x97\x5b\x18\x9e\x82\xcf\xe9\x06\xb9\x78\xa9\x95\x41\x19\x25\x99\xd3\x80\xca\xad\x76\x58\xc9\x3a\x08\x1e\x72\x49\x17\x8a\x14\x14\x09\xe2\x76\x2f\xd0\xd9\x21\xf1\xd4\x7d\xef\xde\x66\x8d\x60\x93\xc6\x94\x34\x34\x18\xe5\xdb\x1f\x16\x0c\xa4\x88\x88\x87\xbd\x5c\x9f\x8f\xd8\x5c\xb9\x7d\xd1\x3b\xb2\xa0\x18\xb1\x36\xaf\x8f\x00\x4c\x74\x72\x8c\x97\x3f\x02\x28\x7a\x93\x06\x7f\x52\xf1\x28\x6e\xe2\x97\xa1\xac\x79\x69\xd4\x48\xac\x39\x0f\x79\x1a\x67\xbe\xb5\x3d\xf8\xe1\x6b\x7f\x32\xb9\x18\x0d\x0a\x8e\x5f\x83\x19\x8e\x9b\x47\x45\x84\x9e\x41\xa6\x18\x4f\xf0\x5a\xc9\x14\x25\xd9\x64\x21\x35\xda\x83\x93\x57\x27\xaf\x52\xad\x25\x7c\x89\x72\xa2\x3f\x67\x70\xc5\x89\xa2\x3c\xf3\xcd\x9b\x9f\x5a\x66\x8a\xd2\xd4\xcf\xfe\xdc\x2b\xcd\xfc\xe9\xf5\xab\x57\x4d\x8b\x66\x80\xc5\x99\xa2\x32\xb5\x79\xd5\x1c\x32\x9d\xcb\x6a\xab\xfe\xfc\xe6\xa7\x1f\x1b\xa6\xb2\xea\xaa\xac\xbe\xea\xcf\xcd\xab\xe6\x90\x02\x03\xf4\x24\xe3\xb9\x1a\xa4\x46\x39\xd0\xb6\xd2\xbc\x59\xdf\x45\xe1\xd2\x48\x18\x29\x03\xcc\xec\xdf\x0b\x62\x21\x51\x85\xca\x4e\x32\x31\x51\xc2\x0e\x09\xa2\x15\xe9\xdc\xc6\x73\xe4\x21\xaa\x10\x43\x59\x57\xb2\x00\x39\x91\x68\xc5\x21\x47\xe2\x6f\x2d\x0c\xfd\x88\xd1\x50\xe7\x23\x92\xc7\xf8\xec\xc9\x35\xd7\x8a\x8c\x6f\xca\xd5\x37\x21\x79\x34\xe9\xc1\x15\x0b\xb1\x4d\xa5\xa3\xdc\xa7\x25\x8a\x79\x72\x72\xf2\xb4\x9b\x42\xfd\x66\x92\x13\x2b\x31\x7b\x36\x65\xb1\x7c\xf8\x8e\xe9\x59\x26\xb1\xcc\xc5\xf7\x5c\x68\x33\x82\x17\x53\xdb\x71\x5f\x66\x3b\xf5\x7d\xbd\xc5\x8a\x09\xa9\xa0\xce\xc7\x8e\xab\x46\x67\x2a\xd1\xbb\xcf\xa4\xde\xdb\xe5\x25\x24\x4b\x87\xdb\xd7\x7a\xa0\x5c\xc5\x77\x14\xac\x78\x5a\xc9\x9a\x28\x67\x3d\x4a\xc0\xce\x7e\x09\x27\x39\x52\x4e\x9a\x44\xbe\xa6\x61\x42\x9a\x3a\x9e\xc8\x15\x67\xf1\x72\xf5\x3d\xb6\x22\xf1\xc9\xdf\x63\x27\xde\x0f\x4f\x07\x4f\xb4\x03\x8a\xca\x87\xcb\x5f\x11\xb0\x5b\xfc\x79\x58\xf9\xce\xe2\x37\xf2\x1d\xad\xc9\x12\x1d\xc9\x91\xac\x6b\x52\x7e\x52\xbb\xff\xdb\x29\x50\x29\x5a\x3b\x15\xa7\x2a\xf3\x35\x3e\xfa\xfb\x53\x51\x54\x11\x16\xcb\x28\xce\x35\x21\xdb\xcb\x06\xf1\xb8\x64\x99\x0d\xee\x5c\xa0\xa7\x0f\x6e\xe6\x6c\x66\x4e\x0b\xbd\x3c\xa9\x97\xf8\x45\x0e\x29\x57\x93\xed\x3f\x5c\xfb\xca\x19\x8d\xaf\x9c\xd9\x70\x34\xbd\x4f\x60\x96\x54\xe6\x44\x70\x5c\x54\x20\xa7\xf6\x64\xec\x8c\xdc\xf1\xf4\xd3\x6c\x6a\xbf\xbb\xcf\x20\x63\x4e\xdb\x21\xaf\xa7\x17\x29\xa4\xdc\x46\xd8\x83\x33\x9a\x90\x27\x55\xd0\x5f\x6e\x33\x33\x66\xde\x2d\x72\xa7\xf2\x35\xfd\xae\x4e\xe2\x13\x22\x57\x55\xe2\xc7\x83\x0f\xf6\xf4\xdd\xe8\xc2\x2e\x2f\x32\xd4\x93\x8c\x91\x70\xba\x5c\x22\xcf\x02\xb9\x39\x05\xe7\xf8\xcd\xdd\x87\xc2\x7b\x36\x72\xcf\xaf\x4f\x67\xbf\xdb\xa7\xe7\xe3\xf1\x87\xf4\xca\xa0\x4a\xfc\x79\x3c\x4f\x31\x61\x88\x9c\x7a\x8d\xa8\xec\x2b\x7b\x3a\x1a\xec\xc6\x65\xa6\x27\xc8\xcc\x37\xa3\x87\x83\x15\x09\x97\xf8\xf7\xab\xec\x77\x55\xd7\x43\x55\x75\x30\xbe\x72\xed\x3f\xdc\x7d\x7a\xea\x8c\xaf\xa7\x03\x7b\x9f\x8e\xd6\xa1\x0a\xfa\x49\x15\x07\x99\xe8\x2c\x58\x70\xb6\xce\xd7\xd9\xc3\xe7\x03\x0c\x53\xfd\x8b\x88\x5c\x89\x1c\xb9\xa5\xa2\x98\x4c\x1c\xbd\x66\xbc\xd3\x2d\xb3\xde\xcd\xcf\x99\xea\x27\x27\xa2\xb0\xb4\x91\x9f\xb1\x8f\x22\x60\xe7\x20\xcb\x33\xb3\xeb\x96\x87\xe1\xa6\x48\xa1\xe1\x6f\x70\xed\xb8\xe3\xcb\xd9\xe8\xca\x71\xfb\x17\x17\x8a\x34\x7b\xe0\x8e\xa7\x23\xdb\x29\xd0\xb3\x21\x41\x8c\xbd\xc2\xb1\xbf\xfb\x5f\x35\x44\x37\xc3\x53\x35\xbb\x61\xda\x0f\x5f\xd3\xb1\xfb\xda\xac\xcb\xfe\x8d\x7d\x35\xbb\x1c\x4d\xa7\xe3\xa9\xda\xbb\xa6\xd9\x55\x98\x3a\x96\xfe\xd4\x1d\xbd\xeb\x0f\xb4\x64\x9b\x30\x14\xc7\xf3\xd9\x0b\xa6\x84\x1c\x07\x41\x0f\xd4\xb1\x24\xff\xfe\x18\x3d\xc9\xaf\x8a\x92\x7b\x84\xec\x8e\xa0\xf7\xba\xf3\x4b\x05\x3c\xb9\x46\xf8\xe1\xeb\xe8\xb2\x7f\x66\xcf\x1c\x77\x6a\xf7\x2f\xb5\x72\x39\x93\xfe\xa0\xe2\xfb\x9c\xf4\x62\xf6\x3f\xc6\xf7\x69\xc3\x33\x4e\xaf\x07\x5f\xcb\x90\xa3\x7c\xac\x01\xfa\xdb\xf6\xe0\x20\x5b\x6d\x23\xe3\x21\x0e\x7b\x58\x39\x0c\xfe\xff\x79\x6d\x8e\x1a\x95\xe8\xc1\xeb\x6f\x38\xa6\x42\x83\xd7\x30\xfc\x4f\xd1\x14\x14\x8c\xba\xa5\x65\x93\x04\xa4\xcc\x63\x9d\xcf\x83\x79\x7d\x28\xad\xfb\xe4\xa3\xf9\xc9\x64\x04\x90\x15\x05\x32\x5b\x31\x7b\x5c\xf2\x80\xb9\xfb\x48\x0b\x06\x93\xd1\xd5\xd9\x6c\x32\x1d\xbb\xe3\xc1\xb8\xe8\x89\x32\x4f\x92\xdf\x3a\x0e\xaf\x0c\x78\x03\xb6\xf1\xc4\xbe\x72\xce\x47\xef\xdc\x59\x0a\x34\x73\xec\xe9\xcd\x68\x60\x6b\x7a\x9b\xf0\xee\xb8\xd2\x78\x00\xf6\xc9\x78\xea\x36\x61\x7f\x76\x72\x72\x72\xf2\xac\x01\xd7\xf9\x78\x7a\x65\xbb\x1f\x67\x83\x8b\x6b\xc7\xb5\xa7\x59\xad\xa9\x99\xc4\x36\xe8\xfb\x1d\x98\x3f\x5e\xdb\xd7\xa5\x48\xd2\x80\xcf\xc0\xec\xc2\xe2\x8e\x27\xa3\xc1\x1e\x2c\x06\xa6\x11\x4b\xa9\xe6\x54\x09\x11\x19\xa6\x2e\x4a\xaf\x9b\xba\x6f\xcb\x78\x3f\x6b\xc3\x82\x78\x8d\x7b\x71\xb6\x50\x56\xae\x75\xed\xa7\xcc\xfd\x34\x39\x08\x95\x06\x6c\xc7\xd7\xae\x64\xf9\x78\xfb\xec\x3d\x3a\x50\x82\x69\xc2\xd2\x5c\xa8\x6b\xc6\xd6\x52\xd4\x3b\x00\xeb\x41\xbb\xf9\x79\xa9\x2f\x33\x2d\x0c\x3d\xbe\x8d\xf6\x6f\x6a\xdb\x22\x87\x11\xbf\x6b\xa3\xab\xb0\xed\x5b\xd4\x04\x79\x08\xc6\xdd\xdb\xd6\x06\xbd\x0b\xf3\x61\x4e\xa1\x0d\xba\x09\x73\xff\xda\x1d\xcf\x86\xf6\xe4\x62\xfc\x69\x66\xff\x31\xb9\x18\x0f\xed\x16\xac\x4d\x90\x4d\x18\xcb\x45\xf3\x66\x5c\x95\xc2\x7a\x2b\x96\xdd\x7c\x56\x8a\xf1\x0d\x58\xec\xab\x9b\x99\x3a\xb8\x36\xfa\xa9\xb2\x77\xc1\x70\x43\x39\x0b\x55\xe4\x2b\x24\xd2\x39\xaa\x61\xdf\xed\xdf\x8c\xa6\xee\xcc\x9d\xf6\xaf\x1c\xe5\xd6\xbf\xd9\xd5\xec\x40\xf9\xed\x7e\xa7\x19\xf9\xac\x7f\x31\xea\xb7\x79\xed\x9d\x9e\x68\x17\xb1\x8f\xf7\x4f\xa5\x7b\xc5\x6b\x81\x3e\x08\x16\xe0\x36\x6d\x68\xf8\x67\x4c\xbd\x5b\x21\x09\x97\xba\x6a\x29\x50\xc2\x0a\x39\x82\x64\x80\xa1\x88\xb9\xe9\xb1\x48\x53\xa2\xd2\xf2\x00\x1e\x09\x61\x8e\xa6\x50\x2a\xa9\xee\x0c\xd1\x05\x71\x2a\x05\xf8\xb8\x20\x71\x20\x21\x22\x9c\xac\x51\x22\x37\xe4\x8a\x63\xa0\x1d\xec\x80\x60\x40\xe5\x1d\xe3\xb7\xa2\x82\x93\x31\x39\xef\x94\xbe\x19\xe9\x7c\x74\x66\xc3\xd3\xd6\x4d\xf3\x91\xcf\xb7\x85\x01\x9d\x5d\xef\xcb\xc4\x34\x90\x3a\x09\x4d\x58\x40\xbd\x6d\x0f\xfa\xc1\x1d\xd9\x16\x09\x0a\xe8\x06\x43\x14\x62\xc2\xd9\x1c\x7b\xa5\x85\xf1\x4b\x31\xf1\x4a\xe4\xc1\xd6\x6b\x12\xfa\xd5\xcf\x16\x74\xe7\x34\xec\xce\x89\x58\xd5\x46\x2c\xaf\x0e\xcc\x22\xd9\x45\x12\xe9\x49\x25\x0a\x3a\x15\x04\x34\xa4\x92\x92\x60\x88\x01\xd9\x3a\xe8\xb1\xd0\x17\x3d\x78\xfb\xea\x90\x13\x42\x01\xa6\x50\x20\x4a\x49\xc8\xf2\x48\x73\xa7\x7b\xf2\xcb\x2f\x27\x0d\x5b\xf2\x99\x05\xec\x96\x92\xd2\x48\xc4\x99\x64\x1e\x0b\x7a\xe0\x0e\x26\x3b\x71\xe6\x55\xd4\x22\xce\x42\xb5\xf5\xa1\x08\xf3\x82\x63\x15\xa1\x78\x1c\xc6\x62\xd1\xb5\xc4\x77\x5e\x27\x7d\x30\xc6\x66\x22\x8b\x55\xdb\x87\xa2\x2c\xd4\x68\x8b\x28\xd9\xe3\x89\xfc\xb9\x99\x48\xf6\x78\x22\xb3\xfa\x62\x19\x63\x25\xd9\x6f\x47\xc8\x91\xf8\xf4\xef\x35\xc4\x32\x09\x65\x4b\xcc\x7a\x5a\xca\x0b\x06\x74\x4d\xa5\xa8\x12\xb1\xc6\x35\xe3\x5b\x7d\xc3\x63\x5f\x8e\xa7\x9f\x66\x17\xa3\xcb\x51\x29\xfd\x33\xa9\xda\x25\x8b\xc3\xaa\x5d\xae\xd5\xb7\xf4\x82\xac\x25\xb6\x36\xc8\xb9\xd4\xe4\x52\x1a\x57\x5c\x8d\xc3\x60\x5b\xb9\x0b\xda\xb9\x56\x5b\x42\x59\xed\x2a\xb1\x6e\x71\x2b\x24\xe3\xd8\x04\xfa\x80\x85\x0f\x4d\x68\x6b\xeb\xa7\x13\x1f\x41\x47\xa1\x60\x75\xc6\x89\x87\x13\xe4\x94\xf9\x4d\x3e\xd6\xe0\x14\xf5\x2b\xc6\x36\xa1\x27\x57\x4c\x25\x2a\xcc\xb7\xab\xc4\x59\x37\xf4\x2e\xd6\xb0\x1f\x20\xe4\xfd\x0b\x95\x3a\x17\xdb\x97\xd8\x2f\xc7\xfd\x4b\xed\x3a\xf4\x54\xef\xf7\x0a\x57\x63\x13\x95\x3d\x14\x84\x4b\x62\xc9\xd6\x44\x52\xaf\xb2\x5f\x99\xbf\x51\xeb\x95\x36\x63\x57\xec\x7b\xaa\xeb\xb6\x47\x5f\xb5\x65\xc9\x91\x6e\xa5\xaa\xf5\xa5\xa8\x05\x75\x15\x58\x37\x93\x15\xda\x28\x8f\x00\x92\x36\x42\x23\xdf\x7e\xa1\xb9\x4d\x7d\xc9\x3a\xbc\xaa\xa4\x1e\x41\xd6\xd2\x9a\x49\x30\x4d\xa1\xd2\xed\x26\x51\xd4\x4a\x0c\x5b\x24\x3d\xbc\x6a\x6f\x8b\x3d\xa8\xe5\xf6\xd9\x88\xb3\x08\xb9\xa4\x28\x52\xf2\xb5\x0c\x4c\x53\xb1\x71\x95\x35\x1e\x06\x25\x0c\x8e\x59\xa1\xc4\x4c\xdd\x2e\x0e\x64\xc7\x32\xd4\x55\xb9\x7a\xee\x44\xe8\xd1\xc5\x16\x08\x78\xb1\x90\x6c\xad\xeb\xdd\x25\xa1\xeb\x9e\x12\xce\x62\x89\x1d\x80\x0b\x24\x1b\x84\x79\x40\xc2\x5b\x95\x1f\xc7\x22\xe1\x2a\xc9\x74\xd3\xc9\xc7\x80\x9d\x65\xa7\x07\xbf\x26\x85\x7a\xdd\xe9\xf9\x9b\xf5\x6b\xd2\x2c\xfd\x5b\xe7\xd7\x64\x86\xe5\xb3\x35\xa1\xa1\x25\xe2\xc5\x82\x7e\xf9\xed\x79\x4d\x22\x09\x51\x8a\x06\xd3\x11\x70\x9e\x2c\x91\x89\xa4\xd4\x18\xf1\x48\xfe\xc4\x63\x19\x4c\x9a\x38\x9e\x92\x4f\x71\x10\xa3\xce\x23\x38\xd5\xad\x13\xff\x1e\x8c\x6a\x52\xf6\xf1\xa9\x80\x9a\xcc\xf0\x7a\x7a\x91\x5a\x21\xc7\x88\x09\x2a\x19\xdf\x9a\x63\x97\x6e\xc9\x2f\xf6\xb9\x1a\x53\x03\x8f\xf9\x58\x33\xb7\x33\x2a\x61\x9a\x23\x30\x45\x28\x43\x43\x63\x79\x71\x87\xa9\x1d\xd0\x99\x9d\xfd\xb2\xf2\x03\xa7\xa8\xb2\xe7\xa0\x4c\x1a\xbf\x19\x10\x98\x73\x12\x7a\x2b\x30\xfb\x20\xc9\x12\x18\x07\x26\x57\xc8\x81\xe3\x42\x89\x40\xb3\x5b\x90\x01\xd5\x9f\xf4\x46\x12\x8e\x10\xb2\xbc\x99\x1c\xb3\xad\x35\x58\x5b\xa4\xb1\x40\x8e\xa1\x87\x3b\x04\x31\xb5\xdf\xe5\x7c\xaf\x89\x90\xc8\x77\x71\x61\x76\x29\x20\x92\x6e\x50\x17\x4b\xd5\xc7\xe2\xcb\x09\x45\x34\x95\x40\x85\x26\x97\x86\x66\x06\x63\x49\x5f\x7a\x8d\xc9\x26\xaf\x29\xf1\x8b\x84\x21\xe5\xba\x22\xb2\x2d\x7a\xcb\xb4\xec\x5a\xf7\x8a\x6f\xdf\x74\xfd\x6d\x48\xd6\xd4\xdb\xf8\x73\x5d\xbf\x5b\xa0\x8f\xc6\xf7\x76\x1b\x02\xc0\xc7\x18\x63\x13\x02\x44\x95\x02\x3d\x24\x0a\x0a\x5c\xba\x03\xaf\x6a\x30\x8b\xa8\xd7\x8c\x47\x0f\xd5\xf1\x24\xb7\xe0\x15\x3c\xe7\x8c\x87\x28\x3f\xa6\x0d\x8f\x40\xfc\x35\x0d\xa1\xf0\xee\xa4\x84\x3a\x85\x9e\x14\xde\xa5\xa8\xd0\x0f\xcf\xff\x24\xd6\xbf\xfa\xd6\xff\xbe\xb2\xfe\xfb\x1f\x5f\x4f\xee\x95\xc1\xea\x92\xa0\x7e\x34\x83\x5f\x22\x8e\x42\x98\xec\x6d\x6f\xe9\xa0\x62\x1c\x0f\xb3\xdc\x82\xa1\x66\x0e\xab\xd0\x6d\xae\x13\x22\xf3\xc8\x46\xeb\x85\xfe\x1b\xc4\x8a\xc5\x81\x0f\x2b\xe5\xca\x48\x10\xc0\x9a\xf9\x71\x80\xe2\x18\x50\x7a\x9d\x63\x88\x02\xe2\x99\xa7\x3a\x0a\xdb\xb3\x62\x41\xfd\x19\xf8\xa9\xba\x00\x35\xb9\xa9\x82\x49\x97\x19\x19\x22\x93\x16\x74\xa1\xad\x89\x86\x40\xc0\xa7\x0b\x6d\x22\x32\x9f\x7f\x6c\xf2\x81\xac\x72\x5f\x8a\xf7\x26\x93\x32\xbc\x25\x74\x14\x9a\x3e\x60\x1d\x0b\x09\x73\x54\x84\xd3\x05\x45\xbf\xa6\xdc\xf9\x83\x8a\x5d\xee\xaa\xb5\x63\xe7\xdf\xd4\x65\x15\x36\x36\xd7\x03\xb3\xaf\x1a\xe2\xe1\xde\xab\x26\xa7\xaa\x23\x6b\x6d\x7f\xfa\x1b\x9c\x59\x23\xfb\xbb\x58\x6a\x77\x71\xe5\xfe\xaf\x66\x2f\x87\x7c\xbe\xb5\xcc\xcb\x0c\x4b\x2b\xf8\x83\x59\x54\x1f\x87\x59\xfb\x56\xf6\xf6\x2d\xe7\xc3\xe4\x0e\x29\x75\xbb\x58\xc9\xd1\x34\xf2\x90\xb5\x81\xe5\xac\x14\x66\x3c\x38\x27\x57\x5f\xd3\x33\x9b\x62\x64\x5e\x7f\x74\x76\x94\x9c\xd4\x2a\x4f\x4e\x4a\xf4\x3b\xc8\x37\xc8\xe1\x43\x8a\xa9\x29\x35\x2f\x9e\x24\x0f\x4d\xca\x0d\xc1\xfb\xd8\xca\x18\xd0\xc2\x57\xde\x32\x51\x2c\x33\x7d\x2f\xb5\xef\x68\x80\x61\x9d\xd4\x42\x65\x21\xa1\x2d\x5d\xa8\xf3\xf9\xb6\x66\xe6\x8a\x28\x75\x7c\x6b\x26\xea\xc5\xfb\x0f\x8e\x32\xf5\xf7\x03\xfb\x83\xf3\x72\x2f\x45\xee\x36\x6a\xa3\xc6\xdc\x6f\xb7\x49\x84\x08\xc1\xbc\xc2\x35\x7b\xfa\x9a\x12\x79\xf1\x51\x51\xdb\xfa\x83\x1c\xa4\x69\xef\x92\xe3\x54\x22\x0c\xf3\xd0\xac\x81\x90\x34\xc4\x66\x61\x2a\x13\x05\x09\xfd\x22\x19\xfb\xa4\x50\x88\xc5\x2d\x85\xd8\xd4\x31\x6d\xd3\x25\xd4\xda\x55\x9a\xae\x93\x37\xa7\x35\xe1\xb8\x48\xa9\x5f\x7a\xc6\x5a\x13\x8c\x01\x49\x31\x14\x92\x82\xbf\xc8\x41\xd9\x40\xad\x0e\xb7\x3b\x07\x98\x14\x45\x67\xd6\x8e\x05\xf2\x1d\x64\x35\x25\x2c\x7f\x91\xbf\xfa\x8a\xba\x3f\xff\xf2\xff\xf1\xf5\xf5\xfd\x9f\xea\xaf\xd7\x87\xd2\x7a\x70\xbe\xd2\x4f\xdd\x89\x90\xfa\xad\xa8\xf6\x1b\xa5\x67\x6c\x6a\xef\x4d\x2f\x15\xdc\xe1\x7c\xc5\xd8\x6d\x53\x52\xbd\x8a\xe7\xf0\xbb\x19\x4e\xfc\xc6\xa3\x73\xaf\xc6\xde\xae\xa7\x62\xc4\x34\x72\xb5\x73\x92\x8c\x3f\x15\x2b\x8d\xbd\x65\x7b\x79\xb9\x4a\x7b\xe8\x54\x0c\xba\x5b\x51\xcf\xb8\x80\xc2\x7d\x95\xb9\x6e\x49\x1f\x50\x5e\x52\xdf\x0f\xf0\x4e\xa7\x6f\xba\x29\x54\x65\x16\x26\xd1\x30\x4f\x1b\xd1\xef\x28\xa3\x16\x15\x1c\x26\xff\xe0\x6b\x12\x04\xdb\x1c\x34\x0d\xe8\x59\x5e\x94\xf7\xf4\x99\x7a\xdd\x27\x16\xa7\x39\x29\x0b\x83\xad\x7e\xdf\xa9\x44\xad\xd3\xbb\xad\x89\xb1\x26\xc3\x79\xbe\xc1\x02\xde\x1a\x0f\x2a\xd7\x4c\x62\x6a\x9a\x6f\x66\x4b\x75\xd3\x27\xe7\xd5\x2d\x2a\x60\xc8\x05\x95\x49\xbc\xb9\xe3\x70\x47\xa4\xca\xdf\x3a\x3e\x71\xd8\x35\x8f\xaf\x35\x7b\x2d\x0f\xb0\xab\x9c\xa5\x60\x4d\x71\xb7\xb5\xef\xe4\x3b\x04\xdc\x94\x8e\x96\xc0\x9b\x0e\xb7\x47\xde\x1d\x9d\x26\x69\xd8\x31\x37\xcd\x9d\xcf\x1e\x36\x07\xe1\xd6\x38\x98\x13\x57\x8d\x87\x6d\x74\xb6\xc6\xc3\x96\xb6\x95\x84\xc4\xa4\xfa\x70\x8b\xdb\x27\x0d\x8f\x35\xe9\xd5\xe2\xe3\x8e\xde\x97\x84\xb4\xec\xf8\xdb\x16\x78\xb4\x1a\xce\xb7\xd9\x62\xea\xd0\x12\xcb\x15\x86\xd2\x88\x21\x64\x3e\x8a\xd4\xce\x93\xa3\x75\xeb\x3e\x0f\x92\xa3\xf7\x37\x1f\xaa\x77\xb4\xde\xec\xf6\x87\xea\x60\xc0\x59\x20\xe0\x6e\x85\xfa\x94\x85\x5f\xa2\x80\xf9\xe8\x57\x1e\x78\xab\xac\x36\xf5\x4c\x73\xcc\x6b\x08\xca\xbf\x25\xf7\x7e\xe6\x7f\x75\xa8\xb2\x6a\x1a\x5e\xc1\x4e\xd1\xf6\xb9\xb7\xa2\x9b\xc2\x65\x47\x4b\x6f\x4f\xda\x81\xb8\x20\x81\xc0\x67\x75\xb2\xd7\x6b\x02\x3e\xea\xf2\x20\xfa\x10\x50\x21\x95\xf1\x25\x97\x00\xe9\x41\x82\xa2\x28\x7a\x95\x9b\xe1\xa9\xf1\xee\x39\x6f\x55\x72\x6f\x86\xa7\x85\x1e\xdd\xec\xbc\x44\x0b\x04\x67\xed\xea\x15\x9a\x2e\xc9\x06\x43\x58\x53\xce\x95\xde\xea\x1b\x51\xbd\x98\xf3\xe3\xc8\x3c\xaa\xaf\x5d\xd7\x94\x66\x14\x8f\xe3\xb5\xde\xf6\xca\x52\x17\x09\xbb\x45\x3e\x95\xe2\x24\x11\x8d\x24\x32\x86\x3b\x1a\x04\x6a\xbb\x3c\x16\x51\x1d\x7d\x92\xa3\x58\x89\x7f\x80\x05\x0b\x7c\xe4\x1d\x18\x2d\x20\x0e\x85\xbe\x06\xa6\xe8\x1f\xeb\x1b\x91\x0c\x17\x0d\xa1\x6b\x1e\xa9\x55\xd0\xd6\x2b\x29\xca\x42\x89\xd7\x2c\xbd\x52\xc3\x7d\x83\x32\xea\x0a\x54\x52\xe0\x35\xd5\xdf\x5c\x2a\x85\x5a\x6f\xae\x21\xaf\xcf\xe8\xd1\xff\x05\x00\x00\xff\xff\x66\x43\x7d\xfa\xf3\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5a\x6d\x73\xdb\xb6\x93\x7f\xaf\x4f\xb1\x93\xc9\x4c\x92\x8e\x25\xc5\x69\x2e\xf1\x71\x3a\x9d\x91\x25\xc6\x66\xcf\xb6\x14\x92\x76\x9b\x6b\x3a\x1a\x88\x5c\x49\x48\x28\x82\x05\x40\x39\xaa\xc7\xdf\xfd\x06\x00\x9f\x49\xc9\x76\x9b\xde\x3f\x6f\x22\x13\x8b\x1f\xf6\x09\x8b\xc5\x2e\x48\x42\x6f\x90\x0b\xca\x62\x0b\x24\x6e\x92\x88\x48\x1c\xb0\x04\x63\xb1\xa6\x4b\x39\xa0\x6c\xb8\x3d\xee\x7d\xa5\x71\x68\x81\x9f\x0d\xf7\x22\xb2\xc0\x48\x58\x3d\x80\x2f\xe1\xf6\xdd\x5b\x0b\x8e\x07\xef\x07\xaf\x7b\x50\x00\x58\x10\x12\x49\xb6\x94\xcb\x77\x6f\xfb\x51\x48\x92\xbe\x78\x43\x7b\x1b\x14\x82\xac\xd0\x82\x11\xc4\x78\xab\x49\x40\x20\xdf\xd2\x00\x61\x4d\x04\x2c\x10\x63\x08\x38\x12\x89\x21\xd0\x18\x76\x2c\xe5\x90\x70\xf6\x05\x03\x39\x00\xf0\xd7\x08\xa9\x40\x1e\x93\x0d\x0e\x13\x22\xc4\x2d\xe3\x61\x0f\x60\xc9\x38\x90\x20\x40\x21\x68\xbc\x02\xb9\xc6\x02\x94\x0a\x78\x7e\xe7\xdb\x8e\x33\x99\x5f\x7b\xb6\x7b\x35\xba\xb4\xef\x87\xf9\x97\xd9\xc8\xf3\x7e\x9d\xba\x93\xfb\x01\xc0\x2c\x42\x22\x10\x16\x08\x22\xe5\xa8\x04\x61\x19\x23\x19\x5e\xc0\x51\x82\x5a\x38\x84\xe7\x77\xe3\xe9\xd5\x07\xe7\xec\xda\x1d\xf9\xce\xf4\x6a\xae\x51\x21\x60\xb1\x24\x34\xce\x39\x50\xb2\x09\x96\xf2\x00\xd5\xc8\x92\xae\x52\x4e\x24\x65\x71\x0f\x20\x44\x49\x68\x24\x80\xe3\x9f\x29\xe5\x18\xc2\x62\x67\xa6\x60\x12\xb1\x1d\x86\x70\x33\x39\x7d\x29\x5e\x0d\x7a\x1b\x94\x44\xe1\x28\x3d\x93\x38\x66\x52\x23\x68\xb5\x2b\x14\x11\x70\x9a\x48\x6d\xb7\x51\x92\x44\x34\xd0\xc3\x85\x09\xb4\x5a\x7e\x39\x65\x42\xc0\x44\x29\xfa\x86\x72\x99\x92\x88\xfe\x65\xc8\xde\x0d\xde\xe6\x6a\x12\x20\xd7\x44\x6a\x54\x28\xb8\x45\xa1\xa4\x4e\x39\x95\x3b\x08\xd9\x86\xd0\x18\x52\xad\x5f\xef\x8d\x33\xd0\xb4\x34\x60\xf1\x38\x22\x42\x58\xfa\x67\x3f\xb7\xb8\x1e\xac\x39\x50\x48\x45\x12\x91\x5d\x5f\xe9\xcf\x7a\x80\xa7\x10\x97\x46\x8b\x5e\xbe\xfa\x44\xaf\x9e\xb1\xf7\x32\x66\xe0\x79\x17\xaf\xda\x8b\x24\x9c\x6d\x69\x88\xbc\x5f\x5f\xcd\xc5\x10\xce\x89\x3c\x02\x27\x0e\x0c\xdf\x92\xac\x84\xa5\x1c\xf7\x28\xe7\x58\xff\x58\x10\x81\x47\x5f\x16\x4c\x88\x23\xe5\xb0\x86\xb4\x73\x3f\x84\x2c\x48\x37\x18\x1b\x73\xf4\x53\x1e\x59\xb0\x96\x32\x11\xd6\x70\x68\xdc\x70\xc0\x31\x5c\x13\x39\x08\xd8\xa6\x4e\x3c\xc4\x78\xc8\x31\xec\xaf\x89\xec\xeb\xa5\xb4\xd2\xfa\xdb\x9a\x1a\x86\x07\x96\x8e\x58\xbc\xea\xd7\x4c\xef\xaf\xa9\x28\x6d\xae\xb5\x87\xca\xb7\x8c\xf3\x09\x88\x11\x43\x0c\x33\xed\x49\x06\x21\x6e\x31\x62\x49\xae\x97\x4e\x3b\x28\x55\x84\x40\x4a\xa7\x3a\x2a\xdc\x42\x59\x26\xf7\x8b\x0c\xd4\x78\xc7\x4b\xf1\xea\x08\x68\x1c\x44\x69\xa8\x68\x08\x2c\x52\x1a\x85\x75\xe7\x07\x12\xd7\x60\x33\x97\x57\xea\xa9\x13\x0e\x0e\xa8\x40\xa4\x49\xc2\xb8\x7c\x40\xef\x1a\x60\x9b\xc7\xb5\x3c\x3c\x19\x97\xe8\x0a\x4d\x66\x4c\x24\x24\x40\xab\xf4\xab\x1e\x5b\xa8\xd8\x23\xac\x5e\x1f\xaa\x71\x72\x7b\xdc\x03\x30\x31\xd1\x33\x7b\xa8\x07\x50\xdd\xae\x1d\x1b\xb6\xb1\x65\xfd\x2c\x48\x40\xdd\xf8\xc5\x9e\x34\x2a\x28\x03\xad\xc6\x2c\x55\x67\xc1\xf3\xbb\xd1\x6c\x76\xe1\x8c\x2b\x41\x48\x93\x19\x19\xbb\x47\x45\x82\x81\x01\x53\x2a\xcc\x70\xfb\xd9\x14\xa5\xcb\x6c\x21\x35\x6a\xc1\xc9\xeb\x93\xd7\xb9\xe3\x10\xbe\x42\x39\xd3\x9f\x0b\xba\x7c\xe2\x97\x70\x11\xd4\x26\xfe\x78\xfc\xfa\x75\xd7\xcc\x82\x30\x9f\xc9\x5a\x33\xff\xeb\xed\x8f\x6f\x3a\x66\x16\x84\x02\x23\x0c\x24\xe3\xa5\x4e\x73\x0f\x1a\x6b\x07\xea\x96\xfc\x5f\xb1\xde\x2f\x67\x9c\xa5\x89\x80\x44\xf9\xbb\x62\x5f\x47\xdc\x20\x4a\x85\x44\xb5\x4f\x06\xd9\xc4\xcc\xa2\x03\x12\x25\x6b\x32\xf8\x9a\x2e\x90\xc7\x28\x51\x28\x67\x96\x2c\x42\x4e\x24\xf6\xd3\x98\x23\x09\x77\x7d\x8c\xc3\x84\xd1\x58\x0a\x0b\x9e\x49\x9e\xe2\xb3\xef\xee\x06\x7d\xc5\x6f\xcd\x17\x32\x96\x9d\x99\x05\x57\x2c\xc6\x7d\xfe\x91\xcd\xab\xf8\xc7\xc9\xc9\xc9\xf7\x35\x0a\x0d\xbb\x59\xce\x5c\xce\xd8\xcc\x65\xa9\x7c\xba\xc5\xf4\x2c\x93\x2a\x94\xea\x7b\x21\xb4\x37\xc3\x4b\xd7\xf6\xfc\x57\x85\xa5\xfe\xdd\xad\xb7\x66\x42\x2a\xaa\xf3\xa9\xe7\xab\xd1\xf9\xb9\xef\xcf\xee\x0b\xad\x5b\x87\xb6\x9c\x64\xf9\xf0\xfe\xb5\xf6\x3a\xbb\xb3\x21\x2b\xf4\x24\x47\xb2\x69\xa9\xef\xbb\x4a\xbb\x97\x83\x53\x75\x26\x18\x9f\xf8\x77\x39\xa8\xea\x9b\xa5\x32\x49\x4b\xb5\x16\x1a\xec\x50\x8b\x4f\x56\xc5\xe0\x5e\x70\x4b\x9d\x49\xc2\xa4\x39\xe6\x94\xb5\xca\xdc\x49\xe2\x37\x39\xa1\xdc\x32\x59\xa2\x6f\xff\xe6\xcf\x27\x8e\x7b\x9f\x11\xac\xa8\x2c\x57\xe7\xb8\x54\x64\xde\xf4\xda\x1d\xdb\x73\xd7\x9e\x4d\x3d\xc7\x9f\xba\x9f\xe6\xae\xfd\xe1\xbe\xa0\x4a\x39\xed\xa6\xba\x76\x2f\x72\x2a\xb9\x4b\xd0\x82\x33\x9a\xf1\x24\x55\x44\x59\xed\xf2\x95\x0c\x8f\x5e\xe3\x2b\x00\xc6\xdb\xf2\x8f\x7c\x93\x5f\x8e\x6e\xec\xab\xf9\xa5\xe3\xba\x53\x57\x2d\x51\x10\x00\x6c\x49\x94\x6a\x8d\x34\x69\xee\x5b\x28\xe3\x6b\xcf\x9f\x5e\xce\x9d\x2b\xcf\x1f\x5d\x5c\x28\x0d\xd8\x63\x7f\xea\x3a\xb6\xd7\xc6\xc3\x6f\x12\x63\xe5\x29\x62\xf8\x43\x0b\xe8\x66\x72\xaa\x66\x77\x4c\x7b\x7e\x97\x8f\xb5\x97\x1f\xb9\xbe\xf3\x61\x34\xd6\xaa\xef\x9a\x59\x1d\x2f\x67\x2f\x19\x0f\x70\x96\x46\x91\x05\x2a\xf2\x96\xdf\x39\xdb\x58\x15\x98\x83\x5e\x93\xfb\x4d\x99\xdd\x65\x99\x46\x91\x53\x58\xc7\x83\xf7\x0d\xf2\x2c\xed\x78\x7e\xe7\x5c\x8e\xce\xec\xb9\xe7\xbb\xf6\xe8\x52\x3b\x9b\x37\x1b\x8d\xed\xba\x99\x3d\x6d\x4e\x13\x0d\x38\x5d\xad\x90\x17\x71\x7a\x45\xe5\x3a\x5d\x94\xbc\x9a\x6b\x8b\x02\x3e\x73\xfc\xf3\xeb\xd3\xf9\xaf\xf6\xe9\xf9\x74\xfa\x3f\x73\xcf\x1e\xbb\xb6\xdf\x72\x9f\xf3\x74\x91\x23\x61\x8c\x9c\x06\x9d\x50\xf6\x95\xed\x3a\xe3\xc3\x58\x66\x7a\x06\x46\x95\xaa\xc6\x6b\x12\xab\xab\xdf\x5d\x9d\xd2\x29\xc7\x32\x6a\xf3\xdd\x04\x89\x6c\x60\x6f\x3c\x99\x34\x0e\x9a\xff\xbf\xa0\xc2\x51\x43\x09\x0b\x8e\xff\xc1\x11\xd8\xb5\x5d\x8d\xfc\x2e\x9a\xeb\x67\x2d\x11\xce\x49\xea\x32\xb6\xe5\x7c\xb4\xac\x4f\xe5\xf5\x21\xfd\x68\x79\x0a\x1d\x41\x16\x12\x09\x8d\x0b\x27\x35\x36\xae\x85\x9e\x72\xdf\xfe\x72\xe6\x4e\xaf\x67\xde\x7c\xe6\x5c\x9d\xcd\x67\xee\xd4\x9f\x8e\xa7\xd5\x08\x54\x6c\xe1\xf2\x42\x30\xb9\x32\xe4\x1d\x68\xd3\x99\x7d\xe5\x9d\x3b\x1f\xfc\x79\x4e\x34\xf7\x6c\xf7\xc6\x19\xdb\x9a\xdf\x2e\xdc\x03\xe9\xd2\x13\xd0\x67\x53\xd7\xef\x42\x7f\xa6\x12\xa6\x67\x1d\x58\xe7\x53\xf7\xca\xf6\x3f\xce\xc7\x17\xd7\x9e\x6f\xbb\x45\x65\xa2\x9b\xc5\x7d\xd4\xf7\x07\x90\x3f\x5e\xdb\xd7\xb5\xe0\xdb\x81\x67\x68\x0e\xa1\xf8\xd3\x99\x33\x7e\x00\xc5\xd0\x74\xa1\xe4\xd6\x7d\x9c\x94\xfb\xa8\xbb\x90\x47\xd7\xfe\x74\x3e\xb1\x67\x17\xd3\x4f\x73\xfb\xb7\xd9\xc5\x74\x62\xef\x41\xed\xa2\xec\x42\xac\xd7\x8c\xba\xb1\x1a\x75\xa5\xbd\x28\x87\xe5\x6c\xd4\xa2\x3a\x50\xec\xab\x9b\xf9\x07\xe7\xa2\xdb\x7c\x43\x94\xc1\x30\x3f\x66\xfa\x18\x6f\x29\x67\xb1\xda\xca\xc3\x1f\x8e\xea\x63\xf9\xad\xbd\x4e\x54\xc1\xd4\x61\xfa\xa1\x58\xa1\x89\xd4\x21\x39\x63\x11\x0d\x76\x16\x8c\xa2\x5b\xb2\x13\x15\x8a\x88\x6e\x31\x46\x21\x66\x9c\x2d\xd0\xaa\xf1\x8c\xdf\xaa\xa1\xc1\xfc\x0b\xd8\x66\x43\xe2\xb0\xf9\xb9\x0f\xc3\x05\x8d\x87\x0b\x22\xd6\xad\x91\x7e\xd0\x26\x66\x89\x1c\x22\x49\xf4\xa4\x1a\x07\x83\x06\x00\x8d\xa9\xa4\x24\x9a\x60\x44\x76\x1e\x06\x2c\x0e\x85\x05\xef\x5e\xb7\x0e\xf0\xc3\x6a\xa8\x5c\x8f\x72\x16\x8a\x48\x67\x52\xf6\x93\xf7\xef\x4f\x6a\x0b\x67\x79\x01\x8b\xd8\x57\x4a\x6a\x23\x09\x67\x92\x05\x2c\xb2\xc0\x1f\xcf\x0e\x62\x96\x17\xf2\x2a\x66\xe5\xe2\xfe\x44\xc0\xea\x45\xbd\xc6\x65\x79\x2f\x7f\x2a\x62\xe5\x02\x5f\x45\x64\x7f\x1b\xb1\xb8\x65\xd6\x01\x1b\x61\x79\x3f\xa0\xba\x57\xd3\xff\xac\x43\xd6\x59\xa8\x7b\x64\x51\xa9\xab\x2f\x18\xd1\x0d\x95\xa2\xc9\xc4\x06\x37\x8c\xef\x74\x0e\x6e\x5f\xaa\x4b\xc0\x85\x73\xe9\xf8\x55\xc7\xdc\xb2\x28\xdd\xe0\x25\x4b\xe3\xa6\x7f\x6e\xd4\xb7\x19\x91\xeb\x03\x41\xa3\x43\xcf\xcd\xea\x75\x5d\xb1\xd3\x38\xda\x35\xd2\xe5\x83\x6b\x75\x05\xa1\x87\x16\x2d\x27\x85\xd5\x4a\xf0\x41\x26\x24\xf2\x0d\x8d\xf5\xf4\x33\x4e\x02\x9c\x21\xa7\x2c\xec\xda\xef\x46\x61\xa2\x7d\x13\xda\x27\x78\x96\x09\xd7\xb8\x30\xdf\xae\xb2\xc0\xd1\xd1\x1e\x38\x8c\x7e\x40\xc2\xc7\xae\xa6\xd2\xf0\x6b\xd7\xf1\x3f\xcd\x27\xd3\xcb\x91\x53\x5d\xb6\x79\x4b\xa8\xa4\xe3\x33\xc2\xc9\xa6\x22\x3b\x49\x25\xdb\x10\x49\x83\x86\x3a\x8b\x2d\xa9\x16\xad\xe9\xea\x50\x98\xfc\x5b\x17\xa7\x07\x2e\xdc\x4f\xba\x37\x24\x4a\x3c\x94\x5a\xf6\x7e\xbb\x80\xa7\x16\xd4\x15\x21\xb9\xc6\x6a\xbe\x3c\xe8\x01\x64\x4d\x04\xa3\xe4\x6a\x7b\x45\x7d\x29\x2a\xc9\x4d\x56\x7b\x50\x74\x75\x0a\x0d\x66\x07\x75\xb1\x05\x48\x92\xec\x65\x86\x2d\xab\xed\xa6\x4a\x4b\xa9\x5e\x46\x4f\x38\x4b\x90\x4b\x8a\x22\x67\x5f\xeb\xc0\xf4\xd3\x4c\x34\x69\xc9\x30\xae\x21\x78\x66\x85\x9a\x30\x6d\xb7\x7d\xa4\x38\x7d\xc3\xdd\xd3\xa5\x6a\x36\x98\xf6\x49\xd9\x12\xa6\xd1\x1b\x7a\xb4\x70\x9d\xbb\xa4\x43\xa8\x62\x3f\x76\x4b\xf6\xc2\x4b\x30\xa0\xcb\x1d\x10\x08\x52\x21\xd9\x46\xd7\xf4\x6a\xee\xa4\xcb\x8a\x9c\xa5\x12\x07\x00\x17\x48\xb6\x08\x8b\x88\xc4\x5f\x41\x32\x48\x45\x66\x2f\x5c\x92\x34\x92\xc5\xe4\x23\xc0\xc1\x6a\x60\xc1\x4f\x59\x1d\x52\x77\xb0\x7e\xee\xff\x94\x75\x40\x7f\x1e\xfc\x94\xcd\xc8\xc2\x44\x5f\xa4\xcb\x25\xfd\xf6\xf3\x8b\x96\xad\x33\xa6\x14\x0f\xa6\xee\x79\x9e\x2d\x51\xe8\xa3\x56\x7c\xec\xb2\xdc\xb5\x7b\x91\x1b\x8e\x63\xc2\x04\x95\x8c\xef\xe0\x96\xca\xb5\x69\xcb\x56\xdb\x38\x45\xa3\x33\xc4\x96\xa9\xce\xa8\x04\xb7\x04\x30\x25\x25\xc3\x43\x67\x4d\xeb\x80\xcf\xe5\xcd\x1e\x53\xe6\xd0\xdd\x35\x53\x66\x29\xae\x83\xc3\xe2\x57\xff\xcf\x94\x06\x5f\x85\x24\x5c\x8a\xa6\x78\x1e\x4a\x90\xba\x6d\xc6\x80\xc0\x82\x93\x38\x58\x83\x31\x80\x24\x2b\x60\x1c\x98\x5c\x23\x07\x8e\x4b\xa5\x02\x2d\x6e\x45\x07\x54\x7f\xd2\x16\x24\x1c\x21\x66\x32\xeb\x8c\x9a\x26\xae\xb1\xa9\x41\xdd\xa3\x8d\x25\x72\x8c\x03\x3c\xa0\x08\xd7\xfe\x50\xca\xbd\x21\x42\x22\x3f\x24\x85\xb1\x52\x44\x24\xdd\x22\x24\x44\xae\xd5\xc7\x6a\xf7\x5c\x31\x4d\x25\x50\xa1\xd9\xa5\xb1\x99\xc1\x58\xd6\xac\x6d\x09\xd9\x15\x3e\x24\x7e\x93\x30\xa1\x5c\xd7\x39\x76\xd5\x9d\x95\x97\x39\xdb\x3b\xe9\xdd\xdb\x61\xb8\x8b\xc9\x86\x06\xdb\x70\xa1\xcb\x61\x4b\x0c\xd1\xec\xd3\x61\x47\x24\xfc\x98\x62\x6a\xa2\x86\x68\x72\xa0\x87\x44\xc5\x81\x6b\x37\xdb\xa6\x07\xb3\x84\x06\xdd\x38\x7a\xa8\x8d\x93\xdd\x6d\x1b\x38\xe7\x8c\xc7\x28\x3f\xe6\x2d\x12\x20\xe1\x86\xc6\x50\x79\x7b\x50\x83\xce\xa9\x67\x95\xb7\x09\xea\x0c\x84\x17\xbf\x93\xfe\x5f\xa3\xfe\xff\xbe\xee\xff\xf7\x1f\x77\x27\xf7\x6a\xc3\xea\x0a\x9b\x7e\x29\x81\xdf\x12\x8e\x42\x98\x2c\xe3\xc1\x82\x40\x63\x73\x34\xf8\xbd\xce\x9e\x47\x00\x11\x82\x05\x54\x3f\xa4\xd0\x7b\xd6\x47\x4a\xc3\xda\x8b\x8b\x96\x89\x0d\x49\x8e\x50\xe1\xfd\x33\x79\x14\xd3\xad\x3b\xf3\x61\x56\x73\x25\xe9\x90\x69\xd6\x4e\x05\xf2\x03\x6c\x75\xe9\xf5\x33\xf9\x3c\x52\xdc\xfd\xfe\x39\xfc\xe3\xee\xf8\xfe\x77\xf5\xd7\xf1\x63\x79\x7d\xb4\x5a\x47\xf9\xe1\x25\xa4\xee\x80\xa7\x02\x43\xfd\x44\x24\x7f\x2c\xa1\xf7\x93\xa9\xa0\xc2\x2d\x2e\xd6\x8c\x7d\xed\xda\xfb\xeb\x74\x01\xbf\x9a\xe1\xec\x94\xfa\xdb\x2e\xd2\x59\xd1\xfd\x5e\x82\x98\xf2\xed\x7e\x49\xb2\xf1\xef\x25\x4a\x67\x45\xf9\x41\x59\xae\xf2\xca\xb9\x8a\x67\xb7\x6b\x1a\xac\x35\xf3\x95\xfc\xd2\xa4\x47\xf9\x4b\x87\x4b\x1a\x86\x11\xde\xaa\x98\xad\x53\x60\xa1\xc2\xb7\x8e\x7f\x34\x16\x92\x44\x11\x86\x03\x75\xf4\x89\x06\x86\x09\xf2\x7c\x43\xa2\x68\x57\x92\xe6\x41\xb4\x38\x71\xca\x4a\xbe\xe9\x1f\x7e\x62\x29\x88\x35\x4b\xa3\x10\x58\x1c\xed\xf4\x43\x0c\xa5\xea\x0d\x0b\x55\xea\xa0\x43\xb7\x39\x4a\x5e\x6c\xb1\x82\xdb\x92\x81\xc6\x60\xea\x05\x21\x5d\xea\x93\xa3\xb2\xd4\x30\x7f\x1d\xd5\x34\x51\x05\xa1\x54\x54\xa1\xf1\xee\x3e\xc3\x81\xa3\xb7\x7c\x11\xb1\x6f\x17\x6b\x4f\x5a\xec\x8a\xae\xb8\x3a\x5b\x53\xb9\xc6\x58\xaa\x2c\x41\x69\x30\x44\x91\x2b\x2d\x0b\xa7\x2d\xae\xf3\xc9\xe3\x2c\xdc\xfe\xe3\x40\x7a\xa0\xe6\x78\xd8\xb9\xd4\x79\xc7\x59\x24\xe0\x76\x8d\x3a\x19\xc0\x6f\x49\xc4\x42\x0c\x1b\x6f\x56\xa4\xfa\x3f\x33\xf3\x02\xcb\x0b\x94\x72\x96\x2c\xc9\x33\xaf\xba\x9a\xa2\x9a\xd6\x05\xd8\x39\xec\x88\x07\x6b\xba\xad\x1c\x70\x7b\x8a\x9a\x79\x2d\x79\x49\x22\x81\xcf\xda\x6c\x6f\x36\x04\x42\xd4\xe5\x03\x0c\x21\xa2\x42\xaa\xe3\x3d\xcb\xd0\xc2\xec\xf4\x56\x37\x87\x4a\x1e\x7e\x33\x39\x35\x5b\xa5\x94\xad\xc9\xee\xcd\xe4\xb4\xd2\x6d\x29\xd2\x00\x5a\x61\xb8\xe8\xd5\x35\x78\xba\x24\x5b\x8c\x61\x43\x39\x57\xb9\xb1\x4e\x7f\xf5\x62\xde\x1b\xc7\x3c\x12\x6a\x1d\xd1\xb5\x19\xd5\x8c\xb1\xd5\x9d\x6c\x2c\x75\x91\x89\x5b\x95\x53\x39\x4e\x16\x1e\x48\xa6\x63\xb8\xa5\x51\xa4\xcc\x15\xb0\x84\xea\xad\x9c\xe5\x50\x35\xf9\x01\x96\x2c\x0a\x91\x0f\xc0\x59\x42\x1a\x0b\x9d\xf3\x53\x0c\x8f\x80\x44\x51\x89\x45\x63\x18\x9a\x5e\x7d\x03\xb6\x7d\x8d\xe4\x92\x2e\x49\xd0\xad\xbd\x5a\xcf\xb2\xc3\x19\xf5\xf5\x3b\x2b\x00\x99\xea\x50\xa9\x95\x4a\x2d\xa8\xf4\x90\xe3\x33\xda\xfb\xbf\x00\x00\x00\xff\xff\xfc\xab\x0b\x8a\xdc\x29\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5c\x7b\x73\xdb\x38\x92\xff\xdf\x9f\x02\x95\x9a\xaa\x24\x5b\x91\x9c\xec\x64\x66\x72\xba\xa9\xa9\x92\x25\xc6\x51\x22\x4b\x1a\x92\xf6\x6c\x6e\x66\x4b\x05\x91\x2d\x09\x31\x45\x70\x01\x50\x8e\x36\x95\xef\x7e\x85\x07\x49\xf0\x29\xd9\x71\xf6\x2e\x7f\x39\x64\xe3\x87\xee\x06\xfa\x05\x36\x84\x13\x72\x03\x8c\x13\x1a\x0f\x90\x80\x5d\x12\x61\x01\x7d\x9a\x40\xcc\xb7\x64\x2d\xfa\x84\x9e\xef\x5f\x9d\xdd\x92\x38\x1c\x20\xdf\xbc\x3e\x8b\xf0\x0a\x22\x3e\x38\x43\xe8\x53\xb8\xff\xf9\xf5\x00\xbd\xea\xff\xd2\x7f\x79\x86\x72\x80\x01\x0a\xb1\xc0\x7b\xc2\xc4\xcf\xaf\x7b\x1c\x82\x94\x41\x8f\xff\x9d\x9c\xed\x80\x73\xbc\x81\x01\x7a\x3a\x44\x31\xdc\x29\x2a\xc4\x81\xed\x49\x00\x68\x8b\x39\x5a\x01\xc4\x28\x60\x80\x05\x84\x88\xc4\xe8\x40\x53\x86\x12\x46\x3f\x41\x20\xfa\x08\xf9\x5b\x40\x29\x07\x16\xe3\x1d\x9c\x27\x98\xf3\x3b\xca\xc2\x33\x84\xd6\x94\x21\x1c\x04\xc0\x39\x89\x37\x48\x6c\x21\x07\x25\x1c\xfd\xf0\xc5\x77\x26\x93\xf1\xf2\xda\x73\xdc\xd9\xf0\xca\xf9\x7a\x9e\x3d\x59\x0c\x3d\xef\x8f\xb9\x3b\xfe\xda\x47\x68\x11\x01\xe6\x80\x56\x80\x78\xca\x40\xca\x42\x0d\x23\x0a\x6f\x4d\xa3\x88\xde\x49\x74\x0e\x01\x03\xc1\x07\xe8\xc9\x0f\x5f\x46\xf3\xd9\xdb\xc9\xe5\xb5\x3b\xf4\x27\xf3\xd9\x52\x81\x3f\x41\x01\x8d\x05\x26\x71\xc6\x89\x94\x91\xd3\x94\x05\x12\x34\xa0\xf1\x9a\x6c\x52\x86\x05\xa1\x31\x0a\x41\x60\x12\x71\xc4\xe0\x5f\x29\x61\x10\xa2\xd5\x41\x0f\x81\x24\xa2\x07\x08\xd1\xcd\xf8\xe2\x19\x7f\xfe\xdf\x72\xaa\x77\xbe\xbf\xf0\x96\x9e\x33\x72\x1d\xbf\x34\x89\x64\x75\x0b\x28\xa3\xf8\xe0\x7c\xf4\xfc\xb9\xeb\x7c\x45\x6b\x12\x29\x6d\x85\x4a\x3d\x4a\x21\x9a\xfd\x94\x81\x1a\x0f\xb1\x50\xd0\xef\x2f\xdd\xf9\xf5\xc2\x5b\x3a\xb3\x91\xfb\x71\xe1\xe7\x93\x68\x7e\x6d\x59\xea\xb4\xed\xd3\x05\x29\x93\xc3\xde\x5f\x32\x9a\x26\x1c\x05\x74\xb7\x4b\x63\x12\x28\xc9\x79\xff\xe9\xd9\x0e\x04\x96\xba\x91\xdb\x08\xc7\x31\x15\xfa\x8d\xfc\x2f\x42\x21\xf0\x80\x91\x44\xa8\x6d\x39\x8c\x11\x7c\xc6\xbb\x24\x02\xf4\xfe\x82\x72\x8e\xc6\x72\xdb\xdc\x10\x26\x52\x1c\x91\x7f\x6b\x5d\xe2\x24\x89\x0c\x7a\x1f\xbd\xa5\x0c\xed\x28\x03\x44\xe2\x35\x65\x3b\xf5\x54\xe1\x22\x84\x57\x34\x15\x28\x35\x1b\x85\xf0\x7c\xcf\xbe\x40\x1c\x00\x6d\x85\x48\xf8\xe0\xfc\x7c\x43\xc4\x36\x5d\xf5\x03\xba\x3b\xff\xb4\xa2\x9c\xf7\x72\x93\x38\xb7\x66\xea\x65\x83\x79\x5f\xc1\x93\x80\xc6\xa3\x08\x73\x3e\x50\x7f\xf6\x32\x2b\x50\x2f\x4b\x46\x15\x12\x9e\x44\xf8\xd0\x93\x3b\x79\xd0\x21\xd6\xcf\xfd\xd7\xe8\xd9\x1d\x11\x5b\xe4\x79\xd3\xe7\x75\x9c\x84\xd1\x3d\x09\x81\xf5\xca\x80\x2e\x84\xe8\x1d\x16\x2f\xd0\x24\x0e\x34\x6b\x02\x6f\xf8\x40\xda\xeb\x8b\x8c\x29\xf5\xc7\x0a\x73\x78\xa1\x24\xd4\x54\x8d\x1e\x20\xa4\x41\xba\x83\x58\xaf\x50\x2f\x65\xd1\x20\xd7\x93\xb6\xba\x3e\x83\x70\x8b\x85\x52\x57\x89\xf8\x1c\xe2\x73\x06\x61\x6f\x8b\x45\x4f\xeb\x51\x4e\xda\xdb\x97\x84\x3c\xef\x98\x3a\xa2\xf1\xa6\x57\xda\x0d\xbe\xbd\x68\x28\x84\x35\x89\x41\x9a\x90\xb6\x31\x8e\x62\x80\x10\x42\xb3\xda\x82\xa2\x10\xf6\x10\xd1\x24\x53\x49\xa3\x96\xa5\x16\x42\x7b\x0b\xbd\x40\x24\x0e\xa2\x34\x94\xbb\x04\xa3\x55\x4a\xa2\x0c\xb1\x64\xc1\x2f\xec\x31\xc6\x6c\xa5\xec\x15\x3b\xc7\x71\x88\xf0\x8a\x44\x44\x1c\x94\x5b\x31\x2f\x21\x83\x04\x26\xc8\x5a\xa2\x00\xef\xb0\xd5\x7e\x87\x9a\x78\x9a\x24\x94\x89\x23\x6b\xa3\x00\xf6\x99\xb7\xcf\x9c\xb6\xde\x31\xcd\x0e\x5b\xbf\xe5\x09\x0e\x60\x50\x6c\xbc\x33\xba\x92\x0e\x99\x0f\xce\x7a\xc8\x8e\x1f\xfb\x57\x67\x08\xe9\x58\xe1\x69\xff\x7b\x86\x90\x6d\xe7\x0d\x96\x5e\xb1\x75\xdf\x78\x4c\x54\xde\x22\x99\x3f\x37\x76\x56\x04\x20\x85\x59\xac\xc1\x00\xfd\xf0\x65\xb8\x58\x4c\x27\x23\xcb\x25\x2b\x32\x2d\x65\xf3\x5b\x9e\x40\xa0\xc1\xa4\x12\x0d\x6e\xcf\x0c\x91\xda\x34\x13\xc9\xb7\x03\xf4\xe6\xe5\x9b\x97\xd9\xf6\xc2\x6c\x03\x62\xa1\x1e\xe7\x74\xf6\x40\x5e\x1e\xf9\xfa\xf5\x8f\x2d\x23\x79\x69\xe8\xa7\x70\x15\x94\x46\xfe\xf8\xea\xe5\xcb\xa6\x49\x73\x42\x7b\x24\xaf\x0c\x6d\x9e\xb5\xa0\xcc\xc6\xd2\xda\xac\x3f\xbd\xfe\xf1\xef\x0d\x43\x69\x75\x56\x5a\x9f\xf5\xa7\xe6\x59\x0b\x4a\x0e\x11\x04\x82\xb2\x62\x1b\x64\xd6\x33\x52\xf6\xd1\xbc\x58\xdf\x65\xc3\x65\x31\x2a\x91\x46\x27\xf9\x57\x56\x18\x44\x29\x17\x20\x83\x58\xdf\x0c\x34\x9b\xb0\x8f\xa3\x64\x8b\xfb\xb7\xe9\x0a\x58\x0c\xd2\xf9\x13\x7a\x2e\x68\x04\x0c\x0b\xe8\xa5\x31\x03\x1c\x1e\x7a\x10\x87\x09\x25\xb1\xca\x14\x04\x4b\xe1\xc9\xa3\xef\xdc\x5e\xa2\xc3\x7f\xb1\x7d\x0d\xcb\x93\xc5\x00\xcd\x68\x0c\x6d\x5b\xda\x8c\xb3\x36\xe6\x9b\x37\x6f\x1e\x77\x51\x48\xd8\xcc\xb2\xb1\x12\xbd\x66\x2e\x4d\xc5\xfd\x57\x4c\x8d\xd2\x29\x5f\xa1\xbe\xa7\x5c\x99\x11\x7a\xe6\x3a\x9e\xff\x3c\x5f\xa9\xef\xeb\x2d\xb6\x94\x0b\x49\xf5\x6e\xee\xf9\xf2\xed\x52\xa6\x60\x5f\x73\xad\x0f\xba\xbc\x84\xa0\xd9\xeb\xf6\xb9\xee\xa9\x57\xfe\x1d\x15\xcb\x1f\x57\xb3\x26\xc4\x3c\x48\xc1\xde\x71\x0d\x9b\x64\xa6\x60\x4d\x00\xdb\x91\xd8\xb0\x26\x0b\x07\xb1\x65\x34\xdd\x6c\xbf\xc7\x52\x18\x9f\xfc\x3d\x56\xe2\xfd\xf8\x62\xf4\x48\x2b\x20\xb9\xbc\xbf\xfe\x25\x03\xdd\xea\x2f\xc2\xca\x77\x56\xbf\xd6\xef\x64\x87\x37\xe0\x09\x06\x78\x57\xd3\xf2\xa3\xda\x7d\x2b\x07\x17\x32\x39\xd4\xde\xf1\xfb\x72\x60\x2f\x0c\x4d\x45\x92\x16\xfa\xcf\x35\xd8\xa0\x16\x1f\x6f\xf2\x97\xad\xe0\x03\x55\xc4\xe8\x3a\x45\x27\xd2\x83\x22\xdf\x15\xf0\x59\x8c\x09\x93\x03\x47\xf3\x99\xef\xfc\xc3\x5f\x8e\x27\xee\x57\x43\xb0\x21\xa2\x98\x9d\xc1\x5a\x92\x79\xf3\x6b\x77\xe4\x2c\x5d\x67\x31\xf7\x26\xfe\xdc\xfd\xb8\x74\x9d\xb7\x5f\x73\xaa\x94\x91\x66\xaa\x6b\x77\x9a\x51\x89\x43\x02\x03\x74\x49\x0c\x4f\x42\xc6\xd6\xcd\x21\x9b\x49\xf3\xe8\x55\x9e\x22\x04\xf1\xbe\xf8\x4f\x16\xee\xae\x86\x37\xce\x6c\x79\x35\x71\xdd\xb9\x2b\xa7\xc8\x09\x10\xda\xe3\x28\x55\x1a\xa9\xd2\x7c\xad\xa1\x8c\xae\x3d\x7f\x7e\xb5\x9c\xcc\x3c\x7f\x38\x9d\x4a\x0d\x38\x23\x7f\xee\x4e\x1c\xaf\x8e\x07\x9f\x05\xc4\x72\xa7\xf0\xf3\xbf\xd5\x80\x6e\xc6\x17\x72\x74\xc3\xb0\x1f\xbe\x64\xef\xea\xd3\x0f\x5d\x7f\xf2\x76\x38\x52\xaa\x6f\x1a\x69\xbf\x2f\x46\xaf\x29\x0b\x60\x91\x46\xd1\x00\xc9\x1c\xa4\x78\xce\xe8\x6e\x60\xc1\x74\xee\x9a\xdc\x65\xe4\x05\x9c\x29\x14\xf2\x82\x60\xf0\xaa\xff\x4b\x85\xdc\xd4\x0c\x3f\x7c\x99\x5c\x0d\x2f\x9d\xa5\xe7\xbb\xce\xf0\x4a\x6d\x36\x6f\x31\x1c\x39\xe5\x65\xf6\xb2\xf3\x11\x84\x04\x23\x9b\x0d\xb0\x3c\x63\xd1\x85\x78\xc1\xab\x3e\x7e\x91\xc0\x97\x13\xff\xdd\xf5\xc5\xf2\x0f\xe7\xe2\xdd\x7c\xfe\x21\x3b\xb5\xa8\x6e\x9f\x77\xe9\x2a\x43\x82\x18\x18\x09\x1a\xa1\x9c\x99\xe3\x4e\x46\xdd\x58\x7a\xb8\x01\x23\x52\x55\xa3\x2d\x8e\x37\x30\x40\x5f\xca\x94\x93\xe2\x9d\xa1\xd6\xcf\xb5\x93\x30\x2f\x5a\xfd\xc9\xb8\x92\x72\xfd\xe7\x9c\x0a\x03\x05\xc5\x07\xe8\xd5\x37\x24\x83\x4d\xe6\xaa\xe5\x77\x41\x1f\xa8\x95\xea\xd8\x8c\xa4\x2c\x63\x5d\xce\x93\x65\xbd\x2f\xaf\xc7\xf4\xa3\xe4\xc9\x75\x84\x50\x7e\x28\x96\x6f\x52\xbd\xc6\x25\xd7\x53\xd8\x6d\x76\x60\xb6\x98\xcc\x2e\x97\x0b\x77\xee\xcf\x47\x73\xdb\x03\xe5\x26\x5c\xd4\xf3\xe3\x99\x26\x6f\x40\x9b\x2f\x9c\x99\xf7\x6e\xf2\xd6\x5f\x66\x44\x4b\xcf\x71\x6f\x26\x23\x47\xf1\xdb\x84\xdb\x51\x38\xdc\x03\x7d\x31\x77\xfd\x26\xf4\x27\xb2\x74\x78\xd2\x80\xf5\x6e\xee\xce\x1c\xff\xf7\xe5\x68\x7a\xed\xf9\x8e\x9b\x9f\xb5\x36\xb3\xd8\x46\xfd\xb5\x03\xf9\xf7\x6b\xe7\xba\xe4\x7c\x1b\xf0\x34\x4d\x17\x8a\x3f\x5f\x4c\x46\x47\x50\x34\x4d\x23\x4a\xe9\xcc\xb5\xe2\x9b\x73\xa4\x73\x10\xc1\x79\xe6\x37\x7b\xda\xed\xf4\xf6\x34\x4a\x77\x70\x14\xb3\x85\xb3\xf2\x59\xef\x71\xce\xfc\x8f\x8b\x93\xa0\x14\x61\x3b\x5e\xfb\x26\x2b\xde\xb7\x8f\x3e\xb2\x07\x4a\x34\x4d\x28\xcd\x07\xd5\xcd\x68\x2d\x87\xda\x27\xa0\x9e\xb4\x9a\x9f\x36\xea\xc8\xa0\x07\x71\xc0\x0e\xc9\xf1\x45\x6d\x9b\xe4\x34\xe6\xbb\x16\xba\x4a\xdb\xbe\x44\x4d\x94\xa7\x20\x76\x2f\x5b\x1b\x75\x17\xf2\x69\x4e\xa1\x8d\xba\x09\x79\x78\xed\xcf\x97\x63\x67\x31\x9d\x7f\x5c\x3a\xff\x58\x4c\xe7\x63\xa7\x05\xb5\x89\xb2\x09\xb1\xfc\xd1\xa8\x19\xab\xf2\x61\xa9\x15\xa5\x5b\xce\xca\xc7\xa8\x06\x14\x67\x76\xb3\x7c\x3b\x99\x36\x7b\xbb\xb2\x77\x81\x78\x4f\x18\x8d\x65\xe4\xb3\x72\xcf\x02\x6a\x3c\xf4\x87\x37\x13\xd7\x5f\xfa\xee\x70\xe6\x49\xb7\xfe\xcd\xae\xa6\x03\xf2\xdb\xfd\x4e\x33\xf8\x72\x38\x9d\x0c\xdb\xbc\x76\xa7\x27\xea\x62\xf6\x5b\xfd\x93\xe7\xcd\x2b\xf5\x85\x35\xdc\xbc\x6c\x1b\x97\x05\xda\xce\xf1\x16\x51\x1b\x8e\xeb\x0c\xa7\x57\xed\x08\xea\x75\x2b\xef\x9d\x9b\xdd\xa6\x68\x43\xe8\xd6\xa0\x4d\xd1\x8a\x70\x7d\x31\x9d\x8c\xe4\x9a\x74\x60\xe4\x34\x6d\x28\x17\xce\xd0\x75\xdc\xe5\x7c\x36\xed\x80\xb1\x88\x5a\x57\x65\x78\x35\x2d\xf6\x47\x57\xbc\x69\xa3\x3e\x09\xf9\x44\xc8\xd3\xb8\xec\x0a\x5b\x9c\xd3\x1e\xc7\xbb\xe8\x68\xbc\xca\x61\x47\x8e\x2c\x2c\x65\xfa\xd8\x95\x62\xb6\x92\x9f\xc6\xf2\xf1\x6d\xd3\x4c\xdf\x6e\x4c\x47\x16\xaa\x73\x69\x9c\xd9\xf0\x62\xea\x2c\x47\x73\xb7\xc5\xc3\x54\x88\x3a\x65\x9c\xce\x2f\xe7\xd7\x32\x2a\x5e\x1e\x53\x9d\x45\xd9\x86\x38\x9e\x78\x6a\x56\xcf\x2b\x6b\xfa\x66\x38\x9d\x8c\x55\x82\xdf\x3e\xc7\xf1\xb1\x6d\xb3\xfa\xee\xb5\xe7\x1f\xd9\xa7\x05\xcd\x71\x94\xe3\x3b\xf4\x84\xcd\x69\xc1\x1d\xdf\x3d\x0d\xc4\x6d\x6c\xca\x1a\x68\x32\x1e\xcd\x67\x33\x67\xe4\x9b\x3c\xe1\xca\x99\xf9\x1d\x5b\xa1\x75\x48\xe7\xc6\x38\x09\xba\x4a\xd9\x5c\xc9\x58\x87\xe3\x6d\x85\x4c\xed\x03\x45\x07\x46\x6b\x35\x54\x3f\x84\xd7\xff\xd4\x61\xc8\xb1\x8a\x5c\x11\x2d\xd2\x28\x5a\xd0\x88\x04\x87\x01\x1a\x46\x77\xf8\xc0\x2d\x8a\x88\xec\x21\x06\xce\x17\x8c\xae\x60\x50\x62\x02\x3e\xdb\x05\xb8\xfe\x17\xd0\xdd\x0e\xc7\x61\xf5\x71\x0f\x9d\xaf\x48\x7c\xbe\xc2\x7c\x5b\x7b\xd3\x0b\xea\xc4\x34\x11\xe7\x80\x13\x35\xa8\xc4\x41\xbf\x02\x40\x62\x22\x08\x8e\xc6\x10\xe1\x83\x07\x01\x8d\x43\x3e\x40\x3f\xbf\xb4\x68\x8e\x1d\x23\xa0\xf2\xe7\xb8\x8c\x85\xfc\x3c\x41\x9f\xa0\xbf\xf9\xe5\x97\x37\xa5\x89\xcd\xe9\x1b\x8d\xe8\x2d\xc1\xa5\x37\x09\xa3\x82\x06\x34\x1a\x20\x7f\xb4\xe8\xc4\x2c\xbe\x59\xdb\x98\xd6\xb7\xed\xfb\x02\x16\x9f\x77\xab\x80\xfc\x61\x88\xf6\x27\xee\x92\xdc\xc5\x57\xe9\x7b\x23\x36\x33\x69\x7f\x23\xbf\x2f\xa4\xf5\x45\xdc\x86\xa4\x0f\x67\xf2\xa7\x66\x26\xe9\xc3\x99\xcc\xbf\xe6\x96\x11\x2b\x87\x3e\xed\x80\x0c\x70\x48\xfe\x6f\x0d\xb1\xcc\x42\xd9\x12\xf3\x56\x9f\xf2\x84\x11\xd9\x11\xc1\xab\x4c\xec\x60\x47\xd9\x41\x9d\xf0\x3b\x57\x73\xf7\xe3\x72\x3a\xb9\x9a\x94\x22\xbf\x8e\x32\x57\x34\x8d\xab\x76\xb9\x93\xcf\x16\x58\x6c\x3b\x6a\xac\x06\x3d\x97\x7a\x7f\x4a\xef\xa5\x54\xf3\x38\x3a\x54\x0e\xe3\x3b\xe7\x6a\x8b\x85\xd5\xbe\x9d\xde\x2d\x1c\xb8\xa0\x0c\x9a\x48\xef\x31\xf1\xa9\x07\x1b\xb5\xf9\xb3\x81\x0f\xe0\xc3\xfa\x3c\x78\xc9\x70\x00\x0b\x60\x84\x86\x4d\x3e\x56\x63\xf2\xfa\x37\x9e\x36\xa5\x9b\x33\xfe\x12\x17\xfa\xd9\xcc\x38\xeb\x86\x1e\xce\x1a\xfa\x09\x4a\x3e\x3e\x51\xa9\x83\xb3\x7d\x8a\xe3\x7a\x3c\x3e\x55\xd7\xe1\x57\xf5\x03\x8b\xf5\x25\x63\x81\x19\xde\x59\xca\xc5\xa9\xa0\x3b\x2c\x48\x50\x59\xaf\xdc\xdf\xc8\xf9\x4a\x8b\xd1\x15\xfb\x1e\xf4\xcd\xe9\xc8\xb7\xca\x7b\x7d\x72\x49\xa4\x78\x20\x94\xec\xbd\x7a\x17\x90\x9c\x50\x7d\x73\x17\x5b\x28\xb5\x93\x9e\x21\x64\xba\x2b\xb5\x7e\x87\x56\xcf\x9f\x7c\x92\xf7\xd0\x55\x59\x3d\x43\x79\x6b\x6f\xae\x41\x93\x4e\xe5\xcb\x8d\x93\xa4\x95\x19\xba\x36\xbd\xcc\x72\x6d\xed\x5e\xdc\x72\x7b\x61\xc2\x68\x02\x4c\x10\xd3\x3d\x28\xb6\x5a\x07\xba\xb9\x5a\xbb\xca\x9a\x0c\xa3\x12\x82\xa7\x67\x28\x09\x53\xb7\x8b\x13\xc5\xe9\x69\xee\xaa\x52\x3d\xf5\x12\x08\xc8\xfa\x80\x30\x0a\x52\x2e\xe8\x4e\x75\x17\x94\x94\xae\x3a\x78\x18\x4d\x05\xf4\x11\x9a\x02\xde\x03\x5a\x45\x38\xbe\x45\x82\xa2\x94\x1b\xa9\x60\x8d\xd3\x48\xe4\x83\x5f\x20\xe8\x6f\xfa\x03\xf4\xab\x69\x8b\x50\x0d\xb0\xbf\xf5\x7e\x35\x4d\xe3\xbf\xf5\x7f\x35\x23\x7a\x21\xdd\x61\x12\xf7\x78\xba\x5e\x93\xcf\xbf\x3d\xad\x69\xc4\x30\x25\x79\xd0\xfd\x17\xef\xcc\x14\xb9\x4a\xca\x99\xf6\xc3\xe4\xe3\x0f\x15\xd0\xb4\xcc\x3c\xa6\x9c\xfc\x24\x41\xbd\x07\x48\xaa\x1a\x55\xfe\x7f\x08\xaa\x58\x39\x26\xa7\x24\x6a\x32\xc3\x6b\x77\x9a\x59\x21\x83\x84\x72\x22\x28\x3b\x20\xd5\x8f\xad\xae\x26\xd8\xed\xbf\xda\xd4\x50\x40\x43\xa8\x99\xdb\x25\x11\xc8\x2d\x00\xf4\x21\x9f\x29\x08\x9b\xba\x20\x3a\x4c\xed\x84\x0e\xf5\xfc\xaf\xde\xbf\x52\x12\xdc\x72\x81\x99\xe0\x55\xf1\x3c\x10\xa6\x01\x9e\x22\x8c\x56\x0c\xc7\xc1\x16\xe9\x75\x10\x78\x83\x28\x43\x54\x6c\x81\x21\x06\x6b\xa9\x02\x25\xae\xa5\x03\xa2\x1e\xa9\x85\xc4\x0c\x50\x4c\x8b\xa6\x7a\xc8\x97\x56\xa3\xb6\x68\x63\x0d\x0c\xe2\x00\x3a\x14\xe1\x3a\x6f\x0b\xb9\x77\x98\x0b\x60\x5d\x52\xe8\x55\x8a\xb0\x20\x7b\x40\x09\x16\x5b\xf9\xd0\xbe\x41\x22\x99\x26\x02\x11\xae\xd8\x25\xb1\x1e\x41\xa9\xe9\xcf\xaf\x09\xd9\xe4\x35\x05\x7c\x16\x68\x4c\x98\xfa\x32\x7e\xb0\xbd\x65\xd6\x18\x53\xf7\x8a\x3f\xbf\x3e\x0f\x0f\x31\xde\x91\x60\x1f\xae\x54\x03\xc5\x1a\x42\xd0\xbe\xf7\xbc\x21\x00\xfc\x9e\x42\xaa\x43\x00\xaf\x72\xa0\x5e\x71\x6b\x03\x97\xbe\x85\x56\x77\x30\x4d\x48\xd0\x8c\xa3\x5e\xd5\x71\xcc\xd7\xd0\x0a\xce\x3b\xca\x62\x10\xbf\x67\xed\xa5\x08\x87\x3b\x12\x23\xeb\xfe\x4d\x09\x3a\xa3\x5e\x58\xf7\x73\x64\xe8\x47\x4f\xff\xc4\xbd\x7f\x0f\x7b\xff\xf3\xb2\xf7\x5f\xff\xfc\xf2\xe6\xab\x34\x58\xd5\x93\xa1\x2e\x0c\xc1\xe7\x84\x01\xe7\x3a\x7b\x3b\xfa\x09\xb9\x62\x1c\xf7\x0e\xa0\xf2\x69\x96\x60\xc9\x5d\xb2\xaa\xdf\x94\x39\x33\x69\x55\xa5\x03\xbf\x24\xaa\x07\x6c\x0f\x0c\x7d\xc8\x90\x9a\xe2\xa8\x9d\xf6\x9d\x1a\x41\x35\xc3\xc7\xc4\xca\x05\x50\x57\x6f\xa4\x53\x32\x5b\x5a\x0f\x3f\xca\xed\x5b\x12\x41\x5c\x67\xd5\x3a\x94\x36\xbc\x65\x13\xf5\x3f\xdd\xd6\xdc\x88\x64\x4a\xe6\x5a\xcd\x4c\x3d\x7b\xff\xc1\x93\xae\xe4\xfd\xc8\xf9\xe0\x3d\x3f\xca\x91\x7f\x48\xda\xb8\xd1\x5f\x92\xda\x34\x82\x39\xa7\x01\x51\xb7\xc6\x94\x73\xce\xae\x80\x01\xb3\x6f\x57\xb4\xcd\x3f\x2a\x48\x9a\xd6\xce\xe4\x3e\x46\x19\xfa\xb2\x4c\x03\x23\x99\x3d\xe4\x41\x30\x57\x05\x8e\x43\x9b\x8d\x63\x5a\xb0\x0c\xa7\xe5\xeb\x79\xe6\x12\x0f\xd9\x14\x72\xee\x2a\x4f\xd7\xe6\xa2\x5c\x4d\x39\x3e\x10\x12\x96\xee\xde\xd5\x14\xa3\x49\x32\x04\xcb\x82\xff\xc2\x27\x99\x6e\xed\xe3\x69\xb7\xc1\x2e\x6c\xd5\xe9\xb9\x53\x0e\xac\x83\xad\x26\xef\xf2\x17\xfe\x6b\x28\xb9\xfb\xf3\xaf\xf0\x9f\x5f\x5e\x7d\xfd\x53\xfe\xef\xd5\xa9\xbc\x9e\xec\x5c\x86\x99\x3b\xe1\x42\x5d\x70\x53\x7e\xc3\xbe\xd5\xa3\xd6\x5e\x77\x9e\xa1\x3b\x58\x6d\x29\xbd\x6d\x8a\x80\xdb\x74\x85\xfe\xd0\xaf\x8d\xdf\x78\xb0\xa3\x6c\xec\x84\x7b\x2c\x41\x74\xdb\x5b\xbb\x24\xe6\xfd\x63\x89\xd2\xd8\x89\x77\x54\x96\x59\xd6\x71\x28\xa3\xfa\xdd\x96\x04\xda\x05\x58\xc5\xa5\xae\x8d\xb2\x4b\x60\x57\x24\x0c\x23\xb8\x93\x99\x8b\xaa\x7f\xb9\x4c\x62\x94\xc7\x27\x31\x17\x38\x8a\x20\xec\x4b\xa3\xe6\x15\x0c\x9d\xea\xb0\x1d\x8e\xa2\x43\x41\x9a\xa5\x12\x79\xde\x55\x74\x40\xea\x2e\xed\x8f\x34\x45\x7c\x4b\xd3\x28\x44\x34\x8e\x0e\xea\x8e\x9a\x54\xf5\x8e\x86\x32\x8f\x56\x09\x8c\x4e\xa8\x9e\xee\xc1\xc2\xad\xc9\x40\x62\xa4\x4f\x80\x43\xb2\x56\xf9\x93\x35\xd5\x79\x76\x4f\xb6\xba\x44\x16\x42\xa1\xa8\x5c\xe3\xcd\xfd\x99\x1d\x91\xaa\xb8\x06\xf6\xc8\x61\x57\xdf\x18\x55\xe2\xb5\xdc\x1a\xad\x4a\x96\x91\x35\xc5\xdd\xd6\x66\xa1\xef\x10\x70\x33\x3e\x5a\x02\x6f\xf6\xba\x3d\xf2\x76\xb4\x07\x65\x61\x47\x1f\x0b\xf5\x3f\x05\xd0\x1c\x84\x5b\xe3\x60\xc1\x5c\x35\x1e\xb6\xf1\xd9\x1a\x0f\x5b\x7a\x8d\x0c\x8b\xe6\xa8\xf0\x16\x0e\x8f\x1a\x1e\x6b\xda\xab\xc5\xc7\x8e\x86\x25\xc3\x5a\x9e\xab\xb6\x05\x1e\xb5\x0d\x57\x87\x7c\x32\x59\x14\xa5\x62\x0b\xb1\xd0\x6a\x88\x69\x08\x3c\xb3\x73\x93\x07\xb7\xae\xf3\xc8\xe4\xc9\xdf\x9c\x01\x77\xf4\x4b\x75\xfb\x43\x59\xa8\x30\x1a\x71\x74\xb7\x05\x55\xc5\xc1\xe7\x24\xa2\x21\x84\x95\x4b\xaa\x32\xab\xcd\x3c\xd3\x0a\x8a\x03\x3f\xe9\xdf\x4c\x91\xae\xaf\xa2\x57\x45\xd5\x5d\xca\xc8\xc9\x60\x87\x2c\xd8\x92\xbd\x55\x99\xb4\x34\x64\x65\x6d\xa3\x6b\x1c\x71\x78\x52\x67\x7b\xb7\xc3\x28\x04\x75\x96\x0f\x21\x8a\x08\x17\xd2\xf8\x4c\x69\x1d\x9a\xb2\x8b\x00\xb7\xbd\xca\xcd\xf8\x42\x7b\xf7\x42\xb6\x2a\xbb\x37\xe3\x0b\xab\xb1\x3a\xaf\xdf\x88\xc5\x70\xde\x96\xdf\x72\x0c\x90\x6d\x5b\xcf\x9b\x67\xa6\xf4\x0c\xfa\x9b\x7e\x5e\x90\x67\xd7\x66\x39\xed\xed\x0e\x99\x2f\x36\x17\xd7\x55\x99\x2e\x37\xd4\x73\xf5\x2b\x06\x44\x7f\xd9\x91\x65\xab\x41\x37\x17\x62\xac\xd8\x25\x13\x20\x74\x47\xa2\x48\x2e\x0c\x03\x2d\xbb\xb4\xeb\x2d\xc4\x08\xa3\x88\x6e\x48\x2c\x53\x6b\x41\x6f\x21\x46\x06\xb1\xfa\x4b\x02\x5d\xc7\x98\x52\x10\x93\x7a\x96\xce\x23\x4c\x13\xd3\x11\x35\x90\x58\x00\xc3\x51\xae\x0e\x12\xc0\x0b\xc9\x1b\x03\x54\x28\x22\x93\xb0\xb8\x2a\x69\xaa\x2a\xfd\xe3\x0c\xf0\x39\xa1\xbc\x60\xb6\xd0\xac\x51\x92\x1c\x9e\x67\x25\xc5\x6f\x31\xd8\x87\x2e\x41\x44\x20\x16\xcf\xb8\xbe\x1a\xff\x8c\x03\x94\x3a\x99\x32\x75\xa3\x00\xc7\x08\x47\x5c\x85\x1c\x15\x9b\xb4\xb7\xcc\xa4\xed\x52\x8e\xb9\x59\x5a\x53\x92\xdd\xb1\xd5\xa0\x2c\x89\xc0\x00\x47\x3b\xc9\x7d\xb1\xac\x8d\xcc\xdb\x26\x98\x7b\x70\x2d\x91\xda\x62\x21\xec\x68\x43\xf5\xe4\xcd\x91\x2b\x67\x28\xb1\xa5\x1b\xc0\x1a\x18\xca\x7e\x38\x23\x57\xa9\xbe\x1f\x5e\x52\xbd\xac\x05\xda\x74\xaf\xbf\x1e\xe4\x22\x54\x24\xb0\xcb\x4f\x75\x3c\x48\x20\x2c\x74\xd0\xd7\x98\x46\xcc\x1d\x16\x5a\x1b\x0a\xb2\xa4\x4b\xb3\x6e\x16\x46\x66\x19\x34\x2e\x12\x0b\x4e\x7f\x79\xd9\xfb\x1b\x2a\xfd\xfa\x42\x4d\x35\x56\xf5\xd2\xd0\xe2\x76\x4a\x84\xb2\xb4\xd2\x5c\x8f\x64\xd3\x3c\xe5\xf5\xa0\x54\x6a\x87\xab\x9e\x5a\x65\x2b\x87\x16\xe9\x2a\x22\x81\x8c\x6d\xfd\xec\xef\x5b\x38\x48\xe5\x33\x90\xc9\x0f\xc4\xa1\x5e\x83\x95\xe6\x4f\x25\x9b\xfa\xac\x4b\xaf\x47\xf6\x43\x08\x72\x3d\xf7\x94\x48\xe5\xc6\x3d\x12\xf7\xc4\x16\x7a\x3b\x95\xe5\x9a\xcc\x4a\x1c\xd0\x3e\x8d\x64\xb0\xd1\xbf\x44\x60\x5b\x86\xf2\x30\x82\x11\xd8\x9b\x6d\x27\xc3\x55\xc5\x26\x5f\xe4\x6a\x29\xd6\x46\xaf\x6d\xeb\xbe\xb4\xa4\x2b\xab\xa5\xe8\xf1\x6b\x50\xcc\x48\xed\x29\x34\xd4\xbb\xd3\x3f\x24\xd0\x57\x31\x4e\x3a\x3b\x15\x36\x9a\xe6\xbb\x00\xcc\x80\xa1\x79\x1c\x95\xa7\xb2\x1b\x01\xbf\x2d\x5d\x95\x39\x5f\xa3\x97\x18\x5e\x4d\xab\x27\x40\x65\x3f\xd1\xdc\x43\xf8\xdd\xce\x7d\x8e\x33\xf9\x56\x8b\xd2\xde\x8c\x78\xe2\xb9\xcf\x3d\x8e\x5e\x5a\x99\xb2\x73\xcd\x61\x44\x30\xaf\x33\x56\x6b\x41\x7c\xd4\xc3\x97\x9a\x76\x1a\x2d\xb9\xa5\x5f\xb1\xc5\xef\x9b\x2d\x6c\xca\x12\xc9\x92\xfa\xde\x16\xca\x74\x12\x47\x66\x6b\x37\x71\x52\x1a\xf8\xe0\xb4\xd1\x6a\x81\xac\x30\xe8\xc4\x78\x15\x01\x1a\xcd\x5d\x4f\xb1\x25\xe7\xb4\x22\x12\x3f\xc1\xd2\x2c\x88\xd2\x84\xe5\xae\xc9\xee\x3c\x4f\xe2\x44\x74\x43\x53\x81\x12\xbc\xd1\x9f\x8d\xd4\x22\xd8\xbc\xb4\xae\xd4\x54\x8f\x5c\xe0\x4d\xc3\x2e\x2e\xf7\x5b\x66\x9d\x85\x55\x06\x26\x6b\x2d\xa8\xe7\x4d\xcb\x35\x26\x5a\x81\xb8\x03\x88\x91\x33\x5c\xa8\xad\x93\x39\x41\x93\x0c\x64\x09\x19\x89\x75\x96\xa3\x83\x34\xe9\x43\xdf\xde\x64\x72\x5e\x12\x6a\x40\xc2\xa5\x18\x52\x67\xc6\x40\x82\x94\x45\xcf\x9b\x84\x1b\x6b\x32\xc5\x94\x6d\x16\x37\x39\x58\x49\xdc\x93\x9a\x41\xb3\x75\xd0\xbf\x40\x71\xc4\xb1\x08\x96\x72\xd1\xe5\x5a\x4c\x3a\x52\xd0\x49\xcf\xd0\x28\x8b\x5f\x40\xd5\xbc\x8d\xd5\x4f\x7a\x8a\x25\x5b\x5c\x55\x6c\xd9\xb0\x53\x3e\x06\x3d\xc6\x4e\xa3\x79\x37\x75\x93\x3e\x28\x5c\x54\x55\x58\x55\x98\x71\xf1\xcf\xf5\xb9\xd0\x75\x76\xf8\xa1\x7b\x3c\xac\x2e\x8e\x23\x42\x34\x84\x19\x4b\x84\x07\xc4\x98\xb6\xca\xab\x28\xa9\x64\xa2\x88\xb3\x62\x91\x4b\x1b\xc8\x6b\x4a\xb9\x2c\xa0\xdc\x82\xc9\x1e\x8c\x67\x99\x27\x10\x4f\xc6\x23\x1a\xc7\x10\x08\xb4\x27\x58\xd5\xd4\xbd\x1d\x88\x2d\xad\x55\x94\xf5\x01\x45\xc1\x56\x0e\x0a\xed\x2d\xba\xff\x09\xa1\x94\x0b\x3a\x41\x16\x45\xd7\x26\x42\xad\x03\xb8\xc2\xf9\x15\xde\x43\x8c\x76\x84\x31\x55\xe1\xc9\xec\x53\x33\xf0\xf7\x89\xfe\x35\xaa\x9a\x77\x2c\x8d\xb0\x4b\x95\xda\xed\xf7\xca\x54\xd3\x4c\x29\x56\x71\xad\xd2\x3f\x5d\xb3\x60\x53\xd8\xe7\x9e\x2f\xa0\x09\xb1\xb2\xd0\x72\xd1\x2d\xd5\x14\x85\xb2\x80\x9b\xac\x51\x1a\xe7\x99\xe2\x0b\x84\xa3\xa8\xc0\x22\x31\x3a\xd7\x3f\x1a\x51\x81\xad\xf7\xda\x48\x63\xc7\x41\x73\xc9\x5e\xba\x13\xdf\x70\x02\xa2\x7a\x94\x4c\x0b\xa0\xee\x0f\x2c\xb4\x62\x75\x03\x16\x86\xf2\xea\x92\x9c\xfd\x6f\x00\x00\x00\xff\xff\x39\x13\xd0\x84\x11\x51\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x3b\x7f\x73\xdb\xb6\x92\xff\xfb\x53\xec\x79\x3a\xe3\x76\xce\x92\xe2\x34\xcf\xc9\xf1\xb5\x9d\x51\x6c\x26\x51\x12\x59\x8a\x28\xb7\xcd\x75\x3a\x0a\x44\xae\x24\xd4\x24\xc0\x00\xa0\x1d\x5d\xce\xdf\xfd\x06\x3f\x48\x91\x14\x29\xd9\x6e\xf2\xda\x37\x97\x3f\x12\x85\x58\x2c\xf6\x17\x16\xbb\x8b\x05\x49\xe9\xcf\x28\x24\xe5\xcc\x03\x85\x49\x1a\x13\x85\x5d\x9e\x22\x93\x2b\xba\x50\x5d\xca\x7b\xd7\x27\x07\x57\x94\x45\x1e\x4c\xdd\xf0\x41\x4c\xe6\x18\x4b\xef\x00\x8a\x19\x1e\x44\x18\x52\x8d\x45\xa2\xb8\x46\x71\xfa\xa4\x43\x92\x8f\x1d\xf9\x98\x1e\x00\x7c\x4a\x09\x91\x1e\x9c\x74\x9f\x74\x4f\x9e\x1e\x24\x28\x25\x59\xa2\x07\x7d\x60\x78\x03\xcf\x27\xc3\xa0\xd7\xef\x0c\xdf\x01\x49\xd3\x98\x86\x44\x51\xce\xe0\x86\xaa\x15\x04\xc1\x5b\x90\x59\x9a\x72\xa1\x60\x45\x24\xcc\x11\x19\x84\x02\x89\xc2\x08\x28\x83\x35\xcf\x04\xa4\x82\xff\x81\xa1\xea\x1e\x00\x4c\x57\x08\x99\x44\xc1\x48\x82\xbd\x94\x48\x79\xc3\x45\x04\x0b\x2e\x80\x84\x21\x4a\x49\xd9\x12\xd4\x0a\xe1\xcd\xc0\x87\xc0\x90\x09\x13\x3f\x98\x02\x17\xf0\x7a\x18\x00\x65\x0a\xc5\x82\x84\x08\x54\xc2\x37\x9f\xdf\x0c\xfc\x59\xe0\x4f\x7e\xf6\x27\xb3\xcb\xc0\x9f\xdc\xf6\x2a\x9f\xc6\xfd\x20\xf8\x65\x34\x39\xbf\xd5\x0b\xbf\xd8\x5a\xc2\x30\xa4\x45\x41\x43\x43\x93\xf9\x18\x0a\x8c\x90\x29\x4a\x62\x8d\x7f\xf8\xce\xe0\xbd\xe8\x0f\x7d\x8d\x7b\xf8\xae\x8a\x73\x1c\x23\x91\x08\x73\x04\x99\x09\x04\xc5\x1d\xe7\x06\x93\xc4\x50\xa0\x02\xcd\x68\x04\x87\xdf\x7c\x7e\x35\x9d\x8e\x83\x59\xe0\x9f\x4d\xfc\xe9\xed\x21\x84\x9c\x29\x42\x59\x4e\x4c\x3e\xfe\xc6\x7f\x1f\x4c\x47\x13\xff\xf6\x00\x60\x41\x63\x43\x98\x95\x8f\xa1\x94\x2d\x35\x5e\xbd\x98\x9e\x8f\x4c\x75\x0f\x12\x54\x24\x22\x8a\x68\x55\x13\xc6\xb8\x32\xda\x31\x9a\x07\x88\x50\x86\x82\xa6\xca\x98\x4e\x9f\x01\x7e\x22\x49\x1a\xa3\xd1\x68\x61\x0e\x60\xed\x01\xea\x1a\xee\x1a\xa1\x25\x5c\x20\x50\xb6\xe0\x22\x31\x5f\x0d\x5e\x00\x32\xe7\x99\x82\xcc\x49\x93\xca\xc2\xcc\x8e\x41\x22\xc2\x4a\xa9\x54\x7a\xbd\xde\x92\xaa\x55\x36\xef\x86\x3c\xe9\xfd\x31\xe7\x52\x76\x0a\xb3\xed\x95\x56\xea\xe4\x93\x65\xd7\xa0\xa7\x21\x67\x67\x31\x91\xd2\x33\x3f\x3b\x55\xc3\x35\x20\x15\xf3\x8f\xa8\x4c\x63\xb2\xee\x68\x61\x7b\xf0\xfa\x39\x97\xd2\xb2\x78\xda\x7d\xb2\xc5\xe6\x7f\x5a\x46\xbf\x35\xf6\x6b\xe8\xfc\x6e\x1b\x63\x2a\xf8\x35\x8d\x50\x74\xaa\xa8\x27\x18\xc1\x2b\xa2\x8e\x61\xc0\x42\x4b\xaa\x22\x4b\x59\xdf\x59\xc7\x86\x55\x3b\xdc\xb8\x5d\xe7\x94\x45\x64\x1e\xa3\x07\x87\x0b\x12\x4b\x3c\xdc\x01\x1b\xf1\x30\x4b\x90\x59\xb5\x76\x32\x11\x7b\x85\x70\xad\x3d\x77\x05\x46\x2b\xa2\x8c\x8c\x2b\xc0\x3d\x64\x3d\x81\x51\x67\x45\x54\xc7\x0a\x7f\x2e\x12\xd9\xdb\xb1\x56\xcc\xd9\xb2\x53\xb1\x99\x69\x59\xb5\x10\xe1\x82\x32\x94\x20\x50\xf2\x4c\x84\x28\x81\x21\x46\x18\x39\x9b\x50\x1c\x22\xbc\xc6\x98\xa7\xb9\xa0\xf6\xe9\xc2\xe8\xa0\x6e\x77\xc7\x40\x59\x18\x67\x11\x65\xcb\xdc\xd8\x60\x9e\xd1\x38\xd2\x46\xbf\xa0\xcb\x4c\x58\x07\x44\x58\x54\x71\x48\x11\xa6\x31\x5f\x6b\xf6\xab\x80\xdd\x1d\x1c\x3b\xdf\xb5\x47\xae\x06\xc1\x75\xee\x82\x9d\x93\x04\xb0\x36\xb1\xc3\xab\x6a\x00\x99\x92\x10\xbd\x8d\x75\x1d\xf0\xb9\x76\x86\xd2\x3b\xe8\x40\xd9\xb1\x5f\x9f\x1c\x00\x58\x27\x1e\x58\xa7\x74\x00\x50\xde\xdc\x0d\xdb\xbb\xb6\xc1\xb5\x73\xbd\xc1\xb9\x13\xee\x91\x04\xed\x53\x40\xf3\xd7\x75\xe0\xce\xdd\x75\x49\x9c\xae\x48\xcd\xce\x30\x45\x16\x21\x0b\x29\x4a\x0f\x8e\x7e\xfb\x7c\xa8\xa9\x3f\xf4\xb4\xef\xea\x8f\xc7\x6f\x07\x67\xfd\xe9\x60\x74\x31\x33\xce\xd0\xf0\xa8\xc2\xf4\xf0\xd8\x21\x06\x38\xd4\xb4\x6b\x70\x47\xfd\xe1\xed\xef\x47\x66\x70\x73\x12\x19\x1e\x36\x0a\xf3\xa0\x01\xb3\x01\xb3\x82\x6d\x1e\x95\x29\x86\x16\x99\x66\xcc\xe1\xed\x98\xff\x78\xf0\xec\xd1\xb3\x47\xb9\x31\x12\xb1\x44\x35\xae\x7e\x96\x18\x63\xa8\xb8\xd8\x88\x2f\x37\x99\x33\x63\x31\xcd\x8b\xfe\x6b\x14\x15\xfc\xfb\x6a\xca\x9e\x49\x9d\x87\x28\xec\xc9\x93\xef\x9b\x14\x96\x7f\xfe\x1b\x29\x6c\x2e\xf8\x95\x51\xd6\x28\x45\xf6\x0b\x15\x58\xd2\xd7\x97\xb4\xf1\x5c\x63\xfb\x44\x77\x7a\x72\x7a\x72\xda\x20\xbb\xcd\xf7\x07\x09\x4f\x2f\xff\xe5\x05\x18\x58\x3f\x2b\x81\xf1\x08\x21\xa2\x32\xe4\xd7\x28\xd6\x26\xb2\x49\x50\xae\xa0\x88\x2f\x9a\x37\xc0\x55\x36\x47\xc1\x50\x47\x08\x94\xf7\x14\x8f\x51\x10\x85\x9d\x8c\x09\x24\xd1\xba\x83\x2c\x4a\x39\x65\x4a\x7a\x70\xa8\x44\xe6\x0e\xd4\x2f\xae\x15\x4d\x69\x45\x2d\x61\x9c\x49\x85\x62\x30\xf6\xe0\x82\x33\xdc\x56\x95\xc5\xe7\xe6\xe5\xa3\x3b\x75\xf7\x15\x54\x47\xa3\x66\x70\x7d\xde\x15\x9a\x9d\xf0\x4c\xdd\x5f\xaf\x66\x96\x8d\xdf\x37\xe2\xcd\x4f\x9e\x5c\x85\x5f\xf7\x18\x58\x71\xa9\x34\xd4\xab\x51\x30\xd5\xa3\x33\xbd\xb6\x45\xa0\x78\xbe\x5e\x3b\xaa\x7b\xca\x4b\x7e\x45\x81\x05\x5f\x48\x62\x77\x74\xc7\x8d\x82\x0b\x9c\xe4\x36\x0b\x2b\x14\x09\x65\x6e\x61\x9d\xb2\xa9\x95\xe0\xd9\x72\xd5\x28\xe1\x1d\x4b\xb7\xfa\x94\x41\x42\x96\x18\x28\x81\x24\xd9\x12\xe7\x17\xb5\x9a\x56\x0a\x9e\xeb\xe8\xd2\x6e\xac\xbb\x28\xb4\x08\x25\x1b\x0e\xe7\x1b\x42\x55\x67\xc1\x45\xc7\x38\xa6\xaf\xe6\x8e\x2a\x8a\xe4\x99\x4a\x33\x55\x50\x57\xa8\xa4\x41\xc0\x53\xb2\x2c\x06\x5b\x91\x7b\x26\x15\x53\xd6\x11\x99\x40\x3f\xc7\x68\xb2\xce\x4f\xea\x9c\x0a\x3d\xf1\x6c\x74\x31\xf5\x7f\x9d\xce\xce\x07\x93\x5b\x07\xb0\xa4\x6a\xb3\xba\xc0\x85\x06\x0b\x46\x97\x93\x33\x7f\x36\xf1\xc7\xa3\x60\x30\x1d\x4d\xde\xcf\x26\xfe\x8b\xdb\x02\x2a\x13\xb4\x19\xea\x72\xf2\x36\x87\x52\xeb\x14\x3d\x78\x49\x1d\x4d\x4a\x3b\xff\xe5\x3a\x5f\xc9\xd2\x18\xd4\xbe\x02\x20\xbb\xde\xfc\x27\xf7\xc5\x6f\x06\xfe\x4c\x13\xde\x1f\x5c\xf8\x93\xd9\xb9\x3f\x7e\x3b\x7a\x3f\xf4\x2f\xa6\x05\x20\xc0\x35\x89\x33\x23\x99\x36\xd8\xdb\x2d\xac\xc3\xfe\xcf\xfe\xc5\x6c\x38\x98\x4c\x46\x13\x4d\x78\x13\xb6\x3a\xcc\x36\x96\xfe\x64\x3a\x78\xd1\x3f\x33\x12\x6d\xc2\x50\x1e\xdf\xcc\x5e\x70\x11\xe2\x38\x8b\x63\x0f\xb4\xb1\x6d\xbe\x0b\x9e\x78\x25\x34\x3b\x8d\x21\x37\x07\x9b\x28\x6e\xe5\x34\x85\x8d\x7b\x27\xdd\xd3\xda\x24\x97\xe1\x7c\xf3\x79\x30\xec\xbf\xf4\x67\xc1\x74\xe2\xf7\x87\xc6\x92\x82\x71\xff\xcc\xaf\xea\x30\x30\xba\xb2\xbe\x43\xd0\xe5\x12\x45\x71\x56\xda\x5a\xc1\x86\x62\x5b\x41\xd1\x88\x5f\x0e\xa6\xaf\x2e\x9f\xcf\x7e\xf1\x9f\xbf\x1a\x8d\xde\xe4\x45\x94\xba\x6d\xbc\xca\xe6\x39\x26\x64\x28\x68\xd8\x88\xca\xbf\xf0\x27\x83\xb3\xdd\xb8\xec\x74\x87\x8c\x6a\x81\x9d\xad\x08\x5b\xa2\x07\x9f\xab\x90\x83\xcd\x98\x83\xb6\xdf\xad\x2f\x71\x03\xad\x6e\xe7\xbc\x76\xa8\xff\xbd\x7c\x4f\x11\x82\xfd\x59\xf7\x24\xd0\xac\x26\x3d\x38\xf9\x13\x31\x7d\xd3\xc6\xb7\xc2\x9e\xa0\x2d\xbb\x55\xd2\xfc\x1c\xa4\x2a\xd0\x6d\x51\xdc\x43\x1c\xf7\xa3\x75\x9f\x7c\x0c\x3f\x85\x8c\xc0\x39\x57\x42\x59\xb1\x23\xac\x41\x55\x9c\xd8\xbd\xdc\xd8\xbd\x1c\x59\x15\x73\xa9\xa8\xda\x8e\xb0\x5c\x79\xdd\x8d\x27\xaf\x9a\xee\xc5\x55\x94\x57\x77\xe3\x3b\x1f\x0d\xfb\x83\x8b\xbd\xd8\x2c\xd8\x1e\x5c\xaf\x87\xc1\xec\xdd\xa5\x7f\xe9\x07\xb3\x89\xff\xee\xd2\x0f\x76\x88\xb0\x75\xca\x7d\xd6\x08\xc6\xa3\x8b\xc0\xbf\xdf\x22\x76\x4e\xd3\x2a\xc3\x77\x66\xc2\xe0\xcc\x9f\x8d\x27\xfe\x8b\xc1\xaf\xb3\x61\x7f\x3c\x1e\x5c\xbc\x6c\x5e\xa0\x31\x67\xf8\x71\xf8\xae\x19\xf3\xeb\x8b\xf3\x41\x33\x1e\x37\xd8\x42\x51\x5e\x34\x6f\x9d\x5b\x54\xd5\x9b\xe7\xef\xb6\x97\x72\x19\xbe\x65\xfe\x64\x34\x1d\x9d\x8d\xde\x36\xcd\xb7\x99\x75\xc3\x24\x2b\xec\xd6\x25\xed\x70\xcb\x82\xd3\xd1\x78\x70\xd6\x3e\xd7\x0e\x37\xcd\xad\x56\xfd\x6b\xe7\x7e\x81\xa4\x87\x2a\xec\x55\xcf\xe4\x8e\x3d\xd2\x3a\xd7\x3c\xce\x12\xdc\x8b\xb9\x99\xb4\xed\x3b\x87\x66\x2c\xed\xba\xdc\x8c\xb7\xcf\xde\xad\xcd\x2a\x4c\x19\x8b\x39\x78\xf7\x39\x64\x03\xa4\x83\x9f\x31\x8f\x69\xb8\xf6\xa0\x1f\xdf\x90\xb5\x2c\x41\xc4\xf4\x1a\x19\x4a\x39\x16\x7c\x8e\x5e\x85\x08\xfc\x54\xf6\xbf\xf6\x4f\xc8\x93\x84\xb0\xa8\xfe\xb9\x03\xbd\x39\x65\xbd\x39\x29\x32\xf9\xcd\x48\x27\xdc\x06\xe6\xa9\xea\x21\x49\xcd\xa4\x0a\x05\xdd\x1a\x02\xca\xa8\xa2\x24\x3e\xc7\x98\xac\x03\x0c\x39\x8b\xa4\x07\xa7\x8f\xb6\x02\xb3\xdd\x62\x28\x15\x1d\x72\x12\x8a\xe3\xc4\x95\xd4\x9e\x3e\x7d\x56\x59\xd8\xc5\x7b\x3c\xe6\x57\x94\x54\x46\x52\xc1\x15\x0f\x79\xec\xc1\xf4\x6c\xbc\x13\xe7\xa6\xdc\x5a\xc6\xe9\xea\x0a\x0f\x41\xb8\x29\x07\xd6\x11\xca\x3b\x61\xd4\x91\x0f\xfd\x6b\xb5\x5d\x25\xa1\xaa\xee\xe2\xe2\xa4\xba\x60\x4c\x13\xaa\x64\x9d\x88\x04\x13\x2e\xd6\xc6\x85\xf8\x43\x9d\x10\xbd\x1d\x0c\x07\x95\xa3\xc6\x6e\xfe\x21\xcf\x58\x5d\xf9\x89\xfe\x36\x26\x6a\x75\x3f\xe7\xd1\x7c\xa7\xd1\xb9\xc2\xb5\x54\x5c\x60\xd3\x04\xcd\xee\x88\xc5\xeb\x5a\xf2\x51\xaa\x1a\xbc\x14\x24\xc4\x31\x0a\xca\xa3\x26\x03\xb7\x38\xe5\x76\xa6\x76\x67\x22\x5c\x74\x5f\x21\xcb\x7e\xbb\x70\x5b\xa7\x72\xf9\xda\x98\x7c\x94\xa2\xfc\x31\x11\x24\x29\xd1\x43\x32\xc5\x13\xa2\x68\x58\x63\xb1\xb0\x5d\xbd\x4a\x85\xfe\x5d\x7b\x75\x6f\x56\x76\x8f\x9d\xff\xff\x3d\x09\x31\x05\xcf\x9d\x82\x72\x10\x5f\x38\x19\x29\xd6\xfd\x37\x49\x48\x0a\x7a\xef\x22\x2b\xf8\x73\x89\x49\xdf\x85\x77\x0f\x8a\xfd\xfa\x7f\x36\xf8\xd3\x08\xa6\x93\xfe\x45\x30\x1e\x4d\xa6\xed\x01\x59\x1e\x20\xb6\xa1\x18\xfa\xc1\xab\xd9\xf9\x20\x38\x1b\xfd\xec\x4f\xde\xcf\xa6\xef\xc7\x2d\xf1\x4f\x0b\xf0\x4e\xbc\x79\xbc\xde\x1e\x55\xed\xbc\x7d\xb8\x13\x5e\x53\x79\xd9\x46\xfe\xa2\xe6\x7c\xf4\x9f\x05\xc5\x38\x9a\xe0\xa2\xfe\xdd\x8d\xd8\x43\x24\xb7\xda\x6e\x51\xf0\x69\xa1\x44\x47\x92\xfd\x97\xfe\xec\x32\xd0\x7f\x9b\x13\xab\x5d\x72\x0d\xc0\x0d\x01\xa0\x2d\x49\x69\x09\x9c\x7e\x7f\xaf\xc8\xef\x2e\x96\x0e\x7f\x59\xf0\xf4\x8f\xd3\xa7\x8f\x1b\x70\x92\xe4\xe3\x03\x83\xa7\x7f\x9c\x3e\x3d\x69\x41\xd8\x91\x32\x7e\x18\xd2\x93\x67\xcf\x9a\x22\xb2\xe4\xa3\x52\x0f\x43\x78\x7a\x72\x7a\xd2\x84\x51\x2a\x9e\x3c\x90\x71\x8d\xb2\x49\x94\x06\xe5\xc3\x59\x2f\x5f\xd2\x95\xd1\x56\x33\xc8\x7b\x22\x7c\xda\x8c\xf0\xce\x54\xfe\x85\x01\x2e\x49\x3e\xee\x09\x70\xef\x16\xf4\xfd\xab\x43\xaf\xca\x6e\xff\x13\x45\x71\xeb\x81\xbc\x93\xee\x93\x1a\xc0\xbd\x0a\xe0\x77\x8a\xd6\x52\x2d\x07\x54\x46\x48\x9d\xea\x05\xe2\xd1\xd4\xb5\x47\x9e\xe5\x32\x68\x6d\x7c\x02\xca\xdc\xbd\xba\xb7\x91\xd8\x20\xfa\x71\x29\x78\x96\x0e\x22\x8f\x08\x45\x17\x24\x54\x83\xc8\x73\xcd\x4d\xff\x1b\x3e\xfe\x71\xf9\xd8\x23\x8f\xbd\xeb\xc7\x47\x07\x00\xae\xfb\xed\x22\x2f\x68\x95\x16\xdd\xc4\x8d\x45\x27\xd4\x8e\x9a\xa4\x73\xfb\xb5\x90\x7e\x85\x71\xcc\x45\x16\xa3\xfc\x91\x8b\x65\x29\x8e\xfc\x98\xd1\xf0\x4a\x2a\xa2\xfd\x72\xeb\x1c\xad\x89\xee\xa3\xee\x0b\xca\x48\x5c\x97\x52\xde\x67\x6a\x28\x03\xc5\x5d\xef\xe7\x9d\x7a\x4b\xbb\x4d\x8c\xbb\x09\x97\xae\x77\xb5\xc2\x73\xb5\x5a\xea\x58\xbd\xa2\xe8\xda\x15\x1b\x48\x2b\x3a\x5f\xef\x49\x19\x0c\x33\xa9\x60\x6e\x2d\x27\xa2\x8b\x05\x0a\xad\x75\xb5\x22\xac\x68\xab\xfd\x27\x24\x1a\x88\x71\x0d\x08\x82\x73\x75\x0c\x24\x4a\x28\x3b\xd6\xf8\xcc\x2f\x6a\xe2\x56\x2e\x1c\xa8\xb3\x0d\x1b\xed\x2b\x88\x91\x48\x05\xcf\x20\x5c\x11\x41\x42\x6d\x84\xc7\x70\x02\x26\xd4\x9f\xa3\xa2\xe1\x66\xe0\x5b\xf9\x9d\x1e\x8a\xe8\x92\x2a\xf3\x9b\xb0\x08\x4e\x80\x71\xd6\x31\xe0\x2c\x4b\x8a\x8b\x14\xb9\x4e\xe6\x3c\xfe\x56\x7e\xb7\x4b\xbc\x63\x27\x97\x03\xb7\x51\xe1\xe8\x37\xd2\xf9\x9f\x7e\xe7\xbf\x7f\xff\x7c\x7a\xfb\xdb\xa3\xce\x7f\xfd\xfe\xf9\xe4\xf6\x3f\xb4\x65\x9a\x2b\x1e\xd3\xd5\x8c\x9f\x52\x81\x52\xda\xd6\xd4\xf6\xd2\x73\x4d\x0b\xaf\xfb\xfd\x00\xde\xf2\x25\x65\x67\xf6\x4e\x13\x22\x9e\x10\xca\xb4\x2c\x15\xc8\x15\x89\x63\x2d\x3e\xd3\x7e\xab\x95\x94\xa9\x15\x32\xa5\x83\x72\x6b\x58\x12\x6e\x56\x68\x45\x66\x9b\x60\x5f\x0f\x83\x5d\x9c\x9d\x1b\xec\x4d\x14\x16\xc5\x6c\x67\x38\x5c\xad\xb6\x8d\xe6\xf5\xc5\xf9\xc0\xda\x32\x5f\x80\xc0\x8f\x19\x4a\x05\x1f\x33\xcc\x6c\x2f\xc1\x9e\xc5\xb5\x11\xbd\xd3\xc0\x12\x26\x76\x6e\x13\x21\x8d\x95\x70\x47\x94\x59\xaa\xf7\x66\xe0\x77\x2d\x70\x37\x87\xd8\x4d\xa7\x4c\xf5\xbe\x7d\x20\xa1\x76\xf2\x5e\x4a\x8b\x7a\x7a\x3b\xa9\x0e\xa4\x61\x23\x1a\x52\x35\x61\x7a\xfb\x95\x7b\x9f\xeb\x44\xf6\x4b\x8d\xa6\x17\x65\x07\x50\x3f\x6e\x0e\xc0\xe8\x87\x0a\x8c\x8a\x43\x6b\xe3\x12\x3a\x24\x4d\xb7\x3c\xfa\x59\xa6\x23\x15\xd3\x8f\x51\xd0\xb3\x52\x2a\x2d\xba\xd3\x05\xcf\x14\x76\x01\xde\x22\xb9\x46\x98\xc7\x84\x5d\x19\xa0\x08\x17\x24\x8b\x55\x31\xd3\xf6\xf8\x61\x77\xd9\xf5\xe0\x87\x72\x7f\xb5\x1e\xfc\xa9\xf3\x83\x6b\xc4\xff\xa9\xfb\x83\x9b\xd9\xb1\x46\xdf\x91\xd9\x62\x41\x3f\xfd\xb4\xe5\xf2\x73\xca\x34\x31\xb6\x73\xe5\x95\x5b\xaa\xe0\xbf\xd2\x3d\x72\x67\xd6\xe4\x5d\x79\x33\x1c\x15\xfc\x39\xde\x5c\x97\xc9\x97\x66\x51\xde\x89\xc7\xa0\xce\xe4\x4b\xaa\x5c\x0b\x02\x5c\x4e\x06\xf5\xde\x9e\xfa\x7a\x1a\x7a\x82\x29\x97\x54\x71\xb1\x06\xdb\x2b\x60\x97\x69\x6c\x81\xd8\x61\x4f\x77\x68\xb2\x2f\x7e\x75\x4a\x47\x6a\x77\x49\x55\x13\x13\x73\x41\x58\xb8\xea\x29\xb2\x04\x81\xe6\x68\x31\x69\x5e\x03\xf9\x9b\xc1\x36\xca\x27\xfe\x8b\x0d\xa1\x87\x27\xdd\x27\x87\xf5\x15\x75\x62\x69\x1a\xc0\x29\x33\x58\x9d\xe6\xb4\xb7\x35\xdd\xde\xff\x04\x4c\x52\x65\x5b\x04\xf5\x29\x56\x00\x44\x54\x98\x92\xcd\x7a\x6b\x93\xe6\xae\xfc\x3c\x87\x28\x08\x2c\xb5\xaa\xb4\x45\x23\xbd\x4d\x64\xd1\xee\xd5\x34\x31\x21\x67\x0c\x43\xe3\x09\x74\xf4\xa4\xb5\x68\x8e\x89\xf9\xba\xac\x77\x69\xde\x83\x58\x50\x50\xdc\x46\xbe\x45\x1b\xa9\xb5\x64\xf8\x83\x5c\x13\xaf\xf7\x3a\x91\xbf\xf6\xeb\xbc\x68\x57\x78\xb6\x59\xe9\x85\x5b\xc9\x90\x52\x71\x40\x9b\x7b\x3a\xc7\x56\x19\x69\x7d\x3f\x3e\x37\xab\x17\xd9\x45\x4e\xa4\x89\x19\xcd\xd3\x0d\x1d\x79\x2a\xcb\x8c\x49\x1d\x64\x17\xfa\x71\xcc\x6f\x30\xb2\xe8\x6d\x7e\x4d\x04\x7a\xf0\x41\x1b\xd7\x0d\x15\xf8\xe1\x18\x3e\xe8\x2c\x53\xff\x6b\x72\xae\x0f\x26\x10\xf8\xa0\x93\xc4\x0f\x5d\x18\xb1\x78\x5d\x02\x06\x2a\xf3\x27\x43\x76\x1d\xbf\x3f\xee\x6e\x6d\x4b\xf3\x28\x60\x9c\x93\x59\x66\xb6\x74\xb9\x97\x9f\x98\x0e\x75\x9d\x5b\x73\x92\xd8\x08\xbd\x85\xb5\xe9\x0a\xf3\xe3\x49\xc2\x0d\xb5\x67\x7e\x91\x74\x90\x38\x5e\x1b\x76\xf3\x07\x4d\xfa\xc8\x2f\x29\x11\xdc\x76\x82\x7e\x2c\xf9\xb1\x1e\x58\x17\x48\x12\x12\x61\xfe\xe0\x68\x1e\x23\x10\x69\x55\x57\xdc\x00\x18\xc4\x94\x19\xee\xeb\xcc\xdb\x23\xb0\xcc\x74\x71\x39\xe9\x58\xde\x3e\x89\x8f\xef\x72\xe2\xf1\x94\x86\x77\x10\x88\xd2\x70\x7f\x27\x81\x18\xc2\x2b\x02\x71\x37\xae\x6d\x47\x3a\x5f\x94\x1f\x61\xd5\x1e\x5b\xe5\x37\x09\xe6\x85\x55\x7d\x29\x17\x89\xbc\xc9\x61\x02\x8b\xa2\xb2\xe5\xca\xd7\x09\xad\xc9\x0d\x49\x53\x77\xcf\xb2\x8f\xca\x0a\x3d\xb9\x4b\xdc\x90\xbf\x8f\xc2\x17\x34\x46\xb6\x4d\x5e\xe9\xea\x37\x8f\x3f\xdc\x8c\xee\x1f\x57\x5b\x2e\xae\xa0\x89\x48\xc9\x43\x6a\xb5\x4b\xd5\xca\xd1\x61\x56\x0c\x51\x27\x8c\x26\x06\x6e\xa1\xe9\x6c\x03\xd1\x24\x31\x17\x1f\xe5\x7e\xca\xbc\x92\xda\x95\x1d\xe5\x81\x59\x21\x20\xed\x56\xf6\x53\x51\x48\xa6\x94\x4e\xb4\x5c\x48\x3b\x52\x92\x75\xbe\x84\x5e\xbb\x4e\xd3\x65\x91\x48\x9a\x87\x78\x8a\xb0\x88\x88\x28\xb7\x79\x9d\x0d\x74\x61\xa0\xb4\x5f\xcb\x4f\xea\xca\x39\xa1\xad\xae\xee\xff\xbb\x30\x58\x40\x8c\x0b\x65\x0f\xb9\x63\xa0\xaa\xd8\x29\x79\x6a\x13\x6d\x07\xa1\xda\x29\x96\x52\x50\x9b\x23\x69\x02\x5c\x9a\x64\x32\xa4\xef\x6f\xf7\xe5\x47\xe5\x16\x8d\xad\x53\xb9\x24\xfb\xbf\x9a\xd5\xd6\x74\xd0\xf0\xf9\xec\x76\x6f\x22\x58\xbe\x4e\x68\x30\xb4\xcd\x3b\x04\xb2\x34\x79\xf4\x3a\x35\xc5\x82\x4c\x5a\x55\xe7\xe3\x9a\x2f\xf3\x4a\xa1\x78\x67\xd0\x05\x38\x8a\x98\xb4\xef\x66\x0c\x37\x7a\xce\x28\x45\x16\xe8\x68\xeb\x48\xc2\xf9\x45\xd1\xce\xad\x51\x6a\x37\x17\x5f\x63\x15\xc3\x55\x36\xc7\xa3\xcd\xf4\x37\xc5\x23\x07\x83\xd6\x94\x00\xfa\xe3\x41\x79\x7a\x8e\xb1\x8c\x66\xb0\x70\x29\xa8\xc3\x97\xef\x58\x0d\x47\xc2\x90\x67\x4c\x69\x6e\x0a\xb5\xa4\x3c\xb2\x79\xff\x4a\x47\xdc\xfa\xcb\xd1\x35\xc5\x9b\x23\x10\x3c\xc6\x63\xb8\x59\xd1\x70\x05\x21\x61\xc6\xf5\x47\x91\x3e\xf9\x29\x81\x23\x1e\x42\x6a\x2a\xed\xfa\x63\x47\xc3\x76\x14\xef\x68\x93\x30\x98\x35\x0a\x90\x6b\xa9\x30\xf1\xdc\xea\x6e\x71\xef\x87\xa2\x48\xf6\x93\xe7\xa2\xf2\x23\x7d\x74\x08\x84\xd2\x90\x36\x2a\x43\x9e\x0d\xf3\x0e\x2a\xd5\xb5\x66\xfb\x18\x6a\x9d\x9c\x17\x4a\x9c\xae\xd3\x52\x5e\xd6\x7a\x8d\x93\xbb\x6b\xd6\xe8\x7c\xec\xb3\x60\xc5\x05\x59\xea\x4c\x5f\xff\x6d\xae\xe7\x1b\x09\x08\x1c\xdc\x5b\x07\xb1\xef\x1e\xc4\x2d\x7d\xf2\xe8\x11\x2c\xe7\x0d\x21\xf8\xab\x6c\x9e\x97\x47\x5b\x9c\xff\x4b\x13\xeb\xc3\x2f\x38\x5f\x71\x7e\xe5\x4e\xa7\x07\xef\x8f\xc6\xc6\xda\xed\x8c\xa3\x4e\xa8\xed\x8f\x75\x8f\x32\xf7\xd0\xeb\x60\xbf\x14\xc1\x8d\xed\xbb\x7b\x29\xbe\xc8\xed\x48\x07\x18\xd6\xc0\xb5\xa9\x95\xca\xbe\xd2\x6c\xf8\xfc\xd9\xea\x90\x46\x51\x8c\x37\x44\xa0\xad\x4e\x4b\x1d\xf1\xba\x00\x45\x2a\x12\xc7\x18\xe5\xb1\x52\x05\x87\x9e\xc0\xb8\x48\x74\xa0\xb4\x01\x05\x77\x9c\x17\xc9\x58\xd5\xae\x01\xde\xf3\x0c\xe4\x8a\x67\x71\x04\x5c\x07\xcb\x0c\x6d\xd5\x29\xe1\x11\x5d\xac\xed\xfb\x6a\xba\x80\x35\xcf\x8e\xae\xb1\x84\x77\x8b\x07\xca\x80\xd4\x6a\x83\xc5\x52\xbd\xd2\x33\xfc\x8a\x8a\x4a\x18\x36\x82\x2a\x24\xde\x5c\xd3\xde\x91\x95\x6e\x5e\xba\xd6\x94\x30\x24\xd7\xc8\x20\xa1\x42\xe8\x63\x7d\xe3\x65\x83\xc7\x03\x6b\x4a\xb2\x4e\x59\x65\x46\x39\x53\xde\x6a\xb7\xaf\x2d\xf5\x96\x4a\xa5\xa3\xab\x3c\x55\xa4\x28\x8d\xc1\x39\xdd\x13\x11\xae\xe8\x75\x29\xe4\x0f\x79\x4a\x8d\x9e\x14\x37\x42\x8d\xca\xc5\x6d\x80\x05\x8f\x23\x77\x90\x65\x4c\xa6\x18\xd2\x05\xc5\xe8\x18\x48\x1c\x6f\x70\x51\x06\x3d\xfb\x96\xab\x86\x76\x4b\xe0\x5f\x87\xba\x8d\xfb\x29\xbf\x22\xa8\x09\x66\x53\xbf\xb7\xdd\x45\xcd\xbe\xad\x15\xca\x49\xbf\xd4\x8e\x54\x72\x6a\x2f\xe9\xc1\xff\x05\x00\x00\xff\xff\x0d\x6d\x1c\x8f\xaa\x42\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x59\x6d\x73\xdb\x36\x12\xfe\xae\x5f\xb1\x97\xe9\x4c\xda\x19\x53\x8a\x3d\x99\x34\xc7\xbe\xcc\x28\x32\x13\xb3\xb5\x2c\x85\x92\xdb\xeb\x75\x3a\x1a\x88\x5c\x89\x68\x40\x80\x05\x40\x39\x3a\x9f\xff\xfb\x0d\xc0\x77\x8a\x92\xe3\x6b\x33\x77\xfe\x24\x13\xcb\x07\xfb\xfa\x60\xb1\x24\x29\xfd\x09\xa5\xa2\x82\xbb\xa0\x31\x49\x19\xd1\x38\x14\x29\x72\x15\xd3\x8d\x1e\x52\x31\xda\x9d\x0f\x3e\x50\x1e\xb9\xb0\x2c\x96\x07\x8c\xac\x91\x29\x77\x00\xd5\x1b\x2e\x44\x18\x52\x83\xa2\x50\xee\x50\xbe\x7a\xe9\xac\x89\xa2\xa1\xa3\x2e\xe8\x00\xe0\x63\x4a\x88\x72\xe1\x7c\xf8\x72\x78\xfe\xf5\x20\x41\xa5\xc8\x16\x5d\x18\x03\xc7\x3b\x78\x13\x4c\x17\x40\xd2\x94\xd1\x90\x68\x2a\x38\xc4\x44\xc1\x1a\x91\x43\x28\x91\x68\x8c\x80\x72\xd8\x8b\x4c\x42\x2a\xc5\xef\x18\xea\x21\x2c\x63\x84\x4c\xa1\xe4\x24\xc1\x51\x4a\x94\xba\x13\x32\x1a\x00\x6c\x84\x04\x12\x86\xa8\x14\xe5\x5b\xd0\x31\xc2\x8f\xbe\x07\x0b\xab\x12\x04\xde\x62\x09\x42\xc2\x0f\xd3\x05\x50\xae\x51\x6e\x48\x88\x40\x15\x7c\x71\xff\xa3\xef\xad\x16\x5e\xf0\x93\x17\xac\x6e\x17\x5e\xf0\x30\x6a\x3d\x9a\x8f\x17\x8b\x9f\x67\xc1\xe5\xc3\x70\x90\xa0\x26\x11\xd1\xc4\xd8\x4e\x38\x17\xda\x6a\x6c\x5d\x01\x10\xa1\x0a\x25\x4d\xb5\xf5\xe5\xb8\x61\x50\xe9\x25\xab\x5f\x80\x11\x5c\x11\x0d\x3f\xbc\x11\x4a\xe5\xc6\xbf\x1a\xbe\xac\xfc\x07\xb9\x03\x9b\x0e\x51\x16\x1d\x60\x9d\x51\xa6\x21\xb3\xb6\x2d\x2e\xfc\xa1\x7d\x4c\x43\xc1\x27\x8c\x28\xe5\xda\x9f\x4e\x3b\x0e\x56\xa4\x15\xcd\x88\xaa\x94\x91\xbd\x63\x5c\xe7\x7e\xaa\x32\x5f\x72\x01\xb1\xd6\xa9\xfa\xea\x10\x30\x95\x62\x47\x23\x94\x4e\x2f\xf2\x19\xf8\x3c\xcc\x35\xd5\x64\xab\xba\x79\x72\xf6\xfb\x5a\x28\x75\x66\xf3\x23\x17\xea\x4d\xc1\x35\xe5\x11\x59\x33\x74\xe1\xd9\x86\x30\x85\xcf\x4e\xc8\x46\x22\xcc\x12\xe4\x79\x64\x9c\x4c\x32\x37\x57\xdd\x1d\x8d\xf2\xd4\x18\x4a\x8c\x62\xa2\x87\xa1\x48\xda\xc2\x23\xe4\x23\x89\x91\x13\x13\xed\x58\xbd\x9c\xb5\x4c\xd4\xe8\xc4\x5e\x4c\xf0\xad\xd3\x0a\xfb\x32\xa6\xaa\x8e\x77\x84\x1b\xca\x51\x81\x44\x25\x32\x19\xa2\x02\x8e\x18\x61\x54\x04\x54\x0b\x88\x70\x87\x4c\xa4\x9f\x18\x88\x33\xa0\x3c\x64\x59\x64\x32\x80\xd8\x7c\x88\x20\x14\x7c\x43\xb7\x99\xb4\x26\x14\xc0\x84\x47\xad\x8a\x8a\x30\x65\x62\x6f\x0c\x6d\x8b\x0f\x4f\xd8\xa6\xb2\x34\x15\x52\x3f\xe2\x41\x0b\xb0\x2b\x09\xa4\x28\x70\x80\x3c\x07\x4e\x72\x82\x11\x51\x29\x09\xd1\xad\xf3\x69\x20\xd6\xa6\xc0\x95\x3b\x70\xa0\x49\x4c\xbb\xf3\x01\x40\x4e\x42\xa6\x98\x69\x88\x03\x80\x66\x2d\xf6\x54\x63\xa7\x1e\x0d\x65\xdc\xe1\xba\x70\xe4\x73\x65\x4d\x02\x63\x61\xee\x84\x9a\xd3\x2c\x5a\xed\x3c\x17\xbe\xb8\x1f\xcf\xe7\xd7\xfe\x64\xbc\xf4\x67\x37\xab\x9b\xf1\xd4\x7b\xb0\x62\xb9\x91\xfd\xab\x2a\xc5\x30\x07\x33\x5b\x14\xb8\x8e\xfd\xc7\x85\xd7\x2f\x5e\xbf\x28\x53\x80\xc8\x2d\xea\x79\xfb\xb1\x42\x86\xa1\x16\xb2\x36\xa4\x0c\xdf\xc4\x46\xaf\x7f\xd3\x1e\x97\xd1\xa8\x57\xd4\x31\xb6\x57\x1e\x0d\x44\xa6\x9f\xee\x4f\xfb\x56\x4e\xb8\xb5\xaf\x4a\xb7\xaa\x3c\x48\x9f\xd9\xb3\xb1\x50\xda\x48\x5d\xcd\x16\x4b\xb3\xba\xba\x5a\x2e\xe7\x39\x80\x16\xe5\x7e\xc7\xa1\x8e\xa6\x98\x9f\x90\x2d\x2e\xb4\x44\x92\x1c\xb8\xe5\x2f\x35\xe6\xa8\x06\x6f\x4c\x65\xe7\xb1\xfe\x94\xc0\x54\x05\x4c\x58\x1a\x93\x76\x19\xdf\x11\xaa\x9d\x8d\x90\x8e\x44\x12\xed\x5d\x78\xa6\x65\x56\xf0\xe7\x67\x0b\x8c\xc8\x74\x9a\xe9\x4a\xbb\x2a\x16\x3d\x0e\x5e\x92\x6d\xb5\x78\x14\xdc\x35\xc6\x29\x9d\xd7\x86\x25\xd2\x12\x31\x14\x5c\xe3\x47\x7d\x49\xa5\x79\x71\x32\xbb\x59\x7a\xff\x58\xae\x2e\xfd\xe0\xa1\x10\xd8\x52\x5d\xef\x2e\x71\x63\xc4\x16\xb3\xdb\x60\xe2\xad\x02\x6f\x3e\x5b\xf8\xcb\x59\xf0\xcb\x2a\xf0\xde\x3e\x54\x52\x99\xa4\xfd\x52\xb7\xc1\x75\x29\xa5\xf7\x29\xba\xf0\x8e\x16\x3a\x69\x49\x34\x6e\xf7\xe5\x4e\xb9\x8e\x8b\xce\x53\x00\xe4\xbb\xfa\x1f\xa7\xb0\xd7\x34\x1a\x46\xf1\xb1\x7f\xe3\x05\xab\x4b\x6f\x7e\x3d\xfb\x65\xea\xdd\x2c\x2b\x41\x80\x1d\x61\x99\xf5\xcc\x31\xd9\x87\x03\xd4\xe9\xf8\x27\xef\x66\x35\xf5\x83\x60\x16\x18\xc5\xfb\xd0\xba\x32\x87\x28\xe3\x60\xe9\xbf\x1d\x4f\xac\x47\xfb\x10\x9a\xeb\xf5\xdb\x1b\x21\x43\x9c\x67\x8c\xb9\x60\x92\xad\x7e\x2e\x45\xe2\x36\x60\x4e\x26\x43\x99\x0e\xf9\x41\x7c\x70\x92\x54\x39\xee\x9e\x0f\x5f\x75\x5e\x2a\x4e\x95\x2f\xee\xfd\xe9\xf8\x9d\xb7\x5a\x2c\x03\x6f\x3c\xb5\x99\xb4\x98\x8f\x27\x5e\x3b\x86\x0b\x1b\xab\x9c\x34\x24\xdd\x6e\x51\x56\x64\xbd\xa5\x3a\xce\xd6\xb5\xc6\x0a\x43\x89\x96\x71\xde\xf9\xcb\xab\xdb\x37\xab\x9f\xbd\x37\x57\xb3\xd9\x8f\xab\x85\x37\x09\xbc\xe5\x41\x6e\x5c\x65\xeb\x12\x09\x39\x4a\x1a\xf6\x42\x79\x37\x5e\xe0\x4f\x4e\x63\xe5\xaf\x17\x60\xd4\x38\x6c\x12\x13\x6e\x5a\xe8\xfb\xb6\xa4\x5f\xaf\x15\xd2\xf9\xf3\x9c\x4b\x8a\x85\xa3\xb4\x73\xd9\x39\x67\xfe\xbf\xb8\x07\xca\x63\xe5\xcf\xd2\x93\x44\xbb\x9b\xb9\x90\xfc\x89\xe3\xb6\xaf\xf0\x73\x67\x07\x98\x5f\x5c\x5a\xcd\x55\x29\xd2\x76\xe8\xa1\x2b\x9e\xe0\x8e\xa7\xe9\xfa\x98\x7f\xac\x3d\x95\x8f\xa0\x20\x57\x42\x79\x55\x11\x79\x42\xb5\x48\xec\x49\x34\xf6\x24\x22\x6b\x23\x37\x2e\x67\xc7\x01\x9b\x37\xb8\xd3\x38\xe5\x8d\xee\x51\xac\xea\xea\xd7\x83\x77\x35\x0b\x6e\xbc\xe5\xfb\xd5\xe4\xfa\x76\xb1\x7c\x14\xf4\x98\xf4\x29\xe4\xf7\xb7\xde\xad\xb7\x38\x8d\x97\xcb\x9c\x42\x59\xce\xe6\xfe\xe4\x11\x94\x5c\xa6\x89\x62\x59\xe6\xb1\xec\xb3\x42\x86\xe9\xe7\x82\xd1\x70\xef\xc2\x98\xdd\x91\xbd\x6a\x48\x30\xba\x43\x8e\x4a\xcd\xa5\x58\xa3\xdb\x52\x02\x3f\x36\x93\x2d\xff\x0b\x45\x92\x10\x1e\x75\x1f\x3b\x60\xae\x80\xa3\x35\x51\xf1\xc1\x8a\x13\x1e\x0a\x8b\x54\x8f\x90\xa4\xf6\xa5\x96\x06\xc3\x0e\x00\xe5\x54\x53\xc2\x2e\x91\x91\xfd\x02\x43\xc1\x23\xe5\xc2\xab\x17\x07\xa7\xd0\x69\x37\x34\x5a\xfc\x52\x85\xaa\x76\x8a\xd6\xfe\xeb\xaf\x5f\xb7\x36\x2e\x0e\x37\xc1\xc4\x07\x4a\x5a\x2b\xa9\x14\x5a\x84\x82\xb9\xb0\x9c\xcc\x4f\x62\xd6\xb7\x88\x26\x66\xd1\xdb\x3f\x0e\x68\x48\x99\xfe\x6f\x63\xd3\x56\xa1\x1d\x9c\xea\xce\xdc\xde\x90\xd1\x84\x6a\xd5\x55\x22\xc1\x44\xc8\xbd\x6d\x6a\xbc\xa9\xe9\xd5\xae\xfd\xa9\xdf\x60\x13\x8d\x32\xa1\xdc\x32\xea\x3b\x49\x42\x9c\xa3\xa4\x22\xea\x46\xbc\xdb\x00\x34\x4e\xda\x39\x91\x24\x69\x6c\x4b\x32\x2d\x12\xa2\x69\xd8\xe9\x71\xaa\x18\xdd\x98\x46\xa4\xc9\x9b\xa7\x52\xe8\xd1\xce\xe8\x09\x09\xf9\x84\x46\x20\x35\x46\xa1\xb6\x16\x3b\xed\xeb\xdd\xf3\x65\x31\x3c\x9b\x94\x06\x1d\x1d\x22\x00\xe5\xa6\xe5\x4b\x88\x76\x6b\xf3\xfd\xe8\xbb\xad\x14\x59\xea\x47\x2e\x91\x9a\x6e\x48\xa8\xfd\xc8\x2d\x06\x05\xff\x0e\x2f\xbe\xdb\x5e\xb8\xe4\xc2\xdd\x5d\x3c\x1f\x00\x14\x93\xa3\x9b\x92\xa6\x1b\x9b\xd6\x2d\x49\x35\x55\x38\x71\xd2\x14\xbc\xd6\xee\x16\x9d\x18\x19\x13\x32\x63\xa8\xbe\x13\x72\xdb\x68\x51\xfe\xc8\x68\xf8\x41\x69\x62\xaa\xf7\xe8\x3b\xee\xf9\xf0\xe5\xf0\xc5\xf0\x2d\xe5\x84\x75\xbd\x54\xce\x21\xad\x66\xa0\x45\x31\x7c\xfc\xa4\xc9\xe3\xb0\xcf\xf0\xe2\x85\xdb\x62\xb6\xd9\xb2\xb9\x7d\x06\x16\xa6\x7e\xa0\x58\x4c\xfa\x7a\x54\x2b\x27\xa3\x4f\xd5\x0c\xa6\x99\xd2\xb0\xce\x33\x27\xa2\x9b\x0d\x4a\x13\x75\x1d\x13\x5e\x8d\x5d\xbf\x81\xc4\x08\x71\x61\x04\x41\x0a\xa1\xcf\x80\x44\x09\xe5\x67\x06\xcf\xfe\xa2\xb6\x3d\x12\xb2\x10\x2d\x72\x23\x6f\x24\x35\x30\x24\x4a\xc3\x6b\x08\x63\x22\x49\x68\x92\xf0\x0c\xce\xc1\x76\x91\x6b\xd4\x34\xac\x17\xbe\x54\x5f\x99\xa5\x88\x6e\xa9\xb6\xbf\x09\x8f\xe0\x1c\xb8\xe0\x8e\x15\xe7\x59\x52\xb5\xc7\x6a\x9f\xac\x05\xfb\x52\x7d\x75\xca\xbd\xf3\xc6\xc4\xd8\x54\x1e\x3c\xff\x95\x38\xff\x1a\x3b\xff\xfc\xed\xfe\xd5\xc3\xaf\x2f\x9c\xbf\xff\x76\x7f\xfe\xf0\x37\x93\x99\xb6\x71\xb7\xf3\x6d\xfc\x98\x4a\x54\x2a\x9f\xb1\x1d\x6f\x28\x7a\xa2\x60\x73\x63\x23\xa4\xf5\x7d\xa3\xb5\x3b\xd0\xb0\x39\x32\xbe\x69\x46\xbf\x5b\xea\x03\xc3\x8e\x7f\x64\x54\x62\x54\xd1\x4f\x9d\x0f\x0e\x49\xd3\x83\x72\x9e\x64\x4a\x8b\xc4\x8e\x4c\x2a\x7d\x9a\xa3\x1a\x90\x22\xd3\x38\x04\xb8\x46\xb2\x43\x58\x33\xc2\x3f\x58\xa1\x08\x37\x24\x63\xba\x7a\xf3\xcc\xba\x19\x87\xdb\xa1\x0b\xdf\x36\xac\xb1\x63\xdf\xef\x9d\x6f\x8b\x19\xfd\xf7\xc3\x6f\x8b\x37\x9d\x48\x24\x84\x72\x47\x65\x9b\x0d\xfd\xf8\xfd\x41\xbd\x97\x9a\x19\x65\xf2\xa1\xd2\x55\xb1\x55\x65\x7f\x6b\xc0\xd3\x35\xed\x1d\xd5\xc5\x85\x1b\x6e\x03\xbf\x3b\x91\xea\xee\x66\xa4\x03\x4c\x85\xa2\x5a\xc8\x3d\xe4\x37\xe3\x7c\x97\xde\x0b\xff\x09\x57\x97\x33\xd1\xfc\x9a\x68\xc7\xc9\xf9\x65\xb5\x22\x98\x51\xf5\xcb\x69\x50\xcd\x70\x4b\x75\x9f\x11\x6b\x49\x78\x18\x8f\x34\xd9\x82\x44\x5b\x72\xf6\x5e\xda\xa3\x7e\xbd\x78\x4c\xf3\xc0\x7b\x5b\x2b\xfa\xec\x7c\xf8\xf2\x59\x77\xc7\x39\xd1\x31\xdc\x51\x1d\x53\x6e\x51\x8b\xb8\x19\xaa\xb0\x73\xe5\x6f\x00\x93\x54\xef\xad\x3f\x4d\x75\x57\x02\x11\x95\xf6\xb6\xb4\x3f\xc8\xdf\x49\x3e\x8c\x81\xcb\x52\xa2\x52\xb0\x31\x98\x39\xc6\xd2\xa3\x9a\x71\xbb\xaa\xbe\xcf\x30\xcb\xcb\x48\x75\xb7\xb4\x4b\xaa\x91\x28\xad\xc6\xb9\x5b\x8c\x22\xa5\x61\x3f\x8e\x5d\x3a\xc4\x29\x5a\xe7\x0e\xce\x95\x90\x1c\xf5\x7b\x08\x59\xa6\x34\x16\x64\x07\x8d\xcf\x50\x2d\xe8\x52\xfa\x28\xe9\x58\xbe\x79\xfd\xf0\x28\xdd\x9c\xb8\x6f\x74\x52\xf4\x30\xb9\xae\xb2\x75\xd9\xdd\x14\xb3\x87\x9e\xcc\x8a\xb3\x35\xfc\x8c\xeb\x58\x88\x0f\xb0\x28\x85\xfe\x3b\x5d\x7b\x07\x24\x8f\x2b\x9a\xcf\x39\x8a\x0f\x1b\x8f\xe8\x5b\xc8\xfe\x55\x0a\xf7\x8e\x61\x1e\xd5\xf8\xa6\x1c\x37\x99\x26\xe8\x2e\xa6\x61\x6c\x59\xbe\xd1\xb9\xa9\xd6\x47\xbf\x29\x8d\x22\x86\x77\x44\x62\xde\x5c\x2a\x20\x32\x3f\x66\x29\x57\x9a\x30\x86\x91\xfd\xba\xa9\x3a\x18\xe6\x05\x6e\x7a\x2c\xc6\xf6\xb5\xa8\xd9\xd4\x6c\x57\xd1\x4c\x3d\xfe\xca\x47\xef\xbf\x88\x0c\x54\x2c\x32\x16\x81\xe0\x6c\x6f\xbf\x3e\x99\x0a\x4f\x44\x44\x37\x7b\xd0\x31\x55\x40\x37\xb0\x17\xd9\xf3\x1d\x36\x70\x0f\x6c\xa0\x1c\x48\xa7\x1b\xa8\xb6\x1a\x95\x9f\x65\xbb\x21\x6a\x20\xd4\x8e\xaa\x3c\xde\x3f\x9c\x3b\xc1\xb7\xf5\x57\xa2\x4e\x10\xa6\x64\x87\x1c\x12\x2a\xa5\x39\x64\x85\x69\x51\xac\xd3\x17\x17\x7e\x9e\x4a\x07\xe5\xde\x7a\xa3\x79\x06\x1c\x8c\x4d\x3b\x5b\x5d\x53\xa5\x41\x6c\x2a\x12\xa4\xa8\x6c\xc2\x15\xb1\x27\x32\x8c\xe9\x0e\x15\xdc\x51\xc6\x4c\x5f\x14\x8a\x94\xda\x38\x69\x61\x9d\x1a\x35\xdb\x59\x80\x8d\x60\x11\xca\x21\xf8\x1b\xc8\xb8\x4a\x31\xa4\x1b\x8a\xd1\x19\x10\xc6\x6a\x2c\xca\x61\x94\x7f\x26\xea\xc0\x1e\x38\xfc\xf3\x68\x57\xb7\x21\xcd\x69\x70\xc7\x31\x75\xc7\x9e\x5f\xc5\xf2\x7b\x5a\xdf\x09\xd1\x2b\x55\x78\xbf\x71\x77\xab\xe3\x7e\xfe\x8e\x0e\xfe\x13\x00\x00\xff\xff\x94\xcd\xdf\xb1\xa6\x20\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x73\xdb\xb6\xb2\xfe\xae\x5f\xb1\x37\x93\x99\xb4\x33\xa6\x14\xe7\x66\xd2\x5c\xf6\x65\x46\x51\x98\x58\x8d\x6d\x29\x94\xdc\xde\xdc\x4e\xc7\x03\x91\x2b\x09\x35\x09\xb0\x00\x28\x47\x37\xc7\xff\xfd\x0c\x5e\xf8\x2a\x4a\xb2\x5b\xe7\x9c\xe3\x4f\x32\xb1\x58\x3c\xfb\x60\xb1\x58\x2c\x40\x32\xfa\x0b\x0a\x49\x39\xf3\x41\x61\x9a\x25\x44\x61\x9f\x67\xc8\xe4\x9a\x2e\x55\x9f\xf2\xc1\xe6\xb4\x77\x43\x59\xec\xc3\xdc\x35\xf7\x12\xb2\xc0\x44\xfa\x3d\x28\x7b\xf8\x10\x63\x44\xb5\x16\x89\x62\x83\xe2\xd5\x4b\x6f\xad\x54\x26\x3d\xf9\x82\xf6\x00\x3e\x67\x84\x48\x1f\x4e\xfb\x2f\xfb\xa7\xdf\xf5\x52\x94\x92\xac\xd0\x87\x21\x30\xbc\x85\x37\xe1\xc5\x0c\x48\x96\x25\x34\x22\x8a\x72\x06\xb7\x54\xad\x61\x36\x3b\x07\x99\x67\x19\x17\x0a\xd6\x44\xc2\x02\x91\x41\x24\x90\x28\x8c\x81\x32\xd8\xf2\x5c\x40\x26\xf8\x1f\x18\xa9\x7e\x0f\x60\xbe\x46\xc8\x25\x0a\x46\x52\x1c\x64\x44\xca\x5b\x2e\x62\x58\x72\x01\x24\x8a\x50\x4a\xca\x56\xa0\xd6\x08\x1f\xc6\x01\xcc\x0c\x46\x08\x83\xd9\x1c\xb8\x80\x9f\x2f\x66\x40\x99\x42\xb1\x24\x11\x02\x95\xf0\xf4\xcb\x87\x71\x70\x3d\x0b\xc2\x5f\x82\xf0\xfa\x6a\x16\x84\x77\x83\xc6\xa7\xe9\x70\x36\xfb\x75\x12\xbe\xbd\xd3\x03\x4f\x13\x24\x12\x61\x81\x20\x73\x81\xa0\xb8\x43\x69\x46\x93\x18\x09\x54\xa0\x41\xc5\xf0\xe4\xe9\x97\xb3\xf9\x7c\x3a\xbb\x9e\x05\xa3\x30\x98\xdf\x3d\x81\x88\x33\x45\x28\x2b\xb0\x15\xed\x1f\x82\x4f\xb3\xf9\x24\x0c\xee\x7a\x00\x4b\x9a\x18\xc3\xac\x2d\x9a\x5d\x2d\x2d\x31\xd2\x83\xe9\xfe\xc8\x54\xbf\x97\xa2\x22\x31\x51\x44\xcf\x09\x61\x8c\x2b\xc3\xa4\x99\x22\x80\x18\x65\x24\x68\xa6\xcc\x1c\x0f\x19\xe0\x67\x92\x66\x09\x5a\xe2\x8b\x79\x03\x3b\x71\xf5\x89\xe8\xc3\x3b\x2e\x20\xe5\x02\x81\xb2\x25\x17\xa9\xf9\x6a\x54\x02\x90\x05\xcf\x15\xe4\x8e\x57\x2a\x4b\x57\x38\x01\x89\x08\x66\xf6\xfd\xc1\x60\x45\xd5\x3a\x5f\xf4\x23\x9e\x0e\xfe\x58\x70\x29\xbd\xd2\xb5\x06\xb5\x91\xbc\xa2\xb3\xec\x1b\xf5\x34\xe2\x6c\x94\x10\x29\x7d\xf3\xd3\x6b\x3a\x97\x11\x69\xb8\x68\x4c\x65\x96\x90\xad\xa7\x79\xf6\xe1\xe7\x37\x5c\x4a\x6b\xdd\xab\xfe\xcb\x1d\x0b\xbf\x31\xfe\x65\x00\x7e\xbb\xab\x2a\x13\x7c\x43\x63\x14\x5e\x53\x67\x88\x31\x9c\x11\x75\x02\x63\x16\x59\x8c\x8a\xac\x64\xdb\xed\x4f\x8c\x8d\xb6\xb9\x73\x2d\x2d\x28\x8b\xc9\x22\x41\x1f\x9e\x2c\x49\x22\xf1\xc9\x01\xd9\x98\x47\x79\x8a\xcc\x4e\xa5\x97\x8b\xc4\x2f\x59\xb5\x2e\xdd\x17\x18\xaf\x89\x32\xe4\x36\x84\x07\xc8\x06\x02\x63\x6f\x4d\x94\x67\x59\x5f\x88\x54\x0e\x0e\x8c\x95\x70\xb6\xf2\x1a\x7e\x32\xaf\xcf\x29\xc4\xb8\xa4\x0c\x25\x08\x94\x3c\x17\x11\x4a\x60\x88\x31\xc6\xce\x19\x14\x87\x18\x37\x98\xf0\xac\x20\xea\xc8\x24\x9c\x00\x65\x51\x92\xc7\xda\x7b\x08\x2c\x72\x9a\xc4\xda\x99\x97\x74\x95\x0b\x63\xc2\x09\xd4\x3d\xd1\x0d\x13\x63\x96\xf0\xad\x36\xb3\x29\x0c\x84\xc5\x6e\x49\xc4\xce\x25\x0d\x53\xfd\x03\x16\xbb\xd8\x72\x84\x57\xa3\x60\x53\xc4\x47\x17\xbf\x00\xac\x4f\x1c\x0c\x79\x5a\x44\x66\x24\x42\xbf\xf2\xaf\x1e\x5f\xe8\x70\x25\xfd\x9e\x07\xf5\xb8\xbb\x39\xed\x01\xd8\x18\xab\x43\x13\x8d\xb0\x07\x50\x5f\xd2\x1d\x8b\xba\xb5\xac\x75\xf8\xbb\xc5\x85\xa3\xf7\x99\x34\x26\x81\xb6\xd0\x92\x50\x85\x6c\xa3\xad\xa2\xd6\x87\xa7\x5f\x86\xd3\xe9\xf9\x78\x34\x9c\x8f\x27\x97\xd7\x97\xc3\x0b\x13\x77\x0a\x23\xbb\x5b\x65\x86\x91\x55\xa6\x87\x70\x7a\x3d\xf3\x8f\x0f\xaf\x9f\xbf\x7e\x5e\x38\x06\x11\x2b\x54\xd3\xe6\x67\x89\x09\x46\x8a\x0b\x7f\x67\x5a\x47\x66\x56\xbb\x07\xfd\xd7\x50\x26\x1f\x83\x33\xeb\x8a\xde\x5f\xa1\xee\xe5\xcb\xff\xee\xa2\xae\xf8\xfc\x68\xd4\xd1\xb8\x53\xd4\xb8\x70\xc9\x6c\xc8\x73\xf5\x70\x5e\x4d\x2f\xbb\xf3\x56\x94\x15\x1e\x29\xed\x64\x7d\x65\xa7\x5c\x73\xa9\xb4\xd4\xd9\x64\x36\xd7\xad\xd7\x7a\x5f\xb5\x0a\x14\x2f\xc6\xdb\xaf\xea\x81\x7c\xc9\xaf\x48\x98\x7c\x24\xc6\xee\xe9\x92\x9d\xc4\xcd\x1c\x73\xd5\xc0\x0a\x45\x4a\x99\x1b\x58\x27\x5b\x6a\x2d\x78\xbe\x5a\x77\x32\x7c\x60\xe8\xbd\x6b\x7a\x9c\x92\x15\xce\x94\x40\x92\xee\xd0\xf9\xa8\x5e\xb3\x17\xc1\x1b\xbd\x27\xd9\x45\x75\x9f\x09\x2d\x37\x19\x92\x64\x6b\xd2\xdc\x6a\x6e\x09\x55\xde\x92\x0b\x4f\x20\x89\xb7\x3e\x3c\x51\x22\x77\x3b\xff\x57\x5b\x01\x3c\x57\x59\xae\x4a\x74\xe5\x94\x74\x10\x3c\x27\xab\xb2\x71\xaf\x72\xdf\x64\x67\xca\x06\x21\x93\x02\x14\x1a\x4d\x0e\xfa\x59\xbd\xa5\x42\x77\x1c\x4d\x2e\xe7\xc1\xff\xce\xaf\xdf\x8e\xc3\x3b\x27\xb0\xa2\xaa\x1a\x5d\xe0\x52\x8b\xcd\x26\x57\xe1\x28\xb8\x0e\x83\xe9\x64\x36\x9e\x4f\xc2\x4f\xd7\x61\xf0\xee\xae\x94\xca\x05\xed\x96\xba\x0a\xcf\x0b\x29\xb5\xcd\xd0\x87\xf7\xd4\x61\x52\x82\x28\x5c\x6d\x8b\x91\x2c\xc6\x59\xeb\x2b\x00\xb2\x4d\xf5\x8f\xe7\xec\xd5\xa9\xbd\x06\x3e\x1c\x5f\x06\xe1\xf5\xdb\x60\x7a\x3e\xf9\x74\x11\x5c\xce\x4b\x41\x80\x0d\x49\x72\xc3\xcc\x3e\xd9\xbb\x1d\xad\x17\xc3\x5f\x82\xcb\xeb\x8b\x71\x18\x4e\x42\x0d\xbc\x4b\x5b\x5b\x66\x57\xcb\x30\x9c\x8f\xdf\x0d\x47\x86\xd1\x2e\x0d\xf5\xf6\xaa\xf7\x92\x8b\x08\xa7\x79\x92\xf8\xa0\x9d\xad\xfa\x2e\x78\xea\xd7\xd4\x1c\x74\x86\xc2\x1d\x6c\x0a\xb9\x93\xed\x94\x3e\xee\x9f\xf6\x5f\xb5\x3a\xb9\xcc\xe7\xe9\x97\xf1\xc5\xf0\x7d\x70\x3d\x9b\x87\xc1\xf0\xc2\x78\xd2\x6c\x3a\x1c\x05\xcd\x39\x9c\x99\xb9\xb2\xb1\x43\xd0\xd5\x0a\x45\xb9\x2b\xda\xe3\x43\x85\xd8\x9e\xa7\xb4\xe2\xf7\xe3\xf9\xd9\xd5\x9b\xeb\x5f\x83\x37\x67\x93\xc9\x87\xe2\x48\xd5\xf6\x8d\xb3\x7c\x51\x68\x42\x86\x82\x46\x9d\xaa\x82\xcb\x20\x1c\x8f\x0e\xeb\xb2\xdd\x9d\x32\xaa\x09\x1b\xad\x09\xd3\xa7\xd8\x2f\x4d\xc9\x71\xd5\xe6\xa4\xed\x77\x1b\x4b\x5c\xc3\xde\xb0\xf3\xb6\xb5\xa1\xff\x67\xc5\x1e\x28\x76\xa3\xbf\x1b\x9e\x04\x9a\xd1\xa4\x0f\xa7\x7f\x23\xaf\xe9\x5a\xf8\x96\xec\x10\xed\x21\xbc\x71\x00\x28\x44\x9a\x84\xee\x52\xf1\x00\x3a\x1e\x86\xf5\x18\x3f\xc6\x9e\x92\x23\x70\xc1\x95\x50\x56\xae\x08\xeb\x50\x8d\x20\xf6\xa0\x30\xf6\xa0\x40\xd6\xd4\x5c\xd4\x3e\xc2\xc9\x7c\x32\x9a\x9c\xef\x57\xda\x12\x3c\xa6\x6f\x12\x1e\x00\x58\x13\x3a\xa2\xe7\x6a\x16\x84\x47\xf5\x98\x5a\xce\x11\x3c\xae\xb6\x73\x1c\x53\x51\x04\xea\xd0\xd7\x2c\xe3\xb4\x42\x77\xa9\x6e\x80\x2a\x1a\x34\xc3\xaa\x67\xa3\x92\xb7\xe1\x49\x9e\xe2\x51\xcd\xdd\x20\x77\x8b\x48\xdd\x5a\xb4\xdb\x1d\xd2\xd0\x76\xf4\x66\xef\xc3\x44\x35\x65\x3a\xb5\x4c\xc2\xcb\x60\xfe\xf1\x7a\x74\x7e\x35\x9b\x1f\x25\x7e\x9f\xf4\x21\xcd\x1f\xaf\x82\xab\x60\x76\x58\x9f\x95\x39\xa4\x65\x3e\x99\x8e\x47\x47\xb4\x58\x99\xba\x16\xb3\x43\x1c\x8b\x1c\x46\x48\xef\xd2\x53\x9e\xd0\x68\xeb\xc3\x30\xb9\x25\x5b\x59\x93\x48\xe8\x06\x19\x4a\x39\x15\x7c\x81\x7e\x03\x04\x7e\xae\x07\x0a\xfb\x17\xf1\x34\x25\x2c\x6e\x7f\xf6\x60\xb0\xa0\x6c\xb0\x20\x72\xbd\xd3\xe2\x45\xbb\xc2\x3c\x53\x03\x24\x99\xe9\xd4\x40\xd0\x6f\x29\xa0\x8c\x2a\x4a\x92\xb7\x98\x90\xed\x0c\x23\xce\x62\xe9\xc3\xab\xe7\x3b\x19\xc4\x61\x1a\x6a\xe7\xe0\x02\x42\x19\xf7\xdc\xf9\xf7\xbb\xef\x5e\x37\x06\x76\x89\x09\x4f\xf8\x0d\x25\x8d\x96\x4c\x70\xc5\x23\x9e\xf8\x30\x1f\x4d\x0f\xea\xac\xaa\x14\x75\x9d\xee\x00\xfc\x57\x14\x56\x67\xf7\xb6\x42\x79\x2f\x8d\x7a\x8b\xa6\xff\xde\xd9\x6e\x42\x68\x4e\x77\x59\xfb\x6b\x0e\x98\xd0\x94\x2a\xd9\x06\x91\x62\xca\xc5\xd6\xa4\xb8\xc1\x85\xce\xdc\xcf\xc7\x17\xe3\x46\x0c\xb7\x21\xee\x82\xe7\xac\x3d\xf9\xa9\xfe\x36\x25\x6a\xfd\xb0\x10\xd9\x5d\x96\xf3\x6e\x70\x2b\x15\x17\xd8\xd5\x41\x9b\x3b\x61\xc9\xb6\x95\x25\xd7\x8e\xb7\xef\x05\x89\x70\x8a\x82\xf2\xb8\xcb\xc1\xad\x4e\xb9\x7b\xa4\xb8\x37\x08\x97\x86\x36\x60\xd9\x6f\x97\x6e\xe9\x34\xee\x0c\x3a\xb3\xe4\x5a\x3a\x3a\x25\x82\xa4\x35\x3c\x24\x57\x3c\x25\x8a\x46\x2d\x13\x4b\xdf\xd5\xa3\x34\xf0\x1f\x5a\xab\x47\x8f\x0f\x0f\x58\xf9\x0f\xc8\x96\x33\x6d\x14\x2a\x63\xb1\xd7\xac\x9d\x3c\x9b\xbb\x3b\x9d\x51\x61\xd0\xfe\x2a\x31\x65\x60\x6f\x31\xfc\xca\xfc\x71\xfc\xe3\x4a\xf0\x3c\x1b\xc7\x3e\x11\x8a\x2e\x49\xa4\xc6\xb1\xef\x2a\xbe\xff\x88\x5e\xfc\xb8\x7a\xe1\x93\x17\xfe\xe6\xc5\xb3\x1e\x80\xbb\x12\xb8\x2c\x72\x86\xda\xa0\x55\xde\x5e\x96\x87\x0f\xa4\x63\x6e\x03\x69\x39\xc9\x1a\x93\x84\x8b\x3c\x41\xf9\x23\x17\xab\x5a\x1e\xff\x67\x4e\xa3\x1b\xa9\x88\x0e\x93\x7b\xfb\xf8\xa7\xfd\x97\xfd\xe7\xfd\x77\x94\x91\xa4\xcd\x92\x26\xa9\x88\x3a\xa0\xb8\xbb\x12\xeb\xbc\x0f\x2b\x2f\xc2\xfa\x5d\x06\x3b\xc9\xa9\xd3\xd5\xb0\x75\x37\x41\x74\x66\xda\x08\xd8\x05\x89\x0b\xf5\x28\x70\xb8\x50\x9d\x50\x6c\x6e\xe9\x60\x3c\xd1\x01\xfa\x49\x17\x8e\x5c\xa2\x30\xbd\x8f\x80\x69\xdf\x15\x1e\xc2\x74\xe5\xee\x22\xbb\x70\xb9\x5c\xd5\xe1\xba\xa1\xe8\xee\xb5\xba\x28\x2a\x6e\x32\x1f\x88\x0c\x2e\x72\xa9\x60\x61\x17\x55\x4c\x97\x4b\x14\x7a\x41\xa8\x35\x61\xe5\x35\xe9\xf7\x90\x6a\x21\xc6\xb5\x20\x08\xce\xd5\x09\x90\x38\xa5\xec\x44\xeb\x33\xbf\xa8\x39\x5e\x71\xe1\x44\xdd\xb2\xb1\x07\x51\x05\x09\x12\xa9\xe0\x35\x44\x6b\x22\x48\xa4\xd7\xe7\x09\x9c\x82\x39\x85\x2e\x50\xd1\xa8\x6a\xf8\x46\x7e\xab\x9b\x62\xba\xa2\xca\xfc\x26\x2c\x86\x53\x60\x9c\x79\x46\x9c\xe5\x69\x79\xbc\x96\xdb\x74\xc1\x93\x6f\xe4\xb7\x07\xa7\xdc\xf1\xd2\x73\x41\x09\x9e\xfd\x46\xbc\xff\x1f\x7a\xff\xf7\xfb\x97\x57\x77\xbf\x3d\xf7\xfe\xe7\xf7\x2f\xa7\x77\xff\xa5\x17\xad\x39\xf8\x9b\x2b\x6a\xfc\x9c\x09\x94\xd2\xde\x27\xed\x4f\xfc\x3b\x66\xc1\xf8\xc6\x92\x0b\xc3\x7d\xfd\x86\xb4\x8d\x70\x58\xbb\xc6\xbe\xac\xcf\x7e\x3b\x0a\xf6\xf4\xe6\xf3\x67\x4e\x05\xc6\x65\x64\xae\xfc\xc1\x23\x59\xb6\x13\xe9\x46\xb9\x54\x3c\x35\x25\xda\x12\x4f\xbd\xa6\x0e\x82\xe7\x0a\xfb\x00\xe7\x48\x36\x08\x8b\x84\xb0\x1b\x23\x14\xe3\x92\xe4\x89\x2a\x7b\x9e\x18\x9a\xb1\xbf\xea\xfb\xf0\x43\xfd\x16\x56\x37\xfe\xe4\xfd\xe0\x6e\xd5\x7f\xea\xff\xe0\x7a\x7a\x31\x4f\x09\x65\x9e\xcc\x97\x4b\xfa\xf9\xa7\x9d\x50\x58\x20\xd3\x60\x6c\x31\xfb\xcc\x0d\x55\xda\xdf\x28\x28\xdf\xdb\x34\x79\x5f\xdb\x8c\x45\xa5\x7d\xce\x36\x57\x78\x7e\x6c\x13\xe5\xbd\x6c\x9c\xb5\x8d\x7c\x4f\x95\xab\x4a\xc2\x55\x38\x6e\x97\xfb\xdb\xe3\x69\xe9\x10\x33\x2e\xa9\xe2\x62\x0b\xb6\x7c\x68\x87\xe9\xac\x8a\x1e\xf0\xa7\x7b\x5c\xc5\x97\xbf\xbc\xda\x56\xd3\x5f\x51\xd5\x65\xc4\x42\x10\x16\xad\x07\x8a\xac\x40\xa0\x89\x2b\xa6\x78\xd7\x01\xbf\x6a\xdc\x87\x3c\x0c\xde\xd5\x02\xf4\x69\xff\xe5\x4e\x7c\xd6\x79\xa0\x79\x11\x42\x99\xd1\xea\x66\x4e\xc7\x43\x73\x6d\xfc\x3d\x60\x9a\xa9\xad\xe1\x53\x87\xb0\x52\x20\xa6\xc2\x94\x94\xb6\x3b\x8b\x74\x64\x2b\xd6\xf0\xb6\x90\x28\x01\xd6\xaa\xd7\xfb\x76\xe9\x41\xb5\xe3\xb6\xa1\x7e\xcc\x31\xb7\xb1\x42\xb6\x87\x34\x4d\xb2\xe6\x29\x8d\x13\x6a\x3b\xe2\xf0\x8c\x46\xdd\x7a\x4c\xd3\xae\x1e\x77\x46\xdd\x17\xb9\xf8\xb2\xfe\x18\xa5\xf5\xe8\xa4\x48\x4d\xcd\x4b\x93\xf6\x78\x2e\xda\x7e\x28\x64\x66\x56\x45\x23\xb4\xd5\xf3\xd3\x03\x6e\xd8\x4a\x5c\x48\x96\xb9\x4c\xfe\x18\xec\x06\xc0\xc2\x15\x2a\x7b\x8e\x41\x7e\x47\x13\x64\xbb\x78\x6b\x25\x94\x22\xee\xba\x1e\xfd\x3f\x6e\x3a\xb3\x15\x83\x89\x48\xc9\x23\x6a\x1e\x21\x99\x67\x24\x16\x87\x19\x31\x42\x9d\x40\xea\xf5\xbc\x8f\xc6\x51\x25\xd1\x45\xa1\xdb\x17\x1c\x1c\xfb\x94\xe4\x50\x4a\x50\x6c\x48\x25\x41\x7a\x53\x3d\x8e\xa2\x64\xa6\xb6\x87\xee\x29\xec\x38\x28\xe9\xb6\x18\x42\x8f\xdd\xc6\x74\xc6\x05\x43\xf5\x11\xa2\x24\x97\x0a\x5d\xe2\x50\xa2\x6c\x83\x28\xa4\xf7\x6e\xe0\x66\xef\x7e\x7d\x77\x74\xeb\x3e\x50\x3f\x6a\xb9\xe0\x6e\x0c\x3b\xcb\x17\xc5\x21\x6a\x8f\x17\xbd\x37\xc1\x12\x7e\xc5\xc5\x9a\xf3\x1b\xe7\xf7\x7f\x19\x6b\xe7\x65\xc5\x71\xa0\xf6\xce\xc1\x3d\x8f\x39\x82\xd7\xc9\x3e\x16\xe0\xce\x2b\x91\xa3\x88\x2f\x8b\xab\x1f\x7d\xd6\xba\x5d\xd3\xc8\x2e\x90\xda\x01\x51\x1a\xaf\x2d\x1e\x09\x5d\xd0\x38\x4e\xf0\x96\x08\xb4\x67\x58\x09\x44\xd8\x94\x95\x32\xa9\x48\x92\x60\xdc\xd7\x3e\x2f\x5b\x3a\x74\x07\xa6\x8f\x72\x49\xb2\xad\x44\xc1\xc5\x85\x72\x37\xab\xae\xa2\xec\xed\xf9\x27\x9e\x83\x5c\xf3\x3c\x89\x81\xb3\x64\x6b\xde\x30\xe9\x8d\x24\xe5\x31\x5d\x6e\xed\x33\x36\xba\x84\x2d\xcf\x9f\x6d\xb0\xa6\x77\xc7\x06\xca\x80\xb4\x32\xeb\x72\xa8\x41\xed\x51\x62\x63\x8a\x6a\x1a\x2a\xa2\x4a\xc6\xbb\x2f\xca\x0e\xc4\xd3\xea\x55\x51\x6b\x12\x2e\xc8\x06\x19\xa4\x54\x08\x1d\x1f\xb8\x4e\xf7\x0d\xe9\xb3\x17\x63\xeb\x4a\x3b\xbb\x4a\xa3\x47\x3d\xd5\xd8\xb9\xc2\x6c\x0d\x75\x4e\xa5\xd2\x61\xba\xd8\x6b\x29\x4a\xe3\x70\x6e\xee\x89\x88\xd6\x74\x83\x12\x6e\x69\x92\xe8\x33\x46\xc4\x33\x6a\xe6\x49\x71\x43\x6a\x5c\x3f\x35\x03\x2c\x79\x12\xa3\xe8\xc3\x78\x09\x39\x93\x19\x46\x74\x49\x31\x3e\x01\x92\x24\x95\x2e\xca\x60\x60\xdf\xc6\xb4\xd4\xee\x10\xfe\x75\xd0\x55\x29\x7d\xfd\x66\xb6\x45\x4c\x55\x18\xb0\x85\x30\x5b\x25\xeb\x4a\x44\x3a\xa5\x1c\xfb\xb5\xca\x59\x35\xef\xa7\xef\x69\xef\x9f\x01\x00\x00\xff\xff\xf4\xa9\x19\xdf\xb5\x2b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDjangoExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\x6d\x6f\xdb\x38\xf2\x7f\xef\x4f\x31\x28\x16\x68\x17\x88\xed\xf6\xdf\xff\x2e\xf6\xf4\xce\xb5\x9d\xc4\x97\xc4\x36\x6c\x77\x77\x7b\x77\x0b\x83\x92\xc6\x12\x37\x14\xa9\x25\x29\x27\xbe\x5e\xbe\xfb\x81\x0f\x92\xf5\x94\x20\x3d\xdc\x43\x5f\x14\xb1\x38\x9c\xf9\xcd\xf3\x0c\x49\x4e\x7f\x46\xa9\xa8\xe0\x01\x68\xcc\x72\x46\x34\x8e\x44\x8e\x5c\xa5\xf4\xa0\x47\x54\x8c\x8f\x1f\x06\xf7\x94\xc7\x01\xec\xfc\xf1\x80\x91\x10\x99\x0a\x06\x00\x24\xcf\x03\x88\x7f\x27\x3c\x11\x43\x7c\x24\x59\xce\x70\x00\x15\x9f\xce\x51\x86\x4a\x91\x04\x03\xf8\xc7\x70\x00\xb0\x4b\x11\x0e\x82\x31\xf1\x40\x79\x02\x0a\xe5\x91\x46\xf8\x4e\x7d\x0f\x29\x39\x22\x84\x88\x1c\x22\x89\x44\x63\x0c\x94\xc3\x49\x14\x12\x72\x29\x7e\xc7\x48\x07\xf0\xdd\xd7\xe5\xe4\x6e\xfe\x34\x1a\x0c\x00\x2e\x85\x84\x4c\x48\x04\xca\x0f\x42\x66\x44\x53\xc1\x81\x84\xa2\xd0\x50\x28\xc3\x5a\xa7\x54\x55\xa0\x2e\x80\xf2\x88\x15\xb1\x39\x58\xe5\xc8\xb7\x46\x4f\x88\x04\x57\x34\x46\x69\x2f\xab\x0b\x50\x88\x90\x6a\x9d\xab\x60\x3c\x4e\xa8\x4e\x8b\x70\x14\x89\x6c\xac\x22\x26\x64\x32\xae\xd4\x1a\x87\x4c\x84\xe3\x8c\x28\x8d\x72\xbc\x99\x4f\x66\x77\xf3\x51\x16\x8f\x06\x19\x6a\x12\x13\x4d\xac\x8d\x38\x17\xda\xf1\x35\x3f\x01\x62\x54\x91\xa4\xb9\xb6\x36\x9f\x70\xf0\xd6\x81\x99\xe5\x6a\x6c\xca\x68\xe4\xb4\x78\xa0\x3a\x05\x2e\xc0\xf0\x0a\x89\xc2\x51\xaf\xb2\x96\x2b\xfc\x8f\x55\x36\x08\x68\x24\xf8\x94\x11\xa5\x02\xfb\xe7\x30\x3f\xe9\xd4\xc3\x6b\x84\x54\x4c\x55\xce\xc8\x69\xc8\x49\x86\x81\xd7\xbb\x87\x4a\x44\x45\x86\xdc\xd9\x6e\x58\x48\x16\xbc\x06\x5f\x97\x0f\x13\x3c\x19\x36\x8c\xbe\xab\x5b\x07\x62\x3c\x50\x8e\x0a\x24\x2a\x51\xc8\x08\x15\x70\xc4\x18\x63\xd0\x02\x62\x3c\x22\x13\x79\x69\xe1\xd2\x47\xc6\x17\x71\xdd\x53\x75\x13\x13\x08\x0b\xca\x62\x63\xe0\x03\x4d\x0a\xe9\x03\x92\x37\x2e\x78\x8e\x31\xe6\x4c\x9c\x8c\x96\x4d\xf2\x11\xc0\x42\x43\x2c\x0c\x18\xa1\x3d\x73\x04\x72\x8e\x84\xae\x9e\xb9\x14\x47\xe3\xd0\x61\xd3\xbc\x1b\x8c\xe1\x9a\xe8\x0b\x58\xf0\xa8\xe7\x96\x2a\xf2\x5c\x48\xdd\xb4\x2f\x89\x22\x54\x6a\x24\x31\x4e\x89\x36\x66\xb6\xf7\x34\x49\x54\x00\x7f\x14\x34\xba\x57\x9a\x48\x7d\xe1\xfc\x7b\x11\x9f\x1d\xd8\x5f\x42\x42\xca\x63\x12\x32\x0c\xe0\xcd\x81\x30\x85\x6f\x06\x00\x0e\x5c\xa7\x76\x98\xcf\x2a\x27\x11\x06\x67\x98\x03\x11\x9a\xac\x57\xc1\x60\x08\xf5\x7a\x75\xfc\x30\x00\x70\xb5\x69\x8b\x91\x44\x3d\x00\xa8\x67\x5e\x29\xc4\x17\x8b\x01\x80\xd2\x92\xf2\x64\x56\x9d\x7b\xf1\xca\xde\x1e\xde\xe3\xc9\x10\xcf\xfe\x3c\x59\x5e\xad\xf6\xdb\xf9\x74\x33\xdf\xed\x6f\xe6\x5f\x9e\x5e\x92\x6b\xab\x56\x47\x70\x27\xe9\x5b\x69\x3f\x7f\xcc\x85\x42\x65\xa3\x82\x09\x12\x43\x48\x18\xe1\x26\xf6\x74\x8a\x8d\x12\x90\x8b\x58\xf5\xeb\x92\x63\xe4\x78\x1b\xff\x79\x31\x43\x4f\xf6\x80\xa1\x17\x6b\x0e\x03\xf8\xe9\xfd\x4f\xef\xfd\x07\x4d\x64\x82\x7a\xdd\xfc\xac\x90\x61\xa4\x85\x2c\xc1\x36\x85\x3d\xab\xfe\x46\x14\xba\xab\xfc\xf3\x48\x53\xa1\x6c\xf1\x9e\xac\xd7\xb7\x8b\xe9\x64\xb7\x58\x2d\xf7\xb3\xd5\xdd\x64\xb1\x7c\x72\xe1\x23\x4a\x00\x6d\xf3\x7e\x03\xa8\x45\x46\x12\xdc\x6a\x89\x24\xfb\x66\xbf\xdc\x20\xe6\x0a\xb4\x24\xd1\x3d\x88\x03\x44\x29\xe1\x09\x2a\xd3\x7f\xda\x7e\xa1\x46\x4a\x8f\xba\xcf\xc2\xfa\x64\x8a\xc2\xd4\x26\xf9\x37\xc3\x9a\xf9\x12\x95\x8a\x07\x53\x95\x5c\x7d\x69\x21\x2a\xdd\x5b\x66\x20\x61\x79\x4a\x9a\x79\xf8\x40\xa8\x1e\x1e\x84\x1c\x4a\x24\xf1\x29\x80\x37\x5a\x16\x36\x19\x5f\xf2\x99\x28\x74\x5e\xe8\x12\xd6\xd9\x43\x3d\xe6\xde\x91\xa4\x3a\x6c\x30\x0c\x0c\x22\xa5\x7d\xb4\x2a\x3d\x15\x59\x46\x2b\x9e\x4e\xd1\x00\x46\xe3\x8c\x70\x92\xe0\x28\x3f\x41\x45\xee\x6a\x72\x49\x1a\x09\xae\xf1\x51\xcf\xa8\x34\xbc\xa7\xab\xe5\x6e\xfe\xeb\x6e\x3f\x5b\x6c\x9e\x3c\x41\x72\x66\x0b\x20\xf1\x60\xc8\xb6\xab\xcf\x9b\xe9\x7c\xbf\x99\xaf\x57\xdb\xc5\x6e\xb5\xf9\xb2\xdf\xcc\x2f\x9f\x2a\xaa\x42\xd2\x7e\xaa\xcf\x9b\xdb\x92\x4a\x9f\x72\x0c\xe0\x8a\x7a\x4c\x5a\x12\x8d\xc9\xa9\x52\xc0\x62\xdc\xb6\xbe\x02\x20\x3f\x9e\x7f\x94\xa9\xb9\x5e\xac\xf7\x8b\xe5\x6c\xfe\xab\xe1\x5f\x9d\x02\x1c\x09\x2b\xac\xc5\x1a\x04\x67\x98\x07\x29\xb2\xa0\x46\xff\xa2\xf5\x4b\xfb\xbb\x0a\x1d\x7c\xf7\x75\xfd\x65\x77\xbd\x5a\xee\x7f\x9e\x6f\xb6\x8b\xd5\xf2\xa9\x45\xe8\x2b\xae\xf3\xd6\x76\x3d\x99\xce\x9b\x8a\x6f\xad\x82\x2e\x45\x25\x4d\x12\x94\x55\xbd\x71\x04\x16\xc6\xd4\x66\x4b\xe3\xbb\x8b\xf7\xc6\x81\xeb\xdd\x67\x4d\x5c\xf1\x35\xc2\xaf\x16\xbb\xeb\xcf\x9f\xf6\xbf\xcc\x3f\x5d\xaf\x56\x37\xbe\x00\x77\x3c\x70\x5d\x84\xcf\x27\xd9\xac\xea\xa7\xff\x9e\x4c\x73\xfd\xb9\x93\xfc\x66\x58\x45\xf9\x9f\xca\x38\x89\x56\x92\x0a\xe0\xc3\x2b\x8a\x73\x5f\x40\x3a\x63\x6d\x04\x63\x94\x27\x8d\xc6\x5c\x52\x34\xad\x62\xfe\x9d\xa7\xfa\xde\x14\xee\x4f\xec\x32\x01\x2a\xec\x65\x92\x12\xca\xab\x20\x71\x7e\x6f\x24\xc3\x39\x1d\x26\xeb\xf5\x7e\xba\x5a\x5e\x2e\xae\x6a\x87\xb5\x6c\x38\x9f\x3f\xf5\xdc\xee\xf4\xea\x2e\x93\xcb\x56\xde\x9c\x63\xee\x06\x4f\x1b\x3c\xb4\xcf\x00\xec\x1c\xd0\x19\x0d\x3a\x64\xfd\xe6\x01\xd7\x19\x02\x78\x0b\x6f\x6b\x1f\x19\x3d\x22\x47\xa5\xd6\x52\x84\xd8\x14\x69\x86\xae\x2b\xd4\x6d\x1c\x39\xd1\x69\x00\xe3\xf6\xd7\x76\x3b\xf7\x32\x39\xd5\x94\xb0\x19\x32\x72\xda\x62\x24\x78\xac\x02\xf8\xd8\xa4\xd1\x34\x43\x51\xe8\xf3\x71\xc7\xd5\x9d\x69\xac\x2e\x55\x35\xbd\x57\x39\x79\xdd\x87\xc8\x84\x3b\xfd\xaf\xeb\xfb\x6a\x75\xab\x51\xbf\x09\x82\xd1\x8c\x6a\xd5\x06\x96\x61\x26\xa4\x9d\x0c\xef\xe6\x77\xa6\x2f\xdc\x2e\xee\x16\xbe\x2e\xb5\xab\x21\x3d\xd7\xc1\x35\x91\x24\xab\x31\x23\x85\x16\x66\x5f\x8b\x02\x30\x45\xa0\x9b\x2d\x4b\x53\x88\xeb\x19\xf3\x8c\x3b\xfe\xa5\x46\xd0\xd3\x88\xe1\x5b\x6a\x77\x6e\xb4\x41\x6d\x55\x1d\x42\x6b\x9b\x42\x2b\x04\x88\x52\x34\xe1\x6e\x71\x22\x8c\x99\x01\xca\x14\xce\x83\x34\x4d\x9b\xc7\xe0\xc7\x78\xbf\x70\xc5\x6e\xaa\xaa\x6d\x62\x66\x3b\xf1\xbb\xcb\xd2\x82\x36\xff\x57\xab\x82\xc1\x3f\x30\xae\xfb\xa3\xa0\x12\xe3\xca\x8a\xbe\x52\xb4\x8c\xd5\x83\xf1\xbc\xfa\x2e\xcb\x96\x07\x0f\x29\x4a\xb4\x28\x6b\xf6\x33\xe1\x41\x63\x54\xbd\x78\xec\xbd\x06\x28\xdb\x2f\x5f\x40\x76\xde\x63\x5a\xa0\x7c\x03\x33\x76\x5a\xdb\x3e\xed\xc2\xc7\x4e\x78\x08\x85\x59\x31\xdf\x7d\x1c\xfd\x08\x42\x82\x73\xdb\xf7\x1d\x44\x5d\x16\x0b\x3f\x97\xfa\x61\xa3\xd1\xf6\x5f\x00\xf9\xe6\xe3\xe8\xc7\x37\x6d\x80\x77\xe4\x91\x66\x45\x06\x24\x13\x05\xd7\x46\x88\xcb\x05\x6b\xb0\x2a\x6e\x21\x22\xdc\xa0\xed\x80\xbb\x73\xc4\xb7\x26\xab\x2a\x44\xf5\x1c\x7a\x01\xcf\x0f\x1f\xfe\xef\x8e\xf6\x79\xf1\xf3\xe6\xb6\x0c\x2c\x89\xb9\x50\x54\x1b\x19\xf6\xa1\xc4\x3e\x11\x35\xda\xb4\x4d\x72\x88\x44\xdc\x05\x77\x45\x35\x6c\xce\x0c\xdc\x2c\xe6\x20\xf6\x4e\x82\x2f\x60\x7d\xc5\xab\xc4\x28\xa1\x1d\xf7\x6f\x51\xfb\xf8\x17\x40\x20\x94\x84\x47\xa9\x45\x70\x61\x36\x6d\xe3\x75\xa1\x53\x94\x66\x8a\x35\x1a\x5b\xed\x6a\x2a\x53\xfb\xc9\x0d\x35\x12\xed\x33\x41\xf9\xf6\x63\xdf\x34\x48\xc1\xb4\xe7\xfa\x8c\xf2\x07\x94\xc8\x6b\xc1\xdc\x3b\x27\xbf\x84\xda\x39\x81\x11\x4d\x8f\x68\xeb\xb7\xf9\x58\x7f\xa8\x33\x20\xa9\x06\x5a\xbe\x62\xb8\x1b\x42\xb8\x02\xd4\x55\xaa\x03\x74\xea\xe6\x7d\x98\x51\x69\x47\xa0\x53\x05\xb6\x36\xfb\xf7\x85\x09\xda\x05\x3b\xb6\x1b\xa7\x2d\x4e\x3a\x25\x1a\x1e\x28\x63\x20\xcd\xd2\x5a\xc2\xf7\x0f\x3a\xfe\xf5\xf1\xc2\x00\x66\x78\x70\xf8\x42\x46\xf8\x3d\x10\xe7\x66\x77\x37\xac\x4c\x8b\x71\x07\xec\xa4\x16\x7a\xd7\x5e\x6e\x85\xb7\xbb\xf2\xb6\x61\x5f\xd9\xf0\x29\x5b\x8a\x9f\x51\x46\x00\x13\x88\xe9\xe1\x40\x23\xe3\x4f\x2d\x20\x29\x50\x29\xff\x92\x01\xc8\x4d\x70\xc7\x40\x14\xe4\x44\x56\x66\x35\x9a\x3d\x60\x98\x0a\x71\x6f\x22\x7b\x04\xb0\x14\xda\x10\xcb\x53\xde\x87\xdc\x8d\xd5\xf0\x8b\xbf\x52\xbd\xa6\xd8\x56\x03\x6f\xff\x4a\x86\x7f\x9f\x0c\xff\xf2\x7e\xf8\xa7\xdf\xbe\xfe\xff\xfb\x27\x33\xd7\x24\xc8\x51\xda\x37\x5e\x7c\xcc\x25\x2a\xe5\x36\x50\xa7\x6b\xef\x20\xdf\x56\x77\xd3\x0e\x9c\xab\x82\xd3\x48\x48\xde\x7a\x38\x3b\x50\x86\xf0\x4e\xd8\x5b\x84\x75\x4b\x60\xdd\xea\xd3\xc6\xcd\x4b\x73\x73\x4d\x74\x5a\x77\x42\x39\x6c\xbe\x98\x8c\x4c\xf0\x04\x24\xe1\xb1\xc8\xbc\xa5\x3b\x62\x7d\xe0\x38\x53\xc1\x8d\x9d\x0f\x4b\x73\xfd\xed\xe1\xb7\xaf\x3f\xbc\xc2\x4e\xdd\xe9\xb5\x27\x92\xa3\x42\x69\x91\xc1\xfa\xb4\xa6\x40\x79\x8c\x8f\xbe\x56\x35\xf3\xa4\x46\xb4\xa8\x11\xf5\xad\x9c\xff\x0c\x00\x00\xff\xff\x76\x67\xf2\x99\xf3\x17\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDjangoExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDjangoExampleYaml, - "Template.template.openshift.io/openshift/django-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDjangoExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDjangoExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/django-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x73\xdb\x36\xf2\x7f\xaf\x4f\xb1\xe3\xc9\x8c\x93\xf9\x5b\x92\xdd\x34\x9d\xfe\xf9\x4e\xb1\x14\x47\x17\x5b\x52\x25\xa7\x69\xaf\xd7\xf1\x40\xe4\x8a\x42\x0d\x02\x34\x00\xda\xd6\xf9\xfc\xdd\x6f\xf0\x40\x8a\x4f\x96\xe5\x5e\x32\xad\x5f\x74\x1a\x62\xb1\xf8\xed\xf3\x62\x21\x92\xd2\x9f\x51\x2a\x2a\x78\x00\x1a\x93\x94\x11\x8d\x3d\x91\x22\x57\x6b\xba\xd2\x3d\x2a\xfa\xb7\x27\x9d\x6b\xca\xa3\x00\x2e\xfd\x72\x87\x91\x25\x32\x15\x74\x00\x48\x9a\x06\x10\xfd\x41\x78\x2c\xba\xa9\xba\x61\x5d\xbc\x27\x49\xca\xb0\x03\x05\xb3\xf6\xf5\x04\x95\x22\x31\x06\xf0\x9f\x6e\x07\xe0\x72\x8d\xb0\x12\x8c\x89\x3b\xca\x63\x50\x28\x6f\x69\x88\xaf\xd5\x1b\x58\x93\x5b\x84\x25\x22\x87\x50\x22\xd1\x18\x01\xe5\xb0\x11\x99\x84\x54\x8a\x3f\x30\xd4\x01\xbc\x7a\x98\x0c\x2e\x46\x8f\x47\xf0\xea\x61\x38\xb8\x1c\xbc\x1f\x2c\x46\x57\x8b\xd1\xfc\xe7\xf1\xe9\xe8\xca\xae\xf4\x3a\x1d\x80\x0f\x42\x42\x22\x24\x02\xe5\x2b\x21\x13\xa2\xa9\xe0\x40\x96\x22\xd3\x90\x29\x73\xa8\x5e\x53\x55\x60\x3e\x02\xca\x43\x96\x45\x66\x61\x9a\x22\x5f\x18\x5d\x40\x28\xb8\xa2\x11\x4a\xbb\x59\x1d\x81\x42\x84\xb5\xd6\xa9\x0a\xfa\xfd\x98\xea\x75\xb6\xec\x85\x22\xe9\xab\x90\x09\x19\xf7\xbd\xd4\x78\xdf\x5f\x32\xb1\xec\x27\x44\x69\x94\xfd\xf9\x68\x30\xbc\x18\xf5\x92\xa8\xd7\x49\x50\x93\x88\x68\x62\xf5\xc8\xb9\xd0\x8e\xaf\xf9\x27\x40\x84\x2a\x94\x34\xd5\xd6\x2e\x56\x47\xe6\x6f\xc0\xc1\x2b\x10\x86\x96\xbd\x31\x00\xa3\xa1\x13\xe7\x8e\xea\x35\x10\x98\x09\xa5\x63\x89\x8b\x9f\xce\xc1\xb0\x5f\x12\x85\xbd\xbf\xa3\xfc\x5e\xa6\x2f\x83\xf9\x64\x3c\x39\x0b\x60\xc0\x37\x16\x30\x28\x2d\x24\x46\x70\x47\x19\x83\x25\x02\x13\x4a\x43\x96\x0a\x0e\xa9\x88\x8c\x62\xb4\xcc\x42\x03\xa1\x07\x53\xce\x36\x90\x29\xac\xa2\x87\x95\x90\xa0\x51\x69\xca\xe3\x9e\x3d\x85\x86\x82\x9f\x32\xa2\x54\x60\xff\xb7\x9b\x6e\xf4\x5a\x70\xbb\x54\x71\xf5\x88\xaa\x94\x91\x4d\x97\x93\x04\x83\x5c\xc5\xff\x57\xd6\xe8\xeb\x51\xba\xc6\x04\x25\x61\x6f\x5a\xb6\x8b\x30\x4b\x90\x3b\x43\x76\x33\xc9\x82\x7d\xf4\xd3\xe4\xc3\x04\x8f\xbb\x15\x0f\xb8\xac\xc8\x17\xe1\x8a\x72\x54\x20\x51\x89\x4c\x86\xa8\x80\x23\x46\x18\x81\x16\x10\xe1\x2d\x32\x91\x7a\xe5\x92\x5c\x08\xe3\x05\x51\xd9\x5b\xca\x26\x26\xb0\xcc\x28\x8b\x8c\x81\x57\x34\xce\xa4\x27\x28\xfb\x56\x84\x29\x13\x1b\x23\x9c\xe7\x5c\xa7\xe5\x51\xe1\x6d\x25\xe2\x2a\x59\xcf\x45\x7a\x41\x47\x95\xb7\xb5\xe7\x49\x39\x70\x63\x1d\x93\x8f\x94\x36\xdb\xcd\x32\x89\xf1\x08\x94\x70\x36\xae\xf0\x03\xb5\x16\x19\x8b\x8c\x93\x64\x46\x3c\x63\x77\xbc\x4f\x51\x52\x6b\x05\xe6\xd9\xa6\x99\x4c\x85\x42\x05\x82\xb3\x4d\xaf\xa9\xee\x54\x8a\x5b\xe3\xd7\xdd\xaa\xf9\xe7\x18\xc1\x47\xa2\x8f\x60\xcc\xc3\x96\x5d\x2a\x4b\x53\x21\x75\xd5\xcc\x24\x0c\x51\xa9\x9e\xc4\x68\x4d\xb4\xb1\xb6\xdd\xa7\x49\xac\x02\xb8\xc9\x68\x78\xad\x34\x91\xfa\xc8\xf9\xdf\x91\x73\x01\x47\xd2\x9a\x7a\x97\x94\x47\x64\xc9\x30\x80\x83\x15\x61\x0a\x0f\x3a\x00\x0e\x5c\x7b\xce\x35\x6b\x2a\x25\x21\x06\x5b\xac\x1d\xb1\x34\x89\x52\x05\x9d\x2e\x94\x93\xfd\xed\x49\x07\xc0\x25\xf6\x05\x86\x12\x8d\x61\xcb\x29\x29\x3f\xc9\xe7\xd7\x0e\x80\xd2\x92\xf2\x78\x58\xac\xe7\x76\xec\xa6\x44\xa9\x3b\x21\xa3\xa0\x9c\x83\x67\x83\xc5\xe2\xcb\x74\x3e\x7c\xac\xd2\x66\x0a\x65\x85\xee\xf3\x62\x34\xf7\x34\x4e\x26\x65\xd1\x74\xaf\x71\x63\xe9\xfe\x31\x98\x9c\x4d\xaf\x16\xa3\xd3\xf9\xe8\xf2\xea\xd3\xe8\xd7\xc7\x5d\x72\xd8\xc2\xd1\x10\xa4\x91\x5d\x6b\xf9\x75\x74\xef\xfc\xc3\x38\x31\x13\x24\x82\x25\x61\x84\x9b\xb8\xd2\x6b\xac\x84\x41\x2a\x22\xe5\x39\xf8\x2a\xd5\x23\x2c\x5d\x93\xaa\xd9\x22\x4c\x91\x47\xc8\x43\x8a\x2a\x80\xc3\xdf\x1e\x0e\x8c\x2a\x0f\x02\x38\x78\xaa\x46\x1d\x1c\x79\xae\x00\x07\x46\x16\x43\xeb\xa5\x39\x78\xfc\xfd\xb0\xdd\x1c\x29\x86\x4e\x1c\xe3\x87\x5e\xb2\xae\x27\xbb\xc3\x65\xee\xfd\x42\xea\x00\x7e\x3c\xfe\xf1\xd8\x7f\xd0\x44\xc6\xa8\x67\xd5\xcf\x0a\x19\x86\x5a\xc8\x5c\x3f\xd5\xc3\x9e\xd4\xf8\x5c\x64\xba\xa9\xef\xa7\x91\xae\x85\xb2\x25\x7b\x30\x9b\x9d\x8f\x4f\x07\x97\xe3\xe9\xe4\x6a\x38\xbd\x18\x8c\x27\xce\x05\xb4\xc8\x01\xd4\x2d\xfa\x02\x50\xe3\x84\xc4\xb8\xd0\x12\x49\xf2\x62\x57\xf8\x84\x98\x2a\xd0\x92\x84\xd7\x20\x56\x10\xae\x09\x8f\x51\x99\xcc\x54\x77\x05\x6a\x4e\x69\x11\xf7\x49\x58\xef\x4d\x8e\x3d\xb5\xf9\xeb\xc5\xb0\x86\x3e\xe3\xaf\xc5\x9d\x49\xf2\x2e\x5d\xd7\x10\xe5\xe6\xcd\x33\x49\x8b\x63\xde\x11\xaa\xbb\x2b\x21\xbb\x12\x49\xb4\x09\xe0\x40\xcb\xcc\x26\x95\x5d\x36\x13\x99\x4e\x33\x9d\xc3\xda\x5a\xa8\x45\xdd\x97\x24\x2e\x16\x2b\x0c\x03\x83\x48\x69\xef\xad\x4a\x9f\x8a\x24\xa1\x05\x4f\x27\x68\x00\xbd\x7e\x42\x38\x89\xb1\x97\x6e\xa0\x20\x77\x25\x2e\xd8\x96\x1d\x8d\xf7\x7a\x48\x6d\x12\x39\x9d\x4e\x2e\x47\xbf\x5c\x5e\x0d\xc7\x3e\x85\x00\xc4\x5b\xb6\x00\x12\x57\x86\x6c\x31\xfd\x3c\x3f\x1d\x5d\xcd\x47\xb3\xe9\x62\x7c\x39\x9d\xff\x7a\x35\x1f\x7d\x78\x2c\xa8\x32\x49\xdb\xa9\x3e\xcf\xcf\x73\x2a\xbd\x49\x31\x80\x33\xea\x31\x69\x49\x34\xc6\x9b\x42\x00\x8b\x71\x51\xfb\x0a\x80\xfc\x76\xfb\x8f\x3c\x34\x67\xe3\xd9\xd5\x78\x32\x1c\xfd\x62\xf8\x17\xab\x00\xb7\x84\x65\x56\x63\x15\x82\x2d\xcc\x95\x14\x49\x50\xa2\xdf\xa9\xfd\x5c\xff\xae\xd2\x04\xaf\x1e\x66\xbf\x5e\x7e\x9c\x4e\xae\x7e\x1e\xcd\x17\xe3\xe9\xe4\xb1\x46\xe8\x8b\x86\xb3\xd6\x62\x36\x38\x1d\x55\x05\x5f\x58\x01\x5d\x88\x4a\x1a\xc7\x28\x8b\x7c\xe3\x08\x2c\x8c\x53\x1b\x2d\x95\xef\xce\xdf\x2b\x0b\xae\x15\xda\x4a\xe2\xf2\xbd\x39\xfc\x6c\x7c\xf9\xf1\xf3\xfb\xab\x2f\xa3\xf7\x1f\xa7\xd3\x4f\x3e\xe7\x37\x2c\xf0\x31\x5b\x3e\x1d\x64\xc3\xa2\xf5\xf8\x3a\x91\xe6\x5a\x99\x46\xf0\x9b\xe4\x8f\xf2\x5b\x45\x9c\x44\x7b\x92\x0a\xe0\x64\x8f\xe4\xdc\xe6\x90\x4e\x59\x73\x74\xb7\xa6\x4a\x87\x91\x93\x54\xd5\x62\xfe\xb6\xd7\xba\xd6\x18\x6e\x8f\xec\x3c\x02\x0a\xf0\x79\x94\x12\xca\x0b\x2f\x71\x86\xaf\x44\xc3\x36\x1e\x5a\x2b\x62\x89\xae\x14\x19\xed\xc5\x73\x17\xcf\xd1\xe4\x6c\x3c\x79\x8e\x9b\x23\xda\xc9\x67\x0f\x4c\xcf\x62\x31\x9d\x4e\x93\xc7\x87\x5a\x58\x43\x11\x12\x9f\x70\x33\xc7\x55\x7d\x0d\xc0\x76\x46\x95\x86\xaa\x41\xd2\x6e\xb8\x16\x4c\x79\x97\xf6\xf5\x71\xe5\x4d\xe1\x8b\xb1\x0d\x66\xb3\xab\xd3\xe9\xe4\xc3\xf8\xac\x5d\xe1\xdb\xf5\x56\xc9\xea\xfd\xe2\xd7\x93\xac\xde\x9e\xee\x2d\x99\x6d\x15\x02\x38\x84\xc3\xd2\x47\x46\x6f\x91\xa3\x52\x33\x29\x96\x58\x3d\xd2\xdc\x26\xce\x50\xd7\x71\xa4\x44\xaf\x03\xe8\xaf\x91\x30\xbd\xae\xaf\xd5\xbb\x3c\x7f\x32\xa7\x9a\x12\x36\x44\x46\x36\x0b\x0c\x05\x8f\x54\x00\x6f\xab\x34\x9a\x26\x28\x32\xbd\x5d\x6e\x24\x80\xf6\xcb\x46\xf9\x68\x55\x0d\xec\x22\xfe\x67\x6d\xb0\x4c\x2a\xa4\x7f\x91\xe8\x7b\x4b\x5e\xdc\xad\xab\x50\x18\x4d\xa8\x56\x75\x78\x09\x26\x42\xda\xeb\xca\xc5\xe8\xc2\x74\x0e\xe7\xe3\x8b\xb1\xaf\x5c\xf5\x7a\x49\xb7\x95\x72\x46\x24\x49\x4a\xcc\x48\xa6\x45\x42\x34\x0d\x03\x30\x65\xa2\x99\x4e\x27\xa6\x54\x97\x53\xea\x2e\xcb\xfc\xa9\x7e\xa1\xa5\x5f\x83\x97\x94\xf8\x6f\x76\x37\xd3\xe5\xc1\x41\xa9\xfc\xe6\xb0\x9f\x2c\x0d\x3b\xaf\x49\xa9\x9b\xec\xa8\x1b\x56\xb9\x2d\xbd\xfb\xfe\xed\x77\x2d\xb7\xa5\xe2\xf3\x53\x05\xf9\x09\x10\x7f\x45\xb7\x92\xeb\xea\xeb\xf4\x28\x7b\x68\x77\xdf\xa6\x65\x47\x0d\xff\xc6\x5d\xcc\x33\xdd\xc3\x5e\x64\xff\x43\x9f\x33\x9b\x2e\x2e\xcf\xe6\xa3\xc5\x4f\xe7\x7f\xa7\x4e\xa0\x84\xea\x6f\xd8\x0b\x94\xd0\xe5\x66\x79\x61\x17\xf6\xd2\xda\x8b\xf7\x65\x03\xbb\xbf\x50\x24\x09\xe1\x51\xfd\x73\x17\xfa\x99\x92\x7d\x46\x97\x66\x53\x3f\x5c\x63\x78\xdd\x2d\x5c\xa2\x41\xdc\xed\x9a\x63\x9f\xaf\x51\x27\xdf\xed\xae\xcf\x27\xc7\xcd\x5b\x5e\x3d\x8d\xc1\x5e\x75\xb9\x94\xe6\xe0\x99\xba\xfc\x6d\xd4\xd2\x2a\xff\xbb\xdd\xd2\x7f\xb5\x1a\x5d\xf2\xad\x52\xb9\x76\x7f\xb7\x82\x65\x09\x5e\x88\x8c\xd7\x55\x98\x98\x6f\x33\xd7\x8e\xdc\x12\x2b\x66\x3f\x8d\xd5\x0d\xeb\x1b\x6f\xaf\x9c\xe9\x9b\xa7\xf2\x67\xc7\xb7\x9a\x2d\x92\x54\x6f\xec\x3c\xe3\xa1\x7e\x2b\x2f\x6d\xfe\xa6\x5d\x44\x8b\xfb\xfc\xb9\x61\x43\xc1\x27\x78\xf5\x50\x52\xef\x9f\x1c\x3a\xec\xd5\x70\xa4\x46\x7a\xd4\x56\x35\x5d\xa8\x3d\x9a\xa0\x3d\x07\x88\x52\x34\xe6\xee\x7d\x84\x30\x06\x62\x65\x4b\xe4\x4a\x0a\xae\x91\x47\xe0\x27\xe4\xfe\x5d\x25\x72\xd3\xbe\xd2\x83\x4b\xaf\x03\xe0\xdf\x06\x26\x56\x50\xf3\xdf\x62\x14\xef\xaf\x86\x12\x6f\x32\x2a\x31\x2a\xb4\xee\x73\x53\x5b\x8b\xd6\x02\x74\xfb\xcc\x36\xc9\x55\x03\x77\x6b\x94\x68\xa1\x96\x14\x6f\xbc\x9e\x46\xa8\x5a\x41\xd9\x7d\x15\x64\x56\xaf\x3b\xe0\x6d\xdf\x09\x6a\xa0\x7c\xbf\x62\x94\x35\xb3\x43\x24\xe7\x73\x76\xfc\xe8\xdf\x5b\x5e\xbf\xed\xfd\x00\x42\x82\x6b\x16\xdf\x34\x10\x35\x59\x8c\xfd\xd0\xd4\x67\xf7\xca\x4c\x6a\x07\xc8\x83\xb7\xbd\x1f\x0e\x76\x01\xdc\x3e\xd0\x35\x41\x9e\x1c\xef\x8b\x71\xcb\xa5\x86\xb3\xe1\xca\xbb\xb0\x9e\x1c\x37\xa0\x5e\x90\x7b\x9a\x64\x09\x10\x9b\x3d\xcc\x59\x2e\x1b\x59\xdb\xfa\x17\xba\x22\x3c\x21\x24\xdc\x40\x6f\x40\xbd\x70\x7b\xce\x4d\x7a\x2b\xb0\x95\x2f\x1c\x3b\x50\xbd\x3b\xf9\xee\x82\xbe\x08\x56\x49\x1b\x2f\x83\x06\xaf\xb7\x5b\xdf\xd4\x71\xd6\x93\xee\x4b\x21\x9b\x50\xf9\x3c\x3f\xcf\x43\x58\x62\x2a\x14\xd5\xe6\x6c\xfb\xfa\x6d\x7f\x1a\x50\x19\xd4\xd9\x02\x01\xa1\x88\x9a\xa0\xcf\xa8\x86\xf9\x96\x81\x9b\xc6\x3a\xb4\xad\xb3\xe0\x1d\x58\xf7\x78\xe6\xed\xc5\xb4\x11\x63\x0b\xd4\x3e\xd3\x08\x20\xb0\x94\x84\x87\x6b\x8b\xe0\x08\x34\x89\x8d\xdb\x0a\xbd\x46\x09\x12\x57\x46\x62\x2b\x5d\x49\x64\x6a\x3f\xb9\x8b\x82\x44\xe0\x62\xfb\x98\x6f\x1f\x89\x49\xc6\xb4\xe7\xfa\x84\xf0\x2b\x94\xc8\x4b\x19\xa3\x75\x52\xbe\x0b\xb5\x33\x02\x23\x9a\xde\xa2\xbd\xa5\x9b\x8f\xe5\x1f\x68\x18\x90\x54\x03\x55\x16\x9e\x7f\x47\x91\x42\xb8\xbb\x65\x53\xa8\x06\xd0\x53\x37\xf1\x87\x21\x95\xf6\x3e\xb1\x29\xc0\x96\xa6\xff\x6d\x6e\x82\xf6\xe6\x18\xd9\x37\x27\x5b\x06\xf4\x9a\x68\xf7\xab\x02\x29\x32\x8d\x39\x7c\x1f\x7f\xfe\x3d\xef\xc8\x00\x66\xb8\x72\xf8\x96\x8c\xf0\x6b\x20\xce\xcc\xc5\x2f\x12\xbc\x6a\x31\x6a\x80\x1d\x94\x5c\xef\xa3\x3f\xb7\xc0\xdb\x7c\xf4\xaa\xc3\x3e\xb3\xee\x93\x17\x7b\xdf\x62\xf7\x00\x06\x10\xd1\xd5\x8a\x86\xc6\x9e\x5a\x40\x9c\xa1\x52\xfe\x39\x16\x90\x1b\xe7\x8e\x80\x28\x48\x89\x2c\xd4\x6a\x24\xbb\xc3\xe5\x5a\x88\x6b\xe3\xd9\x3d\x80\x89\xd0\x86\x58\x6e\xd2\x36\xe4\x6e\xb0\x0e\x5f\xfc\x96\xe2\x49\xd8\x36\x02\x70\xf8\x1b\xe9\xfe\x7b\xd0\xfd\xe7\x71\xf7\xff\x7f\x7f\xf8\xfe\xf8\xd1\x34\xd3\x31\x72\x94\xf6\x07\x3e\x78\x9f\x4a\x54\xca\xbd\x41\x39\x59\x5b\x47\xf9\x46\xdc\xf2\x99\xc3\xfc\x3e\xef\x87\x03\xd5\xba\xfa\xd4\x5c\xf8\xa9\x18\x2c\x75\x31\x35\xb5\x1e\x16\x07\x21\x8f\x29\xaf\xd0\x1e\x41\xb2\x51\x37\xcc\xc4\x9a\xba\x61\x54\x23\xbc\xf6\xe6\x7d\xd3\x3b\xac\x2b\xa9\xe0\x33\xb2\x7c\x9a\x50\x8b\x71\xf3\x7e\x20\x5b\x79\xb7\x2b\xe1\xb9\x2e\xc3\x61\x7e\x92\xe9\x67\x85\x92\xb7\x32\xf6\x77\xd1\xdd\xed\xcb\x4e\xbe\x30\xdb\x5e\xef\x5a\xdc\xe5\xe4\x87\xe7\xdd\xa5\x39\x8f\xae\x99\x70\x5e\xcf\x31\x67\x19\xa7\xa1\x90\xbc\xf6\x8b\x90\x15\x65\x08\xaf\x85\xdd\x45\x58\xb3\xdc\x97\x03\xf4\xb4\xb2\xf3\x83\xd9\x69\x1a\xfb\x72\xbc\xe6\x83\xe8\x9d\x79\x9b\x09\x1e\x83\x24\x3c\x12\x89\x0f\xca\xc6\xb1\x3e\xc7\xb8\xa8\x82\x4f\x76\x76\x9c\xab\xea\x5f\x77\xbf\x3f\xbc\xdb\x23\xa4\x9a\x93\xed\x96\xa4\x17\x66\x4a\x8b\x04\x66\x9b\x19\x05\xca\x23\xbc\xf7\x65\xad\x9a\x52\x4b\x44\xe3\x12\x51\xdb\xfb\xe4\x7f\x03\x00\x00\xff\xff\x13\x94\x55\x19\x20\x28\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYaml, - "Template.template.openshift.io/openshift/django-psql-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/django-psql-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\xdd\x73\xdb\x36\x12\x7f\xd7\x5f\xb1\xe3\xc9\x8c\x93\x39\x4b\xb2\x93\xa6\xd3\xe3\x9b\x22\x29\x8e\x2e\xd6\x47\x25\x39\x69\xaf\xd7\xd1\x40\xe4\x8a\x42\x4d\x02\x34\x00\xca\xd6\xf9\xfc\xbf\xdf\x00\x20\x29\x7e\x49\x96\x53\x67\x5a\x3f\x74\x1a\x62\xb1\xf8\xed\xf7\x02\x2b\x12\xd1\x2f\x28\x24\xe5\xcc\x01\x85\x61\x14\x10\x85\x2d\x1e\x21\x93\x6b\xba\x52\x2d\xca\xdb\x9b\x8b\xc6\x0d\x65\x9e\x03\xf3\x64\xb9\x11\x90\x25\x06\xd2\x69\x00\x90\x28\x72\xc0\xfb\x83\x30\x9f\x37\x23\x79\x1b\x34\x23\xcd\x4b\x2a\x64\xaa\x01\x19\xbf\xbd\x24\x21\x4a\x49\x7c\x74\xe0\x7f\xcd\x06\xc0\x7c\x8d\xb0\xe2\x41\xc0\xef\x28\xf3\x41\xa2\xd8\x50\x17\x5f\xcb\x37\xb0\x26\x1b\x84\x25\x22\x03\x57\x20\x51\xe8\x01\x65\xb0\xe5\xb1\x80\x48\xf0\x3f\xd0\x55\x0e\xbc\x7a\x18\x75\x86\xfd\xc7\x33\x78\xf5\xd0\xeb\xcc\x3b\x1f\x3a\xb3\xfe\x62\xd6\x9f\x7e\x19\x74\xfb\x0b\xb3\xd2\x6a\x34\x00\x3e\x72\x01\x21\x17\x08\x94\xad\xb8\x08\x89\xa2\x9c\x01\x59\xf2\x58\x41\x2c\xf5\xa1\x6a\x4d\x65\x06\xfb\x0c\x28\x73\x83\xd8\xd3\x0b\xe3\x08\xd9\x4c\x6b\x04\x5c\xce\x24\xf5\x50\x98\xcd\xf2\x0c\x24\x22\xac\x95\x8a\xa4\xd3\x6e\xfb\x54\xad\xe3\x65\xcb\xe5\x61\x5b\xba\x01\x17\x7e\x3b\x11\x1c\xef\xdb\xcb\x80\x2f\xdb\x21\x91\x0a\x45\x7b\xda\xef\xf4\x86\xfd\x56\xe8\xb5\x1a\x21\x2a\xe2\x11\x45\x8c\x36\x19\xe3\xca\xf2\xd5\xff\x04\xf0\x50\xba\x82\x46\xca\x58\xa7\xc3\x00\xef\x49\x18\x05\x08\x3d\xc3\x55\x6b\x3f\xa0\xae\x95\xe2\x8e\xaa\x35\x10\x98\x70\xa9\x7c\x81\xb3\x9f\xaf\x40\x73\x5d\x12\x89\xad\x4c\x6c\xc3\x13\x5e\x58\xf8\x84\xe9\x9f\x50\x81\xc1\xe4\x72\xd6\x0d\x88\x94\x8e\xf9\xdf\x66\xb4\x55\x6b\xce\xcc\x52\xc1\x19\x3d\x2a\xa3\x80\x6c\x9b\x8c\x84\xe8\xa4\x7a\xf8\x47\x4e\xec\x9a\x2d\xdc\x8d\x43\x64\x56\xb1\xcd\x58\x04\xce\x31\x60\xab\x7c\x02\xce\xfc\x66\xc1\x22\xf3\xbc\xc2\xc0\xc3\x15\x65\x28\x41\xa0\xe4\xb1\x70\x51\x02\x43\xf4\xd0\x03\xc5\xc1\xc3\x0d\x06\x3c\x4a\x74\x45\x52\xe0\xda\x3c\x5e\xde\x8c\x79\xad\x13\x58\xc6\x34\xf0\xb4\xce\x57\xd4\x8f\x45\x42\x90\x37\xba\x87\x51\xc0\xb7\xa1\x8d\x36\xfd\x57\xa6\x65\x5e\xe6\x06\x39\xe2\x22\x59\xab\x2a\x6a\x24\xf8\x46\x9b\xb9\x59\x54\xf7\x14\x3d\xf8\x44\xd4\x19\x0c\x98\x5b\xb3\x4b\xc6\x51\xc4\x85\x2a\xaa\x98\xb8\x2e\x4a\xd9\x12\xe8\xad\x89\xd2\x9a\x36\xfb\x14\xf1\xa5\x03\xb7\x31\x75\x6f\xa4\x22\x42\x9d\x59\x7b\x9f\x59\xf5\x5b\x92\xda\x64\xb4\xa4\xcc\x23\xcb\x00\x1d\x38\x59\x91\x40\xe2\x49\x03\xc0\x82\xdb\x9b\x85\xf4\xb2\x8c\x88\x8b\xce\x0e\x6e\x83\x2f\x75\xde\x90\x4e\xa3\x09\xf9\x0c\xb8\xb9\x68\x00\xd8\x6c\x37\x43\x57\xa0\xde\x9f\x8f\xd0\xf4\xb0\x24\xdd\x34\x00\xa4\x12\x94\xf9\xbd\x6c\x3d\x55\x77\x33\x22\x52\xde\x71\xe1\x39\xf9\x94\x34\xe9\xcc\x66\x5f\xc7\xd3\xde\x63\x91\x36\x96\x28\x0a\x74\xd7\xb3\xfe\x34\xa1\xb1\x62\x49\x83\xa6\x79\x83\x5b\x43\xf7\xaf\xce\xe8\x72\xbc\x98\xf5\xbb\xd3\xfe\x7c\xf1\xb9\xff\xeb\xe3\x21\x39\x4c\x1e\xad\x08\x52\x49\x36\xa5\x74\xd3\xbf\x8f\xb8\x44\x69\x7c\x28\xe0\xc4\x83\x25\x09\x08\xd3\x6e\xad\xd6\x58\xf0\xc2\x88\x7b\x32\xe1\x90\x24\xed\x16\x09\xa2\x35\x29\x5a\xce\xc3\x08\x99\x87\xcc\xa5\x28\x1d\x38\xfd\xed\xe1\x44\xab\xf2\xc4\x81\x93\x7d\x29\xfb\xe4\x2c\xe1\x0a\x70\xa2\x65\xd1\xb4\x89\x34\x27\x8f\xbf\x9f\xd6\x9b\x23\x42\xd7\x8a\xa3\x5d\x31\x91\xac\x99\x90\xdd\xe1\x32\xe1\xa8\x17\x1d\xf8\xe9\xfc\xa7\xf3\xe4\x83\x22\xc2\x47\x35\x29\x7e\x96\x18\xa0\xab\xb8\x48\xf5\x53\x3c\x6c\xaf\xc6\xa7\x3c\x56\x55\x7d\xef\x47\xba\xe6\xd2\x54\xb0\xce\x64\x72\x35\xe8\x76\xe6\x83\xf1\x68\xd1\x1b\x0f\x3b\x83\x91\x75\x01\xc5\x53\x00\x65\x8b\x3e\x03\xd4\x20\x24\x3e\xce\x94\x40\x12\x3e\xdb\x15\x3e\x23\x46\x12\x94\x20\xee\x0d\xf0\x15\xb8\x6b\xc2\x7c\x94\xba\x08\x97\x5d\x81\xea\x53\x6a\xc4\xdd\x0b\xeb\x83\x4e\x71\x5d\x93\x8e\x9e\x0d\xab\x97\x24\xdc\x35\xbf\xd3\x39\xd6\x66\xcb\x12\xa2\xd4\xbc\x69\x32\xa9\x71\xcc\x3b\x42\x55\x73\xc5\x45\x53\x20\xf1\xb6\x0e\x9c\x28\x11\x9b\xbc\x72\xc8\x66\x3c\x56\x51\xac\x52\x58\x3b\x0b\xd5\xa8\x7b\x4e\xfc\x6c\xb1\xc0\xd0\xd1\x88\xa4\x4a\xbc\x55\xaa\x2e\x0f\x43\x9a\xf1\xb4\x82\x3a\xd0\x6a\x87\x84\x11\x1f\x5b\xd1\x16\x32\x72\x5b\x61\x9c\x5d\xd6\x57\x78\xaf\x7a\xd4\x24\x91\xee\x78\x34\xef\xff\x32\x5f\xf4\x06\x49\x0a\x01\xf0\x77\x6c\x01\x04\xae\x34\xd9\x6c\x7c\x3d\xed\xf6\x17\xd3\xfe\x64\x3c\x1b\xcc\xc7\xd3\x5f\x17\xd3\xfe\xc7\xc7\x8c\x2a\x16\xb4\x9e\xea\x7a\x7a\x95\x52\xa9\x6d\x84\x0e\x5c\xd2\x04\x93\x12\x44\xa1\xbf\xcd\x04\x30\x18\x67\xa5\xaf\x00\xc8\x36\xbb\x7f\xa4\xa1\x39\x19\x4c\x16\x83\x51\xaf\xff\x8b\xe6\x9f\xad\x02\x6c\x48\x10\x1b\x8d\x15\x08\x76\x30\x57\x82\x87\x4e\x8e\xfe\xa0\xf6\x53\xfd\xdb\x62\xe3\xbc\x7a\x98\xfc\x3a\xff\x34\x1e\x2d\xbe\xf4\xa7\xb3\xc1\x78\xf4\x58\x22\x4c\x8a\x86\xb5\xd6\x6c\xd2\xe9\xf6\x8b\x82\xcf\x8c\x80\x36\x44\x05\xf5\x7d\x14\x59\xbe\xb1\x04\x06\x46\xd7\x44\x4b\xe1\xbb\xf5\xf7\xc2\x82\xed\x44\x76\x92\xd8\x7c\xaf\x0f\xbf\x1c\xcc\x3f\x5d\x7f\x58\x7c\xed\x7f\xf8\x34\x1e\x7f\x4e\x72\x7e\xc5\x02\x9f\xe2\xe5\xfe\x20\xeb\x65\x95\xff\x65\x22\xcd\x76\x12\x95\xe0\xd7\xc9\x1f\xc5\xf7\x8a\x38\x81\xe6\x24\xe9\xc0\xc5\x11\xc9\xb9\xce\x21\xad\xb2\xa6\x68\x2f\x11\x85\x26\x23\x25\x29\xaa\x45\xff\xed\xee\x3a\xb5\x31\x5c\x1f\xd9\x69\x04\x64\xe0\xd3\x28\x25\x94\x65\x5e\x62\x0d\x5f\x88\x86\x5d\x3c\xd4\x56\xc4\x1c\x5d\x2e\x32\xea\x8b\xe7\x21\x9e\xfd\xd1\xe5\x60\xf4\x14\x37\x4b\x74\x90\xcf\x11\x98\x9e\xc4\xa2\x3b\x9d\x2a\x8f\x8f\xa5\xb0\x86\x2c\x24\x3e\xe3\x76\x8a\xab\xf2\x1a\x80\xe9\x8c\x0a\x0d\x55\x85\xa4\xde\x70\x35\x98\xd2\x2e\xed\xe5\x71\xa5\x4d\xe1\xb3\xb1\x75\x26\x93\x45\x77\x3c\xfa\x38\xb8\xac\x57\xf8\x6e\xbd\x56\xb2\x72\xbf\xf8\x72\x92\x95\xdb\xd3\xa3\x25\x33\xad\x82\x03\xa7\x70\x9a\xfb\x18\xd0\x0d\x32\x94\x72\x22\xf8\x12\x8b\x47\xea\x0b\xc5\x25\xaa\x32\x8e\x88\xa8\xb5\x03\xed\x35\x92\x40\xad\xcb\x6b\xe5\x2e\x2f\x39\x99\x51\x45\x49\xd0\xc3\x80\x6c\x67\xe8\x72\xe6\x49\x07\xde\x15\x69\x14\x0d\x91\xc7\x6a\xb7\x5c\x49\x00\x7b\xef\x1b\xf9\xd3\x65\x31\xb6\xb3\x14\x30\xa9\x43\xa6\xb3\x21\xfd\x8b\xa4\x3f\x5a\xf8\xec\x76\x5b\x84\x12\xd0\x90\x2a\x59\x86\x17\x62\xc8\x85\xb9\xb1\x0c\xfb\x43\xdd\x3c\x5c\x0d\x86\x83\xa4\x78\x95\x4b\x26\xdd\x15\xcb\x09\x11\x24\xcc\x31\x23\xb1\xe2\x21\x51\xd4\x75\x40\x57\x8a\x6a\x46\x1d\xe9\x6a\x9d\xcf\xaa\x4f\x18\xe7\x9b\xba\x86\x9a\xae\x0d\x9e\x53\xe8\xf7\x96\xe7\x49\x06\xf0\x0b\x0f\xe2\x10\xbb\x01\xa1\xd5\x26\x3d\x05\xb1\x37\xdd\xef\xaa\x8d\xbd\x73\x0f\xb9\x87\x99\x76\xa7\x48\xbc\xaf\x82\x2a\x1c\xb3\xa4\x65\xa9\x18\x52\xe0\x6d\x8c\x32\x6f\x44\xa9\xb8\x30\x41\xfa\xea\xe1\xcb\xf8\xea\x7a\xd8\x5f\x74\x3b\x93\x4e\x77\x30\xff\x9e\xf7\x4d\xdd\x55\x64\x6f\x16\xb9\x96\xe2\x19\xf2\xd7\x5c\xfd\x22\xfb\x40\x24\x6f\x83\xc2\x0d\xf0\xfd\x0f\xef\xde\xd6\xdc\x00\xb3\xcf\xfb\x9a\x8c\x3d\x20\xfe\x8a\x0e\x2c\xd5\xd5\xcb\xf4\x5d\x47\x68\xf7\xd8\x46\xec\x40\x5f\xf2\x9d\x3b\xb3\x27\x3a\xa2\xa3\xc8\xfe\x44\xef\x36\x19\xcf\xe6\x97\xd3\xfe\xec\xe7\xab\xbf\x53\x77\x93\x43\xf5\x37\xec\x6f\x72\xe8\x52\xb3\x3c\xb3\xb3\x7c\x6e\x3f\x81\xf7\x79\x03\xdb\x3f\x97\x87\x21\x61\x5e\xf9\x73\x13\xda\xb1\x14\xed\x80\x2e\xf5\xa6\xb6\xbb\x46\xf7\xa6\x99\xb9\x44\x85\xb8\xd9\xd4\xc7\x3e\x5d\x74\x2f\xde\x1e\xee\x39\x2e\xce\x2b\xbe\x5d\x49\x63\x70\x54\xa3\x91\x4b\x73\xf0\x44\xa3\xf1\x7d\xd4\x52\x2b\xff\xfb\xc3\xd2\xbf\x58\xd3\x91\xf3\xad\x5c\xff\x61\xff\x36\xa6\xe2\x0e\x79\xcc\xca\x2a\x0c\xf5\xb7\x89\xed\xaf\x36\xc4\x88\xd9\x8e\x7c\x79\x1b\xb4\xb5\xb7\x17\xce\x3c\x9c\x50\x9a\x05\x7a\x7b\xa0\xac\xbe\x80\x1c\xb7\x1d\x20\xaa\xeb\x16\x8a\x3a\x70\xf5\xa7\xd1\xd3\x59\xee\xbb\xb6\x60\x35\xae\xfa\x6d\x8f\x35\x19\x1f\xe7\xd5\x43\xce\x94\xdf\xf8\x68\x73\x54\xab\x16\x69\xe9\x51\x19\xd5\x34\xa1\x34\xf3\x41\x73\x0e\x10\x29\xa9\xcf\xec\x78\x87\x04\x01\xf0\x95\x29\xc7\x2b\xc1\x99\x42\xe6\x41\x32\x61\x48\xc6\x42\x9e\x7d\x2d\xcd\xcd\x8b\x5a\x0d\x80\x64\xbc\x62\x4d\xa5\xff\x9b\x4d\x33\x92\xab\xb5\xee\xc9\xa8\x40\x2f\xd3\x7a\x92\x07\xf7\xf4\xb7\x35\x58\x77\xb3\xbb\x51\xaa\x1d\xb8\x5b\xa3\x40\x83\x36\xa7\x7b\x1d\x64\xd4\x43\x59\x8b\xcb\xec\x2b\x80\x33\xaa\x3d\x80\x70\x37\x6a\x29\x81\x4a\xda\x23\xad\xaf\x89\x79\x87\xb3\x6e\x67\x5e\x70\x11\x62\x89\x1e\xbc\x7e\xd7\xfa\x11\xb8\x00\xdb\x69\xbf\xa9\x20\xaa\xb2\x18\x24\xef\xce\x49\x31\x29\x3c\xeb\x1d\x00\x79\xf2\xae\xf5\xe3\xc9\x21\x80\xbb\x69\x6a\x15\xe4\xc5\xf9\xb1\x18\x77\x5c\x4a\x38\x2b\xde\x7c\x08\xeb\xc5\x79\x05\xea\x90\xdc\xd3\x30\x0e\x81\x98\x64\xa5\xcf\xb2\xc9\xcf\xd8\x36\x99\x31\x66\x11\x0a\x2e\x61\x1a\x7a\x05\xea\xd0\xee\xb9\xd2\xd9\x34\xc3\x96\xbf\xb0\x1d\x40\xf5\xfe\xe2\xed\x90\x3e\x0b\x56\x4e\x1b\xcf\x83\x06\xaf\x77\x5b\xdf\x94\x71\x96\x73\xfc\x73\x21\xdb\x5c\x0a\x36\x3e\xc8\x86\xd0\x80\x2c\x03\x84\x15\x17\xa6\xb9\x39\x03\x6c\xf9\x2d\xbb\xf5\x0c\xde\x5e\xd2\x8a\xb9\xed\xfe\x2e\x89\x88\x4b\xd5\x36\x83\x57\xba\x37\x1d\x80\x75\x71\x59\x01\xa5\xe3\xf7\x7a\x7a\x95\xa6\x16\x81\x11\x97\x54\x69\x85\x98\x69\xbf\xf9\x05\x44\xe1\x01\xd6\x14\x49\x70\xb9\x57\xd5\xe4\x25\x55\x30\xdd\x31\xb0\xaf\xec\x16\x63\xed\x1b\xff\x01\xa4\x47\x4c\xcf\x5b\x3e\xad\x04\xfe\x0c\x55\x92\x01\x39\x10\x58\x0a\xc2\xdc\xb5\x41\x70\x06\x8a\xf8\x3a\x96\xb8\x5a\xa3\x00\x81\x2b\x2d\xb1\x91\x2e\x27\x32\x35\x9f\xec\x65\x49\x20\x30\xbe\xfb\xd9\x82\x99\xbd\x93\x38\x50\x09\xd7\x3d\xc2\xaf\x50\x20\xcb\xa5\xb1\xda\x09\xc8\x21\xd4\xd6\x08\x01\x51\x74\x83\xe6\xe9\x45\x7f\xcc\xff\x0e\x45\x83\xa4\x0a\xa8\x34\xf0\x92\xf9\x98\xe0\xdc\xbe\x16\x54\x85\xaa\x00\xed\xda\x49\x0e\xf4\xa8\x30\x77\xaa\x9d\x23\xe5\xa6\x3a\x75\x6e\x82\xe6\xf6\xec\x99\x59\xa2\x29\x4f\x6a\x4d\x14\xdc\xd1\x20\x00\xc1\x63\x85\x29\xfc\x24\x29\x24\x73\xda\x33\x0d\x38\xc0\x95\xc5\xb7\x0c\x08\xbb\x01\x62\xcd\x6c\xf7\x2e\x33\xd5\xa2\x57\x01\xdb\xc9\xb9\xde\xa7\xe4\xdc\x0c\x6f\x75\x98\x59\x86\x7d\x69\xdc\x27\x6d\x42\x92\x6b\x46\x0b\xa0\x03\x1e\x5d\xad\xa8\xab\xed\xa9\x38\xf8\x31\x4a\x99\x8c\xd9\x01\x99\x76\x6e\x0f\x88\x84\x88\x88\x4c\xad\x5a\xb2\x3b\x5c\xae\x39\xbf\xd1\x9e\xdd\x02\x18\x71\xa5\x89\xc5\x36\xaa\x43\x6e\x07\x26\xf0\x35\xd9\x92\x8d\xfa\x4d\x83\x02\xa7\xbf\x91\xe6\x7f\x3b\xcd\x7f\x9f\x37\xff\xf9\xfb\xc3\x0f\xe7\x8f\xfa\x42\xe1\x23\x43\x61\x7e\xca\x84\xf7\x91\x40\x29\xed\x6c\xd1\xca\x5a\x3b\xa2\xd1\xe2\xe6\xcf\xec\xa5\x6f\x1a\xc9\x03\x49\xb1\xde\xef\x7b\xef\xdf\x17\x83\xb9\xee\xaa\xa4\xd6\xd3\xec\x20\x64\x3e\x65\x05\xda\x33\x08\xb7\xf2\x36\xd0\xb1\x26\x6f\x03\xaa\x10\x5e\x27\xe6\x7d\xd3\x3a\x2d\x2b\x29\xe3\xd3\x37\x7c\xaa\x50\xb3\x31\xc2\x71\x20\x6b\x79\xd7\x2b\xe1\xa9\xee\xc7\x62\xde\xcb\xf4\x5a\xa2\x60\xb5\x8c\x93\xfb\xf8\xe1\xb6\xea\x20\x5f\x98\xec\xae\xb8\x35\xee\x72\xf1\xe3\xd3\xee\x52\x9d\x33\x94\x4c\x38\x2d\xe7\x98\xcb\x98\x51\x97\x0b\x56\xfc\xe1\x0e\xac\x68\x80\xf0\x9a\x9b\x5d\x24\xa8\xf6\x20\xf9\x00\xed\x16\x76\x7e\xd4\x3b\xf5\xe5\x26\x1f\xaf\xe9\x80\xe1\x60\xde\x0e\x38\xf3\x41\x10\xe6\xf1\x30\x09\xca\xca\xb1\x49\x8e\xb1\x51\x05\x9f\xcd\x4c\x20\x55\xd5\x7f\xee\x7e\x7f\x78\x7f\x44\x48\x55\x27\x16\x35\x49\xcf\x8d\xa5\xe2\x21\x4c\xb6\x13\x0a\x94\x79\x78\x9f\x94\xb5\x62\x4a\xcd\x11\x0d\x72\x44\x75\x73\xe7\xff\x07\x00\x00\xff\xff\xe4\x69\x6d\x43\x0d\x29\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYaml, - "Template.template.openshift.io/openshift/django-psql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/django-psql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDotnetExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x5b\x6f\xe3\x36\x16\x7e\xf7\xaf\x38\x0f\x0b\x4c\x0b\x8c\x9d\xa4\xed\x02\xb3\x7a\x73\x6c\x4d\xe2\xad\x6f\x90\x94\xed\xce\x16\x85\x41\x4b\xc7\x12\x37\x12\xa9\x92\x94\x93\x6c\x91\xff\xbe\x20\x29\xd9\xba\x59\x99\x0c\xfa\xd0\x79\x18\xc4\xe2\xe1\xc7\xef\x5c\xf8\xf1\x90\x24\xa7\xff\x42\x21\x29\x67\x0e\x28\xcc\xf2\x94\x28\x9c\xf0\x1c\x99\x4c\xe8\x41\x4d\x28\xbf\x3a\xde\x8c\x1e\x29\x8b\x1c\x08\xca\xe1\x51\x86\x8a\x44\x44\x11\x67\x04\x40\x18\xe3\x8a\x28\xca\x99\xd4\x3f\x01\x22\x94\xa1\xa0\xb9\x32\x88\x53\x06\xf8\x4c\xb2\x3c\x45\x98\xac\xdd\x00\x66\x5c\x20\x90\x3c\x4f\x69\x68\xe6\x4c\xcc\x14\x1a\x72\x36\x4b\x89\x94\x8e\xf9\x73\x1c\x71\xc5\x50\x99\xa1\x06\x93\x88\xca\x3c\x25\x2f\x63\x46\x32\x74\x6a\x80\xae\x5d\xc2\x4c\x50\x24\x96\x0e\xfc\x5e\xd0\xf0\x51\x2a\x22\xd4\x47\x0b\xf6\x71\x52\x21\xf6\x3b\x19\xf1\xb0\xc8\x90\x59\x4f\xc6\x85\x48\x1d\x48\x94\xca\xa5\x73\x75\x15\x53\x95\x14\xfb\x49\xc8\xb3\x2b\x81\x51\x42\xd4\x38\xc2\x23\xa6\x3c\x47\x71\x25\x7f\xa0\x25\xdb\x90\x0b\x1c\xc0\xcf\x05\x3f\xd2\x08\xc5\xb8\xe9\x83\x87\x11\xdc\x13\xf5\x11\x16\x2c\x9c\x0c\x4c\x97\x45\x9e\x73\xa1\x9a\xc4\x48\x18\xa2\x94\x13\x4b\x4a\xf3\x1b\x01\x58\x58\x4b\x69\x8c\xa7\xb8\xe8\xcf\x32\x27\x21\x3a\xe7\x88\x8e\xf8\xfe\xbf\x18\x2a\xe9\x8c\xc6\x50\xaf\x82\xe3\xcd\x08\xc0\x66\xdc\xe3\x85\xd2\xd3\xeb\x09\xaf\xd6\xf8\xdb\x1f\xeb\xe9\xca\x7d\x1d\x01\xc8\x1c\x43\x3b\x92\x70\xa9\xf4\xc8\x74\xbb\x5d\x2e\x66\xd3\x60\xb1\x59\xef\xe6\x9b\xd5\x74\xb1\x7e\xb5\xce\x71\x6b\x57\xe1\xfb\x28\x8e\x34\xc4\xf2\x5b\x13\xf7\x22\xa9\xf3\xa4\x26\xad\x4e\x25\xb6\x6a\xd1\x7d\xce\xb9\x44\x09\x84\x45\x90\x72\x12\xc1\x9e\xa4\x84\x85\x28\x41\x25\x8d\xa2\x84\x9c\x47\xf2\x0d\x4f\x75\x36\xca\x65\xc6\xa5\xd9\x13\xee\xcb\x65\xf5\xa0\x03\x9f\xae\x3f\x5d\x97\x1f\x14\x11\x31\xaa\x6d\xf3\xb3\xc4\x14\x43\xc5\x85\xf3\x3e\xf7\x17\x19\x89\xd1\x57\x02\x49\xf6\xee\x10\xfc\x8c\x98\x4b\x50\x82\x84\x8f\xc0\x0f\x10\x26\x84\xc5\x28\x81\xb2\x4e\x08\xa8\x5e\xa5\x27\x06\x17\x69\xdd\x16\x34\x8d\x66\x9c\x1d\x68\xfc\x6e\x5a\x73\x3c\x50\x86\x12\x12\xfe\x04\x8a\xc3\x5e\x43\xb5\x19\xbd\x91\x0f\x5e\xa8\xbc\x50\x15\xfa\xb9\xce\x7a\xa2\x16\x90\xf8\x34\xd8\x00\x74\xf4\xbe\x93\x56\x25\x24\x2f\x44\x88\x15\x4a\xc8\x99\xc2\x67\x35\xa7\x42\x1b\xcf\x36\xeb\xc0\xfd\x77\xb0\x9b\x2f\xbc\xd7\xd2\x20\xa6\xea\xbc\xa2\xc0\x83\x36\xf3\x37\x0f\xde\xcc\xdd\x79\xee\x76\xe3\x2f\x82\x8d\xf7\x65\xe7\xb9\x9f\x5f\x4f\x56\x85\xa0\xfd\x56\x0f\xde\xb2\xb2\x52\x2f\x39\x3a\x70\x47\x4b\x4e\x4a\x10\x85\xf1\x4b\xb5\x92\xe5\xe8\xb7\xbe\x02\x20\x3b\x9e\x7f\x54\xd5\x39\xdf\x04\x6b\x37\xd8\xf9\xc1\xd4\x0b\x1e\xb6\xbb\xad\xb7\xf9\xa7\x3b\x0b\x4e\x66\x00\x47\x92\x16\x26\x16\xfd\x96\xaf\x97\x10\xa7\xbe\xef\xae\x6e\x97\x5f\x76\x3a\x86\x03\x78\x0d\xbb\x8b\x68\xeb\xed\x6a\x17\x6c\x36\x4b\x7f\x00\xe9\x64\x73\x11\x25\x70\xfd\xa0\x22\x3e\x84\xd4\xb0\xbb\x88\x36\xdb\xac\x3f\x2f\xee\x1e\x3c\xa3\x67\x03\x68\x0d\xbb\x8b\x68\x9e\xeb\x07\x1b\xcf\xdd\xd9\xc4\x0f\xb1\x6b\x59\x5e\xf6\xf6\x8d\x78\x0d\xc7\x6a\xfb\x70\xbb\x5c\xf8\xf7\x3b\xcf\x9d\xce\xbf\x04\x1b\xef\x61\xc8\xc5\xae\xf1\x9b\x7e\xda\xa8\x7c\x5e\x2c\x87\x8a\xa3\x6b\x7c\xc6\x3d\x08\x9e\x39\xb5\xb9\x83\x1b\xfa\xbc\xa5\x4b\xe4\xc5\x6a\x7a\xe7\xee\xfc\xc0\x73\xa7\xab\x5d\x30\xbd\x7b\x6d\x99\x96\xa7\xa2\x95\x00\x7f\x3b\x9d\xb9\xcd\xcd\xe7\x9b\x4d\x66\x4f\x2f\x41\xe3\x18\xc5\x49\xf6\xad\x81\x21\x32\x33\x4a\xda\xf8\x6e\xb5\xb0\x31\x60\x3b\x89\xb3\x2f\x12\x43\x81\xe6\xc0\xbc\x5b\x04\xf7\x0f\xb7\xbb\x5f\xdc\xdb\xfb\xcd\xe6\xe7\x9d\xef\xce\x3c\x37\xe8\xa8\xc0\x7d\xb1\xaf\x90\x90\xa1\xa0\x61\x2f\x94\xbb\x76\xbd\xc5\x6c\x18\xcb\x4e\xbf\xac\xe6\x73\xcc\x53\xfe\xa2\x1b\xa2\x3f\x47\xd2\x23\x83\xd7\x39\x65\x24\x8a\x23\x8a\x37\xa4\x5d\xa0\x99\x20\x1d\xb8\xf9\x8a\x73\x13\x7a\x84\xd2\x3a\xed\xf1\x34\xa5\x2c\x6e\x74\x59\x95\x45\xd3\x39\xfd\x2f\x25\x7b\x4c\xa5\xd3\x53\x58\x4d\xfd\xea\xfb\x7a\xe6\x0e\xe5\xe1\x41\x28\x3b\x15\x8e\xcd\xa0\x16\x69\xf8\xf5\xb7\x1a\xbe\x39\x72\x1d\xf8\x00\x1f\x6a\x1f\x53\x7a\x44\x86\x52\x6e\x05\xdf\x63\x9d\x0d\x98\x36\xf0\x0e\x55\xf3\x23\x40\x4e\x54\xe2\xc0\x55\xfb\x6b\xbb\x25\x39\x15\x4e\x98\xa0\xf6\xe0\x3e\x08\xb6\x8d\x21\xca\xa8\xa2\x24\x9d\x63\x4a\x5e\x7c\x0c\x39\x8b\xa4\x03\x3f\x35\xa7\x2b\x9a\x21\x2f\xd4\x69\xf8\xe6\xef\x9d\x78\x95\xad\x28\xc9\xf3\x51\x93\x4d\x23\xb6\xe3\x73\x94\xb6\x7d\x4c\x05\x92\x88\xfe\x85\xe2\x70\x33\x1c\x87\x1f\x9b\xdc\xed\x41\x2d\x9b\x0c\x53\x9a\x51\x25\xdb\xac\x33\xcc\xb8\x78\xd1\x05\xb5\x72\x57\xba\x1b\x58\x2e\x56\x8b\x72\xf7\xb6\xf5\x87\x9e\x95\x67\x4b\x04\xc9\x6a\x60\xa4\x50\x3c\x23\x8a\x86\x0e\x28\x51\x60\xb7\x16\xd7\x5a\xfa\xea\xf5\xd8\x93\xa7\x6f\x14\xde\x4e\x2f\x05\xef\x51\xca\x5c\x7b\x82\xca\xb8\x39\x6e\x6a\x4a\x90\xa0\x59\x04\x88\x94\x34\x66\x18\x69\x65\x21\x69\xaa\x5b\x59\xad\x2c\x07\xa1\xdb\x34\x16\x41\x79\xb1\x81\xc8\x88\x50\x64\xfb\x5b\x2a\xcf\x77\xab\x11\x40\x79\x0f\x5b\x1b\xd2\xfa\xff\xd3\xe5\xa9\xec\x63\x04\xfe\x5e\x50\x81\xd1\x29\x82\xe5\x99\xd5\xba\x5b\xb5\x38\xae\xc8\x33\xcd\x8a\x0c\x48\xc6\x0b\xa6\x34\x33\x9b\x51\x43\xf0\x14\x7d\x08\x09\x83\x42\x76\x89\xac\xac\xf1\x52\xd7\xc6\x89\x50\xbd\x12\x06\x88\xdd\xfc\xf0\x69\x45\xfb\x62\x66\xea\x44\x8b\x22\x92\x4c\xdf\x8f\xe1\x29\xa1\x61\x02\x54\x6a\x0a\x51\xb3\xe3\x0e\x79\xd4\x65\x65\x6e\xda\xc6\xc6\x88\x75\xe3\x98\x6f\x9f\xaf\x6f\x46\xce\xf9\x71\x72\xdd\xc7\x72\x93\x23\xf3\xf5\xbd\xd4\x64\xc3\x1c\xcb\xf0\x94\xa0\x40\xc3\xab\x56\x75\x7a\x43\xd1\x08\x65\x6f\x16\xcd\xbc\x46\x2a\xcd\x99\x3e\xc0\xea\x7c\x1f\xee\x21\xf5\xe0\x2d\xab\xea\x12\x98\x73\x49\x95\x4e\xcf\x13\x55\x09\xbc\xf0\x42\x34\x0f\x33\xb3\xcb\xfb\x23\x78\x47\x15\x78\x67\x80\x07\x6f\x79\xe2\xd8\x7b\x01\x18\xe0\xfb\xfe\x67\x89\x31\x3e\x4f\x62\xda\xf1\xcf\x47\x55\x6e\x0b\x0e\x04\xf6\x82\xb0\x30\x31\x9c\x3e\x9a\x22\xe1\x02\xb8\x4a\x50\xe8\xeb\x8c\x8e\x81\xf1\xb7\x16\x04\x6a\x3e\xd9\x66\x40\x20\x30\xae\xa0\x90\x94\xc5\x26\x58\x11\x1e\x48\x91\xaa\x12\xf5\x42\x38\x0e\x28\x90\xd5\xb2\xd5\x7b\x61\x6a\x97\x8f\x71\xa8\xa7\x84\xea\xde\x14\x12\x81\x80\x2c\xf6\x11\x15\xa6\x55\x78\xa9\x92\x58\xcb\x51\xcd\x97\x36\xbd\x99\xbd\xee\xc1\xbc\x9a\x7e\xa2\x58\xbb\xfa\xf5\x95\x0b\x9a\x27\x86\xc8\xbc\x83\x18\xa5\x52\x09\x51\xf0\x44\xd3\x14\x04\x2f\x14\x6a\x72\x9a\xc6\xf9\xe9\x4a\xda\xc7\x8c\x8f\x3a\x9c\x29\x1e\xac\x60\xee\x53\xc2\x1e\x81\x58\xc7\xed\xf4\xfd\x29\xa6\x18\x75\xc2\x39\xad\x55\xe1\x7d\xb9\xf4\x89\x72\xf7\x2d\xa6\xcd\x7c\x5a\x76\x8f\x5a\x22\x74\x02\x2b\x55\x08\x8d\x2e\x17\xe5\x0e\xb4\xfd\x27\x3c\xe1\x3e\xe1\xfc\xb1\x2f\xa5\x7a\xf8\x17\x3b\x0c\xbe\x41\x1c\x95\x87\x08\x7c\xf8\x95\x8c\xff\x37\x1d\xff\xe7\x7a\xfc\x8f\xdf\xfe\xf8\xe9\xfa\x55\xb7\x38\xa6\x87\xd5\x3d\x98\x0e\x9b\x40\x29\xed\x2d\xdf\xb2\xee\x6d\x88\xbf\x91\xb8\x6d\x76\x2f\x33\x2f\xc7\xff\x34\xea\xbd\x0d\xf8\xf0\xee\xcb\x05\xd7\x47\x16\x1c\x68\x8a\xf0\x1d\x4e\xe2\x09\x84\x52\x7f\xfc\x5e\xef\x43\x02\x07\xae\xb5\xb7\x3a\x40\xb4\xaf\x04\xf4\x66\x2b\x1f\x3d\xeb\xd3\x3b\xfe\xf9\x8a\x08\x55\xe4\xb0\xb5\x46\x6d\x01\xef\xbe\x08\x94\xfb\x4d\xb7\x02\x03\xa4\x3f\x68\x59\xfa\xa0\xff\xca\x51\x1c\xb8\xc8\x80\x30\x20\x09\x92\x68\xcc\x0f\x63\xdd\x11\x41\xc8\xb3\x9c\xa6\xa7\x87\xde\x66\xcd\x5e\xb2\x6c\xf3\xeb\xb9\x9f\x5e\x62\xf5\x94\x60\xf9\x92\x25\x25\x66\xfb\xf4\xc5\xb6\x0b\x54\x02\x3f\xa2\x10\x34\x8a\x90\x55\x8f\x5d\x5f\x15\xb2\x69\x89\xd3\xe6\xd4\x7c\xf3\x18\xcc\xac\x3d\xc8\x24\xea\xbe\x46\x61\x04\x29\x95\xa6\x2d\x30\x12\xa0\x38\x4f\x25\x30\xc4\xc8\x16\x6e\x5e\xec\x53\x2a\xbb\x7a\x69\x8c\x03\x6d\xdc\x66\x62\xef\xfe\xdf\xc4\x80\xe5\xd9\x57\x13\x58\xe7\x59\xff\xfa\xe7\xf7\x9a\x6f\xe2\xa0\x7b\xc4\x2a\x15\xc6\x54\x14\x0c\xf6\x78\xd0\xd2\x58\x72\xa1\x2c\xee\xd0\x09\xea\xd3\x3a\x21\x69\x3c\xfe\x0c\xd0\xaa\x64\xc2\x0a\xe7\x77\x1e\xa6\x48\x24\x5e\xcd\x71\x5f\xc4\xdf\x77\xd6\x9c\xd5\xad\xdb\x6b\xb6\x9f\x88\xca\x2d\x54\x42\x0e\x91\x28\x2b\xd3\x4a\xd5\xba\xb8\x43\x35\xb1\xbc\xca\xb3\x4a\x4e\x60\x66\x2e\xdb\xfa\x08\x08\x79\xb6\x37\x1d\xad\xee\x40\xcc\xce\xbf\xf8\x7e\xd2\x4d\xa1\xc6\x86\x9c\x84\x8f\xa6\x1b\xb4\xe0\x6d\x3f\xda\x8f\x53\x83\x49\x5d\x17\x31\xaa\x89\x8d\x8b\xdd\x47\x97\xa8\x5e\x80\xef\xe7\x58\x47\xbc\xc4\xaf\xf6\xa8\xf4\xff\x00\x00\x00\xff\xff\xb5\x21\xa4\xd0\xc1\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDotnetExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDotnetExampleYaml, - "Template.template.openshift.io/openshift/dotnet-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDotnetExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDotnetExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/dotnet-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x73\xdb\x36\xf2\x7f\xaf\x4f\xb1\xe3\xe9\x7f\x92\xcc\xdf\x92\x1f\xd2\x74\x52\x76\xee\x85\x2c\x33\xb6\xaf\xd6\x43\x49\x3a\x69\xaf\xd3\xd1\x40\xe4\x4a\xc2\x99\x04\x18\x00\x94\xed\xcb\xf9\xbb\xdf\x00\xa0\xf8\x2c\xd9\x4e\xda\xb9\xf3\x8b\x4c\x04\x2c\x16\xbf\x5d\xec\x13\xb0\x24\x29\xfd\x88\x42\x52\xce\x1c\x50\x98\xa4\x31\x51\x38\xe0\x29\x32\xb9\xa6\x4b\x35\xa0\xfc\x68\x73\xd2\xbb\xa5\x2c\x72\x20\xc8\xa7\x7b\x31\x59\x60\x2c\x9d\x1e\x14\x2b\x1c\x88\xb8\x62\xa8\xfa\xe9\x4a\x7e\x8e\xfb\xa9\xe6\x28\x15\x32\xd5\x4b\x50\x4a\xb2\x42\x07\xfe\xdd\xef\x01\x04\x6b\x84\x25\x8f\x63\x7e\x47\xd9\x0a\x24\x8a\x0d\x0d\xf1\xb5\x7c\x03\x6b\xb2\x41\x58\x20\x32\x08\x05\x12\x85\x11\x50\x06\x0f\x3c\x13\x90\x0a\xfe\x4f\x0c\x95\x03\xdf\x7d\x99\x0c\xc7\xee\xe3\x21\x7c\xf7\xe5\x7c\x18\x0c\xcf\x86\xbe\x3b\xf7\x5d\xef\xe3\xd5\xc8\x9d\x9b\x99\x41\xaf\x07\xf0\x81\x0b\x48\xb8\x40\xa0\x6c\xc9\x45\x42\x14\xe5\x0c\xc8\x82\x67\x0a\x32\xa9\x37\x55\x6b\x2a\x0b\xdc\x87\x40\x59\x18\x67\x91\x9e\x98\xa6\xc8\x7c\x2d\x34\x84\x9c\x49\x1a\xa1\x30\x8b\xe5\x21\x48\x44\x58\x2b\x95\x4a\xe7\xe8\x68\x45\xd5\x3a\x5b\x0c\x42\x9e\x1c\x09\x8c\xd6\x44\xf5\x23\xdc\x60\xcc\x53\x14\x47\xf2\x94\xf6\xad\x1e\x42\x2e\x70\xd0\x4b\x50\x91\x88\x28\xa2\x35\x45\x18\xe3\xca\x32\xd4\x3f\x01\x22\x94\xa1\xa0\xa9\x32\x9a\x1f\x32\xc0\x7b\x92\xa4\x31\xc2\x60\xe2\x06\x30\xd2\x12\x90\x34\x8d\x69\x68\x25\xb8\xa3\x6a\x0d\x04\x66\x5c\xaa\x95\x40\xff\x97\x6b\xd0\x8c\x17\x44\xe2\x40\x8b\x6c\x38\xc2\x9f\x2d\x78\xce\xf5\x6b\xc5\xd7\x6b\x69\xc8\xd9\x28\x26\x52\x3a\xe6\xbf\xf9\xbc\x99\xaa\x19\x59\x44\x65\x1a\x93\x87\x3e\x23\x09\x3a\x15\x1d\xfc\x7f\x55\xe4\xd7\xb3\xc2\xae\xde\x18\x16\x8a\xac\xa4\x03\x9f\x33\x1a\xde\x4a\x45\x84\x3a\xac\xb0\xef\x36\xe6\x88\x87\x59\x82\xcc\x9e\x44\x3f\x13\xb1\xf3\x15\xa2\xed\xe1\x9f\x0a\xbe\xd1\x1a\xec\xd7\x05\xf2\x30\x82\x4b\xa2\x0e\xe1\x8a\x85\x83\x3d\xcb\x65\x96\xa6\x5c\xa8\x3a\x30\x12\x86\x28\xe5\xc0\x82\xd2\xf8\x7a\x00\x96\xed\x2e\xa7\xb3\xf3\x32\x25\x21\x3a\xa5\x9e\x7b\x7c\xa1\x3d\x49\x3a\xbd\x3e\x54\xdd\x7e\x73\xd2\x03\xb0\x2e\xee\x63\x28\x8c\xfe\xaa\xa6\xbb\xdd\x2d\x77\xc0\x1e\x80\x54\x82\xb2\xd5\x79\x31\x1f\x72\xc6\x30\x54\x7d\x3b\xee\xc0\x25\x97\xea\x6f\xbb\xdc\xf4\xa7\xf3\xdc\x72\xab\x14\x76\xe6\x46\xa2\xd0\x7b\x55\x67\x6e\x7c\xd7\x7b\xfc\x69\x46\xa4\xbc\xe3\x22\xaa\xce\xcc\x86\xbe\xff\x69\xea\x9d\x3f\x5a\x7f\xca\xb9\xf6\xd3\x9c\xd4\x81\x4e\xda\x3d\xb2\x9b\x68\xd4\x12\xbe\xe5\xb9\x0d\xdf\x75\xef\x53\x2e\x51\x02\x61\x11\xc4\x9c\x44\xb0\x20\x31\x61\x21\x4a\x50\xeb\xba\x13\xa7\x3c\x92\x85\x4f\x99\xcd\x06\x24\x4e\xd7\xa4\x61\xa2\x98\x22\x8b\x90\x85\x14\xa5\x03\xaf\x7e\xff\x72\xa0\x55\x72\xe0\xc0\xc1\x2e\x8d\x1e\x6c\x3d\x15\xe0\x40\xcb\xa2\x69\x73\x69\x0e\x1e\xff\x78\xd5\x7d\x84\x29\x86\x56\x1c\x6d\x70\xb9\x64\xfd\x9c\xec\x0e\x17\x39\x47\x3d\xe9\xc0\xfb\xe3\xf7\xc7\xf9\x80\x22\x62\x85\x6a\x56\x1f\x96\x18\x63\xa8\xb8\xd8\xea\xa7\xbe\xd9\x4e\x8d\x7b\x3c\x53\x6d\x7d\xef\x46\xba\xe6\xd2\xe4\x81\xe1\x6c\x76\x7d\x35\x1a\x06\x57\xd3\xc9\xfc\x7c\x3a\x1e\x5e\x4d\xac\x09\x28\xbe\x05\xd0\x3c\xd1\x17\x80\xba\x4a\xc8\x0a\x7d\x25\x90\x24\x2f\x36\x85\x9f\x11\x53\x09\x4a\x90\xf0\x16\xf8\x12\xc2\x35\x61\x2b\x94\x3a\x95\x35\x4d\x81\xea\x5d\x3a\xc4\xdd\x09\xeb\x2c\xa3\x71\x34\xe2\x6c\x49\x57\x2f\x86\x75\x8e\x4b\xca\x50\xc2\x9a\xdf\x81\xe2\xb0\xd0\xac\x9a\x88\x9e\x50\x3d\xcf\x54\x9a\xa9\x2d\xf7\x52\xd1\x1d\x5a\x0b\xc8\xaa\x98\xac\x31\x74\x74\xbc\x93\x2a\x37\x3a\xa9\x46\x3c\x49\xa8\x72\xe0\x8b\x3d\x3d\xc9\x33\x11\xe2\x96\x71\xc8\x99\xc2\x7b\x75\x4e\x85\x5e\x3f\x9a\x4e\x02\xf7\xd7\x60\x7e\x7e\xe5\x3d\xe6\x04\x2b\xaa\x4a\x10\x02\x97\x9a\xcc\x9f\xde\x78\x23\x77\xee\xb9\xb3\xa9\x7f\x15\x4c\xbd\xdf\xe6\x9e\xfb\xe1\xb1\xa0\xca\x04\xed\xa6\xba\xf1\xae\xb7\x54\xea\x21\x45\x07\x2e\xa8\x85\x29\x95\x20\x0a\x57\x0f\xdb\x9d\x2c\x46\xbf\x31\x0a\x80\x6c\x53\xfe\xd8\x7a\xd1\xf9\x34\x98\xb8\xc1\xdc\x0f\x86\x5e\x70\x33\x9b\xcf\xbc\xe9\xdf\xdd\x51\x50\x90\x01\x6c\x48\x9c\x19\xf5\x74\x53\x3e\xee\xe2\x38\xf4\x7d\x77\x7c\x76\xfd\x9b\xf1\xfe\x3d\xfc\x6a\x74\x3b\xb9\x4d\x66\xe3\x79\x30\x9d\x5e\xfb\x7b\x38\x15\x34\x3b\xb9\x04\xae\x1f\x6c\x81\xef\xe3\x54\xa3\xdb\xc9\x6d\x34\x9d\x7c\xb8\xba\xb8\xf1\x8c\x8f\xef\xe1\x56\xa3\xdb\xc9\xcd\x73\xfd\x60\xea\xb9\x73\x7b\xf0\xfb\xd0\x35\x28\x77\x4b\xfb\x84\xbe\x1a\xba\x5a\x0a\x9e\x38\x15\xf2\xbd\x3e\x53\x7a\x4d\xce\xec\x6a\x3c\xbc\x70\xe7\x7e\xe0\xb9\xc3\xf1\x3c\x18\x5e\x3c\x36\x48\xf3\x3c\x6f\xbd\xcc\x9f\x0d\x47\x6e\xdd\x98\x7d\x63\xb4\x36\x42\x0a\xba\x5a\xa1\x28\xc2\xbd\x25\x30\x40\x46\x26\x58\xd5\xc6\x6d\xb8\xa9\x4d\xd8\x22\xa9\x94\x45\x9a\x82\x41\x6f\x7e\x71\x15\x5c\xde\x9c\xcd\x3f\xb9\x67\x97\xd3\xe9\xcf\x73\xdf\x1d\x79\x6e\xd0\xf2\xaa\xcb\x6c\xb1\x3b\xc6\x9d\x63\x1a\xf3\x07\x5d\x9e\xfd\x39\x81\x2e\x32\xfc\x5a\xb1\x57\xe7\x5e\x14\x4f\x04\x3c\x81\x66\x81\x74\xe0\xe4\x19\x29\x0e\x3a\x62\x85\x40\x1b\x2d\x64\x11\xe1\x00\x04\x8f\x63\xca\x56\x33\x22\x48\x22\x4b\x2d\x52\xa6\x50\x6c\x48\xec\x63\xc8\x59\x54\xec\xa9\xff\x12\x72\xef\x67\x42\x5f\xa0\x4e\xdf\xfd\x5f\x75\xf4\x86\x91\x0d\xa1\x31\x59\xc4\x8d\x39\x45\x13\xe4\x99\x2a\x78\xfd\x70\x7c\x5c\x46\xc0\x34\x22\x0a\x67\x28\x28\x8f\x5a\x9b\xd9\x43\xf2\x2c\xc4\x5a\x91\xba\x45\x5a\x3f\x0d\xfd\x57\x5e\x05\x9b\xc6\x5b\x8f\x39\x5d\xa3\xa5\xb2\x21\x0f\xf8\x84\xb2\xc2\x38\xad\xbd\xd5\x02\x6b\xe9\x86\x23\x5b\x70\x52\xce\x7c\x53\x72\x56\x48\x72\x67\xfc\xd0\x70\xb9\xd2\x58\x7f\xc6\x07\x0f\x97\xcd\x39\x80\x5b\x7c\x70\x1a\x95\x6c\x8b\xa6\x5b\x38\xb0\xe9\xdc\x81\x57\xf0\xaa\x32\x18\xd3\x0d\x32\x94\x72\x26\xf8\x02\xeb\xfb\xe9\xd2\xfe\x02\x55\x13\x44\x4a\xd4\xda\x81\xa3\xe6\x68\xb3\x06\x2b\xe4\x09\xd7\xa8\xf1\x5c\x06\xc1\xac\x36\x45\x19\x55\x94\xc4\xe7\x18\x93\x87\xe2\x98\xbf\xaf\x2f\x6f\x9a\xc9\xc9\x71\xeb\x10\x77\x5f\x2f\xaa\xd0\x64\xfd\x80\x8a\x73\x9c\x75\xc1\x16\x48\x22\xfa\x3f\xa4\x94\x93\xfd\x4a\x79\x5b\xc7\xbe\x75\xe8\xda\x9a\x98\x26\x54\xc9\x26\xea\x04\x13\x2e\x1e\xb4\xad\x8c\xdd\xb1\xae\x31\xae\xaf\xc6\x57\x79\x3c\x6c\x46\x61\x5a\xc6\xdf\x66\x64\x20\x99\xe2\xfa\x2e\x1f\x3a\xa0\x44\x86\x6d\x6f\x99\xe8\x04\x50\xf5\x98\xa7\x0e\xed\x2b\x73\x51\xab\x82\x83\x97\x24\x8f\x9d\x21\xbf\xbc\xd1\x7f\xe4\x71\x96\xe0\x28\x26\xb4\x5d\x77\x17\x09\xb1\xf3\xfa\x53\x8b\xdb\xf6\xb2\x3c\xe6\x11\x16\xea\xf5\x90\x44\x9f\x04\x55\x38\x65\x79\x1a\x6c\x9d\xa4\xc0\xcf\x19\xca\xea\x29\x4a\xc5\x85\xf1\xe9\xef\xbe\x7c\x9c\x5e\xdf\x8c\xdd\xf9\x68\x38\x1b\x8e\xae\x82\xdf\xfe\xc2\x2b\xa4\xce\x54\xdb\x7b\x6c\x57\x9a\x7a\x86\xfc\x1d\xb7\xb9\xd4\xbe\xa0\xc8\xcf\x71\xed\x52\xf7\xee\xfb\xb7\xa7\x1d\x97\xba\x62\x78\x57\xc6\xdb\x01\xe2\xbf\x91\xd5\xb7\xba\x7a\xa9\x92\x9e\x9b\xdc\x77\xb2\x6a\x67\xfb\x3c\x79\xa2\x7d\xbe\xfc\xe6\xec\xb9\x67\xe7\x67\x93\x7d\x43\x7e\x9d\x4d\xfd\xe0\xc2\x73\xfd\x5f\xae\xcd\xfb\x4b\x3b\xbd\xd6\x36\x37\x4f\x34\xfb\xb9\x6c\xdf\x5f\xfe\xb4\x44\xdd\x7a\xee\x79\x76\xae\xee\x40\xb7\x95\xe4\x09\x39\x9f\xc1\x69\x3c\xfc\x55\x5f\x4a\x26\xee\x48\xdf\x48\xfc\x6e\x86\xbb\xe9\x9f\xe0\xee\x5f\x0e\x3d\xf7\x7c\x7e\x76\xf3\xe1\x83\xeb\x3d\xcd\xbc\x4e\xfe\x2d\xf5\x4a\x67\xee\x7c\xdb\xc8\x9d\x61\xea\xf3\xf0\xb6\x23\x81\x37\xc3\x4d\x4e\xdf\x2c\x40\x5a\x6e\xd0\x0a\x5c\xf0\xac\x92\xa3\xb1\xd3\xb7\xa5\xed\x8a\x3a\x2b\x19\x3c\xd7\xb9\x49\x59\x63\x9e\xb1\x26\xa2\x44\x8f\xcd\x6c\xe1\xb2\x21\xe2\x28\xa6\x8b\x23\x93\x91\x8f\xb4\xdd\xd6\xf6\xdc\xef\xca\xfd\x1a\xbd\xdd\x50\xb6\x9f\x1a\x9e\xb7\x1c\x20\xed\x4a\xb7\x75\x1d\x84\x7a\x68\xf2\x74\x7c\xf9\x4b\x8b\x98\x8e\x93\xff\xaa\xba\xa5\xe4\xe3\xfc\x38\x78\xd7\x98\x6e\xbd\x8f\xdb\xa9\x17\x94\x35\xa9\x16\x14\x95\xd1\x42\xbf\x9e\xb4\x82\x35\x9a\x4d\x80\x48\x49\x57\x0c\x23\x9d\xba\x48\x1c\x03\x5f\x9a\xd4\xb5\x14\x9c\x29\x64\x11\xe4\x8f\xf2\x10\x99\x2c\x17\xd9\xc7\xc2\x4a\xa7\x66\xd0\x03\xc8\x9b\x09\xf6\x54\xf4\xbf\x45\x07\x20\x7f\x01\xd2\xf5\x0b\x15\x18\x15\x0a\xce\xc3\x41\x92\x49\x1a\xea\x52\x06\x9b\xf8\xc6\xe4\x9e\x26\x59\x02\xc4\x98\xaa\x46\x65\x4d\xdf\x80\x2b\xfb\x2f\xc5\x11\x41\x48\x18\x64\xb2\x0d\x67\x6c\x97\x5d\x6b\x77\x2a\x60\x55\x6b\xde\x3d\xf0\x4e\x4e\xdf\x8f\xe9\x8b\x90\x55\xba\x41\x2f\x83\x06\xaf\xcb\xa5\x6f\x9a\x38\x9b\x4e\xfe\x52\xc8\xd6\x99\xc0\x18\x14\x14\xd7\x72\x58\x72\x61\xf2\xd4\x21\xe0\x60\x35\x80\x77\x27\xa7\x63\x7a\x08\xa7\x17\xb4\x09\x34\x5f\x3f\x22\x29\x09\xa9\x7a\x28\xe0\x35\x2a\xcf\x3d\xb0\x4e\xdf\xfd\xd0\x86\xa5\x6d\xd0\xb8\xa5\xae\x56\x90\x24\xa0\xc8\x0a\xee\xd6\x34\x5c\x03\x95\x5a\x63\x51\xfd\x39\x38\xe4\x51\x5b\x89\xc6\x16\x0c\x8d\x29\x46\x6b\xcf\x60\xcd\x97\xa9\x3d\x00\xed\xb5\xc4\x39\x1d\x9c\x74\xa1\x2c\x5b\x90\x93\xad\x63\xc2\xdd\x1a\x05\x96\xe6\x98\x43\xa8\x7a\xbc\x0e\xed\x34\x42\xd9\xe9\x22\x86\x49\xcd\x4f\xcc\xd3\xd8\x1e\x88\x65\x20\xe8\x40\x78\xe3\x5d\x6f\x5d\x57\x60\xca\x25\x55\xda\xb4\x4c\x5b\xd6\xb4\xa9\x6b\x0f\x4c\x26\xdf\x74\xab\xf3\x82\x2a\xf0\x4a\x06\x37\xde\x75\x81\xb1\xf3\x5d\x7a\x0f\xde\xe7\x36\x2e\x89\x4c\xf5\x8d\xb0\x8c\x05\x7d\xbc\x1f\xac\x68\x4b\x4c\x1f\x55\x1e\x7a\x38\x10\x58\x08\xc2\xc2\xb5\x81\x76\x68\x0c\x87\x0b\xe0\x6a\x8d\x02\x04\x2e\xb5\x2a\x8c\xd8\x15\x5d\x50\x33\x64\x2b\x7a\x81\xc0\x78\xd9\x78\x46\x1d\xdd\x48\x16\xab\x9c\xeb\x0e\xad\x2c\x51\x20\xab\x1c\x5a\xe7\x73\x7e\x29\xbf\xc0\xf8\xe8\x74\x70\xd2\xcf\x3b\xe7\xfb\xc4\xb1\xc7\x16\x13\x45\x37\x68\x1e\x14\xf4\x60\xf5\xf3\x02\x8d\x9e\x2a\xed\x16\x1a\x77\xde\xb0\x11\x9c\xe7\xad\xea\x96\xb4\x2d\x09\x46\xb6\x5f\x01\xe7\x54\x98\xab\x44\xe9\xc4\x95\xde\xc5\x7e\x8d\x6f\xa1\x2c\x69\x8c\xf0\xda\x84\x8c\x50\xea\xc1\x37\x5a\xf7\x04\x96\xdc\x38\x40\x1e\xf7\xb4\x66\x09\x68\x05\xc7\x36\x43\x55\x97\xb7\xe0\xf9\x8a\x08\x95\xa5\x30\xb3\x44\x4d\x47\x6e\xf7\x28\x72\x1d\x4b\xa3\x5a\x79\x34\xd6\xc6\xe3\x77\x25\x92\x42\x86\xbb\x35\xe6\x7d\x2e\x29\x31\x59\xc4\x0f\x36\xff\x51\x09\x7c\x83\x42\xd0\x28\x42\xb6\xd5\xec\xb3\xb0\x0e\x73\x3e\x4d\xb0\xf5\xf6\xc7\x5e\x95\xda\x48\x22\x51\x27\x6a\x85\x11\xc4\x54\x9a\x8c\x62\x22\x8a\xe2\x3c\x96\xc0\x10\x23\x1b\x08\xd3\x6c\x11\x53\xd9\x36\x4e\x43\x1c\x68\xe2\x26\x12\xdb\x06\xf8\x2a\x04\x2c\x4d\x9e\x0d\x60\x92\x26\xdd\xfb\x97\xad\x9b\xaf\xc2\xa0\x50\xaa\xed\x51\x18\x52\x91\x31\x58\xe0\x52\x27\xfe\x1c\x0b\x65\xab\x16\x9c\xa0\xba\xac\xa5\x92\x5a\x1f\x68\x0f\xac\xd0\x14\x52\x99\xfd\xd6\x04\x5e\x7b\x18\x23\x91\x78\x74\x8e\x8b\x6c\xf5\xa6\xcb\xbd\x4a\xea\xe6\x9e\xcd\x6e\x51\x6e\xbb\x39\xcb\x7d\x20\x72\xcb\xb4\x69\x66\x92\x5d\xa0\x1a\x58\x5c\x79\x0c\xef\x48\x2d\x9a\x08\x52\x12\xde\x9a\xbc\x6a\xa9\x9a\x80\x9a\x0d\xa7\x8e\x7c\x82\xe6\xc9\x27\x32\x3d\x6d\xe3\x27\x6a\x4d\x14\xdc\xd1\x38\x06\xc1\x33\x85\xdb\xa8\x55\x96\x62\xf9\x27\x03\x87\x3a\x54\xc5\x98\x97\xab\x8b\x98\xb0\x5b\x20\x56\x64\xbb\x7c\x51\x44\x5b\x8c\x5a\xf0\x87\x95\x34\x75\x99\x6f\x5d\xa0\x6f\xf7\xd5\x9b\xc8\x87\xf9\xd5\x3c\xff\x02\xa4\xa8\x21\xb6\x87\x69\x15\x69\xfb\x3c\x70\x87\x8b\x35\xe7\xb7\x5d\xc1\x5e\x4f\x7f\xb2\xd3\xe5\x37\x27\xa6\xc2\x87\x57\xbf\x93\xfe\xbf\x86\xfd\x7f\x1c\xf7\x7f\xfc\xe3\xcb\xf7\xc7\x8f\xfa\x86\xba\x42\x86\xc2\x7c\x66\x86\xf7\xa9\x40\x29\xab\x46\xd0\xd9\x78\xd2\xc0\xab\x7b\x6e\xbf\x39\xd9\x3e\xd1\xd5\xab\xe8\xce\x6b\xce\x9e\xcc\x5b\xb9\x9e\xec\xda\x67\xfb\x29\x4b\x21\x57\x26\x51\xfc\xbe\x95\xeb\xed\xe3\x53\x52\xd5\x1e\x57\x76\xee\x32\x2b\x1f\x3f\x3a\xb4\xf7\xfe\x69\xe5\xb5\x3e\x90\xd9\xb9\x55\xb7\xc2\x5e\x74\xff\xa8\xd5\xe6\x79\x95\x5f\xf0\x2f\x5b\x3a\xa5\x3b\xed\x7d\x58\xc9\xb7\x38\x38\x39\x3e\x3e\x68\x72\xf7\xd7\x44\x60\x04\x67\xd9\x72\x89\x02\x86\xe6\x26\xd1\xc5\xb5\xf5\xa0\x52\x54\xf9\xe3\xb3\xde\x7f\x02\x00\x00\xff\xff\x43\x98\xf4\x17\x1b\x29\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYaml, - "Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x5b\x6f\xdb\x38\x16\x7e\xf7\xaf\x38\x28\x06\x28\x30\x88\xed\x66\x80\xdd\x66\xb5\x4f\xaa\xad\xa6\xee\x26\xb6\x2a\x3b\x73\xd9\xc5\xc2\xa0\xa4\x63\x8b\x8d\x44\x6a\x48\xca\xa9\xb7\xe8\x7f\x5f\x90\xd4\xdd\x72\xd2\x76\xda\xdd\xe9\x4b\x12\xf1\xf0\xe3\xb9\x5f\xc8\x92\x9c\xfe\x8c\x42\x52\xce\x1c\x50\x98\xe5\x29\x51\x38\xe1\x39\x32\x99\xd0\x9d\x9a\x50\x3e\x3d\x5c\x8e\xee\x29\x8b\x1d\xd8\x94\xcb\xa3\x94\x84\x98\x4a\x67\x04\xf5\x0e\x07\x90\xe4\xe3\x28\x1e\x87\x44\xd2\x68\x2c\x7f\xa2\x23\x80\x0f\x39\x21\xd2\x81\x67\x97\x2f\x27\x2f\x9e\x8d\x32\x94\x92\xec\xd1\x01\x17\x18\x3e\xc0\xdb\x57\x5c\x4a\xf0\x5c\x1f\x66\x73\x08\x89\xc4\x18\x48\x9e\xa7\x34\x22\x8a\x72\x06\x09\x91\x10\x22\x32\x88\x04\x12\x85\x31\x50\x06\x47\x5e\x08\xc8\x05\x7f\x8f\x91\x9a\x8c\x32\x54\x24\x26\x8a\x68\x36\x08\x63\x5c\x99\x8d\x86\x2b\x80\x18\x65\x24\x68\xae\x8c\x58\x2e\x03\xfc\x40\xb2\x3c\xc5\xea\x54\xa6\x50\xe4\x82\x4a\x04\xb7\x75\xa6\x9f\x12\xb5\xe3\x22\x83\x88\x33\x45\x59\xc1\x0b\x09\x31\xa6\xf4\x80\xe2\x68\x50\xa1\xcd\xe2\x04\x5e\x73\x01\x19\x17\x08\x94\xe9\x6d\x16\x84\x84\xbc\x50\x50\x48\xca\xf6\xa0\x12\x2a\x6b\x15\x5d\x80\x44\x84\x44\xa9\x5c\x3a\xd3\xe9\x9e\xaa\xa4\x08\x27\x11\xcf\xa6\xef\x43\x2e\xe5\x58\x9f\x49\x28\x43\x31\xa6\x19\xd9\xa3\x2c\x3f\x6b\xb5\xbe\x1c\xd7\xf6\xb0\x8b\xd3\x30\xe5\xe1\xd4\x6a\x7c\x1a\x78\xee\xfc\xd6\x9b\x90\x98\x47\x86\x49\x1a\x71\x36\x4b\x89\x94\x8e\xf9\x55\x23\x98\xef\x1d\x9b\xc6\x54\xe6\x29\x39\x8e\x19\xc9\xd0\xe9\xda\xe2\xf2\xe5\x29\x79\x2e\xf8\x81\xc6\x28\xc6\xdd\x7d\x01\xc6\xf0\x86\xa8\x0b\x58\xb0\x68\x62\x76\x29\xb2\x97\xc6\x17\x2e\xde\x93\x03\x41\x34\x3f\x2e\x8c\x28\x76\x7d\xd0\xc3\x62\x1e\x15\x19\x32\x6b\xc1\x71\x21\x52\xa7\xd6\x13\x89\x22\x94\x72\x22\x30\x4e\x88\x32\xea\xea\x10\x4f\x91\x4d\x05\xc6\xe3\x84\xa8\x71\xa9\xb0\xda\xb6\xe3\x96\xb1\xc6\x79\x69\xdb\xe9\x23\x6c\xa4\x9c\xed\xc7\x1d\xcf\xd9\xb4\x0d\x08\x31\xee\x28\x43\x09\x02\x25\x2f\x44\x84\x12\x18\x62\x8c\x71\xe9\x1b\x8a\x43\x8c\x07\x4c\x79\x0e\xe4\xeb\x1d\xcd\xc6\xc2\xa9\xbb\x5d\x00\x65\x51\x5a\xc4\xda\xaf\x08\x84\x05\x4d\x63\xbd\x7d\x47\xf7\x85\x28\x09\xda\xf1\x13\x63\x9e\xf2\xa3\xd6\x53\x97\xaa\x02\x66\x31\x48\x8c\x0a\x81\x10\xf1\x2c\x2b\x58\xb5\xcf\x3a\x2e\xc6\x7b\x84\xcd\xcd\x7a\xf2\x88\xb6\x64\x91\xe7\x5c\xa8\x27\xcc\x65\x00\x0e\x55\x82\x29\x53\x01\x80\xf5\x9f\x81\x9c\xa1\x17\x64\x4e\x22\x74\x1a\x0f\x1c\xf1\x50\x87\xbc\x74\x46\x63\x68\xa7\xab\xc3\xe5\x08\xc0\xa6\xa6\x35\x8a\x03\x8d\x70\x04\xd0\x4e\x0b\x03\x89\xa1\x97\x1a\x36\x09\xc2\x03\x86\x20\x51\x1c\x50\x3c\x97\x46\x10\xd0\x72\x59\xd1\x9b\x4c\xd7\x33\x87\x03\x3f\x7c\x74\x7d\xff\x66\x31\x73\x37\x8b\xd5\x72\xbb\x74\x6f\xbd\x4f\x86\xcc\x8a\x36\xbc\x2a\x73\x8c\x2c\x98\x3e\xa2\xc4\x1d\x9b\x3f\x1c\xb8\x7a\x71\xf5\xa2\x72\x25\x22\xf6\xa8\xfc\xee\x67\x89\x29\x46\x8a\x8b\x46\x90\xca\xc4\x33\x63\xe1\xe1\x43\xbf\x8b\xca\xde\x5e\x0b\x5e\xe4\x12\x72\xed\x2c\x9a\x7b\xd8\x71\x01\x51\x5a\x48\x85\x82\xb2\xfd\xa4\xdc\x28\xed\x19\x13\x92\xe6\x09\x99\xdc\x17\x21\x0a\x86\x0a\xa5\xf6\x1f\xc5\x53\x14\x44\xe1\xb8\x60\x02\x49\x7c\x1c\x23\x8b\x73\x4e\x99\xd2\x25\x43\x89\x02\x9f\x7d\x73\x0b\x8c\x35\xbf\x1d\x33\x94\x2c\x2f\x7c\x07\x96\x9c\xe1\xa9\x69\x2c\x56\xb9\xaf\x5a\x75\xe0\xea\xea\xea\xca\x12\x17\x61\x4a\x65\xb2\xe4\x2a\xd0\x42\xb8\x71\x2c\x50\x4a\x94\x0e\x68\x11\xbe\xad\xdd\x68\x3c\x2c\x95\x09\xbe\xda\xae\x01\x2f\xd4\x97\x5b\xd5\xec\x32\x56\x6c\xa9\xb8\x8c\x07\x59\xdb\xf1\xfb\xc6\x84\x6a\x50\x29\xb3\xd9\xc9\x8b\xf7\xb8\x41\x91\x51\x66\x4e\xf0\x79\x4a\xa3\xa3\x29\x3c\x54\x60\xa4\xaa\x70\x69\x28\x1c\x93\xbb\x2c\x1c\xaf\xd0\xce\x1f\x7f\x36\x3a\x16\xba\xce\xae\x95\x40\x92\x9d\xe8\xf2\x9b\x2a\xe0\x2c\x07\xaf\x74\x8a\xb7\x1e\xf2\x7d\x39\x68\x9b\x80\x17\x2a\x2f\x94\x53\x57\xb4\xea\xb7\x01\xb5\x6c\xc8\xbe\x5e\x3c\x0b\xee\xe8\xba\x21\xad\x9d\x6c\xd1\xac\x10\x75\xe9\xc3\x0f\x6a\x4e\x85\xde\x38\x5b\x2d\x37\xde\xaf\x9b\xed\x7c\x11\x7c\x2a\x09\xf6\x54\x35\xa7\x0b\xdc\x69\xb2\xf5\xea\x2e\x98\x79\xdb\xc0\xf3\x57\xeb\xc5\x66\x15\xfc\xb6\x0d\xbc\xd7\x9f\x6a\xaa\x42\xd0\x61\xaa\xbb\xe0\xa6\xa2\x52\xc7\x1c\x1d\xb8\xa6\x25\x4f\x4a\xa7\xa0\xfd\xb1\x3a\xc9\xf2\xb8\xee\x7d\x05\x40\x76\x68\xfe\xa8\xb2\xc2\xad\xfb\xb3\xb7\xdc\xde\x2e\x82\x60\x15\xe8\x23\x6a\x02\x80\x03\x49\x0b\xa3\x91\x3e\xcd\xa7\x33\x28\x6e\x70\xbd\xde\xba\xbe\xef\x2d\xe7\xe7\x61\x5a\x44\xa7\x38\x6e\xb0\x59\xbc\x76\x67\x46\x87\x43\x10\xed\xf5\x66\xf7\x8e\x8b\x08\xfd\x22\x4d\x5b\x09\xcb\x7c\x17\x3c\x73\x5a\x30\x8f\x9a\xbf\x57\xcf\xeb\xc2\xed\x94\xbd\x64\x43\x53\x96\xf6\x1f\x3e\x2e\x6e\xdd\x6b\x6f\xbb\xde\x04\x9e\x7b\x6b\x5c\x65\xed\xbb\x33\xaf\xe1\x8b\xb2\x48\xa0\x69\xf3\xba\x9c\x59\xf3\xad\x8d\x99\x6c\x94\x0b\xba\xdf\xa3\xa8\x13\xb6\x6d\xac\x1b\xd6\x25\x46\x02\x95\x3e\xf2\x7a\xb1\x79\x73\xf7\x6a\xfb\x8b\xf7\xea\xcd\x6a\xf5\x8f\xed\xda\x9b\x05\xde\xe6\xc4\x2d\xde\x14\x61\x85\x84\x0c\x05\x8d\x06\xa1\xbc\xa5\x17\x2c\x66\x8f\x63\xd9\xed\x25\x98\xe9\xdb\x67\x09\x61\x7a\x02\xfa\xd8\xa5\x5c\x34\x6b\x25\xb5\xfd\x6e\x83\xbf\x5c\x38\x9b\x27\xe6\xbd\x72\xf2\xbf\x4b\x16\x02\x0d\x94\x74\xe0\xf2\x0f\x14\xba\xa1\x30\xb4\xf2\x07\x68\x87\xbf\x4e\x13\x5a\x91\x74\x65\x3c\x95\xf3\xb3\x65\xfd\x52\x5e\x9f\xd2\x8f\x91\xa7\xd6\x11\x94\xa9\xce\x8c\x76\xb2\x9d\x43\x3a\x29\xa5\x09\xe3\xb7\xd7\xc1\xea\xce\x5f\x6f\xfd\xc5\xf2\x7a\xeb\x07\xab\xcd\x6a\xb6\x6a\x67\x96\x3a\xa2\x63\x26\x27\xf3\xa5\x25\x1c\xc0\x59\xf9\xde\x72\xfd\x66\xf1\x7a\xb3\xad\x88\xb6\x6b\x2f\xf8\x79\x31\xf3\x0c\xa7\x43\x88\x8f\x74\x4c\x5f\x80\xee\xaf\x82\xcd\x10\xfa\x33\xdd\x33\x3d\x1b\xc0\xba\x7d\xb7\x9d\xdd\xdc\xad\x37\x5e\xb0\xf5\xdd\xf5\xfa\x97\x55\x30\x1f\xe6\x6e\x80\xf0\xd3\x30\xde\xbb\x3b\xef\xce\x5b\x9f\x45\xb1\xcb\x67\xf6\x6e\x56\xfe\x62\x76\x7e\xaf\x5d\x1e\xda\x5b\x59\xee\xf3\x84\x39\x47\x3d\x84\xec\xde\x6d\x56\xdb\xb9\xe7\xdf\xac\x7e\xdb\x7a\xbf\xfa\x37\xab\xb9\x77\x06\x75\x88\xb2\x8d\x68\xd2\xd0\x53\xb1\x60\x88\x74\x4d\xa8\xda\x2d\x37\x7d\x20\x47\xd9\xa2\xd0\xa3\x2a\x43\x29\x7d\xc1\x43\x74\x3a\xac\xe0\x87\xb6\xeb\xdb\x7f\x7a\xc4\x24\x2c\xee\x7f\x1e\xc3\x34\xa4\x6c\x1a\x12\x99\x9c\xac\x8c\xa3\x53\x62\x9e\xab\x29\x92\xdc\x6c\xea\x70\x30\xe9\x01\x50\x46\x15\x25\xe9\x1c\x53\x72\x5c\x63\xc4\x59\x2c\x1d\xf8\xeb\x8b\x93\x7a\xf5\xb8\x1a\x5a\x73\x40\xc5\x42\x1d\xc9\xe5\x68\xf6\xf2\xe5\x55\xe7\x60\x0b\xfb\x9e\xa7\xfc\x9e\x92\xce\x4a\x2e\xb8\xe2\x11\x4f\x1d\xd8\xcc\xfc\x47\x31\x9b\x29\xb0\x8d\xa9\xfb\xf0\xaf\x04\xac\x46\x95\x2e\x60\x2f\xb0\xcf\x03\xea\xe1\x8c\xfe\x7f\x8d\xdd\x65\xe1\xb3\xac\x7d\xf9\xa2\x23\x42\x79\x61\xd3\x65\x2a\xa5\x19\x55\xb2\xcf\x68\x86\x19\x17\x47\x13\xed\xde\xad\x6e\x1e\x6f\x16\xb7\x8b\x4d\xe3\x18\xad\x61\xe3\x5a\x90\x08\x7d\x14\x94\xc7\xf5\xc1\x2f\xff\x32\xd8\x96\xb4\xea\xbf\x4f\x04\xc9\x5a\xc7\x92\x42\xf1\x8c\x28\x1a\xf5\x5a\xb0\xda\x8e\x4b\xdd\x38\xb5\x4b\xc7\x63\x7e\xfb\x55\x8d\xdb\x13\x9d\xfb\x17\x35\x2a\xb9\x16\x0f\x95\x91\x7d\x7c\x7a\x75\xa0\x0f\x34\x73\xa6\x4a\xb0\x73\x9d\x3a\x02\x28\x6f\x17\x97\x36\xe9\xb5\x6e\xb3\xf4\x97\xfa\xd6\xa8\xcf\xea\x48\x1b\xf8\xf7\x82\x0a\x8c\x6b\x0d\x96\x09\x51\x37\xa4\x24\xcf\xfb\x7c\x5c\x53\x55\x76\xfa\x70\x17\x2c\xfa\x53\x6f\x9f\x11\x4d\x1d\x60\xce\x25\x55\x5c\x1c\xc1\x36\xfa\x96\x95\xc1\x49\xe3\x11\x7e\xce\xde\xfe\x96\x17\x87\x28\x5a\xd7\xbe\xbf\x17\x34\xba\x97\x8a\x08\x25\x27\x7b\xaa\x86\x84\x08\x05\x61\x51\x32\x55\x64\xaf\x27\x24\x14\xc8\x4c\x57\x3c\xc0\x7e\xb3\x78\x8e\xf3\xc0\x7b\xdd\x30\xda\xdc\xbd\xf5\x4e\xf5\x89\x4a\xe0\x81\xaa\x84\x32\x83\x5c\x5e\xc7\x83\xe2\xf6\x4e\xf2\xef\x80\x59\xae\x8e\x46\xa7\x82\xf3\x86\xc0\x0e\xec\x5c\x1c\x4f\x0c\x3d\xb3\x93\x20\xcc\x2b\x8a\x9a\xc9\xd6\x54\xd8\xb0\x76\x4f\x55\x94\x20\x93\x94\xdd\xf7\x99\x7b\x57\x60\x61\x3d\x4c\x5e\x80\x44\xed\x89\x0a\x63\x08\x8f\x36\x29\xc9\x89\xf6\x40\x89\xf0\xbb\xa6\x93\xf0\x40\xd3\x14\x42\x6c\x02\x90\xa4\xa9\xbd\xe8\xaf\x1e\x1d\x1e\x12\x64\xc6\x51\x43\xc1\xef\x51\x40\x69\x0d\x70\x53\xc9\x2f\xf4\xc2\xb1\x06\xc9\x48\x8c\x60\xaf\x3f\x69\x98\x22\x10\x09\x6f\x97\xf3\x45\x93\x7b\x46\x36\x57\x81\xe7\xfa\x13\x58\x72\x85\xa0\x12\xa2\x80\xa4\x69\xc5\x4f\x21\x2d\xb3\xbd\xc8\x80\x1f\xb3\x42\xaa\x1f\xf5\x21\xba\xaf\xa4\x3b\x8a\x31\x24\x28\xb0\x42\xe4\x22\x46\x61\x2c\x80\x35\xe7\x1d\x99\x80\x5b\x29\x04\x66\xfa\x5c\xf7\xf6\x5d\x29\xd0\x89\x2d\x8c\x06\x65\x6d\x80\xa6\x95\xea\x47\x32\xcf\x69\xf4\x19\x9a\x56\x9a\xee\x4f\xa4\xe9\x92\x9f\x3f\x81\xa6\x8d\x06\x3b\x9a\x2e\x1b\xcf\x9e\xa6\x35\x44\x79\x4b\x09\x24\xce\x28\x83\x9c\x48\xf9\xc0\x45\x7c\x92\x30\x5b\x94\x2d\x1a\x53\x10\xe0\xf9\xbf\xc8\xf8\x3f\xee\xf8\x9f\x2f\xc6\x7f\xfb\xf7\xc7\xab\x4f\xcf\x47\x60\xe7\x5b\xfb\x76\xf7\x21\x17\x5a\x9b\x26\xf7\x3d\xd6\x94\xf7\xf2\xda\x69\x46\x7a\x53\x84\x55\xe9\x2b\xc7\xe5\x81\x74\x94\x14\x21\xfc\x82\x61\xc2\xf9\x3d\xac\x2b\xa2\xaf\x63\x73\x70\xa6\x7f\x9a\x51\x3b\x9a\x97\xaf\x28\x4f\xf0\x5b\xd2\x7e\x2b\x86\x07\x6f\x0e\x9e\xe4\x78\x59\xdd\x9d\x68\x2f\x7c\x48\x68\x94\x18\x37\x6b\x95\x75\x69\x52\x6e\xf9\x22\x07\xb7\x34\x8e\x53\x7c\x20\x02\x6d\xe7\x21\x81\xd4\x5e\x2c\x15\x49\x53\x8c\xab\x10\xed\x60\xe8\x0d\x8c\x8b\xcc\xf8\x72\x4d\xaa\x0f\xd5\xc7\xd5\x55\xa1\xb9\xcb\xb1\x57\xc2\xbf\xf1\x02\x64\xc2\x8b\x34\x06\xce\xd2\xa3\x79\x17\xd3\x61\x92\xf1\x98\xee\x8e\xf6\x1d\x94\xee\xe0\xc8\x8b\xe7\x07\x6c\xe1\x9e\xc8\x40\x19\xd8\xbe\x39\xa6\x3b\x53\xb2\x5a\x47\x4d\xeb\xa7\xdf\x9e\x89\x5a\x08\x8d\xa2\x6a\x8d\x0f\xdf\x34\x3d\x52\xa4\xcf\xd6\xbe\xea\xd5\x63\x20\xc8\x3a\xfc\x54\x74\xb3\x92\xce\xff\xa3\xc1\xf8\xc8\x64\xf9\xb8\xdb\xe8\xd2\x2a\x78\x2a\x75\x7a\x55\x09\x0a\x0d\x9e\xf2\x18\xe3\xde\xfb\xa0\xd2\x3f\x4b\x03\x0e\xa6\x69\x4b\x8e\x27\xa2\xda\xcb\x27\xf0\x2a\x58\x57\x44\x09\x3d\xb4\x2a\xc8\x99\xd1\xb5\xba\x13\xd8\x91\x54\xe2\xb3\x3e\xdb\xb7\xe4\x80\x0c\x32\x2a\x04\x37\xd9\xb6\x90\xb6\x65\x5c\xff\xb4\xb0\x31\x2b\xfb\x7c\x74\x76\xb4\x3b\xb4\x93\x3b\xda\xc1\xa3\x48\x1c\x53\xfd\x37\x49\x81\x88\xbd\x79\x5e\x96\x5f\x72\xb0\xdb\xec\x77\xab\xfd\x3d\x16\xba\x17\xbc\xa5\xfc\xe3\x79\xc4\xb3\xea\xb5\xd4\xfc\x77\x89\x89\xc0\x9c\x4f\x4c\x13\xc8\xc5\xbe\xcf\xed\x0d\x95\x0a\xf8\xae\x6e\xa6\x28\x4a\xe3\x52\x65\x4a\x20\xa5\xf6\xeb\x52\x19\xf1\x9c\x9a\xf0\x55\xdc\xc4\x5a\x63\x75\x63\xd5\x1d\x4f\x63\x14\x13\x58\xec\xa0\x60\x75\xc5\xbb\x30\x95\xb2\xc6\xa2\x0c\xa6\xf6\x3d\xb2\x07\x3b\x69\x8c\xdc\xbe\x7a\x1e\x70\x41\x33\xc5\x94\x83\x95\x9d\xba\x1a\xe5\xb4\x66\xac\x46\x2f\x97\xd7\x74\xf4\xdf\x00\x00\x00\xff\xff\xd8\xa1\x1d\xec\x99\x22\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYaml, - "Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\x5f\x73\xdb\xb8\x11\x7f\xd7\xa7\xd8\xc9\xdc\x4c\x5e\x4c\xc9\xbe\x99\xd6\x29\xfb\xa4\x48\x8c\xa3\xd6\xb6\x34\x94\x72\x77\x69\xa7\xa3\x81\x88\x95\x88\x18\x04\x78\x00\x28\x47\xcd\xe4\xbb\x77\x00\xf0\xbf\x68\x3b\xb9\xde\xb5\x4f\xb1\x88\xc5\xee\x6f\xff\xfd\xb0\x40\x48\xce\x7e\x42\xa5\x99\x14\x21\x18\xcc\x72\x4e\x0c\x8e\x65\x8e\x42\xa7\x6c\x6f\xc6\x4c\x4e\x8e\x57\xa3\x07\x26\x68\x08\x9b\x72\x79\xc4\xc9\x0e\xb9\x0e\x47\x50\xef\x08\x01\x49\x1e\x24\x34\xd0\x86\x28\x83\x2a\xd0\x3f\xb2\x11\xc0\xe7\x9c\x10\x1d\xc2\xab\xab\xeb\xf1\xe5\xab\x51\x86\x5a\x93\x03\x86\x30\x05\x81\x8f\xf0\xb7\xb7\x52\x6b\x88\xa6\x2b\x98\xcd\x61\x47\x34\x52\x20\x79\xce\x59\x42\x0c\x93\x02\x52\xa2\x61\x87\x28\x20\x51\x48\x0c\x52\x60\x02\x4e\xb2\x50\x90\x2b\xf9\x09\x13\x33\x1e\x65\x68\x08\x25\x86\x58\x20\x44\x08\x69\xdc\x46\x87\x0b\x80\xa2\x4e\x14\xcb\x8d\x73\x6c\x2a\x00\x3f\x93\x2c\xe7\x58\x59\x15\x06\x55\xae\x98\x46\x98\xb6\x6c\xae\x38\x31\x7b\xa9\x32\x48\xa4\x30\x4c\x14\xb2\xd0\x40\x91\xb3\x23\xaa\x93\xd3\x0a\x6d\x88\x63\x78\x27\x15\x64\x52\x21\x30\x61\xb7\x79\x25\x64\x27\x0b\x03\x85\x66\xe2\x00\x26\x65\xba\x0e\xd2\x05\x68\x44\x48\x8d\xc9\x75\x38\x99\x1c\x98\x49\x8b\xdd\x38\x91\xd9\xe4\xd3\x4e\x6a\x1d\x58\x9b\x84\x09\x54\x01\xcb\xc8\x01\x75\xf9\xd9\x06\xf6\x3a\xa8\x33\xe2\x17\x27\x3b\x2e\x77\x13\x1f\xf3\x49\x1c\x4d\xe7\x77\xd1\x98\x50\x99\x38\x90\x2c\x91\x62\xc6\x89\xd6\xa1\xfb\xd3\x6a\x70\xdf\x3b\x59\xa5\x4c\xe7\x9c\x9c\x02\x41\x32\x0c\xbb\xb9\xb8\xba\x86\xb5\x4f\xe3\xf9\xb6\x5c\xc9\x23\xa3\xa8\x82\xee\xfe\x18\x29\xbc\x27\xe6\x02\x16\x22\x19\xbb\x5d\x86\x1c\xb4\xab\x8a\x8b\x4f\xe4\x48\x10\xdd\x3f\x17\xce\x25\xbf\x3e\x58\x6b\x54\x26\x45\x86\xc2\x67\x32\x28\x14\x0f\xeb\x78\x91\x24\x41\xad\xc7\x0a\x69\x4a\x8c\x0b\x5b\x47\x78\x82\x62\xa2\x90\x06\x29\x31\x41\x19\xb8\x3a\xc7\x41\x2b\x69\x41\x5e\xe6\x78\xf2\x0c\x0c\x2e\xc5\x21\xe8\x54\xd0\xa6\x9d\x48\xa0\xb8\x67\x02\x35\x28\xd4\xb2\x50\x09\x6a\x10\x88\x14\x69\x59\x23\x46\x02\xc5\x23\x72\x99\x03\xf9\xed\x05\xe7\x7b\xe2\xbc\xec\x2e\x80\x89\x84\x17\xd4\xd6\x17\x81\x5d\xc1\x38\xb5\xdb\xf7\xec\x50\xa8\x52\xa0\xdd\x47\x14\x73\x2e\x4f\x36\x4e\x5d\xa9\x4a\xb1\xa0\xa0\x31\x29\x14\x42\x22\xb3\xac\x10\xd5\x3e\x5f\xc0\x48\x0f\x08\x9b\xdb\xf5\xf8\x99\x68\xe9\x22\xcf\xa5\x32\x2f\xa4\xcb\x29\x38\x56\x54\x53\x52\x02\x80\xaf\x9f\x41\xf6\xb0\x4b\x3a\x27\x09\x86\x4d\x0d\x8e\xe4\xce\x36\xbf\x0e\x47\x01\xb4\xa9\xeb\x78\x35\x02\xf0\x34\xb5\x46\x75\x64\x09\x8e\x00\xda\x04\x31\x40\x11\x3d\x92\xd8\xa4\x08\x8f\xb8\x03\x8d\xea\x88\xea\xb5\x76\xae\x80\xf5\xcc\x3b\xdf\xb0\x5e\x2f\x21\x21\xfc\xf0\x65\xba\x5a\xdd\x2e\x66\xd3\xcd\x62\x79\xbf\xbd\x9f\xde\x45\x5f\x9d\x98\x77\x6e\x78\x55\xe7\x98\x78\x65\xd6\x44\xa9\x37\x70\x3f\x42\x78\x73\xf9\xe6\xb2\x2a\x26\xa2\x0e\x68\x56\xdd\xcf\x1a\x39\x26\x46\xaa\xc6\x91\x2a\xc9\x33\x97\xe3\x61\xa3\x03\x21\x63\x74\x50\x34\x70\x69\xac\x43\x1a\xcb\xc2\x7c\x7f\x40\xdd\x2e\xd8\x4b\xd5\x0e\x56\x19\x57\xed\xc2\xcc\x12\xfc\x83\x63\x6b\x1a\xad\x4c\xf8\x3a\x8f\xe8\x01\x37\xa8\x32\x26\x9c\x85\x95\xe4\x2c\x39\x39\x0a\x63\x0a\x13\x53\x85\xbd\x91\x08\x5d\x17\x78\x75\xb2\xd2\xf6\xb4\xf9\x27\x0b\x73\x61\x99\x7b\x6d\x14\x92\xec\x2c\x96\xbf\x6b\x00\x9e\x44\xf0\xd6\x92\x85\xaf\x90\x3f\x16\x41\x3b\x05\xb2\x30\x79\x61\xc2\x9a\x1b\xab\xbf\x06\xc2\xb2\x21\x87\x7a\xf1\x49\xe5\xa1\x65\x20\xed\xf3\xe4\xe9\xb7\xd2\x68\x49\x14\x3f\x9b\x39\x53\x76\xe3\x6c\x79\xbf\x89\x7e\xd9\x6c\xe7\x8b\xf8\x6b\x29\x70\x60\xa6\xb1\xae\x70\x6f\xc5\xd6\xcb\x0f\xf1\x2c\xda\xc6\xd1\x6a\xb9\x5e\x6c\x96\xf1\xc7\x6d\x1c\xbd\xfb\x5a\x4b\x15\x8a\x0d\x4b\x7d\x88\x6f\x2b\x29\x73\xca\x31\x84\x1b\x56\x62\x32\x8a\x18\x3c\x9c\x2a\x4b\x1e\xe3\xba\xf7\x15\x00\xc5\xb1\xf9\x11\x94\xfe\xde\x4d\x7f\x8a\xee\xb7\x77\x8b\x38\x5e\xc6\xd6\x44\x2d\x00\x70\x24\xbc\x70\x11\xe9\xcb\x7c\x7d\x42\xcb\x34\xbe\x59\x6f\xa7\xab\x55\x74\x3f\x7f\x5a\x4d\x4b\xe8\x5c\xcf\x34\xde\x2c\xde\x4d\x67\x2e\x86\x43\x2a\xda\xeb\xcd\xee\xbd\x54\x09\xae\x0a\xce\x43\x30\xaa\xc0\xe6\xbb\x92\x59\xd8\x52\xf3\x6c\xfa\x7b\x27\x43\x7d\x00\x84\x57\xd7\x3d\x99\xf2\x88\xf8\xe1\xcb\xe2\x6e\x7a\x13\x6d\xd7\x9b\x38\x9a\xde\xb9\x52\x59\xaf\xa6\xb3\xa8\xc1\xc5\x44\xa2\xd0\x0d\x0c\x5d\x64\x3e\x7d\x6b\x97\x26\xdf\xe5\x8a\x1d\x0e\xa8\x6a\x4e\xf6\xa3\x5a\x03\x5d\x63\xa2\xd0\x58\x93\x37\x8b\xcd\xfb\x0f\x6f\xb7\x3f\x47\x6f\xdf\x2f\x97\x7f\xdf\xae\xa3\x59\x1c\x6d\xce\xca\xe2\x7d\xb1\xab\x34\xa1\x40\xc5\x92\x41\x55\xd1\x7d\x14\x2f\x66\xcf\xeb\xf2\xdb\x4b\x65\x6e\x12\x9c\xa5\x44\xd8\x99\xfa\x4b\x57\x72\xd1\xac\x95\xd2\xfe\xbb\x6f\xfe\x72\xe1\x49\x9e\x98\xf7\x8e\x93\xff\x1d\x59\x28\x74\xaa\x74\x08\x57\xff\xc5\x41\x37\xd4\x86\xde\xff\x18\xfd\x75\xa2\x33\xce\x54\x22\x5d\x1f\xcf\xfd\xfc\x66\x5f\xbf\x17\xeb\x4b\xf1\x71\xfe\xd4\x31\x82\x92\xea\xdc\x65\x41\xb7\x39\xa4\x43\x29\xad\x36\xfe\xb0\x59\x6e\xe7\xd1\xea\x76\xf9\x71\x1b\xfd\xb2\xba\x5d\xce\xa3\x36\x23\xb4\x1b\x7a\x40\xb2\xed\x92\x2b\xb9\x97\xfc\x76\x42\xb6\xff\xab\xa3\x75\xca\x1f\xc9\x49\xb7\x24\xec\x80\x2b\x50\xeb\x95\x92\x3b\x0c\x3b\x50\xf0\x73\xdb\xcd\xca\xd9\x2c\x23\x82\xf6\x3f\x07\x30\xd9\x31\x31\xd9\x11\x9d\x9e\xad\x04\xc9\xb9\xb0\xcc\x8d\xbd\x32\xb9\x4d\x1d\x04\xe3\x9e\x02\x26\x98\x61\x84\xcf\x91\x93\xd3\x1a\x13\x29\xa8\x0e\xe1\xcf\x97\x67\xdc\xf4\x7c\x18\x5a\x63\x5d\x05\xa1\xce\x5a\x39\xce\x5d\x5f\xbf\xe9\x18\xf6\x6a\x3f\x49\x2e\x1f\x18\xe9\xac\xe4\x4a\x1a\x99\x48\x1e\xc2\x66\xb6\x7a\x56\x67\x33\x39\xb6\x75\xda\x99\xeb\x9b\x14\x2a\x24\x94\xfd\x7f\x73\xd3\x85\xf0\x4d\xc9\xb9\xba\xec\xb8\x50\xde\xca\xba\xa0\x38\xcb\x98\xd1\x7d\xa0\x19\x66\x52\x9d\xdc\x79\x18\xdd\xd9\x73\xfd\x76\x71\xb7\xd8\x34\x79\x6c\xcd\x81\x37\x8a\x24\xb8\x42\xc5\x24\xad\x0d\x5f\xff\x69\xf0\xc4\x68\x51\xf3\x8a\x28\x92\xb5\xcc\x92\xc2\xc8\x8c\x18\x96\xf4\x4e\xc7\x3a\x8f\xf7\xf6\x4c\x6b\x77\xf5\x73\x65\xf6\x9b\xce\xd4\x17\x86\xaa\xef\x3a\x43\x72\xeb\x1e\x1a\xe7\x7b\x70\x7e\xa1\xb2\x06\xdd\x15\xc0\xa4\xd8\x79\x3b\x19\x01\x94\x4f\x08\xf7\x9e\xa3\x5a\x57\x56\xfb\xa5\xbe\x1a\xf6\xa1\x8e\x6c\x82\x7f\x2d\x98\x42\x5a\x47\xb0\xe4\x2f\x3b\x2b\x90\x3c\xef\xe3\xb8\x61\xa6\x1c\xc2\xe0\x43\xbc\xe8\x5f\x48\xfa\x40\xac\x74\x8c\xb9\xd4\xcc\x48\x75\x02\x3f\x83\x79\x28\x83\x43\xe0\x33\x78\x9e\x7c\xea\x29\x5f\x07\x50\xb5\xde\x78\x7e\x2d\x58\xf2\xe0\x2e\xc0\x7a\x7c\x60\x66\xc8\x89\x9d\x22\x22\x49\x27\x86\x1c\xec\xf0\x8a\x0a\x85\x1b\x58\x06\xe0\x37\x8b\x4f\x21\x8f\xa3\x77\x0d\xd0\xe6\x7a\xdd\xb3\xba\x22\x26\x85\x47\x66\x52\x26\x9c\xe6\xf2\xed\x0d\x8c\xf4\x0f\x0f\x7f\x05\xcc\x72\x73\x72\x31\x55\x52\x36\x02\xfe\x2e\x25\xd5\xe9\x2c\xd1\x33\x3f\xa4\xc3\xbc\x92\xa8\x41\xb6\x06\xf6\x06\xda\x03\x33\x49\x8a\x42\x33\xf1\x30\x10\x92\xf7\xc5\xae\xea\xbd\x72\x94\x1a\x88\x47\x5a\xec\xe0\x67\xdc\xa5\x52\x3e\xc0\xba\x12\x72\x8d\x03\xaf\xff\x49\x82\x7f\x4f\x83\x7f\x5c\x06\x7f\xf9\xd7\x97\x37\x5f\x5f\x8f\xc0\x8f\x68\xfe\x49\xf3\x73\xae\x50\x6b\x5f\x23\x1e\xe2\xe0\xbc\x77\x5e\x01\x7d\xa0\x7e\x6c\x2b\xdf\x6a\x5e\xc0\x5b\xca\xfe\x5e\x80\x07\xa7\xca\x17\x11\xdf\x57\x73\x35\x30\x01\x8f\x29\x4b\x52\xd7\xc0\x2d\x5e\xd1\x2e\xe7\xe5\xbb\x1f\xdc\x31\x4a\x39\x3e\x12\x85\x9e\xfa\x34\x10\xe5\x49\x83\x09\x6d\x08\xe7\x48\xc7\x96\x0f\x74\x4f\x87\xdd\x20\xa4\xca\x08\xe7\xa7\x46\xd4\x1a\xb5\xe6\xea\xb2\x6c\xe6\x7c\xff\x5c\xf0\x51\x16\xa0\x53\x59\x70\x0a\x52\xf0\x93\x7b\x7d\xb3\x35\x99\x49\xca\xf6\x27\xff\xea\xca\xf6\x70\x92\xc5\xeb\x23\xb6\xf4\x9e\xf9\xc0\x04\xf8\x73\x96\xb2\xbd\xeb\x99\x96\xa9\x49\xfd\xd0\xdc\x4b\x51\x4b\x43\x13\xa8\x3a\xe2\xc3\xb7\x90\x67\x58\xe2\xc9\xe6\xb3\x9d\xa2\x24\xd7\xf0\x98\xa2\x49\x51\xd9\xfc\x72\x49\x91\xf6\xde\xf4\x8c\xfd\xb7\x0c\xc7\x0e\x9b\x03\xc6\x06\xd5\x3b\xe7\xc4\xdd\x5b\x62\xc7\x11\x3f\xe6\x43\x54\xa9\x9d\xaa\x24\x65\x47\xd4\x0d\xf7\x0e\x0f\x8e\x25\xf0\x57\x7b\xc2\x35\xbe\xea\xc3\xbe\x23\x47\x14\x90\x31\xa5\x2c\xed\x4b\x28\xb4\x3f\x01\xd6\x3f\x2e\x7c\x07\xe8\x3e\x8e\xce\x8e\x36\xe1\x9e\xdd\x86\x07\x4d\x11\x4a\x99\xfd\x4d\x38\x10\x75\x70\x4f\xc2\xfa\x7b\x0c\x4f\x9b\xfd\xd3\x6a\x7f\x0f\x42\xf7\x2a\x5d\xfa\x1f\xcc\x13\x99\x55\x2f\x9c\xee\xbf\x3a\xc6\x0a\x73\x39\x76\x9c\x2e\xd5\xa1\x8f\xf6\x96\x69\x03\x72\x5f\x73\x23\x43\xed\xba\xba\x6c\x30\x52\x46\x1f\x1e\x19\xe7\x36\x91\x89\xcc\x99\x6b\x06\x23\x5d\xe5\x36\x59\x77\x59\xdd\x4b\x4e\x51\x8d\x61\xb1\x87\x42\xd8\xdb\x01\xdb\x33\xa4\x17\x40\x38\x6f\x74\x31\x01\x13\xff\x82\xd8\x53\x3b\x6e\x92\xdc\xbe\xe4\x0f\x94\xa0\x1b\x4a\xca\x39\xc9\x0f\x51\x4d\x70\x5a\x23\x53\x13\x97\xab\x1b\x36\xfa\x4f\x00\x00\x00\xff\xff\xcd\x92\x06\x4d\x57\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYaml, - "Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\x7d\x73\xdb\x36\xd2\xff\xdf\x9f\x62\xc7\x73\x33\xbe\x9b\xc7\x92\xe2\x36\xe7\xfa\x74\x7d\xfa\x8c\x22\x33\xb6\x12\xcb\x52\x44\x39\x69\xee\xe6\x46\x81\xc8\x95\x84\x98\x24\x18\x00\x94\xa3\x66\xfc\xdd\x9f\xc1\x0b\x5f\x45\xca\x8a\xe3\xb6\xb9\xfc\x51\xd7\xe4\xe2\x87\x7d\x01\x16\xbb\xcb\x85\x49\x4c\xdf\x22\x17\x94\x45\x5d\x90\x18\xc6\x01\x91\xd8\x66\x31\x46\x62\x45\x17\xb2\x4d\x59\x67\x7d\x72\x70\x4b\x23\xbf\x0b\x53\xfb\xfa\x20\x20\x73\x0c\x44\xf7\x00\xb2\x11\x5d\x40\x12\x9f\x3e\x6f\x91\xf0\x53\x2b\x56\x70\x42\x62\x24\x5b\xe2\x07\x7a\x00\xf0\x39\x26\x44\x74\xe1\xa4\xfd\xbc\x7d\x72\x76\x10\xa2\x10\x64\x89\x5d\x38\xea\x41\x84\x77\xe0\xf4\xc6\x70\x0a\x24\xf2\xa1\xd7\x1a\xbe\x81\x7c\x34\xcc\x89\x40\x1f\x48\x1c\x07\xd4\x23\x92\xb2\x08\xee\xa8\x5c\x81\xeb\x5e\x81\x48\xe2\x98\x71\x09\x2b\x22\x60\x8e\x18\x1d\x00\x78\x1c\x89\x44\x1f\x68\x04\x1b\x96\x70\x88\x39\xfb\x88\x9e\x6c\xc3\x74\x85\x90\x08\xe4\x11\x09\xb1\x13\x13\x21\xee\x18\xf7\x61\xc1\x38\x10\xcf\x43\x21\x68\xb4\x04\xb9\x42\x33\xbd\x40\xbe\xa6\x1e\x02\x15\x07\x00\x7f\xf9\x32\x7c\x33\xbb\x71\x9d\xc9\x75\x6f\xe8\xdc\x77\xf4\xaf\xe3\x9e\xeb\xbe\x1b\x4d\xce\xef\xdb\x30\x0e\x90\x08\x84\x39\x82\x48\x38\x82\x64\x96\x07\x8d\xb6\x60\x41\xc0\xee\x14\xb6\x40\x8f\xa3\x14\x5d\x38\xfc\xcb\x97\xcb\xe9\x74\xec\xce\x5c\xa7\x3f\x71\xa6\xf7\x87\x8a\x6b\x16\x49\x42\xa3\x94\x87\x94\xe2\xb5\xf3\xde\x9d\x8e\x26\xce\x3d\x2c\x68\xa0\xd9\x37\x1c\x6b\xf6\x0c\xa6\x9a\x52\x8d\xc6\x48\xfe\x53\x41\xbf\xba\x98\x8c\x6e\xc6\xee\xcc\xb9\xee\x4f\xde\x8f\xa7\x3b\x27\xa9\xd2\x36\x4f\xe7\x25\x5c\x0d\x7b\x75\xc1\x59\x12\x0b\xf0\x58\x18\x26\x91\x35\x87\x68\x1f\x1d\x84\x28\x89\x4f\x24\x51\x8b\x81\x44\x11\x93\xe6\x8d\xfa\x15\xc0\x47\xe1\x71\x1a\x4b\xbd\xb8\x7a\x11\xe0\x67\x12\xc6\x01\x5a\x93\x6b\x7d\x17\xac\xdb\x86\x97\x8c\x43\xc8\x38\x02\x8d\x16\x8c\x87\xc6\xe6\x64\xce\x12\x09\x89\x32\x93\x06\x05\x90\x2b\x2a\xb2\x95\x77\x0c\x02\x11\x56\x52\xc6\xa2\xdb\xe9\x2c\xa9\x5c\x25\xf3\xb6\xc7\xc2\xce\xc7\x39\x13\xa2\x95\xad\xe4\x4e\x61\xa6\x56\x3a\x58\xb4\x35\x24\xf5\x58\xd4\x0f\x88\x10\x5d\xfd\xbf\x2d\x24\xb1\x7e\x5e\xda\x06\x3e\x15\x71\x40\x36\x2d\xb5\x8c\xba\xf0\xea\x05\x13\xc2\x08\xd2\x7e\x0e\xff\x63\x84\xf9\xab\x5e\x9f\x9a\x97\xbf\x6d\x03\xc4\x9c\xad\xa9\x8f\xbc\x55\x46\x9a\xa0\x0f\x97\x44\x1e\xc3\x20\xf2\x0c\x3b\x92\x2c\x85\xde\x50\xc7\x1f\xc9\x9a\x20\xea\x1f\xc7\x5a\x1e\xf3\xbe\x76\x9b\xfa\xcc\x4b\x42\x8c\x8c\x01\x5a\x09\x0f\xba\x99\x56\xcc\x3a\x6f\x73\xf4\x57\x44\x6a\xe5\x94\x88\x3b\x18\x75\x38\xfa\xad\x15\x91\x2d\xa3\x35\x8c\x24\xf2\x98\x53\x81\xad\xa2\xda\xd4\xac\xca\x30\x9d\x1d\x6c\x04\x2c\x5a\xb6\x4a\x86\x9f\x16\xcd\x05\x3e\x2e\x68\x84\x02\x38\x0a\x96\x70\x0f\x05\x44\x88\x3e\xfa\xa9\x6d\x19\xf8\xb8\xc6\x80\xc5\xa9\x62\xc0\xc9\x98\x81\x5e\xc1\x17\xb8\xc8\xd7\xc8\xb5\xfa\xb7\x1c\xc5\x31\xd0\xc8\x0b\x12\x3f\x5f\x33\x04\xe6\x09\x0d\x7c\xb5\x15\x16\x74\x99\x70\x4b\x56\x74\x2e\x3e\xc6\x01\xdb\x28\xad\x54\xa9\xf4\xe2\xcb\xf8\xd1\xa6\xb7\xb0\xda\xec\xda\xea\x99\xdf\xf2\x50\x3b\xb3\x6c\x87\x16\x36\x8c\x05\xd2\x66\x69\xef\xd0\xa1\xf5\x6e\x0f\x18\x51\x03\xac\x53\xdf\x6d\xbd\x2b\x80\x59\x55\x3b\xdc\xb1\x22\x10\x31\xf1\xb0\x9b\xaf\xcf\x03\x36\x57\xce\x52\x74\x0f\x5a\x50\x3c\x11\xd6\x27\x07\x00\xc6\xfb\xbb\xc6\x33\x1e\x00\x14\xf7\x7c\xcd\xae\xaf\xec\x7b\xe5\x7e\xef\x70\xae\x5d\x17\xf2\x23\x01\xca\xc3\x81\x92\xaf\x6d\xc9\xad\xcf\x6d\x93\x20\x5e\x91\xca\xa2\xc6\x18\x23\x1f\x23\x8f\xa2\xe8\xc2\xd1\xbf\xbf\x1c\x2a\xee\x0f\xb5\x2f\xed\x8d\xc7\x57\x83\x7e\x6f\x3a\x18\x5d\xcf\xb4\x83\xd6\xe2\x4a\x2f\x3e\x3c\xb6\xc0\x00\x87\x8a\x77\x45\x6e\xb9\x3f\xbc\xff\xcf\x91\x7e\x99\x1f\x61\x5a\x86\x7c\x19\x74\xa1\x06\x59\x93\x19\xc5\xd6\xbf\x15\x31\x7a\x06\x4c\x09\x66\x71\x5b\xfa\x97\x2e\x9c\x3d\x3b\x7b\x96\x2e\x6f\xc2\x97\x28\xc7\xe5\xc7\x02\x03\xf4\x24\xe3\xb9\xfa\xd2\x85\xd8\xd7\xeb\xb0\x7e\xd2\x3f\xc6\x50\xee\x7f\xaf\xa5\xcc\x0e\x6c\x3d\xc6\x60\xcf\x9f\xff\x58\x67\xb0\xf4\xf1\x77\x64\xb0\xf4\x60\x8e\x95\x63\xd1\x21\x91\x3a\xb7\xbd\x20\x11\x12\xd5\xc9\x5d\x6f\xb9\xdb\x64\x8e\x3c\x42\x75\x00\x52\xd6\x91\x2c\x40\x4e\x24\xb6\x92\x88\x23\xf1\x37\x2d\x8c\xfc\x98\xd1\x48\xc7\x2c\x92\x27\x78\xf8\xe4\x5b\xa6\x15\x1b\xd7\x9c\x9b\xc1\xb2\x3c\x18\x77\xe1\x9a\x45\xb8\x6d\x1a\x83\x15\xe7\x2e\xdd\xda\xea\xec\xec\xec\x7b\x33\xca\x9c\xb3\x5b\xbd\x83\x46\x31\x46\xef\x28\xc7\xc2\x26\x7a\x52\x2d\xda\x6d\xf4\xd0\x7a\x3e\x3d\x39\x3d\x39\xad\x59\xd0\xf9\xf3\x47\x29\x4f\x4d\xff\xf4\x0a\x74\xcd\xe1\x27\x20\x62\x3e\x82\x4f\x85\xc7\xd6\xc8\x37\x7a\x5d\x87\x28\x56\x90\x85\x86\xdf\xeb\xda\x56\x56\x51\x9c\x3e\x66\x7d\xdb\x71\xf9\xfa\xfe\x9d\x6c\x44\xfd\x7a\x72\x15\x6d\x64\x26\x9c\xb0\x44\x7e\xbd\x01\xf5\x28\x93\x5f\xe5\x7a\x4c\xcf\xfd\xd4\x56\xbf\xef\x21\xbc\x62\x42\x2a\xaa\xcb\x91\x3b\x55\x6f\x67\x6a\x6e\x03\x20\x59\x3a\x5f\x33\xd4\x57\xea\x4b\xfc\x8e\x0a\x73\x9f\x48\x63\x7b\x1e\x86\xb5\x8a\x73\xad\xe6\xf2\x89\x25\xf2\x90\x46\x76\x62\x95\x52\xcb\x15\x67\xc9\x72\x55\xab\xe1\x1d\x53\x37\x3a\x8f\x41\x48\x96\xe8\x4a\x8e\x24\xdc\x52\xe7\x93\xae\x9a\x46\x0e\x5e\xa8\x74\xc1\x6c\xac\xdf\x97\x83\xa2\xfa\x59\x22\xe3\x44\x66\x5a\xce\x14\x59\xa3\x96\x29\x59\x66\x2f\x1b\xc1\xbb\x3a\xc9\x95\xc6\x7d\xe8\x74\x2b\x45\xd4\x95\x83\xcf\xf2\x9c\x72\x35\xb0\x3f\xba\x9e\x3a\xbf\x4e\x67\xe7\x83\xc9\xbd\x25\x58\x52\x99\xcf\xce\x71\xa1\xc8\xdc\xd1\xcd\xa4\xef\xcc\x26\xce\x78\xe4\x0e\xa6\xa3\xc9\xfb\xd9\xc4\x79\x79\x9f\x51\x25\x9c\xd6\x53\xdd\x4c\xae\x52\x2a\xb9\x89\xb1\x0b\x17\xd4\xf2\x24\x95\x6f\x5e\x6e\xd2\x99\x0c\x8f\x6e\xe5\x29\x00\x46\xeb\xfc\x97\xd4\x55\x0e\x7b\x6f\x9d\xeb\xd9\x70\x30\x99\x8c\x26\x6a\x8a\x8c\x00\x60\x4d\x82\x44\x6b\xa4\x4a\x73\xbf\x85\xd2\x9b\x4c\x07\x2f\x7b\x7d\x2d\x7b\x1d\x42\xf1\x7d\x3e\x7a\xc1\xb8\x87\xe3\x24\x08\xba\xa0\x0e\x91\xfc\x39\x67\x61\xb7\x00\xb3\xd3\x6c\xa9\xe1\x6c\xce\xad\x33\xb6\x2c\xa6\xee\x9e\xb4\xff\x51\xa1\xb4\x49\xdb\x5f\xbe\x0c\x86\xbd\x0b\x67\xe6\x4e\x27\x4e\x6f\xa8\x0d\xed\x8e\x7b\x7d\xa7\xac\x62\x57\xab\xd2\x6c\x48\x4e\x97\x4b\xe4\xd9\x49\x63\x8a\x24\x39\x9b\xa6\x40\xa5\x80\x2f\x06\xd3\xcb\x9b\x17\xb3\x77\xce\x8b\xcb\xd1\xe8\x75\x5a\x42\xaa\x9a\xee\x32\x99\xa7\x48\x18\x21\xa7\x5e\x2d\x94\x73\xed\x4c\x06\xfd\xdd\x58\x66\xb8\x05\xa3\x4a\x4b\xfd\x15\x89\x96\xd8\x85\x2f\x65\xca\x41\xfe\xce\x52\x9b\xe7\x66\x83\xda\x17\x8d\x7b\xf9\xbc\x72\x52\xfe\x71\x1b\x9a\xa3\x86\x12\x5d\x38\xf9\x86\x20\xb5\x6e\xab\x18\xf9\x27\x68\x4a\x8e\xa5\x62\x42\x4a\x52\x96\x71\x5b\xce\xbd\x65\xfd\x5a\x5e\x1f\xd2\x8f\x96\x27\xd3\x11\x40\x56\xa1\xcc\x16\xa9\xb1\x71\x69\xdb\x17\x36\xfe\x9b\x99\xeb\x4c\xde\x0e\xfa\xce\x6c\x3c\x71\x5e\x0e\x7e\x9d\x0d\x7b\xe3\xf1\xe0\xfa\xa2\x40\x5b\xdc\xc1\x75\x31\xd1\xff\x0e\xdf\xd4\x23\xbf\xba\x3e\x1f\xd4\xe3\xd8\x97\xf7\xf5\xe3\xd2\x32\x71\xe3\xd8\xac\x8e\x5c\x3f\x3e\xad\x2b\x37\x8e\xcf\x0a\xcf\x0d\xe3\x27\xa3\xe9\xa8\x3f\xba\xaa\x1b\x6f\x52\x84\x9a\x41\x6f\x6e\x9c\x1b\xc7\x6d\x9c\xd2\xbc\x6e\x98\x70\x3a\x1a\x0f\xfa\xcd\x63\xcd\xeb\x86\xb1\xae\x33\x19\xf4\xae\x06\xff\xea\xbd\xb8\x72\x66\xe3\x5e\xff\x75\xef\x62\x07\x1b\xb5\xd4\x75\xc8\x69\x59\x5b\xad\x85\x9d\x0a\xc9\x2b\x17\xe7\xd7\x86\xbc\x06\x6d\x34\x76\xae\xdd\xcb\xc1\xcb\xe9\x2c\x25\xca\x96\x5d\xb3\xa1\x1b\x33\xdd\xaf\x40\x1f\x8f\x26\xd3\x3a\xf4\x43\x95\xeb\x1e\xd6\x60\x95\xbf\x19\x54\x4e\xb2\x6c\x78\x07\xa5\xd7\x41\x12\xb7\x8c\x93\x6e\xad\x59\x90\x84\xf8\x20\x5c\xbd\x9c\x95\xcf\x14\x0f\x33\x35\x7d\x3f\xde\x0b\x4a\x13\x36\xe3\x35\x6b\x3e\x7f\xdf\x3c\x7a\xf7\x26\x2b\xd3\xec\x5a\x60\xe5\x6f\x2c\xf5\x68\x0d\xdf\x63\xf6\x40\xdd\xcb\x90\x1f\x97\xba\xf0\xd3\xc2\xc8\xe3\x9b\x58\x3e\x68\xd4\xa6\x49\xf6\x63\x7e\x97\xa1\xab\xb4\xcd\x26\xaa\xa3\xdc\x07\x71\xb7\xd9\x9a\xa8\x77\x21\xf7\xaf\x6e\xdc\xa9\x33\xd9\x13\xb9\x4a\x5d\x87\xdc\xbb\x99\x8e\x66\xe7\xce\xf8\x6a\xf4\x7e\xe6\xfc\x3a\xbe\x1a\x9d\x3b\x0d\xa8\x75\x94\x45\x44\x1d\x07\x3d\x74\x18\x6b\x22\x15\x80\x8e\x59\x40\xbd\x4d\x17\x7a\xc1\x1d\xd9\x88\x02\x45\x40\xd7\x18\xa1\x10\x63\xce\xe6\xd8\x2d\xb1\x82\x9f\x8b\x67\xaf\xf9\xe7\xb1\x30\x24\x91\x5f\x7d\xdc\x82\xce\x9c\x46\x9d\x39\xc9\xca\x12\xf9\x9b\x96\xb7\x4d\xcc\x62\xa9\x7c\x8c\x1e\x54\xe2\xa0\x5d\x01\xa0\x11\x95\x94\x04\xe7\x18\x90\x8d\x8b\x1e\x8b\x7c\xd1\x85\xd3\x67\x5b\xc1\xf1\x6e\x35\x14\x2a\x28\x29\x0b\x59\x28\x61\x8b\xb6\x3f\xfd\x74\x56\x9a\xd8\xc6\xdc\x2c\x60\xb7\x94\x94\xde\xc4\x9c\x49\xe6\xb1\xa0\x0b\xd3\xfe\x78\x27\x66\x5e\xd0\x2f\x62\xda\xda\xc9\x63\x00\xf3\x82\x73\x15\x50\x3c\x12\x31\x2d\x8b\x96\x11\x2b\x87\x51\x33\x20\x47\xe2\xd3\x3f\x77\xf9\x94\x59\x28\xaf\x9f\xec\xeb\x61\x79\xc2\x80\x86\x54\x8a\x2a\x13\x21\x86\x8c\x6f\x74\x30\xe1\x0c\x55\x3e\x7a\x35\x18\x0e\x4a\x9e\xd8\x78\xcd\x21\x4b\xa2\xea\x6a\x0a\xd5\xb3\x31\x91\xab\x3d\xce\xcf\xc2\xb7\xb7\xd6\x2d\x6e\x84\x64\x1c\xeb\xa8\x94\x60\xa3\x28\xd8\x54\x72\xc7\xba\xe9\xf6\xf5\xf2\xc5\xa9\xd3\x31\x8f\x60\xa1\x50\xd7\xb9\xe0\xc4\xc3\x31\x72\xca\xfc\xba\xed\x69\x30\xc5\x76\x56\xbe\x5b\x78\x9b\x1f\x96\x78\x31\xcf\xae\xed\x6e\x2f\x75\x48\xd4\xa2\x3f\x2c\xdf\xc3\xb3\xec\x3a\x9c\xab\xe9\x72\x21\x2f\x1d\x13\x4e\xc2\x82\xd0\x24\x91\x2c\x24\x92\x7a\x15\x3d\x66\x9b\x51\xcd\x57\x52\xd2\x2e\x77\xf6\xa8\xe2\xc1\x03\x55\x9f\xff\xc2\x04\x5a\x97\xac\x9f\x3c\x89\xb6\xa8\xdb\x89\x34\x67\x41\x40\xa3\x65\xd5\xb4\x21\xf9\xec\x26\x5c\x1d\xc4\xcf\xca\x19\xb7\x21\xff\x6e\x12\xee\x4c\xae\x7d\x74\x0a\xdf\x96\x78\xf7\x6c\x1a\xfb\xa8\x1c\xb7\xf7\xad\x49\xae\x02\x98\x4e\x7a\xd7\xae\xca\x8f\x9a\xb3\xc5\x34\xef\x6b\x82\x78\x74\xce\xdb\xfb\x3e\x93\x5e\xc5\x96\x3b\xbe\x1a\x34\xa4\x21\xd9\xeb\xa6\xb1\x43\xc7\xbd\x9c\x9d\x0f\xdc\xfe\xe8\xad\x33\x79\xbf\x23\x4f\x6b\x20\xde\x89\xfb\x98\x84\xb9\xf0\xf9\x6c\x2f\x5c\x5d\xfc\xdc\x06\x7f\x59\xf1\xa6\xea\xdf\x82\x62\xe0\x4f\x70\x51\x7d\x6e\xdf\x98\x83\x37\xdd\xc5\xed\xac\xe6\xda\xa4\xf5\xe9\x68\xd2\xbb\x70\x66\x37\xae\xfa\xaf\x0e\x2a\x76\xd8\x60\x9b\xb8\x26\xe8\x37\xa5\x60\xa5\x81\xd3\x1f\xbf\x2a\xda\xdf\x67\xe7\xc3\x9f\x16\x30\xff\xfd\xf4\xa7\x1f\x6a\x30\x49\xf8\xe9\x91\x01\xf3\xdf\x4f\x7f\x3a\x69\x00\x6c\x09\x11\x3c\x0e\xf4\xe4\xec\xac\x2e\x0a\x0f\x3f\x49\xf9\x38\xc0\xd3\x93\xd3\x93\x3a\x44\x21\x59\xf8\x48\xc1\x15\x64\x9d\x2a\x35\xe4\xe3\x45\x2f\x76\x08\x14\x61\xcb\x95\xc3\xaf\x04\xfc\xa9\x1e\x70\x6f\x2e\xff\xc4\x1c\x84\x84\x9f\x1e\xcc\x41\xf6\x4b\x1a\x52\x34\xe5\x51\x3a\xb7\x64\x45\xfc\x79\x8d\x5a\x9a\xfc\x60\xbc\x66\xc1\x53\x46\xe7\x7b\xcd\x03\x85\x26\xec\xb7\x1a\xa9\x1f\x10\x5a\x71\xa6\x9e\x7a\x74\xbd\x13\x54\x93\xfc\x29\x21\x75\xc9\xe9\x7d\xc3\x37\x39\xe3\x88\xbb\x27\xed\xe7\x15\x82\xaf\xfa\x14\xf7\x6d\xb1\xf7\xb8\xce\x16\xbf\x7b\x00\x9e\x19\x2f\x0f\x17\x4d\x03\xea\x90\xf9\x98\xd9\x71\x82\xc4\x7f\xc7\xa9\xc4\x51\x64\x4f\xc9\xad\xc4\x9c\xe3\xa7\x04\x45\x71\x87\xa8\xa4\xcd\x56\xb8\xde\x8e\xae\x6e\x86\xce\xac\xdf\x1b\xf7\xfa\x83\xe9\xfb\xfb\x83\x58\xad\x06\x94\x7a\xa9\xb4\xb6\x1b\xab\x14\xcb\xba\x51\x42\xae\xb0\xd4\x3a\x7e\x00\x60\xbb\xaa\xcd\x92\x2c\x36\x0a\xab\x27\x59\x5f\x6c\x55\xd8\x03\xc3\x21\xe5\xe8\x67\x0b\xce\x9e\xdb\x2a\xd7\x24\x71\x5c\xe5\xe3\xa8\x9f\x28\x67\xab\x5b\x25\x32\x7e\x56\x52\xc6\xd9\xdd\x01\xce\x12\x89\x6d\x80\x2b\x24\x6b\x84\x79\x40\xa2\x5b\x4d\xe4\xe3\x82\x24\x81\xcc\x46\x9a\xe6\x47\x6c\x2f\xdb\x5d\xf8\xb9\xd8\x67\xad\x5e\xfe\xd2\xfa\xd9\xde\x60\xf8\xa5\xfd\xb3\x1d\xd9\xf2\x59\x48\x68\xd4\x12\xc9\x62\x41\x3f\xff\x72\x54\x95\x3a\xe5\x4c\x31\x63\x9a\x4a\x2e\xed\x54\x99\xfc\xa5\xc6\x8e\xbd\x45\x13\xfb\xca\xa6\x25\xca\xe4\xb3\xb2\xd9\x06\x90\xa7\x16\x51\xec\x25\xa3\x5b\x15\xf2\x82\x4a\xdb\x67\x00\x37\x93\x41\xb5\xed\xa6\x3a\x9f\xa2\x9e\x60\xcc\x04\x95\x8c\x6f\xc0\xb4\x19\x98\x69\x6a\xfb\x1c\x76\xac\xa7\xc6\x3b\x0a\xb6\xe1\x1d\x79\x27\xeb\x04\x68\x7d\x4a\xa8\x77\x2b\x24\xe1\x52\xb4\x97\x54\xd6\x09\x31\xe7\x24\xf2\x56\x1d\x49\x96\xc0\x71\x81\x1c\xcd\x1e\xac\x61\x3f\x7f\xd9\xc4\xf9\xc4\x79\x99\x33\x7a\xda\x7e\xde\xfe\x5c\x9d\x51\x1d\x67\xba\xd3\x9d\x46\x1a\xd5\x5a\x0e\x24\x33\x9d\xf5\xff\x04\x0c\x63\x69\xda\xf4\x38\x63\x39\x81\x4f\xb9\xce\xd6\x37\x5b\x9b\xb4\x6f\x7a\x50\xe0\x3c\xa5\xc8\x18\x2c\xf4\xa3\x14\xf4\x87\x41\xc0\xee\x18\x0f\xfc\x56\xe8\xcf\xab\xfc\xb9\xf4\x37\x04\xb6\xd0\x9e\xc1\x1c\x7f\xe6\x1a\xcb\x7c\x63\x9a\xf4\x15\x5f\xf6\x58\xa3\xd1\x12\xec\x2d\x24\xb1\xed\x39\x14\xb1\xf1\xb4\x1a\x33\xe3\xa9\xe2\xab\x76\x18\xfa\xe4\x82\x56\xb9\x7b\x75\x7d\x3e\xc8\xbd\x97\xc7\xa2\x08\x3d\xed\x9c\x16\x44\x4b\x9e\xf1\x5a\x58\x8a\x42\xdf\x28\x32\xa4\x20\x99\x39\x48\xb3\xee\x52\xb3\xb9\xe0\x23\x59\x93\x6e\xa7\x9f\x01\xbe\x24\xa9\x26\x4b\x52\xbd\x1a\xba\x90\x13\x81\xa5\x32\x6c\x95\xfc\x63\xfe\x05\xdc\x0a\xd3\x34\x41\x55\xfd\x71\x40\xa5\x66\x4f\x9d\x49\xb9\xd1\xb5\xbc\x48\xbc\x95\x69\xe7\xa4\x11\x10\xdd\xe3\xb8\xa5\x77\x03\x70\x4e\x24\xf9\xbf\xdc\x59\x17\x52\xdb\xf4\x1b\xe8\x82\x04\x02\x0f\xb7\x3c\xd7\x0b\xad\x94\x2c\x94\x4c\x75\xa7\x6f\x71\xe8\x3b\x42\xea\x64\x91\x46\xc7\x3a\x4e\x14\x6d\xe8\xa9\xf5\x84\xbe\x81\x36\xc9\x14\xe1\xd8\x85\x0f\x2c\xc6\xe8\x8e\x72\xfc\x70\x0c\x1f\x54\x4a\xa1\x7e\xea\x00\xfb\x83\xbe\xda\xf1\x41\x65\x04\x1f\xda\x30\x8a\x82\x4d\x81\x18\xa8\x48\xef\xa5\x99\x79\x9c\xde\xb8\xbd\xe5\xc0\xf4\xfa\x1a\xa7\x6c\x16\xf5\x5e\xf8\x60\x5d\xf8\x4c\xad\xa0\xab\xd2\xbe\x49\x30\x31\x87\xa1\x68\x10\x6d\xba\x42\x81\xf0\x49\xd1\x09\xb8\xa3\x41\x00\x73\xcc\x43\x2b\x12\x04\x1b\x2d\x6e\x7a\x67\xee\x6e\x85\x51\x61\x6d\x81\x75\x3c\xd0\x0b\x04\x3b\x56\x2f\x36\x19\x48\x48\x7c\x4c\x2f\xce\xcd\x03\x04\x22\xcc\x2a\xca\x0e\x7e\x0d\x4c\x23\x2d\x7d\x55\x78\xcd\x78\x49\xe8\xac\x1a\x63\x45\xbe\x74\xae\xae\x46\xef\x46\x93\xab\xf3\xe1\xf9\x0b\x4d\xbe\x15\x07\xb0\x98\x7a\x7b\x08\x2f\x15\xdd\xf7\x24\xbc\x66\xbc\x24\x7c\x56\x4d\xaa\x13\x5e\x93\x57\x85\xbf\xa2\x42\x2a\x2f\x17\x13\xef\x56\xb9\x2f\x90\x2b\x22\xd5\xaa\x05\x62\x17\xb3\xf2\xc7\xa8\x8e\x6b\x4a\x02\xfa\x9b\xbd\xc7\x97\x08\xbd\xf5\x46\xfa\x92\xcf\xd0\xb8\xbe\x63\x5b\x4b\xad\x51\xe0\x60\x61\xae\x50\x92\x38\x06\x9f\xa1\x88\x8e\xa4\x86\x28\x8d\x17\xc7\x10\xe8\x20\x40\x5f\xc7\xd3\x91\x80\xe9\x51\xd5\xf7\xbd\xa8\x00\x62\xaf\x0f\xca\x0d\x60\xa4\x1b\xe6\x42\x8c\xa4\xb9\xe5\xa7\xd4\x6d\x6e\x57\x91\xa0\x70\x85\x4f\x5f\x73\x92\x74\x8d\xe1\xa7\x36\x89\x89\xb7\xc2\x36\xe3\xcb\x8e\xb9\x9c\x64\x5d\x76\x7b\x25\xc3\xa0\x76\x57\xb9\x56\x68\xa2\x4c\x33\xb6\x1a\x2a\xea\xbb\xbe\x02\xd7\x14\x67\xda\xc3\xc4\x7c\x38\xa8\xde\xa1\x4c\x3f\x3e\xe8\x0b\x93\x5b\xbe\xcc\x5c\x4d\x7b\x9d\xd2\xb8\x06\xa2\xe4\x68\x8b\xdf\x39\xb6\x62\x4e\xfb\x9d\xe7\x21\xd6\x4a\x4c\xa4\x87\x73\xce\xf3\x43\x6c\xbd\xa4\x01\x46\xdb\x3c\x15\x3a\x03\x2c\x57\xe9\x3c\xed\x8f\xb7\xa2\x8e\x27\x95\xce\xd4\xf3\xf4\xd7\x57\xaf\x5d\x60\x1c\x5e\xf5\x9d\xd7\xee\xdf\x1e\x62\x68\xba\x89\x9b\x98\x31\x75\xc9\x26\x7d\x10\x21\x98\x47\xcd\x6e\xa6\x72\x65\x75\xa0\xc1\x3d\xe4\x92\x2e\xd4\x91\xda\x64\xa6\x7e\x4e\x51\x67\x22\x9d\x25\xd4\x4c\x5c\xba\x49\x5c\x92\x5c\x9d\x11\x0f\x4f\x9b\x49\x3d\xb6\x40\x95\x79\xb3\x5a\x79\x65\xee\x1b\x81\x3c\x0f\x25\x84\x24\x91\x4f\xb8\x9f\x3a\xaf\x44\x20\x6f\xc3\x40\xaa\x0d\x98\xc6\x27\xa5\x98\x43\xad\xdf\x6a\x2c\xa1\x77\x7c\x80\x0b\x69\x62\xb8\x63\xa0\x32\x73\x79\xba\xc5\x53\x69\xb6\x3e\x52\xba\xb1\x17\xab\x0f\x6c\x9e\xad\x19\xf8\x37\x69\xfd\xd6\x6b\xfd\xeb\x59\xeb\x1f\xff\xf9\xf2\xa3\x4a\x36\x53\x90\x2e\xe0\xe7\x98\x2b\xef\xa9\x23\xed\xed\xe6\xb9\xad\xa0\xb3\xa0\xe3\x3f\x5b\xd4\x82\x9d\x8c\xa8\x47\x45\x39\xcf\xee\x8f\xf6\x10\xb4\xc9\xa8\x6a\x41\xe5\x57\x5d\xc8\x12\x23\x69\x76\x95\x64\xda\xf3\xea\x14\xcb\xbe\xb7\xe1\xeb\x0a\xb2\xab\x2c\x6d\x80\x23\x3f\x12\xe6\xbe\x9c\x96\x46\x7b\xeb\x18\x23\x77\x45\x17\xf2\x48\xc0\xf9\x75\x76\x91\x40\x41\xaa\xf3\x2a\x58\x63\x19\xe1\x36\x99\xe3\x51\x3e\xfc\x75\x76\x8f\x46\xc3\x4e\x1c\x77\x0a\xbd\xf1\xa0\x38\x3c\x45\x2c\xc2\x0c\x16\xf6\x96\xab\xc5\x4b\xb7\xa2\xa2\x23\x9e\xc7\x92\x48\x5f\x51\xcb\xcc\x12\x33\x1f\xc2\x44\x48\x58\x99\xb3\x04\xe1\x68\x4d\xf1\xee\x08\x38\x53\x27\xc3\xdd\x8a\x7a\x2b\xf0\x48\xa4\xcf\x70\xdf\x57\xe1\x1a\x25\x70\xc4\x3c\x88\x75\x2d\x5c\x3d\x6c\x29\xda\x96\x64\x2d\xb5\x24\x34\xb2\x82\x00\xb1\x11\x12\xc3\xae\x9d\xdd\x4e\xde\xfd\x39\xab\xdf\xfc\xd2\xb5\x49\xe7\x91\x8a\x01\x38\x42\xe1\x95\x5a\x54\x9a\x3d\x93\xc5\x1c\x94\x0a\x3f\xf5\xeb\x63\xa8\x6c\x72\x9e\x19\xb1\xe4\xcc\x9a\x3f\xb4\x58\x17\xeb\x47\xb5\x9e\xd5\xfc\x4d\x02\x53\x30\x81\x44\x1d\x7f\xa6\xc7\xa1\xfe\xfc\xb3\x74\x57\x96\xe2\xa1\x2f\x15\x69\xba\xf2\xec\x19\x2c\xb7\xf2\x29\xd3\xe7\x9d\x56\xee\x1a\x4e\x94\x0b\x9d\xca\xc2\x3b\x9c\xaf\x18\xbb\xb5\xe7\xdc\xa3\xf7\x47\x6d\xf7\xf9\x76\x9e\x55\x65\xd4\x34\x91\xdb\xfb\xdd\x0f\xf0\x6b\x69\x9f\x8a\xe1\xda\x1e\xf7\x07\x39\xbe\x4e\xd7\x91\x8a\xc9\xcc\x02\x57\x4b\xad\x50\x91\x14\x7a\xc3\xa7\x17\xce\x87\xd4\xf7\x03\xbc\x53\x51\x9e\x2e\x9c\x0a\x15\xf0\xd9\x48\x53\x48\x12\x04\xe8\xa7\x41\x6f\x09\x43\x0d\x88\x18\x0f\x55\xc4\x9b\x93\x82\x8d\x11\xb2\x1e\xd8\xf2\xba\x06\x78\xcf\x12\x10\x2b\x96\x04\x3e\x30\x95\xe1\x44\x68\xc2\xca\x90\xf9\x74\xb1\x31\xe1\x1e\xd5\x11\xe2\xd1\x1a\x0b\xb8\x5b\x32\xa8\x64\x4f\x23\xfa\x74\xa1\x4b\x10\x85\xa9\x3a\xe9\x9f\xe7\xa8\x9a\xa8\x80\x90\x2b\x2a\xd3\x78\x7d\xb9\x75\x47\x2e\x9e\xdf\x70\x7f\xfa\x30\x2f\xbd\x7b\x5b\x17\xde\x35\x76\x8a\xfe\x11\x81\x5e\xca\x58\x73\xa4\xb7\xa3\x1b\x34\xcd\xfb\x4d\x97\x4d\xfb\xa3\x87\xf5\x41\xdf\x37\x04\x5e\x29\x7f\x8d\x91\x57\x6d\x4b\xe9\x53\xc6\x60\x5b\x1a\xda\x0a\xc2\x1a\x7b\x50\xab\x95\x9d\xf4\x2f\xa3\x98\xfb\x9d\x19\x4b\x8d\x32\x5b\xba\x6f\x8e\x26\x76\xb4\xb2\xee\x76\x3f\x7d\x16\x49\xce\x02\xa1\x0e\x3d\xb9\x42\xae\xc0\x03\xa6\x4e\xd6\xf2\x5f\xc0\xd0\x7f\x83\xc7\x3a\x82\xda\x04\xda\x90\xe3\x96\xa8\xa6\x5b\x08\x9c\x14\xb6\xc7\xbd\x15\x5d\x17\x52\xb1\x86\x5e\xd9\xdd\x25\x9e\x21\x59\x63\x04\x21\xe5\x5c\xd9\x3a\x0f\x8b\xdc\x1f\x06\xc6\xf7\x8b\x2a\x1f\xa5\x11\xc5\xca\xed\xd6\xcd\xb1\x86\x2c\x3b\xad\x62\x51\x14\xda\x48\xd6\x59\x13\x2b\x4f\x16\x38\x7a\x2c\xa6\xda\xb1\x4a\x66\x4a\x60\x99\x1e\xb5\x9e\x16\x2c\xf0\x6d\xe4\x99\x44\x22\x46\x8f\x2e\x28\xfa\xc7\x2a\x65\xcf\xb1\x68\x04\x1d\x73\x37\xbb\x02\xdb\xce\xd5\x56\xbc\xaa\x56\x63\x54\xfd\x79\xcc\x76\x3b\x66\x61\x82\x95\xb8\xd0\xf8\x58\x2e\x54\xfe\x7f\x00\x00\x00\xff\xff\x41\x02\x93\x1b\x00\x4a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7c\x7d\x73\xdb\x36\xf2\xff\xff\x7e\x15\x3b\x9e\xce\xf8\x6e\x7e\x96\x14\xb7\x39\x37\xa7\xeb\xaf\x33\x8a\xcc\x38\x4a\x6c\x4b\x11\xe5\xb6\xb9\x9b\x1b\x07\x22\x57\x12\x62\x12\x60\x00\x50\x8e\x2e\x93\xf7\xfe\x1d\x3c\xf0\x51\xa4\xac\x38\x6e\x9b\xe6\x8f\xba\x26\x17\x1f\xec\x13\x16\xbb\x4b\xc0\x24\xa1\xbf\xa0\x90\x94\xb3\x3e\x28\x8c\x93\x88\x28\xec\xf2\x04\x99\x5c\xd1\x85\xea\x52\xde\x5b\x9f\x1c\xdc\x52\x16\xf6\x61\xe6\x5e\x1f\x44\x64\x8e\x91\xec\x1f\x40\x3e\xa2\x0f\x48\x92\xd3\xa7\x1d\x12\x7f\xe8\xc8\xef\xe9\x01\xc0\xc7\x84\x10\xd9\x87\x93\xee\xd3\xee\xc9\xb3\x83\x18\xa5\x24\x4b\xec\xc3\xd1\x00\x18\xde\x81\x37\x98\xc0\x29\x10\x16\xc2\xa0\x73\xf9\x06\xe6\x44\x62\x08\x24\x49\x22\x1a\x10\x45\x39\x83\x3b\xaa\x56\xe0\xfb\x17\x20\xd3\x24\xe1\x42\xc1\x8a\x48\x98\x23\x32\x08\x04\x12\x85\xe1\x01\x00\x65\xb0\xe1\xa9\x80\x44\xf0\xf7\x18\xa8\x2e\xcc\x56\x08\xa9\x44\xc1\x48\x8c\xbd\x84\x48\x79\xc7\x45\x08\x0b\x2e\x80\x04\x01\x4a\x49\xd9\x12\xd4\x0a\xed\x9c\x12\xc5\x9a\x06\x08\x54\xc2\x77\x9f\x2e\xdf\xdc\x5c\xfb\xde\xf4\x6a\x70\xe9\x7d\xee\x99\x5f\x27\x03\xdf\xff\x75\x3c\x3d\xfb\xdc\x3d\x00\x98\x44\x48\x24\xc2\x1c\x41\xa6\x02\x41\x71\xc7\x85\x41\x5b\xf0\x28\xe2\x77\x1a\x5b\x62\x20\x50\xc9\x3e\x1c\x7e\xf7\xe9\xe5\x6c\x36\xf1\x6f\x7c\x6f\x38\xf5\x66\x9f\x0f\x21\xe0\x4c\x11\xca\x1c\x07\x07\x00\x19\xc5\x6b\xef\xad\x3f\x1b\x4f\xbd\xcf\xb0\xa0\x91\x61\xdf\x72\x6c\xd8\xb3\x98\x7a\x4a\x3d\x1e\x99\xfa\x97\x86\x7e\x75\x3e\x1d\x5f\x4f\xfc\x1b\xef\x6a\x38\x7d\x3b\x99\xe5\x93\x1c\x40\x6d\x1a\xd8\xa6\x6d\x9f\x2e\x48\x85\x1e\xf6\xea\x5c\xf0\x34\x91\x10\xf0\x38\x4e\x99\x33\x87\xec\x1e\x1d\xc4\xa8\x48\x48\x14\xd1\x66\x27\x8c\x71\x65\xdf\xe8\x5f\x01\x42\x94\x81\xa0\x89\x32\x6e\x34\x60\x80\x1f\x49\x9c\x44\xe8\xec\x6c\xf4\x5d\xb2\x6e\x17\x5e\x70\x01\x31\x17\x08\x94\x2d\xb8\x88\xad\xcd\xc9\x9c\xa7\x0a\x52\x6d\x26\x03\x0a\xa0\x56\x54\xe6\x3e\x76\x0c\x12\x11\x56\x4a\x25\xb2\xdf\xeb\x2d\xa9\x5a\xa5\xf3\x6e\xc0\xe3\xde\xfb\x39\x97\xb2\x93\xfb\x6c\xaf\x34\x53\x27\x1b\x2c\xbb\x06\x92\x06\x9c\x0d\x23\x22\x65\xdf\xfc\x6f\x07\x49\x62\x9e\x57\x1c\x3e\xa4\x32\x89\xc8\xa6\xa3\xdd\xa8\x0f\xaf\x9e\x73\x29\xad\x20\xdd\xa7\xf0\xff\xac\x30\x7f\xf3\x92\x15\xc6\x28\x48\x64\x3d\xd5\x70\xf5\xf7\x6d\xa8\x44\xf0\x35\x0d\x51\x74\xaa\x98\x53\x0c\xe1\x25\x51\xc7\x30\x62\x81\x65\x4c\x91\xa5\x34\x8b\xe8\xf8\x3d\x59\x13\x44\xf3\xe3\xd8\x48\x76\xbc\xa2\x61\x88\xcc\x92\x35\xae\xd0\x90\x07\x69\x8c\xcc\x5a\xa4\x93\x8a\xa8\x9f\xab\xc9\x3a\x7e\x57\x60\xb8\x22\xca\x68\xab\x42\xdc\x43\xd6\x13\x18\x76\x56\x44\x75\xac\x1a\x91\x29\x14\x89\xa0\x12\x3b\x65\x3d\xea\x59\xb5\xa5\x7a\x3b\xd8\x88\x38\x5b\x76\x2a\x9e\x30\x2b\xdb\x0f\x42\x5c\x50\x86\x12\x04\x4a\x9e\x8a\x00\x25\x30\xc4\xd0\x2c\x65\x03\xca\x21\xc4\x35\x46\x3c\xc9\xf4\x03\x5e\xce\x0c\x0c\x4a\xc1\xc1\x47\xb1\x46\x61\xec\xb1\x15\x39\x8e\x81\xb2\x20\x4a\xc3\xc2\x89\x08\xcc\x53\x1a\x85\x7a\x6d\x2c\xe8\x32\x15\x8e\xac\x1c\x6d\x42\x4c\x22\xbe\xd1\x5a\xa9\x53\x19\x6f\xcc\xf9\x31\xbe\xe0\x60\xad\x53\xb3\xb0\x58\xa1\xa5\x05\xe3\xc6\x19\x2b\x74\x77\xa8\xcc\x45\xb7\x7b\x6c\x66\x00\xd6\x59\x94\x76\x21\x15\xc0\xfa\x52\x3d\xf0\xea\xa7\x32\x21\x01\xf6\x0b\x57\x3c\xe0\x73\x1d\x21\x65\xff\xa0\x03\xe5\x80\xbf\x3e\x39\x00\xb0\xc1\xdd\xb7\xe1\xf0\x00\xa0\xbc\xd0\x1b\x96\x7a\x6d\xb1\xeb\x98\x7b\x87\x73\x13\xaf\x50\x1c\x49\xd0\x61\x0d\xb4\x50\x5d\x47\xee\x02\x6d\x97\x44\xc9\x8a\xd4\x1c\x17\x13\x64\x21\xb2\x80\xa2\xec\xc3\xd1\x7f\x3e\x1d\x6a\xee\x0f\x4d\x00\x1d\x4c\x26\x17\xa3\xe1\x60\x36\x1a\x5f\xdd\x98\xb8\x6c\x64\x54\x41\x72\x78\xec\x80\x01\x0e\x35\xef\x9a\xdc\x71\x7f\xf8\xf9\xbf\x47\xe6\x65\xb1\x43\x19\x19\x0a\x53\xf7\xa1\x01\xd9\x90\x59\x6d\x36\xbf\x95\x09\x06\x16\x4c\x0b\xe6\x70\x3b\xe6\x97\x3e\x3c\x7b\xf2\xec\x49\xe6\xc2\x44\x2c\x51\x4d\xaa\x8f\x25\x46\x18\x28\x2e\x0a\xf5\x65\xce\x36\x34\xbe\xd6\x3c\xe9\x1f\x63\x28\xff\xaf\x6b\x29\xbb\xec\x3a\x0f\x31\xd8\xd3\xa7\x3f\x34\x19\x2c\x7b\xfc\x0d\x19\x2c\xdb\x8d\x13\x1d\x4d\x4c\x1e\xa4\x37\xeb\x20\x4a\xa5\x42\xbd\x5d\x37\x5b\xee\x36\x9d\xa3\x60\xa8\x77\x3d\xca\x7b\x8a\x47\x28\x88\xc2\x4e\xca\x04\x92\x70\xd3\x41\x16\x26\x9c\x32\x93\xa8\x28\x91\xe2\xe1\xa3\x2f\x99\x4e\x62\xc3\x6f\x61\x06\xc7\xf2\x68\xd2\x87\x2b\xce\x70\xdb\x34\x16\x2b\x29\xc2\xb6\xb3\xd5\xb3\x67\xcf\xbe\x35\xa3\xcc\x05\xbf\x35\x2b\x68\x9c\x20\xfb\x95\x0a\x2c\x2d\xa2\x47\xd5\xa2\x5b\x46\xf7\xf9\xf3\xe9\xc9\xe9\xc9\x69\x83\x43\x17\xcf\x1f\xa4\x3c\x3d\xfd\xe3\x2b\xd0\xb7\x3b\x9e\x04\xc6\x43\x84\x90\xca\x80\xaf\x51\x6c\x8c\x5f\xc7\x28\x57\x90\xe7\x83\xdf\xaa\x6f\x6b\xab\x68\x4e\x1f\xe2\xdf\x6e\x5c\xe1\xdf\xbf\x93\x8d\x68\xd8\x4c\xae\x53\x8c\xdc\x84\x53\x9e\xaa\x2f\x37\xa0\x19\x65\x8b\xaa\x42\x8f\xd9\xbe\x9f\xd9\xea\xf7\xdd\x84\x57\x5c\x2a\x4d\xf5\x72\xec\xcf\xf4\xdb\x1b\x3d\xb7\x05\x50\x3c\x9b\xaf\x1d\xea\x0b\xf5\x25\x7f\x47\x85\xf9\x8f\xa4\xb1\x3d\x37\xc3\x46\xc5\xf9\x4e\x73\xc5\xc4\x0a\x45\x4c\x99\x9b\x58\xd7\xd1\x6a\x25\x78\xba\x5c\x35\x6a\x78\xc7\xd4\xad\xc1\x63\x14\x93\x25\xfa\x4a\x20\x89\xb7\xd4\xf9\xa8\x5e\xd3\xca\xc1\x73\x5d\x12\xd8\x85\xf5\xfb\x72\x50\x56\x3f\x4f\x55\x92\xaa\x5c\xcb\xb9\x22\x1b\xd4\x32\x23\xcb\xfc\x65\x2b\x78\xdf\x54\xb6\xca\x86\x0f\x53\x52\x65\x88\xa6\x5d\xf0\x51\x9d\x51\xa1\x07\x0e\xc7\x57\x33\xef\xb7\xd9\xcd\xd9\x68\xfa\xd9\x11\x2c\xa9\x2a\x66\x17\xb8\xd0\x64\xfe\xf8\x7a\x3a\xf4\x6e\xa6\xde\x64\xec\x8f\x66\xe3\xe9\xdb\x9b\xa9\xf7\xe2\x73\x4e\x95\x0a\xda\x4c\x75\x3d\xbd\xc8\xa8\xd4\x26\xc1\x3e\x9c\x53\xc7\x93\xd2\xb1\x79\xb9\xc9\x66\xb2\x3c\xfa\xb5\xa7\x00\xc8\xd6\xc5\x2f\x59\xa8\xbc\x1c\xfc\xe2\x5d\xdd\x5c\x8e\xa6\xd3\xf1\x54\x4f\x91\x13\x00\xac\x49\x94\x1a\x8d\xd4\x69\x3e\x6f\xa1\x0c\xa6\xb3\xd1\x8b\xc1\xd0\xc8\xde\x84\x50\x7e\x5f\x8c\x5e\x70\x11\xe0\x24\x8d\xa2\x3e\xe8\x4d\xa4\x78\x2e\x78\xdc\x2f\xc1\xec\x34\x5b\x66\x38\x57\x57\x9b\x32\x2d\xcf\xa9\xfb\x27\xdd\x7f\xd6\x28\x5d\xd1\xf6\xdd\xa7\xd1\xe5\xe0\xdc\xbb\xf1\x67\x53\x6f\x70\x69\x0c\xed\x4f\x06\x43\xaf\xaa\x62\xdf\xa8\xd2\x2e\x48\x41\x97\x4b\x14\xf9\x4e\x63\x3b\x23\x05\x9b\xb6\x2b\xa5\x81\xcf\x47\xb3\x97\xd7\xcf\x6f\x7e\xf5\x9e\xbf\x1c\x8f\x5f\x67\x7d\xa3\xba\xe9\x5e\xa6\xf3\x0c\x09\x19\x0a\x1a\x34\x42\x79\x57\xde\x74\x34\xdc\x8d\x65\x87\x3b\x30\xaa\xb5\x34\x5c\x11\xb6\xc4\x3e\x7c\xaa\x52\x8e\x8a\x77\x8e\xda\x3e\xb7\x0b\xd4\xbd\x68\x5d\xcb\x67\xb5\x9d\xf2\x8f\x5b\xd0\x02\x0d\x94\xec\xc3\xc9\x57\x24\xa9\x4d\x4b\xc5\xca\x3f\x45\xdb\x67\xac\x74\x10\x32\x92\xaa\x8c\xdb\x72\xee\x2d\xeb\x97\xf2\x7a\x9f\x7e\x8c\x3c\xb9\x8e\x00\xf2\xb6\x64\xee\xa4\xd6\xc6\x95\x65\x5f\x5a\xf8\x6f\x6e\x7c\x6f\xfa\xcb\x68\xe8\xdd\x4c\xa6\xde\x8b\xd1\x6f\x37\x97\x83\xc9\x64\x74\x75\x5e\xa2\x2d\xaf\xe0\xa6\x9c\xe8\xff\x5f\xbe\x69\x46\x7e\x75\x75\x36\x6a\xc6\x71\x2f\x3f\x37\x8f\xcb\xba\xc3\xad\x63\xf3\xf6\x71\xf3\xf8\xac\x9d\xdc\x3a\x3e\xef\x37\xb7\x8c\x9f\x8e\x67\xe3\xe1\xf8\xa2\x69\xbc\x2d\x11\x1a\x06\xbd\xb9\xf6\xae\x3d\xbf\x75\x4a\xfb\xba\x65\xc2\xd9\x78\x32\x1a\xb6\x8f\xb5\xaf\x5b\xc6\xfa\xde\x74\x34\xb8\x18\xfd\x7b\xf0\xfc\xc2\xbb\x99\x0c\x86\xaf\x07\xe7\x3b\xd8\x68\xa4\x6e\x42\xce\x7a\xd9\xda\x17\x76\x2a\xa4\xe8\x5c\x9c\x5d\x59\xf2\x06\xb4\xf1\xc4\xbb\xf2\x5f\x8e\x5e\xcc\x6e\x32\xa2\xdc\xed\xda\x0d\xdd\x5a\xe9\x7e\x01\xfa\x64\x3c\x9d\x35\xa1\x1f\xea\x5a\xf7\xb0\x01\xab\xfa\xa1\xa0\xb6\x93\xe5\xc3\x7b\xa8\x82\x1e\x92\xa4\x63\x83\x74\x67\xcd\xa3\x34\xc6\x7b\xe1\x9a\xe5\xac\x7d\x9b\xb8\x9f\xa9\xd9\xdb\xc9\x5e\x50\x86\xb0\x1d\xaf\x5d\xf3\xc5\xfb\xf6\xd1\xbb\x17\x59\x95\x66\x97\x83\x55\x3f\xac\x34\xa3\xb5\x7c\x84\xd9\x03\x75\x2f\x43\xbe\x5f\x9a\xc6\x4f\x07\x59\x20\x36\x89\xba\xd7\xa8\x6d\x93\xec\xc7\xfc\x2e\x43\xd7\x69\xdb\x4d\xd4\x44\xb9\x0f\xe2\x6e\xb3\xb5\x51\xef\x42\x1e\x5e\x5c\xfb\x33\x6f\xba\x27\x72\x9d\xba\x09\x79\x70\x3d\x1b\xdf\x9c\x79\x93\x8b\xf1\xdb\x1b\xef\xb7\xc9\xc5\xf8\xcc\x6b\x41\x6d\xa2\x2c\x23\x9a\x3c\xe8\xbe\xcd\xd8\x10\xe9\x04\x74\xc2\x23\x1a\x6c\xfa\x30\x88\xee\xc8\x46\x96\x28\x22\xba\x46\x86\x52\x4e\x04\x9f\x63\xbf\xc2\x0a\x7e\x2c\xef\xbd\xf6\x5f\xc0\xe3\x98\xb0\xb0\xfe\xb8\x03\xbd\x39\x65\xbd\x39\xc9\xdb\x12\xc5\x9b\x4e\xb0\x4d\xcc\x13\xa5\x63\x8c\x19\x54\xe1\xa0\x5b\x03\xa0\x8c\x2a\x4a\xa2\x33\x8c\xc8\xc6\xc7\x80\xb3\x50\xf6\xe1\xf4\xc9\x56\x72\xbc\x5b\x0d\xa5\x0e\x4a\xc6\x42\x9e\x4a\xb8\xa6\xed\x8f\x3f\x3e\xab\x4c\xec\x72\x6e\x1e\xf1\x5b\x4a\x2a\x6f\x12\xc1\x15\x0f\x78\xd4\x87\xd9\x70\xb2\x13\xb3\x68\xe8\x97\x31\x5d\xef\xe4\x21\x80\x45\xc3\xb9\x0e\x28\x1f\x88\x98\xb5\x45\xab\x88\xb5\xcd\xa8\x1d\x50\x20\x09\xe9\x9f\xeb\x3e\x55\x16\xaa\xfe\x93\x7f\x21\xac\x4e\x18\xd1\x98\x2a\x59\x67\x22\xc6\x98\x8b\x8d\x49\x26\xbc\x4b\x5d\x8f\x5e\x8c\x2e\x47\x95\x48\x6c\xa3\xe6\x25\x4f\x59\xdd\x9b\x62\xfd\x6c\x42\xd4\x6a\x8f\xfd\xb3\xf4\xc1\xad\x73\x8b\x1b\xa9\xb8\xc0\x26\x2a\x2d\xd8\x98\x45\x9b\x5a\xed\xd8\x34\xdd\xbe\x51\xbe\x3c\x75\x36\xe6\x01\x2c\x94\xfa\x3a\xe7\x82\x04\x38\x41\x41\x79\xd8\xb4\x3c\x2d\xa6\xdc\xae\xca\x77\x0b\xef\xea\xc3\x0a\x2f\xf6\xd9\x95\x5b\xed\x95\x63\x11\x8d\xe8\xf7\xcb\x77\xff\x2c\xbb\x36\xe7\x7a\xb9\x5c\xaa\x4b\x27\x44\x90\xb8\x24\x34\x49\x15\x8f\x89\xa2\x41\x4d\x8f\xf9\x62\xd4\xf3\x55\x94\xb4\x2b\x9c\x3d\xa8\x79\x70\x4f\xd7\xe7\x2f\x58\x40\x9b\x96\xf5\xa3\x17\xd1\x0e\xf5\x2f\x53\x48\xe7\xfc\xee\xa3\x2b\xf8\xba\x82\x7a\xe0\xca\xd3\x07\xd5\xae\x83\xaf\x2d\x5e\x35\xc0\x6c\x3a\xb8\xf2\x75\xdd\xd3\x5e\x05\x66\xf5\x5c\x1b\xc4\x83\x6b\xd9\xc1\xb7\x59\xcc\x6a\xb6\x2e\x3d\xff\xe5\xcd\xd9\xc8\x1f\x8e\x7f\xf1\xa6\x6f\x77\xd4\x50\x2d\xc4\x3b\x71\x1f\x52\xcc\x96\x3e\x6d\xed\x85\x6b\x1a\x93\xdb\xe0\x2f\x6a\x91\x4e\xff\x5b\x50\x8c\xc2\x29\x2e\xea\xcf\xdd\x1b\xbb\x29\x66\x2b\xb1\x9b\xf7\x43\x5b\x38\xd1\xd5\xca\xe0\xdc\xbb\xb9\xf6\xf5\x7f\xcd\x86\xdf\xae\xb9\x06\xe2\x86\x84\xdc\xb6\x69\xb5\x06\x4e\x7f\xf8\xa2\x4c\x7c\x9f\xd5\x0b\x7f\x5a\x32\xfb\x8f\xd3\x1f\xbf\x6f\xc0\x24\xf1\x87\x07\x26\xb3\xff\x38\xfd\xf1\xa4\x05\xb0\x23\x65\xf4\x30\xd0\x93\x67\xcf\x9a\x32\xe4\xf8\x83\x52\x0f\x03\x3c\x3d\x39\x3d\x69\x42\x94\x8a\xc7\x0f\x14\x5c\x43\x36\xa9\xd2\x40\x3e\x5c\xf4\xf2\xd7\xfb\x32\x6c\xb5\xab\xf7\x85\x80\x3f\x36\x03\xee\xcd\xe5\x9f\x58\x1f\x90\xf8\xc3\x3d\xf5\xc1\x7e\x69\xec\x1f\x9d\xe7\x55\x56\xfb\x57\x7c\x28\xb2\x11\xa8\x7f\xd2\x7d\x5a\x23\xf8\xa2\xef\x43\x7b\x25\x84\x89\xd6\x03\x2a\xa3\xa4\xce\xf6\x39\x17\x3d\xa9\xf9\x6e\xad\x56\x58\x39\xbe\x7b\x00\xe0\xce\xb3\xda\x84\xbb\x7c\x36\x53\x3f\xc9\xcf\x26\xd6\x95\x74\xa0\x3d\xeb\x43\x4a\x05\x86\xb9\xaa\x5d\xa8\xd6\xa9\x3f\x49\x92\x3a\x1f\x47\xc3\x54\xaf\x2f\xf3\xe5\x3a\xe7\x47\x17\xce\xf9\xf9\x6d\xc1\x53\x85\x5d\x80\x0b\x24\x6b\x84\x79\x44\xd8\xad\x21\x0a\x71\x41\xd2\x48\xe5\x23\xed\x59\x34\xec\x2e\xbb\x7d\xf8\xa9\x7c\xb4\x55\xbf\xfc\xb9\xf3\x93\x3b\x45\xfe\x73\xf7\x27\x37\xb2\x13\xf2\x98\x50\xd6\x91\xe9\x62\x41\x3f\xfe\x7c\x54\x97\x3a\xe3\x4c\x33\x63\xbf\xf1\xbf\x74\x53\xe5\xf2\x57\xbe\xb3\xef\x2d\x9a\xdc\x57\x36\x23\x51\x2e\x9f\x93\xcd\x7d\x8f\x7f\x6c\x11\xe5\x5e\x32\xfa\x75\x21\xcf\xa9\x72\x9f\x7d\xe1\x7a\x3a\xaa\x9f\x82\xa8\xcf\xa7\xa9\xa7\x98\x70\x49\x15\x17\x1b\xb0\x5f\x7d\xed\x34\x8d\x9f\x9d\x77\xf8\x53\xeb\x39\x71\x77\xc6\x18\x45\x2f\xff\x30\xdb\xf9\x90\xd2\xe0\x56\x2a\x22\x94\xec\x2e\xa9\x6a\x12\x62\x2e\x08\x0b\x56\x3d\x45\x96\x20\x70\x81\x02\x99\x49\x4e\x1a\xd8\x2f\x5e\xb6\x71\x3e\xf5\x5e\x14\x8c\x9e\x76\x9f\x76\x3f\xd6\x67\xd4\xe9\x90\x39\x59\x4e\x99\x41\x75\x96\x03\xc5\xed\x61\xe6\x7f\x01\xc6\x89\xb2\xa7\xa6\x04\xe7\x05\x41\x48\x85\x29\x9e\x36\x5b\x8b\x74\x68\x8f\x04\xc0\x59\x46\x91\x33\x58\x3a\x1e\x50\xd2\x1f\x46\x11\xbf\xe3\x22\x0a\x3b\x71\x38\xaf\xf3\xf7\xea\xea\x6c\x54\xc4\x87\x80\x33\x86\x81\x59\xfe\x0b\x62\xb0\xed\xc5\x82\xf9\xa6\x6c\x6c\x69\xee\x4d\x58\x52\x50\xdc\x06\xe9\xfc\x38\x9d\x75\x5f\x78\x4f\xd6\xa4\xdf\x1b\xe6\x80\x2f\x48\xc6\x6b\x45\x98\x57\x97\x3e\x14\x44\xe0\xa8\x2c\x5b\x95\x08\x54\x7c\xf2\x73\x72\xb5\x4d\x50\x5f\x9c\xcf\x0d\x57\xf9\x06\x99\x31\x6f\xce\x86\x9b\xab\x08\x3a\x78\x2a\x2b\xa4\xd9\xfd\x64\x17\x06\x5a\x65\x18\xda\xa9\x6c\x8a\x48\x04\xf6\xe1\x1d\x4f\x90\xdd\x51\x81\xef\x8e\xe1\x9d\x4e\x94\xf4\x4f\x93\x36\xbc\x33\x27\xc8\xdf\xe9\x3c\xe7\x5d\x17\xc6\x2c\xda\x94\x88\x81\xca\xec\xfa\x8b\x9d\xc7\x1b\x4c\xba\x5b\x6b\xd4\x9c\x43\x9f\x64\x6c\x96\x05\x2f\x7d\x22\x2b\x7d\x18\xd3\xd0\x75\x69\xdf\xa4\x98\xda\x78\x2f\x5b\x44\x9b\xad\x50\x22\x7c\xd0\x74\x12\xee\x68\x14\xc1\x1c\x8b\x7d\x93\x44\xd1\xc6\x88\xeb\x2e\xe7\xc0\xdd\x0a\x59\xc9\xb8\xe0\xd6\x16\x0c\x22\xc9\x8f\xf5\x8b\x4d\x0e\x12\x93\x10\xb3\xfb\x39\xf3\x08\x81\x48\x6b\xc6\xbc\x07\x68\x80\x29\x33\xd2\xd7\x85\x37\x8c\x57\x84\xce\xeb\x44\x27\xf2\x4b\xef\xe2\x62\xfc\xeb\x78\x7a\x71\x76\x79\xf6\xdc\x90\x6f\x6d\x75\x3c\xa1\xc1\x1e\xc2\x2b\x4d\xf7\x2d\x09\x6f\x18\xaf\x08\x9f\xd7\xb9\x4d\xc2\x1b\xf2\xba\xf0\x17\x54\x2a\xe0\x0b\x48\x48\x70\x4b\x96\x28\x41\xad\x88\xd2\x5e\x0b\xc4\x39\xb3\x0e\x39\xa8\x77\x24\x4a\x22\xfa\x3f\x77\x5d\x28\x95\xa8\xb9\x1a\x9b\x6b\x05\x97\xf6\x72\xd7\xb1\xeb\xde\x34\x28\x70\xb4\xb0\x37\xb5\x48\x92\x40\xc8\x51\xb2\x23\x65\x20\x2a\xe3\xe5\x31\x44\x66\x9f\x33\xb7\x7e\xcc\x66\x67\x4f\xc5\x99\x5b\x24\x54\x02\x71\xb7\x94\xd4\x06\x90\x99\x23\x3a\x31\x32\x65\x2f\x13\x69\x75\xdb\x3b\x1b\x24\x2a\xdd\x14\x32\xb7\x29\x14\x5d\x63\xfc\xa1\x4b\x12\x12\xac\xb0\xcb\xc5\xb2\x67\xaf\x43\xb8\x4b\x69\xdd\x95\x8a\xa3\xc6\x55\xe5\x3b\xa1\x89\x36\xcd\xc4\x69\xa8\xac\xef\xe6\xde\x40\x5b\x2a\xc5\x17\x86\x4d\xdb\xaa\xac\x5f\xd5\xca\xda\x9d\xe6\x5e\x56\x9d\x1b\x77\xe1\xe5\x75\x46\xe3\x5b\x88\x4a\xa4\x2b\x77\x56\xb7\xd2\x2a\xd7\x59\xbe\x8f\xb5\x0a\x13\xd9\xfe\x53\xf0\x7c\x1f\x5b\x2f\x68\x84\x6c\x9b\xa7\xd2\xb7\x48\xc7\x55\x36\x4f\xf7\xfd\xad\x6c\xe2\x49\xe7\xaa\xcd\x3c\xfd\xed\xd5\x6b\x1f\xb8\x80\x57\x43\xef\xb5\xff\xf7\xfb\x18\x9a\x6d\x92\x36\x66\x6c\xb7\xa5\x4d\x1f\x44\x4a\x1e\x50\xbb\x9a\xa9\x5a\x39\x1d\x18\xf0\x00\x85\xa2\x0b\xbd\xa7\xb5\x99\x69\x58\x50\x34\x99\xc8\x24\xc2\x0d\x13\x57\x2e\x2c\x56\x24\xd7\x7b\xc4\xfd\xd3\xe6\x52\x4f\x1c\x50\x6d\xde\xbc\x8b\x57\x9b\xfb\x5a\xa2\x28\xf6\x72\xa9\x08\x0b\x89\x08\xb3\xe0\x95\x4a\x14\x5d\x18\x29\xbd\x00\xb3\x5c\xab\xb2\xe9\x6b\xff\xad\x6f\xe6\x66\xc5\x47\xb8\x50\x36\x4d\x39\x06\xaa\xf2\x90\x67\x0e\x95\x69\xcd\x6e\x97\x11\x7a\xcd\x5d\xbb\xfb\x9b\x07\xae\x88\x32\x0c\xfc\x87\x74\xfe\x37\xe8\xfc\xfb\x49\xe7\x9f\xff\xfd\xf4\x83\x2e\x74\x32\x90\x3e\xe0\xc7\x44\xe8\xe8\x69\x92\xc9\xed\xe3\x3a\x5b\x79\x55\x49\xc7\x7f\xb6\xa8\x25\x3b\x59\x51\x8f\xca\x72\x3e\xfb\x7c\xb4\x87\xa0\x6d\x46\xd5\x0e\x55\x1c\xae\x27\x4b\x64\xca\xae\x2a\xc5\x4d\xe4\x35\x55\x84\x7b\xaf\xe5\x32\x47\xef\xf3\xc3\xf3\x5d\x80\xa3\x90\x49\x7b\x43\xc7\x48\x63\xa2\x75\x82\xcc\x5f\xd1\x85\x3a\x92\x70\x76\x95\x1f\x5d\xd6\x90\x7a\xbf\x8a\xd6\x58\x45\xb8\x4d\xe7\x78\x54\x0c\x7f\x9d\x9f\xdc\x37\xb0\x53\xcf\x9f\xc1\x60\x32\x2a\x0f\xcf\x10\xcb\x30\xa3\x85\xbb\x4c\xe7\xf0\xb2\xa5\xa8\xe9\x48\x10\xf0\x94\x99\x4b\x31\xb9\x59\x12\x1e\x42\x9c\x4a\x05\x2b\xbb\x97\x20\x1c\xad\x29\xde\x1d\x81\xe0\x7a\x67\xb8\x5b\xd1\x60\x05\x01\x61\x66\x0f\x0f\x43\x9d\xae\x51\x02\x47\x3c\x80\xc4\x74\xf8\xf4\xc3\x8e\xa6\xed\x28\xde\xd1\x2e\x61\x90\x35\x04\xc8\x8d\x54\x18\xf7\xdd\xec\x6e\xf2\xfe\x4f\x79\x71\xfe\x73\xdf\xd5\x55\x47\x3a\x07\x10\x08\xa5\x57\xda\xa9\x0c\x7b\x36\x51\x3f\xa8\x54\xf5\xcd\xfe\x71\xa9\x6d\x72\x96\x1b\xb1\x12\xcc\xda\xdb\xc7\x2e\xc4\x86\xac\x31\xb2\xda\xab\xcf\x8a\x0b\xb2\x44\x48\xf5\xf6\x67\xbf\xaa\x36\xef\x7f\x8e\xee\xc2\x51\xdc\xd7\x7f\x75\x53\x9f\x3c\x79\x02\xcb\xad\x92\xc1\x9e\x2c\xcd\xda\x32\x2d\x3b\xca\xb9\xa9\xd6\xe0\x57\x9c\xaf\x38\xbf\x75\xfb\xdc\x83\xd7\x47\xe3\x79\xd7\xed\x9a\xb1\xce\xa8\x3d\xb6\xea\x6e\x8d\xde\xc3\xaf\xa3\x7d\x2c\x86\x1b\x4f\xd5\xde\xcb\xf1\x55\xe6\x47\x3a\x27\xb3\x0e\xae\x5d\xad\xd4\x6e\x92\x66\xc1\x67\xd7\x58\x2f\x69\x18\x46\x78\xa7\xb3\x3c\xd3\x15\x93\x3a\xe1\x73\x99\xa6\x54\x24\x8a\x30\xcc\x92\xde\x0a\x86\x1e\xc0\xb8\x88\x75\xc6\x5b\x90\x82\xcb\x11\xf2\x53\x77\x55\xbf\x06\x78\xcb\x53\x90\x2b\x9e\x46\x21\x70\x5d\xe1\x30\xb4\x69\x65\xcc\x43\xba\xd8\xd8\x74\x8f\x9a\x0c\xf1\x68\x8d\x25\xdc\x2d\x19\x28\x03\xdb\x05\x0f\xe9\xc2\x54\xd9\xa5\xa9\x7a\xd9\x5f\x01\xa8\x9b\xa8\x84\x50\x28\x2a\xd7\x78\x73\x2f\x6d\x47\x5f\xa1\xb8\x53\xfb\xf8\x69\x5e\x76\xdb\xaf\x29\xbd\x6b\x3d\x9b\xf6\x47\x24\x7a\x19\x63\xed\x99\xde\x8e\xf3\x67\x59\xe1\x6d\xbf\xeb\x77\xdf\x07\xd8\x9c\xf4\x7d\x45\xe2\x95\xf1\xd7\x9a\x79\x35\x1e\x62\x7b\xcc\x1c\x6c\x4b\x43\x5b\x49\x58\xeb\xa9\xb7\x7a\x6b\x25\xfb\x03\x0c\xf6\x46\x59\xce\x52\xab\xcc\x8e\xee\xab\xb3\x89\x1d\x87\xe7\x76\x87\x9f\x21\x67\x4a\xf0\x48\xea\x4d\x4f\xad\x50\x68\xf0\x88\xeb\x9d\xb5\x7a\xaf\x5e\xe9\x9f\x2e\x10\x34\x16\xd0\x96\x1c\xb7\x44\xb5\xe7\x13\xc0\xcb\x60\x07\x22\x58\xd1\x75\xa9\x14\x6b\x39\x9d\x97\x1d\xac\x5d\x90\x48\xe2\x61\x9d\xed\x4b\xb2\x46\x06\x31\x15\x42\xdb\xba\x48\x8b\xfc\xef\x47\x36\xf6\xcb\x3a\x1f\x95\x11\xe5\xe6\xe4\xd6\x5d\x95\x96\x2a\x3b\xeb\xce\x51\x94\xc6\x48\x2e\x58\x13\x27\x4f\x9e\x38\x06\x3c\xa1\x26\xb0\x2a\x6e\xbc\xb0\xd0\xa3\xd1\xd3\x82\x47\xa1\xcb\x3c\x53\x26\x13\x0c\xe8\x82\x62\x78\xac\x4b\xf6\x02\x8b\x32\xe8\xd9\xdb\xa0\x35\xd8\x6e\xa1\xb6\xf2\xe5\x98\x06\xa3\x9a\x6f\x1f\xee\x7c\x55\x9e\x26\x38\x89\x4b\x47\xad\x4a\x3b\xff\x39\x3d\xf8\xbf\x00\x00\x00\xff\xff\x45\x58\x6f\x5c\x51\x46\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYaml, - "Template.template.openshift.io/openshift/eap64-amq-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-amq-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\x6d\x6f\xe3\x36\xf2\x7f\xef\x4f\x31\x58\x14\xd8\xff\x1f\x88\xe4\xdd\x62\xb1\x4d\x75\x45\x01\xaf\xa3\x4d\xdc\x4b\x6c\xad\xec\xf4\xe1\x0e\x07\x83\x96\xc6\x16\x1b\x89\x54\x49\xca\x89\x6f\xb1\xdf\xfd\x40\x52\xcf\x96\x9d\x6e\xbb\xbd\xcb\x9b\x24\xe2\xf0\x37\xcf\xc3\x19\x92\xe4\xf4\x47\x14\x92\x72\xe6\x81\xc2\x2c\x4f\x89\x42\x97\xe7\xc8\x64\x42\xb7\xca\xa5\x7c\xbc\x7f\x3d\x7a\xa0\x2c\xf6\x60\x55\x2e\x8f\x52\xb2\xc1\x54\x7a\x23\xa8\x77\x78\x80\x24\x7f\xfb\xc6\xd9\x10\x49\x23\x47\x7e\x4d\x47\x00\x4f\x39\x21\xd2\x83\xd7\xee\x1b\xf7\xf5\xe5\x28\x43\x29\xc9\x0e\x3d\x98\x00\xc3\x47\xf0\x27\x01\xbc\x85\x0d\x91\x18\x03\xc9\xf3\x94\x46\x44\x51\xce\x20\x21\x12\x36\x88\x0c\x22\x81\x44\x61\x0c\x94\xc1\x81\x17\x02\x72\xc1\x7f\xc5\x48\xb9\xa3\x0c\x15\x89\x89\x22\x9a\x3d\x61\x8c\x2b\xb3\xd1\x48\x03\x10\xa3\x8c\x04\xcd\x95\x51\x67\xc2\x00\x9f\x48\x96\xa7\x58\xb2\x6b\x31\x72\xe1\x3d\x17\x90\x71\x81\x40\xd9\x96\x8b\xcc\xb2\x27\x1b\x5e\x28\x28\x24\x65\x3b\x50\x09\x95\x06\xb4\x51\xf3\x02\x24\x22\x24\x4a\xe5\xd2\x1b\x8f\x77\x54\x25\xc5\xc6\x8d\x78\x36\xfe\x75\xc3\xa5\x74\x6a\xb3\x8d\x5b\x9c\x9c\x6a\xb3\x74\x0d\x1a\x8d\x38\x9b\xa6\x44\x4a\xcf\xfc\xe9\x20\xc9\xcd\xf7\x8e\xcd\x63\x2a\xf3\x94\x1c\x1c\x46\x32\xf4\xe0\x87\x77\x5c\x4a\xab\x83\xfb\x06\xfe\x8f\x71\x2b\xc2\xff\x1f\xef\xcb\x05\xdf\xd3\x18\x85\xd3\x05\x08\x31\x86\x1b\xa2\x2e\x60\xc6\x22\x2b\x85\x22\x3b\x69\x9c\x76\xf1\x2b\xd9\x13\x44\xf3\xeb\xc2\xa8\x31\x6a\x6b\xdc\x0d\x85\x98\x47\x45\x86\xcc\x9a\xdc\x29\x44\xea\xd5\xc6\x20\x51\x84\x52\xba\x02\xe3\x84\x28\x63\x93\x0e\xf1\x18\xd9\x58\x60\xec\x24\x44\x39\xd6\x58\xc8\x14\x8a\x5c\x50\x89\x4e\xdb\x5a\x9a\xab\xf6\xc7\xf8\x8c\x18\x29\x67\x3b\xa7\xe3\xea\x55\x42\x65\x4d\x0c\x31\x6e\x29\x43\x09\x02\x25\x2f\x44\x84\x12\x18\x62\x8c\x71\xe5\x4d\x0e\x31\xee\x31\xe5\x79\x65\x18\xf0\x6b\x61\x60\xd2\x8a\xc6\x25\x8a\x3d\x0a\x63\xf5\xa3\x50\xbd\x00\xca\xa2\xb4\x88\x29\xdb\x95\xb8\x04\x36\x05\x4d\x63\x88\x38\xdb\xd2\x5d\x21\x4a\xb2\x76\x78\xc7\x98\xa7\xfc\xa0\xad\xd2\xa5\x02\xc2\x74\xa8\x4b\x8c\x0a\x81\x10\xf1\x2c\x2b\x58\xb9\xa7\x04\xb7\x31\xa9\xad\xed\x9e\xb1\x8c\x2c\xf2\x9c\x0b\xf5\x8c\x6b\x0c\xc0\xbe\xca\xfa\x32\x41\x01\x6c\xac\x1c\x27\xb2\xfe\x2e\x73\x12\xa1\xd7\x04\xdb\x88\x6f\x74\x3a\x4a\x6f\xe4\x40\xbb\x84\xec\x5f\x8f\x00\x6c\xb9\xd0\xc6\xa3\x11\x8e\x00\xda\x29\x3b\x90\xb4\xbd\xb4\x5d\x25\x08\x8f\xb8\x01\x69\x8c\xff\x52\x1a\x3d\x40\xab\x65\x35\x6f\xaa\x8f\x41\x6b\xac\xeb\xc1\x57\x1f\x27\x41\x70\x3b\x9b\x4e\x56\xb3\xc5\x7c\x3d\x9f\xdc\xf9\x9f\x0c\x99\xd5\x6c\x78\x55\xe6\x18\x59\x30\xcd\xa2\xc4\x75\xcc\x3f\x1e\x5c\xbe\xba\x7c\x55\x45\x0d\x11\x3b\x54\x41\xf7\xb3\xc4\x14\x23\xc5\x45\xa3\x48\xe5\xdf\xa9\x71\xef\x30\xd3\xbf\xc4\x64\x3f\x5c\x0b\x5e\xe4\x12\x72\x1d\x27\x5a\x7a\xd8\x72\x01\x51\x5a\x48\x85\x82\xb2\x9d\x5b\x6e\x94\x96\x87\x4b\xd2\x3c\x21\xee\x43\xb1\x41\xc1\x50\x57\x27\xca\xc7\x8a\xa7\x28\x88\x42\xa7\x60\x02\x49\x7c\x70\x90\xc5\x39\xa7\x4c\x49\x0f\x5e\x28\x51\xe0\x8b\x2f\xee\x01\x27\xb7\x09\xd4\xb8\xa1\x14\x79\x16\x78\x30\xe7\x0c\x8f\x5d\x63\xb1\xf2\x26\xf1\x4a\x5f\x5d\x5e\x5e\x7e\x59\xa7\xd0\x78\x58\x64\x1d\x90\xb5\xcf\x42\x5e\xa8\xcf\xf7\x98\xd9\x65\x3c\xd4\x32\x5f\x15\xeb\x95\x8b\xfe\xda\x70\x4f\xb8\x54\x9a\xea\x66\xb1\x5c\xe9\xd5\xf5\xcd\x6a\x15\x58\x00\xc5\x2b\x7e\xa7\xa1\x4e\x06\xf1\x2c\x23\x3b\x5c\x2a\x81\x24\x3b\x32\xcb\x17\x55\xe6\xa4\x04\xef\x74\x19\xb6\xbe\xfe\x6b\x25\x68\x9b\x93\x17\x2a\x2f\x94\x57\x9f\x31\xd5\x5f\x03\x66\x59\x91\x5d\xbd\x78\x12\xdc\x33\x3d\x83\xb2\x11\x6d\x8e\xb1\x0a\x31\xe2\x4c\xe1\x93\xba\xa2\x42\x6f\x9c\x2e\xe6\x2b\xff\xe7\xd5\xfa\x6a\x16\x7e\x2a\x09\x76\x54\x35\xdc\x05\x6e\x35\xd9\x72\x71\x1f\x4e\xfd\x75\xe8\x07\x8b\xe5\x6c\xb5\x08\x7f\x59\x87\xfe\xfb\x4f\x35\x55\x21\xe8\x30\xd5\x7d\x78\x5b\x51\xa9\x43\x8e\x1e\x5c\xd3\x52\x26\xa5\x2b\xc5\xee\x50\x71\xb2\x32\x2e\x7b\x5f\x01\x90\xed\x9b\x7f\xaa\xe4\xbd\x9b\xfc\xe8\xcf\xd7\x77\xb3\x30\x5c\x84\x9a\x45\x4d\x00\xb0\x27\x69\x61\x2c\xd2\xa7\xf9\x74\x84\x32\x09\x57\xb3\xf7\x93\xa9\xd1\x7d\x08\xa1\xbd\xde\xec\xde\x72\x11\x61\x50\xa4\xa9\x07\xba\xa4\x35\xdf\x05\xcf\xbc\x16\xcc\x59\xb7\x55\x8e\x2b\x7b\x19\x73\x66\xd6\x87\xa3\xf7\xda\xfd\xb6\x47\x59\x9e\x9f\x5f\x7d\x9c\xdd\x4d\xae\xfd\xf5\x72\x15\xfa\x93\x3b\xe3\xe8\x65\x30\x99\xfa\x5d\x13\x2f\x8d\x29\x6d\x26\x0a\xba\xdb\xa1\xa8\x6b\x9f\xed\x39\x1b\x31\x25\x46\x02\x4d\x1a\x5f\xcf\x56\x37\xf7\xef\xd6\x3f\xf9\xef\x6e\x16\x8b\xbf\xaf\x97\xfe\x34\xf4\x57\x47\xae\xbb\x29\x36\x15\x12\x32\x14\x34\x1a\x84\xf2\xe7\x7e\x38\x9b\x9e\xc7\xb2\xdb\x4b\x30\xaa\xad\x34\x4d\x08\xd3\x1d\xfe\xc7\x2e\xe5\xac\x59\x2b\xa9\xed\x77\x9b\xa0\xe5\xc2\xc9\x5c\xbe\xea\x15\xef\xff\x5e\x42\x0b\x34\x50\x7a\x84\xf9\x13\xc7\xca\x50\xaa\x58\xfd\x43\xb4\x33\x4e\xa7\x9d\xab\x48\xba\x3a\x1e\xeb\xf9\xbb\x75\xfd\x5c\x59\x9f\xb3\x8f\xd1\xa7\xb6\x11\x94\xe5\x88\x50\x56\x07\xa9\xf5\x71\x27\xed\x9b\x94\xfd\xe1\x3a\x5c\xdc\x07\xcb\x75\x30\x9b\x5f\xaf\x83\x70\xb1\x5a\x4c\x17\xed\xec\xaf\xb3\xb7\x69\x6b\xaf\xe6\x96\x7c\x00\x6d\x11\xf8\xf3\xe5\xcd\xec\xfd\x6a\x5d\x11\xad\x97\x7e\xf8\xe3\x6c\xea\x1b\x79\x87\x70\xcf\xb4\x20\x9f\x81\x1e\x2c\xc2\xd5\x10\xfa\x0b\xdd\x84\xbc\x18\xc0\xba\x59\x84\x73\x7f\xf5\x61\x3d\xbd\xbd\x5f\xae\xfc\x70\x1d\x4c\x96\xcb\x9f\x16\xe1\xd5\xb0\x88\xa7\xa8\x3f\x9d\x41\xfe\x70\xef\xdf\xfb\xcb\xf3\x78\x96\xe6\x1c\xca\x6a\x11\xcc\xa6\xcf\xa0\x58\x9a\x21\x94\xca\xbb\xbf\x4f\xcb\x53\xd4\x43\xc8\x93\xfb\xd5\x62\x7d\xe5\x07\xb7\x8b\x5f\xd6\xfe\xcf\xc1\xed\xe2\xca\x3f\x81\x3a\x44\xd9\x46\x34\xa5\xea\xb9\x7c\x31\x44\xfa\x8c\x08\x78\x4a\xa3\x83\x07\x93\xf4\x91\x1c\x64\x8b\x22\xa5\x7b\x64\x28\x65\x20\xf8\x06\xbd\x8e\x28\xf8\xd4\x4e\x0f\xfb\xa3\x47\x3a\xc2\xe2\xfe\x67\x07\xc6\x1b\xca\xc6\x1b\x22\x93\xa3\x15\x27\x3a\x26\xe6\xb9\x1a\x23\xc9\xcd\xa6\x8e\x04\x6e\x0f\x80\x32\xaa\x28\x49\xaf\x30\x25\x87\x25\x46\x9c\xc5\xd2\x83\xb7\xaf\x8e\xce\xaf\xf3\x66\x68\xb5\xdd\x95\x08\x75\xb6\x97\x93\xd0\x37\xdf\x5c\x76\x18\x97\xc7\x22\x4f\xf9\x03\x25\x9d\x95\x5c\x70\xc5\x23\x9e\x7a\xb0\x9a\x06\x67\x31\x9b\xa1\xab\x8d\x59\x76\xdd\x7f\x04\xb0\x9a\x0c\xba\x80\xbd\xb4\x3f\x0d\xa8\x67\x21\xfa\xbf\x75\x76\x57\x84\xae\xb7\xeb\x6b\x8e\x2e\xc3\x94\x66\x54\xc9\xbe\x10\x19\x66\x5c\x1c\x4c\x7f\xe5\xdf\xe9\x06\xef\x76\x76\x37\x5b\x35\x4e\x57\x28\x32\xca\xcc\xa1\x72\x2d\x48\x84\x01\x0a\xca\xe3\x7e\x08\xf5\xdb\x92\xd6\xf9\x1f\x10\x41\xb2\x16\x5b\x52\x28\x9e\x11\x45\xa3\x5e\xbb\x55\xfb\x68\xae\xdb\xa3\xf6\xd1\x71\x2e\x26\xff\x50\x93\xf6\x4c\x77\xfd\x59\x8d\x4a\xae\xd5\x43\x65\x74\x77\x8e\xa7\x70\xcd\xd0\x8c\x75\x2a\xc1\xce\x7d\xe3\x08\xa0\xbc\x93\x9b\xdb\x82\xd6\xba\x15\xd2\x5f\xea\xfb\x97\xbe\xa8\x23\xed\xe0\xdf\x0a\x2a\x30\xae\x2d\x58\x16\x3b\x24\xb9\x43\xf2\xbc\x2f\xc7\xcb\x69\x21\x15\xcf\xcc\x80\x57\xcb\xd3\x1e\x2c\x41\xe8\xe9\xd3\x05\xb8\x45\xb2\x47\xd8\xa4\x84\x3d\x18\xa2\x18\xb7\xa4\x48\x55\xbd\xf3\xc2\xd8\x01\xdd\x9d\xeb\xc1\x77\xed\x5b\x3a\xbd\xf8\xbd\xf3\x5d\x79\x29\xfb\xbd\xfb\x5d\xb9\xd3\x89\x79\x46\x28\x73\x64\xb1\xdd\xd2\xa7\xef\x5f\xf6\xb5\xae\x24\xd3\xc2\xd8\x11\xf8\xa6\x64\x55\xeb\xdf\x19\x47\xfb\xaa\x5d\x53\x55\x0e\x1a\x70\x1f\xce\xfa\xf3\x73\x9f\x9b\xa6\x0e\x31\xe7\x92\x2a\x2e\x0e\x60\xe7\x0c\xcb\x65\x70\xd0\x39\x63\xea\x93\x77\xbe\xe5\x4d\x22\x8a\x71\x3d\x0a\x38\xbf\x15\x34\x7a\x90\x8a\x08\x25\x87\x14\xd8\x08\xc2\xa2\x64\xac\xc8\x4e\x0f\x67\x28\x90\x99\x66\x7f\x40\xf4\x66\xf1\x94\xd4\xa1\xff\xbe\x11\xf2\xad\xfb\xc6\x7d\xea\x73\x0c\x88\x4a\xe0\x91\xaa\x84\x32\x83\x5a\xfa\x0c\x14\xb7\xd7\x95\x7f\x03\xcc\x72\x75\x30\xb6\x14\x9c\x37\x04\x31\x15\xa6\xdf\x3d\x1c\xc5\xee\xd4\x0e\xa0\x70\x55\x51\xd4\x02\xb6\x86\xd1\x46\xac\x07\xaa\xa2\x04\x99\xa4\xec\xa1\x2f\xdc\x87\x02\x0b\x9b\x34\xb2\xcf\xc4\x2c\xc9\x56\x58\x74\xda\x9c\x7e\xea\xf1\x9c\x46\xc3\x38\x66\xe9\x18\xa7\x6c\x74\x7a\x38\x37\x5c\x30\x54\x1f\xaa\x3b\x28\x20\x71\x46\x19\xe4\x44\xca\x47\x2e\xe2\x3e\x74\x45\x1d\x34\xeb\xa6\x3e\xc1\xcb\x7f\x12\xe7\xdf\x13\xe7\x1f\xaf\x9c\x6f\xff\xf5\xf1\xf2\x93\x4e\x03\x33\x6e\xd9\x97\x92\xa7\x5c\xa0\x94\x36\x5e\x9f\xed\x0e\x7b\x01\x79\x1c\x4e\x37\xc5\xa6\x2a\xc7\xe5\x08\x37\x10\x4b\x49\xb1\x81\x9f\x70\x93\x70\xfe\x00\xcb\x8a\xe8\x8f\xc9\x3a\x38\x67\x3e\x2f\xa8\x1d\x17\xcb\x1b\xf2\x67\xe4\x2d\x69\xbf\x94\xc0\x83\xd3\xec\xb3\x12\xcf\xab\xa9\x1d\x28\x83\xc7\x84\x46\x89\xa9\xe9\xad\xa3\x46\x9a\x9c\xa9\x9e\x10\xee\x68\x1c\xa7\xf8\x48\x04\xda\xd3\x50\x02\x11\xf6\x1c\xa1\x4c\x2a\x92\xa6\x18\xbb\xfa\x88\x90\x3d\x0c\xbd\x81\x71\x91\x91\x34\x3d\x34\xa4\x9a\xa9\x66\x57\x8f\x41\xcd\x2d\x82\xbd\x16\xfc\x85\x17\x20\x13\x5e\xa4\x31\x70\x96\x1e\xcc\x0b\x87\xce\xe9\x8c\xc7\x74\x7b\x30\x8f\x57\x40\xb7\x70\xe0\xc5\xcb\x3d\xb6\x70\x8f\x74\xa0\x0c\x6c\x9f\x16\xd3\xad\xa9\x37\x2d\x56\xe3\xfa\xd5\xad\xe7\xa2\x16\x42\x63\xa8\xda\xe2\xc3\x77\x1c\x67\xaa\x6b\xf3\xac\xd0\x73\x42\x75\xa9\x5d\xe5\xe3\xa9\x4c\xac\xe8\xa6\x25\xdd\x9f\xce\xc8\x33\x93\xcc\xf9\xb0\xd1\xb5\x51\xf0\x54\xc2\x63\x82\x2a\x41\xa1\xc1\x53\x1e\x63\xdc\x7b\xfb\x51\xfa\x77\xe9\xc0\x0d\x36\x5d\x92\x0e\x03\xeb\x0e\x43\x8e\x47\xaa\xda\x0b\x11\xf0\x2b\xd8\x89\x88\x12\xba\x6f\x55\xca\x13\xa3\x52\x35\xa1\x6e\x49\x2a\xf1\x45\x5f\xec\x3b\xb2\x47\x06\x19\x15\x42\xf7\x2e\x1c\x0a\x69\xdb\x86\xe5\xd7\x33\x9b\xb3\x47\x75\xb5\xb3\xa3\x7d\xb4\x1e\xdd\xed\xf5\x58\xdd\x52\xa9\x80\x6f\xeb\xf3\x85\xa2\x34\x4e\x2a\x93\x8c\x94\xfa\xc0\x23\x4d\x53\x6d\x9a\x88\xe7\xd4\x24\x84\xe2\x26\x7a\x1b\x3b\x1a\x3b\x6d\x79\x1a\xa3\x70\x61\xb6\x85\x82\xc9\x1c\x23\xba\xa5\x18\x5f\x00\x49\xd3\x06\x8b\x32\x18\xdb\x07\x9c\x1e\xac\xdb\x98\xad\x7d\x99\x38\xe0\x54\xd3\xab\x96\xed\xb3\xed\xad\x1b\x8d\x5b\x9d\x74\x63\xe9\xd7\xd7\x74\xf4\x9f\x00\x00\x00\xff\xff\xe0\x2a\xa6\x82\x5e\x1f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYaml, - "Template.template.openshift.io/openshift/eap64-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x8f\xdb\x36\x12\xfe\xee\x5f\x31\x08\x0a\xa4\x05\x56\x76\xd2\x0b\xd2\xad\x5b\x14\x70\xbc\xca\xae\x93\xdd\xb5\x63\x79\xdb\xe6\x0e\x07\x83\x96\xc6\x16\xb3\x12\xa9\x92\x94\x37\xbe\x20\xff\xfd\x40\x52\xef\x96\x6c\x27\xdd\xf6\x2e\x5f\x36\x16\x87\xcf\xbc\x72\x86\x1c\x92\x24\xf4\x57\x14\x92\x72\x36\x04\x85\x71\x12\x11\x85\x7d\x9e\x20\x93\x21\x5d\xab\x3e\xe5\x83\xed\xf3\xde\x3d\x65\xc1\x10\x16\xd9\x70\x2f\x22\x2b\x8c\xe4\xb0\x07\xc5\x8c\x21\x20\x49\x5e\xbe\x70\x42\xa5\x12\xe9\xc8\xef\x69\x0f\xe0\x63\x42\x88\x1c\xc2\xf3\xfe\x8b\xfe\xf3\xf3\x5e\x8c\x52\x92\x0d\x0e\xe1\xe9\x08\x18\x3e\x80\x3b\x9a\xc1\x4b\x58\x11\x89\x01\x90\x24\x89\xa8\x4f\x14\xe5\x0c\x1e\xa8\x0a\xc1\xf3\xae\x41\xa6\x49\xc2\x85\x82\x90\x48\x58\x21\x32\xf0\x05\x12\x85\x01\x50\x06\x3b\x9e\x8a\x1e\x40\x22\xf8\x07\xf4\x55\x1f\x66\x11\x12\x89\xb0\x42\x90\xa9\x40\x50\x3c\x23\x06\x15\x22\xac\x79\x14\xf1\x07\xca\x36\x20\xd1\x17\xa8\xe4\x10\x9e\x7c\xf3\xe9\x6a\xb1\x98\x79\x4b\xcf\x1d\xcf\xdd\xc5\xe7\x27\xe0\x73\xa6\x08\x65\x94\x6d\xb4\x56\x21\x42\x4e\xf1\xd6\x7d\xef\x2d\xa6\x73\xf7\x33\xac\x69\x84\x90\x6a\x79\xd7\x5c\x80\x44\xb1\xcd\x30\x35\x4b\x3d\x1f\x99\xfa\x49\x43\xbf\xb9\x9c\x4f\xef\x66\xde\xd2\xbd\x1d\xcf\xdf\xcf\x16\x05\x93\x1e\x54\xd8\x64\x4c\x9a\xb4\xdd\xec\xfc\x54\xe8\x69\x6f\x2e\x05\x4f\x13\x09\x3e\x8f\xe3\x94\x65\x56\x93\xfd\xa7\xbd\x18\x15\x09\x88\x22\xda\x2d\x84\x31\xae\xec\x88\xfe\x09\x10\xa0\xf4\x05\x4d\x94\x71\xf3\x88\x01\x7e\x24\x71\x12\x61\xe6\x85\x8a\xfd\xfb\xf0\x9a\x0b\x88\xb9\x40\xa0\x6c\xcd\x45\x6c\xbd\x42\x56\x3c\x55\x90\x4a\x2b\x38\x95\x06\xb4\x74\xff\x19\x48\x44\x30\xce\x1f\x0e\x06\x1b\xaa\xc2\x74\xd5\xf7\x79\x3c\xf8\xb0\xe2\x52\x3a\x45\x38\x0d\x2a\x9c\x9c\x7c\xb2\xec\x1b\x34\xea\x73\x36\x8e\x88\x94\x43\xf3\x5f\x07\x49\x62\xbe\xd7\x62\x31\xa0\x32\x89\xc8\xce\x61\x24\xc6\x21\xbc\x79\xc5\xa5\xb4\x3a\xf4\x5f\xc0\xb7\x26\x74\x8c\x10\xdf\xed\xcf\x4c\x04\xdf\xd2\x00\x85\x53\x87\x98\x63\x00\x57\x44\x9d\xc1\x84\xf9\x56\x0e\x45\x36\xd2\x84\xf3\xd9\x07\xb2\x25\x88\xe6\xcf\x99\x51\xe4\x2c\xa4\x41\x80\xac\x57\x55\xbd\xbe\x56\x02\xee\xa7\x31\x32\x6b\x7b\x27\x15\xd1\xb0\xb0\x0a\xf1\x7d\x94\xb2\x2f\x30\x08\x89\x32\xc6\xa9\x11\x0f\x90\x0d\x04\x06\x4e\x48\x94\x63\xad\x86\x4c\xa1\x48\x04\x95\xe8\x54\xcd\xa6\xb9\x6a\xc7\x0c\x0e\x88\x11\x71\xb6\x71\x6a\x3e\x5f\x84\x54\x16\xc4\x10\xe0\x9a\x32\x94\x20\x50\xf2\x54\xf8\x28\x81\x21\x06\x18\xe4\x6e\xe5\x10\xe0\x16\x23\x9e\xe4\xf6\x01\xb7\x10\x06\x46\x95\xd5\xea\xa1\xd8\xa2\x30\xe6\xdf\x5b\xca\x67\x40\x99\x1f\xa5\x81\x5d\x53\xfa\x1f\x81\x55\x4a\xa3\x40\xaf\x82\x35\xdd\xa4\x22\x23\xab\x2e\xff\x00\x93\x88\xef\xb4\x55\xea\x54\x40\x58\x50\xae\xb5\x4a\xe8\x67\xd0\x36\x34\x8d\xad\xfb\x07\x0c\x93\x25\x95\x23\x9e\x31\x00\xdb\x3c\x2b\x66\x09\x0c\xc0\x46\xcc\x7e\xa2\xd3\xdf\x65\x42\x7c\x1c\x96\x21\xd7\xe3\x2b\x9d\x9a\xe4\xb0\xe7\x40\x35\xc5\x6e\x9f\xf7\x00\x6c\x3a\xd5\xb6\xa3\x3e\xf6\x00\xaa\x4b\xb7\x65\xf1\x36\x96\xef\x22\x44\x78\xc0\x95\xc9\x40\x28\x9e\x4a\xa3\x07\x68\xb5\xac\xe6\x65\x76\x36\x68\xa5\x71\x87\xf0\xcd\xa7\xd1\x6c\x76\x3d\x19\x8f\x16\x93\xe9\xed\xf2\x76\x74\xe3\x7e\x36\x64\x56\xb3\xf6\x51\x99\xa0\x6f\xc1\x34\x8b\x0c\xd7\x31\x3f\x86\x70\xfe\xec\xfc\x59\x1e\x34\x44\x6c\x50\xcd\xea\x9f\x25\x46\xe8\x2b\x2e\x4a\x45\x72\xf7\x8e\x8d\x77\xdb\x99\xfe\x3d\x26\x93\x8f\x61\x33\x1b\x92\xce\xd7\x98\xee\xc5\x8b\x7f\xb4\x99\x2e\xff\xfc\x7f\x64\xba\xbc\xe6\x24\x7a\x8d\x99\xa2\xac\x4b\x92\x1f\xa5\x52\xa1\x2e\x4a\xfd\x6c\xa2\xb4\x3c\xfa\x24\x4a\x42\xd2\xbf\x4f\x57\x28\x18\xea\x04\x4f\xf9\x40\xf1\x08\x05\x51\xe8\xa4\x4c\x20\x09\x76\x0e\xb2\x20\xe1\x94\x99\x72\xac\x44\x8a\x4f\x1e\x3d\x78\x9d\xc4\xa6\x9e\xd2\x0d\x99\xc8\x93\xd9\x10\x6e\x39\xc3\x7d\xd7\x58\xac\xa4\x4c\x59\x99\xaf\xce\xcf\xcf\x1f\xd7\x29\x34\x68\x17\x59\x07\x66\xe1\xb3\x39\x4f\xd5\x97\x7b\xcc\xcc\x32\x1e\xaa\x98\x2f\x4f\x13\xb9\x8b\xfe\xda\x4c\x11\x72\xa9\x34\xd5\xd5\xd4\x5b\xe8\xd1\xa5\xde\x4b\x59\x00\xc5\x73\x7e\xdd\x50\x5f\x68\x2f\xf9\x17\x1a\x4c\x3e\x92\xc5\x4e\xcc\x13\xad\x86\xf3\x32\xcb\x95\x8c\x15\x8a\x98\xb2\x8c\x71\x42\xa4\x54\xa1\xe0\xe9\x26\x6c\xb5\xf0\x01\xd6\x9d\xd9\x62\x12\x93\x0d\x7a\x4a\x20\x89\xf7\xcc\xf9\xa8\x51\xd3\x29\xc1\x2b\xbd\x53\xb0\x8b\xea\xaf\x95\xa0\x6a\x7e\x9e\xaa\x24\x55\x85\x95\x0b\x43\xb6\x98\x65\x41\x36\xc5\x60\x27\xf8\xd0\xec\x6f\x95\x4d\x1d\x66\xa7\x95\x23\x9a\xf3\xc2\x47\x75\x41\x85\x9e\x38\x9e\xde\x2e\xdc\xdf\x17\xcb\x8b\xc9\xfc\x73\x46\xb0\xa1\xaa\xe4\x2e\x70\xad\xc9\xbc\xe9\xdd\x7c\xec\x2e\xe7\xee\x6c\xea\x4d\x16\xd3\xf9\xfb\xe5\xdc\x7d\xfd\xb9\xa0\x4a\x05\x6d\xa7\xba\x9b\x5f\xe7\x54\x6a\x97\xe0\x10\x2e\x69\x26\x93\xd2\x29\x79\xb3\xcb\x39\x59\x19\xbd\xc6\x57\x00\x64\xdb\xf2\x47\x9e\x25\x6f\x46\xbf\xba\xb7\xcb\x9b\xc9\x7c\x3e\x9d\x6b\x16\x05\x01\xc0\x96\x44\xa9\xb1\x48\x93\xe6\xf3\x1e\xca\x68\xbe\x98\xbc\x1e\x8d\x8d\xee\x6d\x08\xd5\xf1\x72\xf6\x9a\x0b\x1f\x67\x69\x14\x0d\x41\xd7\x8e\xf2\xbb\xe0\xf1\xb0\x02\x73\xd0\x6d\xb9\xe3\xb2\xed\xb6\xd9\xd7\x15\x1b\xb8\xe1\xf3\xfe\x8f\x0d\xca\x6c\x8f\xf7\xcd\xa7\xc9\xcd\xe8\xd2\x5d\x7a\x8b\xb9\x3b\xba\x31\x8e\xf6\x66\xa3\xb1\x5b\x37\xb1\x67\x4c\x69\x17\xa4\xa0\x9b\x0d\x8a\xa2\xc8\xd8\xf3\x51\x29\xa6\x3d\x96\x6a\xe0\xcb\xc9\xe2\xea\xee\xd5\xf2\x37\xf7\xd5\xd5\x74\xfa\x36\x3f\x38\x36\x5d\x77\x95\xae\x72\x24\x64\x28\xa8\xdf\x0a\xe5\xde\xba\xf3\xc9\xf8\x30\x96\x9d\x9e\x81\x51\x6d\xa5\x71\x48\x98\x3e\xa5\x7f\xaa\x53\x4e\xca\xb1\x8c\xda\x7e\xb7\x0b\x34\x1b\xe8\x5c\xcb\x17\x8d\x2a\xf9\xf7\x2d\x68\x81\x06\x4a\x0e\xe1\xf9\x9f\xa8\xdf\x6d\x4b\xc5\xea\x3f\x47\xdb\x68\xa8\x1d\x39\x72\x92\xba\x8e\xfb\x7a\x9e\xac\xeb\x97\xca\x7a\xcc\x3e\x46\x9f\xc2\x46\x00\x45\x5f\xa2\x08\x52\xeb\xe3\xda\xb2\x2f\x97\x6c\xde\xb3\x98\x4d\x6e\x2f\x97\xb3\xf9\x74\x31\x1d\x4f\xab\xab\xbf\x58\xbd\xe5\xd1\xeb\xe2\xd6\x92\xb7\xa0\x4d\x67\xee\xad\x77\x35\x79\xbd\x58\xe6\x44\x4b\xcf\x9d\xff\x3a\x19\xbb\x46\xde\x36\xdc\x03\x7b\xbd\x2f\x40\x9f\x4d\xe7\x8b\x36\xf4\x27\x7a\xb7\xf7\xa4\x05\xab\xde\x10\x6a\x24\xac\x62\xfa\x00\x95\x3f\x40\x92\x38\x76\x2d\x3a\x5b\x1e\xa5\x31\x1e\x85\x6b\xd7\xb3\xd1\x83\x3a\x2e\xd4\xe2\xfd\xec\x24\x28\x43\xd8\x8d\xd7\x6d\xf9\x72\xbc\x7b\xf6\x6c\xe4\x79\xbf\x4d\xe7\x17\x87\x10\x72\x9a\x56\x94\xe9\xfc\xd6\x5d\xbc\x5b\x8e\xaf\xef\xbc\x85\x3b\x3f\x86\xd7\x41\x7d\x08\xf9\xdd\x9d\x7b\xe7\x7a\x87\xf1\x2c\xcd\x21\x94\xc5\x74\x36\x19\x1f\x41\xb1\x34\x6d\x28\xed\x6d\xc2\x76\xb4\x8e\x96\xe2\x09\xa8\x27\x85\xeb\x87\x8d\x39\xe0\x39\xc8\x7c\xb1\x4b\xd4\xd1\xd0\xed\x62\x72\x9a\xf0\x87\xc2\xb9\x49\xdb\x1d\x88\x6d\x94\xa7\x20\x1e\x0e\xa6\x2e\xea\x43\xc8\xa7\x85\x69\x17\x75\x1b\xf2\xe8\x6e\x31\x5d\x5e\xb8\xb3\xeb\xe9\xfb\xa5\xfb\xfb\xec\x7a\x7a\xe1\x76\xa0\xb6\x51\x56\x11\x4d\x51\x3f\x56\x59\x0c\x91\xde\x4d\xcd\x78\x44\xfd\xdd\x10\x46\xd1\x03\xd9\xc9\x0a\x45\x44\xb7\xc8\x50\xca\x99\xe0\x2b\x1c\xd6\x44\xc1\x8f\xd5\x42\x62\xff\xf9\x3c\x8e\x09\x0b\x9a\x9f\x1d\x18\xac\x28\x1b\xac\x88\x0c\xf7\x46\x1c\x7f\x9f\x98\x27\x4a\x67\x52\x33\xa9\x26\x41\xbf\x01\x40\x19\x55\x94\x44\x17\x18\x91\x9d\x87\x3e\x67\x81\x1c\xc2\xcb\x67\x7b\x3b\xbd\xc3\x66\xa8\x74\x02\x72\x11\x8a\xba\x98\x35\x67\x7e\xf8\xe1\xbc\xc6\x38\xdb\x40\xf2\x88\xdf\x53\x52\x1b\x49\x04\x57\xdc\xe7\xd1\x10\x16\xe3\xd9\x41\xcc\xb2\x85\x56\xc5\xcc\x1a\x01\x5f\x03\x58\x36\x96\x9a\x80\xf2\x2b\x11\xf3\xf6\x47\x1d\xb1\x51\x72\xbb\x01\x05\x92\x80\xfe\x6f\xc3\xa7\x2e\x42\x3d\x7e\x8a\x2e\x78\x9d\x61\x44\x63\xaa\x64\x53\x88\x18\x63\x2e\x76\xe6\x6c\xe3\xde\xe8\xc3\xd5\xf5\xe4\x66\x52\xcb\xc4\x36\x6b\xde\xf0\x94\x35\xa3\x29\xd6\xdf\x66\x44\x85\x27\xec\x12\x2a\xed\x66\xe7\x1e\x77\x52\x71\x81\x6d\x54\x5a\xb1\x29\x8b\x76\x8d\x83\x50\x1b\xbb\x53\xb3\x7c\x95\x75\x3e\xe7\x2b\x44\xa8\x34\x29\x2e\x05\xf1\x71\x86\x82\xf2\xa0\x6d\x79\x5a\x4c\xb9\x7f\xc4\x3c\xac\x7c\x76\xd8\xa9\xc9\x62\xbf\xdd\x66\xab\xbd\x76\xc9\xd7\x8a\x7e\x5c\xbf\xe3\x5c\x0e\x15\xe7\xe6\xd9\xaf\x72\xc8\x9a\x11\x41\xe2\x8a\xd2\x24\x55\x3c\x26\x8a\xfa\x0d\x3b\x16\x8b\x51\xf3\xab\x19\xe9\x50\x3a\xfb\xaa\x93\xf0\x91\x16\xc6\x17\x9d\x06\x13\xad\x1e\x2a\xa3\xbb\xb3\xdf\x53\xd6\x0c\x4d\xcf\x4d\x85\x58\xbb\x80\xec\x01\x64\x57\x74\xd6\xbe\xd5\xeb\x26\xfd\xa5\xb8\x88\x69\x8a\xda\xd3\x91\xf8\x47\x4a\x05\x06\x85\x05\xb3\x3a\xa9\x3d\x4d\x92\xa4\x29\xc7\xd3\x71\x2a\x15\x8f\x4d\xd7\xad\x90\xa7\xda\x26\x05\xc1\x53\x85\x7d\x80\x6b\x24\x5b\x84\x55\x44\xd8\xbd\x21\x0a\x70\x4d\xd2\x48\x15\x33\xcf\x8c\x1d\xb0\xbf\xe9\x0f\xe1\xe7\xea\x6d\x9d\x1e\xfc\xc5\xf9\x39\xbb\xa9\xfe\xa5\xff\x73\x36\xd3\x09\x78\x4c\x28\x73\x64\xba\x5e\xd3\x8f\xbf\x3c\x6d\x6a\x9d\x4b\xa6\x85\xb1\xfd\xc9\xab\x8c\x55\xa1\x7f\xad\x47\x78\xb2\x6a\xf2\x54\xdd\x8c\x46\x85\x7e\x99\x6e\x59\x2f\xf1\xb1\x55\x94\x27\xe9\xe8\x35\x95\xbc\xa4\x2a\x6b\x59\xc1\xdd\x7c\xd2\xec\xe0\x36\xf9\x69\xea\x39\x26\x5c\x52\xc5\xc5\x0e\x6c\xc7\xca\xb2\x69\x6d\x99\x1d\x88\xa7\xce\x9b\xee\xec\xda\x14\xc5\xa0\x68\x2a\x39\x7f\xa4\xd4\xbf\x97\x8a\x08\x25\xdb\x14\x58\x09\xc2\xfc\x70\xa0\xc8\x06\x04\xae\x51\x20\x33\x6d\xa3\x16\xd1\xcb\xc1\x2e\xa9\xe7\xee\xeb\x52\xc8\x97\xfd\x17\xfd\x8f\x4d\x8e\xba\x1c\x98\x37\x16\x94\x19\xd4\xcc\x6b\xa0\xb8\xbd\x9b\xfd\x09\x30\x4e\xd4\xce\xd8\x52\x70\x5e\x12\x04\x54\x98\xce\xc9\x6e\x6f\x81\x8e\x6d\x2b\x13\x2e\x72\x8a\x42\xc0\x4a\x5b\xb3\x14\xeb\x9e\x2a\x3f\x44\x26\x29\xbb\x6f\x0a\xf7\x2e\xc5\xd4\x66\x06\xd9\x64\x62\x86\x64\x25\x2e\x6a\xe7\xb8\x66\x7e\xe1\x09\xf5\xdb\x71\xcc\xd0\x3e\x4e\x76\x92\xeb\xca\x53\x7c\x6d\xd2\x94\x4d\xfb\xcd\x47\x1c\x79\xe9\x30\x2f\x36\x9a\xfc\xb2\x0b\xf2\xb7\x39\x8d\x67\x21\x6a\x89\xac\x5a\xa5\x8e\x27\xb1\xac\x6c\x1f\x93\xb5\x26\x55\xee\xf1\x52\x89\x63\x72\xbe\xa6\x11\xb2\x7d\x21\x2b\x07\xbd\xdc\x9d\xd9\x8c\xfe\x87\xfb\xbd\xf0\xd6\x32\xe9\xca\xd0\x2e\xd3\xb7\x6f\xde\x7a\xc0\x05\xbc\x19\xbb\x6f\xbd\xef\x8e\x09\xb4\xd8\x25\x5d\xc2\xd8\xa6\x47\x97\x3d\x88\x94\xdc\xa7\xe6\xe5\x90\x79\x20\x62\x6d\x60\xc0\x7d\x14\x8a\xae\x75\xba\xe8\xf2\xdb\xb8\xa4\x68\xf3\x99\x29\x3b\x2d\x8c\x13\x22\xe5\x03\x17\x41\x51\xe0\x0a\xcd\x09\x0b\x4e\x60\x5b\x68\x3d\xcb\x80\x1a\x7c\x8b\x93\x66\x83\xf7\x15\x17\x0c\xd5\xbb\xfc\x9e\x13\x48\x10\x53\x56\x48\xd3\x64\x96\x53\x57\x98\x98\x5d\x03\x3c\xfd\x17\x71\xfe\x33\x72\xfe\xf9\xcc\xf9\xf1\xdf\x9f\xce\x3f\xeb\xcc\x6d\x3a\xcd\xf6\xa1\xd7\xc7\x44\xa0\x94\x36\xc1\x1e\xed\xd7\x34\x82\x79\x3f\xff\x5d\xa5\xab\x7c\x93\xd4\x11\x9a\x97\x26\xc9\xc2\x6f\xb8\x0a\x39\xbf\xcf\x56\xd0\x57\xcb\xda\xda\x62\x3f\x2e\xa8\xed\x94\x67\xef\x57\x8e\xc8\x9b\xd1\x3e\x96\xc0\xad\x8d\xfc\xa3\x12\xdf\xe6\x17\x16\x40\x19\x3c\x84\xd4\xb7\x91\x5f\xd9\x00\x4a\x13\x9d\xf9\x03\x9f\x1b\x1a\x04\x11\x3e\x10\x81\x76\x8f\x2a\x81\x08\xbb\xbb\xa3\x4c\x2a\x12\x45\x18\xf4\x75\x6c\xcb\x06\x86\x9e\xc0\xb8\x88\x49\x14\xed\x4a\x52\xc8\x92\x4d\xd1\x01\x2e\x2f\x50\xec\x45\xea\x7b\x9e\x82\x0c\x79\x1a\x05\xc0\x59\xb4\x33\xef\x8f\x74\x11\x8a\x79\x40\xd7\x3b\xf3\xc6\x0c\xe8\x1a\x76\x3c\x7d\xba\xc5\x0a\xee\x9e\x0e\x94\x81\x3d\x78\x07\x74\x6d\x0a\x64\x85\xd5\x20\x7f\x20\xd8\x74\x51\x05\xa1\x34\x54\x61\xf1\xf6\xeb\x9d\x03\x99\xb9\x7c\xf5\xf3\xf8\x05\x24\x7f\x7b\xd1\x56\x38\x3a\x3b\x88\x7f\x47\xc5\xc8\x05\xeb\x2e\x19\x07\xba\x84\x99\x80\xd9\xe9\xab\xff\xc1\xc7\xf6\xea\xf1\x27\x32\x78\x2e\x5f\x67\x0a\x6f\x6d\x35\x3e\x66\x32\xdf\xb3\xd0\x5e\x36\xef\xec\x4d\x36\xc4\x28\x1e\x7d\x66\x79\xbd\x2b\xa3\x17\x3a\x67\x74\x7f\x3a\xb3\x1f\x68\x71\x1e\x4e\x3f\x7a\x53\x28\x78\x24\xe1\x21\x44\x15\xa2\xd0\xe0\x11\x0f\x30\x68\xbc\xf0\x53\xfa\x6f\x96\x08\x56\x58\x9e\x81\x75\x3a\xb1\xcb\xda\x90\xe3\x9e\xaa\xf6\x4e\x11\xdc\x1c\x76\x24\xfc\x90\x6e\x2b\x5b\xc4\x8e\x1e\x6a\x7e\xc9\xb3\x26\x91\xc4\x27\x4d\xb1\x6f\xc8\x16\x19\xc4\x54\x08\xed\x6b\x0e\xa9\xb4\x27\x27\xef\xfb\x89\xcd\xfd\x7b\x1b\xca\xda\x8c\xea\x99\x62\xef\x7a\xbc\xc1\xea\x9a\x4a\xa5\x97\x5e\xbe\xb1\xa6\x28\x8d\x93\xb2\x64\x4d\x32\x7d\xe0\x81\x46\x91\x36\x8d\xcf\x13\x6a\x12\xab\xe2\x26\x0a\x4b\x3b\x1a\x3b\xad\x79\x14\xa0\xe8\xc3\x64\x0d\x29\x93\x09\xfa\x74\x4d\x31\x38\x03\x12\x45\x25\x16\x65\x30\xb0\x8f\xcd\x1a\xb0\xfd\xd2\x6c\xd5\xfb\xf8\x16\xa7\x9a\x4e\x44\xd6\x05\xb3\x2d\xb2\x52\xe3\x4a\x43\xac\xb4\xf4\xf3\x4b\xda\xfb\x6f\x00\x00\x00\xff\xff\xbc\x6b\xb2\x1f\x65\x2e\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYaml, - "Template.template.openshift.io/openshift/eap64-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x36\xf2\x7f\xef\x4f\xb1\xe3\xe9\x4c\xda\xf9\x87\x52\x9c\x66\x9a\x9c\xae\xd7\x19\x45\x66\x1c\x25\xb6\xa4\x88\x72\x9a\xdc\xcd\x8d\x06\x22\x57\x12\x12\x12\x60\x01\x50\x8e\x2e\xe3\xef\xfe\x1f\x00\x7c\x16\x29\x29\xb6\x9b\xbb\xf6\x4d\x63\x71\xf1\xc3\x3e\x61\xb1\x58\x2c\x48\x4c\xdf\xa3\x90\x94\xb3\x1e\x28\x8c\xe2\x90\x28\xec\xf0\x18\x99\x5c\xd3\xa5\xea\x50\xde\xdd\x9c\x9d\x7c\xa6\x2c\xe8\xc1\x2c\xfd\x7c\x12\x92\x05\x86\xb2\x77\x02\xf9\x88\x1e\x20\x89\x7f\x79\xe6\x44\x9c\xad\x78\xb0\x70\x62\x0d\x29\x15\x32\xe5\xc8\xa7\xf4\x04\xe0\x4b\x4c\x88\xec\xc1\x59\xe7\x59\xe7\xec\xc5\x49\x84\x52\x92\x15\xf6\xe0\x51\x1f\x18\xde\x80\xdb\x9f\xc0\x2f\x40\x58\x00\x57\x1a\xe0\xfc\x25\x14\x00\xb0\x20\x12\x03\x20\x71\x1c\x52\x9f\x28\xca\x19\xdc\x50\xb5\x06\xcf\xbb\x04\x99\xc4\x31\x17\x0a\xd6\x44\x9e\x00\x2c\x10\x19\xf8\x02\x89\xc2\x00\x28\x83\x2d\x4f\x04\xc4\x82\x7f\x42\x5f\x75\x60\xb6\x46\x48\x24\x0a\x46\x22\xec\xc6\x44\xca\x1b\x2e\x02\x58\x72\x01\xc4\xf7\x51\x4a\xca\x56\xa0\xd6\x98\x73\x10\x10\x45\xf4\xd4\x27\x00\xa7\x3f\x7c\x3d\x7f\x39\x3f\xef\xcf\xfa\x2f\xfb\x9e\x7b\x7b\x0a\x54\x82\xf9\xe9\xda\x73\xa7\xa3\xfe\x95\x7b\xdb\x35\x7f\x4e\xfa\x9e\xf7\xfb\x78\x7a\x7e\x0b\x3f\xf6\x83\x88\x32\xc8\xa7\xa1\x32\x05\xe9\x9f\x5f\x0d\x47\x05\xe1\xe9\x4f\x9d\x13\x80\x49\x88\x44\x22\x2c\x10\x64\x22\x10\x14\x4f\xa5\x30\xfc\x2c\x79\x18\xf2\x1b\xcd\x9d\x44\x5f\xa0\x92\x3d\x0d\xf5\x7a\x36\x9b\x78\x73\xcf\x1d\x4c\xdd\xd9\xed\x29\xf8\x9c\x29\x42\x59\x2a\xc3\x09\x40\x46\xf1\xd6\xfd\xe8\xcd\xc6\x53\xf7\x16\x96\x34\x34\x0a\xb0\x32\x4b\x14\x9b\x14\x53\x4f\xa9\xc7\x23\x53\x7f\xd7\xd0\x6f\x2e\xa6\xe3\xeb\x89\x37\x77\x47\x83\xe9\xc7\xc9\x2c\x9f\xe4\x04\x6a\xd3\xc0\x2e\x6d\xfb\x74\x7e\x22\xf4\xb0\x37\x17\x82\x27\xb1\x04\x9f\x47\x51\xc2\x52\x83\xca\xce\xa3\x93\x08\x15\xd1\x2a\xd7\x5e\x45\x18\xe3\xca\x7e\xd1\x7f\x02\x04\x28\x7d\x41\x63\x65\xbc\xb4\xcf\x00\xbf\x90\x28\x0e\x31\xf3\x9b\xba\x6b\x90\x1d\x23\x76\xe0\x15\x17\x10\x71\x81\x40\xd9\x92\x8b\xc8\x50\x1b\x6c\x00\xb2\xe0\x89\x82\x24\xf5\x00\x2a\x73\xaf\x7e\x0c\x12\x11\xd6\x4a\xc5\xb2\xd7\xed\xae\xa8\x5a\x27\x8b\x8e\xcf\xa3\xee\xa7\x05\x97\xd2\xc9\x57\x49\xb7\xc4\x81\x93\x0d\x96\x1d\x03\x4f\x7d\xce\x06\x21\x91\xb2\x67\xfe\xe9\x20\x89\xcd\xef\x95\x25\x16\x50\x19\x87\x64\xeb\x68\xdf\xec\xc1\x9b\x97\x5c\x4a\x2b\x5b\xe7\x19\xfc\x5f\x2e\xcc\x8f\x46\x38\xc3\xce\x4f\xbb\x18\xb1\xe0\x1b\x1a\xa0\x70\xaa\x60\x53\x0c\xe0\x35\x51\x8f\x61\xc8\x7c\xcb\x91\x22\x2b\x69\xd6\xeb\xe3\x4f\x64\x43\x10\xcd\xff\x1e\x1b\x91\x1e\xaf\x69\x10\xa0\xd5\x4b\x73\x30\x08\xb8\x9f\x44\xc8\xac\x75\x9c\x44\x84\xbd\x5c\x3f\x76\x19\x75\x04\x06\x6b\xa2\x8c\x9a\x2a\xc4\x5d\x64\x5d\x81\x81\xb3\x26\xca\xb1\xfa\x43\xa6\x50\xc4\x82\x4a\x74\xca\x0a\xd4\xb3\x6a\x13\x75\xf7\xb0\x11\x72\xb6\x72\x2a\x5e\x31\x2b\x1b\x0e\x02\x5c\x52\x86\x12\x04\x4a\x9e\x08\x1f\x25\x30\xc4\x00\x83\xd4\xe2\x8a\x43\x80\x1b\x0c\x79\x9c\xe9\x07\xdc\x9c\x19\xe8\x97\xfc\xc9\x43\xb1\x41\x61\x0c\xb1\x13\x87\x1e\x03\x65\x7e\x98\x04\x94\xad\x32\x4f\x82\x45\x42\xc3\x40\xaf\x93\x25\x5d\x25\x22\x25\x2b\x3b\x68\x80\x71\xc8\xb7\x5a\x2b\x75\xaa\xcc\x57\x4b\x24\x29\x6c\x85\xd0\xac\xa7\xcc\x25\xac\xd3\xe6\xc1\xd2\x47\x13\x44\xf3\x45\x5d\x5a\x63\x29\xa9\x31\x56\x67\x8f\x66\xd3\x90\x7a\xc0\xb4\x06\x60\x93\xed\x1b\x69\x54\x07\xb0\x2e\x77\x60\x2b\xd0\x44\x32\x26\x3e\xf6\x0a\x07\x3e\xe1\x0b\x1d\xa5\x65\xef\xc4\x81\xf2\x8e\xb4\x39\x3b\x01\xb0\xbb\x8f\xb6\x04\xf5\x75\x6c\x2b\x87\x8a\x86\x60\x51\x0b\x17\x3a\xee\xdf\xe0\xc2\x44\x3c\x14\x8f\xa4\x11\x0a\xb4\x8c\x9d\x94\x5c\x5a\xe4\x0e\x09\xe3\x35\xa9\xb9\x3b\xc6\xc8\x02\x64\x3e\x45\xd9\x83\x47\xff\xfa\x7a\xaa\xb9\x3f\x35\x21\xb8\x3f\x99\x5c\x0e\x07\xfd\xd9\x70\x3c\x9a\x9b\x4d\x20\x13\xf9\xf4\x71\x0a\x0c\x70\xaa\x79\xd7\xe4\x29\xf7\xa7\xb7\xff\x7e\x64\x3e\x16\x5b\xa8\x91\xa1\x70\x90\x1e\x34\x20\x1b\x32\xab\xdc\xe6\xaf\x32\x46\xdf\x82\x69\xc1\x52\x5c\xc7\xfc\xd1\x83\x17\x4f\x5e\x3c\xc9\x1c\x9f\x88\x15\xaa\x49\xf5\x67\x89\x21\xfa\x8a\x8b\x42\x7d\x99\xff\x0d\x8c\xe3\x35\x4f\xfa\x7d\x0c\x25\xff\xba\x96\xb2\xab\xd0\xb9\x8b\xc1\x9e\x3d\xfb\xb9\xc9\x60\xd9\xcf\xff\x43\x06\xcb\x83\x56\x6e\xb5\xc2\x5e\x0f\xe9\xe3\x99\xc5\x0e\xa9\xee\xe9\xf3\x27\x67\xcf\x1b\x74\x57\xfc\x7e\x27\xe5\xe5\xd3\xff\x29\x4a\xcc\x92\xa2\xd8\x04\x73\x9d\xd0\xea\x18\xef\x87\x89\x54\xa8\xb3\xa6\x66\xf7\xff\x9c\x2c\x50\x30\xd4\x99\x06\xe5\x5d\xc5\x43\x14\x44\xa1\x93\x30\x81\x24\xd8\x3a\xc8\x82\x98\x53\x66\xf2\x45\x25\x12\x3c\x7d\x78\x9b\xc4\x76\xe7\x2b\x0c\x92\xb2\x3c\x9c\xf4\x60\xc4\x19\xee\x1a\xc9\x62\xc5\xc5\x8e\x99\x3a\xfc\x8b\x17\x2f\x1e\xd6\xb3\x69\xd0\xcc\xb2\x8e\x29\xb9\xcd\xa6\x3c\x51\xdf\x6e\x31\x33\xca\x1e\x1c\x0a\xf5\x65\xfb\x4a\x66\xa2\x3f\x37\xc8\xaf\xb9\x54\x9a\xea\xf5\xd8\x9b\xe9\xaf\x73\x9d\xec\x5b\x00\xc5\xb3\xf9\xda\xa1\xbe\x51\x5f\xf2\x4f\x54\x98\x7c\x20\x8d\x1d\x19\x6c\x1b\x15\xe7\xa5\x9a\x2b\x26\x56\x28\x22\xca\xd2\x89\xf5\x21\x4e\xad\x05\x4f\x56\xeb\x46\x0d\xef\x99\xba\x35\x5a\x0c\x23\xb2\x42\x4f\x09\x24\xd1\x8e\x3a\x1f\xd4\x6b\x5a\x39\x78\xa9\x13\x55\xbb\xa8\xfe\x5c\x0e\xca\xea\xe7\x89\x8a\x13\x95\x6b\x39\x57\x64\x83\x5a\x66\x64\x95\x7f\x6c\x05\xef\x99\x83\x96\x4d\x93\x6d\xa2\xdf\x2b\x52\x66\x85\x5f\xd4\x39\x15\x7a\xe0\x60\x3c\x9a\xb9\x1f\x66\xf3\xf3\xe1\xf4\x36\x25\x58\x51\x55\xcc\x2e\x70\xa9\xc9\xbc\xf1\xf5\x74\xe0\xce\xa7\xee\x64\xec\x0d\x67\xe3\xe9\xc7\xf9\xd4\x7d\x75\x9b\x53\x25\x82\x36\x53\x5d\x4f\x2f\x33\x2a\xb5\x8d\xb1\x07\x17\x34\xe5\x49\xe9\x90\xbc\xda\x66\x33\x59\x1e\xbd\xda\xaf\x00\xc8\x36\xc5\x1f\x59\x94\xbc\xea\xbf\x77\x47\xf3\xab\xe1\x74\x3a\x9e\xea\x29\x72\x02\x80\x0d\x09\x13\xa3\x91\x3a\xcd\xed\x0e\x4a\x7f\x3a\x1b\xbe\xea\x0f\x8c\xec\x4d\x08\xe5\xef\xc5\xe8\x25\x17\x3e\x4e\x92\x30\xec\x81\xde\x3b\x8a\xdf\x05\x8f\x7a\x25\x98\xbd\x66\xcb\x0c\x97\x9e\xf6\xcc\xa9\x20\xcf\xd9\x7a\x67\x9d\xbf\xd5\x28\xd3\x43\xc1\x0f\x5f\x87\x57\xfd\x0b\x77\xee\xcd\xa6\x6e\xff\xca\x18\xda\x9b\xf4\x07\x6e\x55\xc5\x9e\x51\xa5\x5d\x90\x82\xae\x56\x28\xf2\x4d\xc6\x1e\xd4\x0b\x36\x6d\xdd\x44\x03\x5f\x0c\x67\xaf\xaf\x5f\xce\x7f\x77\x5f\xbe\x1e\x8f\xdf\x66\x95\x8d\xba\xe9\x5e\x27\x8b\x0c\x09\x19\x0a\xea\x37\x42\xb9\x23\x77\x3a\x1c\xec\xc7\xb2\xc3\x53\x30\xaa\xb5\x34\x58\x13\xb6\xc2\x1e\x7c\xad\x52\x0e\x8b\x6f\x29\xb5\xfd\xdd\x2e\xd0\xf4\x43\xeb\x5a\x3e\xaf\xed\x92\xdf\x6f\x41\x0b\x34\x50\xb2\x07\x67\xf7\xd8\xbf\x9b\x96\x8a\x95\x7f\x8a\xb6\x12\x56\x39\xb0\x66\x24\x55\x19\x77\xe5\x3c\x5a\xd6\x6f\xe5\xf5\x90\x7e\x8c\x3c\xb9\x8e\x00\xf2\xc2\x59\xee\xa4\xd6\xc6\x95\x65\x5f\x2c\xd9\xf3\x97\x73\xcf\x9d\xbe\x1f\x0e\xdc\xf9\x64\xea\xbe\x1a\x7e\x98\x5f\xf5\x27\x93\xe1\xe8\xa2\x44\x5b\x5e\xc1\x6d\xc9\xea\x3f\xce\x5f\x36\xa3\xbf\x19\x9d\x0f\x9b\xb1\xd2\x8f\xb7\xcd\xe3\xb2\x72\x67\xeb\xd8\xbc\x1e\xda\x3c\x3e\x2b\x7b\xb6\x8e\xcf\xeb\xa2\xcd\xe3\xb3\x0a\x6c\xeb\xf8\xbc\x44\xdb\x3c\xbe\x5a\x7c\x6d\x45\xa9\xd5\x68\x9b\xb1\x0c\xc9\x78\x7c\x39\xf7\x86\xff\x6c\x67\xa8\x42\xd5\x86\xd4\xff\x70\x0c\x52\x99\xaa\x05\x69\xf6\x61\x3e\xf4\xc6\x97\xc6\x15\x5a\x81\xca\x44\x4d\x38\x59\x49\x57\x3b\xdc\x7c\x32\x1d\xcf\xc6\x83\xf1\x65\x13\x5a\x71\xfc\x3e\x1f\x59\xf2\x06\xb4\xf1\xc4\x1d\x79\xaf\x87\xaf\x66\xf3\x8c\x28\xf7\xed\x76\x4f\x6a\x3d\x69\x7c\x03\xfa\x64\x3c\x9d\x35\xa1\x9f\xea\xb3\xc6\x69\x03\x56\xb5\x5e\x5e\xdb\x2e\xf3\xe1\x5d\x54\x7e\x17\x49\xec\xd8\x9d\xc0\xd9\xf0\x30\x89\xf0\x20\x5c\xb3\x9c\xb5\x12\xfd\x61\xa6\x66\x1f\x27\x47\x41\x19\xc2\x76\xbc\x76\xcd\x17\xdf\xdb\x47\xef\x5f\x3f\x55\x9a\x46\x94\xf1\x74\xe4\xce\xde\xcd\x07\x97\xd7\xde\xcc\x9d\x1e\xc2\x6b\xa1\xde\x87\xfc\xee\xda\xbd\x76\xbd\xfd\x78\x96\x66\x1f\xca\x6c\x3c\x19\x0e\x0e\xa0\x58\x9a\x7d\xcb\xa8\x7a\x8b\xd2\x8c\xd6\x72\xe3\x72\x04\xea\x51\xee\xfa\x69\x65\xca\x0b\x0e\x32\x5f\x6c\x63\x75\xd0\x75\xdb\x26\x39\x8e\xf9\x7d\xee\x5c\xa7\x6d\x77\xc4\x26\xca\x63\x10\xf7\x3b\x53\x1b\xf5\x3e\xe4\xe3\xdc\xb4\x8d\xba\x09\xb9\x7f\x3d\x1b\xcf\xcf\xdd\xc9\xe5\xf8\xe3\xdc\xfd\x30\xb9\x1c\x9f\xbb\x2d\xa8\x4d\x94\x65\x44\x93\x52\x1e\xca\x6b\x0c\x91\xce\xe5\x27\x3c\xa4\xfe\xb6\x07\xfd\xf0\x86\x6c\x65\x89\x22\xa4\x1b\x64\x28\xe5\x44\xf0\x05\xf6\x2a\xac\xe0\x97\x72\x1a\x63\xff\xf3\x79\x14\x11\x16\xd4\x7f\x76\xa0\xbb\xa0\xac\xbb\x20\x72\xbd\xf3\xc5\xf1\x77\x89\x79\xac\x74\x24\x35\x83\x2a\x1c\x74\x6a\x00\x94\x51\x45\x49\x78\x8e\x21\xd9\x7a\xe8\x73\x16\xc8\x1e\xfc\xf2\x64\xe7\x9c\xb1\x5f\x0d\xa5\x3a\x54\xc6\x42\x9e\x95\xa5\xf5\xd5\xe7\xcf\x5f\x54\x26\x4e\x8f\x2f\x3c\xe4\x9f\x29\xa9\x7c\x89\x05\x57\xdc\xe7\x61\x0f\x66\x83\xc9\x5e\xcc\xa2\xf6\x5e\xc6\x4c\xcb\x50\x77\x01\x2c\x6a\xc3\x75\x40\x79\x47\xc4\xac\xf8\x56\x45\xac\x6d\xb9\xed\x80\x02\x49\x40\xff\xbb\xee\x53\x65\xa1\xea\x3f\xf9\x15\x60\x75\xc2\x90\x46\x54\xc9\x3a\x13\x11\x46\x5c\x6c\xcd\xc9\xda\xbd\xd2\x47\xfb\xcb\xe1\xd5\xb0\x12\x89\x6d\xd4\xbc\xe2\x09\xab\x7b\x53\xa4\x7f\x9b\x10\xb5\x3e\x22\x4b\x28\x5d\x95\x39\x9f\x71\x2b\x15\x17\xd8\x44\xa5\x05\x1b\xb3\x70\x5b\x3b\x86\x37\x4d\x77\x6c\x94\x2f\x4f\x9d\x8d\xb9\x03\x0b\xa5\x12\xd9\x85\x20\x3e\x4e\x50\x50\x1e\x34\x2d\x4f\x8b\x29\x77\x0b\x1c\xfb\x85\x4f\x8f\xda\x15\x5e\xec\x6f\xa3\x74\xb5\x57\x7a\x20\x1a\xd1\x0f\xcb\x77\x78\x96\x7d\x9b\x73\xbd\xf2\x50\x3a\xe2\x4f\x88\x20\x51\x49\x68\x92\x28\x1e\x11\x45\xfd\x9a\x1e\xf3\xc5\xa8\xe7\xab\x28\x69\x5f\x38\xbb\x53\x1d\xe6\x40\x01\xed\x2f\x58\x8b\x68\xbc\x15\x7a\x90\x9a\x44\x09\xf9\x2f\x53\x9b\xa8\xf0\x7c\xac\xde\xe0\x7e\xb5\x8a\xab\xf1\xe8\x62\x9c\x9e\xfc\xef\x54\x16\xc8\x00\xee\x55\x1b\xc8\x40\xee\x55\x20\xc8\x40\x1e\xac\x4a\x90\x01\x8e\xc6\x93\xa9\xdb\xbf\xbc\x1c\x0f\x9a\xc1\x76\xe9\xf6\xa1\x79\x57\xfd\xcb\xcb\x57\xc3\xcb\xb6\x03\xce\x2e\xdd\x3e\xb4\x77\xd7\xc3\xb6\x53\x49\x85\xa4\x21\xeb\xac\x7b\xdb\x3d\x33\xcd\xc6\x2c\xef\xe7\x6a\xf2\xa4\xfc\xd8\xe3\xfe\xe7\x7a\xc0\x86\x86\xcb\xdf\x74\x00\x8d\x90\x27\x2a\xc7\x3b\x3b\x26\x28\xee\xac\xa3\x63\x92\xc7\xdd\xb9\xbf\x4f\xbe\xd4\x94\x2d\xd1\x63\x12\x28\x23\x24\x9c\x3d\x7d\xde\x79\xd2\x79\xd2\x39\xeb\x19\x01\xba\x3f\xd4\x97\x12\x38\x09\xfc\x50\x5e\xe5\xe0\xc4\xc5\x0f\x8d\xab\xc4\xe0\x3b\xb8\x21\xe1\x3f\x4e\xff\x48\xa8\xfa\xf1\xa7\xd3\x23\x2c\x7d\xb4\xdd\x8e\xcb\xc0\x36\x44\x74\x43\xba\xe8\xa6\xb6\xec\xea\x60\xdc\x90\x05\xed\x31\xbf\x13\x6f\x78\xf8\x90\xf9\xce\xd1\x73\x41\xa9\xfd\xf5\xbd\x41\x1b\x84\x84\x46\x55\x0f\xf0\xf5\x4f\xa3\x83\xc0\x86\xec\xbf\x92\xac\xec\x2c\xa3\x3b\x25\x2d\x29\x48\xaf\x88\x47\x95\xdb\xa1\x59\xff\xe2\xb6\x36\xe6\x9b\xae\x91\xee\x97\xec\x4c\x9a\xcc\xf4\x5d\x32\x9e\xdc\xae\xc5\xde\x6d\x9b\xf4\xae\x78\x80\xb9\x89\xa7\x48\x82\xdf\x05\x55\x38\x66\xe9\x5d\xd9\xce\x69\x48\xe0\x1f\x09\xca\xf2\x4a\xd2\x99\x72\x5a\x56\x78\x3f\xbe\xbc\xbe\x72\xe7\x83\xfe\xa4\x3f\x18\xce\x3e\xde\x9e\xc4\xda\x51\x50\x19\x2f\x72\x76\x1b\x59\x34\xdb\xe6\xa2\x5f\xad\xb1\x2c\x68\xe7\x04\x20\x6d\x4b\xb5\x1e\x5b\x6e\xb1\xd4\xbf\xe4\xbd\x83\x75\x81\x4f\x2c\x87\x54\x60\x90\xfb\x62\xba\x43\xe9\x04\x9f\xc4\x71\x9d\x8f\x47\x83\x44\x2a\x1e\x99\xab\xfe\x9c\x9f\x72\x6f\x06\x08\x9e\x28\xec\x00\x5c\x22\xd9\x20\x2c\x42\xc2\x3e\x1b\xa2\x00\x97\x24\x09\x55\x3e\xd2\x36\x87\x61\x67\xd5\xe9\xc1\xaf\xe5\x0e\x55\xfd\xf1\x37\xe7\xd7\xb4\xb5\xfc\xb7\xce\xaf\xe9\x48\x27\xe0\x11\xa1\xcc\x91\xc9\x72\x49\xbf\xfc\xf6\xa8\x2e\x75\xc6\x99\x66\xc6\x36\x45\xbc\x4e\xa7\xca\xe5\xaf\x34\x26\x1c\x2d\x9a\x3c\x56\x36\x23\x51\x2e\x5f\x2a\x5b\xda\xc0\xf0\xd0\x22\xca\xa3\x64\xf4\xea\x42\x5e\x50\x95\xde\x93\xc3\xf5\x74\x58\x6f\x1b\xa9\xcf\xa7\xa9\xa7\x18\x73\x49\x15\x17\x5b\xb0\xd7\xe4\x76\x9a\xc6\x7b\xfa\x3d\xfe\x74\x44\x9f\x77\xfe\x2f\xe7\x8f\x84\xfa\x9f\xa5\x22\x42\xc9\x26\x01\x16\x82\x30\x7f\xdd\x55\x64\x05\x02\x97\x28\xd0\xae\xbf\x06\xd6\x8b\x8f\x6d\x5c\x4f\xdd\x57\x05\x93\xa7\x67\x9d\xa7\xa7\xf5\x19\xf5\x96\x67\x3a\xdf\x29\x33\xa8\xa9\xd5\x40\x71\xdb\x8f\xfc\x77\xc0\x28\x56\x5b\xa3\x4b\xc1\x79\x41\x10\x50\x61\x8e\x46\xdb\x9d\x05\x3a\xb0\xfd\x13\x70\x9e\x51\xe4\x0c\x96\x7a\x29\x0a\xb6\x14\x0f\x78\x48\xa5\xea\x66\xff\x28\x35\xcc\x55\x58\x3d\xcf\xfa\x05\xdf\x8c\xce\x87\x36\x5e\x98\x47\x02\x8b\x6d\xa5\x4b\x5a\x71\x13\xa9\xc2\x8d\x7d\x03\xa1\x63\xa9\xf5\x09\xeb\xb3\xc6\x8d\x3f\x91\x0d\xe9\x59\x13\x75\x0b\x02\xd9\x2d\xb6\x9d\x8a\x44\xd5\x99\x2b\x41\x27\xbb\x12\x6d\xe3\x35\xf5\xde\x66\xb8\x3a\x52\xe9\x0c\xd2\xe6\x69\xda\x06\xf5\xc9\x3c\xfa\x1f\x04\xbe\x2c\x3f\x7c\x49\x03\xb1\x5d\xbf\xd9\x74\x36\xbb\xd8\xb1\x57\xce\x8e\xdd\x88\x60\x40\x62\xe2\x53\x55\x98\xad\x16\xca\xf7\x70\x77\x76\x41\xeb\xcc\xbd\x4b\x30\xb1\x6a\x90\xf5\x89\xcd\x27\x59\x5a\xdb\x95\x2b\x98\xfa\x1e\xc1\x63\xea\x37\xe3\x98\x4f\xbb\x38\xe9\x25\x4c\xdb\x5e\xc3\x97\xc6\x3f\x6c\xc5\xa6\xfe\x3c\x25\xab\xfa\x98\xb7\x28\xf5\xf9\xd2\xc6\xfe\xb7\x19\x8d\x67\x21\x2a\xd6\x2c\x17\x98\x0e\x6f\x44\x69\xc5\xed\x10\xaf\x15\xae\xb2\x55\x5b\x08\x71\x88\xcf\x57\x34\x44\xb6\xcb\x64\xe9\x8e\x26\xe5\x2a\x9b\xa7\xf3\xe9\xf3\x4e\x88\xd2\x3c\xe9\x3c\xa7\x99\xa7\x1f\xdf\xbc\xf5\x80\x0b\x78\x33\x70\xdf\x7a\x3f\x1d\x62\x68\xb6\x8d\xdb\x98\xb1\xf7\x95\x6d\xfa\x20\x52\x72\x9f\x9a\xc7\x5a\xe6\x61\x8b\xd5\x81\x01\xf7\x51\x28\xba\xd4\xc1\xa0\xcd\x6e\x83\x82\xa2\xc9\x66\x26\x75\x68\x98\xb8\xf2\xee\xab\x22\x39\x61\xc1\x11\xd3\xe6\x52\x4f\x52\xa0\xda\xbc\xf9\x79\xa8\xbe\xba\x51\x49\xf8\x42\x9c\x98\xf3\xb0\x1b\x51\x66\xfe\xe1\x48\xbd\xe6\x33\x4e\xb2\x47\x1e\x18\x94\xc2\x5d\xe3\x3a\x4f\x77\xc7\x2b\xca\x68\x94\x44\x30\xe1\x3c\x34\xe1\xa3\x1c\x85\xaa\xed\x09\x7b\xb9\x21\x5f\x1e\x84\x1b\xf2\x65\x0f\x37\x95\x16\x87\x26\x6e\x94\x20\x4c\x12\xdf\xe4\x1e\x54\xf2\xb0\x78\xea\x72\x27\x6e\x66\x05\x1c\x0c\x33\xb8\x32\x47\x95\x56\x89\x7a\xdc\xa7\x92\x2c\x42\xbb\xeb\xd8\x15\x11\x0b\x24\x61\xc8\x5b\x92\xd9\xec\x31\xce\x88\xc3\xa4\x4c\x98\xcf\xd7\x50\x08\xda\xd5\x41\x0e\xa3\xb8\xde\x12\x81\x80\x8c\x48\x18\x62\x91\x97\x16\xfc\x68\x53\xb5\xb2\xe1\xe9\x61\x26\x4e\xc8\x1d\x0e\x4a\xc5\xa3\x1a\x07\xd3\x84\xc9\x1c\x82\x32\x20\xf0\x47\x42\x51\x41\xc4\x03\xbd\x07\x13\x05\x44\x29\x9d\x46\x48\xcd\xa0\xb9\x3d\xb1\x59\xbe\x39\x74\xeb\x40\x62\x9b\x3b\x5b\xd9\x7a\xa7\xe1\x76\x18\xb2\xf5\xa7\x1a\x2f\xaf\xb9\x60\xa8\xde\x65\xed\xe4\x40\x2a\x8f\x29\xeb\x13\x64\xd4\xa5\x25\x69\x4e\x9a\xf0\xe8\x5f\xc4\xf9\x4f\xdf\xf9\xe7\x13\xe7\x6f\xff\xfe\xfa\xe2\x56\xe7\xaa\xa6\xa1\xcf\xbe\x57\xfd\x12\x0b\x94\xb2\x6c\xa6\x3d\x8d\x09\xb5\xd0\xdf\x96\x28\x24\x12\xc5\xfe\x6c\xe1\x3a\x7d\x81\x9a\x33\xa9\x87\x94\xf9\xfc\xf9\xf6\x10\x9b\xd5\x46\xac\x6f\xe1\xac\x4d\x83\x39\xd5\xbd\x55\x58\x2d\x09\x1d\xc9\xdb\x7e\xf3\xb6\x93\xdd\x99\xc5\x9d\x0a\xef\x7e\x46\x6d\x4b\x68\x56\x3f\x69\xd9\xa7\x2f\xcc\xa9\x01\x7e\xc7\xc5\x9a\xf3\xcf\x69\x3a\x71\x67\x26\x1b\x1b\x55\x0f\x33\x6a\xfb\x4d\xd3\x47\x88\x07\xf8\x4d\x69\x1f\x8a\xe1\xc6\x76\xd8\x83\x1c\x8f\xb2\x7a\x8d\x0e\x39\x37\x6b\xea\xdb\x34\xa0\x54\x13\x92\x66\x13\xc8\x5e\x69\x5e\xd1\x20\x08\xf1\x86\x08\xb4\xe5\x2b\x09\x44\xd8\xc2\x06\x65\x52\xe9\x70\x19\x98\x97\xde\xb2\x86\xa1\x07\x30\x2e\x74\x64\xdc\x16\xa4\x90\x66\x5e\xf9\xb1\xae\xa8\x1f\xd9\x23\xc6\x47\x9e\x80\x5c\xf3\x24\x0c\x80\xb3\x70\x6b\x1e\x91\xea\xf0\x17\xf1\x80\x2e\xb7\xf6\xb1\x30\x5d\xc2\x96\x27\x8f\x36\x58\xc2\xdd\x91\x41\x07\x54\x83\x18\xd0\xa5\x39\xf1\x95\xa6\xea\x66\x4f\xd4\xeb\x26\x2a\x21\x14\x8a\xca\x35\xde\x5c\xdd\xda\x93\xa6\x16\x8f\x2d\x1f\x3e\x9b\xce\x5e\x30\x35\x65\xd1\xad\x9d\x50\xdf\x23\x7d\xce\x18\x6b\xcf\x9f\xf7\x74\x3b\xa5\x0c\xa6\xb7\xc8\x9d\x4f\x3e\x36\xa7\xd2\xf7\x48\x67\x33\xfe\x5a\xf3\xd9\xc6\x96\xa9\x87\xcc\x6c\x77\x34\xb4\x93\xda\xb6\xf6\x58\xd5\xd8\xc8\xdf\xf6\xa7\xdb\x76\x5b\x44\xcf\x65\x4e\xe9\xee\xbd\xeb\xec\x69\xd5\xda\x1f\x7e\x06\x9c\x29\xc1\x43\x09\x37\x6b\x54\x6b\x14\x1a\x3c\xe4\x81\x4e\x33\x2b\xcf\xb4\xed\x71\xdc\x06\x82\x05\x16\xe5\x71\x1d\x4e\xec\xb2\x36\xe4\xb8\xbb\x79\x99\xdf\xc1\xcd\x60\xfb\xc2\x5f\xd3\x4d\x29\x31\x6b\xe9\x05\xcb\xaa\x3d\x4b\x12\x4a\xdc\xa9\xf7\x5c\x91\x0d\x32\x88\xa8\x10\xda\xd6\x36\x5d\xd4\x66\xf7\x9e\x0e\x6d\xec\xdf\x39\x5d\x57\x46\x94\x8b\x64\x3b\x8f\x4c\x6a\x53\x5d\x52\x69\x92\xbb\xac\x52\x44\x51\x1a\x23\xa5\xc1\x9a\xa4\xf2\xc0\x0d\x0d\x43\xad\x1a\x9f\xc7\xd4\x04\x56\xc5\x6d\xe5\xa6\xfa\x96\x7d\xc9\xc3\x00\x45\x07\x86\x4b\x48\x98\x8c\xd1\xa7\x4b\x8a\xc1\x63\xd0\x19\x6b\x8e\x45\x19\x74\xed\xdb\xcd\x1a\x6c\xa7\x50\x5b\xf9\x55\x4b\xd3\xe1\x96\xac\xca\x8a\xd1\x9c\x9c\x66\x6f\x7e\xed\xce\x01\xd2\x04\xd6\x0e\xe8\x03\xac\xb5\xe4\x63\x1b\xd0\x49\x48\x57\xcc\x5e\x5a\xe6\x0b\x39\x22\x9f\xb8\xe8\x44\x94\x71\x91\x3d\x7b\xd7\x5a\x49\x73\xdb\xd6\x9c\xd7\x44\x70\x48\x43\xb8\xbd\xdd\xa8\xa6\xbf\xf5\xbb\x8c\x3d\xe1\xfb\xf4\xe7\x86\xca\xdf\x20\xbb\x90\x49\x3b\x97\x6c\x62\x5e\x4c\x53\x6a\x62\xaa\x16\x78\xfe\x3f\x00\x00\xff\xff\x31\xb6\x5f\x20\xf7\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x8f\x1a\x39\xb2\xff\x7d\xfe\x8a\x12\x5a\x29\x1b\xbd\x00\x99\x6c\xb4\xc9\x71\x7b\x2b\x11\xe8\x4c\x48\x66\x80\xd0\xcc\x6e\x72\xa7\x13\x32\xdd\x05\x38\xe9\xb6\x7b\x6d\x37\x13\x36\x9a\xff\xfd\xc9\x76\x7f\xa7\x1b\xc8\xcc\x6c\xde\xdb\xfc\x92\xa1\x5d\xfe\x54\xb9\xaa\x5c\x2e\x97\x6d\x12\xd1\xdf\x50\x48\xca\x59\x0f\x14\x86\x51\x40\x14\x76\x78\x84\x4c\x6e\xe8\x4a\x75\x28\xef\x6e\xcf\xcf\x3e\x53\xe6\xf7\x60\x9e\x34\x9f\x05\x64\x89\x81\xec\x9d\x41\xd6\xa3\x07\x48\xa2\x9f\x9f\xb7\x43\xce\xd6\xdc\x5f\xb6\xe5\x33\x7a\x06\xf0\x25\x22\x44\xf6\xe0\xbc\xf3\xbc\x73\xfe\xf2\x2c\x44\x29\xc9\x1a\x7b\xf0\xa8\x0f\x0c\x6f\xc0\xe9\x4f\xe1\x67\x20\xcc\x87\x2b\xdd\x6b\xf8\x0a\x96\x44\xa2\x0f\x24\x8a\x02\xea\x11\x45\x39\x83\x1b\xaa\x36\xe0\xba\x97\x20\xe3\x28\xe2\x42\xc1\x86\x48\x58\x22\x32\xf0\x04\x12\x85\xfe\x19\x00\x65\xb0\xe3\xb1\x80\x48\xf0\x4f\xe8\xa9\x0e\xcc\x37\x08\xb1\x44\xc1\x48\x88\xdd\x88\x48\x79\xc3\x85\x0f\x2b\x2e\x80\x78\x1e\x4a\x49\xd9\x1a\xd4\x06\x33\xb6\x3e\x51\x44\xb3\x86\xd6\x0f\x5f\x87\xaf\x16\xc3\xfe\xbc\xff\xaa\xef\x3a\xb7\x2d\x0d\x2e\xc1\x7c\xbc\x76\x9d\xd9\xb8\x7f\xe5\xdc\x76\xcd\xcf\x69\xdf\x75\x7f\x9f\xcc\x86\xb7\xf0\x63\xdf\x0f\x29\x83\x8c\x0d\x95\x09\x4c\x7f\x78\x35\x1a\xe7\x84\xad\xc7\x1d\x98\x06\x48\x24\x9e\x01\x2c\x11\x64\x2c\x10\x14\x4f\xc6\x61\xe4\x59\xf1\x20\xe0\x37\x5a\x3a\x89\x9e\x40\x25\x7b\x1a\xea\xcd\x7c\x3e\x75\x17\xae\x33\x98\x39\xf3\xdb\x16\x78\x9c\x29\x42\x59\x3a\x86\xb4\xfd\x9d\xf3\xd1\x9d\x4f\x66\xce\xed\x19\xc0\x8a\x06\x46\x01\x76\xcc\x12\xc5\x36\xc1\xd4\x2c\x75\x7f\x64\xea\x9f\x1a\xfa\xed\xc5\x6c\x72\x3d\x75\x17\xce\x78\x30\xfb\x38\x9d\x37\x31\x39\x03\xd8\xa7\xcd\x18\xee\xb1\xf3\x62\xa1\x3b\xbe\xbd\x10\x3c\x8e\x24\x78\x3c\x0c\x63\x96\x18\x54\x76\x1e\x9d\x85\xa8\x88\x56\xb9\xf6\x1f\xc2\x18\x57\xb6\x45\xff\x04\xf0\x51\x7a\x82\x46\xca\xf8\x63\x9f\x01\x7e\x21\x61\x14\x60\xea\x2c\x55\xd7\x20\x7b\x46\xec\xc0\x6b\x2e\x20\xe4\x02\x81\xb2\x15\x17\xa1\xa1\x36\xd8\x00\x64\xc9\x63\x05\x71\xe2\x01\x54\x66\xfe\xfb\x04\x24\x22\x6c\x94\x8a\x64\xaf\xdb\x5d\x53\xb5\x89\x97\x1d\x8f\x87\xdd\x4f\x4b\x2e\x65\x3b\x9b\x0f\xdd\x82\x04\xed\xb4\xb3\xec\x18\x78\xea\x71\x36\x08\x88\x94\x3d\xf3\x67\x1b\x49\x64\xbe\x97\x26\x93\x4f\x65\x14\x90\x5d\x5b\xfb\x66\x0f\xde\xbe\xe2\x52\xda\xb1\x75\x9e\xc3\xff\x64\x83\xf9\xd1\x89\x36\x18\xa2\x20\x81\x1d\xa6\x11\xec\xf1\x3e\x5a\x24\xf8\x96\xfa\x28\xda\x65\xd8\x19\xfa\xf0\x86\xa8\x27\x30\x62\x9e\x95\x4d\x91\xb5\x34\x73\xf4\xc9\x27\xb2\x25\x88\xe6\xbf\x27\x66\x70\x4f\x36\xd4\xf7\xd1\x6a\xa8\x3e\x00\xf8\xdc\x8b\x43\x64\xd6\x4e\xed\x58\x04\xbd\x4c\x53\x76\x42\x75\x04\xfa\x1b\xa2\x8c\xc2\x4a\xc4\x5d\x64\x5d\x81\x7e\x7b\x43\x54\xdb\x6a\x12\x99\x42\x11\x09\x2a\xb1\x5d\x54\xa5\xe6\xaa\x8d\xd5\x3d\x20\x46\xc0\xd9\xba\x5d\xf2\x8f\x79\xd1\x84\xe0\xe3\x8a\x32\x94\x20\x50\xf2\x58\x78\x28\x81\x21\xfa\x26\x44\x18\x50\x0e\x3e\x6e\x31\xe0\x51\xaa\x1f\x70\x32\x61\xa0\x5f\xf0\x2c\x17\xc5\x16\x85\x31\xc9\x5e\x44\x7a\x02\x94\x79\x41\xec\x53\xb6\x4e\x7d\x0a\x96\x31\x0d\x7c\x3d\x67\x56\x74\x1d\x8b\x84\xac\xe8\xaa\x3e\x46\x01\xdf\x69\xad\x54\xa9\xb2\xd0\x93\x93\x24\xb0\x25\x42\x33\xb3\x52\xe7\xb0\xee\x8b\x99\x87\xfc\xa8\x35\xc0\x05\x11\xbb\xc7\x20\x15\x17\x64\x8d\x26\xaa\x66\x13\xbe\x30\xff\x12\x70\x0b\x61\x8c\xd8\x39\xa0\xf1\x24\xe8\x1e\x31\xb9\x01\xd8\xa6\x6b\x48\x12\xec\x01\xac\x2b\xd6\x2d\x0b\xba\x45\x46\xc4\xc3\x5e\xee\xcd\x67\x7c\xa9\x83\xb7\xec\x9d\xb5\xa1\xb8\x24\x6d\xcf\xcf\x00\xec\xf2\xa3\xcd\x42\x3d\x1d\x8d\x8a\x11\xa4\x26\x86\x54\xa2\x88\x5e\x0e\x6e\x70\x69\x02\x21\x8a\x47\xd2\x8c\x04\xf4\xc0\x3a\x09\xb9\xb4\xc8\x1d\x12\x44\x1b\x52\xf1\x7d\x8c\x90\xf9\xc8\x3c\x8a\xb2\x07\x8f\xfe\xf3\xb5\xa5\xa5\x6f\x99\xc8\xdc\x9f\x4e\x2f\x47\x83\xfe\x7c\x34\x19\x2f\xcc\xda\x90\x8e\xb3\xf5\x24\x01\x06\x68\x69\xd9\x35\x79\x22\x7d\xeb\xf6\xbf\x8f\x4c\x63\xbe\x86\x9a\x31\xe4\xde\xd2\x83\x1a\x64\x43\x66\x35\x5a\xdf\x2a\x23\xf4\x2c\x98\x1e\x58\x82\xdb\x36\x3f\x7a\xf0\xf2\xe9\xcb\xa7\xe9\x2c\x20\x62\x8d\x6a\x5a\xfe\x2c\x31\x40\x4f\x71\x91\xab\x2f\x75\xc6\x81\xf1\xc2\x7a\xa6\xdf\xc7\x50\xf2\xef\x6b\x29\x3b\x01\xdb\x77\x31\xd8\xf3\xe7\x3f\xd5\x19\x2c\xfd\xfc\xff\xc8\x60\x59\x04\xcb\xac\x96\xdb\xeb\x21\x7d\x3c\xb5\xd8\x31\xd5\x3d\x7b\xf1\xf4\xfc\x45\x8d\xee\xf2\xef\x77\x52\x5e\xc6\xfe\x2f\x51\x62\x9a\x2b\x45\x3a\x2c\x9b\x3c\x57\x07\x7c\x2f\x88\xa5\x42\x9d\x4c\xd5\xbb\xff\xe7\x78\x89\x82\xa1\x4e\x40\x28\xef\x2a\x1e\xa0\x20\x0a\xdb\x31\x13\x48\xfc\x5d\x1b\x99\x1f\x71\xca\x4c\x1a\xa9\x44\x8c\xad\x87\xb7\x49\x64\x97\xc1\xdc\x20\x89\xc8\xa3\x69\x0f\xc6\x9c\xe1\xbe\x91\x2c\x56\x94\x2f\x9f\x89\xc3\xbf\x7c\xf9\xf2\x61\x3d\x9b\xfa\xf5\x22\xeb\x98\x92\xd9\x6c\xc6\x63\xf5\xed\x16\x33\xbd\xec\x7e\x22\x57\x5f\xba\xae\xa4\x26\xfa\x6b\x83\xfc\x86\x4b\xa5\xa9\xde\x4c\xdc\xb9\x6e\x5d\xe8\x5d\x80\x05\x50\x3c\xe5\xd7\x0c\xf5\x8d\xfa\x92\x7f\xa1\xc2\xe4\x03\x69\xec\xc4\x60\x5b\xab\x38\x37\xd1\x5c\xce\x58\xa1\x08\x29\x4b\x18\xeb\xbd\x9d\xda\x08\x1e\xaf\x37\xb5\x1a\x3e\xc0\xba\x31\x5a\x8c\x42\xb2\x46\x57\x09\x24\xe1\x9e\x3a\x1f\xd4\x6b\x1a\x25\x78\xa5\xb3\x56\x3b\xa9\xfe\x5a\x09\x8a\xea\xe7\xb1\x8a\x62\x95\x69\x39\x53\x64\x8d\x5a\xe6\x64\x9d\x35\x36\x82\xf7\xcc\xfe\xcb\xe6\xcc\x36\xeb\xef\xe5\xf9\xb3\xc2\x2f\x6a\x48\x85\xee\x38\x98\x8c\xe7\xce\x87\xf9\x62\x38\x9a\xdd\x26\x04\x6b\xaa\x72\xee\x02\x57\x9a\xcc\x9d\x5c\xcf\x06\xce\x62\xe6\x4c\x27\xee\x68\x3e\x99\x7d\x5c\xcc\x9c\xd7\xb7\x19\x55\x2c\x68\x3d\xd5\xf5\xec\x32\xa5\x52\xbb\x08\x7b\x70\x41\x13\x99\x94\x0e\xc9\xeb\x5d\xca\xc9\xca\xe8\x56\xbe\x02\x20\xdb\xe6\x3f\xd2\x28\x79\xd5\xff\xcd\x19\x2f\xae\x46\xb3\xd9\x64\xa6\x59\x64\x04\x00\x5b\x12\xc4\x46\x23\x55\x9a\xdb\x3d\x94\xfe\x6c\x3e\x7a\xdd\x1f\x98\xb1\xd7\x21\x14\xdb\xf3\xde\x2b\x2e\x3c\x9c\xc6\x41\xd0\x03\xbd\x76\xe4\xdf\x05\x0f\x7b\x05\x98\x83\x66\x4b\x0d\x97\x6c\xfd\xcc\x56\x20\xcb\xd9\x7a\xe7\x9d\x7f\x54\x28\x93\x4d\xc1\x0f\x5f\x47\x57\xfd\x0b\x67\xe1\xce\x67\x4e\xff\xca\x18\xda\x9d\xf6\x07\x4e\x59\xc5\xae\x51\xa5\x9d\x90\x82\xae\xd7\x28\xb2\x45\xc6\xee\xdf\x73\x31\x6d\x39\x45\x03\x5f\x8c\xe6\x6f\xae\x5f\x2d\x7e\x77\x5e\xbd\x99\x4c\xde\xa5\x05\x8f\xaa\xe9\xde\xc4\xcb\x14\x09\x19\x0a\xea\xd5\x42\x39\x63\x67\x36\x1a\x1c\xc6\xb2\xdd\x13\x30\xaa\xb5\x34\xd8\x10\xb6\xc6\x1e\x7c\x2d\x53\x8e\xf2\xb6\x84\xda\x7e\xb7\x13\x34\x69\x68\x9c\xcb\xc3\xca\x2a\xf9\xfd\x26\xb4\x40\x03\x25\x7b\x70\x7e\x8f\xf5\xbb\x6e\xaa\xd8\xf1\xcf\xd0\x16\xc8\x4a\xbb\xd4\x94\xa4\x3c\xc6\xfd\x71\x9e\x3c\xd6\x6f\x95\xf5\x98\x7e\xcc\x78\x32\x1d\x41\x12\x8e\x08\x65\x99\x93\x5a\x1b\x97\xa6\x7d\x3e\x65\x87\xaf\x16\xae\x33\xfb\x6d\x34\x70\x16\xd3\x99\xf3\x7a\xf4\x61\x71\xd5\x9f\x4e\x47\xe3\x8b\x02\x6d\x71\x06\x37\x25\xab\xff\x1a\xbe\xaa\x47\x7f\x3b\x1e\x8e\xea\xb1\x92\xc6\xdb\xfa\x7e\x69\x15\xb4\xb1\x6f\x56\x26\xad\xef\x9f\x56\x43\x1b\xfb\x67\xe5\xd2\xfa\xfe\x69\x69\xb6\xb1\x7f\x56\xbb\xad\xef\x5f\xae\xc9\x36\xa2\x54\x4a\xb7\xf5\x58\x86\x64\x32\xb9\x5c\xb8\xa3\x7f\x37\x0b\x54\xa2\x6a\x42\xea\x7f\x38\x05\xa9\x48\xd5\x80\x34\xff\xb0\x18\xb9\x93\x4b\xe3\x0a\x8d\x40\x45\xa2\x3a\x9c\xb4\xd2\xab\x1d\x6e\x31\x9d\x4d\xe6\x93\xc1\xe4\xb2\x0e\x2d\xdf\x7e\x0f\xc7\x96\xbc\x06\x6d\x32\x75\xc6\xee\x9b\xd1\xeb\xf9\x22\x25\xca\x7c\xbb\xd9\x93\x1a\x77\x1a\xdf\x80\x3e\x9d\xcc\xe6\x75\xe8\x2d\xbd\xd7\x68\xd5\x60\x95\x0b\xe9\x95\xe5\x32\xeb\xde\x45\xe5\x75\x91\x44\x6d\xbb\x12\xb4\xb7\x3c\x88\x43\x3c\x0a\x57\x3f\xce\xfd\xda\xfd\x11\xa1\xe6\x1f\xa7\x27\x41\x19\xc2\x66\xbc\x66\xcd\xe7\xed\xcd\xbd\x0f\xcf\x9f\x32\x4d\x2d\xca\x64\x36\x76\xe6\xef\x17\x83\xcb\x6b\x77\xee\xcc\x8e\xe1\x35\x50\x1f\x42\x7e\x7f\xed\x5c\x3b\xee\x61\x3c\x4b\x73\x08\x65\x3e\x99\x8e\x06\x47\x50\x2c\xcd\xa1\x69\x54\x3e\x5c\xa9\x47\x6b\x38\x88\x39\x01\xf5\x24\x77\xfd\xb4\x36\xe5\x85\x36\x32\x4f\xec\x22\x75\xd4\x75\x9b\x98\x9c\x26\xfc\x21\x77\xae\xd2\x36\x3b\x62\x1d\xe5\x29\x88\x87\x9d\xa9\x89\xfa\x10\xf2\x69\x6e\xda\x44\x5d\x87\xdc\xbf\x9e\x4f\x16\x43\x67\x7a\x39\xf9\xb8\x70\x3e\x4c\x2f\x27\x43\xa7\x01\xb5\x8e\xb2\x88\x68\x52\xca\x63\x79\x8d\x21\xd2\xb9\xfc\x94\x07\xd4\xdb\xf5\xa0\x1f\xdc\x90\x9d\x2c\x50\x04\x74\x8b\x0c\xa5\x9c\x0a\xbe\xc4\x5e\x49\x14\xfc\x52\x4c\x63\xec\x3f\x8f\x87\x21\x61\x7e\xf5\x73\x1b\xba\x4b\xca\xba\x4b\x22\x37\x7b\x2d\x6d\x6f\x9f\x98\x47\x4a\x47\x52\xd3\xa9\x24\x41\xa7\x02\x40\x19\x55\x94\x04\x43\x0c\xc8\xce\x45\x8f\x33\x5f\xf6\xe0\xe7\xa7\x7b\xfb\x8c\xc3\x6a\x28\xd4\xa1\x52\x11\xb2\xac\x2c\xa9\xaf\xbe\x78\xf1\xb2\xc4\x38\xd9\xbe\xf0\x80\x7f\xa6\xa4\xd4\x12\x09\xae\xb8\xc7\x83\x1e\xcc\x07\xd3\x83\x98\x79\xed\xbd\x88\x99\x94\xa1\xee\x02\x98\xd7\x86\xab\x80\xf2\x8e\x88\x69\xf1\xad\x8c\x58\x59\x72\x9b\x01\x05\x12\x9f\xfe\xdf\xba\x4f\x59\x84\xb2\xff\x64\xe7\x81\x65\x86\x01\x0d\xa9\x92\x55\x21\x42\x0c\xb9\xd8\x99\x9d\xb5\x73\xa5\xb7\xf6\x97\xa3\xab\x51\x29\x12\xdb\xa8\x79\xc5\x63\x56\xf5\xa6\x50\x7f\x9b\x12\xb5\x39\x21\x4b\x28\x9c\x8f\xb5\x3f\xe3\x4e\x2a\x2e\xb0\x8e\x4a\x0f\x6c\xc2\x82\x5d\x65\x1b\x5e\xc7\xee\xd4\x28\x5f\x64\x9d\xf6\xb9\x83\x08\x85\x12\xd9\x85\x20\x1e\x4e\x51\x50\xee\xd7\x4d\x4f\x8b\x29\xf7\x0b\x1c\x87\x07\x9f\x6c\xb5\x4b\xb2\xd8\x6f\xe3\x64\xb6\x97\xae\x46\xd4\xa2\x1f\x1f\xdf\x71\x2e\x87\x16\xe7\x6a\xe5\xa1\xb0\xc5\x9f\x12\x41\xc2\xc2\xa0\x49\xac\x78\x48\x14\xf5\x2a\x7a\xcc\x26\xa3\xe6\x57\x52\xd2\xa1\x70\x76\xa7\x3a\xcc\x91\x02\xda\xdf\xb0\x16\x51\x7b\x2a\xf4\x20\x35\x89\x02\xf2\xdf\xa6\x36\x51\x92\xf9\x54\xbd\xc1\xfd\x6a\x15\x57\x93\xf1\xc5\x24\xd9\xf9\xdf\xa9\x2c\x90\x02\xdc\xab\x36\x90\x82\xdc\xab\x40\x90\x82\x3c\x58\x95\x20\x05\x1c\x4f\xa6\x33\xa7\x7f\x79\x39\x19\xd4\x83\xed\xd3\x1d\x42\x73\xaf\xfa\x97\x97\xaf\x47\x97\x4d\x1b\x9c\x7d\xba\x43\x68\xef\xaf\x47\x4d\xbb\x92\x12\x49\x4d\xd6\x59\xf5\xb6\x7b\x66\x9a\xb5\x59\xde\x4f\xe5\xe4\x49\x79\x91\xcb\xbd\xcf\xd5\x80\x0d\x35\x87\xbf\x49\x07\x1a\x22\x8f\x55\x86\x77\x7e\x4a\x50\xdc\x9b\x47\xa7\x24\x8f\xfb\xbc\xbf\x4f\xbe\x54\x97\x2d\xd1\x53\x12\x28\x33\x48\x38\x7f\xf6\xa2\xf3\xb4\xf3\xb4\x73\xde\x33\x03\xe8\xfe\x50\x9d\x4a\xd0\x8e\xe1\x87\xe2\x2c\x87\x76\x94\x7f\xa8\x9d\x25\x06\xbf\x8d\x5b\x12\xfc\xab\xf5\x47\x4c\xd5\x8f\x8f\x5b\x27\x58\xfa\x64\xbb\x9d\x96\x81\x6d\x89\xe8\x06\x74\xd9\x4d\x6c\xd9\xd5\xc1\xb8\x26\x0b\xaa\x33\x7f\x89\xf4\x5e\x79\x0e\x86\x91\xda\x0d\xa9\x28\xdb\x2e\x44\x9f\xc6\x61\x0f\x5a\xad\x93\xbc\x31\x13\xe7\x7b\x67\x1b\x7b\xf3\xe0\x4e\x59\x47\x02\xd2\xcb\x03\x4a\xe9\x78\x67\xde\xbf\xb8\xad\xf4\xf9\xa6\x73\xa0\x93\xb2\x95\x48\xab\x07\x95\xd1\x5d\x7b\xff\xfe\x85\x66\x6a\xce\xa7\xd5\x06\x8b\xab\x72\xe7\x0c\x20\xb9\x5a\x69\xb3\xc1\xe2\x35\x41\xfd\x25\xbb\xe7\x56\xd5\xdd\x99\x9e\xe6\x7f\xc4\x54\xa0\x9f\x59\x20\x09\xac\x3a\x2f\x25\x51\x54\x95\xe3\xd1\x20\x96\x8a\x87\xe6\x84\x3a\x93\xa7\x78\xa5\x00\x04\x8f\x15\x76\x00\x2e\x91\x6c\x11\x96\x01\x61\x9f\x0d\x91\x8f\x2b\x12\x07\x2a\xeb\x69\xef\x34\x61\x67\xdd\xe9\xc1\x2f\xc5\x5b\x96\xba\xf1\xd7\xf6\x2f\xc9\x45\xe9\x5f\x3b\xbf\x24\x3d\xdb\x3e\x0f\x09\x65\x6d\x19\xaf\x56\xf4\xcb\xaf\x8f\xaa\xa3\x4e\x25\xd3\xc2\xd8\xb3\xfc\x37\x09\xab\x6c\xfc\xa5\xf3\xf4\x93\x87\x26\x4f\x1d\x9b\x19\x51\x36\xbe\x64\x6c\xc9\xb9\xfb\x43\x0f\x51\x9e\x34\x46\xb7\x3a\xc8\x0b\xaa\x92\xe3\x5d\xb8\x9e\x8d\xaa\xb7\x1d\xaa\xfc\x34\xf5\x0c\x23\x2e\xa9\xe2\x62\x07\xf6\x74\xd7\xb2\xa9\x3d\x5e\x3e\xe0\x4f\x27\xdc\x5a\xce\xfe\x6a\xff\x11\x53\xef\xb3\x54\x44\x28\x59\x37\x80\xa5\x20\xcc\xdb\x74\x15\x59\x83\xc0\x15\x0a\x64\xe6\x88\xb5\x46\xf4\xbc\xb1\x49\xea\x99\xf3\x3a\x17\xb2\x75\xde\x79\xd6\xaa\x72\xd4\x91\xda\x5c\x70\xa6\xcc\xa0\x26\x56\x03\xc5\xed\x9d\xda\x7f\xda\xf8\x69\x74\x29\x38\xcf\x09\x7c\x2a\x4c\x46\xbf\xdb\x9b\xa0\x03\x7b\xec\x0f\xc3\x94\x22\x13\xb0\x70\x05\x20\x17\x4b\x71\x9f\x07\x54\xaa\x6e\xfa\x47\xe1\x9e\x57\x49\xd4\x61\x7a\xcd\xed\xed\x78\x38\xb2\xf1\xc2\x5c\x79\x5f\xee\x4a\x37\x7d\x15\x37\xe5\x86\x60\x6b\x6f\xf4\xeb\xc8\x6d\x7d\xc2\xfa\xac\x71\xe3\x4f\x64\x4b\x7a\xd6\x44\xdd\x9c\x40\x76\xf3\x60\x5b\x1a\x51\x99\x73\x29\xe8\xa4\x27\x79\x4d\xb2\x26\xde\x5b\x0f\x57\x45\x2a\xa4\xce\x4d\x9e\xa6\x6d\x50\x65\xf6\x3e\xc6\xd8\x72\x92\x55\x56\xa6\x49\x16\xa6\x4f\xa9\x38\x5f\x0d\xc3\x3c\xa2\x5e\x3d\x8e\x69\xda\xc7\x49\xca\xf3\x4d\xe1\x9c\xaf\x8c\x09\xec\x5e\xbe\xfa\x6c\x22\xad\x07\x98\xc7\x0b\x55\x7e\xc9\xfd\xef\x77\x29\x8d\x6b\x21\x4a\x0a\x2b\x96\x1e\x8e\xc7\xfa\xa4\x16\x73\x4c\xd6\x92\x54\xe9\xc4\xc8\x07\x71\x4c\xce\xd7\x34\x40\xb6\x2f\x64\xa1\x7a\x9f\x48\x95\xf2\xe9\x7c\xfa\xbc\x17\x05\xb4\x4c\x7a\x01\xad\x97\xe9\xc7\xb7\xef\x5c\xe0\x02\xde\x0e\x9c\x77\xee\xe3\x63\x02\xcd\x77\x51\x93\x30\xf6\x24\xab\x49\x1f\x44\x4a\xee\x51\xa2\xd0\xb7\xef\x1f\xac\x0e\x0c\xb8\x87\x42\xd1\x95\x9e\x6f\x4d\x76\x1b\xe4\x14\x75\x36\x33\xab\x73\x0d\xe3\xd2\x43\xa1\xd2\xc8\x09\xf3\x4f\x60\x9b\x8d\x7a\x9a\x00\x55\xf8\x66\x99\x72\x85\xb7\x8b\x4a\xc2\x17\xd2\x8e\x38\x0f\xba\x21\x65\xe6\x8f\xb6\xa4\x7f\xe6\x19\x49\xfa\x16\x00\xfd\x42\x44\xd9\x0b\x7d\xc3\xac\x09\xae\x28\xa3\x61\x1c\xc2\x94\xf3\x00\x5c\xfa\x67\x69\xa2\x97\x0f\xae\x0f\x4a\x43\xbe\x3c\x88\x34\xe4\xcb\x01\x69\x4a\x87\xdf\x75\xd2\x28\x41\x98\x24\x9e\x59\xde\xa9\xe4\x41\xfe\x22\xe2\x4e\xd2\xcc\x73\x38\x18\xa5\x70\x45\x89\x4a\x87\xe8\xd5\xd0\x4a\x25\x59\x06\x36\xb0\xdb\x19\x11\x09\x24\x41\xc0\x1b\xf2\xc5\xf4\xcd\xc6\x98\xc3\xb4\x48\x98\xf1\xab\x29\x11\xec\xeb\x20\x83\x51\x5c\xaf\x3a\x40\x40\x86\x24\x08\x30\x4f\xfd\x72\x79\xb4\xa9\x1a\xc5\x70\x75\x37\x13\x27\xe4\x9e\x04\x85\xb2\x42\x45\x82\x59\xcc\x64\x06\x41\x19\x10\xf8\x23\xa6\xa8\x20\xe4\xbe\x5e\xe6\x88\x02\xa2\x94\x5e\xa9\xa5\x16\xd0\xd4\xd5\x6d\x22\x6d\xb6\x63\x3a\x90\xd8\x6b\x7f\x8d\x62\xbd\xd7\x70\x7b\x02\xd9\xca\x44\x45\x96\x37\x5c\x30\x54\xef\xd3\x8b\xc6\x40\x4a\xaf\xef\xaa\x0c\x52\xea\xc2\x94\x34\x5b\x18\x78\xf4\x1f\xd2\xfe\xb3\xdf\xfe\xf7\xd3\xf6\x3f\xfe\xfb\xf5\xe5\xad\x4e\x07\xcd\x55\x2f\xfb\x94\xf1\x4b\x24\x50\xca\xa2\x99\x0e\x1c\x59\x57\x42\x7f\xd3\x5a\x1c\x4b\x14\x87\x17\xe4\xeb\xe4\xc9\x62\x26\xa4\xee\x52\x94\xf3\xa7\xdb\x63\x62\x96\xaf\xe8\x7c\x8b\x64\x4d\x1a\xcc\xa8\xee\xad\xc2\x72\xb1\xe0\x44\xd9\x0e\x9b\xb7\x99\xec\xce\x22\xee\xd5\xfe\x0e\x0b\x6a\x2f\x0b\xa6\x1b\xf3\x86\x75\xfa\xc2\x24\xe6\xf0\x3b\x2e\x37\x9c\x7f\x4e\xd2\x89\x3b\x0b\x59\x7b\x85\xf1\xb8\xa0\xf6\x26\x62\xf2\x56\xed\x88\xbc\x09\xed\x43\x09\x5c\x7b\x51\xf2\xa8\xc4\xe3\xb4\x10\xa0\x43\xce\xcd\x86\x7a\x36\x0d\x28\x14\x1b\xa4\x59\x04\xd2\xc7\x7c\x57\xd4\xf7\x03\xbc\x21\x02\x6d\x5d\x44\x02\x11\xb6\x22\x40\x99\x54\x3a\x5c\xfa\xe6\x69\xb0\xac\x60\xe8\x0e\x8c\x0b\x1d\x19\x77\x39\x29\x24\x99\x57\xb6\x73\xca\x0b\x13\x36\x8b\xff\xc8\x63\x90\x1b\x1e\x07\x3e\x70\x16\xec\xcc\x5b\x43\x1d\xfe\x42\xee\xd3\xd5\xce\xbe\x2e\xa5\x2b\xd8\xf1\xf8\xd1\x16\x0b\xb8\x7b\x63\xd0\x01\xd5\x20\xfa\x74\x65\x36\x55\x05\x56\xdd\xf4\x4d\x73\xd5\x44\x05\x84\x5c\x51\x99\xc6\xeb\xcb\x26\x07\xd2\xd4\xfc\x19\xde\xc3\x67\xd3\xe9\xdb\x96\xba\x2c\xba\xf1\x8e\xcc\xf7\x48\x9f\x53\xc1\x9a\xf3\xe7\x03\xf7\x60\x12\x01\x93\xf3\xc5\xce\x27\x0f\xeb\x53\xe9\x7b\xa4\xb3\xa9\x7c\x8d\xf9\x6c\xed\x65\x9a\x87\xcc\x6c\xf7\x34\xb4\x97\xda\x36\xde\xbe\xa9\x88\x91\x3d\x06\x4f\x96\xed\xa6\x88\x9e\x8d\x39\xa1\xbb\xf7\xaa\x73\xe0\x12\xcf\xe1\xf0\x33\xe0\x4c\x09\x1e\x48\xb8\xd9\xa0\xda\xa0\xd0\xe0\x01\xf7\x75\x9a\x59\x7a\xcd\xab\xf4\xff\x49\x20\x58\x62\x5e\x77\xd5\xe1\xc4\x4e\x6b\x43\x8e\xfb\x8b\x97\xf9\x0e\x4e\x0a\xdb\x17\xde\x86\x6e\x0b\x89\x59\xc3\x2d\xa1\xb4\xa0\xb2\x22\x81\xc4\xbd\x92\xca\x15\xd9\x22\x83\x90\x0a\xa1\x6d\x6d\xd3\x45\x6d\x76\xf7\xd9\xc8\xc6\xfe\xbd\xdd\x75\xa9\x47\xb1\x0e\xb5\xf7\xfc\xa0\xc2\xea\x92\x4a\x93\xdc\xa5\xc5\x18\x8a\xd2\x18\x29\x09\xd6\x24\x19\x0f\xdc\xd0\x20\xd0\xaa\xf1\x78\x44\x4d\x60\x55\xdc\x16\x47\xca\x4f\x9e\x57\x3c\xf0\x51\x74\x60\xb4\x82\x98\xc9\x08\x3d\xba\xa2\xe8\x3f\x01\x9d\xb1\x66\x58\x94\x41\xd7\xbe\xea\xab\xc0\x76\x72\xb5\x15\xdf\x3b\xd4\x6d\x6e\xc9\xba\xa8\x18\x2d\x49\x2b\x7d\x0d\x6a\x57\x0e\x90\x26\xb0\x76\x40\x6f\x60\xad\x25\x9f\xd8\x80\x4e\x02\xba\x66\xf6\x38\x2b\x9b\xc8\x21\xf9\xc4\x45\x27\xa4\x8c\x8b\xf4\x15\xb4\xd6\x4a\x92\xdb\x36\xe6\xbc\x26\x82\x43\x12\xc2\x6d\xd9\xbc\x9c\xfe\x56\x8b\xe4\x07\xc2\x77\xeb\xa7\x9a\xe2\xda\x20\xad\xf4\x27\x77\x5a\x6c\x62\x9e\xb3\x29\x5c\x6f\xc9\x91\xce\x2f\xe8\xd9\xff\x06\x00\x00\xff\xff\x2b\x27\x68\x5e\x12\x44\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYaml, - "Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7c\x7d\x6f\xdb\x38\xf2\xff\xff\x79\x15\x44\xb0\x40\xee\xf0\xab\xec\x66\x77\x6f\xb7\xe7\xdb\x5b\xc0\xb5\x95\xd4\xad\x9f\x6a\x29\x7d\xb8\xc3\xc1\xa0\xa5\xb1\xcd\x46\x22\xb5\x24\xe5\xc4\x57\xe4\xbd\xff\x40\x52\xcf\x96\x64\x37\x4d\x7b\xdf\xed\x3f\x4d\xa4\xe1\x67\x86\x33\xc3\xe1\x70\x34\x0c\x8e\xc8\x3b\xe0\x82\x30\xda\x43\x12\xc2\x28\xc0\x12\x3a\x2c\x02\x2a\xb6\x64\x2d\x3b\x84\x75\x77\x97\x67\xb7\x84\xfa\x3d\xe4\x26\xaf\xcf\x02\xbc\x82\x40\xf4\xce\x50\x36\xa2\x87\x00\x47\xbf\xfc\x6c\x85\x7b\xf1\x47\x60\x45\x0a\x50\x48\xa0\xd2\x12\x3f\x92\x33\x84\xee\x23\x8c\x45\x0f\x5d\x76\x7e\xee\x5c\xbe\x38\x0b\x41\x08\xbc\x81\x1e\xba\xe8\x23\x0a\x77\xc8\xee\xcf\xd1\x2f\x08\x53\x1f\x4d\xf6\xce\xdb\x31\xca\x87\xa3\x15\x16\xe0\x23\x1c\x45\x01\xf1\xb0\x24\x8c\xa2\x3b\x22\xb7\xc8\x71\xc6\x48\xc4\x51\xc4\xb8\x44\x5b\x2c\xce\x10\x5a\x01\x50\xe4\x71\xc0\x12\x7c\x44\x28\xda\xb3\x98\xa3\x88\xb3\x4f\xe0\xc9\x0e\x72\xb7\x80\x62\x01\x9c\xe2\x10\xba\x11\x16\xe2\x8e\x71\x1f\xad\x19\x47\xd8\xf3\x40\x08\x42\x37\x48\x6e\x21\xe1\xef\x63\x89\x15\xe3\x33\x84\xce\x7f\xf8\x3c\x7c\xb9\x1c\xf6\xdd\xfe\xcb\xbe\x63\x3f\x9c\x23\x22\x90\x7e\x74\xe3\xd8\x8b\x69\x7f\x62\x3f\x74\xf5\xaf\xf3\xbe\xe3\xbc\x9f\x2d\x86\x0f\x1d\x34\x0f\x00\x0b\x40\x2b\x40\x22\xe6\x80\x24\x4b\xc4\x52\x0c\xce\x10\x5a\xb3\x20\x60\x77\x8a\xa1\x00\x8f\x83\x14\x3d\xc5\xe4\x95\xeb\xce\x9d\xa5\x63\x0f\x16\xb6\xfb\x70\x8e\x3c\x46\x25\x26\x34\x15\x2b\x7d\xff\xc6\xfe\xe8\xb8\xb3\x85\xfd\x80\xd6\x24\xd0\x33\xf2\x35\x22\x47\x02\xf8\x2e\xc1\x54\x4c\xd5\x78\xa0\xf2\x1f\x0a\xfa\xf5\xf5\x62\x76\x33\x77\x96\xf6\x74\xb0\xf8\x38\x77\x5b\x98\x54\x29\x33\x76\x8a\x49\xca\x30\x61\xe7\xc5\x5c\x0d\x7c\x7d\xcd\x59\x1c\x09\xe4\xb1\x30\x8c\x69\x62\x23\xd1\xb9\x38\x0b\x41\x62\xa5\x47\xe5\x24\x98\x52\x26\xcd\x1b\xf5\x2b\x42\x3e\x08\x8f\x93\x48\x6a\xa7\xeb\x53\x04\xf7\x38\x8c\x02\x48\x1d\xa1\x6a\x6d\x5c\xb1\x4b\x07\x5d\x31\x8e\x42\xc6\x01\x11\xba\x66\x3c\xd4\xb4\x1a\x19\x21\xbc\x62\xb1\x44\x71\x62\x52\x22\x32\x17\x7d\x86\x04\x00\xda\x4a\x19\x89\x5e\xb7\xbb\x21\x72\x1b\xaf\x3a\x1e\x0b\xbb\x9f\x56\x4c\x08\x2b\x73\xf9\x6e\x81\xbf\x95\x0e\x16\x1d\x0d\x4f\x3c\x46\x07\x01\x16\xa2\xa7\x7f\xb4\x00\x47\xfa\x79\x69\xbd\xf8\x44\x44\x01\xde\x5b\xca\xd9\x7a\xe8\xf5\x4b\x26\x84\x99\x59\xe7\x67\xf4\xff\x92\xa9\xfc\x45\x4f\x4c\x0b\xf3\xd7\x43\x84\x88\xb3\x1d\xf1\x81\x5b\x65\xa8\x05\xf8\xe8\x15\x96\xcf\xd0\x88\x7a\x46\x1e\x89\x37\x42\x2f\xbd\x67\x9f\xf0\x0e\x03\xe8\xff\x9e\xe9\x09\x99\xf7\xb5\x0b\xda\x67\x5e\x1c\x02\x35\x26\xb1\x62\x1e\xf4\x32\xb5\x98\xe5\xd0\xe1\xe0\x6f\xb1\xd4\xda\x29\x11\x77\x81\x76\x39\xf8\xd6\x16\x4b\xcb\xa8\x0d\xa8\x04\x1e\x71\x22\xc0\x2a\xea\x4d\x71\x55\x96\xe9\xb6\x88\x11\x30\xba\xb1\x4a\xae\xe0\x16\xed\x85\x7c\x58\x13\x0a\x02\x71\x10\x2c\xe6\x1e\x08\x44\x01\x7c\xed\xf2\x1a\x94\x21\x1f\x76\x10\xb0\x28\x55\x0c\xb2\x33\x61\x50\xbf\xe0\x44\x0e\xf0\x1d\x70\xad\xff\x83\x78\xf2\x0c\x11\xea\x05\xb1\x4f\xe8\x26\x75\x20\xb4\x8a\x49\xe0\xab\xe5\xb1\x26\x9b\x98\x27\x64\x45\xaf\xf4\x21\x0a\xd8\x5e\x69\xa5\x4a\x95\xba\x68\x81\x24\x81\x2d\x11\xea\x45\x64\x3c\xc1\x78\x6a\x16\xf2\x3c\xd0\x81\x30\x5b\xc7\x85\x65\x95\x90\x6a\x53\x75\x5a\xf4\x9a\x04\xc6\x23\x86\xd5\x00\xbb\x34\xf2\x27\x91\x19\x21\xe3\x69\xad\xc1\x5c\x91\x88\x08\x7b\xd0\xcb\xbd\xf6\x8c\xad\x54\xa4\x15\xbd\x33\x0b\x15\x77\x94\xdd\xe5\x19\x42\x66\xf7\x50\x56\x20\x9e\x0a\x81\xc5\xd8\x50\x13\x1d\x2a\xf1\x41\xc5\xee\x3b\x58\xe9\x10\x07\xfc\x42\xe8\x29\x21\x35\xc3\x4e\x42\x2e\x0c\x72\x07\x07\xd1\x16\x57\x5c\x1d\x22\xa0\x3e\x50\x8f\x80\xe8\xa1\x8b\x7f\x7f\x3e\x57\xd2\x9f\xeb\x98\xdb\x9f\xcf\xc7\xa3\x41\xdf\x1d\xcd\xa6\x4b\x1d\xca\xcd\x84\xcf\x9f\x25\xb0\x08\x9d\x2b\xc9\x15\x71\x22\xfb\xf9\xc3\x7f\x2e\xf4\xcb\x7c\x03\xd4\x33\xc8\x5d\xa3\x87\x6a\x70\x35\x99\x51\x6c\xfd\x5b\x11\x81\x67\xc0\xd4\xb4\x12\x5c\x4b\xff\xd2\x43\x2f\x9e\xbf\x78\x9e\xba\x3c\xe6\x1b\x90\xf3\xf2\x63\x01\x01\x78\x92\xf1\x5c\x79\xa9\xe7\x0d\xb4\xcb\xd5\x33\xfd\x3e\x66\x12\x7f\x56\x3b\x99\xf5\x67\x3d\xc6\x5c\x3f\xff\xfc\x53\x9d\xb9\xd2\xc7\xff\x87\xcc\x95\x05\xab\xcc\x66\xb9\xb5\x9e\xd2\xc3\x8d\xbd\x8e\x29\xee\xa7\x9f\x9e\xff\x52\xa3\xb8\xec\xf1\xa3\x14\x97\xb0\xfe\x26\xea\x4b\x73\x9f\x48\x07\x70\x95\x8a\xaa\xa8\xee\x05\xb1\x90\xa0\x92\xa3\x7a\xb7\xbf\x8d\x57\xc0\x29\xa8\x94\x82\xb0\xae\x64\x01\x70\x2c\xc1\x8a\x29\x07\xec\xef\x2d\xa0\x7e\xc4\x08\xd5\x69\xa1\xe4\x31\x9c\x3f\xbd\x35\x22\xb3\xd7\xe5\xc6\x48\x44\x1e\xcd\x7b\x68\xca\x28\x1c\x1a\xc8\x60\x45\xf9\x1e\x99\xb8\xfa\x8b\x17\x2f\x9e\xd6\xa7\x89\x5f\x2f\xb2\x8a\x25\x99\xcd\x16\x2c\x96\x5f\x6e\x31\x3d\xca\xa4\xfc\xb9\xfa\xd2\xdd\x24\x35\xd1\xb7\x0d\xee\x5b\x26\xa4\xa2\x7a\x35\x73\x5c\xf5\x76\xa9\xb2\x7a\x03\x20\x59\xca\xaf\x19\xea\x0b\xf5\x25\xbe\xa1\xc2\xc4\x13\x69\xec\xc4\x30\x5b\xab\x38\x27\xd1\x5c\xce\x58\x02\x0f\x09\x4d\x18\xab\x53\x9e\xdc\x72\x16\x6f\xb6\xb5\x1a\x6e\x61\xdd\x18\x2d\x46\x21\xde\x80\x23\x39\xe0\xf0\x40\x9d\x4f\xea\x35\x8d\x12\xbc\x54\xa9\xa9\x59\x54\xdf\x56\x82\xa2\xfa\x59\x2c\xa3\x58\x66\x5a\xce\x14\x59\xa3\x16\x17\x6f\xb2\x97\x8d\xe0\x3d\x7d\xa2\x32\x89\xb1\x49\xed\x7b\x79\x92\x2c\xe1\x5e\x0e\x09\x57\x03\x07\xb3\xa9\x6b\x7f\x70\x97\xc3\xd1\xe2\x21\x21\xd8\x10\x99\x73\xe7\xb0\x56\x64\xce\xec\x66\x31\xb0\x97\x0b\x7b\x3e\x73\x46\xee\x6c\xf1\x71\xb9\xb0\xaf\x1e\x32\xaa\x98\x93\x7a\xaa\x9b\xc5\x38\xa5\x92\xfb\x08\x7a\xe8\x9a\x24\x32\x49\x15\x92\x37\xfb\x94\x93\x91\xd1\xa9\x3c\x45\x08\xe8\x2e\xff\x25\x8d\x92\x93\xfe\x3b\x7b\xba\x9c\x8c\x16\x8b\xd9\x42\xb1\xc8\x08\x10\xda\xe1\x20\xd6\x1a\xa9\xd2\x3c\x1c\xa0\xf4\x17\xee\xe8\xaa\x3f\xd0\x73\xaf\x43\x28\xbe\xcf\x47\xaf\x19\xf7\x60\x1e\x07\x41\x0f\xa9\xbd\x23\x7f\xce\x59\xd8\x2b\xc0\xb4\x9a\x2d\x35\x5c\x72\xbe\xd3\x27\x81\x2c\x57\xeb\x5d\x76\xfe\x5e\xa1\x4c\x8e\x02\x3f\x7c\x1e\x4d\xfa\xd7\xf6\xd2\x71\x17\x76\x7f\xa2\x0d\xed\xcc\xfb\x03\xbb\xac\x62\x47\xab\xd2\x2c\x48\x4e\x36\x1b\xe0\xd9\x26\x63\x4e\xe4\xb9\x98\xa6\x3c\xa2\x80\xaf\x47\xee\xab\x9b\x97\xcb\xf7\xf6\xcb\x57\xb3\xd9\x9b\xb4\x80\x51\x35\xdd\xab\x78\x95\x22\x01\x05\x4e\xbc\x5a\x28\x7b\x6a\x2f\x46\x83\x76\x2c\x33\x3c\x01\x23\x4a\x4b\x83\x2d\xa6\x1b\xe8\xa1\xcf\x65\xca\x51\xfe\x2e\xa1\x36\xcf\xcd\x02\x4d\x5e\x34\xae\xe5\x61\x65\x97\xfc\x7e\x0b\x9a\x83\x86\x12\x3d\x74\xf9\x15\xfb\x77\xdd\x52\x31\xf3\x5f\x80\x29\x79\x95\x0e\xa9\x29\x49\x79\x8e\x87\xf3\x3c\x79\xae\x5f\x2a\xeb\x31\xfd\xe8\xf9\x64\x3a\x42\x49\x38\xc2\x84\x66\x4e\x6a\x6c\x5c\x5a\xf6\xf9\x92\x1d\xbe\x5c\x3a\xf6\xe2\xdd\x68\x60\x2f\xe7\x0b\xfb\x6a\xf4\x61\x39\xe9\xcf\xe7\xa3\xe9\x75\x81\xb6\xb8\x82\xeb\x53\xd5\x7f\x0e\x5f\xd6\x63\xbf\x9e\x0e\x47\xf5\x48\xc9\xcb\x87\xfa\x71\x69\xa1\xb2\x71\x6c\x56\xc9\xac\x1f\x9f\x56\x36\x1b\xc7\x67\xa5\xcf\xfa\xf1\x69\xed\xb4\x71\x7c\x56\x5c\xad\x19\xef\x7e\xc8\x5e\x7f\x13\xa5\x4e\x46\xd3\xe5\x7c\x36\x1b\x2f\x9d\xd1\xbf\x9a\x25\x2c\x51\x35\x4c\x73\xd2\xff\x70\x0a\x52\x91\xaa\x01\xc9\xfd\xb0\x1c\x39\xb3\xb1\x9e\x44\x23\x50\x91\xa8\x0e\x27\x2d\xe5\x2a\x55\x2d\xe7\x8b\x99\x3b\x1b\xcc\xc6\x75\x68\xf9\x29\x7c\x38\x35\xe4\x35\x68\xb3\xb9\x3d\x75\x5e\x8d\xae\xdc\x65\x4a\x94\xb9\x7a\xb3\x6b\x35\x1e\x3c\xbe\x00\x7d\x3e\x5b\xb8\x75\xe8\xe7\xea\xe8\x71\x5e\x83\x55\xae\x93\x57\x76\xcf\x6c\x78\x17\xa4\xd7\x05\x1c\x59\x66\x63\xb0\x76\x2c\x88\x43\x38\x0a\x57\x3f\xcf\x4a\x69\xfe\xb8\x50\xee\xc7\xf9\x49\x50\x9a\xb0\x19\xaf\x59\xf3\xf9\xfb\xe6\xd1\xed\xcb\xba\x4c\x53\x8b\x32\x5b\x4c\x6d\xf7\xed\x72\x30\xbe\x71\x5c\x7b\x71\x0c\xaf\x81\xba\x0d\xf9\xed\x8d\x7d\x63\x3b\xed\x78\x86\xa6\x0d\xc5\x9d\xcd\x47\x83\x23\x28\x86\xa6\x6d\x19\x95\xbf\x9d\xd4\xa3\x35\x7c\x67\x39\x01\xf5\x24\x77\xfd\xb4\xd1\xd5\x06\x0b\xa8\xc7\xf7\x91\x3c\xea\xba\x4d\x4c\x4e\x13\xbe\xcd\x9d\xab\xb4\xcd\x8e\x58\x47\x79\x0a\x62\xbb\x33\x35\x51\xb7\x21\x9f\xe6\xa6\x4d\xd4\xb5\x5b\xd3\x68\x62\x2f\xb2\x40\xa5\x76\xa9\x65\x8b\x7e\x9b\x6b\x62\x55\xdc\xfe\x8d\x3b\x5b\x0e\xed\xf9\x78\xf6\x71\x69\x7f\x98\x8f\x67\x43\xbb\x41\xda\x3a\xca\xa2\xa4\x3a\x73\x3d\x96\x3e\x69\x22\x75\x64\x98\xb3\x80\x78\xfb\x1e\xea\x07\x77\x78\x2f\x0a\x14\x01\xd9\x01\x05\x21\xe6\x9c\xad\xa0\x57\x12\x05\xee\x8b\xd9\x92\xf9\xe7\xb1\x30\xc4\xd4\xaf\x3e\xb6\x50\x77\x45\x68\x77\x85\xc5\xf6\xe0\x8d\xe5\x1d\x12\xb3\x48\xaa\x08\xad\x07\x95\x24\xe8\x54\x00\x08\x25\x92\xe0\x60\x08\x01\xde\x3b\xe0\x31\xea\x8b\x1e\xfa\xe5\xf9\xc1\x71\xa6\x5d\x0d\x85\x72\x57\x2a\x42\x96\xfc\x25\x05\xdc\x5f\x7f\x7d\x51\x62\x9c\x9c\x92\x58\xc0\x6e\x09\x2e\xbd\x89\x38\x93\xcc\x63\x41\x0f\xb9\x83\x79\x2b\x66\x5e\xda\x2f\x62\x26\xd5\xae\xc7\x00\xe6\xc5\xe7\x2a\xa0\x78\x24\x62\x5a\xe3\x2b\x23\x56\xb6\xf2\x66\x40\x0e\xd8\x27\xff\x5b\xf7\x29\x8b\x50\xf6\x9f\xec\xdb\x62\x99\x61\x40\x42\x22\x45\x55\x88\x10\x42\xc6\xf7\xfa\x00\x6f\x4f\x66\x8b\x8f\xcb\xf1\x68\x32\x2a\x45\x78\x13\x8d\x27\x2c\xa6\x55\x6f\x0a\xd5\xb3\x39\x96\xdb\x13\xb2\x8f\xc2\x57\x38\xeb\x16\xf6\x42\x32\x0e\x75\x54\x6a\x62\x33\x1a\xec\x2b\xa7\xfd\x3a\x76\xa7\xee\x1e\x45\xd6\xe9\x98\x47\x88\x50\xa8\xc4\x5d\x73\xec\xc1\x1c\x38\x61\x7e\xdd\xf2\x34\x98\xe2\xb0\x8e\xd2\x3e\xf9\xe4\x44\x5f\x92\xc5\x3c\x9b\x26\xab\xbd\xd4\x51\x51\x8b\x7e\x7c\x7e\xc7\xb9\xb4\x6d\xfa\xd5\x02\x47\xa1\x92\x30\xc7\x1c\x87\x85\x49\xe3\x58\xb2\x10\x4b\xe2\x55\xf4\x98\x2d\x46\xc5\xaf\xa4\xa4\xb6\x70\xf6\xa8\x72\xcf\x91\x3a\xdd\x9f\xb0\xe4\x51\xf3\xd9\xe9\x49\x0a\x1f\x85\xad\xfb\x4f\x52\xfe\xa8\x24\x1b\xc7\x35\x86\xbe\xae\x14\x32\xf9\xe8\xbc\x1d\xeb\xc2\xc2\xa3\xaa\x0e\x66\xf8\x57\x15\x1e\x0c\xc4\x57\xd5\x1e\x0c\xc4\x78\xf6\xde\x5e\x2c\x07\x7d\xc7\x5e\xba\xfd\x97\x63\x73\xe0\x6d\x38\x4f\xb4\x8d\x68\xe6\x30\xe9\x7f\x58\x0e\x66\xd3\xa9\x3d\x50\x86\x68\x85\xae\x90\x36\x63\x5e\xb9\xba\x68\xa1\xb4\xb3\x1c\xdb\x0d\x65\x84\x5a\xd2\x76\xcc\xfe\x87\x93\x31\x0b\xa4\xcd\x98\xfd\xd1\xac\x0d\xa7\x3f\x9a\xd5\x24\xb4\xd5\xcc\xf9\xab\x52\xd8\xda\xf4\xf1\xa7\x72\x56\x26\xbd\xc8\x61\xde\x6d\x75\x27\x40\x87\x1f\xae\x13\x7a\x12\x02\x8b\x65\x06\x77\x79\x4a\xb0\x3d\x38\x10\x1c\x4f\x49\x0f\x18\x7f\x9f\x24\xac\x2e\x05\x23\xa7\x64\x65\xc9\xba\x7e\x3f\xfc\xe7\xf9\x0f\xe5\x35\x7e\x6e\x8c\x8a\xac\x2d\xba\xfc\xf1\xd7\xce\xf3\xce\xf3\xce\x25\xb2\x62\xf4\x43\x1e\x49\x90\x35\x4c\x7f\xad\x5d\xd6\x9a\x05\xa0\x0b\xc7\x1e\xdb\x03\x17\x5d\x5e\x1c\x37\xf3\xdf\x4e\xb6\xda\x69\x79\xdd\x0e\xf3\x6e\x40\x56\x5d\x3d\x97\xae\x0a\xf2\x35\x99\x55\xa3\xe9\xad\x68\xc7\x82\xa7\xcc\xa0\x4e\xe4\x84\x0a\xfd\xb6\xef\x34\xd6\x20\xc0\x24\x2c\x1b\xdf\x53\x8f\xa6\x47\x60\x35\xd1\xff\x24\xf5\xa9\x2c\x9e\x47\x25\x40\x1a\xa2\x97\x86\x9e\xd2\xc7\x2c\xb7\x7f\xfd\x50\xa1\xff\xa2\xaf\x5e\x5f\x97\x34\xcd\xeb\xcc\xf3\x1d\x32\xa7\xcc\x9e\x79\x26\x60\xba\x08\x27\xcc\x87\xcc\xb4\x0b\xc0\xfe\x7b\x4e\x24\xcc\x68\xf2\x61\xef\xe0\x4c\xc5\xe1\x8f\x18\x44\x71\xe5\xa8\x7c\x3b\x29\x4e\xbc\x9b\x8d\x6f\x26\xf6\x72\xd0\x9f\xf7\x07\x23\xf7\xe3\xc3\x59\xa4\x1c\x04\xa4\xf6\x1e\xeb\xb0\xeb\x46\x09\xad\xbb\x12\xe4\x16\x8a\xd3\xec\x9c\x21\x94\xb4\xcb\x1a\x3f\x2d\x76\x80\xaa\x27\x59\x73\x63\x75\xba\x67\x46\x42\xc2\xc1\xcf\x7c\x30\xd9\x88\xd4\x31\x01\x47\x51\x55\x8e\x8b\x41\x2c\x24\x0b\x75\x5f\x42\x26\x4f\xb1\x91\x04\x71\x16\x4b\xe8\x20\x34\x06\xbc\x03\xb4\x0a\x30\xbd\xd5\x44\x3e\xac\x71\x1c\xc8\x6c\xa4\xe9\x61\x83\xce\xa6\xd3\x43\xbf\x15\x1b\x68\xd5\xcb\xdf\xad\xdf\x92\x0e\xf6\xdf\x3b\xbf\x25\x23\x2d\x9f\x85\x98\x50\x4b\xc4\xeb\x35\xb9\xff\xfd\xa2\x3a\xeb\x54\x32\x25\x8c\xe9\xe0\x78\x95\xb0\xca\xe6\x5f\xea\xa2\x38\x79\x6a\xe2\xd4\xb9\xe9\x19\x65\xf3\x4b\xe6\x96\x74\x5b\x3c\xf5\x14\xc5\x49\x73\x74\xaa\x93\xbc\x26\x32\xf9\xa8\x8f\x6e\x16\xa3\x6a\x8f\x4b\x95\x9f\xa2\x5e\x40\xc4\x04\x91\x8c\xef\x91\xf9\xa6\x6f\xd8\xd4\x36\x15\xb4\xf8\xd3\x09\xdd\xe7\xd9\x4f\xd6\x1f\x31\xf1\x6e\x85\xc4\x5c\x8a\xba\x09\xac\x38\xa6\xde\xb6\x2b\xf1\x06\x71\x58\x03\x07\xb3\xfe\x6a\x44\xcf\x5f\x36\x49\xbd\xb0\xaf\x72\x21\xcf\x2f\x3b\x3f\x9e\x57\x39\xaa\x2d\x4e\x77\xe3\x13\xaa\x51\x13\xab\x21\xc9\x4c\xbb\xf4\x3f\x10\x84\x91\xdc\x6b\x5d\x72\xc6\x72\x02\x9f\x70\x7d\xc4\xda\x1f\x2c\xd0\x81\x69\xf6\x40\xc3\x94\x22\x13\xb0\xd0\xf8\x91\x8b\x25\x99\xcf\x02\x22\x64\x37\xfd\xc1\xfa\xe4\xaf\xbc\xaa\x9c\xc3\xb4\xa7\xf1\xf5\x74\x38\x32\xc1\x42\xdf\x5a\x58\xed\x4b\x1d\xdc\x92\xe9\x30\x15\xec\xf4\xb5\x0c\xdd\x09\x69\x1c\xc2\x38\xac\xf6\xe1\x4f\x78\x87\x7b\xc6\x3e\xdd\x9c\x40\x74\xd3\xbd\xa6\x34\x99\x32\xdf\x52\xbc\xc9\x3f\xde\x26\x33\xd1\xc0\x87\xb8\x2e\xf3\xd9\x98\x08\x39\x3c\xf0\xd7\x0c\x3c\xf1\xf1\x7a\xce\x55\xa6\x85\x34\xa9\xc9\x1f\x95\xa5\xaa\xcc\x1c\xf2\x5f\x40\x6c\x5d\xbc\x85\x93\x84\x6b\xb3\xca\x53\x76\x26\xef\x38\xb0\x6a\x26\x8e\xd9\xac\xd0\x00\x47\xd8\x23\x32\x37\x6e\x25\xe0\xb7\x48\x77\x79\x4d\xaa\xc2\xbd\x8d\x21\x36\x6a\x10\x55\xc6\xfa\x95\x28\x44\x80\xd2\x67\xa4\xea\x4e\xc2\x22\xe2\xd5\xe3\xe8\x57\x87\x38\xc9\x87\xa4\xa6\x1d\x89\xad\xb5\x23\x99\xea\x50\xf5\x6a\x4d\x5a\x61\xd2\xb7\x68\xaa\xfc\x92\xdb\x09\x6f\x52\x1a\xc7\x40\x94\xac\x59\x2c\x66\x1d\xdf\xae\x92\xea\xde\x31\x59\x4b\x52\xa5\x6b\x3b\x9f\xc4\x31\x39\xaf\x48\x00\xf4\x50\xc8\xc2\x77\xa6\x44\xaa\x94\x4f\xe7\xd3\xed\x41\x20\x53\x32\xa9\x5c\xa8\x5e\xa6\xbf\xbc\x7e\xe3\x20\xc6\xd1\xeb\x81\xfd\xc6\xf9\xeb\x31\x81\xdc\x7d\xd4\x24\x8c\xf9\xe6\xda\xa4\x0f\x2c\x04\xf3\x88\xbe\x39\xa6\xaf\xe5\x18\x1d\x68\x70\x0f\xb8\x24\x6b\x15\x35\x9a\xec\x36\xc8\x29\xea\x6c\xa6\x13\x8c\x1a\xc6\xa5\x4b\x68\xa5\x99\x63\xea\x9f\xc0\x36\x9b\xf5\x3c\x01\xaa\xf0\xcd\xaa\x27\xd5\xd5\x0d\x52\xa0\x7b\x6c\x45\x8c\x05\xdd\x90\x50\xfd\x83\x25\xd4\x9a\x4f\x25\x49\x6f\xaa\x80\x5f\x88\x8b\xb5\xeb\x3c\xd9\x43\x27\x84\x92\x30\x0e\xd1\x9c\xb1\x40\x87\x8f\x62\x14\x2a\xb7\x58\xb4\x4a\x83\xef\x9f\x44\x1a\x7c\xdf\x22\x4d\xa9\x4d\xa3\x4e\x1a\xc9\x31\x15\xd8\xd3\x19\x0a\x11\x2c\xc8\xef\xeb\x3c\x4a\x1a\x37\x87\x43\xa3\x14\xae\x28\x51\xa9\xdd\xa3\x4e\xa0\x2d\xbb\xd3\xac\x25\x5e\x05\x49\xe8\x43\x98\x83\x0e\xca\xe0\x1b\x77\x61\x61\x84\x39\xf8\x07\x82\x98\x2b\x46\x63\x76\xa7\x1c\x55\x05\x65\x57\x83\x4c\x93\xb8\x77\x42\xa1\xab\xc6\x75\xc3\x44\xc1\x91\x3a\xa2\x4a\xb5\x6a\x68\x1c\xae\x80\xab\x35\x2c\x48\x18\x07\x12\x53\x60\xb1\x40\x5e\x40\x92\x2b\x52\x14\x3c\x73\x31\xb0\x5e\xc0\xd4\x64\x39\x4e\x61\x4c\x45\xce\x6a\xb9\xac\x4e\xc0\xc4\x1f\x03\xa0\x1b\xb9\x4d\x43\x8b\x5e\x6d\x2a\x5d\x81\xe4\xca\x97\xb9\x28\x8a\xd1\xd5\xcd\x78\xac\xd2\x0d\x44\xa8\x0f\xf7\x0d\x22\x5e\xc5\x41\xe0\xaa\x6c\x25\x75\xf6\xf7\x0a\x6e\xac\x39\x54\x24\xac\x16\xdf\x5a\x54\xf8\x6d\x24\x4c\xc0\xdb\x25\x2c\x96\xf2\x2a\x12\xaa\xc4\x8c\xb3\x40\x68\xa1\x08\xa5\xcc\x5f\x2d\x63\x01\x4b\x8a\x25\xd9\xc1\x12\x13\x86\x04\x48\xa9\x76\x37\x1d\xe2\x11\x31\xf2\x9b\xf7\x28\x2d\xea\x11\x81\x56\x9c\xdd\xc2\xe1\xd1\xcc\x08\x6c\xe8\xaa\xe5\xc0\x8a\x2c\xaf\x18\xa7\x20\xdf\xa6\x77\x14\x10\xf6\x43\x42\xb3\xe8\x59\x05\x4e\xa9\x0b\x41\x51\xd7\x02\xd0\xc5\xbf\xb1\xf5\xdf\xbe\xf5\xaf\xe7\xd6\xdf\xff\xf3\xf9\xc5\x83\x3a\x53\xe8\x2e\x51\x73\x75\xf9\x3e\xe2\x20\x44\x71\x61\xb6\xb4\xb7\x54\x36\xdf\xa6\x54\x2d\x16\xc0\xdb\xf3\xb5\x9b\xe4\x42\x72\x26\xa4\x1a\x52\x94\xf3\xa7\x87\x63\x62\x96\xfb\xfb\xbe\x44\xb2\x26\x0d\x66\x54\x5f\xad\xc2\x72\xef\x60\xbb\x6c\xa6\x7d\x37\x2d\x1b\x35\x24\x20\xd7\xfa\xd0\x84\xde\xc3\x6a\xcb\xd8\x6d\x92\x27\x3d\x5a\xbc\xda\xa6\xe2\xe3\x82\x9a\xde\xe0\xe4\x8a\xe8\x11\x79\x13\xda\xa7\x12\xb8\xb6\x75\xf9\xa8\xc4\xd3\xb4\x58\xa5\x42\xc9\xdd\x96\x78\x26\xbf\x29\x14\xc3\x84\xde\xdd\xd2\x3b\xb4\x13\xe2\xfb\x01\xdc\xa9\x1d\x46\x57\xed\xf4\x66\x63\xd6\x33\x15\x12\x07\x01\xf8\xfa\x3e\xbd\xa8\x60\xa8\x01\x94\xf1\x10\x07\xc1\x3e\x27\x45\x49\x4a\x99\x9d\x6a\xf3\xe2\x99\x39\x64\x7d\x64\x31\x12\x5b\x16\x07\x3e\x62\x34\xd8\xeb\x2b\xbe\x2a\x06\x86\xcc\x27\xeb\xbd\xb9\xc1\x4d\xd6\x68\xcf\xe2\x8b\x1d\x14\x70\x0f\xe6\xa0\x02\xa5\x46\xf4\xc9\x5a\x1f\x78\x0b\xac\xba\xe9\x1f\x02\xa8\x9a\xa8\x80\x90\x2b\x2a\xd3\x78\x7d\x69\xaf\x25\xff\xce\xaf\xc3\x3e\xfd\x31\x21\xbd\x6d\x56\x77\x3c\x68\x6c\x53\xfb\x1e\xe7\x82\x54\xb0\xe6\x83\x41\x4b\x2b\x5a\x7a\x22\x36\x9f\xe2\x3b\x9f\x3c\xa8\x3f\x23\x7c\x45\x9e\x9e\xca\xd7\x98\xa8\xd7\xf6\xb3\x3d\x65\xca\x7e\xa0\xa1\x83\x9c\xbd\xb1\x01\xae\x22\x46\xf6\xe7\x16\x92\xdd\xb0\x29\x8a\x67\x73\x4e\xe8\xbe\x3a\x98\xb7\xf4\xd1\xb5\x87\x9f\x2c\x97\xb8\xdb\x82\xdc\x02\x57\xe0\x01\x53\x99\x4d\xf9\x12\xbd\xa9\x33\x98\x40\xb0\x82\xfc\xab\x80\x0a\x27\x66\x59\x6b\x72\x38\xdc\xb0\xf4\x73\x64\xa7\xb0\x7d\xee\x6d\xc9\xae\x90\xde\x36\x34\xd4\xa5\xc5\xae\x35\x0e\x04\x1c\x94\xbb\x26\x78\x07\x14\x85\x84\x73\x65\x6b\xa6\xf6\x4c\x6d\x76\xe7\xc7\x91\x89\xfd\x07\x65\x83\xd2\x88\x62\x8d\xf0\xe0\x42\x50\x85\xd5\x98\x08\xa9\x96\x5e\x5a\x28\x23\x20\xb4\x91\x92\x60\x8d\x93\xf9\xa0\x3b\x12\x04\x4a\x35\x1e\x8b\x88\x0e\xac\x92\x99\xda\x55\xf9\x2f\x0d\xac\x59\xe0\x03\xef\xa0\xd1\x1a\xc5\x54\x44\xe0\x91\x35\x01\xff\x19\xc2\x41\x90\x63\x11\x8a\xba\xe6\x92\x6d\x05\xb6\x93\xab\xad\x78\x03\xa9\xee\xd4\x8e\x37\x45\xc5\x28\x49\xce\xcd\xbd\x6c\xb3\x6f\x20\xa1\xc3\x6a\x07\xa9\x73\xb9\xb1\xe3\x33\x13\xce\x71\x40\x36\xd4\x7c\x9e\xcd\x96\x71\x88\x3f\x31\xde\x09\x09\x65\x3c\xfd\xa3\x04\x4a\x27\x3a\x51\x6c\x48\x1f\x75\xec\x46\x49\xf0\x36\x1f\x74\x8a\xb9\x64\xf5\x03\x4e\x4b\xd8\x3e\xff\x5b\xe7\xd7\x03\x0f\x18\xa4\xdf\x9f\x92\xb6\x2f\xd3\x13\x96\x33\x29\x74\x80\x95\x2b\x56\xff\x3f\x00\x00\xff\xff\x4a\xe7\x13\xd5\x51\x47\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x73\xdb\x36\xb2\xff\xdd\x7f\x05\x46\x93\x19\xb7\xf3\x42\x29\x6e\x72\x6d\x4e\xd7\xeb\x8c\x22\xd1\x8e\x12\xd9\x52\x44\xba\x49\xee\xa6\xa3\x81\xc8\x95\x84\x98\x04\x58\x00\x94\xad\x66\xfc\xbf\xbf\x01\xc0\xef\x22\x29\xc5\x71\xf2\x5e\xf3\x4b\x2c\x62\xf1\xd9\xc5\xee\x62\xb1\x58\x00\x38\x22\xbf\x03\x17\x84\xd1\x3e\x92\x10\x46\x01\x96\xd0\x65\x11\x50\xb1\x21\x2b\xd9\x25\xac\xb7\x3d\x3b\xb9\x21\xd4\xef\x23\x37\x69\x3e\x09\xf0\x12\x02\xd1\x3f\x41\x59\x8f\x3e\x02\x1c\xfd\xfc\xc2\x0a\x77\xe2\xcf\xc0\x12\x3f\x91\x13\x84\xee\x22\x8c\x45\x1f\x9d\x75\x5f\x74\xcf\x5e\x9e\x84\x20\x04\x5e\x43\x1f\x9d\x0e\x10\x85\x5b\x64\x0f\x66\xe8\x67\x84\xa9\x8f\x2e\x77\xce\xbb\x09\x5a\x62\x01\x3e\xc2\x51\x14\x10\x0f\x4b\xc2\x28\xba\x25\x72\x83\x1c\x67\x82\x44\x1c\x45\x8c\x4b\xb4\xc1\x02\x2d\x01\x28\xf2\x38\x60\x09\xfe\x09\x42\x84\xa2\x1d\x8b\x39\x8a\x38\xfb\x04\x9e\xec\x22\x77\x03\x28\x16\xc0\x29\x0e\xa1\x17\x61\x21\x6e\x19\xf7\xd1\x8a\x71\x84\x3d\x0f\x84\x20\x74\x8d\xe4\x06\x12\xa6\x3e\x96\x58\x31\x46\x9d\x27\x9f\x47\xaf\x16\xa3\x81\x3b\x78\x35\x70\xec\xfb\x8e\x82\x16\x48\x7f\xbc\x76\xec\xf9\xd5\xe0\xd2\xbe\xef\xe9\x9f\xb3\x81\xe3\xbc\x9f\xce\x47\xf7\x5d\x34\x0b\x40\xf5\x5d\x02\x12\x31\x07\x24\x59\x22\x98\x66\xb0\x62\x41\xc0\x6e\x15\x3b\x01\x1e\x07\xa9\xd5\xd5\x79\xf2\xf9\xb5\xeb\xce\x9c\x85\x63\x0f\xe7\xb6\x7b\xdf\x41\x1e\xa3\x12\x13\x9a\x8a\x95\xb6\xbf\xb5\x3f\x3a\xee\x74\x6e\xdf\xa3\x15\x09\xf4\x88\xcc\x20\x04\xf0\x6d\x82\x19\x73\x38\x41\xba\x3f\x50\xf9\x2f\x05\xfd\xe6\x62\x3e\xbd\x9e\x39\x0b\xfb\x6a\x38\xff\x38\x73\x5b\x98\x54\x29\x33\x76\x27\x68\x8f\xa1\x17\x73\xd5\xf1\xcd\x05\x67\x71\x24\x90\xc7\xc2\x30\xa6\x89\x8d\x44\xf7\xf4\x24\x04\x89\x95\x1e\xd5\xf8\x30\xa5\x4c\x9a\x16\xf5\x13\x21\x1f\x84\xc7\x49\x24\xb5\x7b\x0d\x28\x82\x3b\x1c\x46\x01\xa4\xd6\xaf\x5a\x1b\x57\xec\xd2\x45\xe7\x8c\xa3\x90\x71\x40\x84\xae\x18\x0f\x35\xad\x46\x46\x08\x2f\x59\x2c\x51\x9c\x98\x94\x88\xcc\x19\x9f\x22\x01\x80\x36\x52\x46\xa2\xdf\xeb\xad\x89\xdc\xc4\xcb\xae\xc7\xc2\xde\xa7\x25\x13\xc2\xca\x9c\xbb\x57\xe0\x6f\xa5\x9d\x45\x57\xc3\x13\x8f\xd1\x61\x80\x85\xe8\xeb\x3f\x2d\xc0\x91\xfe\x5e\x9a\x19\x3e\x11\x51\x80\x77\x96\x72\xb6\x3e\x7a\xf3\x8a\x09\x61\x46\xd6\x7d\x81\xfe\x27\x19\xca\x0f\x76\xb4\x81\x10\x38\x0e\xcc\x10\xb5\x58\x3f\xee\x63\x45\x9c\x6d\x89\x0f\xdc\x2a\x83\xce\xc1\x47\xaf\xb1\x7c\x8a\xc6\xd4\x33\x92\x49\xbc\x16\x7a\xba\x3d\xfd\x84\xb7\x18\x40\xff\xf7\x54\x0f\xed\xe9\x86\xf8\x3e\x18\xfd\xd4\xcf\x65\x9f\x79\x71\x08\xd4\xd8\xc8\x8a\x79\xd0\xcf\xf4\x64\xe6\x47\x97\x83\xbf\xc1\x52\xab\xab\x44\xdc\x03\xda\xe3\xe0\x5b\x1b\x2c\x2d\xa3\x47\xa0\x12\x78\xc4\x89\x00\xab\xa8\x48\xc5\x55\x99\xaa\xd7\x22\x46\xc0\xe8\xda\x2a\xf9\x86\x5b\x34\x20\xf2\x61\x45\x28\x08\xc4\x41\xb0\x98\x7b\x20\x10\x05\xf0\xf5\x8c\xd7\xa0\x0c\xf9\xb0\x85\x80\x45\xa9\x7e\x90\x9d\x09\x83\x06\x05\xaf\x72\x80\x6f\x81\x6b\x83\xec\x05\x98\xa7\x88\x50\x2f\x88\x7d\x42\xd7\xa9\x47\xa1\x65\x4c\x02\x5f\xcd\x97\x15\x59\xc7\x3c\x21\x2b\xba\xa9\x0f\x51\xc0\x76\x4a\x2b\x55\xaa\x2c\x96\xe4\x24\x09\x6c\x89\x50\xcf\x2a\xe3\x1a\xc6\x75\x21\xf3\x8f\x1f\xd4\xf8\x19\xc7\x7c\xf7\x23\x12\x92\x71\xbc\x06\x1d\x20\xcd\x64\x2f\xcf\xbc\x04\xda\x40\x68\x13\x76\x5b\xf4\x9d\x44\xd0\x03\x06\xd7\x00\xdb\x74\x31\x48\xe2\x36\x42\xc6\x11\xf7\xe3\xbb\xfa\x2e\x22\xec\x41\x3f\xf7\xe4\x13\xb6\x54\x71\x58\xf4\x4f\x2c\x54\x5c\x59\xb6\x67\x27\x08\x99\x55\x44\x99\x84\x78\x2a\x76\x15\x23\x47\x4d\xec\xa8\x44\x0f\x15\xd9\x6f\x61\xa9\x43\x20\xf0\x53\xa1\xc7\x81\xd4\xb0\xba\x09\xb9\x30\xc8\x5d\x1c\x44\x1b\x5c\xf1\x7b\x88\x80\xfa\x40\x3d\x02\xa2\x8f\x4e\xff\xfb\xb9\xa3\xa4\xef\xf4\x55\xd8\x1c\xcc\x66\x93\xf1\x70\xe0\x8e\xa7\x57\x0b\x1d\xe8\xcd\x28\x3b\x4f\x13\x58\x84\x3a\x4a\x72\x45\x9c\xc8\xde\xb9\xff\xe3\x54\x37\xe6\x0b\xa1\x1e\x41\xee\x27\x7d\x54\x83\xab\xc9\x8c\x36\xeb\x5b\x45\x04\x9e\x01\x53\xc3\x4a\x70\x2d\xfd\xa3\x8f\x5e\x3e\x7b\xf9\x2c\xf5\x7f\xcc\xd7\x20\x67\xe5\xcf\x02\x02\xf0\x24\xe3\xb9\xf2\x52\x37\x1c\x6a\xff\xab\x67\xfa\x7d\xcc\x24\xfe\xae\x76\x32\x53\xcf\x7a\x88\xb9\x5e\xbc\x78\x5e\x67\xae\xf4\xf3\xff\x23\x73\x65\x91\x2b\xb3\x59\x6e\xad\xc7\xf4\x70\x63\xaf\x43\x8a\x7b\xfe\xfc\xd9\xcf\x35\x8a\xcb\x3e\x3f\x48\x71\x09\xeb\x6f\xa2\xbe\x34\x33\x8a\x54\x28\xd6\x89\xaa\x0a\xf1\x5e\x10\x0b\x09\x2a\x75\xaa\x77\xfb\x9b\x78\x09\x9c\x82\x4a\x38\x08\xeb\x49\x16\x00\xc7\x12\xac\x98\x72\xc0\xfe\xce\x02\xea\x47\x8c\x50\x29\xfa\xa8\x23\x79\x0c\x9d\xc7\xb7\x46\x64\x16\xbe\xdc\x18\x89\xc8\xe3\x59\x1f\x5d\x31\x0a\xfb\x06\x32\x58\x51\xbe\x60\x26\xae\xfe\xf2\xe5\xcb\xc7\xf5\x69\xe2\xd7\x8b\xac\x62\x49\x66\xb3\x39\x8b\xe5\x97\x5b\x4c\xf7\x32\x1b\x82\x5c\x7d\xe9\x6a\x92\x9a\xe8\xdb\x06\xf7\x0d\x13\x52\x51\xbd\x9e\x3a\xae\x6a\x5d\xa8\x9c\xdf\x00\x48\x96\xf2\x6b\x86\xfa\x42\x7d\x89\x6f\xa8\x30\xf1\x48\x1a\x3b\x32\xcc\xd6\x2a\xce\x49\x34\x97\x33\x96\xc0\x43\x42\x13\xc6\x6a\x0f\x28\x37\x9c\xc5\xeb\x4d\xad\x86\x5b\x58\x37\x46\x8b\x71\x88\xd7\xe0\x48\x0e\x38\xdc\x53\xe7\xa3\x7a\x4d\xa3\x04\xaf\x54\x9e\x6a\x26\xd5\xb7\x95\xa0\xa8\x7e\x16\xcb\x28\x96\x99\x96\x33\x45\xd6\xa8\xc5\xc5\xeb\xac\xb1\x11\xbc\xaf\xf7\x5b\x26\x4b\x36\x79\x7e\x3f\xcf\x98\x25\xdc\xc9\x11\xe1\xaa\xe3\x70\x7a\xe5\xda\x1f\xdc\xc5\x68\x3c\xbf\x4f\x08\xd6\x44\xe6\xdc\x39\xac\x14\x99\x33\xbd\x9e\x0f\xed\xc5\xdc\x9e\x4d\x9d\xb1\x3b\x9d\x7f\x5c\xcc\xed\xf3\xfb\x8c\x2a\xe6\xa4\x9e\xea\x7a\x3e\x49\xa9\xe4\x2e\x82\x3e\xba\x20\x89\x4c\x52\x85\xe4\xf5\x2e\xe5\x64\x64\x74\x2a\x5f\x11\x02\xba\xcd\x7f\xa4\x51\xf2\x72\xf0\xbb\x7d\xb5\xb8\x1c\xcf\xe7\xd3\xb9\x62\x91\x11\x20\xb4\xc5\x41\xac\x35\x52\xa5\xb9\xdf\x43\x19\xcc\xdd\xf1\xf9\x60\xa8\xc7\x5e\x87\x50\x6c\xcf\x7b\xaf\x18\xf7\x60\x16\x07\x41\x1f\xa9\xb5\x23\xff\xce\x59\xd8\x2f\xc0\xb4\x9a\x2d\x35\x5c\xb2\xd9\xd3\xe9\x7f\x96\xab\xf5\xcf\xba\xff\xac\x50\x26\x5b\x81\x27\x9f\xc7\x97\x83\x0b\x7b\xe1\xb8\x73\x7b\x70\xa9\x0d\xed\xcc\x06\x43\xbb\xac\x62\x47\xab\xd2\x4c\x48\x4e\xd6\x6b\xe0\xd9\x22\x63\xf6\xeb\xb9\x98\xa6\x7c\xa2\x80\x2f\xc6\xee\xeb\xeb\x57\x8b\xf7\xf6\xab\xd7\xd3\xe9\xdb\xb4\xbc\x51\x35\xdd\xeb\x78\x99\x22\x01\x05\x4e\xbc\x5a\x28\xfb\xca\x9e\x8f\x87\xed\x58\xa6\x7b\x02\x46\x94\x96\x86\x1b\x4c\xd7\xd0\x47\x9f\xcb\x94\xe3\xbc\x2d\xa1\x36\xdf\xcd\x04\x4d\x1a\x1a\xe7\xf2\xa8\xb2\x4a\x7e\xbf\x09\xcd\x41\x43\x89\x3e\x3a\xfb\x8a\xf5\xbb\x6e\xaa\x98\xf1\xcf\xc1\x14\xc4\x4a\x3b\xd3\x94\xa4\x3c\xc6\xfd\x71\x1e\x3d\xd6\x2f\x95\xf5\x90\x7e\xf4\x78\x32\x1d\xa1\x24\x1c\x61\x42\x33\x27\x35\x36\x2e\x4d\xfb\x7c\xca\x8e\x5e\x2d\x1c\x7b\xfe\xfb\x78\x68\x2f\x66\x73\xfb\x7c\xfc\x61\x71\x39\x98\xcd\xc6\x57\x17\x05\xda\xe2\x0c\xae\x4f\x55\xff\x3d\x7a\x55\x8f\xfd\xe6\x6a\x34\xae\x47\x4a\x1a\xef\xeb\xfb\xa5\x65\xcc\xc6\xbe\x59\x9d\xb3\xbe\x7f\x5a\xf7\x6c\xec\x9f\x15\x46\xeb\xfb\xa7\xb5\xd5\xc6\xfe\x59\xf1\xb5\xa6\xbf\xfb\x21\x6b\xfe\x26\x4a\xbd\x1c\x5f\x2d\x66\xd3\xe9\x64\xe1\x8c\xff\xd3\x2c\x61\x89\xaa\x61\x98\x97\x83\x0f\xc7\x20\x15\xa9\x1a\x90\xdc\x0f\x8b\xb1\x33\x9d\xe8\x41\x34\x02\x15\x89\xea\x70\xd2\x42\xaf\x52\xd5\x62\x36\x9f\xba\xd3\xe1\x74\x52\x87\x96\xef\xc2\x47\x57\x86\xbc\x06\x6d\x3a\xb3\xaf\x9c\xd7\xe3\x73\x77\x91\x12\x65\xae\xde\xec\x5a\x8d\x1b\x8f\x2f\x40\x9f\x4d\xe7\x6e\x1d\x7a\x47\x6d\x3d\x3a\x35\x58\xe5\x2a\x7a\x65\xf5\xcc\xba\xf7\x40\x7a\x3d\xc0\x91\x65\x16\x06\x6b\xcb\x82\x38\x84\x83\x70\xf5\xe3\xac\x14\xee\x0f\x0b\xe5\x7e\x9c\x1d\x05\xa5\x09\x9b\xf1\x9a\x35\x9f\xb7\x37\xf7\x6e\x9f\xd6\x65\x9a\x5a\x94\xe9\xfc\xca\x76\xdf\x2d\x86\x93\x6b\xc7\xb5\xe7\x87\xf0\x1a\xa8\xdb\x90\xdf\x5d\xdb\xd7\xb6\xd3\x8e\x67\x68\xda\x50\xdc\xe9\x6c\x3c\x3c\x80\x62\x68\xda\xa6\x51\xf9\x64\xa5\x1e\xad\xe1\x14\xe6\x08\xd4\xa3\xdc\xf5\xd3\x5a\x57\x1b\x2c\xa0\x1e\xdf\x45\xf2\xa0\xeb\x36\x31\x39\x4e\xf8\x36\x77\xae\xd2\x36\x3b\x62\x1d\xe5\x31\x88\xed\xce\xd4\x44\xdd\x86\x7c\x9c\x9b\x36\x51\xd7\x2e\x4d\xe3\x4b\x7b\x9e\x05\x2a\xb5\x4a\x2d\x5a\xf4\xdb\x5c\x13\xab\xe2\x0e\xae\xdd\xe9\x62\x64\xcf\x26\xd3\x8f\x0b\xfb\xc3\x6c\x32\x1d\xd9\x0d\xd2\xd6\x51\x16\x25\xd5\x99\xeb\xa1\xf4\x49\x13\xa9\x2d\xc3\x8c\x05\xc4\xdb\xf5\xd1\x20\xb8\xc5\x3b\x51\xa0\x08\xc8\x16\x28\x08\x31\xe3\x6c\x09\xfd\x92\x28\x70\x57\xcc\x96\xcc\x3f\x8f\x85\x21\xa6\x7e\xf5\xb3\x85\x7a\x4b\x42\x7b\x4b\x2c\x36\x7b\x2d\x96\xb7\x4f\xcc\x22\xa9\x22\xb4\xee\x54\x92\xa0\x5b\x01\x20\x94\x48\x82\x83\x11\x04\x78\xe7\x80\xc7\xa8\x2f\xfa\xe8\xe7\x67\x7b\xdb\x99\x76\x35\x14\xca\x5d\xa9\x08\x59\xf2\x97\x14\x70\x7f\xf9\xe5\x65\x89\x71\xb2\x4b\x62\x01\xbb\x21\xb8\xd4\x12\x71\x26\x99\xc7\x82\x3e\x72\x87\xb3\x56\xcc\xbc\xb4\x5f\xc4\x4c\xaa\x5d\x0f\x01\xcc\x8b\xcf\x55\x40\xf1\x40\xc4\xb4\xc6\x57\x46\xac\x2c\xe5\xcd\x80\x1c\xb0\x4f\xfe\x6f\xdd\xa7\x2c\x42\xd9\x7f\xb2\x83\xc6\x32\xc3\x80\x84\x44\x8a\xaa\x10\x21\x84\x8c\xef\xf4\x06\xde\xbe\x9c\xce\x3f\x2e\x26\xe3\xcb\x71\x29\xc2\x9b\x68\x7c\xc9\x62\x5a\xf5\xa6\x50\x7d\x9b\x61\xb9\x39\x22\xfb\x28\x1c\xbd\x59\x37\xb0\x13\x92\x71\xa8\xa3\x52\x03\x9b\xd2\x60\x57\xd9\xed\xd7\xb1\x3b\x76\xf5\x28\xb2\x4e\xfb\x3c\x40\x84\x42\x25\xee\x82\x63\x0f\x66\xc0\x09\xf3\xeb\xa6\xa7\xc1\x14\xfb\x75\x94\xf6\xc1\x27\x3b\xfa\x92\x2c\xe6\xdb\x55\x32\xdb\x4b\xf7\x2d\x6a\xd1\x0f\x8f\xef\x30\x97\xb6\x45\xbf\x5a\xe0\x28\x54\x12\x66\x98\xe3\xb0\x30\x68\x1c\x4b\x16\x62\x49\xbc\x8a\x1e\xb3\xc9\xa8\xf8\x95\x94\xd4\x16\xce\x1e\x54\xee\x39\x50\xa7\xfb\x1b\x96\x3c\x6a\x8e\x9d\x1e\xa5\xf0\x51\x58\xba\xff\x26\xe5\x8f\x4a\xb2\x71\x58\x63\xe8\xeb\x4a\x21\x97\x1f\x9d\x77\x13\x5d\x58\x78\x50\xd5\xc1\x74\xff\xaa\xc2\x83\x81\xf8\xaa\xda\x83\x81\x98\x4c\xdf\xdb\xf3\xc5\x70\xe0\xd8\x0b\x77\xf0\x6a\x62\x36\xbc\x0d\xfb\x89\xb6\x1e\xcd\x1c\x2e\x07\x1f\x16\xc3\xe9\xd5\x95\x3d\x54\x86\x68\x85\xae\x90\x36\x63\x9e\xbb\xba\x68\xa1\xb4\xb3\x98\xd8\x0d\x65\x84\x5a\xd2\x76\xcc\xc1\x87\xa3\x31\x0b\xa4\xcd\x98\x83\xf1\xb4\x0d\x67\x30\x9e\xd6\x24\xb4\xd5\xcc\xf9\xab\x52\xd8\xda\xf4\xf1\x79\x39\x2b\x93\x5e\xe4\x30\xef\xa6\xba\x12\xa0\xfd\x83\xeb\x84\x9e\x84\xc0\x62\x99\xc1\x9d\x1d\x13\x6c\xf7\x36\x04\x87\x53\xd2\x3d\xc6\xdf\x27\x09\xab\x4b\xc1\xc8\x31\x59\x59\x32\xaf\xdf\x8f\xfe\xdd\x79\x52\x9e\xe3\x1d\x63\x54\x64\x6d\xd0\xd9\x4f\xbf\x74\x9f\x75\x9f\x75\xcf\x90\x15\xa3\x27\x79\x24\x41\xd6\x28\xfd\x59\x3b\xad\x35\x0b\x40\xa7\x8e\x3d\xb1\x87\x2e\x3a\x3b\x3d\x6c\xe6\x7f\x1c\x6d\xb5\xe3\xf2\xba\x2d\xe6\xbd\x80\x2c\x7b\x7a\x2c\x3d\x15\xe4\x6b\x32\xab\x3a\xd3\x97\x48\xbf\x2a\x77\x82\x30\x92\xbb\x11\xe1\x65\xd3\x85\xe0\x93\x38\xec\xa3\x4e\xe7\x28\x4f\xcc\xc4\xf9\xde\x19\x4c\x65\x0e\x3c\x28\x8f\xd1\x10\xfd\x34\x82\x94\xce\xa4\xdc\xc1\xc5\x7d\x85\xfe\x8b\x0e\xaf\x8e\xca\x7d\x22\xa5\x18\x90\x5a\x6b\xd6\xfe\xa5\x11\xc5\x54\x1f\xaa\xcb\x0d\x14\xd7\xf9\xee\x09\x42\xc9\x0d\x50\x93\x5b\x16\x6f\x33\xaa\x2f\xd9\x85\xbc\xaa\xd6\x4e\xd4\xfc\xfe\x33\x26\x1c\xfc\x4c\xf7\x49\x1c\x55\x59\x2e\x8e\xa2\xaa\x1c\xa7\xc3\x58\x48\x16\xea\x63\xf5\x4c\x9e\xe2\x3d\x08\xc4\x59\x2c\xa1\x8b\xd0\x04\xf0\x16\xd0\x32\xc0\xf4\x46\x13\xf9\xb0\xc2\x71\x20\xb3\x9e\xe6\x0a\x16\x74\xd7\xdd\x3e\xfa\xb5\x78\x19\x54\x35\xfe\x66\xfd\x9a\x5c\xcf\xfe\xad\xfb\x6b\xd2\xd3\xf2\x59\x88\x09\xb5\x44\xbc\x5a\x91\xbb\xdf\x4e\xab\xa3\x4e\x25\x53\xc2\x98\x0b\x08\xaf\x13\x56\xd9\xf8\x4b\x97\x00\x8e\x1e\x9a\x38\x76\x6c\x7a\x44\xd9\xf8\x92\xb1\x25\x97\x05\x1e\x7b\x88\xe2\xa8\x31\x3a\xd5\x41\x5e\x10\x99\x9c\x49\xa3\xeb\xf9\xb8\x7a\x45\xa3\xca\x4f\x51\xcf\x21\x62\x82\x48\xc6\x77\xc8\x1c\x49\x1b\x36\xb5\x67\xe2\x2d\xfe\x74\xc4\xd5\xea\xec\x2f\xeb\xcf\x98\x78\x37\x42\x62\x2e\x45\xdd\x00\x96\x1c\x53\x6f\xd3\x93\x78\x8d\x38\xac\x80\x03\xd5\xe7\xc2\x35\xa2\xe7\x8d\x4d\x52\xcf\xed\xf3\x5c\xc8\xce\x59\xf7\xa7\x4e\x95\xa3\x8a\xd0\xfa\x1e\x36\xa1\x1a\x35\xb1\x1a\x92\xcc\x5c\xfd\xfd\x97\x89\x9c\x5a\x97\x9c\xb1\x9c\xc0\x27\x5c\xef\x10\x76\x7b\x13\x74\x68\xee\x2a\xa0\x51\x4a\x91\x09\x58\xb8\xb7\x90\x8b\x25\x99\xcf\x02\x22\x64\x2f\xfd\xc3\xfa\xe4\x2f\xbd\xaa\x9c\xa3\xf4\x4a\xde\x9b\xab\xd1\xd8\x04\x0b\x7d\x25\x7f\xb9\x2b\xdd\x46\x96\x4c\x57\x2e\x82\xad\x79\x73\xa0\x02\xb6\x71\x08\xe3\xb0\xda\x87\x3f\xe1\x2d\xee\x1b\xfb\xf4\x72\x02\xd1\x4b\x63\x6c\x69\x30\x65\xbe\xa5\x78\x93\x9f\x3d\x26\x23\xd1\xc0\xfb\xb8\x2e\xf3\xd9\x84\x08\x39\xda\xf3\xd7\x0c\x3c\xf1\xf1\x7a\xce\x55\xa6\x85\x55\xbe\xc9\x1f\x95\xa5\xaa\xcc\xde\xc5\x10\x1b\x4e\xa2\xca\x4a\x37\x89\xc2\x24\x2b\x1d\x34\x54\x83\x35\x8b\x88\x57\x8f\xa3\x9b\xf6\x71\x92\xa3\x86\xa6\xa0\xcf\x56\xda\x56\xa6\x7e\x50\x7d\x9a\x91\xd6\x20\xf4\x2b\x8c\x2a\xbf\xe4\x32\xfb\xdb\x94\xc6\x31\x10\x25\x85\x15\xcb\x1d\x87\x57\x84\xa4\xfe\x73\x48\xd6\x92\x54\xe9\xf4\xc9\x07\x71\x48\xce\x73\x12\x00\xdd\x17\xb2\x70\x12\x91\x48\x95\xf2\xe9\x7e\xba\xd9\x8b\x15\x4a\x26\xb5\xcc\xd6\xcb\xf4\xc3\x9b\xb7\x0e\x62\x1c\xbd\x19\xda\x6f\x9d\x1f\x0f\x09\xe4\xee\xa2\x26\x61\xcc\xa9\x5c\x93\x3e\xb0\x10\xcc\x23\x58\x82\x6f\x1e\x73\x18\x1d\x68\x70\x0f\xb8\x24\x2b\x35\x31\x9b\xec\x36\xcc\x29\xea\x6c\xa6\xd7\xf0\x1a\xc6\xa5\x47\x4c\xa5\x91\x63\xea\x1f\xc1\x36\x1b\xf5\x2c\x01\xaa\xf0\xcd\xf6\xd7\x15\xde\x0e\x48\x81\xee\xb0\x15\x31\x16\xf4\x42\x42\xf5\x1f\x96\x20\x7f\xe5\x79\x4b\xfa\xb0\x01\xfc\x42\xe8\xd9\x0b\x90\xa3\xac\x09\x5d\x12\x4a\xc2\x38\x44\x33\xc6\x02\xe4\x90\xbf\x4a\x13\xbd\x7c\x08\xdf\x2a\x0d\xbe\x7b\x14\x69\xf0\x5d\x8b\x34\xa5\x83\xfc\x3a\x69\x24\xc7\x54\x60\x4f\x27\x01\x44\xb0\x20\x7f\xde\xf1\x20\x69\xdc\x1c\x0e\x8d\x53\xb8\xa2\x44\xa5\x0b\x01\x75\x02\x6d\xd8\xad\x66\x2d\xf1\x32\x48\x42\x1f\xc2\x1c\xf4\x5b\x12\xf0\x8d\xbb\xb0\x30\xc2\x1c\xfc\x3d\x41\xcc\x8b\x94\x09\xbb\x55\x8e\xaa\xc2\xb0\xab\x41\xae\x92\xb8\x77\x44\x29\xa4\xc6\x75\xc3\x44\xc1\x91\xda\xca\x48\x35\x6b\x68\x1c\x2e\x81\xab\x39\x2c\x48\x18\x07\x12\x53\x60\xb1\x40\x5e\x40\x92\x17\x35\x14\x3c\xf3\xb0\xac\x5e\xc0\xd4\x64\x39\x4e\xa1\x4f\x45\xce\x6a\x41\xa5\x4e\xc0\xc4\x1f\x03\xa0\x6b\xb9\x49\x43\x8b\x9e\x6d\x2a\x23\x80\xe4\x85\x10\xf8\x88\x50\x84\xd1\xf9\xf5\x64\xa2\x56\x74\x44\xa8\x0f\x77\x0d\x22\x9e\xc7\x41\xe0\xaa\x84\x20\x75\xf6\xf7\x0a\x6e\xa2\x39\x54\x24\xac\x96\x67\x5a\x54\xf8\x6d\x24\x4c\xc0\xdb\x25\x2c\x16\x7b\x2a\x12\xaa\xdc\x87\xb3\x40\x68\xa1\x08\xa5\xcc\x5f\x2e\x62\x01\x0b\xb5\x6d\xdd\xc2\x02\x13\x86\x04\x48\xa9\x56\x37\x1d\xe2\x11\x31\xf2\x9b\x76\x94\x96\x7d\x88\x40\x4b\xce\x6e\x60\x7f\xf7\x63\x04\x36\x74\xd5\x82\x51\x45\x96\xd7\x8c\x53\x90\xef\xd2\x5b\xec\x08\xfb\x21\xa1\x59\xf4\xac\x02\xa7\xd4\x85\xa0\xa8\xb7\x99\xe8\xf4\xbf\xd8\xfa\x6b\x60\xfd\xe7\x99\xf5\xcf\x3f\x3e\xbf\xbc\x57\x69\xbb\xbe\x47\x68\x1e\xb9\xde\x45\x1c\x84\x28\x4e\xcc\x96\x0b\x10\x95\xc5\xb7\x29\x1b\x8a\x05\xf0\xf6\x94\xe8\x3a\x79\xd0\x9a\x09\xa9\xba\x14\xe5\x7c\x7e\x7f\x48\xcc\xf2\x0d\xb0\x2f\x91\xac\x49\x83\x19\xd5\x57\xab\xb0\x7c\xbb\xac\x5d\x36\x73\xc1\x33\xad\x48\x34\x24\x20\x17\x7a\x5f\x82\xde\xc3\x72\xc3\xd8\x4d\x92\x27\x3d\x58\xbc\xda\x6b\xa7\x87\x05\x35\xb7\x47\x93\x17\x85\x07\xe4\x4d\x68\x1f\x4b\xe0\xda\xcb\xad\x07\x25\xbe\x4a\xeb\x20\x2a\x94\xdc\x6e\x88\x67\xf2\x9b\x42\x9d\x45\xe8\xd5\x2d\x7d\x72\x79\x49\x7c\x3f\x80\x5b\xb5\xc2\xe8\x82\x90\x5e\x6c\xcc\x7c\xa6\x42\xe2\x20\x00\x5f\xbf\xc7\x16\x15\x0c\xd5\x81\x32\x1e\xe2\x20\xd8\xe5\xa4\x28\x49\x29\xb3\x8d\x63\x5e\x97\x31\xfb\x98\x8f\x2c\x46\x62\xc3\xe2\xc0\x47\x8c\x06\x3b\xfd\x22\x54\xc5\xc0\x90\xf9\x64\xb5\x33\x2f\x80\xc9\x0a\xed\x58\x7c\xba\x85\x02\xee\xde\x18\x54\xa0\xd4\x88\x3e\x59\xe9\x3d\x65\x81\x55\x2f\x7d\x48\x5e\x35\x51\x01\x21\x57\x54\xa6\xf1\xfa\xaa\x51\x4b\xfe\x9d\x3f\x98\x7c\xfc\x6d\x42\xfa\x1e\xa9\x6e\x7b\xd0\x78\x91\xe9\x7b\xec\x0b\x52\xc1\x9a\x37\x06\x2d\x97\x95\xd2\x4d\xa7\x39\xac\xed\x7e\xf2\xa0\x7e\x8f\xf0\x15\x79\x7a\x2a\x5f\x63\xa2\x5e\x7b\xe3\xe9\x31\x53\xf6\x3d\x0d\xed\xe5\xec\x8d\x57\xa4\x2a\x62\x64\xcf\xf5\x93\xd5\xb0\x29\x8a\x67\x63\x4e\xe8\xbe\x3a\x98\xb7\xdc\xb4\x6a\x0f\x3f\x59\x2e\x71\xbb\x01\xb9\x01\xae\xc0\x03\xa6\x32\x9b\xf2\x9b\x6b\xa9\xfe\x4f\x02\xc1\x12\xf2\x82\xb3\x0a\x27\x66\x5a\x6b\x72\xd8\x5f\xb0\xf4\x77\x64\xa7\xb0\x03\xee\x6d\xc8\xb6\x90\xde\x36\x5c\xb9\x4a\xeb\x49\x2b\x1c\x08\xd8\xab\x28\x5d\xe2\x2d\x50\x14\x12\xce\x95\xad\x99\x5a\x33\xb5\xd9\x9d\x9f\xc6\x26\xf6\xef\x95\x0d\x4a\x3d\x8a\x65\xb8\xbd\x27\x23\x15\x56\x13\x22\xa4\x9a\x7a\x69\x2d\x8a\x80\xd0\x46\x4a\x82\x35\x4e\xc6\x83\x6e\x49\x10\x28\xd5\x78\x2c\x22\x3a\xb0\x4a\x66\xca\x43\xe5\x87\xe9\x2b\x16\xf8\xc0\xbb\x68\xbc\x42\x31\x15\x11\x78\x64\x45\xc0\x7f\x8a\x70\x10\xe4\x58\x84\xa2\x9e\x79\x86\x59\x81\xed\xe6\x6a\x2b\xbe\x51\xa9\xdb\xb5\xe3\x75\x51\x31\x4a\x92\x8e\x79\xb9\x6b\xd6\x0d\x24\x74\x58\xed\x22\xb5\x2f\x37\x76\x7c\x6a\xc2\x39\x0e\xc8\x9a\x9a\x03\xbc\x6c\x1a\x87\xf8\x13\xe3\xdd\x90\x50\xc6\xd3\xb7\xea\x4a\x27\x3a\x51\x6c\x48\x1f\x75\xec\x46\x49\xf0\x36\x67\x05\xc5\x5c\xb2\x7a\x36\xd0\x12\xb6\x3b\xff\xe8\xfe\xb2\xe7\x01\xc3\xf4\x68\x23\xb9\x18\x64\x6e\x0d\xe5\x4c\x0a\x77\x84\x72\xa4\xb3\x0b\x72\xf2\xbf\x01\x00\x00\xff\xff\x47\x28\x5e\x87\x7b\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYaml, - "Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\x36\xb2\xff\xdd\x7f\xc5\x8e\xa7\x33\xbe\x9b\x17\x4a\x71\x9b\xb6\xa9\xae\xaf\x33\xb2\xcc\xd8\x4a\x6d\x89\x21\xe5\x36\xb9\x9b\x1b\x0d\x44\xae\x24\x24\x24\xc1\x00\xa0\x1c\x5d\xc7\xff\xfb\x1b\x00\xfc\x2e\x52\x52\x1c\xa7\xf7\xda\x5f\x6a\x91\x8b\xcf\x7e\xc5\x62\xb1\x04\x42\x12\xfa\x1b\x72\x41\x59\x3c\x00\x89\x51\x12\x12\x89\x3d\x96\x60\x2c\xd6\x74\x29\x7b\x94\xf5\x37\xe7\x27\x1f\x68\x1c\x0c\x60\x96\xbd\x3e\x09\xc9\x02\x43\x31\x38\x81\x62\xc4\x00\x90\x24\x3f\xbc\xb0\x12\x26\xe4\x8a\xa3\xf8\x18\x5a\x89\x42\x15\x12\x63\x69\x89\x6f\xe9\x09\xc0\xa7\x84\x10\x31\x80\xf3\xde\x8b\xde\xf9\xcb\x93\x08\x85\x20\x2b\x1c\xc0\xd9\x10\x62\xbc\x07\x7b\xe8\xc0\x0f\x40\xe2\x00\x1c\x83\xe1\xbd\xb9\x81\x12\x03\x16\x44\x60\x00\x24\x49\x42\xea\x13\x49\x59\x0c\xf7\x54\xae\xc1\xf3\x6e\x40\xa4\x49\xc2\xb8\x3c\x01\x58\x13\x01\x0b\xc4\x18\x7c\x8e\x44\x62\x00\x34\x86\x2d\x4b\x39\x24\x9c\xbd\x47\x5f\xf6\x60\xb6\x46\x48\x05\xf2\x98\x44\xd8\x4f\x88\x10\xf7\x8c\x07\xb0\x64\x1c\x88\xef\xa3\x10\x34\x5e\x81\x5c\x63\x45\x88\x13\x80\x80\x48\xa2\xf8\xc3\xe9\x37\x7f\x5c\x5e\xcc\x2f\x87\xb3\xe1\xc5\xd0\xb3\x1f\x4e\x81\x0a\xd0\x8f\xee\x3c\xdb\x9d\x0c\x6f\xed\x87\xbe\xfe\xe9\x0c\x3d\xef\xf7\xa9\x7b\xf9\xd0\x03\x27\x44\x35\x72\x81\x20\x52\x8e\x20\x59\x26\x9b\x32\xde\x1a\x61\xc9\xc2\x90\xdd\x2b\xae\x02\x7d\x8e\x52\x0c\x14\x93\xeb\xd9\xcc\xf1\xe6\x9e\x3d\x72\xed\xd9\xc3\x29\xf8\x2c\x96\x84\xc6\xb9\x6c\xf9\xfb\x5f\xed\x77\xde\x6c\xea\xda\x0f\xb0\xa4\xa1\x56\x2b\x38\x01\xad\x8b\x40\xbe\xc9\x30\x15\x53\x35\x1e\x63\xf9\x0f\x05\xfd\xfa\xca\x9d\xde\x39\xde\xdc\x9e\x8c\xdc\x77\xce\x6c\x0f\x93\x26\x65\xc1\x4e\x31\xc9\x19\x66\xec\xfc\x94\xab\x81\xaf\xaf\x38\x4b\x13\x01\x3e\x8b\xa2\x34\xce\x1c\x25\x7a\x67\x27\x11\x4a\xa2\xac\xa8\x62\x86\xc4\x31\x93\xe6\x8d\xfa\x09\x10\xa0\xf0\x39\x4d\xa4\x8e\xc1\x61\x0c\xf8\x89\x44\x49\x88\x79\x48\x34\x5d\x4e\xaa\x11\x92\xbb\xa6\x07\xaf\x18\x87\x88\x71\xd4\x90\x00\x34\x5e\x32\x1e\x99\x61\x64\xc1\x52\x09\x69\xe6\x5c\x2a\x8a\xb0\x7d\x06\x02\x11\xd6\x52\x26\x62\xd0\xef\xaf\xa8\x5c\xa7\x8b\x9e\xcf\xa2\xfe\xfb\x05\x13\xc2\x2a\xa6\x41\xbf\x22\x84\x95\x0f\x16\x3d\xcd\x8a\xfa\x2c\x1e\x85\x44\x88\x81\xfe\xd3\x42\x92\xe8\xe7\xb5\x39\x14\x50\x91\x84\x64\x6b\xa9\xb0\x1b\x80\x8b\x01\x5c\x13\x09\xaf\x2f\x98\x10\x46\xcd\xde\x0b\xf8\x9f\xaa\x5e\x7f\x73\xca\xd0\x57\x5a\x67\x5a\x69\x51\xff\xbe\x8b\x9f\x70\xb6\xa1\x01\x72\xab\x95\xd1\x33\x18\xc7\xbe\x91\x56\x92\x95\xd0\x93\xf5\xd9\x7b\xb2\x21\x88\xfa\x7f\xcf\xb4\xba\xe6\x7d\x6b\x0a\x08\x98\x9f\x46\x18\x1b\xaf\x59\x29\x0f\x07\x85\xd1\xcc\xb4\xe9\x71\x0c\xd6\x44\x6a\xdb\xd5\x88\xfb\x18\xf7\x39\x06\xd6\x9a\x48\xcb\x18\x15\x63\x89\x3c\xe1\x54\xa0\x55\xb5\xaa\xe2\xaa\x3c\xd6\xdf\x23\x46\xc8\xe2\x95\x55\x8b\x96\x59\xd5\x9b\x10\xe0\x92\xc6\x28\x80\xa3\x60\x29\xf7\x51\x40\x8c\x18\xe8\x59\xa1\x41\x19\x04\xb8\xc1\x90\x25\x85\x07\xec\x42\x18\x18\x56\xe2\xcc\x43\xbe\x41\xae\xbd\xb2\x93\x77\x9e\x01\x8d\xfd\x30\x0d\x68\xbc\xca\x70\x09\x2c\x52\x1a\x06\x6a\x06\x2d\xe9\x2a\xe5\x19\x59\x35\x70\x03\x4c\x42\xb6\x55\x56\x69\x52\x15\xb9\xa5\x24\xc9\x60\x6b\x84\x7a\x9e\x55\xe2\xc3\x04\x73\x91\x1f\x7d\xd4\xa9\xb3\x98\xef\x95\xe9\x67\x48\xab\xf1\xd3\xdb\x63\xe2\x2c\x97\x1e\xf0\xb1\x06\xd8\xe4\xcb\x46\x96\xd1\x01\x4c\xd0\x1d\x5e\x09\x14\x9d\x48\x88\x8f\x83\x32\x8a\x4f\xd8\x42\x65\x68\x31\x38\xb1\xa0\xba\x26\x6d\xce\x4f\x00\xcc\xfa\xa3\xbc\x42\x7d\x35\xc1\xab\xe9\xa4\x25\xa1\x34\x52\x8a\xca\xf9\xf7\xb8\xd0\x59\x11\xf9\x99\xd0\x7a\x81\x52\xb3\x97\x91\x0b\x83\xdc\x23\x61\xb2\x26\x8d\xd0\xc7\x04\xe3\x00\x63\x9f\xa2\x18\xc0\xd9\xbf\xfe\x38\x55\xd2\x9f\xea\x34\x3d\x74\x9c\x9b\xf1\x68\x38\x1b\x4f\x27\x73\x9d\xfd\x2b\x5a\x9f\x3e\xcb\xb0\x01\x4e\x95\xf8\x6a\x44\xa6\xc0\xe9\xc3\xbf\xcf\xf4\xcb\x72\x1d\xd5\x6a\x94\xf1\x32\x80\x16\x70\x4d\x66\x4c\xdc\xfe\x56\x24\xe8\x1b\x30\xa5\x5b\x86\x6b\xe9\x1f\x03\x78\xf9\xfc\xe5\xf3\x7c\x1e\x10\xbe\x42\xe9\xd4\x1f\x0b\x0c\xd1\x97\x8c\x97\x16\xcc\xc3\x71\xa4\xe3\xb0\x9d\xe9\x9f\xe3\x2b\xf1\x97\x76\x96\x99\x94\xd6\x63\x7c\xf6\xe2\xc5\x77\x6d\x3e\xcb\x1f\xff\x3f\xf2\x59\x91\xc6\x0a\xc7\x95\x2e\x7b\xca\x30\xaf\x38\xed\x90\xf5\xbe\x7f\xf1\xdd\xb7\x2d\xd6\x2b\x1e\x3f\xca\x7a\x55\xfe\x5f\xc5\x90\x79\x09\x95\xe8\xfc\xce\xb8\xd4\x99\xdf\x0f\x53\x21\x51\xd5\x58\xed\xb3\xe0\x43\xba\x40\x1e\xa3\x2a\x4a\x28\xeb\x4b\x16\x22\x27\x12\xad\x34\xe6\x48\x82\xad\x85\x71\x90\x30\x1a\xeb\xea\x52\xf2\x14\x4f\xbf\x82\x5f\xcc\x22\x53\x7a\x24\x13\x79\xec\x0c\x60\xc2\x62\xdc\xf5\x92\xc1\x4a\xca\xc5\x29\x0b\xfa\x97\x2f\x5f\x3e\x6d\x74\xd3\xa0\x5d\x64\x95\x5a\x0a\x9f\xb9\x2c\x95\x9f\xef\x31\x3d\xca\x6c\x1f\x4a\xf3\xe5\x2b\x4c\xee\xa2\xaf\x9b\xeb\xd7\x4c\x48\x45\x75\x3d\xf5\x66\xea\xed\x5c\x6d\x0e\x0c\x80\x64\x39\xbf\x6e\xa8\xcf\xb4\x97\xf8\x8a\x06\x13\x4f\x64\xb1\x23\x13\x6e\xab\xe1\xbc\xcc\x72\x25\x63\x89\x3c\xa2\x71\xc6\x58\xed\x18\xe5\x9a\xb3\x74\xb5\x6e\xb5\xf0\x1e\xd6\x9d\xd9\x62\x1c\x91\x15\x7a\x92\x23\x89\x76\xcc\xf9\xa4\x51\xd3\x29\xc1\x85\x2a\x5f\xcd\xa4\xfa\xba\x12\x54\xcd\xcf\x52\x99\xa4\xb2\xb0\x72\x61\xc8\x16\xb3\xcc\xc8\xaa\x78\xd9\x09\x3e\xd0\x7b\x32\x53\x3c\x9b\xf2\x7f\x50\x16\xd2\x12\x3f\xc9\x4b\xca\xd5\xc0\xd1\x74\x32\xb3\xdf\xce\xe6\x97\x63\xf7\x21\x23\x58\x51\x59\x72\xe7\xb8\x54\x64\xde\xf4\xce\x1d\xd9\x73\xd7\x76\xa6\xde\x78\x36\x75\xdf\xcd\x5d\xfb\xd5\x43\x41\x95\x72\xda\x4e\x75\xe7\xde\xe4\x54\x72\x9b\xe0\x00\xae\x68\x26\x93\x54\x29\x79\xb5\xcd\x39\x19\x19\xbd\xc6\x53\x00\x8c\x37\xe5\x8f\x3c\x4b\xde\x0e\x7f\xb3\x27\xf3\xdb\xb1\xeb\x4e\x5d\xc5\xa2\x20\x00\xd8\x90\x30\xd5\x16\x69\xd2\x3c\xec\xa0\x0c\xdd\xd9\xf8\xd5\x70\xa4\x75\x6f\x43\xa8\xbe\x2f\x47\x2f\x19\xf7\xd1\x49\xc3\x70\x00\x6a\xed\x28\x9f\x73\x16\x0d\x2a\x30\x7b\xdd\x96\x3b\x2e\xdb\x03\xea\x2d\x42\x51\xba\x0d\xce\x7b\x3f\x35\x28\xb3\xed\xc1\x37\x7f\x8c\x6f\x87\x57\xf6\xdc\x9b\xb9\xf6\xf0\x56\x3b\xda\x73\x86\x23\xbb\x6e\x62\x4f\x9b\xd2\x4c\x48\x4e\x57\x2b\xe4\xc5\x22\x63\xf6\xf4\xa5\x98\xa6\xcb\xa2\x80\xaf\xc6\xb3\xeb\xbb\x8b\xf9\xef\xf6\xc5\xf5\x74\xfa\x6b\xde\x07\x69\xba\xee\x3a\x5d\xe4\x48\x18\x23\xa7\x7e\x2b\x94\x3d\xb1\xdd\xf1\x68\x3f\x96\x19\x9e\x81\x51\x65\xa5\xd1\x9a\xc4\x2b\x1c\xc0\x1f\x75\xca\x71\xf9\x2e\xa3\x36\xcf\xcd\x04\xcd\x5e\x74\xce\xe5\xcb\xc6\x2a\xf9\xe7\x4d\x68\x8e\x1a\x4a\x0c\xe0\xfc\x0b\xd6\xef\xb6\xa9\x62\xf4\x77\xb1\xe8\x9c\x55\x1a\x8f\x19\x49\x5d\xc7\x5d\x3d\x8f\xd6\xf5\x73\x65\x3d\x64\x1f\xad\x4f\x61\x23\xc8\xd2\x11\xa1\x71\x11\xa4\xc6\xc7\xb5\x69\x5f\x4e\xd9\xcb\x8b\xb9\x67\xbb\xbf\x8d\x47\xf6\xdc\x71\xed\x57\xe3\xb7\xf3\xdb\xa1\xe3\x8c\x27\x57\x15\xda\xea\x0c\xde\x53\xaf\xfe\xef\xe5\x45\x3b\x83\xd7\x93\xcb\x71\x3b\x5c\xf6\xf2\xa1\x7d\x5c\xde\xf4\xec\x1c\x5b\x74\x45\xdb\xc7\xe7\x5d\xd2\xce\xf1\x45\x1b\xb5\x7d\x7c\xde\x87\xed\x1c\x5f\x34\x6a\x5b\xc6\xcf\xde\x16\xaf\xbf\x9e\x65\x6f\xc7\x93\xb9\x33\x9d\xde\xcc\xbd\xf1\x3f\xbb\xc5\xac\x51\x75\xe8\x7a\x3b\x7c\x7b\x0c\x52\x95\xaa\x03\x69\xf6\x76\x3e\xf6\xa6\x37\x5a\x93\x4e\xa0\x2a\x51\x1b\x4e\xde\x1b\x56\xf6\x9a\x3b\xee\x74\x36\x1d\x4d\x6f\xda\xd0\xca\xed\xf9\xe5\xc4\x90\xb7\xa0\x4d\x1d\x7b\xe2\x5d\x8f\x5f\xcd\xe6\x39\x51\x11\xf4\xdd\xf1\xd5\xb9\x05\xf9\x0c\x74\x67\xea\xce\xda\xd0\x4f\xd5\x26\xe4\xb4\x05\xab\xde\x78\x6f\xac\xa3\xc5\xf0\x3e\x4a\xbf\x8f\x24\xb1\xcc\x12\x61\x6d\x58\x98\x46\x78\x10\xae\x5d\xcf\x46\xaf\xff\xb0\x50\xb3\x77\xce\x51\x50\x9a\xb0\x1b\xaf\xdb\xf2\xe5\xfb\xee\xd1\xfb\xe7\x76\x9d\xa6\x15\x65\xea\x4e\xec\xd9\x9b\xf9\xe8\xe6\xce\x9b\xd9\xee\x21\xbc\x0e\xea\x7d\xc8\x6f\xee\xec\x3b\xdb\xdb\x8f\x67\x68\xf6\xa1\xcc\xa6\xce\x78\x74\x00\xc5\xd0\xec\x9b\x46\xf5\x8f\x31\xed\x68\x1d\x1f\x6e\x8e\x40\x3d\x2a\x5c\xdf\xaf\x74\xdf\xc1\xc2\xd8\xe7\xdb\x44\x1e\x0c\xdd\x2e\x26\xc7\x09\xbf\x2f\x9c\x9b\xb4\xdd\x81\xd8\x46\x79\x0c\xe2\xfe\x60\xea\xa2\xde\x87\x7c\x5c\x98\x76\x51\xb7\xae\x4f\xe3\x5b\xdb\x2d\x12\x95\x5a\xaa\xe6\x7b\xec\x7b\xa0\x4f\xd6\x04\x1f\xde\xcd\xa6\xf3\x4b\xdb\xb9\x99\xbe\x9b\xdb\x6f\x9d\x9b\xe9\xa5\xdd\x21\x72\x1b\x65\x55\x5c\x5d\xc8\x1e\xaa\xa6\x34\x91\xda\x41\x38\x2c\xa4\xfe\x76\x00\xc3\xf0\x9e\x6c\x45\x85\x22\xa4\x1b\x8c\x51\x08\x87\xb3\x05\x0e\x6a\xa2\xe0\xa7\x6a\xf1\x64\xfe\xf3\x59\x14\x91\x38\x68\x3e\xb6\xa0\xbf\xa0\x71\x7f\x41\xc4\x7a\xe7\x8d\xe5\xef\x12\xb3\x44\xaa\x34\xad\x07\xd5\x24\xe8\x35\x00\x68\x4c\x25\x25\xe1\x25\x86\x64\xeb\xa1\xcf\xe2\x40\x0c\xe0\x87\xe7\x3b\xbb\x9b\xfd\x66\xa8\x74\xbf\x72\x11\x8a\x5a\x30\xeb\xec\xfe\xf8\xe3\xcb\x1a\xe3\x6c\xd3\xc4\x42\xf6\x81\x92\xda\x9b\x84\x33\xc9\x7c\x16\x0e\x60\x36\x72\xf6\x62\x96\x8d\xff\x2a\x66\xd6\xfc\x7a\x0c\x60\xd9\x95\x6e\x02\x8a\x47\x22\xe6\x2d\xbf\x3a\x62\x63\x3d\xef\x06\xe4\x48\x02\xfa\xdf\x0d\x9f\xba\x08\xf5\xf8\x29\x3e\x47\xd6\x19\x86\x34\xa2\x52\x34\x85\x88\x30\x62\x7c\xab\xf7\xf3\xf6\xed\xd4\x7d\x37\xbf\x19\xdf\x8e\x6b\x69\xde\xa4\xe4\x5b\x96\xc6\xcd\x68\x8a\xd4\x33\x87\xc8\xf5\x11\x25\x48\xe5\x6b\x9d\xf5\x01\xb7\x42\x32\x8e\x6d\x54\x4a\xb1\x69\x1c\x6e\x1b\x9b\xff\x36\x76\xc7\x2e\x21\x55\xd6\xf9\x98\x47\x88\x50\x69\xcc\x5d\x71\xe2\xa3\x83\x9c\xb2\xa0\x6d\x7a\x1a\x4c\xb1\xdb\x56\xd9\xaf\x7c\xb6\xc1\xaf\xc9\x62\x9e\x4d\xb2\xd9\x5e\x3b\xa7\xd1\x8a\x7e\x58\xbf\xc3\x5c\xf6\xad\xfc\xcd\x7e\x47\xa5\xb1\xe0\x10\x4e\xa2\x8a\xd2\x24\x95\x2c\x22\x92\xfa\x0d\x3b\x16\x93\x51\xf1\xab\x19\x69\x5f\x3a\x7b\x54\xf7\xe7\x40\xdb\xee\x2f\xd8\x01\xe9\xfa\x1e\xf5\x24\xcd\x90\xe6\x22\xfe\x17\xe9\x8b\xb4\xd5\x1e\x47\x1a\x10\xbe\xac\x5b\xe2\x4c\xbd\xd9\x95\x6b\x7b\x6f\x6e\x74\xef\xe1\x51\x8d\x89\x0a\xc6\x17\x35\x28\x2a\x38\x5f\xd4\xa8\xa8\xe0\xa8\xed\xfd\x68\x3a\x99\xd8\x23\x65\xbf\x8e\x5d\x47\x37\xfd\x11\xe8\x8e\x6b\x3b\x43\xd7\xbe\x9c\xcf\xdc\xe1\xc4\x1b\x7e\x15\x3e\xde\xb5\xe6\x70\x71\xf7\xea\x95\xed\x1e\x06\xaf\x93\xb7\xd4\x9e\xad\x95\xee\x17\x95\x9c\xad\xe5\xde\x77\xf5\x2a\x4a\xfa\x89\xc7\xfc\x0f\xcd\xcc\x0d\xbb\x1f\x9f\x33\x7a\x1a\x21\x4b\x65\x01\x77\x7e\x4c\x72\x6c\xaf\xe2\x0f\xd7\x91\x3b\xdc\xff\x9c\xca\xa9\xad\x6e\xa2\xc7\x94\x52\x89\xf8\x18\x82\xb5\x86\xf3\x6f\x7f\xec\x3d\xef\x3d\xef\x9d\x83\x75\x07\xdf\x34\x66\x33\x58\x1f\xc1\x0a\x6a\x8f\xf3\x79\xb3\x8b\x09\x70\xe6\xd9\x37\xf6\x68\x06\xe7\x67\x87\x7d\xfb\xfd\xd1\xae\x3a\xae\xf8\xda\x10\xde\x0f\xe9\xa2\x9f\xac\xc4\xc7\xb0\xaf\xf2\x6f\x4b\xf9\xb3\xdf\xdf\x56\xb2\x61\xe1\x53\xd6\x3a\x9f\xc3\x0e\x2a\x27\x6f\x7f\xd3\x80\xa3\x90\xd0\xa8\xee\x76\x5f\x3d\x9a\x1c\x83\xad\x29\xff\x2b\xe5\x4a\xdb\x04\x7a\x54\xe5\x52\xe2\x0c\x6a\xd9\xa9\xf6\x79\x6a\x36\xbc\x7a\x68\x8c\xfc\xac\xef\x58\x5f\x56\xf7\x38\x6d\x2e\xfb\xb3\x8a\x9f\xc2\xc7\xe5\xea\x6d\x4e\x0d\xde\xb2\x00\x0b\x77\xbb\x48\x82\xdf\x39\x95\x38\x8d\xb3\xef\x75\x3b\x7b\x23\x8e\x1f\x53\x14\xd5\xc9\xa5\xea\xe6\xac\xc9\xf0\xdb\xf4\xe6\xee\xd6\x9e\x8f\x86\xce\x70\x34\x9e\xbd\x7b\x38\x49\x54\xd0\xa0\xd4\x11\x65\xed\x1e\xa6\x51\x92\xeb\xc3\x06\x72\x8d\x55\x5d\x7b\x27\x00\xd9\x49\x59\x13\xc0\xd5\xc3\x9f\xea\x49\x71\x98\xb1\xa9\xf3\x89\x91\x90\x72\x0c\x8a\xb8\xcc\x56\x2d\x55\xee\x93\x24\x69\xca\x71\x36\x4a\x85\x64\x91\x3e\x6e\x50\xc8\x53\x3d\x1f\x02\x9c\xa5\x12\x7b\x00\x37\x48\x36\x08\x8b\x90\xc4\x1f\x34\x51\x80\x4b\x92\x86\xb2\x18\x69\x0e\xa9\x61\x6f\xd5\x1b\xc0\xcf\xd5\xb3\xb3\xea\xe5\x2f\xd6\xcf\xd9\x21\xf7\x5f\x7a\x3f\x67\x23\xad\x80\x45\x84\xc6\x96\x48\x97\x4b\xfa\xe9\x97\xb3\xa6\xd6\xb9\x64\x4a\x18\x73\x30\xe3\x3a\x63\x55\xe8\x5f\x3b\x1c\x71\xb4\x6a\xe2\x58\xdd\xb4\x46\x85\x7e\x99\x6e\xd9\x21\x8a\xa7\x56\x51\x1c\xa5\xa3\xd7\x54\xf2\x8a\xca\xec\x5b\x3d\xdc\xb9\xe3\xe6\xd1\x95\x26\x3f\x45\xed\x62\xc2\x04\x95\x8c\x6f\xc1\x7c\xaa\x37\x6c\x5a\xcf\x0a\xec\x89\xa7\x23\x8e\xa5\x17\x7f\x59\x1f\x53\xea\x7f\x10\x92\x70\x29\xda\x14\x58\x70\x12\xfb\xeb\xbe\x24\x2b\xe0\xb8\x44\x8e\x66\xfe\xb5\x88\x5e\xbe\xec\x92\xda\xb5\x5f\x95\x42\x9e\x9e\xf7\xbe\x3d\x6d\x72\x54\xab\xa0\x3e\xb5\x4e\x63\x8d\x9a\x79\x0d\x24\x33\x27\xa5\xff\x01\x18\x25\x72\xab\x6d\xc9\x19\x2b\x09\x02\xca\xf5\x2e\x69\xbb\x33\x41\x47\xe6\x0c\x07\x5c\xe6\x14\x85\x80\x95\xf3\x1c\xa5\x58\x92\x05\x2c\xa4\x42\xf6\xf3\x3f\xac\xf7\xc1\xc2\x6f\xca\x79\x99\x1f\x5a\x7c\x3d\xb9\x1c\x9b\x64\xa1\xef\x34\x2c\xb6\xb5\xc3\xdb\x92\xe9\x34\x15\x6e\x50\xe7\x11\x95\x4b\x4d\x40\x98\x80\xd5\x31\xfc\x9e\x6c\xc8\xc0\xf8\xa7\x5f\x12\x88\x7e\x6d\xfd\xa9\x69\x54\x67\x5e\x4b\x3a\xe5\x37\xd9\x4c\x1d\x8d\xbe\x0b\x3e\x63\x01\xbb\xa1\x42\x5e\xee\x04\x6d\x01\x9e\x05\x7a\x3b\xe7\x26\xd3\xca\x3e\xa5\x2b\x28\x95\xbb\x9a\xcc\x3c\xfa\x1f\x04\xb6\xac\xde\xd6\xc9\x72\xb6\x99\xea\x39\x3b\x53\x9a\xec\xb8\xb6\x10\xc7\x2c\x5b\x30\x22\x09\xf1\xa9\x2c\x3d\xdc\xc8\xfa\x7b\xa4\x3b\xbf\xa2\x4d\xe1\xde\xa4\x98\x1a\x33\x88\x26\x63\xfd\x4a\x54\xd2\x40\xed\xc3\x50\x73\x39\x61\x09\xf5\xdb\x71\xf4\xab\x5d\x9c\xec\xd3\x50\xd7\xb2\xc4\x96\x3a\x9a\x4c\xab\xa7\x79\xfb\x26\x6f\x17\xe9\x8b\x36\x4d\x7e\xd9\xed\x84\x5f\x73\x1a\xcf\x40\xd4\xbc\x59\xed\x4c\x1d\x5e\xb3\xb2\x56\xdd\x21\x59\x6b\x52\xe5\x13\xbc\x54\xe2\x90\x9c\xaf\x68\x88\xf1\xae\x90\x95\x2f\x47\x99\x54\x39\x9f\xde\xfb\x0f\x3b\xd9\x4c\xc9\xa4\xaa\xa2\x76\x99\xfe\xf6\xfa\x57\x0f\x18\x87\xd7\x23\xfb\x57\xef\xef\x87\x04\x9a\x6d\x93\x2e\x61\xcc\x57\xd4\x2e\x7b\x10\x21\x98\x4f\xf5\x0d\x33\x7d\x25\xc9\xd8\x40\x83\xfb\xc8\x25\x5d\xaa\xd4\xd1\xe5\xb7\x51\x49\xd1\xe6\x33\x5d\x65\xb4\x30\xae\x5d\x56\xab\x69\x4e\xe2\xe0\x08\xb6\x85\xd6\x4e\x06\xd4\xe0\x5b\x34\x3b\x9a\xb3\x1b\xa5\x80\x4f\xc4\x4a\x18\x0b\xfb\x11\x8d\xf5\x1f\x96\x50\x73\x3e\x97\x24\xbf\xa9\x82\x41\x25\x39\xb6\xce\xf3\x6c\x21\xbd\xa5\x31\x8d\xd2\x08\x1c\xc6\x42\x9d\x3e\xaa\x59\xa8\x7e\x68\x62\xaf\x34\xe4\xd3\x93\x48\x43\x3e\xed\x91\xa6\x76\xf0\xa2\x4d\x1a\xc9\x49\x2c\x88\xaf\xcb\x14\x2a\x58\x58\xde\xd7\x79\x94\x34\xb3\x12\x0e\xc6\x39\x5c\x55\xa2\xda\x01\x8e\x96\x40\x89\x32\x75\xe2\x34\x5a\x20\x57\xf3\xc4\x0f\x69\x76\xf3\x28\x46\x0d\x2c\x80\x84\x21\xbb\xc7\xa0\x67\x6e\x50\x91\x50\x30\x10\x5a\x99\xb5\xa9\xcb\x77\x41\x12\x8e\x09\x51\x6a\x54\xf4\x15\x3b\x8a\x54\xae\x28\xdd\xee\xca\x51\x0a\x50\x28\xb4\xa7\xbd\xd5\xd0\x6d\x94\x5b\x52\xc0\x9a\xdd\x43\x94\xfa\xeb\xec\x6b\x09\x50\x01\x01\x06\x3a\xfa\x03\xb5\x5c\x57\xa4\xd0\xa7\xe7\x89\xbf\x56\x99\x55\x39\x60\x9f\xc4\xde\x5a\x2b\x78\x91\x2e\x97\xc8\x5b\x45\x6c\xf4\xae\x1a\x12\x5e\x33\x1e\xa3\x7c\x93\x1f\x7d\x07\x12\x44\x34\x2e\x26\x6e\x93\x71\x4e\x5d\x99\x8f\x7a\x6b\x0a\x67\xff\x22\xd6\x7f\x86\xd6\x3f\x9f\x5b\x3f\xfd\xfb\x8f\x97\x0f\xaa\xa6\xd5\x87\x0f\xcd\x3d\xdb\x4f\x09\x47\x21\xaa\x31\xb1\xe7\xac\x44\x23\xef\x77\x55\x09\xa9\x40\xbe\xbf\x54\xb8\xcb\xee\xcc\x16\x42\xaa\x21\x55\x39\xbf\x7b\x38\x24\x66\xfd\xc4\xd8\xe7\x48\xd6\x65\xc1\x82\xea\x8b\x4d\x58\x3f\x8d\xb6\x5f\x36\x73\x2a\x34\x6f\x65\x74\xac\x7d\x57\xba\x68\x87\xdf\x71\xb1\x66\xec\x43\xb6\x44\x3f\x5a\xbc\xd6\xb3\xaa\x87\x05\x35\x47\x4e\xb3\xdb\x89\x07\xe4\xcd\x68\x9f\x4a\xe0\xd6\x13\xb1\x07\x25\x9e\xe4\x1d\x13\xa0\x31\xdc\xaf\xa9\x6f\x96\xd6\x4a\x6f\x46\xe8\x09\x9d\x5f\xdf\xbc\xa5\x41\x10\xe2\x3d\xe1\x68\x3a\x49\x02\x48\x76\x01\x98\xc6\x42\x92\x30\x34\x19\x0e\x45\x03\x43\x0d\x88\x19\x8f\x48\x18\x6e\x4b\x52\xc8\xaa\x99\x62\x57\x55\x76\x70\x4c\x91\xff\x8e\xa5\x20\xd6\x2c\x0d\x03\x60\x71\xb8\xd5\xb7\x4b\x55\xba\x89\x58\x40\x97\x5b\x73\xb5\x98\x2e\x61\xcb\xd2\xb3\x0d\x56\x70\x77\x74\xa0\x31\x98\x8e\x60\x40\x97\x7a\xc3\x55\x61\xd5\xcf\xef\xaa\x37\x5d\x54\x41\x28\x0d\x55\x58\xbc\xbd\xbf\xb4\xa7\xf4\x2b\x6f\x5e\x3e\x7d\x85\x9a\x5f\x62\x6a\xab\x4c\x3b\xcf\x3c\xfd\x19\x25\x69\x2e\x58\x77\x4d\xba\xe7\x5c\x53\xbe\x19\x33\x9f\x74\x7b\xef\x7d\x6c\x2f\x4f\xbf\xa0\x44\xcc\xe5\xeb\xac\x11\x5b\x0f\x47\x3d\x65\xb5\xb8\x63\xa1\x9d\x72\xb1\xf3\x34\x55\x43\x8c\xe2\x1f\x03\xc8\x56\xc3\xae\x2c\x5e\xe8\x9c\xd1\x7d\x71\x32\xdf\x73\x28\x6b\x7f\xfa\x19\xb1\x58\x72\x16\x0a\xb8\x5f\xa3\x5c\x23\x57\xe0\x21\x0b\x54\xe9\x56\xbb\xbf\x6d\xb6\xb8\x26\x11\x2c\xb0\xec\x54\xab\x74\x62\xa6\xb5\x26\xc7\xdd\x05\x4b\x3f\x07\x3b\x87\x1d\x72\x7f\x4d\x37\x95\x3d\x68\xc7\xc1\xac\xbc\xd9\xb2\x24\xa1\xc0\x9d\x76\xcb\x2d\xd9\x60\x0c\x11\xe5\x5c\xf9\x9a\xa9\x35\x53\xbb\xdd\xfb\x76\x6c\x72\xff\xce\x8e\xb5\x36\xa2\xda\xa3\xda\xb9\x67\xd2\x60\x75\x43\x85\x54\x53\x2f\x6f\xd4\x50\x14\xda\x49\x59\xb2\x26\x99\x3e\x70\x4f\xc3\x50\x99\xc6\x67\x09\xd5\x89\x55\x32\xd3\x3b\xa9\x5f\x72\x5f\xb2\x30\x40\xde\x83\xf1\x12\xd2\x58\x24\xe8\xd3\x25\xc5\xe0\x99\xaa\x4e\x4b\x2c\x1a\x43\xdf\x5c\xe0\x6c\xc0\xf6\x4a\xb3\x55\x2f\xb6\xb4\x6d\x18\xc9\xaa\x6a\x18\x25\xc9\x69\xe5\xf6\xaf\x59\x3c\x40\xe8\xdc\xda\x03\xb5\x2f\x34\xce\x7c\xa6\x73\xba\xe9\x66\x87\x74\x15\x8b\x72\x2e\x47\xe4\x3d\xe3\xbd\x88\xc6\x8c\xe7\x37\xe1\x95\x61\xca\x6a\x72\x5f\xa1\xa9\x53\x39\x64\xb9\xdc\x7c\x6e\xd8\x29\x35\x9b\x5f\x16\xf6\xa4\xf2\xd3\x9f\x7a\xdf\xef\x44\xc5\x28\xff\x4e\x92\x17\xc9\xfa\xbc\x51\xe9\xe9\xca\xe9\xa2\x7a\x03\xe5\xff\x02\x00\x00\xff\xff\xba\x41\x1b\x94\x12\x46\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\xb6\xb2\xfe\xee\x5f\x81\xd1\x74\xc6\xed\xdc\x50\x8a\xd3\xb4\x4d\x75\x7a\x3b\x23\x4b\x8c\xad\xc4\x96\x14\x92\x6e\x93\x73\xa6\xa3\x81\xc8\x95\x84\x84\x04\x18\x00\x94\xa3\x66\xfc\xdf\xef\x00\xe0\xbb\x48\x49\xb1\x9d\xdc\xd3\x7c\x89\x45\x2c\x9e\x7d\x03\x16\x8b\x05\x80\x63\xf2\x07\x70\x41\x18\xed\x23\x09\x51\x1c\x62\x09\x5d\x16\x03\x15\x6b\xb2\x94\x5d\xc2\x7a\x9b\xb3\x93\x0f\x84\x06\x7d\xe4\xa5\xcd\x27\x21\x5e\x40\x28\xfa\x27\x28\xef\xd1\x47\x80\xe3\x9f\x9f\x5b\x31\x13\x72\xc5\x41\x7c\x0c\x2d\xf1\x8c\x9c\x20\xf4\x29\xc6\x58\xf4\xd1\x59\xf7\x79\xf7\xec\xc5\x49\x04\x42\xe0\x15\xf4\xd1\xe9\x00\x51\xb8\x45\xf6\x60\x86\x7e\x46\x98\x06\x68\x66\x3a\xba\x6f\xae\xd0\x02\x0b\x08\x10\x8e\xe3\x90\xf8\x58\x12\x46\xd1\x2d\x91\x6b\xe4\xba\x57\x48\x24\x71\xcc\xb8\x44\x6b\x2c\xd0\x02\x80\x22\x9f\x03\x96\x10\x9c\x20\x44\x28\xda\xb2\x84\xa3\x98\xb3\xf7\xe0\xcb\x2e\xf2\xd6\x80\x12\x01\x9c\xe2\x08\x7a\x31\x16\xe2\x96\xf1\x00\x2d\x19\x47\xd8\xf7\x41\x08\x42\x57\x48\xae\xa1\xcc\x39\xc0\x12\x2b\xee\xa8\xf3\xdd\xe7\xd1\xf9\x7c\x34\xf0\x06\xe7\x03\xd7\xbe\xeb\x28\x7c\x81\xf4\xc7\x1b\xd7\x76\x26\x83\x6b\xfb\xae\xa7\x7f\xce\x06\xae\xfb\xe7\xd4\x19\xdd\x75\xd1\x2c\x04\xd5\x77\x01\x48\x24\x1c\x90\x64\xa9\x74\x9a\xcb\x92\x85\x21\xbb\x55\x3c\x05\xf8\x1c\xa4\xb6\x5e\xe7\xbb\xcf\x97\x9e\x37\x73\xe7\xae\x3d\x74\x6c\xef\xae\x83\x7c\x46\x25\x26\x34\x93\x2d\x6b\x7f\x6d\xbf\x73\xbd\xa9\x63\xdf\xa1\x25\x09\xb5\x5a\x46\x13\x01\x7c\x93\x62\x26\x1c\x4e\x90\xee\x0f\x54\xfe\x4b\x41\xbf\xba\x70\xa6\x37\x33\x77\x6e\x4f\x86\xce\xbb\x99\xb7\x87\x49\x9d\x32\x67\x77\x82\x76\x18\xfa\x09\x57\x1d\x5f\x5d\x70\x96\xc4\x02\xf9\x2c\x8a\x12\x9a\x3a\x4a\x74\x4f\x4f\x22\x90\x58\xd9\x51\xe9\x87\x29\x65\xd2\xb4\xa8\x9f\x08\x05\x20\x7c\x4e\x62\xa9\x47\xdb\x80\x22\xf8\x84\xa3\x38\x84\x6c\x1c\xd4\x5d\x8e\x9b\x9c\xd3\x45\x2f\x19\x47\x11\xd3\xfa\xaa\x7f\x84\x2e\x19\x8f\x4c\x37\xbc\x60\x89\x44\x49\xea\x5c\x22\xf2\x01\xfa\x04\x09\x00\xb4\x96\x32\x16\xfd\x5e\x6f\x45\xe4\x3a\x59\x74\x7d\x16\xf5\xde\x2f\x98\x10\x56\x3e\xe0\x7b\x25\x21\xac\xac\xb3\xe8\x6a\x56\xc4\x67\x74\x18\x62\x21\xfa\xfa\x4f\x0b\x70\xac\xbf\x57\x66\x4b\x40\x44\x1c\xe2\xad\xa5\x86\x5d\x1f\xbd\x3a\x67\x42\x18\xf5\xba\xcf\xd1\xff\x94\xf5\xf9\xde\x8e\xd7\x10\x01\xc7\xa1\x51\x56\xcb\xf6\xc3\x2e\x60\xcc\xd9\x86\x04\xc0\xad\x2a\xb2\x03\x01\xba\xc4\xf2\x09\x1a\x53\xdf\x88\x27\xf1\x4a\xe8\x79\xf8\xe4\x3d\xde\x60\x00\xfd\xdf\x13\xad\xdf\x93\x35\x09\x02\xa0\x86\xac\x71\x92\x07\xcc\x4f\x22\xa0\xc6\x5b\x56\xc2\xc3\x7e\x6e\x2c\x33\x5d\xba\x1c\x82\x35\x96\xda\x66\x15\xe2\x1e\xd0\x1e\x87\xc0\x5a\x63\x69\x19\x63\x02\x95\xc0\x63\x4e\x04\x58\x65\x6b\x2a\xae\xca\x53\xbd\x3d\x62\x84\x8c\xae\xac\xca\x28\xf1\xca\x5e\x44\x01\x2c\x09\x05\x81\x38\x08\x96\x70\x1f\x04\xa2\x00\x81\x0e\x00\x1a\x94\xa1\x00\x36\x10\xb2\x38\xb3\x0f\xb2\x73\x61\xd0\xa0\x34\xbe\x5c\xe0\x1b\xe0\xda\x2b\x3b\xf1\xe6\x09\x22\xd4\x0f\x93\x80\xd0\x55\x8a\x8b\xd1\x22\x21\x61\xa0\x66\xce\x92\xac\x12\x9e\x92\x95\x07\x6c\x00\x71\xc8\xb6\xca\x2a\x75\xaa\x3c\xaa\x14\x24\x29\x6c\x85\x50\xcf\xaf\xd2\xf8\x30\x83\x18\xf2\x41\xf2\xbd\x32\x02\xe3\x98\x6f\x7f\x40\x42\x32\x8e\x57\xa0\x23\x67\x3e\xf7\x0d\x62\x69\x3a\xa6\x10\xda\x8f\xdd\x3d\x46\x4f\xa3\xea\x01\xaf\x6b\x80\x4d\xb6\x54\xa4\x01\x1d\x21\x33\x1a\x5b\xa2\xbf\x6a\x14\x31\xf6\xa1\x5f\x8c\xe9\x13\xb6\x50\x01\x5a\xf4\x4f\x2c\x54\x5e\x7c\x36\x67\x27\x08\x99\x85\x46\x39\x87\xf8\x4a\xa7\x72\x34\x69\x88\x27\xb5\x88\xa2\x42\xfe\x2d\x2c\x74\x58\x04\x7e\x2a\xb4\x32\x48\xe9\xd6\x4d\xc9\x85\x41\xee\xe2\x30\x5e\xe3\xda\x0c\x80\x18\x68\x00\xd4\x27\x20\xfa\xe8\xf4\x3f\x9f\x3b\x4a\xfa\x4e\x5f\x85\xd2\xc1\x6c\x76\x35\x1e\x0e\xbc\xf1\x74\x32\xd7\xc1\xbf\xa4\x6a\xe7\x49\x8a\x8d\x50\x47\x89\xaf\x7a\xa4\x0a\x74\xee\xfe\x3a\xd5\x8d\xc5\x82\xa9\xd5\x28\x86\x4d\x1f\x35\x80\x6b\x32\x63\xd7\xe6\x56\x11\x83\x6f\xc0\x94\x6e\x29\xae\xa5\x7f\xf4\xd1\x8b\xa7\x2f\x9e\x66\xd3\x01\xf3\x15\xc8\x59\xf5\xb3\x80\x10\x7c\xc9\x78\x61\xc1\x6c\x54\x0e\xf5\x70\x6c\x66\xfa\x6d\x7c\x25\xfe\xd1\xce\x32\x33\xd1\xba\x8f\xcf\x9e\x3f\xff\xb1\xc9\x67\xd9\xe7\xff\x22\x9f\xe5\xd1\x2c\x77\x5c\xe1\xb2\xc7\x1c\xe6\x25\xa7\x1d\xb2\xde\x4f\xcf\x7f\x7c\xd6\x60\xbd\xfc\xf3\xbd\xac\x57\xe6\xff\x55\x0c\x99\x65\x50\xb1\x8a\xd1\x3a\xab\x55\x0b\x80\x1f\x26\x42\x82\x4a\xb1\x9a\x67\xc1\x87\x64\x01\x9c\x82\xca\x49\x08\xeb\x49\x16\x02\xc7\x12\xac\x84\x72\xc0\xc1\xd6\x02\x1a\xc4\x8c\x50\x29\xfa\xa8\x23\x79\x02\x9d\xaf\xe0\x17\xb3\x2c\x16\x1e\x49\x45\x1e\xcf\xfa\x68\xc2\x28\xec\x7a\xc9\x60\xc5\xc5\x72\x9a\x0e\xfa\x17\x2f\x5e\x3c\xee\xe8\x26\x41\xb3\xc8\x2a\xb4\xe4\x3e\x73\x58\x22\xbf\xdc\x63\xba\x97\xd9\x3d\x14\xe6\xcb\x56\x98\xcc\x45\x5f\x37\xd6\xaf\x99\x90\x8a\xea\x72\xea\x7a\xaa\x75\xae\xf6\x06\x06\x40\xb2\x8c\x5f\x3b\xd4\x17\xda\x4b\x7c\x45\x83\x89\x47\xb2\xd8\x91\x01\xb7\xd1\x70\x6e\x6a\xb9\x82\xb1\x04\x1e\x11\x9a\x32\x56\x1b\x46\xb9\xe6\x2c\x59\xad\x1b\x2d\xbc\x87\x75\x6b\xb4\x18\x47\x78\x05\xae\xe4\x80\xa3\x1d\x73\x3e\xea\xa8\x69\x95\xe0\x5c\x65\xb1\x66\x52\x7d\x5d\x09\xca\xe6\x67\x89\x8c\x13\x99\x5b\x39\x37\x64\x83\x59\x3c\xbc\xca\x1b\x5b\xc1\xfb\x7a\x4b\x66\x72\x68\xb3\x0b\xe8\x17\xf9\xb4\x84\x4f\x72\x44\xb8\xea\x38\x9c\x4e\x3c\xfb\xad\x37\x1f\x8d\x9d\xbb\x94\x60\x45\x64\xc1\x9d\xc3\x52\x91\xb9\xd3\x1b\x67\x68\xcf\x1d\x7b\x36\x75\xc7\xde\xd4\x79\x37\x77\xec\x97\x77\x39\x55\xc2\x49\x33\xd5\x8d\x73\x95\x51\xc9\x6d\x0c\x7d\x74\x41\x52\x99\xa4\x0a\xc9\xab\x6d\xc6\xc9\xc8\xe8\xd6\xbe\x22\x04\x74\x53\xfc\xc8\xa2\xe4\xf5\xe0\x0f\x7b\x32\xbf\x1e\x3b\xce\xd4\x51\x2c\x72\x02\x84\x36\x38\x4c\xb4\x45\xea\x34\x77\x3b\x28\x03\xc7\x1b\xbf\x1c\x0c\xb5\xee\x4d\x08\xe5\xf6\xa2\xf7\x92\x71\x1f\x66\x49\x18\xf6\x91\x5a\x3b\x8a\xef\x9c\x45\xfd\x12\xcc\x5e\xb7\x65\x8e\x4b\xb7\x82\x7a\x5f\x90\xa7\x6e\xfd\xb3\xee\xaf\x35\xca\x74\x7b\xf0\xdd\xe7\xf1\xf5\xe0\xc2\x9e\xbb\x9e\x63\x0f\xae\xb5\xa3\xdd\xd9\x60\x68\x57\x4d\xec\x6a\x53\x9a\x09\xc9\xc9\x6a\x05\x3c\x5f\x64\xcc\x96\xbe\x10\xd3\x94\x59\x14\xf0\xc5\xd8\xbb\xbc\x39\x9f\xff\x69\x9f\x5f\x4e\xa7\xaf\xb3\x32\x48\xdd\x75\x97\xc9\x22\x43\x02\x0a\x9c\xf8\x8d\x50\xf6\xc4\x76\xc6\xc3\xfd\x58\xa6\x7b\x0a\x46\x94\x95\x86\x6b\x4c\x57\xd0\x47\x9f\xab\x94\xe3\xa2\x2d\xa5\x36\xdf\xcd\x04\x4d\x1b\x5a\xe7\xf2\xa8\xb6\x4a\x7e\xbb\x09\xcd\x41\x43\x89\x3e\x3a\x7b\xc0\xfa\xdd\x34\x55\x8c\xfe\x0e\x98\xc2\x59\x65\xcb\x9a\x91\x54\x75\xdc\xd5\xf3\x68\x5d\xbf\x54\xd6\x43\xf6\xd1\xfa\xe4\x36\x42\x69\x38\xc2\x84\xe6\x83\xd4\xf8\xb8\x32\xed\x8b\x29\x3b\x3a\x9f\xbb\xb6\xf3\xc7\x78\x68\xcf\x67\x8e\xfd\x72\xfc\x76\x7e\x3d\x98\xcd\xc6\x93\x8b\x12\x6d\x79\x06\xef\xc9\x57\xff\x77\x74\xde\xcc\xe0\xd5\x64\x34\x6e\x86\x4b\x1b\xef\x9a\xfb\x65\x35\xcf\xd6\xbe\x79\x51\xb4\xb9\x7f\x56\x24\x6d\xed\x9f\x57\x51\x9b\xfb\x67\x85\xd8\xd6\xfe\x79\xa5\xb6\xa1\xbf\xf7\x36\x6f\xfe\x7a\x96\xbd\x1e\x4f\xe6\xb3\xe9\xf4\x6a\xee\x8e\xff\xdd\x2e\x66\x85\xaa\x45\xd7\xeb\xc1\xdb\x63\x90\xca\x54\x2d\x48\xde\xdb\xf9\xd8\x9d\x5e\x69\x4d\x5a\x81\xca\x44\x4d\x38\x59\x69\x58\xd9\x6b\x3e\x73\xa6\xde\x74\x38\xbd\x6a\x42\x2b\xb6\xe7\xa3\x89\x21\x6f\x40\x9b\xce\xec\x89\x7b\x39\x7e\xe9\xcd\x33\xa2\x7c\xd0\xb7\x8f\xaf\xd6\x2d\xc8\x17\xa0\xcf\xa6\x8e\xd7\x84\xde\x51\x9b\x90\x4e\x03\x56\xb5\xee\x5e\x5b\x47\xf3\xee\x3d\x90\x7e\x0f\x70\x6c\x99\x25\xc2\xda\xb0\x30\x89\xe0\x20\x5c\xb3\x9e\xb5\x52\xff\x61\xa1\xbc\x77\xb3\xa3\xa0\x34\x61\x3b\x5e\xbb\xe5\x8b\xf6\xf6\xde\xfb\xe7\x76\x95\xa6\x11\x65\xea\x4c\x6c\xef\xcd\x7c\x78\x75\xe3\x7a\xb6\x73\x08\xaf\x85\x7a\x1f\xf2\x9b\x1b\xfb\xc6\x76\xf7\xe3\x19\x9a\x7d\x28\xde\x74\x36\x1e\x1e\x40\x31\x34\xfb\xa6\x51\xf5\x2c\xa6\x19\xad\xe5\xdc\xe6\x08\xd4\xa3\x86\xeb\xfb\x95\xae\x3b\x58\x40\x7d\xbe\x8d\xe5\xc1\xa1\xdb\xc6\xe4\x38\xe1\xf7\x0d\xe7\x3a\x6d\xfb\x40\x6c\xa2\x3c\x06\x71\xff\x60\x6a\xa3\xde\x87\x7c\xdc\x30\x6d\xa3\x6e\x5c\x9f\xc6\xd7\xb6\x93\x07\x2a\xb5\x54\xcd\xf7\xd8\xf7\x40\x9d\xac\x0e\x3e\xb8\xf1\xa6\xf3\x91\x3d\xbb\x9a\xbe\x9b\xdb\x6f\x67\x57\xd3\x91\xdd\x22\x72\x13\x65\x59\x5c\x9d\xc8\x1e\xca\xa6\x34\x91\xda\x41\xcc\x58\x48\xfc\x6d\x1f\x0d\xc2\x5b\xbc\x15\x25\x8a\x90\x6c\x80\x82\x10\x33\xce\x16\xd0\xaf\x88\x02\x9f\xca\xc9\x93\xf9\xe7\xb3\x28\xc2\x34\xa8\x7f\xb6\x50\x6f\x41\x68\x6f\x81\xc5\x7a\xa7\xc5\xf2\x77\x89\x59\x2c\x55\x98\xd6\x9d\x2a\x12\x74\x6b\x00\x84\x12\x49\x70\x38\x82\x10\x6f\x5d\xf0\x19\x0d\x44\x1f\xfd\xfc\x74\x67\x77\xb3\xdf\x0c\xa5\xea\x57\x26\x42\x9e\x0b\xa6\x95\xdd\x5f\x7e\x79\x51\x61\x9c\x6e\x9a\x58\xc8\x3e\x10\x5c\x69\x89\x39\x93\xcc\x67\x61\x1f\x79\xc3\xd9\x5e\xcc\xa2\xf0\x5f\xc6\x4c\x8b\x5f\xf7\x01\x2c\xaa\xd2\x75\x40\x71\x4f\xc4\xac\xe4\x57\x45\xac\xad\xe7\xed\x80\x1c\x70\x40\xfe\x7f\x87\x4f\x55\x84\xea\xf8\xc9\x4f\x25\xab\x0c\x43\x12\x11\x29\xea\x42\x44\x10\x31\xbe\xd5\xfb\x79\xfb\x7a\xea\xbc\x9b\x5f\x8d\xaf\xc7\x95\x30\x6f\x42\xf2\x35\x4b\x68\x7d\x34\x45\xea\xdb\x0c\xcb\xf5\x11\x29\x48\xe9\x88\xce\xfa\x00\x5b\x21\x19\x87\x26\x2a\xa5\xd8\x94\x86\xdb\xda\xe6\xbf\x89\xdd\xb1\x4b\x48\x99\x75\xd6\xe7\x1e\x22\x94\x0a\x73\x17\x1c\xfb\x30\x03\x4e\x58\xd0\x34\x3d\x0d\xa6\xd8\x2d\xab\xec\x57\x3e\xdd\xe0\x57\x64\x31\xdf\x26\xe9\x6c\xaf\x5c\xd3\x68\x44\x3f\xac\xdf\x61\x2e\xfb\x56\xfe\x7a\xbd\xa3\x54\x58\x98\x61\x8e\xa3\x92\xd2\x38\x91\x2c\xc2\x92\xf8\x35\x3b\xe6\x93\x51\xf1\xab\x18\x69\x5f\x38\xbb\x57\xf5\xe7\x40\xd9\xee\x1f\x58\x01\x69\x3b\x8f\x7a\x94\x62\x48\x7d\x11\xff\x87\xd4\x45\x9a\x72\x8f\x23\x0d\x88\x1e\x56\x2d\x99\x4d\x5d\xef\xc2\xb1\xdd\x37\x57\xba\xf6\x70\xaf\xc2\x44\x09\xe3\x41\x05\x8a\x12\xce\x83\x0a\x15\x25\x1c\xb5\xbd\x1f\x4e\x27\x13\x7b\xa8\xec\xd7\xb2\xeb\x68\xa7\x3f\x02\x7d\xe6\xd8\xb3\x81\x63\x8f\xe6\x9e\x33\x98\xb8\x83\xaf\xc2\xc7\xbd\xd4\x1c\xce\x6f\x5e\xbe\xb4\x9d\xc3\xe0\x55\xf2\x86\xdc\xb3\x31\xd3\x7d\x50\xca\xd9\x98\xee\xfd\x58\xcd\xa2\xa4\x1f\xbb\xcc\xff\x50\x8f\xdc\x68\xf7\xf0\x39\xa5\x27\x11\xb0\x44\xe6\x70\x67\xc7\x04\xc7\xe6\x2c\xfe\x70\x1e\xb9\xc3\xfd\xdb\x64\x4e\x4d\x79\x13\x39\x26\x95\x8a\xc5\xc7\x10\x59\x6b\x74\xf6\xec\x97\xee\xd3\xee\xd3\xee\x19\xb2\x6e\xd0\x77\xb5\xd9\x8c\xac\x8f\xc8\x0a\x2a\x9f\xb3\x79\xb3\x8b\x89\xd0\xa9\x6b\x5f\xd9\x43\x0f\x9d\x9d\x1e\xf6\xed\x4f\x47\xbb\xea\xb8\xe4\x6b\x83\x79\x2f\x24\x8b\x5e\xbc\x12\x1f\xc3\x9e\x8a\xbf\x0d\xe9\x4f\x93\xbf\x2b\xa4\x0f\x4a\x70\x20\x8a\xe5\x76\x44\x78\xd5\x55\x11\x04\x24\x89\xfa\xa8\xd3\x39\x6a\xf8\xe5\xe2\x7c\xeb\x34\xa3\x69\xe0\xdf\x2b\xe3\x28\x70\xfa\x95\xa8\x52\x39\x56\xf2\x06\x17\x77\xb5\x9e\x5f\x74\xfe\x74\x54\xbe\x12\x2b\x3b\x81\xd4\x46\xb4\x76\xef\x7d\x28\xa6\xfa\x5c\x5c\xae\xa1\xbc\x22\x77\x4f\x10\x4a\xaf\x78\x9a\x7c\xb0\x7c\x5d\x51\x7d\xc9\x2f\xdb\xd5\x8d\x78\xa2\xa6\xf7\xc7\x84\x70\x08\x72\x57\xa4\x01\x56\x65\xa6\x38\x8e\xeb\x72\x9c\x0e\x13\x21\x59\xa4\x4f\xc6\x73\x79\xca\x57\x19\x10\x67\x89\x84\x2e\x42\x57\x80\x37\x80\x16\x21\xa6\x1f\x34\x51\x00\x4b\x9c\x84\x32\xef\x69\xee\x53\x41\x77\xd5\xed\xa3\xdf\xca\xb7\x3d\x55\xe3\xef\xd6\x6f\xe9\x75\xec\xdf\xbb\xbf\xa5\x3d\xad\x80\x45\x98\x50\x4b\x24\xcb\x25\xf9\xf4\xfb\x69\x5d\xeb\x4c\x32\x25\x8c\xb9\x43\x70\x99\xb2\xca\xf5\xaf\x9c\xe3\x1f\xad\x9a\x38\x56\x37\xad\x51\xae\x5f\xaa\x5b\x7a\xde\xff\xd8\x2a\x8a\xa3\x74\x74\xeb\x4a\x5e\x10\x99\x1e\x2b\xa3\x1b\x67\x5c\xbf\x65\x51\xe7\xa7\xa8\x1d\x88\x99\x20\x92\xf1\x2d\x32\xa7\xca\x86\x4d\xe3\xb1\xf6\x9e\xf1\x74\xc4\x05\xea\xfc\x2f\xeb\x63\x42\xfc\x0f\x42\x62\x2e\x45\x93\x02\x0b\x8e\xa9\xbf\xee\x49\xbc\x42\x1c\x96\xc0\x81\xea\xa3\xdd\x06\xd1\x8b\xc6\x36\xa9\x1d\xfb\x65\x21\x64\xe7\xac\xfb\xac\x53\xe7\xa8\x02\xb6\xbe\x68\x4d\xa8\x46\x4d\xbd\x86\x24\x33\x77\x7b\xff\x65\x02\xa9\xb6\x25\x67\xac\x20\x08\x08\xd7\x09\xfd\x76\x67\x82\x0e\xcd\x75\x03\x34\xca\x28\x72\x01\x4b\x57\x0f\x0a\xb1\x24\x0b\x58\x48\x84\xec\x65\x7f\x58\xef\x83\x85\x5f\x97\x73\x94\xdd\xaf\x7b\x35\x19\x8d\x4d\xb0\xd0\xb7\xef\x17\xdb\xca\x75\x63\xc9\x74\xb5\x21\xdc\x98\xe7\x05\x2a\x7e\x9b\x01\x61\x06\xac\x1e\xc3\xef\xf1\x06\xf7\x8d\x7f\x7a\x05\x81\xe8\x55\x42\x6e\x45\xa3\x2a\xf3\x4a\xd0\x29\x8e\x0f\x53\x75\x34\xfa\x2e\xb8\xc7\x02\x76\x45\x84\x1c\xed\x0c\xda\x1c\x3c\x1d\xe8\xcd\x9c\xeb\x4c\x4b\x29\x75\xdb\xa0\x54\xee\xaa\x33\x7b\x93\x40\x62\x38\x89\x3a\x2b\xdd\x24\x4a\x33\xad\x72\x4c\x50\x8f\xd8\x2c\x26\x7e\x33\x8e\x6e\xda\xc5\x49\x0f\x0a\xda\x22\x3f\x5b\x6a\x87\x99\x8d\x7f\xfd\x29\x46\x56\x3c\xd0\xaf\x2e\xea\xfc\xd2\x2b\xeb\xaf\x33\x1a\xd7\x40\x54\x0c\x56\xae\x53\x1c\x5e\x16\xd2\xc2\xcd\x21\x59\x2b\x52\x65\x73\xa8\x50\xe2\x90\x9c\x2f\x49\x08\x74\x57\xc8\xd2\x39\x42\x2a\x55\xc6\xa7\xfb\xfe\xc3\x4e\xc0\x50\x32\xa9\xb5\xb6\x59\xa6\xef\x5f\xbd\x76\x11\xe3\xe8\xd5\xd0\x7e\xed\xfe\x70\x48\x20\x6f\x1b\xb7\x09\x63\xce\xd4\xda\xec\x81\x85\x60\x3e\xc1\x12\x02\xf3\x64\xc3\xd8\x40\x83\xfb\xc0\x25\x59\xaa\xd9\xd9\xe6\xb7\x61\x41\xd1\xe4\x33\xbd\x90\x37\x30\xae\xbc\x5c\xaa\x68\x8e\x69\x70\x04\xdb\x5c\xeb\x59\x0a\x54\xe3\x9b\x6f\x7d\x6b\xbc\x5d\x90\x02\x7d\xc2\x56\xcc\x58\xd8\x8b\x08\xd5\x7f\x58\x82\xfc\x5d\x24\x2f\xd9\xf3\x05\x08\x4a\xf1\x67\x27\x4a\x8e\xf2\x26\x74\x4d\x28\x89\x92\x08\xcd\x18\x0b\x91\x4b\xfe\xae\x4c\xf4\xea\x11\xfa\x5e\x69\xf0\xa7\x47\x91\x06\x7f\xda\x23\x4d\xe5\x18\xbe\x49\x1a\xc9\x31\x15\xd8\xd7\x99\x00\x11\x2c\x2c\x1e\x71\xdc\x4b\x1a\xaf\x80\x43\xe3\x0c\xae\x2c\x51\xe5\x38\xbf\x61\xa0\x44\xa9\x3a\x34\x89\x16\xc0\xd5\x3c\xf1\x43\x92\x3e\x47\xa1\xa0\x81\x05\xc2\x61\xc8\x6e\x21\xe8\x9a\x67\x35\x38\x14\x0c\x09\xad\xcc\xda\x24\xb4\xbb\x20\x31\x87\x18\x2b\x35\x4a\xfa\x8a\x1d\x45\x4a\xef\x56\xae\x77\xe5\x28\x04\xc8\x15\xda\x53\xec\xa8\xe9\x36\xcc\x2c\x29\xd0\x9a\xdd\xa2\x28\xf1\xd7\x69\xed\x1c\x11\x81\x02\x08\xf4\xe8\x0f\xd4\x8a\x58\x92\x42\xdf\xa5\xc6\xfe\x5a\x45\x56\xe5\x80\x7d\x12\xbb\x6b\xad\xe0\x79\xb2\x5c\x02\x6f\x14\xb1\x56\xc9\xa8\x49\x78\xc9\x38\x05\xf9\x26\xbb\x08\x8d\x70\x10\x11\x9a\x4f\xdc\x3a\xe3\x8c\xba\x34\x1f\xf5\x86\x07\x9d\xfe\x07\x5b\x7f\x0f\xac\x7f\x3f\xb5\x7e\xfd\xeb\xf3\x8b\x3b\x95\x36\xea\xab\x68\xe6\x79\xe5\xa7\x98\x83\x10\xe5\x31\xb1\xe7\xe4\xbc\x16\xf7\xdb\x16\xe2\x44\x00\xdf\xbf\x1a\xdf\xa4\x0f\x28\x73\x21\x55\x97\xb2\x9c\x3f\xde\x1d\x12\xb3\x7a\x7f\xe8\x4b\x24\x6b\xb3\x60\x4e\xf5\x60\x13\x56\xef\x26\xed\x97\xcd\xdc\x11\xcc\x36\xc8\x2d\x6b\xdf\x85\xce\x8b\xd1\x9f\xb0\x58\x33\xf6\x21\x5d\xa2\xef\x2d\x5e\xe3\xcd\xc5\xc3\x82\x9a\x0b\x88\xe9\x93\xb5\x03\xf2\xa6\xb4\x8f\x25\x70\xe3\xfd\xc8\x83\x12\x4f\xb2\x7d\x38\x22\x14\xdd\xae\x89\x6f\x96\xd6\xd2\x8e\x5f\xe8\x09\x9d\xbd\xe9\xbb\x26\x41\x10\xc2\x2d\xe6\x60\xea\x13\x02\xe1\xf4\x05\x1c\xa1\x42\xe2\x30\x34\x11\x0e\x44\x0d\x43\x75\xa0\x8c\x47\x38\x0c\xb7\x05\x29\x4a\xb3\x99\x7c\xe3\x52\xd4\x05\x4c\x1e\xfd\x8e\x25\x48\xac\x59\x12\x06\x88\xd1\x70\xab\x9f\x1c\xaa\x70\x13\xb1\x80\x2c\xb7\xe6\x9d\x29\x59\xa2\x2d\x4b\x4e\x37\x50\xc2\xdd\xd1\x81\x50\x64\xaa\x2c\x01\x59\xea\x3d\x4d\x89\x55\x2f\x7b\xb8\x5c\x77\x51\x09\xa1\x30\x54\x6e\xf1\xe6\xaa\xc5\x9e\xd4\xaf\x78\x87\xf7\xf8\x19\x6a\xf6\xa4\xa5\x29\x33\x6d\xbd\x01\xf3\x2d\x52\xd2\x4c\xb0\xf6\x9c\x74\xcf\x2d\x97\x6c\xbf\x63\x0e\xf8\xba\xef\x7d\x68\x4e\x4f\x1f\x90\x22\x66\xf2\xb5\xe6\x88\x8d\x57\x65\x1e\x33\x5b\xdc\xb1\xd0\x4e\xba\xd8\x7a\xb7\xa6\x26\x46\xfe\x32\x3c\x5d\x0d\xdb\xa2\x78\xae\x73\x4a\xf7\xe0\x60\xbe\xe7\x8a\xce\xfe\xf0\xa3\xf6\xf1\x9c\x85\x02\xdd\xae\x41\xae\x81\x2b\xf0\x90\x05\x2a\x75\xab\x3c\xea\x95\xea\xff\x34\x10\x2c\xa0\xa8\x7f\xaa\x70\x62\xa6\xb5\x26\x87\xdd\x05\x4b\x7f\x47\x76\x06\x3b\xe0\xfe\x9a\x6c\x4a\x7b\xd0\x96\x6b\x3a\x59\x3d\x63\x89\x43\x01\x3b\x15\x8d\x6b\xbc\x01\x8a\x22\xc2\xb9\xf2\x35\x53\x6b\xa6\x76\xbb\xfb\x6c\x6c\x62\xff\xce\x8e\xb5\xd2\xa3\x5c\x06\xda\x79\x75\x50\x63\xa5\x36\xf4\x6a\xea\x65\xb5\x10\x02\x42\x3b\x29\x0d\xd6\x38\xd5\x07\xdd\x92\x30\x54\xa6\xf1\x59\x4c\x74\x60\x95\xcc\x94\x27\xaa\x2f\x9f\x97\x2c\x0c\x80\x77\xd1\x78\x89\x12\x2a\x62\xf0\xc9\x92\x40\xf0\x44\x65\xa7\x05\x16\xa1\xa8\x67\x9e\xf3\xd5\x60\xbb\x85\xd9\xca\xcf\x1c\x9a\x36\x8c\x78\x55\x36\x8c\x92\xa4\x53\x7a\x0b\x6a\x16\x0f\x24\x74\x6c\xed\x22\xb5\x2f\x34\xce\x7c\xa2\x63\xba\x16\x15\x87\x64\x45\x45\x31\x97\x23\xfc\x9e\xf1\x6e\x44\x28\xe3\xd9\x63\x68\x65\x98\x22\x9b\xdc\x97\x68\xea\x50\x8e\xd2\x58\x6e\x8a\xd8\x3b\xa9\x66\xbd\x5e\xbd\x27\x94\x77\x7e\xed\xfe\xb4\x33\x2a\x86\x59\xf5\x3d\x4b\x92\xf5\xed\x93\xc2\xd3\xa5\xbb\x26\x05\xd2\xd9\x05\x39\xf9\xbf\x00\x00\x00\xff\xff\xec\x87\x99\x55\x09\x44\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\x7b\x73\xdb\x38\x92\xff\xdf\x9f\x02\x95\x9a\xaa\x24\x77\xa6\x9c\xec\xa6\x66\xb2\xda\xaa\xbb\x52\x64\xc6\x51\x62\x5b\x1a\x52\xce\x6c\xee\xea\x4a\x05\x91\x2d\x09\x31\x09\x70\x01\x50\x8e\x2e\x95\xef\x7e\x85\x17\x5f\xe2\x43\xc9\x78\xe6\xee\xf2\x4f\x6c\xb2\xf1\x43\xa3\xbb\xd1\x0d\x74\x37\x8d\x33\xf2\x11\xb8\x20\x8c\x8e\x91\x84\x34\x4b\xb0\x84\x11\xcb\x80\x8a\x1d\xd9\xc8\x11\x61\x17\xfb\x97\x67\xf7\x84\xc6\x63\xb4\xb4\xaf\xcf\x12\xbc\x86\x44\x8c\xcf\x50\x31\x62\x8c\x00\x67\x3f\xbf\xf2\x84\x60\x9e\xf8\x0b\x39\x43\xe8\x4b\x86\xb1\x18\xa3\x97\xa3\x57\xa3\x97\xaf\xcf\x52\x10\x02\x6f\x61\x8c\x9e\x4e\x10\x85\x07\xe4\x4f\x16\xe8\x67\xb4\xc6\x02\x62\x84\xb3\x2c\x21\x11\x96\x84\x51\xf4\x40\xe4\x0e\x85\xe1\x35\xc2\x34\x46\x61\x38\x47\x22\xcf\x32\xc6\x25\xda\x61\x81\xd6\x00\x14\x45\x1c\xb0\x84\xf8\x0c\x21\x42\xd1\x81\xe5\x1c\x65\x9c\x7d\x86\x48\x8e\xd0\x22\x01\x2c\x00\xad\x01\x89\x9c\x03\x92\xcc\x12\x23\xb9\x03\xb4\x61\x49\xc2\x1e\x08\xdd\x22\x01\x11\x07\x29\xc6\xe8\xc9\x4f\x5f\xdf\x2d\x97\x8b\x70\x15\xfa\xd3\xc0\x5f\x7e\x7b\x72\x86\x50\xc4\xa8\xc4\x84\x2a\x3a\x35\xca\x51\x7c\xf0\x3f\x85\xcb\x79\xe0\x7f\x43\x1b\x92\x00\xca\x15\xdf\x1b\xc6\x91\x00\xbe\xb7\x98\x6a\x4a\x35\x1a\xa8\xfc\xbb\x82\x7e\x7f\x15\xcc\xef\x16\xe1\xca\xbf\x9d\x06\x9f\x16\xcb\xde\x49\x9a\xb4\xdd\xd3\x45\x39\x57\xc3\xde\x5f\x71\x96\x67\x02\x45\x2c\x4d\x73\x6a\xa5\x27\x46\x4f\xcf\x52\x90\x38\xc6\x12\x2b\xe5\x60\x4a\x99\x34\x6f\xd4\xaf\x08\xc5\x20\x22\x4e\x32\xa9\x95\x3d\xa1\x08\xbe\xe0\x34\x4b\xc0\x6a\x23\x24\x74\x9b\x00\x0a\xc9\x96\x7a\x73\x5a\x55\xcb\x08\xbd\x65\x1c\xa5\x8c\x03\x22\x74\xc3\x78\xaa\x9f\x6a\x48\x84\xf0\x9a\xe5\x12\xe5\xc2\xac\x86\x88\xc2\x26\xce\x91\x00\x40\x3b\x29\x33\x31\xbe\xb8\xd8\x12\xb9\xcb\xd7\xa3\x88\xa5\x17\x9f\xd7\x4c\x08\xaf\xb0\xb1\x8b\xca\x4c\x9e\x1b\x2c\x46\x1a\x9e\x44\x8c\x4e\x13\x2c\xc4\x58\xff\xe8\x01\xce\xf4\xf3\x9a\x81\xc6\x44\x64\x09\x3e\x78\x14\xa7\x30\x46\xef\xdf\x30\x21\xcc\x92\x46\xaf\xd0\xbf\x36\x97\xf5\x4c\x9b\x98\xe6\xea\xf9\x31\x54\xc6\xd9\x9e\xc4\xc0\xbd\x3a\x66\x00\x31\x7a\x87\xe5\x39\x9a\xd1\xc8\x30\x26\xf1\x56\x68\xa3\x3f\xff\x8c\xf7\x18\x40\xff\x77\xae\x57\x76\xbe\x23\x71\x0c\x46\x3c\xed\x3b\x2a\x66\x51\x9e\x02\x35\xba\xf1\x72\x9e\x8c\x0b\x31\xe1\x28\x02\x21\x46\x1c\xe2\x1d\x96\x5a\x5a\x35\xe2\x0b\xa0\x17\x1c\x62\x6f\x87\xa5\x67\xc4\x08\x54\x02\xcf\x38\x11\xe0\x55\xe5\xa8\x66\x55\x9a\xba\xe8\x61\x23\x61\x74\xeb\xd5\x6c\x62\x59\xd5\x1f\x8a\x61\x43\x28\x08\xc4\x41\xb0\x9c\x47\x20\x10\x05\x88\xf5\xde\xd3\xa0\x0c\xc5\xb0\x87\x84\x65\x4e\x3e\xc8\x2f\x98\x41\x93\xca\xae\x0e\x81\xef\x81\x6b\x7d\x1c\x6d\xf9\x73\x44\x68\x94\xe4\x31\xa1\x5b\x67\x50\x68\x9d\x93\x24\x56\xbb\x64\x43\xb6\x39\xb7\x64\x55\x37\x11\x43\x96\xb0\x83\x92\x4a\x9d\x4a\xbb\x0d\x42\x25\x6c\xb9\x72\x12\xda\x9d\x58\x54\xc7\x62\xdd\x1c\x46\x3d\xe2\xb1\xae\x67\x40\x3f\x1a\x60\xef\x3c\xa8\x75\x77\x08\x19\xbb\x69\x3a\x45\xf5\x54\x64\x38\x82\x71\x69\x76\x67\x6c\xad\xdc\x97\x18\x9f\x79\xa8\xea\x8c\xf7\x2f\xcf\x10\x32\x8e\x57\xc9\x8f\x44\x70\x86\x50\x75\x7b\xb7\x6c\xf0\xc6\x16\x5f\xee\x00\x3d\xc0\x5a\x7b\x29\xe0\x4f\x85\x5e\x05\x52\x8b\x32\xeb\x2e\xfd\xb8\x46\x2b\x05\x3c\x46\x3f\x7d\x9d\x2c\x16\xd7\xb3\xe9\x64\x39\x9b\xdf\xae\x6e\x27\x37\xfe\x37\x4d\x66\xd6\xd5\xfe\x56\x64\x10\x19\x30\x35\x85\xc5\xf5\xf4\x2f\x63\xf4\xfa\xc5\xeb\x17\xce\x70\x30\xdf\x82\x5c\xd4\x1f\x0b\x48\x20\x92\x8c\x97\x0b\x71\x2a\x9e\x6a\x0d\xb7\x4f\xfa\xe7\x88\x4c\x3c\x86\xcc\x4c\x88\xf0\x7e\x44\x74\xaf\x5e\xfd\xb5\x4d\x74\xee\xf1\xff\x21\xd1\xb9\xb8\x94\xa9\x68\xa0\x03\xb7\x0a\x5b\x51\x92\x0b\x09\x2a\x70\x8d\xec\x40\x61\xe6\x18\xe1\x24\xdb\xe1\xd1\x7d\xbe\x06\x4e\x41\x79\x7d\xc2\x2e\x24\x4b\x40\x6d\x5f\x2f\xa7\x1c\x70\x7c\xf0\x80\xc6\x19\x23\x54\x87\x6c\xc9\x73\x78\xf2\xe8\xc6\xeb\x65\xc6\xfd\x94\x6a\xb0\x2c\xcf\x16\x63\x74\xcb\x28\x1c\xab\xc6\x60\x65\xa5\xdb\xb2\xba\x7a\xfd\xfa\xf5\xe3\x2a\x85\xc4\xed\x2c\x2b\xc3\x2c\x74\x16\xb0\x5c\x7e\xbf\xc6\xf4\x28\xad\xa1\x8a\xf8\x9c\x9b\x70\x2a\xfa\x63\x3d\xc5\x8e\x09\xa9\xa8\xde\xcd\xc3\xa5\x7a\xbb\x52\xe7\x2d\x03\x20\x99\x9b\xaf\x1b\xea\x3b\xe5\x25\xfe\x40\x81\x89\x47\x92\xd8\x89\x7e\xa2\x55\x70\xa1\x95\x5c\x39\xb1\x04\x9e\x12\x6a\x27\xce\xb0\x10\x72\xc7\x59\xbe\xdd\xb5\x4a\xb8\x67\xea\x4e\x6f\x31\x4b\xf1\x16\x42\xc9\x01\xa7\x47\xe2\x7c\x54\xab\xe9\xe4\xe0\x8d\x3a\x2d\x98\x4d\xf5\xc7\x72\x50\x15\x3f\xcb\x65\x96\xcb\x42\xca\x85\x20\x5b\xc4\xb2\xc4\xdb\xe2\x65\x27\xf8\x58\x1f\x7a\xa5\x71\x1d\xfa\xb4\xe5\x10\xf5\x9d\xe2\x8b\xbc\x24\x5c\x0d\x9c\xce\x6f\x97\xfe\x3f\x96\xab\xcb\x59\xf0\xcd\x12\x6c\x89\x2c\x67\xe7\xb0\x51\x64\xe1\xfc\x2e\x98\xfa\xab\xc0\x5f\xcc\xc3\xd9\x72\x1e\x7c\x5a\x05\xfe\xdb\x6f\x05\x55\xce\x49\x3b\xd5\x5d\x70\xed\xa8\xe4\x21\x83\x31\xba\x22\x96\x27\xa9\x5c\xf2\xf6\xe0\x66\x32\x3c\x86\x8d\xa7\x08\x01\xdd\x97\xbf\x38\x2f\x39\x09\x96\xb3\xb7\x93\xa9\xe6\xba\x78\x89\xd0\x1e\x27\xb9\x91\x46\xe5\xfd\xb7\xa3\xd1\x37\x93\x8f\xfe\xed\x6a\x12\x5c\x85\xab\xc9\x62\xe1\xdf\x5e\x1e\x43\x3c\x79\xd2\x31\xea\x66\x16\x04\xf3\x40\x2d\xab\x6d\xde\x26\x4d\x39\xf7\x86\xf1\x08\x16\x79\x92\x8c\x91\x8a\x38\xe5\x73\xce\xd2\x71\x05\xaa\x57\xd9\x4e\xdd\xf6\xa0\xae\xcf\x82\xc5\xb1\x6f\xfc\x72\xf4\xb7\x06\xa5\x3d\x19\xfe\xf4\x75\x76\x33\xb9\xf2\x57\xe1\x32\xf0\x27\x37\xda\x3c\xc2\xc5\x64\xea\xd7\x15\x13\x6a\x05\x98\x6d\xcc\xc9\x76\x0b\xbc\x08\x4d\xe6\xaa\x55\xb2\x69\x2e\xbc\x0a\xf8\x6a\xb6\x7c\x77\xf7\x66\xf5\x9b\xff\xe6\xdd\x7c\xfe\xc1\x5d\x49\x9b\x0a\x7f\x97\xaf\x1d\x12\x50\xe0\x24\x6a\x85\xf2\x6f\xfd\x60\x36\xed\xc7\x32\xc3\x2d\x18\x51\x52\x9a\xee\x30\xdd\xc2\x18\x7d\xad\x53\xce\xca\x77\x96\xda\x3c\x37\xdb\xda\xbe\xe8\xf4\x00\x97\x8d\xd8\xfa\xe7\xb9\x01\x0e\x1a\x4a\x8c\xd1\xcb\xdf\x11\xf5\xdb\x36\x98\x59\x7f\x00\x26\x85\x51\xbb\xa6\x38\x92\xfa\x1a\x8f\xd7\x79\xf2\x5a\xbf\x97\xd7\x21\xf9\xe8\xf5\x14\x32\x42\xa8\xc8\x78\x14\x46\x6a\x74\x5c\x73\x16\xe5\xd6\x75\xd9\x90\xc5\xec\xf6\x6a\xb5\x08\xe6\xcb\xf9\x74\x5e\xdd\xbf\xc5\x0e\x2e\xaf\x6b\x97\xb7\x86\xbc\x05\x6d\xbe\xf0\x6f\xc3\x77\xb3\xb7\xcb\x95\x23\x5a\x85\x7e\xf0\x71\x36\xf5\x35\xbf\x6d\xb8\x3d\x27\xc4\xef\x40\x5f\xcc\x83\x65\x1b\xfa\x13\x75\x46\x7c\xd2\x82\x55\x0b\xe5\xed\x7c\xb5\x1c\x93\x7a\x30\xc2\x13\x40\xc2\x56\x94\x5a\xd2\xab\xe1\xb6\x0b\xa4\x0b\x90\xd1\x05\xe0\xcc\x33\x5e\xc1\xdb\xb3\x24\x4f\x61\x10\xae\x83\xa9\x7a\x9e\x6d\x98\xa9\xe5\xa7\xc5\x49\x50\x9a\xb0\x1b\xaf\xdb\x06\xca\xf7\xdd\xa3\x17\x93\x30\xfc\x6d\x1e\x5c\xf6\x21\x38\x9a\x76\x75\x05\xb7\xfe\xf2\xd7\xd5\xf4\xfa\x2e\x5c\xfa\xc1\x10\x5e\x07\x75\x1f\xf2\xaf\x77\xfe\x9d\xdf\x69\x08\x55\x9a\x3e\x94\xe5\x7c\x31\x9b\x0e\xa0\x18\x9a\x36\x94\xf6\x54\x68\x3b\x5a\x47\xda\xf4\x04\xd4\x93\xcc\xf5\xf3\x56\x5f\x50\x3d\xa0\x11\x3f\x64\x72\xd0\x74\xbb\x26\x39\x8d\xf9\x3e\x73\x6e\xd2\x76\x1b\x62\x1b\xe5\x29\x88\xfd\xc6\xd4\x45\xdd\x87\x7c\x9a\x99\x76\x51\xb7\x21\x4f\xee\x96\xf3\xd5\xa5\xbf\xb8\x9e\x7f\x5a\xf9\xff\x58\x5c\xcf\x2f\xfd\x0e\xd4\x36\xca\x36\xc4\x30\x9c\x37\xce\x7b\x15\x10\xfb\xb2\x6b\x9c\x73\xdd\xbd\xe3\x2b\x44\x5d\x38\x81\x3f\xb9\xbe\xe9\x46\xd0\xaf\x3b\x79\x0f\xfd\xa0\xdb\x16\xaa\x14\x5d\x08\xfd\xda\xa9\x52\x74\x22\xdc\xbd\xb9\x9e\x4d\x95\xf9\xf6\x60\x14\x34\x5d\x28\x6f\xfc\x49\xe0\x07\xab\xf9\xed\x75\x0f\x4c\x85\xa8\x53\x2b\x93\x9b\xeb\x72\x77\xf7\x39\x8f\x2e\xea\x93\x90\x4f\x84\x3c\x8d\xcb\x3e\x1f\xa4\xf3\xc1\x38\x4d\x06\x9d\x4f\x01\x3b\xf5\xd5\x0d\x49\x1d\x48\xfa\x0e\x2d\x9d\xe4\xa7\xb1\x3c\x6c\x36\xed\xf4\xdd\x9b\x69\x40\x51\xbd\xaa\xf1\x6f\x27\x6f\xae\xfd\xd5\x74\x1e\x74\x84\x9d\x06\x51\xef\x1a\xaf\xe7\x57\xf3\x3b\xe5\xe2\xae\x86\x44\x57\xa1\xec\x42\xbc\x9c\x85\x7a\xd6\x30\xac\x4b\xfa\xe3\xe4\x7a\x76\xa9\x8f\x8c\xdd\x73\x0c\x8f\xed\x9a\x75\x19\xdc\x85\xcb\x01\x3b\x2d\x69\x86\x51\x86\x2d\xf4\x04\xe3\xac\xc0\x0d\x5b\x4f\x0b\x71\x95\x4d\x7d\x3d\x1c\xba\xa3\x68\x22\x75\x2f\x5f\xb0\x84\x44\x87\x31\x9a\x24\x0f\xf8\x20\x2a\x14\x09\xd9\x03\x05\x21\x16\x9c\xad\x61\x5c\xe3\x06\xbe\x54\xaf\x24\xe6\x5f\xc4\xd2\x14\xd3\xb8\xf9\xd8\x43\x17\x6b\x42\x2f\xd6\x58\xec\x8e\xde\x78\xd1\x31\x31\xcb\xa4\x3a\x09\xeb\x41\x35\x0e\x46\x0d\x00\x42\x89\x24\x38\xb9\x84\x04\x1f\x42\x88\x18\x8d\xc5\x18\xfd\xfc\xe2\x28\x67\xd0\x2f\x86\x4a\x26\xda\xb1\x50\xdc\xb0\x6c\x71\xe0\x97\x5f\x5e\xd7\x26\xb6\xa9\x08\x96\xb0\x7b\x82\x6b\x6f\x32\xce\x24\x8b\x58\x32\x46\xcb\xe9\xa2\x17\xb3\x2c\xe1\x54\x31\x6d\x22\xfa\x47\x00\xcb\xc2\x46\x13\x50\xfc\x20\xa2\x4b\xbf\xd7\x11\x1b\x97\xb7\x6e\x40\x0e\x38\x26\xff\xbb\xe6\x53\x67\xa1\x6e\x3f\x45\x25\xb6\x3e\x61\x42\x52\x22\x45\x93\x89\x14\x52\xc6\x0f\x3a\xcf\xe5\xdf\xcc\x83\x4f\xab\xeb\xd9\xcd\xac\xe6\x6f\xcd\xde\xbe\x61\x39\x6d\x5a\x53\xaa\x9e\x2d\xb0\xdc\x9d\x1a\xb2\x8a\x14\xb2\x23\xbc\x87\x83\x90\x8c\x43\x1b\xa9\x5a\xe2\x9c\x26\x87\x46\x72\xad\x6d\xe2\xbe\xeb\x65\xa5\xca\xfa\x58\xd3\x9d\x7a\x3d\xa8\x4e\xed\xc6\x3c\x12\x0b\x7d\xbe\xb7\x2a\x65\xc9\x73\x21\xbf\x77\xc2\x4a\x39\xe0\x8a\xe3\x08\x16\xc0\x09\x8b\xdb\x1c\x91\xc1\x14\xc7\xc9\xdc\x13\x34\x6c\xb3\x84\x35\x86\xcc\xb3\x5b\xeb\xdc\x86\x0f\x6a\xde\x49\xca\x1d\x9e\xa9\xd6\xe1\xd3\x8a\x3e\xac\xbf\xe1\x59\x86\x6e\xad\xde\x89\x8a\x3b\x4d\x72\x95\x48\x5a\x9d\xa8\x99\x07\xae\x24\x5c\x17\x98\xe3\xb4\xa2\x4c\x9c\x4b\x96\x62\x49\xa2\x86\x7d\x14\xee\x54\x4d\x57\x53\x7e\x5f\x40\xfa\xa1\xac\xf8\x40\x11\xe4\xbb\x32\xc3\x99\x5a\x1e\x48\xbd\x76\xef\xb8\x2a\xad\x26\xd4\x55\x3b\xb9\x83\x5a\x5f\xd3\x19\x42\xb6\xd1\xc7\x88\xb7\xda\xb4\xa2\x9e\x14\x8d\x1c\x4d\x56\xcf\xd4\x0e\xfb\x67\x4e\x38\xc4\x85\x04\xed\x61\x47\x99\x14\xce\xb2\x26\x1f\xef\x98\x90\x05\x1f\xd5\x02\x2b\xe2\xba\xa8\xf8\x0c\x46\xdb\x91\x1b\xec\xa5\x07\xd7\xd5\x66\x7b\xb4\x46\x11\x4b\x9f\x8f\x10\x0a\xec\xac\x5a\x16\x0a\x2a\x0c\xe7\x1e\x50\xbc\x4e\xea\x6d\x35\x62\x84\x4c\x37\x0f\x11\x08\xc7\x31\xc4\x48\x32\xbd\xfc\x87\x1d\x91\x80\x12\x22\x24\x62\x1b\xc4\x21\x26\x1c\x22\x29\x10\xb1\x0d\x4b\x3b\x30\x7d\x77\xba\xff\xe1\x48\x40\xd3\x5c\x48\x96\x1a\xfe\x4d\x31\xd4\xad\xab\x10\x55\x33\x8b\xd9\x90\xd3\x90\x58\x44\xab\x5c\x6c\x65\xf2\xff\x91\x78\xc4\x49\xf2\x09\x07\x05\x74\x45\xa4\x2d\xb6\xa1\xbb\x60\xd6\xac\x3d\x37\x19\x50\xd4\x01\x64\x4c\x10\xc9\xf8\x01\x99\x3c\x86\x3d\xaf\xb7\x15\xfb\x7a\xec\xb8\xa5\x71\xcf\x74\x3d\x79\xb6\xeb\x0b\xb8\x7b\xa0\xbc\xda\x3f\x73\x12\xdd\x0b\x89\xb9\x14\x6d\x4b\x58\x73\x4c\xa3\xdd\x85\xc4\x5b\xc4\x61\x03\x1c\xa8\x2e\x5e\xb5\x30\x5f\xbe\xec\xe2\x3b\xf0\xdf\x96\x6c\xfe\x32\x7a\x31\xfa\xe2\x31\x71\x24\x38\x15\x52\x75\x03\x18\xa1\x1a\xd9\x5a\x8c\x52\xb4\xee\x2f\xfb\x3b\x82\x34\x93\x07\x2d\x51\xce\x58\x49\x60\x54\xce\xf8\xe1\x58\xbd\xa6\x14\x8b\x2e\x1d\x45\xc1\x64\xa5\x2c\xdb\xe4\xe3\xd7\x1c\x72\xe3\x82\x44\x13\x4f\xbf\x12\x15\xcb\xa8\xa5\x6c\x9b\x8e\x8c\x65\x24\x6a\xc7\xd1\xaf\x8e\x71\x6c\xd2\xb6\xcb\x21\xb2\x8d\x36\x67\x13\x5e\x9a\x3d\xa9\x2e\x18\xea\x06\xd4\xe6\x7c\xb6\x9f\xef\x83\xa3\x09\x0d\x44\xcd\x63\x56\xe3\xee\xb0\xb7\xb4\x27\x9e\x21\x5e\x6b\x5c\x39\xe5\x96\x8b\x18\xe2\xf3\x2d\x49\x80\x1e\x33\x59\x49\x00\x59\xae\xdc\x3c\xa3\xcf\xf7\x47\xd6\xac\x78\x52\x21\xa8\x9d\xa7\x67\xef\x3f\x84\x88\x71\xf4\x7e\xea\x7f\x08\x9f\x0f\x31\xb4\x3c\x64\x5d\xcc\x98\xfa\x46\x97\x3c\xb0\x10\x2c\x22\x45\x8f\xa3\x95\x81\x06\x8f\x80\x4b\xb2\x51\xfe\xc1\x39\x4f\x5d\x7f\xee\xe2\x65\x5a\x21\x6f\x51\xa0\x0e\x76\x2d\x5c\x64\x58\x88\x07\xc6\xe3\x22\xac\x16\x62\xc0\x34\x6e\xe1\x21\x3d\x38\x02\x35\x72\x50\x30\x0b\x0b\xdf\xe0\xa6\x48\x32\x1c\x45\x11\x4e\x41\xfe\xea\xba\xb6\x10\x8e\x53\x42\x0b\x1e\x9b\x93\x39\xea\xca\x24\xfa\x04\x83\x9e\xfe\x27\xf6\xfe\x7b\xe2\xfd\xc7\x0b\xef\x6f\xff\xf5\xf5\xf5\xb7\xa7\x67\xc8\x54\xc0\x4d\x83\xfb\x97\x8c\x83\x10\xc6\xe9\x0e\x56\x6f\x06\x9d\xfa\xbb\x7c\xed\x0e\x6c\x1d\xd6\x7b\xa5\x1d\x2f\xfa\x0d\xd6\x3b\xc6\xee\xed\x26\xfb\x61\x5e\x5b\x4b\xff\xc3\x8c\x9a\x0a\xbe\xed\xc8\x1d\xe0\xd7\xd2\x3e\x16\xc3\xad\x0d\x06\x83\x1c\xdf\xba\x46\x0a\x44\xa8\x8a\xe6\x91\xd9\x1c\x95\xc3\xa8\xd0\x36\xeb\xfa\x81\x6f\x48\x1c\x27\xf0\x80\x39\x98\xf3\xb2\x40\x98\x9b\x93\x26\xa1\x42\xe2\x24\x81\x78\xa4\x2c\x5e\x34\x30\xd4\x00\xca\x78\x8a\x93\xe4\x50\x92\x22\xeb\x8f\x8a\xca\x74\xd9\xd8\x61\xda\xc2\x3e\xb1\x1c\x89\x1d\xcb\x93\x18\x31\x9a\x1c\x74\x47\xb5\x0a\x49\x29\x8b\xc9\xe6\x60\x1a\xe8\xc9\x06\x1d\x58\xfe\x74\x0f\x15\xdc\xa3\x35\x10\x8a\x4c\x1a\x27\x26\x1b\x1d\x32\x2b\x53\x5d\xb8\xd3\x51\x53\x45\x15\x84\x52\x50\x85\xc4\xdb\xdb\x4e\x7a\x9c\x77\xd9\xc3\xfc\xf8\x31\xc6\x75\x92\xb6\xc5\x96\xce\x7a\xe2\x9f\x11\x54\x1c\x63\xdd\x51\xa5\xa7\x66\x68\x19\xb4\x57\xce\xd1\xe7\x08\xda\x03\xcc\xf7\x3b\x79\x9b\x32\xb8\x87\xc3\x91\x73\x75\x1c\x77\xba\xfa\xd6\x52\xe4\x23\x38\x7d\x47\xdf\xc9\x51\xb7\xbf\xef\xac\x65\x36\xd8\x2a\x3e\x84\xb1\x9e\xbf\xcb\xe7\x17\x32\xb0\x74\xbf\xdb\xf7\xf7\x94\x44\xfb\x1d\x94\x3a\x44\x72\x96\x08\xf4\xb0\x03\xb9\x03\xae\xc0\x13\xa6\xae\x20\xf5\xaf\x1a\xa4\xfa\xdf\xba\x8a\x35\x94\x37\x76\xe5\x70\xcc\xc6\xd7\xe4\x70\xb4\x54\xd3\x0d\x85\x7c\x07\x3b\xe1\xd1\x8e\xec\x2b\xe7\xcc\x8e\x9a\xab\x6b\x4f\xd9\xe0\x44\xc0\x93\x36\xfd\xdf\x05\xd7\x85\xea\xcb\x5b\x90\x55\xb6\xbb\x2f\xd8\xab\x9a\xba\x13\xb4\x5e\xd3\x2e\x70\x2e\x77\xcf\xed\xfd\xcb\x38\x5a\xa1\x11\x15\xba\xed\x4e\xad\x38\xee\x5c\x00\x47\x0f\x24\x49\x94\x10\xdc\x7d\x4c\xed\x88\x1d\x50\x84\x51\xc2\xb6\x84\xaa\x03\x97\x64\xf7\x40\x91\x45\x74\x1a\x40\xeb\xc3\xe0\x9d\xdf\x2d\x2a\x0c\xe7\xe5\x9d\xa3\xa8\x21\xf7\xeb\xb2\x29\x14\x42\x25\x70\x8a\x93\x42\x3a\x24\x82\x73\xc5\x2a\x07\x54\xca\xc5\x2d\xb8\x6c\x7b\x3f\x43\x65\x4f\xbc\xb2\x07\x26\x4a\xde\x2b\xd7\xcd\xf2\xce\xaa\xbf\x08\xab\x7f\xe0\x56\xfd\x3e\x26\x4a\x08\x50\xf9\xcc\x7e\xe1\xf4\x4c\x00\xd4\x4a\xcb\x4e\xfa\x28\xc2\x14\xe1\x44\x30\x25\x5b\xed\x5d\x8c\xdb\x71\xeb\xef\x93\x15\x7a\x56\x2c\xd6\x32\xfe\xbc\x26\xbe\x7a\x29\xbd\x71\xa7\x2c\x65\x31\x7e\xfd\xea\xd5\x5f\xb5\x49\xb4\xc9\x56\xcd\xc3\x01\x27\xa9\x5a\x6b\x69\x13\xad\x4b\xad\xee\x95\xc2\x71\x9a\xf5\x6b\xfb\x8c\x21\x65\xcf\x8f\x56\xa4\x66\x08\xd4\x0c\x35\xe6\x5d\xfd\x7e\x58\xfb\xca\x3c\xb5\xb3\x76\x1a\x31\x1f\x08\xd5\x34\x47\x22\xe8\x54\x5d\x91\x55\x30\x6b\x6a\x2c\xa9\x1a\x8c\x32\x88\xc8\x86\x40\x5c\x0a\x65\x64\x30\xed\xba\x53\x2c\x8d\x78\x34\x64\x4d\x05\x56\xed\x15\x0c\xb7\xcf\x18\x2d\x63\xb4\x60\xbf\xbc\xf0\xfe\x05\xd5\xbe\xc0\x3b\x92\xd5\x9d\x5d\x6f\x7d\xab\xb8\x96\x85\x53\x62\x46\x45\x2a\x5a\x7a\xad\xd3\x1c\xc5\x83\x5a\x5f\x43\x63\x1a\x3d\x20\x5f\x27\x24\x52\x01\x65\xe4\x7e\xbe\x87\x83\x92\x37\x87\x88\xa5\x29\x50\x9b\xe4\x59\x1b\x96\xf4\x51\xcd\xe6\x7c\xdc\x8a\x8d\x2e\x18\xc2\x7b\x46\x94\x3c\xa9\x47\xa8\x27\x77\xe0\xa5\xfa\x8c\x68\xbf\xbe\x94\x07\xb4\xcf\x13\x15\x19\xd6\x24\x21\xf2\x50\xdd\x4b\xda\x45\x49\x4e\x60\x0f\xb1\x8e\x2b\x2d\x49\xa3\xf3\x42\x12\xa5\x3a\x8c\x3a\x5b\x05\x51\xac\xab\x2e\x8a\xb2\x41\xa3\x45\x18\x53\x6d\x40\x68\x62\x4c\xd1\x5e\x32\x8f\xa0\xdf\x00\xe6\xc0\xd1\x9c\x26\x87\x7f\xaf\x81\x57\xfb\x36\x1a\xe8\xd7\x36\x31\xe6\x72\x24\x04\x84\x5e\xa7\xdd\x9c\xd8\x86\x9a\xc2\x61\x47\x2c\x23\x55\x51\x97\x21\xce\x66\xe8\x92\x58\xfb\xb5\xd9\x06\xe5\xb4\x90\xc7\x39\xc2\x49\x52\x82\x11\x8a\x2e\xcc\x87\x4f\x0d\xdc\xe3\xfc\xad\x3a\x81\xe0\xa8\xcc\xd0\x90\x6a\xd8\xab\x77\xa1\x5b\x97\xa4\xce\x89\x9f\x01\xbc\xcf\x22\xb3\x93\x9c\x5b\xeb\x34\x8f\xf1\x17\x2e\xdc\x0b\x45\x9b\x71\xa6\xce\x89\xcd\x31\xd5\x57\xba\x3a\x52\x7f\xff\x47\x24\x61\xc2\x39\x0a\x27\x37\xd7\xcd\x34\x4c\xdd\x0b\xb7\xb7\xce\xfc\x29\xc9\x97\x26\x7f\xdd\x8c\x9d\x9e\x78\xf9\x8e\x73\x71\x27\x3f\x9d\xc7\xe0\xbe\x76\x1b\x77\x70\x5f\x33\xd1\xca\xd8\xc9\x47\xe3\x61\x35\xb6\xfa\xbe\xce\x56\x1d\xcb\x58\x3d\xbf\xd2\x15\x4b\xad\x63\xb0\x77\x2a\xc5\xaa\x2e\xa3\xc4\x40\x25\xc1\x89\x75\x18\x6d\x1c\xd6\x06\xfe\xf0\x99\xb9\xd6\x15\xd4\x1f\x5b\x7d\x9d\xb3\x47\xd3\x79\x10\x16\x27\x8e\x6a\xfe\xbe\xc9\x64\x0b\x7d\xdd\xa9\xd5\xfb\x89\xfa\xcf\xba\x6a\xb2\x84\x6d\x59\x2e\x51\x86\xb7\xa6\x36\xa1\x75\xd4\xc7\x41\xa1\xc8\x6b\x33\x72\x81\xb7\x2d\xa6\x55\xef\x44\x72\x3d\x37\x4d\x06\x66\x1b\x2d\x14\xfd\x97\x10\x6a\x9f\xf8\xa3\x35\xc8\x07\x00\xaa\xbf\x6f\x57\x96\xe5\x62\x8b\x4d\xa0\x39\xff\x48\xa8\x39\x62\x99\xf3\x0f\x19\xc1\xa8\x76\x3d\xdb\xe3\x84\xc4\x06\x90\x08\xb5\x0c\x53\x20\xd1\xbb\x29\xca\x79\x72\x74\x61\xbb\x34\x24\x9a\xa1\x8f\x95\xc1\x9a\x11\xef\xdf\x14\x07\x35\x3e\x6b\x0b\x3f\xa9\x61\xca\x69\xc4\x7c\xe0\x39\xe0\x8a\xca\x12\x6a\x87\x33\xb2\x67\xbe\x92\x4e\x39\x94\xe3\xac\x63\x38\x47\x4b\x45\x82\xc2\x23\x07\x55\xe9\xb7\x3a\x65\xbb\x57\x38\xfa\xb1\x04\x68\x9d\x95\x76\x27\xd0\xd6\x6e\xf5\x43\x81\xa5\x29\xbf\xa6\xb4\x6c\x44\x78\x6e\x72\x56\x77\xee\xcf\x4f\x98\x72\x75\xa5\x20\x3d\xb4\x8a\x96\x88\x74\x54\xbb\x3e\x35\x1c\xdd\xe0\x3d\x50\x94\x12\xce\xf5\x6d\x4f\x9d\x1d\xcd\xc6\xfc\xcb\xcc\xa4\x27\x8f\x76\x64\x6d\x44\xb5\x14\x76\xf4\x6d\x58\xcb\x15\x5d\x57\xc1\x6d\x0f\x8d\x69\xb0\x29\x87\x57\xda\x69\x4a\xee\x5f\x5e\x91\xb3\xff\x09\x00\x00\xff\xff\xac\x91\x1b\xb3\x4d\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYaml, - "Template.template.openshift.io/openshift/eap64-sso-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-sso-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x5b\x7b\x6f\x1b\xb7\xb2\xff\xdf\x9f\x62\x60\x14\x48\x7b\xe1\x95\x9a\x73\x82\x9e\x1c\xb5\x28\xa0\xc8\x6b\x5b\x89\x2d\xa9\x5a\xb9\x6d\xee\xc5\x85\x40\xed\x8e\xb4\x8c\x77\xc9\x2d\xc9\x95\xa3\x1b\xe4\xbb\x5f\x90\xdc\xf7\x43\x72\x52\xb7\x27\xff\x24\x59\x0e\xe7\xf1\xe3\x70\x66\x38\xa4\x48\x42\x7f\x45\x21\x29\x67\x23\x50\x18\x27\x11\x51\x38\xe0\x09\x32\x19\xd2\xad\x1a\x50\x3e\xdc\xbf\x3c\x7b\xa0\x2c\x18\xc1\x2a\x1b\x3e\x8b\xc8\x06\x23\x39\x3a\x83\x62\xc6\x08\x90\x24\x3f\xbc\x72\x54\x48\x45\xe0\x24\x44\xa8\x83\x13\x6c\x1c\xf9\x0f\x7a\x06\xf0\x31\x21\x44\x8e\xe0\xe5\xe0\xd5\xe0\xe5\xeb\xb3\x18\xa5\x24\x3b\x1c\xc1\x18\x18\x3e\x82\x3b\x5e\xc0\x0f\xb0\x21\x12\x03\x20\x49\x12\x51\x9f\x28\xca\x19\x3c\x52\x15\x82\xe7\xdd\x82\x4c\x93\x84\x0b\x05\x21\x91\xb0\x41\x64\xe0\x0b\x24\x0a\x03\xa0\x0c\x0e\x3c\x15\x90\x08\xfe\x01\x7d\x35\x38\x03\x58\x44\x48\x24\xc2\x06\x41\xa6\x02\x41\xf1\x8c\x18\x54\x88\xb0\xe5\x51\xc4\x1f\x29\xdb\x81\x44\x5f\xa0\x92\xa3\xf3\x6f\x3e\x4d\xe6\xb3\xab\xe9\xf5\xfd\x72\xbc\x9a\xce\x67\xeb\xd9\xf8\xce\xfd\x7c\x0e\x3e\x67\x8a\x50\x46\xd9\x4e\x9b\x18\x22\x04\x44\x11\xc9\x53\xe1\xa3\x1e\xdb\xd2\x5d\x2a\xac\x96\x01\x2a\x42\x23\x09\x02\xff\x48\xa9\xc0\x00\x36\x07\x3b\x01\x93\x88\x1f\xea\x26\x7d\x2b\xbf\xfb\x11\xe0\xfc\x9b\x4f\x37\xab\xd5\xc2\x5b\x7b\xee\x64\xe9\xae\x3e\x9f\x9f\x41\x45\x9e\x99\x9c\x53\xbc\x73\xdf\x7b\xab\xf9\xd2\xfd\x0c\x5b\x1a\x21\xa4\x1a\xa2\x2d\x17\x20\x51\xec\x33\x33\xb4\x95\x7a\x36\x32\xf5\xa3\x66\xfd\xf6\x7a\x39\xbf\x5f\x78\x6b\x77\x36\x59\xbe\x5f\xac\x8e\x0a\x69\xd2\xf6\x8b\xf3\x53\xa1\xa7\xbd\xbd\x16\x3c\x4d\x24\xf8\x3c\x8e\x53\x96\x59\x25\x07\x67\x31\x2a\xa2\x11\xd2\x0e\x41\x18\xe3\xca\x0e\xe8\xff\x02\x04\x28\x7d\x41\x13\x65\x1c\x6c\xcc\x00\x3f\x92\x38\x89\x30\x5b\xf7\xcb\x37\x55\x84\x06\x70\xc5\x05\xc4\x5c\x20\x50\xb6\xe5\x22\xb6\x20\x93\x0d\x4f\x15\xa4\xd2\xae\x87\xfe\xa3\x42\x2a\x0b\xdf\xbb\x00\x89\x08\xa1\x52\x89\x1c\x0d\x87\x3b\xaa\xc2\x74\x33\xf0\x79\x3c\xfc\xb0\xe1\x52\x3a\x85\x2f\x0f\x2b\x92\x9c\x7c\xb2\x1c\x18\x96\xd4\xe7\x6c\x12\x11\x29\x47\xe6\x9f\x0e\x92\xc4\x7c\xaf\x6d\x84\x80\xca\x24\x22\x07\x87\x91\x18\x47\xb0\xc4\x00\x6e\x88\x82\xb7\x6f\xb8\x94\xd6\x9c\xc1\x2b\xf8\xd6\xf8\xad\x51\xe6\x42\x5b\x17\x08\xba\x47\x21\xbf\x6b\x73\x4b\x04\xdf\xd3\x00\x85\xd3\xc9\xf6\x02\xa6\xcc\xb7\xba\x29\xb2\x93\x66\x7f\x5d\x7c\x20\x7b\x82\x68\xfe\xba\x30\xc6\x5d\x84\x34\x08\x90\x59\xb2\xce\xcd\x1b\x70\x3f\x8d\x91\xd9\x25\x71\x52\x11\x8d\x0a\xa4\x88\xef\xa3\x94\x03\x81\x41\x48\x94\x01\xac\x46\x3c\x44\x36\x14\x18\x38\x21\x51\x8e\x45\x12\x99\x42\x91\x08\x2a\xd1\xa9\x42\xa9\xa5\xea\xc5\x1a\x1e\x51\x23\xe2\x6c\xe7\xd4\x5c\x61\x55\x5d\x42\x08\x70\x4b\x19\xea\x7d\x64\xb7\x99\x04\x86\x18\x60\x90\xaf\x37\x87\x00\xf7\x18\xf1\xa4\x80\xdd\x2d\x94\x81\x71\x25\x6c\x78\x28\xf6\x28\xcc\x52\xb4\x62\xca\x05\x50\xe6\x47\x69\x50\xfa\x11\x81\x4d\x4a\xa3\xa0\xbe\xa9\x2f\x6a\x71\xc8\xee\x64\x8d\x4a\x93\xca\x38\x24\x54\x22\x5e\xc6\xb4\x5c\x75\x20\x2c\x28\x77\x69\x65\xd3\x64\x73\xcd\x4a\x0c\x8e\xc0\x96\xc5\xbe\x13\xeb\x66\x18\xec\xf3\x20\x9e\x85\x59\x00\xeb\x4f\x47\xe2\xb2\x26\x90\x09\xf1\x71\x54\x7a\xe6\x19\xdf\xe8\x60\x2a\x47\x67\x0e\x54\x53\xc3\xfe\xe5\x19\x80\x4d\x03\x1a\x62\xea\xe3\x19\x40\x75\xe3\x77\x6c\xfd\xc6\xe6\x5f\x85\x08\x8f\xb8\x31\xe1\x0b\xc5\x0b\x69\x0c\x02\x6d\x9f\x85\xa0\xcc\x2a\x86\x5b\xb9\x06\x23\xf8\xe6\xd3\x78\xb1\xb8\x9d\x4e\x2a\x51\xda\x90\x59\x13\xbb\x47\x65\x82\xbe\x65\xa6\x45\x64\x7c\x1d\xf3\x9f\x11\xbc\xfe\xfe\xf5\xf7\xb9\x6f\x11\xb1\x43\xb5\xa8\x7f\x96\x18\xa1\xaf\xb8\x28\x0d\xc9\xbd\x60\x62\x9c\xa0\x5b\xe8\xdf\x03\x99\x7c\x0e\xcc\xac\x57\x3a\x5f\x03\xdd\xab\x57\xff\xec\x82\x2e\xff\xfc\x6c\xd0\xd1\xa0\x93\xd4\xd1\x18\x14\xc8\x2e\x79\xaa\xbe\x1c\x57\x33\xcb\x24\xb7\x0a\x64\xb9\x47\x4a\xbb\x58\x7f\xb1\x53\x86\x5c\x2a\x4d\x75\x33\xf7\x56\x7a\x74\xad\x73\xbe\x65\xa0\x78\x2e\xaf\x9f\xd5\x5f\xe2\x6a\x79\x82\x4f\x74\x70\x32\x45\x97\x86\xc8\x8f\x52\xa9\x50\x57\x00\x83\x6c\x62\x8e\x10\x89\x92\x90\x0c\x1e\xd2\x0d\x0a\x86\x3a\x97\x52\x3e\x54\x3c\x42\x41\x14\x3a\x29\x13\x48\x82\x83\x83\x2c\x48\x38\x65\x4a\x8e\xe0\x5c\x89\x14\xcf\x9f\x1d\x57\x27\xb1\x11\xbd\x04\x37\x53\x79\xba\x18\xc1\x8c\x33\x6c\xbb\xb2\xe5\x95\x94\x99\x20\xf3\xed\xd7\xaf\x5f\xff\x7d\x4e\x2c\xff\x42\x2f\x96\xcf\xe4\xc6\x4f\x8c\x13\x9d\xde\xec\x65\xee\x5c\x0a\x56\x28\x62\xca\x32\xc1\x09\x91\x52\x85\x82\xa7\xbb\xb0\xd3\xed\x8f\x88\xee\xf5\xfe\x69\x4c\x76\xe8\x29\x81\x24\x6e\xc1\xf9\xac\x5b\xb9\x57\x83\x37\xba\xa0\xb0\x4e\xf2\xd7\x6a\x50\x85\x9f\xa7\x2a\x49\x55\x81\x72\x01\x64\x07\x2c\x2b\xb2\x2b\x06\x7b\x99\x8f\x4c\x69\xac\xec\x56\x30\x05\x59\xce\xd1\x1c\x36\x3e\xaa\x4b\x2a\xf4\xc4\xc9\x7c\xb6\x72\x7f\x5f\xad\x2f\xa7\xcb\xcf\x19\xc1\x8e\xaa\x52\xba\xc0\xad\x26\xf3\xe6\xf7\xcb\x89\xbb\x5e\xba\x8b\xb9\x37\x5d\xcd\x97\xef\xd7\x4b\xf7\xea\x73\x41\x95\x0a\xda\x4d\x75\xbf\xbc\xcd\xa9\xa8\xb6\xa0\x80\xce\x81\xad\xe0\x71\x29\xe7\x84\x9d\xa5\xa5\xee\xef\x2b\x77\xe6\x4d\xe7\x33\x6f\x3d\xbd\x1b\x5f\xbb\x9f\x1b\x34\x59\x39\xd4\x26\x34\xb8\x78\x8b\xf1\xa4\x32\x25\x21\x2a\x94\xa5\x12\x8e\xde\x9d\x2a\x73\x6f\x03\xd0\x60\x58\x87\x68\x88\x1f\x15\x32\xed\x32\x52\xff\x53\x10\x59\x11\x6f\x71\x5e\x10\x15\x36\xe5\xcf\xbc\xd5\xf8\xf6\xd6\x72\xc8\x43\xb0\x3a\x24\x38\x82\x6b\x9a\xad\x91\xd2\x21\x77\x77\xc8\x95\xb1\xbc\xbc\xc6\x57\x00\x64\xfb\xaa\xbe\x16\x95\xbb\xf1\xaf\xee\x6c\x7d\x37\x5d\x2e\xe7\x4b\x0d\x79\x45\xa7\x3d\x89\x52\x03\x47\x93\xe6\x73\x8b\xcb\xe4\xde\x5b\xcd\xef\xaa\xca\xba\x93\xd5\x7c\x39\x75\xbd\x36\xbf\x0a\x0c\xff\xd5\x62\x34\x5e\xae\xa6\x57\xe3\x89\x41\xac\x4b\x95\xea\x78\xa9\xc6\x96\x6b\xf0\xd2\x28\x1a\x81\x4e\x32\xe5\xf7\xaf\xf1\x93\xec\xb8\x63\x2a\xe7\xa2\x32\x1e\xbd\x1c\xfc\xbb\xcf\x5b\xac\x8b\x78\xab\xa5\x3b\xbe\x6b\x7b\x8a\x5d\x2b\xcf\xac\x89\x8d\x74\x82\xee\x76\x28\x8a\x6c\x64\xcf\xac\xa5\x9a\xb6\x3f\xa1\x19\x5f\x4f\x57\x37\xf7\x6f\xd6\xbf\xb9\x6f\x6e\xe6\xf3\x77\xf9\x71\xbe\xe9\x03\x37\xe9\x26\xe7\x84\x0c\x05\xf5\x3b\x59\xb9\x33\x77\x39\x9d\x1c\xe7\x65\xa7\x67\xcc\xcc\x9e\x9b\x84\x84\xed\x70\x04\x9f\xea\x94\xd3\x72\xac\x83\xfa\xcf\xc1\xff\xac\xdb\xb4\x4f\x5d\xfb\xdd\x06\xea\x6c\xa0\x37\xa6\x5f\x36\xb2\xff\xdf\x17\xd8\x05\x1a\x56\x72\x04\x2f\xff\x44\x5d\x02\x1d\x21\xc2\xda\xbf\x44\xdb\x20\xab\x9d\x41\x73\x92\xba\x8d\x6d\x3b\x9f\x6c\xeb\x97\xea\x7a\x0a\x1f\x63\x4f\x81\x11\x40\xd1\xdc\x2a\xf6\x94\x5d\xe3\x5a\xb8\x2b\x23\x4c\xde\xf8\x5a\x4c\x67\xd7\xeb\xc5\x72\xbe\x9a\x4f\xe6\xd5\xa8\x57\x04\x9b\xf2\x2c\x7e\x39\xb3\xe4\x1d\xdc\xe6\x0b\x77\xe6\xdd\x4c\xaf\x56\xeb\x9c\x68\xed\xb9\xcb\x5f\xa7\x13\xeb\x8c\x5d\x7c\x8f\xd4\xb0\x5f\xc0\x7d\x31\x5f\xae\xba\xb8\x9f\xeb\x2a\xf6\xbc\x83\x97\x3b\xfb\x75\x7d\x35\xbd\xad\x45\xe4\x62\xd6\x10\x95\x3f\x44\x92\x38\xc8\xf6\x54\x70\xa6\xd7\xa9\x12\x9d\x4b\x2e\xf5\xde\x64\x23\x4a\xb7\xd9\xd9\x00\xe4\xec\x79\x94\xc6\x78\x92\x5d\x37\x5a\x8d\x76\xe8\x69\xa5\x56\xef\x17\x4f\x62\x65\x08\xfb\xf9\xf5\xaf\x5f\x39\xde\x3f\x7b\x31\xf6\xbc\xdf\xe6\xcb\xcb\x63\x1c\x72\x9a\x4e\x2e\xf3\xe5\xcc\x5d\xfd\xb2\x9e\xdc\xde\x7b\x2b\x77\x79\x8a\x5f\x0f\xf5\x31\xce\xbf\xdc\xbb\xf7\xdd\xde\x50\xf2\xb3\x34\xc7\xb8\xac\xe6\x8b\xe9\xe4\x04\x17\x4b\xd3\xc5\xa5\xbb\x63\xdd\xcd\xad\xa7\xbb\xfd\x04\xae\x4f\x72\xd7\x0f\x3b\x73\xfc\x75\x90\xf9\xe2\x90\xa8\x93\xae\xdb\x27\xe4\x69\xca\x1f\x73\xe7\x26\x6d\xbf\x23\x76\x51\x3e\x85\xe3\x71\x67\xea\xa3\x3e\xc6\xf9\x69\x6e\xda\x47\xdd\xc5\x79\x7c\xbf\x9a\xaf\x2f\xdd\xc5\xed\xfc\xfd\xda\xfd\x7d\x71\x3b\xbf\x74\x7b\xb8\x76\x51\x56\x39\x9a\xda\xe4\x54\x7e\x32\x44\xba\x84\x5c\xf0\x88\xfa\x87\x11\x8c\xa3\x47\x72\xa8\x96\xe8\x11\xdd\x23\x43\x29\x17\x82\x6f\x70\x54\x53\x05\x3f\x56\xd3\x91\xfd\xe3\xf3\x38\x26\x2c\x68\x7e\x76\x60\xb8\xa1\x6c\xb8\x21\x32\x6c\x8d\x38\x7e\x9b\x98\x27\x4a\x47\x52\x33\xa9\xa6\xc1\xa0\xc1\x80\x32\xaa\x28\x89\x2e\x31\x22\x07\x0f\x7d\xce\x02\x39\x82\x1f\xbe\xef\xa8\xaf\x8e\xc1\x50\xe9\x93\xe4\x2a\x14\xd9\x35\x6b\xf5\xfd\xeb\x5f\xaf\x6b\x82\xb3\xaa\x99\x47\xfc\x81\x92\xda\x48\x22\xb8\xe2\x3e\x8f\x46\xb0\x9a\x2c\x8e\xf2\x2c\x1b\xb2\x55\x9e\x59\xaf\xef\x6b\x18\x96\x6d\xca\x26\x43\xf9\x95\x1c\xf3\xe6\x50\x9d\x63\x23\x71\xf7\x33\x14\x48\x02\xfa\x9f\x75\x9f\xba\x0a\x75\xff\x29\xae\x5e\xea\x02\x23\x1a\x53\x25\x9b\x4a\xc4\x18\x73\x71\x30\x27\x43\xf7\x4e\x1f\xd5\x6f\xa7\x77\xd3\x5a\x24\xb6\x51\xf3\x8e\xa7\xac\xe9\x4d\xb1\xfe\x66\xcf\xb9\x5d\x45\x47\x07\xc4\xb5\x8b\x97\xda\xb8\x36\x68\xce\xa2\x43\xe3\xd4\xd7\x27\xa6\x2f\xa2\x57\x2e\x4b\x9c\x07\x3c\x48\xc5\x05\x76\x51\x7d\x81\xb8\xa7\x26\x93\xaa\xe8\x7c\xce\x57\xa8\x50\xe9\xac\x5d\x0b\xe2\xe3\x02\x05\xe5\x41\x57\x14\xb0\x3c\x65\xbb\x0f\xd0\x87\x72\x76\x84\xac\x69\x61\xbf\xcd\xb2\x70\xd2\x71\x89\xde\xe2\x7e\x1c\xda\xd3\x32\x6a\x97\xe6\x9d\xdc\x4f\xa3\x77\x5a\xca\xb1\x0a\xa3\x79\x6a\xaf\x1c\x78\x17\x44\x90\xb8\x02\x29\x49\x15\x8f\x89\xa2\x7e\x63\x95\x8a\x88\xa2\xe5\xd5\x96\xe0\x58\x4c\xfe\xca\x43\xf4\xd1\xae\xde\x17\x1d\x8c\x13\x6d\x1e\x2a\x63\xbb\xd3\xbe\x36\xd0\x02\x4d\x1b\x5a\x85\x58\xbb\xce\x3f\x03\xc8\x2e\xb7\x2d\xbe\xd5\x8b\x5a\xfd\xa5\xb8\xa4\x6c\xaa\x7a\x06\xc5\x8b\x8a\x02\xc1\xbc\x77\x44\x12\x87\x24\x49\xaf\x1e\x7c\x6b\xd4\xb0\xcb\x5a\x7d\xf4\x50\x7f\xb8\x91\x08\x9e\xa0\x50\x14\x65\xae\xb9\x31\xbf\x7c\xe8\x21\x5b\xda\x4f\x6a\x0c\x3c\x2b\xa0\x66\x46\x7b\x1f\x9c\x36\xc4\xb1\x7a\x35\xed\x79\x31\x49\xa5\xe2\xb1\x69\xac\x17\xf8\x56\xaf\xa7\x40\xf0\x54\xe1\x00\xe0\x16\xc9\x1e\x61\x13\x11\xf6\x60\x88\x02\xdc\x92\x34\x52\xc5\xcc\x0b\x63\x18\x0e\x76\x83\x11\xfc\x54\xbd\xb7\xd7\x83\x3f\x3b\x3f\x65\xcf\x67\x7e\x1e\xfc\x94\xcd\x74\x02\x1e\x13\xca\x1c\x99\x6e\xb7\xf4\xe3\xcf\x2f\x5a\x38\x64\x9a\x69\x65\xec\x15\xc4\x4d\x26\xaa\x00\xa2\x76\x0d\xf0\x64\xd3\xe4\x53\x6d\x33\x16\x15\xf6\x65\xb6\x65\xd7\x05\xcf\x6d\xa2\x7c\x92\x8d\x5e\xd3\xc8\x6b\xaa\xb2\x2e\x2c\xdc\x2f\xa7\xcd\x4b\x9a\xa6\x3c\x4d\xbd\xc4\x84\x4b\xaa\xb8\x38\x80\x6d\xc2\x5a\x31\x9d\x5d\xf1\x23\x6e\xf5\x84\x77\x30\xc5\xbf\x9c\x3f\x52\xea\x3f\x48\x45\x84\x92\x5d\x06\x6c\x04\x61\x7e\x38\x54\x64\x07\x02\xb7\x28\x90\x99\x06\x66\x87\xea\xe5\x60\x9f\xd6\x4b\xf7\xaa\x54\x32\x26\x52\xa1\x68\x8a\xd4\xd9\xd3\xbc\xfb\xa2\xcc\xb0\xcd\x96\x0d\x14\xb7\xcf\x34\x7e\x04\x8c\x13\x75\x30\x60\x0a\xce\x4b\x82\x80\x0a\xd3\x15\x3b\x74\xed\x59\x85\x1f\x15\x5c\xe6\x14\xd5\xbd\x9a\xf7\xe5\x4b\xbd\xf4\xf6\xdf\x53\xa1\x86\x21\xdd\xa0\x60\x44\xa1\xf3\x88\x9b\x8e\x70\x53\x0f\xbe\xf6\xf9\x0a\x35\x71\x21\x8f\x83\x26\x3b\x34\x1f\x5d\x55\xde\x85\x9c\x65\xf9\xa0\xfa\xa2\x44\x3b\x72\xd6\x7c\xce\x35\xf9\xe1\x9f\x8e\x9d\x54\x6b\x44\xbf\x6c\xda\x79\x99\x31\x6e\x25\x85\xac\xf3\xd3\x68\x93\x1e\xf1\x9f\xa7\x89\x6f\xc0\x31\xcb\x7b\xb2\xf9\xf2\x3d\x86\xd4\x0f\x8d\xc9\x15\x8d\x9e\x02\x93\xcd\xb4\x75\xa8\x1a\xa1\x9b\x4a\x88\xb8\x4f\x14\x06\xad\xe5\xee\x80\xa1\xd4\xad\x17\x8d\xb2\x69\x7c\x04\x97\xf2\x85\x4c\xc3\xf6\xab\x34\x8a\xcc\x55\x90\xf6\x53\xa3\x79\xee\x6b\x39\x18\xfa\x63\x79\xe5\x91\x99\xfc\x18\xa2\xc0\xc6\x90\x31\x9e\x08\xcc\xed\x83\x6f\x8d\x47\x50\x26\x15\x89\xa2\x81\x0c\x2f\x20\xe6\x41\x1a\xa1\x1c\x5e\x00\x2a\x7f\xf0\xdd\x51\x00\x60\x6a\x27\x76\x78\x7f\xf7\xf5\xd2\x11\xf3\x2b\x57\x57\x4d\x00\x7e\x49\x31\xb5\xc9\x57\x6a\x08\x12\x81\xf9\x7a\x15\xee\x70\xc3\x05\x43\xf5\x0b\xc8\x74\x23\x0f\x52\x61\xdc\x5a\x39\xcb\xc4\xac\x55\x25\xc2\xd6\xda\x54\xcd\x8c\xcf\x13\xea\xff\x59\xb1\x96\x49\xb7\xd8\xac\xaf\xf5\xc5\x85\x86\xfe\x9a\xd7\xa0\xe6\x29\x65\x53\x68\xf6\x46\xed\x5d\x4e\xd3\x55\x4a\x54\xcb\xdd\x27\x14\x11\x56\x8b\x53\xba\xd6\xb4\xaa\x7a\x67\x36\xfd\x84\x9e\x57\x34\x42\xd6\x56\xb2\xd2\xf6\xca\xb4\xca\xe5\x0c\x3e\x3c\xb4\xbc\x45\xeb\xa4\x4b\xcc\x6e\x9d\xbe\x7d\xfb\xce\x03\x2e\xe0\xed\xc4\x7d\xe7\xb5\xbc\xbb\xa9\xd0\xea\x90\xf4\x29\x63\x5b\xc0\x7d\x78\x10\x29\xb9\x4f\xcd\x16\x33\xef\x35\x2d\x06\x86\xb9\xaf\xab\xc2\xad\xce\xd3\x7d\xeb\x36\x29\x29\xba\xd6\x2c\x2b\xfb\xaa\xe1\xb4\x4b\x8f\x84\x48\xf9\xc8\x45\x50\x44\xc2\x02\x08\x13\xf1\x4e\x6a\x51\x80\xb0\xc8\x18\x35\xd4\xa8\xb4\xe1\xf2\xa4\x7b\xc8\x45\x68\xd9\x4d\x9d\xc6\x41\x4c\x59\x5d\xab\x7c\xfb\x64\xaf\x69\x5a\x9b\x27\x1f\x9f\xd8\xf1\x8c\x45\x45\x1f\x73\x70\x81\x17\xff\x43\x9c\xff\x1b\x3b\xff\xfd\xbd\xf3\xef\xff\xfd\xf4\xfa\xb3\x2e\xb6\xcc\x35\xa5\x7d\x36\xfe\x31\x11\x28\xa5\xad\x89\x4e\xf6\xbd\x1b\xdb\xa0\x69\x42\xbe\x19\xa5\x32\xef\x95\xcd\x0b\x66\xc5\xa1\x8c\x0b\x1a\x67\x7b\x5f\x0a\x8f\xb8\x09\x39\x7f\x68\x19\x75\x6d\xea\x26\xf8\xcd\x0e\x67\x7b\xf3\xab\x6d\xe9\xbc\xbf\x7d\x2e\x43\xec\x65\x6d\xbf\x25\xd9\xf8\x73\x99\xd2\x79\x7f\x7c\xd2\x96\xb2\x34\xe8\x2b\x0b\xec\x09\x2c\x7f\xd7\x7b\x47\x83\x20\xc2\x47\x9d\x05\xed\x9b\x0f\x9d\x10\x4d\x62\xcc\xd2\x20\x06\x03\xbd\x81\x64\x83\x87\x9e\xc0\xb8\x88\x49\x14\x1d\x4a\x52\xc8\x02\x5c\x91\xbd\xcb\xeb\x63\xfb\x92\xe2\x3d\x4f\x41\x86\x3c\x8d\x02\xe0\x2c\x3a\x98\x67\xc7\x1a\xea\x98\x07\x74\x7b\xb0\x0f\xcd\xe9\x16\x0e\x3c\x7d\xb1\xc7\x0a\xdf\x96\x0d\x94\x81\x6d\x7d\x06\x74\x6b\xaa\xe1\x8a\xa8\x61\xe5\x27\x0a\xb5\x25\x3a\x5e\xa7\x74\xbf\x2a\xf8\x9a\x1a\xe5\x0b\x93\x96\x2e\xb8\x3b\x7e\x00\x60\xcc\xeb\xfb\x11\x40\xc3\xb2\x9c\xac\x2b\xb7\xf5\x5e\xf9\x3c\x6f\x52\xcb\x55\xb0\x6c\x7a\x35\xec\x4f\x6f\x47\xee\x77\xf2\xe8\x6e\x5b\x4e\x83\x0f\x3e\x76\x67\xba\xde\x6c\x53\x2a\x77\x2a\xeb\xe4\x94\xbd\x69\xa7\xe7\xb2\x28\x53\x31\xeb\x3b\x3e\xe0\xe1\x59\xb3\x50\x0b\xbd\x56\x1a\x3a\x72\xe3\x94\xa9\x96\x0b\x6f\x9f\x03\x33\xa5\x8c\x07\x6e\x0e\x85\x30\xc5\x81\xa4\x2a\x44\xa6\x2c\x0c\x8c\x07\x28\xf3\x2d\xde\x97\xa5\x0a\xfc\xb2\x2c\xf5\xa7\xf3\xd3\x91\x0b\xaf\xe3\xa1\x50\x1f\x46\x05\x8f\xa4\xae\xfd\x55\x88\x42\x33\x8f\x78\x80\x41\xe3\x47\x06\x4a\xff\x9d\x05\xa5\x0d\x96\xcd\x44\x1d\xda\x6c\x88\xc9\x7e\x5d\xd4\xaa\xfe\xcd\x77\x70\x73\xb6\x63\xe1\x87\x74\x5f\x29\x6d\x7b\x6e\xd4\xf2\x87\x03\x5b\x12\x49\x3c\x6f\xaa\x7d\x47\xf6\xc8\x20\xa6\x42\x68\x1f\xe1\x7a\x55\x8c\xbb\x78\xff\x98\xda\x73\xb9\x6c\xea\x51\x9b\x51\x6d\x66\xb4\x9e\x9a\x35\x44\xdd\x52\xa9\xf4\xbe\xce\x8f\x50\xa6\x3d\x27\x78\x9c\x25\x0e\x92\xd9\x03\x8f\x34\x8a\x34\x34\x3e\x4f\xa8\x09\xf2\xf9\xd1\xab\xc0\xd1\xe0\xb4\xe5\x51\x80\x62\x00\xd3\x2d\xa4\x4c\x26\xe8\xd3\x2d\xc5\xe0\x02\xf4\x99\xa8\xe0\x45\x19\x0c\xed\x43\xf6\x06\xdb\x41\x09\x5b\xf5\x49\x5a\xc7\xa2\x9a\x96\x6e\x76\x27\x62\x2f\x4c\x4a\x8b\x2b\xd7\x23\x25\xd2\x2f\xaf\xe9\xd9\xff\x07\x00\x00\xff\xff\x5d\x2d\x03\x4c\x79\x37\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYaml, - "Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x7f\x6f\xdb\x36\xfa\xff\xdf\xaf\xe2\x41\x31\xa0\xdf\x2f\x50\xd9\xed\x50\x74\x99\x6f\xd8\xc1\x75\xd4\xc4\xbb\x24\x56\x6d\xa7\x5d\xef\x70\x30\x68\xe9\xb1\xc5\x85\x22\x35\x92\x72\xe2\x15\x79\xef\x07\x92\xfa\x6d\xd9\xc9\xba\xf6\xee\x86\x6b\xff\x69\x2c\x3d\xfc\xf0\xf9\xcd\x0f\x45\x92\x94\xbe\x43\xa9\xa8\xe0\x43\xd0\x98\xa4\x8c\x68\xec\x8b\x14\xb9\x8a\xe9\x5a\xf7\xa9\x18\x6c\x5f\xf4\x6e\x28\x8f\x86\xb0\xc8\x5f\xf7\x18\x59\x21\x53\xc3\x1e\x94\x23\x86\x80\x24\x7d\xf5\xd2\xd3\x77\x9e\xc4\x50\x6c\x51\xee\x3c\xf5\x2d\xed\x01\xdc\xa5\x84\xa8\x21\xbc\xe8\xbf\xec\xbf\x38\xe9\x25\xa8\x14\xd9\xe0\x10\x46\xc0\xf1\x16\xfc\x51\x00\xaf\x60\x45\x14\x46\x40\xd2\x94\xd1\x90\x68\x2a\x38\xc4\x44\xc1\x0a\x91\x43\x28\x91\x68\x8c\x80\x72\xd8\x89\x4c\x42\x2a\xc5\x2f\x18\xea\x7e\x2f\x41\x4d\x22\xa2\x89\x51\x82\x70\x2e\xb4\x1d\x68\x75\x02\x88\x50\x85\x92\xa6\xda\x1a\x35\xe2\x80\x77\x24\x49\x19\xe6\xd3\xd5\x26\xea\xc3\x1b\x21\x21\x11\x12\x81\xf2\xb5\x90\x89\x9b\x9e\xac\x44\xa6\x21\x53\x94\x6f\x40\xc7\x54\x59\xd0\xca\xd8\x67\xa0\x10\x21\xd6\x3a\x55\xc3\xc1\x60\x43\x75\x9c\xad\xfa\xa1\x48\x06\xbf\xac\x84\x52\x5e\xe9\xbc\x41\x6d\x26\xaf\x18\xac\xfa\x16\x8d\x86\x82\x8f\x19\x51\x6a\x68\xff\xf4\x90\xa4\xf6\x79\xc3\xf3\x11\x55\x29\x23\x3b\x8f\x93\x04\x87\xf0\xd3\x6b\xa1\x94\xb3\xa1\xff\x12\xfe\x4f\xdf\x41\xe1\xea\xff\xdf\x1f\x9a\x4a\xb1\xa5\x11\x4a\xaf\x89\x31\xc3\x08\xce\x89\x7e\x06\x13\x1e\x3a\x45\x34\xd9\x28\x1b\xbd\x67\xbf\x90\x2d\x41\xb4\xff\x3d\xb3\x96\xf4\xea\x46\x37\x73\x22\x12\x61\x96\x20\x77\x5e\xf7\x32\xc9\x86\xa5\x3f\x48\x18\xa2\x52\x7d\x89\x51\x4c\xb4\x75\x4b\x43\x78\x80\x7c\x20\x31\xf2\x62\xa2\x3d\xe7\x2f\xe4\x1a\x65\x2a\xa9\x42\xaf\xee\x30\x33\xab\x09\xc9\xe0\x88\x1a\x4c\xf0\x8d\xd7\x88\xf6\x22\xa6\xaa\x14\x86\x08\xd7\x94\xa3\x02\x89\x4a\x64\x32\x44\x05\x1c\x31\xc2\xa8\x08\xa8\x80\x08\xb7\xc8\x44\x5a\x38\x06\xfc\x52\x19\x18\xd5\x12\x72\x8e\x72\x8b\xd2\x3a\x7e\x2f\x5b\x9f\x01\xe5\x21\xcb\x22\xca\x37\x39\x2e\x81\x55\x46\x59\x04\xa1\xe0\x6b\xba\xc9\x64\x2e\x56\xcf\xf0\x08\x53\x26\x76\xc6\x2b\x4d\x29\x20\xdc\x64\xbb\xc2\x30\x93\x08\xa1\x48\x92\x8c\xe7\x63\x72\x70\x97\x96\xc6\xdb\x7d\x80\x45\x8c\x95\xb5\x84\x29\x63\x50\x22\xb8\xd2\xd2\xa4\x1a\xc4\xe2\xd6\x18\x89\x9c\xac\x18\x02\xc9\xb4\x48\x6c\x39\x69\x49\xb8\x22\x61\x0d\xb5\x48\x25\x10\x1c\x54\x48\x18\x42\x24\x6e\x39\x88\x75\x43\xeb\x54\x44\xaa\x0f\x30\xea\x02\x2a\x21\x72\x44\xaa\x20\xcc\xa4\x44\xae\xd9\x0e\x16\x18\xc6\x5c\x30\xb1\xd9\x41\x20\x71\x4b\xf1\xb6\x7f\x24\xac\x2a\x4b\x53\x21\xf5\x03\x79\x65\x01\xb6\x45\xef\xca\x1b\x0c\x80\x4b\xf4\x43\xed\xc8\xbc\x55\x29\x09\x71\x58\xd5\x4b\x4f\xac\x4c\x53\x51\xc3\x9e\x07\xf5\x76\xb8\x7d\xd1\x03\x70\xad\xcf\xc4\x9f\x86\x38\x0a\x43\x91\x71\xdd\x03\xa8\xf7\x9f\x62\xce\x6f\x3e\x8e\x82\xe0\x62\x32\x1e\x2d\x26\xd3\xab\xe5\xd5\xe8\xd2\xbf\xf7\x14\x39\x0c\x3a\x13\x0c\x5f\x53\x9e\x27\xce\x63\x11\xa5\x60\xe8\xad\xca\x61\xe6\xe7\x0c\xd7\x6e\x54\x85\x5b\x03\x31\xde\xee\x01\xa8\xac\xb0\x12\xc0\x3b\x64\xd6\xa7\x9a\x92\x03\xed\x99\xb1\xd7\x9a\x5b\xcd\xd9\xe4\xef\x2d\xae\x40\xd9\xfa\x7a\xaa\x6c\xb4\xc1\x04\xdf\xe5\x47\xb5\xd2\x58\xb4\x2a\x15\x3b\x55\x3c\x6e\x80\xf1\x41\x8a\xa1\x03\x33\x53\xe4\xb8\x9e\xfd\x31\x84\x93\xe7\x27\xcf\x8b\xc6\x40\xe4\x06\x75\xd0\x7c\xac\x90\x61\xa8\x85\xac\x0c\x29\x4a\x78\x6c\x2b\xb8\x7b\xd2\x2f\xe2\xb2\x9f\xce\xa4\xc8\x52\x05\xa9\x69\x05\x46\x7b\x58\x0b\x09\x21\xcb\x94\x46\x49\xf9\xa6\x9f\x0f\x54\x6e\x8e\x3e\x61\x69\x4c\xfa\x37\xd9\x0a\x25\x47\xb3\x06\x51\x31\xd0\x82\xa1\xe9\x12\x5e\xc6\x25\x92\x68\xe7\x21\x8f\x52\x41\xb9\x56\x43\x78\xa2\x65\x86\x4f\x3e\x7b\x04\xbc\xd4\xe5\x6c\x15\x86\x5c\xe5\x49\x30\x84\x2b\xc1\x71\x3f\x34\x0e\x2b\xad\x7a\x6b\x1e\xab\x93\x93\x93\xcf\x1b\x14\x1a\x75\xab\x6c\x12\xb2\x56\xb1\x99\xfe\xfd\x11\xb3\xa3\x6c\x84\x6a\xee\x2b\x72\xbd\x08\xd1\x97\x4d\xf7\x58\x28\x6d\xa4\xce\xa7\xf3\x85\x79\xbb\x3c\x5f\x2c\x02\x07\xa0\x45\x31\xdf\x61\xa8\x83\x49\x3c\x49\xc8\x06\xe7\x5a\x22\x49\xf6\xdc\xf2\x59\x8d\x39\xa8\xc1\x6b\xb3\xd2\xba\x58\x7f\x59\x0d\xea\xee\x14\x99\x4e\x33\x3d\x2c\x69\x44\xf1\x57\x87\x5b\x16\x64\x53\xbe\x3c\x08\x3e\xb4\xcc\xd0\x35\x60\xc7\x54\x0a\xc4\x50\x70\x8d\x77\xfa\x94\x4a\x33\x70\x3c\xbd\x5a\xf8\x3f\x2f\x96\xa7\x93\xd9\x7d\x2e\xb0\xa1\xba\x9a\x5d\xe2\xda\x88\xcd\xa7\xd7\xb3\xb1\xbf\x9c\xf9\xc1\x74\x3e\x59\x4c\x67\x1f\x96\x33\xff\xcd\x7d\x29\x95\x49\xda\x2d\x75\x3d\xbb\x28\xa4\xf4\x2e\xc5\x21\x9c\xd1\x5c\x27\xcb\x27\x36\xbb\x62\x26\xa7\xe3\xbc\xf5\x14\x00\xf9\xb6\xfa\x51\x14\xef\xe5\xe8\x9d\x7f\xb5\xbc\x9c\xcc\x66\xd3\x99\x99\xa2\x14\x00\xd8\x12\x96\x59\x8f\xb4\x65\xee\xf7\x50\x46\xb3\xc5\xe4\xcd\x68\x6c\x6d\xef\x42\xa8\xbf\xaf\x46\xaf\x85\x0c\x31\xc8\x18\x1b\x82\x69\x69\xd5\x73\x29\x92\x61\x0d\xe6\x68\xd8\x8a\xc0\xe5\x74\xd5\x32\x8b\x92\x3c\x0c\x5f\xf4\xbf\x6f\x49\xe6\xfc\xe2\x9b\x8f\x93\xcb\xd1\x99\xbf\x9c\x2f\x66\xfe\xe8\xd2\x06\x7a\x1e\x8c\xc6\x7e\xd3\xc5\x73\xeb\x4a\x57\x89\x92\x6e\x36\x28\xcb\xde\xe7\x76\x16\x95\x9a\x0a\x43\x89\xb6\x8c\xcf\x26\x8b\xf3\xeb\xd7\xcb\xf7\xfe\xeb\xf3\xe9\xf4\x6f\xcb\xb9\x3f\x9e\xf9\x8b\xbd\xd0\x9d\x67\xab\x02\x09\x39\x4a\x1a\x76\x42\xf9\x57\xfe\x6c\x32\x3e\x8e\xe5\x86\xe7\x60\xd4\x78\x69\x1c\x13\x6e\xf6\x71\x1f\x9b\x92\x93\xea\x5d\x2e\xed\x9e\xbb\x02\xcd\x5f\x1c\xac\xe5\xd3\x56\xf3\xfe\xf7\x15\xb4\x44\x0b\x65\x36\xaa\x7f\x60\x59\xe9\x2a\x15\x67\xff\x0c\xdd\x4e\xb6\x41\x7a\x0b\x91\xa6\x8d\xfb\x76\x3e\xda\xd6\xdf\xab\xeb\x43\xfe\xb1\xf6\x94\x3e\x82\xbc\x1d\x11\xca\xcb\x24\x75\x31\x6e\x94\x7d\x55\xb2\x3f\x9d\xcd\xa6\xd7\xc1\x7c\x19\x4c\xae\xce\x96\xc1\x6c\xba\x98\x8e\xa7\xf5\xea\x2f\xab\xb7\x22\xff\xa7\x57\x4e\xbc\x03\x6d\x1a\xf8\x57\xf3\xf3\xc9\x9b\xc5\xb2\x10\x5a\xce\xfd\xd9\xbb\xc9\xd8\xb7\xfa\x76\xe1\x1e\xa1\x20\xbf\x03\x3d\x98\xce\x16\x5d\xe8\x4f\x0c\x09\x79\xd2\x81\x75\x3e\x9d\x5d\xf9\x8b\xb7\xcb\xf1\xc5\xf5\x7c\xe1\xcf\x96\xc1\x68\x3e\x7f\x3f\x9d\x9d\x76\xab\x78\x48\xfa\xfe\x08\xf2\xdb\x6b\xff\xda\x9f\x1f\xc7\x73\x32\xc7\x50\x16\xd3\x60\x32\x7e\x00\xc5\xc9\x74\xa1\x14\xd1\x7d\x9c\x95\x87\xa4\xbb\x90\x47\xd7\x8b\xe9\xf2\xd4\x0f\x2e\xa6\x1f\x96\xfe\xcf\xc1\xc5\xf4\xd4\x3f\x80\xda\x25\xd9\x85\x38\x0f\x2e\x26\x8b\xe5\xe9\x68\x31\xea\xc6\xa9\xde\xd7\x47\xdb\x46\xf7\x50\xb5\x59\x21\xb3\xc2\x04\x82\xd1\x70\x37\x84\x11\xbb\x25\x3b\x55\x93\x60\x74\x8b\x1c\x95\x0a\xa4\x58\xe1\xb0\xa1\x00\xde\xd5\x8b\xcb\xfd\x33\x7b\x7e\xc2\xa3\xf6\x63\x0f\x06\x2b\xca\x07\x2b\xa2\xe2\xbd\x37\x5e\xb8\x2f\x2c\x52\x3d\x40\x92\xda\x41\x0d\x0d\xfa\x2d\x00\xca\xa9\xa6\x84\x9d\x22\x23\xbb\x39\x86\x82\x47\x6a\x08\xaf\x9e\xef\xad\x7e\xc7\xdd\x50\x23\xed\x85\x0a\x65\xaf\xc8\xf7\x51\xdf\x7d\x77\xd2\x98\x38\x5f\x54\x05\x13\x37\x94\x34\xde\xa4\x52\x68\x11\x0a\x36\x84\xc5\x38\x38\x8a\x59\x6d\xd9\xea\x98\x39\x67\xff\x14\xc0\x62\x5f\xd1\x04\x6c\x35\x8d\xc3\x80\x66\x27\x45\xff\xb3\xc1\x6e\xaa\xd0\x8c\x76\xf9\x1d\xac\x39\x21\xa3\x09\xd5\xaa\xad\x44\x82\x89\x90\x3b\xcb\xce\xfc\x4b\x43\x0f\x2f\x26\x97\x93\x45\x3d\xe8\x5b\xc1\xb2\x04\x2f\x45\xc6\xdb\xb1\x4f\xcc\xb3\x80\xe8\x78\x58\x29\xa7\x34\xe1\x11\x61\x82\xe3\x20\x25\x52\x53\xb3\x96\x61\xb4\x34\x2b\x5f\x87\xcb\xbb\x7a\x37\x92\xd4\x4b\xb7\x82\xd5\x68\x4c\xfd\xfb\xc5\xd5\xb1\x4f\x17\xc5\x10\x8d\x32\xa1\xdc\x2e\xa4\x67\x92\x84\x18\xa0\xa4\x22\xea\x4a\x7c\x67\x9d\xda\x27\xb4\x8f\x52\x0d\x20\x35\x0c\x47\x69\xe4\xfa\x9d\x45\x1a\x33\x42\x93\xa6\x93\x43\xf3\xe8\xb0\xda\x06\xd4\x8a\x74\xd2\xc3\x1a\x0f\x0b\x88\x24\x49\x4d\xd3\xfc\x4b\x1f\x0d\x5b\xb4\xb7\xcc\x76\x33\x67\xc3\xb2\x63\xd5\xfd\x49\x64\xf9\x81\x5d\xce\x9f\x90\x30\x7a\x09\xdd\xc8\xe2\x4b\xec\x67\xa6\x8e\x0d\xec\x3f\x0d\x89\x6c\x69\xfd\x78\xef\xc1\x23\x89\x65\x47\x7b\x6c\x75\xbb\x92\x3a\xe6\xf8\xad\x86\xf7\x95\x99\x36\xb0\xbe\x32\xd3\x7d\xbc\xff\x61\x66\xfa\xf8\x62\x85\xaf\x14\xaf\xf8\xf7\x95\x43\x7d\xe5\x50\x8f\xe6\x50\x1d\x85\xf4\xdf\xcb\xa6\x82\x2e\x67\x7f\x59\x4a\x55\x8f\x4e\x45\x08\xdc\x51\xef\xa5\x88\xb0\x0c\xd4\x0c\x49\xf4\x5e\x52\x8d\x97\x84\xef\x7a\x9d\x75\x28\xf1\xd7\x0c\x55\xbd\x8a\x94\x16\x32\x6f\x94\xef\xa6\x17\xd7\x97\xfe\x72\x3c\x0a\x46\xe3\xc9\xe2\xc3\x7d\x2f\x35\xe1\x46\x6d\x73\xc1\xdb\x3f\x61\x33\x2a\xdb\x23\x1b\x1d\x63\xe3\xc6\x48\x0f\x20\xbf\x52\xe1\x72\xae\x7e\x4b\xc0\x3c\x29\x4f\xa0\xdb\xc6\xf6\x9c\x86\x54\x62\x54\x66\x54\xde\xe6\x8d\x17\x48\x9a\xb6\xf5\x78\x3a\xce\x94\x16\x89\x3d\xbc\x29\xf5\xa9\x1f\x1a\x81\x14\x99\xc6\x3e\xc0\x05\x92\x2d\xc2\x8a\x11\x7e\x63\x85\x22\x5c\x93\x8c\xe9\x72\xe4\x33\xeb\x12\xec\x6f\xfa\x43\xf8\xa1\x7e\xc9\xc2\xbc\xfc\xd1\xfb\x21\xbf\x56\xf3\x63\xff\x87\x7c\xa4\x17\x89\x84\x50\xee\xa9\x6c\xbd\xa6\x77\x3f\x3e\x6d\x5b\x5d\x68\x66\x94\x71\xc7\x5b\xe7\xf9\x54\xa5\xfd\x8d\xa3\xa6\xb6\x69\x67\x54\xe7\x87\x08\x70\x3d\x9b\xb4\xcf\xc6\xda\xb3\x19\xe9\x19\xa6\x42\x51\x2d\xe4\x0e\xdc\x19\x42\xbe\x7e\x76\x1d\x62\x1c\x71\xf5\xc1\x5b\x3b\xf9\x45\x10\x94\x83\xf2\x33\xbf\xf7\x6b\x46\xc3\x1b\xa5\x89\xd4\xaa\xcb\x80\x95\x24\x3c\x8c\x07\x9a\x6c\x40\xe2\x1a\x25\x72\xfb\x21\xbf\x43\xf5\xea\xe5\x21\xad\x67\xfe\x9b\x4a\xc9\x57\xfd\x97\xfd\xbb\xf6\x8c\x66\x25\x80\x5b\xaa\x63\xca\x2d\x6a\x1e\x33\xd0\xc2\xdd\x36\xf9\x0b\x60\x92\xea\x9d\xf5\xa5\x14\xa2\x12\x88\xa8\xb4\x1b\x92\xdd\x5e\xee\x8e\xdd\xe1\x12\x9c\x16\x12\xa5\x82\xb5\x83\xa6\x4a\xad\x1b\xaa\xc3\x18\xb9\xa2\xfc\xa6\xad\xdc\xdb\x0c\x33\x57\x34\xaa\x3d\x89\x7d\xa5\x6a\x69\xd1\x20\x8a\xed\xd2\x13\x29\x0d\xbb\x71\xec\xab\x7d\x9c\x9c\x2a\xb6\x70\xce\x85\xe4\xa8\xdf\x16\xe7\xcb\x40\xa2\x84\x72\x48\x89\x52\xb7\x42\x46\x6d\xe8\x42\x3a\xa8\xde\xdb\x2e\x0d\x4f\xff\x41\xbc\xdf\x46\xde\xdf\x9f\x7b\xdf\xff\xf3\xe3\xc9\xbd\x29\x03\x7b\x94\xe2\x6e\xbc\xdd\xa5\x12\x95\x72\xf9\xfa\x20\xbf\x6e\x25\xe4\x7e\x3a\x9d\x67\xab\x62\x79\xca\x8f\x67\x3a\x72\x29\xce\x56\xf0\x1e\x57\xb1\x10\x37\x30\x2f\x84\x3e\x4d\xd7\xce\x33\xa4\x87\x15\x75\x47\x41\xf9\x05\xa7\x07\xf4\xcd\x65\x3f\x97\xc2\x9d\x27\x55\x0f\x6a\x7c\x55\x9c\xc8\x01\xe5\x70\x1b\xd3\x30\xb6\x3d\xbd\xb6\xe0\x2a\x5b\x33\xc5\x0d\xb0\x4b\x1a\x45\x0c\x6f\x89\x44\xc7\x0e\x14\x10\xe9\x56\x53\xca\x95\x26\x8c\x61\xd4\x37\x4b\x84\x6a\x61\x98\x01\x5c\xc8\x84\x30\xb6\xab\x44\xcd\xa4\x66\xba\x72\x23\x59\x9d\x10\xba\x23\xff\x0f\x22\x03\x15\x8b\x8c\x45\x20\x38\xdb\xd9\x0b\x6a\xa6\xa6\x13\x11\xd1\xf5\xce\x5e\x3f\x04\xba\x86\x9d\xc8\x9e\x6e\xb1\x86\xbb\x67\x03\xe5\xe0\x18\x5a\x44\xd7\xb6\xdf\xd4\xa6\x1a\x94\xf7\x26\x5b\x21\xaa\x21\x54\x8e\x2a\x3d\xde\x7d\x7e\x79\xa4\xbb\x56\x57\xaa\x5a\x41\x28\x2e\xac\x14\xf5\x78\xa8\x12\x0b\xb9\x71\x2e\xf7\x87\x2b\xf2\xc8\x5e\xf0\x78\xda\x98\xde\x28\x05\x53\x70\x1b\xa3\x8e\x51\x1a\x70\x26\x22\x8c\x5a\x57\xf7\x0c\x5d\x2a\x02\xb8\xc2\x8a\x35\x9a\x34\x70\xe1\xb0\xe2\xb8\x67\xaa\xfb\x76\x05\x7e\x01\x3b\x92\x61\x4c\xb7\xb5\x4e\x79\x60\xb3\x59\xec\xf1\xd7\x84\x29\x7c\xd2\x56\xfb\x92\x6c\x91\x43\x42\xa5\x34\xdc\x45\x40\xa6\x1c\x6d\x98\x7f\x3b\x71\x35\xbb\xd7\x57\x1b\x23\xea\x4b\xeb\xde\xb9\x7d\x6b\xaa\x0b\xaa\x34\x88\x75\xb9\xbe\x50\x54\x36\x48\x79\x91\x91\xdc\x1e\xb8\xa5\x8c\x19\xd7\x84\x22\xa5\xb6\x20\xb4\xb0\xd9\x5b\xf9\xd1\xfa\x69\x2d\x58\x84\xb2\x0f\x93\x35\x64\xdc\x70\x41\xba\xa6\x18\x3d\x03\xc2\x58\x85\x45\x39\x0c\xdc\xe5\xac\x16\x6c\xbf\x72\x5b\xfd\xa2\x40\x47\x50\x2d\x77\xcf\x37\x66\x6e\xd7\x56\x59\x5c\xdb\xa3\x55\x9e\x7e\x71\x46\xdb\x38\x73\xfa\x1b\x1a\xd3\x8d\x19\x6e\x8b\x63\x1c\x1d\xc1\x6a\x67\xef\xe7\x1a\x87\xe7\x3b\x17\xca\x37\x60\xb8\xf3\x5e\xe5\x19\x39\x47\xb3\x2d\x5a\xa9\x43\x8b\xa8\x1e\x29\xb6\x2e\xbd\x52\x46\xb5\x73\x2e\xd1\xa4\x5a\xf9\xad\x46\x48\xc2\x18\xb8\x88\x6c\x23\x24\x45\x29\xee\x29\x76\x08\xe3\xaf\x15\x7b\xa9\x7f\xb3\x28\xd2\xd1\xdd\x18\xfb\x57\x00\x00\x00\xff\xff\x62\x07\x8e\xf7\x4e\x2e\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYaml, - "Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x1a\xdb\x6e\xdb\x38\xf6\xdd\x5f\x71\x50\x0c\x50\x60\x10\xd9\x4d\x81\xdd\x64\xb5\x4f\xaa\xa3\xa6\xee\x26\xb6\x2a\x3b\x73\xd9\xc5\xc2\xa0\xa5\x63\x8b\x13\x89\xd4\x90\x94\x53\x6f\xd1\x7f\x5f\x90\xd4\xdd\xb2\x33\x9d\x69\x77\xa7\x2f\x49\xc4\xc3\x73\xbf\xb3\x24\xa7\x3f\xa0\x90\x94\x33\x17\x14\x66\x79\x4a\x14\x8e\x79\x8e\x4c\x26\x74\xab\xc6\x94\x4f\xf6\x97\xa3\x47\xca\x62\x17\x56\xe5\xf1\x28\x25\x1b\x4c\xa5\x3b\x82\xfa\x86\x0b\x48\xf2\xab\xd7\xce\x86\x48\x1a\x39\xf2\x35\x1d\x01\x7c\xcc\x09\x91\x2e\x5c\x8e\x2f\xc7\xaf\x46\x19\x4a\x49\x76\xe8\x82\x07\x0c\x9f\xc0\xf7\x02\xd8\x10\x89\x31\x90\x3c\x4f\x69\x44\x14\xe5\x0c\x12\x22\x61\x83\xc8\x20\x12\x48\x14\xc6\x40\x19\x1c\x78\x21\x20\x17\xfc\x17\x8c\xd4\x78\x94\xa1\x22\x31\x51\x44\xd3\x26\x8c\x71\x65\x2e\x1a\x56\x00\x62\x94\x91\xa0\xb9\x32\xb2\x78\x0c\xf0\x23\xc9\xf2\x14\x21\xc4\x18\xde\x11\x05\xef\xdf\x70\x29\x0d\xe9\xab\x36\xd9\x31\xbc\xe5\x02\x32\x2e\x10\x28\xdb\x72\x91\x99\xaf\x06\x23\x00\xd9\xf0\x42\x41\x21\x29\xdb\x81\x4a\xa8\xac\x25\xbe\x00\x89\x08\x89\x52\xb9\x74\x27\x93\x1d\x55\x49\xb1\x19\x47\x3c\x9b\xfc\xb2\xe1\x52\x3a\x11\x67\x8a\x50\x86\xc2\xa1\x19\xd9\xa1\x2c\x3f\x23\xc9\x9d\x2b\xa7\x56\xaf\x3d\x9c\x6c\x52\xbe\x99\x18\x05\x4e\x42\xdf\xbb\xb9\xf7\xc7\x24\xe6\x91\xe1\x80\x46\x9c\x4d\x53\x22\xa5\x6b\x7e\xd5\x08\xcc\xf7\x8e\x85\x62\x2a\xf3\x94\x1c\x1c\x46\x32\x74\xdb\x62\x8e\x5f\x1f\x03\xe7\x82\xef\x69\x8c\xc2\xe9\xde\x2a\x95\x74\x01\x33\x16\x8d\xcd\x2d\x45\x76\xd2\xd8\xf5\xe2\x17\xb2\x27\x88\xe6\xc7\x85\x91\xc3\x9e\x0f\x7a\x4b\xcc\xa3\x22\x43\x66\x0d\xe3\x14\x22\x75\x6b\x25\x91\x28\x42\x29\xc7\x02\xe3\x84\x28\xa3\xab\x0e\xf0\x04\xd9\x44\x60\xec\x24\x44\x39\xa5\xb6\x98\x42\x91\x0b\x2a\xd1\x69\xd9\xcb\xd1\x54\xb5\x9d\x26\x67\xd8\x48\x39\xdb\x39\x1d\x87\x58\xb5\xad\x07\x31\x6e\x29\x43\x09\x02\x25\x2f\x44\x84\x12\x18\x62\x8c\x71\x69\x76\xc5\x21\xc6\x3d\xa6\x3c\x07\xd2\xf7\x9f\x9a\x29\xf0\x5a\xbe\x1b\x94\x4c\x69\xa5\x1f\xbb\xf6\x45\x89\x97\xb2\x28\x2d\x62\xed\x4c\x04\x36\x05\x4d\x63\x88\x38\xdb\xd2\x5d\x21\x2c\x58\x27\x1c\x62\xcc\x53\x7e\xd0\xfa\xe9\x42\x01\x61\x31\x48\x8c\x0a\x81\x25\xda\x88\x67\x59\xc1\xaa\x7b\xd6\x5b\x31\xde\x21\xac\xee\x96\xe3\x33\x5a\x92\x45\x9e\x73\xa1\x9e\x31\x93\x41\xb0\xaf\x92\x84\x8d\x67\x00\xeb\x36\xc7\x61\xaf\xbf\xcb\x9c\x44\xe8\x36\x7e\x37\xe2\x1b\x1d\xbf\xd2\x1d\x39\xd0\x4e\x38\xfb\xcb\x11\x80\x4d\x2e\x4b\x14\x7b\x1a\x69\x81\xda\x31\x3e\x10\xe5\xbd\x38\x5f\x25\x08\x4f\xb8\x01\x89\x62\x8f\xe2\xa5\x34\x62\x80\x96\xca\x0a\xde\xe4\x2a\x83\xad\x51\xaf\x0b\xdf\x7d\xf2\x82\xe0\x6e\x36\xf5\x56\xb3\xc5\x7c\x3d\xf7\xee\xfd\xcf\x06\xcc\x4a\x36\x7c\x2a\x73\x8c\x2c\x32\x4d\xa2\xc4\xeb\x98\x3f\x5c\xb8\x7e\x75\xfd\xaa\x72\x20\x22\x76\xa8\x82\xee\x67\x89\x29\x46\x8a\x8b\x46\x90\xca\xc0\x53\x63\xdf\x61\xa2\xdf\x44\x65\xef\x6f\x05\x2f\x72\x09\xb9\x76\x15\xcd\x3d\x6c\xb9\x80\x28\x2d\xa4\x42\x41\xd9\x6e\x5c\x5e\x94\x96\xc6\x98\xa4\x79\x42\xc6\x8f\xc5\x06\x05\x43\x85\x52\x7b\x8f\xe2\x29\x0a\xa2\xd0\x29\x98\x40\x12\x1f\x1c\x64\x71\xce\x29\x53\xd2\x85\x17\x4a\x14\xf8\xe2\xab\x5b\xc0\xd1\xfc\x76\xcc\x50\xb2\x3c\x0b\x5c\x98\x73\x86\xc7\xa6\xb1\xb8\xca\x7b\xd5\xa9\x0b\xd7\xd7\xd7\xd7\x16\xb8\xd8\xa4\x54\x26\x73\xae\x42\x2d\x84\x17\xc7\x02\xa5\x44\xe9\x82\x16\xe1\xeb\xda\x8d\xc6\xc3\x52\x99\xd0\xab\xed\x1a\xf2\x42\x7d\xb9\x55\xcd\x2d\x63\xc5\x96\x8a\xcb\x78\x90\xb5\x1d\xbf\x6d\x4c\xa8\x06\x2b\x65\x36\x43\xf9\xf1\x0e\x57\x28\x32\xca\x0c\x85\x80\xa7\x34\x3a\x98\x72\x43\x05\x46\xaa\x0a\x97\x06\xc2\x35\x99\xcb\xa2\xe3\x15\xb6\xd3\xe4\x4f\x46\xc7\x4c\x97\xd6\xa5\x12\x48\xb2\x23\x5d\x7e\x55\x05\x9c\xe4\xe0\x8d\x4e\xf0\xd6\x43\xbe\x2d\x07\x6d\x13\xf0\x42\xe5\x85\x72\xeb\x3a\x56\xfd\x36\xa0\x96\x15\xd9\xd5\x87\x27\x91\xbb\xba\x6a\x48\x6b\x27\x5b\x2a\xdd\xba\xe8\x30\x85\x1f\xd5\x0d\x15\xfa\xe2\x74\x31\x5f\xf9\x3f\xad\xd6\x37\xb3\xf0\x73\x09\xb0\xa3\xaa\xa1\x2e\x70\xab\xc1\x96\x8b\x87\x70\xea\xaf\x43\x3f\x58\x2c\x67\xab\x45\xf8\xf3\x3a\xf4\xdf\x7e\xae\xa1\x0a\x41\x87\xa1\x1e\xc2\xbb\x0a\x4a\x1d\x72\x74\xe1\x96\x96\x3c\x29\x9d\x82\x76\x87\x8a\x92\xe5\x71\xd9\xfb\x0a\x80\x6c\xdf\xfc\x51\x65\x85\x7b\xef\x07\x7f\xbe\xbe\x9f\x85\xe1\x22\xd4\x24\x6a\x00\x80\x3d\x49\x0b\xa3\x91\x3e\xcc\xe7\x13\x58\xbc\xf0\x76\xb9\xf6\x82\xc0\x9f\xdf\x9c\x46\xd3\x02\x3a\xc6\xe3\x85\xab\xd9\x5b\x6f\x6a\x74\x38\x84\xa2\x7d\xde\xdc\xde\x72\x11\x61\x50\xa4\x69\x2b\x61\x99\xef\x82\x67\x6e\x0b\xcd\x59\xf3\x57\x0e\x50\x77\xa9\x57\xaf\x9b\x2e\xd5\xbd\x1c\x5f\xf6\x20\xcb\x02\xff\xdd\xa7\xd9\xbd\x77\xeb\xaf\x97\xab\xd0\xf7\xee\x8d\xc3\x2c\x03\x6f\xea\x37\xdc\x51\x16\x09\x34\x2d\x5e\x97\x3f\x6b\xc4\xa5\x31\x96\x8d\x75\x41\x77\x3b\x14\x75\xda\xb6\x1d\x75\x23\x80\xc4\x48\xa0\xd2\x24\x6f\x67\xab\x77\x0f\x6f\xd6\x3f\xfa\x6f\xde\x2d\x16\xff\x58\x2f\xfd\x69\xe8\xaf\x8e\x9c\xe3\x5d\xb1\xa9\x30\x21\x43\x41\xa3\x41\x54\xfe\xdc\x0f\x67\xd3\xf3\xb8\xec\xf5\x12\x99\x69\xd8\xa7\x09\x61\x7a\x96\xf9\xd4\x85\x9c\x35\x67\x25\xb4\xfd\x6e\x53\x40\x79\x70\x32\x5b\xdc\xf4\x8a\xca\xff\x2e\x65\x08\x34\xa8\xf4\xac\xf6\x07\xca\xdd\x50\x30\x5a\xf9\x43\xb4\xf3\x5c\xa7\x11\xad\x40\xba\x32\x1e\xcb\xf9\x9b\x65\xfd\x52\x5e\x9f\xd3\x8f\x91\xa7\xd6\x11\x94\x09\xcf\xcc\x74\xb2\x9d\x49\x3a\x89\xa5\x09\xe6\xf7\xb7\xe1\xe2\x21\x58\xae\x83\xd9\xfc\x76\x1d\x84\x8b\xd5\x62\xba\x68\xe7\x97\x3a\xae\x63\x26\xc7\x37\x73\x0b\x38\x80\x67\x11\xf8\xf3\xe5\xbb\xd9\xdb\xd5\xba\x02\x5a\x2f\xfd\xf0\x87\xd9\xd4\x37\x9c\x0e\x61\x3c\xd3\x37\x7d\x01\xf6\x60\x11\xae\x86\xb0\xbf\xd0\x9d\xd3\x8b\x01\x5c\xf7\x1f\xd6\xd3\xbb\x87\xe5\xca\x0f\xd7\x81\xb7\x5c\xfe\xb8\x08\x6f\x86\xb9\x1b\x00\xfc\x3c\x8c\xef\xc3\x83\xff\xe0\x2f\x4f\x62\xb1\xc7\x27\xee\xae\x16\xc1\x6c\x7a\xfa\xae\x3d\x1e\xba\x5b\x59\xee\xb7\x09\x73\x0a\x7a\x08\xb3\xf7\xb0\x5a\xac\x6f\xfc\xe0\x6e\xf1\xf3\xda\xff\x29\xb8\x5b\xdc\xf8\x27\xb0\x0e\x41\xb6\x31\x9a\x34\xf4\x5c\x2c\x18\x20\x5d\x19\xaa\xa6\xcb\x4b\x9f\xc8\x41\xb6\x20\x52\xba\x47\x86\x52\x06\x82\x6f\xd0\xed\xb0\x82\x1f\xdb\xae\x6f\xff\xe9\x31\x93\xb0\xb8\xff\xd9\x81\xc9\x86\xb2\xc9\x86\xc8\xe4\xe8\xc4\x89\x8e\x81\x79\xae\x26\x48\x72\x73\xa9\xc3\xc1\xb8\x87\x80\x32\xaa\x28\x49\x6f\x30\x25\x87\x25\x46\x9c\xc5\xd2\x85\xbf\xbe\x3a\xaa\x5a\xe7\xd5\xd0\x9a\x06\x2a\x16\xea\x48\x2e\x07\xb4\xab\xab\xeb\x0e\xe1\xb2\x18\xf2\x94\x3f\x52\xd2\x39\xc9\x05\x57\x3c\xe2\xa9\x0b\xab\x69\x70\x16\x67\x33\x0b\xb6\x71\xea\x6e\xfc\x77\x22\xac\x06\x96\x2e\xc2\x5e\x60\x9f\x46\xa8\x47\x34\xfa\xff\x35\x76\x97\x85\xb1\x4c\x60\x4b\x52\x89\xcf\xdb\xfc\xf2\x55\x47\x90\x72\x65\xd3\x65\x2d\xa5\x19\x55\xb2\xcf\x6e\x86\x19\x17\x07\x13\xf3\xfe\xbd\x6e\x24\xef\x66\xf7\xb3\x55\xe3\x1e\xad\xc1\xe3\x56\x90\x08\x03\x14\x94\xc7\x35\xe1\xab\xbf\x0c\x36\x27\xad\x2e\x20\x20\x82\x64\x2d\xb2\xa4\x50\x3c\x23\x8a\x46\xbd\x76\xac\xb6\xe6\x5c\xb7\x4f\xed\x02\x72\xce\x7b\x7f\x57\x13\xf7\x4c\x17\xff\x45\xed\x4a\xae\xc5\x43\x65\x64\x77\x8e\xd7\x08\x9a\xa0\x99\x39\x55\x82\x9d\x9d\xea\x08\xa0\xdc\x2f\xce\x6d\xea\x6b\xed\xb5\xf4\x97\x7a\x81\xd4\x67\x75\xa4\x0d\xfc\x6b\x41\x05\xc6\xb5\x06\xcb\xb4\x88\x24\x77\x48\x9e\xf7\xf9\xb8\xa5\xaa\xec\xfa\xe1\x21\x9c\xf5\x27\xe0\x3e\x23\x1a\x3a\xc4\x9c\x4b\xaa\xb8\x38\x80\x6d\xfa\x2d\x2b\x83\x53\xc7\x19\x7e\x4e\x2e\x7f\xcb\xd5\x21\x8a\xd6\xd6\xf7\xd7\x82\x46\x8f\x52\x11\xa1\xe4\x78\x47\xd5\x90\x10\x1b\x41\x58\x94\x4c\x14\xd9\xe9\x69\x09\x05\x32\xd3\x1b\x0f\xb0\xdf\x1c\x9e\xe2\x3c\xf4\xdf\x36\x8c\x36\x7b\xb8\x1e\xd5\x80\xa8\x04\x9e\xa8\x4a\x28\x33\x98\xcb\x3d\x3b\x28\x6e\xb7\x93\x7f\x07\xcc\x72\x75\x30\x3a\x15\x9c\x37\x00\x76\x78\xe7\xe2\x70\x64\xe8\xa9\x9d\x0a\xe1\xa6\x82\xa8\x99\x6c\x4d\x88\x0d\x6b\x8f\x54\x45\x09\x32\x49\xd9\x63\x9f\xb9\x0f\x05\x16\xd6\xc3\xe4\x05\x48\xd4\x9e\xa8\x30\x86\xcd\xc1\xa6\x26\x39\xd6\x1e\x28\x11\x7e\xd5\x70\x12\x9e\x68\x9a\xc2\x06\x9b\x00\x24\x69\x7a\x30\x8e\x5d\xbd\x26\x3c\x25\xc8\x8c\xa3\x6e\x04\x7f\x44\x01\xa5\x35\xc0\x4b\x25\xbf\xd0\x07\x87\x1a\x49\x46\x62\x04\xbb\x08\xa5\x9b\x14\x81\x48\x78\x3f\xbf\x99\x35\xb9\x67\x64\x73\x15\xf8\x5e\x30\x86\x39\x57\x08\x2a\x21\x0a\x48\x9a\x56\xfc\x14\xd2\x32\xdb\x8b\x0c\xf8\x3e\x2b\xa4\xfa\x5e\x13\xd1\xdd\x25\xdd\x52\x8c\x21\xc1\x72\x95\x4b\x19\x70\x11\xa3\x30\x16\xc0\x9a\xf3\x8e\x4c\xc0\xad\x14\x02\x33\x4d\xd7\xbb\xff\x50\x0a\x74\x64\x0b\xa3\x41\x59\x1b\xa0\x69\xa8\xfa\x91\xcc\x73\x1a\xfd\x06\x4d\x2b\x0d\xf7\x27\xd2\x74\xc9\xcf\x9f\x40\xd3\x46\x83\x1d\x4d\x97\xed\x67\x4f\xd3\x1a\x45\xb9\xb1\x04\x12\x67\x94\x41\x4e\xa4\x7c\xe2\x22\x3e\x4a\x98\x2d\xc8\x16\x8c\x29\x08\xf0\xf2\x5f\xc4\xf9\x8f\xe7\xfc\xf3\x95\xf3\xb7\x7f\x7f\xba\xfe\xfc\x72\x04\x76\xca\xb5\x2f\x71\x1f\x73\xa1\xb5\x69\x72\xdf\xb9\xd6\xbc\x97\xd7\x8e\x33\xd2\xbb\x62\x53\x95\xbe\x72\x68\x1e\x48\x47\x49\xb1\x81\x1f\x71\x93\x70\xfe\x08\xcb\x0a\xe8\xf7\xb1\x39\x38\xd9\x3f\xcf\xa8\x1d\xd0\xcb\xf7\x94\x67\xf8\x2d\x61\xbf\x16\xc3\x83\xfb\x83\x67\x39\x9e\x57\x1b\x14\xed\x85\x4f\x09\x8d\x12\xe3\x66\xad\xb2\x2e\x4d\xca\xad\x1e\x9e\xee\x69\x1c\xa7\xf8\x44\x04\xda\xce\x43\x02\xa9\xbd\x58\x2a\x92\xa6\x18\x57\x21\xda\xc1\xa1\x2f\x30\x2e\x32\xe3\xcb\x35\xa8\x26\xaa\xc9\xd5\x55\xa1\xd9\xe8\xd8\xf5\xf0\xcf\xbc\x00\x99\xf0\x22\x8d\x81\xb3\xf4\x60\x5e\xc6\x74\x98\x64\x3c\xa6\xdb\x83\x7d\x06\xa5\x5b\x38\xf0\xe2\xe5\x1e\x5b\x78\x8f\x64\xa0\x0c\x6c\xf7\x1c\xd3\xad\x29\x59\x2d\x52\x93\xfa\x4d\xb7\x67\xa2\x16\x86\x46\x51\xb5\xc6\x87\xf7\x4d\x67\x8a\xf4\xc9\xda\x57\xbd\x80\x0c\x04\x59\x87\x9f\x0a\x6e\x5a\xc2\x05\x7f\x34\x18\xcf\xcc\x97\xe7\xdd\x46\x97\x56\xc1\x53\xa9\xd3\xab\x4a\x50\x68\xe4\x29\x8f\x31\xee\xbd\x14\x2a\xfd\xb3\x34\xe0\x60\x9a\xb6\xe0\x78\x24\xaa\x5d\x41\x81\x5f\xa1\xf5\x44\x94\xd0\x7d\xab\x82\x9c\x18\x60\xab\xcd\x80\xe9\xe6\x5f\xf4\xd9\xbe\x27\x7b\x64\x90\x51\x21\xb8\xc9\xb6\x85\xb4\x2d\xe3\xf2\xf5\xcc\xc6\xac\xec\xf3\xd1\xb9\xd1\xee\xd0\x8e\xf6\xb5\x83\xa4\x48\x1c\x53\xfd\x37\x49\x81\x88\x9d\x79\x60\x96\x5f\x42\xd8\x6b\xee\x7b\xd5\xfd\x1e\x0b\xdd\x65\x6f\x29\xbf\x73\x13\xf1\xac\x7a\x37\x35\xff\xfb\x61\x2c\x30\xe7\x63\xd3\x04\x72\xb1\xeb\x73\x7b\x47\xa5\x02\xbe\xad\x9b\x29\x8a\xd2\xb8\x54\x99\x12\x48\xa9\xfd\xba\x54\x46\x3c\xa7\x26\x7c\x15\x37\xb1\xd6\x58\xdd\x58\x75\xcb\xd3\x18\xc5\x18\x66\x5b\x28\x58\x5d\xf1\x2e\x4c\xa5\xac\x71\x51\x06\x13\xfb\x36\xd9\x43\x3b\x6e\x8c\xdc\x5e\x43\x0f\xb8\xa0\x99\x62\xca\xc1\xca\x4e\x5d\x8d\x72\x5a\x33\x56\xa3\x97\xcb\x5b\x3a\xfa\x6f\x00\x00\x00\xff\xff\xda\xff\x7b\x18\x67\x22\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYaml, - "Template.template.openshift.io/openshift/eap72-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6d\x73\xdb\x36\x12\xfe\xae\x5f\xb1\x93\xe9\x4c\xee\x3a\x26\x15\xe7\x7a\x67\x9f\xda\xe9\x8c\x22\x33\xb6\x12\x5b\x62\x24\xb9\x6d\xee\xe6\x46\x03\x91\x2b\x09\x31\x09\xb0\x00\x68\x47\x97\xc9\x7f\xbf\x01\xc0\x77\x91\x92\x93\xba\xbd\xe6\x8b\x23\x62\xf1\xec\x2b\x76\x81\x05\x48\x42\x7f\x42\x21\x29\x67\x03\x50\x18\x27\x11\x51\xe8\xf2\x04\x99\xdc\xd2\xb5\x72\x29\xef\xdf\x9f\xf6\xee\x28\x0b\x07\xb0\xc8\x86\x7b\x11\x59\x61\x24\x07\x3d\x28\x66\x0c\x00\x49\x72\xf6\xd2\xd9\x2a\x95\x48\x47\xbe\xa4\x3d\x80\x8f\x09\x21\x72\x00\xa7\xee\xa9\xfb\xa2\x17\xa3\x94\x64\x83\x03\x78\x3e\x04\x86\x0f\xe0\x0d\x7d\x58\x11\x89\x21\x90\x24\x89\x68\x40\x14\xe5\x0c\x1e\xa8\xda\xc2\x7c\x7e\x0d\x32\x4d\x12\x2e\x14\x6c\x89\x84\x15\x22\x83\x40\x20\x51\x18\x02\x65\xb0\xe3\xa9\x80\x44\xf0\x0f\x18\x28\xb7\x07\xe0\x47\x48\x24\xc2\x0a\x41\xa6\x02\x41\xf1\x8c\x18\xd4\x16\x61\xcd\xa3\x88\x3f\x50\xb6\x01\x89\x81\x40\x25\x07\xf0\xec\x9b\x4f\x57\x8b\x85\x3f\x5f\xce\xbd\xd1\xcc\x5b\x7c\x7e\x06\x01\x67\x8a\x50\xa6\xa9\xd4\x16\x7b\x00\x39\xc5\x5b\xef\xfd\x7c\x31\x9d\x79\x9f\x61\x4d\x23\x84\x54\xcb\xbb\xe6\x02\x24\x8a\xfb\x0c\x53\xb3\xd4\xf3\x91\xa9\xef\x35\xf4\x9b\xcb\xd9\xf4\xd6\x9f\x2f\xbd\xc9\x68\xf6\xde\x5f\x14\x4c\x7a\xd0\x60\x03\xfb\xb4\xdd\xec\x82\x54\xe8\x69\x6f\x2e\x05\x4f\x13\x09\x01\x8f\xe3\x94\x65\x56\x93\xee\xf3\x5e\x8c\x8a\x84\x44\x11\xed\x13\xc2\x18\x57\x76\x44\xff\x04\x08\x51\x06\x82\x26\xca\xf8\x78\xc8\x00\x3f\x92\x38\x89\x10\x66\x18\xc2\x15\x51\xf0\xe6\x15\x97\xd2\x78\xe4\xac\xe6\x8d\x80\xb3\x35\xdd\xa4\x02\x43\xeb\x18\xab\xad\x81\x84\xba\x08\x90\x4a\x2d\x9e\x31\x9a\x0b\xaf\xb9\x80\x98\x0b\x04\xca\xd6\x5c\xc4\x96\x82\xac\x78\xaa\x32\x3a\xb5\xa5\xb2\x08\x9d\x13\x90\x98\x83\x9a\xf0\x19\xf4\xfb\x1b\xaa\xb6\xe9\xca\x0d\x78\xdc\xff\xb0\xe2\x52\x3a\x99\xe9\x50\x38\x34\x26\x1b\x94\xd9\x67\x24\x89\x73\xe6\x14\xd1\x6a\x07\xfb\xab\x88\xaf\xfa\x26\x1e\xfb\x33\x6f\x78\x71\xe3\xb9\x24\xe4\x81\x61\x41\x03\xce\x46\x11\x91\x72\x60\xfe\xab\x01\xcc\xf7\x5a\xc0\x87\x54\x26\x11\xd9\x39\x8c\xc4\x38\xa8\x5a\xc7\x7d\x69\x0d\x91\x10\x29\xd5\x56\xf0\x74\xb3\x85\xc5\xf5\x7c\x1f\x21\x11\xfc\x9e\x86\x28\x9c\x3a\x54\x66\xf0\x13\x18\xb3\xc0\x35\xb3\x14\xd9\x48\xb3\x76\x4e\x3e\x90\x7b\x82\x68\xfe\x9c\x18\xe5\xec\x78\xeb\x8a\x0c\x79\x90\xc6\xc8\xac\x93\x9d\x54\x44\x83\xc2\x72\x24\x08\x50\x4a\x57\x60\xb8\x25\xca\x18\xb0\x46\xdc\x47\xd6\x17\x18\x3a\x5b\xa2\x9c\xcc\x84\x4c\xa1\x48\x04\x95\xe8\x54\x7c\xef\x68\xae\xda\x79\xfd\x03\x62\x44\x9c\x6d\x9c\x5a\x70\x2d\xaa\x8e\x85\x10\xd7\x94\xa1\x04\x81\x92\xa7\x22\x40\x09\x0c\x31\xc4\x30\x73\xb6\xe2\x10\xe2\x3d\x46\x3c\x01\xd2\x8c\xc5\x42\x28\x18\x56\x02\xd2\xcf\x84\x32\x9e\xa8\x48\x7b\x92\x21\x52\x16\x44\x69\xa8\x23\x8c\xc0\x2a\xa5\x51\x58\x84\xb0\x25\xab\x45\x77\x88\x49\xc4\x77\xda\x32\x75\x2a\x20\x2c\x3c\x1e\xea\x8d\x10\x70\x0f\x98\x29\xcb\x65\x47\xfc\x64\x00\xee\xf3\x4c\x6c\x93\x26\x80\x8d\x9b\xfd\xdc\xaa\xbf\xcb\x84\x04\x38\x28\x03\xaf\xc7\x57\x3a\x25\xca\x41\xcf\x81\x6a\x56\xbf\x3f\xed\x01\xd8\x0c\x3e\xd7\x79\x2b\xd0\x7a\x55\x13\x46\x4b\xca\x68\x24\x8d\xc5\x16\xe1\x01\x57\x26\xef\xa1\x78\x2e\x8d\x1a\xa0\xb5\xb2\x8a\x97\x05\xc1\xa0\x95\x56\x1e\xc0\x37\x9f\x86\xbe\x7f\x3d\x1e\x0d\x17\xe3\xe9\x64\x39\x19\xde\x78\x9f\x0d\x99\xd5\xac\x7d\x54\x26\x18\x58\x30\xcd\x22\xc3\x75\xcc\x8f\x01\x9c\xbf\x38\x7f\x91\x47\x10\x11\x1b\x54\x7e\xfd\xb3\xc4\x08\x03\xc5\x45\xa9\x48\xee\xe7\x91\x71\x73\x3b\xd3\x3f\xc6\x64\xf2\x29\x6c\x66\x63\xd3\xf9\x1a\xd3\x7d\xf7\xdd\xdf\xda\x4c\x97\x7f\xfe\x13\x99\x2e\xaf\x74\x89\x59\x6c\x7a\x2b\xa0\x0b\x61\x10\xa5\x52\xa1\x2e\x85\x6e\x36\x51\x5a\x1e\x2e\x89\x92\x2d\x71\xef\xd2\x15\x0a\x86\x0a\xa5\x5e\x78\x8a\x47\x28\x88\x42\x27\x65\x02\x49\xb8\x73\x90\x85\x09\xa7\xcc\x6c\x02\x94\x48\xf1\xd9\x93\x07\xaf\xa3\xe5\xad\xb9\x21\x13\x79\xec\x0f\x60\xc2\x19\xee\xbb\xc6\x62\x65\xf3\xf2\xd1\x01\x9c\x9f\x9f\x9f\x5b\xe2\x74\x15\x51\xb9\x9d\x70\x35\xd3\x4a\x0c\xc3\x50\xa0\x94\x28\x07\xa0\x55\x78\x5a\xbf\xd1\xb0\x5d\x2b\x1d\xbb\x85\x5b\x67\x3c\x55\x5f\xee\x54\x33\xcb\x38\xb1\x62\xe1\x3c\x93\xe4\x5e\xfc\x7d\x93\x89\xe2\x39\x68\x37\xfd\x17\x1a\x45\xfe\x8e\x56\x91\x4f\x64\x96\x47\xe6\x8b\x2d\x97\x4a\x43\x5d\x4d\xe7\x0b\x3d\xba\x34\xbb\x39\x0b\xa4\x4a\xc6\x0a\x45\x4c\x59\xc6\xb8\x52\x05\x5b\x2d\x7c\x80\x75\x67\xd6\x18\xeb\x3d\xdc\x5c\x09\x24\xf1\x9e\x39\x9f\x34\x34\x3a\x25\x78\xa5\xb7\x0e\x76\xe5\xfc\xbe\x12\x54\xcd\xcf\x53\x95\xa4\xaa\xb0\x72\x61\xc8\x16\xb3\x2c\xc8\xa6\x18\xec\x04\x1f\xe8\x8d\x88\x54\x36\x3f\x98\xed\xd7\xa0\xd8\xce\x30\x85\x1f\xd5\x05\x15\x7a\xe2\x68\x3a\x59\x78\xbf\x2c\x96\x17\xe3\xd9\xe7\x8c\x60\x43\x55\xc9\x5d\xe0\x5a\x93\xcd\xa7\xb7\xb3\x91\xb7\x9c\x79\xfe\x74\x3e\x5e\x4c\x67\xef\x97\x33\xef\xf5\xe7\x82\x2a\x15\xb4\x9d\xea\x76\x76\x9d\x53\xa9\x5d\x82\x03\xb8\xa4\x99\x4c\x4a\xa7\xe6\xcd\x2e\xe7\x64\x65\x9c\x37\xbe\x02\x20\xbb\x2f\x7f\xe4\xd9\xf2\x66\xf8\x93\x37\x59\xde\x8c\x67\xb3\xe9\x4c\xb3\x28\x08\x00\xee\x49\x94\x1a\x8b\x34\x69\x3e\x77\xa0\x0c\x67\x97\xf3\xe5\xd0\xf7\xbd\xc9\x45\x37\x4c\x85\x68\x1f\x67\x38\x5b\x8c\x5f\x0f\x47\xc6\x86\x6d\x10\xd5\xf1\x72\xf6\x9a\x8b\x00\xfd\x34\x8a\x2a\x89\xdc\x7c\x17\x3c\x1e\x54\x60\x0e\xba\x3f\x0f\x80\xe2\x38\x74\xf6\xb2\x3c\x0e\x0d\x4e\xdd\xd3\x06\x65\xb6\x67\xfc\xe6\xd3\xf8\x66\x78\xe9\x2d\xe7\x8b\x99\x37\xbc\x31\x01\x33\xf7\x87\x23\xaf\x94\x8e\xb2\x40\xa0\x39\x36\xd4\xe5\xb3\x4e\x9c\x1b\x67\xd9\x25\x2f\xe8\x66\x83\xa2\x28\x67\xf6\xe8\x56\x2a\x60\x8f\xdd\x9a\xe5\xe5\x78\x71\x75\xfb\x6a\xf9\xb3\xf7\xea\x6a\x3a\x7d\x9b\x1f\x8c\x9b\xc1\x71\x95\xae\x72\x24\x64\x28\x68\xd0\x0a\xe5\x4d\xbc\xd9\x78\x74\x18\xcb\x4e\xcf\xc0\xcc\xc9\x70\xb4\x25\x6c\x83\x03\xf8\x54\xa7\x1c\x97\x63\x19\xb5\xfd\x6e\x53\x40\x36\xd0\x99\x2d\x2e\x1a\xc5\xf6\x8f\x4b\x19\x02\x0d\x94\x1c\xc0\xe9\x6f\xd8\x06\xb4\x2d\x46\xab\xff\x0c\x6d\x23\xa5\x76\xb6\xc9\x49\xea\x3a\xee\xeb\xf9\x68\x5d\xbf\x54\xd6\x63\xf6\x31\xfa\x14\x36\x02\x28\xfa\x2e\x45\x90\x5a\x1f\xd7\x12\x4b\xb9\x98\xf3\x9e\x8c\x3f\x9e\x5c\x2e\xfd\xd9\x74\x31\x1d\x4d\xab\xf9\xa5\x58\xd7\x21\x93\xee\xc5\xc4\x12\xb6\xe0\x4c\x7d\x6f\x32\xbf\x1a\xbf\x5e\x2c\x73\xa2\xe5\xdc\x9b\xfd\x34\x1e\x79\x46\xd2\x36\xc4\x03\xfb\xc9\x2f\x40\xf7\xa7\xb3\x45\x1b\xfa\x33\xbd\xa3\x7c\xd6\x82\x55\x6f\x75\x35\x92\x58\x31\xbd\x8f\x2a\xe8\x23\x49\x1c\xbb\x0a\x9d\x7b\x1e\xa5\x31\x1e\x85\x6b\xd7\xb3\xd1\x5d\x3b\x2e\xd4\xe2\xbd\xff\x28\x28\x43\xd8\x8d\xd7\x6d\xf9\x72\xbc\x7b\xb6\x3f\x9c\xcf\x7f\x9e\xce\x2e\x0e\x21\xe4\x34\x6d\x28\x37\xef\x96\xa3\xeb\xdb\xf9\xc2\x9b\x1d\x81\x6a\x21\xec\xc0\x7b\x77\xeb\xdd\x7a\xf3\x4e\x14\x3b\xdc\x31\x77\x31\xf5\xc7\xa3\xee\xb9\x76\xb8\x6d\x6e\x7b\x8b\xb3\x1d\xa8\xa3\x1d\xfa\x08\xd4\x47\x05\xe4\x87\x8d\x39\x26\x3a\xc8\x02\xb1\x4b\xd4\xd1\xe0\xec\x62\xf2\x38\xe1\x0f\x05\x6c\x93\xb6\x3b\xd4\xda\x28\x1f\x83\x78\x38\x66\xba\xa8\x0f\x21\x3f\x2e\x1a\xbb\xa8\xdb\x90\x87\xb7\x8b\xe9\xf2\xc2\xf3\xaf\xa7\xef\x97\xde\x2f\xfe\xf5\xf4\xc2\xeb\x40\x6d\xa3\xac\x22\x9a\x82\x7d\xac\x6a\x18\x22\xbd\x87\xf2\x79\x44\x83\xdd\x00\x86\xd1\x03\xd9\xc9\x0a\x45\x44\xef\x91\xa1\x94\xbe\xe0\x2b\x1c\xd4\x44\xc1\x8f\xd5\x22\x61\xff\x05\x3c\x8e\x09\x0b\x9b\x9f\x1d\xe8\xaf\x28\xeb\xaf\x88\xdc\xee\x8d\x38\xc1\x3e\x31\x4f\x94\xce\x95\x66\x52\x4d\x02\xb7\x01\x40\x19\x55\x94\x44\x17\x18\x91\xdd\x1c\x03\xce\x42\x39\x80\x7f\xbc\xd8\xdb\xdf\x1d\x36\x43\xa5\x9f\x90\x8b\x50\xd4\xbc\xac\xc5\x73\x76\x76\x5e\x63\x9c\x6d\x1b\x79\xc4\xef\x28\xa9\x8d\x24\x82\x2b\x1e\xf0\x68\x00\x8b\x91\x7f\x10\xb3\x6c\xc4\x55\x31\xb3\x5e\xc1\xd7\x00\x96\xed\xa9\x26\xa0\xfc\x4a\xc4\xbc\x89\x52\x47\x6c\x14\xd5\x6e\x40\x81\x24\xa4\xff\xdf\xf0\xa9\x8b\xe0\xca\x2d\xac\x49\x24\xf1\x78\x14\x9d\xbe\xa8\x29\x92\xb5\xe0\xeb\xa2\x45\x34\xa6\x4a\x36\xc5\x8d\x31\xe6\x62\x67\xca\x80\x77\xa3\x0f\x71\xd7\xe3\x9b\x71\x2d\x67\xdb\xfc\x7a\xc3\x53\xd6\x8c\xbb\x58\x7f\xf3\x89\xda\x3e\x62\xc7\x50\x69\x6f\x3b\x77\xb8\x93\x8a\x0b\x6c\xa3\xd2\x26\x98\xb2\x68\xd7\x38\x28\xb5\xb1\x7b\x6c\x3d\xa8\xb2\xce\xe7\x7c\x85\x08\x95\x66\xc8\xa5\x20\x01\xfa\x28\x28\x0f\x0b\x17\x9c\xfd\xbd\x57\xb7\x98\xdc\x3f\xca\x1e\x56\x3e\x3b\xf2\xd4\x64\xb1\xdf\x26\x59\x5e\xa8\x5d\x65\xb6\xa2\x1f\xd7\xef\x38\x97\x43\x65\xbc\x79\x02\xac\x1c\xb5\x7c\x22\x48\x5c\x51\x9a\xa4\x8a\xc7\x44\xd1\xa0\x61\xc7\x62\xd9\x6a\x7e\x35\x23\x1d\x4a\x7c\x5f\x75\x52\x3e\xd2\x2a\xf9\xa2\x33\x61\xa2\xd5\x43\x65\x74\x77\xf6\x7b\xd8\x9a\xa1\xe9\xed\xa9\x2d\x56\xcf\x42\x6e\x0f\x20\xbb\x18\xb4\xf6\xad\xde\x71\xe9\x2f\xc5\xc5\x4f\x53\xd4\x9e\x8e\xc4\x5f\x53\x2a\x30\x2c\x2c\x98\x55\x54\xed\x69\x92\x24\x4d\x39\x9e\x8f\x52\xa9\x78\x6c\xba\x7b\x85\x3c\xb5\xee\x22\x08\x9e\x2a\x74\x01\xae\x91\xdc\x23\xac\x22\xc2\xee\x0c\x55\x88\x6b\x92\x46\xd6\x2c\xf9\xf4\x13\x40\x77\xe3\x16\x8d\xbd\x1f\xaa\x57\x86\x7a\xfc\x47\xe7\x87\xec\x66\xfe\x47\xf7\x87\x0c\xc0\x09\x79\x4c\x28\x73\x64\xba\x5e\xd3\x8f\x3f\x3e\x6f\x6a\x9f\x4b\x68\x84\xb2\x0d\xd1\xab\x8c\x5d\x61\x88\x7a\x53\xb2\xa9\xe4\x25\x55\x59\xff\x08\x6e\x67\xe3\x66\x3b\xb5\xc9\x4f\x53\xcf\x30\xe1\x92\x2a\x2e\x76\x60\xdb\x47\x96\x4d\x6b\xff\xea\x80\xd1\x3b\xef\xab\xb3\x8b\x4d\x14\x95\x8b\xea\x5f\x53\x1a\xdc\x49\x45\x84\x92\xee\x86\xaa\x36\x25\x56\x82\xb0\x60\xdb\x57\x64\x03\x02\xd7\x28\x90\x99\x2e\x4b\x8b\xf8\xe5\x60\x97\xe4\x33\xef\x75\x29\x68\x79\x49\xd8\xe0\xaa\x73\xa7\xb9\xd4\xa6\xcc\x20\x67\xde\x03\xc5\xed\x0d\xea\xf7\x80\x71\xa2\x76\xc6\xa6\x82\xf3\x92\x20\xa4\xc2\x34\x1b\x76\x7b\xd1\x3c\xb2\xfd\x45\xb8\xc8\x29\x0a\x21\x2b\xbd\xc6\x52\xb4\x3b\xaa\x82\x2d\x32\x49\xd9\x5d\x53\xb8\x77\x29\xa6\x76\x19\xc9\x13\x90\xa8\x97\x9b\xc2\x10\x56\x3b\x5b\x68\xa5\xab\x97\x99\x44\xf8\x55\xd3\x49\x78\xa0\x51\x04\x2b\x2c\xb3\x0c\x89\xa2\x9d\x09\xdf\xfc\xf5\xc8\xc3\x16\x99\x59\x8d\x2b\xc1\xef\x50\x40\xe6\x0d\x18\x46\x92\x9f\xe8\x81\x5d\x01\x12\x93\x10\xc1\xde\xd2\xd2\x55\x84\x40\x24\xbc\x99\x5c\x8c\xcb\x4a\x6a\x80\x29\x03\x6f\xe8\xbb\x30\xe1\xe6\xbd\x09\x51\x40\xa2\x28\x97\xc7\xbc\xdf\x58\xed\x9a\xcb\x1f\xbe\x8d\x53\xa9\xbe\x35\x0f\x56\x12\x0c\xe8\x9a\x62\x08\x5b\xcc\xae\x9b\x29\x03\x2e\x42\x14\xc6\x03\x58\x48\x5e\xd3\x09\xb8\xd5\x42\x60\xac\xf9\x0e\x6f\xde\x65\x0a\xed\xf9\xc2\x58\x50\x16\x0e\x28\x4f\x8c\xcd\x74\xc5\x13\x1a\x3c\xc2\xd2\x4a\xd3\xfd\x89\x2c\x9d\xc9\xf3\x27\xb0\xb4\xb1\x60\xcd\xd2\xd9\xf9\xba\xab\x30\xf0\xb5\x41\xb6\x75\xb6\xf9\x36\x28\xaf\xd5\xe6\x21\x50\x93\xd5\xdc\x5c\x29\xc3\xdb\x9c\x66\x6e\x21\x6a\x95\xa3\xba\x2d\x38\x5c\x35\xce\x74\xd9\xc8\x36\x4a\xc7\x84\xad\x89\x95\xa7\x8d\x52\x8b\x63\x82\xbe\xa6\x11\xb2\x7d\x29\x2b\x87\xf0\x3c\x27\x64\x33\xdc\x0f\x77\xb2\x4d\x26\x5d\x8b\xdb\x65\xfa\xcb\x9b\xb7\x73\xe0\x02\xde\x8c\xbc\xb7\xf3\xbf\x1e\x13\x68\xb1\x4b\xba\x84\xb1\x2d\xa7\x2e\x7b\x10\x29\x79\x40\x6d\xa4\x53\xb5\xcd\x6c\x60\xc0\x03\x14\x8a\xae\x75\x04\x76\x39\x6e\x54\x52\xb4\x39\xcd\x14\xfa\x16\xc6\x09\x91\xf2\x81\x8b\xb0\xd8\x52\x14\x9a\x13\x16\x3e\x82\x6d\xa1\xb5\x9f\x01\x35\xf8\x16\x5d\x80\x06\x6f\x1d\xf4\xd9\x2d\x36\x90\x30\xa6\xac\x90\x64\x6f\x1f\x53\xa1\xac\xd0\x98\x7d\x1a\x3c\xff\x37\x71\xfe\x3b\x74\xfe\xf5\xc2\xf9\xe7\x7f\x3e\x9d\x7f\xd6\xdb\x00\xd3\xe1\xb7\xaf\x07\x3f\x26\x42\xaf\x7f\x53\xad\x0f\x75\xcb\x1a\x81\xbc\x5f\x43\xaf\xd2\x55\xbe\x23\xed\x88\xca\x4b\x53\xac\xe1\x67\x5c\x6d\x39\xbf\xcb\x56\xcf\x57\x8b\xd9\x7a\xab\x71\x5c\x50\x7b\x39\x91\xbd\x52\x3a\x22\x6f\x46\xfb\x54\x02\xb7\xde\x9d\x1c\x95\x78\x92\xdf\x1e\xe9\xbc\xf9\xb0\xa5\x81\x0d\xfa\xca\x6e\x5b\x9a\xc0\xcc\x1f\x72\xdd\xd0\x30\x8c\xf0\x81\x08\xb4\x07\x02\x09\xa4\xc8\xbb\x52\x91\x28\xc2\x30\x2f\x2a\x35\x0c\x3d\x81\x71\x11\x9b\xec\x5b\x90\x42\x96\x67\x8a\x7d\x4c\x79\x9b\x65\x6f\xc7\xdf\xf3\x14\xe4\x96\xa7\x51\x08\x9c\x45\x3b\xf3\xd2\x4c\x27\xf6\x98\x87\x74\xbd\xb3\x2f\x0e\xe9\x1a\x76\x3c\x7d\x7e\x8f\x15\xdc\x3d\x1d\x28\x03\xdb\x0f\x09\xe9\xda\x6c\xb2\x2a\xac\xfa\x95\x57\xa7\x35\x17\x55\x10\x4a\x43\x15\x16\x6f\xbf\x6b\x3b\x90\x95\x3b\x77\x6b\x4f\x50\x3c\xf2\x87\x35\x6d\x45\xa3\xb3\xb1\xfb\x87\x54\x8b\x5c\xb2\xee\x72\x71\xa0\x7b\x9b\x49\x98\x9d\x75\xdd\x0f\x01\xb6\x57\x8e\xdf\x90\xbd\x73\xf9\x3a\xd3\x77\x6b\x0b\xf8\x29\x13\xf9\x9e\x85\xf6\x32\x79\x67\xcf\xb8\x21\x46\xf1\x90\x78\x3f\x5b\xb7\xeb\x9c\xd1\xf9\xbf\x35\xab\x1f\x68\x3d\x1f\xce\x3f\xfa\x54\x21\x78\x24\xf5\xce\x52\x6d\x51\x68\xf0\x88\x87\x18\x36\x1e\x72\x2a\xfd\x37\xcb\x04\xad\x3b\x54\x4b\x8e\x7b\xaa\xda\x7b\x5c\xf0\x72\xd8\xa1\x08\xb6\xf4\xbe\xb2\x79\xee\xe8\x6d\xe7\xd7\x6b\xa6\x2d\xf7\xac\x29\xf6\x0d\xb9\x47\x06\x31\x15\x82\x9b\x8d\x66\x2a\xed\x11\x7c\xfe\x72\x6c\x93\xbf\x6c\xca\x51\x9b\x51\x3d\x9c\xee\x3d\x7a\x68\x65\x45\xc2\x90\xea\xdf\x24\x02\x22\x36\xe6\xe5\xaf\xfc\x12\xc6\xc3\x72\xfe\x30\x9f\xdf\x10\xa1\xfe\x62\x22\xd3\xdf\xb9\x08\x78\x9c\xbf\x67\x35\x4f\xff\x5d\x81\x09\x77\xcd\xf9\x97\x8b\x4d\x53\xda\x6b\x2a\x95\x4e\x14\xf9\x39\x92\xa2\x34\x21\x95\xd5\x16\x92\x59\xbf\x38\x25\x04\x3c\xa1\xa6\x0e\x28\x6e\xd6\x4c\xe9\x75\xe3\xd5\x35\x8f\x42\x14\x2e\x8c\xd7\x90\xb2\x62\xb3\x7f\x62\x0e\x09\x05\x16\x65\xd0\xb7\x0f\x1f\x1b\xb0\x6e\xe9\xe4\xea\x5b\x8e\x96\x10\x34\x5d\xaa\xac\x43\x6a\xdb\xa7\xa5\x71\x2a\xcd\xd2\xd2\x2e\xa7\x97\xb4\xf7\xbf\x00\x00\x00\xff\xff\xb3\x36\x80\xab\x64\x31\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYaml, - "Template.template.openshift.io/openshift/eap72-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\x36\xb2\xff\xdd\x7f\xc5\x8e\xa7\x33\x69\xef\x59\x52\x9c\xde\x7b\xce\xd3\xf5\x3a\xc3\x48\x8c\xa3\xd4\x92\x18\x49\x6e\x9b\xbb\xb9\xd1\x40\xe4\x4a\x42\x4c\x12\x2c\x00\xca\xd1\x65\xfc\xbf\xdf\x00\xe0\xf7\x2f\x92\xe2\xb8\xb9\xb6\xbf\x34\x22\x17\x1f\x2c\x76\x17\xbb\x8b\xe5\xc2\x24\xa2\x3f\x23\x17\x94\x85\x7d\x90\x18\x44\x3e\x91\xd8\x65\x11\x86\x62\x4b\xd7\xb2\x4b\x59\x6f\x77\x79\x76\x47\x43\xaf\x0f\x8b\xe4\xf5\x99\x4f\x56\xe8\x8b\xfe\x19\x64\x23\xfa\x80\x24\xba\x7a\xd1\x09\x58\xb8\x61\xde\xaa\x13\x29\x48\x21\x31\x94\x1d\xf1\x82\x9e\x01\x7c\x8c\x08\x11\x7d\xb8\xec\x5e\x76\x9f\x9f\x05\x28\x04\xd9\x60\x1f\x9e\x59\x10\xe2\x3d\xd8\x96\x03\x24\xf4\x20\x1f\x05\x63\x05\x34\x7c\x05\x2b\x22\xd0\x03\x12\x45\x3e\x75\x89\xa4\x2c\x84\x7b\x2a\xb7\x30\x9f\xdf\x80\x88\xa3\x88\x71\x09\x5b\x22\xce\x00\x56\x88\x21\xb8\x1c\x89\x44\x0f\x68\x08\x7b\x16\x73\x88\x38\xfb\x80\xae\xec\xc2\x62\x8b\x10\x0b\xe4\x21\x09\xb0\x17\x11\x21\xee\x19\xf7\x60\xcd\x38\x10\xd7\x45\x21\x68\xb8\x01\xb9\xc5\x6c\x5a\x8f\x48\xa2\xa6\x3e\x03\x38\xff\xe6\xd3\xf0\xd5\x72\x68\x2d\xac\x57\xd6\xdc\x7e\x38\x07\x2a\x40\x3f\xba\x9d\xdb\xb3\x89\x35\xb6\x1f\x7a\xfa\xa7\x63\xcd\xe7\xbf\x4c\x67\xc3\x07\xf8\xd6\xf2\x02\x1a\x42\x36\x0d\x15\x09\x88\x35\x1c\x8f\x26\x39\xe1\xf9\x77\xdd\x33\x00\xc7\x47\x22\x10\x56\x08\x22\xe6\x08\x92\x25\xab\xd0\xfc\xac\x99\xef\xb3\x7b\xc5\x9d\x40\x97\xa3\x14\x7d\x05\xf5\x66\xb1\x70\xe6\xcb\xb9\x3d\x98\xd9\x8b\x87\x73\x70\x59\x28\x09\x0d\x93\x35\x9c\x01\xa4\x14\x3f\xd9\xef\xe7\x8b\xe9\xcc\x7e\x80\x35\xf5\xb5\x00\xcc\x9a\x05\xf2\x5d\x82\xa9\xa6\x54\xe3\x31\x94\x7f\x53\xd0\x6f\xaf\x67\xd3\x5b\x67\xbe\xb4\x27\x83\xd9\x7b\x67\x91\x4d\x72\x06\x95\x69\xa0\x4e\xdb\x3e\x9d\x1b\x73\x35\xec\xed\x35\x67\x71\x24\xc0\x65\x41\x10\x87\x89\x42\x45\xf7\xd9\x59\x80\x92\x28\x91\x2b\x93\x22\x61\xc8\xa4\x79\xa3\x7e\x02\x78\x28\x5c\x4e\x23\xa9\x4d\xd4\x0a\x01\x3f\x92\x20\xf2\x11\x66\xe8\xc1\x1b\x22\xe1\xed\x2b\x26\x84\xb6\xa1\xab\xba\xa1\x90\x9a\x4a\xbb\x1a\x14\xe0\x35\xe3\x10\x30\x8e\x40\xc3\x35\xe3\x81\x19\x43\x56\x2c\x96\x10\x27\xf6\x40\x45\x66\xe0\x17\x20\x10\x61\x2b\x65\x24\xfa\xbd\xde\x86\xca\x6d\xbc\xea\xba\x2c\xe8\x7d\x58\x31\x21\x3a\x89\x6c\x90\x77\x68\x40\x36\x28\x92\xc7\x48\xa2\xce\x55\x27\xdb\x4d\xe6\x65\x6f\xe5\xb3\x55\x4f\xef\x97\xde\xcc\xb6\x86\x63\xbb\x4b\x3c\xe6\x1a\xbe\xa8\xcb\xc2\x81\x4f\x84\xe8\xeb\x7f\x2a\x04\xfd\xbc\xb4\x23\x3d\x2a\x22\x9f\xec\x3b\xca\x9a\xfb\xc5\xf5\x77\x5f\xc0\xff\x64\x0b\xd6\xeb\x57\x46\x28\xb7\x9c\xc5\x9b\x2d\x2c\x6e\xe6\x75\xac\x88\xb3\x1d\xf5\x90\x77\xca\xa0\x89\x70\x2f\x60\x14\x26\x9c\x49\xb2\x11\x7a\x9b\x5f\x7c\x20\x3b\x82\xa8\xff\x77\xa1\xd7\x69\xde\x37\x3a\x0f\x8f\xb9\x71\x80\xa1\x51\x68\x27\xe6\x7e\x3f\x13\xa2\xd9\x79\x5d\x8e\xde\x96\x48\x2d\xcb\x12\x71\x0f\xc3\x1e\x47\xaf\xb3\x25\xb2\x93\x48\x33\x94\xc8\x23\x4e\x05\x76\x0a\x7a\xee\xa8\x59\x95\x06\x7b\x07\xd8\xf0\x59\xb8\xe9\x94\x0c\x69\x51\xd4\x2e\x78\xb8\xa6\x21\x0a\xe0\x28\x58\xcc\x5d\x14\x10\x22\x7a\xe8\x25\xb6\x22\x19\x78\xb8\x43\x9f\x45\x40\xaa\x76\x97\x31\x05\x56\xc1\xf8\xe6\xc8\x77\xc8\xb5\x46\x6a\x2e\xec\x22\x41\xa5\xa1\xeb\xc7\x9e\x32\x35\x02\xab\x98\xfa\x9e\xda\x62\x6b\xba\x89\xb9\x21\x2b\x59\xb3\x87\x91\xcf\xf6\x4a\x3a\x55\xaa\x82\xaf\x32\xdb\xa5\x99\x50\x6f\xc5\xd4\x36\x8c\x85\x67\xfe\xd6\x45\xed\x7f\x33\x7f\x50\xd8\x9e\x09\x6a\x32\xa0\x6c\x4d\xdd\x03\x12\x4f\xbc\xf3\x11\x95\x6b\x80\x5d\x1a\x7f\x4c\x74\x00\x30\x26\x78\x24\xa2\x28\x22\x11\x11\x17\xfb\xb9\x41\x9f\xb1\x95\xf2\xf7\xa2\x7f\xd6\x81\x62\x60\xdb\x5d\x9e\x01\x98\x20\xa6\x14\x43\x5d\x25\xac\xa2\xd3\x69\x70\x3b\x15\xc7\xa3\x22\xc8\x3d\xae\xb4\xef\x44\xfe\x4c\xe8\x35\x81\x5a\x62\xea\x50\x84\x41\xee\x12\x3f\xda\x92\xca\x2e\xc0\x08\x43\x0f\x43\x97\xa2\xe8\xc3\xb3\x7f\x7e\x3a\x57\xdc\x9f\x6b\x67\x6e\x39\xce\xcd\x68\x60\x2d\x46\xd3\xc9\x52\x87\x93\x74\xc9\xe7\xa9\x9d\x00\x9c\x2b\xde\x15\x79\xc2\xfd\xf9\xc3\xbf\x9e\xe9\x97\x79\x24\xd6\x6b\xc8\xed\xa5\x0f\x0d\xc8\x9a\xcc\x08\xb7\xf9\xad\x88\xd0\x35\x60\x6a\x61\x09\x6e\x47\xff\xe8\xc3\xcb\xe7\x2f\x9f\xa7\xfb\x81\xf0\x0d\x4a\xa7\xfc\x58\xa0\x8f\xae\x64\xbc\x5f\x33\xc4\x81\xb6\xc3\xe6\x49\xbf\x8e\xa2\xc4\x9f\x57\x53\x66\x53\x76\x1e\xa3\xb0\xbf\xfe\xf5\xfb\x26\x85\xa5\x8f\xff\x40\x0a\x4b\x7d\x58\xae\xb5\x5c\x5f\x4f\x69\xe3\xa9\xc6\x8e\x89\xee\xc5\xd5\xf3\xcb\xab\x06\xd9\xe5\xcf\x1f\x25\xbc\x6c\xfa\xdf\x45\x88\x69\x7a\x15\x69\x57\xad\x52\x63\xe5\xf2\x5d\x3f\x16\x12\x55\xfe\xd5\x6c\xfe\x77\xf1\x0a\x79\x88\x12\x85\xb2\x7f\xc9\x7c\xe4\x44\x62\x27\x0e\x39\x12\x6f\xdf\xc1\xd0\x8b\x18\x0d\x75\xe6\x29\x79\x8c\xe7\x4f\xaf\x13\xc5\x6f\x49\x21\x09\xcb\x23\xa7\x0f\x13\x16\x62\x5d\x49\x06\x2b\x19\x97\xbe\xed\xc3\xcb\x97\x2f\x5f\x1a\xe2\x78\xe5\x53\xb1\x9d\x30\x39\x53\x8b\xb0\x3c\x8f\xa3\x10\x6a\x47\xab\x25\x3c\xad\xf1\x53\xaf\x79\x55\xca\xed\x64\x6a\x9d\xb1\x58\x7e\xbe\x52\xf5\x28\x73\x4a\xc9\x25\x9c\x86\x9e\x54\x8b\xbf\x6f\x1c\x90\x2c\x05\x6d\xa7\xff\x4c\xa1\x88\xdf\x51\x2a\xe2\x89\xc4\x72\xa2\xd3\xdd\x32\x21\x15\xd4\x9b\xe9\x7c\xa1\xde\x2e\xf5\xb9\xcb\x00\xc9\x7c\x62\x89\x3c\xa0\x61\x32\x71\x21\x87\x6a\x94\xf0\x81\xa9\x5b\xbd\xc6\x48\x9d\x2b\xe6\x92\x23\x09\x6a\xe2\x7c\x52\xd3\x68\xe5\xe0\x95\xca\x5f\xcd\xce\xf9\x7d\x39\x28\x8a\x9f\xc5\x32\x8a\x65\x26\xe5\x4c\x90\x0d\x62\x59\x90\x4d\xf6\xb2\x15\xbc\xaf\xd2\x58\x21\x8d\x7f\xd0\xe7\x80\x14\x51\x1f\x91\x3f\xca\x21\xe5\x6a\xe0\x60\x3a\x59\xd8\xbf\x2e\x96\xc3\xd1\xec\x21\x21\xd8\x50\x99\xcf\xce\x71\xad\xc8\xe6\xd3\xdb\xd9\xc0\x5e\xce\x6c\x67\x3a\x1f\x2d\xa6\xb3\xf7\xcb\x99\xfd\xfa\x21\xa3\x8a\x39\x6d\xa6\xba\x9d\xdd\xa4\x54\x72\x1f\x61\x1f\xae\x69\xc2\x93\x54\xae\x79\xb3\x4f\x67\x32\x3c\xce\x2b\x4f\x01\x30\xdc\xe5\x3f\x52\x6f\x39\xb6\x7e\xb6\x27\xcb\xf1\x68\x36\x9b\xce\xd4\x14\x19\x01\xc0\x8e\xf8\xb1\x96\x48\x95\xe6\xa1\x05\xc5\x9a\x5d\xcf\x97\x96\xe3\xd8\x93\x61\x3b\x4c\x81\xa8\x8e\x63\xcd\x16\xa3\xd7\xd6\x40\xcb\xb0\x09\xa2\xf8\x3e\x1f\xbd\x66\xdc\x45\x27\xf6\xfd\x82\x23\xd7\xcf\x39\x0b\xfa\x05\x98\x83\xea\x4f\x0d\x20\x3b\xa2\x5f\xbd\xc8\x8f\xe8\xfd\xcb\xee\x65\x85\x32\x39\x64\x7c\xf3\x69\x34\xb6\xae\xed\xe5\x7c\x31\xb3\xad\xb1\x36\x98\xb9\x63\x0d\xec\x9c\x3b\x1a\xba\x1c\xf5\xf9\xb5\xcc\x9f\x51\xe2\x5c\x2b\xcb\x6c\x79\x4e\x37\x1b\xe4\x59\x38\x33\xe5\x84\x7c\x01\xa6\xd6\xa3\xa6\xbc\x1e\x2d\xde\xdc\xbe\x5a\xfe\x62\xbf\x7a\x33\x9d\xfe\x94\x56\x63\xaa\xc6\xf1\x26\x5e\xa5\x48\x18\x22\xa7\x6e\x23\x94\x3d\xb1\x67\xa3\xc1\x61\x2c\x33\x3c\x01\xd3\xd5\x8a\xc1\x96\x84\x1b\xec\xc3\xa7\x32\xe5\x28\x7f\x97\x50\x9b\xe7\xc6\x05\x24\x2f\x5a\xbd\xc5\xb0\x12\x6c\xbf\x9e\xcb\xe0\xa8\xa1\x44\x1f\x2e\xbf\x20\x0d\x68\xda\x8c\x66\xfd\x33\x34\xd5\xbb\xd2\xc9\x38\x25\x29\xaf\xb1\xbe\xce\x93\xd7\xfa\xb9\xbc\x1e\x93\x8f\x5e\x4f\x26\x23\x80\xac\xd8\x97\x19\xa9\xd1\x71\xc9\xb1\xe4\x9b\x79\xf8\x6a\x39\xb7\x67\x3f\x8f\x06\xf6\xd2\x99\xd9\xaf\x47\xbf\x2e\xc7\x96\xe3\x8c\x26\xd7\x05\xda\xe2\xde\x6e\x4b\x8b\xff\x3e\x7c\xd5\x8c\xfe\x76\x32\x1c\x35\x63\x25\x2f\x1f\x9a\xc7\xa5\x25\xda\xd6\xb1\x59\x0d\xb7\x79\x7c\x5a\xaa\x6d\x1d\x9f\xd5\x72\x9b\xc7\xa7\x55\xe3\xd6\xf1\x59\x59\xb9\x79\x7c\xb9\x60\xdc\x8a\x52\xa9\x2b\x37\x63\x69\x92\xe9\xf4\x66\x39\x1f\xfd\xa3\x9d\xa1\x12\x55\x1b\x92\xf5\xeb\x29\x48\x45\xaa\x16\xa4\xc5\xaf\xcb\xd1\x7c\x7a\xa3\x4d\xa1\x15\xa8\x48\xd4\x84\x93\x96\xa1\x95\xc1\x2d\x9d\xd9\x74\x31\x1d\x4c\x6f\x9a\xd0\xbc\x50\x74\x87\x13\x43\xd8\x80\x33\x75\xec\xc9\xfc\xcd\xe8\xf5\x62\x99\x12\x65\x56\xdd\x6e\x43\xad\xa7\x99\xcf\x40\x77\xa6\xb3\x45\x13\xfa\xb9\x3a\xcf\x9c\x37\x60\x95\xab\xfb\x95\x10\x9a\x0d\xef\xa1\x74\x7b\x48\xa2\x8e\x89\x01\x9d\x1d\xf3\xe3\x00\x8f\xc2\x35\xaf\xb3\xf2\x41\xe1\x38\x53\x8b\xf7\xce\x49\x50\x9a\xb0\x1d\xaf\x5d\xf2\xf9\xfb\xf6\xd1\x87\x77\x4e\x99\xa6\x09\x65\xfc\x6e\x39\xb8\xb9\x9d\x2f\xec\xd9\x11\xa8\x06\xc2\x16\xbc\x77\xb7\xf6\xad\x3d\x6f\x45\x31\xaf\x5b\xc6\x2e\xa6\xce\x68\xd0\x3e\xd6\xbc\x3e\xb4\x45\xca\x5f\x75\x9a\x81\x5a\xbe\x00\x9d\x80\x7a\x92\x41\x7e\xd8\xe8\x22\x45\x07\x43\x97\xef\x23\x79\xd4\x38\xdb\x26\x39\x8d\xf9\x43\x06\x5b\xa5\x6d\x37\xb5\x26\xca\x53\x10\x0f\xdb\x4c\x1b\xf5\x21\xe4\xd3\xac\xb1\x8d\xba\x09\xd9\xba\x5d\x4c\x97\x43\xdb\xb9\x99\xbe\x5f\xda\xbf\x3a\x37\xd3\xa1\xdd\x82\xda\x44\x59\x44\xd4\xe9\xe2\xb1\x9c\x45\x13\xa9\x0c\xde\x61\x3e\x75\xf7\x7d\xb0\xfc\x7b\xb2\x17\x05\x0a\x9f\xee\x30\x44\x21\x1c\xce\x56\xd8\x2f\xb1\x82\x1f\x8b\x29\x8a\xf9\xcf\x65\x41\x40\x42\xaf\xfa\xb8\x03\xbd\x15\x0d\x7b\x2b\x22\xb6\xb5\x37\x1d\xb7\x4e\xcc\x22\xa9\x7c\xa5\x1e\x54\xe2\xa0\x5b\x01\xa0\x21\x95\x94\xf8\x43\xf4\xc9\x7e\x8e\x2e\x0b\x3d\xd1\x87\xff\x7b\x5e\x3b\x5d\x1c\x16\x43\xa1\x9a\x95\xb2\x90\x65\x5c\x49\x95\xf6\xea\xea\x65\x69\xe2\xe4\xd0\xc2\x7c\x76\x47\x49\xe9\x4d\xc4\x99\x64\x2e\xf3\xfb\xb0\x18\x38\x07\x31\xf3\x0a\x7e\x11\x33\xa9\x54\x3d\x06\x30\xaf\x30\x57\x01\xc5\x23\x11\xd3\x12\x5e\x19\xb1\x12\x54\xdb\x01\x39\x12\x8f\xfe\x77\xcd\xa7\xcc\x42\x57\x6c\x61\x4d\x7c\x81\xc7\xad\xe8\xf2\x79\x69\x21\xc9\x97\xc8\x32\x6b\x3e\x0d\xa8\x14\x55\x76\x03\x0c\x18\xdf\xeb\x30\x60\x8f\xa7\xb3\xf7\xcb\x9b\xd1\x78\x54\xf2\xd9\xc6\xbf\x8e\x59\x1c\x56\xed\x2e\x50\xcf\x1c\x22\xb7\x27\x64\x0c\x85\x4f\x73\x9d\x3b\xdc\x0b\xc9\x38\x36\x51\x29\x11\x4c\x43\x7f\x5f\x39\xa6\x37\x4d\x77\x6a\x3c\x28\x4e\x9d\x8e\x79\x04\x0b\x85\x52\xdc\x35\x27\x2e\x3a\xc8\x29\xf3\x32\x15\x5c\xfd\xef\x59\x59\x62\xa2\x5e\x48\x39\xbc\xf8\xe4\xc0\x5d\xe2\xc5\x3c\x9b\x24\x7e\xa1\xd4\xbd\xd1\x88\x7e\x7c\x7d\xc7\x67\x39\x14\xc6\xab\xf5\x87\xc2\x41\xdf\x21\x9c\x04\x85\x45\x93\x58\xb2\x80\x48\xea\x56\xe4\x98\x6d\x5b\x35\x5f\x49\x48\x87\x1c\xdf\xa3\xea\x34\x47\x0a\x75\x7f\xc2\x8a\x44\xe3\x57\xa8\x27\xa9\x4c\x14\x90\xff\x34\x15\x8a\x12\xcf\xa7\xca\x0d\xbe\xac\x62\x31\x9e\x4e\xae\xa7\xc9\xf9\xff\x51\xc5\x81\x14\xe0\x8b\x2a\x04\x29\xc8\x17\x95\x09\x52\x90\x27\xab\x15\xa4\x80\x93\xa9\x33\xb3\xad\x9b\x9b\xe9\xa0\xe5\xc4\x51\xa3\x3b\x84\x36\x1f\x5b\x37\x37\xaf\x47\x37\xad\x67\x9f\x1a\xdd\x21\xb4\x77\xb7\xa3\xb6\xf3\x4b\x89\xa4\x21\x3f\xad\x5a\xdb\x17\xe6\xa4\x8d\x91\xfc\xfb\x72\x9a\x25\xdd\x68\xce\xdc\xbb\xaa\xc3\x86\x86\x8f\xcd\xc9\x00\x1a\x20\x8b\x65\x9e\x19\x9c\xe2\x14\x6b\xfb\xe8\x94\x34\xb3\x3e\xf7\xd7\xc9\xac\x9a\xf2\x2a\x7a\x4a\xaa\xa5\x17\x09\x97\x2f\xae\xba\xcf\xbb\xcf\xbb\x97\x7d\xbd\x80\xde\x37\xd5\xad\x04\x9d\x18\xbe\x29\xee\x72\xe8\x44\xf9\x83\xc6\x5d\xa2\xf1\x3b\xb8\x23\xfe\xdf\xcf\x7f\x8b\xa9\xfc\xf6\xbb\xf3\x13\x34\x7d\xb2\xde\x4e\xcb\xc0\x76\x84\xf7\x7c\xba\xea\x25\xba\xec\x29\x67\xdc\x90\x05\x1d\x50\x7f\x27\xda\x31\xff\xd4\x7c\xa7\x70\x70\x69\xcd\x77\x4e\x9e\x0b\x0a\x0d\xbc\x3f\x6b\xb4\x81\x4f\x68\x50\xb6\x00\x57\x3d\x9a\x1c\x05\xd6\x64\xff\x95\x64\xa5\xb6\x8d\x1e\x95\xb4\x24\x20\xfd\xdc\x1f\x95\xbe\x1e\x2d\xac\xeb\x87\xca\x98\x13\x3f\x33\x3d\x45\xb2\xe3\x34\xa9\xe9\xab\x64\x3c\x99\x5e\xf3\xd8\x6d\x7a\x02\xc7\xcc\xc3\x4c\xc5\x33\x24\xde\x2f\x9c\x4a\x9c\x86\xc9\x17\xb3\xda\x69\x88\xe3\x6f\x31\x8a\xe2\x4e\x52\x99\x72\x52\x80\xf8\x79\x7a\x73\x3b\xb6\x97\x03\xcb\xb1\x06\xa3\xc5\xfb\x87\xb3\x48\x19\x0a\x4a\x6d\x45\x9d\x7a\xe3\x8c\x62\x5b\x37\x14\xc8\x2d\x16\x17\xda\x3d\x03\x48\xda\x62\x8d\xc5\x16\x3b\x3c\xd5\x93\xac\x57\xb1\xba\xe0\x33\xc3\x21\xe5\xe8\x65\xb6\x98\x44\x28\x95\xe0\x93\x28\xaa\xf2\xf1\x6c\x10\x0b\xc9\x02\xdd\x52\x90\xf1\x53\x6a\x69\x00\xce\x62\x89\x5d\x80\x1b\x24\x3b\x84\x95\x4f\xc2\x3b\x4d\xe5\xe1\x9a\xc4\xbe\xc9\x86\xd3\xe1\x17\x80\xdd\x4d\x37\xeb\x26\xf8\xa1\xd8\x30\xab\xde\xff\xd8\xf9\x21\x69\x8e\xff\xb1\xfb\x43\x02\xd0\xf1\x58\x40\x68\xd8\x11\xf1\x7a\x4d\x3f\xfe\xf8\xac\xba\xfa\x94\x43\xcd\x94\xe9\xc2\x78\x93\x4c\x97\x09\xa2\xdc\x09\x51\x5d\xe4\x35\x95\xc9\x47\x6b\xb8\x9d\x8d\xaa\x3d\x1c\xd5\xf9\x14\xf5\x0c\x23\x26\xa8\x64\x7c\x0f\xe6\x9b\xb5\x99\xa6\xf1\xa3\xf9\x01\xa1\xb7\x36\x6e\x67\x1f\x7e\x7b\x79\x97\xf6\x6f\x31\x75\xef\x84\x24\x5c\x8a\xa6\x05\xac\x38\x09\xdd\x6d\x4f\x92\x0d\x70\x5c\x23\x47\x63\xa4\x0d\xac\xe7\x2f\xdb\xb8\x9e\xd9\xaf\x73\x26\xcf\x2f\xbb\xdf\x9f\x57\x67\x54\x71\x41\xb7\x72\xd3\x50\xa3\x26\x5a\x03\xc9\x4c\xcf\xf0\xdf\x00\x83\x48\xee\xb5\x2c\x39\x63\x39\x81\x47\xb9\x3e\x3f\xec\x6b\x56\x3c\x30\xcd\x0c\x30\x4c\x29\x32\x06\x0b\x8d\x0d\x39\x5b\x92\x79\xcc\xa7\x42\xf6\xd2\x7f\x14\xba\xd8\x4a\xac\x0e\xd3\x26\xbe\xb7\x93\xe1\xc8\x6c\x2a\x7d\x07\x60\xb5\x2f\x75\x32\x4b\xa6\xb7\xb3\xbf\x33\x57\x1c\x94\xc3\x31\x36\x61\x6c\x56\x9b\xf1\x07\xb2\x23\x7d\xa3\xa2\x5e\x4e\x20\x7a\xb9\x6f\x2e\xad\xa8\x3c\x73\x69\x67\xa6\x5f\x0f\xdb\x78\x4d\xac\xb7\x19\xae\x8a\x54\x48\xd4\xdb\x2c\x4d\xe9\xa0\x3a\xd9\x9c\xfe\x1b\x81\xad\x8b\xf7\x5b\x12\x6f\x65\xf6\x6f\x3a\x9d\x09\xc1\x35\x7d\x65\xec\x18\x6f\x0d\x03\x12\x11\x97\xca\x5c\x6d\x15\x7f\x77\x80\xbb\xcb\x6b\x5a\x65\xee\x5d\x8c\xb1\x11\x83\xb8\x00\x81\xca\x55\x4a\xa3\x34\x9d\xc1\x09\x7d\x79\x46\x20\xfc\xa6\xe8\x04\xdc\x53\xdf\x87\x15\xe6\xb1\x96\xf8\xfe\x5e\xeb\x2c\xbd\x7c\x73\xbf\xc5\x50\x6b\x76\xc5\xd9\x1d\x72\x30\x3b\xa9\x0b\x96\x2f\xd8\x85\x7a\xb1\xcf\x40\x02\xe2\x61\x7a\x03\x67\xe5\x23\x10\x61\x34\x98\xb9\x7b\x0d\x4c\x43\xb0\x2d\xa7\x0b\x13\xa6\x6f\xc5\x10\x09\xc4\xf7\x53\x7e\x52\x0b\xab\xb8\x6e\xf8\x4b\x10\x0b\xf9\x17\x7d\xad\x26\x42\x97\xae\x29\x7a\xb0\x45\x8e\x29\x22\xe3\x1e\x72\xbd\x8b\x30\xe3\xbc\xb4\x26\x60\x66\x15\x1c\x03\x35\xaf\x35\x7e\x97\x2c\xa8\xa6\x1f\x2d\x41\x91\x69\x23\xff\xc8\x53\x0d\x35\x2c\xa2\xee\x09\x92\x96\x8a\xee\x0f\x24\xe9\x84\x9f\x3f\x80\xa4\xb5\x04\x4b\x92\x4e\x3e\x89\xb5\x05\x75\xb6\xd6\xc8\xa6\x34\x56\xbd\xc1\x94\x96\xd7\xf4\x75\xa5\xea\x54\xc9\x05\x8e\x9f\x52\x9a\xb9\x81\x28\x79\x84\x62\x25\xef\x70\xc4\xbf\x52\x21\x3f\xa9\x6d\x1e\x63\xb6\xc4\x56\xea\xfa\xf3\x55\x1c\x63\xf4\x35\xf5\x31\xac\x73\x59\xf8\x6e\x96\xb0\x95\xce\xd3\xfd\x70\x57\x8b\x73\x8a\x27\x95\x51\x36\xf3\xf4\xed\xdb\x9f\xe6\xc0\x38\xbc\x1d\xd8\x3f\xcd\xbf\x3b\xc6\xd0\x62\x1f\xb5\x31\x63\xbe\x12\xb7\xc9\x83\x08\xc1\x5c\x6a\x2c\x9d\xca\x6d\x22\x03\x0d\xee\x22\x97\x74\xad\x2c\xb0\x4d\x71\x83\x9c\xa2\x49\x69\x3a\x49\x6b\x98\xb8\x74\x37\xb0\xb4\x72\x12\x7a\x27\x4c\x9b\xad\xda\x49\x80\x2a\xf3\x66\x27\xcf\x6a\x88\x40\x29\xe0\x23\xe9\x44\x8c\xf9\xbd\x80\x86\xfa\x1f\x1d\xa1\x02\x47\xca\x49\x7a\x9b\x07\xbd\x42\xcc\x6c\x0c\x16\x49\x8a\x35\xa6\x21\x0d\xe2\x00\x1c\xc6\x7c\x1d\x83\x8a\xa1\xac\xdc\x0e\x72\x90\x1b\xf2\xf1\x49\xb8\x21\x1f\x0f\x70\x53\x6a\x29\x69\xe2\x46\x72\x12\x0a\xe2\xea\x04\x96\x0a\xe6\xe7\x77\x9a\x1e\xc5\xcd\x22\x87\x83\x51\x0a\x57\xe4\xa8\xd4\x9a\x52\x4d\x1e\xa8\x20\xca\x89\xaa\xa9\xcc\x8e\x88\x38\x12\xdf\x67\x2d\xc7\x86\xf4\xd6\xd5\x84\x81\x53\x24\xcc\x1d\x59\xbd\xe4\x56\x97\x41\x06\x23\x99\xf2\xc5\x40\x40\x04\xc4\xf7\x31\x3b\x00\x14\xf8\x51\xaa\x6a\x65\x63\xae\x86\x69\x3f\x21\x6a\x1c\x14\xca\x74\x15\x0e\x66\x71\x28\x32\x08\x1a\x02\x81\xdf\x62\x8a\x12\x02\xe6\xa5\xb1\x42\x4a\x95\x8b\x0a\xc5\xa0\xfe\x4e\x65\x42\x85\x2e\x6f\x28\x47\x62\xda\x75\x5b\xd9\x7a\xa7\xe0\x6a\x0c\x99\x4a\x5f\x85\x17\x15\x22\x92\x4b\x02\x40\x4a\x97\x6d\x6b\x27\xb6\x02\x65\x81\x46\x9f\xe9\xe1\xd9\x3f\x49\xe7\xdf\x56\xe7\x1f\xcf\x3b\xff\xff\xaf\x4f\x2f\x1f\xd4\x81\x47\x37\x50\x9a\x0b\xcd\x1f\x23\xae\xa2\x65\x51\x4d\x8d\xed\x20\x15\xb7\xdf\x96\x68\xc6\x02\xf9\xe1\x6c\xf3\x36\xb9\xa0\x9c\xf1\xa7\x86\x14\x59\xfc\xfe\xe1\x18\x87\xe5\x9e\xb7\xcf\xe1\xac\x4d\x80\x19\x95\xf3\xa5\xd2\x2b\xd7\xdd\x4e\xe4\xed\xb0\x76\xdb\xc9\x1e\xcd\x62\xad\x8c\x7e\x98\x51\xd3\x7d\x9b\x16\xa9\x5a\x42\xf4\xb5\x3e\x75\xc2\x2f\xb8\xda\x32\x76\x97\xa4\x12\x8f\x66\xb2\xb1\x27\xf8\x38\xa3\xa6\xb5\x37\xb9\x68\x7a\x84\xdf\x84\xf6\xa9\x18\x6e\xec\x3c\x3e\xca\xf1\x24\x2d\x8a\x29\x6f\x73\xbf\xa5\xae\xc9\x00\x0a\x85\x37\xa1\xfd\x7f\x7a\x1f\x77\x4c\x3d\xcf\xc7\x7b\xc2\xd1\xd4\x08\x05\x90\x2c\x09\x15\x52\x79\x4a\x2f\xcd\xb0\x4b\x18\x6a\x40\xc8\x78\xa0\x53\xd1\x8c\x14\x92\xa4\x2b\x2b\x0b\xe4\x45\x3a\x73\x44\x7d\xcf\x62\x10\x5b\x16\xfb\x1e\xb0\xd0\xdf\xeb\x0b\xc3\xca\xf3\x05\xcc\xa3\xeb\xbd\xb9\x3d\x4e\xd7\xb0\x67\xf1\xb3\x1d\x16\x70\x6b\x6b\x50\xbe\x54\x23\x7a\x74\xad\x2b\x06\x85\xa9\x7a\xe9\x5f\x30\xa8\xaa\xa8\x80\x90\x0b\x2a\x93\x78\x73\x09\xf1\x40\x8a\x9a\xdf\xa0\x7d\xfa\x4c\x3a\xbd\x96\xd6\x94\x41\xb7\x36\xa6\x7d\x95\xd4\x39\xe5\xac\x3d\x77\x3e\xd0\x7d\x96\x70\x98\x7c\xab\xef\x7e\x70\xb1\x39\x8d\xfe\x82\x54\x36\xe5\xaf\x35\x97\x6d\x6c\x61\x7b\xca\xac\xb6\x26\xa1\x5a\x5a\xdb\xda\xf3\x56\x61\x23\xfb\xdb\x0f\xf5\x60\xdc\xbc\xe6\x84\xee\x8b\xc3\xce\x81\xd6\xb9\xc3\xfe\x67\xc0\x42\xc9\x99\x2f\xd4\x31\x5b\x6e\x91\x2b\x70\x9f\x79\x2a\xc5\x2c\x5d\xb1\x37\xf5\x1c\xe3\x09\x1a\x8f\xeb\x86\x1c\xeb\xd1\x4b\x3f\x07\x3b\x85\xb5\xb8\xbb\xa5\xbb\x42\x52\xd6\xd2\x9b\x97\x96\x0b\x75\x5b\x51\xad\x60\x38\x26\x3b\x0c\x21\xa0\x9c\x33\x9e\xa6\x8a\x4a\xed\xf3\x17\x23\xe3\xfc\x45\x2d\x01\x2b\x8e\x28\x56\x59\x6b\x57\x86\x1a\xa7\x22\x9e\x47\xd5\x6f\xe2\x03\xe1\x1b\xfd\x07\x1c\xc4\xe7\x4c\x6c\xe5\xe3\xad\x74\x7c\x85\x85\xe2\x7d\xa3\x0a\x0f\x37\x54\xe8\xe4\x32\x2d\x77\x52\x14\xda\x50\x92\x88\x41\x12\x99\x66\x85\x10\x97\x45\x54\x7b\x77\xc9\x4c\xf9\x31\xd3\xa5\xd6\xd5\x9a\xf9\x1e\xf2\x2e\x8c\xd6\x10\x87\x59\x3d\xe3\x42\xd7\x41\x32\x2c\x1a\x42\xcf\xdc\x0a\xae\xc0\x76\x73\xd5\x15\xef\x37\x35\x1d\xae\xc9\xa6\x28\x23\xc5\xc9\x79\x7a\x9b\xdc\x84\x2f\x10\xda\xbb\x77\x41\x1d\xa0\x8d\x35\x5d\x98\xa8\x42\x7c\xba\x09\x4d\xc1\x26\x73\x26\x01\xf9\xc0\x78\x37\xa0\x21\xe3\xe9\xdf\x53\x50\x52\x49\x72\xeb\xd6\x9c\x5b\x87\x11\x48\xe2\x88\xf9\x8e\x55\x4e\xbf\xab\x5f\xad\x0e\xc4\x90\xf3\xef\xbb\x2f\x6a\xd6\x38\x48\x3f\xbd\x25\x3d\x6a\xe6\x60\x90\x4f\x53\x68\x57\x2b\x57\x29\xff\x13\x00\x00\xff\xff\x48\x18\x42\xaa\x98\x48\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\x7b\x73\x1b\x37\x92\xff\x5f\x9f\xa2\x8b\x95\x2a\x27\x7b\x1a\xd2\xb2\xf7\x4e\x3e\x6e\x36\x55\x34\x39\x96\x69\x8b\x0f\x93\x54\x62\xef\xd6\x16\x0b\x9c\x69\x92\xb0\x66\x06\x63\x00\x43\x99\x71\xe9\xbb\x5f\x01\x98\xf7\x83\xa4\x65\xc5\x97\xe4\x9f\x88\x83\xc6\xaf\x1b\xdd\x8d\x46\xa3\x01\x98\x84\xf4\x57\xe4\x82\xb2\xa0\x0b\x12\xfd\xd0\x23\x12\xdb\x2c\xc4\x40\x6c\xe9\x5a\xb6\x29\xeb\xec\x2e\xce\x6e\x69\xe0\x76\x61\x11\x37\x9f\x79\x64\x85\x9e\xe8\x9e\x41\xda\xa3\x0b\x48\xc2\xcb\x67\x96\xcf\x82\x0d\x73\x57\x96\x78\x46\xcf\x00\x3e\x87\x84\x88\x2e\x5c\xb4\x2f\xda\x4f\xcf\x7c\x14\x82\x6c\xb0\x0b\x4f\x7a\x10\xe0\x1d\xd8\xbd\x29\x90\xc0\x85\x80\x05\x56\xa8\x24\x10\x12\x03\x09\x23\x85\x30\x78\x09\x2b\x22\xd0\x05\x12\x86\x1e\x75\x88\xa4\x2c\x80\x3b\x2a\xb7\x30\x9f\x5f\x83\x88\xc2\x90\x71\x79\x06\xb0\x25\x02\x56\x88\x01\x38\x1c\x89\x44\x17\x68\x00\x7b\x16\x71\x08\x39\xfb\x88\x8e\x6c\xc3\x62\x8b\x10\x09\xe4\x01\xf1\xb1\x13\x12\x21\xee\x18\x77\x61\xcd\x38\x10\xc7\x41\x21\x68\xb0\x01\xb9\xc5\x84\xed\x19\x80\x4b\x24\x51\xcc\xa1\xf5\xc3\x97\xc1\xcb\xe5\xa0\xb7\xe8\xbd\xec\xcd\xed\xfb\x16\x50\x01\xfa\xd3\xcd\xdc\x9e\x8d\x7b\x23\xfb\xbe\xa3\x7f\x4e\x7b\xf3\xf9\x6f\x93\xd9\xe0\x1e\x7e\xec\xb9\x3e\x0d\x20\x65\x43\x45\x0c\xd2\x1b\x8c\x86\xe3\x8c\xb0\xf5\x53\xfb\x0c\x60\xea\xa1\x62\xb3\x42\x10\x11\x47\x90\x2c\x1e\x85\x96\x67\xcd\x3c\x8f\xdd\x29\xe9\x04\x3a\x1c\xa5\xe8\x2a\xa8\xd7\x8b\xc5\x74\xbe\x9c\xdb\xfd\x99\xbd\xb8\x6f\x81\xc3\x02\x49\x68\x10\x8f\xe1\x0c\x20\xa1\x78\x6b\x7f\x98\x2f\x26\x33\xfb\x1e\xd6\xd4\xd3\x0a\x30\x63\x16\xc8\x77\x31\xa6\x62\xa9\xfa\x63\x20\xff\xa1\xa0\xdf\x5c\xcd\x26\x37\xd3\xf9\xd2\x1e\xf7\x67\x1f\xa6\x8b\x94\xc9\x19\x94\xd8\x40\x95\xb6\x99\x9d\x13\x71\xd5\xed\xcd\x15\x67\x51\x28\xc0\x61\xbe\x1f\x05\xb1\x41\x45\xfb\xc9\x99\x8f\x92\x28\x85\x2b\x5f\x22\x41\xc0\xa4\x69\x51\x3f\x01\x5c\x14\x0e\xa7\xa1\xd4\xbe\xd9\x0b\x00\x3f\x13\x3f\xf4\x10\x66\xe8\xc2\x6b\x22\xe1\xcd\x4b\x26\x84\xf6\xa3\xcb\xaa\xa3\x90\xd4\x93\x12\x83\xb6\x35\x28\xc0\x2b\xc6\xc1\x67\x1c\x81\x06\x6b\xc6\x7d\xd3\x87\xac\x58\x24\x21\x8a\xfd\x81\x8a\xd4\xb3\xcf\x41\x20\xc2\x56\xca\x50\x74\x3b\x9d\x0d\x95\xdb\x68\xd5\x76\x98\xdf\xf9\xb8\x62\x42\x58\xb1\x6e\x90\x5b\xd4\x27\x1b\x14\xf1\x67\x24\xa1\x75\x69\xa5\xd3\xc8\x34\x76\x56\x1e\x5b\x75\xf4\x44\xe9\xcc\xec\xde\x60\x64\xb7\x89\xcb\x1c\x23\x17\x75\x58\xd0\xf7\x88\x10\x5d\xfd\xa7\x42\xd0\xdf\x0b\x53\xd1\xa5\x22\xf4\xc8\xde\x52\xde\xdc\xcd\x8f\xbf\xfd\x0c\xfe\x2b\x1d\xf0\x8f\x76\xb8\x45\x1f\x39\xf1\xce\x8d\x2e\x94\x43\xca\x2d\x67\xd1\x66\x1b\xeb\x60\x71\x3d\xff\xa9\x0a\x1f\x72\xb6\xa3\x2e\x72\xab\xc8\x27\xd6\xf7\x39\x0c\x83\x58\x58\x49\x36\x42\x4f\xf9\xf3\x8f\x64\x47\x10\xf5\xff\xce\xf5\xd0\xcf\xb7\xd4\x75\x31\x30\x64\xb5\xf1\xc4\x65\x4e\xe4\x63\x60\x4c\x6d\x45\xdc\xeb\xa6\xea\x35\x73\xb2\xcd\xd1\xdd\x12\xa9\xb5\x5c\x20\xee\x60\xd0\xe1\xe8\x5a\x5b\x22\xad\x58\xcf\x81\x44\x1e\x72\x2a\xd0\xca\x79\x80\xa5\xb8\x2a\xdb\x76\x0e\x88\xe1\xb1\x60\x63\x15\x5c\x6c\x91\xb7\x3b\xb8\xb8\xa6\x01\x0a\xe0\x28\x58\xc4\x1d\x14\x10\x20\xba\xe8\xc6\x1a\x94\x0c\x5c\xdc\xa1\xc7\x42\x20\x65\x8f\x4c\x85\x82\x5e\xce\x2d\xe7\xc8\x77\xc8\xb5\xad\x2a\xc1\xed\x3c\x46\xa5\x81\xe3\x45\xae\x72\x42\x02\xab\x88\x7a\xae\x9a\x7c\x6b\xba\x89\xb8\x21\x2b\xf8\xb9\x8b\xa1\xc7\xf6\x4a\x3b\x65\xaa\xc4\xe5\x63\xd4\x26\x42\x3d\x49\x13\xaf\x31\xbe\x8f\x89\xeb\xc0\x8f\x4a\x13\x8c\x13\xbe\xff\x09\x84\x64\x9c\x6c\x50\xc5\xeb\x18\x32\x8d\x20\xb9\x09\x1d\x43\xe4\xbc\x4d\xf9\x59\xfb\x80\x0d\xe2\x48\x7e\xc4\x09\x34\xc0\x2e\x59\xa4\xcc\x6a\x02\x60\x7c\xb3\x6e\xd9\x51\x2d\x22\x24\x0e\x76\x33\xf7\x3e\x63\x2b\xb5\x20\x88\xee\x99\x05\xf9\x25\x6f\x77\x71\x06\x60\x96\x37\x65\x1f\xea\x28\x9d\xe5\xa3\x52\x4d\x5c\x2a\x45\x26\xb5\xc4\xdc\xe1\x4a\x07\x57\xe4\x4f\x84\x1e\x08\xa8\x71\xb5\x53\x65\x69\xe4\x36\xf1\xc2\x2d\x29\x4d\x06\x0c\x31\x70\x31\x70\x28\x8a\x2e\x3c\xf9\xf7\x97\x96\x92\xbe\xa5\xa3\x7d\x6f\x3a\xbd\x1e\xf6\x7b\x8b\xe1\x64\xbc\xd4\xeb\x4d\x32\xce\x56\xe2\x2e\x00\x2d\x25\xbb\x22\x8f\xa5\x6f\xdd\xff\xe7\x89\x6e\xcc\xd6\x68\x3d\x86\xcc\x6d\xba\x50\x83\xac\xc9\x8c\x46\xeb\x5b\x45\x88\x8e\x01\x53\x03\x8b\x71\x2d\xfd\xa3\x0b\x2f\x9e\xbe\x78\x9a\x4c\x0b\xc2\x37\x28\xa7\xc5\xcf\x02\x3d\x74\x24\xe3\xdd\x8a\x3f\xf6\xb5\x3b\xd6\x33\xfd\x3e\x86\x12\x7f\x5d\x4b\x99\x39\x68\x3d\xc4\x60\x7f\xff\xfb\xf3\x3a\x83\x25\x9f\xff\x44\x06\x4b\xd3\xb1\xd4\x6a\x99\xbd\x1e\xd3\xc7\x13\x8b\x1d\x53\xdd\xb3\xcb\xa7\x17\x97\x35\xba\xcb\xbe\x3f\x48\x79\x29\xfb\x3f\x44\x89\x49\xfe\x15\xea\xf8\xcc\xb8\xd4\x91\xdf\xf1\x22\x21\x51\x25\x68\xf5\xee\x7f\x1b\xad\x90\x07\x28\x51\x28\xff\x97\xcc\x43\x4e\x24\x5a\x51\xc0\x91\xb8\x7b\x0b\x03\x37\x64\x34\xd0\xa9\xa9\xe4\x11\xb6\x1e\xdf\x26\x4a\xde\x82\x41\x62\x91\x87\xd3\x2e\x8c\x59\x80\x55\x23\x19\xac\xb8\x5f\xd2\xda\x85\x17\x2f\x5e\xbc\x30\xc4\xd1\xca\xa3\x62\x3b\x66\x72\xa6\x06\xd1\x73\x5d\x8e\x42\xa8\x19\xad\x86\xf0\xb8\xce\x4f\xdd\xfa\x51\xa9\xb0\x93\x9a\x75\xc6\x22\xf9\xf5\x46\xd5\xbd\xcc\x36\x26\xd3\x70\xb2\xf4\x24\x56\xfc\x63\xd7\x01\xc9\x12\xd0\x66\xfa\xaf\x54\x8a\xf8\x03\xb5\x22\x1e\x49\x2d\x27\x06\xdd\x2d\x13\x52\x41\xbd\x9e\xcc\x17\xaa\x75\xa9\x37\x66\x06\x48\x66\x8c\x25\x72\x9f\x06\x31\xe3\x72\x9a\x5e\xd6\xf0\x01\xd6\x8d\x51\x63\xa8\x36\x1e\x73\xc9\x91\xf8\x15\x75\x3e\xaa\x6b\x34\x4a\xf0\x52\xa5\xb1\x66\xe6\xfc\xb1\x12\xe4\xd5\xcf\x22\x19\x46\x32\xd5\x72\xaa\xc8\x1a\xb5\x2c\xc8\x26\x6d\x6c\x04\xef\xaa\xdc\x55\x48\x13\x1f\xf4\x76\x20\x41\xd4\x7b\xe8\xcf\x72\x40\xb9\xea\xd8\x9f\x8c\x17\xf6\xfb\xc5\x72\x30\x9c\xdd\xc7\x04\x1b\x2a\x33\xee\x1c\xd7\x8a\x6c\x3e\xb9\x99\xf5\xed\xe5\xcc\x9e\x4e\xe6\xc3\xc5\x64\xf6\x61\x39\xb3\x5f\xdd\xa7\x54\x11\xa7\xf5\x54\x37\xb3\xeb\x84\x4a\xee\x43\xec\xc2\x15\x8d\x65\x92\x2a\x34\x6f\xf6\x09\x27\x23\xe3\xbc\xf4\x15\x00\x83\x5d\xf6\x23\x89\x96\xa3\xde\xaf\xf6\x78\x39\x1a\xce\x66\x93\x99\x62\x91\x12\x00\xec\x88\x17\x69\x8d\x94\x69\xee\x1b\x50\x7a\xb3\xab\xf9\xb2\x37\x9d\xda\xe3\x41\x33\x4c\x8e\xa8\x8a\xd3\x9b\x2d\x86\xaf\x7a\x7d\xad\xc3\x3a\x88\x7c\x7b\xd6\x7b\xcd\xb8\x83\xd3\xc8\xf3\x72\x81\x5c\x7f\xe7\xcc\xef\xe6\x60\x0e\x9a\x3f\x71\x80\x74\x0f\x7f\xf9\x2c\xdb\xc3\x77\x2f\xda\x17\x25\xca\x78\x93\xf1\xc3\x97\xe1\xa8\x77\x65\x2f\xe7\x8b\x99\xdd\x1b\x69\x87\x99\x4f\x7b\x7d\x3b\x93\x8e\x06\x0e\x47\xbd\x8d\x2d\xca\x67\x8c\x38\xd7\xc6\x32\x53\x9e\xd3\xcd\x06\x79\xba\x9c\x99\x7a\x43\x36\x00\x53\x0c\x52\x2c\xaf\x86\x8b\xd7\x37\x2f\x97\xbf\xd9\x2f\x5f\x4f\x26\x6f\x93\x72\x4d\xd9\x39\x5e\x47\xab\x04\x09\x03\xe4\xd4\xa9\x85\xb2\xc7\xf6\x6c\xd8\x3f\x8c\x65\xba\xc7\x60\xba\x9c\xd1\xdf\x92\x60\x83\x5d\xf8\x52\xa4\x1c\x66\x6d\x31\xb5\xf9\x6e\x42\x40\xdc\xd0\x18\x2d\x06\xa5\xc5\xf6\xfb\x85\x0c\x8e\x1a\x4a\x74\xe1\xe2\x1b\xd2\x80\xba\xc9\x68\xc6\x3f\x43\x53\xde\x2b\x6c\x87\x13\x92\xe2\x18\xab\xe3\x3c\x79\xac\x5f\x2b\xeb\x31\xfd\xe8\xf1\xa4\x3a\x02\x48\xab\x81\xa9\x93\x1a\x1b\x17\x02\x4b\x36\x99\x07\x2f\x97\x73\x7b\xf6\xeb\xb0\x6f\x2f\xa7\x33\xfb\xd5\xf0\xfd\x72\xd4\x9b\x4e\x87\xe3\xab\x1c\x6d\x7e\x6e\x37\xa5\xc5\xff\xd4\xa5\xd9\x1a\xf4\x37\xe3\xc1\xb0\x1e\x2b\x6e\xbc\xaf\xef\x97\xd4\x70\x1b\xfb\xa6\x45\xde\xfa\xfe\x49\x2d\xb7\xb1\x7f\x5a\xec\xad\xef\x9f\x94\x95\x1b\xfb\xa7\x75\xe7\xfa\xfe\xc5\x8a\x72\x23\x4a\xa9\xf0\x5c\x8f\xa5\x49\x26\x93\xeb\xe5\x7c\xf8\xaf\x66\x81\x0a\x54\x4d\x48\xbd\xf7\xa7\x20\xe5\xa9\x1a\x90\x16\xef\x97\xc3\xf9\xe4\x5a\xbb\x42\x23\x50\x9e\xa8\x0e\x27\xa9\x53\x2b\x87\x5b\x4e\x67\x93\xc5\xa4\x3f\xb9\xae\x43\x73\x03\xd1\x1e\x8c\x0d\x61\x0d\xce\x64\x6a\x8f\xe7\xaf\x87\xaf\x16\xcb\x84\x28\xf5\xea\x66\x1f\x6a\xdc\xcd\x7c\x05\xfa\x74\x32\x5b\xd4\xa1\xb7\xd4\x7e\xa6\x55\x83\x55\x2c\xff\x97\x96\xd0\xb4\x7b\x07\xa5\xd3\x41\x12\x5a\x66\x0d\xb0\x76\xcc\x8b\x7c\x3c\x0a\x57\x3f\xce\xd2\x89\xc3\x71\xa1\x16\x1f\xa6\x27\x41\x69\xc2\x66\xbc\x66\xcd\x67\xed\xcd\xbd\x0f\xcf\x9c\x22\x4d\x1d\xca\xe8\xdd\xb2\x7f\x7d\x33\x5f\xd8\xb3\x23\x50\x35\x84\x0d\x78\xef\x6e\xec\x1b\x7b\xde\x88\x62\x9a\x1b\xfa\x2e\x26\xd3\x61\xbf\xb9\xaf\x69\x3e\x34\x45\x8a\xc7\x3e\xf5\x40\x0d\x47\x44\x27\xa0\x9e\xe4\x90\x1f\x37\xba\x48\x61\x61\xe0\xf0\x7d\x28\x8f\x3a\x67\x13\x93\xd3\x84\x3f\xe4\xb0\x65\xda\x66\x57\xab\xa3\x3c\x05\xf1\xb0\xcf\x34\x51\x1f\x42\x3e\xcd\x1b\x9b\xa8\xeb\x90\x7b\x37\x8b\xc9\x72\x60\x4f\xaf\x27\x1f\x96\xf6\xfb\xe9\xf5\x64\x60\x37\xa0\xd6\x51\xe6\x11\x75\xba\x78\x2c\x67\xd1\x44\x2a\x83\x9f\x32\x8f\x3a\xfb\x2e\xf4\xbc\x3b\xb2\x17\x39\x0a\x8f\xee\x30\x40\x21\xa6\x9c\xad\xb0\x5b\x10\x05\x3f\xe7\x53\x14\xf3\x9f\xc3\x7c\x9f\x04\x6e\xf9\xb3\x05\x9d\x15\x0d\x3a\x2b\x22\xb6\x95\x16\xcb\xa9\x12\xb3\x50\xaa\x58\xa9\x3b\x15\x24\x68\x97\x00\x68\x40\x25\x25\xde\x00\x3d\xb2\x9f\xa3\xc3\x02\x57\x74\xe1\x7f\x9e\x56\x76\x17\x87\xd5\x90\xab\x66\x25\x22\xa4\x19\x57\x5c\xa5\xbd\xbc\x7c\x51\x60\x1c\x6f\x5a\x98\xc7\x6e\x29\x29\xb4\x84\x9c\x49\xe6\x30\xaf\x0b\x8b\xfe\xf4\x20\x66\x56\xc1\xcf\x63\xc6\x95\xaa\x87\x00\x66\x15\xe6\x32\xa0\x78\x20\x62\x52\xc2\x2b\x22\x96\x16\xd5\x66\x40\x8e\xc4\xa5\xff\xbf\xee\x53\x14\xa1\x2d\xb6\xb0\x26\x9e\xc0\xe3\x5e\x74\xf1\xb4\x30\x90\xf8\x40\xb2\x28\x9a\x47\x7d\x2a\x45\x59\x5c\x1f\x7d\xc6\xf7\x7a\x19\xb0\x47\x93\xd9\x87\xe5\xf5\x70\x34\x2c\xc4\x6c\x13\x5f\x47\x2c\x0a\xca\x7e\xe7\xab\x6f\x53\x22\xb7\x27\x64\x0c\xb9\xf3\x38\xeb\x16\xf7\x42\x32\x8e\x75\x54\x4a\x05\x93\xc0\xdb\x97\xb6\xe9\x75\xec\x4e\x5d\x0f\xf2\xac\x93\x3e\x0f\x10\x21\x57\x8a\xbb\xe2\xc4\xc1\x29\x72\xca\xdc\xd4\x04\x97\xff\x7d\x56\xd4\x98\xa8\x16\x52\x0e\x0f\x3e\xde\x70\x17\x64\x31\xdf\xc6\x71\x5c\x28\x5c\xef\xa8\x45\x3f\x3e\xbe\xe3\x5c\x0e\x2d\xe3\xe5\xfa\x43\x6e\xa3\x3f\x25\x9c\xf8\xb9\x41\x93\x48\x32\x9f\x48\xea\x94\xf4\x98\x4e\x5b\xc5\xaf\xa0\xa4\x43\x81\xef\x41\x75\x9a\x23\x85\xba\xbf\x60\x45\xa2\xf6\x14\xea\x51\x2a\x13\x39\xe4\xbf\x4c\x85\xa2\x20\xf3\xa9\x7a\x83\x6f\xab\x58\x8c\x26\xe3\xab\x49\xbc\xff\x7f\x50\x71\x20\x01\xf8\xa6\x0a\x41\x02\xf2\x4d\x65\x82\x04\xe4\xd1\x6a\x05\x09\xe0\x78\x32\x9d\xd9\xbd\xeb\xeb\x49\xbf\x61\xc7\x51\xa1\x3b\x84\x36\x1f\xf5\xae\xaf\x5f\x0d\xaf\x1b\xf7\x3e\x15\xba\x43\x68\xef\x6e\x86\x4d\xfb\x97\x02\x49\x4d\x7e\x5a\xf6\xb6\x6f\xcc\x49\x6b\x57\xf2\xe7\xc5\x34\x4b\x3a\xe1\x9c\x39\xb7\xe5\x80\x0d\x35\x87\xcd\x71\x07\xea\x23\x8b\x64\x96\x19\x9c\x12\x14\x2b\xf3\xe8\x94\x34\xb3\xca\xfb\xfb\x64\x56\x75\x79\x15\x3d\x25\xd5\xd2\x83\x84\x8b\x67\x97\xed\xa7\xed\xa7\xed\x8b\xae\x1e\x40\xe7\x87\xf2\x54\x02\x2b\x82\x1f\xf2\xb3\x1c\xac\x30\xfb\x50\x3b\x4b\x34\xbe\x85\x3b\xe2\xfd\xb3\xf5\x29\xa2\xf2\xc7\x9f\x5a\x27\x58\xfa\x64\xbb\x9d\x96\x81\xed\x08\xef\x78\x74\xd5\x89\x6d\xd9\x51\xc1\xb8\x26\x0b\xaa\x33\x7f\x81\xf4\x48\x9e\x93\xdb\xb0\xd4\xe4\x39\xe8\x87\x72\x3f\xa0\xbc\x68\x3b\x1f\x5d\x1a\xf9\x5d\x68\xb5\x4e\xf2\xc6\x54\x9c\xef\x9d\x6d\x54\xe6\xc1\x83\xb2\x8e\x18\xa4\x9b\x05\x94\xc2\xf1\xcf\xa2\x77\x75\x5f\xea\x73\xe2\x39\xd1\x57\x64\x2b\xa1\x52\x0f\x4a\xad\x3b\xab\x7a\xdf\x43\x31\xd5\xe7\xe0\x72\x8b\xf9\x55\xb9\x7d\x06\x10\xdf\xed\x34\xd9\x60\xfe\x7e\xa2\xfa\x92\xde\xab\x2b\xeb\xee\x4c\x4d\xf3\x4f\x11\xe5\xe8\xa6\x16\x88\x03\xab\xca\x4b\x49\x18\x96\xe5\x78\xd2\x8f\x84\x64\xbe\x3e\x09\x4f\xe5\x29\x9c\xc4\x03\x67\x91\xc4\x36\xc0\x35\x92\x1d\xc2\xca\x23\xc1\xad\xa6\x72\x71\x4d\x22\xcf\x24\x71\x49\xf7\x73\xc0\xf6\xa6\x9d\x1e\x82\xff\x9c\xbf\xee\xa9\xda\x7f\xb1\x7e\x8e\x2f\x7d\xff\xd2\xfe\x39\x06\xb0\x5c\xe6\x13\x1a\x58\x22\x5a\xaf\xe9\xe7\x5f\x9e\x94\x47\x9f\x48\xa8\x85\x32\x97\x07\x5e\xc7\xec\x52\x45\x14\x0f\xf0\xcb\x83\xbc\xa2\x32\x3e\x6b\x85\x9b\xd9\xb0\x7c\xf5\xa0\xcc\x4f\x51\xcf\x30\x64\x82\x4a\xc6\xf7\x60\x8e\x5a\x0d\x9b\xda\xb3\xde\x03\x4a\x6f\xbc\x90\x9c\x9e\x57\x76\xb2\xdb\xc7\x9f\x22\xea\xdc\x0a\x49\xb8\x14\x75\x03\x58\x71\x12\x38\xdb\x8e\x24\x1b\xe0\xb8\x46\x8e\x81\x3e\x8d\xac\x11\x3d\x6b\x6c\x92\x7a\x66\xbf\xca\x84\x6c\x5d\xb4\x9f\xb7\xca\x1c\x55\x38\xd3\xd7\x92\x69\xa0\x51\x63\xab\x81\x64\xe6\xc6\xeb\x3f\x4c\x90\xd1\xba\xe4\x8c\x65\x04\x2e\xe5\x3a\xed\xdd\x57\xbc\xb8\x6f\xce\xe0\x61\x90\x50\xa4\x02\xe6\xce\xe3\x33\xb1\x24\x73\x99\x47\x85\xec\x24\x7f\xe4\x2e\x5f\x15\x44\x1d\x24\x77\xcf\xde\x8c\x07\x43\x33\xa9\xf4\xdd\xf6\xd5\xbe\x70\x0f\x57\x32\xbd\x27\xf7\x76\xe6\xea\xbe\x0a\x6f\xc6\x27\x8c\xcf\x6a\x37\xfe\x48\x76\xa4\x6b\x4c\xd4\xc9\x08\x44\x27\x8b\x48\x85\x11\x15\x39\x17\x66\x66\x72\xe8\xd5\x24\x6b\xec\xbd\xf5\x70\x65\xa4\x5c\x7e\xd9\xe4\x69\xca\x06\x65\x66\xef\x22\x8c\x0c\x27\x71\x0e\x02\x55\x34\x92\x46\x2f\x7a\x6d\x17\xfa\xdd\x85\x40\xf8\xa4\xe8\x04\xdc\x51\xcf\x83\x15\x66\x41\x9c\x78\xde\x5e\xab\x25\x79\xb7\x71\xb7\xc5\x40\x2b\x6f\xc5\xd9\x2d\x72\x30\xce\xda\x86\x9e\x27\xd8\xb9\x6a\xd8\xa7\x20\x3e\x71\x31\x79\xbc\xb1\xf2\x10\x88\x30\x4a\x4a\xcb\x22\x67\x66\x49\x06\xbb\x37\x6d\xc3\x98\xe9\x07\x15\x44\x02\xf1\xbc\x44\x9e\xc4\x88\xa5\xe8\x08\x7f\xf3\x23\x21\xff\xa6\x5f\x64\x84\xe8\xd0\x35\x45\x17\xb6\xc8\x31\x41\x64\xdc\x45\xae\x1d\x15\x53\xc9\x0b\x63\x02\x66\x46\xc1\xd1\x57\x7c\x7b\xa3\x77\xf1\x80\x2a\x2e\xab\x35\x28\x52\x53\x64\xe5\xff\x72\x34\x67\x21\x75\x4e\xd0\xb4\x54\x74\x7f\x22\x4d\xc7\xf2\xfc\x09\x34\xad\x35\x58\xd0\x74\x7c\x58\xd2\xb4\x6e\xb2\xb5\x46\x36\x45\x93\xf2\xe3\x97\xa4\xf0\xa2\x5f\xba\x94\x59\xc5\x37\xfc\xdf\x26\x34\x73\x03\x51\x98\x74\xf9\x1a\xcf\xe1\x45\xf5\x52\xad\xaa\x71\xd5\xeb\x98\xb0\x05\xb1\x92\xe8\x9a\x8d\xe2\x98\xa0\xaf\xa8\x87\x41\x55\xca\xdc\x89\x4a\x2c\x56\xc2\xa7\xfd\xf1\xb6\xb2\x94\x28\x99\x54\xaa\x52\x2f\xd3\x8f\x6f\xde\xce\x81\x71\x78\xd3\xb7\xdf\xea\xb7\x27\x07\x05\x5a\xec\xc3\x26\x61\xcc\xf9\x61\x93\x3e\x88\x10\xcc\xa1\xc6\xd3\xa9\xdc\xc6\x3a\xd0\xe0\x0e\x72\x49\xd7\xca\x03\x9b\x0c\xd7\xcf\x28\xea\x8c\xa6\xf3\xa0\x1a\xc6\x85\x67\x65\x85\x91\x93\xc0\x3d\x81\x6d\x3a\xea\x69\x0c\x54\xe2\x9b\xee\x49\x4a\xbc\xe7\x28\x05\x7c\x26\x56\xc8\x98\xd7\xf1\x69\xa0\xff\xb0\x04\xfd\x3d\xcb\xfd\x92\xe7\x1e\xe8\xe6\x96\xa5\xca\x14\x19\xa4\x4d\x30\xa2\x01\xf5\x23\x1f\xa6\x8c\x79\x30\xa7\xbf\x17\x56\x8b\xe2\x45\x81\x83\xd2\x90\xcf\x8f\x22\x0d\xf9\x7c\x40\x9a\xc2\x65\x83\x3a\x69\x24\x27\x81\x20\x8e\xce\x11\xa9\x60\x5e\xf6\xe8\xe5\x41\xd2\x2c\x32\x38\x18\x26\x70\x79\x89\x0a\x97\x16\xca\xeb\x33\x15\x44\x05\x51\xc5\xca\xcc\x88\x90\x23\xf1\x3c\xd6\x90\x99\x27\xcf\x72\xc6\x0c\xa6\x79\xc2\x2c\x90\x55\x8b\x31\x55\x1d\xa4\x30\x92\xa9\x58\x0c\x04\x84\x4f\x3c\x0f\xd3\x1c\x3b\x27\x8f\x32\x55\xa3\x18\x73\xd5\x4d\xc7\x09\x51\x91\x20\x57\xc0\x29\x49\x30\x8b\x02\x91\x42\xd0\x00\x08\x7c\x8a\x28\x4a\xf0\x99\x9b\xac\x15\x52\xaa\x74\x4f\x28\x01\xf5\x09\x86\x59\x2a\xf4\xc6\x57\x05\x12\x73\x91\xb3\x51\xac\x77\x0a\xae\x22\x90\xa9\x01\x95\x64\x51\x4b\x44\x7c\x7d\x1c\x48\xe1\x9d\x66\x65\x53\x94\xa3\xcc\xd1\xe8\xcd\x22\x3c\xf9\x37\xb1\x7e\xef\x59\xff\x7a\x6a\xfd\xef\x7f\xbe\xbc\xb8\x57\x7b\x0a\x7d\xb5\xce\x3c\x82\xfd\x1c\x72\xb5\x5a\xe6\xcd\x54\x7b\x51\xa0\x14\xf6\x9b\x72\xb9\x48\x20\x3f\x9c\xd0\xdd\xc4\x6f\x5b\x53\xf9\x54\x97\xbc\x88\xcf\xef\x8f\x49\x58\xbc\x0d\xf5\x35\x92\x35\x29\x30\xa5\x9a\x7e\xab\xf6\x8a\x15\x99\x13\x65\x3b\x6c\xdd\x66\xb2\x07\x8b\x58\x29\xb0\x1e\x16\xd4\xdc\xcb\x4c\xaa\x1f\x0d\x4b\xf4\x95\xde\xd8\xc1\x6f\xb8\xda\x32\x76\x1b\xa7\x12\x0f\x16\xb2\xf6\xb6\xe8\x71\x41\xcd\xa5\xcf\xf8\x25\xe2\x11\x79\x63\xda\xc7\x12\xb8\xf6\x4e\xea\x51\x89\xc7\x49\xb5\x45\x45\x9b\xbb\x2d\x75\x4c\x06\x90\xab\xe8\x08\x1d\xff\x93\x07\x9b\x23\xea\xba\x1e\xde\x11\x8e\xa6\xf8\x24\x80\xa4\x49\xa8\x90\x2a\x52\xba\x49\x86\x5d\xc0\x50\x1d\x02\xc6\x7d\x9d\x8a\xa6\xa4\x10\x27\x5d\xe9\xce\x3b\xab\xfe\x98\x5d\xe0\x07\x16\x81\xd8\xb2\xc8\x73\x81\x05\xde\x5e\xbf\x28\x55\x91\xcf\x67\x2e\x5d\xef\xcd\xc3\x63\xba\x86\x3d\x8b\x9e\xec\x30\x87\x5b\x19\x83\x8a\xa5\x1a\xd1\xa5\x6b\xbd\x29\xcf\xb1\xea\x24\x8f\xdf\xcb\x26\xca\x21\x64\x8a\x4a\x35\x5e\x5f\x9b\x3a\x90\xa2\x66\x6f\x2b\x1f\x3f\x93\x4e\x1e\x2c\xd5\x65\xd0\x8d\x57\x96\xbe\x4b\xea\x9c\x48\xd6\x9c\x3b\x1f\xb8\x97\x14\x4b\x18\x9f\xe2\xb6\x3f\x3a\x58\x9f\x46\x7f\x43\x2a\x9b\xc8\xd7\x98\xcb\xd6\x5e\x6e\x7a\xcc\xac\xb6\xa2\xa1\x4a\x5a\xdb\x78\x1b\xaa\x24\x46\xfa\xcf\x06\x54\x17\xe3\xfa\x31\xc7\x74\xdf\xbc\xec\x1c\xb8\x54\x75\x38\xfe\xf4\x59\x20\x39\xf3\x84\xda\x66\xcb\x2d\x72\x05\xee\x31\x57\xa5\x98\x85\x37\xd8\xfa\x9f\xba\x88\x23\x41\xed\x76\xdd\x90\x63\x75\xf5\xd2\xdf\xc1\x4e\x60\x7b\xdc\xd9\xd2\x5d\x2e\x29\x6b\xb8\xb5\x95\x54\xe4\xf4\x85\x93\x4a\x4d\x6e\x44\x76\x18\x80\x4f\x39\x67\x3c\x49\x15\x95\xd9\xe7\xcf\x86\x26\xf8\x8b\x4a\x02\x96\xef\x91\x2f\x64\x56\x1e\x93\xd4\xb2\x22\xae\x4b\xd5\x6f\xe2\x01\xe1\x1b\xfd\xc2\x5f\x7c\x0d\xe3\x5e\xd6\xbf\x97\xf4\x2f\x89\x90\x7f\x89\x52\x92\xe1\x9a\x0a\x9d\x5c\x26\x15\x45\x8a\x42\x3b\x4a\xbc\x62\x90\x58\xa7\x69\x21\xc4\x61\x21\xd5\xd1\x5d\x32\x53\xe1\x4b\x6d\xa9\x6d\xb5\x66\x9e\x8b\xbc\x0d\xc3\x35\x44\x41\x5a\xcf\x38\xd7\x75\x90\x14\x8b\x06\xd0\x31\xef\x45\x4b\xb0\xed\xcc\x74\xf9\x97\x2f\x75\x9b\x6b\xb2\xc9\xeb\x48\x49\xd2\x4a\xde\x19\x9b\xe5\x0b\x84\x8e\xee\x6d\x50\x1b\x68\xe3\x4d\xe7\x66\x55\x21\x1e\xdd\x04\xa6\x60\x93\x06\x13\x9f\x7c\x64\xbc\xed\xd3\x80\xf1\xe4\x79\xbd\xd2\x4a\x9c\x5b\x37\xe6\xdc\x7a\x19\x81\x78\x1d\x31\x07\x24\xc5\xf4\xbb\x7c\x1c\x72\x60\x0d\x69\x3d\x6f\x3f\xab\x78\x63\x3f\x39\xd3\x89\x6f\x2f\x99\x8d\x41\xc6\x26\x77\x91\x29\x43\xba\xb8\xa2\x67\xff\x17\x00\x00\xff\xff\x3a\xac\xd2\x8d\xcc\x46\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYaml, - "Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\xb8\xb1\xff\xdd\x7f\xc5\x8e\xe7\x66\xdc\xd7\x67\x49\x71\xd2\x36\x79\xea\xf5\x66\x18\x89\x76\x94\xd3\xb7\x48\xf4\x25\x69\xa7\xa3\x81\xc8\x95\x84\x84\x24\x78\x00\x28\x5b\xbd\xf1\xff\xfe\x06\x00\xbf\x8b\x94\x14\xc7\x49\xef\xee\x97\x8b\xc9\xc5\x67\x17\xbb\x8b\xdd\xc5\x12\x10\x89\xe8\x2f\xc8\x05\x65\x61\x17\x24\x06\x91\x4f\x24\xb6\x59\x84\xa1\xd8\xd0\x95\x6c\x53\xd6\xd9\x5e\x9d\x7d\xa6\xa1\xd7\x05\x27\x79\x7d\xe6\x93\x25\xfa\xa2\x7b\x06\xd9\x88\x2e\x20\x89\x5e\x3e\x6f\x05\x3b\xf1\xab\xdf\x8a\x14\xa0\x90\x18\xca\x96\x78\x4e\xcf\x00\xee\x23\x42\x44\x17\xae\xda\x57\xed\x67\x67\x01\x0a\x41\xd6\xd8\x85\x0b\x0b\x42\xbc\x03\xdb\x9a\x02\x09\x3d\xc8\x47\xc1\x68\x37\x7f\x37\x84\x25\x11\xe8\x01\x89\x22\x9f\xba\x44\x52\x16\xc2\x1d\x95\x1b\x98\xcf\x87\x20\xe2\x28\x62\x5c\xc2\x86\x08\x58\x22\x86\x67\x00\x2e\x47\x22\xd1\x03\x1a\xc2\x8e\xc5\x1c\x22\xce\x3e\xa1\x2b\xdb\xe0\x6c\x10\x62\x81\x3c\x24\x01\x76\x22\x22\xc4\x1d\xe3\x1e\xac\x18\x07\xe2\xba\x28\x04\x0d\xd7\x20\x37\x98\x30\xf5\x88\x24\x8a\xf1\x19\xc0\xf9\x0f\xbf\xf5\x5f\x2f\xfa\x96\x63\xbd\xb6\xe6\xf6\xc3\x39\x50\x01\xfa\xd1\xed\xdc\x9e\x8d\xad\x91\xfd\xd0\xd1\x7f\x4e\xad\xf9\xfc\xfd\x64\xd6\x7f\x68\xc3\xd4\x47\x22\x10\x96\x08\x22\xe6\x08\x92\x25\x62\x29\x06\x67\x00\x2b\xe6\xfb\xec\x4e\x31\x14\xe8\x72\x94\xa2\xab\x98\xbc\x71\x9c\xe9\x7c\x31\xb7\x7b\x33\xdb\x79\x38\x07\x97\x85\x92\xd0\x30\x15\x2b\x7d\xff\xb3\xfd\x71\xee\x4c\x66\xf6\x03\xac\xa8\xaf\x67\xe4\x69\x44\x0e\x02\xf9\x36\xc1\x54\x4c\xd5\x78\x0c\xe5\xdf\x15\xf4\xdb\x9b\xd9\xe4\x76\x3a\x5f\xd8\xe3\xde\xec\xe3\xd4\x39\xc0\xa4\x4a\x99\xb1\x53\x4c\x52\x86\x09\x3b\x37\xe6\x6a\xe0\xdb\x1b\xce\xe2\x48\x80\xcb\x82\x20\x0e\x13\x1b\x89\xf6\xc5\x59\x80\x92\x28\x3d\x2a\x0f\x21\x61\xc8\xa4\x79\xa3\xfe\x04\xf0\x50\xb8\x9c\x46\x52\x7b\x9c\x15\x02\xde\x93\x20\xf2\x11\x66\xe8\xc1\x1b\x22\xe1\xed\x6b\x26\x84\x76\x8a\x97\xed\xe7\xfb\xd6\x27\x7b\x7e\xa2\x51\x21\x33\x5c\x1b\xae\x19\x87\x80\x71\x04\x1a\xae\x18\x0f\xcc\x60\xb2\x64\xb1\x84\x38\xb1\x36\x15\x99\xeb\x5e\x82\x40\x84\x8d\x94\x91\xe8\x76\x3a\x6b\x2a\x37\xf1\xb2\xed\xb2\xa0\xf3\x69\xc9\x84\x68\x25\x8a\x42\xde\xa2\x01\x59\xa3\x48\x1e\x23\x89\x5a\x2f\x5b\xd9\x3a\x31\x2f\x3b\x4b\x9f\x2d\x3b\x7a\x25\x74\x66\xb6\xd5\x1f\xd9\x6d\xe2\x31\xb7\xad\x25\xa4\x2e\x0b\x7b\x3e\x11\xa2\xab\xff\xa9\x10\xf4\xf3\xd2\x5a\xf3\xa8\x88\x7c\xb2\x6b\x29\x5f\xed\x56\x54\xf1\xbf\x89\x87\xfe\x69\x9a\x29\xe0\xd2\xe8\x44\x39\xb5\xdc\x70\x16\xaf\x37\x89\x32\x9c\xe1\xfc\x7f\xf6\xd1\x23\xce\xb6\xd4\x43\xde\x2a\xb3\x49\x34\x7f\x09\x83\x30\x91\x55\x92\xb5\xd0\x4b\xfa\xf2\x13\xd9\x12\x44\xfd\xbf\x4b\x3d\x73\xf3\xbe\x36\x50\x78\xcc\x8d\x03\x0c\x8d\xb5\x5b\x31\xf7\xbb\x99\x5a\xcd\x4a\x6b\x73\xf4\x36\x44\x6a\xed\x96\x88\x3b\x18\x76\x38\x7a\xad\x0d\x91\xad\x44\xbf\xa1\x44\x1e\x71\x2a\xb0\x55\x70\x81\x96\xe2\xaa\x6c\xda\x39\x20\x86\xcf\xc2\x75\xab\xe4\x65\x4e\xd1\xde\xe0\xe1\x8a\x86\x28\x80\xa3\x60\x31\x77\x51\x40\x88\xe8\xe9\xd5\xa4\x41\x19\x78\xb8\x45\x9f\x45\x40\xaa\x4e\x99\x09\x05\x56\xc1\x2f\xe7\xc8\xb7\xc8\xb5\x8d\xf6\x42\xd6\x65\x82\x4a\x43\xd7\x8f\x3d\xe5\x7c\x04\x96\x31\xf5\x3d\xb5\x02\x57\x74\x1d\x73\x43\x56\x72\x74\x0f\x23\x9f\xed\x94\x76\xaa\x54\x85\xe8\x64\xd6\x52\x3d\xa1\x5e\xa7\xc6\x5b\x8c\xc7\x67\x6b\xc6\x45\x1d\x6b\xb3\x50\x51\x58\xb9\x09\x66\x32\x20\x77\x29\xe5\x4c\xed\x03\xfa\x4e\x62\xf1\x11\x83\x6b\x80\x6d\x9a\x69\x4c\x26\x00\x30\x0e\x78\x30\x77\x28\x12\x11\x11\x17\xbb\xb9\x33\x9f\xb1\xa5\x8a\xed\xa2\x7b\xd6\x82\x62\x02\xdb\x5e\x9d\x01\x98\x64\xa5\x8c\x42\x5d\xa5\xa8\x62\x34\xaa\x89\x47\x95\x88\xa4\xb2\xc5\x1d\x2e\x75\x50\x45\x7e\x21\xf4\x8c\x40\x4d\xb0\x9d\x90\x0b\x83\xdc\x26\x7e\xb4\x21\x95\x15\x80\x11\x86\x1e\x86\x2e\x45\xd1\x85\x8b\x7f\xfd\x76\xae\xa4\x3f\xd7\x51\xde\x9a\x4e\x87\x83\x9e\xe5\x0c\x26\xe3\x85\x4e\x1e\x66\xc2\xe7\xa9\x87\x00\x9c\x2b\xc9\x15\x71\x22\xfb\xf9\xc3\xbf\x2f\xf4\xcb\x3c\xdf\xea\x19\xe4\x9e\xd2\x85\x1a\x5c\x4d\x66\x14\x5b\xff\x56\x44\xe8\x1a\x30\x35\xad\x04\xb7\xa5\xff\xe8\xc2\xab\x67\xaf\x9e\xa5\x2b\x81\xf0\x35\xca\x69\xf9\xb1\x40\x1f\x5d\xc9\x78\x77\xcf\x05\x7b\xda\x03\xeb\x99\x7e\x1f\x33\x89\x3f\xaa\x9d\xcc\x72\x6c\x3d\xc6\x5c\x7f\xf9\xcb\x8b\x3a\x73\xa5\x8f\x7f\x47\xe6\x4a\x63\x57\x6e\xb3\xdc\x5a\x4f\xe9\xe1\xc6\x5e\xc7\x14\xf7\xe2\xc5\xb3\xbf\xd5\x28\x2e\x7b\xfc\x28\xc5\x25\xac\xbf\x89\xfa\xd2\x6a\x2b\xd2\xe1\x59\x15\xbf\x2a\xc8\xbb\x7e\x2c\x24\xaa\x72\xac\xde\xed\x3f\xc7\x4b\xe4\x21\x4a\x14\xca\xef\x25\xf3\x91\x13\x89\xad\x38\xe4\x48\xbc\x5d\x0b\x43\x2f\x62\x34\xd4\x85\xa8\xe4\x31\x9e\x3f\xbd\x35\x94\xbc\x25\x63\x24\x22\x0f\xa6\x5d\x18\xb3\x10\xf7\x0d\x64\xb0\x92\x71\xe9\xdb\x2e\xbc\x7a\xf5\xea\x95\x21\x8e\x97\x3e\x15\x9b\x31\x93\x33\x35\x09\xcb\xf3\x38\x0a\xa1\x56\xb2\x9a\xc2\xd3\xba\x3d\xf5\xea\x67\xa5\xc2\x4d\x66\xd6\x19\x8b\xe5\x97\x1b\x55\x8f\x32\xfb\x90\x5c\xc3\x69\xc2\x49\xad\xf8\x6d\xe3\xbf\x64\x29\x68\x33\xfd\x17\x2a\x45\x7c\x43\xad\x88\x27\x52\xcb\x89\xe1\x76\xc3\x84\x54\x50\x6f\x26\x73\x47\xbd\x5d\xe8\x8d\x98\x01\x92\x39\x63\x89\x3c\xa0\x61\xc2\xb8\x5a\x8a\x57\x35\x7c\x80\x75\x63\xd4\x18\xa8\xbd\xc5\x5c\x72\x24\xc1\x9e\x3a\x9f\xd4\x35\x1a\x25\x78\xad\x2a\x56\xb3\x72\xbe\xad\x04\x45\xf5\xb3\x58\x46\xb1\xcc\xb4\x9c\x29\xb2\x46\x2d\x0e\x59\x67\x2f\x1b\xc1\xbb\xaa\x74\x15\xd2\xc4\x07\x5d\xf9\xa7\x88\x7a\xc7\x7c\x2f\xfb\x94\xab\x81\xbd\xc9\xd8\xb1\x3f\x38\x8b\xfe\x60\xf6\x90\x10\xac\xa9\xcc\xb9\x73\x5c\x29\xb2\xf9\xe4\x76\xd6\xb3\x17\x33\x7b\x3a\x99\x0f\x9c\xc9\xec\xe3\x62\x66\x5f\x3f\x64\x54\x31\xa7\xf5\x54\xb7\xb3\x61\x4a\x25\x77\x11\x76\xe1\x86\x26\x32\x49\x15\x9a\xd7\xbb\x94\x93\x91\x71\x5e\x79\x0a\x80\xe1\x36\xff\x23\x8d\x96\x23\xeb\x17\x7b\xbc\x18\x0d\x66\xb3\xc9\x4c\xb1\xc8\x08\x00\xb6\xc4\x8f\xb5\x46\xaa\x34\x0f\x0d\x28\xd6\xec\x66\xbe\xb0\xa6\x53\x7b\xdc\x6f\x86\x29\x10\xed\xe3\x58\x33\x67\x70\x6d\xf5\xb4\x0e\xeb\x20\x8a\xef\xf3\xd1\x2b\xc6\x5d\x9c\xc6\xbe\x5f\x08\xe4\xfa\x39\x67\x41\xb7\x00\x73\xd0\xfc\xa9\x03\x64\xdb\xf4\x97\xcf\xf3\x6d\x7a\xf7\xaa\x7d\x55\xa1\x4c\xb6\x16\x3f\xfc\x36\x18\x59\x37\xf6\x62\xee\xcc\x6c\x6b\xa4\x1d\x66\x3e\xb5\x7a\x76\x2e\x1d\x0d\x5d\x8e\x7a\xc7\x5a\x96\xcf\x18\x71\xae\x8d\x65\x96\x3c\xa7\xeb\x35\xf2\x2c\x9d\x99\x96\x42\x3e\x01\xd3\xfa\x51\x2c\x6f\x06\xce\x9b\xdb\xd7\x8b\xf7\xf6\xeb\x37\x93\xc9\xcf\x69\x73\xa6\xea\x1c\x6f\xe2\x65\x8a\x84\x21\x72\xea\xd6\x42\xd9\x63\x7b\x36\xe8\x1d\xc6\x32\xc3\x13\x30\xdd\xb1\xe8\x6d\x48\xb8\xc6\x2e\xfc\x56\xa6\x1c\xe4\xef\x12\x6a\xf3\xdc\x84\x80\xe4\x45\x63\xb4\xe8\x57\x92\xed\xf7\x0b\x19\x1c\x35\x94\xe8\xc2\xd5\x57\x94\x01\x75\x8b\xd1\xcc\x7f\x86\xa6\x9d\x57\xda\x0d\xa7\x24\xe5\x39\xee\xcf\xf3\xe4\xb9\x7e\xa9\xac\xc7\xf4\xa3\xe7\x93\xe9\x08\x92\x80\xa7\x9b\x5a\xa2\x18\x49\x4a\x81\x25\x5f\xcc\xfd\xd7\x8b\xb9\x3d\xfb\x65\xd0\xb3\x17\xd3\x99\x7d\x3d\xf8\xb0\x18\x59\xd3\xe9\x60\x7c\x53\xa0\x2d\xae\xed\xfa\xa2\xf8\x1f\xfd\xd7\xf5\xd8\x6f\xc7\xfd\x41\x3d\x52\xf2\xf2\xa1\x7e\x5c\xda\x84\x6d\x1c\x9b\x75\x69\xeb\xc7\xa7\x5d\xdb\xc6\xf1\x59\x5b\xb7\x7e\x7c\xda\x17\x6e\x1c\x9f\x35\x8e\x6b\xc6\x3b\x1f\xb2\xd7\xdf\x44\xa9\xa3\xc1\x78\x31\x9d\x4c\x86\x8b\xf9\xe0\x9f\xcd\x12\x96\xa8\x1a\xa6\x39\xb2\x3e\x9c\x82\x54\xa4\x6a\x40\x72\x3e\x2c\x06\xf3\xc9\x50\x4f\xa2\x11\xa8\x48\x54\x87\x93\xb6\xa9\x95\xaa\x16\xd3\xd9\xc4\x99\xf4\x26\xc3\x3a\x34\x2f\x14\xed\xfe\xd8\x10\xd6\xe0\x4c\xa6\xf6\x78\xfe\x66\x70\xed\x2c\x52\xa2\xcc\xc9\x9b\x9d\xaa\x71\x73\xf3\x05\xe8\xd3\xc9\xcc\xa9\x43\x3f\x57\xdb\x9b\xf3\x1a\xac\x72\xf7\xbf\x92\x51\xb3\xe1\x1d\x94\x6e\x07\x49\xd4\x32\x29\xa1\xb5\x65\x7e\x1c\xe0\x51\xb8\xfa\x79\x56\x3e\x38\x1c\x17\xca\xf9\x38\x3d\x09\x4a\x13\x36\xe3\x35\x6b\x3e\x7f\xdf\x3c\xfa\xf0\x82\x2e\xd3\xd4\xa1\x8c\xde\x2d\x7a\xc3\xdb\xb9\x63\xcf\x8e\x40\xd5\x10\x36\xe0\xbd\xbb\xb5\x6f\xed\x79\x23\x8a\x79\xdd\x30\xd6\x99\x4c\x07\xbd\xe6\xb1\xe6\xf5\xa1\x25\x52\xfe\xe6\x53\x0f\xd4\xf0\x7d\xe8\x04\xd4\x93\x1c\xf2\xd3\x5a\xf7\x2c\x5a\x18\xba\x7c\x17\xc9\xa3\xce\xd9\xc4\xe4\x34\xe1\x0f\x39\x6c\x95\xb6\xd9\xd5\xea\x28\x4f\x41\x3c\xec\x33\x4d\xd4\x87\x90\x4f\xf3\xc6\x26\xea\x3a\x64\xeb\xd6\x99\x2c\xfa\xf6\x74\x38\xf9\xb8\xb0\x3f\x4c\x87\x93\xbe\xdd\x80\x5a\x47\x59\x1b\xd7\xed\x6b\xeb\x76\xe8\x2c\xde\x4e\x5e\x17\x36\x39\x5f\x94\xc4\xea\xd2\xe3\x60\x64\xcf\xb2\x90\xa9\x32\xe5\xe2\x80\x1f\x1c\xc7\xd5\xb5\xee\xb1\x82\x4b\x13\xa9\xed\xc7\x94\xf9\xd4\xdd\x75\xc1\xf2\xef\xc8\x4e\x14\x28\x7c\xba\xc5\x10\x85\x98\x72\xb6\xc4\x6e\x49\x18\xbc\x2f\xd6\x57\xe6\x3f\x97\x05\x01\x09\xbd\xea\xe3\x16\x74\x96\x34\xec\x2c\x89\xd8\xec\xbd\x69\xb9\xfb\xc4\x2c\x92\x2a\xb2\xeb\x41\x25\x09\xda\x15\x00\x1a\x52\x49\x89\xdf\x47\x9f\xec\xe6\xe8\xb2\xd0\x13\x5d\xf8\xdb\xb3\xbd\xad\xd1\x61\x35\x14\x5a\x71\xa9\x08\x59\xb9\x98\x34\x97\x5f\xbe\x7c\x55\x62\x9c\xec\xb8\x98\xcf\x3e\x53\x52\x7a\x13\x71\x26\x99\xcb\xfc\x2e\x38\xbd\xe9\x41\xcc\xfc\xb3\x43\x11\x33\x69\xb3\x3d\x06\x30\x6f\x8c\x57\x01\xc5\x23\x11\xd3\xfe\x63\x19\xb1\x52\x02\x34\x03\x72\x24\x1e\xfd\xef\xba\x4f\x59\x84\xb6\xd8\xc0\x8a\xf8\x02\x8f\x7b\xd1\xd5\xb3\xd2\x44\x92\x0f\xa7\x65\xd1\x7c\x1a\x50\x29\xaa\xe2\x06\x18\x30\xbe\xd3\x49\xcb\x1e\x4d\x66\x1f\x17\xc3\xc1\x68\x50\xca\x30\x26\x1b\x8c\x58\x1c\x56\xfd\x2e\x50\xcf\xa6\x44\x6e\x4e\xa8\x6f\x0a\xdf\x12\x5b\x9f\x71\x27\x24\xe3\x58\x47\xa5\x54\x30\x09\xfd\x5d\xa5\xc7\x50\xc7\xee\xd4\xec\x55\x64\x9d\x8e\x79\x84\x08\x85\x3e\xe2\x0d\x27\x2e\x4e\x91\x53\xe6\x65\x26\x78\xf9\xd7\xb3\xb2\xc6\xc4\x7e\x17\xe8\xf0\xe4\x93\x6e\x41\x49\x16\xf3\x6c\x9c\xc4\x85\xd2\x49\x94\x5a\xf4\xe3\xf3\x3b\xce\xe5\x50\xd1\x51\x6d\x9e\x14\xba\x14\x53\xc2\x49\x50\x98\x34\x89\x25\x0b\x88\xa4\x6e\x45\x8f\xd9\xb2\x55\xfc\x4a\x4a\x3a\x14\xf8\x1e\xd5\x64\x3a\xd2\x65\xfc\x03\xb6\x53\x6a\x3e\x9e\x3d\x49\x53\xa5\x90\x92\xff\x20\xad\x95\x4a\x11\x71\x5c\x63\xf0\x75\x6d\x96\xd1\xc7\xf9\xbb\xa1\x6e\x5a\x34\x6e\x8e\x0f\x75\x34\xcc\xf0\xaf\x6a\x6a\x18\x88\xaf\xea\x6b\x18\x88\xe1\xe4\xbd\x3d\x5b\xf4\xac\xb9\xbd\x70\xac\xd7\x43\xb3\xa5\x6e\xda\xca\x1c\x18\xd1\xcc\x61\x64\x7d\x58\xf4\x26\xe3\xb1\xdd\x53\x86\x38\x08\x5d\x21\x6d\xc6\xbc\x76\x74\x43\x44\x69\x67\x31\xb4\x1b\x5a\x14\xb5\xa4\x87\x31\xad\x0f\x27\x63\x16\x48\x9b\x31\xad\xc1\xe4\x10\x8e\x35\x98\xec\x55\xb5\x5d\xa8\xad\x88\x1f\x5b\xec\xd6\x96\x08\x2f\xca\xf5\x9b\x74\xa3\x39\x73\x3f\x57\x33\x01\xec\x7f\x7e\x4f\xe8\x69\x80\x2c\x96\x79\xc5\x71\x4a\xb0\xdd\x2b\xf4\x8f\x17\xaf\x7b\x8c\xbf\x4f\xb9\x56\x57\xac\xd1\x53\xea\xb7\x64\x5d\xbf\xef\xff\xe3\xfc\x87\xf2\x1a\x3f\x37\x46\x85\xd6\x06\xae\x9e\xbf\x6c\x3f\x6b\x3f\x6b\x5f\x41\x2b\x86\x1f\xf2\x48\x02\xad\x7e\xfa\x67\xed\xb2\xd6\x2c\x10\x2e\xe6\xf6\xd0\xee\x39\x70\x75\x71\xdc\xcc\x7f\x3d\xd9\x6a\xa7\xd5\x75\x5b\xc2\x3b\x3e\x5d\x76\xf4\x5c\x3a\x2a\xc8\xd7\x54\x56\x8d\xa6\x6f\x45\x5b\xe6\x9f\x5a\x41\x15\xb6\x42\x8d\x15\xd4\x89\x9c\xa0\x70\x0a\xf5\x17\x8d\xd5\xf3\x09\x0d\xca\xc6\x77\xd5\xa3\xf1\x11\x58\x4d\xf4\x5f\x29\x7d\x2a\x8b\xe7\x51\x05\x90\x86\xe8\xa6\xa1\xa7\xf4\x09\xcd\xb1\x6e\x1e\x2a\xf4\x27\x7e\x6b\x7b\x8a\xa2\x69\x5a\x67\x9e\xef\x50\x39\x65\xf6\xcc\x2b\x01\x73\x14\x72\xc4\x3c\xcc\x4c\x3b\x43\xe2\xbd\xe7\x54\xe2\x24\x4c\x3e\x1a\xee\xed\xa9\x38\xfe\x1a\xa3\x28\xae\x1c\x55\x6f\x27\x6d\x8c\x5f\x26\xc3\xdb\x91\xbd\xe8\x59\x53\xab\x37\x70\x3e\x3e\x9c\x45\xca\x41\x50\x6a\xef\x69\xed\x9f\x1d\x52\x42\xeb\x33\x15\x72\x83\xc5\x69\xb6\xcf\x00\x92\xb3\xc0\xc6\x4f\x8b\xc7\x5a\xd5\x93\xec\x88\x66\x75\xba\x67\x46\x42\xca\xd1\xcb\x7c\x30\x49\x44\x6a\x9b\x40\xa2\xa8\x2a\xc7\x45\x2f\x16\x92\x05\xfa\x54\x45\x26\x4f\xe9\x54\x07\x70\x16\x4b\x6c\x03\x0c\x91\x6c\x11\x96\x3e\x09\x3f\x6b\x2a\x0f\x57\x24\xf6\x4d\x4d\x9d\x0e\xbf\x04\x6c\xaf\xdb\xd9\x81\x8a\x1f\x8b\xa7\x84\xd5\xfb\x9f\x5a\x3f\x26\x37\x00\x7e\x6a\xff\x98\x00\xb4\x3c\x16\x10\x1a\xb6\x44\xbc\x5a\xd1\xfb\x9f\x2e\xaa\xb3\x4f\x25\xd4\x42\x99\x83\x28\x6f\x12\x76\x99\x22\xca\x87\x41\xaa\x93\xbc\xa1\x32\xf9\x6e\x0f\xb7\xb3\x41\xf5\x18\x4b\x95\x9f\xa2\x9e\x61\xc4\x04\x95\x8c\xef\xc0\x7c\xb6\x37\x6c\x6a\xcf\x0d\x1c\x50\x7a\xe3\xf9\xf5\xec\xdb\x77\x27\x3f\xac\xfe\x6b\x4c\xdd\xcf\x42\x12\x2e\x45\xdd\x04\x96\x9c\x84\xee\xa6\x23\xc9\x1a\x38\xae\x90\xa3\x71\xd2\x1a\xd1\xf3\x97\x4d\x52\xcf\xec\xeb\x5c\xc8\xf3\xab\xf6\x8b\xf3\x2a\x47\x95\x07\xf4\x31\x76\x1a\x6a\xd4\xc4\x6a\x20\x99\x39\x28\xfd\x77\xc0\x20\x92\x3b\xad\x4b\xce\x58\x4e\xe0\x51\xae\xf7\x21\xbb\x3d\x2f\xee\x99\xf3\x1c\xd0\x4f\x29\x32\x01\x0b\x67\x3b\x72\xb1\x24\xf3\x98\x4f\x85\xec\xa4\xff\x68\x7d\xf2\x96\x6e\x55\xce\x7e\x7a\x7c\xf1\xed\xb8\x3f\x30\x2b\x4a\x5f\x89\x58\xee\x4a\x67\xb7\x25\xd3\x6b\xd9\xdf\xea\x3b\x1f\xfa\xd0\xa3\x71\x08\xe3\xb0\xda\x87\x3f\x91\x2d\xe9\x1a\xfb\x74\x72\x02\xd1\x49\x03\x72\x69\x32\x65\xbe\xa5\x45\x99\x7f\x3d\x4d\x66\xa2\x81\xf7\x71\x1d\xe6\xb1\x21\x15\xb2\xbf\xe7\xaf\x19\x78\xe2\xe3\xf5\x9c\xab\x4c\x0b\xb5\x44\x93\x3f\x2a\x4b\x55\x99\xcd\xe9\x7f\x10\xd8\xaa\x78\x81\x23\x89\x69\x66\x95\xa7\xec\x4c\x72\xde\xb3\x6a\x26\x8e\x89\xe8\xd0\x23\x11\x71\xa9\xcc\x8d\x5b\x89\x8a\x07\xa4\xbb\xba\xa1\x55\xe1\xde\xc5\x18\x1b\x35\x88\x4b\x10\xa8\x02\xaa\x34\xd6\xd5\x85\x9d\xd0\xf7\x88\x04\xc2\xaf\x8a\x4e\xc0\x1d\xf5\x7d\x58\x62\x9e\x89\x89\xef\xef\xb4\x71\xd3\x7b\x48\x77\x1b\x0c\xb5\x0b\x2c\x39\xfb\x8c\x1c\xcc\x7a\x6b\x83\xe5\x0b\x76\xa9\x5e\xec\x32\x90\x80\x78\x98\x5e\x46\x5a\xfa\x08\x44\x18\x63\x67\x49\x41\x03\xd3\x10\x6c\x6b\xda\x86\x31\xd3\xf7\x89\x88\x04\xe2\xfb\xa9\x3c\xa9\x2b\x56\x02\x3c\xfc\x39\x88\x85\xfc\xb3\xbe\x90\x14\xa1\x4b\x57\x14\x3d\xd8\x20\xc7\x14\x91\x71\x0f\xb9\x5e\x6b\x98\x49\x5e\x9a\x13\x30\x33\x0b\x8e\x81\xe2\x6b\x8d\xde\x25\x13\xda\xb3\x8f\xd6\xa0\xc8\xac\x91\x7f\xfe\xaa\x26\x24\x16\x51\xf7\x04\x4d\x4b\x45\xf7\x3b\xd2\x74\x22\xcf\xef\x40\xd3\x5a\x83\x25\x4d\x27\x1f\x0b\x9b\x52\x3f\x5b\x69\x64\xd3\x86\xab\xde\xfd\x4a\x5b\x79\xfa\x9a\x57\x95\x55\x72\xb7\xe5\xe7\x94\x66\x6e\x20\x4a\x11\xa1\xd8\x35\x3c\x5c\x17\xbc\x54\x85\x41\xd2\x47\x3d\x26\x6c\x49\xac\x34\x41\xe4\xb3\x38\x26\xe8\x35\xf5\x31\xdc\x97\xb2\xf0\x45\x31\x11\x2b\xe5\xd3\xfe\xf4\x79\x2f\x1b\x2a\x99\x54\xd5\x59\x2f\xd3\x9f\xde\xfe\x3c\x07\xc6\xe1\x6d\xcf\xfe\x59\x5f\xb7\x3a\x28\x90\xb3\x8b\x9a\x84\x31\xdf\xcf\x9b\xf4\x41\x84\x60\x2e\x35\x9e\x4e\xe5\x26\xd1\x81\x06\x77\x91\x4b\xba\x52\x1e\xd8\x64\xb8\x5e\x4e\x51\x67\x34\x5d\xca\xd5\x30\x2e\x5d\x93\x2c\xcd\x9c\x84\xde\x09\x6c\xb3\x59\x4f\x13\xa0\x0a\xdf\xac\x4f\x55\x4d\x11\x28\x05\xdc\x93\x56\xc4\x98\xdf\x09\x68\xa8\xff\xd1\x12\x2a\x71\xa4\x92\xa4\x17\x9d\xd0\x2b\x24\xd7\xda\x64\x91\x14\x62\x23\x1a\xd2\x20\x0e\x60\xca\x98\xaf\x73\x50\x31\x95\x95\x0f\xca\x1c\x94\x86\xdc\x3f\x89\x34\xe4\xfe\x80\x34\xa5\xc3\x36\x75\xd2\x48\x4e\x42\x41\x5c\x5d\xe6\x52\xc1\xfc\xfc\xba\xd7\xa3\xa4\x71\x72\x38\x18\xa4\x70\x45\x89\x4a\x87\x76\xea\x04\xda\xb0\x3b\xcd\x5a\x12\x15\x4f\x75\x54\x07\xc2\x51\x67\x76\x15\xe1\x94\xbb\xb0\x20\x22\x1c\xbd\x3d\x41\xcc\x0d\xb5\x21\xbb\x53\x8e\xaa\x32\xbb\xa3\x41\xf4\xe6\x35\x8f\x6e\x87\x5a\x8a\x35\xae\x1b\x24\x0a\x8e\x90\x07\x54\xaa\x55\x13\xc6\xc1\x12\xb9\x5a\xc3\x82\x06\xb1\x2f\x49\x88\x2c\x16\xe0\xfa\x34\xb9\x38\x17\xa2\x6b\xae\xae\xd6\x0b\x98\x9a\x2c\xc7\x29\x8c\xa9\xc8\x59\x6d\x4c\xd6\x09\x98\xf8\xa3\x8f\xe1\x5a\x6e\xd2\xd0\xa2\x57\x9b\xc9\x0e\xe6\xae\xa0\xb9\xca\x4c\xe0\xfa\x76\x38\x54\x35\x2b\xd0\xd0\xc3\xfb\x06\x11\xaf\x63\xdf\x77\x54\xc9\x9b\x3a\xfb\x7b\x05\x37\xd4\x1c\x2a\x12\x56\xdb\x9c\x07\x54\xf8\x6d\x24\x4c\xc0\x0f\x4b\x58\x6c\x9a\x56\x24\x54\xd5\x3d\x67\xbe\xd0\x42\xd1\x30\x64\xde\x72\x11\x0b\x5c\x84\x44\xd2\x2d\x2e\x08\x65\x20\x50\x4a\x95\xde\x74\x88\x07\x6a\xe4\x37\xef\x21\x6d\x9f\x52\x61\xd2\xeb\xfe\x26\xd8\x08\x6c\xe8\xaa\x8d\xd7\x8a\x2c\x2a\x49\x27\xf7\x59\x80\x78\x01\x0d\xb3\xc8\xb9\xb7\xb3\x2e\x50\x16\x68\x74\xd7\x05\x2e\xfe\x45\x5a\xff\xb1\x5a\xff\x7c\xd6\xfa\xbf\x7f\xff\xf6\xea\x41\x6d\x4c\xf5\x59\x5f\x73\xb3\xfe\x3e\xe2\xaa\x5e\x29\x2c\xcc\xfa\xa3\x4a\x95\xc4\xdb\x54\xea\xc7\x02\xf9\xe1\x7a\xff\x36\xb9\x2d\x9f\xc9\xa7\x86\x14\x45\x7c\xf1\x70\x4c\xc2\xf2\x01\xcd\x2f\x91\xac\x49\x81\x19\xd5\xf4\x6b\xb5\x57\x3e\xfc\x79\x58\x36\x73\xfe\x3a\xed\xcd\x35\xd4\x1e\x37\x7a\xd3\x0d\xef\x71\xb9\x61\xec\x73\x52\x23\x3d\x5a\xbc\xda\x53\xe1\xc7\x05\x35\x87\xbb\x93\xcb\xc5\x47\xe4\x4d\x68\x9f\x4a\xe0\xda\xb3\xe7\x47\x25\x1e\xa7\x1d\x41\x15\x45\xee\x36\xd4\x35\xa5\x4d\xa1\xe3\x28\x74\x62\x4b\xef\x60\x8f\xa8\xe7\xf9\x78\xa7\x92\x8b\xb9\x8a\xaf\xf2\x4c\x52\x5d\x0b\x49\x7c\x1f\xbd\x74\xeb\x50\xc2\x50\x03\x42\xc6\x03\x5d\x63\x67\xa4\x90\x54\x93\x59\x57\x24\xef\x50\x9a\x4d\xfa\x47\x16\x83\xd8\xb0\xd8\xf7\x80\x85\xfe\x4e\x5f\x12\x57\xe1\x2f\x60\x1e\x5d\xed\xcc\x6f\x08\xd0\x15\xec\x58\x7c\xb1\xc5\x02\xee\xde\x1c\x54\x8c\xd4\x88\x1e\x5d\xe9\x86\x49\x81\x55\x27\xfd\x95\x8a\xaa\x89\x0a\x08\xb9\xa2\x32\x8d\xd7\xf7\x4f\x0f\xd4\xde\xf9\xcd\xe9\xa7\xdf\x22\xa4\x17\x13\xeb\xb6\x06\x8d\x67\x11\xbf\xcb\x9e\x20\x95\xac\x79\x53\x70\xe0\xc0\x61\xda\x52\x31\x07\x1e\xda\x9f\x5c\xac\xdf\x1f\x7c\x45\x8d\x9e\xca\xd7\x58\xa4\xd7\x9e\x5a\x7c\xca\x72\x7d\x4f\x43\x7b\xf5\x7a\xe3\x31\xc7\x8a\x18\xd9\x8f\x81\xec\xe7\xb8\xfa\x39\x27\x74\x5f\x1d\xcd\x0f\x9c\x96\x3c\x1c\x7f\xb2\x3a\xe2\x6e\x83\x72\x83\x5c\x81\xfb\x4c\x55\x35\xe5\x9f\x55\x30\x8d\x2a\x13\x09\x6a\xfb\x10\x86\x1c\xf7\x33\x96\x7e\x0e\x76\x0a\x6b\x71\x77\x43\xb7\x85\xd2\xb6\xe1\x38\x66\xda\x2d\xd5\x67\xb3\xf6\xfa\xa5\x23\xb2\xc5\x10\x02\xca\x39\xd3\xed\x84\x58\x98\xdd\xc8\xfc\xf9\xc0\x04\x7f\xb1\x57\xcf\x14\x47\x14\x9b\xcc\x7b\x97\xc6\x6a\x59\x11\xcf\xa3\xea\x6f\xe2\x03\xe1\x6b\xfd\xa3\x1d\xe2\x4b\x18\x5b\xf9\x78\x2b\x1d\x5f\x11\xa1\x78\xe3\xac\x22\xc3\x90\x0a\xa9\x96\x7f\xda\xed\xa5\x28\xb4\xa3\x24\x19\x83\x24\x3a\xcd\x3a\x3c\x2e\x8b\xa8\x8e\xee\x92\x99\x06\x6c\x66\x4b\x6d\xab\x15\xf3\x3d\xe4\x6d\x18\xac\x20\x0e\xb3\x46\xcd\xa5\x6e\xf0\x64\x58\x34\x84\x8e\xb9\x14\x5e\x81\x6d\xe7\xa6\x2b\xde\x70\xab\xeb\x1a\x90\x75\x51\x47\x4a\x92\x73\xf3\x3b\x02\x26\x79\x81\xd0\xb1\xbd\x0d\xe0\xec\x22\xe3\x4b\x97\x26\xa7\x10\x9f\xae\x43\xd3\x87\xca\x42\x49\x40\x3e\x31\xde\x0e\x68\xc8\x78\xfa\x1b\x1a\x4a\x27\xba\x50\x6d\x28\x5f\x75\x02\x81\x24\x83\x98\x4f\x77\xc5\x5a\xb6\xfa\xa9\xee\x40\xee\x38\xff\x6b\xfb\xe5\x9e\x17\xf6\xd2\x2f\x8d\xc9\x01\x3f\x73\xfa\x2f\x67\x52\x38\xeb\x57\x6e\xbb\xfe\x7f\x00\x00\x00\xff\xff\x4f\x6a\x5e\x8b\x70\x4a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\x36\xb2\xff\xdd\x7f\xc5\x8e\xa7\x33\xbe\xbb\x67\x49\x71\x72\xbd\xe4\xe9\x7a\x9d\x61\x24\xda\x51\x2a\x59\x8a\x44\x37\xc9\xdd\xdc\x68\x20\x72\x25\x21\x21\x01\x16\x00\xed\xa8\x1d\xff\xef\x6f\x00\xf0\xbb\x48\xc9\x49\x9c\xbe\xb6\xbf\x34\x22\x16\x9f\x5d\x2c\x16\xbb\x8b\x05\x60\x12\xd3\x9f\x51\x48\xca\x59\x1f\x14\x46\x71\x48\x14\x76\x79\x8c\x4c\x6e\xe9\x5a\x75\x29\xef\xdd\x5e\x9c\x7c\xa4\x2c\xe8\x83\x97\x36\x9f\x84\x64\x85\xa1\xec\x9f\x40\xde\xa3\x0f\x48\xe2\xe7\x4f\x3b\xd1\x4e\xfe\x12\x76\xe4\x53\x7a\x02\xf0\x29\x26\x44\xf6\xe1\xa2\x7b\xd1\x7d\x72\x12\xa1\x94\x64\x83\x7d\x38\x73\x80\xe1\x1d\xb8\xce\x0c\x08\x0b\x80\x71\xd6\x89\x35\x7f\xa9\x90\x29\x98\xec\x16\x6f\xc6\xb0\x22\x12\x03\x20\x71\x1c\x52\x9f\x28\xca\x19\xdc\x51\xb5\x85\xc5\x62\x0c\x32\x89\x63\x2e\x14\x6c\x89\x3c\x01\x58\x21\x32\xf0\x05\x12\x85\x01\x50\x06\x3b\x9e\x08\x88\x05\xff\x80\xbe\xea\x82\xb7\x45\x48\x24\x0a\x46\x22\xec\xc5\x44\xca\x3b\x2e\x02\x58\x73\x01\xc4\xf7\x51\x4a\xca\x36\xa0\xb6\x98\x32\x0d\x88\x22\x9a\xf1\x09\xc0\xe9\x77\xbf\x0d\x5f\x2e\x87\x8e\xe7\xbc\x74\x16\xee\xfd\x29\x50\x09\xe6\xd3\xcd\xc2\x9d\x5f\x3b\x13\xf7\xbe\x67\x7e\xce\x9c\xc5\xe2\xed\x74\x3e\xbc\xef\xc2\x2c\x44\x22\x11\x56\x08\x32\x11\x08\x8a\xa7\x62\x69\x06\x27\x00\x6b\x1e\x86\xfc\x4e\x33\x94\xe8\x0b\x54\xb2\xaf\x99\xbc\xf2\xbc\xd9\x62\xb9\x70\x07\x73\xd7\xbb\x3f\x05\x9f\x33\x45\x28\xcb\xc4\xca\xda\x7f\x72\xdf\x2f\xbc\xe9\xdc\xbd\x87\x35\x0d\xcd\x88\x02\x83\x28\x40\xa2\xb8\x4d\x31\x35\x53\xdd\x1f\x99\xfa\xa7\x86\x7e\x7d\x35\x9f\xde\xcc\x16\x4b\xf7\x7a\x30\x7f\x3f\xf3\x0e\x30\xa9\x53\xe6\xec\x34\x93\x8c\x61\xca\xce\x4f\x84\xee\xf8\xfa\x4a\xf0\x24\x96\xe0\xf3\x28\x4a\x58\x3a\x47\xb2\x7b\x76\x12\xa1\x22\x5a\x8f\xda\x34\x08\x63\x5c\xd9\x16\xfd\x13\x20\x40\xe9\x0b\x1a\x2b\x63\x6a\x0e\x03\xfc\x44\xa2\x38\x44\x98\x63\x00\xaf\x88\x82\xd7\x2f\xb9\x94\xc6\x30\x9e\xef\xcf\x3d\xa9\xcd\x52\xd7\x40\x02\x5c\x72\x01\x11\x17\x08\x94\xad\xb9\x88\x6c\x0f\xb2\xe2\x89\x82\x24\x9d\x60\x2a\x73\x33\x3d\x07\x89\x08\x5b\xa5\x62\xd9\xef\xf5\x36\x54\x6d\x93\x55\xd7\xe7\x51\xef\xc3\x8a\x4b\xd9\x49\x75\x83\xa2\x43\x23\xb2\x41\x99\x7e\x46\x12\x77\x9e\x77\xf2\x35\x61\x1b\x7b\xab\x90\xaf\x7a\xc6\xea\x7b\x73\xd7\x19\x4e\xdc\x2e\x09\xb8\x6f\xe5\xa2\x3e\x67\x83\x90\x48\xd9\x37\xff\xd4\x08\xe6\x7b\x65\x5d\x05\x54\xc6\x21\xd9\x75\xb4\x79\xf6\xcb\xa3\xef\x3e\x85\xff\x49\x87\xfb\x17\x37\xde\x62\x84\x82\x84\xe7\x56\x0f\xda\x8c\xd5\x56\xf0\x64\xb3\x4d\x35\xe0\x8d\x17\x7f\xdd\x07\x8f\x05\xbf\xa5\x01\x8a\x4e\x95\x4b\xaa\xeb\x73\x18\xb1\x54\x54\x45\x36\xd2\xac\xde\xf3\x0f\xe4\x96\x20\x9a\xff\x9d\x9b\x81\x9f\x6f\x69\x10\x20\xb3\x64\x8d\xae\x21\xe0\x7e\x12\x21\xb3\xd3\xdc\x49\x44\xd8\xcf\x95\x6b\x97\x58\x57\x60\xb0\x25\xca\xe8\xb8\x42\xdc\x43\xd6\x13\x18\x74\xb6\x44\x75\x52\x2d\x33\x85\x22\x16\x54\x62\xa7\x34\xfb\x1d\xcd\x55\xcf\x6c\xef\x80\x18\x21\x67\x9b\x4e\xc5\xbc\xbc\xf2\xac\x43\x80\x6b\xca\x50\x82\x40\xc9\x13\xe1\xa3\x04\x86\x18\x98\x65\x64\x40\x39\x04\x78\x8b\x21\x8f\x81\xd4\xad\x31\x17\x0a\x9c\x92\x49\x2e\x50\xdc\xa2\x30\x33\xb5\xe7\xab\xce\x53\x54\xca\xfc\x30\x09\xb4\x09\x12\x58\x25\x34\x0c\xf4\xd2\x5b\xd3\x4d\x22\x2c\x59\xc5\xc6\x03\x8c\x43\xbe\xd3\xda\xa9\x53\x95\xdc\x92\x5d\x44\xcd\x84\x66\x81\x5a\x9b\xb1\x76\x8f\x99\xe1\xc0\x5f\xb4\x1e\xb8\x20\x62\xf7\x57\x90\x8a\x0b\xb2\x41\xe3\x7a\xad\xd7\x48\x71\x2b\x4b\x39\x85\x28\xd9\x9a\xb6\xb2\xee\x81\x19\x48\xdd\xf2\x11\x13\x30\x00\xb7\x59\xb4\xb1\x81\x01\xc0\x5a\xe6\x7e\xfc\xd0\xdf\x65\x4c\x7c\xec\x17\xa6\x7d\xc2\x57\xda\xb7\xcb\xfe\x49\x07\xca\x91\xeb\xf6\xe2\x04\xc0\x46\x29\x3d\x37\xd4\xd7\xe3\x2a\x7b\xa3\x06\x7f\x54\xf3\x48\x3a\x5a\xdc\xe1\xca\x38\x55\x14\x67\xd2\x0c\x03\xf4\xa8\x32\x5f\x23\x2d\x72\x97\x84\xf1\x96\xd4\x16\x02\xc6\xc8\x02\x64\x3e\x45\xd9\x87\xb3\xff\xfc\x76\xaa\xa5\x3f\x35\x5e\xde\x99\xcd\xc6\xa3\x81\xe3\x8d\xa6\xd7\x4b\x13\x3c\xec\x28\x4f\x33\x43\x01\x38\xd5\x92\x6b\xe2\x54\xf6\xd3\xfb\xff\x9e\x99\xc6\x22\xd0\x9a\x11\x14\x06\xd3\x87\x06\x5c\x43\x66\xb5\xd9\xdc\x2a\x63\xf4\x2d\x98\x1e\x56\x8a\xdb\x31\x3f\xfa\xf0\xe2\xc9\x8b\x27\xd9\x82\x20\x62\x83\x6a\x56\xfd\x2c\x31\x44\x5f\x71\xd1\xdf\xb3\xc4\x81\x31\xc4\x66\xa6\xbf\xcf\x34\xc9\x3f\xeb\x3c\xd9\x35\xd8\xf9\x92\xe9\xfa\xfb\xdf\x9f\x35\x4d\x57\xf6\xf9\x0f\x34\x5d\x99\x0b\x2b\xe6\xac\x98\xad\xc7\xb4\x70\x3b\x5f\xc7\x14\xf7\xec\xd9\x93\x7f\x34\x28\x2e\xff\xfc\x45\x8a\x4b\x59\x7f\x13\xf5\x65\xd9\x56\x6c\x7c\xb2\x4e\x7e\xb5\xaf\xf7\xc3\x44\x2a\xd4\xe9\x58\xb3\xd9\x7f\x4c\x56\x28\x18\x2a\x94\xda\xee\x15\x0f\x51\x10\x85\x9d\x84\x09\x24\xc1\xae\x83\x2c\x88\x39\x65\x26\x11\x55\x22\xc1\xd3\xc7\x9f\x0d\x2d\x6f\x65\x32\x52\x91\x47\xb3\x3e\x5c\x73\x86\xfb\x13\x64\xb1\xd2\x7e\x59\x6b\x1f\x5e\xbc\x78\xf1\xc2\x12\x27\xab\x90\xca\xed\x35\x57\x73\x3d\x08\x27\x08\x04\x4a\xa9\x57\xb2\x1e\xc2\xe3\x9a\x3d\x0d\x9a\x47\xa5\xdd\x4d\x3e\xad\x73\x9e\xa8\xcf\x9f\x54\xd3\xcb\xee\x43\x0a\x0d\x67\x01\x27\x9b\xc5\x6f\xeb\xff\x15\xcf\x40\xdb\xe9\x3f\x53\x29\xf2\x1b\x6a\x45\x3e\x92\x5a\x1e\xe8\x6e\xb7\x5c\x2a\x0d\xf5\x6a\xba\xf0\x74\xeb\xd2\x6c\xc4\x2c\x90\x2a\x18\x2b\x14\x11\x65\x29\xe3\x7a\x62\x5e\xd7\xf0\x01\xd6\xad\x5e\x63\xa4\x37\x1a\x0b\x25\x90\x44\x7b\xea\x7c\x54\xd3\x68\x95\xe0\xa5\x4e\x5c\xed\xca\xf9\xb6\x12\x94\xd5\xcf\x13\x15\x27\x2a\xd7\x72\xae\xc8\x06\xb5\x78\x64\x93\x37\xb6\x82\xf7\x75\xbe\x2a\x95\xf5\x0f\x66\x03\xd0\xcf\xb3\x5e\xa6\xf0\x93\x1a\x52\xa1\x3b\x0e\xa6\xd7\x9e\xfb\xce\x5b\x0e\x47\xf3\xfb\x94\x60\x43\x55\xc1\x5d\xe0\x5a\x93\x2d\xa6\x37\xf3\x81\xbb\x9c\xbb\xb3\xe9\x62\xe4\x4d\xe7\xef\x97\x73\xf7\xf2\x3e\xa7\x4a\x04\x6d\xa6\xba\x99\x8f\x33\x2a\xb5\x8b\xb1\x0f\x57\x34\x95\x49\x69\xd7\xbc\xd9\x65\x9c\xac\x8c\x8b\xda\x57\x00\x64\xb7\xc5\x8f\xcc\x5b\x4e\x9c\x9f\xdd\xeb\xe5\x64\x34\x9f\x4f\xe7\x9a\x45\x4e\x00\x70\x4b\xc2\xc4\x68\xa4\x4e\x73\xdf\x82\xe2\xcc\xaf\x16\x4b\x67\x36\x73\xaf\x87\xed\x30\x25\xa2\x7d\x1c\x67\xee\x8d\x2e\x9d\x81\xd1\x61\x13\x44\xb9\xbd\xe8\xbd\xe6\xc2\xc7\x59\x12\x86\x25\x47\x6e\xbe\x0b\x1e\xf5\x4b\x30\x07\xa7\x3f\x33\x80\x7c\xcf\xfe\xfc\x69\xb1\x67\xef\x5f\x74\x2f\x6a\x94\xe9\xd6\xe2\xbb\xdf\x46\x13\xe7\xca\x5d\x2e\xbc\xb9\xeb\x4c\x8c\xc1\x2c\x66\xce\xc0\x2d\xa4\xa3\xcc\x17\x68\x36\xae\x55\xf9\xec\x24\x2e\xcc\x64\xd9\x25\x2f\xe8\x66\x83\x22\x0f\x67\xb6\xbe\x50\x0c\xc0\x96\x7e\x34\xcb\xab\x91\xf7\xea\xe6\xe5\xf2\xad\xfb\xf2\xd5\x74\xfa\x53\x56\x9c\xa9\x1b\xc7\xab\x64\x95\x21\x21\x43\x41\xfd\x46\x28\xf7\xda\x9d\x8f\x06\x87\xb1\x6c\xf7\x14\xcc\x94\x2f\x06\x5b\xc2\x36\xd8\x87\xdf\xaa\x94\xa3\xa2\x2d\xa5\xb6\xdf\xad\x0b\x48\x1b\x5a\xbd\xc5\xb0\x16\x6c\x7f\x3f\x97\x21\xd0\x40\xc9\x3e\x5c\x7c\x45\x1a\xd0\xb4\x18\xed\xf8\xe7\x68\xcb\x79\x95\x2d\x70\x46\x52\x1d\xe3\xfe\x38\x1f\x3c\xd6\xcf\x95\xf5\x98\x7e\xcc\x78\x72\x1d\x41\xea\xf0\x4c\x85\x4b\x96\x3d\x49\xc5\xb1\x14\x8b\x79\xf8\x72\xb9\x70\xe7\x3f\x8f\x06\xee\x72\x36\x77\x2f\x47\xef\x96\x13\x67\x36\x1b\x5d\x5f\x95\x68\xcb\x6b\xbb\x39\x29\xfe\xd7\xf0\x65\x33\xf6\xeb\xeb\xe1\xa8\x19\x29\x6d\xbc\x6f\xee\x97\x15\x61\x5b\xfb\xe6\x55\xda\xe6\xfe\x59\xd5\xb6\xb5\x7f\x5e\xd6\x6d\xee\x9f\xd5\x85\x5b\xfb\xe7\x85\xe3\x86\xfe\xde\xbb\xbc\xf9\x9b\x28\x75\x32\xba\x5e\xce\xa6\xd3\xf1\x72\x31\xfa\x77\xbb\x84\x15\xaa\x96\x61\x4e\x9c\x77\x0f\x41\x2a\x53\xb5\x20\x79\xef\x96\xa3\xc5\x74\x6c\x06\xd1\x0a\x54\x26\x6a\xc2\xc9\xca\xd4\x5a\x55\xcb\xd9\x7c\xea\x4d\x07\xd3\x71\x13\x5a\xc0\x64\x77\x78\x6d\x09\x1b\x70\xa6\x33\xf7\x7a\xf1\x6a\x74\xe9\x2d\x33\xa2\xdc\xc8\xdb\x8d\xaa\x75\x73\xf3\x19\xe8\xb3\xe9\xdc\x6b\x42\x3f\xd5\xdb\x9b\xd3\x06\xac\x6a\xf5\xbf\x16\x51\xf3\xee\x3d\x54\x7e\x0f\x49\xdc\xb1\x21\xa1\x73\xcb\xc3\x24\xc2\xa3\x70\xcd\xe3\xac\x1d\x38\x1c\x17\xca\x7b\x3f\x7b\x10\x94\x21\x6c\xc7\x6b\xd7\x7c\xd1\xde\xde\xfb\xf0\x82\xae\xd2\x34\xa1\x4c\xde\x2c\x07\xe3\x9b\x85\xe7\xce\x8f\x40\x35\x10\xb6\xe0\xbd\xb9\x71\x6f\xdc\x45\x2b\x8a\x6d\x6e\xe9\xeb\x4d\x67\xa3\x41\x7b\x5f\xdb\x7c\x68\x89\x54\xcf\x7c\x9a\x81\x5a\xce\x87\x1e\x80\xfa\x20\x83\xfc\xb0\x31\x35\x8b\x0e\x32\x5f\xec\x62\x75\xd4\x38\xdb\x98\x3c\x4c\xf8\x43\x06\x5b\xa7\x6d\x37\xb5\x26\xca\x87\x20\x1e\xb6\x99\x36\xea\x43\xc8\x0f\xb3\xc6\x36\xea\x26\x64\xe7\xc6\x9b\x2e\x87\xee\x6c\x3c\x7d\xbf\x74\xdf\xcd\xc6\xd3\xa1\xdb\x82\xda\x44\xd9\xe8\xd7\xdd\x4b\xe7\x66\xec\x2d\x5f\x4f\x5f\x96\x36\x39\x9f\x15\xc4\x9a\xc2\xe3\x68\xe2\xce\x73\x97\xa9\x23\xe5\xf2\x80\x1d\x1c\xc7\x35\xb9\xee\xb1\x84\xcb\x10\xe9\xed\xc7\x8c\x87\xd4\xdf\xf5\xc1\x09\xef\xc8\x4e\x96\x28\x42\x7a\x8b\x0c\xa5\x9c\x09\xbe\xc2\x7e\x45\x18\xfc\x54\xce\xaf\xec\x7f\x3e\x8f\x22\xc2\x82\xfa\xe7\x0e\xf4\x56\x94\xf5\x56\x44\x6e\xf7\x5a\x3a\xfe\x3e\x31\x8f\x95\xf6\xec\xa6\x53\x45\x82\x6e\x0d\x80\x32\xaa\x28\x09\x87\x18\x92\xdd\x02\x7d\xce\x02\xd9\x87\x7f\x3c\xd9\xdb\x1a\x1d\x56\x43\xa9\x14\x97\x89\x90\xa7\x8b\x69\x71\xf9\xf9\xf3\x17\x15\xc6\xe9\x8e\x8b\x87\xfc\x23\x25\x95\x96\x58\x70\xc5\x7d\x1e\xf6\xc1\x1b\xcc\x0e\x62\x16\xc7\x0e\x65\xcc\xb4\xcc\xf6\x25\x80\x45\x61\xbc\x0e\x28\xbf\x10\x31\xab\x3f\x56\x11\x6b\x29\x40\x3b\xa0\x40\x12\xd0\xff\x5f\xf3\xa9\x8a\xd0\x95\x5b\x58\x93\x50\xe2\x71\x2b\xba\x78\x52\x19\x48\x7a\x7e\x5a\x15\x2d\xa4\x11\x55\xb2\x2e\x6e\x84\x11\x17\x3b\x13\xb4\xdc\xc9\x74\xfe\x7e\x39\x1e\x4d\x46\x95\x08\x63\xa3\xc1\x84\x27\xac\x6e\x77\x91\xfe\x36\x23\x6a\xfb\x80\xfc\xa6\x74\x80\xd8\xf9\x88\x3b\xa9\xb8\xc0\x26\x2a\xad\x82\x29\x0b\x77\xb5\x1a\x43\x13\xbb\x87\x46\xaf\x32\xeb\xac\xcf\x17\x88\x50\xaa\x23\x5e\x09\xe2\xe3\x0c\x05\xe5\x41\x3e\x05\xcf\xbf\x3f\xa9\x6a\x4c\xee\x57\x81\x0e\x0f\x3e\xad\x16\x54\x64\xb1\xdf\xae\x53\xbf\x50\xb9\x89\xd2\x88\x7e\x7c\x7c\xc7\xb9\x1c\x4a\x3a\xea\xc5\x93\x52\x95\x62\x46\x04\x89\x4a\x83\x26\x89\xe2\x11\x51\xd4\xaf\xe9\x31\x5f\xb6\x9a\x5f\x45\x49\x87\x1c\xdf\x17\x15\x99\x8e\x54\x19\xff\x84\xe5\x94\x86\xc3\xb3\x47\x29\xaa\x94\x42\xf2\x9f\xa4\xb4\x52\x4b\x22\x8e\x6b\x0c\xbe\xae\xcc\x32\x79\xbf\x78\x33\x36\x45\x8b\xd6\xcd\xf1\xa1\x8a\x86\xed\xfe\x55\x45\x0d\x0b\xf1\x55\x75\x0d\x0b\x31\x9e\xbe\x75\xe7\xcb\x81\xb3\x70\x97\x9e\xf3\x72\x6c\xb7\xd4\x6d\x5b\x99\x03\x3d\xda\x39\x4c\x9c\x77\xcb\xc1\xf4\xfa\xda\x1d\xe8\x89\x38\x08\x5d\x23\x6d\xc7\xbc\xf4\x4c\x41\x44\x6b\x67\x39\x76\x5b\x4a\x14\x8d\xa4\x87\x31\x9d\x77\x0f\xc6\x2c\x91\xb6\x63\x3a\xa3\xe9\x21\x1c\x67\x34\xdd\xcb\x6a\xfb\xd0\x98\x11\x7f\x69\xb2\xdb\x98\x22\x3c\xab\xe6\x6f\xca\x8f\x17\xdc\xff\x58\x8f\x04\xb0\x7f\xfc\x9e\xd2\xd3\x08\x79\xa2\x8a\x8c\xe3\x21\xce\x76\x2f\xd1\x3f\x9e\xbc\xee\x31\xfe\x7d\xd2\xb5\xa6\x64\x8d\x3e\x24\x7f\x4b\xd7\xf5\xdb\xe1\xbf\x4e\xbf\xab\xae\xf1\x53\x3b\xa9\xd0\xd9\xc2\xc5\xd3\xe7\xdd\x27\xdd\x27\xdd\x0b\xe8\x24\xf0\x5d\xe1\x49\xa0\x33\xcc\x7e\x36\x2e\x6b\xc3\x02\xe1\x6c\xe1\x8e\xdd\x81\x07\x17\x67\xc7\xa7\xf9\xfb\x07\xcf\xda\xc3\xf2\xba\x5b\x22\x7a\x21\x5d\xf5\xcc\x58\x7a\xda\xc9\x37\x64\x56\x4d\x53\x5f\x21\x3d\x92\x3b\x95\x36\x41\x0d\xb9\x13\x46\xb1\xda\x0d\xa9\xa8\x4e\x5d\x84\x01\x4d\xa2\x3e\x9c\x9e\x3e\xc8\x12\x73\x71\x7e\xef\x0c\xa6\xb6\x06\xbe\x28\x8f\x31\x10\xfd\xcc\x83\x54\x4e\xc2\x3c\xe7\xea\xbe\x46\xff\xc0\x23\xb3\xcf\xc8\x7d\x62\xad\x18\x54\x46\x6b\x9d\xfd\xab\x2f\x9a\xa9\xb9\x12\xa0\xb6\x58\x8e\xf3\xdd\x13\x80\xf4\x62\xab\xcd\x2d\xcb\x97\x33\xf5\x97\xfc\x5a\x61\x5d\x6b\x27\x7a\x7d\xff\x92\x50\x81\x41\xae\xfb\xd4\x8f\xea\x2c\x97\xc4\x71\x5d\x8e\xb3\x41\x22\x15\x8f\xcc\xa5\x80\x5c\x9e\xca\xa5\x04\x10\x3c\x51\xd8\x05\x18\x23\xb9\x45\x58\x85\x84\x7d\x34\x54\x01\xae\x49\x12\xda\x94\x30\xeb\x7e\x0e\xd8\xdd\x74\xf3\xfb\x00\x3f\x94\xef\xba\xea\xf6\x1f\x3b\x3f\xa4\x17\xd8\x7f\xec\xfe\x90\x02\x74\x02\x1e\x11\xca\x3a\x32\x59\xaf\xe9\xa7\x1f\xcf\xea\xa3\xcf\x24\x34\x42\xd9\x7b\x14\xaf\x52\x76\xb9\x22\xaa\x77\x19\xea\x83\xbc\xa2\x2a\x3d\x76\x86\x9b\xf9\xa8\x7e\x0b\xa3\xce\x4f\x53\xcf\x31\xe6\x92\x2a\x2e\x76\x60\x4f\x9d\x2d\x9b\xc6\x63\xef\x03\x4a\x6f\xbd\x8b\x9d\x1f\xdd\xf6\x8a\x8b\xd7\xbf\x24\xd4\xff\x28\x15\x11\x4a\x36\x0d\x60\x25\x08\xf3\xb7\x3d\x45\x36\x20\x70\x8d\x02\x99\x39\x98\x6d\x10\xbd\x68\x6c\x93\x7a\xee\x5e\x16\x42\x9e\x5e\x74\x9f\x9d\xd6\x39\x6a\x37\x66\xee\x64\x53\x66\x50\xd3\x59\x03\xc5\xed\x75\xdf\x7f\x5a\xf7\x62\x74\x29\x38\x2f\x08\x02\x2a\x4c\x1a\xbd\xdb\xb3\xe2\x81\xbd\x8e\x00\xc3\x8c\x22\x17\xb0\x74\x35\xa1\x10\x4b\xf1\x80\x87\x54\xaa\x5e\xf6\x8f\xce\x87\x60\xe5\xd7\xe5\x1c\x66\xb7\xef\x5e\x5f\x0f\x47\x76\x45\x99\x1b\xfd\xab\x5d\xe5\x06\xb2\xe2\x66\x7b\x1f\xde\x9a\x27\x0b\xe6\xce\x9e\x35\x08\x6b\xb0\xc6\x86\x3f\x90\x5b\xd2\xb7\xf3\xd3\x2b\x08\x64\x2f\x73\x44\x95\xc1\x54\xf9\x56\x16\x65\x71\xf8\x97\x8e\xc4\x00\xef\xe3\x7a\x3c\xe0\x63\x2a\xd5\x70\xcf\x5e\x73\xf0\xd4\xc6\x9b\x39\xd7\x99\x96\x42\x61\x9b\x3d\xea\x99\xaa\x33\x7b\x93\x60\x62\x39\xc9\x73\x90\xa8\x7d\x96\xb2\x0a\x34\xa1\x5f\x9a\x97\x26\x12\xe1\x17\x4d\x27\xe1\x8e\x86\x21\xac\xb0\x70\xf2\x24\x0c\x77\x46\x7f\xd9\x4b\x95\xbb\x2d\x32\xa3\xe5\x95\xe0\x1f\x51\x80\x35\xe9\x2e\x38\xa1\xe4\xe7\xba\x61\x97\x83\x44\x24\xc0\xec\xb9\xca\x2a\x44\x20\xd2\xea\x33\x2f\xc5\x9c\xd8\x80\x0d\xae\x33\xeb\xc2\x35\x37\x2f\x4e\x88\x02\x12\x86\x99\x3c\xd9\x6c\xd7\x7c\x28\xfc\x2d\x4a\xa4\xfa\x9b\x79\xb2\x12\xa3\x4f\xd7\x14\x03\xd8\x62\x7a\x23\x9c\x32\xe0\x22\x40\x61\xcc\x19\x73\xc9\x2b\x63\x02\x6e\x47\x21\x30\xd2\x7c\x9d\xc9\x9b\x74\x40\x7b\x86\x6d\x34\x28\xf3\xa9\x28\x0e\x48\xea\x3e\x9f\xc7\xd4\x7f\x80\xa6\x95\xa6\xfb\x03\x69\x3a\x95\xe7\x0f\xa0\x69\xa3\xc1\x8a\xa6\xd3\xe3\xa4\xb6\xe8\xca\xd7\x06\xd9\x16\x6a\xea\xaf\x83\xb2\x62\x8f\x79\x08\x54\x67\x95\x3e\x82\xf8\x29\xa3\x59\x58\x88\xca\xa2\x2b\xd7\x95\x0e\x87\xde\xe7\x3a\xf6\xa6\x95\xb6\x63\xc2\x56\xc4\xca\x7c\x70\x31\x8a\x63\x82\x5e\xd2\x10\xd9\xbe\x94\xa5\x33\xa7\x54\xac\x8c\x4f\xf7\xc3\xc7\xbd\x80\xa3\x65\xd2\x09\x4d\xb3\x4c\x7f\x79\xfd\xd3\x02\xb8\x80\xd7\x03\xf7\x27\xf3\x3c\xe7\xa0\x40\xde\x2e\x6e\x13\xc6\x9e\xb0\xb6\xe9\x83\x48\xc9\x7d\x6a\x2d\x9d\xaa\x6d\xaa\x03\x03\xee\xa3\x50\x74\xad\x2d\xb0\x6d\xe2\x06\x05\x45\xd3\xa4\x99\x6c\xa9\x81\x71\xe5\x21\x5d\x65\xe4\x84\x05\x0f\x60\x9b\x8f\x7a\x96\x02\xd5\xf8\xe6\x95\x8c\x1a\xef\x05\x2a\x09\x9f\x48\x27\xe6\x3c\xec\x45\x94\x99\x7f\x74\x24\xfd\xb5\xc8\x10\xb3\x17\x31\x18\x94\xe2\xd7\xde\x12\x19\xe6\x4d\x30\xa1\x8c\x46\x49\x04\x33\xce\x43\x58\xd0\x5f\x2b\xd1\xa2\x7a\x95\xe2\xa0\x34\xe4\xd3\xa3\x48\x43\x3e\x1d\x90\xa6\x72\x1d\xa3\x49\x1a\x25\x08\x93\xc4\x37\x99\x24\x95\x3c\x2c\xde\x05\x7d\x91\x34\x5e\x01\x07\xa3\x0c\xae\x2c\x51\xe5\x5a\x47\x93\x40\x5b\x7e\x67\x58\x2b\xa2\xfd\xa9\xf1\xea\x40\x04\x9a\x47\x48\xda\xc3\x69\x73\xe1\x51\x4c\x04\x06\x7b\x82\xd8\xa7\x4c\x63\x7e\xa7\x0d\x55\xc7\x72\xcf\x80\x98\x7d\x51\xe1\xdd\x0e\x15\x9d\x1a\x4c\x37\x4a\x15\x1c\xeb\x4d\xa3\xd2\xab\x86\x25\xd1\x0a\x85\x5e\xc3\x92\x46\x49\xa8\x08\x43\x9e\x48\xf0\x43\x9a\xbe\xb0\x62\xe8\xdb\xc7\x8d\xcd\x02\x66\x53\x56\xe0\x94\xfa\xd4\xe4\xac\x97\xae\x9a\x04\x4c\xed\x31\x44\xb6\x51\xdb\xcc\xb5\x98\xd5\x66\xa3\x83\x7d\x54\x66\x1f\xbb\x12\xb8\xbc\x19\x8f\x75\x5a\x08\x94\x05\xf8\xa9\x45\xc4\xcb\x24\x0c\x3d\x9d\x55\x66\xc6\xfe\x56\xc3\x8d\x0d\x87\x9a\x84\xf5\x42\xd8\x01\x15\x7e\x1b\x09\x53\xf0\xc3\x12\x96\xcb\x6a\x35\x09\x75\x02\x2d\x78\x28\x8d\x50\x94\x31\x1e\xac\x96\x89\xc4\x25\x23\x8a\xde\xe2\x92\x50\x0e\x12\x95\xd2\xe1\xcd\xb8\x78\xa0\x56\x7e\xdb\x0e\x59\x81\x8d\x4a\x1b\x5e\xf7\xf7\x99\x56\x60\x4b\x57\x2f\xcd\xd5\x64\xd1\x41\x3a\x7d\xf1\x00\x24\x88\x28\xcb\x3d\xe7\xde\xe6\xb5\x44\x59\xa2\x31\x1b\x7a\x38\xfb\x0f\xe9\xfc\xea\x74\xfe\xfd\xa4\xf3\xbf\xff\xfd\xed\xc5\xbd\xde\xfb\x99\xdb\xa0\xf6\xd1\xf5\xa7\x58\xe8\x7c\xa5\xb4\x30\x9b\x2f\xb3\xd4\x02\x6f\x5b\x36\x9d\x48\x14\x87\x53\xea\x9b\xf4\x3d\x75\x2e\x9f\xee\x52\x16\xf1\xd9\xfd\x31\x09\xab\x57\xf8\x3e\x47\xb2\x36\x05\xe6\x54\xb3\xaf\xd5\x5e\xf5\x7a\xe0\x61\xd9\xec\x0d\xdd\xac\xec\xd3\x92\x7b\x5c\x99\x7d\x2d\xbc\xc5\xd5\x96\xf3\x8f\x69\x8e\xf4\xc5\xe2\x35\xde\x1b\x3e\x2e\xa8\xbd\xfe\x9b\xbe\x42\x3d\x22\x6f\x4a\xfb\x58\x02\x37\xde\x4e\x3e\x2a\xf1\x75\x56\x6c\xd2\x5e\xe4\x6e\x4b\x7d\x9b\xda\x94\x8a\x59\xd2\x04\xb6\xec\xb1\xee\x84\x06\x41\x88\x77\x3a\xb8\xd8\x97\xdb\x3a\xce\xa4\xd9\xb5\x54\x24\x0c\x31\xc8\xb6\x0e\x15\x0c\xdd\x81\x71\x11\x99\x1c\x3b\x27\x85\x34\x9b\xcc\x0b\x0f\x45\xf1\xcb\xee\x83\xdf\xf3\x04\xe4\x96\x27\x61\x00\x9c\x85\x3b\xf3\x9a\x58\xbb\xbf\x88\x07\x74\xbd\xb3\x4f\xce\xe9\x1a\x76\x3c\x39\xbb\xc5\x12\xee\xde\x18\xb4\x8f\x34\x88\x01\x5d\x9b\x9a\x44\x89\x55\x2f\xfb\x3b\x06\xf5\x29\x2a\x21\x14\x8a\xca\x35\xde\x5c\x9a\x3b\x90\x7b\x17\x6f\x6b\x1f\x7f\x8b\x90\x3d\x5d\x6b\xda\x1a\xb4\xde\x56\xfb\x5d\xf6\x04\x99\x64\xed\x9b\x82\x03\x57\xd2\xb2\xaa\x85\x3d\x12\xef\x7e\xf0\xb1\x79\x7f\xf0\x15\x39\x7a\x26\x5f\x6b\x92\xde\x78\xaf\xed\x31\xd3\xf5\x3d\x0d\xed\xe5\xeb\xad\x17\xe1\x6a\x62\xe4\x7f\x2e\x62\x3f\xc6\x35\x8f\x39\xa5\xfb\x6a\x6f\x7e\xe0\x3e\xdd\x61\xff\x93\xe7\x11\x77\x5b\x54\x5b\x14\x1a\x3c\xe4\x3a\xab\xa9\xbe\xbf\x37\x7f\xb3\x24\xf5\x04\x8d\x75\x08\x4b\x8e\xfb\x11\xcb\x7c\x07\x37\x83\x75\x84\xbf\xa5\xb7\xa5\xd4\xb6\xe5\xc2\x5e\x56\x90\x34\xb7\x77\xf6\x4a\x92\x13\x72\x8b\x0c\x22\x2a\x04\x37\xe5\x84\x44\xda\xdd\xc8\xe2\xe9\xc8\x3a\x7f\xb9\x97\xcf\x94\x7b\x94\xeb\xb8\x7b\xcf\x8a\x1a\x59\x91\x20\xa0\xfa\x37\x09\x81\x88\x8d\xf9\xeb\x0e\xf2\x73\x18\x3b\x45\x7f\x27\xeb\x5f\x13\xa1\xfc\x26\xa9\x26\xc3\x98\x4a\xa5\x97\x7f\x56\x50\xa5\x28\x8d\xa1\xa4\x11\x83\xa4\x3a\xcd\x2b\x3c\x3e\x8f\xa9\xf1\xee\x8a\xdb\x1a\x67\x3e\x97\x66\xae\xd6\x3c\x0c\x50\x74\x61\xb4\x86\x84\xe5\x85\x9a\x73\x53\xe0\xc9\xb1\x28\x83\x9e\x7d\x36\x5c\x83\xed\x16\x53\x57\x7e\x03\xd5\x54\x35\x20\x9b\xb2\x8e\xb4\x24\xa7\xf6\xa5\xb9\x0d\x5e\x20\x8d\x6f\xef\x02\x78\xbb\xd8\xda\xd2\xb9\x8d\x29\x24\xa4\x1b\x66\xeb\x50\xb9\x2b\x89\xc8\x07\x2e\xba\x11\x65\x5c\x64\x7f\x5a\x41\xeb\xc4\x24\xaa\x2d\xe9\xab\x09\x20\x90\x46\x10\x7b\x2a\x54\xce\x65\xeb\xa7\x40\x07\x62\xc7\xe9\xf7\xdd\xe7\x7b\x56\x38\xc8\x0e\xb1\xd2\x2b\x60\xf6\x7e\x58\xc1\xa4\x74\x1b\xac\x40\xba\xb8\xa2\x27\xff\x17\x00\x00\xff\xff\x74\x64\x76\xe2\x8b\x48\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYaml, - "Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\x36\xb2\xff\xdd\x7f\xc5\x8e\xa7\x33\xbe\x77\xcf\x94\xe2\xb4\x7d\xc9\xe9\xfa\x3a\x23\xcb\x8c\xa3\xd4\x92\x18\x52\x6e\x93\xbb\xb9\xd1\x40\xe4\x4a\x42\x42\x12\x0c\x00\xda\xd1\x75\xfc\xbf\xdf\x00\xe0\x77\x91\x92\x92\x38\xb9\xb6\xbf\x34\x22\x17\x9f\x5d\xec\x2e\x76\x17\x4b\xc0\x24\xa1\xbf\x22\x17\x94\xc5\x03\x90\x18\x25\x21\x91\xd8\x63\x09\xc6\x62\x43\x57\xb2\x47\x59\xff\xee\xe2\xe4\x3d\x8d\x83\x01\xcc\xb3\xd7\x27\x21\x59\x62\x28\x06\x27\x50\x8c\x18\x00\x92\xe4\xd9\x53\x2b\x61\x42\xae\x39\x8a\x0f\xa1\x95\x28\x54\x21\x31\x96\x96\x78\x4a\x4f\x00\x3e\x26\x84\x88\x01\x5c\xf4\x2e\x7a\x4f\x4e\x22\x14\x82\xac\x71\x00\x67\x43\x88\xf1\x1e\xec\xa1\x03\x24\x0e\xa0\x1c\x05\x8e\xc1\xf2\x5e\xdf\xc0\x92\x08\x0c\x80\x24\x49\x48\x7d\x22\x29\x8b\xe1\x9e\xca\x0d\x78\xde\x0d\x88\x34\x49\x18\x97\xb0\x21\xe2\x04\x60\x89\x18\x83\xcf\x91\x48\x0c\x80\xc6\xb0\x65\x29\x87\x84\xb3\x77\xe8\xcb\x1e\xcc\x37\x08\xa9\x40\x1e\x93\x08\xfb\x09\x11\xe2\x9e\xf1\x00\x56\x8c\x03\xf1\x7d\x14\x82\xc6\x6b\x90\x1b\xac\x70\x3e\x01\x08\x88\x24\x8a\x3f\x9c\x7e\xf7\xfb\xd5\xe5\xe2\x6a\x38\x1f\x5e\x0e\x3d\xfb\xe1\x14\xa8\x00\xfd\xe8\xd6\xb3\xdd\xe9\x70\x62\x3f\xf4\xf5\x4f\x67\xe8\x79\xbf\xcd\xdc\xab\x87\x1e\x38\x21\xaa\x91\x4b\x04\x91\x72\x04\xc9\x32\xd9\x94\xe6\x36\x08\x2b\x16\x86\xec\x5e\x71\x15\xe8\x73\x94\x62\xa0\x98\xbc\x9c\xcf\x1d\x6f\xe1\xd9\x23\xd7\x9e\x3f\x9c\x82\xcf\x62\x49\x68\x9c\xcb\x96\xbf\xff\xc5\x7e\xeb\xcd\x67\xae\xfd\x00\x2b\x1a\xea\x69\x05\x27\xa0\xe7\x22\x90\xdf\x65\x98\x8a\xa9\x1a\x8f\xb1\xfc\xbb\x82\x7e\x75\xed\xce\x6e\x1d\x6f\x61\x4f\x47\xee\x5b\x67\xbe\x87\x49\x93\xb2\x60\xa7\x98\xe4\x0c\x33\x76\x7e\xca\xd5\xc0\x57\xd7\x9c\xa5\x89\x00\x9f\x45\x51\x1a\x67\x86\x12\xbd\xb3\x93\x08\x25\x51\x5a\x54\x0e\x43\xe2\x98\x49\xf3\x46\xfd\x04\x08\x50\xf8\x9c\x26\x52\x3b\xe0\x30\x06\xfc\x48\xa2\x24\x44\x70\x31\x80\x97\x44\xc2\xab\x4b\x26\x84\x76\x8f\x67\xbb\x0e\x40\xda\xfd\x45\x03\x97\x96\xeb\xc1\x0b\xc6\x21\x62\x1c\x81\xc6\x2b\xc6\x23\x83\x40\x96\x2c\x95\x90\x66\x56\xa7\xa2\x70\xe6\x73\x10\x88\xb0\x91\x32\x11\x83\x7e\x7f\x4d\xe5\x26\x5d\xf6\x7c\x16\xf5\xdf\x2d\x99\x10\x56\xa6\x2b\xe4\x16\x8d\xc8\x1a\x45\xf6\x18\x49\x62\x3d\xb3\x8a\x95\x63\x5e\xf6\x97\x21\x5b\xf6\xf5\xda\xe8\xbb\xf6\xf0\x6a\x62\xf7\x48\xc0\x7c\x2d\x20\xf5\x59\x3c\x0a\x89\x10\x03\xfd\x4f\x05\xa0\x9f\xd7\x16\x5f\x40\x45\x12\x92\xad\xa5\x5c\x76\x50\x55\x46\xef\x29\xfc\x6f\x75\x89\xfc\xc5\x29\x34\x71\x6e\x94\xa3\x1c\x5c\x6e\x38\x4b\xd7\x9b\x4c\x21\xf3\x1b\xef\x7f\x76\x59\x24\x9c\xdd\xd1\x00\xb9\x55\xe7\x95\x19\xe0\x1c\xc6\xb1\xdf\xd3\xa3\x24\x59\x0b\xbd\xd0\xcf\xdf\x91\x3b\x82\xa8\xff\x77\xae\x67\x6f\xde\xb7\x86\x8f\x80\xf9\x69\x84\xb1\x31\xba\x95\xf2\x70\x50\xa8\xd6\xac\xba\x1e\xc7\x60\x43\xa4\xd6\x70\x8d\xb8\x8f\x71\x9f\x63\x60\x6d\x88\xb4\x32\x1d\xc7\x12\x79\xc2\xa9\x40\xab\xe2\x0b\x96\xe2\xaa\xec\xda\xdf\x23\x46\xc8\xe2\xb5\x55\x73\xb6\x79\xd5\xe6\x10\xe0\x8a\xc6\x28\x80\xa3\x60\x29\xf7\x51\x40\x8c\x18\xe8\x45\xa5\x41\x19\x04\x78\x87\x21\x4b\x80\x34\x7d\xb3\x10\x0a\x86\x15\x07\x75\x32\xa1\xb4\xa9\x76\x02\xd8\x79\x86\x4b\x63\x3f\x4c\x03\xe5\x82\x04\x96\x29\x0d\x03\xb5\x14\x57\x74\x9d\x72\x43\x56\xf3\xf9\x00\x93\x90\x6d\x95\x7e\x9a\x54\xb9\xab\xe7\x9e\xdf\x41\xa8\x17\x6c\xc5\x69\x8c\xf3\x17\x6b\xc8\x47\x1d\x83\x8b\xc0\x51\x59\xc7\x19\x70\x36\xa0\xf4\x2c\xe5\x53\xbd\x3d\x6a\xcf\xc2\xf3\x01\xbb\x6b\x80\xbb\x3c\x0d\x99\x0c\x01\x60\xfc\xf0\x70\x62\x51\x74\x22\x21\x3e\x0e\x4a\xc7\x3e\x61\x4b\x15\xf3\xc5\xe0\xc4\x82\x6a\x8a\xbb\xbb\x38\x01\x30\xe9\xcc\x53\x71\xd2\x57\x2a\xab\x06\xa8\x96\x10\xd5\x08\x52\x2a\x8b\xdc\xe3\x52\xc7\x59\xe4\x67\x42\x4f\x0b\xd4\x2c\x7b\x19\xb9\x30\xc8\x3d\x12\x26\x1b\xd2\x58\x0d\x98\x60\x1c\x60\xec\x53\x14\x03\x38\xfb\xe7\xef\xa7\x4a\xfa\x53\x1d\xf8\x87\x8e\x73\x33\x1e\x0d\xe7\xe3\xd9\x74\xa1\xf3\x49\x65\xd6\xa7\xb9\xc3\x00\x9c\x2a\xf1\xd5\x88\x6c\x02\xa7\x0f\xff\x3a\xd3\x2f\xcb\xb4\xac\xa7\x51\x3a\xce\x00\x5a\xc0\x35\x99\x51\x71\xfb\x5b\x91\xa0\x6f\xc0\xd4\xdc\x32\x5c\x4b\xff\x18\xc0\xf3\x27\xcf\x9f\xe4\x4b\x83\xf0\x35\x4a\xa7\xfe\x58\x60\x88\xbe\x64\x7c\xb0\xe3\x91\x23\xed\x90\xed\x4c\xbf\x8d\xad\xc4\x9f\xda\x58\x66\x75\x5a\x9f\x63\xb3\x1f\x7e\xf8\xbe\xcd\x66\xf9\xe3\x3f\x90\xcd\x8a\xa2\xab\x30\x5c\x69\xb2\xc7\x74\xf3\x8a\xd1\x0e\x69\xef\xc7\x1f\xbe\x7f\xda\xa2\xbd\xe2\xf1\x67\x69\xaf\xca\xff\xab\x28\x32\x2f\xca\x12\x1d\xb7\x55\xa1\xac\x52\x80\x1f\xa6\x42\xa2\xaa\xda\xda\x57\xc1\xfb\x74\x89\x3c\x46\x89\x42\x2d\x03\xc9\x42\xe4\x44\xa2\x95\xc6\x1c\x49\xb0\xb5\x30\x0e\x12\x46\x63\x5d\xaf\x4a\x9e\xe2\xe9\x57\xb0\x0b\x8d\xd7\x35\x8b\x64\x22\x8f\x9d\x01\x4c\x59\x8c\xbb\x56\x32\x58\xd9\xb8\xfc\xed\x00\x9e\x3f\x7f\xfe\xdc\x10\xa7\xcb\x90\x8a\xcd\x94\x49\x57\x4d\x62\x18\x04\x1c\x85\x50\x0b\x5b\x4d\xe1\x71\x17\x00\x0d\xda\x67\xa5\xa2\x4f\x61\x56\x97\xa5\xf2\xd3\x8d\xaa\x47\x99\x3d\x4b\xa9\xe1\x3c\x09\xe5\x56\xfc\xba\xe9\x40\xb2\x1c\xb4\x9b\xfe\x13\x95\x22\xbe\xa2\x56\xc4\x23\xa9\xe5\xc8\xc0\xbb\x61\x42\x2a\xa8\x97\x33\x6f\xae\xde\x2e\xf4\x7e\xcd\x00\xc9\x92\xb1\x44\x1e\xd1\x38\x63\xdc\x2c\xd5\x9b\x1a\xde\xc3\xba\x33\x6a\x8c\xd5\xfe\xc3\x93\x1c\x49\xb4\xa3\xce\x47\x75\x8d\x4e\x09\x2e\x55\x3d\x6b\x56\xce\xd7\x95\xa0\xaa\x7e\x96\xca\x24\x95\x85\x96\x0b\x45\xb6\xa8\x65\x4e\xd6\xc5\xcb\x4e\xf0\x81\xaa\x69\x85\x34\xf1\x41\xef\x0c\x72\x44\xbd\xb1\xfe\x28\xaf\x28\x57\x03\x47\xb3\xe9\xdc\x7e\x33\x5f\x5c\x8d\xdd\x87\x8c\x60\x4d\x65\xc9\x9d\xe3\x4a\x91\x79\xb3\x5b\x77\x64\x2f\x5c\xdb\x99\x79\xe3\xf9\xcc\x7d\xbb\x70\xed\x17\x0f\x05\x55\xca\x69\x3b\xd5\xad\x7b\x93\x53\xc9\x6d\x82\x03\xb8\xa6\x99\x4c\x52\x85\xe6\xf5\x36\xe7\x64\x64\xf4\x1a\x4f\x01\x30\xbe\x2b\x7f\xe4\xd1\x72\x32\xfc\xd5\x9e\x2e\x26\x63\xd7\x9d\xb9\x8a\x45\x41\x00\x70\x47\xc2\x54\x6b\xa4\x49\xf3\xd0\x81\x32\x74\xaf\xbd\xc5\xd0\x71\xec\xe9\x55\x37\x4c\x85\x68\x17\x67\xe8\xce\xc7\x2f\x86\x23\xad\xc3\x36\x88\xea\xfb\x72\xf4\x8a\x71\x1f\x9d\x34\x0c\x2b\x81\x5c\x3f\xe7\x2c\x1a\x54\x60\xf6\x9a\x3f\x77\x80\x62\x2b\xff\xec\x69\xb9\x95\x1f\x5c\xf4\x2e\x1a\x94\xd9\x76\xe3\xbb\xdf\xc7\x93\xe1\xb5\xbd\xf0\xe6\xae\x3d\x9c\x68\x87\xf1\x9c\xe1\xc8\x2e\xa5\xa3\xb1\xcf\x51\xef\x68\xeb\xf2\x19\x23\x7a\xda\x58\x66\xc9\x73\xba\x5e\x23\x2f\xd2\x99\x69\x3b\x94\x13\x30\x1d\x22\xc5\xf2\x7a\x3c\x7f\x79\x7b\xb9\xf8\xcd\xbe\x7c\x39\x9b\xfd\x92\xf7\x70\x9a\xce\xf1\x32\x5d\xe6\x48\x18\x23\xa7\x7e\x2b\x94\x3d\xb5\xdd\xf1\x68\x3f\x96\x19\x9e\x81\xe9\xae\xc6\x68\x43\xe2\x35\x0e\xe0\xf7\x3a\xe5\xb8\x7c\x97\x51\x9b\xe7\x26\x04\x64\x2f\x3a\xa3\xc5\x55\x23\xd9\x7e\xbb\x90\xc1\x51\x43\x89\x01\x5c\x7c\x41\x19\xd0\xb6\x18\xcd\xfc\x5d\x2c\xba\x7e\x95\x8e\x69\x46\x52\x9f\xe3\xee\x3c\x8f\x9e\xeb\xa7\xca\x7a\x48\x3f\x7a\x3e\x85\x8e\x20\x0b\x78\xba\xf1\x25\xaa\x91\xa4\x16\x58\xca\xc5\x7c\x75\xb9\xf0\x6c\xf7\xd7\xf1\xc8\x5e\x38\xae\xfd\x62\xfc\x66\x31\x19\x3a\xce\x78\x7a\x5d\xa1\xad\xae\xed\x3d\x95\xf1\xff\x5f\x5d\xb6\x33\x78\x35\xbd\x1a\xb7\xc3\x65\x2f\x1f\xda\xc7\xe5\x0d\xdb\xce\xb1\x45\x47\xb7\x7d\x7c\xde\xe1\xed\x1c\x5f\xb4\x80\xdb\xc7\xe7\x3d\xe4\xce\xf1\x45\x93\xb9\x65\xfc\xfc\x4d\xf1\xfa\xeb\x69\x76\x32\x9e\x2e\x9c\xd9\xec\x66\xe1\x8d\xff\xd1\x2d\x66\x8d\xaa\x63\xae\x93\xe1\x9b\x63\x90\xaa\x54\x1d\x48\xf3\x37\x8b\xb1\x37\xbb\xd1\x33\xe9\x04\xaa\x12\xb5\xe1\xe4\x7d\x6d\xa5\xaf\x85\xe3\xce\xe6\xb3\xd1\xec\xa6\x0d\x2d\x88\x45\xef\x6a\x6a\x08\x5b\x70\x66\x8e\x3d\xf5\x5e\x8e\x5f\xcc\x17\x39\x51\xe1\xee\xdd\x9e\xd5\xb9\xcd\xf9\x04\x74\x67\xe6\xce\xdb\xd0\x4f\xd5\x46\xe7\xb4\x05\xab\xfe\xb9\xa0\x91\x5b\x8b\xe1\x7d\x94\x7e\x1f\x49\x62\x99\xe4\x60\xdd\xb1\x30\x8d\xf0\x20\x5c\xfb\x3c\x1b\x5f\x28\x0e\x0b\x35\x7f\xeb\x1c\x05\xa5\x09\xbb\xf1\xba\x35\x5f\xbe\xef\x1e\xbd\x7f\x55\xd7\x69\xda\x50\x26\xaf\x17\xa3\x9b\x5b\x6f\x6e\xbb\x07\xa0\x5a\x08\x3b\xf0\x5e\xdf\xda\xb7\xb6\xd7\x89\x62\x5e\x77\x8c\x9d\xcf\x9c\xf1\xa8\x7b\xac\x79\xbd\x6f\x89\xd4\x3f\x12\xb5\x03\x75\x7c\x50\x3a\x02\xf5\x28\x87\x7c\xb7\xd6\xdd\x0b\x0b\x63\x9f\x6f\x13\x79\xd0\x39\xbb\x98\x1c\x27\xfc\x3e\x87\x6d\xd2\x76\xbb\x5a\x1b\xe5\x31\x88\xfb\x7d\xa6\x8b\x7a\x1f\xf2\x71\xde\xd8\x45\xdd\x86\x3c\xbc\x9d\xcf\x16\x57\xb6\x73\x33\x7b\xbb\xb0\xdf\x38\x37\xb3\x2b\xbb\x03\xb5\x8d\xb2\x35\xae\xdb\x2f\x86\xb7\x37\xf3\xc5\xab\xd9\x65\x65\xbb\xf3\xe9\x99\xac\x2d\x51\x8e\x27\xb6\x5b\xc4\x4d\x95\x33\x17\x7b\x9c\xe1\x48\x70\x5d\xff\x1e\x2a\xc2\x34\x91\xda\x92\x38\x2c\xa4\xfe\x76\x00\xc3\xf0\x9e\x6c\x45\x85\x22\xa4\x77\x18\xa3\x10\x0e\x67\x4b\x1c\xd4\x24\xc2\x8f\xd5\x9a\xcb\xfc\xe7\xb3\x28\x22\x71\xd0\x7c\x6c\x41\x7f\x49\xe3\xfe\x92\x88\xcd\xce\x1b\xcb\xdf\x25\x66\x89\x54\x31\x5e\x0f\xaa\x49\xd0\x6b\x00\xd0\x98\x4a\x4a\xc2\x2b\x0c\xc9\xd6\x43\x9f\xc5\x81\x18\xc0\xff\x3d\xd9\xd9\x2e\xed\x57\x43\xa5\x3d\x97\x8b\x50\x94\x90\x59\xeb\xf9\xd9\xb3\xe7\x35\xc6\xd9\x2e\x8c\x85\xec\x3d\x25\xb5\x37\x09\x67\x92\xf9\x2c\x1c\xc0\x7c\xe4\xec\xc5\x2c\xbf\x4c\x54\x31\xb3\xd6\xdb\xe7\x00\x96\x6d\xf3\x26\xa0\xf8\x4c\xc4\xbc\x27\x59\x47\x6c\x14\x03\xdd\x80\x1c\x49\x40\xff\xbb\xee\x53\x17\xa1\x27\x36\xb0\x22\xa1\xc0\xc3\x5e\x74\xf1\xa4\x36\x91\xec\x63\x6b\x5d\xb4\x90\x46\x54\x8a\xa6\xb8\x11\x46\x8c\x6f\x75\xfa\xb2\x27\x33\xf7\xed\xe2\x66\x3c\x19\xd7\x72\x8d\xc9\x0b\x13\x96\xc6\x4d\xbf\x8b\xd4\x33\x87\xc8\xcd\x11\x95\x4e\xe5\xc3\xa3\xf5\x1e\xb7\x42\x32\x8e\x6d\x54\x4a\x05\xb3\x38\xdc\x36\xfa\x0e\x6d\xec\x8e\xcd\x63\x55\xd6\xf9\x98\xcf\x10\xa1\xd2\x5b\xbc\xe6\xc4\x47\x07\x39\x65\x41\x61\x82\x67\x3f\x9e\xd4\x35\x26\x76\x3b\x43\xfb\x27\x9f\x75\x10\x6a\xb2\x98\x67\xd3\x2c\x2e\xd4\x0e\xb1\xb4\xa2\x1f\x9e\xdf\x61\x2e\xfb\xca\x8f\x66\x43\xa5\xd2\xb9\x70\x08\x27\x51\x65\xd2\x24\x95\x2c\x22\x92\xfa\x0d\x3d\x16\xcb\x56\xf1\xab\x29\x69\x5f\xe0\xfb\xac\xc6\xd3\x81\xce\xe3\x9f\xb0\xc5\xd2\xf5\x69\xed\x51\xba\x2d\xcd\xe4\xfc\x27\x69\xbc\xb4\xd5\x14\x47\x2a\x10\xbe\xac\x1d\xe3\xcc\xbc\xf9\xb5\x6b\x7b\xaf\x6f\x74\x73\xa3\x73\xff\xbc\xaf\xf3\x51\xc1\xf8\xa2\x0e\x48\x05\xe7\x8b\x3a\x21\x15\x9c\xc9\xf0\xcd\x62\x34\x9b\x4e\xed\x91\xd2\x5f\xc7\xae\xa7\x9b\xfe\x08\x74\xc7\xb5\x9d\xa1\x6b\x5f\x2d\xe6\xee\x70\xea\x0d\xbf\x0a\x1f\xef\xa5\xe6\x70\x79\xfb\xe2\x85\xed\x1e\x06\xaf\x93\xef\x14\xa0\x03\xe8\xae\x60\x3f\xb7\x38\x6d\x4d\xe9\xdf\xd7\xeb\x2d\xe9\x27\x1e\xf3\xdf\x37\x23\x37\xec\x7e\x47\xcf\xe8\x69\x84\x2c\x95\x65\x85\x70\x4c\x70\x6c\xaf\xce\x0f\x57\x9c\x3b\xdc\xbf\x4d\x8d\xd5\x56\x61\xd1\x63\x8a\xae\x44\x7c\x08\xc1\xda\xc0\xc5\xd3\x67\xbd\x27\xbd\x27\xbd\x0b\xb0\x6e\xe1\xbb\xc6\x6a\x06\xeb\x03\x58\x41\xed\x71\xbe\x6e\x76\x31\x01\xce\x3c\xfb\xc6\x1e\xcd\xe1\xe2\xec\xb0\x6d\x7f\x3c\xda\x54\xc7\x15\x5f\x77\x84\xf7\x43\xba\xec\x27\x6b\xf1\x21\xec\xab\xf8\xdb\x52\xfe\xec\xb7\xb7\x95\xdc\xb1\xf0\xd8\x5a\xa7\xb2\x69\xe9\xac\x75\x3e\x85\x1d\x54\x4e\x9c\xfe\xaa\x01\x47\x21\xa1\x51\xdd\xec\xbe\x7a\x34\x3d\x06\x5b\x53\xfe\x57\xca\x95\xb6\x05\xf4\x59\x95\x4b\x89\x33\xa8\x45\xa7\xda\x97\xb1\xf9\xf0\xfa\xa1\x31\xf2\xc8\x4f\x68\x8f\x51\xf7\x38\x6d\x26\xfb\x56\xc5\x4f\x61\xe3\x32\x7b\x9b\xf3\x8f\x13\x16\x60\x61\x6e\x17\x49\xf0\x1b\xa7\x12\x67\x71\xf6\x41\x70\x67\x6f\xc4\xf1\x43\x8a\xa2\xba\xb8\x54\xdd\x9c\xb5\x23\x7e\x9d\xdd\xdc\x4e\xec\xc5\x68\xe8\x0c\x47\xe3\xf9\xdb\x87\x93\x44\x39\x0d\x4a\xed\x51\xd6\xee\xb9\x20\x25\xb9\x3e\x2f\x21\x37\x58\x9d\x6b\xef\x04\x20\x3b\x07\x6c\x1c\xb8\x7a\xa4\x55\x3d\x29\xce\x65\x36\xe7\x7c\x62\x24\xa4\x1c\x83\xc2\x2f\xb3\xac\xa5\xca\x7d\x92\x24\x4d\x39\xce\x46\xa9\x90\x2c\xd2\x27\x26\x0a\x79\x6a\x27\x36\x80\xb3\x54\x62\x0f\xe0\x06\xc9\x1d\xc2\x32\x24\xf1\x7b\x4d\x15\xe0\x8a\xa4\xa1\xa9\x8d\xf3\xe1\xe7\x80\xbd\x75\xaf\x38\x2c\xf1\x53\xf5\x84\xb0\x7a\xff\xb3\xf5\x53\x76\x13\xe0\xe7\xde\x4f\x19\x80\x15\xb0\x88\xd0\xd8\x12\xe9\x6a\x45\x3f\xfe\x7c\xd6\x9c\x7d\x2e\xa1\x16\xca\x1c\x32\x79\x99\xb1\x2b\x14\x51\x3f\xe8\xd1\x9c\xe4\x35\x95\xd9\x37\x79\xb8\x75\xc7\xcd\x23\x2a\x4d\x7e\x8a\xda\xc5\x84\x09\x2a\x19\xdf\x82\xf9\x24\x6f\xd8\xb4\x9e\x09\xd8\xa3\xf4\xce\xf3\xeb\xc5\x77\xed\x7e\x79\x58\xfd\x43\x4a\xfd\xf7\x42\x12\x2e\x45\xdb\x04\x96\x9c\xc4\xfe\xa6\x2f\xc9\x1a\x38\xae\x90\xa3\x71\xd2\x16\xd1\xcb\x97\x5d\x52\xbb\xf6\x8b\x52\xc8\xd3\x8b\xde\xf7\xa7\x4d\x8e\x2a\x55\xe8\x23\xec\x34\xd6\xa8\x99\xd5\x40\x32\x73\x44\xfa\xef\x80\x51\x22\xb7\x5a\x97\x9c\xb1\x92\x20\xa0\x5c\x6f\x25\xb6\x3b\x5e\x3c\x32\x67\x35\xe0\x2a\xa7\x28\x04\xac\x9c\xdb\x28\xc5\x92\x2c\x60\x21\x15\xb2\x9f\xff\xc3\x7a\x17\x2c\xfd\xa6\x9c\x57\xf9\x21\xc5\x57\xd3\xab\xb1\x59\x51\xfa\x56\xc4\x72\x5b\x3b\xb5\x2d\x99\x5e\xcb\xe1\x1d\xea\xc5\xa6\x02\x8e\x71\x08\xe3\xb0\xda\x87\xdf\x91\x3b\x32\x30\xf6\xe9\x97\x04\xa2\x5f\x0b\xd2\xb5\x19\xd5\x99\xd7\x56\x66\xf9\x65\x34\x9b\x8e\x46\xdf\x05\x9f\xb3\x80\xdd\x50\x21\xaf\x76\x9c\xb6\x00\xcf\x1c\xbd\x9d\x73\x93\x69\xa5\x98\xef\x72\x4a\x65\xae\x26\x33\x8f\xfe\x1b\x81\xad\xaa\x57\x39\xb2\xc0\x66\x96\x7a\xce\xce\xe4\xef\x1d\xd3\x16\xe2\x98\xd8\x0e\x23\x92\x10\x9f\xca\xd2\xc2\x8d\xd0\xb8\x47\xba\x8b\x6b\xda\x14\xee\x75\x8a\xa9\x51\x83\x38\x07\x81\x2a\xaa\x4a\x63\x62\x5d\xf0\x09\x7d\xa9\x48\x20\x7c\x50\x74\x02\xee\x69\x18\xc2\x12\xcb\x14\x4d\xc2\x70\xab\x2d\x9c\x5f\x4a\xba\xdf\x60\xac\xfd\x60\xc9\xd9\x7b\xe4\x60\x16\x5d\x0f\x86\xa1\x60\xe7\xea\xc5\xb6\x00\x89\x48\x80\xf9\xcd\xa4\x65\x88\x40\x84\x31\x76\x91\x19\x34\x30\x8d\xc1\x1e\x3a\x3d\x98\x32\xa9\x1c\x8c\x48\x20\x61\x98\xcb\x93\xfb\x63\x23\xca\xc3\x5f\xa3\x54\xc8\xbf\xea\x8b\x49\x09\xfa\x74\x45\x31\x80\x0d\x72\xcc\x11\x19\x0f\x90\xeb\x05\x87\x85\xe4\xb5\x39\x01\x33\xb3\xe0\x18\x29\xbe\xc3\xc9\xeb\x6c\x42\x3b\xf6\xd1\x1a\x14\x85\x35\xca\xaf\x5a\xcd\xac\xc4\x12\xea\x1f\xa1\x69\xa9\xe8\xfe\x40\x9a\xce\xe4\xf9\x03\x68\x5a\x6b\xb0\xa6\xe9\xec\x1b\x60\x57\xfe\x67\x2b\x8d\x6c\x7a\x6a\xcd\x3b\x60\x79\x5f\x4e\x5f\xf7\x6a\xb2\xf2\xf4\xb1\x6c\xf8\x25\xa7\xf1\x0c\x44\x2d\x22\x54\x5b\x80\xfb\x8b\x83\x67\xaa\x3a\xc8\x9a\xa2\x87\x84\xad\x89\x95\x67\x89\x72\x16\x87\x04\x7d\x41\x43\x8c\x77\xa5\xac\x7c\x28\xcc\xc4\xca\xf9\xf4\xde\xbd\xdf\x49\x89\x4a\x26\x55\x7f\xb6\xcb\xf4\x97\x57\xbf\x78\xc0\x38\xbc\x1a\xd9\xbf\xe8\xfb\x56\x7b\x05\x9a\x6f\x93\x2e\x61\xcc\x67\xf1\x2e\x7d\x10\x21\x98\x4f\x8d\xa7\x53\xb9\xc9\x74\xa0\xc1\x7d\xe4\x92\xae\x94\x07\x76\x19\x6e\x54\x52\xb4\x19\x4d\xd7\x73\x2d\x8c\x6b\x77\x26\x6b\x33\x27\x71\x70\x04\xdb\x62\xd6\x4e\x06\xd4\xe0\x5b\xb4\x95\x9a\x29\x02\xa5\x80\x8f\xc4\x4a\x18\x0b\xfb\x11\x8d\xf5\x3f\x2c\xa1\x12\x47\x2e\x49\x7e\xcf\x09\x83\x4a\x86\x6d\x4d\x16\x59\x35\x36\xa1\x31\x8d\xd2\x08\x1c\xc6\x42\x9d\x83\xaa\xa9\xac\x7e\xfe\x65\xaf\x34\xe4\xe3\xa3\x48\x43\x3e\xee\x91\xa6\x76\x86\xa6\x4d\x1a\xc9\x49\x2c\x88\xaf\x6b\x5d\x2a\x58\x58\xde\xf6\xfa\x2c\x69\xe6\x25\x1c\x8c\x73\xb8\xaa\x44\xb5\xb3\x38\x2d\x8e\x12\x65\xd3\x89\xd3\x68\x89\x5c\xad\x13\x3f\xa4\xd9\x75\xb4\x18\x35\xb0\x50\xd1\x93\xdd\x63\xd0\x33\x37\xf1\x48\x28\x18\x08\x3d\x99\x8d\x89\x8e\xbb\x20\x09\x57\x79\x01\x83\xea\x7c\xc5\xce\x44\x2a\x17\xdc\x26\xbb\x72\x94\x02\x14\x13\xda\xd3\x48\x6c\xcc\x6d\x94\x6b\x52\xc0\x86\xdd\x43\x94\xfa\x9b\xec\xbb\x14\x50\x01\x01\x06\xda\xfb\x03\x15\xcf\x2b\x52\xe8\x2b\x17\xc4\xdf\xa8\xd0\xaa\x0c\xb0\x4f\x62\x6f\xa3\x27\x78\x99\xae\x56\xc8\x5b\x45\x6c\x74\x09\x1b\x12\xaa\xfc\x90\xdd\x95\x00\x12\x44\x34\x2e\x16\xed\xce\xce\xae\x42\x59\xa1\xd1\x4d\x00\x38\xfb\x27\xb1\xfe\x3d\xb4\xfe\xf1\xc4\xfa\xdb\xbf\x7e\x7f\xfe\xa0\x36\x46\xfa\x1c\xa9\xb9\xeb\xfd\x31\xe1\x2a\x55\x56\x7c\xa2\xfd\xf0\x4b\x23\xe6\x77\x55\x99\xa9\x40\xbe\xbf\xd4\xbc\xcd\x6e\x6d\x17\xf2\xa9\x21\x55\x11\xbf\x7f\x38\x24\x61\xfd\xdc\xdf\xa7\x48\xd6\xa5\xc0\x82\xca\xf9\x52\xed\xd5\xcf\x14\xee\x97\xcd\x9c\xed\xcd\xfb\x45\x1d\x69\xef\x5a\x6f\xfa\xe0\x37\x5c\x6e\x18\x7b\x9f\xa5\xe7\xcf\x16\xaf\xf5\xc4\xf1\x61\x41\xcd\xc1\xe1\xec\x5a\xeb\x01\x79\x33\xda\xc7\x12\xb8\xf5\x5c\xf3\x41\x89\xa7\x79\x5b\x4a\x15\x66\xf7\x1b\xea\x9b\xac\x5a\x69\x80\x09\xbd\x96\xf3\xfb\xbf\x13\x1a\x04\x21\xde\x13\x8e\xa6\x5d\x27\x80\x14\x85\x9d\x90\x24\x0c\x4d\x70\x53\x55\x6b\x0d\x43\x0d\x88\x19\x8f\x74\x79\x57\x90\x42\x56\xc8\x14\xbb\xf2\xb2\x4d\x66\x36\x89\x6f\x59\x0a\x62\xc3\xd2\x30\x00\x16\x87\x5b\x7d\x41\x59\x45\x9a\x88\x05\x74\xb5\x35\x77\xd8\xe9\x0a\xb6\x2c\x3d\xbb\xc3\x0a\xee\xce\x1c\x68\x0c\xa6\xed\x1a\xd0\x95\xde\xb0\x57\x58\xf5\xf3\xbf\x96\xd0\x34\x51\x05\xa1\x54\x54\xa1\xf1\xf6\x26\xde\x9e\xb2\xaf\xbc\xa9\xfb\xf8\xd5\x69\x7e\xe9\xad\xad\x2a\xed\x3c\xdd\xf6\x4d\xca\xd1\x5c\xb2\xee\x7a\x74\xcf\x11\xb6\x7c\x37\x6f\x3e\x9c\xf7\xde\xf9\xd8\x5e\x9a\x7e\x41\x79\x98\xcb\xd7\x59\x1f\xb6\x9e\x83\x7b\xcc\x4a\x71\x47\x43\x3b\xa5\x62\xe7\xc1\xb9\x86\x18\xc5\xdf\xa3\xd8\xcd\x71\xed\x73\xce\xe8\xbe\x38\x9a\xef\x39\x7f\xb7\x3f\xfe\x8c\x58\x2c\x39\x0b\x85\xda\xba\xca\x0d\x72\x05\x1e\xb2\x40\x95\x6d\xb5\x0b\xfd\xa6\x47\x62\x22\x41\xeb\x16\xd8\x90\xe3\x6e\xc6\xd2\xcf\xc1\xce\x61\x87\xdc\xdf\xd0\xbb\xca\xee\xbc\xe3\x80\x5f\xde\xad\xd3\x67\x7c\x76\xfa\x75\x13\x72\x87\x31\x44\x94\x73\xa6\x77\xb2\xa9\x30\x85\xb0\xf7\x74\x6c\x82\xbf\x68\xca\x51\x1b\x51\x6d\x72\xee\x5c\x48\x6a\x65\x45\x82\x80\xaa\xdf\x24\x04\xc2\xd7\xfa\x0f\x46\x88\x4f\x61\x3c\x2c\xc7\x0f\xf3\xf1\x0d\x11\xaa\xb7\x99\x1a\x32\xdc\x50\x21\xd5\xf2\xcf\xbb\x8d\x14\x85\x76\x94\x2c\x63\x90\x4c\xa7\x45\x73\xc1\x67\x09\xd5\xd1\x5d\x32\xd3\x00\x2c\x6c\xa9\x6d\xb5\x62\x61\x80\xbc\x07\xe3\x15\xa4\x71\xd1\x23\x38\xd7\xbd\x85\x02\x8b\xc6\xd0\x37\xb7\x8e\x1b\xb0\xbd\xd2\x74\xd5\xdb\x53\x6d\x1b\x56\xb2\xae\xea\x48\x49\x72\x5a\xb9\xb2\x6e\x32\x18\x08\x1d\xe0\x7b\xa0\xf6\xa5\xc6\xa1\xce\x75\x62\x31\xdf\x2d\x42\xba\x8e\x45\x19\x4f\x22\xf2\x8e\xf1\x5e\x44\x63\xc6\xf3\xbf\xde\xa0\x14\x53\x56\xb3\xfb\x0a\x5d\x9d\x4f\x20\x4b\x28\xe6\xc3\xd2\x4e\xa9\xdb\xfc\x86\xb4\x27\x9f\x9c\xfe\xad\xf7\xe3\x8e\x67\x8e\xf2\x2f\x62\x79\x91\xae\x4f\x96\x95\xa6\xae\x9c\x23\xab\x77\x01\xff\x13\x00\x00\xff\xff\xbc\x90\x8e\x5f\x16\x49\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x73\xdb\x36\xb2\xff\xdd\x7f\xc5\x8e\xa7\x33\xee\xdd\x33\xa5\x38\x6d\x5f\x72\xba\xbe\xce\xc8\x12\xed\x28\xb5\x24\x46\x94\xdb\xe4\x6e\x6e\x34\x10\xb9\x92\x10\x93\x04\x03\x80\x76\xd4\x8e\xff\xf7\x37\x00\xf8\x5d\xa4\xa4\x38\x49\xaf\xed\x2f\x8d\x88\xc5\x67\x17\x8b\xc5\xee\x62\x01\x98\xc4\xf4\x17\xe4\x82\xb2\xa8\x07\x12\xc3\x38\x20\x12\x3b\x2c\xc6\x48\x6c\xe8\x4a\x76\x28\xeb\xde\x5f\x9c\xdc\xd1\xc8\xef\xc1\x3c\x6d\x3e\x09\xc8\x12\x03\xd1\x3b\x81\xbc\x47\x0f\x90\xc4\x2f\x9e\x5b\x31\x13\x72\xcd\x51\x7c\x08\x2c\xf1\x9c\x9e\x00\x7c\x8c\x09\x11\x3d\xb8\xe8\x5c\x74\x9e\x9d\x84\x28\x04\x59\x63\x0f\xce\xfa\x10\xe1\x03\xd8\x7d\x07\x48\xe4\x43\xc4\x22\x2b\x56\x42\x08\x89\x91\x04\xc7\x80\xb8\x6f\x6e\x60\x49\x04\xfa\x40\xe2\x38\xa0\x1e\x91\x94\x45\xf0\x40\xe5\x06\x5c\xf7\x06\x44\x12\xc7\x8c\xcb\x13\x80\x0d\x11\xb0\x44\x8c\xc0\xe3\x48\x24\xfa\x40\x23\xd8\xb2\x84\x43\xcc\xd9\x7b\xf4\x64\x07\xe6\x1b\x84\x44\x20\x8f\x48\x88\xdd\x98\x08\xf1\xc0\xb8\x0f\x2b\xc6\x81\x78\x1e\x0a\x41\xa3\x35\xc8\x0d\x96\x38\x9f\x00\xf8\x44\x12\xc5\x1f\x4e\xbf\xf9\x7d\x78\xb9\x18\xf6\xe7\xfd\xcb\xbe\x6b\x3f\x9e\x02\x15\xa0\x3f\xdd\xba\xf6\x6c\xd2\x1f\xdb\x8f\x5d\xfd\xd3\xe9\xbb\xee\xaf\xd3\xd9\xf0\xb1\x03\x4e\x80\xaa\xe7\x12\x41\x24\x1c\x41\xb2\x54\x36\xa5\xb2\x0d\xc2\x8a\x05\x01\x7b\x50\x5c\x05\x7a\x1c\xa5\xe8\x29\x26\xaf\xe6\x73\xc7\x5d\xb8\xf6\x60\x66\xcf\x1f\x4f\xc1\x63\x91\x24\x34\xca\x64\xcb\xda\x7f\xb6\xdf\xb9\xf3\xe9\xcc\x7e\x84\x15\x0d\xf4\xb0\xfc\x13\xd0\x63\x11\xc8\xef\x53\x4c\xc5\x54\xf5\xc7\x48\xfe\x53\x41\xbf\xbe\x9e\x4d\x6f\x1d\x77\x61\x4f\x06\xb3\x77\xce\x7c\x0f\x93\x3a\x65\xce\x4e\x31\xc9\x18\xa6\xec\xbc\x84\xab\x8e\xaf\xaf\x39\x4b\x62\x01\x1e\x0b\xc3\x24\x4a\x27\x4a\x74\xce\x4e\x42\x94\x44\x69\x51\x59\x0a\x89\x22\x26\x4d\x8b\xfa\x09\xe0\xa3\xf0\x38\x8d\xa5\xb6\xbc\x7e\x04\xf8\x91\x84\x71\x80\x30\x43\x1f\x5e\x11\x09\xaf\x2f\x99\x10\xda\x44\x5e\xec\x1a\x00\x89\xca\x56\x92\xcd\x94\xc6\x05\x35\xa6\x15\x5d\x27\x1c\x7d\x43\x9c\xeb\xa3\x24\x1e\x24\x7a\xd2\x37\x52\xc6\x42\xdb\x20\xc6\x1b\x0c\x91\x93\x00\x84\x64\x9c\xac\xb1\x03\x57\x8c\xa7\x88\x21\xe3\x08\x34\x5a\x31\x1e\x9a\xde\x64\xc9\x12\x99\x62\xc8\x0d\x15\xf9\x42\x38\x07\x81\x68\x60\x7b\xdd\xee\x9a\xca\x4d\xb2\xec\x78\x2c\xec\xbe\x5f\x32\x21\xac\x54\xdd\xc8\x2d\x1a\x92\x35\x8a\xf4\x33\x92\xd8\x7a\x61\xe5\xab\xce\x34\x76\x97\x01\x5b\x76\xf5\xba\xea\xce\xec\xfe\x70\x6c\x77\x88\xcf\x3c\x2d\x12\xf5\x58\x34\x08\x88\x10\x3d\xfd\x4f\x05\xa0\xbf\x57\x16\xae\x4f\x45\x1c\x90\xad\xa5\xac\xbe\x57\xd6\x67\xe7\x39\xfc\x4f\x59\x7f\xdf\xda\xd9\xe0\xcf\x8d\xc6\xd4\x12\x91\x1b\xce\x92\xf5\x26\xd5\xc0\xfc\xc6\xfd\xdb\x2e\x87\x98\xb3\x7b\xea\x23\xb7\xaa\xac\xd2\x29\x3c\x87\x51\xe4\x75\x74\x2f\x49\xd6\x42\xfb\x88\xf3\xf7\xe4\x9e\x20\xea\xff\x9d\xeb\xc1\x9f\x6f\xa8\xef\x63\x64\xc8\x1a\x1d\x90\xcf\xbc\x24\xc4\xc8\x58\x8f\x95\xf0\xa0\x97\x2b\xd8\x2c\xdf\x0e\x47\x7f\x43\xa4\xd6\x73\x85\xb8\x8b\x51\x97\xa3\x6f\x6d\x88\xb4\x52\x4d\x47\x12\x79\xcc\xa9\x40\xab\x64\x54\x96\xe2\xaa\x66\xb7\xbb\x47\x8c\x80\x45\x6b\xab\x62\xb5\xf3\xf2\xcc\x83\x8f\x2b\x1a\xa1\x00\x8e\x82\x25\xdc\x43\x01\x11\xa2\xaf\x57\xa7\x06\x65\xe0\xe3\x3d\x06\x2c\x06\x52\x37\xf2\x5c\x28\xe8\x97\x2c\xdd\x49\x85\xd2\x13\xb6\xe3\x09\xcf\x53\x5c\x1a\x79\x41\xe2\x2b\x43\x24\xb0\x4c\x68\xe0\xe7\xf6\x6f\xc8\x2a\x8b\xc7\xc7\x38\x60\x5b\xa5\x9f\x3a\x55\x6d\x0d\xb5\x11\xea\x95\x5f\x32\x1d\xb3\x04\x8a\xc5\xf3\xad\x52\x07\xe3\x84\x6f\xff\x96\x2d\xa4\x14\x51\x2d\xb2\x3d\x2b\xb1\x64\x72\xca\xd8\x3a\x7b\x26\x22\xf5\xfc\x07\x2c\x41\x03\xdc\x67\xa1\xcd\x04\x20\x00\x63\xa0\x2d\xc1\x4a\x35\x8a\x98\x78\xd8\x2b\xcc\xfc\x84\x2d\x55\x0c\x11\xbd\x13\x0b\xca\xb1\xf2\xfe\xe2\x04\xc0\xc4\x45\x57\xf9\x5d\x4f\x8d\xb3\xec\xf0\x1a\x5c\x5e\xcd\xe9\xa9\xa8\xf4\x80\x4b\xed\xb7\x91\x9f\x09\x3d\x16\x50\x43\xeb\xa4\xe4\xc2\x20\x77\x48\x10\x6f\x48\x6d\x51\x60\x8c\x91\x8f\x91\x47\x51\xf4\xe0\xec\xdf\xbf\x9f\x2a\xe9\x4f\x75\x20\xe9\x3b\xce\xcd\x68\xd0\x9f\x8f\xa6\x93\x85\x8e\x4f\xa5\xa1\x9e\x66\x76\x03\x70\xaa\xc4\x57\x3d\xd2\x01\x9c\x3e\xfe\xe7\x4c\x37\x16\xf1\x5d\x0f\xa3\xb0\x9f\x1e\x34\x80\x6b\x32\xa3\xd7\xe6\x56\x11\xa3\x67\xc0\xd4\xd8\x52\x5c\x4b\xff\xe8\xc1\xcb\x67\x2f\x9f\x65\x2b\x84\xf0\x35\x4a\xa7\xfa\x59\x60\x80\x9e\x64\xbc\xb7\x63\x98\x03\x6d\x97\xcd\x4c\xff\x98\xb9\x12\x7f\xe9\xc9\x32\x8b\xd1\x7a\xca\x9c\x7d\xff\xfd\x77\x4d\x73\x96\x7d\xfe\x13\xcd\x59\x9e\xc4\xe5\x13\x57\x4c\xd9\x97\x34\xf3\xd2\xa4\x1d\xd2\xde\x0f\xdf\x7f\xf7\xbc\x41\x7b\xf9\xe7\x27\x69\xaf\xcc\xff\xab\x28\x32\x4b\xf2\x62\xed\xac\x19\x97\x3a\x12\x78\x41\x22\x24\xaa\x2c\xb0\x79\x15\xdc\x25\x4b\xe4\x11\x4a\x14\x6a\x19\x48\x16\x20\x27\x12\xad\x24\xe2\x48\xfc\xad\x85\x91\x1f\x33\x1a\xe9\xfc\x57\xf2\x04\x4f\xbf\xc2\xbc\xd0\x68\x5d\x99\x91\x54\xe4\x91\xd3\x83\x09\x8b\x70\x77\x96\x0c\x56\xda\x2f\x6b\xed\xc1\xcb\x97\x2f\x5f\x1a\xe2\x64\x19\x50\xb1\x99\x30\x39\x53\x83\xe8\xfb\x3e\x47\x21\xd4\xc2\x56\x43\xf8\xb2\x0b\x80\xfa\xcd\xa3\x52\xde\x27\x9f\xd6\x19\x4b\xe4\xa7\x4f\xaa\xee\x65\xf6\x40\x85\x86\xb3\x20\x94\xcd\xe2\xd7\x0d\x07\x92\x65\xa0\xed\xf4\x9f\xa8\x14\xf1\x15\xb5\x22\xbe\x90\x5a\x8e\x74\xbc\x1b\x26\xa4\x82\x7a\x35\x75\xe7\xaa\x75\xa1\xf7\x7f\x06\x48\x16\x8c\x25\xf2\x90\x46\x29\xe3\x7a\xe2\x5e\xd7\xf0\x1e\xd6\xad\x5e\x63\xa4\x36\x23\xae\xe4\x48\xc2\x1d\x75\x7e\x51\xd3\x68\x95\xe0\x52\xa5\xb5\x66\xe5\x7c\x5d\x09\xca\xea\x67\x89\x8c\x13\x99\x6b\x39\x57\x64\x83\x5a\xe6\x64\x9d\x37\xb6\x82\xf7\x54\x22\x2b\xa4\xf1\x0f\x7a\x83\xd0\x2b\xf6\xab\x12\x3f\xca\x21\xe5\xaa\xe3\x60\x3a\x99\xdb\x6f\xe7\x8b\xe1\x68\xf6\x98\x12\xac\xa9\x2c\xb8\x73\x5c\x29\x32\x77\x7a\x3b\x1b\xd8\x8b\x99\xed\x4c\xdd\xd1\x7c\x3a\x7b\xb7\x98\xd9\x57\x8f\x39\x55\xc2\x69\x33\xd5\xed\xec\x26\xa3\x92\xdb\x18\x7b\x70\x4d\x53\x99\xa4\x72\xcd\xeb\x6d\xc6\xc9\xc8\xe8\xd6\xbe\x02\x60\x74\x5f\xfc\xc8\xbc\xe5\xb8\xff\x8b\x3d\x59\x8c\x47\xb3\xd9\x74\xa6\x58\xe4\x04\x00\xf7\x24\x48\xb4\x46\xea\x34\x8f\x2d\x28\xfd\xd9\xb5\xbb\xe8\x3b\x8e\x3d\x19\xb6\xc3\x94\x88\x76\x71\xfa\xb3\xf9\xe8\xaa\x3f\xd0\x3a\x6c\x82\x28\xb7\x17\xbd\x57\x8c\x7b\xe8\x24\x41\x50\x72\xe4\xfa\x3b\x67\x61\xaf\x04\xb3\x77\xfa\x33\x03\xc8\xf7\xf5\x2f\x9e\x17\xfb\xfa\xde\x45\xe7\xa2\x46\x99\x6e\x37\xbe\xf9\x7d\x34\xee\x5f\xdb\x0b\x77\x3e\xb3\xfb\x63\x6d\x30\xae\xd3\x1f\xd8\x85\x74\x34\xf2\x38\xea\x8d\x6d\x55\x3e\x33\x89\xae\x9e\x2c\xb3\xe4\x39\x5d\xaf\x91\xe7\xe1\xcc\xd4\x20\x8a\x01\x98\x8a\x93\x62\x79\x3d\x9a\xbf\xba\xbd\x5c\xfc\x6a\x5f\xbe\x9a\x4e\x7f\xce\x6a\x42\x75\xe3\x78\x95\x2c\x33\x24\x8c\x90\x53\xaf\x11\xca\x9e\xd8\xb3\xd1\x60\x3f\x96\xe9\x9e\x82\xe9\x12\xc7\x60\x43\xa2\x35\xf6\xe0\xf7\x2a\xe5\xa8\x68\x4b\xa9\xcd\x77\xe3\x02\xd2\x86\x56\x6f\x31\xac\x05\xdb\x3f\xce\x65\x70\xd4\x50\xa2\x07\x17\x9f\x91\x06\x34\x2d\x46\x33\xfe\x19\xe6\x55\xc4\x52\xe9\x35\x25\xa9\x8e\x71\x77\x9c\x47\x8f\xf5\x53\x65\x3d\xa4\x1f\x3d\x9e\x5c\x47\x90\x3a\x3c\x5d\x05\x13\x65\x4f\x52\x71\x2c\xc5\x62\x1e\x5e\x2e\x5c\x7b\xf6\xcb\x68\x60\x2f\x9c\x99\x7d\x35\x7a\xbb\x18\xf7\x1d\x67\x34\xb9\x2e\xd1\x96\xd7\xf6\x9e\xcc\xf8\xff\x86\x97\xcd\x0c\x5e\x4f\x86\xa3\x66\xb8\xb4\xf1\xb1\xb9\x5f\x56\x00\x6e\xed\x9b\x57\x88\x9b\xfb\x67\x15\xe3\xd6\xfe\x79\x49\xb9\xb9\x7f\x56\x93\x6e\xed\x9f\x17\xad\x1b\xfa\xcf\xdf\xe6\xcd\x5f\x4f\xb3\xe3\xd1\x64\xe1\x4c\xa7\x37\x0b\x77\xf4\xaf\x76\x31\x2b\x54\x2d\x63\x1d\xf7\xdf\x1e\x83\x54\xa6\x6a\x41\x9a\xbf\x5d\x8c\xdc\xe9\x8d\x1e\x49\x2b\x50\x99\xa8\x09\x27\xab\x93\x2b\x7d\x2d\x9c\xd9\x74\x3e\x1d\x4c\x6f\x9a\xd0\xfc\x48\x74\x86\x13\x43\xd8\x80\x33\x75\xec\x89\xfb\x6a\x74\x35\x5f\x64\x44\xb9\xb9\xb7\x5b\x56\xeb\x36\xe7\x13\xd0\x9d\xe9\x6c\xde\x84\x7e\xaa\x36\x3a\xa7\x0d\x58\xd5\xe3\x87\x5a\x6c\xcd\xbb\x77\x51\x7a\x5d\x24\xb1\x65\x82\x83\x75\xcf\x82\x24\xc4\x83\x70\xcd\xe3\xac\x9d\x78\x1c\x16\x6a\xfe\xce\x39\x0a\x4a\x13\xb6\xe3\xb5\x6b\xbe\x68\x6f\xef\xbd\x7f\x55\x57\x69\x9a\x50\xc6\x6f\x16\x83\x9b\x5b\x77\x6e\xcf\x0e\x40\x35\x10\xb6\xe0\xbd\xb9\xb5\x6f\x6d\xb7\x15\xc5\x34\xb7\xf4\x9d\x4f\x9d\xd1\xa0\xbd\xaf\x69\xde\xb7\x44\xaa\x87\x4e\xcd\x40\x2d\x07\x54\x47\xa0\x1e\x65\x90\xef\xd7\xba\x7a\x61\x61\xe4\xf1\x6d\x2c\x0f\x1a\x67\x1b\x93\xe3\x84\xdf\x67\xb0\x75\xda\x76\x53\x6b\xa2\x3c\x06\x71\xbf\xcd\xb4\x51\xef\x43\x3e\xce\x1a\xdb\xa8\x9b\x90\xfb\xb7\xf3\xe9\x62\x68\x3b\x37\xd3\x77\x0b\xfb\xad\x73\x33\x1d\xda\x2d\xa8\x4d\x94\x8d\x7e\xdd\xbe\xea\xdf\xde\xcc\x17\xaf\xa7\x97\xa5\xed\xce\xa7\x47\xb2\xa6\x40\x39\x1a\xdb\xb3\xdc\x6f\xaa\x98\xb9\xd8\x63\x0c\x47\x82\xeb\xfc\xf7\x50\x12\xa6\x89\xd4\x96\xc4\x61\x01\xf5\xb6\x3d\xe8\x07\x0f\x64\x2b\x4a\x14\x01\xbd\xc7\x08\x85\x70\x38\x5b\x62\xaf\x22\x11\x7e\x2c\xe7\x5c\xe6\x3f\x8f\x85\x21\x89\xfc\xfa\x67\x0b\xba\x4b\x1a\x75\x97\x44\x6c\x76\x5a\x2c\x6f\x97\x98\xc5\x52\xf9\x78\xdd\xa9\x22\x41\xa7\x06\x40\x23\x2a\x29\x09\x86\x18\x90\xad\x8b\x1e\x8b\x7c\xd1\x83\xff\x7d\xb6\xb3\x5d\xda\xaf\x86\x52\x79\x2e\x13\x21\x4f\x21\xd3\xd2\xf3\x8b\x17\x2f\x2b\x8c\xd3\x5d\x18\x0b\xd8\x1d\x25\x95\x96\x98\x33\xc9\x3c\x16\xf4\x60\x3e\x70\xf6\x62\x16\x27\x13\x65\xcc\xb4\xf4\xf6\x14\xc0\xa2\x6c\x5e\x07\x14\x4f\x44\xcc\x6a\x92\x55\xc4\x5a\x32\xd0\x0e\xc8\x91\xf8\xf4\xbf\x6b\x3e\x55\x11\x3a\x62\x03\x2b\x12\x08\x3c\x6c\x45\x17\xcf\x2a\x03\x49\xcf\x5c\xab\xa2\x05\x34\xa4\x52\xd4\xc5\x0d\x31\x64\x7c\xab\xc3\x97\x3d\x9e\xce\xde\x2d\x6e\x46\xe3\x51\x25\xd6\x98\xb8\x30\x66\x49\x54\xb7\xbb\x50\x7d\x73\x88\xdc\x1c\x91\xe9\x94\x4e\x1b\xad\x3b\xdc\x0a\xc9\x38\x36\x51\x29\x15\x4c\xa3\x60\x5b\xab\x3b\x34\xb1\x3b\x36\x8e\x95\x59\x67\x7d\x9e\x20\x42\xa9\xb6\x78\xcd\x89\x87\x0e\x72\xca\xfc\x7c\x0a\x5e\xfc\x70\x52\xd5\x98\xd8\xad\x0c\xed\x1f\x7c\x5a\x41\xa8\xc8\x62\xbe\x4d\x52\xbf\x50\xb9\x14\xd3\x88\x7e\x78\x7c\x87\xb9\xec\x4b\x3f\xea\x05\x95\x52\xe5\xc2\x21\x9c\x84\xa5\x41\x93\x44\xb2\x90\x48\xea\xd5\xf4\x98\x2f\x5b\xc5\xaf\xa2\xa4\x7d\x8e\xef\x49\x85\xa7\x03\x95\xc7\xbf\x60\x89\xa5\xed\x68\xed\x8b\x54\x5b\xea\xc1\xf9\x2f\x52\x78\x69\xca\x29\x8e\x54\x20\x7c\x5e\x39\xc6\x99\xba\xf3\xeb\x99\xed\xbe\xb9\xd1\xc5\x8d\xd6\xfd\xf3\xbe\xca\x47\x09\xe3\xb3\x2a\x20\x25\x9c\xcf\xaa\x84\x94\x70\xc6\xfd\xb7\x8b\xc1\x74\x32\xb1\x07\x4a\x7f\x2d\xbb\x9e\x76\xfa\x23\xd0\x9d\x99\xed\xf4\x67\xf6\x70\x31\x9f\xf5\x27\x6e\xff\xab\xf0\x71\x5f\x69\x0e\x97\xb7\x57\x57\xf6\xec\x30\x78\x95\x7c\x27\x01\xed\x41\x7b\x06\xfb\xd4\xe4\xb4\x31\xa4\x7f\x57\xcd\xb7\xa4\x17\xbb\xcc\xbb\xab\x7b\x6e\xd8\x3d\x47\x4f\xe9\x69\x88\x2c\x91\x45\x86\x70\x8c\x73\x6c\xce\xce\x0f\x67\x9c\x3b\xdc\xff\x98\x1c\xab\x29\xc3\xa2\xc7\x24\x5d\xb1\xf8\x10\x80\xb5\x81\x8b\xe7\x2f\x3a\xcf\x3a\xcf\x3a\x17\x60\xdd\xc2\x37\xb5\xd5\x0c\xd6\x07\xb0\xfc\xca\xe7\x6c\xdd\xec\x62\x02\x9c\xb9\xf6\x8d\x3d\x98\xc3\xc5\xd9\xe1\xb9\xfd\xe1\xe8\xa9\x3a\x2e\xf9\xba\x27\xbc\x1b\xd0\x65\x37\x5e\x8b\x0f\x41\x57\xf9\xdf\x86\xf4\xa7\x69\xbe\x2b\xa4\x07\x12\x9c\xd2\x4e\xa5\x21\xc1\xc1\x30\x96\xdb\x21\xe5\xd5\xa9\x0a\xd1\xa7\x49\xd8\x83\xd3\xd3\xa3\xcc\x2f\x17\xe7\x8f\x4e\x33\x9a\x0c\xff\x49\x19\x47\x81\xd3\xab\x78\x95\xca\x89\xd6\xbc\x7f\xfd\x58\xeb\x79\xe4\xd1\xd7\x27\xe4\x2b\xb1\xd2\x13\x4a\xad\x44\x6b\xf7\x0a\x8b\x62\xaa\x8f\xf6\xe5\x06\xcb\x11\xb9\x73\x02\x90\x5e\x60\x35\xf9\x60\xf9\x12\xa6\xfa\x92\xdf\x1b\xac\x2b\xf1\x44\x2d\xef\x0f\x09\xe5\xe8\xe7\x53\x91\x3a\x58\x95\x99\x92\x38\xae\xcb\x71\x36\x48\x84\x64\xa1\x3e\xdc\xcf\xe5\xa9\x5c\x2e\x00\xce\x12\x89\x1d\x80\x1b\x24\xf7\x08\xcb\x80\x44\x77\x9a\xca\xc7\x15\x49\x02\x93\xc6\x65\xdd\xcf\x01\x3b\xeb\x4e\x7e\xae\xff\x63\xf9\x4e\xab\x6a\xff\xc9\xfa\x31\xbd\x04\xff\x53\xe7\xc7\x14\xc0\xf2\x59\x48\x68\x64\x89\x64\xb5\xa2\x1f\x7f\x3a\xab\x8f\x3e\x93\x50\x0b\x65\xee\x43\xbc\x4a\xd9\xe5\x8a\xa8\xde\x49\xa8\x0f\xf2\x9a\xca\xf4\xf8\x18\x6e\x67\xa3\xfa\x6d\x8a\x3a\x3f\x45\x3d\xc3\x98\x09\x2a\x19\xdf\x82\x39\x3d\x36\x6c\x1a\x8f\xaf\xf7\x28\xbd\xf5\xde\x75\x7e\x04\xdb\x2d\x2e\x59\x7f\x48\xa8\x77\x27\x24\xe1\x52\x34\x0d\x60\xc9\x49\xe4\x6d\xba\x92\xac\x81\xe3\x0a\x39\x46\xfa\x80\xb5\x41\xf4\xa2\xb1\x4d\xea\x99\x7d\x55\x08\x79\x7a\xd1\xf9\xee\xb4\xce\x51\x79\x35\x7d\xf7\x9a\x46\x1a\x35\x9d\x35\x90\xcc\x5c\xea\xfd\xa7\xf1\x36\x5a\x97\x9c\xb1\x82\xc0\xa7\x5c\x67\xbd\xdb\x1d\x2b\x1e\x98\x6b\x05\x30\xcc\x28\x72\x01\x4b\x57\x0c\x0a\xb1\x24\xf3\x59\x40\x85\xec\x66\xff\xb0\xde\xfb\x4b\xaf\x2e\xe7\x30\xbb\x4f\xf7\x7a\x32\x1c\x99\x15\xa5\x1f\x04\x2c\xb7\x95\x7b\xc6\x92\xe9\x2d\x79\x70\x8f\x7a\xb1\x29\x27\x67\x0c\xc2\x18\xac\xb6\xe1\xf7\xe4\x9e\xf4\xcc\xfc\x74\x0b\x02\xd1\xad\xf8\xa5\xca\x88\xaa\xcc\x2b\x2b\xb3\x38\xc4\x4b\x87\xa3\xd1\x77\xc1\xe7\xcc\x67\x37\x54\xc8\xe1\x8e\xd1\xe6\xe0\xa9\xa1\x37\x73\xae\x33\x2d\xe5\x9d\x6d\x46\xa9\xa6\xab\xce\xec\x4d\x82\x89\xe1\x24\xce\x41\xa0\x72\x5c\xd2\x68\x51\x87\x7f\xa1\x9f\xac\x08\x84\x0f\x8a\x4e\xc0\x03\x0d\x02\x58\x62\xe1\xf8\x49\x10\x6c\xb5\x12\xb3\x27\x2f\x0f\x1b\x8c\xb4\xaa\x97\x9c\xdd\x21\x07\x63\xd7\x1d\xe8\x07\x82\x9d\xab\x86\x6d\x0e\x12\x12\x1f\xb3\x77\x2f\xcb\x00\x81\x08\xa3\xcf\xbc\x86\x72\x62\x82\x38\xd8\x7d\xa7\x03\x13\x26\xd5\x1c\x12\x09\x24\x08\x32\x79\xb2\x29\xaf\x39\x52\xf8\x7b\x98\x08\xf9\x77\xfd\xec\x25\x46\x8f\xae\x28\xfa\xb0\x41\x8e\x19\x22\xe3\x3e\x72\x6d\xd3\x98\x4b\x5e\x19\x13\x30\x33\x0a\x8e\xa1\xe2\xdb\x1f\xbf\x49\x07\xb4\x63\xdd\x5a\x83\x22\x9f\x8a\xe2\x8c\xa3\xee\xf8\x59\x4c\xbd\x23\x34\x2d\x15\xdd\x9f\x48\xd3\xa9\x3c\x7f\x02\x4d\x6b\x0d\x56\x34\x9d\x9e\x08\xb5\x85\x58\xb6\xd2\xc8\xa6\xc2\x52\x7f\x61\x94\x55\x69\xf4\x63\xa2\x3a\x2b\x57\x5f\xd2\x85\x9f\x33\x1a\xd7\x40\x54\x16\x5d\xb9\x20\xb4\x3f\xfe\xbe\x50\x01\x38\x2d\x91\x1d\x12\xb6\x22\x56\xe6\x88\x8b\x51\x1c\x12\xf4\x8a\x06\x18\xed\x4a\x59\x3a\x36\x4a\xc5\xca\xf8\x74\xde\xdf\xed\x44\x1d\x25\x93\xca\x6a\x9a\x65\xfa\xf6\xf5\xcf\x2e\x30\x0e\xaf\x07\xf6\xcf\xfa\x2d\xce\x5e\x81\xe6\xdb\xb8\x4d\x18\x73\x48\xda\xa6\x0f\x22\x04\xf3\xa8\xb1\x74\x2a\x37\xa9\x0e\x34\xb8\x87\x5c\xd2\x95\xb2\xc0\xb6\x89\x1b\x14\x14\x4d\x93\xa6\x53\xa6\x06\xc6\x95\x17\x79\x95\x91\x93\xc8\x3f\x82\x6d\x3e\x6a\x27\x05\xaa\xf1\xcd\x8b\x0c\x35\xde\x2e\x4a\x01\x1f\x89\x15\x33\x16\x74\x43\x1a\xe9\x7f\x58\x82\xfe\x56\xa4\x89\xa5\xb7\x64\x45\x18\xd9\x59\x22\xc3\xbc\x09\xc6\x34\xa2\x61\x12\x82\xc3\x58\x00\x2e\xfd\xad\x12\x2d\xaa\xb7\x21\xf6\x4a\x43\x3e\x7e\x11\x69\xc8\xc7\x3d\xd2\x54\x6e\x54\x34\x49\x23\x39\x89\x04\xf1\x74\x3a\x49\x05\x0b\x8a\x27\x40\x4f\x92\x66\x5e\xc0\xc1\x28\x83\x2b\x4b\x54\xb9\x99\xd1\x60\x28\x61\x3a\x9c\x28\x09\x97\xc8\xd5\x3a\xf1\x02\x9a\xbe\x51\x8a\x50\x03\x0b\xe5\x3d\xd9\x03\xfa\x1d\xf3\x3c\x8b\x04\x82\x81\xd0\x83\xd9\x18\xef\xb8\x0b\x12\x73\x15\x17\xd0\x2f\x8f\x57\xec\x0c\xa4\xf4\xea\x69\xbc\x2b\x47\x21\x40\x3e\xa0\x3d\x65\xa5\xda\xd8\x06\x99\x26\x05\x6c\xd8\x03\x84\x89\xb7\x49\x4f\x29\x80\x0a\xf0\xd1\xd7\xd6\xef\x2b\x7f\x5e\x92\x42\x5f\xc0\x27\xde\x46\xb9\x56\x35\x01\xfb\x24\x76\x37\x7a\x80\x97\xc9\x6a\x85\xbc\x51\xc4\x5a\xcd\xa8\x26\xa1\x8a\x0f\xe9\xcd\x79\x20\x7e\x48\xa3\x7c\xd1\xee\x6c\x9e\x4a\x94\x25\x1a\xbd\xb5\x84\xb3\x7f\x13\xeb\xb7\xbe\xf5\xaf\x67\xd6\x3f\xfe\xf3\xfb\xcb\x47\xb5\xf7\xd0\xb7\x0a\xcd\x13\xe2\x8f\x31\x57\xa1\xb2\x64\x13\xcd\x57\x21\x6a\x3e\xbf\x2d\x91\x4b\x04\xf2\xfd\xd9\xdc\x6d\xfa\x26\x38\x97\x4f\x75\x29\x8b\xf8\xdd\xe3\x21\x09\xab\xb7\xc0\x3e\x45\xb2\x36\x05\xe6\x54\xce\xe7\x6a\xaf\x7a\xc3\x6c\xbf\x6c\xe6\xa6\x67\x56\x85\x68\x09\x7b\xd7\x7a\x5f\x05\xbf\xe2\x72\xc3\xd8\x5d\x1a\x9e\x9f\x2c\x5e\xe3\xfd\xd3\xc3\x82\x9a\x6b\xa4\xe9\x5b\xc7\x03\xf2\xa6\xb4\x5f\x4a\xe0\xc6\x5b\xae\x07\x25\x9e\x64\xc5\x0e\x95\x98\x3d\x6c\xa8\x67\xa2\x6a\xa9\xac\x22\xf4\x5a\xce\x1e\x85\x8e\xa9\xef\x07\xf8\x40\x38\x9a\x22\x90\x00\x92\x27\x76\x42\x92\x20\x30\xce\x4d\x65\xad\x15\x0c\xd5\x21\x62\x3c\xd4\xe9\x5d\x4e\x0a\x69\x22\x93\x6f\x7c\x8b\xe2\x8b\xd9\x87\xbd\x63\x09\x88\x0d\x4b\x02\x1f\x58\x14\x6c\xf5\xab\x55\xe5\x69\x42\xe6\xd3\xd5\xd6\x3c\x6f\xa6\x2b\xd8\xb2\xe4\xec\x1e\x4b\xb8\x3b\x63\xa0\x11\x98\x52\x96\x4f\x57\x7a\x4f\x5c\x62\xd5\xcd\xde\xe2\xd7\xa7\xa8\x84\x50\x28\x2a\xd7\x78\x73\x69\x68\x4f\xda\x57\xbc\xdb\xfc\xf2\xd9\x69\xf6\x04\xaa\x29\x2b\x6d\xbd\xeb\xf4\x87\xa4\xa3\x99\x64\xed\xf9\xe8\x9e\x0b\x4d\xd9\x86\xd9\x1c\xa3\x76\xde\x7b\xd8\x9c\x9a\x7e\x46\x7a\x98\xc9\xd7\x9a\x1f\x36\xde\x8a\xfa\x92\x99\xe2\x8e\x86\x76\x52\xc5\xd6\x6b\x54\x35\x31\xf2\xbf\x76\xb0\x1b\xe3\x9a\xc7\x9c\xd2\x7d\xb6\x37\xdf\x73\x1b\x6b\xbf\xff\x19\xb0\x48\x72\x16\x08\xb5\x75\x95\x1b\xe4\x0a\x3c\x60\xbe\x4a\xdb\x2a\xaf\xbc\xf5\x1f\xdf\x48\x3d\x41\xe3\x16\xd8\x90\xe3\x6e\xc4\xd2\xdf\xc1\xce\x60\xfb\xdc\xdb\xd0\xfb\xd2\xee\xbc\xe5\xba\x57\x56\x10\xd3\x37\x3e\x76\x4a\x62\x63\x72\x8f\x11\x84\x94\x73\xa6\x77\xb2\x89\x30\x89\xb0\xfb\x7c\x64\x9c\xbf\xa8\xcb\x51\xe9\x51\xae\x23\xee\x3c\x4f\x69\x64\x45\x7c\x9f\xaa\xdf\x24\x00\xc2\xd7\xfa\xaf\x08\x88\x4f\x61\xdc\x2f\xfa\xf7\xb3\xfe\x35\x11\xca\x6f\x5b\x6a\x32\xdc\x50\x21\xd5\xf2\xcf\x0a\x7a\x14\x85\x36\x94\x34\x62\x90\x54\xa7\x79\x71\xc1\x63\x31\xd5\xde\x5d\x32\x53\x63\xcb\xe7\x52\xcf\xd5\x8a\x05\x3e\xf2\x0e\x8c\x56\x90\x44\x79\x8d\xe0\x5c\xd7\x16\x72\x2c\x1a\x41\xd7\xbc\x41\xad\xc1\x76\x8a\xa9\x2b\xbf\xa5\x69\xda\xb0\x92\x75\x59\x47\x4a\x92\xd3\xd2\x03\x66\x13\xc1\x40\x68\x07\xdf\x01\xb5\x2f\x35\x06\x75\xae\x03\x8b\x16\x95\x04\x74\x1d\x89\xc2\x9f\x84\xe4\x3d\xe3\x9d\x90\x46\x8c\x67\x0f\xf8\x95\x62\x8a\x6c\x76\x5f\xa2\xab\xe3\x09\xa4\x01\xc5\x1c\x57\xec\xa4\xba\xf5\x93\x89\x3d\xf1\xe4\xf4\x1f\x9d\x1f\x76\x2c\x73\x90\x9d\xb3\x64\x49\xba\xbe\x67\x54\x4c\x75\xe9\x56\x51\x81\x74\x71\x4d\x4f\xfe\x3f\x00\x00\xff\xff\x0c\x09\x94\x01\x6d\x47\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5c\x7d\x73\xdb\x38\x73\xff\xdf\x9f\x62\x27\x73\x33\x49\xae\xa6\x94\xdc\x73\xad\x53\x3d\x33\xed\x28\x32\xe3\x28\x67\x5b\x3a\x52\xce\x3d\x69\xa7\xa3\x81\xc8\x95\x84\x98\x04\x78\x00\x68\x47\xcd\xe4\xbb\x77\xf0\xc2\x57\x91\x92\x92\x27\x77\xbd\xfc\x13\x9b\x5c\xfc\xb0\x6f\x58\x2c\x16\x4b\x93\x8c\xbe\x47\x21\x29\x67\x23\x50\x98\x66\x09\x51\x38\xe0\x19\x32\xb9\xa5\x6b\x35\xa0\x7c\xf8\xf0\xf2\xec\x9e\xb2\x78\x04\x0b\xf7\xfa\x2c\x21\x2b\x4c\xe4\xe8\x0c\xca\x11\x23\x40\x92\x5d\xfc\xe4\x49\xc9\x3d\xf9\x13\x3d\x03\xf8\x94\x11\x22\x47\xf0\x72\xf0\x72\xf0\xe2\x2c\x45\x29\xc9\x06\x47\xf0\x74\x0c\x0c\x1f\xc1\x1f\xcf\x61\x45\x24\xc6\x40\xb2\x2c\xa1\x11\x51\x94\x33\x78\xa4\x6a\x0b\x61\x78\x0d\x84\xc5\x10\x86\x33\x90\x79\x96\x71\xa1\x60\x4b\x24\xac\x10\x19\x44\x02\x89\xc2\x18\x28\x3b\x03\xd8\xf1\x5c\x40\x26\xf8\x47\x8c\xd4\x00\xe6\x09\x12\x89\xb0\x42\x90\xb9\x40\x50\xdc\x11\x83\xda\x22\xac\x79\x92\xf0\x47\xca\x36\x20\x31\x12\xa8\xe4\x08\x9e\xfc\xf0\xf9\xed\x62\x31\x0f\x97\xa1\x3f\x09\xfc\xc5\x97\x27\x67\x00\x11\x67\x8a\x50\xa6\xe9\xf4\xa8\x82\xe2\x17\xff\x43\xb8\x98\x05\xfe\x17\x58\xd3\x04\x21\xd7\x7c\xaf\xb9\x00\x89\xe2\xc1\x61\xea\x29\xf5\x68\x64\xea\xef\x1a\xfa\xdd\x55\x30\xbb\x9b\x87\x4b\xff\x76\x12\x7c\x98\x2f\x0e\x4e\xd2\xa6\xed\x9f\x2e\xca\x85\x1e\xf6\xee\x4a\xf0\x3c\x93\x10\xf1\x34\xcd\x99\xd3\x9e\x1c\x3c\x3d\x4b\x51\x91\x98\x28\xa2\x2d\x43\x18\xe3\xca\xbe\xd1\xbf\x02\xc4\x28\x23\x41\x33\x65\x2c\x3d\x66\x80\x9f\x48\x9a\x25\x08\x01\xc6\xf0\x96\x28\x78\xf7\x9a\x4b\x69\x2c\x73\xd1\xb0\x4a\x48\xd9\x26\x41\x08\xe9\x86\x79\x33\x56\x7f\x35\x30\xb8\x00\x6f\xb8\x80\x94\x0b\x04\xca\xd6\x5c\xa4\x76\x18\x59\xf1\x5c\x41\x2e\xad\x9c\x54\x96\xae\x72\x0e\x12\x11\xb6\x4a\x65\x72\x34\x1c\x6e\xa8\xda\xe6\xab\x41\xc4\xd3\xe1\xc7\x15\x97\xd2\x73\xea\x41\xe1\xd1\x94\x6c\x50\xba\xc7\x48\x32\xef\xc2\x2b\xfd\xd2\xbe\x1c\xae\x12\xbe\x1a\x1a\xcf\x1b\x06\xfe\xf8\xf2\xc6\x1f\x90\x98\x47\x86\x2d\x1a\x71\x36\x49\x88\x94\x23\xf3\xa3\x06\x30\xcf\x1b\xae\x1d\x53\x99\x25\x64\xe7\x31\x92\xe2\xa8\xae\x81\xc1\x4f\xf0\x2f\x6d\xc9\x8d\x7b\x66\x44\x4a\xb5\x15\x3c\xdf\x6c\x61\x71\x1d\xee\x43\x66\x82\x3f\xd0\x18\x85\xd7\xc4\x76\x5a\x3e\x87\x29\x8b\xac\xde\x14\xd9\x48\xb3\x6c\xce\x3f\x92\x07\x82\x68\xfe\x3b\x37\xd2\x9e\x6f\x69\x1c\x23\xb3\x64\x9d\x6b\x32\xe6\x51\x9e\x22\xb3\x06\xf6\x72\x91\x8c\x4a\x8d\x92\x28\x42\x29\x07\x02\xe3\x2d\x51\x46\xb1\x0d\xe2\x21\xb2\xa1\xc0\xd8\xdb\x12\xe5\x39\xd5\x32\x85\x22\x13\x54\xa2\x57\x33\xae\xa7\x67\xd5\xe6\x1c\x1e\x60\x23\xe1\x6c\xe3\x35\x1c\x6b\x51\x37\x35\xc4\xb8\xa6\x0c\x25\x08\x94\x3c\x17\x11\x4a\x60\x88\x31\xc6\xce\x71\x14\x87\x18\x1f\x30\xe1\x19\x90\xb6\x1f\x96\x4c\xc1\xb8\xe6\x8c\x73\xc7\x94\xb1\xd0\x5e\x04\x39\x77\xb8\x94\x45\x49\x1e\x6b\xcf\x23\xb0\xca\x69\x12\xeb\x45\xb7\xa6\x9b\x5c\x58\xb2\x86\x7f\xc7\x98\x25\x7c\xa7\xf5\xd3\xa6\xa2\x4c\xe1\x46\xe8\x80\xe3\x70\x8d\x07\x14\x7c\xb6\xd7\x05\x8b\xab\x40\x50\x5b\x97\x6e\x09\xb4\xfc\x66\x70\x40\xa9\x2e\xea\x1d\xb1\xaa\x01\x78\x28\x22\xb7\x0d\xb3\x00\xd6\xd9\xda\xb1\x58\x3f\x95\x19\x89\x70\x54\xf9\xea\x19\x5f\xe9\xc0\x29\x47\x67\x1e\xd4\xf7\x80\x87\x97\x67\x00\x36\xde\x87\x3a\xbe\x45\x78\x06\x50\x0f\x2c\x1d\xa1\xa5\x15\x5c\x16\x5b\x84\x47\x5c\x99\xf8\x88\xe2\xa9\x34\x42\x80\x96\xc9\x8a\x5d\x6d\x1f\x06\xad\xb2\xc5\x08\x7e\xf8\x3c\x9e\xcf\xaf\xa7\x93\xf1\x62\x3a\xbb\x5d\xde\x8e\x6f\xfc\x2f\x86\xcc\xca\xd5\xfd\x56\x66\x18\x59\x30\x3d\x85\xc3\xf5\xcc\x2f\x23\x78\xf5\xe2\xd5\x8b\xc2\xdb\x88\xd8\xa0\x9a\x37\x1f\x4b\x4c\x30\x52\x5c\x54\x82\x14\xde\x30\x31\xce\xd0\x3d\xe9\x9f\xa3\x32\xf9\x3d\x74\x66\x7d\xd2\xfb\x16\xd5\xfd\xfc\xf3\xdf\xba\x54\x57\x3c\xfe\x0b\xa9\xae\xd8\x11\x33\xb3\xd4\x74\xca\xa0\x37\xcc\x28\xc9\xa5\x42\xbd\x65\x16\x3b\x95\xb4\x73\x0c\x48\x92\x6d\xc9\xe0\x3e\x5f\xa1\x60\xa8\x50\xea\x65\xa7\x78\x82\x7a\xb1\x7b\x39\x13\x48\xe2\x9d\x87\x2c\xce\x38\x65\x26\x59\x50\x22\xc7\x27\xdf\xdd\x79\x3d\xcd\x6f\xc3\x0c\x8e\xe5\xe9\x7c\x04\xb7\x9c\xe1\xbe\x69\x2c\x96\x1b\x57\xbc\x1d\xc1\xab\x57\xaf\x5e\x59\xe2\x7c\x95\x50\xb9\xbd\xe5\x2a\xd0\x42\x8c\xe3\x58\xa0\x94\x28\x47\xa0\x45\xf8\xbe\x76\xa3\x71\xb7\x54\xda\x77\x4b\xb3\x06\x3c\x57\x5f\x6f\x54\x33\xca\x18\xb1\xa6\xe1\x22\x92\x14\x56\xfc\x63\x83\x89\xe2\x05\x68\x3f\xfd\x57\x2a\x45\xfe\x81\x5a\x91\xdf\x49\x2d\x27\xc6\x8b\x2d\x97\x4a\x43\xbd\x9d\x85\x0b\xfd\x76\x69\x52\x65\x0b\xa4\xaa\x89\x15\x8a\x94\x32\x37\x71\x6d\x0f\xec\xd4\xf0\x81\xa9\x7b\xa3\xc6\x54\xe7\x81\xa1\x12\x48\xd2\x3d\x75\x7e\x57\xd7\xe8\xe5\xe0\xb5\x4e\x30\xec\xca\xf9\x63\x39\xa8\xab\x9f\xe7\x2a\xcb\x55\xa9\xe5\x52\x91\x1d\x6a\x59\x90\x4d\xf9\xb2\x17\x7c\xa4\xd3\x10\xa9\x6c\x7c\x30\xa9\x5a\x81\x68\x4e\x35\x9f\xd4\x25\x15\x7a\xe0\x64\x76\xbb\xf0\xff\xb1\x58\x5e\x4e\x83\x2f\x8e\x60\x43\x55\x35\xbb\xc0\xb5\x26\x0b\x67\x77\xc1\xc4\x5f\x06\xfe\x7c\x16\x4e\x17\xb3\xe0\xc3\x32\xf0\xdf\x7c\x29\xa9\x72\x41\xbb\xa9\xee\x82\xeb\x82\xca\x66\xff\x05\xb2\x07\x6b\xc1\xd3\x6a\x9e\x23\x72\x16\x92\xda\x74\x49\x67\x42\x17\x7f\xab\x0e\x0f\x23\x9b\x2b\xd5\x49\x5d\x76\xf4\xc3\xe7\xe9\xcd\xf8\xca\x5f\x86\x8b\xc0\x1f\xdf\x18\xd5\x84\xf3\xf1\xc4\xaf\x58\xcf\x88\xda\xca\x8a\x0f\x4f\x2f\x50\xe5\x3c\xdc\xe8\x68\x30\x6c\x6a\x69\x88\x9f\x14\x32\xed\x35\x72\xa8\x33\x32\x12\x93\x4c\xa1\x90\x35\x06\xac\xc2\xe7\x44\x6d\x47\x30\xe4\x99\x1a\x8a\xed\x50\x6c\x35\xd7\xc3\x28\xa1\xc8\x94\x39\xe2\x0c\x8b\x4d\x4c\xed\x32\x1c\xc1\x15\x75\xd6\x52\x7a\xd3\xda\xec\x0a\x9e\x2c\x58\xd8\x7a\x0a\x80\xec\xa1\xce\xb6\xd5\xcf\xe4\x2e\x5c\xcc\x6e\x96\xd3\xdb\x70\x31\xbe\xbe\xd6\xfc\xfa\x93\xc5\x2c\x98\xfa\x61\x8d\xbd\x07\x92\xe4\x3a\xa9\xac\xe4\xf8\x71\x0f\x68\x1c\x2c\xa6\x6f\xc6\x13\x23\xf2\xfe\xd0\x1f\x3e\xd7\xdf\x7f\xd9\x1b\x7d\x33\x7e\xef\xdf\x2e\x6f\xa6\x41\x30\x0b\xb4\x0f\x74\x21\xb4\x69\xfa\x50\xc6\xc1\x55\xb8\x1c\xcf\xe7\xfe\xed\x65\x3f\x4c\x8d\xa8\xc2\x59\x73\x6d\x85\x3c\x49\x6a\x7b\xa5\x79\xfe\x2d\x9e\x57\x9e\x5a\x2f\x7e\x6a\x38\xde\xcb\x6f\x75\x3c\xca\x22\x81\xe6\x14\xd7\xe4\xcf\x7a\x43\x68\xac\x6e\xa3\xaa\xa0\x9b\x0d\x8a\x32\x63\xb0\x27\xec\x4a\x00\x5b\x01\xd1\x53\x5e\x4d\x17\x6f\xef\x5e\x2f\x7f\xf3\x5f\xbf\x9d\xcd\x7e\x29\x6a\x14\x6d\x2f\x7b\x9b\xaf\x0a\x24\x64\x28\x68\xd4\x09\xe5\xdf\xfa\xc1\x74\x72\x18\xcb\x0e\x77\x60\x66\x7d\x4f\xb6\x84\x6d\x70\x04\x9f\x9b\x94\xd3\xea\x9d\xa3\xb6\xcf\x6d\x94\x75\x2f\x7a\x03\xf2\x65\x2b\x9f\xf9\xf3\xa2\xb2\x40\x03\x25\x47\xf0\xf2\x9f\xc8\xb4\xa0\x63\x55\x5b\xf9\x03\xb4\x35\xad\xc6\xe1\xb1\x20\x69\xca\xb8\x2f\xe7\xc9\xb2\x7e\x2d\xaf\xc7\xf4\x63\xe4\x29\x75\x04\x50\x96\xc0\x4a\x27\xb5\x36\x6e\x44\xa8\x6a\x59\x17\xe5\xb1\xf9\xf4\xf6\x6a\x39\x0f\x66\x8b\xd9\x64\x56\x8f\x10\xe5\xe2\x8e\x99\x1c\x5c\xde\x5a\xc2\x0e\x9c\xd9\xdc\xbf\x0d\xdf\x4e\xdf\x2c\x96\x05\xd1\x32\xf4\x83\xf7\xd3\x89\x6f\x38\xed\x42\x3c\x90\xb2\x7f\x05\xfa\x7c\x16\x2c\xba\xd0\x9f\xe8\xa4\xfd\x49\x07\x56\x23\xa7\xea\xe6\xab\x41\xf2\xe5\x18\x46\x78\x02\x48\xd8\x89\xd2\xa8\x7f\xb6\x82\x7b\x89\x34\x44\x15\xe9\x2d\xca\xb3\xf1\xc0\x7b\xe0\x49\x9e\xe2\x51\xb8\x1e\xa6\x9a\x25\xd7\xe3\x4c\x2d\x3e\xcc\x4f\x82\x32\x84\xfd\x78\xfd\x3e\x50\xbd\xef\x1f\x3d\x1f\x87\xe1\x6f\xb3\xe0\xf2\x10\x42\x41\xd3\x85\x72\xf3\xeb\x72\x72\x7d\x17\x2e\xfc\xe0\x08\x54\x07\x61\x0f\xde\xaf\x77\xfe\x9d\xdf\x63\xf9\xf2\x75\xcf\xd8\xc5\x6c\x3e\x9d\xf4\x8f\xb5\xaf\xbb\xc6\x76\xd7\xbd\xbb\x81\x7a\x6a\xe4\x27\xa0\x9e\xe4\x90\x1f\x37\xa6\x26\xe0\x21\x8b\xc4\x2e\x53\x47\x9d\xb3\x6f\x92\xd3\x98\x3f\xe4\xb0\x6d\xda\x7e\x57\xeb\xa2\x3c\x05\xf1\xb0\xcf\xf4\x51\x1f\x42\x3e\xcd\x1b\xfb\xa8\xbb\x90\xc7\x77\x8b\xd9\xf2\xd2\x9f\x5f\xcf\x3e\x2c\xfd\x7f\xcc\xaf\x67\x97\x7e\x0f\x6a\x17\x65\x17\x62\x18\xce\x5a\xd9\x62\x0d\xc4\xbd\xec\x1b\x57\x04\xe7\x83\xe3\x6b\x44\x7d\x38\x81\x3f\xbe\xbe\xe9\x47\x30\xaf\x7b\x79\x0f\xfd\xa0\xdf\x17\xea\x14\x7d\x08\x87\xad\x53\xa7\xe8\x45\xb8\x7b\x7d\x3d\x9d\x68\xf7\x3d\x80\x51\xd2\xf4\xa1\xbc\xf6\xc7\x81\x1f\x2c\x67\xb7\xd7\x07\x60\x6a\x44\xbd\x56\x19\xdf\x5c\x57\xab\xfb\x50\xf0\xe8\xa3\x3e\x09\xf9\x44\xc8\xd3\xb8\x3c\x14\x83\x4c\x09\x9e\xa4\xc9\xd1\xe0\x53\xc2\x4e\x7c\x7d\x52\xd2\x29\xc7\xa1\xb4\xa4\x97\xfc\x34\x96\x8f\xbb\x4d\x37\x7d\xff\x62\x3a\x62\xa8\x83\xa6\xf1\x6f\xc7\xaf\xaf\xfd\xe5\x64\x16\xf4\xec\x38\x2d\xa2\x83\x32\x5e\xcf\xae\x66\x77\x3a\xc4\x5d\x1d\x53\x5d\x8d\xb2\x0f\xf1\x72\x1a\x9a\x59\xc3\xb0\xa9\xe9\xf7\xe3\xeb\xe9\xa5\x49\x0a\xfb\xe7\x38\x3e\xb6\x6f\xd6\x45\x70\x17\x2e\x8e\xf8\x69\x45\x73\x1c\xe5\xb8\x87\x9e\xe0\x9c\x35\xb8\xe3\xde\xd3\x41\x5c\x67\xd3\x1c\xfd\x8e\x9d\x3f\x0c\x91\x3e\x8d\xcf\x79\x42\xa3\xdd\x08\xc6\xc9\x23\xd9\xd5\xcb\x26\x09\x7d\x40\x86\x52\xce\x05\x5f\xe1\xa8\xc1\x0d\x7e\xaa\x1f\x37\xec\xbf\x88\xa7\x29\x61\x71\xfb\xb1\x07\xc3\x15\x65\xc3\x15\x91\xdb\xbd\x37\x5e\xb4\x4f\xcc\x33\x53\x8e\x31\x83\x1a\x1c\x0c\x5a\x00\x94\x51\x45\x49\x72\x89\x09\xd9\x85\x18\x71\x16\xcb\x11\xfc\x5b\xbb\xf0\x74\x4c\x0d\xb5\xe2\x7f\xc1\x42\x79\x7a\x72\xf7\x31\x17\x17\xaf\x1a\x13\xbb\x02\x04\x4f\xf8\x3d\x25\x8d\x37\x99\xe0\x8a\x47\x3c\x19\xc1\x62\x32\x3f\x88\x59\xdd\x9a\xd5\x31\x5d\x61\xff\x5b\x00\xab\xbb\xa4\x36\xa0\xfc\x46\xc4\xe2\xc6\xa3\x89\xd8\x3a\x9e\xf5\x03\x0a\x24\x31\xfd\xff\x75\x9f\x26\x0b\x03\xb9\x85\x35\x49\x24\x1e\xf7\xa2\x97\x2f\x1a\x82\xb8\xbb\xf5\x26\x6b\x09\x4d\xa9\x92\x6d\x76\x53\x4c\xb9\xd8\x99\x34\xde\xbf\x99\x05\x1f\x96\xd7\xd3\x9b\x69\x23\x32\xdb\x28\x70\xc3\x73\xd6\xf6\xbb\x54\x3f\x73\x55\xca\x93\x36\xb7\xb2\xae\x5f\x10\xde\xe3\x4e\x2a\x2e\xb0\x8b\x54\x2b\x63\xc6\x92\x5d\xab\xf8\xd6\x35\xf1\xa1\xa3\x66\xed\x0a\xfc\x7b\x4d\x77\xea\x41\xa2\x3e\x75\x31\xe6\x3b\xb1\x70\x28\x4a\xd7\xb5\xac\x44\x2e\xd5\xd7\x4e\x58\xbb\xa3\xb9\x12\x24\xc2\x39\x0a\xca\xe3\xd2\xd9\x2e\xfe\xf5\xac\xe9\x1b\x72\xbf\x8e\x7c\x82\x85\x5d\xad\xb0\xc1\x90\x7d\x76\xeb\xc2\xe0\xf1\x94\xce\x3b\xc9\xb8\xc7\x67\x6a\x34\x7e\x75\xa2\x1f\xb7\xdf\xf1\x59\x8e\x9d\x6f\xbd\x13\x0d\x77\x9a\xe6\x6a\x7b\x6e\x7d\xa2\x76\x35\xb8\x56\x76\x9d\x13\x41\xd2\x9a\x31\x49\xae\x78\x4a\x14\x8d\x5a\xfe\x51\x06\x5e\x3d\x5d\xc3\xf8\x87\xb6\xae\x6f\xaa\x9a\x1f\xb9\x99\xfa\xaa\xfa\x70\xa6\xc5\x43\x65\x64\xf7\xf6\x5b\x06\xf4\x84\xe6\x2a\x55\x6d\xb1\xdd\xd4\xe6\x5a\xb7\xac\x7a\xeb\xed\x47\xfa\x49\xd9\x65\xd3\x66\xf5\x4c\xaf\xb0\xdf\x73\x2a\x30\x2e\x35\x58\xdc\x9d\x90\xcc\x23\x59\xd6\xe6\xe3\x2d\x97\xaa\xe4\xa3\x71\x89\x0b\xc2\x5c\xf5\x3e\xc3\xc1\x66\x50\xdc\x8b\x3a\x10\x2f\xdd\x15\x4d\x8f\xae\x85\x6f\x10\xf1\xf4\xf9\x00\x20\x70\xb3\x1b\x9d\x68\xc8\x30\x9c\x79\xc8\xc8\x2a\x69\xb6\x49\xc9\x01\xd8\x3e\x2d\x2a\x81\xc4\x31\xc6\xa0\xb8\x51\xc3\xe3\x96\x2a\x84\x84\x4a\x05\x7c\x0d\x02\x63\x2a\x30\x52\xd2\xb6\x5b\x82\x21\x31\x6d\x99\xa6\x49\x65\x4f\x51\x93\x5c\x2a\x9e\x3a\x39\xec\x55\x75\x21\x60\xa9\xb3\xbd\xb2\x64\x4b\x63\x2d\x05\x5d\x51\xe5\x2e\xb4\xe0\x2e\x98\xb6\x6f\xbe\xdb\x0c\x68\xea\x00\x33\x2e\xa9\xe2\x62\x07\xf6\x68\xef\x52\xd8\xae\xab\xc6\x03\x06\xeb\x68\x4f\x74\x77\x89\xae\x61\x0d\xc5\xb0\xba\x5c\xf4\x7e\xcf\x69\x74\x2f\x15\x11\x4a\x76\x89\xb0\x12\x84\x45\xdb\xa1\x22\x1b\x10\xb8\x46\x81\xcc\xdc\xd5\x74\x30\x5f\xbd\xec\xe3\x3b\xf0\xdf\x54\x6c\x5e\x0c\x5e\x0c\x3e\x79\x5c\xee\x29\x4e\xef\x1d\xa6\x5d\x8d\x32\x83\xec\x3c\x46\x1b\xda\x34\xc4\xfd\x1d\x30\xcd\xd4\xce\x68\x54\x70\x5e\x11\x58\x93\x73\xb1\xdb\x37\xaf\xbd\x08\x86\xcb\x82\xa2\x64\xb2\x76\xdd\xd9\xe6\xe3\xd7\x1c\x73\xbb\xd6\xe4\x39\x48\xd4\x6b\x52\x61\x0c\xab\x9d\xcd\xa7\xe4\x40\xaf\x45\x89\xf0\xbb\xa6\x93\xf0\x48\x93\x04\x56\x58\x85\x22\x92\x24\x3b\xe3\x7b\x45\xe7\xef\xe3\x16\x99\x71\xc4\x95\xe0\xf7\x28\xc0\x2a\x7d\x00\xe3\x44\xf2\x73\xfd\x62\x57\x82\xa4\x24\x46\xb0\x7d\x73\x74\x95\x20\x10\x09\xef\x6e\x2f\xa7\x55\xc2\x64\x80\x29\x03\x7f\x3c\x1f\xc0\x2d\x37\xbd\xc2\x44\x01\x49\x92\x82\x1f\xd3\x7b\xbb\xda\xb5\x63\x04\xfc\x98\xe6\x52\xfd\x68\x9a\x8d\x33\x8c\xe8\x9a\x62\x0c\x5b\x14\x58\x20\x72\x11\xa3\x30\xca\xc6\x92\xf3\x86\x4c\xc0\xad\x14\x02\x53\x3d\xef\xf8\xe6\x57\x27\xd0\x9e\xda\x8d\x06\x65\xa9\xeb\xaa\xb0\xdb\x8e\x69\x3c\xa3\xd1\x09\x9a\x56\x9a\xee\x2f\xa4\x69\xc7\xcf\x5f\x40\xd3\x46\x83\x0d\x4d\xbb\x32\x78\x4b\xd3\x1a\xc2\xf5\x69\x01\x89\x53\xca\x4c\x63\xcb\x23\x17\xf1\xde\xd6\x51\xa3\xac\xd1\x98\xad\x11\x9e\xfe\x37\xf1\xfe\x77\xec\xfd\xd7\x0b\xef\xdf\xff\xe7\xf3\xab\x2f\x4f\xcf\xc0\x5e\xb0\xda\x6e\xfa\x4f\x99\xd0\xda\x34\x41\xee\xd0\x15\xc1\xe1\xf8\x59\x6e\x74\x7c\x6d\x94\x60\xd3\x86\x76\x0b\x7a\x91\xe4\x98\x7e\xf3\xb6\x0c\xa1\x09\xf6\xf0\x4b\x41\x13\x5a\x88\xc6\x4e\x58\xcf\xa7\x0e\xef\x82\x17\x66\x07\xb3\x6c\x1c\x63\xb6\xc1\x56\x11\xcc\x2a\x29\x8e\x31\xfa\x86\x26\xc8\xf6\xb9\xac\xd5\x00\x1d\x5b\xc5\x3c\x83\x8f\xf7\x7b\xd1\x5b\xf3\xa4\x73\x8b\x6e\x9e\x9e\xbd\xfb\x25\x04\x2e\xe0\xdd\xc4\xff\x25\x7c\x7e\x8c\xa1\xc5\x2e\xeb\x63\xc6\x5e\x62\xf5\xe9\x83\x48\xc9\x23\x6a\x17\x25\x55\x5b\xa7\x03\x03\x1e\xa1\x50\x74\xad\x17\x4b\x91\x2c\x98\xc6\x83\x3e\x5e\x26\x35\xf2\x0e\x0b\x9a\x2c\xa6\x83\x8b\xc2\x77\xcb\x7c\xa9\x54\x03\x61\x71\x07\x0f\xe9\xae\x20\xd0\x23\x8f\x2a\x66\x5e\x2d\x8d\xce\x3b\xb5\xfd\x1d\xf5\x6d\xbe\x2a\x32\xdb\x1e\x6f\xb8\x32\x1b\x37\xfc\x86\xab\x2d\xe7\xf7\xce\x6b\xbf\x79\xed\x75\x76\x4a\x1c\xcf\x5e\x6c\xc3\x83\x6b\x41\x3f\xc2\xaf\xa3\xfd\x5e\x0c\x77\xf6\x63\x1c\xe5\xf8\xb6\xe8\x48\xd1\xa1\xf5\x71\x4b\x23\xeb\x6c\xb5\xac\x5d\x1a\x1f\x28\x7a\xe0\x6f\x68\x1c\x27\xf8\x48\x04\xba\x7e\x2d\x20\x65\x68\x96\x8a\x24\x09\xc6\xc5\xbe\xd3\xc0\xd0\x03\x18\x17\xa9\x09\xd0\x25\x29\xb8\xf5\x5d\xf6\xcb\x54\x1d\x32\xb6\xf7\xe9\x03\xcf\x41\x6e\x79\x9e\xc4\xc0\x59\xb2\x33\x1f\x13\xe8\xd8\x9f\xf2\x98\xae\x77\xf6\x33\x13\xba\x86\x1d\xcf\x9f\x3e\x60\x0d\x77\x4f\x06\xca\xc0\x56\xc6\x62\xba\x36\x29\x57\x6d\xaa\x61\x91\x5d\xb7\x4d\x54\x43\xa8\x14\x55\x6a\xbc\xbb\x7f\xe7\x40\x34\xac\x3a\xf1\xbf\x7f\xd0\x2e\xfa\xa1\xbb\x82\x75\xef\x15\xed\x9f\x12\xa5\x0b\xce\xfa\xc3\xf4\x81\x7b\x58\xc7\xa1\x3b\x9c\x0f\x3e\x46\xd8\x1d\xb1\xbf\x3e\x6a\xba\xe2\xca\x3d\xee\xf6\xa2\x55\xc1\x71\x6f\xec\xec\xbc\xde\xfd\x0e\x51\xb4\xa0\xef\xe5\xa8\x3f\x80\xf6\xde\x0f\xb7\xd8\x2a\xbf\x24\xdb\x4f\x52\xba\x75\xe0\xe8\xe6\xff\x6c\x32\x73\xe0\x9a\xf9\x70\x84\xd2\xa7\x10\xc1\x13\xa9\xd3\x53\xb5\x45\xa1\xc1\x13\xae\xcf\xb0\xcd\xef\x78\x94\xfe\xdf\xc5\x8a\xce\x34\xd7\x92\xe3\x9e\xa8\xb6\x7b\x0c\xfc\x02\x76\x2c\xa2\x2d\x7d\xa8\x65\xe0\x3d\xf7\xd8\x45\x53\x8f\x29\xe1\x3e\xe9\xb2\xff\x5d\x70\x5d\x9a\xbe\x3a\x46\x3b\x63\x17\x07\x4e\x77\xd6\xd7\x87\xca\xce\x73\xfe\x90\xe4\x6a\xfb\xdc\x1d\xe0\x6d\xa4\x95\x06\x51\xa3\x17\x1f\x18\x55\x91\x3b\x97\x28\xca\x34\xbd\x38\xd0\x17\xc9\x3d\x81\x84\x6f\x4c\x0e\x0d\x8a\xdf\x23\x03\x87\x58\x58\xa0\x23\x1f\xdf\x0b\x8a\x85\x50\x61\x38\xab\x0e\xad\xe5\xbd\xfc\xf1\xec\xb4\xae\x14\xca\x14\x0a\x46\x92\x52\x3b\x34\xc2\x73\xcd\xaa\x40\xa8\xf4\x02\xcf\x34\x6d\x8c\x6b\x92\x27\xea\x79\x5d\x05\xd5\xf7\x1c\x65\x19\x05\x3f\x65\xbc\x76\xb2\xa8\x55\x2f\xaa\x12\x88\x39\x7a\x34\xbe\x17\x35\xa0\xf5\x53\x88\x6d\xc3\x7d\x26\x9f\xc3\x33\x89\xd8\xb8\xbc\x2f\x6c\x01\x11\x61\x40\x12\x69\x4e\x22\x26\xd6\xd8\x20\x54\x68\xe3\x90\xe6\xe0\x59\x29\xba\x63\xfc\x79\x43\x99\xcd\x66\x85\x56\x89\xa2\xd2\xcc\xe8\xd5\xcf\x3f\xff\xcd\x38\x48\x97\xa6\xf5\x3c\x02\x49\x92\x6a\x59\x2b\x0f\xe9\x16\xb3\xb6\x72\xca\x30\x6a\xb4\x62\xbd\x35\xc6\x94\x3f\xdf\x93\x48\xcf\x10\xe8\x19\x1a\xcc\x17\x1d\x12\xc7\x7d\x41\x3b\xab\x09\xdd\x85\x45\xec\x91\xb2\x61\x39\x1a\x61\xaf\xe9\xca\x22\x95\x95\xa9\x25\x52\x7d\x6b\x2a\x8f\x92\xa5\x52\x06\x16\xd3\xc9\x9d\x12\x65\xd5\x63\x20\x1b\x26\x70\x66\xaf\x61\x14\xab\x8e\xb3\x6a\xcb\x96\xfc\xe2\x85\xf7\x63\xd9\xa3\x29\x3b\x75\x75\xe7\xe4\x6d\x2e\x9c\xa2\x29\xe4\x94\x1d\xa4\xa6\x15\xa3\xbd\xce\x69\xf6\x76\x87\x46\xe7\x48\x6b\x1a\x33\x20\x5f\x25\x34\xd2\xdb\xcb\xa0\xf8\xf9\x1e\x77\x5a\xdf\x02\x23\x9e\xa6\xc8\x5c\xcd\x70\x65\x59\x32\x99\x9b\x2b\x21\x16\x12\x5b\x5b\x70\x20\x0f\x9c\x6a\x7d\x32\x8f\x32\x4f\x6d\xd1\x4b\x4d\xca\xe8\x3e\x66\x56\x3b\x78\xc8\x13\xbd\x4f\xac\x68\x42\xd5\xae\x93\xfd\x92\x9b\xa6\x00\x55\xe3\x4a\x87\x08\x13\x63\x76\x18\x5b\x07\x72\x27\xaf\x3d\xe8\xd7\x48\x04\x0a\x98\xb1\x64\xf7\x9f\x0d\xf0\x7a\x3f\x4b\x0b\xfd\xda\x55\x47\x8b\x42\x19\x45\x69\xf6\x40\xb7\xa4\x88\xdb\x2e\xca\xa0\x1b\xf1\x8c\xd6\x15\x54\x6d\x53\xae\x4c\x9b\xc4\x26\x1a\x4d\xd7\x90\xb3\xd2\xa9\xce\x4d\x6d\xa4\x04\xa3\x0c\x86\xf6\x1b\xbc\x16\xee\x7e\xb5\x5a\x67\x11\x24\xaa\xca\x74\xb4\xbe\x75\x35\xbb\xf4\x5d\x20\xd1\xb9\xde\x47\x44\xef\xa3\xcc\xdc\x24\xe7\xce\xa7\xec\x63\xf2\x49\xc8\xe2\x85\xa6\xcd\x04\xd7\xb9\x5e\x7b\x4c\xfd\x95\xb9\x0b\x6a\xbe\xff\x23\x4a\x13\xe1\x0c\xc2\xf1\xcd\x75\xbb\x38\xd1\x8c\x9d\xdd\x2d\x45\x7f\x4e\x49\xa2\xcd\x60\x3f\x67\xa7\x97\x23\xbe\x22\xb9\xed\xe5\xa7\x37\x97\x3d\xd4\x87\x54\x64\xdf\x2b\x2e\x3b\x19\x3b\x39\xbf\x3d\x6e\xc7\xce\x90\xd5\xdb\xc3\xe4\x18\x6b\x56\x1d\xfa\xb6\x40\x17\x19\xdc\xc9\x48\xb3\x6a\x6e\x8d\x62\x64\x8a\x92\xc4\x45\x8c\x2e\x0e\x1b\x03\xbf\x39\xf1\x6d\xb4\x4b\x1d\xde\x12\x7d\x73\x73\x03\x93\x59\x10\x96\x89\x42\xfd\x16\xa7\xcd\x64\x07\x7d\x33\xaa\x35\x1b\xad\x0e\x27\xac\x7a\xb2\x84\x6f\x78\xae\x20\x23\x1b\x7b\x43\x65\x6c\x74\x88\x83\xd2\x90\xd7\x76\xe4\x9c\x6c\x3a\x5c\xab\xd9\xa2\x55\x34\x23\xb5\x19\x98\xae\x8d\x52\xcc\xdf\x03\x69\x7e\x50\xbf\x42\xf5\x88\x68\x8a\xc9\xc6\xb3\x8a\x8d\xd0\x95\x95\x8a\x00\x49\x99\xcd\x8c\x6c\xda\x42\x07\x38\x68\x9c\xb1\x1e\x48\x42\x63\x0b\x48\xa5\x16\xc3\x5e\x93\x99\xd5\x14\xe5\x22\xd9\x3b\x75\x5d\x5a\x12\xc3\xd0\xfb\xda\x60\xc3\x88\xf7\x1f\x9a\x83\x06\x9f\x0d\xc1\x4f\xea\x24\x2b\x2c\x62\x3f\x36\x3e\x12\x8a\xaa\x1b\xe3\x9e\x60\xe4\x52\xb5\x8a\x4e\x07\x94\xfd\x5a\x5c\x38\x83\x85\x26\x81\x70\x2f\x40\xd5\x1a\xd1\x4e\x59\xee\x35\x8e\xbe\xad\x2c\xd8\x64\xa5\x3b\x08\x74\xf5\xa1\x7d\xd3\xce\xd2\xd6\x5f\x5b\x5b\x6e\x47\x78\x6e\x2b\x4f\x77\xc5\x1f\x61\xb1\xb7\xf3\xb5\xfb\xf7\x63\x52\x74\x6c\x49\x7b\x57\xf5\x27\xef\x47\x37\xe4\x01\x19\xa4\x54\x08\x73\x66\xd3\x39\x9f\x5d\x99\x3f\x4d\x6d\x95\x71\x6f\x49\x36\x46\xd4\x6f\x44\xf7\xbe\xb9\xeb\x9c\x8a\xc4\x31\xd5\xbf\x13\x9d\x8c\x6c\xcc\x5f\x11\x91\x5f\x33\xf1\xb8\x1a\x3f\x2e\xc6\xb7\x58\xa8\x7f\xb0\xd7\x71\xd8\x37\x9d\x07\xae\x6f\xc9\x36\x35\x55\xe3\x6b\x2d\x4c\x95\x0a\x5f\x5e\xd1\xb3\xff\x0b\x00\x00\xff\xff\x69\x7c\x09\x05\xd5\x48\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYaml, - "Template.template.openshift.io/openshift/eap72-sso-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-sso-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5b\x6d\x73\xdb\xb6\x93\x7f\xef\x4f\xb1\xe3\xe9\x4c\xda\x8e\x49\xc5\xe9\xff\xfe\xc9\xa9\x9d\xce\x28\x32\xe3\x28\xb1\x25\x55\x92\xdb\xe6\x6e\x6e\x34\x10\xb9\x12\x11\x93\x04\x0b\x80\x72\x74\x99\x7c\xf7\x1b\x3c\xf0\x99\x94\xed\xd4\xed\x35\x6f\x92\x10\x8b\x1f\xf6\x09\xbb\x8b\x05\x44\x52\xfa\x2b\x72\x41\x59\x32\x04\x89\x71\x1a\x11\x89\x2e\x4b\x31\x11\x21\xdd\x4a\x97\xb2\xc1\xfe\xfc\xe4\x96\x26\xc1\x10\x56\x76\xf8\x24\x22\x1b\x8c\xc4\xf0\x04\x8a\x19\x43\x40\x92\xbe\x7c\xe1\xc8\x90\xf2\xc0\x49\x09\x97\x07\x27\xd8\x38\xe2\x05\x3d\x01\xf8\x94\x12\x22\x86\x70\xee\x9e\xbb\xcf\x4f\x62\x14\x82\xec\x70\x08\x23\x48\xf0\x0e\xbc\xd1\x1c\x36\x44\x60\x00\x24\x4d\x23\xea\x13\x49\x59\x02\x77\x54\x86\xb0\x5c\x5e\x81\xc8\xd2\x94\x71\x09\x21\x11\xb0\x41\x4c\xc0\xe7\x48\x24\x06\x40\x13\x38\xb0\x8c\x43\xca\xd9\x47\xf4\xa5\x7b\x02\x30\x8f\x90\x08\x84\x0d\x82\xc8\x38\x82\x64\x96\x18\x64\x88\xb0\x65\x51\xc4\xee\x68\xb2\x03\x81\x3e\x47\x29\x86\xa7\xdf\x7c\x1e\xcf\xa6\x6f\x26\x97\x37\x8b\xd1\x6a\x32\x9b\xae\xa7\xa3\x6b\xef\xcb\x29\xf8\x2c\x91\x84\x26\x34\xd9\x29\xf9\x42\x84\x80\x48\x22\x58\xc6\x7d\x54\x63\x5b\xba\xcb\xb8\xe1\x32\x40\x49\x68\x24\x80\xe3\x1f\x19\xe5\x18\xc0\xe6\x60\x26\x60\x1a\xb1\x43\x5d\xa4\x6f\xc5\x77\x3f\x02\x9c\x7e\xf3\xf9\xed\x6a\x35\x5f\xae\x97\xde\x78\xe1\xad\xbe\x9c\x9e\x40\x65\x3d\x3d\x39\xa7\x78\xef\x7d\x58\xae\x66\x0b\xef\x0b\x6c\x69\x84\x90\x29\x15\x6d\x19\x07\x81\x7c\x6f\xc5\x50\x52\xaa\xd9\x98\xc8\x1f\x15\xf4\xbb\xcb\xc5\xec\x66\xbe\x5c\x7b\xd3\xf1\xe2\xc3\x7c\x75\x74\x91\x26\x6d\xff\x72\x7e\xc6\xd5\xb4\x77\x97\x9c\x65\xa9\x00\x9f\xc5\x71\x96\x58\xa9\x84\x7b\x12\xa3\x24\x4a\x43\xca\x1b\x48\x92\x30\x69\x06\xd4\x7f\x01\x02\x14\x3e\xa7\xa9\xd4\xde\x35\x4a\x00\x3f\x91\x38\x8d\x10\x16\x18\xc0\x5b\x22\xe1\xdd\x6b\x26\x84\xf6\x81\x97\x55\x65\xb9\xf0\x86\x71\x88\x19\x47\xa0\xc9\x96\xf1\x58\x7f\xd5\x88\x00\x64\xc3\x32\x09\x99\x30\xb2\x50\x51\xf8\xe0\x19\x08\x44\x08\xa5\x4c\xc5\x70\x30\xd8\x51\x19\x66\x1b\xd7\x67\xf1\xe0\xe3\x86\x09\xe1\x58\x15\x20\x77\x68\x4c\x76\x28\xec\x67\x24\xa9\xf3\xd2\x29\x1c\xde\x0c\x0e\x36\x11\xdb\x0c\xb4\x4b\x0f\x16\xde\xe8\xe2\xda\x73\x49\xc0\x7c\x57\xb3\x40\x7d\x96\x8c\x23\x22\xc4\x50\xff\x53\x21\xe8\xef\xb5\x4d\x13\x50\x91\x46\xe4\xe0\x24\x24\xc6\x61\x55\x4e\xf7\x05\x7c\xab\xdd\x3b\x25\x42\xc8\x90\xb3\x6c\x17\xc2\xea\x6a\x79\x06\x17\xaf\x21\xe0\x74\x8f\x5c\x7c\xd7\xc6\x4b\x39\xdb\xd3\x00\xb9\x53\x07\xb6\x8a\x3c\x83\x49\x62\xb9\x93\x64\x27\xf4\x6e\x3c\xfb\x48\xf6\x04\x51\xff\x75\xa6\x65\x35\xe3\x9d\x7b\x3c\x60\x7e\x16\x63\x62\x8c\xe7\x64\x3c\x1a\x16\x8a\x24\xbe\x8f\x42\xb8\x1c\x83\x90\x48\xad\xcf\x1a\xf1\x00\x93\x01\xc7\xc0\x09\x89\x74\xac\x46\x13\x89\x3c\xe5\x54\xa0\x53\xb1\xa9\xa3\x56\x55\xb6\x1c\x1c\x61\x23\x62\xc9\xce\xa9\x39\xcd\xaa\x6a\x61\x08\x70\x4b\x13\x54\x3b\xce\x6c\x48\x01\x09\x62\x80\x81\x75\x0d\xc9\x20\xc0\x3d\x46\x2c\x05\xd2\xf4\xb1\x82\x29\x18\x55\x02\xcd\x12\xf9\x1e\xb9\xb6\x4a\x2b\x0a\x9d\x59\x54\x9a\xf8\x51\x16\x28\x77\x23\xb0\xc9\x68\x14\xd4\xc3\xc0\x59\x2d\x72\x99\xbd\xaf\xb4\xd3\xa4\xd2\x1e\x9b\x33\x5a\x86\xc9\x8a\xd9\x81\x24\x41\xb9\xaf\x2b\xdb\xcc\x7a\x7b\xc3\x63\xdc\x23\x8a\xb4\x71\xf3\x1e\x4b\x6a\x80\x7d\x1e\xfd\x4d\x7c\x06\x30\x9e\x75\x24\x9e\x2b\x02\x91\x12\x1f\x87\xa5\x8f\x9e\xb0\x8d\x8a\xc3\x62\x78\xe2\x40\x35\xa5\xec\xcf\x4f\x00\x4c\xfa\x50\xba\xa6\x3e\x9e\x00\x54\x63\x46\x47\xd4\x68\xc4\x8d\x55\x88\x70\x87\x1b\x1d\xf9\x90\x3f\x13\x5a\x1e\x50\xe2\x19\x0d\x94\xd9\x48\xa3\x95\xc6\x18\xc2\x37\x9f\x47\xf3\xf9\xd5\x64\x5c\x09\xf0\x9a\xcc\x88\xd8\x3d\x2a\x52\xf4\x0d\x98\x5a\xc2\xe2\x3a\xfa\x3f\x43\x78\xf5\xfc\xd5\xf3\xdc\x86\x84\xef\x50\xce\xeb\x9f\x05\x46\xe8\x4b\xc6\x4b\x41\x72\x77\x18\x6b\x6f\xe8\x5e\xf4\xef\x51\x99\x78\x0a\x9d\x19\xf7\x74\xbe\x46\x75\xff\xfa\xd7\x0f\x5d\xaa\xcb\x3f\xff\x83\x54\x97\xe7\xba\x54\xef\x3a\x55\x7f\xa8\x54\xe8\x47\x99\x90\xa8\x92\xa1\x6b\x27\x0a\xb3\x86\x4b\xa2\x34\x24\xee\x6d\xb6\x41\x9e\xa0\x44\xa1\x76\xa0\x64\x11\x72\x22\xd1\xc9\x12\x8e\x24\x38\x38\x98\x04\x29\xa3\x89\x14\x43\x38\x95\x3c\xc3\xd3\x27\x77\x5e\x27\x35\x11\xa6\x34\x83\x65\x79\x32\x1f\xc2\x94\x25\xd8\x36\x8d\xc1\x4a\xcb\xc8\x64\x6d\xf5\xea\xd5\x2b\x43\x9c\x6d\x22\x2a\xc2\x29\x93\x0b\x25\xc4\x28\x08\x38\x0a\x81\x62\x08\x4a\x84\xa7\xb5\x1b\x0d\xba\xa5\x52\xbe\x5b\x98\x75\xc1\x32\xf9\x78\xa3\xea\x59\xda\x88\x15\x0d\xe7\x91\x24\xb7\xe2\x5f\x1b\x4c\x24\xcb\x41\xfb\xe9\x1f\xa9\x14\xf1\x17\x6a\x45\x3c\x91\x5a\x1e\x18\x2f\x42\x26\xa4\x82\x7a\x3b\x5b\xae\xd4\xe8\x5a\x17\xc1\x06\x48\x96\x0b\x4b\xe4\x31\x4d\xec\xc2\x95\x74\xd8\xa9\xe1\x23\x4b\xf7\x46\x8d\x89\xaa\xfe\x96\x92\x23\x89\x5b\xea\x7c\x52\xd7\xe8\xe5\xe0\xb5\xaa\x30\xcc\xce\xf9\x6b\x39\xa8\xaa\x9f\x65\x32\xcd\x64\xa1\xe5\x42\x91\x1d\x6a\x59\x91\x5d\x31\xd8\x0b\x3e\x54\x15\x89\x90\x26\x3e\xe8\x4a\x2d\x47\xd4\xe7\x95\x4f\xf2\x82\x72\x35\x71\x3c\x9b\xae\xbc\xdf\x57\xeb\x8b\xc9\xe2\x8b\x25\xd8\x51\x59\xae\xce\x71\xab\xc8\x96\xb3\x9b\xc5\xd8\x5b\x2f\xbc\xf9\x6c\x39\x59\xcd\x16\x1f\xd6\x0b\xef\xcd\x97\x82\x2a\xe3\xb4\x9b\xea\x66\x71\x95\x53\x99\x9a\x3f\x47\x76\x60\xcb\x59\x5c\xae\x73\x8f\x9c\xa5\xa4\xde\xef\x2b\x6f\xba\x9c\xcc\xa6\xcb\xf5\xe4\x7a\x74\xe9\x7d\x69\xd0\xd8\xb2\xa8\x4d\xa8\xf5\xb2\x9c\x8f\xc6\x95\x29\x29\x91\xa1\x28\x99\x70\xd4\xee\x94\xd6\xbd\xb5\x82\xdc\x41\x5d\x45\x03\xfc\x24\x31\x51\x2e\x23\xd4\x3f\x39\x11\x95\xe5\x8d\x9e\xe7\x44\x86\xcd\xf5\xa7\xcb\xd5\xe8\xea\xca\x20\xe4\xa9\x4b\x1e\x52\x1c\xc2\x25\xb5\x36\x92\x2a\x55\xed\x0e\x39\x33\x06\x6b\xd9\xf8\x0a\x80\xc9\xbe\xca\xaf\xd1\xca\xf5\xe8\x57\x6f\xba\xbe\x9e\x2c\x16\xb3\x85\x52\x79\x85\xa7\x3d\x89\x32\xad\x8e\x26\xcd\x97\x1e\x94\xd1\xe2\x72\xb9\x1e\xcd\xe7\xde\xf4\xa2\x1f\xa6\x42\xd4\xc6\x19\xdf\x2c\x57\xb3\xeb\xaa\xd0\xde\x78\x35\x5b\x4c\xbc\x65\x1b\xb0\xa2\xce\xef\x5b\x40\xa3\xc5\x6a\xf2\x66\x34\xd6\x9a\xef\xe2\xa5\x3a\x5e\xb2\xb1\x65\xca\x08\x59\x14\x55\x32\xa4\xfe\xfe\x35\xfe\x56\x9c\x50\x5f\xbe\x28\x4f\xa8\xc3\x73\xf7\xbc\xcf\xeb\x8c\xab\x2d\x57\x0b\x6f\x74\xdd\xe5\x71\x34\xf1\x39\xea\xa3\x5b\x9d\x3f\xe3\x0d\x4b\x6d\x75\x13\x4b\x39\xdd\xed\x90\x17\x75\x82\x39\x4d\x97\x02\x98\x26\x8a\x5a\xf2\x72\xb2\x7a\x7b\xf3\x7a\xfd\x9b\xf7\xfa\xed\x6c\xf6\x3e\xef\x39\x34\xbd\xec\x6d\xb6\xc9\x91\x30\x41\x4e\xfd\x4e\x28\x6f\xea\x2d\x26\xe3\xe3\x58\x66\xba\x05\xd3\xbb\x7a\x1c\x92\x64\x87\x43\xf8\x5c\xa7\x9c\x94\x63\x1d\xd4\x7f\xce\x30\x4f\x1a\x08\xfa\xd8\x35\xdf\x4d\x2a\xb0\x03\xbd\x59\xe3\xa2\x51\x74\xfd\x7d\xa9\x83\xa3\x86\x12\x43\x38\xff\x13\xe5\x20\x74\x04\x21\x23\xff\x02\x4d\x17\xaf\x76\xd8\xcd\x49\xea\x32\xb6\xe5\x7c\xb0\xac\x8f\xe5\xf5\x3e\xfd\x68\x79\x0a\x1d\x01\x14\x1d\xb8\x62\x4f\x19\x1b\xd7\x02\x6a\x19\x7b\xf2\xee\xdc\x7c\x32\xbd\x5c\xcf\x17\xb3\xd5\x6c\x3c\xab\xc6\xd5\x22\x0c\x05\x89\x70\x2f\xa6\x86\xb0\x03\x67\x36\xf7\xa6\xcb\xb7\x93\x37\xab\x75\x4e\xb4\x5e\x7a\x8b\x5f\x27\x63\xe3\x86\x5d\x88\x47\xce\x15\x8f\x40\x9f\xcf\x16\xab\x2e\xf4\x53\x75\xb2\x38\xed\xc0\xf2\xa6\xbf\xae\xdf\x4c\xae\x6a\x51\xba\x98\x35\x40\xe9\x0f\x90\xa4\x0e\x26\x7b\xca\x59\xa2\x2c\x54\x89\xd8\x25\x4a\xbd\x75\xda\x88\xdc\x6d\x38\x13\x7a\x9c\x3d\x8b\xb2\x18\xef\x85\xeb\xd6\x56\xa3\x5b\x7b\x3f\x53\xab\x0f\xf3\x07\x41\x69\xc2\x7e\xbc\x7e\xfb\x95\xe3\xfd\xb3\xe7\xa3\xe5\xf2\xb7\xd9\xe2\xe2\x18\x42\x4e\xd3\x85\x72\xfd\xcb\x7a\x7c\x75\xb3\x5c\x79\x8b\x7b\xa0\x3a\x08\x7b\xf0\x7e\xb9\xf1\x6e\xba\xcd\xaf\x51\xcc\x70\xcf\xdc\xd5\x6c\x3e\x19\xf7\xcf\x35\xc3\x5d\x73\xbb\x5b\xe6\xdd\x40\x3d\xed\xf5\x07\xa0\x3e\xc8\x21\x3f\xee\x74\xd3\xc1\xc1\xc4\xe7\x87\x54\xde\xeb\x9c\x7d\x8b\x3c\x8c\xf9\x63\x0e\xdb\xa4\xed\x77\xb5\x2e\xca\x87\x20\x1e\xf7\x99\x3e\xea\x63\xc8\x0f\xf3\xc6\x3e\xea\x2e\xe4\xd1\xcd\x6a\xb6\xbe\xf0\xe6\x57\xb3\x0f\x6b\xef\xf7\xf9\xd5\xec\xc2\xeb\x41\xed\xa2\xac\x22\xea\xba\xe3\xbe\xdc\xa3\x89\x54\xe1\x38\x67\x11\xf5\x0f\x43\x18\x45\x77\xe4\x50\x2d\xf0\x23\xba\xc7\x04\x85\x98\x73\xb6\xc1\x61\x8d\x15\xfc\x54\x4d\x35\xe6\x8f\xcf\xe2\x98\x24\x41\xf3\xb3\x03\x83\x0d\x4d\x06\x1b\x22\xc2\xd6\x88\xe3\xb7\x89\x59\x2a\x55\xac\xd4\x93\x6a\x1c\xb8\x0d\x00\x9a\x50\x49\x49\x74\x81\x11\x39\x2c\xd1\x67\x49\x20\x86\xf0\xef\xe7\x1d\xb5\xd3\x31\x35\x54\xba\x53\x39\x0b\x45\xe6\xb4\x0d\xc3\x97\x2f\x5f\xd5\x16\xb6\xb5\x32\x8b\xd8\x2d\x25\xb5\x91\x94\x33\xc9\x7c\x16\x0d\x61\x35\x9e\x1f\xc5\x2c\xdb\xba\x55\x4c\xdb\x79\xfa\x1a\xc0\xb2\xd9\xd9\x04\x14\x5f\x89\x98\xb7\xe4\xea\x88\x8d\xd4\xdc\x0f\xc8\x91\x04\xf4\xff\xd7\x7d\xea\x2c\xb8\x22\x84\x2d\x89\x04\xde\xef\x45\xe7\xcf\x6b\x82\xd8\xbb\x9f\x3a\x6b\x11\x8d\xa9\x14\x4d\x76\x63\x8c\x19\x3f\xe8\x34\xe0\x5d\xcf\x16\x1f\xd6\x57\x93\xeb\x49\x2d\x66\x9b\xf8\x7a\xcd\xb2\xa4\xe9\x77\xb1\xfa\x66\xce\xd3\x5d\x05\x48\x87\x31\x6a\x37\x3e\xb5\x71\x25\xfa\x2c\x89\x0e\x8d\x53\x61\xdf\x32\x7d\xb1\xbf\x72\x39\xe3\xdc\xe2\x41\x48\xc6\xb1\x8b\xea\x11\xcb\x3d\x34\xed\x54\x97\xce\xe7\x7c\x05\x0b\x95\x0e\xde\x25\x27\x3e\xce\x91\x53\x16\x14\x96\x7e\xf9\x1f\x27\x75\xc3\x88\x76\xbf\xa1\x4f\xcb\xf6\x20\x59\xe3\xc2\x7c\x9b\xda\xc0\xd3\x71\xdf\xdf\x42\x3f\xae\xda\xfb\xd7\xa8\xdd\xef\x77\xa2\xdf\xaf\xbd\xfb\x57\x39\x56\x8b\x34\xcf\xee\x95\x63\xef\x9c\x70\x12\x57\x54\x4a\x32\xc9\x62\x22\xa9\xdf\xb0\x52\x11\x7b\xd4\x7a\x35\x13\x1c\x8b\xde\x5f\x79\x94\x3e\xda\x3d\x7c\xd4\xf1\x38\x55\xe2\xa1\xd4\xb2\x3b\xed\x6b\x1d\xb5\xa0\x6e\x77\xcb\x10\x6b\xcf\x0d\x4e\x00\xec\xb5\xba\xd1\x6f\xf5\x86\x58\x7d\x29\x2e\x45\x9b\xac\x9e\x40\xf1\xf8\xa3\xd0\x60\xde\x5b\x22\xa9\x43\xd2\xb4\x97\x0f\xb6\xd5\x6c\x18\xb3\x56\xdf\x67\xd4\xdf\x98\xa4\x9c\xa5\xc8\x25\x45\x91\x73\xae\xc5\x2f\xdf\xa4\x88\x16\xf7\xe3\x1a\xc0\xd2\x2c\x50\x13\xa3\xbd\x0f\xee\x17\xc4\x31\x7c\x35\xe5\x79\x36\xce\x84\x64\xb1\x6e\xe0\x17\xfa\xad\x5d\x20\x00\x67\x99\x44\x17\xe0\x0a\xc9\x1e\x61\x13\x91\xe4\x56\x53\x05\xb8\x25\x59\x64\xcc\x9c\x4f\x3f\x03\x74\x77\x6e\xd1\xbb\xff\xa9\xfa\x80\x40\x8d\xff\xec\xfc\x64\x5f\xfc\xfc\xec\xfe\x64\x01\x9c\x80\xc5\x84\x26\x8e\xc8\xb6\x5b\xfa\xe9\xe7\x67\x2d\x7d\x58\x0e\x35\x53\xe6\xce\xe3\xad\x5d\xae\xd0\x48\xfd\xde\xa1\x29\xe4\x25\x95\xb6\x25\x0a\x37\x8b\x49\xf3\xc6\xa4\xb9\x9e\xa2\x5e\x60\xca\x04\x95\x8c\x1f\xc0\x74\x44\xcd\x32\x9d\x2d\xea\x23\xba\xef\x7d\xcc\x52\x74\x03\x07\xe5\xcb\x95\x3f\x32\xea\xdf\x0a\x49\xb8\x14\x5d\x02\x6c\x38\x49\xfc\x70\x20\xc9\x0e\x38\x6e\x91\x63\xa2\x7b\x7d\x1d\xac\x97\x83\x7d\x5c\x2f\xbc\x37\x25\x93\xa7\xe7\xee\x0f\xa7\xcd\x15\x55\x86\xd1\xcf\xb8\x68\xa2\x51\xad\xd5\x40\x32\xf3\x86\xe2\x47\xc0\x38\x95\x07\xad\x4b\xce\x58\x49\x10\x50\xae\xfb\x47\x87\x2e\xbf\x96\xf8\x49\xc2\x45\x4e\x51\xf5\xe7\xbc\x47\x5e\xb2\xa5\xb6\xc8\x9e\x72\x39\x08\xe9\x06\x79\x42\x24\x3a\x77\xb8\xe9\xd8\x92\xf5\x00\x65\xde\x98\x50\xbd\x77\xf2\x58\xa1\x23\x68\xf3\x0d\x55\xe5\xd1\xc6\x89\x8d\x99\xd5\xe7\x1e\xca\x8f\x6d\x03\x37\xe7\xe4\xdf\x3f\x38\x66\x52\xab\x99\x5b\x93\xf3\xc2\x02\xb7\x02\xa7\xed\x94\x34\x1a\x8a\x47\xdc\xe7\x61\xcb\x37\xd4\x31\xcd\xbb\x97\xb9\xf9\xee\x42\xea\x87\x5a\xe4\x0a\x47\x0f\x51\x93\xc9\x46\x75\x55\x35\xc2\x1b\x15\x10\x31\x9f\x48\x0c\x5a\xe6\xee\x50\x43\xc9\x5b\xaf\x36\xca\xf6\xea\x11\xbd\x94\xaf\x56\x1a\xb2\xbf\xc9\xa2\x48\x5f\xcb\x28\x3f\xd5\x9c\xe7\xbe\x96\x2b\x43\x7d\x2c\xaf\x0d\xac\xc8\x77\x21\x72\x6c\x0c\x69\xe1\x09\xc7\x5c\x3e\xf8\x56\x7b\x04\x4d\x84\x24\x51\xe4\x8a\xf0\x0c\x62\x16\x64\x11\x8a\xc1\x19\xa0\xf4\xdd\xef\x8e\x2a\x00\x26\x66\x62\x87\xf7\x77\x5f\xf5\x1c\x11\xbf\x72\x8d\xd4\x54\xc0\x2f\x19\x66\x26\x41\x89\x33\x10\xa8\x12\xaa\x34\x0f\x1b\xf5\x79\x40\xb8\x2a\x81\x09\x84\x3f\x14\x9d\x80\x3b\x1a\x45\xb0\xc1\xb2\x8e\x20\x51\x74\x30\xbb\xc1\xbe\xd3\xbc\x0b\xd1\x28\x6d\xc3\xd9\x2d\x72\x30\xf1\xc9\x85\x51\x24\xd8\x99\x1a\x38\x14\x20\x31\x09\x10\xcc\x1b\x25\xba\x89\x10\x88\x80\x77\xd3\x8b\x49\x59\xf0\x6b\x60\x9a\x80\x37\x9a\xbb\x30\x65\xfa\x65\x27\x91\xa0\xb4\x62\xf9\xd1\xcf\x16\xed\x2b\xcc\xea\xab\xac\xef\xe3\x4c\xc8\xef\xf5\xd3\xd0\x14\x7d\xba\xa5\x18\x80\xb2\x59\x8e\xc8\x78\x80\x5c\xc7\x26\x2c\x38\xaf\xc9\x04\xcc\x48\xc1\x31\x56\xeb\x8e\xae\x7f\xb1\x02\xb5\xdc\xd6\x68\x50\x3b\x6a\x61\xa1\xb2\xbb\xd5\xac\x06\x58\x4a\xfd\x07\xa8\x5b\x2a\xba\x7f\x90\xba\x2d\x3f\xff\x00\x75\x1b\x0d\xb6\xd4\x6d\x1b\x82\x8f\x2e\xbe\xd4\xd7\xbc\x2e\xd7\x2f\x61\x9b\xeb\xd9\x07\x83\xef\x73\x9a\xae\xf2\xaa\x7a\x04\x78\x40\x61\x65\xb8\xb8\x8f\xd7\x1a\x57\xd5\x68\x64\xa7\xdf\xc3\xe7\x1b\x1a\x61\xd2\x66\xb2\xd2\x34\xb4\x5c\xe5\xeb\xb8\x1f\x6f\x5b\xd1\x41\xf1\xa4\xca\xee\x6e\x9e\xbe\x7d\xf7\x7e\x09\x8c\xc3\xbb\xb1\xf7\x7e\xd9\x8a\x66\x4d\x86\x56\x87\xb4\x8f\x19\xd3\x22\xef\xd3\x07\x11\x82\xf9\xd4\x78\x3b\x95\xa1\xd5\x81\x06\xf7\x55\xa5\xbc\x55\x5e\xd8\x67\xb7\x71\x49\xd1\x65\x33\x5b\x0a\x57\xd3\x67\x17\x1f\x29\x11\xe2\x8e\xf1\xa0\xc8\x7c\x85\x22\x74\x86\xbb\x97\x8b\x42\x09\x73\x0b\xd4\x60\xa3\xd2\xc4\xb4\xac\xc4\x87\x7c\x09\xb5\x76\x93\xa7\x51\x10\xd3\xa4\xce\xd5\xb5\x7e\x66\xaf\xcf\x13\xe6\x0d\x58\x6b\xe7\x94\x14\x63\x43\x61\x61\x2a\x3c\xe9\x03\x1d\x3c\xfb\x6f\xe2\xfc\xef\xc8\xf9\xaf\xe7\xce\x7f\xfe\xcf\xe7\x57\x5f\x54\x7d\xad\x2f\x71\xcd\xb3\xff\x4f\x29\x57\x11\x44\x97\xc1\xc7\xee\x06\x1a\xbb\xa0\x29\x41\xbe\x17\x85\xd4\xaf\xcd\x75\x64\x91\xac\xa8\x16\x4c\x76\x35\x17\xc9\x70\x87\x9b\x90\xb1\xdb\x96\x44\x97\xba\x4a\x86\xdf\xcc\xb0\xdd\x9a\x5f\x2d\x46\xe7\xc5\xf6\x53\x09\x62\x6e\xb1\xfb\x25\xb1\xe3\x4f\x25\x4a\xe7\xc5\xfa\xbd\xb2\x94\x95\x60\x5f\x15\x68\x0e\xa5\xf9\x4b\xeb\x6b\x1a\x04\x11\xde\xa9\xa2\xc7\x3c\xb7\x51\xf5\x8f\x8d\xf9\xba\x78\xc1\x20\x4f\x68\x35\x0c\x35\x21\x61\x3c\xd6\x91\xbf\x20\x05\x1b\xdf\x8a\x62\xad\xbc\x57\x37\x8f\x58\x3e\xb0\x0c\x44\xc8\xb2\x28\x00\x96\x44\x07\xfd\x14\x5c\xa9\x3a\x66\x01\xdd\x1e\xcc\x6f\x03\xe8\x16\x0e\x2c\x7b\xb6\xc7\x0a\x6e\x4b\x06\x9a\x80\xe9\x1b\x07\x74\xab\xcf\x3e\x95\xa5\x06\x95\x1f\x98\xd4\x4c\x74\xbc\x2c\xed\x7e\x88\xf1\x35\x25\xe9\x23\x73\x96\x49\xaa\xad\x9f\x6f\x68\xf1\xfa\x7e\xc2\xd1\x90\x2c\x27\xeb\x4a\x6d\xbd\xf7\x65\x4f\x9b\xd3\x72\x16\x0c\x4c\x2f\x87\xfd\xd9\xed\xc8\xe5\x58\x1e\xdc\x4d\x17\xce\xfd\xe8\x63\x77\xa2\xeb\x4d\x36\x25\x73\xf7\x25\x9d\x9c\xb2\x37\xeb\xf4\xdc\xb4\x59\x16\x6d\x2b\xf6\x16\x0f\x4f\x9a\x84\x5a\xda\x6b\x65\xa1\x23\xd7\x75\x96\xb5\x7c\xf1\xf6\xb1\xdf\x32\x95\x97\x86\xf9\x62\x92\xa9\x0a\x2f\xc4\x44\x1a\x35\x24\x2c\x40\x91\x6f\xf1\xbe\x14\x55\xe8\xcf\x26\xa8\x3f\x9d\x9a\x8e\xdc\x16\x1e\x0f\x85\x63\x96\x48\xce\x22\xa1\x0a\x6c\x19\x22\x57\xe0\x11\x0b\x30\x68\xfc\xe0\x43\xaa\xbf\x6d\x50\xea\x2c\xd4\xf3\xdf\x86\xb5\x0e\x7b\xfa\x3b\x78\x39\xec\x88\xfb\x21\xdd\x57\x8a\xda\x9e\xeb\xc8\xbc\x07\xa3\x6f\x52\x5a\x5d\x98\x6b\xb2\xc7\x04\x62\xca\x39\xd3\xf5\x76\x26\x4c\x83\x6e\xf9\x62\x62\xda\x30\xa2\x55\x15\x54\x67\x54\x5b\x57\xad\x57\x7e\x9d\x4b\x91\x20\xd0\x3d\x01\x12\x01\xe1\x3b\xfd\x2b\x21\xf1\x98\x85\x47\xe5\xfc\x51\x3e\xbf\xc1\x42\xf5\x89\x60\x83\x87\x2b\x2a\xa4\x8a\x2d\xf9\xa9\x5d\x77\x4d\x39\x8b\x6d\xf2\x22\x56\xa7\xc5\x11\xc8\x67\x29\xd5\x89\x26\x3f\xed\x17\xb6\xd4\xb6\xda\xb2\x28\x40\xee\xc2\x64\x0b\x59\x52\x9c\x64\xce\xf4\x09\xa8\xc0\xa2\x09\x0c\xcc\xef\x19\x1a\xb0\x6e\x69\xba\xea\x4b\xc2\x0e\xc7\xd2\x9d\x76\x7b\x55\x65\xee\xb1\x4a\x91\x2b\xb7\x56\xa5\xb5\xcf\x2f\xe9\xc9\xff\x05\x00\x00\xff\xff\x1a\xe3\xd6\x61\xb8\x39\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYaml, - "Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x5f\x8f\x1a\x39\x12\x7f\xe7\x53\x94\x5a\x2b\xe5\x65\x1a\x66\xb2\x1b\xed\xa9\xdf\x38\xc2\x66\x90\xc2\xc0\x01\xb3\xa7\xd5\xe9\x84\x8c\xbb\xe8\xf6\x9c\xdb\xf6\xd9\x6e\x36\x28\x37\xdf\xfd\x64\xf7\x7f\x68\x60\x22\x45\xda\xcc\x4b\x82\xab\xba\xea\x57\xbf\x2a\x57\xd9\x26\x8a\xfd\x8e\xda\x30\x29\x22\xb0\x98\x29\x4e\x2c\x0e\xa5\x42\x61\x52\xb6\xb7\x43\x26\x47\x87\x87\xc1\x7f\x98\x88\x23\xd8\x94\xe2\x41\x86\x96\xc4\xc4\x92\x68\x00\x40\x84\x90\x96\x58\x26\x85\x71\x3f\x01\x62\x34\x54\x33\x65\xbd\xc5\x4d\x8a\xb0\xc2\x18\x1e\x89\x85\xdf\x72\x83\x30\x91\xc2\x48\x8e\x80\xc4\xa0\x01\x9b\x22\xc4\xcc\x50\x79\x40\x7d\x04\x22\x62\xc8\x88\x20\x09\x66\x28\x2c\xc8\xbd\xff\xc4\x1b\x05\x20\x4a\x71\x46\x0b\x47\x10\xa3\xe2\xf2\x88\x31\x48\x01\x0b\x85\x62\xed\xb1\x7a\x4d\x46\xa5\x98\x70\x62\x4c\xe4\xff\x1b\xea\x34\x64\xc2\x62\xa2\xfd\xa7\x5e\xa5\x13\x5d\xcc\x8c\xe2\xe4\x18\x0a\x92\x61\xd4\xc5\xfa\xeb\xf0\x43\x85\xf7\xfc\x3b\xa5\xe5\x81\xc5\xa8\xc3\x5e\x03\x77\x30\x13\xb4\x00\x64\x49\x62\x22\x48\xc9\x9f\x96\xc9\xbb\x17\x72\x20\x77\x7b\x66\xee\x5e\x76\xd2\x98\x70\x5f\xc5\x77\xa8\x52\x10\x3c\x0c\x3f\x04\x03\x00\x4e\x76\xc8\x4b\x46\xab\xb4\x44\xe0\xf4\x43\x5a\x43\x2a\x5c\xba\xc5\x5f\x3f\x9c\x2c\x1b\x45\x28\x46\x0d\xe4\x81\xdc\xbd\x20\xb5\x26\x1a\x84\xd0\x4e\xf9\xe1\x61\x00\x50\xe5\x12\x3c\x4c\x2a\xc5\x9e\x25\xc3\x17\xe3\xe4\xff\x2b\xe9\xff\x5a\xfe\x0b\x10\x90\x9d\xcc\x6d\x10\xb5\x96\x00\x02\xcb\x2c\xc7\x20\x82\xa0\x2f\xdb\xc1\x5d\x5b\x55\x69\x19\xe7\xd4\xce\xc4\x5e\x06\x11\xfc\xeb\xdf\x1d\x21\x89\x63\xe6\x12\x45\x78\x29\x0f\xbe\x43\x09\xbd\xa5\x78\xba\x18\xa9\x54\x47\xcd\x92\xd4\xc5\x19\x74\x45\x2c\x4b\xd6\x9a\xba\xf5\xe1\x70\x24\x05\x67\x02\x47\x2c\x4b\x46\x9f\x65\x22\xc3\x15\xc6\x8f\xc4\x86\xe3\x70\x85\x2e\xa5\x18\xae\x3e\xfd\x7d\xa8\x44\x12\xd4\x16\x5e\x1b\x63\xc1\x4e\x13\x11\x33\x91\x9c\x92\x49\x94\x7a\x22\x99\xa7\xf3\x32\x8d\x44\x29\xe7\xf2\x59\xf3\xcb\x58\xb6\x0e\x8c\x33\xf1\x56\x44\x31\x33\x64\xc7\x31\x5e\xc9\xdc\xa2\xf1\xe9\x29\x85\xaf\x03\x80\xa2\x0d\x4c\x7c\x7d\xcc\x89\x1a\x00\xb4\x3b\x41\x55\x8f\x3f\x7d\x1d\x2f\x97\xdb\xa7\xf1\x7c\xfa\x1a\x16\xb5\xd4\x57\x73\x85\x2d\xef\xe7\xcc\x4e\xbb\xf8\xfd\xce\xef\x18\x2d\x97\xa9\xcc\x94\x14\x28\x6c\x9f\x30\xd1\x32\x57\x11\xd0\xd6\xee\x6d\x6d\xb2\x42\xff\xf7\xe9\x6a\x3d\x5b\x3c\xbd\x5e\x80\xae\x4b\x68\x46\x21\x2d\x37\x87\x34\xde\xd9\x6a\xf1\xbc\x99\x6e\x1f\x17\xeb\x4d\xe3\xd2\x36\x78\x99\x30\x48\x73\x8d\xd3\x38\xc1\x0d\xea\x8c\x09\x5f\x78\x4b\xc9\x19\x3d\xfa\x0e\xc1\x34\x52\x5b\x6a\xdb\x46\x23\x02\x8d\x28\xa8\x3e\xaa\x42\x68\x65\x65\xb2\x20\x6b\x8d\xfa\xc0\x68\x15\xcd\x39\x62\x53\xca\x2f\xb2\xdd\x18\xe8\xf2\x7d\xd6\xc3\x01\x4a\x5b\x43\xc2\x55\x4a\xba\xf3\xc0\x8b\x44\x12\x52\xd4\x36\x34\x48\x35\xda\xf0\x1c\x8c\xe5\xe6\xc7\xc9\xa5\xa9\x03\x6f\xb2\xa9\xa4\xb6\x25\xae\xd0\xff\x88\xe0\x97\x5f\x7e\x2e\xcd\x2b\x2d\xad\xa4\x92\x47\xb0\x99\x2c\xab\x4c\x11\x9d\xa0\x5d\x7a\x4d\x91\x30\xf1\x65\x50\x10\xc5\x91\x5a\xa9\xbf\x63\x84\xb7\xf2\x37\xa6\x54\xe6\xc2\x7e\x43\x1a\x49\xf1\x85\xe9\x26\x52\x92\xdc\xa6\xa1\x2e\xeb\x51\xe3\x1e\x35\x0a\x8a\x43\x5f\xf9\x11\xbc\xfb\x1a\x38\xb7\xae\xbb\x2c\xc6\xb9\x4d\xab\xc2\x5d\x55\x8a\xad\x7e\x14\x34\x88\x9d\xfe\xe1\x21\xb8\x83\xa0\xb6\xe8\xfa\x5b\x6d\xcb\x6f\x79\x27\x16\x65\x8b\x3b\xdb\x74\xc1\xeb\xeb\xbb\x6f\xc7\x9f\x6b\x56\x21\x4f\xad\x55\x26\x1a\x8d\x7e\xb8\x02\x0c\xcb\x40\x2e\xa7\xf8\xa3\x1f\x4e\x6e\x78\x15\x6d\xf6\x2c\xc9\x54\xa3\x4f\xf1\x86\x65\x68\x2c\xc9\x54\x04\x22\xe7\xfc\x87\x09\xb5\xb3\xc7\x34\xfa\xb9\x6b\x22\x78\xf8\x6e\x9b\x25\xae\x19\x2a\x86\xcb\x77\x09\xa3\x3e\x62\x95\xba\x5d\xce\x6f\xf1\x7e\xce\xfd\x95\xe0\x6e\x06\xf8\xd6\x20\x2f\x06\x7a\x2b\xd8\x76\x86\x0a\x34\xc2\x12\x26\x50\xb7\xe0\x87\x80\xe2\xd0\x8e\x26\x2c\x53\xfd\x38\xfe\xe7\x66\xb6\xd8\x2e\x9e\x3e\xcf\x9e\xa6\xdb\xf9\xe2\xe3\xb4\xa5\x04\x70\x20\x3c\xc7\xa8\x39\x82\xde\xb4\xe0\x22\x5a\x2f\xc7\x93\x1e\x33\xbf\x69\x99\x45\x9d\x65\x80\x3d\x43\x1e\xaf\x70\x7f\xba\x5e\x4a\x96\xc4\xa6\x51\x9d\xbd\xe1\x5b\x60\x8c\x9f\x37\x8f\xdb\xc9\xe7\xd9\xf4\x69\xb3\x9d\x7d\xec\x0b\xe6\xda\x46\x6e\x94\x59\x46\x92\xea\x34\x5e\x1d\xc6\xa3\x5e\xf6\xdd\x1f\x67\x07\x14\x68\xcc\x52\xcb\x1d\x76\x83\x71\xdd\xeb\x13\xda\xd3\x08\x95\x0f\xad\x3c\xe5\x9d\xca\x4e\x86\x52\xf3\x67\x68\x8a\x3e\xda\xcd\x66\xb9\xee\xc8\x98\x60\x96\x11\xfe\x11\x39\x39\xae\x91\x4a\x11\xbb\x6d\x7a\xdf\xd1\x51\xa8\x99\x8c\xfb\xa5\x7d\x3b\xbf\x8d\xc7\x74\xab\xa7\x2e\xb2\x62\x80\xfe\xad\x99\xb5\x6d\x73\xa7\x21\x68\x24\x31\xfb\x01\x79\xfa\xd0\xc1\x68\x64\xae\x29\x9a\x2e\x12\xce\x32\x66\xcd\x29\x3a\xaa\x72\x47\xda\x64\xf9\xbc\xfd\x3c\x9b\xcf\x36\xaf\x27\xf2\x0c\x33\xa9\x8f\x4e\x65\x3e\x9d\x2f\x56\x7f\xf4\x69\x69\xfc\x6f\x8e\xe6\xaa\xed\xd5\xf4\x1f\xcf\xd3\xf5\x6d\xeb\x3d\x7a\x07\xc9\xf3\x0c\xe7\x7e\xde\x76\x53\x98\xb9\xb5\x65\x49\xaf\xb2\x23\xa2\x54\xa8\xa5\xb4\x23\xa3\x69\x75\xfb\x38\xb9\x40\xf6\xa4\xb8\xe7\x7a\xd0\x49\x44\xbe\x2b\x5c\x5c\xb6\x74\x03\x49\xeb\xba\xff\x17\xc0\x41\x4b\x47\x96\x9b\x91\xd2\xec\x40\x2c\x56\xa7\xe5\x1b\x9e\xab\xd3\x72\x93\x80\x4e\x2f\xa6\xd5\x95\x2b\xfa\xd6\x08\x6e\xaa\x84\x37\xd0\xb8\xa1\xed\x8e\xf8\x5d\xcf\xc5\xda\xd3\xc5\x2f\xad\x66\x49\x52\x0f\x94\x10\xec\x51\x61\x75\x73\x9c\xa4\x44\x24\x58\x0a\x7c\xd7\x2c\x56\x96\x44\x93\xac\x15\x36\xc9\xad\xcc\x88\x65\x34\x02\xab\x73\x3c\x1f\x57\xce\x7d\x87\xa6\xbe\x66\xb4\x3f\x19\x22\xc5\x31\x6b\xe6\xdc\xae\xad\x46\x92\x6d\xc8\x39\x5f\x6f\x6c\xe2\xad\x87\x96\x9f\xbe\xce\xe6\xe3\x4f\xd3\xed\x7a\xb3\x9a\x8e\xe7\xcd\x54\xab\xd4\x0b\x02\x66\x4d\xb4\x03\xe5\xc2\x45\xeb\x49\x0a\xcf\x5f\xcd\x9c\x6d\x20\xc6\xb0\x44\x60\x0c\x56\xfa\x87\x8e\xd6\x3b\xc6\x70\x00\x50\x3e\x3d\x15\x69\x18\x37\x32\x70\x2b\xf5\xfb\x50\xc5\xc9\xa0\xe8\x1c\x4c\x63\x5c\x33\x5a\x4e\xb8\x93\x27\xa4\x1e\x38\x2d\xcf\xd5\xd9\xe2\x2a\x82\xf2\x6c\xdb\x01\x51\x32\x78\x05\x47\xf1\xfa\x75\xe2\xfe\xa9\x62\x19\x98\x80\x3f\x53\x46\x53\xcf\x85\x7f\x19\x69\xe5\xd1\x00\xd1\x4e\xc5\x58\xc2\x39\xc6\x43\x07\xfb\x44\xa3\xb8\x25\x69\x04\x21\x75\x46\x38\x3f\x36\xea\xce\xb6\xb3\x5a\x5f\x30\x9a\xe4\x0e\xe1\x0f\x99\x83\x49\x65\xce\x63\x90\x82\x1f\x41\x60\x91\x92\x4c\xc6\x6c\x7f\x2c\x0a\x3e\x65\x06\xd8\x1e\x8e\x32\x7f\x77\x68\xc1\xf0\x46\x3b\x28\x99\x00\x02\x31\xdb\xfb\xbb\x51\xcb\xcd\x48\x69\xf9\x82\xd4\x9e\xd1\xea\xbf\x86\xe2\xf3\x86\x8c\x9a\xd9\xfe\xba\xbb\x42\x72\xf3\x26\xd8\x93\x67\xfc\x62\x51\x0b\xc7\x4d\xa8\x91\xd0\x94\xec\x38\xfa\x87\x8f\xa2\x20\x6d\x4a\x2c\xf8\x5b\x96\xa9\x6a\xb2\xfd\x36\x37\x28\xf7\xa7\x7f\x9f\x6b\x2e\xdd\xe5\xd3\x68\xe7\xd9\xa4\xb7\xc8\x7c\x23\x05\xb9\x87\xc9\xf2\xd9\xd9\x2f\x27\xdd\x19\x25\x4e\x5c\xca\x6a\xf3\xad\xb1\x77\xad\xc2\xee\x87\xef\xcf\x2a\xac\xeb\xbb\x18\x92\xb5\x05\xd8\x4b\xed\x03\xad\xfb\x8e\x47\x96\x9f\xd7\xff\xbc\xf9\xb0\x0d\xac\x3b\x6a\xaf\x60\xfb\xf9\xfd\x9c\xbd\x81\x96\x0e\x14\x66\x8a\x83\x46\x51\x90\xb9\xc1\x5e\xae\xbc\x4a\x87\x29\x7f\xac\xb8\xbe\x13\xef\xdf\xc6\xd3\xb7\xe2\x29\x59\xea\x42\x6a\x1f\x76\xae\xa0\x7a\x7f\x7f\x3f\x67\x83\xff\x07\x00\x00\xff\xff\xd4\x70\x47\x75\xb3\x18\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYaml, - "Template.template.openshift.io/openshift/fuse75-console.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/fuse75-console.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftHttpdExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x6f\xe3\xc6\x11\xfe\xce\x5f\x31\x38\x14\xb8\x04\xb0\xa4\xbb\x34\x05\x52\x7e\xd3\xc9\x8a\x2d\xc4\x7a\x81\x24\x37\x6d\x83\xc0\x18\x92\x23\x72\xeb\xe5\x2e\xb3\xbb\x94\xac\xa6\xfe\xef\xc5\xee\x92\x14\x29\xd1\xbe\xbb\xc2\xcd\x7d\x38\x58\xfb\x32\xf3\xcc\x33\xaf\x4b\x2c\xd8\xdf\x48\x69\x26\x45\x08\x86\xf2\x82\xa3\xa1\xa1\x2c\x48\xe8\x8c\xed\xcc\x90\xc9\xd1\xfe\x63\xf0\xc8\x44\x12\xc2\xb6\xda\x0e\x38\x46\xc4\x75\x18\x00\x60\x51\x84\x90\x19\x53\x24\x03\x7a\xc2\xbc\xe0\x14\x40\x23\xe6\x7c\x27\x27\xad\x31\xa5\x10\xfe\x33\x08\x00\xb6\x19\xc1\x4e\x72\x2e\x0f\x4c\xa4\xa0\x49\xed\x59\x4c\xdf\xe8\x6f\x21\xc3\x3d\x41\x44\x24\x20\x56\x84\x86\x12\x60\x02\x8e\xb2\x54\x50\x28\xf9\x2f\x8a\x4d\x08\x7f\xfa\x7d\x31\x9e\x4f\x9f\x87\x41\x00\xf0\xa3\x54\x90\x4b\x45\xc0\xc4\x4e\xaa\x1c\x0d\x93\x02\x30\x92\xa5\x81\x52\x5b\xd1\x26\x63\xba\xc1\x74\x05\x4c\xc4\xbc\x4c\xec\xc6\xb2\x20\xb1\xb1\x56\x42\x2c\x85\x66\x09\x29\x77\x59\x5f\x81\x26\x72\xd8\x75\x38\x1a\xa5\xcc\x64\x65\x34\x8c\x65\x3e\xd2\x31\x97\x2a\x1d\xd5\x56\x8d\x22\x2e\xa3\x51\x8e\xda\x90\x1a\xad\xa7\xe3\xeb\xf9\x74\x98\x27\xc3\x20\x27\x83\x09\x1a\x74\x04\x09\x21\x8d\x17\x6b\x7f\x02\x24\xa4\x63\xc5\x0a\xe3\x08\x1f\x0b\xa8\xc8\x81\x71\x81\x71\x46\x70\xbb\xdd\xae\x60\x43\x6a\x4f\x0a\xbe\x71\x8a\xbe\xb5\x24\x73\x16\x7b\xc3\x4c\x86\xc6\x91\x45\x1a\xb4\x15\x1c\x3b\xa9\x60\x4d\x30\x24\xcc\xf0\x2d\xf8\x38\x89\x7c\x43\x56\xac\x44\x16\x4b\x31\xe1\xa8\x75\xe8\xfe\x1c\xa0\x33\xda\x6d\x75\x42\x2e\x61\xba\xe0\x78\x1c\x08\xcc\x29\xec\xa1\xa6\xe7\x86\x8c\xcb\x9c\x84\xa7\x7a\x50\x2a\x1e\x7e\x01\xd4\x4b\x31\x5c\x8a\x74\xd0\x71\xd1\xb6\xcd\x16\x24\xb4\x63\x82\x34\x28\xd2\xb2\x54\x31\x69\x10\x44\x09\x25\x60\x24\x24\xb4\x27\x2e\x8b\x8a\x3c\xac\xdc\xd3\xf1\x9e\x73\x5c\x02\xd1\xf1\x15\x77\xb7\x3d\x82\x10\x95\x8c\x27\x27\x7f\xec\x58\x5a\xaa\xca\xa5\x22\xe9\xc8\x4e\xa8\xe0\xf2\x68\x39\xe8\x1e\x1c\x5e\x5a\x59\x28\xb9\xb7\x8e\x1d\x74\x79\x5e\x53\x02\xb7\x68\xae\x60\x26\xe2\x9e\x5b\xba\x2c\x0a\xa9\x4c\x97\x5c\x8c\x63\xd2\x7a\xa8\x28\xc9\xd0\x58\x8e\xdd\x3d\x83\xa9\x0e\xe1\xb7\x92\xc5\x8f\xda\xa0\x32\x57\xce\x34\xbf\xd5\x5b\x63\x22\x26\x12\x8c\x38\x85\xf0\x6e\x87\x5c\xd3\xbb\x00\xc0\x83\x3a\x2f\x2e\x76\x55\x17\x18\x53\x78\x42\x17\xc8\xc8\xd6\x05\x1d\x06\x03\x68\xd7\xb3\xfd\xc7\x00\xc0\xd7\xae\x8d\xaf\x2f\x01\x40\x3b\x3b\x7b\xf2\xf3\x2c\x43\xa7\x4f\x85\xd4\xa4\x1d\xdb\x5c\x62\x02\x11\x72\x14\xd6\xf1\x26\xa3\x0e\xff\x85\x4c\xb4\x93\xe0\x71\x57\x25\x2a\x00\xd0\x05\xc5\x5e\xb6\xa5\xaf\x52\x33\xa8\x8e\x1d\x28\xaa\xd4\xda\xcd\x10\x7e\xf8\xf0\xc3\x87\x6a\xc1\xa0\x4a\xc9\xac\xba\xcb\x9a\x38\xc5\x46\xaa\x1a\x6c\x57\xd9\x8b\xe6\xaf\x65\x69\x2e\x8d\x7f\x19\x69\x26\xb5\x2b\xb3\xe3\xd5\xea\x6e\x36\x19\x6f\x67\xcb\xc5\xc3\xf5\x72\x3e\x9e\x2d\x9e\xbd\x17\x65\x0d\xe0\x9c\xde\xaf\x00\x35\xcb\x31\xa5\x8d\x51\x84\xf9\x57\xfb\xe5\x27\xa2\x42\x83\x51\x18\x3f\x82\xdc\x41\x9c\xa1\x48\x49\xdb\x4e\x71\xee\x17\x66\xb5\xf4\x98\xfb\x22\xac\x4f\x36\xe5\x26\x2e\x85\xbe\x1a\xd6\x75\x55\x1f\x32\x79\xb0\x25\xc1\x65\xef\x39\xa2\xda\xbd\x75\x22\x20\x2f\x32\xec\xa6\xc3\x01\x99\x19\xec\xa4\x1a\x28\xc2\xe4\x18\xc2\x3b\xa3\x4a\x97\x13\xaf\xf9\x4c\x96\xa6\x28\x4d\x0d\xeb\xe4\xa1\x1e\xba\xb7\x98\x36\x9b\x1d\x81\xa1\x45\xa4\x7d\x03\xf0\x15\x2e\x6c\xf7\x97\x27\x73\xcd\x94\x3d\x3c\x59\x2e\xb6\xd3\xbf\x6f\x1f\xae\x67\xeb\xe7\xea\x40\xca\xcc\x49\xa3\xa2\x9d\x3d\xb6\x59\xde\xaf\x27\xd3\x87\xf5\x74\xb5\xdc\xcc\xb6\xcb\xf5\x3f\x1e\xd6\xd3\x1f\x9f\x9b\x53\xa5\x62\xfd\xa7\xee\xd7\x77\xf5\x29\x73\x2c\x28\x84\x1b\x56\x61\x32\x0a\x0d\xa5\xc7\x5a\x93\xc7\xb8\x39\x5b\x05\xd8\x29\x99\x9f\x7e\x7d\x86\x81\x4e\xa9\x09\xbf\x1b\x7e\x7f\xb6\x53\x95\x1b\x4f\xd1\x66\x35\x9e\x4c\xbb\xe0\x36\x0e\x84\xcf\x0b\xc5\xd2\x94\x54\x93\xe4\xfe\x80\xd3\x3b\x71\x21\xda\x59\xf7\x41\xd6\xd9\xf0\xcd\xea\x04\x5d\x53\xac\xc8\xa5\xe2\xcd\x6c\x7b\x7b\xff\xe9\xe1\xe7\xe9\xa7\xdb\xe5\xf2\xa7\x87\xcd\x74\xb2\x9e\x6e\x2f\x58\xba\x2d\xa3\x5a\x12\x09\x52\x2c\xee\x15\x35\x5d\x4c\xd7\xb3\xc9\xeb\xb2\xfc\xf5\x97\xd3\xe4\xba\xe9\x37\x6f\x93\x2b\xbe\x7f\x5d\xa4\xaf\x3e\x35\xfc\xff\x43\xce\x28\x72\x9a\x74\x08\x1f\xbf\xa0\xbc\xf6\x45\xa0\x67\x6b\x2d\x39\x67\x22\xed\x74\xb8\xfa\x44\x97\x15\xfb\xef\x34\x3f\xf7\x26\x61\x7f\x6a\xd6\x11\xdf\x60\xaf\xb3\x12\x99\x68\x22\xce\xbb\x9e\xc4\x3e\x84\x5f\x7e\x6d\xc9\x77\x45\x30\x84\xf7\xf0\xbe\xb5\xc8\xd9\x9e\x04\x69\xbd\x52\x32\xa2\x36\x1a\x70\xa9\x70\x43\xa6\xbb\x08\x50\xa0\xc9\x42\x18\x9d\xaf\x9e\x77\xae\x4a\xa7\x60\x86\x21\xbf\x26\x8e\xc7\x0d\xc5\x52\x24\x3a\x84\x3f\x77\xcf\x18\x96\x93\x2c\xcd\x69\xbb\x3f\x29\x5b\xfd\xbf\xad\xb4\x43\xe1\xe0\x44\xc6\xaa\x0f\x90\x0d\x0b\xf6\x87\x9b\xfb\xc5\xd6\x36\x13\x65\x17\x04\x67\x39\x33\xfa\x1c\x58\x4e\xb9\x54\x47\x1b\x1a\xf3\xe9\xdc\x16\xcc\xbb\xd9\x7c\x56\x25\xf0\x79\x09\x62\xa7\xe2\xb3\x42\x85\x79\x4b\x18\x96\x46\xda\x07\x42\x1c\x82\x4d\x96\xcb\xa8\x5a\xd8\xea\xd7\x8e\xac\x7e\x6f\xfc\x4f\xd5\xb6\xa7\xe3\xc0\xd7\xd4\xcb\xc2\x1a\x43\xc6\x59\x3a\x80\xb3\x99\x9d\x9c\x12\x40\xad\x59\x2a\xfc\x78\x8e\x9c\xdb\x49\xc1\xd6\x97\x9d\x72\x8f\xa5\x04\xaa\xb9\xb1\x1a\xeb\x13\x3f\x3e\xb4\xe6\x7d\x3b\x05\x57\x33\xf2\xc2\x81\xb6\xff\x37\xa3\xa9\xc5\x1f\x58\xcf\xfd\x56\x32\x45\x49\x43\xe2\x1e\x79\x79\x11\xb9\x3d\x10\x4f\xef\xcf\x45\xdd\x65\xe0\x90\x91\x22\x07\xb2\x45\x9f\x0d\x0e\x96\x90\xee\x85\xe3\xee\x75\x30\xb9\x16\xf5\x0a\xb0\xd3\xdc\x7c\x06\x6a\x8e\x4f\x2c\x2f\x73\xc0\x5c\x96\xc2\x58\xb6\x7c\xa0\x39\x3c\x4d\x50\x40\x8c\x02\x4a\x7d\x49\xce\xdc\x1f\xbe\xb3\x21\xdb\x00\x6a\x07\xe8\x2b\x98\xfe\xf2\xf1\xbb\x39\xeb\x23\xe9\x7e\x7d\x57\xbb\x4d\x51\x21\x35\x33\x56\xc7\x81\x99\xcc\x7f\x13\xe8\xf4\x0a\x97\x41\x10\xcb\xe4\x12\xdc\x0d\x33\xb0\x3e\x09\xb8\x5f\xdf\x35\x10\x7b\xe7\x8f\xcf\x38\xf6\xf5\x87\xe5\x30\x65\x17\xe4\x6e\xc8\x54\xc1\x25\xed\xbb\x4e\xa1\x88\x33\x07\xe0\xca\x3e\x97\x40\x2a\x90\x26\x23\x65\x47\x27\x6b\xb0\x33\xae\x65\x31\x73\x4b\xbe\xb1\x2a\x02\x21\x4f\xcf\x79\xf7\x2c\xc5\x92\x9b\x4a\xea\x0b\xb6\xef\x48\x91\x68\x85\x4a\xef\x70\xf6\x1a\x6a\xef\x03\x8e\x86\xed\xc9\xd5\x46\xbb\xd8\xfe\x30\x63\x41\x32\x03\x4c\x3b\x78\xd5\x2c\xae\xa4\xf4\xd9\x7d\x69\xd4\x05\xd0\x89\x1f\x32\xe1\x9a\x29\xd7\x86\x8f\x0d\xd8\xd6\xc0\xd9\x17\x25\xe4\x9e\x69\x89\x7b\xb7\xb8\xcc\x77\xdf\x49\x0e\x8c\x73\x50\xf6\xe9\x53\xc3\x77\x0e\xaa\x3f\x36\x5d\x59\xbc\x9c\xaa\xef\x1d\x11\x47\xf1\x08\xe8\x9d\xec\xaf\x46\x0d\xb3\x94\x5c\x60\x1d\xb7\x02\xef\xb6\x52\xdb\xc0\xbd\x7c\x37\x9d\xa3\xbe\x71\xc1\x53\x57\xeb\x6a\x38\x1b\x02\x8c\x21\x61\xbb\x1d\x8b\xad\x3b\x8d\x84\xb4\x24\xad\xed\xd0\x61\x5d\x4d\xc2\x86\x76\x02\xa8\xa1\x40\xd5\xb0\x6a\x0d\x3b\x50\x94\x49\xf9\x68\xe3\x7a\x08\xb0\x90\xc6\x1e\x56\xc7\xa2\x0f\xb9\x1f\x13\xe1\xe7\xea\xca\xc6\xa9\x0e\xaa\x32\x0e\xef\x7f\xc1\xc1\xbf\xc7\x83\x7f\x7e\x18\xfc\xf5\xd7\xdf\xbf\xff\xf0\x6c\x27\x06\x37\x4b\xba\x2f\x7a\xf4\x54\x28\xd2\xda\x3f\x63\xbc\xad\xbd\x83\xe9\xb9\xb9\xe3\xca\xc2\xda\x94\x52\xfb\xaa\x5c\x7f\xaa\xf0\x35\xaf\x1a\x3a\x6b\x6b\x2e\x91\x57\xfb\x6f\x06\xbd\x77\x10\x0e\xfe\x1b\x00\x00\xff\xff\x64\x58\xa6\x8b\x14\x15\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftHttpdExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftHttpdExampleYaml, - "Template.template.openshift.io/openshift/httpd-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftHttpdExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftHttpdExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/httpd-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\xeb\x8f\xdb\x36\x12\xff\xee\xbf\x62\x20\x14\xd8\x16\xf0\x63\x93\xe6\x0e\x85\xbe\x39\x5e\x35\x75\xbb\xf6\x1a\xb6\xd2\xe2\x70\x38\xb8\xb4\x34\x96\xd8\x50\xa4\x8e\xa4\xbc\x71\x73\xfb\xbf\x1f\x48\xea\x6d\x79\x77\x1b\xe0\xce\x1f\x82\xb5\x39\x9c\xc7\x6f\x86\xf3\x0a\xc9\xe9\xaf\x28\x15\x15\xdc\x07\x8d\x59\xce\x88\xc6\xa9\xc8\x91\xab\x94\x1e\xf5\x94\x8a\xd9\xe9\xcd\xe8\x13\xe5\xb1\x0f\x61\x79\x3c\x62\xe4\x80\x4c\xf9\x23\x00\x92\xe7\x3e\x7c\xf3\x65\x3d\x5f\x05\x4f\x23\xa8\x19\xf8\xf0\x07\xf2\x4f\x94\xab\x09\xe6\x29\x66\x28\x09\x9b\x64\x82\x53\x2d\x24\xc6\xa3\x0c\x95\x22\x09\xfa\x30\x87\x9f\x1d\x19\x28\x94\x27\x1a\x21\x7c\x5b\x53\xc1\x89\x12\xc8\xa5\xc8\x50\xa7\x58\xa8\xef\x20\x25\x0a\x0e\x88\x1c\x22\x89\x44\x63\x0c\x94\xc3\x59\x14\xd2\x10\xfd\x81\x91\x9e\x02\xdc\x8b\x64\x04\x40\xb9\x16\x35\xe3\x47\xaa\x53\x47\xf6\x90\x23\xdf\x19\x9b\x80\x44\x91\x28\xb8\xb9\x10\xa6\x08\xba\xd0\x42\x52\xc2\x80\x68\x48\xb5\xce\x95\x3f\x9b\x25\x54\xa7\xc5\x61\x1a\x89\x6c\x56\x43\x31\x13\x92\x26\x94\xcf\x0e\x4c\x1c\x66\x19\x51\x1a\xe5\x0c\x3f\x93\x2c\x67\xa8\x66\xa5\xb9\xb3\x6d\x30\xbf\x5b\x05\xd3\x2c\x1e\x01\x44\x82\x6b\x62\x74\xc8\x84\x44\xa0\xfc\x28\x64\x46\x34\x15\x1c\xc8\x41\x14\x1a\x0a\x45\x79\x02\x3a\xa5\xaa\x01\x7e\x94\xa1\x26\x31\xd1\xc4\x82\xcb\xb9\xd0\xf6\x86\xc5\x1a\x20\x46\x15\x49\x9a\x6b\xeb\xac\xff\x4c\xec\x6f\xd0\xc7\x70\x6c\x6d\x36\x02\x72\xe3\x57\xa5\x91\x6b\x50\x5a\x48\x92\xe0\x74\x54\xde\xf9\x6d\xbe\x5d\x2f\xd7\x1f\x7c\x98\xf3\x33\x18\x79\x96\x02\x63\x78\xa4\x8c\xc1\x01\x81\x09\xa5\xa1\xc8\x05\x87\x5c\xc4\x46\xb0\x96\x45\x64\x04\x4f\xe1\x81\xb3\x33\x14\x0a\xbb\xaa\xc3\x51\x48\xd0\xa8\x34\xe5\xc9\xd4\x4a\xa1\x91\xe0\x0b\x46\x94\xf2\xed\x9f\x93\x12\x23\x7b\xd6\x09\xb0\x98\xaa\x9c\x91\xf3\x84\x93\x0c\xfd\xda\x9c\x6f\x83\x2a\x74\xbe\x1b\xb8\x22\xa2\x22\x43\xee\xd0\x99\x14\x92\xf9\xb5\xef\x62\x11\xa9\xa9\xf8\x14\x1b\x32\xa3\x98\xd2\x33\x8b\xf4\x9e\x66\x24\x41\x35\x13\x3a\x45\x59\x7d\x29\x75\x9a\xa6\x3a\x63\x97\x52\x98\xe0\xc9\xa4\x03\x7a\xd8\x31\x39\xc6\x9c\x89\xb3\x02\xd2\xf1\x01\x4a\x88\x48\x4e\x0e\x0c\x4b\xb0\xc5\x11\x32\xc2\x49\x62\xdc\xdd\x44\xe1\x86\xe6\xc8\x28\x47\x38\x14\x94\xc5\x0a\x08\x8f\x41\x15\x79\x2e\xa4\xee\x10\x4e\x0e\x44\x61\x0c\x82\x14\x3a\x05\x26\x12\xca\x5d\xe0\xf6\xbc\x1f\x09\x7e\xa4\x49\x21\x5d\x84\x51\x55\x39\x94\x72\xe0\x82\x4f\x2e\x63\x61\x0c\x4a\x38\x17\x76\xae\x96\x6c\x55\x2a\x0a\x16\x9b\x48\x28\x8c\x74\xe3\x5c\xfc\x9c\xa3\xa4\x16\x75\x06\x79\x21\x73\xa1\x50\x81\xe0\xec\x3c\xbd\x84\x2e\x97\xe2\x44\x63\x94\x93\xae\x73\xb7\x18\xc3\x4f\x44\x8f\x61\xc9\xa3\x81\x5b\xa5\xfd\x5d\x87\x92\x28\x42\xa5\xa6\x12\xe3\x94\x68\xf3\x26\xed\x3d\x4d\x12\x13\x58\x5c\x69\xc2\xf5\x84\xe4\xf9\xb8\x89\x2f\x27\xeb\xb9\x14\xe4\x68\x54\x4e\x22\xf4\x1b\x15\x46\xe2\x60\x32\x89\xf2\x47\x13\x68\xe7\xc5\xd3\x9b\x11\x80\xcb\x81\x5b\x51\x68\x03\x7d\xfb\x9d\x0e\xbc\x54\x80\x94\xe4\x52\x7c\x3e\x4f\xa5\xb9\x20\xbb\x19\x55\xd3\x0c\x45\xa1\x7d\x78\x97\x95\xd4\xc3\x99\x17\x3f\x1b\x8c\x27\x85\xa4\x0e\x0d\x7f\x36\xfb\x32\x55\x39\x46\xd3\x54\x28\xfd\x54\xfe\x9d\x13\x9d\x3e\x59\x3e\xce\xee\x6f\xbe\xfc\x1c\xac\x7f\x59\xae\x77\xfb\x5d\xb0\xfd\x75\xb9\x08\xf6\x55\x7a\x36\xe4\x4e\x3f\xcd\x6a\x45\x29\x57\x18\x15\x12\x83\x38\xc1\x10\x65\x46\xb9\x35\x64\x23\x18\x8d\xce\xd6\x63\x54\x62\xa4\x6b\x45\x6b\x0a\x1f\x30\x4e\x5c\x18\x6a\x51\x71\x73\x28\xed\x5c\x2a\x2a\x7f\x7b\x5e\xad\xab\x50\xdf\xd9\xd7\x65\xe2\x6d\x61\x03\xf4\x35\xa8\xd7\x38\x12\x96\xa7\xa4\x8b\xe6\x23\xa1\x7a\x72\x14\x72\x22\x91\xc4\x67\x1f\x3c\x2d\x0b\xf4\xfe\x22\x70\x12\x73\x46\x23\xa2\x7c\x78\x63\xbf\x2b\x64\x18\x69\x21\xfd\x57\xd9\x6a\x6f\x68\x49\x34\x26\xe7\x5a\xe5\x73\x6e\x1f\x86\x2b\x6b\xa3\xb6\x15\x15\x49\xd7\x6c\xf3\x69\x2a\x70\xf5\x79\x59\x70\xdb\x0c\xf3\x29\xeb\x13\xca\x16\x9f\x89\x4b\x5d\x94\x51\x4d\x51\xf9\xf0\xe5\xa9\x25\x02\xf9\xa9\x2d\x71\x52\xca\x7c\xd8\x04\xeb\xdd\x4f\xcb\x1f\xc3\x7d\xb0\x9e\xbf\xbf\x0f\xf6\x0f\xf3\x8f\xe1\x4f\x2d\x42\x80\x13\x61\x85\xd5\xae\x4d\xf1\xf4\x1a\x5e\xdb\xe0\x6e\xb9\x0d\x16\xe1\x7e\xb3\x7d\x58\x6d\xc2\x21\xae\x2d\x3f\x76\x99\xdd\x2d\x77\x96\xc7\xfc\x6e\xb5\x5c\x2f\x77\xe1\x76\x1e\x2e\x7f\x0d\xf6\xab\x87\xf5\x32\x7c\xd8\xee\x86\x35\x7c\xe1\xd2\x90\xd2\xbf\x7c\x7c\x1f\x6c\xd7\x41\x18\xec\xf6\xab\xf9\x2e\x0c\xb6\x43\x9c\xab\x6c\xf6\xa9\x38\xa0\xe4\xa8\x51\x4d\x63\x3c\x92\x82\x69\xff\xdd\xbb\xef\x9f\xe7\x1a\x6e\x3f\xee\xc2\xfd\x22\xd8\x86\xcb\x1f\x97\x8b\x79\x18\x0c\xea\x7e\x15\x87\xa1\x90\x18\x36\xfe\xb9\xe0\xe9\x70\x5c\xdf\x6f\x5e\xc3\xae\x4f\x36\xc8\xab\x94\xf9\x71\xb1\x5f\xae\x77\xc1\xe2\xe3\xf6\x05\xe5\x5a\x84\x6d\x7e\xb6\xa2\xfb\x70\x03\x37\xfd\x1f\x37\x05\x63\x55\x3a\x5b\x1e\xd7\x42\x6f\x24\x2a\xe4\xba\x45\xc7\xe8\x09\x39\x2a\xb5\x91\xe2\x80\x7e\x47\xfe\x91\x50\x56\x48\x0c\x53\x89\x2a\x15\x2c\xf6\xe1\x6d\xe7\xdc\x38\xf6\x03\xea\xee\x25\x00\x93\x95\x7d\x98\xd9\x82\xdd\x3f\x12\x52\xfb\xf0\xc3\xed\x0f\xb7\x9d\x03\xca\xa9\xa6\x84\xdd\x21\x23\xe7\x1d\x46\x82\xc7\xca\x87\x77\x6f\xbb\x44\xa6\x04\x8b\xb8\x3e\xfe\xfe\xef\xdd\xe3\xb2\xb2\xd4\xe7\x6f\xdf\xdd\x5e\xe4\x88\x76\x1f\xe6\x3e\x26\x21\xd2\x2b\xe6\xff\x6f\xcd\xfb\xfe\x2f\x68\x2f\x51\x89\x42\x46\xa8\xba\xba\x30\x9a\x51\xad\xfa\xfa\x65\x98\x09\x79\x36\x61\xb3\x0a\x56\x0f\xdb\x7f\xec\xef\x97\xab\x65\xd8\x8e\x17\x5b\xf5\xa8\x3e\x2f\x04\xd7\xf8\xb9\x67\xe0\x33\x59\x10\x20\x97\xf4\x44\x19\x26\x18\xfb\x70\x24\x4c\x61\xeb\xb4\x55\x1f\x57\x6e\xcc\xd9\x38\xa4\x62\x3c\xcd\x5a\x87\x13\x66\x67\x95\xea\x73\x12\xac\xc8\x70\x65\xc6\x12\xd5\xcd\xb1\x99\xf9\xad\xe4\x71\x22\x72\xc6\xe8\x61\x76\xe9\xc1\x17\xf2\xff\xc4\x54\x8f\x9a\x3c\xe6\xaa\x7a\x0e\x0b\x56\x98\x41\xe6\x47\x2a\x55\xf3\x1c\x24\x2a\x4d\xa4\xae\x68\xe6\xec\x91\x9c\x1b\x61\xe5\x98\x31\x77\x43\xd4\xfa\x15\x65\xa7\x32\xaf\x53\x67\x30\xcb\xf5\xf9\x8e\xca\x2e\xee\x19\xc6\xb4\xc8\x7c\xf0\xbc\xd7\x96\xb6\xc6\x34\x2d\x69\x92\xd4\xd5\x6c\xe2\xde\xfe\x22\x25\xdc\xf8\x40\x92\xac\x25\x9e\x14\x5a\x98\x59\x2c\xf2\xc1\x24\xcd\xcb\x92\x68\xcc\xea\xa8\xdb\x87\xfc\x28\x45\xd6\x56\xdd\xb5\x2c\x4b\x23\x72\xa7\x25\x92\x2c\x24\xc9\x33\x26\x2c\x57\xf3\x0f\xc1\x7e\x17\x6e\x83\xf9\x6a\x1f\xce\x3f\x3c\xf5\x68\xcb\xce\xd4\x4d\xd6\xbb\xcd\x7c\xd1\x02\x93\x11\xa5\x43\x67\x2b\xc6\x4b\x97\xf5\x6a\xbc\x5c\x37\xb1\x6c\x4c\x2f\xc1\x70\xbf\xbb\x46\xaa\x3c\xb8\xda\x78\xed\x3a\x1e\x7e\x4d\xdb\x55\xc6\x44\x39\x58\xab\x6e\xdf\x65\x27\x97\x89\x2c\xfb\x48\x89\x47\x94\xc8\x23\x9c\x96\x90\xfa\x70\xf3\xc5\x33\x82\x3d\xdf\x7b\x98\x17\x3a\xad\x3a\xce\x6d\x45\xe9\x8d\xbd\x46\x53\xcf\xf7\x4e\x6f\xbc\xb1\x57\xf3\xf1\xfc\xfa\xba\x6d\xce\xbd\xb1\x67\x10\xf4\x7c\xef\x4a\xc4\x78\x4f\x4f\x37\xaf\xe8\xfa\x06\xe0\x49\xa4\x28\x72\x17\x1a\xc0\x0b\xc6\x5a\x53\x01\xc3\xf7\x94\xc7\x94\x5f\x76\xa9\xcf\x4a\xd9\x63\x4c\x0d\xc2\x52\x30\xdc\xe2\xb1\x7d\xa3\x3c\x51\x45\x35\x93\x18\x37\x5e\x71\xd0\x57\xf7\xd8\x4d\xa3\x7e\x45\xe9\xa1\x0a\xde\xb4\x91\x26\xd5\xd7\xef\xcd\xdd\x21\x49\x53\x59\xb9\x88\x71\x63\xab\x41\x95\xc7\x5d\x6d\xf8\xdb\xed\xed\x6d\xfd\x8b\x14\x5a\x44\x82\xf9\x10\x2e\x36\x55\x10\x13\x99\xa0\xde\xf4\x68\xbf\xa2\xd5\x46\x65\x2c\x9e\x1f\x8f\xa6\xf8\x9c\x7d\x58\x0b\x5e\x76\xd8\xee\x39\xb8\xec\xb7\xdc\xfc\x75\x80\xae\x3f\x82\xa1\xd1\x23\xc6\x1c\x79\x8c\x3c\xb2\xe5\xe4\xe6\x9f\x5f\xca\x10\x05\x6f\x08\x62\x6f\x5c\xbf\x75\xaf\x4e\x06\x86\xd8\x1b\x43\x19\xea\xe0\x95\x8a\x79\x4f\xff\xba\xe9\xc9\xef\x48\xa6\xfc\x28\x89\x5b\xde\x14\x12\xbf\x72\xe8\x19\x70\xf3\x23\x1e\x5e\x70\xf2\x0f\xaf\xf5\x70\xdd\x29\xfc\xff\x1c\x5c\x2e\x02\x28\x4f\xa6\x91\x90\x28\x94\x5d\xf5\x5d\xba\x7d\xe5\xe8\x2e\xbc\xdf\x1d\xbf\x7a\x4b\x50\x18\xec\xb4\x2a\x63\x5c\xd1\x6a\x6f\x22\x1a\x9c\x91\xc7\xb9\xa0\xbc\xc1\x9a\x72\x8d\xf2\x44\x98\x0f\x6f\x6e\xab\xda\x53\x76\x5e\xcd\x6a\x74\xd6\x81\xbd\x72\x4c\x1f\xcc\x8c\xe8\x28\xbd\xef\x8d\x8d\x1d\xcd\x73\x53\x24\x51\xdb\x0a\x3a\xe9\xee\x1a\x4d\xce\x03\x71\x04\x9d\x62\xbd\x70\x72\xab\x97\x08\x41\x0b\x38\x20\x34\x8b\xdb\x18\x8f\x94\x63\x0c\x87\xb3\xa5\xff\x9d\xe4\xf9\xef\x0e\xb1\x11\x40\xb9\x0e\x72\x6d\x83\xf9\xb7\x5e\xd7\x94\x63\x84\xc4\x7f\x17\x54\x9a\xd6\xaa\xac\xcc\x65\xff\x7f\xb1\xcd\xe9\xeb\x18\xa6\x68\x39\x55\x7a\x36\x9b\xb6\xd2\x99\xe0\xd6\x29\x6e\x99\xd5\xb6\xa4\xae\xfa\xd3\xbe\x82\x15\x45\xc5\xa1\xa3\xf0\x95\xb1\xaa\xab\xef\x4b\x5a\x56\x8b\xef\x7a\xcb\x56\x6e\x96\x15\x23\x27\x84\x48\x64\x59\xc1\x69\x64\x13\xcd\x55\xed\x4c\x06\xb9\xa2\xe2\xc0\x9c\xd6\xc3\xf3\x0f\xce\xf2\xbe\x92\xbf\xa5\x26\xb2\xa4\xf1\x2c\x72\x72\x60\x08\xb6\x30\xb7\x20\x35\x81\x99\xb8\x85\xe1\x14\x96\x47\xd7\x06\x8f\x9d\x45\x26\x2d\x46\x2e\x49\xba\x02\x05\x37\x24\xce\x28\xbf\xa9\x97\xcb\xe5\x28\x40\xff\xb4\x0b\x67\x9d\xda\x7b\x39\x51\xea\x51\xc8\x18\x6e\xaa\xbf\x6e\x2e\x2c\x0e\xda\xda\x50\x5e\x21\x50\xdb\xdb\x5b\x40\x74\x07\xe3\x9e\x91\x2b\xf2\x99\x66\x45\x06\xc4\x76\xd8\x76\x49\x6b\x67\x06\xab\x4c\x1d\x12\x10\x11\x6e\x9c\x73\xa1\xca\xca\x11\xdf\x9b\xe9\xa3\x96\xdf\x9e\x35\x1a\xf9\x6f\x3e\xd0\xa1\x30\x68\xd0\x5c\x57\x49\x1e\x1e\x53\x94\xd8\x09\xce\x56\x4b\x69\x1a\x73\x1a\xa3\xba\x1a\x08\x6d\xda\x9a\x67\xe7\x81\xd9\x56\xb2\xd1\xac\xd9\x7c\x5e\x8f\x80\x1c\xe5\x51\xc8\xac\x42\xc7\x78\x9e\x2b\x7a\xc2\x31\xe4\x42\x29\x7a\x60\x67\x50\x4c\x3c\x8e\x41\x9d\x79\x94\x4a\xc1\xe9\x9f\xcd\x22\xb9\xf6\x6e\xa5\xe2\xc7\x3c\x26\x1a\x61\x81\x26\xb3\x81\xe0\x60\x47\x8d\x29\x98\x20\x32\x6e\x1a\xf7\x5e\xa6\x44\x28\xdc\x95\xac\xce\xc5\xe0\x76\xe5\x54\x23\x3c\x12\xc9\x29\x4f\x54\x75\x0a\x44\xa2\xc1\xc6\x84\x49\x7c\x81\xd3\x9d\x3b\xb8\x30\x05\x6c\x7c\x52\xbb\x99\x33\x5f\x4b\x66\x4d\x5c\xbd\xbc\x49\xaa\x42\xcd\x3e\x84\x8b\x58\x6b\xe7\xcf\xee\x8c\x50\x66\xcf\x62\x28\x2f\xd9\x01\xe6\x35\xce\x76\xb3\x46\x37\x2b\xf5\x27\x8c\x8b\x97\xef\xbf\x7d\xc6\xe9\x84\x31\xf1\x68\xff\x93\x47\x1c\x5b\xff\xbd\xd1\xf5\x9e\x4e\x89\x36\x34\xa6\x16\x9c\x08\xa3\x31\x44\x28\x35\x3d\x9a\x7c\xe5\xaa\xf0\xb7\x0a\xd9\x71\xa2\x68\xc2\x31\x1e\x43\xc1\x3f\x71\xf1\xc8\x61\x31\xff\xce\x26\x0d\xc2\xcf\x4e\x27\x10\x4e\x6e\x4a\x38\xdc\x58\x04\x6f\xc6\x6d\x5e\x10\xa5\x18\x7d\xb2\x1c\xa9\x82\xc3\xd9\x24\x08\x8c\xa7\xf0\xfe\x0c\xe5\x0e\x6d\x80\xdc\x90\x22\x3f\x0a\x19\x0d\x44\xc2\xdc\xd8\xa7\x2a\x03\x87\xcd\x93\x98\x0b\x65\xe2\xe0\xec\xc2\xb8\x32\x72\xb7\xbb\xef\x19\xfa\xdc\x22\xab\x17\x18\xff\x0d\x00\x00\xff\xff\x96\xfe\x69\x10\x6f\x1d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYaml, - "Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\x5d\x6f\xe3\xb6\xd2\xbe\xf7\xaf\x18\x08\x05\xdc\x02\x96\xbd\xbb\xdd\xf7\x45\xa1\x3b\xaf\xa3\x6e\xdd\xc6\x8e\x61\x2b\x2d\x0e\x0e\x0e\x0c\x5a\x1a\x4b\x6c\x28\x52\x20\x29\x27\x6e\x4e\xfe\xfb\x01\x49\x49\x96\x6c\x39\x49\x17\xa8\xaf\x36\xe2\x70\x3e\x9e\xf9\xe4\x2c\x29\xe8\xef\x28\x15\x15\x3c\x00\x8d\x79\xc1\x88\xc6\xb1\x28\x90\xab\x8c\xee\xf5\x98\x8a\xc9\xe1\xe3\xe0\x81\xf2\x24\x80\xa8\x3a\x1e\x30\xb2\x43\xa6\x82\x01\x00\x29\x8a\x00\xfe\x44\xfe\x40\xb9\xf2\xb1\xc8\x30\x47\x49\xd8\x00\x1a\x56\x3d\xa7\x7e\x7d\x36\xc8\x51\x29\x92\x62\x00\x53\xf8\xd5\x51\x81\x42\x79\xa0\x31\x42\x46\x14\xec\x10\x39\xc4\x12\x89\xc6\x04\x28\x87\xa3\x28\x25\x14\x52\xfc\x89\xb1\x1e\x03\xdc\x8a\x14\x28\xd7\xa2\xb9\xfb\x48\x75\x36\x00\x47\x76\x57\x20\xdf\x18\x0b\x80\xc4\xb1\x28\xb9\xb9\x10\x65\x08\xba\xd4\x42\x52\xc2\x80\x68\xc8\xb4\x2e\x54\x30\x99\xa4\x54\x67\xe5\x6e\x1c\x8b\x7c\xd2\x18\x3e\x11\x92\xa6\x94\x4f\x76\x4c\xec\x26\x39\x51\x1a\xe5\x04\x9f\x48\x5e\x30\x54\x93\xca\xa4\xc9\x3a\x9c\xde\x2c\xc2\x71\x9e\x0c\x00\x62\xc1\x35\x31\x5a\xe4\x42\x22\x50\xbe\x17\x32\x27\x9a\x0a\x0e\x64\x27\x4a\x0d\xa5\xa2\x3c\x05\x9d\x51\x75\x82\x79\x90\xa3\x26\x09\xd1\xc4\x42\xc9\xb9\xd0\xf6\x86\x45\x16\x20\x41\x15\x4b\x5a\x68\xeb\x9a\xff\xfa\xf6\x1b\x9c\x03\x35\xb2\x56\x1b\x01\x85\xf1\xa2\xd2\xc8\x35\x28\x2d\x24\x49\x71\x3c\xa8\xee\xfc\x31\x5d\x2f\xe7\xcb\xaf\x01\x4c\xf9\x11\x8c\x3c\x4b\x81\x09\x3c\x52\xc6\x60\x87\xc0\x84\xd2\x50\x16\x82\x43\x21\x12\x23\x58\xcb\x32\x36\x82\xc7\x70\xc7\xd9\x11\x4a\x85\x5d\xd5\x61\x2f\x24\x68\x54\x9a\xf2\x74\x6c\xa5\xd0\x58\xf0\x19\x23\x4a\x05\xf6\x9f\x7e\x85\x91\x3d\xeb\x84\x53\x42\x55\xc1\xc8\xd1\xe7\x24\xc7\xa0\x31\xe7\xfb\xb0\x0e\x8f\x1f\x7a\xae\x88\xb8\xcc\x91\x3b\x74\xfc\x52\xb2\xa0\xf1\x5d\x22\x62\x35\x16\x0f\x89\x21\x33\x8a\x29\x3d\xb1\x48\x6f\x69\x4e\x52\x54\x13\xa1\x33\x94\xf5\x1f\x95\x4e\xe3\x4c\xe7\xec\x52\x0a\x13\x3c\xf5\x3b\xa0\x47\x1d\x93\x13\x2c\x98\x38\x2a\x20\x1d\x1f\xa0\x84\x98\x14\x64\xc7\xb0\x02\x5b\xec\x21\x27\x9c\xa4\xc6\xdd\xa7\x28\x5c\xd1\x02\x19\xe5\x08\xbb\x92\xb2\x44\x01\xe1\x09\xa8\xb2\x28\x84\xd4\x1d\x42\x7f\x47\x14\x26\x20\x48\xa9\x33\x60\x22\xa5\xdc\x05\xee\x99\xf7\x63\xc1\xf7\x34\x2d\xa5\x8b\x30\xaa\x6a\x87\x52\x0e\x5c\x70\xff\x32\x16\x46\xa0\x84\x73\x61\xe7\x6a\xc5\x56\x65\xa2\x64\x89\x89\x84\xd2\x48\x37\xce\xc5\xa7\x02\x25\xb5\xa8\x33\x28\x4a\x59\x08\x85\x0a\x04\x67\xc7\xf1\x25\x74\x85\x14\x07\x9a\xa0\xf4\xbb\xce\x5d\x63\x02\xbf\x10\x3d\x82\x39\x8f\x7b\x6e\x55\xf6\x77\x1d\x4a\xe2\x18\x95\x1a\x4b\x4c\x32\xa2\x4d\x4e\xda\x7b\x9a\xa4\x26\xb0\xb8\xd2\x84\x6b\x9f\x14\xc5\xe8\x14\x5f\x4e\x56\x5f\x11\x32\x27\xaa\x20\x31\x06\x27\xc1\x03\xb1\x33\xf5\x43\x05\x03\x1f\xda\xb5\xef\xf0\x71\x00\xe0\xea\xdc\x5a\x94\xda\x00\xde\xce\xce\x9e\xfc\x04\xc8\x48\x21\xc5\xd3\x71\x2c\xcd\x05\xd9\xad\x9a\x9a\xe6\x28\x4a\x1d\xc0\xe7\xbc\xa2\xee\xaf\xae\xf8\x64\x90\xf5\x4b\x49\x1d\x06\xc1\x64\xf2\x3c\x56\x05\xc6\xe3\x4c\x28\xfd\x52\xfd\xbb\x20\x3a\x7b\xb1\x7c\x9c\xb5\xdf\x3d\xff\x1a\x2e\x7f\x9b\x2f\x37\xdb\x4d\xb8\xfe\x7d\x3e\x0b\xb7\xcb\xe9\x22\x34\x14\x86\xdc\xe9\xa7\x59\xa3\x28\xe5\x0a\xe3\x52\x62\x98\xa4\x18\xa1\xcc\x29\xb7\x86\xac\x04\xa3\xf1\xd1\xfa\x89\x4a\x8c\x75\xa3\x68\x43\x11\x00\x26\xa9\x0b\x3e\x2d\x6a\x6e\x0e\xa5\x8d\x2b\x40\xd5\xb7\xd7\xd5\xba\x0a\xf5\x8d\xcd\x29\x13\x65\x33\x1b\x96\xef\x41\xbd\xc1\x91\xb0\x22\x23\x5d\x34\x1f\x09\xd5\xfe\x5e\x48\x5f\x22\x49\x8e\x01\x78\x5a\x96\xe8\xfd\x4d\xe0\x24\x16\x8c\xc6\x44\x05\xf0\xd1\xfe\xad\x90\x61\xac\x85\x0c\xde\x65\xab\xbd\xa1\x25\xd1\x98\x1e\x1b\x95\x8f\x85\x4d\x07\xd7\xcc\x06\x6d\x2b\x6a\x92\xae\xd9\xe6\x77\xea\xb2\xf5\xef\x6d\xc1\x6d\x33\xcc\xaf\xea\x4a\x28\x5b\x7c\x7c\x57\xb0\x28\xa3\x9a\xa2\x0a\xe0\xf9\xa5\x25\x02\xf9\xa1\x2d\xd1\xaf\x64\xde\xad\xc2\xe5\xe6\x97\xf9\xcf\xd1\x36\x5c\x4e\xbf\xdc\x86\xdb\xbb\xe9\x7d\xf4\x4b\x8b\x10\xe0\x40\x58\x69\xb5\x6b\x53\xbc\xbc\x87\xd7\x3a\xbc\x99\xaf\xc3\x59\xb4\x5d\xad\xef\x16\xab\xa8\x8f\x6b\xcb\x8f\x5d\x66\x37\xf3\x8d\xe5\x31\xbd\x59\xcc\x97\xf3\x4d\xb4\x9e\x46\xf3\xdf\xc3\xed\xe2\x6e\x39\x8f\xee\xd6\x9b\x7e\x0d\xdf\xb8\xd4\xa7\xf4\x6f\xf7\x5f\xc2\xf5\x32\x8c\xc2\xcd\x76\x31\xdd\x44\xe1\xba\x8f\x73\x5d\xc3\x1e\xca\x1d\x4a\x8e\x1a\xd5\x38\xc1\x3d\x29\x99\x0e\x3e\x7f\xfe\xf1\x75\xae\xd1\xfa\x7e\x13\x6d\x67\xe1\x3a\x9a\xff\x3c\x9f\x4d\xa3\xb0\x57\xf7\xab\x38\xf4\x85\x44\xbf\xf1\xaf\x05\x4f\x87\xe3\xf2\x76\xf5\x1e\x76\xe7\x64\xbd\xbc\x2a\x99\xf7\xb3\xed\x7c\xb9\x09\x67\xf7\xeb\x37\x94\x6b\x11\xb6\xf9\xd9\x3e\x1e\xc0\x10\x86\xe7\x1f\x57\x25\x63\x75\x39\x9b\xef\x97\x42\xaf\x24\x2a\xe4\xba\x45\xc7\xe8\x01\x39\x2a\xb5\x92\x62\x87\x41\x47\xfe\x9e\x50\x56\x4a\x8c\x32\x89\x2a\x13\x2c\x09\xe0\x53\xe7\xdc\x38\xf6\x2b\xea\xee\x25\x00\x53\x95\x03\x98\xd8\x36\x7d\x7e\x24\xa4\x0e\xe0\xa7\x0f\x3f\x7d\xe8\x1c\x50\x4e\x35\x25\xec\x06\x19\x39\x6e\x30\x16\x3c\x51\x01\x7c\xfe\xd4\x25\x32\x8d\x57\x24\xcd\xf1\x8f\xff\xdf\x3d\xae\x3a\x4b\x73\xfe\xe9\xf3\x87\x8b\x1a\xd1\x9e\xbe\xdc\xcf\x14\x44\x7a\xc5\xfc\x7f\xd6\xbc\x1f\xff\x86\xf6\x12\x95\x28\x65\x8c\xaa\xab\x0b\xa3\x39\xd5\xea\x5c\xbf\x1c\x73\x21\x8f\x26\x6c\x16\xe1\xe2\x6e\xfd\xaf\xed\xed\x7c\x31\x8f\xda\xf1\x62\xbb\x1e\xd5\xc7\x99\xe0\x1a\x9f\xce\x0c\x7c\xa5\x0a\x02\x14\x92\x1e\x28\xc3\x14\x93\x00\xf6\x84\x29\x6c\x9d\xb6\xfa\xe3\xc2\xbd\x60\x56\x0e\xa9\x04\x0f\x93\xd6\xa1\xcf\x44\xda\xba\x76\x10\xac\xcc\x71\x61\x1e\x23\xaa\x5b\x63\x73\xf3\xad\xe2\x71\x20\x72\xc2\xe8\x6e\x72\xe9\xc1\x37\xea\xbf\x6f\xba\x47\x43\x9e\x70\x55\xa7\xc3\x8c\x95\xe6\xf9\xf2\x33\x95\xea\x94\x0e\x12\x95\x26\x52\xd7\x34\x53\xf6\x48\x8e\x27\x61\xd5\xe3\x62\xea\x9e\x4e\xcb\x77\xb4\x9d\xda\xbc\x4e\x9f\xc1\xbc\xd0\xc7\x1b\x2a\xbb\xb8\xe7\x98\xd0\x32\x0f\xc0\xf3\xde\xdb\xda\x4e\xa6\x69\x49\xd3\xb4\xe9\x66\xbe\xcb\xfd\x59\x46\xb8\xf1\x81\x24\x79\x4b\x3c\x29\xb5\x30\x2f\xb0\x38\x00\x53\x34\x2f\x5b\xa2\x31\xab\xa3\xee\x39\xe4\x7b\x29\xf2\xb6\xea\x6e\x64\x99\x1b\x91\x1b\x2d\x91\xe4\x11\x49\x5f\x31\x61\xbe\x98\x7e\x0d\xb7\x9b\x68\x1d\x4e\x17\xdb\x68\xfa\xf5\xe5\x8c\xb6\x9a\x4c\xbf\x7b\x36\x36\x6e\x56\xd3\x59\x0b\x4c\x46\x94\x8e\x9c\xad\x98\xcc\x5d\xd5\x6b\xf0\x72\xd3\xc4\xfc\x64\x7a\x05\x86\xfb\xee\x06\xa9\xea\xe0\xea\xe0\xb5\xe9\x78\xf8\x3d\x63\x57\x15\x13\xd5\x73\x5a\x75\xe7\x2e\xfb\x5e\xf1\x65\x35\x47\x4a\xdc\xa3\x44\x1e\xe3\xb8\x82\x34\x80\xe1\xb3\x67\x04\x7b\x81\x77\x37\x2d\x75\x56\x4f\x9c\xeb\x9a\xd2\x1b\x79\x27\x4d\xbd\xc0\x3b\x7c\xf4\x46\x5e\xc3\xc7\x0b\x9a\xeb\x76\x38\xf7\x46\x9e\x41\xd0\x0b\xbc\x2b\x11\xe3\xbd\xbc\x0c\xdf\x31\xf5\xf5\xc0\x93\x4a\x51\x16\x2e\x34\x80\x97\x8c\xb5\x5e\x05\x0c\xbf\x50\x9e\x50\x7e\x39\xa5\xbe\x2a\x65\x8b\x09\x35\x08\x4b\xc1\x70\x8d\xfb\xf6\x8d\xea\x44\x95\xf5\x9b\xc4\xb8\xf1\x8a\x83\xbe\x79\xc6\x3e\x0d\xea\x57\x94\xee\xeb\xe0\xa7\x31\xd2\x94\xfa\x26\xdf\xdc\x1d\x92\x9e\x3a\x2b\x17\x09\xae\x6c\x37\xa8\xeb\xb8\xeb\x0d\xff\xf7\xe1\xc3\x87\xe6\x8b\x14\x5a\xc4\x82\x05\x10\xcd\x56\x75\x10\x13\x99\xa2\x5e\x9d\xd1\x7e\xc3\xa8\x8d\xca\x58\x3c\xdd\xef\x4d\xf3\x39\x06\xb0\x14\xbc\x9a\xb0\x5d\x3a\xb8\xea\x37\x5f\xfd\x7d\x80\xae\x27\x41\xdf\xd3\x23\xc1\x02\x79\x82\x3c\xb6\xed\x64\xf8\xef\xe7\x2a\x44\xc1\xeb\x83\xd8\x1b\x35\xb9\xee\x35\xc5\xc0\x10\x7b\x23\xa8\x42\x1d\xbc\x4a\x31\xef\xe5\x3f\xc3\x33\xf9\x1d\xc9\x94\xef\x25\x71\x2b\x9b\x52\xe2\x37\x3e\x7a\x7a\xdc\xfc\x88\xbb\x37\x9c\xfc\xd3\x7b\x3d\xdc\x4c\x0a\xff\xa4\x83\x0b\xd3\x01\x50\xdb\xf6\xe0\xc3\xd9\x26\x07\xad\x28\x10\x7b\xd0\x19\xb6\x16\x33\x15\xc6\xe0\xde\xe1\x6e\xf7\x61\x28\x5a\x9b\x16\xd7\x2e\xc6\x03\x80\x6a\xbd\xb1\xec\xac\xae\x6a\x0e\xe6\x6b\xb3\x8e\xb8\x32\x8f\x57\x83\x6e\xdd\x69\xde\xd0\xb2\x5e\x86\x36\x4b\x99\x6a\x11\xa9\x18\x39\x20\xc4\x22\xcf\x4b\x4e\x63\x1b\xa1\x57\xb5\x33\xa1\x77\x45\xc5\x9e\x01\xbf\xab\x9f\xff\x27\x67\xc5\xb9\x92\x7f\x64\xa8\x33\x94\xa0\x05\x20\x27\x3b\x86\x60\x2b\x7a\x0b\x52\xca\x35\xa6\x6e\xbf\x34\x86\xf9\xde\xcd\x4f\x23\x67\x91\xc9\xa7\xd8\x65\x97\xab\x6c\x30\x24\x49\x4e\xf9\xb0\xd9\x45\x56\x33\x24\xfd\xcb\xee\x27\x75\x66\xef\x15\x44\xa9\x47\x21\x13\x18\xd6\xff\x1a\x5e\x58\x1c\xb6\xb5\xa1\xbc\x46\xa0\xb1\xf7\xec\xe5\xda\x7d\x51\x9d\x19\xb9\x20\x4f\x34\x2f\x73\x20\x76\x34\xb3\x3b\x3d\x3b\x6c\x5a\x65\x9a\x90\x80\x98\x70\xe3\x9c\x0b\x55\x16\x8e\xf8\xd6\x8c\xad\x8d\xfc\xf6\x90\x7a\x92\xff\xf1\x2b\xed\x0b\x83\x13\x9a\xcb\xba\x3a\xc0\x63\x86\x12\x3b\xc1\xd9\x9a\x45\xcc\x44\x47\x13\x54\x57\x03\xa1\x4d\xdb\xf0\x6c\x94\x6b\x66\x90\x93\x66\xa7\x95\xd9\xf5\x08\x28\x50\xee\x85\xcc\x6b\x74\x8c\xe7\xb9\xa2\x07\x1c\x41\x21\x94\xa2\x3b\x76\x04\xc5\xc4\xe3\x08\xd4\x91\xc7\x99\x14\x9c\xfe\x75\xda\x3b\x36\xde\xad\x55\xbc\x2f\x12\xa2\x11\x66\xc8\x35\x4a\x10\x1c\xec\x8c\x3a\x06\x13\x44\xc6\x4d\xa3\xb3\xcc\x94\x08\xa5\xbb\x92\x0b\x4e\xb5\x90\x55\xd9\x4e\x40\x51\x8d\xf0\x48\x24\xa7\x3c\x55\xf5\x29\x10\x89\x06\x1b\x13\x26\xc9\x05\x4e\x37\xee\xe0\xc2\x14\xb0\xf1\x49\xed\x4a\xc7\xfc\x59\x31\x3b\xc5\xd5\xdb\x2b\x88\x3a\xd4\x6c\x22\x5c\xc4\xda\xb2\x95\xf1\xdd\xe1\xd2\x20\xdc\xde\xc9\xb6\xad\xb7\x93\xef\x7b\x9c\xed\x86\xd4\x6e\x55\x3a\x1f\x4d\x2f\x32\x3f\xf8\xf4\x8a\xd3\x09\x63\xe2\xd1\xfe\x9f\x80\xd8\xb7\xb6\xe1\x5d\xef\xe9\x8c\x68\x43\xa3\x80\xf2\x03\x61\x34\x81\x18\xa5\xa6\x7b\x53\xaf\x5c\xf9\xfe\x5e\x21\xdb\xfb\x8a\xa6\x1c\x93\x11\x94\xfc\x81\x8b\x47\x0e\xb3\xe9\x0f\xb6\x68\x10\x7e\x74\x3a\x81\x70\x72\x33\xc2\x61\x68\x11\x1c\x8e\xda\xbc\x20\xce\x30\x7e\xb0\x1c\xa9\x82\xdd\xd1\x14\x08\x4c\xc6\xf0\xe5\x08\xd5\xf2\xa5\x87\xdc\x90\x22\xdf\x0b\x19\xf7\x44\xc2\xd4\xd8\xa7\x6a\x03\xfb\xcd\x93\x58\x08\x65\xe2\xe0\xe8\xc2\xb8\x36\x72\xb3\xb9\x3d\x33\xf4\xb5\x0d\xc8\x59\x60\xfc\x2f\x00\x00\xff\xff\x1f\x0e\x5d\xf5\x8c\x1b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYaml, - "Template.template.openshift.io/openshift/jenkins-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jenkins-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x59\x5b\x6f\xe3\xb6\x97\x7f\xf7\xa7\x38\x30\x0a\xb8\x05\x7c\x49\xa6\xd3\x45\xa1\x37\x8f\xa3\x4c\xdd\xc6\x17\xd8\xca\x14\xc5\x62\xe1\xd2\xd2\xb1\xc4\x0e\x45\xaa\x24\xe5\x8c\x3b\x9b\xef\xbe\x20\x29\xc9\x92\x2c\x27\x99\x02\xfb\xd7\x43\x10\x8b\x87\x87\xbf\x73\xe1\xb9\x89\x64\xf4\x13\x4a\x45\x05\xf7\x40\x63\x9a\x31\xa2\x71\x2c\x32\xe4\x2a\xa1\x07\x3d\xa6\x62\x72\xbc\xed\x7d\xa6\x3c\xf2\x20\x28\x96\x7b\x8c\xec\x91\x29\xaf\x07\x40\xb2\xcc\x83\xef\xbe\x2e\xa7\x0b\xff\xb9\x07\x15\x03\x0f\xfe\x42\xfe\x99\x72\x35\xca\x0c\x6f\xa5\x91\xeb\x51\x2a\x38\xd5\x42\x62\xd4\x4b\x51\x29\x12\xa3\x07\x53\xf8\xd5\xd1\x81\x42\x79\xa4\x21\xc2\xf7\x15\x15\x1c\x29\x81\xb5\x14\x29\xea\x04\x73\xf5\x03\x24\x44\xc1\x1e\x91\x43\x28\x91\x68\x8c\x80\x72\x38\x89\x5c\x42\x26\xc5\x5f\x18\xea\x31\xc0\x83\x88\x7b\x00\x94\x6b\x51\x31\x7e\xa2\x3a\x71\x64\xab\x0c\xf9\xd6\x08\x05\x24\x0c\x45\xce\xcd\x86\x20\x41\xd0\xb9\x16\x92\x12\x06\x44\x43\xa2\x75\xa6\xbc\xc9\x24\xa6\x3a\xc9\xf7\xe3\x50\xa4\x93\x4a\x17\x13\x21\x69\x4c\xf9\x64\xcf\xc4\x7e\x92\x12\xa5\x51\x4e\xf0\x0b\x49\x33\x86\x6a\x52\xc8\x3b\xd9\xf8\xd3\xbb\x85\x3f\x4e\xa3\x1e\x40\x28\xb8\x26\x06\x43\x2a\x24\x02\xe5\x07\x21\x53\xa2\xa9\xe0\x40\xf6\x22\xd7\x90\x2b\xca\x63\xd0\x09\x55\x67\xcd\xf7\x52\xd4\x24\x22\x9a\x58\xed\x72\x2e\xb4\xdd\x61\x95\x0d\x10\xa1\x0a\x25\xcd\xb4\xb5\xd6\xff\x8e\xec\x3b\x68\xeb\x70\xe8\x64\x3e\x6b\x1e\x94\x16\x92\xc4\x38\xee\x15\x1b\x96\xab\xc0\xf7\xe0\x0f\x91\x43\x9a\x2b\x0d\x09\x39\x62\x9d\xfc\x28\x58\x9e\xa2\x02\x72\x24\x94\x91\x3d\xc3\x4a\xd3\x21\xcb\x8d\xd8\xa0\x05\xe4\x0a\xdb\xd0\x0d\x6b\x1a\x0a\x3e\x63\x44\x29\xcf\xfe\x3b\x2a\xf4\x62\xd7\x1a\x5e\x15\x51\x95\x31\x72\x1a\x71\x92\xa2\x57\x8a\xd0\x41\x26\xc2\x3c\x45\xee\xb4\x30\xca\x25\xf3\x2a\x1b\x45\x22\x54\x63\xf1\x39\x32\x64\x06\x80\xd2\x13\xab\xd1\x1d\x4d\x49\x8c\x6a\x22\x74\x82\xb2\xfc\x51\xe0\x18\x27\x3a\x65\x97\xa7\x30\xc1\xe3\x51\x43\xb9\x41\x5d\x34\x88\x30\x63\xe2\xa4\x80\x34\x74\x8d\x12\x42\x92\x19\x05\x15\x7a\x15\x07\x48\x09\x27\xb1\x31\xeb\xd9\xdb\xd6\x34\x43\x46\x39\xc2\x3e\xa7\x2c\x52\x40\x78\x04\x2a\xcf\x32\x21\x75\x83\x70\xb4\x27\x0a\x23\x10\x24\xd7\x09\x30\x11\x53\x3e\xbe\x44\x9a\x49\x71\xa4\x11\xca\x51\x53\x7f\x1b\x8c\xe0\x17\xa2\x87\x30\xe7\x61\xc7\xae\xe2\xb8\xa6\xfe\x48\x18\xa2\x52\x63\x89\x51\x42\xb4\x71\x75\xbb\x4f\x93\xd8\xd8\x8e\x2b\x4d\xb8\x1e\x91\x2c\x1b\x9e\x4d\xe8\xce\x7a\xf1\x6a\x3b\x22\x95\x91\x10\xbd\x33\x86\x9e\xd8\x9b\x1b\xaa\xbc\xde\x08\xea\x01\xe7\x78\xdb\x03\x70\xc1\x65\x23\x72\x6d\xf4\x58\xf7\xff\x8e\x1b\x00\x90\x90\x4c\x8a\x2f\xa7\xb1\x34\x1b\x64\x33\x54\x69\x9a\xa2\xc8\xb5\x07\xef\xd3\x82\xba\x3b\xa4\xe1\x97\x4c\x28\x1c\xe5\x92\x3a\x75\x78\x93\xc9\xd7\xb1\xca\x30\x1c\x27\x42\xe9\xe7\xe2\xff\x8c\xe8\xe4\xd9\xf2\x71\x82\x7f\xf7\xf5\x57\x7f\xf9\xdb\x7c\xb9\xdd\x6d\xfd\xcd\xa7\xf9\xcc\xdf\x95\x71\xcf\x90\x3b\x7c\x9a\x55\x40\x29\x57\x18\xe6\x12\xfd\x28\xc6\x00\x65\x4a\xb9\x15\x64\x2d\x18\x0d\x4f\xd6\x64\x54\x62\xa8\x2b\xa0\x15\x85\x07\x18\xc5\xce\xa7\xb4\x28\xb9\x39\x2d\x6d\xdd\x15\x2f\xde\xbd\x0c\xeb\xaa\xaa\xd7\x95\xe1\x3e\xd9\x9b\x3e\x63\x84\xa6\x17\xaa\x7f\xbb\xcc\xce\x91\x16\x22\xc2\x42\xf6\x11\x6c\x90\x44\xbf\x4b\xaa\x71\xc5\x0b\xb4\x12\x95\xc8\x65\x88\x95\x7a\x24\xfe\x9d\xa3\xd2\xd5\x6f\x28\xc3\x94\x39\xf4\xd3\xea\xe1\x71\xe1\xef\x66\xd3\xf5\x74\x36\x0f\xfe\x78\x41\x98\x3b\x7b\x35\x4d\x88\x98\x09\x7e\xa0\xf1\x5b\x5c\xa8\x72\x0a\xc2\xb2\x84\x34\x5d\xe3\x89\x50\x3d\x3a\x08\x39\x92\x48\xa2\x93\x07\x7d\x2d\x73\xec\x7f\xa3\x46\x24\x66\x8c\x86\x44\x79\x70\x6b\x7f\x2b\x64\x18\x6a\x21\xbd\x37\x19\xce\xe9\x42\x12\x8d\xf1\xa9\x82\x7c\xca\xec\x35\x77\xb9\xaf\x57\x97\xa2\x24\x69\x8a\x6d\x9e\x73\x9e\x2e\x9f\xd7\x0f\xae\x8b\x61\x9e\x22\x89\xa1\xac\xf1\x19\xb9\xb8\x47\x19\xd5\x14\x95\x07\x5f\x9f\x6b\x47\x20\x3f\xd6\x4f\x1c\x15\x67\xae\xd6\xfe\x72\xfb\xcb\xfc\x3e\xd8\xf9\xcb\xe9\x87\x07\x7f\xb7\x9a\x3e\x06\xbf\xd4\x08\x01\x8e\x84\xe5\x16\x5d\x9d\xe2\xf9\x2d\xbc\x36\xfe\xdd\x7c\xe3\xcf\x82\xdd\x7a\xb3\x5a\xac\x83\x2e\xae\x35\x3b\x36\x99\xdd\xcd\xb7\x96\xc7\xf4\x6e\x31\x5f\xce\xb7\xc1\x66\x1a\xcc\x3f\xf9\xbb\xc5\x6a\x39\x0f\x56\x9b\x6d\x37\xc2\x57\x36\x75\x81\xfe\xed\xf1\x83\xbf\x59\xfa\x81\xbf\xdd\x2d\xa6\xdb\xc0\xdf\x74\x71\x2e\x63\xf3\xe7\x7c\x8f\x92\xa3\x46\x35\x8e\xf0\x40\x72\xa6\xbd\xf7\xef\x7f\x7c\x99\x6b\xb0\x79\xdc\x06\xbb\x99\xbf\x09\xe6\xf7\xf3\xd9\x34\xf0\x3b\xb1\x5f\xd5\x43\x97\x4b\x74\x0b\xff\x92\xf3\x34\x38\x2e\x1f\xd6\x6f\x61\xd7\x26\xeb\xe2\x55\x18\xfa\x7e\x1a\x4c\x1f\x76\xfe\x66\xb3\xda\xec\x1e\x56\x1f\x77\xf7\xf3\x87\x2b\x5c\x5f\xd8\xd0\x89\xb5\x90\xe9\x71\xb6\x9b\x2f\xb7\xfe\xec\x71\xf3\x8a\xf0\x35\xc2\x3a\x3f\x5b\x6e\x78\x30\x80\x41\xfb\xe5\x3a\x67\xac\x8c\xfd\xf3\xc3\x52\xe8\xb5\x44\x85\x5c\xd7\xe8\x18\x3d\x22\x47\xa5\xd6\x52\xec\xd1\x6b\x9c\x7f\x20\x94\xe5\x12\x83\x44\xa2\x4a\x04\x8b\x3c\x78\xd7\x58\x37\x8e\xf3\x11\x75\x73\x13\x80\x49\x61\x1e\x4c\x6c\x35\xd1\x5e\x12\x52\x7b\xf0\xf3\xcd\xcf\x37\x8d\x05\xca\xa9\xa6\x84\xdd\x21\x23\xa7\x2d\x86\x82\x47\xca\x83\xf7\xef\x9a\x44\x19\x4a\x2a\xa2\x6a\xf9\xc7\xff\x6a\x2e\x17\x69\xb8\x5a\x7f\xf7\xfe\xe6\x22\x06\xd5\x0b\x43\xf7\x98\x80\x4b\xaf\x88\xff\xff\x2b\xde\x8f\xdf\x80\xfe\x22\x8f\xb9\x87\xd1\x94\x6a\xd5\xc6\x97\x62\x2a\xe4\xc9\xb8\xcd\xc2\x5f\xac\x36\x7f\xec\x1e\xe6\x8b\x79\x50\xf7\x17\x5b\x22\x50\x7d\x9a\x09\xae\xf1\x4b\x4b\xc0\x17\xa2\x2c\x40\x26\xe9\x91\x32\x8c\x31\xf2\xe0\x40\x98\xc2\xda\x6a\xad\x98\x58\xb8\x5e\x6b\xed\x34\x15\xe1\x71\x52\x5b\x1c\x31\xdb\x30\x95\x8f\x2b\xfc\x17\xa6\x37\x52\xcd\x18\x9e\x9a\x77\x05\x8f\x23\x91\x13\x46\xf7\x93\x4b\x0b\xbe\x92\x5f\x46\x26\x3b\x55\xe4\x11\x57\xe5\x75\x98\xb9\xb6\xe2\x9e\x4a\x75\xbe\x0e\x12\x95\x26\x52\x97\x34\x53\xf6\x44\x4e\xe7\xc3\x8a\x5e\x67\xea\x3a\xb9\xe5\x1b\xd2\x5a\x29\x5e\x23\x8f\x7d\x03\x5e\xa8\xb5\x48\xb5\xba\xa9\x65\x31\xf3\xea\x75\x34\x5a\xd2\x38\xae\x52\xea\xc8\x05\x88\x59\x42\xb8\x31\x94\x24\x69\x0d\x23\xc9\xb5\x30\x5d\x63\xe8\x81\x89\xdc\x97\x79\xd9\x9c\xd6\x90\xa9\x6d\x97\x83\x14\x0d\x94\xae\x6e\x9a\x9b\x23\xb7\x5a\x22\x49\x03\x12\xbf\x50\x22\xcc\x17\xd3\x8f\xfe\x6e\x1b\x6c\xfc\xe9\x62\x17\x4c\x3f\x3e\xb7\x68\x8b\x5a\xdf\x0d\x01\xb6\xeb\xe9\xac\xa6\x71\x46\x94\x0e\x9c\xac\x18\xcd\x5d\x68\xec\xf7\x1b\x25\xcd\xfc\x2c\x7a\xa1\x0c\xf7\xde\x55\x73\xc5\xc2\xd5\xea\x6f\xdb\x70\x83\xb7\xd4\x7e\x85\xe3\x14\x23\x00\xd5\x2c\xfe\x6c\xef\x35\x92\x45\x65\x2e\xf1\x80\x12\x79\x88\xe3\x42\xa5\x1e\x0c\xbe\xf6\xcd\xc1\x7d\xaf\xbf\x9a\xe6\x3a\x29\x6b\xf8\x4d\x49\xd9\x1f\xf6\xcf\x48\xfb\x5e\xff\x78\xdb\x1f\xf6\x2b\x3e\x7d\xaf\xda\x6e\xdb\x9d\xfe\xb0\x6f\x34\xd8\xf7\xfa\x57\x9c\xa5\xff\xfc\x3c\x78\x43\xe9\xd9\xa1\x9e\x58\x8a\x3c\x73\xae\x01\x3c\x67\xac\xd6\x67\x31\xfc\x40\x79\x44\xf9\x65\xa9\xfc\xe2\x29\x3b\x8c\xa8\xd1\xb0\x14\x0c\x37\x78\xa8\xef\x28\x56\x54\x5e\x76\x79\xc6\x8c\x57\x0c\xf4\xaf\xbb\x96\x73\xeb\x73\x05\x74\x57\x19\x71\xae\x65\x4d\x3e\xa8\xee\x9b\xdb\x43\xe2\x73\xfa\xe5\x22\xc2\xb5\x4d\x19\x65\xb0\x77\x09\xe4\xa7\x9b\x9b\x9b\xea\x8d\x14\x5a\x84\x82\x79\x10\xcc\xd6\xa5\x13\x13\x19\xa3\x5e\xb7\x68\xff\x45\xbd\x8f\xca\x48\x3c\x3d\x1c\x4c\x86\x3a\x79\xb0\x14\xbc\x28\xf3\xdd\x75\x70\x21\x72\xbe\xfe\x76\x05\x5d\xbf\x04\x5d\xfd\x4f\x84\x19\xf2\x08\x79\x68\x73\xce\xe0\xbf\xbf\x16\x2e\x0a\xfd\x2e\x15\xf7\x87\xd5\x5d\xef\x57\xc1\xc0\x10\xf7\x87\x50\xb8\x3a\xf4\x0b\x60\xfd\xe7\xff\x19\xb4\xce\x6f\x9c\x4c\xf9\x41\x12\xa5\x65\x1e\xea\x5c\xe2\xbf\xec\xbc\x3a\xcc\xfc\x84\xfb\x57\x8c\xfc\xf3\x5b\x2d\x5c\x95\x13\xff\x39\x03\x17\xa3\x15\xca\xe3\x71\x28\x24\x0a\x65\x87\x92\x35\xb3\x0f\x4a\x6d\x16\x94\xe3\xce\x1d\x83\x0b\xb7\x68\x36\x87\xad\x41\x2e\x74\xd6\x69\xa5\x94\x2e\x3b\xd6\x87\x3e\x67\x03\x20\x8f\x32\x41\xf9\xd9\x08\x94\x6b\x94\x47\xc2\x3c\xb8\xbd\x29\x93\x52\x51\xb7\x65\xd5\x74\x77\xd2\xb0\x47\x69\xb1\xb6\x96\x53\xa2\xc3\xe4\xa1\xd5\xd4\x36\x90\x67\x26\x7b\xa2\xb6\xa9\x75\xd4\x1c\x97\x9a\x60\x08\xe2\x00\x3a\xc1\x6a\x8a\xe7\xc6\x5c\x21\x82\x16\xb0\x47\x38\xcf\x9e\x23\x3c\x50\x8e\x11\xec\x4f\x96\xfe\x4f\x92\x65\x7f\x3a\x8d\xf5\x00\x8a\xd1\x9b\x4b\xf3\xe6\x6f\x35\x1a\x2b\x9a\x1c\x89\x7f\xe7\x54\x9a\xc2\xac\x48\xd9\x45\xf7\x70\x39\x39\x6b\x83\x0c\x12\xb4\xac\x4a\xa0\xe7\x29\x62\x71\x89\xc0\x8d\xae\x22\x38\x08\xd9\x10\xa5\xaa\x07\xc6\x6d\x84\x25\x45\xc9\xa1\x81\xf8\x4a\xd7\xd7\x04\xfc\x1a\xca\x72\x78\x9f\x97\xc0\x8a\xe9\xb8\x62\xe4\x88\x10\x8a\x34\xcd\x39\x0d\x6d\x08\xba\x8a\xce\xc4\x96\x2b\x10\x3b\xda\xc8\x96\x42\xff\xe2\x2c\x6b\x83\xfc\x3d\x31\xae\x65\x67\xd5\xc8\xed\x14\xdb\xa6\xec\x9a\x4a\x8d\x67\xc6\xd2\xc1\x82\xf9\xc1\x55\xd1\x43\x27\x91\x09\x98\x61\x39\xdd\x32\xa9\x0b\x06\x24\x4a\x29\x1f\xc0\x13\x65\xcc\x38\x4b\xd1\x49\xd0\x7f\x30\x72\x03\x77\xb3\x2f\x23\x4a\x3d\x09\x19\xc1\xa0\xfc\x6f\x70\x21\xb1\x5f\x47\x43\x79\x6d\xf6\xdd\x68\x75\xcb\xf9\x48\xb3\x6f\x6f\x09\xb9\x20\x5f\x68\x9a\xa7\x40\x6c\x81\x6e\x07\xd0\xb6\xe5\xb0\x60\x2a\x97\x80\x90\x70\x63\x9c\x0b\x28\x0b\x47\xfc\x60\x9a\x97\xea\xfc\x7a\xab\x72\x3e\xff\xf6\x23\x6d\x1f\xee\xaa\x60\xb0\x31\xbf\xf6\xb1\xc0\x38\x80\x09\x33\x43\xc0\x71\x3c\x86\x9f\x6e\xdf\x2d\xe8\x10\xde\x7d\xa4\x17\xc7\x17\x0c\x66\x24\x23\x21\xd5\xa7\x0a\x41\x6b\xfa\xf7\xc2\x8d\xea\x40\x15\x34\xae\xcd\xb2\x4c\x4a\xf0\x94\xa0\xc4\xc6\x95\xa9\x95\xc0\xa6\xdb\xa0\x11\xaa\xab\xee\x59\xa7\xad\x78\x36\xee\xbd\x2d\x7d\xcf\xc8\xce\xb3\xef\xeb\x7e\x99\xa1\x3c\x08\x99\x96\x36\x33\xfe\xc8\x15\x3d\xe2\x10\x32\xa1\x14\xdd\xb3\x13\x28\x26\x9e\x86\xa0\x4e\x3c\x4c\xa4\xe0\xf4\x1f\xeb\xad\xd6\x2f\x2b\x9f\x2b\x21\x3e\x66\x11\xd1\x08\x33\x34\x01\x17\x04\x07\xdb\x3f\x8d\xc1\xb8\xb6\xd1\xda\xb0\x15\x2f\x24\x42\xee\xb6\x14\x71\xaf\xa8\x16\x22\x50\x54\x23\x3c\x11\xc9\x29\x8f\x55\xb9\x0a\x44\xa2\xd1\x8d\xb1\x71\x74\xa1\xa7\x3b\xb7\x70\x21\x0a\xd8\x5b\x43\xed\x38\xd3\xfc\x2c\x98\x9d\xbd\xfd\xf5\xf1\x5b\x79\x01\xec\xf5\xbc\xb8\x01\xf5\xb0\xde\xec\x69\x8a\xa0\x9e\x77\x45\x4b\xdb\x70\xbd\xc5\xd8\xae\x37\x6a\xc6\xca\x76\x47\x74\x11\x8f\xbc\x77\x1d\x46\xe7\x40\xe0\x40\x34\x61\x80\x52\x0a\x09\x22\x0c\x73\xa9\x86\x40\x78\xf1\x82\x89\x18\xa8\xaa\xbe\x6e\x5a\xfb\xd6\x3e\x1a\x56\xd6\x29\xe3\x13\x82\xd8\xdb\xfb\x1d\x01\xd1\xf6\xad\xa6\x67\x5d\xd4\x8e\xba\x90\xf3\xde\xae\xf9\xf6\xd4\x07\x11\xc3\x3d\x65\xd8\x0e\x3f\x57\x26\x6d\x2f\x1b\xa3\xe6\xdb\x84\x31\xf1\x64\xbf\x12\x8a\x43\xed\xbb\x59\xd3\x49\x75\x42\xb4\xa1\x31\x99\xf8\x48\x18\x8d\x20\x44\xa9\xe9\xc1\x24\x0b\x57\x1c\x7d\xaf\x90\x1d\x46\x8a\xc6\x1c\xa3\x21\xe4\xfc\x33\x17\x4f\x1c\x66\xd3\x1f\x6c\xc4\x26\xfc\xe4\x10\x81\x70\xe7\x26\x84\xc3\xc0\x62\x1b\x0c\xeb\xbc\x20\x4c\x30\xfc\x6c\x39\x52\x05\xfb\x93\x89\xce\x18\x8d\xe1\xc3\x09\x8a\xf9\x6a\x07\xb9\x21\x45\x63\x80\xb0\xc3\xe1\xa7\x46\x3e\x55\x0a\xd8\x2d\x9e\xc4\x4c\x28\xe3\xee\xa7\xd2\x9a\x4e\xc8\xed\xf6\xa1\x25\xe8\x4b\x43\xc8\x96\xca\xff\x2f\x00\x00\xff\xff\x26\x0a\x4a\x2a\xb1\x1f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYaml, - "Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\xdd\x8f\xdb\x36\x12\x7f\xf7\x5f\x31\x10\x0a\xec\x1d\xe0\x8f\x24\x4d\x0f\x85\xde\x1c\xaf\x36\x55\xbb\xfe\x80\xad\x4d\x51\x1c\x0e\x06\x2d\x8d\x25\x36\x14\xa9\x23\x29\x6f\xdc\xdc\xfe\xef\x07\x92\x92\x2c\xd9\xf2\xee\x26\x40\xfd\x64\x93\xc3\xf9\xe6\xcc\x8f\x63\x52\xd0\x4f\x28\x15\x15\xdc\x07\x8d\x79\xc1\x88\xc6\xb1\x28\x90\xab\x8c\xee\xf5\x98\x8a\xc9\xe1\xed\xe0\x33\xe5\x89\x0f\x51\xb5\x3d\x60\x64\x87\x4c\xf9\x03\x00\x52\x14\x3e\xfc\x89\xfc\x33\xe5\x6a\x54\x18\x3e\x4a\x23\xd7\x03\x68\x78\xf5\x6d\x8f\xea\xcd\x41\x8e\x4a\x91\x14\x7d\x98\xc2\xaf\x8e\x0c\x14\xca\x03\x8d\x11\x32\xa2\x60\x87\xc8\x21\x96\x48\x34\x26\x40\x39\x1c\x45\x29\xa1\x90\xe2\x4f\x8c\xf5\x18\xe0\x5e\xa4\x40\xb9\x16\xcd\xd9\x47\xaa\xb3\x01\x38\xb2\x65\x81\x7c\x63\x6c\x00\x12\xc7\xa2\xe4\xe6\x40\x94\x21\xe8\x52\x0b\x49\x09\x03\xa2\x21\xd3\xba\x50\xfe\x64\x92\x52\x9d\x95\xbb\x71\x2c\xf2\x49\x63\xfa\x44\x48\x9a\x52\x3e\xd9\x31\xb1\x9b\xe4\x44\x69\x94\x13\xfc\x42\xf2\x82\xa1\x9a\x54\x36\x4d\xd6\xc1\xf4\x76\x1e\x8c\xf3\x64\x00\x10\x0b\xae\x89\xd1\x22\x17\x12\x81\xf2\xbd\x90\x39\xd1\x54\x70\x20\x3b\x51\x6a\x28\x15\xe5\x29\xe8\x8c\xaa\x93\xa3\x07\x39\x6a\x92\x10\x4d\xac\x33\x39\x17\xda\x9e\xb0\xbe\x05\x48\x50\xc5\x92\x16\xda\x06\xe7\x7f\x23\xbb\x06\xe7\x8e\x1a\x5a\xab\xe1\xe4\x5d\x50\x5a\x48\x92\xe2\x78\x50\x1d\x58\x2c\xa3\xc0\x87\x3f\x44\x09\x79\xa9\x34\x64\xe4\x80\x6d\xf2\x83\x60\x65\x8e\x0a\xc8\x81\x50\x46\x76\x0c\x1b\x4f\xc7\xac\x34\x66\x83\x16\x50\x2a\x3c\x57\xdd\xb0\xa6\xb1\xe0\x33\x46\x94\xf2\xed\xd7\x51\xe5\x17\xbb\xd7\x49\xa2\x84\xaa\x82\x91\xe3\x88\x93\x1c\xfd\xda\x84\x1e\x32\x11\x97\x39\x72\xe7\x85\x51\x29\x99\xdf\xc4\x28\x11\xb1\x1a\x8b\xcf\x89\x21\x33\x0a\x28\x3d\xb1\x1e\xdd\xd2\x9c\xa4\xa8\x26\x42\x67\x28\xeb\x1f\x95\x1e\xe3\x4c\xe7\xec\x52\x0a\x13\x3c\x1d\x75\x9c\x1b\xb5\x4d\x83\x04\x0b\x26\x8e\x0a\x48\xc7\xd7\x28\x21\x26\x85\x71\x50\xe5\x57\xb1\x87\x9c\x70\x92\x9a\xb0\x9e\xb2\x6d\x45\x0b\x64\x94\x23\xec\x4a\xca\x12\x05\x84\x27\xa0\xca\xa2\x10\x52\x77\x08\x47\x3b\xa2\x30\x01\x41\x4a\x9d\x01\x13\x29\xe5\xe3\x4b\x4d\x0b\x29\x0e\x34\x41\x39\xea\xfa\x6f\x8d\x09\xfc\x42\xf4\x10\x42\x1e\xf7\x9c\xaa\xc4\x75\xfd\x47\xe2\x18\x95\x1a\x4b\x4c\x32\xa2\x4d\xaa\xdb\x73\x9a\xa4\x26\x76\x5c\x69\xc2\xf5\x88\x14\xc5\xf0\x14\x42\x27\xab\xf7\x76\x9b\x2d\x55\x90\x18\xfd\x93\xe4\x81\xd8\x99\x7b\xa9\xfc\xc1\x08\xda\x55\xe5\xf0\x76\x00\xe0\x2a\xc8\x5a\x94\xda\x78\xaf\x9d\xf5\x3d\x79\x0f\x90\x91\x42\x8a\x2f\xc7\xb1\x34\x07\x64\xb7\x1e\x69\x9a\xa3\x28\xb5\x0f\xef\xf3\x8a\xba\xbf\x6e\xe1\x97\x42\x28\x1c\x95\x92\x3a\x27\xf8\x93\xc9\xd7\xb1\x2a\x30\x1e\x67\x42\xe9\xa7\xea\x7b\x41\x74\xf6\x64\xf9\x38\x73\x7f\xf8\xfa\x6b\xb0\xf8\x2d\x5c\x6c\xb6\x9b\x60\xfd\x29\x9c\x05\xdb\xc5\x74\x1e\x18\x0a\x43\xee\xf4\xd3\xac\x51\x94\x72\x85\x71\x29\x31\x48\x52\x8c\x50\xe6\x94\x5b\x43\x56\x82\xd1\xf8\x68\x03\x45\x25\xc6\xba\x51\xb4\xa1\xf0\x01\x93\xd4\x65\x92\x16\x35\x37\xe7\xa5\x8d\xbb\xd8\xd5\xda\xf3\x6a\x5d\x75\xf5\xaa\x09\xd7\x27\x7b\xbf\x67\x8c\xd0\xfc\xc2\xf5\xaf\xb7\xd9\xa5\xcf\x5c\x24\x58\xd9\x3e\x82\x35\x92\xe4\x77\x49\x35\x2e\x79\xa5\xad\x44\x25\x4a\x19\x63\xe3\x1e\x89\xff\x2d\x51\xe9\xe6\x37\xd4\xc5\xc9\x08\xfd\xb4\xbc\x7f\x98\x07\xdb\xd9\x74\x35\x9d\x85\xd1\x1f\xcf\x18\x73\x6b\x2f\xa4\x29\x0c\x33\xc1\xf7\x34\x7d\x4d\x0a\x35\x49\x41\x58\x91\x91\x6e\x6a\x3c\x12\xaa\x47\x7b\x21\x47\x12\x49\x72\xf4\xc1\xd3\xb2\x44\xef\x1b\x3d\x22\xb1\x60\x34\x26\xca\x87\xb7\xf6\xb7\x42\x86\xb1\x16\xd2\x7f\x55\xe0\x9c\x2f\x24\xd1\x98\x1e\x1b\x95\x8f\x85\xbd\xdc\xae\xe3\x0d\xda\x56\xd4\x24\x5d\xb3\xcd\xe7\xd4\x8c\xeb\xcf\xcb\x82\xdb\x66\x98\x4f\xd5\xba\x50\xb6\xf8\x8c\x5c\xb5\xa3\x8c\x6a\x8a\xca\x87\xaf\x4f\x2d\x11\xc8\x0f\x6d\x89\xa3\x4a\xe6\x72\x15\x2c\x36\xbf\x84\x77\xd1\x36\x58\x4c\x3f\xdc\x07\xdb\xe5\xf4\x21\xfa\xa5\x45\x08\x70\x20\xac\xb4\xda\xb5\x29\x9e\x5e\xc3\x6b\x1d\xdc\x86\xeb\x60\x16\x6d\x57\xeb\xe5\x7c\x15\xf5\x71\x6d\xc5\xb1\xcb\xec\x36\xdc\x58\x1e\xd3\xdb\x79\xb8\x08\x37\xd1\x7a\x1a\x85\x9f\x82\xed\x7c\xb9\x08\xa3\xe5\x7a\xd3\xaf\xe1\x0b\x87\xfa\x94\xfe\xed\xe1\x43\xb0\x5e\x04\x51\xb0\xd9\xce\xa7\x9b\x28\x58\xf7\x71\xae\x2b\xf2\xe7\x72\x87\x92\xa3\x46\x35\x4e\x70\x4f\x4a\xa6\xfd\xf7\xef\x7f\x7c\x9e\x6b\xb4\x7e\xd8\x44\xdb\x59\xb0\x8e\xc2\xbb\x70\x36\x8d\x82\x5e\xdd\xaf\xfa\xa1\x2f\x25\xfa\x8d\x7f\x2e\x79\x3a\x1c\x17\xf7\xab\xd7\xb0\x3b\x27\xeb\xe3\x55\x05\xfa\x6e\x1a\x4d\xef\xb7\xc1\x7a\xbd\x5c\x6f\xef\x97\x1f\xb7\x77\xe1\xfd\x15\xae\xcf\x1c\xe8\xd5\xb5\xb2\xe9\x61\xb6\x0d\x17\x9b\x60\xf6\xb0\x7e\xc1\xf8\x16\x61\x9b\x9f\x05\x19\x3e\xdc\xc0\xcd\xf9\xe2\xaa\x64\xac\xae\xfd\xe1\x7e\x21\xf4\x4a\xa2\x72\x2d\xb3\xfe\x30\x7a\x40\x8e\x4a\xad\xa4\xd8\xa1\xdf\x91\xbf\x27\x94\x95\x12\xa3\x4c\xa2\xca\x04\x4b\x7c\x78\xd7\xd9\x37\x89\xf3\x11\x75\xf7\x10\x80\x69\x61\x3e\x4c\x2c\x86\x38\xdf\x12\x52\xfb\xf0\xf3\x9b\x9f\xdf\x74\x36\x28\xa7\x9a\x12\x76\x8b\x8c\x1c\x37\x18\x0b\x9e\x28\x1f\xde\xbf\xeb\x12\x15\x28\xa9\x48\x9a\xed\x1f\xff\xd5\xdd\xae\xda\x70\xb3\xff\xee\xfd\x9b\x8b\x1a\xd4\x86\x83\xee\x63\x0a\x2e\xbd\x62\xfe\xdf\x6b\xde\x8f\xdf\xa0\xfd\x45\x1f\x73\x1f\x46\x73\xaa\xd5\xb9\x7e\x39\xe6\x42\x1e\x4d\xda\xcc\x83\xf9\x72\xfd\xc7\xf6\x3e\x9c\x87\x51\x3b\x5f\x2c\x44\xa0\xfa\x38\x13\x5c\xe3\x97\x33\x03\x9f\xa9\xb2\x00\x85\xa4\x07\xca\x30\xc5\xc4\x87\x3d\x61\x0a\x5b\xbb\x2d\x30\x31\x77\xcf\xa8\x95\xf3\x54\x82\x87\x49\x6b\x73\xc4\x44\xda\x3a\xe6\xe0\xfe\xdc\xbc\x88\x54\xb7\x86\xe7\x66\xad\xe2\x71\x20\x72\xc2\xe8\x6e\x72\x19\xc1\x17\xfa\xcb\xc8\x74\xa7\x86\x3c\xe1\xaa\xbe\x0e\x33\xf7\x98\xb8\xa3\x52\x9d\xae\x83\x44\xa5\x89\xd4\x35\xcd\x94\x3d\x92\xe3\x49\x58\xf5\xc2\x99\xba\xf7\xdb\xe2\x15\x6d\xad\x36\xaf\xd3\xc7\xbe\x41\x5f\x68\x3d\x8c\x5a\xb8\xe9\x2c\x62\x66\xe9\x65\x6d\xb4\xa4\x69\xda\xb4\xd4\x91\x2b\x10\xb3\x8c\x70\x13\x28\x49\xf2\x96\x8e\xa4\xd4\xc2\xbc\x15\x63\x1f\x4c\xe5\xbe\xec\xcb\x46\x5a\xc7\xa6\xf3\xb8\xec\xa5\xe8\x68\xe9\x70\x53\x68\x44\x6e\xb4\x44\x92\x47\x24\x7d\x06\x22\x84\xf3\xe9\xc7\x60\xbb\x89\xd6\xc1\x74\xbe\x8d\xa6\x1f\x9f\xce\x68\x2b\xac\xff\xc3\x57\x63\xde\x66\x35\x9d\xb5\x3c\xce\x88\xd2\x91\xb3\x15\x93\xd0\x95\x46\xcf\xeb\x40\x9a\xf0\x64\x7a\xe5\x0c\xb7\xee\xd0\x5c\xb5\x71\x15\xfd\x6d\x3a\x69\xf0\x1a\xec\x57\x25\x4e\xf5\xf0\x57\x5d\xf0\x67\x5f\x5c\x23\x59\x21\x73\x89\x7b\x94\xc8\x63\x1c\x57\x2e\xf5\xe1\xe6\xab\x67\x04\x7b\xbe\xb7\x9c\x96\x3a\xab\x31\xfc\xba\xa6\xf4\x86\xde\x49\x53\xcf\xf7\x0e\x6f\xbd\xa1\xd7\xf0\xf1\xfc\xe6\xb8\x7d\xee\x78\x43\xcf\x78\xd0\xf3\xbd\x2b\xc9\xe2\x3d\x3d\xdd\xbc\x02\x7a\xf6\xb8\x27\x95\xa2\x2c\x5c\x6a\x00\x2f\x19\x6b\xbd\xb3\x18\x7e\xa0\x3c\xa1\xfc\x12\x2a\x3f\x2b\x65\x8b\x09\x35\x1e\x96\x82\xe1\x1a\xf7\xed\x13\xd5\x8e\x2a\xeb\x57\x9e\x09\xe3\x95\x00\x7d\xf7\xab\xe5\xf4\xf4\xb9\xa2\x74\x1f\x8c\x38\x61\x59\xd3\x0f\x9a\xfb\xe6\xce\x90\xf4\xd4\x7e\xb9\x48\x70\x65\x5b\x46\x5d\xec\x5d\x03\xf9\xe9\xcd\x9b\x37\xcd\x8a\x14\x5a\xc4\x82\xf9\x10\xcd\x56\x75\x12\x13\x99\xa2\x5e\x9d\xd1\x7e\x07\xde\x47\x65\x2c\x9e\xee\xf7\xa6\x43\x1d\x7d\x58\x08\x5e\xc1\x7c\x77\x1d\x5c\x89\x0c\x57\xdf\xee\xa0\xeb\x97\xa0\xef\xfd\x93\x60\x81\x3c\x41\x1e\xdb\x9e\x73\xf3\xef\xaf\x55\x8a\x82\xd7\xe7\x62\x6f\xd8\xdc\x75\xaf\x29\x06\x86\xd8\x1b\x42\x95\xea\xe0\x55\x8a\x79\x4f\xff\xb9\x39\x93\xdf\x91\x4c\xf9\x5e\x12\xa5\x65\x19\xeb\x52\xe2\x77\xbe\xbc\x7a\xc2\xfc\x88\xbb\x17\x82\xfc\xf3\x6b\x23\xdc\xc0\x89\xbf\x33\xc0\x85\xe9\x00\xa8\x6d\x7b\x18\xc1\xd9\x2c\x0a\xad\x28\x10\x7b\xd0\x19\xb6\x46\x4b\x95\x8f\xc1\x4d\x36\x12\xd8\x0b\x69\x29\xea\x29\x55\xd3\x2e\xc6\x03\x80\x6a\x62\xb4\x68\x0f\xdc\x1a\x0e\x66\xb5\x99\xf0\x5c\x79\x14\x54\x68\xb8\xee\x34\x2f\x68\x59\x8f\x6d\xcb\x5a\xb1\x6a\x64\xaa\x18\x39\x20\xc4\x22\xcf\x4b\x4e\x63\x9b\xa1\x57\xb5\x33\xa9\x77\x45\xc5\x9e\x57\x46\x57\xbf\xd1\x9f\x9c\x15\xe7\x4a\xfe\x9e\xa1\xce\xdc\x00\x13\xb9\x1d\x6d\xda\x8a\xde\x72\x29\xe5\x1a\x53\xe9\xd4\x82\x70\xef\x40\xd6\xd0\x59\x64\xee\x53\x5c\x0f\x3f\x4c\x65\x83\x1b\x92\xe4\x94\xdf\xc0\x23\x65\x0c\x76\x58\x03\x4d\xfa\x17\x26\x6e\x0a\x6b\xce\x15\x44\xa9\x47\x21\x13\xb8\xa9\xbf\xdd\x5c\x58\x1c\xb4\xb5\xa1\xbc\x35\x10\xed\xbc\x84\xea\xe7\x73\xf7\x59\x77\x66\xe4\x9c\x7c\xa1\x79\x99\x03\xb1\xf8\xcd\x4e\x25\x2d\x22\xb5\xca\x34\x29\x01\x31\xe1\x26\x38\x17\xaa\xcc\x1d\xf1\xbd\xc1\xb6\x8d\xfc\x36\x92\x3d\xc9\x7f\xfb\x91\x9e\x0b\x77\x20\x09\x6c\x49\x68\x4d\x90\x4d\x02\x98\xe2\x34\x04\x1c\xa7\x63\xf8\xe9\xed\xbb\x39\x1d\xc2\xbb\x8f\xf4\x42\x7c\xc5\x60\x46\x0a\x12\x53\x7d\x6c\x34\x38\x1b\x0e\x0d\xdc\x2c\x89\x4a\x83\x84\x2b\x8c\x74\x5d\xab\xa8\x73\x6d\x16\x75\xcd\x82\xc7\x0c\x25\x76\xae\x4c\x0b\x21\x19\x30\x4a\x13\x54\x57\xd3\xb3\x4d\xdb\xf0\x6c\x14\x6e\x90\xd1\x49\xb3\xd3\x68\xf4\x7a\x5e\x16\x28\xf7\x42\xe6\x75\xcc\x4c\x3e\x72\x45\x0f\x38\x84\x42\x28\x45\x77\xec\x08\x8a\x89\xc7\x21\xa8\x23\x8f\x33\x29\x38\xfd\xcb\x66\xab\xcd\xcb\x26\xe7\x6a\x15\x1f\x8a\x84\x68\x84\x19\x72\x8d\x12\x04\x07\x0b\xaf\xc7\x60\x52\xdb\x78\x6d\x78\x56\x2f\x24\x42\xe9\x8e\xe4\x82\x53\x2d\x64\xd5\x4c\x12\x50\x54\x23\x3c\x12\xc9\x29\x4f\x55\xbd\x0b\x44\xa2\xf1\x8d\x89\x71\x72\xe1\xa7\x5b\xb7\x71\x61\x0a\xd8\x5b\x43\xed\xb4\xcb\xfc\xac\x98\x9d\xb2\xfd\xe5\xe9\x4c\x7d\x01\xec\xf5\xbc\xb8\x01\x8b\x56\x1d\xea\x42\x5e\xe3\xe1\x5d\xab\x28\xb5\xad\xb7\x78\xfc\x35\xc1\x76\xd0\xb9\x5b\x2b\xcf\x01\xf3\x45\x3d\xf2\xdf\xf5\x04\x9d\x03\x81\x3d\xd1\x84\x01\x4a\x29\x24\x88\x38\x2e\xa5\x1a\x02\xe1\xd5\x02\x13\x29\x50\xd5\xfc\xe5\x65\xe3\xdb\xfa\x27\xa9\x89\x4e\x5d\x9f\x10\xc4\xce\xde\xef\x04\x88\xb6\xab\xe6\x61\x5b\xfb\xa2\x25\xea\xc2\xce\x3b\xbb\x17\x58\xa9\xf7\x22\x85\x3b\xca\xf0\xbc\xfc\x5c\x19\xc4\x3c\x1f\x8c\x56\x6e\x13\xc6\xc4\xa3\xfd\xeb\x48\xec\x5b\x7f\xa6\x74\x93\x54\x67\x44\x1b\x1a\x05\x94\x1f\x08\xa3\x09\xc4\x28\x35\xdd\x9b\x66\xe1\x7a\xe7\x3f\x14\xb2\xfd\x48\xd1\x94\x63\x32\x84\x92\x7f\xe6\xe2\x91\xc3\x6c\xfa\x4f\x5b\xb1\x09\x3f\x3a\x8d\x40\x38\xb9\x19\xe1\x70\x63\x75\xbb\x19\xb6\x79\x41\x9c\x61\xfc\xd9\x72\xa4\x0a\x76\x47\x53\x9d\x31\x19\xc3\x87\x23\x54\xe3\xb7\x1e\x72\x43\x8a\x26\x00\x71\x4f\xc2\x4f\x8d\x7d\xaa\x36\xb0\xdf\x3c\x89\x85\x50\x26\xdd\x8f\x75\x34\x9d\x91\x9b\xcd\xfd\x99\xa1\xcf\xcd\xa8\xce\x5c\xfe\xff\x00\x00\x00\xff\xff\xdd\xcc\x5d\x28\xb5\x1d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYaml, - "Template.template.openshift.io/openshift/jenkins-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jenkins-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\xed\x72\xdb\xba\xd1\xfe\xaf\xab\xd8\xc9\xe4\xbc\x7a\x9b\x31\xa5\x38\x39\xd3\xa4\x6c\x92\x0e\x23\x2b\xb1\xd2\xd8\xd2\x90\xf2\x71\x4f\x3b\x1d\x0d\x48\xae\x44\xd8\x24\xc0\x00\xa0\x64\xd5\xf5\xbd\x77\x00\x50\x24\x45\xd1\x72\x73\x3e\xea\x5f\x16\xb1\xd8\x8f\x67\x17\x8b\x67\x41\x72\xfa\x13\x0a\x49\x39\x73\x41\x61\x96\xa7\x44\xe1\x80\xe7\xc8\x64\x42\x97\x6a\x40\xf9\x70\x7d\xda\xbb\xa5\x2c\x76\x61\x5e\x2e\xf7\x52\x12\x62\x2a\xdd\x1e\xc0\xcd\x46\xbe\x3e\x75\xe1\xd9\xe9\xe0\xc7\x67\x3d\xa8\x14\xb8\x76\xc1\x51\x3c\x8b\x88\x7a\xe3\x84\x44\xd2\xc8\x91\xaf\x68\x2f\x43\x29\xc9\x0a\x5d\xf0\x80\xe1\x06\xbe\x5c\x07\x40\xf2\x3c\xa5\x11\x51\x94\x33\x58\x72\x01\x5e\x4e\xa2\x04\x61\x6e\xf6\xc2\x1b\x48\x88\x84\x10\x91\x41\x24\x90\x28\x8c\x81\x32\xd8\xf2\x42\x40\x2e\xf8\x0d\x46\x6a\xd0\x03\x98\x27\x08\x85\x44\xc1\x48\x86\xc3\x9c\x48\xb9\xe1\x22\x36\xda\x48\x9c\x51\x46\xa5\x42\x41\xd9\xca\xee\xd3\x46\xa9\x84\xe7\xf7\x5f\xae\x83\x85\x77\x76\x31\xb9\x5c\x5c\x05\x63\xff\xd2\xbb\x18\x3f\x0c\x9b\x5f\x67\x5e\x10\x5c\x4f\xfd\xb3\x87\x41\x2f\x43\x45\x62\xa2\x88\x0e\x9a\x30\xc6\x95\xf1\xd7\x60\x00\x10\xa3\x8c\x04\xcd\x95\x01\xd1\x6b\x84\xb3\xc3\xc3\x78\xd2\x8a\x55\x42\x58\xd0\x54\x41\x21\xb5\x63\xc1\xab\xc9\xc0\xe8\xa2\x11\x67\xa3\x94\x48\xe9\x9a\x7f\x1d\x91\x94\x28\x9a\xd5\xbd\xc4\xc4\x54\xe6\x29\xd9\x3a\x3a\x68\x17\xbe\x7c\xe4\x52\xc2\x35\x86\x10\xa0\x58\xa3\x80\xd7\x83\xd3\x03\x2c\xff\x9f\x71\x48\x94\xca\xe5\x1f\x0e\xd5\xe5\x82\xaf\x69\x8c\xc2\xd9\xd7\xeb\x63\x0c\xe7\x44\x9d\xc0\x84\x45\xd6\x45\x45\x56\xd2\x05\xeb\xd5\x49\x99\xe2\x93\x1b\xb2\x26\x27\x37\x21\x97\xd2\xc8\xac\x77\x35\xb5\x2b\x0d\xab\xec\xb1\xb2\xb0\xeb\x32\x27\x11\xba\xb5\x57\x3d\x1e\xea\x04\x4b\xb7\xe7\x40\xb3\x4e\xd7\xa7\x3d\x00\x5b\x93\x3a\x56\x1a\x61\x0f\xa0\x99\xa1\x8e\x1c\xb5\xb2\xa4\x0b\x66\x83\x21\x48\x83\x55\x5f\x1a\x54\x20\xe7\x42\xd9\x18\xeb\x12\x37\xda\xea\xb4\xb9\xf0\xfc\xde\x9b\xcd\xbe\x4e\x46\xde\x7c\x32\xbd\x5c\x98\xaa\x31\x62\x36\xc2\xee\x55\x99\x63\x64\x95\x69\x13\xa5\x5e\xc7\xfc\x70\xe1\xed\xcb\xb7\x2f\x4b\x43\x8a\x88\x15\xaa\xd9\xfe\x67\x89\x29\x46\x8a\x8b\x3a\x90\x3c\xe5\xdb\x0c\x99\x1a\x71\xb6\xa4\xab\x6e\xa3\x1d\x90\xd1\xb8\x53\xd4\xd1\xb1\x57\x88\xfa\xbc\x50\xdf\x8f\xa7\xd9\x65\x0f\x5c\x8d\xd5\x0e\x56\x69\x93\xf4\x3b\x23\x9b\x70\xa9\xb4\xd4\xf9\x34\x98\xeb\xd5\xc5\xf9\x7c\x3e\xb3\x0a\x14\xdf\xd9\x7b\x5c\xd5\xa3\x25\x36\xc9\xc8\x0a\x03\x25\x90\x64\x07\xb0\xfc\xa6\xc1\x3c\xea\xc1\xc7\x82\xa6\xb1\xcd\xf5\xef\xeb\x41\x13\x4e\x5e\xa8\xbc\x50\x3b\xc5\x35\x82\x1d\xb0\xcc\xc9\xaa\x5a\x7c\x54\xb9\xab\x1b\xa1\xb4\x6d\x4c\xf2\x42\x44\xb8\xd3\x18\x71\xa6\xf0\x4e\x9d\x51\xa1\x37\x8e\xa6\x97\xf3\xf1\xdf\xe6\x8b\xb3\x89\xff\x50\x0a\xac\xa8\xaa\xad\x0b\x5c\x6a\xb1\x60\x7a\xe5\x8f\xc6\x0b\x7f\x3c\x9b\x06\x93\xf9\xd4\xff\x79\xe1\x8f\x3f\x3d\x54\x52\x85\xa0\xdd\x52\x57\xfe\xd7\x9d\x94\xda\xe6\xe8\xc2\x67\x5a\xfa\xa4\x04\x51\xb8\xda\xee\x2c\x59\x1f\x83\xd6\x57\x00\x64\xeb\xfa\x87\x53\xc6\x7b\xe1\xfd\x34\xbe\x5c\x5c\x4c\x7c\x7f\xea\x6b\x13\x95\x00\xc0\x9a\xa4\x85\x41\xa4\x2d\xf3\x70\xa0\xc5\xf3\xe7\x93\x4f\xde\xc8\xc4\xde\xa5\xa1\xb9\x5e\xef\x5e\x72\x11\xe1\xac\x48\x53\x17\x94\x28\xb0\xfe\x2e\x78\xe6\x36\xd4\x1c\x4d\x5b\xd5\xa0\x75\x07\x77\x36\x18\xda\xc6\xd8\x68\xd6\x55\x57\x76\x4f\x07\x3f\xb6\xf6\x95\x8d\xfb\xf9\xfd\xe4\xc2\xfb\x3c\x5e\x04\x73\x7f\xec\x5d\x98\xb4\x07\x33\x6f\x34\xde\x07\x3c\x30\xc0\xda\x73\x29\xe8\x6a\x85\xa2\xea\x87\x2b\xaa\x92\x22\xac\x9d\x96\x18\x09\x34\x87\xfa\xf3\x64\x7e\x7e\xf5\x71\x71\x3d\xfe\x78\x3e\x9d\xfe\x75\x11\x8c\x47\xfe\x78\x7e\x90\xc8\xf3\x22\xdc\x69\x42\x86\x82\x46\x9d\xaa\xc6\x97\x63\x7f\x32\x3a\xae\xcb\x6e\x2f\x95\x51\x8d\xd9\x28\x21\x4c\x13\x97\xfb\x7d\xc9\x49\xbd\x56\x4a\xdb\xef\xf6\xb8\x96\x0b\x8f\x9e\xec\xb3\x56\x2b\xff\xdf\x1d\x6f\x81\x46\x95\x74\xe1\xf4\x57\x5c\x32\x5d\x07\xc7\xc6\xef\xa3\xa5\x6b\x36\xcf\x3b\x5e\x58\x8a\xec\xc7\x78\x18\xe7\x7f\x1d\xeb\xf7\xfa\xfa\x14\x3e\x26\x9e\x0a\x23\x28\x9b\x13\xa1\xac\x2a\x52\x9b\xe3\xbd\x26\x50\x1f\xe0\x43\x42\xd9\x10\x6a\x1c\xe4\x0e\xe2\x79\x54\xdb\x8e\x88\x3e\xa5\xad\x22\xac\x0d\x41\x53\xbc\x4f\x21\x68\x84\x74\x0f\x99\xf1\x94\x46\x5b\x17\xbc\x74\x43\xb6\xf2\xa0\x3d\x1c\xd7\xd2\xe0\x36\xbb\x48\x2a\xf8\x4a\x4e\xf3\xe6\xcd\xdb\xbd\x20\xca\xae\xc3\x53\x7e\x4b\xc9\xde\x4a\x2e\xb8\xe2\x11\x4f\x5d\x98\x8f\x66\x47\x75\xd6\xf4\xa9\xa9\xb3\x24\x35\x4f\x2b\x14\x48\x62\xca\x50\xca\x99\xe0\x21\xba\x7b\x7b\xf0\xae\x59\x0b\xf6\x2f\xe2\x59\x46\x58\xdc\xfe\xec\xc0\x30\xa4\x6c\x18\x12\x99\x1c\xac\x38\xd1\xc1\xa7\xa8\x10\x29\x38\x0e\xe3\xb9\xe0\x77\x5b\xe8\xbf\xe8\x83\x23\xc1\x29\xba\xab\xc3\x7d\x2a\xcb\xf6\xaf\xaf\x83\x76\x87\xc3\x94\x47\x24\x35\x7c\x48\x83\x33\xcc\x08\x23\x2b\x14\xc3\x9b\xec\xce\x58\x1b\xfe\x65\x85\xea\xfd\x88\x28\x92\x52\x46\x7e\x78\xed\xe9\x23\xfb\xc3\xeb\x33\x3b\x38\xfc\x1f\x51\xea\xbd\x54\x44\xe1\x25\xc9\xb0\x7f\x60\xe4\xdf\x2b\x81\x39\x38\xf4\x1b\xf4\x2b\x29\x78\xf1\x1e\x5e\x04\x73\xcf\x9f\x8f\xcf\xea\x1d\x0a\x45\x46\x99\x39\xc2\x9f\x05\x89\x70\x86\x82\xf2\x38\xc0\x88\xb3\x58\xba\xf0\xc7\x97\x9d\x97\x40\xa3\xdb\xce\x88\x20\x59\xa3\xa2\x48\xa1\x78\x46\x14\x8d\x5a\x57\x5d\x55\x11\xda\x97\xbd\x83\x7a\xac\x60\x7f\xd1\x05\xf9\x04\xb3\xf9\xae\x6b\x21\xd7\xe1\xa1\x32\xb1\x3b\x87\xf3\x89\x36\x68\x28\xb5\x4a\xb0\xd9\x0e\x35\x8f\x2e\x67\xb4\x4b\xcb\x1b\x1a\x23\xa7\xfe\x52\x8d\x5b\x6d\x57\x7b\xba\xda\xbf\x15\x54\x60\x5c\x21\x58\xb6\x91\x9b\x8d\x74\x48\x9e\xb7\xfd\xe8\x8f\x0a\xa9\x78\x66\xc8\x75\xe5\x4f\x93\xd4\x83\xd0\xcc\x7f\x00\xf0\x15\xc9\x1a\x21\x4c\x09\xbb\x35\x42\x31\x2e\x49\x91\xaa\x6a\xe7\x89\xc1\x01\x07\xab\x81\x0b\xef\x1a\xd1\x98\x31\xf3\x83\xf3\xae\x9c\xe6\x3f\x0c\xde\x95\x3b\x9d\x98\x67\x84\x32\x47\x16\xcb\x25\xbd\xfb\xd0\x6f\x47\xbd\xf3\x4c\x3b\x63\xc7\x8f\xf3\xd2\x54\x15\xff\xde\x28\xd0\x0e\xed\x33\x55\x25\xc9\x83\x2b\x7f\xd2\x9e\x5d\xda\xd6\xb4\xb4\x8f\x39\x97\x54\x71\xb1\x05\xcb\xf1\xac\x95\x4e\x92\x79\x04\x6a\x33\x80\xbb\xc3\xa1\x65\x3b\x83\x88\x67\x43\x4b\xbb\x2a\x8a\x35\xac\xfe\x73\xbe\x15\x34\xba\x95\x8a\x08\x25\x07\x2b\xaa\xba\x82\x08\x05\x61\x51\x32\x54\x64\xa5\xc9\x31\x0a\x64\x86\x5e\x75\xb8\x5f\x2f\x3e\xe6\xb9\x3f\xfe\x54\x3b\xfa\xec\x74\xf0\xea\x59\xdb\xe2\x8c\xa8\x04\x36\x54\x25\x94\x19\xad\x65\xde\x40\x71\xf3\xa0\x11\xff\x19\x30\xcb\xd5\xd6\xe0\x29\x38\xaf\x05\x62\x2a\x0c\xc3\xd8\x1e\xd4\xef\xc8\x0e\x00\x70\xb6\x93\xa8\x1c\x6c\x0c\x03\xb5\x5b\x96\x91\x1a\x92\xca\xa3\x5b\x54\x4e\x94\x90\x03\x60\xbe\x5c\x07\xe0\xc5\x19\x65\x70\x25\x51\xb4\x2d\xee\xaf\x96\x35\x63\xfa\x01\xf4\xff\x41\x9c\x7f\x79\xce\xdf\x5f\x3a\x7f\xfa\xe7\xfd\xdb\x07\x5d\x76\x86\x4c\x9a\x67\x2d\xbc\xcb\x05\x4a\x69\xeb\xe3\xc8\x9d\xdf\x4a\xfd\xa3\xbe\xcd\xca\xa7\xaa\xc7\xfd\x6b\x48\xfc\x5a\xff\x1a\x2c\xe2\xb8\x7f\x96\x49\xef\x1a\x73\x49\x9d\x3b\x2a\x2a\x29\x42\xb8\xc6\x30\xe1\xfc\x16\x82\x9d\xd0\x2f\xf3\xb2\x93\xdf\x3f\xed\xa8\xa5\xe9\xb6\xf0\x9e\xf2\xb7\x94\xfd\xad\x1c\xee\x9c\x22\x9e\xf4\xf8\x72\x37\x2d\x01\x65\xb0\x49\x68\x94\x98\xee\xde\xb8\x74\xa4\x39\x39\xe5\xab\x1b\x5c\xd0\x38\x4e\x71\x43\x04\xda\x7b\x51\x02\x11\xf6\x46\xa1\x4c\x2a\x92\xa6\x18\x0f\xf4\x65\x21\x5b\x3a\xf4\x06\xc6\x45\x46\xd2\x74\x5b\x8b\x6a\xa3\xda\x5c\xd5\x5e\xea\xe9\xcd\x3e\xce\xfc\xcc\x0b\x90\x09\x2f\xd2\x18\x38\x4b\xb7\xc0\x10\x63\x7d\xb2\x33\x1e\xd3\xe5\x16\x54\x42\x25\xd0\x25\x6c\x79\xd1\x5f\x63\x43\xef\x41\x0c\x94\x81\xa5\x73\x31\x5d\x9a\xae\xd3\x30\x35\x6c\x3c\xdc\xee\xa5\xa8\xa1\xa1\x06\xaa\x42\xbc\x7b\xb6\x3c\xd2\x67\xeb\x77\xc4\x56\x12\x2e\xc8\x1a\x19\x64\x54\x08\x7d\xb9\x72\x28\xa4\xbd\xd7\x82\x57\x13\x5b\x4a\xb2\xed\xd9\xde\x8e\x66\xef\x3f\x18\xfc\x5b\xa6\xbe\x52\xa9\x80\x2f\xab\xe6\x47\x51\x9a\x82\x2b\x73\x4f\x44\x94\xd0\x35\x4a\xd8\xd0\x34\x85\x10\x21\xe2\x39\x35\x79\x52\xdc\x80\x5a\x8f\x36\x06\xcd\x25\x4f\x63\x14\x03\x98\x2c\xa1\x60\x7a\x50\xa1\x4b\x8a\xf1\x09\x90\x34\xad\x75\x51\x06\x43\xfb\x90\xd8\x52\x3b\xa8\x89\x41\xf3\xa5\xe1\x3f\x01\x00\x00\xff\xff\xe5\x85\x86\x37\x03\x18\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x7b\x73\xdb\xb8\x11\xff\x5f\x9f\x62\xc7\x73\x57\xb7\x19\x53\x8a\x93\x4c\x93\xb2\x49\x3a\x8a\xac\xd8\x4a\x62\x5b\x23\xc9\xe7\xa6\x9d\x8e\x07\x22\x57\x22\x6c\x12\x60\x00\x50\xb2\x9a\xfa\xbb\x77\x00\xf0\x2d\xea\xe1\x9c\x73\xfe\xcb\x26\x16\xfb\xf8\xed\x62\xb1\xbb\x30\x89\xe9\x6f\x28\x24\xe5\xcc\x05\x85\x51\x1c\x12\x85\x6d\x1e\x23\x93\x01\x9d\xa9\x36\xe5\x9d\xc5\x71\xeb\x8e\x32\xdf\x85\x49\xba\xdc\x0a\xc9\x14\x43\xe9\xb6\x00\x6e\x97\xf2\xe5\xb1\x0b\x07\xc7\xed\x57\x07\x2d\xc8\x19\xb8\x76\xc1\x51\x3c\xf2\x88\x7a\xed\x04\x4a\xc5\xd2\x91\x2f\x68\x2b\x42\x29\xc9\x1c\x5d\xe8\x02\xc3\x25\x7c\xba\x1e\x03\x89\xe3\x90\x7a\x44\x51\xce\x60\xc6\x05\x74\x63\xe2\x05\x08\x13\xb3\x17\x5e\x43\x40\x24\x4c\x11\x19\x78\x02\x89\x42\x1f\x28\x83\x15\x4f\x04\xc4\x82\xdf\xa2\xa7\xda\x2d\x80\x49\x80\x90\x48\x14\x8c\x44\xd8\x89\x89\x94\x4b\x2e\x7c\xc3\x8d\xf8\x11\x65\x54\x2a\x14\x94\xcd\xed\x3e\x2d\x94\x4a\xf8\xe5\xfb\xa7\xeb\xf1\x4d\xf7\xe4\x7c\x70\x71\x73\x35\xee\x8f\x2e\xba\xe7\xfd\x87\x4e\xf9\xeb\xb0\x3b\x1e\x5f\x5f\x8e\x4e\x1e\xb4\x88\x61\x88\x44\x22\x4c\x11\x64\x22\x10\x14\x4f\xf5\x01\x15\x20\x48\xf4\x04\x2a\xd0\xe2\x7d\x38\xb0\x3c\xce\x26\x93\xe1\xf8\x66\xdc\xef\x8d\xfa\x93\x87\x03\xf0\x38\x53\x84\x32\xad\x85\xde\x51\xa6\xe9\xf5\x47\x93\xc1\xc7\x41\xaf\x3b\xe9\x3f\xb4\x00\x66\x34\x34\xd6\x58\x03\x24\x8a\x85\xde\x24\xd1\xd3\x72\x35\x1b\x64\xaa\xdd\x8a\x50\x11\x9f\x28\xa2\xdd\x40\x18\xe3\xca\x20\x68\xbc\x02\xe0\xa3\xf4\x04\x8d\x95\x71\x6b\x97\x01\xde\x93\x28\x0e\x11\x3e\x7d\xe0\x52\xc2\x35\x4e\x61\x8c\x62\x81\xa2\x02\xbe\xc7\xd9\x8c\xce\x13\x91\x0a\x4e\x24\xc2\x92\xaa\x00\x8c\xf7\xda\x86\x2f\xc0\x47\x2e\x20\xe2\x02\x81\xb2\x19\x17\x91\xdd\x49\xa6\x3c\x51\x90\x48\x6b\x1c\x95\x79\x20\x1c\x81\x44\xb4\x0c\xdc\x4e\x67\x4e\x55\x90\x4c\xdb\x1e\x8f\x3a\xb7\x53\x2e\xa5\x93\xc7\x59\xa7\xa4\x87\x93\x6d\x4e\x65\x52\x8f\xb3\x5e\x48\xa4\x74\xcd\xaf\x8e\x08\xd2\xb8\x32\xab\x95\x50\xf5\xa9\x8c\x43\xb2\x72\xb4\x1f\xdc\x75\x63\x5f\xb6\x8f\xd7\xa2\xeb\xcf\x85\x89\x7f\x59\x67\x18\x0b\xbe\xa0\x3e\x0a\xa7\xca\x79\x84\x3e\x9c\x11\x75\x04\x03\xe6\x59\x25\x15\x99\x4b\x17\xac\x5e\x47\x69\xd8\x1f\xdd\x92\x05\x39\x32\x96\x1e\x05\xd4\xf7\x91\x59\xd2\xc6\x53\xe6\x73\x2f\x89\x90\x59\x2f\x3a\x89\x08\xdd\x1c\x36\xe2\x79\x28\x65\x5b\xa0\x1f\x10\x65\xd0\xab\x10\x77\x90\x75\x04\xfa\x4e\x40\x94\x63\x61\x5d\xe2\xd4\x91\xc6\xe4\xce\x16\x89\x21\x67\x73\xa7\x12\x28\x93\xb2\xeb\xc0\xc7\x19\x65\x28\x41\xa0\xe4\x89\xf0\x50\x02\x43\xf4\xd1\x4f\x03\x41\x71\xf0\x71\x81\x21\x8f\x33\x38\xf6\x03\x7c\x4a\x74\x64\x97\xfc\x7d\x04\x94\x79\x61\xe2\x53\x36\x4f\x59\x13\x98\x26\x34\xf4\xf3\x80\x4c\xc9\x08\xab\xec\x03\x1f\xe3\x90\xaf\x34\x0e\x55\xca\xb6\x35\x84\x84\x92\x03\x0d\xc3\x44\x2a\xfb\x5d\xa6\xec\x03\xbe\x34\xc7\x97\x33\x86\x9e\xd2\xbf\xea\x03\xb9\xc4\x69\xc6\x9d\x2a\xce\xd2\x68\x2e\xc5\x7e\x33\x8a\x32\x89\x63\x2e\xd4\x0e\x8f\x19\x06\x8b\x2c\xcf\x66\xe9\xd2\x06\xd3\xa6\x54\x69\xd7\x65\x4c\x3c\x74\x8b\xa8\x6c\xf1\xa9\x4e\x7a\xd2\x6d\x39\x50\xce\xdd\x8b\xe3\x16\x80\xcd\xd3\x1a\x7c\xea\x61\x0b\xa0\x9c\x23\x1a\xb2\x44\x2d\x4f\x4c\x52\x14\x6c\xe8\x1c\x4a\x63\x0e\x68\xeb\x2c\x00\x45\xda\x37\xdc\x0a\x4f\xb8\xf0\xcb\xf7\xee\x70\xf8\x45\x67\xb0\xc1\xe5\xc5\x8d\xc9\xa4\x86\xcc\x5a\xd8\xbc\x2a\x63\xf4\x2c\x33\x2d\x22\xe5\xeb\x98\x3f\x5c\x78\xf3\xfc\xcd\xf3\x2c\xd0\x88\x98\xa3\x1a\x56\x3f\x4b\x0c\xd1\x53\x5c\x14\x86\x64\xb1\xd0\x33\xa1\xd0\x2c\xf4\x8f\x81\x4c\x3e\x05\x66\x36\xdd\x3b\x3f\x02\xdd\xab\x57\x2f\x9b\xa0\xcb\x3e\x3f\x19\x74\xd4\x6f\x24\x35\x21\x9c\x23\x3b\xe2\x89\x7a\x3c\xae\x66\x97\xbd\xbf\x0b\xc8\xb2\x88\x94\xd6\x59\x3f\x39\x28\x03\x2e\x95\xa6\x3a\xbb\x1c\x4f\xf4\xaa\xb9\xab\x2d\x03\xc5\x33\x79\x9b\x59\x3d\x12\x2f\xf9\x13\x01\x93\x4f\x84\xd8\x9e\x21\xd9\x08\xdc\x38\x45\xae\x10\xac\x50\x44\x94\xa5\x82\x75\xc9\xa6\x02\xc1\x93\x79\xd0\x88\xf0\x16\xd1\x1b\xcf\xf4\x20\x22\x73\x1c\x2b\x81\x24\x5a\x83\xf3\x49\xa3\x66\xa3\x06\x1f\xf4\x2d\x66\x0f\xd5\xcf\xd5\xa0\x0c\x3f\x4f\x54\x9c\xa8\x1c\xe5\x1c\xc8\x06\x58\x26\x64\x9e\x2f\x6e\x64\xee\x9a\x52\xcc\x16\x5b\xb6\x10\xc8\x38\x9a\x52\xf4\x5e\x9d\x50\xa1\x37\xf6\x2e\x2f\x26\xfd\x7f\x4e\x6e\x4e\x06\xa3\x87\x94\x60\x4e\x55\x21\x5d\xe0\x4c\x93\x8d\x2f\xaf\x46\xbd\xfe\xcd\xa8\x3f\xbc\x1c\x0f\x26\x97\xa3\xaf\x37\xa3\xfe\xc7\x87\x9c\x2a\x11\xb4\x99\xea\x6a\xf4\x25\xa3\x52\xab\x18\x5d\x38\xa5\xa9\x4e\xfa\x76\xc7\xf9\x2a\x93\x64\x75\x1c\xd7\xbe\x02\x20\x5b\x14\x7f\x38\xa9\xbd\xe7\xdd\xdf\xfa\x17\x37\xe7\x83\xd1\xe8\x72\xa4\x45\xe4\x04\x00\x0b\x12\x26\x06\x91\x3a\xcd\xc3\x1a\x97\xae\x2e\xdf\xbb\x3d\x63\x7b\x13\x87\xf2\x7a\xb1\x7b\xc6\x85\x87\xc3\x24\x0c\x5d\x50\x22\xc1\xe2\xbb\xe0\x91\x5b\x62\xb3\xd5\x6d\x79\x11\x91\x15\x7e\xf6\x26\x2a\x15\x14\x79\xe5\xe0\x1e\xb7\x5f\xd5\xf6\xa5\xc5\xc5\x2f\xdf\x07\xe7\xdd\xd3\xfe\xcd\x78\x32\xea\x77\xcf\x8d\xdb\xc7\xc3\x6e\xaf\x5f\x05\x7c\x6c\x80\xb5\xc7\x53\xd0\xf9\x1c\x45\x7e\xf1\xd8\xc2\xbe\x50\xda\xb6\x43\x9a\xf1\xe9\x60\x72\x76\xf5\xe1\xe6\xba\xff\xe1\xec\xf2\xf2\x73\xd6\x0d\xd5\x1d\x79\x96\x4c\x33\x4e\xc8\x50\x50\xaf\x91\x55\xff\xa2\x3f\x1a\xf4\xb6\xf3\xb2\xdb\x53\x66\x54\x63\xd6\x0b\x08\xd3\x0d\xe7\xf7\x2a\xe5\xa0\x58\x4b\xa9\xed\x77\x7b\x5c\xd3\x85\x8d\x27\xfb\xa4\x76\x67\xfe\x71\xc7\x5b\xa0\x61\x25\x5d\x38\xfe\x1d\xb7\x79\xd3\xc1\xb1\xf6\x8f\xd0\xb6\xb5\x95\x92\x37\x23\xa9\xda\xb8\x6e\xe7\xde\xb6\x3e\x56\xd7\x5d\xf8\x18\x7b\x72\x8c\x20\x4d\x4e\x84\xb2\x3c\x48\xad\x8f\x2b\x49\xa0\x38\xc0\x8d\xad\x78\xed\x34\xe7\xe7\xb9\x83\xca\xeb\xdc\x2e\xa5\x63\x43\xd3\x59\xf0\x30\x89\x70\x5f\xae\x4d\x1c\xb7\xcc\x02\xf6\xd3\xf4\x73\xff\xeb\x23\xf8\x6a\xf2\xfd\x79\x67\x43\x90\xc7\x08\xc8\x07\x27\x1b\xa4\x54\x87\x2e\x9b\x39\xd7\x86\x33\x5b\xb9\xed\xd6\xb3\x36\xd4\x29\x11\x9a\x44\xb1\x2b\x5a\x0d\x91\xce\xd7\x43\x1e\x52\x6f\xe5\x42\x37\x5c\x92\x95\x5c\x4b\xc5\xdb\xb9\x94\x0a\xf6\xcc\x92\x3c\x54\xd3\x42\xfd\xf5\xeb\x37\x15\x23\xd2\x0c\xcf\x43\x7e\x47\x49\x65\x25\x16\x5c\x71\x8f\x87\x2e\x4c\x7a\xc3\xad\x3c\x8b\x76\xaa\xcc\x33\xad\xd4\x7f\x84\x61\xd1\x64\xd4\x19\xca\xbd\x38\x0a\x24\x3e\x65\x28\xe5\x50\xf0\x29\xba\x95\x3d\x78\x5f\x3e\xc9\xf6\xc7\xe3\x51\x44\x98\x5f\xff\xec\x40\x67\x4a\x59\x67\x4a\x64\xb0\xb6\xe2\x78\x6b\x9f\xbc\x44\x84\xe0\x38\x8c\xc7\x82\xdf\xaf\xe0\xf0\xd9\x21\x38\x12\x9c\xa4\x39\xde\xdc\x5d\x71\x63\x7f\x0e\xb5\xd5\x6e\xa7\x13\x72\x8f\x84\xa6\xfa\xd5\x70\x77\x22\xc2\xc8\x1c\x45\xe7\x36\xba\x37\xd2\x3a\xff\x98\xa3\x7a\xd7\x23\x8a\x84\x94\x91\x5f\x5f\x76\x75\xc2\xfd\xf5\xe5\x89\x9d\x95\xfc\x89\x28\xf5\x4e\x2a\xa2\xf0\x82\x44\x78\xb8\x26\xe4\x7f\x73\x81\x31\x38\xf4\x1b\x1c\xe6\x54\xf0\xec\x1d\x3c\x1b\x4f\xba\xa3\x49\xff\xa4\xbc\xc3\x66\xa4\x73\x9e\xb0\x7a\xa8\x45\xfa\xdb\x90\xa8\x60\x8f\x34\x56\x9a\x4f\x38\x1e\x0a\x45\x67\x3a\xad\x63\x13\xa1\x76\xe6\x25\x0b\x57\xb5\x4a\xa6\x54\xe2\x9f\x0a\xe2\xe1\x10\x05\xe5\xfe\x18\x3d\xce\x7c\xe9\xc2\x5f\x8b\x90\xb4\x3c\xe5\x7a\x81\xb6\x53\x78\x5a\x1f\x54\xd4\xb1\xdf\x2e\xd2\xd3\xb8\x36\x8b\x6d\x2c\x61\x4a\xb5\xc2\x90\x08\x12\x95\x74\x21\x89\xe2\x11\x51\xd4\xab\x99\x97\x1f\x09\x2d\xa9\xa2\xfb\xb6\x14\xf0\x43\xe5\xdd\x8e\xba\xfc\x51\x45\x4d\xac\xcd\x43\x65\x6c\x77\xd6\xc7\x19\x5a\xa0\x69\x24\x55\x80\xe5\xcb\x5c\x37\x8f\xe9\x14\xd4\x22\xdb\x2d\x8d\xe2\xf4\x97\x7c\xa0\x55\x57\xb5\xa5\x03\xe4\x5b\x42\x05\xfa\x39\x82\x69\x62\xd6\xee\x25\x71\x5c\xd7\xe3\xb0\x97\x48\xc5\x23\xd3\x4a\xe6\xfa\x94\x7b\x7f\x10\xba\xdf\x6d\x03\x7c\x41\xb2\x40\x98\x86\x84\xdd\x19\x22\x1f\x67\x24\x09\x55\xbe\xf3\xc8\xe0\x80\xed\x79\xdb\x85\xb7\xe5\x21\xb3\x5e\x7c\xef\xbc\x4d\xdf\x10\xde\xb7\xdf\xa6\x3b\x1d\x9f\x47\x84\x32\x47\x26\xb3\x19\xbd\x7f\x7f\x58\xb7\x3a\xd3\x4c\x2b\x63\x9b\xee\xb3\x54\x54\x6e\x7f\xa5\xf1\xdd\xdb\x34\xb9\xaf\x6d\x79\x93\x6d\xec\x4b\x6d\x4b\x1b\xe4\xa7\x36\x51\xee\x65\xe3\xb8\x6e\xe4\x29\x55\x69\x1f\x06\x57\xa3\x41\x7d\x2c\x51\x97\xa7\xa9\x47\x18\x73\x49\x15\x17\x2b\xb0\x6d\x98\x15\xd3\xd8\x07\x6e\x89\xa7\x3d\x5e\x1a\xf2\xdf\x9c\x6f\x09\xf5\xee\xa4\x22\x42\xc9\xf6\x9c\xaa\x26\x23\xa6\x82\x30\x2f\xe8\x28\x32\xd7\xfd\x2b\x0a\x64\xa6\x03\x6a\x50\xbf\x58\xdc\xa4\xf9\xa8\xff\xb1\x50\xf4\xe0\xb8\xfd\xe2\xa0\x2e\x51\x27\x66\xf3\xe4\x42\x99\xe1\x9a\x7a\x0e\x14\xb7\x03\xf1\xbf\x03\x46\xb1\x5a\x19\x3c\x05\xe7\x05\x81\x4f\x85\x69\x02\x56\x6b\x87\xb4\x67\x7b\x74\x38\xc9\x28\x72\x05\x4b\xfd\x7a\xa1\x96\x6d\x1a\x4d\x1f\xc9\xbd\x3b\x54\x8e\x17\x90\x35\x60\xf2\x2c\xc1\x67\xe5\xc7\xaf\xda\x03\x57\x29\x6b\x9b\x17\x2d\x59\x57\x6d\x6c\xb7\x55\x52\x47\x3d\x57\xef\x4e\x1d\xe9\xf5\xb5\x4b\xc7\xba\x36\x19\xcc\x85\xfe\x6b\xc8\x95\x76\x6c\xd0\xb1\x5a\xd6\xa7\x7a\xd9\x06\xbc\xed\x89\x47\xe9\x74\x87\xab\x1f\xd0\xeb\x33\xae\xf6\xd0\x2d\x6d\x0f\xaa\xfa\xdd\xe1\xaa\x49\xbf\xb2\x4e\xd9\x3b\xea\x36\x0d\x86\x05\xcd\x5e\x4d\x44\x4d\xe4\xa7\xeb\x31\x74\xfd\x88\x32\xb8\x92\x28\xea\x82\xaa\xab\x69\xfe\x31\xf7\x27\x1c\xfe\x9b\x38\xff\xed\x3a\xff\x7a\xee\xfc\xed\x3f\xdf\xdf\x3c\xe8\x1c\x66\x46\x07\xe6\xf1\x19\xef\x63\x81\x52\xda\x54\xb3\xa5\xeb\xa8\x85\xd6\x46\xdd\x86\x1b\x80\x68\xa4\xf8\xbd\xfa\x95\xfa\x98\xed\xfa\xd9\xb9\x49\x56\xc8\x6c\x88\x96\x53\x93\x08\xe1\x1a\xa7\x01\xe7\x77\xe9\x99\xfb\x61\x2d\x1b\xa7\x39\xbb\x15\xb5\x43\x99\xf4\x51\x6f\x87\xbe\x29\xed\x53\x29\xdc\x38\x33\xda\xa9\xf1\x45\x36\x1b\x03\xca\x60\x19\x50\x2f\x30\x07\xb2\x54\xa4\x49\x93\x84\xb3\x87\xcf\x73\xea\xfb\x21\x2e\x89\x40\x5b\x47\x4a\x20\xc2\x56\x60\x94\x49\x45\xc2\x10\xfd\xb6\x3e\x5e\xb2\xc6\x43\x6f\x60\x5c\x44\x24\x0c\x57\x05\x29\xa4\xe7\x3f\xbf\xa9\x8a\x59\x9d\x9d\xe0\x7f\xe5\x09\xc8\x80\x27\xa1\x0f\x9c\x85\x2b\xf3\x2e\xab\x2f\x89\x88\xfb\x74\xb6\xb2\x2f\xf0\x74\x06\x2b\x9e\x1c\x2e\xb0\xc4\x77\xcd\x06\xca\xc0\x36\x94\x3e\x9d\x99\x0b\xac\x24\xaa\x53\xfa\xf7\x8a\x8a\x8b\x4a\x1c\x0a\xa0\x72\xc4\x9b\x27\x89\x5b\xf2\x78\xf1\xb2\x59\x73\xc2\x39\x59\x20\x83\x88\x0a\xa1\x8b\x51\x6e\xfe\x1f\x41\x83\x3e\x7e\x31\xb0\xa1\xb4\x76\xa3\x54\x76\x94\xcb\x88\xb5\x31\x6f\x4d\xd4\x17\x2a\x95\xce\xca\xd9\x3d\x4a\x51\x9a\x80\x4b\x7d\x4f\x84\x17\xd0\x05\x4a\x58\xd2\x30\x84\x29\x82\xc7\x63\x6a\xfc\x94\xbe\x1d\x17\x83\x2c\x83\xe6\x8c\x87\x3e\x8a\x36\x0c\x66\x90\x30\x19\xa3\x47\x67\x14\xfd\x23\x20\x61\x58\xf0\xa2\x0c\x3a\xf6\x7d\xae\xc6\xb6\x5d\x14\xd2\xe5\xb9\xf2\xff\x03\x00\x00\xff\xff\xfa\x0a\x68\x1d\xa9\x23\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x73\xdb\xb6\x92\xff\xdd\x7f\xc5\x8e\xa7\xef\xdc\xf6\x4c\x29\x4e\x3a\x97\x1e\xaf\xe9\x8d\x2c\x29\x8e\x52\xdb\xd2\x13\x95\xa4\x7d\x6f\xde\x68\x20\x72\x25\x21\x26\x01\x06\x00\x65\xab\x39\xff\xef\x37\x00\xf8\x5d\xa4\xac\x38\x6e\xef\xea\x9f\x64\x72\xf1\xc1\x07\xbb\x8b\xc5\x62\x01\x92\x98\xbe\x47\x21\x29\x67\x2e\x28\x8c\xe2\x90\x28\xec\xf0\x18\x99\x5c\xd3\xa5\xea\x50\xde\xdd\x9c\x1d\xdd\x50\x16\xb8\x30\x4b\x5f\x1f\x85\x64\x81\xa1\x74\x8f\x00\x3e\xde\xca\x17\x67\x2e\x1c\x9f\x75\x7e\x38\x3e\x82\x1c\xc0\xb5\x2f\x1c\xc5\x23\x9f\xa8\x97\x4e\xc4\xd9\x8a\x07\x0b\x27\xd6\x3d\x49\x85\x4c\x39\xf2\x39\x3d\x8a\x50\x4a\xb2\x42\x17\x7a\xc0\xf0\x16\x8a\xb7\xf0\xf6\x83\x07\x24\x8e\x43\xea\x13\x45\x39\x83\x25\x17\xd0\x8b\x89\xbf\x46\x98\x19\x4c\x78\x09\xdf\x26\x92\xb2\x15\x5c\x69\xec\xc1\xf9\x77\xb0\x26\xf2\x08\x60\x81\xc8\xc0\x17\x48\x14\x06\x40\x19\x6c\x79\x22\x20\x16\xfc\x23\xfa\xaa\x03\xb3\x35\x42\x22\x51\x30\x12\x61\x37\x26\x52\xde\x72\x11\x18\x74\x12\x44\x94\xe9\xde\x85\x06\x35\xad\x34\x09\xaa\x31\xbf\xf9\xfc\xf6\x83\x37\xef\x0d\xae\x46\xd7\xf3\x77\xde\x70\x7a\xdd\xbb\x1a\xde\x77\xcb\x4f\x27\x3d\xcf\xfb\x30\x9e\x0e\xee\x3b\xf0\x5a\x83\xf9\x3e\x4a\xc3\x4e\xad\x31\x63\x08\x01\x51\x64\x41\x24\x1e\x01\x1c\x7f\xf3\x79\x70\x3e\x1f\xf4\x66\xbd\xf3\x9e\x37\xbc\x3f\xd6\xa4\x8c\xac\x2f\x30\x40\xa6\x28\x09\x25\x18\x99\x72\x7f\x83\xf3\xa2\x23\xf8\xb6\xa7\x19\x43\x36\x88\x23\x00\x2a\x53\xdc\x1a\xa7\xe3\xef\x3a\x30\x09\x91\x48\x84\x05\x82\x4c\x04\x82\xe2\xa9\x8e\x4c\xa7\x12\x7d\x81\x0a\xb4\x52\x02\x0d\xa1\xc7\xf5\x66\x36\x9b\x78\x73\x6f\xd8\x9f\x0e\x67\xf7\xda\xb6\x3e\x67\x8a\x50\x96\x0d\xaa\x2c\xd5\x1f\x4e\x67\xa3\xd7\xa3\x7e\x6f\x36\xbc\x87\x25\x0d\x8d\x8e\xad\x5a\x25\x8a\x8d\x6e\x22\xd1\xd7\xfd\x6a\x10\x64\xaa\x73\x14\xa1\x22\x5a\x1f\xda\x89\x08\x63\x5c\x19\x3b\x1b\x9f\x02\x08\x50\xfa\x82\xc6\xca\x38\x65\x8f\x01\xde\x91\x28\x0e\x11\xde\x9e\x73\x29\xe1\x03\x2e\xc0\x43\xb1\x41\x51\x71\x91\x5b\xaa\xd6\x40\x76\x94\xdd\x31\x88\x60\xcc\x12\x71\x81\x40\xd9\x92\x8b\xc8\xb6\x21\x0b\x9e\x28\x48\x52\x4b\x51\x99\x3b\xf0\x29\x48\x44\x58\x2b\x15\x4b\xb7\xdb\x5d\x51\xb5\x4e\x16\x1d\x9f\x47\xdd\x8f\x0b\x2e\xa5\x93\xcf\x8f\x6e\x89\x81\x93\x35\x96\xb6\x4f\xea\x73\xd6\x0f\x89\x94\xae\xf9\xe9\x88\x75\x3a\x1f\xcc\xdb\xca\x14\x0b\xa8\x8c\x43\xb2\x75\xb4\x05\xdc\xdd\x61\xbe\xe8\x9c\xed\x78\xff\xbf\xe7\x23\xfd\x56\x8f\x3c\x1d\xa5\x61\xfc\xdd\x6e\x07\xb1\xe0\x1b\x1a\xa0\x70\xaa\x3d\x4d\x31\x80\x37\x44\x9d\xc2\x88\xf9\x96\xb4\x22\x2b\xe9\x82\xe5\x79\x9a\x4e\xdf\xd3\x8f\x64\x43\x4e\xcd\xc8\xad\x4c\x63\x98\x08\xb8\x9f\x44\xc8\xac\x21\x9d\x44\x84\x6e\xae\x3f\x3b\x1d\x3a\x02\x83\x35\x51\x46\x8d\x15\xe1\x2e\xb2\xae\xc0\xc0\x59\x13\xe5\x58\xfd\xde\xe2\xc2\x91\x66\xec\xdd\x3d\x3d\x86\x9c\xad\x9c\x8a\xaf\xcc\xca\x36\x84\x00\x97\x94\xa1\x04\x81\x92\x27\xc2\x47\x09\x0c\x31\xc0\x20\xd5\x95\xe2\x10\xe0\x06\x43\x1e\x67\x7a\x38\x4c\xf3\xda\xab\x82\xb2\xeb\x9d\x02\x65\x7e\x98\x04\x94\xad\x52\x68\x02\x8b\x84\x86\x81\x76\xf7\x25\x5d\x25\x22\x15\x2b\xbb\x6b\x80\x71\xc8\xb7\x5a\x07\x75\xa9\xcc\x73\x4b\x22\x29\x6c\x45\xd0\x4c\xaf\xcc\x07\xac\x0b\xe7\x01\xd4\x47\x20\x2c\x28\x26\x5d\x14\x25\x2c\xeb\xd8\x8a\x1a\xd3\x74\xf6\x28\x57\x26\x71\xcc\x85\x7a\xc0\x90\x06\x60\x93\xad\x1f\xd9\x32\x60\x9d\xeb\xa0\x25\xc0\x0a\xcb\x98\xf8\xe8\x16\x2e\x7b\xc4\x17\x3a\x5e\x4b\xf7\xc8\x81\xf2\x02\xb5\x39\x3b\x02\xb0\x8b\x91\x36\x10\xf5\x75\x2c\x2d\x87\x92\x86\x60\x52\x0b\x27\x7a\x05\xb8\xc5\x05\x58\xf7\x3a\x91\x66\x6c\xa0\x87\x9a\x45\x0a\x69\x91\x3b\x24\x8c\xd7\xa4\xe6\xe3\x18\x23\x0b\x90\xf9\x14\xa5\x0b\x27\xff\xfc\x7c\xac\xd9\x1f\xbb\x3a\x68\xf6\x26\x93\x4b\x1d\x02\x47\xe3\xeb\xb9\x09\xd8\xd9\x90\x8f\x4f\x53\x60\x80\x63\xcd\x5d\x8b\xa7\xec\x8f\xef\xff\x75\x62\x5e\x16\x2b\xaa\x19\x43\xe1\x27\x2e\x34\x20\x1b\x31\xab\xe4\xe6\xb7\x32\x46\xdf\x82\xe9\x81\xa5\xb8\x8e\xf9\xc7\x85\x1f\x9f\xfd\xf8\x2c\x9b\x02\x44\xac\x50\x4d\xaa\x8f\x25\x86\xe8\x2b\x2e\x0a\xf5\x65\x6e\xd8\x37\xfe\xd7\xdc\xe9\x9f\x63\x28\xf9\xd7\xb5\x94\x9d\x8c\xce\x63\x0c\xf6\xc3\x0f\x2f\x9a\x0c\x96\x3d\xfe\x7f\x64\xb0\x3c\x76\xe5\x56\x2b\xec\xf5\x94\x3e\x9e\x59\xec\x21\xd5\x3d\x7f\xf9\xec\xec\x65\x83\xee\x8a\xe7\x8f\x52\x5e\xde\x7d\x83\x12\x69\xd0\xdc\x44\xbb\x6f\xae\xe3\x29\x4f\xd4\x97\x6b\xd8\xb4\xb2\xd9\x6a\xa1\xbd\x2c\x84\x65\x93\xe1\x8f\x8d\x27\x6b\x2e\x95\x96\x7a\x33\xf6\x66\xfa\xad\xc9\x00\x2d\x80\xe2\x59\x7f\xed\x50\x5f\xa8\x2f\xf9\x07\x2a\x4c\x3e\x91\xc6\x0e\x9c\xd7\x8d\x8a\xf3\x52\xcd\x15\x1d\x2b\x14\x11\x65\x69\xc7\x3a\xb7\x57\x6b\xc1\x93\xd5\xba\x51\xc3\x7b\xba\x6e\x9d\xdd\xa3\x88\xac\xd0\x53\x02\x49\xb4\xa3\xce\x27\xf5\x9a\x56\x06\xe7\x3a\x35\xb2\x93\xeb\x8f\x65\x50\x56\x3f\x4f\x54\x9c\xa8\x5c\xcb\xb9\x22\x1b\xd4\x32\x23\xab\xfc\x65\x2b\xb8\x6b\x12\x7d\x9b\x98\xd9\xec\xd2\x2d\x92\x34\x85\x77\x6a\x40\x85\x6e\xd8\x1f\x5f\xcf\x86\xbf\xce\xe6\x83\xd1\xf4\x3e\x15\x58\x51\x55\xf4\x2e\x70\xa9\xc5\xbc\xf1\xbb\x69\x7f\x38\x9f\x0e\x27\x63\x6f\x34\x1b\x4f\x7f\x9b\x4f\x87\xaf\xef\x73\xa9\x44\xd0\x66\xa9\x77\xd3\xcb\x4c\x4a\x6d\x63\x74\xe1\x82\xa6\x9c\x94\x20\x0a\x57\xdb\xac\x27\xcb\xd1\xab\x3d\x05\x40\xb6\x29\xfe\x71\xd2\xf1\x5e\xf5\xde\x0f\xaf\xe7\x57\xa3\xe9\x74\x3c\xd5\x5d\xe4\x02\x00\x1b\x12\x26\x46\x23\x75\x99\xfb\x1d\x94\x9e\xde\x14\xf6\xfa\x66\xec\x4d\x08\xe5\xf7\x45\xeb\x25\x17\x3e\x4e\x92\x30\x74\x41\x89\x04\x8b\xe7\x82\x47\x6e\x09\x66\xaf\xd9\xf2\x14\x34\xdb\x4d\xd8\xe5\xa8\x94\x8e\xe6\xc9\x82\x7b\xd6\xf9\xa1\xd6\x2e\xcd\x46\xbf\xf9\x3c\xba\xea\x5d\x0c\xe7\xde\x6c\x3a\xec\x5d\x19\xb3\x7b\x93\x5e\x7f\x58\x55\xb8\x67\x14\x6b\xa7\xa7\xa0\xab\x15\x8a\x7c\x09\xb2\xdb\xc6\x82\xb4\xdd\x66\x6b\xe0\x8b\xd1\xec\xcd\xbb\xf3\xf9\x87\xe1\xf9\x9b\xf1\xf8\x97\x6c\x97\x5d\x37\xe4\x9b\x64\x91\x21\x21\x43\x41\xfd\x46\xa8\xe1\xf5\x70\x3a\xea\xef\xc7\xb2\xcd\x53\x30\xaa\x75\xd6\x5f\x13\xb6\x42\x17\x3e\x57\x25\x47\xc5\xbb\x54\xda\x3e\xb7\xd3\x35\x7d\xd1\x3a\xb3\x07\xb5\xb5\xf3\xcf\x9b\xde\x02\x0d\x94\x74\xe1\xec\x2b\x52\xa2\xa6\x89\x63\xc7\x3f\x45\x5b\x2e\xa9\x6c\x98\x32\x91\xea\x18\x77\xc7\x79\xf0\x58\xbf\x94\xeb\x43\xfa\x31\xe3\xc9\x75\x04\x90\x17\x71\x72\x27\xb5\x36\xae\x04\x81\x62\x02\x0f\xce\xe7\xde\x70\xfa\x7e\xd4\x1f\xce\x27\xd3\xe1\xeb\xd1\xaf\xf3\xab\xde\x64\x32\xba\xbe\x28\xc9\x96\xe7\x73\x5b\x96\xf4\x6a\x70\xde\x8c\xfe\xf6\x7a\x30\x6a\xc6\x4a\x5f\xde\x37\xb7\xcb\x6a\x62\xad\x6d\xf3\xa2\x59\x73\xfb\xac\x32\xd6\xda\x3e\x2f\x9d\x35\xb7\xcf\xea\x76\xad\xed\xf3\xc2\x5e\x73\xfb\x6a\x7d\xae\x15\xa5\x56\xc6\x6b\xc6\x32\x22\xe3\xf1\xe5\xdc\x1b\xfd\xa3\x9d\x50\x45\xaa\x0d\xa9\xf7\xeb\x21\x48\x65\xa9\x16\xa4\xd9\xaf\xf3\x91\x37\xbe\x34\xae\xd0\x0a\x54\x16\x6a\xc2\x69\x2c\x2f\xd6\xd6\x92\x1c\xb1\x8b\xca\xef\x7e\xbc\x95\x8e\x0d\x8c\xce\x86\x87\x49\x84\x87\xa2\x36\x73\x6c\xae\x6f\x1e\xcc\xf4\x97\xe1\x6f\x5f\x80\xab\xc5\x0f\xc7\xde\xef\x3a\xfb\xdb\xb4\xf5\x52\x2d\x6f\xb7\x23\xd7\xca\xe0\x7b\xd1\x1e\xe6\xd9\xee\xe3\x66\x99\x7a\x28\x56\x1a\x21\x9d\x2d\x4c\x78\x48\xfd\xad\x0b\xbd\xf0\x96\x6c\xe5\x4e\x22\xb0\x1f\xa5\xb4\x71\xcc\x46\x92\x07\xca\x74\xaf\xfd\xf2\xe5\x8f\x95\x41\xa4\xf9\x05\x0f\xf9\x0d\x25\x95\x37\xb1\xe0\x8a\xfb\x3c\x74\x61\xd6\x9f\xec\xc5\x2c\xea\x30\x65\xcc\x74\x9f\xf8\x18\xc0\xa2\x4e\x50\x07\x94\x07\x21\x0a\x24\x01\x65\x28\xe5\x44\xf0\x05\xba\x95\x36\x78\x57\x5e\x47\xec\x9f\xcf\xa3\x88\xb0\xa0\xfe\xd8\x81\xee\x82\xb2\xee\x82\xc8\xf5\xce\x1b\xc7\xdf\x79\xe4\x27\x22\x04\xc7\x61\x3c\x16\xfc\x6e\x0b\x27\xdf\x9f\x80\x23\xc1\x49\x9a\xfd\xcd\x7d\xc8\x6f\xec\xdf\x89\x1e\xb5\xdb\xed\x86\xdc\x27\xa1\xd9\x7b\x69\x75\x77\x23\xc2\xc8\x0a\x45\xf7\x63\x74\x67\x7a\xeb\xfe\xf7\x0a\xd5\xab\x3e\x51\x24\xa4\x8c\xfc\xed\x45\x4f\x2f\xf7\x7f\x7b\x31\xb0\xe5\xdf\x7f\x23\x4a\xbd\x92\x8a\x28\xbc\x26\x11\x9e\xec\x74\xf2\x3f\x2b\x81\x31\x38\xf4\x13\x9c\xe4\x52\xf0\xfd\x2b\xf8\xde\x9b\xf5\xa6\xb3\xe1\xa0\xdc\xc2\x46\xa4\x2b\x9e\xb0\xba\xab\x45\xfa\xd9\x84\xa8\xf5\x01\x61\xac\x54\x5b\x75\x7c\x14\x8a\x2e\x75\x52\x81\x4d\x82\xda\x98\x63\x16\x6e\x6b\x79\x74\x69\x83\x79\x21\x88\x8f\x13\x14\x94\x07\x1e\xfa\x9c\x05\xd2\x85\xff\x28\x5c\xd2\x62\xca\xdd\xed\xc1\x83\x9d\xa7\xd9\x69\x85\x8e\x7d\x76\x9d\xce\xc6\x9d\x13\xa6\xc6\x04\xba\x94\xa9\x4e\x88\x20\x51\x89\x0b\x49\x14\x8f\x88\xa2\x7e\x6d\x78\xf9\x94\xd0\x3d\x55\xb8\xef\x0b\x01\x8f\xda\x5c\x3c\xb0\x2b\xfc\x0b\xa6\xd4\x8d\x55\xb5\x27\x49\xad\x4b\xc8\x7f\x99\x14\xbb\xc2\xf9\x50\xbd\xc1\xd7\xa5\xdc\x57\xe3\xeb\x8b\x71\x9a\xc0\x3e\x2a\xbb\xcd\x00\xbe\x2a\xc5\xcd\x40\xbe\x2a\xcf\xcd\x40\x9e\x2c\xd9\xcd\x00\xaf\xc7\x93\xe9\xb0\x77\x79\x39\xee\x37\x83\xed\xca\xed\x43\xf3\xae\x7a\x97\x97\xaf\x47\x97\x43\x6f\x3f\x5a\x21\xb7\x0f\xed\xef\xef\x46\xc3\xd9\x7e\x20\x23\xd2\x90\xe8\xd4\xbd\xed\x90\xe4\x26\xa4\x1b\x6c\x59\xaf\x29\xa3\x8a\x92\x70\x80\x21\xd9\xe6\xd1\xfd\x45\x35\xe1\x50\x7e\xec\x71\xff\xa6\x1e\xaa\xa1\xa1\x78\x9e\x36\xa0\x11\xf2\x44\xe5\x78\x67\x87\x04\xc5\x9d\x79\x74\x48\xc2\xb5\xdb\xf7\x9f\x93\xb4\x34\xa5\x2c\xf4\x90\x2c\xc6\x0c\x12\xce\x9e\xbf\xec\x3c\xeb\x3c\xeb\x9c\xb9\x66\x00\xdd\x6f\xea\x53\xc9\xe4\x35\xe5\x59\x0e\x4e\x5c\x3c\x68\x9c\x25\x06\xdf\xc1\x0d\x09\x5f\x1d\x7f\x4a\xa8\xfa\xf6\xbb\xe3\x03\x2c\x7d\xb0\xdd\x0e\x4b\x4c\x36\x44\x74\x43\xba\xe8\xa6\xb6\xec\xea\x60\xdc\x90\x97\xec\x31\xbf\x13\x6f\x78\xf8\x94\x69\xc8\xc1\x7d\x41\xe9\x66\xd1\x7b\x83\xd6\x0f\x09\x8d\xaa\x1e\xe0\xeb\x47\xd7\x0f\x02\x1b\xb1\xff\x93\x64\x65\x67\x1a\x3d\x2a\x69\x49\x41\xdc\x22\x1e\x55\x8a\x9c\xb3\xde\xc5\x7d\xad\xcd\x17\x55\x43\xbf\x2e\xd9\x99\x34\x99\xe9\x4f\xc9\x78\x72\xbb\x16\x6b\xb7\xbd\xeb\x70\xc5\x03\xcc\x4d\x3c\x45\x12\x7c\x10\x54\xe1\x98\xa5\x25\xdf\xfc\x6a\x49\x46\x47\xe0\xa7\x04\x65\x79\x26\x49\xc5\x45\xba\x93\x7d\x3f\xbe\x7c\x77\x35\x9c\xf7\x7b\x93\x5e\x7f\x34\xfb\xed\xfe\x28\xd6\x8e\x82\xca\x78\x91\xb3\x7b\x9a\xaa\x69\x9b\xd3\x2b\xb5\xc6\xf2\x40\x3b\x47\x00\xe9\x45\x1e\xeb\xb1\xbd\xd2\xc5\x12\xfd\x24\xbf\x83\x51\x1f\xf0\x91\x65\x48\x05\x06\xb9\x2f\xa6\x2b\x94\xce\xea\x49\x1c\xd7\x79\x9c\xf4\x13\xa9\x78\x64\xce\xaf\x72\x3e\xe5\x03\x47\x10\x3c\x51\xd8\x01\xb8\x44\xb2\x41\x58\x84\x84\xdd\x18\xa1\x00\x97\x24\x09\x55\xde\xd2\x1e\xae\x63\x67\xd5\x71\xe1\xa7\xf2\xbd\x29\xfd\xf2\x67\xe7\xa7\xf4\x92\xde\xcf\x9d\x9f\xd2\x96\x4e\xc0\x23\x42\x99\x23\x93\xe5\x92\xde\xfd\x7c\x52\x1f\x75\xc6\x4c\x93\xb1\x27\x7d\x6f\xd2\xae\xf2\xf1\x57\x4e\xdb\x0e\x1e\x9a\x3c\x74\x6c\x66\x44\xf9\xf8\xd2\xb1\xa5\xa7\x72\x4f\x3d\x44\x79\xd0\x18\xbd\xfa\x20\x2f\xa8\x4a\x0f\x7f\xe0\xdd\x74\x54\x3f\x0b\xad\xf7\xa7\xa5\xa7\x18\x73\x49\x15\x17\x5b\xb0\x67\x3f\xb6\x9b\xc6\xc3\xa7\x3d\xfe\x74\xc0\xe5\xb9\xfc\x97\xf3\x29\xa1\xfe\x8d\x54\x44\x28\xd9\x34\x80\x85\x20\xcc\x5f\x77\x15\x59\x81\xc0\x25\x0a\xb4\xf3\xaf\x81\x7a\xf1\xb2\x8d\xf5\x74\xf8\xba\x20\x79\x7c\xd6\x79\x7e\x5c\xef\x51\x2f\x79\xe6\x3a\x21\x65\x06\x35\xb5\x1a\x28\x6e\xaf\x75\xfd\x17\x60\x14\xab\xad\xd1\xa5\xe0\xbc\x10\x08\xa8\x30\x5b\xa3\xed\xce\x04\xed\xdb\x43\x41\x18\x64\x12\x39\xc1\xd2\x01\x61\x41\x4b\xf1\x80\x87\x54\xaa\x6e\xf6\xa3\x74\xe1\xa0\x42\x75\x90\xdd\xb7\x78\x7b\x3d\x18\xd9\x78\x61\xae\x5e\x2e\xb6\x95\xcb\x66\x8a\x9b\x48\x15\x6e\xec\x7d\x4f\x1d\x4b\xad\x4f\x58\x9f\x35\x6e\xfc\x91\x6c\x88\x6b\x4d\xd4\x2d\x04\x64\xb7\x58\x76\x2a\x23\xaa\xf6\x5c\x09\x3a\x59\x65\xbf\x8d\x6b\xea\xbd\xcd\x70\x75\xa4\xd2\x1e\xa4\xcd\xd3\xb4\x0d\xea\x9d\x79\xf4\x77\x04\xbe\x2c\xdf\x29\x4e\x03\xb1\x9d\xbf\x59\x77\x36\xbb\xd8\xb1\x57\x4e\xc7\x2e\x44\xd0\x27\x31\xf1\xa9\x2a\xcc\x56\x0b\xe5\x7b\xd8\x9d\x5d\xd0\xd6\xd8\xce\x97\xe5\xfb\xb7\xb5\x1b\xb6\xa5\x12\x8b\xb9\x54\x2b\xeb\x24\x3d\xdb\xac\xa2\xb1\x7a\x61\xe5\xe1\x80\x9f\xd6\x9a\x1e\xe2\x58\x67\x93\x4d\x90\x82\xff\x8e\xcf\x97\x5a\xb4\x70\xac\xd6\xe0\x53\x5e\xf6\xac\xb6\xe3\x8b\x2f\xe2\x74\x83\xdb\x47\xf0\xfa\x05\xb7\x07\x70\x4b\x6b\xf9\x55\x7e\x37\xb8\x6d\xe2\x57\xe6\x54\xba\x9b\xdd\xca\x60\x52\xc8\x1c\x54\xf1\xaf\xfb\x39\x2a\x09\x77\xc4\x89\x39\x0f\xbb\x11\x65\xe6\x87\x23\xb5\xf7\x67\x89\x43\x76\x6b\x14\x83\xd2\xc4\x6f\xf4\xf8\x74\x9d\xb8\xa2\x8c\x46\x49\x04\x13\xce\x43\x33\x91\xca\xf3\xb1\x7a\xde\xb4\x97\x0d\xb9\x7b\x12\x36\xe4\x6e\x0f\x9b\xca\x99\x55\x13\x1b\x25\x08\x93\xc4\x37\xab\x30\x95\x3c\x2c\xee\xce\x3e\x8a\xcd\xac\x80\x83\x51\x06\x57\x66\x54\x39\xfb\xaa\x47\x40\x2a\xc9\x22\xb4\xf1\xd7\x3a\x6b\x2c\x90\x84\x21\x6f\x49\xeb\xb2\xdb\xbd\xd7\x1c\x26\x65\xc1\xbc\xbf\x86\x92\xc8\xae\x0e\x72\x18\xc5\xcd\x67\x06\x04\x64\x44\xc2\x10\x8b\x0c\xad\xe0\xa3\x4d\xd5\x4a\xc3\xd3\xcd\xe0\x75\x1a\x8a\x5a\xcb\x28\x35\x06\xd3\x84\xc9\x1c\x82\x32\x20\xf0\x29\xa1\xa8\x20\xe2\x81\x5e\x8d\x88\x02\xa2\x94\x5e\x50\xa5\x26\x18\xd2\x88\x2a\x9b\xef\x9a\xed\xa7\x9e\xea\xf6\xee\x4e\x2b\xad\xbf\x6b\xb8\x1d\x42\xb6\x12\xd3\xb6\x04\x25\x12\xc5\xfe\x75\xe8\x5d\xfa\x95\xc8\x51\xba\xd1\x32\x4d\xfe\x49\x9c\xdf\x7b\xce\x3f\x9e\x39\xff\xf9\xaf\xcf\x2f\xf4\xd6\xc2\x5c\xcc\x30\x1f\xbc\xe0\x5d\x2c\x50\xca\x9a\x37\x94\x8e\xd3\x6a\x61\x78\x2f\xb3\xb6\xc0\x91\x4b\x95\xa2\x86\x65\x77\x52\xa6\xf6\xe3\xfd\xc9\x01\xdc\x4a\xc5\x86\x03\xb9\x91\xfa\x17\x27\xcd\xe4\x76\xc4\x1e\x4d\x71\xa7\x76\xb8\x9f\xe8\xdb\x0f\x1e\xd8\xaf\x62\xb4\xf5\xea\xfc\xaa\x6f\x2b\xb6\xfd\x52\x6a\x8d\xe7\xa5\x87\x72\x9b\xb4\xe8\xaf\x51\xe2\x6b\xf9\x1d\xac\x3b\x7b\xdf\x28\xab\x6a\xb4\x2c\x9d\x17\x26\x97\x87\x0f\xb8\x58\x73\x7e\x93\x26\x20\x8f\x66\xd9\x78\x0b\xea\x61\xa2\xf6\x32\x53\xfa\x85\xc5\x03\x7c\x53\xd9\xa7\x22\xdc\x78\xd7\xea\x41\xc6\xd7\x59\x15\x45\x87\xbf\xdb\x35\xf5\xd7\x26\xc0\x95\x2a\x35\xd2\x2c\x48\xd9\x57\x28\x57\x34\x08\x42\xbc\x25\x02\x6d\x51\x49\x02\x11\xb6\xdc\x40\x99\x54\x3a\x74\x07\xe6\x4b\x36\x59\xc3\xd0\x0d\x18\x17\x3a\x4a\x6f\x0b\x51\x48\x93\xa1\x7c\xb3\x55\x54\x75\x6c\xe2\xff\x1b\x4f\x40\xae\x79\x12\x06\xc0\x59\xb8\x35\x1f\xc9\xe8\x50\x1c\xf1\x80\x2e\xb7\xf6\xbb\x28\xba\x84\x2d\x4f\x4e\x36\x58\xc2\xdd\x19\x83\x0e\xee\x06\x31\xa0\x4b\xb3\x0f\x2b\x75\xd5\xcd\x3e\xc1\xab\x9b\xa8\x84\x50\x28\x2a\xd7\x78\x73\xcd\x69\x4f\x52\x5b\x7c\x42\x52\x33\xc2\x15\xd9\x20\x83\x88\x0a\xa1\x97\x7e\xbb\x12\x6a\xa5\x7b\xcf\x47\xd6\x95\x76\xd2\xeb\x4a\x8b\xf2\x4e\x78\xe7\x7a\x64\xad\xab\x4b\x2a\xcd\xba\x95\x6d\x07\x29\x4a\xe3\x70\xa9\xed\x89\xf0\xd7\x74\x83\x12\x6e\x69\x18\xc2\x42\x27\x21\x31\x35\x76\x52\xdc\x6e\xcf\xaa\xdf\xfd\x2c\x79\x18\xa0\xe8\xc0\x68\x09\x09\x93\x31\xfa\x74\x49\x31\x38\x05\xbd\x18\xe7\x58\x94\x41\xd7\x5e\x70\xaf\xc1\x76\x8a\x5a\x50\xf9\x3e\x66\x43\xe6\xaa\x77\xd7\x25\xc5\x68\x26\xc7\xd9\x87\x11\xd6\x11\x41\x1a\x3b\x75\x00\x66\xdb\x98\xfa\xda\xcf\x4e\xad\x7f\x90\x90\xae\x98\x3d\x99\x30\xdf\xe1\xe9\xc6\x11\xf9\xc8\x45\x27\xa2\x8c\x8b\xec\x13\x21\xad\x95\x74\xd9\x6e\x5d\xce\x8d\x43\x40\xea\x11\xb6\x84\x59\x5d\xd9\xeb\x05\xcb\x3d\xde\x70\xfc\x42\x6f\xef\xff\x37\x00\x00\xff\xff\x14\x0e\x12\x25\xe3\x3a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x38\x92\xfe\xae\x5f\xd1\xa5\x9a\x3d\x4f\xe6\x4c\x29\x8e\x53\x97\x1c\x6f\x32\x57\xb2\xa4\x38\xca\xd8\x96\x56\x54\x26\x99\xdd\xda\x52\x41\x64\x4b\x82\x4d\x12\x0c\x00\xca\xd6\xe4\xfc\xdf\xaf\x00\xf0\x5d\xa4\xac\x38\x9e\xd4\x4e\x3e\x39\x44\xe3\xc1\x83\xee\x46\xa3\xd1\x80\x48\x44\x7f\x43\x2e\x28\x0b\x6d\x90\x18\x44\x3e\x91\xd8\x61\x11\x86\x62\x4d\x97\xb2\x43\x59\x77\x73\xd2\xba\xa1\xa1\x67\xc3\x2c\x69\x6e\xf9\x64\x81\xbe\xb0\x5b\x00\xd7\xb7\xe2\xf4\xc4\x86\xf6\x49\xe7\x65\xbb\x05\x19\x80\x6d\x1a\x2c\xc9\x02\x97\xc8\x57\x56\xc0\xc2\x15\xf3\x16\x96\x78\x41\x5b\x01\x0a\x41\x56\x68\x43\x0f\x42\xbc\x85\xf7\x1f\x1d\x20\x51\xe4\x53\x97\x48\xca\x42\x58\x32\x0e\xbd\x88\xb8\x6b\x84\x99\xee\x0d\xaf\xe0\xc7\x58\xd0\x70\x05\x97\x0a\x65\x70\xf6\x0c\xd6\x44\xc0\x02\x31\x04\x97\x23\x91\xe8\xb5\x00\x68\x08\x5b\x16\x73\x88\x38\xbb\x46\x57\x76\x60\xb6\x46\x88\x05\xf2\x90\x04\xd8\x8d\x88\x10\xb7\x8c\x7b\x1a\x9d\x78\x01\x0d\xa9\x90\xc8\x15\xa8\xee\xa5\x48\x50\x01\x3f\x7c\x79\xff\xd1\x99\xf7\x06\x97\xa3\xab\xf9\x07\x67\x38\xbd\xea\x5d\x0e\xef\xbb\xc5\xaf\x93\x9e\xe3\x7c\x1c\x4f\x07\xf7\x9d\x16\xc0\x5b\x05\xe6\xba\x28\x34\x3b\xb9\xc6\x94\x21\x78\x44\x92\x05\x11\x08\xed\x1f\xbe\x0c\xce\xe6\x83\xde\xac\x77\xd6\x73\x86\xf7\x6d\x45\x49\x4b\xba\x1c\x3d\x0c\x25\x25\xbe\x1a\x76\x70\x56\x1a\x6f\x70\x96\x0f\xd4\x02\xf8\xb1\xa7\x18\x43\x36\x09\x2a\x12\xdc\x0a\xa7\xf6\xb3\x0e\x4c\x7c\x54\xe3\x2e\x10\x44\xcc\x11\x24\x4b\x74\xa4\x07\x15\xe8\x72\x94\x2d\x00\xa5\x14\x4f\x81\xa8\x99\xbd\x9b\xcd\x26\xce\xdc\x19\xf6\xa7\xc3\xd9\x7d\x1b\x5c\x16\x4a\x42\xc3\x74\x4a\x45\x99\xfe\x70\x3a\x1b\xbd\x1d\xf5\x7b\xb3\xe1\x3d\x2c\xa9\xaf\x35\xac\x95\xda\x02\x10\xc8\x37\xaa\x93\x40\x57\x8d\xac\x60\x30\x94\x9d\x56\x80\x92\x28\x7d\x28\x77\x21\x61\xc8\xa4\xb6\xb3\xf6\x1e\x00\x0f\x85\xcb\x69\x24\xb5\xfb\xf5\x0a\x6e\x90\x7a\x92\xb6\x98\x32\x4f\xaa\xda\x82\xaf\x08\x58\xc4\xd4\x97\x60\xbc\xc3\x79\x31\xea\x68\x4c\xea\xb2\xb0\xef\x13\x21\x6c\xfd\xa7\xc5\xd7\x89\x1f\xea\xd6\x92\x6b\x7b\x54\x44\x3e\xd9\x5a\x4a\x1f\x36\xbc\x3f\x63\x42\xc0\x47\x5c\x80\x83\x7c\x83\x1c\x4e\x3b\x27\x3b\xbe\xf8\x9f\x19\x93\x1f\x87\xd1\x1a\x03\xe4\xc4\xd7\xc0\x00\xb7\x54\xae\x61\x2d\x65\x24\x9e\xed\x0e\x15\x71\xb6\xa1\x1e\x72\xab\x3c\xe6\x14\x3d\x78\x47\xe4\x31\x8c\x42\xd7\xd0\x97\x64\x25\x6c\x30\x8c\x8f\x93\x05\x74\x7c\x4d\x36\xe4\xf8\x7a\xc1\x84\x38\x5e\x53\xcf\xc3\x50\x8b\x6e\xd2\x85\x9b\xae\x3f\x83\xd9\xbc\xf6\x8c\x84\x88\x88\x8b\x76\x4e\xaf\xc5\x16\x6a\xcd\x08\xbb\x65\x41\x31\x1c\x6c\x4e\x5a\x00\x66\xe9\x2b\x85\x50\x17\x5b\x00\x45\x73\xd6\x18\xb4\x62\x52\xb5\x0a\x6f\x71\xa1\x9d\x03\xf9\x91\xd0\xea\x81\x88\x71\xd9\x49\xc4\x85\x41\xee\x10\x3f\x5a\x93\x72\xe0\xf1\x30\xc2\xd0\xc3\xd0\xa5\x28\x6c\x38\xfa\xe7\x97\xb6\x62\xdf\xb6\x95\xe3\xf6\x26\x93\x0b\xe5\x88\xa3\xf1\xd5\x5c\x2f\x9b\x74\x9e\xed\xe3\x04\x18\xa0\xad\xb8\x2b\xf1\x84\x7d\xfb\xfe\x5f\x47\xba\x31\x8f\x5f\x7a\x0e\xb9\x47\xd9\x50\x83\xac\xc5\x8c\x66\xeb\x5b\x45\x84\xae\x01\x53\x13\x4b\x70\x2d\xfd\x1f\x1b\x5e\x3f\x7f\xfd\x3c\x19\x48\x12\xbe\x42\x39\x29\x7f\x16\xe8\xa3\x2b\x19\xcf\xd5\x17\xf9\x6c\x1b\x60\x28\xfb\x2c\x5c\xd2\x55\xfd\xa0\xdf\xc7\x50\xe2\xaf\x6b\x29\x13\x85\xac\xc7\x18\xec\xe5\xcb\xd3\x3a\x83\xa5\x9f\xff\x8d\x0c\x96\x6d\x33\x99\xd5\x72\x7b\x3d\xa5\x8f\xa7\x16\x7b\x48\x75\x2f\x5e\x3d\x3f\x79\x55\xa3\xbb\xfc\xfb\xa3\x94\x97\x0d\x5f\xa3\x44\xea\xd5\x77\x51\xee\x9b\xe9\x78\xca\x62\xf9\xf5\x1a\xd6\xbd\x4c\xc6\x90\x6b\x2f\x0d\x61\xe9\x62\xf8\x73\xe3\xc9\x9a\x09\xa9\xa4\xde\x8d\x9d\x99\x6a\xd5\xfb\xb0\x01\x90\x2c\x1d\xaf\x19\xea\x2b\xf5\x25\xfe\x44\x85\x89\x27\xd2\xd8\x81\xeb\xba\x56\x71\x4e\xa2\xb9\x7c\x60\x89\x3c\xa0\x61\x32\xb0\xca\xaf\xe4\x9a\xb3\x78\xb5\xae\xd5\xf0\x9e\xa1\x1b\x57\xf7\x28\x20\x2b\x74\x24\x47\x12\xec\xa8\xf3\x49\xbd\xa6\x91\xc1\x59\x4c\x7d\xcf\x2c\xae\x3f\x97\x41\x51\xfd\x2c\x96\x51\x2c\x33\x2d\x67\x8a\xac\x51\xcb\x8c\xac\xb2\xc6\x46\x70\x5b\xa5\x82\xc2\x24\x70\x82\xc5\xdc\xc5\x14\x51\xa7\x99\x77\x72\x40\xb9\xea\xd8\x1f\x5f\xcd\x86\x9f\x66\xf3\xc1\x68\x7a\x9f\x08\xac\xa8\xcc\x47\xe7\xb8\x54\x62\xce\xf8\xc3\xb4\x3f\x9c\x4f\x87\x93\xb1\x33\x9a\x8d\xa7\xbf\xcf\xa7\xc3\xb7\xf7\x99\x54\xcc\x69\xbd\xd4\x87\xe9\x45\x2a\x25\xb7\x11\xda\x70\x4e\x13\x4e\x92\x13\x89\xab\x6d\x3a\x92\xe1\xe8\x54\xbe\x02\x60\xb8\xc9\xff\x63\x25\xf3\xbd\xec\xfd\x36\xbc\x9a\x5f\x8e\xa6\xd3\xf1\x54\x0d\x91\x09\x00\x6c\x88\x1f\x6b\x8d\x54\x65\xee\x77\x50\x7a\x2a\x35\xef\xf5\xf5\xdc\xeb\x10\x8a\xed\x79\xef\x25\xe3\x2e\x4e\x62\xdf\xb7\x41\xf2\x18\xf3\xef\x9c\x05\x76\x01\x66\xaf\xd9\xb2\xbc\x53\xe5\xa7\xd6\x2d\x2e\xcc\x76\x54\xc8\x41\xb3\x64\xc1\x3e\xe9\xbc\xac\xf4\x4b\xb2\xd1\x1f\xbe\x8c\x2e\x7b\xe7\xc3\xb9\x33\x9b\x0e\x7b\x97\xda\xec\xce\xa4\xd7\x1f\x96\x15\xee\x68\xc5\x9a\xe5\xc9\xe9\x6a\x85\x3c\xdb\x82\x56\x54\xae\xe3\x45\x4e\xda\x1c\x76\x14\xf0\xf9\x68\xf6\xee\xc3\xd9\xfc\xe3\xf0\xec\xdd\x78\xfc\x6b\x7a\xd2\xa9\x1a\xf2\x5d\xbc\x48\x91\x30\x44\x4e\xdd\x5a\xa8\xe1\xd5\x70\x3a\xea\xef\xc7\x32\xdd\x13\x30\xaa\x74\xd6\x5f\x93\x50\x1d\x79\xbf\x94\x25\x47\x79\x5b\x22\x6d\xbe\x9b\xe5\x9a\x34\x34\xae\xec\x41\x65\xef\xfc\x7e\xcb\x9b\xa3\x86\x12\x36\x9c\x7c\x43\x4a\x54\xb7\x70\xcc\xfc\xa7\x68\x0e\xad\xc6\xce\x69\x4d\x21\x11\x29\xcf\x71\x77\x9e\x07\xcf\xf5\x6b\xb9\x3e\xa4\x1f\x3d\x9f\x4c\x47\x90\x04\x27\x42\xc3\xcc\x49\x8d\x8d\x4b\x41\x20\x5f\xc0\x83\xb3\xb9\x33\x9c\xfe\x36\xea\x0f\xe7\x93\xe9\xf0\xed\xe8\xd3\xfc\xb2\x37\x99\x8c\xae\xce\x0b\xb2\xc5\xf5\xdc\x94\x25\xbd\x19\x9c\xd5\xa3\xbf\xbf\x1a\x8c\xea\xb1\x92\xc6\xfb\xfa\x7e\x69\x65\xa2\xb1\x6f\x56\xba\xa8\xef\x9f\xd6\x27\x1a\xfb\x17\x6b\x1d\x35\xfd\xd3\xea\x49\x63\xff\xac\xbc\x52\xdf\xbf\x5c\x25\x69\x44\xa9\x14\x53\xea\xb1\xb4\xc8\x78\x7c\x31\x77\x46\xff\x68\x26\x54\x92\x6a\x42\xea\x7d\x3a\x04\xa9\x28\xd5\x80\x34\xfb\x34\x1f\x39\xe3\x0b\xed\x0a\x8d\x40\x45\xa1\x3a\x9c\xda\x22\x4f\x65\x2f\xc9\x10\xbb\x28\xdd\xee\xf5\xad\xb0\x4c\x60\xb4\x36\xcc\x8f\x03\x3c\x14\xb5\x9e\x63\x7d\x95\xe9\x60\xa6\xbf\x0e\x7f\xff\x0a\x5c\x25\x7e\x38\xf6\x7e\xd7\xd9\xdf\xa7\x69\x94\x72\x91\xb1\x19\xb9\x52\x8c\xdc\x8b\xf6\x30\xcf\x66\x1f\xd7\xdb\xd4\x43\xb1\x52\x0b\xa9\x6c\x61\xc2\x7c\xea\x6e\x6d\xe8\xf9\xb7\x64\x2b\x76\x12\x81\xfd\x28\x85\x83\x63\x3a\x93\x2c\x50\x26\x67\xed\x57\xaf\x5e\x97\x26\x91\xe4\x17\xcc\x67\x37\x94\x94\x5a\x22\xce\x24\x73\x99\x6f\xc3\xac\x3f\xd9\x8b\x99\xd7\x61\x8a\x98\xc9\x39\xf1\x31\x80\x79\x9d\xa0\x0a\x28\x0e\x42\xe4\x48\x3c\x1a\xa2\x10\x13\xce\x16\x68\x97\xfa\xe0\x5d\x71\x1f\x31\xff\x5c\x16\x04\x24\xf4\xaa\x9f\x2d\xe8\x2e\x68\xd8\x5d\x10\xb1\xde\x69\xb1\xdc\x9d\x4f\x6e\xcc\x7d\xb0\xac\x90\x45\x9c\xdd\x6d\xe1\xe8\xa7\x23\xb0\x04\x58\x71\xbd\xbf\xd9\x0f\xf9\x8d\xf9\x77\xa4\x66\x6d\x77\xbb\x3e\x73\x89\xaf\xcf\x5e\x4a\xdd\xdd\x80\x84\x64\x85\xbc\x7b\x1d\xdc\xe9\xd1\xba\xff\xbb\x42\xf9\xa6\x4f\x24\xf1\x69\x48\xfe\x76\xda\x53\xdb\xfd\xdf\x4e\x07\xa6\xdc\xfa\x1f\x44\xca\x37\x42\x12\x89\x57\x24\xc0\xa3\x9d\x41\xfe\x6f\xc5\x31\x02\x8b\x7e\x86\xa3\x4c\x0a\x7e\x7a\x03\x3f\x39\xb3\xde\x74\x36\x1c\x14\x7b\x98\x88\x74\xc9\xe2\xb0\xea\x6a\x81\xfa\x36\x21\x72\x7d\x40\x18\x2b\x14\x54\x2d\x17\xb9\xa4\x4b\x95\x54\x60\x9d\xa0\x32\xe6\x38\xf4\xb7\x95\x3c\xba\x70\xc0\x3c\xe7\xc4\xc5\x09\x72\xca\x3c\x07\x5d\x16\x7a\xc2\x86\xff\xca\x5d\xd2\x60\x8a\xdd\xe3\xc1\x83\x83\x27\xd9\x69\x89\x8e\xf9\x76\x95\xac\xc6\x9d\x2a\x7f\x6d\x02\x5d\xc8\x54\x27\x84\x93\xa0\xc0\x85\xc4\x92\x05\x44\x52\xb7\x32\xbd\x6c\x49\xa8\x91\x4a\xdc\xf7\x85\x80\x47\x1d\x2e\x1e\x38\x15\xfe\x05\x53\xea\xda\xaa\xda\x93\xa4\xd6\x05\xe4\xbf\x4c\x8a\x5d\xe2\x7c\xa8\xde\xe0\xdb\x52\xee\xcb\xf1\xd5\xf9\x38\x49\x60\x1f\x95\xdd\xa6\x00\xdf\x94\xe2\xa6\x20\xdf\x94\xe7\xa6\x20\x4f\x96\xec\xa6\x80\x57\xe3\xc9\x74\xd8\xbb\xb8\x18\xf7\xeb\xc1\x76\xe5\xf6\xa1\x39\x97\xbd\x8b\x8b\xb7\xa3\x8b\xa1\xb3\x1f\x2d\x97\xdb\x87\xf6\xf7\x0f\xa3\xe1\x6c\x3f\x90\x16\xa9\x49\x74\xaa\xde\x76\x48\x72\xe3\xd3\x0d\x36\xec\xd7\x34\xa4\x92\x12\x7f\x80\x3e\xd9\x66\xd1\xfd\xb4\x9c\x70\x48\x37\x72\x98\x7b\x53\x0d\xd5\x50\x53\x3c\x4f\x3a\xd0\x00\x59\x2c\x33\xbc\x93\x43\x82\xe2\xce\x3a\x3a\x24\xe1\xda\x1d\xfb\xfb\x24\x2d\x75\x29\x0b\x3d\x24\x8b\xd1\x93\x84\x93\x17\xaf\x3a\xcf\x3b\xcf\x3b\x27\xb6\x9e\x40\xf7\x87\xea\x52\xd2\x79\x4d\x71\x95\x83\x15\xe5\x1f\x6a\x57\x89\xc6\xb7\x70\x43\xfc\x37\xed\xcf\x31\x95\x3f\x3e\x6b\x1f\x60\xe9\x83\xed\x76\x58\x62\xb2\x21\xbc\xeb\xd3\x45\x37\xb1\x65\x57\x05\xe3\x9a\xbc\xa4\xce\xfc\x25\xd1\x6f\x4a\x3f\x30\x88\xe4\x76\x40\x79\xd9\x76\x01\x7a\x34\x0e\x6c\x68\xb7\x0f\xf2\xc6\x8c\xce\xf7\xce\x36\x76\xd6\xc1\xa3\xb2\x8e\x04\xc4\xce\x03\x4a\xa9\x4a\x39\xeb\x9d\xdf\x57\xfa\x7c\x55\x39\xf3\xa0\x6c\x25\x52\xea\x41\xa9\x75\x67\xed\x5e\x02\xaa\x41\xf5\xa5\x8b\x5c\x63\x71\x57\xee\xb4\x00\x92\xb7\x06\x26\x0f\x2c\x3e\xaf\x50\x5f\xb2\xf7\x02\x55\xdd\xb5\xd4\x32\xff\x1c\x53\x8e\x5e\x66\x81\x24\xb0\xaa\x64\x94\x44\x51\x95\xc7\x51\x3f\x16\x92\x05\xfa\xda\x25\xe3\x53\xbc\x27\x03\xce\x62\x89\x1d\x80\x0b\x24\x1b\x84\x85\x4f\xc2\x1b\x2d\xe4\xe1\x92\xc4\xbe\xcc\x7a\x9a\x3b\x61\xec\xac\x3a\x36\xfc\x5c\x98\x8d\x7e\x2e\xf1\x8b\xf5\x73\xf2\xbe\xe7\x97\xce\xcf\x49\x4f\xcb\x63\x01\xa1\xa1\x25\xe2\xe5\x92\xde\xfd\x72\x54\x9d\x75\xca\x4c\x91\x31\x17\x54\xef\x92\xa1\xb2\xf9\x97\x2e\x89\x0e\x9e\x9a\x38\x74\x6e\x7a\x46\xd9\xfc\x92\xb9\x25\x97\x49\x4f\x3d\x45\x71\xd0\x1c\x9d\xea\x24\xcf\xa9\x4c\xee\x2c\xe0\xc3\x74\x54\xbd\xc2\xab\x8e\xa7\xa4\xa7\x18\x31\x41\x25\xe3\x5b\x30\x57\x16\x66\x98\xda\x3b\x93\x3d\xfe\xa4\x39\xdb\xdd\xae\x29\xde\x77\x5c\x16\x74\xcd\x2d\x42\x76\x63\xd0\xcd\xfe\xb2\x3e\xc7\xd4\xbd\x11\x92\x70\x29\xea\x26\xb0\xe0\x24\x74\xd7\x5d\x49\x56\xc0\x71\x89\x1c\x43\x7d\x53\x50\x43\x3d\x6f\x6c\x62\x3d\x1d\xbe\xcd\x49\xb6\x4f\x3a\x2f\xda\xd5\x11\x55\xa4\xd6\x2f\x7e\x68\xa8\x51\x13\xab\x81\x64\xfa\x55\x92\xf7\x3f\x26\x7e\x6a\x5d\x72\xc6\x72\x01\x8f\x72\x9d\xd1\x6f\x77\x16\x68\xdf\xdc\x65\xc1\x20\x95\xc8\x08\x16\xee\xb5\x72\x5a\x92\x79\xcc\xa7\x42\x76\xd3\x3f\x0a\xf7\xe4\x25\xaa\x83\xf4\x99\xc0\xfb\xab\xc1\xc8\xc4\x0b\xfd\x6e\x6b\xb1\x2d\xbd\xbc\x93\x0c\x38\x0a\xe6\x6f\xcc\x63\x31\x15\xb9\x8d\x4f\x18\x9f\xd5\x6e\x7c\x4d\x36\xc4\x36\x26\xea\xe6\x02\xa2\x9b\x07\xdb\xd2\x8c\xca\x23\x97\x82\x4e\x5a\x90\x6e\xe2\x9a\x78\x6f\x3d\x5c\x15\xa9\x90\x3a\x37\x79\x9a\xb2\x41\x63\xf8\x64\xcb\xc2\xfb\xb8\xea\x0b\xb8\xc2\xe1\x5b\x3f\x7a\x13\x55\x5a\x8e\xe9\x56\x22\x55\x3d\x72\x3f\x1c\x53\x93\x2a\xc4\x43\x1c\xab\x6c\x52\x1f\x2c\xbd\xef\x2b\xbb\x55\xa1\x47\x03\xc7\x72\x75\x36\xe1\x65\x6e\xf1\x3a\x2e\xff\x2a\x4e\x37\xb8\x7d\x04\xaf\x5f\x71\x7b\x00\xb7\xa4\xca\x5b\xe6\x77\x83\xdb\x3a\x7e\x45\x4e\xe9\xcb\xc9\x7d\x0c\x26\xb9\xcc\x41\xb5\xe0\xca\x90\x0e\x4a\x01\x77\xc4\x8a\x18\xf3\xbb\x01\x0d\xf5\x1f\x96\xa0\x7f\xe4\x7b\xb3\xab\x37\xf5\x98\xa3\x57\x58\x5b\x3b\x41\x60\x90\x35\xc1\x25\x0d\x69\x10\x07\x30\x61\xcc\x07\x87\xfe\x51\x72\xf9\xf2\x4d\xc4\x5e\x36\xe4\xee\x49\xd8\x90\xbb\x3d\x6c\x4a\xb7\x19\x75\x6c\x24\x27\xa1\x20\xae\xde\xe8\xa8\x60\x7e\xfe\xda\xf7\x51\x6c\x66\x39\x1c\x8c\x52\xb8\x22\xa3\xd2\xad\x48\x35\xc8\x50\x41\x16\xbe\x09\x71\xc6\x59\x23\x8e\xc4\xf7\x59\x43\xe6\x94\xbe\xf8\xbc\x62\x30\x29\x0a\x66\xe3\xd5\x1c\x96\x77\x75\x90\xc1\x48\xa6\x9f\x01\x13\x10\x01\xf1\x7d\xcc\x93\xa0\x9c\x8f\x32\x55\x23\x0d\x47\x75\x83\xb7\x49\x28\x6a\x3c\x60\x57\x18\x4c\xe3\x50\x64\x10\x34\x04\x02\x9f\x63\x8a\x12\x02\xe6\xa9\x80\x4f\x24\x10\x29\xd5\x9e\x25\x14\x41\x9f\x06\x54\x9a\x94\x52\x1f\x4c\xd4\x52\x37\xaf\x3a\x1a\x69\xfd\x5d\xc1\xed\x10\x32\x67\xf4\xa6\x28\x1f\x0b\xe4\xfb\x43\xfd\x87\xe4\x0d\x77\x2b\xc9\xe0\x75\x97\x7f\x12\xeb\x8f\x9e\xf5\x8f\xe7\xd6\x7f\xff\xeb\xcb\xa9\x4a\xa9\xf5\x95\xbd\x7e\x78\x8e\x77\x11\x47\x21\x2a\xde\x50\xb8\x68\xa9\x84\xe1\xbd\xcc\x9a\x02\x47\x26\x55\x88\x1a\x86\xdd\x51\x91\xda\xeb\xfb\xa3\x03\xb8\x15\x8e\xa1\x07\x72\x23\xa5\xf7\xe0\x8d\xe4\x76\xc4\x1e\x4d\x71\xa7\xaa\xb4\x9f\xe8\xfb\x8f\x0e\x98\x37\xeb\xca\x7a\x55\x7e\xe5\xd6\x92\x6d\xbf\x96\x5a\xed\x4d\xda\xa1\xdc\x26\x0d\xfa\xab\x95\xf8\x56\x7e\x07\xeb\xce\xbc\x44\x49\x8f\xcb\x0d\x5b\xe7\xb9\x4e\x97\xe1\x23\x2e\xd6\x8c\xdd\x24\x09\xc8\xa3\x59\xd6\xbe\x8f\x79\x98\xa8\x79\xe6\x62\xb2\xdd\x87\xf8\x26\xb2\x4f\x45\xb8\xf6\x15\xce\x83\x8c\xaf\xd2\xe3\xb9\x0a\x7f\xb7\x6b\xea\xae\x75\x80\x2b\x94\x00\x84\xde\x90\x92\x37\xf9\x70\x49\x3d\xcf\xc7\x5b\xc2\xd1\x54\x2b\x04\x10\x6e\xce\xe9\x34\x14\x52\x85\x6e\x4f\xff\xce\x44\x54\x30\x54\x87\x90\x71\x15\xa5\xb7\xb9\x28\x24\xc9\x50\x76\x9e\xc9\xcb\x05\x26\xb7\xfe\x9d\xc5\x20\xd6\x2c\xf6\x3d\x60\xa1\xbf\x85\x10\xd1\x53\xa1\x38\x60\x1e\x5d\x6e\x41\xae\xa9\x00\xba\x84\x2d\x8b\x8f\x36\x58\xc0\xdd\x99\x83\x0a\xee\x1a\xd1\xa3\x4b\x7d\xd4\x29\x0c\xd5\x4d\x7f\x20\x53\x35\x51\x01\x21\x57\x54\xa6\xf1\xfa\x62\xc6\x9e\xa4\x36\xff\x71\x41\xc5\x08\x97\x64\x83\x21\x04\x94\x73\xb5\xf5\x9b\x9d\x50\x29\xdd\x79\x31\x32\xae\xb4\x93\x5e\x97\x7a\x14\x0f\x9b\x3b\x0f\xe7\x2a\x43\x5d\x50\xa1\xf7\xad\xf4\xc4\x45\x51\x68\x87\x4b\x6c\x4f\xb8\xbb\xa6\x1b\x14\x70\x4b\x7d\x1f\x16\x2a\x09\x89\xa8\xb6\x93\x64\xe6\x04\x94\xdd\x5b\x68\x6d\x2e\x99\xef\x21\xef\xc0\x68\x09\x71\x28\x22\x74\xe9\x92\xa2\x77\x0c\x6a\x33\xce\xb0\x68\x08\x5d\xf3\xf4\xb9\x02\xdb\xc9\xcb\x2d\xc5\x97\x7a\x35\x99\xab\x3a\xc0\x16\x14\xa3\x98\xb4\xd3\x27\xf3\xc6\x11\x41\x68\x3b\x75\x00\x66\xdb\x88\xba\xca\xcf\x8e\x8d\x7f\x10\x9f\xae\x42\x53\xb3\xd6\xbf\x46\x51\x9d\x03\x72\xcd\x78\x27\xa0\x21\xe3\xe9\x2f\x46\x94\x56\x92\x6d\xbb\x71\x3b\xd7\x0e\x01\x89\x47\x98\xda\x58\x79\x67\xaf\x56\xc2\xf6\x78\x43\xfb\x54\x9d\xa0\xff\x3f\x00\x00\xff\xff\xb4\xc6\xb4\x02\x6b\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x77\x1a\x39\x92\xff\x9d\xbf\xa2\x1e\x6f\xf6\xbc\x3b\xe7\x86\x78\x3c\xbb\x99\xe3\x26\x73\x0f\x03\x71\xc8\x60\xc3\xd2\x24\x4e\x76\xdf\x3e\x9e\xe8\x2e\x40\x71\xb7\xd4\x23\xa9\xb1\x99\x9c\xff\xf7\x7b\x92\xfa\x3b\x0d\x26\x8e\x67\x6e\xc7\x3f\xe1\xee\x52\xd5\xa7\xbe\xa8\x54\x2a\xa9\x49\x44\xdf\xa3\x90\x94\xb3\x0e\x28\x0c\xa3\x80\x28\x6c\xf1\x08\x99\x5c\xd3\xa5\x6a\x51\xde\xde\x9c\x35\x6e\x29\xf3\x3b\x30\x4b\x5e\x37\x02\xb2\xc0\x40\x76\x1a\x00\x9f\xee\xe4\xf9\x59\x07\x9a\x67\xad\xef\x9b\x0d\xc8\x18\x74\xec\x0b\x47\xf1\xd0\x23\xea\xa5\x13\x6e\xe5\x2f\x81\x13\x69\x39\x52\x21\x53\x8e\xfc\x8e\x36\x42\x94\x92\xac\xb0\x03\x5d\x60\x78\x07\xf9\x5b\x78\x7b\xe3\x02\x89\xa2\x80\x7a\x44\x51\xce\x60\xc9\x05\x74\x23\xe2\xad\x11\x66\x86\x23\xbc\x84\x3f\xc7\x92\xb2\x15\x5c\x6d\xdd\xbf\x8f\xfe\x02\x6b\x22\x61\x81\xc8\x1a\x00\x9e\x40\xa2\xd0\x07\xca\x60\xcb\x63\x01\x91\xe0\x9f\xd0\x53\x2d\x98\xad\x11\x62\x89\x82\x91\x10\xdb\x11\x91\xf2\x8e\x0b\xdf\xf0\x26\x7e\x48\x99\x96\x2d\x34\x4b\x33\x4a\x43\xa0\x12\xbe\xf9\xfc\xf6\xc6\x9d\x77\xfb\x57\xc3\xeb\xf9\x3b\x77\x30\xbd\xee\x5e\x0d\x1e\xda\xc5\xa7\x93\xae\xeb\xde\x8c\xa7\xfd\x87\x56\x03\xe0\xb5\x66\xe6\x79\x28\x0d\x36\xb5\x46\x8b\x0f\x7c\xa2\xc8\x82\x48\x84\xe6\x37\x9f\xfb\x17\xf3\x7e\x77\xd6\xbd\xe8\xba\x83\x87\xa6\x06\x64\xe8\x3c\x81\x3e\x32\x45\x49\xa0\x85\xf6\x2f\x4a\xd2\xfa\x17\x65\x31\x93\x00\x35\xb3\x05\x82\x8c\x05\x82\xe2\x89\xd2\x86\x93\x44\x4f\xa0\x02\xad\xa5\xaf\xe5\x69\xa8\x6f\x66\xb3\x89\x3b\x77\x07\xbd\xe9\x60\xf6\xd0\x04\x8f\x33\x45\x28\x4b\x31\x16\x69\x7a\x83\xe9\x6c\xf8\x7a\xd8\xeb\xce\x06\x0f\x0d\x80\x25\x0d\x8c\xd1\xac\x9d\x24\x8a\x8d\x1e\x24\xd1\xd3\x72\x35\x1b\x64\xaa\xd5\x08\x51\x11\xad\xa2\x8e\x08\xc2\x18\x57\xc6\x6d\x26\x40\x00\x7c\x94\x9e\xa0\x91\x32\x11\xd6\x65\x80\xf7\x24\x8c\x02\x84\xb7\x17\x5c\x4a\xb8\xc1\x05\xb8\x28\x36\x28\x4a\x1e\xbf\xa3\x6a\x0d\xa4\x62\xbd\x96\xb6\xaf\xe1\x09\x10\x72\x81\x40\xd9\x92\x8b\xd0\x8e\x20\x0b\x1e\x2b\x88\x13\xc3\x53\x99\xc5\xe2\x29\x48\x44\x58\x2b\x15\xc9\x4e\xbb\xbd\xa2\x6a\x1d\x2f\x5a\x1e\x0f\xdb\x9f\x16\x5c\x4a\x27\x0b\xf5\x76\x41\xbe\x93\x0e\x96\x2d\x23\x8f\x7a\x9c\xf5\x02\x22\x65\xc7\xfc\x74\xc4\x3a\x09\x6d\xf3\xb6\x34\x5b\x7c\x2a\xa3\x80\x6c\x1d\x6d\xff\x0e\x4c\xd1\x87\x37\x44\xed\x2a\x7b\xde\x3a\xdb\x09\xe9\xff\xb4\xfa\x26\x1a\xfe\xd9\xd8\xc0\xe0\xfe\xcb\xae\x98\x48\xf0\x0d\xf5\x51\x38\xb5\xf2\x4e\x61\xc8\x3c\x0b\x5d\x91\x95\xec\x80\x45\x7b\x9a\xcc\xc7\xd3\x4f\x64\x43\x4e\x8d\xfe\x96\xa6\x76\xde\xfb\xdc\x8b\x43\x64\xd6\x99\x4e\x2c\x82\x4e\x66\x45\x1b\xe3\x2d\x81\xfe\x9a\x28\x63\xcc\x12\x71\x1b\x59\x5b\xa0\xef\xac\x89\x72\xac\x95\xef\x70\xe1\x48\xa3\x79\xfb\x80\xc4\x80\xb3\x95\x53\x8a\x97\x59\xd1\x93\xe0\xe3\x92\x32\x94\x20\x50\xf2\x58\x78\x28\x81\x21\xfa\xe8\x27\x16\x53\x1c\x7c\xdc\x60\xc0\xa3\x2f\xb3\xbb\x8e\x2d\xbf\x18\x7e\xa7\x40\x99\x17\xc4\x3e\x65\xab\x84\x35\x81\x45\x4c\x03\x5f\x87\xfc\x92\xae\x62\x91\x90\x15\x43\xd6\xc7\x28\xe0\x5b\x6d\x83\x2a\x55\x36\xfb\x73\x92\x84\x6d\x89\xd0\x4c\x31\x1b\xf1\x36\x8c\xb3\x8c\xe8\x21\x10\xe6\xe7\xd3\x2e\x0c\x63\x96\x8a\xb5\xa4\xc6\x31\xad\x03\xa6\x95\x71\x14\x71\xa1\x1e\x71\xa3\x61\xb0\x49\x97\x83\x34\xab\xdb\xd0\x3a\x22\xa3\x5b\x52\x19\x11\x0f\x3b\x79\xb8\x36\xf8\x42\x27\x60\xd9\x69\x38\x50\x5c\x6d\x36\x67\x0d\x00\xbb\xb2\x68\xe7\x50\x0f\x1b\x00\xc5\x54\x52\x93\x4c\x2a\xe9\x44\xa7\xf4\x3b\x5c\x80\x0d\xad\x13\x69\x34\x03\xad\x68\x2b\x21\x97\x96\x73\x8b\x04\xd1\x9a\x54\xe2\x1b\x23\x64\x3e\x32\x8f\xa2\xec\xc0\xc9\x3f\x3f\x37\x35\xfa\x66\x47\x27\xcd\xee\x64\x32\xd2\x49\x70\x38\xbe\x9e\x9b\x2c\x6c\x15\x6e\x9e\x26\x6c\x01\x9a\x1a\xb9\x26\x4e\xb0\x37\x1f\xfe\x75\x62\x5e\xe6\x8b\xa3\xd1\x20\x8f\x90\x0e\xd4\xf0\x35\x64\xd6\xc0\xf5\x6f\x65\x84\x9e\x65\xa6\xd5\x4a\xf8\x3a\xe6\x9f\x0e\xfc\xf0\xe2\x87\x17\x69\xf0\x13\xb1\x42\x35\x29\x3f\x96\x18\xa0\xa7\xb8\xc8\x8d\x97\x06\x60\xcf\x44\x5e\xbd\xd0\xdf\xc7\x4d\xf2\x8f\xea\x27\x3b\x0d\x9d\xa7\xb8\xeb\xfb\xef\xcf\xeb\xdc\x95\x3e\xfe\x37\x72\x57\x96\xb3\x32\x9f\xe5\xde\x7a\xce\x08\xb7\xfe\x7a\xcc\x70\xe7\xe7\x2f\xfe\x56\x63\xb8\xec\xf1\x93\x0c\x97\x88\xae\x31\x1f\xf5\xeb\x07\xe8\xb0\xcd\xac\x3b\xe5\xb1\xfa\x72\xdb\x9a\x51\xb6\xe8\xcc\xed\x96\x26\xae\x74\x12\xfc\xb6\x79\x64\xcd\xa5\xd2\x54\x6f\xc6\xee\x4c\xbf\x35\x95\x9f\x65\xa0\x78\x2a\x6f\x3f\xab\x2f\xb4\x97\xfc\x0d\x0d\x26\x9f\xc9\x62\x47\xce\xe8\x5a\xc3\xb9\x89\xe5\x72\xc1\x0a\x45\x48\x59\x22\x58\xef\x33\xd4\x5a\xf0\x78\xb5\xae\xb5\xf0\x01\xd1\x7b\xe7\xf5\x30\x24\x2b\x74\x95\x40\x12\xee\x98\xf3\x59\xa3\x66\x2f\x82\x0b\x5d\x0c\xd9\xa9\xf5\xdb\x22\x28\x9a\x9f\xc7\x2a\x8a\x55\x66\xe5\xcc\x90\x35\x66\x99\x91\x55\xf6\x72\x2f\xf3\x8e\x29\xf0\x6d\x29\x66\xeb\xc9\x4e\x5e\x96\x29\xbc\x57\x7d\x2a\xf4\xc0\xde\xf8\x7a\x36\xf8\x30\x9b\xf7\x87\xd3\x87\x84\x60\x45\x55\x2e\x5d\xe0\x52\x93\xb9\xe3\x77\xd3\xde\x60\x3e\x1d\x4c\xc6\xee\x70\x36\x9e\x7e\x9c\x4f\x07\xaf\x1f\x32\xaa\x58\xd0\x7a\xaa\x77\xd3\x51\x4a\xa5\xb6\x11\x76\xe0\x92\x26\x98\x94\x20\x0a\x57\xdb\x54\x92\xc5\xe8\x56\x9e\x02\x20\xdb\xe4\xff\x38\x89\xbe\x57\xdd\xf7\x83\xeb\xf9\xd5\x70\x3a\x1d\x4f\xb5\x88\x8c\x00\x60\x43\x82\xd8\x58\xa4\x4a\xf3\xb0\xc3\xa5\xab\x37\x83\xdd\x9e\xd1\xbd\x8e\x43\xf1\x7d\x3e\x7a\xc9\x85\x87\x93\x38\x08\x3a\xa0\x44\x8c\xf9\x73\xc1\xc3\x4e\x81\xcd\x41\xb7\x65\x65\x67\xba\x7f\xb0\x0b\x51\xa1\x04\xcd\x8a\x84\xce\x59\xeb\xfb\xca\xb8\xa4\x06\xfd\xe6\xf3\xf0\xaa\x7b\x39\x98\xbb\xb3\xe9\xa0\x7b\x65\xdc\xee\x4e\xba\xbd\x41\xd9\xe0\xae\x31\xac\x9d\x9e\x82\xae\x56\x28\xb2\xe5\xc7\x6e\x17\x73\xd0\x76\x73\xad\x19\x5f\x0e\x67\x6f\xde\x5d\xcc\x6f\x06\x17\x6f\xc6\xe3\x9f\xd3\xbd\x75\xd5\x91\x6f\xe2\x45\xca\x09\x19\x0a\xea\xd5\xb2\x1a\x5c\x0f\xa6\xc3\xde\x61\x5e\x76\x78\xc2\x8c\x6a\x9b\xf5\xd6\x84\xad\xb0\x03\x9f\xcb\x94\xc3\xfc\x5d\x42\x6d\x9f\xdb\xe9\x9a\xbc\xd8\x3b\xb3\xfb\x95\x95\xf3\xf7\x9b\xde\x02\x0d\x2b\xd9\x81\xb3\xaf\x28\x86\xea\x26\x8e\xd5\x7f\x8a\xb6\x49\x52\xda\x24\xa5\x24\x65\x1d\x77\xf5\x3c\x5a\xd7\x2f\xc5\xfa\x98\x7d\x8c\x3e\x99\x8d\x20\x49\x4e\x84\xb2\x2c\x48\xad\x8f\x4b\x49\x20\x9f\xc0\xfd\x8b\xb9\x3b\x98\xbe\x1f\xf6\x06\xf3\xc9\x74\xf0\x7a\xf8\x61\x7e\xd5\x9d\x4c\x86\xd7\x97\x05\xda\xe2\x7c\xae\xaf\x91\x5e\xf5\x2f\xea\x79\xbf\xbd\xee\x0f\xeb\x39\x25\x2f\x1f\xea\xc7\xa5\xcd\xad\xbd\x63\xb3\xee\x57\xfd\xf8\xb4\x1b\xb6\x77\x7c\xd6\x2e\xab\x1f\x9f\x36\xe0\xf6\x8e\xcf\x3a\x74\xf5\xe3\x4d\xe3\x6f\x3c\x1e\xcd\xdd\xe1\x3f\xf6\x33\x29\x51\xed\xe3\xd4\xfd\x70\x0c\xa7\x22\xd5\x1e\x4e\xb3\x0f\xf3\xa1\x3b\x1e\x19\xe7\xed\x65\x54\x24\xaa\xe3\x53\xdb\x08\xac\x64\xff\x8c\x63\x1b\x95\xd7\xfe\x74\x27\x1d\x9b\xca\x9c\x0d\x0f\xe2\x10\x8f\xe5\x5a\x8f\x71\x6f\x27\xf2\x38\xa4\x3f\x0f\x3e\x7e\x01\x5f\x4d\x7e\x3c\xef\xc3\x41\x77\x78\xcc\x3e\x29\xe5\xce\xf2\x7e\xce\x95\x0e\xf4\x41\x6e\x8f\xe3\xac\x74\xae\x0b\x84\x66\x61\x79\x2c\xbb\x19\x22\xbd\xbe\x4f\x78\x40\xbd\x6d\x07\xba\xc1\x1d\xd9\xca\x9d\xa5\xfb\x30\x97\xc2\x36\x2f\xd5\x24\x4b\x6d\xc9\xbe\xf8\xe5\xcb\x1f\x4a\x4a\x24\x15\x01\x0f\xf8\x2d\x25\xa5\x37\x91\xe0\x8a\x7b\x3c\xe8\xc0\xac\x37\x39\xc8\x33\xef\x98\x14\x79\x26\x3b\xbb\xa7\x30\xcc\xf7\xf4\x55\x86\xf2\x28\x8e\x02\x89\x4f\x19\x4a\x39\x11\x7c\x81\x9d\xd2\x18\xbc\x2f\x66\x7e\xfb\xe7\xf1\x30\x24\xcc\xaf\x3e\x76\xa0\xbd\xa0\xac\xbd\x20\x72\xbd\xf3\xc6\xf1\x76\x1e\x79\xb1\x08\xc0\x71\x18\x8f\x04\xbf\xdf\xc2\xc9\xb7\x27\xe0\x48\x70\xe2\xfa\x78\xeb\x3c\x16\x37\xf6\xef\x44\x6b\xdd\x69\xb7\x03\xee\x91\xc0\xec\x96\xb4\xb9\xdb\x21\x61\x64\x85\xa2\xfd\x29\xbc\x37\xd2\xda\xff\xb3\x42\xf5\xaa\x47\x14\x09\x28\x23\x7f\x3a\xef\xea\x05\xfa\x4f\xe7\x7d\xdb\xa2\xfd\x0f\xa2\xd4\x2b\xa9\x88\xc2\x6b\x12\xe2\xc9\x8e\x90\xff\x5d\x09\x8c\xc0\xa1\xbf\xc0\x49\x46\x05\xdf\xbe\x82\x6f\xdd\x59\x77\x3a\x1b\xf4\x8b\x23\x6c\x46\xba\xe2\x31\xab\x86\x5a\xa8\x9f\x4d\x88\x5a\x1f\x91\xc6\x0a\x1d\x50\xc7\x43\xa1\xe8\x52\x97\x01\x58\x47\xa8\x9d\x39\x66\xc1\xb6\x52\xf9\x16\xb6\x84\x97\x82\x78\x38\x41\x41\xb9\xef\xa2\xc7\x99\x2f\x3b\xf0\xb7\x3c\x24\x2d\x4f\xb9\x5b\xd0\x3f\x2a\x3c\xa9\x27\x4b\x70\xec\xb3\xeb\x64\x36\xee\x9c\x04\xd5\x96\xbc\x85\xda\x72\x42\x04\x09\x0b\x58\x48\xac\x78\x48\x14\xf5\x2a\xea\x65\x53\x42\x4b\x2a\x61\x3f\x94\x02\x9e\xb4\x1d\x78\x64\x1f\xf7\x07\x2c\x82\x6b\x3a\x60\xcf\x52\x0a\x67\x7c\xff\x30\x05\x71\x01\xf1\x71\x16\x83\xaf\x2b\x8e\xaf\x3e\xba\x7f\x1f\x99\x24\xf7\xa4\x3a\xd4\x0e\xff\xaa\x52\xd4\xb2\xf8\xaa\x6a\xd4\xb2\x18\x8d\x6f\x06\xd3\x79\xaf\xeb\x0e\xe6\xb3\xee\xc5\x68\x60\xb7\xba\xf5\x0c\x0f\x8d\xd8\x2f\x41\x97\xa0\xbd\xf1\xf5\xf5\xa0\xa7\x1d\x71\x90\x75\x85\x74\x3f\xcf\xd7\x33\x53\x23\x6b\xeb\xcc\x47\x83\x3d\x55\x6b\x2d\xe9\x61\x9e\xdd\x0f\x47\xf3\x2c\x90\xee\xe7\xd9\x1d\x8e\x0f\xf1\xe9\x0e\xc7\x35\x35\x54\x39\x98\x01\x02\xba\xc1\x3d\xcb\x3c\x65\x54\x51\x12\xf4\x31\x20\xdb\x6c\x51\x38\x2f\xd7\x29\xca\x8b\x5c\xee\xdd\x56\x33\x3c\xec\x76\xc8\x13\x7a\x1a\x22\x8f\x55\xc6\xee\xec\x98\x54\xea\x54\x41\x3f\x5e\xa4\xed\x08\xfe\x7d\xea\x9c\xba\x2a\x87\x1e\x53\xf8\x24\xb3\xf6\xa6\xff\xaa\xf9\x4d\x79\x06\x37\xad\xcb\xc0\x59\xc3\xd9\x77\x2f\x5b\x2f\x5a\x2f\x5a\x67\xa6\x22\xca\xf3\x04\x38\xfd\xf4\xdf\xda\x49\x6b\x44\x20\x9c\xb8\x83\xd1\xa0\x37\x83\xb3\x93\xc7\xdd\xfc\xd7\xa3\xbd\x76\x5c\x31\xb3\x21\xa2\x1d\xd0\x45\xdb\xe8\xd2\xd6\x29\xbc\xa6\x92\xd9\xeb\x7a\x27\xda\xf0\xe0\x39\xcb\x96\x23\x25\x41\xe1\xfa\xcf\x7b\xc3\xab\x17\x10\x1a\x96\x9d\xef\xe9\x47\xd7\x8f\xb0\x35\x44\xff\x2f\x85\x4d\x65\xf2\x3c\xa9\xbc\x31\x2c\x3a\x69\x62\x29\x35\x2f\x67\xdd\xcb\x87\x0a\xfd\x17\x75\x39\xbf\xae\x24\x9a\xd4\xb9\xe7\x77\xa8\x8b\x32\x7f\xe6\xeb\xbc\xbd\xb5\x70\xc5\x7d\xcc\x5c\x3b\x45\xe2\xdf\x08\xaa\x70\xcc\x92\x46\x6e\x76\x45\x24\x05\x23\xf0\x97\x18\x65\x71\xe6\x48\xc5\x45\xb2\xdb\x7d\x3f\x1e\xbd\xbb\x1a\xcc\x7b\xdd\x49\xb7\x37\x9c\x7d\x7c\x68\x44\x3a\x40\x50\x99\xe8\x71\x76\x4f\x47\x35\x68\x73\x26\xa5\xd6\x58\x54\xb3\xd5\x00\x48\x2e\xe4\xd8\x38\xed\x16\x2e\x88\xe8\x27\xd9\x6d\x8a\xaa\xba\x0d\x8b\x90\x0a\xf4\xb3\x18\x4c\x96\x19\x5d\xf9\x93\x28\xaa\xe2\x38\xe9\xc5\x52\xf1\xd0\x9c\x4a\x65\x78\x8a\xc7\x88\x20\x78\xac\xb0\x05\x30\x42\xb2\x41\x58\x04\x84\xdd\x1a\x22\x1f\x97\x24\x0e\x54\x36\xd2\x1e\x96\x63\x6b\xd5\xea\xc0\x8f\xc5\x5b\x50\xfa\xe5\x4f\xce\x8f\xc9\x0d\xba\x9f\x5a\x3f\x26\x23\x1d\x9f\x87\x84\x32\x47\xc6\xcb\x25\xbd\xff\xe9\xa4\xaa\x75\x8a\x4c\x83\xb1\xe7\x77\x6f\x12\x51\x99\xfe\xa5\x33\xb4\xa3\x55\x93\xc7\xea\x66\x34\xca\xf4\x4b\x74\x4b\xce\xda\x9e\x5b\x45\x79\x94\x8e\x6e\x55\xc9\x4b\xaa\x92\x23\x1d\x78\x37\x1d\x56\x4f\x38\xab\xf2\x34\xf5\x14\x23\x2e\xa9\xe2\x62\x0b\xf6\x44\xc7\x8a\xa9\x3d\x52\x3a\x10\x4f\x47\x5c\x85\xcb\x7e\x39\xbf\xc4\xd4\xbb\x95\x8a\x08\x25\xeb\x14\x58\x08\xc2\xbc\x75\x5b\x91\x15\x08\x5c\xa2\x40\x3b\xff\x6a\xa0\xe7\x2f\xf7\xa1\x9e\x0e\x5e\xe7\x20\x9b\x67\xad\xef\x9a\x55\x89\x7a\x89\x33\x57\x03\x29\x33\x5c\x13\xaf\x81\xe2\xf6\x7a\xd6\x7f\x03\x86\x91\xda\x1a\x5b\x0a\xce\x73\x02\x9f\x0a\xb3\x81\xda\xee\x4c\xd0\x9e\x3d\xea\x83\x7e\x4a\x91\x01\x2c\x1c\xfb\xe5\xb0\x14\xf7\x79\x40\xa5\x6a\xa7\x3f\x9c\x4f\xfe\xc2\xab\xe2\xec\xa7\x97\x27\xde\x5e\xf7\x87\x36\x59\x98\x3b\x94\x8b\x6d\xe9\xc6\x98\xe2\x26\x4d\x05\x1b\x7b\x71\x53\xa7\x51\x1b\x10\x36\x60\x4d\x0c\x1b\xcf\xb4\xf3\x57\xd2\x2e\xec\x7d\xb7\xaa\x48\x59\x66\x29\xd7\xe4\x8d\xfa\x34\xa3\xec\x30\x4d\xa2\xbe\xbf\x13\xa5\x19\xdb\x24\xb2\xeb\x65\x56\xc5\x15\x8a\xa3\x7d\x51\xa8\xfd\x53\x15\xe6\xd2\x5f\x11\xf8\xb2\x78\x15\x38\x49\xd2\x76\x6e\xa7\xe2\x6c\xb5\xb1\xe3\xcb\x0c\x8e\x5d\xa2\xa0\x47\x22\xe2\x51\x95\xbb\xb4\x92\xe6\x0f\xa0\x3b\xbb\xa4\x7b\xf3\x3e\x5f\x16\xef\xd9\x56\xee\xd2\x16\x5a\x34\xe6\xf2\xac\xac\x82\x74\xed\xb0\x92\xc5\xaa\x8d\x99\xc7\x17\x83\xa4\x57\xf5\x18\xc6\x2a\x9a\x74\xf2\xe4\xf8\x77\xe6\x43\x61\xc4\x1e\x8c\xe5\x1e\x7e\x82\xcb\x9e\xce\xb6\x3c\xf1\x45\x98\x6e\x71\xfb\x04\x5c\x3f\xe3\xf6\x08\x6c\xc9\x59\x40\x19\xdf\x2d\x6e\xeb\xf0\x15\x31\xa5\x37\xc3\x0f\x21\x98\xe4\x34\x47\x9d\x18\x54\xe3\x1c\x95\x84\x7b\xe2\x44\x9c\x07\xed\x90\x32\xf3\xc3\x91\x3a\xfa\xd3\xa2\x22\xbd\x19\x8a\x7e\x21\x2f\xd4\x46\x7c\xb2\x86\x5c\x51\x46\xc3\x38\x84\x09\xe7\x81\x99\x48\xc5\xf9\x58\x3e\xaf\x3a\x88\x86\xdc\x3f\x0b\x1a\x72\x7f\x00\x4d\xe9\xcc\xab\x0e\x8d\x12\x84\x49\xe2\x99\x15\x9a\x4a\x1e\xe4\xf7\x63\x9f\x84\x66\x96\xb3\x83\x61\xca\xae\x88\xa8\x74\x76\x56\x07\x68\xcd\xef\x8c\x68\x45\x16\x81\x0d\x67\x09\x44\xa0\x49\x4f\xe8\x9b\xdb\xb9\x1e\x0f\x23\x22\xd0\xdf\x01\x62\xaf\xf4\x8e\xf8\x1d\x0a\xe8\xe9\xf4\x34\x33\x4c\xcc\x96\x22\x03\x71\xb0\x8d\x53\x13\xb1\x61\x62\xe0\x48\x6f\xd1\x94\x42\x1f\x58\x1c\x2e\x50\xe8\x59\x26\x69\x18\x07\x8a\x30\xe4\xb1\x04\x2f\xa0\xc9\x95\x64\x86\xc6\x02\x72\x0f\xc0\xd4\x65\x39\x9f\xc2\x98\x0a\xce\x6a\x33\xa8\x0e\x60\x12\x8f\x01\xb2\x95\x5a\xa7\x93\xdf\x7c\x72\xa1\x97\x6b\x4c\xae\x58\xdb\x0f\x35\x08\xbc\x7e\x37\x1a\xe9\xe5\x16\x28\xf3\xf1\x7e\x0f\xc4\xd7\x71\x10\xcc\xf4\x6a\x9d\x06\xfb\x8d\x66\x37\x32\x12\x2a\x08\xab\xad\xa5\x03\x26\xfc\x6d\x10\x26\xcc\x0f\x23\x2c\x36\xaa\x2a\x08\x75\x61\x22\x78\x20\x0d\x28\xca\x18\xf7\x17\xf3\x58\xe2\x5c\x6f\xc7\x37\x38\x27\x94\x83\x44\xa5\xf4\xba\x63\x52\x1c\x50\x8b\xdf\xbe\x87\xb4\x65\x45\x25\x2c\x04\xbf\xc5\xdd\xad\x89\x05\x6c\xe9\xaa\xcd\xae\x7d\x45\x40\x2c\x51\x1c\xae\x04\xde\x25\x1f\xd8\x34\x92\x0d\xb0\x19\xf2\x4f\xe2\xfc\xda\x75\xfe\xf1\xc2\xf9\xaf\x7f\x7d\x3e\xd7\xdb\x3e\x73\x19\xc6\x7c\x27\x84\xf7\x91\x40\x29\x2b\xf3\xb1\x70\x20\x5a\x59\x08\x0f\x22\xdb\x97\xba\x33\xaa\x42\xde\xb6\xe8\x4e\x8a\xd0\x7e\x78\x38\x39\x02\x5b\xa1\xe1\x7b\x18\xdb\xdb\x1b\x17\xba\x7e\x48\x99\x31\x4a\x15\x53\xf9\x6d\xc9\x64\x5f\x0a\xaa\xf6\x20\xf9\x58\x6c\x93\x3d\x36\xab\xa5\xf8\x5a\x7c\x47\xdb\xce\x5e\x9d\x4a\x5b\x38\x7b\x6a\x82\x4b\xb3\x81\x81\x1b\x5c\xac\x39\xbf\x4d\x2a\xab\x27\xa3\xac\xbd\xd0\xf5\x38\x50\x7b\x2f\x2b\xf9\x3c\xe4\x11\xbc\x09\xed\x73\x01\xae\xbd\x36\xf6\x28\xe2\xeb\xb4\x71\xa4\xd3\xda\xdd\x9a\x7a\x6b\x93\x37\x0a\x8d\x29\x69\x56\xda\xf4\x13\x9a\x2b\xea\xfb\x01\xde\xe9\xd5\xce\x74\xd0\xcc\xc2\x67\x73\x0b\x93\x8a\x04\x01\xfa\xe6\xdb\x3a\x59\xe1\xa1\x07\x30\x2e\x42\x12\x04\xdb\x9c\x14\x92\x2a\x2f\xdb\x61\xe6\x8d\x2c\xbb\xe1\xf9\xc8\x63\x90\x6b\x1e\x07\x3e\x70\x16\x6c\xcd\x17\x3e\x3a\x1f\x87\xdc\xa7\xcb\xad\xfd\xb4\x8b\x2e\x61\xcb\xe3\x93\x0d\x16\xf8\xee\xe8\xa0\x93\xb6\xe1\xe8\xd3\xa5\xd9\x7c\x16\x44\xb5\xd3\x8f\x02\xab\x2e\x2a\x70\xc8\x0d\x95\x59\xbc\xbe\xcd\x76\xa0\x5a\xcf\xbf\x81\xa9\x38\xe1\x8a\x6c\x90\x41\x48\x85\xd0\x35\x0d\x37\x9f\x01\x6a\xa3\xbb\xdf\x0d\x6d\x28\xed\xec\x1b\x4a\x23\x8a\xdb\xff\x9d\x9b\x9e\x15\x51\x23\x2a\x95\x5e\xdc\xd2\x3d\x30\x45\x69\x02\x2e\xf1\x3d\x11\xde\x9a\x6e\x50\xc2\x1d\x0d\x02\xbd\xea\x79\x3c\xa2\xc6\x4f\x8a\xdb\x6d\x69\xf9\xa3\xa5\x25\x0f\x7c\x14\x2d\x18\x2e\x21\x66\x32\x42\x8f\x2e\x29\xfa\xa7\x40\x82\x20\xe7\x45\x19\xb4\xed\x45\xfd\x0a\xdb\x56\xde\x00\x2b\x5e\x2d\xad\x59\x9d\x15\x59\x15\x0d\xa3\x91\x34\xed\xb7\x1d\x36\x0c\x41\x1a\x2f\xb5\x00\x66\xdb\x88\x7a\x3a\xca\x4e\x6d\x74\x90\x80\xae\x98\xbd\x7b\x61\x3e\xa1\x53\x66\xad\xff\xc4\x45\x2b\xa4\x8c\x8b\xf4\xfb\x26\x6d\x13\xb3\x06\xee\x59\x19\x4d\x28\x40\x12\x0b\xb6\x57\x5b\x5c\x26\xab\xbd\xd9\x03\x51\xd0\xfc\x6b\xeb\x65\xb3\xf1\x7f\x01\x00\x00\xff\xff\x64\x92\x95\x84\x69\x3b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\x1b\x37\x92\xfe\xce\x5f\xd1\xc5\xca\x9e\x76\x73\x1e\xd2\xb2\xb2\xeb\x1c\x2f\xce\x15\x45\xd2\x36\x1d\x49\xe4\x72\xe8\xc8\xd9\xad\x14\x0b\x9c\x69\x92\x90\x66\x80\x09\x80\xa1\xc4\xf8\xf4\xdf\xaf\x00\xcc\x3b\x67\x28\x5a\x76\x5c\x17\x7f\x92\x07\x8d\x07\x0f\xba\x1b\x8d\x46\x03\x24\x11\xfd\x19\x85\xa4\x9c\xf5\x40\x61\x18\x05\x44\x61\x87\x47\xc8\xe4\x86\xae\x54\x87\xf2\xee\xf6\xb4\x75\x4b\x99\xdf\x83\x79\xd2\xdc\x0a\xc8\x12\x03\xd9\x6b\x01\xdc\xdc\xc9\xb3\xd3\x1e\xb4\x4f\x3b\xdf\xb5\x5b\x90\x01\xf4\x6c\x83\xa3\x78\xe8\x11\xf5\xd2\x09\x77\xf2\xb7\xc0\x91\x2f\x68\x2b\x44\x29\xc9\x1a\x7b\xd0\x07\x86\x77\xf0\xee\xda\x05\x12\x45\x01\xf5\x88\xa2\x9c\xc1\x8a\x0b\xe8\x47\xc4\xdb\x20\xcc\x4d\x5f\x78\x09\x7f\x8d\x25\x65\x6b\xb8\xdc\xb9\xff\xbc\xf8\x1b\x6c\x88\x84\x25\x22\x03\x4f\x20\x51\xe8\xb7\x00\x28\x83\x1d\x8f\x05\x44\x82\xdf\xa0\xa7\x3a\x30\xdf\x20\xc4\x12\x05\x23\x21\x76\x23\x22\xe5\x1d\x17\xbe\xc1\x26\x7e\x48\x19\x95\x0a\x85\x86\x34\xbd\x34\x05\x2a\xe1\x9b\x8f\xef\xae\xdd\x45\x7f\x78\x39\xbe\x5a\xbc\x77\x47\xb3\xab\xfe\xe5\xe8\xa1\x5b\xfc\x3a\xed\xbb\xee\xf5\x64\x36\x7c\xe8\xb4\x00\x5e\x6b\x30\xcf\x43\x69\xb8\xa9\x0d\x5a\x7e\xe0\x13\x45\x96\x44\x22\xb4\xbf\xf9\x38\x3c\x5f\x0c\xfb\xf3\xfe\x79\xdf\x1d\x3d\xb4\x35\x21\x23\xe7\x09\xf4\x91\x29\x4a\x02\x3d\xe8\xf0\xbc\x34\xda\xf0\xbc\x3c\xcc\x34\x40\x0d\xb6\x44\x90\xb1\x40\x50\x3c\x99\xb6\x41\x92\xe8\x09\x54\xa0\x67\xe9\xeb\xf1\x34\xd5\xb7\xf3\xf9\xd4\x5d\xb8\xa3\xc1\x6c\x34\x7f\x68\x83\xc7\x99\x22\x94\xa5\x1c\x8b\x32\x83\xd1\x6c\x3e\x7e\x3d\x1e\xf4\xe7\xa3\x87\x16\xc0\x8a\x06\x46\x69\x56\x4f\x12\xc5\x56\x77\x92\xe8\xe9\x71\x35\x0c\x32\xd5\x69\x85\xa8\x88\x9e\xa2\xb6\x3d\x61\x8c\x2b\x63\x36\xe3\x0a\x00\x3e\x4a\x4f\xd0\x48\x19\x5f\xea\x17\xac\x9a\xba\x85\x81\xd6\xfa\xb6\xba\x2a\x18\x5e\xc2\x32\xa6\x81\x02\x6b\x6a\xf7\xc5\xb8\x63\x10\xa9\xc7\xd9\x20\x20\x52\xf6\xcc\x9f\x8e\xd8\x24\x2e\x65\x5a\x4b\x5e\xea\x53\x19\x05\x64\xe7\x68\x6d\xf4\xe0\xdd\x39\x97\x12\xae\x71\x09\x2e\x8a\x2d\x0a\x38\xeb\x9c\xee\x39\xd6\x7f\x26\x3c\xfe\x3a\x8a\x36\x18\xa2\x20\x81\x81\x05\xb8\xa3\x6a\x03\x1b\xa5\x22\xf9\xb7\xfd\x81\x22\xc1\xb7\xd4\x47\xe1\x94\x47\x9c\xa1\x0f\x6f\x89\x7a\x06\x63\xe6\x59\xf2\x8a\xac\x65\x0f\x2c\xdf\x67\xc9\x4a\x78\x76\x43\xb6\xe4\xd9\xcd\x92\x4b\xf9\x6c\x43\x7d\x1f\x99\x11\xdd\xa6\x2b\x30\x5d\x48\x16\xb3\x69\x11\xd9\x76\x19\x11\x0f\x7b\x39\xb9\x16\x5f\x6a\xf7\x97\xbd\x96\x03\xc5\x55\xbd\x3d\x6d\x01\xd8\x15\xac\x95\x41\x3d\x6c\x01\x14\x0d\x59\x63\xca\x8a\x31\xf5\x82\xba\xc3\xa5\x71\x0b\x14\x27\xd2\x28\x07\x22\x2e\x54\x27\x11\x97\x16\xb9\x43\x82\x68\x43\xca\xf1\xc3\xc7\x08\x99\x8f\xcc\xa3\x28\x7b\x70\xf2\xef\x8f\x6d\xcd\xbe\xdd\xd3\x2e\xdb\x9f\x4e\x2f\xb4\x0b\x8e\x27\x57\x0b\xb3\x06\xec\x2c\xdb\xcf\x12\x58\x80\xb6\x66\xae\x85\x13\xee\xed\x87\x5f\x4f\x4c\x63\x1e\x84\xcc\x0c\x72\x5f\xea\x41\x0d\xae\x11\xb3\x5a\xad\x6f\x95\x11\x7a\x16\x4c\x4f\x2b\xc1\x75\xcc\x7f\x7a\xf0\xfd\xf3\xef\x9f\x27\x03\x29\x22\xd6\xa8\xa6\xe5\xcf\x12\x03\xf4\x14\x17\xb9\xf2\xa2\x80\xef\x42\x64\x6a\xc0\xd9\x8a\xae\xeb\x07\xfd\x3a\x66\x92\x7f\x56\x3b\xd9\xd8\xe3\x3c\xc5\x5c\xdf\x7d\x77\x56\x67\xae\xf4\xf3\xff\x23\x73\x65\xfb\x45\x66\xb3\xdc\x5a\x5f\xd2\xc3\xad\xbd\x1e\x53\xdc\xd9\xd9\xf3\x7f\xd4\x28\x2e\xfb\xfc\x24\xc5\x25\x43\xd7\xa8\x8f\xfa\xf5\x1d\xb4\xdb\x66\xda\x9d\xf1\x58\x7d\xba\x6e\x4d\x2f\xbb\xe5\xe7\x7a\x4b\x03\x57\xba\x08\xfe\xd8\x38\xb2\xe1\x52\x69\xa9\xb7\x13\x77\xae\x5b\xcd\xbe\x6b\x01\x14\x4f\xc7\x6b\x86\xfa\x44\x7d\xc9\x3f\x50\x61\xf2\x0b\x69\xec\xc8\x15\x5d\xab\x38\x37\xd1\x5c\x3e\xb0\x42\x11\x52\x96\x0c\xac\xb3\x3c\xb5\x11\x3c\x5e\x6f\x6a\x35\x7c\x60\xe8\xc6\x75\x3d\x0e\xc9\x1a\x5d\x25\x90\x84\x7b\xea\xfc\xa2\x5e\xd3\xc8\xe0\x3c\xa6\x81\x6f\x97\xd6\x1f\xcb\xa0\xa8\x7e\x1e\xab\x28\x56\x99\x96\x33\x45\xd6\xa8\x65\x4e\xd6\x59\x63\x23\x78\x4f\xa7\x7e\xd2\xa6\x6c\x92\xc7\xc2\xc3\x14\xd1\xa4\x95\xf7\x6a\x48\x85\xee\x38\x98\x5c\xcd\x47\x1f\xe6\x8b\xe1\x78\xf6\x90\x08\xac\xa9\xca\x47\x17\xb8\xd2\x62\xee\xe4\xfd\x6c\x30\x5a\xcc\x46\xd3\x89\x3b\x9e\x4f\x66\xbf\x2c\x66\xa3\xd7\x0f\x99\x54\x2c\x68\xbd\xd4\xfb\xd9\x45\x2a\xa5\x76\x11\xf6\xe0\x0d\x4d\x38\x29\x41\x14\xae\x77\xe9\x48\x96\xa3\x5b\xf9\x0a\x80\x6c\x9b\xff\xc7\x49\xe6\x7b\xd9\xff\x79\x74\xb5\xb8\x1c\xcf\x66\x93\x99\x1e\x22\x13\x00\xd8\x92\x20\x36\x1a\xa9\xca\x3c\xec\xa1\xf4\x75\x2a\xde\x1f\x98\xb9\xd7\x21\x14\xdb\xf3\xde\x2b\x2e\x3c\x9c\xc6\x41\xd0\x03\x25\x62\xcc\xbf\x0b\x1e\xf6\x0a\x30\x07\xcd\x96\xe5\x9a\x3a\x27\x75\xee\x70\x69\x37\xa2\x42\xde\x99\x25\x09\xbd\xd3\xce\x77\x95\x7e\x49\x0e\xfa\xcd\xc7\xf1\x65\xff\xcd\x68\xe1\xce\x67\xa3\xfe\xa5\x31\xbb\x3b\xed\x0f\x46\x65\x85\xbb\x46\xb1\x76\x79\x0a\xba\x5e\xa3\xc8\xb6\x9f\x35\x55\x9b\x78\x99\x93\xb6\x47\x1b\x0d\xfc\x66\x3c\x7f\xfb\xfe\x7c\x71\x3d\x3a\x7f\x3b\x99\xfc\x94\x9e\x6c\xaa\x86\x7c\x1b\x2f\x53\x24\x64\x28\xa8\x57\x0b\x35\xba\x1a\xcd\xc6\x83\xc3\x58\xb6\x7b\x02\x46\xb5\xce\x06\x1b\xc2\xf4\x89\xf5\x63\x59\x72\x9c\xb7\x25\xd2\xf6\xbb\x5d\xae\x49\x43\xe3\xca\x1e\x56\x76\xce\xaf\xb7\xbc\x05\x1a\x28\xd9\x83\xd3\xcf\x48\x86\xea\x16\x8e\x9d\xff\x0c\xed\x11\xd5\xda\x39\x2d\x08\x24\x22\xe5\x39\xee\xcf\xf3\xe8\xb9\x7e\x2a\xd7\xc7\xf4\x63\xe6\x93\xe9\x08\x92\xe0\x44\x28\xcb\x9c\xd4\xda\xb8\x14\x04\xf2\x05\x3c\x3c\x5f\xb8\xa3\xd9\xcf\xe3\xc1\x68\x31\x9d\x8d\x5e\x8f\x3f\x2c\x2e\xfb\xd3\xe9\xf8\xea\x4d\x41\xb6\xb8\x9e\xeb\x73\xa4\x57\xc3\xf3\x7a\xec\x77\x57\xc3\x71\x3d\x52\xd2\xf8\x50\xdf\x2f\x2d\x2d\x34\xf6\xcd\x6a\x0f\xf5\xfd\xd3\x5a\x44\x63\xff\xac\x58\x51\xdf\x3f\x2d\x7f\x34\xf6\xcf\xea\x23\xf5\xfd\x4d\xd9\x65\x32\xb9\x58\xb8\xe3\x7f\x35\x83\x94\xa4\x9a\x90\xfa\x1f\x8e\x41\x2a\x4a\x35\x20\xcd\x3f\x2c\xc6\xee\xe4\xc2\x18\xaf\x11\xa8\x28\x54\x87\x53\x5b\x86\xa9\x44\xff\x0c\xb1\x8b\xca\xeb\xde\xdc\x49\xc7\x86\x32\x67\xcb\x83\x38\xc4\x63\x51\xeb\x39\x36\xd6\x81\x8e\x63\xfa\xd3\xe8\x97\x4f\xc0\xd5\xe2\xc7\x63\x1f\x76\xba\xc3\x7d\x9a\x46\x29\xd7\xf5\x9a\x91\x2b\xf5\xbf\x83\x68\x8f\xf3\xac\xd4\x0d\x0b\x82\x66\x63\x79\x2c\xba\x19\x21\xbd\xbf\x4f\x79\x40\xbd\x5d\x0f\xfa\xc1\x1d\xd9\xc9\xbd\xad\xfb\x30\x4a\xe1\x98\x97\xce\x24\x0b\x6d\xc9\xb9\xf8\xe5\xcb\xef\x4b\x93\x48\x32\x02\x1e\xf0\x5b\x4a\x4a\x2d\x91\xe0\x8a\x7b\x3c\xe8\xc1\x7c\x30\x3d\x88\x99\x57\x4c\x8a\x98\xc9\xc9\xee\x29\x80\xf9\x99\xbe\x0a\x28\x8f\x42\x14\x48\x7c\xca\x50\xca\xa9\xe0\x4b\xec\x95\xfa\xe0\x7d\x31\xf2\xdb\x7f\x1e\x0f\x43\xc2\xfc\xea\x67\x07\xba\x4b\xca\xba\x4b\x22\x37\x7b\x2d\x8e\xb7\xf7\xc9\x8b\x45\x00\x8e\xc3\x78\x24\xf8\xfd\x0e\x4e\xbe\x3d\x01\x47\x82\x13\xd7\xfb\x5b\xef\x31\xbf\xb1\xff\x4e\xf4\xac\x7b\xdd\x6e\xc0\x3d\x12\x98\xd3\x92\x56\x77\x37\x24\x8c\xac\x51\x74\x6f\xc2\x7b\x33\x5a\xf7\x7f\xd6\xa8\x5e\x0d\x88\x22\x01\x65\xe4\x2f\x67\x7d\xbd\x41\xff\xe5\x6c\x68\x4b\xa2\xff\x41\x94\x7a\x25\x15\x51\x78\x45\x42\x3c\xd9\x1b\xe4\x7f\xd7\x02\x23\x70\xe8\x6f\x70\x92\x49\xc1\xb7\xaf\xe0\x5b\x77\xde\x9f\xcd\x47\xc3\x62\x0f\x1b\x91\x2e\x79\xcc\xaa\xae\x16\xea\x6f\x53\xa2\x36\x47\x84\xb1\x42\xd9\xd3\xf1\x50\x28\xba\xd2\x69\x00\xd6\x09\x6a\x63\x4e\x58\xb0\xab\x64\xbe\x85\x23\xe1\x1b\x41\x3c\x9c\xa2\xa0\xdc\x77\xd1\xe3\xcc\x97\x3d\xf8\x47\xee\x92\x16\x53\xee\x27\xf4\x8f\x0e\x9e\xe4\x93\x25\x3a\xf6\xdb\x55\xb2\x1a\xf7\xea\xf0\xb5\x29\x6f\x21\xb7\x9c\x12\x41\xc2\x02\x17\x12\x2b\x1e\x12\x45\xbd\xca\xf4\xb2\x25\xa1\x47\x2a\x71\x3f\x14\x02\x9e\x74\x1c\x78\xe4\x1c\xf7\x27\x4c\x82\x6b\x2a\x60\x5f\x24\x15\xce\x70\xff\x34\x09\x71\x81\xf1\x71\x1a\x83\xcf\x4b\x8e\x2f\x7f\x71\xff\x79\x61\x82\xdc\x93\xf2\x50\xdb\xfd\xb3\x52\x51\x0b\xf1\x59\xd9\xa8\x85\xb8\x98\x5c\x8f\x66\x8b\x41\xdf\x1d\x2d\xe6\xfd\xf3\x8b\x91\x3d\xea\xd6\x03\x1e\xea\xd1\x3c\x82\x4e\x41\x07\x93\xab\xab\xd1\x40\x1b\xe2\x20\x74\x45\xb4\x19\xf3\xf5\xdc\xe4\xc8\x5a\x3b\x8b\x8b\x51\x43\xd6\x5a\x2b\x7a\x18\xb3\xff\xe1\x68\xcc\x82\x68\x33\x66\x7f\x3c\x39\x84\xd3\x1f\x4f\x6a\x72\xa8\xb2\x33\x03\x04\x74\x8b\x0d\xdb\x3c\x65\x54\x51\x12\x0c\x31\x20\xbb\x6c\x53\x38\x2b\xe7\x29\xca\x8b\x5c\xee\xdd\x56\x23\x3c\xec\x57\xc8\x13\x79\x1a\x22\x8f\x55\x06\x77\x7a\x4c\x28\x75\xaa\xa4\x1f\x4f\xd2\xf6\x06\xfe\x3a\x79\x4e\x5d\x96\x43\x8f\x49\x7c\x92\x55\x7b\x3d\x7c\xd5\xfe\xa6\xbc\x82\xdb\xd6\x64\xe0\x6c\xe0\xf4\xc5\xcb\xce\xf3\xce\xf3\xce\xa9\xc9\x88\xf2\x38\x01\xce\x30\xfd\x6f\xed\xa2\x35\x43\x20\x9c\xb8\xa3\x8b\xd1\x60\x0e\xa7\x27\x8f\x9b\xf9\xef\x47\x5b\xed\xb8\x64\x66\x4b\x44\x37\xa0\xcb\xae\x99\x4b\x57\x87\xf0\x9a\x4c\xa6\xce\xf4\x25\xd1\xcf\x4a\x58\x30\x8c\xd4\x6e\x48\x45\xd9\x74\x21\xfa\x34\x0e\x7b\xd0\x6e\x1f\xe5\x89\x19\x9d\xaf\x9d\x9f\x54\xd6\xc0\x93\xb2\x14\x03\xd1\x4b\xe3\x43\xa9\x06\x39\xef\xbf\x79\xa8\xc8\x7f\x52\xb1\xf2\xa8\xcc\x26\xd2\x8a\x41\x65\xb4\xe6\xec\x5f\xee\xe9\x41\xcd\x95\x8a\xda\x60\x71\x17\xef\xb4\x00\x92\xd7\x03\x36\x67\x2c\x3e\x96\xd0\x5f\xb2\x17\x00\x55\xad\xb5\xf4\xfa\xfe\x2d\xa6\x02\xfd\x4c\xf7\x49\x94\xd4\x89\x2b\x89\xa2\x2a\x8f\x93\x41\x2c\x15\x0f\xcd\xa5\x4a\xc6\xa7\x78\x0b\x06\x82\xc7\x0a\x3b\x00\x17\x48\xb6\x08\xcb\x80\xb0\x5b\x23\xe4\xe3\x8a\xc4\x81\xca\x7a\xda\xbb\x5e\xec\xac\x3b\x3d\xf8\xa1\x30\x1b\xf3\x00\xe2\x47\xe7\x87\xe4\xf9\xcd\x8f\x9d\x1f\x92\x9e\x8e\xcf\x43\x42\x99\x23\xe3\xd5\x8a\xde\xff\x78\x52\x9d\x75\xca\x4c\x93\xb1\xd7\x4f\x6f\x93\xa1\xb2\xf9\x97\xae\x80\x8e\x9e\x9a\x3c\x76\x6e\x66\x46\xd9\xfc\x92\xb9\x25\x57\x45\x5f\x7a\x8a\xf2\xa8\x39\xba\xd5\x49\xbe\xa1\x2a\xb9\x91\x80\xf7\xb3\x71\xf5\x82\xae\x3a\x9e\x96\x9e\x61\xc4\x25\x55\x5c\xec\xc0\x5e\x48\xd8\x61\x6a\x6f\x44\x0e\xf8\x93\xe1\xdc\xeb\x76\x6d\x69\xbe\xe3\xf1\xb0\x6b\xef\x08\xb2\xfb\x80\x6e\xf6\x97\xf3\x5b\x4c\xbd\x5b\xa9\x88\x50\xb2\x6e\x02\x4b\x41\x98\xb7\xe9\x2a\xb2\x06\x81\x2b\x14\xc8\xcc\x3d\x40\x0d\xf5\xbc\xb1\x89\xf5\x6c\xf4\x3a\x27\xd9\x3e\xed\xbc\x68\x57\x47\xd4\x11\xda\xbc\xe1\xa1\xcc\xa0\x26\x56\x03\xc5\xcd\x2b\x23\xff\xbf\x6d\xe4\x34\xba\x14\x9c\xe7\x02\x3e\x15\x26\xff\xdf\xed\x2d\xd0\x81\xbd\xa9\x82\x61\x2a\x91\x11\x2c\xdc\x5a\xe5\xb4\x14\xf7\x79\x40\xa5\xea\xa6\x7f\x38\x37\xfe\xd2\xab\xf2\x1c\xa6\x77\xff\xef\xae\x86\x63\x1b\x2c\xcc\x03\xac\xe5\xae\xf4\x26\x4e\x71\x10\x28\x79\xb0\xb5\xaf\xbe\x74\xc0\xb6\x0e\x61\x1d\xd6\xf8\xb0\xb1\x4c\x37\x6f\x92\x76\x5f\x1a\xba\xd5\x89\x94\xc7\x2c\xc5\x9a\xbc\xce\x9c\x46\x94\x3d\xd0\xc4\xeb\x87\x7b\x5e\x9a\xc1\x26\x9e\x5d\x3f\x66\x75\xb8\xc2\xde\xde\xe4\x85\xda\x3e\x8d\xa1\x95\xaf\x8a\xef\xe0\x2a\x6f\xdd\x0a\x87\x78\xf3\xb8\x4d\x56\x69\xb9\xb6\x5b\x89\x54\xf5\xe8\xfe\x78\xbc\x4d\xaa\x19\x8f\x71\xac\xb2\x49\xfd\x33\xe7\xbf\xe7\x72\x85\x1e\x0d\x1c\xcb\x55\xde\x84\x97\xbd\xbf\xeb\x78\xe2\x93\x38\xdd\xe2\xee\x09\xbc\x7e\xc2\xdd\x11\xdc\x92\x6a\x71\x99\xdf\x2d\xee\xea\xf8\x15\x39\xa5\x2f\x37\x0f\x31\x98\xe6\x32\x47\xd5\x94\x2b\x43\xba\xa8\x24\xdc\x13\x27\xe2\x3c\xe8\x86\x94\x99\x3f\x1c\x49\x7f\xcf\xf7\x6d\xcf\x6c\xf8\xb1\x40\xbf\xb0\xf4\xf6\x02\xc4\x30\x6b\x82\x4b\xca\x68\x18\x87\x30\xe5\x3c\x00\x97\xfe\x5e\x72\xf9\xf2\x8d\xc6\x41\x36\xe4\xfe\x8b\xb0\x21\xf7\x07\xd8\x94\x6e\x45\xea\xd8\x28\x41\x98\x24\x9e\xd9\x04\xa9\xe4\x41\xfe\x4c\xf7\x49\x6c\xe6\x39\x1c\x8c\x53\xb8\x22\xa3\xd2\xed\x4a\x1d\xa1\x0d\xbf\x33\x43\x2b\xb2\x0c\xac\x3b\x4b\x20\x02\x41\x2a\xae\x69\x10\xe6\xeb\x13\x4d\x44\x04\xfa\x7b\x44\xec\x73\xcf\x0b\x7e\x87\x02\x06\x3a\x20\xcd\x0d\x88\xc9\x56\x33\x12\x07\x0f\xfa\x35\x1e\x1b\x26\x0a\x8e\x74\x2a\xaf\x14\xfa\xc0\xe2\x70\x89\x42\xaf\x32\x49\xc3\x38\x50\x84\x21\x8f\x25\x78\x01\x45\x66\xc2\x14\x43\xa3\x01\xd9\x40\x30\x35\x59\x8e\x53\xe8\x53\xe1\x59\x2d\x17\xd4\x11\x4c\xfc\x31\x40\xb6\x56\x9b\x74\xf1\x9b\x27\xd1\x7a\x47\x44\xa0\xcc\x0b\x62\x1f\x7d\xa0\x0c\x08\xbc\x7e\x7f\x71\xa1\x77\x34\xa0\xcc\xc7\xfb\x06\x8a\xaf\xe3\x20\x98\xeb\x0d\x31\x75\xf6\x6b\x0d\x77\x61\x46\xa8\x30\xac\x16\x1f\x0e\xa8\xf0\x8f\x61\x98\x80\x1f\x66\x58\x2c\x65\x54\x18\xea\xbd\x5f\xf0\x40\x1a\x52\x94\x31\xee\x2f\x17\xb1\xc4\x85\x3e\xb6\x6d\x71\x41\x28\x07\x89\x4a\xe9\x7d\xc7\x84\x38\xa0\x96\xbf\x6d\x87\xb4\xa8\x41\x25\x2c\x05\xbf\xc5\xfd\xec\xdf\x12\xb6\x72\xd5\x72\x48\xd3\x3e\x1b\x4b\x14\x87\x37\xdb\xf7\xc9\x03\xf8\x56\x72\xb6\x32\x5d\xfe\x4d\x9c\xdf\xfb\xce\xbf\x9e\x3b\xff\xf5\xeb\xc7\x33\x7d\xe0\x31\xcf\x25\xcc\x8b\x7d\xbc\x8f\x04\x4a\x59\x59\x8f\x85\x2b\xb3\xca\x46\x78\x90\x59\x53\xe8\xce\xa4\x0a\x71\xdb\xb2\x3b\x29\x52\xfb\xfe\xe1\xe4\x08\x6e\x85\x92\xe0\x61\x6e\xef\xae\x5d\xe8\xfb\x21\x65\x46\x29\x55\x4e\xe5\xd6\x92\xca\x3e\x95\x54\xed\x55\xe3\xb1\xdc\xa6\x0d\x3a\xab\x95\xf8\x5c\x7e\x47\xeb\xce\x3e\xae\x49\xab\x03\x0d\x39\xc1\x1b\x73\x46\x80\x6b\x5c\x6e\x38\xbf\x4d\x32\xab\x27\xb3\xac\x7d\xf2\xf3\x38\x51\xfb\x72\xc7\xa6\xf8\x8f\xf1\x4d\x64\xbf\x14\xe1\xda\x87\x45\x8f\x32\xbe\x4a\x6b\x12\x3a\xac\xdd\x6d\xa8\xb7\x31\x71\xa3\x50\xf3\x90\x66\xa7\x4d\x7e\x5a\x00\x97\xd4\xf7\x03\xbc\xd3\xbb\x9d\x29\xce\x98\x8d\xcf\xc6\x16\x26\x15\x09\x02\xf4\xcd\x6f\x5f\x64\x05\x43\x77\x60\x5c\x84\x24\x08\x76\xb9\x28\x24\x59\x5e\x76\x88\xcb\x6b\x24\xf6\x4c\xf1\x0b\x8f\x41\x6e\x78\x1c\xf8\xc0\x59\xb0\x03\x86\x68\xe2\x71\xc8\x7d\xba\xda\x81\xda\x50\xa9\x43\xdd\x8e\xc7\x27\x5b\x2c\xe0\xee\xcd\x41\x07\x6d\x83\xe8\xd3\x95\x39\xdf\x15\x86\xea\xa6\x3f\xda\xa9\x9a\xa8\x80\x90\x2b\x2a\xd3\x78\x7d\x05\xe7\x40\xb6\x9e\xff\x4a\xa2\x62\x84\x4b\xb2\x45\x06\x21\x15\x42\xe7\x34\xdc\xfc\x4c\x47\x2b\xdd\x7d\x31\xb6\xae\xb4\x77\x6e\x28\xf5\x28\x9e\xb0\xf7\xde\x02\x56\x86\xba\xa0\x52\xe9\xcd\x2d\x3d\x66\x52\x94\xc6\xe1\x12\xdb\x13\xe1\x6d\xe8\x16\x25\xdc\xd1\x20\xd0\xbb\x9e\xc7\x23\x6a\xec\xa4\xb8\x3d\xf9\x65\x97\x3b\x46\x9b\x2b\x1e\xf8\x28\x3a\x30\x5e\x41\xcc\x64\x84\x1e\x5d\x51\xf4\x9f\x01\x09\x82\x1c\x8b\x32\xe8\xda\xa7\xdc\x15\xd8\x4e\x5e\x63\x2a\x3e\x3e\xac\xd9\x9d\xf5\xa9\xbd\xa0\x18\xcd\xa4\x6d\x5f\xff\x5b\x37\x04\x69\xac\xd4\x01\x98\xef\x22\xea\x69\x2f\x7b\x66\xbd\x83\x04\x74\xcd\xec\xed\xbc\xf9\x49\x8d\x32\x7b\xfd\x0d\x17\x9d\x90\x32\x2e\xd2\x9f\xbd\x68\x9d\x98\x3d\xb0\x61\x67\x34\xae\x00\x89\x2f\xd8\x32\x60\x71\x9b\xac\x96\xfd\x0e\x78\x41\xfb\xef\x9d\x97\xed\xd6\xff\x05\x00\x00\xff\xff\x7a\x7a\xa7\x5e\xf3\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x38\x92\xfe\xee\x5f\xd1\xe5\x9a\x3d\xef\xce\x99\xd2\x38\xc9\x5c\xb2\xba\x99\xb9\x92\x25\xc5\x51\xc6\xb6\xb4\xa2\x9c\xcc\xec\xd6\x96\x0a\x22\x5b\x12\x12\x12\x60\x00\x50\xb6\x36\xe7\xff\x7e\x05\x80\x2f\x20\x45\xc9\xb2\x93\x99\xdb\xf1\x27\x99\x6c\x74\x3f\xfd\x82\x46\xa3\x01\x92\x84\xbe\x43\x21\x29\x67\x1d\x50\x18\x27\x11\x51\xd8\xe2\x09\x32\xb9\xa2\x0b\xd5\xa2\xbc\xbd\x3e\x3b\xfa\x48\x59\xd8\x81\x69\xf6\xfa\x28\x22\x73\x8c\x64\xe7\x08\xe0\xc3\xad\x7c\x7e\xd6\x81\xe3\xb3\xd6\x8b\xe3\x23\x28\x18\x74\xec\x0b\x4f\xf1\x38\x20\xea\xa5\x97\x70\xa9\x96\x02\xe5\xa7\xc8\x4b\xb4\x30\xa9\x90\x29\x4f\x3e\xa3\x47\x31\x4a\x49\x96\xd8\x81\x2e\x30\xbc\x85\xf2\x2d\xbc\x7d\xef\x03\x49\x92\x88\x06\x44\x51\xce\x60\xc1\x05\x74\x13\x12\xac\x10\xa6\x86\x2d\xbc\x84\x3f\xa7\x92\xb2\x25\x8c\x2d\x7b\xff\x6f\x97\x7f\x81\x15\x91\x47\x00\x73\x44\x06\x81\x40\xa2\x30\x04\xca\x60\xc3\x53\x01\x89\xe0\x1f\x30\x50\x2d\x98\xae\x10\x52\x89\x82\x91\x18\xdb\x09\x91\xf2\x96\x8b\xd0\x08\x20\x61\x4c\x99\x06\x20\x34\x5f\x33\x4a\xe3\xa0\x9a\xe7\x37\x9f\xdf\xbe\xf7\x67\xdd\xfe\xd5\xf0\x7a\x76\xe3\x0f\x26\xd7\xdd\xab\xc1\x7d\xdb\x7d\x3a\xee\xfa\xfe\xfb\xd1\xa4\x7f\xdf\x82\xd7\x9a\x59\x10\xa0\x34\x00\xd5\x0a\x1d\x90\x10\x12\x45\xe6\x44\xe2\x11\xc0\xf1\x37\x9f\xfb\xe7\xb3\x7e\x77\xda\x3d\xef\xfa\x83\xfb\x63\x8d\xcb\x90\x07\x02\x43\x64\x8a\x92\x48\x82\xa1\x71\x45\xf6\xcf\x5d\x59\xe3\x08\x89\x44\x98\x23\xc8\x54\x68\xa6\x8a\x67\xba\x1b\x4e\x12\x03\x81\x0a\xb4\xb2\xa1\x96\xa7\xf1\xbe\x99\x4e\xc7\xfe\xcc\x1f\xf4\x26\x83\xe9\xfd\x31\x04\x9c\x29\x42\x59\x0e\xd5\xa5\xe9\x0d\x26\xd3\xe1\xeb\x61\xaf\x3b\x1d\xdc\x1f\x01\x2c\x68\x64\x6c\x67\xcd\x25\x51\xac\xf5\x20\x89\x41\x2a\xd0\xb0\x41\xa6\x5a\x47\x31\x2a\xa2\x95\xd4\x21\x42\x18\xe3\xca\xb8\xd0\x44\x0c\x40\x88\x32\x10\x34\x51\x26\xe4\xba\x0c\xf0\x8e\xc4\x49\x84\xf0\xf6\x9c\x4b\x09\xef\x71\x0e\x3e\x8a\x35\x8a\x8a\xf7\x6f\xa9\x5a\x01\x69\x32\x62\xcb\x30\x05\x63\xf1\x98\x0b\x04\xca\x16\x5c\xc4\x76\x18\x99\xf3\x54\x41\x9a\x39\x81\xca\x22\x42\x4f\x41\x22\xc2\x4a\xa9\x44\x76\xda\xed\x25\x55\xab\x74\xde\x0a\x78\xdc\xfe\x30\xe7\x52\x7a\xc5\x04\x68\x3b\x20\xbc\x7c\xb0\xb4\x32\x69\xc0\x59\x2f\x22\x52\x76\xcc\x4f\x4f\xac\xb2\x80\x37\x6f\x2b\x73\x28\xa4\x32\x89\xc8\xc6\xd3\x4e\xe8\x6c\x6b\xfa\xbc\x75\xb6\x15\xdb\xff\xe9\x2a\xfb\x67\xad\x7f\xa6\xa8\x01\xfd\x97\x6d\x19\x89\xe0\x6b\x1a\xa2\xf0\xaa\xc2\x26\x18\xc2\x1b\xa2\x4e\x61\xc8\x02\x8b\x5b\x91\xa5\xec\x80\x85\x7a\x9a\x4d\xd1\xd3\x0f\x64\x4d\x4e\x8d\xf2\x96\xa6\x31\x15\x84\x3c\x48\x63\x64\xd6\x9d\x5e\x2a\xa2\x4e\x61\x42\x1b\xec\x2d\x81\xe1\x8a\x28\x63\xc9\x0a\x71\x1b\x59\x5b\x60\xe8\xad\x88\xf2\xac\x89\x6f\x71\xee\x49\xa3\x7e\x7b\x8f\xc4\x88\xb3\xa5\x57\x89\x98\xa9\xeb\x46\x08\x71\x41\x19\x4a\x10\x28\x79\x2a\x02\x94\xc0\x10\x43\x0c\x33\x5b\x29\x0e\x21\xae\x31\xe2\x49\x6e\x87\x43\x8c\xff\x0a\x74\x60\x85\x6e\x00\x9e\x02\x65\x41\x94\x86\x94\x2d\x33\xd6\x04\xe6\x29\x8d\x42\x1d\xf4\x0b\xba\x4c\x45\x46\xe6\x06\x6d\x88\x49\xc4\x37\xda\x06\x75\xaa\x3c\x78\x1d\x92\x8c\x6d\x85\xd0\x4c\x32\x27\x0c\x6c\x20\x17\x49\x32\x40\x20\x2c\x2c\x67\x5f\x1c\xa7\x2c\x97\x6d\x48\xdd\x88\x69\xed\xb1\xb2\x4c\x93\x84\x0b\xf5\x80\x47\x0d\x83\x75\xbe\x58\xe4\x39\xdf\x46\xd9\xa1\xf9\xde\xd2\xcb\x84\x04\xd8\x29\xc3\xf7\x88\xcf\x75\x66\x96\x9d\x23\x0f\xdc\x05\x69\x7d\x76\x04\x60\x17\x1f\xed\x2c\x1a\xe8\xec\xe6\x26\x97\x86\xf4\x52\x4b\x30\x3a\xd7\xdf\xe2\x1c\x6c\xa8\x9d\x48\xa3\x1e\x68\x6d\xf3\xc4\x21\x2d\xe7\x16\x89\x92\x15\xa9\xc5\x3b\x26\xc8\x42\x64\x01\x45\xd9\x81\x93\x7f\x7c\x3e\xd6\xe8\x8f\x3b\x3a\x8d\x76\xc7\xe3\x4b\x9d\x16\x87\xa3\xeb\x99\xc9\xcb\x8e\xd6\xc7\xa7\x19\x6f\x80\x63\x0d\x5f\x8f\xc8\x14\x38\xbe\xff\xe7\x89\x79\x59\x2e\xa2\x46\x8d\x32\x6c\x3a\xd0\xc0\xdc\x90\x59\x53\x37\xbf\x95\x09\x06\x96\x99\xd6\x2d\xe3\xeb\x99\x7f\x3a\xf0\xea\xbb\x57\xdf\xe5\x33\x82\x88\x25\xaa\x71\xf5\xb1\xc4\x08\x03\xc5\x45\x69\xc1\x3c\x2a\x7b\x26\x1c\x9b\x85\xfe\x3e\xbe\x92\x7f\x68\x67\xd9\xb9\xe9\x3d\xc5\x67\x2f\x5e\x3c\x6f\xf2\x59\xfe\xf8\xdf\xc8\x67\x45\x36\x2b\x1c\x57\xba\xec\x6b\x86\xb9\xe3\xb4\x87\xac\xf7\xfd\x8b\xe7\xcf\x1a\xac\x57\x3c\x7e\x92\xf5\x5c\xf9\x0d\x86\xa4\x61\xf3\x28\x1d\xc5\x85\x9d\x27\x3c\x55\x8f\xb7\xb2\x19\x65\x2b\xd4\xd2\x82\x79\x32\xcb\xe7\xc4\x6f\x9b\x56\x56\x5c\x2a\x4d\xf5\x66\xe4\x4f\xf5\x5b\x53\x1f\x5a\x06\x8a\xe7\xf2\x76\xb3\x7a\xa4\xbd\xe4\x6f\x68\x30\xf9\x95\x2c\x76\xe0\xdc\x6e\x34\x9c\x9f\x59\xae\x14\xac\x50\xc4\x94\x65\x82\xf5\xa6\x44\xad\x04\x4f\x97\xab\x46\x0b\xef\x11\xbd\x73\x86\x0f\x63\xb2\x44\x5f\x09\x24\xf1\x96\x39\xbf\x6a\xd4\xec\x44\x70\xae\x0b\x26\x3b\xbf\x7e\x5b\x04\xae\xf9\x79\xaa\x92\x54\x15\x56\x2e\x0c\xd9\x60\x96\x29\x59\x16\x2f\x77\x32\xef\x98\x1d\x80\x2d\xd7\x6c\xcd\xd9\x29\x4b\x37\x85\x77\xaa\x4f\x85\x1e\xd8\x1b\x5d\x4f\x07\xbf\x4c\x67\xfd\xe1\xe4\x3e\x23\x58\x52\x55\x4a\x17\xb8\xd0\x64\xfe\xe8\x66\xd2\x1b\xcc\x26\x83\xf1\xc8\x1f\x4e\x47\x93\x5f\x67\x93\xc1\xeb\xfb\x82\x2a\x15\xb4\x99\xea\x66\x72\x99\x53\xa9\x4d\x82\x1d\xb8\xa0\x19\x26\x25\x88\xc2\xe5\x26\x97\x64\x31\xfa\xb5\xa7\x00\xc8\xd6\xe5\x3f\x5e\xa6\xef\x55\xf7\xdd\xe0\x7a\x76\x35\x9c\x4c\x46\x13\x2d\xa2\x20\x00\x58\x93\x28\x35\x16\xa9\xd3\xdc\x6f\x71\xe9\xea\x2d\x63\xb7\x67\x74\x6f\xe2\xe0\xbe\x2f\x47\x2f\xb8\x08\x70\x9c\x46\x51\x07\x94\x48\xb1\x7c\x2e\x78\xdc\x71\xd8\xec\x75\x5b\x51\x8f\xe6\x7b\x0c\xbb\x24\x39\xb5\x69\x51\x33\x74\xce\x5a\x2f\x6a\xe3\xb2\xba\xf4\x9b\xcf\xc3\xab\xee\xc5\x60\xe6\x4f\x27\x83\xee\x95\x71\xbb\x3f\xee\xf6\x06\x55\x83\xfb\xc6\xb0\x76\x7a\x0a\xba\x5c\xa2\x28\xd6\x20\xbb\x9f\x2c\x41\xdb\x2d\xb8\x66\x7c\x31\x9c\xbe\xb9\x39\x9f\xbd\x1f\x9c\xbf\x19\x8d\x7e\xce\x77\xe0\x75\x47\xbe\x49\xe7\x39\x27\x64\x28\x68\xd0\xc8\x6a\x70\x3d\x98\x0c\x7b\xfb\x79\xd9\xe1\x19\x33\xaa\x6d\xd6\x5b\x11\xb6\xc4\x0e\x7c\xae\x52\x0e\xcb\x77\x19\xb5\x7d\x6e\xa7\x6b\xf6\x62\xe7\xcc\xee\xd7\x96\xcf\xdf\x6f\x7a\x0b\x34\xac\x64\x07\xce\xbe\xa0\x2c\x6a\x9a\x38\x56\xff\x09\xda\x56\x4a\x65\xf7\x94\x93\x54\x75\xdc\xd6\xf3\x60\x5d\x1f\x8b\xf5\x21\xfb\x18\x7d\x0a\x1b\x41\x96\x9c\x08\x65\x45\x90\x5a\x1f\x57\x92\x40\x39\x81\xfb\xe7\x33\x7f\x30\x79\x37\xec\x0d\x66\xe3\xc9\xe0\xf5\xf0\x97\xd9\x55\x77\x3c\x1e\x5e\x5f\x38\xb4\xee\x7c\xde\x53\x28\xfd\xd8\x3f\x6f\x16\xf0\xf6\xba\x3f\x6c\x66\x97\xbd\xbc\x6f\x1e\x97\xf7\xc1\x76\x8e\x2d\x1a\x65\xcd\xe3\xf3\xc6\xd9\xce\xf1\x45\x67\xad\x79\x7c\xde\xab\xdb\x39\xbe\x68\xe6\x35\x8f\x37\x8d\xc2\xd1\xe8\x72\xe6\x0f\xff\xbe\x9b\x49\x85\x6a\x17\xa7\xee\x2f\x87\x70\x72\xa9\x76\x70\x9a\xfe\x32\x1b\xfa\xa3\x4b\xe3\xc1\x9d\x8c\x5c\xa2\x26\x3e\x8d\x3d\xc3\xda\x12\x50\x70\x6c\xa3\x0a\xda\x1f\x6e\xa5\x67\xf3\x99\xb7\xe6\x51\x1a\xe3\xa1\x5c\x9b\x31\xee\x6c\x5a\x1e\x86\xf4\xe7\xc1\xaf\x8f\xe0\xab\xc9\x0f\xe7\xbd\x3f\xe8\xf6\x8f\xd9\x25\xa5\xda\x89\xde\xcd\xb9\xd6\xb1\xde\xcb\xed\x61\x9c\xb5\x4e\xb7\x43\x68\x56\x97\x87\x52\x9c\x21\xd2\x8b\xfc\x98\x47\x34\xd8\x74\xa0\x1b\xdd\x92\x8d\xdc\x5a\xbf\xf7\x73\x71\x36\x7c\xb9\x26\x45\x7e\xcb\xb6\xc9\x2f\x5f\xbe\xaa\x28\x91\x95\x05\x3c\xe2\x1f\x29\xa9\xbc\x49\x04\x57\x3c\xe0\x51\x07\xa6\xbd\xf1\x5e\x9e\x65\x17\xc5\xe5\x99\x6d\xef\x9e\xc2\xb0\xdc\xe2\xd7\x19\xca\x83\x38\x0a\x24\x21\x65\x28\xe5\x58\xf0\x39\x76\x2a\x63\xf0\xce\x4d\xff\xf6\x2f\xe0\x71\x4c\x58\x58\x7f\xec\x41\x7b\x4e\x59\x7b\x4e\xe4\x6a\xeb\x8d\x17\x6c\x3d\x0a\x52\x11\x81\xe7\x31\x9e\x08\x7e\xb7\x81\x93\x6f\x4f\xc0\x93\xe0\xa5\xcd\xf1\xd6\x79\x28\x6e\xec\xdf\x89\xd6\xba\xd3\x6e\x47\x3c\x20\x91\xd9\x32\x69\x73\xb7\x63\xc2\xc8\x12\x45\xfb\x43\x7c\x67\xa4\xb5\xff\x67\x89\xea\xc7\x1e\x51\x24\xa2\x8c\xfc\xe9\x79\x57\xaf\xd2\x7f\x7a\xde\xb7\xbd\xdc\xff\x20\x4a\xfd\x28\x15\x51\x78\x4d\x62\x3c\xd9\x12\xf2\xbf\x4b\x81\x09\x78\xf4\x13\x9c\x14\x54\xf0\xed\x8f\xf0\xad\x3f\xed\x4e\xa6\x83\xbe\x3b\xc2\x66\xa4\x2b\x9e\xb2\x7a\xa8\xc5\xfa\xd9\x98\xa8\xd5\x01\x69\xcc\xe9\x8f\x7a\x01\x0a\x45\x17\xba\x16\xc0\x26\x42\xed\xcc\x11\x8b\x36\xb5\xf2\xd7\xd9\x17\x5e\x08\x12\xe0\x18\x05\xe5\xa1\x8f\x01\x67\xa1\xec\xc0\x7f\x95\x21\x69\x79\xca\xed\xaa\xfe\x41\xe1\x59\x51\x59\x81\x63\x9f\x5d\x67\xb3\x71\xeb\xd0\xa8\xb1\xee\x75\x0a\xcc\x31\x11\x24\x76\xb0\x90\x54\xf1\x98\x28\x1a\xd4\xd4\x2b\xa6\x84\x96\x54\xc1\xbe\x2f\x05\x3c\x69\x4f\xf0\xc0\x66\xee\x0f\x58\x09\xef\x6a\x88\x7d\x95\xa2\xb8\xca\xfc\x0f\x53\x1f\xd7\x61\x3f\xc2\x80\xf0\x65\x55\xf3\x78\xe4\x4f\x2f\x26\x03\xff\x6f\x97\x26\xfb\x3d\xa9\x40\x75\x78\x7c\x51\xa1\xea\xf0\xf9\xa2\x82\xd5\xe1\xa3\x0b\xc9\xde\xe8\xfa\x7a\xd0\xd3\xf6\xf3\x9b\xd9\xed\xa6\x3f\x80\xfb\x78\x32\x18\x77\x27\x83\xfe\x6c\x3a\xe9\x5e\xfb\xdd\xdf\x44\x8e\xff\xc6\x48\x38\xbf\x79\xfd\x7a\x30\x79\x98\x79\x95\xbc\xa1\xdc\x69\x88\x36\x80\x88\xae\x71\xc7\xb2\x4c\x19\x55\x94\x44\x7d\x8c\xc8\xa6\x48\xe2\xcf\xab\x75\x85\x0a\x12\x9f\x07\x1f\xeb\x19\x19\xb6\x7b\xdb\x19\x3d\x8d\x91\xa7\xaa\x60\x77\x76\x48\xea\x6b\x9a\x27\x87\x54\x56\x5b\xd2\x7f\x9f\xe2\xa4\xa9\x34\xa1\x87\x54\x2b\x89\xfc\x14\x81\xb7\x82\xb3\x67\x2f\x5b\xdf\xb5\xbe\x6b\x9d\x81\x77\x03\xdf\xd4\xe6\x2a\x78\x9f\xc0\x0b\x2b\x8f\xf3\x59\xb1\xcd\x13\xe0\xc4\x1f\x5c\x0e\x7a\x53\x38\x3b\x79\xd8\xb7\xdf\x1f\xec\xaa\xc3\x2a\x8e\x35\x11\xed\x88\xce\xdb\xc9\x52\x7e\x8a\xda\x3a\xbb\x36\x94\x1b\xfb\xfd\xed\x25\x6b\x1e\x7d\xcd\x02\xe3\x31\xe2\xc0\xb9\xe4\xf3\xce\x30\xec\x45\x84\xc6\x55\xb7\x07\xfa\xd1\xf5\x21\xbc\x0d\xe5\xff\x4b\x31\xd2\x34\x81\x9e\x54\x97\x94\x7c\x3a\x95\xdc\x53\x69\x42\x4e\xbb\x17\xf7\xb5\x91\x8f\xea\x56\x7e\x59\x55\x33\x6e\x72\xd9\xef\x55\xda\x14\x3e\x2e\xd7\x66\x7b\x37\xe1\x8a\x87\x58\xb8\x7b\x82\x24\x7c\x2f\xa8\xc2\x11\xcb\xba\xb2\xc5\x9d\x90\x1c\x91\xc0\x4f\x29\x4a\x77\x72\x49\xc5\x45\xb6\x6b\x7d\x37\xba\xbc\xb9\x1a\xcc\x7a\xdd\x71\xb7\x37\x9c\xfe\x7a\x7f\x94\xe8\xa0\x41\x65\x22\xca\xdb\x3e\xf4\xd4\xc8\xcd\x01\x93\x5a\xa1\xab\x6b\xeb\x08\x20\xbb\x81\x63\x03\xb8\xeb\xdc\x08\xd1\x4f\x8a\x3b\x13\x75\x9d\x8f\x2c\x42\x2a\x30\x2c\xe2\x32\x5b\x93\x74\x05\x4f\x92\xa4\x8e\xe3\xa4\x97\x4a\xc5\x63\x73\xc4\x54\xe0\x71\xcf\x04\x41\xf0\x54\x61\x0b\xe0\x12\xc9\x1a\x61\x1e\x11\xf6\xd1\x10\x85\xb8\x20\x69\xa4\x8a\x91\xf6\x0c\x1c\x5b\xcb\x56\x07\x7e\x70\xef\x3c\xe9\x97\x3f\x79\x3f\x64\x77\xe7\x7e\x6a\xfd\x90\x8d\xf4\x42\x1e\x13\xca\x3c\x99\x2e\x16\xf4\xee\xa7\x93\xba\xd6\x39\x32\x0d\xc6\x1e\xc6\xbd\xc9\x44\x15\xfa\x57\x0e\xc4\x0e\x56\x4d\x1e\xaa\x9b\xd1\xa8\xd0\x2f\xd3\x2d\x3b\x38\xfb\xda\x2a\xca\x83\x74\xf4\xeb\x4a\x5e\x50\x95\x9d\xcf\xc0\xcd\x64\x58\x3f\xae\xac\xcb\xd3\xd4\x13\x4c\xb8\xa4\x8a\x8b\x0d\xd8\xe3\x19\x2b\xa6\xf1\x7c\x68\x4f\x3c\x1d\x70\xf1\xad\xf8\xe5\x7d\x4a\x69\xf0\x51\x2a\x22\x94\x6c\x52\x60\x2e\x08\x0b\x56\x6d\x45\x96\x20\x70\x81\x02\xed\xfc\x6b\x80\x5e\xbe\xdc\x85\x7a\x32\x78\x5d\x82\x3c\x3e\x6b\x3d\x3b\xae\x4b\xd4\xab\xa0\xb9\x0d\x48\x99\xe1\x9a\x79\x0d\x14\xb7\xf7\xb1\xfe\x1b\x30\x4e\xd4\xc6\xd8\x52\x70\x5e\x12\x84\x54\x98\x3d\xd0\x66\x6b\x82\xf6\xec\xb9\x1d\xf4\x73\x8a\x02\xa0\x73\x86\x57\xc2\x52\x3c\xe4\x11\x95\xaa\x9d\xff\xf0\x3e\x84\xf3\xa0\x8e\xb3\x9f\xdf\x89\x78\x7b\xdd\x1f\xda\x64\x61\xae\x4d\xce\x37\x95\x2b\x62\x8a\x9b\x34\x15\xad\xed\x5d\x4d\x9d\x4b\x6d\x40\xd8\x80\x35\x31\x6c\x3c\xd3\x2e\x5f\xc9\x76\x99\x1b\xfb\x7e\x5d\x9b\xaa\xe0\x4a\xc2\x29\xbb\xee\x79\x5a\xd9\xe2\x9c\x85\x7e\x7f\x2b\x54\x0b\xb6\x59\x78\x37\xcb\xac\x8b\x73\xf6\x1e\xbb\x42\x51\x3b\xa9\x2e\xcc\xa7\xff\x42\xe0\x0b\xf7\x3a\x70\x96\xa9\xed\x04\xcf\xc5\xd9\x82\x64\xcb\xa1\x05\x1c\xbb\x58\x41\x8f\x24\x24\xa0\xaa\xf4\x6b\x2d\xd7\xef\x41\x77\x76\x41\x77\x26\x7f\xbe\x70\xef\xd7\xd6\xee\xd0\x3a\xfd\x16\x73\x69\x56\xd6\x41\xfa\x76\x58\xc5\x62\xf5\x2e\xcb\xc3\x2b\x42\xd6\x78\x7a\x08\x63\x1d\x4d\x3e\x83\x4a\xfc\x5b\x93\xc2\x19\xb1\x03\x63\xb5\x21\x9f\xe1\xb2\xe7\xad\xad\x40\x3c\x0a\xd3\x47\xdc\x3c\x01\xd7\xcf\xb8\x39\x00\x5b\xd6\xd8\xaf\xe2\xfb\x88\x9b\x26\x7c\x2e\xa6\xfc\x62\xf8\x3e\x04\xe3\x92\xe6\xa0\xf6\x7f\x3d\xce\x51\x49\xb8\x23\x5e\xc2\x79\xd4\x8e\x29\x33\x3f\x3c\xa9\xa3\x3f\xaf\x2c\xf2\xfb\xa0\x18\x3a\xc9\xa1\x31\xe2\xb3\x85\xe4\x8a\x32\x1a\xa7\x31\x8c\x39\x8f\xcc\x44\x72\xe7\x63\xf5\xf0\x69\x2f\x1a\x72\xf7\x55\xd0\x90\xbb\x3d\x68\x2a\x07\x58\x4d\x68\x94\x20\x4c\x92\xc0\x2c\xd3\x54\xf2\xa8\xbc\x15\xfb\x24\x34\xd3\x92\x1d\x0c\x73\x76\x2e\xa2\xca\x41\x58\x43\x7c\xc4\x99\x3a\x2c\x8d\xe7\x28\x74\x24\x07\x11\xcd\xee\xf7\x32\x34\x8c\x25\x90\x28\xe2\xb7\x18\xb6\xec\x55\x65\x12\x49\x0e\xd2\x28\xb3\xb2\x75\xe9\x36\x93\x44\x60\x42\xb4\x1a\x8e\xbe\x72\x4b\x11\xe7\x22\xf0\xd5\x36\x8e\x12\x40\xa1\xd0\x9e\xe6\x4d\x4d\xb7\x5e\x6e\x49\x09\x2b\x7e\x0b\x71\x1a\xac\x20\xc6\x58\x97\x19\x54\x42\x88\xa1\x09\xf7\x50\x2f\x57\x0e\x0a\xed\x87\x80\x04\x2b\x9d\xf3\xb4\x03\xf6\x21\xf6\x57\x46\xc1\xf3\x74\xb1\x40\xd1\x08\xb1\xd6\x99\xd9\xb5\xfe\xa4\x12\xc5\xfe\x45\xe8\x26\xfb\xb4\xe3\x28\xdb\x8f\x99\x21\xff\x20\xde\xbf\xba\xde\xdf\xbf\xf3\xfe\xfa\xcf\xcf\xcf\xf5\xde\xc3\xdc\xac\x30\xdf\xaa\xe0\x5d\x22\x50\xca\x5a\x28\x38\x07\x6b\xb5\x1c\xbc\x17\xd9\xae\xac\x51\x50\x39\x29\xc3\xa2\x3b\x71\xa1\xbd\xba\x3f\x39\x00\x9b\xd3\x1a\xdc\x8f\xed\xed\x7b\x1f\xba\x61\x4c\x99\x31\x4a\x1d\x53\xf5\x6d\xc5\x64\x8f\x05\xd5\x78\x20\x79\x28\xb6\xf1\x0e\x9b\x35\x52\x7c\x29\xbe\x83\x6d\x67\xef\xe1\xe4\x6d\x85\x1d\xcb\xd1\x85\x29\xa0\xe1\x3d\xce\x57\x9c\x7f\xcc\x16\xf5\x27\xa3\x6c\xbc\x1d\xf4\x30\x50\x7b\xc9\x27\xfb\x1e\xe1\x01\xbc\x19\xed\xd7\x02\xdc\x78\x07\xe9\x41\xc4\xd7\x79\xf7\x02\x28\x83\xdb\x15\x0d\x56\x26\x9f\x3b\x7d\x12\x69\x92\x4b\xfe\xcd\xc6\x15\x0d\xc3\x08\x6f\x89\x40\xdb\xd5\x91\x40\x84\xcd\xa5\x94\x49\x45\xa2\xc8\x66\x5b\x94\x35\x1e\x7a\x00\xe3\x22\x26\x51\xb4\x29\x49\x21\x2b\x30\x8a\x1d\x4e\xd9\x4d\xb1\x05\xf7\xaf\x3c\x05\xb9\xe2\x69\x14\x02\x67\xd1\xc6\x7c\x52\xa2\x53\x5f\xcc\x43\xba\xd8\xd8\x0f\x89\xe8\x02\x36\x3c\x3d\x59\xa3\xc3\x77\x4b\x07\xca\xc0\x76\xe7\x42\xba\x30\x9b\x1f\x47\x54\x3b\xff\x1c\xad\xee\x22\x87\x43\x69\xa8\xc2\xe2\xcd\xbd\x9e\x3d\x85\x62\xf9\x91\x45\xcd\x09\x57\x64\x8d\x0c\x62\x2a\x84\x5e\x4e\xb9\xf9\xf2\x4c\x1b\xdd\x7f\x36\xb4\xa1\xb4\x55\xb2\x56\x46\xb8\xdb\xcf\xad\x6b\x83\x35\x51\x97\x54\x2a\xbd\x48\xe5\x7b\x30\x8a\xd2\x04\x5c\xe6\x7b\x22\x82\x15\x5d\xa3\x84\x5b\x1a\x45\x30\xd7\x0b\x7b\x42\x8d\x9f\x14\xb7\xdb\xa2\xea\x57\x32\x0b\x1e\x85\x28\x5a\x30\x5c\x40\xca\x64\x82\x01\x5d\x50\x0c\x4f\xf5\xc2\x5b\xf2\xa2\x0c\xda\xf6\xea\x77\x8d\x6d\xab\x6c\xc0\xb8\xf7\x14\x1b\x56\x7b\xbd\xa5\x75\x0c\xa3\x91\x1c\x3b\xdf\x0d\xd8\x58\x04\x69\x5c\xd5\x02\x98\x6e\x12\x1a\xe8\x50\x3b\x35\x21\x62\x1b\x55\x11\x5d\x32\x69\x3f\x5f\x53\xa6\x80\xf8\xc0\x45\x2b\xa6\x8c\x8b\xfc\x53\x1a\x6d\x98\x72\xa1\xdc\xb7\x86\x9a\xc8\x80\x2c\x34\x6c\x27\x71\x6b\x15\xad\x37\x0d\xf7\x44\xc6\xf1\x5f\x5b\xdf\x1f\x1f\xfd\x5f\x00\x00\x00\xff\xff\xe7\xa5\x7e\x3b\x01\x3a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\x1b\x37\x92\xfe\xce\x5f\xd1\xc5\xca\x9e\x76\x73\x1a\xd2\xb2\x9c\x73\x96\x97\xe4\x8a\x22\xc7\x12\x1d\x49\xe4\x72\xa8\x38\xd9\xad\x2d\x16\x38\xd3\xe4\x40\x9a\x19\x8c\x01\x0c\x25\xc6\xa7\xff\x7e\x05\x60\xde\x39\xa4\x28\xd9\x71\x5d\xfc\x89\x1e\x34\xba\x9f\x7e\x41\xa3\xd1\x80\x48\x4c\x7f\x41\x2e\x28\x8b\x7a\x20\x31\x8c\x03\x22\xb1\xc3\x62\x8c\x84\x4f\x97\xb2\x43\x59\x77\x7d\xd2\xba\xa3\x91\xd7\x83\x59\x3a\xdc\x0a\xc8\x02\x03\xd1\x6b\x01\xdc\xde\x8b\xd3\x93\x1e\xb4\x4f\x3a\x6f\xda\x2d\xc8\x19\xf4\xcc\x80\x25\x59\xe8\x12\xf9\xd6\x8a\x99\x90\x2b\x8e\xe2\x63\x60\x89\xd7\xb4\x15\xa2\x10\x64\x85\x3d\xe8\x43\x84\xf7\xf0\xfe\x83\x03\x24\x8e\x03\xea\x12\x49\x59\x04\x4b\xc6\xa1\x1f\x13\xd7\x47\x98\x69\x06\xf0\x16\xfe\x9a\x08\x1a\xad\x60\x62\x18\x39\xff\xb8\xfc\x1b\xf8\x44\xc0\x02\x31\x02\x97\x23\x91\xe8\xb5\x00\x68\x04\x1b\x96\x70\x88\x39\xbb\x45\x57\x76\x60\xe6\x23\x24\x02\x79\x44\x42\xec\xc6\x44\x88\x7b\xc6\x3d\x2d\x80\x78\x21\x8d\xa8\x90\xc8\x15\x5f\x3d\x4b\xe1\xa0\x02\xbe\xf9\xf4\xfe\x83\x33\xef\x0f\xaf\x46\xd7\xf3\x1b\xc7\x9e\x5e\xf7\xaf\xec\xc7\x6e\xf9\xeb\xa4\xef\x38\x1f\xc6\xd3\xe1\x63\xa7\x05\xf0\x4e\x31\x73\x5d\x14\x1a\xa0\xf4\xb1\x04\x12\x3c\x22\xc9\x82\x08\x84\xf6\x37\x9f\x86\x67\xf3\x61\x7f\xd6\x3f\xeb\x3b\xf6\x63\x5b\xa1\xd2\xc4\x2e\x47\x0f\x23\x49\x49\xa0\x24\x0f\xcf\x2a\x22\x87\x67\x55\x59\x93\x00\x15\xb3\x05\x82\x48\x38\x82\x64\xa9\xee\x9a\x93\x40\x97\xa3\x04\xa5\xaa\xa7\xe4\x29\xbc\x17\xb3\xd9\xc4\x99\x3b\xf6\x60\x6a\xcf\x1e\xdb\xe0\xb2\x48\x12\x1a\x65\x40\xcb\x34\x03\x7b\x3a\x1b\xbd\x1b\x0d\xfa\x33\xfb\xb1\x05\xb0\xa4\x81\xb6\x9c\x31\x96\x40\xbe\x56\x93\x04\xba\x4a\xae\x62\x83\x91\xec\xb4\x42\x94\x44\xa9\xa8\x42\x81\x44\x11\x93\xda\x81\x3a\x32\x00\x3c\x14\x2e\xa7\xb1\xd4\xa1\xd5\x2f\xf9\x37\x8b\x12\xcd\x5a\x19\xbd\x64\xb0\x52\x1c\x08\x58\x24\x34\x90\xa0\x3d\xaf\x39\x02\x38\xaf\x47\x1d\xfd\x93\xba\x2c\x1a\x04\x44\x88\x9e\xfe\x69\x71\x3f\x0d\x36\x3d\x5a\x89\x5f\x8f\x8a\x38\x20\x1b\x4b\x19\xa6\x07\xef\xcf\x98\x10\xf0\x01\x17\xe0\x20\x5f\x23\x87\xd3\xce\xc9\x56\xb4\xfd\x67\x19\xd2\x5f\xed\xd8\xc7\x10\x39\x09\x52\x10\xf7\x54\xfa\xe0\x4b\x19\x8b\xbf\x6d\x4b\x8b\x39\x5b\x53\x0f\xb9\x55\x15\x3b\x45\x0f\x2e\x88\x3c\x86\x51\xe4\x1a\x0d\x24\x59\x89\x1e\x18\xd0\xc7\xe9\x42\x39\xbe\x25\x6b\x72\x7c\xbb\x60\x42\x1c\xfb\xd4\xf3\x30\xd2\xa4\xeb\x6c\x81\x66\xeb\xcc\xf0\xdc\xbb\xc6\x0c\x91\x88\x89\x8b\xbd\x02\x61\x8b\x2d\xd4\xc2\x10\xbd\x96\x05\xe5\x95\xbf\x3e\x69\x01\x98\x55\xae\xcc\x42\x5d\x6c\x01\x94\xbd\xdb\xe0\xdf\x9a\x87\xd5\x52\xbb\xc7\x85\x8e\x15\xe4\x47\x42\x5b\x08\x62\xc6\x65\x27\x25\x17\x86\x73\x87\x04\xb1\x4f\xaa\x39\xc6\xc3\x18\x23\x0f\x23\x97\xa2\xe8\xc1\xd1\xbf\x3e\xb5\x15\xfa\x76\x4f\xc5\x71\x7f\x32\xb9\x54\x71\x39\x1a\x5f\xcf\xf5\xc2\x28\xa9\xda\x3e\x4e\x79\x03\xb4\x15\x7c\x35\x23\x55\xa0\xfd\xf8\xef\x23\x3d\x58\x64\x2b\xad\x46\x11\x60\x3d\x68\x60\xae\xc9\x8c\x7d\x9b\x47\x45\x8c\xae\x61\xa6\x74\x4b\xf9\x5a\xfa\x3f\x3d\xf8\xfe\xd5\xf7\xaf\x52\x41\x92\xf0\x15\xca\x49\xf5\xb3\xc0\x00\x5d\xc9\x78\x61\xc1\x38\x60\x9b\x10\x23\x39\x60\xd1\x92\xae\x9a\x85\x7e\x1d\x5f\x89\x3f\xb5\xb3\x4c\x6a\xb2\x5e\xe2\xb3\x37\x6f\x4e\x9b\x7c\x96\x7d\xfe\x7f\xe4\xb3\x7c\x3b\xc9\x1d\x57\xb8\xec\x4b\x86\x79\xc9\x69\x4f\x59\xef\xbb\x37\xa7\xaf\x1b\xac\x97\x7f\x7e\x91\xf5\xca\xf2\x1b\x0c\x49\xbd\xe6\x59\x2a\x8a\x73\x3b\x4f\x59\x22\x9f\x6f\x65\x3d\xcb\x14\x08\x85\x05\xb3\x64\x96\xad\x89\x3f\x36\xad\xf8\x4c\x48\x45\x75\x31\x76\x66\x6a\x54\x6f\xd0\x86\x81\x64\x99\xbc\xdd\xac\x9e\x69\x2f\xf1\x07\x1a\x4c\x7c\x21\x8b\x1d\xb8\xb6\x1b\x0d\xe7\xa4\x96\x2b\x04\x4b\xe4\x21\x8d\x52\xc1\xaa\x26\x94\x3e\x67\xc9\xca\x6f\xb4\xf0\x1e\xd1\x3b\x57\xf8\x28\x24\x2b\x74\x24\x47\x12\x6e\x99\xf3\x8b\x46\xcd\x4e\x04\x67\x09\x0d\x3c\xb3\xbe\xfe\x58\x04\x65\xf3\xb3\x44\xc6\x89\xcc\xad\x9c\x1b\xb2\xc1\x2c\x33\xb2\xca\x07\x77\x32\xef\xa9\x1a\x51\x98\x82\x4e\xb0\x84\xbb\x98\x71\xd4\xf5\xe7\x83\x1c\x52\xae\x26\x0e\xc6\xd7\x33\xfb\xd7\xd9\x7c\x38\x9a\x3e\xa6\x04\x2b\x2a\x0b\xe9\x1c\x97\x8a\xcc\x19\xdf\x4c\x07\xf6\x7c\x6a\x4f\xc6\xce\x68\x36\x9e\xfe\x36\x9f\xda\xef\x1e\x73\xaa\x84\xd3\x66\xaa\x9b\xe9\x65\x46\x25\x37\x31\xf6\xe0\x9c\xa6\x98\x24\x27\x12\x57\x9b\x4c\x92\xc1\xe8\xd4\xbe\x02\x60\xb4\x2e\xfe\x63\xa5\xfa\x5e\xf5\x7f\xb1\xaf\xe7\x57\xa3\xe9\x74\x3c\x55\x22\x72\x02\x80\x35\x09\x12\x6d\x91\x3a\xcd\xe3\x16\x97\xbe\xaa\xd9\xfb\x03\xad\x7b\x13\x87\xf2\x78\x31\x7b\xc9\xb8\x8b\x93\x24\x08\x7a\x20\x79\x82\xc5\x77\xce\xc2\x5e\x89\xcd\x5e\xb7\xe5\x45\xa8\x2a\x56\xad\x7b\x5c\x98\x2d\xa9\x54\x90\xe6\x35\x43\xef\xa4\xf3\xa6\x36\x2f\xad\x4b\xbf\xf9\x34\xba\xea\x9f\xdb\x73\x67\x36\xb5\xfb\x57\xda\xed\xce\xa4\x3f\xb0\xab\x06\x77\xb4\x61\xcd\xf2\xe4\x74\xb5\x42\x9e\xef\x41\x2b\x2a\xfd\x64\x51\x80\x36\x67\x20\xc5\xf8\x7c\x34\xbb\xb8\x39\x9b\x7f\xb0\xcf\x2e\xc6\xe3\x9f\xb3\x23\x50\xdd\x91\x17\xc9\x22\xe3\x84\x11\x72\xea\x36\xb2\xb2\xaf\xed\xe9\x68\xb0\x9f\x97\x99\x9e\x32\xa3\xca\x66\x03\x9f\x44\xea\x90\xfb\xa9\x4a\x39\x2a\xc6\x52\x6a\xf3\xdd\x2c\xd7\x74\x60\xe7\xca\x1e\xd6\xb6\xcf\xaf\xb7\xbc\x39\x6a\x56\xa2\x07\x27\x9f\x51\x16\x35\x2d\x1c\xa3\xff\x14\xcd\x59\xd6\xf8\x39\x6b\x24\xa4\x24\x55\x1d\xb7\xf5\x3c\x58\xd7\xe7\x62\x7d\xca\x3e\x5a\x9f\xdc\x46\x90\x26\x27\x42\xa3\x3c\x48\x8d\x8f\x2b\x49\xa0\x58\xc0\xc3\xb3\xb9\x63\x4f\x7f\x19\x0d\xec\xf9\x64\x6a\xbf\x1b\xfd\x3a\xbf\xea\x4f\x26\xa3\xeb\xf3\x12\x6d\x79\x3d\xef\x29\x94\x7e\x1c\x9e\x35\x0b\x78\x7f\x3d\x1c\x35\xb3\x4b\x07\x1f\x9b\xe7\x65\x8d\x88\x9d\x73\xf3\x4e\x45\xf3\xfc\xac\x73\xb1\x73\x7e\xde\xda\x68\x9e\x9f\x35\x4b\x76\xce\xcf\xbb\x29\xcd\xf3\x75\xa7\x66\x3c\xbe\x9c\x3b\xa3\x7f\xee\x66\x52\xa1\xda\xc5\xa9\xff\xeb\x21\x9c\xca\x54\x3b\x38\xcd\x7e\x9d\x8f\x9c\xf1\xa5\xf6\xe0\x4e\x46\x65\xa2\x26\x3e\x8d\x4d\x9b\xda\x16\x90\x73\xec\xa2\x74\xbb\xb7\xf7\xc2\x32\xf9\xcc\x5a\xb3\x20\x09\xf1\x50\xae\xcd\x18\x77\x76\x8d\x0e\x43\xfa\xb3\xfd\xdb\x33\xf8\x2a\xf2\xc3\x79\xef\x0f\xba\xfd\x73\x76\x49\xa9\xb6\x02\x77\x73\xae\xb5\x0c\xf7\x72\x7b\x1a\x67\xad\xd5\x58\x22\xd4\xbb\xcb\x53\x29\x4e\x13\xa9\x4d\x7e\xc2\x02\xea\x6e\x7a\xd0\x0f\xee\xc9\x46\x6c\xed\xdf\xfb\xb9\x94\x0e\x7c\x99\x26\x79\x7e\x4b\x8f\xc9\x6f\xdf\x7e\x5f\x51\x22\x2d\x0b\x58\xc0\xee\x28\xa9\x8c\xc4\x9c\x49\xe6\xb2\xa0\x07\xb3\xc1\x64\x2f\xcf\xa2\x8b\x52\xe6\x99\x1e\xef\x5e\xc2\xb0\x38\xe2\xd7\x19\x8a\x83\x38\x72\x24\x1e\x8d\x50\x88\x09\x67\x0b\xec\x55\xe6\xe0\x43\x39\xfd\x9b\x7f\x2e\x0b\x43\x12\x79\xf5\xcf\x16\x74\x17\x34\xea\x2e\x88\xf0\xb7\x46\x2c\x77\xeb\x93\x9b\xf0\x00\x2c\x2b\x62\x31\x67\x0f\x1b\x38\xfa\xf6\x08\x2c\x01\x56\xd2\x1c\x6f\xbd\xa7\xe2\xc6\xfc\x3b\x52\x5a\xf7\xba\xdd\x80\xb9\x24\xd0\x47\x26\x65\xee\x6e\x48\x22\xb2\x42\xde\xbd\x0d\x1f\xb4\xb4\xee\xff\xac\x50\xfe\x38\x20\x92\x04\x34\x22\x7f\x39\xed\xab\x5d\xfa\x2f\xa7\x43\xd3\x35\xfd\x0f\x22\xe5\x8f\x42\x12\x89\xd7\x24\xc4\xa3\x2d\x21\xff\xbb\xe2\x18\x83\x45\x3f\xc2\x51\x4e\x05\xdf\xfe\x08\xdf\x3a\xb3\xfe\x74\x66\x0f\xcb\x33\x4c\x46\xba\x62\x49\x54\x0f\xb5\x50\x7d\x9b\x10\xe9\x1f\x90\xc6\x4a\x4d\x51\xcb\x45\x2e\xe9\x52\xd5\x02\xd8\x44\xa8\x9c\x39\x8e\x82\x4d\xad\xfc\x2d\x9d\x0b\xcf\x39\x71\x71\x82\x9c\x32\xcf\x41\x97\x45\x9e\xe8\xc1\x7f\x15\x21\x69\x78\x8a\xed\xaa\xfe\x49\xe1\x69\x51\x59\x81\x63\xbe\x5d\xa7\xab\x71\xab\x6b\xdf\x58\xf7\x96\x0a\xcc\x09\xe1\x24\x2c\x61\x21\x89\x64\x21\x91\xd4\xad\xa9\x97\x2f\x09\x25\xa9\x82\x7d\x5f\x0a\x78\xd1\x99\xe0\x89\xc3\xdc\x9f\xb0\x12\xde\xd5\x10\xfb\x22\x45\x71\x95\xf9\x9f\xa6\x3e\xae\xc3\x7e\x86\x01\xe1\xf3\xaa\xe6\xc9\xd8\x99\x9d\x4f\x6d\xe7\x1f\x97\x3a\xfb\xbd\xa8\x40\x2d\xf1\xf8\xac\x42\xb5\xc4\xe7\xb3\x0a\xd6\x12\x1f\x55\x48\x0e\xc6\xd7\xd7\xf6\x40\xd9\xcf\x69\x66\xb7\x9b\xfe\x00\xee\x93\xa9\x3d\xe9\x4f\xed\xe1\x7c\x36\xed\x5f\x3b\xfd\x3f\x44\x8e\x73\xa1\x25\x9c\xdd\xbc\x7b\x67\x4f\x9f\x66\x5e\x25\x6f\x28\x77\x1a\xa2\x0d\x20\xa0\x6b\xdc\xb1\x2d\xd3\x88\x4a\x4a\x82\x21\x06\x64\x93\x27\xf1\xd3\x6a\x5d\x21\xdd\xd8\x61\xee\x5d\x3d\x23\xc3\x76\x6f\x3b\xa5\xa7\x21\xb2\x44\xe6\xec\x4e\x0e\x49\x7d\x4d\xeb\xe4\x90\xca\x6a\x4b\xfa\xd7\x29\x4e\x9a\x4a\x13\x7a\x48\xb5\x12\x8b\x8f\x01\x58\x3e\x9c\xbc\x7e\xdb\x79\xd5\x79\xd5\x39\x01\xeb\x06\xbe\xa9\xad\x55\xb0\x3e\x82\xe5\x55\x3e\x67\xab\x62\x9b\x27\xc0\x91\x63\x5f\xda\x83\x19\x9c\x1c\x3d\xed\xdb\xef\x0e\x76\xd5\x61\x15\xc7\x9a\xf0\x6e\x40\x17\xdd\x78\x25\x3e\x06\x5d\x95\x5d\x1b\xca\x8d\x26\x7f\x57\x48\x3f\xab\xaa\xc0\x30\x96\x9b\x21\xe5\x55\x57\x85\xe8\xd1\x24\xec\x41\xbb\x7d\x50\xf8\xe5\x70\xbe\x76\x11\xd1\x14\xf8\x2f\xaa\x27\x0a\x3e\xbd\x4a\xce\xa8\x34\x0f\x67\xfd\xf3\xc7\xda\xcc\x67\x75\x19\x0f\xaa\x46\x62\x65\x27\x94\xda\x88\xd6\xf6\xfd\x9c\x12\xaa\xef\x42\xa4\x8f\xe5\xfd\xb6\xd3\x02\x48\xdf\x03\x98\x3a\xaf\xfc\x1c\x42\x7d\xc9\xef\xf4\xeb\x46\x6c\xa9\xe5\xfd\x31\xa1\x1c\xbd\xdc\x15\x69\xfa\x54\xc5\x26\x89\xe3\x3a\x8e\xa3\x41\x22\x24\x0b\xf5\x6d\x48\x8e\xa7\x7c\x7d\x05\x9c\x25\x12\x3b\x00\x97\x48\xd6\x08\x8b\x80\x44\x77\x9a\xc8\xc3\x25\x49\x02\x99\xcf\x34\xd7\xb5\xd8\x59\x75\x7a\xf0\x43\x49\x1b\xfd\xa4\xe1\x27\xeb\x87\xf4\x95\xcd\x4f\x9d\x1f\xd2\x99\x96\xc7\x42\x42\x23\x4b\x24\xcb\x25\x7d\xf8\xe9\xa8\xae\x75\x86\x4c\x81\x31\xf7\x46\x17\xa9\xa8\x5c\xff\xca\xdd\xcd\xc1\xaa\x89\x43\x75\xd3\x1a\xe5\xfa\xa5\xba\xa5\x77\x3c\x5f\x5a\x45\x71\x90\x8e\x4e\x5d\xc9\x73\x2a\xd3\xab\x04\xb8\x99\x8e\xea\x37\x6b\x75\x79\x8a\x7a\x8a\x31\x13\x54\x32\xbe\x01\x73\x93\x60\xc4\x34\x5e\x65\xec\x89\x27\x8d\xb9\xd7\xed\x9a\x9e\x7a\xc7\x65\x61\xd7\x34\xf7\xf3\x46\x7e\x37\xff\x65\x7d\x4c\xa8\x7b\x27\x24\xe1\x52\x34\x29\xb0\xe0\x24\x72\xfd\xae\x24\x2b\xe0\xb8\x44\x8e\x91\x6e\xe0\x37\x40\x2f\x06\x77\xa1\x9e\xda\xef\x0a\x90\xed\x93\xce\xeb\x76\x5d\xa2\x4a\xd8\xfa\x55\x0e\x8d\x34\xd7\xd4\x6b\x20\x99\x7e\x42\xe4\xfd\xb7\x49\xa4\xda\x96\x9c\xb1\x82\xc0\xa3\x5c\x97\xeb\x9b\xad\x05\x3a\x30\x57\x4c\x30\xcc\x28\x72\x80\xa5\xeb\xa6\x02\x96\x64\x1e\x0b\xa8\x90\xdd\xec\x87\x75\xeb\x2d\xdc\x3a\xce\x61\x76\x7d\xff\xfe\x7a\x38\x32\xc9\x42\x3f\xb1\x5a\x6c\x2a\xef\xdf\x24\x03\x8e\x82\x05\x6b\xf3\xae\x4b\xe5\x6f\x13\x10\x26\x60\x75\x0c\x6b\xcf\x74\x8b\x21\xd1\x2d\x92\xe4\xd0\xa9\x6b\x53\x15\x5c\x49\x38\x45\x83\x38\x4b\x2b\x5b\x9c\xd3\xd0\x1f\x6e\x85\x6a\xce\x36\x0d\xef\x66\x99\x75\x71\xa5\x32\x79\x57\x28\x2a\x27\xed\xcc\xaf\x6c\x59\x7e\xee\x56\x7b\xd2\x56\x3a\x7d\xeb\x37\x6c\xa2\x0e\xcb\x31\xd3\x2a\xa0\xea\x67\xee\xa7\x93\x6e\xda\x86\x78\x0a\x63\x1d\x4d\x16\xa4\x05\xfe\xad\xb8\x2b\xcd\xd8\x81\xb1\xda\x9e\x4d\x71\x99\xdb\xb7\x8e\xcb\x9f\x85\xe9\x0e\x37\x2f\xc0\xf5\x33\x6e\x0e\xc0\x96\xb6\x79\xab\xf8\xee\x70\xd3\x84\xaf\x8c\x29\x7b\xa5\xb9\x0f\xc1\xa4\xa0\x39\xa8\x19\x5c\x13\xe9\xa0\x14\xf0\x40\xac\x98\xb1\xa0\x1b\xd2\x48\xff\xb0\x04\xfd\xbd\xd8\xbc\x5d\xbd\xeb\x27\x1c\xbd\xd2\xfa\xdb\xca\x12\xc3\x7c\x08\xae\x68\x44\xc3\x24\x84\x09\x63\x01\x38\xf4\xf7\x4a\xc8\x57\xaf\x22\xf6\xa2\x21\x0f\x5f\x04\x0d\x79\xd8\x83\xa6\x72\x9d\xd1\x84\x46\x72\x12\x09\xe2\xea\x9d\x90\x0a\x16\x14\xef\x72\x5f\x84\x66\x56\xb0\x83\x51\xc6\xae\x8c\xa8\x72\x2d\xd2\x10\x1f\x61\xaa\x4e\x94\x84\x0b\xe4\x2a\x92\xdd\x80\x62\xa4\x57\x7f\x84\xae\x79\x2d\x4a\x82\x80\xdd\xa3\xd7\x81\x99\x4f\xd5\xff\x04\x03\xa1\x95\xf1\x4d\x41\xb7\xcd\x24\xe6\x18\x13\xa5\x46\x49\x5f\xb1\xa5\x48\xe9\x29\xe8\xd5\x36\x8e\x02\x40\xae\xd0\x9e\xa3\x7c\x4d\xb7\x41\x66\x49\x01\x3e\xbb\x87\x30\x71\x7d\x08\x31\x54\x3b\x39\x15\xe0\xa1\xa7\xc3\xdd\x53\x3b\x42\x09\x85\xf2\x83\x4b\x5c\x5f\xe5\x3c\xe5\x80\x7d\x88\x1d\x5f\x2b\x78\x96\x2c\x97\xc8\x1b\x21\xd6\xce\xe9\xbb\x52\x7c\x22\x90\xef\xcf\xf3\x37\xe9\x3b\xeb\x56\x5a\xe5\xeb\x29\xff\x22\xd6\xef\x7d\xeb\x9f\xaf\xac\xbf\xff\xfb\xd3\xa9\x2a\xb8\xf5\x3d\xbb\x7e\x22\x8e\x0f\x31\x47\x21\x6a\xa1\x50\xba\x66\xa9\xe5\xe0\xbd\xc8\x76\x65\x8d\x9c\xaa\x94\x32\x0c\xba\xa3\x32\xb4\xef\x1f\x8f\x0e\xc0\x56\x6a\x14\xed\xc7\xf6\xfe\x83\x03\x7d\x2f\xa4\x91\x36\x4a\x1d\x53\x75\xb4\x62\xb2\xe7\x82\x6a\xbc\x9e\x3a\x14\xdb\x64\x87\xcd\x1a\x29\x3e\x17\xdf\xc1\xb6\x33\xaf\x32\xb2\xc3\xea\x8e\xed\xe8\x5c\xd7\xa8\xf0\x01\x17\x3e\x63\x77\xe9\xa6\xfe\x62\x94\x8d\x6f\x45\x9e\x06\x6a\x9e\x7c\x98\x12\xf3\x29\xbc\x29\xed\x97\x02\xdc\xf8\x22\xe5\x49\xc4\xd7\xd9\x99\x18\x68\x04\xf7\x3e\x75\x7d\x9d\xcf\x4b\xa7\x6f\xa1\x93\x4b\xfa\x58\x1d\xae\xa8\xe7\x05\x78\x4f\x38\x9a\x5e\x81\x00\xc2\x4d\x2e\xa5\x91\x90\x24\x08\x4c\xb6\x45\x51\xe3\xa1\x26\x44\x8c\x87\x24\x08\x36\x05\x29\xa4\x05\x46\x7e\x88\x28\xce\xe8\xa6\xa6\xfd\x8d\x25\x20\x7c\x96\x04\x1e\xb0\x28\xd8\x40\x84\x26\xf5\x85\xcc\xa3\xcb\x0d\x48\x95\xd6\xe9\x12\x36\x2c\x39\x5a\x63\x89\xef\x96\x0e\x34\x02\xd3\xf1\xf0\xe8\x52\x9f\x2f\x4a\xa2\xba\xd9\xdf\x86\xd4\x5d\x54\xe2\x50\x18\x2a\xb7\x78\x73\x07\x61\x4f\xa1\x58\x3c\xb9\xaf\x39\xe1\x8a\xac\x31\x82\x90\x72\xae\xb6\x53\xa6\xff\x10\x44\x19\xdd\x79\x3d\x32\xa1\xb4\x55\xb2\x56\x66\x94\x4f\x78\x5b\x8f\xc8\x6a\xa2\x2e\xa9\x90\x6a\x93\xca\x8e\x39\x14\x85\x0e\xb8\xd4\xf7\x84\xbb\x3e\x5d\xa3\x80\x7b\x1a\x04\xb0\x50\x1b\x7b\x4c\xb5\x9f\x24\x33\x27\x8f\xfc\x1a\x40\x5b\x73\xc9\x02\x0f\x79\x07\x46\x4b\x48\x22\x11\xa3\x4b\x97\x14\xbd\x63\xb5\xf1\x16\xbc\x68\x04\x5d\xf3\x10\xb8\xc6\xb6\x53\xf4\x38\xca\xaf\xd6\x1a\x76\x7b\x75\x6a\x2c\x19\x46\x21\x69\x97\x5e\x91\x9b\x58\x04\xa1\x5d\xd5\x01\x98\x6d\x62\xea\xaa\x50\x3b\xd6\x21\xa2\xa1\x92\x80\xae\x22\x61\xfe\x52\x43\xea\x02\xe2\x96\xf1\x4e\x48\x23\xc6\xb3\xbf\xa6\x50\x86\x29\x36\xca\x7d\x7b\xa8\x8e\x0c\x48\x43\xc3\xf4\xa7\xb6\x76\xd1\x7a\x2b\x6a\x4f\x64\xb4\xff\xde\xf9\xae\xdd\xfa\xbf\x00\x00\x00\xff\xff\x0e\xec\xf2\xab\x78\x35\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x73\xdb\xb8\x11\xfe\xae\x5f\xb1\x93\xb9\xab\xdb\x8c\x49\xc5\xc9\x4d\xcf\x65\x93\x74\x14\x59\x89\x95\xc6\xb6\x86\x92\xcf\xbd\x76\x3a\x1a\x90\x5c\x89\xb0\x49\x80\x01\x40\xc9\x6a\xea\xff\xde\x01\xc0\x77\xd1\x72\x72\x2f\xf5\x27\x99\x58\x3c\xbb\xfb\xec\x62\xb1\x0b\x92\xd1\x9f\x50\x48\xca\x99\x07\x0a\xd3\x2c\x21\x0a\x5d\x9e\x21\x93\x31\x5d\x29\x97\xf2\xe1\xe6\x64\x70\x47\x59\xe4\xc1\xa2\x58\x1e\x24\x24\xc0\x44\x7a\x03\x80\xdb\xad\x7c\x75\xe2\xc1\xb3\x13\xf7\x87\x67\x03\xa8\x00\x3c\xbb\xe0\x28\x9e\x86\x44\x9d\x3a\x01\x91\x34\x74\xe4\x4b\x3a\x48\x51\x4a\xb2\x46\x0f\x46\xc0\x70\x0b\x1f\x6f\xe6\x40\xb2\x2c\xa1\x21\x51\x94\x33\x58\x71\x01\xa3\x8c\x84\x31\xc2\xc2\xec\x85\x53\x88\x89\x84\x00\x91\x41\x28\x90\x28\x8c\x80\x32\xd8\xf1\x5c\x40\x26\xf8\x2d\x86\xca\x1d\x00\x2c\x62\x84\x5c\xa2\x60\x24\xc5\x61\x46\xa4\xdc\x72\x11\x19\x34\x12\xa5\x94\x51\xa9\x50\x50\xb6\xb6\xfb\xb4\x52\x2a\xe1\xbb\x2f\x1f\x6f\xe6\xcb\xd1\xd9\xc5\xf4\x72\x79\x3d\x9f\xf8\x97\xa3\x8b\xc9\xc3\xb0\xf9\x75\x36\x9a\xcf\x6f\xae\xfc\xb3\x07\x77\x90\xa2\x22\x11\x51\x44\x3b\x4d\x18\xe3\xca\xd8\x6b\x38\x00\x88\x50\x86\x82\x66\xca\x90\x38\x62\x80\xf7\x24\xcd\x12\x84\x8f\xef\xb8\x94\x70\x83\x01\xcc\x51\x6c\x50\x34\x5d\x75\xe1\x3d\x17\x90\x72\x81\x40\xd9\x8a\x8b\xd4\x12\x40\x02\x9e\x2b\x03\x0a\x90\x4b\x6d\xb2\x8a\xa9\xac\x88\x3d\x06\x89\x08\xb1\x52\x99\xf4\x86\xc3\x35\x55\x71\x1e\xb8\x21\x4f\x87\xb7\x01\x97\xd2\xa9\xe2\x36\x6c\x68\x72\xca\xcd\xd2\x35\xc0\x34\xe4\x6c\x9c\x10\x29\x3d\xf3\xd3\x11\x71\x11\x27\xb3\xda\x0a\x7d\x44\x65\x96\x90\x9d\xa3\x69\xf5\xf6\xdd\x79\xe5\x9e\xec\x45\xeb\x8f\x8c\x5b\xfb\xfe\xb4\x0f\x97\x09\xbe\xa1\x11\x0a\xa7\x8d\xeb\x63\x04\xe7\x44\x1d\xc3\x94\x85\xd6\x44\x45\xd6\xd2\x03\x6b\xd5\x71\x91\x44\xc7\xb7\x64\x43\x8e\x8d\x9f\x56\xa6\x37\x59\x23\x1e\xe6\x29\x32\x1b\x1e\x27\x17\x89\x57\xb1\x45\xc2\x10\xa5\x74\x05\x46\x31\x51\x86\xb4\x96\xf0\x10\xd9\x50\x60\xe4\xc4\x44\x39\x96\xcd\x2d\x06\x8e\x34\x9e\x0e\x0f\x68\x4c\x38\x5b\x3b\xad\x0c\x58\x34\x23\x06\x11\xae\x28\x43\x09\x02\x25\xcf\x45\x88\x12\x18\x62\x84\x51\x11\x64\xc5\x21\xc2\x0d\x26\x3c\x2b\x79\xf8\x3a\x9e\x03\x22\x31\x6a\x26\xd4\x31\x50\x16\x26\x79\x44\xd9\xba\x80\x26\x10\xe4\x34\x89\x20\xe4\x6c\x45\xd7\xb9\x28\xc4\x08\x8b\x80\xb0\xd6\xb1\x8b\x30\x4b\xf8\x4e\x53\xd1\x16\x76\x0f\xf8\x2d\xf3\x2c\xe3\x42\x3d\xc1\xb1\x01\xd8\x94\x05\xa6\xac\x13\x36\xee\x8f\xd5\x08\xbb\x2e\x33\x12\xa2\x57\x27\xd0\x80\x07\xfa\xb4\x4b\x6f\xe0\x40\xb3\x68\x6d\x4e\x06\x00\xb6\x40\x69\xba\x68\x88\x03\x80\xe6\x71\xed\x39\xb0\x9d\x23\xab\xab\xc7\x16\x03\xb0\xc1\x3e\x92\xc6\x1d\xd0\xde\x59\x02\xea\x7a\x67\xd0\x6a\xe2\x3c\xf8\xee\xcb\x68\x36\xfb\x34\x1d\x8f\x16\xd3\xab\xcb\xa5\x29\x21\x46\xcc\x7a\xd8\xbf\x2a\x33\x0c\x2d\x98\x56\x51\xe0\x3a\xe6\x1f\x0f\x4e\x5f\x9c\xbe\x28\x53\x83\x88\x35\xaa\x59\xfb\xb3\xc4\x04\x43\xc5\x45\xed\x48\x19\xba\xb1\x89\x5c\xbf\xd2\x1e\xca\x68\xd4\x2b\xea\x68\xdf\x2b\x46\x7d\x9e\xab\x6f\xe7\xd3\xec\xb2\xd5\xb7\xe6\xaa\xa4\x55\xda\x20\xfd\xce\xcc\xc6\x5c\x2a\x2d\x75\x7e\x35\x5f\xe8\xd5\xe5\xf9\x62\x31\xb3\x00\x8a\x97\xfa\x1e\x87\x7a\x34\xc5\xa6\x29\x59\xe3\x5c\x09\x24\xe9\x1e\x2d\xbf\xa9\x33\x8f\x5a\xf0\x4e\x9f\x69\x1b\xeb\xdf\xd7\x82\x26\x9d\x3c\x57\x59\xae\xbc\xaa\x66\x95\xbf\x7a\x68\x59\x90\x75\xb5\xf8\x28\xb8\x67\xee\x23\x7b\xe3\xd8\xb2\x58\x22\x86\x9c\x29\xbc\x57\x67\x54\xe8\x8d\xe3\xab\xcb\xc5\xe4\x1f\x8b\xe5\xd9\xd4\x7f\x28\x04\xd6\x54\xd5\xda\x05\xae\xb4\xd8\xfc\xea\xda\x1f\x4f\x96\xfe\x64\x76\x35\x9f\x2e\xae\xfc\x9f\x97\xfe\xe4\xfd\x43\x25\x95\x0b\xda\x2f\x75\xed\x7f\x2a\xa5\xd4\x2e\x43\x0f\x3e\xd0\xc2\x26\x25\x88\xc2\xf5\xae\xd4\x64\x6d\x9c\x77\xbe\x02\x20\xdb\xd4\xff\x38\x85\xbf\x17\xa3\x9f\x26\x97\xcb\x8b\xa9\xef\x5f\xf9\x5a\x45\x25\x00\xb0\x21\x49\x6e\x18\xe9\xca\x3c\xec\xa1\x8c\xfc\xc5\xf4\xfd\x68\x6c\x7c\xef\x43\x68\xae\xd7\xbb\x57\x5c\x84\x38\xcb\x93\xc4\x03\x25\x72\xac\xbf\x0b\x9e\x7a\x0d\x98\x83\x61\xab\x0a\x74\x79\x0d\xda\xc2\xd8\x28\xd6\x55\x55\xf6\x4e\xdc\x1f\x3a\xfb\x8a\xc2\xfd\xdd\x97\xe9\xc5\xe8\xc3\x64\x39\x5f\xf8\x93\xd1\x85\x09\xfb\x7c\x36\x1a\x4f\xda\x84\xcf\x0d\xb1\xf6\x5c\x0a\xba\x5e\xa3\xa8\xea\xa1\xed\x6e\x6a\xa3\x25\x86\x02\xcd\xa1\xfe\x30\x5d\x9c\x5f\xbf\x5b\xde\x4c\xde\x9d\x5f\x5d\xfd\x7d\x39\x9f\x8c\xfd\xc9\x62\x2f\x90\xe7\x79\x50\x22\x21\x43\x41\xc3\x5e\xa8\xc9\xe5\xc4\x9f\x8e\x0f\x63\xd9\xed\x05\x18\xd5\x9c\x8d\x63\xc2\x74\x17\xfb\xa5\x2d\x39\xad\xd7\x0a\x69\xfb\xdd\x1e\xd7\x62\xe1\xd1\x93\x7d\xd6\x29\xe5\xff\xbf\xe3\x2d\xd0\x40\x49\x0f\x4e\x7e\xc5\x25\xd3\x77\x70\xac\xff\x3e\xda\xde\xbd\xd5\x4e\x94\x22\x6d\x1f\xf7\xfd\xfc\x6a\x5f\xbf\xd5\xd6\xa7\xf8\x31\xfe\x54\x1c\x41\x51\x9c\x08\x65\x55\x92\xda\x18\xb7\x8a\x40\x7d\x80\xf7\xa7\x8b\x86\x50\xe3\x20\xf7\x4c\x21\x07\xd1\xca\xa9\xe4\x29\xb4\x6a\x7a\x69\x08\x9a\xe4\x7d\x8a\x41\x23\xa4\x6b\xc8\x8c\x27\x34\xdc\x79\x30\x4a\xb6\x64\x27\xf7\xca\xc3\x61\x94\x46\x6f\x53\x7a\x52\xd1\x57\xf4\x34\x3f\xfe\x78\xda\x72\xa2\xa8\x3a\x3c\xe1\x77\x94\xb4\x56\x32\xc1\x15\x0f\x79\xe2\xc1\x62\x3c\x3b\x88\x59\xb7\x4f\x4d\xcc\xa2\xa9\x79\x1a\x50\x20\x89\x74\xbb\x2e\x67\x82\x07\xe8\xb5\xf6\xe0\x7d\x33\x17\xec\x5f\xc8\xd3\x94\xb0\xa8\xfb\xd9\x81\x61\x40\xd9\x30\x20\x32\xde\x5b\x71\xc2\xbd\x4f\x61\x2e\x12\x70\x1c\xc6\x33\xc1\xef\x77\x70\xf4\xfc\x08\x1c\x09\x4e\xde\x9f\x1d\xde\x53\x51\xb6\x7f\x47\xda\x69\x6f\x38\x4c\x78\x48\x12\xd3\x0f\x69\x72\x86\x29\x61\x64\x8d\x62\x78\x9b\xde\x1b\x6d\xc3\xbf\xad\x51\xbd\x19\x13\x45\x12\xca\xc8\xf7\xaf\x46\xfa\xc8\x7e\xff\xea\xcc\xce\x1e\x7f\x20\x4a\xbd\x91\x8a\x28\xbc\x24\x29\x1e\xed\x29\xf9\xef\x5a\x60\x06\x0e\xfd\x0c\x47\x95\x14\x3c\x7f\x03\xcf\xe7\x8b\x91\xbf\x98\x9c\xd5\x3b\x14\x8a\x94\x32\x73\x84\x3f\x08\x12\xe2\x0c\x05\xe5\xd1\x1c\x43\xce\x22\xe9\xc1\x9f\x5f\xf4\x5e\x02\x8d\x6a\x3b\x23\x82\xa4\x8d\x8c\x22\xb9\xe2\x7a\x6a\x0e\x3b\x57\x5d\x95\x11\xda\x96\xd6\x41\x3d\x94\xb0\xbf\xe8\x82\x7c\xa2\xb3\xf9\xa6\x6b\x21\xd3\xee\xa1\x32\xbe\x3b\xfb\xf3\x89\x56\x68\x5a\x6a\x15\x63\xeb\x1d\x61\x00\x50\x8c\xd3\x97\xb6\x6f\x68\xcc\x75\xfa\x4b\x35\x6e\x75\x4d\x1d\xe8\x6c\xff\x9c\x53\x81\x51\xc5\x60\x51\x46\x6e\xb7\xd2\x21\x59\xd6\xb5\xe3\x68\x9c\x4b\xc5\x53\xd3\x5c\x57\xf6\x34\x9b\x7a\x10\xba\xf3\x77\x01\x3e\x21\xd9\x20\x04\x09\x61\x77\x46\x28\xc2\x15\xc9\x13\x55\xed\x3c\x36\x3c\xa0\xbb\x76\x3d\x78\xdd\x7c\xab\xd0\x8b\x6f\x9d\xd7\xc5\xd3\xce\x5b\xf7\x75\xb1\xd3\x89\x78\x4a\x28\x73\x64\xbe\x5a\xd1\xfb\xb7\x47\x5d\xaf\x4b\xcb\xb4\x31\x76\xfc\x38\x2f\x54\x55\xfe\xb7\x46\x81\xae\x6b\x1f\xa8\x2a\x9a\x3c\xb8\xf6\xa7\xdd\xd9\xa5\xab\x4d\x4b\xfb\x98\x71\x49\x15\x17\x3b\xb0\x3d\x9e\xd5\xd2\xdb\x64\x1e\xa0\xfa\x2b\xde\x72\xaa\x5f\xce\xe7\x9c\x86\x77\x52\x11\xa1\xa4\xbb\xa6\xaa\xcf\x89\x40\x10\x16\xc6\x43\x45\xd6\xba\x39\x46\x81\xcc\xb4\x57\x3d\xe6\xd7\x8b\x8f\x59\xee\x4f\xde\xd7\x86\x3e\x3b\x71\x5f\x3e\xeb\x6a\x9c\x11\x15\xc3\x96\xaa\x98\x32\x83\x5a\xc4\x0d\x14\xb7\x6f\x0f\x7f\x05\x4c\x33\xb5\x33\x7c\x0a\xce\x6b\x81\x88\x0a\xd3\x61\xec\xf6\xf2\x77\x6c\x07\x00\x38\x2b\x25\x2a\x03\x1b\xc3\x40\x6d\x96\xed\x48\x4d\x93\xca\xc3\x3b\x54\x4e\x18\x93\x3d\x62\x3e\xde\xcc\x61\x14\xa5\x94\xc1\xb5\x44\xd1\xd5\xd8\x5e\x2d\x72\xc6\xd4\x03\x38\xfa\x17\x71\xfe\x33\x72\xfe\xf9\xc2\xf9\xcb\xbf\xbf\x9c\x3e\xe8\xb4\x33\xcd\xa4\x79\xe3\xc4\xfb\x4c\xa0\x94\x36\x3f\x0e\xdc\xf9\x9d\xd0\x3f\x6a\xdb\xac\x78\xb7\x7c\xdc\xbe\x86\xc4\xaf\xb5\xaf\xd1\x45\x1c\xb6\xcf\x76\xd2\x65\x61\x2e\x5a\xe7\x9e\x8c\x8a\xf3\x00\x6e\x30\x88\x39\xbf\x83\x79\x29\xf4\xcb\xac\xec\xed\xef\x9f\x36\xd4\xb6\xe9\xc5\xa3\xd7\x13\xf6\x16\xb2\xbf\x95\xc1\xbd\x53\xc4\x93\x16\x5f\x96\xd3\x12\x50\x06\xdb\x98\x86\xb1\xa9\xee\x8d\x4b\x47\x9a\x93\x53\x3e\x0c\x5e\xd0\x28\x4a\x70\x4b\x04\xda\x7b\x51\x02\x11\xf6\x46\xa1\x4c\x2a\x92\x24\x18\xb9\xfa\xb2\x90\x1d\x0c\xbd\x81\x71\x91\x92\x24\xd9\xd5\xa2\x5a\xa9\x56\x57\x95\x97\x7a\x7a\xb3\x8f\x33\x3f\xf3\x1c\x64\xcc\xf3\x24\x02\xce\x92\x9d\x79\xb7\xd4\x27\x3b\xe5\x11\x5d\xed\xec\xc3\x34\x5d\xc1\x8e\xe7\x47\x1b\x6c\xe0\xee\xf9\x40\x19\xd8\x76\x2e\xa2\x2b\x53\x75\x1a\xaa\x86\x8d\x57\xfc\x56\x88\x1a\x08\x35\x51\x15\xe3\xfd\xb3\xe5\x81\x3a\x5b\xbf\x23\x76\x82\x70\x41\x36\xc8\x20\xa5\x42\xe8\xcb\x95\x43\x2e\xed\xbd\x36\x7f\x39\xb5\xa9\x24\xbb\x96\xb5\x76\x34\x6b\xff\xde\xe0\xdf\x51\xf5\x89\x4a\x05\x7c\x55\x15\x3f\x8a\xd2\x24\x5c\x11\x7b\x22\xc2\x98\x6e\x50\xc2\x96\x26\x09\x04\x08\x21\xcf\xa8\x89\x93\xe2\x86\xd4\x7a\xb4\x31\x6c\xae\x78\x12\xa1\x70\x61\xba\x82\x9c\xe9\x41\x85\xae\x28\x46\xc7\x40\x92\xa4\xc6\xa2\x0c\x86\xf6\x21\xb1\x03\xeb\xd6\x8d\x41\xf3\xa5\xe1\x7f\x01\x00\x00\xff\xff\xc1\x81\x38\x09\x10\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x7b\x73\xdb\xb8\x11\xff\x5f\x9f\x62\xc7\x73\x57\xb7\x37\xa6\x14\x27\x99\x9e\xcb\x26\xe9\x28\xb2\x62\x2b\x89\x6d\x8d\x24\x9f\x9b\x76\x3a\x1e\x88\x5c\x89\xb0\x49\x80\x01\x40\xc9\x6a\xea\xef\xde\x01\xc0\xb7\xa8\x87\x73\xce\xf9\x2f\x9b\x58\xec\xe3\xb7\x8b\xc5\xee\xc2\x24\xa6\xbf\xa1\x90\x94\x33\x17\x14\x46\x71\x48\x14\xb6\x79\x8c\x4c\x06\x74\xa6\xda\x94\x77\x16\xc7\xad\x7b\xca\x7c\x17\x26\xe9\x72\x2b\x24\x53\x0c\xa5\xdb\x02\xb8\x5b\xca\x57\xc7\x2e\x1c\x1c\xb7\x5f\x1f\xb4\x20\x67\xe0\xda\x05\x47\xf1\xc8\x23\xea\xc4\x09\x94\x8a\xa5\x23\x5f\xd2\x56\x84\x52\x92\x39\xba\xd0\x05\x86\x4b\xf8\x78\x33\x06\x12\xc7\x21\xf5\x88\xa2\x9c\xc1\x8c\x0b\xe8\xc6\xc4\x0b\x10\x26\x66\x2f\x9c\x40\x40\x24\x4c\x11\x19\x78\x02\x89\x42\x1f\x28\x83\x15\x4f\x04\xc4\x82\xdf\xa1\xa7\xda\x2d\x80\x49\x80\x90\x48\x14\x8c\x44\xd8\x89\x89\x94\x4b\x2e\x7c\xc3\x8d\xf8\x11\x65\x54\x2a\x14\x94\xcd\xed\x3e\x2d\x94\x4a\xf8\xe9\xdb\xc7\x9b\xf1\x6d\xf7\xf4\x62\x70\x79\x7b\x3d\xee\x8f\x2e\xbb\x17\xfd\xc7\x4e\xf9\xeb\xb0\x3b\x1e\xdf\x5c\x8d\x4e\x1f\xb5\x88\x61\x88\x44\x22\x4c\x11\x64\x22\x10\x14\x4f\xf5\x01\x15\x20\x48\xf4\x04\x2a\xd0\xe2\x7d\x38\xb0\x3c\xce\x27\x93\xe1\xf8\x76\xdc\xef\x8d\xfa\x93\xc7\x03\xf0\x38\x53\x84\x32\xad\x85\xde\x51\xa6\xe9\xf5\x47\x93\xc1\x87\x41\xaf\x3b\xe9\x3f\xb6\x00\x66\x34\x34\xd6\x58\x03\x24\x8a\x85\xde\x24\xd1\xd3\x72\x35\x1b\x64\xaa\xdd\x8a\x50\x11\x9f\x28\xa2\xdd\x40\x18\xe3\xca\x20\x68\xbc\x02\xe0\xa3\xf4\x04\x8d\x95\x71\x6b\x97\x01\x3e\x90\x28\x0e\x11\x3e\xbe\xe7\x52\xc2\x0d\x4e\x61\x8c\x62\x81\xa2\x0c\x7e\x1b\x3e\x70\x01\x11\x17\x08\x94\xcd\xb8\x88\xac\x4b\xc8\x94\x27\xca\x30\x05\x48\xa4\x55\x9f\xca\xdc\xd5\x47\x20\x11\xc1\x38\xd8\xed\x74\xe6\x54\x05\xc9\xb4\xed\xf1\xa8\x73\x37\xe5\x52\x3a\x79\x24\x75\x4a\x92\x9c\x6c\xb3\x6c\x1b\xc6\xd4\xe3\xac\x17\x12\x29\x5d\xf3\xab\x23\x82\x34\x72\xcc\x6a\x25\x18\x7d\x2a\xe3\x90\xac\x1c\x8d\xb4\xbb\x6e\xce\xab\xf6\xf1\x5a\xfc\xfc\x79\x49\x55\x60\x35\xfc\xcb\x3a\xc3\x58\xf0\x05\xf5\x51\x38\x55\xce\x23\xf4\xe1\x9c\xa8\x23\x18\x30\xcf\x2a\xa9\xc8\x5c\xba\x60\xf5\x3a\x4a\x03\xfb\xe8\x8e\x2c\xc8\x91\xb1\xf4\x28\xa0\xbe\x8f\xcc\x92\x36\x9e\x23\x9f\x7b\x49\x84\xcc\xfa\xc9\x49\x44\xe8\xe6\xb0\x11\xcf\x43\x29\xdb\x02\xfd\x80\x28\x83\x5e\x85\xb8\x83\xac\x23\xd0\x77\x02\xa2\x1c\x0b\xeb\x12\xa7\x8e\x34\x26\x77\xb6\x48\x0c\x39\x9b\x3b\x95\x50\x98\x94\x5d\x07\x3e\xce\x28\x43\x09\x02\x25\x4f\x84\x87\x12\x18\xa2\x8f\x7e\xea\x6d\xc5\xc1\xc7\x05\x86\x3c\xce\xe0\xd8\x0f\xf0\x29\xd1\xb1\x5b\xf2\xf7\x11\x50\xe6\x85\x89\x4f\xd9\x3c\x65\x4d\x60\x9a\xd0\xd0\xd7\xd1\x3c\xa3\xf3\x44\xa4\x64\xe5\x54\xe0\x63\x1c\xf2\x95\xc6\x60\x8d\x8a\xf9\xc5\x69\x88\xa2\x84\xa5\x5b\x2a\x41\x6a\xa0\x6d\x6f\x01\x47\x26\x71\xcc\x85\xda\xe1\x08\xc3\x60\x91\x25\xc8\x2c\xcf\xd9\x18\xd9\x94\xe3\xec\xba\x8c\x89\x87\x6e\x11\x6c\x2d\x3e\xd5\xd9\x4a\xba\x2d\x07\xca\x49\x77\x71\xdc\x02\xb0\x09\x56\x63\x4a\x3d\x6c\x01\x94\x0f\x77\xc3\xf1\xae\x1d\x70\x9d\xfd\x96\x38\x05\x1b\x11\x87\xd2\x98\x03\xda\x3a\x0b\x40\x91\xaf\x0d\xb7\x02\x64\x17\x7e\xfa\xd6\x1d\x0e\x3f\xeb\xd4\x33\xb8\xba\xbc\x35\x29\xd0\x90\x59\x0b\x9b\x57\x65\x8c\x9e\x65\xa6\x45\xa4\x7c\x1d\xf3\x87\x0b\x27\x2f\x4e\x5e\x64\xf1\x43\xc4\x1c\xd5\xb0\xfa\x59\x62\x88\x9e\xe2\xa2\x30\x24\x73\x73\xcf\x78\xb9\x59\xe8\x1f\x03\x99\x7c\x0e\xcc\x6c\x64\x3a\xdf\x03\xdd\xeb\xd7\xaf\x9a\xa0\xcb\x3e\x3f\x1b\x74\xd4\x6f\x24\x35\x21\x9c\x23\x3b\xe2\x89\x7a\x3a\xae\x66\x97\xbd\x78\x0b\xc8\xb2\x88\x94\xd6\x59\x3f\x38\x28\x03\x2e\x95\xa6\x3a\xbf\x1a\x4f\xf4\xaa\xb9\x64\x2d\x03\xc5\x33\x79\x9b\x59\x3d\x11\x2f\xf9\x03\x01\x93\xcf\x84\xd8\x9e\x21\xd9\x08\xdc\x38\x45\xae\x10\xac\x50\x44\x94\xa5\x82\x75\xad\xa5\x02\xc1\x93\x79\xd0\x88\xf0\x16\xd1\x1b\xcf\xf4\x20\x22\x73\x1c\x2b\x81\x24\x5a\x83\xf3\x59\xa3\x66\xa3\x06\xef\xf5\xe5\x64\x0f\xd5\x8f\xd5\xa0\x0c\x3f\x4f\x54\x9c\xa8\x1c\xe5\x1c\xc8\x06\x58\x26\x64\x9e\x2f\x6e\x64\xee\x9a\x0a\xcb\xd6\x50\xf6\x7e\xcf\x38\x9a\x1a\xf2\x41\x9d\x52\xa1\x37\xf6\xae\x2e\x27\xfd\x7f\x4e\x6e\x4f\x07\xa3\xc7\x94\x60\x4e\x55\x21\x5d\xe0\x4c\x93\x8d\xaf\xae\x47\xbd\xfe\xed\xa8\x3f\xbc\x1a\x0f\x26\x57\xa3\x2f\xb7\xa3\xfe\x87\xc7\x9c\x2a\x11\xb4\x99\xea\x7a\xf4\x39\xa3\x52\xab\x18\x5d\x38\xa3\xa9\x4e\x4a\x10\x85\xf3\x55\x26\xc9\xea\x38\xae\x7d\x05\x40\xb6\x28\xfe\x70\x52\x7b\x2f\xba\xbf\xf5\x2f\x6f\x2f\x06\xa3\xd1\xd5\x48\x8b\xc8\x09\x00\x16\x24\x4c\x0c\x22\x75\x9a\xc7\x35\x2e\x5d\x5d\x77\x77\x7b\xc6\xf6\x26\x0e\xe5\xf5\x62\xf7\x8c\x0b\x0f\x87\x49\x18\xba\xa0\x44\x82\xc5\x77\xc1\x23\xb7\xc4\x66\xab\xdb\xf2\x22\x22\xab\xe7\xec\x4d\x54\x2a\x28\xf2\xca\xc1\x3d\x6e\xbf\xae\xed\x4b\x8b\x8b\x9f\xbe\x0d\x2e\xba\x67\xfd\xdb\xf1\x64\xd4\xef\x5e\x18\xb7\x8f\x87\xdd\x5e\xbf\x0a\xf8\xd8\x00\x6b\x8f\xa7\xa0\xf3\x39\x8a\xfc\xe2\xb1\xf5\x7a\xa1\xb4\xed\x63\x34\xe3\xb3\xc1\xe4\xfc\xfa\xfd\xed\x4d\xff\xfd\xf9\xd5\xd5\xa7\xac\x8d\xa9\x3b\xf2\x3c\x99\x66\x9c\x90\xa1\xa0\x5e\x23\xab\xfe\x65\x7f\x34\xe8\x6d\xe7\x65\xb7\xa7\xcc\xa8\xc6\xac\x17\x10\xa6\x3b\xc5\x6f\x55\xca\x41\xb1\x96\x52\xdb\xef\xf6\xb8\xa6\x0b\x1b\x4f\xf6\x69\xed\xce\xfc\xe3\x8e\xb7\x40\xc3\x4a\xba\x70\xfc\x3b\x6e\xf3\xa6\x83\x63\xed\x1f\xa1\xed\x47\x2b\x25\x6f\x46\x52\xb5\x71\xdd\xce\xbd\x6d\x7d\xaa\xae\xbb\xf0\x31\xf6\xe4\x18\x41\x9a\x9c\x08\x65\x79\x90\x5a\x1f\x57\x92\x40\x71\x80\x1b\x7b\xe8\xda\x69\xce\xcf\x73\x07\x95\xd7\xb9\x5b\x4a\xc7\x86\xa6\xb3\xe0\x61\x12\xe1\xbe\x5c\x9b\x38\x6e\x69\xe2\xf7\xd3\xf4\x53\xff\xcb\x13\xf8\x6a\xf2\xfd\x79\x67\xd3\x8b\xa7\x08\xc8\x27\x1e\x1b\xa4\x54\xa7\x25\x9b\x39\xd7\xa6\x2a\x5b\xb9\xed\xd6\xb3\x36\x8d\x29\x11\x9a\x44\xb1\x2b\x5a\x0d\x91\xce\xd7\x43\x1e\x52\x6f\xe5\x42\x37\x5c\x92\x95\x5c\x4b\xc5\xdb\xb9\x94\x0a\xf6\xcc\x92\x3c\x54\xd3\x42\xfd\xd7\x5f\x4f\x2a\x46\xa4\x19\x9e\x87\xfc\x9e\x92\xca\x4a\x2c\xb8\xe2\x1e\x0f\x5d\x98\xf4\x86\x5b\x79\x16\xed\x54\x99\x67\x5a\xa9\x7f\x0f\xc3\xa2\xc9\xa8\x33\x94\x7b\x71\x14\x48\x7c\xca\x50\xca\xa1\xe0\x53\x74\x2b\x7b\xf0\xa1\x7c\x92\xed\x8f\x6e\xd1\x09\xf3\xeb\x9f\x1d\xe8\x4c\x29\xeb\x4c\x89\x0c\xd6\x56\x1c\x6f\xed\x93\x97\x88\x10\x1c\x87\xf1\x58\xf0\x87\x15\x1c\xfe\x72\x08\x8e\x04\x27\x69\x8e\x37\x77\x57\xdc\xd8\x9f\x43\x6d\xb5\xdb\xe9\x84\xdc\x23\xa1\xa9\x7e\x35\xdc\x9d\x88\x30\x32\x47\xd1\xb9\x8b\x1e\x8c\xb4\xce\x3f\xe6\xa8\xde\xf6\x88\x22\x21\x65\xe4\xe7\x57\x5d\x9d\x70\x7f\x7e\x75\x6a\x47\x20\x7f\x22\x4a\xbd\x95\x8a\x28\xbc\x24\x11\x1e\xae\x09\xf9\xdf\x5c\x60\x0c\x0e\xfd\x0a\x87\x39\x15\xfc\xf2\x16\x7e\x19\x4f\xba\xa3\x49\xff\xb4\xbc\xc3\x66\xa4\x0b\x9e\xb0\x7a\xa8\x45\xfa\xdb\x90\xa8\x60\x8f\x34\x56\x9a\x4f\x38\x1e\x0a\x45\x67\x3a\xad\x63\x13\xa1\x76\xe6\x15\x0b\x57\xb5\x4a\xa6\x54\xe2\x9f\x09\xe2\xe1\x10\x05\xe5\xfe\x18\x3d\xce\x7c\xe9\xc2\x5f\x8b\x90\xb4\x3c\xe5\x7a\x81\xb6\x53\x78\x5a\x1f\x54\xd4\xb1\xdf\x2e\xd3\xd3\xb8\x36\x44\x6d\x2c\x61\x4a\xb5\xc2\x90\x08\x12\x95\x74\x21\x89\xe2\x11\x51\xd4\xab\x99\x97\x1f\x09\x2d\xa9\xa2\xfb\xb6\x14\xf0\x5d\xe5\xdd\x8e\xba\xfc\x49\x45\x4d\xac\xcd\x43\x65\x6c\x77\xd6\xc7\x19\x5a\xa0\x69\x24\x55\x80\x95\xb9\x6e\x0b\x20\x1d\x6e\x5a\x64\xbb\xa5\x29\x9b\xfe\x92\x0f\xb4\xea\xaa\xb6\x74\x80\x7c\x4d\xa8\x40\x3f\x47\x30\x4d\xcc\xda\xbd\x24\x8e\xeb\x7a\x1c\xf6\x12\xa9\x78\x64\x5a\xc9\x5c\x9f\x72\xef\x0f\x42\xf7\xbb\x6d\x80\xcf\x48\x16\x08\xd3\x90\xb0\x7b\x43\xe4\xe3\x8c\x24\xa1\xca\x77\x1e\x19\x1c\xb0\x3d\x6f\xbb\xf0\xa6\x3c\x3b\xd6\x8b\xef\x9c\x37\xe9\xf0\xff\x5d\xfb\x4d\xba\xd3\xf1\x79\x44\x28\x73\x64\x32\x9b\xd1\x87\x77\x87\x75\xab\x33\xcd\xb4\x32\xb6\xe9\x3e\x4f\x45\xe5\xf6\x57\x1a\xdf\xbd\x4d\x93\xfb\xda\x96\x37\xd9\xc6\xbe\xd4\xb6\xb4\x41\x7e\x6e\x13\xe5\x5e\x36\x8e\xeb\x46\x9e\x51\x95\xf6\x61\x70\x3d\x1a\xd4\xc7\x12\x75\x79\x9a\x7a\x84\x31\x97\x54\x71\xb1\x02\xdb\x86\x59\x31\x8d\x7d\xe0\x96\x78\xda\xe3\x01\x21\xff\xcd\xf9\x9a\x50\xef\x5e\x2a\x22\x94\x6c\xcf\xa9\x6a\x32\x62\x2a\x08\xf3\x82\x8e\x22\x73\xdd\xbf\xa2\x40\x66\x3a\xa0\x06\xf5\x8b\xc5\x4d\x9a\x8f\xfa\x1f\x0a\x45\x0f\x8e\xdb\x2f\x0f\xea\x12\x75\x62\x86\x25\x55\x01\x65\x86\x6b\xea\x39\x50\xdc\xce\xb9\xff\x0e\x18\xc5\x6a\x65\xf0\x14\x9c\x17\x04\x3e\x15\xa6\x09\x58\xad\x1d\xd2\x9e\xed\xd1\xe1\x34\xa3\xc8\x15\x2c\xf5\xeb\x85\x5a\xb6\x69\x34\x7d\x24\xf7\xee\x51\x39\x5e\x40\xd6\x80\xc9\xb3\x04\x9f\x95\x5f\xad\x6a\x2f\x53\xa5\xac\x6d\x9e\xa2\x64\x5d\xb5\xb1\xdd\x56\x49\x1d\xf5\x5c\xbd\x3b\x75\xa4\xd7\xd7\x2e\x1d\xeb\xda\x64\x30\x17\xfa\xaf\x21\x57\xda\xb1\x41\xc7\x6a\x59\x9f\xea\x65\x1b\xf0\xb6\x27\x9e\xa4\xd3\x3d\xae\xbe\x43\xaf\x4f\xb8\xda\x43\xb7\xb4\x3d\xa8\xea\x77\x8f\xab\x26\xfd\xca\x3a\x65\x0f\xa0\xdb\x34\x18\x16\x34\x7b\x35\x11\x35\x91\x1f\x6f\xc6\xd0\xf5\x23\xca\xe0\x5a\xa2\xa8\x0b\xaa\xae\xa6\xf9\xc7\xdc\x9f\x70\xf8\x6f\xe2\xfc\xb7\xeb\xfc\xeb\x85\xf3\xb7\xff\x7c\x3b\x79\xd4\x39\xcc\x8c\x0e\xcc\xab\x31\x3e\xc4\x02\xa5\xb4\xa9\x66\x4b\xd7\x51\x0b\xad\x8d\xba\x0d\x37\x00\xd1\x48\xf1\x7b\xf5\x2b\xf5\x31\xdb\xf5\xb3\x73\x93\xac\x90\xd9\x10\x2d\x67\x26\x11\xc2\x0d\x4e\x03\xce\xef\xd3\x33\xf7\xdd\x5a\x36\x4e\x73\x76\x2b\x6a\x87\x32\xe9\x5b\xdd\x0e\x7d\x53\xda\xe7\x52\xb8\x71\x66\xb4\x53\xe3\xcb\x6c\x36\x06\x94\xc1\x32\xa0\x5e\x60\x0e\x64\xa9\x48\x93\x26\x09\x67\xef\x99\x17\xd4\xf7\x43\x5c\x12\x81\xb6\x8e\x94\x40\x84\xad\xc0\x28\x93\x8a\x84\x21\xfa\x6d\x7d\xbc\x64\x8d\x87\xde\xc0\xb8\x88\x48\x18\xae\x0a\x52\x48\xcf\x7f\x7e\x53\x15\xb3\x3a\x3b\xc1\xff\xc2\x13\x90\x01\x4f\x42\x1f\x38\x0b\x57\xe6\xb9\x55\x5f\x12\x11\xf7\xe9\x6c\x65\x1f\xd6\xe9\x0c\x56\x3c\x39\x5c\x60\x89\xef\x9a\x0d\x94\x81\x6d\x28\x7d\x3a\x33\x17\x58\x49\x54\xa7\xf4\x7f\x11\x15\x17\x95\x38\x14\x40\xe5\x88\x37\x4f\x12\xb7\xe4\xf1\xe2\x65\xb3\xe6\x84\x0b\xb2\x40\x06\x11\x15\x42\x17\xa3\x1c\x12\x69\x8b\xa5\xf1\xcb\x81\x0d\xa5\xb5\x1b\xa5\xb2\xa3\x5c\x46\xac\x8d\x79\x6b\xa2\x3e\x53\xa9\x74\x56\xce\xee\x51\x8a\xd2\x04\x5c\xea\x7b\x22\xbc\x80\x2e\x50\xc2\x92\x86\x21\x4c\x11\x3c\x1e\x53\xe3\x27\xc5\x0d\xa8\xc5\x20\xcb\xa0\x39\xe3\xa1\x8f\xa2\x0d\x83\x19\x24\x4c\xc6\xe8\xd1\x19\x45\xff\x08\x48\x18\x16\xbc\x28\x83\x8e\x7d\x9f\xab\xb1\x6d\x17\x85\x74\x79\xae\xfc\xff\x00\x00\x00\xff\xff\x75\x8a\x6b\xf9\x62\x23\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x73\xdb\xb6\x92\xff\xdd\x7f\xc5\x8e\xa7\xef\xdc\xf6\x4c\x29\x4e\x3a\x97\x1c\xaf\xe9\x8d\x2c\x29\x8e\x52\xdb\xd2\x13\x95\xa4\x7d\x6f\xde\x68\x20\x72\x25\x21\x21\x01\x06\x00\x65\xab\x39\xff\xef\x37\x00\xf8\x5d\xa4\xac\x38\x6e\xee\xea\x9f\x64\x72\xf1\xc1\x07\xbb\x8b\xc5\x62\x01\x92\x98\xbe\x43\x21\x29\x67\x2e\x28\x8c\xe2\x90\x28\xec\xf0\x18\x99\x5c\xd3\xa5\xea\x50\xde\xdd\x9c\x1d\x7d\xa4\x2c\x70\x61\x96\xbe\x3e\x0a\xc9\x02\x43\xe9\x1e\x01\x7c\xb8\x91\xcf\xce\x5c\x38\x3e\xeb\xfc\x74\x7c\x04\x39\x80\x6b\x5f\x38\x8a\x47\x3e\x51\x2f\x9c\x88\xb3\x15\x0f\x16\x4e\xac\x7b\x92\x0a\x99\x72\xe4\x53\x7a\x14\xa1\x94\x64\x85\x2e\xf4\x80\xe1\x0d\x14\x6f\xe1\xcd\x7b\x0f\x48\x1c\x87\xd4\x27\x8a\x72\x06\x4b\x2e\xa0\x17\x13\x7f\x8d\x30\x33\x98\xf0\x02\xbe\x4f\x24\x65\x2b\xb8\xd2\xd8\x83\xf3\x1f\x60\x4d\xe4\x11\xc0\x02\x91\x81\x2f\x90\x28\x0c\x80\x32\xd8\xf2\x44\x40\x2c\xf8\x07\xf4\x55\x07\x66\x6b\x84\x44\xa2\x60\x24\xc2\x6e\x4c\xa4\xbc\xe1\x22\x30\xe8\x24\x88\x28\xd3\xbd\x0b\x0d\x6a\x5a\x69\x12\x54\x63\x7e\xf7\xf9\xcd\x7b\x6f\xde\x1b\x5c\x8d\xae\xe7\x6f\xbd\xe1\xf4\xba\x77\x35\xbc\xeb\x96\x9f\x4e\x7a\x9e\xf7\x7e\x3c\x1d\xdc\x75\xe0\x95\x06\xf3\x7d\x94\x86\x9d\x5a\x63\xc6\x10\x02\xa2\xc8\x82\x48\x3c\x02\x38\xfe\xee\xf3\xe0\x7c\x3e\xe8\xcd\x7a\xe7\x3d\x6f\x78\x77\xac\x49\x19\x59\x5f\x60\x80\x4c\x51\x12\x4a\x30\x32\xe5\xfe\x06\xe7\x45\x47\xf0\x7d\x4f\x33\x86\x6c\x10\x47\x00\x54\xa6\xb8\x35\x4e\xc7\x3f\x74\x60\x12\x22\x91\x08\x0b\x04\x99\x08\x04\xc5\x53\x1d\x99\x4e\x25\xfa\x02\x15\x68\xa5\x04\x1a\x42\x8f\xeb\xf5\x6c\x36\xf1\xe6\xde\xb0\x3f\x1d\xce\xee\xb4\x6d\x7d\xce\x14\xa1\x2c\x1b\x54\x59\xaa\x3f\x9c\xce\x46\xaf\x46\xfd\xde\x6c\x78\x07\x4b\x1a\x1a\x1d\x5b\xb5\x4a\x14\x1b\xdd\x44\xa2\xaf\xfb\xd5\x20\xc8\x54\xe7\x28\x42\x45\xb4\x3e\xb4\x13\x11\xc6\xb8\x32\x76\x36\x3e\x05\x10\xa0\xf4\x05\x8d\x95\x71\xca\x1e\x03\xbc\x25\x51\x1c\x22\xbc\x39\xe7\x52\xc2\x7b\x5c\x80\x87\x62\x83\xa2\xe2\x22\x37\x54\xad\x81\xec\x28\xbb\x63\x10\xc1\x98\x25\xe2\x02\x81\xb2\x25\x17\x91\x6d\x43\x16\x3c\x51\x90\xa4\x96\xa2\x32\x77\xe0\x53\x90\x88\xb0\x56\x2a\x96\x6e\xb7\xbb\xa2\x6a\x9d\x2c\x3a\x3e\x8f\xba\x1f\x16\x5c\x4a\x27\x9f\x1f\xdd\x12\x03\x27\x6b\x2c\x6d\x9f\xd4\xe7\xac\x1f\x12\x29\x5d\xf3\xd3\x11\xeb\x74\x3e\x98\xb7\x95\x29\x16\x50\x19\x87\x64\xeb\x68\x0b\xb8\xbb\xc3\x7c\xd6\x39\xdb\xf1\xfe\x7f\xcf\x47\xfa\xbd\x1e\x79\x3a\x4a\xc3\xf8\x87\xdd\x0e\x62\xc1\x37\x34\x40\xe1\x54\x7b\x9a\x62\x00\xaf\x89\x3a\x85\x11\xf3\x2d\x69\x45\x56\xd2\x05\xcb\xf3\x34\x9d\xbe\xa7\x1f\xc8\x86\x9c\x9a\x91\x5b\x99\xc6\x30\x11\x70\x3f\x89\x90\x59\x43\x3a\x89\x08\xdd\x5c\x7f\x76\x3a\x74\x04\x06\x6b\xa2\x8c\x1a\x2b\xc2\x5d\x64\x5d\x81\x81\xb3\x26\xca\xb1\xfa\xbd\xc1\x85\x23\xcd\xd8\xbb\x7b\x7a\x0c\x39\x5b\x39\x15\x5f\x99\x95\x6d\x08\x01\x2e\x29\x43\x09\x02\x25\x4f\x84\x8f\x12\x18\x62\x80\x41\xaa\x2b\xc5\x21\xc0\x0d\x86\x3c\xce\xf4\x70\x98\xe6\xb5\x57\x05\x65\xd7\x3b\x05\xca\xfc\x30\x09\x28\x5b\xa5\xd0\x04\x16\x09\x0d\x03\xed\xee\x4b\xba\x4a\x44\x2a\x56\x76\xd7\x00\xe3\x90\x6f\xb5\x0e\xea\x52\x99\xe7\x96\x44\x52\xd8\x8a\xa0\x99\x5e\x99\x0f\x58\x17\xce\x03\xa8\x8f\x40\x58\x50\x4c\xba\x28\x4a\x58\xd6\xb1\x15\x35\xa6\xe9\xec\x51\xae\x4c\xe2\x98\x0b\x75\x8f\x21\x0d\xc0\x26\x5b\x3f\xb2\x65\xc0\x3a\xd7\x41\x4b\x80\x15\x96\x31\xf1\xd1\x2d\x5c\xf6\x88\x2f\x74\xbc\x96\xee\x91\x03\xe5\x05\x6a\x73\x76\x04\x60\x17\x23\x6d\x20\xea\xeb\x58\x5a\x0e\x25\x0d\xc1\xa4\x16\x4e\xf4\x0a\x70\x83\x0b\xb0\xee\x75\x22\xcd\xd8\x40\x0f\x35\x8b\x14\xd2\x22\x77\x48\x18\xaf\x49\xcd\xc7\x31\x46\x16\x20\xf3\x29\x4a\x17\x4e\xfe\xf9\xf9\x58\xb3\x3f\x76\x75\xd0\xec\x4d\x26\x97\x3a\x04\x8e\xc6\xd7\x73\x13\xb0\xb3\x21\x1f\x9f\xa6\xc0\x00\xc7\x9a\xbb\x16\x4f\xd9\x1f\xdf\xfd\xeb\xc4\xbc\x2c\x56\x54\x33\x86\xc2\x4f\x5c\x68\x40\x36\x62\x56\xc9\xcd\x6f\x65\x8c\xbe\x05\xd3\x03\x4b\x71\x1d\xf3\x8f\x0b\x2f\x9e\xbc\x78\x92\x4d\x01\x22\x56\xa8\x26\xd5\xc7\x12\x43\xf4\x15\x17\x85\xfa\x32\x37\xec\x1b\xff\x6b\xee\xf4\xdb\x18\x4a\xfe\x75\x2d\x65\x27\xa3\xf3\x10\x83\xfd\xf4\xd3\xb3\x26\x83\x65\x8f\xff\x1f\x19\x2c\x8f\x5d\xb9\xd5\x0a\x7b\x3d\xa6\x8f\x67\x16\xbb\x4f\x75\x4f\x9f\x3f\x39\x7b\xde\xa0\xbb\xe2\xf9\x83\x94\x97\x77\xdf\xa0\x44\x1a\x34\x37\xd1\xee\x9b\xeb\x78\xca\x13\xf5\xe5\x1a\x36\xad\x6c\xb6\x5a\x68\x2f\x0b\x61\xd9\x64\xf8\x73\xe3\xc9\x9a\x4b\xa5\xa5\x5e\x8f\xbd\x99\x7e\x6b\x32\x40\x0b\xa0\x78\xd6\x5f\x3b\xd4\x17\xea\x4b\xfe\x89\x0a\x93\x8f\xa4\xb1\x03\xe7\x75\xa3\xe2\xbc\x54\x73\x45\xc7\x0a\x45\x44\x59\xda\xb1\xce\xed\xd5\x5a\xf0\x64\xb5\x6e\xd4\xf0\x9e\xae\x5b\x67\xf7\x28\x22\x2b\xf4\x94\x40\x12\xed\xa8\xf3\x51\xbd\xa6\x95\xc1\xb9\x4e\x8d\xec\xe4\xfa\x73\x19\x94\xd5\xcf\x13\x15\x27\x2a\xd7\x72\xae\xc8\x06\xb5\xcc\xc8\x2a\x7f\xd9\x0a\xee\x9a\x44\xdf\x26\x66\x36\xbb\x74\x8b\x24\x4d\xe1\xad\x1a\x50\xa1\x1b\xf6\xc7\xd7\xb3\xe1\x6f\xb3\xf9\x60\x34\xbd\x4b\x05\x56\x54\x15\xbd\x0b\x5c\x6a\x31\x6f\xfc\x76\xda\x1f\xce\xa7\xc3\xc9\xd8\x1b\xcd\xc6\xd3\xdf\xe7\xd3\xe1\xab\xbb\x5c\x2a\x11\xb4\x59\xea\xed\xf4\x32\x93\x52\xdb\x18\x5d\xb8\xa0\x29\x27\x25\x88\xc2\xd5\x36\xeb\xc9\x72\xf4\x6a\x4f\x01\x90\x6d\x8a\x7f\x9c\x74\xbc\x57\xbd\x77\xc3\xeb\xf9\xd5\x68\x3a\x1d\x4f\x75\x17\xb9\x00\xc0\x86\x84\x89\xd1\x48\x5d\xe6\x6e\x07\xa5\xa7\x37\x85\xbd\xbe\x19\x7b\x13\x42\xf9\x7d\xd1\x7a\xc9\x85\x8f\x93\x24\x0c\x5d\x50\x22\xc1\xe2\xb9\xe0\x91\x5b\x82\xd9\x6b\xb6\x3c\x05\xcd\x76\x13\x76\x39\x2a\xa5\xa3\x79\xb2\xe0\x9e\x75\x7e\xaa\xb5\x4b\xb3\xd1\xef\x3e\x8f\xae\x7a\x17\xc3\xb9\x37\x9b\x0e\x7b\x57\xc6\xec\xde\xa4\xd7\x1f\x56\x15\xee\x19\xc5\xda\xe9\x29\xe8\x6a\x85\x22\x5f\x82\xec\xb6\xb1\x20\x6d\xb7\xd9\x1a\xf8\x62\x34\x7b\xfd\xf6\x7c\xfe\x7e\x78\xfe\x7a\x3c\xfe\x35\xdb\x65\xd7\x0d\xf9\x3a\x59\x64\x48\xc8\x50\x50\xbf\x11\x6a\x78\x3d\x9c\x8e\xfa\xfb\xb1\x6c\xf3\x14\x8c\x6a\x9d\xf5\xd7\x84\xad\xd0\x85\xcf\x55\xc9\x51\xf1\x2e\x95\xb6\xcf\xed\x74\x4d\x5f\xb4\xce\xec\x41\x6d\xed\xfc\x76\xd3\x5b\xa0\x81\x92\x2e\x9c\x7d\x45\x4a\xd4\x34\x71\xec\xf8\xa7\x68\xcb\x25\x95\x0d\x53\x26\x52\x1d\xe3\xee\x38\x0f\x1e\xeb\x97\x72\xbd\x4f\x3f\x66\x3c\xb9\x8e\x00\xf2\x22\x4e\xee\xa4\xd6\xc6\x95\x20\x50\x4c\xe0\xc1\xf9\xdc\x1b\x4e\xdf\x8d\xfa\xc3\xf9\x64\x3a\x7c\x35\xfa\x6d\x7e\xd5\x9b\x4c\x46\xd7\x17\x25\xd9\xf2\x7c\x6e\xcb\x92\x5e\x0e\xce\x9b\xd1\xdf\x5c\x0f\x46\xcd\x58\xe9\xcb\xbb\xe6\x76\x59\x4d\xac\xb5\x6d\x5e\x34\x6b\x6e\x9f\x55\xc6\x5a\xdb\xe7\xa5\xb3\xe6\xf6\x59\xdd\xae\xb5\x7d\x5e\xd8\x6b\x6e\x5f\xad\xcf\xb5\xa2\xd4\xca\x78\xcd\x58\x46\x64\x3c\xbe\x9c\x7b\xa3\x7f\xb4\x13\xaa\x48\xb5\x21\xf5\x7e\x3b\x04\xa9\x2c\xd5\x82\x34\xfb\x6d\x3e\xf2\xc6\x97\xc6\x15\x5a\x81\xca\x42\x4d\x38\x8d\xe5\xc5\xda\x5a\x92\x23\x76\x51\xf9\xdd\x0f\x37\xd2\xb1\x81\xd1\xd9\xf0\x30\x89\xf0\x50\xd4\x66\x8e\xcd\xf5\xcd\x83\x99\xfe\x3a\xfc\xfd\x0b\x70\xb5\xf8\xe1\xd8\xfb\x5d\x67\x7f\x9b\xb6\x5e\xaa\xe5\xed\x76\xe4\x5a\x19\x7c\x2f\xda\xfd\x3c\xdb\x7d\xdc\x2c\x53\xf7\xc5\x4a\x23\xa4\xb3\x85\x09\x0f\xa9\xbf\x75\xa1\x17\xde\x90\xad\xdc\x49\x04\xf6\xa3\x94\x36\x8e\xd9\x48\xf2\x40\x99\xee\xb5\x9f\x3f\x7f\x51\x19\x44\x9a\x5f\xf0\x90\x7f\xa4\xa4\xf2\x26\x16\x5c\x71\x9f\x87\x2e\xcc\xfa\x93\xbd\x98\x45\x1d\xa6\x8c\x99\xee\x13\x1f\x02\x58\xd4\x09\xea\x80\xf2\x20\x44\x81\x24\xa0\x0c\xa5\x9c\x08\xbe\x40\xb7\xd2\x06\x6f\xcb\xeb\x88\xfd\xf3\x79\x14\x11\x16\xd4\x1f\x3b\xd0\x5d\x50\xd6\x5d\x10\xb9\xde\x79\xe3\xf8\x3b\x8f\xfc\x44\x84\xe0\x38\x8c\xc7\x82\xdf\x6e\xe1\xe4\xc7\x13\x70\x24\x38\x49\xb3\xbf\xb9\xf7\xf9\x8d\xfd\x3b\xd1\xa3\x76\xbb\xdd\x90\xfb\x24\x34\x7b\x2f\xad\xee\x6e\x44\x18\x59\xa1\xe8\x7e\x88\x6e\x4d\x6f\xdd\xff\x5e\xa1\x7a\xd9\x27\x8a\x84\x94\x91\xbf\x3d\xeb\xe9\xe5\xfe\x6f\xcf\x06\xb6\xfc\xfb\x6f\x44\xa9\x97\x52\x11\x85\xd7\x24\xc2\x93\x9d\x4e\xfe\x67\x25\x30\x06\x87\x7e\x82\x93\x5c\x0a\x7e\x7c\x09\x3f\x7a\xb3\xde\x74\x36\x1c\x94\x5b\xd8\x88\x74\xc5\x13\x56\x77\xb5\x48\x3f\x9b\x10\xb5\x3e\x20\x8c\x95\x6a\xab\x8e\x8f\x42\xd1\xa5\x4e\x2a\xb0\x49\x50\x1b\x73\xcc\xc2\x6d\x2d\x8f\x2e\x6d\x30\x2f\x04\xf1\x71\x82\x82\xf2\xc0\x43\x9f\xb3\x40\xba\xf0\x1f\x85\x4b\x5a\x4c\xb9\xbb\x3d\xb8\xb7\xf3\x34\x3b\xad\xd0\xb1\xcf\xae\xd3\xd9\xb8\x73\xc2\xd4\x98\x40\x97\x32\xd5\x09\x11\x24\x2a\x71\x21\x89\xe2\x11\x51\xd4\xaf\x0d\x2f\x9f\x12\xba\xa7\x0a\xf7\x7d\x21\xe0\x41\x9b\x8b\x7b\x76\x85\x7f\xc1\x94\xba\xb1\xaa\xf6\x28\xa9\x75\x09\xf9\x2f\x93\x62\x57\x38\x1f\xaa\x37\xf8\xba\x94\xfb\x6a\x7c\x7d\x31\x4e\x13\xd8\x07\x65\xb7\x19\xc0\x57\xa5\xb8\x19\xc8\x57\xe5\xb9\x19\xc8\xa3\x25\xbb\x19\xe0\xf5\x78\x32\x1d\xf6\x2e\x2f\xc7\xfd\x66\xb0\x5d\xb9\x7d\x68\xde\x55\xef\xf2\xf2\xd5\xe8\x72\xe8\xed\x47\x2b\xe4\xf6\xa1\xfd\xfd\xed\x68\x38\xdb\x0f\x64\x44\x1a\x12\x9d\xba\xb7\x1d\x92\xdc\x84\x74\x83\x2d\xeb\x35\x65\x54\x51\x12\x0e\x30\x24\xdb\x3c\xba\x3f\xab\x26\x1c\xca\x8f\x3d\xee\x7f\xac\x87\x6a\x68\x28\x9e\xa7\x0d\x68\x84\x3c\x51\x39\xde\xd9\x21\x41\x71\x67\x1e\x1d\x92\x70\xed\xf6\xfd\x6d\x92\x96\xa6\x94\x85\x1e\x92\xc5\x98\x41\xc2\xd9\xd3\xe7\x9d\x27\x9d\x27\x9d\x33\xd7\x0c\xa0\xfb\x5d\x7d\x2a\x99\xbc\xa6\x3c\xcb\xc1\x89\x8b\x07\x8d\xb3\xc4\xe0\x3b\xb8\x21\xe1\xcb\xe3\x4f\x09\x55\xdf\xff\x70\x7c\x80\xa5\x0f\xb6\xdb\x61\x89\xc9\x86\x88\x6e\x48\x17\xdd\xd4\x96\x5d\x1d\x8c\x1b\xf2\x92\x3d\xe6\x77\xe2\x0d\x0f\x1f\x33\x0d\x39\xb8\x2f\x28\xdd\x2c\x7a\x67\xd0\xfa\x21\xa1\x51\xd5\x03\x7c\xfd\xe8\xfa\x5e\x60\x23\xf6\x7f\x92\xac\xec\x4c\xa3\x07\x25\x2d\x29\x88\x5b\xc4\xa3\x4a\x91\x73\xd6\xbb\xb8\xab\xb5\xf9\xa2\x6a\xe8\xd7\x25\x3b\x93\x26\x33\x7d\x93\x8c\x27\xb7\x6b\xb1\x76\xdb\xbb\x0e\x57\x3c\xc0\xdc\xc4\x53\x24\xc1\x7b\x41\x15\x8e\x59\x5a\xf2\xcd\xaf\x96\x64\x74\x04\x7e\x4a\x50\x96\x67\x92\x54\x5c\xa4\x3b\xd9\x77\xe3\xcb\xb7\x57\xc3\x79\xbf\x37\xe9\xf5\x47\xb3\xdf\xef\x8e\x62\xed\x28\xa8\x8c\x17\x39\xbb\xa7\xa9\x9a\xb6\x39\xbd\x52\x6b\x2c\x0f\xb4\x73\x04\x90\x5e\xe4\xb1\x1e\xdb\x2b\x5d\x2c\xd1\x4f\xf2\x3b\x18\xf5\x01\x1f\x59\x86\x54\x60\x90\xfb\x62\xba\x42\xe9\xac\x9e\xc4\x71\x9d\xc7\x49\x3f\x91\x8a\x47\xe6\xfc\x2a\xe7\x53\x3e\x70\x04\xc1\x13\x85\x1d\x80\x4b\x24\x1b\x84\x45\x48\xd8\x47\x23\x14\xe0\x92\x24\xa1\xca\x5b\xda\xc3\x75\xec\xac\x3a\x2e\xfc\x5c\xbe\x37\xa5\x5f\xfe\xe2\xfc\x9c\x5e\xd2\xfb\xa5\xf3\x73\xda\xd2\x09\x78\x44\x28\x73\x64\xb2\x5c\xd2\xdb\x5f\x4e\xea\xa3\xce\x98\x69\x32\xf6\xa4\xef\x75\xda\x55\x3e\xfe\xca\x69\xdb\xc1\x43\x93\x87\x8e\xcd\x8c\x28\x1f\x5f\x3a\xb6\xf4\x54\xee\xb1\x87\x28\x0f\x1a\xa3\x57\x1f\xe4\x05\x55\xe9\xe1\x0f\xbc\x9d\x8e\xea\x67\xa1\xf5\xfe\xb4\xf4\x14\x63\x2e\xa9\xe2\x62\x0b\xf6\xec\xc7\x76\xd3\x78\xf8\xb4\xc7\x9f\x0e\xb8\x3c\x97\xff\x72\x3e\x25\xd4\xff\x28\x15\x11\x4a\x36\x0d\x60\x21\x08\xf3\xd7\x5d\x45\x56\x20\x70\x89\x02\xed\xfc\x6b\xa0\x5e\xbc\x6c\x63\x3d\x1d\xbe\x2a\x48\x1e\x9f\x75\x9e\x1e\xd7\x7b\xd4\x4b\x9e\xb9\x4e\x48\x99\x41\x4d\xad\x06\x8a\xdb\x6b\x5d\xff\x05\x18\xc5\x6a\x6b\x74\x29\x38\x2f\x04\x02\x2a\xcc\xd6\x68\xbb\x33\x41\xfb\xf6\x50\x10\x06\x99\x44\x4e\xb0\x74\x40\x58\xd0\x52\x3c\xe0\x21\x95\xaa\x9b\xfd\x28\x5d\x38\xa8\x50\x1d\x64\xf7\x2d\xde\x5c\x0f\x46\x36\x5e\x98\xab\x97\x8b\x6d\xe5\xb2\x99\xe2\x26\x52\x85\x1b\x7b\xdf\x53\xc7\x52\xeb\x13\xd6\x67\x8d\x1b\x7f\x20\x1b\xe2\x5a\x13\x75\x0b\x01\xd9\x2d\x96\x9d\xca\x88\xaa\x3d\x57\x82\x4e\x56\xd9\x6f\xe3\x9a\x7a\x6f\x33\x5c\x1d\xa9\xb4\x07\x69\xf3\x34\x6d\x83\x7a\x67\x1e\xfd\x03\x81\x2f\xcb\x77\x8a\xd3\x40\x6c\xe7\x6f\xd6\x9d\xcd\x2e\x76\xec\x95\xd3\xb1\x0b\x11\xf4\x49\x4c\x7c\xaa\x0a\xb3\xd5\x42\xf9\x1e\x76\x67\x17\xb4\x35\xb6\xf3\x65\xf9\xfe\x6d\xed\x86\x6d\xa9\xc4\x62\x2e\xd5\xca\x3a\x49\xcf\x36\xab\x68\xac\x5e\x58\xb9\x3f\xe0\xa7\xb5\xa6\xfb\x38\xd6\xd9\x64\x13\xa4\xe0\xbf\xe3\xf3\xa5\x16\x2d\x1c\xab\x35\xf8\x94\x97\x3d\xab\xed\xf8\xe2\x8b\x38\x7d\xc4\xed\x03\x78\xfd\x8a\xdb\x03\xb8\xa5\xb5\xfc\x2a\xbf\x8f\xb8\x6d\xe2\x57\xe6\x54\xba\x9b\xdd\xca\x60\x52\xc8\x1c\x54\xf1\xaf\xfb\x39\x2a\x09\xb7\xc4\x89\x39\x0f\xbb\x11\x65\xe6\x87\x23\xb5\xf7\x67\x89\x43\x76\x6b\x14\x83\xd2\xc4\x6f\xf4\xf8\x74\x9d\xb8\xa2\x8c\x46\x49\x04\x13\xce\x43\x33\x91\xca\xf3\xb1\x7a\xde\xb4\x97\x0d\xb9\x7d\x14\x36\xe4\x76\x0f\x9b\xca\x99\x55\x13\x1b\x25\x08\x93\xc4\x37\xab\x30\x95\x3c\x2c\xee\xce\x3e\x88\xcd\xac\x80\x83\x51\x06\x57\x66\x54\x39\xfb\xaa\x47\x40\x2a\xc9\x22\xb4\xf1\xd7\x3a\x6b\x2c\x90\x84\x21\x6f\x49\xeb\xb2\xdb\xbd\xd7\x1c\x26\x65\xc1\xbc\xbf\x86\x92\xc8\xae\x0e\x72\x18\xc5\xcd\x67\x06\x04\x64\x44\xc2\x10\x8b\x0c\xad\xe0\xa3\x4d\xd5\x4a\xc3\xd3\xcd\xe0\x55\x1a\x8a\x5a\xcb\x28\x35\x06\xd3\x84\xc9\x1c\x82\x32\x20\xf0\x29\xa1\xa8\x20\xe2\x81\x5e\x8d\x88\x02\xa2\x94\x5e\x50\xa5\x26\x18\xd2\x88\x2a\x9b\xef\x9a\xed\xa7\x9e\xea\xf6\xee\x4e\x2b\xad\xbf\x6b\xb8\x1d\x42\xb6\x12\xd3\xb6\x04\x25\x12\xc5\xfe\x75\xe8\x6d\xfa\x95\xc8\x51\xba\xd1\x32\x4d\xfe\x49\x9c\x3f\x7a\xce\x3f\x9e\x38\xff\xf9\xaf\xcf\xcf\xf4\xd6\xc2\x5c\xcc\x30\x1f\xbc\xe0\x6d\x2c\x50\xca\x9a\x37\x94\x8e\xd3\x6a\x61\x78\x2f\xb3\xb6\xc0\x91\x4b\x95\xa2\x86\x65\x77\x52\xa6\xf6\xe2\xee\xe4\x00\x6e\xa5\x62\xc3\x81\xdc\x48\xfd\x8b\x93\x66\x72\x3b\x62\x0f\xa6\xb8\x53\x3b\xdc\x4f\xf4\xcd\x7b\x0f\xec\x57\x31\xda\x7a\x75\x7e\xd5\xb7\x15\xdb\x7e\x29\xb5\xc6\xf3\xd2\x43\xb9\x4d\x5a\xf4\xd7\x28\xf1\xb5\xfc\x0e\xd6\x9d\xbd\x6f\x94\x55\x35\x5a\x96\xce\x0b\x93\xcb\xc3\x7b\x5c\xac\x39\xff\x98\x26\x20\x0f\x66\xd9\x78\x0b\xea\x7e\xa2\xf6\x32\x53\xfa\x85\xc5\x3d\x7c\x53\xd9\xc7\x22\xdc\x78\xd7\xea\x5e\xc6\xd7\x59\x15\x45\x87\xbf\x9b\x35\xf5\xd7\x26\xc0\x95\x2a\x35\xd2\x2c\x48\xd9\x57\x28\x57\x34\x08\x42\xbc\x21\x02\x6d\x51\x49\x02\x11\xb6\xdc\x40\x99\x54\x3a\x74\x07\xe6\x4b\x36\x59\xc3\xd0\x0d\x18\x17\x3a\x4a\x6f\x0b\x51\x48\x93\xa1\x7c\xb3\x55\x54\x75\x6c\xe2\xff\x3b\x4f\x40\xae\x79\x12\x06\xc0\x59\xb8\x35\x1f\xc9\xe8\x50\x1c\xf1\x80\x2e\xb7\xf6\xbb\x28\xba\x84\x2d\x4f\x4e\x36\x58\xc2\xdd\x19\x83\x0e\xee\x06\x31\xa0\x4b\xb3\x0f\x2b\x75\xd5\xcd\x3e\xc1\xab\x9b\xa8\x84\x50\x28\x2a\xd7\x78\x73\xcd\x69\x4f\x52\x5b\x7c\x42\x52\x33\xc2\x15\xd9\x20\x83\x88\x0a\xa1\x97\x7e\xbb\x12\x6a\xa5\x7b\x4f\x47\xd6\x95\x76\xd2\xeb\x4a\x8b\xf2\x4e\x78\xe7\x7a\x64\xad\xab\x4b\x2a\xcd\xba\x95\x6d\x07\x29\x4a\xe3\x70\xa9\xed\x89\xf0\xd7\x74\x83\x12\x6e\x68\x18\xc2\x42\x27\x21\x31\x35\x76\x52\xdc\x6e\xcf\xaa\xdf\xfd\x2c\x79\x18\xa0\xe8\xc0\x68\x09\x09\x93\x31\xfa\x74\x49\x31\x38\x05\xbd\x18\xe7\x58\x94\x41\xd7\x5e\x70\xaf\xc1\x76\x8a\x5a\x50\xf9\x3e\x66\x43\xe6\xaa\x77\xd7\x25\xc5\x68\x26\xc7\xd9\x87\x11\xd6\x11\x41\x1a\x3b\x75\x00\x66\xdb\x98\xfa\xda\xcf\x4e\xad\x7f\x90\x90\xae\x98\x3d\x99\x30\xdf\xe1\xe9\xc6\x11\xf9\xc0\x45\x27\xa2\x8c\x8b\xec\x13\x21\xad\x95\x74\xd9\x6e\x5d\xce\x8d\x43\x40\xea\x11\xb6\x84\x59\x5d\xd9\xeb\x05\xcb\x3d\xde\x70\xfc\x4c\x6f\xef\xff\x37\x00\x00\xff\xff\xda\xf0\xd1\x14\xe3\x3a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x38\x92\xfe\xae\x5f\xd1\xa5\x9a\x3d\x4f\xe6\x4c\x29\x8e\x53\x97\x1c\x6f\x32\x57\xb2\xa4\x38\xca\xd8\x96\x56\x54\x26\x99\xdd\xda\x52\x41\x64\x4b\x82\x4d\x12\x0c\x00\xca\xd6\xe4\xfc\xdf\xaf\x00\xf0\x5d\xa4\xac\x38\x9e\xd4\x4e\x3e\x39\x44\xe3\xc1\x83\xee\x46\xa3\xd1\x80\x48\x44\x7f\x43\x2e\x28\x0b\x6d\x90\x18\x44\x3e\x91\xd8\x61\x11\x86\x62\x4d\x97\xb2\x43\x59\x77\x73\xd2\xba\xa1\xa1\x67\xc3\x2c\x69\x6e\xf9\x64\x81\xbe\xb0\x5b\x00\xd7\xb7\xe2\xf4\xc4\x86\xf6\x49\xe7\x65\xbb\x05\x19\x80\x6d\x1a\x2c\xc9\x02\x97\xc8\xd7\x56\xc0\xc2\x15\xf3\x16\x96\x78\x41\x5b\x01\x0a\x41\x56\x68\x43\x0f\x42\xbc\x85\xf7\x1f\x1d\x20\x51\xe4\x53\x97\x48\xca\x42\x58\x32\x0e\xbd\x88\xb8\x6b\x84\x99\xee\x0d\xaf\xe1\xc7\x58\xd0\x70\x05\x97\x0a\x65\x70\xf6\x0c\xd6\x44\xc0\x02\x31\x04\x97\x23\x91\xe8\xb5\x00\x68\x08\x5b\x16\x73\x88\x38\xbb\x46\x57\x76\x60\xb6\x46\x88\x05\xf2\x90\x04\xd8\x8d\x88\x10\xb7\x8c\x7b\x1a\x9d\x78\x01\x0d\xa9\x90\xc8\x15\xa8\xee\xa5\x48\x50\x01\x3f\x7c\x79\xff\xd1\x99\xf7\x06\x97\xa3\xab\xf9\x07\x67\x38\xbd\xea\x5d\x0e\xef\xbb\xc5\xaf\x93\x9e\xe3\x7c\x1c\x4f\x07\xf7\x9d\x16\xc0\x5b\x05\xe6\xba\x28\x34\x3b\xb9\xc6\x94\x21\x78\x44\x92\x05\x11\x08\xed\x1f\xbe\x0c\xce\xe6\x83\xde\xac\x77\xd6\x73\x86\xf7\x6d\x45\x49\x4b\xba\x1c\x3d\x0c\x25\x25\xbe\x1a\x76\x70\x56\x1a\x6f\x70\x96\x0f\xd4\x02\xf8\xb1\xa7\x18\x43\x36\x09\x2a\x12\xdc\x0a\xa7\xf6\xb3\x0e\x4c\x7c\x54\xe3\x2e\x10\x44\xcc\x11\x24\x4b\x74\xa4\x07\x15\xe8\x72\x94\x2d\x00\xa5\x14\x4f\x81\xa8\x99\xbd\x9b\xcd\x26\xce\xdc\x19\xf6\xa7\xc3\xd9\x7d\x1b\x5c\x16\x4a\x42\xc3\x74\x4a\x45\x99\xfe\x70\x3a\x1b\xbd\x1d\xf5\x7b\xb3\xe1\x3d\x2c\xa9\xaf\x35\xac\x95\xda\x02\x10\xc8\x37\xaa\x93\x40\x57\x8d\xac\x60\x30\x94\x9d\x56\x80\x92\x28\x7d\x28\x77\x21\x61\xc8\xa4\xb6\xb3\xf6\x1e\x00\x0f\x85\xcb\x69\x24\xb5\xfb\xf5\x0a\x6e\x90\x7a\x92\xb6\x98\x32\x4f\xaa\xda\x82\xaf\x08\x58\xc4\xd4\x97\x60\xbc\xc3\x79\x31\xea\x68\x4c\xea\xb2\xb0\xef\x13\x21\x6c\xfd\xa7\xc5\xd7\x89\x1f\xea\xd6\x92\x6b\x7b\x54\x44\x3e\xd9\x5a\x4a\x1f\x36\xbc\x3f\x63\x42\xc0\x47\x5c\x80\x83\x7c\x83\x1c\x4e\x3b\x27\x3b\xbe\xf8\x9f\x19\x93\x1f\x87\xd1\x1a\x03\xe4\xc4\xd7\xc0\x00\xb7\x54\xae\x61\x2d\x65\x24\x9e\xed\x0e\x15\x71\xb6\xa1\x1e\x72\xab\x3c\xe6\x14\x3d\x78\x47\xe4\x31\x8c\x42\xd7\xd0\x97\x64\x25\x6c\x30\x8c\x8f\x93\x05\x74\x7c\x4d\x36\xe4\xf8\x7a\xc1\x84\x38\x5e\x53\xcf\xc3\x50\x8b\x6e\xd2\x85\x9b\xae\x3f\x83\xd9\xbc\xf6\x8c\x84\x88\x88\x8b\x76\x4e\xaf\xc5\x16\x6a\xcd\x08\xbb\x65\x41\x31\x1c\x6c\x4e\x5a\x00\x66\xe9\x2b\x85\x50\x17\x5b\x00\x45\x73\xd6\x18\xb4\x62\x52\xb5\x0a\x6f\x71\xa1\x9d\x03\xf9\x91\xd0\xea\x81\x88\x71\xd9\x49\xc4\x85\x41\xee\x10\x3f\x5a\x93\x72\xe0\xf1\x30\xc2\xd0\xc3\xd0\xa5\x28\x6c\x38\xfa\xe7\x97\xb6\x62\xdf\xb6\x95\xe3\xf6\x26\x93\x0b\xe5\x88\xa3\xf1\xd5\x5c\x2f\x9b\x74\x9e\xed\xe3\x04\x18\xa0\xad\xb8\x2b\xf1\x84\x7d\xfb\xfe\x5f\x47\xba\x31\x8f\x5f\x7a\x0e\xb9\x47\xd9\x50\x83\xac\xc5\x8c\x66\xeb\x5b\x45\x84\xae\x01\x53\x13\x4b\x70\x2d\xfd\x1f\x1b\x5e\x3f\x7f\xfd\x3c\x19\x48\x12\xbe\x42\x39\x29\x7f\x16\xe8\xa3\x2b\x19\xcf\xd5\x17\xf9\x6c\x1b\x60\x28\xfb\x2c\x5c\xd2\x55\xfd\xa0\xdf\xc7\x50\xe2\xaf\x6b\x29\x13\x85\xac\xc7\x18\xec\xe5\xcb\xd3\x3a\x83\xa5\x9f\xff\x8d\x0c\x96\x6d\x33\x99\xd5\x72\x7b\x3d\xa5\x8f\xa7\x16\x7b\x48\x75\x2f\x5e\x3d\x3f\x79\x55\xa3\xbb\xfc\xfb\xa3\x94\x97\x0d\x5f\xa3\x44\xea\xd5\x77\x51\xee\x9b\xe9\x78\xca\x62\xf9\xf5\x1a\xd6\xbd\x4c\xc6\x90\x6b\x2f\x0d\x61\xe9\x62\xf8\x73\xe3\xc9\x9a\x09\xa9\xa4\xde\x8d\x9d\x99\x6a\xd5\xfb\xb0\x01\x90\x2c\x1d\xaf\x19\xea\x2b\xf5\x25\xfe\x44\x85\x89\x27\xd2\xd8\x81\xeb\xba\x56\x71\x4e\xa2\xb9\x7c\x60\x89\x3c\xa0\x61\x32\xb0\xca\xaf\xe4\x9a\xb3\x78\xb5\xae\xd5\xf0\x9e\xa1\x1b\x57\xf7\x28\x20\x2b\x74\x24\x47\x12\xec\xa8\xf3\x49\xbd\xa6\x91\xc1\x59\x4c\x7d\xcf\x2c\xae\x3f\x97\x41\x51\xfd\x2c\x96\x51\x2c\x33\x2d\x67\x8a\xac\x51\xcb\x8c\xac\xb2\xc6\x46\x70\x5b\xa5\x82\xc2\x24\x70\x82\xc5\xdc\xc5\x14\x51\xa7\x99\x77\x72\x40\xb9\xea\xd8\x1f\x5f\xcd\x86\x9f\x66\xf3\xc1\x68\x7a\x9f\x08\xac\xa8\xcc\x47\xe7\xb8\x54\x62\xce\xf8\xc3\xb4\x3f\x9c\x4f\x87\x93\xb1\x33\x9a\x8d\xa7\xbf\xcf\xa7\xc3\xb7\xf7\x99\x54\xcc\x69\xbd\xd4\x87\xe9\x45\x2a\x25\xb7\x11\xda\x70\x4e\x13\x4e\x92\x13\x89\xab\x6d\x3a\x92\xe1\xe8\x54\xbe\x02\x60\xb8\xc9\xff\x63\x25\xf3\xbd\xec\xfd\x36\xbc\x9a\x5f\x8e\xa6\xd3\xf1\x54\x0d\x91\x09\x00\x6c\x88\x1f\x6b\x8d\x54\x65\xee\x77\x50\x7a\x2a\x35\xef\xf5\xf5\xdc\xeb\x10\x8a\xed\x79\xef\x25\xe3\x2e\x4e\x62\xdf\xb7\x41\xf2\x18\xf3\xef\x9c\x05\x76\x01\x66\xaf\xd9\xb2\xbc\x53\xe5\xa7\xd6\x2d\x2e\xcc\x76\x54\xc8\x41\xb3\x64\xc1\x3e\xe9\xbc\xac\xf4\x4b\xb2\xd1\x1f\xbe\x8c\x2e\x7b\xe7\xc3\xb9\x33\x9b\x0e\x7b\x97\xda\xec\xce\xa4\xd7\x1f\x96\x15\xee\x68\xc5\x9a\xe5\xc9\xe9\x6a\x85\x3c\xdb\x82\x56\x54\xae\xe3\x45\x4e\xda\x1c\x76\x14\xf0\xf9\x68\xf6\xee\xc3\xd9\xfc\xe3\xf0\xec\xdd\x78\xfc\x6b\x7a\xd2\xa9\x1a\xf2\x5d\xbc\x48\x91\x30\x44\x4e\xdd\x5a\xa8\xe1\xd5\x70\x3a\xea\xef\xc7\x32\xdd\x13\x30\xaa\x74\xd6\x5f\x93\x50\x1d\x79\xbf\x94\x25\x47\x79\x5b\x22\x6d\xbe\x9b\xe5\x9a\x34\x34\xae\xec\x41\x65\xef\xfc\x7e\xcb\x9b\xa3\x86\x12\x36\x9c\x7c\x43\x4a\x54\xb7\x70\xcc\xfc\xa7\x68\x0e\xad\xc6\xce\x69\x4d\x21\x11\x29\xcf\x71\x77\x9e\x07\xcf\xf5\x6b\xb9\x3e\xa4\x1f\x3d\x9f\x4c\x47\x90\x04\x27\x42\xc3\xcc\x49\x8d\x8d\x4b\x41\x20\x5f\xc0\x83\xb3\xb9\x33\x9c\xfe\x36\xea\x0f\xe7\x93\xe9\xf0\xed\xe8\xd3\xfc\xb2\x37\x99\x8c\xae\xce\x0b\xb2\xc5\xf5\xdc\x94\x25\xbd\x19\x9c\xd5\xa3\xbf\xbf\x1a\x8c\xea\xb1\x92\xc6\xfb\xfa\x7e\x69\x65\xa2\xb1\x6f\x56\xba\xa8\xef\x9f\xd6\x27\x1a\xfb\x17\x6b\x1d\x35\xfd\xd3\xea\x49\x63\xff\xac\xbc\x52\xdf\xbf\x5c\x25\x69\x44\xa9\x14\x53\xea\xb1\xb4\xc8\x78\x7c\x31\x77\x46\xff\x68\x26\x54\x92\x6a\x42\xea\x7d\x3a\x04\xa9\x28\xd5\x80\x34\xfb\x34\x1f\x39\xe3\x0b\xed\x0a\x8d\x40\x45\xa1\x3a\x9c\xda\x22\x4f\x65\x2f\xc9\x10\xbb\x28\xdd\xee\xf5\xad\xb0\x4c\x60\xb4\x36\xcc\x8f\x03\x3c\x14\xb5\x9e\x63\x7d\x95\xe9\x60\xa6\xbf\x0e\x7f\xff\x0a\x5c\x25\x7e\x38\xf6\x7e\xd7\xd9\xdf\xa7\x69\x94\x72\x91\xb1\x19\xb9\x52\x8c\xdc\x8b\xf6\x30\xcf\x66\x1f\xd7\xdb\xd4\x43\xb1\x52\x0b\xa9\x6c\x61\xc2\x7c\xea\x6e\x6d\xe8\xf9\xb7\x64\x2b\x76\x12\x81\xfd\x28\x85\x83\x63\x3a\x93\x2c\x50\x26\x67\xed\x57\xaf\x5e\x97\x26\x91\xe4\x17\xcc\x67\x37\x94\x94\x5a\x22\xce\x24\x73\x99\x6f\xc3\xac\x3f\xd9\x8b\x99\xd7\x61\x8a\x98\xc9\x39\xf1\x31\x80\x79\x9d\xa0\x0a\x28\x0e\x42\xe4\x48\x3c\x1a\xa2\x10\x13\xce\x16\x68\x97\xfa\xe0\x5d\x71\x1f\x31\xff\x5c\x16\x04\x24\xf4\xaa\x9f\x2d\xe8\x2e\x68\xd8\x5d\x10\xb1\xde\x69\xb1\xdc\x9d\x4f\x6e\xcc\x7d\xb0\xac\x90\x45\x9c\xdd\x6d\xe1\xe8\xa7\x23\xb0\x04\x58\x71\xbd\xbf\xd9\x0f\xf9\x8d\xf9\x77\xa4\x66\x6d\x77\xbb\x3e\x73\x89\xaf\xcf\x5e\x4a\xdd\xdd\x80\x84\x64\x85\xbc\x7b\x1d\xdc\xe9\xd1\xba\xff\xbb\x42\xf9\xa6\x4f\x24\xf1\x69\x48\xfe\x76\xda\x53\xdb\xfd\xdf\x4e\x07\xa6\xdc\xfa\x1f\x44\xca\x37\x42\x12\x89\x57\x24\xc0\xa3\x9d\x41\xfe\x6f\xc5\x31\x02\x8b\x7e\x86\xa3\x4c\x0a\x7e\x7a\x03\x3f\x39\xb3\xde\x74\x36\x1c\x14\x7b\x98\x88\x74\xc9\xe2\xb0\xea\x6a\x81\xfa\x36\x21\x72\x7d\x40\x18\x2b\x14\x54\x2d\x17\xb9\xa4\x4b\x95\x54\x60\x9d\xa0\x32\xe6\x38\xf4\xb7\x95\x3c\xba\x70\xc0\x3c\xe7\xc4\xc5\x09\x72\xca\x3c\x07\x5d\x16\x7a\xc2\x86\xff\xca\x5d\xd2\x60\x8a\xdd\xe3\xc1\x83\x83\x27\xd9\x69\x89\x8e\xf9\x76\x95\xac\xc6\x9d\x2a\x7f\x6d\x02\x5d\xc8\x54\x27\x84\x93\xa0\xc0\x85\xc4\x92\x05\x44\x52\xb7\x32\xbd\x6c\x49\xa8\x91\x4a\xdc\xf7\x85\x80\x47\x1d\x2e\x1e\x38\x15\xfe\x05\x53\xea\xda\xaa\xda\x93\xa4\xd6\x05\xe4\xbf\x4c\x8a\x5d\xe2\x7c\xa8\xde\xe0\xdb\x52\xee\xcb\xf1\xd5\xf9\x38\x49\x60\x1f\x95\xdd\xa6\x00\xdf\x94\xe2\xa6\x20\xdf\x94\xe7\xa6\x20\x4f\x96\xec\xa6\x80\x57\xe3\xc9\x74\xd8\xbb\xb8\x18\xf7\xeb\xc1\x76\xe5\xf6\xa1\x39\x97\xbd\x8b\x8b\xb7\xa3\x8b\xa1\xb3\x1f\x2d\x97\xdb\x87\xf6\xf7\x0f\xa3\xe1\x6c\x3f\x90\x16\xa9\x49\x74\xaa\xde\x76\x48\x72\xe3\xd3\x0d\x36\xec\xd7\x34\xa4\x92\x12\x7f\x80\x3e\xd9\x66\xd1\xfd\xb4\x9c\x70\x48\x37\x72\x98\x7b\x53\x0d\xd5\x50\x53\x3c\x4f\x3a\xd0\x00\x59\x2c\x33\xbc\x93\x43\x82\xe2\xce\x3a\x3a\x24\xe1\xda\x1d\xfb\xfb\x24\x2d\x75\x29\x0b\x3d\x24\x8b\xd1\x93\x84\x93\x17\xaf\x3a\xcf\x3b\xcf\x3b\x27\xb6\x9e\x40\xf7\x87\xea\x52\xd2\x79\x4d\x71\x95\x83\x15\xe5\x1f\x6a\x57\x89\xc6\xb7\x70\x43\xfc\x37\xed\xcf\x31\x95\x3f\x3e\x6b\x1f\x60\xe9\x83\xed\x76\x58\x62\xb2\x21\xbc\xeb\xd3\x45\x37\xb1\x65\x57\x05\xe3\x9a\xbc\xa4\xce\xfc\x25\xd1\x6f\x4a\x3f\x30\x88\xe4\x76\x40\x79\xd9\x76\x01\x7a\x34\x0e\x6c\x68\xb7\x0f\xf2\xc6\x8c\xce\xf7\xce\x36\x76\xd6\xc1\xa3\xb2\x8e\x04\xc4\xce\x03\x4a\xa9\x4a\x39\xeb\x9d\xdf\x57\xfa\x7c\x55\x39\xf3\xa0\x6c\x25\x52\xea\x41\xa9\x75\x67\xed\x5e\x02\xaa\x41\xf5\xa5\x8b\x5c\x63\x71\x57\xee\xb4\x00\x92\xb7\x06\x26\x0f\x2c\x3e\xaf\x50\x5f\xb2\xf7\x02\x55\xdd\xb5\xd4\x32\xff\x1c\x53\x8e\x5e\x66\x81\x24\xb0\xaa\x64\x94\x44\x51\x95\xc7\x51\x3f\x16\x92\x05\xfa\xda\x25\xe3\x53\xbc\x27\x03\xce\x62\x89\x1d\x80\x0b\x24\x1b\x84\x85\x4f\xc2\x1b\x2d\xe4\xe1\x92\xc4\xbe\xcc\x7a\x9a\x3b\x61\xec\xac\x3a\x36\xfc\x5c\x98\x8d\x7e\x2e\xf1\x8b\xf5\x73\xf2\xbe\xe7\x97\xce\xcf\x49\x4f\xcb\x63\x01\xa1\xa1\x25\xe2\xe5\x92\xde\xfd\x72\x54\x9d\x75\xca\x4c\x91\x31\x17\x54\xef\x92\xa1\xb2\xf9\x97\x2e\x89\x0e\x9e\x9a\x38\x74\x6e\x7a\x46\xd9\xfc\x92\xb9\x25\x97\x49\x4f\x3d\x45\x71\xd0\x1c\x9d\xea\x24\xcf\xa9\x4c\xee\x2c\xe0\xc3\x74\x54\xbd\xc2\xab\x8e\xa7\xa4\xa7\x18\x31\x41\x25\xe3\x5b\x30\x57\x16\x66\x98\xda\x3b\x93\x3d\xfe\xa4\x39\xdb\xdd\xae\x29\xde\x77\x5c\x16\x74\xcd\x2d\x42\x76\x63\xd0\xcd\xfe\xb2\x3e\xc7\xd4\xbd\x11\x92\x70\x29\xea\x26\xb0\xe0\x24\x74\xd7\x5d\x49\x56\xc0\x71\x89\x1c\x43\x7d\x53\x50\x43\x3d\x6f\x6c\x62\x3d\x1d\xbe\xcd\x49\xb6\x4f\x3a\x2f\xda\xd5\x11\x55\xa4\xd6\x2f\x7e\x68\xa8\x51\x13\xab\x81\x64\xfa\x55\x92\xf7\x3f\x26\x7e\x6a\x5d\x72\xc6\x72\x01\x8f\x72\x9d\xd1\x6f\x77\x16\x68\xdf\xdc\x65\xc1\x20\x95\xc8\x08\x16\xee\xb5\x72\x5a\x92\x79\xcc\xa7\x42\x76\xd3\x3f\x0a\xf7\xe4\x25\xaa\x83\xf4\x99\xc0\xfb\xab\xc1\xc8\xc4\x0b\xfd\x6e\x6b\xb1\x2d\xbd\xbc\x93\x0c\x38\x0a\xe6\x6f\xcc\x63\x31\x15\xb9\x8d\x4f\x18\x9f\xd5\x6e\x7c\x4d\x36\xc4\x36\x26\xea\xe6\x02\xa2\x9b\x07\xdb\xd2\x8c\xca\x23\x97\x82\x4e\x5a\x90\x6e\xe2\x9a\x78\x6f\x3d\x5c\x15\xa9\x90\x3a\x37\x79\x9a\xb2\x41\x63\xf8\x64\xcb\xc2\xfb\xb8\xea\x0b\xb8\xc2\xe1\x5b\x3f\x7a\x13\x55\x5a\x8e\xe9\x56\x22\x55\x3d\x72\x3f\x1c\x53\x93\x2a\xc4\x43\x1c\xab\x6c\x52\x1f\x2c\xbd\xef\x2b\xbb\x55\xa1\x47\x03\xc7\x72\x75\x36\xe1\x65\x6e\xf1\x3a\x2e\xff\x2a\x4e\x37\xb8\x7d\x04\xaf\x5f\x71\x7b\x00\xb7\xa4\xca\x5b\xe6\x77\x83\xdb\x3a\x7e\x45\x4e\xe9\xcb\xc9\x7d\x0c\x26\xb9\xcc\x41\xb5\xe0\xca\x90\x0e\x4a\x01\x77\xc4\x8a\x18\xf3\xbb\x01\x0d\xf5\x1f\x96\xa0\x7f\xe4\x7b\xb3\xab\x37\xf5\x98\xa3\x57\x58\x5b\x3b\x41\x60\x90\x35\xc1\x25\x0d\x69\x10\x07\x30\x61\xcc\x07\x87\xfe\x51\x72\xf9\xf2\x4d\xc4\x5e\x36\xe4\xee\x49\xd8\x90\xbb\x3d\x6c\x4a\xb7\x19\x75\x6c\x24\x27\xa1\x20\xae\xde\xe8\xa8\x60\x7e\xfe\xda\xf7\x51\x6c\x66\x39\x1c\x8c\x52\xb8\x22\xa3\xd2\xad\x48\x35\xc8\x50\x41\x16\xbe\x09\x71\xc6\x59\x23\x8e\xc4\xf7\x59\x43\xe6\x94\xbe\xf8\xbc\x62\x30\x29\x0a\x66\xe3\xd5\x1c\x96\x77\x75\x90\xc1\x48\xa6\x9f\x01\x13\x10\x01\xf1\x7d\xcc\x93\xa0\x9c\x8f\x32\x55\x23\x0d\x47\x75\x83\xb7\x49\x28\x6a\x3c\x60\x57\x18\x4c\xe3\x50\x64\x10\x34\x04\x02\x9f\x63\x8a\x12\x02\xe6\xa9\x80\x4f\x24\x10\x29\xd5\x9e\x25\x14\x41\x9f\x06\x54\x9a\x94\x52\x1f\x4c\xd4\x52\x37\xaf\x3a\x1a\x69\xfd\x5d\xc1\xed\x10\x32\x67\xf4\xa6\x28\x1f\x0b\xe4\xfb\x43\xfd\x87\xe4\x0d\x77\x2b\xc9\xe0\x75\x97\x7f\x12\xeb\x8f\x9e\xf5\x8f\xe7\xd6\x7f\xff\xeb\xcb\xa9\x4a\xa9\xf5\x95\xbd\x7e\x78\x8e\x77\x11\x47\x21\x2a\xde\x50\xb8\x68\xa9\x84\xe1\xbd\xcc\x9a\x02\x47\x26\x55\x88\x1a\x86\xdd\x51\x91\xda\xeb\xfb\xa3\x03\xb8\x15\x8e\xa1\x07\x72\x23\xa5\xf7\xe0\x8d\xe4\x76\xc4\x1e\x4d\x71\xa7\xaa\xb4\x9f\xe8\xfb\x8f\x0e\x98\x37\xeb\xca\x7a\x55\x7e\xe5\xd6\x92\x6d\xbf\x96\x5a\xed\x4d\xda\xa1\xdc\x26\x0d\xfa\xab\x95\xf8\x56\x7e\x07\xeb\xce\xbc\x44\x49\x8f\xcb\x0d\x5b\xe7\xb9\x4e\x97\xe1\x23\x2e\xd6\x8c\xdd\x24\x09\xc8\xa3\x59\xd6\xbe\x8f\x79\x98\xa8\x79\xe6\x62\xb2\xdd\x87\xf8\x26\xb2\x4f\x45\xb8\xf6\x15\xce\x83\x8c\xaf\xd2\xe3\xb9\x0a\x7f\xb7\x6b\xea\xae\x75\x80\x2b\x94\x00\x84\xde\x90\x92\x37\xf9\x70\x49\x3d\xcf\xc7\x5b\xc2\xd1\x54\x2b\x04\x10\x6e\xce\xe9\x34\x14\x52\x85\x6e\x4f\xff\xce\x44\x54\x30\x54\x87\x90\x71\x15\xa5\xb7\xb9\x28\x24\xc9\x50\x76\x9e\xc9\xcb\x05\x26\xb7\xfe\x9d\xc5\x20\xd6\x2c\xf6\x3d\x60\xa1\xbf\x85\x10\xd1\x53\xa1\x38\x60\x1e\x5d\x6e\x41\xae\xa9\x00\xba\x84\x2d\x8b\x8f\x36\x58\xc0\xdd\x99\x83\x0a\xee\x1a\xd1\xa3\x4b\x7d\xd4\x29\x0c\xd5\x4d\x7f\x20\x53\x35\x51\x01\x21\x57\x54\xa6\xf1\xfa\x62\xc6\x9e\xa4\x36\xff\x71\x41\xc5\x08\x97\x64\x83\x21\x04\x94\x73\xb5\xf5\x9b\x9d\x50\x29\xdd\x79\x31\x32\xae\xb4\x93\x5e\x97\x7a\x14\x0f\x9b\x3b\x0f\xe7\x2a\x43\x5d\x50\xa1\xf7\xad\xf4\xc4\x45\x51\x68\x87\x4b\x6c\x4f\xb8\xbb\xa6\x1b\x14\x70\x4b\x7d\x1f\x16\x2a\x09\x89\xa8\xb6\x93\x64\xe6\x04\x94\xdd\x5b\x68\x6d\x2e\x99\xef\x21\xef\xc0\x68\x09\x71\x28\x22\x74\xe9\x92\xa2\x77\x0c\x6a\x33\xce\xb0\x68\x08\x5d\xf3\xf4\xb9\x02\xdb\xc9\xcb\x2d\xc5\x97\x7a\x35\x99\xab\x3a\xc0\x16\x14\xa3\x98\xb4\xd3\x27\xf3\xc6\x11\x41\x68\x3b\x75\x00\x66\xdb\x88\xba\xca\xcf\x8e\x8d\x7f\x10\x9f\xae\x42\x53\xb3\xd6\xbf\x46\x51\x9d\x03\x72\xcd\x78\x27\xa0\x21\xe3\xe9\x2f\x46\x94\x56\x92\x6d\xbb\x71\x3b\xd7\x0e\x01\x89\x47\x98\xda\x58\x79\x67\xaf\x56\xc2\xf6\x78\x43\xfb\x54\x9d\xa0\xff\x3f\x00\x00\xff\xff\x65\x23\xb4\x57\x6b\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x77\x1a\x39\x92\xff\x9d\xbf\xa2\x1e\x6f\xf6\xbc\x3b\xe7\x86\x78\x3c\xbb\x93\xe3\x26\x73\x0f\x03\x71\xc8\x60\xc3\xd2\x24\x4e\x76\xdf\x3e\x9e\xe8\x2e\x40\x71\xb7\xd4\x23\xa9\xb1\x99\x9c\xff\xf7\x7b\x92\xfa\x3b\x0d\x26\x8e\x67\x6e\xc7\x3f\xe1\xee\x52\xd5\xa7\xbe\xa8\x54\x2a\xa9\x49\x44\xdf\xa3\x90\x94\xb3\x0e\x28\x0c\xa3\x80\x28\x6c\xf1\x08\x99\x5c\xd3\xa5\x6a\x51\xde\xde\x9c\x35\x6e\x29\xf3\x3b\x30\x4b\x5e\x37\x02\xb2\xc0\x40\x76\x1a\x00\x9f\xee\xe4\xf9\x59\x07\x9a\x67\xad\xef\x9b\x0d\xc8\x18\x74\xec\x0b\x47\xf1\xd0\x23\xea\xa5\x13\x6e\xe5\x2f\x81\x13\x69\x39\x52\x21\x53\x8e\xfc\x8e\x36\x42\x94\x92\xac\xb0\x03\x5d\x60\x78\x07\xf9\x5b\x78\x7b\xe3\x02\x89\xa2\x80\x7a\x44\x51\xce\x60\xc9\x05\x74\x23\xe2\xad\x11\x66\x86\x23\xbc\x84\x3f\xc7\x92\xb2\x15\x5c\x6d\xdd\xbf\x8f\xfe\x02\x6b\x22\x61\x81\xc8\x1a\x00\x9e\x40\xa2\xd0\x07\xca\x60\xcb\x63\x01\x91\xe0\x9f\xd0\x53\x2d\x98\xad\x11\x62\x89\x82\x91\x10\xdb\x11\x91\xf2\x8e\x0b\xdf\xf0\x26\x7e\x48\x99\x96\x2d\x34\x4b\x33\x4a\x43\xa0\x12\xbe\xf9\xfc\xf6\xc6\x9d\x77\xfb\x57\xc3\xeb\xf9\x3b\x77\x30\xbd\xee\x5e\x0d\x1e\xda\xc5\xa7\x93\xae\xeb\xde\x8c\xa7\xfd\x87\x56\x03\xe0\xb5\x66\xe6\x79\x28\x0d\x36\xb5\x46\x8b\x0f\x7c\xa2\xc8\x82\x48\x84\xe6\x37\x9f\xfb\x17\xf3\x7e\x77\xd6\xbd\xe8\xba\x83\x87\xa6\x06\x64\xe8\x3c\x81\x3e\x32\x45\x49\xa0\x85\xf6\x2f\x4a\xd2\xfa\x17\x65\x31\x93\x00\x35\xb3\x05\x82\x8c\x05\x82\xe2\x89\xd2\x86\x93\x44\x4f\xa0\x02\xad\xa5\xaf\xe5\x69\xa8\x6f\x66\xb3\x89\x3b\x77\x07\xbd\xe9\x60\xf6\xd0\x04\x8f\x33\x45\x28\x4b\x31\x16\x69\x7a\x83\xe9\x6c\xf8\x7a\xd8\xeb\xce\x06\x0f\x0d\x80\x25\x0d\x8c\xd1\xac\x9d\x24\x8a\x8d\x1e\x24\xd1\xd3\x72\x35\x1b\x64\xaa\xd5\x08\x51\x11\xad\xa2\x8e\x08\xc2\x18\x57\xc6\x6d\x26\x40\x00\x7c\x94\x9e\xa0\x91\x32\x11\xd6\x65\x80\xf7\x24\x8c\x02\x84\xb7\x17\x5c\x4a\xb8\xc1\x05\xb8\x28\x36\x28\x4a\x1e\xbf\xa3\x6a\x0d\xa4\x62\xbd\x96\xb6\xaf\xe1\x09\x10\x72\x81\x40\xd9\x92\x8b\xd0\x8e\x20\x0b\x1e\x2b\x88\x13\xc3\x53\x99\xc5\xe2\x29\x48\x44\x58\x2b\x15\xc9\x4e\xbb\xbd\xa2\x6a\x1d\x2f\x5a\x1e\x0f\xdb\x9f\x16\x5c\x4a\x27\x0b\xf5\x76\x41\xbe\x93\x0e\x96\x2d\x23\x8f\x7a\x9c\xf5\x02\x22\x65\xc7\xfc\x74\xc4\x3a\x09\x6d\xf3\xb6\x34\x5b\x7c\x2a\xa3\x80\x6c\x1d\x6d\xff\xce\xae\x92\xe7\xad\xb3\x9d\x50\xfe\xcf\x44\xcf\x3f\x6b\xad\x13\xfd\x0c\xde\xbf\xec\xb2\x8f\x04\xdf\x50\x1f\x85\x53\x96\x33\x45\x1f\xde\x10\x75\x0a\x43\xe6\x59\xc8\x8a\xac\x64\x07\x2c\xca\xd3\x64\x1e\x9e\x7e\x22\x1b\x72\x6a\xf4\xb6\x34\xb5\xf3\xdd\xe7\x5e\x1c\x22\xb3\x4e\x74\x62\x11\x74\x32\xeb\xd9\xd8\x6e\x09\xf4\xd7\x44\x19\x23\x96\x88\xdb\xc8\xda\x02\x7d\x67\x4d\x94\x63\xad\x7b\x87\x0b\x47\x1a\xcd\xdb\x07\x24\x06\x9c\xad\x9c\x52\x9c\xcc\x8a\x1e\x04\x1f\x97\x94\xa1\x04\x81\x92\xc7\xc2\x43\x09\x0c\xd1\x47\x3f\xb1\x95\xe2\xe0\xe3\x06\x03\x1e\xa5\x76\x38\xce\xee\x3a\xa6\xfc\x62\xd8\x9d\x02\x65\x5e\x10\xfb\x94\xad\x12\xd6\x04\x16\x31\x0d\x7c\x1d\xea\x4b\xba\x8a\x45\x42\x56\x0c\x55\x1f\xa3\x80\x6f\xb5\x0d\xaa\x54\xd9\xac\xcf\x49\x12\xb6\x25\x42\x33\xb5\x6c\x04\xd8\xf0\xcd\x32\xa1\x87\x40\x98\x9f\x4f\xb7\x30\x8c\x59\x2a\xd6\x92\x1a\xc7\xb4\x0e\x98\x56\xc6\x51\xc4\x85\x7a\xc4\x8d\x86\xc1\x26\x5d\x06\xd2\x6c\x6e\x43\xeb\x88\x4c\x6e\x49\x65\x44\x3c\xec\xe4\xe1\xda\xe0\x0b\x9d\x78\x65\xa7\xe1\x40\x71\x95\xd9\x9c\x35\x00\xec\x8a\xa2\x9d\x43\x3d\x6c\x00\x14\x53\x48\x4d\x12\xa9\xa4\x11\x9d\xca\xef\x70\x01\x36\xb4\x4e\xa4\xd1\x0c\xb4\xa2\xad\x84\x5c\x5a\xce\x2d\x12\x44\x6b\x52\x89\x6f\x8c\x90\xf9\xc8\x3c\x8a\xb2\x03\x27\xff\xfc\xdc\xd4\xe8\x9b\x1d\x9d\x2c\xbb\x93\xc9\x48\x27\xbf\xe1\xf8\x7a\x6e\xb2\xaf\x55\xb8\x79\x9a\xb0\x05\x68\x6a\xe4\x9a\x38\xc1\xde\x7c\xf8\xd7\x89\x79\x99\x2f\x8a\x46\x83\x3c\x42\x3a\x50\xc3\xd7\x90\x59\x03\xd7\xbf\x95\x11\x7a\x96\x99\x56\x2b\xe1\xeb\x98\x7f\x3a\xf0\xf2\xc5\xcb\x17\x69\xf0\x13\xb1\x42\x35\x29\x3f\x96\x18\xa0\xa7\xb8\xc8\x8d\x97\x06\x60\xcf\x44\x5e\xbd\xd0\xdf\xc7\x4d\xf2\x8f\xea\x27\x3b\x0d\x9d\xa7\xb8\xeb\xfb\xef\xcf\xeb\xdc\x95\x3e\xfe\x37\x72\x57\x96\xb3\x32\x9f\xe5\xde\x7a\xce\x08\xb7\xfe\x7a\xcc\x70\xe7\xe7\x2f\xfe\x56\x63\xb8\xec\xf1\x93\x0c\x97\x88\xae\x31\x1f\xf5\xeb\x07\xe8\xb0\xcd\xac\x3b\xe5\xb1\xfa\x72\xdb\x9a\x51\xb6\xd8\xcc\xed\x96\x26\xae\x74\x12\xfc\xb6\x79\x64\xcd\xa5\xd2\x54\x6f\xc6\xee\x4c\xbf\x35\x15\x9f\x65\xa0\x78\x2a\x6f\x3f\xab\x2f\xb4\x97\xfc\x0d\x0d\x26\x9f\xc9\x62\x47\xce\xe8\x5a\xc3\xb9\x89\xe5\x72\xc1\x0a\x45\x48\x59\x22\x58\xef\x2f\xd4\x5a\xf0\x78\xb5\xae\xb5\xf0\x01\xd1\x7b\xe7\xf5\x30\x24\x2b\x74\x95\x40\x12\xee\x98\xf3\x59\xa3\x66\x2f\x82\x0b\x5d\x0c\xd9\xa9\xf5\xdb\x22\x28\x9a\x9f\xc7\x2a\x8a\x55\x66\xe5\xcc\x90\x35\x66\x99\x91\x55\xf6\x72\x2f\xf3\x8e\x29\xec\x6d\x29\x66\xeb\xc9\x4e\x5e\x96\x29\xbc\x57\x7d\x2a\xf4\xc0\xde\xf8\x7a\x36\xf8\x30\x9b\xf7\x87\xd3\x87\x84\x60\x45\x55\x2e\x5d\xe0\x52\x93\xb9\xe3\x77\xd3\xde\x60\x3e\x1d\x4c\xc6\xee\x70\x36\x9e\x7e\x9c\x4f\x07\xaf\x1f\x32\xaa\x58\xd0\x7a\xaa\x77\xd3\x51\x4a\xa5\xb6\x11\x76\xe0\x92\x26\x98\x94\x20\x0a\x57\xdb\x54\x92\xc5\xe8\x56\x9e\x02\x20\xdb\xe4\xff\x38\x89\xbe\x57\xdd\xf7\x83\xeb\xf9\xd5\x70\x3a\x1d\x4f\xb5\x88\x8c\x00\x60\x43\x82\xd8\x58\xa4\x4a\xf3\xb0\xc3\xa5\xab\x37\x81\xdd\x9e\xd1\xbd\x8e\x43\xf1\x7d\x3e\x7a\xc9\x85\x87\x93\x38\x08\x3a\xa0\x44\x8c\xf9\x73\xc1\xc3\x4e\x81\xcd\x41\xb7\x65\x65\x67\xba\x7f\xb0\x0b\x51\xa1\x04\xcd\x8a\x84\xce\x59\xeb\xfb\xca\xb8\xa4\x06\xfd\xe6\xf3\xf0\xaa\x7b\x39\x98\xbb\xb3\xe9\xa0\x7b\x65\xdc\xee\x4e\xba\xbd\x41\xd9\xe0\xae\x31\xac\x9d\x9e\x82\xae\x56\x28\xb2\xe5\xc7\x6e\x13\x73\xd0\x76\x53\xad\x19\x5f\x0e\x67\x6f\xde\x5d\xcc\x6f\x06\x17\x6f\xc6\xe3\x9f\xd3\x3d\x75\xd5\x91\x6f\xe2\x45\xca\x09\x19\x0a\xea\xd5\xb2\x1a\x5c\x0f\xa6\xc3\xde\x61\x5e\x76\x78\xc2\x8c\x6a\x9b\xf5\xd6\x84\xad\xb0\x03\x9f\xcb\x94\xc3\xfc\x5d\x42\x6d\x9f\xdb\xe9\x9a\xbc\xd8\x3b\xb3\xfb\x95\x95\xf3\xf7\x9b\xde\x02\x0d\x2b\xd9\x81\xb3\xaf\x28\x86\xea\x26\x8e\xd5\x7f\x8a\xb6\x39\x52\xda\x24\xa5\x24\x65\x1d\x77\xf5\x3c\x5a\xd7\x2f\xc5\xfa\x98\x7d\x8c\x3e\x99\x8d\x20\x49\x4e\x84\xb2\x2c\x48\xad\x8f\x4b\x49\x20\x9f\xc0\xfd\x8b\xb9\x3b\x98\xbe\x1f\xf6\x06\xf3\xc9\x74\xf0\x7a\xf8\x61\x7e\xd5\x9d\x4c\x86\xd7\x97\x05\xda\xe2\x7c\xae\xaf\x91\x5e\xf5\x2f\xea\x79\xbf\xbd\xee\x0f\xeb\x39\x25\x2f\x1f\xea\xc7\xa5\x4d\xad\xbd\x63\xb3\xae\x57\xfd\xf8\xb4\x0b\xb6\x77\x7c\xd6\x26\xab\x1f\x9f\x36\xde\xf6\x8e\xcf\x3a\x73\xf5\xe3\x4d\xc3\x6f\x3c\x1e\xcd\xdd\xe1\x3f\xf6\x33\x29\x51\xed\xe3\xd4\xfd\x70\x0c\xa7\x22\xd5\x1e\x4e\xb3\x0f\xf3\xa1\x3b\x1e\x19\xe7\xed\x65\x54\x24\xaa\xe3\x53\xdb\x00\xac\x64\xff\x8c\x63\x1b\x95\xd7\xfe\x74\x27\x1d\x9b\xca\x9c\x0d\x0f\xe2\x10\x8f\xe5\x5a\x8f\x71\x6f\x07\xf2\x38\xa4\x3f\x0f\x3e\x7e\x01\x5f\x4d\x7e\x3c\xef\xc3\x41\x77\x78\xcc\x3e\x29\xe5\x8e\xf2\x7e\xce\x95\xce\xf3\x41\x6e\x8f\xe3\xac\x74\xac\x0b\x84\x66\x61\x79\x2c\xbb\x19\x22\xbd\xbe\x4f\x78\x40\xbd\x6d\x07\xba\xc1\x1d\xd9\xca\x9d\xa5\xfb\x30\x97\xc2\x36\x2f\xd5\x24\x4b\x6d\xc9\xbe\xf8\x87\x1f\x5e\x96\x94\x48\x2a\x02\x1e\xf0\x5b\x4a\x4a\x6f\x22\xc1\x15\xf7\x78\xd0\x81\x59\x6f\x72\x90\x67\xde\x31\x29\xf2\x4c\x76\x76\x4f\x61\x98\xef\xe9\xab\x0c\xe5\x51\x1c\x05\x12\x9f\x32\x94\x72\x22\xf8\x02\x3b\xa5\x31\x78\x5f\xcc\xfc\xf6\xcf\xe3\x61\x48\x98\x5f\x7d\xec\x40\x7b\x41\x59\x7b\x41\xe4\x7a\xe7\x8d\xe3\xed\x3c\xf2\x62\x11\x80\xe3\x30\x1e\x09\x7e\xbf\x85\x93\x6f\x4f\xc0\x91\xe0\xc4\xf5\xf1\xd6\x79\x2c\x6e\xec\xdf\x89\xd6\xba\xd3\x6e\x07\xdc\x23\x81\xd9\x2d\x69\x73\xb7\x43\xc2\xc8\x0a\x45\xfb\x53\x78\x6f\xa4\xb5\xff\x67\x85\xea\x55\x8f\x28\x12\x50\x46\xfe\x74\xde\xd5\x0b\xf4\x9f\xce\xfb\xb6\x45\xfb\x1f\x44\xa9\x57\x52\x11\x85\xd7\x24\xc4\x93\x1d\x21\xff\xbb\x12\x18\x81\x43\x7f\x81\x93\x8c\x0a\xbe\x7d\x05\xdf\xba\xb3\xee\x74\x36\xe8\x17\x47\xd8\x8c\x74\xc5\x63\x56\x0d\xb5\x50\x3f\x9b\x10\xb5\x3e\x22\x8d\x15\x3a\xa0\x8e\x87\x42\xd1\xa5\x2e\x03\xb0\x8e\x50\x3b\x73\xcc\x82\x6d\xa5\xf2\x2d\x6c\x09\x2f\x05\xf1\x70\x82\x82\x72\xdf\x45\x8f\x33\x5f\x76\xe0\x6f\x79\x48\x5a\x9e\x72\xb7\xa0\x7f\x54\x78\x52\x4f\x96\xe0\xd8\x67\xd7\xc9\x6c\xdc\x39\x01\xaa\x2d\x79\x0b\xb5\xe5\x84\x08\x12\x16\xb0\x90\x58\xf1\x90\x28\xea\x55\xd4\xcb\xa6\x84\x96\x54\xc2\x7e\x28\x05\x3c\x69\x3b\xf0\xc8\x3e\xee\x0f\x58\x04\xd7\x74\xc0\x9e\xa5\x14\xce\xf8\xfe\x61\x0a\xe2\x02\xe2\xe3\x2c\x06\x5f\x57\x1c\x5f\x7d\x74\xff\x3e\x32\x49\xee\x49\x75\xa8\x1d\xfe\x55\xa5\xa8\x65\xf1\x55\xd5\xa8\x65\x31\x1a\xdf\x0c\xa6\xf3\x5e\xd7\x1d\xcc\x67\xdd\x8b\xd1\xc0\x6e\x75\xeb\x19\x1e\x1a\xb1\x5f\x82\x2e\x41\x7b\xe3\xeb\xeb\x41\x4f\x3b\xe2\x20\xeb\x0a\xe9\x7e\x9e\xaf\x67\xa6\x46\xd6\xd6\x99\x8f\x06\x7b\xaa\xd6\x5a\xd2\xc3\x3c\xbb\x1f\x8e\xe6\x59\x20\xdd\xcf\xb3\x3b\x1c\x1f\xe2\xd3\x1d\x8e\x6b\x6a\xa8\x72\x30\x03\x04\x74\x83\x7b\x96\x79\xca\xa8\xa2\x24\xe8\x63\x40\xb6\xd9\xa2\x70\x5e\xae\x53\x94\x17\xb9\xdc\xbb\xad\x66\x78\xd8\xed\x90\x27\xf4\x34\x44\x1e\xab\x8c\xdd\xd9\x31\xa9\xd4\xa9\x82\x7e\xbc\x48\xdb\x11\xfc\xfb\xd4\x39\x75\x55\x0e\x3d\xa6\xf0\x49\x66\xed\x4d\xff\x55\xf3\x9b\xf2\x0c\x6e\x5a\x97\x81\xb3\x86\xb3\xef\x7e\x68\xbd\x68\xbd\x68\x9d\x99\x8a\x28\xcf\x13\xe0\xf4\xd3\x7f\x6b\x27\xad\x11\x81\x70\xe2\x0e\x46\x83\xde\x0c\xce\x4e\x1e\x77\xf3\x5f\x8f\xf6\xda\x71\xc5\xcc\x86\x88\x76\x40\x17\x6d\xa3\x4b\x5b\xa7\xf0\x9a\x4a\x66\xaf\xeb\x9d\x68\xc3\x83\xe7\x2c\x5b\x8e\x94\x04\x85\x6b\x3f\xef\x0d\xaf\x5e\x40\x68\x58\x76\xbe\xa7\x1f\x5d\x3f\xc2\xd6\x10\xfd\xbf\x14\x36\x95\xc9\xf3\xa4\xf2\xc6\xb0\xe8\xa4\x89\xa5\xd4\xbc\x9c\x75\x2f\x1f\x2a\xf4\x5f\xd4\xe5\xfc\xba\x92\x68\x52\xe7\x9e\xdf\xa1\x2e\xca\xfc\x99\xaf\xf3\xf6\xd6\xc2\x15\xf7\x31\x73\xed\x14\x89\x7f\x23\xa8\xc2\x31\x4b\x1a\xb9\xd9\x15\x91\x14\x8c\xc0\x5f\x62\x94\xc5\x99\x23\x15\x17\xc9\x6e\xf7\xfd\x78\xf4\xee\x6a\x30\xef\x75\x27\xdd\xde\x70\xf6\xf1\xa1\x11\xe9\x00\x41\x65\xa2\xc7\xd9\x3d\x1d\xd5\xa0\xcd\x99\x94\x5a\x63\x51\xcd\x56\x03\x20\xb9\x90\x63\xe3\xb4\x5b\xb8\x20\xa2\x9f\x64\xb7\x29\xaa\xea\x36\x2c\x42\x2a\xd0\xcf\x62\x30\x59\x66\x74\xe5\x4f\xa2\xa8\x8a\xe3\xa4\x17\x4b\xc5\x43\x73\x2a\x95\xe1\x29\x1e\x23\x82\xe0\xb1\xc2\x16\xc0\x08\xc9\x06\x61\x11\x10\x76\x6b\x88\x7c\x5c\x92\x38\x50\xd9\x48\x7b\x58\x8e\xad\x55\xab\x03\x3f\x16\x6f\x3f\xe9\x97\x3f\x39\x3f\x26\x37\xe7\x7e\x6a\xfd\x98\x8c\x74\x7c\x1e\x12\xca\x1c\x19\x2f\x97\xf4\xfe\xa7\x93\xaa\xd6\x29\x32\x0d\xc6\x9e\xdf\xbd\x49\x44\x65\xfa\x97\xce\xd0\x8e\x56\x4d\x1e\xab\x9b\xd1\x28\xd3\x2f\xd1\x2d\x39\x6b\x7b\x6e\x15\xe5\x51\x3a\xba\x55\x25\x2f\xa9\x4a\x8e\x74\xe0\xdd\x74\x58\x3d\xe1\xac\xca\xd3\xd4\x53\x8c\xb8\xa4\x8a\x8b\x2d\xd8\x13\x1d\x2b\xa6\xf6\x48\xe9\x40\x3c\x1d\x71\x05\x2e\xfb\xe5\xfc\x12\x53\xef\x56\x2a\x22\x94\xac\x53\x60\x21\x08\xf3\xd6\x6d\x45\x56\x20\x70\x89\x02\xed\xfc\xab\x81\x9e\xbf\xdc\x87\x7a\x3a\x78\x9d\x83\x6c\x9e\xb5\xbe\x6b\x56\x25\xea\x25\xce\x5c\x09\xa4\xcc\x70\x4d\xbc\x06\x8a\xdb\xeb\x59\xff\x0d\x18\x46\x6a\x6b\x6c\x29\x38\xcf\x09\x7c\x2a\xcc\x06\x6a\xbb\x33\x41\x7b\xf6\xa8\x0f\xfa\x29\x45\x06\xb0\x70\xec\x97\xc3\x52\xdc\xe7\x01\x95\xaa\x9d\xfe\x70\x3e\xf9\x0b\xaf\x8a\xb3\x9f\x5e\x9e\x78\x7b\xdd\x1f\xda\x64\x61\xee\x4e\x2e\xb6\xa5\x1b\x63\x8a\x9b\x34\x15\x6c\xec\x85\x4d\x9d\x46\x6d\x40\xd8\x80\x35\x31\x6c\x3c\xd3\xce\x5f\x49\xbb\xb0\xf7\xdd\xaa\x22\x65\x99\xa5\x5c\x93\x37\xea\xd3\x8c\xb2\xc3\x34\x89\xfa\xfe\x4e\x94\x66\x6c\x93\xc8\xae\x97\x59\x15\x57\x28\x8e\xf6\x45\xa1\xf6\x4f\x55\x98\x4b\x7f\x45\xe0\xcb\xe2\x15\xe0\x24\x49\xdb\xb9\x9d\x8a\xb3\xd5\xc6\x8e\x2f\x33\x38\x76\x89\x82\x1e\x89\x88\x47\x55\xee\xd2\x4a\x9a\x3f\x80\xee\xec\x92\xee\xcd\xfb\x7c\x59\xbc\x5f\x5b\xb9\x43\x5b\x68\xd1\x98\x4b\xb3\xb2\x0a\xd2\xb5\xc3\x4a\x16\xab\x36\x66\x1e\x5f\x0c\x92\x5e\xd5\x63\x18\xab\x68\xd2\xc9\x93\xe3\xdf\x99\x0f\x85\x11\x7b\x30\x96\x7b\xf8\x09\x2e\x7b\x3a\xdb\xf2\xc4\x17\x61\xba\xc5\xed\x13\x70\xfd\x8c\xdb\x23\xb0\x25\x67\x01\x65\x7c\xb7\xb8\xad\xc3\x57\xc4\x94\xde\x08\x3f\x84\x60\x92\xd3\x1c\x75\x62\x50\x8d\x73\x54\x12\xee\x89\x13\x71\x1e\xb4\x43\xca\xcc\x0f\x47\xea\xe8\x4f\x8b\x8a\xf4\x66\x28\xfa\x85\xbc\x50\x1b\xf1\xc9\x1a\x72\x45\x19\x0d\xe3\x10\x26\x9c\x07\x66\x22\x15\xe7\x63\xf9\xbc\xea\x20\x1a\x72\xff\x2c\x68\xc8\xfd\x01\x34\xa5\x33\xaf\x3a\x34\x4a\x10\x26\x89\x67\x56\x68\x2a\x79\x90\xdf\x8f\x7d\x12\x9a\x59\xce\x0e\x86\x29\xbb\x22\xa2\xd2\xd9\x59\x1d\xa0\x35\xbf\x33\xa2\x15\x59\x04\x36\x9c\x25\x10\x81\x26\x3d\xa1\x6f\x6e\xe7\x7a\x3c\x8c\x88\x40\x7f\x07\x88\xbd\xd2\x3b\xe2\x77\x28\xa0\xa7\xd3\xd3\xcc\x30\x31\x5b\x8a\x0c\xc4\xc1\x36\x4e\x4d\xc4\x86\x89\x81\x23\xbd\x45\x53\x0a\x7d\x60\x71\xb8\x40\xa1\x67\x99\xa4\x61\x1c\x28\xc2\x90\xc7\x12\xbc\x80\x26\x57\x92\x19\x1a\x0b\xc8\x3d\x00\x53\x97\xe5\x7c\x0a\x63\x2a\x38\xab\xcd\xa0\x3a\x80\x49\x3c\x06\xc8\x56\x6a\x9d\x4e\x7e\xf3\xa9\x85\x5e\xae\x31\xb9\x62\x6d\x3f\xd0\x20\xf0\xfa\xdd\x68\xa4\x97\x5b\xa0\xcc\xc7\xfb\x3d\x10\x5f\xc7\x41\x30\xd3\xab\x75\x1a\xec\x37\x9a\xdd\xc8\x48\xa8\x20\xac\xb6\x96\x0e\x98\xf0\xb7\x41\x98\x30\x3f\x8c\xb0\xd8\xa8\xaa\x20\xd4\x85\x89\xe0\x81\x34\xa0\x28\x63\xdc\x5f\xcc\x63\x89\x73\xbd\x1d\xdf\xe0\x9c\x50\x0e\x12\x95\xd2\xeb\x8e\x49\x71\x40\x2d\x7e\xfb\x1e\xd2\x96\x15\x95\xb0\x10\xfc\x16\x77\xb7\x26\x16\xb0\xa5\xab\x36\xbb\xf6\x15\x01\xb1\x44\x71\xb8\x12\x78\x97\x7c\x58\xd3\x48\x36\xc0\x66\xc8\x3f\x89\xf3\x6b\xd7\xf9\xc7\x0b\xe7\xbf\xfe\xf5\xf9\x5c\x6f\xfb\xcc\x65\x18\xf3\x7d\x10\xde\x47\x02\xa5\xac\xcc\xc7\xc2\x81\x68\x65\x21\x3c\x88\x6c\x5f\xea\xce\xa8\x0a\x79\xdb\xa2\x3b\x29\x42\x7b\xf9\x70\x72\x04\xb6\x42\xc3\xf7\x30\xb6\xb7\x37\x2e\x74\xfd\x90\x32\x63\x94\x2a\xa6\xf2\xdb\x92\xc9\xbe\x14\x54\xed\x41\xf2\xb1\xd8\x26\x7b\x6c\x56\x4b\xf1\xb5\xf8\x8e\xb6\x9d\xbd\x3a\x95\xb6\x70\xf6\xd4\x04\x97\x66\x03\x03\x37\xb8\x58\x73\x7e\x9b\x54\x56\x4f\x46\x59\x7b\xa1\xeb\x71\xa0\xf6\x5e\x56\xf2\x79\xc8\x23\x78\x13\xda\xe7\x02\x5c\x7b\x6d\xec\x51\xc4\xd7\x69\xe3\x48\xa7\xb5\xbb\x35\xf5\xd6\x26\x6f\x14\x1a\x53\xd2\xac\xb4\xe9\x27\x34\x57\xd4\xf7\x03\xbc\xd3\xab\x9d\xe9\xa0\x99\x85\xcf\xe6\x16\x26\x15\x09\x02\xf4\xcd\x37\x75\xb2\xc2\x43\x0f\x60\x5c\x84\x24\x08\xb6\x39\x29\x24\x55\x5e\xb6\xc3\xcc\x1b\x59\x76\xc3\xf3\x91\xc7\x20\xd7\x3c\x0e\x7c\xe0\x2c\xd8\x9a\x2f\x7c\x74\x3e\x0e\xb9\x4f\x97\x5b\xfb\x49\x17\x5d\xc2\x96\xc7\x27\x1b\x2c\xf0\xdd\xd1\x41\x27\x6d\xc3\xd1\xa7\x4b\xb3\xf9\x2c\x88\x6a\xa7\x1f\x03\x56\x5d\x54\xe0\x90\x1b\x2a\xb3\x78\x7d\x9b\xed\x40\xb5\x9e\x7f\x03\x53\x71\xc2\x15\xd9\x20\x83\x90\x0a\xa1\x6b\x1a\x6e\x3e\xff\xd3\x46\x77\xbf\x1b\xda\x50\xda\xd9\x37\x94\x46\x14\xb7\xff\x3b\x37\x3d\x2b\xa2\x46\x54\x2a\xbd\xb8\xa5\x7b\x60\x8a\xd2\x04\x5c\xe2\x7b\x22\xbc\x35\xdd\xa0\x84\x3b\x1a\x04\x7a\xd5\xf3\x78\x44\x8d\x9f\x14\xb7\xdb\xd2\xf2\x47\x4b\x4b\x1e\xf8\x28\x5a\x30\x5c\x42\xcc\x64\x84\x1e\x5d\x52\xf4\x4f\x81\x04\x41\xce\x8b\x32\x68\xdb\x8b\xfa\x15\xb6\xad\xbc\x01\x56\xbc\x5a\x5a\xb3\x3a\x2b\xb2\x2a\x1a\x46\x23\x69\xda\x6f\x3b\x6c\x18\x82\x34\x5e\x6a\x01\xcc\xb6\x11\xf5\x74\x94\x9d\xda\xe8\x20\x01\x5d\x31\x7b\xf7\xc2\x7c\x3e\xa8\xcc\x5a\xff\x89\x8b\x56\x48\x19\x17\xe9\xf7\x4d\xda\x26\x66\x0d\xdc\xb3\x32\x9a\x50\x80\x24\x16\x6c\xaf\xb6\xb8\x4c\x56\x7b\xb3\x07\xa2\xa0\xf9\xd7\xd6\x0f\xcd\xc6\xff\x05\x00\x00\xff\xff\x6a\x78\x7d\xa5\x61\x3b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\x1b\x37\x92\xfe\xce\x5f\xd1\xc5\xca\x9e\x76\x73\x1e\xd2\xb2\xb2\x1b\x1f\x2f\xce\x15\x45\xd2\x36\x1d\x49\xe4\x72\xe8\xc8\xd9\xad\x14\x0b\x9c\x69\x92\x90\x66\x80\x09\x80\xa1\xc4\xf8\xf4\xdf\xaf\x00\xcc\x3b\x67\x28\x5a\x76\x5c\x17\x7f\x92\x07\x8d\x07\x0f\xba\x1b\x8d\x46\x03\x24\x11\xfd\x19\x85\xa4\x9c\xf5\x40\x61\x18\x05\x44\x61\x87\x47\xc8\xe4\x86\xae\x54\x87\xf2\xee\xf6\xb4\x75\x4b\x99\xdf\x83\x79\xd2\xdc\x0a\xc8\x12\x03\xd9\x6b\x01\xdc\xdc\xc9\xb3\xd3\x1e\xb4\x4f\x3b\xdf\xb5\x5b\x90\x01\xf4\x6c\x83\xa3\x78\xe8\x11\xf5\xd2\x09\x77\xf2\xb7\xc0\x91\x2f\x68\x2b\x44\x29\xc9\x1a\x7b\xd0\x07\x86\x77\xf0\xee\xda\x05\x12\x45\x01\xf5\x88\xa2\x9c\xc1\x8a\x0b\xe8\x47\xc4\xdb\x20\xcc\x4d\x5f\x78\x09\x7f\x8d\x25\x65\x6b\xb8\xdc\xb9\xff\xbc\xf8\x1b\x6c\x88\x84\x25\x22\x03\x4f\x20\x51\xe8\xb7\x00\x28\x83\x1d\x8f\x05\x44\x82\xdf\xa0\xa7\x3a\x30\xdf\x20\xc4\x12\x05\x23\x21\x76\x23\x22\xe5\x1d\x17\xbe\xc1\x26\x7e\x48\x19\x95\x0a\x85\x86\x34\xbd\x34\x05\x2a\xe1\x9b\x8f\xef\xae\xdd\x45\x7f\x78\x39\xbe\x5a\xbc\x77\x47\xb3\xab\xfe\xe5\xe8\xa1\x5b\xfc\x3a\xed\xbb\xee\xf5\x64\x36\x7c\xe8\xb4\x00\x5e\x6b\x30\xcf\x43\x69\xb8\xa9\x0d\x5a\x7e\xe0\x13\x45\x96\x44\x22\xb4\xbf\xf9\x38\x3c\x5f\x0c\xfb\xf3\xfe\x79\xdf\x1d\x3d\xb4\x35\x21\x23\xe7\x09\xf4\x91\x29\x4a\x02\x3d\xe8\xf0\xbc\x34\xda\xf0\xbc\x3c\xcc\x34\x40\x0d\xb6\x44\x90\xb1\x40\x50\x3c\x99\xb6\x41\x92\xe8\x09\x54\xa0\x67\xe9\xeb\xf1\x34\xd5\xb7\xf3\xf9\xd4\x5d\xb8\xa3\xc1\x6c\x34\x7f\x68\x83\xc7\x99\x22\x94\xa5\x1c\x8b\x32\x83\xd1\x6c\x3e\x7e\x3d\x1e\xf4\xe7\xa3\x87\x16\xc0\x8a\x06\x46\x69\x56\x4f\x12\xc5\x56\x77\x92\xe8\xe9\x71\x35\x0c\x32\xd5\x69\x85\xa8\x88\x9e\xa2\xb6\x3d\x61\x8c\x2b\x63\x36\xe3\x0a\x00\x3e\x4a\x4f\xd0\x48\x19\x5f\xea\x17\xac\x9a\xba\x85\x81\xd6\xfa\xb6\xba\x2a\x18\x5e\xc2\x32\xa6\x81\x02\x6b\x6a\xf7\xc5\xb8\x63\x10\xa9\xc7\xd9\x20\x20\x52\xf6\xcc\x9f\x8e\xd8\x24\x2e\x65\x5a\x4b\x5e\xea\x53\x19\x05\x64\xe7\x68\x6d\xf4\xe0\xdd\x39\x97\x12\xae\x71\x09\x2e\x8a\x2d\x0a\x38\xeb\x9c\xee\x39\xd6\x7f\x26\x3c\xfe\x3a\x8a\x36\x18\xa2\x20\x81\x81\x05\xb8\xa3\x6a\x03\x1b\xa5\x22\xf9\xb7\xfd\x81\x22\xc1\xb7\xd4\x47\xe1\x94\x47\x9c\xa1\x0f\x6f\x89\x7a\x06\x63\xe6\x59\xf2\x8a\xac\x65\x0f\x2c\xdf\x67\xc9\x4a\x78\x76\x43\xb6\xe4\xd9\xcd\x92\x4b\xf9\x6c\x43\x7d\x1f\x99\x11\xdd\xa6\x2b\x30\x5d\x48\x16\xb3\x69\x11\xd9\x76\x19\x11\x0f\x7b\x39\xb9\x16\x5f\x6a\xf7\x97\xbd\x96\x03\xc5\x55\xbd\x3d\x6d\x01\xd8\x15\xac\x95\x41\x3d\x6c\x01\x14\x0d\x59\x63\xca\x8a\x31\xf5\x82\xba\xc3\xa5\x71\x0b\x14\x27\xd2\x28\x07\x22\x2e\x54\x27\x11\x97\x16\xb9\x43\x82\x68\x43\xca\xf1\xc3\xc7\x08\x99\x8f\xcc\xa3\x28\x7b\x70\xf2\xef\x8f\x6d\xcd\xbe\xdd\xd3\x2e\xdb\x9f\x4e\x2f\xb4\x0b\x8e\x27\x57\x0b\xb3\x06\xec\x2c\xdb\xcf\x12\x58\x80\xb6\x66\xae\x85\x13\xee\xed\x87\x5f\x4f\x4c\x63\x1e\x84\xcc\x0c\x72\x5f\xea\x41\x0d\xae\x11\xb3\x5a\xad\x6f\x95\x11\x7a\x16\x4c\x4f\x2b\xc1\x75\xcc\x7f\x7a\xf0\xf2\xf9\xcb\xe7\xc9\x40\x8a\x88\x35\xaa\x69\xf9\xb3\xc4\x00\x3d\xc5\x45\xae\xbc\x28\xe0\xbb\x10\x99\x1a\x70\xb6\xa2\xeb\xfa\x41\xbf\x8e\x99\xe4\x9f\xd5\x4e\x36\xf6\x38\x4f\x31\xd7\x77\xdf\x9d\xd5\x99\x2b\xfd\xfc\xff\xc8\x5c\xd9\x7e\x91\xd9\x2c\xb7\xd6\x97\xf4\x70\x6b\xaf\xc7\x14\x77\x76\xf6\xfc\x1f\x35\x8a\xcb\x3e\x3f\x49\x71\xc9\xd0\x35\xea\xa3\x7e\x7d\x07\xed\xb6\x99\x76\x67\x3c\x56\x9f\xae\x5b\xd3\xcb\x6e\xf9\xb9\xde\xd2\xc0\x95\x2e\x82\x3f\x36\x8e\x6c\xb8\x54\x5a\xea\xed\xc4\x9d\xeb\x56\xb3\xef\x5a\x00\xc5\xd3\xf1\x9a\xa1\x3e\x51\x5f\xf2\x0f\x54\x98\xfc\x42\x1a\x3b\x72\x45\xd7\x2a\xce\x4d\x34\x97\x0f\xac\x50\x84\x94\x25\x03\xeb\x2c\x4f\x6d\x04\x8f\xd7\x9b\x5a\x0d\x1f\x18\xba\x71\x5d\x8f\x43\xb2\x46\x57\x09\x24\xe1\x9e\x3a\xbf\xa8\xd7\x34\x32\x38\x8f\x69\xe0\xdb\xa5\xf5\xc7\x32\x28\xaa\x9f\xc7\x2a\x8a\x55\xa6\xe5\x4c\x91\x35\x6a\x99\x93\x75\xd6\xd8\x08\xde\xd3\xa9\x9f\xb4\x29\x9b\xe4\xb1\xf0\x30\x45\x34\x69\xe5\xbd\x1a\x52\xa1\x3b\x0e\x26\x57\xf3\xd1\x87\xf9\x62\x38\x9e\x3d\x24\x02\x6b\xaa\xf2\xd1\x05\xae\xb4\x98\x3b\x79\x3f\x1b\x8c\x16\xb3\xd1\x74\xe2\x8e\xe7\x93\xd9\x2f\x8b\xd9\xe8\xf5\x43\x26\x15\x0b\x5a\x2f\xf5\x7e\x76\x91\x4a\xa9\x5d\x84\x3d\x78\x43\x13\x4e\x4a\x10\x85\xeb\x5d\x3a\x92\xe5\xe8\x56\xbe\x02\x20\xdb\xe6\xff\x71\x92\xf9\x5e\xf6\x7f\x1e\x5d\x2d\x2e\xc7\xb3\xd9\x64\xa6\x87\xc8\x04\x00\xb6\x24\x88\x8d\x46\xaa\x32\x0f\x7b\x28\x7d\x9d\x8a\xf7\x07\x66\xee\x75\x08\xc5\xf6\xbc\xf7\x8a\x0b\x0f\xa7\x71\x10\xf4\x40\x89\x18\xf3\xef\x82\x87\xbd\x02\xcc\x41\xb3\x65\xb9\xa6\xce\x49\x9d\x3b\x5c\xda\x8d\xa8\x90\x77\x66\x49\x42\xef\xb4\xf3\x5d\xa5\x5f\x92\x83\x7e\xf3\x71\x7c\xd9\x7f\x33\x5a\xb8\xf3\xd9\xa8\x7f\x69\xcc\xee\x4e\xfb\x83\x51\x59\xe1\xae\x51\xac\x5d\x9e\x82\xae\xd7\x28\xb2\xed\x67\x4d\xd5\x26\x5e\xe6\xa4\xed\xd1\x46\x03\xbf\x19\xcf\xdf\xbe\x3f\x5f\x5c\x8f\xce\xdf\x4e\x26\x3f\xa5\x27\x9b\xaa\x21\xdf\xc6\xcb\x14\x09\x19\x0a\xea\xd5\x42\x8d\xae\x46\xb3\xf1\xe0\x30\x96\xed\x9e\x80\x51\xad\xb3\xc1\x86\x30\x7d\x62\xfd\x58\x96\x1c\xe7\x6d\x89\xb4\xfd\x6e\x97\x6b\xd2\xd0\xb8\xb2\x87\x95\x9d\xf3\xeb\x2d\x6f\x81\x06\x4a\xf6\xe0\xf4\x33\x92\xa1\xba\x85\x63\xe7\x3f\x43\x7b\x44\xb5\x76\x4e\x0b\x02\x89\x48\x79\x8e\xfb\xf3\x3c\x7a\xae\x9f\xca\xf5\x31\xfd\x98\xf9\x64\x3a\x82\x24\x38\x11\xca\x32\x27\xb5\x36\x2e\x05\x81\x7c\x01\x0f\xcf\x17\xee\x68\xf6\xf3\x78\x30\x5a\x4c\x67\xa3\xd7\xe3\x0f\x8b\xcb\xfe\x74\x3a\xbe\x7a\x53\x90\x2d\xae\xe7\xfa\x1c\xe9\xd5\xf0\xbc\x1e\xfb\xdd\xd5\x70\x5c\x8f\x94\x34\x3e\xd4\xf7\x4b\x4b\x0b\x8d\x7d\xb3\xda\x43\x7d\xff\xb4\x16\xd1\xd8\x3f\x2b\x56\xd4\xf7\x4f\xcb\x1f\x8d\xfd\xb3\xfa\x48\x7d\x7f\x53\x76\x99\x4c\x2e\x16\xee\xf8\x5f\xcd\x20\x25\xa9\x26\xa4\xfe\x87\x63\x90\x8a\x52\x0d\x48\xf3\x0f\x8b\xb1\x3b\xb9\x30\xc6\x6b\x04\x2a\x0a\xd5\xe1\xd4\x96\x61\x2a\xd1\x3f\x43\xec\xa2\xf2\xba\x37\x77\xd2\xb1\xa1\xcc\xd9\xf2\x20\x0e\xf1\x58\xd4\x7a\x8e\x8d\x75\xa0\xe3\x98\xfe\x34\xfa\xe5\x13\x70\xb5\xf8\xf1\xd8\x87\x9d\xee\x70\x9f\xa6\x51\xca\x75\xbd\x66\xe4\x4a\xfd\xef\x20\xda\xe3\x3c\x2b\x75\xc3\x82\xa0\xd9\x58\x1e\x8b\x6e\x46\x48\xef\xef\x53\x1e\x50\x6f\xd7\x83\x7e\x70\x47\x76\x72\x6f\xeb\x3e\x8c\x52\x38\xe6\xa5\x33\xc9\x42\x5b\x72\x2e\xfe\xfe\xfb\x97\xa5\x49\x24\x19\x01\x0f\xf8\x2d\x25\xa5\x96\x48\x70\xc5\x3d\x1e\xf4\x60\x3e\x98\x1e\xc4\xcc\x2b\x26\x45\xcc\xe4\x64\xf7\x14\xc0\xfc\x4c\x5f\x05\x94\x47\x21\x0a\x24\x3e\x65\x28\xe5\x54\xf0\x25\xf6\x4a\x7d\xf0\xbe\x18\xf9\xed\x3f\x8f\x87\x21\x61\x7e\xf5\xb3\x03\xdd\x25\x65\xdd\x25\x91\x9b\xbd\x16\xc7\xdb\xfb\xe4\xc5\x22\x00\xc7\x61\x3c\x12\xfc\x7e\x07\x27\xdf\x9e\x80\x23\xc1\x89\xeb\xfd\xad\xf7\x98\xdf\xd8\x7f\x27\x7a\xd6\xbd\x6e\x37\xe0\x1e\x09\xcc\x69\x49\xab\xbb\x1b\x12\x46\xd6\x28\xba\x37\xe1\xbd\x19\xad\xfb\x3f\x6b\x54\xaf\x06\x44\x91\x80\x32\xf2\x97\xb3\xbe\xde\xa0\xff\x72\x36\xb4\x25\xd1\xff\x20\x4a\xbd\x92\x8a\x28\xbc\x22\x21\x9e\xec\x0d\xf2\xbf\x6b\x81\x11\x38\xf4\x37\x38\xc9\xa4\xe0\xdb\x57\xf0\xad\x3b\xef\xcf\xe6\xa3\x61\xb1\x87\x8d\x48\x97\x3c\x66\x55\x57\x0b\xf5\xb7\x29\x51\x9b\x23\xc2\x58\xa1\xec\xe9\x78\x28\x14\x5d\xe9\x34\x00\xeb\x04\xb5\x31\x27\x2c\xd8\x55\x32\xdf\xc2\x91\xf0\x8d\x20\x1e\x4e\x51\x50\xee\xbb\xe8\x71\xe6\xcb\x1e\xfc\x23\x77\x49\x8b\x29\xf7\x13\xfa\x47\x07\x4f\xf2\xc9\x12\x1d\xfb\xed\x2a\x59\x8d\x7b\x75\xf8\xda\x94\xb7\x90\x5b\x4e\x89\x20\x61\x81\x0b\x89\x15\x0f\x89\xa2\x5e\x65\x7a\xd9\x92\xd0\x23\x95\xb8\x1f\x0a\x01\x4f\x3a\x0e\x3c\x72\x8e\xfb\x13\x26\xc1\x35\x15\xb0\x2f\x92\x0a\x67\xb8\x7f\x9a\x84\xb8\xc0\xf8\x38\x8d\xc1\xe7\x25\xc7\x97\xbf\xb8\xff\xbc\x30\x41\xee\x49\x79\xa8\xed\xfe\x59\xa9\xa8\x85\xf8\xac\x6c\xd4\x42\x5c\x4c\xae\x47\xb3\xc5\xa0\xef\x8e\x16\xf3\xfe\xf9\xc5\xc8\x1e\x75\xeb\x01\x0f\xf5\x68\x1e\x41\xa7\xa0\x83\xc9\xd5\xd5\x68\xa0\x0d\x71\x10\xba\x22\xda\x8c\xf9\x7a\x6e\x72\x64\xad\x9d\xc5\xc5\xa8\x21\x6b\xad\x15\x3d\x8c\xd9\xff\x70\x34\x66\x41\xb4\x19\xb3\x3f\x9e\x1c\xc2\xe9\x8f\x27\x35\x39\x54\xd9\x99\x01\x02\xba\xc5\x86\x6d\x9e\x32\xaa\x28\x09\x86\x18\x90\x5d\xb6\x29\x9c\x95\xf3\x14\xe5\x45\x2e\xf7\x6e\xab\x11\x1e\xf6\x2b\xe4\x89\x3c\x0d\x91\xc7\x2a\x83\x3b\x3d\x26\x94\x3a\x55\xd2\x8f\x27\x69\x7b\x03\x7f\x9d\x3c\xa7\x2e\xcb\xa1\xc7\x24\x3e\xc9\xaa\xbd\x1e\xbe\x6a\x7f\x53\x5e\xc1\x6d\x6b\x32\x70\x36\x70\xfa\xe2\xfb\xce\xf3\xce\xf3\xce\xa9\xc9\x88\xf2\x38\x01\xce\x30\xfd\x6f\xed\xa2\x35\x43\x20\x9c\xb8\xa3\x8b\xd1\x60\x0e\xa7\x27\x8f\x9b\xf9\xef\x47\x5b\xed\xb8\x64\x66\x4b\x44\x37\xa0\xcb\xae\x99\x4b\x57\x87\xf0\x9a\x4c\xa6\xce\xf4\x25\xd1\xcf\x4a\x58\x30\x8c\xd4\x6e\x48\x45\xd9\x74\x21\xfa\x34\x0e\x7b\xd0\x6e\x1f\xe5\x89\x19\x9d\xaf\x9d\x9f\x54\xd6\xc0\x93\xb2\x14\x03\xd1\x4b\xe3\x43\xa9\x06\x39\xef\xbf\x79\xa8\xc8\x7f\x52\xb1\xf2\xa8\xcc\x26\xd2\x8a\x41\x65\xb4\xe6\xec\x5f\xee\xe9\x41\xcd\x95\x8a\xda\x60\x71\x17\xef\xb4\x00\x92\xd7\x03\x36\x67\x2c\x3e\x96\xd0\x5f\xb2\x17\x00\x55\xad\xb5\xf4\xfa\xfe\x2d\xa6\x02\xfd\x4c\xf7\x49\x94\xd4\x89\x2b\x89\xa2\x2a\x8f\x93\x41\x2c\x15\x0f\xcd\xa5\x4a\xc6\xa7\x78\x0b\x06\x82\xc7\x0a\x3b\x00\x17\x48\xb6\x08\xcb\x80\xb0\x5b\x23\xe4\xe3\x8a\xc4\x81\xca\x7a\xda\xbb\x5e\xec\xac\x3b\x3d\xf8\xa1\x30\x1b\xf3\x00\xe2\x47\xe7\x87\xe4\xf9\xcd\x8f\x9d\x1f\x92\x9e\x8e\xcf\x43\x42\x99\x23\xe3\xd5\x8a\xde\xff\x78\x52\x9d\x75\xca\x4c\x93\xb1\xd7\x4f\x6f\x93\xa1\xb2\xf9\x97\xae\x80\x8e\x9e\x9a\x3c\x76\x6e\x66\x46\xd9\xfc\x92\xb9\x25\x57\x45\x5f\x7a\x8a\xf2\xa8\x39\xba\xd5\x49\xbe\xa1\x2a\xb9\x91\x80\xf7\xb3\x71\xf5\x82\xae\x3a\x9e\x96\x9e\x61\xc4\x25\x55\x5c\xec\xc0\x5e\x48\xd8\x61\x6a\x6f\x44\x0e\xf8\x93\xe1\xdc\xeb\x76\x6d\x69\xbe\xe3\xf1\xb0\x6b\xef\x08\xb2\xfb\x80\x6e\xf6\x97\xf3\x5b\x4c\xbd\x5b\xa9\x88\x50\xb2\x6e\x02\x4b\x41\x98\xb7\xe9\x2a\xb2\x06\x81\x2b\x14\xc8\xcc\x3d\x40\x0d\xf5\xbc\xb1\x89\xf5\x6c\xf4\x3a\x27\xd9\x3e\xed\xbc\x68\x57\x47\xd4\x11\xda\xbc\xe1\xa1\xcc\xa0\x26\x56\x03\xc5\xcd\x2b\x23\xff\xbf\x6d\xe4\x34\xba\x14\x9c\xe7\x02\x3e\x15\x26\xff\xdf\xed\x2d\xd0\x81\xbd\xa9\x82\x61\x2a\x91\x11\x2c\xdc\x5a\xe5\xb4\x14\xf7\x79\x40\xa5\xea\xa6\x7f\x38\x37\xfe\xd2\xab\xf2\x1c\xa6\x77\xff\xef\xae\x86\x63\x1b\x2c\xcc\x03\xac\xe5\xae\xf4\x26\x4e\x71\x10\x28\x79\xb0\xb5\xaf\xbe\x74\xc0\xb6\x0e\x61\x1d\xd6\xf8\xb0\xb1\x4c\x37\x6f\x92\x76\x5f\x1a\xba\xd5\x89\x94\xc7\x2c\xc5\x9a\xbc\xce\x9c\x46\x94\x3d\xd0\xc4\xeb\x87\x7b\x5e\x9a\xc1\x26\x9e\x5d\x3f\x66\x75\xb8\xc2\xde\xde\xe4\x85\xda\x3e\x8d\xa1\x95\xaf\x8a\xef\xe0\x2a\x6f\xdd\x0a\x87\x78\xf3\xb8\x4d\x56\x69\xb9\xb6\x5b\x89\x54\xf5\xe8\xfe\x78\xbc\x4d\xaa\x19\x8f\x71\xac\xb2\x49\xfd\x33\xe7\xbf\xe7\x72\x85\x1e\x0d\x1c\xcb\x55\xde\x84\x97\xbd\xbf\xeb\x78\xe2\x93\x38\xdd\xe2\xee\x09\xbc\x7e\xc2\xdd\x11\xdc\x92\x6a\x71\x99\xdf\x2d\xee\xea\xf8\x15\x39\xa5\x2f\x37\x0f\x31\x98\xe6\x32\x47\xd5\x94\x2b\x43\xba\xa8\x24\xdc\x13\x27\xe2\x3c\xe8\x86\x94\x99\x3f\x1c\x49\x7f\xcf\xf7\x6d\xcf\x6c\xf8\xb1\x40\xbf\xb0\xf4\xf6\x02\xc4\x30\x6b\x82\x4b\xca\x68\x18\x87\x30\xe5\x3c\x00\x97\xfe\x5e\x72\xf9\xf2\x8d\xc6\x41\x36\xe4\xfe\x8b\xb0\x21\xf7\x07\xd8\x94\x6e\x45\xea\xd8\x28\x41\x98\x24\x9e\xd9\x04\xa9\xe4\x41\xfe\x4c\xf7\x49\x6c\xe6\x39\x1c\x8c\x53\xb8\x22\xa3\xd2\xed\x4a\x1d\xa1\x0d\xbf\x33\x43\x2b\xb2\x0c\xac\x3b\x4b\x20\x02\x41\x2a\xae\x69\x10\xe6\xeb\x13\x4d\x44\x04\xfa\x7b\x44\xec\x73\xcf\x0b\x7e\x87\x02\x06\x3a\x20\xcd\x0d\x88\xc9\x56\x33\x12\x07\x0f\xfa\x35\x1e\x1b\x26\x0a\x8e\x74\x2a\xaf\x14\xfa\xc0\xe2\x70\x89\x42\xaf\x32\x49\xc3\x38\x50\x84\x21\x8f\x25\x78\x01\x45\x66\xc2\x14\x43\xa3\x01\xd9\x40\x30\x35\x59\x8e\x53\xe8\x53\xe1\x59\x2d\x17\xd4\x11\x4c\xfc\x31\x40\xb6\x56\x9b\x74\xf1\x9b\x27\xd1\x7a\x47\x44\xa0\xcc\x0b\x62\x1f\x7d\xa0\x0c\x08\xbc\x7e\x7f\x71\xa1\x77\x34\xa0\xcc\xc7\xfb\x06\x8a\xaf\xe3\x20\x98\xeb\x0d\x31\x75\xf6\x6b\x0d\x77\x61\x46\xa8\x30\xac\x16\x1f\x0e\xa8\xf0\x8f\x61\x98\x80\x1f\x66\x58\x2c\x65\x54\x18\xea\xbd\x5f\xf0\x40\x1a\x52\x94\x31\xee\x2f\x17\xb1\xc4\x85\x3e\xb6\x6d\x71\x41\x28\x07\x89\x4a\xe9\x7d\xc7\x84\x38\xa0\x96\xbf\x6d\x87\xb4\xa8\x41\x25\x2c\x05\xbf\xc5\xfd\xec\xdf\x12\xb6\x72\xd5\x72\x48\xd3\x3e\x1b\x4b\x14\x87\x37\xdb\xf7\xc9\x03\xf8\x56\x72\xb6\x32\x5d\xfe\x4d\x9c\xdf\xfb\xce\xbf\x9e\x3b\xff\xf5\xeb\xc7\x33\x7d\xe0\x31\xcf\x25\xcc\x8b\x7d\xbc\x8f\x04\x4a\x59\x59\x8f\x85\x2b\xb3\xca\x46\x78\x90\x59\x53\xe8\xce\xa4\x0a\x71\xdb\xb2\x3b\x29\x52\x7b\xf9\x70\x72\x04\xb7\x42\x49\xf0\x30\xb7\x77\xd7\x2e\xf4\xfd\x90\x32\xa3\x94\x2a\xa7\x72\x6b\x49\x65\x9f\x4a\xaa\xf6\xaa\xf1\x58\x6e\xd3\x06\x9d\xd5\x4a\x7c\x2e\xbf\xa3\x75\x67\x1f\xd7\xa4\xd5\x81\x86\x9c\xe0\x8d\x39\x23\xc0\x35\x2e\x37\x9c\xdf\x26\x99\xd5\x93\x59\xd6\x3e\xf9\x79\x9c\xa8\x7d\xb9\x63\x53\xfc\xc7\xf8\x26\xb2\x5f\x8a\x70\xed\xc3\xa2\x47\x19\x5f\xa5\x35\x09\x1d\xd6\xee\x36\xd4\xdb\x98\xb8\x51\xa8\x79\x48\xb3\xd3\x26\x3f\x2d\x80\x4b\xea\xfb\x01\xde\xe9\xdd\xce\x14\x67\xcc\xc6\x67\x63\x0b\x93\x8a\x04\x01\xfa\xe6\xb7\x2f\xb2\x82\xa1\x3b\x30\x2e\x42\x12\x04\xbb\x5c\x14\x92\x2c\x2f\x3b\xc4\xe5\x35\x12\x7b\xa6\xf8\x85\xc7\x20\x37\x3c\x0e\x7c\xe0\x2c\xd8\x01\x43\x34\xf1\x38\xe4\x3e\x5d\xed\x40\x6d\xa8\xd4\xa1\x6e\xc7\xe3\x93\x2d\x16\x70\xf7\xe6\xa0\x83\xb6\x41\xf4\xe9\xca\x9c\xef\x0a\x43\x75\xd3\x1f\xed\x54\x4d\x54\x40\xc8\x15\x95\x69\xbc\xbe\x82\x73\x20\x5b\xcf\x7f\x25\x51\x31\xc2\x25\xd9\x22\x83\x90\x0a\xa1\x73\x1a\x6e\x7e\xa6\xa3\x95\xee\xbe\x18\x5b\x57\xda\x3b\x37\x94\x7a\x14\x4f\xd8\x7b\x6f\x01\x2b\x43\x5d\x50\xa9\xf4\xe6\x96\x1e\x33\x29\x4a\xe3\x70\x89\xed\x89\xf0\x36\x74\x8b\x12\xee\x68\x10\xe8\x5d\xcf\xe3\x11\x35\x76\x52\xdc\x9e\xfc\xb2\xcb\x1d\xa3\xcd\x15\x0f\x7c\x14\x1d\x18\xaf\x20\x66\x32\x42\x8f\xae\x28\xfa\xcf\x80\x04\x41\x8e\x45\x19\x74\xed\x53\xee\x0a\x6c\x27\xaf\x31\x15\x1f\x1f\xd6\xec\xce\xfa\xd4\x5e\x50\x8c\x66\xd2\xb6\xaf\xff\xad\x1b\x82\x34\x56\xea\x00\xcc\x77\x11\xf5\xb4\x97\x3d\xb3\xde\x41\x02\xba\x66\xf6\x76\xde\xfc\xa4\x46\x99\xbd\xfe\x86\x8b\x4e\x48\x19\x17\xe9\xcf\x5e\xb4\x4e\xcc\x1e\xd8\xb0\x33\x1a\x57\x80\xc4\x17\x6c\x19\xb0\xb8\x4d\x56\xcb\x7e\x07\xbc\xa0\xfd\xf7\xce\xf7\xed\xd6\xff\x05\x00\x00\xff\xff\x60\x3b\x3c\x1e\xf3\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x38\x92\xfe\xae\x5f\xd1\xe5\x9a\x3d\xef\xce\x85\x52\x9c\x64\x6e\xb2\xba\x99\xb9\x92\x25\xc6\x51\xc6\x96\xb4\xa2\x9c\xcc\xec\xd6\x96\x0a\x22\x5b\x12\x12\x92\x60\x00\x50\xb6\x36\xe7\xff\x7e\x05\x80\x2f\x20\x45\xc9\xb2\xe3\x99\xdb\xc9\x27\x87\x68\x74\x3f\xfd\x82\x46\xa3\x01\x91\x84\xbe\x47\x2e\x28\x8b\xbb\x20\x31\x4a\x42\x22\xb1\xcd\x12\x8c\xc5\x9a\x2e\x65\x9b\xb2\xce\xe6\xac\xf5\x89\xc6\x41\x17\x66\xd9\x70\x2b\x24\x0b\x0c\x45\xb7\x05\xf0\xf1\x46\xbc\x3c\xeb\xc2\xc9\x59\xfb\xd5\x49\x0b\x0a\x06\x5d\x33\xe0\x48\x16\xf9\x44\xbe\x76\x12\x26\xe4\x8a\xa3\xf8\x1c\x3a\x89\x12\x26\x24\xc6\xd2\x11\x2f\x68\x2b\x42\x21\xc8\x0a\xbb\xd0\x83\x18\x6f\xa0\x1c\x85\x77\x1f\x3c\x20\x49\x12\x52\x9f\x48\xca\x62\x58\x32\x0e\xbd\x84\xf8\x6b\x84\x99\x66\x0b\xaf\xe1\xcf\xa9\xa0\xf1\x0a\x26\x86\xbd\xf7\xb7\xcb\xbf\xc0\x9a\x88\x16\xc0\x02\x31\x06\x9f\x23\x91\x18\x00\x8d\x61\xcb\x52\x0e\x09\x67\x1f\xd1\x97\x6d\x98\xad\x11\x52\x81\x3c\x26\x11\x76\x12\x22\xc4\x0d\xe3\x81\x16\x40\x82\x88\xc6\x0a\x00\x57\x7c\xf5\x2c\x85\x83\x2a\x9e\xdf\x7c\x79\xf7\xc1\x9b\xf7\x06\x57\xc3\xd1\xfc\xda\x73\xa7\xa3\xde\x95\x7b\xd7\xb1\xbf\x4e\x7a\x9e\xf7\x61\x3c\x1d\xdc\xb5\xe1\x8d\x62\xe6\xfb\x28\x34\x40\xb9\x46\x0b\x24\x04\x44\x92\x05\x11\xd8\x02\x38\xf9\xe6\xcb\xe0\x7c\x3e\xe8\xcd\x7a\xe7\x3d\xcf\xbd\x3b\x51\xb8\x34\xb9\xcf\x31\xc0\x58\x52\x12\x0a\xd0\x34\xb6\xc8\xc1\xb9\x2d\x6b\x12\x22\x11\x08\x0b\x04\x91\x72\xc5\x54\xb2\x4c\x77\xcd\x49\xa0\xcf\x51\x82\x52\x36\x50\xf2\x14\xde\xb7\xb3\xd9\xc4\x9b\x7b\x6e\x7f\xea\xce\xee\x4e\xc0\x67\xb1\x24\x34\xce\xa1\xda\x34\x7d\x77\x3a\x1b\xbe\x19\xf6\x7b\x33\xf7\xae\x05\xb0\xa4\xa1\xb6\x9d\x31\x97\x40\xbe\x51\x93\x04\xfa\x29\x47\xcd\x06\x63\xd9\x6e\x45\x28\x89\x52\x52\x85\x08\x89\x63\x26\xb5\x0b\x75\xc4\x00\x04\x28\x7c\x4e\x13\xa9\x43\xae\x67\x79\x38\x8f\x1e\xcd\x5a\x99\xdd\x32\x99\x15\x09\x02\x6e\xa8\x5c\x5b\xa1\xa2\xb9\x02\x08\xc9\x38\x59\x21\x2c\x52\x1a\x4a\x30\x91\xe1\xbd\x18\xb6\xf5\x30\xf5\x59\xdc\x0f\x89\x10\x5d\xfd\xa7\xc3\xd7\x59\x70\xea\xd1\x4a\xbc\x07\x54\x24\x21\xd9\x3a\xca\x60\x5d\x78\x77\xce\x84\x80\x0f\xb8\x00\x0f\xf9\x06\x39\xbc\x6c\x9f\xed\xc4\xe1\x7f\xda\x50\xff\xac\xe0\x65\x98\xd6\x52\x26\xe2\x2f\xbb\x32\x12\xce\x36\x34\x40\xee\x54\x85\x4d\x31\x80\xb7\x44\x3e\x83\x61\xec\x1b\xdc\x92\xac\x44\x17\x0c\xd4\x67\xd9\x72\x7a\xf6\x91\x6c\xc8\xb3\x8f\x0b\x26\x84\xa6\xd9\xe4\xeb\x37\x5f\x86\x86\xd9\xb1\x4b\xd0\xd0\x8b\x84\xf8\xd8\x2d\x51\xb6\xd8\x42\x2d\x16\xd1\x6d\x39\x60\xe7\x88\xcd\x59\x0b\xc0\xe4\x03\x65\x10\xea\xab\x80\xb3\xfd\xdd\xe0\xf1\x9a\xcf\xd5\xf2\xbb\xc1\x85\x8e\x1e\xe4\xa7\x42\x5b\x09\x12\xc6\x65\x3b\x77\xa5\xe1\xdc\x26\x61\xb2\x26\xd5\x6c\x14\x60\x82\x71\x80\xb1\x4f\x51\x74\xe1\xf4\x1f\x5f\x4e\x14\xfa\x93\xae\x8a\xec\xde\x64\x72\xa9\x22\x75\x38\x1e\xcd\xf5\x52\xb1\xb4\x3e\x79\x96\xf1\x06\x38\x51\xf0\xd5\x8c\x4c\x81\x93\xbb\x7f\x9e\xea\xc1\x32\xaf\x69\x35\xca\x90\xeb\x42\x03\x73\x4d\x66\x4c\xdd\x3c\x2a\x12\xf4\x0d\x33\xa5\x5b\xc6\xd7\xd1\xff\xe9\xc2\xeb\xe7\xaf\x9f\x67\x82\x24\xe1\x2b\x94\x93\xea\x67\x81\x21\xfa\x92\xf1\xd2\x82\x49\xc8\xb6\x11\xc6\xb2\xcf\xe2\x25\x5d\x35\x0b\xfd\x7d\x7c\x25\xfe\xd0\xce\x32\xc9\xca\x79\x8c\xcf\x5e\xbd\x7a\xd9\xe4\xb3\xfc\xf3\xbf\x91\xcf\xf2\x2d\xa6\x74\x5c\xe9\xb2\xa7\x0c\x73\xcb\x69\xf7\x59\xef\xbb\x57\x2f\x5f\x34\x58\xaf\xf8\xfc\x28\xeb\xd9\xf2\x1b\x0c\x49\x83\xe6\x59\x2a\x8a\x0b\x3b\x4f\x59\x2a\x1f\x6e\x65\x3d\xcb\x14\x0d\xa5\x05\xf3\x64\x96\xaf\x89\xdf\x36\xad\xac\x99\x90\x8a\xea\xed\xd8\x9b\xa9\x51\xbd\x65\x1b\x06\x92\xe5\xf2\xf6\xb3\x7a\xa0\xbd\xc4\x6f\x68\x30\xf1\x44\x16\x3b\x72\x6d\x37\x1a\xce\xcb\x2c\x57\x0a\x96\xc8\x23\x1a\x67\x82\x55\x9d\x28\xd7\x9c\xa5\xab\x75\xa3\x85\x0f\x88\xde\xbb\xc2\x87\x11\x59\xa1\x27\x39\x92\x68\xc7\x9c\x4f\x1a\x35\x7b\x11\x9c\xa7\x34\x0c\xcc\xfa\xfa\x6d\x11\xd8\xe6\x67\xa9\x4c\x52\x59\x58\xb9\x30\x64\x83\x59\x66\x64\x55\x0c\xee\x65\xde\x55\x55\xa3\x30\xa5\x9c\x60\x29\xf7\x31\xe7\xa8\x2b\xd2\x5b\x39\xa0\x5c\x4d\xec\x8f\x47\x33\xf7\x97\xd9\x7c\x30\x9c\xde\x65\x04\x2b\x2a\x4b\xe9\x1c\x97\x8a\xcc\x1b\x5f\x4f\xfb\xee\x7c\xea\x4e\xc6\xde\x70\x36\x9e\xfe\x3a\x9f\xba\x6f\xee\x0a\xaa\x94\xd3\x66\xaa\xeb\xe9\x65\x4e\x25\xb7\x09\x76\xe1\x82\x66\x98\x24\x27\x12\x57\xdb\x5c\x92\xc1\xe8\xd5\xbe\x02\x60\xbc\x29\xff\xe3\x64\xfa\x5e\xf5\xde\xbb\xa3\xf9\xd5\x70\x3a\x1d\x4f\x95\x88\x82\x00\x60\x43\xc2\x54\x5b\xa4\x4e\x73\xb7\xc3\xa5\xa7\xaa\xf8\x5e\x5f\xeb\xde\xc4\xc1\x1e\x2f\x67\x2f\x19\xf7\x71\x92\x86\x61\x17\x24\x4f\xb1\xfc\xce\x59\xd4\xb5\xd8\x1c\x74\x5b\x51\x8f\xaa\x82\xd5\xb9\xc1\x85\xd9\x92\xac\xda\xb4\xa8\x19\xba\x67\xed\x57\xb5\x79\x59\x5d\xfa\xcd\x97\xe1\x55\xef\xc2\x9d\x7b\xb3\xa9\xdb\xbb\xd2\x6e\xf7\x26\xbd\xbe\x5b\x35\xb8\xa7\x0d\x6b\x96\x27\xa7\xab\x15\xf2\x62\x0f\x5a\x51\xb9\x4e\x17\x25\x68\x73\x2a\x52\x8c\x2f\x86\xb3\xb7\xd7\xe7\xf3\x0f\xee\xf9\xdb\xf1\xf8\xe7\xfc\x50\x54\x77\xe4\xdb\x74\x91\x73\xc2\x18\x39\xf5\x1b\x59\xb9\x23\x77\x3a\xec\x1f\xe6\x65\xa6\x67\xcc\xa8\xb2\x59\x7f\x4d\x62\x75\x06\xfe\x52\xa5\x1c\x96\x63\x19\xb5\xf9\x6e\x96\x6b\x36\xb0\x77\x65\x0f\x6a\xdb\xe7\xef\xb7\xbc\x39\x6a\x56\xa2\x0b\x67\x5f\x51\x16\x35\x2d\x1c\xa3\xff\x14\xcd\xe9\xd6\xf8\x39\x6f\x39\x64\x24\x55\x1d\x77\xf5\x3c\x5a\xd7\x87\x62\xbd\xcf\x3e\x5a\x9f\xc2\x46\x90\x25\x27\x42\xe3\x22\x48\x8d\x8f\x2b\x49\xa0\x5c\xc0\x83\xf3\xb9\xe7\x4e\xdf\x0f\xfb\xee\x7c\x32\x75\xdf\x0c\x7f\x99\x5f\xf5\x26\x93\xe1\xe8\xc2\xa2\xb5\xd7\xf3\x81\x42\xe9\xc7\xc1\x79\xb3\x80\x77\xa3\xc1\xb0\x99\x5d\x36\x78\xd7\x3c\x2f\x6f\x4d\xec\x9d\x5b\xf4\x2e\x9a\xe7\xe7\xbd\x8c\xbd\xf3\x8b\x66\x47\xf3\xfc\xbc\x7d\xb2\x77\x7e\xd1\x5f\x69\x9e\xaf\x7b\x37\xe3\xf1\xe5\xdc\x1b\xfe\x7d\x3f\x93\x0a\xd5\x3e\x4e\xbd\x5f\x8e\xe1\x64\x53\xed\xe1\x34\xfb\x65\x3e\xf4\xc6\x97\xda\x83\x7b\x19\xd9\x44\x4d\x7c\x1a\xdb\x38\xb5\x2d\xa0\xe0\xd8\x41\xe9\x77\x3e\xde\x08\xc7\xe4\x33\x67\xc3\xc2\x34\xc2\x63\xb9\x36\x63\xdc\xdb\x47\x3a\x0e\xe9\xcf\xee\xaf\x0f\xe0\xab\xc8\x8f\xe7\x7d\x38\xe8\x0e\xcf\xd9\x27\xa5\xda\x1c\xdc\xcf\xb9\xd6\x44\x3c\xc8\xed\x7e\x9c\xb5\xe6\xa3\x45\xa8\x77\x97\xfb\x52\x9c\x26\x52\x9b\xfc\x84\x85\xd4\xdf\x76\xa1\x17\xde\x90\xad\xd8\xd9\xbf\x0f\x73\xb1\x0e\x7c\xb9\x26\x45\x7e\xcb\x8e\xc9\xdf\x7f\xff\xba\xa2\x44\x56\x16\xb0\x90\x7d\xa2\xa4\x32\x92\x70\x26\x99\xcf\xc2\x2e\xcc\xfa\x93\x83\x3c\xcb\x2e\x8a\xcd\x33\x3b\xde\x3d\x86\x61\x79\xc4\xaf\x33\x14\x47\x71\xe4\x48\x02\x1a\xa3\x10\x13\xce\x16\xd8\xad\xcc\xc1\x5b\x3b\xfd\x9b\x7f\x3e\x8b\x22\x12\x07\xf5\xcf\x0e\x74\x16\x34\xee\x2c\x88\x58\xef\x8c\x38\xfe\xce\x27\x3f\xe5\x21\x38\x4e\xcc\x12\xce\x6e\xb7\x70\xfa\xed\x29\x38\x02\x9c\xb4\x39\xde\xba\xf7\xc5\x8d\xf9\x77\xaa\xb4\xee\x76\x3a\x21\xf3\x49\xa8\x8f\x4c\xca\xdc\x9d\x88\xc4\x64\x85\xbc\xf3\x31\xba\xd5\xd2\x3a\xff\xb3\x42\xf9\x63\x9f\x48\x12\xd2\x98\xfc\xe9\x65\x4f\xed\xd2\x7f\x7a\x39\x30\xfd\xd2\xff\x20\x52\xfe\x28\x24\x91\x38\x22\x11\x9e\xee\x08\xf9\xdf\x15\xc7\x04\x1c\xfa\x19\x4e\x0b\x2a\xf8\xf6\x47\xf8\xd6\x9b\xf5\xa6\x33\x77\x60\xcf\x30\x19\xe9\x8a\xa5\x71\x3d\xd4\x22\xf5\x6d\x42\xe4\xfa\x88\x34\x66\xf5\x47\x1d\x1f\xb9\xa4\x4b\x55\x0b\x60\x13\xa1\x72\xe6\x38\x0e\xb7\xb5\xf2\xd7\x3a\x17\x5e\x70\xe2\xe3\x04\x39\x65\x81\x87\x3e\x8b\x03\xd1\x85\xff\x2a\x43\xd2\xf0\x14\xbb\x55\xfd\xbd\xc2\xb3\xa2\xb2\x02\xc7\x7c\x1b\x65\xab\x71\xa7\x8f\xdf\x58\xf7\x5a\x05\xe6\x84\x70\x12\x59\x58\x48\x2a\x59\x44\x24\xf5\x6b\xea\x15\x4b\x42\x49\xaa\x60\x3f\x94\x02\x1e\x75\x26\xb8\xe7\x30\xf7\x07\xac\x84\xf7\x35\xc4\x9e\xa4\x28\xae\x32\xff\xc3\xd4\xc7\x75\xd8\x0f\x30\x20\x7c\x5d\xd5\x3c\x19\x7b\xb3\x8b\xa9\xeb\xfd\xed\x52\x67\xbf\x47\x15\xa8\x16\x8f\xaf\x2a\x54\x2d\x3e\x5f\x55\xb0\x5a\x7c\x54\x21\xd9\x1f\x8f\x46\x6e\x5f\xd9\xcf\x6b\x66\xb7\x9f\xfe\x08\xee\x93\xa9\x3b\xe9\x4d\xdd\xc1\x7c\x36\xed\x8d\xbc\xde\x6f\x22\xc7\x7b\xab\x25\x9c\x5f\xbf\x79\xe3\x4e\xef\x67\x5e\x25\x6f\x28\x77\x1a\xa2\x0d\x20\xa4\x1b\xdc\xb3\x2d\xd3\x98\x4a\x4a\xc2\x01\x86\x64\x5b\x24\xf1\x97\xd5\xba\x42\xfa\x89\xc7\xfc\x4f\xf5\x8c\x0c\xbb\xbd\xed\x8c\x9e\x46\xc8\x52\x59\xb0\x3b\x3b\x26\xf5\x35\xad\x93\x63\x2a\xab\x1d\xe9\xbf\x4f\x71\xd2\x54\x9a\xd0\x63\xaa\x95\x44\x7c\x0e\xc1\x59\xc3\xd9\x8b\xef\xdb\xcf\xdb\xcf\xdb\x67\xe0\x5c\xc3\x37\xb5\xb5\x0a\xce\x67\x70\x82\xca\xe7\x7c\x55\xec\xf2\x04\x38\xf5\xdc\x4b\xb7\x3f\x83\xb3\xd3\xfb\x7d\xfb\xdd\xd1\xae\x3a\xae\xe2\xd8\x10\xde\x09\xe9\xa2\x93\xac\xc4\xe7\xb0\xa3\xb2\x6b\x43\xb9\x71\xd8\xdf\x4e\xb2\x61\xe1\x53\x16\x18\x0f\x11\x07\xd6\x65\xfa\x7b\xcd\xb0\x1f\x12\x1a\x55\xdd\xee\xab\x4f\xa3\x63\x78\x6b\xca\xff\x97\x62\xa4\x69\x01\x3d\xaa\x2e\x29\xf9\x74\x2b\xb9\xa7\xd2\x84\x9c\xf5\x2e\xee\x6a\x33\x1f\xd4\xad\xfc\xba\xaa\x66\xd2\xe4\xb2\xdf\xab\xb4\x29\x7c\x5c\xee\xcd\xe6\xb5\xcb\x15\x0b\xb0\x70\xf7\x14\x49\xf0\x81\x53\x89\xe3\x38\xeb\xca\x72\x34\xbd\xef\x02\x11\xc7\xcf\x29\x0a\x7b\x71\x65\xcf\x38\x14\x82\xf7\xe3\xcb\xeb\x2b\x77\xde\xef\x4d\x7a\xfd\xe1\xec\xd7\xbb\x56\xa2\x82\x06\xa5\x8e\x28\x67\xf7\xd2\x53\x21\xd7\x17\x4c\x72\x8d\xb6\xae\xed\x16\x40\xf6\xd0\xc2\x04\xb0\xfd\xea\x44\x7d\x29\xde\x4c\xd4\x75\x6e\x19\x84\x94\x63\x50\xc4\x65\xb6\x27\xa9\x0a\x9e\x24\x49\x1d\xc7\x69\x3f\x15\x92\x45\xfa\x8a\xa9\xc0\x63\xdf\x09\x02\x67\xa9\xc4\x36\xc0\x25\x92\x0d\xc2\x22\x24\xf1\x27\x4d\x14\xe0\x92\xa4\xa1\x2c\x66\x9a\x3b\x70\x6c\xaf\xda\x5d\xf8\xc1\xd2\x46\xbf\x15\xf9\xc9\xf9\x21\x7b\xce\xf4\x53\xfb\x87\x6c\xa6\x13\xb0\x88\xd0\xd8\x11\xe9\x72\x49\x6f\x7f\x3a\xad\x6b\x9d\x23\x53\x60\xcc\x65\xdc\xdb\x4c\x54\xa1\x7f\xe5\x42\xec\x68\xd5\xc4\xb1\xba\x69\x8d\x0a\xfd\x32\xdd\xb2\x8b\xb3\xa7\x56\x51\x1c\xa5\xa3\x57\x57\xf2\x82\xca\xec\x7e\x06\xae\xa7\xc3\xfa\x75\x65\x5d\x9e\xa2\x9e\x62\xc2\x04\x95\x8c\x6f\xc1\x5c\xcf\x18\x31\x8d\xf7\x43\x07\xe2\x49\x63\xee\x76\x3a\xe6\xa2\xa2\xed\xb3\xa8\x63\x6e\x4c\x8a\xdb\x91\x4e\xf1\x97\xf3\x39\xa5\xfe\x27\x21\x09\x97\xa2\x49\x81\x05\x27\xb1\xbf\xee\x48\xb2\x02\x8e\x4b\xe4\x68\xd6\x5f\x03\xf4\x72\x70\x1f\xea\xa9\xfb\xa6\x04\x79\x72\xd6\x7e\x71\x52\x97\xa8\x76\x41\xfd\x26\x8b\xc6\x9a\x6b\xe6\x35\x90\x4c\xbf\xc5\x0a\xfe\x1b\x30\x4a\xe4\x56\xdb\x92\x33\x56\x12\x04\x94\xeb\x33\xd0\x76\x67\x81\xf6\xcd\xbd\x1d\x0c\x72\x8a\x02\xa0\x75\x87\x57\xc2\x92\x2c\x60\x21\x15\xb2\x93\xff\xe1\x7c\x0c\x16\x7e\x1d\xe7\x20\x7f\x13\xf1\x6e\x34\x18\x9a\x64\xa1\x5f\xb2\x2d\xb6\x95\x87\x86\x92\xe9\x34\x15\x6e\xcc\xf3\x39\x95\x4b\x4d\x40\x98\x80\xd5\x31\xac\x3d\xd3\x29\x87\x44\xa7\xcc\x8d\x03\xaf\xae\x4d\x55\x70\x25\xe1\x94\x5d\xf7\x3c\xad\xec\x70\xce\x42\x7f\xb0\x13\xaa\x05\xdb\x2c\xbc\x9b\x65\xd6\xc5\x59\x67\x8f\x7d\xa1\xa8\x9c\x54\x17\xe6\xd1\x7f\x21\xb0\xa5\xfd\x42\x33\x7f\x70\xa7\x17\x78\x2e\xce\x14\x24\x3b\x0e\x2d\xe0\x98\xcd\x0a\xfa\x24\x21\x3e\x95\xa5\x5f\x6b\xb9\xfe\x00\xba\xb3\x0b\xba\x37\xf9\xb3\xa5\xfd\xe4\xb1\xf6\xac\xd1\xea\xb7\xe8\x77\x8c\xa2\x0e\xd2\x33\xd3\x2a\x16\xab\x77\x59\xee\xdf\x11\xb2\xc6\xd3\x7d\x18\xeb\x68\xf2\x15\x54\xe2\xdf\x59\x14\xd6\x8c\x3d\x18\xab\x0d\xf9\x0c\x97\xb9\x6f\x6d\xfb\xfc\x41\x98\x3e\xe1\xf6\x11\xb8\x7e\xc6\xed\x11\xd8\xb2\xc6\x7e\x15\xdf\x27\xdc\x36\xe1\xb3\x31\xe5\x6f\x75\x0f\x21\x98\x94\x34\x47\xb5\xff\xeb\x71\x8e\x52\xc0\x2d\x71\x12\xc6\xc2\x4e\x44\x63\xfd\x87\x23\x54\xf4\xe7\x95\x85\xaf\xeb\xb3\x94\x63\x60\x25\x87\xc6\x88\xcf\x36\x92\x2b\x1a\xd3\x28\x8d\x60\xc2\x58\xa8\x17\x92\xbd\x1e\xab\x97\x4f\x07\xd1\x90\xdb\x27\x41\x43\x6e\x0f\xa0\xa9\x5c\x60\x35\xa1\x91\x9c\xc4\x82\xf8\x7a\x9b\xa6\x82\x85\xe5\xeb\xec\x47\xa1\x99\x95\xec\x60\x98\xb3\xb3\x11\x55\x2e\xc2\x1a\xe2\x23\xca\xd4\x89\xd3\x68\x81\x5c\x45\xb2\x1f\x52\x95\x9e\x7c\x16\xc7\xe8\x9b\x17\xc3\x24\x0c\xd9\x0d\x06\x6d\x98\xad\xa9\xfa\x9f\x60\x20\xb4\x32\x6b\x53\x97\xee\x32\x49\x38\x26\x44\xa9\x61\xe9\x2b\x76\x14\xb1\x9e\xfd\x5e\xed\xe2\x28\x01\x14\x0a\x1d\x68\xde\xd4\x74\xeb\xe7\x96\x14\xb0\x66\x37\x10\xa5\xfe\x1a\x22\x8c\x54\x99\x41\x05\x04\x18\xe8\x70\x0f\xd4\x76\x65\xa1\x50\x7e\xf0\x89\xbf\x56\x39\x4f\x39\xe0\x10\x62\x6f\xad\x15\x3c\x4f\x97\x4b\xe4\x8d\x10\x6b\x9d\x99\x7d\xfb\x4f\x2a\x90\x1f\xde\x84\xae\xb3\xd7\xf6\xad\xec\x3c\xa6\xa7\xfc\x83\x38\xff\xea\x39\x7f\x7f\xee\xfc\xf5\x9f\x5f\x5e\xaa\xb3\x87\x7e\x59\xa1\x7f\x3e\x80\xb7\x09\x47\x21\x6a\xa1\x60\x5d\xac\xd5\x72\xf0\x41\x64\xfb\xb2\x46\x41\x65\xa5\x0c\x83\xee\xd4\x86\xf6\xfa\xee\xf4\x08\x6c\x56\x6b\xf0\x30\xb6\x77\x1f\x3c\xe8\x05\x11\x8d\xb5\x51\xea\x98\xaa\xa3\x15\x93\x3d\x14\x54\xe3\x85\xe4\xb1\xd8\x26\x7b\x6c\xd6\x48\xf1\xb5\xf8\x8e\xb6\x9d\x79\x87\x93\xb7\x15\xf6\x6c\x47\x17\xba\x80\x86\x0f\xb8\x58\x33\xf6\x29\xdb\xd4\x1f\x8d\xb2\xf1\x75\xd0\xfd\x40\xcd\x23\x1f\x53\xff\xde\x87\x37\xa3\x7d\x2a\xc0\x8d\x6f\x90\xee\x45\x3c\xca\xbb\x17\x40\x63\xb8\x59\x53\x7f\xad\xf3\xb9\xd5\x27\x11\x3a\xb9\x64\x3f\x51\x80\x2b\x1a\x04\x21\xde\x10\x8e\xa6\xab\x23\x80\x70\x93\x4b\x69\x2c\x24\x09\x43\x93\x6d\x51\xd4\x78\xa8\x09\x31\xe3\x11\x09\xc3\x6d\x49\x0a\x59\x81\x51\x9c\x70\xca\x6e\x8a\x29\xb8\x7f\x65\x29\x88\x35\x4b\xc3\x00\x58\x1c\x6e\x21\x46\x93\xfa\x22\x16\xd0\xe5\x16\xa4\x4a\xeb\x74\x09\x5b\x96\x9e\x6e\xd0\xe2\xbb\xa3\x03\x8d\xc1\x74\xe7\x02\xba\xd4\x87\x1f\x4b\x54\x27\xff\x85\x50\xdd\x45\x16\x87\xd2\x50\x85\xc5\x9b\x7b\x3d\x07\x0a\xc5\xf2\x47\x16\x35\x27\x5c\x91\x0d\xc6\x10\x51\xce\xd5\x76\xca\xf4\x8f\x81\x94\xd1\xbd\x17\x43\x13\x4a\x3b\x25\x6b\x65\x86\x7d\xfc\xdc\x79\x36\x58\x13\x75\x49\x85\x54\x9b\x54\x7e\x06\xa3\x28\x74\xc0\x65\xbe\x27\xdc\x5f\xd3\x0d\x0a\xb8\xa1\x61\x08\x0b\xb5\xb1\x27\x54\xfb\x49\x32\x73\x2c\x2a\x2e\x7e\xb4\x35\x97\x2c\x0c\x90\xb7\x61\xb8\x84\x34\x16\x09\xfa\x74\x49\x31\x78\xa6\x36\xde\x92\x17\x8d\xa1\x63\x9e\x7e\xd7\xd8\xb6\xcb\x06\x8c\xfd\x4e\xb1\x61\xb7\x57\x47\x5a\xcb\x30\x0a\xc9\x89\xf5\xbb\x01\x13\x8b\x20\xb4\xab\xda\x00\xb3\x6d\x42\x7d\x15\x6a\xcf\x74\x88\x98\x46\x55\x48\x57\xf9\x8f\x88\xa4\x2e\x20\x3e\x32\xde\x8e\x68\xcc\x78\xfe\x53\x1a\x65\x98\x72\xa3\x3c\xb4\x87\xea\xc8\x80\x2c\x34\x4c\x27\x71\x67\x17\xad\x37\x0d\x0f\x44\xc6\xc9\x5f\xdb\xdf\x9d\xb4\xfe\x2f\x00\x00\xff\xff\xa5\x0d\x6d\x72\x94\x37\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x73\xdb\x36\xb2\xff\x5d\x7f\xc5\x8e\xa6\xf7\x7c\xd7\x67\x4a\x71\x9c\x4e\x73\x7a\x6d\xdf\xc8\x12\x63\x2b\xb5\x2d\x9d\x28\x37\xed\xdd\xdc\x68\x20\x72\x25\xc2\x26\x09\x06\x00\x65\xab\x79\xfe\xdf\xdf\x00\xe0\x77\x51\xb2\xec\xa4\x99\x6b\x7e\x52\x88\xc5\xee\x67\xbf\x60\xb1\x58\xc0\x24\xa6\xbf\x20\x17\x94\x45\x3d\x90\x18\xc6\x01\x91\xd8\x61\x31\x46\xc2\xa7\x4b\xd9\xa1\xac\xbb\x3e\x69\xdd\xd1\xc8\xeb\xc1\x2c\x1d\x6e\x05\x64\x81\x81\xe8\xb5\x00\x6e\xef\xc5\xe9\x49\x0f\xda\x27\x9d\x37\xed\x16\xe4\x0c\x7a\x66\xc0\x92\x2c\x74\x89\x7c\x6b\xc5\x4c\xc8\x15\x47\xf1\x31\xb0\xc4\x6b\xda\x0a\x51\x08\xb2\xc2\x1e\xf4\x21\xc2\x7b\x78\xff\xc1\x01\x12\xc7\x01\x75\x89\xa4\x2c\x82\x25\xe3\xd0\x8f\x89\xeb\x23\xcc\x34\x03\x78\x0b\x7f\x4d\x04\x8d\x56\x30\x31\x8c\x9c\x7f\x5c\xfe\x0d\x7c\x22\x60\x81\x18\x81\xcb\x91\x48\xf4\x5a\x00\x34\x82\x0d\x4b\x38\xc4\x9c\xdd\xa2\x2b\x3b\x30\xf3\x11\x12\x81\x3c\x22\x21\x76\x63\x22\xc4\x3d\xe3\x9e\x16\x40\xbc\x90\x46\x54\x48\xe4\x8a\xaf\x9e\xa5\x70\x50\x01\xdf\x7c\x7a\xff\xc1\x99\xf7\x87\x57\xa3\xeb\xf9\x8d\x63\x4f\xaf\xfb\x57\xf6\x63\xb7\xfc\x75\xd2\x77\x9c\x0f\xe3\xe9\xf0\xb1\xd3\x02\x78\xa7\x98\xb9\x2e\x0a\x0d\x50\xfa\x58\x02\x09\x1e\x91\x64\x41\x04\x42\xfb\x9b\x4f\xc3\xb3\xf9\xb0\x3f\xeb\x9f\xf5\x1d\xfb\xb1\xad\x50\x69\x62\x97\xa3\x87\x91\xa4\x24\x50\x92\x87\x67\x15\x91\xc3\xb3\xaa\xac\x49\x80\x8a\xd9\x02\x41\x24\x1c\x41\xb2\x54\x77\xcd\x49\xa0\xcb\x51\x82\x52\xd5\x53\xf2\x14\xde\x8b\xd9\x6c\xe2\xcc\x1d\x7b\x30\xb5\x67\x8f\x6d\x70\x59\x24\x09\x8d\x32\xa0\x65\x9a\x81\x3d\x9d\x8d\xde\x8d\x06\xfd\x99\xfd\xd8\x02\x58\xd2\x40\x5b\xce\x18\x4b\x20\x5f\xab\x49\x02\x5d\x25\x57\xb1\xc1\x48\x76\x5a\x21\x4a\xa2\x54\x54\xa1\x40\xa2\x88\x49\xed\x40\x1d\x19\x00\x1e\x0a\x97\xd3\x58\xea\xd0\xea\x97\xfc\x9b\x45\x89\x66\xad\x8c\x5e\x32\x58\x29\x0e\x04\x2c\x12\x1a\x48\xd0\x9e\xd7\x1c\x01\x9c\xd7\xa3\x8e\xfe\x49\x5d\x16\x0d\x02\x22\x44\x4f\xff\xb4\xb8\x9f\x06\x9b\x1e\xad\xc4\xaf\x47\x45\x1c\x90\x8d\xa5\x0c\xd3\x83\xf7\x67\x4c\x08\xf8\x80\x0b\x70\x90\xaf\x91\xc3\x69\xe7\xd5\x56\xb4\xfd\x77\x19\xd2\x5f\xed\xd8\xc7\x10\x39\x09\x52\x10\xf7\x54\xfa\xe0\x4b\x19\x8b\xbf\x6d\x4b\x8b\x39\x5b\x53\x0f\xb9\x55\x15\x3b\x45\x0f\x2e\x88\x3c\x86\x51\xe4\x1a\x0d\x24\x59\x89\x1e\x18\xd0\xc7\xe9\x42\x39\xbe\x25\x6b\x72\x7c\xbb\x60\x42\x1c\xfb\xd4\xf3\x30\xd2\xa4\xeb\x6c\x81\x66\xeb\xcc\xf0\xdc\xbb\xc6\x0c\x91\x88\x89\x8b\xbd\x02\x61\x8b\x2d\xd4\xc2\x10\xbd\x96\x05\xe5\x95\xbf\x3e\x69\x01\x98\x55\xae\xcc\x42\x5d\x6c\x01\x94\xbd\xdb\xe0\xdf\x9a\x87\xd5\x52\xbb\xc7\x85\x8e\x15\xe4\x47\x42\x5b\x08\x62\xc6\x65\x27\x25\x17\x86\x73\x87\x04\xb1\x4f\xaa\x39\xc6\xc3\x18\x23\x0f\x23\x97\xa2\xe8\xc1\xd1\xbf\x3e\xb5\x15\xfa\x76\x4f\xc5\x71\x7f\x32\xb9\x54\x71\x39\x1a\x5f\xcf\xf5\xc2\x28\xa9\xda\x3e\x4e\x79\x03\xb4\x15\x7c\x35\x23\x55\xa0\xfd\xf8\xef\x23\x3d\x58\x64\x2b\xad\x46\x11\x60\x3d\x68\x60\xae\xc9\x8c\x7d\x9b\x47\x45\x8c\xae\x61\xa6\x74\x4b\xf9\x5a\xfa\x3f\x3d\x78\xfb\xea\xed\xab\x54\x90\x24\x7c\x85\x72\x52\xfd\x2c\x30\x40\x57\x32\x5e\x58\x30\x0e\xd8\x26\xc4\x48\x0e\x58\xb4\xa4\xab\x66\xa1\x5f\xc7\x57\xe2\x4f\xed\x2c\x93\x9a\xac\x97\xf8\xec\xcd\x9b\xd3\x26\x9f\x65\x9f\xff\x83\x7c\x96\x6f\x27\xb9\xe3\x0a\x97\x7d\xc9\x30\x2f\x39\xed\x29\xeb\x7d\xf7\xe6\xf4\x75\x83\xf5\xf2\xcf\x2f\xb2\x5e\x59\x7e\x83\x21\xa9\xd7\x3c\x4b\x45\x71\x6e\xe7\x29\x4b\xe4\xf3\xad\xac\x67\x99\x02\xa1\xb0\x60\x96\xcc\xb2\x35\xf1\xc7\xa6\x15\x9f\x09\xa9\xa8\x2e\xc6\xce\x4c\x8d\xea\x0d\xda\x30\x90\x2c\x93\xb7\x9b\xd5\x33\xed\x25\xfe\x40\x83\x89\x2f\x64\xb1\x03\xd7\x76\xa3\xe1\x9c\xd4\x72\x85\x60\x89\x3c\xa4\x51\x2a\x58\xd5\x84\xd2\xe7\x2c\x59\xf9\x8d\x16\xde\x23\x7a\xe7\x0a\x1f\x85\x64\x85\x8e\xe4\x48\xc2\x2d\x73\x7e\xd1\xa8\xd9\x89\xe0\x2c\xa1\x81\x67\xd6\xd7\x1f\x8b\xa0\x6c\x7e\x96\xc8\x38\x91\xb9\x95\x73\x43\x36\x98\x65\x46\x56\xf9\xe0\x4e\xe6\x3d\x55\x23\x0a\x53\xd0\x09\x96\x70\x17\x33\x8e\xba\xfe\x7c\x90\x43\xca\xd5\xc4\xc1\xf8\x7a\x66\xff\x3a\x9b\x0f\x47\xd3\xc7\x94\x60\x45\x65\x21\x9d\xe3\x52\x91\x39\xe3\x9b\xe9\xc0\x9e\x4f\xed\xc9\xd8\x19\xcd\xc6\xd3\xdf\xe6\x53\xfb\xdd\x63\x4e\x95\x70\xda\x4c\x75\x33\xbd\xcc\xa8\xe4\x26\xc6\x1e\x9c\xd3\x14\x93\xe4\x44\xe2\x6a\x93\x49\x32\x18\x9d\xda\x57\x00\x8c\xd6\xc5\x7f\xac\x54\xdf\xab\xfe\x2f\xf6\xf5\xfc\x6a\x34\x9d\x8e\xa7\x4a\x44\x4e\x00\xb0\x26\x41\xa2\x2d\x52\xa7\x79\xdc\xe2\xd2\x57\x35\x7b\x7f\xa0\x75\x6f\xe2\x50\x1e\x2f\x66\x2f\x19\x77\x71\x92\x04\x41\x0f\x24\x4f\xb0\xf8\xce\x59\xd8\x2b\xb1\xd9\xeb\xb6\xbc\x08\x55\xc5\xaa\x75\x8f\x0b\xb3\x25\x95\x0a\xd2\xbc\x66\xe8\x9d\x74\xde\xd4\xe6\xa5\x75\xe9\x37\x9f\x46\x57\xfd\x73\x7b\xee\xcc\xa6\x76\xff\x4a\xbb\xdd\x99\xf4\x07\x76\xd5\xe0\x8e\x36\xac\x59\x9e\x9c\xae\x56\xc8\xf3\x3d\x68\x45\xa5\x9f\x2c\x0a\xd0\xe6\x0c\xa4\x18\x9f\x8f\x66\x17\x37\x67\xf3\x0f\xf6\xd9\xc5\x78\xfc\x73\x76\x04\xaa\x3b\xf2\x22\x59\x64\x9c\x30\x42\x4e\xdd\x46\x56\xf6\xb5\x3d\x1d\x0d\xf6\xf3\x32\xd3\x53\x66\x54\xd9\x6c\xe0\x93\x48\x1d\x72\x3f\x55\x29\x47\xc5\x58\x4a\x6d\xbe\x9b\xe5\x9a\x0e\xec\x5c\xd9\xc3\xda\xf6\xf9\xf5\x96\x37\x47\xcd\x4a\xf4\xe0\xe4\x33\xca\xa2\xa6\x85\x63\xf4\x9f\xa2\x39\xcb\x1a\x3f\x67\x8d\x84\x94\xa4\xaa\xe3\xb6\x9e\x07\xeb\xfa\x5c\xac\x4f\xd9\x47\xeb\x93\xdb\x08\xd2\xe4\x44\x68\x94\x07\xa9\xf1\x71\x25\x09\x14\x0b\x78\x78\x36\x77\xec\xe9\x2f\xa3\x81\x3d\x9f\x4c\xed\x77\xa3\x5f\xe7\x57\xfd\xc9\x64\x74\x7d\x5e\xa2\x2d\xaf\xe7\x3d\x85\xd2\x8f\xc3\xb3\x66\x01\xef\xaf\x87\xa3\x66\x76\xe9\xe0\x63\xf3\xbc\xac\x11\xb1\x73\x6e\xde\xa9\x68\x9e\x9f\x75\x2e\x76\xce\xcf\x5b\x1b\xcd\xf3\xb3\x66\xc9\xce\xf9\x79\x37\xa5\x79\xbe\xee\xd4\x8c\xc7\x97\x73\x67\xf4\xcf\xdd\x4c\x2a\x54\xbb\x38\xf5\x7f\x3d\x84\x53\x99\x6a\x07\xa7\xd9\xaf\xf3\x91\x33\xbe\xd4\x1e\xdc\xc9\xa8\x4c\xd4\xc4\xa7\xb1\x69\x53\xdb\x02\x72\x8e\x5d\x94\x6e\xf7\xf6\x5e\x58\x26\x9f\x59\x6b\x16\x24\x21\x1e\xca\xb5\x19\xe3\xce\xae\xd1\x61\x48\x7f\xb6\x7f\x7b\x06\x5f\x45\x7e\x38\xef\xfd\x41\xb7\x7f\xce\x2e\x29\xd5\x56\xe0\x6e\xce\xb5\x96\xe1\x5e\x6e\x4f\xe3\xac\xb5\x1a\x4b\x84\x7a\x77\x79\x2a\xc5\x69\x22\xb5\xc9\x4f\x58\x40\xdd\x4d\x0f\xfa\xc1\x3d\xd9\x88\xad\xfd\x7b\x3f\x97\xd2\x81\x2f\xd3\x24\xcf\x6f\xe9\x31\xf9\xfb\xef\xdf\x56\x94\x48\xcb\x02\x16\xb0\x3b\x4a\x2a\x23\x31\x67\x92\xb9\x2c\xe8\xc1\x6c\x30\xd9\xcb\xb3\xe8\xa2\x94\x79\xa6\xc7\xbb\x97\x30\x2c\x8e\xf8\x75\x86\xe2\x20\x8e\x1c\x89\x47\x23\x14\x62\xc2\xd9\x02\x7b\x95\x39\xf8\x50\x4e\xff\xe6\x9f\xcb\xc2\x90\x44\x5e\xfd\xb3\x05\xdd\x05\x8d\xba\x0b\x22\xfc\xad\x11\xcb\xdd\xfa\xe4\x26\x3c\x00\xcb\x8a\x58\xcc\xd9\xc3\x06\x8e\xbe\x3d\x02\x4b\x80\x95\x34\xc7\x5b\xef\xa9\xb8\x31\xff\x8e\x94\xd6\xbd\x6e\x37\x60\x2e\x09\xf4\x91\x49\x99\xbb\x1b\x92\x88\xac\x90\x77\x6f\xc3\x07\x2d\xad\xfb\xbf\x2b\x94\x3f\x0e\x88\x24\x01\x8d\xc8\x5f\x4e\xfb\x6a\x97\xfe\xcb\xe9\xd0\x74\x4d\xff\x8b\x48\xf9\xa3\x90\x44\xe2\x35\x09\xf1\x68\x4b\xc8\xff\xad\x38\xc6\x60\xd1\x8f\x70\x94\x53\xc1\xb7\x3f\xc2\xb7\xce\xac\x3f\x9d\xd9\xc3\xf2\x0c\x93\x91\xae\x58\x12\xd5\x43\x2d\x54\xdf\x26\x44\xfa\x07\xa4\xb1\x52\x53\xd4\x72\x91\x4b\xba\x54\xb5\x00\x36\x11\x2a\x67\x8e\xa3\x60\x53\x2b\x7f\x0d\xa5\xd8\xae\xd5\x9f\x64\x99\x96\x8a\x15\x21\xe6\xdb\x75\xba\xc6\xb6\x7a\xf1\x8d\xd5\x6c\xa9\x6c\x9c\x10\x4e\xc2\x12\x16\x92\x48\x16\x12\x49\xdd\x1a\xe8\x3c\xd0\x95\xa4\x0a\xf6\x7d\x0b\xfb\x45\x95\xfe\x13\x47\xb4\x3f\x61\x7d\xbb\xab\xcd\xf5\x45\x4a\xdd\x2a\xf3\x3f\x4d\xd5\x5b\x87\xfd\x0c\x03\xc2\xe7\xd5\xc2\x93\xb1\x33\x3b\x9f\xda\xce\x3f\x2e\x75\x4e\x7b\x51\xd9\x59\xe2\xf1\x59\xe5\x67\x89\xcf\x67\x95\xa1\x25\x3e\xaa\x3c\x1c\x8c\xaf\xaf\xed\x81\xb2\x9f\xd3\xcc\x6e\x37\xfd\x01\xdc\x27\x53\x7b\xd2\x9f\xda\xc3\xf9\x6c\xda\xbf\x76\xfa\x7f\x88\x1c\xe7\x42\x4b\x38\xbb\x79\xf7\xce\x9e\x3e\xcd\xbc\x4a\xde\x50\xc4\x34\x44\x1b\x40\x40\xd7\xb8\x63\xb3\xa5\x11\x95\x94\x04\x43\x0c\xc8\xc6\x41\x97\x45\x9e\xe8\xc1\x69\xb5\x5a\x90\x6e\xec\x30\xf7\xae\x9e\x91\x61\xbb\x63\x9d\xd2\xd3\x10\x59\x22\x73\x76\x27\x87\xa4\xbe\xa6\x75\x72\x48\xbd\xb4\x25\xfd\xeb\x94\x1c\x4d\x05\x07\x3d\xa4\x06\x89\xc5\xc7\x00\x2c\x1f\x4e\x5e\x7f\xdf\x79\xd5\x79\xd5\x39\x01\xeb\x06\xbe\xa9\xad\x55\xb0\x3e\x82\xe5\x55\x3e\x67\xab\x62\x9b\x27\xc0\x91\x63\x5f\xda\x83\x19\x9c\x1c\x3d\xed\xdb\xef\x0e\x76\xd5\x61\x75\xc4\x9a\xf0\x6e\x40\x17\xdd\x78\x25\x3e\x06\x5d\x95\x5d\x1b\x8a\x88\x26\x7f\x57\x48\x1b\x6a\x05\x0c\x63\xb9\x19\x52\x5e\x75\x40\x88\x1e\x4d\xc2\x1e\xb4\xdb\x07\x05\x55\x2e\xe4\x6b\x97\x06\x4d\xe1\xfc\xa2\x2a\xa1\xe0\xd3\xab\x64\x82\x4a\xa3\x6f\xd6\x3f\x7f\xac\xcd\x7c\x56\x47\xf0\xa0\x1a\x23\x56\x76\x42\xa9\x8d\x68\x6d\xdf\xa5\x29\xa1\xfa\xde\x42\xfa\x58\xde\x45\x3b\x2d\x80\xf4\xee\xde\x54\x6f\xe5\xa7\x0b\xea\x4b\x7e\xff\x5e\x37\x62\x4b\x2d\xda\x8f\x09\xe5\xe8\xe5\xae\x48\x93\xa2\x2a\x21\x49\x1c\xd7\x71\x1c\x0d\x12\x21\x59\xa8\x6f\x2e\x72\x3c\xe5\xab\x26\xe0\x2c\x91\xd8\x01\xb8\x44\xb2\x46\x58\x04\x24\xba\xd3\x44\x1e\x2e\x49\x12\xc8\x7c\xa6\xb9\x5a\xc5\xce\xaa\xd3\x83\x1f\x4a\xda\xe8\xe7\x07\x3f\x59\x3f\xa4\x2f\x62\x7e\xea\xfc\x90\xce\xb4\x3c\x16\x12\x1a\x59\x22\x59\x2e\xe9\xc3\x4f\x47\x75\xad\x33\x64\x0a\x8c\xb9\xe3\xb9\x48\x45\xe5\xfa\x57\xee\x59\x0e\x56\x4d\x1c\xaa\x9b\xd6\x28\xd7\x2f\xd5\x2d\xbd\x8f\xf9\xd2\x2a\x8a\x83\x74\x74\xea\x4a\x9e\x53\x99\xb6\xfd\xe1\x66\x3a\xaa\xdf\x82\xd5\xe5\x29\xea\x29\xc6\x4c\x50\xc9\xf8\x06\x4c\xd7\xdf\x88\x69\xbc\x76\xd8\x13\x4f\x1a\x73\xaf\xdb\x35\xfd\xef\x8e\xcb\xc2\xae\x69\xc4\xe7\x4d\xf7\x6e\xfe\xcb\xfa\x98\x50\xf7\x4e\x48\xc2\xa5\x68\x52\x60\xc1\x49\xe4\xfa\x5d\x49\x56\xc0\x71\x89\x1c\x23\xdd\x6c\x6f\x80\x5e\x0c\xee\x42\x3d\xb5\xdf\x15\x20\xdb\x27\x9d\xd7\xed\xba\x44\x95\x86\xf5\x0b\x1a\x1a\x69\xae\xa9\xd7\x40\x32\xfd\xdc\xc7\xfb\x1f\x93\x48\xb5\x2d\x39\x63\x05\x81\x47\xb9\x2e\xc2\x37\x5b\x0b\x74\x60\xae\x83\x60\x98\x51\xe4\x00\x4b\x57\x43\x05\x2c\xc9\x3c\x16\x50\x21\xbb\xd9\x0f\xeb\xd6\x5b\xb8\x75\x9c\xc3\xec\xaa\xfd\xfd\xf5\x70\x64\x92\x85\x7e\x0e\xb5\xd8\x54\xde\xaa\x49\x06\x1c\x05\x0b\xd6\xe6\x0d\x96\xca\xdf\x26\x20\x4c\xc0\xea\x18\xd6\x9e\xe9\x16\x43\xa2\x5b\x24\xc9\xa1\x53\xd7\xa6\x2a\xb8\x92\x70\x8a\x66\x6e\x96\x56\xb6\x38\xa7\xa1\x3f\xdc\x0a\xd5\x9c\x6d\x1a\xde\xcd\x32\xeb\xe2\x4a\xc5\xef\xae\x50\x54\x4e\xda\x99\x5f\xd9\xb2\xfc\x34\xad\xf6\xfc\xac\x74\xa6\xd6\xef\xcd\x44\x1d\x96\x63\xa6\x55\x40\xd5\x4f\xd2\x4f\x27\xdd\xb4\x65\xf0\x14\xc6\x3a\x9a\x2c\x48\x0b\xfc\x5b\x71\x57\x9a\xb1\x03\x63\xb5\x95\x9a\xe2\x32\x37\x65\x1d\x97\x3f\x0b\xd3\x1d\x6e\x5e\x80\xeb\x67\xdc\x1c\x80\x2d\x6d\xc9\x56\xf1\xdd\xe1\xa6\x09\x5f\x19\x53\xf6\xa2\x72\x1f\x82\x49\x41\x73\x50\xe3\xb6\x26\xd2\x41\x29\xe0\x81\x58\x31\x63\x41\x37\xa4\x91\xfe\x61\x09\xfa\x7b\xb1\x79\xbb\x7a\xd7\x4f\x38\x7a\xa5\xf5\xb7\x95\x25\x86\xf9\x10\x5c\xd1\x88\x86\x49\x08\x13\xc6\x02\x70\xe8\xef\x95\x90\xaf\x5e\x1b\xec\x45\x43\x1e\xbe\x08\x1a\xf2\xb0\x07\x4d\xe5\xea\xa1\x09\x8d\xe4\x24\x12\xc4\xd5\x3b\x21\x15\x2c\x28\xde\xd0\xbe\x08\xcd\xac\x60\x07\xa3\x8c\x5d\x19\x51\xe5\x0a\xa3\x21\x3e\xc2\x54\x9d\x28\x09\x17\xc8\x55\x24\xbb\x01\xc5\x48\xaf\xfe\x08\x5d\xf3\xb2\x93\x04\x01\xbb\x47\xaf\x03\x33\x9f\xaa\xff\x09\x06\x42\x2b\xe3\x9b\x82\x6e\x9b\x49\xcc\x31\x26\x4a\x8d\x92\xbe\x62\x4b\x91\xd2\xb3\xcd\xab\x6d\x1c\x05\x80\x5c\xa1\x3d\x07\xf4\x9a\x6e\x83\xcc\x92\x02\x7c\x76\x0f\x61\xe2\xfa\x10\x62\xa8\x76\x72\x2a\xc0\x43\x4f\x87\xbb\xa7\x76\x84\x12\x0a\xe5\x07\x97\xb8\xbe\xca\x79\xca\x01\xfb\x10\x3b\xbe\x56\xf0\x2c\x59\x2e\x91\x37\x42\xac\x9d\xbe\x77\xa5\xf8\x44\x20\xdf\x9f\xe7\x6f\xd2\x37\xd1\xad\xb4\xca\xd7\x53\xfe\x45\xac\xdf\xfb\xd6\x3f\x5f\x59\x7f\xff\xf7\xa7\x53\x55\x70\xeb\x3b\x71\xfd\x9c\x1b\x1f\x62\x8e\x42\xd4\x42\xa1\x74\x25\x52\xcb\xc1\x7b\x91\xed\xca\x1a\x39\x55\x29\x65\x18\x74\x47\x65\x68\x6f\x1f\x8f\x0e\xc0\x56\x6a\xff\xec\xc7\xf6\xfe\x83\x03\x7d\x2f\xa4\x91\x36\x4a\x1d\x53\x75\xb4\x62\xb2\xe7\x82\x6a\xbc\x4a\x3a\x14\xdb\x64\x87\xcd\x1a\x29\x3e\x17\xdf\xc1\xb6\x33\x2f\x28\xb2\xc3\xea\x8e\xed\xe8\x5c\xd7\xa8\xf0\x01\x17\x3e\x63\x77\xe9\xa6\xfe\x62\x94\x8d\xef\x3a\x9e\x06\x6a\x9e\x67\x98\x12\xf3\x29\xbc\x29\xed\x97\x02\xdc\xf8\x7a\xe4\x49\xc4\xd7\xd9\x99\x18\x68\x04\xf7\x3e\x75\x7d\x9d\xcf\x4b\xa7\x6f\xa1\x93\x4b\xfa\xb0\x1c\xae\xa8\xe7\x05\x78\x4f\x38\x9a\x5e\x81\x00\xc2\x4d\x2e\xa5\x91\x90\x24\x08\x4c\xb6\x45\x51\xe3\xa1\x26\x44\x8c\x87\x24\x08\x36\x05\x29\xa4\x05\x46\x7e\x88\x28\xce\xe8\xa6\xa6\xfd\x8d\x25\x20\x7c\x96\x04\x1e\xb0\x28\xd8\x40\x84\x26\xf5\x85\xcc\xa3\xcb\x0d\x48\x95\xd6\xe9\x12\x36\x2c\x39\x5a\x63\x89\xef\x96\x0e\x34\x02\xd3\xf1\xf0\xe8\x52\x9f\x2f\x4a\xa2\xba\xd9\xdf\x71\xd4\x5d\x54\xe2\x50\x18\x2a\xb7\x78\x73\x07\x61\x4f\xa1\x58\x3c\x8f\xaf\x39\xe1\x8a\xac\x31\x82\x90\x72\xae\xb6\x53\xa6\xff\x68\x43\x19\xdd\x79\x3d\x32\xa1\xb4\x55\xb2\x56\x66\x94\x4f\x78\x5b\x0f\xbe\x6a\xa2\x2e\xa9\x90\x6a\x93\xca\x8e\x39\x14\x85\x0e\xb8\xd4\xf7\x84\xbb\x3e\x5d\xa3\x80\x7b\x1a\x04\xb0\x50\x1b\x7b\x4c\xb5\x9f\x24\x33\x27\x8f\xbc\xb9\xaf\xad\xb9\x64\x81\x87\xbc\x03\xa3\x25\x24\x91\x88\xd1\xa5\x4b\x8a\xde\xb1\xda\x78\x0b\x5e\x34\x82\xae\x79\xb4\x5b\x63\xdb\x29\x7a\x1c\xe5\x17\x66\x0d\xbb\xbd\x3a\x35\x96\x0c\xa3\x90\xb4\x4b\x2f\xbe\x4d\x2c\x82\xd0\xae\xea\x00\xcc\x36\x31\x75\x55\xa8\x1d\xeb\x10\xd1\x50\x49\x40\x57\x91\x30\x7f\x55\x21\x75\x01\x71\xcb\x78\x27\xa4\x11\xe3\xd9\x5f\x3e\x28\xc3\x14\x1b\xe5\xbe\x3d\x54\x47\x06\xa4\xa1\x61\xfa\x53\x5b\xbb\x68\xbd\x15\xb5\x27\x32\xda\x7f\xef\x7c\xd7\x6e\xfd\x7f\x00\x00\x00\xff\xff\xe2\x0a\x02\x9c\x24\x35\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x73\xdb\xb8\xf1\x7f\xaf\x4f\xb1\x73\x93\xfb\xfb\xdf\x8c\x29\x39\xb9\xb9\x5e\xc2\x26\xe9\x28\xb2\x12\x2b\x8d\x6d\x0d\x25\x9f\x7b\xed\x74\x34\x20\xb9\x22\x61\x93\x00\x03\x80\x92\x55\xd7\xdf\xbd\x03\x80\xcf\xa2\xe5\xe4\x1e\xea\x57\x32\xb1\xf8\xed\xee\x6f\x17\x8b\x5d\x90\x8c\xfe\x8c\x42\x52\xce\x5c\x50\x98\x66\x09\x51\x38\xe4\x19\x32\x19\xd3\xb5\x1a\x52\x3e\xda\xbc\x18\xdc\x52\x16\xba\xb0\x2c\x96\x07\x09\xf1\x31\x91\xee\x00\xe0\x66\x2b\x7f\x3c\x71\xe1\xbb\x17\xc3\x97\xdf\x0d\xa0\x02\x70\xed\x82\xa3\x78\x1a\x10\xf5\xda\xf1\x89\xa4\x81\x23\x5f\xd2\x41\x8a\x52\x92\x08\x5d\x18\x03\xc3\x2d\x7c\xba\x5e\x00\xc9\xb2\x84\x06\x44\x51\xce\x60\xcd\x05\x8c\x33\x12\xc4\x08\x4b\xb3\x17\x5e\x43\x4c\x24\xf8\x88\x0c\x02\x81\x44\x61\x08\x94\xc1\x8e\xe7\x02\x32\xc1\x6f\x30\x50\xc3\x01\xc0\x32\x46\xc8\x25\x0a\x46\x52\x1c\x65\x44\xca\x2d\x17\xa1\x41\x23\x61\x4a\x19\x95\x0a\x05\x65\x91\xdd\xa7\x95\x52\x09\xcf\xee\x3f\x5d\x2f\x56\xe3\xd3\xf3\xd9\xc5\xea\x6a\x31\xf5\x2e\xc6\xe7\xd3\x87\x51\xf3\xeb\x7c\xbc\x58\x5c\x5f\x7a\xa7\x0f\xc3\x41\x8a\x8a\x84\x44\x11\xed\x34\x61\x8c\x2b\x63\xaf\xe1\x00\x20\x44\x19\x08\x9a\x29\x43\xe2\x98\x01\xde\x91\x34\x4b\x10\x3e\xbd\xe7\x52\xc2\x35\xfa\xb0\x40\xb1\x41\xd1\x74\x75\x08\x1f\xb8\x80\x94\x0b\x04\xca\xd6\x5c\xa4\x96\x00\xe2\xf3\x5c\x19\x50\x80\x5c\x6a\x93\x55\x4c\x65\x45\xec\x31\x48\x44\x88\x95\xca\xa4\x3b\x1a\x45\x54\xc5\xb9\x3f\x0c\x78\x3a\xba\xf1\xb9\x94\x4e\x15\xb7\x51\x43\x93\x53\x6e\x96\x43\x03\x4c\x03\xce\x26\x09\x91\xd2\x35\x3f\x1d\x11\x17\x71\x32\xab\xad\xd0\x87\x54\x66\x09\xd9\x39\x9a\x56\x77\xdf\x9d\x1f\x87\x27\x7b\xd1\xfa\x7f\xc6\xad\x7d\x7f\xda\x87\xcb\x04\xdf\xd0\x10\x85\xd3\xc6\xf5\x30\x84\x33\xa2\x8e\x61\xc6\x02\x6b\xa2\x22\x91\x74\xc1\x5a\x75\x5c\x24\xd1\xf1\x0d\xd9\x90\x63\xe3\xa7\x95\xe9\x4d\xd6\x90\x07\x79\x8a\xcc\x86\xc7\xc9\x45\xe2\x56\x6c\x91\x20\x40\x29\x87\x02\xc3\x98\x28\x43\x5a\x4b\x78\x84\x6c\x24\x30\x74\x62\xa2\x1c\xcb\xe6\x16\x7d\x47\x1a\x4f\x47\x07\x34\x26\x9c\x45\x4e\x2b\x03\x96\xcd\x88\x41\x88\x6b\xca\x50\x82\x40\xc9\x73\x11\xa0\x04\x86\x18\x62\x58\x04\x59\x71\x08\x71\x83\x09\xcf\x4a\x1e\xbe\x8e\x67\x9f\x48\x0c\x9b\x09\x75\x0c\x94\x05\x49\x1e\x52\x16\x15\xd0\x04\xfc\x9c\x26\x21\x04\x9c\xad\x69\x94\x8b\x42\x8c\xb0\x10\x08\x6b\x1d\xbb\x10\xb3\x84\xef\x34\x15\x6d\xe1\xe1\x01\xbf\x65\x9e\x65\x5c\xa8\x27\x38\x36\x00\x9b\xb2\xc0\x94\x75\xc2\xc6\xfd\xb1\x1a\x61\xd7\x65\x46\x02\x74\xeb\x04\x1a\x70\x5f\x9f\x76\xe9\x0e\x1c\x68\x16\xad\xcd\x8b\x01\x80\x2d\x50\x9a\x2e\x1a\xe0\x00\xa0\x79\x5c\x7b\x0e\x6c\xe7\xc8\xea\xea\xb1\x45\x1f\x6c\xb0\x8f\xa4\x71\x07\xb4\x77\x96\x80\xba\xde\x19\xb4\x9a\x38\x17\x9e\xdd\x8f\xe7\xf3\xcf\xb3\xc9\x78\x39\xbb\xbc\x58\x99\x12\x62\xc4\xac\x87\xfd\xab\x32\xc3\xc0\x82\x69\x15\x05\xae\x63\xfe\x71\xe1\xd5\xc9\xab\x93\x32\x35\x88\x88\x50\xcd\xdb\x9f\x25\x26\x18\x28\x2e\x6a\x47\xca\xd0\x4d\x4c\xe4\xfa\x95\xf6\x50\x46\xc3\x5e\x51\x47\xfb\x5e\x31\xea\xf1\x5c\x7d\x3b\x9f\x66\x97\xad\xbe\x35\x57\x25\xad\xd2\x06\xe9\x0f\x66\x36\xe6\x52\x69\xa9\xb3\xcb\xc5\x52\xaf\xae\xce\x96\xcb\xb9\x05\x50\xbc\xd4\xf7\x38\xd4\xa3\x29\x36\x4b\x49\x84\x0b\x25\x90\xa4\x7b\xb4\xfc\xae\xce\x3c\x6a\xc1\x7b\x7d\xa6\x6d\xac\xff\x58\x0b\x9a\x74\xf2\x5c\x65\xb9\x72\xab\x9a\x55\xfe\xea\xa1\x65\x49\xa2\x6a\xf1\x51\x70\xd7\xdc\x47\xf6\xc6\xb1\x65\xb1\x44\x0c\x38\x53\x78\xa7\x4e\xa9\xd0\x1b\x27\x97\x17\xcb\xe9\xdf\x97\xab\xd3\x99\xf7\x50\x08\x44\x54\xd5\xda\x05\xae\xb5\xd8\xe2\xf2\xca\x9b\x4c\x57\xde\x74\x7e\xb9\x98\x2d\x2f\xbd\x5f\x56\xde\xf4\xc3\x43\x25\x95\x0b\xda\x2f\x75\xe5\x7d\x2e\xa5\xd4\x2e\x43\x17\x3e\xd2\xc2\x26\x25\x88\xc2\x68\x57\x6a\xb2\x36\x2e\x3a\x5f\x01\x90\x6d\xea\x7f\x9c\xc2\xdf\xf3\xf1\xcf\xd3\x8b\xd5\xf9\xcc\xf3\x2e\x3d\xad\xa2\x12\x00\xd8\x90\x24\x37\x8c\x74\x65\x1e\xf6\x50\xc6\xde\x72\xf6\x61\x3c\x31\xbe\xf7\x21\x34\xd7\xeb\xdd\x6b\x2e\x02\x9c\xe7\x49\xe2\x82\x12\x39\xd6\xdf\x05\x4f\xdd\x06\xcc\xc1\xb0\x55\x05\xba\xbc\x06\x6d\x61\x6c\x14\xeb\xaa\x2a\xbb\x2f\x86\x2f\x3b\xfb\x8a\xc2\xfd\xec\x7e\x76\x3e\xfe\x38\x5d\x2d\x96\xde\x74\x7c\x6e\xc2\xbe\x98\x8f\x27\xd3\x36\xe1\x0b\x43\xac\x3d\x97\x82\x46\x11\x8a\xaa\x1e\xda\xee\xa6\x36\x5a\x62\x20\xd0\x1c\xea\x8f\xb3\xe5\xd9\xd5\xfb\xd5\xf5\xf4\xfd\xd9\xe5\xe5\xdf\x56\x8b\xe9\xc4\x9b\x2e\xf7\x02\x79\x96\xfb\x25\x12\x32\x14\x34\xe8\x85\x9a\x5e\x4c\xbd\xd9\xe4\x30\x96\xdd\x5e\x80\x51\xcd\xd9\x24\x26\x4c\x77\xb1\xf7\x6d\xc9\x59\xbd\x56\x48\xdb\xef\xf6\xb8\x16\x0b\x8f\x9e\xec\xd3\x4e\x29\xff\xdf\x1d\x6f\x81\x06\x4a\xba\xf0\xe2\x37\x5c\x32\x7d\x07\xc7\xfa\xef\xa1\xed\xdd\x5b\xed\x44\x29\xd2\xf6\x71\xdf\xcf\xaf\xf6\xf5\x5b\x6d\x7d\x8a\x1f\xe3\x4f\xc5\x11\x14\xc5\x89\x50\x56\x25\xa9\x8d\x71\xab\x08\xd4\x07\x78\x7f\xba\x68\x08\x35\x0e\x72\xcf\x14\x72\x10\xad\x9c\x4a\x9e\x42\xab\xa6\x97\x86\xa0\x49\xde\xa7\x18\x34\x42\xba\x86\xcc\x79\x42\x83\x9d\x0b\xe3\x64\x4b\x76\x72\xaf\x3c\x1c\x46\x69\xf4\x36\xa5\x27\x15\x7d\x45\x4f\xf3\xd3\x4f\xaf\x5a\x4e\x14\x55\x87\x27\xfc\x96\x92\xd6\x4a\x26\xb8\xe2\x01\x4f\x5c\x58\x4e\xe6\x07\x31\xeb\xf6\xa9\x89\x59\x34\x35\x4f\x03\x0a\x24\xa1\x6e\xd7\xe5\x5c\x70\x1f\xdd\xd6\x1e\xbc\x6b\xe6\x82\xfd\x0b\x78\x9a\x12\x16\x76\x3f\x3b\x30\xf2\x29\x1b\xf9\x44\xc6\x7b\x2b\x4e\xb0\xf7\x29\xc8\x45\x02\x8e\xc3\x78\x26\xf8\xdd\x0e\x8e\x9e\x1f\x81\x23\xc1\xc9\xfb\xb3\xc3\x7d\x2a\xca\xf6\xef\x48\x3b\xed\x8e\x46\x09\x0f\x48\x62\xfa\x21\x4d\xce\x28\x25\x8c\x44\x28\x46\x37\xe9\x9d\xd1\x36\xfa\x6b\x84\xea\xed\x84\x28\x92\x50\x46\xbe\xff\x61\xac\x8f\xec\xf7\x3f\x9c\xda\xd9\xe3\xff\x88\x52\x6f\xa5\x22\x0a\x2f\x48\x8a\x47\x7b\x4a\xfe\x13\x09\xcc\xc0\xa1\x5f\xe0\xa8\x92\x82\xe7\x6f\xe1\xf9\x62\x39\xf6\x96\xd3\xd3\x7a\x87\x42\x91\x52\x66\x8e\xf0\x47\x41\x02\x9c\xa3\xa0\x3c\x5c\x60\xc0\x59\x28\x5d\xf8\xf3\x49\xef\x25\xd0\xa8\xb6\x73\x22\x48\xda\xc8\x28\x92\x2b\xae\xa7\xe6\xa0\x73\xd5\x55\x19\xa1\x6d\x69\x1d\xd4\x43\x09\xfb\xab\x2e\xc8\x27\x3a\x9b\x6f\xba\x16\x32\xed\x1e\x2a\xe3\xbb\xb3\x3f\x9f\x68\x85\xa6\xa5\x56\x31\xb6\xde\x11\x06\x00\xc5\x38\x7d\x61\xfb\x86\xc6\x5c\xa7\xbf\x54\xe3\x56\xd7\xd4\x81\xce\xf6\x2f\x39\x15\x18\x56\x0c\x16\x65\xe4\x66\x2b\x1d\x92\x65\x5d\x3b\x8e\x26\xb9\x54\x3c\x35\xcd\x75\x65\x4f\xb3\xa9\x07\xa1\x3b\xff\x21\xc0\x67\x24\x1b\x04\x3f\x21\xec\xd6\x08\x85\xb8\x26\x79\xa2\xaa\x9d\xc7\x86\x07\x1c\x46\x43\x17\xde\x34\xdf\x2a\xf4\xe2\x3b\xe7\x4d\xf1\xb4\xf3\x6e\xf8\xa6\xd8\xe9\x84\x3c\x25\x94\x39\x32\x5f\xaf\xe9\xdd\xbb\xa3\xae\xd7\xa5\x65\xda\x18\x3b\x7e\x9c\x15\xaa\x2a\xff\x5b\xa3\x40\xd7\xb5\x8f\x54\x15\x4d\x1e\x5c\x79\xb3\xee\xec\xd2\xd5\xa6\xa5\x3d\xcc\xb8\xa4\x8a\x8b\x1d\xd8\x1e\xcf\x6a\xe9\x6d\x32\x0f\x50\xfd\x15\x6f\x39\xd5\x2f\xe7\x4b\x4e\x83\x5b\xa9\x88\x50\x72\x18\x51\xd5\xe7\x84\x2f\x08\x0b\xe2\x91\x22\x91\x6e\x8e\x51\x20\x33\xed\x55\x8f\xf9\xf5\xe2\x63\x96\x7b\xd3\x0f\xb5\xa1\x76\x76\xef\x68\x9c\x13\x15\xc3\x96\xaa\x98\x32\x83\x5a\xc4\x0d\x14\xb7\x6f\x0f\x7f\x01\x4c\x33\xb5\x33\x7c\x0a\xce\x6b\x81\x90\x0a\xd3\x61\xec\xf6\xf2\x77\x62\x07\x00\x38\x2d\x25\x2a\x03\x1b\xc3\x40\x6d\x96\xed\x48\x4d\x93\xca\x83\x5b\x54\x4e\x10\x93\x3d\x62\x3e\x5d\x2f\x60\x1c\xa6\x94\xc1\x95\x44\xd1\xd5\xd8\x5e\x2d\x72\xc6\xd4\x03\x38\xfa\x27\x71\xfe\x3d\x76\xfe\x71\xe2\xbc\xfe\xd7\xfd\xab\x07\x9d\x76\xa6\x99\x34\x6f\x9c\x78\x97\x09\x94\xd2\xe6\xc7\x81\x3b\xbf\x13\xfa\x47\x6d\x9b\x17\xef\x96\x8f\xdb\xd7\x90\xf8\xad\xf6\x35\xba\x88\xc3\xf6\xd9\x4e\xba\x2c\xcc\x45\xeb\xdc\x93\x51\x71\xee\xc3\x35\xfa\x31\xe7\xb7\xb0\x28\x85\x7e\x9d\x95\xbd\xfd\xfd\xd3\x86\xda\x36\xbd\x78\xf4\x7a\xc2\xde\x42\xf6\xf7\x32\xb8\x77\x8a\x78\xd2\xe2\x8b\x72\x5a\x02\xca\x60\x1b\xd3\x20\x36\xd5\xbd\x71\xe9\x48\x73\x72\xca\x87\xc1\x73\x1a\x86\x09\x6e\x89\x40\x7b\x2f\x4a\x20\xc2\xde\x28\x94\x49\x45\x92\x04\xc3\xa1\xbe\x2c\x64\x07\x43\x6f\x60\x5c\xa4\x24\x49\x76\xb5\xa8\x56\xaa\xd5\x55\xe5\xa5\x9e\xde\xec\xe3\xcc\x2f\x3c\x07\x19\xf3\x3c\x09\x81\xb3\x64\x67\xde\x2d\xf5\xc9\x4e\x79\x48\xd7\x3b\xfb\x30\x4d\xd7\xb0\xe3\xf9\xd1\x06\x1b\xb8\x7b\x3e\x50\x06\xb6\x9d\x0b\xe9\xda\x54\x9d\x86\xaa\x51\xe3\x15\xbf\x15\xa2\x06\x42\x4d\x54\xc5\x78\xff\x6c\x79\xa0\xce\xd6\xef\x88\x9d\x20\x9c\x93\x0d\x32\x48\xa9\x10\xfa\x72\xe5\x90\x4b\x7b\xaf\x2d\x5e\xce\x6c\x2a\xc9\xae\x65\xad\x1d\xcd\xda\xbf\x37\xf8\x77\x54\x7d\xa6\x52\x01\x5f\x57\xc5\x8f\xa2\x34\x09\x57\xc4\x9e\x88\x20\xa6\x1b\x94\xb0\xa5\x49\x02\x3e\x42\xc0\x33\x6a\xe2\xa4\xb8\x21\xb5\x1e\x6d\x0c\x9b\x6b\x9e\x84\x28\x86\x30\x5b\x43\xce\xf4\xa0\x42\xd7\x14\xc3\x63\x20\x49\x52\x63\x51\x06\x23\xfb\x90\xd8\x81\x1d\xd6\x8d\x41\xf3\xa5\xe1\xbf\x01\x00\x00\xff\xff\xd6\xfe\xec\xd9\x10\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x6d\x73\xdb\x36\xf2\x7f\xaf\x4f\xb1\x93\x69\xff\xfe\x5f\xc7\x94\x92\xb4\xbd\xa6\xbc\x26\x37\x8a\xac\xd8\x4a\x62\x5b\x23\xca\xf5\xe5\x6e\x6e\x3c\x10\xb9\x12\x61\x93\x00\x03\x80\x92\x75\x39\x7f\xf7\x1b\x00\x7c\x16\xf5\xe0\xd4\xa9\xdf\xc4\x26\x16\xfb\xf0\xdb\xc5\x62\x77\x11\x92\xd0\xdf\x51\x48\xca\x99\x0b\x0a\xe3\x24\x22\x0a\xbb\x3c\x41\x26\x43\x3a\x57\x5d\xca\x7b\xcb\x17\x9d\x3b\xca\x02\x17\xa6\xd9\x72\x27\x22\x33\x8c\xa4\xdb\x01\xb8\x5d\xc9\x9f\x9f\xbb\xf0\xec\x45\xf7\xe5\xb3\x0e\x14\x0c\x5c\xbb\xe0\x28\x1e\xfb\x44\xfd\xea\x84\x4a\x25\xd2\x91\x2f\x69\x27\x46\x29\xc9\x02\x5d\xe8\x03\xc3\x15\xbc\xbf\xf6\x80\x24\x49\x44\x7d\xa2\x28\x67\x30\xe7\x02\xfa\x09\xf1\x43\x84\xa9\xd9\x0b\xbf\x42\x48\x24\xcc\x10\x19\xf8\x02\x89\xc2\x00\x28\x83\x35\x4f\x05\x24\x82\xdf\xa2\xaf\xba\x1d\x80\x69\x88\x90\x4a\x14\x8c\xc4\xd8\x4b\x88\x94\x2b\x2e\x02\xc3\x8d\x04\x31\x65\x54\x2a\x14\x94\x2d\xec\x3e\x2d\x94\x4a\xf8\xee\xcb\xfb\x6b\xef\xa6\x7f\x72\x3e\xba\xb8\xb9\xf2\x86\x93\x8b\xfe\xf9\xf0\xa1\x57\xfd\x3a\xee\x7b\xde\xf5\xe5\xe4\xe4\x41\x8b\x18\x47\x48\x24\xc2\x0c\x41\xa6\x02\x41\xf1\x4c\x1f\x50\x21\x82\x44\x5f\xa0\x02\x2d\x3e\x80\x67\x96\xc7\xd9\x74\x3a\xf6\x6e\xbc\xe1\x60\x32\x9c\x3e\x3c\x03\x9f\x33\x45\x28\xd3\x5a\xe8\x1d\x55\x9a\xc1\x70\x32\x1d\xbd\x1b\x0d\xfa\xd3\xe1\x43\x07\x60\x4e\x23\x63\x8d\x35\x40\xa2\x58\xea\x4d\x12\x7d\x2d\x57\xb3\x41\xa6\xba\x9d\x18\x15\x09\x88\x22\xda\x0d\x84\x31\xae\x0c\x82\xc6\x2b\x00\x01\x4a\x5f\xd0\x44\x19\xb7\xf6\x19\xe0\x3d\x89\x93\x08\xe1\xfd\x5b\x2e\x25\x5c\xe3\x0c\x3c\x14\x4b\x14\x55\xf0\xbb\xf0\x8e\x0b\x88\xb9\x40\xa0\x6c\xce\x45\x6c\x5d\x42\x66\x3c\x55\x86\x29\x40\x2a\xad\xfa\x54\x16\xae\x3e\x06\x89\x08\xc6\xc1\x6e\xaf\xb7\xa0\x2a\x4c\x67\x5d\x9f\xc7\xbd\xdb\x19\x97\xd2\x29\x22\xa9\x57\x91\xe4\xe4\x9b\x65\xd7\x30\xa6\x3e\x67\x83\x88\x48\xe9\x9a\x5f\x1d\x11\x66\x91\x63\x56\x6b\xc1\x18\x50\x99\x44\x64\xed\x68\xa4\xdd\x4d\x73\x7e\xee\x3e\xdf\x88\x9f\xff\x5f\x51\x15\x5a\x0d\xff\xb2\xc9\x30\x11\x7c\x49\x03\x14\x4e\x9d\xf3\x04\x03\x38\x23\xea\x18\x46\xcc\xb7\x4a\x2a\xb2\x90\x2e\x58\xbd\x8e\xed\x3f\xaf\x8e\x6f\xc9\x92\x1c\x1b\x4b\x8f\x43\x1a\x04\xc8\x2c\x69\xeb\x39\x0a\xb8\x9f\xc6\xc8\xac\x9f\x9c\x54\x44\x6e\x01\x1b\xf1\x7d\x94\xb2\x2b\x30\x08\x89\x32\xe8\xd5\x88\x7b\xc8\x7a\x02\x03\x27\x24\xca\xb1\xb0\xae\x70\xe6\x48\x63\x72\x6f\x87\xc4\x88\xb3\x85\x53\x0b\x85\x69\xd5\x75\x10\xe0\x9c\x32\x94\x20\x50\xf2\x54\xf8\x28\x81\x21\x06\x18\x64\xde\x56\x1c\x02\x5c\x62\xc4\x93\x1c\x8e\xc3\x00\x9f\x11\x1d\xbb\x15\x7f\x1f\x03\x65\x7e\x94\x06\x94\x2d\x32\xd6\x04\x66\x29\x8d\x02\x1d\xcd\x73\xba\x48\x45\x46\x56\x4d\x05\x01\x26\x11\x5f\x6b\x0c\x36\xa8\x58\x50\x9e\x86\x38\x4e\x59\xb6\xa5\x16\xa4\x06\xda\xee\x0e\x70\x64\x9a\x24\x5c\xa8\x3d\x8e\x30\x0c\x96\x79\x82\xcc\xf3\x9c\x8d\x91\x6d\x39\xce\xae\xcb\x84\xf8\xe8\x96\xc1\xd6\xe1\x33\x9d\xad\xa4\xdb\x71\xa0\x9a\x74\x97\x2f\x3a\x00\x36\xc1\x6a\x4c\xa9\x8f\x1d\x80\xea\xe1\x6e\x39\xde\x8d\x03\xae\xb3\xdf\x0a\x67\x60\x23\xe2\x48\x1a\x73\x40\x5b\x67\x01\x28\xf3\xb5\xe1\x56\x82\xec\xc2\x77\x5f\xfa\xe3\xf1\x47\x9d\x7a\x46\x97\x17\x37\x26\x05\x1a\x32\x6b\x61\xfb\xaa\x4c\xd0\xb7\xcc\xb4\x88\x8c\xaf\x63\xfe\x70\xe1\xd5\xf3\x57\xcf\xf3\xf8\x21\x62\x81\x6a\x5c\xff\x2c\x31\x42\x5f\x71\x51\x1a\x92\xbb\x79\x60\xbc\xdc\x2e\xf4\xcf\x81\x4c\x3e\x05\x66\x36\x32\x9d\xaf\x81\xee\xa7\x9f\x7e\x6c\x83\x2e\xff\xfc\x64\xd0\xd1\xa0\x95\xd4\x84\x70\x81\xec\x84\xa7\xea\xf1\xb8\x9a\x5d\xf6\xe2\x2d\x21\xcb\x23\x52\x5a\x67\x7d\xe3\xa0\x0c\xb9\x54\x9a\xea\xec\xd2\x9b\xea\x55\x73\xc9\x5a\x06\x8a\xe7\xf2\xb6\xb3\x7a\x24\x5e\xf2\x1b\x02\x26\x9f\x08\xb1\x03\x43\xb2\x15\x38\x2f\x43\xae\x14\xac\x50\xc4\x94\x65\x82\x75\xad\xa5\x42\xc1\xd3\x45\xd8\x8a\xf0\x0e\xd1\x5b\xcf\xf4\x28\x26\x0b\xf4\x94\x40\x12\x6f\xc0\xf9\xa4\x51\xb3\x55\x83\xb7\xfa\x72\xb2\x87\xea\xdb\x6a\x50\x85\x9f\xa7\x2a\x49\x55\x81\x72\x01\x64\x0b\x2c\x53\xb2\x28\x16\xb7\x32\x77\x4d\x85\x65\x6b\x28\x7b\xbf\xe7\x1c\x4d\x0d\x79\xaf\x4e\xa8\xd0\x1b\x07\x97\x17\xd3\xe1\x3f\xa6\x37\x27\xa3\xc9\x43\x46\xb0\xa0\xaa\x94\x2e\x70\xae\xc9\xbc\xcb\xab\xc9\x60\x78\x33\x19\x8e\x2f\xbd\xd1\xf4\x72\xf2\xe9\x66\x32\x7c\xf7\x50\x50\xa5\x82\xb6\x53\x5d\x4d\x3e\xe6\x54\x6a\x9d\xa0\x0b\xa7\x34\xd3\x49\x09\xa2\x70\xb1\xce\x25\x59\x1d\xbd\xc6\x57\x00\x64\xcb\xf2\x0f\x27\xb3\xf7\xbc\xff\xfb\xf0\xe2\xe6\x7c\x34\x99\x5c\x4e\xb4\x88\x82\x00\x60\x49\xa2\xd4\x20\xd2\xa4\x79\xd8\xe0\xd2\xd7\x75\x77\x7f\x60\x6c\x6f\xe3\x50\x5d\x2f\x77\xcf\xb9\xf0\x71\x9c\x46\x91\x0b\x4a\xa4\x58\x7e\x17\x3c\x76\x2b\x6c\x76\xba\xad\x28\x22\xf2\x7a\xce\xde\x44\x95\x82\xa2\xa8\x1c\xdc\x17\xdd\x97\x8d\x7d\x59\x71\xf1\xdd\x97\xd1\x79\xff\x74\x78\xe3\x4d\x27\xc3\xfe\xb9\x71\xbb\x37\xee\x0f\x86\x75\xc0\x3d\x03\xac\x3d\x9e\x82\x2e\x16\x28\x8a\x8b\xc7\xd6\xeb\xa5\xd2\xb6\x8f\xd1\x8c\x4f\x47\xd3\xb3\xab\xb7\x37\xd7\xc3\xb7\x67\x97\x97\x1f\xf2\x36\xa6\xe9\xc8\xb3\x74\x96\x73\x42\x86\x82\xfa\xad\xac\x86\x17\xc3\xc9\x68\xb0\x9b\x97\xdd\x9e\x31\xa3\x1a\xb3\x41\x48\x98\xee\x14\xbf\xd4\x29\x47\xe5\x5a\x46\x6d\xbf\xdb\xe3\x9a\x2d\x6c\x3d\xd9\x27\x8d\x3b\xf3\xcf\x3b\xde\x02\x0d\x2b\xe9\xc2\x8b\x3f\x70\x9b\xb7\x1d\x1c\x6b\xff\x04\x6d\x3f\x5a\x2b\x79\x73\x92\xba\x8d\x9b\x76\x1e\x6c\xeb\x63\x75\xdd\x87\x8f\xb1\xa7\xc0\x08\xb2\xe4\x44\x28\x2b\x82\xd4\xfa\xb8\x96\x04\xca\x03\xdc\xda\x43\x37\x4e\x73\x71\x9e\x7b\xa8\xfc\xde\xed\x4a\x3a\x36\x34\x9d\x25\x8f\xd2\x18\x0f\xe5\xda\xc6\x71\x47\x13\x7f\x98\xa6\x1f\x86\x9f\x1e\xc1\x57\x93\x1f\xce\x3b\x9f\x5e\x3c\x46\x40\x31\xf1\xd8\x22\xa5\x3e\x2d\xd9\xce\xb9\x31\x55\xd9\xc9\x6d\xbf\x9e\x8d\x69\x4c\x85\xd0\x24\x8a\x7d\xd1\x6a\x88\x74\xbe\x1e\xf3\x88\xfa\x6b\x17\xfa\xd1\x8a\xac\xe5\x46\x2a\xde\xcd\xa5\x52\xb0\xe7\x96\x14\xa1\x9a\x15\xea\xbf\xfc\xf2\xaa\x66\x44\x96\xe1\x79\xc4\xef\x28\xa9\xad\x24\x82\x2b\xee\xf3\xc8\x85\xe9\x60\xbc\x93\x67\xd9\x4e\x55\x79\x66\x95\xfa\xd7\x30\x2c\x9b\x8c\x26\x43\x79\x10\x47\x81\x24\xa0\x0c\xa5\x1c\x0b\x3e\x43\xb7\xb6\x07\xef\xab\x27\xd9\xfe\xe8\x16\x9d\xb0\xa0\xf9\xd9\x81\xde\x8c\xb2\xde\x8c\xc8\x70\x63\xc5\xf1\x37\x3e\xf9\xa9\x88\xc0\x71\x18\x4f\x04\xbf\x5f\xc3\xd1\x0f\x47\xe0\x48\x70\xd2\xf6\x78\x73\xf7\xc5\x8d\xfd\x39\xd2\x56\xbb\xbd\x5e\xc4\x7d\x12\x99\xea\x57\xc3\xdd\x8b\x09\x23\x0b\x14\xbd\xdb\xf8\xde\x48\xeb\xfd\x7d\x81\xea\xf5\x80\x28\x12\x51\x46\xbe\xff\xb1\xaf\x13\xee\xf7\x3f\x9e\xd8\x11\xc8\xff\x11\xa5\x5e\x4b\x45\x14\x5e\x90\x18\x8f\x36\x84\xfc\x77\x21\x30\x01\x87\x7e\x86\xa3\x82\x0a\x7e\x78\x0d\x3f\x78\xd3\xfe\x64\x3a\x3c\xa9\xee\xb0\x19\xe9\x9c\xa7\xac\x19\x6a\xb1\xfe\x36\x26\x2a\x3c\x20\x8d\x55\xe6\x13\x8e\x8f\x42\xd1\xb9\x4e\xeb\xd8\x46\xa8\x9d\x79\xc9\xa2\x75\xa3\x92\xa9\x94\xf8\xa7\x82\xf8\x38\x46\x41\x79\xe0\xa1\xcf\x59\x20\x5d\xf8\x6b\x19\x92\x96\xa7\xdc\x2c\xd0\xf6\x0a\xcf\xea\x83\x9a\x3a\xf6\xdb\x45\x76\x1a\x37\x86\xa8\xad\x25\x4c\xa5\x56\x18\x13\x41\xe2\x8a\x2e\x24\x55\x3c\x26\x8a\xfa\x0d\xf3\x8a\x23\xa1\x25\xd5\x74\xdf\x95\x02\xbe\xaa\xbc\xdb\x53\x97\x3f\xaa\xa8\x49\xb4\x79\xa8\x8c\xed\xce\xe6\x38\x43\x0b\x34\x8d\xa4\x0a\xb1\x36\xd7\xed\x00\x64\xc3\x4d\x8b\x6c\xbf\x32\x65\xd3\x5f\x8a\x81\x56\x53\xd5\x8e\x0e\x90\xcf\x29\x15\x18\x14\x08\x66\x89\x59\xbb\x97\x24\x49\x53\x8f\xa3\x41\x2a\x15\x8f\x4d\x2b\x59\xe8\x53\xed\xfd\x41\xe8\x7e\xb7\x0b\xf0\x11\xc9\x12\x61\x16\x11\x76\x67\x88\x02\x9c\x93\x34\x52\xc5\xce\x63\x83\x03\x76\x17\x5d\x17\x7e\xab\xce\x8e\xf5\xe2\x1b\xe7\xb7\x6c\xf8\xff\xa6\xfb\x5b\xb6\xd3\x09\x78\x4c\x28\x73\x64\x3a\x9f\xd3\xfb\x37\x47\x4d\xab\x73\xcd\xb4\x32\xb6\xe9\x3e\xcb\x44\x15\xf6\xd7\x1a\xdf\x83\x4d\x93\x87\xda\x56\x34\xd9\xc6\xbe\xcc\xb6\xac\x41\x7e\x6a\x13\xe5\x41\x36\x7a\x4d\x23\x4f\xa9\xca\xfa\x30\xb8\x9a\x8c\x9a\x63\x89\xa6\x3c\x4d\x3d\xc1\x84\x4b\xaa\xb8\x58\x83\x6d\xc3\xac\x98\xd6\x3e\x70\x47\x3c\x1d\xf0\x80\x50\xfc\xe6\x7c\x4e\xa9\x7f\x27\x15\x11\x4a\x76\x17\x54\xb5\x19\x31\x13\x84\xf9\x61\x4f\x91\x85\xee\x5f\x51\x20\x33\x1d\x50\x8b\xfa\xe5\xe2\x36\xcd\x27\xc3\x77\xa5\xa2\x76\x04\xdc\x90\xa8\x13\x33\xac\xa8\x0a\x29\x33\x5c\x33\xcf\x81\xe2\x76\xce\xfd\x37\xc0\x38\x51\x6b\x83\xa7\xe0\xbc\x24\x08\xa8\x30\x4d\xc0\x7a\xe3\x90\x0e\x6c\x8f\x0e\x27\x39\x45\xa1\x60\xa5\x5f\x2f\xd5\xb2\x4d\xa3\xe9\x23\xb9\x7f\x87\xca\xf1\x43\xb2\x01\x4c\x91\x25\xf8\xbc\xfa\x6a\xd5\x78\x99\xaa\x64\x6d\xf3\x14\x25\x9b\xaa\x79\x76\x5b\x2d\x75\x34\x73\xf5\xfe\xd4\x91\x5d\x5f\xfb\x74\x6c\x6a\x93\xc3\x5c\xea\xbf\x81\x5c\x65\xc7\x16\x1d\xeb\x65\x7d\xa6\x97\x6d\xc0\xbb\xbe\x78\x94\x4e\x77\xb8\xfe\x0a\xbd\x3e\xe0\xfa\x00\xdd\xb2\xf6\xa0\xae\xdf\x1d\xae\xdb\xf4\xab\xea\x94\x3f\x80\xee\xd2\x60\x5c\xd2\x1c\xd4\x44\x34\x44\xbe\xbf\xf6\xa0\x1f\xc4\x94\xc1\x95\x44\xd1\x14\x54\x5f\xcd\xf2\x8f\xb9\x3f\xe1\xe8\x5f\xc4\xf9\x4f\xdf\xf9\xe7\x73\xe7\xd7\x7f\x7f\x79\xf5\xa0\x73\x98\x19\x1d\x98\x57\x63\xbc\x4f\x04\x4a\x69\x53\xcd\x8e\xae\xa3\x11\x5a\x5b\x75\x1b\x6f\x01\xa2\x95\xe2\x8f\xea\x57\xe9\x63\x76\xeb\x67\xe7\x26\x79\x21\xb3\x25\x5a\x4e\x4d\x22\x84\x6b\x9c\x85\x9c\xdf\x65\x67\xee\xab\xb5\x6c\x9d\xe6\xec\x57\xd4\x0e\x65\xb2\xb7\xba\x3d\xfa\x66\xb4\x4f\xa5\x70\xeb\xcc\x68\xaf\xc6\x17\xf9\x6c\x0c\x28\x83\x55\x48\xfd\xd0\x1c\xc8\x4a\x91\x26\x4d\x12\xce\xdf\x33\xcf\x69\x10\x44\xb8\x22\x02\x6d\x1d\x29\x81\x08\x5b\x81\x51\x26\x15\x89\x22\x0c\xba\xfa\x78\xc9\x06\x0f\xbd\x81\x71\x11\x93\x28\x5a\x97\xa4\x90\x9d\xff\xe2\xa6\x2a\x67\x75\x76\x82\xff\x89\xa7\x20\x43\x9e\x46\x01\x70\x16\xad\xcd\x73\xab\xbe\x24\x62\x1e\xd0\xf9\xda\x3e\xac\xd3\x39\xac\x79\x7a\xb4\xc4\x0a\xdf\x0d\x1b\x28\x03\xdb\x50\x06\x74\x6e\x2e\xb0\x8a\xa8\x5e\xe5\xff\x45\xd4\x5c\x54\xe1\x50\x02\x55\x20\xde\x3e\x49\xdc\x91\xc7\xcb\x97\xcd\x86\x13\xce\xc9\x12\x19\xc4\x54\x08\x5d\x8c\x72\x48\xa5\x2d\x96\xbc\x97\x23\x1b\x4a\x1b\x37\x4a\x6d\x47\xb5\x8c\xd8\x18\xf3\x36\x44\x7d\xa4\x52\xe9\xac\x9c\xdf\xa3\x14\xa5\x09\xb8\xcc\xf7\x44\xf8\x21\x5d\xa2\x84\x15\x8d\x22\x98\x21\xf8\x3c\xa1\xc6\x4f\x8a\x1b\x50\xcb\x41\x96\x41\x73\xce\xa3\x00\x45\x17\x46\x73\x48\x99\x4c\xd0\xa7\x73\x8a\xc1\x31\x90\x28\x2a\x79\x51\x06\x3d\xfb\x3e\xd7\x60\xdb\x2d\x0b\xe9\xea\x5c\xf9\x7f\x01\x00\x00\xff\xff\xff\x35\xa6\x8a\x62\x23\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x77\xdb\x36\x92\xff\xdd\x7f\xc5\x3c\xbf\xee\xb9\xed\x99\x52\x9c\xec\x5e\x5a\x5e\xd3\x7b\xb2\xa4\x38\x4a\x6d\x4b\x2b\x2a\x49\xbb\xfb\xf6\xe9\x41\xe4\x48\x42\x42\x02\x0c\x00\xca\x56\x73\xfe\xdf\xef\x01\xe0\x77\x91\xb2\xe2\xb8\xb9\xad\x7f\x92\xc9\xc1\x07\x1f\xcc\x0c\x06\x83\x01\x48\x62\xfa\x16\x85\xa4\x9c\xb9\xa0\x30\x8a\x43\xa2\xb0\xc3\x63\x64\x72\x4d\x97\xaa\x43\x79\x77\x73\x76\xf4\x81\xb2\xc0\x85\x59\xfa\xfa\x28\x24\x0b\x0c\xa5\x7b\x04\xf0\xfe\x46\xfe\xed\x89\x0b\xc7\x67\x9d\xa7\xc7\x47\x90\x03\xb8\xf6\x85\xa3\x78\xe4\x13\xf5\xa3\x13\x71\xb6\xe2\xc1\xc2\x89\x75\x4f\x52\x21\x53\x8e\x7c\x4a\x8f\x22\x94\x92\xac\xd0\x85\x1e\x30\xbc\x81\xe2\x2d\xbc\x7e\xe7\x01\x89\xe3\x90\xfa\x44\x51\xce\x60\xc9\x05\xf4\x62\xe2\xaf\x11\x66\x06\x13\x7e\x84\x6f\x13\x49\xd9\x0a\xae\x34\xf6\xe0\xfc\x3b\x58\x13\x79\x04\xb0\x40\x64\xe0\x0b\x24\x0a\x03\xa0\x0c\xb6\x3c\x11\x10\x0b\xfe\x1e\x7d\xd5\x81\xd9\x1a\x21\x91\x28\x18\x89\xb0\x1b\x13\x29\x6f\xb8\x08\x0c\x3a\x09\x22\xca\x74\xef\x42\x83\x9a\x56\x9a\x04\xd5\x98\xdf\x7c\x7a\xfd\xce\x9b\xf7\x06\x57\xa3\xeb\xf9\x1b\x6f\x38\xbd\xee\x5d\x0d\xef\xba\xe5\xa7\x93\x9e\xe7\xbd\x1b\x4f\x07\x77\x1d\x78\xa9\xc1\x7c\x1f\xa5\x61\xa7\xd6\x98\x31\x84\x80\x28\xb2\x20\x12\x8f\x00\x8e\xbf\xf9\x34\x38\x9f\x0f\x7a\xb3\xde\x79\xcf\x1b\xde\x1d\x6b\x52\x46\xd6\x17\x18\x20\x53\x94\x84\x12\x8c\x4c\xb9\xbf\xc1\x79\xd1\x11\x7c\xdb\xd3\x8c\x21\x1b\xc4\x11\x00\x95\x29\x6e\x8d\xd3\xf1\x77\x1d\x98\x84\x48\x24\xc2\x02\x41\x26\x02\x41\xf1\x54\x47\xa6\x53\x89\xbe\x40\x05\x5a\x29\x81\x86\xd0\xe3\x7a\x35\x9b\x4d\xbc\xb9\x37\xec\x4f\x87\xb3\x3b\x6d\x5b\x9f\x33\x45\x28\xcb\x06\x55\x96\xea\x0f\xa7\xb3\xd1\xcb\x51\xbf\x37\x1b\xde\xc1\x92\x86\x46\xc7\x56\xad\x12\xc5\x46\x37\x91\xe8\xeb\x7e\x35\x08\x32\xd5\x39\x8a\x50\x11\xad\x0f\xed\x44\x84\x31\xae\x8c\x9d\x8d\x4f\x01\x04\x28\x7d\x41\x63\x65\x9c\xb2\xc7\x00\x6f\x49\x14\x87\x08\xaf\xcf\xb9\x94\xf0\x0e\x17\xe0\xa1\xd8\xa0\xa8\xb8\xc8\x0d\x55\x6b\x20\x3b\xca\xee\x18\x44\x30\x66\x89\xb8\x40\xa0\x6c\xc9\x45\x64\xdb\x90\x05\x4f\x14\x24\xa9\xa5\xa8\xcc\x1d\xf8\x14\x24\x22\xac\x95\x8a\xa5\xdb\xed\xae\xa8\x5a\x27\x8b\x8e\xcf\xa3\xee\xfb\x05\x97\xd2\xc9\xe7\x47\xb7\xc4\xc0\xc9\x1a\x4b\xdb\x27\xf5\x39\xeb\x87\x44\x4a\xd7\xfc\x74\xc4\x3a\x9d\x0f\xe6\x6d\x65\x8a\x05\x54\xc6\x21\xd9\x3a\xda\x02\xee\xee\x30\xff\xd6\x79\xb2\xe3\xfd\xff\x99\x8f\xf4\x5b\x3d\xf2\x74\x94\x86\xf1\x77\xbb\x1d\xc4\x82\x6f\x68\x80\xc2\xa9\xf6\x34\xc5\x00\x5e\x11\x75\x0a\x23\xe6\x5b\xd2\x8a\xac\xa4\x0b\x96\xe7\x69\x3a\x7d\x4f\xdf\x93\x0d\x39\x35\x23\xb7\x32\x8d\x61\x22\xe0\x7e\x12\x21\xb3\x86\x74\x12\x11\xba\xb9\xfe\xec\x74\xe8\x08\x0c\xd6\x44\x19\x35\x56\x84\xbb\xc8\xba\x02\x03\x67\x4d\x94\x63\xf5\x7b\x83\x0b\x47\x9a\xb1\x77\xf7\xf4\x18\x72\xb6\x72\x2a\xbe\x32\x2b\xdb\x10\x02\x5c\x52\x86\x12\x04\x4a\x9e\x08\x1f\x25\x30\xc4\x00\x83\x54\x57\x8a\x43\x80\x1b\x0c\x79\x9c\xe9\xe1\x30\xcd\x6b\xaf\x0a\xca\xae\x77\x0a\x94\xf9\x61\x12\x50\xb6\x4a\xa1\x09\x2c\x12\x1a\x06\xda\xdd\x97\x74\x95\x88\x54\xac\xec\xae\x01\xc6\x21\xdf\x6a\x1d\xd4\xa5\x32\xcf\x2d\x89\xa4\xb0\x15\x41\x33\xbd\x32\x1f\xb0\x2e\x9c\x07\x50\x1f\x81\xb0\xa0\x98\x74\x51\x94\xb0\xac\x63\x2b\x6a\x4c\xd3\xd9\xa3\x5c\x99\xc4\x31\x17\xea\x1e\x43\x1a\x80\x4d\xb6\x7e\x64\xcb\x80\x75\xae\x83\x96\x00\x2b\x2c\x63\xe2\xa3\x5b\xb8\xec\x11\x5f\xe8\x78\x2d\xdd\x23\x07\xca\x0b\xd4\xe6\xec\x08\xc0\x2e\x46\xda\x40\xd4\xd7\xb1\xb4\x1c\x4a\x1a\x82\x49\x2d\x9c\xe8\x15\xe0\x06\x17\x60\xdd\xeb\x44\x9a\xb1\x81\x1e\x6a\x16\x29\xa4\x45\xee\x90\x30\x5e\x93\x9a\x8f\x63\x8c\x2c\x40\xe6\x53\x94\x2e\x9c\xfc\xf3\xd3\xb1\x66\x7f\xec\xea\xa0\xd9\x9b\x4c\x2e\x75\x08\x1c\x8d\xaf\xe7\x26\x60\x67\x43\x3e\x3e\x4d\x81\x01\x8e\x35\x77\x2d\x9e\xb2\x3f\xbe\xfb\xd7\x89\x79\x59\xac\xa8\x66\x0c\x85\x9f\xb8\xd0\x80\x6c\xc4\xac\x92\x9b\xdf\xca\x18\x7d\x0b\xa6\x07\x96\xe2\x3a\xe6\x1f\x17\x7e\x78\xf2\xc3\x93\x6c\x0a\x10\xb1\x42\x35\xa9\x3e\x96\x18\xa2\xaf\xb8\x28\xd4\x97\xb9\x61\xdf\xf8\x5f\x73\xa7\x5f\xc7\x50\xf2\xcf\x6b\x29\x3b\x19\x9d\x87\x18\xec\xaf\x7f\x7d\xd6\x64\xb0\xec\xf1\xbf\x91\xc1\xf2\xd8\x95\x5b\xad\xb0\xd7\x63\xfa\x78\x66\xb1\xfb\x54\xf7\xf4\xf9\x93\xb3\xe7\x0d\xba\x2b\x9e\x3f\x48\x79\x79\xf7\x0d\x4a\xa4\x41\x73\x13\xed\xbe\xb9\x8e\xa7\x3c\x51\x9f\xaf\x61\xd3\xca\x66\xab\x85\xf6\xb2\x10\x96\x4d\x86\x3f\x36\x9e\xac\xb9\x54\x5a\xea\xd5\xd8\x9b\xe9\xb7\x26\x03\xb4\x00\x8a\x67\xfd\xb5\x43\x7d\xa6\xbe\xe4\x1f\xa8\x30\xf9\x48\x1a\x3b\x70\x5e\x37\x2a\xce\x4b\x35\x57\x74\xac\x50\x44\x94\xa5\x1d\xeb\xdc\x5e\xad\x05\x4f\x56\xeb\x46\x0d\xef\xe9\xba\x75\x76\x8f\x22\xb2\x42\x4f\x09\x24\xd1\x8e\x3a\x1f\xd5\x6b\x5a\x19\x9c\xeb\xd4\xc8\x4e\xae\x3f\x96\x41\x59\xfd\x3c\x51\x71\xa2\x72\x2d\xe7\x8a\x6c\x50\xcb\x8c\xac\xf2\x97\xad\xe0\xae\x49\xf4\x6d\x62\x66\xb3\x4b\xb7\x48\xd2\x14\xde\xaa\x01\x15\xba\x61\x7f\x7c\x3d\x1b\xfe\x3a\x9b\x0f\x46\xd3\xbb\x54\x60\x45\x55\xd1\xbb\xc0\xa5\x16\xf3\xc6\x6f\xa6\xfd\xe1\x7c\x3a\x9c\x8c\xbd\xd1\x6c\x3c\xfd\x6d\x3e\x1d\xbe\xbc\xcb\xa5\x12\x41\x9b\xa5\xde\x4c\x2f\x33\x29\xb5\x8d\xd1\x85\x0b\x9a\x72\x52\x82\x28\x5c\x6d\xb3\x9e\x2c\x47\xaf\xf6\x14\x00\xd9\xa6\xf8\xc7\x49\xc7\x7b\xd5\x7b\x3b\xbc\x9e\x5f\x8d\xa6\xd3\xf1\x54\x77\x91\x0b\x00\x6c\x48\x98\x18\x8d\xd4\x65\xee\x76\x50\x7a\x7a\x53\xd8\xeb\x9b\xb1\x37\x21\x94\xdf\x17\xad\x97\x5c\xf8\x38\x49\xc2\xd0\x05\x25\x12\x2c\x9e\x0b\x1e\xb9\x25\x98\xbd\x66\xcb\x53\xd0\x6c\x37\x61\x97\xa3\x52\x3a\x9a\x27\x0b\xee\x59\xe7\x69\xad\x5d\x9a\x8d\x7e\xf3\x69\x74\xd5\xbb\x18\xce\xbd\xd9\x74\xd8\xbb\x32\x66\xf7\x26\xbd\xfe\xb0\xaa\x70\xcf\x28\xd6\x4e\x4f\x41\x57\x2b\x14\xf9\x12\x64\xb7\x8d\x05\x69\xbb\xcd\xd6\xc0\x17\xa3\xd9\xab\x37\xe7\xf3\x77\xc3\xf3\x57\xe3\xf1\x2f\xd9\x2e\xbb\x6e\xc8\x57\xc9\x22\x43\x42\x86\x82\xfa\x8d\x50\xc3\xeb\xe1\x74\xd4\xdf\x8f\x65\x9b\xa7\x60\x54\xeb\xac\xbf\x26\x6c\x85\x2e\x7c\xaa\x4a\x8e\x8a\x77\xa9\xb4\x7d\x6e\xa7\x6b\xfa\xa2\x75\x66\x0f\x6a\x6b\xe7\xd7\x9b\xde\x02\x0d\x94\x74\xe1\xec\x0b\x52\xa2\xa6\x89\x63\xc7\x3f\x45\x5b\x2e\xa9\x6c\x98\x32\x91\xea\x18\x77\xc7\x79\xf0\x58\x3f\x97\xeb\x7d\xfa\x31\xe3\xc9\x75\x04\x90\x17\x71\x72\x27\xb5\x36\xae\x04\x81\x62\x02\x0f\xce\xe7\xde\x70\xfa\x76\xd4\x1f\xce\x27\xd3\xe1\xcb\xd1\xaf\xf3\xab\xde\x64\x32\xba\xbe\x28\xc9\x96\xe7\x73\x5b\x96\xf4\x62\x70\xde\x8c\xfe\xfa\x7a\x30\x6a\xc6\x4a\x5f\xde\x35\xb7\xcb\x6a\x62\xad\x6d\xf3\xa2\x59\x73\xfb\xac\x32\xd6\xda\x3e\x2f\x9d\x35\xb7\xcf\xea\x76\xad\xed\xf3\xc2\x5e\x73\xfb\x6a\x7d\xae\x15\xa5\x56\xc6\x6b\xc6\x32\x22\xe3\xf1\xe5\xdc\x1b\xfd\xa3\x9d\x50\x45\xaa\x0d\xa9\xf7\xeb\x21\x48\x65\xa9\x16\xa4\xd9\xaf\xf3\x91\x37\xbe\x34\xae\xd0\x0a\x54\x16\x6a\xc2\x69\x2c\x2f\xd6\xd6\x92\x1c\xb1\x8b\xca\xef\xbe\xbf\x91\x8e\x0d\x8c\xce\x86\x87\x49\x84\x87\xa2\x36\x73\x6c\xae\x6f\x1e\xcc\xf4\x97\xe1\x6f\x9f\x81\xab\xc5\x0f\xc7\xde\xef\x3a\xfb\xdb\xb4\xf5\x52\x2d\x6f\xb7\x23\xd7\xca\xe0\x7b\xd1\xee\xe7\xd9\xee\xe3\x66\x99\xba\x2f\x56\x1a\x21\x9d\x2d\x4c\x78\x48\xfd\xad\x0b\xbd\xf0\x86\x6c\xe5\x4e\x22\xb0\x1f\xa5\xb4\x71\xcc\x46\x92\x07\xca\x74\xaf\xfd\xfc\xf9\x0f\x95\x41\xa4\xf9\x05\x0f\xf9\x07\x4a\x2a\x6f\x62\xc1\x15\xf7\x79\xe8\xc2\xac\x3f\xd9\x8b\x59\xd4\x61\xca\x98\xe9\x3e\xf1\x21\x80\x45\x9d\xa0\x0e\x28\x0f\x42\x14\x48\x02\xca\x50\xca\x89\xe0\x0b\x74\x2b\x6d\xf0\xb6\xbc\x8e\xd8\x3f\x9f\x47\x11\x61\x41\xfd\xb1\x03\xdd\x05\x65\xdd\x05\x91\xeb\x9d\x37\x8e\xbf\xf3\xc8\x4f\x44\x08\x8e\xc3\x78\x2c\xf8\xed\x16\x4e\xbe\x3f\x01\x47\x82\x93\x34\xfb\x9b\x7b\x9f\xdf\xd8\xbf\x13\x3d\x6a\xb7\xdb\x0d\xb9\x4f\x42\xb3\xf7\xd2\xea\xee\x46\x84\x91\x15\x8a\xee\xfb\xe8\xd6\xf4\xd6\xfd\x9f\x15\xaa\x17\x7d\xa2\x48\x48\x19\xf9\xcb\xb3\x9e\x5e\xee\xff\xf2\x6c\x60\xcb\xbf\xff\x41\x94\x7a\x21\x15\x51\x78\x4d\x22\x3c\xd9\xe9\xe4\x7f\x57\x02\x63\x70\xe8\x47\x38\xc9\xa5\xe0\xfb\x17\xf0\xbd\x37\xeb\x4d\x67\xc3\x41\xb9\x85\x8d\x48\x57\x3c\x61\x75\x57\x8b\xf4\xb3\x09\x51\xeb\x03\xc2\x58\xa9\xb6\xea\xf8\x28\x14\x5d\xea\xa4\x02\x9b\x04\xb5\x31\xc7\x2c\xdc\xd6\xf2\xe8\xd2\x06\xf3\x42\x10\x1f\x27\x28\x28\x0f\x3c\xf4\x39\x0b\xa4\x0b\xff\x55\xb8\xa4\xc5\x94\xbb\xdb\x83\x7b\x3b\x4f\xb3\xd3\x0a\x1d\xfb\xec\x3a\x9d\x8d\x3b\x27\x4c\x8d\x09\x74\x29\x53\x9d\x10\x41\xa2\x12\x17\x92\x28\x1e\x11\x45\xfd\xda\xf0\xf2\x29\xa1\x7b\xaa\x70\xdf\x17\x02\x1e\xb4\xb9\xb8\x67\x57\xf8\x27\x4c\xa9\x1b\xab\x6a\x8f\x92\x5a\x97\x90\xff\x34\x29\x76\x85\xf3\xa1\x7a\x83\x2f\x4b\xb9\xaf\xc6\xd7\x17\xe3\x34\x81\x7d\x50\x76\x9b\x01\x7c\x51\x8a\x9b\x81\x7c\x51\x9e\x9b\x81\x3c\x5a\xb2\x9b\x01\x5e\x8f\x27\xd3\x61\xef\xf2\x72\xdc\x6f\x06\xdb\x95\xdb\x87\xe6\x5d\xf5\x2e\x2f\x5f\x8e\x2e\x87\xde\x7e\xb4\x42\x6e\x1f\xda\xdf\xdf\x8c\x86\xb3\xfd\x40\x46\xa4\x21\xd1\xa9\x7b\xdb\x21\xc9\x4d\x48\x37\xd8\xb2\x5e\x53\x46\x15\x25\xe1\x00\x43\xb2\xcd\xa3\xfb\xb3\x6a\xc2\xa1\xfc\xd8\xe3\xfe\x87\x7a\xa8\x86\x86\xe2\x79\xda\x80\x46\xc8\x13\x95\xe3\x9d\x1d\x12\x14\x77\xe6\xd1\x21\x09\xd7\x6e\xdf\x5f\x27\x69\x69\x4a\x59\xe8\x21\x59\x8c\x19\x24\x9c\x3d\x7d\xde\x79\xd2\x79\xd2\x39\x73\xcd\x00\xba\xdf\xd4\xa7\x92\xc9\x6b\xca\xb3\x1c\x9c\xb8\x78\xd0\x38\x4b\x0c\xbe\x83\x1b\x12\xbe\x38\xfe\x98\x50\xf5\xed\x77\xc7\x07\x58\xfa\x60\xbb\x1d\x96\x98\x6c\x88\xe8\x86\x74\xd1\x4d\x6d\xd9\xd5\xc1\xb8\x21\x2f\xd9\x63\x7e\x27\xde\xf0\xf0\x31\xd3\x90\x83\xfb\x82\xd2\xcd\xa2\xb7\x06\xad\x1f\x12\x1a\x55\x3d\xc0\xd7\x8f\xae\xef\x05\x36\x62\xff\x2f\xc9\xca\xce\x34\x7a\x50\xd2\x92\x82\xb8\x45\x3c\xaa\x14\x39\x67\xbd\x8b\xbb\x5a\x9b\xcf\xaa\x86\x7e\x59\xb2\x33\x69\x32\xd3\x57\xc9\x78\x72\xbb\x16\x6b\xb7\xbd\xeb\x70\xc5\x03\xcc\x4d\x3c\x45\x12\xbc\x13\x54\xe1\x98\xa5\x25\xdf\xfc\x6a\x49\x46\x47\xe0\xc7\x04\x65\x79\x26\x49\xc5\x45\xba\x93\x7d\x3b\xbe\x7c\x73\x35\x9c\xf7\x7b\x93\x5e\x7f\x34\xfb\xed\xee\x28\xd6\x8e\x82\xca\x78\x91\xb3\x7b\x9a\xaa\x69\x9b\xd3\x2b\xb5\xc6\xf2\x40\x3b\x47\x00\xe9\x45\x1e\xeb\xb1\xbd\xd2\xc5\x12\xfd\x24\xbf\x83\x51\x1f\xf0\x91\x65\x48\x05\x06\xb9\x2f\xa6\x2b\x94\xce\xea\x49\x1c\xd7\x79\x9c\xf4\x13\xa9\x78\x64\xce\xaf\x72\x3e\xe5\x03\x47\x10\x3c\x51\xd8\x01\xb8\x44\xb2\x41\x58\x84\x84\x7d\x30\x42\x01\x2e\x49\x12\xaa\xbc\xa5\x3d\x5c\xc7\xce\xaa\xe3\xc2\x4f\xe5\x7b\x53\xfa\xe5\xcf\xce\x4f\xe9\x25\xbd\x9f\x3b\x3f\xa5\x2d\x9d\x80\x47\x84\x32\x47\x26\xcb\x25\xbd\xfd\xf9\xa4\x3e\xea\x8c\x99\x26\x63\x4f\xfa\x5e\xa5\x5d\xe5\xe3\xaf\x9c\xb6\x1d\x3c\x34\x79\xe8\xd8\xcc\x88\xf2\xf1\xa5\x63\x4b\x4f\xe5\x1e\x7b\x88\xf2\xa0\x31\x7a\xf5\x41\x5e\x50\x95\x1e\xfe\xc0\x9b\xe9\xa8\x7e\x16\x5a\xef\x4f\x4b\x4f\x31\xe6\x92\x2a\x2e\xb6\x60\xcf\x7e\x6c\x37\x8d\x87\x4f\x7b\xfc\xe9\x80\xcb\x73\xf9\x2f\xe7\x63\x42\xfd\x0f\x52\x11\xa1\x64\xd3\x00\x16\x82\x30\x7f\xdd\x55\x64\x05\x02\x97\x28\xd0\xce\xbf\x06\xea\xc5\xcb\x36\xd6\xd3\xe1\xcb\x82\xa4\xbd\xb1\x54\xeb\x51\x2f\x79\xe6\x3a\x21\x65\x06\x35\xb5\x1a\x28\x6e\xaf\x75\xfd\x37\x60\x14\xab\xad\xd1\xa5\xe0\xbc\x10\x08\xa8\x30\x5b\xa3\xed\xce\x04\xed\xdb\x43\x41\x18\x64\x12\x39\xc1\xd2\x01\x61\x41\x4b\xf1\x80\x87\x54\xaa\x6e\xf6\xa3\x74\xe1\xa0\x42\x75\x90\xdd\xb7\x78\x7d\x3d\x18\xd9\x78\x61\xae\x5e\x2e\xb6\x95\xcb\x66\x8a\x9b\x48\x15\x6e\xec\x7d\x4f\x1d\x4b\xad\x4f\x58\x9f\x35\x6e\xfc\x9e\x6c\x88\x6b\x4d\xd4\x2d\x04\x64\xb7\x58\x76\x2a\x23\xaa\xf6\x5c\x09\x3a\x59\x65\xbf\x8d\x6b\xea\xbd\xcd\x70\x75\xa4\xd2\x1e\xa4\xcd\xd3\xb4\x0d\xea\x9d\x79\xf4\x77\x04\xbe\x2c\xdf\x29\x4e\x03\xb1\x9d\xbf\x59\x77\x36\xbb\xd8\xb1\x57\x4e\xc7\x2e\x44\xd0\x27\x31\xf1\xa9\x2a\xcc\x56\x0b\xe5\x7b\xd8\x9d\x5d\xd0\xd6\xd8\xce\x97\xe5\xfb\xb7\xb5\x1b\xb6\xa5\x12\x8b\xb9\x54\x2b\xeb\x24\x3d\xdb\xac\xa2\xb1\x7a\x61\xe5\xfe\x80\x9f\xd6\x9a\xee\xe3\x58\x67\x93\x4d\x90\x82\xff\x8e\xcf\x97\x5a\xb4\x70\xac\xd6\xe0\x53\x5e\xf6\xac\xb6\xe3\x8b\xcf\xe2\xf4\x01\xb7\x0f\xe0\xf5\x0b\x6e\x0f\xe0\x96\xd6\xf2\xab\xfc\x3e\xe0\xb6\x89\x5f\x99\x53\xe9\x6e\x76\x2b\x83\x49\x21\x73\x50\xc5\xbf\xee\xe7\xa8\x24\xdc\x12\x27\xe6\x3c\xec\x46\x94\x99\x1f\x8e\xd4\xde\x9f\x25\x0e\xd9\xad\x51\x0c\x4a\x13\xbf\xd1\xe3\xd3\x75\xe2\x8a\x32\x1a\x25\x11\x4c\x38\x0f\xcd\x44\x2a\xcf\xc7\xea\x79\xd3\x5e\x36\xe4\xf6\x51\xd8\x90\xdb\x3d\x6c\x2a\x67\x56\x4d\x6c\x94\x20\x4c\x12\xdf\xac\xc2\x54\xf2\xb0\xb8\x3b\xfb\x20\x36\xb3\x02\x0e\x46\x19\x5c\x99\x51\xe5\xec\xab\x1e\x01\xa9\x24\x8b\xd0\xc6\x5f\xeb\xac\xb1\x40\x12\x86\xbc\x25\xad\xcb\x6e\xf7\x5e\x73\x98\x94\x05\xf3\xfe\x1a\x4a\x22\xbb\x3a\xc8\x61\x14\x37\x9f\x19\x10\x90\x11\x09\x43\x2c\x32\xb4\x82\x8f\x36\x55\x2b\x0d\x4f\x37\x83\x97\x69\x28\x6a\x2d\xa3\xd4\x18\x4c\x13\x26\x73\x08\xca\x80\xc0\xc7\x84\xa2\x82\x88\x07\x7a\x35\x22\x0a\x88\x52\x7a\x41\x95\x9a\x60\x48\x23\xaa\x6c\xbe\x6b\xb6\x9f\x7a\xaa\xdb\xbb\x3b\xad\xb4\xfe\xae\xe1\x76\x08\xd9\x4a\x4c\xdb\x12\x94\x48\x14\xfb\xd7\xa1\x37\xe9\x57\x22\x47\xe9\x46\xcb\x34\xf9\x27\x71\x7e\xef\x39\xff\x78\xe2\xfc\xf8\xaf\x4f\xcf\xf4\xd6\xc2\x5c\xcc\x30\x1f\xbc\xe0\x6d\x2c\x50\xca\x9a\x37\x94\x8e\xd3\x6a\x61\x78\x2f\xb3\xb6\xc0\x91\x4b\x95\xa2\x86\x65\x77\x52\xa6\xf6\xc3\xdd\xc9\x01\xdc\x4a\xc5\x86\x03\xb9\x91\xfa\x17\x27\xcd\xe4\x76\xc4\x1e\x4c\x71\xa7\x76\xb8\x9f\xe8\xeb\x77\x1e\xd8\xaf\x62\xb4\xf5\xea\xfc\xaa\x6f\x2b\xb6\xfd\x5c\x6a\x8d\xe7\xa5\x87\x72\x9b\xb4\xe8\xaf\x51\xe2\x4b\xf9\x1d\xac\x3b\x7b\xdf\x28\xab\x6a\xb4\x2c\x9d\x17\x26\x97\x87\x77\xb8\x58\x73\xfe\x21\x4d\x40\x1e\xcc\xb2\xf1\x16\xd4\xfd\x44\xed\x65\xa6\xf4\x0b\x8b\x7b\xf8\xa6\xb2\x8f\x45\xb8\xf1\xae\xd5\xbd\x8c\xaf\xb3\x2a\x8a\x0e\x7f\x37\x6b\xea\xaf\x4d\x80\x2b\x55\x6a\xa4\x59\x90\xb2\xaf\x50\xae\x68\x10\x84\x78\x43\x04\xda\xa2\x92\x04\x22\x6c\xb9\x81\x32\xa9\x74\xe8\x0e\xcc\x97\x6c\xb2\x86\xa1\x1b\x30\x2e\x74\x94\xde\x16\xa2\x90\x26\x43\xf9\x66\xab\xa8\xea\xd8\xc4\xff\x37\x9e\x80\x5c\xf3\x24\x0c\x80\xb3\x70\x6b\x3e\x92\xd1\xa1\x38\xe2\x01\x5d\x6e\xed\x77\x51\x74\x09\x5b\x9e\x9c\x6c\xb0\x84\xbb\x33\x06\x1d\xdc\x0d\x62\x40\x97\x66\x1f\x56\xea\xaa\x9b\x7d\x82\x57\x37\x51\x09\xa1\x50\x54\xae\xf1\xe6\x9a\xd3\x9e\xa4\xb6\xf8\x84\xa4\x66\x84\x2b\xb2\x41\x06\x11\x15\x42\x2f\xfd\x76\x25\xd4\x4a\xf7\x9e\x8e\xac\x2b\xed\xa4\xd7\x95\x16\xe5\x9d\xf0\xce\xf5\xc8\x5a\x57\x97\x54\x9a\x75\x2b\xdb\x0e\x52\x94\xc6\xe1\x52\xdb\x13\xe1\xaf\xe9\x06\x25\xdc\xd0\x30\x84\x85\x4e\x42\x62\x6a\xec\xa4\xb8\xdd\x9e\x55\xbf\xfb\x59\xf2\x30\x40\xd1\x81\xd1\x12\x12\x26\x63\xf4\xe9\x92\x62\x70\x0a\x7a\x31\xce\xb1\x28\x83\xae\xbd\xe0\x5e\x83\xed\x14\xb5\xa0\xf2\x7d\xcc\x86\xcc\x55\xef\xae\x4b\x8a\xd1\x4c\x8e\xb3\x0f\x23\xac\x23\x82\x34\x76\xea\x00\xcc\xb6\x31\xf5\xb5\x9f\x9d\x5a\xff\x20\x21\x5d\x31\x7b\x32\x61\xbe\xc3\xd3\x8d\x23\xf2\x9e\x8b\x4e\x44\x19\x17\xd9\x27\x42\x5a\x2b\xe9\xb2\xdd\xba\x9c\x1b\x87\x80\xd4\x23\x6c\x09\xb3\xba\xb2\xd7\x0b\x96\x7b\xbc\xe1\xf8\x99\xde\xde\xff\x5f\x00\x00\x00\xff\xff\x6b\xb1\x0e\x15\xe3\x3a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x73\xdb\xb6\x92\xff\x5d\x7f\xc5\x8e\xa6\xef\xdc\xf4\x4c\xc9\x4e\xde\xbb\xa4\xbc\xa6\x37\xb2\xa4\x38\x4a\x6d\x4b\x4f\x54\x9a\xf4\xbd\xe9\x68\x20\x72\x25\xc1\x26\x09\x06\x00\x65\xab\x39\xff\xef\x37\x00\xf8\x5d\xa4\xac\x38\x6e\xe6\x9a\x9f\x1c\x62\xf1\xc1\x07\xbb\x8b\xc5\x62\x01\x91\x88\xfe\x8a\x5c\x50\x16\xda\x20\x31\x88\x7c\x22\xb1\xc3\x22\x0c\xc5\x9a\x2e\x65\x87\xb2\xee\xe6\xb4\x75\x43\x43\xcf\x86\x59\xd2\xdc\xf2\xc9\x02\x7d\x61\xb7\x00\xae\x6f\xc5\x3f\x4e\x6c\x68\x9f\x76\x9e\xb7\x5b\x90\x01\xd8\xa6\xc1\x92\x2c\x70\x89\xfc\xd1\x0a\x58\xb8\x62\xde\xc2\x12\xcf\x69\x2b\x40\x21\xc8\x0a\x6d\xe8\x41\x88\xb7\xf0\xee\x83\x03\x24\x8a\x7c\xea\x12\x49\x59\x08\x4b\xc6\xa1\x17\x11\x77\x8d\x30\xd3\xbd\xe1\x47\xf8\x3e\x16\x34\x5c\xc1\xa5\x42\x19\x9c\x3d\x83\x35\x11\xb0\x40\x0c\xc1\xe5\x48\x24\x7a\x2d\x00\x1a\xc2\x96\xc5\x1c\x22\xce\xae\xd1\x95\x1d\x98\xad\x11\x62\x81\x3c\x24\x01\x76\x23\x22\xc4\x2d\xe3\x9e\x46\x27\x5e\x40\x43\x2a\x24\x72\x05\xaa\x7b\x29\x12\x54\xc0\x77\x9f\xdf\x7d\x70\xe6\xbd\xc1\xe5\xe8\x6a\xfe\xde\x19\x4e\xaf\x7a\x97\xc3\xfb\x6e\xf1\xeb\xa4\xe7\x38\x1f\xc6\xd3\xc1\x7d\xa7\x05\xf0\x46\x81\xb9\x2e\x0a\xcd\x4e\xae\x31\x65\x08\x1e\x91\x64\x41\x04\x42\xfb\xbb\xcf\x83\xb3\xf9\xa0\x37\xeb\x9d\xf5\x9c\xe1\x7d\x5b\x51\xd2\x92\x2e\x47\x0f\x43\x49\x89\xaf\x86\x1d\x9c\x95\xc6\x1b\x9c\xe5\x03\xb5\x00\xbe\xef\x29\xc6\x90\x4d\x82\x8a\x04\xb7\xc2\xa9\xfd\xac\x03\x13\x1f\xd5\xb8\x0b\x04\x11\x73\x04\xc9\x12\x1d\xe9\x41\x05\xba\x1c\x65\x0b\x40\x29\xc5\x53\x20\x6a\x66\x6f\x67\xb3\x89\x33\x77\x86\xfd\xe9\x70\x76\xdf\x06\x97\x85\x92\xd0\x30\x9d\x52\x51\xa6\x3f\x9c\xce\x46\x6f\x46\xfd\xde\x6c\x78\x0f\x4b\xea\x6b\x0d\x6b\xa5\xb6\x00\x04\xf2\x8d\xea\x24\xd0\x55\x23\x2b\x18\x0c\x65\xa7\x15\xa0\x24\x4a\x1f\xca\x5d\x48\x18\x32\xa9\xed\xac\xbd\x07\xc0\x43\xe1\x72\x1a\x49\xed\x7e\xbd\x82\x1b\xa4\x9e\xa4\x2d\xa6\xcc\x93\xaa\xb6\xe0\x2b\x02\x16\x31\xf5\x25\x18\xef\x70\x9e\x8f\x3a\x1a\x93\xba\x2c\xec\xfb\x44\x08\x5b\xff\x69\xf1\x75\xe2\x87\xba\xb5\xe4\xda\x1e\x15\x91\x4f\xb6\x96\xd2\x87\x0d\xef\xce\x98\x10\xf0\x01\x17\xe0\x20\xdf\x20\x87\x7f\x74\x4e\x76\x7c\xf1\x3f\x33\x26\xdf\x0f\xa3\x35\x06\xc8\x89\xaf\x81\x01\x6e\xa9\x5c\xc3\x5a\xca\x48\x3c\xdb\x1d\x2a\xe2\x6c\x43\x3d\xe4\x56\x79\xcc\x29\x7a\xf0\x96\xc8\x63\x18\x85\xae\xa1\x2f\xc9\x4a\xd8\x60\x18\x1f\x27\x0b\xe8\xf8\x9a\x6c\xc8\xf1\xf5\x82\x09\x71\xbc\xa6\x9e\x87\xa1\x16\xdd\xa4\x0b\x37\x5d\x7f\x06\xb3\x79\xed\x19\x09\x11\x11\x17\xed\x9c\x5e\x8b\x2d\xd4\x9a\x11\x76\xcb\x82\x62\x38\xd8\x9c\xb6\x00\xcc\xd2\x57\x0a\xa1\x2e\xb6\x00\x8a\xe6\xac\x31\x68\xc5\xa4\x6a\x15\xde\xe2\x42\x3b\x07\xf2\x23\xa1\xd5\x03\x11\xe3\xb2\x93\x88\x0b\x83\xdc\x21\x7e\xb4\x26\xe5\xc0\xe3\x61\x84\xa1\x87\xa1\x4b\x51\xd8\x70\xf4\xef\xcf\x6d\xc5\xbe\x6d\x2b\xc7\xed\x4d\x26\x17\xca\x11\x47\xe3\xab\xb9\x5e\x36\xe9\x3c\xdb\xc7\x09\x30\x40\x5b\x71\x57\xe2\x09\xfb\xf6\xfd\xef\x47\xba\x31\x8f\x5f\x7a\x0e\xb9\x47\xd9\x50\x83\xac\xc5\x8c\x66\xeb\x5b\x45\x84\xae\x01\x53\x13\x4b\x70\x2d\xfd\x1f\x1b\x5e\x9d\xbc\x3a\x49\x06\x92\x84\xaf\x50\x4e\xca\x9f\x05\xfa\xe8\x4a\xc6\x73\xf5\x45\x3e\xdb\x06\x18\xca\x3e\x0b\x97\x74\x55\x3f\xe8\xb7\x31\x94\xf8\xeb\x5a\xca\x44\x21\xeb\x31\x06\xfb\xfb\xdf\x5f\xd4\x19\x2c\xfd\xfc\xff\xc8\x60\xd9\x36\x93\x59\x2d\xb7\xd7\x53\xfa\x78\x6a\xb1\x87\x54\xf7\xfc\xe5\xc9\xe9\xcb\x1a\xdd\xe5\xdf\x1f\xa5\xbc\x6c\xf8\x1a\x25\x52\xaf\xbe\x8b\x72\xdf\x4c\xc7\x53\x16\xcb\x2f\xd7\xb0\xee\x65\x32\x86\x5c\x7b\x69\x08\x4b\x17\xc3\x9f\x1b\x4f\xd6\x4c\x48\x25\xf5\x76\xec\xcc\x54\xab\xde\x87\x0d\x80\x64\xe9\x78\xcd\x50\x5f\xa8\x2f\xf1\x27\x2a\x4c\x3c\x91\xc6\x0e\x5c\xd7\xb5\x8a\x73\x12\xcd\xe5\x03\x4b\xe4\x01\x0d\x93\x81\x55\x7e\x25\xd7\x9c\xc5\xab\x75\xad\x86\xf7\x0c\xdd\xb8\xba\x47\x01\x59\xa1\x23\x39\x92\x60\x47\x9d\x4f\xea\x35\x8d\x0c\xce\x62\xea\x7b\x66\x71\xfd\xb9\x0c\x8a\xea\x67\xb1\x8c\x62\x99\x69\x39\x53\x64\x8d\x5a\x66\x64\x95\x35\x36\x82\xdb\x2a\x15\x14\x26\x81\x13\x2c\xe6\x2e\xa6\x88\x3a\xcd\xbc\x93\x03\xca\x55\xc7\xfe\xf8\x6a\x36\xfc\x38\x9b\x0f\x46\xd3\xfb\x44\x60\x45\x65\x3e\x3a\xc7\xa5\x12\x73\xc6\xef\xa7\xfd\xe1\x7c\x3a\x9c\x8c\x9d\xd1\x6c\x3c\xfd\x6d\x3e\x1d\xbe\xb9\xcf\xa4\x62\x4e\xeb\xa5\xde\x4f\x2f\x52\x29\xb9\x8d\xd0\x86\x73\x9a\x70\x92\x9c\x48\x5c\x6d\xd3\x91\x0c\x47\xa7\xf2\x15\x00\xc3\x4d\xfe\x1f\x2b\x99\xef\x65\xef\xd7\xe1\xd5\xfc\x72\x34\x9d\x8e\xa7\x6a\x88\x4c\x00\x60\x43\xfc\x58\x6b\xa4\x2a\x73\xbf\x83\xd2\x53\xa9\x79\xaf\xaf\xe7\x5e\x87\x50\x6c\xcf\x7b\x2f\x19\x77\x71\x12\xfb\xbe\x0d\x92\xc7\x98\x7f\xe7\x2c\xb0\x0b\x30\x7b\xcd\x96\xe5\x9d\x2a\x3f\xb5\x6e\x71\x61\xb6\xa3\x42\x0e\x9a\x25\x0b\xf6\x69\xe7\x79\xa5\x5f\x92\x8d\x7e\xf7\x79\x74\xd9\x3b\x1f\xce\x9d\xd9\x74\xd8\xbb\xd4\x66\x77\x26\xbd\xfe\xb0\xac\x70\x47\x2b\xd6\x2c\x4f\x4e\x57\x2b\xe4\xd9\x16\xb4\xa2\x72\x1d\x2f\x72\xd2\xe6\xb0\xa3\x80\xcf\x47\xb3\xb7\xef\xcf\xe6\x1f\x86\x67\x6f\xc7\xe3\x5f\xd2\x93\x4e\xd5\x90\x6f\xe3\x45\x8a\x84\x21\x72\xea\xd6\x42\x0d\xaf\x86\xd3\x51\x7f\x3f\x96\xe9\x9e\x80\x51\xa5\xb3\xfe\x9a\x84\xea\xc8\xfb\xb9\x2c\x39\xca\xdb\x12\x69\xf3\xdd\x2c\xd7\xa4\xa1\x71\x65\x0f\x2a\x7b\xe7\xb7\x5b\xde\x1c\x35\x94\xb0\xe1\xf4\x2b\x52\xa2\xba\x85\x63\xe6\x3f\x45\x73\x68\x35\x76\x4e\x6b\x0a\x89\x48\x79\x8e\xbb\xf3\x3c\x78\xae\x5f\xca\xf5\x21\xfd\xe8\xf9\x64\x3a\x82\x24\x38\x11\x1a\x66\x4e\x6a\x6c\x5c\x0a\x02\xf9\x02\x1e\x9c\xcd\x9d\xe1\xf4\xd7\x51\x7f\x38\x9f\x4c\x87\x6f\x46\x1f\xe7\x97\xbd\xc9\x64\x74\x75\x5e\x90\x2d\xae\xe7\xa6\x2c\xe9\xf5\xe0\xac\x1e\xfd\xdd\xd5\x60\x54\x8f\x95\x34\xde\xd7\xf7\x4b\x2b\x13\x8d\x7d\xb3\xd2\x45\x7d\xff\xb4\x3e\xd1\xd8\xbf\x58\xeb\xa8\xe9\x9f\x56\x4f\x1a\xfb\x67\xe5\x95\xfa\xfe\xe5\x2a\x49\x23\x4a\xa5\x98\x52\x8f\xa5\x45\xc6\xe3\x8b\xb9\x33\xfa\x57\x33\xa1\x92\x54\x13\x52\xef\xe3\x21\x48\x45\xa9\x06\xa4\xd9\xc7\xf9\xc8\x19\x5f\x68\x57\x68\x04\x2a\x0a\xd5\xe1\xd4\x16\x79\x2a\x7b\x49\x86\xd8\x45\xe9\x76\xaf\x6f\x85\x65\x02\xa3\xb5\x61\x7e\x1c\xe0\xa1\xa8\xf5\x1c\xeb\xab\x4c\x07\x33\xfd\x65\xf8\xdb\x17\xe0\x2a\xf1\xc3\xb1\xf7\xbb\xce\xfe\x3e\x4d\xa3\x94\x8b\x8c\xcd\xc8\x95\x62\xe4\x5e\xb4\x87\x79\x36\xfb\xb8\xde\xa6\x1e\x8a\x95\x5a\x48\x65\x0b\x13\xe6\x53\x77\x6b\x43\xcf\xbf\x25\x5b\xb1\x93\x08\xec\x47\x29\x1c\x1c\xd3\x99\x64\x81\x32\x39\x6b\xbf\x7c\xf9\xaa\x34\x89\x24\xbf\x60\x3e\xbb\xa1\xa4\xd4\x12\x71\x26\x99\xcb\x7c\x1b\x66\xfd\xc9\x5e\xcc\xbc\x0e\x53\xc4\x4c\xce\x89\x8f\x01\xcc\xeb\x04\x55\x40\x71\x10\x22\x47\xe2\xd1\x10\x85\x98\x70\xb6\x40\xbb\xd4\x07\xef\x8a\xfb\x88\xf9\xe7\xb2\x20\x20\xa1\x57\xfd\x6c\x41\x77\x41\xc3\xee\x82\x88\xf5\x4e\x8b\xe5\xee\x7c\x72\x63\xee\x83\x65\x85\x2c\xe2\xec\x6e\x0b\x47\x3f\x1c\x81\x25\xc0\x8a\xeb\xfd\xcd\x7e\xc8\x6f\xcc\xbf\x23\x35\x6b\xbb\xdb\xf5\x99\x4b\x7c\x7d\xf6\x52\xea\xee\x06\x24\x24\x2b\xe4\xdd\xeb\xe0\x4e\x8f\xd6\xfd\x9f\x15\xca\xd7\x7d\x22\x89\x4f\x43\xf2\xb7\x17\x3d\xb5\xdd\xff\xed\xc5\xc0\x94\x5b\xff\x83\x48\xf9\x5a\x48\x22\xf1\x8a\x04\x78\xb4\x33\xc8\xff\xae\x38\x46\x60\xd1\x4f\x70\x94\x49\xc1\x0f\xaf\xe1\x07\x67\xd6\x9b\xce\x86\x83\x62\x0f\x13\x91\x2e\x59\x1c\x56\x5d\x2d\x50\xdf\x26\x44\xae\x0f\x08\x63\x85\x82\xaa\xe5\x22\x97\x74\xa9\x92\x0a\xac\x13\x54\xc6\x1c\x87\xfe\xb6\x92\x47\x17\x0e\x98\xe7\x9c\xb8\x38\x41\x4e\x99\xe7\xa0\xcb\x42\x4f\xd8\xf0\x5f\xb9\x4b\x1a\x4c\xb1\x7b\x3c\x78\x70\xf0\x24\x3b\x2d\xd1\x31\xdf\xae\x92\xd5\xb8\x53\xe5\xaf\x4d\xa0\x0b\x99\xea\x84\x70\x12\x14\xb8\x90\x58\xb2\x80\x48\xea\x56\xa6\x97\x2d\x09\x35\x52\x89\xfb\xbe\x10\xf0\xa8\xc3\xc5\x03\xa7\xc2\xbf\x60\x4a\x5d\x5b\x55\x7b\x92\xd4\xba\x80\xfc\x97\x49\xb1\x4b\x9c\x0f\xd5\x1b\x7c\x5d\xca\x7d\x39\xbe\x3a\x1f\x27\x09\xec\xa3\xb2\xdb\x14\xe0\xab\x52\xdc\x14\xe4\xab\xf2\xdc\x14\xe4\xc9\x92\xdd\x14\xf0\x6a\x3c\x99\x0e\x7b\x17\x17\xe3\x7e\x3d\xd8\xae\xdc\x3e\x34\xe7\xb2\x77\x71\xf1\x66\x74\x31\x74\xf6\xa3\xe5\x72\xfb\xd0\xfe\xf9\x7e\x34\x9c\xed\x07\xd2\x22\x35\x89\x4e\xd5\xdb\x0e\x49\x6e\x7c\xba\xc1\x86\xfd\x9a\x86\x54\x52\xe2\x0f\xd0\x27\xdb\x2c\xba\xbf\x28\x27\x1c\xd2\x8d\x1c\xe6\xde\x54\x43\x35\xd4\x14\xcf\x93\x0e\x34\x40\x16\xcb\x0c\xef\xf4\x90\xa0\xb8\xb3\x8e\x0e\x49\xb8\x76\xc7\xfe\x36\x49\x4b\x5d\xca\x42\x0f\xc9\x62\xf4\x24\xe1\xf4\xf9\xcb\xce\x49\xe7\xa4\x73\x6a\xeb\x09\x74\xbf\xab\x2e\x25\x9d\xd7\x14\x57\x39\x58\x51\xfe\xa1\x76\x95\x68\x7c\x0b\x37\xc4\x7f\xdd\xfe\x14\x53\xf9\xfd\xb3\xf6\x01\x96\x3e\xd8\x6e\x87\x25\x26\x1b\xc2\xbb\x3e\x5d\x74\x13\x5b\x76\x55\x30\xae\xc9\x4b\xea\xcc\x5f\x12\xfd\xaa\xf4\x03\x83\x48\x6e\x07\x94\x97\x6d\x17\xa0\x47\xe3\xc0\x86\x76\xfb\x20\x6f\xcc\xe8\x7c\xeb\x6c\x63\x67\x1d\x3c\x2a\xeb\x48\x40\xec\x3c\xa0\x94\xaa\x94\xb3\xde\xf9\x7d\xa5\xcf\x17\x95\x33\x0f\xca\x56\x22\xa5\x1e\x94\x5a\x77\xd6\xee\x25\xa0\x1a\x54\x5f\xba\xc8\x35\x16\x77\xe5\x4e\x0b\x20\x79\x6b\x60\xf2\xc0\xe2\xf3\x0a\xf5\x25\x7b\x2f\x50\xd5\x5d\x4b\x2d\xf3\x4f\x31\xe5\xe8\x65\x16\x48\x02\xab\x4a\x46\x49\x14\x55\x79\x1c\xf5\x63\x21\x59\xa0\xaf\x5d\x32\x3e\xc5\x7b\x32\xe0\x2c\x96\xd8\x01\xb8\x40\xb2\x41\x58\xf8\x24\xbc\xd1\x42\x1e\x2e\x49\xec\xcb\xac\xa7\xb9\x13\xc6\xce\xaa\x63\xc3\x4f\x85\xd9\xe8\xe7\x12\x3f\x5b\x3f\x25\xef\x7b\x7e\xee\xfc\x94\xf4\xb4\x3c\x16\x10\x1a\x5a\x22\x5e\x2e\xe9\xdd\xcf\x47\xd5\x59\xa7\xcc\x14\x19\x73\x41\xf5\x36\x19\x2a\x9b\x7f\xe9\x92\xe8\xe0\xa9\x89\x43\xe7\xa6\x67\x94\xcd\x2f\x99\x5b\x72\x99\xf4\xd4\x53\x14\x07\xcd\xd1\xa9\x4e\xf2\x9c\xca\xe4\xce\x02\xde\x4f\x47\xd5\x2b\xbc\xea\x78\x4a\x7a\x8a\x11\x13\x54\x32\xbe\x05\x73\x65\x61\x86\xa9\xbd\x33\xd9\xe3\x4f\x9a\xb3\xdd\xed\x9a\xe2\x7d\xc7\x65\x41\xd7\xdc\x22\x64\x37\x06\xdd\xec\x2f\xeb\x53\x4c\xdd\x1b\x21\x09\x97\xa2\x6e\x02\x0b\x4e\x42\x77\xdd\x95\x64\x05\x1c\x97\xc8\x31\xd4\x37\x05\x35\xd4\xf3\xc6\x26\xd6\xd3\xe1\x9b\x9c\xa4\x79\x5d\x53\x19\x51\x45\x6a\xfd\xe2\x87\x86\x1a\x35\xb1\x1a\x48\xa6\x5f\x25\x79\xff\x6d\xe2\xa7\xd6\x25\x67\x2c\x17\xf0\x28\xd7\x19\xfd\x76\x67\x81\xf6\xcd\x5d\x16\x0c\x52\x89\x8c\x60\xe1\x5e\x2b\xa7\x25\x99\xc7\x7c\x2a\x64\x37\xfd\xa3\x70\x4f\x5e\xa2\x3a\x48\x9f\x09\xbc\xbb\x1a\x8c\x4c\xbc\xd0\xef\xb6\x16\xdb\xd2\xcb\x3b\xc9\x80\xa3\x60\xfe\xc6\x3c\x16\x53\x91\xdb\xf8\x84\xf1\x59\xed\xc6\xd7\x64\x43\x6c\x63\xa2\x6e\x2e\x20\xba\x79\xb0\x2d\xcd\xa8\x3c\x72\x29\xe8\xa4\x05\xe9\x26\xae\x89\xf7\xd6\xc3\x55\x91\x0a\xa9\x73\x93\xa7\x29\x1b\x34\x86\x4f\xb6\x2c\xbc\x8f\xab\xbe\x80\x2b\x1c\xbe\xf5\xa3\x37\x51\xa5\xe5\x98\x6e\x25\x52\xd5\x23\xf7\xc3\x31\x35\xa9\x42\x3c\xc4\xb1\xca\x26\xf5\xc1\xd2\xfb\xbe\xb2\x5b\x15\x7a\x34\x70\x2c\x57\x67\x13\x5e\xe6\x16\xaf\xe3\xf2\x2f\xe2\x74\x83\xdb\x47\xf0\xfa\x05\xb7\x07\x70\x4b\xaa\xbc\x65\x7e\x37\xb8\xad\xe3\x57\xe4\x94\xbe\x9c\xdc\xc7\x60\x92\xcb\x1c\x54\x0b\xae\x0c\xe9\xa0\x14\x70\x47\xac\x88\x31\xbf\x1b\xd0\x50\xff\x61\x09\xfa\x47\xbe\x37\xbb\x7a\x53\x8f\x39\x7a\x85\xb5\xb5\x13\x04\x06\x59\x13\x5c\xd2\x90\x06\x71\x00\x13\xc6\x7c\x70\xe8\x1f\x25\x97\x2f\xdf\x44\xec\x65\x43\xee\x9e\x84\x0d\xb9\xdb\xc3\xa6\x74\x9b\x51\xc7\x46\x72\x12\x0a\xe2\xea\x8d\x8e\x0a\xe6\xe7\xaf\x7d\x1f\xc5\x66\x96\xc3\xc1\x28\x85\x2b\x32\x2a\xdd\x8a\x54\x83\x0c\x15\x64\xe1\x9b\x10\x67\x9c\x35\xe2\x48\x7c\x9f\x35\x64\x4e\xe9\x8b\xcf\x2b\x06\x93\xa2\x60\x36\x5e\xcd\x61\x79\x57\x07\x19\x8c\x64\xfa\x19\x30\x01\x11\x10\xdf\xc7\x3c\x09\xca\xf9\x28\x53\x35\xd2\x70\x54\x37\x78\x93\x84\xa2\xc6\x03\x76\x85\xc1\x34\x0e\x45\x06\x41\x43\x20\xf0\x29\xa6\x28\x21\x60\x9e\x0a\xf8\x44\x02\x91\x52\xed\x59\x42\x11\xf4\x69\x40\xa5\x49\x29\xf5\xc1\x44\x2d\x75\xf3\xaa\xa3\x91\xd6\x3f\x15\xdc\x0e\x21\x73\x46\x6f\x8a\xf2\xb1\x40\xbe\x3f\xd4\xbf\x4f\xde\x70\xb7\x92\x0c\x5e\x77\xf9\x37\xb1\xfe\xe8\x59\xff\x3a\xb1\x7e\xfc\xfd\xf3\x0b\x95\x52\xeb\x2b\x7b\xfd\xf0\x1c\xef\x22\x8e\x42\x54\xbc\xa1\x70\xd1\x52\x09\xc3\x7b\x99\x35\x05\x8e\x4c\xaa\x10\x35\x0c\xbb\xa3\x22\xb5\x57\xf7\x47\x07\x70\x2b\x1c\x43\x0f\xe4\x46\x4a\xef\xc1\x1b\xc9\xed\x88\x3d\x9a\xe2\x4e\x55\x69\x3f\xd1\x77\x1f\x1c\x30\x6f\xd6\x95\xf5\xaa\xfc\xca\xad\x25\xdb\x7e\x29\xb5\xda\x9b\xb4\x43\xb9\x4d\x1a\xf4\x57\x2b\xf1\xb5\xfc\x0e\xd6\x9d\x79\x89\x92\x1e\x97\x1b\xb6\xce\x73\x9d\x2e\xc3\x07\x5c\xac\x19\xbb\x49\x12\x90\x47\xb3\xac\x7d\x1f\xf3\x30\x51\xf3\xcc\xc5\x64\xbb\x0f\xf1\x4d\x64\x9f\x8a\x70\xed\x2b\x9c\x07\x19\x5f\xa5\xc7\x73\x15\xfe\x6e\xd7\xd4\x5d\xeb\x00\x57\x28\x01\x08\xbd\x21\x25\x6f\xf2\xe1\x92\x7a\x9e\x8f\xb7\x84\xa3\xa9\x56\x08\x20\xdc\x9c\xd3\x69\x28\xa4\x0a\xdd\x9e\xfe\x9d\x89\xa8\x60\xa8\x0e\x21\xe3\x2a\x4a\x6f\x73\x51\x48\x92\xa1\xec\x3c\x93\x97\x0b\x4c\x6e\xfd\x1b\x8b\x41\xac\x59\xec\x7b\xc0\x42\x7f\x0b\x21\xa2\xa7\x42\x71\xc0\x3c\xba\xdc\x82\x5c\x53\x01\x74\x09\x5b\x16\x1f\x6d\xb0\x80\xbb\x33\x07\x15\xdc\x35\xa2\x47\x97\xfa\xa8\x53\x18\xaa\x9b\xfe\x40\xa6\x6a\xa2\x02\x42\xae\xa8\x4c\xe3\xf5\xc5\x8c\x3d\x49\x6d\xfe\xe3\x82\x8a\x11\x2e\xc9\x06\x43\x08\x28\xe7\x6a\xeb\x37\x3b\xa1\x52\xba\xf3\x7c\x64\x5c\x69\x27\xbd\x2e\xf5\x28\x1e\x36\x77\x1e\xce\x55\x86\xba\xa0\x42\xef\x5b\xe9\x89\x8b\xa2\xd0\x0e\x97\xd8\x9e\x70\x77\x4d\x37\x28\xe0\x96\xfa\x3e\x2c\x54\x12\x12\x51\x6d\x27\xc9\xcc\x09\x28\xbb\xb7\xd0\xda\x5c\x32\xdf\x43\xde\x81\xd1\x12\xe2\x50\x44\xe8\xd2\x25\x45\xef\x18\xd4\x66\x9c\x61\xd1\x10\xba\xe6\xe9\x73\x05\xb6\x93\x97\x5b\x8a\x2f\xf5\x6a\x32\x57\x75\x80\x2d\x28\x46\x31\x69\xa7\x4f\xe6\x8d\x23\x82\xd0\x76\xea\x00\xcc\xb6\x11\x75\x95\x9f\x1d\x1b\xff\x20\x3e\x5d\x85\xa6\x66\xad\x7f\x8d\xa2\x3a\x07\xe4\x9a\xf1\x4e\x40\x43\xc6\xd3\x5f\x8c\x28\xad\x24\xdb\x76\xe3\x76\xae\x1d\x02\x12\x8f\x30\xb5\xb1\xf2\xce\x5e\xad\x84\xed\xf1\x86\xf6\x0b\x75\x82\xfe\xbf\x00\x00\x00\xff\xff\xdb\xb6\x9c\xbf\x6b\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6d\x73\xdb\x38\x92\xfe\xae\x5f\xd1\xe5\x9a\x3d\xef\xce\x99\x52\x9c\xec\xec\xcc\xe8\x26\x73\x45\x4b\x8a\xa3\x8c\x6c\x69\x45\x25\x4e\x76\x6b\x4b\x05\x91\x2d\x09\x31\x09\x70\x00\x50\xb6\x36\xe7\xff\x7e\x05\x80\xef\xa2\x64\xc5\xc9\xcc\xdd\xf8\x93\x4c\x36\xba\x9f\x7e\x41\xa3\xd1\x00\x49\x4c\xdf\xa1\x90\x94\xb3\x2e\x28\x8c\xe2\x90\x28\x6c\xf3\x18\x99\x5c\xd3\xa5\x6a\x53\xde\xd9\x9c\xb7\x6e\x29\x0b\xba\x30\x4b\x5f\xb7\x42\xb2\xc0\x50\x76\x5b\x00\x1f\xef\xe4\x77\xcf\xba\x70\x72\xde\x7e\x7e\xd2\x82\x9c\x41\xd7\xbe\x70\x14\x8f\x7c\xa2\x7e\x74\xa2\xad\xfc\x35\x74\x62\x2d\x47\x2a\x64\xca\x91\xcf\x69\x2b\x42\x29\xc9\x0a\xbb\xe0\x02\xc3\x3b\x28\xde\xc2\x9b\x1b\x0f\x48\x1c\x87\xd4\x27\x8a\x72\x06\x4b\x2e\xc0\x8d\x89\xbf\x46\x98\x19\x8e\xf0\x23\xfc\x39\x91\x94\xad\xe0\x6a\xeb\xfd\x7d\xf4\x17\x58\x13\x09\x0b\x44\xd6\x02\xf0\x05\x12\x85\x01\x50\x06\x5b\x9e\x08\x88\x05\xff\x88\xbe\x6a\xc3\x6c\x8d\x90\x48\x14\x8c\x44\xd8\x89\x89\x94\x77\x5c\x04\x86\x37\x09\x22\xca\xb4\x6c\xa1\x59\x9a\x51\x1a\x02\x95\xf0\xcd\xa7\x37\x37\xde\xdc\xed\x5f\x0d\xaf\xe7\x6f\xbd\xc1\xf4\xda\xbd\x1a\x3c\x74\xca\x4f\x27\xae\xe7\xdd\x8c\xa7\xfd\x87\x76\x0b\xe0\x95\x66\xe6\xfb\x28\x0d\x36\xb5\x46\x8b\x0f\x02\xa2\xc8\x82\x48\x84\x93\x6f\x3e\xf5\x2f\xe6\x7d\x77\xe6\x5e\xb8\xde\xe0\xe1\x44\x03\x32\x74\xbe\xc0\x00\x99\xa2\x24\xd4\x42\xfb\x17\x15\x69\xfd\x8b\xaa\x98\x49\x88\x9a\xd9\x02\x41\x26\x02\x41\xf1\x54\x69\xc3\x49\xa2\x2f\x50\x81\xd6\x32\xd0\xf2\x34\xd4\xd7\xb3\xd9\xc4\x9b\x7b\x83\xde\x74\x30\x7b\x38\x01\x9f\x33\x45\x28\xcb\x30\x96\x69\x7a\x83\xe9\x6c\xf8\x6a\xd8\x73\x67\x83\x87\x16\xc0\x92\x86\xc6\x68\xd6\x4e\x12\xc5\x46\x0f\x92\xe8\x6b\xb9\x9a\x0d\x32\xd5\x6e\x45\xa8\x88\x56\x51\x47\x04\x61\x8c\x2b\xe3\x36\x13\x20\x00\x01\x4a\x5f\xd0\x58\x99\x08\x73\x19\xe0\x3d\x89\xe2\x10\xe1\xcd\x05\x97\x12\x6e\x70\x01\x1e\x8a\x0d\x8a\x8a\xc7\xef\xa8\x5a\x03\xa9\x59\xaf\xad\xed\x6b\x78\x02\x44\x5c\x20\x50\xb6\xe4\x22\xb2\x23\xc8\x82\x27\x0a\x92\xd4\xf0\x54\xe6\xb1\x78\x06\x12\x11\xd6\x4a\xc5\xb2\xdb\xe9\xac\xa8\x5a\x27\x8b\xb6\xcf\xa3\xce\xc7\x05\x97\xd2\xc9\x43\xbd\x53\x92\xef\x64\x83\x65\xdb\xc8\xa3\x3e\x67\xbd\x90\x48\xd9\x35\x3f\x1d\xb1\x4e\x43\xdb\xbc\xad\xcc\x96\x80\xca\x38\x24\x5b\x47\xdb\xbf\xbb\xab\xe4\x77\xed\x67\x3b\xa1\xfc\x9f\xa9\x9e\x7f\xd6\x5a\xa7\xfa\x19\xbc\x7f\xd9\x65\x1f\x0b\xbe\xa1\x01\x0a\xa7\x2a\x67\x8a\x01\xbc\x26\xea\x0c\x86\xcc\xb7\x90\x15\x59\xc9\x2e\x58\x94\x67\xe9\x3c\x3c\xfb\x48\x36\xe4\xcc\xe8\x6d\x69\x1a\xe7\x7b\xc0\xfd\x24\x42\x66\x9d\xe8\x24\x22\xec\xe6\xd6\xb3\xb1\xdd\x16\x18\xac\x89\x32\x46\xac\x10\x77\x90\x75\x04\x06\xce\x9a\x28\xc7\x5a\xf7\x0e\x17\x8e\x34\x9a\x77\x0e\x48\x0c\x39\x5b\x39\x95\x38\x99\x95\x3d\x08\x01\x2e\x29\x43\x09\x02\x25\x4f\x84\x8f\x12\x18\x62\x80\x41\x6a\x2b\xc5\x21\xc0\x0d\x86\x3c\xce\xec\x70\x9c\xdd\x75\x4c\x05\xe5\xb0\x3b\x03\xca\xfc\x30\x09\x28\x5b\xa5\xac\x09\x2c\x12\x1a\x06\x3a\xd4\x97\x74\x95\x88\x94\xac\x1c\xaa\x01\xc6\x21\xdf\x6a\x1b\xd4\xa9\xf2\x59\x5f\x90\xa4\x6c\x2b\x84\x66\x6a\xd9\x08\xb0\xe1\x9b\x67\x42\x1f\x81\xb0\xa0\x98\x6e\x51\x94\xb0\x4c\xac\x25\x35\x8e\x69\x1f\x30\xad\x4c\xe2\x98\x0b\xf5\x88\x1b\x0d\x83\x4d\xb6\x0c\x64\xd9\xdc\x86\xd6\x11\x99\xdc\x92\xca\x98\xf8\xd8\x2d\xc2\xb5\xc5\x17\x3a\xf1\xca\x6e\xcb\x81\xf2\x2a\xb3\x39\x6f\x01\xd8\x15\x45\x3b\x87\xfa\xd8\x02\x28\xa7\x90\x86\x24\x52\x4b\x23\x3a\x95\xdf\xe1\x02\x6c\x68\x9d\x4a\xa3\x19\x68\x45\xdb\x29\xb9\xb4\x9c\xdb\x24\x8c\xd7\xa4\x16\xdf\x18\x23\x0b\x90\xf9\x14\x65\x17\x4e\xff\xf9\xe9\x44\xa3\x3f\xe9\xea\x64\xe9\x4e\x26\x23\x9d\xfc\x86\xe3\xeb\xb9\xc9\xbe\x56\xe1\x93\xb3\x94\x2d\xc0\x89\x46\xae\x89\x53\xec\x27\x0f\xff\x3a\x35\x2f\x8b\x45\xd1\x68\x50\x44\x48\x17\x1a\xf8\x1a\x32\x6b\xe0\xe6\xb7\x32\x46\xdf\x32\xd3\x6a\xa5\x7c\x1d\xf3\x4f\x17\x7e\x78\xf6\xc3\xb3\x2c\xf8\x89\x58\xa1\x9a\x54\x1f\x4b\x0c\xd1\x57\x5c\x14\xc6\xcb\x02\xb0\x67\x22\xaf\x59\xe8\xef\xe3\x26\xf9\x47\xf5\x93\x9d\x86\xce\x53\xdc\xf5\xd7\xbf\xbe\x68\x72\x57\xf6\xf8\xff\x91\xbb\xf2\x9c\x95\xfb\xac\xf0\xd6\xd7\x8c\x70\xeb\xaf\xc7\x0c\xf7\xe2\xc5\xb3\xbf\x35\x18\x2e\x7f\xfc\x24\xc3\xa5\xa2\x1b\xcc\x47\x83\xe6\x01\x3a\x6c\x73\xeb\x4e\x79\xa2\x3e\xdf\xb6\x66\x94\x2d\x36\x0b\xbb\x65\x89\x2b\x9b\x04\xbf\x6d\x1e\x59\x73\xa9\x34\xd5\xeb\xb1\x37\xd3\x6f\x4d\xc5\x67\x19\x28\x9e\xc9\xdb\xcf\xea\x33\xed\x25\x7f\x43\x83\xc9\xaf\x64\xb1\x23\x67\x74\xa3\xe1\xbc\xd4\x72\x85\x60\x85\x22\xa2\x2c\x15\xac\xf7\x17\x6a\x2d\x78\xb2\x5a\x37\x5a\xf8\x80\xe8\xbd\xf3\x7a\x18\x91\x15\x7a\x4a\x20\x89\x76\xcc\xf9\x55\xa3\x66\x2f\x82\x0b\x5d\x0c\xd9\xa9\xf5\xdb\x22\x28\x9b\x9f\x27\x2a\x4e\x54\x6e\xe5\xdc\x90\x0d\x66\x99\x91\x55\xfe\x72\x2f\xf3\xae\x29\xec\x6d\x29\x66\xeb\xc9\x6e\x51\x96\x29\xbc\x57\x7d\x2a\xf4\xc0\xde\xf8\x7a\x36\x78\x3f\x9b\xf7\x87\xd3\x87\x94\x60\x45\x55\x21\x5d\xe0\x52\x93\x79\xe3\xb7\xd3\xde\x60\x3e\x1d\x4c\xc6\xde\x70\x36\x9e\x7e\x98\x4f\x07\xaf\x1e\x72\xaa\x44\xd0\x66\xaa\xb7\xd3\x51\x46\xa5\xb6\x31\x76\xe1\x92\xa6\x98\x94\x20\x0a\x57\xdb\x4c\x92\xc5\xe8\xd5\x9e\x02\x20\xdb\x14\xff\x38\xa9\xbe\x57\xee\xbb\xc1\xf5\xfc\x6a\x38\x9d\x8e\xa7\x5a\x44\x4e\x00\xb0\x21\x61\x62\x2c\x52\xa7\x79\xd8\xe1\xe2\xea\x4d\xa0\xdb\x33\xba\x37\x71\x28\xbf\x2f\x46\x2f\xb9\xf0\x71\x92\x84\x61\x17\x94\x48\xb0\x78\x2e\x78\xd4\x2d\xb1\x39\xe8\xb6\xbc\xec\xcc\xf6\x0f\x76\x21\x2a\x95\xa0\x79\x91\xd0\x3d\x6f\x3f\xaf\x8d\x4b\x6b\xd0\x6f\x3e\x0d\xaf\xdc\xcb\xc1\xdc\x9b\x4d\x07\xee\x95\x71\xbb\x37\x71\x7b\x83\xaa\xc1\x3d\x63\x58\x3b\x3d\x05\x5d\xad\x50\xe4\xcb\x8f\xdd\x26\x16\xa0\xed\xa6\x5a\x33\xbe\x1c\xce\x5e\xbf\xbd\x98\xdf\x0c\x2e\x5e\x8f\xc7\xbf\x64\x7b\xea\xba\x23\x5f\x27\x8b\x8c\x13\x32\x14\xd4\x6f\x64\x35\xb8\x1e\x4c\x87\xbd\xc3\xbc\xec\xf0\x94\x19\xd5\x36\xeb\xad\x09\x5b\x61\x17\x3e\x55\x29\x87\xc5\xbb\x94\xda\x3e\xb7\xd3\x35\x7d\xb1\x77\x66\xf7\x6b\x2b\xe7\xef\x37\xbd\x05\x1a\x56\xb2\x0b\xe7\x5f\x50\x0c\x35\x4d\x1c\xab\xff\x14\x6d\x73\xa4\xb2\x49\xca\x48\xaa\x3a\xee\xea\x79\xb4\xae\x9f\x8b\xf5\x31\xfb\x18\x7d\x72\x1b\x41\x9a\x9c\x08\x65\x79\x90\x5a\x1f\x57\x92\x40\x31\x81\xfb\x17\x73\x6f\x30\x7d\x37\xec\x0d\xe6\x93\xe9\xe0\xd5\xf0\xfd\xfc\xca\x9d\x4c\x86\xd7\x97\x25\xda\xf2\x7c\x6e\xae\x91\x5e\xf6\x2f\x9a\x79\xbf\xb9\xee\x0f\x9b\x39\xa5\x2f\x1f\x9a\xc7\x65\x4d\xad\xbd\x63\xf3\xae\x57\xf3\xf8\xac\x0b\xb6\x77\x7c\xde\x26\x6b\x1e\x9f\x35\xde\xf6\x8e\xcf\x3b\x73\xcd\xe3\x4d\xc3\x6f\x3c\x1e\xcd\xbd\xe1\x3f\xf6\x33\xa9\x50\xed\xe3\xe4\xbe\x3f\x86\x53\x99\x6a\x0f\xa7\xd9\xfb\xf9\xd0\x1b\x8f\x8c\xf3\xf6\x32\x2a\x13\x35\xf1\x69\x6c\x00\xd6\xb2\x7f\xce\xb1\x83\xca\xef\x7c\xbc\x93\x8e\x4d\x65\xce\x86\x87\x49\x84\xc7\x72\x6d\xc6\xb8\xb7\x03\x79\x1c\xd2\x5f\x06\x1f\x3e\x83\xaf\x26\x3f\x9e\xf7\xe1\xa0\x3b\x3c\x66\x9f\x94\x6a\x47\x79\x3f\xe7\x5a\xe7\xf9\x20\xb7\xc7\x71\xd6\x3a\xd6\x25\x42\xb3\xb0\x3c\x96\xdd\x0c\x91\x5e\xdf\x27\x3c\xa4\xfe\xb6\x0b\x6e\x78\x47\xb6\x72\x67\xe9\x3e\xcc\xa5\xb4\xcd\xcb\x34\xc9\x53\x5b\xba\x2f\xfe\xfe\xfb\x1f\x2a\x4a\xa4\x15\x01\x0f\xf9\x2d\x25\x95\x37\xb1\xe0\x8a\xfb\x3c\xec\xc2\xac\x37\x39\xc8\xb3\xe8\x98\x94\x79\xa6\x3b\xbb\xa7\x30\x2c\xf6\xf4\x75\x86\xf2\x28\x8e\x02\x49\x40\x19\x4a\x39\x11\x7c\x81\xdd\xca\x18\xbc\x2f\x67\x7e\xfb\xe7\xf3\x28\x22\x2c\xa8\x3f\x76\xa0\xb3\xa0\xac\xb3\x20\x72\xbd\xf3\xc6\xf1\x77\x1e\xf9\x89\x08\xc1\x71\x18\x8f\x05\xbf\xdf\xc2\xe9\xb7\xa7\xe0\x48\x70\x92\xe6\x78\xeb\x3e\x16\x37\xf6\xef\x54\x6b\xdd\xed\x74\x42\xee\x93\xd0\xec\x96\xb4\xb9\x3b\x11\x61\x64\x85\xa2\xf3\x31\xba\x37\xd2\x3a\xff\xbd\x42\xf5\xb2\x47\x14\x09\x29\x23\x7f\x7a\xe1\xea\x05\xfa\x4f\x2f\xfa\xb6\x45\xfb\x1f\x44\xa9\x97\x52\x11\x85\xd7\x24\xc2\xd3\x1d\x21\xff\xb3\x12\x18\x83\x43\x7f\x85\xd3\x9c\x0a\xbe\x7d\x09\xdf\x7a\x33\x77\x3a\x1b\xf4\xcb\x23\x6c\x46\xba\xe2\x09\xab\x87\x5a\xa4\x9f\x4d\x88\x5a\x1f\x91\xc6\x4a\x1d\x50\xc7\x47\xa1\xe8\x52\x97\x01\xd8\x44\xa8\x9d\x39\x66\xe1\xb6\x56\xf9\x96\xb6\x84\x97\x82\xf8\x38\x41\x41\x79\xe0\xa1\xcf\x59\x20\xbb\xf0\xb7\x22\x24\x2d\x4f\xb9\x5b\xd0\x3f\x2a\x3c\xad\x27\x2b\x70\xec\xb3\xeb\x74\x36\xee\x9c\x00\x35\x96\xbc\xa5\xda\x72\x42\x04\x89\x4a\x58\x48\xa2\x78\x44\x14\xf5\x6b\xea\xe5\x53\x42\x4b\xaa\x60\x3f\x94\x02\x9e\xb4\x1d\x78\x64\x1f\xf7\x07\x2c\x82\x1b\x3a\x60\x5f\xa5\x14\xce\xf9\xfe\x61\x0a\xe2\x12\xe2\xe3\x2c\x06\x5f\x56\x1c\x5f\x7d\xf0\xfe\x3e\x32\x49\xee\x49\x75\xa8\x1d\xfe\x45\xa5\xa8\x65\xf1\x45\xd5\xa8\x65\x31\x1a\xdf\x0c\xa6\xf3\x9e\xeb\x0d\xe6\x33\xf7\x62\x34\xb0\x5b\xdd\x66\x86\x87\x46\xec\x97\xa0\x4b\xd0\xde\xf8\xfa\x7a\xd0\xd3\x8e\x38\xc8\xba\x46\xba\x9f\xe7\xab\x99\xa9\x91\xb5\x75\xe6\xa3\xc1\x9e\xaa\xb5\x91\xf4\x30\x4f\xf7\xfd\xd1\x3c\x4b\xa4\xfb\x79\xba\xc3\xf1\x21\x3e\xee\x70\xdc\x50\x43\x55\x83\x19\x20\xa4\x1b\xdc\xb3\xcc\x53\x46\x15\x25\x61\x1f\x43\xb2\xcd\x17\x85\x17\xd5\x3a\x45\xf9\xb1\xc7\xfd\xdb\x7a\x86\x87\xdd\x0e\x79\x4a\x4f\x23\xe4\x89\xca\xd9\x9d\x1f\x93\x4a\x9d\x3a\xe8\xc7\x8b\xb4\x1d\xc1\xbf\x4f\x9d\xd3\x54\xe5\xd0\x63\x0a\x9f\x74\xd6\xde\xf4\x5f\x9e\x7c\x53\x9d\xc1\x27\xd6\x65\xe0\xac\xe1\xfc\xf9\xf7\xed\x67\xed\x67\xed\x73\x53\x11\x15\x79\x02\x9c\x7e\xf6\x6f\xe3\xa4\x35\x22\x10\x4e\xbd\xc1\x68\xd0\x9b\xc1\xf9\xe9\xe3\x6e\xfe\xee\x68\xaf\x1d\x57\xcc\x6c\x88\xe8\x84\x74\xd1\x31\xba\x74\x74\x0a\x6f\xa8\x64\xf6\xba\xde\x89\x37\x3c\xfc\x9a\x65\xcb\x91\x92\xa0\x74\xed\xe7\x9d\xe1\xd5\x0b\x09\x8d\xaa\xce\xf7\xf5\xa3\xeb\x47\xd8\x1a\xa2\xff\x93\xc2\xa6\x36\x79\x9e\x54\xde\x18\x16\xdd\x2c\xb1\x54\x9a\x97\x33\xf7\xf2\xa1\x46\xff\x59\x5d\xce\x2f\x2b\x89\x26\x4d\xee\xf9\x1d\xea\xa2\xdc\x9f\xc5\x3a\x6f\x6f\x2d\x5c\xf1\x00\x73\xd7\x4e\x91\x04\x37\x82\x2a\x1c\xb3\xb4\x91\x9b\x5f\x11\xc9\xc0\x08\xfc\x35\x41\x59\x9e\x39\x52\x71\x91\xee\x76\xdf\x8d\x47\x6f\xaf\x06\xf3\x9e\x3b\x71\x7b\xc3\xd9\x87\x87\x56\xac\x03\x04\x95\x89\x1e\x67\xf7\x74\x54\x83\x36\x67\x52\x6a\x8d\x65\x35\xdb\x2d\x80\xf4\x42\x8e\x8d\x53\xb7\x74\x41\x44\x3f\xc9\x6f\x53\xd4\xd5\x6d\x59\x84\x54\x60\x90\xc7\x60\xba\xcc\xe8\xca\x9f\xc4\x71\x1d\xc7\x69\x2f\x91\x8a\x47\xe6\x54\x2a\xc7\x53\x3e\x46\x04\xc1\x13\x85\x6d\x80\x11\x92\x0d\xc2\x22\x24\xec\xd6\x10\x05\xb8\x24\x49\xa8\xf2\x91\xf6\xb0\x1c\xdb\xab\x76\x17\x7e\x2a\xdf\x7e\xd2\x2f\x7f\x76\x7e\x4a\x6f\xce\xfd\xdc\xfe\x29\x1d\xe9\x04\x3c\x22\x94\x39\x32\x59\x2e\xe9\xfd\xcf\xa7\x75\xad\x33\x64\x1a\x8c\x3d\xbf\x7b\x9d\x8a\xca\xf5\xaf\x9c\xa1\x1d\xad\x9a\x3c\x56\x37\xa3\x51\xae\x5f\xaa\x5b\x7a\xd6\xf6\xb5\x55\x94\x47\xe9\xe8\xd5\x95\xbc\xa4\x2a\x3d\xd2\x81\xb7\xd3\x61\xfd\x84\xb3\x2e\x4f\x53\x4f\x31\xe6\x92\x2a\x2e\xb6\x60\x4f\x74\xac\x98\xc6\x23\xa5\x03\xf1\x74\xc4\x15\xb8\xfc\x97\xf3\x6b\x42\xfd\x5b\xa9\x88\x50\xb2\x49\x81\x85\x20\xcc\x5f\x77\x14\x59\x81\xc0\x25\x0a\xb4\xf3\xaf\x01\x7a\xf1\x72\x1f\xea\xe9\xe0\x55\x01\xd2\xde\x3d\xaa\x49\xd4\x4b\x9c\xb9\x12\x48\x99\xe1\x9a\x7a\x0d\x14\xb7\xd7\xb3\xfe\x0b\x30\x8a\xd5\xd6\xd8\x52\x70\x5e\x10\x04\x54\x98\x0d\xd4\x76\x67\x82\xf6\xec\x51\x1f\xf4\x33\x8a\x1c\x60\xe9\xd8\xaf\x80\xa5\x78\xc0\x43\x2a\x55\x27\xfb\xe1\x7c\x0c\x16\x7e\x1d\x67\x3f\xbb\x3c\xf1\xe6\xba\x3f\xb4\xc9\xc2\xdc\x9d\x5c\x6c\x2b\x37\xc6\x14\x37\x69\x2a\xdc\xd8\x0b\x9b\x3a\x8d\xda\x80\xb0\x01\x6b\x62\xd8\x78\xa6\x53\xbc\x92\x76\x61\xef\x7b\x75\x45\xaa\x32\x2b\xb9\xa6\x68\xd4\x67\x19\x65\x87\x69\x1a\xf5\xfd\x9d\x28\xcd\xd9\xa6\x91\xdd\x2c\xb3\x2e\xae\x54\x1c\xed\x8b\x42\xed\x9f\xba\x30\x8f\xfe\x1b\x81\x2f\xcb\x57\x80\xd3\x24\x6d\xe7\x76\x26\xce\x56\x1b\x3b\xbe\xcc\xe1\xd8\x25\x0a\x7a\x24\x26\x3e\x55\x85\x4b\x6b\x69\xfe\x00\xba\xf3\x4b\xba\x37\xef\xf3\x65\xf9\x7e\x6d\xed\x0e\x6d\xa9\x45\x63\x2e\xcd\xca\x3a\x48\xcf\x0e\xab\x58\xac\xde\x98\x79\x7c\x31\x48\x7b\x55\x8f\x61\xac\xa3\xc9\x26\x4f\x81\x7f\x67\x3e\x94\x46\xec\xc1\x58\xed\xe1\xa7\xb8\xec\xe9\x6c\xdb\x17\x9f\x85\xe9\x16\xb7\x4f\xc0\xf5\x0b\x6e\x8f\xc0\x96\x9e\x05\x54\xf1\xdd\xe2\xb6\x09\x5f\x19\x53\x76\x23\xfc\x10\x82\x49\x41\x73\xd4\x89\x41\x3d\xce\x51\x49\xb8\x27\x4e\xcc\x79\xd8\x89\x28\x33\x3f\x1c\xa9\xa3\x3f\x2b\x2a\xb2\x9b\xa1\x18\x94\xf2\x42\x63\xc4\xa7\x6b\xc8\x15\x65\x34\x4a\x22\x98\x70\x1e\x9a\x89\x54\x9e\x8f\xd5\xf3\xaa\x83\x68\xc8\xfd\x57\x41\x43\xee\x0f\xa0\xa9\x9c\x79\x35\xa1\x51\x82\x30\x49\x7c\xb3\x42\x53\xc9\xc3\xe2\x7e\xec\x93\xd0\xcc\x0a\x76\x30\xcc\xd8\x95\x11\x55\xce\xce\x9a\x00\xad\xf9\x9d\x11\xad\xc8\x22\xb4\xe1\x2c\x81\x08\x34\xe9\x09\x03\x73\x3b\xd7\xe7\x51\x4c\x04\x06\x3b\x40\xec\x95\xde\x11\xbf\x43\x01\x3d\x9d\x9e\x66\x86\x89\xd9\x52\xe4\x20\x0e\xb6\x71\x1a\x22\x36\x4a\x0d\x1c\xeb\x2d\x9a\x52\x18\x00\x4b\xa2\x05\x0a\x3d\xcb\x24\x8d\x92\x50\x11\x86\x3c\x91\xe0\x87\x34\xbd\x92\xcc\xd0\x58\x40\xee\x01\x98\xb9\xac\xe0\x53\x1a\x53\xc3\x59\x6f\x06\x35\x01\x4c\xe3\x31\x44\xb6\x52\xeb\x6c\xf2\x9b\x4f\x2d\xf4\x72\x8d\xe9\x15\x6b\xfb\x81\x06\x81\x57\x6f\x47\x23\xbd\xdc\x02\x65\x01\xde\xef\x81\xf8\x2a\x09\xc3\x99\x5e\xad\xb3\x60\xbf\xd1\xec\x46\x46\x42\x0d\x61\xbd\xb5\x74\xc0\x84\xbf\x0d\xc2\x94\xf9\x61\x84\xe5\x46\x55\x0d\xa1\x2e\x4c\x04\x0f\xa5\x01\x45\x19\xe3\xc1\x62\x9e\x48\x9c\xeb\xed\xf8\x06\xe7\x84\x72\x90\xa8\x94\x5e\x77\x4c\x8a\x03\x6a\xf1\xdb\xf7\x90\xb5\xac\xa8\x84\x85\xe0\xb7\xb8\xbb\x35\xb1\x80\x2d\x5d\xbd\xd9\xb5\xaf\x08\x48\x24\x8a\xc3\x95\xc0\xdb\xf4\xc3\x9a\x56\xba\x01\x36\x43\xfe\x49\x9c\x7f\xbb\xce\x3f\x9e\x39\x3f\xfe\xeb\xd3\x0b\xbd\xed\x33\x97\x61\xcc\xf7\x41\x78\x1f\x0b\x94\xb2\x36\x1f\x4b\x07\xa2\xb5\x85\xf0\x20\xb2\x7d\xa9\x3b\xa7\x2a\xe5\x6d\x8b\xee\xb4\x0c\xed\x87\x87\xd3\x23\xb0\x95\x1a\xbe\x87\xb1\xbd\xb9\xf1\xc0\x0d\x22\xca\x8c\x51\xea\x98\xaa\x6f\x2b\x26\xfb\x5c\x50\x8d\x07\xc9\xc7\x62\x9b\xec\xb1\x59\x23\xc5\x97\xe2\x3b\xda\x76\xf6\xea\x54\xd6\xc2\xd9\x53\x13\x5c\x9a\x0d\x0c\xdc\xe0\x62\xcd\xf9\x6d\x5a\x59\x3d\x19\x65\xe3\x85\xae\xc7\x81\xda\x7b\x59\xe9\xe7\x21\x8f\xe0\x4d\x69\xbf\x16\xe0\xc6\x6b\x63\x8f\x22\xbe\xce\x1a\x47\x3a\xad\xdd\xad\xa9\xbf\x36\x79\xa3\xd4\x98\x92\x66\xa5\xcd\x3e\xa1\xb9\xa2\x41\x10\xe2\x9d\x5e\xed\x4c\x07\xcd\x2c\x7c\x36\xb7\x30\xa9\x48\x18\x62\x60\xbe\xa9\x93\x35\x1e\x7a\x00\xe3\x22\x22\x61\xb8\x2d\x48\x21\xad\xf2\xf2\x1d\x66\xd1\xc8\xb2\x1b\x9e\x0f\x3c\x01\xb9\xe6\x49\x18\x00\x67\xe1\xd6\x7c\xe1\xa3\xf3\x71\xc4\x03\xba\xdc\xda\x4f\xba\xe8\x12\xb6\x3c\x39\xdd\x60\x89\xef\x8e\x0e\x3a\x69\x1b\x8e\x01\x5d\x9a\xcd\x67\x49\x54\x27\xfb\x18\xb0\xee\xa2\x12\x87\xc2\x50\xb9\xc5\x9b\xdb\x6c\x07\xaa\xf5\xe2\x1b\x98\x9a\x13\xae\xc8\x06\x19\x44\x54\x08\x5d\xd3\x70\xf3\xf9\x9f\x36\xba\xf7\x7c\x68\x43\x69\x67\xdf\x50\x19\x51\xde\xfe\xef\xdc\xf4\xac\x89\x1a\x51\xa9\xf4\xe2\x96\xed\x81\x29\x4a\x13\x70\xa9\xef\x89\xf0\xd7\x74\x83\x12\xee\x68\x18\xea\x55\xcf\xe7\x31\x35\x7e\x52\xdc\x6e\x4b\xab\x1f\x2d\x2d\x79\x18\xa0\x68\xc3\x70\x09\x09\x93\x31\xfa\x74\x49\x31\x38\x03\x12\x86\x05\x2f\xca\xa0\x63\x2f\xea\xd7\xd8\xb6\x8b\x06\x58\xf9\x6a\x69\xc3\xea\xac\xc8\xaa\x6c\x18\x8d\xe4\xc4\x7e\xdb\x61\xc3\x10\xa4\xf1\x52\x1b\x60\xb6\x8d\xa9\xaf\xa3\xec\xcc\x46\x07\x09\xe9\x8a\xd9\xbb\x17\xe6\xf3\x41\x65\xd6\xfa\x8f\x5c\xb4\x23\xca\xb8\xc8\xbe\x6f\xd2\x36\x31\x6b\xe0\x9e\x95\xd1\x84\x02\xa4\xb1\x60\x7b\xb5\xe5\x65\xb2\xde\x9b\x3d\x10\x05\x27\xdf\xb5\xbf\x3f\x69\xfd\x6f\x00\x00\x00\xff\xff\x12\x93\xb5\xec\x61\x3b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x93\x1a\x37\xb2\xff\x9d\xbf\xa2\x8b\xca\xbd\xbd\xcb\xf3\x80\xd7\xbe\x5c\x12\x5e\x9c\x57\x2c\x60\x1b\x87\x5d\x38\x06\x67\x9d\xbb\x4a\x51\x62\xa6\x01\x79\x67\xa4\x89\xa4\x61\x97\xf8\xed\xff\xfe\x4a\xd2\x7c\x67\x86\xc5\x6b\xc7\x75\xf1\x4f\xeb\x51\xeb\xa3\x8f\xba\x5b\xad\x56\x4b\x90\x88\xfe\x8c\x42\x52\xce\x7a\xa0\x30\x8c\x02\xa2\xb0\xc3\x23\x64\x72\x4b\xd7\xaa\x43\x79\x77\x77\xde\xba\xa1\xcc\xef\xc1\x22\x69\x6e\x05\x64\x85\x81\xec\xb5\x00\xde\xdf\xca\x6f\x9e\xf6\xa0\x7d\xde\x79\xd6\x6e\x41\x06\xd0\xb3\x0d\x8e\xe2\xa1\x47\xd4\xf7\x4e\xb8\x97\xbf\x05\x8e\x7c\x46\x5b\x21\x4a\x49\x36\xd8\x83\x3e\x30\xbc\x85\x37\xd7\x2e\x90\x28\x0a\xa8\x47\x14\xe5\x0c\xd6\x5c\x40\x3f\x22\xde\x16\x61\x61\xfa\xc2\xf7\xf0\xd7\x58\x52\xb6\x81\xcb\xbd\xfb\xcf\xc9\xdf\x60\x4b\x24\xac\x10\x19\x78\x02\x89\x42\xbf\x05\x40\x19\xec\x79\x2c\x20\x12\xfc\x3d\x7a\xaa\x03\x8b\x2d\x42\x2c\x51\x30\x12\x62\x37\x22\x52\xde\x72\xe1\x1b\x6c\xe2\x87\x94\x51\xa9\x50\x68\x48\xd3\x4b\x53\xa0\x12\xbe\xfa\xf0\xe6\xda\x5d\xf6\x87\x97\xe3\xab\xe5\x5b\x77\x34\xbf\xea\x5f\x8e\xee\xbb\xc5\xaf\xb3\xbe\xeb\x5e\x4f\xe7\xc3\xfb\x4e\x0b\xe0\xa5\x06\xf3\x3c\x94\x86\x9b\xda\xa2\xe5\x07\x3e\x51\x64\x45\x24\x42\xfb\xab\x0f\xc3\x8b\xe5\xb0\xbf\xe8\x5f\xf4\xdd\xd1\x7d\x5b\x13\x32\x72\x9e\x40\x1f\x99\xa2\x24\xd0\x83\x0e\x2f\x4a\xa3\x0d\x2f\xca\xc3\xcc\x02\xd4\x60\x2b\x04\x19\x0b\x04\xc5\x93\x69\x1b\x24\x89\x9e\x40\x05\x7a\x96\xbe\x1e\x4f\x53\x7d\xbd\x58\xcc\xdc\xa5\x3b\x1a\xcc\x47\x8b\xfb\x36\x78\x9c\x29\x42\x59\xca\xb1\x28\x33\x18\xcd\x17\xe3\x97\xe3\x41\x7f\x31\xba\x6f\x01\xac\x69\x60\x94\x66\xf5\x24\x51\xec\x74\x27\x89\x9e\x1e\x57\xc3\x20\x53\x9d\x56\x88\x8a\xe8\x29\x6a\xdb\x13\xc6\xb8\x32\x66\x33\xae\x00\xe0\xa3\xf4\x04\x8d\x94\xf1\xa5\x7e\xc1\xaa\xa9\x5b\x18\x68\xad\x6f\xab\xab\x82\xe1\x25\xac\x62\x1a\x28\xb0\xa6\x76\x9f\x8d\x3b\x06\x91\x7a\x9c\x0d\x02\x22\x65\xcf\xfc\xe9\x88\x6d\xe2\x52\xa6\xb5\xe4\xa5\x3e\x95\x51\x40\xf6\x8e\xd6\x46\x0f\xde\x5c\x70\x29\xe1\x1a\x57\xe0\xa2\xd8\xa1\x80\x6f\x3a\x4f\x0f\x1c\xeb\xbf\x13\x1e\x7f\x1d\x45\x5b\x0c\x51\x90\xc0\xc0\x02\xdc\x52\xb5\x85\xad\x52\x91\xfc\xdb\xe1\x40\x91\xe0\x3b\xea\xa3\x70\xca\x23\xce\xd1\x87\xd7\x44\x3d\x81\x31\xf3\x2c\x79\x45\x36\xb2\x07\x96\xef\x93\x64\x25\x3c\x79\x4f\x76\xe4\xc9\xfb\x15\x97\xf2\xc9\x96\xfa\x3e\x32\x23\xba\x4b\x57\x60\xba\x90\x2c\x66\xd3\x22\xb2\xed\x32\x22\x1e\xf6\x72\x72\x2d\xbe\xd2\xee\x2f\x7b\x2d\x07\x8a\xab\x7a\x77\xde\x02\xb0\x2b\x58\x2b\x83\x7a\xd8\x02\x28\x1a\xb2\xc6\x94\x15\x63\xea\x05\x75\x8b\x2b\xe3\x16\x28\xce\xa4\x51\x0e\x44\x5c\xa8\x4e\x22\x2e\x2d\x72\x87\x04\xd1\x96\x94\xe3\x87\x8f\x11\x32\x1f\x99\x47\x51\xf6\xe0\xec\xdf\x1f\xda\x9a\x7d\xbb\xa7\x5d\xb6\x3f\x9b\x4d\xb4\x0b\x8e\xa7\x57\x4b\xb3\x06\xec\x2c\xdb\x4f\x12\x58\x80\xb6\x66\xae\x85\x13\xee\xed\xfb\x5f\xcf\x4c\x63\x1e\x84\xcc\x0c\x72\x5f\xea\x41\x0d\xae\x11\xb3\x5a\xad\x6f\x95\x11\x7a\x16\x4c\x4f\x2b\xc1\x75\xcc\x7f\x7a\xf0\xdd\xd3\xef\x9e\x26\x03\x29\x22\x36\xa8\x66\xe5\xcf\x12\x03\xf4\x14\x17\xb9\xf2\xa2\x80\xef\x43\x64\x6a\xc0\xd9\x9a\x6e\xea\x07\xfd\x32\x66\x92\x7f\x56\x3b\xd9\xd8\xe3\x3c\xc6\x5c\x7f\xff\xfb\xf3\x3a\x73\xa5\x9f\xff\x83\xcc\x95\xed\x17\x99\xcd\x72\x6b\x7d\x4e\x0f\xb7\xf6\x7a\x48\x71\xcf\x9f\x3f\xfd\x47\x8d\xe2\xb2\xcf\x8f\x52\x5c\x32\x74\x8d\xfa\xa8\x5f\xdf\x41\xbb\x6d\xa6\xdd\x39\x8f\xd5\xc7\xeb\xd6\xf4\xb2\x5b\x7e\xae\xb7\x34\x70\xa5\x8b\xe0\x8f\x8d\x23\x5b\x2e\x95\x96\x7a\x3d\x75\x17\xba\xd5\xec\xbb\x16\x40\xf1\x74\xbc\x66\xa8\x8f\xd4\x97\xfc\x03\x15\x26\x3f\x93\xc6\x4e\x5c\xd1\xb5\x8a\x73\x13\xcd\xe5\x03\x2b\x14\x21\x65\xc9\xc0\x3a\xcb\x53\x5b\xc1\xe3\xcd\xb6\x56\xc3\x47\x86\x6e\x5c\xd7\xe3\x90\x6c\xd0\x55\x02\x49\x78\xa0\xce\xcf\xea\x35\x8d\x0c\x2e\x62\x1a\xf8\x76\x69\xfd\xb1\x0c\x8a\xea\xe7\xb1\x8a\x62\x95\x69\x39\x53\x64\x8d\x5a\x16\x64\x93\x35\x36\x82\xf7\x74\xea\x27\x6d\xca\x26\x79\x2c\x3c\x4c\x11\x4d\x5a\x79\xa7\x86\x54\xe8\x8e\x83\xe9\xd5\x62\xf4\x6e\xb1\x1c\x8e\xe7\xf7\x89\xc0\x86\xaa\x7c\x74\x81\x6b\x2d\xe6\x4e\xdf\xce\x07\xa3\xe5\x7c\x34\x9b\xba\xe3\xc5\x74\xfe\xcb\x72\x3e\x7a\x79\x9f\x49\xc5\x82\xd6\x4b\xbd\x9d\x4f\x52\x29\xb5\x8f\xb0\x07\xaf\x68\xc2\x49\x09\xa2\x70\xb3\x4f\x47\xb2\x1c\xdd\xca\x57\x00\x64\xbb\xfc\x3f\x4e\x32\xdf\xcb\xfe\xcf\xa3\xab\xe5\xe5\x78\x3e\x9f\xce\xf5\x10\x99\x00\xc0\x8e\x04\xb1\xd1\x48\x55\xe6\xfe\x00\xa5\xaf\x53\xf1\xfe\xc0\xcc\xbd\x0e\xa1\xd8\x9e\xf7\x5e\x73\xe1\xe1\x2c\x0e\x82\x1e\x28\x11\x63\xfe\x5d\xf0\xb0\x57\x80\x39\x6a\xb6\x2c\xd7\xd4\x39\xa9\x73\x8b\x2b\xbb\x11\x15\xf2\xce\x2c\x49\xe8\x9d\x77\x9e\x55\xfa\x25\x39\xe8\x57\x1f\xc6\x97\xfd\x57\xa3\xa5\xbb\x98\x8f\xfa\x97\xc6\xec\xee\xac\x3f\x18\x95\x15\xee\x1a\xc5\xda\xe5\x29\xe8\x66\x83\x22\xdb\x7e\x36\x54\x6d\xe3\x55\x4e\xda\x1e\x6d\x34\xf0\xab\xf1\xe2\xf5\xdb\x8b\xe5\xf5\xe8\xe2\xf5\x74\xfa\x53\x7a\xb2\xa9\x1a\xf2\x75\xbc\x4a\x91\x90\xa1\xa0\x5e\x2d\xd4\xe8\x6a\x34\x1f\x0f\x8e\x63\xd9\xee\x09\x18\xd5\x3a\x1b\x6c\x09\xd3\x27\xd6\x0f\x65\xc9\x71\xde\x96\x48\xdb\xef\x76\xb9\x26\x0d\x8d\x2b\x7b\x58\xd9\x39\xbf\xdc\xf2\x16\x68\xa0\x64\x0f\xce\x3f\x21\x19\xaa\x5b\x38\x76\xfe\x73\xb4\x47\x54\x6b\xe7\xb4\x20\x90\x88\x94\xe7\x78\x38\xcf\x93\xe7\xfa\xb1\x5c\x1f\xd2\x8f\x99\x4f\xa6\x23\x48\x82\x13\xa1\x2c\x73\x52\x6b\xe3\x52\x10\xc8\x17\xf0\xf0\x62\xe9\x8e\xe6\x3f\x8f\x07\xa3\xe5\x6c\x3e\x7a\x39\x7e\xb7\xbc\xec\xcf\x66\xe3\xab\x57\x05\xd9\xe2\x7a\xae\xcf\x91\x5e\x0c\x2f\xea\xb1\xdf\x5c\x0d\xc7\xf5\x48\x49\xe3\x7d\x7d\xbf\xb4\xb4\xd0\xd8\x37\xab\x3d\xd4\xf7\x4f\x6b\x11\x8d\xfd\xb3\x62\x45\x7d\xff\xb4\xfc\xd1\xd8\x3f\xab\x8f\xd4\xf7\x37\x65\x97\xe9\x74\xb2\x74\xc7\xff\x6a\x06\x29\x49\x35\x21\xf5\xdf\x9d\x82\x54\x94\x6a\x40\x5a\xbc\x5b\x8e\xdd\xe9\xc4\x18\xaf\x11\xa8\x28\x54\x87\x53\x5b\x86\xa9\x44\xff\x0c\xb1\x8b\xca\xeb\xbe\xbf\x95\x8e\x0d\x65\xce\x8e\x07\x71\x88\xa7\xa2\xd6\x73\x6c\xac\x03\x9d\xc6\xf4\xa7\xd1\x2f\x1f\x81\xab\xc5\x4f\xc7\x3e\xee\x74\xc7\xfb\x34\x8d\x52\xae\xeb\x35\x23\x57\xea\x7f\x47\xd1\x1e\xe6\x59\xa9\x1b\x16\x04\xcd\xc6\xf2\x50\x74\x33\x42\x7a\x7f\x9f\xf1\x80\x7a\xfb\x1e\xf4\x83\x5b\xb2\x97\x07\x5b\xf7\x71\x94\xc2\x31\x2f\x9d\x49\x16\xda\x92\x73\xf1\xb7\xdf\x7e\x57\x9a\x44\x92\x11\xf0\x80\xdf\x50\x52\x6a\x89\x04\x57\xdc\xe3\x41\x0f\x16\x83\xd9\x51\xcc\xbc\x62\x52\xc4\x4c\x4e\x76\x8f\x01\xcc\xcf\xf4\x55\x40\x79\x12\xa2\x40\xe2\x53\x86\x52\xce\x04\x5f\x61\xaf\xd4\x07\xef\x8a\x91\xdf\xfe\xf3\x78\x18\x12\xe6\x57\x3f\x3b\xd0\x5d\x51\xd6\x5d\x11\xb9\x3d\x68\x71\xbc\x83\x4f\x5e\x2c\x02\x70\x1c\xc6\x23\xc1\xef\xf6\x70\xf6\xf5\x19\x38\x12\x9c\xb8\xde\xdf\x7a\x0f\xf9\x8d\xfd\x77\xa6\x67\xdd\xeb\x76\x03\xee\x91\xc0\x9c\x96\xb4\xba\xbb\x21\x61\x64\x83\xa2\xfb\x3e\xbc\x33\xa3\x75\xff\x77\x83\xea\xc5\x80\x28\x12\x50\x46\xfe\xf2\xbc\xaf\x37\xe8\xbf\x3c\x1f\xda\x92\xe8\x7f\x11\xa5\x5e\x48\x45\x14\x5e\x91\x10\xcf\x0e\x06\xf9\xbf\x8d\xc0\x08\x1c\xfa\x1b\x9c\x65\x52\xf0\xf5\x0b\xf8\xda\x5d\xf4\xe7\x8b\xd1\xb0\xd8\xc3\x46\xa4\x4b\x1e\xb3\xaa\xab\x85\xfa\xdb\x8c\xa8\xed\x09\x61\xac\x50\xf6\x74\x3c\x14\x8a\xae\x75\x1a\x80\x75\x82\xda\x98\x53\x16\xec\x2b\x99\x6f\xe1\x48\xf8\x4a\x10\x0f\x67\x28\x28\xf7\x5d\xf4\x38\xf3\x65\x0f\xfe\x91\xbb\xa4\xc5\x94\x87\x09\xfd\x83\x83\x27\xf9\x64\x89\x8e\xfd\x76\x95\xac\xc6\x83\x3a\x7c\x6d\xca\x5b\xc8\x2d\x67\x44\x90\xb0\xc0\x85\xc4\x8a\x87\x44\x51\xaf\x32\xbd\x6c\x49\xe8\x91\x4a\xdc\x8f\x85\x80\x47\x1d\x07\x1e\x38\xc7\xfd\x09\x93\xe0\x9a\x0a\xd8\x67\x49\x85\x33\xdc\x3f\x4d\x42\x5c\x60\x7c\x9a\xc6\xe0\xd3\x92\xe3\xcb\x5f\xdc\x7f\x4e\x4c\x90\x7b\x54\x1e\x6a\xbb\x7f\x52\x2a\x6a\x21\x3e\x29\x1b\xb5\x10\x93\xe9\xf5\x68\xbe\x1c\xf4\xdd\xd1\x72\xd1\xbf\x98\x8c\xec\x51\xb7\x1e\xf0\x58\x8f\xe6\x11\x74\x0a\x3a\x98\x5e\x5d\x8d\x06\xda\x10\x47\xa1\x2b\xa2\xcd\x98\x2f\x17\x26\x47\xd6\xda\x59\x4e\x46\x0d\x59\x6b\xad\xe8\x71\xcc\xfe\xbb\x93\x31\x0b\xa2\xcd\x98\xfd\xf1\xf4\x18\x4e\x7f\x3c\xad\xc9\xa1\xca\xce\x0c\x10\xd0\x1d\x36\x6c\xf3\x94\x51\x45\x49\x30\xc4\x80\xec\xb3\x4d\xe1\x79\x39\x4f\x51\x5e\xe4\x72\xef\xa6\x1a\xe1\xe1\xb0\x42\x9e\xc8\xd3\x10\x79\xac\x32\xb8\xf3\x53\x42\xa9\x53\x25\xfd\x70\x92\x76\x30\xf0\x97\xc9\x73\xea\xb2\x1c\x7a\x4a\xe2\x93\xac\xda\xeb\xe1\x8b\xf6\x57\xe5\x15\xdc\xb6\x26\x03\x67\x0b\xe7\xcf\xbe\xed\x3c\xed\x3c\xed\x9c\x9b\x8c\x28\x8f\x13\xe0\x0c\xd3\xff\xd6\x2e\x5a\x33\x04\xc2\x99\x3b\x9a\x8c\x06\x0b\x38\x3f\x7b\xd8\xcc\xdf\x9c\x6c\xb5\xd3\x92\x99\x1d\x11\xdd\x80\xae\xba\x66\x2e\x5d\x1d\xc2\x6b\x32\x99\x3a\xd3\x97\x44\x3f\x29\x61\xc1\x30\x52\xfb\x21\x15\x65\xd3\x85\xe8\xd3\x38\xec\x41\xbb\x7d\x92\x27\x66\x74\xbe\x74\x7e\x52\x59\x03\x8f\xca\x52\x0c\x44\x2f\x8d\x0f\xa5\x1a\xe4\xa2\xff\xea\xbe\x22\xff\x51\xc5\xca\x93\x32\x9b\x48\x2b\x06\x95\xd1\x9a\x73\x78\xb9\xa7\x07\x35\x57\x2a\x6a\x8b\xc5\x5d\xbc\xd3\x02\x48\x5e\x0f\xd8\x9c\xb1\xf8\x58\x42\x7f\xc9\x5e\x00\x54\xb5\xd6\xd2\xeb\xfb\xb7\x98\x0a\xf4\x33\xdd\x27\x51\x52\x27\xae\x24\x8a\xaa\x3c\xce\x06\xb1\x54\x3c\x34\x97\x2a\x19\x9f\xe2\x2d\x18\x08\x1e\x2b\xec\x00\x4c\x90\xec\x10\x56\x01\x61\x37\x46\xc8\xc7\x35\x89\x03\x95\xf5\xb4\x77\xbd\xd8\xd9\x74\x7a\xf0\x43\x61\x36\xe6\x01\xc4\x8f\xce\x0f\xc9\xf3\x9b\x1f\x3b\x3f\x24\x3d\x1d\x9f\x87\x84\x32\x47\xc6\xeb\x35\xbd\xfb\xf1\xac\x3a\xeb\x94\x99\x26\x63\xaf\x9f\x5e\x27\x43\x65\xf3\x2f\x5d\x01\x9d\x3c\x35\x79\xea\xdc\xcc\x8c\xb2\xf9\x25\x73\x4b\xae\x8a\x3e\xf7\x14\xe5\x49\x73\x74\xab\x93\x7c\x45\x55\x72\x23\x01\x6f\xe7\xe3\xea\x05\x5d\x75\x3c\x2d\x3d\xc7\x88\x4b\xaa\xb8\xd8\x83\xbd\x90\xb0\xc3\xd4\xde\x88\x1c\xf1\x27\xc3\xb9\xd7\xed\xda\xd2\x7c\xc7\xe3\x61\xd7\xde\x11\x64\xf7\x01\xdd\xec\x2f\xe7\xb7\x98\x7a\x37\x52\x11\xa1\x64\xdd\x04\x56\x82\x30\x6f\xdb\x55\x64\x03\x02\xd7\x28\x90\x99\x7b\x80\x1a\xea\x79\x63\x13\xeb\xf9\xe8\x65\x4e\xd2\xbe\x97\xa9\x8c\xa8\x23\xb4\x79\xc3\x43\x99\x41\x4d\xac\x06\x8a\x9b\x57\x46\xfe\xff\xd8\xc8\x69\x74\x29\x38\xcf\x05\x7c\x2a\x4c\xfe\xbf\x3f\x58\xa0\x03\x7b\x53\x05\xc3\x54\x22\x23\x58\xb8\xb5\xca\x69\x29\xee\xf3\x80\x4a\xd5\x4d\xff\x70\xde\xfb\x2b\xaf\xca\x73\x98\xde\xfd\xbf\xb9\x1a\x8e\x6d\xb0\x30\x0f\xb0\x56\xfb\xd2\x9b\x38\xc5\x41\xa0\xe4\xc1\xce\xbe\xfa\xd2\x01\xdb\x3a\x84\x75\x58\xe3\xc3\xc6\x32\xdd\xbc\x49\xda\x7d\x69\xe8\x56\x27\x52\x1e\xb3\x14\x6b\xf2\x3a\x73\x1a\x51\x0e\x40\x13\xaf\x1f\x1e\x78\x69\x06\x9b\x78\x76\xfd\x98\xd5\xe1\x0a\x7b\x7b\x93\x17\x6a\xfb\x34\x86\x56\xbe\x2e\xbe\x83\xab\xbc\x75\x2b\x1c\xe2\xcd\xe3\x36\x59\xa5\xe5\xda\x6e\x25\x52\xd5\xa3\xfb\xc3\xf1\x36\xa9\x66\x3c\xc4\xb1\xca\x26\xf5\xcf\x9c\xff\x81\xcb\x15\x7a\x34\x70\x2c\x57\x79\x13\x5e\xf6\xfe\xae\xe3\x89\x8f\xe2\x74\x83\xfb\x47\xf0\xfa\x09\xf7\x27\x70\x4b\xaa\xc5\x65\x7e\x37\xb8\xaf\xe3\x57\xe4\x94\xbe\xdc\x3c\xc6\x60\x96\xcb\x9c\x54\x53\xae\x0c\xe9\xa2\x92\x70\x47\x9c\x88\xf3\xa0\x1b\x52\x66\xfe\x70\x24\xfd\x3d\xdf\xb7\x3d\xb3\xe1\xc7\x02\xfd\xc2\xd2\x3b\x08\x10\xc3\xac\x09\x2e\x29\xa3\x61\x1c\xc2\x8c\xf3\x00\x5c\xfa\x7b\xc9\xe5\xcb\x37\x1a\x47\xd9\x90\xbb\xcf\xc2\x86\xdc\x1d\x61\x53\xba\x15\xa9\x63\xa3\x04\x61\x92\x78\x66\x13\xa4\x92\x07\xf9\x33\xdd\x47\xb1\x59\xe4\x70\x30\x4e\xe1\x8a\x8c\x4a\xb7\x2b\x75\x84\xb6\xfc\xd6\x0c\xad\xc8\x2a\xb0\xee\x2c\x81\x08\x04\xa9\xb8\xa6\x41\x98\xaf\x4f\x34\x11\x11\xe8\x1f\x10\xb1\xcf\x3d\x27\xfc\x16\x05\x0c\x74\x40\x5a\x18\x10\x93\xad\x66\x24\x8e\x1e\xf4\x6b\x3c\x36\x4c\x14\x1c\xe9\x54\x5e\x29\xf4\x81\xc5\xe1\x0a\x85\x5e\x65\x92\x86\x71\xa0\x08\x43\x1e\x4b\xf0\x02\x8a\xcc\x84\x29\x86\x46\x03\xb2\x81\x60\x6a\xb2\x1c\xa7\xd0\xa7\xc2\xb3\x5a\x2e\xa8\x23\x98\xf8\x63\x80\x6c\xa3\xb6\xe9\xe2\x37\x4f\xa2\xf5\x8e\x88\x40\x99\x17\xc4\x3e\xfa\x40\x19\x10\x78\xf9\x76\x32\xd1\x3b\x1a\x50\xe6\xe3\x5d\x03\xc5\x97\x71\x10\x2c\xf4\x86\x98\x3a\xfb\xb5\x86\x9b\x98\x11\x2a\x0c\xab\xc5\x87\x23\x2a\xfc\x63\x18\x26\xe0\xc7\x19\x16\x4b\x19\x15\x86\x7a\xef\x17\x3c\x90\x86\x14\x65\x8c\xfb\xab\x65\x2c\x71\xa9\x8f\x6d\x3b\x5c\x12\xca\x41\xa2\x52\x7a\xdf\x31\x21\x0e\xa8\xe5\x6f\xdb\x21\x2d\x6a\x50\x09\x2b\xc1\x6f\xf0\x30\xfb\xb7\x84\xad\x5c\xb5\x1c\xd2\xb4\xcf\xc6\x12\xc5\xf1\xcd\xf6\x6d\xf2\x00\xbe\x95\x9c\xad\x4c\x97\x7f\x13\xe7\xf7\xbe\xf3\xaf\xa7\xce\xf7\xbf\x7e\x78\xae\x0f\x3c\xe6\xb9\x84\x79\xb1\x8f\x77\x91\x40\x29\x2b\xeb\xb1\x70\x65\x56\xd9\x08\x8f\x32\x6b\x0a\xdd\x99\x54\x21\x6e\x5b\x76\x67\x45\x6a\xdf\xdd\x9f\x9d\xc0\xad\x50\x12\x3c\xce\xed\xcd\xb5\x0b\x7d\x3f\xa4\xcc\x28\xa5\xca\xa9\xdc\x5a\x52\xd9\xc7\x92\xaa\xbd\x6a\x3c\x95\xdb\xac\x41\x67\xb5\x12\x9f\xca\xef\x64\xdd\xd9\xc7\x35\x69\x75\xa0\x21\x27\x78\x65\xce\x08\x70\x8d\xab\x2d\xe7\x37\x49\x66\xf5\x68\x96\xb5\x4f\x7e\x1e\x26\x6a\x5f\xee\xd8\x14\xff\x21\xbe\x89\xec\xe7\x22\x5c\xfb\xb0\xe8\x41\xc6\x57\x69\x4d\x42\x87\xb5\xdb\x2d\xf5\xb6\x26\x6e\x14\x6a\x1e\xd2\xec\xb4\xc9\x4f\x0b\xe0\x92\xfa\x7e\x80\xb7\x7a\xb7\x33\xc5\x19\xb3\xf1\xd9\xd8\xc2\xa4\x22\x41\x80\xbe\xf9\xed\x8b\xac\x60\xe8\x0e\x8c\x8b\x90\x04\xc1\x3e\x17\x85\x24\xcb\xcb\x0e\x71\x79\x8d\xc4\x9e\x29\x7e\xe1\x31\xc8\x2d\x8f\x03\x1f\x38\x0b\xf6\xc0\x10\x4d\x3c\x0e\xb9\x4f\xd7\x7b\x50\x5b\x2a\x75\xa8\xdb\xf3\xf8\x6c\x87\x05\xdc\x83\x39\xe8\xa0\x6d\x10\x7d\xba\x36\xe7\xbb\xc2\x50\xdd\xf4\x47\x3b\x55\x13\x15\x10\x72\x45\x65\x1a\xaf\xaf\xe0\x1c\xc9\xd6\xf3\x5f\x49\x54\x8c\x70\x49\x76\xc8\x20\xa4\x42\xe8\x9c\x86\x9b\x9f\xe9\x68\xa5\xbb\xcf\xc6\xd6\x95\x0e\xce\x0d\xa5\x1e\xc5\x13\xf6\xc1\x5b\xc0\xca\x50\x13\x2a\x95\xde\xdc\xd2\x63\x26\x45\x69\x1c\x2e\xb1\x3d\x11\xde\x96\xee\x50\xc2\x2d\x0d\x02\xbd\xeb\x79\x3c\xa2\xc6\x4e\x8a\xdb\x93\x5f\x76\xb9\x63\xb4\xb9\xe6\x81\x8f\xa2\x03\xe3\x35\xc4\x4c\x46\xe8\xd1\x35\x45\xff\x09\x90\x20\xc8\xb1\x28\x83\xae\x7d\xca\x5d\x81\xed\xe4\x35\xa6\xe2\xe3\xc3\x9a\xdd\x59\x9f\xda\x0b\x8a\xd1\x4c\xda\xf6\xf5\xbf\x75\x43\x90\xc6\x4a\x1d\x80\xc5\x3e\xa2\x9e\xf6\xb2\x27\xd6\x3b\x48\x40\x37\xcc\xde\xce\x9b\x9f\xd4\x28\xb3\xd7\xbf\xe7\xa2\x13\x52\xc6\x45\xfa\xb3\x17\xad\x13\xb3\x07\x36\xec\x8c\xc6\x15\x20\xf1\x05\x5b\x06\x2c\x6e\x93\xd5\xb2\xdf\x11\x2f\x68\x7f\xd3\xf9\xb6\xdd\xfa\xff\x00\x00\x00\xff\xff\xde\x27\x3b\x87\xf3\x36\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\xff\x77\xdb\x36\x92\xff\x5d\x7f\xc5\x3c\xbf\xee\x79\xb7\x17\x4a\x71\xd2\x5c\x5b\x5d\xdb\x7b\xb2\xc4\x38\x4a\x6d\x49\x2b\xca\x49\xbb\xfb\xf6\xe9\x41\xe4\x48\x42\x42\x12\x0c\x00\xca\x56\x73\xfe\xdf\xef\x01\xe0\x17\x90\xa2\x64\xd9\x71\x7b\xdb\xfc\xe4\x10\x83\x99\xcf\x7c\xc1\x60\x30\x80\x48\x42\xdf\x21\x17\x94\xc5\x5d\x90\x18\x25\x21\x91\xd8\x66\x09\xc6\x62\x4d\x97\xb2\x4d\x59\x67\x73\xd6\xfa\x48\xe3\xa0\x0b\xb3\x6c\xb8\x15\x92\x05\x86\xa2\xdb\x02\xf8\x70\x23\x5e\x3d\xef\xc2\xc9\x59\xfb\xc5\x49\x0b\x0a\x06\x5d\x33\xe0\x48\x16\xf9\x44\x7e\xef\x24\x4c\xc8\x15\x47\xf1\x29\x74\x12\x25\x4c\x48\x8c\xa5\x23\x5e\xd0\x56\x84\x42\x90\x15\x76\xa1\x07\x31\xde\x40\x39\x0a\x6f\xdf\x7b\x40\x92\x24\xa4\x3e\x91\x94\xc5\xb0\x64\x1c\x7a\x09\xf1\xd7\x08\x33\xcd\x16\xbe\x87\xbf\xa6\x82\xc6\x2b\x98\x18\xf6\xde\xdf\x2f\xff\x06\x6b\x22\x5a\x00\x0b\xc4\x18\x7c\x8e\x44\x62\x00\x34\x86\x2d\x4b\x39\x24\x9c\x7d\x40\x5f\xb6\x61\xb6\x46\x48\x05\xf2\x98\x44\xd8\x49\x88\x10\x37\x8c\x07\x5a\x00\x09\x22\x1a\x2b\x00\x5c\xf1\xd5\xb3\x14\x0e\xaa\x78\x7e\xf5\xf9\xed\x7b\x6f\xde\x1b\x5c\x0d\x47\xf3\x6b\xcf\x9d\x8e\x7a\x57\xee\x5d\xc7\xfe\x3a\xe9\x79\xde\xfb\xf1\x74\x70\xd7\x86\xd7\x8a\x99\xef\xa3\xd0\x00\xe5\x1a\x2d\x90\x10\x10\x49\x16\x44\x60\x0b\xe0\xe4\xab\xcf\x83\xf3\xf9\xa0\x37\xeb\x9d\xf7\x3c\xf7\xee\x44\xe1\xd2\xe4\x3e\xc7\x00\x63\x49\x49\x28\x40\xd3\xd8\x22\x07\xe7\xb6\xac\x49\x88\x44\x20\x2c\x10\x44\xca\x15\x53\xc9\x32\xdd\x35\x27\x81\x3e\x47\x09\x4a\xd9\x40\xc9\x53\x78\xdf\xcc\x66\x13\x6f\xee\xb9\xfd\xa9\x3b\xbb\x3b\x01\x9f\xc5\x92\xd0\x38\x87\x6a\xd3\xf4\xdd\xe9\x6c\xf8\x7a\xd8\xef\xcd\xdc\xbb\x16\xc0\x92\x86\xda\x76\xc6\x5c\x02\xf9\x46\x4d\x12\xe8\xa7\x1c\x35\x1b\x8c\x65\xbb\x15\xa1\x24\x4a\x49\x15\x22\x24\x8e\x99\xd4\x2e\xd4\x11\x03\x10\xa0\xf0\x39\x4d\xa4\x0e\xb9\x9e\xe5\xe1\x3c\x7a\x34\x6b\x65\x76\xcb\x64\x56\x24\x08\xb8\xa1\x72\x6d\x85\x8a\xe6\x0a\x20\x24\xe3\x64\x85\xb0\x48\x69\x28\xc1\x44\x86\xf7\x62\xd8\xd6\xc3\xd4\x67\x71\x3f\x24\x42\x74\xf5\x9f\x0e\x5f\x67\xc1\xa9\x47\x2b\xf1\x1e\x50\x91\x84\x64\xeb\x28\x83\x75\xe1\xed\x39\x13\x02\xde\xe3\x02\x3c\xe4\x1b\xe4\xf0\xaa\xfd\x7c\x27\x0e\xff\xd3\x86\xfa\x57\x05\x2f\xc3\xb4\x96\x32\x11\x7f\xdb\x95\x91\x70\xb6\xa1\x01\x72\xa7\x2a\x6c\x8a\x01\xbc\x21\xf2\x19\x0c\x63\xdf\xe0\x96\x64\x25\xba\x60\xa0\x3e\xcb\x96\xd3\xb3\x0f\x64\x43\x9e\x7d\x58\x30\x21\x34\xcd\x26\x5f\xbf\xf9\x32\x34\xcc\x8e\x5d\x82\x86\x5e\x24\xc4\xc7\x6e\x89\xb2\xc5\x16\x6a\xb1\x88\x6e\xcb\x01\x3b\x47\x6c\xce\x5a\x00\x26\x1f\x28\x83\x50\x5f\x05\x9c\xed\xef\x06\x8f\xd7\x7c\xae\x96\xdf\x0d\x2e\x74\xf4\x20\x3f\x15\xda\x4a\x90\x30\x2e\xdb\xb9\x2b\x0d\xe7\x36\x09\x93\x35\xa9\x66\xa3\x00\x13\x8c\x03\x8c\x7d\x8a\xa2\x0b\xa7\xff\xfc\x7c\xa2\xd0\x9f\x74\x55\x64\xf7\x26\x93\x4b\x15\xa9\xc3\xf1\x68\xae\x97\x8a\xa5\xf5\xc9\xb3\x8c\x37\xc0\x89\x82\xaf\x66\x64\x0a\x9c\xdc\xfd\xeb\x54\x0f\x96\x79\x4d\xab\x51\x86\x5c\x17\x1a\x98\x6b\x32\x63\xea\xe6\x51\x91\xa0\x6f\x98\x29\xdd\x32\xbe\x8e\xfe\x4f\x17\xbe\x7b\xfe\xdd\xf3\x4c\x90\x24\x7c\x85\x72\x52\xfd\x2c\x30\x44\x5f\x32\x5e\x5a\x30\x09\xd9\x36\xc2\x58\xf6\x59\xbc\xa4\xab\x66\xa1\x7f\x8c\xaf\xc4\x9f\xda\x59\x26\x59\x39\x8f\xf1\xd9\x37\xdf\xbc\x6c\xf2\x59\xfe\xf9\xdf\xc8\x67\xf9\x16\x53\x3a\xae\x74\xd9\x53\x86\xb9\xe5\xb4\xfb\xac\xf7\xea\x9b\x97\x2f\x1a\xac\x57\x7c\x7e\x94\xf5\x6c\xf9\x0d\x86\xa4\x41\xf3\x2c\x15\xc5\x85\x9d\xa7\x2c\x95\x0f\xb7\xb2\x9e\x65\x8a\x86\xd2\x82\x79\x32\xcb\xd7\xc4\xef\x9b\x56\xd6\x4c\x48\x45\xf5\x66\xec\xcd\xd4\xa8\xde\xb2\x0d\x03\xc9\x72\x79\xfb\x59\x3d\xd0\x5e\xe2\x77\x34\x98\x78\x22\x8b\x1d\xb9\xb6\x1b\x0d\xe7\x65\x96\x2b\x05\x4b\xe4\x11\x8d\x33\xc1\xaa\x4e\x94\x6b\xce\xd2\xd5\xba\xd1\xc2\x07\x44\xef\x5d\xe1\xc3\x88\xac\xd0\x93\x1c\x49\xb4\x63\xce\x27\x8d\x9a\xbd\x08\xce\x53\x1a\x06\x66\x7d\xfd\xbe\x08\x6c\xf3\xb3\x54\x26\xa9\x2c\xac\x5c\x18\xb2\xc1\x2c\x33\xb2\x2a\x06\xf7\x32\xef\xaa\xaa\x51\x98\x52\x4e\xb0\x94\xfb\x98\x73\xd4\x15\xe9\xad\x1c\x50\xae\x26\xf6\xc7\xa3\x99\xfb\xcb\x6c\x3e\x18\x4e\xef\x32\x82\x15\x95\xa5\x74\x8e\x4b\x45\xe6\x8d\xaf\xa7\x7d\x77\x3e\x75\x27\x63\x6f\x38\x1b\x4f\x7f\x9d\x4f\xdd\xd7\x77\x05\x55\xca\x69\x33\xd5\xf5\xf4\x32\xa7\x92\xdb\x04\xbb\x70\x41\x33\x4c\x92\x13\x89\xab\x6d\x2e\xc9\x60\xf4\x6a\x5f\x01\x30\xde\x94\xff\x71\x32\x7d\xaf\x7a\xef\xdc\xd1\xfc\x6a\x38\x9d\x8e\xa7\x4a\x44\x41\x00\xb0\x21\x61\xaa\x2d\x52\xa7\xb9\xdb\xe1\xd2\x53\x55\x7c\xaf\xaf\x75\x6f\xe2\x60\x8f\x97\xb3\x97\x8c\xfb\x38\x49\xc3\xb0\x0b\x92\xa7\x58\x7e\xe7\x2c\xea\x5a\x6c\x0e\xba\xad\xa8\x47\x55\xc1\xea\xdc\xe0\xc2\x6c\x49\x56\x6d\x5a\xd4\x0c\xdd\xb3\xf6\x8b\xda\xbc\xac\x2e\xfd\xea\xf3\xf0\xaa\x77\xe1\xce\xbd\xd9\xd4\xed\x5d\x69\xb7\x7b\x93\x5e\xdf\xad\x1a\xdc\xd3\x86\x35\xcb\x93\xd3\xd5\x0a\x79\xb1\x07\xad\xa8\x5c\xa7\x8b\x12\xb4\x39\x15\x29\xc6\x17\xc3\xd9\x9b\xeb\xf3\xf9\x7b\xf7\xfc\xcd\x78\xfc\x73\x7e\x28\xaa\x3b\xf2\x4d\xba\xc8\x39\x61\x8c\x9c\xfa\x8d\xac\xdc\x91\x3b\x1d\xf6\x0f\xf3\x32\xd3\x33\x66\x54\xd9\xac\xbf\x26\xb1\x3a\x03\x7f\xae\x52\x0e\xcb\xb1\x8c\xda\x7c\x37\xcb\x35\x1b\xd8\xbb\xb2\x07\xb5\xed\xf3\x8f\x5b\xde\x1c\x35\x2b\xd1\x85\xb3\x2f\x28\x8b\x9a\x16\x8e\xd1\x7f\x8a\xe6\x74\x6b\xfc\x9c\xb7\x1c\x32\x92\xaa\x8e\xbb\x7a\x1e\xad\xeb\x43\xb1\xde\x67\x1f\xad\x4f\x61\x23\xc8\x92\x13\xa1\x71\x11\xa4\xc6\xc7\x95\x24\x50\x2e\xe0\xc1\xf9\xdc\x73\xa7\xef\x86\x7d\x77\x3e\x99\xba\xaf\x87\xbf\xcc\xaf\x7a\x93\xc9\x70\x74\x61\xd1\xda\xeb\xf9\x40\xa1\xf4\xe3\xe0\xbc\x59\xc0\xdb\xd1\x60\xd8\xcc\x2e\x1b\xbc\x6b\x9e\x97\xb7\x26\xf6\xce\x2d\x7a\x17\xcd\xf3\xf3\x5e\xc6\xde\xf9\x45\xb3\xa3\x79\x7e\xde\x3e\xd9\x3b\xbf\xe8\xaf\x34\xcf\xd7\xbd\x9b\xf1\xf8\x72\xee\x0d\xff\xb1\x9f\x49\x85\x6a\x1f\xa7\xde\x2f\xc7\x70\xb2\xa9\xf6\x70\x9a\xfd\x32\x1f\x7a\xe3\x4b\xed\xc1\xbd\x8c\x6c\xa2\x26\x3e\x8d\x6d\x9c\xda\x16\x50\x70\xec\xa0\xf4\x3b\x1f\x6e\x84\x63\xf2\x99\xb3\x61\x61\x1a\xe1\xb1\x5c\x9b\x31\xee\xed\x23\x1d\x87\xf4\x67\xf7\xd7\x07\xf0\x55\xe4\xc7\xf3\x3e\x1c\x74\x87\xe7\xec\x93\x52\x6d\x0e\xee\xe7\x5c\x6b\x22\x1e\xe4\x76\x3f\xce\x5a\xf3\xd1\x22\xd4\xbb\xcb\x7d\x29\x4e\x13\xa9\x4d\x7e\xc2\x42\xea\x6f\xbb\xd0\x0b\x6f\xc8\x56\xec\xec\xdf\x87\xb9\x58\x07\xbe\x5c\x93\x22\xbf\x65\xc7\xe4\x6f\xbf\xfd\xae\xa2\x44\x56\x16\xb0\x90\x7d\xa4\xa4\x32\x92\x70\x26\x99\xcf\xc2\x2e\xcc\xfa\x93\x83\x3c\xcb\x2e\x8a\xcd\x33\x3b\xde\x3d\x86\x61\x79\xc4\xaf\x33\x14\x47\x71\xe4\x48\x02\x1a\xa3\x10\x13\xce\x16\xd8\xad\xcc\xc1\x5b\x3b\xfd\x9b\x7f\x3e\x8b\x22\x12\x07\xf5\xcf\x0e\x74\x16\x34\xee\x2c\x88\x58\xef\x8c\x38\xfe\xce\x27\x3f\xe5\x21\x38\x4e\xcc\x12\xce\x6e\xb7\x70\xfa\xf5\x29\x38\x02\x9c\xb4\x39\xde\xba\xf7\xc5\x8d\xf9\x77\xaa\xb4\xee\x76\x3a\x21\xf3\x49\xa8\x8f\x4c\xca\xdc\x9d\x88\xc4\x64\x85\xbc\xf3\x21\xba\xd5\xd2\x3a\xff\xb3\x42\xf9\x63\x9f\x48\x12\xd2\x98\xfc\xe5\x65\x4f\xed\xd2\x7f\x79\x39\x30\xfd\xd2\xff\x20\x52\xfe\x28\x24\x91\x38\x22\x11\x9e\xee\x08\xf9\xdf\x15\xc7\x04\x1c\xfa\x09\x4e\x0b\x2a\xf8\xfa\x47\xf8\xda\x9b\xf5\xa6\x33\x77\x60\xcf\x30\x19\xe9\x8a\xa5\x71\x3d\xd4\x22\xf5\x6d\x42\xe4\xfa\x88\x34\x66\xf5\x47\x1d\x1f\xb9\xa4\x4b\x55\x0b\x60\x13\xa1\x72\xe6\x38\x0e\xb7\xb5\xf2\xd7\x3a\x17\x5e\x70\xe2\xe3\x04\x39\x65\x81\x87\x3e\x8b\x03\xd1\x85\xff\x2a\x43\xd2\xf0\x14\xbb\x55\xfd\xbd\xc2\xb3\xa2\xb2\x02\xc7\x7c\x1b\x65\xab\x71\xa7\x8f\xdf\x58\xf7\x5a\x05\xe6\x84\x70\x12\x59\x58\x48\x2a\x59\x44\x24\xf5\x6b\xea\x15\x4b\x42\x49\xaa\x60\x3f\x94\x02\x1e\x75\x26\xb8\xe7\x30\xf7\x27\xac\x84\xf7\x35\xc4\x9e\xa4\x28\xae\x32\xff\xd3\xd4\xc7\x75\xd8\x0f\x30\x20\x7c\x59\xd5\x3c\x19\x7b\xb3\x8b\xa9\xeb\xfd\xfd\x52\x67\xbf\x47\x15\xa8\x16\x8f\x2f\x2a\x54\x2d\x3e\x5f\x54\xb0\x5a\x7c\x54\x21\xd9\x1f\x8f\x46\x6e\x5f\xd9\xcf\x6b\x66\xb7\x9f\xfe\x08\xee\x93\xa9\x3b\xe9\x4d\xdd\xc1\x7c\x36\xed\x8d\xbc\xde\xef\x22\xc7\x7b\xa3\x25\x9c\x5f\xbf\x7e\xed\x4e\xef\x67\x5e\x25\x6f\x28\x77\x1a\xa2\x0d\x20\xa4\x1b\xdc\xb3\x2d\xd3\x98\x4a\x4a\xc2\x01\x86\x64\x5b\x24\xf1\x97\xd5\xba\x42\xfa\x89\xc7\xfc\x8f\xf5\x8c\x0c\xbb\xbd\xed\x8c\x9e\x46\xc8\x52\x59\xb0\x3b\x3b\x26\xf5\x35\xad\x93\x63\x2a\xab\x1d\xe9\x7f\x4c\x71\xd2\x54\x9a\xd0\x63\xaa\x95\x44\x7c\x0a\xc1\x59\xc3\xd9\x8b\x6f\xdb\xcf\xdb\xcf\xdb\x67\xe0\x5c\xc3\x57\xb5\xb5\x0a\xce\x27\x70\x82\xca\xe7\x7c\x55\xec\xf2\x04\x38\xf5\xdc\x4b\xb7\x3f\x83\xb3\xd3\xfb\x7d\xfb\xea\x68\x57\x1d\x57\x71\x6c\x08\xef\x84\x74\xd1\x49\x56\xe2\x53\xd8\x51\xd9\xb5\xa1\xdc\x38\xec\x6f\x27\xd9\xb0\xf0\x29\x0b\x8c\x87\x88\x03\xeb\x32\xfd\x9d\x66\xd8\x0f\x09\x8d\xaa\x6e\xf7\xd5\xa7\xd1\x31\xbc\x35\xe5\xff\x4b\x31\xd2\xb4\x80\x1e\x55\x97\x94\x7c\xba\x95\xdc\x53\x69\x42\xce\x7a\x17\x77\xb5\x99\x0f\xea\x56\x7e\x59\x55\x33\x69\x72\xd9\x1f\x55\xda\x14\x3e\x2e\xf7\x66\xf3\xda\xe5\x8a\x05\x58\xb8\x7b\x8a\x24\x78\xcf\xa9\xc4\x71\x9c\x75\x65\x39\x9a\xde\x77\x81\x88\xe3\xa7\x14\x85\xbd\xb8\xb2\x67\x1c\x0a\xc1\xbb\xf1\xe5\xf5\x95\x3b\xef\xf7\x26\xbd\xfe\x70\xf6\xeb\x5d\x2b\x51\x41\x83\x52\x47\x94\xb3\x7b\xe9\xa9\x90\xeb\x0b\x26\xb9\x46\x5b\xd7\x76\x0b\x20\x7b\x68\x61\x02\xd8\x7e\x75\xa2\xbe\x14\x6f\x26\xea\x3a\xb7\x0c\x42\xca\x31\x28\xe2\x32\xdb\x93\x54\x05\x4f\x92\xa4\x8e\xe3\xb4\x9f\x0a\xc9\x22\x7d\xc5\x54\xe0\xb1\xef\x04\x81\xb3\x54\x62\x1b\xe0\x12\xc9\x06\x61\x11\x92\xf8\xa3\x26\x0a\x70\x49\xd2\x50\x16\x33\xcd\x1d\x38\xb6\x57\xed\x2e\xfc\x60\x69\xa3\xdf\x8a\xfc\xe4\xfc\x90\x3d\x67\xfa\xa9\xfd\x43\x36\xd3\x09\x58\x44\x68\xec\x88\x74\xb9\xa4\xb7\x3f\x9d\xd6\xb5\xce\x91\x29\x30\xe6\x32\xee\x4d\x26\xaa\xd0\xbf\x72\x21\x76\xb4\x6a\xe2\x58\xdd\xb4\x46\x85\x7e\x99\x6e\xd9\xc5\xd9\x53\xab\x28\x8e\xd2\xd1\xab\x2b\x79\x41\x65\x76\x3f\x03\xd7\xd3\x61\xfd\xba\xb2\x2e\x4f\x51\x4f\x31\x61\x82\x4a\xc6\xb7\x60\xae\x67\x8c\x98\xc6\xfb\xa1\x03\xf1\xa4\x31\x77\x3b\x1d\x73\x51\xd1\xf6\x59\xd4\x31\x37\x26\xc5\xed\x48\xa7\xf8\xcb\xf9\x94\x52\xff\xa3\x90\x84\x4b\xd1\xa4\xc0\x82\x93\xd8\x5f\x77\x24\x59\x01\xc7\x25\x72\x34\xeb\xaf\x01\x7a\x39\xb8\x0f\xf5\xd4\x7d\x5d\x82\x34\x2f\x8c\x6a\x12\xd5\x2e\xa8\xdf\x64\xd1\x58\x73\xcd\xbc\x06\x92\xe9\xb7\x58\xc1\x7f\x03\x46\x89\xdc\x6a\x5b\x72\xc6\x4a\x82\x80\x72\x7d\x06\xda\xee\x2c\xd0\xbe\xb9\xb7\x83\x41\x4e\x51\x00\xb4\xee\xf0\x4a\x58\x92\x05\x2c\xa4\x42\x76\xf2\x3f\x9c\x0f\xc1\xc2\xaf\xe3\x1c\xe4\x6f\x22\xde\x8e\x06\x43\x93\x2c\xf4\x4b\xb6\xc5\xb6\xf2\xd0\x50\x32\x9d\xa6\xc2\x8d\x79\x3e\xa7\x72\xa9\x09\x08\x13\xb0\x3a\x86\xb5\x67\x3a\xe5\x90\xe8\x94\xb9\x71\xe0\xd5\xb5\xa9\x0a\xae\x24\x9c\xb2\xeb\x9e\xa7\x95\x1d\xce\x59\xe8\x0f\x76\x42\xb5\x60\x9b\x85\x77\xb3\xcc\xba\x38\xeb\xec\xb1\x2f\x14\x95\x93\xea\xc2\x3c\xfa\x1b\x02\x5b\xda\x2f\x34\xf3\x07\x77\x7a\x81\xe7\xe2\x4c\x41\xb2\xe3\xd0\x02\x8e\xd9\xac\xa0\x4f\x12\xe2\x53\x59\xfa\xb5\x96\xeb\x0f\xa0\x3b\xbb\xa0\x7b\x93\x3f\x5b\xda\x4f\x1e\x6b\xcf\x1a\xad\x7e\x8b\x7e\xc7\x28\xea\x20\x3d\x33\xad\x62\xb1\x7a\x97\xe5\xfe\x1d\x21\x6b\x3c\xdd\x87\xb1\x8e\x26\x5f\x41\x25\xfe\x9d\x45\x61\xcd\xd8\x83\xb1\xda\x90\xcf\x70\x99\xfb\xd6\xb6\xcf\x1f\x84\xe9\x23\x6e\x1f\x81\xeb\x67\xdc\x1e\x81\x2d\x6b\xec\x57\xf1\x7d\xc4\x6d\x13\x3e\x1b\x53\xfe\x56\xf7\x10\x82\x49\x49\x73\x54\xfb\xbf\x1e\xe7\x28\x05\xdc\x12\x27\x61\x2c\xec\x44\x34\xd6\x7f\x38\x42\x45\x7f\x5e\x59\xf8\xba\x3e\x4b\x39\x06\x56\x72\x68\x8c\xf8\x6c\x23\xb9\xa2\x31\x8d\xd2\x08\x26\x8c\x85\x7a\x21\xd9\xeb\xb1\x7a\xf9\x74\x10\x0d\xb9\x7d\x12\x34\xe4\xf6\x00\x9a\xca\x05\x56\x13\x1a\xc9\x49\x2c\x88\xaf\xb7\x69\x2a\x58\x58\xbe\xce\x7e\x14\x9a\x59\xc9\x0e\x86\x39\x3b\x1b\x51\xe5\x22\xac\x21\x3e\xa2\x4c\x9d\x38\x8d\x16\xc8\x55\x24\xfb\x21\x55\xe9\xc9\x67\x71\x8c\xbe\x79\x31\x4c\xc2\x90\xdd\x60\xd0\x86\xd9\x9a\xaa\xff\x09\x06\x42\x2b\xb3\x36\x75\xe9\x2e\x93\x84\x63\x42\x94\x1a\x96\xbe\x62\x47\x11\xeb\xd9\xef\xd5\x2e\x8e\x12\x40\xa1\xd0\x81\xe6\x4d\x4d\xb7\x7e\x6e\x49\x01\x6b\x76\x03\x51\xea\xaf\x21\xc2\x48\x95\x19\x54\x40\x80\x81\x0e\xf7\x40\x6d\x57\x16\x0a\xe5\x07\x9f\xf8\x6b\x95\xf3\x94\x03\x0e\x21\xf6\xd6\x5a\xc1\xf3\x74\xb9\x44\xde\x08\xb1\xd6\x99\xd9\xb7\xff\xa4\x02\xf9\xe1\x4d\xe8\x3a\x7b\x6d\xdf\xca\xce\x63\x7a\xca\x3f\x89\xf3\x5b\xcf\xf9\xc7\x73\xe7\xfb\x7f\x7d\x7e\xa9\xce\x1e\xfa\x65\x85\xfe\xf9\x00\xde\x26\x1c\x85\xa8\x85\x82\x75\xb1\x56\xcb\xc1\x07\x91\xed\xcb\x1a\x05\x95\x95\x32\x0c\xba\x53\x1b\xda\x77\x77\xa7\x47\x60\xb3\x5a\x83\x87\xb1\xbd\x7d\xef\x41\x2f\x88\x68\xac\x8d\x52\xc7\x54\x1d\xad\x98\xec\xa1\xa0\x1a\x2f\x24\x8f\xc5\x36\xd9\x63\xb3\x46\x8a\x2f\xc5\x77\xb4\xed\xcc\x3b\x9c\xbc\xad\xb0\x67\x3b\xba\xd0\x05\x34\xbc\xc7\xc5\x9a\xb1\x8f\xd9\xa6\xfe\x68\x94\x8d\xaf\x83\xee\x07\x6a\x1e\xf9\x98\xfa\xf7\x3e\xbc\x19\xed\x53\x01\x6e\x7c\x83\x74\x2f\xe2\x51\xde\xbd\x00\x1a\xc3\xcd\x9a\xfa\x6b\x9d\xcf\xad\x3e\x89\xd0\xc9\x25\xfb\x89\x02\x5c\xd1\x20\x08\xf1\x86\x70\x34\x5d\x1d\x01\x84\x9b\x5c\x4a\x63\x21\x49\x18\x9a\x6c\x8b\xa2\xc6\x43\x4d\x88\x19\x8f\x48\x18\x6e\x4b\x52\xc8\x0a\x8c\xe2\x84\x53\x76\x53\x4c\xc1\xfd\x2b\x4b\x41\xac\x59\x1a\x06\xc0\xe2\x70\x0b\x31\x9a\xd4\x17\xb1\x80\x2e\xb7\x20\x55\x5a\xa7\x4b\xd8\xb2\xf4\x74\x83\x16\xdf\x1d\x1d\x68\x0c\xa6\x3b\x17\xd0\xa5\x3e\xfc\x58\xa2\x3a\xf9\x2f\x84\xea\x2e\xb2\x38\x94\x86\x2a\x2c\xde\xdc\xeb\x39\x50\x28\x96\x3f\xb2\xa8\x39\xe1\x8a\x6c\x30\x86\x88\x72\xae\xb6\x53\xa6\x7f\x0c\xa4\x8c\xee\xbd\x18\x9a\x50\xda\x29\x59\x2b\x33\xec\xe3\xe7\xce\xb3\xc1\x9a\xa8\x4b\x2a\xa4\xda\xa4\xf2\x33\x18\x45\xa1\x03\x2e\xf3\x3d\xe1\xfe\x9a\x6e\x50\xc0\x0d\x0d\x43\x58\xa8\x8d\x3d\xa1\xda\x4f\x92\x99\x63\x51\x71\xf1\xa3\xad\xb9\x64\x61\x80\xbc\x0d\xc3\x25\xa4\xb1\x48\xd0\xa7\x4b\x8a\xc1\x33\xb5\xf1\x96\xbc\x68\x0c\x1d\xf3\xf4\xbb\xc6\xb6\x5d\x36\x60\xec\x77\x8a\x0d\xbb\xbd\x3a\xd2\x5a\x86\x51\x48\x4e\xac\xdf\x0d\x98\x58\x04\xa1\x5d\xd5\x06\x98\x6d\x13\xea\xab\x50\x7b\xa6\x43\xc4\x34\xaa\x42\xba\xca\x7f\x44\x24\x75\x01\xf1\x81\xf1\x76\x44\x63\xc6\xf3\x9f\xd2\x28\xc3\x94\x1b\xe5\xa1\x3d\x54\x47\x06\x64\xa1\x61\x3a\x89\x3b\xbb\x68\xbd\x69\x78\x20\x32\x4e\xbe\x6f\xbf\x3a\x69\xfd\x5f\x00\x00\x00\xff\xff\x87\xb2\xc1\x6c\x94\x37\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x7b\x73\xdb\x38\x92\xff\x5f\x9f\xa2\xcb\x95\x3d\xef\xce\x99\x52\x9c\x4c\x6a\x12\xdd\x64\xae\x64\x89\xb1\x95\xb1\x2d\xad\x28\x4f\x32\xbb\x35\xa5\x82\xc8\x96\x08\x9b\x24\x18\x00\x94\xad\xc9\xf9\xbb\x5f\x01\xe0\x5b\x94\x2c\x3b\x8f\xda\xc9\x5f\x0a\xd1\xe8\xfe\xf5\x03\x8d\x46\x03\x26\x31\xfd\x0d\xb9\xa0\x2c\xea\x82\xc4\x30\x0e\x88\xc4\x36\x8b\x31\x12\x3e\x5d\xc8\x36\x65\x9d\xd5\x71\xeb\x86\x46\x5e\x17\xa6\xe9\x70\x2b\x20\x73\x0c\x44\xb7\x05\x70\x7d\x2b\x5e\x3d\xef\xc2\xc1\x71\xfb\xc5\x41\x0b\x72\x06\x5d\x33\x60\x49\x16\xba\x44\xbe\xb1\x62\x26\xe4\x92\xa3\xf8\x14\x58\xe2\x05\x6d\x85\x28\x04\x59\x62\x17\x7a\x10\xe1\x2d\xbc\xff\xe0\x00\x89\xe3\x80\xba\x44\x52\x16\xc1\x82\x71\xe8\xc5\xc4\xf5\x11\xa6\x9a\x01\xbc\x81\xbf\x27\x82\x46\x4b\x18\x1b\x46\xce\x3f\xcf\xff\x01\x3e\x11\x30\x47\x8c\xc0\xe5\x48\x24\x7a\x2d\x00\x1a\xc1\x9a\x25\x1c\x62\xce\xae\xd1\x95\x6d\x98\xfa\x08\x89\x40\x1e\x91\x10\x3b\x31\x11\xe2\x96\x71\x4f\x0b\x20\x5e\x48\x23\x2a\x24\x72\xc5\x57\xcf\x52\x38\xa8\x80\x67\x9f\xdf\x7f\x70\x66\xbd\xc1\xc5\xf0\x72\x76\xe5\xd8\x93\xcb\xde\x85\x7d\xdf\x29\x7f\x1d\xf7\x1c\xe7\xc3\x68\x32\xb8\x6f\xb7\x00\xde\x29\x66\xae\x8b\x42\x03\x94\x3e\x96\x40\x82\x47\x24\x99\x13\x81\x70\xf0\xec\xf3\xe0\x64\x36\xe8\x4d\x7b\x27\x3d\xc7\xbe\x3f\x50\xa8\x34\xb1\xcb\xd1\xc3\x48\x52\x12\x28\xc9\x83\x93\x8a\xc8\xc1\x49\x55\xd6\x38\x40\xc5\x6c\x8e\x20\x12\x8e\x20\x59\xaa\xbb\xe6\x24\xd0\xe5\x28\x41\xa9\xea\x29\x79\x0a\xef\xd9\x74\x3a\x76\x66\x8e\xdd\x9f\xd8\xd3\xfb\x03\x70\x59\x24\x09\x8d\x32\xa0\x65\x9a\xbe\x3d\x99\x0e\xdf\x0d\xfb\xbd\xa9\x7d\xdf\x02\x58\xd0\x40\x5b\xce\x18\x4b\x20\x5f\xa9\x49\x02\x5d\x25\x57\xb1\xc1\x48\xb6\x5b\x21\x4a\xa2\x54\x54\xa1\x40\xa2\x88\x49\xed\x40\x1d\x19\x00\x1e\x0a\x97\xd3\x58\xea\xd0\xea\x95\xfc\x9b\x45\x89\x66\xad\x8c\x5e\x32\x58\x29\x0e\x04\xcc\x13\x1a\x48\xd0\x9e\xd7\x1c\x01\x9c\x17\xc3\xb6\xfe\x49\x5d\x16\xf5\x03\x22\x44\x57\xff\xb4\xb8\x9f\x06\x9b\x1e\xad\xc4\xaf\x47\x45\x1c\x90\xb5\xa5\x0c\xd3\x85\xf7\x27\x4c\x08\xf8\x80\x73\x70\x90\xaf\x90\xc3\xab\xf6\xf3\x8d\x68\xfb\xef\x32\xa4\xbf\xdb\xb1\x8f\x21\x72\x12\xa4\x20\x6e\xa9\xf4\xc1\x97\x32\x16\xff\xd8\x94\x16\x73\xb6\xa2\x1e\x72\xab\x2a\x76\x82\x1e\x9c\x11\x79\x04\xc3\xc8\x35\x1a\x48\xb2\x14\x5d\x30\xa0\x8f\xd2\x85\x72\x74\x4d\x56\xe4\xe8\x7a\xce\x84\x38\xf2\xa9\xe7\x61\xa4\x49\x57\xd9\x02\xcd\xd6\x99\xe1\xb9\x73\x8d\x19\x22\x11\x13\x17\xbb\x05\xc2\x16\x9b\xab\x85\x21\xba\x2d\x0b\xca\x2b\x7f\x75\xdc\x02\x30\xab\x5c\x99\x85\xba\xd8\x02\x28\x7b\xb7\xc1\xbf\x35\x0f\xab\xa5\x76\x8b\x73\x1d\x2b\xc8\x0f\x85\xb6\x10\xc4\x8c\xcb\x76\x4a\x2e\x0c\xe7\x36\x09\x62\x9f\x54\x73\x8c\x87\x31\x46\x1e\x46\x2e\x45\xd1\x85\xc3\x7f\x7f\x3e\x50\xe8\x0f\xba\x2a\x8e\x7b\xe3\xf1\xb9\x8a\xcb\xe1\xe8\x72\xa6\x17\x46\x49\xd5\x83\xa3\x94\x37\xc0\x81\x82\xaf\x66\xa4\x0a\x1c\xdc\xff\x71\xa8\x07\x8b\x6c\xa5\xd5\x28\x02\xac\x0b\x0d\xcc\x35\x99\xb1\x6f\xf3\xa8\x88\xd1\x35\xcc\x94\x6e\x29\x5f\x4b\xff\xa7\x0b\xaf\x9f\xbf\x7e\x9e\x0a\x92\x84\x2f\x51\x8e\xab\x9f\x05\x06\xe8\x4a\xc6\x0b\x0b\xc6\x01\x5b\x87\x18\xc9\x3e\x8b\x16\x74\xd9\x2c\xf4\xfb\xf8\x4a\xfc\xa5\x9d\x65\x52\x93\xf5\x14\x9f\xfd\xf8\xe3\xcb\x26\x9f\x65\x9f\xff\x83\x7c\x96\x6f\x27\xb9\xe3\x0a\x97\x7d\xcd\x30\x2f\x39\xed\x21\xeb\xbd\xfa\xf1\xe5\x8b\x06\xeb\xe5\x9f\x9f\x64\xbd\xb2\xfc\x06\x43\x52\xaf\x79\x96\x8a\xe2\xdc\xce\x13\x96\xc8\xc7\x5b\x59\xcf\x32\x05\x42\x61\xc1\x2c\x99\x65\x6b\xe2\xdb\xa6\x15\x9f\x09\xa9\xa8\xce\x46\xce\x54\x8d\xea\x0d\xda\x30\x90\x2c\x93\xb7\x9d\xd5\x23\xed\x25\xbe\xa1\xc1\xc4\x57\xb2\xd8\x9e\x6b\xbb\xd1\x70\x4e\x6a\xb9\x42\xb0\x44\x1e\xd2\x28\x15\xac\x6a\x42\xe9\x73\x96\x2c\xfd\x46\x0b\xef\x10\xbd\x75\x85\x0f\x43\xb2\x44\x47\x72\x24\xe1\x86\x39\xbf\x6a\xd4\x6c\x45\x70\x92\xd0\xc0\x33\xeb\xeb\xdb\x22\x28\x9b\x9f\x25\x32\x4e\x64\x6e\xe5\xdc\x90\x0d\x66\x99\x92\x65\x3e\xb8\x95\x79\x57\xd5\x88\xc2\x14\x74\x82\x25\xdc\xc5\x8c\xa3\xae\x3f\xef\xe4\x80\x72\x35\xb1\x3f\xba\x9c\xda\x1f\xa7\xb3\xc1\x70\x72\x9f\x12\x2c\xa9\x2c\xa4\x73\x5c\x28\x32\x67\x74\x35\xe9\xdb\xb3\x89\x3d\x1e\x39\xc3\xe9\x68\xf2\xfb\x6c\x62\xbf\xbb\xcf\xa9\x12\x4e\x9b\xa9\xae\x26\xe7\x19\x95\x5c\xc7\xd8\x85\x53\x9a\x62\x92\x9c\x48\x5c\xae\x33\x49\x06\xa3\x53\xfb\x0a\x80\xd1\xaa\xf8\x8f\x95\xea\x7b\xd1\xfb\xcd\xbe\x9c\x5d\x0c\x27\x93\xd1\x44\x89\xc8\x09\x00\x56\x24\x48\xb4\x45\xea\x34\xf7\x1b\x5c\x7a\xaa\x66\xef\xf5\xb5\xee\x4d\x1c\xca\xe3\xc5\xec\x05\xe3\x2e\x8e\x93\x20\xe8\x82\xe4\x09\x16\xdf\x39\x0b\xbb\x25\x36\x3b\xdd\x96\x17\xa1\xaa\x58\xb5\x6e\x71\x6e\xb6\xa4\x52\x41\x9a\xd7\x0c\xdd\xe3\xf6\x8b\xda\xbc\xb4\x2e\x7d\xf6\x79\x78\xd1\x3b\xb5\x67\xce\x74\x62\xf7\x2e\xb4\xdb\x9d\x71\xaf\x6f\x57\x0d\xee\x68\xc3\x9a\xe5\xc9\xe9\x72\x89\x3c\xdf\x83\x96\x54\xfa\xc9\xbc\x00\x6d\xce\x40\x8a\xf1\xe9\x70\x7a\x76\x75\x32\xfb\x60\x9f\x9c\x8d\x46\xbf\x66\x47\xa0\xba\x23\xcf\x92\x79\xc6\x09\x23\xe4\xd4\x6d\x64\x65\x5f\xda\x93\x61\x7f\x37\x2f\x33\x3d\x65\x46\x95\xcd\xfa\x3e\x89\xd4\x21\xf7\x73\x95\x72\x58\x8c\xa5\xd4\xe6\xbb\x59\xae\xe9\xc0\xd6\x95\x3d\xa8\x6d\x9f\xdf\x6f\x79\x73\xd4\xac\x44\x17\x8e\xbf\xa0\x2c\x6a\x5a\x38\x46\xff\x09\x9a\xb3\xac\xf1\x73\xd6\x48\x48\x49\xaa\x3a\x6e\xea\xb9\xb7\xae\x8f\xc5\xfa\x90\x7d\xb4\x3e\xb9\x8d\x20\x4d\x4e\x84\x46\x79\x90\x1a\x1f\x57\x92\x40\xb1\x80\x07\x27\x33\xc7\x9e\xfc\x36\xec\xdb\xb3\xf1\xc4\x7e\x37\xfc\x38\xbb\xe8\x8d\xc7\xc3\xcb\xd3\x12\x6d\x79\x3d\xef\x28\x94\xde\x0e\x4e\x9a\x05\xbc\xbf\x1c\x0c\x9b\xd9\xa5\x83\xf7\xcd\xf3\xb2\x46\xc4\xd6\xb9\x79\xa7\xa2\x79\x7e\xd6\xb9\xd8\x3a\x3f\x6f\x6d\x34\xcf\xcf\x9a\x25\x5b\xe7\xe7\xdd\x94\xe6\xf9\xba\x53\x33\x1a\x9d\xcf\x9c\xe1\xbf\xb6\x33\xa9\x50\x6d\xe3\xd4\xfb\xb8\x0f\xa7\x32\xd5\x16\x4e\xd3\x8f\xb3\xa1\x33\x3a\xd7\x1e\xdc\xca\xa8\x4c\xd4\xc4\xa7\xb1\x69\x53\xdb\x02\x72\x8e\x1d\x94\x6e\xe7\xfa\x56\x58\x26\x9f\x59\x2b\x16\x24\x21\xee\xcb\xb5\x19\xe3\xd6\xae\xd1\x7e\x48\x7f\xb5\x7f\x7f\x04\x5f\x45\xbe\x3f\xef\xdd\x41\xb7\x7b\xce\x36\x29\xd5\x56\xe0\x76\xce\xb5\x96\xe1\x4e\x6e\x0f\xe3\xac\xb5\x1a\x4b\x84\x7a\x77\x79\x28\xc5\x69\x22\xb5\xc9\x8f\x59\x40\xdd\x75\x17\x7a\xc1\x2d\x59\x8b\x8d\xfd\x7b\x37\x97\xd2\x81\x2f\xd3\x24\xcf\x6f\xe9\x31\xf9\xa7\x9f\x5e\x57\x94\x48\xcb\x02\x16\xb0\x1b\x4a\x2a\x23\x31\x67\x92\xb9\x2c\xe8\xc2\xb4\x3f\xde\xc9\xb3\xe8\xa2\x94\x79\xa6\xc7\xbb\xa7\x30\x2c\x8e\xf8\x75\x86\x62\x2f\x8e\x1c\x89\x47\x23\x14\x62\xcc\xd9\x1c\xbb\x95\x39\x78\x57\x4e\xff\xe6\x9f\xcb\xc2\x90\x44\x5e\xfd\xb3\x05\x9d\x39\x8d\x3a\x73\x22\xfc\x8d\x11\xcb\xdd\xf8\xe4\x26\x3c\x00\xcb\x8a\x58\xcc\xd9\xdd\x1a\x0e\x7f\x38\x04\x4b\x80\x95\x34\xc7\x5b\xf7\xa1\xb8\x31\xff\x0e\x95\xd6\xdd\x4e\x27\x60\x2e\x09\xf4\x91\x49\x99\xbb\x13\x92\x88\x2c\x91\x77\xae\xc3\x3b\x2d\xad\xf3\xbf\x4b\x94\x6f\xfb\x44\x92\x80\x46\xe4\x6f\x2f\x7b\x6a\x97\xfe\xdb\xcb\x81\xe9\x9a\xfe\x17\x91\xf2\xad\x90\x44\xe2\x25\x09\xf1\x70\x43\xc8\xff\x2d\x39\xc6\x60\xd1\x4f\x70\x98\x53\xc1\x0f\x6f\xe1\x07\x67\xda\x9b\x4c\xed\x41\x79\x86\xc9\x48\x17\x2c\x89\xea\xa1\x16\xaa\x6f\x63\x22\xfd\x3d\xd2\x58\xa9\x29\x6a\xb9\xc8\x25\x5d\xa8\x5a\x00\x9b\x08\x95\x33\x47\x51\xb0\xae\x95\xbf\x86\x52\x6c\xd6\xea\x0f\xb2\x4c\x4b\xc5\x8a\x10\xf3\xed\x32\x5d\x63\x1b\xbd\xf8\xc6\x6a\xb6\x54\x36\x8e\x09\x27\x61\x09\x0b\x49\x24\x0b\x89\xa4\x6e\x0d\x74\x1e\xe8\x4a\x52\x05\xfb\xae\x85\xfd\xa4\x4a\xff\x81\x23\xda\x5f\xb0\xbe\xdd\xd6\xe6\xfa\x2a\xa5\x6e\x95\xf9\x5f\xa6\xea\xad\xc3\x7e\x84\x01\xe1\xcb\x6a\xe1\xf1\xc8\x99\x9e\x4e\x6c\xe7\x9f\xe7\x3a\xa7\x3d\xa9\xec\x2c\xf1\xf8\xa2\xf2\xb3\xc4\xe7\x8b\xca\xd0\x12\x1f\x55\x1e\xf6\x47\x97\x97\x76\x5f\xd9\xcf\x69\x66\xb7\x9d\x7e\x0f\xee\xe3\x89\x3d\xee\x4d\xec\xc1\x6c\x3a\xe9\x5d\x3a\xbd\x6f\x22\xc7\x39\xd3\x12\x4e\xae\xde\xbd\xb3\x27\x0f\x33\xaf\x92\x37\x14\x31\x0d\xd1\x06\x10\xd0\x15\x6e\xd9\x6c\x69\x44\x25\x25\xc1\x00\x03\xb2\x76\xd0\x65\x91\x27\xba\xf0\xb2\x5a\x2d\x48\x37\x76\x98\x7b\x53\xcf\xc8\xb0\xd9\xb1\x4e\xe9\x69\x88\x2c\x91\x39\xbb\xe3\x7d\x52\x5f\xd3\x3a\xd9\xa7\x5e\xda\x90\xfe\x7d\x4a\x8e\xa6\x82\x83\xee\x53\x83\xc4\xe2\x53\x00\x96\x0f\xc7\x2f\x7e\x6a\x3f\x6f\x3f\x6f\x1f\x83\x75\x05\xcf\x6a\x6b\x15\xac\x4f\x60\x79\x95\xcf\xd9\xaa\xd8\xe4\x09\x70\xe8\xd8\xe7\x76\x7f\x0a\xc7\x87\x0f\xfb\xf6\xd5\xde\xae\xda\xaf\x8e\x58\x11\xde\x09\xe8\xbc\x13\x2f\xc5\xa7\xa0\xa3\xb2\x6b\x43\x11\xd1\xe4\xef\x0a\x69\x43\xad\x80\x61\x2c\xd7\x03\xca\xab\x0e\x08\xd1\xa3\x49\xd8\x85\x83\x83\xbd\x82\x2a\x17\xf2\xbd\x4b\x83\xa6\x70\x7e\x52\x95\x50\xf0\xe9\x56\x32\x41\xa5\xd1\x37\xed\x9d\xde\xd7\x66\x3e\xaa\x23\xb8\x57\x8d\x11\x2b\x3b\xa1\xd4\x46\xb4\x36\xef\xd2\x94\x50\x7d\x6f\x21\x7d\x2c\xef\xa2\xed\x16\x40\x7a\x77\x6f\xaa\xb7\xf2\xd3\x05\xf5\x25\xbf\x7f\xaf\x1b\xb1\xa5\x16\xed\xa7\x84\x72\xf4\x72\x57\xa4\x49\x51\x95\x90\x24\x8e\xeb\x38\x0e\xfb\x89\x90\x2c\xd4\x37\x17\x39\x9e\xf2\x55\x13\x70\x96\x48\x6c\x03\x9c\x23\x59\x21\xcc\x03\x12\xdd\x68\x22\x0f\x17\x24\x09\x64\x3e\xd3\x5c\xad\x62\x7b\xd9\xee\xc2\xcf\x25\x6d\xf4\xf3\x83\x5f\xac\x9f\xd3\x17\x31\xbf\xb4\x7f\x4e\x67\x5a\x1e\x0b\x09\x8d\x2c\x91\x2c\x16\xf4\xee\x97\xc3\xba\xd6\x19\x32\x05\xc6\xdc\xf1\x9c\xa5\xa2\x72\xfd\x2b\xf7\x2c\x7b\xab\x26\xf6\xd5\x4d\x6b\x94\xeb\x97\xea\x96\xde\xc7\x7c\x6d\x15\xc5\x5e\x3a\x3a\x75\x25\x4f\xa9\x4c\xdb\xfe\x70\x35\x19\xd6\x6f\xc1\xea\xf2\x14\xf5\x04\x63\x26\xa8\x64\x7c\x0d\xa6\xeb\x6f\xc4\x34\x5e\x3b\xec\x88\x27\x8d\xb9\xdb\xe9\x98\xfe\x77\xdb\x65\x61\xc7\x34\xe2\xf3\xa6\x7b\x27\xff\x65\x7d\x4a\xa8\x7b\x23\x24\xe1\x52\x34\x29\x30\xe7\x24\x72\xfd\x8e\x24\x4b\xe0\xb8\x40\x8e\x91\x6e\xb6\x37\x40\x2f\x06\xb7\xa1\x9e\xd8\xef\x0a\x90\xe6\xb5\x4a\x4d\xa2\x4a\xc3\xfa\x05\x0d\x8d\x34\xd7\xd4\x6b\x20\x99\x7e\xee\xe3\xfd\x8f\x49\xa4\xda\x96\x9c\xb1\x82\xc0\xa3\x5c\x17\xe1\xeb\x8d\x05\xda\x37\xd7\x41\x30\xc8\x28\x72\x80\xa5\xab\xa1\x02\x96\x64\x1e\x0b\xa8\x90\x9d\xec\x87\x75\xed\xcd\xdd\x3a\xce\x41\x76\xd5\xfe\xfe\x72\x30\x34\xc9\x42\x3f\x87\x9a\xaf\x2b\x6f\xd5\x24\x03\x8e\x82\x05\x2b\xf3\x06\x4b\xe5\x6f\x13\x10\x26\x60\x75\x0c\x6b\xcf\x74\x8a\x21\xd1\x29\x92\xe4\xc0\xa9\x6b\x53\x15\x5c\x49\x38\x45\x33\x37\x4b\x2b\x1b\x9c\xd3\xd0\x1f\x6c\x84\x6a\xce\x36\x0d\xef\x66\x99\x75\x71\xa5\xe2\x77\x5b\x28\x2a\x27\x6d\xcd\xaf\x6c\x51\x7e\x9a\x56\x7b\x7e\x56\x3a\x53\xeb\xf7\x66\xa2\x0e\xcb\x31\xd3\x2a\xa0\xea\x27\xe9\x87\x93\x6e\xda\x32\x78\x08\x63\x1d\x4d\x16\xa4\x05\xfe\x8d\xb8\x2b\xcd\xd8\x82\xb1\xda\x4a\x4d\x71\x99\x9b\xb2\xb6\xcb\x1f\x85\xe9\x06\xd7\x4f\xc0\xf5\x2b\xae\xf7\xc0\x96\xb6\x64\xab\xf8\x6e\x70\xdd\x84\xaf\x8c\x29\x7b\x51\xb9\x0b\xc1\xb8\xa0\xd9\xab\x71\x5b\x13\xe9\xa0\x14\x70\x47\xac\x98\xb1\xa0\x13\xd2\x48\xff\xb0\x04\xfd\xb3\xd8\xbc\x5d\xbd\xeb\x27\x1c\xbd\xd2\xfa\xdb\xc8\x12\x83\x7c\x08\x2e\x68\x44\xc3\x24\x84\x31\x63\x01\x38\xf4\xcf\x4a\xc8\x57\xaf\x0d\x76\xa2\x21\x77\x5f\x05\x0d\xb9\xdb\x81\xa6\x72\xf5\xd0\x84\x46\x72\x12\x09\xe2\xea\x9d\x90\x0a\x16\x14\x6f\x68\x9f\x84\x66\x5a\xb0\x83\x61\xc6\xae\x8c\xa8\x72\x85\xd1\x10\x1f\x61\xaa\x4e\x94\x84\x73\xe4\x2a\x92\xdd\x80\x62\xa4\x57\x7f\x84\xae\x79\xd9\x49\x82\x80\xdd\xa2\xd7\x86\xa9\x4f\xd5\xff\x04\x03\xa1\x95\xf1\x4d\x41\xb7\xc9\x24\xe6\x18\x13\xa5\x46\x49\x5f\xb1\xa1\x48\xe9\xd9\xe6\xc5\x26\x8e\x02\x40\xae\xd0\x8e\x03\x7a\x4d\xb7\x7e\x66\x49\x01\x3e\xbb\x85\x30\x71\x7d\x08\x31\x54\x3b\x39\x15\xe0\xa1\xa7\xc3\xdd\x53\x3b\x42\x09\x85\xf2\x83\x4b\x5c\x5f\xe5\x3c\xe5\x80\x5d\x88\x1d\x5f\x2b\x78\x92\x2c\x16\xc8\x1b\x21\xd6\x4e\xdf\xdb\x52\x7c\x22\x90\xef\xce\xf3\x57\xe9\x9b\xe8\x56\x5a\xe5\xeb\x29\xff\x26\xd6\x9f\x3d\xeb\x5f\xcf\xad\x37\x7f\x7c\x7e\xa9\x0a\x6e\x7d\x27\xae\x9f\x73\xe3\x5d\xcc\x51\x88\x5a\x28\x94\xae\x44\x6a\x39\x78\x27\xb2\x6d\x59\x23\xa7\x2a\xa5\x0c\x83\xee\xb0\x0c\xed\xf5\xfd\xe1\x1e\xd8\x4a\xed\x9f\xdd\xd8\xde\x7f\x70\xa0\xe7\x85\x34\xd2\x46\xa9\x63\xaa\x8e\x56\x4c\xf6\x58\x50\x8d\x57\x49\xfb\x62\x1b\x6f\xb1\x59\x23\xc5\x97\xe2\xdb\xdb\x76\xe6\x05\x45\x76\x58\xdd\xb2\x1d\x9d\xea\x1a\x15\x3e\xe0\xdc\x67\xec\x26\xdd\xd4\x9f\x8c\xb2\xf1\x5d\xc7\xc3\x40\xcd\xf3\x0c\x53\x62\x3e\x84\x37\xa5\xfd\x5a\x80\x1b\x5f\x8f\x3c\x88\xf8\x32\x3b\x13\x03\x8d\xe0\xd6\xa7\xae\xaf\xf3\x79\xe9\xf4\x2d\x74\x72\x49\x1f\x96\xc3\x05\xf5\xbc\x00\x6f\x09\x47\xd3\x2b\x10\x40\xb8\xc9\xa5\x34\x12\x92\x04\x81\xc9\xb6\x28\x6a\x3c\xd4\x84\x88\xf1\x90\x04\xc1\xba\x20\x85\xb4\xc0\xc8\x0f\x11\xc5\x19\xdd\xd4\xb4\xbf\xb3\x04\x84\xcf\x92\xc0\x03\x16\x05\x6b\x88\xd0\xa4\xbe\x90\x79\x74\xb1\x06\xa9\xd2\x3a\x5d\xc0\x9a\x25\x87\x2b\x2c\xf1\xdd\xd0\x81\x46\x60\x3a\x1e\x1e\x5d\xe8\xf3\x45\x49\x54\x27\xfb\x3b\x8e\xba\x8b\x4a\x1c\x0a\x43\xe5\x16\x6f\xee\x20\xec\x28\x14\x8b\xe7\xf1\x35\x27\x5c\x90\x15\x46\x10\x52\xce\xd5\x76\xca\xf4\x1f\x6d\x28\xa3\x3b\x2f\x86\x26\x94\x36\x4a\xd6\xca\x8c\xf2\x09\x6f\xe3\xc1\x57\x4d\xd4\x39\x15\x52\x6d\x52\xd9\x31\x87\xa2\xd0\x01\x97\xfa\x9e\x70\xd7\xa7\x2b\x14\x70\x4b\x83\x00\xe6\x6a\x63\x8f\xa9\xf6\x93\x64\xe6\xe4\x91\x37\xf7\xb5\x35\x17\x2c\xf0\x90\xb7\x61\xb8\x80\x24\x12\x31\xba\x74\x41\xd1\x3b\x52\x1b\x6f\xc1\x8b\x46\xd0\x31\x8f\x76\x6b\x6c\xdb\x45\x8f\xa3\xfc\xc2\xac\x61\xb7\x57\xa7\xc6\x92\x61\x14\x92\x83\xd2\x8b\x6f\x13\x8b\x20\xb4\xab\xda\x00\xd3\x75\x4c\x5d\x15\x6a\x47\x3a\x44\x34\x54\x12\xd0\x65\x24\xcc\x5f\x55\x48\x5d\x40\x5c\x33\xde\x0e\x69\xc4\x78\xf6\x97\x0f\xca\x30\xc5\x46\xb9\x6b\x0f\xd5\x91\x01\x69\x68\x98\xfe\xd4\xc6\x2e\x5a\x6f\x45\xed\x88\x8c\x83\x37\xed\x57\x07\xad\xff\x0f\x00\x00\xff\xff\x3b\xc4\x6b\x8c\x24\x35\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x6f\x6f\xdb\xbc\x11\x7f\xaf\x4f\x71\x30\x02\xb8\x05\x22\x29\x6e\xf1\x3c\xc3\x04\x14\x83\x1b\xfb\xd9\x8c\xc5\x8e\x67\xa7\x2d\x9e\x15\x45\x40\x4b\x67\x8b\x2b\x45\xaa\x24\xe5\xd4\xcb\xf2\xdd\x07\x8a\xfa\x2f\x3b\x73\xbb\x60\x2f\xa6\x57\x36\x79\xe4\xfd\xee\xf8\xbb\x3b\x1e\x49\x4a\x3f\xa2\x54\x54\xf0\x00\x34\x26\x29\x23\x1a\x3d\x91\x22\x57\x31\xdd\x6a\x8f\x0a\x7f\x3f\x72\xbe\x52\x1e\x05\x70\x57\x4c\x3b\x8c\x6c\x90\xa9\xc0\x81\x6a\x45\x00\x09\x91\x94\x44\x1b\x17\xd3\x18\x13\x94\x84\xb9\xe5\x9c\x93\xa0\x52\x64\x87\x01\xfc\xcb\x75\x00\xee\x62\x84\xad\x60\x4c\x3c\x50\xbe\x03\x85\x72\x4f\x43\x7c\xa5\x5e\x43\x4c\xf6\x08\x1b\x44\x0e\xa1\x44\xa2\x31\x02\xca\xe1\x20\x32\x09\xa9\x14\xff\xc0\x50\x07\x70\xf1\x38\x19\xdf\x8d\xdf\x8f\xd7\xd3\xfb\xf5\x74\xf5\x71\x76\x3d\xbd\x5f\x8c\xe7\xd3\x27\xcf\x71\xa0\xfc\x3e\x28\x94\x9c\x24\x68\xa4\xe7\xbf\xaf\xff\x76\x73\xff\x61\x3d\x5d\x3d\xd5\x02\x4b\xa2\xd4\x83\x90\x51\x2d\xb0\x1c\xaf\xd7\x9f\x6e\x57\x13\x2b\x34\x21\x9a\x6c\x88\x42\x58\xb4\x76\x29\x35\xe7\x42\xd7\x82\x73\x0c\x35\x15\x1c\x3e\xac\x6e\x02\x48\x0e\xea\x1b\x0b\x7c\xff\x14\xc0\xe0\xed\xdb\xab\x5f\x7d\x83\xf2\x37\x21\x21\x11\x12\x81\xf2\xad\x90\x09\xc9\xf7\x20\x1b\x91\x69\xc8\x94\xf1\x88\x8e\xa9\xaa\xfc\x7a\x09\x94\x87\x2c\x8b\xcc\xc4\x6d\x8a\x7c\x6d\x0e\x05\x42\xc1\x15\x8d\x50\xe6\x8b\xd5\x25\x28\x44\x88\xb5\x4e\x55\xe0\xfb\x3b\xaa\xe3\x6c\xe3\x85\x22\xf1\x55\xc8\x84\xdc\xf9\xe5\xc9\x84\x82\x6b\x42\x39\x4a\x7f\xc3\xc4\xc6\x4f\x88\xd2\x28\xfd\xd1\x95\xf7\xc6\x97\x42\x68\x3f\x53\xd2\x57\x31\x91\xe8\x57\x92\xae\x0a\x25\x4d\xb5\xf2\x73\xfb\xfc\xd5\x74\x3c\x99\x4f\xbd\x24\xf2\x9c\x04\x35\x89\x88\x26\x86\x04\x84\x73\xa1\x2d\x96\x20\xf7\x60\x84\x76\x5d\x4e\xaa\xfc\xd0\xcd\x37\x37\x38\x26\xef\x21\x2a\xfd\x5b\x9c\xfd\x25\x3c\x50\x1d\x1b\x07\xa4\x86\x88\x4a\x23\xd7\xa0\xb4\x90\x64\x87\xde\xff\x8b\xbf\x0a\x1f\x7c\x1a\xaf\x16\xb3\xc5\x9f\x03\x18\xf3\x43\xee\x88\xdc\x50\x8c\xe0\x81\x32\x06\x1b\x04\x26\x94\x86\x2c\x15\x1c\x52\x11\x19\x47\x6a\x99\xe5\x3c\xf3\xe0\x96\xb3\x03\x64\x0a\xdb\x16\xc3\x56\x48\xd0\xa8\x34\xe5\xbb\x5c\x09\x0d\x05\xbf\x66\x44\xa9\x20\xff\xe9\x16\xe6\xe4\x73\xad\xb8\x8e\xa8\x4a\x19\x39\xb8\x36\x58\xca\xd3\x79\x35\x2d\x03\xf8\xf5\x91\x25\x22\xcc\x12\xe4\xf6\xb0\xdd\x4c\xb2\xe0\x7f\xeb\xc7\x3e\x22\x26\xf8\xce\x6d\xf1\xed\xae\xe5\x9d\x54\x8a\x3d\x8d\x50\x81\xf1\x34\xe1\x11\x61\x82\x63\x65\xac\x61\x20\xca\xe2\x6c\x0c\x0b\x81\xd4\xf4\x2c\xb2\x90\x67\x53\x56\x35\x4c\x15\x70\xa1\xcb\x73\x33\x07\xd5\x63\xed\x65\xb1\xa3\x12\x40\xf8\x01\x24\x2a\x4d\xa4\x06\xb1\x05\x1d\x57\xb4\xb7\x47\x2e\x51\x65\x4c\x9b\x4c\x47\x18\xb3\x8c\xd8\xa0\x61\xaf\x21\x42\x47\x75\xb1\xab\x39\xaf\x4b\x43\x04\x69\x7f\x11\x1e\x41\x5a\xe4\x34\x20\x12\x21\x8c\x85\x42\x0e\x7b\x4a\x20\x25\x92\x24\xa8\x51\x2a\x78\x88\x91\x5b\x77\x98\x64\x5f\x46\x4e\x89\xd4\x62\xf2\xfa\x0e\x2e\x1c\x28\xdd\x36\x5d\x56\x18\xc1\x5f\x88\xbe\x84\x19\x0f\x8f\xac\x52\x59\x9a\x0a\xa9\xdb\x14\x21\x61\x88\x4a\x79\x12\xa3\x98\x68\xc3\x94\x7c\x9d\x26\x3b\x15\x54\x36\x5e\xd6\x74\xb5\x8a\x7a\x75\xa5\x98\x51\x29\x09\x31\xa8\xb5\x3a\x62\x63\x6a\x84\x0a\x1c\x17\x9a\x35\x6d\x3f\x72\x00\x6c\xfd\x5a\x63\x28\x51\x3b\x00\xcd\xe4\x75\x24\x7d\xc1\x89\x42\x88\xdf\x53\xa1\xd0\x2d\xa1\xde\x5b\x80\xc3\x47\xcf\x8c\x7c\x1e\x0e\xcb\x89\xdc\x45\xc3\xe1\x97\xa7\xe1\x39\xdb\xa5\x55\x39\x3a\xb2\x53\x39\x79\xf6\x6e\x26\xa2\xee\x9f\xdd\xd2\x48\xfc\xf8\xbe\x59\x55\x55\x8f\x6c\x69\x26\xeb\x9d\xca\xe2\x7b\xbc\x12\x3a\x00\x4a\x4b\xca\x77\x93\xea\x00\x5a\x7e\x3b\x51\x70\xa1\xe7\x92\x53\xe5\xfb\xb8\xa1\xb5\xf4\xea\xf6\xf6\xee\xd4\x12\x63\x48\xf7\xde\xf0\x0c\x9d\xf2\x98\xf9\xaf\xf9\x94\x49\x5a\x5f\x20\x1e\x3d\x95\x62\xe8\x85\x2c\x33\x59\x72\xb6\x7c\x0a\x8a\x11\x13\x4e\xea\xf3\x9f\x5e\x79\xc6\x49\xef\xde\x0d\x8a\xb8\x18\xbc\xfe\x92\x4f\x3d\x9d\xe9\xfa\x14\x43\x0b\x2a\xdf\xcf\xfe\x74\xdb\xa1\x56\x60\x36\x02\x01\x98\x7b\x8b\x63\x33\x04\xc3\x50\x0b\x19\x34\xb2\xd0\x33\xaa\x4e\x7a\x6d\x82\x29\x13\x07\x53\x44\xae\x05\xdf\xd2\xdd\x0f\xb9\x8f\xb0\x34\x26\x6d\x27\x3e\x10\xaa\xdd\xad\x90\xae\x44\x12\x1d\x02\x18\x68\x99\xe1\xe0\x47\xbd\x21\x31\x65\x34\x24\x2a\x80\xd1\xcf\x58\x9b\x2f\xd1\x92\x68\xdc\x1d\x2a\xd0\x87\x34\xcf\x93\xb6\x8c\x38\x4d\x3b\x4a\x91\xb6\xe1\xe6\xab\x6f\xd6\xe5\x77\x86\xe6\xa6\x21\xe6\xab\xca\x68\x63\x23\x17\x90\xef\x9b\xfb\x96\x87\x5e\x53\xbd\x31\x09\xb0\x27\x2c\xc3\xdf\xa4\x48\x82\xd6\xb0\xf1\x8c\x49\xa2\x7f\xc5\xc3\x0a\xb7\xdd\x39\x80\xaf\x78\x08\xda\xe1\xd4\x13\x39\xcb\xa0\x3e\xc2\x32\x62\x5f\x1e\x65\x99\x22\x5e\x0a\x69\x2b\xc1\xbc\x3c\xdc\x56\x5a\x7b\x29\xcc\xa5\xf8\xcb\xc3\x35\x5a\x7e\x1e\x25\x4d\xf2\xc6\x71\x08\xc3\xee\xe0\x32\x63\x6c\x29\x18\x0d\x0f\x01\xcc\xb6\x0b\xa1\x97\x12\x15\x72\xdd\x90\x63\x74\x8f\x1c\x95\x5a\x4a\xb1\xc1\x36\x4e\xca\xa9\xa6\x84\x4d\x90\x91\xc3\x1a\x43\xc1\x23\x15\xc0\xdb\xab\x96\x8c\x0e\xd3\xb5\x08\xbf\xa2\xee\x9a\xd8\xc9\x8c\x95\x3c\x4d\x50\x64\xba\xda\x6e\xd4\x8b\xe2\x76\x82\x85\x76\x16\x2e\x8f\xa5\x8a\xde\xe5\x31\x35\x26\xcb\xd1\x13\x46\xe1\xf7\x66\x16\xb0\x5f\x28\x92\x84\xf0\xa8\x3b\xec\x82\xbf\xa1\xdc\x57\x71\x6f\xdc\xa5\xfd\xa1\xb0\x37\x54\xc4\xe4\xa7\xc9\xbb\xc1\x45\x3b\x3e\x07\xb6\x94\x81\x1b\xc3\xe8\xcd\x1f\xbc\x2b\xef\xca\x1b\x81\x9b\xc1\x45\x9d\x68\xc0\x9d\x94\x7f\x8f\xf2\x2e\x57\x81\x30\x5c\x4f\x6f\xa6\xd7\x77\x30\x1a\xfe\xe7\xa3\xfb\xe5\xec\x93\x90\xa8\x44\x26\x43\x54\x6d\x97\x30\x9a\x50\xad\xba\x6e\x4a\x30\x11\xf2\x90\xdf\x08\xa6\xf3\xdb\xd5\xef\xf7\x37\xb3\xf9\xec\xae\x49\xd0\xbd\x60\x59\x82\x73\x91\xf1\xee\x39\x26\x66\x6c\x49\x74\x1c\x80\xbf\x27\xd2\x67\x74\x53\xb4\x33\x26\x36\x5a\x8a\x9e\x0f\x07\xb7\x25\x6f\x15\xb6\x33\x7b\x92\xea\xc3\x84\xca\x36\xfa\x04\x23\x9a\x25\x01\x0c\x06\x67\x57\x93\x5a\x93\x96\x74\xb7\xab\x0a\x88\x6b\x43\xee\x3a\x26\x7c\x87\x4b\xd3\x52\x34\xf4\x93\x4c\x0b\xd3\x96\x87\x01\x98\xd2\xdb\xaf\x42\x0b\xd2\xc1\xdb\x0d\x83\x6d\x27\xc5\xd8\x8b\xc2\xcc\xa8\x5c\x6b\x89\x24\xb9\x23\xbb\x53\xb1\x14\x5c\x3c\xce\xc7\xab\xd9\x78\xf2\xfe\xfe\xe3\x74\xb5\x9e\xdd\x2e\x9e\x3a\xa2\x45\xa3\x70\xf1\x68\x4c\x5c\x2f\xc7\xd7\x55\x82\xb1\x15\x7a\x56\x9b\x56\x18\x6b\xc7\xed\xf5\xa4\x98\xa8\xfb\x28\xd3\x5f\xb4\xfa\xcd\x39\xf9\x4e\x93\x2c\x01\x92\x1f\xb8\x69\xf2\x2c\x6b\xf2\x5e\xaf\x72\x02\x84\x84\x9b\x9e\xcd\xf4\x4a\x45\x27\x65\x9f\x97\xe6\x56\xf8\xc6\xf0\xaf\x6a\x7a\x9a\x6c\x73\x0c\x67\xbf\x65\x54\x62\x54\x79\x38\xcf\xcc\x01\xfc\x32\x7a\x33\xa7\x5d\x3c\xa6\x63\xac\x9f\x3e\x16\xa5\x07\x4c\xff\x27\x31\x07\xd5\xf0\xac\x09\x07\xd3\x1e\xf7\x60\x55\xeb\x2a\x4c\x95\xfb\x6a\xfd\x75\xf3\x75\x04\x83\x59\x55\xb6\xbc\x35\x9e\xe2\xd2\x0c\xf6\xee\x1b\xd9\xd7\x8b\x46\x8f\xdb\x03\x52\xbd\xc6\x95\x2b\x17\xb6\xa0\x58\x50\x47\x79\xfc\x8c\xc7\x4a\xea\x75\xf0\x96\x6f\x86\x39\x9c\xf2\x71\xc0\xdc\x5e\x40\xc7\x44\x57\x8f\x33\x59\x89\xd8\x76\xb2\xb6\x87\x7e\x06\x7b\xb9\x53\xf3\xb5\xb0\xd0\xe4\x14\xb4\xcf\xb5\x7c\x1e\xbb\x7f\xbf\x72\xff\xf8\xe5\xf1\xad\xa1\xe6\x0e\x39\xca\xfc\x4d\x15\xbf\xa7\xd2\xe8\x11\xbc\x66\x46\xf3\xba\xd6\xb1\xb2\x63\x54\xf9\xce\x59\xf9\xb8\x84\x13\xd6\x70\x8c\xf6\x73\x60\x2f\xeb\xfb\x86\x85\x3d\xfc\x4c\xdc\x7f\x96\xb0\x47\xbf\xe6\xad\xdf\x19\xc0\x1b\xd7\xa2\x9f\x04\x6f\xae\x3f\xcf\xc3\xce\x25\x5e\x0a\x70\xf7\x32\xf7\x3c\xea\x45\x83\xf3\xbd\xe7\x4e\x4b\x1a\x8c\x4e\x02\x6f\x3d\x3c\x77\x70\x34\x0a\xe5\x29\x6e\x2b\x92\xa4\x0c\xfb\xe4\x2e\xba\x30\x83\xab\xd4\x94\xa7\x73\xd0\xa2\x22\xf5\xab\xd1\x95\xf7\x06\x84\x04\xd3\x9e\x28\xfd\xba\x87\xf1\xc8\x26\x79\x1a\xa9\x61\xb6\xb3\xf0\x33\x38\x07\x46\xd7\xc0\xf9\x77\x00\x00\x00\xff\xff\xdf\xcc\x83\x0e\x79\x18\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYaml, - "Template.template.openshift.io/openshift/mariadb-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mariadb-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMariadbPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x5f\x6f\xdb\xba\x15\x7f\xf7\xa7\x38\x08\x02\xb8\x05\x22\x29\x4e\x71\xef\x30\x01\xc5\xe0\xda\xbe\x77\xc6\xe2\xc4\xb3\xdd\x14\x5d\x51\x04\x34\x75\x6c\x73\x95\x48\x5d\x92\x72\xea\x65\xf9\xee\x03\x49\xfd\xb5\x6c\x37\xe9\x82\x3d\x4c\x4f\x36\x79\xc8\xf3\x3b\xff\xcf\x21\x49\xd9\x1d\x4a\xc5\x04\x0f\x41\x63\x92\xc6\x44\xa3\x2f\x52\xe4\x6a\xc3\x56\xda\x67\x22\xd8\xf6\x3a\xdf\x18\x8f\x42\x58\xe4\xdb\x9d\x98\x2c\x31\x56\x61\x07\xca\x13\x21\x24\x44\x32\x12\x2d\xbd\xd4\x5c\xa6\x34\x72\xed\x15\x9b\x9d\x04\x95\x22\x6b\x0c\xe1\xdf\x5e\x07\x60\xb1\x41\x58\x89\x38\x16\x0f\x8c\xaf\x41\xa1\xdc\x32\x8a\x6f\xd4\x5b\xd8\x90\x2d\xc2\x12\x91\x03\x95\x48\x34\x46\xc0\x38\xec\x44\x26\x21\x95\xe2\x9f\x48\x75\x08\xe7\x8f\xc3\xfe\xa2\xff\xa1\x3f\x1f\xdd\xcf\x47\xb3\xbb\xf1\x60\x74\x7f\xd3\x9f\x8c\x9e\xfc\x4e\x07\x8a\xef\xa3\x42\xc9\x49\x82\x86\x7a\xf2\x79\xfe\xf7\xeb\xfb\x8f\xf3\xd1\xec\xa9\x22\x98\x12\xa5\x1e\x84\x8c\x2a\x82\x69\x7f\x3e\xff\x74\x3b\x1b\x3a\xa2\x21\xd1\x64\x49\x14\xc2\x4d\xe3\x96\x82\xb3\x25\x1a\x08\xce\x91\x6a\x26\x38\x7c\x9c\x5d\x87\x90\xec\xd4\x1f\x71\x18\x04\xc7\x00\x86\xef\xde\x5d\xfe\x1a\x18\x94\xbf\x09\x09\x89\x90\x08\x8c\xaf\x84\x4c\x88\xbd\x83\x2c\x45\xa6\x21\x53\x46\x23\x7a\xc3\x54\xa9\xd8\x0b\x60\x9c\xc6\x59\x64\x36\x6e\x53\xe4\x73\x63\x15\xa0\x82\x2b\x16\xa1\xb4\x87\xd5\x05\x28\x44\xd8\x68\x9d\xaa\x30\x08\xd6\x4c\x6f\xb2\xa5\x4f\x45\x12\x28\x1a\x0b\xb9\x0e\x0a\xd3\x50\xc1\x35\x61\x1c\x65\xb0\x8c\xc5\x32\x48\x88\xd2\x28\x83\xde\xa5\x7f\x15\x48\x21\x74\x90\x29\x19\xa8\x0d\x91\x18\x94\x94\x9e\xa2\x92\xa5\x5a\x05\x56\xbe\x60\x36\xea\x0f\x27\x23\x3f\x89\xfc\x4e\x82\x9a\x44\x44\x13\xe3\x05\x84\x73\xa1\x1d\x96\xd0\x6a\x30\x42\x77\xce\x7a\x95\x35\xba\xf9\x26\x06\xc7\xf0\x03\x44\x85\x7e\x73\xdb\x5f\xc0\x03\xd3\x1b\xa8\x3c\x07\x94\x16\x92\xac\xd1\xff\x7f\x51\x56\xae\x80\x9b\xdb\xc5\x28\x84\x39\x25\xb1\x85\x2e\x9c\x68\x7a\x43\x38\x08\x8e\x20\x31\x8d\x19\x25\xc0\x14\x70\xa1\x41\x65\x69\x2a\xa4\xc6\xc8\x87\xcf\x22\x83\x24\x53\xda\x85\x48\x4d\x51\x5b\x11\x67\x09\x2a\x20\x5b\xc2\x62\xb2\x8c\xb1\x0c\x19\x1a\x67\x06\xb1\xe1\x92\x29\x6c\xea\xc9\xb7\x78\x18\x15\x7c\x10\x13\xa5\x42\xfb\xd3\xcb\x25\xb7\x7b\x8d\x04\x10\x31\x95\xc6\x64\xe7\xb9\xa0\xca\xad\x78\x80\x4c\xd0\x2c\x41\xee\x1c\xc1\xcb\x64\x1c\xfe\x6f\xd5\xdc\x46\x14\x0b\xbe\xf6\x1a\xbe\xb8\xa8\xab\xc1\xa4\x95\x2d\x8b\x8c\xfa\x40\x69\xc2\x23\x12\x1b\x33\x14\x6e\x6a\xbc\x13\x65\x6e\x3a\xeb\xa1\xa4\x72\xdd\x3c\x43\xf9\x2e\x9d\x95\xcb\x4c\x59\xdf\xc5\x08\x04\x3f\xe8\xd0\x86\x3c\xbf\xb2\x3c\x64\xf4\x7a\x61\xac\x24\xdd\x2f\xc2\x23\x48\xf3\x1c\x05\x44\x22\xd0\x8d\x50\xc8\x61\xcb\x08\xa4\x44\x92\x04\x35\x4a\x05\x0f\x1b\xe4\x4e\x04\x93\xbd\x19\x5f\xe7\xf7\x5a\x53\xe7\xa1\xe5\xb7\x95\x92\x0b\x2d\xbd\xa6\x59\x67\x18\xc1\x5f\x89\xbe\x80\x31\xa7\x07\x4e\xe5\xce\xd8\x34\x2b\xa1\x14\x95\xf2\x25\x46\x1b\xa2\x8d\x75\xed\x39\x4d\xd6\x2a\x2c\xa5\xbb\xa8\xdc\xca\x31\x6a\x17\x8a\x7c\x4b\xa5\x84\x62\x58\xb1\xed\x88\xa5\x49\xfa\x2a\xec\x78\x50\xaf\x52\xdb\x5e\x07\xc0\x55\xa4\x39\x52\x89\xe6\x7c\x3d\x1b\x1d\xc8\x47\x70\xa4\xb4\xe1\xf7\x54\x28\xf4\x0a\xac\xf7\x0e\x61\xf7\xd1\x37\x2b\x5f\xba\xdd\x62\xc3\xea\xa8\xdb\xfd\xfa\xd4\x7d\xce\x75\x69\x59\x5f\x0e\xdc\x54\x6c\x3e\xfb\x36\x13\x06\xf7\x27\xaf\x34\x14\x2f\xbf\x37\x2b\xcb\xe4\x81\x2b\xcd\x66\x75\x53\x51\x4d\x0f\x97\xb6\x0e\x80\xd2\x92\xf1\xf5\xb0\x34\x40\x43\x6f\x47\x2a\x28\xb4\x54\x72\xac\x1e\x1f\x16\xb4\xa2\x9e\xdd\xde\x2e\x8e\x1d\x31\x82\xec\x37\x02\x27\xdc\xc9\x06\xcd\x7f\xed\x4f\x99\x64\x55\x47\xf0\xe8\xab\x14\xa9\x9f\xe7\xe3\xf1\xf4\x29\xcc\x57\x4c\x3c\xa9\x2f\x7f\x79\xe3\x1b\x25\xbd\x7f\x7f\x96\x07\xc6\xd9\xdb\xaf\x76\xeb\xe9\x99\xaa\x4f\x91\x3a\x50\xf6\x3e\xf7\xd3\x6b\xc6\x5a\x8e\xd9\x10\x84\x60\x1a\x11\xbb\xa0\x30\x46\xaa\x85\x2c\x44\xfa\x01\xab\xa3\x5a\x9b\x96\x81\x7c\x67\xab\xd1\x20\x26\x2c\x69\xe9\xf0\x05\x82\xb8\xb4\x32\x11\x11\x96\xe2\xcc\x90\x44\x9f\x24\xd3\x78\xcb\xa9\xcb\x9f\x12\x95\xc8\x24\xc5\xd2\x22\x12\xff\xc8\x50\xe9\xf2\x3f\x14\x49\xd7\x70\xbd\xbb\xbd\xfe\x38\x19\xdd\x0f\xfa\xd3\xfe\x60\xbc\xf8\x7c\x42\x9a\x21\xa6\xb1\xd8\x99\x3a\x36\x10\x7c\xc5\xd6\x2f\x72\x06\x12\xa7\x1b\xd2\x74\x89\x07\xc2\xb4\xb7\x12\xd2\x93\x48\xa2\x5d\x08\x67\x5a\x66\x78\xf6\x52\x95\xe4\xad\x81\x0a\xa1\xf7\x33\xb6\x73\xda\x90\x44\xe3\x7a\x57\x82\xde\xa5\x36\xed\xbb\x4a\xd6\xa9\xcb\x51\x90\x34\x05\x37\x5f\xd5\xf9\x17\xdf\x33\x38\xd7\x05\x31\x5f\x59\xc9\x6b\x17\x79\x80\x7c\x5b\xbf\xb7\x70\xe1\x2a\x70\x6b\x9b\x00\x5b\x12\x67\xf8\x9b\x14\x49\xd8\x58\x36\x9a\x31\x25\xe1\x6f\xb8\x9b\xe1\x6a\x7f\x0f\xe0\x1b\xee\xc2\x66\x72\x68\x91\x3c\x4b\xa0\x36\xc2\x22\xff\xbc\x3e\xca\x22\xe1\xbd\x16\xd2\x46\xba\x7c\x7d\xb8\x8d\x24\xfd\x5a\x98\x0b\xf2\xd7\x87\x6b\xb8\xfc\x3c\x4a\x96\xd8\x04\xd3\x85\xee\xfe\xe2\x34\x8b\xe3\xa9\x88\x19\xdd\x85\x30\x5e\xdd\x08\x3d\x95\xa8\x5c\xb3\x53\x7c\x31\xdb\x22\x47\xa5\xa6\x52\x2c\xb1\x89\x93\x71\xa6\x19\x89\x87\x18\x93\xdd\x1c\xa9\xe0\x91\x0a\xe1\xdd\x65\x83\x46\xd3\x74\x2e\xe8\x37\xd4\xfb\x22\xee\xe5\xf9\x92\x9e\x25\x28\x32\x5d\x5e\xd7\x6b\x45\x71\xb3\x5c\x40\xb3\xa6\x14\x66\x29\xa3\x77\x7a\x88\x8d\xc9\x72\xec\x88\x50\xf8\xbd\x9e\x05\xdc\x47\x45\x92\x10\x1e\xed\x2f\x7b\x10\x2c\x19\x0f\xd4\xa6\xb5\xee\xb1\xf6\x12\x6d\x2d\xe5\x31\xf9\x69\xf8\xfe\xec\xbc\x19\x9f\x67\xae\x30\x83\xb7\x81\xde\xd5\x9f\xfc\x4b\xff\xd2\xef\x81\x97\xc1\x79\x95\x68\xc0\x1b\x16\x7f\x0f\xfa\x9d\x65\x81\xd0\x9d\x8f\xae\x47\x83\x05\xf4\xba\x3f\x36\xdd\x2f\xcf\xb6\x44\xab\xae\xb9\x2f\x66\x09\xd3\x6a\x5f\x4d\x09\x26\x42\xee\x6c\x7f\x33\x9a\xdc\xce\x3e\xdf\x5f\x8f\x27\xe3\x45\xdd\x41\xdd\x80\x38\x11\x19\xdf\xb7\x63\x62\xd6\xa6\x44\x6f\x42\x08\xb6\x44\x06\x31\x5b\xe6\x13\x95\x89\x8d\x06\xa3\xd3\xe1\xe0\x35\xe8\xf3\x89\xb4\x9e\xd9\x5f\x72\x1c\x6a\x53\x53\xad\x9d\x68\x0a\x4e\xcd\xd2\xcd\x8f\x63\x54\x4b\xb6\x5e\x97\x65\xc6\x73\x81\x39\xd8\x10\xbe\xc6\xa9\x99\xa3\x6a\x28\x49\xa6\x45\x42\x34\xa3\x21\x98\x02\xdd\xae\x55\x86\x5d\x43\xaa\xfd\x60\x59\xed\x25\x22\xd7\x4e\x8c\x0d\xcb\xb9\x96\x48\x92\x05\x59\x1f\x8b\xb8\xf0\xfc\x71\xd2\x9f\x8d\xfb\xc3\x0f\xf7\x77\xa3\xd9\x7c\x7c\x7b\xf3\xb4\x47\x9a\x0f\x47\xe7\x8f\x46\xba\xf9\xb4\x3f\x28\xd3\x90\xab\xe3\xe3\x4a\xb4\x5c\x58\xb7\xee\x9a\x98\x7c\xa3\x1a\x1e\xcd\x4c\xd5\x18\x8c\x27\xe4\x3b\x4b\xb2\x04\x88\x75\x0b\x10\xab\xdc\xb7\x40\x6f\xb0\x52\x02\x50\xc2\xcd\xa0\x6a\x06\xc4\x7c\x7c\x74\x66\x98\x38\xe2\x6b\xe3\xa5\xe5\xa4\x57\xf7\xc9\x8e\x6b\xd0\x98\xc4\xa8\xd4\xb0\xcd\xdf\x21\xfc\xd2\xbb\x9a\xb0\x7d\x3c\x66\xaa\xae\x9e\x70\x6e\x0a\x0d\x98\xa1\xd7\x3e\x99\x60\x5d\xb3\x26\x68\xcc\x1c\xdf\x82\x55\x9e\x2b\x31\x95\xea\xab\xf8\x57\x03\xe7\x01\x0c\xe6\x94\xd1\x86\x6e\xe0\xc9\x07\x05\x70\xfd\x7e\x04\x2b\x21\x2d\x45\x51\x55\x5a\x40\xca\x27\xc5\xe2\xe4\x8d\x2b\x3b\x0e\xd4\x41\x17\x3e\xa1\xb1\xc2\xf5\xf6\xf0\x16\x0f\x9f\x16\x4e\xf1\x8a\x61\x7a\x1c\xd0\x1b\xa2\xe1\x81\xc5\x31\x2c\xd1\xac\x38\xc4\xae\xcf\x76\xaf\x68\x27\xb0\x17\x37\xd5\x9f\x3c\x73\x4e\x9d\xdc\xed\x2d\x97\x2f\x7d\xef\x1f\x97\xde\x9f\xbf\x3e\xbe\x33\xae\xb9\x46\x8e\xd2\xbe\x0c\xe3\xf7\x54\x1a\x3e\x82\x57\x9e\x51\x6f\xea\xf6\xa4\xdc\x13\xaa\x78\xac\x2d\x75\x5c\xc0\xa1\x15\x1c\xc3\xfd\x39\xb0\xa7\x55\x57\xe2\x60\x77\xbf\x10\xef\x5f\x05\xec\xde\xaf\x76\xdc\x7d\x06\xf0\x5a\xf3\xf4\x93\xe0\x4d\x93\x74\x1a\xb6\xa5\x78\x2d\xc0\xfb\x2d\xdf\x69\xd4\x37\x35\x9f\x6f\xbd\xd9\x3a\xa7\xc1\xe8\x28\xf0\xc6\xeb\xf9\x1e\x8e\x5a\x39\x3d\xe6\xdb\x8a\x24\x69\x8c\x6d\xe7\xce\x67\x35\x83\xab\xe0\x64\xd3\x39\x68\x51\x3a\xf5\x9b\xde\xa5\x7f\x05\x42\x82\x19\x62\x94\x7e\xdb\xc2\x78\xe0\x12\x9b\x46\x2a\x98\xcd\x2c\x7c\x02\xe7\x99\xe1\x75\xd6\x42\x69\x4b\x16\xb8\x5c\x55\x3d\xca\x1a\xf3\x1b\x0d\x5e\x00\xfa\x6b\xdf\x65\xbc\x0b\xb8\xfa\x9d\xb5\x11\xba\x0b\x06\x24\x25\x94\xe9\x5d\x09\x6c\x6f\x80\x3d\x01\xac\xf7\x3b\xeb\xfc\x27\x00\x00\xff\xff\xa2\xba\xe4\xa0\xd5\x19\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMariadbPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMariadbPersistentYaml, - "Template.template.openshift.io/openshift/mariadb-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMariadbPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMariadbPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mariadb-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\xed\x6f\xdb\xbc\x11\xff\xee\xbf\xe2\x60\x04\x48\x02\x44\x72\xd2\x62\x2d\x26\xa0\xd8\xdc\x38\x7d\x66\xac\x76\x0c\x3b\xed\x83\xad\x28\x02\x5a\x3a\x4b\x5c\x29\x52\x0f\x49\x39\xf1\xb2\xfc\xef\x03\x29\x51\xaf\x8e\xe1\x76\xf9\x32\x7d\xb2\xf9\x72\xf7\xbb\x77\xde\x91\x8c\x7e\x45\xa9\xa8\xe0\x01\x68\x4c\x33\x46\x34\xfa\x22\x43\xae\x12\xba\xd1\x3e\x15\xa3\xed\xd5\xe0\x07\xe5\x51\x00\x77\xe5\xf6\x80\x91\x35\x32\x15\x0c\xa0\xba\x11\x40\x2a\x78\x2c\xa2\xb5\x87\x59\x82\x29\x4a\xc2\x3c\xb7\x37\x48\x51\x29\x12\x63\x00\xff\xf1\x06\x00\x77\x09\xc2\x46\x30\x26\x1e\x28\x8f\x41\xa1\xdc\xd2\x10\xcf\xd4\x39\x24\x64\x8b\xb0\x46\xe4\x10\x4a\x24\x1a\x23\xa0\x1c\x76\x22\x97\x90\x49\xf1\x2f\x0c\x75\x00\x27\x4f\x93\xf1\xdd\xf8\xe3\x78\x75\x73\xbf\xba\x59\x7e\x9d\x5e\xdf\xdc\xcf\xc7\xb3\x9b\x67\x7f\x30\x00\xf7\x7d\x51\x28\x39\x49\xd1\x9c\x9e\xdd\xce\x7f\xbb\x9d\x7c\xbc\xff\xb2\xba\x59\x3e\xd7\x47\x16\x44\xa9\x07\x21\xa3\xe6\x91\xc5\x78\xb5\xfa\xfd\x76\x39\x29\x8e\x4d\x88\x26\x6b\xa2\x10\xe6\x1d\x4a\x8e\xbf\x3d\x76\x2d\x38\xc7\x50\x53\xc1\xe1\xcb\xf2\x73\xa5\x83\x60\x34\xea\xb0\x0e\xf6\xf0\xf9\xeb\x4b\xc2\x8c\xf6\x71\x1b\x00\x7c\x12\x12\x52\x21\x11\x28\xdf\x08\x99\x12\xcb\x97\xac\x45\xae\x21\x57\x46\x97\x3a\xa1\xaa\xb2\xc8\x05\x50\x1e\xb2\x3c\x32\x1b\xb7\x19\xf2\x95\x31\x27\x84\x82\x2b\x1a\xa1\xb4\x97\xd5\x05\x28\x44\x88\x44\x98\xa7\xc8\x75\x41\x90\x72\xd0\x09\x42\x9e\x29\x2d\x91\xa4\x20\x31\x13\x8a\x6a\x21\x77\x01\x24\x5a\x67\x2a\x18\x8d\x62\xaa\x93\x7c\xed\x87\x22\x1d\xa9\x90\x09\x19\x8f\x9c\xf5\x43\xc1\x35\xa1\x1c\xa5\x3f\x48\x51\x93\x88\x68\x62\xdc\x84\x70\x2e\x0a\xfa\xd6\x6b\x00\x22\x54\xa1\xa4\x99\xb6\x6e\x67\xdd\xc2\x7c\x33\x43\x65\xf2\x11\x22\xa7\xfd\xd2\x3b\x2e\xe0\x81\xea\xc4\x08\x9a\x19\x57\x55\x1a\xb9\x06\xa5\x85\x24\x31\xfa\xff\x6f\x7a\x29\x65\xfd\x7d\xbc\x9c\x4f\xe7\xbf\x05\x30\xe6\x3b\x2b\xb0\x15\x08\x23\x78\xa0\x8c\xc1\x1a\x81\x09\xa5\x21\xcf\x04\x87\x4c\x44\x46\x61\x5a\xe6\xd6\xd7\x7c\xb8\xe5\x6c\x07\xb9\xc2\xb6\x64\xb0\x11\x12\x34\x2a\x4d\x79\x6c\x99\xd0\x50\xf0\x6b\x46\x94\x0a\xec\x4f\xaf\x04\x63\xf7\x5a\x11\x1e\x51\x95\x31\xb2\xf3\x8a\xb0\x71\x56\x38\xbb\x71\xa1\x7c\xbe\xe7\x4a\x53\x39\x5e\x2e\x59\xad\x85\x48\x84\xca\x17\x3f\x22\x73\xcc\xe0\x52\x7a\x64\xed\x70\x4f\x53\x12\xa3\x1a\x45\x6b\xf7\xab\x04\xe4\x27\x3a\x65\x7d\x16\x4c\xf0\xd8\x6b\x39\xca\x5d\x4b\xdc\x4c\x8a\x2d\x8d\x50\x81\x51\x1d\xe1\x11\x61\x82\x63\x85\xde\xb8\x0e\xca\x52\xd9\xc6\x7d\x80\xd4\x7e\x55\x26\x18\xbf\xc8\x46\xd5\x32\x55\xc0\x85\x76\x86\x30\x9a\xef\xb9\xdb\x45\x49\x51\x09\x20\x7c\x07\x12\x95\x26\x52\x83\xd8\x58\xef\x28\xfd\xb5\xb0\xa1\x44\x95\x33\x6d\x1c\x87\x30\x56\x98\x78\x8d\xc6\xed\x8c\x65\x3b\xac\x4b\xaa\xc6\x00\x17\xc6\xb2\xb2\xf8\x45\x78\x04\x59\x99\xac\x80\x48\x84\x30\x11\x0a\x39\x6c\x29\x81\x8c\x48\x92\xa2\x46\xa9\xe0\x21\x41\x5e\xa8\xc3\xe4\x71\xe7\xf2\x0e\x69\x81\xc9\xef\x2b\xb8\x54\xa0\xf4\xda\xf6\x5f\x62\x04\x7f\x23\xfa\x02\xa6\x3c\xdc\x73\x4b\xe5\x59\x26\xa4\x6e\xdb\x9c\x84\x21\x2a\xe5\x4b\x8c\x12\xa2\x4d\x00\xd8\x7b\x9a\xc4\x2a\xa8\x64\xbc\xa8\xfd\xaf\x60\xd4\x2b\x19\xe5\x8e\xca\x48\x88\x41\xcd\x75\x20\xd6\x26\xfd\xab\x60\xe0\x41\xb3\x5c\x6d\xaf\x06\x00\x45\x69\x5a\x61\x28\x51\x0f\x00\x9a\x59\x67\x4f\xde\x81\x17\x6a\x1c\x3e\x66\x42\xa1\x47\xa2\x94\xf2\xfb\xac\x2a\x0f\xa7\x4f\xbe\x21\xf6\xed\xf4\xd4\x09\x51\x1c\xf1\xdc\x91\xd3\xd3\xef\xcf\xa7\xc7\x50\x76\xf7\xef\x0b\xd1\xf7\x10\x36\x1b\x47\x93\x3b\x08\xf1\xa7\xc1\xe5\x55\xc9\xdc\x43\xcd\x6c\xd6\x94\x5c\x65\xdd\x5f\xba\x06\x00\x4a\x4b\xca\xe3\x49\x65\x82\x17\x14\xd7\xac\xa9\xe3\xc9\x6c\x3a\xef\x14\xe0\x96\x5a\x5e\x2c\xc0\xd0\x93\xf9\xe5\x92\xde\x12\xa8\xff\x38\x38\xe0\x5a\x36\x7e\xfe\x67\xdf\xca\x25\x6d\xbe\x10\x9e\x7c\x95\x61\xe8\x87\x2c\x57\x1a\xe5\x74\xf1\x1c\x94\x2b\x26\xb8\xd4\xb7\xbf\x9c\xf9\x46\xf2\x0f\x1f\x86\xf6\xca\xf0\xfc\xbb\xdd\x78\x3e\xd2\x08\x19\x86\x05\x28\x4b\xad\xf8\xe9\x35\xc3\xce\x25\x1c\x11\xe1\x42\x48\x1d\xc0\x65\xb9\x92\xd9\x7f\x6f\xde\x5f\x5e\xbd\x77\x2b\x52\x68\x11\x0a\x16\xc0\xdd\xf5\xc2\x49\x4a\x64\x8c\x7a\xd1\x39\xab\x90\x61\xa8\x85\x0c\x1a\xe9\xec\x20\x4e\x73\x45\x19\x8d\x8f\x37\x1b\xca\xa9\xde\x05\x30\x17\xbc\xc8\x86\x7a\x97\x61\x00\xd7\x4e\x3f\xd6\xb5\x88\xce\x4b\x61\x98\x20\xd1\x47\xc2\x08\x0f\x8d\x31\x9f\x0e\xd8\x6f\x82\x19\x13\x3b\x53\xab\xae\x05\xdf\xd0\xf8\xa7\x0c\x49\x58\x96\x90\xb6\x39\x1f\x08\xd5\xde\x46\x48\x4f\x22\x89\x76\x01\x0c\xb5\xcc\x71\xf8\xb3\x76\x91\x98\x31\x1a\x12\x15\xc0\xd5\x2f\xab\x4e\x4b\xa2\x31\xde\x55\xa0\xad\xc2\x96\x58\x14\xb7\x41\x53\x0e\x77\xa4\x2d\xb8\xd5\x63\xf5\x94\x77\xdf\x11\x9c\x9b\x82\x98\xaf\x7a\xdd\x34\x08\x79\x10\x92\x8c\xac\x29\xa3\x9a\xa2\xb2\x26\xaa\x79\x20\xdf\x36\x59\x3a\xcf\x6c\x46\x64\x63\x1b\x60\x4b\x58\x8e\x9f\xa4\x48\x83\xd6\xb2\x51\x9b\xc9\xfb\x7f\xc7\xdd\x12\x37\xdd\x3d\x80\x1f\xb8\x0b\xda\x71\xdf\x3b\x72\x94\xb4\xfb\x30\xba\xe4\xf2\xfa\x38\x5d\x2a\x7b\x3d\xac\xed\x04\xfb\xfa\x88\xdb\xa9\xfd\xf5\x70\xbb\x0b\xaf\x8f\xd8\xf0\xf9\x75\x9c\xf6\xf9\x1a\xc0\x29\x9c\x76\x17\x17\x39\x63\x0b\xc1\x68\xb8\x0b\x60\xba\x99\x0b\xbd\x90\xa8\x90\xeb\xc6\x39\x46\xb7\xc8\x51\xa9\x85\x14\x6b\x6c\xe3\x34\x29\x90\x12\x36\x41\x46\x76\x2b\x0c\x05\x8f\x54\x00\x6f\x2f\x5b\x67\x74\x98\xad\x44\xf8\x03\x75\x57\xc4\x7e\xe2\x2e\x2f\xd0\x14\x45\xae\x2b\x7a\x57\xbd\x58\x6f\xf6\x05\x35\x2d\xd5\x8e\xd0\x2a\xc6\xbb\x49\xbf\xba\xb3\xa7\x4c\x80\xcd\x74\x24\xa2\x2f\x08\x8c\x8f\xcd\x34\x52\x7c\xa1\x48\x53\xc2\xa3\xee\xb2\x07\xa3\x35\xe5\x23\x95\xf4\xd6\x3d\xda\x5f\x0a\x7b\x4b\x56\x48\xb8\x7a\xf3\xde\xbf\xf4\x2f\xfd\xab\xc0\x0a\x30\x3a\xe9\xba\x1a\x78\x39\x9c\x34\xf3\x10\x78\x59\xbd\xb0\x37\x84\x2c\x7d\x0f\xb7\x84\x7d\x18\xfe\x91\x53\x7d\x76\x3e\x3c\xc2\xaa\x47\xdb\x48\xa2\x12\xb9\x0c\x51\xb5\x35\xc2\x68\x4a\xb5\xea\x6a\x29\xc5\xd4\x76\xa4\x27\x4f\xb3\x9b\xd9\xed\xf2\x1f\xf7\x9f\xa7\xb3\xe9\x5d\xd3\x77\x15\x86\xb9\xa4\x7a\x77\x2d\xb8\xc6\xc7\x8e\x17\x1d\x48\xd9\xc6\xc0\x74\x4b\x19\xc6\x18\x05\xb0\x21\x4c\x35\x03\x48\xa3\x4c\x29\xb7\x45\x74\x56\x4c\x7b\x16\x44\x27\x01\x8c\x22\xdc\x8e\x1a\x9b\x1e\x13\x71\xe3\xda\x56\xb0\x3c\xc5\x99\xc8\x79\xd7\xdd\x52\xb3\x56\xd2\xd8\x12\x39\x62\x74\xed\xda\xc5\x91\x89\xe2\x16\xb2\xc3\x81\xeb\xb5\xce\x47\x5c\xb9\x00\x2d\xdf\x16\x9f\xa8\x54\x75\x80\x96\x1d\x9d\x3b\x33\x66\x0f\x64\xa7\x06\x6d\xc0\xad\x32\x87\x69\xa6\x77\x13\x2a\xdb\x9a\x4c\x31\xa2\x79\x1a\xc0\x70\x78\x74\x69\xad\x71\x6a\x49\xe3\xb8\xaa\xa6\x5e\x91\x5a\xae\x13\xc2\x8d\x5a\x25\x49\x1b\xfc\x49\xae\x45\x4a\x34\x0d\x03\x30\xef\x90\x7e\x49\x9e\x93\x0e\xde\x6e\xb4\x6f\x3a\xa9\xb4\x78\x35\x4d\x0d\xcb\x95\x1d\x75\xdc\x91\xf8\xa5\x94\xd1\x98\x6b\x7d\xbd\x59\xae\xa6\xb7\xf3\xe7\xce\xd1\xb2\x97\x3b\x79\x32\x22\xae\x16\xe3\xeb\x46\x22\x65\x44\xe9\xbb\x42\x54\x8c\xa6\x45\x4e\xad\xf4\x55\xbc\x66\xa6\xb5\xe4\xa5\x2e\xca\x67\xa1\x7d\xca\x55\x1b\xe5\xcb\xd0\x78\x6c\xdd\x16\x9b\x76\xb1\x35\x3e\x98\x91\x47\x9a\xe6\x29\x10\xeb\x5c\xa6\x67\x2f\xc2\xc5\xb6\xee\x95\xc2\x20\x24\xdc\xb4\xe0\xa6\xf5\x2d\x1b\xe3\x62\x08\x38\x2b\x0e\x7f\x36\x81\x57\xf5\xb0\xcd\x30\x1b\x18\xef\xf9\x23\xa7\xd2\x44\x48\x69\x0d\x5b\xad\x02\xf8\xd3\xd5\x9b\x19\xed\xe2\xb9\x4b\xb0\x31\x82\x9a\x3b\x6d\x99\x76\x5e\xa2\x05\xd5\xb0\x82\x71\x4c\x1a\xa1\xea\xc1\xaa\xee\x55\x98\x2a\x55\xd7\xfc\xeb\x5e\x7a\x0f\x06\x73\xcb\x4d\x30\x6a\x3c\x65\xdf\x03\x45\xfb\x12\x15\xd3\xa5\xc6\xc8\xa2\x07\xa4\x9a\x99\xba\x9b\xf3\xa2\xc8\x16\xa0\xf6\xfa\xfc\x01\x8d\x39\x37\xed\xe0\x75\xd3\x5d\x0b\xc7\xcd\x7a\xcc\xcb\x0e\x74\x42\x74\x35\x3c\xcb\x1d\xe2\x62\x30\x51\x8c\x44\x0e\x60\x77\x94\x9a\x13\xdd\x92\xd3\xa0\x0c\x11\xcb\xe5\xdb\xd8\xfb\xe7\xa5\xf7\xe7\xef\x4f\x6f\x8d\x1b\xc7\xc8\x51\xda\xe9\x37\x3e\x66\xb2\xe8\x64\x6a\xcf\x68\x3f\x66\x3b\x72\x76\xc4\x72\x13\xe9\x4a\xcb\x0e\x50\x58\x03\x32\xfc\x8f\x01\xbe\xa8\xdf\x61\x05\xf0\xd3\x6f\xc4\xfb\xb7\x03\x7e\xf5\xce\x76\xf2\x47\x41\x6f\x94\xbb\xc3\xf0\xe7\x0d\x0f\xea\x0d\x71\x0b\x13\x60\xf4\x22\xf6\xd6\xb0\xbd\x07\xa2\xf1\x08\x7c\xc9\x57\x14\x49\x33\x86\x7d\x67\xe9\x69\xb5\xc6\x64\x5e\xac\x87\x35\x3a\xb6\x47\x5e\x4f\x99\xbd\x47\xf8\x61\x95\x96\xad\xac\xd1\xaa\x43\x64\xcb\x00\x68\x51\x39\xf8\xd9\x5b\xff\x1d\x08\x09\xc5\x94\xf5\xbc\x27\xca\x1e\x1a\x36\xa3\xf4\xb0\x95\xc9\xfb\x80\x8a\x87\x6f\xfd\x77\xc3\xc1\x7f\x03\x00\x00\xff\xff\x20\xcd\xd2\x80\x2d\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYaml, - "Template.template.openshift.io/openshift/mongodb-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mongodb-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMongodbPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x59\x6d\x6f\xdb\x38\xf2\x7f\xef\x4f\x31\x08\x0a\xa4\x05\x22\x39\x69\xf1\xdf\xc5\x5f\x40\x71\xe7\x3a\x69\xcf\xb8\xda\x31\x62\xb7\x8b\x5e\x51\x04\x63\x69\x2c\xf3\x4a\x91\x5a\x92\x72\xea\xcb\xe5\xbb\x1f\x48\x4a\xb2\x1e\x1c\x6f\xba\x97\x37\xa7\x57\x0e\x39\x9c\xf9\xcd\x33\x39\xc1\x9c\x7d\x26\xa5\x99\x14\x11\x18\xca\x72\x8e\x86\x42\x99\x93\xd0\x1b\xb6\x36\x21\x93\xc3\xed\xc5\xe0\x3b\x13\x49\x04\xcb\x72\x7b\xc0\x71\x45\x5c\x47\x03\xa8\x4f\x44\x90\x49\x91\xca\x64\x15\xe4\x96\x99\x36\x24\x4c\x50\x6d\x0e\x32\xd2\x1a\x53\x8a\xe0\xdf\xc1\x00\x60\xb9\x21\x58\x4b\xce\xe5\x1d\x13\x29\x68\x52\x5b\x16\xd3\x4b\xfd\x0a\x36\xb8\x25\x58\x11\x09\x88\x15\xa1\xa1\x04\x98\x80\x9d\x2c\x14\xe4\x4a\xfe\x93\x62\x13\xc1\x8b\xfb\xcb\xd1\x72\xf4\x6e\xb4\xb8\xba\x5d\x5c\xdd\x7c\x9e\x8c\xaf\x6e\x67\xa3\xe9\xd5\x43\x38\x18\x40\xf5\x7d\xd2\xa4\x04\x66\x64\xa9\xa7\xd7\xb3\x0f\xd7\x97\xef\x6e\x3f\x2d\xae\x6e\x1e\xf6\x24\x73\xd4\xfa\x4e\xaa\xa4\x49\x32\x1f\x2d\x16\xbf\x5d\xdf\x5c\x7a\xb2\x4b\x34\xb8\x42\x4d\x30\xeb\x70\xaa\xe4\x3b\xb2\xb1\x14\x82\x62\xc3\xa4\x80\x4f\x37\x1f\x6b\x23\x44\xc3\x61\x47\x74\x74\x40\xce\x5f\x1f\x53\x66\x78\x48\xda\x00\xe0\xbd\x54\x90\x49\x45\xc0\xc4\x5a\xaa\x0c\x9d\x5c\x5c\xc9\xc2\x40\xa1\xad\x2d\xcd\x86\xe9\xda\x25\x67\xc0\x44\xcc\x8b\xc4\x6e\x5c\xe7\x24\x16\xd6\x9f\x10\x4b\xa1\x59\x42\xca\x1d\xd6\x67\xa0\x89\x20\x91\x71\x91\x91\x30\x9e\x21\x13\x60\x36\x04\x45\xae\x8d\x22\xcc\x40\x51\x2e\x35\x33\x52\xed\x22\xd8\x18\x93\xeb\x68\x38\x4c\x99\xd9\x14\xab\x30\x96\xd9\x50\xc7\x5c\xaa\x74\x58\xb9\x3f\x96\xc2\x20\x13\xa4\xc2\x41\x46\x06\x13\x34\x68\xe3\x04\x85\x90\x9e\xbf\x0b\x1b\x80\x84\x74\xac\x58\x6e\x5c\xdc\xb9\xb0\xb0\xdf\xd4\x72\xb9\x7c\x07\x49\x65\xfd\x32\x3a\xce\xe0\x8e\x99\x0d\xec\x63\x0b\xb4\x91\x0a\x53\x0a\xff\xd7\x8c\x52\x2a\x3a\xbb\x5e\x5e\x45\xb0\x88\x91\x3b\x88\xd2\xab\x60\x36\x28\x40\x0a\xb2\xec\x39\x8b\x11\x98\x06\x21\x0d\xe8\x22\xcf\xa5\x32\x94\x84\xf0\x45\x16\x90\x15\xda\xf8\x64\x69\x18\x64\x2b\x79\x91\x91\x06\xdc\x22\xe3\xb8\xe2\x54\x27\x4f\xcc\x0b\x6d\x48\x59\x29\x85\xa6\xb6\x3d\x42\x87\x87\xc5\x52\x8c\x39\x6a\x1d\xb9\x9f\x41\x89\xdb\xed\xb5\x4a\x41\xc2\x74\xce\x71\x17\xf8\xf4\x2a\xbd\x75\x80\xac\x69\xbb\xa0\x50\x7c\x6f\xa4\x44\xc6\x3a\x94\xdf\x13\x4b\x66\x01\x68\x33\x74\x6e\xba\x65\x19\xa6\xa4\x87\xc9\xaa\xfa\x55\x82\x08\x37\x26\xe3\x7d\x11\x5c\x8a\x34\x68\x05\xd1\xb2\xa9\x97\xad\x18\x5b\x96\x58\x7b\x80\x36\x28\x12\xe4\xd6\xae\x55\x7c\xd9\xb0\x22\x55\xfa\xc2\x85\x16\xee\x63\xae\x2c\x3e\xa1\xaf\x54\xf5\x32\xd3\x2e\xe8\x28\x01\x29\x0e\x46\xa2\x25\x2f\x59\xd6\x87\xac\xa1\xce\xac\xd9\x95\xff\x85\x22\x81\xbc\x2c\x3e\x80\x8a\x20\xde\x48\x4d\x02\xb6\x0c\x21\x47\x85\x19\x19\x52\x1a\xee\x36\x24\xbc\x0a\xb6\x30\x33\x91\x96\x7c\x9d\xef\xca\x9c\x08\xfb\x46\x29\x95\x56\x41\xdb\x4f\x37\x94\xc0\xdf\xd0\x9c\xc1\x44\xc4\x07\x4e\x95\xd1\xd5\xf6\x13\xc6\x31\x69\x1d\x2a\x4a\x36\x68\x6c\x4c\xbb\x73\x06\x53\x1d\xd5\xda\x9d\xed\xe3\xc4\x0b\xea\xf7\x80\x72\x4b\xe7\x18\x53\xb4\x17\x3b\x90\x2b\x5b\xcf\x75\x34\x08\xa0\xd9\x80\xb6\x17\x03\x00\xdf\x6c\x16\x14\x2b\xb2\xe7\x9b\x65\xe4\x40\x21\x81\x47\xba\x16\xfd\xc8\xa5\xa6\x00\x93\x8c\x89\xdb\xbc\xae\xf7\xa7\xf7\xa1\x65\xf6\xf5\xf4\xb4\xd2\xc2\x93\x04\x15\xc9\xe9\xe9\xb7\x87\xd3\xa7\x70\xae\xce\xdf\x7a\xdd\x0f\x30\xb6\x1b\x4f\x66\x77\x14\xe2\x4f\x83\x2b\xea\x1e\x78\x80\x9b\xdd\xdc\x73\xaa\x5a\xe5\xe1\x5e\x34\x00\xd0\x46\x31\x91\x5e\xd6\x2e\x78\xc4\x70\xcd\x26\x39\xba\x9c\x4e\x66\x9d\x8e\xda\x32\xcb\xa3\x1d\x15\x7a\x3a\x3f\xde\xa3\x5b\x0a\xf5\xbb\xfd\x91\xd0\x72\x09\xf4\x5f\xc7\x56\xa1\x58\xb3\xe5\xdf\x87\x3a\xa7\x38\x2c\xcb\xed\x64\xfe\x10\x95\x2b\x36\xbb\xf4\xd7\xbf\xbc\x0c\xad\xe6\x6f\xdf\x9e\xb8\x23\x27\xaf\xbe\xb9\x8d\x87\x27\x3a\x21\xa7\xd8\x83\x72\xdc\xfc\xcf\xa0\x99\x77\x25\x62\x21\x13\x9a\x4b\x65\x22\x38\x2f\x57\x72\xf7\xd7\xeb\x5f\xcf\x2f\x7e\xad\x56\x94\x34\x32\x96\x3c\x82\xe5\x78\x5e\x69\x8a\x2a\x25\x33\xef\xd0\x6a\xe2\x14\x1b\xa9\x2a\x7b\xfc\x21\x4e\x7b\x44\x5b\x8b\x8f\xd6\x6b\x26\x98\xd9\x45\x30\x93\xc2\xd7\x45\xb3\xcb\x29\x82\x71\x65\x1f\x17\x5a\x68\x8a\x52\x19\x2e\x31\x79\x87\x1c\x45\x6c\x9d\x79\x7f\xc4\x7f\xf3\xba\xbc\x7c\x76\x4d\x6f\xcc\x91\x65\x3d\x6f\xfe\x84\x49\x7d\xb1\x9b\xca\x84\x6a\xc3\xde\x10\x26\xbf\x29\x66\xe8\x5a\xc4\x1e\xbd\x22\x2d\x0b\x15\x53\x1d\x1b\x8a\x7e\x2f\x48\x9b\xfa\x6f\xa8\x5a\x81\x95\xfa\xf9\xfa\xe3\xa7\xe9\xd5\xed\x78\x34\x1f\x8d\x27\xcb\x2f\x47\xb4\xb9\xa4\x9c\xcb\x9d\x6d\x97\x63\x29\xd6\x2c\xfd\xa9\xb0\x44\x9e\x6f\xb0\x1d\x9c\x77\xc8\x4c\xb0\x96\x2a\x50\x84\xc9\x2e\x82\x13\xa3\x0a\x3a\xf9\x59\x93\x94\x37\x10\x1d\xc1\xc5\x9f\x0e\x04\xa3\xd0\x50\xba\xab\x41\x3b\xf7\xdf\x90\xef\xaf\x83\xa6\x1e\x15\x49\x5b\x71\x17\x15\xf5\x53\xa3\xfa\x9e\x20\xb9\xa9\x88\xfd\xea\xfb\x57\x83\x51\x00\x31\xe6\xb8\x62\x9c\x19\x46\xda\x05\xdc\x5e\x06\x89\x6d\x53\x64\x95\x67\xcd\xfa\xd2\xd8\x06\xd8\x22\x2f\xe8\xbd\x92\x59\xd4\x5a\xb6\x66\xb3\x5d\xec\xef\xb4\xbb\xa1\x75\x77\x0f\xe0\x3b\xed\xa2\x76\x15\xeb\x91\x3c\x49\xdb\x43\x18\xab\x52\xf9\xfc\x38\xab\xc2\xfc\x7c\x58\xdb\xed\xe2\xf9\x11\xb7\x1b\xd5\xf3\xe1\xae\x0e\x3c\x3f\x62\x2b\xe7\xcf\xe3\x74\x37\xe8\x08\x4e\xe1\xb4\xbb\x38\x2f\x38\x9f\x4b\xce\xe2\x5d\x04\x93\xf5\x4c\x9a\xb9\x22\xed\xef\x69\xd5\xc7\xd9\x96\x04\x69\x3d\x57\x72\x45\x6d\x9c\xb6\xa0\x33\xe4\x97\xc4\x71\xb7\xa0\x58\x8a\x44\x47\xf0\xe6\xbc\x45\x63\xe2\x7c\x21\xe3\xef\x64\xba\x2a\xf6\xdb\x50\x79\x80\x65\x24\x0b\x53\xf3\xbb\xe8\xe5\x7a\xf3\x39\xb2\xe7\xa5\xdb\x19\x5a\xe7\x78\xb7\x85\xd5\x67\x0e\x34\x3d\x70\x95\x0e\x13\xf6\x88\xc2\xf4\xa3\x59\x46\xfc\x17\xcb\x2c\x43\x91\x74\x97\x03\x18\xae\x98\x18\xea\x4d\x6f\x3d\x60\xfd\xa5\xb8\xb7\xe4\x94\x84\x8b\xd7\xbf\x86\xe7\xe1\x79\x78\x11\x39\x05\x86\x2f\xba\xa1\x06\x41\x01\x2f\x9a\x75\x08\x82\x7c\xbf\x70\x30\x85\x1c\xff\x80\xb6\xc8\xdf\x9e\xfc\x5e\x30\xf3\xf2\xd5\xc9\x13\xbc\xfa\x64\x1f\xf5\xfa\xa2\xff\x38\xcb\x98\xd1\x5d\x2b\x65\x94\xb9\x37\xf3\x8b\xfb\xe9\xd5\xf4\xfa\xe6\xcb\xed\xc7\xc9\x74\xb2\x6c\xc6\xae\xa6\xb8\x50\xcc\xec\xc6\x52\x18\xfa\xd1\x89\xa2\x23\x25\xdb\x3a\x98\x6d\x19\xa7\x94\x92\x08\xd6\xc8\x75\x33\x81\x0c\xa9\x8c\x09\xd7\x44\xa7\x7e\x18\x35\x47\xb3\x89\x60\x98\xd0\x76\xd8\xd8\x0c\xb8\x4c\x1b\xc7\xfc\xa3\x7a\x2a\x0b\xd1\x0d\xb7\xcc\xae\x95\x3c\xb6\xa8\x86\x9c\xad\xaa\x17\xeb\xd0\x66\x71\x0b\xd9\xf1\xc4\x0d\x5a\xf4\x89\xd0\x55\x82\x96\x37\xa5\xf7\x4c\xe9\x7d\x82\x2a\xd2\x06\x95\xa9\x68\x46\xfc\x0e\x77\x7a\xd0\x06\xdc\x6a\x73\x3f\x23\x1c\x1a\x0f\xdb\xc6\xdd\xaa\xe3\x04\xbb\x34\xfb\xe3\x5a\x64\x14\x4b\xd3\xba\xe7\x06\xbe\x00\x8d\x37\x28\xac\xf1\x15\x66\x0d\x94\x58\x18\x99\xa1\x61\x71\x04\xf6\xb6\xd2\x6f\xdc\x56\x5c\x4b\xab\x6e\x4d\x58\x77\x0a\xae\xbf\x5b\x4d\xac\xc8\x85\x1b\xd9\x2c\x31\x7d\xac\xb0\x34\x86\x73\x9f\xaf\x6e\x16\x93\xeb\xd9\x43\x87\xb4\x7c\xbf\xbe\xb8\xb7\xda\x2d\xe6\xa3\x71\xa3\xdc\x72\xd4\x66\xe9\x55\xa5\x64\xe2\x2b\xef\xc9\x49\xeb\xce\x33\xd9\x6b\x5e\xda\xa2\xbc\x0a\xbb\x0b\x5f\xbd\x51\xde\x86\x6d\x5c\xef\x67\x01\xf6\x89\xdc\x9a\x73\x4c\xf1\x07\xcb\x8a\x0c\xd0\x85\x20\xc8\x75\x99\x54\x6e\x40\x55\x1b\x0c\x62\x14\x50\x68\x37\x25\x28\xa7\x01\xde\x65\x53\x4f\xfc\xd1\xa6\x67\xfd\x70\x6f\x26\xe3\xc0\xdf\x6c\x99\xb2\x79\x54\x7a\xc3\xf5\xb4\x08\xfe\xef\xe2\xf5\x94\x75\xf1\x2c\x37\xd4\x18\xa5\xcd\x2a\x6b\xc1\xdd\x86\xdc\x48\x8b\x9a\x5e\xb0\xe1\xcb\x12\xd2\x3d\x58\xf5\xb9\x1a\x53\x6d\xea\xbd\xfc\xfd\xfc\xe0\x00\x06\x7b\xca\x5a\xc3\xb4\xf0\x94\x6f\x3d\xf0\x4f\xb6\x04\xd6\x52\x39\x8a\xaa\xd3\xf6\x80\xd4\x83\xdf\xea\xe4\xcc\xb7\x62\x0f\xea\x60\xb8\x1f\xb1\x58\x15\xa6\x1d\xbc\xd5\x88\xda\xc1\xa9\x86\x52\xf6\xfe\x07\x66\x83\x06\xee\x18\xe7\xb0\x22\xbb\xe2\x11\xfb\x07\x8a\x9f\x66\x1e\xc1\x5e\x71\x6a\x8e\xa5\x4b\x49\x83\x32\x45\x9c\x94\xaf\xa3\xe0\x1f\xe7\xc1\xff\x7f\xbb\x7f\x63\xc3\x38\x25\x41\xca\xcd\xf0\xe9\x47\xae\xfc\xeb\x6d\x1f\x19\xed\x2b\x6f\x47\xcf\x8e\x5a\xd5\x58\xbd\xb6\x72\x05\x28\xde\x03\xb2\xf2\x9f\x02\x7c\xbe\xbf\xad\x79\xe0\xa7\x5f\x31\xf8\x57\x05\xfc\xe2\x17\x37\xbd\x78\x12\xf4\x46\x53\x3c\x0e\x7f\xd6\x88\xa0\xde\x24\xda\xbb\x80\x92\x47\xb1\xb7\xfe\x63\xd0\x03\xd1\xb8\x2a\x3e\x16\x2b\x1a\xb3\x9c\x53\x3f\x58\x7a\x56\xdd\x63\xb2\xf7\xda\xe3\x16\x1d\x39\x92\xe7\x33\x66\xef\xaa\x7e\xdc\xa4\xbe\x89\x80\xaf\x08\xfb\xd1\xb4\xd5\xc4\x6a\x71\x06\x14\xa6\xa1\xaf\x2b\x67\xf0\xfa\x03\xeb\xe9\x51\x32\x18\x63\x8e\x31\x33\xbb\x1a\x4f\xe7\x7d\x7d\xc4\xac\x17\x1f\x7a\x25\xab\x7c\x86\x5b\x5f\x57\x76\x72\xcd\x09\x8c\xac\xd3\xee\xe5\x9b\xf0\x17\x90\x0a\xfc\x90\xfa\x55\x1f\x58\x9f\x87\xab\x73\x3d\x8b\x95\x2d\xe5\x08\xc2\x93\x37\xe1\x2f\x27\x83\xff\x04\x00\x00\xff\xff\xe2\x70\x85\x0b\x89\x1b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMongodbPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMongodbPersistentYaml, - "Template.template.openshift.io/openshift/mongodb-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMongodbPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMongodbPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mongodb-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x5d\x6f\xdb\x38\xd6\xbe\xf7\xaf\x38\x08\x0a\xb8\x05\x22\x29\x99\x62\xe6\xed\x2b\xa0\x58\x78\x12\x77\xd7\xd8\xd8\xf1\xd8\x69\x8b\xd9\xa2\x08\x68\xe9\x58\xe2\x96\x22\x35\x24\xe5\x44\x9b\xcd\x7f\x5f\x90\xd4\xb7\x1d\x4f\xda\xcd\xd5\xea\xca\x26\x0f\xc9\xe7\x3c\xe7\x93\x24\x39\xfd\x84\x52\x51\xc1\x43\xd0\x98\xe5\x8c\x68\xf4\x45\x8e\x5c\xa5\x74\xab\x7d\x2a\x82\xdd\xf9\xe8\x1b\xe5\x71\x08\x37\xd5\xf4\x88\x91\x0d\x32\x15\x8e\xa0\x59\x11\x42\x56\xaa\x3f\x98\x87\x79\x8a\x19\x4a\xc2\xbc\x7a\x66\x94\xa1\x52\x24\xc1\x10\xfe\xed\x8d\x00\x6e\x52\x84\xad\x60\x4c\xdc\x51\x9e\x80\x42\xb9\xa3\x11\xbe\x56\x6f\x20\x25\x3b\x84\x0d\x22\x87\x48\x22\xd1\x18\x03\xe5\x50\x8a\x42\x42\x2e\xc5\x3f\x31\xd2\x21\xbc\x7a\xb8\x9c\xdc\x4c\x7e\x9d\xac\xa7\xb7\xeb\xe9\xea\xd3\xec\x62\x7a\xbb\x98\xcc\xa7\x8f\xfe\x68\x04\xf5\xf7\x51\xa1\xe4\x24\x43\x23\x3d\xff\x7d\xfd\xdb\xd5\xed\xc7\xf5\x74\xf5\xd8\x0a\x2c\x89\x52\x77\x42\xc6\xad\xc0\x72\xb2\x5e\x7f\xbe\x5e\x5d\x3a\xa1\x4b\xa2\xc9\x86\x28\x84\x45\x6f\x97\xfa\x64\x2b\x74\x21\x38\xc7\x48\x53\xc1\xe1\xe3\xea\xaa\xd2\x3d\x0c\x82\xa7\x00\x86\x6f\xdf\x9e\xfd\x12\x18\x94\x1f\x84\x84\x4c\x48\x04\xca\xb7\x42\x66\xc4\xee\x41\x36\xa2\xd0\x50\x28\xc3\x88\x4e\xa9\x6a\x58\x3d\x05\xca\x23\x56\xc4\x66\xe2\x3a\x47\xbe\x36\x26\x81\x48\x70\x45\x63\x94\x76\xb1\x3a\x05\x85\x08\xa9\xd6\xb9\x0a\x83\x20\xa1\x3a\x2d\x36\x7e\x24\xb2\x40\x45\x4c\xc8\x24\x70\x76\x89\x04\xd7\x84\x72\x94\xc1\x86\x89\x4d\x90\x11\xa5\x51\x06\xef\xfc\xb3\x40\x0a\xa1\x83\x42\xc9\x40\xa5\x44\x62\xd0\x08\x7a\x2a\x92\x34\xd7\xca\x6d\x10\xac\xa6\x93\xcb\xf9\xd4\xcf\x62\x7f\x94\xa1\x26\x31\xd1\xc4\xd8\x9f\x70\x2e\xb4\x03\x12\x5a\xfa\x62\x74\xeb\xac\x3f\x59\x8b\x9b\x6f\x5e\xae\x7f\xbb\x82\xb8\xa6\xb6\x32\xfb\x29\xdc\x51\x9d\x1a\xdd\x73\xe3\x81\x4a\x23\xd7\xa0\xb4\x90\x24\x41\xff\x7f\x82\xaa\x4a\xfd\xcf\x93\xd5\x62\xb6\xf8\x6b\x08\x13\x5e\x5a\x16\xac\x96\x18\xc3\x1d\x65\x0c\x36\x08\x4c\x28\x0d\x45\x2e\x38\xe4\x22\x36\x1c\x6a\x59\x58\xff\xf2\xe1\x9a\xb3\x12\x0a\x85\x7d\x75\x61\x2b\x24\x68\x54\x9a\xf2\xc4\x1e\x42\x23\xc1\x2f\x18\x51\x2a\xb4\x3f\x3d\xa7\x4b\xcd\xb8\x15\xe9\x05\x75\x4c\x55\xce\x48\xe9\xb9\x58\x71\xf6\x79\x3d\xad\xa3\xf7\xcd\x81\x05\x22\x2a\x32\xe4\xce\xd8\x5e\x21\x59\xd8\x30\x19\x8b\x48\xf9\xe2\x5b\x6c\xc4\x0c\x38\x65\x58\xa2\x3c\xb9\xa5\x19\x49\x50\x05\xf1\xa6\xfe\x65\x51\xf9\xa9\xce\xd8\xfe\x01\x4c\xf0\xc4\xeb\xb9\xcf\x4d\x4f\xe3\x5c\x8a\x1d\x8d\x51\x81\x61\x8f\xf0\x98\x30\xc1\xb1\x42\x6e\x1c\x0a\x65\xc5\xb6\x71\x2a\x20\xad\xb7\x55\xf9\xc4\x77\xc9\xa7\x19\xa6\x0a\xb8\xd0\xb5\x25\x0c\xf5\x7b\x4e\x78\x5a\xed\xa8\x04\x10\x5e\x82\x44\xa5\x89\xd4\x20\xb6\xa0\xd3\xc6\x8b\x9d\x11\x25\xaa\x82\x69\x93\xb3\x08\x63\xce\xc6\x1b\x34\xce\x68\x4c\x3b\x38\xba\xda\xd5\x50\x7f\x6a\x4c\x2b\xdd\x2f\xc2\x63\xc8\xab\xec\x04\x44\x22\x44\xa9\x50\xc8\x61\x47\x09\xe4\x44\x92\x0c\x35\x4a\x05\x77\x29\x72\x47\x86\x49\xda\x75\x20\xd4\x48\x1d\x26\x7f\x9f\xde\x8a\x3e\xe9\xf5\x2d\xbf\xc2\x18\xfe\x46\xf4\x29\xcc\x78\x74\x60\x95\x2a\xf2\x5c\x48\xdd\xb7\x37\x89\x22\x54\xca\x97\x18\xa7\x44\x9b\x00\xb2\xeb\x34\x49\x54\xd8\xe8\x78\x6a\x4d\x3d\x72\x5a\xee\x55\x87\x6a\x5c\xe5\x24\xc2\xb0\x3d\x71\x24\x36\x26\xd3\xab\x70\xe4\x41\xb7\x2e\xed\xce\x47\x00\xae\x06\xad\x31\x92\xa8\x47\x00\xdd\x2c\x74\x20\x0f\xc1\x13\xc5\x0c\xef\x73\xa1\xb0\x09\x8c\x5b\x07\x6f\xfc\xe0\x9b\x91\x2f\xe3\x71\x3d\x61\xe9\x19\x8f\xbf\x3e\x8e\x9f\xb3\x5d\xde\x14\x95\x03\x3b\xd5\x93\xcf\xde\xcd\xe4\x99\xdb\xa3\x5b\x1a\x89\xef\xdf\xb7\x68\x6a\xe3\x81\x2d\xcd\x64\xbb\x53\x5d\x42\x0f\xd7\xb3\x11\x80\xd2\x92\xf2\xe4\xb2\x31\x40\x8f\xb7\x27\xca\x26\xec\x51\xf2\x54\x11\x3e\xac\x68\x2b\xbd\xba\xbe\xbe\x79\x6a\x89\x51\x64\x58\xfd\x8f\xb8\x93\x8d\x97\xff\xda\x9f\x0a\x49\xdb\x36\xe0\xc1\x57\x39\x46\x7e\xc4\x0a\x53\x3a\x66\xcb\xc7\xb0\x1a\x31\xa1\xa4\xbe\xfc\xe5\xb5\x6f\x48\x7a\xff\xfe\xc4\x2e\x38\x79\xf3\xd5\x4e\x3c\x3e\x93\xf8\x1c\x23\x07\xc9\xee\xe6\x7e\x7a\xdd\x30\xab\xd3\x8b\x88\x71\x29\xa4\x0e\xe1\xac\x1a\xc9\xed\x3f\xd3\x8b\xd4\x03\x52\x68\x11\x09\x16\xc2\xcd\xc5\xb2\x56\x93\xc8\x04\xf5\xb2\x2f\xaa\x90\x61\xa4\x85\x0c\x3b\xa9\xeb\x28\x4a\xb3\x44\x19\xb6\x27\xdb\x2d\xe5\x54\x97\x21\x2c\x04\x77\x99\x4f\x97\x39\x86\x70\x51\xb3\x63\x9d\x89\xe8\xa2\x52\x85\x09\x12\xff\x4a\x18\xe1\x91\x31\xe3\xc3\x11\xdb\x5d\x62\xce\x44\x69\x6a\xd2\x85\xe0\x5b\x9a\x7c\x97\x11\x09\xcb\x53\xd2\x37\xe5\x1d\xa1\xda\xdb\x0a\xe9\x49\x24\x71\x19\xc2\x89\x96\x05\x9e\x7c\xaf\x55\x24\xe6\x8c\x46\x44\x85\x70\xfe\xc3\xd4\x69\x49\x34\x26\x65\x03\xda\x12\xb6\x42\x57\xc8\x46\x5d\x3d\x6a\x91\xbe\xe2\x96\xc7\xa6\x47\xaf\xbf\x67\x9c\xdc\x55\xc4\x7c\x4d\x8b\xd3\xd9\xc8\x83\x88\xe4\x64\x43\x19\xd5\x14\x95\x35\x51\x7b\x06\xf2\x5d\xf7\xc8\xda\x2f\xdb\x58\xec\x4c\x02\xec\x08\x2b\xf0\x83\x14\x59\xd8\x1b\x36\xa4\x99\x2c\xff\x77\x2c\x57\xb8\x1d\xce\x01\x7c\xc3\x32\xec\xc7\xfb\x9e\xc8\xb3\x74\xdd\x47\x58\xa7\x94\x97\x47\x59\xe7\xb0\x97\x42\xda\xcb\x80\x2f\x0f\xb7\x97\x77\x5f\x0a\x73\x2d\xfe\xf2\x70\xcd\x29\x3f\x8e\xd2\x36\xa7\x21\x8c\x61\x3c\x1c\x5c\x16\x8c\x2d\x05\xa3\x51\x19\xc2\x6c\xbb\x10\x7a\x29\x51\x21\xd7\x1d\x39\x46\x77\xc8\x51\xa9\xa5\x14\x1b\xec\xe3\x34\x89\x8f\x12\x76\x89\x8c\x94\x6b\x8c\x04\x8f\x55\x08\x6f\xcf\x7a\x32\x3a\xca\xd7\x22\xfa\x86\x7a\xa8\xe2\x5e\xb2\xae\xe4\x69\x86\xa2\xd0\xcd\x76\xe7\x7b\x01\xde\xad\x01\xd0\x2f\x13\xb5\x51\x9a\xb0\x5e\x1e\x3e\xe4\x50\x5d\x00\x9b\xdb\x48\x4c\x9f\x50\x16\xef\xbb\x89\xc3\x7d\x91\xc8\x32\xc2\xe3\xe1\xb0\x07\xc1\x86\xf2\x40\xa5\x7b\xe3\x1e\xdd\x1f\x8a\xf6\x86\xaa\x58\xfd\x7c\xf9\xfe\xe4\x55\x3f\x6e\x4f\x9c\xf6\xe0\xa5\x70\xfe\xd3\xff\xf9\x67\xfe\x99\x7f\x0e\x5e\x01\xaf\xda\x04\x04\xde\x65\xfd\xf7\xa0\x3f\xda\x23\x10\xc6\xeb\xe9\xd5\xf4\xe2\x06\xce\xc7\x7f\x6e\xd2\x9f\x9f\x6d\x21\x89\x4a\x14\x32\x42\xd5\xa7\x84\xd1\x8c\x6a\x35\xa4\x29\xc3\x4c\xc8\xd2\xb6\x32\xd3\xf9\xf5\xea\xf7\xdb\xab\xd9\x7c\x76\xd3\x75\x5c\x85\x51\x21\xa9\x2e\x2f\x04\xd7\x78\x3f\x70\xa1\x23\x59\xda\x58\x98\xee\x28\xc3\x04\xe3\x10\xb6\x84\xa9\x6e\xf4\x68\x94\x19\xe5\xb6\x6e\xce\xdd\xdb\xcd\x92\xe8\x34\x84\x20\xc6\x5d\xd0\x99\xf4\x98\x48\x3a\xcb\x76\x82\x15\x19\xce\x45\xc1\x87\xee\x96\x99\xb1\x6a\x8f\x1d\x91\x01\xa3\x9b\xea\xaa\x6c\x02\xb8\x87\xeb\x78\xcc\x7a\x3d\xf9\x98\xab\x3a\x36\xab\x66\xe2\x03\x95\xaa\x8d\xcd\xea\xba\x56\xcb\x4c\xd8\x1d\x29\xd5\xa8\x0f\xb7\x57\xd7\x30\xcb\x75\x79\x49\x65\x9f\xc7\x0c\x63\x5a\x64\x21\x9c\x9c\x3c\xbb\x96\xb6\x38\xb5\xa4\x49\xd2\x94\x4f\xcf\x65\x95\x8b\x94\x70\x43\xaa\x24\x59\xe7\x7c\x52\x68\x91\x11\x4d\xa3\x10\x4c\xe3\xb1\x5f\x83\x17\x64\x80\xb7\x1f\xe9\xdb\x41\x0e\x75\x4d\xd2\xcc\x1c\xb8\xd6\x12\x49\x76\x43\x92\xc3\xc9\x22\xac\x9b\xe5\x4f\xd3\xd5\x7a\x76\xbd\x78\x1c\x88\x55\xd7\xb4\x57\x0f\x46\xb9\xf5\x72\x72\xd1\xc9\x9e\x8c\x28\x7d\xe3\x94\xc4\x78\xe6\x12\x69\xc3\x94\x6b\x5c\x66\xad\xce\x15\x0b\x55\x07\x68\xbb\xb6\x66\xa2\x6a\x02\x8d\xa7\xb6\xb7\x5d\x73\x13\xec\xbd\x09\xcc\xc9\x3d\xcd\x8a\x0c\x88\x75\x2a\x73\x15\x77\x61\x62\x6f\xe4\x0d\x55\x10\x11\x6e\x6e\xd6\xe6\x46\x5b\xdd\x77\xdd\x73\xde\xdc\x09\x5f\x99\x80\x6b\x2e\xa7\xdd\xf0\x1a\x19\xbf\xf9\xa3\xa0\xd2\x44\x46\x65\x07\x5b\xa2\x42\xf8\xf9\xfc\xa7\x39\x1d\xe2\x31\xf7\xfa\xf6\xbd\x69\x51\xb3\x65\x6e\xe9\x12\x2d\xa8\x8e\x05\x8c\x4b\xd2\x18\xd5\x1e\xac\x66\x5d\x83\xa9\xa1\xba\x3d\xbf\xbd\x26\x1f\xc0\x60\x56\xd5\x0f\x13\x2d\x9e\xea\x7a\x03\xee\x96\x12\xbb\x57\xa3\xce\x4b\xc4\x1e\x90\xe6\xf5\xb3\x5e\xb9\x70\x95\xd5\x81\x3a\xe8\xed\x47\x18\x73\x0e\x3a\x40\x5b\xbf\xd0\x5a\x30\xee\xf9\xc6\xb4\x70\xa0\x53\xa2\x9b\x07\xb1\xa2\x46\xeb\xde\x1a\xdc\x2b\xc7\x11\xdc\x6e\x9f\xee\xbb\x6c\x75\xca\xa8\x0a\x0c\x7b\xc6\x97\x89\xf7\x8f\x33\xef\xff\xbf\x3e\xbc\x35\x0e\x9c\x20\x47\x69\xdf\xae\xf1\x3e\x97\xee\xba\xd2\xfa\x44\xb7\x63\x1d\xe8\x37\x50\xa8\x7e\x51\x6e\xd8\x75\x60\xa2\x16\x8c\x39\xfb\xcf\x21\x2f\xdb\x76\xcb\x41\x1e\x7f\x21\xde\xbf\x6a\xc8\xe7\xbf\xd8\xab\xf9\x33\x40\x77\xba\xc2\x1f\x02\x6e\x7a\xbf\x63\x90\x9b\xf9\x17\x43\x3c\x6c\x66\x8f\xc3\x5e\x74\x5c\x7d\xf0\xb0\xec\xbc\x05\xe3\x27\x90\xf7\xde\xf6\x07\x18\x3a\xcd\xc0\x53\xee\xac\x48\x96\x33\x8c\x37\x43\x40\xd5\xe5\xd4\x60\x72\xe7\xd8\x2c\x0f\x5a\x34\x9e\xfc\xfa\x9d\x7f\x76\x0a\x42\x82\x7b\x1e\x7d\xb3\x87\x6f\x6f\x0b\x9b\x35\x06\x10\xab\xf4\x7c\x04\xe1\xc9\x3b\xff\xec\x64\xf4\x9f\x00\x00\x00\xff\xff\x46\x29\x0b\x71\xd3\x19\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYaml, - "Template.template.openshift.io/openshift/mysql-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mysql-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftMysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x6d\x6f\xdb\x38\xf2\x7f\xef\x4f\x31\x08\x0a\xb8\x05\x22\x29\x6e\xb1\xfb\xef\x5f\x40\x71\xf0\x39\xde\x3d\xe3\xe2\xc4\x6b\xbb\x2d\x7a\x45\x11\xd0\xd4\x58\xe2\x55\x22\xb5\x24\xe5\xd4\xd7\xcb\x77\x3f\x90\xd4\xb3\x1d\x37\xe9\xe5\xd5\xe9\x95\x4d\x0e\x87\xbf\x79\x9e\x21\xc9\xd9\x07\x94\x8a\x09\x1e\x82\xc6\x2c\x4f\x89\x46\x5f\xe4\xc8\x55\xc2\xb6\xda\x67\x22\xd8\x8d\x06\x5f\x19\x8f\x42\x58\x97\xdb\x83\x94\x6c\x30\x55\xe1\x00\xea\x13\x21\x64\x7b\xf5\x67\xea\xe5\x86\x95\xd2\xc8\xb5\x57\x6d\x0d\x32\x54\x8a\xc4\x18\xc2\xbf\xbd\x01\xc0\x3a\x41\xd8\x8a\x34\x15\x77\x8c\xc7\xa0\x50\xee\x18\xc5\x97\xea\x15\x24\x64\x87\xb0\x41\xe4\x40\x25\x12\x8d\x11\x30\x0e\x7b\x51\x48\xc8\xa5\xf8\x27\x52\x1d\xc2\x8b\xef\x97\xe3\xf5\xf8\xaf\xe3\xd5\xf4\x76\x35\x5d\x7e\x98\x4d\xa6\xb7\xd7\xe3\xf9\xf4\xde\x1f\x0c\xa0\xfa\xde\x2b\x94\x9c\x64\x68\xa8\xe7\x9f\x56\x7f\x5c\xdd\xbe\x5f\x4d\x97\xf7\x0d\xc1\x82\x28\x75\x27\x64\xd4\x10\x2c\xc6\xab\xd5\xc7\x9b\xe5\xa5\x23\xba\x24\x9a\x6c\x88\x42\xb8\xee\x70\xa9\x6e\xb6\x44\x13\xc1\x39\x52\xcd\x04\x87\xf7\xcb\xab\x52\xf8\x30\x08\x1e\x02\x18\xbe\x79\x73\xf1\x6b\x60\x50\xfe\x26\x24\x64\x42\x22\x30\xbe\x15\x32\x23\x96\x07\xd9\x88\x42\x43\xa1\x8c\x46\x74\xc2\x54\xad\xd6\x73\x60\x9c\xa6\x45\x64\x36\x6e\x72\xe4\x2b\x63\x13\xa0\x82\x2b\x16\xa1\xb4\x87\xd5\x39\x28\x44\x48\xb4\xce\x55\x18\x04\x31\xd3\x49\xb1\xf1\xa9\xc8\x02\x45\x53\x21\xe3\xc0\x19\x86\x0a\xae\x09\xe3\x28\x83\x4d\x2a\x36\x41\x46\x94\x46\x19\xbc\xf5\x2f\x02\x29\x84\x0e\x0a\x25\x03\x95\x10\x89\x41\x4d\xe8\x29\x2a\x59\xae\x95\x63\x10\x2c\xa7\xe3\xcb\xf9\xd4\xcf\x22\x7f\x90\xa1\x26\x11\xd1\xc4\x38\x00\xe1\x5c\x68\x07\x24\xb4\xea\x8b\xd0\x9d\xb3\x0e\x65\x2d\x6e\xbe\xf9\x7e\xf5\xc7\x15\x44\x95\x6a\x4b\xb3\x9f\xc3\x1d\xd3\x09\x34\x4e\x03\x4a\x0b\x49\x62\xf4\xff\x27\xf4\x54\xca\x7e\x7d\xb3\x9e\x86\xb0\xa2\x24\xb5\xb8\x85\x93\x4b\x27\x84\x83\xe0\x08\x12\xf3\x94\x51\x02\x4c\x01\x17\x1a\x54\x91\xe7\x42\x6a\x8c\x7c\xf8\x24\x0a\xc8\x0a\xa5\x5d\x68\xb4\xb4\xb4\x13\x69\x91\xa1\x02\xb2\x23\x2c\x25\x9b\x14\xeb\x50\xa1\x69\x61\x00\x9b\x5b\x0a\x85\x5d\x25\xf9\x16\x0f\xa3\x82\x4f\x52\xa2\x54\x68\x7f\x7a\x4e\xec\xca\x32\x96\xa4\x13\xfd\x11\x53\x79\x4a\xf6\x9e\x8b\x29\x6b\xc7\x23\x44\x82\x16\x19\x72\xe7\x08\x5e\x21\xd3\xb0\x56\x74\x24\xa8\xf2\xc5\xd7\xc8\x90\x19\x14\xca\x28\x91\xf1\xf8\x96\x65\x24\x46\x15\x44\x9b\xea\x97\x45\xe2\x27\x3a\x4b\x0f\x2f\x48\x05\x8f\xbd\x8e\x6b\xad\xdb\xa2\x99\x14\xb1\x63\x91\x51\x09\x28\x4d\x78\x44\x52\xa3\x5a\xe7\x75\xc6\xd9\x50\x96\xc6\xb0\x0e\x47\x1a\x4f\x2c\x73\x8d\xef\x12\x53\xbd\xcc\x94\x75\x45\x8c\x40\xf0\xa3\xfe\x69\xc8\x4b\x96\xf5\x21\xa3\xa2\x73\xa3\x77\xe9\x7e\x11\x1e\x41\x5e\x66\x1b\x20\x12\x81\x26\x42\x21\x87\x1d\x23\x90\x13\x49\x32\xd4\x28\x15\xdc\x25\xc8\x9d\x00\x26\x0b\x33\x1e\x97\x7c\xad\xf1\xca\x48\xf1\x0f\x55\x52\x8a\x2c\xbd\xae\x85\x96\x18\xc1\xdf\x88\x3e\x87\x19\xa7\x47\x4e\x95\xee\xd5\xb5\x11\xa1\x14\x95\xf2\x25\x46\x09\xd1\x26\x26\xec\x39\x4d\x62\x15\xd6\xd2\x9d\x5b\xf3\x0c\x00\xdc\x35\xfd\x74\x5f\x6e\xa8\x9c\x50\x0c\x9b\x2b\x07\x62\x63\x52\xb7\x0a\x07\x1e\xb4\x2b\xcd\x6e\x34\x00\x70\x55\x65\x85\x54\xa2\x39\xdf\x4e\x2b\x47\x12\x0b\x3c\x50\x9e\xf0\x5b\x2e\x14\xd6\x1e\x7c\xeb\xf0\x0d\xbf\xfb\x66\xe5\xf3\x70\x58\x6d\x58\xfd\x0c\x87\x5f\xee\x87\x8f\x61\x97\xd7\x55\xe2\x08\xa7\x6a\xf3\xd1\xdc\x4c\xee\xb8\x3d\xc9\xd2\x50\x3c\x9d\x6f\x51\x17\xbb\x23\x2c\xcd\x66\xc3\xa9\xaa\x89\xc7\x0b\xd4\x00\x40\x69\xc9\x78\x7c\x59\x1b\xa0\xa3\xb7\x07\xea\x20\x1c\xa8\xe4\xa1\xaa\x7a\x5c\xd0\x86\x7a\x79\x73\xb3\x7e\xe8\x88\x11\xa4\x5f\xce\x4f\xb8\x93\x0d\x98\xff\xda\x9f\x0a\xc9\x9a\xba\xfe\xdd\x57\x39\x52\xbf\xcc\xae\xb3\xc5\x7d\x58\xae\x98\x58\x52\x9f\xff\xf2\xd2\x37\x4a\x7a\xf7\xee\xcc\x1e\x38\x7b\xf5\xc5\x6e\xdc\x3f\x52\xf1\x39\x52\x07\xc9\x72\x73\x3f\xbd\x76\x9c\x95\x78\xcd\x76\x08\xa6\x95\xb0\x0b\x0a\x53\xa4\x5a\xc8\x4a\x9c\x1f\x5c\xf4\xa0\xc6\x16\x75\x10\x7f\xb0\x75\x65\x92\x12\x96\x1d\xe8\xef\x09\x62\xb8\x74\x32\x17\x11\xd6\xc2\x2c\x91\x44\x1f\x25\xd3\x78\xc3\xa9\xcb\x9b\x12\x95\x28\x24\xc5\xda\x1a\x12\xff\x2c\x50\xe9\xfa\x3f\x54\xc9\xd6\xdc\xfa\xe1\xe6\xea\xfd\x7c\x7a\x3b\x19\x2f\xc6\x93\xd9\xfa\xd3\x09\x69\x2e\x31\x4f\xc5\xde\x14\xa3\x89\xe0\x5b\x16\x3f\xc9\x11\x48\x9a\x27\xa4\xeb\x0e\x77\x84\x69\x6f\x2b\xa4\x27\x91\x44\xfb\x10\xce\xb4\x2c\xf0\xec\xa9\x2a\x29\x8b\xbc\x0a\x61\xf4\x33\xb6\x73\xda\x90\x44\x63\xbc\xaf\x41\xef\x73\x9b\xee\x5d\x05\x1b\xb4\xe5\xa8\x48\xba\x82\x9b\xaf\xe9\xdc\xab\xef\x11\x37\xb7\x05\x31\x5f\xdd\xfa\xb4\x18\x79\x80\x7c\xd7\xe6\x5b\x39\x70\x13\xb4\xad\x4d\x80\x1d\x49\x0b\xfc\x4d\x8a\x2c\xec\x2c\x1b\xcd\x98\x72\xf0\x77\xdc\x2f\x71\xdb\xdf\x03\xf8\x8a\xfb\xb0\x9b\x18\x0e\x48\x1e\x25\xd0\x21\xc2\x2a\xf7\x3c\x3f\xca\x2a\xd9\x3d\x17\xd2\x4e\xaa\x7c\x7e\xb8\x9d\x04\xfd\x5c\x98\x2b\xf2\xe7\x87\x6b\x6e\xf9\x79\x94\xb6\xf5\x0c\x61\x08\xc3\xfe\xe2\xa2\x48\xd3\x85\x48\x19\xdd\x87\x30\xdb\x5e\x0b\xbd\x90\xa8\x5c\xa3\x53\x7d\x29\xdb\x21\x47\xa5\x16\x52\x6c\xb0\x8b\x93\x71\xa6\x19\x49\x2f\x31\x25\xfb\x15\x52\xc1\x23\x15\xc2\x9b\x8b\x0e\x8d\xa6\xf9\x4a\xd0\xaf\xa8\xfb\x22\xf6\xf2\x7c\x4d\xcf\x32\x14\x85\xae\xd9\x8d\x0e\xa2\xb8\x5d\x2c\xa0\x5b\x4f\x2a\xa3\xd4\xb1\xbb\x38\x76\x89\xc9\x71\xec\x01\x91\xf0\x5b\x3b\x07\xb8\x8f\x8a\x2c\x23\x3c\xea\x2f\x7b\x10\x6c\x18\x0f\x54\x72\xb0\xee\xb1\xc3\x25\x7a\xb0\x54\x46\xe4\xc7\xcb\x77\x67\x2f\xba\xd1\x79\xe6\x64\x04\x2f\x81\xd1\xeb\xff\xf3\x2f\xfc\x0b\x7f\x04\x5e\x01\x2f\x9a\x34\x03\xde\x65\xf5\xf7\xa8\xd7\xd9\x2b\x10\x86\xab\xe9\xd5\x74\xb2\x86\xd1\xf0\xc7\x86\xfb\xe5\xd1\x76\x38\xa8\x6a\xee\x4b\x59\xc6\xb4\xea\xab\x29\xc3\x4c\xc8\xbd\xed\x6c\xa6\xf3\x9b\xe5\xa7\xdb\xab\xd9\x7c\xb6\x6e\xbb\xa7\x1b\xf4\xe6\xa2\xe0\x7d\x3b\x66\x66\x6d\x41\x74\x12\x42\xb0\x23\x32\x48\xd9\xa6\x1c\x40\x4d\x64\x74\x2e\x3a\x1d\x0c\x5e\x87\xbe\x9c\x2c\xdb\x79\xfd\x29\xc7\xa1\x35\x2b\xb5\x9a\x89\xae\xe0\xd4\x2c\x5d\xff\x38\x42\xb5\x64\x71\x5c\x17\x19\xcf\x85\xe5\x24\x21\x3c\xc6\x85\x99\x9e\x5a\x28\x49\xa1\x45\x46\x34\xa3\x21\x98\xf2\x7c\x58\xa9\xcc\x75\x1d\xa9\xba\xa1\xb2\xed\x25\x21\xd7\x4a\xcc\xcc\x85\x2b\x2d\x91\x64\x6b\x12\x1f\x8f\xb6\xb0\x6a\x4b\x3f\x4c\x97\xab\xd9\xcd\xf5\x7d\x8f\xac\x1c\x88\x5e\x7c\x37\x72\xad\x16\xe3\x49\x9d\x7e\x5c\xfd\x9e\x35\x42\x95\x62\xba\x75\xd7\xbc\x94\x1b\xcd\xb0\x68\xe6\xa8\xce\x18\x3c\x27\xdf\x58\x56\x64\x40\xac\x43\x80\xd8\x96\x5e\x05\x3a\xc1\x46\x7c\xa0\x84\x9b\xc1\xd4\x0c\x84\xe5\xb8\xe8\x0c\x30\x77\xc4\x57\xc6\x3f\xeb\xd9\xae\xed\x8d\x03\xd7\x98\x31\x89\x51\xad\x5b\x9b\xb7\x43\xf8\x65\xf4\x7a\xce\xfa\x78\xcc\x14\xdd\xbc\xc0\x5c\x57\x1a\x30\x43\xae\x7d\xf4\xc0\xb6\x56\x4d\xb8\x98\xa9\xfd\x00\x56\x7d\xae\xc6\x54\xab\xaf\xb9\xbf\x19\x32\x8f\x60\x30\xa7\x8c\x36\x74\x07\x4f\x39\x1c\x80\xeb\xf1\x23\xd8\x0a\x69\x29\xaa\x6a\x72\x00\xa4\x7e\x0c\xac\x4e\x5e\xbb\x72\xe3\x40\x1d\x75\xde\x13\x1a\x73\x4e\xd7\x43\x5b\x3d\x58\x5a\x30\xee\xc5\xc2\xf4\x35\xa0\x13\xa2\xe1\x8e\xa5\x29\x6c\xd0\xac\x38\xb4\xae\xb7\x76\x0f\x60\x27\x70\x3b\x3e\xed\x67\xca\xf2\x96\x41\xe9\xec\xf6\x8e\xcf\x63\xef\x1f\x17\xde\xff\x7f\xf9\xfe\xc6\x38\x65\x8c\x1c\xa5\x7d\xcb\xc5\x6f\xb9\x34\xb7\x08\xde\xf8\x44\xbb\x8d\xeb\xc9\xd7\x13\xa8\x7a\x60\xad\xb5\xeb\xc0\xd0\x06\x8c\xb9\xfb\xc7\x90\x17\x4d\x0f\xe2\x20\x0f\x3f\x13\xef\x5f\x15\xe4\xd1\xaf\x76\xb0\x7d\x04\xe8\x56\xab\xf4\x53\xc0\x4d\x43\x74\x0a\x72\xbd\xff\x6c\x88\xfb\x1d\xde\x69\xd8\xd7\x2d\x57\xef\xbd\xb3\x3a\x6f\xc1\xe8\x01\xe4\x9d\xa7\xee\x1e\x86\x56\xed\x7c\xc8\x9d\x15\xc9\xf2\x14\xa3\x4d\x1f\x90\xcb\xfc\xe0\x02\xbf\x79\xa3\x34\x5a\x35\xc8\xce\x01\xfd\xd8\x77\xe9\xe3\x1c\x5e\xff\xce\x0e\xd0\x95\x0c\x26\x24\x27\x94\xe9\x7d\x8d\xac\x37\x05\x9e\x80\x36\xfa\xfd\x20\x33\x95\xc3\xa2\xd1\x94\x93\xde\xd6\x13\xd0\xa2\x8e\xaf\x97\x6f\xfd\x8b\x73\x10\x12\xdc\x3b\xe5\xab\x43\x5c\x7d\x16\x36\x97\xf5\x14\x57\x16\x82\x13\xe0\xce\xde\xfa\x17\x67\x83\xff\x04\x00\x00\xff\xff\x0f\x7e\x31\x86\x79\x19\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftMysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftMysqlPersistentYaml, - "Template.template.openshift.io/openshift/mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftMysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftMysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftNginxExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\xeb\x6f\xe3\xc6\x11\xff\xae\xbf\x62\x70\x08\x70\x77\x80\x29\x9d\xd3\x16\x48\xf9\x4d\x27\x2b\xb6\x10\xeb\x01\x49\x4e\xd2\x06\x81\xb1\x22\x47\xe4\xd6\xcb\x5d\x66\x77\x29\x59\xbd\xfa\x7f\x2f\x66\x97\xa4\x48\x89\xe7\x47\x91\xab\x3f\x59\xfb\x98\xf9\xcd\x6f\x9e\x4b\x96\xf3\x9f\x51\x1b\xae\x64\x08\x16\xb3\x5c\x30\x8b\x7d\x95\xa3\x34\x29\xdf\xda\x3e\x57\x83\xdd\x65\xef\x81\xcb\x38\x84\x75\xb9\xdd\x13\x6c\x83\xc2\x84\x3d\xa8\x6f\x84\x20\x13\x2e\x1f\x03\x7c\x64\x59\x2e\xb0\x97\xa1\x31\x2c\xc1\x10\xfe\x13\xf4\x00\xd6\x29\xc2\x56\x09\xa1\xf6\x5c\x26\x60\x50\xef\x78\x84\x1f\xcc\x47\x48\xd9\x0e\x61\x83\x28\x21\xd2\xc8\x2c\xc6\xc0\x25\x1c\x54\xa1\x21\xd7\xea\x5f\x18\xd9\x10\xbe\xfb\x32\x1b\x4e\xc7\x4f\xfd\x5e\x0f\xe0\x47\xa5\x21\x53\x1a\x81\xcb\xad\xd2\x19\xb3\x5c\x49\x60\x1b\x55\x58\x28\x0c\x89\xb6\x29\x37\x35\xa6\x0b\xe0\x32\x12\x45\x4c\x1b\xf3\x1c\xe5\x8a\x0c\x82\x48\x49\xc3\x63\xd4\xee\xb2\xb9\x00\x83\x08\xa9\xb5\xb9\x09\x07\x83\x84\xdb\xb4\xd8\xf4\x23\x95\x0d\x4c\x24\x94\x4e\x06\x95\x55\x83\x8d\x50\x9b\x41\xc6\x8c\x45\x3d\x58\x8e\x87\x57\xd3\x71\x3f\x8b\xfb\xbd\x0c\x2d\x8b\x99\x65\xc4\x05\x93\x52\x59\x2f\x96\x7e\x02\xc4\x68\x22\xcd\x73\xeb\xb8\x1d\x4a\x28\xc9\x81\x19\x09\x85\x9b\xf5\x7a\xe1\xb8\x40\x0d\x4c\xc6\xc0\x40\xe3\x0e\xb5\x41\xb2\xfd\xf1\x00\x1f\x9c\xee\x8f\xc0\xf2\x5c\xf0\xc8\xc9\x75\x52\x01\x6c\xca\xac\xbf\x69\xc0\x90\xc6\x88\xac\xb2\x28\x6d\xff\xad\x14\x95\x12\xbf\x3d\x51\x4e\x4b\xa4\xe4\x48\x30\x63\x42\xf7\x6f\xe0\xee\xb8\x9d\x56\xbc\xc5\xdc\xe4\x82\x1d\x02\xc9\x32\x0c\x5f\x47\x56\x87\x10\x15\x15\x19\x4a\xef\x8f\xa0\xd0\x22\x7c\x05\xf8\x73\x31\x42\xc9\x24\x68\xf9\x71\xdd\xe4\x0f\x62\xdc\x72\x89\x06\x34\x1a\x55\xe8\x08\x0d\x48\xc4\x18\x63\xb0\x0a\x62\xdc\xa1\x50\x79\x49\x31\xab\x5c\xd5\xf0\xa7\xb7\x28\x86\xcd\xe1\x6d\x31\x71\xee\x36\x06\x9b\x82\x8b\x98\x9c\xb6\xe5\x49\xa1\x4b\xbf\x93\x88\x86\xba\x18\x73\xa1\x0e\x44\x4b\xfb\x60\xff\xdc\xf0\x5c\xab\x1d\x79\x3f\x68\x7b\x63\x89\x31\xdc\x30\x7b\x01\x13\x19\x75\xdc\x32\x45\x9e\x2b\x6d\xdb\x7c\xb3\x28\x42\x63\xfa\x1a\xe3\x94\x59\xa2\xdd\xdd\xb3\x2c\x31\x21\xfc\x51\xf0\xe8\xc1\x58\xa6\xed\x45\x15\x0d\x5e\x51\xbb\x9c\xf8\x55\x93\xb3\x08\xc3\xa3\xc6\x9e\xda\x50\x8d\x30\x61\x2f\x80\x66\x19\xdb\x5d\xf6\x00\x7c\xc9\x5a\xf9\x5a\xd3\x03\x68\x66\x6a\x47\xae\x9e\x64\xeb\xf8\x31\x57\x06\x8d\x63\x50\x28\x16\xc3\x86\x09\x26\xc9\xbf\x36\xc5\x16\xa7\xb9\x8a\x8d\x93\xe0\x71\x97\xe5\xaa\x07\x60\x72\x8c\xbc\x6c\xa2\xa4\x54\x13\x94\xc7\xf6\xb8\x29\xd5\xd2\x66\x08\x3f\x7c\xfa\xe1\x53\x95\xdd\x4c\x27\x68\x17\xed\x65\x83\x02\x23\xab\x74\x05\xb6\xad\xec\xab\xe6\x2f\x55\x61\x5f\x65\x7c\x77\xe5\x47\xc7\x42\x50\x68\xee\xbd\x19\x0e\x06\x5f\xfa\x64\x57\x3f\x55\xc6\x3e\x95\xff\xe7\xcc\xa6\x4f\x2f\x50\x40\xe7\x69\x67\xb8\x58\xdc\x4e\x46\xc3\xf5\x64\x3e\xbb\xbf\x9a\x4f\x87\x93\x99\xbf\x69\x55\x85\xe4\xd4\x6f\x6f\xb0\x76\x92\xb1\x04\x57\x56\x23\xcb\xde\xec\xf0\x9f\x10\x73\x03\x56\xb3\xe8\x01\xd4\x16\xa2\x94\xc9\x04\x0d\xb5\xa3\x53\x87\x73\xd2\xd2\x61\xee\x57\x61\x7d\xa6\xcc\x1c\xb9\x7c\x7b\x33\xac\xab\xb2\xbe\xa4\x6a\x4f\x25\xc5\x27\xf9\x09\xa2\x53\x17\x32\x91\xa7\xac\xed\xc8\x3d\xe3\x36\xd8\x2a\x1d\x68\x64\xf1\x21\x84\x77\x56\x17\xf8\xee\x05\x9f\xa9\xc2\xe6\x85\xad\x23\xa4\xf6\x50\x07\xdd\x6b\x96\xd4\x9b\x2d\x81\x21\x21\x32\xd6\xc7\xb0\xab\x90\x95\x14\xd7\xb1\x1e\xed\x15\xd7\x74\x78\x34\x9f\xad\xc7\xbf\xae\xef\xaf\x26\xcb\xa7\xf2\x40\xc2\xed\x51\xa3\xc6\x2d\x1d\x5b\xcd\xef\x96\xa3\xf1\xfd\x72\xbc\x98\xaf\x26\xeb\xf9\xf2\x1f\xf7\xcb\xf1\x8f\x4f\xf5\x29\x17\xa8\x5d\xa7\xee\x96\xb7\xd5\x29\x7b\xc8\x31\x84\x6b\x5e\x62\xb2\x9a\x59\x4c\x0e\x95\x26\x8f\x71\x75\xb2\x0a\xb0\xd5\x2a\x3b\xfe\x7a\x81\x81\x56\x0d\x0b\xbf\xfb\x32\xbb\x9e\xcc\x7e\xbd\xff\x79\xbc\x5c\x4d\xe6\xb3\xa7\x93\x63\x65\x51\xf3\x7c\xad\x16\xc3\xd1\xb8\x8d\x74\xe5\x10\xf9\x24\xd1\x3c\x49\x50\xd7\xa5\xc4\x1f\x70\x20\x46\x2e\x5e\x5b\xeb\x3e\xe2\x5a\x1b\xbe\xf3\x1d\xed\x30\x18\x69\x74\x79\x79\x3d\x59\xdf\xdc\x7d\xbe\xff\x65\xfc\xf9\x66\x3e\xff\xe9\x7e\x35\x1e\x2d\xc7\xeb\x33\xca\x6e\x8a\x4d\x25\x09\x25\x6a\x1e\x75\x8a\x1a\xcf\xc6\xcb\xc9\xe8\x79\x59\xfe\xfa\xd7\x73\xe6\xaa\xee\x54\x7f\x4e\xe2\xf8\xce\x77\x96\xcb\xbe\xd5\x7e\xab\x04\xd2\xe8\x34\x99\x10\x2e\x5f\x51\xc4\xbb\xc2\xd1\xb3\xb5\x54\x42\x70\xe9\xe3\xab\x1e\xb8\xcb\x13\x6d\x56\xe8\xef\x38\x9c\x77\x66\x64\x77\x9e\x56\xe1\x5f\x63\xaf\x52\x94\x71\x59\x47\x9c\x77\x3d\xca\x5d\x08\xbf\xfd\xde\x90\xef\x2a\x62\x08\xef\xe1\x7d\x63\x51\xf0\x1d\x4a\x34\x66\xa1\xd5\x06\x9b\x68\xc0\xb5\x92\x6b\xb4\xed\x45\x00\xea\x23\x21\x0c\x4e\x57\x4f\xfb\x63\xa9\x53\x72\xcb\x99\xb8\x42\xc1\x0e\x2b\x8c\x94\x8c\x4d\x08\x7f\x69\x9f\xb1\x3c\x43\x55\xd8\xe3\x76\x77\x86\x36\xa6\x8c\xa6\xd2\x16\x85\xc1\x91\x8c\x45\x17\x20\x0a\x0b\xfe\x7f\x37\xf7\xd5\xd6\xd6\xe3\x69\x1b\x84\xe0\x19\xb7\xe6\x14\x58\x86\x99\xd2\x07\x0a\x8d\xe9\x78\x4a\xd5\xf3\x76\x32\x9d\x94\x09\x7c\x5a\x82\xf8\xb1\xf8\x2c\x98\x66\x59\x43\x18\x2b\xac\xa2\xf7\x47\x14\x02\x25\xcb\x79\x54\xcd\xa8\xfa\x35\x23\xab\xdb\x1b\xff\x53\xe9\xed\x68\x3f\xf0\x96\x7a\x99\x93\x31\x68\x9d\xa5\x01\x9c\x3c\x00\xd0\x29\x01\x66\x0c\x4f\xa4\x9f\xf5\x99\x10\x34\x36\x50\x7d\xd9\x6a\xf7\x16\x8b\xa1\x9c\x4e\xcb\x37\x42\xec\x67\x89\xc6\xe3\x81\xe6\xe7\x72\xba\x9e\xf9\xa7\x0e\xcb\xb0\x1e\x80\x09\x7f\x8f\x3c\xf7\x47\xc1\x35\xc6\x35\x89\x3b\x26\x8a\xb3\xc8\xed\x80\x78\x7c\xc8\xcd\xaa\x2e\x03\xfb\x14\x35\x3a\x90\x0d\xfa\x28\x38\x78\x8c\xa6\x13\x8e\xbb\xd7\xc2\xe4\x5a\xd4\x33\xc0\x8e\xd3\xf9\x09\xa8\xb2\xcc\x13\x4d\xae\x21\xfa\xd8\x71\x53\x0d\x42\x61\x30\x86\x0f\x97\xfd\xcb\xef\xe9\x31\x14\xe3\x96\x15\xc2\x7e\x3c\x87\xe4\x2e\x96\x92\x8e\xb0\x9a\xfd\xf5\x19\x68\xef\x48\xfe\xbb\x53\x5c\x53\xf6\xc8\xb3\x22\x03\x96\xa9\x42\x5a\x82\xe7\x13\xc0\xf1\x54\x07\x2b\x44\x4c\x12\xca\x33\x48\x53\x7f\xf8\x96\x52\xa9\x46\xd4\x4c\x9c\x67\x00\xfd\xed\xf2\xfb\x29\xef\x72\xde\xdd\xf2\xb6\x0a\x27\x8d\xb9\x32\xdc\x92\x8e\x3d\xb7\xa9\xff\x3a\xd2\xea\x61\x2e\xb3\x21\x52\xf1\x39\xb8\x6b\x6e\x61\x79\x14\x70\xb7\xbc\xad\x21\x76\x0e\x49\xcf\x60\x7d\xf9\xf5\xdc\x4f\xf8\x99\xd3\x57\x68\xcb\xa0\x57\xf4\x46\xd5\x4c\x46\xa9\x03\x70\x41\x0f\x40\x50\x1a\x94\x4d\x51\xd3\x7c\x47\x06\x3b\xe3\x1a\x16\x73\xb7\xe4\x1b\xbe\x46\x90\xea\xf8\x15\x03\xab\x28\x29\xa5\x7e\xc5\xf6\x2d\x6a\x94\x8d\x10\xee\x9c\x20\x9f\x43\xed\x7d\x20\x98\xe5\x3b\x74\x35\x9b\x16\x9b\x9f\xa8\x08\x24\xb7\xc0\x8d\x83\x57\x3e\x18\xb4\x52\xbe\xea\x9c\x1b\x75\x06\x74\xe4\x27\x61\xb8\xe2\xda\x8d\x07\x87\x1a\x6c\x63\x2a\xee\x8a\x12\xff\x3c\x8b\xdd\xe3\xca\x55\x24\xf7\x61\x68\xcf\x85\x00\x4d\x0f\xbf\x0a\xbe\x73\x50\xf5\xd9\xed\x82\xf0\x0a\xdc\x7a\x78\x1b\xc1\xe4\x03\x30\xef\x64\x7f\x75\x53\x33\x8b\xf1\x19\xd6\x61\x23\xf0\x6e\x4a\xb5\x35\xdc\xf3\xc7\xdd\x29\xea\x6b\x17\x3c\x55\x17\x29\x87\xc6\x3e\xc0\x10\x62\xbe\xdd\xf2\x88\xdc\x69\x15\x24\x05\x1a\x43\xc3\x10\xb9\x1a\x25\x85\x76\x0c\xcc\x40\xce\x74\xcd\x2a\x19\xb6\xc7\x4d\xaa\xd4\x03\xc5\x75\x1f\x60\xa6\x2c\x1d\xd6\x87\xbc\x0b\xb9\x1f\x5f\xe1\x97\xf2\xca\xca\xa9\xee\x95\xed\x05\xde\xff\xc6\x82\x7f\x0f\x83\x7f\x7e\x0a\xfe\xfe\xfb\x97\xbf\x7e\x7a\xa2\x49\xc6\xcd\xb8\xee\xdb\x26\x3e\xe6\x1a\x4d\xab\xe6\x74\x0e\xcc\xa7\xe6\x0e\x4b\x0b\x2b\x53\x5c\x95\xb3\xaa\xfe\xf8\xe2\x6b\x71\x39\x0c\x57\xd6\x9c\x23\x2f\xf7\xff\x34\xe8\x9d\x03\x7a\xef\xbf\x01\x00\x00\xff\xff\x0c\x6d\x55\xe0\x09\x16\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftNginxExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftNginxExampleYaml, - "Template.template.openshift.io/openshift/nginx-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftNginxExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftNginxExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/nginx-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftNodejsExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x58\xeb\x6f\xe3\xb8\x11\xff\xee\xbf\x62\xb0\x38\x60\xef\x80\xd8\xde\xed\x0b\x5b\x7d\xf3\xda\xbe\xc4\x77\xf1\x03\xb2\x73\xd7\xf6\x70\x08\x28\x69\x2c\x71\x43\x91\x3a\x92\x72\xe2\x6e\xf3\xbf\x17\x7c\x48\xd6\x2b\xc1\x6e\x71\x6d\xf3\x29\x26\x87\xc3\xdf\xbc\x7e\x9c\x11\x29\xe8\x4f\x28\x15\x15\x3c\x00\x8d\x79\xc1\x88\xc6\x89\x28\x90\xab\x8c\x1e\xf5\x84\x8a\xe9\xe9\xfd\xe8\x81\xf2\x24\x80\x83\xdf\x1e\x31\x12\x21\x53\xc1\x08\x80\x14\x45\x00\x5c\x24\xf8\x49\x8d\xf1\x89\xe4\x05\xc3\x11\xd4\x7a\x7a\x5b\x39\x2a\x45\x52\x0c\xe0\x5f\xe3\x11\xc0\x21\x43\x38\x0a\xc6\xc4\x23\xe5\x29\x28\x94\x27\x1a\xe3\xb7\xea\x3b\xc8\xc8\x09\x21\x42\xe4\x10\x4b\x24\x1a\x13\xa0\x1c\xce\xa2\x94\x50\x48\xf1\x09\x63\x1d\xc0\x37\x9f\x37\xb3\xf5\xf2\x79\x32\x1a\x01\x7c\x2f\x24\xe4\x42\x22\x50\x7e\x14\x32\x27\x9a\x0a\x0e\x24\x12\xa5\x86\x52\x19\xd5\x3a\xa3\xaa\x06\x75\x05\x94\xc7\xac\x4c\xcc\xc6\xb6\x40\xbe\x37\x76\x42\x2c\xb8\xa2\x09\x4a\x7b\x58\x5d\x81\x42\x84\x4c\xeb\x42\x05\xd3\x69\x4a\x75\x56\x46\x93\x58\xe4\x53\x15\x33\x21\xd3\x69\x6d\xd6\x34\x62\x22\x9a\xe6\x44\x69\x94\xd3\x70\x39\x5b\xac\x97\x93\x3c\x99\x8c\x72\xd4\x24\x21\x9a\x58\x1f\x71\x2e\xb4\xd3\x6b\x7e\x02\x24\xa8\x62\x49\x0b\x6d\x7d\x3e\xe3\xe0\xbd\x03\x1b\x91\xe0\xe4\x93\x32\x4e\x65\x34\x76\x66\x3c\x52\x9d\x01\x17\x60\x94\x45\x44\xe1\x64\xd0\x5a\xab\x16\xfe\xcf\x36\x1b\x04\x34\x16\x7c\xce\x88\x52\x81\xfd\x77\xec\x0e\xd9\xad\x56\x4e\x25\x54\x15\x8c\x9c\xc7\x9c\xe4\x18\x54\x86\x0f\x88\x89\xb8\xcc\x91\x3b\xef\x8d\x4b\xc9\x82\x2f\x01\xd8\xd7\xc3\x04\x4f\xc7\x2d\xb7\x1f\x9a\xee\x81\x04\x8f\x94\xa3\x02\x89\x4a\x94\x32\x46\x05\x1c\x31\xc1\x04\xb4\x80\x04\x4f\xc8\x44\x51\xb9\xd8\x82\xfd\x61\xdf\x0c\x52\xd3\xbb\x04\xa2\x92\xb2\xc4\xf8\xf6\x48\xd3\x52\xfa\x64\xe4\x49\x2b\xaa\x09\x16\x4c\x9c\x8d\x65\x5e\x6d\x4b\x7c\x02\xb0\xd2\x90\x08\x03\x43\x68\xaf\x1c\x81\x5c\x92\xa0\x6f\x61\x21\xc5\xc9\xc4\x72\xdc\xf6\x6c\x88\x09\xdc\x10\x7d\x05\x2b\x1e\x0f\x9c\x52\x65\x51\x08\xa9\xdb\x9e\x25\x71\x8c\x4a\x4d\x24\x26\x19\xd1\xc6\xc1\xf6\x9c\x26\xa9\x0a\xe0\xb7\x92\xc6\x0f\x4a\x13\xa9\xaf\x1a\xa1\x1d\xe6\x8d\x88\xf2\x84\x44\x0c\x03\x78\x73\x24\x4c\xe1\x9b\x11\x80\x43\xd5\x23\x0c\xb3\xac\x0a\x12\x63\x70\xc1\x37\x12\x91\x29\x75\x15\x8c\xc6\xd0\x24\xa9\xd3\xfb\x11\x80\x23\xa4\xbd\xa3\x8c\x11\x40\xb3\xde\x06\x2a\xae\x53\x73\xcb\xa7\x42\x28\x54\x36\x2c\x4c\x90\x04\x22\xc2\x08\x37\x61\xd7\x19\xb6\x02\x55\x88\xc4\x99\xe8\x80\x7b\xd6\x19\x01\xa8\x02\x63\xa7\xdb\x38\xd0\x5f\x33\xf6\x62\x8f\x18\xf9\x6b\xcd\x66\x00\x1f\xde\x7d\x78\xe7\x17\x34\x91\x29\xea\x5d\x7b\x59\x21\xc3\x58\x0b\x59\x81\x6d\x5f\xf6\xa2\xf9\xa1\x28\x75\xdf\xf8\x97\x91\x66\x42\x59\xe6\x9c\xed\x76\xb7\xab\xf9\xec\xb0\xda\x6e\xee\x17\xdb\xf5\x6c\xb5\x79\x76\x61\x14\x15\x80\xae\x7b\xbf\x02\xd4\x2a\x27\x29\xee\xb5\x44\x92\x7f\x75\x5c\x7e\x44\x2c\x14\x68\x49\xe2\x07\x10\x47\x88\x33\xc2\x53\x54\x86\xfc\xbb\x71\xa1\xe6\x96\x01\x73\x5f\x84\xf5\xd1\x54\xe5\xdc\x56\xd9\x57\xc3\x5a\x78\x76\xc8\xc4\xa3\x21\x04\x57\xe0\x1d\x44\x55\x78\xab\x4a\x20\xac\xc8\x48\xbb\x1e\x1e\x09\xd5\xe3\xa3\x90\x63\x89\x24\x39\x07\xf0\x46\xcb\xd2\x16\xc5\x6b\x31\x13\xa5\x2e\x4a\x5d\xc1\xba\x44\x68\xc0\xdd\x07\x92\xd6\x9b\x2d\x85\x81\x41\xa4\xb4\xcf\x56\xa5\xe7\x22\xcf\x69\xad\xd3\x19\x1a\x00\x2f\x72\xa8\xc5\x1c\x0d\x06\x17\x76\xd2\xf8\xa4\x17\x54\x1a\x9d\xf3\xed\xe6\xb0\xfc\xdb\xe1\x7e\xb1\x0a\x9f\xbd\x40\x7a\x51\x07\x20\xf1\x68\xc4\xf6\xdb\xbb\x70\xbe\xbc\x0f\x97\xbb\xed\x7e\x75\xd8\x86\x7f\xbf\x0f\x97\xdf\x3f\xd7\x52\xa5\xa4\xc3\x52\x77\xe1\x6d\x25\xa5\xcf\x05\x06\x70\x4d\x3d\x26\x2d\x89\xc6\xf4\x5c\x03\xb7\x18\xf7\x9d\x55\x00\xe4\xa7\xcb\x8f\xaa\x24\x37\xbb\xf5\xfd\x7a\x15\x86\xdb\xb0\xde\x02\x38\x11\x56\x3a\x37\xd5\xbb\x17\x80\x47\x29\xf2\xa0\x21\xfc\xaa\xbf\xdb\xcc\x16\x7c\xf3\x79\xb3\x5d\x2c\x7f\xd8\xdf\xff\xb4\x0c\xf7\xab\xed\xe6\xb9\x23\xe8\xb9\xce\xc5\x67\xbf\x9b\xcd\x97\x6d\x93\xf7\xd6\x34\x57\x94\x92\xa6\x29\xca\x9a\x61\x9c\x80\x85\x31\xb7\xf5\xd1\x5a\x77\x19\xde\xda\x70\x0f\xe5\xc5\x12\x85\xb1\x44\xcb\x03\xd7\xab\xc3\xcd\xdd\xc7\xfb\x9f\x97\x1f\x6f\xb6\xdb\x1f\xef\xf7\xcb\x79\xb8\x3c\xf4\x7c\x7f\x53\x46\x95\x26\xe4\x28\x69\x3c\xa8\x6a\xb9\x59\x86\xab\xf9\xeb\xba\xdc\xf1\x97\x6b\x74\x51\xbf\x8a\xbf\x4f\xa1\xba\x57\xb6\xc7\x1d\xa6\xd1\x44\xf9\xdf\x2a\x58\x89\xf6\x26\x15\xc0\xfb\x2f\xe0\xf6\xa1\xbc\x76\xde\x0a\x05\x63\x94\xa7\xad\xf7\xb5\x92\x68\x7b\xc5\xfc\x5d\x3a\xf2\x41\x06\x18\xe6\x85\xaa\x8e\x6a\xec\xe0\x6b\x9d\x50\x5e\x67\x9c\x0b\xbd\xa9\x29\xf8\xe5\xd7\x86\x7e\xcb\xc0\x01\xbc\x85\xb7\x8d\x45\x46\x4f\xc8\x51\xa9\x9d\x14\x11\x36\xd1\x80\xed\x2e\xae\x51\xb7\x17\x01\x0a\xa2\xb3\x00\xa6\xdd\xd5\xee\xb3\xe9\xef\xe4\x54\x53\xc2\x16\xc8\xc8\x79\x8f\xb1\xe0\x89\x0a\xe0\x8f\x6d\x19\x4d\x73\x14\xa5\xbe\x6c\xbf\x50\xa3\x8d\xee\xa3\x79\x6b\xcb\x87\xe3\x8b\x37\x76\x43\x88\x4c\x5e\xd0\xff\xb9\xbd\x5f\x6c\x6e\xdd\xcd\xb6\x41\x30\x9a\x53\xad\xba\xc0\x72\xcc\x85\x3c\x9b\xdc\x58\x2f\xd7\x86\x87\x6f\x57\xeb\x95\xaf\xe0\x2e\x07\xd1\x0b\xfb\xec\x88\x24\x79\x43\x19\x29\xb5\x30\x33\x49\x1c\x80\xa9\x96\x7e\x5a\x6d\x0c\xfd\xb5\xf8\x79\x38\x1c\xff\x11\xfd\x0e\x3c\x78\xf0\x35\x8c\x59\x18\x6b\x50\x5b\x53\xc7\xd0\x19\x18\xd0\x5e\x02\x44\x29\x9a\x72\x37\x1b\x10\xc6\x4c\xa3\x62\x18\xe6\x28\xcd\x23\xc9\x13\xf0\x6d\xab\x9f\x29\x12\xd7\xbd\x34\x86\x0d\xd3\x86\xfb\x26\x7d\xe3\x9e\x26\x92\x63\xdd\x1a\x1b\xfc\x23\x13\xba\xdf\x4a\x2a\x31\xa9\xbd\xe8\x9f\xaa\x8e\xb3\x06\x30\x5e\xc6\xbb\x4d\xf5\xd0\xc0\x63\x86\x12\x2d\xca\x86\xff\x4c\x7a\xd0\x04\xd5\x20\x1e\x7b\xae\x05\xca\xbe\x52\xaf\x20\xbb\xf4\xed\x1d\x50\x9e\xe9\x8d\x9f\xfc\xe8\x64\xd3\xc7\x76\x52\x08\xa5\xc2\x04\xbe\xfd\xcb\x15\x7c\xb8\x02\x21\xc1\x05\xee\xbb\x1e\xa6\xbe\x92\x95\xef\x00\x3d\xc2\xd6\x73\xfb\x0a\xcc\x37\x1f\xde\x74\x01\xae\xc9\x13\xcd\xcb\x1c\x48\x2e\x4a\xae\xcd\x15\xae\x16\xac\xc3\xea\xbc\x85\x98\x70\x83\xb6\x07\x6d\xed\x84\x6f\x4d\x55\xd5\x78\x9a\x35\xf4\x0a\x9a\x3f\xbf\xff\xc3\x9a\x0e\x45\xf1\x2e\xbc\xad\x12\x4b\x62\x21\x14\xd5\xe6\x0e\xfb\x31\xc0\x7e\x07\x69\xbd\x67\xb6\xc8\x21\x36\x43\x74\x17\xdc\x35\xd5\x10\x5e\x14\xdc\x85\xb7\x35\xc4\xc1\xce\xeb\x15\xac\x5f\x30\x78\x4f\x52\xda\x0b\xff\x1e\xb5\xcf\x7f\x61\x86\x63\x49\x78\x9c\x59\x04\x57\x66\xa4\x34\x31\x17\x3a\x43\x69\xba\x46\x63\xb1\xb5\xae\x61\x32\xb5\x4b\xee\xf5\x97\x68\xe7\xe1\xea\xfb\x86\x1d\xdb\x49\xc9\xb4\xd7\xfa\x82\xf1\x47\x94\xc8\x1b\xc9\x3c\xd8\x97\xbe\x86\xda\x05\x81\x11\x4d\x4f\x68\xf9\xdb\x2c\x36\xbf\x46\x19\x90\x54\x03\xad\xc6\x75\x77\x42\x08\x47\x40\x7d\xa3\x7a\x40\xe7\xae\xbf\x86\x05\x95\xb6\x57\x38\xd7\x60\x1b\xbd\xf6\x50\x9a\xa0\x1d\x64\x13\x3b\xd9\x59\x72\xd2\x19\xd1\xf0\x48\x19\x03\x69\x86\xc3\x0a\x7e\xf5\x65\xc9\x7f\x63\xbb\x32\x88\x19\x1e\x1d\xc0\x88\x11\xfe\x00\xc4\xc5\xd9\x1d\x8e\x6a\xdf\x62\xd2\x43\x3b\x6b\xe4\xde\x8d\xbf\xb8\x06\xdc\x9f\x2d\xbb\xb8\xaf\x6d\xfe\x54\x6f\x8a\xef\x21\x27\x00\x33\x48\xe8\xf1\x48\x63\x13\x50\x2d\x20\x2d\x51\x29\xd3\x1b\x99\x60\x23\x37\xd9\x9d\x00\x51\x50\x10\x59\xfb\xd5\x98\xf6\x88\x51\x26\xc4\x83\x49\xed\x09\xc0\x46\x68\x23\x2c\xcf\xc5\x10\x72\xd7\xcd\xc2\xcf\xfe\xc8\xde\x5e\x3d\xf2\x6f\x0d\xbc\xfd\x85\x8c\xff\x39\x1b\xff\xe3\xdd\xf8\xaf\xbf\x7e\xfe\xd3\xbb\x67\xd3\xd8\xd8\x96\xd7\x7e\xc9\xc4\xa7\x42\xa2\x52\x6e\xd4\x73\xb6\x0e\xf6\xcf\x5d\x73\x67\xde\xc2\xca\x14\x4b\x78\x5a\xd4\x5f\x7c\x1c\x2f\xfb\xde\xb8\xb2\xa6\x8f\xdc\xef\xff\x6e\xd0\x07\xfb\xf5\xa1\x14\x8b\x4b\xa5\x45\x6e\xe6\x27\xc8\xa9\x94\x42\x7a\x12\x69\x27\xf0\x45\x68\xdd\x14\xea\xcd\x5e\xff\x0e\x00\x00\xff\xff\x7f\x50\x96\xb8\x6e\x16\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftNodejsExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftNodejsExampleYaml, - "Template.template.openshift.io/openshift/nodejs-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftNodejsExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftNodejsExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/nodejs-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\xdd\x6f\x1b\xb9\x11\x7f\xd7\x5f\x31\x10\x0c\x24\x41\x2d\xc9\x4e\xda\x5c\xba\x40\x1f\x14\x49\xe7\xe8\xce\xfa\x80\x64\x27\xbd\x1e\x0e\x06\xb5\x3b\x92\x78\xde\x25\xf7\x48\xae\x6c\xd5\xf5\xff\x5e\xf0\x63\x57\xfb\x25\x59\x4e\x9c\xf6\xe5\xf4\x10\xc4\xe4\x70\xf8\x9b\x0f\xce\x0c\x39\x4b\x62\xfa\x19\x85\xa4\x9c\x79\xa0\x30\x8a\x43\xa2\xb0\xcd\x63\x64\x72\x4d\x97\xaa\x4d\x79\x67\x73\xde\xb8\xa5\x2c\xf0\xe0\xca\x4d\x37\x42\xb2\xc0\x50\x7a\x0d\xc8\x56\x78\xc0\x78\x80\xbf\xcb\x56\xc4\xd9\x8a\xb7\x62\xcd\x51\x2a\x64\xaa\x11\xa1\x94\x64\x85\x1e\xfc\xa7\xd5\x00\xb8\x5a\x23\x2c\x79\x18\xf2\x3b\xca\x56\x20\x51\x6c\xa8\x8f\xaf\xe5\x1b\x58\x93\x0d\xc2\x02\x91\x81\x2f\x90\x28\x0c\x80\x32\xd8\xf2\x44\x40\x2c\xf8\xef\xe8\x2b\x0f\x4e\x1e\xc6\xdd\xd1\xe0\xf1\x14\x4e\x1e\xfa\xdd\xab\xee\xc7\xee\x7c\x70\x33\x1f\xcc\x3e\x0f\x7b\x83\x1b\x33\xd3\x6e\x34\x00\x7e\xe4\x02\x22\x2e\x10\x28\x5b\x72\x11\x11\x45\x39\x03\xb2\xe0\x89\x82\x44\xea\x4d\xd5\x9a\xca\x0c\xf7\x29\x50\xe6\x87\x49\xa0\x27\x26\x31\xb2\xb9\x16\x1a\x7c\xce\x24\x0d\x50\x98\xc5\xf2\x14\x24\x22\xac\x95\x8a\xa5\xd7\xe9\xac\xa8\x5a\x27\x8b\xb6\xcf\xa3\x8e\xf4\x43\x2e\x56\x1d\x27\x39\xde\x77\x16\x21\x5f\x74\x22\x22\x15\x8a\xce\x6c\xd0\xed\x8f\x06\xed\x28\x68\x37\x22\x54\x24\x20\x8a\x68\x85\x11\xc6\xb8\xb2\x7c\xf5\x9f\x00\x01\x4a\x5f\xd0\x58\x19\x03\x74\x19\xe0\x3d\x89\xe2\x10\x61\xcc\x03\x6c\xff\x2e\x81\xc4\x71\x48\x7d\x2b\xc6\x1d\x55\x6b\x20\x30\xd2\x3a\xee\x7f\x04\xcd\x73\x41\x24\xb6\x33\xa1\x0d\x47\x78\x61\xd1\x1d\xd3\x6f\x50\x80\xc1\xe4\x73\xd6\x0b\x89\x94\x9e\xf9\x6f\xcb\x2e\x32\x53\x05\x6f\x0b\xa8\x8c\x43\xb2\x6d\x31\x12\xa1\x97\x69\xe1\x2f\xa9\xd0\x35\x0b\xb8\x9f\x44\xc8\xac\x52\x5b\x89\x08\xbd\x63\xa0\x56\xf9\x84\x9c\xad\x5a\x05\x6b\x5c\xe5\xd5\x05\x01\x2e\x29\x43\x09\x02\x25\x4f\x84\x8f\x12\x18\x62\x80\x01\x28\x0e\x01\x6e\x30\xe4\xb1\xd3\x14\x31\xb0\x7f\x9a\xe7\x6d\x97\xd7\x36\x81\x45\x42\xc3\x40\xeb\x7a\x49\x57\x89\x70\x04\x79\x4b\x07\x18\x87\x7c\xab\xc5\x72\x3c\xcb\xb4\x2c\xc8\xcc\x9f\x23\x2e\x92\xb5\xab\x42\xc6\x82\x6f\xb4\x79\x5b\x45\x35\xcf\x30\x80\x4f\x44\x9d\xc2\x90\xf9\x35\xab\x64\x12\xc7\x5c\xa8\xa2\x72\x89\xef\xa3\x94\x6d\x81\xc1\x9a\x28\xad\x63\xb3\x4e\x91\x95\xf4\xe0\x8f\x84\xfa\xb7\x52\x11\xa1\x4e\x73\x76\xae\x0f\x2f\x0b\xca\x02\xb2\x08\xd1\x83\xe6\x92\x84\x12\x9b\x0d\x00\x8b\x6a\x5f\x48\xb1\xf3\x32\x26\x3e\x7a\x3b\xa0\x0d\xbe\xd0\x71\x42\x7a\x8d\x16\xe4\x83\xda\xe6\xbc\x01\x60\x03\xd8\x1c\x7d\x81\x7a\x7d\xfe\x44\xa6\xbb\xb9\xf0\xd2\x00\x90\x4a\x50\xb6\xea\x67\xf3\xa9\xa2\x5b\x24\x88\x28\x6b\xc5\x44\xca\x3b\x2e\x02\x2f\x1f\x88\xba\xfd\xd1\x70\x7c\x33\xed\xce\xe7\x5f\x26\xb3\xfe\x63\x71\x5d\xed\x8a\x3d\xb4\x89\x44\x51\xa0\xbb\x9e\x0f\x66\x8f\x87\x64\x32\x31\xb4\x22\x54\x25\xd0\x94\x42\xcd\xe0\x3e\xe6\x12\xa5\xf1\xa4\x90\x93\x00\x16\x24\x24\x4c\xbb\xb5\x5a\x63\xc1\x17\x63\x1e\x48\xc7\xc1\x05\xec\x36\x09\xe3\x35\x29\x9a\x31\xc0\x18\x59\x80\xcc\xa7\x28\x3d\x78\xf5\xeb\x43\x53\xab\xb5\xe9\x41\x73\x5f\xb8\x6e\x9e\x3a\xae\x00\x4d\x2d\x8b\xa6\x75\xd2\x34\x1f\x7f\x7b\x55\x6f\x9a\x18\x7d\x2b\x8e\x76\x48\x27\x59\xcb\x91\xdd\xe1\xc2\x71\xd4\x93\x1e\x7c\x38\xfb\x70\xe6\x06\x14\x11\x2b\x54\xd3\xe2\xb0\xc4\x10\x7d\xc5\x45\xaa\x9f\xe2\x66\x7b\x35\x3e\xe3\x89\xaa\xea\x7b\x3f\xd2\x35\x97\x26\x7b\x75\xa7\xd3\xcb\x61\xaf\x7b\x35\x9c\x8c\x6f\xfa\x93\x51\x77\x38\xb6\xa6\x57\x3c\x05\x50\xb6\xe8\x33\x40\x0d\x23\xb2\xc2\xb9\x12\x48\xa2\x67\xbb\xc2\xcf\x88\xb1\x04\x25\x88\x7f\x0b\x7c\x09\xfe\x9a\xb0\x15\x4a\x9d\x80\xcb\xae\x40\xf5\x2e\x35\xe2\xee\x85\xf5\x51\x07\xba\x9e\x09\x4a\xcf\x86\xd5\x77\x01\x77\xcd\xef\x74\x8c\xb5\x31\xb3\x84\x28\x35\x6f\x1a\x59\x6a\x1c\xf3\x8e\x50\xd5\x5a\x72\xd1\x12\x48\x82\xad\x07\x4d\x25\x12\x13\x64\x0e\xd9\x8c\x27\x2a\x4e\x54\x0a\x6b\x67\xa1\x1a\x75\x5f\x91\x55\x36\x59\x60\xe8\x69\x44\x52\x39\x6f\x95\xaa\xc7\xa3\x88\x66\x3c\xad\xa0\x1e\xb0\x38\x82\x8c\xcc\x66\x16\x6f\x17\xf3\x15\xde\xab\x3e\x35\x01\xa1\x37\x19\x5f\x0d\xfe\x79\x75\xd3\x1f\xce\x1e\x1d\xc1\x6a\xc7\x0e\x40\xe0\x52\x93\xcd\x27\xd7\xb3\xde\xe0\x66\x36\x98\x4e\xe6\xc3\xab\xc9\xec\x97\x9b\xd9\xe0\xc7\xc7\x8c\x2a\x11\xb4\x9e\xea\x7a\x76\x99\x52\xa9\x6d\x8c\x1e\x5c\x50\x87\x49\x09\xa2\x70\xb5\xcd\x80\x1b\x8c\xf3\xd2\x28\x00\xb2\xcd\xee\x8f\xf4\x48\x8e\xa7\xa3\x9b\xd1\x70\x36\x9b\xcc\xb2\x29\x80\x0d\x09\x13\xab\xa6\x6c\x76\x07\x70\x29\x78\xe4\xe5\x88\x0f\xea\xbb\x98\x29\xbc\x93\x87\xf1\xa4\x3f\xf8\x69\x7e\xf3\x79\x30\x9b\x0f\x27\xe3\xc7\x12\xa1\x4b\x19\xd6\x3e\xf3\x69\xb7\x37\x28\x8a\x3c\x37\xa2\xd9\x43\x29\xe8\x6a\x85\x22\x8b\x30\x96\xc0\xc0\xe8\x99\xf3\x51\x18\xb7\x1e\x5e\x98\xb0\xb5\xc7\x4e\x12\x69\x72\x8f\xde\xfc\x62\x78\xf5\xe9\xfa\xe3\xcd\x97\xc1\xc7\x4f\x93\xc9\xcf\x37\xf3\x41\x6f\x36\xb8\xaa\xe8\xfe\x53\xb2\x48\x39\x21\x43\x41\xfd\x5a\x56\x83\xf1\x60\x36\xec\x1d\xe6\x65\x97\xef\x3f\xa3\xfd\xac\x7c\x78\x99\x83\x6a\xcb\x91\x4a\xec\xd0\xb9\x03\xc5\xf7\x3a\xb0\x02\xcd\x4e\xd2\x83\xf3\x23\x62\x7b\x9d\x5f\x5b\x6d\xcd\xd0\xde\x3f\x0a\x05\x4b\x4a\x52\x54\x8b\xfe\xed\x6e\x42\xb5\x21\xa0\x3e\x30\xa4\x07\x29\x03\x0f\xee\xb0\x13\xca\x32\x97\xb3\xb6\x2f\x1c\xaa\xdd\xb1\xaa\x4d\xa8\x39\xba\xdc\x19\xab\xcf\xbd\x35\x3c\x47\x93\xf1\xc5\xa4\xff\xd1\xd4\x1b\x55\x56\x3f\x96\x8e\xe5\xce\x0f\x7f\xc6\xed\x0c\x97\xe5\x39\x80\x5b\xdc\x7a\xc5\xb2\xa6\x42\x52\xaf\xab\x2a\xa4\xb4\x54\x7a\x79\x58\x69\x65\xf6\xd5\xd0\x52\xf5\x3e\xa1\xfc\xa7\xd8\x14\xcb\xc7\x97\x97\xb3\x58\xb9\x1e\x2d\xad\xc9\xf7\x1e\xbc\x82\x57\xb9\xc1\x90\x6e\x90\xa1\x94\x53\xc1\x17\x58\xdc\x58\xdf\x0d\x2e\x50\x95\xd1\xc4\x44\xad\x3d\xe8\x94\x47\xcb\x45\x9a\xdb\x93\x51\x45\x49\xd8\xc7\x90\x6c\xe7\xe8\x73\x16\x48\x0f\xde\x15\x69\x14\x8d\x90\x27\x6a\x37\xbd\x27\x23\xd4\xdd\x1d\xf2\xdb\xcb\xe2\xe1\xca\xce\xe0\xb4\x0e\x9a\x0e\x47\xf4\x7f\x2e\xf8\xd1\x72\x67\xf7\xd2\x22\x88\x90\x46\x54\xc9\x32\xb0\x08\x23\x2e\xb6\xda\xe4\xa3\xc1\x48\xa7\xff\xcb\xe1\x68\xe8\x12\x47\x39\xf5\xd1\x5d\xd2\x9b\x12\x41\xa2\x1c\x33\x92\x28\x1e\x11\x45\x7d\x0f\x74\x90\xae\x06\xb3\xb1\xce\xba\x85\xb2\xe0\x09\xbb\x7c\x55\xfa\xaf\x29\xb8\xe0\x39\x19\x7b\x6f\x6a\x9c\x66\x00\x3f\xf3\x30\x89\xb0\x17\x12\x5a\xad\xaf\x53\x10\x7b\x43\xed\x2e\xd2\xdb\x4b\xf3\x88\x07\x98\xa9\x77\x86\x24\xf8\x22\xa8\xc2\x09\x73\xb5\x47\xc5\x92\x02\xff\x48\x50\xe6\xad\x28\x15\x17\xe6\x68\x9e\x3c\x7c\x9e\x5c\x5e\x8f\x06\x37\xbd\xee\xb4\xdb\x1b\x5e\xfd\xf2\x1d\xaf\x8a\x3a\xa3\x67\x8f\x0e\xb9\x74\xfe\x0c\xf9\x6b\x6e\x6d\xc6\x15\x82\xe2\xcd\xed\xed\x0f\x67\xe7\x3f\xd4\x5c\xdd\x76\xe3\xfb\xf2\xfb\x1e\x0c\xff\x8f\xe2\x27\x55\xd5\xcb\x94\x3c\x47\x28\xf7\xd8\x1a\xe8\x40\x49\xf0\x9d\x8b\xa2\x27\x8a\x91\xa3\xc8\xbe\xa1\x6c\xfa\xb3\xc4\xf9\x1a\x68\x7f\x96\x38\x79\x3e\x47\x95\x27\x7e\x3c\xe7\xfe\x6d\x4d\x3d\x50\x89\x6e\x6e\x41\x29\xaf\x9f\x57\xce\x4e\x31\x4a\xc2\x51\xf5\x4b\x79\x9f\x43\x05\x0c\xde\xe7\x4f\x95\xfd\xf9\x3c\x8a\x08\x0b\xca\xc3\x2d\xe8\x2c\x28\xeb\xc8\x75\x65\xbc\x45\xab\x43\x7e\x65\xc8\x88\x02\xe7\x6f\x7f\x68\x9f\xb5\xcf\xda\xe7\x9e\x81\xd9\x39\x29\xbb\x1b\xb4\x12\x38\xc9\x9f\x58\x68\xc5\xbb\x81\x5a\x3f\x32\xfc\x5b\xb8\x21\xe1\x3f\x9a\x7f\x24\x54\xbd\x7e\xd3\xfc\xd6\x0a\xeb\xfc\xc5\x2a\xac\x14\x79\xae\xd2\xb2\xbf\x8d\x29\x2d\x46\x3c\x61\x65\x7b\x46\x7a\x6c\x6a\x6b\xc8\x0d\x11\x9d\x90\x2e\x3a\xce\x11\x3a\xda\xef\x0b\x5b\x1e\x0e\x9e\xad\x02\xbd\xdd\x52\x56\xdf\x6b\x8e\x5b\x0e\x10\xd7\x15\x46\x45\x15\xf8\x7a\x68\xfc\x74\x44\xff\xae\xe5\x66\xf9\xd8\x7c\x55\x79\xe9\x98\x78\x27\x0f\xa9\x0d\xbf\xf2\x7d\xe9\xa8\x62\x34\xd6\x42\xa3\x32\x1a\x69\x41\xa9\x21\x85\x66\x1f\x20\x52\xd2\x15\xb3\xbd\x27\x12\x86\xc0\x97\xa6\xe2\x58\x0a\xce\x14\xb2\x00\x5c\x2b\xc4\xf5\xac\x02\xfb\x94\x9b\x6b\x66\xb5\x1b\x00\xae\x03\x64\x2d\xa4\xff\xcd\xfa\x2e\xee\x31\x41\x57\x9d\x54\x60\x90\x29\xdb\xc5\xfc\x7d\x25\x7c\x0d\xd8\x5d\x5f\x71\x9c\xaa\x07\xee\xd6\x28\xd0\xc0\xcd\xa9\x5d\x9f\x2d\x1a\xa0\xac\x05\x66\xd6\x15\xd0\x19\xdd\x1e\x80\xb8\x6b\x0a\x95\x40\xb9\x12\x50\x2b\xcc\xf5\xe8\x8c\xbb\x99\xf7\x65\x84\x44\x62\x00\xaf\xdf\x9f\xc2\x87\x53\xe0\x02\xec\x75\xe2\x4d\x05\x53\x95\xc9\xd0\xbd\x8b\x3b\x84\x85\x47\xc8\x03\x30\x9b\x1f\x9a\x07\x00\xa6\x6d\xde\x2a\xc2\x77\xed\xf7\x47\xe2\x4b\x79\x14\x01\x96\xdc\xf8\x10\xc2\x77\xed\xf7\x15\x8c\x23\x72\x4f\xa3\x24\x02\x62\xe2\x93\xde\xc6\x06\x3b\x63\xd4\xb4\x63\x9b\x9d\x49\xf0\x09\xd3\xb8\x2b\x30\x47\x76\xd1\xa5\x0e\x9f\x3b\x68\xb9\xeb\xe8\x01\x5c\x7f\x3b\x7f\x3b\xa2\xcf\xc2\x95\x6a\xe2\x79\xb8\xe0\xb5\x5b\xf7\xa6\x8c\xb0\x10\xce\x9f\x8b\xd4\x06\x4d\xb0\x07\x82\x6c\x08\x0d\xc9\x22\x44\x58\x72\x61\xea\x99\x53\xc0\xf6\xaa\x6d\x97\x9e\xc2\xdb\x0b\x5a\xb1\xb0\x5d\xdf\x23\x31\xf1\xa9\xda\x66\xd8\x4a\x77\xc1\x03\xb0\xce\x2f\x2a\xa0\xf4\x81\xbd\x9e\x5d\xa6\xc1\x44\x60\xcc\x25\x55\x5a\x15\xe6\xbb\x03\xf3\x31\x46\xe1\x41\xd7\x24\x43\xf0\xb5\xc1\xcb\x00\x2f\xa8\x82\xd9\x8e\xc1\xf5\xec\x32\xc3\x58\xdb\x7a\x38\x80\xf4\x88\x66\x7e\x7b\x45\x2b\x27\x7d\x8e\xca\xc5\x3c\x0e\x04\x16\x82\x30\x7f\x6d\x10\x9c\x82\x22\x2b\x7d\x7c\xb8\x5a\xa3\x00\x81\x4b\x2d\xb1\x91\x2e\x27\x32\x35\x43\xf6\x06\x28\x10\x18\xdf\x7d\x43\x61\x3e\x05\x20\x49\xa8\x1c\xd7\x3d\xc2\x2f\x51\x20\xcb\xc5\xad\xda\xc6\xcc\x21\xd4\xd6\x08\x21\x51\x74\x83\xe6\x25\x49\x0f\xe6\x3f\x89\xd1\x20\xa9\x02\x2a\x0d\x3c\xd7\xae\x13\x9c\xdb\x17\x90\xaa\x50\x15\xa0\x3d\xdb\x60\x82\x3e\x15\xe6\xa2\xb8\x73\xa4\x5c\xb3\xa9\xce\x4d\xd0\xbc\x08\x04\xa6\xb5\x69\x12\x92\x5a\x13\x05\x77\x34\x0c\x41\xf0\x44\x61\x0a\x3f\x0d\x06\xae\x6f\x7c\xaa\x11\x87\xb8\xb4\x00\x17\x21\x61\xb7\x40\xac\x9d\xed\xe2\x45\xa6\x5b\x0c\x2a\x68\xbb\x39\xdf\xfb\xe4\x36\xce\x00\x57\x9b\xab\x65\xdc\x17\xc6\x7f\xd2\x72\xc3\x5d\x2d\xda\x00\x5d\x08\xe8\x72\x49\x7d\x6d\x50\xc5\x61\x95\xa0\x94\xee\x13\x00\x40\xa6\xbd\x3b\x00\x22\x21\x26\x22\xd3\xab\x16\xed\x0e\x17\x6b\xce\x6f\xb5\x6b\xb7\x01\xc6\x5c\x69\x62\xb1\x8d\xeb\x90\xdb\x76\x0e\x7c\x71\x4b\xb2\xcf\x10\x4c\x35\x02\xaf\x7e\x25\xad\x7f\x77\x5b\xff\x3a\x6b\xfd\xfd\xb7\x87\xbf\x9e\x3d\xea\x8b\x88\xe9\xf9\x98\xef\xaa\xf0\x3e\x16\x28\xa5\xed\x75\x5a\x59\x6b\x1b\x48\x65\x71\xbb\x4e\xc2\x54\x14\x93\x39\x14\xcf\xbe\x10\xb1\x29\xd8\x35\x87\x52\x69\xaa\xc8\xdd\xfc\x8b\x41\xaf\x6d\x58\x69\xec\xf9\x5d\xfb\xe9\x23\x93\x7b\xb1\x2a\x96\x27\xfb\x9a\x1f\xfb\x02\x48\x5a\x03\x96\x14\x74\x2d\x51\x18\xdf\xd5\x51\x37\xcd\x0e\xfa\x0e\x9f\x73\xe6\x34\xe3\x6a\x12\xfb\x74\x97\x85\x80\xf4\xdb\xab\x4a\xf6\x70\x9c\x52\xf6\x99\xae\x34\xeb\x5f\x53\x5d\xbd\x7b\x7c\x4a\x53\x85\xef\x3f\xca\xd8\xa7\xee\x96\x6b\x80\xe5\xb3\x9b\xde\x64\x2f\xa4\xe9\xee\x6e\x5c\x63\xbe\xf3\xf7\x4f\x9b\xaf\xf2\xf1\xca\x5e\xcb\xd5\x5b\xec\x09\x4b\x49\xf3\xe9\x5b\xd5\x54\x15\x71\xb3\x57\x48\x73\xe9\xaf\x97\x3a\x83\xd2\xd5\x34\xd4\xbc\x6c\x71\xf1\x92\x4a\x28\xbd\x68\xd4\xc4\x49\x3f\x91\x8a\x47\x30\x9e\x8e\x20\xa2\x42\x70\xe1\x32\x61\x31\x0a\xef\x88\x46\x79\xa2\x4a\x07\xfd\xbf\x01\x00\x00\xff\xff\x05\x54\x24\x44\xab\x29\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYaml, - "Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\xdd\x73\xdb\xb8\x11\x7f\xd7\x5f\xb1\xa3\xc9\x4c\x92\xa9\x29\xd9\x97\x36\x97\x72\xa6\x0f\x8a\xa4\x73\x74\x17\x7d\x8c\x64\x5f\xda\xde\xdc\x78\x20\x72\x25\xe1\x4c\x02\x0c\x00\xca\x56\x53\xff\xef\x1d\x7c\x90\xe2\x97\x64\x39\xe7\xb4\x7d\x38\x3d\xd9\xe0\x72\xf1\xdb\xef\x05\x96\x24\xa1\x3f\xa3\x90\x94\x33\x1f\x14\xc6\x49\x44\x14\x76\x78\x82\x4c\x6e\xe8\x4a\x75\x28\xef\x6e\x2f\x5a\xb7\x94\x85\x3e\x5c\xb9\xc7\xad\x88\x2c\x31\x92\x7e\x0b\x80\x24\x89\x0f\x8c\x87\xf8\x9b\xf4\x62\xce\xd6\x3c\x5c\x7a\x78\x4f\xe2\x24\xc2\x16\xe4\xfc\x0e\x92\xc4\x28\x25\x59\xa3\x0f\xff\xf6\x5a\x00\x57\x1b\x84\x15\x8f\x22\x7e\x47\xd9\x1a\x24\x8a\x2d\x0d\xf0\x95\x7c\x0d\x1b\xb2\x45\x58\x22\x32\x08\x04\x12\x85\x21\x50\x06\x3b\x9e\x0a\x48\x04\xff\x0d\x03\xe5\xc3\x8b\x2f\x93\xde\x78\xf8\x70\x06\x2f\xbe\x0c\x7a\x57\xbd\xf7\xbd\xc5\xf0\x66\x31\x9c\xff\x3c\xea\x0f\x6f\xcc\x93\x4e\xab\x05\xf0\x03\x17\x10\x73\x81\x40\xd9\x8a\x8b\x98\x28\xca\x19\x90\x25\x4f\x15\xa4\x52\x6f\xaa\x36\x54\xe6\xb0\xcf\x80\xb2\x20\x4a\x43\xfd\x60\x9a\x20\x5b\x68\x8d\x40\xc0\x99\xa4\x21\x0a\xf3\xb2\x3c\x03\x89\x08\x1b\xa5\x12\xe9\x77\xbb\x6b\xaa\x36\xe9\xb2\x13\xf0\xb8\x2b\x83\x88\x8b\x75\xd7\x09\x8e\xf7\xdd\x65\xc4\x97\xdd\x98\x48\x85\xa2\x3b\x1f\xf6\x06\xe3\x61\x27\x0e\x3b\xad\x18\x15\x09\x89\x22\x46\x9b\x8c\x71\x65\xf9\xea\x7f\x01\x42\x94\x81\xa0\x89\x32\xd6\x31\x3a\xd2\xbf\x1e\x03\xa7\x40\x98\xf0\x10\x3b\xbf\x49\x6d\x87\x88\x06\x56\x9e\x3b\xaa\x36\x40\x60\xac\x75\x3d\x78\x0f\x9a\xf9\x92\x48\xec\xfc\x3f\x4a\xef\x24\xfa\xd4\x9b\x4f\x46\x93\x4b\x1f\x7a\x6c\x67\x00\x83\x54\x5c\x60\x08\x77\x34\x8a\x60\x89\x10\x71\xa9\x20\x4d\x38\x83\x84\x87\x5a\x2d\x4a\xa4\x81\x86\xd0\x81\x29\x8b\x76\x90\x4a\x2c\xa3\x87\x15\x17\xa0\x50\x2a\xca\xd6\x1d\xb3\x0b\x0d\x38\xeb\x47\x44\x4a\xdf\xfc\xe9\x59\x6c\xe6\x51\xc9\xdd\x43\x2a\x93\x88\xec\x3c\x46\x62\xf4\x73\x05\xff\x29\xd7\xe7\xab\x61\xb2\xc1\x18\x05\x89\x5e\x37\xbc\xcc\x83\x34\x46\x66\x8d\xe8\xa5\x22\xf2\x4f\xd1\x4e\x9d\x4f\xc4\xd9\xda\x2b\x59\xff\xaa\x24\x5d\x88\x2b\xca\x50\x82\x40\xc9\x53\x11\xa0\x04\x86\x18\x62\x08\x8a\x43\x88\x5b\x8c\x78\xe2\x54\x4b\x8c\x08\x3f\x2e\x8a\x2e\x52\x34\x2d\x81\x65\x4a\xa3\x50\x1b\x76\x45\xd7\xa9\x70\x04\x45\x87\x0a\x31\x89\xf8\x4e\x8b\xe5\x78\x56\x69\x59\x98\x7b\x59\x81\xb8\x4c\xd6\xb1\xf1\x9d\xd3\x51\xe9\x6c\xec\x78\x52\x06\x8c\x33\x2f\xd1\xb9\x48\x2a\xfd\xba\x7e\x4c\xd6\x78\x06\x92\x5b\xdb\x96\xf8\x81\xdc\xf0\x34\x0a\xb5\x73\xa4\x12\x43\x63\x6f\xbc\x4f\x50\x50\xa3\xff\xc8\xb1\x4d\x52\x91\x70\x89\x12\x38\x8b\x76\x9d\xba\xa2\x13\xc1\xb7\xda\x9f\xbd\xb2\xd9\xe7\x18\xc2\x07\xa2\xce\x60\xc4\x82\x86\xb7\x64\x9a\x24\x5c\xa8\xb2\x81\x49\x10\xa0\x94\x1d\x81\xe1\x86\x28\x6d\x67\xf3\x9e\x22\x6b\xe9\xc3\xe7\x94\x06\xb7\x52\x11\xa1\xce\x0a\x7e\xd7\x9c\x6f\x97\x94\x85\x64\x19\xa1\x0f\xed\x15\x89\x24\xb6\x5b\x00\x16\xd5\xc1\x44\xab\x1f\xcb\x84\x04\xe8\xef\x71\xb6\xf8\x52\xa7\x46\xe9\xb7\x3c\x28\x26\xf9\xed\x45\x0b\xc0\x26\xf4\x05\x06\x02\xb5\x51\x8b\x49\x28\xdb\xcc\x65\xd4\x16\x80\x54\x82\xb2\xf5\x20\x7f\x9e\xd9\xd0\x23\x61\x4c\x99\x97\x10\x29\xef\xb8\x08\xfd\x62\xee\xed\x0d\xc6\xa3\xc9\xcd\xac\xb7\x58\x7c\x9a\xce\x07\x0f\xe5\xf7\x1a\xdf\x38\x40\x9b\x4a\x14\x25\xba\xeb\xc5\x70\xfe\x70\x4c\x26\x53\x36\x6a\x42\xd5\x72\x6b\x25\xbb\x0e\xef\xad\x9f\x68\x67\x8e\x38\x09\x61\x49\x22\xc2\x74\x64\xa9\x0d\x96\xc2\x21\xe1\xa1\x74\x1c\x5c\x8d\xea\x90\x28\xd9\x90\xb2\x15\x43\x4c\x90\x85\xc8\x02\x8a\xd2\x87\x97\xbf\x7c\x69\x6b\xb5\xb6\x7d\x68\x1f\xaa\x50\xed\x33\xc7\x15\xa0\xad\x65\xd1\xb4\x4e\x9a\xf6\xc3\xaf\x2f\x9b\x4d\x93\x60\x60\xc5\xd1\xfe\xe8\x24\xf3\x1c\xd9\x1d\x2e\xb3\x28\xe0\x42\xf9\xf0\xee\xfc\xdd\xb9\x5b\x50\x44\xac\x51\xcd\xca\xcb\x12\x23\x0c\x14\x17\x99\x7e\xca\x9b\x1d\xd4\xf8\x9c\xa7\xaa\xae\xef\xc3\x48\x37\x5c\x9a\x82\xdd\x9b\xcd\x3e\x8e\xfa\xbd\xab\xd1\x74\x72\x33\x98\x8e\x7b\xa3\x89\x35\xbd\xe2\x19\x80\xaa\x45\x9f\x00\x6a\x14\x93\x35\x2e\x94\x40\x12\x3f\xd9\x15\x7e\x42\x4c\x24\x28\x41\x82\x5b\xe0\x2b\x08\x36\x84\xad\x51\xea\x0c\x55\x75\x05\xaa\x77\x69\x10\xf7\x20\xac\xf7\x3a\xd7\xf6\x4d\x1e\x7b\x32\xac\x81\xcb\xf9\x1b\x7e\xa7\xd3\xbc\x4d\xdb\x15\x44\x99\x79\xb3\xc4\xd2\xe0\x98\x77\x84\x2a\x6f\xc5\x85\x27\x90\x84\x3b\x1f\xda\x4a\xa4\x26\xc7\x1c\xb3\x19\x4f\x55\x92\xaa\x0c\xd6\xde\x42\x0d\xea\xbe\x22\xeb\xfc\x61\x89\xa1\xaf\x11\x49\xe5\xbc\x55\xaa\x3e\x8f\x63\x9a\xf3\xb4\x82\xfa\xc0\x92\x18\x72\x32\x5b\xdc\xfc\x7d\xd9\x51\x78\xaf\x06\xd4\x24\x84\xfe\x74\x72\x35\xfc\xfb\xd5\xcd\x60\x34\x7f\x70\x04\xeb\x3d\x3b\x00\x81\x2b\x4d\xb6\x98\x5e\xcf\xfb\xc3\x9b\xf9\x70\x36\x5d\x8c\xae\xa6\xf3\x7f\xdc\xcc\x87\x3f\x3c\xe4\x54\xa9\xa0\xcd\x54\xd7\xf3\x8f\x19\x95\xda\x25\xe8\xc3\x25\x75\x98\x94\x20\x0a\xd7\xbb\x1c\xb8\xc1\xb8\xa8\xac\x02\x20\xdb\xee\xff\xc9\x42\x72\x32\x1b\xdf\x8c\x47\xf3\xf9\x74\x9e\x3f\x02\xd8\x92\x28\xb5\x6a\xca\x9f\xee\x01\xae\x04\x8f\xfd\x02\xf1\x51\x7d\x97\x0b\x85\xff\xe2\xcb\x64\x3a\x18\xfe\xb8\xb8\xf9\x79\x38\x5f\x8c\xa6\x93\x87\x0a\xa1\x2b\x19\xd6\x3e\x8b\x59\xaf\x3f\x2c\x8b\xbc\x30\xa2\xd9\xa0\x14\x74\xbd\x46\x91\x67\x18\x4b\x60\x60\xf4\x4d\x7c\x94\xd6\xad\x87\x97\x1e\xd8\xf6\x67\x2f\x89\x34\xb5\x47\x6f\x7e\x39\xba\xfa\x70\xfd\xfe\xe6\xd3\xf0\xfd\x87\xe9\xf4\xa7\x9b\xc5\xb0\x3f\x1f\x5e\xd5\x74\xff\x21\x5d\x66\x9c\x90\xa1\xa0\x41\x23\xab\xe1\x64\x38\x1f\xf5\x8f\xf3\xb2\xaf\x1f\x8e\xd1\x41\xde\xc1\x3c\x4f\xa0\xda\x8e\xa8\x96\x3b\x74\xed\x40\xf1\xad\x02\x56\xa0\xd9\x49\xfa\x70\x71\x42\x6e\x6f\xf2\x6b\xab\xad\x39\xda\x23\x57\xa9\x5f\xc9\x48\xca\x6a\xd1\xbf\xfd\xc9\xb0\x31\x05\x34\x27\x86\x2c\x90\x72\xf0\xe0\x82\x9d\x50\x96\xbb\x9c\xb5\x7d\x29\xa8\xf6\x61\xd5\x58\x50\x0b\x74\x85\x18\x6b\xae\xbd\x0d\x3c\xc7\xd3\xc9\xe5\x74\xf0\xde\xf4\x1b\x75\x56\x3f\x54\xc2\x72\xef\x87\x3f\xe1\x6e\x8e\xab\xea\x33\x80\x5b\xdc\xf9\xe5\xb6\xa6\x46\xd2\xac\xab\x3a\xa4\xac\x55\x7a\x7e\x58\x59\x67\xf6\xd5\xd0\x32\xf5\x3e\xa2\xfc\xc7\xd8\x94\xdb\xc7\xe7\x97\xb3\xdc\xb9\x9e\x2c\xad\xa9\xf7\x3e\xbc\x84\x97\x85\xc5\x88\x6e\x91\xa1\x94\x33\xc1\x97\x58\xde\x58\x1f\x0d\x2e\x51\x55\xd1\x24\x44\x6d\x7c\xe8\x56\x57\xab\x4d\x9a\xdb\x93\x51\x45\x49\x34\xc0\x88\xec\x16\x18\x70\x16\x4a\x1f\xde\x94\x69\x14\x8d\x91\xa7\x6a\xff\xf8\x40\x45\x68\x38\x3a\x14\x77\x97\xe5\xd8\xca\x43\x70\xd6\x84\x4c\x67\x23\xfa\x5f\x97\xfb\x64\xb1\xf3\x93\x71\x19\x44\x44\x63\xaa\x64\x15\x58\x8c\x31\x17\x3b\x6d\xf1\xf1\x70\xac\xab\xff\xc7\xd1\x78\xe4\xea\x46\xb5\xf2\xd1\x7d\xcd\x9b\x11\x41\xe2\x02\x33\x92\x2a\x1e\x13\x45\x03\x1f\x74\x8e\xae\xe7\xb2\x89\x2e\xba\xa5\xae\xe0\xb8\x59\xbe\xaa\xf8\x37\xb4\x5b\xf0\x94\x7a\xfd\xcd\x8e\x56\xaa\x78\xfe\x2f\x94\xbf\x0c\xf6\xc1\xd4\x7c\xf4\x94\xe3\x74\x57\x3a\xe9\x7c\xf7\xfd\xf9\xc5\xf7\x0d\x47\x9d\xfd\xfa\xa1\x7a\x78\x00\xc3\xff\xa2\x59\xc8\x54\xf5\x3c\x2d\xc2\x09\xca\x3d\xb5\x67\x38\x52\x42\xbf\x71\x13\xf1\x48\xf1\x3e\x89\xec\x77\xb4\x19\x7f\xb4\x04\x5f\x03\xed\x8f\x96\xa0\xc8\xe7\xa4\x72\x1e\x24\x0b\x1e\xdc\x36\x14\xd0\x5a\x76\x73\x2f\x54\x0a\xe1\x45\x2d\x76\xca\x59\x12\x4e\x2a\xf8\xd5\x7d\x8e\x55\x7c\xbc\x2f\x46\x95\xfd\x05\x3c\x8e\x09\x0b\xab\xcb\x1e\x74\x97\x94\x75\xe5\xa6\xb6\xee\xd1\xfa\x52\x50\x5b\x32\xa2\xc0\xc5\x77\xdf\x77\xce\x3b\xe7\x9d\x0b\xdf\xc0\xec\xbe\xa8\xba\x1b\x78\x29\xbc\x28\x46\x2c\x78\xc9\x7e\xa1\xd1\x8f\x0c\x7f\x0f\xb7\x24\xfa\x5b\xfb\x73\x4a\xd5\xab\xd7\xed\xdf\xdb\x92\x5c\x3c\x5b\x4b\x92\x21\x2f\xb4\x26\xf6\xb7\xe5\x51\x1a\xe3\x98\xa7\xac\x6a\xcf\x58\xaf\xcd\x6c\xd3\xb5\x25\xa2\x1b\xd1\x65\xd7\x39\x42\x57\xfb\x7d\x69\xcb\xe3\xc9\xd3\x2b\xd1\xdb\x2d\xcb\x29\x33\x4e\xd4\x6e\x40\x45\x59\x8e\x18\x43\x9a\xc6\x3e\xb4\xdb\x27\x67\xf3\xfd\x4e\xdf\xb4\xf3\xaa\x06\xc4\x57\xb5\x5a\x8e\x89\xff\xe2\x4b\x66\x9d\xaf\xbc\x69\x39\xa9\x31\x4b\xb4\xd0\xa8\x8c\x46\x3c\xa8\x4c\x87\xd0\xec\x03\x44\x4a\xba\x66\x76\x10\x44\xa2\x08\xf8\xca\xf4\x12\x2b\xc1\x99\x42\x16\x82\x1b\x0a\xb8\x01\x52\x68\x2f\x35\x0b\x93\xa5\x4e\x0b\xc0\x8d\x42\x26\xf6\xc6\x8a\xc4\x98\x0f\x20\xdc\xb1\x5a\xe0\xe7\x94\x0a\x0c\x73\x65\xbb\x6c\x7e\xa0\x9b\x6d\xc0\xba\x1f\x28\x4e\x32\xed\xc0\xdd\x06\x05\x1a\xb4\x05\xad\xeb\xa0\xa1\x21\xca\x46\x5c\xe6\xbd\x12\x38\xa3\xda\x23\x08\xf7\xd3\x91\x0a\x28\xd7\xdb\x69\x7d\xb9\x79\x99\xf1\x36\x73\xd1\xea\x26\x4c\xaf\xde\x9e\xc1\xbb\x33\xe0\x02\x6c\x67\xfd\xba\x86\xa9\xce\x64\xe4\x2e\x88\x1d\xc2\xd2\x6d\xdc\x11\x98\xed\x77\xed\x23\x00\xb3\x49\x64\x1d\xe1\x9b\xce\xdb\x13\xf1\x65\x3c\xca\x00\x2b\x5e\x7c\x0c\xe1\x9b\xce\xdb\x1a\xc6\x31\xb9\xa7\x71\x1a\x03\x31\x89\x47\x6f\x63\xb3\x98\x31\x6a\x36\x49\xcd\x43\x12\x02\xc2\x34\xee\x1a\xcc\xb1\x7d\xe9\xa3\xce\x8b\x7b\x68\x85\x83\xd9\x11\x5c\x7f\xb9\xf8\x6e\x4c\x9f\x84\x2b\xd3\xc4\xd3\x70\xc1\x2b\xf7\xde\xeb\x2a\xc2\x52\x9e\x7e\x2a\x52\x1d\x1b\xd7\xf3\x8f\x59\xd8\x0a\x4c\xb8\xa4\x4a\xef\x6a\xa6\xfa\xe6\x9b\x87\xd2\x25\xa2\x29\x28\x10\x68\xdd\x56\xe1\x5e\x52\x05\xf3\x3d\x83\xeb\xf9\xc7\x1c\x6a\xe3\x75\xf7\x11\xac\x27\xcc\xb0\x3b\x6b\x5a\x0b\xaa\x05\x2a\x97\x5d\x38\x10\x58\x0a\xc2\x82\x8d\x41\x70\x06\x8a\xac\xb5\xa7\x72\xb5\x41\x01\x02\x57\x5a\x62\x23\x5d\x41\x64\x6a\x96\xec\x29\x4a\x20\x30\xbe\xff\x4e\xc1\x4c\xc0\x49\x1a\x29\xc7\xf5\x80\xf0\x2b\x14\xc8\x0a\x29\xa2\x71\x18\x70\x0c\xb5\x35\x42\x44\x14\xdd\xa2\xb9\xbe\xd0\x8b\xc5\x2f\x4f\x34\x48\xaa\x80\x4a\x03\xcf\x8d\x88\x04\xe7\xf6\xdc\x5d\x17\xaa\x06\xb4\x6f\x87\x1a\x30\xa0\xc2\x1c\xb6\x76\x39\xd8\xc2\x80\xa3\xc9\x4d\xd0\x9c\xaa\x43\x33\x4e\x33\xa9\x5f\x6d\x88\xb2\x1f\x4c\x08\x9e\x2a\xcc\xe0\x67\x71\xe7\x66\x95\x67\x1a\x71\x84\x2b\x0b\x70\x19\x11\x76\x0b\xc4\xda\x39\xff\xda\xc2\xe9\x16\xc3\x1a\xda\x5e\xc1\xf7\x3e\xb8\x8d\x73\xc0\xf5\x81\x5e\x15\xf7\xa5\xf1\x9f\xac\xb0\xbb\xf6\xbc\x03\xd0\x83\x90\xae\x56\x34\xd0\x06\x55\x1c\xd6\x29\x4a\xe9\xc6\xce\x80\x4c\x7b\x77\x08\x44\x42\x42\x44\xae\x57\x2d\xda\x1d\x2e\x37\x9c\xdf\x6a\xd7\xee\x00\x4c\xb8\xd2\xc4\x62\x97\x34\x21\xb7\x23\x04\xf8\xe4\x5e\xc9\x47\xdf\xa6\xee\xc3\xcb\x5f\x88\xf7\xaf\x9e\xf7\xcf\x73\xef\xaf\xbf\x7e\xf9\xf3\xf9\x83\x6e\xe6\xcd\x9c\xc1\x7c\xbd\x84\xf7\x89\x40\x29\xed\x7c\xcd\xca\xda\x38\xb4\xa8\x8a\xdb\x73\x12\x66\xa2\x98\x24\xad\x78\xfe\x21\x83\xad\x76\x6e\x20\x91\x49\x53\x47\xee\x9e\x3f\x1b\xf4\xc6\x21\x89\xc6\x5e\xdc\x75\x90\x5d\xd4\xb8\x5b\x9f\x72\x23\x70\xe8\xc2\xfd\x50\x02\xc9\xba\xad\x8a\x82\xae\x25\x0a\xe3\xbb\x2b\x2e\xf2\x44\xac\xcf\xc1\x05\x67\x2e\x7e\xe0\x61\x3f\xb1\xc8\x53\x40\xf6\x65\x53\x2d\x51\x3b\x4e\x19\xfb\x5c\x57\x9a\xf5\x2f\x99\xae\xde\x3c\x3c\xa6\xa9\xd2\x37\x07\x55\xec\x33\x77\x52\xb4\x5f\x1a\x15\x0a\x89\xde\xe4\x20\xa4\xd9\xfe\x7c\xd9\x60\xbe\x8b\xb7\x8f\x9b\xaf\xf6\xc1\xc4\x41\xcb\x35\x5b\xec\x11\x4b\x49\xd3\xb3\xd5\x4d\x55\x13\x37\xbf\xc9\x33\x07\xe7\x66\xa9\x73\x28\x3d\x4d\x43\xcd\xed\x10\x17\xcf\xa9\x84\xca\xad\x40\x43\x9e\x0c\x52\xa9\x78\x0c\x93\xd9\x18\x62\x2a\x04\x17\xae\x12\x96\xb3\xf0\x9e\x68\x5c\x24\xaa\x4d\x6d\xff\x13\x00\x00\xff\xff\x0e\x8c\xd2\xdb\x2f\x29\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYaml, - "Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x5f\x6f\xdb\xba\x15\x7f\xf7\xa7\x38\x0f\x05\xb2\x01\x91\xdc\x6c\x1d\x92\x69\x45\x01\xd7\x71\x63\xf7\x26\xb1\x21\x2b\xf7\xae\x2b\x0a\x83\x92\x8e\x2d\x26\x12\xa9\x92\x94\x13\x2f\xc8\x77\x1f\x48\x4a\xb2\x6c\xcb\x76\xdb\xb5\xf7\xcd\x16\x0f\x0f\x7f\xe7\x77\xfe\x92\x24\xa7\xbf\xa3\x90\x94\x33\x0f\x14\x66\x79\x4a\x14\xba\x3c\x47\x26\x13\x3a\x57\x2e\xe5\xdd\xe5\x59\xe7\x81\xb2\xd8\x83\xa0\x5c\xee\x64\x28\x25\x59\xa0\x07\x3d\x60\xf8\x08\xf7\x64\x49\x80\xe4\x79\x4a\x23\xa2\x28\x67\x90\x10\x09\x21\x22\x83\x48\x20\x51\x18\x03\x65\xb0\xe2\x85\x80\x5c\xf0\x7b\x8c\x94\xdb\xc9\x50\x91\x98\x28\xe2\x75\x00\x08\x63\x5c\x99\x8d\x52\xff\x05\x88\x51\x46\x82\xe6\xca\x60\xea\x31\xc0\x27\x92\xe5\x29\xc2\xc7\xed\x73\x0a\x49\xd9\x02\xc6\x39\xb2\x8f\x97\xbf\xb9\xf0\x81\x0b\xc8\xb8\x40\xa0\x6c\xce\x45\x66\x65\x48\xc8\x0b\x65\xd4\x42\x29\xaf\x12\x2a\x6b\x53\x4f\x41\x22\x42\xa2\x54\x2e\xbd\x6e\x77\x41\x55\x52\x84\x6e\xc4\xb3\xee\x7d\xc8\xa5\x74\x6a\x22\xba\x8d\x73\x9d\x6a\xb3\x74\x8d\x62\x1a\x71\xd6\x4f\x89\x94\x9e\xf9\xe9\x88\xc4\xec\xbb\x8f\x1f\xcc\xf2\x06\x99\x31\x95\x79\x4a\x56\x0e\x23\x19\x7a\x15\xf4\x5d\xb1\x5c\xf0\x25\x8d\x51\x38\x9b\xf2\x3e\xc6\x30\x24\xea\x14\x46\x2c\xb2\x67\x2b\xb2\x90\x9e\xf1\x80\xfd\xdb\xea\xc1\x98\x47\x45\x86\xcc\x92\xec\x14\x22\xf5\x6a\x8b\x49\x14\xa1\x94\xae\xc0\x38\x21\xca\x18\xbe\x21\xdc\x45\xd6\x3d\xa0\x38\xe5\x6c\xe1\x6c\xb8\x2b\x68\x92\x0b\x31\xce\x29\x43\x09\x02\x25\x2f\x44\x84\x12\x18\x62\x8c\x71\xe9\x0f\xc5\x21\xc6\x25\xa6\x3c\xaf\x2c\xab\x18\xb1\xbe\x0e\x89\xc4\xb8\xe9\x71\xf7\x00\x16\x59\xe4\x39\x17\xea\x88\x79\x46\xc1\xb2\x0a\xf8\x33\xf7\x8d\x7b\x76\xde\x01\x48\x49\x88\x69\x19\x7e\x95\x7a\x0f\x4a\x2f\x3a\x8f\x18\x3a\x21\x91\x34\x72\xe4\xdf\xa8\x91\x79\xca\x09\x91\x8d\xfd\xd6\x3d\xfb\xe4\xf5\xaa\xcc\x49\x54\x8a\x18\xc8\x1d\x1e\xea\x54\x90\x5e\xc7\x81\x66\x0e\x2e\xcf\x3a\x00\x36\xdf\xa6\x28\x96\x34\xc2\x0e\x40\x33\x5d\x5a\x12\x66\x2b\x65\x82\x04\x9b\xa4\x9d\x48\x43\x07\x68\x76\x2c\x81\x4d\x6b\xa1\x29\xea\xc1\xab\xe7\xde\x64\x72\x3d\xea\xf7\x82\xd1\xf8\x76\x76\xdb\xbb\x19\xbc\x18\x31\x6b\x60\xfb\xaa\xcc\x31\xb2\xca\xf4\x11\xa5\x5e\xc7\xfc\xf1\xe0\xe2\xf5\xc5\xeb\xca\xdd\x44\x2c\x50\x4d\x36\x3f\x4b\x4c\x31\x52\x5c\xac\x2d\xc9\x53\xbe\xd2\x01\xd8\xe7\x6c\x4e\x17\xed\x87\xb6\x70\x46\xe3\x56\x51\x47\xdb\x5e\x53\xea\xf3\x42\x7d\x3f\xa1\x66\x17\xcc\xb9\x68\xa3\x55\x5a\x2f\xfd\x62\x66\x13\x2e\x95\x96\x1a\x8e\xa7\x81\x5e\x9d\x0d\x83\x60\x62\x15\x28\x5e\x9d\xb7\x5f\xd5\xde\x18\x1b\x65\x64\x81\x53\x25\x90\x64\x3b\xb4\xfc\x54\x63\xf6\x22\x78\x5f\xd0\x34\xb6\xbe\xfe\xb5\x08\x9a\x74\xf2\x42\xe5\x85\xf2\xea\x3a\x54\xfd\x6a\xa1\x25\x20\x8b\x7a\x71\xaf\x72\xcf\xb4\x03\xdb\x67\x6c\xa9\xab\x34\x46\x9c\x29\x7c\x52\x97\x54\xe8\x8d\xfd\xf1\x6d\x30\xf8\x77\x30\xbb\x1c\xf9\x2f\xa5\xc0\x82\xaa\xf5\xe9\x02\xe7\x5a\x6c\x3a\xbe\xf3\xfb\x83\x99\x3f\x98\x8c\xa7\xa3\x60\xec\x7f\x9a\xf9\x83\x0f\x2f\xb5\x54\x21\x68\xbb\xd4\x9d\x7f\x5d\x49\xa9\x55\x8e\x1e\x5c\xd1\x12\x93\x12\x44\xe1\x62\x55\x9d\x64\x31\x4e\xb7\xbe\x82\x8e\xf1\x08\x27\x45\x9a\x7a\xa0\x44\x81\xeb\xef\x82\x67\x6b\xa9\x23\x2c\x55\x3c\xe9\xae\xe4\xbd\x7a\xfe\xd8\xfb\xbd\x37\x1b\xdd\xf4\xae\x06\xb3\x69\xe0\x0f\x7a\x37\xb3\xa0\x77\xf5\xb2\x25\x5d\x96\xc7\x57\xcf\x1b\x82\x9a\xdb\xe9\xa4\xd7\x1f\x6c\x5a\x35\x35\xe8\x6d\xf0\x0b\xba\x58\xa0\xa8\x8b\x8e\xed\xe0\x6b\xa8\x12\x23\x81\x26\x73\xae\x46\xc1\xf0\xee\xfd\xec\x8f\xc1\xfb\xe1\x78\xfc\xdb\x6c\x3a\xe8\xfb\x83\x60\x87\xad\x61\x11\x56\x9a\x90\xa1\xa0\x51\xab\xaa\xc1\xed\xc0\x1f\xf5\x0f\xeb\xb2\xdb\x4b\x65\x54\x33\xd5\x4f\x08\xd3\x53\xd3\xf3\xa6\xe4\x68\xbd\x56\x4a\xdb\xef\x36\x27\xca\x85\xbd\xe9\x73\xb9\x55\x2f\xff\xbc\x1c\x12\x68\x54\xe9\x36\xf8\x7f\x54\xf2\xb6\xe8\xb4\xf6\xfb\x68\xc7\xc7\xcd\xa6\x5c\x8a\x6c\xda\xb8\x6b\xe7\x37\xdb\xfa\xbd\x58\x8f\xf1\x63\xec\xa9\x39\xaa\x2a\x00\xa1\xac\x0e\x52\xeb\x63\x64\x4b\x0f\x3e\x7f\x69\x60\x30\x31\x72\x0c\xa8\x11\xd2\x09\x3a\xe1\x29\x8d\x56\x1e\xf4\xd2\x47\xb2\x92\x3b\xb9\x77\x58\x4b\xa3\x4f\x57\x78\x6a\x94\x65\x7f\x3e\x3f\xbf\x68\xac\xd7\x29\xcd\x53\xfe\x40\xc9\xc6\x4a\x2e\xb8\xe2\x11\x4f\x3d\x08\xfa\x93\x83\x3a\xd7\xa3\x40\x53\x67\xd9\xa0\x7f\x44\xe1\x9b\x37\x7f\xdf\xa3\x50\x7e\x83\x46\x85\x22\xa3\xcc\xc4\xc7\x95\x20\x11\x4e\x50\x50\x1e\x4f\x31\xe2\x2c\x96\x1e\x9c\xff\xa3\xb5\xc2\x34\x52\x79\x42\x04\xc9\x1a\x3c\x92\x42\x71\x7d\xed\x88\xb6\xaa\x67\x0d\xfb\x56\x57\xba\x66\x14\x1c\x72\xd3\x0f\xd5\xdc\x23\xbd\xe9\xbb\x6a\x4e\xae\xcd\x43\x65\x6c\x77\x76\x47\x4c\x7d\xa0\x19\x8a\xd4\xe6\xbc\xa9\x27\xa1\xf2\xda\x72\x6b\x30\xf5\x1a\x57\x36\xfd\xa5\x9e\x97\xb7\xa1\x76\x74\x51\xf9\x5a\x50\x81\x71\xcd\xe0\x92\xa4\x45\x63\xb4\x26\x79\xde\x86\xa5\x9c\xe8\x81\xcf\xed\xcd\x41\x71\x28\x24\x9e\x02\xba\x0b\x17\x2e\x4e\xe1\xec\xec\x14\x2c\x0d\x2e\xfc\xa5\xcf\x85\x40\x99\x6b\x2f\x6b\x41\x95\x58\x0e\x4e\x74\xbf\x3a\x69\x12\xac\x6f\x57\xee\x5f\xb7\xcd\x31\x07\x94\xa5\xb8\x36\xa5\xb5\xc9\x1d\xb0\xa7\xf4\xc9\x96\x29\x57\x54\x95\xad\x19\xee\xfc\xd1\xf6\xc4\xb9\x0d\x44\x4b\xfb\x98\x73\x49\x15\x17\x2b\xb8\xf3\xaf\x6b\x38\xad\xa3\xc1\x01\x38\xdf\x70\x01\xae\x7f\x39\x5f\x0b\x1a\x3d\x48\x45\x84\x92\x6d\x06\x84\x82\xb0\x28\xe9\x2a\xb2\xd0\xe3\x0c\x0a\x64\xa6\x57\xb7\x40\x5f\x2f\xee\x43\xed\x0f\x3e\xac\x41\x66\x44\x2a\x14\xdb\x47\x4e\x88\x4a\xe0\x91\xaa\x84\x32\xa3\xb6\x7c\x63\xd0\x9e\x0d\xf5\x68\xf9\x2f\xc0\x2c\x57\x2b\x43\xa6\xe0\x7c\x2d\x10\x53\x61\xfa\xd5\x6a\x27\x60\xfb\x76\x66\x83\xcb\x4a\xa2\x46\xd8\x98\xdf\xd6\xb8\x0a\x16\xa3\x50\xfc\xd1\xd1\x57\x81\x14\x77\xbc\x7a\xd2\x2f\xa4\xe2\x99\x99\xe1\xeb\xa4\x69\xde\x1d\x40\xe8\x0b\x86\x0b\x70\x8d\x64\x89\x10\xa6\x84\x3d\x18\xa1\x18\xe7\xa4\x48\x55\xbd\xf3\xd4\x04\xaa\x0e\x6a\x0f\xde\x36\x5f\x24\xf4\xe2\x3b\xe7\x6d\x69\xda\x3b\xf7\x6d\xb9\xd3\x89\x79\x46\x28\x73\x64\x31\x9f\xd3\xa7\x77\x27\x3b\x96\x96\xc8\x34\x18\x7b\xcb\x19\x96\x47\xd5\x26\x6f\xdc\x38\x5a\xfc\x3d\x2c\xc2\xaa\x46\x96\x23\x52\x8b\xb3\x93\x22\x84\x3f\x30\x4c\x38\x7f\x80\x69\x25\x64\x0a\x1c\x9c\x7c\x26\xce\x7f\x7b\xce\x7f\x5e\x3b\xff\xfc\xf2\x7c\xf1\xa2\x21\x9a\xd1\xcb\xdc\xc0\xf1\x29\x17\x28\x37\x32\xad\x75\x8e\xdb\x0d\xed\x6d\xa0\x76\x1c\xb3\x21\x71\x0c\x6f\x29\xfb\xb3\x00\xb7\x4e\x8b\x47\x11\xdf\x56\x53\x31\x50\x06\x8f\x09\x8d\x12\x53\x68\x1b\xe5\x49\x9a\x18\xa9\x5e\x4e\x6e\x68\x1c\xa7\xf8\x48\x04\xda\x16\x25\x81\x08\x5b\xd8\x28\x93\x8a\xa4\x29\xc6\xae\xae\x95\x72\x4b\x87\xde\xc0\xb8\xc8\x48\x9a\xae\xd6\xa2\xfa\x50\x7d\x5c\x9d\xf5\xeb\x29\xdd\xde\x74\x3f\xf1\x02\x64\xc2\x8b\x34\x06\xce\xd2\x95\x79\xd8\xd1\x39\x97\xf1\x98\xce\x57\xf6\x91\x8d\xce\x61\xc5\x8b\x93\x25\x36\xf4\xee\xd8\x40\x19\xd8\x79\x22\xa6\x73\x53\x10\x1a\x47\x75\xeb\x07\xc3\x2d\x17\x35\x8b\x74\x4d\x54\xcd\x78\xfb\x1d\xe2\x48\x77\xb1\xaf\x32\xff\x0b\x00\x00\xff\xff\x9e\xb6\x16\xe2\x0f\x15\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYaml, - "Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x6d\x6f\x1b\xb9\x11\xfe\xae\x5f\x31\x30\x0e\x70\x02\x78\xb5\x76\xae\x29\xd0\x05\x0e\x85\xce\x76\xae\x42\x6d\x59\x27\x29\x39\xb4\x41\x60\x8c\xb8\xa3\x15\x1b\x2e\xb9\x21\xb9\xb2\x55\xd7\xff\xbd\x20\xb9\xaf\x92\x22\xf8\xd2\xa0\x38\x7d\x5a\xf1\x65\xf8\xcc\x33\x6f\x1c\x62\xc1\x3f\x90\x36\x5c\xc9\x04\x2c\xe5\x85\x40\x4b\x43\x55\x90\x34\x6b\xbe\xb2\x43\xae\xe2\xcd\xc5\xe0\x33\x97\x69\x02\x8b\x6a\x7a\x20\x70\x49\xc2\x24\x03\x68\x76\x24\x50\x28\x63\x33\x4d\xe6\x8b\x88\xa8\x58\x53\x4e\x1a\x45\x54\x4f\x0f\x72\x32\x06\x33\x4a\xe0\x3f\xd1\x00\x60\xb1\x26\x58\x29\x21\xd4\x03\x97\x19\x18\xd2\x1b\xce\xe8\x95\x79\x0d\x6b\xdc\x10\x2c\x89\x24\x30\x4d\x68\x29\x05\x2e\x61\xab\x4a\x0d\x85\x56\xff\x22\x66\x13\xf8\xe1\xe9\x6a\xb4\x18\xfd\x3c\x9a\x5f\xdf\xcf\xaf\x67\x1f\xc6\x97\xd7\xf7\x93\xd1\xed\xf5\xf3\x70\x30\x80\xfa\xf7\xde\x90\x96\x98\x93\x5b\x3d\xbd\x9b\x2f\x7e\x99\x5d\xcf\x7f\xbd\xb9\x7f\x3f\xbf\x9e\x3d\xb7\xab\xa6\x68\xcc\x83\xd2\xe9\xce\xaa\xe9\x68\x3e\xff\xed\x6e\x76\x15\x56\x5e\xa1\xc5\x25\x1a\x82\xc9\xbe\xbc\x1a\x88\x5f\x79\xa9\xa4\x24\x66\xb9\x92\xf0\x7e\x76\xd3\xe5\x23\x89\xe3\xaf\x81\x4e\xde\xfe\xe9\xc7\x37\xb1\x43\xfe\x4e\x69\xc8\x95\x26\xe0\x72\xa5\x74\x8e\x5e\x10\x2e\x55\x69\xa1\x34\x8e\x25\xbb\xe6\xa6\xa1\xfb\x0c\xb8\x64\xa2\x4c\xdd\xc4\x5d\x41\x72\xee\x6c\x05\x4c\x49\xc3\x53\xd2\x7e\xb3\x39\x03\x43\x04\x6b\x6b\x0b\x93\xc4\x71\xc6\xed\xba\x5c\x0e\x99\xca\x63\xc3\x84\xd2\x59\xdc\x31\x18\x53\xd2\x22\x97\xa4\xe3\xe1\x20\x27\x8b\x29\x5a\x74\xd6\x45\x29\x95\x0d\xd2\x12\xcf\x46\x4a\x86\x69\x5e\x58\xef\x2d\xde\x94\x9e\xc8\x20\x69\xfe\xeb\x0d\xa4\x35\x5d\x95\x51\xcf\xe0\x81\xdb\xb5\xd3\xa2\x70\x4e\x66\x2c\x49\x0b\xc6\x2a\x8d\x19\x0d\xff\x38\x4a\x57\x8a\xfc\x36\x9a\x4d\xc6\x93\x5f\x12\x18\xc9\xad\x57\xc5\x43\xa5\x14\x1e\xb8\x10\xb0\x24\x10\xca\x58\x28\x0b\x25\xa1\x50\xa9\x63\xc3\xea\xd2\xdb\x7c\x08\x77\x52\x6c\xa1\x34\xd4\xc7\x0c\x2b\xa5\xc1\x92\xb1\x5c\x66\xfe\x10\xce\x94\xbc\x14\x68\x4c\xe2\x3f\xa3\x16\x90\x9f\xee\x05\x5e\xca\x4d\x21\x70\x1b\x05\x57\xee\xb0\xfc\xea\xba\x8e\xb0\xd7\x07\x76\x29\x56\xe6\x24\x83\xdd\xa2\x52\x8b\xa4\xe1\x23\x55\xcc\x0c\xd5\xe7\xd4\x2d\x73\xe8\x8c\x8d\x3d\xcf\xf7\x3c\xc7\x8c\x4c\x9c\x2e\xeb\xaf\x16\xd6\x70\x6d\xf3\x03\xd8\x84\x92\x59\xd4\x73\x87\x45\x4f\xef\x42\xab\x0d\x4f\xc9\x80\xe3\x10\x65\x8a\x42\x49\xea\xe8\x50\x31\xee\xdc\x84\xb4\x77\x12\xc0\xd6\x7b\xaa\xe8\x1f\x86\x54\xd1\x0c\x73\x03\x52\xd9\xda\x28\xce\x0a\x7b\x4e\x75\x56\x0b\x56\x80\x72\x0b\x9a\x8c\x45\x6d\x41\xad\xc0\xae\x1b\xaf\x0c\xf6\xd4\x64\x4a\x61\x5d\x86\x41\x21\x82\xb9\x97\xe4\x9c\xcb\x59\x79\xe7\xe8\x4a\xaa\xb3\xc4\x99\xb3\xb2\x0e\x5f\x28\x53\x28\xaa\x34\x02\xa8\x09\xd8\x5a\x19\x92\xb0\xe1\x08\x05\x6a\xcc\xc9\x92\x36\xf0\xb0\x26\x19\x18\x71\x79\xb6\x76\xec\x0e\x05\x9c\xd1\x70\x9f\xe3\x8a\x43\x1d\xf5\x1d\x61\x46\x29\xfc\x0d\xed\x19\x8c\x25\x3b\xb0\xcb\x94\x45\xa1\xb4\xed\x5b\x1e\x19\x23\x63\x86\x9a\xd2\x35\x5a\x17\x10\x7e\x9f\xc5\xcc\x24\x8d\x8e\x67\x3d\x5f\x0c\x67\x1d\xca\xea\xd5\xa4\x29\x90\x51\xd2\x9e\x3d\x50\x4b\x97\xa1\x4d\x32\x88\xa0\x5b\x54\x36\x17\x03\x80\x50\x40\xe6\xc4\x34\xd9\x01\x40\x37\xc9\x1c\x48\x33\xf0\x95\x4a\x44\x8f\x85\x32\x14\xd5\x80\xef\x03\xc6\xd3\xa7\xa1\x1b\xf9\x78\x7a\x5a\x4f\x78\xa2\x4e\x4f\x3f\x3d\x9f\xbe\x44\x5c\xd1\xd4\x81\x03\x92\xea\xc9\x17\x4b\x2b\x9b\xda\x73\x40\x9a\x9b\x6c\x25\xd5\x25\xea\x70\x6d\x18\x00\x18\xab\xb9\xcc\xae\x1a\xa2\x7a\xfa\x1d\x2b\x46\xb0\x87\xff\x68\x91\xeb\xe1\x3b\x58\x34\x8f\x98\xd4\x7b\xef\xff\x6c\xd3\x52\xf3\xd6\xdb\x92\x38\x7e\x1a\x9a\x82\xd8\x90\x89\xd2\x58\xd2\xe3\xe9\x73\x52\x8d\x38\xdf\x36\x1f\xff\xfa\x6a\xe8\x38\xf8\xe9\xa7\x93\xd6\x43\x4f\x5e\x7f\xf2\xb3\xcf\x2f\x24\xb7\x20\x16\xa0\x79\x91\xe1\x33\xda\xf3\xfb\x3a\xf2\x55\x4a\x53\xa5\x6d\x02\xe7\xd5\x48\xe1\xff\xb9\x02\x5e\x0f\x68\x65\x15\x53\x22\x81\xc5\xe5\xb4\xd6\x19\x75\x46\x76\xda\x5f\x6a\x48\x10\xb3\x4a\x27\x9d\xac\x72\x14\xaa\xdb\x62\x1c\xf5\xa3\xd5\x8a\x4b\x6e\xb7\x09\x4c\x94\x0c\x49\xc9\x6e\x0b\x4a\xe0\xb2\xe6\xc9\x7b\x0d\xda\xb2\xd2\x47\x28\x4c\x7f\x46\x81\x92\x39\xc3\x3e\x1d\x31\xe4\x15\x15\x42\x6d\x5d\xe1\xb8\x54\x72\xc5\xb3\xdf\x65\x51\x14\xc5\x1a\xfb\x76\x7d\x40\x6e\xa3\x95\xd2\x91\x26\x4c\xb7\x09\x9c\x58\x5d\xd2\xc9\xef\x35\x8d\xa6\x42\x70\x86\x26\x81\x8b\x6f\xa6\xce\x6a\xb4\x94\x6d\x1b\xd0\x9e\xb0\x19\x85\x1a\x33\xe8\xea\x51\x2f\xe9\x2b\xee\x79\x6c\x6e\xbc\xf5\xef\x05\x27\x77\x15\x71\xbf\xe6\xc6\xd1\x11\x14\x01\xc3\x02\x97\x5c\x70\xcb\xc9\x78\x13\xb5\x67\x90\xdc\x74\x8f\xac\x9d\x73\x27\x3a\x3b\x2b\x00\x36\x28\x4a\x7a\xa7\x55\x9e\xf4\x86\x1d\x73\x2e\xf7\xfe\x9d\xb6\x33\x5a\xed\xce\x01\x7c\xa6\x6d\xd2\x4f\x03\x7b\x4b\x5e\xa4\xf0\x57\x60\xd6\xe9\xe6\xfb\x43\xad\xf3\xdb\x77\x85\x5b\xef\xf9\xfe\x70\xdd\x51\xdf\x0e\xd5\x5f\xce\x12\x38\x85\xd3\xdd\xc1\x69\x29\xc4\x54\x09\xce\xb6\x09\x8c\x57\x13\x65\xa7\x9a\x0c\x49\xdb\x59\x27\xf8\x86\x24\x19\x33\xd5\x6a\x49\x7d\x9c\xf4\xd8\x75\xd3\xf0\x63\x2a\xcf\x51\xa6\xbb\xc3\x11\xc4\xa5\xd1\xb1\xe0\x4b\xb7\x29\x66\x6b\x62\x9f\xdb\xab\xf4\xde\xe2\x28\x72\xc7\xf6\x86\x5d\x02\xe3\x28\xae\x48\xe0\x76\x4e\x4c\xc9\xd4\x45\xf7\x9b\xf3\xde\x22\xcb\x73\x52\xa5\x6d\xe7\xcf\xf7\x42\x6f\x2f\x45\x43\x3f\x95\xd7\x10\x1a\x70\xd3\xdd\x84\x5d\x6d\x39\x90\xb6\xc1\xa7\x1e\x4c\xf9\xff\x95\xb0\x83\xcc\xbc\x3d\xce\x4b\x0f\xb0\x51\xa5\x66\x64\xfa\x10\x04\xcf\xb9\x35\xbb\xb0\x72\xca\x95\xde\x3a\xaf\xbb\xbd\xbe\xbd\x9b\xfd\xe3\xfe\x66\x7c\x3b\x5e\x74\x9d\xcd\x10\x2b\x35\xb7\xdb\x4b\x25\x2d\x3d\xda\xbe\x80\x23\x49\xcb\x31\xca\x37\x5c\x50\x46\x69\x02\x2b\x14\xa6\x6b\x7f\x4b\x3a\xe7\xd2\x97\x91\xdb\xf0\x26\x30\x45\xbb\x4e\x20\x4e\x69\x13\x77\x26\x23\xa1\xb2\xce\xb6\x8d\x12\x65\x4e\xb7\xaa\x94\xbb\xe6\xcd\xdd\x58\x25\x63\x83\x9e\xe8\xb8\xc8\xcc\x17\x11\xbb\xa0\xeb\xe1\x3a\x1e\x67\x51\x6f\x7d\x2a\x4d\x1d\x4f\x55\x6d\x7d\xc7\xb5\x69\xe3\xa9\x6a\x2c\xea\x35\x23\xf1\x80\x5b\x33\xe8\xc3\xed\xa5\x79\xca\x0b\xbb\xbd\xe2\xba\xcf\x63\x4e\x29\x2f\xf3\x04\x4e\x4e\x5e\x5c\x5a\x5a\x9c\x56\xf3\x2c\x6b\xaa\x49\x14\x32\xc1\xe5\x1a\xa5\x23\x55\x63\xde\x39\x1f\x4b\xab\x5c\x7f\xcd\x12\x70\x75\x78\xbf\x24\x4d\x70\x07\xef\x81\xf0\x5a\xed\x24\xbf\x70\x71\x18\xbb\x53\xe7\x56\x13\xe6\x0b\xcc\x8e\x84\x69\xd2\xbb\x57\x7e\xb8\x9e\xcd\xc7\x77\x93\xe7\x9d\x0d\x55\x57\xf1\xc3\x93\xd3\x75\x3e\x1d\x5d\x76\x12\xa0\x40\x63\x17\x41\x67\x4a\xc7\x21\x17\x36\xc4\x85\xb2\x3e\x6e\x29\xa8\x48\xa9\xee\x47\xfe\x4e\xd3\x4c\x54\x57\x24\xe7\xb8\x6d\x9b\xe6\x1a\x97\x5e\x47\x7b\x8b\x8f\x3c\x2f\x73\x40\xef\x63\xae\x87\x0c\x51\xe3\x5b\xc9\x86\x39\x60\x28\x5d\x4b\xe8\x5a\xb1\xaa\x51\x0b\x6f\x45\xb7\x61\xf1\x8d\x8b\xbf\xa6\xa1\xea\x46\xdb\xc0\xb9\xd1\x97\x92\x6b\x17\x28\x95\x59\x7c\x95\x49\xe0\xed\xc5\x9b\x5b\xbe\x8b\xc7\x35\xa4\xed\xc3\xc7\xa4\x66\xcb\xb5\x97\x9a\x3c\xa8\x8e\x2d\x9c\x87\xba\x06\x7c\x0f\x56\xb3\xaf\xc1\xd4\x50\xdd\x9e\xdf\x76\x75\x07\x30\xb8\x5d\x75\x47\xdd\xe2\xa9\x3a\x01\x08\x17\xfa\x34\xbc\x7c\x74\x5a\xe8\x3d\x20\xcd\xd3\x5a\xbd\x73\x12\x8a\x63\x00\x75\xd0\xf9\x8f\x30\xd6\xf1\xd7\x1d\xc8\xf5\x6b\xa0\x47\xd4\x79\x45\x71\xb7\x1c\xb0\x6b\xb4\xcd\xf3\x4e\x59\xe3\x0e\xed\x72\x68\xd4\x8f\x68\xd0\x11\xd6\x7d\xfe\xab\xce\x1b\x54\x11\xe3\x0f\xfa\x38\x8a\xfe\x79\x1e\xfd\xe5\xd3\xd3\x8f\xce\x9f\x33\x92\xa4\xfd\xb3\x29\x3d\x16\x3a\xdc\xed\x1b\xcd\xf7\xaf\x77\x3b\x3a\xef\xe8\x57\xbf\x63\x36\x8c\x77\x60\xb1\x16\x96\x43\xf1\x42\x0d\xa6\xed\xa5\x2a\x68\x70\xfa\x11\xa3\x7f\xd7\x1a\x5c\xfc\xd9\xf7\xaf\x2f\xd5\xa1\x73\xf7\x3b\xae\xc7\xa4\xe3\x56\x87\x9e\x14\x83\x51\x28\x3d\xa6\x44\xef\xb9\xf6\x10\x9a\xce\xd5\xee\x6b\x9e\x64\x30\x2f\x04\xa5\xcb\x5d\x7c\x55\xd7\xe4\x20\x76\x4e\xf4\x49\x17\xac\x6a\xfc\xe7\xd5\xc5\x39\x28\x0d\xe1\x7d\xed\xf5\x1e\xd8\xc3\x52\x7c\xe0\x1e\xc2\x5b\xa5\xc9\x23\x70\x4f\x2e\xce\x4f\x06\xff\x0d\x00\x00\xff\xff\x42\x93\x5e\x5e\xc6\x17\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYaml, - "Template.template.openshift.io/openshift/postgresql-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/postgresql-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x6d\x6f\x1b\xb9\x11\xfe\xae\x5f\x31\x30\x0e\xf0\x05\xf0\x4a\x76\xae\x29\xd0\x05\x0e\x85\x4e\x76\x52\xa1\x96\xac\x93\x94\x1c\xd2\x20\x30\x46\xdc\xd1\x8a\x0d\x97\xdc\x90\x5c\x39\xaa\xeb\xff\x5e\x90\xdc\x57\x49\xd1\x39\xd7\xa0\xe8\x7e\x92\xf8\xfa\xcc\x33\x0f\x67\x86\xc4\x9c\xbf\x23\x6d\xb8\x92\x31\x58\xca\x72\x81\x96\xfa\x2a\x27\x69\x36\x7c\x6d\xfb\x5c\x0d\xb6\x57\xbd\x4f\x5c\x26\x31\x2c\xcb\xee\x9e\xc0\x15\x09\x13\xf7\xa0\x9e\x11\x43\xae\x8c\x4d\x35\x99\xcf\x22\xca\xdd\x7a\xc6\x92\xb4\x51\xd5\xdf\xcb\xc8\x18\x4c\x29\x86\x7f\x47\x3d\x80\xe5\x86\x60\xad\x84\x50\x0f\x5c\xa6\x60\x48\x6f\x39\xa3\x1f\xcd\x0b\xd8\xe0\x96\x60\x45\x24\x81\x69\x42\x4b\x09\x70\x09\x3b\x55\x68\xc8\xb5\xfa\x27\x31\x1b\xc3\x0f\x8f\xd7\xc3\xe5\xf0\x97\xe1\xe2\xe6\x7e\x71\x33\x7f\x37\x1e\xdd\xdc\x4f\x87\x93\x9b\xa7\x7e\xaf\x07\xd5\xf7\xd6\x90\x96\x98\x91\x1b\x3d\xbb\x5b\x2c\xdf\xcc\x6f\x16\xbf\xde\xde\xbf\x5d\xdc\xcc\x9f\x9a\x51\x33\x34\xe6\x41\xe9\x64\x6f\xd4\x6c\xb8\x58\xfc\x76\x37\xbf\x0e\x23\xaf\xd1\xe2\x0a\x0d\xc1\xf4\x70\xbd\x0a\x88\x1f\x39\x52\x52\x12\xb3\x5c\x49\x78\x3b\xbf\x6d\x13\x12\x0f\x06\x5f\x03\x1d\xbf\xfa\xd3\x4f\x2f\x07\x0e\xf9\x6b\xa5\x21\x53\x9a\x80\xcb\xb5\xd2\x19\xfa\x85\x70\xa5\x0a\x0b\x85\x71\x2c\xd9\x0d\x37\x35\xdf\x17\xc0\x25\x13\x45\xe2\x3a\xee\x72\x92\x0b\xe7\x2c\x60\x4a\x1a\x9e\x90\xf6\x93\xcd\x05\x18\x22\xd8\x58\x9b\x9b\x78\x30\x48\xb9\xdd\x14\xab\x3e\x53\xd9\xc0\x30\xa1\x74\x3a\x68\x79\x8c\x29\x69\x91\x4b\xd2\x83\x7e\x2f\x23\x8b\x09\x5a\x74\xee\x45\x29\x95\x0d\xab\xc5\x9e\x8d\x84\x0c\xd3\x3c\xb7\x5e\x2e\xde\x95\x9e\xc8\xb0\xd2\xe2\xd7\x5b\x48\x2a\xba\x4a\xa7\x5e\xc0\x03\xb7\x1b\x68\x24\x01\xc6\x2a\x8d\x29\xf5\xff\x7f\x2c\x2e\xad\x98\xde\x2d\x6f\x62\x58\x30\x14\x7e\x73\x15\xc0\xd9\x0d\x4a\x50\x92\x40\x53\x2e\x38\x43\xe0\x06\xa4\xb2\x60\x8a\x3c\x57\xda\x52\xd2\x87\xf7\xaa\x80\xac\x30\x36\xa8\xb7\x65\xea\x56\x89\x22\x23\x03\xb8\x45\x2e\x70\x25\xa8\x56\x33\x13\x85\xb1\xa4\xdd\x2e\x85\xa1\xae\xa5\x7d\x8f\x87\x33\x25\x47\x02\x8d\x89\xfd\xcf\xa8\xc1\xee\xbb\x3b\x27\x34\xe1\x26\x17\xb8\x8b\x82\xe4\x1b\x6f\x1c\x19\xa9\x58\x91\x91\x0c\x3e\x8d\x0a\x2d\xe2\x9a\xae\x44\x31\xd3\x57\x9f\x12\x37\xcc\xc1\x30\x76\xe0\xdd\x70\xcf\x33\x4c\xc9\x0c\x92\x55\xf5\xab\x81\xd2\xdf\xd8\xec\x08\x1e\xa1\x64\x1a\x75\xa4\xb2\x6c\x1b\xe8\xce\xf2\x96\x27\x8e\x18\x30\x16\x65\x82\xc2\x11\xbc\x87\x1b\xbc\x84\x48\x07\x01\x61\xa3\xac\x32\x32\xf4\x43\x18\xa9\x9b\xb9\xf1\xd2\xa2\x04\x94\x3c\xaa\x37\x37\xbc\x5c\xb9\x9e\xe4\x18\xbb\x70\x2e\xd0\xe1\x17\xca\x04\xf2\x32\x2c\x00\x6a\x02\xb6\x51\x86\x24\x6c\x39\x42\x8e\x1a\x33\xb2\xa4\x0d\x3c\x6c\x48\x06\x2b\x5c\xe0\xe4\x32\x2d\xd7\xf5\x7e\x2c\x95\xdf\x3f\xe4\xa5\xb4\x5b\x47\x5d\x87\xcd\x29\x81\xbf\xa1\xbd\x80\xb1\x64\x47\x66\x95\x4a\xeb\x7a\x0b\x19\x23\x63\xfa\x9a\x92\x0d\x5a\xa7\x71\x3f\xcf\x62\x6a\xe2\xda\xba\x8b\x8e\x66\xc2\x5e\x47\xc3\x74\xd9\x6b\x72\x64\x14\x37\x9b\xf7\xd4\xca\x85\x5c\x13\xf7\x22\x68\xa7\x89\xed\x55\x0f\x20\xa4\x84\x05\x31\x4d\x6e\x7e\x3b\x6a\x1c\x89\x1b\xf0\x95\xdc\x42\x5f\x72\x65\x28\xaa\x10\xdf\x07\x90\xe7\x8f\x7d\xd7\xf2\xe1\xfc\xbc\xea\xf0\x4c\x9d\x9f\x7f\x7c\x3a\x7f\xce\x72\x79\x1d\xd8\x8f\xac\x54\x75\x3e\x7b\xb5\xa2\x4e\x26\x47\x56\x73\x9d\xcd\x4a\x55\xce\x39\x1e\xec\x7b\x00\xc6\x6a\x2e\xd3\xeb\x9a\xa8\x8e\x7d\xa7\xb2\x0b\x1c\xe0\x3f\x99\xb5\x3a\xf8\x8e\x66\xc1\x13\x2e\xf5\xf2\xfd\xaf\x7d\x5a\x68\xde\xc8\x2d\x1e\x0c\x1e\xfb\x26\x27\xd6\x2f\x23\xdf\x78\xf6\x14\x97\x2d\x4e\xdc\xe6\xc3\x5f\x7f\xec\x3b\x0e\x7e\xfe\xf9\xac\x91\xe8\xd9\x8b\x8f\xbe\xf7\xe9\x99\xe4\xe6\xc4\x02\x34\xbf\x64\xf8\x19\x1d\x08\xbf\x04\x2f\x55\x42\x33\xa5\x6d\x0c\x97\x65\x4b\xee\xff\xb9\x8c\x5c\x35\x68\x65\x15\x53\x22\x86\xe5\x68\x56\xd9\x8c\x3a\x25\x3b\xeb\x0e\x35\x24\x88\x59\xa5\x2b\x62\x7e\x17\xaa\x9b\x62\x1c\xf5\xc3\xf5\x9a\x4b\x6e\x77\x31\x4c\x95\x0c\xe1\xc9\xee\x72\x8a\x61\x54\xf1\xe4\x55\x83\xb6\x28\xed\x11\x0a\x93\x5f\x50\xa0\x64\xce\xb1\x8f\x27\x1c\x39\xab\xcf\xf7\x3b\x9f\x87\x46\x02\x79\x76\xe0\xd6\x6f\x60\x35\xc4\x9c\x89\x4a\xa8\xe6\x76\x4e\x98\xfc\xa6\xb9\xa5\x3b\xc9\x02\x7a\x4d\x46\x15\x9a\x51\x2d\x12\x4d\x9f\x0b\x32\xb6\xfe\x0f\x55\x44\x76\xbb\xbe\xbb\xbb\x7d\x3b\xb9\xb9\x1f\x0d\x67\xc3\xd1\x78\xf9\xfe\x84\x35\xd7\x94\x0b\xb5\x73\xb9\x6b\xa4\xe4\x9a\xa7\xdf\xa4\x4f\x14\xf9\x06\xbb\x2a\x7d\x40\x6e\xa3\xb5\xd2\x91\x26\x4c\x76\x31\x9c\x59\x5d\xd0\xd9\xb7\x52\x52\x16\x05\x26\x86\xab\x3f\x2c\x04\xab\xd1\x52\xba\xab\x41\x7b\xf7\xcf\x29\xa4\xb9\x5e\xdb\x8e\x6a\x48\xd7\x70\xaf\x8a\xba\x22\xaf\xbe\x67\xec\xdc\x36\xc4\x7d\x75\x4d\xd4\x5a\x28\x02\x86\x39\xae\xb8\xe0\x96\x93\xf1\x82\x6b\xf6\x20\xb9\x6d\x6f\x59\x1d\xb5\xbd\x58\xd3\x1a\x01\xb0\x45\x51\xd0\x6b\xad\xb2\xb8\xd3\xec\x98\x73\x99\xe4\xef\xb4\x9b\xd3\x7a\xbf\x0f\xe0\x13\xed\xe2\x6e\x50\x3b\x18\xf2\x2c\x83\xbf\x02\xb3\x0a\x9e\xdf\x1f\x6a\x15\xad\xbf\x2b\xdc\x6a\xce\xf7\x87\xeb\xb6\xfa\xe3\x50\x7d\x7d\x18\xc3\x39\x9c\xef\x37\xce\x0a\x21\x66\x4a\x70\xb6\x8b\x61\xbc\x9e\x2a\x3b\xd3\x64\x42\xe5\x51\x7d\x82\x6f\x49\x92\x31\x33\xad\x56\xd4\xc5\x49\x5f\xda\x32\x0d\x1f\x53\x59\x86\x32\xd9\x6f\x8e\x60\x50\x18\x3d\x10\x7c\xe5\x26\x0d\xd8\x86\xd8\xa7\xa6\xd8\x3f\x18\x1c\x45\x6e\xdb\x4e\xb3\x0b\xc7\x1c\xc5\x35\x09\xdc\x2d\x88\x29\x99\xb8\xd3\xfd\xf2\xb2\x33\xc8\xf2\x8c\x54\x61\x9b\xfe\xcb\x83\xa3\x77\x90\x70\xa0\x9b\x98\x2a\x08\x35\xb8\xd9\x7e\xfa\x29\xa7\x1c\x49\x42\xe0\x43\x0f\x26\xfc\x7f\x4a\xd8\x51\x66\x5e\x9d\xe6\xa5\x03\x78\x2f\x33\x84\x4f\xf0\x8c\x5b\xb3\x0f\x2b\xa3\x4c\xe9\x9d\x53\xdd\xe4\x66\x72\x37\x7f\x7f\x7f\x3b\x9e\x8c\x97\x6d\xb1\x19\x62\x85\xe6\x76\x37\x52\xd2\xd2\x17\xdb\x5d\xe0\x44\xd0\x72\x8c\xf2\x2d\x17\x94\x52\x12\xc3\x1a\x85\x69\xfb\xdf\x92\xce\xb8\xf4\x69\x64\x12\x9e\x2c\x66\x68\x37\x31\x0c\x12\xda\x0e\x5a\x9d\x91\x50\x69\x6b\x5a\xb8\xe9\x4d\x54\x21\xf7\xdd\x9b\xb9\xb6\x72\x8d\x2d\x7a\xa2\x07\x79\x6a\x3e\x8b\x81\x3b\x74\x1d\x5c\xa7\xcf\x59\xd4\x19\x9f\x48\x53\x9d\xa7\xb2\x52\x78\xcd\xb5\x69\xce\x93\x26\x63\x51\xdb\x6a\xcc\x50\x3c\xe0\xce\xf4\xba\x70\x3b\x61\xfe\x5b\x36\x87\xd6\xfd\xaa\x55\x5b\xec\xb9\xc0\x35\x4d\x7f\x3f\x74\x58\xcd\xd3\xb4\xce\x39\x51\x88\x17\xa3\x0d\x4a\x47\xbd\xc6\xac\x85\x12\x0b\xab\x32\xb4\x9c\xc5\xe0\xb2\xf5\x61\xe2\x72\xdb\x75\xac\x3a\x72\x08\xd7\x7b\x21\x32\x94\x17\x63\xb7\xeb\xc2\x6a\xc2\x6c\x89\xe9\x89\xc3\x1c\x77\x6a\xe9\x77\x37\xf3\xc5\xf8\x6e\xfa\xb4\x37\xa1\xbc\x49\xfd\xf0\xe8\xcc\x5c\xcc\x86\xa3\x56\x98\x14\x68\xec\x32\xd8\x4c\xc9\x38\x44\xcc\xb3\xb3\x4e\xf2\x1f\x37\x14\x94\xa4\x94\x35\xa1\xaf\x7c\xea\x8e\xb2\x2c\x74\xf2\x6e\xee\xa6\xee\xb2\xd6\xb9\x7a\x4f\xf0\x0b\xcf\x8a\x0c\xd0\x2b\x11\xd4\xba\x3c\x5b\x60\x37\xd4\x30\x07\x0c\xa5\xbb\x07\xbb\xfb\x67\x79\x3b\x0d\xbe\x9b\x84\xc1\xb7\xee\x94\xd6\xb7\xc8\xf6\x99\xec\x85\x12\x8f\x6b\x77\x9c\x4a\xb7\xf8\x5c\x14\xc3\xab\xab\x97\x13\xbe\x8f\xc7\x5d\xda\x9b\x07\x9c\x69\xc5\x96\xbb\x53\xfb\xe7\x16\x6a\xfb\xc2\xe9\x98\x27\x64\x0e\x60\xd5\xf3\x6a\x4c\x35\xd5\xcd\xfe\xcd\x4d\xf6\x08\x06\x37\xcb\xb1\x61\x3b\x78\xca\xdb\x0f\x84\x4b\x4c\x02\x6b\xa5\xfd\x88\x2a\x43\x1e\x00\xa9\xdf\x07\xab\x99\xd3\x90\x42\x03\xa8\xa3\xba\x3f\xc1\x58\x4b\xaf\x7b\x90\xab\x27\x4d\x8f\xa8\xf5\xe0\xe6\x6a\x21\xb0\x1b\xb4\xf0\xc0\x85\x80\x15\xb9\x96\x80\x3b\xd4\xeb\xe1\x25\xed\x84\x05\xad\xc5\xda\x6f\x98\xe5\x7e\xbd\xf2\xc4\xf8\x8d\x3e\x0c\xa3\x7f\x5c\x46\x7f\xf9\xf8\xf8\x93\xd3\x73\x4a\x92\xb4\x7f\xfc\xa5\x2f\xb9\x0e\xf7\x99\xda\xf2\xc3\x22\x70\xcf\xe6\x3d\xfb\xaa\xc7\xd8\x9a\xf1\x16\x2c\xd6\xc0\x72\x28\x9e\x69\xc1\xac\x29\xbd\x82\x05\xe7\x1f\x30\xfa\x57\x65\xc1\xd5\x9f\xfd\x9d\xfd\xb9\x36\xb4\x2a\xc4\xd3\x76\x4c\x5b\xb2\x3a\xf6\x2e\x1a\x9c\x42\xc9\x29\x23\x3a\x6f\xce\xc7\xd0\xb4\x0a\xc0\xaf\x29\xc9\x60\x96\x0b\x4a\x56\xfb\xf8\x42\xbc\x86\x70\xe6\x9a\x87\x49\xc7\xba\xc3\x78\x01\xd4\x4f\xfb\xe1\xe4\x5e\xc0\xcb\x37\xfc\x00\x67\xb9\xc0\x08\x73\x64\xdc\xee\x6a\x78\x7b\x57\xb9\x13\xd0\xae\xde\x1c\x04\x85\xf2\xc6\xe7\x88\x6b\xf1\xe0\x53\x01\x58\x55\xab\xfa\xc7\xab\x4b\x50\x1a\xc2\xf3\xe4\x8b\x43\x68\x47\x57\xf1\xe1\xe4\x18\x8b\x65\xf0\x3e\x81\xf4\xec\xea\xf2\xac\xf7\x9f\x00\x00\x00\xff\xff\xd7\xa4\xc6\x59\x22\x19\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/postgresql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/postgresql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7d\x6b\x73\x1b\x37\xb2\xf6\x77\xfd\x0a\xbc\xaa\x54\x29\xa9\xd5\x90\x96\xed\xc8\x7e\xb9\x49\x4e\x51\xe4\xd8\xa6\xcd\x9b\x39\x54\x6c\xef\xd6\x16\x03\xce\x80\x24\xe2\x19\x60\x04\x60\x24\x73\x7d\xf4\xdf\x4f\xe1\x32\x57\x62\x86\xd4\xc5\xc9\x6e\xc5\x1f\xb2\x36\xa7\xf1\x74\xa3\xbb\xd1\x68\x34\x2e\x0b\x63\xfc\x2b\x62\x1c\x53\xd2\x01\x02\x45\x71\x08\x05\x6a\xd1\x18\x11\xbe\xc1\x2b\xd1\xc2\xb4\x7d\x7d\x76\xf4\x19\x93\xa0\x03\xe6\xe6\xf3\x51\x08\x97\x28\xe4\x9d\x23\x90\xb5\xe8\x80\x98\x51\x1f\x71\xce\x11\xbb\x46\xec\xfc\xb9\x03\xa3\x2b\x27\xda\xf2\xab\xd0\x89\x25\x3c\x17\x88\x08\x87\x3f\xc5\x47\x00\x7c\x89\x21\xe4\x1d\x70\xd6\x7a\xde\x3a\x7b\x71\x14\x21\xce\xe1\x1a\x75\x40\x17\x10\x74\x03\x72\x6a\x70\x31\x1d\x79\x00\xc6\x71\x88\x7d\x28\x30\x25\xe0\xfb\x84\x63\xb2\x06\xa3\xad\xf7\x7e\x08\x20\x09\x40\xd7\x19\xbd\xff\x01\x6c\x20\x07\x4b\x84\x08\xf0\x19\x82\x02\x05\x47\x00\x60\x02\xb6\x34\x61\x52\xaa\xdf\x91\x2f\x5a\x60\xbe\x41\x20\xe1\x88\x11\x18\xa1\x76\x0c\x39\xbf\xa1\x2c\x00\x2b\xca\x00\xf4\xa5\xdc\x12\x57\x6c\x10\x78\x37\x70\x81\xa7\xfa\x00\x66\xae\x37\x07\x94\x81\xb7\x23\x4f\x21\x0a\xc4\x56\xd0\x47\x00\x73\xf0\xdd\xd7\x77\x03\x77\xe1\xb9\xb3\x5f\xdd\xd9\xe2\xd2\x73\x67\xb7\xed\xd2\x4f\xd3\xae\xe7\x7d\x98\xcc\xfa\xb7\x2d\xf0\x6a\x87\x85\x12\xff\x08\x80\x00\x0a\xb8\x84\x1c\x81\xe3\xef\xbe\xf6\x2f\x16\xfd\xee\xbc\x7b\xd1\xf5\xdc\xdb\x63\x29\xa8\xa2\xf4\x19\x0a\x10\x11\x18\x86\x92\x65\xff\x42\xb1\x1a\x77\x47\xae\x64\xd7\xbf\x28\xb2\xe9\x12\xd9\x6d\xd9\x1f\xd9\x50\xea\x05\x48\x53\x60\x1f\xd5\xa0\x8d\xde\x97\xd0\x46\xef\x8b\x68\xd3\x10\x49\xc1\x96\xe8\x08\x00\x9e\x30\x04\x04\x35\xca\x55\x48\x1c\xf9\x0c\x09\x20\x75\x19\x48\xe9\xdf\xcc\xe7\x53\x6f\xe1\xb9\xbd\x99\x3b\xbf\x3d\x06\x3e\x25\x02\x62\x92\xf6\x37\xfd\xfe\xce\xfd\xe4\xcd\x27\x33\xf7\x56\x0a\x8a\x43\x25\x98\x36\x81\x92\x94\xac\x25\xae\x64\x26\xdb\x23\x22\x5a\x47\x11\x12\x50\x6a\x49\x7a\x1a\x24\x84\x0a\xe5\x06\xca\xf1\x00\x08\x10\xf7\x19\x8e\x85\xf2\xdc\x2e\x01\xe8\x0b\x8c\xe2\x10\x49\xaf\x01\x5e\x82\x05\x2a\xb9\xce\x0d\x16\x1b\xad\x16\xe9\x37\xd0\xf8\x50\x6a\x82\x96\x42\x04\xca\x58\x11\x65\x08\x60\xb2\xa2\x2c\xd2\x4d\xe1\x92\x26\x02\x24\xc6\x7e\x98\x67\x4e\x7f\x0a\x38\x42\x60\x23\x44\xcc\x3b\xed\xf6\x1a\x8b\x4d\xb2\x6c\xf9\x34\x6a\xff\xbe\xa4\x9c\x3b\xd9\x20\x6a\x17\x04\x71\xd2\xc6\x5c\xf3\xc4\x3e\x25\xbd\x10\x72\xde\x51\x7f\x75\x4a\xc3\x48\x51\x94\xc6\x62\x80\x79\x1c\xc2\xad\x23\x55\xdf\x01\x6f\x2f\x28\xe7\x85\x0e\x9f\xb7\x9e\x2b\x3f\x0d\x43\xbc\x96\x03\xc8\x80\x01\x8d\x06\xfe\xa6\x14\x60\xba\xfa\x37\xa3\x82\xef\x95\x66\x54\x27\x7e\xd8\xe5\x17\x33\x7a\x8d\x03\xc4\x9c\x32\xe3\x19\x0a\xc0\x1b\x28\x4e\xc1\x80\xf8\xba\x1f\x02\xae\x79\x25\x08\x9c\x2a\x35\xe8\xaf\xd6\xc0\xb2\xc4\x24\x80\xcb\x10\x75\xc0\xf1\x0a\x86\x1c\x1d\x37\xd0\x06\xd4\x4f\x22\x44\xb4\x07\x38\x09\x0b\x3b\x99\xe2\xf5\xe8\x6a\x31\x14\x6c\xa0\x50\xfa\x2f\x11\xb7\x11\x69\x33\x14\x38\x1b\x28\x1c\x6d\x98\x65\x1c\x39\x5c\x2a\xac\xdd\xc0\x30\xa4\x64\xed\x94\x7c\x6c\x5e\xb4\x3d\x08\xd0\x0a\x13\xc4\x01\x43\x9c\x26\xcc\x47\x1c\x10\x84\x02\x15\x7c\x14\x28\x05\x01\xba\x46\x21\x8d\x53\x65\x81\x0b\xe9\x42\xd2\x1c\x53\x63\x16\x6d\xb4\x06\x83\x49\x7b\x4a\xf7\x4c\x41\x0b\x7e\x74\x0a\x30\xf1\xc3\x24\x90\x4e\x09\xc1\x32\xc1\x61\x20\xc7\xcd\x0a\xaf\x13\x66\x08\x8a\xee\x1f\xa0\x38\xa4\x5b\xa9\x93\x0a\x95\x41\x4e\x65\x54\x23\x44\x0e\x49\x1d\x95\x25\xfa\x92\xd1\xcf\x88\x9d\xe6\xe1\xaa\x0e\x4b\xb5\x4b\x83\x9b\xfc\xa3\x87\x4c\x16\xd0\x7d\xa4\xc6\x5e\x36\xc8\xa3\x28\x21\xa9\x7c\x9a\x54\x59\xb4\xd5\x60\x14\x9e\xc4\x31\x65\x62\x8f\xfd\x15\xc0\x75\x3a\xa9\x99\x69\x06\x00\xed\xba\x77\x98\xa7\x64\x03\x1e\x43\x1f\x75\xf2\x41\x71\x44\x97\x72\x42\xe1\x9d\x23\x07\x14\xa7\xce\xeb\xb3\x23\x00\xf4\x34\xe9\xe9\xb8\x7b\x04\x40\x31\x7e\x59\x22\x58\x25\x86\xc9\x29\xea\x06\x2d\x8d\xf1\x4f\xb8\xea\x20\x90\xfd\x4d\xc3\x93\x89\xe8\x2d\x18\xc6\x1b\x58\x19\x1f\x28\x46\x24\x40\xc4\xc7\x88\x77\xc0\xc9\x3f\xbf\x1e\x4b\xe9\x8f\x3b\x32\x3c\x77\xa7\xd3\xe1\xa0\xd7\x9d\x0f\x26\xe3\x85\x8a\xf7\xba\xc3\xc7\xa9\xf1\x01\x38\x96\x92\x4b\x62\x23\xfb\xf1\xed\x69\x33\x80\xd4\x9a\xf0\xe3\xe3\x53\x4b\xd3\x7f\x9d\x28\xdc\x3c\x49\xa8\xb8\x6e\x07\x58\x10\x15\x99\xb6\x90\xfd\x2b\x8f\x91\xaf\xc1\xa4\x46\x0c\xae\xa3\xfe\xd1\x01\x2f\x9f\xbc\x7c\x92\x0e\x3c\xc8\xd6\x48\x4c\xcb\x3f\x73\x14\x22\x5f\x50\x96\xeb\x3d\x75\xe1\x9e\xf2\x60\x3b\xd3\x3f\xc6\xc2\xfc\x2f\x68\x62\x1d\x03\x9c\xfb\x58\xfa\xf9\xf3\x67\x36\x4b\xa7\x3f\xff\x07\x59\x3a\x0b\x98\x99\xb9\x73\x43\x3f\xe6\xe0\xd0\xa6\xde\xa7\xb8\x67\xcf\x9e\x9c\x5b\x14\x97\xfd\x7c\x2f\xc5\x19\xd6\xdf\x44\x7d\x7a\xde\x39\xe1\x60\x12\x23\xf2\x01\x33\xf4\xad\xd4\x67\x1c\x7d\x9f\x02\xcf\xcf\xce\xcf\x6c\x1a\xcc\x7f\xbf\x9f\x0a\x61\x74\xf5\xf8\x0a\xf4\xf4\x44\xc9\x01\xa1\x01\x02\x01\xe6\x3e\xbd\x46\x6c\x9b\x4e\xed\x1b\x90\xa5\xb7\xf6\xc0\xf3\x39\x59\x22\x46\x90\x4c\x53\x31\x6d\x0b\x1a\x22\x06\x05\x72\x12\xc2\x10\x0c\xb6\x0e\x22\x41\x4c\x31\x11\xbc\x03\x8e\x05\x4b\x4c\xe6\xf6\xe8\x56\x91\x92\x96\xcc\xe2\x87\x09\x17\x88\x0d\xa6\x1d\x30\xa6\x04\xed\x9a\x4a\xe3\x99\x76\xe9\xd7\x3f\xdc\x76\x38\xb0\x93\xcb\x70\x9f\x99\x76\x46\x13\x71\x77\xc3\xaa\x56\x7a\xdd\x9a\xeb\x37\xcd\x15\x52\x1b\x7e\xdb\xf9\x77\x43\xb9\x90\x54\x6f\x26\xde\x5c\x7e\x5d\xc8\xe5\x9d\x06\x10\x34\xe5\x57\x0f\x75\x47\x7d\xf1\x6f\xa8\x30\xfe\x48\x1a\x3b\x70\x3a\xb3\x2a\xce\x33\x9a\xcb\x19\x0b\xc4\x22\x4c\x0c\xe3\x18\x72\x2e\x36\x8c\x26\xeb\x8d\x55\xc3\x0d\xac\x6b\x83\xca\x20\x82\x6b\xe4\x09\x86\x60\xb4\xa3\xce\x47\xf5\x9a\x5a\x09\x2e\xe4\x7a\x45\x0f\xac\x43\x0c\x9a\x2d\x06\x2c\x59\xd1\x0d\xc4\xc2\x59\x51\xe6\xa8\xc8\xf4\xcd\xe2\x51\xc9\x90\x34\x11\x71\x22\x32\xe9\x32\x93\x58\x14\x3c\x87\xeb\xec\x63\x2d\x78\x47\x15\x04\x84\x0e\x44\x6a\x35\x99\x22\xaa\x52\xc8\x17\xd1\xc7\x4c\x36\xec\x4d\xc6\x73\xf7\xe3\x7c\xd1\x1f\xcc\x6e\x0d\xc1\x1a\x8b\x9c\x3b\x43\x2b\x49\xe6\x4d\x2e\x67\x3d\x77\x31\x73\xa7\x13\x6f\x30\x9f\xcc\x3e\x2d\x66\xee\xab\xdb\x8c\x2a\x61\xd8\x4e\x75\x39\x1b\xa6\x54\x62\x1b\xa3\x0e\x78\x8d\x8d\x4c\x42\x46\xff\xf5\x36\xe5\xa4\x65\xf4\x2a\xbf\x02\x80\xc8\x75\xfe\x8f\x34\x18\xbf\x1b\xb8\x0b\x29\x78\x77\x30\x76\x67\x8b\xbe\x3b\x1d\x4e\x3e\x8d\xdc\xf1\x3c\x23\x04\xe0\x1a\x86\x89\xd2\x4c\x1d\xed\xed\x0e\xea\xa8\xfb\xab\x3b\x5e\x8c\x06\xb3\xd9\x64\x26\x05\xb7\xa1\x55\x69\x76\x51\xba\xb3\xf9\xe0\x55\xb7\xa7\x34\x6a\x43\x28\x7e\xcf\x5b\xaf\x28\xf3\xd1\x34\x09\xc3\x0e\x90\xce\x96\xff\xce\x68\xd4\x29\xc0\x34\x3a\x43\xea\x0e\xba\x24\x51\x5d\x95\x66\x2e\xde\x39\x6b\x9d\x57\xda\x98\x25\xe9\x77\x5f\x07\xa3\xee\x6b\x77\xe1\xcd\x67\x6e\x77\xa4\x1c\xc9\x9b\x76\x7b\x6e\xd9\x84\x9e\x32\x95\x0e\x1d\x0c\xaf\xd7\x88\x65\x73\xa5\x2e\x58\xe5\x02\xeb\xaa\x9e\x04\x7e\x3d\x98\xbf\xb9\xbc\x58\x7c\x70\x2f\xde\x4c\x26\xef\xd2\xc2\x5e\xd5\x35\xde\x24\xcb\x14\x09\x11\xc4\xb0\x6f\x85\x72\xc7\xee\x6c\xd0\x6b\xc6\xd2\xcd\x0d\x18\x96\xfa\xea\x6d\x20\x59\xa3\x0e\xf8\x5a\xa6\x1c\xe4\xdf\x0c\xb5\xfe\x5d\x87\x12\xf3\xa1\x36\xea\xf4\x2b\x73\xfa\x7f\x56\xe8\xc9\x52\xb0\x87\x46\x27\x86\x14\x37\xde\x01\x67\x0f\x58\x12\xd9\xc6\xbd\x56\xf6\x0c\xe9\x52\xf0\x51\x51\x3f\x29\x49\x59\xa1\xbb\xaa\xb8\x83\x3a\xee\x26\xeb\x3e\xfd\xa8\xfe\x64\x3a\x02\x26\xb6\x42\x4c\xb2\x11\xa1\x1d\xaa\x14\xc3\xee\x14\xc5\xee\x14\xc7\xca\xc8\xe9\xb6\xc1\x6c\x32\x9f\xf4\x26\xc3\x7a\xd0\x0a\xe1\x3e\xbc\xc9\xac\x41\xc0\x02\xd1\x1e\x9c\x4b\xcf\x9d\xed\xc5\x51\xdb\x20\x7b\xe4\x31\x3b\x0c\xfb\x65\x4a\xb7\x22\x9a\xf1\xfa\x93\x51\x77\x30\xde\x8b\xa6\xc9\xf6\x60\xbd\x1d\x79\x8b\xf7\x97\xee\xa5\xeb\x2d\x66\xee\xfb\x4b\xd7\xdb\xaf\xb9\xdd\x26\x77\xe1\xe1\x4d\x27\x63\xcf\xbd\x1b\x13\xdd\x66\x0f\x17\xf7\xa3\xdb\xbb\x9c\x4f\x0a\x4d\xf7\x32\xd9\x6d\x62\xe3\x31\x7a\xaf\xe8\x07\x3d\x77\x31\x9d\xb9\xaf\x06\x1f\x17\xa3\xee\x74\x3a\x18\xbf\xb6\xe3\x5b\x97\x4b\x3f\x67\x1b\x10\x15\xe4\xb7\xe3\xfe\xc0\x8e\x63\x3e\xd6\x48\x94\x6e\x62\xd5\xb6\xcd\x76\xb9\xec\xed\x9b\x7d\xb2\xb8\x2d\x56\xd3\xbe\x61\xcc\xea\xaa\x82\xa5\x91\x36\x68\x2d\x4b\xfd\xb9\x86\xe1\x7c\x32\x1d\xf4\xea\xdb\xea\xcf\xfb\x06\xa2\x3b\xf3\x06\xde\xdc\x1d\xf7\xdc\x45\x7f\xd0\x1d\xba\xbd\x03\xe2\xc4\x6e\x1b\x1b\x97\xfe\xc5\x03\x9d\x44\x95\x94\x7e\xee\x5f\x9c\xd6\x7f\x7c\x7f\xd9\x9d\xcd\xff\x61\x61\x3e\xff\x98\x6d\xa3\x3e\x90\xbb\xbd\x67\xf5\x4e\x6a\x3e\xd6\x68\xa4\xd9\x49\x8b\x1b\xbb\xf6\xf6\xcd\x4e\x5a\xdc\x09\xb6\xb7\x4f\x95\x52\xdb\x3e\xdb\x7c\xb6\xb7\x1f\x0d\xc6\x8b\xe9\x64\x32\x5c\x78\x83\x7f\xd4\x83\x94\xa8\xea\x90\xba\x1f\x0f\x41\x2a\x52\xd5\x20\xcd\x3f\x2e\x06\xde\x64\xa8\x8c\x57\x0b\x54\x24\xb2\xe1\x68\x4f\x3a\xc0\xae\x63\x2a\x46\x90\xc0\x75\xb6\x17\x67\x41\x79\x90\x95\x0d\xc6\x83\x2c\x6d\x30\x1e\x64\x6d\x83\xf1\x48\x16\x4f\xd1\x1e\xc7\xea\x06\xed\x51\x2d\x3f\xef\xda\x20\x8a\x1b\xd2\xd6\x76\xe3\xc9\xf8\xa3\xbd\x65\xbe\x08\x28\x37\x2c\x1f\x82\xa8\xac\x38\xb3\xe6\x6d\x24\xfc\x76\x69\x35\xe8\xe8\xc5\x94\x73\x4d\xc3\x24\x42\x7b\x81\xed\x0a\xd9\x3d\x81\x61\x47\xa9\x77\xdf\xfc\x7b\x7d\xeb\x66\xe7\x2d\xd3\x14\x51\xd4\x92\x6f\xdf\x52\x40\x11\xc9\x55\xf7\x94\x86\xd8\xdf\x76\x40\x37\xbc\x81\x5b\x5e\xa0\x08\xf1\x35\x22\x88\xf3\x29\xa3\x4b\xd4\x29\x09\x81\xbe\x14\x33\x7f\xfd\xc7\xa7\x51\x04\x49\x50\xfd\xd9\x01\xed\x25\x26\xed\x25\xcc\x6a\xc8\xf9\x17\xc7\xdf\x25\xa6\xb1\x68\x23\x18\xab\x46\x25\x09\x5a\x15\x00\x4c\xb0\xc0\x30\xec\xa3\x10\x6e\x3d\xe4\x53\x12\xf0\x0e\x38\x7f\xb2\x53\x11\x68\x56\x43\xa1\xdc\x9d\x8a\x90\x2d\x64\xcc\x5e\xd8\x8b\x17\x2f\x4b\x8c\x4d\xa1\x81\x86\xf4\x33\x86\xa5\x2f\x31\xa3\x82\xfa\x34\xec\x80\x79\x6f\xda\x88\x99\x6f\xb0\x16\x31\x4d\x41\xfb\x3e\x80\xf9\x3e\x5e\x15\x90\x1f\x84\x28\xd7\xdc\xf8\xcf\xb5\x76\x59\x84\xb2\xb9\xb3\x63\x21\x65\x86\x21\x8e\xb0\xe0\x55\x21\x22\x14\x51\xb6\x55\x09\x9c\x3b\x9a\xcc\x3e\x2d\x86\x83\xd1\xa0\x94\x5d\xe9\xc1\x3f\xa2\x09\xa9\x1a\x3f\x92\xbf\x4d\xa1\xd8\xdc\x29\x76\x58\x4f\x43\x38\x9f\xd1\x96\x0b\xca\x90\x8d\x5e\x76\x76\x42\xc2\x6d\xa5\xe6\x55\x28\x56\xbf\x66\xd0\x47\x53\xc4\x30\x0d\x6c\xee\xad\x31\xf9\x6e\x81\xf0\x50\x19\x4c\x51\xa9\x24\x95\xfe\x6d\x6c\xc6\x4d\xe9\x1c\x9a\x2e\x4f\x54\x6a\x5e\x85\xe2\xd2\x14\x32\x18\x15\xc4\x81\x89\xa0\x11\x14\xd8\xaf\xf4\x30\x73\x5c\xc9\xa5\x24\x7e\xd3\x40\xdd\x5b\x0b\xbc\xc3\xb0\xff\xab\xd7\xbe\xb2\x0d\xee\xbb\x6d\x82\x3f\x4a\x1d\xac\xc0\xfb\xbf\xa4\x1a\x56\x90\xf8\x30\x8d\x81\x87\x55\xc6\x46\x9f\xbc\xf7\xc3\x86\x12\xd1\x9e\xbc\x57\x37\x7f\x50\xda\xab\x21\x1e\x94\xf5\x6a\x88\xe1\xe4\x83\x3b\x5b\xf4\xe4\xea\x71\xde\xbd\x18\xba\xba\xa8\x5e\xb3\xd4\x6e\x68\x51\xcf\x41\xa6\xb8\xbd\xc9\x78\xec\xf6\xa4\x21\x1a\xa1\x2b\xa4\xf5\x98\xaf\xe6\x2a\x0f\x97\xda\x59\x0c\xdd\x9a\x8c\xd8\x4a\xda\x8c\xd9\xfd\x78\x30\x66\x81\xb4\x1e\xb3\x3b\x98\x34\xe1\x74\x07\x13\x4b\x4e\x58\x76\xe6\x07\x66\x81\xd6\x0c\xec\x59\x39\xb1\x11\x7e\xec\x51\xff\x73\x75\xa2\x01\xbb\xc7\x68\x0c\x3d\x8e\x10\x4d\x44\x06\x77\x76\x48\x60\x77\xaa\xdd\xda\x9f\xd5\xed\x30\xfe\x63\x12\x23\x5b\x5a\x84\x0f\xc9\x94\xcc\xb8\xfe\xd0\xff\xf9\xf8\xbb\xf2\x18\x3f\xd6\x46\x05\xce\x06\x9c\x3d\x7d\xd1\x7a\xd2\x7a\xd2\x3a\x03\x4e\x02\xbe\xcb\x23\x09\x70\xfa\xe9\x3f\xad\xc3\x5a\xb1\x40\xe0\xc4\x73\x87\x6e\x6f\x0e\xce\x4e\xf6\x9b\xf9\xc7\x83\xad\x76\x58\xae\x75\x0d\x59\x3b\xc4\xcb\xb6\xea\x4b\x5b\x06\x79\x4b\x7a\x55\x6b\x7a\x27\xbe\xa6\xe1\x63\x26\x51\x07\x72\x02\x85\xfb\x15\xbf\x2a\xac\x5e\x08\x71\x54\x36\xbe\x2f\x7f\x1a\xef\x81\x55\x44\x7f\x4a\x8e\x55\x19\x3c\xf7\xda\x75\x55\x10\x9d\x34\xf4\x94\x36\x52\xe7\xdd\xd7\xb7\x15\xfa\x3b\xed\xb8\x3e\x2c\x4f\x9b\xda\xcc\xf3\x4d\x4f\x69\x54\xec\x99\x67\x02\xfa\x5c\xf5\x88\x06\x28\x33\xed\x0c\xc1\xe0\x03\xc3\x02\x4d\x88\xd9\x54\xde\x59\xe7\x30\x74\x95\x20\x5e\x1c\x39\x32\x9d\x37\xeb\xfb\x5f\x27\xc3\xcb\x91\xbb\xe8\x75\xa7\xdd\xde\x60\xfe\xa9\xe1\x84\xc8\x7f\x75\xbe\x0a\xa3\xab\x3d\x3a\xd7\x14\x8f\x9d\xab\xa6\x7c\xff\x5b\x32\xd5\x54\xde\x43\x74\x05\x1e\x96\xa5\x76\xcd\x4e\x50\x4d\x06\xd2\xbc\x4d\xd4\x7d\xe8\x3e\x91\x04\x98\xcf\xba\x63\x6f\x3a\x99\xcd\xeb\xf7\x6e\x9a\xb6\x75\x25\x84\x37\x1d\x0e\x6a\x36\x6a\xb2\xcf\x75\x6d\x47\xae\xf7\x66\xd1\x1f\x78\xbd\xc9\xaf\xee\xec\xd3\x62\xfe\x69\x5a\x93\x29\xd7\x10\x37\xe2\xa6\x3b\x3e\xf5\xe5\xc3\xc6\x03\x9e\x07\xe1\xaa\x50\xbb\x0b\xfe\xaa\x12\xfe\xe5\x9f\x15\x46\x61\x30\x43\xab\xea\xef\xe6\x8b\x9e\xc1\x53\x8f\x6f\x65\x11\xbe\x4e\xeb\xf3\xc9\x4c\x86\xfd\x4b\x4f\xfe\x57\x95\x66\x1a\x6c\xb0\x4b\x6c\xc9\x6a\xf5\xa1\x1f\xa9\x81\xf3\x67\x77\x4a\x6e\x0f\x19\x25\xe0\x4f\xab\x12\xfe\x78\xfe\xe2\xa9\x05\x13\x46\x57\xf7\xac\x12\xfe\x78\xfe\xe2\xac\x06\xd0\xe1\x3c\xbc\x1f\xe8\xd9\xcb\x97\xb6\xd2\x63\x74\x25\xc4\xfd\x00\xcf\xcf\xce\xcf\x6c\x88\x5c\xd0\xe8\x9e\x1d\x97\x90\x36\x55\x2a\xc8\xfb\x77\xbd\x78\x0e\xba\x08\x5b\xde\xa8\xbe\x23\xe0\x0b\x3b\xe0\xc1\x52\xfe\x89\x95\x5c\x18\x5d\xed\xad\xe4\x1e\xb6\x1c\x48\xd1\xee\xb0\x10\x90\xc3\xff\x8f\x58\x06\xec\xf0\x79\x8c\x45\x80\x04\xfd\x13\x97\x00\xc5\x68\xf7\x80\x63\x97\x3a\x02\x77\xce\x5a\xcf\xff\x52\x19\x7f\xd1\x78\x87\xe5\xfb\x23\x48\xb6\x8f\x91\xef\xc7\xd2\x1b\x90\x50\xae\xe2\x94\x0f\xea\x9f\xcc\xcd\xf5\xfb\x5e\xea\x09\xf5\x37\x4d\x31\x31\x17\x58\x3a\xb9\xdf\x0c\x82\x9f\xd7\x8c\x26\xf1\x20\xe8\x40\x26\xf0\x0a\xfa\x62\x10\x74\xcc\x35\xd0\xff\xf5\x9f\xfe\xbc\x7e\xda\x81\x4f\x3b\xd7\x4f\x4f\x8e\x00\x30\xd7\x99\xc7\xe9\xc1\x98\x02\xd3\x7c\xe5\x91\xdd\x19\x6d\x38\xfc\x67\x26\xff\xf2\x1e\x46\x88\x97\x0c\xb2\xed\xcf\x94\xad\x0b\xab\x90\xab\x04\xfb\x9f\xb9\x80\x72\x66\xb6\xd2\x4b\x3f\x6c\x3d\x69\xbd\xc2\x04\x86\x55\xed\x48\xe5\xa4\x01\x14\x08\x6a\x8c\x65\x7d\xb2\x20\x7b\xa9\xa0\x65\xeb\xa8\xa1\x9c\x1a\xac\x52\x1f\x77\x8f\x21\x9a\xee\xe9\x6d\x39\x9b\x48\x94\x89\x47\x11\x87\x32\x61\x15\x45\x9f\x60\x4c\xf7\xd6\x5f\x3e\x7f\xfe\xec\xd8\x26\x47\xc2\x11\x53\xad\xf7\x08\xa3\x9f\x73\x38\x4c\xa6\x4b\xf3\x5c\x84\x4d\x2e\xb3\x94\x30\x72\x7d\xc6\xc8\x5c\xd8\xb7\xa9\x28\x7d\x6c\xe2\x8e\x92\x81\x51\xc2\x85\x7e\x82\x41\xca\xb8\x5a\x21\x26\x07\x82\xd8\x40\x92\xbd\x64\xf1\x77\x10\x49\x22\x42\x25\x21\x60\x94\x8a\x53\x00\x83\x08\x93\x53\x89\xa7\xfe\x86\xd5\x62\x90\x32\x43\x6a\x86\x8b\x1e\xf0\x02\x84\x08\x72\x01\x5e\x02\x7f\x03\x19\xf4\xe5\xb8\x3c\x05\x67\x40\xad\x9f\x97\x48\x60\x3f\xff\xf0\x3d\xff\x41\x7e\x0a\xf0\x1a\x0b\xf5\x77\x48\x02\x70\x06\x08\x25\x8e\x22\x27\x49\x94\x1d\xe2\xe6\xdb\x68\x49\xc3\xef\xf9\x0f\x8d\x26\x37\x7a\x39\x32\x11\x1c\x9c\xfc\x13\x3a\xff\xee\x3a\xff\xf8\xd7\xd7\xf3\xdb\x7f\x3e\x71\xfe\xff\xbf\xbe\x9e\xdd\xfe\x3f\x39\x58\xd5\xf1\x72\xf5\xc8\x08\xfa\x12\x33\xc4\xe5\x80\xb6\x3a\x4b\xba\x44\xab\x58\xe1\x6d\xb7\xeb\x81\x21\x5d\x63\xd2\xd3\xd7\x29\x40\x40\x23\x88\x89\xd4\xa5\x00\x7c\x03\xc3\x50\xaa\x4f\x3d\x47\x21\x8d\x94\x88\x0d\x22\x42\xc6\x57\xed\x58\x1c\xdc\x6c\x90\x56\x99\xbe\xa7\xfe\x76\xe4\x35\xf5\xac\xaf\xd0\x6d\x12\x66\x07\x56\x8d\xe3\x50\xb1\xd9\x75\x9a\xb7\xe3\xfe\x40\xfb\x32\x5d\xa5\xe1\x15\x5c\x25\x28\xd1\xd7\x98\xf6\x30\x97\x4e\xf4\x5e\x12\x73\x30\xd3\x6d\x6d\x82\x58\x4f\xbb\x1a\xa1\x14\xab\xf6\xbb\x81\xdb\xd2\xc4\xad\x94\xa2\x59\x4e\x1e\x53\xc2\xd1\x3d\x05\xd5\x8d\xf7\x4a\x9a\x9d\x99\xad\x17\xd5\x90\x34\xc9\x2a\x93\xca\x44\x50\x76\xb8\xac\x6e\xda\x22\x13\xda\x26\xaa\xf5\xe0\x6d\x9d\xa4\x29\x71\x55\xd2\x37\x78\x29\xc7\xb6\x40\xa5\x87\x13\x02\x0c\x43\xe4\x8b\xc6\xf1\x54\x20\xef\x6b\x72\xeb\x20\xb1\x1e\xfd\x4c\xfd\x91\xad\x5b\x9b\x54\x80\x56\xca\x54\xbd\xe9\xf0\x63\x8a\x69\x09\x71\x4a\xb1\xe9\xdb\x33\x85\xdc\x64\x47\xdc\x6e\xe1\x49\x8a\x71\x31\xb4\x56\x73\x94\x23\x9d\x58\x60\x86\x82\x2c\x4f\xcc\x83\xad\x03\xe3\x78\x27\x7d\xe8\x25\x72\x71\xa4\x2e\xd9\x65\xf2\x14\x6f\x45\x02\x46\x13\x81\x5a\x00\x0c\x11\xbc\x46\x60\x19\x42\xf2\x59\x11\x05\x68\x05\x93\x50\x64\x2d\xf5\x9d\x79\xd4\x5a\xb7\x3a\xe0\xa7\xe2\xd3\x2d\xf2\xe3\x2f\xce\x4f\xe6\x4d\xa1\x5f\x5a\x3f\x99\x96\x8e\x0e\x27\x0e\x4f\x56\x2b\xfc\xe5\x97\x9d\xfc\x22\x95\x4c\x0a\xa3\xaf\x23\xbe\x31\xac\xb2\xfe\x97\xae\x04\x1e\xdc\x35\x7e\x68\xdf\x54\x8f\xb2\xfe\x99\xbe\x99\xab\x83\x8f\xdd\x45\x7e\x50\x1f\xbd\x6a\x27\x5f\x63\x61\xee\x95\x81\xcb\xd9\xa0\x7a\x61\xb3\xca\x4f\x52\xcf\x50\x4c\x39\x16\x94\x6d\x81\xbe\x00\xa6\xd9\x58\xef\xb5\x35\xf8\xd3\x01\xef\xf7\x64\x7f\x73\x0a\x39\x9c\xad\x03\x4b\x06\x89\xbf\x69\x0b\xb8\x06\x0c\xa9\x09\x5b\x55\x95\x2c\xa2\xe7\x1f\xeb\xa4\x9e\xb9\xaf\x0a\x99\xcf\x59\xeb\xf9\x4e\xe2\x23\x97\x9e\xea\x61\x23\x4c\x14\xaa\xb1\x9a\x9c\xc3\xd4\x83\x30\x7f\x07\x28\x8a\x85\xbe\xf4\x2d\x73\x83\x8c\x20\xc0\x4c\x55\x97\xb7\x3b\x03\x34\x9d\x20\xfb\x29\x45\x26\x60\xe1\xee\x61\x4d\xda\xdb\x36\x69\x6c\x55\xcc\x7e\xfa\x0e\x42\x1e\x84\xd5\x54\xbb\xdc\x96\x9e\xa8\x11\x54\x2d\x2e\xc2\x6b\xfd\xc6\x94\x5c\xfa\x68\x7f\xd0\xfe\xaa\x5c\xf8\x77\x78\x0d\x3b\xda\x3c\xed\x9c\x80\xb7\x5d\xfd\xf6\x53\xdf\xab\xf6\xa7\xcc\xbb\x14\x72\xf2\xe3\xdc\xa6\x33\x0a\xbc\x09\xbb\xae\x5f\xc6\xcb\xed\x8c\xab\x3c\x0b\xfb\x99\x75\x1e\x29\x6d\x55\x65\xe6\xe1\x7f\xab\xb9\xab\xf0\x3c\x9a\x59\x67\xe9\x71\x9e\xb2\xd3\x95\x81\x1d\xbb\x66\xe2\xe8\x35\x26\xe8\xc1\x18\xfa\x58\xe4\xe6\xad\xac\xd4\x1a\xa4\x3b\x7b\x8d\xeb\x67\x57\x29\x8b\x4f\x09\x41\xbe\x7e\x11\x08\x2a\x27\xb2\xd9\x9b\xab\x37\xc5\x34\x29\x10\x54\x97\x11\xb2\x67\x1f\xb4\xcd\x8d\xbd\xdf\x46\x5c\x9d\xb5\x2d\xf5\x48\xce\xc4\xbd\x9c\xd3\x2b\xc3\x69\xd7\xce\xf9\xdd\x92\xa2\x9d\x0d\x68\x55\xcb\x71\x88\x45\xe6\x7e\xf9\x38\x51\xfd\x42\xd0\xdf\xe8\xf7\x14\x30\x01\x50\x3d\x32\xb0\xa3\x67\x0d\x20\xb5\xfd\x3f\xf9\xdc\x56\xa8\xdc\x57\x8e\x17\x57\x03\xfd\x85\xea\x7c\xb6\xd0\x4b\x75\xa4\x56\xbe\xea\xb9\x31\xb9\x7e\x16\x5a\x97\xaa\x0c\xc6\x5b\xa0\x1b\x86\xf4\x06\x05\x1a\x5a\xd7\x8a\x21\x43\x1d\xf0\x9b\x8c\x5a\x37\x98\xa1\xdf\x4e\xc1\x6f\x30\xba\x8a\xe5\xff\xaa\xfa\xe1\x6f\x2a\x77\xff\x2d\xba\x12\xe2\xb7\x16\x98\x90\x70\x5b\x20\x06\x98\x03\xf3\xcc\x92\xe6\xe3\x76\xa7\xad\x9d\x78\xaf\xde\x89\x4a\xd7\x90\xbc\xa8\xeb\xdd\xc5\x63\x0a\x5d\xed\xad\xca\xa3\x74\xb5\xa5\xa6\x6b\xf3\x0d\x4a\x33\x4a\x0e\x6e\xb0\x4e\xd3\xb3\x02\x12\x0c\x43\x5d\x93\x30\xcf\xfe\xa9\x2c\xbd\xe0\x43\x40\xc7\x69\xa9\x21\x4e\x4f\xe5\x87\x6d\x06\x12\xc1\x00\xa5\xcf\xf2\x2d\x43\x04\x20\xd7\x9e\x93\x95\x37\x14\x30\x26\xaa\xf7\xd5\xce\xeb\xac\xb5\xd8\xe9\xec\x3e\x8f\xe9\xf2\x6e\xf2\x7c\x6a\x49\x52\x4f\x0f\x48\x07\xe7\x34\xc6\xfe\x01\x4a\x12\x92\xee\x3f\x49\x49\x4a\xf0\x92\x92\xcc\xc5\xa5\xba\xfc\x91\xae\x8a\x6f\x0b\x56\xde\x10\x4c\x4f\x85\xaa\x87\x03\x77\x06\x9d\x4e\x80\xdf\xa5\x34\x9e\x86\x28\x45\x81\xe2\xd1\xd0\xba\xb2\x0d\x8c\x63\x73\x60\x76\x9f\x90\x25\x71\xd2\x29\x38\x97\x7e\x9f\x80\xaf\x70\x88\xc8\xae\x74\x85\x23\xfc\x69\xae\x6b\x5a\xb4\x7e\xff\x6c\x2d\xbf\x28\x99\x20\xe7\xd4\xc7\xda\xb8\x58\x6c\x8c\x1c\x8a\xa3\x8f\x98\xc0\x2b\xb5\x92\xad\x91\xa9\x97\x53\xd8\x14\x66\x72\xf1\x34\x72\xaa\x07\xfd\x9a\x6a\x1c\xe9\x22\x20\x53\x90\x8c\x34\xfb\xa5\xc8\x34\x53\x28\x0a\xd4\x5c\x2c\x30\xa2\x44\xdb\x94\x85\xe4\x5d\x3b\x35\x67\x75\xa1\xda\x09\xb1\x50\xe5\xd1\x65\x08\xd9\xc4\x54\x22\x54\x11\xe2\xd9\xed\xbe\x12\x44\xf9\x82\x57\x65\xde\x6c\x94\x2c\xce\xbb\x6b\x97\xae\xb6\x48\xa2\x44\x7b\x79\xbb\xb7\x3c\x52\xbe\x3c\xd6\x2c\x9b\x87\x04\x07\x5f\xa0\x13\x53\x1a\xb6\x23\x4c\xd4\x5f\x1c\x2e\x33\x8f\xd4\xae\xd9\x64\x14\x14\x12\x34\x6b\xb6\x61\x72\xf9\x11\x26\x38\x4a\x22\x30\xa5\x34\x54\x49\x4c\x51\xb2\xf2\x25\xa3\x46\x69\xe0\x97\x47\x91\x06\x7e\x69\x90\xa6\x74\x49\xc9\x26\x8d\x60\x90\x70\xa8\x12\x0e\x07\x73\x1a\xe6\xcf\x1e\xde\x4b\x9a\x79\x0e\x07\x06\x29\x5c\x51\xa2\xd2\x45\x27\x9b\x40\x1b\x7a\xa3\x58\x0b\x28\xe3\xb3\x9a\x25\xe4\xe4\xaf\x52\x43\x14\xe8\xc1\x47\xa3\x18\x32\x14\xec\x08\xa2\x9f\xff\x1c\xd2\x1b\x19\x05\xa4\xaf\xcd\x15\x88\xda\x7e\xc9\xc3\x76\xd3\xb9\x58\x4b\x20\x88\x8c\x82\x63\xc4\x22\x2c\x64\x48\x22\x49\xb4\x44\x4c\x06\x4e\x8e\xa3\x24\x14\x90\x20\x9a\x70\xe0\x87\xd8\x94\xf5\x4d\x06\xc7\x6b\x04\x4c\x4d\x96\xe3\x14\xda\x54\xe4\xac\x9e\xae\xb5\x09\x68\xfc\x31\x44\x64\x2d\x36\x69\x3c\x4f\xeb\xb3\x4b\x64\x9e\xd5\x44\x81\x4e\xf2\x5e\x5d\x0e\x87\x72\xd9\x03\x30\x09\xd0\x97\x1a\x11\x5f\x25\x61\x38\x97\xab\xa6\xd4\xd9\x3f\x48\xb8\xa1\xe2\x50\x91\xb0\x7a\x56\xb7\x41\x85\xdf\x46\x42\x03\xde\x2c\x61\xf1\xe4\x6f\x45\x42\xb9\x40\x64\x2a\x33\xdd\x48\x49\x08\x0d\x96\x8b\x84\xa3\x05\x81\x02\x5f\xa3\x05\xc4\x14\x70\x24\x84\x9c\xb7\x55\xa4\x06\x58\xcb\xaf\xbf\x83\xf4\x0c\x30\xe6\x3a\xff\xd8\x2d\x11\x69\x81\x35\x5d\xf5\xf4\x70\x45\x96\xcb\xac\xe8\xaf\x1e\x11\x16\x90\x04\x90\x05\x69\x62\x23\x03\x6c\x0b\x0c\x84\xe4\x95\xc6\xbd\xd2\xfa\x44\xa6\x16\xd5\x75\x47\x0b\x0c\x56\x20\x44\x2b\xa1\x97\xce\xa7\x00\x8b\x2c\x1d\x4a\xe3\xec\xee\x50\x52\xd9\xf0\x23\x4c\x24\xc5\xeb\xec\x3b\x6b\xfd\xc2\x0c\xfb\x67\x77\xf5\xc1\xb3\x52\xf1\x3c\x95\x65\x08\xe4\xef\xd5\x41\xf5\x2c\xae\xd8\xc6\x6a\x63\x27\xe1\x66\xb5\x6b\xbe\xcb\x7e\xa9\xd7\xec\xb2\xf7\xe8\x5a\x00\x9c\x04\x84\xeb\xf3\xc0\xaa\x37\xb2\xcd\x24\x46\xc4\xdb\xe0\x95\x38\xe1\xa0\x3f\xf6\xb2\xaa\x59\xa1\xe4\x50\x42\xf8\x9c\x2c\xd1\x49\xde\xfc\x5d\xf6\x18\x9e\x82\x55\xdb\x35\xdd\xe9\xa0\xd8\x3c\x45\x2c\xc2\x0c\x56\x66\xbb\xc0\xe0\xa5\x79\x99\xa4\x83\xbe\x4f\x13\x22\x64\x6f\x32\xb3\xc4\x34\xd0\x7b\x34\x1b\x68\x6a\x20\x27\xd7\x18\xdd\x9c\x00\x46\x43\x74\x0a\x6e\x36\xd8\xdf\x00\x1f\x12\x95\xdf\x07\x32\x00\x5c\x63\x08\x4e\xa8\x0f\x62\x75\x5c\x48\xfe\xe8\x48\x5a\x47\x50\x47\xba\x84\x42\x96\x10\x80\x6f\xb9\x40\x51\xc7\x70\x37\xcc\x3b\x3f\x65\x3b\xdd\xbf\x74\x4c\x9d\xef\x44\xae\x0f\x18\x02\x85\x4f\xd2\xa9\x84\xde\x7d\xfc\x5d\xd7\x94\x0b\x5b\xe4\x76\xff\x18\x49\x9b\xf4\x33\x23\xce\xb7\x31\x2a\xad\x86\xed\x67\xd1\x4c\x66\x17\x10\x6b\x8a\xa9\x9f\x34\x37\x25\x8f\x84\xcb\xff\xaa\xcb\x74\x56\x01\x3c\x43\x37\x34\x14\xfb\x0e\x73\xa5\xa5\x8d\x27\x4f\xc0\x7a\x69\x29\xec\xbd\x49\x96\xe9\x19\x87\x9a\x14\xff\xb5\xaa\x1e\x82\x0f\x68\xb9\xa1\xf4\xb3\x59\x82\xdc\x7b\x7c\x58\x1f\x60\xda\x9b\xbf\x99\x77\x94\xcc\x6b\xd0\x7b\xe4\x35\xb4\x8f\x25\xb0\xf5\x99\xa7\xbd\x12\x8f\x53\x3f\x92\x73\x99\x76\x70\xe9\x6a\x85\xb3\x1b\x5c\x0d\xf8\xf4\x79\xea\x11\x0e\x82\x10\xdd\xc8\x14\x47\x1d\x31\x51\xd9\x8e\x59\x85\x72\x01\xc3\x10\x05\xe9\x82\xb8\x84\x21\x1b\x10\xca\x22\xb9\x1a\xce\x49\x81\x59\xb4\x65\xe5\xdd\xb2\x5f\x03\xf0\x89\x26\x80\x6f\x68\x12\x06\x80\x92\x70\xab\x5e\xf8\x96\xa3\x3e\xa2\x01\x5e\x6d\xf5\x63\xf0\x78\x05\xb6\x34\x39\xb9\x46\x05\xdc\x9d\x3e\xc8\x99\xba\xb2\x8f\x9b\xb1\x6a\xa7\xff\x1f\x05\x55\x13\x15\x10\x72\x45\x65\x1a\xb7\x1f\x4c\x69\xa8\xdb\xe5\x4f\x58\x57\x8c\x30\x82\xd7\x88\x80\x08\x33\x26\x13\xd9\x3c\xca\x7a\x4f\x07\xda\x95\xf8\xce\x1c\x5d\x6c\x51\xac\xbd\xef\xbc\xca\x56\x61\x35\xc4\x5c\xc8\x8c\x26\x2d\xac\x61\xc4\x95\xc3\x19\xdb\x43\xe6\x6f\xf0\x75\xa1\xd6\xe3\xd3\x18\x2b\x3b\x09\xaa\xab\x72\xc5\xb3\x19\x00\xac\x68\x18\x98\x89\x2c\x21\x3c\x46\x3e\x5e\x61\x14\x9c\x02\x18\x86\x39\x16\x26\xa0\xad\xdf\xfc\xac\xc0\xee\x28\xfc\xdb\x48\x97\x87\x9f\xe2\x63\x73\x96\x08\x27\xe0\xba\xa8\x7e\x89\x78\xac\x5f\x71\xd6\xce\x0e\xb8\xf2\x85\x16\x90\x01\x55\x57\x76\x4e\xb5\x0f\xc2\x10\xaf\x09\x37\x73\x9e\xa9\x00\x44\xf0\x77\xca\x5a\x11\x26\x94\xa5\x6f\xa1\xcb\xbe\xa9\xf4\xaa\x26\xe9\x52\x0e\x07\x8c\xc7\xe9\x43\x53\xc5\x0c\xac\x7a\x4b\xa2\xc1\xd7\x8e\x7f\x6c\xbd\xd8\xa9\x6e\xe6\x47\x6c\xf4\x7d\x67\x7b\xfc\xae\xa5\x32\xa2\x14\x2e\x48\x97\x6b\xd2\xff\x17\x00\x00\xff\xff\x4e\x8b\x58\xb3\xc9\x64\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5c\x7d\x73\xdb\x36\xd2\xff\xdf\x9f\x62\x1f\x4f\x67\xdc\xce\x99\x52\x9c\xa4\x4e\x1e\x5d\xd3\x19\x59\xa2\x13\x25\x96\xa5\x88\x72\x93\xdc\xcd\x8d\x02\x91\x90\x84\x98\x04\x68\x00\xb4\xa3\xe6\xf1\x77\x7f\x06\x2f\xa4\x48\x8a\x94\xe4\x97\xb4\xbd\xe9\xfd\xd1\x73\xc4\xc5\xee\x0f\xbb\x8b\xc5\x62\xf1\x82\x62\xf2\x1b\xe6\x82\x30\xda\x02\x89\xa3\x38\x44\x12\x37\x58\x8c\xa9\x58\x90\x99\x6c\x10\xd6\xbc\x3e\xda\xbb\x24\x34\x68\xc1\xd8\x7e\xde\x0b\xd1\x14\x87\xa2\xb5\x07\x59\x8b\x16\xc4\x9c\xf9\x58\x08\x81\xf9\x35\xe6\xc7\xcf\x1d\x14\x5d\x39\xd1\x52\x5c\x85\x8e\x78\x4a\xf6\x00\xbe\xc6\x08\x89\x16\x1c\x35\x9e\x37\x8e\x5e\xec\x45\x58\x08\x34\xc7\x2d\x68\x03\xc5\x37\x70\x32\xec\x7b\x80\xe2\x38\x24\x3e\x92\x84\x51\xf8\x31\x11\x84\xce\xa1\xbf\xf4\xde\x9f\x01\xa2\x01\xb4\x9d\xfe\xfb\x9f\x60\x81\x04\x4c\x31\xa6\xe0\x73\x8c\x24\x0e\x80\x50\x58\xb2\x84\x2b\xe9\x5f\xb0\x2f\x1b\x7b\x00\xe3\x05\x86\x44\x60\x4e\x51\x84\x9b\x31\x12\xe2\x86\xf1\x00\x66\x8c\x03\xf2\x15\x42\xc5\x57\x2e\x30\xbc\xeb\xb9\xe0\x69\xb4\x30\x72\xbd\x31\x30\x0e\x6f\xfb\x1e\x10\x2a\x31\x9f\x21\x1f\x03\x11\xf0\xc3\xb7\x77\x3d\x77\xe2\xb9\xa3\xdf\xdc\xd1\xe4\xc2\x73\x47\xb7\xcd\xc2\x4f\xc3\xb6\xe7\x7d\x18\x8c\xba\xb7\x4a\xf0\xe9\x9a\x08\x03\x3f\x40\x12\x4d\x91\xc0\xb0\xff\xc3\xb7\xee\xc9\xa4\xdb\x1e\xb7\x4f\xda\x9e\x7b\xbb\xaf\x60\x6a\x3a\x9f\xe3\x00\x53\x49\x50\xa8\x44\x76\x4f\xb4\xa8\xf3\x76\xdf\x55\xe2\xba\x27\x45\x31\x6d\x6a\x7a\xa3\x1a\x2a\xad\x80\x52\x39\xf1\x71\x0d\xb7\xfe\xfb\x02\xb7\xfe\xfb\x1c\x37\x18\x86\x18\x09\xbc\x07\x30\xc5\x20\x12\x8e\x41\x32\xab\x5a\xcd\x49\x60\x9f\x63\x09\x4a\x93\x81\x42\xff\x66\x3c\x1e\x7a\x13\xcf\xed\x8c\xdc\xf1\xed\x3e\xf8\x8c\x4a\x44\x68\xda\xdb\xf4\xfb\x3b\xf7\x93\x37\x1e\x8c\xdc\xdb\x3d\x80\x19\x09\x35\x30\x03\x59\x23\xa5\x73\xc5\x57\x09\x53\xed\x31\x95\x8d\xbd\x08\x4b\xa4\xb4\xa4\x3c\x0a\x51\xca\xa4\x76\x02\xed\x60\x00\x01\x16\x3e\x27\xb1\xd4\x1e\xda\xa6\x80\xbf\xa2\x28\x0e\xb1\xf2\x19\xf0\x12\x22\x71\xc1\x71\x6e\x88\x5c\x18\xb5\x28\xaf\x41\x25\x13\x34\x34\x47\x63\xaa\x88\x71\x0c\x84\xce\x18\x8f\x4c\x53\x34\x65\x89\x84\xc4\x5a\x8f\x88\xcc\xb9\x0f\x41\x60\x0c\x0b\x29\x63\xd1\x6a\x36\xe7\x44\x2e\x92\x69\xc3\x67\x51\xf3\xcb\x94\x09\xe1\x64\x83\xa5\x99\x03\xe2\xa4\x8d\x85\x91\x49\x7c\x46\x3b\x21\x12\xa2\xa5\xff\x74\x0a\xc3\x45\x53\x14\xc6\x5c\x40\x44\x1c\xa2\xa5\xa3\x54\xdf\x82\xb7\x27\x4c\x88\x5c\x87\x8f\x1b\xcf\xb5\x9f\x86\x21\x99\x63\x2a\xd3\xb1\x07\x86\x1b\xfc\x43\x2b\xc0\x76\xf5\x1f\x56\x05\x3f\xba\xf1\x02\x47\x98\xa3\xd0\xe8\x48\x77\xe7\xa7\x75\xc9\x31\x67\xd7\x24\xc0\xdc\x29\x42\x18\xe1\x00\xde\x20\x79\x08\x3d\xea\x9b\x1e\x49\x34\x17\xa5\x61\x7f\xa8\x15\x72\xb8\x20\x41\x80\xa9\x21\xaa\x8c\x28\x53\x42\x03\x34\x0d\x71\x0b\xf6\x67\x28\x14\x78\x7f\x03\x6d\xc0\xfc\x24\xc2\xd4\xb8\x84\x93\xf0\xb0\x95\x59\xc2\x0c\xb6\x06\xc7\xc1\x02\x49\x6d\x90\x02\x71\x13\xd3\x26\xc7\x81\xb3\x40\xd2\x31\x96\x9a\xc6\x91\x23\x94\x06\x9b\x1b\x04\x86\x8c\xce\x9d\x82\xd3\x8d\xf3\xce\x00\x01\x9e\x11\x8a\x05\x70\x2c\x58\xc2\x7d\x2c\x80\x62\x1c\xe0\xc0\xea\x5b\x32\x08\xf0\x35\x0e\x59\x9c\xea\x0c\x4e\x94\x4f\x29\xfb\x0c\xad\x9d\x8c\x15\x37\x58\x50\x19\x58\xf9\x6b\xca\x34\xe7\x58\x87\x40\xa8\x1f\x26\x81\xf2\x52\x04\xd3\x84\x84\x81\x1a\x48\x33\x32\x4f\xb8\x25\xc8\x8f\x87\x00\xc7\x21\x5b\x2a\x9d\x94\xa8\x2c\xe7\x14\xa3\x1e\x32\x6a\x8c\x9a\xc8\xac\xb8\x4f\x39\xbb\xc4\xfc\x70\x15\xbf\xea\x78\xe9\x76\xda\xcb\x2c\x53\x33\x86\x70\xe6\x70\x3f\x2a\xe5\x31\x8e\xf8\xf2\x27\x10\x92\x71\x34\xc7\x7a\x78\x66\x71\x20\x8a\x12\x9a\x22\x36\x8d\xb5\x8d\x1b\x1b\xcc\x24\x92\x38\x66\x5c\x6e\xf1\x08\xcd\xe0\x3a\x9d\xdf\xec\xe4\x03\x60\x7c\x7a\xdb\x94\xa5\xa8\x44\x8c\x7c\xdc\x5a\x0d\x91\x3d\x36\x55\x13\x8d\x68\xed\x39\x90\x9f\x3a\xaf\x8f\xf6\x00\xcc\x34\xe9\x99\x78\xbc\x07\x90\x8f\x6b\x15\x91\xad\x14\xdb\xd4\xc4\x75\x83\xa7\xd6\x07\x0e\x84\xee\x15\xa8\x4e\xa6\x61\xcb\x46\xfa\x06\x0a\xe3\x05\x2a\x0d\x13\x1c\x63\x1a\x60\xea\x13\x2c\x5a\x70\xf0\xef\x6f\xfb\x0a\xfd\x7e\x4b\x85\xed\xf6\x70\x78\xd6\xeb\xb4\xc7\xbd\xc1\xf9\x44\xcf\x03\xa6\x97\xfb\xa9\x0f\x00\xec\x2b\xe4\x8a\xd8\x62\xdf\xbf\x3d\xdc\xcc\x40\xa9\x4a\xfa\xf1\xfe\x61\x45\xd3\xff\x1c\x68\xbe\xab\x24\xa1\xe4\xc1\x2d\xa8\xe0\xa8\xc9\x8c\x59\xaa\xbf\x8a\x18\xfb\x86\x99\xd2\x88\xe5\xeb\xe8\x7f\xb4\xe0\xe5\x93\x97\x4f\xd2\xf1\x87\xf8\x1c\xcb\x61\xf1\x67\x81\x43\xec\x4b\xc6\x57\x7a\x4f\x3d\xb9\xa3\x1d\xb9\x5a\xe8\x1f\x63\x61\xf1\x37\x34\xb1\x19\xf8\xce\x7d\x2c\xfd\xfc\xf9\xb3\x2a\x4b\xa7\x3f\xff\x85\x2c\x9d\xc5\xcd\xcc\xdc\x2b\x43\x3f\xe6\xe0\x30\xa6\xde\xa6\xb8\x67\xcf\x9e\x1c\x57\x28\x2e\xfb\xf9\x5e\x8a\xb3\xa2\xbf\x8b\xfa\xcc\xf4\x73\x20\x60\x10\x63\xfa\x81\x70\xfc\xbd\xd4\x67\x1d\x7d\x9b\x02\x8f\x8f\x8e\x8f\xaa\x34\xb8\xfa\xfd\x7e\x2a\x44\xd1\xd5\xe3\x2b\xd0\x33\xb3\xa3\x00\xca\x02\x0c\x01\x11\x3e\xbb\xc6\x7c\x99\xce\xf0\x0b\xc8\xd2\xde\xea\xc0\x73\x99\x4c\x31\xa7\x58\xa5\xaf\x84\x35\x25\x0b\x31\x47\x12\x3b\x09\xe5\x18\x05\x4b\x07\xd3\x20\x66\x84\x4a\xd1\x82\x7d\xc9\x13\x9b\xc0\x3d\xba\x55\x14\xd2\x82\x59\xfc\x30\x11\x12\xf3\xde\xb0\x05\xe7\x8c\xe2\x75\x53\x19\x7e\xb6\x5d\xfa\xf5\x0f\xb7\x1d\x09\xaa\xc9\x55\xb8\xcf\x4c\x3b\x62\x89\xbc\xbb\x61\x75\x2b\xb3\x9a\x5d\xe9\x37\xcd\x15\x52\x1b\x7e\xdf\xf9\x77\xc1\x84\x54\x54\x6f\x06\xde\x58\x7d\x9d\xa8\x65\x9f\x61\x20\x59\x2a\xaf\x9e\xd5\x1d\xf5\x25\xbe\xa3\xc2\xc4\x23\x69\x6c\xc7\xe9\xac\x52\x71\x9e\xd5\xdc\x4a\xb0\xc4\x3c\x22\xd4\x0a\x8e\x91\x10\x72\xc1\x59\x32\x5f\x54\x6a\x78\x83\xe8\xda\xa0\xd2\x8b\xd0\x1c\x7b\x92\x63\x14\xad\xa9\xf3\x51\xbd\xa6\x16\xc1\x89\x5a\xb6\x98\x81\xb5\x8b\x41\xb3\x15\x40\x45\x56\x74\x83\x88\x74\x66\x8c\x3b\x3a\x32\x7d\xb7\x78\x54\x30\x24\x4b\x64\x9c\xc8\x0c\x5d\x66\x92\x0a\x05\x8f\xd1\x3c\xfb\x58\xcb\xbc\xa5\x0b\x05\xd2\x04\x22\xbd\xa8\x4c\x39\xea\x12\xc9\x57\xd9\x25\x5c\x35\xec\x0c\xce\xc7\xee\xc7\xf1\xa4\xdb\x1b\xdd\x5a\x82\x39\x91\x2b\xe9\x1c\xcf\x14\x99\x37\xb8\x18\x75\xdc\xc9\xc8\x1d\x0e\xbc\xde\x78\x30\xfa\x34\x19\xb9\xa7\xb7\x19\x55\xc2\x49\x35\xd5\xc5\xe8\x2c\xa5\x92\xcb\x18\xb7\xe0\x35\xb1\x98\xa4\x8a\xfe\xf3\x65\x2a\xc9\x60\xf4\x4a\xbf\x02\x60\x7a\xbd\xfa\x47\x1a\x8c\xdf\xf5\xdc\x89\x02\xde\xee\x9d\xbb\xa3\x49\xd7\x1d\x9e\x0d\x3e\xf5\xdd\xf3\x71\x46\x08\x70\x8d\xc2\x44\x6b\xa6\x8e\xf6\x76\x8d\x6b\xbf\xfd\x9b\x7b\x3e\xe9\xf7\x46\xa3\xc1\x48\x01\xaf\xe2\x56\xa6\x59\xe7\xd2\x1e\x8d\x7b\xa7\xed\x8e\xd6\x68\x15\x87\xfc\xf7\x55\xeb\x19\xe3\x3e\x1e\x26\x61\xd8\x02\xe5\x6c\xab\xdf\x39\x8b\x5a\x39\x36\x1b\x9d\x21\x75\x07\x53\x99\x28\x2f\x45\x33\x17\x6f\x1d\x35\x8e\x4b\x6d\xec\x92\xf4\x87\x6f\xbd\x7e\xfb\xb5\x3b\xf1\xc6\x23\xb7\xdd\xd7\x8e\xe4\x0d\xdb\x1d\xb7\x68\x42\x4f\x9b\xca\x84\x0e\x4e\xe6\x73\xcc\xb3\xb9\xd2\x14\xb2\x56\x80\x4d\xb5\x4f\x31\x7e\xdd\x1b\xbf\xb9\x38\x99\x7c\x70\x4f\xde\x0c\x06\xef\xd2\x82\x5f\xd9\x35\xde\x24\xd3\x94\x13\xa6\x98\x13\xbf\x92\x95\x7b\xee\x8e\x7a\x9d\xcd\xbc\x4c\x73\xcb\x8c\x28\x7d\x75\x16\x88\xce\x71\x0b\xbe\x15\x29\x7b\xab\x6f\x96\xda\xfc\x6e\x42\x89\xfd\x50\x1b\x75\xba\xa5\x39\xfd\xaf\x15\x7a\xb2\x14\xec\xa1\xd1\x89\x63\x2d\x4d\xb4\xe0\xe8\x01\x4b\xa2\xaa\x71\x6f\x94\x3d\xc2\xa6\x44\xbc\x97\xd7\x4f\x4a\x52\x54\xe8\xba\x2a\xee\xa0\x8e\xbb\x61\xdd\xa6\x1f\xdd\x9f\x4c\x47\x60\x63\x2b\x22\x34\x1b\x11\xc6\xa1\x0a\x31\xec\x4e\x51\xec\x4e\x71\xac\xc8\x39\xdd\x4e\x18\x0d\xc6\x83\xce\xe0\xac\x9e\x69\x89\x70\x1b\xbf\xc1\x68\x03\xc0\x1c\xd1\x16\x3e\x17\x9e\x3b\xda\xca\x47\x6f\x8f\x6c\xc1\x63\x77\x1e\xb6\x63\x4a\xb7\x28\x36\xf3\xeb\x0e\xfa\xed\xde\xf9\x56\x6e\x86\x6c\x0b\xaf\xb7\x7d\x6f\xf2\xfe\xc2\xbd\x70\xbd\xc9\xc8\x7d\x7f\xe1\x7a\xdb\x35\xb7\xde\xe4\x2e\x32\xbc\xe1\xe0\xdc\x73\xef\x26\xc4\xb4\xd9\x22\xc5\xfd\xe8\x76\x2e\xc6\x83\x5c\xd3\xad\x42\xd6\x9b\x54\xc9\xe8\xbf\xd7\xf4\xbd\x8e\x3b\x19\x8e\xdc\xd3\xde\xc7\x49\xbf\x3d\x1c\xf6\xce\x5f\x57\xf3\xaf\x5c\x2e\xbd\xca\x36\x26\x4a\x9c\xdf\x9e\x77\x7b\xd5\x7c\xec\xc7\x1a\x44\xe9\xe6\x56\x6d\xdb\x6c\xf7\xab\xba\xfd\x66\x9f\xcc\x6f\x97\xd5\xb4\xdf\x30\x66\x4d\x55\xa1\xa2\x91\x31\x68\xad\x48\xf3\xb9\x46\xe0\x78\x30\xec\x75\xea\xdb\x9a\xcf\xdb\x06\xa2\x3b\xf2\x7a\xde\xd8\x3d\xef\xb8\x93\x6e\xaf\x7d\xe6\x76\x76\x88\x13\xeb\x6d\xaa\xa4\x74\x4f\x1e\xe8\x24\xba\xa4\xf4\xaa\x7b\x52\xcd\xbb\xde\x4d\xec\xc7\x1a\x4c\x9b\xdd\x24\xbf\xe5\x5a\xdd\x7e\xb3\x9b\xe4\xf7\x68\xab\xdb\xa7\xbb\xbe\xb5\xed\xb3\x6d\xe1\x8a\xf6\xe3\x8f\xd9\xe7\xef\xa2\xd4\x7e\xef\x7c\x32\x1c\x0c\xce\x26\x5e\xef\x5f\xf5\x08\x0b\x54\x35\xdd\xec\xb7\x3f\xee\xc2\x29\x4f\x55\xc3\x69\xfc\x71\xd2\xf3\x06\x67\xba\x13\xb5\x8c\xf2\x44\x55\x7c\x8a\x1b\xd2\xa5\x2c\x3f\x63\xd5\xc4\xd2\x6f\x16\x32\x70\xc7\x24\xb0\xce\x35\x0b\x93\x08\x6f\x65\x5c\x8d\x6f\x7d\x37\xbc\x9a\x4b\xbd\x5b\xae\xbe\xd7\xb7\xde\xec\x98\x45\x9a\x3c\x17\x9d\x66\x6f\x4b\xbf\x34\x91\x5a\xe9\x0c\x59\x48\xfc\x65\x0b\xda\xe1\x0d\x5a\x8a\x1c\x45\x48\xae\x31\xc5\x42\x0c\x39\x9b\xe2\x56\x01\x04\xfe\x9a\xcf\xb6\xcc\xff\x7c\x16\x45\x88\x06\xe5\x9f\x1d\x68\x4e\x09\x6d\x4e\x51\x56\xb7\x5b\x7d\x71\xfc\x75\x62\x16\xcb\x26\x46\xb1\x6e\x54\x40\xd0\x28\x31\x20\x94\x48\x82\xc2\x2e\x0e\xd1\xd2\xc3\x3e\xa3\x81\x68\xc1\xf1\x93\xb5\x55\xd8\x66\x35\xe4\x4a\x8c\x29\x84\x2c\x79\xb4\xfb\x0f\x2f\x5e\xbc\x2c\x08\xb6\x8b\x3b\x16\xb2\x4b\x82\x0a\x5f\x62\xce\x24\xf3\x59\xd8\x82\x71\x67\xb8\x91\xe7\x6a\x53\x2b\xcf\xd3\x16\x11\xef\xc3\x70\xb5\x77\x52\x66\x28\x76\xe2\xa8\xd6\x39\xe4\xcf\xb5\x76\x11\x42\xd1\xdc\xd9\x8e\x7c\x51\x60\x48\x22\x22\x45\x19\x44\x84\x23\xc6\x97\x7a\xd2\x74\xfb\x83\xd1\xa7\xc9\x59\xaf\xdf\x2b\xcc\x68\x66\xf0\xf7\x59\x42\xcb\xc6\x8f\xd4\x6f\x43\x24\x17\x77\x8a\x1d\x95\xdb\xce\xce\x25\x5e\x0a\xc9\x38\xae\xa2\x57\x9d\x1d\xd0\x70\x59\xaa\x33\xe4\x0a\x84\xaf\x39\xf2\xf1\x10\x73\xc2\x82\x2a\xf7\x36\x3c\xc5\x7a\x51\x66\x57\x0c\x76\x21\x5f\x40\x65\x7e\x3b\xb7\xe3\xa6\x70\x26\xa8\xb2\xce\x90\x5b\xd0\x0f\x11\x47\x51\x0e\x0e\x4a\x24\x8b\x90\x24\x7e\xa9\x87\x99\xe3\x2a\x29\x05\xf8\x9b\x06\xea\xd6\xfa\xcb\x1d\x86\xfd\xdf\xbd\xde\x90\x6d\x2a\xde\x6d\xe3\xf1\x51\x6a\x0f\x39\xd9\xff\x25\x15\x88\x1c\xe2\xdd\x34\x06\x0f\xab\x46\xf4\x3f\x79\xef\xcf\x36\x2c\xcb\xb7\xe4\xb3\xa6\xf9\x83\x52\x5a\xc3\xe2\x41\x59\xad\x61\x71\x36\xf8\xe0\x8e\x26\x1d\x95\xda\x8e\xdb\x27\x67\xae\x29\x64\xd6\x2c\x6f\x36\xb4\xa8\x97\xa0\xb2\xcd\xce\xe0\xfc\xdc\xed\x28\x43\x6c\x64\x5d\x22\xad\xe7\x79\x3a\xd6\xe9\xb0\xd2\xce\xe4\xcc\xad\x49\x50\x2b\x49\x37\xf3\x6c\x7f\xdc\x99\x67\x8e\xb4\x9e\x67\xbb\x37\xd8\xc4\xa7\xdd\x1b\x54\xe4\x84\x45\x67\x7e\x60\x16\x58\x99\x81\x3d\x2b\x26\x36\xd2\x8f\x3d\xe6\x5f\x96\x27\x1a\x58\x3f\xba\x60\xe9\x49\x84\x59\x22\x33\x76\x47\xbb\x04\x76\xa7\xdc\xad\xed\x59\xdd\x9a\xe0\x3f\x26\x31\xaa\x4a\x8b\xc8\x2e\x99\x92\x1d\xd7\x1f\xba\xaf\xf6\x7f\x28\x8e\xf1\x7d\x63\x54\x70\x16\x70\xf4\xf4\x45\xe3\x49\xe3\x49\xe3\x08\x9c\x04\x7e\x58\x45\x12\x70\xba\xe9\x3f\x2b\x87\xb5\x16\x81\xe1\xc0\x73\xd5\xd2\x1f\x8e\x0e\xb6\x9b\xf9\xe7\x9d\xad\xb6\x5b\xae\x75\x8d\x78\x33\x24\xd3\xa6\xee\x4b\x53\x05\xf9\x8a\xf4\xaa\xca\xf4\x05\xd2\x07\xa5\x4f\x38\x8a\xe5\xb2\x4b\x78\xd1\x74\x11\x0e\x48\x12\xb5\x60\x7f\x7f\x27\x4f\xcc\xe0\xfc\xd1\xa9\x52\x69\x0c\xdc\x6b\xc3\x4a\xb3\x68\xa5\x11\xa4\xb0\x07\x35\x6e\xbf\xbe\x2d\xd1\xdf\x69\xb3\xea\x6f\x9c\x6e\xa1\xe8\x6a\x4b\xb2\x65\x28\x1e\x3b\xd5\x4a\xe5\xfe\xb7\x24\x5a\x29\xde\x5d\x74\x05\x0f\x4b\xb2\xda\xb6\x78\x5c\x33\x81\x6e\xae\x2c\xb7\x1f\x5a\x5a\x56\x0c\xc6\xa3\xf6\xb9\x37\x1c\x8c\xc6\xf5\xe5\xde\x4d\x3b\x41\x8a\x45\xdf\xf5\xde\x4c\xba\x3d\xaf\x33\xf8\xcd\x1d\x7d\x9a\x8c\x3f\x0d\x6b\x92\xb5\x1a\xe2\x8d\x7c\xd3\x42\x6f\x7d\x05\x6b\xe3\xb9\xae\x9d\xf8\xea\x30\xb1\xce\xfc\xb4\x14\xba\xd4\xff\x66\x04\x87\xc1\x08\xcf\xca\xbf\xdb\x2f\x66\x12\x49\xbd\xb6\x91\x45\xa7\x1a\x24\xde\x78\x30\x52\x21\xeb\xc2\x53\xff\xd5\xd5\x81\x7a\xcd\x55\x10\x57\x24\x56\x66\xaf\x5f\x69\xe0\xf8\xd9\x9d\xf2\xab\x5d\x3c\x1d\xfe\xb4\x42\xd5\xcf\xc7\x2f\x9e\x56\xf0\x44\xd1\xd5\x3d\x0b\x55\x3f\x1f\xbf\x38\xaa\x61\xe8\x08\x11\xde\x8f\xe9\xd1\xcb\x97\x55\xd5\xaf\xe8\x4a\xca\xfb\x31\x3c\x3e\x3a\x3e\xaa\xe2\x28\x24\x8b\xee\xd9\x71\xc5\xb2\x4a\x95\x9a\xe5\xfd\xbb\x9e\x3f\xfe\x98\x67\x5b\xdc\x9f\xba\x23\xc3\x17\xd5\x0c\x77\x46\xf9\x27\x16\x13\x51\x74\xb5\xa5\x98\xb8\x5b\x8e\xf8\x87\xa7\x6f\xf9\xd1\xfe\x80\xd3\x46\x26\x02\xb5\x8e\x1a\xcf\xbf\x7b\xb6\x16\x2b\x3d\x60\xa9\x95\xe4\x14\x4f\x66\x1e\x8c\xed\x2d\xcc\x4e\xaa\x83\xfa\x1b\x46\x84\xda\x13\xcb\xad\x95\xc6\x7a\xc1\xab\x39\x67\x49\xdc\x0b\x5a\x88\x4b\x32\x43\xbe\xec\x05\x2d\x7b\xd9\xe7\xff\xfc\xa7\xaf\xe6\x4f\x5b\xe8\x69\xeb\xfa\xa9\x5a\xa9\xd8\xdb\x6c\xe7\xe9\x4e\x68\x4e\xe8\x2a\x6f\xcc\x6e\x06\x6d\x38\xed\x61\xc3\x7e\xb1\x80\x1a\x92\x29\x47\x7c\xf9\x8a\xf1\x79\x2e\x87\xbc\x4a\x88\x7f\x29\x24\x52\x31\xb9\x92\x5e\x59\xa0\xf1\xa4\x71\x4a\x28\x0a\xcb\xda\x51\xca\x49\x87\x0e\x48\x66\x6f\x96\x56\xde\x5c\xcd\xae\xac\x36\xaa\x3a\x6a\x29\x87\x96\x57\xa1\x8f\xeb\xe7\x4e\x6c\xf7\xcc\x9e\x40\x15\x24\xc6\xe5\xa3\xc0\x61\x5c\x56\x42\x31\x47\x56\x2c\x8c\xfd\x97\xcf\x9f\x3f\xdb\xaf\xc2\x91\x08\xcc\x75\xeb\x2d\x60\xca\xb7\x7a\x37\x61\xba\xb0\xb7\x86\xab\x70\xd9\x44\xd0\xe2\xba\x24\xd8\xde\xdc\xac\x52\x51\x7a\xe7\xf8\x8e\xc8\xa0\x9f\x08\x09\x53\x33\x98\x02\x32\x9b\x61\xae\x06\x82\x5c\x20\x9a\x5d\x68\xfe\x27\x44\x8a\x88\x32\x45\x08\x9c\x31\x79\x08\x28\x88\x08\x3d\x54\xfc\xf4\x5f\x44\xa7\xf2\x8c\x5b\x52\x3b\x5c\xcc\x02\x48\x42\x88\x91\x90\xf0\x12\xfc\x05\xe2\xc8\x57\xe3\xf2\x10\x8e\x40\xaf\x7e\xa6\x58\x12\x7f\xf5\xe1\x47\xf1\x93\xfa\x14\x90\x39\x91\xfa\x6f\x44\x03\x38\x02\xca\xa8\xa3\xc9\x69\x12\x65\xa7\xf6\xc4\x32\x9a\xb2\xf0\x47\xf1\xd3\x46\x93\x5b\xbd\xec\xd9\xd8\x05\x07\xff\x46\xce\xef\x6d\xe7\x5f\xff\xf9\x76\x7c\xfb\xef\x27\xce\xff\xfe\xe7\xdb\xd1\xed\xff\xa8\xc1\xaa\xcf\x13\xea\x5b\xe5\xf8\x6b\xcc\xb1\x50\x03\xba\xd2\x59\xd2\x04\xbb\x64\x85\xb7\xed\xb6\x07\x67\x6c\x4e\x68\xc7\x9c\x9f\x85\x80\x45\x88\x50\xa5\x4b\x09\x62\x81\xc2\x50\xa9\x4f\xdf\x4b\x56\x46\x4a\xe4\x02\x53\xa9\xd6\x29\xc6\xb1\x04\xdc\x2c\xec\x05\x56\x73\x1b\xf1\x6d\xdf\xdb\xd4\xb3\xae\xe6\x5e\x85\x30\x3b\xa1\x64\x1d\x87\xc9\xc5\xba\xd3\xbc\x3d\xef\xf6\x8c\x2f\xb3\x19\x70\x7c\x95\x60\x21\xe1\x2a\xc1\x89\x39\xb7\xbe\x45\xb8\x72\xa2\xf7\x8a\x58\xc0\xc8\xb4\xad\x02\x52\x79\xbc\xc9\x82\xd2\xa2\x9a\xef\x7a\x6e\xc3\x10\x37\x52\x8a\xcd\x38\x45\xcc\xa8\xc0\xf7\x04\x6a\x1a\x6f\x45\x9a\x1d\x92\xaa\x87\x6a\x49\x36\x61\x55\xe9\x44\x22\x19\xdf\x1d\xab\x9b\xb6\xc8\x40\x57\x41\xad\x3c\x69\x55\x87\x34\x25\x2e\x23\x7d\x43\xa6\x6a\x6c\x4b\x0c\xb1\x9a\xba\x84\xc4\xd4\xc7\x10\x10\x14\xda\x07\x0d\x6a\xc7\x53\x8e\xbc\x6b\xc8\x2b\x07\x49\xe5\x59\x9f\xd4\x1f\xf9\xbc\xb1\x48\x01\x34\x52\xa1\xfa\x2e\xef\xcf\x29\xcf\x8a\x10\xa7\x15\x9b\x3e\x42\x90\x5b\xe3\xaf\xc1\x6d\xe7\xae\x22\x9f\xe7\x43\x6b\x39\xb7\xd9\x03\xed\xf9\x84\xe3\x20\xcb\x90\x56\xc1\xd6\x41\x71\xbc\x96\x3e\x74\x12\x95\x16\xeb\x5b\x15\x19\x9e\xfc\x35\x18\xe0\x2c\x91\xb8\x01\x70\x86\xd1\x35\x86\x69\x88\xe8\xa5\x26\x0a\xf0\x0c\x25\xa1\xcc\x5a\x9a\x4b\x92\xb8\x31\x6f\xb4\xe0\x97\xfc\x1d\x7e\xf5\xf1\x57\xe7\x17\xfb\xb8\xc4\xaf\x8d\x5f\x6c\x4b\xc7\x84\x13\x47\x24\xb3\x19\xf9\xfa\xeb\x5a\x7e\x91\x22\x53\x60\xcc\xfd\x93\x37\x56\x54\xd6\xff\xc2\x1d\x90\x9d\xbb\x26\x76\xed\x9b\xee\x51\xd6\x3f\xdb\x37\x7b\x57\xe4\xb1\xbb\x28\x76\xea\xa3\x57\xee\xe4\x6b\x22\xed\x45\x02\xb8\x18\xf5\xca\x37\x74\xca\xf2\x14\xf5\x08\xc7\x4c\x10\xc9\xf8\x12\xcc\x89\x7f\x23\xa6\xf2\x22\xc3\x06\x7f\xda\xe1\x21\x87\xec\x2f\x27\x97\xc3\x55\x75\x60\xca\x11\xf5\x17\x4d\x89\xe6\xc0\xb1\x9e\xb0\x75\x3d\xa1\x02\xfa\xea\x63\x1d\xea\x91\x7b\x9a\xcb\x7c\x8e\x1a\xcf\xd7\x12\x9f\x21\x92\x0b\xfd\x7a\x03\xa1\x9a\xab\xb5\x9a\x9a\xc3\xf4\x43\x00\xff\x34\xe5\x69\xad\x4b\x95\x1b\x64\x04\x01\xe1\xba\x36\xb8\x5c\x1b\xa0\xe9\x04\xd9\x4d\x29\x32\x80\xb9\xcb\x26\x35\x69\x6f\xd3\xa6\xb1\x65\x98\xdd\xf4\xe2\xeb\x2a\x08\xeb\xa9\x76\xba\x2c\x3c\x4d\x20\x99\x3e\xb1\x11\x5e\x9b\xc7\x46\x02\x24\x91\xf1\x07\xe3\xaf\xda\x85\xbf\xa0\x6b\xd4\x32\xe6\x69\xae\x08\x44\xd3\x35\x8f\x80\x74\xbd\x72\x7f\x8a\xb2\x0b\x21\x67\x75\x7a\xd0\x76\x46\x33\xdf\xc4\xbb\xae\x5f\xd6\xcb\xab\x05\x97\x65\xe6\x36\x53\xea\x3c\x52\xd9\xaa\x7e\x02\x53\xd6\xf4\x19\xa5\xd8\x37\x8f\x2d\x20\x6d\xa7\x2a\x95\x0a\xfd\x7e\x8b\x21\x05\xc9\xcc\x1a\x35\xbb\x4a\x6b\xd4\x6a\x55\xfa\x36\x12\x1f\xdb\xe5\x3e\xa8\xc9\xae\xb3\x92\x74\x6a\x25\xad\xab\x72\x75\x5e\x37\xaf\x4a\xcb\xb4\x1c\xcc\x4e\xb4\xf4\x6c\x31\x93\x82\xd4\xab\x3b\xfd\xb6\x8a\x5a\x23\x4a\xd3\x19\xbd\xc8\x17\x0d\x68\x87\x21\xbb\xc1\x81\x61\x6f\x2a\x61\x88\xe3\x16\x7c\x56\x23\xf3\x86\x70\xfc\xf9\x10\x3e\xa3\xe8\x2a\x56\xff\xaf\xab\x23\x9f\x75\x7e\xfa\x39\xba\x92\xf2\x73\x03\x06\x34\x5c\xe6\x88\x81\x08\xb0\x0f\x46\x18\x39\x6e\x7b\xd8\x58\x8b\x69\xfa\x0d\x8c\x74\x9d\x24\xf2\x9d\x5d\x5f\x20\xa5\xac\xcb\xbd\xd5\xb9\x82\x59\x4b\xd7\x74\x6d\xbc\xc0\x69\xd6\x24\xe0\x86\x98\x54\x34\x2b\x0f\xa0\x30\x5c\xea\xee\xa6\x2f\x1c\xa9\x4c\x34\x67\x44\x30\xb1\x48\x69\x48\xb0\x43\xf5\x61\x99\x31\x89\x50\x80\xd3\x17\x88\xa6\x21\x06\x24\x8c\xe9\xb2\x73\x51\x9a\x31\xa1\xba\xf7\xe5\xce\x9b\xcc\x2c\xdf\xe9\xec\x90\xb2\xed\xf2\x7a\x82\x78\x58\x91\x88\x1d\xee\x90\xf2\x8c\x59\x4c\xfc\x1d\x94\x24\x15\xdd\x5f\x49\x49\x1a\x78\x41\x49\xf6\x34\x76\x5d\x8e\xc4\x66\xf9\x87\x94\x4a\x0f\x26\xa5\xc7\xae\xf4\x2b\x49\x65\x51\x36\xc9\x7b\x97\xd2\x78\x86\x45\x61\x18\xe6\xcf\x5e\xd5\x95\x26\x50\x1c\xdb\x13\x69\xdb\x40\x16\xe0\xa4\xd3\xcc\x0a\xfd\x36\x80\xa7\x24\xc4\x74\x1d\x5d\xee\x8c\x6c\x9a\xcf\xd9\x16\x8d\x2f\x97\x95\x25\x06\x8d\x09\x09\xc1\x7c\x62\x8c\x4b\xe4\xc2\xe2\xd0\x12\x7d\xcc\x25\x99\xe9\xd5\x5a\x0d\xa6\xce\x8a\xa2\x4a\x61\x36\xdf\x4c\x43\x97\x9a\x00\x36\xae\xe3\xd3\x44\x37\x53\x90\x8a\x34\xdb\x51\x64\x9a\xc9\x2d\x7c\x6b\x4e\xee\x5a\x28\xd1\x32\x15\xa1\x64\xd7\x4e\x3f\x59\xed\xa3\x76\x0e\xca\x55\x32\xcc\x52\x5b\x35\xb1\xab\x6d\xbd\xd0\x7e\x76\xbb\x6d\x99\x5d\x3c\x33\x5f\x9a\xb9\x36\x22\x8b\x57\xdd\xad\x46\x57\x5b\x08\xd0\xd0\x5e\xde\x6e\x2d\x01\x14\xcf\xe3\x6f\xc6\xe6\x61\x29\xe0\x2b\x72\x62\xc6\xc2\x66\x44\xa8\xfe\xc3\x11\xe4\xf7\xd5\x02\x26\x9b\x8c\x82\x5c\x12\xb2\x36\xf6\xbb\xd9\x27\xe8\x13\x4a\xa2\x24\x82\x21\x63\x21\x78\xe4\xf7\xc2\x7c\x5f\x3c\x4c\xbf\x11\x0d\xfa\xfa\x28\x68\xd0\xd7\x0d\x68\x0a\x07\xf2\xab\xd0\x48\x8e\xa8\x40\x7a\xc6\x77\x88\x60\xe1\xea\x49\xa7\x7b\xa1\x19\xaf\xd8\x41\x2f\x65\x97\x47\x54\x38\xd8\x5f\x05\x68\xc1\x6e\xb4\x68\x89\x54\x7c\xd6\xb3\x84\x9a\xfc\xf5\xcb\x51\x38\x30\x83\x8f\x45\x31\xe2\x38\x58\x03\x62\xde\x3a\x3b\x63\x37\x2a\x0a\x28\x5f\x1b\x6b\x26\xba\xb8\xbe\x0a\xdb\x9b\x0e\x9e\x55\x04\x82\xc8\x2a\x38\xc6\x3c\x22\x52\x85\x24\x9a\x44\x53\xcc\x55\xe0\x14\x24\x4a\x42\x89\x28\x66\x89\x00\x3f\x24\xb6\x74\x6d\x53\x28\x51\x03\x30\x35\xd9\x8a\x4f\xae\x4d\x09\x67\xf9\xf8\x5a\x15\x40\xeb\x8f\x21\xa6\x73\xb9\x48\xe3\x79\x5a\x83\x9c\x62\xfb\x64\x98\x79\x2f\x11\xc1\xe9\xc5\xd9\x99\x4a\xed\x81\xd0\x00\x7f\xad\x81\x78\x9a\x84\xe1\x58\xad\x0c\x52\x67\xff\xa0\xd8\x9d\x69\x09\x25\x84\xe5\xc3\x70\x1b\x54\xf8\x7d\x10\x5a\xe6\x9b\x11\xe6\x8f\xd6\x95\x10\xaa\x45\x10\xd7\x99\xe9\x42\x21\xa1\x2c\x98\x4e\x12\x81\x27\x14\x49\x72\x8d\x27\x88\x30\x10\x58\x4a\x35\x6f\xeb\x48\x0d\xc4\xe0\x37\xdf\x21\x3d\x64\x47\x84\xc9\x3f\xd6\xcb\x20\x06\xb0\xa1\x2b\x1f\xcf\x2b\x61\xb9\xc8\x0a\xdb\xfa\xc5\x44\x89\x68\x80\x78\x90\x26\x36\x2a\xc0\x36\xa0\x27\x95\xac\x34\xee\x15\x16\x08\x2a\xb5\x28\x27\xfe\x0d\xe8\xcd\x20\xc4\x33\x69\x96\x87\x87\x40\x64\x96\x0e\xa5\x71\x76\x7d\x28\xe9\x6c\xf8\x11\x26\x92\xfc\x1d\xbd\xb5\xf5\x6c\x6e\x86\xfd\xb3\xbb\xfa\xe0\x59\x29\x7f\xe2\xa3\x62\x08\xac\x1e\xe1\x41\xfa\xc9\x3f\xb9\x8c\xf5\xe6\x45\x22\x8c\xa9\xd3\xef\xaa\x5f\xfa\x89\x9e\xec\x91\x9d\x06\xc0\x41\x40\x85\x39\x70\xa7\x7b\xa3\xda\x0c\x62\x4c\xbd\x05\x99\xc9\x03\x01\xdd\x73\x2f\xab\x0c\xe5\x96\xd5\x05\x0e\x97\xc9\x14\x1f\xac\x9a\xbf\xcb\x5e\xf8\xd1\x6c\xf5\x96\x44\x7b\xd8\xcb\x37\x4f\x39\xe6\xd9\xf4\x66\xb6\x24\x6e\xf9\xa5\x79\x99\xa2\x43\xbe\xcf\x12\x2a\x55\x6f\x32\xb3\xc4\x2c\x30\xfb\x10\x0b\x64\xd7\xf9\x07\xd7\x04\xdf\x1c\x00\x67\x21\x3e\x84\x9b\x05\xf1\x17\xe0\x23\xaa\xf3\xfb\x40\x05\x80\x6b\x82\xe0\x80\xf9\x10\xeb\xc3\x10\xea\x47\x47\xd1\x3a\x92\x39\xca\x25\x34\x67\xc5\x02\xc4\x52\x48\x1c\xb5\xac\x74\x2b\xbc\xf5\x4b\xb6\x8f\xf9\x6b\xcb\xd6\xb2\x0e\xd4\xfa\x80\x63\xc8\x7d\x52\x4e\x25\xcd\x0e\xdb\x17\x53\x37\xcd\x6d\x80\x56\xfb\x47\x5f\xd9\xa4\x9b\x19\x71\xbc\x8c\x73\xd5\xcc\xda\x93\x36\x36\xb3\x0b\x68\x65\x8a\x69\xde\x6f\xb5\x2f\x22\x26\x42\xfd\x57\xdf\x56\xa9\x04\xe0\x59\xba\x33\x4b\xb1\xed\xa8\x8a\x15\x7d\xf4\xe4\x09\xcc\xa7\x15\xc5\xab\x37\xc9\x34\xdd\xc1\xae\x49\xf1\x5f\xeb\x0a\x19\x7c\xc0\xd3\x05\x63\x97\x76\x09\x72\xef\xf1\x51\xf9\xaa\xc4\xd6\xfc\xcd\x3e\x0e\x61\x5f\xba\xdc\x82\xd7\xd2\x3e\x16\xe0\xca\xb7\x2b\xb6\x22\x3e\x4f\xfd\x48\xcd\x65\xc6\xc1\x95\xab\xe5\x76\xe6\x85\x1e\xf0\xe9\xd3\x9b\x7d\x12\x04\x21\xbe\x51\x29\x8e\x3e\x40\xa0\xb3\x1d\xbb\x0a\x15\x12\x85\x21\x0e\xd2\x05\x71\x81\x87\x6a\x40\x19\x8f\xd4\x6a\x78\x45\x0a\x76\xd1\x96\x95\x30\x8b\x7e\x0d\xf0\x89\x25\x20\x16\x2c\x09\x03\x60\x34\x5c\xea\xd7\x4b\xd5\xa8\x8f\x58\x40\x66\x4b\xf3\xf2\x2d\x99\xc1\x92\x25\x07\xd7\x38\xc7\x77\xad\x0f\x6a\xa6\x2e\xed\x55\x66\xa2\x9a\xb9\x07\x99\x0b\x26\xca\x71\x58\x29\x2a\xd3\x78\xf5\xb1\x83\x0d\x95\xb3\xd5\xbb\x9c\x25\x23\xf4\xd1\x35\xa6\x10\x11\xce\x55\x22\xbb\x8a\xb2\xde\xd3\x9e\x71\x25\xb1\x36\x47\xe7\x5b\xe4\xeb\xcb\x6b\x4f\xcd\x94\x44\x9d\x11\x21\x55\x46\x93\x16\x59\x09\x16\xda\xe1\xac\xed\x11\xf7\x17\xe4\x3a\x57\xeb\xf1\x59\x4c\xb4\x9d\x24\x33\x85\xcf\xfc\xf9\x03\x80\x19\x0b\x03\x3b\x91\x25\x54\xc4\xd8\x27\x33\x82\x83\x43\x40\x61\xb8\xe2\x45\x28\x34\xcd\x43\x66\x25\xb6\x6b\x0a\xff\x3e\xe8\x56\xe1\x27\xff\x82\x4e\x45\x84\x93\x68\x9e\x57\xbf\xe2\xb8\x6f\x9e\xa6\x34\xce\x0e\x42\xfb\x42\x03\x54\x40\x35\x95\x9d\x43\xe3\x83\x28\x24\x73\x2a\xec\x9c\x67\x2b\x00\x11\xfa\xc2\x78\x23\x22\x94\xf1\xf4\x55\x57\xd5\x37\x9d\x5e\xd5\x24\x5d\xda\xe1\xc0\x7a\x9c\x39\x12\x93\xcf\xc0\xca\xe7\x97\x37\xf8\xda\xfe\xcf\x8d\x17\x6b\x25\xf9\xd5\x31\x12\x73\xa1\xb0\x3a\x7e\xd7\x52\x59\x28\xb9\x1b\x88\xb9\xc0\xfd\x9a\xec\xfd\x7f\x00\x00\x00\xff\xff\x54\xf6\x33\xac\x9e\x5d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5c\x79\x73\x1b\x37\xb2\xff\x5f\x9f\xa2\x9f\x2a\x55\x4a\x6a\x35\xa4\xe5\x38\xb6\x97\x9b\xe4\x15\x45\x8e\x6d\xda\xe2\x61\x0e\x95\xd8\xbb\xb5\xc5\x80\x33\x20\x89\x78\x66\x30\x02\x30\x92\xb9\x7e\xfa\xee\xaf\x70\xcc\x49\x0c\x49\x1d\x4e\x76\x6b\xf3\x47\xa2\x70\x1a\x3f\x34\xba\x1b\x8d\xee\xc6\x81\x12\xf2\x0b\x66\x9c\xd0\xb8\x03\x02\x47\x49\x88\x04\x6e\xd1\x04\xc7\x7c\x4d\x96\xa2\x45\x68\xfb\xfa\xec\xe8\x13\x89\x83\x0e\xcc\xcc\xe7\xa3\x10\x2d\x70\xc8\x3b\x47\x90\xb7\xe8\x40\xc2\xa8\x8f\x39\xe7\x98\x5d\x63\xf6\xfc\x99\x83\xa2\x2b\x27\xa1\x5c\xac\x18\xe6\x57\xa1\x93\xc8\x3e\xb8\xc0\xb1\x70\xf8\x53\x72\x04\xf0\x39\x41\x88\x77\xe0\xac\xf5\xac\x75\xf6\xe2\x28\xc2\x9c\xa3\x15\xee\x40\x17\x62\x7c\x03\x05\x35\x9c\x4f\x86\x1e\xa0\x24\x09\x89\x8f\x04\xa1\x31\x7c\x9b\x72\x12\xaf\x60\xa2\xb1\xbd\xf7\x17\x80\xe2\x00\xba\xce\xf0\xfd\x77\xb0\x46\x1c\x16\x18\xc7\xe0\x33\x8c\x04\x0e\x8e\x00\x48\x0c\x1b\x9a\x32\xc9\xdf\xef\xd8\x17\x2d\x98\xad\x31\xa4\x1c\xb3\x18\x45\xb8\x9d\x20\xce\x6f\x28\x0b\x60\x49\x19\x20\x5f\x8e\x40\x82\x8b\x35\x86\x77\x03\x17\x3c\x35\x1a\x98\xba\xde\x0c\x28\x83\xb7\x43\x4f\x21\x0a\xcc\x96\xc8\xc7\x40\x38\x7c\xf3\xe5\xdd\xc0\x9d\x7b\xee\xf4\x17\x77\x3a\xbf\xf4\xdc\xe9\x6d\xbb\xf2\xd3\xa4\xeb\x79\xbf\x8e\xa7\xfd\xdb\x16\xbc\xda\xea\x62\xb8\xf1\xde\x5f\x1c\x01\x04\x48\xa0\x05\xe2\x18\x8e\xbf\xf9\xd2\x3f\x9f\xf7\xbb\xb3\xee\x79\xd7\x73\x6f\x8f\x25\xa3\x8a\xd2\x67\x38\xc0\xb1\x20\x28\x94\x5d\xf6\xcf\x55\x57\xa3\xee\xd0\x95\xdd\xf5\xcf\xcb\xdd\x74\x63\x39\x6c\x39\x1e\xd9\x50\xca\x05\xa4\x52\x88\x8f\x1b\xd0\x86\xef\x2b\x68\xc3\xf7\x65\xb4\x49\x88\x25\x63\x0b\x7c\x04\xc0\x53\x86\x41\x50\x23\x5c\x85\xc4\xb1\xcf\xb0\x00\x29\xcb\x40\x72\xff\x66\x36\x9b\x78\x73\xcf\xed\x4d\xdd\xd9\xed\x31\xf8\x34\x16\x88\xc4\xd9\x78\xb3\xef\xef\xdc\x8f\xde\x6c\x3c\x75\x6f\x25\xa3\x24\x54\x8c\x69\x15\x28\x4e\xe3\x95\xc4\x95\x9d\xc9\xf6\x38\x16\xad\xa3\x08\x0b\x24\xa5\x24\x6d\x0e\xc5\x31\x15\xca\x16\x94\x09\x02\x04\x98\xfb\x8c\x24\x42\xd9\x70\x37\x06\xfc\x19\x45\x49\x88\xa5\xe9\x80\x97\x12\x81\x2b\xf6\x73\x43\xc4\x5a\x8b\x45\xda\x0d\x2a\x1b\x52\xa6\x87\x96\x82\x05\xa5\xb1\x88\x32\x0c\x24\x5e\x52\x16\xe9\xf6\x68\x41\x53\x01\xa9\x51\x22\xe1\xf9\x1c\x38\x05\x8e\x31\xac\x85\x48\x78\xa7\xdd\x5e\x11\xb1\x4e\x17\x2d\x9f\x46\xed\xdf\x17\x94\x73\x27\x9f\x53\xed\x12\x37\x4e\xd6\x98\xeb\x3e\x89\x4f\xe3\x5e\x88\x38\xef\xa8\x3f\x9d\xca\xac\x52\x14\x95\xa9\x19\x10\x9e\x84\x68\xe3\x48\xf9\x77\xe0\xed\x39\xe5\xbc\x34\xea\xe7\xad\x67\xca\x58\xc3\x90\xac\xe4\x54\x32\x60\xa0\xd1\xe0\x2f\x4a\x0a\x66\xa8\x7f\x29\xcb\xe1\x5b\x25\x23\x35\x92\xef\xb6\x3b\x4d\x18\xbd\x26\x01\x66\x4e\xb5\xf7\x29\x0e\xe0\x0d\x12\xa7\x30\x88\x7d\x3d\x18\x81\x56\xbc\xe6\x18\x4e\x95\x2c\xf4\x57\xab\xb3\x59\x90\x38\x40\x8b\x10\x77\xe0\x78\x89\x42\x8e\x8f\x77\xd0\x06\xd4\x4f\x23\x1c\x6b\x5b\x70\x52\x16\x76\x72\xe9\xeb\x79\xd6\x62\x38\x58\x23\xa1\x94\x50\x21\x6e\xe3\xb8\xcd\x70\xe0\xac\x91\x70\xb4\x76\x16\x49\xe4\x70\x29\xb5\xf6\x8e\x0e\x43\x1a\xaf\x9c\x8a\xb5\xcd\xca\x06\x00\x01\x5e\x92\x18\x73\x60\x98\xd3\x94\xf9\x98\x43\x8c\x71\xa0\xdc\x90\x02\xa5\x10\xe0\x6b\x1c\xd2\x24\x13\x16\x9c\x4b\x3b\x92\x3a\x99\x18\xdd\x68\xcd\xed\xd0\x9a\x54\xaa\xb4\xd1\x0c\xb4\x64\x4c\xa7\x40\x62\x3f\x4c\x03\x69\x99\x08\x16\x29\x09\x03\x39\x83\x96\x64\x95\x32\x43\x50\x9e\x08\x01\x4e\x42\xba\x91\x32\xa9\x51\x19\xe4\x8c\x47\x35\x57\xe4\xe4\xd4\x4e\x5a\xa2\x2f\x18\xfd\x84\xd9\x69\xe1\xb8\x9a\xb0\x54\xbb\xc2\xb2\x0c\xb2\x9e\x3c\xb9\x93\xf7\xb1\x9a\x8a\xf9\x9c\x8f\xa2\x34\xce\x98\xd4\xa4\x4a\xad\xad\x1d\x9a\xe1\x69\x92\x50\x26\xf6\x18\x81\x02\xb8\xce\x56\x3b\xb3\xf4\x00\x68\xfb\xbd\xeb\x02\x26\x5b\xf1\x04\xf9\xb8\x53\x4c\x8f\x23\xba\x90\x8b\x0c\xef\x1c\x39\x50\x5e\x58\xaf\xcf\x8e\x00\xf4\x22\xea\x69\x5f\x7c\x04\x50\xf6\x69\x16\xaf\x56\xf3\x6b\x72\xd9\xba\xc1\x0b\x63\x06\x27\x5c\x8d\x12\xe4\xa0\x33\x6f\x65\xbc\x7c\x0b\x85\xc9\x1a\xd5\x66\x0a\x4e\x70\x1c\xe0\xd8\x27\x98\x77\xe0\xe4\x1f\x5f\x8e\x25\xf7\xc7\x1d\xe9\xb2\xbb\x93\xc9\xc5\xa0\xd7\x9d\x0d\xc6\xa3\xb9\x5a\x03\x4a\xa3\x3e\xce\x6c\x01\xe0\x58\xb2\x2f\x5b\x98\x01\x1c\xdf\x9e\xee\x46\x91\xf2\x13\x7e\x72\x7c\x6a\x69\xfa\xcf\x13\x85\x5b\xc4\x11\x35\x4b\xee\x80\x05\x51\x91\x69\x5d\xd9\xbf\xf2\x04\xfb\x1a\x4c\x8a\xc5\xe0\x3a\xea\x7f\x3a\xf0\xf2\xc9\xcb\x27\xd9\x3c\x44\x6c\x85\xc5\xa4\xfa\x33\xc7\x21\xf6\x05\x65\x85\xf0\x33\x8b\xee\x29\x83\xb6\x77\xfa\xc7\xa8\x99\xff\xb7\xea\x59\xbb\x04\xe7\x3e\xea\x7e\xf6\xec\x7b\x9b\xba\xb3\x9f\xff\x8d\xd4\x9d\x3b\xd1\x5c\xe7\x85\xb6\x1f\x73\x86\x94\xf4\xbd\x4f\x7a\x3f\x3c\xfb\xfe\xa9\x45\x7a\xf9\xcf\xf7\x92\x5e\xb9\xff\xaf\x22\x48\xbd\x2a\x9d\x70\x18\x27\x38\xfe\x95\x30\xfc\xb5\x04\x69\x4c\x7e\x9f\x14\x9f\x9f\x3d\x3f\x7b\x6e\x11\x63\xf1\xfb\xfd\xe4\x88\xa2\xab\xc7\x17\xa0\xa7\x57\x50\x0e\x31\x0d\x30\x04\x84\xfb\xf4\x1a\xb3\x4d\xb6\xf0\xaf\x21\x8f\x80\xed\x7e\xe8\x53\xba\xc0\x2c\xc6\x32\x92\x25\xb4\x2d\x68\x88\x19\x12\xd8\x49\x63\x86\x51\xb0\x71\x70\x1c\x24\x94\xc4\x82\x77\xe0\x58\xb0\xd4\xc4\x75\x8f\xae\x15\xc9\x69\x45\x2d\x7e\x98\x72\x81\xd9\x60\xd2\x81\x11\x8d\xf1\xb6\xaa\x34\x9e\x69\x97\x7d\xfd\xc3\x75\x47\x02\x3b\xb9\xf4\xfe\xb9\x6a\xa7\x34\x15\x77\x57\xac\x6a\xa5\xf3\xdb\x42\xbe\x59\xfc\x90\xe9\xf0\xeb\x2e\xc7\x6b\xca\x85\xa4\x7a\x33\xf6\x66\xf2\xeb\x5c\xa6\x81\x1a\x40\xd0\xac\xbf\x66\xa8\x3b\xca\x8b\x7f\x45\x81\xf1\x47\x92\xd8\x81\x0b\x9b\x55\x70\x9e\x91\x5c\xd1\xb1\xc0\x2c\x22\xb1\xe9\x38\x41\x9c\x8b\x35\xa3\xe9\x6a\x6d\x95\xf0\x8e\xae\x1b\x9d\xca\x20\x42\x2b\xec\x09\x86\x51\xb4\x25\xce\x47\xb5\x9a\x46\x0e\xce\x65\x36\xa3\x27\xd6\x21\x0a\xcd\xb3\x04\x4b\x90\x74\x83\x88\x70\x96\x94\x39\xca\x33\x7d\x35\x7f\x54\x51\x24\x4d\x45\x92\x8a\x9c\xbb\x5c\x25\x16\x01\xcf\xd0\x2a\xff\xd8\x08\xde\x51\x35\x03\xa1\x1d\x91\xca\x35\x33\x44\x55\x32\xf9\x2c\xfa\x84\xc9\x86\xbd\xf1\x68\xe6\x7e\x98\xcd\xfb\x83\xe9\xad\x21\x58\x11\x51\xf4\xce\xf0\x52\x92\x79\xe3\xcb\x69\xcf\x9d\x4f\xdd\xc9\xd8\x1b\xcc\xc6\xd3\x8f\xf3\xa9\xfb\xea\x36\xa7\x4a\x19\xb1\x53\x5d\x4e\x2f\x32\x2a\xb1\x49\x70\x07\x5e\x13\xc3\x93\x90\xde\x7f\xb5\xc9\x7a\xd2\x3c\x7a\xb5\x5f\x01\x70\x7c\x5d\xfc\x4f\xe6\x8c\xdf\x0d\xdc\xb9\x64\xbc\x3b\x18\xb9\xd3\x79\xdf\x9d\x5c\x8c\x3f\x0e\xdd\xd1\x2c\x27\x04\xb8\x46\x61\xaa\x24\xd3\x44\x7b\xbb\x85\x3a\xec\xfe\xe2\x8e\xe6\xc3\xc1\x74\x3a\x9e\x4a\xc6\x6d\x68\x75\x9a\x6d\x94\xee\x74\x36\x78\xd5\xed\x29\x89\xda\x10\xca\xdf\x8b\xd6\x4b\xca\x7c\x3c\x49\xc3\xb0\x03\xd2\xd8\x8a\xdf\x19\x8d\x3a\x25\x98\x9d\xc6\x90\x99\x83\x2e\x58\xd4\xd3\xd5\xdc\xc4\x3b\x67\xad\xe7\xb5\x36\x26\x4d\xfd\xe6\xcb\x60\xd8\x7d\xed\xce\xbd\xd9\xd4\xed\x0e\x95\x21\x79\x93\x6e\xcf\xad\xaa\xd0\x53\xaa\xd2\xae\x83\x91\xd5\x0a\xb3\x7c\xad\xd4\x35\xad\x82\x61\x5d\xfd\x93\xc0\xaf\x07\xb3\x37\x97\xe7\xf3\x5f\xdd\xf3\x37\xe3\xf1\xbb\xac\x00\x58\x37\x8d\x37\xe9\x22\x43\xc2\x31\x66\xc4\xb7\x42\xb9\x23\x77\x3a\xe8\xed\xc6\xd2\xcd\x0d\x18\x91\xf2\xea\xad\x51\xbc\xc2\x1d\xf8\x52\xa5\x1c\x14\xdf\x0c\xb5\xfe\x5d\xbb\x12\xf3\xa1\xd1\xeb\xf4\x6b\x6b\xfa\xbf\x97\xeb\xc9\x43\xb0\x87\x7a\x27\x86\x55\x6f\xbc\x03\x67\x0f\x48\x8e\x6c\xf3\x5e\x0b\x7b\x8a\x75\xc9\xf8\xa8\x2c\x9f\x8c\xa4\x2a\xd0\x6d\x51\xdc\x41\x1c\x77\xe3\x75\x9f\x7c\xd4\x78\x72\x19\x81\xf1\xad\x88\xc4\xf9\x8c\xd0\x06\x55\xf1\x61\x77\xf2\x62\x77\xf2\x63\x55\xe4\x6c\x7b\x61\x3a\x9e\x8d\x7b\xe3\x8b\x66\xd0\x1a\xe1\x3e\xbc\xf1\x74\x07\x83\x25\xa2\x3d\x38\x97\x9e\x3b\xdd\x8b\xa3\xb6\x4b\xf6\xf0\x63\x76\x22\xf6\xf3\x94\x6d\x59\xec\xc6\xeb\x8f\x87\xdd\xc1\x68\x2f\x9a\x26\xdb\x83\xf5\x76\xe8\xcd\xdf\x5f\xba\x97\xae\x37\x9f\xba\xef\x2f\x5d\x6f\xbf\xe4\xb6\x9b\xdc\xa5\x0f\x6f\x32\x1e\x79\xee\xdd\x3a\xd1\x6d\xf6\xf4\xe2\x7e\x70\x7b\x97\xb3\x71\xa9\xe9\xde\x4e\xb6\x9b\xd8\xfa\x18\xbe\x57\xf4\x83\x9e\x3b\x9f\x4c\xdd\x57\x83\x0f\xf3\x61\x77\x32\x19\x8c\x5e\xdb\xf1\xad\xe9\xd2\x4f\xf9\x1e\x45\x0d\xf9\xed\xa8\x3f\xb0\xe3\x98\x8f\x0d\x1c\x65\x9b\x5d\x8d\x6d\xf3\xdd\x30\x7b\xfb\xdd\x36\x59\xde\x3e\x6b\x68\xbf\x63\xce\xea\xaa\x82\xa5\x91\x56\x68\x63\x97\xfa\x73\x43\x87\xb3\xf1\x64\xd0\x6b\x6e\xab\x3f\xef\x9b\x88\xee\xd4\x1b\x78\x33\x77\xd4\x73\xe7\xfd\x41\xf7\xc2\xed\x1d\xe0\x27\xb6\xdb\xd8\x7a\xe9\x9f\x3f\xd0\x48\x8a\xba\xd2\x4f\xfd\xf3\xd3\x3d\x14\xef\x2f\xbb\xd3\xd9\xdf\x2d\x6c\xcc\x3e\xe4\x1b\xaf\x8f\xc1\x87\x7d\xa0\xcd\x36\x6b\x3e\x36\x08\x68\xb7\xcd\x96\xf7\x83\xed\xed\x77\xdb\x6c\x79\x03\xd9\xde\x3e\x93\x4c\x63\xfb\x7c\xcf\xda\xde\x7e\x38\x18\xcd\x27\xe3\xf1\xc5\xdc\x1b\xfc\xbd\x19\xa4\x42\xd5\x84\xd4\xfd\x70\x08\x52\x99\xaa\x01\x69\xf6\x61\x3e\xf0\xc6\x17\x4a\x83\x8d\x40\x65\x22\x1b\x8e\x36\xa7\x03\xf4\x3a\xa2\x62\x88\x62\xb4\xca\x37\xee\x2c\x28\x0f\xd2\xb2\xc1\x78\x90\xa6\x0d\xc6\x83\xb4\x6d\x30\x1e\x49\xe3\x19\xda\xe3\x68\xdd\xa0\x3d\xaa\xe6\x67\x5d\x1b\x44\x79\xf7\xda\xda\x6e\x34\x1e\x7d\xb0\xb7\x2c\x72\x82\x6a\xc3\xea\xd9\x89\x5a\x02\x9a\x37\x6f\x63\xe1\xb7\x2b\xc9\xa1\xa3\x73\x2b\xe7\x9a\x86\x69\x84\xf7\x02\xdb\x05\xb2\x7d\x70\xc3\x8e\xd2\x6c\xbe\xc5\xf7\xe6\xd6\xbb\x8d\xb7\x4a\x53\x46\x51\x19\xe0\xbe\xcc\x40\x11\xc9\x24\x7c\x42\x43\xe2\x6f\x3a\xd0\x0d\x6f\xd0\x86\x97\x28\x42\x72\x8d\x63\xcc\xf9\x84\xd1\x05\xee\x54\x98\xc0\x9f\xcb\x89\x80\xfe\xc7\xa7\x51\x84\xe2\xa0\xfe\xb3\x03\xed\x05\x89\xdb\x0b\x94\x97\x94\x8b\x2f\x8e\xbf\x4d\x4c\x13\xd1\xc6\x28\x51\x8d\x2a\x1c\xb4\x6a\x00\x24\x26\x82\xa0\xb0\x8f\x43\xb4\xf1\xb0\x4f\xe3\x80\x77\xe0\xf9\x93\xad\x02\xc1\x6e\x31\x94\xaa\xdf\x19\x0b\x79\x5e\x63\x36\xc9\x5e\xbc\x78\x59\xe9\xd8\xd4\x1d\x68\x48\x3f\x11\x54\xf9\x92\x30\x2a\xa8\x4f\xc3\x0e\xcc\x7a\x93\x9d\x98\xc5\xf6\x6b\x19\xd3\xd4\xb7\xef\x03\x58\x6c\xf0\xd5\x01\xf9\x41\x88\x32\x05\x27\x7f\xae\xb6\xab\x2c\x54\xd5\x9d\x9f\x21\xa9\x76\x18\x92\x88\x08\x5e\x67\x22\xc2\x11\x65\x1b\x15\xcf\xb9\xc3\xf1\xf4\xe3\xfc\x62\x30\x1c\x54\x82\x2d\x3d\xf9\x87\x34\x8d\xeb\xca\x8f\xe4\x6f\x13\x24\xd6\x77\xf2\x1d\xd6\x53\x13\xce\x27\xbc\xe1\x82\x32\x6c\xa3\x97\x83\x1d\xc7\xe1\xa6\x56\x02\x2b\xd5\xae\x5f\x33\xe4\xe3\x09\x66\x84\x06\x36\xf3\xd6\x98\x7c\xbb\x5e\x78\x28\x0f\xa6\xc6\x54\xe1\x4a\xff\x36\x32\xf3\xa6\x72\x7c\x4d\x57\x2b\x6a\x25\xb0\x52\xad\x69\x82\x18\x8a\x4a\xec\xa0\x54\xd0\x08\x09\xe2\xd7\x46\x98\x1b\xae\xec\xa5\xc2\xfe\xae\x89\xba\xb7\x34\x78\x87\x69\xff\xdf\x5e\x0a\xab\xee\x7c\xdf\x63\x8b\xfc\x51\x0a\x64\x75\x2e\xfe\x43\x6a\x65\x75\xb6\xef\x20\x40\x78\x58\x05\x6d\x32\xf6\x66\xaf\xa7\xae\xf7\xfe\x62\x47\x3d\x69\x4f\x54\x5c\xc2\x78\x50\x64\x5c\xc2\x79\x50\x74\x5c\xc2\x91\xd1\x6a\x6f\x3c\x1a\xb9\x3d\x29\xbf\x86\xfc\xbc\x99\x7e\x0f\xba\xf7\xa6\x3b\x75\xfb\xf3\xf3\xcb\x57\xaf\xdc\xe9\x7e\xf0\x2a\xb9\x25\xb6\xb2\x58\xc1\x03\x43\x2a\x6b\x38\xf3\x7d\x35\x4a\x10\x7e\xe2\x51\xff\x53\xdd\x6b\xc3\xf6\x39\x15\x43\x4f\x22\x4c\x53\x91\xc3\x9d\x1d\xe2\x25\x6d\x16\x7e\x48\x9c\xb4\xd5\xfb\x1f\x13\x6a\xd8\x02\x0d\x72\x48\xec\x91\xf0\xab\x10\x9c\x35\x9c\x3d\x7d\xd1\x7a\xd2\x7a\xd2\x3a\x03\xe7\x12\xbe\xa9\xcd\x32\x70\xae\xc0\x09\x2a\x3f\x67\xf6\xbc\x8d\x09\x70\xe2\xb9\x17\x6e\x6f\x06\x67\x27\xfb\x75\xfb\xc3\xc1\xaa\x3a\x2c\x5a\xb9\x46\xac\x1d\x92\x45\x3b\x59\xf1\xab\xb0\x2d\xfd\xa2\x25\x40\xd9\xad\x6f\x27\xb9\xa6\xe1\x63\xc6\x22\x77\xe9\x0e\x4a\xf7\x1c\x7e\x51\x80\xbd\x10\x91\xa8\xaa\x76\x5f\xfe\x34\x3a\x04\x5b\x51\xfe\x29\x41\x8b\x6d\x02\xdd\x6b\x6b\xb3\xc0\xe9\x54\xbc\x53\x65\xdf\x72\xd6\x7d\x7d\x5b\x6b\x79\xa7\x0d\xce\x87\xc5\x41\x13\x9b\xca\xbe\xea\xa1\x08\x9b\x8e\x8b\x55\x55\x1f\x72\x1e\xd2\x00\xe7\xea\x9e\x62\x14\xfc\xca\x88\xc0\xe3\xd8\x6c\xe4\x6e\x25\x13\x0c\x5f\xa5\x98\x97\x27\x97\x8c\x99\x4d\x12\xfd\xcb\xf8\xe2\x72\xe8\xce\x7b\xdd\x49\xb7\x37\x98\x7d\xdc\x71\x2a\xe3\x3f\x3a\x28\x44\xd1\xd5\x1e\xc1\x6b\x8a\xc7\x0e\x03\xb3\x7e\xff\x53\xe2\xbf\x8c\xdf\x43\x64\x05\x0f\x8b\xf8\xba\x66\xf7\xc5\x1e\xae\xec\xd9\x9a\xe9\x3e\x74\x6f\x46\x02\xcc\xa6\xdd\x91\x37\x19\x4f\x67\xcd\xfb\x25\xbb\xb6\x52\x25\x84\x37\xb9\x18\x34\x6c\x8e\xe4\x9f\x9b\xda\x0e\x5d\xef\xcd\xbc\x3f\xf0\x7a\xe3\x5f\xdc\xe9\xc7\xf9\xec\xe3\xa4\x21\xcc\x6c\x20\xde\x89\x9b\xed\xb2\x34\xd7\xe8\x76\x1e\xaa\x3c\x08\x57\xf9\xdb\x6d\xf0\x57\xb5\xd5\x40\xfe\xb3\x24\x38\x0c\xa6\x78\x59\xff\xdd\x7c\xd1\x8b\x7c\x66\xf1\xad\xdc\xcd\x37\x49\x7d\x36\x9e\x4a\xdf\x7f\xe9\xc9\x7f\xab\xfa\xc7\x0e\x1d\x6c\x13\x5b\x42\x5e\x7d\xd0\x46\x4a\xe0\xf9\xf7\x77\x0a\x7a\x0f\x99\x25\xf0\xa7\x95\xe2\x7e\x78\xfe\xe2\xa9\x05\x13\x45\x57\xf7\x2c\xc5\xfd\xf0\xfc\xc5\x59\x03\xa0\xc3\x79\x78\x3f\xd0\xb3\x97\x2f\x6d\xf5\xbd\xe8\x4a\x88\xfb\x01\x3e\x3f\x7b\x7e\x66\x43\xe4\x82\x46\xf7\x1c\xb8\x84\xb4\x89\x52\x41\xde\x7f\xe8\xe5\xb3\xc7\x65\xd8\xea\xe6\xf0\x1d\x01\x5f\xd8\x01\x0f\xe6\xf2\x4f\x2c\x97\xa2\xe8\x6a\x6f\xb9\xf4\xb0\x8c\x21\x43\xbb\x43\xae\xa0\xae\x81\xfd\x01\x49\xc2\x56\x3f\x8f\x91\x1d\x48\xd0\x3f\x31\x2d\x28\x7b\xbb\x07\x1c\x75\xd4\x1e\xb8\x73\xd6\x7a\xf6\x5f\x15\xf6\x97\x95\x77\x58\xbc\x3f\x44\xf1\xe6\x31\xe2\xfd\x44\x5a\x03\x16\xca\x54\x9c\xea\xe1\xf8\x93\x99\xb9\x1a\xdf\xcb\x2c\xa1\xf9\xee\x27\x89\xcd\xa5\x91\x4e\x61\x37\x83\xe0\xa7\x15\xa3\x69\x32\x08\x3a\x88\x09\xb2\x44\xbe\x18\x04\x1d\x73\x27\xf3\xff\xfc\xa7\x3f\xad\x9e\x76\xd0\xd3\xce\xf5\xd3\x93\x23\x00\x73\xc1\x78\x94\x1d\x46\x29\x75\x5a\x64\x1e\xf9\x05\xce\x1d\x07\xee\xcc\xe2\x5f\xdd\x28\x08\xc9\x82\x21\xb6\xf9\x89\xb2\x55\x29\x0b\xb9\x4a\x89\xff\x89\x0b\x24\x57\x66\x2b\xbd\xb4\xc3\xd6\x93\xd6\x2b\x12\xa3\xb0\x2e\x1d\x29\x9c\xcc\x81\x82\xa0\x46\x59\xd6\xe7\x04\xf2\x57\x04\x5a\xb6\x81\x1a\xca\x89\xc1\xaa\x8c\x71\xfb\xe8\x9f\x19\x9e\xde\xfb\xb2\xb1\x44\x99\x78\x14\x76\x28\x13\x56\x56\xf4\xa9\xc1\x6c\x03\xfb\xe5\xb3\x67\xdf\x1f\xdb\xf8\x48\x39\x66\xaa\xf5\x1e\x66\xf4\x53\x0b\x87\xf1\x74\x69\x9e\x72\xb0\xf1\x65\x52\x09\xc3\xd7\x27\x82\xcd\x3d\x7a\x9b\x88\xb2\x87\x20\xee\xc8\x19\x0c\x53\x2e\xf4\xf3\x08\x92\xc7\xe5\x12\x33\x39\x11\xc4\x1a\xc5\xf9\x2b\x13\x7f\x83\x48\x12\xc5\x54\x12\x02\xa3\x54\x9c\x02\x0a\x22\x12\x9f\x4a\x3c\xf5\x17\x51\xc9\x20\x65\x86\xd4\x4c\x17\x3d\xe1\x05\x84\x18\x71\x01\x2f\xc1\x5f\x23\x86\x7c\x39\x2f\x4f\xe1\x0c\x54\xfe\xbc\xc0\x82\xf8\xc5\x87\x6f\xf9\x77\xf2\x53\x40\x56\x44\xa8\xbf\x51\x1c\xc0\x19\xc4\x34\x76\x14\x79\x9c\x46\xf9\xc1\x69\xbe\x89\x16\x34\xfc\x96\x7f\xb7\x53\xe5\x46\x2e\x47\xc6\x83\xc3\xc9\x3f\x90\xf3\xaf\xae\xf3\xf7\x7f\x7e\x79\x7e\xfb\x8f\x27\xce\x5f\xff\xf9\xe5\xec\xf6\x7f\xe4\x64\x55\x47\xba\xd5\x53\x20\xf8\x73\xc2\x30\x97\x13\xda\x6a\x2c\x59\x8a\x56\xd3\xc2\xdb\x6e\xd7\x83\x0b\xba\x22\x71\x4f\x5f\x61\x80\x80\x46\x88\xc4\x52\x96\x02\xf8\x1a\x85\xa1\x14\x9f\x7a\x2a\x42\x2a\x29\x15\x6b\x1c\x0b\xe9\x5f\xb5\x61\x71\xb8\x59\x63\x2d\x32\x7d\x69\xfc\xed\xd0\xdb\x35\xb2\xbe\x42\xb7\x71\x98\x1f\x12\x35\x86\x43\xc5\x7a\xdb\x68\xde\x8e\xfa\x03\x6d\xcb\x74\x99\xb9\x57\xb8\x4a\x71\xaa\xaf\x0e\xed\xe9\x5c\x1a\xd1\x7b\x49\xcc\x61\xaa\xdb\xda\x18\xb1\x9e\x30\x35\x4c\xa9\xae\xda\xef\x06\x6e\x4b\x13\xb7\x32\x8a\xdd\x7c\xf2\x84\xc6\x1c\xdf\x93\x51\xdd\x78\x2f\xa7\xf9\x39\xd5\x66\x56\x0d\xc9\x2e\x5e\x65\x50\x99\x0a\xca\x0e\xe7\xd5\xcd\x5a\xe4\x4c\xdb\x58\xb5\x1e\x76\x6d\xe2\x34\x23\xae\x73\xfa\x86\x2c\xe4\xdc\x16\xb8\xf2\x8a\x41\x40\x50\x88\x7d\xb1\x73\x3e\x95\xc8\xfb\x9a\xdc\x3a\x49\xac\xc7\x2d\x33\x7b\x64\xab\xd6\x3a\x63\xa0\x95\x75\x5a\xbc\xb2\xf0\xf2\x69\x86\x6c\x71\x74\x4a\xbc\xd9\xeb\x30\xa5\x08\x65\x8b\xe9\x6e\xe9\xa9\x88\x51\xd9\xc1\xd6\x23\x95\x23\x1d\x5e\x10\x86\x83\x3c\x5a\x2c\x5c\xae\x83\x92\x64\x2b\x88\xe8\xa5\x32\x45\x52\xd7\xdb\x72\x7e\xca\xf7\x11\x81\xd1\x54\xe0\x16\xc0\x05\x46\xd7\x18\x16\x21\x8a\x3f\x29\xa2\x00\x2f\x51\x1a\x8a\xbc\xa5\xbe\xb7\x8e\x5b\xab\x56\x07\x7e\x2c\xbf\xab\x22\x3f\xfe\xec\xfc\x68\x5e\xfd\xf9\xb9\xf5\xa3\x69\xe9\x68\xa7\xe2\xf0\x74\xb9\x24\x9f\x7f\xde\x8a\x32\x32\xce\x24\x33\xfa\x22\xe0\x1b\xd3\x55\x3e\xfe\xca\x65\xbc\x83\x87\xc6\x0f\x1d\x9b\x1a\x51\x3e\x3e\x33\x36\x73\x69\xef\xb1\x87\xc8\x0f\x1a\xa3\x57\x1f\xe4\x6b\x22\xcc\x8d\x2e\xb8\x9c\x0e\xea\x57\x25\xeb\xfd\x49\xea\x29\x4e\x28\x27\x82\xb2\x0d\xe8\xab\x57\xba\x1b\xeb\x8d\xb2\x1d\xf6\x74\xc0\xe3\x3a\xf9\x5f\x4e\x29\x92\xb3\x0d\x60\xc1\x50\xec\xaf\xdb\x02\xad\x80\x61\xb5\x6c\xab\xda\x92\x85\xf5\xe2\x63\x13\xd7\x53\xf7\x55\x29\xfe\x39\x6b\x3d\xdb\x0a\x7f\x64\x02\xaa\x9e\x1e\x22\xb1\x42\x35\x5a\x93\x2b\x99\x7a\xa8\xe5\x6f\x80\xa3\x44\xe8\xeb\xd6\x32\x42\xc8\x09\x02\xc2\x54\x8d\x79\xb3\x35\x41\xb3\x65\xb2\x9f\x51\xe4\x0c\x96\x6e\xfd\x35\x04\xbf\x6d\x13\xcc\xd6\xd9\xec\x67\x6f\x11\x14\xae\x58\x2d\xb8\x8b\x4d\xe5\xe9\x18\x41\x55\x8a\x11\x5e\xeb\x57\xa0\x64\x02\xa4\xed\x41\xdb\xab\x32\xe1\xdf\xd1\x35\xea\x68\xf5\xb4\x0b\x02\xde\x76\xf5\xeb\x4c\x7d\xaf\x3e\x9e\x6a\xdf\x15\x97\x53\x9c\x9c\x36\x83\x51\xe0\xbb\xb0\x9b\xc6\x65\xac\xdc\xde\x71\xbd\xcf\xd2\x4e\x7f\x93\x45\x4a\x5d\xd5\x3b\xf3\xc8\xbf\xd4\x0a\x56\x7a\xc5\xcc\x64\x5b\x7a\x9e\x67\xdd\xe9\xfa\xc0\x96\x5e\x73\x76\x74\xa6\x09\x3d\x94\x20\x9f\x88\x42\xbd\xb5\x7c\x6d\x07\x77\x67\xaf\x49\xf3\x1a\x2b\x79\xf1\x69\x1c\x63\x5f\xbf\xd4\x83\x94\x11\xd9\xf4\xcd\xd5\xab\x5f\x9a\x14\x04\xd5\xc5\x84\xfc\xc1\x05\xad\x73\xa3\xef\xb7\x11\x57\xc7\x5a\x2b\x23\x92\xeb\x71\xaf\xe8\xe9\x95\xe9\x69\x5b\xcf\xc5\xad\x8e\xb2\x9e\x0d\x68\x5d\xca\x49\x48\x44\x6e\x7e\xc5\x3c\x51\xe3\xc2\xc8\x5f\xeb\x97\x0c\x48\x0c\x48\x5d\xef\xdf\x92\xb3\x06\x90\xd2\xfe\xdf\x62\x6d\x2b\xd5\xef\x6b\x27\x79\xeb\x8e\xfe\x5c\x0d\x3e\x4f\xf7\x32\x19\xa9\xfc\x57\xbd\x05\x26\xb3\x68\xa1\x65\xa9\x8a\x61\xbc\x05\xdd\x30\xa4\x37\x38\xd0\xd0\xba\x62\x8c\x18\xee\xc0\x6f\xd2\x6b\xdd\x10\x86\x7f\x3b\x85\xdf\x50\x74\x95\xc8\xff\xaa\x2a\xe2\x6f\x2a\x82\xff\x2d\xba\x12\xe2\xb7\x16\x8c\xe3\x70\x53\x22\x06\xc2\xc1\xbc\x7c\xa4\xfb\x71\xbb\x93\xd6\x96\xbf\x57\xef\x37\x65\x99\x24\x2f\xcb\x7a\x3b\x85\xcc\xa0\xeb\xa3\x55\xd1\x94\xae\xb9\x34\x0c\x6d\xb6\xc6\x59\x5c\xc9\xe1\x86\xe8\x60\x3d\x2f\x23\xa1\x30\xd4\x95\x09\xf3\x30\x9f\x8a\xd5\x4b\x36\x04\xda\x4f\x4b\x09\x71\x7a\x2a\x3f\x6c\x72\x90\x08\x05\x38\x7b\x38\x6f\x11\x62\x40\x5c\x5b\x4e\x5e\xe4\x50\xc0\x24\x56\xa3\xaf\x0f\x5e\xc7\xae\xe5\x41\xe7\x37\x69\xcc\x90\xb7\x43\xe8\x53\x4b\xa8\x7a\x7a\x40\x50\x38\xa3\x09\xf1\x0f\x10\x92\x90\x74\xff\x4e\x42\x52\x8c\x57\x84\x64\xae\x0c\x35\xc5\x8f\x74\x59\x7e\xfd\xaf\xf6\xca\x5f\x76\x00\x53\x3d\xed\xb7\x35\xe9\x74\x18\xfc\x2e\xa3\xf1\x34\x44\xc5\x0b\x94\x4f\x61\x36\x15\x6f\x50\x92\x98\xb3\xa9\xfb\x98\xac\xb0\x93\x2d\xc1\x05\xf7\xfb\x18\x7c\x45\x42\x1c\x6f\x73\x57\x3a\x2d\x9f\xc5\xba\xa6\x45\xeb\xf7\x4f\xd6\x22\x8c\xe2\x09\x71\x4e\x7d\xa2\x95\x4b\xc4\xda\xf0\xa1\x7a\xf4\x31\x13\x64\xa9\xf2\xd9\x06\x9e\x7a\x05\x85\x4d\x60\x26\x16\xcf\x3c\xa7\x7a\x68\x6f\x57\xa5\x23\x4b\x02\x72\x01\x49\x4f\xb3\x9f\x8b\x5c\x32\xa5\xd2\x40\xc3\x19\x7e\xc3\x4a\xb4\xc9\xba\x90\x7d\x37\x2e\xcd\x79\x75\xa8\x71\x41\x2c\xd5\x7a\x74\x31\x42\x36\x31\xf5\x08\x55\x8a\xf8\xfe\x76\x5f\x21\xa2\x7a\x97\xaa\xb6\x6e\xee\xe4\x2c\x29\x86\x6b\xe7\xae\xb1\x54\xa2\x58\x7b\x79\xbb\xb7\x48\x52\xbd\xa7\xb5\x9b\x37\x0f\x0b\x0e\x9f\x91\x93\x50\x1a\xb6\x23\x12\xab\x3f\x1c\x2e\x23\x8f\x4c\xaf\xf9\x62\x14\x94\x02\x34\x6b\xb4\x61\x62\xf9\x21\x89\x49\x94\x46\x30\xa1\x34\x54\x41\x4c\x99\xb3\xea\x7d\x9e\x9d\xdc\xa0\xcf\x8f\xc2\x0d\xfa\xbc\x83\x9b\xca\x7d\x20\x1b\x37\x82\xa1\x98\x23\x15\x70\x38\x84\xd3\xb0\x78\x8e\xf0\x5e\xdc\xcc\x0a\x38\x18\x64\x70\x65\x8e\x2a\x77\x8a\x2c\xd3\x2e\x32\xc3\x89\xd3\x68\x81\x99\x74\x4e\x7e\x48\x4c\xcd\xdc\x04\x46\x1c\x90\x8e\x0f\x5a\xfa\x5d\x49\x14\x72\x0a\x5c\x0d\x66\xad\x0b\x8c\xdb\x20\x89\x9c\x54\x72\x18\xa5\xf1\xf2\xad\x81\x94\xde\xf6\x1c\x6e\xf3\x51\x30\x90\x0f\x68\xc7\x31\xd5\xda\xd8\x7a\x99\x24\x39\xac\xe9\x0d\x44\xa9\xbf\x36\xd7\x11\x64\x74\x12\xe0\x40\xf9\x12\x55\xb2\x2b\x71\xa1\x62\x4f\xe4\xaf\xe5\x9a\xa1\xb6\xf7\x77\x70\xec\xad\xd5\x00\xcf\xd3\xe5\x12\x33\x2b\x8b\xb5\xb3\xae\x35\x0e\x2f\xf3\xaa\xb3\x7a\x61\x56\xa0\x38\x40\x2c\xc8\xd6\x54\x39\xb7\x5b\x30\x10\x92\xdb\x6c\xca\x55\x42\x63\xb9\xaa\xd5\x43\xde\x16\x0c\x96\x10\xe2\xa5\xd0\x59\xdb\x29\x10\x91\xaf\xc4\xd9\x14\x0f\xb6\x2b\x2a\x32\x10\x7b\x04\x1f\x56\xbe\xc3\xbc\x95\x66\x96\x9c\xfb\x9f\x3d\xd4\x07\x3b\xc4\xf2\x81\x1e\xcb\x94\x2a\x1e\x29\x43\xea\xa5\x54\xb1\x49\xd4\xce\x42\xca\x4d\xa2\x65\xbe\xcb\x71\xa9\x27\xcc\xf2\x47\xc8\x5a\x00\x27\x41\xcc\xf5\x99\x55\x35\x1a\xd9\x66\x9c\xe0\xd8\x5b\x93\xa5\x38\xe1\xd0\x1f\x79\x79\xc1\xa6\x94\xed\x56\x10\x3e\xa5\x0b\x7c\x52\x34\x7f\x97\xbf\x80\xa6\x60\xd5\x7e\x41\x77\x32\x28\x37\xcf\x10\xcb\x30\x83\xa5\xa9\x57\x1b\xbc\x2c\x24\x90\x74\xc8\xf7\x69\x1a\x0b\x39\x9a\x5c\x2d\x09\x0d\xf4\x26\xc1\x1a\x99\xf4\xfb\xe4\x9a\xe0\x9b\x13\x60\x34\xc4\xa7\x70\xb3\x26\xfe\x1a\x7c\x14\xab\xd0\x32\x08\x64\xb6\x41\x10\x9c\x50\x1f\x12\x75\x5e\x45\xfe\xe8\x48\x5a\x47\x50\x47\x9a\x84\x42\x96\x10\xc0\x37\x5c\xe0\xa8\x63\x7a\x37\x9d\x77\x7e\xcc\xb7\x5a\x7f\xee\x98\x12\xd3\x89\x0c\x4d\x19\x86\xd2\x27\x69\x54\x42\x6f\x7f\xfd\xae\x8b\x9a\xa5\x3d\x5a\xbb\x7d\x0c\xa5\x4e\xfa\xb9\x12\x67\x9b\x04\x57\x12\x31\xfb\x61\x28\x13\x54\x04\xb1\x35\xba\xd1\xef\x5d\x9b\x6c\x3b\xe5\xf2\xdf\xea\xca\x94\x95\x01\xcf\xd0\x5d\x18\x8a\x7d\xa7\x89\xb2\xac\xfa\xc9\x13\x58\x2d\x2c\x35\xa5\x37\xe9\x22\xdb\x64\x6f\x88\x2e\x5f\xab\xc2\x15\xfc\x8a\x17\x6b\x4a\x3f\x99\xe8\xf7\xde\xf3\xc3\xfa\xea\xce\xde\xd0\xc1\x3c\x9e\x63\x1e\x08\xde\xc3\xaf\xa1\x7d\x2c\x86\xad\x6f\xfb\xec\xe5\x78\x94\xd9\x91\x4c\x60\xb4\x81\x4b\x53\x2b\x1d\x1e\xe0\x6a\xc2\x67\x2f\x16\x0f\x49\x10\x84\xf8\x06\x31\xac\xcf\x38\x70\x99\x65\x9b\x04\x88\x0b\x14\x86\x7a\x89\x95\xb9\x58\x05\x43\x36\x88\x29\x8b\x64\x22\x56\x90\x82\xc9\x17\xf2\xca\x62\xd5\xae\x01\x3e\xd2\x14\xf8\x9a\xa6\x61\x00\x54\x26\xe8\x31\xd6\xeb\x5d\x44\x03\xb2\xdc\xe8\x47\xc2\xc9\x12\x36\x34\x3d\xb9\xc6\x25\xdc\xad\x31\x90\x18\x50\x6d\x23\x31\xef\xaa\x9d\x3d\x60\x5f\x57\x51\x09\xa1\x10\x54\x2e\x71\xfb\xc9\x88\x1d\x25\xa3\xe2\x2d\xe3\x9a\x12\x86\xe8\x1a\xc7\x10\x11\xc6\x64\x0c\x55\x78\x59\xef\xe9\x40\x9b\x12\xaf\x73\x56\x69\x51\x2e\xfb\x6e\x3d\xc5\x55\xeb\xea\x82\x70\x21\x23\x93\xac\xa6\x43\x30\x57\x06\x67\x74\x8f\x98\xbf\x26\xd7\xa5\x32\x83\x4f\x13\xa2\xf4\x24\xa8\x2e\x08\x95\x0f\x07\x00\x2c\x69\x18\x98\x85\x2c\x8d\x79\x82\x7d\xb2\x24\x38\x38\x95\xd1\x56\x81\x45\x62\x68\xeb\x87\x1e\x6b\xb0\x5b\x02\xff\x3a\xdc\x15\xee\xa7\xfc\xc2\x98\xc5\xc3\x09\xb4\x2a\x8b\x5f\x22\x1e\x97\x5e\xf2\xd5\x16\x0f\x5c\x19\x44\x0b\xa4\x57\xd5\x95\x85\x53\x65\x88\xba\xe6\x14\x92\x55\xcc\x8b\x0c\x34\x42\xbf\x53\xd6\x8a\x48\x4c\x59\xf6\x3c\xb6\x1c\x60\x11\x83\xed\x0a\xcf\x94\xfd\x81\x31\x40\x7d\x88\x67\x2b\x40\xab\x9f\xdf\xdf\x61\x7f\xc7\x7f\x6d\xfd\xb0\x55\x6c\x2b\xce\x7d\x98\xd0\xd2\xea\xd3\x1b\xa9\x8c\xd5\x95\xae\xc6\x56\x4b\xa4\xff\x1f\x00\x00\xff\xff\x1d\x28\xfc\x41\x04\x63\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7c\x6b\x73\xdb\x36\xf6\xf7\x7b\x7f\x8a\xf3\x78\x3a\xe3\x76\xd6\x94\xe2\x34\x75\xb2\xda\xb6\x33\xb2\xc4\x24\x4a\x2c\x4b\x11\xe5\x36\xd9\x9d\x1d\x15\x22\x21\x09\x35\x09\xd0\x00\x68\x47\x9b\xc7\xdf\xfd\x3f\xb8\xf0\x2a\x52\x92\x2f\x69\x77\xa7\x7d\xd1\xba\xe2\xc1\xc1\xef\x5c\x70\x70\x70\x70\x41\x31\xf9\x05\x73\x41\x18\xed\x80\xc4\x51\x1c\x22\x89\x5b\x2c\xc6\x54\xac\xc8\x42\xb6\x08\x6b\xdf\x9c\x1c\x5c\x11\x1a\x74\x60\x6a\x3f\x1f\x84\x68\x8e\x43\xd1\x39\x80\xac\x45\x07\x62\xce\x7c\x2c\x84\xc0\xfc\x06\xf3\xd3\x17\x0e\x8a\xae\x9d\x98\x09\xb9\xe4\x58\x5c\x87\x8e\x78\x4e\x0e\x00\x3e\xc7\x08\x89\x0e\x9c\xb4\x5e\xb4\x4e\x5e\x1e\x44\x58\x08\xb4\xc4\x1d\xe8\x02\xc5\xb7\x70\x36\x1e\x7a\x80\xe2\x38\x24\x3e\x92\x84\x51\xf8\x36\x11\x84\x2e\x61\x6c\xb8\x78\x1f\xce\x01\xd1\x00\xba\xce\xf0\xc3\x77\xb0\x42\x02\xe6\x18\x53\xf0\x39\x46\x12\x07\x40\x28\xac\x59\xc2\x0f\x40\x21\xf9\x1d\xfb\xb2\x05\xd3\x15\x86\x44\x60\x4e\x51\x84\xdb\x31\x12\xe2\x96\xf1\x00\x16\x8c\x03\xf2\x15\x56\xc5\x5c\xae\x30\xbc\x1f\xb8\xe0\x69\xdc\x30\x71\xbd\x29\x30\x0e\xef\x86\x1e\x10\x2a\x31\x5f\x20\x1f\x1f\x00\x10\x01\xdf\x7c\x79\x3f\x70\x67\x9e\x3b\xf9\xc5\x9d\xcc\x2e\x3d\x77\x72\xd7\x2e\xfd\x34\xee\x7a\xde\xaf\xa3\x49\xff\xae\x05\xaf\x37\xba\x18\xae\x15\xfc\x00\x49\x34\x47\x02\xc3\xe1\x37\x5f\xfa\x67\xb3\x7e\x77\xda\x3d\xeb\x7a\xee\xdd\xe1\x01\x28\xa0\x9a\xd2\xe7\x38\xc0\x54\x12\x14\xaa\x2e\xfb\x67\xba\xab\x8b\xee\xd0\x55\xdd\xf5\xcf\x8a\xdd\x74\xa9\x91\x46\x35\x53\x5a\x01\xa5\x7c\xe2\x6b\xa1\x95\x6d\x36\xb8\x0d\x3f\x94\xb8\x0d\x3f\x14\xb9\x8d\x43\xac\xa0\xcd\x31\x88\x84\x63\x90\xcc\xaa\x56\xf3\x11\xd8\xe7\x58\x1e\x00\x28\x5d\x06\x0a\xff\xdb\xe9\x74\xec\xcd\x3c\xb7\x37\x71\xa7\x77\x87\xe0\x33\x2a\x11\xa1\xa9\xbc\xe9\xf7\xf7\xee\x27\x6f\x3a\x9a\xb8\x77\xb0\x20\xa1\x06\x66\x20\x6b\xa4\x74\xa9\xf8\x26\x5c\x81\x55\xed\x31\x95\xad\x83\x08\x4b\xa4\xf4\xa4\xbc\x0b\x51\xca\xa4\xf6\x05\xed\x6c\x00\x01\x16\x3e\x27\xb1\xd4\xde\xda\xa5\x80\x3f\xa3\x28\x0e\xb1\x72\x1d\xf0\x12\x22\x71\xc9\x7f\x6e\x89\x5c\x19\xc5\x28\xbf\x41\x45\x47\x4a\x2d\xd1\xd2\x6c\x41\x5b\x2c\x62\x1c\x03\xa1\x0b\xc6\x23\xd3\x1e\xcd\x59\x22\x21\xb1\x46\x24\x22\xf3\xf6\x63\x10\x18\xc3\x4a\xca\x58\x74\xda\xed\x25\x91\xab\x64\xde\xf2\x59\xd4\xfe\x7d\xce\x84\x70\xb2\xd1\xd3\x2e\xa0\x71\xd2\xc6\xc2\xf4\x49\x7c\x46\x7b\x21\x12\xa2\xa3\xff\x74\x4a\xe3\x47\x53\x94\x06\x61\x40\x44\x1c\xa2\xb5\xa3\xf4\xdf\x81\x77\x67\x4c\x88\x82\xd4\xa7\xad\x17\xda\x5d\xc3\x90\x2c\x31\x95\xe9\x60\x04\xc3\x0d\xfe\xa6\xb5\x60\x45\xfd\x5b\x51\x0f\xdf\xba\xf1\x0a\x47\x98\xa3\xd0\x68\x4b\xcb\xf4\xdd\x66\xf7\x31\x67\x37\x24\xc0\xdc\x29\xe3\x98\xe0\x00\xde\x22\x79\x0c\x03\xea\x1b\xb1\x24\x5a\x8a\x4a\x30\x38\xd6\x5a\x39\x5e\x91\x20\xc0\xd4\x10\xd5\xc6\x99\x39\xa1\x01\x9a\x87\xb8\x03\x87\x0b\x14\x0a\x7c\xb8\x85\x36\x60\x7e\x12\x61\x6a\x9c\xc3\x49\x78\xd8\xc9\xcc\x61\x06\x5e\x8b\xe3\x60\x85\xa4\xb6\x4a\x89\xb8\x8d\x69\x9b\xe3\xc0\x59\x21\xe9\x18\x73\xcd\xe3\xc8\x11\x4a\x8d\xed\x2d\x1d\x86\x8c\x2e\x9d\x92\xfb\x4d\x8b\x1e\x01\x01\x5e\x10\x8a\x05\x70\x2c\x58\xc2\x7d\x2c\x80\x62\x1c\xe0\xc0\x2a\x5d\x32\x08\xf0\x0d\x0e\x59\x9c\xea\x0c\xce\x94\x63\x29\x23\x8d\xad\xb1\x8c\x29\xb7\x98\x51\x59\x59\x39\x6d\xca\xb4\xe0\x5d\xc7\x40\xa8\x1f\x26\x81\x72\x55\x04\xf3\x84\x84\x81\x1a\x52\x0b\xb2\x4c\xb8\x25\x28\x8e\x8c\x00\xc7\x21\x5b\x2b\x9d\x54\xa8\x2c\xe7\x14\xa3\x1e\x3c\x6a\xbc\x9a\x50\xad\xb8\xcf\x39\xbb\xc2\xfc\x38\x8f\x65\x4d\xbc\x74\xbb\xdc\xd5\x2c\x67\x33\x9a\x70\xe6\x75\xdf\x2a\x0d\x32\x8e\xf8\xfa\x3b\x10\x92\x71\xb4\xc4\x7a\xb4\x9a\xc0\x00\x3e\x8b\xa2\x84\xa6\xb0\x4d\x63\x6d\xe8\xd6\x16\x5b\x89\x24\x8e\x19\x97\x3b\xdc\x42\x33\xb8\x49\xa7\x3e\x3b\x25\x99\x00\xb7\xe7\x6c\xa6\x48\x45\x8c\x7c\xdc\xc9\x07\xcb\x01\x9b\xab\xc9\x47\x74\x0e\x1c\x28\x4e\xad\x37\x27\x07\x00\x66\x1a\xf5\x4c\x94\x3e\x00\x28\xc6\xba\x9a\x68\x57\x89\x77\x6a\x3a\xbb\xc5\x73\xeb\x0d\x47\x42\x8b\x06\x4a\xd2\x34\x8a\xd9\xf8\xdf\x42\x61\xbc\x42\x95\x01\x83\x63\x4c\x03\x4c\x7d\x82\x45\x07\x8e\xfe\xf5\xe5\x50\xa1\x3f\xec\xa8\x50\xde\x1d\x8f\xcf\x07\xbd\xee\x74\x30\xba\x98\xe9\xb9\xa1\x20\xea\x61\xea\x12\x00\x87\x0a\xbe\x6a\x61\x05\x38\xbc\x3b\xde\xce\x45\x29\x4d\xfa\xf1\xe1\x71\x4d\xd3\x7f\x1f\x69\xbe\x79\x26\x51\x71\xe8\x0e\xd4\x70\xd4\x64\xc6\x40\xf5\x5f\x45\x8c\x7d\xc3\x4c\xa9\xc5\xf2\x75\xf4\xff\x74\xe0\xd5\xb3\x57\xcf\xd2\xe1\x88\xf8\x12\xcb\x71\xf9\x67\x81\x43\xec\x4b\xc6\x73\xe5\xa7\x8e\xdd\xd3\x7e\x5d\xdf\xe9\x1f\x63\x66\xf1\x57\xb5\xb3\x89\x03\xce\x43\xcc\xfd\xe2\xc5\xf7\x75\xe6\x4e\x7f\xfe\x2f\x32\x77\x16\x4b\x33\x9b\xe7\xd6\x7e\xca\x11\x52\xb0\xf7\x2e\xed\xfd\xf0\xe2\xfb\xe7\x35\xda\xcb\x7e\x7e\x90\xf6\x8a\xfd\x7f\x15\x45\x9a\xc9\xe9\x48\xc0\x28\xc6\xf4\x57\xc2\xf1\xd7\x52\xa4\x75\xf9\x5d\x5a\x3c\x3d\x39\x3d\x39\xad\x51\x63\xfe\xfb\xc3\xf4\x88\xa2\xeb\xa7\x57\xa0\x67\xa6\x4d\x01\x94\x05\x18\x02\x22\x7c\x76\x83\xf9\x3a\x9d\xff\x57\x90\x65\xc6\xf5\x71\xe8\x2a\x99\x63\x4e\xb1\xca\x70\x09\x6b\x4b\x16\x62\x8e\x24\x76\x12\xca\x31\x0a\xd6\x0e\xa6\x41\xcc\x08\x95\xa2\x03\x87\x92\x27\x36\xbd\x7b\x72\xab\x28\xa4\x25\xb3\xf8\x61\x22\x24\xe6\x83\x71\x07\x2e\x18\xc5\x9b\xa6\x32\xfc\x6c\xbb\xf4\xeb\x1f\x6e\x3b\x12\xd4\x93\xab\xe8\x9f\x99\x76\xc2\x12\x79\x7f\xc3\xea\x56\x66\xdd\x9b\xeb\x37\xcd\x1f\x52\x1b\x7e\xdd\xe9\x78\xc5\x84\x54\x54\x6f\x47\xde\x54\x7d\x9d\xa9\xe5\xa1\x61\x20\x59\xda\x5f\x33\xab\x7b\xea\x4b\x7c\x45\x85\x89\x27\xd2\xd8\x9e\x13\x5b\xad\xe2\x3c\xab\xb9\xbc\x63\x89\x79\x44\xa8\xed\x38\x46\x42\xc8\x15\x67\xc9\x72\x55\xab\xe1\x2d\x5d\x37\x06\x95\x41\x84\x96\xd8\x93\x1c\xa3\x68\x43\x9d\x4f\xea\x35\x8d\x08\xce\xd4\xa2\xc6\x0c\xac\x7d\x0c\x9a\x2d\x0d\x6a\x92\xa4\x5b\x44\xa4\xb3\x60\xdc\xd1\x91\xe9\xab\xc5\xa3\x92\x21\x59\x22\xe3\x44\x66\xe8\x32\x93\xd4\x28\x78\x8a\x96\xd9\xc7\x46\xe6\x1d\x5d\x4b\x90\x26\x10\xe9\x25\x67\xca\x51\x97\x52\x3e\xcb\x3e\xe1\xaa\x61\x6f\x74\x31\x75\x3f\x4e\x67\xfd\xc1\xe4\xce\x12\x2c\x89\xcc\x7b\xe7\x78\xa1\xc8\xbc\xd1\xe5\xa4\xe7\xce\x26\xee\x78\xe4\x0d\xa6\xa3\xc9\xa7\xd9\xc4\x7d\x7d\x97\x51\x25\x9c\xd4\x53\x5d\x4e\xce\x53\x2a\xb9\x8e\x71\x07\xde\x10\x8b\x49\xaa\xe8\xbf\x5c\xa7\x3d\x19\x8c\x5e\xe5\x57\x00\x4c\x6f\xf2\xff\x49\x83\xf1\xfb\x81\x3b\x53\xc0\xbb\x83\x0b\x77\x32\xeb\xbb\xe3\xf3\xd1\xa7\xa1\x7b\x31\xcd\x08\x01\x6e\x50\x98\x68\xcd\x34\xd1\xde\x6d\x70\x1d\x76\x7f\x71\x2f\x66\xc3\xc1\x64\x32\x9a\x28\xe0\x75\xdc\xaa\x34\x9b\x5c\xba\x93\xe9\xe0\x75\xb7\xa7\x35\x5a\xc7\xa1\xf8\x3d\x6f\xbd\x60\xdc\xc7\xe3\x24\x0c\x3b\xa0\x9c\x2d\xff\x9d\xb3\xa8\x53\x60\xb3\xd5\x19\x52\x77\x30\x75\x8b\xea\x1a\x35\x73\xf1\xce\x49\xeb\xb4\xd2\xc6\x2e\x53\xbf\xf9\x32\x18\x76\xdf\xb8\x33\x6f\x3a\x71\xbb\x43\xed\x48\xde\xb8\xdb\x73\xcb\x26\xf4\xb4\xa9\x4c\xe8\xe0\x64\xb9\xc4\x3c\x9b\x2b\x4d\xad\x2b\x07\x6c\xea\x82\x8a\xf1\x9b\xc1\xf4\xed\xe5\xd9\xec\x57\xf7\xec\xed\x68\xf4\x3e\x2d\x0c\x56\x5d\xe3\x6d\x32\x4f\x39\x61\x8a\x39\xf1\x6b\x59\xb9\x17\xee\x64\xd0\xdb\xce\xcb\x34\xb7\xcc\x88\xd2\x57\x6f\x85\xe8\x12\x77\xe0\x4b\x99\x72\x90\x7f\xb3\xd4\xe6\x77\x13\x4a\xec\x87\xc6\xa8\xd3\xaf\xcc\xe9\xff\x5d\xa1\x27\x4b\xc1\x1e\x1b\x9d\x38\xd6\xbd\x89\x0e\x9c\x3c\x62\x71\x54\x37\xee\x8d\xb2\x27\xd8\x14\x93\x0f\x8a\xfa\x49\x49\xca\x0a\xdd\x54\xc5\x3d\xd4\x71\x3f\xac\xbb\xf4\xa3\xe5\xc9\x74\x04\x36\xb6\x22\x42\xb3\x11\x61\x1c\xaa\x14\xc3\xee\x15\xc5\xee\x15\xc7\xca\x9c\xd3\x6d\x87\xc9\x68\x3a\xea\x8d\xce\x9b\x99\x56\x08\x77\xf1\x1b\x4d\xb6\x00\x2c\x10\xed\xe0\x73\xe9\xb9\x93\x9d\x7c\xf4\x36\xca\x0e\x3c\x76\x87\x62\x37\xa6\x74\x2b\x63\x3b\xbf\xfe\x68\xd8\x1d\x5c\xec\xe4\x66\xc8\x76\xf0\x7a\x37\xf4\x66\x1f\x2e\xdd\x4b\xd7\x9b\x4d\xdc\x0f\x97\xae\xb7\x5b\x73\x9b\x4d\xee\xd3\x87\x37\x1e\x5d\x78\xee\xfd\x3a\x31\x6d\x76\xf4\xe2\x7e\x74\x7b\x97\xd3\x51\xa1\xe9\xce\x4e\x36\x9b\xd4\xf5\x31\xfc\xa0\xe9\x07\x3d\x77\x36\x9e\xb8\xaf\x07\x1f\x67\xc3\xee\x78\x3c\xb8\x78\x53\xcf\xbf\x76\xb9\xf4\x53\xb6\x77\x51\xe1\xfc\xee\xa2\x3f\xa8\xe7\x63\x3f\x36\x20\x4a\x37\xc1\x1a\xdb\x66\xbb\x64\xf5\xed\xb7\xfb\x64\x71\x5b\xad\xa1\xfd\x96\x31\x6b\xaa\x0a\x35\x8d\x8c\x41\x1b\xbb\x34\x9f\x1b\x3a\x9c\x8e\xc6\x83\x5e\x73\x5b\xf3\x79\xd7\x40\x74\x27\xde\xc0\x9b\xba\x17\x3d\x77\xd6\x1f\x74\xcf\xdd\xde\x1e\x71\x62\xb3\x4d\x5d\x2f\xfd\xb3\x47\x3a\x49\x5e\x57\xfa\xa9\x7f\x56\xdf\x41\xb3\xaf\xd8\x8f\x0d\xc0\xb6\xfb\x4a\x71\x7f\xb6\xbe\xfd\x76\x5f\x29\x6e\xe8\xd6\xb7\x4f\x37\x89\x1b\xdb\x67\xbb\xc8\x35\xed\xa7\x1f\xb3\xcf\x5f\x4f\xb3\xc3\xc1\xc5\x6c\x3c\x1a\x9d\xcf\xbc\xc1\x3f\x9b\x61\x96\xa8\x1a\x64\x1d\x76\x3f\xee\xc3\xa9\x48\xd5\xc0\x69\xfa\x71\x36\xf0\x46\xe7\x5a\x92\x46\x46\x45\xa2\x3a\x3e\xe5\x2d\xec\x4a\xbe\x9f\xb1\x6a\x63\xe9\xb7\x4b\xb9\xb8\x63\x52\x59\xe7\x86\x85\x49\x84\x77\x32\xae\xc7\x57\xd9\x3f\x6f\xe4\xd2\xec\x9b\xf9\xf7\xe6\xd6\xdb\xbd\xb3\x4c\x53\xe4\xa2\x13\xee\x5d\x89\x98\x26\x52\x6b\x9e\x31\x0b\x89\xbf\xee\x40\x37\xbc\x45\x6b\x51\xa0\x08\xc9\x0d\xa6\x58\x88\x31\x67\x73\xdc\x29\x81\xc0\x9f\x8b\x79\x97\xf9\xc7\x67\x51\x84\x68\x50\xfd\xd9\x81\xf6\x9c\xd0\xf6\x1c\x65\x15\xbc\xfc\x8b\xe3\x6f\x12\xb3\x58\xb6\x31\x8a\x75\xa3\x12\x82\x56\x85\x01\xa1\x44\x12\x14\xf6\x71\x88\xd6\x1e\xf6\x19\x0d\x44\x07\x4e\x9f\x6d\xac\xc7\xb6\xab\xa1\x50\x6c\x4c\x21\x64\x69\xa4\xdd\x93\x78\xf9\xf2\x55\xa9\x63\xbb\xcc\x63\x21\xbb\x22\xa8\xf4\x25\xe6\x4c\x32\x9f\x85\x1d\x98\xf6\xc6\x5b\x79\xe6\xbb\x5d\x45\x9e\xb6\x9c\xf8\x10\x86\xf9\x7e\x4a\x95\xa1\xd8\x8b\xa3\x5a\xf1\x90\x3f\xd7\xda\x65\x08\x65\x73\x67\x3b\xf7\xe5\x0e\x43\x12\x11\x29\xaa\x20\x22\x1c\x31\xbe\xd6\xd3\xa7\x3b\x1c\x4d\x3e\xcd\xce\x07\xc3\x41\x69\x6e\x33\x83\x7f\xc8\x12\x5a\x35\x7e\xa4\x7e\x1b\x23\xb9\xba\x57\xec\xa8\xdd\x99\x76\xae\xf0\x5a\x48\xc6\x71\x1d\xbd\x12\x76\x44\xc3\x75\xa5\xe2\x50\x28\x15\xbe\xe1\xc8\xc7\x63\xcc\x09\x0b\xea\xdc\xdb\xf0\x14\x9b\xe5\x99\x7d\x31\xd8\x25\x7d\x09\x95\xf9\xed\xc2\x8e\x9b\xd2\x29\xa2\xda\x8a\x43\x61\x69\x3f\x46\x1c\x45\x05\x38\x28\x91\x2c\x42\x92\xf8\x15\x09\x33\xc7\x55\xbd\x94\xe0\x6f\x1b\xa8\x3b\x2b\x31\xf7\x18\xf6\x7f\xf5\xca\x43\x79\xa3\xf1\x01\x3b\x92\x4f\x52\x8f\xa8\xa2\xf8\x1f\x29\x4d\x54\x61\xdf\x43\x81\xf0\xb8\x82\xc5\x78\xe4\x4d\xdf\x4c\x5c\xef\xc3\xf9\x96\xe5\xfb\x8e\x94\xb7\xc0\xe3\x51\xa9\x6f\x81\xcf\xa3\x52\xe0\x02\x1f\x95\x38\xf6\x46\x17\x17\x6e\x4f\xe9\xaf\x61\x39\xd4\x4c\xbf\x83\xbb\xf7\xb6\x3b\x71\xfb\xb3\xb3\xcb\xd7\xaf\xdd\xc9\x6e\xe6\x65\xf2\x9a\xdc\xaa\xc6\x0b\x1e\x99\x52\xd5\xa6\x33\xdf\x97\xb3\x04\xe9\xc7\x1e\xf3\xaf\xaa\x51\x1b\x36\x8f\x05\x58\x7a\x12\x61\x96\xc8\x8c\xdd\xc9\x3e\x51\xb2\xce\xc3\xf7\xc9\x93\x36\x7a\xff\x63\x52\x8d\xba\x44\x83\xec\x93\x7b\xc4\xe2\x3a\x04\x67\x05\x27\xcf\x5f\xb6\x9e\xb5\x9e\xb5\x4e\xc0\xb9\x84\x6f\x2a\xa3\x0c\x9c\x6b\x70\x82\xd2\xcf\xa9\x3f\x6f\xf2\x04\x38\xf2\x5c\xb5\x8c\x86\x93\xa3\xdd\xb6\xfd\x61\x6f\x53\xed\x97\xad\xdc\x20\xde\x0e\xc9\xbc\x1d\x2f\xc5\x75\xd8\x56\x71\xb1\x26\x41\xa9\xb3\x77\x89\xf4\x51\x09\x08\x8e\x62\xb9\xee\x13\x5e\x36\x55\x84\x03\x92\x44\x1d\x38\x3c\xdc\xcb\xfd\x32\x38\x7f\x74\xb2\x51\xe7\xf8\x0f\xda\x01\xca\xf9\x74\x4a\x51\xa5\xb4\xbd\x33\xed\xbe\xb9\xab\xb4\xbc\xd7\x3e\xd0\x5f\x38\x7f\x41\xd1\xf5\x8e\xc4\xc5\x50\x3c\x75\xc6\x92\xf6\xfb\xbf\x92\xaa\xa4\x78\xf7\xd1\x15\x3c\x2e\x39\xe9\xda\xba\x6c\xfd\xcc\xba\xa3\x68\xdb\x7d\x6c\xd5\x56\x31\x98\x4e\xba\x17\xde\x78\x34\x99\x36\x57\x52\xb7\x6d\xb2\x28\x16\x43\xd7\x7b\x3b\xeb\x0f\xbc\xde\xe8\x17\x77\xf2\x69\x36\xfd\x34\x6e\xc8\x6a\x1a\x88\xb7\xf2\x4d\x6b\xa8\xcd\x25\xa1\xad\x47\xa6\xf6\xe2\xab\xc3\xc4\x26\xf3\xd7\x95\x20\xa6\xfe\x59\x10\x1c\x06\x13\xbc\xa8\xfe\x6e\xbf\x98\x39\x25\xf5\xda\x56\x16\x9d\x1a\x90\x78\xd3\xd1\x44\x85\xac\x4b\x4f\xfd\x5b\x2f\xb7\x9b\x35\x57\x43\x5c\x93\x61\x99\x6d\x74\xa5\x81\xd3\xef\xef\x95\x63\xed\xe3\xe9\xf0\xa7\x55\x7e\x7e\x38\x7d\xf9\xbc\x86\x27\x8a\xae\x1f\x58\xf9\xf9\xe1\xf4\xe5\x49\x03\x43\x47\x88\xf0\x61\x4c\x4f\x5e\xbd\xaa\x2b\x27\x45\xd7\x52\x3e\x8c\xe1\xe9\xc9\xe9\x49\x1d\x47\x21\x59\xf4\x40\xc1\x15\xcb\x3a\x55\x6a\x96\x0f\x17\xbd\x78\xb2\xb0\xc8\xb6\xbc\xf5\x73\x4f\x86\x2f\xeb\x19\xee\x8d\xf2\x4f\xac\xce\xa1\xe8\x7a\x47\x75\x6e\xbf\x94\xf1\x0f\xcf\xe6\x8a\xa3\xfd\x11\x07\x79\x4c\x04\xea\x9c\xb4\x5e\x7c\xf5\x6c\x2d\x56\x7a\xc0\x52\x2b\xc9\x29\x1f\x7a\x3c\x9a\xda\xab\x90\xbd\x54\x07\xcd\x57\x7b\x08\xb5\x87\x81\x3b\xb9\xc6\x06\xc1\x4f\x4b\xce\x92\x78\x10\x74\x10\x97\x64\x81\x7c\x39\x08\x3a\xf6\x82\xcd\xff\xf7\x9f\xff\xb4\x7c\xde\x41\xcf\x3b\x37\xcf\xd5\xc2\xc5\x5e\x23\xbb\x48\x37\x19\x0b\x9d\xe6\x79\x63\x76\x1b\x67\xcb\x41\x0a\x1b\xf6\xcb\x15\xc9\x90\xcc\x39\xe2\xeb\x9f\x18\x5f\x16\x72\xc8\xeb\x84\xf8\x57\x42\x22\x15\x93\x6b\xe9\x95\x05\x5a\xcf\x5a\xaf\x09\x45\x61\x55\x3b\x4a\x39\xe9\xd0\x01\xc9\xec\xf5\xce\xda\xeb\xa3\xd9\xbd\xd1\x56\x9d\xa0\x96\x72\x6c\x79\x95\x64\xdc\x3c\xd2\x61\xc5\x33\x45\xf6\x3a\x48\x8c\xcb\x27\x81\xc3\xb8\xac\x85\x62\x4e\x83\x58\x18\x87\xaf\x5e\xbc\xf8\xfe\xb0\x0e\x47\x22\x30\xd7\xad\x77\x80\xa9\x5e\xad\xdd\x86\xe9\xd2\x5e\xdd\xad\xc3\x65\x13\x41\x8b\xeb\x8a\x60\x7b\x6f\xb2\x4e\x45\xe9\xc5\xdf\x7b\x22\x83\x61\x22\x24\xcc\xcd\x60\x0a\xc8\x62\x81\xb9\x1a\x08\x72\x85\x68\x76\xab\xf8\x1f\x10\x29\x22\xca\x14\x21\x70\xc6\xe4\x31\xa0\x20\x22\xf4\x58\xf1\xd3\x7f\x11\x9d\xca\x33\x6e\x49\xed\x70\x31\x0b\x20\x09\x21\x46\x42\xc2\x2b\xf0\x57\x88\x23\x5f\x8d\xcb\x63\x38\x01\xbd\xfa\x99\x63\x49\xfc\xfc\xc3\xb7\xe2\x3b\xf5\x29\x20\x4b\x22\xf5\xdf\x88\x06\x70\x02\x94\x51\x47\x93\xd3\x24\xca\x0e\xc4\x89\x75\x34\x67\xe1\xb7\xe2\xbb\xad\x26\xb7\x7a\x39\xb0\xb1\x0b\x8e\xfe\x85\x9c\xff\x74\x9d\x7f\xfe\xfb\xcb\xe9\xdd\xbf\x9e\x39\x7f\xff\xf7\x97\x93\xbb\xff\xa7\x06\xab\x3e\xaa\xa7\x2f\x79\xe3\xcf\x31\xc7\x42\x0d\xe8\x5a\x67\x49\x13\xec\x8a\x15\xde\x75\xbb\x1e\x9c\xb3\x25\xa1\x3d\x73\x34\x15\x02\x16\x21\x42\x95\x2e\x25\x88\x15\x0a\x43\xa5\x3e\x7d\x39\x58\x19\x29\x91\x2b\x4c\xa5\x5a\xa7\x18\xc7\x12\x70\xbb\xb2\x37\x47\xcd\x0d\xc0\x77\x43\x6f\x9b\x64\x7d\xcd\xbd\x0e\x61\x76\xf8\xc7\x3a\x0e\x93\xab\x4d\xa7\x79\x77\xd1\x1f\x18\x5f\x66\x0b\xe0\xf8\x3a\xc1\x42\xc2\x75\x82\x13\x73\x24\x7c\x47\xe7\xca\x89\x3e\x28\x62\x01\x13\xd3\xb6\x0e\x48\xed\xc9\x21\x0b\x4a\x77\xd5\x7e\x3f\x70\x5b\x86\xb8\x95\x52\x6c\xc7\x29\x62\x46\x05\x7e\x20\x50\xd3\x78\x27\xd2\xec\xfc\x51\x33\x54\x4b\xb2\x0d\xab\x4a\x27\x12\xc9\xf8\xfe\x58\xdd\xb4\x45\x06\xba\x0e\x6a\xed\x21\xa6\x26\xa4\x29\x71\x15\xe9\x5b\x32\x57\x63\x5b\x62\x88\xd5\xd4\x25\x24\xa6\x3e\x86\x80\x20\xb5\x9c\xdf\x3a\x9e\x0a\xe4\x7d\x43\x5e\x3b\x48\x6a\x8f\xd1\xa4\xfe\xc8\x97\xad\x55\x0a\xa0\x95\x76\x9a\x5f\xa2\x7d\xf5\x3c\xe5\x5c\x13\xe8\xb4\x7a\xd3\xf7\x00\x0a\x2b\xfd\x0d\xd0\xdd\xc2\x4d\xe0\x8b\x62\x80\xad\x66\x38\x07\xa0\xfd\x9f\x70\x1c\x64\x79\x52\x1e\x72\x1d\x14\xc7\x1b\x49\x44\x2f\x51\xc9\xb1\xbe\xb6\x90\xe1\x29\xde\x33\x01\xce\x12\x89\x5b\x00\xe7\x18\xdd\x60\x98\x87\x88\x5e\x69\xa2\x00\x2f\x50\x12\xca\xac\xa5\xb9\x8f\x88\x5b\xcb\x56\x07\x7e\x2c\xde\xa3\x57\x1f\x7f\x76\x7e\xb4\xaf\x3c\xfc\xdc\xfa\xd1\xb6\x74\x4c\x50\x71\x44\xb2\x58\x90\xcf\x3f\x6f\x64\x19\x29\x32\x05\xc6\x5c\xf0\x78\x6b\xbb\xca\xe4\x2f\x5d\xb2\xd8\x5b\x34\xb1\xaf\x6c\x5a\xa2\x4c\x3e\x2b\x9b\xbd\x8c\xf1\xd4\x22\x8a\xbd\x64\xf4\xaa\x42\xbe\x21\xd2\x9e\xd4\x87\xcb\xc9\xa0\x7a\x05\xa6\xda\x9f\xa2\x9e\xe0\x98\x09\x22\x19\x5f\x83\x39\x52\x6f\xba\xa9\xbd\x29\xb0\xc5\x9f\xf6\x78\x4c\x21\xfb\xcb\x29\x64\x72\x75\x02\xcc\x39\xa2\xfe\xaa\x2d\xd1\x12\x38\xd6\xd3\xb6\xae\x2a\xd4\x40\xcf\x3f\x36\xa1\x9e\xb8\xaf\x0b\xf9\xcf\x49\xeb\xc5\x46\xfa\x33\x46\x72\xa5\x1f\x4f\x20\x54\x73\xb5\x56\x53\x33\x99\xbe\x87\xff\x0f\x53\xb3\xd6\xba\x54\x19\x42\x46\x10\x10\xae\x2b\x84\xeb\x8d\x01\x9a\x4e\x93\xfd\x94\x22\x03\x58\xb8\xcd\xd1\x90\xfc\xb6\x6d\x32\x5b\x85\xd9\x4f\xef\x98\xe6\xa1\x58\x4f\xb8\xf3\x75\xe9\x65\x00\xc9\xf4\x41\x88\xf0\xc6\xbc\xfb\x11\x20\x89\x8c\x3f\x18\x7f\xd5\x2e\xfc\x3b\xba\x41\x1d\x63\x9e\x76\x4e\x20\xda\xae\x79\x8d\xa3\xef\x55\xe5\x29\xf7\x5d\x0a\x39\xf9\xc9\x3c\x2b\x8c\x66\xbe\x8d\x77\x93\x5c\xd6\xcb\xeb\x3b\xae\xf6\x59\xd8\x52\x6c\xf2\x48\x65\xab\xe6\x69\x4c\x59\xd3\x67\x94\x62\xdf\xbc\x75\x80\xb4\x9d\xea\x54\x2a\xf4\x53\x2a\x86\x14\x24\x33\x2b\xd5\xec\xae\xaa\x51\xab\x55\xe9\xbb\x48\x7c\xec\x56\x65\x50\x53\x5e\x2f\xef\xe9\xb5\xed\x69\x53\x95\xf9\x81\xd8\xa2\x2a\x2d\xd3\x6a\x30\x3b\xd3\xbd\x67\x4b\x9a\x14\xa4\x5e\xe3\xe9\xf7\x4d\xd4\x4a\x51\x1a\x61\xf4\x52\x5f\xb4\xa0\x1b\x86\xec\x16\x07\x86\xbd\xa9\x87\x21\x8e\x3b\xf0\x9b\x1a\x99\xb7\x84\xe3\xdf\x8e\xe1\x37\x14\x5d\xc7\xea\xbf\xba\x46\xf2\x9b\xce\x52\x7f\x8b\xae\xa5\xfc\xad\x05\x23\x1a\xae\x0b\xc4\x40\x04\xd8\xa7\x1a\x4c\x3f\x6e\x77\xdc\xda\x88\x69\xfa\x09\x8a\x74\xb5\x24\x8a\xc2\x6e\x2e\x93\x52\xd6\x55\x69\x75\xc6\x60\x56\xd4\x0d\xa2\x4d\x57\x38\xcd\x9d\x04\xdc\x12\x93\x90\x66\x45\x02\x14\x86\x6b\x2d\x6e\xfa\xd8\x90\xca\x47\x0b\x46\x04\x13\x8b\x94\x86\x04\x3b\x56\x1f\xd6\x19\x93\x08\x05\x38\x7d\x0c\x68\x1e\x62\x40\xc2\x98\x2e\x3b\x6e\xa4\x19\x13\xaa\xa5\xaf\x0a\x6f\xf2\xb3\xa2\xd0\xd9\x29\x60\x2b\xf2\x66\x9a\x78\x5c\x93\x8e\x1d\xef\x91\xf8\x4c\x59\x4c\xfc\x3d\x94\x24\x15\xdd\x7f\x93\x92\x34\xf0\x92\x92\xec\x71\xe7\xa6\x1c\x89\x2d\x0a\x6f\x1a\x55\x5f\x2e\x4a\x4f\x33\xe9\x07\x8b\xaa\x5d\xd9\x54\xef\x7d\x4a\xe3\x19\x16\xa5\x61\x58\x3c\xd2\xd4\x54\xa0\x40\x71\x6c\x0f\x7a\xed\x02\x59\x82\x93\x4e\x33\xa5\x17\x99\xb6\x02\x7c\x4d\x42\x4c\x37\xd1\x15\x8e\x9e\xa6\xf9\x9c\x6d\xd1\xfa\xfd\xaa\xb6\xd0\xa0\x31\x21\x21\x98\x4f\x8c\x71\x89\x5c\x59\x1c\xba\x47\x1f\x73\x49\x16\x7a\xcd\xd6\x80\xa9\x97\x53\xd4\x29\xcc\xe6\x9b\x69\xe8\x52\x13\xc0\xd6\xd5\x7c\x9a\xe8\x66\x0a\x52\x91\x66\x37\x8a\x4c\x33\x85\xe5\x6f\xc3\x81\x58\x0b\x25\x5a\xa7\x5d\xa8\xbe\x1b\xa7\x9f\xac\x02\xd2\x38\x07\x15\xea\x19\x66\xc1\xad\x9a\xd8\x35\xb7\x5e\x6e\x7f\x7f\xb7\x6b\xb1\x5d\x3e\x8f\x5e\x99\xb9\xb6\x22\x8b\x73\x71\xeb\xd1\x35\x96\x03\x34\xb4\x57\x77\x3b\x0b\x01\xe5\xb3\xee\xdb\xb1\x79\x58\x0a\xf8\x8c\x9c\x98\xb1\xb0\x1d\x11\xaa\xff\x70\x04\xf9\x4f\xbe\x80\xc9\x26\xa3\xa0\x90\x84\x6c\x8c\xfd\x7e\xf6\x09\x86\x84\x92\x28\x89\x60\xcc\x58\x08\x1e\xf9\x4f\x69\xbe\x2f\x9f\x51\xdf\x8a\x06\x7d\x7e\x12\x34\xe8\xf3\x16\x34\xa5\x73\xee\x75\x68\x24\x47\x54\x20\x3d\xe3\x3b\x44\xb0\x30\x7f\x51\xe9\x41\x68\xa6\x39\x3b\x18\xa4\xec\x8a\x88\x4a\xe7\xe5\x6b\x86\x5d\x64\xc5\xa1\x49\x34\xc7\x5c\x05\x27\x3f\x24\xb6\x2e\x6c\x33\x13\x01\xc8\xe4\x07\x2d\xf3\x34\x16\x0a\x05\x03\xa1\x85\x59\x99\x22\xda\x26\x93\x58\x0d\x2a\x25\x46\x41\x5e\xb1\x21\x48\xe1\xbd\xb2\xe1\x26\x8e\x1c\x40\x26\xd0\x96\x33\x5f\x15\xd9\x7a\xa9\x26\x05\xac\xd8\x2d\x44\x89\xbf\xb2\x67\x7b\x55\x76\x12\xe0\x40\xc7\x12\x5d\x96\x2a\xa0\xd0\xc9\x1f\xf2\x57\x6a\xce\xd0\x9b\x97\x5b\x10\x7b\x2b\x2d\xe0\x59\xb2\x58\x60\x5e\x0b\xb1\x72\x70\xac\x82\xf0\x32\xab\xac\xea\x77\xf3\x24\xa2\x01\xe2\x41\x3a\xa7\xaa\xb1\xdd\x82\x81\x54\x68\xd3\x21\x57\xca\x4d\xd5\xac\x56\xcd\x39\x5b\x30\x58\x40\x88\x17\xd2\xac\x4c\x8e\x81\xc8\x6c\x26\x4e\x87\x78\xb0\x59\x35\x50\x89\xd8\x13\xc4\xb0\xe2\xfd\xab\x8d\xa5\x54\x21\xb8\xff\xd9\xa2\x3e\x3a\x20\x16\x8f\x1c\xd4\x0c\xa9\xfc\x81\x15\xa4\x1f\x7b\x93\xeb\x58\x57\xcf\x13\x61\x4c\x9d\x7e\x57\x72\xe9\xe7\x57\xb2\x07\x54\x5a\x00\x47\x01\x15\xe6\x00\x98\x96\x46\xb5\x19\xc5\x98\x7a\x6a\x79\x7c\x24\xa0\x7f\xe1\x65\x45\x89\xc2\x8a\xae\xc4\xe1\x2a\x99\xe3\xa3\xbc\xf9\xfb\xec\xf5\x16\xcd\x56\xd7\xc4\xbb\xe3\x41\xb1\x79\xca\xb1\xc8\x66\xb0\xb0\x35\x59\xcb\x2f\x4d\x09\x14\x1d\xf2\x7d\x96\x50\xa9\xa4\xc9\xcc\x12\xb3\xc0\x14\xc2\x57\xc8\x2e\x31\x8f\x6e\x08\xbe\x3d\x02\xce\x42\x7c\x0c\xb7\x2b\xe2\xaf\xc0\x47\x54\xa7\x96\x41\xa0\x56\x1b\x04\xc1\x11\xf3\x21\xd6\xbb\xf1\xea\x47\x47\xd1\x3a\x92\x39\xca\x25\x34\x67\xc5\x02\xc4\x5a\x48\x1c\x75\x6c\xef\xb6\xf3\xce\x8f\xd9\x46\xda\xcf\x1d\x5b\x46\x39\x52\xa9\x29\xc7\x50\xf8\xa4\x9c\x4a\x9a\x2d\x9e\xdf\x4d\xe1\xae\xb0\x03\x57\xef\x1f\x43\x65\x93\x7e\x66\xc4\xe9\x3a\x2e\x14\xd2\x1a\x8f\x7a\xd8\xa4\x22\xa0\xb5\xd9\x8d\x79\xc5\xd3\x3e\x83\x97\x08\xf5\x6f\x7d\xff\xa0\x16\x80\x67\xe9\xce\x2d\xc5\xae\xb3\x12\xb6\xeb\x93\x67\xcf\x60\x39\xaf\xa9\x9b\xbc\x4d\xe6\xe9\x16\x6a\x43\x76\xf9\x46\x17\x67\xe0\x57\x3c\x5f\x31\x76\x65\xb3\xdf\x07\x8f\x8f\xda\x17\x03\x76\xa6\x0e\xf6\xe2\xbf\x7d\xe3\x70\x07\x5e\x4b\xfb\x54\x80\x6b\xdf\x25\xd8\x89\xf8\x22\xf5\x23\xb5\x80\x31\x0e\xae\x5c\xad\xb0\x35\x2c\xf4\x80\x4f\x1f\x5d\x1c\x92\x20\x08\xf1\x2d\xe2\xd8\xec\x60\x0b\xb5\xca\xb6\x0b\x20\x21\x51\x18\x9a\x29\x56\xad\xc5\x4a\x3c\x54\x03\xca\x78\xa4\x16\x62\x39\x29\xd8\xf5\x42\x56\x3d\x2b\xfb\x35\xc0\x27\x96\x80\x58\xb1\x24\x0c\x80\xa9\x05\x3a\xc5\x66\xbe\x8b\x58\x40\x16\x6b\xf3\xf0\x29\x59\xc0\x9a\x25\x47\x37\xb8\xc0\x77\x43\x06\x42\x01\x55\x36\xcb\xb2\xae\xda\xe9\xa3\xbc\x55\x13\x15\x38\xe4\x8a\xca\x34\x5e\xbf\xef\xbd\xa5\x68\x93\xbf\xc3\x58\x31\xc2\x10\xdd\x60\x0a\x11\xe1\x5c\xe5\x50\x79\x94\xf5\x9e\x0f\x8c\x2b\x89\x2a\xb2\x52\x8b\x62\x69\x73\xe3\x19\x91\x4a\x57\xe7\x44\x48\x95\x99\xa4\xf5\x3d\x82\x85\x76\x38\x6b\x7b\xc4\xfd\x15\xb9\x29\x94\x19\x7c\x16\x13\x6d\x27\xc9\x4c\xcd\xad\xb8\x01\x0e\xb0\x60\x61\x60\x27\xb2\x84\x8a\x18\xfb\x64\x41\x70\x70\xac\xb2\xad\x9c\x17\xa1\xd0\x36\x8f\x54\x55\xd8\x6e\x28\xfc\xeb\xa0\xcb\xc3\x4f\xf1\x75\x94\x9a\x08\x27\xd1\xb2\xa8\x7e\xc5\xf1\xb0\xf0\x0a\xa1\xf1\x78\x10\xda\x21\x5a\xa0\xa2\xaa\xa9\x2c\x1c\x6b\x47\x34\x35\xa7\x90\x2c\xa9\xc8\x57\xa0\x11\xfa\x9d\xf1\x56\x44\x28\xe3\xe9\x7b\x9e\x4a\xc0\x3c\x07\xdb\x96\x9e\x69\xff\x03\xeb\x80\xe6\x88\xc6\x46\x82\x56\x3d\x54\xbb\xc5\xff\x0e\xff\xde\xfa\x61\xa3\x42\x9c\x9f\x6d\xb0\xa9\x65\x6d\x4c\x6f\xa4\xb2\x5e\x57\xb8\x67\x56\x08\xe6\x6f\xc8\xc1\xff\x05\x00\x00\xff\xff\x05\xb6\x4f\x8f\xc2\x5b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x59\x6d\x8f\xdb\x36\x12\xfe\xee\x5f\x31\x17\x14\x48\x0b\xac\xe4\x6c\x10\xa4\x39\xf5\x05\x70\xbc\x4a\xd6\xed\x7a\xed\xc8\xde\xf6\x7a\x45\x61\x50\xd2\xd8\x66\x23\x91\x2a\x49\x79\xe3\xdb\xdb\xff\x7e\x20\xa9\x77\xcb\x76\xf7\xda\xe2\x6e\x3f\x79\xc5\xe1\xc3\x79\xe3\xc3\xe1\x90\x64\xf4\x07\x14\x92\x72\xe6\x81\xc2\x34\x4b\x88\x42\x97\x67\xc8\xe4\x96\xae\x95\x4b\xf9\x70\x77\x39\xf8\x48\x59\xec\xc1\xb2\x18\x1e\x24\x24\xc4\x44\x7a\x03\xa8\x66\x78\x90\x09\x1e\xa1\x94\x12\xc5\x0e\xc5\xeb\x57\x4e\x48\x24\x8d\x1c\xf9\x92\x0e\x00\x3e\x65\x84\x48\x0f\x2e\xdd\x57\xee\xe5\x97\x83\x14\xa5\x24\x1b\xf4\x60\x04\x0c\xef\xe1\xed\x7c\xba\x00\x92\x65\x09\x8d\x88\xa2\x9c\xc1\x96\x48\x08\x11\x19\x44\x02\x89\xc2\x18\x28\x83\x3d\xcf\x85\x5e\xe2\x57\x8c\x94\x0b\xcb\x2d\x42\x2e\x51\x30\x92\xe2\x30\x23\x52\xde\x73\x11\x0f\x00\xd6\x5c\x00\x89\xb4\x1a\x94\x6d\x40\x6d\x11\xbe\x9f\xf8\xb0\x30\x2a\x41\xe0\x2f\x96\xc0\x05\x7c\x37\x5d\x00\x65\x0a\xc5\x9a\x44\x08\x54\xc2\x67\x0f\xdf\x4f\xfc\xd5\xc2\x0f\x7e\xf0\x83\xd5\xdd\xc2\x0f\x1e\x87\xad\x4f\xf3\xd1\x62\xf1\xe3\x2c\xb8\x7a\x74\x07\x29\x2a\x12\x13\x45\xb4\xe9\x84\x31\xae\x8c\xc6\xc6\x13\x00\x31\xca\x48\xd0\x4c\x19\x57\x8e\x18\xe0\x27\x92\x66\x09\x6a\x03\x61\x91\x53\x85\x4d\x2b\x5d\x78\xc7\x05\xa4\x5c\x20\x50\xb6\xe6\x22\xb5\xb6\x93\x90\xe7\x0a\x72\xad\xbf\xc1\x04\x50\x5b\x2a\x2b\x37\x5f\x80\x44\x84\xad\x52\x99\xf4\x86\xc3\x0d\x55\xdb\x3c\x74\x23\x9e\x0e\x7f\x0d\xb9\x94\x4e\x15\xb6\x61\x63\x25\xa7\x9c\x2c\x5d\x03\x49\x23\xce\xc6\x09\x91\xd2\x33\x3f\x9d\x56\xe0\x8c\x44\x2b\xfa\x31\x95\x59\x42\xf6\x8e\xf6\xb5\x07\xdf\xbd\xe5\x52\x36\x2c\x7a\xed\xbe\x32\xce\x4c\x12\xba\x41\xa6\xca\x2c\x00\x8b\x06\x9f\x33\x5e\x98\x61\x74\xfe\xe2\x10\x3e\x13\x7c\x47\x63\x14\x4e\x7b\x9d\x00\x63\xb8\x26\xea\x02\x26\x2c\xb2\x6a\x2b\xb2\x91\x9d\x2c\xbb\x30\x56\xdb\xd1\xde\xcc\x0d\x29\x8b\x49\x98\xa0\x07\xcf\xd6\x24\x91\xf8\xec\x84\x6c\xcc\xa3\x3c\x45\x66\x23\xea\xe4\x22\xf1\x2a\x3f\xdb\x94\x72\x05\xc6\x5b\xa2\x8c\xbb\x5b\xc2\x43\x64\x43\x81\xb1\xb3\x25\xca\xb1\x71\x08\xb3\xd4\x91\xda\x3f\xc3\x13\x0b\x26\x9c\x6d\x9c\x56\xce\x2c\x9b\xa1\x86\x18\xd7\x94\xa1\x04\x81\x92\xe7\x22\x42\x09\x0c\x31\xc6\xb8\xcc\x0b\x0e\x31\xee\x30\xe1\x59\xe9\x2c\x78\xab\xf3\x46\x7b\x7f\x5e\x44\xc1\xc6\xe8\x44\x7c\x74\xf8\x42\x22\x2b\xd0\x46\xda\x5c\x00\x65\x51\x92\xc7\x7a\x27\x11\x08\x73\x9a\xc4\x10\x71\xb6\xa6\x9b\x5c\x14\x02\xcd\x4d\x1b\x63\x96\xf0\xbd\xf6\x49\x5b\xaa\x04\x66\x7a\x1b\x4b\x8c\x72\x81\x10\xf1\x34\xcd\x59\x39\xd3\x24\xbb\xf1\xb5\x7b\xc2\x5b\x32\xcf\x32\x2e\xd4\x99\xc0\x18\x80\x5d\x49\x67\x05\xdf\x00\xd8\x9c\x3a\xc5\x50\x5a\x42\x66\x24\x42\xaf\x4e\xcf\x01\x0f\x35\xdd\x48\x6f\xe0\x40\x93\x25\x77\x97\x03\x00\xcb\x88\x9a\x5a\x68\x84\x03\x80\x26\x33\xf4\x70\x43\x87\x1d\x34\x81\xdd\x63\x58\x84\xe1\xb9\x34\x16\x81\x36\xd0\xfa\xa0\x26\xd8\x4e\x54\x3c\xf8\xec\x61\x34\x9f\xdf\x4c\xc6\xa3\xe5\x64\x76\xbb\xba\x1d\x4d\xfd\x47\x23\x66\x6d\xec\x1f\x95\x19\x46\x16\x4c\x2f\x51\xe0\x3a\xe6\x1f\x0f\xde\xbc\x78\xf3\xa2\xcc\x29\x22\x36\xa8\xe6\xed\xcf\x12\x13\x8c\x14\x17\xb5\x21\x65\xa4\xc7\x26\xd0\xfd\x8b\xf6\xb8\x8c\xc6\xbd\xa2\x8e\xb6\xbd\xf2\x68\xc0\x73\xf5\x74\x7f\x9a\x59\x96\xfe\x6b\x5f\x95\x6e\x95\x36\x48\x7f\xb1\x67\xb7\x5c\x2a\x2d\x75\x3d\x5b\x2c\xf5\xe8\xea\x7a\xb9\x9c\x5b\x00\xc5\xcb\xf5\x8e\x43\x1d\x4d\xb1\x49\x4a\x36\xb8\x50\x02\x49\x7a\xe0\x96\x3f\xd5\x98\xa3\x1a\xbc\xd5\x7b\xdf\xc6\xfa\xf7\x04\xa6\xda\xbf\x24\xc9\xb6\xa4\xbd\x8b\xef\x09\x55\xce\x9a\x0b\x47\x20\x89\xf7\x1e\x3c\x53\x22\x2f\x58\xf9\x2f\x0b\x0c\xcf\x55\x96\xab\x4a\xbb\x2a\x16\x3d\x0e\x5e\x92\x4d\x35\x78\x14\xdc\x33\x67\xa9\xb2\x7b\xc3\x30\x73\x89\x18\x71\xa6\xf0\x93\xba\xa2\x42\x4f\x1c\xcf\x6e\x97\xfe\x3f\x96\xab\xab\x49\xf0\x58\x08\x6c\xa8\xaa\x57\x17\xb8\xd6\x62\x8b\xd9\x5d\x30\xf6\x57\x81\x3f\x9f\x2d\x26\xcb\x59\xf0\xd3\x2a\xf0\xdf\x3d\x56\x52\xb9\xa0\xfd\x52\x77\xc1\x4d\x29\xa5\xf6\x19\x7a\xf0\x9e\x16\x3a\x29\x41\x14\x6e\xf6\xe5\x4a\x56\xc7\x45\xe7\x2b\x00\xb2\x5d\xfd\x8f\x53\xd8\xab\xcb\x1e\xad\xf8\x68\x72\xeb\x07\xab\x2b\x7f\x7e\x33\xfb\x69\xea\xdf\x2e\x2b\x41\x80\x1d\x49\x72\xe3\x99\x63\xb2\x8f\x07\xa8\xd3\xd1\x0f\xfe\xed\x6a\x3a\x09\x82\x59\xa0\x15\xef\x43\xeb\xca\x1c\xa2\x8c\x82\xe5\xe4\xdd\x68\x6c\x3c\xda\x87\xd0\x1c\xaf\x67\xaf\xb9\x88\x70\x9e\x27\x89\x07\x3a\xd9\xea\xef\x82\xa7\x5e\x03\xe6\x64\x32\x94\xe9\x60\x8f\xf7\xee\x41\x52\xa5\xb8\x77\xe9\xbe\xee\xcc\x29\x0e\x95\xcf\x1e\x26\xd3\xd1\x7b\x7f\xb5\x58\x06\xfe\x68\x6a\x12\x69\x31\x1f\x8d\xfd\x76\x08\x17\x26\x54\x96\x33\x04\xdd\x6c\x50\x54\x5c\x6d\x6b\xbd\x5a\x61\x89\x91\x40\x43\x38\xef\x27\xcb\xeb\xbb\xb7\xab\x1f\xfd\xb7\xd7\xb3\xd9\xf7\xab\x85\x3f\x0e\xfc\xe5\x41\x6a\x5c\xe7\x61\x89\x84\x0c\x05\x8d\x7a\xa1\xfc\x5b\x3f\x98\x8c\x4f\x63\xd9\xe9\x05\x18\xd5\xfe\x1a\x6f\x09\xd3\xf5\xfc\x43\x5b\x72\x52\x8f\x15\xd2\xf6\xbb\xa5\x92\x62\xe0\x28\xeb\x5c\x75\x8e\x99\xff\x2f\xea\x81\xf2\x54\xf9\xa3\xec\x24\xd0\xac\xa6\x6f\x47\x7f\xe0\xb4\xed\xdb\xf7\xd6\xd9\x01\xda\x5b\x54\xab\xb4\x2a\x45\xda\x0e\x3d\x74\xc5\x13\xdc\xf1\x34\x5d\xcf\xf9\xc7\xd8\x53\xf9\x08\x0a\x6e\x25\x94\x55\x3b\xc2\x26\x54\x8b\xc3\x9e\xc4\x62\x4f\xe2\xb1\x36\x72\xe3\xa6\x78\x1c\xb0\x79\x9d\x3c\x8d\x53\x5e\x2f\xcf\x62\x55\xf7\xd0\x1e\xbc\xeb\x59\x70\xeb\x2f\x3f\xac\xc6\x37\x77\x8b\xe5\x59\xd0\x63\xd2\xa7\x90\x3f\xdc\xf9\x77\xfe\xe2\x34\x9e\x95\x39\x85\xb2\x9c\xcd\x27\xe3\x33\x28\x56\xa6\x89\x62\x58\xe6\x5c\xf6\x19\x21\x4d\xf4\x73\x9e\xd0\x68\xef\xc1\x28\xb9\x27\x7b\xd9\x90\x48\xe8\x0e\xf5\xfd\x68\x2e\x78\x88\x5e\x4b\x09\xfc\xd4\x4c\x36\xfb\xa7\xaf\x29\x84\xc5\xdd\xcf\x0e\xe8\x7b\xe5\x30\x24\x72\x7b\x30\xe2\x44\x87\xc2\x3c\x53\x43\x24\x99\x99\xd4\xd2\xc0\xed\x00\x50\x46\x15\x25\xc9\x15\x26\x64\xbf\xc0\x88\xb3\x58\x7a\xf0\xfa\xc5\xc1\x21\x74\xda\x0d\x8d\x0a\xbf\x54\xa1\xda\x3b\x45\x65\xff\xe5\x97\x6f\x5a\x0b\x17\x67\x1b\x4f\xf8\x47\x4a\x5a\x23\x99\xe0\x8a\x47\x3c\xf1\x60\x39\x9e\x9f\xc4\xac\x2f\x11\x4d\xcc\xa2\xb4\x3f\x0f\xa8\x49\x99\xfe\x6f\x63\xd3\x56\xa1\x1d\x9c\xea\x0e\xde\x5e\x30\xa1\x29\x55\xb2\xab\x44\x8a\x29\x17\x7b\x53\xd3\xf8\x53\x5d\xaa\xdd\x4c\xa6\x93\x06\x9b\x28\x14\x29\x65\x86\x51\xdf\x0b\x12\xe1\x1c\x05\xe5\x71\x37\xe2\xdd\x02\xa0\x71\xd2\xce\x89\x20\x69\x63\x59\x92\x2b\x9e\x12\x45\xa3\x4e\x89\x53\xc5\xe8\x56\x17\x22\x4d\xde\x3c\x95\x42\x67\x0b\xa3\x27\x24\xe4\x13\x0a\x81\x4c\x1b\x85\xca\x58\xec\xb4\x6f\x77\xcf\x97\x45\x27\x6f\x5c\x1a\x74\xb4\xdd\x00\x94\x81\xed\xa6\x79\xb5\xf9\x93\xf8\x9b\x8d\xe0\x79\x36\x89\x3d\x22\x14\x5d\x93\x48\x4d\x62\xaf\x68\x13\xfc\x3b\x7a\xf9\xcd\xe6\xa5\x47\x5e\x7a\xbb\x97\xcf\x07\x00\x45\x1f\xea\xb6\xa4\xe9\xc6\xa2\x75\x49\x52\xf5\x14\x4e\x9c\x34\x05\xaf\xb5\x8a\x45\x27\xa1\xa1\x20\x62\xff\x0d\x17\x9b\x46\x79\xf2\x5b\x4e\xa3\x8f\x52\x11\xbd\x73\x7b\xe5\xbd\x4b\xf7\x95\xfb\xc2\x7d\x47\x19\x49\xba\xde\x29\x9b\xa1\x46\x23\x50\xbc\xe8\x80\xfe\xae\xf6\xa7\xdb\x67\x70\x31\xe1\xae\x68\xb0\xb6\x6c\x6d\x9f\x7d\x85\x89\x1f\x29\x16\xdd\xc3\x1e\xd5\xca\xf6\xec\x53\x35\x83\x69\x2e\x15\x84\x36\x63\x62\xba\x5e\xa3\xd0\xd1\x56\x5b\xc2\xaa\xde\xef\x57\x90\x6a\x21\xc6\xb5\x20\x08\xce\xd5\x05\x90\x38\xa5\xec\x42\xe3\x99\x5f\xd4\x94\x45\x5c\x14\xa2\x45\x4e\xd8\x02\x52\x41\x82\x44\x2a\x78\x03\xd1\x96\x08\x12\xe9\xe4\xbb\x80\x4b\x30\xd5\x63\x88\x8a\x46\xf5\xc0\xe7\xf2\x0b\x3d\x14\xd3\x0d\x55\xe6\x37\x61\x31\x5c\x02\xe3\xcc\x31\xe2\x2c\x4f\xab\xb2\x58\xee\xd3\x90\x27\x9f\xcb\x2f\x4e\xb9\x77\xde\x68\x5b\xeb\x1d\x07\xcf\x7f\x26\xce\xbf\x46\xce\x3f\x7f\x79\x78\xfd\xf8\xf3\x0b\xe7\xef\xbf\x3c\x5c\x3e\xfe\x4d\x67\xa4\x29\xd8\x4d\x8f\x1d\x3f\x65\x02\xa5\xb4\x6d\xb5\xe3\x85\x44\x4f\x14\x4c\x6e\xac\xb9\x30\xbe\x6f\xb6\xa1\xbb\x1a\x8e\x1a\x3d\xbd\xdb\x66\xf4\xbb\x5b\x7c\xa0\x59\xf1\xb7\x9c\x0a\x8c\x2b\xda\xa9\xf3\xc1\x21\x59\x76\xb0\x8d\xc7\xb9\x54\x3c\x35\x9d\x92\x4a\x9f\x66\x87\x06\x04\xcf\x15\xba\x00\x37\x48\x76\x08\x61\x42\xd8\x47\x23\x14\xe3\x9a\xe4\x89\xaa\x66\x5e\x18\x37\xa3\xbb\x71\x3d\xf8\xba\xd9\xea\xd6\x83\xdf\x3a\x5f\x17\x0f\x05\xdf\xba\x5f\x17\x33\x9d\x98\xa7\x84\x32\x47\xe6\xeb\x35\xfd\xf4\xed\xc1\x3e\x2f\x35\xd3\xca\xd8\x5e\xd2\x75\xb1\x54\x65\x7f\xab\xaf\xd3\x35\xed\x3d\x55\xc5\x3d\x1b\xee\x82\x49\xb7\x11\xd5\x5d\x4d\x4b\x07\x98\x71\x49\x15\x17\x7b\xb0\x17\x62\xbb\x4a\xef\x3d\xff\x84\xab\x7f\xc7\x53\x40\xf5\xcb\x69\xd0\x8c\xbb\xa1\xaa\xcf\x88\x50\x10\x16\x6d\x87\x8a\x6c\x40\xa0\xd9\x72\xe6\x3e\xda\xa3\x7e\x3d\x78\x4c\xf3\xc0\x7f\x57\x2b\xfa\xec\xd2\x7d\xf5\xac\xbb\xe2\x9c\xa8\x2d\xdc\x53\xb5\xa5\xcc\xa0\x16\x71\xd3\x54\x61\x1a\xce\x5f\x01\xa6\x99\xda\x1b\x7f\xea\xdd\x5d\x09\xc4\x54\x98\x5b\xd2\xfe\x20\x7f\xc7\xb6\x07\x03\x57\xa5\x44\xa5\x60\xa3\x1f\x73\x84\x9d\x87\x05\xdb\x76\xd5\xfc\x90\x63\x6e\xb7\x90\xec\x2e\x67\x86\x64\x23\x49\x5a\xc5\x72\x77\x23\xf2\x8c\x46\xfd\x38\x66\xe8\x10\xa7\x28\x97\x3b\x38\xd7\x5c\x30\x54\x1f\x20\x4a\x72\xa9\xb0\x20\x3a\x68\xbc\x83\xb5\xa0\x4b\xe9\xa3\x84\x63\xb8\xe6\xcd\xe3\x59\xaa\x39\x71\xc7\xe8\xa4\xe7\x61\x62\x5d\xe7\x61\x59\xd1\x14\xfd\x86\x9e\xac\xda\xe6\x21\xfc\x88\xe1\x96\xf3\x8f\xb0\x28\x85\xfe\x3b\x5d\x7b\x9b\x22\xe7\x15\xb5\xbd\x8d\xe2\xb5\xe3\x8c\xbe\x85\xec\x9f\xa5\x70\x6f\xeb\xe5\xac\xc6\xb7\x65\x8b\x49\x17\x3e\xf7\x5b\x1a\x6d\x0d\xc3\x37\xaa\x35\x69\x76\x4f\xf9\x44\x34\xa5\x71\x9c\xe0\x3d\x11\x68\x0b\x4a\x09\x44\xd8\x23\x96\x32\xa9\x48\x92\x60\x6c\x9e\x57\x65\x07\x43\x4f\x60\xba\xae\x4a\x92\x7d\x2d\xaa\x17\xd5\xcb\x55\x14\x53\xb7\xbc\x6c\xb7\xfd\x27\x9e\x83\xdc\xf2\x3c\x89\x81\xb3\x64\x6f\x5e\xb0\xf4\xee\x4e\x79\x4c\xd7\x7b\xfb\xb6\x49\xd7\xb0\xe7\xf9\xf3\x1d\x36\x70\x0f\x6c\xa0\x0c\x48\xa7\x12\xa8\x96\x1a\x96\xef\xc2\xdd\x10\x35\x10\x6a\x47\x55\x1e\xef\x6f\xc8\x9d\xe0\xda\xfa\x61\xa8\x13\x84\x29\xd9\x21\x83\x94\x0a\xa1\x0f\x58\xae\xcb\x13\xe3\xf4\xc5\xcb\x89\x4d\xa5\x83\xed\xde\x9a\xd1\xe4\xff\x83\x4e\x69\x67\xa9\x1b\x2a\x15\xf0\x75\x45\x80\x14\xa5\x49\xb8\x22\xf6\x44\x44\x5b\xba\x43\x09\xf7\x34\x49\x74\x4d\x14\xf1\x8c\x9a\x38\x29\x6e\x9c\x1a\x37\x4b\x58\x80\x35\x4f\x62\x14\x2e\x4c\xd6\x90\x33\x99\x61\x44\xd7\x14\xe3\x0b\x20\x49\x52\x63\x51\x06\x43\xfb\x32\xd4\x81\x3d\x70\xf8\x5f\xa3\x5d\x5d\x82\x34\x1b\xc0\x1d\xc7\xd4\x55\xba\xbd\x7e\xd9\xbb\x59\xdf\xe9\xd0\x2b\x55\x78\xbf\x71\x5f\xab\xe3\x7e\xf9\x9e\x0e\xfe\x13\x00\x00\xff\xff\x3b\xf6\xaf\xd2\x26\x21\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYaml, - "Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5c\x7b\x73\xdb\x38\x92\xff\xdf\x9f\xa2\x2f\xb5\x55\x9e\xb9\x33\xa9\x38\x9b\xca\xce\x69\x77\xa6\x4a\x96\x98\x58\x89\x5e\x21\xe5\x4c\x32\x5b\x5b\x2a\x88\x84\x24\x24\x24\xc1\x01\x40\xd9\x9a\x9c\xbf\xfb\x15\x1e\x7c\x93\x92\x9d\x78\xee\xae\x6e\xfe\xca\x88\x8d\x1f\xfa\x85\x46\xa3\xd1\x30\x4a\xc8\x07\xcc\x38\xa1\x71\x1f\x04\x8e\x92\x10\x09\x6c\xd3\x04\xc7\x7c\x47\x36\xc2\x26\xb4\xb7\xbf\x3c\xfb\x42\xe2\xa0\x0f\x4b\xf3\xf9\x2c\x44\x6b\x1c\xf2\xfe\x19\xe4\x23\xfa\x90\x30\xea\x63\xce\x39\x66\x7b\xcc\x5e\xbd\xb4\xf0\x9d\xc0\x2c\x46\x61\xb0\xb6\xf8\x0b\x72\x06\x70\x97\x20\xc4\xfb\x70\x69\xbf\xb4\x2f\xff\x76\x16\x61\xce\xd1\x16\xf7\x61\x00\x31\xbe\x85\xab\xc5\xd4\x03\x94\x24\x21\xf1\x91\x20\x34\x86\x1d\xe2\xb0\xc6\x38\x06\x9f\x61\x24\x70\x00\x24\x86\x03\x4d\x99\x9c\xe7\x33\xf6\x85\x0d\xcb\x1d\x86\x94\xcb\x39\x22\xdc\x4b\x10\xe7\xb7\x94\x05\x67\x00\x1b\xca\x00\xf9\x92\x17\x12\x6f\x41\xec\x30\xbc\x1b\x3b\xe0\x29\xbe\xc0\x75\xbc\x25\x50\x06\x6f\xa7\x1e\x90\x58\x60\xb6\x41\x3e\x06\xc2\xe1\x2f\x5f\xdf\x8d\x9d\x95\xe7\xb8\x1f\x1c\x77\x75\xe3\x39\xee\x7d\xaf\xf2\xd3\x62\xe0\x79\xbf\xce\xdd\xd1\xbd\x7d\x06\xb0\x08\x31\xe2\x18\xd6\x18\x78\xca\x30\x08\x6a\xb8\x54\xb3\x71\xec\x33\x2c\x40\xb2\x15\xc0\xb3\xbf\x7c\xbd\x5e\x2e\x17\xde\xca\x73\x86\xae\xb3\xbc\x7f\x06\x3e\x8d\x05\x22\x71\xc6\x5b\xf6\xfd\x9d\xf3\xc9\x5b\xce\x5d\xe7\x5e\x4a\x40\x42\x25\x5a\xa0\x64\x91\x1a\x95\xd4\x1c\xfb\x72\x32\x39\x1e\xc7\xc2\x3e\x8b\xb0\x40\x01\x12\x48\x9a\x01\xc5\x31\x15\x4a\x71\xca\x2a\x00\x01\xe6\x3e\x23\x89\x50\x66\x1d\xc4\x80\xef\x50\x94\x84\x58\xea\x19\xbc\x94\x08\x5c\x51\xf6\x2d\x11\x3b\x40\x90\x99\x0c\x24\xec\x1a\x71\x6c\xc3\x6b\xca\x20\xa2\x0c\x2b\x50\x00\x12\x6f\x28\x8b\xf4\x20\xb4\xa6\xa9\x80\xd4\x68\x99\xf0\xdc\x17\x2e\x80\x63\x0c\x3b\x21\x12\xde\xef\xf5\xb6\x44\xec\xd2\xb5\xed\xd3\xa8\xf7\x79\x4d\x39\xb7\x72\xdf\xea\x95\x58\xb0\xb2\xc1\xdc\x56\x53\x11\x9f\xc6\xc3\x10\x71\xde\x57\xff\xb4\x2a\xde\xa5\x28\x2a\x2e\x1a\x10\x9e\x84\xe8\x60\x49\xa5\xf7\xe1\xed\x15\xe5\xbc\x24\xea\x2b\xfb\xa5\x32\x76\x18\x92\x2d\x8e\x45\xe6\xaa\xa0\xd1\xe0\x3f\xc0\x31\x82\x1b\x29\x47\x46\xfc\xe6\x3c\x09\xa3\x7b\x12\x60\x66\x55\x27\x74\x71\x00\xd7\x48\x5c\xc0\x38\xf6\x35\xff\x02\x6d\x79\x6d\x4d\x5c\x28\xf1\x2f\x76\x24\x08\x70\xac\x89\x5a\x97\xdb\x9a\xc4\x01\x5a\x87\xb8\x0f\xcf\x36\x28\xe4\xf8\xd9\x11\xda\x80\xfa\x69\x84\x63\x6d\x7a\x2b\x65\x61\x3f\xd7\xbb\x5e\x02\x36\xc3\xc1\x0e\x09\xa5\xfe\x0a\x71\x0f\xc7\x3d\x86\x03\x6b\x87\x84\xa5\xed\xb2\x4e\x22\x8b\x4b\x7d\xf5\x8e\x4c\x18\xd2\x78\x6b\x55\x9c\x6b\x59\x36\x3d\x04\x78\x43\x62\xcc\x81\x61\x4e\x53\xe6\x63\x0e\x31\xc6\x01\x0e\x8c\x66\x05\x85\x00\xef\x71\x48\x93\x4c\x67\x70\x25\x3d\x48\x5a\x63\x61\xac\xa2\x6d\x76\xc4\x5e\xd2\x9c\xd2\x3c\x19\x68\xc9\x8d\x2e\x80\xc4\x7e\x98\x06\xd2\x27\x11\xac\x53\x12\x06\x72\xc1\x6c\xc8\x36\x65\x86\xa0\xec\xf7\x01\x4e\x42\x7a\x90\x3a\xa9\x51\x19\xe4\x6c\x1d\x74\x12\xaa\x05\xda\x58\x36\x80\xe2\xa0\x58\xae\x51\x94\xc6\x66\x42\x03\xab\xd7\x8c\x32\x94\x7d\x44\xd7\x3c\x4d\x12\xca\xc4\x09\xb3\x2a\x80\x7d\x16\xc1\x4d\x74\x05\xd0\x8e\x79\x32\x28\x4b\x32\x9e\x20\x1f\xf7\x0b\x47\x3f\xa3\x6b\x19\x61\x79\xff\xcc\x82\xf2\xee\xb0\xbf\x3c\x03\xd0\x3b\x81\x8c\xa6\xc4\x97\x0b\xa4\x1c\x85\x5a\xe2\x50\x2d\x12\xc9\x98\x7d\x8b\xd7\xc6\x92\xe7\x5c\x89\x05\x52\x4a\xad\x88\x62\x63\xa9\x19\xb6\x0f\x7f\xf9\x3a\x58\x2c\x26\xe3\xe1\x60\x39\x9e\xcf\x56\xb3\xc1\x54\x85\xca\x4c\xd0\xf6\xaf\x3c\xc1\xbe\x06\x93\x53\x18\x5c\x4b\xfd\x4f\x1f\x7e\x7a\xfe\xd3\xf3\xcc\x2d\x11\xdb\x62\xb1\xa8\xfe\xcc\x71\x88\x7d\x41\x59\x21\x48\xe6\x03\x43\xe5\x02\xed\x93\xfe\xcf\xa8\x8c\x3f\x85\xce\xb4\x87\x5a\xdf\xa2\xba\x97\x2f\xff\xda\xa6\xba\xec\xe7\x27\x53\x1d\x09\x5a\x49\x2d\xa9\x83\x5c\xb3\x2e\x4d\xc5\xe3\xf5\xaa\x46\xe9\x64\xa1\x50\x59\xe6\x91\x5c\x1b\xeb\x4f\x76\xca\x1d\xe5\x42\x52\x5d\xcf\xbd\xa5\xfc\xba\x92\xa9\x80\x06\x10\x34\x9b\xaf\x1b\xea\x91\xfa\xe2\x7f\xa2\xc2\xf8\x13\x69\xec\x81\x2e\xd9\xaa\x38\xcf\x68\xae\x98\x58\x60\x16\x91\xd8\x4c\x2c\x33\x44\xb1\x63\x34\xdd\xee\x5a\x35\x7c\x64\xea\xce\x35\x3d\x8e\xd0\x16\x7b\x82\x61\x14\x35\xd4\xf9\xa4\x5e\xd3\xc9\xc1\x95\xdc\xe2\xf4\xa2\x7a\x88\x41\xf3\x8d\x06\x85\xc9\x0e\x55\xb7\x9b\x5b\x44\x84\xb5\xa1\xcc\x62\x18\x05\x87\x3e\x3c\x13\x2c\x35\xc9\xc7\x9f\xb6\x02\x68\x2a\x92\x54\xe4\xdc\xe5\x26\x69\x51\xf0\x12\x6d\xf3\x8f\x9d\xe0\x7d\x95\x42\x0a\x1d\x84\x54\x02\x92\x21\xaa\xb4\xf9\x4e\x8c\x08\x93\x03\x87\xf3\xd9\xd2\xf9\xb8\x5c\x8d\xc6\xee\xbd\x21\xd8\x12\x51\xcc\xce\xf0\x46\x92\x79\xf3\x1b\x77\xe8\xac\x5c\x67\x31\xf7\xc6\xcb\xb9\xfb\x69\xe5\x3a\xaf\xef\x73\xaa\x94\x91\x76\xaa\x1b\x77\x92\x51\x11\x29\x41\xae\x3a\x0b\x36\x8c\x46\xc5\x3c\x27\xe4\x2c\x24\x75\x3e\x2e\x9d\x99\x37\x9e\xcf\xbc\xd5\x78\x3a\x78\xe3\xdc\xd7\x68\xcc\x1e\xde\x24\x54\x7a\xf1\x16\x83\x61\x69\x48\x82\xc4\x8e\x17\x4c\x58\x72\x9d\x0b\xb3\x50\x94\x82\xec\x5e\x55\x45\x3d\x99\x37\xc4\xd2\xf9\xb8\xfc\x27\x43\xbc\x34\xbd\xd6\xf3\x02\x89\x5d\x7d\xfe\x99\xb7\x1c\x4c\x26\x1a\xc1\xce\x6c\x7c\x48\x70\x1f\xde\x10\x63\x23\xc1\x90\xc0\xdb\x43\xc6\x8c\xc6\xf2\x6a\xbf\x02\xe0\x78\x5f\xe6\x57\x6b\x45\x9e\xce\x24\x97\x83\xf1\xcc\x71\x57\x23\x67\x31\x99\x7f\x9a\x3a\xb3\x65\x89\xb7\x3d\x0a\x53\xa5\x96\x2e\xda\xfb\x06\xea\x74\xf0\xc1\x99\xad\xa6\x63\xd7\x9d\xbb\xd2\x90\x6d\x68\x75\x9a\x2e\x94\x81\xfb\xc6\x5b\x0d\x16\x0b\x67\x36\xea\x86\x29\x11\x35\x71\x86\x37\xde\x72\x3e\x2d\xab\xd2\x19\x2e\xe7\xee\xd8\xf1\x9a\x80\x25\x23\xfd\x7b\x03\x68\xe0\x2e\xc7\xaf\x07\x43\x65\xcf\x36\x5e\xca\xdf\x0b\x36\x36\x54\x9a\x36\x0d\xc3\x3e\xc8\x68\x50\xfc\xfe\x2d\x5e\xac\x8f\x19\xf5\x94\x34\x8f\x41\xfd\x4b\xfb\x55\x97\x57\x6b\x57\xf6\x96\xae\x33\x98\x36\x3d\x5a\xfb\x94\xa7\x7c\x47\xc7\x76\x46\xb6\x5b\xcc\xf2\xac\x45\x9f\x41\x0b\x86\xf5\x11\x5d\x02\xbf\x19\x2f\xaf\x6f\xae\x56\xbf\x3a\x57\xd7\xf3\xf9\xbb\xec\x94\x5e\xf7\xd5\xeb\x74\x9d\x21\xe1\x18\x33\xe2\xb7\x42\x39\x33\xc7\x1d\x0f\x8f\x63\xe9\xe1\x06\x4c\xc5\x86\xe1\x0e\xc5\x5b\xdc\x87\xaf\x55\xca\x71\xf1\xad\x85\xfa\xfb\x0c\xf1\xa4\xe1\xa4\x8b\x5d\xfd\xbb\xde\x9a\xcc\x87\xce\x5d\x6c\x54\xcb\x0f\xff\x6f\x6d\x65\x90\x25\x37\xdf\xbb\xdb\x31\xac\x66\xe3\x7d\xb8\xfc\x8e\x34\x19\x5a\xe2\xa6\x56\xb6\x8b\x75\x19\xaa\x72\xa6\xcc\x48\xaa\x0a\x6d\xaa\xe2\x11\xea\x78\x1c\xaf\xa7\xf4\xa3\xe4\xc9\x75\x04\x66\xaf\x46\x24\xce\x17\xb0\x76\xa8\xca\x1e\xf0\xa8\x5d\xe0\x51\xfb\x40\x15\x39\xab\xfe\xb9\xf3\xe5\x7c\x38\x9f\x74\x83\xd6\x08\x4f\xe1\xcd\xdd\x23\x0c\x96\x88\x4e\xe0\xdc\x78\x8e\x7b\x12\x47\x55\x33\x4f\xf0\x63\xaa\x9b\xa7\x79\xca\xca\xa0\xc7\xf1\x46\xf3\xe9\x60\x3c\x3b\x89\xa6\xc9\x4e\xf1\xe6\xb8\xde\xd8\x5b\x3a\xb3\xa1\xb3\x1a\x8d\x07\x13\x67\xf8\x00\xd5\x35\xc7\x3c\x62\x16\x6f\x78\xed\x4c\x07\x8f\x9a\x44\x0f\x79\x8c\x24\x5e\x3b\xfe\xd5\x62\xea\xad\xde\xce\x46\xe3\x36\xac\xd1\x60\x39\xd0\xd9\x66\xeb\x68\x39\xf6\xe2\xfd\xcd\xc0\x5d\xfe\xd6\x32\x38\x47\xfe\x86\x89\xd5\x47\x29\xc5\x78\xe8\xac\xe4\xa9\xeb\x08\x46\x99\xec\x24\x56\xf7\x42\x68\x90\x75\x62\xcd\xe6\xb3\x8f\x1d\xd6\x2a\xbe\x77\x8e\xae\xa6\x78\xf5\xb1\xc3\xf9\x6c\xe6\x0c\x55\xbc\xaa\xe4\x79\x35\x90\x8f\x83\x32\xe5\xc2\x9d\x2f\x1c\x77\xf9\xe9\x69\xb0\x47\xee\xf8\x43\xd7\x2a\x2f\x11\x74\x8f\x1f\x2c\x07\x57\x03\xcf\x39\x86\x60\x48\xba\x95\xe4\x39\xae\x8c\xd7\x0f\xc0\xc8\x69\x3b\xc1\x8e\x07\x9b\x2a\xd8\xb1\x78\xa3\x28\xa7\xe3\xd9\x6a\x31\x9f\x4f\x56\xde\xf8\xb7\x63\xec\x55\xe8\xba\xd1\x06\x1f\x1f\x86\x56\xa6\xeb\x44\x2b\x19\x78\x78\xed\x0c\xdf\x1d\xb5\x62\x93\xb8\x13\xd7\xf9\x38\x74\x16\x8a\xd2\x9b\xbb\xcb\xa3\xa8\x75\xd2\x4e\xcc\xab\xc1\xf0\xdd\x1b\x77\x7e\x33\x1b\xad\x3e\x0c\x26\xe3\x91\xda\xa3\x8f\x00\xb7\xd2\x3f\x0e\x7d\x35\x1d\x4f\x26\xe3\x63\x71\xf0\xd8\xb0\xb6\xb9\x74\xec\x7b\x50\x90\x9b\x51\x31\x45\x31\xda\xe6\xb7\x08\x2d\x38\x4f\x14\xf0\x6a\x68\xdf\x19\xf2\x0c\xda\xf7\x86\x16\x03\xf3\x1d\xc1\xa5\x82\xb0\x9a\xce\x47\x37\x93\x8e\x25\xd3\x46\x79\x0c\xf1\xfb\x02\x56\xa6\xa0\x27\x0a\x59\x06\xee\xa9\x82\x56\xe6\xa2\xcb\xd6\x1d\xab\x7c\xe3\xd7\x3a\xae\x73\xaf\x2b\x1d\x71\x5a\x07\x3e\x59\x9c\xcc\xf0\x9e\x2a\x52\x1a\xbc\x3f\x21\x56\x1a\xe4\x27\x8e\x96\x06\xf5\x4f\x8b\x97\xc7\xf0\x9f\x3e\x62\x56\x9b\x0f\x6a\xc5\xa1\x1c\xbc\x87\x85\xdf\xab\x14\x6e\x2c\x5d\xf7\xb0\xf6\x34\x4c\x23\x7c\x12\xb8\x9d\xe3\x66\xe7\x43\x3b\x4a\xf7\x32\x2e\xbe\x77\x8f\x3e\xbe\x72\xab\x34\xad\x28\x73\x77\xe6\x2c\xdf\xaf\x86\x93\x1b\x6f\x79\xf2\xac\xd4\x45\x7d\x0c\xf9\xfd\x8d\x73\xd3\x9e\xd1\x17\x78\x9a\xe6\x18\xca\x72\xbe\x18\x0f\x4f\xa0\x68\x9a\x32\x8a\xaa\x2a\x9d\x3a\xec\x2b\xa2\x45\x1a\x86\x0b\x1a\x12\xff\xd0\x87\x41\x78\x8b\x0e\xe5\x22\x70\x48\xf6\x38\xc6\x9c\x2f\x18\x5d\xe3\x7e\x85\x09\x7c\x57\x3e\xdb\xeb\xff\x7c\x1a\x45\x28\x0e\xea\x3f\x5b\xd0\x5b\x93\xb8\xb7\x46\x7c\xd7\xf8\x62\xf9\x4d\x62\x9a\x88\x1e\x46\x89\x1a\x54\xe1\xc0\xae\x01\x90\x98\x08\x82\xc2\x11\x0e\xd1\xc1\xc3\x3e\x8d\x03\xde\x87\x57\xcf\x4b\x34\xa7\x2a\x14\x50\xbd\x09\xcd\x58\xc8\x4b\x15\xe6\x06\xf4\x6f\x7f\xfb\xa9\x32\xb1\xa9\x7c\xd2\x90\x7e\x21\xa8\xf2\x25\x61\x54\x50\x9f\x86\x7d\x58\x0e\x17\x47\x31\x8b\x7b\xea\x32\xa6\xb9\x02\xfd\x16\xc0\xe2\xf6\xb6\x0e\xc8\x1f\x84\xc8\x30\x0a\xc8\xff\xae\xb5\xab\x2c\x54\xcd\x9d\xf7\x9e\x54\x27\x0c\x49\x44\x04\xaf\x33\x11\xe1\x88\xb2\x83\xaa\xc6\x3b\xd3\xb9\xfb\x69\x35\x19\x4f\xc7\x95\xc4\x4b\x87\xb8\x29\x4d\xe3\xba\xf1\x23\xf9\x9b\xbe\xf8\x78\x44\x84\x6c\xed\xcd\xb0\xbe\xe0\x03\x17\x94\xe1\x36\x7a\x29\xec\x3c\x0e\x0f\xb5\x22\x7c\xe9\x7a\xf3\x0d\x43\x3e\x5e\x60\x46\x68\xd0\xe6\xde\x1a\x93\x37\xaf\x50\x1e\xca\x83\xa9\x72\x57\xb8\xd2\xbf\xcd\xcc\xba\xa9\x74\xb9\x29\xba\x7a\x11\xbe\x54\xbf\x5e\x20\x86\xa2\x12\x3b\x28\x15\x34\x42\x82\xf8\x35\x09\x73\xc7\x95\xb3\x54\xd8\x3f\xb6\x50\x4f\xd6\xc4\x1f\xb1\xec\x1f\x51\xdd\x4e\xa4\x50\x58\x28\x89\xad\xea\xd5\xf9\xf9\xd2\x74\x21\x0e\x33\x81\xba\x3b\x8a\x88\x6a\x2a\x8a\x90\xe8\x17\xe2\x8f\x83\x9f\xb7\x8c\xa6\xc9\x38\xe8\x23\x26\xc8\x06\xf9\x62\x1c\xf4\x4d\xd3\xcf\x7f\xf9\x2f\x7e\xde\xbe\xe8\xa3\x17\xfd\xfd\x8b\xf3\x33\x00\xd3\x9a\x36\xcb\xaa\x4f\xa5\x49\x8b\x3a\x7b\xde\x21\x74\xa4\x7c\x6a\x76\x8f\xaa\x8f\x84\x64\xcd\x10\x3b\xfc\x4c\xd9\xb6\x54\x73\xff\x3d\x25\xfe\x17\x2e\x90\x8c\x8f\xad\xf4\xfd\x4b\xfb\xa5\xfd\xdc\x7e\x4d\x62\x14\xd6\xb5\x23\x95\x93\x85\x1a\x10\xd4\x34\x6f\xb6\x76\x6e\xe6\x2d\x9b\x76\x9b\xa0\x86\x72\x61\xb0\x2a\x32\x36\x0b\xb9\x46\x3c\x1d\xf6\xda\x58\xa2\x4c\x3c\x09\x3b\x94\x89\x56\x56\xf4\x39\x30\xcb\xdf\x65\x54\x7e\xd6\xc6\x47\xca\x31\x53\xa3\x4f\x30\x53\xef\x6a\x3d\xc6\xd3\x8d\xe9\x9b\x6d\xe3\xcb\xd4\x94\x0d\x5f\x5f\x08\x36\x4d\x97\x6d\x2a\x32\x5d\xb7\x8f\xe5\x0c\xa6\x29\x17\xb0\xd6\x8b\x29\x20\x9b\x0d\x66\x72\x21\x88\x1d\x8a\xf3\x96\xde\xbf\x43\x24\x89\x62\x2a\x09\x81\x51\x2a\x2e\x00\x05\x11\x89\x2f\x24\x9e\xfa\x17\x51\xd7\x20\x94\x19\x52\xb3\x5c\x14\x28\x12\x10\x62\xc4\x05\xfc\x04\xfe\x0e\x31\xe4\xcb\x75\x79\x01\x97\xa0\x6e\x8b\xd6\x58\x10\xbf\xf8\xf0\x03\xff\x51\x7e\x0a\xc8\x96\x08\xf5\x6f\x14\x07\x70\x09\x31\x8d\x2d\x45\x1e\xa7\x51\x7e\x6b\xc7\x0f\xd1\x9a\x86\x3f\xf0\x1f\x8f\x9a\xbc\xd4\x8d\x2c\x83\x11\x9c\xff\x13\x59\x7f\x0c\xac\xdf\xfe\xf5\xf5\xd5\xfd\x3f\x9f\x5b\xff\xf9\xaf\xaf\x97\xf7\xff\x26\x17\xab\xba\x4f\x54\xfd\xd3\xf8\x2e\x61\x98\x73\xdd\x25\xd8\x5d\xa0\xaf\x59\xe1\xed\x60\xe0\xc1\x84\x6e\x49\x3c\xd4\x0d\x0e\x10\xd0\x08\x91\x58\xea\x52\x00\xdf\xa1\x30\x94\xea\x53\xcd\xc4\xd2\x48\xa9\xd8\xe1\x58\x10\x1f\x09\xed\x58\x1c\x6e\x77\xa6\x1b\x55\x77\x25\xbe\x9d\x7a\xc7\x24\x1b\x29\xf4\x36\x0e\xf3\x92\xbf\x71\x1c\x2a\x76\xed\x4e\xa3\x5c\x79\x43\x99\x72\x95\xd2\x8d\x53\x63\xda\x41\xa9\x53\x73\x56\x76\xd6\x7a\xb0\x3e\x93\x5b\xe4\xef\x29\x61\x38\xc8\x37\x90\xc2\x7d\x2d\x94\x24\x8d\x80\x3c\x4c\xb9\xa0\x91\x6a\x24\xca\xf9\x29\x77\x7e\x01\xa3\xa9\xc0\x36\xc0\x04\xa3\x3d\x86\x75\x88\xe2\x2f\x8a\x28\xc0\x1b\x94\x86\x22\x1f\xa9\x5b\x45\xb1\xbd\xb5\xfb\xf0\x8f\x72\x43\xb3\xfc\xf8\x8b\xf5\x0f\xd3\xae\xfe\x8b\xfd\x0f\x33\xd2\xd2\x06\xb2\x78\xba\xd9\x90\xbb\x5f\x1a\x11\x3b\xe3\x4c\x32\xa3\x5b\xae\xae\xcd\x54\xb9\xfc\x95\xb6\xa7\x07\x8b\xc6\x1f\x2a\x9b\x92\x28\x97\xcf\xc8\x66\xda\xa3\x9e\x5a\x44\xfe\x20\x19\xbd\xba\x90\x6f\x88\x30\xbd\x22\x70\xe3\x8e\xeb\x4d\x69\xf5\xf9\x24\xb5\x8b\x13\xca\x89\xa0\xec\x00\xba\x74\xa6\xa7\x69\xed\xdd\x39\xe2\x4f\x0f\xe8\x6a\xcf\xff\x65\x95\x76\xc5\x36\x01\xd6\x0c\xc5\xfe\xae\x27\xd0\x16\x18\x56\x21\x50\xb5\x2f\xb4\xb0\x5e\x7c\xec\xe2\xda\x75\x5e\x97\xf6\x92\x4b\xfb\x65\x63\x2b\x91\x79\xaa\x6a\xf4\x27\xb1\x42\x35\x56\x93\x51\x41\xf5\x49\xff\x1d\x70\x94\x88\x83\xd2\xa5\x8c\xb6\x39\x41\x40\x98\xba\xa5\x3e\x34\x16\x68\x16\x72\x46\x19\x45\xce\x60\xa9\x79\xa8\x23\x91\xe8\x99\xc4\xa0\xce\xe6\xfb\x14\xa7\x3a\x46\xf0\xfa\x74\xea\x13\x2f\x79\x48\xe5\xf4\x5c\x8f\x34\x34\x21\x7e\x3b\x8e\xfa\xd4\xc4\x31\xe7\xe7\xae\x88\x45\x37\xe5\xd7\x1d\xb5\x57\x1c\x59\xe6\xac\x9e\x6e\xd4\xe7\x33\xa1\xf3\x5d\x46\xe3\x69\x88\x4a\x48\x2b\xa7\xcf\x5d\xa9\x17\x4a\x12\x73\xa8\x38\xc5\x64\x85\x9d\xcc\xe8\x05\xf7\xa7\x18\x7c\x4d\x42\x1c\x37\xb9\x2b\x15\x73\xb2\xe8\x6a\x46\xd8\x9f\xbf\xb4\xa6\x50\x8a\x27\xc4\x39\xf5\x89\x7a\xc3\xa3\xde\x99\x68\x3e\xd4\x8c\x3e\x96\xd9\xac\xda\x8d\x3a\x78\x1a\x16\x14\x6d\x0a\x33\xd1\xdf\xb0\xa3\x56\xe2\xd1\x3c\x25\xdb\x76\x72\x05\xc9\x9d\xfe\x34\x17\xb9\x66\x4a\x1b\x7b\x47\x89\xc9\xb0\x12\x1d\xb2\x29\xe4\xdc\x75\x9e\xae\x29\x8b\xb1\x78\x0f\x7e\x98\x72\x81\x4d\x36\x03\xa5\x37\x4c\x15\x26\x32\xea\xce\xac\x42\x25\x14\x3f\xdd\x9f\xcc\x27\x8e\x54\xb2\x6a\xf1\xae\x19\xad\xae\xd3\x75\x76\xa2\xeb\xf0\xa2\x37\x2a\x24\xc2\xaf\x78\xbd\xa3\xf4\x8b\xf1\xf2\x6f\xe6\xb5\xb5\x31\xeb\x34\xa3\xba\xbf\xca\xbc\xfc\x38\xc1\xaf\xa1\x7d\x2a\x86\x5b\xdb\xbf\x4e\x72\x7c\x4d\xd6\x32\xdf\x15\x18\x12\x79\x9c\xe3\x42\x06\x7a\x08\x08\x0a\xb1\x2f\x8e\xe6\x98\x25\xf2\x91\x26\x6f\x4d\x1c\x5b\xbb\x27\xbe\x85\x27\xee\xef\x70\x84\x1e\xca\x92\xa7\xa8\x4f\x71\x64\x3a\x2d\x6a\xf3\x7b\x58\xe8\x83\x44\x80\x04\x32\xdb\x7c\x96\xbb\xa8\x77\x0f\xf2\xfc\xa2\xdf\x9c\x91\x0d\x1c\x68\x0a\xb7\x28\x56\x3b\x59\xca\xf5\x1b\xbc\x84\x61\xfd\x12\x49\xdf\xee\x45\x07\xfe\x7b\x28\x8f\x0d\x09\xe5\x62\xcb\xb0\xfc\xbf\x12\x76\xc2\x68\x22\x63\x00\xe6\x76\x25\x27\x22\x3a\x9a\xde\xb8\x13\x39\xb6\x7a\xc7\x9f\xdd\xbf\x11\x99\x56\x35\x7c\x6b\x54\x80\x9b\x77\x1f\x2a\xc3\xc9\xd5\xd1\xec\xa7\xf8\x7f\xa9\x02\xf5\x18\x2a\x63\xbb\x72\x0e\x6e\x36\x81\x9c\x56\x00\x57\x55\x17\x1b\xc6\x02\x7c\x14\xcb\x63\xcd\xc7\x81\xe4\x4a\xdd\x89\xe9\xa7\x8a\x31\x8d\xe5\x8f\x1c\x0b\x30\x1d\xc6\x82\x2a\x17\xb7\x61\x64\x12\x77\x15\xa0\x25\xcf\xea\xaa\xad\xe1\xce\x33\x8d\x50\xcc\x5a\x65\x59\xdf\xbf\x3d\x84\xd7\xcf\xc1\xda\x97\x69\x42\x8c\x7d\x75\x82\x49\x59\x68\xc3\x8c\xaa\x47\xa2\x48\x5c\x64\x66\x43\x0c\xeb\x93\x97\xe2\x76\xa1\x8d\xe3\xbd\x9f\x40\x40\xd5\xd9\x37\xcd\xcc\xbc\x21\x38\x0c\x2e\x72\xf3\x36\x3c\x48\x6d\x65\x52\x93\x36\x8c\x37\x25\xc8\xb2\x92\x15\x8d\x22\x96\x87\x33\xa5\x85\x98\xaa\x17\x7a\x52\x4f\x1b\x12\x86\x7a\xae\xbc\x94\xd5\x50\x4f\xc9\xb1\x87\x85\x6c\xe5\x8c\xba\xe5\xfe\xb9\xbd\xe0\x93\xb9\x27\x04\x8c\xec\x4d\x89\xe3\x02\xd0\x1e\x91\x10\xad\x43\xac\x0d\xc5\x95\x82\x94\xf3\x5e\x94\x5c\x57\x49\x66\xf6\xf2\x44\x25\xcf\x0c\x07\xd5\x93\x65\xf1\x2a\x4f\xc1\x6b\xff\xa8\xfd\xa8\x08\xb5\x43\xc8\xcd\xd7\x2c\x15\xa5\x1a\xbe\xa3\x69\x18\x48\x27\x53\xf9\x8a\x2a\xbf\xec\x50\x0c\xce\xc7\xa5\xe3\xce\x06\x93\xd1\x55\x76\x9f\x2d\x73\x90\x56\x3d\x29\xef\x1f\xe9\x89\x2a\xb9\x4b\xb5\xad\xe7\x78\x2c\x3e\xef\x56\x16\x90\x98\x0b\x14\x86\x38\x00\xc4\x01\x95\x4a\x8a\x17\x40\xe3\xf0\x90\x23\x2b\xa9\xa4\x5e\xe6\x0c\xf9\x21\xbe\x50\xff\x56\xfe\x69\xd0\x10\x2f\xd7\x23\x51\x92\xe0\x38\xc8\xf2\xa4\x5b\xca\xbe\xc0\xf9\x79\xf1\xfd\xfc\x1c\x04\xd5\x6b\x6b\x87\xe1\x33\xca\x2c\x67\x9e\x18\xf7\x2b\xc4\x36\x95\xf3\xbc\xb2\x3f\x23\x76\x7e\xde\x38\x08\xbe\x4f\x11\x13\x7f\x34\x94\x35\xa5\x41\x1a\x16\xea\x6a\x6d\x34\xa8\xa9\x29\x87\x78\x3b\x1b\x8d\xb5\x76\x54\xcd\x63\x7d\xa8\x3c\xf8\x14\x54\xdd\x0e\x84\x7b\x5c\x5b\xaf\xfa\x98\xab\xa4\xfa\x8c\xf6\xa8\xaf\x4f\x75\xbd\xd2\x82\xee\x39\x5a\x3e\xd5\xb8\xd7\x6e\x6b\x35\x77\xd3\xd2\xa6\x1d\xa5\xeb\x48\xa9\xe6\x6b\x4e\xf7\x79\x9d\x44\xa3\xc6\x71\x24\x9f\xcb\xe4\xe7\xed\x8c\xb4\x78\x5b\xd6\x53\xd1\x85\x97\x57\x19\x3b\x41\x4b\x35\x43\x9d\x21\xc9\x21\xe5\x24\xe9\xaf\xf7\xa7\x72\xa4\xf6\xae\x8b\x93\x6b\xa0\xca\x64\x57\x9a\x9c\x53\x7d\x77\x9e\xdc\xde\xcd\x71\x92\x4d\xb5\x0d\xdc\x21\x2b\xa1\x34\xec\x45\x24\x56\xff\xb0\x38\xf9\xa3\x08\x4a\x59\xa9\x5f\x2e\xe4\xdc\xd6\xc7\x82\xec\x94\xc4\x24\x4a\x23\x58\x50\x1a\x82\x47\xfe\xa8\x99\xb5\xda\xd5\x71\x94\x1f\x74\xf7\x24\xfc\xa0\xbb\xa3\xfc\x54\xba\x42\xac\xc6\x9f\x21\xa0\x6c\x6b\x2b\x57\xb7\x3f\xfb\xc8\x46\x01\x4a\x04\x66\xdc\x96\x31\xc2\xfe\x80\x42\x12\x14\x9b\xca\x70\x87\xfd\x2f\x2a\x44\x23\x55\x8b\xd8\x93\x00\xeb\xeb\x49\x04\xde\xfb\x89\x73\xe7\xe3\x44\x5f\x98\xf0\xda\xc8\x1f\x4a\x3b\x13\xfe\x11\x22\x2c\x76\x54\x6d\x70\x7b\x49\x27\xd3\x5a\xb2\x01\x54\xda\x9b\xb3\x2c\x46\x7d\x6f\x48\xff\x76\x74\x35\x2c\x6f\x76\x19\x63\x7e\x28\x4f\x76\x5d\xdb\x5e\xd6\xc4\xf2\x38\x1d\xe4\x52\x79\x94\x89\xba\xf0\x80\x60\x4d\x69\x88\x51\xc6\x70\x4e\xfd\x1a\x09\x14\xfe\x50\xd1\x4a\xb7\xe0\x31\xe0\x9c\x2a\xdf\xe5\x14\xe2\x9a\x51\x14\xf8\x88\xeb\x6b\x8f\x30\x54\xa1\xe9\xce\xce\xee\x53\x6d\x9e\x10\xbb\x50\x84\xb3\xc7\xb1\x98\xa8\x7c\x5f\x6f\x21\x65\x95\x3a\x8c\x51\x36\xf7\xfd\x54\x6e\xcc\xed\x2a\x2d\x78\x35\xc2\xb6\x28\xb4\xd1\xbb\xd3\x95\x79\xc9\x74\xd6\x48\x29\x11\x0b\xd1\xd7\xc8\xff\xb2\x65\x34\x8d\x03\xab\xf8\xae\xb2\x2f\x99\x24\x9a\x8d\x4c\xa5\x82\x59\x32\xa0\x34\x65\xd1\xd8\x8a\x90\xf0\x77\x19\xd4\x2d\x29\x2a\xe9\xed\xf2\x14\x33\x95\x38\xa9\x8a\xd3\xde\x34\x54\x8f\x76\xe6\x4f\x28\x48\x76\xd4\x95\xc9\x1e\x85\xf9\x82\x6d\x15\x07\x7c\xe9\x92\x39\x8d\xf4\xa4\x33\x73\x7d\x6a\xcc\xc1\xdb\x59\xbe\x2a\x58\xfe\x50\xa0\x4d\x49\x18\x12\xfe\x00\xce\xb3\x76\xa4\x9a\x00\xd5\xd7\x47\xfa\x4f\x42\x90\xfc\xaf\x25\x28\xb1\x24\x45\xbd\x86\xa6\x73\x11\x2e\x73\xd4\x8c\xfb\xe2\x5a\xd4\x06\x62\x63\xf0\x55\xe1\xd8\xd2\x94\x96\x6e\x5d\xb9\xb4\x9f\x37\xe2\x95\x41\x72\xb2\x07\x71\x9a\xa5\x5c\xa2\xfa\xa3\xa6\x23\x9b\x73\x75\xc6\xfc\x85\x9d\x9a\xb5\x26\xf6\x2c\x7b\x37\x95\x15\xdc\x6e\x77\xc4\xd7\xe5\xae\x92\x46\x1e\xa2\x8e\x3c\xb9\x2a\xa9\xa4\x7e\x4b\xcc\x21\xa4\x3e\x12\x2d\xce\x98\x49\x5f\x9e\x34\xe7\xad\x53\x07\xc5\xc3\xae\x23\xda\x28\xfe\x44\x44\x4d\xf6\xd7\x69\x18\xaa\x67\xa5\xea\xbc\x25\x39\xcf\x4a\xc2\xe5\xea\x63\xf1\x40\xd1\x88\x7c\xab\x52\xed\xea\x27\x1d\xe2\x19\xce\xe4\x83\x1f\x64\x66\x96\xe5\xba\x36\xdf\x5d\x40\xa4\xf2\x43\xde\xbb\x00\x2c\x7c\xfb\xc7\xa3\x0a\x80\xb1\x1e\xd8\x52\xa4\x6e\x7f\xaa\x7a\x44\xfc\xd2\x33\xd8\x6e\xe3\x77\x19\x9e\x2b\x73\x67\x7f\xf5\x64\x4a\x82\x20\xc4\xb7\x52\x4e\xfd\x42\x58\x8a\xac\xc3\x7a\x96\xd4\xab\xbf\x70\xc4\x6b\x18\x72\x40\x4c\x59\x84\xc2\xf0\x50\xca\xff\x8d\x82\x73\xfb\x14\x8f\xf8\x74\x4e\xfb\x89\xa6\x59\xac\x57\x27\x83\xec\xc8\x17\xd1\x80\x6c\x0e\xe5\x3a\xc2\xf9\xbe\x7c\xae\x68\xc8\x40\x62\x40\xb5\x5b\xdb\x7c\xaa\x5e\xf6\xa7\x99\xea\x06\x39\xee\x89\xed\x6f\x3b\xbf\xc5\x0b\xa7\x68\x8f\x63\x88\x88\xdc\x7b\xb2\x52\x88\x54\xba\xf7\x62\xac\x2b\x82\x8d\xab\x80\xca\x88\xf2\x29\xb6\xf1\x0a\xb8\x75\x2a\x14\x04\x6a\x25\xa3\x10\x10\xdb\xaa\x3f\xae\xc3\x1f\x33\xf1\xa0\x18\x3f\xc8\xc6\xd7\x58\x28\x3f\x21\xae\xf1\x20\xf7\x5e\xa0\x9b\x7c\xad\x11\xcc\x55\xc2\x6b\xfc\x0f\x31\x7f\x47\xf6\x98\xe7\x5b\x97\x4f\x13\xa2\x7c\x25\x5b\xa3\xe5\x6e\x10\x79\x40\x0c\x03\x79\x4e\x1e\x6f\x20\x8d\x79\x82\x7d\xb2\x21\x38\xb8\x50\x89\x40\x8e\x45\x62\xe8\xe9\x3f\xf9\x51\x83\x6d\xde\xde\x9a\x46\x95\x22\x14\x14\xf7\xb7\xe5\xb7\xc8\x35\xa1\x8a\x66\x15\xdd\x99\xa5\xdb\xb6\xda\x6e\x9e\x34\xd5\x54\x53\x4d\x0c\x95\x51\x5d\xa9\x95\xab\xf0\x9b\xcb\x37\xe4\xec\xbf\x03\x00\x00\xff\xff\x71\x6e\xe8\xdd\xee\x4c\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYaml, - "Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5c\x7b\x73\xdb\xb6\xb2\xff\xdf\x9f\x62\xaf\xa7\x33\x69\xe7\x86\x52\x9c\xe4\xa4\xb9\x3a\x6d\x67\x64\x89\x49\x94\xea\x15\x51\x6e\x92\x76\x3a\x1a\x88\x84\x24\x24\x24\xc0\x02\xa0\x6d\x9d\x5c\x7f\xf7\x3b\x78\xf0\x29\x92\xb2\x63\xe7\x3c\xe6\xf6\xaf\x54\x5c\xfc\xf6\x87\xdd\xc5\x62\xf1\x32\x8a\xc9\x6f\x98\x0b\xc2\x68\x0f\x24\x8e\xe2\x10\x49\xdc\x61\x31\xa6\x62\x47\x36\xb2\x43\x58\xf7\xf2\xec\xe4\x33\xa1\x41\x0f\x96\xf6\xf3\x49\x88\xd6\x38\x14\xbd\x13\xc8\x5a\xf4\x20\xe6\xcc\xc7\x42\x08\xcc\x2f\x31\x7f\xf1\xdc\x89\xf6\xe2\xaf\xd0\x89\x15\xb4\x90\x98\x4a\x47\x3c\x25\x27\x00\xd7\x31\x42\xa2\x07\x67\x9d\xe7\x9d\xb3\x1f\x4f\x22\x2c\x04\xda\xe2\x1e\xf4\x81\xe2\x2b\xc8\xa5\xe1\x7c\x3e\xf1\x00\xc5\x71\x48\x7c\x24\x09\xa3\xf0\x7d\x22\x08\xdd\xc2\x64\xef\xbd\x1b\xff\x00\x3b\x24\x60\x8d\x31\x05\x9f\x63\x24\x71\x00\x84\xc2\x9e\x25\xfc\x04\x14\x91\x4f\xd8\x97\x1d\x58\xee\x30\x24\x02\x73\x8a\x22\xdc\x8d\x91\x10\x57\x8c\x07\xb0\x61\x1c\x90\xaf\xa8\x2a\x38\xb9\xc3\xf0\xeb\xc8\x05\x4f\xd3\x86\x85\xeb\x2d\x81\x71\x78\x3b\xf1\x80\x50\x89\xf9\x06\xf9\xf8\x04\x80\x08\xf8\xee\xcb\xaf\x23\x77\xe5\xb9\x8b\xdf\xdc\xc5\xea\xc2\x73\x17\x37\xdd\xd2\x4f\xf3\xbe\xe7\xbd\x9f\x2d\x86\x37\x1d\x78\x75\xa0\x42\xb3\x86\x00\x49\xb4\x46\x02\xc3\xe9\x77\x5f\x86\xe7\xab\x61\x7f\xd9\x3f\xef\x7b\xee\xcd\xe9\x09\x28\xa2\x5a\xd2\xe7\x38\xc0\x54\x12\x14\x2a\x95\xc3\x73\xad\x6a\xda\x9f\xb8\x4a\xdd\xf0\xbc\xa8\x66\x1e\x62\x05\xb6\xc6\x20\x12\x8e\x41\x32\x6b\x0c\x85\x73\x02\x20\xb0\xcf\xb1\x04\xd5\xfb\x40\x69\x7c\xb3\x5c\xce\xbd\x95\xe7\x0e\x16\xee\xf2\xe6\x14\x7c\x46\x25\x22\x34\x65\x98\x7e\xff\xd5\xfd\xe8\x2d\x67\x0b\xf7\x06\x36\x24\xd4\xf6\x33\x26\x53\x7e\x25\x74\x6b\x70\x95\x3a\xd5\x1e\x53\xd9\x39\x89\xb0\x44\xaa\x67\x2a\x1c\x10\xa5\x4c\x6a\x7f\xe9\xe8\x00\x08\xb0\xf0\x39\x89\xa5\x0e\xaf\x3e\x05\x7c\x8d\xa2\x38\xc4\xca\xbd\xe0\x25\x44\xe2\x92\x8f\xaf\x88\xdc\x01\xaa\x58\xcb\xd8\x33\x62\x1c\x6b\x44\x00\x42\x37\x8c\x47\xa6\x05\x5a\xb3\x44\x42\x62\x0d\x4d\x44\x16\x90\x8f\x41\x60\x0c\x3b\x29\x63\xd1\xeb\x76\xb7\x44\xee\x92\x75\xc7\x67\x51\xf7\xd3\x9a\x09\xe1\x64\x01\xde\x2d\xe8\x77\xd2\xc6\xa2\xa3\x55\x11\x9f\xd1\x41\x88\x84\xe8\xe9\x7f\x3a\xa5\x10\xd7\x12\xa5\x71\x12\x10\x11\x87\x68\xef\x28\x8b\xf7\xe0\xed\x39\x13\xa2\xd0\xcf\x17\x9d\xe7\x3a\xa4\xc2\x90\x6c\x55\x80\x5b\x30\x30\x68\xf0\xdf\xa6\xd7\xb6\x8b\xdf\x6b\x4b\x68\xf6\x3f\x1c\x2a\x8a\x39\xbb\x24\x01\xe6\x4e\x59\xe3\x02\x07\xf0\x06\xc9\xc7\x30\xa2\xbe\xe9\x80\x44\x5b\x51\x19\x99\x8f\x75\xff\xcd\xd7\xda\xd1\xbe\x26\x34\x40\xeb\x10\xf7\xe0\x74\x83\x42\x81\x4f\x5b\x64\x03\xe6\x27\x11\xa6\xc6\xe3\x4e\xc2\xc3\x5e\x66\x71\x13\xff\x1d\x8e\x83\x1d\x92\xda\xf0\x25\xe1\x2e\xa6\x5d\x8e\x03\x67\x87\xa4\x63\x3c\xb2\x8e\x23\x47\x28\x4b\x75\x5b\x14\x86\x8c\x6e\x9d\x52\x4c\x2d\x8b\x4e\x87\x00\x6f\x08\xc5\x02\x38\x16\x2c\xe1\x3e\x16\x40\x31\x0e\x70\x60\xcd\x2a\x19\x04\xf8\x12\x87\x2c\x4e\x8d\x05\xe7\x2a\x76\x94\x1f\xe6\xd6\x1f\xc6\x5b\x2d\x9e\x52\x8e\x54\x71\x99\x82\x16\x02\xe8\x31\x10\xea\x87\x49\xa0\xa2\x11\xc1\x3a\x21\x61\xa0\xc6\xc9\x86\x6c\x13\x6e\x05\x8a\xe1\x1e\xe0\x38\x64\x7b\x65\x93\x8a\x94\x45\xce\xf2\x45\x93\xa0\x1e\x99\x66\xb4\x98\x21\x90\x25\x50\x1f\x03\xa2\x41\x3e\x56\xa3\x28\xa1\x56\xad\x05\x37\x0d\xb4\xbb\x3a\x2d\x16\x17\x49\x1c\x33\x2e\x8f\x38\x57\x03\x5c\xa6\xd3\x88\x4d\xee\x00\x26\x2e\x6f\x39\x33\x28\x61\x11\x23\x1f\xf7\xf2\x68\x3f\x61\x6b\x95\xcb\x45\xef\xc4\x81\xe2\x44\x75\x79\x76\x02\x60\x26\x25\x95\xb9\x89\x4e\xd2\xc5\x44\x54\x93\x8a\x2a\xc9\x48\xcd\x0e\x57\x78\x6d\xbd\xfa\x48\xe8\xce\x81\xea\x6b\xc7\x8a\x0b\x83\xdc\x41\x61\xbc\x43\x95\xc0\xc7\x31\xa6\x01\xa6\x3e\xc1\xa2\x07\x8f\xfe\xf8\x72\xaa\xd8\x9f\xf6\x54\x9e\xed\xcf\xe7\xe3\xd1\xa0\xbf\x1c\xcd\xa6\x2b\x9d\xb8\x4d\x87\x4f\x53\xaf\x02\x9c\x2a\xe6\x4a\xd8\x72\x3f\xbd\xf9\xf3\x91\xfe\x98\xcf\xab\x95\xc0\xea\x41\x0d\xae\x16\x33\x26\xae\xff\x2a\x62\xec\x1b\x30\xd5\x2d\x8b\xeb\xe8\xff\xe9\xc1\xcb\x27\x2f\x9f\xa4\xc3\x02\xf1\x2d\x96\xf3\xf2\xcf\x02\x87\xd8\x97\x8c\xe7\xc6\x4b\x63\x70\xa0\x43\xb0\x5e\xe9\x3f\xc7\x4d\xe2\x3f\xd5\x4f\x66\x3c\x3a\x5f\xe3\xae\xe7\xcf\x9f\xd5\xb9\x2b\xfd\xf9\xdf\xc8\x5d\x59\xda\xca\x7c\x96\x7b\xeb\x21\x23\xdc\xf8\xeb\x98\xe1\x9e\x3d\x7b\xf2\xa2\xc6\x70\xd9\xcf\x5f\x65\x38\xab\xba\xc6\x7c\x24\xa8\x6f\xa0\xc2\x36\xb3\xee\x82\x25\xf2\xee\xb6\xd5\xad\x4c\xfd\x9a\xdb\x2d\x4d\x5c\xe9\x20\xf8\xb6\x79\x64\xc7\x84\x54\x52\x6f\x66\xde\x52\x7d\x5d\xa9\xa2\xd1\x00\x48\x96\xea\x6b\x86\xba\xa3\xbd\xc4\x37\x34\x98\x78\x20\x8b\xdd\x72\x44\xd7\x1a\xce\xb3\x96\xcb\x15\x4b\xcc\x23\x42\xad\x62\xb5\x64\x91\x3b\xce\x92\xed\xae\xd6\xc2\x2d\xaa\x1b\xc7\xf5\x28\x42\x5b\xec\x49\x8e\x51\x74\x60\xce\x07\x8d\x9a\x46\x06\xe7\xaa\x2a\x32\x43\xeb\x36\x0e\xcd\xaa\x92\x9a\xec\x7e\x85\x88\x74\x36\x8c\x3b\x1c\xa3\x60\xdf\x83\x53\xc9\x13\x5b\xaf\x7e\xb3\x11\xc0\x12\x19\x27\x32\x63\x97\xb9\xa4\xc6\xc0\x4b\xb4\xcd\x3e\x36\x82\xf7\xf4\x7a\x43\x9a\x54\xa4\x6b\xd6\x14\x51\x2f\xb0\xae\xe5\x90\x70\xd5\x70\x30\x9b\x2e\xdd\x0f\xcb\xd5\x70\xb4\xb8\xb1\x02\x5b\x22\x73\xed\x1c\x6f\x94\x98\x37\xbb\x58\x0c\xdc\xd5\xc2\x9d\xcf\xbc\xd1\x72\xb6\xf8\xb8\x5a\xb8\xaf\x6e\x32\xa9\x84\x93\x7a\xa9\x8b\xc5\x38\x95\x92\xfb\x18\xf7\xe0\x35\xb1\x9c\x24\x47\x12\x6f\xf7\xa9\x26\xc3\xd1\xab\xfc\x0a\x80\xe9\x65\xfe\x3f\x8e\xed\xaf\x5a\x1e\x2b\xe2\xfd\xd1\xd4\x5d\xac\x86\xee\x7c\x3c\xfb\x38\x71\xa7\xcb\x4c\x10\xe0\x12\x85\x89\xb6\x4c\x93\xec\xcd\x01\xea\xa4\xff\x9b\x3b\x5d\x4d\x46\x8b\xc5\x6c\xa1\x88\xd7\xa1\x55\x65\x0e\x51\xfa\x8b\xe5\xe8\x55\x7f\xa0\x2d\x5a\x87\x50\xfc\x9e\xb7\xde\x30\xee\xe3\x79\x12\x86\x3d\x50\xc1\x96\xff\xce\x59\xd4\x2b\xc0\xb4\x06\x43\x1a\x0e\x66\xe1\x53\x2d\x8f\xb3\x10\xef\x9d\x75\x5e\x54\xda\xd8\xfa\xf8\xbb\x2f\xa3\x49\xff\xb5\xbb\xf2\x96\x0b\xb7\x3f\xd1\x81\xe4\xcd\xfb\x03\xb7\xec\x42\x4f\xbb\xca\xa4\x0e\x4e\xb6\x5b\xcc\xb3\xa9\xd1\xac\x87\x73\xc2\x66\xaf\x40\x01\xbf\x1e\x2d\xdf\x5c\x9c\xaf\xde\xbb\xe7\x6f\x66\xb3\x5f\xd3\xed\x82\x6a\x68\xbc\x49\xd6\x29\x12\xa6\x98\x13\xbf\x16\xca\x9d\xba\x8b\xd1\xa0\x1d\xcb\x34\xb7\x60\x44\xd9\x6b\xb0\x43\x74\x8b\x7b\xf0\xa5\x2c\x39\xca\xbf\x59\x69\xf3\xbb\x49\x25\xf6\x43\x63\xd6\x19\x56\x66\xf5\x7f\xaf\xd4\x93\xd5\xb0\xf7\xcd\x4e\x1c\x6b\x6d\xa2\x07\x67\xf7\xa8\x0a\xeb\xc6\xbd\x31\xf6\x02\x9b\x2d\xa6\xd2\x82\x31\x15\x29\x1b\xf4\xd0\x14\x77\x30\xc7\xdd\xb8\x1e\xb3\x8f\xee\x4f\x66\x23\xb0\xb9\x15\x11\x9a\x8d\x08\x13\x50\xa5\x1c\x76\xa7\x2c\x76\xa7\x3c\x56\x46\x4e\xb7\x0f\x17\xb3\xe5\x6c\x30\x1b\x37\x83\x56\x04\x8f\xe1\xcd\x16\x2d\x04\x0b\x42\x47\x70\x2e\x3c\x77\x71\x14\x47\x6f\x87\x1e\xe1\x63\xf7\x2d\x8f\x73\x4a\x37\x38\xdb\xf1\x86\xb3\x49\x7f\x34\x3d\x8a\x66\xc4\x8e\x71\x73\x17\xde\xc8\x5b\xba\xd3\x81\xbb\x1a\x8e\xfa\x63\x77\x70\x0b\xd3\x1d\xb6\xa9\xd3\x32\x3c\xd7\x0d\x46\x03\x77\x35\x5f\xb8\xaf\x46\x1f\x56\x93\xfe\x7c\x3e\x9a\xbe\xae\x57\xd0\xb0\xd0\xf8\x79\x78\xfe\xb8\xf9\xe3\xbb\x8b\xfe\x62\xf9\x7b\x8d\xf2\xe5\x87\x6c\x8f\xf9\x9e\xda\xeb\x7b\xf6\x76\x3a\x1c\xd5\x23\xd9\x8f\x0d\x16\x49\xb7\xb4\x1b\xdb\x66\x7b\xde\xf5\xed\xdb\x63\xa9\xb8\x49\x5e\xdf\x3e\x35\x4a\x63\xfb\x6c\x67\xbe\xbe\xfd\x64\x34\x5d\xcd\x67\xb3\xf1\xca\x1b\xfd\xde\x0c\x52\x92\x6a\x42\xea\x7f\xb8\x0d\x52\x51\xaa\x01\x69\xf9\x61\x35\xf2\x66\x63\xed\xbc\x46\xa0\xa2\x50\x1d\x8e\x89\xa4\x5b\xf8\x75\xca\xe4\x04\x51\xb4\xcd\x36\x41\x6b\x50\xee\xe5\x65\x8b\x71\x2f\x4f\x5b\x8c\x7b\x79\xdb\x62\x3c\x90\xc7\x53\xb4\x87\xf1\xba\x45\x7b\x50\xcf\x2f\xfb\x75\x10\xc5\x93\x80\xda\x76\xd3\xd9\xf4\x43\x7d\xcb\xbc\x2e\x2a\x37\x2c\x9f\x36\x55\x8a\xf0\xac\x79\x17\x4b\xbf\x5b\x2a\x90\x1d\x53\x5f\x3a\x97\x2c\x4c\x22\x7c\x14\xb8\xde\x20\x95\xa3\xae\x46\x94\xe6\xf0\xcd\xbf\x37\xb7\x6e\x0f\xde\xb2\x4c\x2d\xca\x6c\x31\x75\x97\xef\x56\x83\xf1\x85\xb7\x3c\x3a\x85\x36\x49\xb7\x21\xbf\xbb\x70\x2f\x5c\xaf\x1d\xcf\xc8\xb4\xa1\x2c\x67\xf3\xd1\xe0\x08\x8a\x91\x29\xa2\xe8\x5a\xff\x58\x0d\xa8\x85\xd4\x72\x6b\xce\x42\xe2\xef\x7b\xd0\x0f\xaf\xd0\x5e\x14\x24\x42\x72\x89\x29\x16\x62\xce\xd9\x1a\xf7\x4a\x24\xf0\x75\xb1\xe4\x33\xff\xf9\x2c\x8a\x10\x0d\xaa\x3f\x3b\xd0\x5d\x13\xda\x5d\x23\xb1\x3b\xf8\xe2\xf8\x87\xc2\x2c\x96\x5d\x8c\x62\xdd\xa8\xc4\xa0\x53\x01\x20\x94\x48\x82\xc2\x21\x0e\xd1\xde\xc3\x3e\xa3\x81\xe8\xc1\x8b\x27\x07\x4b\xc1\x76\x33\x14\xb6\x35\x53\x0a\x59\x05\x6b\xf7\x81\x7f\xfc\xf1\x65\x49\xb1\x5d\x61\xb2\x90\x7d\x26\xa8\xf4\x25\xe6\x4c\x32\x9f\x85\x3d\x58\x0e\xe6\xad\x98\xf9\x09\x41\x11\xd3\xee\x64\x7e\x0d\x60\xbe\x87\x5d\x05\x14\xb7\x42\x54\x8b\x2d\xf2\xaf\xf5\x76\x99\x42\xd9\xdd\xd9\xa9\x63\x59\x61\x48\x22\x22\x45\x95\x44\x84\x23\xc6\xf7\x7a\xaf\xc2\x9d\xcc\x16\x1f\x57\xe3\xd1\x64\x54\xaa\x21\x4d\x8a\x9b\xb0\x84\x56\x9d\x1f\xa9\xdf\xe6\x48\xee\xee\x94\x21\x6b\xcf\xe3\x9c\xcf\x78\x2f\x24\xe3\xb8\x4e\x5e\x75\x76\x46\xc3\x7d\x65\xb3\xa3\xb0\x4b\xf9\x9a\x23\x1f\xcf\x31\x27\x2c\xa8\x0b\x6f\x83\x29\x0e\x77\x86\x6e\xcb\xc1\xee\x26\x94\x58\x99\xdf\xa6\x76\xdc\x94\xae\x35\x98\x75\x69\x65\xb3\xa3\xb0\xab\x30\x47\x1c\x45\x05\x3a\x28\x91\x2c\x42\x92\xf8\x95\x1e\x66\x81\xab\xb4\x94\xe8\xb7\x0d\xd4\xa3\x9b\x40\x77\x18\xf6\xff\xdf\x37\x3d\xb2\xc3\x9d\xbb\x1d\x00\x3d\xc8\x06\x48\x41\xf7\x7f\xc8\x36\x48\x81\xf1\xed\x2c\x06\xf7\xdb\x12\x99\x7c\xf4\xde\x8d\x5b\xf6\x06\x8e\x54\xf7\xa6\xf9\xbd\x8a\x7b\x03\x71\xaf\xda\xde\x40\x8c\x67\xef\xdd\xc5\x6a\xa0\xd6\xc8\xcb\xfe\xf9\xd8\x35\xbb\xa9\xf5\x80\x6d\x2d\x9a\x35\xa8\x42\x7e\x30\x9b\x4e\xdd\x81\x72\x44\x2b\x74\x45\xb4\x19\xf3\xd5\x52\xaf\x36\x94\x75\x56\x63\xb7\xa1\xee\xaf\x15\x6d\xc7\xec\x7f\xb8\x35\x66\x41\xb4\x19\xb3\x3f\x9a\xb5\xe1\xf4\x47\xb3\x9a\x9a\xb0\x1c\xcc\xf7\xac\x02\x6b\x2b\xb0\x67\xe5\xc2\x46\xfa\xb1\xc7\xfc\xcf\xd5\x89\x06\x0e\x8f\x90\xad\x3c\x89\x30\x4b\x64\x06\x77\x76\x9b\xc4\xee\x54\xbb\x75\xbc\xaa\x3b\x50\xfc\xcf\x29\x8c\xea\xca\x22\x72\x9b\x4a\xc9\x8e\xeb\xf7\xc3\x9f\x4f\xbf\x2b\x8f\xf1\x53\xe3\x54\x70\x76\x70\xf6\xf4\xc7\xce\x93\xce\x93\xce\x19\x38\x09\x7c\x97\x67\x12\x70\x86\xe9\xff\xd6\x0e\x6b\xad\x02\xc3\x23\xcf\x1d\xbb\x83\x25\x9c\x3d\x3a\xee\xe6\xbf\xdd\xda\x6b\xb7\xab\xb5\x2e\x11\xef\x86\x64\xdd\xd5\x7d\xe9\xaa\x24\x5f\x53\x5e\x35\xba\xde\x89\x2f\x59\xf8\x90\x45\xd4\x2d\x35\x41\xe1\x5e\xed\x6f\x1a\x6b\x10\x22\x12\x95\x9d\xef\xab\x9f\xa6\x47\x60\xb5\xd0\xbf\xa4\xc6\xaa\x0c\x9e\xaf\x3a\x6e\xd3\x10\xbd\x34\xf5\x94\x4e\xd0\x96\xfd\xd7\x37\x15\xf9\x3b\x1d\xb5\xdd\xaf\x4e\x9b\xd7\xb9\xe7\x9b\x1e\xcf\x57\xfc\x99\x57\x02\xe6\x66\xdf\x84\x05\x38\x73\xed\x02\xa3\xe0\x3d\x27\x12\xcf\xa8\x3d\x4d\x3c\x58\xe7\x70\xfc\x57\x82\x45\x71\xe4\xa8\x72\xde\xae\xef\x7f\x9b\x8d\x2f\x26\xee\x6a\xd0\x9f\xf7\x07\xa3\xe5\xc7\x9b\x93\x58\x05\x08\x96\x3a\x7a\x9c\xf2\x8d\x8d\x47\x4b\x7b\x1f\x7b\x90\x06\x47\xf3\xdd\x47\xa2\xaf\x3f\x46\x48\xf6\xf2\x50\x1a\x05\x3f\x6f\x39\x4b\xe2\x51\xd0\x43\x5c\x92\x0d\xf2\xe5\x28\xe8\xd9\x8b\x89\xff\xeb\x3f\xfd\x79\xfb\xb4\x87\x9e\xf6\x2e\x9f\xaa\xe4\x61\x6f\xcf\x4e\xd3\xe3\x80\x82\xd2\xbc\x72\xce\x6e\x31\xb6\x9c\x02\xd9\x49\xad\xbc\xa6\x09\xc9\x9a\x23\xbe\xff\x99\xf1\x6d\xa1\x8a\xfe\x2b\x21\xfe\x67\x21\x91\xca\xfc\xb5\xf2\xbd\xb3\xce\xf3\xce\x93\xce\x2b\x42\x51\x58\xb5\x8e\x32\x4e\x3a\x03\x80\x64\xd6\x59\xb5\x77\xd8\xb3\xcb\xeb\x9d\xba\x8e\x5a\xc9\xb9\xc5\x2a\xf5\xf1\xf0\x3c\xca\x76\xcf\x2c\xd3\xeb\x28\x31\x2e\x1f\x84\x0e\xe3\xb2\x96\x8a\x39\xca\x4a\x77\x14\x5f\x3e\x7f\xfe\xec\xb4\x8e\x47\x22\x30\xd7\xad\x8f\x90\xa9\xde\xef\x6f\xe3\x74\x61\xdf\x0f\xd4\xf1\xb2\xe5\xaf\xe5\xf5\x99\x60\x7b\x31\xbc\xce\x44\xe9\xeb\x83\x3b\x32\x83\x49\x22\x24\xac\xcd\xb0\x0b\xc8\x66\x83\xb9\x1a\x08\x72\x87\x68\xf6\xb4\xe1\xef\x10\x29\x21\xca\x94\x20\x70\xc6\xe4\x63\x40\x41\x44\xe8\x63\x85\xa7\xff\x45\xf4\x32\x86\x71\x2b\x6a\x87\x8b\x19\xf0\x12\x42\x8c\x84\x84\x97\xe0\xef\x10\x47\xbe\x1a\x97\x8f\xe1\x0c\xf4\xfa\x6f\x8d\x25\xf1\xf3\x0f\xdf\x8b\x1f\xd4\xa7\x80\x6c\x89\xd4\xff\x46\x34\x80\x33\xa0\x8c\x3a\x5a\x9c\x26\x51\x76\x9a\x2f\xf6\xd1\x9a\x85\xdf\x8b\x1f\x5a\x5d\x6e\xed\x72\x62\x53\x3a\x3c\xfa\x03\x39\xff\xe8\x3b\xbf\xff\xf9\xe5\xc5\xcd\x1f\x4f\x9c\xff\xf9\xf3\xcb\xd9\xcd\x7f\xa9\xc1\xaa\xef\x19\xe8\x87\x26\xf8\x3a\xe6\x58\x08\x73\x93\xb9\xf9\x9c\xb1\xe2\x85\xb7\xfd\xbe\x07\x63\xb6\x25\x74\x60\xee\xd5\x40\xc0\x22\x44\xa8\xb2\xa5\x04\xb1\x43\x61\xa8\xcc\xa7\xdf\x3b\x28\x27\x25\x72\x87\xa9\x54\x19\xd6\x04\x96\x80\xab\x1d\x36\x26\x33\x37\xa7\xdf\x4e\xbc\xb6\x9e\x0d\x35\x7a\x1d\xc3\xec\xe4\xd2\x06\x0e\x93\xbb\xc3\xa0\x79\x43\xd6\xca\xbb\x12\x97\xae\x74\x07\x04\xa9\xe5\x6c\xab\x45\x0b\xe2\x43\x23\x5e\x6b\xa6\xda\x23\xcf\x94\x11\xdf\x76\x76\x29\x81\x4e\xaa\x54\xdf\x33\xff\x5b\x8a\x59\x13\xe4\x7a\xe8\x6d\x18\xd7\xa1\x5d\x98\x9f\x0e\xe8\xf6\x0b\x77\xe0\xa7\xc5\xc1\x55\x9d\xa7\x4e\xcc\xd4\x42\x38\x0e\xb2\xe2\x21\x1f\x6e\x0e\x8a\xe3\x83\x09\x64\x90\x08\xc9\x22\x7d\xdf\x2e\xe3\x53\xbc\x20\x09\x9c\x25\x12\x77\x00\xc6\x18\x5d\x62\x58\x87\x88\x7e\xd6\x42\x01\xde\xa0\x24\x94\x59\x4b\x73\x0d\x18\x77\xb6\x9d\x1e\xfc\x54\x7c\x24\xa2\x3e\xfe\xe2\xfc\x64\x9f\x19\xfd\xd2\xf9\xc9\xb6\x74\x4c\x40\x39\x22\xd9\x6c\xc8\xf5\x2f\x07\x33\x4c\xca\x4c\x91\x31\x37\x13\xdf\x58\x55\x59\xff\x4b\xb7\x03\x6f\xdd\x35\x71\xdb\xbe\xe9\x1e\x65\xfd\xb3\x7d\xb3\xb7\x08\x1f\xba\x8b\xe2\x56\x7d\xf4\xaa\x9d\x7c\x4d\xa4\xbd\x62\x06\x17\x8b\x51\xf5\xee\x66\x55\x9f\x92\x5e\xe0\x98\x09\x22\x19\xdf\x83\xb9\x0b\x66\xd4\xd4\x5e\x71\x6b\x89\xa7\x5b\xbc\x14\xca\xfe\xe5\x14\x66\xf1\xba\x0e\xac\x39\xa2\xfe\xae\x2b\xd1\x16\x38\xd6\x29\x5b\x17\x4e\x35\xd4\xf3\x8f\x4d\xac\x17\xee\xab\xc2\xdc\x77\xd6\x79\x7e\x30\xf5\xa9\xb5\x89\x7e\x39\x45\xa8\x46\xb5\x5e\x53\x59\x4c\xbf\x40\xf9\x3b\xe0\x28\x96\x7b\x6d\x4b\x35\x3b\x64\x02\x01\xe1\x7a\x6f\x6c\x7f\x30\x40\xd3\x14\x39\x4c\x25\x32\x82\x85\x6b\x88\x0d\x85\x4f\xd7\x16\x32\x55\x9a\xc3\xf4\x56\xf8\xdb\xe9\x70\x64\x72\x85\x4e\xb6\xeb\x7d\xe9\x4d\x8c\x64\xba\xbc\x0c\x2f\xcd\x73\x38\x55\xfe\x9a\x78\x30\xf1\xaa\x43\xf8\x13\xba\x44\x3d\xe3\x9e\x6e\x2e\x20\xba\xae\x79\x5c\x36\xf4\xaa\xfd\x29\xeb\x2e\xa5\x9c\xfc\x1a\x83\xed\x8c\x06\x6f\xc3\x6e\xea\x97\x8d\xf2\x7a\xc5\x55\x9d\x85\x15\x6e\x53\x44\x2a\x5f\x55\x95\x79\xe4\x1f\x18\xd8\xa6\xf8\x50\xd2\x56\xda\x66\x9c\xa7\xea\xcc\x92\xf1\xc0\xaf\x19\x1d\xb3\xce\x80\x01\x8a\x91\x4f\x64\xee\xde\x4a\xad\xde\xc2\xee\xec\x35\xa9\x92\x7b\x97\xe0\xc4\x98\x41\x54\x15\xeb\x4f\xa2\x90\x03\x4a\xe7\x8f\xd5\xb9\x84\xc5\xc4\xaf\xc7\xd1\x9f\x0e\x71\xec\x09\x64\xd3\x9c\xc4\x36\x3a\x96\xec\x83\xc8\xca\xc3\xc7\xf4\xec\x41\xbf\x77\xac\xea\xb3\x93\xea\xaf\xa9\x8c\x67\x20\x4a\xde\x2c\x1e\x40\x34\x2d\x06\x50\x1c\xdb\x63\x99\x63\x24\x4b\x74\xd2\x61\x9d\xb3\x3f\x46\xf0\x15\x09\x31\x3d\x64\x57\x38\x0e\x4f\xe7\x4f\xdb\xa2\xf3\xe9\x73\x6d\x51\xaf\x39\x21\x21\x98\x4f\xf4\xfb\x5a\xfd\x20\xd1\xf0\xd0\x1a\x7d\xac\xd6\x57\xba\x3e\x6a\xe0\x34\xc8\x25\xea\x0c\x66\xe7\xf7\x74\xd4\xe9\x57\x89\x6d\x95\x73\x5a\x58\x64\x06\x52\xb5\xe7\x71\x16\x99\x65\x0a\xa5\x66\xc3\x21\xbd\xa5\x12\xed\x53\x15\x4a\x77\xe3\x70\xcf\x56\x1b\x8d\x83\xac\xb0\x76\x30\xc5\xad\x6a\x62\xeb\x5b\x5d\xda\x3e\xbb\x39\x56\xd8\x96\x2f\x4b\x55\xc6\x62\x2b\xb3\x38\xef\x6e\x3d\xbb\xc6\xd2\x5b\x53\x7b\x79\x73\xb4\xe8\x2e\x5f\xc4\x6a\xe7\xe6\x61\x29\xe0\x1a\x39\x31\x63\x61\x37\x22\x54\xff\xc3\x11\x2a\x9b\xa5\x7e\x4d\x17\xf7\x38\x28\x24\xfd\xda\x0c\x66\xeb\x83\x09\xa1\x24\x4a\x22\x98\x33\x16\xea\xc4\x58\x64\x56\xbe\xb0\xd3\xca\x06\x5d\x3f\x08\x1b\x74\xdd\xc2\xa6\x74\xe1\xa7\x8e\x8d\xe4\x88\x0a\xe4\xeb\xea\x8b\x08\x16\xe6\xcf\x3b\xbf\x8a\xcd\x32\x87\x83\x51\x0a\x57\x64\x54\xba\x34\x54\x47\x68\xc7\xae\xb4\x6a\x89\xd6\xa1\x4d\xea\x80\x38\xd6\xd3\x0d\x0e\xcc\xe0\x63\x51\x8c\x38\x0e\x0e\x88\x98\x17\xa9\x63\x76\xa5\xb2\x80\x8a\xb5\xa5\x06\x99\xda\x8c\x7e\x8b\xd3\x97\x9a\x44\x10\x59\x03\xc7\x98\x47\x44\xaa\x94\x44\x93\x68\x8d\xb9\x4a\x9c\x82\x44\x49\x28\x11\xc5\x2c\x11\xe0\x87\xc4\x6e\x16\x51\xac\x2d\x20\x1a\x08\xa6\x2e\xcb\x71\x0a\x6d\x2a\x3c\xab\x67\x38\x75\x04\x6d\x3c\x86\x98\x6e\xe5\x2e\xcd\xe7\xe9\xaa\x7f\x8d\xed\xdb\x60\xf3\xb7\x0a\x10\xbc\xba\x18\x8f\x55\x29\x05\x84\x06\xf8\xba\x81\xe2\xab\x24\x0c\x97\xaa\x12\x4b\x83\xfd\xbd\x82\x1b\x6b\x0d\x15\x86\xd5\x13\xa1\x16\x13\x7e\x1b\x86\x16\xbc\x9d\x61\xf1\x7c\xa9\xc2\x50\x15\x9d\x9c\x85\x66\x67\x84\x50\xca\x82\xf5\x2a\x11\x78\x45\x91\x24\x97\x78\x85\x08\x03\x81\xa5\x54\xf3\xb6\xce\xd4\x40\x0c\x7f\xf3\x1d\xd2\x93\x26\x22\x60\xcd\xd9\x67\x7c\xb8\xec\x34\x84\x8d\x5c\xf5\x8c\xaa\xba\xfc\x66\x9c\x62\xf9\x0e\xfc\x30\x11\x12\xdb\x5d\x94\xc6\x9c\x9a\x4a\xdf\x3b\xa5\xb6\xdc\xf8\x6a\xcf\xaf\xe6\x49\x46\xba\x2b\xdf\x50\x2b\xbc\xd6\x4b\x1b\x78\x8f\xd7\x3b\xc6\x3e\xdb\x5a\xe6\xab\xb9\xd6\x3e\x14\x39\x4e\xd4\xbc\xf7\xb0\x6f\xe3\x8f\xf0\xb5\xb2\x0f\x45\xb8\xf6\x39\xca\x51\xc6\xd3\xf4\x2c\x40\x0d\x8a\xab\x1d\xf1\x4d\x19\x54\x38\x6b\x10\x3a\x4f\xa7\x7f\x50\x60\x42\x82\x20\xc4\x57\x2a\x57\xea\x43\x11\x9d\x36\x4d\x64\x52\x21\x51\x18\xe2\x40\xff\x69\x12\x51\xc1\x50\x0d\x28\xe3\x11\x0a\xc3\x7d\x2e\x0a\xb6\xfa\xcb\xd6\x9e\xf9\xd9\x84\x59\x0b\x7d\x64\x09\x88\x1d\x4b\xc2\x00\x18\x0d\xf7\xfa\xef\x1d\xa8\xd1\x1c\xb1\x80\x6c\xf6\xe6\x6f\x62\x90\x0d\xec\x59\xf2\xe8\x12\x17\x70\x0f\xfa\xa0\x86\x7c\x65\x9b\x31\x53\xd5\x4d\xff\xa6\x4a\xd5\x45\x05\x84\xdc\x50\x99\xc5\xeb\x4f\x4e\x5a\x16\x15\xf9\xbb\xff\x8a\x13\x26\xe8\x12\x53\x88\x08\xe7\x6a\x46\x64\xfa\xaf\xa5\x28\xa3\x7b\x4f\x47\x26\x94\x0e\x56\x0a\xa5\x16\xc5\x8d\x81\x83\xd7\x63\x15\x55\x63\x22\xa4\x4a\x8d\xe9\xea\x98\x60\xa1\x03\xce\xfa\x1e\x71\x7f\x47\x2e\xb1\x80\x2b\x62\x76\x0c\x7d\x16\x13\xed\x27\xc9\xcc\x8a\xb5\x78\x74\x00\xb0\x61\x61\x80\x79\x07\x46\x1b\x48\xa8\x88\xb1\x4f\x36\x04\x07\x8f\x01\x85\x61\x8e\x45\x28\x74\xcd\xe3\xe4\x0a\xec\x81\xc1\xbf\x0d\xbb\x7c\x03\xae\xf8\x28\xae\x66\x06\x91\x68\x5b\x34\xbf\x42\x3c\x35\xaf\xe6\x4d\xb0\x83\xd0\xb1\xd0\x01\x58\xee\x63\xe2\xab\x58\x7e\x6c\x62\x10\x85\x64\x4b\xcd\x91\x7d\xb6\x94\x88\xd0\x27\xc6\x3b\x11\xa1\x8c\xa7\x7f\x3c\x42\xf5\x4d\xe7\xe9\x86\xec\xad\x03\x0e\x6c\xc4\x99\x43\xbe\x62\x2a\xaf\x1e\xea\xb5\xc4\xda\xe9\xdf\x3a\x3f\x1e\xec\xa5\xe4\x27\x40\xe6\x7a\x9e\xb9\xbb\x57\xb7\x3d\x52\x2b\x65\xa9\x14\xee\xf3\x95\x17\xcc\xff\x17\x00\x00\xff\xff\x6d\x86\x2d\xde\x6c\x49\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5c\x7b\x93\xdb\xb6\xae\xff\x7f\x3f\x05\xee\x4e\x67\xd2\xce\x8d\xed\x6c\x9a\xa6\xbd\x3e\x6d\x67\xbc\xb6\x92\x38\xf5\x2b\x96\xb7\x49\x4f\xa7\xe3\xa1\x25\xd8\x66\x22\x91\x2a\x49\xed\xc6\xcd\xdd\xef\x7e\x87\x0f\xc9\x92\x2c\xcb\xbb\x79\xf4\x9e\x33\xa7\x7f\x6d\x2d\x10\xf8\x11\x00\x41\x10\x04\x43\x12\xfa\x2b\x0a\x49\x39\xeb\x82\xc2\x38\x89\x88\xc2\x36\x4f\x90\xc9\x2d\x5d\xab\x36\xe5\x9d\xeb\x8b\xb3\x77\x94\x85\x5d\x58\xb8\xcf\x67\x11\x59\x61\x24\xbb\x67\x90\x8f\xe8\x42\x22\x78\x80\x52\x4a\x14\xd7\x28\x9e\x3e\x69\xc5\x3b\xf9\x67\xd4\x92\x8f\xe9\x19\xc0\xfb\x84\x10\xd9\x85\x8b\xf6\x93\xf6\xc5\xf7\x67\x31\x4a\x49\x36\xd8\x85\x1e\x30\xbc\x81\xcb\xd9\xd8\x07\x92\x24\x11\x0d\x88\xa2\x9c\xc1\xd7\xa9\xa4\x6c\x03\xe3\x9d\xff\x6a\xf4\x0d\x6c\x89\x84\x15\x22\x83\x40\x20\x51\x18\x02\x65\xb0\xe3\xa9\xd0\x02\xdf\x62\xa0\xda\xb0\xd8\xe2\x19\x40\x2a\x51\x30\x12\x63\x27\x21\x52\xde\x70\x11\xc2\x9a\x0b\x20\x81\x06\xa5\xd9\xa9\x2d\xc2\x2f\x43\x0f\x7c\x03\x10\xe6\x9e\xbf\x00\x2e\xe0\xe5\xd8\x07\xca\x14\x8a\x35\x09\x10\xa8\x84\xaf\x3e\xfc\x32\xf4\x96\xbe\x37\xff\xd5\x9b\x2f\xaf\x7c\x6f\x7e\xdb\x29\xfd\x34\xeb\xf9\xfe\xeb\xe9\x7c\x70\xdb\x3e\x03\x78\x76\x20\xc2\xa0\x86\x90\x28\xb2\x22\x12\xe1\xfc\xab\x0f\x83\xcb\xe5\xa0\xb7\xe8\x5d\xf6\x7c\xef\xf6\x5c\xc3\x34\x74\x81\xc0\x10\x99\xa2\x24\xd2\x22\x07\x97\x46\xd4\xa4\x37\xf6\xb4\xb8\xc1\x65\x59\xcc\x2c\x42\xcd\x6c\x85\x20\x53\x81\xa0\xb8\x53\x86\xe1\x24\x31\x10\xa8\x40\xcf\x3d\xd4\xf2\x5e\x2c\x16\x33\x7f\xe9\x7b\xfd\xb9\xb7\xb8\x3d\x87\x80\x33\x45\x28\xcb\xf0\x65\xdf\x7f\xf1\x7e\xf3\x17\xd3\xb9\x77\x7b\x06\xb0\xa6\x11\x6a\x60\x56\x65\xda\x82\x9a\x5a\x62\xa0\x85\xe9\xf1\xc8\x54\xfb\x2c\x46\x45\xf4\xbc\xb4\xd9\x09\x63\x5c\x19\x6b\x19\x2f\x00\x08\x51\x06\x82\x26\xca\xb8\x51\x8f\x01\xbe\x27\x71\x12\xa1\x36\x2e\xf8\x29\x55\x58\xb2\xf0\x0d\x55\x5b\x20\x15\x5d\xb5\x8d\x36\x63\x2e\xd0\x70\x04\xa0\x6c\xcd\x45\x6c\x47\x90\x15\x4f\x15\xa4\x4e\xcd\x54\xe6\x8e\xf7\x10\x24\x22\x6c\x95\x4a\x64\xb7\xd3\xd9\x50\xb5\x4d\x57\xed\x80\xc7\x9d\xb7\x2b\x2e\x65\x2b\x77\xe4\x4e\x41\x7e\x2b\x1b\x2c\xdb\x46\x14\x0d\x38\xeb\x47\x44\xca\xae\xf9\xb3\x55\x72\x65\x43\x51\x5a\x0f\x21\x95\x49\x44\x76\x2d\xad\xf1\x2e\xbc\xbc\xe4\x52\x16\xe6\xf9\xb4\xfd\xc4\x38\x54\x14\xd1\x0d\x32\x95\xad\x0b\xb0\xdc\xe0\xbf\xed\xac\xdd\x14\xbf\xf6\x92\x2d\xc6\x28\x48\x64\x75\x62\xe6\xf1\xcd\xa1\xc8\x44\xf0\x6b\x1a\xa2\x68\x95\x65\xcf\x31\x84\x17\x44\x3d\x84\x21\x0b\xec\x54\x14\xd9\xc8\xca\x5a\x7c\x68\x34\xf1\x70\x4b\xc3\x10\x99\x25\xaa\x5d\xe6\x2b\xca\x42\xb2\x8a\xb0\x0b\xe7\x6b\x12\x49\x3c\x6f\xa0\x0d\x79\x90\xc6\xc8\xac\x0b\xb4\x52\x11\x75\x73\x13\xd8\xe5\xd0\x16\x18\x6e\x89\x32\x96\x28\x11\x77\x90\x75\x04\x86\xad\x2d\x51\x2d\x6b\xa2\x55\x12\xb7\xa4\x56\x5d\xa7\x41\x60\xc4\xd9\xa6\x55\x72\xb2\x45\xd1\x0b\x20\xc4\x35\x65\x28\x41\xa0\xe4\xa9\x08\x50\x02\x43\x0c\x31\x74\x7a\x56\x1c\x42\xbc\xc6\x88\x27\x99\xce\xe0\x52\x3b\x93\x36\xcc\xcc\x19\xc8\x9a\xaf\xc1\x74\xda\xb2\xda\x51\x33\xa6\x05\x8f\x7a\x08\x94\x05\x51\x1a\x6a\xf7\x24\xb0\x4a\x69\x14\xea\x85\xb3\xa6\x9b\x54\x38\x82\xa2\xff\x87\x98\x44\x7c\xa7\x75\x52\xa1\x72\x9c\xf3\xf0\x71\x8c\xd0\x2c\x54\xbb\x7c\xec\x9a\xc0\xdc\x8f\xbe\xd6\x3a\xe1\x82\x88\xdd\x37\x20\x15\x17\x64\x93\xad\x27\xc2\xc2\xfd\xa2\x8e\xe3\x94\x65\x70\x2c\x0b\x63\xc0\x76\x83\x0d\x64\x9a\x24\x5c\xa8\x13\xe6\x36\x0c\xae\xb3\x1d\xc5\x85\x7c\x00\xeb\xb0\x4d\x9b\x84\xa6\x90\x09\x09\xb0\xbb\xf7\xfd\x33\xbe\xd2\x31\x5e\x76\xcf\x5a\x50\xdc\xa8\xae\x2f\xce\x00\xec\xa6\xa4\xe3\x39\x0d\xf4\x1c\x8b\x01\xaa\x26\x44\x55\x82\xd4\x62\x8b\x70\x83\x2b\x67\xdc\x07\xd2\xcc\x08\xf4\x04\xdb\x8e\x5c\x5a\xce\x6d\x12\x25\x5b\x52\xf1\x7f\x4c\x90\x85\xc8\x02\x8a\xb2\x0b\x0f\x7e\xff\x70\xae\xd1\x9f\x77\x75\xfc\xed\xcd\x66\xa3\x61\xbf\xb7\x18\x4e\x27\x4b\x13\xd0\xed\x2c\xcf\x33\xe3\x02\x9c\x6b\xe4\x9a\xd8\x61\x3f\xbf\xfd\xe3\x81\xf9\xb8\xdf\x57\x2b\xfe\xd5\x85\x1a\xbe\x86\xcc\xea\xb5\xfe\xab\x4c\x30\xb0\xcc\xf4\xb4\x1c\xdf\x96\xf9\x9f\x2e\xfc\xf0\xe8\x87\x47\xd9\xea\x20\x62\x83\x6a\x56\xfe\x59\x62\x84\x81\xe2\x62\xaf\xbc\xcc\x15\xfb\xc6\x13\xeb\x85\xfe\x3d\x66\x92\xff\xae\x76\xb2\xcb\xaf\xf5\x31\xe6\x7a\xf2\xe4\xdb\x3a\x73\x65\x3f\xff\x0b\x99\x2b\x8f\x5e\xb9\xcd\xf6\xd6\xfa\x9c\x1e\x6e\xed\x75\x4a\x71\xdf\x7e\xfb\xe8\x69\x8d\xe2\xf2\x9f\x3f\x4a\x71\x4e\x74\x8d\xfa\x68\x58\x3f\x40\xbb\x6d\xae\xdd\x39\x4f\xd5\xfd\x75\x6b\x46\xd9\xac\x76\xaf\xb7\x2c\x70\x65\x8b\xe0\xcb\xc6\x91\x2d\x97\x4a\x53\xbd\x98\xfa\x0b\xfd\x75\xa9\x93\x49\xcb\x40\xf1\x4c\xde\x71\x56\xf7\xd4\x97\xfc\x82\x0a\x93\x9f\x49\x63\x77\x5c\xd1\xb5\x8a\xf3\x9d\xe6\xf6\x82\x15\x8a\x98\x32\x27\x58\x1f\x64\xd4\x56\xf0\x74\xb3\xad\xd5\x70\x83\xe8\xa3\xeb\x7a\x18\x93\x0d\xfa\x4a\x20\x89\x0f\xd4\xf9\x59\xbd\xe6\x28\x82\x4b\x9d\x1c\xd9\xa5\x75\x17\x83\xe6\xa9\x48\x4d\x74\xbf\x21\x54\xb5\xd6\x5c\xb4\x04\x92\x70\xd7\x85\x73\x25\x52\x97\xb6\x7e\xb1\x15\xc0\x53\x95\xa4\x2a\x47\x97\x9b\xa4\x46\xc1\x0b\xb2\xc9\x3f\x1e\x65\xde\x35\xe7\x10\x65\x43\x91\x49\x5d\x33\x8e\xe6\xe0\xf5\x5e\x0d\xa8\xd0\x03\xfb\xd3\xc9\xc2\x7b\xb3\x58\x0e\x86\xf3\x5b\x47\xb0\xa1\x6a\x2f\x5d\xe0\x5a\x93\xf9\xd3\xab\x79\xdf\x5b\xce\xbd\xd9\xd4\x1f\x2e\xa6\xf3\xdf\x96\x73\xef\xd9\x6d\x4e\x95\x0a\x5a\x4f\x75\x35\x1f\x65\x54\x6a\x97\x60\x17\x9e\x53\x87\x49\x09\xa2\x70\xb3\xcb\x24\x59\x8c\x7e\xe5\x57\x00\x64\xd7\xfb\xff\x69\xb9\xf9\xea\x63\xb3\x06\xde\x1b\x4e\xbc\xf9\x72\xe0\xcd\x46\xd3\xdf\xc6\xde\x64\x91\x13\x02\x5c\x93\x28\x35\x9a\x39\x46\x7b\x7b\xc0\x75\xdc\xfb\xd5\x9b\x2c\xc7\xc3\xf9\x7c\x3a\xd7\xc0\xeb\xb8\x55\x69\x0e\xb9\xf4\xe6\x8b\xe1\xb3\x5e\xdf\x68\xb4\x8e\x43\xf1\xfb\x7e\xf4\x9a\x8b\x00\x67\x69\x14\x75\x41\x3b\xdb\xfe\x77\xc1\xe3\x6e\x81\x4d\xa3\x33\x64\xee\x60\xcf\x3f\xd5\x9c\x38\x77\xf1\xee\x45\xfb\x69\x65\x8c\xcb\x8f\xbf\xfa\x30\x1c\xf7\x9e\x7b\x4b\x7f\x31\xf7\x7a\x63\xe3\x48\xfe\xac\xd7\xf7\xca\x26\xf4\x8d\xa9\x6c\xe8\x10\x74\xb3\x41\x91\x6f\x8d\xf6\x9c\xbc\x07\x6c\x6b\x08\x9a\xf1\xf3\xe1\xe2\xc5\xd5\xe5\xf2\xb5\x77\xf9\x62\x3a\xfd\x25\x2b\x23\x54\x5d\xe3\x45\xba\xca\x38\x21\x43\x41\x83\x5a\x56\xde\xc4\x9b\x0f\xfb\xcd\xbc\xec\x70\xc7\x8c\x6a\x7d\xf5\xb7\x84\x6d\xb0\x0b\x1f\xca\x94\xc3\xfd\x37\x47\x6d\x7f\xb7\xa1\xc4\x7d\x38\x1a\x75\x06\x95\x5d\xfd\x5f\x2b\xf4\xe4\x39\xec\xa7\x46\x27\x81\x46\x9a\xec\xc2\xc5\x27\x64\x85\x75\xeb\xde\x2a\x7b\x8e\xb6\xf0\x54\x3a\x25\x66\x24\x65\x85\x1e\xaa\xe2\x1e\xea\xb8\x1f\xd6\x53\xfa\x31\xf3\xc9\x75\x04\x2e\xb6\x12\xca\xf2\x15\x61\x1d\xaa\x14\xc3\xee\x15\xc5\xee\x15\xc7\xca\x9c\xb3\xb2\xe2\x7c\xba\x98\xf6\xa7\xa3\xe3\x4c\x2b\x84\xa7\xf8\x4d\xe7\x0d\x00\x0b\x44\x27\xf8\x5c\xf9\xde\xfc\x24\x1f\x53\x26\x3d\x81\xc7\xd5\x33\x4f\x63\xca\x0a\x9f\xcd\xfc\x06\xd3\x71\x6f\x38\x39\xc9\xcd\x92\x9d\xc2\xe6\xcd\xfd\xa1\xbf\xf0\x26\x7d\x6f\x39\x18\xf6\x46\x5e\xff\x0e\xaa\x3b\x1c\x53\x27\x65\x70\x69\x06\x0c\xfb\xde\x72\x36\xf7\x9e\x0d\xdf\x2c\xc7\xbd\xd9\x6c\x38\x79\x5e\x2f\xe0\xc8\x41\xe3\xa7\xc1\x65\x3d\xef\x97\x93\xc1\xb0\x9e\x93\xfb\x78\x04\x53\x56\x6c\x3e\x3a\x36\xaf\x46\xd7\x8f\x6f\xb6\x66\xb1\x7c\x5d\x3f\x3e\x2b\x88\x1f\x1d\x9f\x57\xcc\x6b\xc6\x2f\xde\xe4\x9f\xbf\x88\x52\xc7\xc3\xc9\x72\x36\x9d\x8e\x96\xfe\xf0\x9f\xc7\x11\x96\xa8\x8e\x4c\x73\xdc\x7b\x73\x17\x4e\x45\xaa\x23\x9c\x16\x6f\x96\x43\x7f\x3a\x32\x93\x38\xca\xa8\x48\x54\xc7\xa7\x5c\xf9\xaf\x24\x3e\x39\xab\x0e\xaa\xa0\x53\x4a\x4a\x5a\x76\x4f\x6f\x5d\xf3\x28\x8d\xf1\x24\xe3\x7a\x7c\x87\xd7\x0e\xf5\x5c\x8e\xbb\xe5\xfe\xfb\xf1\xd1\xcd\x8e\x59\xa6\xa9\xe5\x32\x9d\x4f\xbc\xc5\xab\x65\x7f\x74\xe5\x2f\x4e\x86\xad\x63\xd4\x4d\x9c\x5f\x5d\x79\x57\x9e\xdf\xcc\xcf\xd2\x34\x71\x59\x4c\x67\xc3\xfe\x09\x2e\x96\xa6\xc8\xc5\xe4\x57\xa7\xf6\x5d\x43\xa4\x53\xdc\x19\x8f\x68\xb0\xeb\x42\x2f\xba\x21\x3b\x59\xa0\x88\xe8\x35\x32\x94\x72\x26\xf8\x0a\xbb\x25\x10\xf8\xbe\xb8\xcd\xda\xff\x02\x1e\xc7\x84\x85\xd5\x9f\x5b\xd0\x59\x51\xd6\x59\x11\xb9\x3d\xf8\xd2\x0a\x0e\x89\x79\xa2\x3a\x48\x12\x33\xa8\x84\xa0\x5d\x61\x40\x19\x55\x94\x44\x03\x8c\xc8\xce\xc7\x80\xb3\x50\x76\xe1\xe9\xa3\x83\xf4\xbb\x59\x0d\x85\x52\x52\x06\x21\xcf\x1a\x5c\xed\xed\xfb\xef\x7f\x28\x09\x76\x59\x3d\x8f\xf8\x3b\x4a\x4a\x5f\x12\xc1\x15\x0f\x78\xd4\x85\x45\x7f\xd6\xc8\x73\x5f\x95\x2d\xf2\x74\xd5\xa3\x8f\x61\xb8\xaf\x1b\x56\x19\xca\x3b\x71\xd4\x09\x2e\xfd\xff\xb5\x76\x19\x42\xd9\xdc\xf9\x85\x4f\x59\x60\x44\x63\xaa\x64\x15\x44\x8c\x31\x17\x3b\x73\x3e\xf4\xc6\xfa\xd8\x3b\x1a\x8e\x87\xa5\x7d\xdb\x86\xb8\x31\x4f\x59\xd5\xf8\xb1\xfe\x6d\x46\xd4\xf6\x5e\x11\xb2\xf6\xe2\xa3\xf5\x0e\x77\x52\x71\x81\x75\xf4\x7a\xb2\x53\x16\xed\x2a\x07\xcc\x42\x65\xe8\xb9\x20\x01\xce\x50\x50\x1e\xd6\xb9\xb7\xe5\x29\x0f\x4f\xe3\x77\xc5\xe0\x4e\x70\x25\x54\xf6\xb7\x89\x5b\x37\xa5\x2b\xe6\xda\x03\x66\xe1\x24\x37\x23\x82\xc4\x05\x38\x24\x55\x3c\x26\x8a\x06\x95\x19\xe6\x8e\xab\xa5\x94\xe0\x37\x2d\xd4\x93\x07\xef\x7b\x2c\xfb\xff\xf4\x83\x66\x5e\x50\xbf\x5f\xd1\xfd\xb3\x1c\x3a\x0b\xb2\xff\x4d\x8e\x9e\x05\xc4\x77\xd3\x18\x7c\xda\x31\x74\xfc\x9b\xff\x6a\xd4\x70\x1e\x3b\x91\xb5\xdb\xe1\x9f\x94\xb8\x5b\x16\x9f\x94\xbb\x5b\x16\xa3\xe9\x6b\x6f\xbe\xec\xeb\x04\x7e\xd1\xbb\x1c\x79\xb6\x82\x55\xcf\xb0\x69\xc4\x71\x09\x3a\xa7\xee\x4f\x27\x13\xaf\xaf\x0d\xd1\xc8\xba\x42\x7a\x9c\xe7\xb3\x85\x49\xfa\xb5\x76\x96\x23\xef\x48\x1a\x5e\x4b\xda\xcc\xb3\xf7\xe6\xce\x3c\x0b\xa4\xc7\x79\xf6\x86\xd3\x26\x3e\xbd\xe1\xb4\x26\x27\x2c\x3b\xf3\x27\x66\x81\xb5\x19\xd8\xb7\xe5\xc4\x46\x05\x89\xcf\x83\x77\xd5\x8d\x06\x0e\xaf\xed\x1c\x3d\x8d\x91\xa7\x2a\x67\x77\x71\x97\xc0\xde\xaa\x4e\xeb\x74\x56\x77\x20\xf8\xef\x49\x8c\xea\xd2\x22\x7a\x97\x4c\xc9\xad\xeb\xd7\x83\x9f\xce\xbf\x2a\xaf\xf1\x73\x6b\x54\x68\x6d\xe1\xe2\xf1\xf7\xed\x47\xed\x47\xed\x0b\x68\xa5\xf0\xd5\x3e\x92\x40\x6b\x90\xfd\x6f\xed\xb2\x36\x22\x10\x1e\xf8\xde\xc8\xeb\x2f\xe0\xe2\xc1\x69\x33\x7f\x77\x67\xab\xdd\x2d\xd7\xba\x26\xa2\x13\xd1\x55\xc7\xcc\xa5\xa3\x83\x7c\x4d\x7a\x55\x67\xfa\x12\xe9\x27\xa5\x4f\x18\x27\x6a\x37\xa0\xa2\x6c\xba\x18\x43\x9a\xc6\x5d\x38\x3f\xbf\x93\x27\xe6\x70\xfe\xee\x54\xa9\xb2\x06\x3e\xea\xa6\xc2\xb0\xe8\x66\x11\xa4\x74\xf9\xb0\xe8\x3d\xbf\xad\xd0\xdf\xeb\x96\xe2\x4e\xe9\x56\xa2\x15\x83\xca\x68\xad\x55\xbe\xe4\x7d\xb0\x70\x8d\x9d\xfd\x4c\x29\xc7\xbb\xa6\xa8\x69\x9c\x8a\x89\xea\xee\x55\x38\x0c\x7f\xda\x08\x9e\x26\xc3\xb0\x4b\x84\xa2\x6b\x12\xa8\x61\xd8\x75\x0d\x4c\xff\x1b\x3c\xfe\x69\xf3\xb8\x4b\x1e\x77\xaf\x1f\x6b\xdf\x77\xed\x77\x93\xac\x82\x58\x10\xba\x4f\xfc\xf2\x6e\xa7\x86\xc2\xb1\x8b\xc9\xe5\x94\x3c\xa2\x2b\x41\xc4\xee\x27\x2e\x36\x85\x24\xf0\xcf\x94\x06\xef\xa4\x22\x3a\x70\xd5\xd2\x77\x2f\xda\x4f\xda\x8f\xda\xcf\x28\x23\x51\x55\x3b\x5a\x39\x59\x00\x03\xc5\x5d\xb3\x6a\x6d\x33\x6c\xde\x05\xdb\xae\x9b\xa8\xa3\x9c\x39\x5e\xa5\x39\x1e\x96\xb0\xdd\xf4\xec\x29\xb3\x0e\x12\x17\xea\xb3\xc0\xe1\x42\xd5\x42\xb1\xd5\x6f\x07\xe3\x5c\x1f\x82\xcf\xeb\x70\xa4\x12\x85\x19\x7d\x02\x4c\xb5\x51\xb8\x09\xd3\x95\x6b\x44\xae\xc3\xe5\xb2\x37\x87\xeb\x1d\x45\xd7\x63\x5a\xa7\xa2\xac\x8d\xf9\x9e\xc8\x60\x9c\x4a\x05\x2b\xbb\x98\x42\xba\x5e\xa3\xd0\x0b\x41\x6d\x09\xcb\x7b\xa4\xff\x01\xb1\x26\x62\x5c\x13\x82\xe0\x5c\x3d\x04\x12\xc6\x94\x3d\xd4\xfc\xcc\x5f\xd4\x64\xe1\x5c\x38\x52\xb7\x5c\xec\x09\x46\x41\x84\x44\x2a\xf8\x01\x82\x2d\x11\x24\xd0\xeb\xf2\x21\x5c\x80\x39\xbe\xac\x50\xd1\x60\xff\xe1\x6b\xf9\x8d\xfe\x14\xd2\x0d\x55\xe6\x6f\xc2\x42\xb8\x00\xc6\x59\xcb\x90\xb3\x34\xce\x2f\x00\xe5\x2e\x5e\xf1\xe8\x6b\xf9\x4d\xa3\xc9\x9d\x5e\xce\x5c\x28\x83\x07\xbf\x93\xd6\x5f\xbd\xd6\x3f\xff\xf8\xf0\xf4\xf6\xf7\x47\xad\xff\xf9\xe3\xc3\xc5\xed\x7f\xe9\xc5\x6a\xae\x26\x4d\x6f\x3a\xbe\x4f\x04\x4a\xbd\xa0\x6b\x9d\x25\xcb\x89\x2b\x56\x78\xd9\xeb\xf9\x30\xe2\x1b\xca\xfa\xf6\x2a\x1e\x42\x1e\x13\xca\xb4\x2e\x15\xc8\x2d\x89\x22\xad\x3e\xd3\x38\xad\x8d\x94\xaa\x2d\x32\xa5\x8f\x18\xd6\xb1\x24\xdc\x6c\x5d\xc7\xad\xed\xb0\x7c\x39\xf6\x9b\x66\x36\x30\xdc\xeb\x10\xe6\x97\x1d\xce\x71\xb8\xda\x1e\x3a\xcd\x0b\xba\xd2\xd6\x55\x08\x89\x0e\x5e\x52\x21\x0b\x10\x42\x4a\xf4\x69\xac\x51\xa3\x05\xf2\x81\x25\xaf\x55\x53\xed\x2d\x49\x86\x48\x6c\xda\xdb\x0c\x40\x3b\x13\x6a\x3a\x54\xbf\xcb\x78\xd6\x38\xb9\x59\x7a\x6b\x2e\x8c\x6b\x17\x0e\x68\x07\x70\x7b\x85\xee\xd9\x49\x71\x71\x55\xb7\xbb\x33\x9d\x98\xfd\x99\x52\x81\x61\xbe\x69\xee\x97\x5b\x8b\x24\xc9\xc1\x06\xd2\x4f\xa5\xe2\xb1\x69\xd1\xc9\xf1\x14\x7b\xaa\x40\xf0\x54\x61\x1b\x60\x84\xe4\x1a\x61\x15\x11\xf6\xce\x10\x85\xb8\x26\x69\xa4\xf2\x91\xb6\x73\x10\xdb\x9b\x76\x17\x7e\x2c\xf6\x9b\xeb\x8f\x3f\xb7\x7e\x74\x2f\x16\x7e\x6e\xff\xe8\x46\xb6\xac\x43\xb5\x64\xba\x5e\xd3\xf7\x3f\x1f\xec\x30\x19\x32\x0d\xc6\x36\x33\xbd\x70\xa2\xf2\xf9\x97\x1a\x8a\xee\x3c\x35\x79\xd7\xb9\x99\x19\xe5\xf3\x73\x73\x73\x8d\x47\x9f\x7b\x8a\xf2\x4e\x73\xf4\xab\x93\x7c\x4e\x95\xeb\x4a\x81\xab\xf9\xb0\xda\xee\x55\x95\xa7\xa9\xe7\x98\x70\x49\x15\x17\x3b\xb0\xed\x23\x56\x4c\x6d\x57\x4c\x83\x3f\xdd\xe1\xd1\x41\xfe\x57\xab\xb0\x8b\xd7\x4d\x60\x25\x08\x0b\xb6\x1d\x45\x36\x20\xd0\x84\x6c\xd3\xb9\x51\x03\x7d\xff\xf1\x18\xea\xb9\xf7\xac\xb0\xf7\x5d\xb4\x9f\x1c\x6c\x7d\x3a\xb5\x36\x0f\x0e\x28\x33\x5c\x9d\xd5\x74\x14\x33\xbd\xeb\xff\xb0\x29\xaf\xd1\xa5\xde\x1d\x72\x82\x90\x0a\x53\xda\xd9\x1d\x2c\xd0\x2c\x44\x0e\x32\x8a\x1c\x60\xa1\x73\xe9\x48\xe2\xd3\x71\x89\x4c\x15\xe6\x20\x6b\x24\x7d\x39\x19\x0c\x6d\xac\x30\xc1\x76\xb5\x2b\x75\xd3\x2b\x6e\xaa\xc0\xd1\xb5\x7d\x0f\xa3\x13\x6d\xeb\x0f\xd6\x5f\x8d\x0b\xbf\x25\xd7\xa4\x6b\xcd\xd3\xd9\x13\xc8\x8e\x67\xdf\xa9\x0c\xfc\xea\x7c\xca\xb2\x4b\x21\x67\x7f\xef\xea\x26\x63\x98\x37\xf1\x3e\x36\x2f\xe7\xe5\xf5\x82\xab\x32\x0b\x07\xb4\x63\x1e\xa9\x6d\x55\x15\xf6\x2a\xc5\xd4\x4a\x92\x55\x51\xe6\x93\x2c\x2c\xb3\xd2\x0d\x55\x35\x5c\xf3\x84\x06\xf5\x7c\xcc\xa7\x43\x3e\xee\x8e\xea\x58\xd8\xe7\xeb\xe2\xf3\xa5\xca\x33\xa5\xac\x3a\x6d\xde\x26\x55\xe5\xb9\x7d\xeb\x97\x8c\xc6\xb7\x2c\x4a\x0a\x2b\x96\xa8\x8f\xe5\xdb\x24\x49\x5c\xe1\xfe\x14\xc8\x12\x9c\x6c\xe5\xec\xd1\x9f\x02\xf8\x8c\x46\xc8\x0e\xd1\x15\x2e\x4c\xb3\x2d\xca\x8d\x68\xbf\x7d\x57\x9b\x37\x1b\x4c\x44\x4a\x1e\x50\xf3\x16\xce\x3c\x1a\xb2\x38\x8c\xc4\x00\xf5\x11\xc6\xa4\x20\x47\x30\xf5\xf7\x14\x75\x0a\x73\x5b\x68\xe6\xd8\xda\xa7\x1b\x93\xd3\x6c\xef\xce\x15\xa4\xd3\xbb\xd3\x28\x72\xcd\x14\xb2\xb9\x23\xd7\xb8\x0e\x4a\xbc\xcb\x44\x68\xd9\x47\x57\x54\x9e\xd0\x1f\x5d\x56\x85\xf4\xdc\xe6\x8f\x7a\x88\x4b\x21\x4d\xf6\xf8\xed\xed\xa9\xdc\xb1\xdc\x40\x51\x59\x8c\x8d\xc8\x92\xfd\x74\xeb\xd1\x1d\xcd\x6e\x0d\xb4\x1f\x6e\x4f\xe6\xb5\xe5\xe6\x8c\x66\x6c\x3e\x2a\x09\xef\x49\x2b\xe1\x3c\xea\xc4\x94\x99\x3f\x5a\x92\xfe\xb5\xcf\xc9\xb2\xf3\x33\x86\x85\xb8\x7a\x10\xfc\x07\xf9\x27\x18\x53\x46\xe3\x34\x86\x19\xe7\x11\xf8\xf4\xaf\x52\x08\x2b\x77\x56\x34\xa2\x21\xef\x3f\x0b\x1a\xf2\xbe\x01\x4d\xa9\x3b\xa3\x0e\x8d\x12\x84\x49\x12\x98\x04\x87\x4a\x1e\xed\xdf\x5e\x7d\x14\x9a\xc5\x9e\x1d\x0c\x33\x76\x45\x44\xa5\x2e\x8f\x3a\x40\x5b\x7e\x63\x44\x2b\xb2\x8a\x5c\x50\x07\x22\xd0\x3c\xf4\xc2\xd0\x2e\x3e\x1e\x27\x44\x60\x78\x00\xc4\x3e\x17\x1b\xf1\x1b\x1d\x05\xb4\xaf\x2d\x0c\x93\x89\x8b\xe8\x77\xa8\xcf\xd7\x04\x82\xd8\x29\x38\x41\x11\x53\xa5\x43\x12\x4b\xe3\x15\x0a\x1d\x38\x25\x8d\xd3\x48\x11\x86\x3c\x95\x10\x44\xd4\xd5\x63\x18\x1a\x0d\xc8\x23\x00\x33\x93\xed\xf9\x14\xc6\x54\x70\x56\xab\xfc\x75\x00\x9d\x3f\x46\xc8\x36\x6a\x9b\xc5\xf3\xec\x60\xbd\x42\xf7\x70\xcf\xbe\x2b\x26\xf0\xec\x6a\x34\xd2\xd9\x0a\x50\x16\xe2\xfb\x23\x10\x9f\xa5\x51\xb4\xd0\xc9\x4e\xe6\xec\xaf\x35\xbb\x91\x91\x50\x41\x58\xbd\x33\x68\x50\xe1\x97\x41\xe8\x98\x37\x23\x2c\xde\x40\x54\x10\xea\xbc\x4e\xf0\xc8\x16\x1f\x28\x63\x3c\x5c\x2d\x53\x89\x4b\x46\x14\xbd\xc6\x25\xa1\x1c\x24\x2a\xa5\xf7\x6d\x13\xa9\x81\x5a\xfc\xf6\x3b\x64\x77\x11\x54\xc2\x4a\xf0\x77\x78\x78\xb2\xb3\x80\x2d\x5d\xf5\x16\xa3\x7a\xc2\xe5\x82\xa1\x7a\x05\x41\x94\x4a\x85\xae\x50\x71\x34\xa6\x66\xd4\x9f\x1c\x52\x1b\x7a\x82\x9a\xe3\xab\x6d\x94\xce\x0a\xbe\x47\x72\x85\xe7\xe6\xf4\x00\xaf\x71\xb5\xe5\xfc\x9d\xcb\x65\x3e\x1a\x6b\x6d\xfb\xf6\x69\xa0\xb6\x0b\xdb\x3d\x5c\x3d\x81\xd7\xd1\x7e\x2e\xc0\xb5\x4d\xe2\x27\x11\x4f\xb2\x32\xb3\x5e\x14\x37\x5b\x1a\xd8\x34\xa8\x50\xc6\x96\x26\x4e\x67\xaf\x7d\xc7\x34\x0c\x23\xbc\xd1\xb1\xd2\xd4\xdb\x4d\xd8\xb4\x9e\xc9\xa4\x22\x51\x84\xa1\xf9\x87\x04\x64\x85\x87\x1e\xc0\xb8\x88\x49\x14\xed\xf6\xa4\xe0\xb2\xbf\xfc\x78\xb7\x2f\x7b\xdb\xe3\xc6\x6f\x3c\x05\xb9\xe5\x69\x14\x02\x67\xd1\xce\x3c\x46\xd6\xab\x39\xe6\x21\x5d\xef\xec\x0b\x76\xba\x86\x1d\x4f\x1f\x5c\x63\x81\xef\xc1\x1c\xf4\x92\xaf\x54\xf2\x72\x51\x9d\xec\x5f\x40\xa8\x9a\xa8\xc0\x61\xaf\xa8\x5c\xe3\xf5\x45\xf9\x86\x53\xc5\xfe\x35\x6e\xc5\x08\x63\x72\x8d\x0c\x62\x2a\x84\xde\x11\xb9\xf9\xb7\x0d\xb4\xd2\xfd\xc7\x43\xeb\x4a\x07\x27\x85\xd2\x88\xe2\xd9\xfb\xe0\x4d\x47\x45\xd4\x88\x4a\xa5\x43\x63\x76\x00\xa5\x28\x8d\xc3\x39\xdb\x13\x11\x6c\xe9\x35\x4a\xb8\xa1\xb6\x28\x17\xf0\x84\x1a\x3b\x29\x6e\x0f\x85\xc5\xea\x3c\xc0\x9a\x47\x21\x8a\x36\x0c\xd7\x90\x32\x99\x60\x40\xd7\x14\xc3\x87\x40\xa2\x68\xcf\x8b\x32\xe8\xd8\x27\x83\x15\xb6\x07\x0a\xff\x32\xe8\xf6\x35\xae\xe2\x53\x95\x9a\x1d\x44\x91\x4d\x51\xfd\x9a\xe3\xb9\x7d\xcb\x6a\x9d\x1d\xa4\xf1\x85\x36\xc0\x62\x97\xd0\x40\xfb\xf2\x43\xeb\x83\x24\xa2\x1b\x66\x2f\x75\xf3\xa3\x44\x4c\xde\x72\xd1\x8e\x29\xe3\x22\x7b\xc7\xad\xe7\x66\xe2\xf4\x91\xe8\x6d\x1c\x0e\x9c\xc7\xd9\xfb\xa3\x62\x28\xaf\xde\x17\x35\xf8\xda\xf9\x77\xed\xef\x0f\xca\x15\xfb\x4b\x16\xdb\xc0\x65\xbb\xbb\xea\x2a\x10\xb5\x54\x0e\x4a\xa1\xe3\x6b\x2f\xef\xe2\x39\x3d\xfb\xbf\x00\x00\x00\xff\xff\x49\x83\x96\x0c\x02\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5c\x79\x73\xdb\xb6\xb6\xff\xdf\x9f\xe2\x3c\x4f\x67\xd2\xce\x33\xa5\x38\x4d\xd3\x5c\xde\xb6\x33\xb2\xc4\x38\x4a\xac\x25\xa2\x9c\x26\xed\x74\x34\x10\x09\x49\x48\x48\x80\x01\x40\x3b\xba\x79\xfe\xee\x6f\xb0\x70\x15\x45\xd9\xb1\x73\x97\xb9\xfd\xcb\x15\x0f\x7e\x38\x3b\x0e\x0e\x80\xa0\x84\xbc\xc5\x5c\x10\x46\x5d\x90\x38\x4e\x22\x24\x71\x87\x25\x98\x8a\x0d\x59\xc9\x0e\x61\xdd\xab\xd3\xa3\x8f\x84\x86\x2e\xcc\xed\xe7\xa3\x08\x2d\x71\x24\xdc\x23\xc8\x47\xb8\x90\x70\x16\x60\x21\x04\xe6\x57\x98\x3f\x7b\xea\x24\x4c\xc8\x35\xc7\xe2\x53\xe4\x24\x0a\x5f\x48\x4c\xa5\x23\x9e\x90\x23\x80\xcf\x09\x42\xc2\x85\xd3\xce\xd3\xce\xe9\xcf\x47\x31\x16\x02\xad\xb1\x0b\x3d\xa0\xf8\x1a\x0a\x6a\x38\x9b\x8e\x7c\x40\x49\x12\x91\x00\x49\xc2\x28\x7c\x9f\x0a\x42\xd7\x30\x35\xd8\xfe\x9b\x8b\x1f\x60\x83\x04\x2c\x31\xa6\x10\x70\x8c\x24\x0e\x81\xd0\x23\x80\x2d\x4b\xb9\x62\xe9\x03\x0e\x64\x07\xe6\x1b\x0c\xa9\xc0\x9c\xa2\x18\x77\x13\x24\xc4\x35\xe3\x21\xac\x18\x07\x14\x28\xa6\x15\xa6\xdc\x60\x78\x3d\xf4\xc0\xd7\x02\xc0\xcc\xf3\xe7\xc0\x38\xbc\x1a\xf9\x40\xa8\xc4\x7c\x85\x02\x7c\x04\x40\x04\x7c\xf7\xe5\xf5\xd0\x5b\xf8\xde\xec\xad\x37\x5b\x5c\xfa\xde\xec\xa6\x5b\xf9\x69\xda\xf3\xfd\xdf\x27\xb3\xc1\x4d\x07\x5e\xec\x4c\x31\xda\xfa\x6f\x2e\x20\x44\x12\x2d\x91\xc0\x70\xfc\xdd\x97\xc1\xd9\x62\xd0\x9b\xf7\xce\x7a\xbe\x77\x73\x7c\x04\x8a\x51\x4d\x19\x70\x1c\x62\x2a\x09\x8a\xd4\x94\x83\x33\x3d\xd5\xb8\x37\xf2\xd4\x74\x83\xb3\xf2\x34\xd3\x08\x2b\xb0\x25\x06\x91\x72\x0c\x92\x59\x65\x28\x9c\x23\x00\x81\x03\x8e\x25\x28\xe9\x43\x35\xe3\xcb\xf9\x7c\xea\x2f\x7c\xaf\x3f\xf3\xe6\x37\xc7\x10\x30\x2a\x11\xa1\x19\x87\xd9\xf7\xd7\xde\x7b\x7f\x3e\x99\x79\x37\xb0\x22\x91\xd6\x9f\x51\x99\xb2\x30\xa1\x6b\x83\xab\xa6\x53\xe3\x31\x95\x9d\xa3\x18\x4b\xa4\x24\x53\x8e\x81\x28\x65\x52\x1b\x4d\xfb\x09\x40\x88\x45\xc0\x49\x22\xb5\xa3\xf5\x28\xe0\xcf\x28\x4e\x22\xac\x6c\x0c\x7e\x4a\x24\xae\x18\xfa\x9a\xc8\x0d\xa0\x92\xa1\x73\x95\x69\xa5\x6a\x44\x80\x98\x71\x0c\x84\xae\x18\x8f\xcd\x30\xb4\x64\xa9\x84\xd4\x6a\x9b\x88\xdc\x3f\x4f\x40\x60\x0c\x1b\x29\x13\xe1\x76\xbb\x6b\x22\x37\xe9\xb2\x13\xb0\xb8\xfb\x61\xc9\x84\x70\x72\x7f\xef\x96\x98\x70\xb2\xc1\xa2\xa3\xe7\x23\x01\xa3\xfd\x08\x09\xe1\xea\x3f\x9d\x8a\xc7\x6b\x8a\x4a\xd8\x84\x44\x24\x11\xda\x3a\x4a\xed\x2e\xbc\x3a\x63\x42\x94\x84\x7d\xd6\x79\xaa\xfd\x2a\x8a\xc8\x5a\xb9\xba\x05\x03\x83\x06\xff\x5b\x12\xdd\x0a\xfb\xbd\xd6\x89\x16\xe1\x87\xdd\xd9\x12\xce\xae\x48\x88\xb9\x53\x9d\x76\x86\x43\x78\x89\xe4\x09\x0c\x69\x60\xa4\x90\x68\x2d\x6a\xd1\x7a\xa2\x95\x60\xbe\x36\x66\x80\x25\xa1\x21\x5a\x46\xd8\x85\xe3\x15\x8a\x04\x3e\x6e\xa1\x0d\x59\x90\xc6\x98\x1a\xdb\x3b\x29\x8f\xdc\x5c\xed\x26\x12\x3a\x1c\x87\x1b\x24\xb5\xf6\x2b\xc4\x5d\x4c\xbb\x1c\x87\xce\x06\x49\xc7\x98\x65\x99\xc4\x8e\x50\xea\xea\xb6\x4c\x18\x31\xba\x76\x2a\xde\x35\x2f\x5b\x1e\x42\xbc\x22\x14\x0b\xe0\x58\xb0\x94\x07\x58\x00\xc5\x38\xc4\xa1\x55\xab\x64\x10\xe2\x2b\x1c\xb1\x24\x53\x16\x9c\x29\x07\x52\xc6\x98\x5a\xa3\x18\x93\xb5\x98\x4b\x59\x53\x39\x67\x06\x5a\xf2\xa2\x13\x20\x34\x88\xd2\x50\xb9\x24\x82\x65\x4a\xa2\x50\x45\xcc\x8a\xac\x53\x6e\x09\xca\x8e\x1f\xe2\x24\x62\x5b\xa5\x93\x1a\x95\x45\xce\x33\xc7\x3e\x42\x1d\xa3\xa5\xb8\x31\xc1\x90\x27\xd5\x00\x03\xa2\xa1\x0d\x5d\x8b\x19\xb0\x38\x4e\x69\xc6\x81\x19\xa0\x6d\xd6\x69\x51\xbb\x48\x93\x84\x71\x79\xc0\xc2\x1a\xe0\x2a\x5b\x5f\x6c\xc2\x07\x30\xce\x79\x97\x25\x43\x8d\x10\x09\x0a\xb0\x5b\xf8\xfd\x11\x5b\xaa\xfc\x2e\xdc\x23\x07\xca\xcb\xd8\xd5\xe9\x11\x80\x59\xb2\x54\x36\x27\x3a\x71\x97\x93\x53\x43\x7a\xaa\x25\x28\xb5\x62\x5c\xe3\xa5\xb5\xef\x23\xa1\x25\x04\x25\x70\xc7\x92\x0b\x83\xdc\x41\x51\xb2\x41\xb5\x10\xc0\x09\xa6\x21\xa6\x01\xc1\xc2\x85\x47\x7f\x7e\x39\x56\xdc\x1f\xbb\x2a\xf7\xf6\xa6\xd3\x8b\x61\xbf\x37\x1f\x4e\xc6\x0b\x9d\xcc\x4b\x52\x1f\x67\x46\x06\x38\x56\xec\xab\x11\x56\x80\xe3\x9b\xbf\x1e\xe9\x8f\xc5\xd2\x5b\xf3\x33\x17\x1a\xc0\x35\x99\x51\x76\xf3\x57\x91\xe0\xc0\x80\x29\xd9\x2c\xae\xa3\xff\xc7\x85\xe7\x8f\x9f\x3f\xce\xa2\x04\xf1\x35\x96\xd3\xea\xcf\x02\x47\x38\x90\x8c\x17\x1a\xcc\x5c\xb2\xaf\x3d\xb2\x79\xd2\x7f\x8e\xad\xc4\x7f\xb4\xb1\x4c\x78\x3a\x5f\x63\xb3\xa7\x4f\x7f\x6c\xb2\x59\xf6\xf3\xbf\x91\xcd\xf2\x54\x96\x1b\xae\x30\xd9\x43\xba\x79\xc9\x68\x87\xb4\xf7\xd3\xd3\x1f\x9f\x34\x68\x2f\xff\xf9\xab\xb4\x57\x9e\xbf\x41\x91\x24\x6c\x1e\xa5\xbc\x38\xd7\xf3\x8c\xa5\xf2\xee\x5a\xd6\xa3\x4c\x9d\x5b\x68\x30\x4b\x66\x59\x4c\x7c\xdb\xb4\xb2\x61\x42\x2a\xaa\x97\x13\x7f\xae\xbe\x2e\x54\x71\x69\x00\x24\xcb\xe6\xdb\x0f\x75\x47\x7d\x89\x6f\xa8\x30\xf1\x40\x1a\xbb\x65\x6c\x37\x2a\xce\xb7\x9a\x2b\x26\x96\x98\xc7\x84\xda\x89\xd5\xd6\x46\x6e\x38\x4b\xd7\x9b\x46\x0d\xb7\x4c\xbd\x37\xc2\x87\x31\x5a\x63\x5f\x72\x8c\xe2\x1d\x75\x3e\xa8\xd7\xec\xe5\xe0\x4c\xd5\x4c\x26\xbe\x6e\x63\xd0\xbc\x5c\x69\x48\xf6\xd7\x88\x48\x67\xc5\xb8\xc3\x31\x0a\xb7\x2e\x1c\x4b\x9e\xda\x6a\xf6\x9b\x45\x00\x4b\x65\x92\xca\x9c\xbb\xdc\x24\x0d\x0a\x9e\xa3\x75\xfe\x71\x2f\xb8\xab\xb7\x24\xd2\xe4\x23\x5d\xd1\xba\x79\x1d\x47\x25\xfe\x2c\x07\x84\xab\x81\xfd\xc9\x78\xee\xbd\x9b\x2f\x06\xc3\xd9\x8d\x25\x58\x13\x59\xcc\xce\xf1\x4a\x91\xf9\x93\xcb\x59\xdf\x5b\xcc\xbc\xe9\xc4\x1f\xce\x27\xb3\xf7\x8b\x99\xf7\xe2\x26\xa7\x4a\x39\x69\xa6\xba\x9c\x5d\x64\x54\x72\x9b\x60\x17\xce\x89\xe5\x49\x72\x24\xf1\x7a\x9b\xcd\x64\x78\xf4\x6b\xbf\x02\x60\x7a\x55\xfc\x8f\x63\xe5\x55\xdb\x68\xc5\x78\x6f\x38\xf6\x66\x8b\x81\x37\xbd\x98\xbc\x1f\x79\xe3\x79\x4e\x08\x70\x85\xa2\x54\x6b\x66\x1f\xed\xcd\x0e\xea\xa8\xf7\xd6\x1b\x2f\x46\xc3\xd9\x6c\x32\x53\x8c\x37\xa1\xd5\x69\x76\x51\x7a\xb3\xf9\xf0\x45\xaf\xaf\x35\xda\x84\x50\xfe\x5e\x8c\x5e\x31\x1e\xe0\x69\x1a\x45\x2e\x28\x67\x2b\x7e\xe7\x2c\x76\x4b\x30\xad\xce\x90\xb9\x83\xd9\x16\xd5\xeb\xe6\xdc\xc5\xdd\xd3\xce\xb3\xda\x18\x5b\x33\x7f\xf7\x65\x38\xea\x9d\x7b\x0b\x7f\x3e\xf3\x7a\x23\xed\x48\xfe\xb4\xd7\xf7\xaa\x26\xf4\xb5\xa9\x4c\xea\xe0\x64\xbd\xc6\x3c\x5f\x1f\xcd\x96\xb9\x60\xd8\xf4\x14\x14\xf0\xf9\x70\xfe\xf2\xf2\x6c\xf1\xbb\x77\xf6\x72\x32\x79\x9d\xb5\x15\xea\xae\xf1\x32\x5d\x66\x48\x98\x62\x4e\x82\x46\x28\x6f\xec\xcd\x86\xfd\x76\x2c\x33\xdc\x82\x11\xa5\xaf\xfe\x06\xd1\x35\x76\xe1\x4b\x95\x72\x58\x7c\xb3\xd4\xe6\x77\x93\x4a\xec\x87\xbd\x59\x67\x50\x5b\xda\xff\xbd\x52\x4f\x5e\xd2\xde\x37\x3b\x71\xac\x67\x13\x2e\x9c\xde\xa3\x3e\x6c\x8a\x7b\xa3\xec\x19\x36\xad\xa8\xca\x4e\x32\x23\xa9\x2a\x74\x57\x15\x77\x50\xc7\xdd\x78\x3d\xa4\x1f\x2d\x4f\xae\x23\xb0\xb9\x15\x11\x9a\x47\x84\x71\xa8\x4a\x0e\xbb\x53\x16\xbb\x53\x1e\xab\x22\x67\x6d\xc6\xd9\x64\x3e\xe9\x4f\x2e\xf6\x83\xd6\x08\x0f\xe1\x4d\x66\x2d\x0c\x96\x88\x0e\xe0\x5c\xfa\xde\xec\x20\x8e\x6e\x9b\x1e\xe0\xc7\xf6\x37\x0f\xf3\x94\x35\x42\xdb\xf1\x06\x93\x51\x6f\x38\x3e\x88\x66\xc8\x0e\xf1\xe6\xcd\xfc\xa1\x3f\xf7\xc6\x7d\x6f\x31\x18\xf6\x2e\xbc\xfe\x2d\x54\xb7\x3b\xa6\x69\x96\xc1\x99\x1e\x30\xec\x7b\x8b\xe9\xcc\x7b\x31\x7c\xb7\x18\xf5\xa6\xd3\xe1\xf8\xbc\x79\x82\xb6\xdd\xc6\xaf\x83\xb3\x93\x03\x14\x6f\x2e\x7b\xb3\xf9\x1f\x0d\x6c\xcc\xdf\xe5\x5d\xe9\x87\xe0\xa3\x59\xd0\x57\xe3\xc1\xb0\x19\xce\x7e\xdc\xa3\xa0\xac\x13\xbe\x77\x6c\xde\x2a\x6f\x1e\xdf\xee\x5a\xe5\xde\x7a\xf3\xf8\x4c\x33\x7b\xc7\xe7\x0d\xfd\xe6\xf1\xa3\xe1\x78\x31\x9d\x4c\x2e\x16\xfe\xf0\x8f\xfd\x20\x15\xaa\x7d\x48\xbd\x77\xb7\x41\x2a\x53\xed\x41\x9a\xbf\x5b\x0c\xfd\xc9\x85\xb6\xe0\x5e\xa0\x32\x51\x13\x8e\x71\xa7\x5b\xd8\x75\xcc\xe4\x08\x51\xb4\xce\x3b\xa6\x0d\x28\xf7\xb2\xb2\xc5\xb8\x97\xa5\x2d\xc6\xbd\xac\x6d\x31\x1e\xc8\xe2\x19\xda\xc3\x58\xdd\xa2\x3d\xa8\xe5\xe7\xbd\x26\x88\xf2\xb1\x41\xe3\xb8\xf1\x64\xfc\xae\x79\x64\x51\x26\x55\x07\x56\x0f\xa9\x6a\x35\x79\x3e\xbc\x8b\x65\xd0\xad\xd4\xcb\x8e\x29\x37\x9d\x2b\x16\xa5\x31\x3e\x08\xdc\xac\x90\xda\x09\xd9\x5e\x94\xfd\xee\x5b\x7c\xdf\x3f\xba\xdd\x79\xab\x34\x8d\x28\x93\xd9\xd8\x9b\xbf\x59\xf4\x2f\x2e\xfd\xf9\xc1\x15\x75\x1f\x75\x1b\xf2\x9b\x4b\xef\xd2\xf3\xdb\xf1\x0c\x4d\x1b\xca\x7c\x32\x1d\xf6\x0f\xa0\x18\x9a\x32\x8a\x2e\xfd\x0f\x95\x84\x9a\x48\xed\xbe\xa6\x2c\x22\xc1\xd6\x85\x5e\x74\x8d\xb6\xa2\x44\x11\x91\x2b\x4c\xb1\x10\x53\xce\x96\xd8\xad\x30\x81\x3f\x97\x2b\x40\xf3\x5f\xc0\xe2\x18\xd1\xb0\xfe\xb3\x03\xdd\x25\xa1\xdd\x25\x12\x9b\x9d\x2f\x4e\xb0\x4b\xcc\x12\xd9\xc5\x28\xd1\x83\x2a\x1c\x74\x6a\x00\x84\x12\x49\x50\x34\xc0\x11\xda\xfa\x38\x60\x34\x14\x2e\x3c\x7b\xbc\xb3\x33\x6c\x57\x43\xa9\xd5\x99\xb1\x90\x17\xb4\xb6\x41\xfc\xf3\xcf\xcf\x2b\x13\xdb\x0d\x27\x8b\xd8\x47\x82\x2a\x5f\x12\xce\x24\x0b\x58\xe4\xc2\xbc\x3f\x6d\xc5\x2c\xce\x0f\xca\x98\xb6\xb1\xf9\x35\x80\x45\x73\xbb\x0e\x28\x6e\x85\xa8\xf6\x5e\xe4\x5f\x6b\xed\x2a\x0b\x55\x73\xe7\x47\x94\xd5\x09\x23\x12\x13\x29\xea\x4c\xc4\x38\x66\x7c\xab\x5b\x17\xde\x68\x32\x7b\xbf\xb8\x18\x8e\x86\x95\x92\xd2\xa4\xb8\x11\x4b\x69\xdd\xf8\xb1\xfa\x6d\x8a\xe4\xe6\x4e\x19\xb2\xf1\xdc\xce\xf9\x88\xb7\x42\x32\x8e\x9b\xe8\x95\xb0\x13\x1a\x6d\x6b\xbd\x8f\x52\xd3\xf2\x9c\xa3\x00\x4f\x31\x27\x2c\x6c\x72\x6f\x83\x29\x76\x1b\x45\xb7\xe5\xc1\x36\x17\x2a\x5c\x99\xdf\xc6\x36\x6e\x2a\xb7\x21\xcc\x36\xb5\xd6\xfb\x28\x35\x19\xa6\x88\xa3\xb8\xc4\x0e\x4a\x25\x8b\x91\x24\x41\x4d\xc2\xdc\x71\xd5\x2c\x15\xf6\xdb\x02\xf5\x60\x4f\xe8\x0e\x61\xff\xdf\xde\x03\xa9\x9e\xfa\x7c\xc5\xf1\xd0\x83\x74\x46\xea\x5c\xfc\x87\x34\x49\xea\x6c\xdf\x41\x81\x70\xbf\xd6\xc9\x74\xe2\xcf\xcf\x67\x9e\xff\xe6\xa2\xa5\x91\x70\xa0\xf6\x2f\x61\xdc\xab\xfe\x2f\xe1\xdc\x6b\x0f\x50\xc2\x51\x35\x79\x7f\x32\x1e\x7b\x7d\xa5\xbf\x3d\x35\xcf\x7e\xfa\x03\xe8\xfe\xcb\xde\xcc\x1b\x2c\xce\x2e\x5f\xbc\xf0\x66\x87\xc1\xab\xe4\x0d\xb5\x55\x83\x17\xdc\xb3\xa4\x6a\x2c\x67\x7e\xac\x56\x09\x32\x48\x7c\x16\x7c\xac\x67\x6d\xd8\x3d\xa3\xb5\xf4\x24\xc6\x2c\x95\x39\xdc\xe9\x6d\xb2\x64\x93\x87\xdf\xa6\x4e\xda\x99\xfd\x9f\x53\x6a\x34\x15\x1a\xe4\x36\xb5\x47\x22\x3e\x45\xe0\x6c\xe0\xf4\xc9\xcf\x9d\xc7\x9d\xc7\x9d\x53\x70\x2e\xe1\xbb\x5a\x94\x81\xf3\x09\x9c\xb0\xf2\x73\xe6\xcf\xbb\x98\x00\x8f\x7c\xef\xc2\xeb\xcf\xe1\xf4\xd1\x61\xdb\xfe\x74\x6b\x53\xdd\xae\x5a\xb9\x42\xbc\x1b\x91\x65\x37\x59\x8b\x4f\x51\x57\xe5\xc5\x86\x02\xa5\xdd\xde\x4e\x72\xc5\xa2\x87\xac\x45\xee\x32\x1d\x94\xee\xb7\xbe\xd5\x80\xfd\x08\x91\xb8\x6a\xf6\x40\xfd\x34\xbe\x0d\xb6\xa6\xfc\x97\x14\x2d\x4d\x01\xf4\x55\x67\x5a\x05\x8e\x5b\xc9\x4e\x95\x03\xab\x79\xef\xfc\xa6\x36\xf2\x4e\x27\x5b\xf7\xab\x83\xa6\x4d\x26\xfb\xa6\xa7\xe1\x4d\x36\x2e\x56\x55\x73\xcd\x6e\xc4\x42\x9c\x9b\x7b\x86\x51\xf8\x3b\x27\x12\x4f\xa8\x3d\xc1\xdb\xd9\x4c\x70\xfc\x29\xc5\xa2\x1c\x5c\xaa\x66\xb6\x9b\xe8\xb7\x93\x8b\xcb\x91\xb7\xe8\xf7\xa6\xbd\xfe\x70\xfe\xfe\xe6\x28\x51\x4e\x83\xa5\xf6\x28\xa7\x7a\x4b\xe2\xd1\xdc\xde\x95\xee\x67\x0e\xb3\xff\x36\x22\xd1\x17\x12\x63\x24\xdd\xc2\xbd\x86\xe1\xaf\x6b\xce\xd2\x64\x18\xba\x88\x4b\xb2\x42\x81\x1c\x86\xae\xbd\x25\xf8\x7f\xc1\x93\x5f\xd7\x4f\x5c\xf4\xc4\xbd\x7a\xa2\xf2\x8b\xbd\xcf\x3a\xce\x5a\xf0\xa5\x49\x8b\xf2\x34\xbf\x52\xd8\x72\xf2\x62\x57\xc0\xea\xc6\x21\x22\x4b\x8e\xf8\xf6\x57\xc6\xd7\xa5\x52\xf5\x53\x4a\x82\x8f\x42\x22\xb5\x18\x34\xd2\xbb\xa7\x9d\xa7\x9d\xc7\x9d\x17\x84\xa2\xa8\xae\x1d\xa5\x9c\x6c\x51\x00\xc9\xac\xb1\x1a\xef\x97\xe7\x17\xcb\x3b\x4d\x82\x5a\xca\xa9\xc5\xaa\xc8\xb8\x7b\x06\x64\xc5\x33\x7b\xe1\x26\x96\x18\x97\x0f\xc2\x0e\xe3\xb2\x91\x15\x73\x7c\x94\xb5\xed\xd4\x56\xfd\xb8\x89\x8f\x54\x60\xae\x47\x1f\x60\xa6\x7e\xf7\xbe\x8d\xa7\x4b\x7b\xb7\xbf\x89\x2f\x5b\x45\x5a\xbe\x3e\x12\x6c\xef\x6b\x37\xa9\x28\x7b\x19\x70\x47\xce\x60\x94\x0a\x09\x4b\x13\x76\x21\x59\xad\x30\x57\x81\x20\x37\x88\xe6\xcf\x0e\xfe\x0e\xb1\x22\xa2\x4c\x11\x02\x67\x4c\x9e\x00\x0a\x63\x42\x4f\x14\x9e\xfe\x8b\xe8\xcd\x01\xe3\x96\xd4\x86\x8b\x09\x78\x09\x11\x46\x42\xc2\x73\x08\x36\x88\xa3\x40\xc5\xe5\x09\x9c\x82\xde\x64\x2d\xb1\x24\x41\xf1\xe1\x7b\xf1\x83\xfa\x14\x92\x35\x91\xfa\x6f\x44\x43\x38\x05\xca\xa8\xa3\xc9\x69\x1a\xe7\x27\xe8\x62\x1b\x2f\x59\xf4\xbd\xf8\xa1\xd5\xe4\x56\x2f\x47\x36\xc3\xc3\xa3\x3f\x91\xf3\x8f\x9e\xf3\xc7\x5f\x5f\x9e\xdd\xfc\xf9\xd8\xf9\xdb\x5f\x5f\x4e\x6f\xfe\x47\x05\xab\x3e\xdb\xd7\xcf\x41\xf0\xe7\x84\x63\xa1\x02\xba\xd1\x59\xb2\xb2\xbc\x66\x85\x57\xbd\x9e\x0f\x17\x6c\x4d\x68\xdf\xdc\x65\x81\x90\xc5\x88\x50\xa5\x4b\x09\x62\x83\xa2\x48\xa9\x4f\xbf\x45\x50\x46\x4a\xe5\x06\x53\xa9\xd2\xac\x71\x2c\x01\xd7\x1b\x6c\x54\x66\xae\x31\xbf\x1a\xf9\x6d\x92\x0d\x34\x7a\x13\x87\xf9\x69\xa1\x75\x1c\x26\x37\xbb\x4e\xf3\x92\x2c\x95\x75\x25\xae\xdc\xaf\x0e\x09\x52\x3b\xc5\x56\x8d\x96\xc8\x07\x86\xbc\x51\x4d\x8d\xc7\x8c\x19\x47\x7c\xdd\xd9\x64\x0c\x74\xb2\x49\x8b\x9b\xdf\xcf\x9f\x64\xc8\x0d\xae\xae\x03\x70\xc5\xb8\x76\xf0\xd2\x52\xb5\xc3\x74\xaf\x74\x37\x7d\x5c\x0e\xb1\xfa\x92\x75\x64\x16\x18\xc2\x71\x98\x97\x15\x45\xd0\x39\x28\x49\x76\x96\x91\x7e\x2a\x24\x8b\xf5\x4d\xb7\x9c\x9f\xf2\xd5\x44\xe0\x2c\x95\xb8\x03\x70\x81\xd1\x15\x86\x65\x84\xe8\x47\x4d\x14\xe2\x15\x4a\x23\x99\x8f\x34\x57\x71\x71\x67\xdd\x71\xe1\x97\xf2\x0b\x0e\xf5\xf1\x37\xe7\x17\xfb\x10\xe8\xb7\xce\x2f\x76\xa4\x63\xdc\xca\x11\xe9\x6a\x45\x3e\xff\xb6\xb3\xce\x64\x9c\x29\x66\xcc\x9d\xc0\x97\x76\xaa\x5c\xfe\xca\xbd\xbc\x5b\x8b\x26\x6e\x2b\x9b\x96\x28\x97\xcf\xca\x66\xef\xef\x3d\xb4\x88\xe2\x56\x32\xfa\x75\x21\xcf\x89\xb4\x97\xbb\xe0\x72\x36\xac\xdf\x9a\xac\xcf\xa7\xa8\x67\x38\x61\x82\x48\xc6\xb7\x60\x6e\x61\x99\x69\x1a\x2f\x97\xb5\xf8\xd3\x2d\x9e\xf1\xe4\x7f\x39\xa5\xb5\xbc\x49\x80\x25\x47\x34\xd8\x74\x25\x5a\x03\xc7\x3a\x71\xeb\xf2\xa9\x81\xf5\xe2\xe3\x3e\xae\x67\xde\x8b\xd2\x0a\x78\xda\x79\xba\xb3\x00\xaa\x4d\x8c\x7e\xdb\x44\xa8\x46\xb5\x56\x53\xb9\x4c\xbf\x0c\xf9\x3b\xe0\x38\x91\x5b\xad\x4b\xb5\x46\xe4\x04\x21\xe1\xba\xf9\xb4\xdd\x09\xd0\x2c\x51\x0e\x32\x8a\x9c\xc1\xd2\x05\xc0\x3d\xe5\x4f\xd7\x96\x33\x75\x36\x07\xd9\xcd\xec\x57\xe3\xc1\xd0\xe4\x0a\x9d\x72\x97\xdb\xca\x5b\x15\xc9\x74\x91\x19\x5d\x99\x07\x6b\xaa\x12\x36\xfe\x60\xfc\x55\xbb\xf0\x07\x74\x85\x5c\x63\x9e\x6e\x41\x20\xba\x9e\x79\xfe\x35\xf0\xeb\xf2\x54\xe7\xae\xa4\x9c\xe2\xc6\x80\x15\x46\x83\xb7\x61\xef\x93\xcb\x7a\x79\xf3\xc4\xf5\x39\x4b\xbd\x9f\x7d\x1e\xa9\x6c\x55\x9f\xcc\x27\xff\xc0\xc0\x56\xe5\xf7\x8c\xb6\xde\x36\x71\x9e\x4d\x67\xb6\x95\x3b\x76\xcd\xd9\x31\x5b\x0e\xe8\xa3\x04\x05\x44\x16\xe6\xad\x55\xec\x2d\xdc\x9d\x9e\x93\x3a\x73\x6f\x52\x9c\x1a\x35\x88\xfa\xc4\xfa\x93\x28\xe5\x80\xca\x51\x5f\x7d\x2d\x61\x09\x09\x9a\x71\xf4\xa7\x5d\x1c\x7b\xd8\xb7\x6f\x4d\x62\x2b\xed\x4b\xf6\xc9\x62\xed\x69\x62\xd6\xe6\xd7\x2f\x12\xeb\xf3\xd9\xa5\xf5\x75\x46\xe3\x1b\x88\x8a\x35\xcb\xbd\xfe\x7d\x5b\x02\x94\x24\xf6\x04\xe4\x10\x93\x15\x76\xb2\xb0\x2e\xb8\x3f\xc4\xe0\x0b\x12\x61\xba\xcb\x5d\xe9\xe4\x39\x5b\x3f\xed\x88\xce\x87\x8f\x8d\xa5\xbd\xe6\x09\x09\xc1\x02\xa2\x5f\xc0\xea\x87\x82\x86\x0f\x3d\x63\x80\xd5\x2e\x4b\x57\x49\x7b\x78\xea\x17\x14\x4d\x0a\xb3\xeb\x7b\x16\x75\xfa\xb5\x60\x5b\xfd\x9c\x15\x16\xb9\x82\x54\x05\x7a\x98\x8b\x5c\x33\xa5\x82\x73\xcf\x79\xb8\x65\x25\xde\x66\x53\xa8\xb9\xf7\x86\x7b\xbe\xe7\xd8\x1b\x64\xa5\x1d\x84\x29\x71\xd5\x10\x5b\xe5\xea\x02\xf7\xc7\x9b\x43\xe5\x6d\xf5\x5e\x52\x2d\x16\x5b\x39\x4b\x0a\x71\x9b\xb9\xdb\x5b\x80\x6b\xd6\x9e\xdf\x1c\x2c\xbd\xab\x77\x9e\xda\x79\xf3\xb1\x14\xf0\x19\x39\x09\x63\x51\x37\x26\x54\xff\xe1\x08\x95\xcd\x32\xbb\x66\x5b\x7c\x1c\x96\x92\x7e\x63\x06\xb3\xf5\xc1\x88\x50\x12\xa7\x31\x4c\x19\x8b\x74\x62\x2c\x73\x56\xbd\x1b\xd3\xca\x0d\xfa\xfc\x20\xdc\xa0\xcf\x2d\xdc\x54\xee\xd6\x34\x71\x23\x39\xa2\x02\x05\xba\xfa\x22\x82\x45\xc5\xb3\xcb\xaf\xe2\x66\x5e\xc0\xc1\x30\x83\x2b\x73\x54\xb9\x9f\xd3\x10\x76\xb1\x15\x87\xa6\xf1\x12\x73\x95\x9c\x82\x88\xd8\x4e\x0c\xc5\x1a\x58\x00\x8a\x22\x76\x8d\xc3\x8e\x79\x1c\x8b\x22\xc1\x40\x68\x61\x36\x66\xdb\xba\x0b\x92\xa8\xa0\x52\x62\x94\xe4\x15\x3b\x82\x94\x5e\x9a\x8e\x76\xf9\x28\x18\xc8\x05\x6a\x39\x0c\xa9\xc9\xd6\xcf\x34\x29\x60\xc3\xae\x21\x4e\x83\x8d\x3d\xf4\x06\x22\x20\xc4\xa1\xce\x25\x7a\x23\x58\xe2\x42\xd9\x21\x40\xc1\x46\xad\x19\xca\x00\x6d\x1c\xfb\x1b\x2d\xe0\x59\xaa\xb6\xec\x8d\x2c\xd6\x4e\x54\xea\xfb\x3f\xc6\x29\x96\x6f\x20\x88\x52\x21\xb1\xdd\xc6\xef\x0d\xe7\x8c\xfa\xde\xd1\xdc\x72\xaf\xa7\x3d\xb4\xcd\x3d\xfc\xac\x55\xbc\x67\x99\x3a\xd7\x55\x35\xfc\x8e\x97\x1b\xc6\x3e\xda\x65\xf4\xab\x79\x6d\x7c\x1d\x70\x98\x51\x73\xc9\xdf\x3e\x97\x3e\xc0\xaf\xa5\x7d\x28\x86\x1b\xdf\x20\x1c\xe4\x78\x9c\x75\xa4\x81\x50\xb8\xde\x90\xc0\xac\xc0\xa5\xde\xb7\xd0\xae\x99\xbd\x31\x1f\x91\x30\x8c\xf0\x35\xe2\xd8\x74\xea\x05\x20\xfb\x1e\x9b\x50\x21\x51\x14\x99\x58\xc5\xa2\x86\xa1\x06\x50\xc6\x63\x14\x45\xdb\x82\x14\x6c\xe1\x91\x6f\x7b\x8a\x0e\xb9\x29\xc3\xdf\xb3\x14\xc4\x86\xa5\x51\x08\x8c\x46\x5b\xfd\x04\x5e\x05\x4e\xcc\x42\xb2\xda\x9a\x7f\x2b\x81\xac\x60\xcb\xd2\x47\x57\xb8\x84\xbb\x23\x03\xa1\x80\x6a\x7d\xae\x7c\xaa\x6e\xf6\x0f\x6e\xd4\x4d\x54\x42\x28\x14\x95\x6b\xbc\xb9\x7f\xdf\x52\xcf\x16\x0f\xc0\x6b\x46\x18\xa1\x2b\x4c\x21\x26\x9c\xab\x64\xcc\xf4\x3f\xa5\xa1\x94\xee\x3f\x19\x1a\x57\xda\x29\x52\x2b\x23\xca\x7b\xd2\x9d\x27\x43\xb5\xa9\x2e\x88\x90\x2a\xc5\x65\x1b\x33\x82\x85\x76\x38\x6b\x7b\xc4\x83\x0d\xb9\xc2\x02\xae\x89\x69\x59\x05\x2c\x21\xda\x4e\x92\x99\xcd\x52\xb9\x77\x0d\xb0\x62\x51\x88\x79\x07\x86\x2b\x48\xa9\x48\x70\x40\x56\x04\x87\x27\x2a\x6d\x17\x58\x84\x42\xd7\x3c\x4b\xad\xc1\xee\x28\xfc\xdb\x70\x57\xf4\x7e\xca\x2f\xa1\x1a\x56\x24\xb5\x9b\x2e\xa9\x5f\x21\x1e\x97\x5e\x4e\x1b\x8f\x07\xa1\x1d\xa2\x03\x30\xdf\x26\x24\x50\x0e\x7d\xa2\x1d\xd1\x74\x3c\x23\xb2\xa6\xa2\x28\x65\x63\xf4\x81\xf1\x4e\x4c\x28\xe3\xd9\xbf\x27\xa0\x04\x2c\x92\x79\x5b\x9e\xd7\xfe\x07\xd6\x01\xcd\x19\xd4\x4e\xa6\xaf\x1f\x37\xb5\xf8\xdf\xf1\xdf\x3a\x3f\xed\x6c\xed\x8b\x63\x09\xbb\x46\xe9\x5b\x5b\x4d\xbb\xf5\x46\x2a\xeb\x75\xa5\x9b\x5c\xd5\xfd\xdb\xff\x07\x00\x00\xff\xff\x80\xce\x83\x63\xa7\x47\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x3b\x6b\x73\xdb\xb6\xb2\xdf\xfd\x2b\xf6\x7a\x3a\x93\x64\xae\x29\xc5\x69\x9a\xe6\xf0\xb4\x9d\x91\x25\xc6\x51\x62\x3d\x22\xca\x6d\x7a\x3a\x1d\x0d\x44\x42\x12\x12\x12\x60\x00\x50\x8e\x9a\xeb\xff\x7e\x07\x0f\x3e\x45\x51\x76\x1e\xbd\xe7\xcc\xcd\x27\x47\x5c\xec\x7b\x17\x8b\xc5\x02\x25\xe4\x57\xcc\x05\x61\xd4\x05\x89\xe3\x24\x42\x12\x77\x58\x82\xa9\xd8\x90\x95\xec\x10\xd6\xdd\x9e\x9f\xbc\x27\x34\x74\x61\x6e\x3f\x9f\x44\x68\x89\x23\xe1\x9e\x40\xbe\xc2\x85\x84\xb3\x00\x0b\x21\x30\xdf\x62\xfe\xec\xa9\x93\x30\x21\xd7\x1c\x8b\x0f\x91\x23\x9e\x90\x13\x80\x8f\x09\x42\xc2\x85\xf3\xce\xd3\xce\xf9\x8f\x27\x31\x16\x02\xad\xb1\x0b\x3d\xa0\xf8\x06\x2e\xa6\x23\x1f\x50\x92\x44\x24\x40\x92\x30\x0a\x0f\x53\x41\xe8\x1a\xa6\x06\x8b\xff\xe6\xea\x11\x6c\x90\x80\x25\xc6\x14\x02\x8e\x91\xc4\x21\x10\x0a\x3b\x96\x72\x45\xfa\x1d\x0e\x64\xe7\x04\x60\xbe\xc1\x90\x0a\xcc\x29\x8a\x71\x37\x41\x42\xdc\x30\x1e\xc2\x8a\x71\x40\x81\x62\x4f\xe1\x94\x1b\x0c\xaf\x87\x1e\xf8\x9a\x55\x98\x79\xfe\x1c\x18\x87\x57\x23\x1f\x08\x95\x98\xaf\x50\x80\x81\x08\xf8\xee\xd3\xeb\xa1\xb7\xf0\xbd\xd9\xaf\xde\x6c\x71\xed\x7b\xb3\xdb\x6e\xe5\xa7\x69\xcf\xf7\x7f\x9b\xcc\x06\xb7\x8a\xf0\x8b\x3d\x12\xa3\x9d\xff\xe6\x0a\x42\x24\xd1\x12\x09\x0c\xa7\xdf\x7d\x1a\x5c\x2c\x06\xbd\x79\xef\xa2\xe7\x7b\xb7\xa7\x8a\x4d\x0d\x17\x70\x1c\x62\x2a\x09\x8a\x14\xc9\xc1\x85\x26\x35\xee\x8d\x3c\x45\x6e\x70\x51\x25\x33\x8d\xb0\x42\xb6\xc4\x20\x52\x8e\x41\x32\xab\x0c\x8d\x49\xe0\x80\x63\x09\x4a\xf6\x50\xd1\x7b\x39\x9f\x4f\xfd\x85\xef\xf5\x67\xde\xfc\xf6\x14\x02\x46\x25\x22\x34\xe3\x2f\xfb\xfe\xda\xfb\xdd\x9f\x4f\x66\xde\xed\x09\xc0\x8a\x44\x5a\x7f\x46\x65\xca\x96\x0a\x5a\xe0\x40\x11\x53\xeb\x31\x95\x9d\x93\x18\x4b\xa4\xe4\x52\x0e\x80\x28\x65\x52\x9b\x4c\xfb\x03\x40\x88\x45\xc0\x49\x22\xb5\x43\xf5\x28\xe0\x8f\x28\x4e\x22\xac\x2c\x0c\x7e\x4a\x24\xae\x98\xf9\x86\xc8\x0d\xa0\x92\x99\x73\x85\x75\x94\x4a\x35\x46\x80\x98\x71\x0c\x84\xae\x18\x8f\xcd\x32\xb4\x64\xa9\x84\xd4\xea\x9a\x88\xdc\x0f\xcf\x40\x60\x0c\x1b\x29\x13\xe1\x76\xbb\x6b\x22\x37\xe9\xb2\x13\xb0\xb8\xfb\x6e\xc9\x84\x70\x72\xbf\xee\x96\x98\x70\xb2\xc5\xa2\xa3\xe9\x91\x80\xd1\x7e\x84\x84\x70\xf5\x9f\x4e\xc5\xb3\x35\x44\x25\x3c\x42\x22\x92\x08\xed\x1c\xa5\x76\x17\x5e\x5d\x30\x21\x4a\xc2\x3e\xeb\x3c\xd5\x5e\x15\x45\x64\x8d\xa9\xcc\xc2\x04\x0c\x36\xf8\xef\x92\xe8\x56\xd8\x87\x5e\xb2\xc1\x31\xe6\x28\x32\xda\xd1\xc2\x3c\xda\xa7\x9b\x70\xb6\x25\x21\xe6\x4e\x95\x81\x19\x0e\xe1\x25\x92\x67\x30\xa4\x81\x91\x47\xa2\xb5\xa8\xc5\xe7\x99\x56\xc7\xd9\x86\x84\x21\xa6\x06\xa8\x31\xf4\x97\x84\x86\x68\x19\x61\x17\x4e\x57\x28\x12\xf8\xb4\x05\x36\x64\x41\x1a\x63\x6a\x9c\xc1\x49\x79\xe4\xe6\x76\x30\x81\xd1\xe1\x38\xdc\x20\xa9\xcd\x51\x01\xee\x62\xda\xe5\x38\x74\x36\x48\x3a\xc6\x4e\xcb\x24\x76\x84\xd2\x5f\xb7\x85\x60\xc4\xe8\xda\xa9\xb8\xdb\xbc\xec\x0a\x10\xe2\x15\xa1\x58\x00\xc7\x82\xa5\x3c\xc0\x02\x28\xc6\x21\x0e\xad\x9e\x25\x83\x10\x6f\x71\xc4\x92\x4c\x67\x70\xa1\x3c\x4a\x59\x67\x6a\xad\x64\x6c\xd8\x62\x3f\x65\x5e\xe5\xad\x19\xd2\x92\x5b\x9d\x01\xa1\x41\x94\x86\xca\x47\x11\x2c\x53\x12\x85\x2a\x84\x56\x64\x9d\x72\x0b\x50\x8e\x84\x10\x27\x11\xdb\x29\x9d\xd4\xa0\x2c\xe6\x3c\x91\x1c\x02\xd4\x21\x5b\x0a\x24\x13\x1d\x38\x77\xa6\x87\x4a\x31\x8c\x23\xbe\x7b\x64\x51\x0a\xc9\x38\x5a\x63\x40\x34\x2c\x62\x3c\x8e\x53\x9a\xf1\x64\x50\x68\x2b\x76\x5a\x0c\x21\xd2\x24\x61\x5c\x1e\xb1\xb9\x46\xb0\xcd\xb6\x1a\xbb\x0d\x00\x18\xaf\x3d\xba\x7b\x28\x30\x91\xa0\x00\xbb\x45\x14\x9c\xb0\xa5\xca\xfb\xc2\x3d\x71\xa0\xbc\x8d\x6d\xcf\x4f\x00\xcc\x96\xa5\x72\x3c\x09\xf0\x09\x40\x39\x69\x35\xa4\xad\x5a\xe2\x52\xfb\xc8\x0d\x5e\x5a\x33\x3f\x10\x5a\x2c\x50\x52\x76\x32\xe5\x19\xcc\x1d\x14\x25\x1b\x54\x8b\x04\x9c\x60\x1a\x62\x1a\x10\x2c\x5c\x78\xf0\xc7\xa7\x53\xc5\xfd\xa9\xab\x72\x72\x6f\x3a\xbd\x1a\xf6\x7b\xf3\xe1\x64\xbc\xd0\x49\xbe\x24\xea\x69\x66\x6b\x80\x53\xc5\xbe\x5a\x61\x05\x38\xbd\xfd\xf3\x81\xfe\x58\x6c\xbd\x35\x77\x73\xa1\x01\xb9\x06\x33\x1a\x6e\xfe\x2a\x12\x1c\x18\x64\x4a\x36\x8b\xd7\xd1\xff\x71\xe1\xf9\xe3\xe7\x8f\xb3\x60\x41\x7c\x8d\xe5\xb4\xfa\xb3\xc0\x11\x0e\x24\xe3\x85\x06\x33\xcf\xec\x6b\xc7\x6c\x26\xfa\xf7\xd8\x4a\xfc\x47\x1b\xcb\x44\xa3\xf3\x39\x36\x7b\xfa\xf4\xfb\x26\x9b\x65\x3f\xff\x1b\xd9\x2c\xcf\x68\xb9\xe1\x0a\x93\x7d\x4d\x37\x2f\x19\xed\x98\xf6\x7e\x78\xfa\xfd\x93\x06\xed\xe5\x3f\x7f\x96\xf6\xca\xf4\x1b\x14\x49\xc2\xe6\x55\xca\x8b\x73\x3d\xcf\x58\x2a\xef\xaf\x65\xbd\xca\x54\xbf\x85\x06\xb3\x64\x96\xc5\xc4\xb7\x4d\x2b\x1b\x26\xa4\x82\x7a\x39\xf1\xe7\xea\xeb\x42\x15\x9d\x06\x81\x64\x19\xbd\xc3\xa8\xee\xa9\x2f\xf1\x0d\x15\x26\xbe\x92\xc6\xee\x18\xdb\x8d\x8a\xf3\xad\xe6\x0a\xc2\x12\xf3\x98\x50\x4b\x58\x1d\x78\xe4\x86\xb3\x74\xbd\x69\xd4\x70\x0b\xe9\x83\x11\x3e\x8c\xd1\x1a\xfb\x92\x63\x14\xef\xa9\xf3\xab\x7a\xcd\x41\x0e\x2e\x54\xe9\x64\xe2\xeb\x2e\x06\xcd\x6b\x94\x86\x64\x7f\x83\x88\x74\x56\x8c\x3b\x1c\xa3\x70\xe7\xc2\xa9\xe4\xa9\x2d\x6a\xbf\x59\x04\xb0\x54\x26\xa9\xcc\xb9\xcb\x4d\xd2\xa0\xe0\x39\x5a\xe7\x1f\x0f\x22\x77\xf5\x51\x45\x9a\x7c\xa4\x0b\xdb\x0c\xa3\x3e\xa0\x7d\x94\x03\xc2\xd5\xc2\xfe\x64\x3c\xf7\xde\xce\x17\x83\xe1\xec\xd6\x02\xac\x89\x2c\xa8\x73\xbc\x52\x60\xfe\xe4\x7a\xd6\xf7\x16\x33\x6f\x3a\xf1\x87\xf3\xc9\xec\xf7\xc5\xcc\x7b\x71\x9b\x43\xa5\x9c\x34\x43\x5d\xcf\xae\x32\x28\xb9\x4b\xb0\x0b\x97\xc4\xf2\x24\x39\x92\x78\xbd\xcb\x28\x19\x1e\xfd\xda\xaf\x00\x98\x6e\x8b\xff\x38\x56\x5e\x75\xbc\x56\x8c\xf7\x86\x63\x6f\xb6\x18\x78\xd3\xab\xc9\xef\x23\x6f\x3c\xcf\x01\x01\xb6\x28\x4a\xb5\x66\x0e\xc1\xde\xee\x61\x1d\xf5\x7e\xf5\xc6\x8b\xd1\x70\x36\x9b\xcc\x14\xe3\x4d\xd8\xea\x30\xfb\x58\x7a\xb3\xf9\xf0\x45\xaf\xaf\x35\xda\x84\xa1\xfc\xbd\x58\xbd\x62\x3c\xc0\xd3\x34\x8a\x5c\x50\xce\x56\xfc\xce\x59\xec\x96\xd0\xb4\x3a\x43\xe6\x0e\xe6\x74\x54\x2f\x96\x73\x17\x77\xcf\x3b\xcf\x6a\x6b\x6c\xcd\xfc\xdd\xa7\xe1\xa8\x77\xe9\x2d\xfc\xf9\xcc\xeb\x8d\xb4\x23\xf9\xd3\x5e\xdf\xab\x9a\xd0\xd7\xa6\x32\xa9\x83\x93\xf5\x1a\xf3\x7c\x7f\x34\x47\xe9\x82\x61\xd3\x6b\x50\x88\x2f\x87\xf3\x97\xd7\x17\x8b\xdf\xbc\x8b\x97\x93\xc9\xeb\xac\xdd\x50\x77\x8d\x97\xe9\x32\xc3\x84\x29\xe6\x24\x68\x44\xe5\x8d\xbd\xd9\xb0\xdf\x8e\xcb\x2c\xb7\xc8\x88\xd2\x57\x7f\x83\xe8\x1a\xbb\xf0\xa9\x0a\x39\x2c\xbe\x59\x68\xf3\xbb\x49\x25\xf6\xc3\xc1\xac\x33\xa8\x6d\xed\xff\x5e\xa9\x27\x2f\x69\xbf\x34\x3b\x71\xac\xa9\x09\x17\xce\xbf\xa0\x3e\x6c\x8a\x7b\xa3\xec\x19\x36\x0d\xaa\xca\xf1\x31\x03\xa9\x2a\x74\x5f\x15\xf7\x50\xc7\xfd\x78\x3d\xa6\x1f\x2d\x4f\xae\x23\xb0\xb9\x15\x11\x9a\x47\x84\x71\xa8\x4a\x0e\xbb\x57\x16\xbb\x57\x1e\xab\x62\xce\xda\x8f\xb3\xc9\x7c\xd2\x9f\x5c\x1d\x46\x5a\x03\x3c\x86\x6f\x32\x6b\x61\xb0\x04\x74\x04\xcf\xb5\xef\xcd\x8e\xe2\xd1\xed\xd4\x23\xfc\xd8\xbe\xe7\x71\x9e\xb2\x06\x69\x3b\xbe\xc1\x64\xd4\x1b\x8e\x8f\x62\x33\x60\xc7\x78\xf3\x66\xfe\xd0\x9f\x7b\xe3\xbe\xb7\x18\x0c\x7b\x57\x5e\xff\x0e\xaa\xdb\x5f\xd3\x44\x65\x70\xa1\x17\x0c\xfb\xde\x62\x3a\xf3\x5e\x0c\xdf\x2e\x46\xbd\xe9\x74\x38\xbe\x6c\x26\xd0\x76\xda\xf8\x79\x70\xd1\x4c\xe0\xd5\x78\x30\x6c\x46\x67\x3f\x1e\x60\x2c\xeb\x4c\x1f\x5c\x9b\xb7\xae\x9b\xd7\xb7\x9b\xb4\xdc\xeb\x6e\x5e\x9f\x75\xcf\x0f\xae\xcf\xdb\xeb\x0d\xeb\xe7\x6f\xf3\xcf\xdf\x4e\xb3\xa3\xe1\x78\x31\x9d\x4c\xae\x16\xfe\xf0\x5f\x87\xd9\xac\x40\x1d\x90\x75\xd4\x7b\x7b\x17\x4c\x65\xa8\x03\x98\xe6\x6f\x17\x43\x7f\x72\xa5\x25\x39\x88\xa8\x0c\xd4\x84\xa7\x7a\x57\x50\x2b\x81\x72\x54\x5d\x2c\x83\x6e\xa5\x3c\x71\xcc\xee\xee\x6c\x59\x94\xc6\xf8\x28\xe2\x66\xfe\xf6\x2f\x2a\x9a\xb1\x1c\xf6\xcd\xe2\xfb\xe1\xd5\xed\xde\x59\x85\x69\xc4\x32\x99\x8d\xbd\xf9\x9b\x45\xff\xea\xda\x9f\x1f\x4d\x60\x87\xa0\xdb\x30\xbf\xb9\xf6\xae\x3d\xbf\x1d\x9f\x81\x69\xc3\x32\x9f\x4c\x87\xfd\x23\x58\x0c\x4c\x19\x8b\xae\xb4\x8e\xed\xc0\x1a\x48\x15\xbb\x53\x16\x91\x60\xe7\x42\x2f\xba\x41\x3b\x51\x82\x88\xc8\x16\x53\x2c\xc4\x94\xb3\x25\x76\x2b\x4c\xe0\x8f\xe5\x0d\xd7\xfc\x0b\x58\x1c\x23\x1a\xd6\x7f\x76\xa0\xbb\x24\xb4\xbb\x44\x62\xb3\xf7\xc5\x09\xf6\x81\x59\x22\xbb\x18\x25\x7a\x51\x85\x83\x4e\x0d\x01\xa1\x44\x12\x14\x0d\x70\x84\x76\x3e\x0e\x18\x0d\x85\x0b\xcf\x1e\xef\x15\xe2\xed\x6a\x28\x75\x96\x32\x16\xf2\xfa\xc1\xf6\xe3\x7e\xfc\xf1\x79\x85\xb0\xad\xef\x59\xc4\xde\x13\x54\xf9\x92\x70\x26\x59\xc0\x22\x17\xe6\xfd\x69\x2b\xce\xa2\x5d\x5b\xc6\x69\xfb\x48\x9f\x83\xb0\xe8\x25\xd6\x11\x8a\x3b\x61\x54\xa5\x2e\xf9\xbf\xb5\x76\x95\x85\xaa\xb9\xf3\x8b\xa1\x2a\xc1\x88\xc4\x44\x8a\x3a\x13\x31\x8e\x19\xdf\xe9\x93\xa2\x37\x52\x07\xe0\xab\xe1\x68\x58\xd9\xc1\x4d\x8a\x1b\xb1\x94\xd6\x8d\x1f\xab\xdf\xa6\x48\x6e\xee\x95\x21\x1b\xef\x46\x9c\xf7\x78\x27\x24\xe3\xb8\x09\x5e\x09\x3b\xa1\xd1\xae\x76\xd4\x2c\xf5\x88\x2e\x39\x0a\xf0\x14\x73\xc2\xc2\x26\xf7\x36\x38\xc5\xfe\xb9\xfc\xae\x3c\xd8\xb3\x5c\x85\x2b\xf3\xdb\xd8\xc6\x4d\xe5\x52\xba\xf1\xa8\x59\x3a\xd3\x4d\x11\x47\x71\x89\x1d\x94\x4a\x16\x23\x49\x82\x9a\x84\xb9\xe3\x2a\x2a\x15\xf6\xdb\x02\xf5\xe8\x11\xfc\x1e\x61\xff\xff\xfd\xc8\x59\x6d\xb2\x7f\x46\x37\xfe\xab\x1c\x44\xeb\x5c\xfc\x87\x9c\x49\xeb\x6c\xdf\x43\x81\xf0\x65\x27\xd5\xe9\xc4\x9f\x5f\xce\x3c\xff\xcd\x55\xcb\xb9\xed\x48\x61\x5f\xc2\xf1\x45\x05\x7e\x09\xcf\x17\x15\xfa\x25\x3c\xaa\x3c\xee\x4f\xc6\x63\xaf\xaf\xf4\x77\xa0\xe6\x39\x0c\x7f\x04\xbb\xff\xb2\x37\xf3\x06\x8b\x8b\xeb\x17\x2f\xbc\xd9\x71\xe4\x55\xf0\x86\xda\xaa\xc1\x0b\xbe\xb0\xa4\x6a\x2c\x67\xbe\xaf\x56\x09\x32\x48\x7c\x16\xbc\xaf\x67\x6d\xd8\xbf\x12\xb3\xf0\x24\xc6\x2c\x95\x39\xba\xf3\xbb\x64\xc9\x26\x0f\xbf\x4b\x9d\xb4\x47\xfd\xef\x29\x35\x9a\x0a\x0d\x72\x97\xda\x23\x11\x1f\x22\x70\x36\x70\xfe\xe4\xc7\xce\xe3\xce\xe3\xce\x39\x38\xd7\xf0\x5d\x2d\xca\xc0\xf9\x00\x4e\x58\xf9\x39\xf3\xe7\x7d\x9c\x00\x0f\x7c\xef\xca\xeb\xcf\xe1\xfc\xc1\x71\xdb\xfe\x70\x67\x53\xdd\xad\x5a\xd9\x22\xde\x8d\xc8\xb2\x9b\xac\xc5\x87\xa8\xab\xf2\x62\x43\x81\xd2\x64\xef\x0a\xe8\x17\x15\x20\x38\x4e\xe4\x6e\x40\x78\xd5\x54\x31\x0e\x49\x1a\xbb\x70\x7a\x7a\x27\xf7\xcb\xd9\xf9\xbb\x8b\x8d\x26\xc7\xff\xac\xd6\x7f\x81\xc7\xad\x64\x95\x4a\x5f\x7f\xde\xbb\xbc\xad\xad\xbc\xd7\x05\xc0\x9d\xea\x97\x44\xe9\x09\x4b\xad\x44\xa7\x7a\x7f\xfa\x60\x6e\x67\x2b\xfb\x99\x8e\x0e\x8f\x2b\x11\x3d\xb1\x14\x23\xe9\x16\x1a\x1d\x86\x3f\xaf\x39\x4b\x93\x61\xe8\x22\x2e\xc9\x0a\x05\x72\x18\xba\x76\x68\xe8\x7f\x82\x27\x3f\xaf\x9f\xb8\xe8\x89\xbb\x7d\xa2\x42\xc1\xce\xbd\x8d\xb3\xe6\x5c\x89\x68\x51\x49\xe5\x13\x46\x2d\x3d\x59\x9b\xac\xab\x35\x6e\x44\x96\x1c\xf1\xdd\xcf\x8c\xaf\x4b\x55\xd5\x87\x94\x04\xef\x85\x44\x2a\x6f\x35\xc2\xbb\xe7\x9d\xa7\x9d\xc7\x9d\x17\x84\xa2\xa8\xae\x1d\xa5\x9c\x2c\x7f\x81\x64\x76\x5e\xb4\x71\x1e\x35\x1f\x44\xed\x34\x09\x6a\x21\xa7\x16\x57\x45\xc6\xfd\xee\xb0\x15\xcf\x1c\xdb\x9a\x58\x62\x5c\x7e\x15\x76\x18\x97\x8d\xac\x98\xc6\xb2\x65\xe3\x54\x9d\x2a\x4f\x9b\xf8\x48\x05\xe6\x7a\xf5\x11\x66\xea\xb3\xba\x6d\x3c\x5d\xdb\x59\xe0\x26\xbe\x6c\xc1\x63\xf9\x7a\x4f\xb0\x9d\xf0\x6c\x52\x51\x36\x49\x7c\x4f\xce\x60\x94\x0a\x09\x4b\x13\x4c\x21\x59\xad\x30\x57\x81\x20\x37\x88\xe6\x63\xca\xff\x84\x58\x01\x51\xa6\x00\x81\x33\x26\xcf\x00\x85\x31\xa1\x67\x0a\x9f\xfe\x8b\xe8\x3a\x96\x71\x0b\x6a\xc3\xc5\x1c\x09\x24\x44\x18\x09\x09\xcf\x21\xd8\x20\x8e\x02\x15\x97\x67\x70\x0e\xfa\x3c\xb0\xc4\x92\x04\xc5\x87\x87\xe2\x91\xfa\x14\x92\x35\x91\xfa\x6f\x44\x43\x38\x07\xca\xa8\xa3\xc1\x69\x1a\xe7\x77\x6b\x62\x17\x2f\x59\xf4\x50\x3c\x6a\x35\xb9\xd5\xcb\x89\x4d\x6a\xf0\xe0\x0f\xe4\xfc\xd5\x73\xfe\xf5\xe7\xa7\x67\xb7\x7f\x3c\x76\xfe\xf1\xe7\xa7\xf3\xdb\xff\x52\xc1\xaa\x6f\xfd\xf4\xa0\x38\xfe\x98\x70\x2c\x54\x40\x37\x3a\x4b\x56\x41\xd6\xac\xf0\xaa\xd7\xf3\xe1\x8a\xad\x09\xed\x9b\x5b\x6e\x08\x59\x8c\x08\x55\xba\x94\x20\x36\x28\x8a\x94\xfa\xf4\xec\xb2\x32\x52\x2a\x37\x98\x4a\x55\xa4\x1b\xc7\x12\x70\xb3\xb1\xa3\xae\x66\xaa\xf1\xd5\xc8\x6f\x93\x6c\xa0\xb1\x37\x71\x98\xdf\x23\x58\xc7\x61\x72\xb3\xef\x34\x2f\xc9\x52\x59\x57\x62\x48\x54\xf2\x12\x12\xd3\x00\x43\x48\x50\x64\x07\xd5\x0f\x6a\xb4\x04\x3e\x30\xe0\x8d\x6a\x6a\xbc\x80\xc8\x38\xe2\xeb\xce\x26\x63\xa0\x93\x11\x2d\x46\x43\x9f\x3f\xc9\x30\x37\xb8\xba\x0e\xc0\x15\xe3\xda\xc1\x4b\x07\x9d\x3d\xa6\x7b\xa5\xe1\xd5\x71\x39\xc4\xea\x7b\xe0\x89\xaa\xce\x3e\xa4\x84\xe3\x30\xdf\x49\x8b\xa0\x73\x50\x92\xec\x6d\x23\xfd\x54\x48\x16\xeb\x19\x98\x9c\x9f\xf2\xd0\x12\x70\x96\x4a\xdc\x01\xb8\xc2\x68\x8b\x61\x19\x21\xfa\x5e\x03\x85\x78\x85\xd2\x48\xe6\x2b\xcd\x90\x1e\xee\xac\x3b\x2e\xfc\x54\x9e\xf9\x56\x1f\x7f\x71\x7e\xb2\x4f\x07\x7e\xe9\xfc\x64\x57\x3a\xc6\xad\x1c\x91\xae\x56\xe4\xe3\x2f\x7b\xfb\x4c\xc6\x99\x62\xc6\x4c\x0b\xbd\xb4\xa4\x72\xf9\x2b\x13\x3b\x77\x16\x4d\xdc\x55\x36\x2d\x51\x2e\x9f\x95\xcd\x4e\xf6\x7c\x6d\x11\xc5\x9d\x64\xf4\xeb\x42\x5e\x12\x69\xc7\x3e\xe0\x7a\x36\xac\xcf\x53\xd5\xe9\x29\xe8\x19\x4e\x98\x20\x92\xf1\x1d\x98\xf9\x0c\x43\xa6\x71\xec\xa4\xc5\x9f\xee\x30\xf8\x9f\xff\xe5\x94\xf6\xf2\x26\x01\x96\x1c\xd1\x60\xd3\x95\x68\x0d\x1c\xeb\xc4\xad\x47\x23\x1a\x58\x2f\x3e\x1e\xe2\x7a\xe6\xbd\x28\xed\x80\xe7\x9d\xa7\x7b\x1b\xa0\xaa\xb7\xf5\xbc\x3f\xa1\x1a\xab\xb5\x9a\xca\x65\x7a\x74\xfc\x9f\xa6\x0e\xd6\xba\x54\x7b\x44\x0e\x10\x12\xae\xfb\x24\xbb\xbd\x00\xcd\x12\xe5\x20\x83\xc8\x19\x2c\x8d\x06\x1d\x28\x7f\xba\xb6\x9c\xa9\xb3\x39\xc8\x66\x36\x5f\x8d\x07\x43\x93\x2b\x74\xca\x5d\xee\x2a\xc3\xec\x92\xe9\xe6\x6a\xb4\x35\x0f\x53\x54\xf5\x6d\xfc\xc1\xf8\xab\x76\xe1\x77\x68\x8b\x5c\x63\x9e\x6e\x01\x20\xba\x9e\x79\x30\x32\xf0\xeb\xf2\x54\x69\x57\x52\x4e\x71\xa7\x69\x85\xd1\xc8\xdb\x70\x1f\x92\xcb\x7a\x79\x33\xe1\x3a\xcd\x52\x9b\xe2\x90\x47\x2a\x5b\xd5\x89\xbd\x49\x71\x6a\x28\x89\x3a\x29\xfd\x49\x94\xc2\xac\x72\xf1\x53\x4f\xd7\x2c\x21\x41\x33\x1e\xfd\x69\x1f\x8f\xbd\xfa\x39\x94\xf6\xd9\xaa\xfc\x8e\xa8\xf6\x5e\x28\x6b\xfa\xea\x47\x42\x75\x7a\x76\xf7\x7a\x9d\xc1\xf8\x06\x45\x45\x61\xe5\xce\xef\xa1\xaa\x1b\x25\x89\xed\x87\x1f\x63\xb2\xc2\x4e\x16\x39\x05\xf7\xc7\x18\x7c\x41\x22\x4c\xf7\xb9\x2b\xdd\x43\x66\x5b\x94\x5d\xd1\x79\xf7\xbe\xb1\x7a\xd6\x3c\x21\x21\x58\x40\xf4\xa3\x34\xfd\x66\xc7\xf0\xa1\x29\x06\x58\x1d\x64\x74\x21\x72\x80\xa7\x7e\x01\xd1\xa4\x30\xbb\x85\x66\x8e\xad\x7c\xba\xb5\x44\xcd\xf6\xee\x5c\x41\xaa\xc8\x3b\xce\x45\xae\x99\x52\x4d\x77\xe0\x76\xd4\xb2\x12\xef\x32\x12\x8a\xf6\xc1\x88\xca\xcb\xfa\x83\x61\x55\x2a\xd2\x4d\x15\xa9\x96\xd8\x42\x52\xd7\x90\xdf\xdf\x1e\xab\x20\xab\xc3\x09\xb5\x60\x6c\xe5\x2c\x29\xc4\x6d\xe6\xee\x60\x8d\xab\x59\x7b\x7e\x7b\xb4\xba\xad\x0e\x3e\xb4\xf3\xe6\x63\x29\xe0\x23\x72\x12\xc6\xa2\x6e\x4c\xa8\xfe\xc3\x11\xe4\xaf\xa2\x26\xcb\x4e\xd1\x38\x2c\xe5\xd5\xbd\xe4\x3f\xc8\x3f\xc1\x88\x50\x12\xa7\x31\x4c\x19\x8b\xc0\x27\x7f\x55\x52\x58\x75\x60\xa1\x95\x1b\xf4\xf1\xab\x70\x83\x3e\xb6\x70\x53\x19\x7a\x68\xe2\x46\x72\x44\x05\x0a\x74\x81\x43\x04\x8b\x8a\xa7\x4f\x9f\xc5\xcd\xbc\x40\x07\xc3\x0c\x5d\x99\xa3\xca\xf0\x44\x43\xd8\xc5\x56\x1c\x9a\xc6\x4b\xcc\x55\x72\x0a\x22\x62\x9b\x1d\x14\x6b\xc4\x02\x50\x14\xb1\x1b\x1c\x76\xcc\x03\x35\x14\x09\x06\x42\x0b\xb3\x31\x27\xc3\x7d\x24\x89\x0a\x2a\x25\x46\x49\x5e\xb1\x27\x48\xe9\xb5\xd7\x68\x9f\x8f\x82\x81\x5c\xa0\x96\xd6\x78\x4d\xb6\x7e\xa6\x49\x01\x1b\x76\x03\x71\x1a\x6c\xec\x15\x28\x10\x01\x21\x0e\x75\x2e\xd1\x67\xad\x12\x17\xca\x0e\x01\x0a\x36\x6a\xcf\x50\x06\x68\xe3\xd8\xdf\x68\x01\x2f\x52\x75\x2a\x6e\x64\xb1\xd6\x5f\xaf\x1f\xb1\x18\xa7\x58\xbe\x81\x20\x4a\x85\xc4\xf6\xa4\x7c\x30\x9c\x33\xe8\x2f\x8e\xe6\x96\x29\x8f\xf6\xd0\x36\x43\xb0\x59\x03\xf2\xc0\x36\x75\xa9\x0b\x57\xf8\x0d\x2f\x37\x8c\xbd\xb7\xdb\xe8\x67\xf3\xda\x38\x9a\x7b\x9c\x51\x33\x61\x6b\x9f\x2c\x1e\xe1\xd7\xc2\x7e\x2d\x86\x1b\x07\x80\x8f\x72\x3c\xce\xfa\x9c\x40\x28\xdc\x6c\x48\x60\x76\xe0\x52\x47\x55\x68\xd7\xcc\xde\x79\x8e\x48\x18\x46\xf8\x06\x71\x6c\xfa\xbf\x02\x10\x37\x91\x48\xa8\x90\x28\x8a\x4c\xac\x62\x51\xc3\xa1\x16\x50\xc6\x63\x14\x45\xbb\x02\x14\x6c\xe1\x91\x9f\x2c\x8a\xbe\xab\xa9\x74\x7f\x67\x29\x88\x0d\x4b\xa3\x10\x18\x8d\x76\xfa\x19\xaa\x0a\x9c\x98\x85\x64\xb5\x33\x0f\x98\xc9\x0a\x76\x2c\x7d\xb0\xc5\x25\xbc\x7b\x32\x10\x0a\xa8\xd6\x4a\xca\x49\x75\x4b\xaf\xe0\x2b\x26\x2a\x61\x28\x14\x95\x6b\xbc\xb9\x2b\xdc\x52\xd0\x16\xaf\x2f\x6b\x46\x18\xa1\x2d\xa6\x10\x13\xce\x55\x32\x66\xfa\x7d\xbb\x52\xba\xff\x64\x68\x5c\x69\xaf\x48\xad\xac\x28\x1f\xfb\xf6\xe6\xf5\x6b\xa4\xae\x88\x90\x2a\xc5\x65\x67\x1f\x82\x85\x76\x38\x6b\x7b\xc4\x83\x0d\xd9\x62\x01\x37\xc4\x74\x85\x02\x96\x10\x6d\x27\xc9\xcc\x79\xa4\xdc\x1e\x06\x58\xb1\x28\xc4\xbc\x03\xc3\x15\xa4\x54\x24\x38\x20\x2b\x82\xc3\x33\x95\xb6\x0b\x5c\x84\x42\xd7\xbc\x09\xab\xa1\xdd\x53\xf8\xb7\xe1\xae\x68\xaf\x94\x9f\x21\x34\xec\x48\xea\xc0\x5a\x52\xbf\xc2\x78\x5a\x7a\xb6\x68\x3c\x1e\x84\x76\x88\x0e\xc0\x7c\x97\x90\x40\x39\xf4\x99\x76\x44\xd3\x54\x8c\xc8\x9a\x8a\xa2\x94\x8d\xd1\x3b\xc6\x3b\x31\xa1\x8c\x67\x2f\x78\x95\x80\x45\x32\x6f\xcb\xf3\xda\xff\xc0\x3a\xa0\xb9\xd9\xd8\xcb\xf4\xf5\x4b\x8c\x16\xff\x3b\xfd\x47\xe7\x87\xbd\xd3\x73\xd1\xf9\xb7\x7b\x94\x9e\xe1\x69\x3a\x10\x37\x42\x59\xaf\x2b\xcd\xf5\x14\xf4\xce\x2f\xc9\xc9\xff\x06\x00\x00\xff\xff\x0a\x7a\x19\x5d\x24\x43\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftProjectRequestYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x4d\x6f\xda\x40\x10\xbd\xfb\x57\xcc\xa1\x57\xa8\x7a\xab\xdc\x13\x4d\x50\x44\xd5\x10\x0a\xa4\x52\x4f\xd1\x60\x0f\xb0\xcd\x7e\x75\x67\x36\x15\x8d\xfa\xdf\x2b\x7b\x4d\x70\x70\x42\x9b\x44\x6a\xb8\x25\x3b\x1f\xef\xcd\x9b\x87\x35\xe8\xd5\x57\x0a\xac\x9c\xcd\x41\xc8\x78\x8d\x42\x7d\xe7\xc9\xf2\x5a\x2d\xa5\xaf\xdc\xdb\x9b\x77\xd9\xb5\xb2\x65\x0e\xf3\x26\x9c\x19\x12\x2c\x51\x30\xcf\x00\x2c\x1a\xca\xc1\x07\xf7\x9d\x0a\xe9\x05\xfa\x11\x89\xa5\x79\x67\x8f\x05\xe5\x70\xd7\x2d\x73\x8b\x2a\x8b\xf3\xac\x07\x6d\xdc\xa6\xba\x03\x0b\x90\x80\x27\x29\x9e\x01\xb4\x91\x01\xd0\x5a\x27\x28\xca\x59\x4e\x0f\x00\xf7\x5a\x94\xc4\x45\x50\x5e\x6a\x90\x37\xb7\x93\xe9\xc5\xa7\xe1\xc9\xfc\xea\x74\x38\x3b\x99\x8e\x26\xf3\xd1\xc5\xf8\xf7\x83\x65\x8a\xbd\xc6\x4d\x2f\x8d\xd6\xaa\x1b\xcd\x26\x9f\x07\xdf\xc6\x83\xf3\xe1\x83\x75\xcd\xf0\x14\xda\x45\xd3\xe1\x97\xcb\xe1\x6c\x3e\x1a\x9f\x5d\x5d\xce\x86\xd3\x54\x58\x04\xaa\x69\xcf\x95\x21\x16\x34\x3e\x07\x1b\xb5\xae\x63\xfb\xa8\x5b\x38\xf6\x54\xe4\x70\x5b\xff\x29\x28\x91\xeb\x7f\xee\x0b\x19\x16\x58\xf4\x31\xca\xda\x05\xf5\xab\x46\xe8\x5f\xbf\xe7\x3d\x35\xa7\x4e\xd3\x47\x65\x4b\x65\x57\x2f\x53\x74\xa0\xb5\xfb\xc9\x80\x5a\x83\x77\x25\x83\xb2\x20\x6b\xc5\xbb\xd5\x83\x38\xf0\x51\x6b\x50\x06\x57\xc4\xb0\x0c\xce\x34\x5d\x61\x2f\xb5\x0f\x30\x12\x50\x0c\x18\xc5\xf5\x0c\x5a\x5c\x51\x09\x8b\x0d\x20\x14\xce\x4a\x70\x5a\x53\xf8\x00\x81\x8c\xbb\x21\xe0\x98\x8c\x54\x01\x94\x8a\x71\xa1\xa9\xff\x8f\xc2\xf2\x86\x85\x4c\x5e\x33\xea\x55\xe4\x28\xf0\x5d\xb8\x31\x6c\x57\xfc\xe0\x34\x4d\x69\xd9\x88\xe4\xd5\x59\x70\xd1\x1f\xd0\xbb\xce\x4b\x72\x9f\xe8\x58\x79\xa2\x52\xfd\x30\x8d\x6a\xb1\x71\xfb\x03\x01\xe8\x3d\x11\xa7\x4e\xed\x22\x30\x85\x1b\x55\x10\x16\x85\x8b\x56\x38\xdf\x9f\xed\x08\x0c\xb4\x88\x4a\x3f\x6e\x1f\x5e\x6f\xed\x23\xee\xa8\xcc\x53\xd3\x3e\x02\xf7\x34\x3c\x3a\xf6\x49\x0d\x66\x69\xff\x83\xb4\xff\x56\x8f\x5d\xd9\x41\xf6\x47\xe0\x8f\x92\xbc\x76\x1b\x43\x56\x0a\x67\x97\x6a\xf5\x88\x55\xaa\x35\xbb\x28\x77\x1e\x79\xf8\x9b\xf4\x3c\xaf\xec\x8c\xf7\x5c\xcf\xa4\x21\x5e\xd5\x2e\x5b\x0a\x4f\x75\x4a\xab\xee\x7f\x5a\xe5\xef\xd2\x62\x69\x94\x7d\x05\x3d\xb7\xb8\x2f\xf9\x5c\x5f\x72\x4b\xd0\x36\xeb\xc1\xe9\xf9\x68\xdc\xdc\x0a\x1e\x03\x1a\x12\x0a\xf5\xc9\x94\x32\xdb\xd3\x75\x1e\x5b\x27\x4a\x37\xb6\x3b\x7b\x3a\xb1\x1d\x68\x27\xb4\x77\xc0\x64\x7f\x02\x00\x00\xff\xff\x87\xdf\xc6\x50\x31\x0a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftProjectRequestYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftProjectRequestYaml, - "Template.template.openshift.io/openshift/project-request.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftProjectRequestYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftProjectRequestYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/project-request.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5d\x6f\xdb\x38\xd6\xbe\xf7\xaf\x38\x08\x06\xe8\x0c\xde\xd8\x6e\x32\x53\xbc\xb3\xba\x73\x1c\x37\x35\x1a\xc7\x1e\x39\x69\xa7\x5b\x0c\x0c\x4a\x3a\x96\xb9\x91\x48\x95\xa4\x9c\x78\xba\xf9\xef\x0b\x92\x92\xac\xcf\x24\xee\xa4\x98\x8b\xdd\x5c\x14\xb5\x48\x1e\x3e\xe7\x93\x0f\x3f\x48\x42\x3f\xa0\x90\x94\x33\x07\x14\xc6\x49\x44\x14\x0e\x78\x82\x4c\x6e\xe8\x5a\x0d\x28\x1f\x6e\x4f\x7a\xb7\x94\x05\x0e\x5c\x67\xcd\xbd\x88\x78\x18\x49\xa7\x07\x40\x92\xc4\x01\x41\x68\x24\xfb\x49\x28\xbf\x44\xfd\x44\xcb\x92\x0a\x99\xea\x41\x21\xaf\xb3\x4b\x8c\x52\x92\x10\x1d\xf8\x77\xbf\x07\x70\xbd\x41\x58\xf3\x28\xe2\x77\x94\x85\x20\x51\x6c\xa9\x8f\x3f\xca\x9f\x60\x43\xb6\x08\x1e\x22\x03\x5f\x20\x51\x18\x00\x65\xb0\xe3\xa9\x80\x44\xf0\x7f\xa1\xaf\x1c\xf8\xe1\xeb\xd5\x68\x36\x79\x38\x86\x1f\xbe\x9e\x8f\xae\x47\x67\xa3\xe5\x64\xb5\x9c\xb8\x1f\xa6\xe3\xc9\xca\xb4\x0c\x7a\x3d\x80\xb7\x5c\x40\xcc\x05\x02\x65\x6b\x2e\x62\xa2\x28\x67\x40\x3c\x9e\x2a\x48\xa5\x9e\x54\x6d\xa8\x2c\x60\x1f\x03\x65\x7e\x94\x06\xba\x61\x9e\x20\x5b\x6a\x8b\x80\xcf\x99\xa4\x01\x0a\x33\x58\x1e\x83\x44\x84\x8d\x52\x89\x74\x86\xc3\x90\xaa\x4d\xea\x0d\x7c\x1e\x0f\xa5\x1f\x71\x11\x0e\xad\xe2\x78\x3f\xf4\x22\xee\x0d\x63\x22\x15\x8a\xa1\x3b\x19\x9d\xcf\x26\x83\x38\x18\xf4\x62\x54\x24\x20\x8a\x18\x63\x32\xc6\x95\x15\xab\x7f\x02\x04\x28\x7d\x41\x13\x65\x9c\x33\x62\x80\xf7\x24\x4e\x22\x04\x57\x0b\xd5\xb6\x8f\xa8\x6f\x75\xb8\xa3\x6a\x03\x04\x16\x5c\xaa\x50\xe0\xf2\xb7\x4b\xd0\x42\x3d\x22\x71\x50\x28\x6d\x44\xc2\x0b\xab\x9e\x09\xfd\x76\x03\x18\x48\x3e\x67\xe3\x88\x48\xe9\x98\xff\xf6\x45\xea\xed\x4c\x43\x25\x0e\x03\x2a\x93\x88\xec\xfa\x8c\xc4\xe8\x64\x36\xf8\xbf\x92\xca\x2d\x23\xb8\x9f\xc6\xc8\xac\x4d\xfb\xa9\x88\x9c\x67\x00\x6d\x8a\x89\x38\x0b\xfb\x15\x5f\x5c\x97\x6d\x05\x01\xae\x29\x43\x09\x02\x25\x4f\x85\x8f\x12\x18\x62\x80\x01\x28\x0e\x01\x6e\x31\xe2\x49\x66\x26\xd2\x74\x5d\xd9\xd2\x04\xbc\x94\x46\x81\xb6\xf3\x9a\x86\xa9\xc8\x3a\x94\x1d\x1d\x60\x12\xf1\x5d\x6c\xf3\x4b\xff\xd5\xfb\xb2\xa0\x70\x7d\xa9\x73\xb5\xdb\xa0\xa9\x63\x22\xf8\x56\xbb\xb6\x5f\xb3\x32\x06\xf0\x8e\xa8\x63\x98\x32\xbf\x65\x94\x4c\x93\x84\x0b\x55\x35\x2d\xf1\x7d\x94\x72\x20\x30\xd8\x10\xa5\x2d\x6c\xc6\x29\x12\x4a\x07\xbe\xa4\xd4\xbf\x95\x8a\x08\x75\xac\x9d\x7c\x6c\x8c\x6e\xdb\x5b\x6b\x8f\x47\x59\x40\xbc\x08\x1d\x38\x5a\x93\x48\xe2\x51\x0f\xc0\x22\xeb\x2c\x3a\xba\x59\x26\xc4\x47\x67\x8f\xb5\xc7\x3d\x5d\x26\xa4\xd3\xeb\x43\xb9\xe0\x6d\x4f\x7a\x00\xb6\xb8\x2d\xd1\x17\xa8\xc7\x97\x33\x32\x9f\x2c\xab\x2e\x3d\x00\xa9\x04\x65\xe1\x79\xd1\x5e\xf2\x4d\x3f\x21\x52\xde\x71\x11\xe8\xfe\xa3\xc5\xe2\x72\x3a\x1e\x5d\x4f\xe7\x57\xab\xc5\x68\xb9\xfc\x38\x77\xcf\x1f\x1a\x23\x52\x89\xa2\xde\xfb\x66\x39\x71\x6d\xcf\xdc\x8f\x15\xc1\x45\x75\xab\x4a\x2d\xfa\xe6\x22\x8b\x7e\x7b\x79\xb7\xb8\xd3\x5d\x74\xeb\x72\x32\x76\x27\xd7\xab\xf7\x93\x4f\x2b\xdd\xe9\xe1\x31\xbb\x98\x32\xdc\x30\x4c\xa3\x58\xd5\xca\xd5\xe4\x3e\xe1\x12\xa5\x09\xc8\x88\x93\x00\x3c\x12\x11\xa6\x93\x43\x6d\xb0\x12\xd2\x09\x0f\x64\x26\x21\xab\xf9\x03\x12\x25\x1b\x52\x8d\x84\x00\x13\x64\x01\x32\x9f\xa2\x74\xe0\xd5\xe7\xaf\x47\xda\x35\x47\x0e\x1c\x75\x55\xfc\xa3\xe3\x4c\x2a\xc0\x91\xd6\x45\xf7\xcd\xb4\x39\x7a\xf8\xe3\x55\xbb\x7b\x13\xf4\xad\x3a\x3a\xae\x33\xcd\xfa\x59\xb7\x3b\xf4\x32\x89\xba\xd1\x81\x5f\x5f\xff\xfa\x3a\xfb\xa0\x88\x08\x51\x2d\xaa\x9f\x25\x46\xe8\x2b\x2e\x72\xfb\x54\x27\xeb\xb4\xb8\xcb\x53\xd5\xb4\x77\x37\xd2\x0d\x97\xaa\x1e\x44\xe7\xf3\xd9\x68\x7a\x65\xdd\xae\x78\x0e\xa0\xee\xd1\x03\x40\x4d\x63\x12\xe2\x52\x09\x24\xf1\xc1\xa1\xf0\x1e\x31\x91\xa0\x04\xf1\x6f\x81\xaf\xc1\xdf\x10\x16\xa2\xd4\x6b\x78\x3d\x14\xa8\x9e\xa5\x45\xdd\x4e\x58\x67\xba\x5e\x8e\x4d\x6d\x3b\x18\xd6\x79\x56\xb6\x37\xfc\x4e\x57\x6a\x5b\x7a\x6b\x88\x72\xf7\xe6\xc5\xa9\x25\x30\xef\x08\x55\xfd\x35\x17\x7d\x81\x24\xd8\x39\x70\xa4\x44\x6a\xea\xd4\x63\x3e\xe3\xa9\x4a\x52\x95\xc3\xda\x7b\xa8\xc5\xdc\xd7\x24\x2c\x1a\x2b\x02\x1d\x8d\x48\xaa\x2c\x5a\xa5\x1a\xf3\x38\xa6\x85\x4c\xab\xa8\x03\x5e\xca\x82\x08\x01\xef\xd1\x07\x41\x6e\x11\x8a\x31\x76\xb1\x72\xf6\xeb\x88\xc2\x7b\x75\x4e\x4d\xf5\x18\xcf\xaf\xae\x27\xbf\x5f\xaf\xce\xa7\x59\xed\x00\x08\xf7\xb2\x01\x04\xae\x4d\x19\x99\xdf\xb8\xe3\xc9\xca\x9d\x2c\xe6\xcb\xe9\xf5\xdc\xfd\xb4\x72\x27\x6f\x1f\x8a\x5e\xa9\xa0\xed\xbd\x6e\xdc\xcb\xbc\x97\xda\x25\xe8\xc0\x05\xcd\x30\x29\x41\x14\x86\xbb\x42\x0b\x83\x71\x59\xfb\x0a\x80\x6c\xbb\xff\x91\xe7\xa7\x7b\x73\xf6\xe9\x62\x32\x5b\xcd\xa6\xae\x3b\x77\x8b\x66\x80\x2d\x89\x52\x63\xb7\x6a\x8f\x3d\xd0\xb5\xe0\xb1\x53\x1a\xf0\xa8\x13\x8a\x15\x28\xf5\x76\xce\xe9\xe0\x4d\xad\x21\x5b\x7b\xac\x93\x96\x8b\xd1\x78\x52\x55\x75\x69\x54\xb2\x99\x29\x68\x18\xa2\x28\xca\x8c\xed\x60\xa6\x1d\x9b\x24\xa9\x7c\xb7\x61\x5e\x69\xb0\x2c\x66\x8f\x5c\x9a\x45\x4c\x4f\x7e\x31\xbd\x7e\x77\x73\xb6\xfa\x38\x39\x7b\x37\x9f\xbf\x5f\xd9\x7a\xdf\xb0\xf9\xbb\xd4\xeb\xce\xad\xf3\x82\x3d\xbc\x4c\x82\x59\x36\xd2\xc8\x79\x5d\xf3\x51\x7c\xaf\x44\x13\x68\x66\x92\x0e\x9c\x3c\xa3\x26\xb7\x85\xa0\x40\xbb\xe9\x58\x10\x41\x62\xb9\xb7\x75\x22\xb0\x1c\x32\x3a\xc1\xae\xf0\x6e\xc1\x83\xf2\x57\x9d\x57\x71\x4c\x58\xed\x63\x1f\x06\xc3\x98\x86\x7a\xa2\x7e\x41\xd4\xe5\xa6\x36\x90\x29\x42\x19\x8a\xab\x06\xc4\x2c\x68\x09\x8d\x52\x81\x0b\x1e\x51\x7f\xe7\xc0\xc8\xe3\x42\x55\x1c\xec\x66\xc8\x2b\xfc\x2a\x07\x52\x75\xa5\xfe\xdb\xef\xea\xaa\x71\x5e\x9f\xb9\xed\xeb\xde\xe0\x15\xe8\xb2\x9c\xa4\x95\x9c\xdd\x67\x6d\xeb\xe2\x5d\xb1\x44\x91\xbe\xed\xeb\x7c\x8b\xcc\xc5\x7c\x79\x7d\xe1\x4e\x96\xbf\x5d\x1a\xfa\xd3\x94\xf6\xb6\x96\xf0\x50\x24\xcf\x7b\xdc\xb9\xb8\xae\xb7\x19\xf2\xe4\x54\x59\x56\xa3\x4b\xbb\xb9\x5a\x51\xe5\xe4\xed\xe5\x91\xe5\x5c\xf1\x60\x74\x35\x4a\xf8\x62\xc8\x32\xd6\xf9\x57\xac\x95\xfb\xfd\x89\xa8\x78\x86\xa4\xd9\xe8\xf7\xd5\x78\x7e\x75\x35\x19\x6b\x9a\xb4\x6c\x17\xd8\xdd\xff\x09\xe9\xcb\x77\x23\x77\x72\xbe\x3a\xbb\x79\xfb\x76\xe2\x3e\x2d\xbc\xda\xbd\x4d\x76\x93\xd2\xb5\x0b\xed\xa2\x7e\xdd\xd2\x5e\x34\x2d\xea\x5b\x9a\x83\x7d\xdd\xb6\x5b\xfa\x2e\xe8\xbe\x39\x3b\xdc\xd1\xf4\x72\xb9\x9a\x5c\x7d\x68\x77\x40\xd1\x5c\x1e\x6b\xd8\xac\x03\xaf\xe0\x55\xe9\x63\x44\xb7\xc8\x50\xca\x85\xe0\x1e\x56\x11\xeb\x0d\xf4\x05\xaa\xba\x1a\x09\x51\x1b\x07\x86\x44\x28\xea\x47\x28\xeb\xad\xf5\xad\x48\x36\x37\xa3\x8a\x92\xe8\x1c\x23\xb2\x5b\xa2\xcf\x59\xa0\x97\xc0\x6a\x1f\x45\x63\xe4\xa9\x2a\x9a\x7f\x7e\xb2\xf4\x57\xb6\x45\xb9\x81\x8a\x6a\xbf\x68\x83\xa2\x17\x6b\xfa\x77\x29\xfc\xe6\xd9\xfa\x16\x67\x37\x55\x30\x11\x8d\xa9\x92\x75\x80\x31\xc6\x5c\xec\xb4\x79\x66\x93\x99\xe6\xb3\x97\xd3\xd9\x34\x63\x57\x75\x4e\x47\xf7\x6c\xae\xce\x20\x48\xaa\x78\x4c\x14\xf5\x1d\xd0\x54\xa6\xb9\x7c\xea\x95\xbf\xb2\x84\xd6\xfd\xf1\x4d\xbc\xb5\x65\xfb\x00\x87\x50\xcf\x4e\xc2\xb8\x28\x8e\x61\x3e\xf0\x28\x8d\x71\x1c\x11\xda\xdc\x2d\xe6\x20\x3a\x17\xf3\x3d\x97\xb0\x27\x49\x33\x1e\x60\x61\x4e\x17\x49\xf0\x51\x50\x85\x73\x96\x91\xe8\x86\xe7\x04\x7e\x49\x51\x96\xbd\x26\x15\x17\x26\x15\x7f\xf8\xfa\x61\x7e\x79\x33\x9b\xac\xc6\xa3\xc5\x68\x3c\xbd\xfe\xf4\x1d\x0f\x3e\x34\xcf\x2d\x4e\xe2\x4a\x24\xf7\x00\xfd\x5b\xce\x20\x12\x7b\xdc\x29\xbf\x44\xbd\x72\x3a\xbc\xf9\xe5\xe7\xd3\xdc\x93\xa5\xa3\x88\xe2\x73\x17\xed\xed\x00\xf1\x77\xec\x09\x72\x5b\xbd\xcc\x4e\xe0\x19\xd6\x7d\xee\xd6\xe0\x11\xd6\x59\xdf\x2b\xbc\x30\xef\x7e\x82\xef\x3e\xab\xdb\x5f\x60\xe6\xff\x63\xd1\x87\xf3\x84\xff\x66\xd6\x7a\x28\xdf\xd1\x5b\xe6\xba\x23\x5a\xb7\xcb\x1a\xf6\x30\x95\x62\x18\x51\x4f\x0f\x1a\xfa\x1b\xf4\x6f\xfb\x45\x30\x37\x3a\xf7\xfb\x7a\xda\x67\x10\xa2\xd3\xc7\x19\x51\x85\x30\x75\x14\x60\x78\x16\x2b\x2a\x15\x68\x78\x82\x15\x7d\x1f\xb3\x7c\x03\x3f\x3a\x79\x31\x7e\x54\x0a\x9f\x12\x55\xb2\x7f\x5b\xc3\x15\x66\x3c\x65\x75\x13\xc6\xfa\xdb\xc2\x92\xc1\x2d\x31\x6a\x0e\xcd\x85\xcf\x50\xe7\x69\x65\xce\xc7\x4b\x61\xbf\xd2\xdf\x4e\x28\x9b\xe7\x87\xcf\x1b\x0e\x90\xb4\xf1\x9c\xda\xa9\x8f\xfe\x74\xf5\x74\x7d\xfe\xae\x6c\xb1\x25\x54\xbf\x89\x30\xee\xe5\x38\x8d\x84\x78\xea\xb4\xf3\x59\x8c\x32\xd1\xaa\xa2\x32\x76\xe8\x43\xed\xa6\x15\xcd\x3c\x40\xa4\xa4\x21\xb3\x97\xaa\x24\x8a\x80\xaf\x0d\x6b\x58\x0b\xce\x14\xb2\x00\xb2\x1b\xbe\xec\x32\x36\xb0\xb7\x0b\xa5\x5b\xda\x41\x0f\x20\xbb\xdb\xb4\x7e\xd1\xff\x16\xb7\x89\xd9\x99\x93\xa6\x8e\x54\x60\x50\x98\x38\x2b\x80\x1d\x97\x8d\x2d\x58\xf7\x97\xe5\x57\xb9\x75\xe0\x6e\x83\x02\x0d\xda\x92\xa1\x75\x46\xd1\x00\x65\x2b\x2e\x33\xae\x02\xce\x98\xf6\x11\x84\xfb\xab\xce\x1a\xa8\x19\xb9\xa7\x71\x1a\x03\x31\xd9\xa4\xcd\x66\xb3\xd3\xe0\xb1\xb7\xd1\x45\x04\x81\x4f\x18\xa4\xb2\x69\xab\x99\x1d\x72\xa9\xb3\xbd\x80\x55\xde\xfb\x3c\x82\xec\xcd\xc9\xe9\x8c\x1e\x84\xaa\xf4\x8a\xe1\x30\x68\xf0\xe3\x7e\xe8\x4f\x75\x9c\xf5\x1a\x74\x28\x64\x9b\xeb\x60\x5d\x4a\xb6\x84\x46\xc4\x8b\x10\xd6\x5c\x18\xda\x70\x0c\x38\x08\x07\x76\xe8\x31\x9c\x5e\xd0\x3a\xd0\x6c\xfc\x98\x24\xc4\xa7\x6a\x57\xc0\xab\xed\x48\x1e\x81\x75\x72\xd1\x00\xa5\x43\xee\xc6\xbd\xcc\xb3\x41\x60\xc2\x25\x55\xda\x20\xe6\x45\x88\x79\x23\x53\x39\x6c\x37\x45\x1c\x7c\x1e\x34\x2d\x79\x41\x15\xb8\x7b\x01\x37\xee\x65\x81\xb1\xf5\x06\xe7\x11\xa4\x4f\xbf\xb2\x18\x84\xb4\x11\xaa\x4b\x54\x59\xce\x72\x20\xe0\x09\xc2\xfc\x8d\x01\x70\x0c\x8a\x84\xc0\x05\x70\xb5\x41\x01\x02\xd7\x5a\x61\xa3\x5c\x49\x63\x6a\x3e\xd9\x5d\x88\x40\x60\x7c\xff\xb2\xc5\xbc\xd1\x20\x69\xa4\x32\xa9\x1d\xba\xaf\x51\x20\x2b\x25\x5e\xeb\xf5\xd6\x63\xa8\xad\x0f\x22\xa2\xe8\x16\xcd\x31\x86\xfe\x58\x7e\xa8\xa4\x41\x52\x05\x54\x1a\x78\xd9\x0d\xa8\xe0\xdc\x6e\xc3\x9b\x4a\x35\x80\x8e\xed\x35\x1d\x9c\x53\x61\x36\x2b\xfb\x38\x2a\x5d\xd9\xb5\x45\x09\x9a\x6d\x69\x60\x6e\x8b\x4d\x41\x55\x1b\xa2\xe0\x8e\x46\x11\x08\x9e\x2a\xcc\xe1\xdb\x92\x90\x5d\xc4\x1f\x6b\xbc\x11\xae\x2d\x3c\x2f\x22\xec\x16\x88\x75\xb2\x1d\xea\x15\x96\xc5\xa0\x81\x75\x54\x0a\xbc\x77\xd9\xb4\x05\xdc\x96\xa3\xcd\x1a\xea\x0b\x13\x3c\xf9\x12\x99\xd1\xf7\x01\xc0\x08\x02\xba\x5e\x53\x5f\xbb\x53\x71\x08\x53\x94\x32\x7b\x97\x01\xc8\x74\x68\x07\x40\x24\x24\x44\x14\x56\xd5\x8a\xdd\xa1\xb7\xe1\xfc\x56\xc7\xf5\x00\xe0\x8a\x2b\xdd\x59\xec\x92\x36\xe4\xf6\x6a\x0c\x3e\x66\x43\x8a\xb7\x21\x66\xf9\x84\x57\x9f\x49\xff\xcf\x51\xff\x9f\xaf\xfb\xff\xf8\xe3\xeb\x2f\xaf\x1f\x34\xdd\x0d\x91\xa1\x30\x4f\xdd\xf0\x3e\x11\x28\xa5\xbd\x3c\xb6\xba\xb6\x5e\xc6\xd5\xd5\xfd\xa4\x3d\x6f\x95\xd4\x9b\x11\x53\x58\xb6\x28\xe8\x7a\x97\xc7\x30\x65\x0a\x43\x41\xd5\x4e\xab\x94\xad\x86\x3e\xe7\xb7\xb4\x65\x15\xb1\x90\xe1\x3d\xee\xaa\xb0\x0d\xe6\x93\xd3\xff\x7f\x1a\x74\xfd\x3e\xa0\x25\xa6\xca\x95\x45\xef\xe5\x6c\x4c\x51\xa9\x7f\x04\xa6\x02\x65\x11\x2e\xed\xbb\xb5\x72\x7f\xc5\x7b\x19\xab\xd9\x70\x41\xff\xc4\xec\xb0\x07\x38\x83\x84\x84\x2d\x1a\x95\xa3\xe9\x46\xa2\xe8\x8c\xa6\x6c\xaf\x7a\xf0\x4a\x59\xd7\x28\xdf\x03\x1e\xa0\x95\xe5\x74\xfc\x1b\xb5\x5a\xec\x37\x9d\x8f\x1e\x8b\x77\x69\x66\x83\xa7\xae\xd6\x84\x6d\xa9\xe0\xcc\xbc\x02\x4b\x59\x80\x02\xee\x36\xd4\xdf\x74\xf9\xc5\x56\x84\x94\x0d\x60\xcc\xd3\x28\xd0\x19\x2e\x51\xe5\x8a\x25\x82\x07\xa9\x6f\x9f\x9a\x65\x4f\xdb\x8c\x60\x2e\xcc\xbb\x82\x86\x7a\xb6\x9a\x94\x20\x14\xba\x95\x0f\xd4\xbb\x14\xda\xcf\xa6\x95\x2a\xcb\x3d\xcf\x0f\xd6\xb2\x53\xba\x2a\x9b\xeb\xba\x52\xec\x9c\x67\x4f\x94\xbb\xe6\x29\x45\x9c\xcd\x26\x1d\xef\x9f\xf3\x22\xf0\xf3\xc3\x53\xd9\x54\x79\x8e\xd5\x39\x4b\x29\x02\x5a\x4a\xcd\xaf\x4f\x27\x6d\xe3\x75\x58\xe7\x54\xed\x06\x7b\x8a\x07\xeb\x95\xaa\x26\x31\xa7\x72\x85\xe4\x31\x67\x0c\x8d\xd7\x64\x31\xc1\xa3\x87\x19\x99\xf0\xa3\x93\xd7\xaf\x8f\xea\xd2\x97\x1b\x22\x30\x80\xb3\x74\xbd\x46\x01\x23\x43\x17\xdb\xa4\x36\x0e\x31\x72\xce\x74\x3a\x3b\x6b\x4b\x74\x3f\x95\x8a\xc7\xe0\xa6\xde\xee\x02\x63\x09\x31\x15\x82\x8b\x8c\xf4\x54\x57\xdc\x5a\xcf\x59\xb9\x67\xeb\xc3\x93\xff\x04\x00\x00\xff\xff\xb9\x7e\x3c\xa5\x53\x2d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYaml, - "Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5b\x6f\xdb\xb8\xb6\x7e\xf7\xaf\x58\x08\x06\xe8\x0c\x4e\x6c\x37\x9d\x29\xce\x1c\xbd\x39\x8e\x9a\x1a\x8d\x2f\x23\x27\xd3\xe9\x19\x0c\x0c\x5a\x5a\x96\xb8\x23\x91\x2a\x49\x39\xf1\x74\xe7\xbf\x6f\x90\x94\x64\xdd\xec\x24\x9d\x14\xb3\x37\xb0\xfd\x50\x34\x22\xb9\xf8\xad\x2b\x3f\x5e\x48\x4a\x7f\x45\x21\x29\x67\x0e\x28\x4c\xd2\x98\x28\x1c\xf0\x14\x99\x8c\xe8\x46\x0d\x28\x1f\x6e\xcf\x7a\xb7\x94\x05\x0e\x5c\xe7\xcd\xbd\x98\xac\x31\x96\x4e\x0f\x80\xa4\xa9\x03\x82\xd0\x58\xf6\x53\x2e\x55\x28\x50\x7e\x8e\xfb\x78\x4f\x92\x34\xc6\x1e\x94\x12\x8f\x74\x4a\x50\x4a\x12\xa2\x03\xff\xec\xf7\x00\xae\x23\x84\x0d\x8f\x63\x7e\x47\x59\x08\x12\xc5\x96\xfa\xf8\xbd\xfc\x01\x22\xb2\x45\x58\x23\x32\xf0\x05\x12\x85\x01\x50\x06\x3b\x9e\x09\x48\x05\xff\x07\xfa\xca\x81\xef\xbe\xcc\x46\x53\xf7\xe1\x14\xbe\xfb\x72\x31\xba\x1e\x9d\x8f\x96\xee\x6a\xe9\x7a\xbf\x4e\xc6\xee\xca\xb4\x0c\x7a\x3d\x80\x77\x5c\x40\xc2\x05\x02\x65\x1b\x2e\x12\xa2\x28\x67\x40\xd6\x3c\x53\x90\x49\x3d\xa9\x8a\xa8\x2c\x81\x9f\x02\x65\x7e\x9c\x05\xba\x61\x9e\x22\x5b\x6a\xab\x80\xcf\x99\xa4\x01\x0a\x33\x58\x9e\x82\x44\x84\x48\xa9\x54\x3a\xc3\x61\x48\x55\x94\xad\x07\x3e\x4f\x86\xd2\x8f\xb9\x08\x87\x56\x75\xbc\x1f\xae\x63\xbe\x1e\x26\x44\x2a\x14\x43\xcf\x1d\x5d\x4c\xdd\x41\x12\x0c\x7a\x09\x2a\x12\x10\x45\x8c\x41\x19\xe3\xca\x8a\xd5\x7f\x02\x04\x28\x7d\x41\x53\x65\x1c\x64\x4c\xa4\x7f\x23\x06\xb9\xfd\xc0\xd3\xd2\xb5\x23\x62\xea\x5b\x65\xee\xa8\x8a\x80\xc0\xc2\xda\x7a\xf9\xcb\x15\x68\xe9\x6b\x22\x71\xf0\x6f\xa8\x7d\xae\xd1\xc7\x91\x37\x9b\xcc\x2e\x1d\x18\xb1\x9d\xc1\x0b\x52\x71\x81\x01\xdc\xd1\x38\x86\x35\x42\xcc\xa5\x82\x2c\xe5\x0c\x52\x1e\x68\xb3\x28\x91\xf9\x1a\xc1\x00\xe6\x2c\xde\x41\x26\xb1\x0e\x1e\x36\x5c\x80\x42\xa9\x28\x0b\x07\x66\x16\xea\x73\x36\x8e\x89\x94\x8e\xf9\x6f\x5f\x64\xeb\x9d\x69\xa8\xc5\x7b\x40\x65\x1a\x93\x5d\x9f\x91\x04\x9d\xdc\xbc\xff\x53\xb5\xe6\xf7\x6e\x1a\x61\x82\x82\xc4\x3f\x74\x8c\xe6\x7e\x96\x20\xb3\x3e\xec\x67\x22\x76\x9e\x60\x9b\xb6\x98\x98\xb3\xb0\x5f\xf3\xfd\x75\x4d\xb7\x00\x37\x94\xa1\x04\x81\x92\x67\xc2\x47\x09\x0c\x31\xc0\x00\x14\x87\x00\xb7\x18\xf3\x34\x37\x2c\x69\x47\x48\xd5\xad\x04\xd6\x19\x8d\x03\xed\xd4\x0d\x0d\x33\x91\x77\xa8\xc6\x53\x80\x69\xcc\x77\x5a\xa9\x5c\x64\xb3\x2f\x0b\xca\x08\xab\x74\xae\x77\x1b\xd8\xdc\x2e\xfb\x51\x99\x3b\x38\x97\x49\x19\x30\xce\xfa\xa9\xae\x45\x52\xe9\xe1\xba\x99\x84\x78\x0a\x92\x5b\xc7\xd6\xe4\x81\x8c\x78\x16\x07\x3a\x32\x32\x89\x81\x71\x36\xde\xa7\x28\xa8\xb1\x7e\x9c\x8b\x4d\x33\x91\x72\x89\x12\x38\x8b\x77\x83\xb6\x9d\x53\xc1\xb7\x3a\x96\xfb\x0d\xaf\x63\x00\xef\x89\x3a\x85\x09\xf3\x3b\x46\xc9\x2c\x4d\xb9\x50\x75\xf7\x12\xdf\x47\x29\x07\x02\x83\x88\x28\xed\x65\x33\x4e\x91\x50\x3a\xf0\x39\xa3\xfe\xad\x54\x44\xa8\x53\x1d\x74\xa7\xc6\xf1\xb6\xbd\xb3\xe6\xae\x29\x0b\xc8\x3a\x46\x07\x4e\x36\x24\x96\x78\xd2\x03\xb0\xc8\x8e\x14\x5b\xdd\x41\xa6\xc4\x47\x67\x8f\xb6\xc7\xd7\xba\x38\x4a\xa7\xd7\x87\x6a\xa9\xdf\x9e\xf5\x00\x6c\x59\x5f\xa2\x2f\x50\xbb\xb6\x5a\x87\x8a\xe9\xf2\x9a\xda\x03\x90\x4a\x50\x16\x5e\x94\xed\x95\x08\xe9\xa7\x44\xca\x3b\x2e\x02\xdd\x7f\xb4\x58\x5c\x4d\xc6\xa3\xeb\xc9\x7c\xb6\x5a\x8c\x96\xcb\x8f\x73\xef\xe2\xa1\x35\x22\x93\x28\x9a\xbd\x6f\x96\xae\x67\x7b\x16\x51\x52\x13\x5c\xd6\xf4\xba\xd4\xb2\x6f\x21\xb2\xec\xb7\x97\x77\x8b\x3b\xdd\x45\xb7\x2e\xdd\xb1\xe7\x5e\xaf\x3e\xb8\x9f\x56\xba\xd3\xc3\x31\xbb\x98\xc5\xa7\x65\x98\x56\x89\x6e\x14\x69\xf7\xde\x46\x9c\x4e\x8b\x98\x93\x00\xd6\x24\x26\x4c\xa7\xa8\x8a\xb0\x96\x58\x29\x0f\x64\x2e\x21\x5f\xe9\x06\x24\x4e\x23\x52\x8f\x85\x00\x53\x64\x01\x32\x9f\xa2\x74\xe0\xd5\xef\x5f\x4e\xb4\x6b\x4e\x1c\x38\x39\xb4\xce\x9d\x9c\xe6\x52\x01\x4e\xb4\x2e\xba\x6f\xae\xcd\xc9\xc3\x1f\xaf\xba\xdd\x9b\xa2\x6f\xd5\xd1\x91\x9d\x6b\xd6\xcf\xbb\xdd\xe1\xba\xc8\x27\x2e\x94\x03\x3f\xbf\xfe\xf9\x75\xfe\x41\x11\x11\xa2\x5a\xd4\x3f\x4b\x8c\xd1\x57\x5c\x14\xf6\xa9\x4f\x76\xd0\xe2\x1e\xcf\x54\xdb\xde\x87\x91\x46\x5c\xaa\x66\x10\x5d\xcc\xa7\xa3\xc9\xcc\xba\x5d\xf1\x02\x40\xd3\xa3\xcf\x00\x35\x49\x48\x88\x4b\x25\x90\x24\xcf\x0e\x85\x0f\x88\xa9\x04\x25\x88\x7f\x0b\x7c\x03\x7e\x44\x58\x88\x52\xd7\xba\x66\x28\x50\x3d\x4b\x87\xba\x07\x61\x9d\xeb\xaa\x3d\x36\x15\xf1\xd9\xb0\x2e\xf2\xc5\x23\xe2\x77\x7a\xbd\xb0\x0b\x40\x03\x51\xe1\xde\xa2\x3c\x75\x04\xe6\x1d\xa1\xaa\xbf\xe1\xa2\x2f\x90\x04\x3b\x07\x4e\x94\xc8\x4c\xa5\x3a\xe6\x33\x9e\xa9\x34\x53\x05\xac\xbd\x87\x3a\xcc\x7d\x4d\xc2\xb2\xb1\x26\xd0\xd1\x88\xa4\xca\xa3\x55\xaa\x31\x4f\x12\x5a\xca\xb4\x8a\x3a\xb0\xce\x58\x10\x23\xe0\x3d\xfa\x20\xc8\x2d\x42\x39\xc6\x2e\x99\xce\x7e\x35\x53\x78\xaf\x2e\xa8\xa9\x1e\xe3\xf9\xec\xda\xfd\xed\x7a\x75\x31\xc9\x6b\x07\x40\xb8\x97\x0d\x20\x70\x63\xca\xc8\xfc\xc6\x1b\xbb\x2b\xcf\x5d\xcc\x97\x93\xeb\xb9\xf7\x69\xe5\xb9\xef\x1e\xca\x5e\x99\xa0\xdd\xbd\x6e\xbc\xab\xa2\x97\xda\xa5\xe8\xc0\x25\xcd\x31\x29\x41\x14\x86\xbb\x52\x0b\x83\x71\xd9\xf8\x0a\x80\x6c\xbb\xff\xa3\xc8\x4f\xef\xe6\xfc\xd3\xa5\x3b\x5d\x4d\x27\x9e\x37\xf7\xca\x66\x80\x2d\x89\x33\x63\xb7\x7a\x8f\x3d\xd0\x8d\xe0\x89\x53\x19\x70\xd4\x09\xe5\x1a\x94\xad\x77\xce\x9b\xc1\xdb\x46\x43\xbe\xf6\x58\x27\x2d\x17\xa3\xb1\x5b\x57\x75\x69\x54\xb2\x99\x29\x68\x18\xa2\x28\xcb\x8c\xed\x60\xa6\x1d\x9b\x24\xa9\x7d\xb7\x61\x5e\x6b\xb0\x5c\x6a\x8f\x5c\x9a\x45\x4c\x4f\x7e\x39\xb9\x7e\x7f\x73\xbe\xfa\xe8\x9e\xbf\x9f\xcf\x3f\xac\x6c\xbd\x6f\xd9\xfc\x7d\xb6\x3e\x9c\x5b\x17\x25\x87\x79\x99\x04\xb3\x9c\xa8\x95\xf3\xba\xe6\xa3\xf8\x56\x89\x26\xd0\xcc\x24\x1d\x38\x7b\x42\x4d\xee\x0a\x41\x81\x76\xab\xb5\x20\x82\x24\x72\x6f\xeb\x54\x60\x35\x64\x74\x82\xcd\xf0\x6e\xc1\x83\xea\x57\x9d\x57\x49\x42\x58\xe3\x63\x1f\x06\xc3\x84\x86\x7a\xa2\x7e\xb9\x2b\x91\x51\x63\x20\x53\x84\x32\x14\xb3\x16\xc4\x3c\x68\x09\x8d\x33\x81\x0b\x1e\x53\x7f\xe7\xc0\x68\xcd\x85\xaa\x39\xd8\xcb\x91\xd7\x18\x56\x01\xa4\xee\x4a\xfd\xdb\xef\x67\xeb\x71\xde\x9c\xb9\xeb\xeb\xde\xe0\x35\xe8\xb2\x9a\xa4\xb5\x9c\xdd\x67\x6d\xe7\xe2\x5d\xb3\x44\x99\xbe\xdd\xeb\x7c\x87\xcc\xc5\x7c\x79\x7d\xe9\xb9\xcb\x5f\xae\x0c\xfd\x69\x4b\x7b\xd7\x48\x78\x28\x93\xe7\x03\xee\x3c\xdc\x34\xdb\x0c\x79\x72\xea\x2c\xab\xd5\xa5\xdb\x5c\x9d\xa8\x0a\xf2\xf6\xf2\xc8\x0a\xae\xf8\x57\xd0\x15\x76\x7e\xc4\x0b\x87\x24\x35\xc8\xe5\x8b\xe9\x98\xf3\xd7\xbf\xa2\xd9\x74\xf4\xdb\x6a\x3c\x9f\xcd\xdc\xb1\xa6\x49\xcb\x6e\x05\x0f\xf7\x7f\x44\xfa\xf2\xfd\xc8\x73\x2f\x56\xe7\x37\xef\xde\xb9\xde\xe3\xc2\xeb\xdd\xbb\x64\xb7\x29\x5d\xb7\xd0\x43\xd4\xef\xb0\xb4\x17\x4d\x8b\xe6\x96\xe6\xd9\x1e\xea\xda\x2d\x7d\x13\x74\x5f\x9d\x1d\xde\x68\x72\xb5\x5c\xb9\xb3\x5f\xbb\x1d\x50\x36\x57\xc7\x1a\x36\xeb\xc0\x2b\x78\x55\xf9\x18\xd3\x2d\x32\x94\x72\x21\xf8\x1a\xeb\x88\xf5\x16\xfa\x12\x55\x53\x8d\x94\xa8\xc8\x81\x21\x11\x8a\xfa\x31\xca\x66\x6b\x73\x2b\x92\xcf\xcd\xa8\xa2\x24\xbe\xc0\x98\xec\x96\xe8\x73\x16\xe8\x25\xb0\xde\x47\xd1\x04\x79\xa6\xca\xe6\x1f\x1f\x2d\xfd\xb5\x6d\x51\x61\xa0\xb2\xda\x2f\xba\xa0\xe8\xc5\x9a\xfe\x5d\x0a\xbf\x7d\xb2\xbe\xe5\x09\x52\x1d\x4c\x4c\x13\xaa\x64\x13\x60\x82\x09\x17\x3b\x6d\x9e\xa9\x3b\xd5\x7c\xf6\x6a\x32\x9d\xe4\xec\xaa\xc9\xe9\xe8\x9e\xcd\x35\x19\x04\xc9\x14\x4f\x88\xa2\xbe\x03\x9a\xca\xb4\x97\x4f\xbd\xf2\xd7\x96\xd0\xa6\x3f\xbe\x8a\xb7\x76\x6c\x1f\xe0\x39\xd4\xf3\x9b\x1d\x15\xa8\xea\xc9\x58\x85\x16\x16\xb0\x0f\x2e\xff\x47\x77\xed\xfb\x43\xa2\x5e\x35\x80\xde\xfe\xf4\xe3\x9b\x42\xf7\xca\xe6\xbd\xfc\x7c\x88\x28\x1e\x00\xf1\x77\xb0\xe8\xc2\x56\x2f\xc3\x9d\x9f\x60\xdd\xa7\x92\xe9\x23\x3c\xad\xc9\xae\x5f\x98\xa9\x3e\xc2\x10\x9f\xd4\xed\x2f\x70\xd9\xff\xf2\xce\xbf\x93\x77\xfe\xe7\xf1\xbc\xe7\x32\x04\xbd\xc9\x6c\x3a\xa2\x73\x83\xa9\x61\x0f\x33\x29\x86\x31\x5d\xeb\x41\x43\x3f\x42\xff\xb6\x5f\x06\x73\xab\x73\xbf\xaf\xa7\x7d\x02\x85\x78\x73\x9c\x43\xd4\x28\xc6\x81\x02\x0c\x4f\xe2\x11\x95\x02\x0d\x8f\xf0\x88\x6f\x63\x96\xaf\x60\x14\x67\x2f\xc6\x28\x2a\xe1\x53\x21\x17\xf6\xb7\xe5\x71\x96\xe0\x94\x67\xac\x69\xc2\x44\x7f\x5b\x58\xfa\xb4\x25\x46\xcd\x61\x1a\xca\xcf\xf1\x50\xe7\x69\x6d\x4e\xeb\x9b\xda\x67\x2b\xb7\x5e\xe7\x92\x54\xed\xcc\x99\xe0\x97\x87\x96\x63\xcb\xc1\xdf\x94\xf3\x74\x84\xcf\x57\xd1\x9e\xbd\x1c\xa7\x15\xa4\x8f\x9d\xd9\x3d\x89\x17\xa5\x5a\x55\x54\xc6\x0e\x7d\x68\xdc\x5a\xa2\x99\x07\x88\x94\x34\x64\xf6\x82\x92\xc4\x31\xf0\x8d\x59\xc9\x37\x82\x33\x85\x2c\x80\xfc\x9e\x2a\xbf\xd8\x0c\xec\x19\x79\xe5\xc6\x73\xd0\x03\xc8\xef\xe8\xec\xb1\x90\xfe\xb7\xbc\x15\xcb\x4f\x4e\x04\x7e\xce\xa8\xc0\xa0\x34\x71\x5e\x94\x0e\x5e\x9a\x75\xa0\xdd\xdf\x73\xcf\x0a\xfb\xc0\x5d\x84\x02\x0d\xde\x8a\xa9\x75\x9c\xd3\x00\x65\x27\x32\x33\xae\x06\xcf\x18\xf7\x08\xc6\xfd\x95\x5d\x03\xd4\x94\xdc\xd3\x24\x4b\x80\x98\x18\xd7\x86\xb3\x39\x63\xf0\xd8\xbb\xdd\x32\x86\xc0\x27\x0c\x32\xd9\xb6\xd6\xd4\x0e\xb9\xd2\x39\x58\xc2\xaa\x72\xf8\x23\xc8\xde\x9e\xbd\x99\xd2\x67\xa1\xaa\x5c\x96\x3f\x0f\x1a\x7c\xbf\x1f\xfa\x43\x13\x67\xb3\x32\x3c\x17\xb2\xf6\xee\x8d\x77\x55\x84\x9e\xc0\x94\x4b\xaa\xf4\xdc\xe6\xc5\x84\x79\x4c\x52\x3b\x9f\x35\x55\x0c\x7c\x1e\xb4\x41\x5f\x52\x05\xde\x5e\xc0\x8d\x77\x55\xa2\xed\x3c\xf4\x3f\x82\xf5\xf1\xe7\x01\x83\x90\xb6\xa2\x62\x89\x2a\x4f\x10\x0e\x04\xd6\x82\x30\x3f\x32\x00\x4e\x41\x91\x10\xb8\x00\xae\x22\x14\x20\x70\xa3\x15\x36\xca\x55\x34\xa6\xe6\x93\xa5\xe1\x02\x81\xf1\xfd\xfb\x0f\xf3\xb8\x80\x64\xb1\xca\xa5\x1e\xd0\x7d\x83\x02\x59\x25\xc6\x3b\x6f\x44\x8e\xa1\xb6\x3e\x88\x89\xa2\x5b\x34\x3b\x5f\xfd\xb1\xfa\xa2\x47\x83\xa4\x0a\xa8\x34\xf0\xf2\x4b\x33\xc1\xb9\xdd\xb9\xb5\x95\x6a\x01\x1d\xdb\x9b\x1d\xb8\xa0\xc2\xb0\xf5\x5d\x09\xb6\x72\xcb\xd3\x15\x25\x68\xf6\x65\x81\xb9\x60\x34\xd5\x4b\x45\x44\xd9\x97\x28\x82\x67\x0a\x0b\xf8\x36\xfb\xf2\xbb\xdb\x53\x8d\x37\xc6\x8d\x85\xb7\x8e\x09\xbb\x05\x62\x9d\x5c\x3e\x62\xc9\x2d\x8b\x41\x0b\xeb\xa8\x12\x78\xef\xf3\x69\x4b\xb8\x1d\xa7\x61\x0d\xd4\x97\x26\x78\x8a\xf5\x28\xe7\xaf\x03\x80\x11\x04\x74\xb3\xa1\xbe\x76\xa7\xe2\x10\x66\x28\x65\x7e\x95\x0f\xc8\x74\x68\x07\x40\x24\xa4\x44\x94\x56\xd5\x8a\xdd\xe1\x3a\xe2\xfc\x56\xc7\xf5\x00\x60\xc6\x95\xee\x2c\x76\x69\x17\x72\x7b\x9b\x02\x1f\xf3\x21\xe5\x73\x02\xb3\x56\xc1\xab\xdf\x49\xff\xcf\x51\xff\xff\x5f\xf7\xff\xef\x8f\x2f\x3f\xbd\x7e\xd0\x7c\x2f\x44\x86\xc2\xbc\x0a\xc3\xfb\x54\xa0\x94\xf6\xbe\xd1\xea\xda\x79\x7f\xd3\x54\xf7\x93\xf6\xbc\x55\x52\xb3\x71\xf3\xfa\x63\x8b\x82\x6e\x76\x45\x0c\x53\xa6\x30\x14\x54\xed\xb4\x4a\xf9\xd2\xe3\x73\x7e\x4b\x3b\x0a\xb6\x85\x0c\x1f\x70\x57\x87\x6d\x30\x9f\xbd\xf9\xdf\xc7\x41\x37\x0f\x7e\x3b\x62\xaa\x5a\x59\xf4\x66\xc6\xc6\x14\x95\xf6\xf9\x8a\xae\x40\x79\x84\x4b\xfb\xae\xab\xda\x5f\xf1\x5e\x4e\x21\x22\x2e\xe8\x9f\x08\xf6\xad\x09\x70\x06\x29\x09\x3b\x34\xaa\x46\xd3\x8d\x44\x71\x30\x9a\xf2\xcd\xda\xb3\x17\xa5\xa6\x46\xc5\x26\xe8\x19\x5a\x59\x02\xc5\xbf\x52\xab\xc5\x7e\xd7\x75\xf4\x24\xf5\x90\x66\x36\x78\x9a\x6a\xb9\x6c\x4b\x05\x67\xe6\xf9\x52\xc6\x02\x14\x70\x17\x51\x3f\x3a\xe4\x17\x5b\x11\x32\x36\x80\x71\xf1\x18\x49\xa2\x2a\x14\x4b\x05\x0f\xec\x13\xb5\xd3\xe2\x4d\x96\x11\x9c\x3f\x4b\x6b\xa9\x67\xab\x49\x05\x42\xa9\x5b\xf5\x0c\xf6\x90\x42\xfb\xd9\xb4\x52\x55\xb9\x17\xc5\xc9\x52\x7e\x4c\x55\xa7\x4e\x87\x6e\xa1\x0e\xce\xb3\x67\xa5\x87\xe6\xa9\x44\x9c\xcd\x26\x1d\xef\xbf\x17\x45\xe0\xc7\x87\xc7\xb2\xa9\xf6\x82\xe7\xe0\x2c\x95\x08\xe8\x28\x35\x3f\x3f\x9e\xb4\xad\x07\x45\x07\xa7\xea\x36\xd8\x63\xa4\x53\xaf\x54\x0d\x89\x05\x6b\x2a\x25\x8f\x39\x63\x68\xbc\x26\xcb\x09\x8e\xee\xe6\x73\xe1\x27\x67\xaf\x5f\x9f\x34\xa5\x2f\x23\x22\x30\x80\xf3\x6c\xb3\x41\x01\x23\xc3\xcc\xba\xa4\xb6\x76\xf1\xb9\xd0\xb3\x37\xd3\xf3\xae\x44\xf7\x33\xa9\x78\x02\x5e\xb6\xde\x5d\x62\x22\x21\xa1\x42\x70\x91\x93\x9e\xfa\x8a\xdb\xe8\x39\xad\xf6\xec\x7c\xab\xf0\xaf\x00\x00\x00\xff\xff\x8a\xed\x9f\x62\x80\x2c\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYaml, - "Template.template.openshift.io/openshift/rails-postgresql-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rails-postgresql-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\xd1\x6f\xdb\xb6\x13\x7e\xd7\x5f\x71\x28\x7e\x40\x7f\xc3\x2a\x27\x19\x36\xa0\xd3\x9b\xe3\xb8\x8d\xb1\x38\x0e\x6c\x67\x45\x37\x0c\xc1\x59\x3a\x4b\x6c\x24\x92\x23\x29\x27\x5e\x97\xff\x7d\x20\x29\xc9\x92\x2d\xbb\x7d\x48\x1e\x02\x9b\x77\x3c\x7e\xbc\xbb\xef\xf8\x19\x25\xfb\x9d\x94\x66\x82\x47\x60\xa8\x90\x39\x1a\x1a\x08\x49\x5c\x67\x6c\x6d\x06\x4c\x9c\x6d\x2e\x82\x47\xc6\x93\x08\x96\x95\x39\x28\x48\x6b\x4c\x29\x82\x7f\x7f\x0c\x00\x96\x19\xc1\x5a\xe4\xb9\x78\x62\x3c\x05\x4d\x6a\xc3\x62\xfa\xbf\xfe\x01\x32\xdc\x10\xac\x88\x38\xc4\x8a\xd0\x50\x02\x8c\xc3\x56\x94\x0a\xa4\x12\x5f\x28\x36\x11\xfc\xef\xeb\xed\x70\x3a\x7e\x19\x04\x41\x41\x06\x13\x34\x18\x05\x00\xc8\xb9\x30\x68\x98\xe0\xda\x7e\x05\x48\x48\xc7\x8a\x49\xe3\x50\x5e\x96\x2c\x4f\x00\x61\x85\x9a\xc5\x30\x27\x8c\x0d\x7c\xa2\x15\x0c\xa5\xcc\x59\xec\xb6\xb9\x4d\x2c\x16\x7c\x94\xa3\xd6\x91\xfb\x18\x7e\xd1\x6e\xb9\x73\xb7\x84\x69\x99\xe3\x36\xe4\x58\x50\x74\x22\x96\xc1\x54\x47\xc0\x45\x42\x5f\xf4\x3b\x50\xd6\xef\x1d\x3c\xd1\x0a\x50\x4a\xef\xd0\x9b\x3a\xa9\xc4\x86\x25\xa4\xc2\xfd\x73\x12\xb8\x46\xf3\x0e\x26\x3c\x1e\x04\x00\x7e\xd5\x45\x0d\x9f\x68\x15\xa2\x94\x21\x3d\x63\x21\x73\xaa\xac\x5a\x62\x4c\xd1\x0e\x7b\x20\x56\x36\x81\x3a\x0a\x42\x68\x57\x70\x73\x11\x00\xf8\x6a\x4d\x0a\x4c\x69\x61\x14\x61\x11\x00\xb4\xd3\x0b\x90\xe3\x8a\xf2\x2a\xb7\x60\xef\xd0\x54\xc2\x2d\x79\x3c\xbb\x15\x2d\x29\x8e\xe0\xeb\xcb\xf1\xc3\x5c\x4d\x46\x82\xaf\x59\xfa\x2a\x87\xf9\x4a\x95\x46\x96\xa6\xde\x68\x44\xfd\xa9\xe7\x86\x4b\x4c\x1b\x63\x27\x60\x64\x8b\xa2\x8d\x33\x4a\xa1\xcd\x48\x14\x05\x33\xee\x32\x76\x49\x91\x16\xa5\x8a\x49\x37\x2b\xfe\x7b\x7d\x54\xca\xcc\xee\x54\x45\x6b\x1b\x77\x31\xbb\x9f\x8f\xc6\x0f\xf3\xf1\xdd\x6c\x31\x59\xce\xe6\x9f\x1f\xe6\xe3\x0f\x2f\x8d\x57\xa9\x58\xbf\xd7\xfd\xfc\xa6\xf6\x32\x5b\x49\x11\x7c\x64\x1e\x97\x36\x0a\x0d\xa5\xdb\xfa\x24\x0f\x61\xb1\xb7\x0a\x40\x7c\xb3\xfb\x12\x56\xf7\x9c\xdd\x2f\xef\xee\x97\x0f\x57\x93\x79\x63\x02\xd8\x60\x5e\xba\x1c\xec\xac\x2f\x07\x3b\x3f\x0f\xe7\xb7\x0f\xe3\xdb\xe1\xe5\xcd\xf8\xaa\x6f\x6f\xdb\xbe\xdb\xbd\x56\xa2\x88\x5a\xee\xbe\x14\x57\x22\x7e\x24\xe5\x0a\xd2\xb2\xd5\x7d\x9d\x32\x6d\xd4\x76\xa0\x28\xc9\xd0\xf1\x42\x65\x02\x55\xe8\xe9\x14\x1a\x8a\xb3\x50\x2a\xda\x30\x7a\xea\x5a\x2e\xce\x2d\x1d\x6a\x8a\xd5\x69\x5b\xb8\xf4\x78\xd6\x29\x96\xa6\xa4\xaa\xe6\x0a\x6d\xb9\xb2\x72\xb5\x83\xa7\x29\x56\xe4\xc6\xcc\xc7\xc9\xf2\xfa\xfe\xf2\xe1\xd3\xf8\xf2\x7a\x36\xfb\xed\x61\x31\x1e\xcd\xc7\xcb\x83\x72\x5c\x97\xab\x2a\x92\x5f\xf2\x1d\x3d\xca\x90\x57\xf7\x0a\x81\xd9\x3b\xfa\x95\xa6\x67\xea\x08\x93\x9d\xcd\x36\xb2\x41\x53\xea\x9a\x03\xda\x34\xbc\x39\x3f\xce\xa3\x2b\x92\xb9\xd8\x16\xc4\xcd\x6b\x93\x49\x91\x9b\x68\x3a\x82\x0b\xdf\x74\x94\x53\x6c\x84\x3a\x1a\xaa\x9e\x68\xb5\x43\x17\xc7\x21\x96\xde\x20\x6d\x04\xf6\x2f\x16\xdc\x20\xe3\x4d\xc9\x5a\x39\xed\xa5\x6c\xbb\x8f\xba\x71\xc1\x11\x5a\x99\xce\xf9\xe1\xee\x80\x3b\xa1\x4c\x04\xef\xcf\xdf\x9f\xb7\xec\x75\xa8\xcc\x18\xd9\x59\x96\x4a\x18\x11\x8b\x3c\x82\xe5\xe8\xae\x65\xd9\xcd\x87\x8e\x7b\xce\x0a\x66\xf6\xd6\x6c\x86\x0a\xa1\xb6\x16\xe8\x74\x3c\xb5\x8c\xbf\x99\x4c\x27\xcb\x36\x60\x4d\x71\xa9\x98\xd9\x8e\x04\x37\xf4\x6c\xa2\x3d\x0c\x6c\xc3\x72\x4a\x29\x89\x60\x8d\xb9\xee\x6f\xf1\xef\x69\xcc\x3b\x54\x58\xb4\xe0\x61\x69\x44\x81\x86\xc5\x11\x18\x55\xd2\x61\x35\x6e\xed\x13\xd3\xae\xc8\x7e\xae\xfb\x59\x7f\x64\x00\x9f\x18\xc1\x7d\x4c\x39\x4a\x86\x85\x97\x12\xaf\xc7\x81\x56\xbf\x84\x87\x9d\x20\xbb\x1d\x73\x92\x20\x47\x31\xcf\x45\x69\x5e\x19\x71\xf3\x00\xa2\x4a\xc9\xec\xf5\xf5\xee\x55\xdc\xcf\xd9\x61\x60\x69\xdb\x82\x8c\x6b\xa6\xb0\xab\xa9\xac\x86\xb3\xce\x80\x5a\xb3\x94\x53\x02\x46\x00\xe6\x39\x88\x35\x18\xab\xef\x94\xed\x58\x9e\x40\xa5\x3b\x20\xa1\x35\xe3\x5e\xd1\x99\x8c\xe9\x9d\xfe\x09\x00\x2a\xb1\x73\xeb\x0e\xb7\xff\x1b\x89\x63\x71\x04\x96\x55\x7f\x97\x4c\xd9\x3e\xaf\xda\xb1\x7a\x73\x3a\x0a\xa8\x0f\xe2\x4c\x12\x5f\x58\xfd\xe3\xc2\x3a\x51\x04\x4f\x19\x29\x72\x20\x5b\xed\x68\x89\xcb\x12\xd2\xbd\x70\xdc\xbe\x0e\xa6\xc5\xdd\x70\x74\x0a\xd8\x4e\x77\xed\x81\x9a\xe2\x33\x2b\xca\x02\xb0\x10\x25\x37\x36\x5b\x7e\x08\x38\x3c\x0d\xbd\x20\x46\x0e\xa5\x3e\x4c\xce\xd4\x3b\xdf\xd8\x71\xd2\x00\x6a\x0f\x8f\x13\x98\x7e\xb9\xf8\x69\xca\xfa\x92\xe4\x27\x16\xdc\xcf\x6f\x60\x2d\x94\x43\x82\x1d\x39\xdb\x81\xb0\x68\xbc\x1b\x00\xbd\xd2\xe5\x04\x12\xcb\x21\x1d\x9d\x9d\xf9\xd7\x77\x10\x8b\xe2\xcc\x3e\xe0\x2e\x61\xa1\x36\xa8\x6c\xcb\x9d\x7d\xb3\xb8\x2b\x85\x3c\xce\x7c\x1b\x7e\x3f\xf0\x4b\xb7\xeb\x04\xf6\xf9\xf8\xc3\x09\xec\x05\x6a\x43\xaa\x0f\x4e\x2e\xfc\xb9\xf0\xc4\x4c\xe6\xda\xbc\x49\xad\x22\x29\x6a\x66\x7c\x1b\xe1\x15\x53\x6e\x90\x6c\x4f\x80\xf4\xf2\xed\x18\xc8\xc1\x49\x7c\x15\x90\x58\x14\x92\xe5\x94\x38\xdd\xc1\x62\x58\xb3\x9c\xb4\x1b\xdc\xfe\x37\x57\xf5\x6b\x45\xc3\xca\x6a\x75\x52\xfb\x68\x67\x4e\x6d\xf7\xa0\xed\x28\xcc\x0a\x91\x8b\xb1\x8f\x6a\x08\xeb\x1c\x53\x3b\x39\x88\xe3\x2a\xf7\xa4\x2c\x35\xd5\x08\x3f\xa3\xe2\x20\x31\x7e\xc4\x94\xa0\x40\x8e\xe9\x21\x0a\xe7\x33\x76\xdb\x93\x06\xc1\x9e\x52\xad\x30\xbc\xb1\x49\x7a\x73\x08\xc2\x8b\x3e\xab\xaa\xed\xef\xd1\x52\xfb\x61\x16\xbb\x17\xb3\xac\x46\x85\xd7\x7a\x36\x27\x99\x10\x8f\x07\xbc\xac\xcc\x9f\xbc\x19\x16\x2e\x62\x50\x3d\x83\xf0\xf6\x4f\x0c\xff\x19\x86\x7f\x9c\x87\xbf\xfe\xf5\xf5\xe7\xf3\x97\xb7\x01\x40\x4a\x9c\xac\x5e\x8f\x80\x9e\xa5\x22\xad\x7d\x3f\x78\xfc\xbd\xe2\xf3\xb0\xde\xff\x05\x00\x00\xff\xff\x8d\x06\x18\x65\x8b\x0f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYaml, - "Template.template.openshift.io/openshift/react-web-app-example.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/react-web-app-example.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRedisEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x5b\x6f\x1b\xb9\x15\x7e\xd7\xaf\x38\x10\x02\xc8\x06\x3c\x23\x7b\x17\xde\xc5\x12\x08\x0a\xad\xec\x6c\x85\x46\xb2\x20\xa9\x59\xb4\x41\x10\x50\x9c\xa3\x19\x36\x1c\x72\x4a\x72\xe4\x4c\x5d\xff\xf7\x82\x9c\x8b\xe6\xa2\x78\x9d\xf6\xa5\xf3\x64\xf3\x72\xf8\x7d\xdf\xb9\xf0\x50\x34\xe3\x1f\x50\x1b\xae\x24\x01\x8b\x69\x26\xa8\xc5\x50\x65\x28\x4d\xc2\x0f\x36\xe4\x6a\x7a\xbc\x19\x7d\xe1\x32\x22\xb0\xab\xa6\x47\x82\xee\x51\x18\x32\x82\x66\x07\x01\x8d\x11\x37\x01\x66\x09\xa6\xa8\xa9\x08\xea\x99\x51\x8a\xc6\xd0\x18\x09\xfc\x3b\x18\x01\xec\x12\x84\x83\x12\x42\x3d\x72\x19\x83\x41\x7d\xe4\x0c\x2f\xcc\x25\x24\xf4\x88\xb0\x47\x94\xc0\x34\x52\x8b\x11\x70\x09\x85\xca\x35\x64\x5a\xfd\x03\x99\x25\xf0\xe6\xe9\x6e\xb6\x9b\xfd\x3a\xdb\xde\x7f\xde\xde\x6f\x3e\x2c\xe6\xf7\x9f\x57\xb3\xe5\xfd\x73\x38\x1a\x41\xfd\xad\xa9\x31\x8f\x4a\x47\x6e\xf5\xe6\xfe\x6e\xb1\xfd\xbc\x9e\x6d\xb7\xbf\x3f\x6c\xee\x9e\xdd\xa2\xb9\x92\x12\x99\xe5\x4a\xc2\x5f\x37\xef\x2b\xd4\x64\x3a\xfd\x96\x69\xf2\xd3\x8f\x3f\xff\x32\x75\xf6\xdf\x29\x0d\xa9\xd2\x08\x5c\x1e\x94\x4e\xa9\xb7\x41\xf7\x2a\xb7\x90\x1b\xc7\xc5\x26\xdc\x34\x7a\x5c\x01\x97\x4c\xe4\x91\x9b\x78\xc8\x50\x6e\x9d\x98\xc0\x94\x34\x3c\x42\xed\x37\x9b\x2b\x30\x88\x90\x58\x9b\x39\x04\x31\xb7\x49\xbe\x0f\x99\x4a\xa7\x86\x09\xa5\xe3\x69\xa9\x28\x53\xd2\x52\x2e\x51\x4f\xf7\x42\xed\xa7\x29\x35\x16\xf5\xf4\x36\x1c\xa5\x68\x69\x44\x2d\x75\x6e\xa0\x52\x2a\x5b\x5a\x25\x5e\x8b\x08\x0d\xd3\x3c\xb3\xde\xad\x5e\x78\xf7\x6d\x9c\x45\xe0\x32\x48\x31\x55\xba\x00\xb7\x1d\x8c\xd5\x39\xb3\xb9\x46\x30\x56\x69\xbc\x82\x47\x6e\x13\x47\x2b\x73\x61\x61\x2c\x4a\xeb\x67\x68\x8c\xe1\xff\x9f\x0a\x15\xb3\xdf\x67\x9b\xd5\x62\xf5\x1b\x81\x99\x6c\x68\x29\x8d\x11\x3c\x72\x21\x60\x8f\x20\x94\xb1\x90\x67\x4a\x42\xa6\x22\x27\x8f\x67\xcd\x95\x0c\xe1\x41\x8a\x02\x72\x83\x5d\xec\x70\x50\x1a\x2c\x1a\xcb\x65\xec\x0f\xe1\x4c\xc9\xb9\xa0\xc6\x10\xff\x67\xe0\x81\xf9\x99\x4e\xb6\x44\xdc\x64\x82\x16\x81\xa4\x29\x92\x4a\xf1\x8b\xfb\x3a\x2d\x2e\xcf\x6c\x50\x2c\x4f\x51\x96\xee\x0b\x72\x2d\xc8\x77\xa8\x61\x35\x62\xa3\xc6\xd0\xb6\x50\x32\x0e\x3a\xb1\xb0\xeb\x70\xcc\xb4\x3a\xf2\x08\x0d\x38\xbd\xa8\x8c\xa8\x50\x12\x2b\xd0\x2e\x37\x51\x87\x3e\x65\x2b\x95\xbd\xb0\xdc\x80\x54\xb6\xd6\xd7\x09\x3a\x88\x93\x2b\x30\x0a\xa8\x2c\x40\xa3\xb1\x54\x5b\x50\x07\xb0\x09\xd6\xe9\xee\x9d\x52\x99\xd4\x68\x72\x61\x5d\xae\x53\x21\xca\x03\xf6\xe8\xe2\xc5\x39\x2c\x1c\x32\xaa\x10\xeb\x60\xa0\x33\xfc\x99\xda\x2b\x58\x48\x76\x66\x97\xc9\xb3\x4c\x69\xdb\x55\x97\x32\x86\xc6\x84\x1a\xa3\x84\x5a\x27\xb2\xdf\x67\x69\x6c\x88\x07\xb2\xa7\x06\xaf\x6a\x2f\x97\xc7\xf4\x8a\x5c\x35\x6e\x32\xca\x90\x9c\x4e\x1c\xa9\xbd\x2b\x58\x86\x8c\x02\x68\x97\xd7\xe3\xcd\x08\xa0\x2c\xa5\x5b\x64\x1a\xed\x08\xa0\x9d\xc5\x67\xf2\x18\xbe\x51\x93\xf1\x6b\xa6\x0c\x06\x59\x53\xed\x26\x4f\xa1\x33\xf3\x71\x32\xa9\xa1\x37\x93\x93\xc9\xa7\xe7\x89\xb7\x56\x92\xf8\x56\xad\x1b\x81\xab\x05\x5c\xc6\x77\x0d\x9e\x81\xad\x73\x65\xf5\x05\x92\xde\xdd\xff\x33\xcb\x5c\xf3\x53\xa5\x7e\x0a\x4d\x86\x2c\x64\x22\x77\x41\xbf\x58\x3f\x93\x6a\xc4\x39\xd8\x7c\xfc\xd3\x45\xe8\x58\xbe\x7d\x3b\xf6\x1b\xc6\x97\x9f\xfc\xc4\xf3\x2b\xf9\x67\xc8\x4a\x48\xde\x5a\xf9\x67\xd0\x76\x7e\x85\x57\xaa\x08\xd7\x4a\x5b\x02\xd7\xd5\x48\xe6\xff\x73\xd7\x45\x3d\xa0\x95\x55\x4c\x09\x02\xbb\xf9\xba\xa6\x49\x75\x8c\x76\xdd\x5d\x6a\x50\x20\xb3\x4a\xd7\x5a\xfc\x21\x4a\xb7\xc5\x38\xb5\x67\x87\x03\x97\xdc\x16\x04\x56\x4a\x96\x49\x6a\x8b\x0c\x09\xcc\x6b\x75\xbc\x4f\xa9\xcd\x2b\x2a\x42\xd1\xe8\x57\x2a\xa8\x64\xa8\x09\x3c\xbd\xe0\xbb\x3b\xcc\x84\x2a\x5c\x5d\x9a\x2b\x79\xe0\xf1\x77\x39\x91\x8a\x2c\xa1\x5d\x57\x3e\x52\x6e\x83\x83\xd2\x81\x46\x1a\x15\x04\xc6\x56\xe7\x38\xfe\x5e\xaf\x68\xcc\x04\x67\xd4\x10\xb8\xf9\xaf\xa5\xb3\x9a\x5a\x8c\x8b\x06\xb4\x17\x6c\x83\x65\xd7\x31\x6a\xf3\xa8\x97\x74\x89\x7b\x1d\x9b\x06\xa8\xfe\x5e\x71\x72\x9b\x88\xfb\x9a\x2a\xde\x32\x14\x00\xa3\x19\xdd\x73\xc1\x2d\x47\xe3\x5d\x74\x3a\x03\xe5\xb1\x7d\x64\x1d\x97\xdd\x7c\x6c\x2d\x00\x38\x52\x91\xe3\x3b\xad\x52\xd2\x19\x76\xc2\xb9\xfa\xf3\x17\x2c\x36\x78\xe8\xcf\x01\x7c\xc1\x82\x0c\x73\x7f\xb0\xec\x55\x9c\xdd\xc7\x53\xdf\x00\x4e\x60\xd2\x1f\x5c\xe7\x42\xac\x95\xe0\xac\x20\xb0\x38\xac\x94\x5d\x6b\x34\x28\x6d\x6b\x9d\xe0\x47\x94\x68\xcc\x5a\xab\x3d\x76\xb1\xba\xe0\xe7\x54\xdc\xa1\xa0\xc5\x16\x99\x92\x91\x21\xf0\xe3\x75\x67\x8d\x65\xd9\x56\xb1\x2f\x68\xfb\x34\x07\x09\x5b\xad\xe7\x29\xaa\xdc\x36\xe6\x6e\x06\x4e\x6e\xd7\x01\xe8\x96\x8a\xda\x31\x8d\x6b\xd7\xe7\x0f\x39\x57\x1b\xc0\xc7\x37\x8d\xf8\x37\xc8\xe2\xd7\x76\xf0\x94\x1f\x53\x69\x4a\x65\xd4\x1f\x0e\x60\xba\xe7\x72\x6a\x92\xc1\x78\xc0\x87\x43\x6c\x30\xe4\xda\x1e\x18\xbf\xb9\xa8\xba\x0d\xc1\x21\x48\xe0\xe6\x87\x9f\xc3\xeb\xf0\x3a\xbc\x81\x80\xc2\x9b\x6e\xd0\x41\xc6\x65\x7c\x39\x86\xb7\x6f\x61\xbc\x7e\x58\xfd\x36\xfe\x63\x37\xdd\xbe\x5a\x75\x8d\x46\xe5\x9a\xa1\xe9\xd2\x14\x3c\xe5\xd6\xf4\xa9\x97\x9d\xad\x8b\xca\xe5\xfd\xf2\x61\xf3\xb7\xcf\xef\x17\xcb\xc5\xae\x1d\x8c\x06\x59\xae\xb9\x2d\xe6\x4a\x5a\xfc\xda\x0b\x8b\x17\xb2\xcf\x79\x8d\x1f\xb9\xc0\x18\x23\x02\x07\x2a\x0c\xb6\x66\x2d\xea\x94\x4b\x5f\x0f\x97\xe5\x83\x67\x4d\x6d\x42\x60\x1a\xe1\x71\xda\x9a\x0c\x84\x8a\x5b\xdb\x8e\x4a\xe4\x29\x2e\x55\x2e\xfb\x21\x94\xba\xb1\xca\xc6\x91\xea\xa9\xe0\xfb\xb2\xfb\x9b\xba\xc4\xec\xe0\x7a\x39\x0f\x83\xce\xfa\x48\x9a\x3a\xdf\xaa\x4b\xe2\x1d\xd7\xe6\x94\x6f\x55\xc7\x56\xaf\x99\x89\x47\x5a\x9c\x82\xbd\x84\xdb\xa9\x57\x98\x66\xb6\xb8\xe3\xba\xab\x63\x8a\x11\xcf\x53\x02\xe3\xf1\xab\x6b\xe4\x09\xa7\xd5\x3c\x8e\x9b\xb2\x18\x94\x95\x62\x9e\x50\xe9\x44\xd5\x34\x6d\x9d\x4f\x73\xab\xdc\x2b\x84\x11\x70\x17\xca\xb0\xb6\xae\x68\x0f\x6f\x37\x7b\x0f\xbd\xda\x58\x5e\x7e\x0b\x77\xe0\xd6\x6a\xa4\xe9\x8e\xc6\xe7\x0b\x00\xa9\x1b\xa1\x0f\xf7\x9b\xed\xe2\x61\xf5\xdc\x5b\x56\x35\x85\x6f\x9e\x1c\xb9\xed\x7a\x36\x6f\x55\x44\x41\x8d\xdd\x95\x24\x31\x5a\x94\xc5\xb1\x51\xaa\xbc\x90\x16\x27\xce\x95\x0a\xd5\xcd\xee\x6f\xe3\x66\xa2\xba\xdc\x5d\xa4\x66\x4e\x1a\xb4\x5e\xb7\xa0\xfb\x00\x5c\xd2\xaf\x3c\xcd\x53\xa0\x3e\xa8\x5c\x37\x5e\x3d\x00\x5d\x53\xde\x48\x05\x8c\x4a\xf7\x0e\x72\xfd\x73\xd5\x5d\xaf\x3c\xdf\x65\xb9\xf8\xbd\x4b\xb8\xa6\x15\x6e\xa7\xd7\xc8\xc5\xcd\x3f\x73\xae\x5d\x66\x54\x7e\xf0\x57\x0f\x81\xdb\x9b\x1f\x96\xbc\x8f\x67\x97\x60\xeb\x3d\xb8\xaa\xd5\x82\xc7\x04\x35\x7a\x50\x2d\x0f\xb8\x90\x74\x6f\x94\x01\xac\x66\x5f\x83\xa9\x91\xfa\x74\xfe\xa9\x29\x3f\x83\xc1\xed\xaa\xdf\x26\x27\x3c\x55\xdb\x0a\x65\xf7\x19\x95\x0f\xc1\x04\x9b\x0b\x71\x00\xe4\xae\x9a\x68\x76\xba\xe1\x06\xd4\xd9\x68\x7f\x41\xb1\x32\x40\x7b\x68\xeb\x9f\x35\x1a\x30\xe5\x1b\x8d\x9d\x7e\xce\xc8\x0d\xea\x01\xb2\x72\x55\xeb\x47\x8f\xf5\xe9\x2e\xf7\xa1\x0f\x93\x8f\x34\xf8\xd7\x2c\xf8\xfb\x75\xf0\xcb\xa7\xa7\x9b\x9f\xfc\x43\x21\x46\xe9\x5e\xe7\x48\x9c\x04\xba\x6c\x35\x1b\x3a\x83\x6e\xa3\xc7\xa3\x07\xbc\xea\x2d\x9d\xca\xd5\xaf\x0f\xce\xb3\x60\x95\x7b\x94\xe7\x4e\xde\x8b\x5b\x50\x1a\x5c\xbf\x65\xec\xe5\x80\xc1\x60\xbf\x8f\x8c\x1e\x9a\x2a\x05\x5f\x10\x75\x7c\x3b\x1e\xfd\x27\x00\x00\xff\xff\x4f\x11\x0e\x3c\xea\x12\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRedisEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRedisEphemeralYaml, - "Template.template.openshift.io/openshift/redis-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRedisEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRedisEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/redis-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRedisPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x6d\x6f\xdb\x38\x12\xfe\xee\x5f\x31\x30\x0a\xa4\x05\x22\x39\xee\x22\xbb\x58\x01\xc5\xc1\xeb\xb8\x3d\xe3\xea\x44\xb0\xbd\x29\x7a\x45\x11\xd0\xd4\x58\xe6\x95\x22\x75\x24\xe5\xc4\x97\xcb\x7f\x3f\x90\x94\x64\xbd\xb8\x69\x73\xf7\xe5\xf4\x29\xe1\xcb\x70\xe6\x99\x67\x1e\x0e\x4d\x72\x76\x8b\x4a\x33\x29\x22\x30\x98\xe5\x9c\x18\x0c\x65\x8e\x42\xef\xd8\xd6\x84\x4c\x8e\xf6\xe3\xc1\x37\x26\x92\x08\xd6\xe5\xf4\x80\x93\x0d\x72\x1d\x0d\xa0\xde\x11\x81\xc2\x84\xe9\x20\xb7\xa6\xb4\x41\x61\x82\x6a\x6a\x90\xa1\xd6\x24\xc5\x08\xfe\x1d\x0c\x00\xd6\x3b\x84\xad\xe4\x5c\xde\x33\x91\x82\x46\xb5\x67\x14\x5f\xeb\x37\xb0\x23\x7b\x84\x0d\xa2\x00\xaa\x90\x18\x4c\x80\x09\x38\xc8\x42\x41\xae\xe4\x3f\x90\x9a\x08\x5e\x3d\x5e\x4d\xd6\x93\x3f\x26\xab\xd9\xdd\x6a\xb6\xbc\x9d\x4f\x67\x77\xd7\x93\xc5\xec\x29\x1c\x0c\xa0\xfa\x62\xa2\xf5\xbd\x54\x89\x5d\xbd\x9c\x5d\xcd\x57\x77\xf1\x64\xb5\xfa\x74\xb3\xbc\x7a\xb2\x8b\xa6\x52\x08\xa4\x86\x49\x01\x7f\x2e\x3f\x96\x6e\x47\xa3\xd1\xf7\x4c\x47\xbf\xfe\xf2\xdb\xef\x23\x6b\xff\xbd\x54\x90\x49\x85\xc0\xc4\x56\xaa\x8c\x38\x1b\x64\x23\x0b\x03\x85\xb6\xb1\x98\x1d\xd3\x35\x20\xe7\xc0\x04\xe5\x45\x62\x27\x6e\x72\x14\x2b\x8b\x26\x50\x29\x34\x4b\x50\xb9\xcd\xfa\x1c\x34\x22\xec\x8c\xc9\xad\x07\x29\x33\xbb\x62\x13\x52\x99\x8d\x34\xe5\x52\xa5\x23\x0f\x29\x95\xc2\x10\x26\x50\x8d\x36\x5c\x6e\x46\x19\xd1\x06\xd5\xe8\x32\x1c\x64\x68\x48\x42\x0c\xb1\x79\x20\x42\x48\xe3\xad\x46\x0e\x8b\x04\x35\x55\x2c\x37\x2e\xaf\x0e\x78\xfb\x2d\xad\x45\x60\x22\xc8\x30\x93\xea\x00\x76\x3b\x68\xa3\x0a\x6a\x0a\x85\xa0\x8d\x54\x78\x0e\xf7\xcc\xec\xe0\x98\x49\x37\x4c\x52\x0c\xff\xff\x20\x28\xc3\xba\xbe\x59\xcf\x22\xf8\x2c\x0b\xc8\x0a\x6d\x3c\x93\x1a\xfe\xef\x25\x2f\x32\xd4\x40\xf6\x84\x71\xb2\xe1\x58\x33\x8b\xf2\xc2\x9a\x02\x23\xa1\xd0\xd8\x76\x3f\x74\xc6\x19\x95\x62\xca\x89\xd6\x91\xfb\x33\x70\x0e\xb9\x99\x56\x8d\x24\x4c\xe7\x9c\x1c\x02\x41\x32\x8c\x3c\xcc\x27\x16\x49\x5a\x64\x28\x7c\x9e\x82\x42\xf1\xe8\x05\x91\x1b\x85\x58\x47\xde\xb7\xcd\xa5\x48\x83\x56\xd2\xd7\xcd\x60\x6c\x0d\xed\x59\x62\x41\x00\x6d\x88\x48\x08\x97\x02\x4b\x3e\xd8\x22\x44\x15\xba\xda\x2c\x11\x75\xc4\xb0\x53\x96\x11\x09\x48\x71\x8a\x0f\x7d\x2f\xca\x53\x54\xd0\xc3\x03\xfe\x4a\xcc\x39\xcc\x05\x3d\xb1\x4b\x17\x79\x2e\x95\x69\x23\x42\x28\x45\xad\x43\x85\xc9\x8e\x18\x0b\x8c\xdb\x67\x48\xaa\x23\xe7\xdd\x86\x68\x3c\xaf\xb2\xe1\x8f\xe9\x4a\x50\x39\xa1\x73\x42\x31\x3a\x1e\x39\x90\x1b\x2b\x27\x3a\x1a\x04\xd0\x54\xbf\xfd\x78\x00\xe0\x95\x6e\x85\x54\xa1\xdd\xdf\xac\xb1\x13\x55\x06\xdf\x91\x4c\x7c\xc8\xa5\xc6\x20\xaf\xb5\xe8\xec\x31\xb4\x66\xbe\x9c\x9d\x55\xbe\xd7\x93\x67\x67\x5f\x9f\xce\x9c\x35\x1f\xc5\xf7\x94\x68\x00\xb6\x52\x99\x48\xaf\x6a\x7f\x7a\xb6\x4e\x89\xde\x33\x41\x3a\xed\xfd\x9f\xa3\x2c\x14\x3b\xea\xe8\x63\xa8\x73\xa4\x61\x59\x58\xf3\xf8\x29\x2a\x47\x6c\x86\xf5\x97\xbf\xbc\x0e\x6d\x94\xef\xde\x0d\xdd\x86\xe1\x9b\xaf\x6e\xe2\xe9\x27\xe3\xcf\x91\x7a\x97\x9c\x35\xff\x67\xd0\xcc\x7e\xe9\xaf\x90\x09\xc6\x52\x99\x08\x2e\xca\x91\xdc\xfd\x67\xc5\xbc\x1a\x50\xd2\x48\x2a\x79\x04\xeb\x69\x5c\x85\x49\x54\x8a\x26\x6e\x2f\xd5\xc8\x91\x1a\xa9\x2a\x2c\x7e\xe8\xa5\xdd\xa2\x2d\xda\x93\xed\x96\x09\x66\x0e\x11\x5c\x4b\xe1\x2b\xcb\x1c\x72\x8c\x60\x5a\xa1\xe3\x72\x4a\x4c\x51\x86\xc2\x25\x49\xfe\x20\x9c\x08\x8a\x2a\x82\xc7\x67\x72\x17\xd7\x24\xbf\x75\xe2\x36\xe5\x84\x65\xbd\x4c\xbe\x00\x50\x5f\x6e\x0b\x99\x60\x0d\xeb\x12\x49\xf2\x49\x31\x83\x37\x82\x7a\xef\x15\x6a\x59\x28\x8a\x35\x2f\x14\xfe\xb3\x40\x6d\xea\xff\xa1\xd2\x06\x7b\xea\xed\xcd\xc7\x3f\x17\xb3\xbb\xe9\x24\x9e\x4c\xe7\xeb\xcf\xcf\x44\x73\x85\x39\x97\x07\x2b\x8d\x53\x29\xb6\x2c\x7d\x11\x25\x09\xcf\x77\xa4\x4d\xcc\x7b\xc2\x4c\xb0\x95\x2a\x50\x48\x92\x43\x04\x43\xa3\x0a\x1c\xbe\x14\x12\x85\x39\x67\x94\xe8\x08\xc6\xff\x35\x11\x8c\x22\x06\xd3\x43\xed\xb4\x4b\xff\x12\x7d\x87\x33\x68\xc6\x51\x2d\x69\x07\xee\x58\x51\x77\x5b\xd5\xf7\x13\x27\x37\x03\xb1\x5f\x7d\x91\x34\x0c\x05\x40\x49\x4e\x36\x8c\x33\xc3\x50\x3b\xc2\x1d\xcf\x40\xb1\x6f\x1e\x59\x55\x59\x5b\x5d\x1a\x0b\x00\xf6\x84\x17\xf8\x5e\xc9\x2c\x6a\x0d\x5b\xe0\xac\x9a\xfe\x0d\x0f\x4b\xdc\x76\xe7\x00\xbe\xe1\x21\xea\x2b\x59\x6f\xd9\x4f\xc5\x6c\x3f\x96\x39\xfe\x9d\xc1\x59\x77\x30\x2e\x38\x8f\x25\x67\xf4\x10\xc1\x7c\x7b\x2d\x4d\xac\x50\xfb\x7b\xa2\xc6\x9a\xed\x51\xa0\xd6\xb1\x92\x1b\x6c\xfb\x6a\x4b\x99\x11\x7e\x85\x9c\x1c\x56\x48\xa5\x48\x74\x04\xbf\x5c\xb4\xd6\x18\x9a\xaf\x24\xfd\x86\xa6\x1b\x66\x4f\x7e\xca\xf5\x2c\x43\x59\x98\xda\xdc\xb8\x97\xe4\xa6\xaa\x41\x5b\xf8\xaa\xc4\xd4\xa9\x8d\x4f\x1f\x72\x4a\xe9\xc0\xf1\x9b\x24\xec\x3b\xc1\xe2\x43\x93\x3c\xfe\xa3\x32\xcb\x88\x48\xba\xc3\x01\x8c\x36\x4c\x8c\xf4\xae\x37\x1e\xb0\xfe\x10\xed\x0d\x19\xd4\x06\x86\xaf\x5e\x97\x0d\x0f\x67\x10\xec\x60\xfc\xf6\xb7\xf0\x22\xbc\x08\xc7\x10\x10\x78\xd5\x26\x1d\xe4\x4c\xa4\x6f\x86\xf0\xee\x1d\x0c\xe3\x9b\xeb\x0f\xc3\x1f\xa7\xe9\xf2\xa7\x51\xef\x49\x9c\xff\x38\xcb\x98\xd1\xdd\xd0\x7d\x17\x6d\x59\xb9\x98\x2d\x6e\x96\x9f\xef\x3e\xce\x17\xf3\x75\x93\x8c\x1a\x69\xa1\x98\x39\x4c\xa5\x30\xf8\xd0\xa1\xc5\x33\xd5\x67\xb3\xc6\xf6\x8c\x63\x8a\x49\x04\x5b\xc2\x35\x36\x66\x0d\xaa\x8c\x09\xa7\x87\x0b\xff\xb8\x8a\x89\xd9\x45\x30\x4a\x70\x3f\x6a\x4c\x06\x5c\xa6\x8d\x6d\xbe\x0f\x5e\xc8\x42\x74\x29\x94\xd9\xb1\xd2\xc6\x9e\xa8\x11\x67\x1b\xdf\x80\x8e\x6c\x61\xb6\xfc\x7a\xbe\x0e\x83\xd6\xfa\x44\xe8\xaa\xde\xca\x2b\xef\x3d\x53\xfa\x58\x6f\x0a\xb5\x21\xca\x54\x6b\x26\xfc\x9e\x1c\x8e\x64\x2f\xdb\xf6\xa6\x5e\xbd\xe4\x70\x68\xb4\xac\x8d\x4b\xb2\x93\x02\x3b\x74\xfd\x63\x69\x31\x8a\xa5\x69\x2d\x9e\x81\xd7\x93\xe9\x8e\x08\x0b\xbd\x22\x59\xc3\x4b\x52\x18\x69\x9f\x46\x34\x02\x7b\xed\xf4\x15\xd8\x1e\xd7\x8a\xaa\x5d\xe3\xdb\x8e\x82\xfa\x2b\x72\x6e\x0f\x5c\x19\x85\x24\x5b\x93\xf4\xb4\x4c\x44\x55\xf3\x77\x3b\x5b\xae\xe6\x37\xd7\x4f\x9d\x65\x65\x23\xfc\xea\xd1\xc6\xb5\x8a\x27\xd3\x86\x6e\x72\xa2\xcd\xda\x07\x89\xc9\xdc\x4b\xe8\x70\xd8\xba\xb6\xe6\xc7\x98\x4b\x14\xca\x6e\xc6\xdd\xd9\xf5\x44\xd9\xd0\x58\x3e\xe7\x16\x1a\x34\x0e\xb7\xa0\xfd\x24\x5d\x90\x07\x96\x15\x19\x10\x47\x3d\x90\xdb\xb2\x98\xc0\xec\xf0\x08\x15\x50\x22\xec\xcb\xcc\x3e\x1a\xca\x27\x85\x4f\xd6\xc2\x2f\xfe\x68\xcb\xb2\xee\xff\x9b\x45\x38\xf0\xcd\x09\x53\xb6\x7e\xca\x3c\xb8\x0b\x2a\x82\xcb\xf1\xdb\x05\xeb\xfa\xb3\xde\x61\xe3\x91\x7a\x5d\xa1\x05\xf7\x3b\x54\xe8\x9c\x6a\x64\xc0\x12\xd7\x3e\xa6\x7a\x6e\xd5\xfb\x6a\x9f\x6a\xa8\x8f\xe7\x1f\x1f\x22\x27\x7c\xb0\xbb\x2c\x1a\xa6\xe5\x4f\xd9\xaa\x83\xef\xb8\x13\xd8\x4a\xe5\x56\x54\xd7\x66\xcf\x91\xab\x72\xa2\xde\x69\x87\x6b\xa7\x4e\x12\xfd\x19\xc4\x3c\x41\x3b\xde\x56\x3f\xb4\xd4\xce\xf8\xc7\x24\x3d\xfe\xc0\x52\x68\x54\x3d\xcf\xfc\xaa\xc6\xcf\x30\xf1\xf1\xc6\x77\xd4\x87\xb3\x2f\x24\xf8\xd7\x24\xf8\xfb\x45\xf0\xfb\xd7\xc7\xf1\xaf\xee\x71\x94\xa2\x40\xe5\x7e\x67\xc2\x87\x5c\xf9\xf6\xba\x0e\xa7\xd7\x93\x74\xe2\xe8\x38\xee\xc5\x00\x7c\x7e\x8f\xbf\x09\xd8\x30\x2c\x9e\xe7\x80\x61\x1a\x7a\x96\x9c\xc3\xdb\x0f\xac\x17\x42\x69\x60\x4a\x72\x42\x99\x39\xd4\x7e\x74\x1a\xde\x67\x00\x1d\x7f\xe8\x11\xb0\xec\x8b\x6d\xee\xcb\x5f\x69\x2c\xdf\xc0\x48\xd8\xa0\x45\x32\x81\xd7\x97\x20\x15\xd8\x5e\x51\x9b\x37\x7d\xa7\xba\xfb\x1d\x5f\x3b\x18\x95\xc2\xf0\x8c\x67\xc3\xcb\xe1\xe0\x3f\x01\x00\x00\xff\xff\xae\x59\x7a\x59\x13\x14\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRedisPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRedisPersistentYaml, - "Template.template.openshift.io/openshift/redis-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRedisPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRedisPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/redis-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xed\x72\x1b\x39\x92\xe0\x7f\x3f\x05\xd6\xd1\x17\x9e\xdd\x10\x29\xc9\x3d\x6d\x7b\x75\xb3\x13\x51\x26\x4b\x12\xdb\xe2\x47\xb3\xa8\xee\xf6\x4e\x4c\x30\xc0\x2a\x90\x44\xbb\x58\x28\x03\x28\xd9\x5c\x9f\x23\xee\x35\xee\xf5\xee\x49\x2e\xf0\x55\x9f\x40\xb1\x28\xc9\x1e\xcf\xad\xf5\xa3\xa3\xcd\x02\x12\xf9\x85\x44\x22\x91\x48\xc0\x14\xff\x8a\x28\xc3\x24\xb9\x00\x1c\xed\xd2\x18\x72\xd4\x27\x29\x4a\xd8\x16\xaf\x79\x1f\x93\xd3\xbb\xf3\x27\xef\x70\x12\x5d\x80\x85\xfe\xfc\x24\x86\x2b\x14\xb3\x8b\x27\x00\xd0\x6d\xb4\xbb\x00\x4f\x5f\xf6\x7f\x7a\xfa\x04\xe4\xfd\x2f\xe4\xef\x2f\x7f\xea\xc1\x8c\x6f\x09\xc5\xc9\xa6\xb7\x85\x4f\x76\x88\x31\xb8\x41\x17\xe0\x7f\xf5\x9e\x00\xe0\x81\x04\x7d\x00\xa9\x18\x9a\x71\x94\x70\x70\xed\x81\x21\x0a\xb1\xc0\x04\x8c\x61\x02\x37\x88\x02\x98\xa6\x31\x0e\x21\x17\xbf\x6d\x21\x03\x2b\x84\x12\x10\x52\x04\x39\x8a\x00\x4e\xc0\x9e\x64\x14\xa4\x94\xfc\x81\x42\xde\x7f\x02\xc0\x62\x8b\x40\xc6\x10\x4d\xe0\x0e\x9d\xa6\x90\xb1\x0f\x84\x46\x60\x4d\x28\x80\x61\x88\x18\xc3\xc9\x06\xf0\x2d\x2a\x06\x1a\xa0\x84\x53\x18\x03\x9c\x70\x44\xd7\x30\x44\x00\xb3\x27\x4f\x80\xfc\xbb\xd5\x80\x2e\xc0\x0f\x9f\xde\x8c\xfc\xa5\x37\x1c\x8f\x26\xcb\xdb\xc0\x9f\x7f\xd6\x2d\x66\x7a\x84\x6a\x8b\xd9\x6f\xc3\xcf\x4f\x4a\xc8\x80\x26\x36\x21\x8c\x63\x06\x38\x91\xc8\xbc\x19\xf9\x80\x21\x7a\x87\x68\xcb\xe0\x81\x3f\xff\xd5\x9f\xb7\x8e\xae\x9b\x98\xe1\x67\x31\x82\x0c\x81\x15\x02\x2c\xa3\x48\x0c\xa6\x18\x27\xc7\x64\x28\xa4\x88\x33\x89\x5a\x04\x9e\xfe\xf0\x69\xe8\x0f\x46\xc1\x68\x3a\x59\x0e\xfc\xc9\x62\xee\xdd\x2c\xaf\x17\x8b\x59\xb0\x0c\xfc\xc1\xdc\x5f\x7c\x7e\x0a\x60\x22\x9b\x95\xc6\xa9\x35\x08\x49\xc2\x21\x4e\x34\x87\x9f\x00\xe0\x84\xf9\xc6\x7f\x1b\x2c\xa6\x73\xff\xb3\x04\x6a\x81\x59\x34\x58\xe3\x18\x31\xc1\x44\xc5\x36\xc1\x25\x31\x00\x43\xa1\x20\x49\x0c\x89\x12\xde\x7f\xb2\x43\x1c\x46\x90\x43\xa1\x91\x30\x49\x08\x97\x1a\x23\x15\x14\x80\x08\xb1\x90\xe2\x94\x4b\x0d\xf7\x4a\x0a\x65\xb4\x55\xe9\x87\xd0\xbf\x92\x36\xe6\x9a\x0b\x50\x72\x87\x29\x49\x76\x28\xe1\x27\xa2\xa9\xe6\xfe\x1c\x45\xe0\x1a\xf2\xa6\xce\xbe\xec\xff\x04\x7a\x60\x88\x52\x8a\x42\xa1\xa7\xb2\x3d\x0e\x49\x32\x88\x21\x63\x17\xf2\x7f\x7b\x7f\xac\x08\x63\xf2\x4b\x65\xaa\x45\x98\xa5\x31\xdc\xf7\x94\xe4\x5b\x87\xb0\x22\xa8\x71\xfb\xd3\xb5\x77\x52\x22\xe6\x04\x7c\xc0\x7c\x0b\xb6\x9c\xa7\xec\x5f\x9b\x83\xa6\x94\xdc\xe1\x08\xd1\x9e\x75\xf4\x13\x30\x4a\xc2\xbe\xec\xc5\xe1\x86\xa9\xa9\x7d\x12\x69\x94\x94\xde\x9e\x48\x72\x4e\x72\x94\x4e\xb6\x50\x75\xb0\xda\x93\x15\x4e\x22\xb8\x8a\xd1\x05\x78\xba\x86\x31\x43\x4f\x5b\xda\x46\x24\xcc\x04\x61\x52\x62\xbd\x8c\xc6\x17\x8a\x8c\x8b\xd3\x53\x35\xa3\xfb\x14\x45\x5b\xc8\xfb\x21\xd9\x55\x1b\x9f\xa2\xa4\x97\xb1\x53\x8a\xa2\xe5\x16\xf2\xa5\x41\x78\xb9\x53\x3c\x3c\x7d\xd9\xff\xe9\x74\xcb\x77\xf1\x69\x84\xd2\x98\xec\x71\xb2\x59\xc2\xa5\xab\xf5\xf2\x65\xff\xa7\x65\x4e\xde\xb2\xc4\xf1\x25\x49\xf2\x5e\x39\xe6\x4b\x3d\x19\x10\x5d\x0a\x9a\xd6\x84\xee\x4e\x5b\x88\x8c\x49\xb2\xe9\x55\xd4\x74\xb1\xc5\xac\xd0\xcf\x08\xad\x71\x82\x18\xa0\x88\x91\x8c\x86\x88\x81\x04\xa1\x48\x6b\x16\x10\x33\x3b\x42\x77\x28\x26\xa9\x9c\x50\xe8\x23\x0a\x33\x8e\xc0\x3c\x13\x73\x87\x24\xed\x6a\x24\x35\xe3\x1a\x6f\xb6\xc0\xbb\x83\x38\x86\x2b\x1c\x63\xbe\xd7\x90\x51\x22\xe4\x14\x01\x28\x90\x09\xb7\x20\xa5\xe8\x0e\xa3\x0f\x27\x00\x27\x61\x9c\x45\x42\xf9\xca\x16\x5a\x71\x52\x70\x45\x4c\xcd\x35\xde\x64\x54\x7e\x38\xd1\x13\x56\x43\x15\x48\xe2\x44\xcf\x61\x21\x4d\x10\x92\xdd\x2e\x4b\x0c\x18\xf1\xbd\x34\x13\xef\x48\x9c\xed\x90\xb4\x96\x8c\x13\x8a\x80\x98\xe9\x80\x6f\x21\x97\x6c\x60\x05\x17\x58\x46\xef\xf0\x1d\x02\x50\x70\x8a\x43\xca\xfb\xa5\x69\x08\x18\x4e\x42\xe4\x66\xc6\x9d\x5a\x04\x05\x53\xfe\xa7\x06\x19\x92\x84\x89\x89\x01\xb2\x7c\xe1\x30\xdd\x5f\x8b\x9f\x10\x63\xc0\xcb\x38\xd9\x29\xbc\xa7\x29\xa2\x90\x13\xda\x6f\x11\x35\xcb\xd2\x94\x50\x7e\x40\x93\x25\x80\x3b\xb3\x2a\x9b\xd5\x55\x4d\x4b\xdb\xca\xaa\xbe\xb1\x14\x86\xe8\xa2\x98\xdb\x4f\xc8\x4a\xac\x8b\xec\xe2\x49\x0f\x94\x57\xf9\xbb\xf3\x27\x00\xa8\x15\x3d\x10\x06\x35\x44\x5e\x18\x92\x4c\x5a\x8f\xb2\x25\x05\xa0\x58\xe7\xa5\xdc\x0a\x51\x8b\x25\xc7\x9b\xcd\x6e\x46\x03\x6f\x21\x0c\xfc\xc4\x1b\xfb\x6a\x59\x32\x6b\x56\xe3\x6b\x4f\x20\xce\xee\x42\x37\x32\x73\x12\xa3\xd7\x38\x11\x6a\xf5\x55\x30\xe9\xa1\x08\x0b\x9a\x29\x89\xd1\x1c\xad\x2f\x4a\xbd\xf4\x17\x96\x19\x0e\x02\xd0\x73\xb1\xec\x41\x34\x6b\x68\x0d\x7a\x1b\xab\x58\x7d\x1d\x8b\x63\xbb\x23\xf3\x01\xad\xb4\x33\xf1\x8c\x01\xa1\x6a\xac\x7f\x5f\x06\x02\xb5\xde\x86\x2d\xb4\x85\x62\xd4\x0e\x3c\x30\xed\x58\x8a\x42\x85\x83\x44\x4d\xfd\x6f\x4f\x77\x16\xd3\x41\x0f\x2c\xbe\x5e\x80\x57\x67\xaf\xce\xcc\xec\x86\x74\x83\xf8\xac\xfa\x73\xb9\x23\xab\xf6\xfc\xf3\x9f\x7f\xb4\xf5\x34\x3f\x33\x14\xa3\x90\x13\x5a\xf0\xd6\x58\xae\x81\x34\x5c\x87\x28\x79\x74\x79\x0a\x5f\xf1\xe7\x2b\x4a\xb2\x94\x81\x54\x18\x1b\x41\x87\x74\x4c\xf2\x41\x41\x18\x67\x8c\x23\x31\xe7\xfb\x55\xf9\xf4\x61\x9c\x6e\x61\xff\x5d\xb6\x42\x34\x41\x1c\x31\x61\x69\x38\x89\x85\x39\x42\xbd\x2c\xa1\x08\x46\xfb\x1e\x4a\xa2\x94\xe0\x84\xb3\x0b\xf0\x94\xd3\x4c\x2f\xbb\x5f\x50\x2f\x7a\xa9\x9a\xc9\x9d\x94\xc3\x34\x2e\x34\x44\x93\x3b\x9a\x5d\x80\x09\x49\x90\x4b\x6b\xf2\x41\x72\xd9\xbf\x7a\xf5\xca\x26\x7b\xf3\xf3\x37\x27\xfb\x99\xf2\xbf\x18\x80\x4a\xf4\x9a\xbb\x6a\xa3\xa0\x98\x20\xd6\xe0\x42\x34\xec\x1f\x2b\x7f\xb7\x34\x05\xcd\x1b\x8a\xa3\x6f\x5d\x98\x06\xcf\x2f\x2a\xcb\xb2\x18\xab\xbb\xcf\xb2\xcf\x44\xc4\xb6\xef\x9a\x70\x30\x27\x91\xd8\xc9\x72\x12\x92\xd8\x2e\xdf\xaa\x23\xa1\xb6\x42\xbd\x10\x51\xde\x53\xbb\x39\xed\xb7\xe7\x42\xd0\xbd\x65\x13\xf6\xe5\x84\x7d\xd0\xac\x13\x4e\x49\x54\x91\xea\xf9\xf9\xf3\xe7\xcf\x2d\x62\x2d\x7e\xff\xd6\xe4\x6a\xd6\xdb\xd2\x5e\xfd\xeb\xad\xb4\xef\x30\x52\x03\x1d\x90\x48\xb9\xdd\x3f\xf7\x4a\x5b\xa5\x98\x89\xb9\x43\x12\x6f\xbd\xc6\x09\xe6\xfb\x0b\x30\x88\x31\x4a\xf8\x68\x66\xfb\xaa\xc1\x1a\x17\x5e\xb7\x34\xff\x06\x80\xe3\x1d\x22\x19\x0f\x50\x48\x92\x88\x5d\x80\x1f\x5f\x9c\x9d\x7d\x99\xf5\x7c\x45\xc9\x3b\xa9\x1c\xd3\x14\x25\xbf\x61\x8a\x24\xcb\xbe\x94\x92\xc0\xdd\xfb\x1e\x0f\xd3\x03\x2a\x52\xb4\x3a\xc2\x36\x2b\x49\xbf\x38\x7f\x71\xfe\xc2\x22\xea\xe2\xf7\xfb\xc9\x1a\xee\xde\x7f\x4d\x7f\x0a\xee\xde\x7f\x8b\x9e\x54\xcd\x57\x3a\x7e\x01\x6d\xac\x97\x66\x31\xb9\x00\x8b\xc1\xec\xf1\xd7\x50\x87\xd8\x70\x74\x91\x6f\xee\x7b\xed\x1e\x9f\xb6\x42\x66\xf3\x97\xf1\xe3\xc5\x2c\x7b\x49\xb1\xd6\x37\x42\xcf\x98\x0a\x2d\x18\xc1\xea\xde\x5b\x98\x52\xf2\x71\xdf\xa7\xa2\x23\xad\x2e\xa9\xda\x32\x5c\x80\x17\x67\xf7\x5e\x2e\xef\xb1\x67\xea\xc6\xad\x8a\x32\x6c\x09\xe3\x17\xd6\x00\xeb\x34\x58\x88\x8e\x32\x90\xfa\x39\x57\x92\x0b\x8b\xf8\xf3\x35\x80\x13\xf3\xb9\xcb\x1e\xce\x21\xf2\xc3\x92\x66\x5f\x5a\xd4\xec\x9f\x40\xd6\x8f\x2d\xe2\xe0\xb0\x8c\x15\x79\xbc\xa0\x8d\x23\xba\xc3\x89\xa6\x2d\x85\x8c\xf1\x2d\x25\xd9\x66\xfb\x78\xca\xd0\xaa\xd1\xf9\xd2\xfe\xb8\xf3\xbf\x70\xcc\xee\x31\xf3\x57\x30\x86\x89\x90\xa3\x8a\xaf\x7e\x45\x37\xae\x1b\xab\xac\x9a\x51\x3e\x36\xf9\x42\xd3\xbe\x40\xe0\x88\x69\x5f\x15\xf0\xe3\x4d\xfb\x86\x84\x6b\x13\xfe\x5b\xf3\xbb\x0f\xc9\xe9\x1f\x32\x77\x5d\x12\x85\x69\xca\x4e\xcb\x7e\x17\x87\x1c\xad\xb3\x38\x40\x5f\x38\x2a\xec\xd8\x45\x46\x2a\x2c\x2f\x9c\x90\x19\x89\x71\xb8\xbf\x00\x53\x1a\x21\x8a\xa2\xb9\x70\xc1\x64\x2b\x8a\xe4\xc8\xec\x02\x9c\x5b\xfd\x98\x1d\xe4\xe1\xf6\xa6\x82\xec\xd1\x1b\xc9\x92\x8e\x4c\xba\xd0\x00\x00\xe3\xc2\x57\xdc\xec\xcd\x90\x94\xc4\x31\x4e\x36\x33\x48\xe1\xae\x84\x87\x3c\x70\xbe\x83\x71\xbe\x0f\x79\x7e\x96\x7f\xdb\xc1\x8f\x41\x46\x37\xc8\x10\xa6\x7f\xbb\x4d\xa0\x3a\xa2\x89\x2b\x5f\xea\x1b\x9a\xf3\xe7\x67\x05\xa8\x2c\x8d\x20\x47\x33\x44\x31\x89\x9a\x43\xf1\x7d\x8a\x64\xdc\x3d\x36\xde\x67\x7e\x82\x6f\x78\x58\x91\x7c\x53\xfa\x47\x4c\xb5\x7b\x72\xbf\xb3\xfa\x48\xe6\xe7\x2a\x04\xd4\xf9\x8d\x3a\x85\x2b\xa1\xdb\x03\x28\xb9\x2b\x63\x6f\xb6\xb6\x62\x8a\x8e\x06\xbe\x84\x5b\xfa\x0c\xc0\x1d\x8c\xb3\x6e\xa3\xdb\xc0\xcd\xe6\xd3\xcb\xd1\xcd\x63\x40\xfc\xf9\x6a\x3e\xbd\x9d\x05\xcb\xd9\x68\x72\x25\xc0\x2e\xa6\x83\xe9\x8d\x0d\x6e\xb1\xb4\x0d\x27\xaa\xb9\x05\xda\x74\xe6\x4f\x82\xeb\xd1\xe5\x62\x69\x1a\x2d\x1f\xc2\x81\x5e\x29\x72\x57\x1e\x66\x34\xb9\x1c\x4d\x46\xc1\xcc\x9b\x2c\x07\xd3\xc9\xc4\x1f\x2c\xa6\xf3\xc0\x06\xbc\x12\x25\x12\x7f\x78\x27\x73\x45\x7e\xf8\x34\xf4\x16\xde\xd5\x7c\x34\x5c\x8e\xc6\xde\x55\x45\x9b\x64\x93\x59\x16\xc7\xc6\x44\x8c\xd6\x13\xc2\x67\x14\xb1\xe2\x28\x5c\xfc\xc5\xf8\x0e\x25\x88\xb1\x19\x25\x2b\x74\x51\x19\x1d\x7d\x2c\x2b\x8c\x51\x9b\xdd\x0e\x26\x51\xfd\xe7\x1e\x38\x25\x29\x3f\x35\x14\x9f\xae\x70\x72\x5a\x81\xdc\x67\xdb\x4a\x97\x35\xc4\x71\x46\xd1\x62\x4b\x11\xdb\x92\x38\xba\x00\x3f\x55\xbe\xe3\x04\x73\x0c\xe3\x21\x8a\xe1\xbe\x98\xbd\xd5\x36\xa9\x63\xe6\xaa\x3f\x96\xc9\xb8\x62\x69\x84\xf3\xca\xf7\x86\x69\x28\x77\xef\x3c\xa9\x40\x75\xab\x69\xb8\x91\xcf\xae\x59\x7d\xe7\x59\x86\x5f\xd3\x0b\xfb\xb6\xd4\x0a\xb0\x1c\x24\x2c\x43\x6c\x68\x8a\x1b\xa6\xd8\xae\xe3\x2f\x23\xf9\x2a\xe8\xc7\x11\xfd\xcb\x36\xd1\x9f\x3f\xa2\xe8\xf3\x44\x82\x2a\xa5\x31\xde\x61\xce\x1a\x4c\x49\xb3\xca\x34\x1c\xcc\x6e\x97\x37\xa3\xf1\x68\xf1\xb9\xd6\x70\x87\x76\x84\xee\x2b\x6d\xc7\xfe\x78\x3a\x7f\x6b\x6b\x4e\xd1\xfb\x0c\xb1\xaf\x33\x9a\xca\x20\x18\x93\x2c\xa9\xeb\xf0\x4e\xfc\x36\x83\x7c\x7b\x51\x13\x31\xe3\x30\x89\x60\x4c\x12\x24\x7f\xb3\xa8\x21\xa3\x77\xbd\xda\xa7\x2a\xbc\x3b\x48\x4f\x69\x96\x9c\xea\x54\xab\xd3\x3f\xe0\x1d\x14\x9b\x8d\x77\x68\x2f\xf3\x18\x98\x05\x68\x6e\x4e\x4d\xa3\x9e\xc2\xbd\xf3\x20\xcd\x33\x82\x10\xc1\xd2\x51\xb5\x63\xb8\xe6\x51\x81\xf8\x8b\x12\x66\x2c\xeb\x40\x85\x9f\x2e\x31\x65\x05\x20\x9d\x65\x61\xda\x78\xf1\x07\xb8\x2f\x7a\xb3\x70\x8b\xa2\x2c\x46\x54\x39\x4e\x11\x5a\xc3\x2c\xe6\xbd\xfc\xe7\xa2\xa1\xd8\x01\xa9\xc8\x2d\x47\x1f\xf9\x05\xf8\x54\x08\xaf\xe4\xf0\x5e\x51\x18\xd6\x3d\x99\x17\x85\x56\xeb\x34\x91\xca\x4a\xbf\x4b\xf9\xbe\x17\x61\x5a\x01\xd9\x99\xd7\xbd\x6e\x5c\x02\x3a\x99\xae\xaa\xc9\xea\xb7\xc9\x21\x00\x9c\xe2\xcd\x26\x77\x50\x7a\xda\x23\x53\xce\xd1\x60\x0b\x93\x8d\x42\x47\x61\x36\x88\x21\xde\x99\x24\xcc\xbc\x4b\xd3\x45\xb3\x2a\x68\xd5\x35\x52\x07\x52\x63\x12\x55\x39\x26\x9c\xeb\xdf\x28\xe6\x68\x9a\x84\xa8\x2c\xe7\xa6\xb9\xb0\x4f\x60\xc1\xc8\xfa\xba\xfd\xeb\xf4\xe6\x76\xec\x2f\x07\xde\xcc\x1b\x8c\x16\x6f\x3f\xbb\xa3\xbd\xc3\x9a\x7b\xd8\x65\xb7\x98\xe7\xd9\x58\x0e\xc9\x3e\x40\xcc\x7b\x6b\x42\x7b\x32\x6e\xfb\xb5\xce\xbd\x0f\xec\x78\xec\xf1\x9e\x62\x33\xf3\x90\x03\xb0\x2a\x0e\xf5\xad\x88\x76\xf7\x91\xca\x03\xfd\x76\xfc\xfd\x2a\xd6\xdd\xb9\xd7\x54\xeb\xa3\x3c\xfe\x32\xf0\xdb\xc0\x9f\x07\xc2\xab\x9e\xf9\xf3\xc5\xc8\xb7\xba\xa8\x72\x85\x78\x87\xd5\x8a\x70\x5a\xc9\x70\x3b\x2d\xf1\xa4\x97\x31\x44\x59\x3f\xa5\x24\x45\x94\xe3\x8a\x9d\xb7\x0d\x3d\x9f\xde\xf8\x8f\x35\x34\x25\x31\x3a\x30\x74\x35\x93\xd9\xee\xe7\xdb\xb3\x9d\xed\x50\x66\xbf\x0d\x0f\x01\x91\x19\xc9\x76\x18\xe3\xd7\xbe\x37\xb1\x92\xac\x00\xa8\xef\xae\xde\x3a\xac\x32\x98\x4e\x16\xf3\xe9\xcd\x8d\x3f\x5f\x16\xdb\x9a\xab\x9b\xe9\x6b\xef\x66\x39\x1c\x05\x83\xe9\xaf\xfe\xfc\xed\xd2\x9f\x78\xaf\x6f\xfc\x16\x64\xef\x03\xed\x3e\x98\xcd\xe6\xfe\xa5\x3f\x5f\xbe\x19\xf9\xba\x95\xde\x78\xdd\x0f\x33\x17\xb4\xee\x98\x2d\xfc\xf1\xec\xc6\x5b\x08\x0b\x3d\xb8\xf6\x97\x8b\x85\x75\x57\xe9\xc2\xa4\xd9\xdb\x35\xf2\x6f\xd3\xf9\x9b\xd7\xfe\x64\x70\x6d\x27\xa4\x45\x3e\x25\xbb\xdd\x85\xa0\x76\xc5\xb6\xb7\xef\xce\xae\x56\x85\xb7\x36\x3f\x42\x14\xd3\x37\xfe\xe4\x28\xee\x8b\x0e\x07\xe0\x77\x62\x47\x07\x1e\x74\x21\xdc\x41\x6d\x21\xfa\xf9\xf4\x76\x71\x5c\x88\xa1\xb9\x3a\x14\x70\xc7\xde\xaf\xfe\x64\x39\x1e\xcd\xe7\xd3\xf9\xf2\x76\xee\x50\xdc\x7a\x2b\x1b\x86\xaa\xcd\xdc\x9f\x4d\x97\x23\x07\x99\x95\x26\x07\x60\x1c\xc0\xc5\xb4\x39\x04\x25\xf0\xe7\x6e\x56\x59\x1a\x1e\x80\x37\xf3\x82\xe0\xb7\xe9\xfc\x30\x7d\xa6\xa1\xd3\x6c\xcb\xa6\x6e\xc5\x6a\x9c\x5a\x15\x1d\x5c\x68\x16\x60\x9d\x7a\xe6\x80\xda\x86\xec\xd5\x68\xb1\xbc\x9e\x4e\xdf\x04\xcb\xe1\xc8\x81\x6b\xa5\x89\x0d\x46\xf5\x52\x8a\x0b\xd0\x29\xe2\xe1\xa9\xb9\x37\x10\xaa\x93\x49\x93\x98\x65\xd9\xc4\xd9\x40\x77\xa4\xba\x76\x49\xc6\x09\xd6\xad\x39\x0e\x90\x2e\xd1\xa8\xaf\xed\xca\xe3\x00\xd9\x26\x9b\x6f\x32\xa0\x69\xc9\x5e\xed\x3c\xce\x6c\x3a\x5f\x58\x97\xaf\x57\xaf\x5e\xbd\xb2\x2d\x5f\xde\x6c\x76\x39\x9d\x8f\xfd\xf9\xb2\x14\x27\x7d\xe4\x40\xb4\x75\x0c\x27\xa6\x32\xe8\xd6\x8e\xea\xcf\xe3\x60\xf9\x7a\x3e\x7d\xe3\xcf\x97\xde\x70\x38\xf7\x03\x87\xfb\xd6\x9e\xa2\xd4\x01\xba\x13\x49\x99\x71\xd4\x19\x49\xb7\x95\x72\x36\xb7\x69\xab\x1d\xc5\xd6\x39\xd1\xda\xc5\x36\x46\x10\xb4\xac\x1c\xfa\xa3\xab\x9f\xd0\xcb\xd1\x50\x07\xd9\x97\x43\x7f\x76\x33\x7d\x3b\xf6\x27\x0b\xab\x74\xe6\xd3\xe9\xa2\xff\x01\xda\x96\x54\x01\x6b\xee\x7b\x37\x63\x37\x16\xf2\xb3\x0b\x0f\x75\x21\xb0\xa3\x91\x28\x3a\xb8\xc0\x0d\x6e\x46\xfe\xe4\x18\x70\xaa\x83\x93\xbb\xad\x2b\x6a\xb9\x85\x0b\x42\xbb\xc8\xcb\x2d\x5c\x10\x86\xa3\x40\x78\xba\xcb\x20\xb8\x59\x0e\xc4\x9e\xef\x52\x4c\x13\x7f\xf9\xab\x77\x33\x1a\xca\xf9\xe2\x86\x7d\xb8\xaf\x13\xef\xf9\x68\x32\x18\xcd\xbc\x9b\xa5\xb7\x58\xcc\x47\xaf\x6f\x17\x2d\x4c\xb0\x34\xb6\x2e\x0c\xe5\xf3\xec\xae\xeb\x42\x33\x57\xa1\x05\xa8\xc3\xb6\x74\xca\x8a\xa9\x82\xf5\x6e\x17\xd7\xcb\x9b\xa1\x37\x73\xcf\xb0\x4a\x93\x76\x18\xaf\x47\x93\xe1\x72\xe8\x10\x54\xa3\x59\x07\x58\x83\xb9\x3f\xf4\x27\x8b\x91\x77\x10\xb7\x5a\xf3\x76\xd8\x3f\x7b\x9e\xbc\xa3\x7b\x3b\x1f\x2d\xde\x2e\x87\xd3\xb1\x37\x3a\x88\xb4\xad\xcf\x01\x0a\xbc\xc0\x5f\x0e\x16\xbf\x77\xe1\x48\xd1\xb4\x03\xcc\xcb\xd1\xcd\xc2\x69\xbd\x6d\x4d\xdb\x61\x06\xbe\x37\x1f\x5c\x2f\x83\xc1\x74\xe6\x5a\x5a\xad\x6d\x3b\x41\x5d\x8c\xc6\xbe\x3a\x7b\xe8\x08\xba\xe8\xd0\x0e\x7f\x38\x0a\x16\xa3\xc9\xd5\xed\x28\xb8\xf6\x87\x72\x29\x3d\x34\x85\xbb\xf5\x6d\x1f\x75\xe6\xcd\x03\xff\x80\xbd\x74\xb5\x3e\x30\xff\x74\xab\xe5\x6b\xff\x6a\x34\x59\x06\x8b\x79\xd5\xa3\xb3\xcf\x48\x5b\xa7\x8e\xe3\xf8\x93\xe1\xb1\xa3\x14\x5d\xda\xc7\x98\x4f\x6f\x4a\x1c\x75\x6e\x1d\x5b\x3a\x1c\x86\x1f\x74\x9c\x5a\xe5\xb6\x1d\xb0\xee\x36\xb7\x4a\x4d\x3b\xc0\x9c\x0b\xab\x11\x38\x57\x30\x57\xeb\x03\xfa\xef\x5f\x7a\xb7\x37\x0b\xd9\xe7\xa0\xbe\x97\xda\x76\xc0\xb7\x3a\x21\xba\x8a\xaf\xd1\xab\xcb\x4c\x2a\x7a\x5e\xce\xa7\xe3\x0e\xe2\x74\x74\x3b\x4e\x1f\x83\x8e\x7a\x53\xef\x73\x60\x14\xff\xd2\x9f\x8b\x65\x57\xcc\x97\x0a\x27\x96\x8b\xe9\x72\x70\xed\x0f\xde\x1c\x1c\xf4\x30\x08\x27\x0e\x12\xe1\xb1\x37\x9b\xf9\xf3\x4e\xd1\x73\x3d\x6e\x5b\xb7\x6e\x63\xf9\xb3\x1b\x6f\xe0\x1f\x52\x44\x57\x97\x46\xea\x8a\xd5\x93\x91\x59\x2e\xc2\xf6\xf8\xde\xb8\xb1\x23\x6f\x64\xbc\xd4\xce\x5c\x5b\x73\x5d\xb6\x9c\xa7\x57\xf5\x73\x4a\x00\x52\x75\x92\x4c\x11\xe3\xa7\x5b\x04\x63\xbe\xdd\xd7\x5b\xd4\xef\x08\x99\x3f\x16\x6e\x91\x09\x10\x54\x3e\xd9\xf3\x1b\x6a\xfd\xeb\x09\x0e\xd5\x14\x89\x7a\x02\x43\x39\x15\xa4\xfb\xf1\x10\xe8\x96\xbb\xf2\xf2\xa5\x2d\x77\xe5\x0f\x12\x93\x77\xb8\x7a\xf8\xdf\x39\x7d\xa5\xc1\xae\xc6\xd5\xab\x63\x01\x16\x37\xad\xea\x00\xd9\x3d\x21\x3e\x30\x65\xa7\x2d\xbd\xa6\x99\x01\xf3\xe3\x8b\x63\xb5\x91\xe6\xa9\x9e\xa5\xef\x8f\xa3\x8b\x3f\xb6\xaa\x62\x77\x4d\x3c\x2a\x93\xa6\x94\xb2\xd2\x88\x64\x3e\x28\x75\xe5\x98\xd0\x63\x9e\xfe\x50\x6b\xef\xce\x38\x51\x82\x9e\x26\xf1\xfe\x02\x70\x9a\xb9\x93\x51\xca\x87\x94\x96\x11\x0f\x84\xdb\xee\x48\x9c\x77\x62\x95\x22\x0b\xee\xcc\x5b\x53\x5f\x21\x17\xd5\x43\xd2\x45\x8e\xe5\xcb\xa1\xb4\x8f\x43\x45\x95\x1a\x43\x1f\xc1\x20\x50\xaa\x90\xf2\x6b\x91\x1c\x52\x45\x26\x14\x3f\xb5\x33\x4f\x81\x96\x0d\x65\xd7\x7a\x3e\x8a\x5c\x70\x54\x22\x4a\x3d\x83\x19\xea\xca\x27\x61\x4d\x2b\x72\x23\x23\x46\xae\x30\xb8\x9b\xc1\x5e\x53\x52\xa1\x43\xa5\x86\x8c\x04\x22\x01\xa7\x08\xee\x16\x70\x63\x59\x0b\x3a\x2c\xa4\x17\x3f\x7c\xaa\xfc\xb8\xf0\xae\xea\x69\x41\xba\x86\x4a\xad\xa1\xe8\x1d\xcc\xbc\xe2\x50\x55\x65\x52\x8c\x0a\xe6\x68\x76\x59\xd2\x77\xfe\xff\x4c\x76\xa9\x5e\x8d\xc8\x1b\xb3\xbe\xfa\xb5\xff\x0e\xa3\x3e\xa1\x1b\x61\x0e\x7a\xfa\x36\xc8\xc1\xfb\x22\x4f\xda\x4d\x85\xfd\x96\x45\x3d\x6f\x86\xa2\x3b\x39\x7d\xaf\xb1\x98\xb5\xfb\x1b\x61\x88\xf3\xec\xc7\x47\xb9\x8c\xdc\x2d\xbf\xbf\x94\xc3\x7f\x76\xf6\x3f\xca\x3f\x57\xd2\xf8\xbf\xf1\x4c\xfc\xba\x98\x8f\xd6\x8b\x47\xd5\x8d\xee\xfa\x01\x1e\x96\x19\x54\x1c\x57\x3f\xe8\x08\xc9\x02\xf9\xdb\xca\xbe\xd1\x87\xf6\xe3\xe9\xf0\x70\xf2\x89\x68\xf4\xf8\x59\x3c\xc3\xf9\x74\x7a\x13\x98\x31\x54\x9c\x61\x39\xb8\xf1\x82\xc0\xb5\x95\x6b\xeb\x61\x1b\x61\x36\x9f\x8e\xfd\xc5\xb5\x7f\x9b\xf7\xf1\x7f\x5f\x98\x38\xba\x83\x79\xed\x7d\x0e\x70\xf3\xf5\xdb\x99\x17\x04\x4b\xb9\x15\xec\x94\x7a\x51\xef\x70\x00\xbe\x2d\x48\x71\x59\x5b\x33\xc5\xdf\x1a\xa3\x38\xca\xeb\x5a\x35\xbe\x28\x9f\xcd\x58\x95\xbe\x32\x26\x7f\x7b\xd6\x69\xb2\x3e\xfb\x7b\x3b\x8a\xc7\x27\x79\xd8\xec\x86\x05\x70\xb0\xf0\xe6\x8b\xdb\x99\x58\x97\xbd\x85\x7f\xf5\xd6\x06\x7e\x9a\xa2\x24\x10\x8b\x62\xc0\x21\xe5\x59\x1a\x68\x83\xdd\x0e\xf9\x01\xc9\x2d\x8f\x95\x6a\xf3\xd8\xc9\x2c\xba\xcd\xf4\xb2\x03\xa0\xe9\x65\x7b\xea\x88\xfd\x14\xf1\x7a\x38\x96\xde\xd6\x89\xff\xfb\xc2\x9f\x4f\x2a\x67\x17\x06\x46\xde\x68\x79\x30\xc5\x86\xa2\x94\xb4\x5a\x4f\x2b\xac\xd6\xec\xb9\xe3\xac\xb3\x15\xfe\xcc\x5b\x5c\xdb\x80\x9f\xee\xe0\x1d\x4a\x9e\x9f\x76\x85\xd3\x1e\x4a\xbf\x47\xc6\x8c\x03\xdb\xa3\xb2\x34\x0e\x67\xd0\x18\xd1\x1e\x16\x5f\x87\x0c\x29\x1b\xb0\x07\xa4\x4a\x59\xc1\x3d\x46\xce\x94\x0d\xf0\xa3\x24\x4f\x1d\x91\x4b\x54\xdc\xa3\x7e\x8c\x2c\x22\x77\x91\x5d\x27\x40\x37\x17\x1b\xc0\x1e\x92\x39\xd4\x00\xf6\xdf\x39\x43\xa2\xbc\xd6\x3d\x28\x37\xa2\x06\xe8\x7b\x56\x84\x03\xef\x7f\x4c\x56\x44\x7b\xed\x86\x16\x70\x2d\x4e\x76\x4b\x8d\x81\x2a\xc0\xef\x99\x10\xdf\x33\x21\xbe\x67\x42\x7c\xcf\x84\xe8\x36\xca\xf7\x4c\x88\xef\x99\x10\xdf\x33\x21\x9c\xa3\x7c\xcf\x84\xe8\x3a\xce\xa1\x4c\x88\x72\x88\xeb\xa1\x39\x10\x6b\x14\xee\xc3\xb8\x76\x24\x9d\x12\xa6\x62\x42\xf5\x88\x98\xad\x14\x84\xb3\x18\x84\xe0\x8a\xac\x00\x51\x2b\xf9\xa0\xbf\x90\x94\x9f\x22\x98\xaa\xea\x20\x30\x4b\xc2\xed\xa9\x7c\x1c\xa3\xf7\x0e\xa3\x72\x69\x2c\x42\xde\xb1\x7a\xd5\x88\x94\xa2\x80\x93\xf4\xdb\x44\xaf\x25\xb1\xc4\x72\xd6\x5f\xf9\xde\x7e\xd4\x6f\x22\x8e\xea\xcc\x5f\x21\xa0\x13\x51\xc2\x2d\x0a\xdf\xd5\x7b\xfd\xf3\x24\xa3\xd8\x82\x9a\xdf\x93\x51\xd4\xdf\x17\xcc\x1d\xb1\x2a\x94\x3c\x14\xfd\x82\xfa\xf4\x0f\x4e\x28\x29\x1f\xd4\x3c\x38\x95\xe4\x70\xe4\xc9\xc8\xbb\x68\x79\x8f\xf4\x91\x2f\x94\xe4\xf1\xef\x1d\x92\x3c\xba\xe0\x7d\x38\xbd\xc3\xf5\x18\x96\xec\xf2\xd5\x33\x29\x9a\xd6\xe6\x9e\x99\x14\xad\x0b\xf1\x37\x90\x43\x71\x4c\xad\x42\x4b\x0e\x85\x4a\x9d\x90\xe2\xe8\xa7\xd2\x85\xa8\xe6\x51\x88\x19\x18\xdf\x21\x59\x4d\x9f\x5d\x80\x67\xff\xf6\x4c\x76\x7c\xd4\xaa\x87\x70\xf7\xfe\x41\x05\x0f\x7f\xf8\xf4\xc9\x1b\xff\x22\x7d\xaa\xd1\xc0\x0b\x3e\x7f\xd6\xdf\x8f\xc8\x7d\x78\x40\x75\x44\x85\x7d\x87\xc2\x88\xe5\x0b\x7f\xdf\x44\x3e\x83\xc1\xbc\x8b\x74\xc0\x03\xab\x8b\x8c\x7f\x79\xb4\xab\x87\xe3\x5f\x1e\xfb\xa6\xa1\xd4\x1e\xb7\xf3\xae\xbf\xba\x7a\xb6\xc4\x41\xf4\x57\x57\xcf\xc5\xdc\x9b\x04\xb3\xe9\xdc\x1e\x74\x17\xf3\xf0\x03\xa6\xb6\x33\x0e\xd1\x59\x17\xe1\x18\x7b\xbf\x2f\x83\xd1\x7f\xb6\x60\x50\x6b\xe8\x64\x80\xff\xcb\xed\x68\xee\x2f\x6f\xa6\x57\x95\x58\x60\xb9\xcd\xd0\x5b\x78\xce\x63\x1a\xe1\x4d\xc3\xdd\xfb\x7a\xc2\xa3\xad\xbf\x18\xe4\xca\x11\x77\x71\x96\xb7\x10\x00\x06\x37\xb7\xc1\xc2\x9f\x1f\x59\x18\xa3\x6c\x1d\x5a\x64\x6c\xec\x47\xfb\xd8\x8f\xa9\xc7\x06\xe4\x17\xd0\x67\xff\xf7\xc5\xdc\x5b\x7a\xf3\xab\xc0\xd1\xc0\x9b\xbc\x1d\x78\x81\x2a\x99\x32\xfa\xdd\xd1\x68\x7c\x7b\xb3\x18\xb5\x37\x9b\x4d\x87\xc5\x72\xd6\x24\xe0\xb8\x64\x8c\x46\x76\xa0\xa5\x63\x2d\x57\x23\x5f\x64\x6d\xdb\x68\x41\x83\x66\xd8\xbd\x0b\x66\x2a\x32\xd5\xfb\x15\x15\x9b\xd9\x69\xff\x72\xfe\xe2\xfc\xb1\xf7\x2f\x3f\xbd\x78\x69\x2b\x05\x09\x77\xef\xef\xb9\x7f\x39\x7f\xf5\xca\xb6\x7f\xd9\xbd\xe7\xfc\x7e\x00\x5f\x9c\xbf\x38\xb7\x41\x64\x9c\xec\xee\x89\x63\xf9\xc1\x8d\x0a\xd5\x94\xa3\x1d\x7e\xf8\x36\xeb\xb8\x0a\x98\x2b\x9c\x9c\xae\x60\x23\xaa\xd0\x03\xbd\xb0\xd9\xd8\x18\xc6\xfb\x54\xca\xfc\xb1\x75\x5f\xfe\xc0\x2a\x98\xd6\x9d\x56\xb5\x3a\x60\x69\x7b\x31\x56\x2f\x16\xeb\xad\x51\x84\xee\x4e\x4b\x1f\x7b\x31\xd9\xb4\x77\xd3\x93\xec\x12\xc7\xe8\xe8\x7d\x98\x63\x69\x39\xf4\xb6\x4b\x25\x49\xfc\x9f\xa6\x7e\xa3\xaa\x52\x1d\x58\xcb\xd5\x4d\x93\x21\x8a\x11\xbf\x7f\x1d\xc4\x0e\xac\xfa\xea\xb5\x11\x85\x91\xee\x5e\x16\x71\x66\x4b\xf5\xff\xf2\x4f\x64\x56\xef\x06\x14\x3c\x6a\xf0\xa7\xc4\x9b\x31\x4c\xcc\x5e\xa5\xc6\x97\x26\x4f\xca\xb5\x22\xeb\x79\x49\x0d\xe6\xa4\x62\xcf\x8c\xb8\xf4\xbd\x7b\xcd\xb7\x7e\x04\x25\xf2\x95\x80\xda\xfb\x6a\xfd\x27\x00\xe8\x67\x8d\x95\x1a\x97\x1f\x80\x16\xbf\xe4\xef\xaa\xd6\x79\xf0\x44\xa1\x8c\x29\x8a\xf2\x6d\xb9\xf6\x4f\x76\x7b\x98\xa6\x75\x2c\xde\x8c\x7c\x00\xa3\x1d\x4e\xb0\xcc\x10\x27\x34\x7f\x88\xbc\x81\x83\x68\xea\x89\xa6\xf2\x95\xef\x1c\x83\x46\x6e\xb0\x1e\x4e\x42\x95\x2d\x0f\x0e\x69\x1e\x19\x6f\x19\xd2\xbc\x1a\xfe\x44\xc7\x07\xc0\xb3\xbf\xc1\xde\x7f\x79\xbd\xff\xfc\xfb\xa7\x17\x9f\xff\x76\xd6\xfb\xf7\xbf\x7f\x3a\xff\xfc\x2f\x62\xcf\xbb\x41\x89\x7c\xf7\xe8\x02\xa0\x8f\x29\x55\xaf\x6c\x59\x90\x9d\xfd\x36\xb4\x21\xa6\x5f\x49\x13\x6b\x1a\x25\x71\x8c\x4a\xfc\x00\x7f\x0a\x10\x67\x52\x54\x84\x6e\x64\x8a\xa9\xce\x36\x2d\x5a\xf7\x33\x66\x12\xee\xf7\x8c\xa3\x1d\xd0\x45\x0d\xf7\xff\x6a\x23\x2d\x50\x83\x0d\x8a\xc1\x1a\x9c\x75\x96\x89\xd3\x5c\x2e\x86\x76\xb1\xba\x49\x51\xce\xee\x4e\x14\xa5\x1f\xa2\x07\x10\xf4\x88\x72\xb3\xd7\xb4\xeb\x44\x31\x27\xef\x50\x22\x27\xda\x0a\x41\x8a\xa8\x7c\x86\x1c\x25\xdc\x4c\xb7\x4e\x8c\x90\x40\x1e\xc0\x8a\x85\xee\xdf\x46\x91\xaa\xa4\xe7\xa6\xa9\x83\x32\xca\xb7\xfb\x8f\xc0\xd0\xa5\x72\x55\x3d\x53\xcf\x73\x63\xe2\x9c\xd1\x1a\xc1\x0e\xba\x95\x7e\x88\x8e\xc1\xef\xf1\x35\xc8\xa2\x36\x5e\x1c\x93\x0f\xac\xfe\x56\x22\x27\x60\xb5\x17\x14\x29\xfb\x5c\xe8\x0c\x8a\xa4\x24\x94\xe9\x86\xec\x5d\x8f\xa2\x38\x7f\x34\x9f\xc8\x07\xb5\x31\x49\x98\x7c\x78\x1f\xa0\x8f\x70\x97\xc6\xe8\x04\xbc\xcf\x10\xc5\x88\xb5\xb0\x46\x8d\xd6\x17\x23\x95\xe5\xa8\x82\x6d\x1d\x78\xf5\x5a\x61\xeb\x65\x7c\xeb\x94\xab\x25\xd1\xdf\x6c\xcb\xf5\xbb\xf6\x96\x85\xaa\x34\xc6\x8e\x44\xa8\x0f\x7e\x85\x31\x8e\x54\x47\x06\x20\x45\xe0\xd9\xd0\xff\xd5\xbf\x99\xce\xc6\xfe\x64\xf1\x0c\x10\x0a\x9e\xcd\xe6\xd3\xe1\xed\x40\xac\x4c\xcf\xd4\x53\x37\xa3\x44\x10\x11\x65\xa1\x5c\xc6\x04\x9c\x13\xb0\x27\x19\x08\x61\x02\x12\xc2\x75\x30\x0c\x04\x13\x6f\x16\x5c\x4f\x17\xe6\x29\x71\x06\xc8\x5a\xec\x1e\xf0\x1a\x86\x5c\x3e\x0d\xaf\xc5\x94\x47\xf3\xc4\x84\x4e\xa2\x1c\x4e\x28\xc3\xaf\xb2\x95\x79\x1e\x5d\x40\x48\x72\x20\x00\x27\xe2\x9f\xe8\x23\x66\x1c\x27\x9b\x62\x07\xa3\xf0\x74\x8a\x47\xa0\xdc\x50\x5d\xeb\xa2\xa5\x79\x25\xbc\x0d\x9b\x0c\xf4\xd5\x15\xcd\xf7\x12\xe7\x5a\x66\xd6\x6e\x85\x60\xc2\xcc\xe3\xf6\xa7\x11\x66\xf2\x7f\xca\xda\x24\x50\xd5\xcd\x04\x3f\x24\xe6\x21\x4c\x04\x61\xea\x67\x8b\xf5\xc2\x88\x59\x35\x6a\xfc\x5a\x77\xb0\xdc\x97\x31\x36\x41\xa1\xd2\x66\x82\x63\xa1\x8e\x6b\x1c\xeb\x67\x0b\x6b\xac\x8d\x28\x21\x71\x7e\x67\x43\x35\xeb\xcb\x3e\xc8\x86\x6a\x53\xf5\x87\x12\x80\xe1\xf6\xa5\x04\x00\x06\x39\x80\x4e\x97\x75\xaa\x31\xa9\x1a\x2d\xa3\x35\x60\x88\x0b\x43\x20\xe7\xc6\x89\x44\x3d\xa5\x64\x87\xf8\x16\x65\xcc\xd0\x89\x3e\x72\x94\x48\x45\xfb\x80\xe3\x18\xac\x90\xe1\x8d\xa6\x58\x85\x92\x4b\x0a\x55\x80\x30\xd4\xa3\x8f\xbc\x6f\x64\x7a\x90\xee\x59\x81\x81\xa6\xdd\xcf\x31\x18\x6a\x20\x39\xfd\x07\xae\x12\xd5\x28\x7e\x36\xc8\xc4\xe6\x5f\xbe\x03\x95\xbb\xa7\xe5\x97\xc9\x00\x75\x3e\x69\xd7\x07\xe0\x06\xc1\x3b\xb5\xcd\x58\xc5\x30\x79\x27\x9b\xe9\x3d\x58\x0e\xf2\x04\xa0\xfe\xa6\x5f\x7a\x45\xec\x2f\xe5\x62\xd0\xa2\xc5\x5f\x4b\x9e\xfc\x5f\x52\x4a\xfe\x40\x21\xff\x6b\xff\x2f\x66\x33\x17\x91\x1d\xc4\x49\x8f\x65\xeb\x35\xfe\xf8\xd7\x67\x0d\xad\xa8\xbf\x2e\x6f\x48\x12\x54\xa8\x97\xb9\xae\x35\x2a\x85\x92\xb4\x96\xe6\xea\xcc\x24\xf6\xf8\x5c\xfa\x8a\xcc\x61\xf7\xe3\x4e\xf0\x10\x1d\x2a\xac\x65\x5f\xb1\x45\xb1\x44\x32\xe7\xbe\xca\x53\x9c\x93\x1e\xcf\x9f\xb2\xef\x76\x58\x6d\x5c\x19\xcc\x0f\x52\x98\xfb\xb2\xe4\xab\x70\xc2\xa9\x23\xce\x64\x6e\xe7\xc6\x97\xac\xa5\x4d\x54\xa7\xd3\x66\x11\x36\xaf\x8d\x9b\x13\x6e\xb1\x7a\x38\xe6\xd1\x41\xd5\xd6\xd8\xbf\x31\xa0\x02\x35\xd2\xa4\x5d\xb5\x4b\x67\xe2\xcd\xdd\xf4\x01\x5a\xaa\x58\x7f\xc0\x7c\x8b\x93\x32\x91\x8f\x43\xc7\x25\x8e\xd1\x81\xf9\x59\xbf\x5b\xa3\x57\x39\x83\x5f\xff\x8f\x77\xcc\x49\x0b\x64\x8c\x84\x58\x7a\xb9\x82\x02\x8d\xbf\x5a\xd0\x85\xc7\xb0\x96\x2e\xf0\xc3\x68\x19\x94\x00\x75\x91\x87\x8e\x6d\x68\x32\x64\xf2\x97\x0d\x7f\xb3\xfd\xc8\x83\x2a\xb9\x40\xa4\x83\xf8\x58\xd8\xe7\x92\x28\x6d\x4e\x5a\xd1\x2f\x9d\x1b\xe5\xd1\x18\x83\x9a\xc0\xf9\xb1\xe6\x48\xc9\x74\xb4\x4c\xe7\xd6\x09\xe1\x48\x0f\xf9\x22\x53\xe1\x48\x74\x1b\x7a\xef\xbc\x1e\xf6\xe5\x34\xbe\x1b\xca\x4e\xf5\xb6\xde\x41\x7b\x74\xc5\x3e\x92\xaf\x0d\x2d\x76\x5e\x6e\x3b\x46\x7f\x4d\xac\x42\x78\xcf\x21\x49\x12\x14\x4a\x47\x5a\x20\xff\xf3\x38\xd0\xe7\x74\xb6\x48\xe7\x25\xa1\x3b\x44\x65\xa3\xd7\xb2\x51\x0e\xaa\x1c\xf6\x74\x96\x4c\x76\xc5\x3f\xff\xd8\x31\x05\xce\x16\xc2\xa8\xf0\xf8\xe1\x08\xa7\x8f\x13\xb4\x38\x54\xbd\xb9\x7d\x46\x0e\x21\x87\x57\x14\x47\xea\x00\xb5\x69\xdc\xcc\x67\x99\xcc\x54\x58\xb0\xca\xc3\x85\x2d\xfc\xa4\x68\x83\x19\xa7\xfb\x3e\x45\xd1\x16\xca\x24\x24\x95\x94\x9b\x3f\x1c\xf5\x32\x7f\x99\xec\xe5\x8f\xbd\x3c\x5b\xe9\xe2\xbc\xff\xdc\x89\xea\xc0\x6c\xc5\x41\x98\x66\x2a\x7f\xd0\x8d\x78\xd1\x78\x30\xbb\x05\x32\x71\xa8\x49\x46\xfe\x14\x5b\x0b\x29\xe7\x67\x67\x67\xbb\x0e\x38\xa9\xcc\xc5\xee\x68\x8d\x55\x7b\x07\x66\xe5\x94\xc7\x16\xe4\x9e\x5f\xe1\x3a\x6a\x01\xfe\xaf\xdc\xce\x16\x15\x95\xcc\xd1\x84\x5a\xdb\x34\x36\xcf\x18\xa0\x59\xc2\xf1\x0e\xc9\x07\xbd\xdc\x58\xab\x43\x1a\x30\x80\x29\x0c\x31\xdf\x37\xd1\xad\x1d\x6e\xb4\xb1\xb3\x89\xb1\x37\xfe\xc5\xcc\x0d\xa3\x6e\x15\x34\xaa\x3a\x58\xcf\x06\x38\x4e\x0b\xe1\xee\xfd\x4b\xf1\x9f\x9e\x9a\xb1\x17\x2f\xfb\x7f\xae\xa3\x23\x4c\x00\xa0\x44\xaf\x9a\xea\xd9\x3c\x1a\xe9\x29\x2e\xcd\x4d\x73\x9e\x8f\x7f\x01\x73\x12\x57\x91\xd4\xc9\x48\x2e\xe4\xe4\x31\xc7\xa1\x85\xd2\x65\x57\xc6\xbf\xd4\x8e\x7a\x8a\x14\x26\xd7\x78\x0a\x54\x43\x5b\x52\x14\xe2\x35\x46\x2a\xf0\xb2\x83\x1f\xf1\x2e\xdb\x01\x28\xcf\x6d\x05\x12\x5a\xab\xf9\x16\x72\xb0\x53\x87\xc0\x52\x57\x64\x40\x2d\x24\x09\xcb\x76\xfa\xb1\xea\xd1\x1a\x24\x44\x0d\x06\x30\x93\x87\x6b\x02\x70\x74\x02\xb6\x30\x5e\xe7\xce\x8a\x8c\x5e\xfc\xdf\xff\xfd\x7f\x98\x01\x8d\x19\x80\x71\x4c\x64\xe4\xd4\x4a\xe8\x55\x4c\x56\x30\x06\x63\xf8\x51\xea\x76\x85\xe6\x7a\xfe\x94\x63\x2e\x38\xe6\x81\x80\xae\xc5\xaa\x8e\x61\x1b\xe3\x6b\xb5\x74\xe9\xbf\xe5\xd0\xf3\x38\xd5\x9f\x64\xbb\x15\xa2\x02\x45\x8d\x87\x49\x88\x94\xf8\x41\x10\xaa\x43\xee\x3a\x5a\x45\xb7\xb9\x6e\x5f\xd5\xbc\x22\x4d\xca\x85\xcb\xd3\xe7\x2d\xf1\x2c\xd1\xf4\x04\xf0\x8c\x26\x32\xa4\x5a\x0a\xda\x6d\x94\x2c\x22\xcc\x42\x72\x87\xe8\x1e\xac\x11\xe4\x19\x45\x8e\x50\x56\xf3\xa0\xa4\xc8\x4b\x55\xa0\xfa\x39\xa8\xbe\x0e\x8b\x1d\x0c\x70\xf9\xb2\x5d\x1b\x56\x07\x0e\x52\x3a\xbd\xa8\xd5\x1e\xf7\x1e\xad\x8b\xa2\x2c\xf2\xe1\xeb\x8d\x0a\xeb\x0b\x91\xbc\xce\x98\x4c\x0e\xc9\x37\x06\x98\x49\x5e\xa2\x08\x90\xe4\x44\xf0\x98\xe7\x15\xb1\xb6\x98\x81\xfc\x1c\xd8\xb0\x5e\x07\x08\x99\x71\x34\x04\x5c\x4e\xca\xde\xd9\x1d\x86\x00\x26\x35\x14\x68\x02\xd5\xe9\x7f\xa0\xa3\x06\x28\x89\x52\x82\x13\xde\xed\x08\xab\x90\x4c\x4a\xd1\x5a\xd5\xc9\xd1\xad\x74\x18\xa2\x53\xd8\x75\x26\x3b\x97\x91\x2d\xb0\x0c\x72\x38\xdd\xc4\xd3\xf2\xac\x58\x6b\x64\xb6\x18\xdc\xa4\x54\x80\x01\x0c\xb7\x08\x2c\x16\x37\x00\x27\x60\x87\xe3\x18\x33\x95\xb1\xd1\xf1\x7c\xcf\x54\xa9\x0b\x05\x9c\x3e\xe7\xf1\x91\x87\x7d\x4d\x44\x0e\x9d\xf6\xd9\x9e\x30\x33\x54\xbf\x38\x3b\x3b\x3b\x6b\x90\x3d\x31\x49\x74\x82\xc6\x0f\x5b\x1c\xaa\xcd\x4a\x29\x3b\x5e\x99\x95\x39\x8a\xc0\x35\xe4\xc5\x0e\x56\x25\x6a\x53\xe5\x0b\xaa\x59\x0c\xa9\x80\xc2\x38\x8c\x65\xa4\x7a\xb1\x45\xac\x06\x49\xb4\x48\x08\xdd\xc1\x38\xde\x17\x4d\x81\xde\xc8\xe5\xda\x54\xe4\xcf\xab\x65\xe2\x2d\xc9\x00\xdb\x92\x2c\x16\xb3\x21\xde\x83\x04\x21\xe9\x54\xef\x48\x84\xd7\x7b\x35\x23\xf0\x5a\x9e\xfd\x14\x40\x1b\x64\xe0\x04\x40\x10\xe1\xf5\x1a\x51\x93\xe7\x97\x8f\x73\xaa\xa3\x59\x0d\x63\x5e\x82\x50\xf0\x2a\x17\x83\x3d\xb5\xbf\xc5\x84\xe6\x24\x1e\x5a\xc4\x25\x5b\x01\x53\x03\x73\x22\x5c\x08\x47\xf0\x77\xa8\xa3\x77\x3a\x15\xee\x29\xdd\x46\xbb\x5e\xbd\x7c\x27\xdd\xa2\xf8\xd5\xd3\xc3\xf1\x88\x3a\xb9\xee\x38\x44\x83\xf4\x36\x9f\xca\x89\xd2\x7d\xd9\x50\x18\xf2\x32\x03\x34\xf1\x45\x90\xd2\x41\x76\xc9\xd0\x38\x09\x6e\xbb\xfe\x71\x88\xd4\x1a\x02\x0d\xdf\x55\x0e\x11\x01\x69\x68\x95\x09\x87\x89\x26\x55\x9d\x24\x96\xc9\xae\x12\xf8\xb2\xff\x53\xff\xbc\x49\x51\x99\x0c\x75\x9d\xc5\xa2\xa0\x0b\xef\xaa\x05\x73\x09\xb9\x8e\xea\x18\xde\x21\x61\xfb\x28\x95\x61\x82\xb2\x01\x30\x2a\x03\x93\xa8\x72\xac\x98\x31\x2e\xc4\xd4\x17\xeb\xdd\x9e\x64\x52\x29\xcd\x53\x9d\x08\x40\x0d\xec\x44\xcd\x5a\x0d\x59\x76\xd2\xc1\x28\xe1\xd9\x95\x8e\x67\xe5\xa0\xc2\x6e\x18\xbc\x85\xfc\xd5\x51\x47\x86\xe3\x08\x27\x1b\x89\x81\x3a\xeb\x15\xff\xda\x93\x8c\x16\xc5\x16\xeb\x8c\xaa\x10\xa4\x0a\x7f\x28\x4e\x35\xca\x8e\xb5\x71\xa2\xf2\xf4\x68\x5d\x21\x5b\x87\x24\x6b\xfb\x88\xb2\x3c\x59\x9e\x1b\xa1\x16\xe6\x8b\x7f\x3b\xf9\x97\x5a\x31\xb0\xfa\x31\x80\x98\x2f\x38\x2a\xcf\x0c\xe5\x92\x8b\x11\x45\x57\x86\x39\xa1\xfb\xbe\xf6\xd3\x4e\x00\xe6\xd2\x09\x5f\x21\x80\x3e\x86\x71\x16\xe9\x14\x83\x35\x25\x3b\x6d\x82\x05\x60\x69\x9e\x73\x99\x45\x06\xf7\xd5\x1e\xc0\x48\x72\x1c\x4b\x97\xaf\x46\x40\x1f\x5c\x16\xd9\x09\x2a\xbf\xcd\x4d\x89\xfe\x77\x28\x0f\x02\x24\x7e\x75\x01\xc8\x0d\x01\xe2\x60\x95\xf1\xea\x37\x7d\x29\x1f\x33\x79\x38\x2f\xc9\x12\x53\x26\xca\xcf\x4a\x4d\x08\x24\x02\x14\x26\x11\xd9\xc5\xfb\x13\x09\xe5\x03\x49\x9e\x3d\xe3\xa2\x45\x26\x8f\x34\xc5\x64\xab\xd3\xd0\x38\xb5\x18\xd7\x78\x09\xe4\xf0\x65\x09\x16\xb5\xc0\xca\x05\xdc\x14\x65\x75\x81\x5d\x66\x82\xb5\xef\x33\x18\xcb\x7d\x8e\xd0\x40\x39\xfd\x9b\xc3\x90\x5c\x89\x1d\x0a\x55\x6a\xdb\xd4\xe3\xbc\xa4\x98\x65\x9f\x6a\x62\x68\x2a\x81\x51\x8a\xbd\x0e\xf1\x44\x2c\xa7\x66\xc2\x1d\x1e\xbf\x11\x4e\xb3\x15\x22\xab\x61\x32\x2b\x05\xc7\x1e\x0f\x93\xb4\x1e\x79\xb4\x55\x2e\x3b\x86\x27\xe6\x34\x6d\x4b\x98\x50\xa8\xd5\xbe\x69\x00\x71\xc2\x70\xa4\x1c\x5d\xdf\x9b\x35\x70\xcc\xc1\x9b\xd9\xd9\x15\xb0\x7b\xed\xad\x16\xc5\x6b\x4b\xd1\x14\x43\xd9\xc2\x93\xad\xdc\x7f\x38\xcd\xb3\x7a\x74\xf9\x08\x9a\x1f\x12\xdf\x3c\x50\xd8\xaf\xd3\x99\x43\x84\xa9\xbc\x21\xb8\x2f\x5b\xd5\x0d\xe6\x40\x56\x03\x68\xd7\xc7\x2b\xd3\xac\x80\x92\xe3\x56\x7d\x83\xf3\x1e\x01\xb8\x1a\xab\x0e\x06\xe2\xea\x32\x73\x06\xe4\x0e\x64\x1d\x1f\x17\x9d\x68\xe6\x03\x74\x8c\x76\xba\xfb\xd9\xa3\x9e\x6d\x6f\x07\xb4\x06\x3b\x4b\xce\x4a\x47\xdc\x6a\xf9\x97\x2d\x58\x39\x2e\xa0\xb7\x72\x6c\x7e\xdd\x0b\x82\xa9\x30\xe2\x8d\x81\x8b\x4f\xf9\x08\xa6\xf4\x9f\x1d\xc8\x1c\xc1\x78\x07\xac\xe9\xd6\x8d\x16\x15\x90\xaa\x92\xdf\x21\x59\x6a\x18\x83\x18\x0b\xed\xb4\x0e\xd3\xa1\x8f\x5b\x86\xa5\x72\x7e\xc7\xa1\xa2\x0e\x1e\x8f\x45\x46\xf5\x6a\x47\x47\x9f\x56\x3a\xa3\x05\x5d\x78\xd2\xda\xda\xa6\x3b\x6e\x3e\x38\x41\x39\x38\x70\xa0\xbd\x6b\x70\x3b\xd5\x15\x15\x2a\x52\xf7\xe5\xea\x96\x31\xb5\x27\x0f\x29\x82\x5c\x25\x4b\xea\x91\xf0\x5a\xf8\x8b\x11\x41\x2c\x79\xc6\xb5\x5b\x88\x59\x13\xd5\x16\xe8\x55\xed\x77\x78\x14\x96\xfe\xf9\x3a\xe4\xc4\xae\x0b\x16\x8d\xe3\xcc\x4a\xa9\x47\x3b\x16\x3a\x6b\x0e\x04\xc1\x4d\xe5\xf0\x56\xe6\xb9\xda\xef\x64\x74\xee\x59\xc1\xa3\x53\xc1\xc8\xf6\xc0\xa4\x1e\x78\x46\x71\x12\xe2\x14\xc6\xc0\xe3\x9c\xe2\x55\xc6\x91\x59\x02\x21\x73\x5f\xe3\x70\xf7\xae\xf2\xcb\x5a\x62\x52\x23\xa6\xa2\x87\x14\x45\xcb\xdc\x95\xac\xe1\x78\x33\xf4\x66\xc0\xd7\xc1\xc9\xf2\x81\xaa\x8c\x79\x57\xb3\xef\xeb\x18\x56\xfa\x16\x41\xef\x4a\xfd\xc7\xda\x70\xaf\x71\x12\x81\xe1\x44\xe9\x4d\xd7\x21\x74\x27\xcb\x08\xa6\x3a\xa4\x8d\xa8\x01\x45\x91\x80\x0c\x63\x76\x8f\xe1\x4a\xbd\x5d\xe3\x96\x2a\x49\x5a\xdc\x9d\x9f\xc7\xbf\x83\xe9\xea\x0f\x14\xca\x7a\x1e\xc6\x07\xf9\x19\x42\x16\xe8\x0b\x6d\x43\x99\xd6\x95\x4f\xa1\x08\x85\x74\x9f\x72\xe5\xaa\xb8\x2e\xda\x48\x04\x7f\xf6\xbc\x00\x18\x28\x40\x81\xb1\x20\x69\x2d\x49\x69\xe3\xd4\x6b\xc8\x90\x10\x8a\xc6\x91\x93\xb4\x17\xa3\x3b\x14\xcb\xc8\x01\xfa\x28\xd5\x62\x85\x36\x3a\x9a\xa8\xf2\xdd\x11\xa4\xe1\xd6\xc1\x3f\x05\xce\xc6\xb6\x52\xf9\x4a\x1b\x22\x0a\xaa\xce\x43\xce\x19\xa3\xce\xa3\xe4\xd8\x06\x21\x8d\xa9\x44\x45\x78\xda\xa5\x8c\x7f\x15\xd9\x94\xfb\xf7\x24\xcd\x78\x91\xdd\xa0\xaf\x4c\x09\x3a\x57\xd2\xd5\x88\x8a\xed\x79\x4c\x04\x75\x3b\x12\x65\x31\x02\x21\x8c\xe3\x15\x0c\xdf\xc9\x8d\x72\xb6\x62\x1c\xf3\xcc\xdc\x19\xc0\x89\x4e\x34\xd0\x38\xc2\x64\xff\x61\x8b\x64\xfc\xe5\xd3\xd9\xe7\x92\xeb\x2c\x3a\x0b\x02\xfa\xc0\x93\xb7\x5e\x49\x62\x76\xf0\xb9\xef\xae\xa8\x55\x71\x02\x05\x0d\x33\xf0\xa7\x0c\x47\xff\xf1\xe9\xec\x73\x33\x5d\xbd\xe0\x6d\x50\x66\x93\x8b\xcd\xba\xea\xa0\x45\x33\x35\x97\x59\x48\x52\x63\x88\xec\x83\x05\xa5\x86\x96\x61\x2a\x45\x3e\x2d\xe3\xe8\xdb\xb1\xf5\x20\xbf\xa4\x5f\x4a\x8e\xe8\xa3\x5d\x85\x90\x25\xa8\x54\xc6\x42\x3a\xe4\x71\xc5\x29\x6c\xab\x0c\x7a\x20\xfe\x09\x73\x4b\x5c\xd6\x6a\xe1\xcc\xe8\xf3\x55\x1d\x34\x53\xdb\x37\x39\x37\xf2\x03\x35\x79\xea\x0c\x16\x32\xcc\x06\xf7\x60\x85\x40\x82\xc4\x4e\x0f\xd2\xbd\x58\x93\xf3\x0e\x05\x5c\xcc\x19\x8a\xd7\x05\x4c\x79\x1e\xab\x0f\x88\xc2\x2d\xa4\x30\xe4\x88\xb2\x13\x20\xb4\x8e\xc5\x90\x6d\xab\xf7\x51\x24\x42\x29\x45\x77\x62\xd5\x0f\x09\x15\x3b\x20\x05\x78\x07\xd3\x54\xe6\xeb\x8f\x6a\x64\x49\xd0\xc2\x35\x90\xb1\x1c\xe9\x17\xa8\x9c\x78\x49\xa2\x3c\xf2\x1d\x4e\x72\x1d\xb5\xf2\x7d\x38\xa9\x80\xab\xb3\xbc\xb5\x58\x6a\x23\x30\xbb\x8e\xe1\x06\xe0\x24\x92\x86\x37\xd9\x94\xf8\x84\x99\x32\x2f\x20\x85\xd4\x58\x69\x5e\xca\x4a\x32\x31\x36\xc5\xfe\xfc\x3c\x34\xef\x7c\xa0\x5b\x7e\x25\xa0\xd4\x45\xb0\x44\x75\xcb\x53\x75\xab\x5d\xa5\x6c\x55\xc8\xce\xf0\x08\x70\xb2\x41\x7c\x8b\xa8\x4a\x3c\x33\x6d\x5f\x0b\xb3\x18\x70\x6a\xc2\xa5\xe6\x77\x3f\x89\xd4\xaf\x76\xde\xce\xc4\xe8\x96\x6c\x29\x57\x51\xd8\x86\xd3\xbe\xc6\x89\x4e\x13\xd0\x83\xab\x23\xa6\x9c\x99\x14\xed\xc8\x5d\xd9\xc2\xc9\xab\xd8\x46\x29\x75\xa9\x4a\x4e\x80\x50\x2a\x18\xdf\x9b\xfc\x9c\x4c\x41\xbc\xba\x54\x95\xc4\x7b\xc0\xe1\x3b\x94\x28\x5b\x09\x55\xf9\x2d\x21\x70\xc9\xf2\xdc\xaf\xd5\x51\x48\x2d\x51\x3b\x9b\xf2\xc6\x6a\xf5\x61\x72\x28\x9b\xa3\x61\x2d\x74\xfb\x70\xa6\xa1\x24\x2a\x58\x06\x38\xd1\x57\x8f\x1f\x8f\x65\x92\x5d\x4a\x16\x8f\xcd\x32\x81\xfb\x61\x86\x95\x2a\xf6\x5a\x0e\x30\x9b\xd6\xb2\x96\xd8\x9a\x99\xf4\x1c\x87\xed\x9e\x0b\xf3\x9e\xf7\x2e\x45\x78\xdb\x0a\xfb\x5a\x4c\xf7\x1a\x7f\x44\x51\xc9\xaa\x96\x1c\x13\xe3\x33\x98\x45\x45\x61\xa3\x04\xa2\xe7\x3a\xdf\x2a\x7b\x38\x9c\x00\xb5\x58\x4b\x9a\x42\x9e\xc1\x58\x35\x07\x90\x22\x15\xca\xd6\xa2\x2e\x9a\x11\xe9\xc2\x31\x1b\xe1\x4a\x1b\x4c\xff\x4a\x94\xfe\x44\x1d\x8a\x8e\x71\x48\x09\x23\x6b\x0e\xbc\x90\xe3\x3b\x04\x86\x79\x0c\x4c\x05\x4a\xf4\x69\x0d\x66\xe5\x69\x59\x0c\x2e\x09\xca\xd5\xa1\x85\xc7\xcc\xac\x92\x56\xb7\xab\x52\xdb\xb8\x61\x9a\x0f\x3a\x5d\x9a\x44\x4b\xea\x6d\xe5\xa6\xa5\x2a\xb5\xa0\xd7\xc6\x47\xf1\xbe\xd4\xb1\x7e\xe1\x81\xdd\xc7\xfb\x5a\x38\xd1\x54\x6b\x41\x57\xf0\xe7\x9f\x4b\x1e\x5d\xe1\xcb\x35\x7d\x38\x95\x9d\x05\xb9\x70\x68\xcc\x1d\xc8\x1a\x2f\x84\x9b\xb7\x43\xbb\x15\xa2\xca\xd3\x13\x00\x61\x2c\x4f\x74\xa4\x96\x08\x10\x12\x64\x0d\x4c\xf3\x62\xab\xa2\x21\x07\x76\xee\x72\x1b\xe7\x85\x9b\xe5\x76\x1b\xcb\xc5\xaa\x6d\xee\x53\x9e\xe7\x24\x37\x07\xf2\xb6\x27\x15\x9b\x10\xc9\x70\xa3\x28\x66\x14\x79\x66\xb4\x11\x66\x35\x26\x1f\x00\x54\xa4\x98\x54\x1b\x3d\x7d\xfb\xf9\x9e\xbc\x80\xb3\xda\x9b\xa4\x1c\x35\x35\x38\x01\x67\x2d\x34\xe5\x1d\x5d\xf4\x14\x85\xb2\x1b\x8a\x2f\xd1\xc5\x89\x3a\xae\x53\xbb\xc3\x38\xb6\x30\x99\xd9\xdd\x23\x7d\x78\x4c\x2b\xa9\x86\xf6\x5a\xda\x9d\x4c\x6b\x29\xf3\x5e\xc0\x1c\xf0\x8f\xc3\x49\x6e\xe8\xd4\x4a\x55\x76\x4a\x73\xeb\x03\x72\x77\xc7\x74\xcd\x03\x05\x23\x36\x9c\xe4\x09\x31\xb5\xe5\x43\x9b\x9e\xd2\x57\x33\x33\xe4\xfc\x5f\x8b\x4d\x70\x2e\x54\x65\x05\xa5\xdb\xa8\xf2\xf0\xcd\x08\x2d\xa2\xa9\x36\x04\x6e\xe3\xdf\xac\x0d\x7e\x84\xfb\x48\x91\x4e\xe7\x5a\xed\x01\x94\x37\xb7\xf7\x55\xdf\x5d\xe0\x2f\x50\x2b\x98\x32\xcc\x73\x24\x6b\xec\x30\xfe\xa1\xac\xe3\x5a\xf2\x29\x6d\x20\x1a\x37\x4e\xf3\xed\x41\xe1\x63\x76\x82\x23\x17\x2a\x49\x5f\x28\x13\x14\x52\x4a\xee\x90\x39\xaf\x58\x13\xba\x83\xa6\x1e\x0c\x59\x2b\xee\x9a\xeb\xe9\x6e\xd6\x6b\xc5\x91\x3c\xb0\x0c\xea\xf4\x37\x9b\xa5\xd3\x6b\x92\xf8\x6d\xab\x3c\x1a\x42\xcd\xc2\x5a\x53\xb8\x61\x95\xf9\xeb\x2c\x8e\xf7\xbd\xe2\x58\x56\xaf\x70\x64\x0d\x60\x59\xb1\x24\x37\x4b\x17\x77\x73\xb5\x96\x2b\xa3\xf4\x8c\xf2\xc5\x42\x25\xb5\x92\xb5\x83\xa3\xca\xbe\x17\x6a\x57\x73\x18\xd4\x5c\x19\x20\x2a\x33\x22\x8a\x23\x29\x59\x8d\x17\xb2\x13\xc0\xb2\x70\x0b\x20\x6b\x2c\xdd\xca\x81\x30\xed\x4f\xcc\xc9\x8d\x9a\x44\xb0\x1c\xd7\x5b\xa1\xc3\x5e\x9a\x94\x92\x57\x9a\x1b\x82\x50\xe7\xda\xdd\xa8\x33\xdf\x4c\x80\xdc\x93\x4c\x27\x81\x89\x75\x46\x4c\x11\x15\xf9\x83\x31\x2b\xee\xee\xe3\x4d\x42\x0c\xca\xca\x57\xed\x0b\x89\x26\xaa\x87\x76\x6e\xf3\x5e\xa5\x66\x20\x42\x09\xe1\xda\x77\x2e\x88\x95\x12\xaa\x59\x26\x69\x30\x41\x24\x7d\xed\x62\x7b\x05\xe5\xcd\x17\xc1\x72\x21\xb1\x4a\xb9\x05\xa0\x16\xaf\x13\x33\xa7\x4b\x6a\x21\x98\xa2\x0e\x44\xd5\x17\x8d\x9b\x9a\xbe\xb7\x72\x20\x41\xb3\x99\x66\x70\x23\x30\xe0\x85\xbc\x13\xbd\xe1\xa9\x48\xa8\x64\x2d\xcb\x2e\xbb\x4a\x5b\x33\x79\x0f\x12\x84\x00\xab\xd6\x31\x28\x4b\x57\xc9\x62\x62\x27\x80\x91\x32\x8e\x4c\x70\x56\xf4\x13\x62\xe7\x84\xaa\xac\x3b\x98\x23\xab\xcc\x02\x45\x2e\x45\xd0\xcd\xb4\xab\x77\xc0\x5a\x76\x78\x0d\xa0\x39\x61\x13\x90\xaa\x0a\x7c\x8a\x2c\xa1\x7a\x63\x15\x36\x00\x37\xd2\xf1\x1a\x2b\xc7\xcb\x64\x79\x94\xf2\x53\x54\x70\x28\xb7\x6c\xc2\x34\x61\xb9\x56\xe2\xd8\xec\x79\x8a\x84\xd9\xa8\xb4\xbf\xaa\xcf\x7b\x79\xb5\x2c\x85\x7c\x2b\x37\x3d\x7a\xcf\xab\xed\x40\x51\xdf\x40\x35\x23\x34\xaf\xee\xa4\x95\x6b\x07\x53\xa6\xbd\x50\xb9\x65\x4d\x63\x18\xca\x52\xb6\x85\xb3\x2f\xa3\x6a\x3b\xed\x36\x09\xb9\x52\xbc\xc1\x09\x8c\x97\xa2\xc5\x7f\x88\xff\x9c\x9f\x88\xff\x3e\x97\xff\xfd\xb1\x11\x6b\x2f\x31\x45\xc2\x9c\xd5\x90\x12\xb8\x57\x25\xd2\xfa\x36\x82\xc3\x6c\x8a\xcd\x5d\x14\x99\xbb\x4a\x61\x46\x69\x4e\xc4\x89\xa2\x5b\x92\xd6\xfc\x2a\x9d\x83\x5c\x0e\x3b\x98\xa6\x32\x81\x59\xd0\x3e\x57\x7d\x64\xa2\x66\x9b\xdd\xa9\x90\xa8\xfa\x48\x2b\x64\x1c\x80\x16\xea\xca\xaf\x31\xfc\xbf\x00\x00\x00\xff\xff\x54\xa6\xbe\x4f\xd0\xc7\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYaml, - "Template.template.openshift.io/openshift/rhdm75-authoring-ha.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-authoring-ha.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xeb\x92\xdb\xb8\x95\xf0\xff\x7e\x0a\xc4\x95\xaf\x3a\xf9\x4a\x52\xb7\x67\x32\xe3\x89\x36\x49\x15\x5b\xa2\xdd\x1a\xeb\x56\xa2\xda\x33\xde\x54\x4a\x05\x91\x90\x84\x69\x8a\x60\x00\xb0\xdb\xca\xac\xab\xf6\x35\xf6\xf5\xf6\x49\xb6\x70\x21\x09\x92\xe0\x45\xed\xf6\x64\xb2\xeb\xfe\x91\x8c\x45\xe0\xdc\x71\x70\x70\x70\x00\xc0\x18\xbf\x43\x94\x61\x12\x0d\x01\x47\xc7\x38\x84\x1c\x0d\x48\x8c\x22\x76\xc0\x3b\x3e\xc0\xe4\xea\xe1\xe5\xc5\x3d\x8e\x82\x21\x58\xeb\xcf\x17\x21\xdc\xa2\x90\x0d\x2f\x00\xa0\x87\xe0\x38\x04\x2f\x5e\x0d\xbe\x79\x71\x01\xb2\xfe\x43\xf9\xfb\xab\x6f\xfa\x30\xe1\x07\x42\x71\xb4\xbf\x38\x22\xc6\xe0\x1e\x0d\xc1\x7f\xf4\x2f\x00\x70\x40\x84\x1e\x41\x2c\xf0\x32\x8e\x22\x0e\xc6\xc8\xc7\x82\x06\x30\x83\x11\xdc\x23\x0a\x60\x1c\x87\xd8\x87\x5c\xfc\x76\x80\x0c\x6c\x11\x8a\x80\x4f\x11\xe4\x28\x00\x38\x02\x27\x92\x50\x10\x53\xf2\x13\xf2\xf9\xe0\x02\x80\xf5\x01\x81\x84\x21\x1a\xc1\x23\xba\x8a\x21\x63\x8f\x84\x06\x60\x47\x28\x80\xbe\x8f\x18\xc3\xd1\x1e\xf0\x03\xca\x11\x8d\x50\xc4\x29\x0c\x01\x8e\x38\xa2\x3b\xe8\x23\x80\xd9\xc5\x05\x90\x7f\x77\x1a\xd0\x10\xfc\xf6\xe7\xb7\x13\x77\xe3\x8c\x67\x93\xf9\xe6\xce\x73\x57\x1f\x75\x8b\xa5\xc6\x50\x6c\xb1\xfc\x61\xfc\xf1\xc2\x20\x06\x54\xa9\xf1\x61\x18\x32\xc0\x89\x24\xe6\xed\xc4\x05\x0c\xd1\x07\x44\x1b\x90\x7b\xee\xea\x9d\xbb\x6a\xc4\xae\x9b\xa4\xe8\x97\x21\x82\x0c\x81\x2d\x02\x2c\xa1\x48\x20\x53\x82\x93\x38\x19\xf2\x29\xe2\x4c\x92\x16\x80\x17\xbf\xfd\x79\xec\x8e\x26\xde\x64\x31\xdf\x8c\xdc\xf9\x7a\xe5\x4c\x37\xb7\xeb\xf5\xd2\xdb\x78\xee\x68\xe5\xae\x3f\xbe\x00\x30\x92\xcd\x0c\x3c\xa5\x06\x3e\x89\x38\xc4\x91\x96\xf0\x05\x00\xb5\x30\xdf\xba\xef\xbd\xf5\x62\xe5\x7e\x94\x40\x2d\x30\xf3\x06\x3b\x1c\x22\x26\x84\xa8\xc4\x26\xa4\x24\x10\x30\xe4\x0b\x96\x04\x4a\x14\xf1\xc1\xc5\x11\x71\x18\x40\x0e\x85\x2d\xc2\x28\x22\x5c\x5a\x8c\x34\x4d\x00\x02\xc4\x7c\x8a\x63\x2e\x6d\xdb\x31\x0c\x2a\xb5\x53\x65\x1f\x20\x22\x51\xff\xd6\x31\xcd\x31\xb3\x5b\x80\xa2\x07\x4c\x49\x74\x44\x11\xef\x69\xe9\x8b\x4e\x2b\x14\x80\x5b\x68\xb1\xdb\x57\x83\x6f\x40\x1f\x8c\x51\x4c\x91\x2f\x6c\x55\xf6\xc1\x3e\x89\x46\x21\x64\x6c\x28\xff\xb3\xff\xd3\x96\x30\x26\xbf\x14\x06\x5a\x80\x59\x1c\xc2\x53\x5f\x69\xbf\x11\x85\x95\x40\x4d\xdf\xef\x14\x3f\x3d\x83\xa1\x1e\x78\xc4\xfc\x00\x0e\x9c\xc7\xec\xf7\x55\xc4\x31\x25\x0f\x38\x40\xb4\x6f\xa5\xa0\x07\x26\x91\x3f\x90\xbd\x38\xdc\x33\x35\xb8\x7b\x81\x26\x4b\xd9\x6f\x4f\xb2\xd4\xcb\xc7\xbb\x6c\x6d\x75\x27\x5b\x1c\x05\x70\x1b\xa2\x21\x78\xb1\x83\x21\x43\x2f\x1a\xda\x06\xc4\x4f\x04\x67\x52\x6d\xfd\x84\x86\x43\xc5\xc3\xf0\xea\x4a\x0d\xeb\x01\x45\xc1\x01\xf2\x81\x4f\x8e\xc5\xc6\x57\x28\xea\x27\xec\x8a\xa2\x60\x73\x80\x7c\x93\x52\xbb\x39\x2a\x21\x5e\xbd\x1a\x7c\x73\x75\xe0\xc7\xf0\x2a\x40\x71\x48\x4e\x38\xda\x6f\xe0\xa6\xae\xf5\xe6\xd5\xe0\x9b\x4d\xc6\xdb\xc6\x10\xf9\x86\x44\x59\xaf\x8c\xf2\x8d\x1e\x11\x88\x6e\x04\x4f\x3b\x42\x8f\x57\x0d\x4c\x86\x24\xda\xf7\x0b\xb6\xba\x3e\x60\x96\x1b\x69\x80\x76\x38\x42\x0c\x50\xc4\x48\x42\x7d\xc4\x40\x84\x50\xa0\x4d\x0b\x88\xe1\x1d\xa0\x07\x14\x92\x58\x8e\x2a\xf4\x01\xf9\x09\x47\x60\x95\x88\x01\x44\xa2\x46\x3b\xea\x01\x1c\xf9\x61\x12\x08\x43\x32\x3c\xae\x86\xac\x44\x23\xd8\x14\x03\x6e\x87\xf7\x09\x95\x9f\x7b\xe9\x30\x14\xf8\x70\xa4\xff\x21\x14\x03\x7c\x72\x3c\x26\x51\x3a\xce\xc4\x77\x68\x98\xa1\x86\xfb\x40\xc2\xe4\x28\xfd\x12\xe3\x84\x22\x20\x06\x30\xe0\x07\xc8\x25\x63\xd2\x3b\xb2\x84\x3e\xe0\x07\xd9\x06\x0a\xc6\x39\xa4\x7c\x60\x0c\x2b\xc0\x70\xe4\x23\xc1\x9b\x86\x69\xe5\xf0\x41\x4d\x6c\x82\xd3\x7f\x13\x2c\x30\x61\xe4\x20\xc9\x26\x83\x54\x34\x37\xe2\x27\xc4\x18\x70\x12\x4e\x8e\xa6\x08\x16\x31\xa2\x90\x13\x3a\x68\xd0\x1f\x4b\xe2\x98\x50\xde\x62\x9e\x12\xc0\x43\x3a\xd3\xa6\x33\xa6\x1a\x68\x95\xd9\x52\x7d\x60\x31\xf4\xd1\x30\x1f\xaa\x17\x64\x2b\xa6\x3b\x36\xbc\xe8\x03\x73\xda\x7e\x78\x79\x01\x80\x9a\xa2\x3d\xe1\x27\x7d\xe4\xf8\x3e\x49\xa4\xbc\x4d\x07\x09\x40\x3e\x71\x8b\x3f\x43\xe3\x62\x26\x71\x96\xcb\xe9\x64\xe4\xac\x85\xdf\x9e\x3b\x33\x57\xcd\x36\xe9\x54\x54\xf9\xda\x17\x54\xb3\x07\xbf\x9e\x98\x15\x09\xd1\x0d\x8e\x02\xc5\xd1\xe7\xa7\xa4\x8f\x02\x2c\x78\xa6\x24\x44\x2b\xb4\x1b\x1a\xbd\xf4\x17\x96\xa4\x12\x04\xa0\x5f\x27\xb2\x4f\xe2\x59\x43\xab\xf0\x5b\x99\x9c\xca\xd3\x53\x18\xda\xe3\x93\x47\xb4\xd5\x31\xc2\x25\x03\xc2\xce\xd8\xe0\xa9\x02\x04\x6a\x1a\xf5\x1b\x78\xf3\x05\xd6\x0e\x32\x48\xdb\xb1\x18\xf9\x8a\x06\x49\x9a\xfa\xcf\xbe\xee\x2c\xc6\x82\x46\x2c\xbe\x0e\xc1\x77\xd7\xdf\x5d\xa7\x5e\x0b\xd2\x3d\xe2\xcb\xe2\xcf\x66\x47\x56\xec\xf9\x87\x3f\x7c\x6d\xeb\x99\xfe\xcc\x50\x88\x7c\x4e\xe8\xb0\xe2\xba\x46\xd2\x73\xb5\x71\xf2\xd9\xf4\x69\x84\x78\xbf\x9c\x26\xef\x31\x52\x88\x5a\x34\x69\xb6\xfb\xd7\xd6\x64\x91\x63\x26\x02\x7e\x12\x39\xbb\x1d\x8e\x30\x3f\x0d\xc1\x28\xc4\x28\xe2\x93\xa5\xed\xab\x06\xab\xd1\xf9\xba\x65\xfa\x6f\x00\x38\x3e\x22\x92\x70\x0f\xf9\x24\x0a\xd8\x10\x7c\xfd\xed\xf5\xb5\xcd\x5e\x70\x30\xcc\x26\xc3\x7e\xa3\xb5\xf5\xb5\x38\x53\x2f\x99\xf0\xf3\xed\x4b\xf6\x92\xa1\x68\xd9\x63\x5c\x32\x35\x15\x6b\x0b\x19\xe8\xde\x07\x18\x53\xf2\xe1\x34\xa0\xa2\x23\x2d\xce\x60\x9a\xc5\x21\xf8\xf6\x9a\xfd\x82\xce\xa5\x9b\xb4\x0a\xb6\x79\x20\x8c\x0f\xad\x0b\x8c\x85\xb7\x16\x1d\xe5\x42\xe2\x63\x66\xc7\x43\x8b\xa9\x65\xc6\xcc\x49\xfa\xb9\x8b\xb3\xab\x51\x79\xbb\xa6\xd9\xe7\x56\x35\xfb\x17\xd0\xf5\x73\xab\xd8\x6b\xd7\xb1\x62\x8f\xe7\xbc\x71\x44\x8f\x38\xd2\xbc\x89\x55\x39\x3f\x50\x92\xec\x0f\xcf\x67\x0c\x8d\x16\x9d\xf9\xa8\xe7\x1d\xff\xf9\x0c\xf3\x84\x91\xbf\x85\x21\x8c\x84\x1e\xd5\xd2\xe2\x17\x9c\x8f\xba\x89\xca\x6a\x19\x66\xda\xe0\x33\x0d\xfb\x9c\x80\x33\x86\x7d\x51\xc1\xcf\x37\xec\x2b\x1a\x2e\x0d\xf8\x5f\x5b\x00\xd1\xa6\xa7\x7f\xca\xd8\x6d\xd4\xa8\xd2\xd3\xb8\x14\x6a\x74\x51\x59\xb6\x24\x84\x61\x7c\x80\xc5\xc1\xf5\x08\x31\xef\xef\x08\xed\x53\x04\x83\xd3\x10\xbc\xe0\x34\xd1\xe9\x8e\x5f\x9b\xd3\xa5\x48\x52\xc0\x86\xe0\xe5\xb3\xc4\xd3\x12\x06\xa7\x90\xa3\xfd\x29\x13\xd5\x29\x96\x49\x25\x95\x8c\x2c\x2c\xa8\xd3\x26\x45\x71\x57\x05\x75\x86\xb0\x9e\x4a\xf5\xd9\xa2\xee\x2e\x6e\x09\x38\x13\xb9\xf8\xcb\x12\x45\x06\x87\x7d\x80\xa2\x07\x93\xe1\x34\x96\x36\x81\xdf\x79\xee\xca\xdb\x2c\x57\x8b\xa5\xbb\x5a\x4f\x5c\xcf\x68\x0e\xc0\x03\x0c\x13\x34\x04\x57\x24\xe6\x57\xf7\x18\x5d\x09\x89\x5e\x15\x32\x38\x57\x86\x10\xfb\x09\x43\x94\x0d\x62\x4a\x62\x44\x39\x46\xac\x05\xf5\x6a\x31\x75\x9f\x0b\xb5\x58\xa9\xb7\xa0\x2e\xe6\xdf\x6d\xc8\xea\x72\xf4\x76\x28\xcb\x1f\xc6\x6d\x40\x64\x1e\xdd\x0e\x63\x76\xe3\x3a\x73\x2b\xcb\x0a\x80\xfa\x5e\xd7\x5b\x3b\xc3\xd1\x62\xbe\x5e\x2d\xa6\x53\x77\xb5\x59\x2c\xdd\xb9\x77\x3b\x79\xbd\xde\xbc\x99\x2e\x6e\x9c\xe9\x66\x3c\xf1\x46\x8b\x77\xee\xea\xfd\xc6\x9d\x3b\x37\x53\xb7\x81\xd8\xa7\x40\x7b\x0a\x65\xcb\x95\xfb\xda\x5d\x6d\xde\x4e\x5c\xdd\x4a\xfc\xdf\x64\xe4\x3e\x8d\xb2\x3a\x68\xdd\x29\x5b\xbb\xb3\xe5\xd4\x59\xbb\x9b\x91\x33\xba\x75\x37\xeb\xf5\xf4\x1c\x4a\xaa\xbd\xeb\x30\xff\xb0\x58\xbd\xbd\x71\xe7\xa3\x5b\x3b\x23\x0d\xfa\x31\x1c\x7d\x17\x86\x9a\x0d\xdb\xde\xbe\xbb\xb8\x1a\x0d\xde\xda\xfc\x0c\x55\x2c\xde\xba\xf3\xb3\xa4\x2f\x3a\xb4\xc0\xef\x24\x8e\x0e\x32\xe8\xc2\x78\x0d\xb7\xb9\xea\x57\x8b\xbb\xb5\x2b\x7d\xb9\x1d\x56\xb7\xe9\x24\x85\x3b\x73\xde\xb9\xf3\xcd\x6c\xb2\x5a\x2d\x56\x9b\xbb\x55\x8d\xe1\x96\x5b\xd9\x28\x54\x6d\x56\xee\x72\xb1\x99\xd4\xb0\x59\x68\xd2\x02\xa3\x85\x96\xb4\x4d\x1b\x14\xcf\x5d\xd5\x8b\xca\xd2\xb0\x05\xde\xd2\xf1\xbc\x1f\x16\xab\x76\xfe\xd2\x86\xb5\x6e\x5b\x36\xad\x37\xac\xca\x5a\x33\xef\x50\x47\x66\x0e\xb6\xd6\xce\x6a\xa0\x36\x11\xfb\x66\xb2\xde\xdc\x2e\x16\x6f\xbd\xcd\x78\x52\x43\x6b\xa1\x89\x0d\x46\x71\x2b\xb5\x0e\xd0\x15\xe2\xfe\x55\xba\xd1\xe5\xab\x7c\x42\x5f\x6d\x0e\xf7\xd5\x06\x4d\x2b\xe8\x8e\x5c\x97\xb6\x76\x6b\xc1\xd6\x5b\x4e\x0d\xc8\x3a\xd5\xa8\xaf\xcd\xc6\x53\x03\xb2\x49\x37\x9e\xd7\x30\x4e\xf4\xc7\xba\x7e\x62\xda\x98\x8c\x47\x8b\xf9\xdc\x1d\xad\x37\x63\x77\x39\x5d\xbc\x9f\xb9\xf3\xb5\x35\x94\x58\x2d\x16\xeb\xc1\x23\xb4\x39\x10\x01\x6b\xe5\x3a\xd3\x59\x3d\x15\xf2\x73\x1d\x1d\x6a\xd3\xbe\xa3\x48\xf2\x0e\x75\xe0\x46\xd3\x89\x3b\x3f\x07\x9c\xea\x50\x2b\xdd\x46\xff\x61\xb6\xa8\x83\xd0\xac\x74\xb3\x45\x1d\x84\xf1\xc4\x13\xf3\xfa\xc6\xf3\xa6\x9b\x91\x88\x70\x5f\x0b\xf7\xee\x6e\xde\x39\xd3\xc9\x58\xfa\xf9\x7a\xd8\xed\x7d\x6b\xe9\x5e\x4d\xe6\xa3\xc9\xd2\x99\x6e\x9c\xf5\x7a\x35\xb9\xb9\x5b\x37\x08\xc1\xd2\xd8\x3a\x0c\xcc\x35\x77\xd7\x51\x50\xcd\xa7\x34\x00\xad\x09\x84\x3b\x65\xee\x8a\x60\x9d\xbb\xf5\xed\x66\x3a\x76\x96\xf5\x23\xac\xd0\xa4\x19\xc6\xcd\x64\x3e\xde\x8c\x6b\x14\x55\x69\xd6\x01\xd6\x68\xe5\x8e\xdd\xf9\x7a\xe2\xb4\xd2\x56\x6a\xde\x0c\xfb\x7b\xc7\x91\x75\x34\x77\xab\xc9\xfa\xfd\x66\xbc\x98\x39\x93\x56\xa2\x6d\x7d\x5a\x38\x70\x3c\x77\x33\x5a\xff\xd8\x45\x22\x79\xd3\x0e\x30\x5f\x4f\xa6\xeb\xba\x19\xd5\xda\xb4\x19\xa6\xe7\x3a\xab\xd1\xed\xc6\x1b\x2d\x96\x75\xc1\x96\xb5\x6d\x27\xa8\xeb\xc9\xcc\xdd\x4c\x27\xb3\x49\x8d\xb7\x6a\xe8\xd0\x0c\x7f\x3c\xf1\xd6\x93\xf9\x9b\xbb\x89\x77\xeb\x8e\xe5\x94\xd4\x36\x84\xbb\xf5\x6d\xc6\xba\x74\x56\x9e\xdb\xe2\x2f\xeb\x5a\xb7\x8c\x3f\xdd\x6a\x73\xe3\xbe\x99\xcc\x37\xde\x7a\x35\x99\xbf\x69\x1d\x91\xb6\x4e\x1d\xf1\xb8\xf3\xf1\xb9\x58\xf2\x2e\xcd\x38\x56\x8b\xa9\x21\xd1\xda\x40\xb9\xa1\x43\x3b\x7c\xaf\xe3\xd0\x32\xdb\x76\xa0\xba\xdb\xd8\x32\x9a\x76\x80\xb9\x12\x5e\xc3\xab\x9d\xc1\xea\x5a\xb7\xd8\xbf\xfb\xda\xb9\x9b\xae\x65\x9f\x56\x7b\x37\xda\x76\xa0\xb7\x38\x20\xba\xaa\xaf\xd2\xab\xcb\x48\xca\x7b\xbe\x5e\x2d\x66\x1d\xd4\x59\xd3\xed\x3c\x7b\xf4\x3a\xda\x4d\xb9\x4f\x0b\x16\xf7\xb5\xbb\x12\xd3\xae\x18\x2f\x05\x49\x6c\xd6\x8b\xcd\xe8\xd6\x1d\xbd\x6d\x45\xda\x0e\xa2\x96\x06\x49\xf0\xcc\x59\x2e\xdd\x55\xa7\x5c\xa1\xc6\xdb\xd4\xad\x1b\x2e\x77\x39\x75\x46\x6e\x9b\x21\xd6\x75\x31\x71\xe0\xa3\x2c\x55\x16\x2b\xf9\x7e\x79\x89\x44\x0f\x28\xfc\xae\xdc\x76\x99\x84\xe1\x92\x84\xd8\x3f\x0d\x81\x13\x3e\xc2\x93\x99\xc9\x0c\xf1\x03\x8a\x10\x63\x4b\x4a\xb6\x68\x58\x20\xed\xc0\x79\xfc\x06\xf1\xe2\x8f\x00\xc4\x90\x1f\x86\xe0\x8a\x22\xc6\xaf\x0e\x08\x86\xfc\x70\x2a\xb7\x28\x57\x61\xa4\x7f\xcc\x3f\xa0\x74\x0d\x54\xf8\x84\x23\xcc\x31\x0c\xc7\x28\x84\xa7\xac\x96\xe1\x65\xa9\x7f\x8c\x28\x26\x41\xfe\xf9\x9b\xc2\xd7\x72\x25\xc4\x57\xc6\xd7\xee\x19\x70\x50\x2c\x31\x49\xb5\x9a\xa5\xc2\x75\x3d\xc8\xab\x57\xdf\x15\x90\x2b\x04\x3f\x91\x90\xdc\x63\x58\x24\x9a\x12\x4e\x7c\x12\x0e\xc1\x7a\xb4\x6c\x84\x59\x16\x57\xa5\xb8\xe5\x5c\x80\x79\x2d\x4b\x19\x20\xeb\x04\x91\x22\x18\xe0\x1a\xdb\xd8\x41\x1c\x26\x14\xad\x0f\x14\xb1\x03\x09\x83\x21\xf8\xfa\xdb\x73\x8d\x47\x6e\x3c\x7d\x1e\xd3\xf9\xba\xd1\x72\xba\x1b\x4e\x56\xd5\x5a\xe4\x23\xc4\x47\xcc\x59\x99\xb7\x23\x3a\x12\x7a\xb2\xe7\x56\xdc\xd9\x62\xf5\xbe\x1a\xb1\xa9\x5c\xc6\x8c\x24\x51\xd9\xe2\x8e\xe2\xb7\xa5\x92\xd6\x39\xc9\x90\x54\xcd\xe5\xf6\xf7\xe8\x24\xeb\x59\x6d\x3d\x84\x22\x16\x51\x78\x1a\x02\x4e\x13\x54\x4b\x86\xb9\x6d\x62\xc1\xd8\x5c\x6b\x12\x3f\x90\x30\xeb\xc4\x0a\x55\x8d\xf3\xd6\x82\xc6\x4c\x55\xf9\x3e\xeb\x1b\x0a\x7d\xb4\x2c\xea\xf5\xdb\x5c\xeb\x8a\xcb\xc2\xc6\xd5\xb9\x72\x51\x12\x2e\x2a\x59\xfd\x96\x12\xdc\x7c\x38\xa1\x82\xfa\x0c\x01\x01\xa3\x2e\xf9\x9d\x24\x6c\x14\x42\x7c\x2c\x12\xe3\x8b\x9f\x9a\x85\xa7\x40\xcb\x86\xb2\x2b\xa7\x78\xbf\xcf\x36\xf4\xfa\x6a\x7e\x18\x1d\x60\xb4\x47\x4b\x48\xe1\xd1\x10\x18\xd4\xd5\xc6\x7e\xc9\x2a\x32\x2f\x23\x30\x17\x04\xdc\xcd\xbf\xee\x28\x29\xf0\xa1\x76\xb7\x27\x82\x10\x8f\x53\x04\x8f\x6b\xb8\xaf\xb8\xee\xfa\xc9\x6e\xf8\xdb\x9f\x27\x33\xe7\x8d\x2b\x42\x6e\xd7\x99\x6d\xd6\x4e\x21\xec\x36\x2a\x95\x4b\x0d\x05\x7d\xde\xd2\xc9\xf7\x76\xd4\x0e\xf0\x24\x97\x88\x96\x91\xfa\x5d\xed\xd1\xea\x0f\xff\x3b\x37\xe9\x8b\x75\x15\x59\x63\x36\x50\xbf\x0e\xee\x31\x1a\x10\xba\x17\x3e\xa0\xaf\x4b\x49\x5a\x8b\x4d\x2e\x9a\xfd\x83\xbd\x44\xa3\xbc\xdf\x4f\xd1\x83\x54\xfc\x2d\x16\x43\xf5\x34\x15\xde\x77\x08\x5e\xaa\xd1\xfe\x2c\x25\x99\xa5\x62\x00\x4a\xc2\x10\x47\xfb\xf2\x90\x38\xc2\x0f\x5e\x42\x45\xf0\xf5\xf2\xfa\xfa\xff\x99\x3f\xdf\x45\xf0\x01\xe2\x50\x9d\x1c\xb9\x2e\x18\xd4\x4a\xc1\xba\x00\xbf\x96\x8a\x82\xb2\x9a\xcf\xb6\x8b\x67\xb5\x8d\xee\xf6\x01\x3e\xad\x40\x21\xdf\x35\xd3\x7b\xba\xcf\xb6\x6f\xf6\xeb\x2a\x02\xd0\x7b\x87\xb3\xc5\xb8\x7d\x0f\x5c\x34\x7a\xfe\x62\x82\xf1\x6a\xb1\x98\x7a\x29\x0e\x95\x00\xd8\x8c\xa6\x8e\xe7\xd5\xad\xb1\x9a\x7a\xd8\x30\x2c\x57\x8b\x99\xbb\xbe\x75\xef\xb2\x3e\xee\x8f\xeb\x34\xc1\x5d\x23\xbc\xe6\x3e\x2d\xd2\xbc\x79\xbf\x74\x3c\x6f\x23\xd7\x68\x9d\x76\x80\xcb\x1d\x5a\xe0\xdb\xb2\x07\xaf\x4b\x13\xa5\xf8\xdb\x61\x14\x06\xd9\xe9\x91\xca\x17\x15\xa8\xa5\x5e\x65\xa0\x9c\xc9\x5f\x2f\x3b\x0d\xd6\xcb\xbf\x35\x93\x78\xfe\x5e\xb3\xcd\x6f\x58\x00\x7b\x6b\x67\xb5\xbe\x5b\x8a\x79\xd9\x59\xbb\x6f\xde\xdb\xc0\x2f\x62\x14\x79\x62\x52\xf4\x38\xa4\x3c\x89\x3d\xed\xb0\x9b\x21\xff\x0a\xf6\xea\x9f\x7b\x4f\x5d\xb7\x59\xbc\xee\x00\x68\xf1\xba\x79\x07\xdb\xbe\xbd\x77\x3b\x9e\xc9\x70\xb6\xe7\xfe\xb8\x76\x57\xf3\xc2\xa6\x42\x0a\x23\x6b\xb4\x69\xdd\xe9\xa7\x28\x26\x8d\xde\xd3\x0a\xab\xb1\x88\xe7\x3c\xef\x6c\x85\xbf\x74\xd6\xb7\x36\xe0\x57\x47\xf8\x80\xa2\xaf\xae\xba\xc2\x69\xce\x71\x3f\x61\xe3\xbe\x86\xda\xb3\x36\x8b\xdb\x37\xf2\x53\xd5\xb6\xab\xaf\x43\xa1\x86\x0d\xd8\x27\x54\x6c\x58\xc1\x3d\x47\xe9\x86\x0d\xf0\xb3\xd4\x70\x9c\x51\xd2\x90\x17\x61\x3f\x47\x31\x43\xfd\x09\xf5\x5a\x80\xf5\x52\xac\x00\xfb\x94\x02\x86\x0a\xb0\xff\xcb\xa5\x0b\xe6\x5c\xf7\x49\x45\x0b\x25\x40\x5f\xca\x15\x6a\xe8\xfe\xe7\x94\x2b\x34\x1f\xfc\x68\x00\xd7\x10\x64\x37\x1c\x50\x28\x02\xfc\x52\xa2\xf0\xa5\x44\xe1\x4b\x89\xc2\x97\x12\x85\x6e\x58\xbe\x94\x28\x7c\x29\x51\xf8\x52\xa2\x50\x8b\xe5\x4b\x89\x42\x57\x3c\xcd\x25\x0a\x85\x18\xa6\xb2\xf9\x52\xe9\xd0\x52\xa7\xb0\x43\xfe\xc9\x0f\x4b\xfb\xd0\x31\x61\x2a\x27\x54\xce\x88\xa1\x0f\x66\xa6\x38\xfd\xf3\xc9\xf1\x08\xa3\xa0\xfa\xa1\x0f\xae\xb6\x38\xba\x62\x07\xdb\x17\x12\xf3\x2b\x04\x63\xd9\x22\x84\x49\xe4\x1f\xae\xe4\x8d\x52\xfd\x7b\x8c\xcc\x73\xb5\x84\xdc\xb3\x41\x09\x44\x4c\x91\xc7\x49\xfc\xeb\x24\xaf\xa1\xf8\xc3\xb2\xc1\x5f\xf8\xde\xbc\xbf\x9f\x66\x1c\xd5\x46\xbf\x22\x40\x17\x8b\xf8\x07\xe4\xdf\x97\x7b\xfd\xeb\x14\x8c\xd8\x92\x9a\x5f\x0a\x46\xd4\xdf\x67\x2c\x18\xb1\x1a\x94\xdc\x14\xfd\x8c\xf6\xf4\x4f\xae\x22\x31\x37\x6a\x3e\xb9\x7e\xa4\x3d\xf3\x94\xea\x3b\x6f\xf9\x84\x9a\x91\xcf\x54\xd9\xf1\xc7\x0e\x95\x1d\x5d\xe8\x6e\xaf\xe9\xa8\xbb\x49\x52\x76\xf9\xc5\xcb\x27\xaa\xde\xe6\x49\xe5\x13\x2d\x13\xf1\xaf\xab\x86\x62\x69\xab\x7c\x79\x8e\x2b\xda\x9e\xfb\x8e\x82\xac\xae\x26\xdf\x95\x56\x17\xeb\xcd\x48\x80\x32\x1b\x59\x21\x18\xfc\x40\x31\x47\x8b\x48\x5f\x61\x52\x71\x07\x14\xfd\x3d\x41\xcc\x1c\xc1\xc2\x7c\x75\x08\x55\x49\xef\xbf\x5b\x4c\xef\x66\xee\x66\xe4\x2c\x9d\xd1\x64\xfd\xfe\xe3\x45\x2c\x4c\x0f\x71\x69\x97\x7d\x50\xba\xab\x11\x49\x4e\xe4\x4d\x1d\xfc\x80\x4c\x41\x0d\x2e\x00\xd0\x57\x6a\x2a\xe3\x37\x2f\x21\x15\xbf\x64\x37\x00\x96\x65\x70\xa1\x48\xc6\x14\x05\x99\x75\xeb\x20\xf1\x78\x82\x71\x5c\xa6\xe2\xed\xc4\x05\x30\x38\xe2\x08\xcb\x42\x0b\x42\xb3\xcb\x70\x2b\x34\x88\xa6\x8e\x68\x2a\x6f\x9a\xcd\x28\xa8\x6c\xb1\x6b\x74\x12\xaa\x6c\xd9\x8a\x32\xbd\xe8\xb6\x01\x65\x7a\x73\xed\x85\x1e\x66\xe0\xf2\xaf\xb0\xff\x0f\xa7\xff\xef\x7f\xfb\xf9\xdb\x8f\x7f\xbd\xee\xff\xf1\x6f\x3f\xbf\xfc\xf8\x9b\xcb\x0b\x00\xf6\x28\x42\x54\xde\x25\x8c\x3e\xc4\x54\x5d\xd9\x65\x21\x76\xf9\xc3\xd8\x46\x98\xbe\x72\x4d\xb8\x02\x4a\xc2\x10\x19\xf2\x00\xbf\xf3\x10\x67\x52\x55\x84\xee\xe5\x4e\xad\xde\xb4\xcd\x5b\x0f\x12\x96\xd6\xad\x9c\x18\x47\x47\xa0\xaf\x28\x38\xfd\xde\xc6\x9a\xa7\x90\x8d\x72\x64\x15\xc9\xd6\x1e\xfa\xd6\x52\xce\x51\xd7\x89\xba\xca\x51\x26\xee\x4e\x1c\xc5\x8f\xc1\x27\x30\xf4\x8c\x7a\xb3\x9f\x50\xef\xc4\x31\x27\xf7\x28\x92\x03\x6d\x8b\x20\x45\x54\x5e\x83\x8b\x22\x9e\x0e\xb7\x4e\x82\x90\x40\x3e\x41\x14\x6b\xdd\xbf\x89\x23\x75\x2e\xbe\x9e\xa7\x0e\xc6\x28\xef\x8f\x3e\x83\xc2\x3a\x93\x2b\xda\x99\xba\x1d\x16\x93\xda\x11\xad\x09\xec\x60\x5b\xf1\x63\x70\x0e\x7d\xcf\x6f\x41\x16\xb3\x71\xc2\x90\x3c\xb2\xf2\xc5\x8b\x9c\x80\xed\x49\x70\xa4\xfc\x73\x6e\x33\x28\x50\xd7\x74\x4b\xd7\x0d\xd9\x7d\x9f\xa2\x30\xbb\xb4\x99\xc8\xab\x5f\x31\x89\x58\x4f\x36\x40\x1f\xe0\x31\x0e\x51\x0f\xfc\x3d\x41\x14\x23\xd6\x20\x1a\x85\x6d\x20\x30\x99\x7a\x94\x60\xbb\xc8\xea\x46\x51\xeb\x24\xfc\x50\xab\x57\x4b\xbd\x4c\x7a\xfb\x84\xbe\x56\xd9\x32\x51\x19\x38\x8e\x24\x40\x03\xf0\x0e\x86\x38\x50\x1d\x19\x80\x14\x81\xcb\xb1\xfb\xce\x9d\x2e\x96\x33\x77\xbe\xbe\x04\x84\x82\xcb\xe5\x6a\x31\xbe\x1b\x89\x99\xe9\x52\x5d\x37\x35\x89\x04\x13\x41\xe2\xcb\x69\x4c\xc0\xe9\x81\x13\x49\x80\x0f\x23\x10\x11\xae\x6b\xe4\x80\x37\x77\x96\xde\xed\x62\x9d\x5e\x7a\xcb\x00\xd9\x01\x48\x39\xde\x41\x9f\xcb\x9b\x89\xb5\x9a\x2e\xd2\xb8\x41\x0c\xe8\x28\xc8\xe0\xf8\x32\x8a\x91\xad\xd2\x8b\x7c\x05\x84\x28\x03\x02\x70\x24\xfe\x89\x3e\x60\xc6\x71\xb4\xcf\x03\x3f\x45\x67\xad\x7a\x04\xc9\x15\xd3\xb5\x4e\x5a\x5a\x56\x22\xda\xb0\xe9\x40\x57\x80\x69\xb9\x1b\x92\x6b\x18\x59\xc7\x2d\x82\x11\x03\x28\x82\xdb\x10\x05\x57\x01\x66\xf2\x3f\x0c\x6a\x05\xa5\xba\x95\x10\x87\x24\xdc\x87\x91\xe0\x4b\xfd\x6c\x71\x5e\x18\x31\xab\x41\xcd\x6e\x74\x07\x4b\xd5\x59\xea\x12\x14\x25\x4d\x1e\x38\x14\xd6\xb8\xc3\x21\x47\xf2\xca\xf1\xa2\x60\x03\x4a\x48\x98\x15\x3e\xa9\x56\x03\xd9\x05\xd9\x28\xad\x1a\xfe\x58\x02\x48\x65\xfd\x5a\x02\x00\xa3\x0c\x40\xa7\x8a\xb7\xe2\xc5\x2b\x25\x56\x26\x3b\xc0\x10\x17\x6e\x40\x8e\x8c\x9e\x24\x3d\xa6\xe4\x88\xf8\x01\x25\x2c\x65\x13\x7d\xe0\x28\x92\x66\xf6\x88\xc3\x10\x6c\x51\x2a\x1a\x3d\xd2\xd5\xfa\xc4\x30\xa7\x1c\x44\xca\x3d\xfa\xc0\x07\x99\x46\xdb\xf8\x5e\xe6\x14\x68\xde\xdd\x8c\x82\xb1\x06\x92\xf1\xdf\x52\x8f\x57\xe2\xf8\x72\x94\x30\x4e\x8e\xf2\x26\xb6\x2c\x38\x35\xef\x06\x04\xb4\xf6\x52\xc9\x01\x98\x22\xf8\xa0\xe2\xe8\x6d\x08\xa3\x7b\xd9\x2a\x40\x3b\x98\x84\x3c\x83\xd8\x03\x68\xb0\x1f\x18\xd7\xf8\xfd\xc9\xbc\xd7\x49\xb4\xf8\x8b\x11\xc6\xff\x49\xbf\xd4\xf0\x97\xc1\x9f\x34\xa0\x7e\x40\x8e\x10\x47\x7d\x96\xec\x76\xf8\xc3\x5f\x2e\x2b\x46\x51\xbe\x07\x39\xe5\x48\x30\xa1\xae\xc6\xbb\xd5\xa4\xe4\x36\xd2\x78\xee\xbc\xb3\x8c\x58\x27\x21\x9d\x25\xa5\x5f\x50\x38\xec\x69\xd2\xf1\x3e\xc5\x84\x72\x57\xa9\x8d\x47\x89\x44\x0a\xe7\xa9\xc6\x93\xe7\x1a\xce\x97\x8f\x19\xb8\xb5\x9b\x4d\x5d\x15\xc0\x27\x19\x8c\x29\x92\xb3\x64\xf2\x8b\x88\xa2\xd6\x48\x6a\x2b\x22\x6a\x97\xbd\x64\x67\x3c\x2b\x52\x7a\x0b\x04\xa4\x69\x22\xf9\x9c\x87\x7d\x20\xb5\xda\xb6\xa6\xfe\x6d\x0a\xca\x53\x98\xe6\xcd\xb6\x6d\x24\x96\xaa\x6b\xe9\x16\x5e\x8a\x54\x3f\x62\x7e\xc0\x91\xc1\xe4\xf9\x24\xbf\xc6\x21\x6a\x19\x8b\xe5\x5a\x34\x3d\xa1\xa5\xa4\x0c\x7e\xba\x67\xb5\x64\x43\xc6\x88\x8f\x65\x38\x2b\x9f\xf9\x50\xa4\xaa\xa9\x5b\xc4\x06\x3b\x19\xeb\x76\x26\x7b\x94\xf7\xe9\x24\x65\x9d\xaf\xd0\x14\xab\xb7\x4d\x2c\xa4\x16\x9e\xc1\x29\x88\x59\x06\x7d\x4f\x20\x34\x93\xaf\xb1\xb6\x68\xa4\xd4\x28\xb7\xca\x92\x29\x29\x15\x82\xbc\x67\x30\xf2\xa6\x30\xb2\xd1\x84\x6b\xb2\xa2\x9f\xdd\x78\x6d\xf4\x55\xec\xb5\xb6\x0c\xf2\x97\xb1\x54\xd3\x89\xd5\x19\xa7\xb5\xb8\xf2\xb3\x9a\xa5\x4d\x72\x15\x4b\xac\x2d\xd3\xec\x6a\x83\x79\xf0\x2a\xb4\xdf\x03\x3c\xa1\x91\x5c\x3d\x19\x01\xfa\x3e\x24\x5b\x18\x0a\xea\x7c\xf2\x80\xe8\x09\xec\x10\xe4\x09\x45\x35\x71\x6b\x35\x27\x92\x9f\x88\x53\xa0\x06\x19\xa8\x81\x8e\x81\x5b\xa3\x59\x57\xb6\x6b\xa2\xaa\x25\x67\xd2\xe9\x2a\xcc\xe6\x25\xee\x64\x97\x1f\x63\x90\x0f\x7b\xed\xd5\x0a\x5e\x8c\x8d\xec\x8d\x97\xec\xe1\x2f\x26\x65\x89\x02\xa0\x5e\xb4\xe1\x3c\x3b\x43\x76\xc0\x0c\x64\x29\xdf\x54\xf4\x7a\x35\xc0\xc4\xf0\x8f\x90\x5a\xfc\x72\x62\x5a\xc1\x03\x86\x62\x3d\x5a\x24\x81\x46\x50\x1d\x3a\xd5\x2f\x49\x00\x14\x05\x31\xc1\x11\xef\x96\xad\xca\x35\x13\x53\xb4\x53\x27\x4b\x74\x2b\x96\x3d\x4d\xd1\xbe\xc6\x5a\xca\xce\x26\xb1\x39\x95\xf9\x13\x17\xdd\xd4\xd3\x70\x1f\x68\xe3\x32\x2c\x47\x9e\x3e\x24\x07\x46\xd0\x3f\x20\xb0\x5e\x4f\xc5\x52\xfe\x88\xc3\x10\x33\xb5\x1f\xd5\x31\x95\x97\x9e\xeb\xf4\x05\x9c\x01\xe7\xe1\x99\x79\xbd\x2a\x21\x6d\x89\x3d\xdb\xdd\xa3\x29\xd7\xdf\x5e\x5f\x5f\x5f\x57\xd8\x9e\xa7\x7b\x3b\x82\xc7\xc7\x03\xf6\x95\xdb\x33\xf6\x93\x58\xf3\x93\x62\x72\x0b\x4c\x8d\x62\x48\x05\x14\xc6\x61\x28\x97\xa5\xeb\x03\x62\x25\x48\xa2\x45\x44\xe8\x11\x86\xe1\x29\x6f\x0a\xf4\x1c\x90\x59\x53\xbe\xe3\xa4\x72\x25\xef\x49\x02\xd8\x81\x24\xa1\x18\x0d\xe1\x49\x3e\xc4\x24\xac\xfb\x48\x02\xbc\x3b\xa9\x11\x81\x77\x32\xcd\x93\x03\xad\xb0\x81\x23\x00\x41\x80\x77\x3b\x44\x91\xf1\x94\x8e\xc4\x73\x65\x3c\xd6\x57\xd0\x86\x01\x21\x97\x55\xa6\x06\xfb\x66\x58\xc3\xf6\x48\xfe\x5a\x52\xcb\x44\x29\xc5\x0a\x98\x42\xcc\x09\x48\x58\xf9\xb6\xf5\x01\x18\xeb\x20\x1d\x33\xf0\x42\x1e\x90\xce\x43\x71\x79\x34\xfa\x45\xd3\xa4\x50\x66\xcc\x66\x5a\x15\xf6\x1a\x38\xb3\x11\x50\x49\x80\x4a\x14\x01\x90\x1e\x46\xf9\x2e\x18\x69\x56\x55\xb6\xcc\x64\xbb\xc8\xe0\xab\xc1\x37\x83\x97\x55\x8e\x4c\x36\xd4\xce\xa7\x45\x33\x6b\xe7\x4d\x03\xe5\x12\x72\x99\xd4\x19\x7c\x40\x62\xd0\x53\x2a\x27\x5e\xd3\xf2\x53\x17\x2d\x66\x60\x33\x75\x96\x30\x2e\xd4\x34\x10\x8e\xfe\x44\x92\x0b\xbd\xdb\x2b\x2f\x97\x46\x00\x6a\x60\x3d\x65\xae\x1a\xb2\xec\xa4\x23\x36\x00\xc3\xd0\x48\x41\x4a\xa4\x62\xc0\xa4\x74\x0b\xfd\xab\x15\x7d\x82\x43\xf5\x28\x5a\x14\x80\xec\x85\x38\xf5\xe8\x64\x76\xd4\xaf\x2c\xa8\x02\x43\xaa\x46\xbc\xe6\x84\x5a\x93\x24\x0a\x97\x65\x97\x0d\xb2\x11\x25\xd9\xd9\x31\xca\x93\x6c\x59\xfe\x5f\xcd\x48\xc3\xff\xdf\xfb\x4d\xe9\xdc\x58\x79\xb5\x2b\xc6\x0b\x0e\xcc\x91\x21\x46\x8d\x3c\xbd\x25\x8f\x9c\x31\xcc\x09\x3d\x0d\x74\x80\xd2\x03\x98\xcb\xcc\xed\x16\x01\xf4\xc1\x0f\x93\xf4\x81\xba\x1d\x25\x47\xed\x7b\x04\x60\xe9\x97\x32\x9d\x05\x29\xed\xdb\x13\x80\x81\x94\x38\x96\xb1\x4e\x89\x81\x01\x78\x9d\x67\xe0\xd5\x1e\x6e\x3d\x27\xfa\xdf\xbe\x5c\xee\x4a\xfa\xca\x0a\x10\xe6\x2e\x82\xaa\x6d\xc2\x8b\xdf\x74\xfd\x26\x66\x32\x01\x2d\xd9\x12\x43\x26\xc8\x32\x82\xe9\xde\x44\x00\x28\x8c\x02\x72\x0c\x4f\x3d\x09\xe5\x91\x44\x97\x97\x5c\xb4\x48\x64\xe2\x4e\x0c\xb6\x32\x0f\x95\xb5\xf9\xac\x24\x4b\x20\xd1\x97\xcf\x10\x2a\xa2\xcc\xb3\x7e\x8a\xb3\xb2\xc2\x5e\x27\x42\xb4\x7f\x4f\x60\x88\x77\x18\x05\xc2\x02\xd5\xf3\x79\x15\x34\x84\x9a\xef\x47\x34\x93\x54\xb5\xe3\xec\xf4\x59\x09\x7f\xfa\x6e\xa9\x44\x2a\x37\xe9\xa5\xda\xcb\x10\x7b\x62\x1e\x49\x07\x5c\x3b\xfe\x74\xa7\xcc\x4a\x44\x5a\x5b\x5e\xa2\x24\x0d\xc2\x9f\x97\x92\xb8\x1c\xda\xdb\x0e\xb9\x9d\x23\x93\x34\x69\x74\x20\x4c\x18\xd4\xf6\x64\x7b\x9c\x96\xe1\x40\x45\x78\xae\xb3\xac\xd0\x98\x81\x4f\x47\x67\x57\xc0\xf5\x0b\xe5\xe2\xf9\xc9\xa6\x32\x04\x81\xca\xb6\x8b\xd8\x28\xfd\x4f\xe7\x79\x59\x5e\xaf\x9d\xc1\xf3\xa7\x6c\x3c\xb6\x9c\x01\xed\xb4\x4e\x0f\x30\x95\x17\x69\x9c\x4c\xaf\xba\xc7\x1c\xc8\xc2\xd1\x66\x7b\x7c\x93\x36\xcb\xa1\x64\xb4\x15\x6f\x8d\x2e\x21\xf6\xf0\x3f\xb2\x98\xc7\x78\xe2\x56\xd7\xbf\xd4\xbd\x2b\x45\x93\x88\xe3\xa3\x7a\x9b\xb3\x3d\x21\xa3\xca\x88\xc0\x08\xc6\xd0\xc7\xfc\x54\x2f\xb4\x52\x65\x4d\x83\x7d\xbd\x7c\x83\xcb\x9c\x54\xd3\xde\xe9\x86\x9f\x2e\xe9\x53\xf5\x7e\xed\xe4\xe6\xfd\x66\xaa\x9f\xbc\xef\xa4\x41\xd5\x46\x6d\x60\x4e\xe1\x57\x55\x0a\x8d\x60\xa5\x23\x6d\xa5\x1a\x83\x06\xaa\x6a\x6a\x15\x1b\x25\xb6\xba\xed\x7b\xde\x42\x38\xf1\x0a\xe2\xfc\x53\x86\x21\x3d\x25\x6a\x07\xb2\x42\x30\x3c\x02\x6b\x49\x51\xa5\x45\x01\xa4\x3a\xf4\xd9\xa6\x4b\x0d\x43\xbd\xd4\x97\x02\x69\x56\xa3\xb5\x4b\x8d\x0a\x8d\x83\x9f\xe7\x51\xe2\x75\xcc\xf9\xda\x7a\x35\x93\xa3\x13\x7c\xb5\xab\x64\x0b\x7f\x4d\xe6\xd3\x20\x0d\xeb\xa9\xd6\xce\x88\x6b\x24\xd0\xd2\xbe\x0e\xb9\x9d\xeb\x82\x05\xe5\xd5\x69\x72\x72\x93\x8f\x80\x17\x1f\x31\xd7\x98\xf0\x4e\x84\x8b\x01\x41\x2c\xba\xe4\x3a\x2a\xc4\xac\x4a\x6a\x03\xf4\xa2\xf1\xd7\x04\x14\x96\xfe\xd9\x34\x54\x4b\x5d\x17\x2a\x2a\xe9\xc2\xc2\xa1\x60\x3b\x15\x7a\x6b\x18\x78\xde\xb4\x90\x0d\x95\xa5\x1c\xf6\xb2\xc3\xce\x3d\x0b\x74\x74\x3a\x5a\xdc\x9c\x90\xd3\x88\x97\x14\x47\x3e\x8e\x61\x08\x1c\xce\x29\xde\x26\x1c\xa5\x33\x20\x64\xf5\x95\x8a\xf5\xbd\x8b\xf2\xb2\x1e\x46\xd6\x84\xa9\xac\x19\x45\xc1\x26\x8b\x24\x4b\x34\x4e\xc7\xce\x12\xb8\x3a\x29\x27\x35\xa9\xf2\x7b\xea\x71\xf8\x62\x81\x59\x99\xc2\x42\xdf\xbc\x98\xb3\x70\x52\xb8\x84\xee\x06\x47\x01\x18\xcf\xf3\xa7\xed\xbb\xa0\xd0\x9d\x2c\x18\xd2\x73\xc4\x36\xa6\x46\x14\x05\x02\x32\x0c\xd9\x13\xd0\x19\xbd\xeb\xf0\x1a\x67\x8e\x2d\xd1\xce\xf7\xb3\x1f\xc1\x42\xbe\xb7\x3c\x37\xd2\x2e\xdf\x43\xc8\x3c\xe4\x27\x14\xf3\xd3\x58\xee\x5d\x66\x43\x28\x40\x3e\x3d\xc5\x5c\x45\x2a\x75\xb5\xa4\x92\xc0\xef\x1d\xc7\x03\x29\x14\xa0\xc0\x58\x88\xb4\x1e\x5e\xb6\x49\xea\x06\x32\x24\x94\xa2\x69\xe4\x24\xee\x87\xe8\x01\x85\x32\x71\x80\x3e\x48\xb3\xd8\xa2\xbd\xce\xa2\xa9\x92\x2e\x04\xa9\x7f\xa8\x91\x9f\x02\x67\x13\x9b\x71\xd0\xd9\x46\x88\x82\xaa\x6b\x6d\x32\xc1\x84\xc4\x4f\x7d\x4b\x4a\x90\xa6\x54\x92\x22\x02\x6d\xa3\xa8\x4d\x65\xf4\xe4\xf2\x3d\x8a\x13\x9e\x8d\x2f\xa0\xab\x82\x05\x9f\x5b\x19\x69\x04\xf9\xea\x3c\x24\x82\xbb\x23\x09\x92\x10\x01\x1f\x86\xe1\x16\xfa\xf7\x72\x9d\x9c\x6c\x19\xc7\x3c\x49\xcb\xe2\x70\xc4\x89\xec\xa1\x69\x84\xd1\xe9\xf1\x80\x64\xfa\xe5\xe7\xeb\x8f\x46\xe4\x2c\x3a\x0b\x06\x06\xc0\x91\xa7\xae\x48\x94\x2e\xe0\xb3\xd0\x5d\x71\xab\xd2\x04\x0a\x1a\x66\xe0\x77\x09\x0e\xfe\xfc\xf3\xf5\xc7\x6a\x45\x56\x2e\x5b\xcf\x14\x53\x9d\x98\xf5\xf9\x54\x8b\x65\x6a\x29\x33\x9f\xc4\xa9\x23\xb2\x23\xf3\x8c\x86\x16\x34\x85\xe3\xe0\x16\x3c\xfa\xc4\x4a\x39\xb9\x2d\xf9\x97\x9a\x23\x54\x3e\x56\xae\x09\xb2\xe4\x94\x4c\x2a\x64\x3c\x1e\x16\x62\xc2\xa6\x33\xe4\x2d\xe9\x4f\x98\x79\x62\xd3\xaa\x45\x30\x73\x52\x89\x31\x9d\x33\x53\xab\x37\x39\x36\xb2\x8d\x24\xd1\x74\x00\xd6\x32\xcb\x06\x4f\x60\x8b\x40\x84\xc4\x42\x0f\xd2\x93\x98\x93\xb3\x0e\x39\x5c\xcc\x19\x0a\x77\x39\x4c\x16\x23\x1f\xeb\x8d\x11\xff\x00\x29\xf4\x39\xa2\xac\x07\x84\xd5\xb1\x10\xb2\x43\xb1\xe4\x52\x12\x14\x53\xf4\x20\x66\x7d\x9f\x50\xb1\x00\x52\x80\x8f\x30\x8e\x71\xb4\x97\x69\x9e\x02\x5b\x12\xb4\x08\x0d\x64\x2a\x47\xc6\x05\xaa\xf0\x4b\xb2\xf8\xdf\xff\xf9\x5f\x4c\xd0\x98\xda\xa8\x55\xee\xe3\x79\x01\x5c\xe5\x58\x71\xd3\xb1\xfa\x4a\x5e\x76\x17\xc2\x3d\xc0\x51\x20\x1d\x6f\xb4\x37\xe4\x84\x99\x72\x2f\x20\x86\x34\xf5\xd2\xa9\xe0\x54\x91\xb0\x4a\xb1\x29\xf1\x67\xfb\x80\x59\xe7\x96\x6e\x59\xdd\x9b\xd1\x45\x88\x44\x75\xcb\xea\x51\x8a\x5d\xa5\x6e\x55\xc6\x2e\x95\x11\xe0\x64\x8f\xf8\x01\x51\xb5\x75\x9b\xb6\xbd\x11\x6e\xd1\xe3\x34\xcd\x96\xa6\xbf\xbb\x51\xa0\x7e\xb5\xcb\x76\x29\xb0\x57\xb3\x3b\xb5\xd7\x07\x54\x82\xf6\x1d\x8e\x90\xb2\x4d\x8d\x5c\x6d\xad\x64\xc2\xa4\xe8\x48\x1e\x4c\x0f\xc7\x38\xa4\x99\xdf\xd4\x87\x9a\x39\x01\xc2\xa8\x60\xf8\x64\xf6\x33\x36\x05\xf3\xaa\x6e\x38\x0a\x4f\x80\xc3\x7b\x14\x29\x5f\x09\xd5\x41\x2d\xa1\x70\x29\xf2\x2c\xae\xd5\x49\x48\xad\x51\xbb\x98\xb2\xc6\x6a\xf6\x61\x12\x95\x2d\xd0\xb0\x5e\x89\xf0\xe9\x42\x43\x51\x90\x8b\x0c\x70\xa2\x4f\xd7\x3c\x9f\xc8\xa4\xb8\x94\x2e\x9e\x5b\x64\x82\xf6\x76\x81\x19\x77\x3b\x58\x36\xee\xaa\xde\xb2\x54\xfc\x21\x9d\x90\x7a\xc6\xd2\x4a\xcd\x4a\xb8\xf7\xac\xb7\x91\xe0\x6d\xba\x02\xc2\xe2\xba\x77\xf8\x03\x0a\x0c\xaf\x6a\x04\x26\x69\xcc\x90\x4e\x2a\x8a\x1a\xa5\x10\x3d\xd6\xf9\x41\xf9\xc3\xf1\x1c\xa8\xc9\x5a\xf2\xe4\xf3\x04\x86\xaa\x39\x80\x14\xa9\x4c\xb6\x56\x75\xde\x8c\xc8\x10\x8e\xd9\x18\x57\xd6\x90\xf6\x2f\x24\xe9\x7b\x6a\x33\x70\x86\x7d\x4a\x18\xd9\x71\xe0\xf8\x1c\x3f\x20\x30\xce\x52\x60\x2a\x4f\xa2\x37\x6b\x30\x33\x87\x65\x8e\x5c\x32\x94\x99\x43\x83\x8c\x59\x3a\x4b\x5a\xc3\xae\xc2\x2d\x18\x15\xd7\xdc\x1a\x74\x69\x16\x2d\xc5\x2b\x85\xc3\x04\x92\xf6\x74\x6e\x7c\x96\xe8\x4b\x6d\x67\xe7\x11\xd8\x53\xa2\xaf\x75\x2d\x99\x6a\x2e\xe8\x0a\xfe\xe5\x47\x23\xa2\xcb\x63\xb9\x6a\x0c\x27\x27\xeb\x23\xe4\x22\xa0\x49\xcb\xfc\x4b\xb2\x10\x61\xde\x11\x1d\xb7\x88\xaa\x48\x4f\x00\x84\xa1\xdc\xd0\x91\x56\x22\x40\x48\x90\x25\x30\xd5\xb3\x1b\x8a\x87\x0c\xd8\xcb\xba\xb0\x71\x95\x87\x59\xf5\x61\xa3\x79\xad\x89\x2d\x7c\x4a\x04\x12\x31\x02\xe5\xe2\x40\x1e\x68\xa0\x62\x11\x22\x05\x9e\x1a\x4a\x8a\x45\x6e\x19\xed\x85\x5b\x0d\xc9\x23\x80\x8a\x95\xb4\xc4\x44\x0f\xdf\x41\xb6\x26\xcf\xe1\x6c\x4f\x69\x31\x8a\x1a\x1a\x9c\x80\xeb\x06\x9e\xb2\x8e\x75\xfc\xe4\x57\xaa\x54\x0c\x5f\x92\x8b\x23\xb5\x5b\xa7\x56\x87\x61\x68\x11\x32\xb3\x87\x47\x7a\xef\x58\x40\xb1\x85\x47\xe6\xad\x2b\x9d\x5c\xab\x51\xac\x26\x60\x8e\xf8\x87\xf1\x3c\x73\x74\x6a\xa6\x32\x83\xd2\xcc\xfb\x80\x2c\xdc\x49\xbb\x66\x89\x82\x09\x1b\xcf\xb3\x42\x90\xd2\xf4\xa1\x5d\x8f\xf1\x35\x1d\x19\x72\xfc\xef\xc4\x22\x38\x53\xaa\xf2\x82\x32\x6c\x54\x95\x6c\x29\x86\x06\xd5\x14\x1b\x82\x7a\xe7\x5f\xbd\x45\xe6\x8c\xf0\x91\x22\x5d\xc6\xb4\x3d\x01\x28\x0f\x27\x9d\x8a\xb1\xbb\xa0\x5f\x90\x96\x0b\x65\xac\x0f\xf2\x94\x4b\xcb\xb2\xf8\x50\x9e\xf8\x37\x62\x4a\x1b\x88\xca\xb1\x8a\x6c\x79\x90\xc7\x98\x9d\xe0\xc8\x89\x4a\xf2\xe7\xcb\xfa\x84\x98\x92\x07\x94\x6e\x57\xec\x08\x3d\xc2\xf4\x58\x2f\xd9\x29\xe9\xa6\x27\xb0\xea\x45\xaf\x0d\x47\xca\xc0\x82\xb4\x36\xde\xac\x5e\xb2\x53\xd2\xc4\x0f\x07\x15\xd1\x10\x9a\x4e\xac\x25\x83\x1b\x17\x85\xbf\x4b\xc2\xf0\xd4\xcf\x77\x65\xf5\x0c\x47\x76\x00\x9a\x86\x25\xa5\x69\x9c\x4e\xc9\xcc\x5a\xce\x8c\x32\x32\xca\x26\x0b\x99\xd9\x4a\x47\x4f\x95\x39\xe5\xdf\x73\xb3\x2b\x05\x0c\x6a\xac\x8c\x10\x95\x05\x11\xf9\x8e\x94\xbc\xb7\x01\xb2\x1e\x60\x89\x7f\x00\x90\x55\xa6\x6e\x15\x40\xa4\xed\x7b\xe9\xc6\x8d\x1a\x44\xd0\xcc\xeb\x6d\x51\x7b\x94\x26\xb5\xe4\x18\x63\x43\x30\x5a\x3b\x77\x57\x6e\x24\xaa\x16\xfe\x9d\x48\xa2\x8b\x9f\xc4\x3c\x23\x86\x88\xca\xfc\xc1\x90\xe5\xc7\xd3\xf0\x3e\x22\x29\xc9\x2a\x56\x1d\x08\x8d\x46\xaa\x87\x0e\x6e\xb3\x5e\x46\x33\x10\xa0\x88\x70\x1d\x3b\xe7\xcc\x4a\x0d\x95\x3c\x93\x74\x98\x20\x90\xb1\x76\xbe\xbc\x82\xb2\x94\x54\x88\x5c\x68\xac\x70\xa2\x10\xa8\xc9\xab\x97\x8e\x69\xc3\x2c\x84\x50\xd4\x7e\xa8\xfa\xa2\x69\x53\xc3\xf7\x4e\x22\x12\x3c\xa7\xc3\x0c\xee\x05\x05\x3c\xd7\x77\xa4\x17\x3c\x05\x0d\x19\xde\xd2\x0c\xd9\x55\xb9\x56\x5a\xf6\x20\x41\x08\xb0\x6a\x1e\x83\xf2\xb2\x20\x79\xc5\x48\x0f\x30\x62\xd2\xc8\x84\x64\x45\x3f\xa1\x76\x4e\xa8\xaa\x36\x83\x19\xb1\xfa\x5a\x07\x54\x67\x08\xba\x99\x0e\xf5\x5a\xbc\x65\x87\x7b\xa3\xaa\x03\x36\x02\x22\x2a\x42\x91\x66\x4b\x98\xde\x4c\xa5\x0d\xc0\x54\x06\x5e\x33\x15\x78\xa5\x45\x1e\x46\x79\x8a\x4a\x0e\x65\x9e\x4d\xb8\x26\x2c\xe7\x4a\x1c\xa6\x6b\x9e\xbc\x50\x34\x30\xd6\x57\xe5\x71\x2f\xab\xb1\x63\xc8\x0f\x72\xd1\xa3\xd7\xbc\xda\x0f\xe4\x67\xf8\x54\x33\x42\xb3\x0b\x0c\xb4\x71\x1d\x61\xcc\x74\x14\x2a\x97\xac\x71\x08\x7d\x74\x14\xea\xcd\x82\x7d\x99\x55\x3b\xea\xb0\x49\xe8\x95\xe2\x3d\x8e\x60\xb8\x11\x2d\xfe\x2c\xfe\xe7\x65\x4f\xfc\xef\x57\xf2\x7f\xbf\xae\xe4\xda\x0d\xa1\x48\x98\xcb\x12\x51\x82\xf6\xa2\x46\x1a\x6f\xd1\xaa\x71\x9b\x62\x71\x17\x48\xb1\x4a\x03\x4b\x28\xcd\x98\xe8\x29\xbe\x25\x6b\xd5\xaf\x32\x38\xc8\xf4\x70\x84\x71\x2c\x0b\x77\x05\xef\x2b\xd5\x47\x16\x28\x36\xf9\x9d\x02\x8b\xaa\x8f\xf4\x42\x69\x00\xd0\xc0\x9d\x79\x6f\xd7\xff\x04\x00\x00\xff\xff\xad\xc8\x02\x71\x31\x99\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYaml, - "Template.template.openshift.io/openshift/rhdm75-authoring.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-authoring.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x7d\xeb\x72\xdb\x38\x96\xf0\x7f\x3f\x05\x26\x35\x5f\xb9\xe7\x2b\x49\x4e\xd2\x93\x49\x46\x3b\x3d\x55\xb4\x44\xc7\xea\xd6\xad\x44\xb9\xbb\xb3\x53\x53\x2a\x98\x84\x24\xb4\x49\x80\x03\x80\x76\xb4\x3d\xa9\xda\xd7\xd8\xd7\xdb\x27\xd9\xc2\x8d\x57\x90\xa2\x93\x4c\xd7\xf8\x47\xca\x26\x71\xee\x07\xe7\x1c\x00\x07\x0c\x4c\xf1\x8f\x88\x71\x4c\xc9\x18\x08\x94\xa4\x31\x14\x68\x44\x53\x44\xf8\x11\xef\xc5\x08\xd3\xab\xc7\x57\x17\x0f\x98\x44\x63\xb0\x35\xaf\x2f\x62\x78\x8f\x62\x3e\xbe\x00\x80\x1d\xa3\x64\x0c\x5e\xbc\x1d\xbd\x79\x71\x01\x72\xf8\xb1\x7a\xfe\xf6\xcd\xf0\x01\x23\x8e\xd8\x23\x62\x17\x09\xe2\x1c\x1e\xd0\x18\xfc\x73\x78\x01\x80\x07\x08\x7a\x02\x53\x14\x62\x49\x18\x2c\x20\x81\x07\xc4\xc0\x0f\x33\x1f\xe8\xf1\x00\xa6\x69\x8c\x43\x28\xe4\xeb\x23\xe4\xe0\x1e\x21\x02\x42\x86\xa0\x40\x11\xc0\x04\x9c\x68\xc6\x40\xca\xe8\x2f\x28\x14\xa3\x0b\x00\xb6\x47\x04\x32\x8e\x18\x81\x09\xba\x4a\x21\xe7\x4f\x94\x45\x60\x4f\x19\x80\x61\x88\x38\xc7\xe4\x00\xc4\x11\x95\x48\x5c\x5c\x00\xf5\x73\x67\xa0\xc6\xe0\xf7\xbf\xfe\x30\xf3\x77\x81\xbf\xf9\xd1\xdf\xec\xee\x02\x7f\xf3\xc9\x0c\x59\x1b\x7c\xb5\x21\xeb\x9f\xa6\x9f\x24\x96\x75\x8c\x20\x47\xe0\x1e\x01\x9e\x31\x04\x04\x35\x8c\x2a\x82\x1c\x85\x0c\x09\x20\x29\x44\xe0\x45\x05\xfe\x76\xbb\x5d\x07\xbb\xc0\x9f\x6c\xfc\xed\xa7\x17\x20\xa4\x44\x40\x4c\x2c\xa7\x8e\xa1\x3f\xf8\x1f\x82\xed\x6a\xe3\x7f\x02\x7b\x1c\x2b\x79\xb5\x88\x52\x20\x09\xc6\x51\x28\x19\x90\x88\x10\x11\xa3\x8b\x04\x09\x18\x41\x01\xa5\xa5\x20\x21\x54\x28\x7d\x2a\xc3\x01\x10\x21\x1e\x32\x9c\x0a\x65\x79\xaf\xa4\x6e\x6b\x45\xad\x3d\x90\x28\xe3\x44\x4a\x73\x81\xd2\xdc\x40\xbd\xd9\xa0\x08\xdc\x42\x91\x5b\xd1\xe8\xca\xda\xf2\xed\xe8\x0d\x18\x82\x29\x4a\x19\x0a\xa5\xd1\xd4\x6b\x1c\x52\x32\x89\x21\xe7\x63\xf5\xeb\xf0\x97\x7b\xca\xb9\x7a\x53\xf1\xb8\x08\xf3\x34\x86\xa7\xa1\x36\x4b\x9d\x50\x85\x44\x93\xbb\x26\xba\x94\xd1\x47\x1c\x21\x36\x74\xe2\x1d\x80\x19\x09\x47\x0a\x4a\xc0\x03\xd7\xbe\x3b\x88\x0c\x31\xed\x2b\x03\xc5\xe8\xa0\x70\x67\x35\xda\x39\x5b\xee\x31\x89\xe0\x7d\x8c\xc6\xe0\xc5\x1e\xc6\x1c\xbd\xe8\x18\x1b\xd1\x30\x4b\x10\xd1\x66\x19\x66\x2c\x1e\x83\xa3\x10\x29\x1f\x5f\x5d\x69\xaf\x1d\x31\x14\x1d\xa1\x18\x85\x34\xa9\x0e\xbe\x42\x64\x98\xf1\x2b\x86\xa2\xdd\x11\x8a\x9d\xe5\x76\xa7\xd5\xc1\xae\xde\x8e\xde\x5c\x1d\x45\x12\x5f\x45\x28\x8d\xe9\x09\x93\xc3\x0e\xee\xda\x46\xef\xde\x8e\xde\x98\xdf\xa3\x9d\x16\x70\x87\xc8\x23\x66\x94\x48\x82\x3b\x4a\x72\xd0\x9c\xfd\x9d\xf1\x56\xc4\x76\x52\xb0\x3d\x65\xc9\x55\x87\xa4\x31\x25\x87\x61\xc5\xe3\xb6\x47\xcc\x0b\x57\x8b\xd0\x1e\x13\xc4\x01\x43\x9c\x66\x2c\x44\x1c\x10\x84\x22\xe3\x35\x40\x4e\x29\xf4\x11\x85\x99\x40\x60\x93\xc5\x88\x03\x4a\xda\xdd\xa2\x14\x45\xde\x8e\xde\x0c\x00\x26\x61\x9c\x45\x72\x7e\x94\x82\x8a\x41\xac\xd5\x23\xa5\x94\xb3\x66\x8f\x0f\x19\x53\xaf\x07\x76\x2e\x41\x22\xc3\x8d\xf9\x43\x1a\x07\x84\x34\x49\x32\x62\xd0\x8c\xea\x1e\x0e\x00\xc7\x24\x44\xed\xdc\x3d\xea\x60\x2b\x59\xfb\x0f\x49\x93\x4b\xcf\x04\x59\x1e\xa0\x2c\xe0\xb5\x7c\x84\xcc\xec\x00\xc0\xcb\x04\x4d\xf4\xfc\x5c\xa5\x88\x41\x41\xd9\xa8\x43\xdf\x3c\x4b\x53\xca\xc4\x19\x9f\x52\x08\x1e\x6d\xf4\xb7\x51\x5c\xcf\x8e\x46\x04\xd7\x2f\x78\x0a\x43\x34\x2e\xe6\xd7\x05\xbd\x97\x21\x98\x8f\x2f\x86\xa0\x9c\x4a\x1e\x5f\x5d\x00\xa0\xd3\x86\x9c\x96\x38\x44\x5e\x18\xd2\x8c\x88\x0b\x00\xca\x61\x09\x80\x22\x99\xc8\x9f\x92\x89\x64\xb4\xf5\xd6\xeb\xf9\x6c\xe2\x6d\x67\xab\xe5\x6e\xe9\x2d\x7c\x1d\x91\x6d\xb8\x6e\xbc\x2d\xb1\xdb\xca\xce\x86\xc6\xe8\x1a\x13\xe9\x10\xbf\x11\x2f\x43\x14\x61\x29\x37\xa3\x31\xda\xa0\xfd\xb8\x04\x67\xde\xf0\xcc\x6a\x11\x80\x61\x9b\xda\xbe\x50\x6e\x83\xaf\x21\x73\x23\x31\xd4\x53\x43\x1c\xd7\x32\x27\x78\x42\xf7\xe6\xd7\x4b\x0e\xa4\x9f\xf1\xd1\xe7\xaa\x0f\xe8\xe4\x15\x9e\x95\xab\xaf\xfc\x00\xf0\x14\x85\x9a\x07\xc5\x9a\xfe\x75\x68\x80\xe5\x5c\x30\x84\xe5\xdb\x31\x78\xf7\xf2\xdd\x4b\x1b\x65\x20\x3b\x20\xb1\xae\x3e\x2e\x03\xf2\x2a\xe4\x1f\xff\xf8\xad\x0b\xd2\x3e\xe6\x28\x46\xa1\xa0\x6c\xdc\x88\x35\x13\x15\x6a\xfa\x48\xcc\x65\xe9\x42\x89\xb7\xdf\x63\x82\xc5\x69\x0c\x26\x31\x46\x44\xcc\xd6\xae\xb7\x06\xad\x21\x17\x9a\x91\xf6\x6f\x00\x04\x4e\x10\xcd\x44\x80\x42\x4a\x22\x3e\x06\xdf\xfe\xe9\xe5\xcb\xaf\xef\x2f\xb2\x12\xfb\xfe\x3d\xa3\x59\xca\x41\x2a\xa3\x9a\xd4\x96\xaa\x18\xc2\x38\xe3\x02\x31\x4c\x0e\xa3\xaa\xed\x47\x30\x4e\x8f\x70\xf4\x90\xdd\x23\x46\x90\x40\x5c\x86\x30\x41\x63\x19\xe7\xd0\x30\x23\x0c\xc1\xe8\x34\x44\x24\x4a\x29\x26\x82\x8f\xc1\x0b\xc1\x32\x93\x59\xff\x0d\x7c\x6e\x98\xea\x58\x52\x38\x9e\x91\x74\xb6\x1e\x83\x25\x25\xa8\xcd\x19\x0d\x5c\xc9\xa5\xde\xbd\x7b\xe7\x72\x29\xfb\xf8\x4b\x5d\xca\x61\x6c\x1c\x8d\xf3\x04\x37\xec\x16\xd3\xcc\x1d\x1b\x46\x33\xf1\x7c\xe7\x50\x50\xca\x19\x8a\x70\x72\xc9\x75\x62\xb5\xce\x60\xe0\x8e\x30\x65\xf4\xe3\x69\xc4\x24\x08\xab\x15\x59\x30\x86\x44\xda\x4f\x57\x0b\xbf\xa1\x23\xf4\x53\x55\xc5\x19\x8e\x94\x8b\xda\xca\xe1\x76\x15\x6c\x25\x88\xaa\xeb\x3f\xe5\xee\x31\x76\xd8\x3e\x0f\x58\x82\xda\xd7\x9f\x99\x06\x70\x74\xce\x8f\x6d\x8c\xfb\x17\x59\x98\x57\x4d\xfc\x6f\x30\x73\x9f\x65\xa7\xe0\xbc\xa1\x74\x82\x10\x85\x54\x02\xb1\x04\x13\x23\x95\x5c\x96\x8a\x23\xa3\xd9\xe1\xf8\x75\x2c\xaa\xed\x34\xad\x05\x81\x3e\x26\xcb\xab\x46\x1d\x79\x2b\x93\xeb\x09\x62\x31\xdc\x53\x36\x54\x61\xf7\x37\x0d\xb6\xf9\x60\x3e\xd2\x4f\x47\x0f\x18\x8d\x28\x3b\x5c\x3d\x60\x34\x34\x5e\x7a\xd6\x8f\x3f\xcb\xfa\x0c\x29\x61\xf8\x18\xbc\x32\x7f\x3f\xaa\xc2\xfd\x16\x73\x41\xd9\x69\x8e\x13\x2c\xc6\xe0\xd5\xcb\xaf\x97\xda\x85\xcc\x6e\x87\x93\xc5\xc1\x68\x1c\x63\x72\x58\x43\x06\x13\x5e\x24\xed\x04\x7e\x0c\x32\x76\x40\x92\xf6\xcb\xff\x57\x7e\x7c\x47\xe0\x23\xc4\xb1\x5e\x6c\xe6\x35\xcc\x29\x45\xaa\xc6\x8d\x6d\x6e\xc9\x37\x65\xcc\x88\xaa\x6f\x34\xad\xfa\x0c\xcb\x7e\xae\xe8\x9f\xe1\x17\x5f\xd5\x37\xfa\xfb\x87\x22\x9b\xfb\x88\xfc\xc9\xd7\xbd\x25\x85\x0d\x01\x22\x8f\x65\xfd\xd9\x04\xff\xd3\x6a\xf3\xc3\xb5\xbf\x9c\xdc\xaa\x80\x32\x9b\xf8\x8a\x44\x69\x20\x00\x8f\x30\xce\x14\x23\x53\x7f\x32\x0b\x24\x17\x13\x7f\xb9\xdd\x78\x73\x0b\xf2\xc9\x81\x57\x86\x28\x6f\xba\x98\x2d\xd5\x36\x95\x1b\x5f\x75\x4c\x37\x96\xf5\x4f\xd3\x73\x48\xd4\x66\x97\x1b\x87\x09\x96\x8b\xd5\xb4\x45\xb4\xda\xa0\x36\x3c\x8b\x6b\xdf\x5b\x06\xed\x28\xf4\x7b\x17\xf4\x74\xb3\x5a\xcd\x03\x4b\xe3\x66\x36\xdf\xfa\x9b\xdd\x64\xee\x05\x81\xdf\x82\xaf\x0b\xc2\x45\x61\xbd\x59\x2d\xfc\xed\xad\x7f\x97\xc3\xf8\x3f\x6f\x77\xd3\x59\xe0\x5d\xcf\xfd\x16\xe5\x75\xc3\x9c\xd1\xe6\xf5\x87\xb5\x17\x04\x3b\xef\x6e\x7b\x7b\xc6\xc8\x2d\x00\x67\xf0\xcf\x1c\x4c\xdf\x30\x9a\x8c\x2b\x8f\x01\xd8\x63\x14\x47\xf9\xaa\xb5\xf1\x66\x0d\xc5\x71\x9c\xc7\x94\x91\x0e\x25\x7f\xbb\xec\x35\x55\x2f\xff\xde\xcd\xe2\x66\x75\xb7\xed\x9a\x31\xfd\xa2\x86\x03\x71\x2f\x7d\xf6\xd0\x61\xe7\xb4\x29\x6f\x12\x77\x62\x99\xac\x96\x5b\x6f\xb6\xf4\x37\xbb\xa9\xbf\x9e\xaf\x3e\x2c\xfc\xe5\xf6\x2c\x5a\x17\x90\x8b\xce\xc2\xfb\xd1\x5f\xee\x16\xb3\xcd\x66\xb5\xd9\xdd\x6d\xe6\x6e\xc4\xf5\x51\x67\x31\xad\x6e\x7a\x20\x5a\xdd\xb4\xe3\xd9\xf8\xeb\x95\x73\x6a\x6e\x6e\xa7\x0b\x15\x01\x07\xfe\xcf\x5b\x7f\xb3\xf4\xe6\x0e\x1c\xf9\xa0\x5d\x81\xcd\xe9\xd1\x63\x99\xd7\xe9\x90\x1d\xa3\x24\x44\x44\xb8\xfc\xc2\x89\xcb\xc4\xde\x2f\x8f\xd4\x4e\xec\x6b\x6f\x7b\xeb\x42\x7d\x95\xc0\x47\x44\x5e\x5f\xf5\xc5\x23\x5d\xf4\x19\x09\x45\x43\x5a\xa0\x67\x70\x1b\x04\x3f\xad\x36\x2d\xae\xde\x42\xc5\x02\xb9\xa8\x58\xc3\x9e\x37\x9e\x75\x28\x33\xa4\x2f\xb2\x33\x7e\x6e\xc7\xf4\x46\xd7\xa9\x66\xc7\xc0\xbe\x88\xbb\x35\xeb\x18\x78\x2e\x03\xbf\x5f\x9c\xcb\x49\x6d\xa3\xcf\x60\x0e\xb6\xde\x66\x7b\xb7\xde\x05\xdb\x8d\xb7\xf5\xdf\x7f\x70\x21\x5f\xa5\x88\x04\x72\x11\x11\x08\xc8\x44\x96\x06\xa6\xc0\x75\x60\xae\x1e\x67\xed\xa6\x33\x67\x38\xbe\x42\x22\xbc\x2a\x56\xa7\xfa\x24\x6d\xf8\x48\xe3\x2c\x41\x67\x91\x9e\x15\xbf\x76\xa4\xd6\x8a\xb0\xdd\xf2\x0d\x64\x6d\xb6\xd7\x6f\xbb\xad\xdd\x40\xd6\x65\xf3\xef\xdf\x6f\x56\x77\x72\xcc\x6c\xf9\x7e\xb7\xde\xac\xb6\xab\xc9\xca\xe9\xf2\xc5\xc2\x6e\xba\xd4\xc3\x1d\xd8\x56\x6b\x7f\x19\xdc\xce\x6e\xb6\x3b\x3b\xa8\x47\xb9\xda\x63\x3f\xec\x19\x74\xd6\xab\x8d\x33\xe7\xbd\x78\xf7\xee\xdd\xbb\x17\x0e\x5c\x41\xd0\x31\xcd\xcd\x4b\x97\xe6\xe4\x2b\xc9\xc7\x6c\x3a\x59\x2d\x97\xfe\x64\x5b\xca\x9f\xee\x7c\xb4\x5a\x6d\x47\x4f\xd0\x95\x39\x24\xae\x8d\xef\xcd\x17\xed\x5c\xa8\xd7\x6d\x7c\xe8\x93\xdf\xb3\xee\x50\x0c\x6d\x43\x34\x99\xcf\xfa\xd4\x0c\xc5\xd0\x36\x44\xdd\x91\xae\x3c\xa2\x0d\x43\xb7\x93\x97\x47\xb4\x61\x30\x11\x69\x17\x04\xf3\xdd\xc4\xdf\x6c\x67\x37\xd2\xcd\xfc\xdd\x8f\xde\x7c\x36\x55\xfe\xd6\x8e\xfb\x3c\x6c\x2b\xdf\x9b\xd9\x72\x32\x5b\x7b\xf3\x9d\xb7\xdd\x6e\x66\xd7\x77\xdb\x0e\x25\x38\x06\x3b\xa7\x7d\x79\xf7\xe8\xfc\xac\x6f\xee\x09\x76\xa0\xeb\x58\x26\x75\xec\x5d\x55\x11\xaa\xa5\xc2\x7c\xea\xad\xdb\x67\x52\x65\x48\x37\x8e\xeb\xd9\x72\xba\x9b\xb6\x18\xa7\x31\xac\x07\xae\xc9\xc6\x9f\xfa\xcb\xed\xcc\x3b\xcb\x5b\x6d\x78\x37\xee\xef\x3d\x4f\x35\x5d\xdc\x6d\x66\xdb\x0f\xbb\xe9\x6a\xe1\xcd\xce\x32\xed\x82\x39\x23\x81\x17\xf8\xbb\xc9\xf6\xe7\x3e\x1a\x29\x86\xf6\xc0\xa9\x97\xaa\xbd\x70\xea\xa1\xdd\x38\x03\xdf\xdb\x4c\x6e\x77\xc1\x64\xb5\x6e\x0b\xf4\xce\xb1\xbd\xb0\x6e\x67\x0b\x7f\x37\x9f\x2d\x66\x2d\xb1\xa9\x03\xa0\x1b\xff\x74\x16\x6c\x67\xcb\xf7\x77\xb3\xe0\xd6\x9f\xaa\xf4\x73\x6e\xda\xf6\x83\xed\xa6\xba\xf6\x36\x81\x7f\x26\x46\xb6\x8d\x3e\x33\xff\xcc\xa8\xdd\xb5\xff\x7e\xb6\x94\x55\x56\x35\x53\xbb\x67\xa4\x0b\xa8\x27\x1d\x7f\x39\x7d\x2e\x95\x02\xa4\x9b\xc6\x66\x35\x2f\x69\xb4\xb5\xb0\xef\x00\x38\x8f\x3f\xe8\x39\xb5\xca\x63\x7b\x70\xdd\x6f\x6e\x95\x86\xf6\xc0\xb9\x91\x51\x23\x68\xcd\x5a\x6d\xa3\xcf\xf8\xbf\x7f\xe3\xdd\xcd\xb7\x0a\xe6\xac\xbf\x97\xc6\xf6\xe0\xb7\x3a\x21\xfa\x9a\xaf\x01\xd5\x67\x26\x15\x90\x37\x9b\xd5\xa2\x87\x39\x5b\xc0\x9e\xe7\x8f\x41\x4f\xbf\xa9\xc3\x9c\xa1\xe2\xdf\xf8\x1b\xb9\xfc\x95\xf3\xa5\xa2\x89\xdd\x76\xb5\x9b\xdc\xfa\x93\x1f\xce\x12\x3d\x8f\xa2\x95\x07\xc5\xf0\xc2\x5b\xaf\xd5\xb6\x99\x74\xfa\xf5\x66\xb5\x96\x15\x50\xdb\x06\xe8\x59\xb0\x7e\xb4\xfc\xf5\xdc\x9b\xf8\xe7\x1c\xb1\x0d\xa4\x4c\x03\x27\xaa\x3f\xb4\x52\xc3\xcc\x16\xde\x7b\x5f\x46\x1d\xdf\x5b\x34\x56\x57\x0a\x60\x9d\xc5\xf1\x9a\xc6\x38\x3c\x8d\x81\x17\x3f\xc1\x13\x2f\x8d\x88\xf1\x1e\x85\xa7\x30\x46\xd5\xcd\xcb\x94\x72\xbd\x46\xad\xef\x69\xa2\x8f\xe5\x9d\x7e\xfb\x13\xd2\x24\x81\x24\x6a\xbe\x18\x82\xab\x7b\x4c\xae\xf8\xd1\xf5\x86\xa6\xe2\x0a\xc1\x54\x8d\x88\x61\x46\xc2\xe3\x95\x6a\x22\x94\xcb\xa4\xf2\x91\x2b\xa5\x0f\x7c\x54\x43\x91\x32\x14\x08\x9a\xfe\x7b\xb2\x17\xe3\x47\x44\x10\xe7\x6b\x46\xef\x6b\x8a\xdd\x43\x1c\x67\x0c\x6d\x8f\x0c\xf1\x23\x8d\xa3\x31\xf8\xb6\xf2\xfe\x28\x44\xfa\x1e\x35\xd4\x9e\xaa\x3d\xe4\x2b\xbb\x67\x7c\xc5\x10\x17\x57\x9a\x81\xab\x23\x82\xb1\x38\x86\x47\x14\x3e\xd4\xa1\xea\xed\x3b\xf6\x87\x87\x47\x64\x57\xdd\x95\x57\x98\x60\x81\x61\x3c\x45\x31\x3c\xe5\x4d\x30\xaf\x6a\xf0\x29\x62\x98\x46\xc5\xeb\x37\x95\xb7\xf5\x16\x9a\xd7\xa5\xb7\xfd\x4f\x94\x40\xb5\x1d\xc4\x1a\x25\x3f\x5a\x32\x5d\x1f\x6f\xdf\xbe\xab\x10\xd7\x04\x7e\xa1\x31\x7d\xc0\xb0\xe6\x30\x54\xd0\x90\xc6\x63\xb0\x9d\xac\x3b\x71\xd6\xd5\xd5\xe8\x8a\x7a\x2e\xc2\xa2\x09\xaa\x8e\x90\x7f\x26\xc6\xa2\x07\xa6\x8c\xb1\xb6\xa7\xd0\x8e\x90\x21\x18\xe1\xfe\x0e\xfa\xa7\x2f\xf5\x50\x75\x4a\xfe\x2f\x74\xd0\x6f\x3b\xfd\xb3\xbf\x7b\xe6\xad\xb5\x55\xe1\x62\x9c\x60\xc1\xeb\x02\x27\x28\xa1\xec\x54\xdf\x30\xf4\x17\xab\xcd\x87\x66\x7d\xae\x77\xe4\x16\x34\x23\x75\x8f\x4e\xe4\x33\x7d\x44\xd4\x73\x33\xcf\x9a\xbb\x18\xf9\x80\x4e\x5c\x50\x86\x5c\x63\xa5\xee\x57\x24\x3e\x8d\x81\x60\x59\xf1\x8a\x57\x5a\x27\x97\xcf\x98\x97\xa5\x7e\x8d\xf7\x0c\x86\x68\x5d\xd5\xf6\x9f\x0b\x5b\x68\x6e\x2a\x87\xc0\xfd\x39\xd7\xd2\x57\x95\xae\x9f\x2d\x9b\x37\x11\x2a\xd7\x04\x14\x88\x60\xf8\x70\xc8\x4f\xa0\x87\x3a\x13\x4e\x8e\x90\x1c\x50\xbd\x7d\x00\x9a\xbe\xe1\xb0\xa6\xa2\x7c\xd2\x49\x82\x15\x29\xfa\x29\x6a\x5f\x3b\x2a\xd4\xad\x28\x33\xc9\x48\x20\x18\x82\xc9\x16\x1e\x1c\xb1\xb1\x33\xb7\x8f\x7f\xff\x6b\xe5\xe1\xd6\xab\x2c\x35\x4a\xed\xc7\xb5\x81\x12\x3a\x58\x7b\xc5\x09\x8c\xee\x82\x98\x15\x6a\x31\x8a\xd2\xcf\x75\xa3\x82\x79\x91\x4a\x85\x21\xa1\xb4\x39\x6c\x76\x32\x4a\xa2\xaa\x9b\x49\x1c\x51\xb9\x2d\x62\x74\x01\x80\xb9\x4e\xa0\x4d\x56\xbe\x41\x21\x9f\xe4\x8d\xd4\x75\x6d\x5e\x48\xb7\xfd\x47\x86\x19\x8a\x72\x9b\x98\x6a\x29\x39\xc1\x34\xad\x73\xb1\x80\x8f\x88\x80\x04\x33\xa6\xb8\x80\xa2\xdc\x89\x9b\x64\x5c\x80\x8c\xa3\x11\x98\xed\xc1\x89\x66\x79\x17\x3b\x02\xd0\xc0\x0c\x80\x38\x62\x1d\x8b\x0d\x12\x05\x64\x1c\x00\xc0\x38\x06\x90\x09\xbc\x87\xa1\xe0\x1a\x3f\x64\x28\x67\x51\xc9\x9e\x5f\x22\xd0\xd7\x6e\xf2\xc3\xdd\xba\x0e\x2a\xac\xea\x3d\xa5\x96\x53\xc8\x2e\x19\x2b\x8d\xf8\xb5\x4e\xb2\x6e\x92\x74\xef\xa6\xa8\x4e\x2b\x8d\x8e\xd1\x47\x81\x18\x81\xf1\xf8\xff\xd7\x99\xb8\x94\xf6\xc6\x11\x10\x54\x6a\x34\x37\xba\x3a\x93\x53\xc7\x88\x1c\x0b\xca\x4e\x4a\xd5\x1c\x89\x01\xc0\x02\x84\x90\x80\x7b\x04\xd0\xc7\x30\xce\xec\x75\x05\x39\x35\x14\x24\x55\x88\x61\x1c\x9f\x0a\xb3\x44\x96\xd7\xfb\x13\x80\x91\xba\x95\x80\x85\x24\x59\x63\x78\x04\x6e\x28\x03\xe8\x23\x4c\x52\x5b\xbe\x16\x9c\x0f\x7e\x57\x3d\xd5\x34\x7f\x87\x19\x17\x34\x51\xfc\xd5\x15\x0e\x30\x97\x3c\x83\xfb\x4c\x54\xdf\x99\xf5\x1d\xe6\x80\x50\xa1\xc5\x82\x44\x6a\xe1\x09\xc7\xb1\x14\xed\x80\x88\x6a\xc3\x8d\x00\x83\x24\xa2\x49\x7c\x1a\x28\x2c\x4f\x94\x5c\x5e\x0a\x39\x22\xe3\xf0\x3e\x46\x00\x93\x86\x0c\x97\x6e\x6b\x15\xba\x04\x8a\x7c\xfd\x5c\x58\x33\x55\x3e\xbf\xd5\x92\xd5\x0d\x76\x93\x49\xd5\xfe\x23\x83\x31\xde\x63\x14\x49\x8f\x93\x9a\x84\x4d\x32\x94\x95\x5b\x0f\xbb\x59\x6a\xfa\x6d\xe9\x4c\xb1\x36\x73\x6b\x0c\xd9\xab\x64\x8a\x0b\x75\xd9\x42\xf9\x41\x9d\xc4\x00\xe0\x7d\x8e\xe9\x3c\x43\xf6\x5a\x9b\x93\x2b\xbb\x19\x55\xe3\xc4\xde\x58\xfb\xba\x9c\xd8\x7b\x75\x2e\x4e\xf2\x8d\x7f\x47\x10\x35\xad\xe4\xd5\x60\x6a\x67\x47\x71\x45\x66\x22\x7d\x19\xc6\x03\xf0\x74\x44\x0c\x15\xd3\xeb\xc2\xa4\xfa\xf0\x88\xa2\x81\x92\x28\x8e\xe9\x93\xb5\x28\x88\x29\x7d\xc8\x52\x0e\xbe\xd9\x17\x33\x66\x50\x9a\xb6\xd2\x41\x0f\xe8\x0f\xdd\xb2\xca\x7f\x01\xdd\x2b\xce\xea\x0c\x59\x4a\xb9\xd8\x6d\x0d\x00\xcf\xf2\x07\xcb\xfe\x91\x72\x39\xbb\xee\x4f\x4d\xba\x58\xdd\x0e\x52\xe2\xfb\xde\xba\xc1\x73\x8e\xde\xaa\xb4\x2f\xe2\x76\x41\xaa\x2d\x02\xcf\xf2\xaa\x2f\x97\x67\x5d\xbe\xb6\xf9\x35\xe5\x69\xf3\x4d\x99\x57\x60\x94\x60\x82\x55\x33\x26\x65\xf9\x5c\x6b\xf0\x26\x87\x7a\x72\xa8\xd2\x7a\x4e\xb0\xd1\x88\x67\xa2\x96\xc2\xaa\x46\x9e\x25\x69\x27\x55\x07\xc9\x75\x31\xef\x54\xdd\x05\x2e\xff\x06\x87\xff\xe5\x0d\xff\xf3\xef\xbf\xfe\xe9\xd3\xdf\x5e\x0e\xff\xfc\xf7\x5f\x5f\x7d\xfa\x9d\x8c\xb6\x36\x5a\xcb\x3c\x97\x32\x7d\x3d\xc4\xc1\xec\xfa\x27\xa7\x2e\x4c\x51\x91\x2b\x01\x7c\x13\x20\xa1\x6d\x4c\xd9\x41\x35\x71\x99\x34\x2c\x87\x00\x7e\xe2\x02\x25\x72\x21\x96\x22\x26\x4e\x7f\x70\x09\xa0\xef\x64\x36\x95\x56\xed\xc4\xca\x73\x33\x0a\x33\xc9\x4e\x9b\xe6\x0c\x83\xb9\xca\xda\x19\x4c\x9f\xa2\xe7\xf0\xf7\x15\x35\x5c\xea\x0d\xab\x49\xb0\xb4\x05\xac\xcc\x95\x4f\x47\x1c\x1e\x15\xe7\xa5\xa2\x99\x3b\x6f\xd6\xe6\x77\x07\x55\x9d\xaf\x4b\x39\x59\xa3\x61\xc2\x05\x8c\x63\x14\x8d\x64\x94\xe5\x35\x4c\x72\x04\xa1\x2c\x51\xf5\x47\x3e\x54\x92\xd6\xd1\xd7\x34\x06\x14\x65\xb5\xee\xca\xff\x40\x33\xc0\x8f\x34\x8b\x23\x40\x49\x7c\x52\xf7\x30\xe5\x7c\x4f\x68\x84\xf7\x27\x55\x4b\xca\x40\x2a\x6b\xcd\x02\x69\x43\x0c\x59\x58\x82\x08\xef\xf7\x88\xa1\xd2\xe5\x35\x45\xe7\xaa\x74\x6d\xbb\x62\x8f\x12\x86\x42\x57\xb9\x6e\xdd\x15\x7f\x47\x35\x5d\xdc\x51\x6c\xab\xeb\x4d\xbc\x57\x6a\x05\x5c\x13\x2e\x55\x7f\xa5\xb2\x13\x4c\xd1\x1e\x66\xb1\x90\x85\xd2\x0b\x59\x77\x95\xf6\xc8\xd8\x11\xc5\xef\x5e\x38\xa7\xaf\xf1\xae\xba\x60\x2e\x7f\x69\x88\xd7\x21\x99\x8b\x81\xba\x90\x9e\xb9\x72\xae\xae\x4c\x21\xa6\x42\x36\x31\xa2\x4a\xeb\x90\x8a\xd8\x55\x01\xdf\x8e\xde\x8c\x5e\x35\x25\x2a\x8b\xa1\x97\x77\x0e\xcb\x6c\xbd\xf7\x1d\x9c\x2b\xcc\x2e\x7b\x94\xb4\x95\xd0\x08\x8d\xc0\x8f\x30\xc6\x91\x06\xd3\xbe\x7c\x39\xf5\x7f\xf4\xe7\xab\xf5\xc2\x5f\x6e\x2f\x65\x45\x77\xb9\xde\xac\xa6\x77\x13\xb9\xb0\xba\xd4\xbe\x3b\x23\x72\xb2\x47\x59\xa8\x56\x0e\x12\xcf\x40\x2f\x8a\x20\x51\xe5\xad\x5e\xc7\x80\x60\xe9\xad\x83\xdb\xd5\xd6\x5e\x7d\xe5\xd2\x11\x8a\x35\x10\x25\xf6\xbe\xe3\x85\xdd\x4c\x40\x4c\x5d\x04\xb6\x78\x42\xb5\x74\x54\xa3\xec\x75\x5e\x89\x81\xe4\x48\x8c\x86\xd1\x47\xcc\x85\x2c\xf1\xf3\xd5\xb6\xe6\xb3\x35\x6a\x49\x96\x1b\x61\xab\xcb\xb3\x16\x34\x72\x7a\x93\xe9\xc5\x36\x5a\x2f\x14\xd5\x11\x54\x93\x7b\x04\x09\x07\x88\xc8\x6a\x3e\xba\x8a\xb0\x2a\xeb\x2b\x31\x56\x72\x6a\x86\x49\x75\x28\xc6\x43\x48\xa4\x5c\xfa\xb1\x56\x58\x85\x7f\x8c\xb8\x33\xf0\x2e\xae\x0d\x80\xa3\xff\xdb\xa6\x03\xcd\x4a\x07\xcf\x61\x0c\x39\x07\x7b\x1c\x9b\x6b\x85\x35\xcd\x46\x8c\xd2\x38\xef\x41\xd6\xc3\x46\x0a\x06\xb9\x58\x6d\x66\x88\xa9\x42\x60\x95\x7d\xa3\x10\x80\x49\x8e\xa0\x57\xf3\xb9\xed\x64\xd2\xb7\x68\x6a\xb2\xe8\xa5\xa4\x9c\x9c\xea\x63\x01\x03\xc5\x7a\xca\x68\x82\xc4\x11\x65\xdc\xca\x29\x97\x7e\x44\xf9\x99\x5d\x96\x19\xdd\x18\x89\xf5\xae\x50\xc9\x9f\x0a\x14\x56\x7a\xf4\x51\x8c\xac\x4d\xcf\xca\xbd\x2e\x38\x30\xb2\xfb\x39\x07\x53\x83\x24\x97\xff\x4c\x6b\x7c\x7d\x95\x3d\x51\x6b\x39\x55\xcd\xe5\xc5\x6b\xf9\xfe\x1f\x50\x17\xfe\x46\x60\x8e\xe0\x23\x02\xf7\x31\x24\x0f\x66\x13\x42\x07\x28\x0b\x38\xd0\x8b\xe2\xd1\x61\x54\xba\x95\xf7\x97\xd2\x16\x8d\xfa\xcc\xc3\x5f\x4b\x71\xf2\x2f\x26\xf1\xfc\x75\xf4\x17\x83\x6c\x18\xd1\x04\x62\x32\xe4\xd9\x7e\x8f\x3f\xfe\xb5\xb1\x5e\x2d\xcd\x34\xcb\xb6\xe4\x54\xdf\x71\xbb\x35\x8c\xb8\xe6\x5f\xb5\xf5\xa7\xaf\x0a\xf8\x97\xe8\xe0\x37\x11\x9d\x3f\x57\xf6\xe0\x5c\xf2\x35\xdf\x47\xa9\x7d\xfc\xc4\x6e\x9d\xaa\x0f\x9d\x74\x05\xc0\x1f\xec\xc0\x40\xe3\x69\x4b\xaf\xe5\x4d\xd4\xb3\xeb\xf8\x3a\x8f\x15\x6e\xc0\x13\x16\x47\x53\x45\x69\xe6\x7b\xf1\x77\x83\x63\xd4\xaa\xb1\x7a\xe7\xaa\x89\x19\x96\xee\xe8\x97\x07\xde\xca\x23\xe4\x9c\x86\x58\xed\xd0\x48\xce\x0c\x5f\x3a\x3c\xca\xf8\xbb\x97\x3e\xd1\xa9\xc3\x49\x31\xec\x8c\xfe\x4c\x5d\x62\xd8\xd3\x5f\x6f\x71\xf0\x95\xd6\x17\x72\xb9\x02\x55\x16\xed\xc7\x55\xae\xb9\x75\x7d\xd7\xa1\xb5\x55\xb6\xbc\x93\x6a\x49\x4a\x5e\x1a\xb5\x51\x1c\xd3\x27\x5e\xff\xaa\x81\xa0\xe0\xfe\x24\x87\xeb\xbd\xde\x4c\x1c\x11\x11\x8a\xcd\x48\x2d\x89\xb4\x34\x90\x3f\x0c\x19\x8a\xf3\x0f\x7e\x50\xf5\x35\x0e\x59\x45\xe8\xcf\xe2\xe4\x1b\x10\xff\xc8\x10\xc3\x88\x77\xac\x51\x34\xb5\x91\xa4\x54\x5e\x50\x29\xb4\x7d\x16\x2d\xd7\x9a\x5b\x2f\x13\xc7\xd6\x05\x96\xe3\x1a\x91\x4d\x48\xe6\xf3\x34\xed\xd9\x75\x62\xab\x16\x73\x1c\xa4\xcf\x8a\x3a\x3d\x29\x87\x58\x68\x08\x75\x6d\xd2\x59\xa0\x94\xce\x92\x0a\x9e\x5e\xbd\xc7\x8d\x60\xe9\x44\xdf\xf6\xdd\x16\x3d\x05\xf2\xad\x25\x18\x63\x68\xbe\x4d\x71\x23\x97\x42\x62\x5c\x94\x62\xb3\xe8\xbb\x03\xa3\x59\x3a\x8b\xc6\xb6\x6c\x9b\x45\x63\x53\xcf\xfd\x33\x7c\xfd\x8d\x02\x7e\xfd\x87\xef\x0e\xaf\xc7\xf0\xf5\xf8\xf1\x75\x67\x88\xcc\x39\x2b\x6e\xe3\xba\xc4\x76\xde\xf5\xa9\x49\x6c\x12\xac\xf9\xb4\x91\x92\x11\xa6\x58\x4d\x9d\x88\x92\x4b\x61\xb6\xbf\x24\xf5\xe2\x32\xa2\xf2\x5e\x64\xf4\x82\xa2\xab\x8c\xd8\x5f\xb5\x97\x32\xc0\x05\x64\x02\x45\x57\x5c\xd0\x34\x95\x95\x43\xee\x96\xd6\xd7\x1a\xd5\xe8\x21\x11\x23\x98\xe2\xa2\x6e\x10\xb4\x38\x45\x92\xfc\xd4\x00\xb8\x6e\xfc\x1f\xd9\xab\xad\x72\xfc\x9c\x86\x30\xce\xd5\xc3\x6b\x77\x03\x1a\xce\x64\x85\x2f\xd7\xb8\xb9\x1e\x9c\x8e\x54\xb9\xf3\x50\x53\xe5\xe6\x76\x18\x04\x2b\x70\xb7\x99\x37\x08\x15\xaf\x72\xac\xb6\xa7\xdc\x8d\x64\x83\x60\x9c\x00\xe7\xe6\x50\x63\x44\x05\xa5\x6e\x11\x77\x4c\x33\x23\x9f\x81\xd6\x5f\xf6\x70\x13\xe8\x1c\xed\xd2\x4a\xa9\x2b\xbc\x2f\x61\x9d\x40\x7b\x53\xce\x87\x3b\x69\x9b\x44\xdb\xa5\xc9\x62\x37\x4d\xa5\x31\xf5\x31\xb3\xea\xa7\xd3\x0c\x25\xbc\x07\x58\x80\x88\x22\x4e\x2e\x85\x39\x09\xc1\xbc\x19\x87\x3a\xb0\x57\x4d\xdc\xb2\xbb\xe9\x80\xcf\x77\x24\x5b\xb9\xeb\xc3\x45\x23\x81\x55\x1a\xe5\xdd\x5c\xd8\x79\x10\x04\xf3\x4a\x7e\x56\xcb\x62\xf7\x09\x64\x6f\xc8\x0a\x1f\xbd\xda\xed\xbb\x53\x86\x21\xbc\x66\x98\x84\x38\x85\x31\xf0\x84\x60\xf8\x5e\xd6\x89\x66\x37\x05\xf2\xf6\x9d\xd5\x76\xe8\xaa\xbe\x9c\x0d\xfa\x86\xb1\x94\xa1\x3d\x62\x0c\x45\xbb\xfc\xb0\xa4\xc6\xe3\x7c\xea\xad\x81\x6f\xbe\x20\xa3\x2c\x49\x09\x41\xa1\xfe\x30\x4d\x29\xd7\xbb\x14\x5b\x81\x2d\xce\x75\x2b\xdd\xf3\x35\x72\xd7\x98\x44\x60\xba\x2c\x3e\xd1\xd7\x87\x84\x01\x72\x50\xb0\xbd\xf5\x2e\xa1\x26\x0c\x45\x12\x33\x8c\xf9\x67\x90\x2b\x41\xb7\xd1\x2d\xf5\xe1\x3b\x6a\xbd\xef\x17\x3f\x83\x95\xfa\x7a\x55\xf9\x08\xe5\x7b\x08\x79\x20\x97\x64\x58\x9c\xa6\x6a\xa1\x91\x4f\xa1\x08\x85\xec\x94\x0a\x9d\x79\xda\xf6\xbe\x15\x83\xdf\x7b\x5e\x00\x2c\x16\xa0\xd1\x38\x98\x74\x36\xf4\xbb\x34\x75\x0d\x39\x92\x46\x31\x3c\x0a\x9a\x0e\x63\xf4\x88\x62\xfd\xc1\xc4\x8f\x42\xe7\xd0\x83\xa9\xed\x75\x45\x86\x20\x0b\x8f\x2d\xfa\xd3\xe8\x5c\x6a\x2b\x35\xff\xbb\x18\xd1\x58\xcd\xbe\x45\xae\x98\x98\x86\x36\xb6\x58\x86\x0c\xa7\x8a\x15\x41\x2b\x35\xa9\xae\x6a\xd4\x91\x35\x49\x33\x91\xcf\x2f\x60\x4e\x31\xa4\x9c\xf7\x2a\xe9\x46\xc5\x89\x74\x4c\xa5\x74\x09\x8d\xb2\x18\x81\x10\xc6\xf1\x3d\x0c\x1f\xd4\xd9\x70\x76\xcf\x05\x16\x59\xfe\xa1\x46\x22\x53\xfd\x11\x59\x1e\x21\x39\xe9\x43\x39\x08\x7e\x7d\xf9\xa9\xb4\xf5\x2d\x81\xa5\x00\x23\xe0\xa9\x4e\x44\x4a\x6c\x05\x9c\x17\xff\x5a\x5a\x7d\x34\xae\xb1\x61\x0e\xbe\xc9\x70\xf4\xdd\xaf\x2f\x3f\x35\x77\xb7\x0a\xdd\x06\x65\x35\xb5\xa9\xd9\xf4\x6c\x3b\x3c\xd3\x68\x99\x87\x34\xb5\x81\xc8\x4d\x2c\x28\x0d\x74\x90\xa9\x5c\x91\x70\xd0\x31\x4d\x57\x40\x6a\x16\xc7\x31\xe6\xba\x5b\x48\xc9\xaf\x2c\x47\x99\xfa\xf4\x9b\x61\xc8\xd1\x37\x51\xe6\x42\x62\xd3\x85\x76\x3b\x2b\xa5\x7b\x15\x67\x56\xae\x30\x8f\xc4\x65\xaf\x46\x44\xb0\x93\xee\xf5\x30\x15\xa4\x2e\x04\xd5\xdc\xc8\xf7\x92\xe4\xd0\x91\xfe\x4e\x63\x02\x4f\xb2\xba\x24\x28\x44\x9c\x43\x76\x92\x39\x39\x07\x28\xf0\x62\xc1\x51\xbc\x2f\x70\xf2\x14\x85\x58\x1d\xcf\x01\x10\x1e\x21\x83\xa1\x40\x8c\x0f\x80\xf4\x3a\x1e\x43\x7e\xac\xae\x98\x14\x43\x29\x43\x8f\xba\xac\x67\x4c\xc6\x67\x85\x38\x81\x69\xaa\xf6\xf7\x66\x35\xb1\x14\x6a\x59\x1a\xa8\x7d\x59\x55\x17\xe8\x3d\x34\x25\xe2\xff\xfe\xf7\xff\x70\xc9\xa3\xf5\x51\xa7\xde\xa7\xcb\x0a\xba\x67\x5d\x35\x69\xec\xb9\xef\x63\x78\x00\x98\x44\x2a\xf0\x92\x43\x49\x4f\xd8\x96\xe8\x29\x64\x36\x4a\x8b\xd2\x47\x6b\x6d\x5b\x89\x56\xbf\xae\xb3\x07\x25\xe0\x33\x60\xf9\x16\x62\x09\x44\xaa\x44\x83\xe9\xc9\xd7\x00\x55\xb6\xd5\x8b\x25\xab\x23\x20\xe8\x01\x89\x23\x62\x7a\x25\x65\xc7\x5e\xcb\xb0\x18\x08\xa6\xbe\xa2\x49\xa2\xfc\xb9\x4f\x22\xfd\xd4\xad\xdb\xb5\xa4\xde\x6c\x60\x68\xbd\x52\x53\x5f\x09\x99\xaf\x82\x4a\xae\x0d\x71\x7d\x6c\x96\x2b\x93\xa1\x84\x3e\x96\x23\x9c\x5a\x82\xe4\x07\xf9\x4b\xab\x4d\xe9\x54\x30\xfe\x6c\xf1\x73\x31\xa5\xf0\x7a\x41\x45\xe2\x13\x10\xf0\x01\x11\x1d\x2b\xa1\xee\x35\x94\x06\x57\x2a\xcf\xeb\x5a\xd3\x78\x63\x2c\xea\x56\x53\x3e\x58\x67\x1f\xae\x48\xb9\x0a\x0d\xe7\x35\xa1\x2f\x57\x1a\x92\x4b\xb9\xdc\x53\x05\x35\x0d\x17\x5f\x4f\x65\x4a\x5d\xda\x16\x5f\x5b\x65\x92\xf7\xf3\x0a\x2b\xdd\x77\x72\x1c\xca\x36\xa3\x65\x6d\x3b\x52\x05\x21\x19\xc3\x5b\x62\xf7\x46\x86\xf7\x1c\xba\xd4\xd4\xd4\x75\x2d\xca\x11\xba\xf7\xf8\x23\x8a\x4a\x51\xb5\x54\x98\xd8\x9a\xc1\x26\x15\xcd\x8d\x36\x88\x99\xeb\xe2\xa8\xe3\xe1\x74\x69\x3a\x68\x94\x4c\xa1\xc8\x60\xac\x87\x03\xc8\x90\xee\xde\x32\xa6\x2e\x86\x99\xcf\xb8\xba\x04\xd7\xde\x60\xe1\x2b\x8d\x69\x03\x7d\xd0\xbb\xc0\x21\xa3\x9c\xee\x05\xf0\x42\x81\x1f\x11\x98\x62\xa6\xbe\x8f\x75\x32\x5b\x49\x03\x73\x6e\xcc\xcb\xd3\xb2\x20\xae\x04\xca\xdd\xa1\x43\xc7\xdc\x66\x49\x67\xd9\x55\xb9\x19\xd6\x08\xcd\x67\x8b\x2e\x23\xa2\x63\x3b\xb5\xb2\x17\xa8\x78\xb7\xb9\xf1\xab\x54\x5f\xfa\x28\xaa\xa8\xc0\x3e\xa7\xfa\xda\xb6\xb2\xa9\x73\x41\x5f\xf4\xaf\x3e\x95\x2a\xba\xa2\x96\x6b\xd6\x70\x2a\x59\x27\x50\xc8\x82\xc6\x1e\x99\xd6\x74\x21\xcb\xbc\x04\x25\xf7\x88\xe9\x4a\x4f\x22\x84\xb1\x6a\x62\x54\x5e\x22\x51\xe8\xbe\xd4\x2a\x9a\xe6\xd6\xab\x96\x21\x47\xf6\xaa\xad\x6c\xdc\x14\x65\x56\x7b\xd9\x58\xbe\xea\xe7\x2a\x9f\x32\x49\x44\xce\x40\xb5\x38\x50\x87\xc3\x4c\x2e\x42\x94\xc2\xad\xa3\x58\x2a\xea\x3c\xee\x20\xc3\x6a\x4c\x9f\xd4\xd7\xd2\x45\x78\xb4\x57\x15\xcc\xf4\x1d\xe5\x6b\xf2\x02\xcf\xbd\x9c\x1a\x42\xe8\x79\xa6\x23\xf3\xcb\x0e\x99\x72\xc0\x36\x79\x8a\x6b\x86\x0d\xc7\x57\xec\xea\x8f\x60\xdb\xd5\x61\x1c\x3b\x94\xdc\x32\xef\x6c\x63\x80\x44\xe3\xaa\x8f\xca\x57\x11\x7b\xc5\xd6\xd2\xf9\x89\xc4\x39\x11\x1f\xa7\xcb\x3c\xd2\xe9\x54\x55\xae\x4a\xf3\xf0\x03\xf2\x7a\xc7\x82\xe6\x3b\x05\x33\x3e\x5d\x16\xdb\x98\xd5\xfc\x61\x62\x4f\xe9\xad\x9d\x1a\x2a\x00\xec\xe5\x2a\x38\xb7\xaa\x0e\x83\xaa\x6e\xd4\x87\x2b\x96\x42\x87\x6d\xaa\x03\x41\x7b\xf4\x6f\x5e\xad\x7c\x46\xfd\xc8\x90\xc8\x18\xd1\xfd\x6f\x50\x1d\x2e\x9c\xaa\xc5\xbb\xe4\x5f\xb2\x56\x28\x65\x6a\xba\x22\xf6\x75\x75\xd8\x02\x51\xdd\x5a\x29\x15\x95\x2e\x14\x8d\x23\xea\x7c\x7d\x50\x14\x99\xbd\xf0\xa8\x4c\xa5\xe4\x0b\x55\xf3\x49\xca\xe8\xa3\x0e\xbc\x29\x62\x7b\xca\x12\x48\xcc\x97\x5c\xe9\x5e\x6b\xd7\x9e\xa0\xb4\xab\xde\x38\x8e\xd2\x81\x83\x68\x6b\xc1\xd9\xbc\x79\x5a\xb3\xc4\x4f\x47\x5d\xd2\x50\x66\x33\x6b\xcd\xe1\xa6\x55\xe5\xef\xb3\x38\x3e\x0d\x8b\x56\x64\x93\xe2\xe8\x1e\xc0\xb2\x63\x29\x6d\x96\x4e\xfa\x73\xb7\x56\xa9\x51\x95\x46\x79\xb6\x50\x5b\x5b\x76\xf6\x34\x85\xd3\x01\xbe\x70\xbb\x5a\xc5\xa0\xe7\xca\x04\x31\xd5\xe4\x1f\x15\xf9\x38\x3c\xa2\x04\xf2\x01\xe0\x59\x78\x04\x90\x37\x72\xb7\xae\x20\xec\xf8\x81\x3d\x29\xd5\x93\x08\x96\x37\xf6\xee\xd1\xf9\x32\x4d\x59\xc9\x2b\xcd\x0d\x29\x68\x6b\xf2\x6e\x5c\xd3\x6d\x76\x4b\x9c\x68\x66\x3a\xdb\x84\xf9\x68\xbe\xde\xfa\x83\x31\x2f\x7a\x7d\xf0\x81\x50\xcb\xb2\x2e\x56\x47\xd2\xa2\x44\x43\x98\xea\x36\x87\x2a\x0d\x03\x11\x22\x54\x98\xe2\xb9\x10\x56\x59\xa8\x16\x99\x54\xc4\x34\xff\x6f\x41\xb1\xbe\x82\xea\x74\x53\xaa\x5c\x5a\xac\x72\x22\x08\x74\xf6\x1a\xd8\x39\x5d\x72\x0b\xa9\x14\xdd\x1b\xab\xdf\x18\xde\xf4\xf4\xbd\x53\x84\xa4\xcc\x76\x9a\xc1\x83\xe4\x40\x14\xf6\x26\x66\xc5\x53\xb1\x50\x29\x5a\x96\x6b\x76\xdd\x8b\x67\x7b\xfd\x15\x0a\x89\x56\x27\x32\xa8\x6e\xd0\xaa\x6b\x72\x03\xc0\x69\x99\x47\x2e\x35\x2b\xe1\xa4\xd9\x05\x65\xba\x95\x10\xe6\xcc\x9a\x8b\x49\xa8\xcd\x11\xcc\x30\x53\xeb\x9d\x89\x96\x3d\x2e\x53\x37\x27\x2c\x01\xb2\x2c\x42\xc4\x88\x25\x5d\x6f\xa1\xf7\x0d\xc0\x5c\x55\x5e\x0b\x5d\x79\xd9\x16\x9a\xd2\x9d\x0c\xbd\x3b\x94\x47\x36\xf3\x1f\x86\x44\xba\xfb\x40\x47\xae\x3c\x7f\x44\xa5\xf5\x55\x7d\xda\xab\xfe\x80\x14\x8a\xa3\x5a\xf4\x98\x35\xaf\x09\x03\x45\x3f\x94\x1e\x46\x59\x7e\x25\xcf\xf8\x56\x02\x53\x6e\xaa\x50\xb5\x64\x4d\x63\x18\xea\xf3\xbf\xbc\xd8\x57\xbb\x6a\x89\x29\x9b\xa4\x59\x19\x3e\x60\x02\xe3\x9d\x1c\xf1\x9d\xfc\xe7\xd5\x40\xfe\xfb\x5a\xfd\xfb\x6d\x63\xaf\xbd\xa4\x13\x85\x73\x5d\x63\x4a\xf2\x5e\x35\x48\xe7\xcd\xf2\x96\xa8\x29\x17\x77\x91\x3e\x2d\x94\xfe\x95\x31\x96\x0b\x31\xd0\x72\x2b\xd1\x9a\x6f\x55\x6d\x90\x9b\x21\x81\x69\x8a\xe4\xda\x51\xca\xbe\xd1\x30\xaa\xf9\xb4\x2b\xec\x54\x44\xd4\x30\x2a\x08\x59\xfb\x75\x48\x57\xbe\xcb\xfe\x7f\x01\x00\x00\xff\xff\xc5\xae\x6d\x3f\x17\x69\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYaml, - "Template.template.openshift.io/openshift/rhdm75-kieserver.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-kieserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5c\xff\x73\xdb\xb6\x92\xff\x5d\x7f\xc5\x9e\xa7\x33\xb9\x9b\x31\xa9\x38\x6d\x1a\x9f\xae\xd3\x19\x46\xd2\x73\xd4\xda\x92\x9e\xa4\x24\x4d\xdf\x74\x38\x10\xb9\x12\x11\x93\x04\x0b\x80\x76\x94\x9c\xff\xf7\x1b\x00\x24\x45\x52\x14\x2d\xd9\xce\xb5\x79\xfa\xa5\x2e\x09\x2c\x76\x3f\xfb\x1d\x04\x42\x12\xfa\x0e\xb9\xa0\x2c\xee\x81\xc4\x28\x09\x89\x44\x9b\x25\x18\x8b\x80\xae\xa4\x4d\x59\xf7\xe6\xac\x73\x4d\x63\xbf\x07\x8b\xec\x75\x27\x24\x4b\x0c\x45\xaf\x03\xc0\x03\x3f\xea\xc1\xc9\x2b\xfb\xe5\x49\x07\x8a\xf9\x3d\xfd\xfc\xd5\x4b\x8b\x25\x92\xdc\xe2\xd2\x52\xcf\xd9\x06\xd1\xe2\x4c\x48\xe4\x34\x5e\x77\x22\x14\x82\xac\xb1\x07\xff\x6b\x75\x00\x1c\x88\xf1\x16\x06\xe8\x51\xc5\x09\x5c\x91\x98\xac\x91\xc3\xc4\xcc\x87\x7c\x3e\x14\xf3\x81\x24\x49\x48\x3d\x22\xd5\xf0\x80\xdc\x20\x2c\x11\x63\xf0\x38\x12\x89\x3e\xd0\x18\x36\x2c\xe5\x90\x70\xf6\x11\x3d\x69\x77\x3a\x00\xd3\x10\x89\x50\xe3\x40\xa4\x1c\x41\xb2\x6c\x34\xc8\x00\x41\xa0\xc7\x51\x42\x4c\x22\xf4\xe1\xe4\xbb\x2f\x93\xe9\xc2\x79\x3f\x7c\xed\xbe\x59\x2c\xa6\x73\x77\x3e\xec\xcf\x86\x8b\xbb\x13\xf0\x58\x2c\x09\x8d\x15\x03\x6a\x56\x7d\xdc\xaf\xc3\x0f\xf3\xc5\x64\x36\xbc\x83\x15\x0d\x11\x52\x81\x3e\xac\x18\x07\x81\xfc\x46\xcd\x11\xe8\xa9\xa5\x15\x15\x8c\xa5\xdd\x89\x50\x12\x9f\x48\xa2\xa0\x24\x71\xcc\xa4\x96\x47\x23\x0b\xe0\xa3\xf0\x38\x4d\xa4\x56\x8d\x53\x12\x37\x87\x59\x93\x26\x05\x48\xc3\x1c\xa4\x59\x01\xd2\x2d\x95\x01\x10\x98\x32\x21\xd7\x1c\xe7\xff\xbc\xd4\x84\x01\xd4\x9a\x4b\x22\xf0\x54\x93\x98\xa1\x0f\x6f\x88\xdc\x85\xff\x95\xfd\x12\x2c\x18\x60\xc2\xd1\x53\xb0\xea\xd9\xd4\x63\x71\x3f\x24\x42\xf4\xf4\x9f\xd6\xc7\x25\x13\x42\xbf\xa9\x58\x8d\x4f\x45\x12\x92\x8d\xa5\x10\xed\xb5\x2f\xf1\x3a\x15\x34\x46\x21\x94\x24\x34\xa2\x9f\x91\x17\xb2\x64\xfc\xb6\x48\x54\xc8\xb2\xcb\x42\xc2\xd9\x0d\xf5\x91\x5b\x8d\xbc\x9c\xc2\x28\xf6\x6c\x3d\x4b\x92\xb5\x30\x36\x7b\xea\x67\x0c\x2a\x8d\x21\x3f\xd5\xc2\x9d\x66\x66\x7c\xba\x6b\xc6\xa7\x89\x61\x44\xfc\x19\x1a\x4a\x8d\x1e\xb4\xa4\xb1\x4f\x96\x21\xf6\xe0\x64\x45\x42\x81\x27\x2d\x63\x7d\xe6\xa5\x11\xc6\xc6\x12\xac\x94\x87\x3d\x08\xa4\x4c\x44\xaf\xdb\x25\x9e\x87\x42\xd8\x1c\xfd\x80\x48\xdb\x63\x51\x75\x70\x17\x63\x2b\x15\x5d\x8e\xbe\x1b\x10\xe9\xe6\x92\xb8\x91\x81\xba\xfb\xca\x7e\xd9\x0d\x64\x14\x76\x7d\x54\x62\xd0\x78\xed\xca\x00\xdd\x5c\x28\xd7\x08\xe5\x0a\x49\xb8\xfa\x6f\xc9\xc1\xdc\x15\xe3\x6e\x4e\x77\x99\x69\xcb\x65\xb9\xb6\x5c\x16\x17\x6f\x0b\x59\xdc\xcc\x55\x90\xbb\x4a\xca\x15\xe3\x51\xb7\x45\xec\x90\xc5\x6b\xab\x62\xf1\x8b\x80\x0a\x50\x76\x5d\xf6\x74\x22\x04\x15\x52\x68\xe7\x63\x09\x72\xe3\x2f\xb9\x55\x63\x42\xb8\x54\x78\x28\xe7\x56\x43\xd7\x31\xe8\x15\x84\x7a\x90\x0b\x2a\x8c\xd5\xe3\x27\x12\x25\x21\xaa\x50\x11\x30\x91\x50\x49\x42\xf5\x86\x78\x92\x71\x8a\xe2\x34\x23\xba\x4e\x09\xf7\x61\x45\x79\x24\x80\x71\xf0\x48\x18\x82\x87\xb1\x44\x2e\x6c\x18\x49\x20\xa9\x64\x11\x91\x54\xbd\xd8\xc0\x8a\xc6\xbe\xe1\x6e\x89\x42\x6e\xe3\x96\x5e\x90\x78\x41\x46\x54\x33\x75\x0a\x92\x5c\x2b\x9b\xa6\xb1\x62\xd7\xf3\x58\x1a\x4b\x08\xc9\x92\x71\xe0\xb8\x4e\x43\x23\xdc\x29\x88\x6b\x1a\x86\xc0\xf1\xcf\x94\x72\x54\xe2\x89\xd3\x2d\xe5\x84\xe3\x0a\x39\xc6\x1e\xe6\x30\x90\xd8\x07\x26\x03\xe4\x2a\xce\x08\xc9\x09\x8d\xa5\xb0\x4b\x6e\x0c\x82\xc6\x1e\xee\xf7\xc9\x1b\x93\x0f\x94\x6f\xda\x2d\x2a\x13\x69\x92\x30\x2e\xef\xb1\x51\x4d\xe0\x26\xcf\x30\x79\xa6\x30\x9e\x78\x7f\x96\x30\x23\x45\x42\x3c\xec\x6d\x9d\xbb\xc3\x96\x2a\xaa\x8b\x5e\xc7\x82\x72\xfe\xba\x39\xeb\x00\x98\x5c\x35\x57\x11\xd7\x43\xc7\xa0\xda\x01\x28\x87\x5a\x80\x6d\x06\xd3\x88\x6d\x2d\xac\x07\xdf\x7d\x71\xa6\xd3\xcb\x51\xdf\x59\x8c\x26\x63\x77\xec\x5c\x0d\xef\xf4\x30\xc3\x72\xc3\xdb\x36\xfe\xf7\xf2\x37\x63\x21\xbe\xa6\xb1\x6f\x84\xfc\x4b\x98\xb3\x6e\x28\xde\xaa\x1c\xce\x42\x9c\xe1\xaa\x57\x22\x94\xbd\x11\x69\x8e\x33\x80\xb5\x0f\xd8\xa7\x46\x26\x5b\x60\x07\x95\x9d\xfc\x58\xcf\x90\x61\xa8\x1d\xaf\xa5\x66\x50\x8f\x4d\x60\x7f\x26\x40\xd9\xae\xb0\x1f\x0a\x38\x98\x9c\xee\x1d\x2f\xf8\x83\x11\x03\x10\x09\x7a\x86\x4b\xcd\xbc\xf9\xd3\xca\xa8\x29\x0f\xcc\x58\x53\x6f\x7b\x70\xfe\xfc\xfc\x79\xf6\x40\x12\xbe\x46\x39\xad\x3e\x2e\x4f\x14\xd5\x99\x3f\xfc\xf0\x7d\xd3\xcc\xfc\xb1\xc0\x10\x55\x98\xdc\xea\x41\x31\xab\x22\x53\x9f\xc5\x2b\xba\xfe\xeb\x8d\x61\x11\x20\xfc\x72\xc1\x59\x9a\x08\x48\x94\xea\x95\x60\x3a\x0a\x7b\x61\x9a\xad\x6a\x57\x15\x69\x93\x30\x09\x88\x7d\x9d\x2e\x91\xc7\x28\x51\xa8\x18\x27\x59\xa8\x92\x0c\x5a\x69\xcc\x91\xf8\x1b\x0b\x63\x3f\x61\x2a\xa0\xf6\xe0\x44\xf2\x34\x4b\xe5\xdf\x84\x01\x59\x49\xdd\x8a\x32\x2c\x46\xd3\x1e\x8c\x59\x8c\xfb\x2c\x2b\xc9\x57\x2d\xec\xe3\xfc\xfc\xbc\xc9\x3e\xf2\xc7\xdf\x86\x7d\xe4\x85\x63\x35\x24\x7c\xad\x88\x50\x2b\x14\xf7\x2b\xb0\x32\x70\x8f\xc7\x1b\x35\xbc\xfc\xe1\xfb\x17\x0d\x6a\x28\x1e\x3f\x4c\x0d\xa5\xf5\x1b\x60\xa7\xfe\xd1\x66\x97\x05\xa6\x3c\xef\xa5\xf2\x78\x75\xe9\x59\xda\x7d\xf7\x47\xf7\x67\x42\x47\xb2\xc2\x9d\xbf\x1d\xc7\xac\xe8\x39\x60\x42\xf6\xca\x8d\xe5\x64\xbe\x50\x04\x74\x87\x79\x57\x98\x42\xaf\x41\xf1\x45\x06\x90\x2c\x7f\xfd\x54\xa9\xf9\x81\x6a\x17\xff\x7f\x7a\x17\x7f\x0b\xc5\x9b\x06\xdf\xfa\x5a\xfa\x9f\xdf\x6f\x00\x26\x93\xcb\xad\xec\x12\x79\x44\xe3\x4c\xf6\x84\x08\x21\x03\xce\xd2\x75\xf0\x95\x2c\xc5\xa8\x7b\x50\x0b\x35\x87\x68\xbe\xe8\x32\x4c\x22\xae\xf4\x1a\xb7\x84\x4a\x6b\xc5\xb8\xa5\xb3\xf0\xb7\x97\x7b\x2b\x2a\xe6\xa8\x79\x14\x3d\x38\xfb\x3a\xe9\x52\x13\x95\xaa\x6e\x59\x6f\x0a\x74\x37\x89\xde\xfb\x30\x7b\x5e\x95\xb6\x2e\x1f\x52\xd5\xd0\x2e\xb6\x47\xe0\xfb\x64\x62\x3c\x5e\x5d\x8f\x50\x99\x5e\xba\x50\x9b\xfa\x15\x9b\x1a\x25\x50\x2c\xc0\xf8\xa6\x8c\x51\x5e\x37\xfd\x3a\x1a\xba\xce\xe0\x6a\x34\x76\xdf\xce\x87\xb3\xd2\x00\x80\x1b\x12\xa6\x58\x76\xf3\xed\xb8\xbb\x56\x4a\xd3\xf7\x83\x43\x08\x4d\xdf\x0f\x9a\xe8\x0c\x9c\x85\x33\x9f\xbc\x9d\xf5\x87\xf3\x26\x2a\xb3\x37\x83\xab\x86\x59\xea\xb1\xfb\xcb\x78\x30\x6a\x5f\x79\x3a\x9c\xcd\x47\xf3\xc5\x70\xdc\x1f\xba\x83\x79\xd3\xf2\x9a\x50\x65\xd8\xc8\xb9\x1c\xf6\x17\x4d\x74\x19\x5f\xdb\x01\x55\xb5\xb8\x0a\x09\x3e\x25\xca\x47\xec\xed\xbe\xdf\xc0\x3c\xd9\xb7\xca\x6f\x8e\xdb\x9f\x8c\xc7\xc3\xbe\xd6\xf5\x74\x36\x99\x0e\x67\x8b\x0f\xee\x20\xab\xf9\xc6\x24\xc2\x7b\xa4\x99\xcc\x17\x17\xb3\xe1\xfc\x9f\x97\xee\xe0\xf5\x5e\x61\x06\xb3\xd1\xbb\x66\xd5\xd6\xea\xbd\x86\xb9\x4a\xd9\xca\x08\x0f\xe6\x63\x9f\x75\x18\x58\x9d\xf9\xfc\xfd\x64\x76\x8f\x75\x94\xa8\xed\x31\x91\x36\xf4\xe6\xba\x50\xde\x8f\xdd\xbd\x55\xef\xe1\x4b\xa9\x84\x36\x4e\xa3\x25\xf2\xa6\xa5\x4e\x54\x8d\x7b\xd2\x40\x32\x97\x73\x78\x35\xbd\x9c\x7c\x18\x0e\xdd\xd9\x64\xbe\x18\xce\x46\xe3\x8b\xaa\xdd\x15\x7e\xf0\x58\x93\x3e\x74\xc1\xaf\x61\xe8\x07\xae\xfd\xe6\xf5\xd5\x8b\xc1\xe0\xd2\x75\xde\x2e\x26\x87\x8b\x5b\x9e\xd5\x26\xf8\xc5\x70\x3c\x9c\x39\x8b\xc9\xcc\xfd\x7d\x32\x1e\xba\xa3\x7b\x0c\x70\x67\xf8\x5e\x1b\xfc\x65\xe1\x34\xaa\x7e\x9b\xf9\xab\x93\xaa\x5f\x60\xdc\xc1\xa8\xd1\x2d\xbb\x28\xbd\x6e\x4b\xd5\x6a\xbe\x03\x59\x37\x2c\x4c\x2b\x56\xde\xbc\x4a\xbb\xac\xb5\x6f\x42\x7b\xa9\xdd\x1f\x04\xb6\xe3\xf6\x53\x39\x2c\x00\x54\xc7\x36\x51\xfb\xe5\x62\x36\x79\xab\xc6\x68\x3b\x9a\x4d\x16\x93\xfe\xe4\xb2\xd1\x70\x8b\x02\x6d\x30\x36\xc3\x1b\xcd\x64\x38\x9e\xbf\x19\xfd\x63\xe1\xe6\x83\xdc\xf9\x70\xf6\x6e\xd4\x1f\xb6\x88\xfd\x90\x5d\x8d\x23\x16\x9e\x4e\x66\x8d\x9e\x78\x72\x7e\x7e\x7e\x5e\x36\x2d\x1a\xe9\x2f\x94\x5b\xf4\x46\x57\xce\xc5\xd0\x9d\x2f\x66\x43\xe7\x6a\x47\x1d\x7a\xf4\x34\x0d\xc3\x29\x0b\xa9\xb7\xe9\x81\x13\xde\x92\x8d\x28\x8d\x08\xe9\x0d\xc6\x28\xc4\x94\xb3\x25\xf6\x2a\x2c\xac\x08\x0d\x53\x8e\x8b\x80\xa3\x08\x58\xe8\xf7\xe0\xfb\xca\x7b\x55\xda\x5f\xa0\xac\x4e\x02\x48\x88\x0c\x7a\xd0\x15\xb7\x64\xbd\x46\xde\xa5\xb1\x8f\x9f\xec\x40\x46\x61\x7d\x5c\x7d\x47\x30\xff\x09\x2f\xc0\xdc\x86\x2a\xaf\x68\x4c\x25\x25\xe1\x00\x43\xb2\x99\xa3\xc7\x62\x5f\xd5\xab\xb5\xf9\x09\x72\xca\xfc\xed\xeb\x97\x95\xb7\x92\x46\xc8\x52\x59\xbc\x7e\x51\x7a\xfb\x88\x8a\x0c\xaa\xbb\x21\xe6\x67\x6d\x4b\xb3\x6c\x33\xea\xd5\xab\xf3\x0a\x37\x66\xc5\x8f\x2c\x64\xd7\x94\x54\xa5\xe0\x4c\x32\x8f\x85\x3d\x58\xf4\xa7\xad\x34\xeb\xf8\xed\xec\xbc\x1e\x4b\x70\xbb\xd1\x5a\x27\x28\x1e\x48\x71\xbb\x35\x57\xa6\x58\x73\x92\xfd\x04\x55\x7f\x45\x0f\xb6\xd1\x1f\xff\x86\x36\xfa\x63\xab\x89\x7e\xff\xfc\x60\x13\xe5\x28\x58\xca\x3d\x14\x55\x81\x42\x1a\x51\x29\xea\x42\x46\x18\x31\xbe\x29\xc7\x8a\xab\xe1\xd5\x64\xf6\xc1\xbd\x1c\x5d\x8d\x16\xe5\x30\x61\x52\xcb\x15\x4b\xe3\xba\x05\x47\xea\xd9\xd4\xa0\xf5\xc0\x34\x95\xeb\xbb\x65\xea\x35\x6e\x84\x64\x1c\x9b\x26\x2b\xed\x4f\xe2\x70\xd3\x03\x95\x65\x8b\x57\xa2\xf2\xcd\x67\xfc\x18\xd7\x2d\xed\x46\x5c\x70\xe2\xe1\xb4\xaa\x9e\x92\xf2\x0c\x7b\x95\x3e\xeb\x11\xb2\x19\xc0\xaa\x5a\x33\xcf\x72\x71\x1a\x4f\x7c\x98\x3e\x99\x53\x65\xb9\xc5\xee\xab\x0e\xf4\xfd\x80\xc4\x6b\x9c\x12\x4e\xa2\x12\x8f\xc5\xd7\xe0\x1a\x82\x85\x97\xaa\xd5\x2a\x32\x3d\x10\xc7\x15\x67\x51\x59\x1a\xb3\xed\x32\x52\x9c\xcd\x25\x47\x12\x2d\xc8\xba\x21\xdc\xee\x4f\x64\xbd\xef\xbe\x54\x1e\x2e\x9c\x8b\xbb\x1a\x81\xec\x33\x6c\x6d\xa0\x9a\x3d\x9f\x3a\xfd\x22\x17\x9a\x9d\x86\xd1\x16\xa4\x0c\x36\xf3\xdc\xec\x05\x64\x2f\xfe\x3d\xf7\x8f\x1e\xbb\xd5\xff\x34\xfb\x43\x35\x2e\xbe\x95\xfd\xa0\xc6\x8e\xf1\x18\xb8\x8f\x80\x1c\x1e\xb7\xbf\x53\x6b\xcd\x1f\xdd\xc7\x97\x9b\xf3\x27\xea\xe6\xcb\xbb\x18\xce\xc2\x79\xed\xcc\x0f\xdf\x6e\x68\xde\xf6\x28\x0d\xb8\x72\x7e\x73\xa7\xb3\xe1\xd4\x99\x0d\x07\xee\x62\xe6\x8c\xe7\x8e\xee\xe2\x1b\xf7\x96\xbe\xfb\x72\xc8\xcc\x9d\x7a\x7a\xcf\x46\xca\xa3\x6a\x6d\xfc\x54\x56\x79\xae\xf8\x28\x22\xb1\x5f\x7f\x6c\x41\x37\x15\xbc\x1b\xd2\xa5\x9a\xd4\xf5\x02\xf4\xae\xad\xc2\x48\x76\x06\x5b\x96\x5a\xf6\x80\x3a\xfa\x45\x7b\x19\x72\xf6\xfc\xa0\x52\xb9\x11\x9a\xfb\x4b\xe3\xd2\x77\xc3\x6c\xca\x03\x8a\xc1\xaf\x03\x62\x23\x5a\xed\x5d\xc5\xd9\xd1\xb5\xd5\x0d\xd1\xcc\x74\x93\xb5\xf8\x33\xec\xaa\x08\xd7\x50\x41\xb5\xe3\x6d\x25\x37\x2c\x7c\xca\xa2\xe6\x98\xe5\x74\x51\x2b\xa8\x90\x18\xcb\x77\x9a\x60\x3f\x24\x34\xaa\xc2\xee\xa9\x47\xfb\x4b\xb5\x12\x6d\x3d\xf2\xaf\x29\x74\x1a\x0c\xf8\x41\x85\xcd\x96\x4e\xaf\x12\x67\x0e\xae\x68\xf6\xcd\xf9\x2a\xc5\xcd\xb4\x49\x7b\x4f\x71\x0a\xec\xe9\xeb\x92\xc2\x38\xb6\x69\xd2\x9c\xf0\xbb\x62\x3e\x16\x76\x32\x43\xe2\xbf\xe7\x54\xe2\x24\xf6\x30\x2b\x61\x6a\xbd\x13\xc7\x3f\x53\x14\x65\xaf\x54\x85\x7a\xb6\xbd\x32\x78\xed\xbe\x9b\x5c\xbe\xbd\x1a\xba\x7d\x67\xea\xf4\x47\x8b\x0f\x77\x9d\x44\x19\x1c\x4a\x6d\x8d\xd6\xee\xe1\x0d\xc5\xbc\xfe\x30\x2c\x03\x2c\x83\x63\x77\x00\xb2\xe3\xbe\xc6\xf8\xcb\x07\xa7\xb3\x9d\x6b\x23\x78\x5d\xec\x0e\xe4\x47\x2c\xfd\xc2\xa6\xb3\xdc\x15\x6d\x48\x92\xd4\xb9\x98\x24\x92\xbc\xc7\x25\x10\x3f\xa2\x31\xd5\xe5\x15\xe3\x90\x0a\xe4\xb1\x59\xa6\xc2\x46\x3e\xda\x51\xa3\xe1\xad\xd0\x71\xaf\xba\x93\x5a\xf9\x54\x94\xad\xac\x89\xeb\xd1\x07\xad\x9e\x10\x21\x6e\x19\xf7\xdb\x57\x9f\x6e\x47\x69\x6f\x83\x67\xff\x22\xd6\x67\xc7\xfa\xfd\x8f\x2f\x3f\xde\xfd\xeb\xb9\xf5\xdf\x7f\x7c\x39\xbb\xfb\x8f\x67\x1d\x80\x35\xc6\xfa\xf8\x53\x0f\xf0\x53\xc2\x51\x28\x53\xde\xc3\xf7\xf4\xfd\xa0\xce\xe3\x38\xf7\x30\xa0\x31\xdc\x06\xd4\x0b\xb4\xb6\x4a\xbe\x2c\xda\xcf\x9f\xeb\xf8\x63\x92\x3a\xe1\x8a\x8a\x90\x24\x0c\xd1\xb7\x95\x09\x88\x1a\x25\x35\x22\x66\x3c\xd2\xe7\x70\x8b\xa1\x6a\xe9\xec\xb0\xb0\xe9\x06\xb6\x7e\x6f\x0e\x0a\x7c\x60\x29\x88\x80\xa5\xa1\x0f\x2c\x0e\x37\x10\x23\xfa\x20\x19\x44\xcc\xa7\xab\x0d\xc8\x80\x0a\xa0\x2b\xd8\xb0\xb4\x44\x74\x47\x0c\x1a\x03\x01\x9f\xae\xf4\x51\xdc\xed\xa9\x48\xbd\x4e\xb7\xb8\x84\x50\xd3\x4a\x89\xc2\x16\xab\x02\xde\xe6\x38\xd4\x62\xa5\xdb\xe3\xb1\xfb\xfc\x85\xad\x34\xe7\x1a\x56\xd5\x10\xa8\x85\x25\x53\x36\x7b\xcf\x19\x0b\x03\xd5\x00\x57\x24\x0d\x25\x50\x01\x27\x3c\xf0\xa3\xb6\x5d\x59\x1e\x60\x78\x7e\xb2\x23\x72\xcb\x5d\x85\x3a\x1a\x3b\x76\xb6\x03\x48\x0b\x16\x07\xb1\x57\xc7\xc9\xc9\xae\x7f\xe8\x03\x7e\xc8\xf5\x21\xf2\x38\x43\x4b\x29\x38\xae\x20\x67\x57\xf0\x78\x65\xbf\xb4\xcf\x76\xe5\x2d\x0b\x65\x12\x57\x83\x72\x17\xce\x45\x8b\x28\x9a\x72\x93\xfb\xef\x39\xe4\x5a\xd4\x06\x9e\x39\xe2\x66\x02\x31\xfc\xe7\x1c\xf3\x73\xf3\x7c\x6d\x67\xd0\xd8\xf9\xfc\xad\xa6\x4b\xd3\xed\xed\x74\xd3\x42\x6e\x84\xc4\x48\x55\x8b\x09\x72\xb9\xf9\xaf\x23\x94\x3b\x2d\x31\x35\x28\x53\xad\xaa\xb8\xfa\xbd\xad\x05\x94\x8f\xe4\x86\xf4\xba\xfa\x76\x46\x77\xcb\xa5\xc8\xb7\xcc\x1e\x08\x57\xb0\x8c\x5e\xf8\x7e\xa8\x8b\x9b\x07\x01\x96\x11\xb0\x15\x81\xa7\x84\x2c\xfb\x18\x07\x8e\xa1\xbb\x1f\xb4\xca\xb7\xbe\xc3\x41\x68\xb8\x4e\xd3\x9a\xc9\xf6\xb1\xbc\x25\x93\x7f\x68\x6f\x4e\x75\xbb\x9d\x73\x11\xc3\x8e\xd5\x5f\x13\xeb\x6d\x69\xf0\x08\xd6\x9f\x38\x4f\x56\xbb\xf5\x47\x8a\xf8\x04\x9a\x69\x0c\xb2\x95\xfe\xff\x5e\xbd\xdc\x9f\xe1\x8b\x1a\xad\xc4\x41\x16\x51\x45\x29\xa1\x6b\x67\x59\xd4\xa6\x52\x01\x24\xd4\x1b\x76\x87\xe5\xf3\x7a\x2e\x37\x69\xf8\x01\xf9\xbc\x96\xce\x9b\x53\x79\x35\x1f\x16\xfc\xec\xe6\x80\x92\xe4\xed\x19\xff\xde\x26\xe4\xc0\x5c\xbf\x03\x75\x76\xfd\xe6\x34\x53\x91\x46\x5e\x62\xec\x1b\x64\x3c\xc6\x39\x8a\x84\xc5\xfa\xff\x64\x60\x82\x7d\x89\x48\x36\xbd\x9a\xf0\xce\x9e\x1f\x2c\x69\x39\xf1\xb5\x34\x67\x5b\xe9\x14\xf1\x9d\xe4\x1c\x86\xec\x56\xd4\x4d\x49\x32\x08\x48\xec\x87\x08\xbf\x39\x20\x39\x89\x05\xf1\xf4\xa6\x70\x1b\x6f\x85\x07\x44\xe4\x13\x24\x1c\x13\xc2\xd1\x57\x9d\x6b\x8c\x5e\x7e\x9f\xec\xa8\xcd\xae\x7d\x59\xea\xe4\xec\xf9\xae\x20\x73\xfa\x59\x57\x62\xdb\x1e\x3e\x6f\x85\xb4\xaf\x14\x1e\x6e\xb6\x0a\x76\xe4\x28\x98\x37\xbd\x23\xf4\x49\x42\x3c\x2a\x37\x05\xcf\xbb\xcd\x54\x0b\x87\x67\x17\xb4\xce\xdf\xb3\x7e\x2a\x24\x8b\xf4\x41\xd4\xa2\xcb\x2a\x9f\xac\x06\xce\x52\x89\xa7\xca\x8b\x04\x4a\xb8\xa5\x61\x08\x24\x14\xca\x90\x54\xf7\x9b\xf2\x6c\x37\x39\x40\x28\x1f\x62\xb5\xe1\x12\xf5\x3d\xdd\x90\xc4\xd7\x46\xd4\xcc\x9c\xf2\x95\x4e\x01\xed\xb5\xdd\x83\x9f\x4a\xfd\x9c\xbe\xb3\xf9\x73\x5b\x29\xf7\x53\xe6\x93\x3f\xdb\x3f\x65\x04\x2d\x9f\x45\x84\xc6\x96\x48\x57\x2b\xfa\xe9\xe7\x67\x47\xc4\xc9\x5c\x76\x25\xae\x39\x7c\xfc\x26\x63\x6e\x27\x52\x56\x0e\xe6\x1e\x0c\xa2\xa8\xa2\x68\xc3\x3e\x54\x34\x86\x75\x64\xb2\xe3\xc5\x7f\x0f\x80\xc4\x51\x08\xcd\xef\xeb\x4a\xb2\x1b\xd8\xb5\x1b\xd6\xf9\x17\x3d\x7d\xa1\xfa\x08\x3e\x7f\xcd\xe7\xcd\x0d\xd9\xc6\x64\x57\xfe\xd4\xb7\xeb\x24\xf7\xf0\x5b\xe1\x4c\xdf\x4b\xce\x52\x93\x11\xe4\x21\xbc\xfe\x83\x86\xd8\x8c\x64\xfd\xd4\x51\xe6\xbe\x39\x0f\xf6\xc7\x6b\xb1\x97\x5f\x22\x04\xf3\xa8\xbe\xf8\xa9\x6f\x4f\x1b\x1e\xf9\x0d\x72\xf0\x90\x4b\xba\x52\x96\x74\x0c\xb6\xfd\xed\xac\x36\x5c\xb3\x16\x2d\xaf\xd8\xf5\x35\xf1\x06\x1e\xf3\x62\xad\xa8\x14\x0a\x60\x49\xec\x3f\x90\xc3\x02\xd1\x52\x09\xd7\xc4\x62\xe9\x33\x4b\xb1\xd5\x93\x2f\xaf\xf8\x3a\xa2\x48\xeb\xe7\x1b\x9f\xd9\x51\x00\x73\x4e\xe0\x18\x54\x0b\x02\x57\x86\xc0\x65\x46\xa0\xca\x78\xf9\x58\x41\x6b\x1c\x57\xd8\x4a\x1a\xe1\x67\x16\x23\x50\xdf\xfc\x63\x04\xcb\x4d\x71\x47\xf2\x3d\x2e\xe1\xc2\xd4\xad\x8c\x97\xbb\x9d\xac\xd3\x59\xe7\xef\x6c\x45\x61\xe4\x37\xf5\x33\xff\x93\x47\x2b\x7d\xc1\x3a\x64\x1e\x09\x8b\x35\x8f\xe9\x75\xb6\x7c\xfc\xae\xb8\xd5\x87\x08\xef\x3b\x66\xf8\x7f\x01\x00\x00\xff\xff\xef\x7d\x10\xdc\xb9\x42\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYaml, - "Template.template.openshift.io/openshift/rhdm75-optaweb-employee-rostering.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-optaweb-employee-rostering.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7d\xed\x72\xdb\xb8\x92\xe8\x7f\x3f\x05\xae\x6b\x6f\x65\xa6\x4a\x92\x93\xcc\x99\x24\xab\x3d\x73\xaa\x64\x89\xb1\x95\x58\x1f\x11\xe5\xc9\x64\x4f\x9d\xd2\x40\x24\x24\xe1\x98\x24\x18\x00\x74\xa2\x9d\x75\xd5\x7d\x8d\xfb\x7a\xf7\x49\x6e\xe1\x83\x24\x48\x82\x1f\x76\x9c\x59\x6f\x6d\x7e\xcc\x24\x62\xa3\xd1\x5f\x68\x34\x1a\xcd\x26\x8c\xf1\xaf\x88\x32\x4c\xa2\x21\xe0\x28\x8c\x03\xc8\xd1\x80\xc4\x28\x62\x07\xbc\xe3\x03\x4c\xce\x6e\x5f\x9c\xdc\xe0\xc8\x1f\x82\xb5\x7e\x7c\x12\xc0\x2d\x0a\xd8\xf0\x04\x00\x7a\xf0\xc3\x21\x38\x7d\x3d\xf8\xf9\xf4\x04\x64\xe3\x87\xf2\xf7\xd7\x3f\xf7\x63\x4a\xfc\x3e\x0e\xc3\x84\xc3\x6d\x80\xfa\x37\x18\x31\x44\x6f\x11\xed\xc3\xf0\xf3\x49\x88\x18\x83\x7b\x34\x04\xff\xd9\x3f\x01\x60\x04\x22\xf4\x05\x64\xb0\x60\x85\x7c\x70\x09\x39\x98\x20\x0f\x0b\xea\xc0\x0c\x46\x70\x8f\x28\x78\x3f\x75\x80\xc2\x02\x0e\x90\x81\x2d\x42\x11\xf0\x28\x82\x1c\xf9\x00\x47\xe0\x48\x12\x0a\x62\x4a\xfe\x89\x3c\x3e\x38\x01\x60\x7d\x40\x20\x61\x88\x46\x30\x44\x67\x31\x64\xec\x0b\xa1\x3e\xd8\x11\x0a\xa0\xe7\x21\xc6\x70\xb4\x07\xfc\x80\x4c\xb4\x98\x9d\x9c\x00\xf9\xe7\x5a\x0f\x1c\x82\x7f\xf9\xe3\xfd\xd4\xd9\xb8\xce\xea\x57\x67\xb5\xb9\x76\x9d\xd5\x9d\x06\x59\x6a\x94\x25\x90\xe5\xc7\xc9\x9d\xc0\xb2\x0c\x10\x64\x08\x6c\x11\x60\x09\x45\x80\x13\x4d\xab\x9c\x93\x21\x8f\x22\x0e\xc4\x0c\x3e\x38\x2d\x8c\xbf\x5c\xaf\x97\xee\xc6\x75\xc6\x2b\x67\x7d\x77\x0a\x3c\x12\x71\x88\xa3\x94\x58\x0b\xe8\x7b\xe7\x93\xbb\x5e\xac\x9c\x3b\xb0\xc3\x01\x62\x82\x67\xc5\xa6\x60\x4a\x8c\x63\xc8\x13\x14\x08\x4c\x28\xe2\x83\x93\x10\x71\xe8\x43\x0e\x85\x1a\x61\x14\x11\x0e\x39\x26\x91\xd4\x2a\x00\x3e\x62\x1e\xc5\x31\x97\x66\x31\x8a\xe3\x00\x7b\xf2\x71\xa6\x62\x25\xc1\xc8\x50\x98\x29\xc0\x08\x40\xa1\x03\x3f\xf1\xc4\x20\x2d\x29\x14\xdd\x62\x4a\xa2\x10\x45\x1c\xe0\x88\xa3\x3d\x95\x3a\xfb\x82\xf9\x01\x8c\x3c\x8e\x6f\xd1\xec\x43\x4f\xe2\xad\xd5\xfd\xeb\xc1\xcf\xa0\x0f\x26\x28\xa6\xc8\x13\x83\x25\x66\xec\x91\x68\x1c\x40\xc6\x86\xf2\xaf\xfd\x7f\x6e\x09\x63\xf2\x49\xc1\x8c\x7d\xcc\xe2\x00\x1e\xfb\x4a\x9f\x8d\x53\xe4\x4c\xe5\x4c\x98\xe4\x6b\x86\x0a\x94\x0f\xaa\x33\xc6\x94\xdc\x62\x1f\xd1\xbe\x75\xea\x1e\x98\x46\x9e\x1a\xc5\xe1\x9e\xa9\x35\xd3\xf3\x35\x3d\x4a\x92\x3d\xc9\x4b\x2f\x5b\x37\xbd\x8c\xb2\x1e\x7b\x89\x7b\x62\x15\xc9\xf1\xd6\x75\xbb\xc5\x91\x2f\x40\x87\xe0\x74\x07\x03\x86\x4e\x1b\x60\x7d\xe2\x25\x82\x33\xa9\xe4\x7e\x42\x83\x21\x38\x70\x1e\xb3\xe1\xd9\x99\x5a\x26\x03\x8a\xfc\x03\xe4\x03\x8f\x84\x45\xe0\x33\x14\xf5\x13\x76\x46\x91\xbf\x39\x40\xbe\x49\xe9\xdf\x84\x4a\x9e\x67\xaf\x07\x3f\x9f\x1d\x78\x18\x9c\xf9\x28\x0e\xc8\x11\x47\xfb\x0d\xdc\xd4\x41\x6f\x5e\x0f\x7e\xde\x64\x3c\x6e\x14\xd3\x1b\x43\xf2\x1b\x12\x65\x83\x33\x06\x36\x7a\x75\x20\xba\x11\xac\xed\x08\x0d\xcf\x1a\x78\x0d\x48\xb4\xef\x17\x0c\x7c\x7d\xc0\x2c\xb7\x6c\x1f\xed\x70\x84\x18\xa0\x88\x91\x84\x7a\x88\x81\x08\x21\x5f\x1b\x1b\xa8\x1a\xbe\x61\x23\x34\x89\x38\x0e\x51\xc1\xd4\x9b\x0c\x5a\xa3\x7c\x3d\xf8\xb9\x07\x70\xe4\x05\x89\x2f\x56\x2a\x04\x6a\x62\xe1\x2d\x70\x08\xf7\x08\xfc\xe0\xbe\x9c\xfe\x08\xb6\x09\x0e\x7c\x40\x76\xca\xc7\xc9\x75\xed\x21\xd6\x03\xd0\x58\x9f\x4a\xca\x86\x91\x7a\x24\xda\xe1\x7d\x42\xe5\xe3\x5e\xea\x05\x60\x24\x9c\xa5\xfe\x87\xd0\x34\xf0\x48\x18\x26\x91\x46\x33\x30\xd6\x18\x60\x38\xf2\xa4\x3f\xd6\x18\xad\xcb\xe6\x56\xed\x21\x82\x95\x7f\x13\x73\x32\x61\xf8\x20\xc9\xdc\x6b\x2a\x81\x73\xf1\x13\x62\x0c\x8c\x12\x4e\x42\x68\xb8\x87\x45\x8c\x28\xe4\x84\x0e\x1a\x54\xc7\x92\x38\x26\x94\xb7\x18\xa8\x44\x70\x9b\x6e\x6a\xe9\xe6\xa4\x16\x5f\x97\x8d\x49\xc1\xb2\x18\x7a\x68\x98\xaf\xe8\x13\xb2\x15\x7b\x0a\x1b\x9e\xf4\x81\xb9\x69\xde\xbe\x38\x01\x40\x6d\x90\xae\x52\xc9\xc8\xf3\x48\x22\x15\x60\xfa\x58\x00\xf2\x6d\x53\xfc\x31\xb4\x26\xf6\x8e\xd1\x72\x79\x35\x1d\x8f\xd6\xd3\xc5\x7c\x33\x1f\xcd\x1c\xb5\xbf\xa4\x9b\x4f\xe5\x69\x4e\x72\x3d\x39\x2b\x12\xa0\x73\x1c\x09\x9b\xfa\x93\x68\xe9\x23\x1f\x0b\xbe\x29\x09\xd0\x0a\xed\x86\xc6\x38\xfd\x84\x25\xa9\x14\x01\xe8\xd7\x89\xed\x1b\xf9\xd6\xf8\x2a\x3c\x57\x76\xb9\xf2\x3e\x17\x04\xe5\x50\xe0\x0b\xda\xea\xbf\x3e\x63\x40\x98\x1e\x1b\x3c\x54\x7c\x20\x5d\xb1\x6d\x7c\x75\xe5\x1f\x00\x16\x23\x4f\xd1\x20\x49\x53\x7f\xed\xeb\xc1\x62\x79\xe8\x89\xc5\xd3\x21\x78\xf3\xfc\xcd\x73\xfd\x03\x87\x74\x8f\xf8\xb2\xf8\xb3\x39\x90\x15\x47\xfe\xe5\x2f\x3f\xd9\x46\xa6\x3f\x33\x14\x20\x8f\x13\x9a\x4b\x35\x75\x42\x63\xe9\x7d\xba\x70\xcc\x44\x2c\x46\xa2\xd1\x6e\x87\x23\xcc\x8f\x43\x30\x0e\x30\x8a\xf8\x74\x69\x7b\xaa\xd1\xa6\x2e\x4e\x43\xa6\xff\x06\x40\x38\x61\x92\x70\x17\x79\x24\xf2\xd9\x10\xfc\xf4\xea\xf9\xf3\xc7\xb7\x17\x11\x5a\xbe\xbb\xa0\x24\x89\x19\x88\x85\xa3\x13\xd2\x92\xfe\xde\x0b\x12\xc6\x11\xc5\xd1\x7e\x50\xd4\xfd\x00\x06\xf1\x01\x0e\x6e\x92\x2d\xa2\x11\xe2\x88\x09\xaf\xc6\x49\x20\x5c\x1f\xea\x27\x11\x45\xd0\x3f\xf6\x51\xe4\xc7\x04\x47\x9c\x0d\xc1\x29\xa7\x89\xde\xb9\x9f\x80\xcd\xf5\x63\xe5\x4b\x72\xc3\xd3\x9c\x4e\x97\x43\x30\x27\x11\xaa\x33\x46\x3d\xce\x30\xa9\x37\x6f\xde\xd8\x4c\x2a\xfd\xf9\x5b\x4d\xea\xbb\x28\x7b\x4b\xc9\x8d\xf4\x04\x62\x83\x23\x81\xda\x46\xdf\x91\x80\xdc\x60\x28\xf9\xfa\x5e\xce\x21\x0d\xf4\xea\x55\x04\xc3\xcf\xfd\x7f\x2a\x4a\xda\x1c\x83\x01\xda\xd7\x8c\x14\x55\xf3\xe2\xd5\x0b\x9b\x6a\xd2\x9f\x1f\xa6\x1a\xc1\xc2\xf7\x55\xca\x68\xf6\x61\xf9\x04\xb4\x00\xc3\xcf\x71\x17\x15\x68\xb8\x5c\xee\x3f\xbf\x7a\xfd\xd2\x22\xf7\xec\xe7\x27\x2d\x77\xd7\xbd\x7a\x22\xb2\xef\x33\x16\x74\x95\xbf\x86\x2d\xe8\xc0\x66\xfb\xd9\xcf\x4f\x55\x07\xb3\x0f\xeb\xf5\x13\x90\x7f\xf8\x99\xf3\x2e\xb2\xd7\x70\xb9\xdc\x5f\xbc\x79\x63\x8b\x30\xb2\x9f\x9f\xb4\xdc\x9f\x86\xed\x0b\x99\x76\xb5\x7d\x03\xb6\xb0\x25\x5b\xa3\xbc\xa7\xae\x03\x77\xbd\x98\x3d\x05\xc7\xcf\x38\x09\x3b\x79\xfe\x14\x30\x17\xfd\xab\x17\xaf\x5e\xd8\x64\x9f\xff\xfe\xb4\x85\xff\x34\x56\x80\x94\x6b\xd7\x25\x60\x02\x17\x15\x61\xdb\x84\xf3\xdf\x9f\xaa\x22\x16\x31\x8a\x3e\x62\x8a\x0c\x3d\x94\x4f\x1d\xc5\x8c\x1f\x8a\x51\xe4\xa3\xc8\xc3\x88\x0d\xc1\x33\xf0\xf7\x3f\x4e\x85\x70\x4e\x87\xe0\xb4\x69\x77\x3d\xed\x65\x87\xac\x53\x41\xbd\x80\xd7\xf4\x9f\xde\xf5\x40\x3b\x12\xe1\x7a\x4e\x7b\xb6\xc1\x19\xe2\x76\x24\x52\x79\x56\x2c\xff\x78\xf6\x5f\x6a\x82\xdc\xeb\xe4\x01\x14\x58\xd1\xec\x5e\xd5\x98\xdd\xab\xff\x1e\x66\xf7\x83\xeb\x5e\xfd\xf8\x1d\x8d\x8f\x7b\xdf\x6e\x7b\xca\x80\xbf\xd1\xf6\xea\x0d\xb8\xbb\xe1\x3e\x02\x1f\xc2\x75\x3d\x0a\x2f\xf5\x88\x32\x04\x39\xb9\xad\xae\xf7\x89\x2e\xca\xae\xbb\x42\x0e\x5a\x5c\x9c\xaf\x6b\x16\xe7\xeb\xc7\x5f\x9c\xd8\x1f\x66\xa9\xf9\x7e\x73\x36\x46\xa7\xf8\xd2\x6c\x6f\xc2\xef\xbf\x98\xe5\x28\x99\xb3\xca\xb3\x9e\xcf\x98\xba\x12\x48\x17\xb0\x1e\x77\x80\x31\x25\x5f\x8f\x03\x2a\x86\xd0\xd2\x5d\x13\x0c\x60\x24\xb4\xa4\x6e\x2e\xbe\x93\xba\x6d\xf9\xaa\x6e\xa2\x2a\xe8\xfe\x40\x18\x2f\x5d\xd7\x5e\x2e\xdc\xb5\x18\x22\x2f\x53\xef\x32\x0b\x19\x5a\xd4\x9e\xe5\x55\x39\x49\x1f\x3f\x30\x5b\x8d\xfd\xb6\x74\x5b\x9a\x8a\xfd\x4e\x1a\x66\x45\x15\x3f\x81\x04\xe3\xbd\xf4\xe4\xb6\x2b\x4a\xe5\xb1\x79\xce\x15\x47\x34\xc4\x91\xe6\x2a\x86\x8c\xf1\x03\x25\xc9\xfe\xf0\x7d\x35\x6a\x4f\xb9\x3d\x8e\x56\x47\xb3\x0f\x59\x0e\x32\xdf\xd2\xbf\xbf\xb7\xd5\x7c\x58\xb3\x8e\xf7\x17\x78\x39\x24\x69\xf7\xea\xe9\xbc\xf7\x54\x43\xee\xe1\x1f\x4f\xfc\x1a\xe7\x9f\x2a\x7e\x83\x97\x3e\xfa\xca\x11\x8d\x60\xf0\xa7\xeb\x20\x15\x66\x6d\x8c\x39\x0d\xe1\x1e\xb9\x9c\x22\x18\x3e\xc6\x15\xe4\xa3\xbb\x9b\x5a\xc2\xcf\x13\x1c\xf8\x6a\xf7\xee\x62\x1c\xd9\x75\xb5\x25\xd8\xfd\x02\x31\xef\xef\x08\xed\xcb\xcb\x9d\xa7\x76\xa5\x53\xb0\x19\x92\xf0\x38\xc9\x9d\x29\xc9\x23\xbf\x8a\x3a\xd7\x70\x9f\x3d\xec\x30\xcd\x50\x48\x87\xa9\xa4\x9f\x8a\x11\xb2\xdb\x3b\x12\x71\xf4\x95\x4f\x30\x15\x28\xc6\x8b\xf9\xda\xf9\x6d\xbd\x99\x4c\xb3\x0a\xab\x3d\xe6\x39\x1d\x14\xed\x04\x98\xbb\xb8\x5e\x8d\x9d\xcd\xca\x59\x2e\xdc\xe9\x7a\xb1\xfa\xb4\x59\x39\x6f\xef\x32\xa8\x84\x62\x3b\xd4\xf5\xea\x2a\x85\xe2\xc7\x18\x0d\xc1\x05\xd6\x34\x71\x0a\x39\xda\x1f\xd3\x99\x14\x8d\x6e\xe9\x57\x59\xc4\x94\xff\x23\x8d\x1c\x8d\x0d\x4a\xd0\x3f\x9a\xce\x9d\xd5\x66\xe2\x2c\xaf\x16\x9f\x66\xce\x7c\x9d\xc1\x03\x70\x0b\x83\xa4\x5c\x4d\x66\x1b\x72\x57\x99\x63\x36\xfa\xd5\x99\x6f\x66\xd3\xd5\x6a\xb1\x12\x6c\xd8\x90\x96\x61\xaa\x58\x46\xab\xf5\xf4\xed\x68\x2c\xe5\x6b\xc3\x60\x3e\xcf\x47\xef\x08\xf5\xd0\x32\x09\x82\x21\x10\xb6\x9b\xff\x4e\x49\x38\x34\xd0\x34\x1a\x49\x6e\x26\x06\xef\xd3\xd9\xe8\xc2\xd9\xb8\xeb\x95\x33\x9a\x29\x93\x19\xfe\xcb\x1f\x85\x1f\xd7\xa3\x8b\xbb\x12\x0e\x5d\x99\x51\x02\x14\xa3\xdd\xe5\x68\xec\x14\x15\xec\xe6\x01\x29\xa7\x78\xbf\x47\x34\x0b\xfb\xf7\x98\x1f\x92\x6d\xce\x80\x2a\xc7\x13\x88\x2f\xa6\xeb\xcb\xeb\xf3\xcd\x47\xe7\xfc\x72\xb1\x78\x9f\x96\xe1\x95\x0d\xe7\x32\xd9\xa6\x98\x50\x84\x28\xf6\xac\xa8\x9c\xb9\xb3\x9a\x8e\x9b\x71\xa9\xe1\x1a\x99\x2c\xf9\x19\x1f\x60\xb4\x47\x43\xf0\x47\x11\x72\x9a\x3f\xd3\xd0\xea\x77\xe5\xa9\xf4\x83\x5a\xa7\x36\x29\x9d\x4b\xfe\x1b\x7b\xb6\x0c\x98\x0d\xd4\xaf\x83\x1b\x8c\x06\x84\xee\xcf\x6e\x30\xea\xeb\xf0\xb9\x35\xc0\x7e\x90\x93\xa4\x48\x32\xc3\x86\xe0\xa5\xfe\xf7\xad\xac\x85\xba\xc4\x8c\x13\x7a\xbc\xc2\x21\xe6\x43\xf0\xe2\xf9\x37\x1c\x0d\x4b\xa5\x11\x25\x2f\x44\x49\x10\xe0\x68\xbf\x84\x14\x86\x2c\xb7\xb9\x10\x7e\x75\x13\x2a\x8c\xe6\xc5\xf3\xe7\xff\xdb\xfc\xf9\x3a\x82\xb7\x10\x07\xaa\x18\xf0\x79\xc1\xa0\x56\x0a\xd7\x89\xa9\xea\x14\x65\xd1\x36\xaa\x5a\xbd\x87\x66\x1f\xca\xfa\x03\xec\xe2\x51\x6d\xa3\xbb\x7d\xc8\x69\x33\x1b\x01\x7a\x63\x93\x55\x89\xcc\xdc\x31\x0a\x1b\x48\xee\x98\x3f\x2e\x56\xef\xcf\x9d\xf9\xf8\x52\x7a\xc6\xe9\xd8\x91\x53\x18\x80\x86\x93\x9e\x38\xe3\xa9\x2b\xa8\x18\x3b\xf3\xf5\x6a\x74\x95\x0e\xb9\xb3\xe0\x15\xbe\x76\x34\x99\x4d\xe7\xb2\x68\xd9\x8e\xaf\x08\xd3\x8c\x65\xf9\x71\xd2\x86\x44\x96\x3e\xdb\x71\x68\xaf\x3f\x5b\x4c\xac\xac\x4d\x9c\x5f\x9d\xab\xc5\xb2\xb4\x67\x9a\x08\x66\xe7\xce\x68\xee\xd6\x53\xa0\x9e\xdb\xa6\x9f\xac\x16\x8b\x2b\x37\xa5\xe0\xed\xf4\x6a\x2d\xb6\xde\xab\x91\xeb\x3a\x35\xf8\x9a\x46\xd8\x66\x58\xae\x16\x33\x67\x7d\xe9\x5c\x67\x63\x54\x20\xe3\x8e\xce\xaf\x9c\x1a\xa9\x35\x8f\x69\x11\xe3\xf9\xa7\xe5\xc8\x75\x37\xa3\xeb\xf5\x65\x8b\x76\x6b\x06\xb4\xe0\x9f\x5a\x88\x7e\x5b\xda\xf2\xc5\x9f\x1d\x46\x81\x9f\x95\xfb\x55\x9e\x2c\x21\x3f\x0c\x33\x67\x32\x50\x3e\xe4\xef\xcf\x3a\xad\xd1\x67\xff\x68\x26\x71\xb5\xb8\x5e\x37\x2d\x95\x6e\xee\xc2\x82\xb8\x93\x3c\x3b\xc8\xb0\x71\xbd\x98\xef\x0a\x34\x62\x69\x89\x2a\x1f\x12\x57\x96\x23\x4b\x19\x24\xdb\x70\xae\x2e\x27\x33\xe9\x68\x7a\xce\x6f\x6b\x67\x35\x1f\x5d\x59\x70\x64\x40\x9b\x1c\x5b\xea\x96\xbe\xdd\x89\x59\xb1\x2f\x47\xeb\x4b\x1b\xea\xb3\x10\xde\xa2\xe8\xe5\x59\x57\x3c\x42\x89\xf7\xf0\xb5\x6a\x64\x3a\xe8\x1e\xd4\xba\xee\xc7\xc5\xaa\xc6\x18\x6a\x66\x49\x07\xd9\x66\x49\x95\x61\x4e\x62\x5b\xb0\xf9\xb9\x40\x83\x74\x45\x56\x3c\x63\xd8\xb1\x15\xce\x18\x2d\xe8\x1a\xc5\x6c\x01\xec\x8a\xb8\x59\xb2\x16\xc0\x96\xb5\xf6\x6e\xe6\x6e\x3e\x5c\x3b\xd7\xe2\xdc\xf8\xe1\xda\x71\xdb\x17\x5a\x65\xc4\x3d\x66\x70\x97\x8b\xb9\x5b\x23\x94\xc6\x21\xd6\x95\xfc\x21\x8b\x1e\x96\x2b\xe7\xed\xf4\xb7\xcd\x6c\xb4\x5c\x4e\xe7\x17\x5d\x9d\x23\x0c\x3f\xbf\xfe\x65\x34\xfb\x60\xc1\x3d\x9a\x7d\x68\xd1\xa1\x09\x61\xa3\x4e\x3c\x6f\x56\x96\x09\x51\x8b\x61\xb5\x58\x2f\xc6\x0b\xab\x6d\xe6\xd7\xaa\xe5\x51\x52\x76\x35\xfb\x7c\xfe\xdc\x36\x67\xf1\xed\xaa\xd2\xb9\x39\x77\x3a\x88\x7b\x67\x79\xde\x5e\x1d\xff\xfa\xb7\x24\x48\x42\xd4\x8a\xb4\x55\xfb\xa5\x37\xbc\x6a\x11\xd6\xeb\xa6\x82\xac\x4e\x49\xea\x69\xb3\x9a\x2a\xc8\x3a\xae\xac\xd9\xc5\xac\x2d\x1e\xaa\x83\x6e\xc1\xec\xae\x47\xab\xf5\xf5\x72\xe3\xae\x57\xa3\xb5\x73\xf1\xc9\x86\x7c\x11\xa3\xc8\x15\x27\x57\x97\x43\xca\x93\x38\xcd\xed\x58\x30\xbf\xbb\x58\x2d\xae\x05\x5f\xd3\xf9\x45\xa3\xc1\xe5\xa7\xe1\xc9\x5c\x81\x5b\xb0\x2d\x96\xce\xdc\xbd\x9c\xbe\x5d\x6f\x52\xa0\x0e\x31\x7e\x87\x22\xec\x7b\xcc\xb3\x5c\xac\xac\x6e\xec\xf4\xcd\x9b\x37\x6f\x4e\x2d\xb8\x5c\xb7\x61\x03\xd0\x0f\x6d\x3a\x11\x8f\x04\x1d\xd3\xc9\x78\x31\x9f\x3b\xe3\xb5\x11\x7b\xd8\xa3\x8b\xc5\x62\x3d\xf8\x02\x6d\xd1\x98\xc0\xb5\x72\x46\x57\xb3\x7a\x2a\xe4\xe3\x3a\x3a\x54\xa6\xa5\xd5\xce\x72\xd0\x3a\x44\xe3\xab\x69\x97\x78\x2b\x07\xad\x43\xd4\xec\x3f\x4d\x88\x3a\x0c\xcd\x0b\xd3\x84\xa8\xc3\xa0\x57\xd4\xc6\x75\xaf\x36\x63\x67\xb5\x9e\xbe\x15\x66\xe6\x6c\x7e\x1d\x5d\x4d\x27\xd2\xde\xea\x71\xb7\x8f\xad\xa5\x7b\x35\x9d\x8f\xa7\xcb\xd1\xd5\x66\xb4\x5e\xaf\xa6\xe7\xd7\xeb\x06\x21\x58\x80\xad\xae\xca\xbc\x0b\x6c\xf7\x54\xd5\x1b\xde\x06\x74\x0d\x47\xcc\x86\x9b\xc8\x22\x42\x79\xcc\xba\x9a\x8c\x96\xf5\x2b\xa9\x00\xd2\x8c\xe3\x7c\x3a\x9f\x6c\x26\x35\xca\xa9\x80\x75\xc0\x35\x5e\x39\x13\x67\xbe\x9e\x8e\x5a\x69\x2b\x81\x37\xe3\x7e\x37\x1a\xc9\xf7\x96\xaf\x57\xd3\xf5\xa7\xcd\x64\x31\x1b\x4d\x5b\x89\xb6\x8d\x69\xe1\x60\xe4\x3a\x9b\xf1\xfa\xb7\x2e\x12\xc9\x41\x3b\xe0\x54\xc7\xfc\x4e\x38\x15\x68\x33\x4e\xd7\x19\xad\xc6\x97\x1b\x77\xbc\x58\xd6\x39\x7a\x2b\x6c\x27\xac\xeb\xe9\xcc\xd9\x5c\x4d\x67\xd3\x1a\xdf\xd4\x30\xa0\x19\xff\x64\xea\xae\xa7\xf3\x8b\xeb\xa9\x7b\xe9\x4c\xe4\xf6\xd3\xb6\x6c\xbb\x8d\x6d\x9e\x75\x39\x5a\xb9\x4e\x5b\x8c\x59\x03\xdd\xb2\xfe\x34\xd4\xe6\xdc\xb9\x98\xce\x45\x94\x50\x1f\x13\x37\x0f\xea\x38\x8f\x33\x9f\xdc\x77\x96\x7c\x48\xf3\x1c\xab\xc5\x95\x21\xd1\xda\x23\x5f\xc3\x80\x76\xfc\x6e\xc7\xa5\x65\xc2\x76\xa0\xba\xdb\xda\x32\x40\x3b\xe0\x5c\x09\xaf\xe1\xd6\xee\x5a\x75\xd0\x2d\xf6\xef\xbc\x1d\x5d\x5f\xad\xe5\x98\x56\x7b\x37\x60\x3b\xd0\x5b\x5c\x10\x5d\xd5\x57\x19\xd5\x65\x25\xe5\x23\xdf\xae\x16\xb3\x0e\xea\xac\x19\x76\x3f\x7b\x74\x3b\xda\x4d\x79\x4c\xcb\x2c\xce\x5b\x67\xb5\x1a\x5d\xc9\xf5\x52\x90\xc4\x66\xbd\xd8\x8c\x2f\x9d\xf1\xfb\xd6\x49\xdb\x51\xd4\xd2\x20\x09\x16\x67\x69\x99\x72\x14\x46\xbf\x5c\x2d\x96\x22\x02\xaa\x3d\x54\xb6\x0d\xeb\x36\x97\xb3\xbc\x1a\x8d\x9d\x36\x43\xac\x1b\x62\xce\x21\x6f\x15\xbb\xa7\x44\x25\xf8\x32\x09\x82\x25\x09\xb0\x77\x1c\x82\x51\xf0\x05\x1e\x99\x01\x11\xe0\x1d\xf2\x8e\x5e\x80\x8a\x69\xdf\x98\x30\x75\xc2\x2a\x67\x83\xd1\x57\xf3\x72\x24\xfd\xe3\x91\x30\x84\x91\x5f\x7d\xd0\x07\x67\x5b\x1c\x9d\xb1\x83\xed\x09\x89\xf9\x19\x82\xb1\x84\x08\x60\x12\x79\x87\x33\xd9\x29\x43\xb0\x62\x96\xcf\x11\x72\xc3\x06\x25\x14\x31\x45\x2e\x27\xf1\xd3\x24\x2f\xc0\xb7\x28\x42\x8c\x2d\x29\xd9\x96\x04\xbb\x83\x38\x48\x28\x5a\x1f\x28\x62\x07\x12\xf8\x43\xf0\x53\xe1\xf9\x81\xf3\xf8\x02\x55\xc4\x1e\xcb\xec\xfb\x59\x9a\x6d\x3f\xa3\x88\xf1\x33\x45\xc0\xd9\x01\xc1\x80\x1f\xbc\x03\xf2\x6e\xca\xa3\xca\x6f\x8c\xa7\x7f\x98\x77\x40\x69\x9e\xa0\xf0\x08\x47\x98\x63\x18\x4c\x50\x00\x8f\xd9\x7b\xd7\x2f\x4a\xe3\x63\x44\x31\xf1\xf3\xc7\x3f\x17\x9e\x96\xdf\xda\x7e\x69\x3c\xed\x7e\x09\x07\x8a\xd5\xbd\xa9\x52\xb2\xdb\x38\xfd\x56\xd3\xeb\xd7\x6f\x0a\x93\xab\x09\xf2\x62\x36\x03\x19\x25\x9c\x78\x24\x18\x82\xf5\x78\xd9\x88\xb3\x2c\xae\xca\x8b\xf8\xf7\x45\x98\xbf\x77\x5f\x46\xc8\x1e\x88\x31\x7f\xed\xda\xc4\x58\xca\x28\xd4\x23\xa4\x08\xfa\xb8\xbb\x81\xbe\xfa\x56\x0b\x95\x85\x05\xdf\xd1\x40\x7f\x6a\xb4\xcf\xee\xe6\x99\xf5\x8a\x29\x32\x17\xe0\x10\x73\x56\x66\x38\x44\x21\xa1\xc7\x72\xba\xcb\x99\x2d\x56\x9f\xaa\xd1\xb9\xca\x21\xce\x48\x12\x95\x2d\x3a\x14\xbf\xa9\xcb\xb5\x8e\xe9\xc7\x54\xdd\x39\xe4\x0d\x3a\x32\x4e\x28\xb2\xc1\x0a\xd9\x2f\xa2\xe0\x58\x2a\xfa\x61\x85\x6e\x1d\xf3\x7b\xac\x4b\xa3\x0c\xf1\x82\x42\x0f\x2d\x8b\xd2\xfe\xd7\x5c\x17\x8a\x1a\x56\xad\xb4\xea\x42\xb9\xae\xbd\x29\xf0\xa2\x7e\x9b\x57\x0b\x90\x0a\x7d\xb6\xe4\x90\x72\x95\x90\x51\x8e\x53\xae\xb8\x80\xba\x87\x8d\x57\x12\x51\xb6\xe8\xc4\x84\x05\x2e\xba\x09\xaa\xb5\xae\xea\x41\x8e\xf1\x7f\x7c\x05\x51\xa7\xb7\x45\x6a\x4a\x7d\xbe\xf5\xf5\x6f\xf0\x90\x3a\x9e\x27\x5e\xaa\x93\xf2\x75\x0f\xd1\x77\x11\x3f\xf8\xb6\x4a\x9a\xf4\x1a\xaa\x26\x5e\xfe\x53\x2e\xa9\x1a\xe2\x75\xfd\xb4\x6e\xe4\x7d\x6e\x04\xd4\x4b\x78\x35\x88\xd6\xab\xd1\xdc\x5d\x2e\x56\xf6\xb4\xbb\x66\x43\x5f\x6d\xd4\x11\xf3\xf0\x5b\x33\xf1\xf4\xe2\x6a\x71\x2e\xaf\x6a\x7f\xdb\xb8\xd3\x7f\x6f\x90\x47\x09\xb0\x56\xa8\xce\x87\xeb\xe9\xca\xd9\x5c\x2d\x2e\xec\x29\x45\xc3\x79\x54\x47\x8f\xe6\x9f\xc6\x23\x77\xad\x2f\x46\x6b\x80\x66\xd7\x57\xeb\x69\x3b\x58\x76\x1b\xb8\x5e\x5d\xbb\xeb\xf6\x8b\x41\xf9\x86\x5c\xcb\x95\xa0\xd2\x59\x8a\xae\x5e\x58\x39\x4c\x9d\x9c\x0c\xa2\xda\x2d\xd9\x02\x5c\x87\xb7\xf9\xba\xd2\x84\x68\xc3\xd0\x81\xae\x0a\xa8\xfd\x2c\x3b\xfb\xb0\x39\x5f\x2d\xde\xa7\x95\xc4\x66\x21\xf1\xbd\x0e\xb3\x5d\x7c\x12\xe8\x76\xb0\xc8\xbb\xe7\x98\xa8\xab\x6f\xcb\x18\x48\xbb\x46\xef\x46\x87\x18\x13\x77\xa9\x9b\xcc\xfd\x91\xda\x08\x2e\xb5\x47\xb9\x27\x52\xa3\x9f\x47\x99\x52\xa3\xf7\xc7\x3d\x91\xbe\xb1\x23\x2d\x35\xb3\xb8\x27\x52\xb3\xf5\x42\x99\x54\xb3\x51\xc3\x03\xd0\xda\x74\x55\x6e\x3b\xf0\x00\xb4\xaf\x6a\xa8\x2d\x56\x3f\xdc\x13\xe9\xeb\x7a\xa4\x9d\xa9\x6d\x3a\x1c\xda\xd2\x2b\x35\xc9\x15\x9d\x5a\xd9\xc2\x4a\x72\xa5\x0f\xfa\x5e\x15\x98\xc4\x5c\x78\x58\x39\xa8\x48\x42\x31\xb7\xd2\xfd\x24\xd5\xe4\xaf\x53\xe1\xa8\xcd\xb7\x01\xac\xe6\xf8\xd4\x72\x08\x7a\xd5\xe1\x10\xd4\x32\x75\xfb\xf9\x67\x24\x0b\x85\xfe\x0b\x8f\x3c\xa6\x53\x7d\xe0\x4b\x24\x1d\x5d\x7f\xe1\x7d\x11\x31\xa6\xcb\x3b\x23\x9d\xce\x48\xb1\x90\x0c\xe2\x52\x6c\xfd\x6a\x87\x04\x31\xb1\x7c\x41\x90\x1f\x90\x19\x7a\x0f\x4e\x00\xd0\xfd\x80\x95\x3a\xcc\xee\xca\xe2\x97\xac\x55\x69\x59\x6c\x27\xc2\xa6\x3e\x27\x98\x22\x3f\x13\xbe\xde\x33\xc3\x23\x8c\xe3\x32\x15\xef\xa7\x0e\x80\x7e\x88\x23\x2c\x0f\x1e\x84\x66\x7d\xb0\xcb\x24\x08\xc8\x91\x80\x94\x0d\xaf\x33\x02\x2a\xb5\xe3\x7a\x36\x89\x54\x42\xb6\xce\x98\x36\xdc\xae\x9f\x71\x99\x43\x48\x4b\x00\xcf\xfe\x0e\xfb\xff\x31\xea\xff\xfb\x3f\xfe\x78\x75\xf7\xf7\xe7\xfd\x7f\xfd\xc7\x1f\x2f\xee\xfe\xd7\xb3\x13\xa0\x5e\xb2\x91\xdd\xc5\xd1\xd7\x98\xaa\x86\x90\x16\x5a\x97\x1f\x27\x36\xba\x74\x43\xcf\x54\x04\xe0\x07\x17\x71\x26\x95\x43\xe8\x5e\x16\x1f\xeb\x3a\x64\x01\x01\xd8\x91\x71\x14\x0a\x4f\x17\x23\xca\x8f\x3f\xda\xe8\x77\x15\xc6\x8a\xc8\x8a\x15\xc4\x5a\x66\xc2\xff\x25\x82\x9a\x3a\xb9\x69\xfa\x52\x81\x0d\xc0\x74\x07\xf8\x01\x33\x90\xd9\x19\xc0\x0c\x44\x84\x03\x86\x78\x4f\x12\x9e\x75\x33\xc7\x2a\x94\xc9\xd6\x26\x0c\x82\x63\x26\x2e\x7f\x50\xcf\x6b\xfc\xc5\xbf\x0f\xab\x8f\xa8\x2b\xa3\x3c\xba\x24\x8c\x79\xba\x62\x01\x8e\xc0\x97\x03\xf6\x0e\x92\x72\xc3\x21\xb0\xe6\x26\xe1\xd2\x7b\x69\x89\x50\x81\x85\x71\x18\x04\x42\x0e\xeb\x03\x62\x25\x4c\x02\x22\x22\x34\x94\x22\xcb\x40\xc5\xd4\x52\x5c\x69\xae\x22\xf7\x23\xea\x55\xf9\x4f\x24\x01\xec\x40\x92\xc0\x07\x24\x0a\x8e\xb2\x43\x34\xe0\x04\x84\xc4\xc7\xbb\xa3\x52\x1c\x96\x8d\x9a\x0d\xa4\x15\x36\x64\x9f\x74\x1f\xef\x76\x88\x22\xa3\xf1\xad\x9c\xe7\xcc\xe8\x61\x5f\xd0\x87\x81\x21\x97\x55\x26\x5b\xbb\x7b\x6b\x70\x1d\x79\x7f\xe3\x3a\x27\x46\x76\x92\x72\xd5\x89\x9a\xa9\x89\x39\x11\x2b\xa9\xd4\x55\x60\x00\x26\x68\x07\x93\x80\x0b\x4b\x3d\xa5\x07\x3f\x34\x2e\x3b\xe8\x01\x05\x6f\x4e\x2b\xdc\x18\xd6\x55\x66\xcc\x66\x2f\x15\xf6\x1a\x38\xb3\x11\x50\x66\x72\x24\xa7\xf0\x81\x6c\xb7\x8a\xa8\xe0\x4b\xf6\xf6\x16\xac\x0a\xed\x44\x05\xb6\x8b\x0c\xbe\x1e\xfc\x3c\x78\x51\xe5\xc8\x64\x43\x6d\x5d\x16\xcd\xac\x47\x17\x0d\x94\x4b\xcc\x0d\x4e\x22\xdc\x22\x18\x31\x80\x22\xb8\x0d\x90\x7f\xe6\x63\x26\xff\x62\x2e\x74\xb1\xc8\x35\x18\x8c\x7c\xf9\x4f\xe6\xc1\x28\x42\x54\xff\xac\x32\x52\x85\xb5\x8f\x11\xb3\xae\xfe\xd9\xb9\x1e\x60\x79\x0f\x27\x75\x6f\x8a\x94\x06\x9a\xbd\x00\x32\x06\x76\x38\x50\x7d\x71\x4b\x3e\xc9\xa7\x84\x04\xd9\xab\x20\x0a\x6a\x20\x87\x20\x1b\xa5\x55\x2f\x35\x91\x08\x52\x53\x7a\x2b\x11\x80\x71\x86\xa0\xd3\x3b\x40\xc5\x34\x42\x89\x95\xe9\x4e\x38\x5e\x61\x20\xb2\x99\xbe\xf6\xc0\x94\x84\x88\x1f\x50\xc2\x52\x36\xd1\x57\x8e\x22\xe9\x8e\xbe\xe0\x20\x00\x5b\x94\x8a\x46\x2b\x47\xc5\x5b\x86\x27\xce\x51\xa4\xdc\xa3\xaf\x7c\x90\xaa\xb4\x95\xef\x65\x4e\x81\xe6\xdd\xc9\x28\x98\x68\x24\x19\xff\x2d\x6f\x28\x95\x38\x7e\x36\x4e\xc4\x69\x45\xb6\xe1\xc8\xa2\x19\xb3\x31\x0c\x90\x9d\x60\x06\xe0\x0a\xc1\x5b\x04\xb6\x01\x8c\x6e\x24\x8c\xaf\x17\x49\x3a\x50\x75\x24\x42\x83\xfd\xc0\x68\xd7\xf2\x57\x23\x26\x92\x1f\x46\xf8\x9b\xb1\x56\xff\xaa\x9d\xdf\xdf\x06\x7f\xd5\xc8\xfa\x3e\x09\x21\x8e\xfa\x2c\xd9\xed\xf0\xd7\xbf\x3d\x6b\xf0\x23\x29\xd9\x82\x52\xd5\xa7\xe1\x52\x13\x62\xf3\x28\xc5\x2a\xc2\xae\x22\x60\x65\x19\xd4\x09\x41\xb2\x9e\x09\x42\x0b\xe1\x4f\xe1\x9d\xdd\x97\x79\xb7\x6d\x07\xd0\x9f\x2b\x29\x7d\x8b\x24\xbd\x88\x91\xdf\x1d\x69\x20\xed\x7d\x0a\xe7\x2a\x34\x75\x2e\xde\xbc\x91\xa9\xfa\xc8\x16\x12\x0b\xc4\xc8\x0f\x74\xe8\x9d\x5c\xd1\xde\x85\xbc\xb7\x38\x40\xb5\xf2\x2a\xd7\xed\x6b\x97\x91\x4e\x3b\xf8\xe7\x0d\xab\x25\x11\x32\x46\x3c\x9c\x7f\xf3\x44\x91\xa5\x9c\xa3\xf0\xbe\x3b\x61\x11\x4d\x12\x1c\xe7\x50\x2d\xd2\xd3\x3b\xa3\xa6\x4e\x7d\x10\xc5\x42\x56\xe1\x73\x38\x05\xf1\x89\x3d\xa3\x1b\x51\x99\xdc\x8c\xe0\xb0\x86\x2a\x23\xeb\x97\x9d\x5b\xd2\x19\x05\x29\x95\xcd\x39\x08\xc8\x17\x56\x6e\xc9\xcf\x09\xd8\x1e\x05\xb8\x3a\x59\x25\xfc\x80\x22\x8e\xd5\xa7\x2a\x64\xec\x2e\x99\x81\xec\xa6\x4f\x51\x90\x7d\x24\x86\xc8\xaf\x4b\x60\x12\x31\xf5\x89\x19\xf4\x15\x86\x71\x80\x7a\xe0\x73\x82\x28\x46\xac\x21\x48\x56\xb3\x0d\xc4\x4c\xe6\xe1\x40\xa2\xed\x12\x35\x9f\x2b\x6a\x47\x09\x3f\xd4\x1e\x16\x2c\xaf\x72\xa6\xbb\x91\xfe\x76\x4b\xd9\x33\x99\x76\x91\x9e\xbd\x8d\x7b\x9b\xe2\x77\x3f\x94\xc1\x11\x39\x16\x06\x00\x06\x18\xea\x0f\x19\xbc\x15\xb1\x2f\x1f\xe6\xe7\xf7\xa9\xff\xcb\x9e\x92\x24\x9e\xfa\x43\x28\xf4\x0f\x3d\x3e\xf5\x87\xfa\x6b\x1a\xff\xe9\xbd\xfc\x41\x0e\x7e\xf9\xe3\x2f\xfb\x97\x43\xf8\x72\x78\xfb\xb2\xd1\x1d\x65\x94\x4d\xcc\xef\x92\x54\xd8\xaf\x79\xbf\xb1\x79\xed\x5f\x60\x9e\x7e\x28\xe5\x7a\x35\x55\xdf\x65\xc9\xfd\x6a\x99\x2a\x01\xbd\x42\x31\x61\x98\x13\x7a\x04\xaa\x24\x5b\x17\xa8\xdb\xda\x84\x74\x9a\x7e\x4b\x61\xe4\x1d\xce\x38\xdc\x03\x8a\x64\x14\xef\x55\xd6\x8a\x9a\x38\x7f\x58\x37\xe7\xca\x79\x5b\x9e\x62\x09\xf9\x21\x75\x62\x02\x8d\xde\x19\xe4\x12\x48\x70\xe0\xff\x1b\x40\x61\xcc\x8f\x92\x75\x4a\x48\x0e\xe0\x63\x2a\xef\x29\x8f\x95\xe8\x74\xac\xba\xad\x80\x49\x0a\x91\x51\x64\x74\x5e\xb1\xb0\x7a\x99\x6c\xd3\x34\x51\x8d\x2f\xbd\x90\xdd\x34\xc0\x47\xb4\x3d\x10\x72\xa3\xbd\x7c\xe5\xa4\x28\x0f\x89\x6f\xee\x5a\xcf\x88\xd6\x0e\x1c\xed\x3a\x51\x8d\x34\xf4\x97\x72\x5a\xe8\xd5\xb0\x8f\x45\xb0\xb5\xcf\x47\x2b\xc5\x33\x78\x8b\x22\x10\x62\x4a\x09\x35\x4f\x55\xee\xcb\xa9\xe2\x82\x95\xe9\x2e\x8c\x30\xcd\xb8\xd2\x21\xc6\xe2\xf1\xb1\x6f\x4e\x22\x9c\x9d\x7c\x5b\x16\xd0\x6c\x65\xf4\xc4\xb9\x95\x21\x5e\x38\xeb\x64\xb9\x04\x75\x2b\x0e\x23\x9f\x84\x41\xd5\xb8\x66\x25\x5c\x40\x96\xb7\x9a\xd4\xa5\xaf\xa9\x96\x48\x7b\x9b\x88\xe3\xf7\xe7\x04\x06\x78\x87\x91\x2f\xd8\x92\x47\xb1\x0a\xc6\xf6\x29\xab\x12\xc9\xde\x66\x2d\x4d\x9a\x7e\xdc\x4d\xce\x24\xbf\x21\x24\x05\x52\xc6\x28\x05\x92\x2a\xb1\x7d\x7e\x23\xc7\x56\x25\x22\xad\x6d\xaf\xac\x73\xbd\x0f\x3f\x2a\x25\x71\x79\x43\xb6\xbd\x34\x6b\xb1\x11\xdd\x00\xac\x98\xc1\xcc\xf6\x8e\x2c\xdd\x32\x46\x11\xa7\x30\xe8\x81\x2f\x07\x44\x11\xc0\x1c\x78\x30\x02\x5b\xa4\x0b\x27\xa0\x77\x40\x7e\x4f\x72\x24\xb6\xf1\x2c\x5e\x0e\x08\xb9\x49\x62\x06\x7e\x28\xec\xc2\xb9\x15\x82\x84\xc1\x3d\xfa\xb1\x99\xd7\xb9\x11\xf2\x95\x09\x4a\x67\xca\x4f\x7d\x35\x6f\x9a\xdf\xcb\x1e\x52\xf2\x45\x28\x8f\x7c\xb0\x3d\x56\xe7\xc5\xf2\xa3\x57\x92\x7d\x67\xb4\xac\xd0\x9c\xa1\x4f\x45\xda\x15\x71\x3d\x23\xc5\x77\xd1\xef\x65\x55\xdf\xce\xcf\xb2\x1c\x3c\x3e\x16\x3f\x75\xb6\x79\x85\x19\x17\x4a\x4f\x37\x37\x8c\x98\xf4\xd5\x3a\x49\x08\xa9\x77\xc0\xb7\x88\x65\x07\x6f\x8f\xc4\x58\xa6\xf2\x38\x91\xf4\x95\x3e\x8d\xb6\x23\x81\x8f\xa8\xcc\xb3\x26\x11\x8b\x91\x27\x5d\x4f\x4f\x98\x6b\x8e\x0b\x47\xe0\x4c\xf5\x94\x2c\xa1\xad\x88\xe3\xbb\x50\x97\xdf\x05\x98\x7d\xbb\xea\x93\x2c\x79\xbc\xa5\x6a\x0c\x55\x01\x62\xa7\x00\x6d\xa6\x06\x5c\xe9\x01\x95\x10\xcd\xac\x4f\xcc\xa3\xd3\x17\x17\xb8\x4c\x8e\xce\x3a\x00\xf5\x49\x3f\x19\x8b\xc2\x18\xcb\x13\x85\x4f\xa2\x67\x5c\xfb\x03\x41\x44\x5e\xd7\x23\x43\x9a\x54\x08\xc8\x3f\x4b\xa2\xf4\xaf\x2a\x7a\xa7\x80\x71\x48\x39\xf2\xcf\x18\x27\x71\x8c\xfc\x01\xc8\xc2\xf5\x34\x06\x2f\xc7\xed\xe1\x3e\xe4\x03\x18\xe3\x3c\x99\x22\x44\x9d\x5e\x5a\x09\x7a\x4a\x03\x98\x7a\x31\x78\x90\xd6\x69\x09\xf8\x2b\xe2\xc1\x20\x93\x12\x2b\xbd\x3b\x5c\xb1\x82\x94\x79\x43\xc4\xb3\x4c\x0e\x56\xb1\x96\xde\x89\xae\x4b\x09\xda\x93\x52\xef\xe6\x93\x69\x76\xfe\x15\x43\x11\xe3\xe2\x44\x93\x28\x2f\xf3\x6e\xe6\xca\xa4\x77\x96\x91\x91\xc8\xc4\x86\x2e\x61\xce\xde\x4f\x9d\x81\xa2\x63\x90\xf7\x3a\xa8\x33\x95\x77\x33\x17\xac\xf4\x14\x1f\xc4\x70\x1b\x3b\xd5\xe6\x09\xcd\x14\xb3\x98\x44\x0c\x3d\x94\xe4\xac\x79\x42\x33\xcd\x7a\x92\x4e\x44\x6b\x94\x96\xad\x21\xdf\x0f\x19\x87\x91\x0f\xa9\xaf\x2f\x62\xe5\x96\x3f\x00\x53\x19\x29\xa5\xfa\x53\x9f\x01\x23\x51\x84\x3c\x2e\x33\x25\x24\xcb\xfc\xa9\x51\xd2\xf1\x04\x68\xc7\x55\x0c\xdf\x13\x1b\x68\xea\x1b\xf2\xab\x9b\xca\x65\xe1\xec\x43\xb6\x91\x64\xa1\xaa\x98\xdf\x8c\x56\x7f\xba\x6b\x0b\x56\x0b\xcd\x1c\xea\xb6\x8d\x27\xc0\x6a\xed\x85\x53\xd7\xa8\xbc\x50\xce\x67\x53\x2a\x25\x41\x83\x52\x6d\x34\xad\x54\xf3\xde\x4a\xb1\x5f\xdd\xca\x95\x17\xa2\xe5\xb9\xa5\x2d\xaa\xcb\x9e\x1e\x60\x28\x86\xea\x5b\xb8\xdb\xa3\x2a\x8a\x60\xe9\x5d\x95\x34\xfa\x7c\xd3\x28\xdc\xf0\x49\x29\xa7\x5f\x3e\xfe\x72\x40\x91\x21\x72\xe5\x2e\xd9\x00\x8c\x02\x46\x64\xae\xfa\x98\x21\x09\xa1\x8f\xd2\x8f\x1f\x0b\x5f\x05\x99\x5a\x95\x59\x0d\xbb\x44\x8c\x23\xb9\xeb\x6b\x3a\x20\x45\x7a\x97\x52\xab\x52\xd3\xa5\x3e\x8c\x2a\xc8\xce\x17\x9d\xda\x51\xe5\x87\x3f\x3d\x95\x8d\x94\xcc\x32\x95\x05\x16\x47\x0f\x99\xf8\x12\x8b\x49\x4a\x88\x01\x19\x3f\x42\x96\x5e\xba\x35\xae\x4c\xe9\xb7\x5b\xbb\xb5\xe4\x77\xf3\x56\x15\x2a\x82\x0a\x4a\xcc\x4a\x1d\xb5\xd6\xea\x1c\x64\xaf\xde\x0d\x95\x54\xec\xea\x90\x82\xe9\x63\xd6\x57\x1c\x26\x21\x80\xb2\xd6\x44\x38\x3f\xbd\x43\xf3\x03\xe4\x40\x7f\x0a\x1b\xf8\x90\x43\x19\x46\x7b\x24\x62\x49\xa8\x2f\x1b\xa7\x3b\x10\x91\xdc\x11\x1a\xb1\xca\x01\x06\xbb\x2c\x3b\x2b\xb3\x52\xff\xef\xff\xfc\x5f\x96\xa2\xc6\x4c\xee\xb5\x5e\xed\xf2\xba\x08\xc8\x16\x06\x60\x06\xbf\x02\x17\xff\x47\xd1\xaa\xcb\xd5\x9b\x0d\x89\x57\x68\xc9\x0c\x0b\xf4\xae\x7b\x05\x74\x0e\x4e\x7d\x94\xda\x4a\x84\x2d\x1d\x9c\x17\xa8\xdc\x3b\x03\x9c\x4e\xbc\xa6\x09\xe3\xc0\xcd\x92\xc1\xd6\xb9\x0b\x05\x97\xd6\x3a\xcc\x2e\x59\x53\x89\x29\x9f\xae\x65\x26\x60\xa4\x41\x9b\x8b\x36\x3b\x70\x5a\xc8\x77\x5b\x27\x36\x92\xd5\x96\x52\xce\xae\xec\xd5\x25\x86\x1b\xa7\xb4\x73\x5a\x2d\x02\x2d\xa7\x36\xcf\x95\x0b\x4b\xcb\xcc\x64\x70\x98\xa6\x33\x51\x8d\xbb\x94\xb9\x62\xe4\x6b\x97\x92\x5e\xfe\x0f\xc1\xef\x24\x46\xd1\x17\x4c\xd1\xef\x3d\xf0\x3b\x0c\x3f\xc7\xe2\xff\xb2\x08\xef\x77\xc9\xcb\xef\xe1\x67\xce\x7f\x1f\x80\x45\x14\x1c\x0d\x60\xb9\xce\xd4\xc7\x86\xd5\x3c\xc2\x17\x56\x32\x9d\x72\x8b\x4a\xa9\x2c\xee\x39\x79\xd3\x18\xe3\x9e\x5d\xa0\xae\x24\xb9\x67\x1f\x80\x66\x58\xde\x1c\x83\xe2\x0d\x78\x65\xbe\x06\xd8\x7c\xfa\x9a\xc2\xa8\xa6\x5d\x2a\xfc\xac\xeb\xc9\x87\xaf\x07\x7f\xf9\xd6\x9a\x0c\x41\xa8\x2a\xc3\x28\x95\x60\x48\xc5\x3c\x4a\x19\x86\x51\x82\xa1\x8e\x08\x8f\x55\x86\xd1\xa1\x04\x43\xb0\xd7\x5c\x86\x51\x5f\x69\xf6\x90\x52\x8c\xd5\x65\xdf\x75\x17\x3a\xb5\x55\xa0\xa4\xf0\x44\x67\x96\x5d\x6b\xb6\x4b\x43\xae\x10\x0c\x42\x60\x2b\x02\xb3\x01\xe4\x18\x55\x23\x1e\xcb\xc9\x53\x47\xda\x7a\xb4\xfa\x68\xaf\x15\x7f\x1b\x70\x25\x2c\x37\x5a\xef\x74\x9d\xd7\x6d\xbb\xe5\xab\x01\xb7\xce\xad\x37\xa0\x26\x39\xe6\x45\x73\xd2\x31\x27\x4c\x99\x9f\x0a\xca\xa4\xa1\xe9\x99\xf0\x4e\x04\xbd\x3e\x41\x2c\x7a\xa6\x0e\xf8\xe8\x2b\x66\x15\x4a\x1b\x90\x17\xf5\x5b\x13\xbb\x5b\xc6\x67\xe1\x7c\x2d\x71\x1d\x88\xa8\xdc\xed\x15\x7a\x11\xd9\x89\x48\x8f\xc2\x62\x33\x36\x6f\x2e\x7f\x85\x01\xf6\xad\x57\x34\xf7\x19\x98\x93\xd1\xa9\xa1\x51\xf3\x65\x9a\x9e\x78\x49\x71\xe4\xe1\x18\x06\x60\xc4\x39\xc5\xdb\x84\xa3\x34\x5b\x0e\x59\x96\xd8\xad\x78\x83\xfa\xd1\x45\x71\x59\x5b\x20\x69\xc2\x62\x79\x7d\x44\x91\xbf\xc9\xf2\xc7\xe5\xec\xd7\x64\xb4\x04\x8e\xfe\x30\xb4\xde\x11\xc5\x89\x4b\xdd\x7b\xe5\xb7\xa0\x16\xb9\x16\x86\xe6\x2e\xaa\xd0\x9e\xa8\x34\xdb\x39\x8e\x7c\x30\x99\x2b\xa3\xe9\x38\x83\x1e\x63\x99\x20\xed\x5d\x64\x63\x69\x4c\x91\x2f\x10\xc3\x80\xdd\x7f\x36\x63\x70\xdd\xb4\x46\x9b\x23\x4b\xb0\xf3\x6e\xf6\x1b\x58\xc8\x2f\xd2\x9b\x29\xe5\x77\x10\x32\x17\x79\x09\xc5\xfc\x38\x91\xb5\x17\xd9\xea\xf1\x91\x47\x8f\x31\x2f\xd4\x5f\x56\x73\x81\x82\xc0\x77\xa3\x91\x0b\x52\x2c\x40\xa1\xb1\x10\x69\xed\x97\x64\x13\xd4\x39\x64\x48\xa8\x44\xd3\xc8\x49\xdc\x0f\xd0\x2d\x0a\xd2\x0f\x28\xa8\x14\xda\x5e\x6f\x99\xea\xa2\x1a\x41\xea\x1d\xec\xe4\x69\x74\x36\xb1\x19\xbd\x95\x6c\x84\x28\xac\xba\x94\x2b\x13\x8c\x3a\x67\xc8\xb9\x53\x82\x34\xa5\x92\x14\x4e\x0a\x57\xf5\x59\x20\x00\x70\x14\x27\x3c\x2f\xcb\xd5\x55\xca\x82\xcf\xad\xcc\xb9\xf9\x2a\x8b\x2a\x10\x05\x44\x70\x17\x12\x3f\x09\x10\x10\x47\xe0\x2d\xf4\x6e\x54\xa4\xb6\x65\x1c\xf3\x24\xbd\xa0\xca\x92\xaa\x9a\x46\x18\x1d\xd5\x25\x05\x04\x7f\x3c\xbf\x33\xf2\x04\x62\xb0\x60\x60\x00\x46\x32\x92\x24\x51\x7a\x25\x91\x45\xbf\x8a\x5b\x95\x93\x55\xd8\x30\x03\x3f\x24\xd8\xff\xe5\x8f\xe7\x77\x3f\x36\xc8\xd6\x35\xc5\x54\x27\x66\xdd\x12\xc7\x62\x99\x5a\xca\xcc\x23\x71\xea\x85\xec\x93\xb9\x06\xa0\x65\x9a\x42\x07\x2a\xcb\x3c\xfa\xad\x76\x11\x04\x85\x38\x08\x30\x53\x6f\x22\x48\xfe\xa5\xe6\x88\x4e\x92\x28\x82\x2c\x87\x38\x93\x0a\x81\x2d\x4b\x3a\xd7\x90\x62\xb4\xad\x6a\x39\xe1\xc0\xcc\x0d\x9b\x56\x8d\x22\x9e\x9e\x9b\xf5\x81\x53\x1d\xb1\xe5\xda\xc8\x52\x4f\x2a\x53\xb5\x16\x11\x60\x08\x8f\x60\x8b\x40\x84\x3c\x71\xcc\x16\x07\xe3\x5d\x3e\x20\xc7\x8b\x39\x43\xc1\x2e\xc7\x29\xcf\xd9\x50\xbd\xfa\xe2\x1d\x20\x85\x1e\x47\x94\xf5\x80\xb0\x3a\x16\x40\x76\x28\x16\x92\x48\x82\x62\x8a\x6e\x55\xf5\x05\xa5\xc2\x39\x4b\xc4\x21\x8c\x63\x1c\xed\x75\x49\xb7\xc1\x96\x44\x2d\x82\x02\x59\xd7\x2d\x23\x02\x55\x57\x28\x59\x94\x47\xf9\xc9\x3c\xb3\x51\xab\xdc\x27\xf3\x02\xba\xb2\xc8\x1b\x3b\x79\x55\x6a\x61\x77\x01\xdc\x03\x1c\xf9\xd2\xef\x46\x7b\x43\x4e\x38\xcd\xd0\xc7\x90\xa6\x4e\x3a\x15\x9c\xdc\x14\x75\x7d\xa4\x12\xbf\x4a\xb3\xf7\x8c\xc1\x2d\xc3\xb2\xb2\x4a\x63\x88\x10\x89\x1a\xa6\x2f\x44\xca\x43\xa5\x6e\xd5\xbd\x64\x2a\x23\xc0\xc9\x1e\xf1\x03\xa2\xaa\xe0\x25\x85\x3d\x17\x6e\xd1\xe5\xb2\xee\x54\x1c\xfa\xd2\xdf\x9d\xc8\x57\xbf\xda\x65\xbb\x14\xb3\x57\x2f\x74\x6b\x3b\x96\x95\x2f\x42\xd0\x0e\x47\x3a\xfd\xa3\x27\x57\x47\xa7\x4c\x98\x14\x85\xe4\xd6\xf4\x70\x32\x6b\x97\x5d\x6c\xce\x53\x69\x0a\xa3\x82\xc1\x83\xd9\xcf\xd8\x14\xcc\xe7\x87\x25\x0e\x6f\x50\xa4\x7c\x25\x54\xcd\x1c\x84\xc2\xa5\xc8\xb3\x88\x56\x38\x57\xa5\x1e\xa1\x51\xbb\x98\x32\x60\xb5\xfb\x30\x39\x95\x2d\xcc\xb0\x76\x61\xfb\x76\xa1\xa1\xc8\xcf\x45\x96\x66\x9f\x1f\x53\x64\x52\x5c\x4a\x17\x8f\x2d\x32\x41\x7b\xbb\xc0\x8c\x76\x72\x96\x83\x79\xd5\x5b\x96\x2a\x34\x93\x34\xd1\x5d\xe3\xbb\x57\xc2\xbd\x67\xa3\x8d\x9a\x8d\xa6\xae\x73\x16\xd7\xbd\xc3\x5f\x91\x6f\x78\x55\x23\x30\x49\x63\x86\x74\x53\x51\xd4\x28\x85\xe8\xb5\xce\x0f\xca\x1f\x4e\xe6\xba\xa2\x40\xf2\xe4\xf1\x04\x06\x0a\x1c\x40\x8a\x7a\x60\x9b\xf0\x54\xd5\x39\x18\x91\x21\x1c\xb3\x31\xae\xac\x21\x1d\x3f\x00\x6f\x4d\x9f\x2d\x4f\xfe\x33\xec\x51\xc2\xc8\x8e\x83\x91\xc7\xf1\x2d\xca\x6b\xa3\xf4\xb5\x6a\x4f\x27\x12\x98\xb9\x2c\xf3\xc9\x25\x43\x99\x39\x34\xc8\x98\xa5\xbb\xa4\x35\xec\x2a\x34\xde\xab\xb8\xe6\xd6\xa0\x4b\xb3\x68\xa9\x31\x2d\x94\x48\xa6\x49\x78\x3a\x78\xac\xe8\x4b\x95\xe7\xe7\x11\xd8\x43\xa2\xaf\x75\x2d\x99\x6a\x2f\xe8\x8a\xfe\xc5\x9d\x11\xd1\xe5\xb1\x5c\x35\x86\x53\x59\x77\xc8\x45\x40\x03\x88\x0a\x2e\x4a\xb2\x10\x61\x5e\x88\xc2\x2d\xa2\x2a\xd2\x13\x08\x61\x20\x3f\xb4\x27\xad\x44\xa0\x90\x28\x4b\x68\xaa\x15\xa9\x8a\x87\x0c\xd9\x8b\xba\xb0\x71\x95\x87\x59\xf5\x61\xa3\xd9\x49\xd1\x16\x3e\x25\x62\x12\xb1\x02\xe5\xe1\x80\xa9\x6b\x56\x2f\x91\xe5\x9b\x99\xa1\xa4\xb3\xc8\x2b\xa1\xbd\x70\xab\x01\xf9\x02\xa0\x62\x25\xed\x31\xa2\x97\xef\x20\x3b\x90\xe7\x78\xb6\x62\x69\x70\x75\xdb\x77\x50\x9e\xf9\x79\x03\x4f\xd9\xc0\x3a\x7e\xf2\x2e\x8e\x15\xc3\x97\xe4\xe2\xc8\x0b\x12\x3f\x3d\x1c\x06\x81\x45\xc8\x95\x3a\x39\x15\x1e\xe9\xfb\x2a\x5a\xb8\xb4\xb3\x37\x7a\xec\xe4\x5a\x8d\x92\x72\x81\x73\xcc\xbf\x4e\xe6\x99\xa3\x53\x3b\x95\x19\x94\x66\xde\x07\x64\xe1\x4e\x3a\x34\xcb\x12\x4c\xd9\x64\x9e\x17\x31\x14\xb7\x0f\xed\x7a\x8c\xa7\xe9\xca\x90\xeb\x7f\x27\x0e\xc1\x99\x52\x95\x17\x94\x61\xa3\x2a\x38\x4f\x67\x68\x50\x4d\x11\x10\xd4\x3b\xff\x6a\xe3\xca\x7b\x84\x8f\x14\xf1\x84\x46\x2a\x93\x0e\x65\xc9\xf5\xb1\x18\xbb\x0b\xfa\x05\x69\xb9\x50\x26\xd9\xdd\x57\x49\x1c\x69\x7c\x28\xbb\x82\x19\x31\xa5\x0d\x45\xe5\xad\x9d\xec\x78\x90\xc7\x98\x9d\xf0\xc8\x8d\x4a\xf2\xe7\xc9\x77\xc2\x62\x4a\x6e\x95\xdf\x8d\x11\xdd\x11\x1a\xc2\x48\x7f\x64\x8e\xec\x94\x74\xd3\xba\xf2\x7a\xd1\x6b\xc3\x91\x32\xb0\x4c\x5a\x1b\x6f\x56\xfb\x7a\x96\x34\xf1\xf1\xa0\x22\x1a\x42\xd3\x8d\xb5\x64\x70\x93\xa2\xf0\x77\x49\x10\x1c\xfb\x79\xf5\xa5\xde\xe1\xe4\xcd\x9e\x61\x58\x52\x9a\xc6\xcb\x4f\x99\x59\xcb\x9d\x51\x46\x46\xd9\x66\xa1\x2e\x2b\xc9\xae\x46\xa2\xca\xbf\xe7\x66\x57\x0a\x18\xd4\x5a\x19\x23\x2a\x68\xcc\x8b\x99\x55\x6f\x37\xc8\x7a\x80\x25\xde\x01\x40\x56\xd9\xba\x55\x00\x91\xc2\xf7\xd2\x4c\xbb\x5a\x44\xd0\x4c\xea\x6d\x51\x7b\x94\x26\xb5\x34\x32\xd6\x86\x60\xb4\x76\xef\xae\x34\x41\xad\xbe\x40\x76\x24\x89\xbe\xe9\xe0\xfa\x86\x5c\xa5\xfd\x60\xc0\x7a\xf2\xa1\x34\xae\x7d\x44\x52\x92\x55\xac\x3a\x10\x1a\x8d\xd4\x08\x1d\xdc\x66\xa3\x0c\x30\xe0\xa3\x88\x70\x1d\x3b\xe7\xcc\x4a\x0d\x95\x3c\x93\x74\x98\xc0\x97\xb1\x76\x7e\xbc\x82\xf2\x66\x4f\x88\x5c\x68\xac\xf0\x9e\x04\x50\x9b\x57\x2f\x5d\xd3\x86\x59\x08\xa1\xa8\x52\x41\xf5\x44\xd3\xa6\x96\xef\xb5\x9c\x48\xf0\x9c\x2e\x33\xb8\x17\x14\xf0\x5c\xdf\x91\x3e\xf0\x14\x34\x64\x78\x4b\x33\x64\x57\xaf\xc8\x9a\xef\x40\x4b\xb4\x6a\x1f\x83\xb2\xa9\x8b\x6c\x43\xd8\x03\x8c\x98\x34\x32\x21\x59\x31\x4e\xa8\x9d\x13\xaa\xae\x96\x60\x46\xac\xee\x82\x80\xea\x0c\x41\x83\xe9\x50\xaf\xc5\x5b\x76\x68\x55\x5b\x5d\xb0\x11\x10\x51\x11\x8a\x34\x5b\xc2\xf4\x66\x2a\x6d\x00\xae\x64\xe0\x35\x53\x81\x57\x5e\x3e\xa8\xef\x43\xd3\x82\xee\xcc\xb3\x09\xd7\x84\x7d\x7d\xe5\xae\x3d\x57\xb6\x7f\xf8\xc6\xf1\xaa\xbc\xec\xe5\x2b\x53\x31\xe4\x07\x79\xe6\xd1\x47\x5e\xed\x06\xf2\x37\x44\x15\x18\xa1\x59\xb9\x88\xb6\xad\x10\xc6\x4c\x07\xa1\xf2\xc4\x1a\x07\xd0\x53\xd5\x7f\x59\xac\x2f\x93\x6a\xa1\x8e\x9a\x84\x5a\x29\xde\xe3\x08\x06\x1b\x01\xf1\x8b\xf8\xcf\x8b\x9e\xf8\xef\x4b\xf9\xdf\x9f\x2a\x79\x76\x43\x26\x12\xe7\xb2\x44\x94\xa0\xbd\xa8\x90\xc6\xbe\xbd\x35\x5e\x53\x9c\xed\x7c\x55\x2b\x28\xec\x2b\xa1\x34\x63\xa2\xa7\xf8\x96\xac\x55\x9f\xca\xd8\x20\x53\x43\x08\xe3\x18\x89\xa3\xa3\xe0\x7d\xa5\xc6\x30\x5d\x5b\x5f\xeb\x76\x0a\x2c\xaa\x31\xd2\x09\xa5\xfa\x6b\xe0\xce\xec\x14\xfc\xff\x03\x00\x00\xff\xff\x1d\x25\x4a\xd9\xd4\x9d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYaml, - "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver-amq.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver-amq.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7d\xfd\x92\xdb\xb8\x91\xf8\xff\xf3\x14\x88\x2b\xbf\xf2\xee\xaf\xf4\x61\x7b\xe3\xd8\x51\xb2\xa9\xd2\x48\x9c\x19\xad\x47\x1f\x25\x6a\xd6\xeb\x4b\xa5\x54\x10\x09\x49\xd8\x21\x09\x06\x00\x67\xac\xdb\x4c\xd5\xbd\xc6\xbd\xde\x3d\xc9\x15\xbe\x48\x90\x04\x29\x8e\xd7\x49\xed\xed\x1f\x5b\xb6\xd8\x68\x74\x37\x1a\x8d\xee\x46\x37\x0c\x53\xfc\x23\xa2\x0c\x93\x64\x04\x38\x8a\xd3\x08\x72\x34\x20\x29\x4a\xd8\x11\xef\xf9\x00\x93\xe1\xc3\xeb\x8b\x7b\x9c\x84\x23\xb0\xd1\x9f\x2f\x22\xb8\x43\x11\x1b\x5d\x00\x40\x8f\x61\x3c\x02\x2f\xde\x0d\xde\xbe\xb8\x00\xf9\xf8\x91\xfc\xfd\xdd\xdb\x7e\x4a\x49\xd8\xc7\x71\x9c\x71\xb8\x8b\x50\xff\x1e\x23\x86\xe8\x03\xa2\x17\x31\x62\x0c\x1e\xd0\x08\xfc\xb3\x7f\x01\xc0\x18\x24\xe8\x11\xe4\x70\x60\x8d\x42\x70\x03\x39\x98\xa2\x00\x0b\xca\xc0\x1c\x26\xf0\x80\x28\xf8\x30\xf3\x80\xc2\x00\x8e\x90\x81\x1d\x42\x09\x08\x28\x82\x1c\x85\x00\x27\xe0\x44\x32\x0a\x52\x4a\x7e\x46\x01\x1f\x5c\x00\xb0\x39\x22\x90\x31\x44\x13\x18\xa3\x61\x0a\x19\x7b\x24\x34\x04\x7b\x42\x01\x0c\x02\xc4\x18\x4e\x0e\x80\x1f\x91\x8d\x16\xb3\x8b\x0b\x20\xff\xbb\xd3\x03\x47\xe0\xf7\xbf\x7c\x98\x79\x5b\xdf\x5b\xff\xe8\xad\xb7\x77\xbe\xb7\x7e\xd2\x20\x2b\x8d\xb2\x02\xb2\xfa\x38\x7d\x12\x58\x56\x11\x82\x0c\x81\x1d\x02\x2c\xa3\x08\x70\xa2\x69\x95\x73\x32\x14\x50\xc4\x81\x98\x21\x04\x2f\x4a\xe3\x6f\x36\x9b\x95\xbf\xf5\xbd\xc9\xda\xdb\x3c\xbd\x00\x01\x49\x38\xc4\x89\x21\xd6\x01\xfa\xc1\xfb\xe4\x6f\x96\x6b\xef\x09\xec\x71\x84\x98\xe0\x59\xb1\x29\x98\x12\xe3\x18\x0a\x04\x05\x02\x13\x4a\xf8\xe0\x22\x46\x1c\x86\x90\x43\xb1\x84\x30\x49\x08\x87\x1c\x93\x44\xae\x28\x00\x21\x62\x01\xc5\x29\x97\x2a\x31\x4e\xd3\x08\x07\xf2\x73\xbe\xbc\x4a\x82\x89\xb5\x60\xb6\x00\x13\x00\xc5\x1a\x84\x59\x20\x06\x69\x49\xa1\xe4\x01\x53\x92\xc4\x28\xe1\x3d\x39\xbc\x71\x89\xdf\x0d\xde\x82\x3e\x98\xa2\x94\xa2\x40\xac\xab\x44\x80\x03\x92\x4c\x22\xc8\xd8\x48\xfe\xb1\xff\xf3\x8e\x30\x26\xbf\x94\x34\x35\xc4\x2c\x8d\xe0\xa9\xaf\x96\xad\x75\x8a\x82\xf6\x82\x56\x9b\xca\x3a\xf2\x94\x92\x07\x1c\x22\xda\x77\xce\xd2\x03\xb3\x24\x18\xc8\x51\x1c\x1e\x98\xda\x01\xbd\x50\x4f\xad\x64\xd3\x93\x64\xf7\xf2\x5d\xd0\xcb\x89\xe8\xb1\x37\x58\x8d\x75\xee\xc0\x1d\x4e\x42\x01\x36\x02\x2f\xf6\x30\x62\xe8\x45\x0b\x6c\x48\x82\x4c\x30\x20\x97\xac\x9f\xd1\x68\x04\x8e\x9c\xa7\x6c\x34\x1c\x2a\xa5\x1f\x50\x14\x1e\x21\x1f\x04\x24\x2e\x03\x0f\x51\xd2\xcf\xd8\x90\xa2\x70\x7b\x84\x7c\x6b\x68\xdf\xc6\x4a\x6c\xc3\x77\x83\xb7\xc3\x23\x8f\xa3\x61\x88\xd2\x88\x9c\x70\x72\xd8\xc2\x6d\x13\xf4\xf6\xdd\xe0\xed\x36\xe7\x6f\xab\x18\xde\x5a\x02\xde\x92\x24\x1f\x9c\x33\xb0\xd5\xba\x8e\xe8\x56\xb0\xb6\x27\x34\x1e\xb6\xf0\x1a\x91\xe4\xd0\x2f\xa9\xeb\xe6\x88\x59\xa1\xa7\x21\xda\xe3\x04\x31\x40\x11\x23\x19\x0d\x10\x03\x09\x42\xa1\xd6\x29\x50\x57\x63\x4b\x15\x68\x96\x70\x1c\x23\x5b\x25\x5a\xf5\x56\xa3\x7c\x37\x78\xdb\x03\x38\x09\xa2\x2c\x14\xfb\x0e\x02\x35\xb1\xd8\xfb\x38\x86\x07\x04\xbe\xf1\xdf\xcc\xbe\x05\xbb\x0c\x47\x21\x20\x7b\x65\xb1\xe4\x2e\x0d\x10\xeb\x01\x68\xed\x36\x25\xe5\x5c\x17\x81\xd8\xbd\x7b\x7c\xc8\xa8\xfc\xdc\x33\x7b\x1a\x26\xc2\xf4\xe9\xbf\x88\x95\x06\x01\x89\xe3\x2c\xd1\x68\x06\xd6\x56\x02\x0c\x27\x81\xb4\xae\x1a\xa3\x73\x77\x3c\xa8\xd3\x40\xb0\xf2\x67\x31\x27\x13\x4a\x0f\xb2\xdc\x58\x1a\x09\x5c\x8a\x9f\x10\x63\x60\x9c\x71\x12\x43\x6b\xb3\x2f\x53\x44\x21\x27\x74\xd0\xb2\x74\x2c\x4b\x53\x42\xf9\x19\x05\x95\x08\x1e\xcc\xf1\x64\x8e\x19\xb5\xf1\xce\x1d\x31\x0a\x8e\xa5\x30\x40\xa3\x62\x27\x5f\x90\x9d\x38\x1d\xd8\xe8\xa2\x0f\xec\xa3\xef\xe1\xf5\x05\x00\xea\x98\xf3\xd5\x72\x8c\x83\x80\x64\x52\xf8\xb6\xb5\x04\xa0\x38\xfc\xc4\x7f\xd6\x8a\x89\x53\x60\xbc\x5a\xdd\xce\x26\xe3\xcd\x6c\xb9\xd8\x2e\xc6\x73\x4f\x9d\x14\xe6\x18\xa9\x7d\xb5\xc8\x6d\x24\x67\x4d\x22\x74\x89\x13\xa1\x4f\xff\x26\x5a\xfa\x28\xc4\x82\x6f\x4a\x22\xb4\x46\xfb\x91\x35\x4e\x7f\x61\x99\x91\x22\x00\xfd\x26\xb1\xfd\x4a\xbe\x35\xbe\x1a\xcf\xb5\xf3\xaa\x7a\x62\x45\x51\xf5\x50\x7f\x44\x3b\xfd\xc7\x97\x0c\x08\xb5\x63\x83\x2f\x15\x1f\x30\xbb\xf5\x1c\x5f\x5d\xf9\x07\x80\xa5\x28\x50\x34\x48\xd2\xd4\x1f\xfb\x7a\xb0\xd8\x1a\x7a\x62\xf1\x75\x04\xde\xbf\x7a\xff\x4a\xff\xc0\x21\x3d\x20\xbe\x2a\xff\x6c\x0f\x64\xe5\x91\x7f\xf8\xc3\x77\xae\x91\xe6\x67\x86\x22\x14\x70\x42\x0b\xa9\x1a\x03\x34\x91\x96\xa7\x0b\xc7\x4c\x78\x55\x24\x19\xef\xf7\x38\xc1\xfc\x34\x02\x93\x08\xa3\x84\xcf\x56\xae\xaf\x1a\xad\x31\x6f\x1a\xd2\xfc\x1d\x00\x61\x80\x49\xc6\x7d\x14\x90\x24\x64\x23\xf0\xdd\x1f\x5f\xbd\xfa\xfa\xfa\x22\x9c\xc4\x1f\xae\x29\xc9\x52\x06\x52\x61\xe4\x84\xb4\xa4\xad\x0f\xa2\x8c\x71\x44\x71\x72\x18\x94\xd7\x7e\x00\xa3\xf4\x08\x07\xf7\xd9\x0e\xd1\x04\x71\xc4\x84\x45\xe3\x24\x12\x66\x0f\xf5\xb3\x84\x22\x18\x9e\xfa\x28\x09\x53\x82\x13\xce\x46\xe0\x05\xa7\x99\x3e\xb5\x7f\x03\x3a\xd7\x4f\x95\x2d\x29\x14\x4f\x73\x3a\x5b\x8d\xc0\x82\x24\xa8\x49\x19\xf5\x38\x4b\xa5\xde\xbf\x7f\xef\x52\x29\xf3\xf3\xaf\x55\x29\xc7\x62\xe3\x70\x94\x9f\x77\xfd\x76\x36\xf5\xde\x31\x66\x34\xe3\xcf\x57\x0e\x39\x4a\x2a\x43\x61\x4e\x5e\x32\x75\xce\x1a\x65\xd0\xe3\x8e\x30\xa5\xe4\xf3\x69\x40\xc5\x10\x5a\x71\xe0\x60\x04\x13\xb1\x7e\xca\x1d\xf8\x37\x2a\x42\x37\x51\x95\x94\xe1\x48\x18\xaf\x44\x34\x37\x4b\x7f\x23\x86\xc8\x78\xe3\x29\x57\x8f\x91\x63\xed\x73\x83\xc5\x89\xf9\xfc\x85\xc7\x00\x0e\xcf\xe9\xb1\xb1\x71\xff\xa2\x15\x66\xe5\x25\xfe\x0d\xec\xdc\x67\xad\x93\x7f\x7e\xa1\xd4\x01\xc1\x0b\xae\x38\xa2\x31\x4e\x34\x57\x22\x62\xe6\x47\x4a\xb2\xc3\xf1\xeb\xac\xa8\x5a\xa7\x99\x70\x84\x7d\x4e\x11\x8c\xbf\x86\x43\xf3\xd5\x65\xdc\x48\xf8\xa5\xf0\xda\x95\xe1\xea\xa2\x66\xb9\xe3\xab\x4e\x8b\x92\x41\x78\x84\x98\xf7\xf7\x84\xf6\xe5\x51\xf1\x5b\x3b\x20\x4a\x6a\x46\x32\x9e\x66\x85\x06\x91\xe2\x7c\xae\x2d\xe7\x06\x1e\xf2\x8f\x1d\xa6\x19\x09\xe9\x30\xe5\x2a\x2a\xc3\x38\x2a\x42\x1d\x8e\x3e\xf3\x29\xa6\x02\xc5\x64\xb9\xd8\x78\x3f\x6d\xb6\xd3\x59\x9e\x79\x39\x60\x5e\xd0\x41\xd1\x5e\x80\xf9\xcb\xbb\xf5\xc4\xdb\xae\xbd\xd5\xd2\x9f\x6d\x96\xeb\x4f\xdb\xb5\x77\xf5\x94\x43\x65\x14\xbb\xa1\xee\xd6\xb7\x06\x8a\x9f\x52\x34\x02\xd7\x58\xd3\xc4\xc5\x79\x7e\x38\x99\x99\x14\x8d\x7e\xe5\x57\x99\xdc\x28\xfe\x62\xce\x4a\x6b\x57\x0a\xfa\xc7\xb3\x85\xb7\xde\x4e\xbd\xd5\xed\xf2\xd3\xdc\x5b\x6c\x72\x78\x00\x1e\x60\x94\x55\xb3\x4c\xae\x21\x4f\xb5\x39\xe6\xe3\x1f\xbd\xc5\x76\x3e\x5b\xaf\x97\x6b\xc1\x86\x0b\x69\x15\xa6\x8e\x65\xbc\xde\xcc\xae\xc6\x13\x29\x5f\x17\x06\xfb\x7b\x31\x7a\x4f\x68\x80\x56\x59\x14\x8d\x80\xd0\xdd\xe2\x77\x4a\xe2\x91\x85\xa6\x55\x49\x0a\x35\xb1\x78\x9f\xcd\xc7\xd7\xde\xd6\xdf\xac\xbd\xf1\x5c\xa9\xcc\xe8\xf7\xbf\x94\x7e\xdc\x8c\xaf\x9f\x2a\x38\x74\x9c\x57\x01\x14\xa3\xfd\xd5\x78\xe2\x95\x17\xd8\x2f\x4e\x61\x4e\xf1\xe1\x80\x68\xee\xe8\x1c\x30\x3f\x66\xbb\x82\x01\x95\xa6\x13\x88\xaf\x67\x9b\x9b\xbb\xcb\xed\x47\xef\xf2\x66\xb9\xfc\x60\xd2\x73\x55\xc5\xb9\xc9\x76\x06\x13\x4a\x10\xc5\x81\x13\x95\xb7\xf0\xd6\xb3\x49\x3b\x2e\x35\x5c\x23\x93\xc9\x83\xc9\x11\x26\x07\x34\x02\xbf\x94\x21\x67\xc5\x37\x0d\xad\x7e\x57\x96\x4a\x7f\x68\x34\x6a\xd3\x8a\x4b\xf6\x7f\xd8\xb2\xe5\xc0\x6c\xa0\x7e\x1d\xdc\x63\x34\x20\xf4\x30\xbc\xc7\xa8\xaf\x7d\x86\xb3\x5e\xc5\x17\x19\x49\x8a\x24\x33\x6c\x04\xde\xe8\xbf\x3f\xc8\xac\xca\x0d\x66\x9c\xd0\xd3\x2d\x8e\x31\x1f\x81\xd7\xaf\xbe\x5e\xa0\x55\xb1\x42\x94\x44\x11\x4e\x0e\x2b\x48\x61\xcc\x0a\x9d\x8b\xe1\x67\x3f\xa3\x42\x69\x5e\xbf\x7a\xf5\xff\xec\x9f\xef\x12\xf8\x00\x71\xa4\xd2\x8a\xaf\x4a\x0a\xb5\x56\xb8\x2e\xec\xa5\x36\x28\xcb\xba\x51\x5f\xd5\x67\xac\xec\x97\xb2\xfe\x05\x7a\xf1\x55\x75\xa3\xbb\x7e\xc8\x69\x73\x1d\x01\xfa\x60\x93\xf9\x4d\x66\x9f\x18\xa5\x03\xa4\x30\xcc\x1f\x97\xeb\x0f\x97\xde\x62\x72\x23\x2d\xe3\x6c\xe2\xc9\x29\x2c\x40\xcb\x48\x4f\xbd\xc9\xcc\x17\x54\x4c\xbc\xc5\x66\x3d\xbe\x35\x43\x9e\x1c\x78\x85\xad\x1d\x4f\xe7\xb3\x85\xbc\xcc\x70\xe3\x2b\xc3\xb4\x63\x59\x7d\x9c\x9e\x43\x22\xaf\x44\xdc\x38\xb4\xd5\x9f\x2f\xa7\x4e\xd6\xa6\xde\x8f\xde\xed\x72\x55\x39\x33\x6d\x04\xf3\x4b\x6f\xbc\xf0\x9b\x29\x50\xdf\x5d\xd3\x4f\xd7\xcb\xe5\xad\x6f\x28\xb8\x9a\xdd\x6e\xc4\xd1\x7b\x3b\xf6\x7d\xaf\x01\x5f\xdb\x08\xd7\x0c\xab\xf5\x72\xee\x6d\x6e\xbc\xbb\x7c\x8c\x72\x64\xfc\xf1\xe5\xad\xd7\x20\xb5\xf6\x31\x67\xc4\x78\xf9\x69\x35\xf6\xfd\xed\xf8\x6e\x73\x73\x66\x75\x1b\x06\x9c\xc1\x3f\x73\x10\x7d\x55\x39\xf2\xc5\x7f\x7b\x8c\xa2\x30\x4f\x1e\xd6\xbe\xac\x20\x3f\x8e\x72\x63\x32\x50\x36\xe4\x6f\x2f\x3b\xed\xd1\x97\x7f\x6f\x27\x71\xbd\xbc\xdb\xb4\x6d\x95\x6e\xe6\xc2\x81\xb8\x93\x3c\x3b\xc8\xb0\x75\xbf\xd8\x77\x88\xad\x58\xce\x78\x95\x5f\xe2\x57\x76\xf2\x2c\x3b\xf9\x96\x0d\x98\x96\x57\x1d\x10\x2d\xaf\x9a\xf1\x48\xb7\xdd\x85\x63\x7d\x33\x9d\x4b\xd3\xd7\xf3\x7e\xda\x78\xeb\xc5\xf8\xd6\x81\x23\x07\xda\x16\xd8\x9c\x1a\x3d\x12\x07\x3a\xe9\xd3\x63\x18\x07\x28\xe1\x2e\xbd\x70\xe2\xd2\x46\xf7\xd7\x9b\x68\x27\xf6\xd5\x78\x73\xe3\x42\x3d\x8c\xe1\x03\x4a\xde\x0c\xbb\xe2\x11\x2a\xfa\x8c\x93\x44\x8d\x34\x83\x9e\x41\xad\xef\x7f\x5c\xae\x1b\x54\xbd\x61\x16\x33\xc8\x35\x8b\x59\xd8\xf3\x8b\x67\x14\x4a\x83\x74\x45\x76\x46\xcf\x0d\x4c\x67\x74\xad\x62\x76\x00\x76\x45\xdc\x2e\x59\x07\xa0\x0b\x71\xb9\x72\xa0\x12\xfb\x15\xaa\x85\x78\x30\x2c\x12\x6e\x2a\x84\xe9\x3f\x90\x28\x8b\xd1\x59\xa4\x67\xad\x51\xa5\x7a\xa1\x11\x61\xb3\x14\x6b\xc8\x9a\xe4\xa8\xbe\xb6\x4b\xae\x86\xac\x4d\x7e\xb6\xeb\x72\x3d\x3f\x77\xa6\x37\x41\x9f\xc1\xec\x6f\xc6\xeb\xcd\xdd\x4a\x84\xb3\xe3\x8d\x77\xfd\xc9\x85\x7c\x99\xa2\xc4\x17\xd1\x97\xcf\x21\xe5\x59\x6a\xf2\x13\x0e\xcc\x3f\x5c\xaf\x97\x77\x82\xaf\xd9\xe2\x7a\xbb\x5a\x2f\x37\xcb\xc9\xd2\xa9\xf2\x45\x44\x37\x5d\x28\x70\x07\xb6\xe5\xca\x5b\xf8\x37\xb3\xab\xcd\xd6\x00\x75\xf0\x53\x3b\x5c\x4b\x3c\x63\x9e\xd5\x72\xed\x3c\xf3\x5e\xbc\x7f\xff\xfe\xfd\x0b\x07\x2e\xdf\x6f\xd9\xe6\xfa\xa3\x6b\x4d\xc4\x27\x41\xc7\x6c\x3a\x59\x2e\x16\xde\x64\x63\x9d\x9f\xee\xf3\x68\xb9\xdc\x0c\x1e\xa1\xeb\xe4\x10\xb8\xd6\xde\xf8\x76\xde\x4c\x85\xfc\xdc\x44\x87\xca\x16\x9c\xd5\xb3\x02\xb4\x09\xd1\xe4\x76\xd6\xc5\x67\x28\x40\x9b\x10\xb5\x5b\x3a\x1b\xa2\x09\x43\xfb\xc6\xb4\x21\x9a\x30\xe8\x1d\xb5\xf5\xfd\xdb\xed\xc4\x5b\x6f\x66\x57\x42\xcd\xbc\xed\x8f\xe3\xdb\xd9\x54\xea\x5b\x33\xee\xf3\x63\x1b\xe9\x5e\xcf\x16\x93\xd9\x6a\x7c\xbb\x1d\x6f\x36\xeb\xd9\xe5\xdd\xa6\x45\x08\x0e\x60\xa7\xa9\xb2\x93\xf8\xe7\x2d\x55\xfd\x6a\xa6\x05\x5d\x4b\x98\xd4\x72\x85\x50\x46\x28\x43\x85\xdb\xe9\x78\xd5\xbc\x93\x4a\x20\xed\x38\x2e\x67\x8b\xe9\x76\xda\xb0\x38\x35\xb0\x0e\xb8\x26\x6b\x6f\xea\x2d\x36\xb3\xf1\x59\xda\x2a\xe0\xed\xb8\x7f\x18\x8f\x65\x4d\xde\xdd\x7a\xb6\xf9\xb4\x9d\x2e\xe7\xe3\xd9\x59\xa2\x5d\x63\xce\x70\x30\xf6\xbd\xed\x64\xf3\x53\x17\x89\x14\xa0\x1d\x70\xaa\x50\xb5\x13\x4e\x05\xda\x8e\xd3\xf7\xc6\xeb\xc9\xcd\xd6\x9f\x2c\x57\x4d\x86\xde\x09\xdb\x09\xeb\x66\x36\xf7\xb6\xb7\xb3\xf9\xac\xc1\x36\xb5\x0c\x68\xc7\x3f\x9d\xf9\x9b\xd9\xe2\xfa\x6e\xe6\xdf\x78\x53\x79\xfc\x9c\xdb\xb6\xdd\xc6\xb6\xcf\xba\x1a\xaf\x7d\xef\x8c\x8d\x6c\x82\x3e\xb3\xff\x34\xd4\xf6\xd2\xbb\x9e\x2d\x84\x97\x50\x3e\xa9\xdd\x3b\xd2\x35\xa8\xe3\x3c\xde\x62\xfa\xdc\x59\x8a\x21\xed\x73\xac\x97\xb7\x96\x44\x1b\x1d\xfb\x96\x01\xe7\xf1\xfb\x1d\xb7\x96\x0d\xdb\x81\xea\x6e\x7b\xcb\x02\xed\x80\x73\x2d\xac\x86\xdf\x78\x6a\x35\x41\x9f\xd1\x7f\xef\x6a\x7c\x77\xbb\x91\x63\xce\xea\xbb\x05\xdb\x81\xde\xf2\x86\xe8\xba\x7c\xb5\x51\x5d\x76\x52\x31\xf2\x6a\xbd\x9c\x77\x58\xce\x86\x61\xcf\xd3\x47\xbf\xa3\xde\x54\xc7\x9c\x99\xc5\xbb\xf2\xd6\x22\xfc\x15\xfb\xa5\x24\x89\xed\x66\xb9\x9d\xdc\x78\x93\x0f\x67\x27\x3d\x8f\xa2\x91\x06\x49\xf0\x7c\xbc\x5a\xc9\xb4\x99\x50\xfa\xd5\x7a\xb9\x12\x1e\x50\x53\x02\xf4\xec\xb0\x6e\x73\x79\xab\xdb\xf1\xc4\x3b\xa7\x88\x4d\x43\xec\x39\xe4\xcd\x58\xf7\xb4\x9e\x04\x5f\x65\x51\xb4\x22\x11\x0e\x4e\x23\x30\x8e\x1e\xe1\x89\x59\x10\x11\xde\xa3\xe0\x14\x44\xa8\x9c\xba\x4c\x09\x53\x11\x56\x35\xa3\x89\x3e\xdb\x09\x7e\xf3\x5f\x40\xe2\x18\x26\x61\xfd\x43\x1f\x0c\x77\x38\x19\xb2\xa3\xeb\x0b\x49\xf9\x10\xc1\x54\x42\x44\x30\x4b\x82\xe3\x50\xd6\x8c\x0b\x56\xec\xba\x17\x42\xee\xd9\xa0\x82\x22\xa5\xc8\xe7\x24\xfd\x6d\x92\x17\xe1\x07\x94\x20\xc6\x56\x94\xec\x2a\x82\xdd\x43\x1c\x65\x14\x6d\x8e\x14\xb1\x23\x89\xc2\x11\xf8\xae\xf4\xfd\xc8\x79\x7a\x8d\x6a\x62\x4f\x65\x06\x79\x68\x32\xc6\x43\x8a\x18\x1f\x2a\x02\x86\x47\x04\x23\x7e\x0c\x8e\x28\xb8\xaf\x8e\xaa\xd6\x50\x9a\xff\x58\x70\x44\x26\x4f\x50\xfa\x84\x13\xcc\x31\x8c\xa6\x28\x82\xa7\xbc\x12\xf1\x75\x65\x7c\x8a\x28\x26\x61\xf1\xf9\x6d\xe9\x6b\xb5\x8e\xf1\x8d\xf5\xb5\xfb\x45\x12\x28\xd7\xe4\x99\x45\xc9\x6f\x94\x74\xe9\xdd\xbb\x77\xef\x4b\x93\xab\x09\x7e\x26\x11\xb9\xc7\xb0\xa2\x30\x84\x93\x80\x44\x23\xb0\x99\xac\x5a\x71\x56\xc5\x55\x2b\x4d\x7d\x2e\xc2\xa2\x12\xb5\x8a\x90\x7d\x21\xc6\xa2\x10\xd1\xc6\x58\xc9\x28\x34\x23\xa4\x08\x86\xb8\xbb\x82\xfe\xf1\xd7\x6a\xa8\xbc\x1c\xff\x17\x2a\xe8\x77\xad\xfa\xd9\x5d\x3d\xf3\xce\x89\x32\x73\x11\x8e\x31\x67\x55\x86\x63\x14\x13\x7a\xaa\xa6\xbb\xbc\xf9\x72\xfd\xa9\xee\x9d\xab\x1c\xe2\x9c\x64\x49\x55\xa3\x63\xf1\x9b\xba\x20\xea\x98\x7e\x34\xcb\x5d\x40\xde\xa3\x13\xe3\x84\x22\x17\xac\x90\xfd\x32\x89\x4e\x95\xc2\x15\x56\xaa\x5f\x5f\x3c\x63\x5f\x5a\x45\x73\xd7\x14\x06\x68\x55\x96\xf6\x9f\x8a\xb5\x50\xd4\xb0\x7a\xb5\x50\x17\xca\x75\xfd\x48\x89\x17\xf5\xdb\xa2\x5e\x44\x53\xea\x21\x93\x43\xaa\x95\x2e\x56\x49\x49\xb5\x6a\x00\xea\x8e\x8e\xa0\x22\xa2\x7c\xd3\x89\x09\x4b\x5c\x74\x13\xd4\xd9\xda\xa0\x2f\x32\x8c\xcf\xa8\x82\x49\x05\xa3\x88\x4b\x29\xf4\xeb\x65\xe0\x62\x4e\x59\x0a\xca\x8f\xc8\xae\x62\x18\x5c\x00\xa0\xbb\xbe\x94\xa8\xed\xae\x38\xf1\x4b\xde\x94\x52\xa5\xf6\x42\xa8\xdb\x3f\x32\x4c\x51\x98\xcb\x52\xfb\x38\xf1\x09\xa6\x69\x95\x8a\x0f\x33\x0f\xc0\x30\xc6\x09\x96\x05\x1e\x84\xe6\xfd\x8b\x35\x1a\x04\xe8\x58\x80\xca\x4e\xc5\x9c\x82\xda\xe5\xbe\x9e\x4e\x62\x95\x90\x67\xa7\x34\x9d\x92\x2d\x53\x9a\xce\xc7\x0b\xbd\xa8\xe0\xe5\xdf\x60\xff\x3f\xc7\xfd\xff\xf8\xfb\x2f\x7f\x7c\xfa\xdb\xab\xfe\x9f\xfe\xfe\xcb\xeb\xa7\xdf\xbd\xbc\x00\xaa\x0c\x4a\xf6\x84\xa2\xcf\x29\x55\x0d\x00\x0e\x62\x57\x1f\xa7\x2e\xc2\x74\x03\x47\x2e\x04\xf0\x8d\x8f\x38\x93\xeb\x43\xe8\x41\xde\x0f\xeb\xab\x62\x01\x02\xd8\x89\x71\x14\x0b\x2b\x9f\x22\xca\x4f\xdf\xba\x18\xf0\x15\xca\x9a\xd0\xca\x97\xbc\x5a\x6a\xc2\x7b\xca\x04\x39\x4d\x92\xd3\x04\xe6\x22\x03\xb3\x3d\xe0\x47\xcc\x40\xae\x6a\x00\x33\x90\x10\x0e\x18\xe2\x3d\x49\x78\xde\x88\x8a\xd5\x61\x97\xef\x36\x18\x45\xa7\x5c\x5e\x61\x0b\xaf\xe9\x63\xf8\x1c\x56\xbf\xe2\x62\x59\x37\xd8\x15\x61\x2c\x4c\x11\x1e\xc0\x09\x78\x3c\xe2\xe0\x28\x29\xb7\x36\x37\x6b\x6f\xfc\x94\xf6\x48\x4b\x84\x0a\x2c\x8c\xc3\x28\x12\x72\xd8\x1c\x11\xab\x60\x12\x10\x09\xa1\xb1\x14\x59\x0e\x2a\xa6\x96\xe2\x32\xd7\x17\x45\x69\xa0\x2a\xe1\xfe\x44\x32\xc0\x8e\x24\x8b\x42\x40\x92\xe8\x24\xdb\x01\x01\x27\x20\x26\x21\xde\x9f\xd4\xc2\x61\xd9\x95\x67\x21\xad\xb1\x21\x5b\x5c\x43\xbc\xdf\x23\x8a\xac\x4e\x27\x39\xcf\xd0\x6a\x3f\x2e\xad\x87\x85\xa1\x90\x55\x2e\x5b\x77\xd5\x62\x8b\xf5\x28\x1a\xda\x9a\xec\x18\xd9\x4b\xca\x55\xdb\x21\x53\x13\x73\x22\xb6\x52\xa5\xda\x7d\x00\xa6\x68\x0f\xb3\x88\x0b\x4d\x7d\x41\x8f\x61\x6c\xf9\xf2\xf4\x88\xa2\xf7\x2f\x9c\x96\x40\x6b\x57\x95\x31\x97\xbe\xd4\xd8\x6b\xe1\xcc\x45\x40\x95\xc9\xb1\xee\x9b\x96\xfd\x35\x88\x0a\xbe\x64\x23\xa7\x60\x55\xac\x4e\x52\x62\xbb\xcc\xe0\xbb\xc1\xdb\xc1\xeb\x3a\x47\x36\x1b\xaa\x44\xd5\xb1\x32\x9b\xf1\x75\x0b\xe5\x12\x73\x8b\x91\x88\x77\x08\x26\x0c\xa0\x04\xee\x22\x14\x0e\x43\xcc\xe4\x1f\xec\x8d\x2e\x36\xb9\x06\x83\x49\x28\xff\xca\x02\x98\x24\x88\xea\x9f\xa5\xb6\x95\xf7\x3e\x46\xcc\xb9\xfb\xe7\x97\x7a\x80\xa3\x54\xca\x98\x37\x45\x4a\x0b\xcd\x41\x04\x19\x03\x7b\x1c\xe9\x46\xa8\x8a\x51\x0a\x29\x21\x51\x5e\xae\xa3\xc0\x06\x72\x0c\x72\x91\x5a\x37\x53\x53\x89\xc0\xe8\xd2\x95\x44\x00\x26\x39\x82\x4e\x75\x5a\xe6\xd2\x4f\x55\x9a\x56\x78\x99\xed\x85\xe5\x15\x1a\x22\x5b\xa7\xb5\x09\xa6\x24\x46\xfc\x88\x32\x66\xf8\x44\x9f\x39\x4a\xa4\x3d\x7a\xc4\x51\x04\x76\xc8\xc8\x46\x73\xac\x5c\x28\xcb\x14\x17\x28\x0c\xf7\xe8\x33\x1f\x98\x35\x3d\xcb\xf7\xaa\xa0\x40\xf3\xee\xe5\x14\x4c\x35\x92\x9c\xff\x33\x55\x64\x15\x8e\x5f\x4e\x32\xc6\x49\x2c\xfb\x43\x72\x8f\xc6\xee\x58\x02\xb2\x45\x69\x00\x6e\x11\x7c\x40\x60\x17\xc1\xe4\x5e\xc2\x84\x7a\x97\x98\x81\x3d\xc9\x34\x1a\x1c\x06\x56\x1f\xd1\x5f\x2c\xbf\x48\xb6\xc0\xff\xd5\xda\xac\x7f\xd1\xd6\xef\xaf\x83\xbf\x68\x64\xfd\x90\xc4\x10\x27\x7d\x96\xed\xf7\xf8\xf3\x5f\x5f\xb6\x18\x12\x43\xb6\xa0\x54\x75\xe5\xdc\x68\x42\x5c\x26\xa5\x7c\x4b\xd6\x55\x04\xec\xd7\xc8\xe0\xdf\xc2\x3a\x7b\x2e\xef\xfe\xb9\x13\x40\xbf\x34\x51\x79\x46\xc2\xc4\x19\xf2\xc9\x88\x36\xfb\xfe\xc1\x00\xfa\x0a\x4f\x93\x8d\xb7\x23\x8e\xba\x91\x3c\x43\x63\x89\x1a\xf0\x88\xf9\x51\x1f\xe5\x8a\xf8\x4e\xf4\x5d\xe1\x08\x35\x4a\xac\x5a\x98\xa2\x6d\x86\x99\x77\xf0\xf3\x3d\x6b\xa4\x11\x32\x46\x02\x2c\x3b\xe8\x05\x65\x9a\x2e\x65\x1e\x85\xfd\xdd\x0b\x9d\x68\x95\xe1\xa4\x00\x3b\x23\x3f\x7d\x38\x6a\xf2\xd4\x3b\x17\x0e\xba\x4a\x8f\x99\x94\x04\x28\x8e\x8d\x8e\x54\xe5\x92\xb3\x1c\xc4\x06\xb2\xac\xfb\xf9\x3c\x7c\x31\x53\x0a\x5a\x6a\x07\x74\x14\x91\x47\x56\xed\xc3\xe6\x04\xec\x4e\x02\x5c\x05\x58\x19\x3f\xa2\x84\x63\xf5\x36\x81\xf4\xdf\x25\x37\x90\xdd\xf7\x29\x8a\xf2\xc7\x3f\x88\x7c\x4e\x00\x93\x84\xa9\xa7\x43\xd0\x67\x18\xa7\x11\xea\x81\x7f\x64\x88\x62\xc4\x5a\x1c\x65\x35\xdb\x40\xcc\x64\x07\x08\x12\x6d\x17\xcf\xf9\x52\x51\x3b\xce\xf8\xb1\x31\x60\x70\x54\xdc\x9a\x03\x49\x3f\xd6\x51\x35\x4e\xb6\x62\x98\x88\xda\xaa\x84\x2f\x3f\xf4\xa0\x54\x8e\xc8\xb1\x30\x02\x30\xc2\x50\x77\xaf\x5f\x09\xff\x97\x8f\x8a\xa8\x7c\x16\x7e\x7f\xa0\x24\x4b\x67\xe1\x08\x0a\x05\x80\x01\x9f\x85\x23\xfd\x7c\xc2\x3f\x83\x37\xdf\xc8\xc1\x6f\xbe\xfd\xfe\xf0\x66\x04\xdf\x8c\x1e\xde\xb4\x9a\xa4\x9c\xb2\xa9\xfd\x10\x45\xd7\x32\xd4\xf6\xed\x7f\x8d\xb9\x79\x19\xe3\x6e\x3d\x53\x0f\x71\xb4\x84\xdb\x02\x7c\x8d\x52\xc2\x30\x27\xf4\x04\x54\xd9\x81\x2e\xc2\x70\xb5\x73\x75\x9a\x7f\x47\x61\x12\x1c\x87\x1c\x1e\x00\x45\xd2\x95\x0f\xea\xbb\x45\xcd\xac\xbf\xb6\x4c\xba\xf6\xae\xaa\x73\xac\x20\x3f\x1a\x4b\x26\xd0\xe8\xf3\x41\x6e\x82\x0c\x47\xe1\x9f\x01\x8a\x53\x7e\x92\xcc\x53\x42\x0a\x80\x10\x53\xd9\x1e\x72\xaa\x51\x33\x51\x6d\x71\x60\x6a\x20\x72\x8a\xac\x16\x39\x07\xaf\x37\xd9\xce\xa4\x7f\x9a\x0c\xea\xb5\xec\x7b\x02\x1f\xd1\xee\x48\xc8\xbd\xb6\xf5\xb5\x80\x51\xc6\x8a\xef\x9f\xce\x86\x8a\xce\x5e\xa9\xf3\xab\xa2\x5a\x9e\xf4\xeb\x28\xe7\x08\xd6\xc0\x5f\x8b\x62\x67\x4b\xd6\x59\x92\xe7\xf0\x01\x25\x20\xc6\x94\x4a\x3b\x0c\x79\xc9\xdf\xcf\x18\x17\x76\x4d\x26\x05\x44\x4c\x69\x36\x36\x02\x50\x8f\xe9\xc9\x98\x53\x6e\x67\x8d\x44\x0e\xd2\x5b\x1a\xc0\x28\x02\x66\x2b\x33\x85\x5f\x44\xbe\x86\x26\xa9\x3b\x52\x5a\xf2\xb1\x99\x24\x04\xf9\xd3\x3c\x12\x65\xe9\x75\x99\x9a\x04\x4b\xb4\xdb\x7b\xaa\x56\xfc\xdd\xc6\x74\xd9\x58\x55\x22\xcb\xd6\x29\xc9\xde\x3d\xa3\x2c\x12\xcf\xf3\x2f\x1c\xd1\x04\x46\xa3\xff\x5f\xb3\xa2\xe2\x18\xc4\xa1\x1d\xd2\x8a\x03\x40\x96\x42\xcb\xea\x6d\x65\x2c\x06\x3a\x00\xe8\x01\xcc\x41\x00\x13\xe9\xd9\x7f\x0e\xa2\xcc\x3c\x03\x24\xd4\x45\x27\x0d\x94\x89\x8d\x4e\xc5\x3a\x85\x86\xd6\xdd\x09\xc0\x50\x4a\x19\xcb\x1d\x5c\x21\x78\x20\x8c\xb1\x39\x98\x54\x86\xb3\xa0\xbc\xf7\xbb\x72\x31\xb9\xfe\x7b\x20\x7d\x3e\x49\x5f\x55\xe0\x22\x4e\x15\x41\xcb\x2e\xe3\xe5\x6f\xfa\x5a\xdd\xce\x28\x89\x58\x37\xcc\x83\x96\x3c\x7b\x04\x28\x4c\x42\x12\x47\xa7\x9e\xc4\xf2\x48\x92\x97\x2f\xb9\x80\xc8\x64\x6c\x21\xa2\xe4\x2a\x0f\xb5\xd3\x60\x5e\x91\x25\x90\xd3\x57\xcb\xf1\x15\x51\x76\xd9\xbc\xe2\xac\xba\x60\x57\x99\x10\xed\x3f\x32\x18\xe1\x3d\x46\xa1\xd0\x38\x19\xb7\xd7\xa6\x69\xd0\x1a\xea\x3e\x00\x2a\xf5\xdb\x95\x49\xcd\x23\x6e\x72\x26\xf9\xba\x90\x5c\xeb\x2a\xc6\x1e\xc0\xfb\x7c\x57\x9d\x9f\xdf\xa4\x23\x9d\x44\x98\x3a\x9f\xda\x71\xa0\x3d\xb6\xaf\x4a\x49\x5a\xf5\xdc\x5c\x65\xe2\x0e\xff\x51\x3f\x96\x52\xce\x78\xe7\x4e\x46\x9e\x9b\x9b\x08\x7d\x85\x51\x0f\x3c\x1e\x11\x45\xc5\x16\xba\xd0\xf7\x28\xc1\x11\x85\x3d\xc9\x91\xf0\xf7\xf2\xd8\x2a\x22\xe4\x3e\x4b\x19\xf8\xa6\xe4\xae\x15\x5b\x53\x28\xe1\x01\x7d\xdb\xce\xeb\xc2\x0a\x0f\xaa\x04\x99\x99\x8a\x0c\x41\x43\x6f\xc5\xb3\xf4\xc1\x90\x2f\x62\x3f\x14\x8a\x3d\x5f\x9b\x17\xcb\xe7\xb0\x24\xfb\xde\x78\x55\xa3\x39\x47\x6f\x44\xda\x15\x71\x33\x23\xe5\xee\x8b\x67\x69\xd5\xaf\xe7\x67\x55\x0d\x33\xbe\x16\x3f\x4d\xba\x79\x8b\x19\x17\x8b\x6e\x7c\x20\x8c\x98\xb2\xd0\x2a\xa3\x0c\x69\x70\xc4\x0f\x88\xe5\xf6\x2e\x20\x29\x96\x79\x5f\x4e\x24\x7d\x95\x47\xd3\xf6\x24\x0a\x11\x95\x36\x36\x4b\x58\x8a\x02\x69\x7a\x7a\xfa\x5c\xd5\xb8\x70\x02\x86\xea\x61\x8c\x0a\xda\x9a\x38\xfe\x25\xd4\x15\x77\x47\x76\x1f\x7e\x73\x46\xae\x70\xcc\xd5\x7d\xab\xba\x8c\x6d\x8d\x3e\xf3\x11\x73\x35\x42\xb6\x23\xbb\x9c\x79\xfb\xb2\xb6\x30\xea\xaf\xaf\x71\x95\x1e\x9d\xa2\x02\xea\xb5\x3f\x19\xb5\xc0\x14\x2b\x17\x84\x24\x2f\xb9\x36\x08\x82\x88\xa2\xe5\x55\xba\xbe\x46\x0a\x28\x1c\x66\x89\xf9\xa3\x8a\xf3\x28\x60\x1c\x52\x8e\xc2\x21\xe3\x24\x4d\x51\x38\x00\x79\x60\x67\xa2\xb5\x6a\x84\x17\x1f\x62\x3e\x80\x29\x2e\x32\x6f\x42\xd6\xe6\xd2\x52\xd0\x53\x19\xc0\x54\x97\xc4\xc0\x34\x50\x0b\xf8\x5b\x12\xc0\x28\x97\x12\xab\x34\x52\xd4\x44\x6b\x98\xb7\x44\x3c\xcf\xe5\xe0\x14\x6b\xa5\x41\xa4\x29\x81\xec\xce\x60\xae\x6f\xfa\xbe\xbf\xd4\x87\x5e\x89\x90\xd2\x97\x72\x83\x83\x1b\xc7\x1a\xc1\x28\x06\xce\xeb\xc4\x1a\x44\x09\xa5\xea\x57\x70\x28\xa5\xe6\x5f\x8f\x56\xaf\x7d\xb9\x27\x68\x85\x76\x49\xcd\x6a\x51\xe8\x3a\xb1\x7f\x36\x5b\xe4\x82\x6f\x9a\x5c\xc7\x00\x6d\xa2\x2c\x2e\x60\xa5\xd9\x97\x0f\xaf\x96\xdf\x79\xd5\x33\xe1\xbd\x38\x3d\x43\x82\x58\xf2\x92\x6b\x07\x11\xb3\x3a\xa9\x2d\xd8\xcb\x6b\xdc\x70\x20\x38\xc6\xe7\x46\xbc\x91\xba\x2e\x54\xd4\x72\x44\xa5\xb6\x0d\x37\x15\x66\xa3\xf8\xfe\x6d\x29\x05\xf6\x23\x8c\x70\xe8\x0e\xf5\x3b\x8f\x2c\xd1\xd1\xa9\xf9\xa3\x3d\x2b\xa3\x27\x5e\x51\x9c\x04\x38\x85\x11\x18\x73\x4e\xf1\x2e\xe3\xc8\x84\x18\x90\x35\x5f\xc6\x37\x8f\x2e\xcb\xcb\xd9\x2e\xa2\x09\x4b\x65\x1a\x82\xa2\x70\x9b\xfb\x97\xd5\xd3\x71\x3a\x5e\x01\x4f\x3f\x2b\x27\x57\x92\x24\x09\x0a\xd4\x6b\x75\x56\x3a\xcd\x25\xd8\xd2\xd8\xe2\xcc\x29\xf5\x72\x54\xa6\xbb\xc4\x49\x08\xa6\x8b\xe2\x39\xe1\x2e\x53\xe8\x41\x8e\x19\x4c\xa7\x87\x8b\xa9\x09\x45\xa1\xc0\x0c\x23\xf6\x05\xd3\x59\xa3\x9b\xe6\xb5\xba\x42\x1c\xee\xf0\x0f\xf3\x9f\xc0\x52\x3e\x69\x69\x7b\x9d\x3f\x40\xc8\x7c\x14\x64\x14\xf3\xd3\x54\xe6\xf2\xf3\x2d\x14\xa2\x80\x9e\x52\x5e\xba\xcf\x77\x13\xf8\xc3\x78\xec\x03\x83\x05\x28\x34\x0e\x22\x9d\xed\x25\x2e\x49\x5d\x42\x86\xc4\xa2\x68\x1a\x39\x49\xfb\x11\x7a\x40\x91\x79\x33\x49\x1d\xb2\x07\x9d\x3e\x57\x49\x4f\x24\x3c\x93\x06\xf9\x29\x74\x2e\xb1\x59\xad\x28\x2e\x42\x14\x56\x7d\x35\x98\x0b\x26\x22\x81\xb1\x2d\x86\x20\x4d\xa9\x24\x45\xb8\xa9\x56\xda\x57\x25\x32\x65\x24\x9f\xa4\x19\xcf\xf7\x17\xd0\x85\x2f\x82\xcf\x9d\x3c\x95\xc3\x22\x50\x8f\x88\xe0\x2e\x26\x61\x16\x21\x10\xc0\x28\xda\xc1\xe0\x5e\x86\xcc\xd9\x8e\x71\xcc\xb3\xfc\xd5\x68\xe3\x77\x69\x1a\x61\x72\x52\x71\x0c\x04\xbf\xbc\x7a\xb2\xb2\x40\x62\xb0\x60\x60\x00\xc6\xb2\x32\x96\x24\x26\x6a\xc9\x1d\x5f\xc5\xad\x72\xdb\x14\x36\xcc\xc0\x37\x19\x0e\xbf\xff\xe5\xd5\xd3\xb7\x2d\xb2\xf5\x6d\x31\x35\x89\x59\x77\x10\x38\x34\x53\x4b\x99\x05\x24\x35\x86\xc8\x3d\x99\x6f\x01\x3a\xa6\x29\x35\xec\x38\xe6\xd1\x45\x80\xc2\x19\x8e\x71\x14\x61\xa6\xaa\xd7\x24\xff\x72\xe5\x64\x96\x32\x32\x04\x39\xd2\x49\x36\x15\xf2\xe9\xe4\xa8\xe4\x65\xb6\x75\xf9\x9c\xb9\x1c\x82\xb9\x25\xb6\xb5\x5a\x04\x1a\x27\x95\x13\xd3\x2e\xa6\xf2\x14\xe5\xde\xc8\xaf\x6b\x05\xe8\x40\x3d\x0b\x1d\xc3\x93\x70\x3f\x13\x24\xc2\x24\x48\x4f\xe2\x4c\xce\x07\x14\x78\x31\x67\x28\xda\x17\x38\x65\xd8\x20\x23\x1a\x00\x82\x23\xa4\x30\xe0\x88\xb2\x1e\x10\x5a\xc7\x22\xc8\x8e\xe5\x4b\x09\x49\x50\x4a\xd1\x83\xca\xe4\x53\x11\x29\x28\xc4\x31\x4c\x53\x79\x85\x3e\xab\xb0\x25\x51\x0b\xd7\x40\x66\x75\xa4\x5f\xa0\xae\xa9\x25\x8b\xff\xf3\x5f\xff\xcd\x04\x8d\x46\x47\x9d\x72\x9f\x2e\x4a\xe8\x9e\xd5\xf8\x54\xab\xad\xd8\x47\xf0\x00\x70\x12\x4a\xc3\x9b\x1c\x2c\x39\x61\xe3\xc3\xa7\x90\x1a\x2b\xcd\xad\x47\xf6\x4d\xb6\x4d\x89\x5f\x39\xe2\x3d\x6b\xf0\x99\x61\xf9\x2d\xbd\x35\x44\x88\x44\x0d\xd3\x31\x53\x75\xa8\x5c\x5b\x95\xba\x30\x32\x02\x9c\x1c\x10\x3f\x22\xaa\x2e\x4f\x0c\xec\xa5\x30\x8b\x3e\xa7\x26\x59\x6a\x7e\xf7\x92\x50\xfd\xea\x96\xed\x4a\xcc\x5e\xcf\xf9\x34\x36\x78\x55\x43\x25\xfd\x08\xb9\xa0\x5a\x4f\xae\xc2\xc5\x5c\x98\x14\xc5\xe4\xc1\xb6\x70\x32\x46\xc9\x73\x1f\x0b\x23\x4d\xa1\x54\x30\xfa\x62\xf6\x73\x36\x05\xf3\x2a\xe2\x4a\xa2\x13\xe0\xf0\x1e\x25\xca\x56\x42\x55\xfb\x2a\x16\x5c\x8a\x3c\xf7\x6b\x75\x3e\x52\xaf\xa8\x5b\x4c\x39\xb0\x3a\x7d\x98\x9c\xca\xe5\x68\x38\x9b\xd6\x7e\xbd\xd0\x50\x12\x16\x22\x03\x9c\xe8\x1c\xd5\xd7\x13\x99\x14\x97\x5a\x8b\xaf\x2d\x32\x41\xfb\x79\x81\x59\xdd\x77\x8e\xe2\xbb\xba\xb5\xac\xdc\xf8\x4b\x23\x24\x6c\x78\x83\xed\x5e\x0b\xf3\x9e\x8f\xb6\x72\xbd\x6d\x4d\x7a\x0e\xd3\xbd\xc7\x9f\x51\x68\x59\x55\xcb\x31\x31\x3e\x83\x39\x54\x14\x35\x6a\x41\xf4\x5e\xe7\x47\x65\x0f\xa7\x0b\x9d\x74\x94\x3c\x05\x3c\x83\x91\x02\x07\x90\x22\x95\xd4\xd6\x4b\x5d\x80\xe9\xb7\xdd\x5d\x8c\x2b\x6d\x30\xe3\x4b\xf9\xfa\x9e\x2a\xe8\x9b\xe3\x80\x12\x46\xf6\x1c\x8c\x03\x8e\x1f\x50\x71\xcb\xa6\x33\x2f\x3d\x5d\x1f\xc8\xec\x6d\x59\x4c\x2e\x19\xca\xd5\xa1\x45\xc6\xcc\x9c\x92\x4e\xb7\xab\xd4\xa7\x58\x33\xcd\x67\x9d\x2e\xcd\xa2\xa3\x62\xa1\x74\xdd\x2e\x69\x37\x67\xe3\x57\xf1\xbe\x54\xb5\x57\xe1\x81\x7d\x89\xf7\xb5\x69\x24\x53\x9d\x05\x5d\xd1\xbf\x7e\xb2\x3c\xba\xc2\x97\xab\xfb\x70\xf2\xb0\x8e\x21\x17\x0e\x0d\x20\xca\xb9\xa8\xc8\x42\xb8\x79\x31\x8a\x77\x88\x2a\x4f\x4f\x20\x84\x91\xbc\xdb\x91\x5a\x22\x50\xa8\xfb\xbb\x32\x9a\x7a\x75\x83\xe2\x21\x47\xf6\xba\xc9\x6d\x5c\x17\x6e\x56\xb3\xdb\x68\x37\x9e\xba\xdc\xa7\x4c\x4c\x22\x76\xa0\x0c\x0e\x98\xf8\x13\x15\x41\x88\x14\xb8\x51\x14\x33\x8b\xcc\x57\x1e\x84\x59\x8d\xc8\x23\x80\x8a\x15\x73\x89\xa8\xb7\xef\x20\x8f\xc9\x0b\x3c\x3b\xb1\x35\x38\x57\xfb\x4c\x59\xe6\x57\x2d\x3c\xe5\x03\x9b\xf8\x29\x9a\x5e\x6b\x8a\x2f\xc9\x55\xff\xb0\x86\x89\x0e\xa3\xc8\x21\xe4\x86\x7d\x67\x0a\x40\x05\x1a\x97\x7f\x64\x37\xc6\x76\xb2\xad\x56\x89\x92\xc0\x39\xe1\x9f\xa7\x8b\xdc\xd2\xa9\xa3\xca\xf6\x4a\x73\xf3\x03\x72\x7f\xc7\x0c\xcd\x33\x05\x33\x36\x5d\x14\x79\xce\xf2\xf9\xa1\x6d\x8f\xf5\xd5\x6c\x0d\x69\x00\xf6\x22\x0a\xce\x57\x55\x99\x41\xe9\x37\xaa\xfa\x25\x33\x43\xcb\xda\x94\x01\x41\xb3\xf5\xaf\x37\xfa\x3e\xc3\x7f\xa4\x88\x67\x34\x51\x57\x06\x50\xd6\xef\x9c\xca\xce\xbb\xa0\x5f\x90\x56\x08\x65\xaa\x62\xc4\xc2\x41\xac\xfa\x94\xb2\x8b\xca\x72\x2a\x5d\x28\x6a\x55\xa0\x79\x7c\x50\x38\x99\x9d\xf0\xc8\x93\x4a\xf2\x17\xc8\x22\xe3\x94\x92\x07\x65\x78\x53\x44\xf7\x84\xc6\x30\xd1\x0f\xcb\x92\xbd\x92\xae\x29\x52\x6a\x16\xbd\x56\x1c\x29\x03\xc7\xa4\x8d\x0e\x67\xbd\x0f\xba\xb2\x12\x1f\x8f\xca\xa5\x21\xd4\x9c\xac\x15\x85\x9b\x96\x85\xbf\xcf\xa2\xe8\xd4\x2f\x6e\x68\xf5\x11\x47\xf6\x00\xda\x8a\x25\xa5\x69\x15\xd3\xe6\x6a\x2d\x8f\x46\xe9\x1a\xe5\xa7\x85\x4c\x6d\x99\xdd\x53\x67\x4e\x19\xf8\x42\xed\x2a\x1e\x83\xda\x2b\x13\x44\x65\x31\x44\x58\x9c\xc7\xc1\x11\xc5\x90\xf5\x00\xcb\x82\x23\x80\xac\x76\x76\x2b\x0f\xc2\xc0\xf7\x4c\xc2\x5d\x6d\x22\x68\x27\xf6\x76\xe8\xbc\x9b\x26\x57\x69\x6c\xed\x0d\xc1\x68\xe3\xe1\x5d\x6b\x1a\xaf\x17\x24\x9f\x48\xa6\x3b\x18\xb8\xfe\x87\x75\x54\xea\x0f\x46\xac\xa7\x0a\x45\x84\x72\x1d\x12\x62\x48\x56\xce\xea\x40\xac\x68\xa2\x46\x68\xef\x36\x1f\x65\x81\x81\x10\x25\x84\x6b\xe7\xb9\x60\x56\xae\x50\xc5\x32\x49\x8b\xa9\xff\x99\xa4\x22\xbe\x82\xb2\x80\x50\x88\x5c\xac\x58\xa9\xe8\x0e\xa8\xd3\xab\x67\xf6\xb4\xa5\x16\x42\x28\xea\x3a\x51\x7d\xd1\xb4\xa9\xed\x7b\x27\x27\x12\x3c\x9b\x6d\x06\x0f\x82\x02\x5e\xac\x77\xa2\x23\x9e\xd2\x0a\x59\xd6\xd2\xf6\xd9\x55\xcf\x85\xdd\x54\x23\xd1\xaa\x83\x0c\xca\x8e\x6e\xd9\xb6\xd9\x03\x8c\xd8\x34\x32\x21\x59\x31\x4e\x2c\x3b\x27\x54\xb5\x8c\xc0\x9c\x58\xdd\x28\x87\x9a\x14\x41\x83\x69\x5f\xef\x8c\xb5\xec\xd0\xda\x5f\xdf\xb0\x09\x10\x6e\x91\xfc\x67\xd2\xe4\x3f\xb6\x44\x22\x34\x57\x79\x03\x70\x2b\x3d\xaf\xb9\xf2\xbc\x8a\x2b\xc6\xbc\x54\x45\x65\x87\x72\xcb\xa6\xff\xbd\xb2\x50\x15\xf8\x2a\xcb\x55\x34\x25\x85\x56\x80\x55\xdd\xf7\xb2\x06\x37\x85\xfc\x28\xa3\x1e\x1d\xf4\x6a\x3b\x50\xf4\x1c\x28\x30\x42\xf3\x1e\x51\xad\x5c\x31\x4c\x99\x76\x43\x65\xcc\x9a\x46\x30\x50\x37\x84\xb9\xb7\x2f\xd3\x6a\xb1\xf6\x9b\xc4\xba\x52\x7c\xc0\x09\x8c\xb6\x02\xe2\x7b\xf1\xbf\xd7\x3d\xf1\xff\x37\xf2\xff\xdf\xd5\x92\xed\x96\x50\x24\xce\x55\x85\x28\x41\x7b\x79\x45\x5a\x1f\x3a\x68\x30\x9b\x22\xba\x0b\xd5\x7d\xa2\x50\xb0\x8c\xd2\x9c\x89\x9e\xe2\x5b\xb2\x56\xff\x2a\x9d\x83\x7c\x1d\x62\x98\xa6\x48\x04\x8f\x82\xf7\xb5\x1a\x23\xbb\x8c\xda\xec\x4e\x89\x45\x35\x46\x5a\x21\xe3\x00\xb4\x70\x67\x3f\xad\xf0\xbf\x01\x00\x00\xff\xff\x3a\xac\xfa\xd5\xdd\x71\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYaml, - "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\x6b\x6f\xe3\xb6\x96\xdf\xf3\x2b\x88\xe2\x2e\xa6\x77\x61\x3b\x99\x29\xa6\xd3\xf5\xde\x5e\x40\xb1\x35\x89\x5b\xbf\x60\x29\xd3\x0e\x16\x0b\x83\x96\x8e\x6d\x36\x92\xa8\x92\x54\x66\xbc\xbd\x05\xf6\x6f\xec\xdf\xdb\x5f\xb2\xe0\x43\xef\x87\x95\x4c\xfa\xd8\x8b\xc9\x87\x99\x44\x22\x0f\xcf\x8b\x87\x87\xe7\x1c\x52\x38\x26\xef\x80\x71\x42\xa3\x31\x12\x10\xc6\x01\x16\x30\xa2\x31\x44\xfc\x48\xf6\x62\x44\xe8\xe5\xc3\xcb\x8b\x7b\x12\xf9\x63\xe4\x9a\xd7\x17\x01\xde\x41\xc0\xc7\x17\x08\xb1\xa3\x1f\x8e\xd1\x17\x6f\x46\xaf\xbf\xb8\x40\x59\xff\xb1\x7a\xfe\xe6\xf5\x50\x30\x82\x83\x21\xc4\x47\x08\x81\xe1\xe0\x22\x04\xce\xf1\x01\xc6\xe8\x1f\xc3\x0b\x84\x2c\x14\xc1\x07\x34\x05\x8f\xc8\xe1\xd1\x02\x47\xf8\x00\x0c\xa9\x4e\x08\xa2\x07\xc2\x68\x14\x42\x24\xd0\x11\x73\xb4\x03\x88\x90\xc7\x00\x0b\xf0\x47\x17\x08\xb9\x47\x40\x09\x07\x16\xe1\x10\x2e\x63\xcc\xf9\x07\xca\x7c\xb4\xa7\x0c\x61\xcf\x03\xce\x49\x74\x40\xe2\x08\x39\xf8\x09\x44\x82\xe1\x00\x91\x48\x00\xdb\x63\x0f\x10\xe1\x17\x17\x48\xfd\xdc\x19\x40\x63\xf4\x97\x5f\xbe\x9f\xd9\x5b\x6b\xba\x98\x2d\xb7\x77\x8e\xbd\xf9\xd5\xb4\x58\x9b\x11\x64\x8b\xa9\xfd\xd6\xba\x9b\xbb\xdb\xb5\xe5\x38\x3f\xac\x36\xd3\x5f\x2f\x0a\xf8\xa0\x3a\x42\x1e\x0e\x02\x8e\x04\x55\xf8\x7c\x3f\xb3\x11\x07\xf6\x00\xac\x63\x7c\xc7\xde\xbc\xb3\x37\x8f\x43\x60\x1d\x00\xe6\x80\x18\x84\x10\xee\x24\x1b\x8f\x58\x20\x71\x24\x1c\x11\x8e\x70\x84\x32\x29\x94\x58\x8b\x23\x1f\xe1\xe8\x84\x3e\x50\x76\x8f\x3e\x90\x20\x40\x3b\x40\xf3\x95\xe3\xa2\x0f\x44\x1c\x11\x46\x9c\x84\x71\x00\x28\xa6\x3e\x62\xc0\x05\x66\x62\x74\x11\x82\xc0\x3e\x16\x58\x6a\x00\x8e\x22\x2a\xb0\x20\x34\x52\x0a\x81\x90\x0f\xdc\x63\x24\x16\x4a\xa3\xac\x38\x0e\x88\xa7\x5e\x67\xda\xa1\x85\x54\x44\x08\x27\xe2\x48\x99\x94\x98\x44\x47\x00\x17\xf2\xf7\x02\x9a\x03\xc3\x04\xd9\x73\x03\x3e\xba\xc5\xa2\xae\x37\x6f\x46\xaf\xd1\x10\x4d\x21\x66\xe0\x49\x2d\x51\x7d\x88\x47\xa3\x49\x80\x39\x1f\xab\x5f\x87\x3f\xed\x28\xe7\xea\x4d\x49\xc7\x7d\xc2\xe3\x00\x9f\x86\x5a\x08\x9d\x43\xe4\x68\xd7\x14\xb5\x0e\x37\x66\xf4\x81\xf8\xc0\x86\x8d\x03\x0c\xd0\x2c\xf2\x46\xaa\x97\xc0\x07\xae\xa7\xcd\xc0\x37\xa3\x6a\x2d\x19\x28\x8c\x07\x6a\x2c\xdd\xb2\x71\x92\xee\x48\xe4\xe3\x5d\x00\x63\xf4\xc5\x1e\x07\x1c\xbe\xe8\x68\xeb\x53\x2f\x91\xe8\x2a\xb1\x0c\x13\x16\x8c\xd1\x51\x88\x98\x8f\x2f\x2f\xf5\xdc\x19\x31\xf0\x8f\x58\x8c\x3c\x1a\x96\x1b\x5f\x42\x34\x4c\xf8\x25\x03\x7f\x7b\xc4\x62\x9b\x62\xba\x0d\x35\x7f\x2e\xdf\x8c\x5e\x5f\x1e\x45\x18\x5c\xfa\x10\x07\xf4\x44\xa2\xc3\x16\x6f\xdb\x5a\x6f\xdf\x8c\x5e\x6f\x33\xd1\x6f\x0b\x7c\xdc\xd2\x28\xeb\x95\x61\xbe\xf5\x68\x24\x30\x89\x80\x6d\x25\x4d\x7b\xca\xc2\xcb\x0e\x22\x03\x1a\x1d\x86\x25\x5d\x74\xe5\x5c\xc8\x94\xd0\x87\x3d\x89\x80\x4b\xa5\xa6\x09\xf3\x80\xa3\x08\xc0\x37\x5a\x83\x9e\xa0\xa3\x9d\xca\x69\xa0\xbe\x19\xbd\x1e\x20\x12\x79\x41\xe2\x2b\x48\x85\xd9\xa1\x39\xa6\x00\x79\x34\xda\x93\x43\xc2\xd4\x8b\x01\xe2\xe0\x25\x0c\xd4\xb0\x24\x32\x7f\x48\x79\x19\x98\x1e\x0d\xc3\x24\x32\x60\x46\x05\xfd\x47\x9c\x44\x1e\xb4\x2b\xf3\x83\x36\xfb\x12\xa9\x7f\x97\x63\x72\xa9\xa8\x06\x68\x92\xd9\xcf\xb4\xfb\xb5\x7c\x04\x9c\x23\x2b\x11\x34\xd4\x38\xaf\x62\x60\x58\x50\x36\xea\x90\x03\x4f\xe2\x98\x32\x71\x46\xcd\x14\x80\x87\x74\x1d\x4a\xd7\x13\x3d\x59\x5a\xd6\x12\xfd\x9a\xc7\xd8\x83\x71\x3e\xe9\x2e\xe8\xee\x27\xf0\x04\x1f\x5f\x0c\x51\x71\x69\x7b\x78\x79\x81\x90\x5e\xc6\x1c\x60\x0f\xc4\x03\xcb\xf3\x68\xa2\xe6\x6c\xd1\x9c\x21\x94\x2f\x6e\xf2\xa7\x20\x22\x69\x79\xad\xf5\x7a\x3e\x9b\x58\xee\x6c\xb5\xdc\x2e\xad\x85\xad\xad\x73\x6a\xba\x6b\x6f\x87\x12\x77\xfe\xe0\xb5\x23\xb3\xa1\x01\x5c\x93\x48\xaa\xc3\xef\x82\xc9\x10\x7c\x22\x69\x66\x34\x80\x0d\xec\xc7\x85\x5e\xe6\x0d\x4f\x52\x0e\x22\x34\x6c\x63\xd9\x27\xd1\x6c\xa0\xd5\xe8\xad\x2d\x25\xd5\xc5\x24\x08\x9a\x97\xf4\x0f\xb0\x33\x6b\xea\x0b\x8e\xa4\xb6\xf1\xd1\x53\x19\x88\x14\x20\xe2\x75\xd0\xe6\xc9\x51\x7b\xf0\x20\x6d\xc7\x63\xf0\x34\x0e\x0a\x35\xfd\xeb\xd0\x74\x2e\x4c\x64\xf9\x76\x8c\xbe\xb9\xfa\xe6\xca\x3c\x10\x98\x1d\x40\xac\xcb\x8f\x39\x04\xe0\x09\xca\x72\x0e\xa5\x76\x63\xa2\xcc\xc6\x39\x7c\x7e\x33\xa9\x14\x1c\x9b\xdf\x4f\x1e\xf7\x04\xf4\x40\x67\xe4\x51\x6c\xd7\x22\x8f\xdf\x92\xfd\x65\x34\xb9\x74\x4f\x69\x64\xed\xf7\x24\x22\xe2\x34\x46\x93\x80\x40\x24\x66\xeb\xa6\xb7\x06\x6c\x6a\xec\x4d\xcb\xf4\x6f\x84\x04\x09\x81\x26\xc2\x01\x8f\x46\x3e\x1f\xa3\xaf\xbe\xbe\xba\x6a\x12\x32\xf1\xc7\xd9\xf2\x31\xec\x54\x91\xa1\xd1\xc9\xd4\x40\x25\xe2\xf1\x4a\xa1\x7a\xa9\x15\xb1\x3a\x59\x5f\x70\xa5\xf3\xa9\x58\x47\xa6\xf7\x11\xc7\x8c\x7e\x3c\x8d\x98\xec\xc8\xca\x4b\x88\x21\x71\x8c\xbe\xbe\xe2\xbf\xe3\xbc\xee\xc7\xad\x92\x42\x1d\x29\x17\xda\x41\x9f\xcc\x1c\xd9\x78\x62\x2f\xdd\x8d\x35\xdf\xde\xae\x1c\x57\x76\xdc\xde\xba\xee\xfa\xd7\x4c\xf9\xc6\x0d\xaa\x96\x59\x04\x41\xd3\xd7\x7d\xec\xcc\x53\x44\x9e\xa9\xe5\xf3\x8a\x3c\xb7\x04\x4f\x10\xf6\x0e\x07\x38\x92\x62\xd2\x6e\xd9\xef\x68\x37\xfa\xb1\xaa\x51\xde\x85\x3d\x5b\x83\xa4\xfb\x08\x32\x87\xdf\x6a\xa0\xa7\x15\x53\xd3\x47\x42\x99\x4f\x86\x83\xf8\x88\xcb\x9c\xfe\x80\x89\x18\xee\x29\x1b\x32\xc0\xfe\x69\x8c\xbe\x10\x2c\x31\xfb\x86\x3f\xdb\xc2\xc9\x40\x61\xc0\xc7\xe8\xe5\xb3\x2c\x82\x0a\x86\x60\x58\xc0\xe1\x94\xb1\xea\x14\xab\x9d\x99\x8e\x31\x94\x3c\xda\xb4\x49\x99\xdd\x75\x46\x3d\x82\x59\x4f\xc5\xfa\xd1\xac\xee\xcf\x6e\x05\x38\x63\xb9\x5a\x6d\xd2\x1d\x57\x81\xc2\xa1\xdc\xf3\x14\x09\x4e\x3d\x99\x72\xdc\xa4\xd0\x00\xa1\x07\x1c\x24\x1d\xb1\x95\x66\x28\xeb\x1f\xa6\xcd\x40\xea\xd1\x8f\x66\x30\x8b\x6b\xdb\x5a\x3a\xed\x88\xe8\xf7\x6d\xbd\xcd\x74\x9e\xac\x96\xee\x66\x35\x9f\xdb\x9b\xed\x6a\x6d\x2f\x9d\xdb\xd9\x5b\x77\x7b\x33\x5f\x5d\x5b\xf3\xed\x74\xe6\x4c\x56\xef\xec\xcd\xfb\xad\xbd\xb4\xae\xe7\x76\x0b\xbe\x4f\x85\xf6\x14\xcc\xd6\x1b\xfb\xad\xbd\xd9\x7e\x3f\xb3\x4d\x2b\xf9\xdf\x6c\x62\x3f\x0d\xb3\x36\x68\xfd\x31\x73\xed\xc5\x7a\x6e\xb9\xf6\x76\x62\x4d\x6e\xed\xad\xeb\xce\x1f\x83\x49\xbd\x77\xdb\xc8\x3f\xac\x36\xdf\x5f\xdb\xcb\xc9\x6d\x33\x21\x1d\xf2\x29\x58\xbd\x3e\x04\x75\xeb\x76\x73\xfb\xfe\xec\xfa\x64\x9d\x2f\x04\x0e\xcf\x62\xd9\x03\xb5\x4f\xc2\x27\x97\xc9\x66\x75\xe7\xda\xca\xe2\x34\x43\xeb\x67\xf4\x52\xb8\x0b\xeb\x9d\xbd\xdc\x6e\xec\xf5\x6a\x3b\x6b\x41\xaf\xd4\xa4\x09\xb7\x42\x83\xbb\x4d\x8b\x4e\x96\xdb\x9c\x83\xe2\xd8\x9b\x76\x02\x1b\x1a\x9e\x81\x97\x32\xf6\x2c\xbc\xb3\x56\x50\x35\x6d\x57\x88\x9a\xab\x9a\x77\x68\x43\x33\x07\xfb\x49\xfa\x71\x33\x73\xb7\xb7\xab\xd5\xf7\xce\x76\x3a\x6b\x41\xae\xd4\xa4\x09\x86\xe3\x74\x08\xd0\xbc\x6c\xeb\x27\xcd\xc3\x6c\x3a\x59\x2d\x97\xf6\xc4\xdd\x4e\xed\xf5\x7c\xf5\x7e\x61\x2f\xdd\xc6\x25\x63\xb3\x5a\xb9\xa3\x0f\xb8\x49\x1f\x25\xac\x8d\x6d\xcd\x17\xed\x58\xa8\xd7\x6d\x78\x38\xf6\x64\x63\xbb\x3d\xa5\x93\x77\x68\x03\x37\x99\xcf\xec\xe5\x63\xc0\xe9\x0e\xad\xdc\xed\x54\xec\x62\x8b\x36\x08\xdd\xaa\x5c\x6c\xd1\x06\x61\x3a\x73\xa4\xfd\xde\x3a\xce\x7c\x3b\xb1\x37\xee\xec\xad\xb4\x16\xf6\xf6\x9d\x35\x9f\x4d\x95\xd9\x68\x87\x7d\xbe\x6f\x2b\xde\x9b\xd9\x72\x32\x5b\x5b\xf3\xad\xe5\xba\x9b\xd9\xf5\x9d\xdb\xc1\x84\x86\xc6\x4d\x70\x4b\xbb\x83\x9e\x32\x6a\xd8\x51\x94\x81\x5a\x77\xee\xed\x76\x3e\xb5\xd6\xed\x53\xa1\xd4\xa4\x1b\xc6\xf5\x6c\x39\xdd\x4e\x5b\x38\x5a\x6b\xd6\x03\xd6\x64\x63\x4f\xed\xa5\x3b\xb3\xce\xe2\x56\x69\xde\x0d\xfb\x3b\xcb\x72\xe4\x54\xb8\xdb\xcc\xdc\xf7\xdb\xe9\x6a\x61\xcd\xce\x22\xdd\xd4\xe7\x0c\x05\x96\x63\x6f\x27\xee\x8f\x7d\x38\x92\x37\xed\x01\xf3\xed\x6c\xee\xb6\xd9\xe4\xc6\xa6\xdd\x30\x1d\xdb\xda\x4c\x6e\xb7\xce\x64\xb5\x6e\x5b\x64\x1b\xdb\xf6\x82\xea\xce\x16\xf6\x76\x3e\x5b\xcc\x5a\xcc\x4a\x47\x87\x6e\xf8\xd3\x99\xe3\xce\x96\x37\x77\x33\xe7\xd6\x9e\xaa\xa5\xff\xdc\x5c\xeb\xd7\xb7\x7b\xd4\xb5\xb5\x71\xec\x33\x86\xad\xad\xf5\x99\xf9\x67\x5a\x6d\xaf\xed\x9b\xd9\x72\xeb\xb8\x9b\xd9\xf2\xe6\xec\x8c\x6c\xea\xd4\x73\x1c\x7b\x39\x7d\xec\x28\x79\x97\xee\x31\x36\xab\x79\x81\xa3\xad\xae\x56\x47\x87\xf3\xf0\x9d\x9e\x53\xab\xd8\xb6\x07\xd6\xfd\xe6\x56\xa1\x69\x0f\x98\x1b\x69\x35\x9c\xd6\xa5\xa6\xad\xf5\x19\xfd\x37\x6e\x92\xec\x73\x56\xdf\x0b\x6d\x7b\xe0\x5b\x9e\x10\x7d\xc5\x57\xeb\xd5\x67\x26\xe5\x3d\xdf\x6e\x56\x8b\x1e\xe2\x6c\xe9\xf6\x38\x7d\x74\x7a\xea\x4d\xb5\xcf\x99\x51\xe4\x8e\x57\xae\xba\x72\xbe\x94\x38\xb1\x75\x57\xdb\xc9\xad\x3d\xf9\xfe\xec\xa0\xe7\x41\xb4\xe2\xa0\x10\x5e\x58\xeb\xb5\xbd\x31\x4a\xbf\xde\xac\xd6\xd2\x6d\xb1\x5b\x22\x19\x67\xbb\xf5\x1b\xcb\x5e\xcf\xad\x89\x7d\x4e\x11\xdb\xba\x14\xc7\x20\xa1\xaa\xf0\x91\x3b\xb8\x61\x9a\xf2\xf7\x74\xec\x7f\xc8\x8e\x10\x7c\x53\x6d\xbb\x4e\x82\x60\x4d\x03\xe2\x9d\xc6\xc8\x0a\x3e\xe0\x13\x2f\xb4\x08\xc8\x03\x44\xc0\xf9\x9a\xd1\x1d\x8c\x4b\xa8\x1d\x85\x88\x6f\x40\x94\x1f\x22\x14\x63\x71\x1c\xa3\x4b\x06\x5c\x5c\x1e\x01\x07\xe2\x78\xaa\xb6\xa8\x66\x7a\xd2\x1f\xee\x1d\x41\x79\x69\x55\xe7\x8c\x44\x44\x10\x1c\x4c\x21\xc0\xa7\x2c\xd3\xf2\xb2\xd2\x3f\x06\x46\xa8\x9f\xbf\x7e\x5d\x7a\x5b\xcd\xd3\xbc\x2a\xbc\xed\x1f\x9f\x43\xe5\xac\x55\x2a\xd5\x2c\x50\x67\xb2\x55\x6f\xde\x7c\x53\x1a\x5c\x0f\xf0\x13\x0d\xe8\x3d\xc1\x65\xa4\x19\x15\xd4\xa3\xc1\x18\xb9\x93\x75\x27\xcc\x2a\xbb\x6a\xf9\xcb\x6e\x80\x0c\xb0\x4f\x5a\x24\xb9\xc7\x24\x48\x18\xb8\x47\x06\xfc\x48\x03\x7f\x8c\xbe\xfa\xfa\xb1\xa2\x56\x41\xec\xdf\x46\xd0\x5f\x75\xca\xb9\xbf\x98\xb3\x52\x93\x32\x1d\x01\x09\x89\xe0\x55\xda\x42\x08\x29\x3b\x35\xef\xd0\xed\xc5\x6a\xf3\xbe\xea\x5f\xf1\x52\x8e\x7e\x79\x36\x3d\x9f\x61\x0c\x2c\x24\x91\x0a\x58\xdf\x30\xec\xc1\xba\x4c\xde\xd7\x9a\x78\xc1\xc8\xe1\x90\x05\x82\x87\x7a\xe6\x4e\x8e\x38\x3a\xc0\x1a\x33\x1c\x16\xf0\xc7\xa6\x40\xc4\x1b\x23\xc1\x12\xc8\x9e\x67\x0a\x25\x71\x2b\x45\x94\xfb\x69\xfe\x9e\xd1\xb0\xc8\x25\x9d\x15\x99\x49\x44\x1c\xc1\x00\x87\x2e\x3e\xd4\x26\x55\xbb\x19\x1a\xff\xe5\x97\xd9\xc2\xba\xb1\xa5\x33\x64\x5b\x8b\xad\x6b\x95\x1c\xa2\x42\x71\x49\xa5\xa1\xc4\xcf\x59\x5b\x79\x18\x54\x67\x0e\x66\x39\x47\x0c\x8f\xf4\x73\x1d\xdb\x37\x2f\xfe\x39\x93\x3b\xe5\x6c\x5a\xd6\x98\x8f\xf4\xd3\xd1\x3d\x81\x11\x65\x87\xcb\x7b\x02\x43\x93\x70\x24\xfe\x6f\x91\xd0\xaf\xe6\x89\x18\x3c\x28\xc1\xdf\x12\x2e\x28\x3b\xcd\xe5\x4c\x1b\xa3\x97\xcf\x98\xca\xaf\x24\x91\x18\x0d\x02\x12\x1d\xaa\x53\x22\xc4\x1f\x9d\x84\xc9\x65\xf1\xe5\xd5\xd5\xbf\x14\x1f\xdf\x45\xf8\x01\x93\x40\x97\xee\x5d\x95\x14\x6a\xa3\x61\x5d\xa0\x3f\x4b\x26\xaa\x2a\xe6\x47\xeb\xc5\xb3\xea\x46\x7f\xfd\x40\x9f\x96\xd8\xca\xe3\xd8\x26\xfd\xf1\x6c\x91\xec\x3f\x5d\xca\xcc\x84\xfd\x17\xab\xe9\xf9\x8c\x91\x6c\xf4\xfc\xa9\xb7\xe9\x66\xb5\x9a\x3b\xe9\x18\x7a\x77\xb6\x9d\xcc\x2d\xc7\x69\x73\x80\xbb\x7a\x34\x8d\xb0\xde\xac\x16\xb6\x7b\x6b\xdf\x65\x7d\xec\x1f\xdd\x34\x4c\xd8\xc2\xbf\xee\x3e\x67\xb8\x79\xfd\x5e\xb2\x7d\xab\x1c\xe8\x5e\x89\x99\x6a\x87\x33\xf0\x9b\xb6\x76\x6f\x2b\x6b\xa5\xfc\xd9\x13\x08\xfc\xac\xe6\xaf\xf6\x66\xad\x9c\xa9\xd4\xb0\x8c\xb4\x3d\xf9\x8f\x17\xbd\xe6\xeb\x8b\xff\xec\x46\xb1\x3b\x01\xd4\xbb\xf0\xa2\x63\x04\xc7\xb5\x36\xee\xdd\x5a\xae\xd1\x96\x6b\xdf\xbc\x6f\x1a\x67\x15\x43\xe4\xc8\x05\xd2\x11\x98\x89\x24\x76\x8c\xf1\xee\x86\xfc\xa7\xc8\xa5\x55\xd2\x85\xd6\x6c\x69\x6f\x0a\x29\x8b\xb3\xf8\x35\x75\xea\xce\x40\x35\x67\x41\x6e\xa7\x0b\xe5\x85\x0e\xec\x1f\x5d\x7b\xb3\x2c\x85\x74\x53\x18\x59\xa3\xed\xd9\x4c\x1d\x83\x98\x76\x5a\xc8\x46\x58\x9d\x39\xed\xc7\x59\xe0\x46\xf8\x6b\xcb\xbd\x6d\x02\x7e\x19\xe2\x07\x88\x5e\x5d\xf6\x85\xd3\x1d\x61\x7c\x42\xe2\xad\x05\xdb\xae\xf4\x4a\x1f\xe5\x4a\x65\x79\x5e\x5e\x3d\x32\xab\x4d\xc0\x3e\x21\xc5\xda\x08\xee\x39\x72\xad\x4d\x80\x9f\x25\xe9\xfa\xcf\x9e\x92\x2c\x1a\xdd\x4f\x4a\x46\x56\x00\x7d\x4e\x43\xb6\xe0\xfd\xc7\xa4\x21\xbb\x4b\x1a\xcb\xe0\x3e\x27\x20\x3f\x27\x20\x3f\x27\x20\x3f\x27\x20\xfb\x8d\xf2\x39\x01\xf9\x39\x01\xf9\x39\x01\xd9\x3a\xca\xe7\x04\x64\xdf\x71\x5a\x12\x90\xe9\x18\x7a\x66\x35\x62\x6d\x4d\xb6\xd6\x7c\xbe\xfa\x61\xbb\xda\xcc\x6e\x66\xcb\x41\xf6\xf7\xc2\x76\x6f\x57\x53\x27\x7f\x70\x6b\x5b\x53\x7b\x53\x78\x90\x7b\x07\xea\xe1\xc2\xfa\x71\x6b\xdd\xd8\x4d\x24\x96\xc7\x48\x23\x53\x1b\xdb\x59\xaf\x96\x8e\x6d\x20\xb7\x06\x45\x2c\x75\x44\x76\x38\xa1\x91\x60\x34\x18\x5a\x41\x40\x3f\x0c\x57\x8c\x1c\x48\xf4\xf4\xc1\xde\x59\xf3\xbb\xf3\x91\x3d\x6b\x32\xb1\x1d\x27\xad\x4b\x2e\x01\x6e\x94\x65\x85\x79\xcf\x42\xe9\x02\xc4\x91\xfa\xfc\x13\x86\xfb\x04\x5a\x0d\xe4\x4e\x62\x8d\x62\x3c\x0b\xb1\xb7\x80\x7d\x60\x9d\xc4\x9e\x19\xee\x13\x88\x35\x90\x3b\x89\x2d\x28\xfd\xb3\x10\x3c\x61\xe0\x43\x24\x08\x0e\x3a\x89\xee\x31\xec\x27\x10\x5e\x80\xde\x42\xbc\x99\xdc\x9f\x48\xf2\x02\x7f\x1c\x5a\x07\x78\xd2\x10\x4f\x22\xcf\xc0\x6c\x28\xca\x28\xf5\xaa\x25\x35\x6b\x1d\xce\x54\x66\xec\xc1\x3b\x79\x41\x25\x97\x1f\x53\xae\xe3\xab\xd5\x30\x33\x7c\x2c\x66\x60\xd2\x1f\x8f\x86\x21\x8e\xfc\xfa\x8b\x21\xba\xdc\x91\xe8\x92\x1f\x9b\xde\xd0\x58\x5c\x02\x8e\x55\x8b\x00\x27\x91\x77\xbc\x54\xd7\x64\x0c\xef\x09\x14\x4f\x35\x52\x7a\xcf\x47\x15\x10\x31\x03\x47\xd0\xf8\xcf\x89\x5e\x47\xb9\x4b\x43\x91\x44\xe9\x7d\x77\x8d\x44\x1a\xc6\xd7\xc5\x12\x1a\x01\x53\x1e\xe3\x1d\xc1\xbb\xaf\xf6\xfa\xff\x53\x22\xd3\x94\x20\xf8\x5c\x22\x93\x8d\xd5\x21\x7e\x55\x1a\xf0\x1b\x4a\xff\x0f\xae\x9b\x29\xe6\x2a\x7f\xcf\x8a\x99\x7f\xfb\x83\x2a\x66\xea\x13\xe1\x49\x15\x33\x67\xd6\x88\x3f\xa4\x6c\x26\x96\x0c\x03\xa1\xb8\x39\x44\x95\x5b\x7d\x40\x0d\xaa\x4e\x9e\x8b\x23\x14\xcb\x1e\x46\x17\x08\x99\x8b\x97\xb4\x74\x8b\xd7\x51\xc9\x27\xd9\x1d\x33\x55\x6e\x5e\x48\xad\xfb\x39\x21\x0c\xfc\x4c\x26\x66\xe5\x0d\x4f\x38\x8e\xab\x58\x4c\x61\x8f\x93\x40\xa0\xec\xde\xaf\x84\x83\xbe\xfc\x2b\x4c\x02\x41\xe2\x00\xe4\x52\x12\xd3\x08\x22\xc1\xd5\x73\x75\x57\x98\x47\xa3\x07\x88\x08\x44\xe6\xa0\x3b\x89\xf4\x8d\x5d\xb5\x9b\xa5\x6a\x94\xa4\x03\xa6\xd7\x82\x65\x94\x54\x13\x3e\x1d\x94\x6c\xc0\xbf\xc5\xa2\x4a\xca\xf7\x33\x1b\x61\x3f\x24\x11\x51\xc5\x2d\x06\x55\x09\xbc\x86\x84\x6c\x6a\xc9\xa6\xea\x02\xb3\x0c\x85\x5a\x59\x83\x19\x4f\x41\x55\x2d\x1b\x86\x34\x57\x87\x64\x63\xa1\x2f\x1d\x10\x5c\x49\x94\xb2\x83\x4a\x3b\x9b\x0c\xb4\xe2\x1c\x3f\x71\x01\xa1\x34\xa5\x31\x30\x71\xfa\x6b\x13\x6a\x8e\x06\x59\xc3\xad\x9c\xd8\x35\xc8\xc9\xf5\x3f\x91\xe8\x34\x21\xa8\xbc\x56\x5e\xbd\xe6\x44\x50\xb4\x3b\x49\x89\x6b\xbd\x4b\xc4\x51\xfa\xb4\xfa\xee\x25\x85\xa4\x52\x49\xcc\xef\x87\x0c\x82\xec\x46\x32\xaa\x2e\x4d\x22\x34\xe2\x03\xd5\x00\x3e\xe2\x30\x0e\x60\x80\x7e\x4e\x80\x11\xe0\x1d\x94\xeb\xd1\x46\x72\xa4\x22\x17\x14\xd8\x3e\x9c\xb8\xd6\xd8\x5a\x89\x38\xb6\x72\xa5\xa1\x5a\x21\x3d\x29\x6b\x2e\x16\x6b\x17\x9e\xa7\x3d\xde\xa0\x9f\x1c\xf3\xd6\x8a\x18\x45\xc5\x23\xc4\x3a\xc9\x07\x6b\xa3\xa5\x7e\x6e\xd7\x90\x92\x0f\xdd\x24\x6d\xd7\x88\xd9\x0c\x14\x52\x1f\x46\xe8\x1d\x0e\x88\xaf\xfb\x73\x84\x19\xa0\x17\x53\xfb\x9d\x3d\x5f\xad\x17\xf6\xd2\x7d\x81\x28\x43\x2f\xd6\x9b\xd5\xf4\x6e\x22\x6d\xc8\x0b\x7d\xd3\xc5\x2c\x92\x94\xf8\x89\xa7\x0c\x8e\x84\x33\x40\x27\x9a\x20\x0f\x47\x28\xa2\xc2\x94\x5d\x21\x67\x69\xad\x9d\xdb\x95\x9b\x5e\x80\xc5\x11\xdd\x23\xcc\x04\xd9\x63\x4f\x70\x44\xa3\x54\xf1\x2e\xd2\x55\x0b\x98\xba\x0e\x2c\x85\xe3\x29\x2b\xa9\x5a\xa5\x97\x7a\x49\x08\x51\x06\x44\x1a\x16\x1c\x21\xf8\x48\xf4\xb5\x65\xd9\xc2\xa2\xf1\x6c\x15\x91\x44\xb9\x26\x93\x46\x33\x60\x78\xb5\xa0\x3e\x34\x49\xc2\x54\x14\x19\xf6\x17\x38\xd7\xa1\x4d\xe1\x0e\x70\xc4\x11\x44\x78\x17\x80\x7f\xe9\x13\xae\x7e\x29\x6a\x94\x44\xd5\x34\x93\xfc\x50\x98\x7b\x38\x92\x84\xe9\xc7\x0d\x4a\x45\x80\x37\xaa\xd5\xe2\xda\x74\x68\x28\x63\x4a\x6d\x84\x46\xa5\x6b\x06\x04\x72\x82\xed\x49\x20\x80\x91\xe8\x50\xd5\x7e\x9f\x51\x1a\x64\xa5\x34\xba\xd9\x48\xf5\x81\x26\x54\xeb\xfa\x3f\x55\x00\x52\x6e\xbf\x55\x00\xd0\x24\x03\xd0\xab\x86\xaa\x7c\xf0\xbd\x42\xcb\x6c\x8f\x38\x08\x69\xda\xd4\x6c\x1f\x28\xd4\x63\x46\x43\x10\x47\x48\x78\x4a\x27\x7c\x14\x10\x29\x45\x4b\xef\x8c\x34\xbc\x31\x14\x6b\x0f\xa8\xa0\x50\x39\x88\x94\x7a\xf8\x28\x46\xa9\x4c\xcf\xd2\xbd\xce\x31\x30\xb4\xdb\x19\x06\x53\x03\x24\xa3\xff\x4c\x85\x57\x85\xe2\x17\x93\x84\x0b\x1a\xaa\xbb\x5c\x32\x47\xa2\x78\x6b\x0d\x52\xd7\xd4\x8c\xd0\x1c\xf0\x03\xa0\x5d\x80\xa3\x7b\xd5\xc6\x37\x4b\x70\xda\x51\x5f\x52\x09\xa3\xc3\xa8\x50\xd2\xf4\xb7\x82\x3b\xa2\x2e\x7f\xfc\x7b\x61\x03\xf8\xb7\x98\xd1\x9f\xc0\x13\x7f\x1f\xfd\xcd\x00\x1b\xfa\x34\xc4\x24\x1a\xf2\x64\xbf\x27\x1f\xff\xfe\xa2\xcb\xfe\x19\xb4\x25\xa6\xfa\xee\x9d\x5b\x83\x48\xd3\x04\x2c\x67\x7c\x2b\x2c\xc8\x74\xb4\x23\xe8\x28\xbd\xf0\x98\x46\x1c\xd0\x51\x45\xab\xb4\x1a\x69\x8f\x25\x37\x4e\x06\xb7\x2f\x13\x0e\xfb\x24\x50\x6c\x9a\xac\x36\x0e\x32\xb7\x00\x76\xda\x8e\x47\x0c\xde\x44\x61\x47\xd4\x32\x57\xfa\x17\xff\xfa\xe2\x71\xc4\x9b\x38\x64\x27\xf5\x8a\xf2\x02\x21\xcf\x47\x7d\xcb\xe8\xbd\xc9\x37\x81\xcc\x9c\xfe\x1b\xdb\x1d\xa0\xf5\xca\x71\x07\x68\xb5\x96\x2b\x95\x33\x40\xeb\xbb\x9a\x15\xee\xe6\x89\x09\x57\xfe\x41\x3c\x69\x19\xbd\x37\x4f\x4c\xbc\xf3\xa2\x14\xae\x8b\xc5\x40\xb9\x45\x94\x91\xff\x32\xd7\x6e\xca\x51\x21\x12\x43\xf7\x14\xc3\x00\xfd\x38\xdc\xc0\xcf\x09\x70\x01\xfe\xf0\x07\x22\x8e\x8f\xe3\x58\x21\xde\xd9\xca\xb5\xcc\x64\xfe\x26\x5c\xeb\xc0\xa0\x37\xe7\x0a\x01\xd3\x73\xcb\x48\x1b\x3b\x4c\x2c\xf4\xac\x31\x31\xb4\x68\xef\xe4\x19\x98\xd0\x32\x6e\x0f\xd2\xf3\x04\x4f\x4a\xf0\xcb\x1a\xb5\xbd\x97\x90\x67\x5b\x43\xf2\xcb\xfa\x1e\xbf\x86\xd4\xae\xcf\xec\xb1\x92\x74\x5f\x4a\xd0\xee\x44\x48\xe5\x18\x20\x91\xb0\x48\xf9\xb1\x05\x4f\xe9\x10\xd0\x1d\x0e\x24\x66\x1e\x7d\x00\x76\x42\x7b\xc0\x22\x61\xd0\xe2\x3f\xd4\xf7\x0c\xf9\x71\x17\x0d\x6a\x94\x81\x1a\x19\x5f\xe4\xac\x57\x61\xab\x76\x5d\x58\x9d\xd9\x55\xf4\xba\x12\xaa\x7b\xfb\x34\xdb\xe7\x75\xc9\xea\x6e\xf2\x83\xde\x1d\x4a\x0f\x3e\xbb\x73\x37\xbb\xbb\x9c\x2b\x5e\x82\x8f\xf4\xc5\xc0\x42\x64\x07\x44\x8e\x84\xa3\x2c\x4c\x92\xb2\xde\x78\x65\x5c\x3a\xfc\x11\xe8\x6d\x88\xa0\xc5\x79\xf2\x40\xb0\xdc\x19\x94\x51\x60\x91\xb9\x6b\xda\xdc\x09\x8a\x20\xf2\x63\x4a\x22\xd1\x6f\x37\x97\x4b\x26\x66\xb0\xd7\x35\xe3\xa6\x15\xcf\x2e\x19\x3d\xef\xeb\xae\x55\xe7\x22\xb2\x39\x96\xf9\x65\xa5\xfd\xc4\xd3\x71\x2f\x56\xa7\x1d\xcb\x07\x4f\x2f\xbf\x47\x13\xec\x1d\x01\xb9\xee\x5c\x9a\xab\x90\x04\x01\xe1\x3a\xf2\xd7\x8f\x39\xd9\xa1\x2d\x4f\xc2\x19\x09\x11\x3c\x72\xe3\x5b\x47\xe4\x0c\x17\x1a\xef\xe0\x4a\xa9\xfe\xfa\xea\xea\xea\xaa\x46\xf6\x32\x8d\xe2\x49\x1a\x3f\x1c\x89\x77\x54\x54\x15\x22\x87\xbc\xfb\x2e\x76\x15\xec\xd4\xb3\x58\xee\x95\x49\xc4\x05\x0e\xd4\xf6\xc0\x3d\x02\xaf\x40\x92\x2d\x22\xca\x42\x1c\x04\xa7\xbc\x69\xba\x1a\x64\xda\x94\xc7\x16\xf5\xae\xf5\x3d\x4d\x10\x3f\xd2\x24\x90\xb3\x21\x38\xa9\xfb\xbb\xa5\x76\x87\xd4\x27\xfb\x93\xb9\xfa\x7e\xaf\x36\xdc\x39\xd0\x1a\x19\x72\x67\x8c\x7c\xb2\xdf\x03\x83\xc2\xd5\xc6\x6a\x9c\x4b\x63\x5b\x6b\x0b\x4d\x01\x42\xce\xab\x4c\x0c\xcd\x61\xcf\x8e\x40\x5c\x7e\x7b\x75\x5b\x70\x93\xee\x15\xe6\x8a\xad\x88\xeb\x81\x05\x45\x09\xaf\xde\xb8\x39\xca\x22\x83\x84\xa3\x2f\xd4\xe9\xc7\x7c\xbf\xa1\xce\x3d\x7e\xd1\xb5\x6c\x56\x09\x6b\x52\xad\x1a\x79\x1d\x94\x35\x21\x50\x0b\xae\xa9\x21\x7c\xa4\x2c\x8c\xb6\x5d\x38\x32\xa4\xea\xb8\x45\x91\xec\x32\x81\x6f\x46\xaf\x47\x2f\xeb\x14\x15\xc9\xd0\x31\xee\x06\xc9\xb8\xd6\x4d\x07\xe6\x0a\x72\x6d\xa1\xaf\xc4\x9f\x54\x0c\xa5\xf5\xea\x76\xfd\x09\x05\xaa\xfa\xe2\x00\xe1\x80\x60\x73\x11\xf2\x5b\xa9\xed\x62\x9c\xc7\x61\x66\xfe\xb7\x07\x46\x93\x78\xe6\x8f\xd3\x98\xcd\xcc\x1f\x9b\x60\xce\x3f\xbc\x57\x5f\xaa\xce\xaf\xfe\xfa\xed\xe1\xd5\x18\xbf\x1a\x3f\xbc\xea\xdc\x19\x66\x98\xe5\xa7\x4a\xdb\x6c\x44\xed\x24\x49\x83\x06\x12\xbf\xa8\x6b\x52\x0f\xd5\x41\x08\x75\x7a\x83\x13\x41\xd9\x69\x20\x27\x1a\x07\x51\x12\xce\x01\x22\x60\x59\xd8\x93\xe1\xc8\xa7\x61\x70\xaa\xc9\x6a\x51\x81\x85\x54\xa5\x58\xf5\x38\x8a\xae\x1f\x2b\x1e\x1b\xf1\x94\xd7\x52\xc5\xf7\x6d\x22\x8d\xc8\xcf\x09\x0e\xc8\x9e\x80\x8f\xee\x36\x73\xa5\x50\xf5\x61\x28\x2b\x5e\x4b\xdb\x8d\x92\x2e\x6b\xae\xe1\x24\x1f\x57\xc6\x4f\xbf\xe4\xa1\x06\x55\x3e\xa8\x62\x58\x15\xa2\x62\x58\xaa\x7a\xe7\xc7\x4f\xa3\xa9\x8d\x48\xa4\x65\xa4\x15\x4c\xd2\xcc\xc0\xf3\x62\x12\x57\xf3\x0d\x4d\xc7\x27\x1e\xc3\x93\xd4\x43\x96\x1e\x30\xf8\x68\x77\x6a\xfa\x62\x0b\x27\xbe\xf6\x19\x6c\x6b\x5d\xc3\x31\x03\x9f\x6a\x67\x5f\xc0\xed\xde\x6d\xf9\x28\x4e\x57\x32\x48\x0e\xd5\x16\x43\xf6\x09\x53\x07\x8c\x4f\xc5\xe9\x73\x20\xd2\xdb\xa7\xf7\xbc\x9b\xf1\x37\x69\xb3\x1c\x4a\x86\x6e\xf9\xe2\xbc\x5a\x26\xaa\xea\xdd\x67\xd6\x40\xa7\x46\x75\xde\xb4\x21\xa1\xd4\xda\x6f\xa1\xfb\xa9\xd3\xd3\x1d\x3c\x2b\xe4\x58\x73\x06\xbd\xba\x21\x1d\xe1\xd2\x9e\xb8\x35\xda\xb6\x46\xac\x5a\x72\xbe\x39\x3e\x2f\xeb\xf8\x6c\x6e\x87\x8e\xb3\x92\x73\xbc\x36\x70\xfe\x2a\x1b\x21\x3d\xde\xd3\x0c\x64\x03\x38\x08\x51\x63\xb2\xac\xd6\xa2\x04\x52\x9f\xd6\x39\x27\x4b\x03\x43\xdf\x17\xdf\x3c\x4c\x8f\x3e\xed\x32\x2c\x1c\xd9\x79\x1c\x2a\x0e\x78\x0c\x7a\x28\x55\x53\xaf\x6e\x74\xcc\x51\xa4\x56\xbf\xbc\x0f\x4f\x3a\x5b\x37\xe9\x4e\x3b\x1f\x5a\x41\xb5\x70\xe0\x4c\xfb\xb6\xc1\x9b\xa9\x2e\xa9\x50\x9e\x78\x55\xc6\x4f\x25\x9c\x05\x35\x9f\xc8\x52\x76\xd0\x8c\x44\xf6\x88\x08\xe4\x53\xe0\xd1\x0b\xed\xe0\xaa\x3c\x50\xb7\x82\x96\xa1\x97\xb5\xbf\x65\xc1\x69\xe8\xbf\x2e\xa5\xc3\x9b\xb0\xeb\x83\x45\x2d\xc7\x5d\x3a\xce\xd5\x8c\x85\x49\x0a\x20\xc7\x99\xa3\x09\x48\x97\x4a\x25\x66\x75\x1a\xaf\xb9\x38\xa0\x77\xcf\x12\x1e\xbd\x0e\x85\x75\x87\x00\xcc\xc0\x6b\x46\x22\x8f\xc4\x38\x40\x96\x10\x8c\xec\x12\x01\xe9\xc2\x81\x79\x7b\x12\xbe\xbd\x77\x99\x5f\x8d\xc7\xc8\x0c\x62\x7a\x9f\xce\xc0\xdf\x66\x9e\x46\x05\xc7\xf9\xd4\x5a\x23\xdb\x84\x01\x94\x24\x75\x44\x41\x7f\x28\x29\x4f\x7d\x37\x31\xb6\xd4\x37\x2f\xb9\x28\x1d\x1a\xab\x0c\x77\x4d\x22\x1f\x4d\x97\x79\x19\x45\x9f\x21\x4c\xa7\x86\x11\xd2\x23\x65\x4d\x44\x15\x23\xa3\x8f\x1f\xae\x5c\xc9\x7a\xee\xf8\x59\x83\x93\xf0\xdd\xe2\x47\xb4\x52\x5f\xdc\x59\x16\x36\x7a\xdf\x61\xcc\x1d\xf0\x12\x46\xc4\x69\xaa\xc2\x79\xd9\x14\xf2\xc1\x63\xa7\x58\xe8\xc4\x9c\x99\x19\xcd\x08\x7e\x67\x59\x0e\x4a\xa1\x20\x0d\xa6\x01\xc9\xc6\x73\x6c\x4d\x9c\xba\xc6\x1c\xa4\x50\x0c\x8e\x82\xc6\xc3\x00\x1e\x20\x50\xdb\x18\xf8\xa8\xd4\x62\x07\x07\xb3\x6f\xd7\x05\x0a\x80\x99\x77\x6c\xe1\x9f\x06\xd7\xc4\xb6\xc2\x99\xb7\x26\x44\x34\x54\x93\x66\xcd\x18\x13\x50\x2f\xb5\x2d\x29\x42\x06\x53\x85\x8a\x74\x3e\x0b\x25\x1a\x7a\x23\xa6\xb6\x37\x51\x9c\x88\x6c\x7e\x21\x53\xf0\x22\xe9\xdc\x29\x57\xc3\x57\x75\x54\x0a\x50\x40\x25\x75\x21\xf5\x93\x00\xd4\x67\xfd\x76\xd8\xbb\x97\x7b\x1d\x9e\xec\xb8\x20\x22\xc9\x3e\x3b\x17\x99\xcf\xfd\x19\x1c\x71\x74\xfa\x70\x04\x06\x08\xa3\x5f\xae\x7e\x45\xf0\x31\x66\xfa\x33\x2f\xb2\xb3\x24\x60\x84\x2c\x55\x6c\x4a\xa3\xb4\x20\x24\x73\x67\x35\xb5\x0a\xac\x81\x46\x38\xfa\x32\x21\xfe\xb7\xbf\x5c\xfd\x5a\x0f\x82\xe7\xbc\x75\x8a\x6c\x6a\x63\xb3\x39\xaa\xd4\xa0\x99\x86\xcb\xdc\xa3\x71\x6a\x88\x9a\x07\x73\x0a\x0d\x1b\x86\x29\x9d\x0c\x6c\x18\xc7\x94\xfe\x55\xc3\x69\x79\x95\x14\x65\xea\x73\x55\x06\x21\xe0\x9d\x58\x48\x68\xda\x8d\x6c\x47\xa5\x70\x9c\xf0\x4c\xc0\x05\x67\x96\xb8\xa8\xd5\xd2\x99\x39\xe9\x0f\x2c\x9a\x1d\xbc\xde\xd1\xa8\xb9\x91\x85\xae\x65\xd3\x91\xfe\xea\x5c\x88\x4f\x68\x07\x28\x02\xb9\xf9\xc1\xec\x24\xd7\xe4\xac\x43\x0e\x97\x08\x0e\xc1\x3e\x87\xc9\x63\xf0\xd2\xcf\xfe\x79\x47\xcc\xb0\x27\x80\xf1\x01\x92\x5a\xc7\x03\xcc\x8f\xe5\x02\x22\x85\x50\xcc\xe0\x41\x47\x22\x98\xdc\x37\x68\xc0\x21\x8e\x63\x55\x8e\x30\xab\x90\xa5\x40\x4b\xd7\x40\xd5\x91\x28\xbf\x40\xa7\xfc\x15\x89\xff\xfb\xdf\xff\xc3\x25\x8e\xa9\x8e\x36\xf2\x7d\xba\x2c\x81\x7b\xd4\x09\xcb\x5a\x24\x68\x1f\xe0\x03\x22\x91\xaf\x0c\x6f\x74\x28\xf0\x89\x70\x6d\x5e\x50\x8c\x59\x6a\xa5\x45\xe1\x1b\xa0\x23\x93\x75\xd0\xec\xcf\x32\x0f\x59\xe7\x33\xdd\xb2\x8a\x87\x42\x17\xc9\x12\xdd\x4d\x4f\xbe\x5a\x57\x25\x5b\x1d\xdf\x49\x79\x84\x04\x3d\x80\x38\x02\xd3\xc1\x9f\xb4\xed\xb5\x34\x8b\x8e\xc8\xbe\x1f\x98\x3e\xb7\x23\x5f\x3f\x6d\xe6\xed\x5a\x8e\x5e\xdf\xfd\xb7\x9e\x24\xad\x57\x25\xaa\x6f\x1c\x4a\xac\xcd\xe0\x3a\x98\x9b\x31\x93\x41\x48\x1f\x8a\x16\x4e\x7d\xe1\x33\x55\x4a\x73\xbe\x4d\x50\x24\x95\x0a\x07\x4f\x26\x3f\x23\x53\x12\xaf\xab\xe0\xa2\xe0\x84\x04\xbe\x87\x48\xdb\x4a\xac\x8b\x70\xa5\xc0\x15\xcb\x33\xbf\x56\x1a\xd7\x3c\x97\xd4\xcc\xa6\xac\xb1\x5e\x7d\xb8\x1a\xaa\xc9\xd1\x68\x3c\x1d\xfb\xe9\x4c\x83\xc8\xcf\x59\x86\x04\xd5\x01\xaf\x67\x64\x99\x62\x97\x96\xc5\x73\xb3\x4c\xe2\x7e\x9e\x61\x85\x63\xbe\x0d\xa9\x82\xba\xb5\x34\x26\x2c\xfd\x88\xa4\x32\x42\xd2\x86\xb7\xd8\xee\x8d\x34\xef\x59\xef\x42\x00\xb0\xeb\x34\x70\x83\xe9\xde\x93\x8f\xe0\x17\xac\x6a\xc1\x31\x49\x7d\x86\x74\x51\xd1\xd8\x68\x81\x98\xb9\x9e\x96\x2d\x4c\x97\x48\x2f\xd6\x8a\x26\x4f\x24\x38\xd0\xcd\x11\x66\x30\x40\xbb\x44\xa4\xa2\xce\x9b\x99\xcf\x4e\x36\x11\xae\xb5\x21\xed\x3f\x42\x6f\x8b\x36\x5b\xa5\x1f\x16\xc4\x63\x94\xd3\xbd\x40\x96\x27\xc8\x03\xa0\x69\x16\x39\x32\x1f\x81\xcd\x3e\xe4\x5b\x98\x96\xf9\xe0\x8a\xa0\x4c\x1d\x3a\x78\xcc\xd3\x55\xb2\xd1\xed\x2a\x1d\x88\xae\x99\xe6\xb3\x4e\x97\x21\x91\x73\xea\x11\x55\x03\xab\xf4\xb9\x56\x1a\xab\x70\x4f\xd7\xc6\x67\xf1\xbe\x74\x02\x2d\xf7\xc0\x9e\xe2\x7d\xb9\xad\x68\xea\xb5\xa0\x2f\xf8\x97\xbf\x16\x3c\xba\xdc\x97\xab\xfb\x70\x6a\xb1\x0e\xb1\x90\x0e\x4d\x5a\xe2\x59\xe1\x85\x74\xf3\xf4\xc7\x9c\xb5\xa7\x27\x01\xe2\x40\xa5\x67\x95\x96\x48\x10\x0a\x64\x05\x4c\xbd\x12\x59\xd3\x90\x01\x7b\xd9\xe6\x36\x6e\x72\x37\xab\xdd\x6d\x2c\x9e\x70\x6f\x72\x9f\x12\xf5\xf9\x69\xba\x47\x6a\x73\xa0\x8a\x59\x99\xdc\x84\x28\x86\xa7\x8a\x92\x8e\xa2\xca\x07\x0f\xd2\xac\x06\xf4\x03\xc2\x9a\x94\x34\xa9\x6d\xa6\xef\x28\xdb\x93\xe7\x70\x76\xa7\x34\xfd\x6d\x2a\xe6\x29\xba\xea\xa0\x29\xeb\xd8\x46\x4f\x7e\xba\xbe\xa6\xf8\x0a\x5d\xfd\xd1\xde\x74\x77\x18\x04\x0d\x4c\x6e\x99\x77\x69\x46\x44\x82\x69\xf2\x8f\x8a\x27\xf0\x7b\xd9\x56\x39\xad\x48\xce\xc9\x89\xf8\x38\x5d\x66\x96\x4e\x2f\x55\x45\xaf\x34\x33\x3f\x28\xf3\x77\xd2\xae\x59\xa4\x60\xc6\xa7\xcb\x2c\xf7\x5c\x59\x3f\x8c\xed\x29\xbc\x4d\xa7\x86\x32\x00\x7b\xb9\x0b\xce\xa4\xaa\xcd\xa0\xf2\x1b\x95\x0a\x67\x58\x77\xc8\xa6\xdc\x10\xb5\x5b\xff\xfa\x8d\x02\x8f\xf0\x1f\x19\x98\xca\x89\xdd\x09\x61\x55\x6b\x7f\x2a\x3b\xef\x12\x7f\x89\x5a\xce\x94\xa9\xa9\xe2\xae\x56\xb3\x64\x0e\xa2\x3a\x3b\x55\x70\x2a\x9b\x40\xd4\x2a\x6a\xb3\xfd\x41\xee\x64\xf6\x82\xa3\x56\x2a\x45\x9f\xa7\x52\xa2\x31\xa3\x0f\xda\xf0\xc6\xc0\xf6\x94\x85\x38\x3d\x45\x42\xf7\x9a\xbb\xe9\x81\x82\x76\xd6\x1b\xc5\x51\x3c\x68\x18\xb4\xd5\xe1\xac\x5f\xb8\x50\x91\xc4\x0f\x47\xed\xd2\x50\x96\xae\xac\x15\x85\x9b\x96\x99\xbf\x4f\x82\xe0\x34\xcc\xd3\x76\x66\x89\xa3\x7b\x84\x8b\x8a\xa5\xb8\x59\x28\x4c\xce\xd4\x5a\x2d\x8d\xca\x35\xca\x56\x0b\x5d\x52\x46\xf7\x2d\x1c\xd5\x06\x3e\x57\xbb\x8a\xc7\xa0\xe7\xca\x04\x98\xc4\xb1\x90\xc9\x51\x27\xe0\x30\x1f\x20\x9e\x78\x47\x84\x79\x6d\xed\xd6\x1e\x44\xda\x7e\x90\x66\x78\xf4\x24\xc2\xc5\xc0\xde\x0e\xce\xbb\x69\x4a\x4a\x56\x61\x6e\x48\x42\x5b\x17\xef\xda\xed\x14\xf5\x5a\xa3\x13\x4d\x4c\xbd\x85\x30\x1f\xf9\xd6\xa1\x3f\x1c\xf0\xfc\x6c\x02\x39\x44\x34\x45\x59\x3b\xab\x23\x29\xd1\x48\xf7\x30\xde\x6d\xd6\xab\xd0\x0c\xf9\x10\x51\x61\x9c\xe7\x9c\x58\x25\xa1\x8a\x65\x52\x16\xd3\x7c\x85\x3d\xdf\x5f\x61\xe4\x19\x96\x4b\x89\x95\x0e\xc8\x20\xbd\x7a\x0d\xd2\x39\x5d\x50\x0b\xc9\x14\x9d\x24\xd4\x6f\x0c\x6e\x7a\xfa\xde\xa9\x81\x24\xcd\xe9\x34\xc3\x07\x89\x81\xc8\xe5\x1d\x99\x1d\x4f\x49\x42\x05\x6b\x59\xf4\xd9\x75\x85\x08\x15\x52\x76\x5a\x09\x15\x58\xbd\x90\x61\x75\x48\x5a\x1d\xd6\x1c\x20\x4e\x8b\x38\x72\xc9\x59\xd9\x4f\x8a\x5d\x50\xa6\x0b\x5c\x70\x86\xac\x39\x33\x08\x6d\x8a\x60\x9a\x19\x5f\xef\x8c\xb5\xec\x71\x87\x48\x7d\xc2\x46\x48\xba\x45\x10\x19\xb2\xa4\xea\x2d\x74\xdc\x00\xcd\x95\xe7\xb5\xd0\x9e\x57\x5a\xf1\x9f\xd6\x3a\x40\x5a\x1e\x90\x59\x36\x69\x9a\x88\x5a\x2c\x49\x90\x6e\x7a\xf2\xda\x34\xbf\xb0\xc1\xaa\xce\x7b\xd9\x41\x9d\x59\x55\xbb\x1e\xb3\xe9\x35\x76\x20\x3f\xbf\xa1\x9b\x51\x96\x9d\x0c\x35\xca\x15\xe2\x98\x1b\x37\x54\xed\x59\xe3\x00\x7b\xa0\xea\x32\x32\x6f\x5f\x85\xd5\x42\xe3\x37\x49\xb9\xaa\xfa\x72\x1c\x6c\x65\x8b\x6f\xe5\x3f\x2f\x07\xf2\xdf\x57\xea\xdf\xaf\x6a\xc1\xf6\x02\x53\x14\xcc\x75\x05\x29\x89\x7b\x59\x22\x9d\x37\xaa\xb4\x98\x4d\xb9\xbb\xf3\x15\x5b\x95\x82\x25\x8c\x65\x44\x0c\x34\xdd\x8a\xb4\xfa\x5b\xe5\x1c\x64\x72\x08\x71\x1c\xab\x5a\x41\x49\xfb\x46\xf7\xe1\xa6\x54\xa3\xd5\xee\x94\x48\xd4\x7d\x94\x15\x4a\x1d\x80\x0e\xea\x8a\x77\xb8\xfc\x5f\x00\x00\x00\xff\xff\xe3\xa4\x38\xde\x58\x86\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYaml, - "Template.template.openshift.io/openshift/rhdm75-trial-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhdm75-trial-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\xdb\x38\x96\xe8\x77\xff\x0a\x6c\xaa\xef\x66\x66\xcb\x92\xed\x64\xf2\x58\xcf\xa3\x8a\x96\x68\x5b\x1d\xbd\x5a\x94\xd3\x9d\x9d\x9a\x52\x41\x24\x64\xb1\x43\x11\x0c\x00\x3a\xd1\xe4\xa6\xea\xfe\x8d\xfb\xf7\xee\x2f\xb9\x85\x17\x9f\x00\x49\xd9\x4e\x26\xbd\xdb\xf9\x90\x4a\x44\xe0\xe0\xbc\x70\x70\x70\xce\x01\x00\x93\xf0\x2d\x22\x34\xc4\xf1\x39\x60\x68\x97\x44\x90\xa1\x3e\x4e\x50\x4c\xb7\xe1\x86\xf5\x43\x7c\x72\x77\x76\xf4\x3e\x8c\x83\x73\xb0\x54\x9f\x8f\x22\xb8\x46\x11\x3d\x3f\x02\x80\x6c\x13\xb8\x3b\x07\x4f\x5e\xf5\x5f\x3c\x39\x02\x19\x80\x73\xf9\xe1\xd5\x8b\x1e\x4c\xd9\x16\x93\x30\xbe\xed\x6d\xe1\xd1\x0e\x51\x0a\x6f\xd1\x39\xf8\xdf\xbd\x23\x00\x1c\x10\xa3\x8f\x20\xe1\x83\x53\x86\x62\x06\xae\x1d\x30\x27\xd8\x47\x94\x02\x27\x65\x78\x07\x59\x88\x63\x30\x81\x31\xbc\x45\x04\xc0\x24\x89\x42\x5f\xfe\xb6\x85\x14\xac\x11\x8a\x81\x4f\x10\x64\x28\x00\x61\x0c\xf6\x38\x25\x20\x21\xf8\x57\xe4\xb3\xfe\x11\x00\xcb\x2d\x02\x29\x45\x24\x86\x3b\x74\x92\x40\x4a\x3f\x62\x12\x80\x0d\x26\x00\xfa\x7c\x8c\x30\xbe\x05\x6c\x8b\xc0\x45\x4a\xc3\x98\x8f\x39\x40\x31\x23\x30\x02\x61\xcc\x10\xd9\x40\x1f\x81\x90\x1e\x1d\x01\xf1\xe7\x46\x01\x3a\x07\x3f\x7c\x7e\x33\x72\x57\xce\x70\x32\x9a\xae\x6e\x3c\x77\xf1\x45\xb5\x98\xab\x11\xca\x2d\xe6\x3f\x0f\xbf\x1c\x15\x90\x01\x75\x6c\x7c\x18\x45\x14\x30\x2c\x90\x79\x33\x72\x01\x45\xe4\x0e\x91\x86\xc1\x3d\x77\xf1\xd6\x5d\x34\x8e\xae\x9a\xe8\xe1\xe7\x11\x82\x14\x81\x35\x02\x34\x25\x88\x0f\x26\x19\x27\xc6\xa4\xc8\x27\x88\x51\x81\x5a\x00\x9e\xfc\xf0\xf9\xe2\xc6\x1b\x4d\x5d\xcf\x5b\x0d\xdc\xe9\x72\xe1\x8c\x57\xd7\xcb\xe5\xdc\x5b\x79\xee\x60\xe1\x2e\xbf\x3c\x01\x30\x16\xcd\x0a\xe3\x54\x1a\xf8\x38\x66\x30\x8c\x15\x87\x8f\x00\xb0\xc2\x7c\xe3\xbe\xf3\x96\xb3\x85\xfb\x45\x00\x35\xc0\xcc\x1b\x6c\xc2\x08\x51\xce\x44\xc9\x36\xce\x25\x3e\x00\x45\x3e\x27\x89\x0f\x89\x62\xd6\x3f\xda\x21\x06\x03\xc8\x20\xd7\x4e\x18\xc7\x98\x09\x8d\x11\xca\x0a\x40\x80\xa8\x4f\xc2\x84\x09\x6d\x77\x0a\x0a\xa5\x15\x57\xea\x07\xd7\xc4\x82\x5e\x66\x3a\x0c\x50\x7c\x17\x12\x1c\xef\x50\xcc\x8e\x79\x53\xc5\xfd\x05\x0a\xc0\x35\x64\x4d\xda\xfb\xaa\xff\x02\xf4\xc0\x10\x25\x04\xf9\x5c\x63\x45\xcf\xd0\xc7\xf1\x20\x82\x94\x9e\x8b\x7f\xf6\x7e\x5d\x63\x4a\xc5\x97\xd2\x04\x0c\x42\x9a\x44\x70\xdf\x93\x3a\xd0\x71\x30\x23\xd2\x0a\xdf\x3f\x5c\x3b\xc7\x05\x02\x8f\xc1\xc7\x90\x6d\xc1\x96\xb1\x84\xfe\xb1\x3e\x7c\x42\xf0\x5d\x18\x20\xd2\x33\xe2\x71\x0c\x46\xb1\xdf\x17\xbd\x18\xbc\xa5\x6a\xe6\x1f\x27\x12\x3b\xa9\xcb\xc7\x82\xb0\xe3\x0c\xa5\xe3\x2d\x94\x1d\x8c\xf6\x66\x1d\xc6\x01\x5c\x47\xe8\x1c\x3c\xd9\xc0\x88\xa2\x27\x0d\x6d\x03\xec\xa7\x9c\x30\x41\x7f\x2f\x25\xd1\xb9\x24\xe3\xfc\xe4\x44\xce\xf2\x3e\x41\xc1\x16\xb2\xbe\x8f\x77\xe5\xc6\x27\x28\xee\xa5\xf4\x84\xa0\x60\xb5\x85\x6c\xa5\xf0\x5d\xc1\x8c\x9b\xab\x9d\xe4\xe6\xc9\xab\xfe\x8b\x93\x2d\xdb\x45\x27\x01\x4a\x22\xbc\x0f\xe3\xdb\x15\x5c\xb5\xf7\x5b\xbd\xea\xbf\x58\x65\x24\xaf\x0a\x52\x58\xe1\x38\xeb\x9f\x51\xb3\x52\x93\x06\x91\x15\xa7\x73\x83\xc9\xee\xa4\x81\xf0\x08\xc7\xb7\xbd\x92\x3a\x2f\xb7\x21\xcd\xf5\x38\x40\x1b\x6e\xd5\x00\x41\x14\xa7\xc4\x47\x14\xc4\x08\x05\x4a\xef\x00\xb7\x00\x01\xba\x43\x11\x4e\xc4\xc4\x43\x9f\x90\x9f\x32\x04\x16\x29\x9f\x63\xfc\x17\xa5\x5d\x88\x02\x1c\x77\x50\x39\x05\x96\x2b\x9e\xd0\xa5\xeb\xf0\x76\x0b\x9c\x3b\x18\x46\x70\x1d\x46\x21\xdb\x03\x14\x73\x99\x06\x00\x72\x24\xfd\x2d\x48\x08\xba\x0b\xd1\xc7\x63\x10\xc6\x7e\x94\x06\x5c\x51\x8b\x16\x5e\xf2\xba\xa0\xb3\x3e\x8e\x37\xe1\x6d\x4a\xc4\xe7\x63\x3d\xed\x39\xaa\x61\xac\xfe\xc3\x25\x0f\x7c\xbc\xdb\xa5\xb1\x06\xc3\xbf\x17\x66\xf2\x1d\x8e\xd2\x1d\xa2\x39\x13\x28\xc3\x04\x01\x6e\x2f\x00\xdb\x42\x26\x98\x24\x8c\x31\x4d\xc9\x5d\x78\x87\x00\xe4\x1c\x64\x90\xb0\x7e\xb6\xfc\x09\x1b\xa1\x59\x32\x4b\x50\xec\x71\xa1\x28\x98\x03\x2d\x45\x30\x57\x52\x04\x77\x72\x79\x05\xcf\xfb\x67\x67\xfd\x82\x09\x00\x34\x8c\x7d\xd4\xc0\x5c\x05\x52\xcf\x6a\x0d\xe7\x55\xff\xc5\x9f\x39\x3b\x28\x9f\x94\x20\xcd\x16\x32\x0d\x28\x5b\xd0\x0a\x62\x9a\x25\x88\x40\x86\x49\xbf\x41\xa5\x68\x9a\x24\x98\xb0\x96\x59\x24\x00\xdc\x69\x8f\x41\x2f\xfc\xd2\x24\x18\x17\x7d\xf9\x91\x26\xd0\x47\xe7\xb9\x61\x39\xc2\x6b\xbe\x50\xd3\xf3\xa3\x1e\x28\xba\x20\x77\x67\x47\x00\x48\x77\xc3\xe3\x16\xde\x47\x8e\xef\xe3\x54\xa8\x41\xd1\xb4\x03\x90\x3b\x21\xfc\x4f\x41\x77\xf8\x1a\xe8\xcc\xe7\xe3\xd1\xc0\x59\x8e\x66\xd3\xd5\xd4\x99\xb8\x72\x9d\xd4\x8b\x68\xed\x6b\x4f\x60\x4e\xef\x7c\x3b\x36\x0b\x1c\xa1\x8b\x30\xe6\x8a\xfa\x6d\x50\xe9\xa1\x20\xe4\x54\x13\x1c\xa1\x05\xda\x9c\x17\xba\xa9\x2f\x34\xd5\x3c\x04\xa0\x67\x63\xda\xc3\xa8\x56\xe0\x6a\x14\xd7\x56\xd6\xea\xda\x1a\x45\x66\xe7\xea\x23\x5a\x2b\x07\xe7\x29\x05\x5c\xdd\x68\xff\xbe\x2c\x04\xd2\x07\xf0\x9b\x88\xf3\xf9\xb0\x5d\xb8\xa0\x1b\xd2\x04\xf9\x12\x0b\x81\x9c\xfc\x67\x4f\xf5\xe6\x93\x42\x0d\xcd\xbf\x9e\x83\xd7\xa7\xaf\x4f\xb5\x31\x81\xe4\x16\xb1\x79\xf9\xe7\x62\x47\x5a\xee\xf9\xa7\x3f\x3d\x37\xf5\xd4\x3f\x53\x14\x21\x9f\x61\x92\x73\x57\xdb\xc3\x81\x30\x84\xad\xa4\x3c\xba\x48\xb9\x0b\xfb\xe3\x15\xc1\x69\x42\x41\xc2\x6d\x0e\x27\x44\xd8\xc2\x7c\x54\xe0\x47\x29\x65\x88\x4f\xfd\x7e\x59\x46\x7d\x18\x25\x5b\xd8\x7f\x9f\xae\x11\x89\x11\x43\x94\x5b\x1c\x86\x23\x6e\x96\x50\x2f\x8d\x09\x82\xc1\xbe\x87\xe2\x20\xc1\x61\xcc\xe8\x39\x78\xc2\x48\xaa\x96\xfe\xaf\xa9\x1b\xbd\x44\x4e\xe8\x6e\x0a\xa2\x5b\xe7\x5a\xa2\x08\x1e\xcd\xcf\xc1\x14\xc7\xc8\xa6\x39\xd9\x28\x99\xfc\x5f\xbf\x7e\x6d\x92\xbf\xfe\xf9\xb7\x24\xff\xef\x45\xe8\x76\x09\x72\x2a\x6f\x49\x18\x7c\xef\xf2\xd3\x78\x3e\xbe\xf4\xe6\xd2\x89\xa7\x00\x6a\xe1\x18\xb6\xc2\x45\x07\x0c\xf3\x3d\xe8\x35\x66\x60\x81\x03\xbe\xad\x66\xd8\xc7\x91\x59\xbe\x65\x2f\x42\xee\xcb\x7a\x3e\x22\xac\x27\xb7\x96\x6a\xc3\x90\x09\x41\xf5\x16\x4d\xe8\xd7\x13\x76\xab\x35\xc7\x8c\xe0\xa0\x24\xd5\xb3\xb3\x67\xcf\x9e\x19\xc4\x9a\xff\xfe\xbd\xc9\x55\x2f\xb4\x85\xc0\xc1\xb7\x5b\x62\xdf\x87\x48\x0e\xd4\x22\x91\x62\xbb\xdf\xf6\x02\x5b\xa6\x98\xf2\xb9\x83\x63\x67\xb3\x09\xe3\x90\xed\xcf\xc1\x20\x0a\x51\xcc\x46\x73\xd3\x57\x05\x56\x6f\x67\x54\x4b\xfd\x7f\x00\x58\xb8\x43\x38\x65\x1e\xf2\x71\x1c\xd0\x73\xf0\xfc\xe5\xe9\xe9\xd7\xb1\xe2\x6b\x82\xdf\x0b\xe5\xe0\x9b\x97\x9f\x43\x82\x04\xcb\xbe\x96\x92\xc0\xdd\x87\x1e\xf3\x93\x16\x15\xc9\x5b\x1d\x60\x9b\xa5\xa4\x5f\x9e\xbd\x3c\x7b\x69\x10\x75\xfe\xfb\xfd\x64\x0d\x77\x1f\xbe\xe5\x2a\x0a\x77\x1f\xbe\x9b\x95\xb4\x20\xd2\x8a\x7f\x74\xf8\x02\x5a\x5b\x2f\xf5\x62\x72\x0e\x96\x83\xf9\xe3\xaf\xa1\x5f\x4d\x6c\x93\xbd\xf7\xd3\xb8\x6c\x59\xbf\xd6\x9c\xd9\xed\xe9\x87\xa8\x65\xc6\xe8\x36\x16\x83\x2a\xd9\xfe\xfc\xf9\xa9\x69\x6a\x64\x3f\xdf\x8f\xc5\x72\x68\x03\x93\xc3\xe0\x3c\x0b\xc7\xf4\x5a\x5c\x69\x65\xeb\xf5\xee\x3a\x65\x87\x4b\x45\xf4\x12\x93\xa7\xba\xcf\x7c\x4a\x65\x34\x48\x4f\x1f\xd5\x7b\x0b\x13\x82\x3f\xed\xfb\x84\x77\x24\x65\xc7\x45\xd9\xdf\x73\xf0\xf2\xf4\xde\x4e\xc9\x7d\xb6\xa4\x1d\xf9\x55\x92\xf4\x16\x53\x76\x6e\x8c\xaa\xcf\xbc\x25\xef\x29\xa2\xe7\x5f\x32\xad\x38\x37\xe8\x40\xb6\xd6\x32\xac\x3f\x77\xda\x23\x5b\xc4\xde\x41\xda\xf4\x6b\x8b\x9b\xfe\x16\xe4\xfd\xe8\x62\xf6\xda\xe5\x2c\x09\x64\x39\x75\x0c\x91\x5d\x18\x2b\xea\x12\x48\x29\xdb\x12\x9c\xde\x6e\x1f\x51\x21\x1a\xf5\x3a\xf3\xa3\x1e\xd7\x0c\xe4\x5e\xf0\x3d\x0c\xc0\x1a\x46\x30\xe6\xa2\x94\x11\xf3\x6f\xe8\x33\x77\x63\x95\x51\x35\x8a\x09\xb3\xaf\x34\xf7\x73\x04\x0e\x98\xfa\x65\x01\x3f\xde\xcc\xaf\x49\xb8\x32\xe7\xbf\xb7\x4d\x4e\x9b\x9c\xfe\x25\x93\xd7\x26\x51\x98\x24\xf4\xa4\xe8\x2d\x31\xc8\xd0\x26\x8d\x3c\xf4\x95\xc3\xef\x96\x2d\x7b\x20\x53\x1f\xdc\x1d\x99\xe3\x28\xf4\xf7\xe7\x60\x46\x02\x44\x50\xb0\xe0\xfe\xae\x68\x45\x90\x18\x99\x9e\x83\x33\xa3\x47\xb3\x83\xcc\xdf\x8e\x4b\xc8\x1e\xbc\x6b\x2f\xe8\xc8\xb4\x0b\x0d\x00\x50\xc6\x1d\xf3\xdb\xbd\x1e\x92\xe0\x28\x0a\xe3\xdb\x39\x24\x70\x57\xc0\x43\x94\x1a\xdc\xc1\x28\xdb\xf4\x3d\x3b\xcd\xbe\xed\xe0\x27\x2f\x25\xb7\x48\x13\xa6\x7e\xbb\x89\xa1\x4c\xab\x45\xa5\x2f\xd5\xdd\xe3\xd9\xb3\xd3\x1c\x54\x9a\x04\x90\xa1\x39\x22\x21\x0e\xea\x43\xb1\x7d\x82\x44\x7e\x23\xd2\xae\x7e\x56\xc6\xa1\x79\x58\x92\x7c\x5d\xfa\x07\x4c\xb5\x7b\x72\xbf\xb3\xfa\x08\xe6\x67\x2a\x04\x64\xe2\x50\x66\xe4\x0a\xe8\xf6\x00\x8a\xef\x8a\xd8\xeb\x38\x02\x9f\xa2\xa3\x81\x2b\xe0\x16\x3e\x03\x70\x07\xa3\xb4\xdb\xe8\x26\x70\xf3\xc5\xec\x72\x34\x7e\x0c\x88\x3f\x5e\x2d\x66\x37\x73\x6f\x35\x1f\x4d\xaf\x38\xd8\xe5\x6c\x30\x1b\x9b\xe0\xe6\x4b\xdb\x70\x2a\x9b\x1b\xa0\xcd\xe6\xee\xd4\xbb\x1e\x5d\x2e\x57\xba\xd1\xea\x21\x1c\xe8\x15\xc2\xa4\xc5\x61\x46\xd3\xcb\xd1\x74\xe4\xcd\x9d\xe9\x6a\x30\x9b\x4e\xdd\xc1\x72\xb6\xf0\x4c\xc0\x4b\x21\x39\xfe\x27\xdc\x89\x7a\xa1\x1f\x3e\x0f\x9d\xa5\x73\xb5\x18\x0d\x57\xa3\x89\x73\x55\xd2\x26\xd1\x64\x9e\x46\x91\x36\x11\xa3\xcd\x14\xb3\x39\x41\x34\x4f\x1e\xf3\x3f\x51\x78\x87\xb8\xcf\x38\x27\x78\x8d\xce\x4b\xa3\xa3\x4f\x45\x85\xd1\x6a\xb3\xdb\xc1\x38\xa8\xfe\xdc\x03\x27\x38\x61\x27\x9a\xe2\x93\x75\x18\x9f\x94\x20\xf7\xe9\xb6\xd4\x65\x03\xc3\x28\x25\x68\xb9\x25\x88\x6e\x71\x14\x9c\x83\x17\xa5\xef\x61\x1c\xb2\x10\x46\x43\x14\xc1\x7d\x3e\x7b\xcb\x6d\x12\xcb\xcc\x95\x7f\x68\x2a\x82\xb8\x85\x11\xce\x4a\xdf\x6b\xa6\xa1\xd8\xbd\xf3\xa4\x02\xe5\x0d\xa6\xe6\x46\x36\xbb\xe6\xd5\x6d\x7e\x11\x7e\x45\x2f\xcc\x31\x00\x23\xc0\x62\x44\xb6\x08\xb1\xa6\x29\x76\x98\x04\xc1\x20\xfc\x3a\x92\x2f\x83\x7e\x1c\xd1\xbf\x6a\x12\xfd\xd9\x23\x8a\x3e\x2b\x0d\x29\x53\x1a\x85\xbb\x90\xd1\x1a\x53\x92\xb4\x34\x0d\x07\xf3\x9b\xd5\x78\x34\x19\x2d\xbf\x54\x1a\xee\xd0\x0e\x93\x7d\xa9\xed\xc4\x9d\xcc\x16\xef\x4c\xcd\x09\xfa\x90\x22\xfa\x6d\x46\x93\xb5\x1f\x13\x9c\xc6\x55\x1d\xde\xf1\xdf\xe6\x90\x6d\xcf\x2b\x22\xa6\x0c\xc6\x01\x8c\x70\x8c\xc4\x6f\x06\x35\xa4\xe4\xae\x57\xf9\x54\x86\x77\x07\xc9\x09\x49\xe3\x13\x55\x64\x77\xf2\x2b\xbc\x83\x7c\xb3\xf1\x1e\xed\x45\xed\x09\x35\x00\xcd\xcc\xa9\x6e\xd4\x93\xb8\x77\x1e\xa4\x9e\x90\xf1\x11\x2c\x54\x04\x58\x86\xab\xe7\x65\xf8\x9f\x20\xa6\xda\xb2\x0e\x64\xac\xef\x32\x24\x34\x07\xa4\xea\x63\x74\x1b\x27\xfa\x08\xf7\x79\x6f\xea\x6f\x51\x90\x46\x88\x48\xc7\x29\x40\x1b\x98\x46\xac\x97\xfd\x9c\x37\xe4\x3b\x20\x19\x26\x67\xe8\x13\x3b\x07\x9f\x73\xe1\x15\x1c\xde\x2b\x02\xfd\xaa\x27\xf3\x32\xd7\x6a\x55\xe0\x53\x5a\xe9\x77\x09\xdb\xf7\x82\x90\x94\x40\x76\xe6\x75\xaf\x1b\x97\x80\x2a\xa3\x2c\x6b\xb2\xfc\x6d\xda\x06\x80\x91\xf0\xf6\x36\x73\x50\x7a\xca\x23\x93\xce\xd1\x60\x0b\xe3\x5b\x89\x8e\xc4\x6c\x10\xc1\x70\xa7\x6b\x91\xb2\x2e\x75\x17\xcd\xa8\xa0\x65\xd7\x48\x66\xff\x26\x38\x28\x73\x8c\x3b\xd7\x3f\x93\x90\xa1\x59\xec\xa3\xa2\x9c\xeb\xe6\xc2\x3c\x81\x39\x23\xab\xeb\xf6\xdb\xd9\xf8\x66\xe2\xae\x06\xce\xdc\x19\x8c\x96\xef\xbe\xd8\x63\xb4\xc3\x8a\x7b\xd8\x65\xb7\x98\x55\x34\x19\x32\x92\x1f\x61\xc8\x7a\x1b\x4c\x7a\x22\x48\xfe\xcd\x2a\x0b\x5a\xb6\x3c\x96\x90\x4f\xbe\x9d\x79\x48\xbe\xb1\x82\x45\x75\x37\xa2\x3c\x7e\x24\x8b\x80\xbf\x1f\x97\xbf\x82\xf6\x01\x0c\xac\xeb\xf6\x41\x6e\x7f\x11\xfa\x8d\xe7\x2e\x3c\xee\x5a\xcf\xdd\xc5\x72\xe4\x1a\xfd\x54\xb1\x4c\xbc\x0f\xe5\xb2\x70\x52\x2a\x4d\x3c\x29\x70\xa5\x97\x52\x44\x68\x3f\x21\x38\x41\x84\x85\x25\x63\x6f\x1a\x7a\x31\x1b\xbb\x8f\x35\x34\xc1\x11\x6a\x19\xba\x5c\xc8\x6e\x76\xf6\xcd\xc5\xee\x66\x28\xf3\x9f\x87\x6d\x40\x44\x41\xba\x19\xc6\xe4\xc2\x75\xa6\x46\x92\x25\x00\xf9\xdd\xd6\x5b\xc5\x56\x06\xb3\xe9\x72\x31\x1b\x8f\xdd\xc5\x2a\xdf\xdb\x5c\x8d\x67\x17\xce\x78\x35\x1c\x79\x83\xd9\x5b\x77\xf1\x6e\xe5\x4e\x9d\x8b\xb1\xdb\x80\xec\x7d\xa0\xdd\x07\xb3\xf9\xc2\xbd\x74\x17\xab\x37\x23\x57\xb5\x52\xbb\xaf\xfb\x61\x66\x83\xd6\x1d\xb3\xa5\x3b\x99\x8f\x9d\x25\x37\xd3\x83\x6b\x77\xb5\x5c\x1a\xb7\x96\x36\x4c\xea\xbd\x6d\x23\xff\x3c\x5b\xbc\xb9\x70\xa7\x83\x6b\x33\x21\x0d\xf2\x29\x18\xef\x2e\x04\x35\x2b\xb6\xb9\x7d\x77\x76\x35\x2a\xbc\xb1\xf9\x01\xa2\x98\xbd\x71\xa7\x07\x71\x9f\x77\x68\x81\xdf\x89\x1d\x1d\x78\xd0\x85\x70\x0b\xb5\xb9\xe8\x17\xb3\x9b\xe5\x61\x71\x06\xc3\xfa\x90\x03\x9e\x38\x6f\xdd\xe9\x6a\x32\x5a\x2c\x66\x8b\xd5\xcd\xc2\xa2\xb9\xd5\x56\x26\x14\x65\x9b\x85\x3b\x9f\xad\x46\x16\x3a\x4b\x4d\x5a\x60\xb4\xe0\xa2\xdb\xb4\x41\xf1\xdc\x85\x9d\x57\x86\x86\x2d\xf0\xe6\x8e\xe7\xfd\x3c\x5b\xb4\xd3\xa7\x1b\x5a\xed\xb6\x68\x6a\xd7\xac\x5a\xf2\x2a\xef\x60\x43\x33\x07\x6b\x55\x34\x0b\xd4\x26\x64\xaf\x46\xcb\xd5\xf5\x6c\xf6\xc6\x5b\x0d\x47\x16\x5c\x4b\x4d\x4c\x30\xca\x87\x92\x6c\x80\x4e\x10\xf3\x4f\xd6\x2a\x47\xe9\xcb\x14\xa5\xae\x85\x33\x6c\xe5\x4c\xa0\x3b\x52\x5d\x39\x24\x65\x05\x6b\xd7\x1c\x0b\x48\x9b\x68\xe4\xd7\x66\xe5\xb1\x80\x6c\x92\xcd\x77\x19\xd6\x34\x55\x09\x77\x1e\x68\x3e\x5b\x2c\x8d\x0b\xd8\xeb\xd7\xaf\x5f\x9b\x16\x30\x67\x3e\xbf\x9c\x2d\x26\xee\x62\x55\x08\x97\x3e\x72\x3c\xda\x38\x86\x15\x53\x11\x7b\x6b\x46\xf5\xc7\x89\xb7\xba\x58\xcc\xde\xb8\x8b\x95\x33\x1c\x2e\x5c\xcf\xe2\xc0\x35\x97\x85\x75\x80\x6e\x45\x52\x54\x79\x75\x46\xd2\x6e\xa6\xac\xcd\x4d\xea\x6a\x46\xb1\x71\x52\x34\x76\x31\x8d\xe1\x79\x0d\x4b\x87\xfa\x68\xeb\xc7\xf5\x72\x34\x54\xb1\xf6\xd5\xd0\x9d\x8f\x67\xef\x26\xee\x74\x69\x94\xce\x62\x36\x5b\xf6\x3f\x42\xd3\x9a\xca\x61\x2d\x5c\x67\x3c\xb1\x63\x21\x3e\xdb\xf0\x90\x27\x42\x3b\x5a\x89\xbc\x83\x0d\xdc\x60\x3c\x72\xa7\x87\x80\x93\x1d\xac\xdc\x6d\x5c\x52\x8b\x2d\x6c\x10\x9a\x45\x5e\x6c\x61\x83\x30\x1c\x79\xdc\xd7\x5d\x79\xde\x78\x35\xe0\xbb\xbe\x4b\x3e\x4d\xdc\xd5\x5b\x67\x3c\x1a\x8a\xf9\x62\x87\xdd\xde\xd7\x8a\xf7\x62\x34\x1d\x8c\xe6\xce\x78\xe5\x2c\x97\x8b\xd1\xc5\xcd\xb2\x81\x09\x86\xc6\xc6\x95\xa1\x98\xd6\xee\xba\x30\xd4\x4b\x16\x1a\x80\x5a\x6c\x4b\xa7\xea\x98\x32\x58\xe7\x66\x79\xbd\x1a\x0f\x9d\xb9\x7d\x86\x95\x9a\x34\xc3\xb8\x18\x4d\x87\xab\xa1\x45\x50\xb5\x66\x1d\x60\x0d\x16\xee\xd0\x9d\x2e\x47\x4e\x2b\x6e\x95\xe6\xcd\xb0\x7f\x74\x1c\x71\x48\xfb\x66\x31\x5a\xbe\x5b\x0d\x67\x13\x67\xd4\x8a\xb4\xa9\x4f\x0b\x05\x8e\xe7\xae\x06\xcb\x5f\xba\x70\x24\x6f\xda\x01\xe6\xe5\x68\xbc\xb4\x5a\x6f\x53\xd3\x66\x98\x9e\xeb\x2c\x06\xd7\x2b\x6f\x30\x9b\xdb\x96\x56\x63\xdb\x4e\x50\x97\xa3\x89\x2b\x53\x10\x1d\x41\xe7\x1d\x9a\xe1\x0f\x47\xde\x72\x34\xbd\xba\x19\x79\xd7\xee\x50\x2c\xa5\x6d\x53\xb8\x5b\xdf\xe6\x51\xe7\xce\xc2\x73\x5b\xec\xa5\xad\x75\xcb\xfc\x53\xad\x56\x17\xee\xd5\x68\xba\xf2\x96\x8b\xb2\x4b\x67\x9e\x91\xa6\x4e\x1d\xc7\x71\xa7\xc3\x43\x47\xc9\xbb\x34\x8f\xb1\x98\x8d\x0b\x1c\xb5\xee\x1d\x1b\x3a\xb4\xc3\xf7\x3a\x4e\xad\x62\xdb\x0e\x58\x77\x9b\x5b\x85\xa6\x1d\x60\x2e\xb8\xd5\xf0\xac\x2b\x98\xad\x75\x8b\xfe\xbb\x97\xce\xcd\x78\x29\xfa\xb4\xea\x7b\xa1\x6d\x07\x7c\xcb\x13\xa2\xab\xf8\x6a\xbd\xba\xcc\xa4\xbc\xe7\xe5\x62\x36\xe9\x20\x4e\x4b\xb7\xc3\xf4\xd1\xeb\xa8\x37\xd5\x3e\x2d\xa3\xb8\x97\xee\x82\x2f\xbb\x7c\xbe\x94\x38\xb1\x5a\xce\x56\x83\x6b\x77\xf0\xa6\x75\xd0\x76\x10\x56\x1c\x04\xc2\x13\x67\x3e\x77\x17\x9d\xe2\xe7\x6a\xdc\xa6\x6e\xdd\xc6\x72\xe7\x63\x67\xe0\xb6\x29\xa2\xad\x4b\xad\x82\xc5\xe8\xc9\x88\x62\x17\x6e\x7b\x5c\x67\x52\xdb\x92\xd7\x0a\x5f\x2a\xa9\xd7\xc6\x92\x97\x2d\x63\xc9\x55\x35\x5d\x09\x40\x22\x13\xca\x04\x51\x76\xb2\x45\x30\x62\xdb\x7d\xb5\x45\xf5\x5c\x96\xfe\x43\xfd\x2d\xd2\x11\x82\xd2\x27\x73\x99\x43\xa5\x7f\xb5\xce\xa1\x5c\x29\x51\xad\x63\x28\x56\x84\x1c\x90\x21\x02\xdd\x6a\x58\x5e\xbd\x32\xd5\xb0\xfc\x8a\x23\xfc\x3e\x2c\x17\x01\x74\x2e\x63\xa9\xf1\xab\x76\xde\xed\x50\x80\xf9\xf1\xb6\x2a\x40\x7a\x4f\x88\x0f\x2c\xdd\x69\x2a\xb3\xa9\x57\xc2\x3c\x7f\x79\xa8\x3a\x92\xac\xe4\xb3\xf0\xfd\x71\x94\xf1\x79\xa3\x2e\x76\x57\xc5\x83\x2a\x6a\xf2\xd2\x95\x7a\x2c\xf3\x41\x25\x2c\x87\x04\x1f\xb5\x94\xab\xed\xed\x95\x27\x52\xd0\xb3\x38\xda\x9f\x03\x46\x52\x7b\x51\x4a\x31\x4f\x69\x18\xb1\x2d\xe0\x76\x87\xa3\xac\x17\x2d\x5d\x6a\x61\x2f\xc1\xcd\xee\xb3\xc8\x84\xf5\x90\xc2\x91\x43\x39\xd3\x56\x00\xd2\x76\xb1\x56\x6d\xe8\x43\x58\x04\x0a\xd7\xdc\xbc\xcd\xeb\x44\xca\xd8\xf8\xfc\xa7\x16\xf6\x49\xd8\xa2\xa5\xe8\x5b\xad\x4d\x11\xab\x8e\x2c\x4a\xa9\x56\x33\xeb\x3b\x90\xfc\x8a\x66\x64\x86\x86\x0f\x5d\x62\x71\x47\xab\xbd\x21\xb8\x44\x89\xac\x13\x19\x71\x4c\x3c\x46\x10\xdc\x2d\xe1\xad\x61\x45\xe8\xb0\x9c\x9e\xff\xf0\xb9\xf4\xe3\xd2\xb9\xaa\xd6\x08\xa9\x9b\x6b\x2a\x0d\x79\x6f\x6f\xee\xe4\xc9\x55\x59\x53\x31\xca\xb9\xa3\xf8\x65\xa8\xe5\xf9\xef\x59\xf9\x52\x3e\x27\x91\x35\xa6\x7d\xf9\x6b\xff\x7d\x88\xfa\x98\xdc\x72\x9b\xd0\x53\x47\x43\x5a\x0f\x8f\x1c\x35\xdb\x0b\xf3\x91\x8b\x6a\x09\x0d\x41\x77\x21\x67\xf5\x75\xc8\x27\xee\x7e\xcc\xad\x71\x56\x0a\xf9\x28\xc7\xc0\xbb\x15\xfb\x17\x0a\xfa\x4f\x4f\xff\x57\xf1\xe7\x52\x4d\xff\x77\x5e\x96\x5f\x15\xf3\xc1\x7a\xf1\xa8\xba\xd1\x5d\x3f\xc0\xc3\x2a\x84\xf2\xb4\xf5\xc3\x32\x49\x06\xd0\xcb\xd1\x24\xaf\xd5\x58\x0d\x9d\xa5\xb3\x92\xd9\xc5\x85\x7b\xb9\x70\xbd\xeb\xd5\x68\xba\x74\x17\x6f\x6d\xc1\xc0\xce\xdd\x4d\xdb\x1a\xde\xdc\x9b\xdd\x2c\x06\xe6\xcd\xd2\xe2\x7a\xee\x4c\x0c\xdd\xc4\xef\x62\xac\x0b\xc7\xb3\xa5\xa4\xdf\x79\x3f\x8d\x57\xc3\x0b\xd3\xb0\xaa\xff\x62\xf4\xd6\x1c\x74\xd8\x41\x12\xc2\x60\x6d\xed\xd9\x92\x0c\x17\x23\xdb\x72\x37\x12\x42\x4b\xfa\x5b\x40\xb0\x54\x30\x48\x00\x9a\xe1\xd7\x33\xcf\x16\xe3\x6b\x38\xd6\xdd\x04\xd1\x9a\xea\x7a\xfe\xfc\xd4\x98\xe9\x2a\x16\x5d\xb8\x0b\x6f\xe4\x2d\xdd\x29\x57\x85\x91\x33\x76\x07\x16\xe4\x0a\x7d\x94\xa0\x64\xeb\xb6\xc2\x8f\x22\xfc\x86\x62\x2d\x63\x73\x3b\x33\x7f\x9c\x0e\x47\x8f\x07\x6c\xe9\x18\xd9\xd7\x54\x39\xf4\xdf\xac\x0c\x6e\x32\x1b\xb6\xd7\x90\xf1\x46\x46\x9b\xb0\x98\xcd\xc6\x9e\x6e\x25\xc3\x7d\xab\xc1\xd8\xf1\x3c\x5b\x44\xa5\xa9\x87\x69\x84\xf9\x62\x36\x71\x97\xd7\xee\x4d\xd6\xc7\xfd\x65\xa9\xd3\x59\x16\xe6\x35\xf7\x69\xe1\xc7\xc5\x3b\x3e\xdf\x57\x22\x22\xd3\xa9\x06\xaa\xda\xa1\x05\xbe\x29\x56\x78\x59\x71\x5a\xf9\x9f\x4d\x88\xa2\x20\xbb\xcc\xaf\xf6\x45\xee\x9c\xf4\xb2\xde\x97\xab\xf9\xdf\x9f\x76\x5a\x2d\x9f\xfe\xa3\x19\xc5\xc3\xab\xad\x4c\x0b\xb7\x01\xb0\xb7\x74\x16\xcb\x9b\x39\x77\x8c\x9d\xa5\x7b\xf5\xce\x04\x3e\xbb\x25\xd3\x63\x90\xb0\x34\xf1\x94\xc7\xd4\x62\x6c\xee\x5f\x65\xf6\x58\x35\x6f\x8f\x5d\x54\xa6\xda\xcc\x2e\x3b\x00\x9a\x5d\x36\x97\x70\xd9\x57\x6c\xb1\xdf\x39\x76\x7f\x59\xf2\x55\x72\x6c\x33\x94\xa2\xd5\xaa\xb5\xd8\x8d\xa0\x04\x37\x3b\x30\x66\x68\x8d\xa5\xac\x07\xba\x48\xe6\x11\xe6\xce\xf2\xda\x04\xfe\x64\x07\xef\x50\xfc\xec\xa4\x33\xa0\x66\x77\xe2\x1e\x05\x6c\x36\x7c\x0f\xaa\x9a\x6a\xaf\x68\xd3\x12\x6e\x17\x62\x87\x8a\x45\x13\xb0\x07\x94\x2e\x1a\xc1\x3d\x46\x0d\xa3\x09\xf0\xa3\x14\x33\x1e\x50\xdb\x97\xdf\x6e\xf0\x18\x55\x7d\xf6\x4b\xcf\xad\x00\xed\x5c\xac\x01\x7b\x48\x25\x5f\x0d\xd8\xff\xe4\x82\xa5\xe2\x9a\xf7\xa0\x52\xa5\x0a\xa0\xdf\x8b\x94\x2c\x78\xff\x6b\x8a\x94\x9a\x6f\x54\x69\x00\xd7\xbe\x1d\xfa\xbd\x30\xc9\x0c\xfb\xf7\xc2\xa4\xdf\x0b\x93\x7e\x2f\x4c\xfa\xbd\x30\xe9\xf7\xc2\xa4\xdf\x0b\x93\xba\xaa\xe4\xef\x85\x49\xdf\xb0\x30\xa9\x18\xea\x7a\x68\x49\xd2\x06\xf9\x7b\x3f\xaa\x14\x88\x24\x98\xca\xd8\x50\x35\x32\x66\xba\xa0\xc5\x7a\x45\x0b\xe7\x8a\xb8\x97\xa5\x72\x11\x8b\xfa\x82\x13\x76\x82\x60\x22\xef\xec\x81\x69\xec\x6f\x4f\xc4\xc3\x44\xbd\xf7\x21\x2a\x5e\x58\x87\xf1\x7b\x5a\xbd\xcb\x25\x21\xc8\x63\x38\xf9\x3e\xd1\x6b\xa8\xf3\x32\x54\xde\x94\xbe\x37\x17\xde\xe8\xc8\xa3\xac\xc0\x91\x08\xa8\xba\x30\x7f\x8b\xfc\xf7\xd5\x5e\xbf\x9d\xda\x30\x53\x70\xf3\xf7\xd2\x30\xf9\xe7\x2b\x56\x72\x19\x15\x4a\x54\x27\x7c\x45\x7d\xfa\x17\x97\x77\x15\x53\x2e\x0f\x2e\xec\x6a\x8f\x3c\x69\x79\xe7\x2d\xef\x51\xcc\xc5\xf9\x38\x30\xe6\xc7\x0d\xb6\xad\x07\x4a\xd6\xa8\x07\x7a\x7e\xe9\xbf\x69\xcc\xc2\x08\xc4\x34\xc2\xf8\x7d\x9a\xd8\x33\xa3\xe0\xdf\xff\x1d\xc4\x3e\xe8\xdd\xfd\xb3\x53\xf6\x14\x88\x6b\xac\xff\x0c\x02\x0c\x90\xbf\xc5\xe0\x23\x0c\x59\x18\xdf\x8a\x6b\x42\xad\xfd\xff\x0c\x68\x84\x50\x02\x9e\xf1\x7e\x31\xfa\x73\x7d\xb5\x5b\xa7\x74\xbf\xc6\x9f\x9a\x56\x35\xcb\x0d\x73\x76\x6b\x23\x86\xee\x71\xa6\x16\x9a\x17\x8a\xd3\x26\xf2\x61\x4c\x0d\xff\x12\x46\xd1\x1a\xfa\xef\x97\x78\x8c\x6f\xe9\x2c\x76\x09\xc1\xc5\x9b\x92\xbe\x4e\x35\xdc\x7f\x76\xa8\x86\xeb\xa2\x54\xed\x75\x70\xb6\x97\x23\x45\x97\x6f\x5e\x70\x56\x5f\x0a\xee\x59\x6f\xd6\xe8\x25\x7d\x07\x95\x66\x87\x5c\xef\x6a\xa8\x34\x93\x05\x66\x42\x1c\xfd\x44\x68\x6a\xb9\xda\x8c\x9b\xc7\xe8\x0e\x89\xd7\x5e\xe8\x39\x78\xfa\x1f\x4f\x45\xc7\x47\xbd\x28\x16\xee\x3e\x3c\xe8\x8e\xd8\x1f\x3e\x7f\x76\x26\x3f\x09\x87\x77\x34\x70\xbc\x2f\x5f\xd4\xf7\x03\x2a\xc4\x1e\x70\xa1\xac\xc4\xbe\xc3\x5d\xb2\xc5\xc3\xd1\xdf\x45\xd5\x97\xc6\xbc\x8b\x74\xc0\x03\xef\x62\x9a\xfc\xf4\x68\xc7\xb4\x27\x3f\x3d\xf6\xa9\x6c\xa1\x3d\xf6\x9d\x95\xfa\x6a\xeb\xd9\x10\xa4\x52\x5f\x6d\x3d\x97\x0b\x67\xea\xcd\x67\x0b\x73\x46\x84\xcf\xc3\x8f\x21\x31\x25\xa0\x78\x67\x75\x65\xd1\xc4\xf9\x65\xe5\x8d\xfe\xab\x01\x83\x4a\x43\x2b\x03\xdc\x9f\x6e\x46\x0b\x77\x35\x9e\x5d\x95\x02\xb5\xc5\x36\xa2\x10\xcd\x96\x43\xe3\x5b\x1d\xb8\xfb\x50\xad\x0d\x37\xf5\xe7\x83\x5c\x59\x82\x62\xd6\x92\x1e\x0e\x60\x30\xbe\xf1\x96\xee\xe2\xc0\x6b\x84\x8a\xd6\xa1\x41\xc6\xda\x7e\x34\x8f\xfd\x98\x7a\xac\x41\x7e\x05\x7d\x76\x7f\x59\x2e\x9c\x95\xb3\xb8\xf2\x2c\x0d\x9c\xe9\xbb\x81\xe3\xc9\x0b\xa6\x46\xbf\x58\x1a\x4d\x6e\xc6\xcb\x51\x73\xb3\xf9\x6c\x98\x2f\x67\x75\x02\x0e\xab\x98\xa9\xd5\x50\x1b\x3a\x56\x0a\x6a\xb2\x45\xb6\xee\xf5\x49\xb9\x2a\x86\xdd\xfb\x8e\x61\x75\x64\x40\xbc\xaf\x54\xb2\x99\x9d\x36\x97\x67\x2f\xcf\x1e\x7b\x73\xf9\xe2\xe5\x2b\xd3\xed\xb9\x70\xf7\xe1\x9e\x9b\xcb\xb3\xd7\xaf\x4d\x9b\xcb\xdd\x07\xc6\xee\x07\xf0\xe5\xd9\xcb\x33\x13\x44\xca\xf0\xee\x9e\x38\x16\x1f\x84\x2a\x51\x4d\x18\xda\x85\x0f\xdf\x03\x1f\x76\x69\xf0\x3a\x8c\x4f\xd6\xb0\x16\xf2\xa9\xec\x92\x40\x1e\x03\xe2\x86\xf1\x3e\x97\x0b\x3f\x6f\xda\xe5\x3e\xf4\xe2\x60\xe3\x36\xb8\x7c\xa1\xaa\x61\x3f\x23\xf7\xad\x01\xba\x3b\x29\x7c\xec\x45\xf8\xb6\xdb\x36\x28\x8c\xd0\xc1\x9b\x64\xcb\xd2\xd2\xf6\xf6\x58\xe9\x30\xcd\x6f\xe6\xca\x5b\x79\xb1\xbf\x67\xbc\xde\x73\x16\x0f\x51\x84\xd8\xfd\xaf\x8e\xed\xc0\xaa\x6f\x7e\x9d\x2c\x37\xd2\xff\x43\x6e\x92\xbd\xdf\x1b\x60\x6d\xcf\x61\x1c\xf2\xc0\x17\xf8\x0d\x5d\x1d\x5b\x0e\x0e\xb5\x73\xac\xae\xbd\x07\x6d\x52\xf2\x23\x06\x66\x3f\xac\xf9\x08\x82\x3a\x5e\x70\xff\x23\x08\xaa\x64\xff\xe0\xf3\x17\xca\xd9\xa9\x46\xd2\x1e\x74\x92\xbc\x4b\xc8\x95\xf9\x89\x87\xfd\xf7\x86\xb0\x70\xf5\x95\x3a\xd5\xbe\x61\xf9\xe9\x26\x5b\xd0\xc9\xe5\xaa\x0d\xfc\x6d\xdc\x01\x93\x33\x10\x76\xf1\x0f\x32\xa5\xf8\xeb\x93\x1f\xca\x4a\xf4\x44\x0a\x15\xf4\xb6\xe0\xec\xd9\xab\xfe\x69\xff\xb4\x7f\x06\x7a\x29\xf8\x21\xd7\x44\xd0\x1b\xea\xff\x1a\x35\x47\x0c\x81\xc0\x53\xcf\x1d\xbb\x83\x25\x38\x7b\xda\x4d\x56\x46\xf9\x37\x07\xd5\xcf\x0e\x5e\xd5\xef\x20\x39\x89\xc2\xf5\x89\x20\xf2\x90\xb5\x5d\x46\x5e\x4b\xab\xfb\x23\x1c\x0a\xee\x38\xd2\x63\x1c\xca\x95\x60\xff\x85\xe7\x71\xcb\xb3\xea\x5e\xa1\x51\x01\xe2\x5c\x9b\xa4\xce\x61\x50\x43\xf3\xaf\x72\xec\x76\x6e\x12\xd2\xd7\x7d\xf0\xca\x70\xd4\x3a\x5f\x8d\x6a\x7e\x54\xc1\x87\x9a\xc0\x58\xc7\x34\x2b\xfe\x53\xdd\x77\x2a\xf8\x4d\xb5\xe2\xf2\xee\x4e\xd4\xbf\x80\x3b\x65\x9d\xef\xc6\x98\xcc\xb9\x3c\x8c\x31\x7a\x95\xac\x33\x24\xe1\xb3\x09\x31\x31\xd5\x7a\xf5\xd7\x60\x39\xf6\x22\xd5\x54\x79\x38\xbd\x7f\x04\x40\x10\xd2\x24\x82\x7b\x39\xa9\x9d\xc2\xa3\xea\xfc\x97\x23\x4d\x79\x95\xee\x23\x89\x6a\x48\x50\x90\x4d\x58\x7d\x1e\x72\x0f\x93\xa4\x8a\xc5\x9b\x91\x0b\x60\xb0\x0b\xe3\x50\x38\x69\x98\x80\x94\x22\xc2\x61\xd7\x70\xe0\x4d\x1d\xde\x14\xdc\x50\xb1\x01\xb1\x9c\x7c\x53\xc3\x09\xa8\xa2\x65\xeb\x90\x09\xa4\xf4\x23\x26\x41\xc3\x90\x73\xd5\xe4\x48\x59\x0f\xf0\xf4\xef\xb0\xf7\x4f\xa7\xf7\x5f\xff\xf8\xfc\xf2\xcb\xdf\x4f\x7b\xff\xf9\x8f\xcf\x67\x5f\xfe\x8d\xaf\x36\xb7\x28\x16\x0f\x1a\x9f\x03\xf4\x29\x21\xf2\xf9\x6c\x03\xb2\xf3\x9f\x87\x26\xc4\xd4\xf3\xe7\xdc\xba\x11\x1c\x45\xa8\xc0\x0f\xf0\x07\x0f\x31\x2a\x44\x85\xc9\xad\x38\x40\xa5\xce\x52\xe5\xad\xfb\x29\xd5\xe7\xb9\xf7\x94\xa1\x1d\x50\x77\xe7\xef\xff\x68\x22\xcd\x93\x83\x0d\xf2\xc1\x6a\x9c\xb5\xde\x46\xae\xb8\x9c\x0f\x6d\x63\x75\x9d\xa2\x8c\xdd\x9d\x28\x4a\x3e\x06\x0f\x20\xe8\x11\xe5\x66\xbe\x3a\xbd\x13\xc5\x0c\xbf\x47\xb1\x98\x68\x6b\x04\x09\x22\x7c\x55\xdb\xa2\x98\xe9\xe9\xd6\x89\x11\x02\xc8\x03\x58\xb1\x54\xfd\x9b\x28\x92\x17\xb6\xdb\x69\xea\xa0\x8c\xbc\xc9\x21\x18\xda\x54\xae\xac\x67\xdc\x3f\x4d\x39\x3a\x2d\x6a\xd6\x41\xb7\x92\x8f\xc1\x21\xf8\x3d\xbe\x06\x19\xd4\xc6\x89\x22\xfc\x51\x62\x5b\x20\x86\x61\xb0\xde\x73\x8a\xa4\x7d\xce\x75\x06\x05\x42\x12\xd2\x74\x43\xfa\xbe\x47\x10\xdf\xbc\xca\x89\xc2\x49\x92\xe1\x80\x63\xd1\x00\x7d\x82\xbb\x24\x42\xc7\xe0\x43\x8a\x48\x88\x68\x03\x6b\xe4\x68\x7d\x3e\x52\x51\x8e\x02\x6c\x17\x5e\x5d\x48\x6c\x9d\x94\x6d\xad\x72\x35\x1c\x63\xd5\xf9\x8c\x0d\x8c\x28\x7a\xd2\x24\x5d\xbd\x8c\xfb\x48\x3c\x45\x24\x17\xc9\x26\x59\xe7\x1d\xfa\x01\x3d\x74\xf2\xcc\x0b\xc3\x89\x83\xe2\x75\x51\x56\x8f\x92\x2b\x52\x7e\x85\x77\xf0\x5c\x56\xbe\x9d\xe4\x88\xd2\x13\xe1\x32\x55\x09\x94\x6f\xb2\xf3\x66\x6b\x48\x91\x7d\x01\x94\xed\x86\xba\x5d\x89\xc1\xa5\xbd\xbc\x3e\xf4\xd8\x61\x30\xeb\xd2\x57\x19\xec\x91\x66\x41\xb6\xf7\x6b\x41\xab\x0b\xfd\x25\x3f\x44\xbb\x40\x15\xea\x5f\x55\xc7\xf1\xc2\x7f\x22\x80\x37\x85\x3d\x8d\x76\xa4\x32\x3f\xa8\xa0\x6f\x19\x3e\x72\x13\xd5\x86\x91\xf4\x2d\xc1\x00\x26\xd0\x0f\xd9\xbe\x86\x5c\xd5\x3f\x6b\x70\x96\xce\xae\xc2\x2a\xea\x53\xbd\xad\x00\x61\x0c\x3e\x6e\x43\x7f\x2b\xd0\x2d\x6c\x5b\x32\x12\x24\x5e\x62\x57\x05\x42\x0a\xc2\x98\x32\x18\x45\x28\x90\xcf\x0b\x2f\x2b\xbd\x42\x0a\x60\x24\xa2\x81\x79\x4b\x3e\x86\x98\x4f\x3a\x74\x98\xef\x6a\xfa\xe0\x1d\x4e\x01\xdd\xe2\x34\x0a\x00\x8e\x23\xe9\xca\xc7\x08\x05\xdc\x60\xed\x70\x10\x6e\xf6\x80\x6d\xf9\xb8\x1b\xb0\xc7\x69\x01\x68\x15\xdf\x30\x06\x10\x04\xe1\x66\x83\x08\x97\x44\x36\xc4\x49\x42\xf0\xaf\xc8\x67\x12\xdf\xa1\x0c\x3e\x73\x3c\x9f\x64\xf8\x3c\xb1\x08\xa3\x08\x7e\x5a\x48\x95\x15\x25\x61\xde\x8d\x1d\x95\x32\xd1\x62\x10\x93\xcf\x5c\xe4\xed\x9d\xdc\x6a\x1c\x2b\x71\x08\x56\x33\x14\x07\x92\x15\x3e\x26\x04\xd1\x04\xc7\xe2\x7f\x99\x5c\x64\x2c\x5b\xf6\xec\x97\x88\x7b\xd1\x7f\xd5\x85\x2c\xb9\x3b\xb5\x12\xb4\x74\xae\x0a\x36\x95\xc3\x6c\xb0\xa8\x12\xfa\x75\xb8\xe6\x36\x87\x21\x10\x84\x30\x52\x8c\xb7\x59\x45\xa5\xf4\xb2\xa1\xc9\x28\x96\xee\xe2\x68\xd0\x71\x6e\xab\xb7\x7a\xe4\xbe\x1e\x59\x80\x7f\xf1\x4a\xc3\x37\x48\xa0\x80\xcb\x0e\x07\xa8\x0f\xde\xc2\x28\x0c\x24\x54\x0a\x20\x41\xe0\xe9\xd0\x7d\xeb\x8e\x67\xf3\x89\x3b\x5d\x3e\x05\x98\x80\xa7\xf3\xc5\x6c\x78\x33\xe0\xdb\x94\xa7\x52\xa9\x46\x31\x5f\x02\x82\xd4\x17\x7b\x1a\x0e\xe7\x58\x28\xab\x0f\x63\x10\x63\xa6\x22\xb6\xc0\x9b\x3a\x73\xef\x7a\xb6\xd4\x02\xa3\xdc\x78\x40\xc2\xc2\x0d\xf4\x19\x05\x38\xd6\x26\x43\x05\xaa\x05\x56\x30\x0e\x32\x38\xbe\xd8\xb7\x8b\x56\x0a\x84\x80\x10\x67\x40\xc4\x24\x88\x01\xfa\x14\x52\x51\xf9\x97\x05\x36\x24\x9e\xd6\xa5\x8d\xa3\x5c\x5b\xcc\x1a\xe5\x86\x03\x64\x14\x97\xbc\x67\x43\x09\xa5\xc0\xb9\x06\xb5\xd9\xad\x11\x8c\x29\x40\x31\x5c\x47\x28\x38\x09\x42\x2a\xfe\x51\x5c\x89\x39\xaa\xaa\x19\xe7\x87\xc0\xdc\x87\x31\x27\x4c\xfe\x6c\x58\x8d\x43\x44\x8d\xeb\xf1\xe4\x42\x75\xc8\x91\xcf\xae\x18\xd1\x0e\xa2\x44\xa5\xc9\x1f\x8f\xb8\x6f\xb2\x09\x23\x86\x48\x18\xdf\x56\xbd\x86\x80\x60\x1c\x65\xd7\x53\xc8\x66\x7d\xd1\x07\x75\x73\x1c\x86\x02\x80\xe6\xf6\xa5\x00\x00\x06\x19\x00\x89\x7a\xcb\xbd\x24\xe5\xca\x8e\x0a\x2d\xa3\x0d\xa0\x88\x71\x5b\x22\x1c\xa5\x63\x81\x7a\x42\xf0\x0e\xb1\x2d\x4a\xa9\xa6\x13\x7d\x62\x28\x16\x8a\xf6\x31\x8c\x22\xb0\x46\x9a\x37\x8a\x62\x19\x81\x2b\x28\x54\x0e\x42\x53\x8f\x3e\xb1\xbe\x96\x69\x2b\xdd\xf3\x1c\x03\x45\xbb\x9b\x61\x30\x54\x40\x32\xfa\x5b\x6e\x4d\xa9\x50\xfc\x74\x90\x52\x86\x77\xe2\x01\xfa\x2c\x56\xb1\x65\x2c\xd1\x59\x27\x40\xb2\x47\xf5\x2f\xd4\x1d\x87\x60\x20\x2f\x39\xec\x83\x31\x82\x77\x32\x9c\xb2\x8e\x60\xfc\x5e\xb4\x52\x89\xcc\x0c\xe2\x31\x40\xfd\xdb\xfe\x39\x5f\xa3\x90\x9f\x12\xd4\xfb\x4b\xf1\xfd\x39\xde\xe2\x6f\xc5\x38\xd7\x5f\xd4\xc2\xf4\xb7\xfe\x5f\x74\x4a\x34\xc0\x3b\x18\xc6\x3d\x9a\x6e\x36\xe1\xa7\xbf\x3d\xad\x72\xa7\x8a\x16\xd0\x24\x71\x2a\x16\x02\xfb\x6b\x85\x4b\xc6\xa4\xe6\xc7\x00\x3a\x33\x89\x3e\x3a\x97\xbe\x25\x73\xe8\xfd\xb8\xe3\x3d\x44\x87\x72\x6b\xa9\xf8\x22\x79\x22\xb8\x73\x5f\xed\xc9\xab\x8d\x0f\xe7\x4f\x71\x23\xdf\xae\x36\xb6\x43\xda\x0f\x52\x98\xfb\xb2\xe4\x9b\x70\xc2\xaa\x23\xd6\xf3\xea\xd6\x28\x28\xde\x08\x9b\x28\x6b\xbc\xf5\x22\xcc\xd7\x63\xb1\x96\xa9\x3a\x71\xbe\x7a\x58\xe6\x51\xab\x6a\x2b\xec\xdf\x68\x50\x9e\x1c\x69\xda\xac\xda\x85\xca\xf2\xba\x27\xd5\x42\x4b\x19\xeb\x8f\x21\xdb\x2a\xa7\x5e\x11\xf9\x38\x74\x5c\x86\x11\x6a\x99\x9f\xd5\xeb\x43\xd4\x2a\xa7\xf1\xeb\xff\xfa\x9e\x5a\x69\x81\x94\x62\x3f\x14\x21\x0f\x4e\x81\xc2\x5f\x2e\xe8\xdc\x63\xd8\x88\x78\xc8\xc3\x68\x19\x14\x00\x75\x91\x87\x0a\x74\xeb\xbd\x3e\xdf\xe5\x9b\xf0\xd7\x7b\xeb\x6c\x5b\x96\x09\x44\x38\x88\x8f\x85\x7d\x26\x89\xc2\x1e\xbd\x11\xfd\x42\xce\x3e\x0b\xcd\x6b\xd4\x38\xce\x8f\x35\x47\x0a\xa6\xa3\x61\x3a\x37\x4e\x08\xcb\x21\x8b\xaf\x32\x15\x0e\x44\xb7\xa6\xf7\xd6\x1b\x70\xbe\x9e\xc6\x77\x43\xd9\xaa\xde\xc6\x6b\x76\x1e\x5d\xb1\x0f\xe4\x6b\x4d\x8b\xad\xf7\xf7\x1c\xa2\xbf\x3a\xa8\x26\xf7\xe5\x71\x8c\x7c\xa6\x37\xe5\x3f\x4e\x3c\x55\xed\x6a\x4a\x7b\x5d\x62\xb2\x43\x44\x34\xba\x10\x8d\x4a\xf1\xb9\x2c\x09\x66\x7d\xa5\xcd\xb6\xf9\xfd\x75\x47\x25\x3c\x53\x40\xbb\xc4\xe4\x87\x63\x5c\x0c\xf2\x3d\x24\x7a\xd7\xf6\x62\x5c\xf3\x9c\x1c\x42\x06\xaf\x48\x18\xc8\xd8\x49\x0d\xf3\xec\xb3\x08\x75\xe4\x1b\x26\xfd\xf6\xba\x88\x71\x34\x30\x94\xa0\xdb\x90\x32\xb2\xef\x13\x14\x6c\xa1\x28\x75\x93\x27\x8f\xb3\x37\xeb\x5f\x9d\xe8\x7f\xbe\x7a\xde\xcb\x62\x3c\xe7\x67\xfd\x67\x56\x54\xb3\xe3\x83\xc0\x4f\x52\x79\x48\xd2\x8e\x78\xde\x78\x30\xbf\x01\xe2\x00\x4e\x9d\x8c\xc1\xfc\x26\xbb\xba\xc4\x1a\xfc\x3b\x3d\x3d\xad\x05\x6e\x0d\xc3\xc8\xe3\x99\x12\xad\x0e\x58\x4d\x64\x73\x0b\x62\xc5\x63\x9d\x0d\xb8\x3d\xab\x07\x26\x75\x4c\x55\x6c\x47\xcd\x71\x55\x8d\xcd\x53\x0a\x48\x1a\xb3\x70\x27\xe3\xf7\x76\x5e\xda\x42\xa9\xb6\xa7\xf8\x0f\x0b\xa5\x3a\x93\x9f\xf4\xdc\xd0\xda\x56\x42\xa3\xac\x82\xd5\xa2\xfa\xc3\x94\x10\xee\x3e\xbc\xe2\x7f\xf5\xe4\x8c\x3d\x7f\xd5\xff\x53\x15\x1d\x6e\x02\x00\xc1\x6a\xd9\xa4\x0c\xc6\x01\x24\x81\x9a\xe2\xc2\xde\xd4\xe7\xf9\xe4\x27\xb0\xc0\x51\x19\x49\x75\xa6\xc7\x86\x9c\x48\x7a\xb7\xad\x94\x72\x50\xd3\x70\xe5\xbc\x7f\x7e\x10\xc8\x36\x9c\x82\x54\x55\x96\x04\xf9\xe1\x26\x44\x32\xf0\xb2\x83\x9f\xc2\x5d\xba\x03\x50\xd4\x49\x71\x1c\x94\x4e\xb3\x2d\x64\x60\x27\x4b\xa9\x85\xaa\x88\x80\x9a\x8f\x63\xaa\xe2\xf0\x00\x8c\x36\x20\xc6\x72\x30\x10\x52\x51\x61\xc1\x01\x07\xc7\x60\x0b\xa3\x4d\xe6\xac\x88\xe8\xc5\xff\xfb\x3f\xff\x97\x6a\xd0\x22\xdc\x1d\x61\x91\x46\x33\xf2\xf5\x2a\xc2\x6b\x18\x81\x09\xfc\x24\x54\xbb\x44\x73\xf5\x14\xd2\x61\xe9\x05\x0e\x5d\x49\xd5\x92\x51\x50\x5a\x69\x53\x7f\x43\xe9\xf0\x81\x49\x84\x74\xb7\x46\x84\xa3\xa8\xf0\xd0\xb5\xb6\x02\x3f\x08\x7c\x59\x2a\x5e\x45\x2b\xef\xb6\x50\xed\xcb\x8a\x97\x1f\x36\xb2\xe1\xf2\xe4\x59\x43\x3c\x8b\x37\x3d\x06\x2c\x25\xb1\x08\xa9\x16\x82\x76\xb7\x52\x16\x41\x48\x7d\x7c\x87\xc8\x1e\x6c\x10\x64\x29\x41\x96\x50\x56\x3d\x6b\x9e\xd7\x3e\x4b\x50\xfd\x0c\x54\x5f\x85\xc5\x5a\x03\x5c\xae\x68\xd7\x84\x55\x4b\x56\xbd\xd3\x2b\xfe\xcd\x49\x50\x89\x03\xd5\x9e\x40\x88\x63\xce\xb7\x82\xff\x74\x17\xc2\xfc\x86\x5a\x91\x86\x20\xb1\xda\x23\xf0\x0d\x3d\x8a\x83\x04\x87\xea\x9c\x4f\x97\x6a\x83\x9c\x6f\x09\x41\x1b\x79\x61\xaf\x6a\xa5\x83\x04\x5d\x92\xc3\x73\xd1\xb9\x88\x68\x8e\xa4\xc2\xad\x33\xf3\xe6\xe2\x26\x9b\xd5\x9b\x91\xab\x2f\x1e\xcc\x6e\x67\x6d\x8c\x9b\xe6\x83\xeb\x63\x03\x60\x00\xfd\x2d\x02\xcb\xe5\x18\x84\x31\xd8\x85\x51\x14\x52\x59\x3a\xd9\xb1\x14\x43\xd7\xd7\xfb\x1c\x4e\x9f\xb1\xe8\xc0\xd4\x72\x1d\x91\xb6\xc2\x0c\x77\x32\x1f\x3b\x4b\x3e\xed\x07\xd7\xee\x4a\x76\xd0\x54\xbf\x3c\x3d\x3d\x3d\xad\x91\xdd\x9e\x2f\x94\x93\x7e\x81\x02\x70\x0d\x19\x98\x13\xec\x23\x99\xbd\x17\x15\x97\x58\x16\x9b\xc8\xa3\xc9\x44\x7a\x6d\x32\xbd\x92\xe7\x13\xf9\xf2\x41\x2b\x30\x79\x8b\x18\x93\x1d\x8c\xa2\x7a\x42\x51\x57\x28\xb4\x26\x15\x3b\x27\x14\xe5\x5a\x50\x44\xa0\x4b\x56\xb1\xbe\xdc\x5b\x73\x86\xd6\x6c\xa1\x35\xaf\xd5\x94\x3e\x2c\xae\xb5\x32\x89\x48\xe5\xc0\x0c\xf3\x95\xde\x12\xa4\xcd\xb3\x84\x82\xdc\x27\x22\xea\xda\xab\x3e\xeb\x43\xb6\x28\x7a\x5d\xcf\x20\xd6\x02\x07\x55\x7a\xed\x01\x83\x1a\xed\x4d\xbe\x8f\x1d\xa7\xfb\x32\x22\x37\xb9\xe5\x44\xa9\x1c\x2a\x8f\x27\x5a\x08\x2f\x58\x1d\x2b\xc9\x4d\xf7\x1d\xb4\x12\x5b\xc1\xa0\xe6\x66\x8a\x31\x02\x20\x2c\xaf\xac\xe7\x81\xb1\x4e\xcb\xc7\xf9\xbf\x25\xe1\x65\x12\x5f\xf5\x5f\xf4\xcf\xea\x24\xd9\xf2\xc0\x86\x0c\xb0\x0d\x75\x01\xb9\x56\x7f\x01\xef\x10\xb7\x84\x84\x88\x2d\x3d\x64\x75\xad\xe1\x7b\xfb\x62\x0a\x30\xa5\x8c\x0b\xaa\xcf\xd7\xf1\x3d\x4e\x8f\x54\x55\xf6\x26\xbc\xe5\xeb\x33\x54\xc0\x8e\xe5\xcc\x55\x90\x45\x27\x15\x38\xe2\x5e\x58\x21\x95\x2a\x06\xe5\xb6\x43\xe3\xcd\x35\x40\xe6\x25\xd2\x30\x0a\xc2\xf8\x56\x60\x20\xf3\xb2\xfc\x7f\x7b\x9c\x92\xfc\x11\x96\x5a\xda\xbc\x48\x90\xbc\x87\x54\x65\xcc\xab\xb7\xa1\x37\x71\x42\xd3\x23\x2b\x5f\x2b\x2a\xd9\x38\x24\xde\x98\x47\x14\xb7\xa6\x67\x45\x6d\x72\x95\x3e\xff\x8f\xe3\x7f\xab\xde\x50\x5e\x8d\xd9\xf3\x29\x13\x06\xc5\xc9\x21\xfd\x67\x3e\x24\xef\x4b\x43\x86\xc9\xbe\xaf\x9c\xaa\x63\x10\x32\xe1\x31\xaf\x11\x40\x9f\xfc\x28\x0d\x54\x71\x18\xdf\xfe\xab\xc2\x0e\x0e\x58\xd8\xe8\x4c\x68\x81\x46\x7e\xbd\x07\x30\x10\x2c\x0f\x85\x7f\x56\xa1\xa0\x0f\x2e\xf3\xba\x32\x59\x91\xdc\x40\x8a\xfa\xc1\x17\x61\x7b\x81\x60\x55\x04\xc2\x7d\x47\x0c\xac\x53\x56\xfe\xa6\x6e\x09\x0c\xa9\x48\xa5\x0b\xba\xf8\xa4\x09\xb2\xcc\xa6\x0e\x57\x04\x80\xc0\x38\xc0\xbb\x68\x7f\x2c\xa0\x7c\xc4\xf1\xd3\xa7\x8c\xb7\x48\x45\x02\x92\x4f\xb7\x2a\x11\xb5\x1c\xc3\xa4\xc2\x4c\x20\x86\x2f\xca\x30\xbf\x9c\xbc\x78\xaf\xbc\xa4\xac\x2a\xb1\xcb\x94\xf3\xf6\x43\x0a\x23\xb1\x2b\xe1\x3a\x28\x0c\x40\x7d\x18\x9c\xa9\xb1\x45\xa5\x0a\x6d\xeb\x9a\x9c\xdd\x71\x6e\xd8\x54\xea\x88\x97\xac\x39\x97\x25\x28\x15\x88\xc7\x7c\x51\xd5\x53\xae\x7d\x7c\x1d\xfc\x32\x22\xa1\x6f\x30\xad\x60\x32\x2f\x44\xb2\x1e\x0f\x93\xa4\x1a\x27\x34\x5d\xa5\x7e\x08\x4f\xb4\x5b\xbb\xc5\x94\x2b\xd4\x7a\x5f\x37\x81\x61\x4c\xc3\x40\x7a\x1c\xae\x33\xaf\xe1\x98\x81\xcf\xea\xb0\x3a\x02\xb6\x2f\xc0\xe5\x6b\xfa\x9b\xaa\xeb\xf9\x50\xa6\x58\x62\x23\xf7\x1f\x4e\xf3\xbc\x1a\x0b\x3e\x80\xe6\x87\xc4\x22\x5b\x5e\x1a\xe8\x94\x21\x08\x42\x22\xce\x95\xee\x8b\x66\xf5\x36\x64\x40\x5c\x4f\xd8\xac\x8f\x57\xba\x59\x0e\x25\xc3\xed\x6a\xb4\x5c\x5d\xcf\x66\x6f\x3c\x71\x77\x48\x35\x44\xc0\xb7\x17\x04\x6d\x08\xa2\xdb\x9e\xf0\x0b\xee\x60\x94\x71\xcf\xfd\xf1\x42\x9c\x34\x2b\xd4\x1e\xf2\x7f\xf4\x64\x6c\xdc\x66\x26\x96\xa2\x87\xe6\xb9\x08\x97\xc8\x0e\x6a\x1c\x90\x8d\xf3\x87\xca\x7e\xe7\x8f\x19\xd2\x87\xbc\xe0\x65\xdd\xe4\x9b\x77\x22\x1d\x02\x84\x35\xb5\x6b\x0c\x13\xd6\x5a\xdb\xe2\x25\x6d\x47\x86\x0e\x0b\x9e\xd4\xcb\x15\x8c\xa1\xd8\x76\x74\x5b\x62\xb2\x8d\x6f\xa9\x36\x86\x62\x0b\xfe\x59\x47\xdc\x2a\x67\x05\x1a\xb0\xb2\x5c\x01\xd8\xc8\xb1\xc5\x75\xcf\xf3\x66\x7c\xd5\xaa\x0d\x9c\x7f\xca\x46\xd0\x8f\x2f\x98\x81\x2c\x10\x8c\x76\xe6\xca\xe0\x5a\x8b\x12\x48\xf9\x96\x42\x9b\x2c\x15\x8c\x41\x14\xea\x4d\x63\xbb\x1c\xeb\x7d\xec\x32\x2c\x3c\xa8\x70\x18\x2a\x32\x2f\x7a\x28\x32\xb2\x57\x33\x3a\x2a\x99\x6a\x0d\x97\x74\xe1\x49\x63\x6b\x93\xee\xd8\xf9\x60\x05\x65\xe1\x40\x4b\x7b\xdb\xe0\x66\xaa\x4b\x2a\x94\x1f\x33\x13\xcb\x79\x4a\x55\x41\xaf\xb8\x2f\x40\x98\x31\x35\x52\xb8\xe1\x1e\x72\x80\x11\x8d\x9f\x32\xe5\x08\x87\xb4\x8e\x6a\x03\xf4\xb2\xf6\x5b\x5c\x28\x43\xff\x6c\xe1\xb5\x62\xd7\x05\x8b\x5a\xb6\xb5\xf4\xd8\x86\x19\x0b\x55\xd4\x07\x3c\x6f\x5c\xca\x2d\x8b\x32\x5c\xf3\xf9\xc1\xce\x3d\x4b\x78\x74\x7a\xb2\xa3\x39\x6e\xaa\x06\x9e\x93\x30\xf6\xc3\x04\x46\xc0\x61\x8c\x84\xeb\x94\x21\xbd\xe6\x43\x6a\x3f\x71\x61\xef\x5d\xe6\x97\xf1\x91\x0f\x85\x98\x0c\x9f\x12\x14\xac\x32\xdf\xb9\x82\xe3\x78\xe8\xcc\x81\xab\x02\xb4\xc5\x74\xaf\x08\xc9\x97\x4f\x8a\x55\x31\x2c\xf5\xcd\x63\xf2\xa5\x17\x38\xaa\xe6\x26\x8c\x03\x30\x9c\x4a\xbd\xe9\x3a\x84\xea\x64\x18\x41\xbf\xcf\x61\x22\x6a\x40\x50\xc0\x21\xc3\x88\xde\x63\xb8\x42\x6f\xdb\xb8\x85\xb7\x3c\x0c\xfe\xdd\x8f\x93\x5f\xc0\x6c\xfd\x2b\xf2\xc5\xa5\x9d\xda\x03\xf9\x11\x42\xea\xa9\x5b\x6b\x86\xa2\xea\x2c\x9b\x42\x01\xf2\xc9\x3e\x61\xd2\x51\xb1\x9d\x8c\x11\x08\xfe\xe8\x38\x1e\xd0\x50\x80\x04\x63\x40\xd2\xf8\x28\x88\x89\x53\x17\xdc\xd3\x1b\x4e\x35\x8e\x0c\x27\xbd\x08\xdd\xa1\x48\x04\x4b\xd0\x27\xa1\x16\x6b\x74\xab\xaa\x56\xe4\xd9\x2c\x04\x89\xbf\xb5\xf0\x4f\x82\x33\xb1\xad\xf0\x80\x88\x09\x11\x09\x55\x95\x49\x67\x8c\x91\xe9\x32\x31\xb6\x46\x48\x61\x2a\x50\xe1\x5b\x8b\xc2\xe9\xb4\xfc\x98\x49\x18\x27\x29\xcb\x8b\x2f\xd4\xf1\x5e\x4e\xe7\x5a\xb8\x1a\x41\x1e\x90\x88\x30\xa7\x6e\x87\x83\x34\x42\xc0\x57\x97\xc7\x8a\xc8\x40\xba\xa6\x2c\x64\xa9\x3e\xdf\x16\xc6\xaa\x0c\x42\xe1\x08\xe3\xfd\xc7\x2d\x12\x21\xa7\xcf\xa7\x5f\x0a\x7b\x05\xde\x99\x13\xd0\x07\x8e\xb8\xcb\x02\xc7\x3a\x66\x91\xb9\xdb\x92\x5a\x19\x19\x91\xd0\x42\x0a\xfe\x90\x86\xc1\x5f\x3f\x9f\x7e\xa9\x57\xd3\xe7\xbc\xf5\x8a\x6c\xb2\xb1\x59\xbd\xfb\x60\xd0\x4c\xc5\x65\xea\xe3\x44\x1b\x22\xf3\x60\x5e\xa1\xa1\x61\x98\xd2\x33\x2b\x86\x71\xd4\xa5\x15\xd5\x2c\x87\xa0\x5f\x48\x0e\xab\xc4\xb3\x44\xc8\x10\x47\x2b\x62\x21\x1c\xf2\xa8\xe4\x14\x36\xbd\xcd\xd2\x12\xf4\x85\x99\x25\x2e\x6a\x35\x77\x66\x54\xfa\x57\xc5\x09\xe5\x7e\x55\xcc\x8d\x2c\xdf\x27\x72\xe2\x60\x29\x22\x8b\x70\x0f\xd6\x08\xc4\x88\x6f\x6d\x21\xd9\xf3\x35\x39\xeb\x90\xc3\x0d\x19\x45\xd1\x26\x87\x29\xd2\xc5\x50\xe6\x6d\xfc\x2d\x24\xd0\x67\x88\xd0\x63\xc0\xb5\x8e\x46\x90\x6e\xcb\x67\x27\x05\x42\x09\x41\x77\x7c\xd5\x17\x07\x7b\x7c\xa9\xd7\x60\x07\x93\x44\x1c\x27\x18\x55\xc8\x12\xa0\xb9\x6b\x20\x82\x57\xc2\x2f\x90\x25\xfb\x82\x44\x91\x91\x1e\x4e\x33\x1d\x35\xf2\x7d\x38\x2d\x81\xab\xb2\xbc\xf1\xb9\x9a\x5a\x2c\x7a\x13\xc1\x5b\x10\xc6\x81\x30\xbc\xf1\x6d\x81\x4f\x21\x95\xe6\x05\x24\x90\x68\x2b\xcd\x0a\x45\x53\x3a\xaa\x28\xd9\x9f\xa5\x6b\xb3\xce\x2d\xdd\xb2\x13\x0b\x85\x2e\x9c\x25\xb2\x5b\x56\x49\x5c\xee\x2a\x64\x2b\x83\x94\x9a\x47\x80\xe1\x5b\xc4\xb6\x88\xc8\xba\x38\xdd\xf6\x82\x9b\x45\x8f\x11\x1d\x21\xd6\xbf\xbb\x71\x20\x7f\x35\xf3\x76\xce\x47\xaf\xc7\xb3\xac\xcf\xf2\x54\xcb\x71\xd0\x86\xbb\xdf\x02\x6b\x35\x78\x76\x08\x4c\x32\x93\xa0\x1d\xbe\x2b\x5a\x38\x71\xdf\x9a\x56\x4a\xf5\x58\x08\xc3\x80\x2b\x15\x8c\xee\x4d\x7e\x46\x26\x27\x5e\xa6\xd7\xe2\x68\x0f\x18\x7c\x8f\x62\x69\x2b\xa1\xbc\x64\x9b\x0b\x5c\xb0\x3c\xf3\x6b\x55\xd8\x55\x49\xd4\xcc\xa6\xac\xb1\x5c\x7d\xa8\x18\xca\xe4\x68\x18\x9f\x1a\x7a\x38\xd3\x50\x1c\xe4\x2c\x03\x0c\xab\xeb\x31\x1e\x8f\x65\xf9\x11\xc6\x47\x67\x19\xc7\xbd\x9d\x61\x85\x37\x93\x0c\x19\xdc\xba\xb5\xac\xd4\xdd\xa6\xba\x78\xc8\x62\xbb\x17\xdc\xbc\x67\xbd\x0b\x21\xed\xa6\xa7\x95\x0c\xa6\x7b\x13\x7e\x42\x41\xc1\xaa\x16\x1c\x13\xed\x33\xe8\x45\x45\x62\x23\x05\xa2\xe6\xba\x4e\xd4\x0e\xa7\x40\x2e\xd6\x82\x26\x9f\xa5\x30\x92\xcd\x01\x24\x48\xc6\xee\x95\xa8\xf3\x66\x58\xb8\x70\xd4\x44\xb8\xd4\x06\xdd\xbf\x94\x97\x38\x96\x79\xe0\x49\xe8\x13\x4c\xf1\x86\x01\xc7\x67\xe1\x1d\x02\xc3\x2c\xe8\x27\x03\x25\x2a\x41\x15\xd2\xe2\xb4\xcc\x07\x17\x04\x65\xea\xd0\xc0\x63\xaa\x57\x49\xa3\xdb\x55\x7a\x5d\xaa\x66\x9a\x5b\x9d\x2e\x45\xa2\xa1\x32\xb8\x74\x2b\x80\xc0\x5d\xaf\x8d\x8f\xe2\x7d\xc9\xba\x86\xdc\x03\xbb\x8f\xf7\xb5\xb4\xa2\x29\xd7\x82\xae\xe0\xcf\xbe\x14\x3c\xba\xdc\x97\xab\xfb\x70\xb2\x78\x0c\x32\xee\xd0\xe8\x23\x9a\x15\x5e\x70\x37\x6f\x87\x76\x6b\x44\xa4\xa7\xc7\x01\xc2\x48\xe4\xb0\x84\x96\x70\x10\x02\x64\x05\x4c\xfd\x12\x06\x49\x43\x06\xec\xcc\xe6\x36\x2e\x72\x37\xcb\xee\x36\x16\x9f\x0b\x33\xb9\x4f\x59\x19\x96\xd8\x1c\x88\xc3\xa8\x84\x6f\x42\x04\xc3\xb5\xa2\xe8\x51\x44\x92\xec\x96\x9b\xd5\x08\x7f\x04\x50\x92\x22\x8d\x11\xd0\xd3\xb7\x9f\xed\xc9\x73\x38\x6b\x3e\x35\x18\x93\xf3\x4c\x5a\xe6\xd3\x06\x9a\xb2\x8e\x36\x7a\xf2\xa7\xca\x6a\x8a\x2f\xd0\x0d\x63\x99\xa0\x94\xbb\xc3\x28\x32\x30\x99\x9a\xdd\x23\x95\x2f\x27\xa5\x42\x48\xf3\x6b\x66\x9d\x4c\x6b\xe1\x60\x00\x87\x39\x60\x9f\x86\xd3\xcc\xd0\xc9\x95\xaa\xe8\x94\x66\xd6\x07\x64\xee\x8e\xee\x9a\x05\x0a\x46\x74\x38\xcd\x2a\x82\x2a\xcb\x87\x32\x3d\x85\xaf\x7a\x66\x88\xf9\xbf\xe1\x9b\xe0\x4c\xa8\xd2\x0a\x0a\xb7\x51\x1e\x13\xd0\x23\x34\x88\xa6\xdc\x10\xd8\x8d\x7f\xfd\x75\xb6\x03\xdc\x47\x82\x58\x4a\x62\x99\xe5\x81\xe2\x96\x91\x7d\xd9\x77\xe7\xf8\x73\xd4\x72\xa6\x0c\xb3\x12\xce\x0a\x3b\xb4\x7f\x28\x5e\xd2\x29\xf8\x94\x26\x10\xb5\x03\xb1\xd9\xf6\x20\xf7\x31\x3b\xc1\x11\x0b\x95\xa0\xcf\x17\x35\x19\x09\xc1\x77\x48\x67\x2b\x36\x98\xec\xa0\xbe\x97\x0b\x6f\x24\x77\xf5\x55\x2a\x76\xd6\x2b\xc5\x11\x3c\x30\x0c\x6a\xf5\x37\xeb\x8f\xd7\x55\x24\xf1\xf3\x56\x7a\x34\x98\xe8\x85\xb5\xa2\x70\xc3\x32\xf3\x37\x69\x14\xed\x7b\x79\x1e\x5a\xad\x70\x78\x03\x60\x51\xb1\x04\x37\x0b\xe7\x8a\x33\xb5\x16\x2b\xa3\xf0\x8c\xb2\xc5\x42\xd6\xdc\xe2\x8d\x85\xa3\xd2\xbe\xe7\x6a\x57\x71\x18\xe4\x5c\x19\x20\x22\x8a\x40\xf2\x1c\x9c\x78\x0f\x09\xd2\x63\x40\x53\x7f\x0b\x20\xad\x2d\xdd\xd2\x81\xd0\xed\x8f\x75\xe6\x46\x4e\x22\x58\x8c\xeb\xad\x51\xbb\x97\x26\xa4\xe4\x14\xe6\x06\x27\xd4\xba\x76\xd7\x5e\xfa\xab\xd7\xb2\xee\x71\xaa\x6a\xdf\xf8\x3a\xc3\xa7\x88\x8c\xfc\xc1\x88\xe6\x57\x0b\x84\xb7\x31\xd6\x28\x4b\x5f\xb5\xcf\x25\x1a\xcb\x1e\xca\xb9\xcd\x7a\x15\x9a\x81\x00\xc5\x98\x29\xdf\x39\x27\x56\x48\xa8\x62\x99\x84\xc1\x04\x81\xf0\xb5\xf3\xed\x15\x14\x07\x73\x38\xcb\xb9\xc4\x4a\x57\x03\x01\xb9\x78\x1d\xeb\x39\x5d\x50\x0b\x75\x7d\x48\x18\x28\x3f\x44\xe1\x26\xa7\xef\x8d\x18\x88\xd3\xac\xa7\x19\xbc\xe5\x18\xb0\x5c\xde\xb1\xda\xf0\x94\x24\x54\xb0\x96\x45\x97\x5d\xde\x23\xa2\x0b\x3d\x04\x08\x0e\x56\xae\x63\x50\xdc\xe6\x2a\x6e\x0c\x3f\x06\x14\x17\x71\xa4\x9c\xb3\xbc\x1f\x17\x3b\xc3\x44\x16\x1b\xc2\x0c\x59\x75\xe5\x24\xb2\x29\x82\x6a\xa6\x5c\xbd\x16\x6b\xd9\xe1\x3d\xc6\xfa\x84\x8d\x41\x22\xaf\xd9\x97\x64\x71\xd5\x9b\xc8\xb0\x01\x18\x0b\xc7\x6b\x22\x1d\x2f\x5d\xd6\x52\xa8\xc8\x91\xc1\xa1\xcc\xb2\x71\xd3\x14\x8a\xb5\x32\x8c\xf4\x9e\x27\xbb\xe4\x4f\xc9\xdc\x3c\xef\xc5\xc9\xb7\x04\xb2\xad\xd8\xf4\xa8\x3d\xaf\xb2\x03\xf9\xf5\x0b\xb2\x19\x26\xd9\x0d\x84\x4a\xb9\x76\x30\xa1\xca\x0b\x15\x5b\xd6\x24\x82\xbe\x78\xaf\x26\x77\xf6\x45\x54\x6d\xa7\xdc\x26\xbc\x01\x48\xd4\x6b\xcb\x78\x8e\x5a\x54\x05\x70\x2e\x72\x12\xde\x86\x31\x8c\x56\xbc\xf3\x5f\xf9\x5f\x67\xc7\xfc\xef\x67\xe2\xef\xe7\xb5\x30\x7c\x81\x5f\x62\xb8\x79\x05\x5f\x4e\x56\x59\x58\x8d\x0f\x57\x5a\x2c\x2a\xdf\xf7\x05\xd9\x5d\x2d\x7e\x4a\x48\x46\xdf\xb1\x64\x89\xa0\xba\xfe\x55\xf8\x0d\x99\x88\x76\x30\x49\x10\xdf\x56\x72\xb6\x2c\x64\x1f\x51\xba\xda\x64\x92\x4a\x24\xca\x3e\xc2\x40\x69\xdf\xa0\x81\xba\xe2\x53\x99\xff\x3f\x00\x00\xff\xff\x3e\x8e\x18\x4a\x09\xdf\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYaml, - "Template.template.openshift.io/openshift/rhpam75-authoring-ha.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-authoring-ha.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xeb\x8e\xdb\x38\xd6\xe0\xff\x7a\x0a\x7e\xc1\x2c\x32\xb3\x28\xbb\x2a\xe9\x2f\x9d\xfe\xfc\xcd\x0c\xa0\xb2\x95\x94\x3b\xbe\xc1\x52\xa5\x3b\x3b\x18\x18\xb4\x44\xdb\xec\xc8\xa2\x86\xa4\xaa\xe2\xe9\x0d\xb0\xaf\xb1\xaf\xb7\x4f\xb2\xe0\x4d\xa2\xee\x72\x52\x49\xf7\x0c\x92\x1f\xdd\x89\x75\x78\x78\x6e\x3c\x3c\x3c\x3c\x24\x61\x82\xdf\x22\xca\x30\x89\x47\x80\xa3\x63\x12\x41\x8e\x86\x24\x41\x31\x3b\xe0\x1d\x1f\x62\x72\x75\xff\xec\xe2\x3d\x8e\xc3\x11\xf0\xf5\xe7\x8b\x08\x6e\x51\xc4\x46\x17\x00\xd0\x43\x02\x8f\x23\xf0\xe4\xe5\xf0\xc5\x93\x0b\x90\x21\x18\xa9\x0f\x2f\x5f\x0c\x60\xca\x0f\x84\xe2\x78\x7f\x71\x44\x8c\xc1\x3d\x1a\x81\xff\x3d\xb8\x00\xc0\x01\x31\x7a\x00\x89\xe8\x99\x71\x14\x73\xb0\xa2\x24\x40\x8c\x01\x27\xe5\xe4\x08\x39\x26\x31\x98\xc3\x18\xee\x11\x05\x30\x49\x22\x1c\xa8\xdf\x0e\xf0\x1e\x81\x2d\x42\x31\x08\x28\x82\x1c\x85\x00\xc7\xe0\x44\x52\x0a\x12\x4a\x7e\x41\x01\x1f\x5e\x00\xe0\x1f\x10\x48\x19\xa2\x31\x3c\xa2\xab\x04\x32\xf6\x40\x68\x08\x76\x84\x02\x18\x88\x4e\x70\xbc\x07\xfc\x80\xc0\x4d\xca\x70\x2c\x3a\x1d\xa3\x98\x53\x18\x01\x1c\x73\x44\x77\x30\x40\x00\xb3\x8b\x0b\x20\xff\xdc\x69\x44\x23\xf0\x87\x5f\xdf\x4c\xdd\x8d\x33\x99\x4f\x17\x9b\x3b\xcf\x5d\x7f\xd4\x10\x2b\xdd\x43\x11\x62\xf5\xd3\xe4\xe3\x85\x45\x0c\xa8\x52\x13\xc0\x28\x62\x80\x13\x49\xcc\x9b\xa9\x0b\x18\xa2\xf7\x88\xb6\x74\xee\xb9\xeb\xb7\xee\xba\xb5\x77\x0d\x62\xba\x5f\x45\x08\x32\x21\x32\xc0\x52\x8a\x44\x67\x4a\x70\xb2\x4f\x86\x02\x8a\x38\x93\xa4\x85\xe0\xc9\x1f\x7e\xbd\xb9\xf3\xa6\x0b\xd7\xf3\x36\x63\x77\xe1\xaf\x9d\xd9\xe6\xd6\xf7\x57\xde\xc6\x73\xc7\x6b\xd7\xff\xf8\x04\xc0\x58\x82\x59\xfd\x94\x00\x02\x12\x73\x88\x63\x2d\xe1\x0b\x00\x1a\x71\xbe\x71\xdf\x79\xfe\x72\xed\x7e\x94\x48\x6b\x70\xe6\x00\x3b\x1c\x21\x26\x84\xa8\xc4\x26\xa4\x24\x3a\x60\x28\x10\x2c\x89\x2e\x51\xcc\x87\x17\x47\xc4\x61\x08\x39\x14\x86\x09\xe3\x98\x70\x69\x32\xd2\x4e\x01\x08\x11\x0b\x28\x4e\xb8\x34\x74\xc7\xb2\x28\x63\xb3\xca\x3e\x40\x4c\xe2\xc1\xad\x63\x5b\x66\x66\xc2\x00\xc5\xf7\x98\x92\xf8\x88\x62\x7e\xa9\xa5\x2f\x1a\xad\x51\x08\x6e\x61\xab\x09\xbf\x1c\xbe\x00\x03\x30\x41\x09\x45\x81\xb0\x5a\xd9\x1a\x07\x24\x1e\x47\x90\xb1\x91\xfc\xeb\xe0\x97\x2d\x61\x4c\x7e\x29\x8c\xbf\x10\xb3\x24\x82\xa7\x81\xb2\x83\x9e\x9d\xd5\x12\xad\x69\xfe\xa3\xe2\xf1\xd2\x62\xf2\x12\x3c\x60\x7e\x00\x07\xce\x13\xf6\xa7\x2a\x09\x09\x25\xf7\x38\x44\x74\x50\x4b\xcb\x25\x98\xc6\xc1\x50\xb6\xe2\x70\xcf\xf4\xe0\xbf\x4c\x14\x85\xca\xa6\x2f\x25\x73\x97\xb9\x3b\x90\xd0\xb5\xfe\x66\x8b\xe3\x10\x6e\x23\x34\x02\x4f\x76\x30\x62\xe8\x49\x0b\x6c\x48\x82\x54\x70\x26\x05\x30\x48\x69\x34\x52\x3c\x8c\xae\xae\xd4\x50\x1f\x52\x14\x1e\x20\x1f\x06\xe4\x58\x04\xbe\x42\xf1\x20\x65\x57\x14\x85\x9b\x03\xe4\x1b\x4d\xec\x06\x66\xe2\xdc\x1c\x95\x38\xaf\x5e\x0e\x5f\x5c\x1d\xf8\x31\xba\x0a\x51\x12\x91\x13\x8e\xf7\x1b\xb8\xe9\x6e\xb7\x79\x39\x7c\xb1\xc9\xf8\xdd\x58\x6a\xd8\x90\x38\x6b\x9f\x71\xb3\xd1\x23\x07\xd1\x8d\xe0\x73\x47\xe8\xf1\xaa\x85\xf1\x88\xc4\xfb\x41\xc1\xa6\xfd\x03\x66\xb9\x31\x87\x68\x27\x5c\x1b\xa0\x88\x91\x94\x06\x88\x81\x18\xa1\x50\x1b\x1e\x10\x6e\x20\x44\xf7\x28\x22\x89\x1c\x7d\xe8\x03\x0a\x52\x8e\xc0\x3a\x15\x03\x4d\xfc\xa2\xcd\x0b\x31\x40\xe2\x1e\x36\xa7\xd1\xbe\x1c\xbe\xb8\x04\x38\x0e\xa2\x34\x14\xa6\x67\x3b\x6e\x25\x3c\xc1\xbe\x18\xb0\x3b\xbc\x4f\xa9\xfc\x70\x69\x86\xb1\xe8\x15\xc7\xfa\x1f\x42\x89\x1a\x67\x40\x8e\xc7\x34\x36\x68\x04\x94\x35\x36\xef\x49\x94\x1e\xa5\x57\x63\x9c\x50\x04\xc4\xf0\x07\xfc\x00\xb9\x64\x57\xfa\x56\x96\xd2\x7b\x7c\x8f\x00\x14\xb2\xe0\x90\xf2\xa1\x46\xec\xdb\x03\xdf\xb0\xb8\x4c\x50\xec\x09\x21\x83\xb1\xd1\x07\x58\x69\x7d\x80\x7b\x35\x51\x82\xef\x86\xcf\x9e\x0d\xad\xd1\x0c\x18\x8e\x03\xa4\xd1\xf6\x18\xa0\x06\xcf\xcb\xe1\x8b\xff\x16\xd2\x60\x62\x6c\x81\x34\x9b\x97\x0c\x0a\x33\x3f\x69\xcc\x16\xa6\x65\x82\x28\xe4\x84\x0e\x5b\x4c\x84\xa5\x49\x42\x28\xef\x18\x15\x12\xc1\xbd\x89\x00\xcc\x44\xae\xc6\x77\x75\x12\x57\x5f\x58\x02\x03\x34\xca\x5d\xc4\x05\xd9\x8a\xa9\x97\x8d\x2e\x06\xc0\x8e\x27\xee\x9f\x5d\x00\xa0\x62\x07\x4f\xf8\xec\x00\x39\x41\x40\x52\xe9\x88\x6c\x67\x0d\x40\x1e\x51\x88\x3f\x96\xdd\x88\x59\xcd\x59\xad\x66\xd3\xb1\xe3\x4f\x97\x8b\xcd\xc2\x99\xbb\x6a\xe6\x33\xd3\x62\xe5\xeb\x40\x92\xcd\xee\x83\x66\x6a\xd6\x24\x42\x37\x38\x0e\x15\x4b\x5f\x81\x94\x01\x0a\xb1\xe0\x9a\x92\x08\xad\xd1\x6e\x64\x35\xd3\x5f\x58\x6a\x64\x08\xc0\xa0\x49\x68\x9f\xc7\xb5\x46\x57\xe1\xb8\x32\x57\x96\x67\xcb\x28\xaa\x0f\x97\x1e\xd0\x56\x87\x2c\x4f\x19\x10\xb6\xc6\x86\x9f\x2a\x42\xa0\x66\xf5\xa0\x8d\xb9\x40\x74\xdb\x47\x0a\x06\x90\x25\x28\x50\x54\x48\xe2\xd4\x5f\x07\xba\xb5\xe5\x62\xc4\xd7\x11\xf8\xe1\xfa\x87\x6b\xe3\x1e\x21\xdd\x23\xbe\x2a\xfe\x6c\x37\x64\xc5\x96\xff\xf9\x9f\xdf\xd5\xb5\x34\x3f\x33\x14\xa1\x80\x13\x9a\x4b\xd7\xf8\xc2\xb1\x74\x85\x9d\xac\x7c\x31\x95\x5a\x41\xe7\xd7\x53\xe6\x7b\x8c\x54\x47\x1d\xba\xb4\xe1\xfe\xb5\x55\x59\xe4\x98\x89\x25\x08\x89\x9d\xdd\x0e\xc7\x98\x9f\x46\x60\x1c\x61\x14\xf3\xe9\xaa\xee\xab\x46\x6b\x26\x43\x0d\x69\xfe\x0d\x00\xc7\x47\x44\x52\xee\xa1\x80\xc4\x21\x1b\x81\xef\xbe\xbf\xbe\xae\xb3\x17\x1c\x8e\xb2\xe9\x75\xd0\x6e\x6e\x03\x2d\x4f\xe3\x2b\x53\x7e\xbe\x81\xc9\x56\x72\x66\x2d\x7b\x8d\xa7\x4c\x8a\xdd\x98\x88\x99\x8d\x0f\x30\xa1\xe4\xc3\x69\x48\x45\x43\x5a\x9c\xc9\x34\x8f\x23\xf0\xfd\x35\xfb\x9a\x0e\xa6\xa7\xbc\x0a\xe6\x79\x20\x8c\x8f\x6a\x57\x3d\x4b\xcf\x17\x2d\xe5\xea\xe6\x63\x66\xca\xa3\x1a\x6b\xcb\xec\x99\x13\xf3\xb9\x97\xc7\x6b\x50\x7b\x0f\x6d\xb3\x2f\xad\x6e\xf6\xaf\xa0\xef\x47\x57\xb3\xd7\xad\x67\xc5\x20\xcf\xb9\xe3\x88\x1e\x71\xac\xb9\x4b\x20\x63\xfc\x40\x49\xba\x3f\x3c\xa2\x41\xb4\xda\x75\xe6\xab\x1e\xd7\x0d\xe4\x33\xcd\x27\x38\x80\x2d\x8c\x60\x2c\x54\xa9\x16\x33\x5f\x71\x5e\xea\x27\xaa\x5a\xd3\xb0\x13\x1a\x5f\x68\xec\xe7\x04\x9c\x31\xf4\x8b\x0a\x7e\xbc\x91\x5f\xd1\x70\x69\xcc\xff\xde\x02\x89\x2e\x3d\xfd\x26\x83\xb7\x55\xa3\x4a\x4f\x93\x52\xc8\xd1\x47\x65\xd9\x0a\x11\x46\xc9\x01\x16\x07\xd7\x03\xc4\x7c\xb0\x23\x74\x40\x11\x0c\x4f\x23\xf0\x84\xd3\x54\x27\x5d\x7e\x7f\x7e\x97\x22\x49\x03\x1b\x81\x67\x8f\x13\x5a\x4b\x24\x9c\x42\x8e\xf6\xa7\x4c\x5a\xa7\x44\x66\xb7\x54\xa6\xb4\xb0\xc4\x36\x20\x45\x89\x57\x65\x75\x86\xbc\x3e\x99\xec\xf3\xc5\x7d\x86\xc8\x25\xea\x4c\xec\x40\x26\x62\x74\x42\xc4\x62\x72\x00\x50\x7c\x6f\xf3\x6c\x22\x6b\x1b\xfb\x9d\xe7\xae\xbd\xcd\x6a\xbd\x5c\xb9\x6b\x7f\xea\x7a\x16\x38\x00\xf7\x30\x4a\xd1\x08\x5c\x91\x84\x5f\xbd\xc7\xe8\x4a\x08\xf5\xaa\x90\x21\xba\xb2\xe4\x38\x48\x19\xa2\x6c\x98\x50\x92\x20\xca\x31\x62\x1d\x5d\xaf\x97\x33\xf7\xb1\xba\x16\x6b\xf7\x8e\xae\x8b\xfb\x03\x75\x9d\x35\xed\x21\xd4\x63\x59\xfd\x34\xe9\x42\x22\xf3\xfc\xf5\x38\xe6\x37\xae\xb3\xa8\x65\x59\x21\x50\xdf\x9b\x5a\x6b\x97\x38\x5e\x2e\xfc\xf5\x72\x36\x73\xd7\x9b\xe5\xca\x5d\x78\xb7\xd3\x57\xfe\xe6\xf5\x6c\x79\xe3\xcc\x36\x93\xa9\x37\x5e\xbe\x75\xd7\xef\x36\xee\xc2\xb9\x99\xb9\x2d\xc4\x7e\x0a\xb6\x4f\xa1\x6c\xb5\x76\x5f\xb9\xeb\xcd\x9b\xa9\xab\xa1\xc4\xff\xa6\x63\xf7\xd3\x28\x6b\xc2\xd6\x9f\x32\xdf\x9d\xaf\x66\x8e\xef\x6e\xc6\xce\xf8\xd6\xdd\xf8\xfe\xec\x1c\x4a\xaa\xad\x9b\x7a\xfe\x69\xb9\x7e\x73\xe3\x2e\xc6\xb7\xf5\x8c\xb4\xe8\xc7\x72\xf7\x7d\x18\x6a\x37\xec\x7a\xf8\xfe\xe2\x6a\x35\xf8\x5a\xf0\x33\x54\xb1\x7c\xe3\x2e\xce\x92\xbe\x68\xd0\x81\xbf\x97\x38\x7a\xc8\xa0\x0f\xe3\x0d\xdc\xce\x9d\xb7\xee\x62\x33\x9f\xae\xd7\xcb\xf5\xe6\x6e\xdd\x60\x60\x65\xa8\x66\x4c\x6b\x77\xb5\xdc\x4c\x1b\xc8\x29\x80\x74\xe0\xe8\xa0\xc5\xc0\x74\x61\xf1\xdc\xb5\x98\x9f\xba\x51\x69\xc0\x0e\x7c\x2b\xc7\xf3\x7e\x5a\xae\xbb\xf9\x33\x80\x8d\xee\x55\x82\x36\x1b\x40\x65\x69\x98\x37\x68\x22\x33\x47\xdb\x68\x0f\x0d\x58\xdb\x88\x7d\x3d\xf5\x37\xb7\xcb\xe5\x1b\x6f\x33\x99\x36\xd0\x5a\x00\xa9\xc3\x51\xdc\x92\x6d\x42\x74\x85\x78\x70\xb5\xd5\x19\x80\x40\x25\x00\x06\x6a\x93\x79\xa0\xb6\x6a\x3a\x51\xf7\xe4\xba\xb4\x45\xdc\x88\xb6\xd9\x72\x1a\x50\x36\xa9\x46\x7d\x6d\x37\x9e\x06\x94\x6d\xba\xc9\xfd\xf6\x7a\x79\xe7\xbb\x2d\xf4\xf6\x0c\x07\x0d\x62\xcf\x6b\x19\x80\xfa\x63\x1d\x41\xe2\x93\x98\x37\xa6\x93\xf1\x72\xb1\x70\xc7\xfe\x66\xe2\xae\x66\xcb\x77\x73\x77\xe1\xd7\xc6\x12\xeb\xe5\xd2\x1f\x3e\xc0\x26\x1a\xd6\xae\x33\x9b\x37\x53\x21\x3f\x37\xd1\xa1\xaa\x0a\x7a\xca\x3a\x6f\xd0\x84\x6e\x3c\x9b\xba\x8b\x73\xd0\xa9\x06\x4d\xe8\xda\x1d\x93\x0d\xd1\x84\xa1\xdd\x9a\x6c\x88\x26\x0c\x93\xa9\x27\x26\xf6\x8d\xe7\xcd\x36\x63\x11\xe2\xbe\x12\x26\xe2\x6e\xde\x3a\xb3\xe9\x44\xda\x4a\x33\xee\xee\xb6\x8d\x74\xaf\xa7\x8b\xf1\x74\xe5\xcc\x36\x8e\xef\xaf\xa7\x37\x77\x7e\x8b\x10\x6a\x80\x6b\xc7\x97\xbd\xf4\xee\x3b\xbc\xaa\x69\x95\x16\xa4\x0d\x91\x70\xaf\x0c\x5e\x11\xad\x73\xe7\xdf\x6e\x66\x13\x67\xd5\x3c\xc2\x0a\x20\xed\x38\x6e\xa6\x8b\xc9\x66\xd2\xa0\xa8\x0a\x58\x0f\x5c\xe3\xb5\x3b\x71\x17\xfe\xd4\xe9\xa4\xad\x04\xde\x8e\xfb\x47\xc7\x91\x85\x3e\x77\xeb\xa9\xff\x6e\x33\x59\xce\x9d\x69\x27\xd1\x75\x6d\x3a\x38\x70\x3c\x77\x33\xf6\x7f\xee\x23\x91\x1c\xb4\x07\xce\x57\xd3\x99\xdf\x34\x55\xd7\x82\xb6\xe3\xf4\x5c\x67\x3d\xbe\xdd\x78\xe3\xe5\xaa\xc9\x61\xd7\xc2\xf6\xc2\xea\x4f\xe7\xee\x66\x36\x9d\x4f\x1b\xbc\x55\x4b\x83\x76\xfc\x93\xa9\xe7\x4f\x17\xaf\xef\xa6\xde\xad\x3b\x91\xd3\x48\xd7\x10\xee\xd7\xb6\xbd\xd7\x95\xb3\xf6\xdc\x0e\x7f\xd9\x04\xdd\x31\xfe\x34\xd4\xe6\xc6\x7d\x3d\x5d\x6c\x3c\x7f\x3d\x5d\xbc\xee\x1c\x91\x75\x8d\x7a\xf6\xe3\x2e\x26\xe7\xf6\x92\x37\x69\xef\x63\xbd\x9c\x59\x12\x6d\x8c\xc0\x5b\x1a\x74\xe3\xf7\x7a\x0e\x2d\x1b\xb6\x07\xd5\xfd\xc6\x96\x05\xda\x03\xe7\x5a\x78\x0d\xaf\x71\x06\x6b\x82\xee\xb0\x7f\xf7\x95\x73\x37\xf3\x65\x9b\x4e\x7b\xb7\x60\x7b\xd0\x5b\x1c\x10\x7d\xd5\x57\x69\xd5\x67\x24\xe5\x2d\x5f\xad\x97\xf3\x1e\xea\x6c\x68\x76\x9e\x3d\x7a\x3d\xed\xa6\xdc\xa6\xa3\x17\xf7\x95\xbb\x16\xd3\xae\x18\x2f\x05\x49\x6c\xfc\xe5\x66\x7c\xeb\x8e\xdf\x74\x76\xda\x8d\xa2\x91\x06\x49\xf0\xdc\x59\xad\xdc\x75\xaf\x64\xa1\xee\xb7\xad\x59\xbf\xbe\xdc\xd5\xcc\x19\xbb\x5d\x86\xd8\xd4\xc4\xee\x03\x1f\x65\x59\xb5\x5c\x0d\x0c\xca\x8b\x2f\x7a\x40\xd1\x0f\x65\xe0\x55\x1a\x45\x2b\x12\xe1\xe0\x34\x02\x4e\xf4\x00\x4f\x76\x2e\x33\xc2\xf7\x48\x60\x58\x51\xb2\x45\xa3\x02\x6d\x07\xce\x93\xd7\x88\x17\x7f\x04\x20\x81\xfc\x30\x02\x57\x14\x31\x7e\x75\x40\x30\xe2\x87\x53\x19\xa2\x5c\x95\x61\xfe\xb0\xe0\x80\xcc\xea\xaa\xf0\x09\xc7\x98\x63\x18\x4d\x50\x04\x4f\x59\x6d\xc3\xb3\x52\xfb\x04\x51\x4c\xc2\xfc\xf3\x8b\xc2\xd7\x72\x65\xc4\x73\xeb\xeb\x19\x49\x70\x50\xac\x39\x31\x7a\xcd\xb2\xe1\xba\x40\xe4\xe5\xcb\x1f\x0a\xbd\xab\x1e\x7e\x21\x11\x79\x8f\x61\x91\x6a\x4a\x38\x09\x48\x34\x02\xfe\x78\xd5\x8a\xb3\x2c\xaf\x4a\xb5\xcb\xb9\x08\xf3\xe2\x96\x32\x42\xd6\x0b\x23\x45\x30\xc4\x0d\xc6\xb1\x83\x38\x4a\x29\xf2\x0f\x14\xb1\x03\x89\xc2\x11\xf8\xee\xfb\x73\xad\x47\xee\x40\x7d\x19\xdb\xf9\xae\xd5\x74\xfa\x5b\x4e\x56\x50\x5b\xe4\x23\xc2\x47\xcc\x59\x99\xb7\x23\x3a\x12\x7a\xaa\x4f\xdb\xb8\xf3\xe5\xfa\x5d\x35\x66\x53\x69\x92\x39\x49\xe3\xb2\xc5\x1d\xc5\x6f\x2b\x25\xad\x73\xf2\x2c\x46\xcd\x65\xf8\xf7\xe8\x24\x8b\x66\xeb\x5a\x08\x45\x2c\xe3\xe8\x34\x02\x9c\xa6\xa8\x91\x0c\x7b\xe7\xa4\xa6\xc7\x8e\xc2\x93\xe4\x9e\x44\x59\x2b\x56\xa8\x75\x5c\x74\x97\x39\x66\xca\xca\xb7\x5c\x5f\x53\x18\xa0\x55\x51\xb3\xdf\xe7\x7a\x57\x7c\x16\x76\xaf\xce\x95\x8c\x92\x71\x51\xcd\xea\x37\x43\x71\xfb\x09\x8a\x4a\xd7\xe7\x88\x08\x58\x95\xcf\x6f\x25\x65\xe3\x08\xe2\x63\x91\x9a\x40\xfc\xd4\x21\x3e\x85\x5b\x42\xca\xb6\x9c\xe2\xfd\x3e\xdb\xd7\x1b\xa8\x49\x62\x7c\x80\xf1\x1e\xad\x20\x85\x47\x4b\x64\xa6\xce\x3d\x28\x59\x46\xe6\x69\x44\xd7\x05\x11\xf7\x74\xb2\x3b\x4a\x0a\x9c\xa8\xbd\xee\xa9\xa0\xc4\xe3\x14\xc1\xa3\x0f\xf7\x15\x07\xde\x32\xe7\x8d\xfe\xf0\xeb\x74\xee\xbc\x76\x45\xe8\xed\x3a\xf3\x8d\xef\x14\xc2\x6f\xab\x8c\xb9\x04\x28\x28\xf4\x56\x4e\xbe\xc9\xa3\x76\x83\xa7\xb9\x4c\xb4\x94\xd4\xef\x6a\xbf\x56\x7f\xf8\xf7\xdc\xb3\x2f\x96\x59\x64\xc0\x6c\xa8\x7e\x1d\xbe\xc7\x68\x48\xe8\x5e\x78\x82\x81\xae\x2c\xe9\xac\x3d\xb9\x68\xf7\x12\xf5\x15\x1b\xe5\xcd\x7f\x8a\xee\xb1\x10\xf5\x2d\x16\xc3\xf5\x34\x13\x3e\x78\x04\x9e\xa9\x11\xff\x28\x95\x9a\xa5\xc2\x00\x4a\xa2\x08\xc7\xfb\xf2\xa0\x38\xc2\x0f\x5e\x4a\x45\x10\xf6\xec\xfa\xfa\x7f\xd8\x3f\xdf\xc5\xf0\x1e\xe2\x48\x1d\x67\xb9\x2e\x18\xd4\x5a\xe1\xba\x00\xbf\x97\xea\x82\xb2\x9a\xcf\xb6\x8b\x47\xb5\x8d\xfe\xf6\x01\x3e\xaf\x52\x21\xcf\xc0\xeb\xcd\xdd\xc7\xcb\xc1\x4f\x1c\xdf\xf1\x96\x77\xeb\x71\xfd\x5a\x62\x7d\xbb\x72\xe6\x35\xcd\xe4\xef\x1b\xd1\xf8\xc6\xf1\x6a\x29\x51\x07\x33\x1a\x9b\xfe\xb8\x98\x4c\xeb\x19\xb0\x77\x13\xdd\xb5\x37\xf5\x7c\x77\x31\x76\x37\x93\xda\x45\x8b\x46\xe6\x3b\x75\xb8\x1a\xb7\x8d\x35\xf5\xeb\xe9\xdb\xfa\x8c\xc0\xe1\x79\x63\xa3\xf6\x0c\x91\x5d\xa7\xf5\xbc\x71\x4f\x55\x61\x6a\xcf\xac\x17\x31\x35\x6c\xab\x2a\x44\x8b\xe5\xe2\xe7\x7a\xfe\xad\xb3\x69\x75\x0d\x7f\x76\x36\x7a\x03\x45\x18\x8b\x5e\x1d\xbe\x6b\x4a\x18\xff\x12\x6e\x83\xd1\xe1\xf9\xa8\x58\x8b\x72\x78\x7e\x25\x35\xfd\xdf\xce\x9d\xbf\xd4\x14\xff\xc5\x5f\xdf\xb9\x35\xbd\x36\x69\x76\xea\xcc\xdc\x71\x6d\x1a\x91\xd0\xfd\xf0\x80\xb7\x88\xc6\x62\x92\x09\x31\x14\xfe\x72\x78\xfb\x7c\xa2\xfe\xd6\xd0\xc7\xef\xa7\xbc\x45\x73\x3b\x5f\x4e\xba\x0d\x46\x00\x3d\x7e\x99\xcc\x64\xbd\x5c\xce\x3c\xd3\x87\xca\x6c\x6d\xc6\x33\xc7\xf3\x9a\x92\x07\x6d\x2d\xea\x7a\x58\xad\x97\x73\xd7\xbf\x75\xef\xb2\x36\xee\xcf\xbe\xd9\xb9\x69\x10\x5e\x7b\x9b\x0e\x69\xde\xbc\x13\x43\x67\x23\x93\x0f\xbd\x6a\x1b\xca\x0d\x3a\xf0\xd7\xa5\xc5\x5e\x95\x42\x3f\xf1\x67\x87\x51\x14\x66\x27\xa5\x2a\x5f\xd4\xfa\xc3\x4c\x93\x43\x35\x3b\xfe\xed\x69\xaf\xd9\xe7\xe9\xdf\xdb\x49\x3c\x7f\x23\xb6\x6e\x22\xec\x1a\x97\x2d\x06\xd7\xdb\x41\x5b\xc0\x9e\xef\xac\xfd\xbb\x95\x08\x62\x1d\xdf\x7d\xfd\xae\x0e\x7b\x76\xb6\xd1\xe3\x90\xf2\x34\xf1\x74\x74\xd3\x8e\xf9\xdf\xb0\xc2\x45\xc3\x2c\x5f\xf5\x40\xb4\x7c\xd5\x5e\x4f\xd2\x3c\xb3\xcb\x05\xe0\xa5\xfb\xb3\x2f\x26\xb5\x59\xd3\x44\x21\xa1\x36\x9d\x95\x37\x14\x25\xa4\x3d\xd8\xa8\xc7\xd6\x5a\xfe\x76\x66\x38\x53\xdf\xc3\xca\xf1\x6f\xeb\xd0\x5f\x1d\xe1\x3d\x8a\x9f\x5f\xf5\x46\xd4\x3e\xfb\x7f\x42\x35\x4d\x13\xbd\x67\x95\x70\x74\x97\xd7\x18\x0d\x77\x2b\xb1\x47\xf9\x54\x1d\xb2\xcf\xa8\xa3\xaa\x45\xf7\x18\x05\x55\x75\x88\x1f\xa5\xb2\xea\x8c\x42\xa3\xfc\x20\xc3\x63\x94\x18\x35\xdf\x3f\xd1\x88\xb0\x5f\xac\xfa\xd9\x65\x45\x15\x64\x5d\x55\x21\xff\xce\x75\x3f\xf6\x9c\xf7\x59\x15\x3f\x25\x44\xdf\x6a\x7d\x1a\xe8\xfe\x6d\x6a\x7d\xda\x0f\x4f\xb5\xa0\xeb\x8e\xab\xbe\xd5\xf7\xd4\xe3\xfe\x56\xdf\xf3\xad\xbe\xe7\x5b\x7d\xcf\xb7\xfa\x9e\x6f\xf5\x3d\xdf\xea\x7b\xfa\x9a\xe4\xb7\xfa\x9e\xaf\x56\xdf\x53\x88\x61\x2a\x3b\x96\x95\x06\x1d\x35\x3e\x3b\x14\x9c\x82\xa8\x54\xc2\x91\x10\xa6\x72\x43\xe5\xac\x1b\xfa\x60\x6f\xaf\x98\x3f\x01\x39\x1e\x61\x1c\x56\x3f\x0c\xc0\xd5\x16\xc7\x57\xec\x50\xf7\x85\x24\xfc\x0a\xc1\x44\x42\x44\x30\x8d\x83\xc3\x95\xbc\x1b\x6e\xf0\x1e\x23\xfb\x6c\x3a\x21\xef\xd9\xb0\x84\x22\xa1\xc8\xe3\x24\xf9\x7d\x92\xd7\x52\x38\x55\x53\x1b\x53\xf8\xde\x5e\x1a\x63\xb2\x9a\xaa\x46\x46\x11\xa0\x0b\xad\x82\x03\x0a\xde\x97\x5b\xfd\xeb\x14\x5b\xd5\x25\x4e\xbf\xd5\x5a\xa9\x3f\x5f\xb0\xd6\xaa\xd6\xa0\x64\x25\xc1\x17\xb4\xa7\xdf\xb8\x00\xcb\xde\x0c\xfa\xec\xd2\xab\xee\xcc\x93\xd1\x77\x0e\xf9\xdb\x94\x5b\x09\xaf\xf5\x55\xea\xac\xfe\xab\x47\x9d\x55\x1f\x61\x74\x57\x58\x35\x5d\x3e\x5b\xe9\xae\x97\x3c\x1e\xa3\xa8\x4a\x20\xfd\x0d\xab\xa9\xaa\x5e\xf4\x93\x8a\xa9\x3a\x02\x8c\xdf\x57\x41\xd5\xaa\x4e\x69\x8f\x71\x97\xe3\xe3\xdf\x5f\x92\x99\x46\x5e\xa4\xa2\x6e\xe1\x9c\x93\x10\x65\x56\xb2\x46\x30\xfc\x89\x62\x8e\x96\xe6\x2a\xd1\x8a\xa3\xa3\xe8\x1f\x29\x62\xb6\x6f\x12\x63\x48\x07\x87\x95\x8d\x8b\xb7\xcb\xd9\xdd\xdc\xdd\x8c\x9d\x95\x33\x9e\xfa\xef\x3e\xfe\xfe\x64\x79\x46\x31\xd8\x99\x32\x9c\xc3\xf8\xf4\x09\x32\x9c\xdc\x54\xa5\x96\x88\x21\x8b\xb8\x1c\xcf\x03\x50\xba\x71\x17\x49\xaa\xe5\xed\x47\xfc\x80\x6c\xa1\x0c\x2f\x00\xd0\x97\x25\x2b\xbf\x61\x5f\x39\x2d\x7e\xc9\x2e\x59\x2d\xf3\x7b\xa1\x88\xc4\x14\x85\x99\x57\xd0\x8b\x86\xe3\x09\x26\x49\x99\x8a\x37\x53\x17\xc0\xf0\x88\x63\x2c\xab\xd5\x08\xcd\xae\x3e\xaf\xd0\x20\x40\x1d\x01\x2a\xef\x15\xcf\x28\xa8\x94\x75\xe8\xee\x24\x56\x09\xd9\xd9\xa5\xb9\xd6\xbc\xa5\x4b\x73\x4f\xf9\x85\x76\x4f\xe0\xe9\xdf\xe0\xe0\x9f\xce\xe0\x7f\xfd\xfd\xd7\xef\x3f\xfe\xed\x7a\xf0\x5f\x7f\xff\xf5\xd9\xc7\xff\x78\x7a\x01\xc0\x1e\xc5\x88\xca\x5b\xe4\xd1\x87\x84\xaa\xeb\x10\x6b\x88\x5d\xfd\x34\xa9\x23\x4c\x5f\x67\x29\x5c\x28\x25\x51\x84\x2c\x79\x80\x3f\x7a\x88\x33\xa9\x2a\x42\xf7\xb2\x3a\x40\x17\x0a\xe4\xd0\xc3\x94\x99\xe2\xbf\x13\xe3\xe8\x08\xf4\x85\x2f\xa7\x3f\xd5\xb1\xe6\xa9\xce\xc6\x79\x67\x15\xc9\x36\x5e\xa1\xa1\xa5\x9c\x77\xdd\x24\xea\x2a\x47\x99\xb8\x7b\x71\x94\x3c\x84\x9f\xc1\xd0\x23\xea\xad\xfe\xbe\x8f\x5e\x1c\x73\xf2\x1e\xc5\x72\xa0\x6d\x11\xa4\x88\xca\x0b\xce\x51\xcc\xcd\x70\xeb\x25\x08\x89\xe4\x33\x44\xe1\xeb\xf6\x6d\x1c\xa9\x5b\x46\x9a\x79\xea\x61\x8c\xf2\xb5\x80\x33\x28\x6c\x32\xb9\xa2\x9d\xa9\x3b\xbe\x31\x69\x1c\xd1\x9a\xc0\x1e\xb6\x95\x3c\x84\xe7\xd0\xf7\xf8\x16\x54\x63\x36\x4e\x14\x91\x07\x56\xbe\xd4\x96\x13\xb0\x3d\x09\x8e\x94\x7f\xce\x6d\x06\x85\xea\x51\x06\xe9\xba\x21\x7b\x3f\xa0\x28\xca\x2e\xe6\x27\xf2\x76\x6d\x4c\x62\x76\x29\x01\xd0\x07\x78\x4c\x22\x74\x09\xfe\x91\x22\x8a\x11\x6b\x11\x8d\xea\x6d\x28\x7a\xb2\xf5\x28\xd1\xf6\x91\xd5\x8d\xa2\xd6\x49\xf9\xa1\x51\xaf\x35\x35\x5a\xa5\xa2\xc4\x16\xed\x9a\xb9\x3e\x50\x97\xa5\xab\xe9\xb1\x4d\xd7\x79\x83\x61\xc8\xce\x1d\x3c\x2b\xab\x3b\x59\xf2\xd4\x5d\x14\x65\x2a\x22\xe1\x3d\x1c\xa9\xd4\xcb\x55\x4e\x28\x53\x05\x91\x2d\x0c\xde\x3e\x97\x7c\x6d\x21\x43\xed\x13\xa1\x97\xc1\x4f\x0c\x7c\x93\xc0\x75\xb9\x69\x4e\x1c\x83\x3d\x29\x68\x9d\x17\x6b\x28\x78\xfc\xa1\xa2\x0a\x5c\xeb\x42\x17\x8b\x84\x23\x09\xd1\x10\xbc\x85\x11\x0e\x15\x8b\x0c\x40\x8a\xc0\xd3\x89\xfb\xd6\x9d\x2d\x57\x73\x77\xe1\x3f\x05\x84\x82\xa7\xab\xf5\x72\x72\x27\x4b\x5a\x9f\xaa\x4b\x1d\xa7\xb1\xb0\x83\x30\x0d\x64\x60\x23\xf0\x5c\x82\x13\x49\x41\x00\x63\x10\x13\xae\x4b\xcf\x81\xb7\x70\x56\xde\xed\xd2\x37\x37\xcd\x33\x40\x76\x00\x52\x8e\x77\x30\xe0\xf2\x8d\x01\x3d\x70\x2f\x4c\xd4\x28\x5c\x7c\x1c\x66\x78\x02\xb9\x1e\x90\x50\xe6\xf6\x7c\x81\x21\xce\x90\x00\x1c\x8b\x7f\xa2\x0f\x98\x71\x1c\xef\xf3\x25\x94\xa2\xb3\xd1\xbe\x05\xc9\xe7\x58\xb4\x08\x38\xeb\xe4\xac\xcb\x50\xb5\x81\x58\x82\x6b\xb1\x94\xe3\x16\xc1\x98\x01\x14\xc3\x6d\x84\xc2\xab\x10\x33\xf9\x17\x7b\x34\x0a\x4a\x35\x98\x10\x87\x24\x3c\x80\xb1\xe0\x4b\xfd\x5c\x33\x22\x31\x62\xb5\x1c\xcc\x6f\x74\x83\x9a\xda\x57\x33\x49\x28\x52\xda\xe6\xe4\x48\xf8\xa7\x1d\x8e\x38\xa2\x38\xde\x97\x3d\x47\x48\x09\x89\xb2\xfa\x4b\x05\x36\x94\x6d\x50\x3f\xe7\x31\x91\x08\x8c\xb4\x5f\x49\x04\x60\x9c\x21\xe8\x55\x78\x5b\x2c\x51\x2f\xf1\x32\xdd\x01\x86\xb8\x98\x19\xa4\xb3\xbc\x94\xa4\x27\x94\x1c\x11\x3f\xa0\x94\x19\x3e\xd1\x07\x8e\x62\x69\x67\x0f\x38\x8a\xc0\x16\x19\xd9\x68\x8e\xd5\x52\xdf\xb2\xa7\x1c\x85\xe1\x1e\x7d\xe0\x43\xa3\xd3\x4e\xbe\x57\x39\x05\x9a\x77\x37\xa3\x60\xa2\x91\x64\xfc\x77\x94\x05\x97\x38\x7e\x3a\x4e\x19\x27\x47\x79\xe1\x69\x61\xbd\x62\x5f\xc3\x0b\x68\xe3\x15\xce\x43\x30\x43\xf0\x5e\x2d\x4a\xb7\x11\x8c\xdf\x4b\xa8\x10\xed\x60\x1a\xf1\x0c\xeb\x25\x40\xc3\xfd\xd0\xba\x31\xf7\xcf\xf6\xe5\x89\x02\xe2\xaf\xf6\xa2\xf8\xcf\xfa\xbd\xa6\xbf\x0e\xff\xac\x31\x0d\x42\x72\x84\x38\x1e\xb0\x74\xb7\xc3\x1f\xfe\xfa\xb4\x2c\xa1\xca\xf3\x03\x86\x2d\xc1\x85\xba\x86\xf6\x56\xd3\x92\x09\xaa\xfd\x72\x97\xb3\x04\xc5\xfa\x48\x4a\xca\x48\x4a\xab\x87\xa4\xbe\xa6\x80\xd8\xa7\x49\xc8\xfb\x5c\x5b\xca\x3d\xe7\xd0\x96\x8b\x94\xd3\xa7\x5a\x51\x9e\x46\x3c\x5f\x46\x76\x60\xdf\x6d\x3e\x4d\x55\x43\x9f\x6d\x38\x15\xb1\xf4\x1c\x5c\x5f\x45\x1a\x8d\xb6\xd2\x58\x44\xd5\x98\x19\x21\x3b\xeb\x9d\xb1\xd2\xe3\x60\xc0\x24\x81\xe5\xfb\x5e\x8d\xe3\xa9\xdd\xc4\x35\xf5\x6f\x0c\x2a\x4f\xf5\xb4\x68\x37\x71\x2b\x6d\x5c\x4d\xb7\x74\xf0\x52\xa4\xfa\x01\xf3\x03\x8e\x2d\x26\xcf\x27\xf9\x15\x8e\x50\xc7\x90\x2c\x97\xaf\xea\x09\xce\x90\x32\xfc\xe5\x3d\x6b\x24\x1b\x32\x46\x02\x2c\x57\x3c\xf2\x8d\x2f\x45\xaa\x9a\xcb\x45\xb0\xb0\x93\xcb\xa1\xde\x64\x8f\xf3\x36\xbd\xa4\xac\x53\x5a\x26\xaa\x97\x4f\x9c\xd5\x90\x5a\x78\x17\xaf\x20\x66\x19\x05\x7e\x02\xa1\x99\x7c\xad\x98\xba\x95\x52\xab\x42\x33\xcb\xb7\x19\x2a\x04\x79\x8f\x65\xe4\x79\x30\xd5\xb6\x2a\x68\xb5\xe8\x86\x2d\x90\x2f\x6e\xcb\x75\xf4\x55\xcc\xb7\xb1\x90\xfa\xeb\x18\xae\xed\xd3\x9a\x6c\xb5\xb6\x3c\xfb\x8b\x5a\x69\x9d\xe4\x2a\x86\xd9\x58\xe8\xdd\xd7\x24\x3d\xfc\x4f\xa9\x5b\xeb\x85\x34\x9d\xde\xce\x28\xce\x96\xa6\x6a\xe7\xad\x42\x68\xb6\x14\x55\x7b\x01\x60\x0c\x13\x18\x60\x7e\xca\x63\xef\x4a\x92\xbc\x25\x63\xfd\xec\x35\x6e\x8e\xbf\x05\xe8\x25\xe0\x29\x8d\xe5\x0a\xd0\x5a\x64\xec\x23\xb2\x85\x91\x20\x2c\x20\xf7\x88\x9e\xc0\x0e\x41\x9e\x52\xd4\x10\x7a\x57\x33\x7d\xf9\x61\x79\x85\x6a\x98\xa1\x1a\xea\x30\xbe\x33\x20\x77\x25\x5c\x1b\x55\x1d\x99\xc0\x5e\xd7\x65\xb7\x27\x6e\xa6\x3b\xeb\x41\x3a\x1c\x73\xb4\x57\x79\x29\xa1\xe3\xea\xe3\xa5\x4c\xca\x12\x85\x40\xbd\xaa\xc7\x79\x76\xbc\xfc\x80\x19\xc8\x36\x32\x8c\xe8\x81\x5e\xd1\x30\xe1\xb2\x62\xa4\x56\xf0\x9c\xd8\xa6\x7a\x8f\xa1\x58\x54\x17\x69\xa0\x31\x54\xdb\xa7\xfa\xf1\x29\x80\xe2\x30\x21\x38\xe6\xfd\x92\xb0\xb9\x6a\x12\x8a\x76\xea\x90\x9e\x86\x62\xd9\x6b\x56\xdd\xeb\xc4\x95\x6c\x6c\x13\x9b\x53\x99\xbf\x8a\xd5\x4f\x3f\x2d\x97\x86\xb7\x2e\x25\xf3\xce\xb3\xb7\x04\xc7\x30\x38\x20\xe0\xfb\x33\x80\x63\x70\xc4\x51\x84\x99\xda\x21\xef\x99\xa1\x36\x77\x3e\x04\x02\xcf\x90\xf3\xe8\xcc\x8c\x5b\x95\x90\xae\x7c\x75\xdd\x05\xe5\x86\xeb\xef\xaf\xaf\xaf\xaf\x2b\x6c\x2f\xcc\x56\xaf\xe0\xf1\xe1\x80\x03\xe5\x9b\xad\xed\x65\xd6\xf1\x2e\xaa\x64\xca\xbc\x86\x28\xf7\xc7\x55\xc2\x09\xc7\x8c\xc3\x48\x2e\xb2\xfd\x03\x62\x25\x9c\x02\x22\x26\xf4\x08\xa3\xe8\x94\x83\x02\x35\x65\x99\xc4\xad\xb2\xad\x7c\x3b\x7a\x08\xde\x91\x14\xb0\x03\x49\x23\x31\x30\xa2\x93\x7c\x19\x52\xd8\xf9\x91\x84\x78\x77\x52\x83\x03\xef\x64\xd6\x2a\x47\x6a\x30\x16\x08\xc0\x31\x80\x20\xc4\xbb\x1d\xa2\xc2\xb5\x66\x7d\x5c\x59\x6f\x0f\x17\xf4\x62\xb5\xce\xa5\x96\x29\xa4\x7e\x97\xbc\xc5\x9b\xe6\x0f\x2e\x76\xcc\xeb\x52\xa4\x80\xa9\x8e\x39\x01\x29\xab\x84\x1e\x60\xa2\x97\x18\x98\x81\x27\xea\x1e\x95\x7c\x25\x21\x6f\x50\x79\xd2\x36\x89\x95\x39\xab\xb3\xb2\x0a\x7f\x2d\xac\xd5\x52\x50\xc9\xf1\xcb\x3e\x42\x20\xbd\x8d\x72\x64\x30\xd6\xcc\xaa\xf4\x9f\xcd\x78\x91\xc5\x97\xc3\x17\xc3\x67\x55\x96\x6c\x3e\x54\x51\x44\x8d\x6e\x7c\xe7\x75\x0b\xe9\x12\x73\x99\xd4\x39\xbc\x47\xc2\x01\x50\x2a\xe7\x5d\xeb\x31\xcf\xcc\x5f\x8b\x90\xc1\x4e\x06\xa6\x8c\x0b\x45\x0d\x85\xd7\x3f\x91\xf4\x42\x17\x82\xc8\xd7\x28\x10\x80\x1a\xd9\xa5\x32\x58\x8d\x59\x36\xd2\x11\x27\x80\x51\x64\xe5\x54\x65\xa7\x62\xc8\x18\xba\x85\x05\xa8\x65\x66\x8a\x23\xf5\x3e\x6b\x1c\x82\xec\x51\x5b\xf5\x8a\x76\x76\x82\xba\x2c\xa8\x02\x43\xea\x58\x8c\x7d\x14\xd6\x3a\x9c\xdb\x26\x89\xc2\xeb\x1a\x5d\xd1\x70\xa1\x25\xd9\xd5\xf7\x28\x0f\xf1\x66\x5b\x5c\x6a\x76\x1a\xfd\xcf\xcb\xff\x28\x1f\x98\x2d\xaf\xd8\xc5\x90\xc1\xa1\x3d\x38\xc4\xc0\x91\x67\x56\xe5\x61\x5b\x86\x39\xa1\xa7\xa1\x0e\x57\x2e\x01\xe6\x32\x17\xbd\x45\x00\x7d\x08\xa2\xd4\x3c\xa5\xbb\xa3\xe4\xa8\x7c\xba\x44\x2c\x5d\x53\xa6\xb4\xd0\x10\xbf\x3d\x01\x18\x4a\x91\x63\x19\xf9\x94\x38\x18\x82\x57\xf9\x2e\x93\xaa\x4c\x68\x61\x45\xff\x10\xc8\x05\xbb\x24\xb0\xac\x02\x61\xf0\x22\xc6\xda\xa6\xbc\xf8\x4d\x17\xad\x63\x26\x73\xea\x92\x2f\x31\x68\xc2\x2c\xc7\x69\x76\x15\x42\x40\x61\x1c\x92\x63\x74\xba\x94\x58\x1e\x48\xfc\xf4\x29\x17\x10\xa9\x4c\x45\x8a\xe1\x56\x66\xa2\x92\x5d\x98\x97\x84\x09\x64\xf7\xb6\x0e\xf3\xb3\xb2\xf6\x31\x67\xc5\x59\x59\x63\xaf\x52\x21\xdb\x7f\xa4\x30\xc2\x3b\x8c\x42\x61\x83\xd2\x01\x54\xbb\x21\xd4\x7e\x78\xaa\x9d\xa4\xaa\x25\x67\x47\x6e\x4b\xfd\x9b\xa7\xd8\x65\xa7\xb2\xf6\x44\xea\xbd\x8c\xf1\x52\xcc\x25\x66\xc8\x75\xf7\x6f\xb6\xa8\x6a\x89\x30\x07\x6a\x4a\x94\x98\x75\xc3\xe3\x52\x92\x94\x57\x23\x75\x27\x7b\xcf\x91\x89\xc9\x7a\x1d\x08\x13\x06\xb5\x3d\xd5\xbd\xb7\xcf\x70\xa8\x26\x5a\xd7\x59\x55\x68\xcc\xd0\x9b\xe1\xd9\x17\x71\xf3\x52\xbf\x78\x6a\xbc\xad\xd6\x46\x74\x55\xb7\x55\xde\x2a\xfd\xcf\xe7\x79\x55\x5e\x62\x9e\xc1\xf3\xe7\x6c\x19\x76\x1c\x7c\xef\x95\x5a\x08\x31\x95\x57\x6e\x9d\x6c\xb7\xba\xc7\x1c\xc8\x6a\xf9\x76\x7b\x7c\x6d\xc0\x72\x2c\x19\x6d\xc5\x07\x2c\x1a\xd6\xbc\x72\x1b\xa7\x7e\xdd\x5b\xd1\x01\x4d\x63\x8e\x8f\x6a\x31\xdc\x9d\x50\x6a\x5a\x09\x77\x95\xdc\x9d\xb7\x2e\xae\x66\xef\xb3\x07\xc8\x55\x15\xb3\x2a\x71\xee\x4e\xfa\x67\xcd\xe6\xaa\xd9\x4c\x37\x6b\xd2\xb3\x55\x0d\x9d\x13\xf8\xbc\x4a\xa0\x15\xab\xf4\x23\xad\x54\x44\xd3\x42\x54\x43\x71\x76\xab\xbc\xd6\xb7\x03\xcf\x5b\x0a\x07\x5e\xd1\x60\xfe\x29\xeb\xc1\x1c\x8b\xaf\x47\xb2\x46\x30\x3a\x82\xda\x52\x81\x0a\x44\x01\xa5\x3a\xe5\xde\xa5\x49\x8d\x43\x3d\xf3\x5b\xdf\x4d\x8f\x36\xcd\x2a\xb4\x8e\xba\x9f\x47\x8a\xd7\x33\x65\x5d\xd7\xaa\x9d\x1c\x9d\x90\x6c\x5c\x30\xf7\x91\x49\x2b\x74\x9d\xed\x34\xcb\xa1\x11\x55\x83\x04\x3a\xe0\x9b\x3a\xaf\xe7\xba\x60\x42\x79\xfd\xa5\x9c\xd9\x52\xa6\x16\xa3\xea\xa9\x41\xe9\xc4\x74\x4f\x78\x27\x82\xc5\x90\x20\x16\x3f\xe5\x3a\x26\xc4\xac\x4a\x6a\x0b\xf6\xa2\xf5\x37\x44\x13\x35\xed\xb3\x39\xa8\x91\xba\x3e\x54\x54\xd2\x9b\x85\x6b\x10\xea\xa9\xd0\x3b\xdd\xc0\xf3\x66\x85\xec\xad\x2c\x4d\xa9\x2f\xac\xed\xdd\xb2\x40\x47\xaf\xcb\x14\xda\x93\x73\xba\xe3\x15\xc5\x71\x80\x13\x18\x01\x87\x73\x8a\xb7\x29\x47\x66\xfa\x83\xac\xb9\x04\xa9\xb9\x75\x51\x5e\xb5\xd7\x2f\x68\xc2\x54\x02\x8d\xa2\x70\x93\x85\x91\x25\x1a\x67\x13\x67\x05\x5c\x9d\x9f\x93\x9a\x54\xa9\x3e\x39\x2d\x16\x4b\x28\xcb\x04\x16\x9a\xe6\xd5\xca\x85\xab\x11\xca\xde\x06\xc7\x21\x98\x2c\x94\xd9\x54\x7b\xa8\xc8\x40\x76\xa1\x1b\xd5\xf4\x60\x2e\x4e\xa8\xe3\x69\x4c\x51\x28\x30\xc3\x88\x7d\x42\x77\x56\xeb\xa6\x7e\xad\x4b\x16\x6a\x22\x9d\x1f\xe7\x3f\x83\xe5\xf6\x17\x14\xc8\x53\x29\x26\xfc\xf8\x11\x42\xe6\xa1\x20\xa5\x98\x9f\x26\x72\xe7\x35\x1b\x41\x21\x0a\xe8\x29\xe1\x2a\x4a\x69\x2a\x0a\x93\x04\xfe\xe8\x38\x1e\x30\x58\x80\x42\x53\x43\x64\xed\x6d\x0d\x75\x92\xba\x81\x0c\x09\xa5\x68\x1a\x39\x49\x06\x11\xba\x47\x91\x4c\x1b\xa0\x0f\xd2\x2a\xb6\x68\xaf\x37\x7e\x54\xcd\x22\x82\x34\x38\x34\xc8\x4f\xa1\xab\x13\x9b\x75\xb3\x43\x1d\x21\x0a\xab\x2e\x1d\xca\x04\x13\x91\xc0\xb8\x16\x43\x90\xa6\x54\x92\x22\x82\x6c\xab\x6a\x53\x15\x58\xc8\xb5\x7b\x9c\xa4\x3c\x1b\x5e\x40\x97\xbd\x0b\x3e\xb7\x32\xd2\x08\xf3\xa5\x79\x44\x04\x77\x47\x12\xa6\x11\x02\x01\x8c\xa2\x2d\x0c\xde\xcb\x35\x72\xba\x65\x1c\xf3\xd4\xd4\x7d\xe2\x98\x13\xd9\x42\xd3\x08\xe3\xd3\xc3\x01\xc9\xe4\xcb\xaf\xd7\x1f\xad\xa8\x59\x34\x16\x0c\x0c\x81\x23\x8f\x99\x92\xd8\xac\xde\xb3\xb0\x5d\x71\xab\x72\x04\x0a\x1b\x66\xe0\x8f\x29\x0e\xff\xf2\xeb\xf5\xc7\x3f\xb5\xc8\xd6\xb3\xc5\xd4\x24\x66\x7d\x20\xbf\xc6\x32\xb5\x94\x59\x40\x12\xe3\x87\xea\x3b\xf3\x2c\xc0\x9a\x6e\x0a\xf7\x5f\xd4\xf4\xa3\x8f\xe8\x95\xd3\xdc\x92\x7f\xa9\x39\x42\x01\x25\x91\x21\xa8\x26\xa3\x64\x53\x21\xa3\xf1\xa8\x10\x13\xb6\x5d\x9a\xd1\x91\xfe\x84\x99\x23\xb6\xad\x5a\xc4\x32\x27\x95\x16\xd3\x19\x33\xb5\x72\x93\x63\x23\xdb\x53\x12\xa0\x43\xe0\xcb\x1c\x1b\x3c\x81\x2d\x02\x31\x12\x8b\x3c\x48\x4f\x62\x4a\xce\x1a\xe4\x78\x31\x67\x28\xda\xe5\x38\x59\x82\x02\xac\xb7\x48\x82\x03\xa4\x30\xe0\x88\xb2\x4b\x20\xac\x8e\x45\x90\x1d\x8a\x35\xc5\x92\xa0\x84\xa2\x7b\x31\xe9\x07\x84\x8a\xc5\x8f\x42\x7c\x84\x49\x22\x4b\xec\xa6\x25\xb6\x24\x6a\x11\x19\xc8\x34\x8e\x0c\x0b\x54\x19\x9b\x64\xf1\xff\xfd\x9f\xff\xcb\x04\x8d\xc6\x46\x6b\xe5\x3e\x59\x14\xd0\x95\x45\xde\x7a\x8f\x48\x25\x2b\xbb\x8b\xe0\x1e\xe0\x38\x94\x8e\x37\xde\x5b\x72\xc2\x4c\xb9\x17\x90\x40\x6a\xbc\xb4\x11\x9c\xaa\x82\x57\xf9\x35\x25\xfe\x6c\x4b\x30\x6b\xdc\xd1\x2c\xab\xe2\xb3\x9a\x08\x91\xa8\x66\x59\x91\x51\xb1\xa9\xd4\xad\x4a\xd7\x19\x19\x01\x4e\xf6\x88\x1f\x10\x55\x3b\xcd\x06\xf6\x46\xb8\x45\x8f\x53\x93\x2b\x35\xbf\xbb\x71\xa8\x7e\xad\x97\xed\x4a\xf4\x5e\xcd\xec\x34\xde\x97\x52\x92\xe7\x04\xed\x44\xf4\x2d\xa9\xd6\x9d\xab\x4d\x96\x4c\x98\x14\x1d\xc9\xbd\xed\xe1\x18\x87\x34\xf3\x9b\xfa\x16\x07\x4e\x80\x30\x2a\x18\x7d\x32\xfb\x19\x9b\x82\x79\xb5\xbf\x12\x47\x27\xc0\xe1\x7b\x14\x2b\x5f\x09\xd5\x29\x52\xa1\x70\x29\xf2\x2c\xac\xd5\x09\x48\xad\xd1\x7a\x31\x65\xc0\x6a\xf6\x61\xb2\xab\xba\x40\xa3\xf6\x0e\x98\xcf\x17\x1a\x8a\xc3\x5c\x64\x80\x13\x7d\x60\xec\xf1\x44\x26\xc5\xa5\x74\xf1\xd8\x22\x13\xb4\x77\x0b\xcc\xba\xcc\xa6\x66\x0b\xaf\xea\x2d\x4b\xa5\x2b\xd2\x09\xa9\x57\xaf\x6b\xa9\x59\x0b\xf7\x9e\xb5\xb6\x92\xbb\x6d\x77\xde\xd4\xb8\xee\x1d\xfe\x80\x42\xcb\xab\x5a\x81\x89\x89\x19\xcc\xa4\xa2\xa8\x51\x0a\xd1\x63\xdd\xec\xd4\x4d\x16\x40\x4d\xd6\x92\xa7\x80\xa7\x30\x52\xe0\x00\x52\xa4\xb2\xd8\x5a\xd5\x39\x18\x91\x21\x1c\xab\x63\x5c\x59\x83\x69\x5f\xc8\xd0\x5f\xaa\x8d\xc0\x39\x0e\x28\x61\x64\xc7\x81\x13\x70\x7c\x8f\xc0\x24\x4b\x7f\xa9\x34\x89\xde\xaa\xc1\xcc\x1e\x96\x79\xe7\x92\xa1\xcc\x1c\x5a\x64\xcc\xcc\x2c\x59\x1b\x76\x15\xae\xfd\xa9\xb8\xe6\xce\xa0\x4b\xb3\x58\x53\x6b\x53\x38\x2d\x23\x69\x37\x73\xe3\xa3\x44\x5f\x6a\x63\x3b\x8f\xc0\x3e\x25\xfa\xf2\x1b\xc9\x54\x73\x41\x5f\xf4\xcf\x3e\x5a\x11\x5d\x1e\xcb\x55\x63\x38\x39\x59\x1f\x21\x17\x01\x8d\x39\xb5\x50\x92\x85\x08\xf3\x8e\xe8\xb8\x45\x54\x45\x7a\x02\x21\x8c\xe4\x6e\x8e\xb4\x12\x81\x42\xa2\x2c\xa1\xa9\x1e\x4e\x52\x3c\x64\xc8\x9e\x35\x85\x8d\xeb\x3c\xcc\x6a\x0e\x1b\xed\x7b\x9c\xea\xc2\xa7\x54\x74\x22\x46\xa0\x5c\x1c\xc8\xf3\x19\x54\x2c\x42\xa4\xc0\x8d\xa1\x98\x5e\xe4\x76\xd1\x5e\xb8\xd5\x88\x3c\x00\xa8\x58\x31\xd5\x26\x7a\xf8\x0e\xb3\x25\x79\x8e\x67\x7b\x32\x75\x29\x6a\x68\x70\x02\xae\x5b\x78\xca\x1a\x36\xf1\x93\xdf\x21\x55\x31\x7c\x49\x2e\x8e\xd5\x56\x9d\x5a\x1d\x46\x51\x8d\x90\x59\x7d\x78\xa4\x77\x8e\x05\x96\xba\xf0\xc8\xbe\x66\xaa\x97\x6b\xb5\x6a\xeb\x04\xce\x31\xff\x30\x59\x64\x8e\x4e\xcd\x54\x76\x50\x9a\x79\x1f\x90\x85\x3b\xa6\x69\x96\x27\x98\xb2\xc9\x22\x2b\x09\x29\x4d\x1f\xda\xf5\x58\x5f\xcd\xc8\x90\xe3\x7f\x27\x16\xc1\x99\x52\x95\x17\x94\x61\xa3\x2a\xbc\x33\x3d\xb4\xa8\xa6\x08\x08\x9a\x9d\x7f\xf5\xda\xac\x33\xc2\x47\x8a\x74\x45\xd3\xf6\x04\xa0\x3c\x7d\x77\x2a\xc6\xee\x82\x7e\x41\x5a\x2e\x94\x89\x3e\x97\x54\xae\x32\xcb\xe2\x43\x79\xc5\x89\x15\x53\xd6\xa1\xa8\x1c\x12\xc9\x96\x07\x79\x8c\xd9\x0b\x8f\x9c\xa8\x24\x7f\x81\xac\x4e\x48\x28\xb9\x47\x66\xab\x62\x47\xe8\x11\x9a\xd3\xfe\x64\xa7\xa4\x6b\x8e\x18\x36\x8b\x5e\x1b\x8e\x94\x41\x4d\xa7\x8d\xf1\x66\xf5\x56\xb1\x92\x26\x7e\x3a\xa8\x88\x86\x50\x33\xb1\x96\x0c\x6e\x52\x14\xfe\x2e\x8d\xa2\xd3\x20\xdf\x91\xd5\x33\x1c\xd9\x01\x68\x1b\x96\x94\xa6\x75\xd6\x26\x33\x6b\x39\x33\xca\xc8\x28\x9b\x2c\x64\x62\xcb\x8c\x9e\x2a\x73\xca\xbf\xe7\x66\x57\x0a\x18\xd4\x58\x19\x23\x2a\xcb\x21\xf2\xdd\x28\x79\x51\x0d\x64\x97\x80\xa5\xc1\x01\x40\x56\x99\xba\x55\x00\x61\xe0\x2f\xcd\xb6\x8d\x1a\x44\xd0\x4e\xeb\x6d\x51\x77\x94\x26\xb5\xe4\x58\x63\x43\x30\xda\x38\x77\x57\xae\x60\xab\xd6\x00\x9e\x48\xaa\x8b\x9f\xc4\x3c\x23\x86\x88\x4a\xfc\xc1\x88\xe5\xa7\xed\xf0\x3e\x26\x86\x64\x15\xab\x0e\x85\x46\x63\xd5\x42\x07\xb7\x59\x2b\x0b\x0c\x84\x28\x26\x5c\xc7\xce\x39\xb3\x52\x43\x25\xcf\x24\x1d\x26\x08\x65\xac\x9d\x2f\xaf\xa0\xac\x7c\x15\x22\x17\x1a\x2b\x1c\x99\x05\x6a\xf2\xba\x34\x63\xda\x32\x0b\x21\x14\xb5\x17\xaa\xbe\x68\xda\xd4\xf0\xbd\x93\x1d\x09\x9e\xcd\x30\x83\x7b\x41\x01\xcf\xf5\x1d\xeb\x05\x4f\x41\x43\x96\xb7\xb4\x43\x76\x75\xc1\x84\x29\x79\x90\x28\x04\x5a\x35\x8f\x41\x79\x3b\x9a\xbc\x53\xe9\x12\x30\x62\xd3\xc8\x84\x64\x45\x3b\xa1\x76\x4e\xa8\xaa\x36\x83\x19\xb1\xfa\xbe\x17\xd4\x64\x08\x1a\x4c\x87\x7a\x1d\xde\xb2\xc7\x45\x79\xd5\x01\x1b\x03\x11\x15\xa1\x58\xb3\x25\x4c\x6f\xae\xd2\x06\x60\x26\x03\xaf\xb9\x0a\xbc\x4c\x81\x87\x55\x9b\xa2\x92\x43\x99\x67\x13\xae\x09\xcb\xb9\x12\x47\x66\xcd\x93\xd7\x8c\x86\xd6\xfa\xaa\x3c\xee\x65\xf1\x78\x02\xf9\x41\x2e\x7a\xf4\x9a\x57\xfb\x81\xfc\x48\xa2\x02\x23\x34\xbb\x93\x43\x1b\xd7\x11\x26\x4c\x47\xa1\x72\xc9\x9a\x44\x30\x40\x47\xa1\xde\x2c\xd8\x97\x59\xb5\xa3\x0e\x9b\x84\x5e\x29\xde\xe3\x18\x46\x1b\x01\xf1\x17\xf1\x9f\x67\x97\xe2\xbf\xcf\xe5\x7f\xbf\xab\xa4\xda\x2d\xa1\x48\x9c\xab\x12\x51\x82\xf6\xa2\x46\x5a\xaf\x0d\x6c\x70\x9b\x62\x71\x17\x4a\xb1\x4a\x03\x4b\x29\xcd\x98\xb8\x54\x7c\x4b\xd6\xaa\x5f\x65\x70\x90\xe9\xe1\x08\x93\x44\xd6\xf0\x0a\xde\xd7\xaa\x8d\x2c\x50\x6c\xf3\x3b\x05\x16\x55\x1b\xe9\x85\x4c\x00\xd0\xc2\x9d\x7d\x51\xe1\xff\x0f\x00\x00\xff\xff\xd1\xa3\x59\x5b\x0d\xa2\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYaml, - "Template.template.openshift.io/openshift/rhpam75-authoring.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-authoring.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x7d\xed\x92\xdb\xb8\xb1\xe8\xff\x79\x0a\x1c\x57\x6e\x79\xf7\x94\xa4\xb1\xbd\xd9\xd8\x47\x37\x49\x15\x47\xa2\x3d\xf2\xea\xeb\x88\x1a\xaf\x7d\x52\x29\x15\x86\x84\x24\xac\x29\x82\x01\xc0\x99\x51\xf6\xb8\xea\xbe\xc6\x7d\xbd\xfb\x24\xb7\xf0\x45\x82\x24\xf8\x21\xaf\x4f\x2a\x99\x1f\x2e\x99\x44\x37\xba\x1b\x8d\xee\x06\xd0\x68\xc2\x14\x7f\x40\x94\x61\x92\x8c\x01\x47\xa7\x34\x86\x1c\x8d\x48\x8a\x12\x76\xc4\x7b\x3e\xc2\xe4\xfa\xe1\xe5\xd5\x67\x9c\x44\x63\xb0\xd5\xaf\xaf\x62\x78\x8f\x62\x36\xbe\x02\x80\x1e\x53\x78\x1a\x83\x67\xaf\x47\x3f\x3e\xbb\x02\x39\x82\xb1\x7a\xf1\xfa\xc7\xe1\x67\x8c\x18\xa2\x0f\x88\x0e\xd1\x13\x47\x34\x81\x71\x74\x7f\x75\x42\x8c\xc1\x03\x1a\x83\xff\x1e\x5e\x01\xe0\x81\x04\x3d\x82\x35\x25\x21\x62\x0c\x78\x19\x27\x27\xc8\x31\x49\xc0\x02\x26\xf0\x80\x28\xf8\x69\xe6\x03\x85\x04\xc0\x34\x8d\x71\xa8\x5e\x1f\xe1\x03\x02\xf7\x08\x25\x20\xa4\x08\x72\x14\x01\x9c\x80\x33\xc9\x28\x48\x29\xf9\x05\x85\x7c\x74\x05\xc0\xf6\x88\x40\xc6\x44\xc7\x27\x74\x9d\x42\xc6\x1e\x09\x8d\xc0\x9e\x50\x00\x43\xd1\x1f\x4e\x0e\x80\x1f\x91\xd5\xc7\xd5\x15\x90\x7f\x77\x1a\x6a\x0c\x7e\xf7\xeb\x4f\x33\x7f\x17\xf8\x9b\x0f\xfe\x66\x77\x17\xf8\x9b\x2f\xba\xc9\x5a\xe3\xab\x34\x59\xff\x3c\xfd\x22\xb0\xac\x63\x04\x99\x20\x11\xb0\x8c\x22\xc0\x89\x26\x54\x76\xc8\x50\x48\x11\x07\xa2\x87\x08\x3c\x2b\xc1\xdf\x6e\xb7\xeb\x60\x17\xf8\x93\x8d\xbf\xfd\xf2\x0c\x84\x24\xe1\x10\x27\x86\x52\x47\xd3\x9f\xfc\x4f\xc1\x76\xb5\xf1\xbf\x80\x3d\x8e\x25\xbf\x8a\x45\xc1\x90\x00\x63\x28\x14\x04\x08\x44\x28\xe1\xa3\xab\x13\xe2\x30\x82\x1c\x8a\x11\x84\x49\x42\xb8\x14\xa8\x1c\x50\x00\x22\xc4\x42\x8a\x53\x2e\x35\xc2\xb3\xe4\x6d\x06\x57\x49\x0f\x9c\xe4\xe8\x44\x52\x72\x81\x1a\x9d\x47\xcc\x8f\x00\x26\xc0\x0c\x35\x10\x9d\xdc\x43\x86\x06\x5a\x60\x02\x72\x83\x22\x70\x0b\x79\xdb\x80\xbf\x1e\xfd\x08\x86\x60\x8a\x52\x8a\x42\x31\xb0\x12\x1a\x87\x24\x99\xc4\x90\xb1\xb1\xfc\x39\xfc\xe5\x9e\x30\x26\xdf\x94\xb4\x35\xc2\x2c\x8d\xe1\x79\xa8\x86\xae\x67\x67\x16\x2f\x9a\xd2\x2e\x8e\xea\x1d\xa7\x94\x3c\xe0\x08\xd1\xa1\x93\x82\x01\x98\x25\xe1\x48\x42\x71\x78\x60\x7a\x82\x0c\x52\x45\x97\xd2\xbc\x81\x64\x69\x90\x4f\x99\x81\x35\x65\x24\xa0\x73\x7a\xde\xe3\x24\x82\xf7\x31\x1a\x83\x67\x7b\x18\x33\xf4\xac\xa5\x6d\x44\xc2\xec\x84\x12\x35\xde\xc3\x8c\xc6\x63\x70\xe4\x3c\x65\xe3\xeb\x6b\x35\x1d\x46\x14\x45\x47\xc8\x47\x21\x39\x95\x1b\x5f\xa3\x64\x98\xb1\x6b\x8a\xa2\xdd\x11\xf2\x9d\xa6\x7b\x07\x73\x79\xee\x94\x0c\xe9\xf5\xeb\xd1\x8f\xd7\x47\x7e\x8a\xaf\x23\x94\xc6\xe4\x8c\x93\xc3\x0e\xee\xba\xe1\x76\xaf\x47\x3f\xea\xdf\xd1\x4e\xf1\xbf\x43\xc9\x03\xa6\x24\x11\x44\xec\x48\x92\x23\xc9\x59\xda\xe9\xa9\x81\xe8\x4e\x30\xbb\x27\xf4\x74\xdd\xc2\x7d\x4c\x92\xc3\xb0\xa4\xde\xdb\x23\x66\x85\x5e\x47\x68\x8f\x13\xc4\x00\x45\x8c\x64\x34\x44\x0c\x24\x08\x45\x5a\xfd\x80\x98\xbf\xe8\x09\x85\x19\x47\x60\x93\xc5\x88\x01\x98\x44\x46\xb1\x10\x03\x24\xe9\xa3\x6d\x96\x9d\x51\x58\x5f\x8f\x7e\x1c\x00\x9c\x84\x71\x16\x89\xa9\x6a\x1b\x38\x25\x40\xc1\xbd\x98\xba\x7b\x7c\xc8\xa8\x7c\x31\x30\x13\x5a\x10\x80\x13\xfd\x1f\x31\x90\x1a\x67\x48\x4e\xa7\x2c\xd1\x68\x06\x20\x93\x56\x0e\xd6\x95\x78\x94\x9b\xf4\xd2\xcc\x5c\xa5\x28\x09\x84\xd0\xc0\xc4\xc8\xd7\x18\x3c\x2d\x65\xf0\xa0\x5c\x06\xf8\x61\xf4\xf2\xe5\xc8\x9a\xa9\x80\xe1\x24\x44\x7d\x04\xa1\x31\x14\x52\xf8\xdf\x82\x49\x26\x66\x90\x26\x58\x18\x3b\x83\xe8\x46\x3c\xaa\x60\x5a\xa5\x88\x42\x4e\xe8\xa8\x65\xc8\x59\x96\xa6\x84\xf2\x0e\x55\x97\x08\x1e\x8c\x17\x34\xce\x4c\xcd\xdf\x56\x47\xa6\x1a\xb1\x14\x86\x68\x5c\x58\x83\x2b\x72\x2f\xdc\x0f\x1b\x5f\x0d\x81\xed\x5e\x1f\x5e\x5e\x01\xa0\x5c\xa9\x30\x2f\x38\x44\x5e\x18\x92\x2c\xe1\x57\x00\xd8\x26\x19\x80\xc2\xc1\x8a\x3f\x4b\x27\x84\xa7\xf1\xd6\xeb\xf9\x6c\xe2\x6d\x67\xab\xe5\x6e\xe9\x2d\x7c\xe5\x8d\x8c\xab\xaa\xbd\x2d\x28\x6f\x26\x67\x43\x62\x74\x83\x13\xa1\x81\xff\x20\x5a\x86\x28\xc2\x82\x6f\x4a\x62\xb4\x41\xfb\xb1\x05\xa7\xdf\xb0\xcc\x48\x11\x80\x61\x93\xd8\x7e\x23\xdf\x1a\x5f\x8d\xe7\x9a\x53\xac\xba\xc5\x38\xae\x44\x0d\xe0\x11\xdd\xeb\x9f\xcf\x19\x10\x3a\xc7\x46\x5f\x2b\x3e\xa0\x1c\x77\xd8\xc9\x57\x5f\xfe\x01\x60\x29\x0a\x15\x0d\x92\x34\xf5\x73\xa8\x81\x2d\xcb\x21\xde\x8e\xc1\x9b\x17\x6f\x5e\x18\xa3\x07\xe9\x01\xf1\x75\xf9\xb1\x0d\xc8\xca\x90\xbf\xff\xfd\x0f\x2e\x48\xf3\x98\xa1\x18\x85\x9c\xd0\x42\xaa\xc6\xc4\x4d\xa4\x85\xeb\xc3\x31\x13\x61\x1b\x49\xbc\xfd\x1e\x27\x98\x9f\xc7\x60\x12\x63\x94\xf0\xd9\xda\xf5\x56\xa3\x35\x86\x51\xb7\x34\xff\x07\x80\xe3\x13\x22\x19\x0f\x50\x48\x92\x88\x8d\xc1\x0f\x7f\x78\xf1\xe2\xdb\xeb\x8b\x88\x42\xdf\xbf\xa3\x24\x4b\x19\x48\x85\x6d\x13\xd2\x92\x36\x37\x8c\x33\xc6\x11\xc5\xc9\x61\x54\x1e\xfb\x11\x8c\xd3\x23\x1c\x7d\xce\xee\x11\x4d\x10\x47\x4c\x98\x33\x4e\x62\x61\xf3\xd0\x30\x4b\x28\x82\xd1\x79\x88\x92\x28\x25\x38\xe1\x6c\x0c\x9e\x71\x9a\x69\xe7\xff\x4f\xa0\x73\xc3\x54\xd9\x92\x42\xf1\x34\xa7\xb3\xf5\x18\x2c\x49\x82\x9a\x94\x51\xc3\x59\x2a\xf5\xe6\xcd\x1b\x97\x4a\x99\xc7\xbf\x55\xa5\x1c\x83\x8d\xa3\x71\xee\x57\x87\xed\x6c\xea\xb9\x63\xcc\x68\xc6\x2f\x57\x0e\x09\x25\x95\xa1\x30\x27\xcf\x99\x9c\x5c\xb9\x32\x68\xb8\x23\x4c\x29\x79\x3a\x8f\xa8\x00\xa1\x95\x38\x10\xc6\x30\x11\xe3\xa7\x82\x97\x7f\xa0\x22\xf4\x13\x55\x49\x19\x8e\x84\xf1\xca\xaa\xe9\x76\x15\x6c\x05\x88\x5c\xd3\x7c\xc9\xd5\x63\xec\x18\xfb\xdc\x60\x71\x62\x5e\x7f\xa5\x1b\xc0\x51\x97\x1e\x1b\x1b\xf7\x3f\x34\xc2\xac\x3c\xc4\xff\x04\x33\xf7\xa2\x71\x0a\xba\x07\x4a\x39\x08\x5e\x70\xc5\x11\x3d\xe1\x44\x73\x25\x96\xe4\xfc\x48\x49\x76\x38\x7e\x9b\x11\x55\xe3\x34\x3b\xc1\x03\x0a\x38\x45\xf0\xf4\x2d\x02\x9a\x6f\x2e\xe3\x46\xc2\x6f\x32\x1c\x47\xca\x70\xf5\x51\xb3\x3c\xea\x55\xde\xa2\x64\x10\x1e\x21\xe6\xc3\x3d\xa1\x43\xe9\x2a\xfe\xd9\x1c\x44\x49\xcd\x48\xc6\xd3\xac\xd0\x20\x52\xf8\xe7\xda\x70\x6e\xe1\x21\x7f\xd9\xa3\x9b\xb1\x90\x0e\x53\xa1\xa2\x32\x8c\x06\x37\x16\x38\x73\x19\x0c\xc1\x9e\x92\x53\xd1\x6f\x47\xcf\x45\xdf\xfe\xc7\xad\xbf\x0c\x66\xab\x65\xb0\x9b\x2d\xbc\x77\xb9\xb4\x4c\x1b\xbd\x38\xa8\x37\x94\x94\x06\x6b\x6f\x62\x81\xa4\x90\x1f\x59\x41\xc4\x50\x98\x11\xae\xe7\xca\x14\xd3\x31\x18\x5d\x8b\xd5\x47\x22\xd4\x86\x89\x9f\x14\x32\xab\x3f\xc5\xe0\x1a\xf2\x63\xb5\xc3\x65\xb0\xf5\xe6\xf3\xdd\x74\xb6\xf9\x72\xad\x2c\x0d\xe3\x22\x90\x38\x9c\x4d\x6f\x0a\x36\xa8\x3c\x05\x00\x25\x0f\x36\x41\x8a\xed\xc9\x5d\xb0\x5d\x2d\x6c\xb4\xfe\x64\xbb\xda\xcc\xfc\xc0\xa2\xe6\x01\xc6\x99\x08\xe7\x0b\x82\xff\x3d\x7f\xbb\x27\x82\xd0\x2c\x8e\xc7\x40\x68\x65\xf1\xfc\xeb\x06\xc1\x32\x4f\x4a\xb6\xc1\x76\xe3\x7b\x0b\xa5\x0c\xe3\xdf\xfd\x5a\x7a\xb8\xf5\xde\x35\x0e\x52\x0d\xba\x34\x40\xfc\x9c\xa2\x31\x08\x0a\xff\xca\x29\x3e\x1c\x10\xcd\x43\x18\xa9\x53\x93\x23\x4c\x0e\x68\x0c\x7e\x2d\x83\xcd\x8a\x77\x8e\xd6\xbf\x55\x02\xdf\x50\x0d\x9b\xc8\x55\xcf\x95\x6d\xd2\x2f\x1a\xcd\xd8\xb4\x12\x84\xfd\x0b\xdb\xb2\xbc\x31\x1b\xa9\xa7\xa3\xcf\x18\x8d\x08\x3d\x5c\x7f\xc6\x68\xa8\xa3\x84\xce\x38\xe2\xab\xcc\x22\x45\x92\x19\x36\x06\x2f\xf5\xff\x1f\xb0\x10\xf5\x2d\x66\x9c\xd0\xf3\x1c\x9f\x30\x1f\x83\x97\x2f\xbe\xdd\xd2\xaa\x32\xfd\x29\x89\x63\x9c\x1c\xd6\x90\xc2\x93\x65\x97\x4e\xf0\x29\xc8\xa8\xd0\xf1\x97\x2f\x5e\xfc\x2f\xfb\xf1\x5d\x02\x1f\x20\x8e\xd5\x7e\xe4\x8b\x92\x42\x6d\x14\xae\xd2\x66\x8d\x41\x59\xd6\x8d\xfa\xa8\x5e\x30\xb2\x5f\xcb\xfa\x57\xe8\xc5\x37\xd5\x8d\xfe\xfa\x21\xbb\xcd\x75\x04\xc8\xfd\x3e\xbd\x4d\x57\xf2\x1d\x25\xcb\x5d\xd8\xee\x9f\x57\x9b\x9f\x6e\xfc\xe5\xe4\x56\x5a\xcc\xd9\x44\x59\x00\xab\x61\x6e\xb9\x7f\xf7\xeb\xcd\x5d\x30\x5b\xfa\x41\xb0\x9b\xf8\xcb\xed\xc6\x9b\x1b\x90\x2f\x0e\xbc\xc2\x06\x7b\xd3\xc5\x6c\x29\x8f\x48\xdc\xf8\xca\x6d\xda\xb1\xac\x7f\x9e\x76\x21\x91\x07\x2d\x6e\x1c\xda\x1b\x2c\x56\xd3\x06\xd6\x2a\x8d\x9a\xf0\x2c\x6e\x7c\x6f\x19\x34\xa3\x50\xef\x5d\xd0\xd3\xcd\x6a\x35\x0f\x4c\x1f\x6f\x67\xf3\xad\xbf\xd9\x4d\xe6\x5e\x10\xf8\x0d\xf8\xda\x20\x5c\x3d\xac\x37\xab\x85\xbf\xbd\xf5\xef\x72\x18\xff\xe3\x76\x37\x9d\x05\xde\xcd\xdc\x6f\x10\x5e\x3b\x4c\x87\x34\x6f\x3e\xad\xbd\x20\xd8\x79\x77\xdb\xdb\x8e\x41\x6e\x00\xe8\xc0\x3f\x73\x10\xfd\xb6\xe2\x0f\xc5\xdf\x1e\xa3\x38\xca\x77\x0d\x6b\x6f\x54\x00\x64\x6c\xca\x48\x99\x92\xbf\x3c\xef\x35\x55\x9f\xff\xb5\x9d\xc4\xcd\xea\x6e\xdb\x36\x63\xfa\x59\x0d\x07\xe2\x5e\xf2\xec\x21\xc3\xd6\x69\x63\x1f\x50\xb6\x62\x99\xac\x96\x5b\x6f\xb6\xf4\x37\xbb\xa9\xbf\x9e\xaf\x3e\x2d\xfc\xe5\xb6\x13\xad\x0b\xc8\xd5\xcf\xc2\xfb\xe0\x2f\x77\x8b\xd9\x66\xb3\xda\xec\xee\x36\x73\x37\xe2\x6a\xab\x4e\x4c\xab\xb7\x3d\x10\xad\xde\x36\xe3\xd9\xf8\xeb\x95\x73\x6a\x6e\x6e\xd7\xde\x42\x9a\xc0\x81\x08\x9f\x36\x4b\x6f\xee\x40\x52\xb4\xda\x15\xf8\x9c\x3a\x3d\x16\x9e\x9d\x0c\xe5\xd1\x42\x88\x12\xee\x52\x0d\x37\x36\x6d\x7f\x7f\xbb\xb5\x76\xa3\x5f\x7b\xdb\x5b\x17\xee\xeb\x13\x7c\x40\xc9\xab\xeb\xde\x88\x84\xa2\x5e\xe0\x56\x14\xa4\x01\xba\x84\xde\x20\xf8\x79\xb5\x69\xd0\xf8\x86\x6e\x0c\x90\xab\x1b\x33\xbc\xdd\x23\x68\xf4\x4a\x37\xe9\x8b\xac\x43\xdd\x4d\x9b\xde\xe8\x5a\xe5\xec\x68\xd8\x17\x71\xbb\x64\x1d\x0d\xbb\x1c\xf1\xbb\x45\x97\x6b\x6a\x6a\xdd\x81\x39\xd8\x7a\x9b\xed\xdd\x5a\x2c\xda\xbc\xad\xff\xee\x93\x0b\x79\x7e\xa2\x19\x70\x48\x79\x96\x9a\x65\x6e\x87\x29\xf5\x37\xc1\x2c\xd8\xfa\xcb\x89\xbf\x9b\xb6\xc4\x00\x85\x23\x95\x62\x9c\xde\xec\xde\x2f\xa7\xb3\x2e\x3b\x6d\x21\x0f\x26\xb7\xfe\xc2\xeb\x36\xdb\x35\x90\x0b\xfa\x98\xce\xbc\xb9\x3f\xe9\x36\xe2\x16\x17\x1a\xc4\x19\xdc\x78\x5b\x2f\x58\xdd\x6d\x26\xee\x58\x46\xce\xd6\xa6\x59\xbc\x13\xc0\x37\x5e\xd0\x1d\x98\xd9\xb4\xdc\x34\x5a\x85\x3c\x8e\xbd\x5d\x05\x17\xf1\x67\xc3\x75\x63\x5f\xaf\x36\x5f\x85\x5d\xc0\x35\x63\x17\x9a\xf2\x2d\x34\x4b\x4b\x76\x33\xfb\xd0\x23\x8c\xb0\xe5\x2a\x21\x9a\x31\xb6\x1b\x18\x37\xce\xa6\x28\x45\x61\x6c\xb7\x2c\x6e\x8c\x0d\x01\x8b\x42\xb8\x5c\x2d\x3f\x76\x4f\x1e\x0b\x9b\x04\x68\x61\xb9\xc9\x44\x37\x70\xeb\xb6\xd6\x0a\xd7\x47\x4f\x44\x45\x4b\x7f\x22\x03\xc2\xf5\x66\xb5\xf6\x37\xdb\x4f\xdf\xb4\x0b\xb9\x10\x5a\xad\xe6\xbb\x60\xf6\x5f\x17\x0d\x53\x09\xb0\x05\xbf\xf7\xf1\x2b\xf1\xdb\x80\xcd\xf8\x2d\xf9\x4c\x6e\xfd\xc9\x4f\x97\xe9\x6f\x1d\xba\xb9\x27\xff\xe3\xc4\x5f\xcb\xa6\xc1\x6a\xb3\xbd\xac\x9f\x2a\x6c\x73\x2f\x37\xde\xe4\xa7\x77\x9b\xd5\xdd\x72\xba\xfb\xe0\xcd\x67\x53\xb9\x16\xb8\xa4\x2b\x27\x82\xe6\xfe\x8a\x36\xbb\xc5\x6c\x3e\x9f\x5d\xe4\xa8\x9c\x7d\x69\x3c\x5d\x66\x66\xb7\xfd\xb4\xbe\xcc\x86\x17\x60\x2d\x06\x71\xeb\x9c\xcb\xd6\x86\x5f\x19\x6a\x3b\x5b\x88\x20\x40\x1b\x5b\xe1\x5a\x76\x32\x17\x72\xb7\xf1\xdf\x6e\xfc\xe0\x76\x37\x5b\x6e\xfd\xcd\x07\xaf\x61\xc2\xf5\x06\x77\x51\x5c\xce\xbe\xdc\x4d\x67\x4e\x95\xba\x46\x3c\xbc\x2e\x0e\x14\x55\xe2\xe7\xf0\x81\xc4\xd9\x09\x75\x22\xed\x94\x6f\x25\x03\xb4\x11\x61\x2f\x23\x5e\x34\x6d\x46\xd4\xdb\x7e\x97\x9b\xbb\x10\xbe\x17\xaa\x27\xda\xcc\x96\xef\x84\x71\xdc\xae\x26\x2b\xe7\x38\x15\x7b\xc1\xd3\xa5\x6a\xee\xc0\xb6\x5a\xfb\xcb\xe0\x76\xf6\x76\xbb\x33\x8d\x7a\xec\x70\xf5\x48\x61\xb8\xa0\x9f\xa6\x18\xe1\xd9\x9b\x37\x6f\xde\xb8\xb4\x37\x08\x5a\x96\x04\xfa\xa5\x4b\x72\xe2\x95\xa0\x63\x36\xd5\x06\xd0\x5a\x72\xbb\x23\xb2\xd5\x6a\x3b\x7a\x84\xae\x95\xa6\xc0\xb5\xf1\xbd\xf9\xa2\x99\x0a\xf9\xba\x89\x0e\x95\xa8\xdc\xa9\x0e\x45\xd3\x26\x44\x93\xf9\xac\xcf\x36\x43\xd1\xb4\x09\x51\x7b\xd0\x62\xb7\x68\xc2\xd0\xae\xe4\x76\x8b\x26\x0c\x7a\xf5\xb2\x0b\x82\xf9\x6e\xe2\x6f\xb6\xb3\xb7\x42\xcd\xfc\x4e\x9f\xd0\x0f\xb6\x91\xee\xcd\x6c\x39\x99\xad\xbd\xf9\xce\xdb\x6e\x37\xb3\x9b\xbb\x6d\x8b\x10\x1c\x8d\x9d\xd3\xde\x3e\xf0\xef\x9e\xf5\xf5\x34\x8e\x16\x74\xdd\xce\xca\x95\x6e\x50\x46\x28\x77\x17\xe7\x53\x6f\xdd\x3c\x93\x4a\x4d\xda\x71\xdc\xcc\x96\xd3\xdd\xb4\x61\x70\x6a\xcd\x7a\xe0\x9a\x6c\xfc\xa9\xbf\xdc\xce\x9a\x3c\x50\x63\xf3\x76\xdc\xef\x3d\x4f\xde\x11\xb8\xdb\xcc\xb6\x9f\x76\xd3\xd5\xc2\x9b\x75\x12\xed\x82\xe9\xe0\xc0\x0b\xfc\xdd\x64\xfb\xb1\x8f\x44\x8a\xa6\x3d\x70\xaa\xdd\xed\x5e\x38\x55\xd3\x76\x9c\x81\xef\x6d\x26\xb7\xbb\x60\xb2\x6a\x0a\x49\xdc\x6d\x7b\x61\x15\x31\xc2\x6e\x3e\x5b\xcc\x1a\x6c\x53\x0b\x40\x3b\xfe\xe9\x2c\xd8\xce\x96\xef\xee\x66\xc1\xad\x3f\x95\xee\xa7\x6b\xda\xf6\x83\x6d\xef\x75\xed\x6d\x02\xbf\xc3\x46\x36\xb5\xee\x98\x7f\xba\xd5\xee\xc6\x7f\x37\x5b\xee\x82\xed\xa6\xec\xa9\xdd\x33\xd2\x05\xd4\xb3\x1f\x7f\x39\xbd\xb4\x97\x02\xa4\xbd\x8f\xcd\x6a\x6e\x49\xb4\x71\x13\xb0\x05\xa0\x1b\x7f\xd0\x73\x6a\xd9\x6d\x7b\x50\xdd\x6f\x6e\x59\x4d\x7b\xe0\xdc\x08\xab\x11\x34\x7a\xad\xa6\xd6\x1d\xfa\xef\xbf\xf5\xee\xe6\x5b\x09\xd3\xa9\xef\x56\xdb\x1e\xf4\x96\x27\x44\xdf\xe1\xab\x41\xf5\x99\x49\x05\xe4\xdb\xcd\x6a\xd1\x63\x38\x1b\xc0\x2e\xd3\xc7\xa0\xa7\xde\x54\x61\x3a\x7a\xf1\xdf\xfa\x9b\x8d\x37\x97\xf3\xa5\x24\x89\xdd\x76\xa5\x56\xd8\x9d\x9d\x76\xa3\x68\xa4\x41\x12\xbc\xf0\xd6\x6b\x79\xd2\x26\x94\x5e\x6f\x99\xcc\x9a\xce\x4c\x3b\xc1\xfa\xf5\xe5\xaf\xe7\xde\xc4\xef\x52\xc4\x26\x10\xbb\x0f\x99\xd4\xd3\x99\x93\x54\x05\x58\x67\x71\xbc\x26\x31\x0e\xcf\x63\xe0\xc5\x8f\xf0\x6c\xa7\x75\xc5\x78\x8f\xc2\x73\x18\xa3\xf2\x79\x67\x4a\x98\xda\xcf\xae\x1e\x83\xa2\x27\x3b\x39\xc0\xfc\x85\xe4\x74\x82\x49\x54\x7f\x31\x04\xd7\xf7\x38\xb9\x66\x47\xd7\x1b\x92\xf2\x6b\x04\x53\xd9\x22\x86\x59\x12\x1e\xaf\xe5\x2d\x35\xb1\x4c\xb2\xb3\x64\x09\xf9\xcc\x46\x15\x14\x29\x45\x01\x27\xe9\x3f\x27\x79\x31\x7e\x40\x09\x62\x6c\x4d\xc9\x7d\x45\xb0\x7b\x88\xe3\x8c\xa2\xed\x91\x22\x76\x24\x71\x34\x06\x3f\x94\xde\x1f\x39\x4f\xdf\xa1\x9a\xd8\x53\x79\xec\x7c\x6d\x8e\x99\xaf\x29\x62\xfc\x5a\x11\x70\x7d\x44\x30\xe6\xc7\xf0\x88\xc2\xcf\x55\xa8\xea\x8d\x0b\xf3\xc7\xc2\x23\x32\xab\xee\xd2\x2b\x9c\x60\x8e\x61\x3c\x45\x31\x3c\xe7\xf7\x16\x5e\x56\xe0\x53\x44\x31\x89\x8a\xd7\x3f\x96\xde\x56\x6f\x3d\xbc\xb2\xde\xf6\x4f\x42\x01\xe5\x0c\x7e\x33\x28\x79\x36\x8a\x4e\xd4\x7f\xfd\xfa\x4d\xa9\x73\xd5\xc1\x2f\x24\x26\x9f\x31\xac\x28\x0c\xe1\x24\x24\xf1\x18\x6c\x27\xeb\x56\x9c\x55\x71\xd5\x2e\xb2\x5c\x8a\xb0\xb8\xb7\x52\x45\xc8\xbe\x12\x63\x71\x6d\xc1\xc6\x58\xd9\x53\x68\x46\x48\x11\x8c\x70\x7f\x05\xfd\xc3\x6f\xd5\x50\x99\x58\xf7\x3f\xa8\xa0\x3f\xb4\xea\x67\x7f\xf5\xcc\x2f\x67\x96\x99\x8b\xf1\x09\x73\x56\x65\xf8\x84\x4e\x84\x9e\xab\x87\x8b\xfe\x62\xb5\xf9\x54\x8f\xcf\xd5\x8e\xdc\x82\x64\x49\x55\xa3\x4f\xe2\x99\xca\x2a\xe9\xb9\x99\x67\x86\xbb\x68\xf9\x19\x9d\x19\x27\x14\xb9\xda\x0a\xd9\xaf\x92\xf8\x5c\x49\x86\x65\xa5\xdb\x6e\xcb\x0b\xe6\xa5\x95\x62\xff\x8e\xc2\x10\xad\xcb\xd2\xfe\x8f\x62\x2c\x14\x35\xac\x9e\xe2\xdb\x87\x72\xc5\x7d\x59\xe8\xea\xd9\xb2\x9e\x98\x5b\xba\xd5\x2e\x41\x5a\xb2\x67\xab\x19\x87\xe6\xbe\x70\x58\x11\x51\x3e\xe9\x44\x87\x25\x2e\xfa\x09\xea\x2b\xb3\x6d\x7b\x26\x9c\x5f\x94\x4b\x9b\x0a\x96\x11\x97\xf2\x18\xd6\xaf\x8f\x89\xae\xe5\x15\x12\x7e\x44\x76\x2e\xe4\xe8\x0a\x00\x7d\xe3\x5c\x09\xdd\xbe\xb2\x2f\x9e\xe4\x37\x59\xab\x44\x5f\x09\xc5\xfb\x5b\x86\x29\x8a\x72\xa9\xea\x78\xe7\x74\x86\x69\x5a\xa5\x62\x01\x1f\x50\x02\x4e\x98\x52\x49\x05\xe4\xd5\x2b\x90\xa7\x8c\x71\x90\x31\x34\x02\xb3\x3d\x38\x93\x2c\xbf\xb5\x8c\x00\xd4\x70\xaa\x10\x00\x3f\x62\x66\x10\x49\x20\x3d\x8c\x00\xc6\x31\x80\x94\xe3\x3d\x0c\x39\x53\x7d\x40\x8a\x72\x32\x25\xff\xf9\xb5\x72\x55\xeb\x21\xcf\xea\xaa\xca\xa1\x44\xae\xda\x19\x6a\x48\x3f\x6a\xe3\xb3\x74\xf1\xba\x72\x85\xa7\xbd\x4b\xb2\x77\xf7\x28\xd3\x94\xac\xdc\x78\x9a\xc0\x78\xfc\xef\x55\x22\x9e\x8b\x31\xc7\x11\xe0\x44\x48\x34\x1f\x78\x99\x87\x23\xb3\x87\x18\xe6\x84\x9e\xa5\xa8\x19\xe2\x03\x80\x39\x08\x61\x02\xee\x11\x40\x4f\x61\x9c\x99\x6b\xeb\x42\xc1\x25\x24\x91\x88\x61\x1c\x9f\x8b\x61\x89\x0c\xad\xf7\x67\x00\x23\x79\xff\x1c\x73\xd1\x65\x85\xe0\x11\x78\x4b\x28\x40\x4f\xf0\x94\x9a\x20\xb4\xa0\x7c\xf0\x6f\x95\x64\x26\xfd\x20\xcc\x18\x27\x27\x49\x60\x55\xe2\x00\x33\x41\x34\xb8\xcf\x78\xf9\x9d\x5e\xa6\x61\x06\x12\xc2\x15\x5f\x30\x11\x62\x78\xc4\x71\x2c\x78\x3b\xa0\x44\x5e\x80\x8c\x00\x85\x49\x44\x4e\xf1\x79\x20\xb1\x3c\x92\xe4\xf9\x73\x2e\x5a\x64\x0c\xde\xc7\x08\xe0\xa4\xc6\xc4\x73\xf7\x70\x15\xc2\x04\xb2\xfb\x6a\x46\x98\x22\xca\xce\xdb\x52\x9c\x55\x47\xec\x6d\x26\x64\xfb\xb7\x0c\xc6\x78\x8f\x51\x24\x54\x4e\x88\x12\xd6\xbb\x21\xd4\xbe\xf4\xd5\x4e\x52\x5d\x71\xad\x34\xa2\xca\xf4\xad\x10\x64\x0a\x98\x48\x2a\xe4\x95\x77\xa9\x08\xd5\x2e\x06\x00\xef\x73\x4c\xdd\x04\x99\x62\x2a\x4e\xaa\xcc\x9e\x52\x85\x12\x53\x27\xe5\xdb\x52\x62\xaa\xb9\xb8\x28\xc9\xf7\xef\x1d\x96\x54\x5f\xe2\x2d\x5b\x54\x33\x3d\x8a\x4a\x03\x13\xa1\xcb\x30\x1e\x80\xc7\x23\xa2\xa8\x98\x5f\x57\xda\x63\x87\x47\x14\x0d\x24\x47\x71\x4c\x1e\xcd\x88\x82\x98\x90\xcf\x59\xca\xc0\x77\xfb\x62\xca\x0c\x80\x35\x71\x85\x86\x1e\xd0\xf7\xed\xcc\x8a\x7f\x01\xd9\x4b\xd2\xaa\x14\x99\xae\x72\xbe\x9b\xf2\xfe\x2e\x52\x08\x43\xff\x91\x30\x31\xbd\xee\xcf\xf5\x7e\xb1\x2c\xcf\x20\xf9\xf7\xbd\x75\x8d\xe6\x1c\xbd\x91\x69\x5f\xc4\xcd\x8c\x94\xf3\x02\x2f\x52\xab\xdf\xce\xcf\xda\xae\x16\xf4\x2d\xf9\x69\x52\x4e\xe1\x59\x60\x74\xc2\x09\x96\xf7\x30\x08\xcd\x27\x5b\x8d\x36\xd1\xd4\x13\x4d\xa5\xd4\xf3\x0e\x6b\x39\xf8\xda\x6c\x49\xac\xb2\x65\x67\x97\x66\x56\xb5\x74\xb9\x2e\x26\x9e\x8c\x9f\xc0\xf3\xbf\xc0\xe1\xdf\xbd\xe1\x7f\xfd\xf5\xd7\x3f\x7c\xf9\xcb\x8b\xe1\x7f\xfc\xf5\xd7\x97\x5f\xfe\x4d\x98\x5b\x63\xae\x85\xa7\x4b\xa9\xba\x99\xef\x20\x76\xfd\xb3\x53\x16\x3a\xac\xc8\x85\x00\xbe\x0b\x10\x57\x63\x4c\xe8\x41\xe6\x6f\x6b\x47\x2c\x9a\x00\x76\x66\x1c\x9d\xc4\x82\x2a\x45\x94\x9f\xbf\x77\x31\xa0\xcb\xfa\xd4\x84\x56\x4e\xc2\xce\xbd\x33\x0a\x33\x41\x4e\x93\xe4\x34\x81\xb9\xc8\x9a\x09\x4c\x1f\xa3\x4b\xe8\xfb\x86\x12\xb6\xd2\xc2\x2b\x1c\x2c\xcd\xb5\x30\xe1\x2c\x1f\x8f\x38\x3c\x4a\xca\xad\xe0\x97\x75\x14\x6c\x92\x53\xc7\x14\x74\x51\xf7\x29\x65\xbc\x86\x13\xc6\x61\x1c\xa3\x68\x24\x0c\x2e\xab\xe0\x14\x2d\x12\x42\x4f\x32\x16\xc9\x9b\x0a\x22\xf8\xb1\x52\x57\xa9\xb8\xba\x36\x02\x9f\x48\x06\xd8\x91\x64\x71\x04\x48\x12\x9f\x65\x6d\x1e\x31\xf3\x4f\x24\xc2\xfb\xb3\x8a\x29\xb1\x8a\x3b\x0b\xa4\x06\x63\x89\x00\x11\x68\x82\x08\xef\xf7\x88\xa2\xc4\xea\xe3\xda\xaa\x1b\x56\x1a\x19\x0b\xba\x90\x5a\x2e\x65\xf7\x9d\xc1\x96\xe8\xba\x28\x14\xd3\x14\xe7\x6b\xcb\x2f\x45\x0a\x98\xea\xd8\x8a\x04\xad\x10\x14\x4c\xd1\x1e\x66\x31\x17\x31\xd3\x33\x19\x83\x59\xdb\x5e\xf4\x88\xe2\x37\xcf\x9c\x33\x59\x2b\x5a\x95\x33\x97\xea\xd4\xf8\x6b\x61\xcd\x49\x41\x95\x4d\x4f\xf6\x11\x01\x59\xb9\x02\x51\x69\xbe\x13\xcd\xac\x18\x9b\xa4\xc4\x78\x99\xc5\xd7\xa3\x1f\x47\x2f\xeb\x2c\xd9\x7c\xa8\x25\x9b\x63\x6c\xb6\xde\xbb\x16\xd2\x25\xe6\x2a\xa9\xb7\xf8\x5e\x18\x1f\x8e\x40\x8a\x28\xc3\x8c\xa3\x24\x44\x6a\xe7\x03\xb6\xc9\x75\x6d\xb5\x0e\x64\x6b\xe7\xa4\xac\xe7\x00\x37\x5b\x99\x5a\xf5\x26\x8b\xb8\x08\xc3\xd8\xa5\xb8\x16\x45\xbe\x01\x9f\x1a\xf0\xa9\x02\x72\x11\x56\x4f\x02\xee\x8c\x36\x73\xcb\x27\xc8\x53\x5b\x34\x25\x57\x39\x12\x46\xb7\x34\x4b\x1f\x61\xc2\x8d\x56\x0b\xc0\x94\x22\x55\x81\x4b\xad\x5c\x4e\x67\xf6\xb7\x58\xc4\xca\x29\x61\xfc\x40\x91\xf8\x9f\x85\x5b\x9b\x51\x8c\xd8\x08\xcc\x91\x2c\x05\x18\xc3\xe4\xb3\x40\xae\x97\xa5\xee\x44\x4a\x89\x3b\x5f\x6b\xeb\x95\x48\x4d\x70\xd3\xa2\x23\x13\x2e\xde\x12\xd6\x25\xab\x52\x22\xf2\x05\xf2\x49\x09\xfd\x17\x94\x8f\x54\x22\xc3\xc2\x9a\xd0\xbe\xd2\x91\x49\x52\xdd\xd2\x61\x72\x93\x64\x04\x66\xf9\xc2\xf6\xa3\x27\xd8\x95\xd9\xbb\x6a\x45\x9a\x90\x44\x3c\x14\x4b\x49\xac\x76\x5c\x38\x91\xca\x59\xd8\x0c\x39\xb9\x05\x17\xf2\x71\x2d\xcc\x56\x08\x8a\x4e\x3b\x58\x50\xa9\xc6\x3d\x46\xf6\x97\xe8\x3e\x14\xeb\xec\x04\x85\x72\xe3\x20\xa3\xf1\x08\x2c\x89\xac\xfd\x08\xf9\xc0\x0c\xb1\x70\x85\xb2\xd8\x99\x24\x7e\xad\x06\x32\xf8\xcf\x39\x88\x88\x5c\x01\x67\x46\x25\xe4\xbd\xb6\x41\xae\x0a\xb6\xa2\xa9\x32\x74\xab\xcd\x56\x2e\xb5\x55\xe9\xb4\x5a\x3e\x9a\x68\x23\x1b\x73\xb5\x98\x11\x0b\xec\xdc\x83\xee\xb1\x2c\x67\x85\x59\x31\xee\x97\x59\x12\x7b\x91\xda\xac\x58\x0e\x67\x57\xa8\x34\x88\x28\x16\xc8\x05\x92\x01\xc8\x2f\x11\xab\xf1\x53\x31\x83\x54\xf8\x81\xa5\xee\x2a\x56\xa0\x66\x72\xec\x11\xa5\x28\x2a\x2f\xeb\x0a\xa3\x29\xd1\x5f\x68\x20\x25\x4c\x97\x7d\x34\x29\xf7\xed\xe6\x31\x47\xfa\x7e\x39\x9d\x29\x1a\x65\x99\xce\xfb\x73\xa9\xe4\x1f\x27\x72\x83\x3b\x7e\x40\x15\x8d\x1a\x00\x34\xd2\x25\xa2\x7e\x81\x0f\x70\xac\x8e\xb9\xae\xad\xe9\x72\xed\xab\xc5\xe6\x34\x68\x9e\xad\xb2\xf3\x26\x3f\x5f\xb9\x65\xd0\xe2\x2a\x25\x05\x75\x02\x7e\xb9\x4f\x4f\xd3\xe0\x22\x17\xa6\xe2\xfa\x8b\xed\x53\x83\x55\x6a\x1d\xcd\xa4\x9b\xed\xe9\xcd\x45\xc4\xb7\xae\xce\x9a\x27\x4b\xc3\xda\xa3\x72\x81\xa2\x53\xa3\x5a\x49\x6b\x5d\xc5\x35\x92\xb6\xae\xee\xa8\x34\xde\xc6\xe8\x17\x0e\x3c\xc1\x61\x4a\x48\x7c\x7d\xc2\x89\xfc\x31\x64\xf8\xef\xc5\xdc\xb4\xb6\x21\x0b\x2d\x6a\xf3\xc4\x0b\x9c\xe0\x53\x76\x02\x6b\x42\x62\x10\xe0\xbf\x77\x0d\x67\xf9\x66\x44\x2b\x81\xf0\xe9\x9b\x10\x08\x9f\x2e\x23\xb0\x74\xb5\xa2\x1a\x25\x27\x72\x11\x29\xa7\xd9\xe8\x97\x10\x8e\x60\x04\x53\x8e\x28\x1b\x09\xe7\x32\xfa\x00\x63\x1c\x4d\x72\x0f\x33\x39\xa2\xf0\x33\xd2\xfb\xf2\xba\x14\xad\x3a\xb9\x84\x20\xf8\xcf\xb9\xff\x14\x22\x89\x17\x60\x56\x81\xfc\xae\xf8\x09\xd0\xf7\xe0\x84\xf8\x91\x48\xb7\xf0\x20\xda\x89\xe8\x12\xef\x01\xb4\x9c\x99\x99\x81\xf2\x7d\x4d\x1c\xef\xa7\x37\x13\x60\xa1\x34\x84\x85\x31\x94\xe5\x7a\xdb\xe4\xe1\xb8\x0a\x72\x99\x50\x72\x36\x03\x42\x79\x55\x1a\x00\x82\x7b\x42\x62\x04\x0d\x07\x79\xeb\xb7\x90\xc3\xf8\xbb\x92\x98\x9a\x25\x91\x00\x94\xb7\xd2\xeb\x51\xbd\x29\x78\x4f\x09\x8c\x42\xc8\xb8\xde\x15\x94\x76\xf2\x69\x64\x4e\x2c\x47\x2c\xc5\xa3\x42\x32\xfe\x03\x4a\xf8\x5c\x2e\x12\x10\x05\x90\x95\x64\xec\x53\x4a\xe8\x2a\x0c\x33\xea\xda\x1d\x94\x32\x2e\x68\xd5\xcc\xf6\x91\x70\xed\x0a\x4c\x53\x2c\x23\xa2\x49\xcd\xb6\xe8\xa2\x90\xc5\x3d\x0c\x3f\x1f\x28\xc9\x92\x68\x58\xbc\x97\x01\x8d\x08\xc3\x38\x51\xa7\x0e\x30\xd6\x91\x8a\x11\xdd\x90\x24\xc3\x13\xe4\xe1\xd1\xa0\x32\x3b\xfa\xc2\x0b\xba\x19\x2c\x7a\xb2\x28\xe9\xe0\xcf\x7d\xf9\xa6\xea\x8b\x75\x9d\x5f\xb9\xc4\x16\x2b\xd0\x07\x18\xe7\x93\xde\xc9\x1f\x90\x07\xe3\x79\x1b\xa1\x6b\x57\xfa\xf8\x51\x0f\x58\xfd\xfc\x49\xf2\x70\x53\xf0\xf0\xa1\xc0\xb6\xc0\x71\x8c\xbb\x86\xaa\xed\x6a\xce\x45\xbe\x40\x47\x56\x22\x9a\x1e\x98\x60\x43\x84\x56\x72\x17\x45\xb0\x34\xbd\x79\xa5\xce\xe5\x52\xc2\x18\xae\x44\x5d\xbf\x07\xdf\x45\x2a\x96\xfe\x5e\xc4\x5a\xaf\xbe\x26\x84\x02\xdb\x73\xda\xe9\x7b\xad\x3b\x45\x15\xee\xca\xc7\xb1\xaa\x4c\x33\xce\xcf\xe3\x8a\x8d\x92\x4a\xa1\x74\xc5\xb7\x2c\xd3\x6c\x06\xab\x38\xca\x2b\x1d\x69\x0d\x80\x3a\xd2\x19\x2a\x90\xa1\xca\xe1\x92\x1b\x02\x75\x73\xaf\xb1\xfa\xa6\xac\x95\x22\x2f\xe7\xae\x5a\x5f\xa9\x25\x8c\x2a\x77\x9a\xd7\xc9\x1a\x3b\x77\x22\x8a\xdd\xba\x47\xcc\x8f\x4d\x3b\x76\x7d\x84\xa3\x8f\x60\x4b\x02\xaa\x9c\x73\x62\x06\x62\x22\x0b\x3a\x37\xf2\xdf\xbe\x27\xd6\x5c\x65\xea\x6b\xf6\xc5\xde\x66\x71\x2c\x93\x57\xe4\xfa\x4e\x50\x8e\xa9\xac\x75\x74\x36\xc2\x30\xb1\xbe\x2a\x34\xa6\x59\x56\x07\x37\xe5\x57\xca\x25\x52\x64\xf8\x03\xdf\x89\xb8\xda\xec\x18\x8e\xd8\x71\x00\x4e\x24\xca\x62\xc4\xae\x07\x00\xf1\x70\xf4\x7d\xbb\x04\xc0\x4c\x41\x82\xa9\x21\xc9\x29\x83\xa2\x50\x5a\x0b\xff\x56\x6d\x37\xd7\x62\xc9\x9a\x68\x27\x12\xa1\x91\xb2\x28\xf6\x5c\x7d\x3e\xf5\x3f\xf8\xf3\xd5\x7a\xe1\x2f\xb7\xcf\xc5\x6c\x7d\xbe\xde\xac\xa6\x77\xd2\xa3\x3e\x57\x8b\x87\x59\x22\xfc\x61\x94\x29\xe7\x2c\xf0\x0c\xd4\x51\x3d\x4c\xe4\x8a\x53\x9d\xae\x83\x60\xe9\xad\x83\xdb\xd5\xd6\x54\xc5\x66\x80\xec\xad\x93\x79\x92\x98\x20\xfd\xca\x24\xaa\x08\x1f\x26\xf4\x48\xe3\x09\x65\x52\x83\x72\x01\xba\x56\x38\x91\xce\xd3\x20\xd1\x3b\x7d\xe8\x09\x33\x2e\x66\x6c\x9e\xc9\xa1\xe8\x6c\xdc\x49\x17\x24\xd7\xb6\xd2\xdb\x8c\xd2\x82\x44\x4e\xdb\xa3\x4b\x03\x69\xd9\x17\x82\x6a\xb1\xad\xa7\x7b\x04\x13\x06\x50\x22\xec\x67\x74\x1d\x61\x79\xd6\x1c\x59\xc4\x0a\x42\x75\x2b\x21\x0d\x49\x77\x08\x13\xc1\x96\x7a\xac\xe4\x55\x22\x1f\x23\xe6\x66\x60\x71\xa3\x21\x0a\xda\xf3\x72\x44\xe6\x88\x42\x91\xd2\x42\xb3\x8c\x0a\xc4\x12\x5f\x55\x19\xae\x08\x36\xa2\x84\xc4\x79\x45\x1c\xd5\x6a\x24\x41\x90\x8b\x54\x87\xa4\xa7\x12\x83\x11\xf6\x5b\x89\x01\x4c\x72\x0c\xba\x5c\x40\x7b\x2d\xa4\xf2\x1d\xcf\xaa\xf5\x37\x91\x85\x8a\x2a\x06\x7a\xb9\x4f\x44\x1c\x81\x32\x66\xfb\x3d\x65\x8f\x4d\x64\xa1\x65\xa3\x4f\x65\x72\xab\x67\xf4\xa9\x40\x61\xd8\x47\x4f\x7c\x94\x8f\x69\xd7\x69\xcd\xba\xa0\xc0\xf2\x7e\x8a\x82\xa9\x46\x92\xf3\xdf\x51\xa9\xa9\x9a\xfb\x31\x91\x8e\x41\x6e\x9b\xe6\xbb\x19\x76\x39\x60\x20\xeb\xff\x96\xd7\xcd\x2a\x35\x46\x6d\x7a\x19\x40\xe5\xd5\x85\x81\xb3\x8a\xf4\xfe\xd1\xda\x6f\x90\xdf\xa8\xf8\xb3\xb5\x5f\xff\x47\x7d\x04\xf2\xe7\xd1\x1f\x35\xb2\x61\x44\x4e\x10\x27\x43\x96\xed\xf7\xf8\xe9\xcf\xb5\x24\x0a\x6b\xa6\x19\xb2\x05\xa5\xaa\xe4\xed\xad\x26\xc4\x35\xff\xca\xd7\xca\xfa\x8a\x80\x55\x65\xd0\x24\x04\xc9\x7a\x2e\x08\x2d\x84\x7f\x08\xef\xec\x52\xe6\x6b\xe1\x5c\xf5\x1c\x48\x7f\x2b\xa6\x12\xdf\x98\xbc\x3c\xf9\xd1\x97\x36\x0b\xf8\x93\x69\x18\x28\x3c\x4d\x1b\x40\x76\x86\x5e\xe7\x02\xbf\x4a\x63\x89\x1a\xdb\x2d\x2b\xe2\x7b\xd1\xf7\x16\xc7\xa8\x51\x62\xd5\x6b\xd1\xda\x68\x98\x7e\x47\xbf\x7c\x76\x7a\x4d\x49\x23\x64\x8c\x84\x58\xfa\x7b\xf9\x45\x17\x45\x97\xb2\x8f\xc2\x02\xef\x85\x4e\xb4\xca\x70\x52\x34\xeb\x90\x9f\x3e\x21\x33\x5b\x65\xf2\x2b\x35\xae\xad\xcf\x6a\x76\x41\x2e\x40\xe9\x46\xfb\x51\x95\x4b\xae\x6d\xe7\xa6\x76\x6d\x3b\x4f\xf2\x33\x5d\x0a\x5a\x6a\x2b\xed\x38\x26\x8f\xac\x9a\xe2\x27\x16\x80\x67\xd1\x5c\xa5\x21\x66\xfc\x88\x12\x8e\x55\x24\x25\x0f\xe1\x25\x37\x90\x7d\x1e\x52\x14\xe7\x9f\xee\x21\xf2\x4b\x1d\x22\x8c\x18\x80\x52\x5a\xcc\xdf\x32\x44\xe5\x09\x45\xa3\xbb\x57\xbd\x8d\x44\x4f\xf6\x29\xbf\x5a\xae\xf4\x38\x49\xbf\x51\xd4\x7a\x19\x3f\x36\xee\xbc\x39\xca\xda\x19\x8f\xa4\xbf\xa8\xe3\x5a\x25\x53\xb4\xa7\x88\x1d\x87\xb5\x15\xa4\xff\xfe\x46\x66\x30\x53\x6b\x09\x06\x39\x1c\xaa\x91\x6a\xca\xfc\xda\x4a\x08\x63\xdc\x04\x00\x50\x00\xba\x9f\x62\xa5\xfa\x1d\x4e\xc0\x49\xae\x20\x55\x3e\xef\xf7\x39\x4f\x97\xd4\x42\x30\x1c\xfe\xf0\xe2\xc5\x8b\x17\x35\x0e\xad\x21\xcf\xbf\x01\xa3\xb3\xa9\x55\xaa\x75\xeb\x5c\xc9\x21\x16\x0a\x42\x16\x2a\x75\xc6\x60\x56\x2a\x76\x41\xd3\xcb\x77\xb8\xe6\x0f\x9c\xe8\x9b\x3e\x90\xa3\x26\x79\x9e\xd2\x05\x63\x0c\xf5\xd7\x38\xde\x12\x7a\x82\x7c\x5c\x44\x9b\xb3\xe8\x4f\x62\x7d\x9e\xce\xa2\xb1\x89\x4c\x67\xd1\x58\x87\xac\xff\x1d\xbe\xfa\x4e\x02\xbf\xfa\xfe\x4f\x87\x57\x63\xf8\x6a\xfc\xf0\xaa\xd5\x09\xe4\x94\x15\xf5\x6f\x5d\x6c\x3b\xab\xeb\x55\x37\x29\x54\x0c\xa1\x3f\x4d\x25\x79\x84\x29\x96\xc6\x21\x22\xc9\x73\xae\xd3\xce\x44\xef\x45\xf9\x4f\x39\x3f\x91\x96\x0b\x8a\xae\xb3\xc4\xfc\x34\x67\x25\x8c\x43\xca\x51\x74\xcd\x38\x49\x53\x11\x1c\xe5\x13\xcf\xcc\xa6\x5a\xc0\x7d\x38\xf1\x11\x4c\x71\x11\x1a\xe9\x43\xb6\xfc\x60\xa9\x02\xc0\x54\x8d\xad\x91\x29\x26\x2b\xda\xcf\x49\x08\xe3\x5c\x3c\xac\x52\x86\xab\x1e\x54\x6a\xe6\xed\x30\x3e\x97\x83\x53\x91\x4a\xe5\xc5\x2a\xa2\xdc\xdc\x0e\x83\x60\x05\xee\x36\xf3\x5a\x47\xc5\xab\x1c\xab\x29\xc9\xe0\x46\xb2\x41\x30\x3e\x01\xe7\xae\x7f\xad\x45\x09\xa5\xaa\xb0\xe0\x98\x66\x9a\x3f\x0d\xad\xbe\x65\xe2\xee\xa0\xb5\xb5\x4b\x2a\x56\x51\x85\xbe\x1d\x07\x9d\xde\xda\xd5\xbe\xa9\x73\x1d\x4b\xb4\x89\xb2\xc8\x62\x2b\x0e\xc5\xca\x5f\xca\xd3\x3d\xe1\x3d\xc0\x1c\x44\x04\xb1\xe4\x39\xd7\x39\xc8\x98\xd5\x49\x6d\xc1\x5e\x1e\xe3\x86\xac\x42\x07\x7c\x9e\x09\xd8\x48\x5d\x1f\x2a\x6a\x3e\xba\x54\x68\xc2\x4d\x85\x99\x08\x41\x30\x2f\x85\x20\xc5\x66\x62\x53\xcf\xdd\x90\x25\x3a\x7a\x95\xab\x68\xf7\x8a\xba\xe3\x35\xc5\x49\x88\x53\x18\x03\x8f\x73\x8a\xef\x45\x28\xac\xb3\x18\x20\x6b\x3e\x33\x6b\x86\x2e\xcb\xcb\x59\xe0\x42\x13\x96\x1f\x02\xef\xf2\x2c\xe5\x0a\x8d\xf3\xa9\xb7\x06\xbe\xfe\x68\x8e\x1c\x49\xb5\x83\xab\xbe\x69\x58\x84\x33\x2e\xc1\x96\x60\x8b\x5b\x15\xa5\xea\x13\x95\xee\x6e\x70\x12\x81\xe9\xb2\xf8\x22\x63\x9f\x2e\x34\x90\xa3\x07\x53\x9b\xc2\xc5\xd4\x84\xa2\x48\x60\x86\x31\xfb\x8a\xee\x2c\xe8\xa6\x7e\xad\x3a\x16\x8e\x70\xf6\xfd\xe2\x23\x58\xc9\x0f\x76\xd9\xa9\xcb\xef\x21\x64\x81\x58\x76\x62\x7e\x9e\xca\xb5\x54\x3e\x85\x22\x14\xd2\x73\xaa\xee\x90\x34\x9e\x56\x4a\x02\xdf\x7b\x5e\x00\x0c\x16\xa0\xd0\x38\x88\x74\x16\xc4\x70\x49\xea\x46\x6e\x4c\x2f\x0d\x8d\x9c\xa4\xc3\x18\x3d\xa0\x58\x7d\x1f\xf3\x89\x2b\x27\x7a\xd0\xcb\x17\x15\x74\x22\x48\xc3\x63\x83\xfc\x14\x3a\x97\xd8\xac\xe2\x19\x2e\x42\x14\x56\xbd\x37\x93\x0b\x46\x6d\x4c\x9a\x03\x48\x49\x90\xa6\x54\x92\xc2\x49\x29\xec\x56\x61\x8d\xbc\x2c\x92\xa4\x19\xcf\xe7\x17\xd0\xd9\xc3\x82\xcf\x7b\xe9\x75\xa3\xe2\x2e\x48\x4c\x04\x77\x6a\x9f\x13\x84\x30\x8e\xef\x61\xf8\x59\x1e\xaa\x67\xf7\x8c\x63\x9e\xe5\xdf\xdc\x4c\xf4\x86\xab\xa6\x11\x26\x67\xb5\xa9\x0a\xc1\xaf\x2f\xbe\x58\x29\xa7\x02\x58\x9e\xe4\x00\x4f\xde\xe4\x25\x89\x09\xf2\xf3\xb0\x58\x71\xab\x8e\x87\x14\x36\xcc\xc0\x77\x19\x8e\xfe\xf4\xeb\x8b\x2f\xf5\x7d\xa5\x42\xb6\x81\x2d\xa6\x26\x31\xeb\x9a\x07\x0e\xcd\xd4\x52\x66\x21\x49\x8d\x21\x72\x77\x16\x58\x0d\x1d\xdd\x94\x4a\x8c\x38\xfa\xd1\x97\x16\x41\x25\x3a\x97\xfc\xcb\x91\x23\x54\x7e\xed\x4e\x13\xe4\xb8\xb1\x64\x53\x21\xb0\xa9\x48\xbb\x99\x14\xab\x2e\x49\xc7\xe2\x1c\xe6\x96\xd8\xd6\x6a\x94\x70\x7a\x56\x67\xa4\x3a\x84\x54\x91\xa0\x9c\x1b\xf9\x7e\x99\x68\x3a\x52\x5f\xca\x3c\xc1\xb3\x08\x2f\x13\x14\x22\xc6\x20\x3d\x9b\x64\x8d\x62\x32\x49\xbc\x98\x33\x14\xef\x0b\x9c\x2c\x45\x21\x86\x2a\x5d\x27\x3c\x42\x0a\x43\x8e\x28\x1b\xc8\xa3\x36\x16\x43\x76\x2c\x2f\x0a\xf5\xa1\x2d\x7a\x50\x71\x3d\xa5\xc2\x3e\x4b\xc4\x27\x98\xa6\x38\x39\xc8\x44\xa7\x12\x5b\x12\xb5\x08\x0d\xe4\xde\xb3\x8c\x0b\xd4\x3e\xa1\x64\xf1\xff\xfd\x9f\xff\xcb\x04\x8d\x46\x47\x9d\x72\x9f\x2e\x4b\xe8\x6a\xa5\x2a\xda\x4a\xb5\xd4\xf2\x5b\xf7\x31\x3c\x00\x9c\x44\xd2\xf0\x26\x07\x4b\x4e\xd8\xc4\xe8\x29\xa4\xc6\x4a\x73\xeb\x1b\xc5\xe6\x42\x97\x9d\xcd\x36\xb0\x80\x3b\xc0\xf2\x6d\x52\x0b\x44\x88\x44\x81\xa9\xc9\x57\x03\x95\x63\x4b\x4c\x7a\x80\x31\x44\x07\xc4\x8f\xe6\x0b\xb8\xa6\xed\x8d\x30\x8b\x01\x97\x1b\xc9\x22\xf2\x37\xcf\xfd\x24\x52\x4f\xdd\xb2\x5d\x8b\xde\xeb\x37\x87\x1a\x4b\xd2\xb4\x9c\xd7\xea\xce\xd5\xe1\x57\x2e\x4c\x8a\x4e\xe4\xc1\xb6\x70\x72\x0d\x62\x94\x52\x17\xca\x90\xb9\x55\x0f\x08\xc6\x5f\xcd\x7e\xce\x66\x7e\xa6\x28\xcf\x50\x39\xfc\x8c\x12\x65\x2b\xa1\xba\xab\x2b\x06\x5c\x8a\x3c\x8f\x6b\xf5\x8d\x37\x93\x9f\xe8\x14\x53\xde\x58\x79\x1f\x26\xbb\x72\x05\x1a\xce\x32\x3b\xbf\x5d\x68\x48\xac\xe5\x72\x4d\xd5\x47\xf9\xdf\x52\x64\x52\x5c\x6a\x2c\xbe\xb5\xc8\x04\xed\xdd\x02\xb3\xea\x05\x39\x8e\x57\xeb\xd6\xb2\xb2\xe3\x2a\x8d\x90\xb0\xe1\x0d\xb6\x7b\x23\xcc\x7b\x0e\x6d\xdd\x26\x6c\x2b\x2b\xe4\x30\xdd\x7b\xfc\x84\x22\xcb\xaa\x5a\x81\x89\x89\x19\x8c\x53\x51\xd4\xa8\x01\xd1\x73\xdd\xdc\x79\x98\x2e\xad\x13\x50\x18\xf2\x0c\xc6\xaa\x39\x80\x14\xa9\x6b\x93\x7a\xa8\x8b\x66\xfa\xcb\xb5\x2e\xc6\x95\x36\x18\xf8\xca\xf9\xb9\xbc\x52\xb1\xc0\x21\x25\x8c\xec\x39\xf0\x42\x8e\x1f\x50\x71\x26\xaa\xf7\x92\x06\x3a\xbf\x99\xd9\xd3\xb2\xe8\x5c\x32\x94\xab\x43\x8b\x8c\x99\xf1\x92\xce\xb0\xab\x54\x59\xa9\x66\x9a\x3b\x83\x2e\xcd\xa2\x63\xc7\xb8\xb4\xdd\x29\x69\x37\xbe\xf1\x9b\x44\x5f\xea\xbc\xad\x88\xc0\xbe\x26\xfa\xda\x36\x92\xa9\x7c\x41\x5f\xf4\x2f\xbf\x58\x11\x5d\x11\xcb\xd5\x63\x38\xe9\xac\x65\x62\x0f\xca\x8f\x85\x2b\xb2\x10\x61\xde\x09\x9d\xee\x11\x55\x91\x9e\x40\x08\x63\x99\x29\x22\xb5\x44\xa0\x50\x19\xed\x65\x34\xf5\xdd\x65\xc5\x43\x8e\xec\x65\x53\xd8\xb8\x29\xc2\xac\xe6\xb0\xd1\x2e\x95\xe5\x0a\x9f\x32\xd1\x89\x98\x81\x72\x71\x20\x0f\xc0\xa9\x58\x84\x48\x81\x1b\x45\x31\xbd\xc8\x33\xc7\x83\x30\xab\x31\x79\x94\x1f\xc7\xe7\xe1\xd1\xe4\x5a\xe8\xe9\x3b\xca\xd7\xe4\x05\x9e\x7b\x31\x35\x38\x57\xf3\x4c\x59\xe6\x17\x2d\x3c\xe5\x80\x4d\xfc\x14\x65\xba\x6a\x8a\x2f\xc9\x55\x1f\x1a\x37\xab\xc3\x38\x76\x08\xb9\x61\xde\x99\x84\x7a\x81\xc6\x15\x1f\xd9\xa5\xbc\x7a\xd9\x56\xeb\x88\x48\xe0\x9c\xf0\xa7\xe9\x32\xb7\x74\xca\x55\xd9\x51\x69\x6e\x7e\x40\x1e\xef\x18\xd0\x7c\xa7\x60\xc6\xa6\xcb\x62\x1f\xb3\xec\x3f\xb4\xed\xb1\xde\x9a\xa9\xa1\x73\xe0\x93\xa8\x18\x55\x65\x06\x65\xdc\xa8\xce\x8f\x4c\x0f\x2d\x63\x53\x6e\x08\x9a\xad\x7f\xbd\x34\xd9\x05\xf1\x23\x45\x3c\xa3\x89\x4e\x1c\x97\xe7\x27\xe7\x72\xf0\x2e\xe8\x17\xa4\x15\x42\x99\xea\xcc\x8f\x7d\x55\x1c\x26\x40\x94\xc9\x6d\x56\x50\xe9\x42\x51\x3b\x86\xcf\xd7\x07\x45\x90\xd9\x0b\x8f\xf4\x54\x92\xbf\x50\x5e\xf4\x4a\x29\xd1\xc9\xee\x29\xa2\x7b\x42\x4f\x30\xd1\x1f\xd7\x23\x7b\x25\x5d\x73\x48\xd4\x2c\x7a\xad\x38\x52\x06\x8e\x4e\x1b\x03\xce\x7a\xe5\xb6\xca\x48\xfc\x7c\x54\x21\x8d\xbc\x6b\xc2\x1d\x0a\x37\x2d\x0b\x7f\x9f\xc5\xf1\x79\x58\xd4\x00\xd0\x2e\x8e\xec\x01\xb4\x15\x4b\x4a\xd3\xca\x66\xc8\xd5\x5a\xba\x46\x19\x1a\xe5\xde\x42\x5d\x60\x21\xfb\x06\x89\x2a\x03\x5f\xa8\x5d\x25\x62\x50\x73\x65\x82\xa8\x2c\xaf\x51\xa4\x4d\xa9\x1b\x6c\x6c\x00\x58\x16\x1e\x01\x64\x35\xdf\xad\x22\x08\xd3\x7e\x60\x0e\x83\xd5\x24\x82\xf6\xc6\xde\x3d\xea\x0e\xd3\xe4\x28\x79\xd6\xdc\x10\x8c\x36\x3a\xef\x5a\x99\xbb\x7a\x46\x88\xb9\x3c\xa3\x2e\xc9\x88\x29\xa2\xb6\xfe\x60\xcc\x8a\x7c\x26\x7c\x48\x88\x21\x59\x05\xab\x23\x31\xa2\x89\x75\xe5\xc6\x82\xb2\x9a\x81\x08\x25\x84\xeb\xe0\xb9\x60\x56\x8e\x50\xc5\x32\x49\x8b\x09\xec\x7b\x59\xd2\xb2\xca\x03\x5c\x21\x72\x31\x62\xa5\x43\x4f\xa0\xbc\xd7\xc0\xcc\x69\x4b\x2d\x84\x50\xd4\x9d\x74\xf5\x46\xd3\xa6\xa6\xef\x9d\xec\x48\xf0\x6c\xa6\x19\x3c\x08\x0a\x78\x31\xde\x89\x5e\xf1\x94\x46\xc8\xb2\x96\x76\xcc\x2e\x71\xe6\x45\x36\x24\x0a\x99\xe2\x2a\x1d\x19\x94\x15\xe8\x64\x99\xa9\x01\x60\xc4\xa6\x91\x09\xc9\x0a\x38\x31\xec\x9c\x50\x75\x71\x17\xe6\xc4\xea\xc2\x3e\xa8\x49\x11\x74\x33\x1d\xeb\x75\x58\xcb\x1e\xc5\x08\xeb\x13\x36\x01\x22\x2c\x42\x89\x66\x4b\xa8\xde\x42\xed\x1b\x80\xb9\x8c\xbc\x16\x2a\xf2\x32\x69\x42\x56\x96\xbf\xda\x1d\xca\x2d\x9b\x4e\x1c\x8f\x54\x82\x85\xb2\x5c\xb9\xff\x88\xac\xf5\x55\x75\xda\xcb\x14\x08\x99\xaf\x28\x16\x3d\x7a\xcd\xab\xcd\x40\x91\xf4\xa5\x9a\x11\x9a\x97\xb4\xd2\xba\x75\x82\x29\xd3\x51\xa8\x5c\xb2\xa6\x31\x0c\xd5\x01\x60\x1e\xec\xcb\x5d\xb5\x93\x0e\x9b\xc4\xb0\x52\x7c\xc0\x09\x8c\x77\xa2\xc5\x9f\xc4\x3f\x2f\x07\xe2\xdf\x57\xf2\xdf\x1f\x6a\x7b\xed\x96\x4c\x24\xce\x75\x85\x28\x41\x7b\x79\x40\x5a\x2b\x33\x36\x58\x4d\xb1\xb8\x8b\x22\x93\xb3\x29\x73\xd9\x0d\x13\x03\xc5\xb7\x64\xad\xfe\x56\xc6\x06\xf9\x30\x9c\x60\x9a\x22\xb1\x76\x14\xbc\x6f\x14\x0c\x2b\x12\xce\xdd\x66\xa7\xc4\xa2\x82\x91\x46\xc8\x8c\x5f\x0b\x77\x76\x2d\xc8\xff\x1f\x00\x00\xff\xff\xc6\x01\x56\x89\x1e\x8b\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-externaldb.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-kieserver-externaldb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x7d\xed\x72\xdb\x38\xb6\xe0\x7f\x3f\x05\x6e\xaa\xf7\xba\x67\xcb\xa2\xec\xe4\xa6\x93\xab\x99\x9e\x2a\x5a\xa2\x63\xa5\xf5\x75\x45\x39\xdd\xd9\xa9\x29\x15\x44\x42\x12\xda\x14\xc1\x01\x40\xdb\x9a\x9e\x54\xed\x6b\xec\xeb\xed\x93\x6c\xe1\x8b\x9f\x20\x45\x27\xee\xd9\xa9\x9b\x1f\xa9\x44\xc4\x39\x38\xe7\xe0\x7c\x01\x38\x3c\x84\x09\xfe\x84\x28\xc3\x24\x1e\x00\x8e\x0e\x49\x04\x39\x72\x48\x82\x62\xb6\xc7\x5b\xee\x60\xd2\x7f\xb8\x3a\xbb\xc7\x71\x38\x00\x2b\xfd\xf8\x2c\x82\x1b\x14\xb1\xc1\x19\x00\x74\x9f\xc0\xc3\x00\xbc\x7a\xe7\xbc\x7d\x75\x06\x32\x04\x03\xf5\xe0\xdd\xdb\xde\x3d\x46\x0c\xd1\x07\x44\x7b\x87\x23\xfb\x5b\x74\x76\x40\x8c\xc1\x1d\x1a\x80\x7f\xf4\xce\x00\x70\x41\x8c\x1e\xc1\x82\x92\x00\x31\x06\xdc\x94\x93\x03\xe4\x98\xc4\x60\x0a\x63\xb8\x43\x14\xfc\x34\xf6\x80\x82\x07\x30\x49\x22\x1c\xa8\xc7\x7b\xf8\x80\xc0\x06\xa1\x18\x04\x14\x41\x8e\x42\x80\x63\x70\x24\x29\x05\x09\x25\xbf\xa2\x80\x3b\x67\x00\xac\xf6\x08\xa4\x0c\xd1\x18\x1e\x50\x3f\x81\x8c\x3d\x12\x1a\x82\x2d\xa1\x00\x06\x62\x3e\x1c\xef\x00\xdf\xa3\xc2\x1c\x67\x67\x40\xfe\xb9\xd3\x50\x03\xf0\xdd\x6f\x3f\x8d\xbd\xb5\xef\x2d\x3f\x79\xcb\xf5\x9d\xef\x2d\xbf\xe8\x21\x0b\x8d\xaf\x32\x64\xf1\xf3\xe8\x8b\xc0\xb2\x88\x10\x64\x82\x44\xc0\x52\x8a\x00\x27\x9a\x50\x39\x21\x43\x01\x45\x1c\x88\x19\x42\xf0\xaa\x04\x7f\xbb\x5a\x2d\xfc\xb5\xef\x0d\x97\xde\xea\xcb\x2b\x10\x90\x98\x43\x1c\x1b\x4a\x2d\x43\x7f\xf2\x3e\xfb\xab\xf9\xd2\xfb\x02\xb6\x38\x92\xfc\x2a\x16\x05\x43\x02\x8c\xa1\x40\x10\x20\x10\xa1\x98\x3b\x67\x07\xc4\x61\x08\x39\x14\x8b\x07\xe3\x98\x70\x29\x50\xb9\x96\x00\x84\x88\x05\x14\x27\x5c\x2a\x83\x5b\x90\xb7\x59\x57\x25\x3d\x70\x90\xab\x13\x4a\xc9\xf9\x6a\x75\x1e\x31\xdf\x03\x08\xa6\x47\xff\xbf\x26\x40\x4c\xb0\x81\x0c\x5d\x68\x61\x09\xa8\x25\x0a\xc1\x2d\xe4\x6d\x8b\xfd\xce\x79\x0b\x7a\x60\x84\x12\x8a\x02\xb1\xa8\x12\x1a\x07\x24\x1e\x46\x90\xb1\x81\xfc\x67\xef\xd7\x0d\x61\x4c\x3e\x29\x29\x69\x88\x59\x12\xc1\x63\x4f\x2d\x5b\xc7\xc9\x0a\x7c\x68\x4a\xdb\xb8\xa9\x4f\x9a\x50\xf2\x80\x43\x44\x7b\xd6\xd9\x2f\xc0\x38\x0e\x1c\x09\xc5\xe1\x8e\x69\x9b\xb8\x48\x14\x4d\x4a\xe3\x2e\x24\x3b\x17\x99\x95\x5c\x28\x2b\x91\x30\x56\x63\xdc\xe0\x38\x84\x9b\x08\x0d\xc0\xab\x2d\x8c\x18\x7a\xd5\x32\x36\x24\x41\x7a\x40\xb1\x5a\xe2\x5e\x4a\xa3\x01\xd8\x73\x9e\xb0\x41\xbf\xaf\x2c\xc0\xa1\x28\xdc\x43\xee\x04\xe4\x50\x1e\xdc\x47\x71\x2f\x65\x7d\x8a\xc2\xf5\x1e\xf2\xb5\x26\x79\x0d\x33\x31\xae\x95\xe8\x68\xff\x9d\xf3\xb6\xbf\xe7\x87\xa8\x1f\xa2\x24\x22\x47\x1c\xef\xd6\x70\x7d\x1a\x6e\xfd\xce\x79\xab\xff\x1d\xae\x15\xeb\x6b\x14\x3f\x60\x4a\x62\x41\xc4\x9a\xc4\x19\x92\x8c\xa5\xb5\xb6\x06\x44\xd7\x82\xd9\x2d\xa1\x87\x7e\x0b\xf7\x11\x89\x77\xbd\x92\x46\xaf\xf6\x98\xe5\xaa\x1c\xa2\x2d\x8e\x11\x03\x14\x31\x92\xd2\x00\x31\x10\x23\x14\x6a\xad\x03\xc2\x64\xd1\x13\x0a\x52\x8e\xc0\x32\x8d\x10\x03\x30\x0e\x8d\x3e\x21\x06\x48\xdc\x45\xc9\x0a\xae\x45\x61\x7d\xe7\xbc\xbd\x00\x38\x0e\xa2\x34\x14\xd6\x59\xf4\x69\x4a\x80\x82\x7b\x61\xad\x5b\xbc\x4b\xa9\x7c\x70\x61\x6c\x58\x10\x80\x63\xfd\x1f\xb1\x90\x1a\x67\x40\x0e\x87\x34\xd6\x68\x2e\x40\x2a\x1d\x5b\x55\x79\x9d\xcc\x7b\x97\xac\x71\x9e\xa0\xd8\x17\x12\x03\x43\x23\x5c\xe3\xe0\xb4\x88\xc1\x83\x8a\x0e\xe0\x8d\x73\x75\xe5\x14\xac\x13\x30\x1c\x07\xa8\x8b\x14\x34\x86\x5c\x04\x7f\x14\x1c\x32\x61\x39\x9a\x5a\xe1\xdc\x0c\xa2\x6b\xf1\x53\x05\xd3\x3c\x41\x14\x72\x42\x9d\x96\xf5\x66\x69\x92\x10\xca\x4f\xe8\xb9\x44\xf0\x60\x02\x9e\x89\x5b\xca\x6e\x9b\x62\x96\x7a\xce\x12\x18\xa0\x41\xee\x00\xce\xc8\x46\x44\x1a\x36\x38\xeb\x81\x62\x10\x7d\xb8\x3a\x03\x40\x05\x4c\xe1\x4d\x70\x80\xdc\x20\x20\x69\xcc\xcf\x00\x28\x7a\x5f\x00\xf2\x30\x2a\xfe\x14\x74\x41\x04\x15\x77\xb1\x98\x8c\x87\xee\x6a\x3c\x9f\xad\x67\xee\xd4\x53\x81\xc7\x44\xa5\xda\xd3\x9c\xe8\x66\x72\x96\x24\x42\xd7\x38\x16\x9a\xf7\x4f\xa2\xa5\x87\x42\x2c\xf8\xa6\x24\x42\x4b\xb4\x1d\x14\xe0\xf4\x13\x96\x1a\x29\x02\xd0\x6b\x12\xdb\x37\xf2\xad\xf1\xd5\x78\xae\xc5\xbf\x6a\x04\x8c\xa2\x4a\x82\x00\x1e\xd1\x46\xff\xf3\x9c\x01\xa1\x6e\xcc\xf9\x5a\xf1\x01\x15\xa3\x83\x93\x7c\x75\xe5\x1f\x00\x96\xa0\x40\xd1\x20\x49\x53\xff\xec\x69\xe0\x82\xc7\x10\x4f\x07\xe0\xfd\xe5\xfb\x4b\xe3\xec\x20\xdd\x21\xbe\x28\xff\x5c\x04\x64\x65\xc8\xff\xf8\x8f\x37\x36\x48\xf3\x33\x43\x11\x0a\x38\xa1\xb9\x54\x8d\x6b\x1b\x4a\xcf\xd6\x85\x63\x26\x32\x34\x12\xbb\xdb\x2d\x8e\x31\x3f\x0e\xc0\x30\xc2\x28\xe6\xe3\x85\xed\xa9\x46\x6b\x1c\xa2\x1e\x69\xfe\x0f\x00\xc7\x07\x44\x52\xee\xa3\x80\xc4\x21\x1b\x80\x37\x3f\x5c\x5e\xbe\xbc\xbe\x88\x84\xf3\xe3\x07\x4a\xd2\x84\x81\x44\xb8\x35\x21\x2d\xe9\x6e\x83\x28\x65\x1c\x51\x1c\xef\x9c\xf2\xda\x3b\x30\x4a\xf6\xd0\xb9\x4f\x37\x88\xc6\x88\x23\x26\x3c\x19\x27\x91\x70\x77\xa8\x97\xc6\x14\xc1\xf0\xd8\x43\x71\x98\x10\x1c\x73\x36\x00\xaf\x38\x4d\x75\xd0\xff\x17\xd0\xb9\x5e\xa2\x7c\x49\xae\x78\x9a\xd3\xf1\x62\x00\x66\x24\x46\x4d\xca\xa8\xe1\x0a\x2a\xf5\xfe\xfd\x7b\x9b\x4a\x99\x9f\xbf\x55\xa5\x7e\x97\xc5\x36\xc1\xb5\xec\x12\x7e\x2f\x8f\x90\xa7\x86\xcd\x2b\x63\xc6\x34\x78\x02\x25\xeb\x37\x6f\x2e\x7f\xb0\xc8\x3a\xfb\xf9\xeb\x64\xad\xa6\xb6\xc8\x19\x87\x83\x2c\x6f\xe9\xb5\xab\x93\xf6\x51\x26\x5c\xa5\xfc\xf9\xeb\x22\xa1\xa4\xd1\xe5\x6e\xfb\x9c\x49\x27\x96\x19\x9d\x86\xdb\xc3\x84\x92\xa7\xa3\x43\x05\x08\xad\xe4\xd9\x30\x82\xb1\x58\x09\x95\x1c\xfe\x13\x0d\xae\x9b\xa8\x4a\x6b\xbc\x27\x8c\x57\x36\xa2\xb7\x73\x7f\x25\x40\xe4\x36\xf1\x4b\xa6\x09\x03\xcb\xba\x67\x81\x81\x13\xf3\xf8\x2b\xc3\x2d\x0e\x4f\xf9\x0b\x13\x4b\x7e\xa7\x15\x66\xe5\x25\xfe\x17\xf0\x90\xcf\x5a\x27\xff\xf4\x42\xa9\x40\xcc\x73\xae\x38\xa2\x07\x1c\x6b\xae\x12\xc8\x18\xdf\x53\x92\xee\xf6\x2f\xb3\xa2\x6a\x9d\x46\x15\x07\xd0\x65\xc9\xb2\x24\x5d\x45\xb8\x92\x71\x3d\x42\xcc\x7b\x5b\x42\x7b\x32\xbc\xfd\x53\x83\x5a\x36\x98\x39\xea\x57\xe7\x1e\x23\x87\xd0\x5d\xff\x1e\xa3\x9e\xd6\xd2\x93\x7a\xfc\x55\xab\x4f\x91\x64\x86\x0d\xc0\x95\xfe\xff\x03\x16\xa2\xbe\xc5\x8c\x13\x7a\x9c\xe0\x03\xe6\x03\x70\x75\xf9\x72\x29\x14\x17\x59\xc4\xee\x68\x70\x50\x12\x45\x38\xde\x2d\x20\x85\x07\x96\x27\x47\x07\xf8\xe4\xa7\x74\x87\xc4\xdc\x97\xff\xa3\xf8\xf3\x5d\x0c\x1f\x20\x8e\xd4\x79\x43\x96\x2b\x1e\x13\x24\xf7\x12\x91\x89\xe1\xd9\xa9\x9f\x1e\x51\xd6\x8d\xfa\xaa\x3e\x63\x65\xbf\x96\xf5\xaf\xd0\x8b\x17\xd5\x8d\xee\xfa\x21\xa7\xcd\x74\x04\xc8\xfd\xbc\xde\x89\x17\x04\xd6\x03\x28\x7e\x28\xca\xcf\x24\x52\x3f\xcf\x97\x3f\x5d\x7b\xb3\xe1\xad\x74\x28\xe3\xa1\x27\xa7\x28\x0c\x04\xe0\x01\x46\xa9\x24\xe4\xfa\xce\x1f\xcf\x3c\xdf\x5f\x0f\xbd\xd9\x6a\xe9\x4e\x0c\xc8\x17\x0b\x5e\xe1\xa2\xdc\xd1\x74\x3c\x93\xa7\x9e\x76\x7c\xe5\x31\xed\x58\x16\x3f\x8f\x4e\x21\x91\x67\xa7\x76\x1c\xda\x59\x4e\xe7\xa3\x06\xd6\x2a\x83\x9a\xf0\x4c\xaf\x3d\x77\xe6\x37\xa3\x50\xcf\x6d\xd0\xa3\xe5\x7c\x3e\xf1\xcd\x1c\x37\xe3\xc9\xca\x5b\xae\x87\x13\xd7\xf7\xbd\x06\x7c\x6d\x10\xb6\x19\x16\xcb\xf9\xd4\x5b\xdd\x7a\x77\x19\x8c\xf7\xcb\x6a\x3d\x1a\xfb\xee\xf5\xc4\x6b\x10\x5e\x3b\xcc\x09\x69\x5e\x7f\x5e\xb8\xbe\xbf\x76\xef\x56\xb7\x27\x16\xb9\x01\xe0\x04\xfe\xb1\x85\xe8\x1b\x4a\x0e\x83\xd2\xcf\x00\x6c\x31\x8a\xc2\xec\x74\xa0\xf6\x64\x01\xf9\x7e\x90\xf9\x14\x47\xb9\x92\xbf\x9c\x77\x32\xd5\xf3\xbf\xb6\x93\xb8\x9c\xdf\xad\xda\x2c\xa6\x9b\xd7\xb0\x20\xee\x24\xcf\x0e\x32\x6c\x35\x9b\xe2\x9d\x43\x2b\x96\xe1\x7c\xb6\x72\xc7\x33\x6f\xb9\x1e\x79\x8b\xc9\xfc\xf3\xd4\x9b\xad\x4e\xa2\xb5\x01\xd9\xe6\x99\xba\x9f\xbc\xd9\x7a\x3a\x5e\x2e\xe7\xcb\xf5\xdd\x72\x62\x47\x5c\x1d\x75\x12\xd3\xfc\xa6\x03\xa2\xf9\x4d\x33\x9e\xa5\xb7\x98\x5b\x4d\x73\x79\xbb\x70\xa7\xd2\x05\x5e\x78\xbf\xac\xbc\xe5\xcc\x9d\x58\x90\xe4\xa3\xd6\x39\x3e\xab\x4e\x0f\x44\x64\x27\x3d\x79\x7a\x18\xa0\x98\xdb\x54\xc3\x8e\x4d\xfb\xdf\x6f\xf7\xd6\x76\xf4\x0b\x77\x75\x6b\xc3\xdd\x3f\xc0\x07\x14\xbf\xee\x77\x46\x24\x14\xf5\x19\x61\x45\x41\x1a\xa0\xe7\xd0\xeb\xfb\x3f\xcf\x97\x0d\x1a\xdf\x30\x8d\x01\xb2\x4d\x63\x96\xf7\xf4\x0a\x1a\xbd\xd2\x43\xba\x22\x3b\xa1\xee\x66\x4c\x67\x74\xad\x72\xb6\x0c\xec\x8a\xb8\x5d\xb2\x96\x81\xa7\x02\xf1\x87\xe9\xa9\xd0\xd4\x34\xfa\x04\x66\x7f\xe5\x2e\x57\x77\x8b\xb5\xbf\x5a\xba\x2b\xef\xc3\x67\x1b\xf2\xec\xd2\xc2\xe7\x90\xf2\x34\xf1\x75\x9e\x7b\xc2\x95\x7a\x4b\x7f\xec\xaf\xbc\xd9\xd0\x5b\x8f\x5a\x72\x00\xeb\x70\x6b\x4a\xe0\xae\x5c\x7f\x7e\xb7\x1c\xda\x33\x00\xa9\xe3\x4d\xba\xbf\xfe\x38\x1b\x8d\x5f\x80\x06\x85\x6c\x38\x9f\xcd\xbc\xa1\x8c\x52\xc3\x5b\x6f\xf8\x93\x3d\xf6\x10\xba\x73\xe4\x75\xa3\xf3\x6b\x00\x1d\x18\xc2\x84\x23\xca\x9c\x5f\xc3\x4d\xe0\xa0\x27\x8e\x62\xb1\x19\x61\x8e\x3c\xc7\x71\xe4\xed\xd1\x27\x18\xe1\x70\x48\xe2\x18\x05\x22\x51\x1f\xee\x51\x70\x6f\x8d\x7c\x8a\x0c\xef\x97\xa1\xb7\x90\x54\xf8\xf3\xe5\xea\xa5\x88\xf0\x9e\x02\x24\x77\xfe\x3e\xa1\xbc\x65\x76\xb1\x1c\xd7\xae\xdf\x21\x41\xfc\xec\xff\xd7\x64\x3d\xba\x6e\x96\xe7\x68\x39\xfe\x64\x27\xff\x00\x29\x86\xe1\xe6\x19\x9a\x36\x76\x27\xde\xf0\x74\xb4\xd5\x44\xa9\xd1\xcd\x94\xb5\x7b\x88\x1a\xbe\xa6\x0c\x43\x21\x6b\xf7\x0a\x35\x64\x0d\x79\x86\xc2\x65\x76\x1f\xb7\x73\xbf\x81\xd9\xb6\x03\xcd\x36\x8c\x8b\xf9\xd2\x8a\xf1\xd5\x9b\x37\x97\x3f\xbc\x6a\x36\xb0\x95\x6b\x85\xca\x8f\x1a\xca\x50\xab\xf1\x54\xb8\x1f\x3d\xa9\x50\xa6\xb5\x2c\xac\x58\x2f\xbd\x9b\xa5\xe7\xdf\xae\xc7\xb3\x95\xb7\xfc\xe4\x36\x38\xfc\xce\xe0\x36\x11\x96\x4b\x39\xd6\xa3\xb1\x55\xf7\xfa\x88\x07\xfd\xfc\x28\x4d\x55\x91\xf4\x1e\x48\x94\x1e\xd0\x49\xa4\x27\xd7\xb8\x52\x4e\xd2\x88\xb0\x93\xf6\xe5\x43\x9b\x11\x75\xd6\xbe\xf2\x70\x1b\xc2\x8f\x1f\x96\xf3\x3b\x31\x66\x3c\xfb\xb0\x5e\x2c\xe7\xab\xf9\x70\x6e\x5d\xa7\xfc\x14\x6a\x34\x53\xc3\x2d\xd8\xe6\x0b\x6f\xe6\xdf\x8e\x6f\x56\x6b\x33\xa8\xc3\xde\xba\xc3\x25\xc9\x33\xe6\x69\xd4\xf9\xf7\xef\xdf\xbf\xb7\x69\xaf\xef\xb7\x24\x23\xfa\xa1\x4d\x72\xe2\x91\xa0\x63\x3c\xd2\x31\xa4\x90\xec\xdb\xa3\xda\x7c\xbe\x72\x1e\xa1\xcd\x0d\x0b\x5c\x4b\xcf\x9d\x4c\x9b\xa9\x90\x8f\x9b\xe8\x50\x55\x4f\x27\xd5\x21\x1f\xda\x84\x68\x38\x19\x77\xd9\xe0\xe4\x43\x9b\x10\xb5\x7b\xdb\xe2\x88\x26\x0c\xed\x4a\x5e\x1c\xd1\x84\x41\xe7\x4d\x6b\xdf\x9f\xac\x87\xde\x72\x35\xbe\x11\x6a\xe6\xad\x3f\xb9\x93\xf1\x48\xea\x5b\x33\xee\xd3\xb0\x8d\x74\x2f\xc7\xb3\xe1\x78\xe1\x4e\xd6\xee\x6a\xb5\x1c\x5f\xdf\xad\x5a\x84\x60\x19\x6c\x35\xfb\xe2\x51\xf7\x69\xab\xaf\x5f\x60\xb4\xa0\x3b\x9d\xcf\xd9\x0e\xda\xcb\x08\xe5\xb9\xc6\x64\xe4\x2e\x9a\x2d\xa9\x34\xa4\x1d\xc7\xf5\x78\x36\x5a\x8f\x1a\x16\xa7\x36\xac\x03\xae\xe1\xd2\x1b\x79\xb3\xd5\xb8\x29\x02\x35\x0e\x6f\xc7\xfd\xd1\x75\x65\xc1\xe1\xdd\x72\xbc\xfa\xbc\x1e\xcd\xa7\xee\xf8\x24\xd1\x36\x98\x13\x1c\xb8\xbe\xb7\x1e\xae\x7e\xe9\x22\x91\x7c\x68\x07\x9c\xea\x5c\xad\x13\x4e\x35\xb4\x1d\xa7\xef\xb9\xcb\xe1\xed\xda\x1f\xce\x17\x4d\x8e\xde\x3a\xb6\x13\x56\x91\x23\xac\x27\xe3\xe9\xb8\x29\x43\x6a\x06\x68\xc7\x3f\x1a\xfb\xab\xf1\xec\xc3\xdd\xd8\xbf\xf5\x46\x32\xfc\x9c\x32\xdb\x6e\xb0\xed\xb3\x2e\xdc\xa5\xef\x9d\xf0\x91\x4d\xa3\x4f\xd8\x9f\x1e\xb5\xbe\xf6\x3e\x8c\x67\x62\x2f\x58\x8e\xd4\x76\x8b\xb4\x01\x75\x9c\xc7\x9b\x8d\x9e\x3b\x4b\x0e\xd2\x3e\xc7\x72\x3e\x29\x48\xb4\xf1\xf8\xa1\x05\xe0\x34\x7e\xbf\xa3\x69\x15\xc7\x76\xa0\xba\x9b\x6d\x15\x86\x76\xc0\xb9\x14\x5e\xc3\x6f\x8c\x5a\x4d\xa3\x4f\xe8\xbf\x77\xe3\xde\x4d\x56\x12\xe6\xa4\xbe\x17\xc6\x76\xa0\xb7\x6c\x10\x5d\x97\xaf\x06\xd5\xc5\x92\x72\xc8\x9b\xe5\x7c\xda\x61\x39\x1b\xc0\x9e\xa7\x8f\x7e\x47\xbd\xa9\xc2\x9c\x98\xc5\xbb\xf1\x96\x4b\x57\xed\x40\x4b\x92\x58\xaf\xe6\xea\x90\xe2\xe4\xa4\xa7\x51\x34\xd2\x20\x09\x9e\xba\x8b\x85\x3c\xe3\x17\x4a\xbf\x58\xce\x17\x22\x03\x6a\xba\xad\x39\x09\xd6\x6d\x2e\x6f\x31\x71\x87\xde\x29\x45\x6c\x02\x29\xce\x81\x0f\xf2\x35\x89\x52\x0e\x33\x9e\xba\x1f\x3c\xe1\x75\x3c\x77\x5a\xdb\x5d\x49\x80\x45\x1a\x45\x0b\x12\xe1\xe0\x38\x00\x6e\xf4\x08\x8f\xac\x30\x22\xc2\x5b\x14\x1c\x83\x08\x95\x6f\x5a\x12\xc2\xd4\x49\x5a\xf5\x02\x06\x3d\x15\xaf\x25\xcd\x9f\x80\x1c\x0e\x30\x0e\xeb\x0f\x7a\xa0\xbf\xc1\x71\x9f\xed\x6d\x4f\x48\xc2\xfb\x08\x26\x72\x44\x04\xd3\x38\xd8\xf7\xe5\x31\x90\xd8\x26\x15\xeb\x43\x08\xb9\x67\x4e\x05\x45\x42\x91\xcf\x49\xf2\xaf\x49\x5e\x84\x1f\x50\x8c\x18\x5b\x50\xb2\xa9\x08\x76\x0b\x71\x94\x52\xb4\xda\x53\xc4\xf6\x24\x0a\x07\xe0\x4d\xe9\xf9\x9e\xf3\xe4\x03\xaa\x89\x3d\x91\x17\x5e\x7d\x73\xc1\xd5\xa7\x88\xf1\xbe\x22\xa0\xbf\x47\x30\xe2\xfb\x60\x8f\x82\xfb\x2a\x54\xb5\xa6\xd3\xfc\x61\xc1\x1e\x99\x5d\x77\xe9\x11\x8e\x31\xc7\x30\x1a\xa1\x08\x1e\xb3\xca\xc8\xab\x0a\x7c\x82\x28\x26\x61\xfe\xf8\x6d\xe9\x69\xb5\xae\xf2\x75\xe1\x69\xf7\xeb\x6f\x50\x2e\x53\x33\x8b\x92\xdd\x83\xeb\x52\xc0\x77\xef\xde\x97\x26\x57\x13\xfc\x4a\x22\x72\x8f\x61\x45\x61\x08\x27\x01\x89\x06\x60\x35\x5c\xb4\xe2\xac\x8a\xab\x56\x2a\xfb\x5c\x84\x79\x65\x6c\x15\x21\xfb\x4a\x8c\x79\x61\x64\x11\x63\xe5\x4c\xa1\x19\x21\x45\x30\xc4\xdd\x15\xf4\x87\x6f\xd5\x50\x59\xd2\xf3\x3b\x2a\xe8\x9b\x56\xfd\xec\xae\x9e\xd9\x6b\x1f\x65\xe6\x22\x7c\xc0\x9c\x55\x19\x3e\xa0\x03\xa1\xc7\xea\xa9\xa8\x37\x9d\x2f\x3f\xd7\xf3\x73\x75\x22\x37\x25\x69\x5c\xd5\xe8\x83\xf8\x4d\xdd\x67\x77\x3c\xcc\x33\xcb\x9d\x8f\xbc\x47\x47\xc6\x09\x45\xb6\xb1\x42\xf6\xf3\x38\x3a\x0e\x00\xa7\x69\xfe\x48\xc8\x71\x68\x2d\x2a\xb1\x38\xcb\x1e\x28\xb9\xb7\x1e\xe8\x05\xa5\xff\xa6\x31\xc7\x11\x88\x59\x44\xc8\x7d\x9a\x34\x9f\xeb\x82\x7f\xff\x77\x10\x07\xa0\xf7\xf0\xf7\x4e\x67\xbf\x40\x96\x9f\xfe\x11\x84\x04\xa0\x60\x4f\xc0\x23\xc4\x1c\xc7\x3b\x59\xe6\xd7\x08\xff\x47\xc0\x22\x84\x12\xf0\x5a\xc0\xc5\xe8\x8f\xf5\xf0\xb9\x49\xd9\x71\x43\x9e\xda\xc2\xe4\x78\x3b\x23\x7c\x41\x11\x43\xfa\x5d\x83\xa2\xdc\x1b\xa7\xee\x09\xa1\x16\x86\x17\xca\xf0\xa6\xea\x15\x47\x83\xff\x06\x46\xd1\x06\x06\xf7\x2b\x32\x21\x3b\x36\x8f\x3d\x4a\x49\xee\xf9\x58\xe9\x5d\x87\xd9\x33\x7c\x66\x61\xc6\x0f\x14\x06\x68\x51\xb6\x84\xff\xcc\xed\x44\x69\x4a\x69\xe1\xbb\x6b\x95\xd2\xcc\xb2\x41\xa8\xdf\x66\xf5\x37\x24\x4b\xaf\x2f\x4a\x10\x4e\xf1\x6e\x97\x69\x5d\x4f\x89\x7f\xb8\x87\xf1\x0e\x55\xeb\xd0\xcc\x5b\x62\x41\x45\x7d\x33\x87\x28\x26\x2c\x71\xd1\x4d\x50\xdb\x4a\xcd\x89\xaa\x69\x1c\x0b\x42\x7c\x4e\x11\x3c\xac\xe0\xce\xb2\xf0\xad\x79\xd7\xe0\xbb\xdf\x4a\x3f\xae\xdc\xd2\x36\xb0\xf0\xbe\x50\x65\xa0\x80\xf6\x17\x6e\x7e\x8d\xaf\xca\xe9\xc6\xb9\x58\xb4\xa0\xd4\xef\xaa\xe2\x4d\x3f\xf8\xef\x59\x9f\xf9\x75\x65\xed\xd5\x62\xca\x6f\xa9\x59\x07\x96\x5a\x49\x5d\xe5\x88\xd4\x6b\xbb\x67\xe0\x5f\xa5\xcc\xb1\xea\x37\x3b\x8a\xb6\x9b\x78\xc1\xb7\xd5\x22\xe6\x77\x8e\xf6\xbd\x4f\xe7\xeb\x49\x7d\xdf\xf8\x22\xd7\x93\xfa\x62\xf5\x5b\x2e\x87\x75\x2c\xa9\x8a\xbe\xcb\x86\xab\x71\x6f\xd0\x25\xb7\xe1\x41\xe2\x93\xe0\xde\x92\x7f\x55\x5f\xe3\xd0\xe3\x2b\xe9\xce\x55\xf7\x70\xf6\xac\x4c\xbc\x36\xf1\xd7\xe4\x9e\xb6\xdd\x5b\xc3\xde\xad\x69\xe7\xd6\x03\x3d\x5c\xff\x29\xa8\xfd\x94\xe9\xc7\x8f\xaf\xbe\x2b\xab\xd6\x2b\xb5\xa8\xa0\xb7\x07\x57\xaf\xdf\x39\x97\xce\xa5\x73\x05\x7a\x29\xf8\x2e\xd7\x4f\xd0\x1b\x99\xff\x5a\x95\x48\x4e\x81\xc0\xb9\xef\x4d\xbc\xe1\x0a\x5c\x9d\x77\x5b\x2b\xeb\xfa\xb7\x67\xaf\x57\xcf\xce\x31\x1f\x20\xed\x47\x78\xd3\x97\x4c\xf6\x85\xaf\xb2\xa4\x96\xcd\x29\x4e\xf2\x40\xa2\xae\xe9\xc6\x0f\x1d\xd2\x8d\x8e\x33\xc9\xa4\x9e\x61\xc6\x51\xcc\x3f\x49\x5c\xc3\x08\xe2\x4a\xd9\x68\x20\x7e\x6a\x4e\x97\x14\x5a\x39\xe8\xff\x4f\x1a\x52\xb6\xaa\xaf\x4a\x41\x24\x8a\xc1\x77\xbf\x29\xe5\xeb\x9c\x6e\x58\x86\xff\x2e\x49\xc7\xc2\xb6\x48\x2f\xf1\x5e\xf1\x4b\xe5\x0b\xd9\xf2\xe7\x21\x4d\xbd\x0e\x3e\x25\x21\xca\x34\x61\x89\x60\xf8\x33\xc5\x1c\xcd\x63\xfd\x9a\x57\x6d\x67\x48\xd1\xdf\x52\xc4\x8a\x86\x26\x72\x65\x7d\x3c\x37\xba\x5e\x7f\x9a\x4f\xee\xa6\xde\x7a\xe8\x2e\xdc\xe1\x78\xf5\xf9\xcb\x59\x22\x54\x0a\x71\xa9\x6f\xbd\xfa\x6b\x83\x82\x6e\xb9\xb1\xe1\x7b\x54\x14\x89\x73\x06\x80\xee\x24\xa1\x34\xbb\xd8\x82\x43\xfc\x92\xbd\xa9\x5e\xe5\xf8\x4c\x11\x89\x29\x0a\x33\xad\x35\x15\x4b\x47\x98\x24\x55\x2a\xa6\xf0\x01\xc5\xe0\x80\xc5\x56\x04\xf0\x3d\xe4\xd5\xf7\x9c\x0f\x29\xe3\x20\x65\xc8\x01\xe3\x2d\x38\x92\x34\x6b\x49\x80\x00\xd4\x70\xaa\xb9\x07\xdf\x63\x66\x10\x49\x20\x6d\x26\x00\x46\x11\x80\x94\xe3\x2d\x0c\x38\x53\x73\x40\x8a\x32\x32\x25\xff\x59\xcf\x08\xd5\xbb\x25\x2b\xe9\xae\xca\xa1\x44\xae\xba\x9c\x6d\xa8\x3d\x6e\xe3\xb3\xd4\x55\xa1\xf2\xfe\x58\xfb\x94\x64\x6b\x9f\x51\xd6\x28\x6b\x39\xa3\x27\x8e\x68\x0c\xa3\xc1\xff\xac\x12\x71\x2e\xd6\x1c\x87\x80\x13\x21\xd1\x6c\xe1\x65\x11\xae\x2c\x1d\x66\x98\x13\x7a\x94\xa2\x66\x88\x5f\x00\xcc\x41\x00\x63\xb0\x41\x00\x3d\x05\x51\x6a\x7a\x52\x08\x27\x22\x21\x89\x44\x0c\xa3\xe8\x98\x2f\x4b\x68\x68\xdd\x1c\x01\x0c\x65\x73\x09\xcc\xc5\x94\x15\x82\x1d\x70\x43\x28\x40\x4f\xf0\x90\x98\x73\xe0\x9c\xf2\x8b\x7f\xab\x54\x32\xeb\x1f\x82\x94\x71\x72\x90\x04\x56\x25\x0e\x30\x13\x44\x83\x4d\xca\xcb\xcf\xf4\x4d\x09\x66\x20\x26\x5c\xf1\x05\x63\x21\x86\x47\x1c\x45\x82\xb7\x1d\x8a\xe5\x5b\xce\x21\xa0\x30\x0e\xc9\x21\x3a\x5e\x48\x2c\x8f\x24\x3e\x3f\xe7\x62\x44\xca\xe0\x26\x42\x00\xc7\x35\x26\xce\xed\xcb\x95\x0b\x13\xc8\xe9\xab\xe5\xe0\x8a\xa8\x62\xd1\xb6\xe2\xac\xba\x62\x37\xa9\x90\xed\xdf\x52\x18\xe1\x2d\x46\xa1\x50\x39\x21\x4a\x58\x9f\x86\xd0\xe2\x1b\x87\xed\x24\xd5\x15\xb7\x50\x43\x5c\x31\xdf\x0a\x41\xa6\x21\x91\xa4\x42\xfa\x30\xa9\x08\xd5\x29\x2e\x00\xde\x66\x98\x4e\x13\x64\x9a\x23\x59\xa9\x32\xd7\xba\x15\x4a\x4c\xdf\xa3\x97\xa5\xc4\x74\x67\xb2\x51\x92\x6d\x03\x2c\x9e\x54\xbf\xbc\x5d\xf6\xa8\xc6\x3c\xf2\x4e\x22\x43\xa1\xcb\x30\xba\x00\x8f\x7b\x44\x51\x6e\x5f\xda\xdd\xc3\x60\x8f\xc2\x0b\xc9\x51\x14\x91\x47\xb3\xa2\x40\x1d\x71\x31\xf0\xfd\x36\x37\x99\x0b\x50\x30\x5c\xa1\xa1\x3b\xf4\x87\x76\x66\xc5\xdf\x80\x6c\x25\x69\x55\x8a\xcc\x54\x19\xdf\x4d\x45\xff\xcf\x52\x08\x43\xff\x9e\x30\x61\x5e\x9b\x63\x7d\x5e\x2c\xdb\xaf\x48\xfe\x3d\x77\x51\xa3\x39\x43\x6f\x64\xda\x15\x71\x33\x23\xe5\x97\x02\x9e\xa5\x56\xdf\xce\xcf\xa2\xd8\xfd\xeb\x25\xf9\x69\x52\x4e\x11\x59\x60\x78\xc0\x31\x96\x07\x0b\x84\x66\xc6\x56\xa3\x4d\x0c\x75\xc5\x50\x29\xf5\x6c\xc2\xda\x0b\x78\xda\x6d\x49\xac\x72\xe4\xc9\x29\x8d\x55\xb5\x4c\xb9\xc8\x0d\x4f\xe6\xa8\xe0\xfc\x2f\xb0\xf7\x77\xb7\xf7\xbf\xfe\xfa\xdb\x0f\x5f\xfe\x72\xd9\xfb\xcf\xbf\xfe\x76\xf5\xe5\xdf\x84\xbb\x35\xee\x5a\x44\xba\x84\xaa\xf6\x1b\x16\x62\x17\x3f\x5b\x65\xa1\xd3\x8a\x4c\x08\xe0\x7b\x1f\x71\xb5\xc6\x84\xee\xe4\xcb\x5b\x3a\x10\x8b\x21\x80\x1d\x19\x47\x07\xb1\xaf\x4c\x10\xe5\xc7\x3f\xd8\x18\xd0\xad\xba\x6a\x42\x2b\xbf\x81\x95\x45\x67\x14\xa4\x82\x9c\x26\xc9\x69\x02\x33\x91\x35\x13\x98\x3c\x86\xcf\xa1\xef\x05\x25\x5c\x78\x27\xac\xc2\xc1\xcc\x6c\x00\x44\xb0\x7c\xdc\xe3\x60\x2f\x29\x2f\x6c\x30\xd8\x89\x26\x6c\xd2\x74\x4c\xc3\x26\xb9\x3b\x62\x32\x5f\xc3\x31\xe3\x30\x8a\x50\xe8\x08\x87\xcb\x2a\x38\xc5\x88\x98\xd0\x83\xcc\x45\xb2\xa1\x82\x08\xbe\xaf\xf4\x4b\xcb\x37\x29\x0e\xf8\x4c\x52\xc0\xf6\x24\x8d\x42\x40\xe2\xe8\x28\x1b\x6f\x09\xcb\x3f\x90\x10\x6f\x8f\x2a\xa7\xc4\x2a\xef\xcc\x91\x1a\x8c\x25\x02\x44\xa2\x09\x42\xbc\xdd\x22\x8a\xe2\xc2\x1c\xfd\x42\x1f\xc0\xd2\xca\x14\xa0\x73\xa9\x65\x52\xb6\xef\x9a\x5a\xb2\xeb\xbc\x1b\x54\x53\x9e\xaf\x3d\xbf\x14\x29\x60\x6a\xe2\x42\x26\x58\x48\x41\xc1\x08\x6d\x61\x1a\x71\x91\x33\xbd\x92\x39\x58\xe1\xe6\x99\xee\x51\xf4\xfe\x95\xd5\x92\xb5\xa2\x55\x39\xb3\xa9\x4e\x8d\xbf\x16\xd6\xac\x14\x54\xd9\x74\xe5\x1c\x21\x90\xed\x69\x10\x95\xee\x3b\xd6\xcc\x8a\xb5\x89\x4b\x8c\x97\x59\x7c\xe7\xbc\x75\xae\xea\x2c\x15\xf9\x50\xdb\x62\xcb\xda\xac\xdc\x0f\x2d\xa4\x4b\xcc\x6d\x56\x6e\xb6\xae\x81\xea\xe1\xa2\xf6\x7b\x6d\x36\x9f\x03\x38\xa1\x3a\xe1\x7b\x8e\x0b\x28\x4c\x27\xdf\x3c\x3a\xfd\x6e\x92\x66\xe4\x57\xf8\x00\x07\xaa\x12\xa1\x9f\x13\xca\xfa\x72\x6d\x9e\xef\x04\xf2\xf0\x27\x7b\xc3\xe9\x65\x62\x05\x23\x97\xac\xad\x2a\x50\x98\x01\x18\xc9\xab\x80\x9a\x8d\x77\xb2\x6f\xb5\x59\xef\x68\xe3\xe5\x99\x3b\x98\x37\x28\x29\x55\x46\x4f\x5d\xb1\x14\xd3\xed\x0e\xa0\xed\xf0\xa4\xa3\xd5\x17\x65\xab\x1b\xcd\x5d\xe8\xe5\x90\xa2\xe6\x28\x0e\x95\x28\x02\x42\x29\x62\x09\x89\xe5\xff\xb2\x75\x91\x3c\x69\xc8\xb2\xc5\xbc\x75\xde\x75\x61\xab\x68\x35\xf6\xc3\xa3\x9c\x15\x89\xb3\xc5\x54\xca\x5d\x04\xdb\xb3\x18\xbf\x08\x32\x32\x20\x4d\x01\xba\x74\x5b\x50\xf4\x39\xdd\xa9\x69\x4d\x70\xec\xd4\xbc\x7c\x38\xce\x4e\x97\xbb\xd3\xfd\x4c\x09\x36\x79\x73\x73\x57\x51\x91\xdf\xbb\x2a\x21\x3e\xfe\xbb\x8c\x43\xf9\xb1\xaa\x39\xc0\xca\x1c\x42\x46\x9a\x3a\xbc\xad\x11\x97\xd1\xa2\xce\xfa\xc0\x10\x26\x30\xc0\xfc\x98\x91\x55\x3f\x06\x6b\xf1\xcf\x57\x1f\xf0\x49\x61\xdd\xe2\x8d\x50\x35\x8e\x40\x88\x61\x64\x0b\xe5\x75\x81\xa9\x81\x2d\xa2\xca\x5e\xc6\x6b\x8c\xe7\x74\xe7\xec\xcd\xcc\x8e\x99\x59\xa2\x7f\xfb\xce\xe0\xb7\x18\x7d\x81\x96\x03\x09\x91\x03\xe4\xab\x93\x0a\xab\x4a\x93\xce\x47\xde\x27\x6f\x32\x5f\x4c\xbd\xd9\xea\x1c\x10\x0a\xce\x17\xcb\xf9\xe8\x4e\xbe\xb5\x79\xae\xfc\xd8\x38\x16\xe1\x24\x4c\xe5\xcb\x96\x12\xcf\x85\x3a\x7b\x83\xb1\x3c\x44\x51\xc7\x65\xc0\x9f\xb9\x0b\xff\x76\xbe\x32\x3e\x82\x89\xb5\xcd\x8f\xda\x48\x6c\x0e\xf3\xce\xcc\x59\x2a\xa2\xb2\x79\xa8\xc1\x13\xc8\x93\x5d\x39\xca\x34\xf7\x14\x18\xe2\x0c\x89\x0e\xdd\xe8\x09\x33\x59\x84\x91\x1d\x7d\x2b\x3a\x1b\xc3\xa4\x20\xb9\x16\x18\x5b\xd7\x8d\x84\x76\xcd\x56\x8d\x3e\xf4\xa2\xe4\x82\x6a\xd1\x9a\xc3\x06\xc1\x98\x01\x14\xc3\x4d\x84\xc2\x7e\x88\xe5\xe1\x51\x29\x91\x17\x94\xea\x61\x42\x1c\x92\xf0\x00\xc6\x82\x2f\xf5\xb3\x25\xb0\x63\xc4\xac\xa1\x7d\x7a\xad\x01\x72\xda\xb3\xe6\x22\x66\xcf\xa1\x48\x69\xa1\x39\x88\x20\x63\x60\x8b\x23\xdd\x1b\xb0\x22\xd9\x90\x12\x12\x65\x0d\x2e\xd4\x30\x47\xc2\xa0\x6e\x39\xc8\x48\x22\x30\xc2\xbe\x91\x08\xc0\x30\x43\xa0\x2d\xb7\xbd\xb3\x49\xf9\xbd\xc9\x0a\x2f\xea\xc4\x52\x44\x2f\xd9\x8c\xf8\x42\x92\x9e\x50\x72\x40\x7c\x8f\x52\x66\xf8\xcc\x5e\xec\xcd\x0e\xff\xb4\x6c\x34\xc7\xfa\x24\x39\xd7\xa7\x1c\x85\xe1\x1e\x3d\x71\xc7\xac\xe9\x49\xbe\x17\x39\x05\x9a\x77\x2f\xa3\x60\xa4\x91\x64\xfc\x9f\xe8\xbb\x52\x3d\xcc\x1d\xca\x13\x43\x79\x64\x90\x9d\x90\x14\x9b\xcb\x01\xd9\x4d\xce\x01\x13\x24\x7b\x94\x47\x30\xbe\xd7\x67\xdd\x2a\x8e\x1b\x40\x75\x7c\x8e\x9c\x9d\x53\x68\xf9\xf6\xa7\xc2\x6d\x80\x6c\x26\xfd\xe7\x42\x02\xfe\x27\x9d\xf4\xfc\xd9\xf9\x93\x46\xd6\x0b\xc9\x01\xe2\xb8\xc7\xd2\xed\x16\x3f\xfd\xb9\x76\x2a\x5a\xb0\x34\x43\xb6\xa0\x54\x35\x50\xbb\xd5\x84\xd8\xec\xaf\xfc\xaa\x56\x57\x11\xb0\xaa\x0c\x9a\x84\x20\x59\xcf\x04\xa1\x85\xf0\x4f\xe1\x9d\x3d\x97\x79\xff\xd4\xc6\x4e\x37\x73\xaf\x74\x6a\x37\xf5\x54\xb2\x2b\x7b\x9b\x07\xfc\xc9\x0c\xf4\x15\x9e\xa6\x58\x5f\xac\xac\x3a\x79\x5c\x5c\xa5\xb1\x44\x8d\x6c\x6e\xae\xb3\x77\x45\x7c\x27\xfa\x6e\x70\x84\x1a\x25\x56\x7d\xd5\x58\x3b\x0d\x33\xaf\xf3\xeb\x3d\x6b\xa4\x11\x32\x46\x02\x2c\x2f\x02\x64\xdb\x75\x45\x97\xf2\x8f\xc2\x01\x6f\x85\x4e\xb4\xca\x70\x98\x0f\x3b\x21\x3f\xbd\xe5\x35\xbb\x2b\xd9\x4a\xde\x42\x57\x52\x3d\x2e\xcc\x04\x28\xc3\x68\x37\xaa\x32\xc9\x2d\xaa\x87\xdb\x8d\xef\x36\x17\x6f\xed\xcc\x94\x82\x96\xda\xae\x3b\x8a\xc8\x23\xab\xde\xd9\x71\x02\x36\x47\x31\x5c\xdd\x2b\xa6\x7c\x8f\x62\x8e\x55\xaf\x6e\x79\xaa\x26\xb9\x81\xec\xbe\x47\x51\x94\xf5\xd7\x27\xb2\xb5\xb6\x48\x23\x2e\x40\xe9\x9c\xfb\x6f\x29\xa2\x18\xb1\x96\x5d\xb1\x9a\xcd\x11\x33\x15\x8f\xed\x24\xda\x2e\xfb\xe2\x6b\x45\xad\x9b\xf2\x7d\xe3\x2e\xc1\xd2\xa4\xca\x44\x24\xdd\xff\xbe\x9a\xec\x0a\x62\x29\xda\x52\xc4\xf6\x3d\x79\x28\xf1\x00\xa3\x6c\x21\xbd\x8f\xd7\xb2\xae\x82\xe6\x19\xaf\xf8\x47\x4f\xad\x54\xd3\x55\xce\x4a\x42\x18\xe7\x26\x00\x80\x02\xd0\xf3\x80\x6c\x9e\xef\x71\x0c\x0e\x38\x8a\x30\x53\x85\x11\x7f\xc8\x78\x7a\x4e\x7f\x81\xac\xc3\xc1\xe5\xe5\xe5\x65\xdb\xee\x2c\xab\xea\xd5\x15\xca\xaa\x7c\xb9\xd5\x56\x32\x88\xa9\x82\x90\x6d\x07\xad\x39\x58\xa1\xbc\xb9\x35\x75\x3f\xb7\xa2\x6f\x6a\x67\xaf\x8c\x3c\xbb\xa3\x81\x11\x86\xba\x87\xf6\x0d\xa1\x07\xc8\x07\x79\xb6\x39\x0e\x7f\xdc\x51\x92\x26\xe3\x70\x60\x32\xd3\x71\x38\xd0\x29\xeb\x3f\x82\xd7\xdf\x4b\xe0\xd7\x7f\xf8\x71\xf7\x7a\x00\x5f\x0f\x1e\x5e\xb7\x06\x81\x8c\xb2\xbc\x5a\xd2\xc6\xb6\xb5\x57\x56\x85\x63\x9d\x43\xe8\xef\x47\x48\x1e\x61\x82\xa5\x73\x08\x49\x7c\xce\xf5\x3d\x92\x98\x3d\x2f\xa0\x93\xf6\x89\xb4\x5c\x50\xd8\x4f\x63\xf3\x4f\x65\x87\x14\x30\x0e\x29\x47\x61\x9f\x71\x92\x24\x22\xcd\x31\x76\x67\x8c\xa9\x96\x6f\xef\x0e\xdc\x81\x09\xce\x33\x23\x4e\xf2\xa2\x15\x41\x4e\x05\x80\xa9\x86\x39\x8e\xa9\x76\x14\xe3\x27\x24\x80\x51\x5e\x1e\x5e\xe9\xa9\x53\xdf\x09\x6a\xde\x8b\x59\x7c\x26\x06\xab\x1e\x95\x7a\x05\x55\x24\xb9\xbc\xed\xf9\xfe\x1c\xdc\x2d\x27\xb5\x89\xf2\x47\x19\x56\xd3\xe5\xc0\x8e\x64\x89\x60\x74\xb0\xef\xad\x6b\x23\x4a\x28\x55\xd3\x02\x8b\x95\x69\xfe\x34\xb4\x6a\x40\x7e\x72\xf3\x5e\x1f\x6d\x93\x4a\xa1\x4f\x41\xd7\x89\xfd\x93\xc1\xda\x36\xbe\x69\x72\x9d\x4a\xb4\x89\x32\xbf\x95\x92\x81\x5a\x7e\x5b\xa6\xfc\x25\x1b\x3d\x13\xde\x02\xcc\x41\x48\x10\x8b\xcf\xb9\xae\x29\xc0\xac\x4e\x6a\x0b\xf6\xf2\x1a\x37\xdc\x12\x5a\xe0\xb3\x9b\xbd\x46\xea\xba\x50\x51\x0b\xd1\xa5\xde\x0d\x76\x2a\x8c\x21\xf8\xfe\xa4\x94\x81\xc8\x9d\xbf\xbd\x9e\xa7\x33\x64\x89\x8e\x4e\x1d\x20\xda\x83\xa2\x9e\x78\x41\x71\x1c\xe0\x04\x46\xc0\xe5\x9c\xe2\x8d\xc8\x84\xf5\x5d\x04\x64\xcd\x67\x7b\xcd\xd0\x65\x79\x59\x7b\x46\x68\xc2\x12\x8a\xb6\x88\x52\x14\xae\xb3\xaa\x83\x0a\x8d\x93\x91\xbb\x00\x9e\xee\x74\xaf\x8e\x47\x65\xe3\x29\xf5\xcd\xa1\x3c\x9b\xb1\x09\xb6\x04\x9b\x57\x49\x95\x1a\x3a\x54\xa6\xbb\xc6\x71\x08\x46\xb3\xfc\x8b\x49\x5d\xa6\xd0\x40\x96\x19\x4c\xbb\x07\x1b\x53\x43\x8a\x42\x81\x19\x46\xec\x2b\xa6\x2b\x40\x37\xcd\x5b\x68\x0d\x61\xc9\x66\x3f\x4e\x7f\x01\x73\xf9\x95\x8d\x62\x29\xc2\x47\x08\x99\x2f\x76\x9d\x98\x1f\x47\x72\x2b\x95\x99\x50\x88\x02\x7a\x4c\x54\x4d\x58\xe3\x11\xab\x24\xf0\xa3\xeb\xfa\xc0\x60\x01\x0a\x8d\x85\x48\x6b\x8f\x09\x9b\xa4\xae\x45\x42\x36\x9a\x19\x1a\x39\x49\x7a\x11\x7a\x40\x91\xfa\x7e\xd5\x13\x57\x31\x74\xa7\x77\x2f\x2a\xe7\x44\x90\x06\xfb\x06\xf9\x29\x74\x36\xb1\x15\xfa\x51\xd8\x08\x51\x58\xf5\xd1\x4c\x26\x98\x88\x04\xc6\xb7\x18\x82\x34\xa5\x92\x14\x4e\x4a\x59\x77\x7e\x99\x82\xe3\x24\xe5\x99\x7d\x01\x5d\x0d\x20\xf8\xdc\xc8\xa8\x1b\xe6\xb5\x5d\x11\x11\xdc\x1d\x48\x98\x46\x08\x04\xfa\xd5\x21\x59\x64\x95\x6e\x18\xc7\x3c\xcd\xbe\x8b\x15\xeb\x3b\x03\x4d\x23\x8c\x8f\xaa\xba\x05\x82\xdf\x2e\xbf\x14\xce\xac\x05\xb0\x60\xc0\x01\xae\x2c\xb0\x26\xb1\xc9\xf1\xb3\xac\x58\x71\xab\x8a\xcc\x14\x36\xcc\xc0\xf7\x29\x0e\x7f\xfc\xed\xf2\x4b\xfd\x00\x2f\x97\xad\x5f\x14\x53\x93\x98\x75\x1b\x01\x8b\x66\x6a\x29\xb3\x80\x24\xc6\x11\xd9\x27\xf3\x0b\x03\x2d\xd3\x94\xba\x76\x58\xe6\xd1\x95\xd4\xa0\x92\x9c\x4b\xfe\xe5\xca\x11\x2a\x3f\x51\xa3\x09\xb2\x54\x20\x16\xa9\x10\xd8\x54\xa2\xdd\x4c\x4a\xa1\xd5\xc7\x89\xbd\x39\xcc\x3c\x71\x51\xab\x51\xcc\xe9\x51\x55\x4d\xea\x0c\x52\x65\x82\xd2\x36\xb2\xe3\x32\x31\xd4\x51\x9f\xb5\x3a\xc0\xa3\xc8\x2e\x63\x14\x20\xc6\x20\x3d\x8a\x98\x9c\x01\xe4\x78\x31\x67\x28\xda\xe6\x38\x59\x82\x02\x0c\x55\x39\x6d\xb0\x87\x14\x06\x1c\x51\x76\x01\x84\xd6\xb1\x08\xb2\x7d\x79\x4f\x28\x09\x4a\x28\x7a\x50\x69\x3d\xa5\xc2\x3f\x4b\xc4\x07\x98\x24\xf2\x08\x73\x5c\x61\x4b\xa2\x16\xa9\x81\x3c\x7a\x96\x79\x81\x3a\x26\x94\x2c\xfe\xdf\xff\xfd\x7f\x98\xa0\xd1\xe8\xa8\x55\xee\xa3\x59\x09\x5d\xad\xfb\x43\x5b\xf7\x93\xda\x7d\xf5\x36\x82\x3b\x80\xe3\x50\x3a\xde\x78\x57\x90\x13\x36\x29\x7a\x02\xa9\xf1\xd2\xbc\xf0\x0d\x41\x53\xa0\xa9\xc4\xaf\x12\xed\x8b\x02\xf0\x09\xb0\xec\x94\xb4\x00\x22\x44\xa2\xc0\x94\xf1\xd5\x40\xe5\xda\xaa\xcd\x92\x91\x11\xe0\x64\x87\xf8\xde\x7c\xa5\xce\x8c\xbd\x16\x6e\xd1\xe7\x54\x7e\xfc\x2b\x0e\xb3\xdf\xbd\x38\x54\xbf\xda\x65\xbb\x10\xb3\xd7\x2b\x01\x1b\xbb\xbc\x54\x77\x42\xfa\x23\x6a\x82\x6a\x3d\x79\x76\xd5\xa9\x84\x49\xd1\x81\x3c\x14\x3d\x9c\xdc\x83\x18\xa5\xd4\xbd\x27\x38\x01\x42\xa9\x60\xf4\xd5\xec\x67\x6c\x0a\xe6\xd5\x86\x2a\x8e\x8e\x80\xc3\x7b\x14\x2b\x5f\x09\xd5\x2b\x96\x62\xc1\xa5\xc8\xb3\xbc\x56\x57\xb0\xea\x15\xb5\x8b\x29\x1b\xac\xa2\x0f\x93\x53\xd9\x12\x0d\x6b\xe7\x9a\x6f\x17\x1a\x12\x7b\xb9\x4c\x53\x39\xd1\x95\x8b\x2f\x27\xb2\xfc\xa2\xfe\xc5\x45\x26\x68\x3f\x2d\xb0\x42\x0b\x1e\x4b\x5d\x43\xdd\x5b\x56\x0e\x5c\xa5\x13\x12\x3e\xbc\xc1\x77\x2f\x85\x7b\xcf\xa0\x0b\xd5\xc1\x6d\x9d\x7a\x2c\xae\x7b\x8b\x9f\x50\x58\xf0\xaa\x85\xc4\xc4\xe4\x0c\x26\xa8\x28\x6a\xd4\x82\x68\x5b\x37\x35\x4c\xa3\x99\x2e\x45\x95\x3c\x05\x3c\x85\x91\x1a\x0e\x20\x45\xaa\x0c\x5a\x2f\x75\x3e\x4c\x7f\x6e\xce\xc6\xb8\xd2\x06\x03\x5f\x2a\xf1\xbe\x50\x35\x14\x53\x1c\x50\xc2\xc8\x96\x03\x37\xe0\xf8\x01\x81\x11\xa6\xf2\x7d\xc9\xa3\x3e\x4a\xba\xd0\x15\x19\xac\x68\x96\xf9\xe4\x92\xa1\x4c\x1d\x5a\x64\xcc\x4c\x94\xb4\xa6\x5d\xa5\x66\x45\x35\xd7\x7c\x32\xe9\xd2\x2c\x5a\x0e\x8c\x4b\xa7\x9d\x92\x76\x13\x1b\x5f\x24\xfb\x52\xb7\x6d\x79\x06\xf6\x35\xd9\xd7\xaa\x91\x4c\x15\x0b\xba\xa2\xbf\xfa\x52\xc8\xe8\xf2\x5c\xae\x9e\xc3\xc9\x60\x7d\x80\x5c\x24\x34\xe6\x56\xb8\x22\x0b\x91\xe6\x1d\xd0\x61\x83\xa8\xca\xf4\x04\x42\x18\xc9\xd7\x01\xa4\x96\x08\x14\x12\x65\x05\x4d\xfd\x70\x59\xf1\x90\x21\xbb\x6a\x4a\x1b\x97\x79\x9a\xd5\x9c\x36\x16\xbb\x4f\xd9\xd2\xa7\x54\x4c\x22\x2c\x50\x6e\x0e\xe4\xfd\x37\x15\x9b\x10\x29\x70\xa3\x28\x66\x16\x79\xe5\xb8\x13\x6e\x35\x22\x8f\xf2\xe3\xb5\x3c\xd8\x9b\xee\x19\xda\x7c\x9d\x6c\x4f\x9e\xe3\xd9\x08\xd3\xe0\x5c\xd9\x99\xf2\xcc\x97\x2d\x3c\x65\x80\x4d\xfc\xe4\x9d\xaf\x6a\x8a\x2f\xc9\x55\x5f\x05\x35\xbb\xc3\x28\xb2\x08\xb9\xc1\xee\x4c\x89\x90\x40\x63\xcb\x8f\x8a\xdd\xb1\x3a\xf9\xd6\xc2\x0d\x91\xc0\x39\xe4\x4f\xa3\x59\xe6\xe9\x54\xa8\x2a\x66\xa5\x99\xfb\x01\x59\xbe\x63\x40\xb3\x93\x82\x31\x1b\xcd\xf2\x73\xcc\x72\xfc\xd0\xbe\xa7\xf0\xd4\x98\x86\x74\x00\x5b\xb1\x0b\xce\x56\x55\xb9\x41\x99\x37\xaa\xeb\x23\x33\x43\xcb\xda\x94\x07\x82\x66\xef\x5f\xef\xf6\xf5\x8c\xfc\x91\x22\x9e\xd2\x58\xd5\x91\x43\x79\x7d\x72\x2c\x27\xef\x82\x7e\x41\x5a\x2e\x94\x91\x2e\xfc\xd8\x56\xc5\x61\x12\x44\xd9\x48\xa5\x90\x54\xda\x50\xd4\x6e\xe1\xb3\xfd\x41\x9e\x64\x76\xc2\x23\x23\x95\xe4\x2f\x90\x85\x9b\x09\x25\x0f\xca\xf1\x26\x88\x6e\x09\x3d\x40\xf3\x8a\x1c\xd9\x2a\xe9\x9a\x3b\xa2\x66\xd1\x6b\xc5\x91\x32\xb0\x4c\xda\x98\x70\xd6\x9b\xa1\x55\x56\xe2\xe7\xbd\x4a\x69\x08\x35\x91\xb5\xa2\x70\xa3\xb2\xf0\xb7\x69\x14\x1d\x7b\xf9\x3b\x3d\x3a\xc4\x91\x2d\x80\x45\xc5\x92\xd2\x2c\x14\x33\x64\x6a\x2d\x43\xa3\x4c\x8d\xb2\x68\x21\x8f\xb6\x8c\xf5\xd4\x99\x53\x0e\x3e\x57\xbb\x4a\xc6\xa0\x6c\x65\x88\xa8\x7c\x5d\x2e\xcc\xe3\x71\xb0\x47\x07\xc8\x2e\x00\x4b\x83\x3d\x80\xac\x16\xbb\x55\x06\x61\xc6\x5f\x98\xbb\x60\x65\x44\xb0\x78\xb0\xb7\x41\xa7\xd3\x34\xb9\x4a\x6e\xc1\x36\x04\xa3\x8d\xc1\xbb\xd6\x39\xae\x5e\x10\x72\x24\xa9\xae\x0b\xe7\xfa\xeb\xbe\xea\xe8\x0f\x46\x2c\x2f\x67\xc2\xbb\x98\x18\x92\x55\xb2\xea\x88\x15\x8d\x15\x84\xce\x6e\x33\xa8\xc2\x30\x10\xa2\x98\x70\x9d\x3c\xe7\xcc\xca\x15\xaa\x78\x26\xe9\x31\xf5\x67\x9e\xf3\xfd\x15\x94\xf7\xb7\x42\xe4\x62\xc5\x4a\x77\x9e\x40\x45\xaf\x0b\x63\xd3\x05\xb5\xd0\x55\xb2\x38\xd4\x89\x88\xa6\x4d\x99\xef\x9d\x9c\x48\xf0\x6c\xcc\x0c\xee\x04\x05\x3c\x5f\xef\x58\xef\x78\x4a\x2b\x54\xf0\x96\xc5\x9c\x5d\x95\xcb\x9a\x97\xe6\x24\x0a\x81\x56\x05\x32\x28\x7b\x0c\xc8\xce\x4d\x17\x80\x91\x22\x8d\x4c\x48\x56\xc0\x89\x65\xe7\x84\xaa\x22\x5d\x98\x11\xab\x5f\x84\x46\x4d\x8a\xa0\x87\xe9\x5c\xef\x84\xb7\xec\xd0\xdf\xaf\x6e\xb0\x31\x48\x54\x9f\x1d\xc5\x96\x50\xbd\xa9\x3a\x37\x00\x13\x99\x79\x4d\x55\xe6\x65\xaa\x84\x0a\x6f\x37\xaa\xd3\xa1\xcc\xb3\xe9\x2f\xaf\x87\xaa\xbe\x42\x79\xae\xec\xad\xdb\xec\xd3\xde\x36\xbb\x97\x25\x10\x09\xe4\x7b\xb9\xeb\xd1\x9b\x5e\xed\x07\xf2\x9a\x2f\x35\x8c\xd0\xec\x65\x60\xad\x5c\x07\x98\x30\x9d\x86\xca\x3d\x6b\x12\xc1\x40\x5d\x00\x66\xd9\xbe\x3c\x56\x3b\xe8\xbc\x49\xac\x2b\xc5\x3b\x1c\xc3\x68\x2d\x46\xfc\x28\xfe\xba\xba\x10\x7f\xbf\x96\x7f\xbf\xa9\x1d\xb6\x17\x84\x22\x71\x2e\x2a\x44\x09\xda\xcb\x2b\xd2\xda\xed\xb0\xc1\x6d\x8a\xdd\x5d\x98\xd5\x1d\x07\x29\xa5\x19\x13\x17\x8a\x6f\xc9\x5a\xfd\xa9\x4c\x0e\xb2\x75\x38\x40\x79\x53\x49\x62\xc1\xfb\x52\xc1\xc8\xba\xee\x36\xbf\x53\x62\x51\xc1\x48\x2f\x64\x12\x80\x16\xee\x8a\xfd\x15\xff\x5f\x00\x00\x00\xff\xff\x15\x89\x1b\x9a\xba\x82\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-mysql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-kieserver-mysql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x7d\x6b\x73\xdb\x38\xb6\xe0\x77\xff\x0a\xdc\xd4\xdd\xeb\x9e\x2d\x4b\xb2\x93\xc9\x24\x57\xf3\xa8\xa2\x25\x3a\x56\xb7\x5e\x57\x94\xd3\x9d\x9d\x9a\x52\xc1\x24\x24\xa1\x4d\x01\x6c\x00\x74\xac\xe9\x49\xd5\xfe\x8d\xfd\x7b\xfb\x4b\xb6\xf0\xe2\x13\xa4\xe8\xc4\x3d\x3b\x75\xf3\x21\x95\x88\x38\x07\xe7\x1c\x9c\x17\x80\xc3\x43\x98\xe0\x8f\x88\x71\x4c\xc9\x10\x08\x74\x48\x62\x28\x50\x9f\x26\x88\xf0\x3d\xde\x8a\x3e\xa6\x83\xc7\xab\xb3\x07\x4c\xa2\x21\x58\x9b\xc7\x67\x31\xbc\x47\x31\x1f\x9e\x01\xc0\xf6\x09\x3c\x0c\xc1\xab\x77\xfd\xb7\xaf\xce\x40\x86\x60\xa8\x1f\xbc\x7b\xdb\x7b\xc0\x88\x23\xf6\x88\x58\x2f\xa1\x5c\xec\x18\xe2\xbf\xc4\x67\x07\xc4\x39\xdc\xa1\x21\xf8\x47\xef\x0c\x00\x0f\x10\xf4\x19\x2c\x19\x0d\x11\xe7\xc0\x4b\x05\x3d\x40\x81\x29\x01\x33\x48\xe0\x0e\x31\xf0\xc3\xc4\x07\x1a\x09\x80\x49\x12\xe3\x50\x3f\xde\xc3\x47\x04\xee\x11\x22\x20\x64\x08\x0a\x14\x01\x4c\xc0\x91\xa6\x0c\x24\x8c\xfe\x8c\x42\xd1\x3f\x03\x60\xbd\x47\x20\xe5\x88\x11\x78\x40\x83\x04\x72\xfe\x99\xb2\x08\x6c\x29\x03\x30\x94\xf3\x61\xb2\x03\x62\x8f\x0a\x73\x9c\x9d\x01\xf5\xe7\xce\x40\x0d\xc1\xbf\xff\xfa\xc3\xc4\xdf\x04\xfe\xea\xa3\xbf\xda\xdc\x05\xfe\xea\x8b\x19\xb2\x34\xf8\x2a\x43\x96\x3f\x8e\xbf\x48\x2c\xcb\x18\x41\x2e\x49\x04\x3c\x65\x08\x08\x6a\x08\x55\x13\x72\x14\x32\x24\x80\x9c\x21\x02\xaf\x4a\xf0\xb7\xeb\xf5\x32\xd8\x04\xfe\x68\xe5\xaf\xbf\xbc\x02\x21\x25\x02\x62\x62\x29\x75\x0c\xfd\xc1\xff\x14\xac\x17\x2b\xff\x0b\xd8\xe2\x58\xf1\xab\x59\x94\x0c\x49\x30\x8e\x42\x49\x80\x44\x84\x88\xe8\x9f\x1d\x90\x80\x11\x14\x50\xae\x20\x24\x84\x0a\x25\x50\xb5\xa0\x00\x44\x88\x87\x0c\x27\x42\x69\x84\x57\x90\xb7\x5d\x5c\x2d\x3d\x70\x50\xab\x13\x29\xc9\x05\x7a\x75\x3e\x63\xb1\x07\x10\x2c\xf5\x4a\x07\xff\x35\x05\x72\x96\x7b\xc8\xd1\x85\x91\x98\x04\x5d\xa1\x08\xdc\x42\xd1\xb6\xe2\xef\xfa\x6f\x41\x0f\x8c\x51\xc2\x50\x28\x57\x56\x41\xe3\x90\x92\x51\x0c\x39\x1f\xaa\x7f\xf6\x7e\xbe\xa7\x9c\xab\x27\x25\x75\x8d\x30\x4f\x62\x78\xec\xe9\xb5\xeb\x38\x59\x81\x19\x43\xe9\x49\x96\xea\x33\x27\x8c\x3e\xe2\x08\xb1\x9e\x93\x84\x0b\x30\x21\x61\x5f\x41\x09\xb8\xe3\xc6\x44\x2e\x12\x4d\x98\xd6\xbd\x0b\xc5\xd3\x45\x66\x34\x17\x05\xa3\x51\x80\x4e\x03\xbd\xc7\x24\x82\xf7\x31\x1a\x82\x57\x5b\x18\x73\xf4\xaa\x65\x6c\x44\xc3\xf4\x80\x88\x5e\xf1\x5e\xca\xe2\x21\xd8\x0b\x91\xf0\xe1\x60\xa0\x0d\xa2\xcf\x50\xb4\x87\xa2\x1f\xd2\x43\x79\xf0\x00\x91\x5e\xca\x07\x0c\x45\x9b\x3d\x14\x1b\x43\xf7\x06\x66\x02\xdd\x68\x21\xb2\xc1\xbb\xfe\xdb\xc1\x5e\x1c\xe2\x41\x84\x92\x98\x1e\x31\xd9\x6d\xe0\xe6\x34\xdc\xe6\x5d\xff\xad\xf9\x77\xb4\xd1\xfc\x6f\x10\x79\xc4\x8c\x12\x49\xc4\x86\x92\x0c\x49\xc6\xd2\xc6\x18\x07\x62\x1b\xc9\xec\x96\xb2\xc3\xa0\x85\xfb\x98\x92\x5d\xaf\xa4\xe0\xeb\x3d\xe6\xb9\x66\x47\x68\x8b\x09\xe2\x80\x21\x4e\x53\x16\x22\x0e\x08\x42\x91\xd1\x3f\x20\x2d\x18\x3d\xa1\x30\x15\x08\xac\xd2\x18\x71\x00\x49\x64\x35\x0b\x71\x40\x49\x17\x75\x2b\x78\x1a\x8d\xf5\x5d\xff\xed\x05\xc0\x24\x8c\xd3\x48\x1a\x6b\xd1\xc5\x69\x01\x4a\xee\xa5\xf1\x6e\xf1\x2e\x65\xea\xc1\x85\x35\x69\x49\x00\x26\xe6\x3f\x72\x21\x0d\xce\x90\x1e\x0e\x29\xb1\x68\x52\xe5\xe6\x9c\x5a\xdc\xcf\xbc\x7a\xc9\x36\x17\x09\x22\x81\x94\x1a\x18\x59\x01\x5b\x9f\x67\xc4\x0c\x1e\x75\xd4\x00\x6f\xfa\x57\x57\xfd\x82\xad\x02\x8e\x49\x88\xba\x48\xc2\x60\xc8\xc5\xf0\x47\xc9\x25\x97\x26\x64\x48\x96\xfe\xce\x22\xba\x96\x3f\x55\x30\x2d\x12\xc4\xa0\xa0\xac\xdf\xb2\xe6\x3c\x4d\x12\xca\xc4\x09\x5d\x57\x08\x1e\x6d\x20\xb4\xf1\x4c\x1b\x70\x6b\x2c\xd3\x83\x78\x02\x43\x34\xcc\xdd\xc1\x19\xbd\x97\x11\x88\x0f\xcf\x7a\xa0\x18\x61\x1f\xaf\xce\x00\xd0\xd1\x54\x3a\x18\x1c\x22\x2f\x0c\x69\x4a\xc4\x19\x00\x45\xaf\x0c\x40\x1e\x63\xe5\x9f\x82\x52\xc8\x60\xe3\x2d\x97\xd3\xc9\xc8\x5b\x4f\x16\xf3\xcd\xdc\x9b\xf9\x3a\x20\xd9\x68\x55\x7b\x9a\x53\xde\x4c\xce\x8a\xc6\xe8\x1a\x13\xa9\x82\xff\x24\x5a\x7a\x28\xc2\x92\x6f\x46\x63\xb4\x42\xdb\x61\x01\xce\x3c\xe1\xa9\x95\x22\x00\xbd\x26\xb1\x7d\x23\xdf\x06\x5f\x8d\xe7\x5a\x5c\xac\x46\xc6\x38\xae\x24\x0e\xe0\x33\xba\x37\xff\x3c\xe7\x40\xea\x1c\xef\x7f\xad\xf8\x80\x8e\xdd\xe1\x49\xbe\xba\xf2\x0f\x00\x4f\x50\xa8\x69\x50\xa4\xe9\x7f\xf6\x0c\x70\xc1\x75\xc8\xa7\x43\xf0\xfe\xf2\xfd\xa5\xf5\x7a\x90\xed\x90\x58\x96\x7f\x2e\x02\xf2\x32\xe4\xef\x7f\xff\xc6\x05\x69\x7f\xe6\x28\x46\xa1\xa0\x2c\x97\xaa\xf5\x71\x23\xe5\xe2\xba\x70\xcc\x65\xe6\x46\x89\xb7\xdd\x62\x82\xc5\x71\x08\x46\x31\x46\x44\x4c\x96\xae\xa7\x06\xad\xf5\x8c\x66\xa4\xfd\x3f\x00\x02\x1f\x10\x4d\x45\x80\x42\x4a\x22\x3e\x04\x6f\xfe\x70\x79\xf9\xf2\xfa\x22\x13\xd1\xef\x3f\x30\x9a\x26\x1c\x24\xd2\xb7\x49\x69\x29\x9f\x1b\xc6\x29\x17\x88\x61\xb2\xeb\x97\xd7\xbe\x0f\xe3\x64\x0f\xfb\x0f\xe9\x3d\x62\x04\x09\xc4\xa5\x3b\x13\x34\x96\x3e\x0f\xf5\x52\xc2\x10\x8c\x8e\x3d\x44\xa2\x84\x62\x22\xf8\x10\xbc\x12\x2c\x35\xd1\xff\x5f\x40\xe7\x7a\x89\xf6\x25\xb9\xe2\x19\x4e\x27\xcb\x21\x98\x53\x82\x9a\x94\xd1\xc0\x15\x54\xea\xfd\xfb\xf7\x2e\x95\xb2\x3f\x7f\xab\x4a\xfd\x26\x8b\x6d\x23\x6c\xd9\x25\xfc\x56\x1e\xa1\x92\x28\x36\x2f\x4f\x69\x60\x83\x4f\xd0\x52\x7f\xfb\xfb\x37\xaf\x1d\x52\xcf\x7e\xfe\x3a\xa9\x17\xe6\x77\x88\x1d\x47\xc3\x2c\x9f\xe9\xb5\x6b\x97\x71\x59\x36\x7a\xa5\xe2\xf9\xcb\xa4\xa0\x94\x0d\xe6\x5e\xfc\x9c\x2b\x9f\x96\xd9\xa0\x81\xdb\xc3\x84\xd1\xa7\x63\x9f\x49\x10\x56\xc9\xbf\x61\x0c\x89\x5c\x18\x9d\x34\xfe\x13\xed\xaf\x9b\xa8\x4a\x0b\xbd\xa7\x5c\x54\xf6\xab\xb7\x8b\x60\x2d\x41\xd4\x6e\xf2\x4b\xa6\x0e\x43\xc7\xe2\x67\x71\x42\x50\xfb\xf8\x2b\xa3\x2f\x8e\x4e\xb9\x0f\x1b\x5a\x7e\xa3\x15\xe6\xe5\x25\xfe\x17\x70\x98\xcf\x5a\xa7\xe0\xf4\x42\xe9\xb8\x2c\x72\xae\x04\x62\x07\x4c\x0c\x57\x09\xe4\x5c\xec\x19\x4d\x77\xfb\x97\x59\x51\xbd\x4e\xe3\x8a\x17\xe8\xb2\x64\x59\xe2\xae\x03\x5e\xc9\xb8\x3e\x43\x2c\x7a\x5b\xca\x7a\x2a\xda\xfd\x53\x63\x5c\x36\x98\xf7\xf5\xaf\xfd\x07\x8c\xfa\x94\xed\x06\x0f\x18\xf5\x8c\x96\x9e\xd4\xe3\xaf\x5a\x7d\x86\x14\x33\x7c\x08\xae\xcc\xff\x1f\xb1\x14\xf5\x2d\xe6\x82\xb2\xe3\x14\x1f\xb0\x18\x82\xab\xcb\x97\xcb\xa8\x84\x4c\x2a\x76\x47\x8b\x83\xd1\x38\xc6\x64\xb7\x84\x0c\x1e\x78\x9e\x2b\x1d\xe0\x53\x90\xb2\x1d\x92\x73\x5f\xfe\x8f\xe2\xcf\x77\x04\x3e\x42\x1c\xeb\x73\x88\x2c\x75\x3c\x26\x48\x6d\x2d\x62\x1b\xd2\xb3\x13\x42\x33\xa2\xac\x1b\xf5\x55\x7d\xc6\xca\x7e\x2d\xeb\x5f\xa1\x17\x2f\xaa\x1b\xdd\xf5\x43\x4d\x9b\xe9\x08\x50\xfb\x7c\xb3\x3b\x2f\x08\xac\x07\x10\x79\x2c\xca\xcf\xe6\x55\x3f\x2e\x56\x3f\x5c\xfb\xf3\xd1\xad\x72\x28\x93\x91\xaf\xa6\x28\x0c\x04\xe0\x11\xc6\xa9\x22\xe4\xfa\x2e\x98\xcc\xfd\x20\xd8\x8c\xfc\xf9\x7a\xe5\x4d\x2d\xc8\x17\x07\x5e\xe9\xa2\xbc\xf1\x6c\x32\x57\x87\xa3\x6e\x7c\xe5\x31\xed\x58\x96\x3f\x8e\x4f\x21\x51\x47\xac\x6e\x1c\xc6\x59\xce\x16\xe3\x06\xd6\x2a\x83\x9a\xf0\xcc\xae\x7d\x6f\x1e\x34\xa3\xd0\xcf\x5d\xd0\xe3\xd5\x62\x31\x0d\xec\x1c\x37\x93\xe9\xda\x5f\x6d\x46\x53\x2f\x08\xfc\x06\x7c\x6d\x10\xae\x19\x96\xab\xc5\xcc\x5f\xdf\xfa\x77\x19\x8c\xff\xd3\x7a\x33\x9e\x04\xde\xf5\xd4\x6f\x10\x5e\x3b\xcc\x09\x69\x5e\x7f\x5a\x7a\x41\xb0\xf1\xee\xd6\xb7\x27\x16\xb9\x01\xe0\x04\xfe\x89\x83\xe8\x1b\x46\x0f\xc3\xd2\xcf\x00\x6c\x31\x8a\xa3\xec\xb0\xa0\xf6\x64\x09\xc5\x7e\x98\xf9\x94\xbe\x76\x25\x7f\x3d\xef\x64\xaa\xe7\x7f\x6b\x27\x71\xb5\xb8\x5b\xb7\x59\x4c\x37\xaf\xe1\x40\xdc\x49\x9e\x1d\x64\xd8\x6a\x36\xc5\xab\x89\x56\x2c\xa3\xc5\x7c\xed\x4d\xe6\xfe\x6a\x33\xf6\x97\xd3\xc5\xa7\x99\x3f\x5f\x9f\x44\xeb\x02\x72\xcd\x33\xf3\x3e\xfa\xf3\xcd\x6c\xb2\x5a\x2d\x56\x9b\xbb\xd5\xd4\x8d\xb8\x3a\xea\x24\xa6\xc5\x4d\x07\x44\x8b\x9b\x66\x3c\x2b\x7f\xb9\x70\x9a\xe6\xea\x76\xe9\xcd\x94\x0b\xbc\xf0\x7f\x5a\xfb\xab\xb9\x37\x75\x20\xc9\x47\x6d\x72\x7c\x4e\x9d\x1e\xca\xc8\x4e\x7b\xea\x44\x31\x44\x44\xb8\x54\xc3\x8d\xcd\xf8\xdf\x6f\xf7\xd6\x6e\xf4\x4b\x6f\x7d\xeb\xc2\x3d\x38\xc0\x47\x44\x5e\x0f\x3a\x23\x92\x8a\xfa\x8c\xb0\xa2\x21\x2d\xd0\x73\xe8\x0d\x82\x1f\x17\xab\x06\x8d\x6f\x98\xc6\x02\xb9\xa6\xb1\xcb\x7b\x7a\x05\xad\x5e\x99\x21\x5d\x91\x9d\x50\x77\x3b\xa6\x33\xba\x56\x39\x3b\x06\x76\x45\xdc\x2e\x59\xc7\xc0\x53\x81\xf8\xc3\xec\x54\x68\x6a\x1a\x7d\x02\x73\xb0\xf6\x56\xeb\xbb\xe5\x26\x58\xaf\xbc\xb5\xff\xe1\x93\x0b\x79\x76\x91\x11\x08\xc8\x44\x9a\x04\x26\xcf\x3d\xe1\x4a\xfd\x55\x30\x09\xd6\xfe\x7c\xe4\x6f\xc6\x2d\x39\x80\x73\xb8\x33\x25\xf0\xd6\x5e\xb0\xb8\x5b\x8d\xdc\x19\x80\xd2\xf1\x26\xdd\xdf\x48\xe0\x6b\x2f\x38\x9d\xce\x2c\x17\xc1\xfa\xc3\xca\x0f\xfe\x6b\xba\x19\x5f\x37\xda\xd2\x66\xbc\x9a\x7c\x74\x87\x9c\xca\x29\x92\x0b\xb8\x5d\xef\xdc\xc4\x34\x05\x2f\x8d\xb1\x5d\xe1\xdc\x18\x1b\xe2\x98\x46\x68\xb3\x5b\xb9\x5f\xee\x1a\xab\x3b\x70\x6e\xd1\x2e\x17\x2b\x27\xda\x57\x6f\x7f\xff\xe6\xf5\xab\x67\x28\xd6\xc4\x9b\xfa\xa3\xd3\xc1\xb5\xb8\xaa\x1a\xa4\x99\xf5\xef\xd7\x9e\x93\xb4\x7c\xd3\xec\x84\x9a\x8f\x27\x2f\xa0\xe4\x1a\xd9\x68\x31\x9f\xfb\x23\x25\xda\xd1\xad\x3f\xfa\xc1\xad\x69\x94\xed\xfa\xea\xb2\xbb\xff\x73\x08\xfb\x30\x82\x89\x40\x8c\xf7\x7f\x8e\xee\xc3\x3e\x7a\x12\x88\xc8\xdd\x2e\xef\xdb\x65\xe9\xe7\x57\x97\x1f\x61\x8c\xa3\x11\x25\x04\x85\x72\x47\x38\xda\xa3\xf0\xc1\x99\x62\x69\x72\xfc\x9f\x46\xfe\x52\x51\x13\x2c\x56\xeb\x97\x26\xc6\x7f\x0a\x91\x3a\x6a\x0a\x28\x13\x4e\x2a\xd6\x93\x99\x74\x55\x46\x77\xa4\x29\x6f\x54\xad\xc6\x66\xe5\xdf\xac\xfc\xe0\x76\x33\x99\xaf\xfd\xd5\x47\xaf\x21\x38\x74\x06\x77\x2d\x48\xb9\x3a\x64\x33\x9e\x38\xb9\x1f\x20\x11\x0e\xf2\x63\x37\x5d\x98\xd2\x7b\xa4\x71\x7a\x40\x27\x91\x9e\x54\x9b\x4a\x85\x4a\x23\xc2\x4e\x3e\x25\x1f\xda\x8c\xa8\xb3\x3b\x29\x0f\x77\x21\xfc\xfe\xc3\x6a\x71\x27\xc7\x4c\xe6\x1f\x36\xcb\xd5\x62\xbd\x18\x2d\x9c\xeb\x94\x9f\x58\x8d\xe7\x7a\xb8\x03\xdb\x62\xe9\xcf\x83\xdb\xc9\xcd\x7a\x63\x07\x75\xd8\x87\x77\xb8\x5f\x79\xc6\x3c\x8d\xae\xeb\xfd\xfb\xf7\xef\x5d\xfe\x21\x08\x5a\x12\x17\xf3\xd0\x25\x39\xf9\x48\xd2\x31\x19\x1b\x77\x50\xd8\x18\xb8\x23\xe0\x62\xb1\xee\x7f\x86\x2e\x0b\x92\xb8\x56\xbe\x37\x9d\x35\x53\xa1\x1e\x37\xd1\xa1\x0b\xa9\x4e\xaa\x43\x3e\xb4\x09\xd1\x68\x3a\xe9\xb2\x19\xca\x87\x36\x21\x6a\x8f\xa1\xc5\x11\x4d\x18\xda\x95\xbc\x38\xa2\x09\x83\xc9\xb1\x36\x41\x30\xdd\x8c\xfc\xd5\x7a\x72\x23\xd5\xcc\xdf\x7c\xf4\xa6\x93\xb1\xd2\xb7\x66\xdc\xa7\x61\x1b\xe9\x5e\x4d\xe6\xa3\xc9\xd2\x9b\x6e\xbc\xf5\x7a\x35\xb9\xbe\x5b\xb7\x08\xc1\x31\xd8\x69\xf6\xc5\x63\xf1\xd3\x56\x5f\xbf\xec\x68\x41\x77\x3a\xf7\x73\x1d\xca\x97\x11\xaa\x33\x90\xe9\xd8\x5b\x36\x5b\x52\x69\x48\x3b\x8e\xeb\xc9\x7c\xbc\x19\x37\x2c\x4e\x6d\x58\x07\x5c\xa3\x95\x3f\xf6\xe7\xeb\x49\x53\x04\x6a\x1c\xde\x8e\xfb\x7b\xcf\x53\x35\x8c\x77\xab\xc9\xfa\xd3\x66\xbc\x98\x79\x93\x93\x44\xbb\x60\x4e\x70\xe0\x05\xfe\x66\xb4\xfe\xa9\x8b\x44\xf2\xa1\x1d\x70\xea\x33\xb8\x4e\x38\xf5\xd0\x76\x9c\x81\xef\xad\x46\xb7\x9b\x60\xb4\x58\x36\x39\x7a\xe7\xd8\x4e\x58\x65\x8e\xb0\x99\x4e\x66\x93\xa6\x6c\xb7\x19\xa0\x1d\xff\x78\x12\xac\x27\xf3\x0f\x77\x93\xe0\xd6\x1f\xab\xf0\x73\xca\x6c\xbb\xc1\xb6\xcf\xba\xf4\x56\x81\x7f\xc2\x47\x36\x8d\x3e\x61\x7f\x66\xd4\xe6\xda\xff\x30\x99\xcb\x7d\x63\x39\x52\xbb\x2d\xd2\x05\xd4\x71\x1e\x7f\x3e\x7e\xee\x2c\x39\x48\xfb\x1c\xab\xc5\xb4\x20\xd1\xc6\xa3\x8a\x16\x80\xd3\xf8\x83\x8e\xa6\x55\x1c\xdb\x81\xea\x6e\xb6\x55\x18\xda\x01\xe7\x4a\x7a\x8d\xa0\x31\x6a\x35\x8d\x3e\xa1\xff\xfe\x8d\x77\x37\x5d\x2b\x98\x93\xfa\x5e\x18\xdb\x81\xde\xb2\x41\x74\x5d\xbe\x1a\x54\x17\x4b\xca\x21\x6f\x56\x8b\x59\x87\xe5\x6c\x00\x7b\x9e\x3e\x06\x1d\xf5\xa6\x0a\x73\x62\x16\xff\xc6\x5f\xad\x3c\x7d\xa4\x50\x92\xc4\x66\xbd\xd0\xfb\xcd\x93\x93\x9e\x46\xd1\x48\x83\x22\x78\xe6\x2d\x97\xea\x3e\x40\x2a\xfd\x72\xb5\x58\xca\x0c\xa8\xe9\x66\xe7\x24\x58\xb7\xb9\xfc\xe5\xd4\x1b\xf9\xa7\x14\xb1\x09\xa4\x38\x07\x3e\xa8\x37\x2f\x4a\x39\xcc\x64\xe6\x7d\xf0\xa5\xd7\xf1\xbd\x59\x6d\x77\xa5\x00\x96\x69\x1c\x2f\x69\x8c\xc3\xe3\x10\x78\xf1\x67\x78\xe4\x85\x11\x31\xde\xa2\xf0\x18\xc6\xa8\x7c\x2b\x23\xb7\xcb\xea\xd4\xad\x7a\x59\x83\x9e\x8a\x57\x98\xf6\x4f\x48\x0f\x07\x48\xa2\xfa\x83\x1e\x18\xdc\x63\x32\xe0\x7b\xd7\x13\x9a\x88\x01\x82\x89\x1a\x11\xc3\x94\x84\xfb\x81\xda\xc9\xcb\x6d\x52\xb1\x96\x84\xd2\x07\xde\xaf\xa0\x48\x18\x0a\x04\x4d\xfe\x35\xc9\x8b\xf1\x23\x22\x88\xf3\x25\xa3\xf7\x15\xc1\x6e\x21\x8e\x53\x86\xd6\x7b\x86\xf8\x9e\xc6\xd1\x10\xbc\x29\x3d\xdf\x0b\x91\x7c\x40\x35\xb1\x27\xea\x72\x6c\x60\x2f\xc3\x06\x0c\x71\x31\xd0\x04\x0c\xf6\x08\xc6\x62\x1f\xee\x51\xf8\x50\x85\xaa\x96\x83\xda\x3f\x3c\xdc\x23\xbb\xeb\x2e\x3d\xc2\x04\x0b\x0c\xe3\x31\x8a\xe1\x31\x2b\xaa\xbc\xaa\xc0\x27\x88\x61\x1a\xe5\x8f\xdf\x96\x9e\x56\x4b\x32\x5f\x17\x9e\x76\xbf\x2a\x07\xe5\xba\x36\xbb\x28\xd9\x9d\xb9\xa9\x22\x7c\xf7\xee\x7d\x69\x72\x3d\xc1\xcf\x34\xa6\x0f\x18\x56\x14\x86\x0a\x1a\xd2\x78\x08\xd6\xa3\x65\x2b\xce\xaa\xb8\x6a\x55\xb6\xcf\x45\x98\x17\xd5\x56\x11\xf2\xaf\xc4\x98\xd7\x54\x16\x31\x56\xce\x14\x9a\x11\x32\x04\x23\xdc\x5d\x41\xff\xf0\xad\x1a\xaa\xca\x7f\x7e\x43\x05\x7d\xd3\xaa\x9f\xdd\xd5\x33\x7b\x75\xa4\xcc\x5c\x8c\x0f\x58\xf0\x2a\xc3\x07\x74\xa0\xec\x58\xbd\x02\xf1\x67\x8b\xd5\xa7\x7a\x7e\xae\x4f\xe4\x66\x34\x25\x55\x8d\x3e\xc8\xdf\xf4\xdd\x77\xc7\xc3\x3c\xbb\xdc\xf9\xc8\x07\x74\xe4\x82\x32\xe4\x1a\x2b\x65\xbf\x20\xf1\x71\x08\x04\x4b\xf3\x47\x52\x8e\x23\x67\x01\x8a\xc3\x59\xf6\x40\xc9\xbd\xf5\x40\x2f\x2c\xfd\x37\x25\x02\xc7\x80\xf0\x98\xd2\x87\x34\x39\x71\x46\x0f\xfe\xe3\x3f\x00\x09\x41\xef\xf1\xef\xdd\x0f\xf3\x81\xaa\x5c\xfd\x23\x88\x28\x40\xe1\x9e\x82\xcf\x10\x0b\x4c\x76\xaa\x38\xb0\x1d\xc9\x1f\x01\x8f\x11\x4a\x80\x02\x26\xe8\x8f\xf5\x68\x7a\x9f\xf2\xe3\x3d\x7d\x6a\x8b\x9a\x93\xed\x9c\x8a\x25\x43\x1c\x99\xb7\x16\x8a\xcb\xd0\x3e\x7f\x4f\x0a\xba\x00\x53\x28\xe3\x9b\xe9\x37\x29\xed\x24\x37\x30\x8e\xef\x61\xf8\xb0\xa6\x53\xba\xe3\x0b\xe2\x33\x46\x73\x6f\xc8\x4b\xaf\x4e\xcc\x9f\xe1\x47\x0b\x33\x7e\x60\x30\x44\xcb\xb2\x75\xfc\x67\x6e\x3b\x5a\x7b\x4a\xca\xd0\x5d\xd3\xb4\xb6\x96\x8d\x44\xff\x36\xaf\xbf\x88\x59\x7a\x4b\x52\x81\x08\x86\x77\xbb\x4c\x13\x7b\x7a\x0d\x46\x7b\x48\x76\xa8\x5a\xc7\x66\xdf\x3e\x0b\x2b\x2a\x9d\x39\x49\x39\x61\x89\x8b\x6e\x82\xda\x56\x6a\x56\x74\x4d\xe4\x44\x12\x12\x08\x86\xe0\x61\x0d\x77\x8e\xd5\x6f\xcd\xc5\x86\xff\xfe\x6b\xe9\xc7\xb5\x57\xda\x1a\x16\x5e\x3f\xaa\x0c\x94\xd0\xc1\xd2\xcb\xcb\x00\x74\x39\xde\x24\x17\x8b\x11\x94\xfe\x5d\x57\xcc\x99\x07\xff\x3d\xeb\x3b\xbf\xb5\x4a\xbe\x5a\x96\xf9\xcd\x25\xf0\xc0\x51\x7a\x69\x8a\x26\x91\x7e\x59\xf8\x0c\xfc\xab\x54\x4d\x3a\xbd\xea\x73\xc4\xfd\x0c\x91\x83\x6f\xab\x74\xac\xdc\x3d\xbb\xb7\x4c\xcf\xbb\xab\x2e\x5e\x3e\xbf\xdc\x85\x75\xf1\x6e\xf7\xc5\x6e\xf9\x0b\x03\x66\xde\x4f\x9b\xe5\xca\x5f\x7a\x2b\x7f\xbc\x59\xaf\xbc\x79\xe0\xa9\xab\xd9\x86\xdd\x6a\x17\x48\xc7\x66\xd2\xa9\x19\x5d\xf6\x8d\x8d\x5b\x1c\xd7\x1e\xac\x61\x07\xd6\x03\x83\x94\xb3\x41\x8c\xef\x25\xd0\x40\xa5\x88\xbd\xb0\xf2\xd6\x6a\x3e\xb8\xd7\x93\xd3\x76\xd8\xb0\xbc\xbe\x6c\xcd\xf9\xae\x2e\x9f\x19\xc5\x9f\xb5\x29\x29\xbc\x7b\x63\x40\xbe\x22\x0d\xff\x6d\x84\xe8\x94\x56\x7b\x7e\x7c\xf5\xec\x2c\xf6\x11\x2a\x62\x06\xc9\x8e\xff\x12\x0f\xa4\xab\x73\x24\xaf\x27\xb2\xa6\xe4\x91\xc6\x5d\x33\x98\x3f\x74\xc8\x60\x9e\x33\x9d\xda\x40\x70\xcc\x05\x22\xe2\xa3\x42\x38\x8a\x21\xae\x94\xb3\x86\xf2\xa7\xe6\x34\xac\x80\x5b\x8d\xfc\xff\x93\xe3\x38\x14\xf8\xab\x92\x9c\x1c\xcf\xb0\xe4\x67\x3a\xa7\x36\x4d\x30\xbf\x49\x96\xb3\x74\xad\xde\x4b\xbc\x17\xfd\xf2\x09\x4a\xa6\x1c\x79\xbc\xd4\x6f\xb7\xcf\x68\x84\x32\x3d\x59\x21\x18\xfd\xc8\xb0\x40\x0b\x62\xde\x50\xab\x6d\x54\x19\xfa\x25\x45\xbc\x68\x95\x32\x4d\x37\xa7\x85\xe3\xeb\xcd\xc7\xc5\xf4\x6e\xe6\x6f\x46\xde\xd2\x1b\x4d\xd6\x9f\xbe\x9c\x25\x52\xe1\x90\x50\xda\xd8\xab\xbf\x00\x29\x89\x57\xbb\x2b\xb1\x47\x45\xe1\xf4\xcf\x00\x30\x1d\x32\xb4\xf2\x17\x9b\x8c\xc8\x5f\xb2\x17\xef\xab\x6c\x9f\x69\x22\x31\x43\x51\xa6\xd3\x26\x76\x1d\x8e\x30\x49\xaa\x54\xcc\xe0\x23\x22\xe0\x80\xe5\x2e\x08\x88\x3d\x14\xd5\x37\xb6\x0f\x29\x17\x20\xe5\xa8\x0f\x26\x5b\x70\xa4\x69\xd6\x65\x01\x01\x68\xe0\x74\xe7\x12\xb1\xc7\xdc\x22\x52\x40\xc6\x88\x00\x8c\x63\x00\x99\xc0\x5b\x18\x0a\xae\xe7\x80\x0c\x65\x64\x2a\xfe\xb3\x36\x18\xba\x3b\x4d\x56\x8d\x5e\x95\x43\x89\x5c\x7d\x57\xdc\x50\x36\xdd\xc6\x67\xa9\x51\x44\xe5\xd5\xb7\xf6\x29\xe9\xd6\x3d\xa3\x2a\xaf\x36\x72\x46\x4f\x02\x31\x02\xe3\xe1\xff\xac\x12\x71\x2e\xd7\x1c\x47\x40\x50\x29\xd1\x6c\xe1\x55\xfd\xb0\xaa\x7a\xe6\x58\x50\x76\x54\xa2\xe6\x48\x5c\x00\x2c\x40\x08\x09\xb8\x47\x00\x3d\x85\x71\x6a\xdb\x6c\x48\xef\xa2\x20\xa9\x42\x0c\xe3\xf8\x98\x2f\x4b\x64\x69\xbd\x3f\x02\x18\xa9\x7e\x19\x58\xc8\x29\x2b\x04\xf7\xc1\x0d\x65\x00\x3d\xc1\x43\x62\x8f\xa5\x73\xca\x2f\xfe\xad\x52\x84\x6d\x7e\x08\x53\x2e\xe8\x41\x11\x58\x95\x38\xc0\x5c\x12\x0d\xee\x53\x51\x7e\x66\x2e\x6e\x30\x07\x84\x0a\xcd\x17\x24\x52\x0c\x9f\x71\x1c\x4b\xde\x76\x88\xa8\xf7\xb5\x23\xc0\x20\x89\xe8\x21\x3e\x5e\x28\x2c\x9f\x29\x39\x3f\x17\x72\x44\xca\xe1\x7d\x8c\x00\x26\x35\x26\xce\xdd\xcb\x95\x0b\x13\xa8\xe9\xab\x95\xec\x9a\xa8\x62\xbd\xb9\xe6\xac\xba\x62\x37\xa9\x94\xed\x2f\x29\x8c\xf1\x16\xa3\x48\xaa\x9c\x14\x25\xac\x4f\x43\x59\xf1\x65\xc9\x76\x92\xea\x8a\x5b\x28\x7f\xae\x98\x6f\x85\x20\xdb\x72\x49\x51\xa1\x7c\x98\x52\x84\xea\x14\x17\x00\x6f\x33\x4c\xa7\x09\xb2\xed\x9f\x9c\x54\xd9\x5b\xe6\x0a\x25\xb6\xb3\xd3\xcb\x52\x62\xfb\x4f\xb9\x28\xc9\x36\x15\x0e\x4f\x6a\x5e\x43\x2f\x7b\x54\x6b\x1e\x79\x63\x94\x91\xd4\x65\x18\x5f\x80\xcf\x7b\xc4\x50\x6e\x5f\xc6\xdd\xc3\x70\x8f\xa2\x0b\xc5\x51\x1c\xd3\xcf\x76\x45\x81\x3e\x71\xe3\xe0\xbb\x6d\x6e\x32\x17\xa0\x60\xb8\x52\x43\x77\xe8\x77\xed\xcc\xca\xbf\x01\xdd\x2a\xd2\xaa\x14\xd9\xa9\x32\xbe\x9b\xde\x57\x78\x96\x42\x58\xfa\xf7\x94\x4b\xf3\xba\x3f\xd6\xe7\xc5\xaa\x9b\x8c\xe2\xdf\xf7\x96\x35\x9a\x33\xf4\x56\xa6\x5d\x11\x37\x33\x52\x7e\x9f\xe1\x59\x6a\xf5\xed\xfc\x2c\x8b\xfd\xcd\x5e\x92\x9f\x26\xe5\x94\x91\x05\x46\x07\x4c\xb0\x3a\xc4\xa0\x2c\x33\xb6\x1a\x6d\x72\xa8\x27\x87\x2a\xa9\x67\x13\xd6\xde\x1d\x34\x6e\x4b\x61\x55\x23\x4f\x4e\x69\xad\xaa\x65\xca\x65\x6e\x78\x2a\x79\x05\xe7\x7f\x85\xbd\xbf\x7b\xbd\xff\xf5\xb7\x5f\xff\xf0\xe5\xaf\x97\xbd\xff\xfc\xdb\xaf\x57\x5f\xfe\x4d\xba\x5b\xeb\xae\x65\xa4\x4b\x98\x6e\x24\xe2\x20\x76\xf9\xa3\x53\x16\x26\xad\xc8\x84\x00\xbe\x0b\x90\xd0\x6b\x4c\xd9\x4e\xbd\x77\x66\x02\xb1\x1c\x02\xf8\x91\x0b\x74\x90\x7b\xbb\x04\x31\x71\xfc\x9d\x8b\x01\xd3\x87\xac\x26\xb4\xf2\xcb\x63\x59\x74\x46\x61\x2a\xc9\x69\x92\x9c\x21\x30\x13\x59\x33\x81\xc9\xe7\xe8\x39\xf4\xbd\xa0\x84\x0b\xaf\xb3\x55\x38\x98\xdb\xfd\x80\x0c\x96\x9f\xf7\x38\xdc\x2b\xca\x0b\x3b\x0f\x7e\xa2\xc3\x9c\x32\x1d\xdb\x7f\x4a\xed\x9d\xb8\xca\xd7\x30\xe1\x02\xc6\x31\x8a\xfa\xd2\xe1\xf2\x0a\x4e\x39\x82\x50\x76\x50\xb9\x48\x36\x54\x12\x21\xf6\x95\x3e\x70\xf9\x9e\xa5\x0f\x3e\xd1\x14\xf0\x3d\x4d\xe3\x08\x50\x12\x1f\x55\x2f\x31\x69\xf9\x07\x1a\xe1\xed\x51\xe7\x94\x58\xe7\x9d\x39\x52\x8b\xb1\x44\x80\x4c\x34\x41\x84\xb7\x5b\xc4\x10\x29\xcc\x31\x28\x74\x3a\x2c\xad\x4c\x01\x3a\x97\x5a\x26\x65\xf7\xfe\xa9\x25\xbb\xce\xfb\x5a\x35\xe5\xf9\xc6\xf3\x2b\x91\x02\xae\x27\x2e\x64\x82\x85\x14\x14\x8c\xd1\x16\xa6\xb1\x90\x39\xd3\x2b\x95\x83\x15\x2e\xc2\xd9\x1e\xc5\xef\x5f\x39\x2d\xd9\x28\x5a\x95\x33\x97\xea\xd4\xf8\x6b\x61\xcd\x49\x41\x95\x4d\x4f\xcd\x11\x01\xd5\x68\x07\x31\xe5\xbe\x89\x61\x56\xae\x0d\x29\x31\x5e\x66\xf1\x5d\xff\x6d\xff\xaa\xce\x52\x91\x0f\xbd\x5f\x76\xac\xcd\xda\xfb\xd0\x42\xba\xc2\xdc\x66\xe5\x76\x13\x1b\xea\x6e\x34\x7a\xbf\xd7\x66\xf3\x39\x40\x3f\xd2\x27\x75\xcf\x71\x01\x85\xe9\xd4\x4b\x53\xa7\x5f\xab\x32\x8c\xfc\x0c\x1f\xe1\x50\x17\x46\x0c\x72\x42\xf9\x40\xad\x4d\x0b\x83\x8e\x7e\x76\xed\x01\x28\xa8\xc1\x8d\x2d\x5c\x93\x83\xad\x1f\x25\x17\x15\xe7\x99\xc4\xb5\x86\xaa\x16\xe2\x7e\x03\xef\x5a\x3a\x9a\x7e\x26\x1b\x5f\x23\xdf\x26\x5b\x2d\x9d\x66\x57\xa4\xfb\xee\xf9\x01\x20\x4b\x7d\x0a\x34\x18\x3b\xe5\x05\x2f\xaf\x74\x7b\x5d\x01\xc5\x1c\xc0\x58\x5d\x43\xd5\x9c\x7c\x27\x07\xaf\x8f\x6c\x3a\x3a\xf9\xf2\xcc\x1d\xfc\x3b\x28\x79\x95\x8c\x9e\xba\x67\x29\x70\xde\x1e\x06\x4e\x9e\xa8\x75\x0c\x00\x35\x51\x9b\x3e\x8a\x17\x66\x89\x94\xe4\x05\x22\x91\x96\x4c\x48\x19\x43\x3c\xa1\x44\xfd\xcf\xc6\xbb\x02\x12\x03\x5e\x76\xa3\x57\x97\x9d\x39\x2d\xba\xd3\x96\x93\xc6\x9c\x3b\x89\xbc\xe6\xf2\xe5\x1e\x89\x57\x55\x49\x50\xb0\x87\x24\x8a\x11\xf8\xc9\x03\x82\x41\xc2\xa1\x7a\x0b\xad\x7e\x98\xe3\xb2\x81\x03\x7c\x02\x09\x43\x09\x64\x28\x02\x61\xf6\x0a\x1b\x77\x51\xdb\x76\x73\xd3\x14\x10\x5e\x5d\x5d\xd6\x19\x09\xf0\xdf\x55\x78\xce\x0f\xa4\xed\xb9\x5e\x66\x2b\x99\x61\xeb\xb3\xef\x1a\x2f\x19\x03\xfa\x30\x14\x8c\x60\x02\x43\x2c\x8e\x19\xdd\xf5\xd3\xc1\x16\x2a\xaf\x3e\xe0\x6e\xfe\xe6\x16\xdf\x4b\x5f\x2e\x10\x88\x30\x8c\x5d\x69\x4e\x83\xcf\xd1\xa3\x4f\x79\x9b\xec\xf5\xcb\xc6\xac\x87\xed\xfa\x7b\x4b\x43\xdf\xd2\x90\x4f\x64\xe7\x71\x98\x44\x81\xb0\x03\x8d\x50\x1f\xa8\xb7\x16\x35\x62\x9d\x4f\x9e\x8f\xfd\x8f\xfe\x74\xb1\x9c\xf9\xf3\xf5\x39\xa0\x0c\x9c\x2f\x57\x8b\xf1\x9d\x5a\xe3\x73\x6d\xef\x13\x22\xe3\x6e\x94\x2a\x25\x51\x78\x2e\xf4\x21\x25\x24\xea\xb4\x49\x9f\x2b\x82\x60\xee\x2d\x83\xdb\xc5\xda\xda\x0d\x97\xab\x9d\x9f\x49\x52\x62\x4f\x3d\xcf\xec\xf1\x33\x62\xaa\x71\xac\xc5\x13\xaa\xc3\x70\x35\xca\x36\x75\x95\x18\x48\x86\xc4\xe4\x38\xe8\x09\x73\x55\x32\x93\xdd\x20\x68\x3a\x1b\xf3\x09\x49\x72\x2d\x83\x68\x5b\xc4\x19\x8d\x9c\x41\xc2\x34\x73\x31\xeb\x92\x0b\xaa\x45\x8f\x0e\xf7\x08\x12\x0e\x10\x81\xf7\x31\x8a\x06\x11\x56\xa7\x6c\xa5\x1d\x8f\xa4\xd4\x0c\x93\xe2\x50\x84\x87\x90\x48\xbe\xf4\xcf\x8e\x0c\x08\x23\xee\xcc\x81\x66\xd7\x06\x20\xa7\x3d\x6b\x20\x63\x37\x67\x9a\x94\x16\x9a\xc3\x18\x72\x0e\xb6\x38\x36\xed\x20\x2b\x92\x8d\x18\xa5\x71\xd6\xc4\x44\x0f\xeb\x2b\x18\xd4\x2d\x59\x1b\x2b\x04\x56\xd8\x37\x0a\x01\x18\x65\x08\x8c\x2d\xb7\x77\xaf\x29\xbf\x51\x5c\xe1\x45\x1f\xed\x4a\x2f\xa9\x1a\x51\x5f\x28\xd2\x13\x46\x0f\x48\xec\x51\xca\x2d\x9f\xd9\x3b\xb5\xd9\x29\xa9\x91\x8d\xe1\xd8\x1c\xb9\xe7\xfa\x94\xa3\xb0\xdc\xa3\x27\xd1\xb7\x6b\x7a\x92\xef\x65\x4e\x81\xe1\xdd\xcf\x28\x18\x1b\x24\xb9\x0f\x6e\xef\xad\x53\x3d\xf5\x1e\xa9\xa3\x55\x75\xb6\x92\x1d\x25\x15\x1b\x08\x02\xd5\x31\xb0\x0f\xa6\x48\xb5\xab\x8f\x21\x79\x30\x97\x02\x3a\xb6\x59\x40\x7d\xcf\x80\xfa\xbb\x7e\xa1\xad\xdf\x9f\x0a\xd7\x26\xaa\x9b\xf8\x5f\x0a\x3b\x95\x3f\x99\xe4\xe0\x2f\xfd\x3f\x19\x64\xbd\x88\x1e\x20\x26\x3d\x9e\x6e\xb7\xf8\xe9\x2f\xb5\xe3\xe3\x82\xa5\x59\xb2\x25\xa5\xba\x49\xde\xad\x21\xc4\x65\x7f\xe5\x57\xec\xba\x8a\x80\x57\x65\xd0\x24\x04\xc5\x7a\x26\x08\x23\x84\x7f\x0a\xef\xfc\xb9\xcc\x07\xa7\x76\xc0\xa6\xaf\x7f\xa5\x69\xbf\xad\x79\x53\x0d\xfa\xdb\x3c\xe0\x0f\x76\x60\xa0\xf1\x34\xa5\xcd\xc5\xea\xb7\x93\xe7\xea\x55\x1a\x4b\xd4\xa8\x16\xf7\x26\xcb\xd5\xc4\x77\xa2\xef\x06\xc7\xa8\x51\x62\xd5\x57\xc4\x8d\xd3\xb0\xf3\xf6\x7f\x7e\xe0\x8d\x34\x42\xce\x69\x88\xd5\x8d\x89\x6a\xbe\xaf\xe9\xd2\xfe\x51\x3a\xe0\xad\xd4\x89\x56\x19\x8e\xf2\x61\x27\xe4\x67\xce\x06\xec\x36\x54\x7d\x50\xc0\x41\x57\x52\x3d\x57\xcd\x04\xa8\xc2\x68\x37\xaa\x32\xc9\x2d\xab\xb7\x00\x8d\xef\xa4\x17\xaf\x37\xed\x94\x92\x96\x96\x5c\xb5\x10\x4d\x04\x05\xf7\x47\x39\x5c\x5f\xc0\xa6\x62\x8f\x88\xc0\xba\x47\xbb\x3a\x7e\x54\xdc\x40\xfe\xd0\x63\x28\xce\xbe\xb2\x40\x55\x4b\x75\x99\x46\x5c\x80\xd2\x85\xc0\x2f\x29\x62\x18\xf1\x96\xe3\x03\x3d\x5b\x5f\xce\x54\x3c\xdf\x54\x68\xbb\x1c\x20\x5c\x6b\x6a\xbd\x54\xec\x1b\xb7\xe3\x8e\x46\x64\x36\x22\x99\x6f\x1f\x54\xd3\x5f\x49\x2c\x43\x5b\x86\xf8\xbe\xa7\x4e\x6f\x1e\x61\x9c\x2d\xa4\xff\xfd\xb5\xaa\x56\x61\x79\x0e\x2c\xff\xd1\xd3\x2b\xd5\x74\xe7\xb5\x56\x10\xd6\xb9\x49\x00\xa0\x01\xcc\x3c\x20\x9b\xe7\x3b\x4c\xc0\x01\xc7\x31\xe6\xba\xd2\xe4\x77\x19\x4f\xcf\xe9\x0b\x61\x39\x7c\x73\x79\xe9\x48\xf0\x0b\x4b\x9e\x55\x63\x9b\xca\x72\x5d\x76\xde\x6a\x2b\x19\xc4\x4c\x43\xa8\xd6\x92\xce\x1c\xac\x50\x96\xde\x9a\xcc\x9f\x3b\xd1\x37\x7d\xca\x40\x1b\x79\x76\x99\x05\x63\x0c\x4d\xdb\xf4\x1b\xca\x0e\x50\x0c\xf3\x6c\x73\x12\xfd\x79\xc7\x68\x9a\x4c\xa2\xa1\xcd\x4c\x27\xd1\xd0\xa4\xac\xff\x08\x5f\x7f\xa7\x80\x5f\xff\xee\xcf\xbb\xd7\x43\xf8\x7a\xf8\xf8\xba\x35\x08\x64\x94\xe5\x15\xad\x2e\xb6\x9d\xfd\xd0\x2a\x1c\x9b\x1c\xc2\x7c\x45\x44\xf1\x08\x13\xac\x9c\x43\x44\xc9\xb9\x30\x17\x6e\x72\xf6\xbc\x8c\x51\xd9\x27\x32\x72\x41\xd1\x20\x25\xf6\x9f\xda\x0e\x19\xe0\x02\x32\x81\xa2\x01\x17\x34\x49\x64\x9a\x63\xed\xce\x1a\x53\x2d\xdf\xde\x1d\x44\x1f\x26\x38\xcf\x8c\xe4\x06\xdb\xd6\xfe\x48\x72\x2a\x00\x5c\x37\x45\xea\xdb\x12\x54\x39\x7e\x4a\x43\x18\xe7\x65\xfd\x95\xbe\x49\xf5\xbd\xa1\xe1\xbd\x98\xc5\x67\x62\x70\xea\x51\xa9\x1f\x54\x45\x92\xab\xdb\x5e\x10\x2c\xc0\xdd\x6a\x5a\x9b\x28\x7f\x94\x61\xb5\xdd\x29\xdc\x48\x56\x08\xc6\x07\xf7\x59\x55\x6d\x44\x09\xa5\x6e\x36\xe1\xb0\x32\xc3\x9f\x81\xd6\x3d\xe7\x4f\x1e\x86\xd5\x47\xbb\xa4\x52\xe8\x2f\xd1\x75\xe2\xe0\x64\xb0\x76\x8d\x6f\x9a\xdc\xa4\x12\x6d\xa2\xcc\xaf\xef\x54\xa0\x56\x9f\x19\x2a\x7f\xd4\xc8\xcc\x84\xb7\x00\x0b\x10\x51\xc4\xc9\xb9\x30\xc5\x17\x98\xd7\x49\x6d\xc1\x5e\x5e\xe3\x86\xeb\x54\x07\x7c\x76\x05\xda\x48\x5d\x17\x2a\x6a\x21\xba\xd4\x73\xc3\x4d\x85\x35\x84\x20\x98\x96\x32\x10\xb5\xf3\x77\x17\x3e\x75\x86\x2c\xd1\xd1\xa9\x73\x47\x7b\x50\x34\x13\x2f\x19\x26\x21\x4e\x60\x0c\x3c\x21\x18\xbe\x97\x99\xb0\xb9\xb4\x81\xbc\xf9\x24\xbd\x19\xba\x2c\x2f\x67\xaf\x0f\xdb\x69\x8c\xa1\x2d\x62\x0c\x45\x9b\xac\x3c\xa3\x42\xe3\x74\xec\x2d\x81\x6f\x3e\x6e\xa0\xcf\x0d\xd5\x81\x99\xfe\xfc\x54\x9e\xcd\xb8\x04\x5b\x82\xcd\xcb\xc9\x4a\x8d\x38\x2a\xd3\x5d\x63\x12\x81\xf1\x3c\xff\x78\x56\x97\x29\x0c\x90\x63\x06\xdb\xa6\xc3\xc5\xd4\x88\xa1\x48\x62\x86\x31\xff\x8a\xe9\x0a\xd0\x4d\xf3\x16\x5a\x7a\x38\xb2\xd9\xef\x67\x3f\x81\x85\xfa\xb0\x4a\xb1\x66\xe3\x7b\x08\x79\x20\x77\x9d\x58\x1c\xc7\x6a\x2b\x95\x99\x50\x84\x42\x76\x4c\x74\xf1\x5c\xe3\x0d\x86\x22\xf0\x7b\xcf\x0b\x80\xc5\x02\x34\x1a\x07\x91\xce\xde\x20\x2e\x49\x5d\xcb\x84\x6c\x3c\xb7\x34\x0a\x9a\xf4\x62\xf4\x88\x62\xfd\x29\xb3\x27\xa1\x63\xe8\xce\xec\x5e\x74\xce\x89\x20\x0b\xf7\x0d\xf2\xd3\xe8\x5c\x62\x2b\xf4\x11\x71\x11\xa2\xb1\x9a\xa3\x99\x4c\x30\x31\x0d\xad\x6f\xb1\x04\x19\x4a\x15\x29\x82\x96\xb2\xee\xfc\xd2\x01\x93\x24\x15\x99\x7d\x01\x53\x36\x21\xf9\xbc\x57\x51\x37\xca\x8b\xe0\x62\x2a\xb9\x3b\xd0\x28\x8d\x11\x08\xcd\xeb\x5d\xaa\x1a\x2d\xbd\xe7\x02\x8b\x34\xfb\x3a\x1a\xd1\x87\xe9\x96\x46\x48\x8e\xba\x0c\x08\x82\x5f\x2f\xbf\x14\x6e\x83\x24\xb0\x64\xa0\x0f\x3c\x55\x0d\x4e\x89\xcd\xf1\xb3\xac\x58\x73\xab\xab\xf1\x34\x36\xcc\xc1\x77\x29\x8e\xfe\xfc\xeb\xe5\x97\xfa\x01\x5e\x2e\xdb\xa0\x28\xa6\x26\x31\x9b\xf6\x0f\x0e\xcd\x34\x52\xe6\x21\x4d\xac\x23\x72\x4f\x16\x14\x06\x3a\xa6\x29\x75\x5b\x71\xcc\x63\xea\xd3\x41\x25\x39\x57\xfc\xab\x95\xa3\x4c\x7d\x95\xc8\x10\xe4\x28\xd5\x2c\x52\x21\xb1\xe9\x44\xbb\x99\x94\x42\x8b\x96\x13\x7b\x73\x98\x79\xe2\xa2\x56\x23\x22\xd8\x51\x97\x97\x9a\x0c\x52\x67\x82\xca\x36\xb2\xe3\x32\x39\xb4\xaf\x3f\x69\x76\x80\x47\x99\x5d\x12\x14\x22\xce\x21\x3b\xca\x98\x9c\x01\xe4\x78\xb1\xe0\x28\xde\xe6\x38\x79\x82\x42\x0c\x75\xf1\x71\xb8\x87\x0c\x86\x02\x31\x7e\x01\xa4\xd6\xf1\x18\xf2\x7d\x79\x4f\xa8\x08\x4a\x18\x7a\xd4\x69\x3d\x63\xd2\x3f\x2b\xc4\x07\x98\x24\xea\x08\x73\x52\x61\x4b\xa1\x96\xa9\x81\x3a\x7a\x56\x79\x81\x3e\x26\x54\x2c\xfe\xdf\xff\xfd\x7f\xb8\xa4\xd1\xea\xa8\x53\xee\xe3\x79\x09\x5d\xad\x6b\x47\x5b\xd7\x9a\xda\xc5\xfe\x36\x86\x3b\x80\x49\xa4\x1c\x2f\xd9\x15\xe4\x84\x6d\x8a\x9e\x40\x66\xbd\xb4\x28\x7c\x4e\xd2\x56\xb2\x6a\xf1\xeb\x44\xfb\xa2\x00\x7c\x02\x2c\x3b\x25\x2d\x80\x48\x91\x68\x30\x6d\x7c\x35\x50\xb5\xb6\x7a\xb3\x64\x65\x04\x04\xdd\x21\xb1\xb7\xdf\x2a\xb4\x63\xaf\xa5\x5b\x0c\x04\x53\x5f\x7e\x23\x51\xf6\xbb\x4f\x22\xfd\xab\x5b\xb6\x4b\x39\x7b\xbd\x64\xb2\xb1\x3b\x4f\x75\x27\x64\x3e\xa0\x27\xa9\x36\x93\x67\x77\x80\x5a\x98\x0c\x1d\xe8\x63\xd1\xc3\xa9\x3d\x88\x55\x4a\xd3\x33\x44\x50\x20\x95\x0a\xc6\x5f\xcd\x7e\xc6\xa6\x64\x5e\x6f\xa8\x48\x7c\x04\x02\x3e\x20\xa2\x7d\x25\xd4\xaf\xc1\xca\x05\x57\x22\xcf\xf2\x5a\x53\xea\x6b\x56\xd4\x2d\xa6\x6c\xb0\x8e\x3e\x5c\x4d\xe5\x4a\x34\x9c\x1d\x87\xbe\x5d\x68\x48\xee\xe5\x32\x4d\x15\xd4\x94\x78\xbe\x9c\xc8\xf2\x0b\xed\x17\x17\x99\xa4\xfd\xb4\xc0\x0a\xad\x93\x1c\x45\x00\x75\x6f\x59\x39\x70\x55\x4e\x48\xfa\xf0\x06\xdf\xbd\x92\xee\x3d\x83\x2e\x94\x51\xb7\x75\x58\x72\xb8\xee\x2d\x7e\x42\x51\xc1\xab\x16\x12\x13\x9b\x33\xd8\xa0\xa2\xa9\xd1\x0b\x62\x6c\xdd\x5e\x7e\x8f\xe7\xa6\x66\x57\xf1\x14\x8a\x14\xc6\x7a\x38\x80\x0c\xe9\x7a\x71\xb3\xd4\xf9\x30\xf3\x85\x41\x17\xe3\x5a\x1b\x2c\x7c\xa9\x16\xfe\x42\xd7\x1a\xcc\x70\xc8\x28\xa7\x5b\x01\xbc\x50\xe0\x47\x04\xc6\x98\xa9\x37\x59\x8f\xe6\x28\xe9\xc2\x54\x2e\xf0\xa2\x59\xe6\x93\x2b\x86\x32\x75\x68\x91\x31\xb7\x51\xd2\x99\x76\x95\x9a\x4c\xd5\x5c\xf3\xc9\xa4\xcb\xb0\xe8\x38\x30\x2e\x9d\x76\x2a\xda\x6d\x6c\x7c\x91\xec\x4b\xdf\xb6\xe5\x19\xd8\xd7\x64\x5f\xeb\x46\x32\x75\x2c\xe8\x8a\xfe\xea\x4b\x21\xa3\xcb\x73\xb9\x7a\x0e\xa7\x82\xf5\x01\x0a\x99\xd0\xd8\x5b\xe1\x8a\x2c\x64\x9a\x77\x40\x87\x7b\xc4\x74\xa6\x27\x11\xc2\x58\xbd\x37\xa1\xb4\x44\xa2\x50\x28\x2b\x68\xea\x87\xcb\x9a\x87\x0c\xd9\x55\x53\xda\xb8\xca\xd3\xac\xe6\xb4\xb1\xd8\x35\xcc\x95\x3e\xa5\x72\x12\x69\x81\x6a\x73\xa0\xee\xbf\x99\xdc\x84\x28\x81\x5b\x45\xb1\xb3\xa8\x2b\xc7\x9d\x74\xab\x31\xfd\xac\xbe\x63\x2c\xc2\xbd\xed\x7a\x62\xcc\xb7\x9f\xed\xc9\x73\x3c\xf7\xd2\x34\x84\xd0\x76\xa6\x3d\xf3\x65\x0b\x4f\x19\x60\x13\x3f\x79\xc7\xb2\x9a\xe2\x2b\x72\xf5\x17\x61\xed\xee\x30\x8e\x1d\x42\xe6\xee\xf4\xc8\xdc\x2c\x4a\x2c\xae\xf4\xa8\xd8\xd4\xac\x93\x6b\x2d\x5c\x10\x49\x9c\x23\xf1\x34\x9e\x67\x8e\x4e\x47\xaa\x62\x52\x9a\x79\x1f\x90\xa5\x3b\x16\x34\x3b\x28\x98\xf0\xf1\x3c\x3f\xc6\x2c\x87\x0f\xe3\x7a\x0a\x4f\xad\x65\x28\xfb\xdf\xca\x4d\x70\xb6\xa8\xda\x0b\xaa\xb4\x51\xdf\x1e\xd9\x19\x5a\x96\xa6\x3c\x10\x34\x3b\xff\x7a\x93\xb6\x67\xa4\x8f\x0c\x89\x94\x11\x5d\x6f\x0f\xd5\xed\xc9\xb1\x9c\xbb\x4b\xfa\x25\x69\xb9\x50\xc6\xa6\xee\x63\x5b\x15\x87\xcd\x0f\xd5\x7b\xb9\x85\x9c\xd2\x85\xa2\x76\x09\x9f\x6d\x0f\xf2\x1c\xb3\x13\x1e\x15\xa8\x14\x7f\xa1\x2a\x70\x4d\x18\x7d\xd4\x7e\x37\x41\x6c\x4b\xd9\x01\xda\x57\x09\xe9\x56\x4b\xd7\x5e\x11\x35\x8b\xde\x28\x8e\x92\x81\x63\xd2\xc6\x7c\xb3\xde\xc3\xae\xb2\x12\x3f\xee\x75\x46\x43\x99\x0d\xac\x15\x85\x1b\x97\x85\xbf\x4d\xe3\xf8\xd8\xcb\xdf\x7d\x32\x11\x8e\x6e\x01\x2c\x2a\x96\x92\x66\xa1\x96\x21\x53\x6b\x15\x19\x55\x66\x94\x05\x0b\x75\xb2\x65\xad\xa7\xce\x9c\xf6\xef\xb9\xda\x55\x12\x06\x6d\x2b\x23\xc4\xd4\x6b\x85\x51\x1e\x8e\xc3\x3d\x3a\x40\x7e\x01\x78\x1a\xee\x01\xe4\xb5\xd0\xad\x13\x08\x3b\xfe\xc2\x5e\x05\x6b\x23\x82\xc5\x73\xbd\x7b\x74\x3a\x4b\x53\xab\xe4\x15\x6c\x43\x32\xda\x18\xbb\x6b\x0d\xff\xea\xf5\x20\x47\x9a\x9a\xfa\x79\x61\x3e\xea\xac\x4f\xfe\x60\xcc\xf3\x6a\x26\xbc\x23\xd4\x92\xac\x73\xd5\xbe\x5c\x51\xf3\xe5\x6a\x93\xdc\x66\x50\x85\x61\x20\x42\x84\x0a\x93\x3b\xe7\xcc\xaa\x15\xaa\x78\x26\xe5\x30\xcd\x17\xbe\xf3\xed\x15\x54\xd7\xb7\x52\xe4\x72\xc5\x4a\x57\x9e\x40\x07\xaf\x0b\x6b\xd3\x05\xb5\x30\xc5\xa4\x38\x32\x79\x88\xa1\x4d\x9b\xef\x9d\x9a\x48\xf2\x6c\xcd\x0c\xee\x24\x05\x22\x5f\x6f\x62\x36\x3c\xa5\x15\x2a\x78\xcb\x62\xca\xae\xab\x4a\xed\xcb\x85\x0a\x85\x44\xab\xe3\x18\x54\x3d\x15\x54\xc3\xad\x0b\xc0\x69\x91\x46\x2e\x25\x2b\xe1\xe4\xb2\x0b\xca\x74\x2d\x2b\xcc\x88\x35\xaf\x93\xa3\x26\x45\x30\xc3\x4c\xaa\x77\xc2\x5b\x76\x68\xcb\x58\x37\x58\x02\x12\xdd\x0f\x49\xb3\x25\x55\x6f\xa6\x8f\x0d\xc0\x54\x25\x5e\x33\x9d\x78\xd9\x22\xa1\xc2\x5b\xa0\xfa\x70\x28\xf3\x6c\xe6\xcb\xfb\x91\x2e\xaf\xd0\x9e\x2b\x7b\x3b\x39\xfb\xaa\xbb\xcb\xee\x55\x05\x44\x02\xc5\x5e\x6d\x7a\xcc\x9e\xd7\xf8\x81\xbc\xe4\x4b\x0f\xa3\x2c\x7b\x69\xda\x28\xd7\x01\x26\xdc\x64\xa1\x6a\xcb\x9a\xc4\x30\xd4\xf7\x7f\x59\xb2\xaf\x4e\xd5\x0e\x26\x6d\x92\xeb\xca\xf0\x0e\x13\x18\x6f\xe4\x88\x3f\xcb\xbf\xae\x2e\xe4\xdf\xaf\xd5\xdf\x6f\x6a\x67\xed\x05\xa1\x28\x9c\xcb\x0a\x51\x92\xf6\xf2\x8a\xb4\x36\xa9\x6c\x70\x9b\x72\x73\x17\xd9\x7a\x5c\x10\xa6\x8c\x65\x4c\x5c\x68\xbe\x15\x6b\xf5\xa7\x2a\x39\xc8\xd6\xe1\x00\xd5\x45\x25\x25\x92\xf7\x95\x86\x51\xe5\xcf\x6d\x7e\xa7\xc4\xa2\x86\x51\x5e\xc8\x26\x00\x2d\xdc\x15\xdb\x62\xfe\xbf\x00\x00\x00\xff\xff\x20\xa1\xbc\xec\xc9\x84\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-postgresql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-kieserver-postgresql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xed\x72\xdc\x36\xb2\xe8\x7f\x3d\x05\x8e\x6b\xef\xf1\xee\x2d\xcd\x48\x8a\xe3\xd8\x47\xbb\x67\xab\xa8\x19\xda\x9a\x64\xbe\x0e\x39\x72\xe2\xbb\xb5\x35\x85\x21\x31\x1a\xc4\x1c\x82\x01\x40\xc9\xb3\xb9\xae\xba\xaf\x71\x5f\xef\x3e\xc9\x2d\x7c\x90\x04\x49\xf0\x63\x24\x39\x71\x4e\xd9\x3f\x9c\x78\x88\x6e\x74\x37\x1a\xdd\x0d\x74\x03\x80\x09\x7e\x87\x28\xc3\x24\xbe\x04\x1c\xed\x93\x08\x72\x34\x24\x09\x8a\xd9\x0e\x6f\xf9\x10\x93\xb3\xbb\x8b\x93\x0f\x38\x0e\x2f\xc1\x4a\x7f\x3e\x89\xe0\x06\x45\xec\xf2\x04\x00\xba\x4b\xe0\xfe\x12\x3c\x7b\x35\x7c\xf9\xec\x04\xe4\x08\x2e\xd5\x87\x57\x2f\x07\x7b\x18\xc3\x5b\x14\x9e\xec\x11\x63\xf0\x16\x5d\x82\xff\x3d\x38\x01\xc0\x01\x31\xba\x07\x28\xbe\xc3\x94\xc4\x7b\x14\x73\xb0\x83\x0c\x6c\x10\x8a\x01\x43\x1c\xa4\x09\xd8\x12\x0a\x3c\x14\x82\x6b\xc8\xc1\x92\x92\x00\x31\x06\x9c\x94\x93\x3d\xe4\x98\xc4\x60\x26\xd1\x52\xf0\x6a\x78\x02\xc0\x6a\x87\x40\xca\x10\x8d\xe1\x1e\x9d\x25\x90\xb1\x7b\x42\x43\x89\x01\x06\x02\x10\xc7\xb7\xe0\x2a\x65\x38\x16\x48\x46\x28\xe6\x14\x46\x60\x46\x62\xcc\x09\x15\xdf\x30\x3b\x39\x01\xf2\xcf\x8d\xc6\x72\x09\xfe\xf4\xeb\x0f\x13\x77\xed\x8c\x67\x93\xf9\xfa\xc6\x77\xbd\x4f\xba\xc5\x52\xa3\x2f\xb7\x58\xfe\x38\xfe\x24\x70\xfc\x30\x71\x01\x43\xf4\x0e\x51\x06\x20\x45\x20\x20\xf1\x16\xdf\xa6\x14\x85\xe0\x1e\xf3\x1d\xe0\x36\x4a\x9b\x3a\xf7\x5d\xef\x9d\xeb\xb5\xf6\xae\x9b\x64\xdd\x2f\x23\x04\x19\x02\x1b\x04\x58\x4a\x11\xe0\x04\x04\x14\x41\x8e\x64\xbf\x0c\x05\x14\x71\x06\x44\x17\x21\x78\xf6\xa7\x5f\xaf\x6e\xfc\xc9\xdc\xf5\xfd\xf5\xc8\x9d\xaf\x3c\x67\xba\xbe\x5e\xad\x96\xfe\xda\x77\x47\x9e\xbb\xfa\xf4\x0c\xc0\x58\x36\x33\xfa\xa9\x34\x08\x48\xcc\x21\x8e\x85\x08\xf9\x0e\x9d\x00\xd0\x88\xf3\x07\xf7\xbd\xbf\x5a\x78\xee\x27\x89\xd4\x82\xb3\x68\xb0\xc5\x11\x62\x42\x48\x6a\x04\x85\x34\x45\x07\x0c\x05\xa9\x12\x28\x47\x31\x1f\x9e\xec\x11\x87\x21\xe4\x50\x28\x21\x8c\x63\xc2\xa5\x5e\x48\x9d\x04\x20\x44\x2c\xa0\x38\xe1\x52\xa9\x9d\x24\x89\x70\xa0\xd4\x26\xd3\x4f\xa5\x1c\x40\x2b\x27\xb8\x76\x40\x42\x49\x98\x06\xb2\x11\x4d\x63\x8e\xf7\xc8\x54\xcf\x53\x2d\xff\xde\x5a\xf9\x12\x0c\xc0\x18\x25\x14\x05\x90\xa3\x50\x42\xe3\x80\xc4\xa3\x08\x32\x76\x29\xff\x77\xf0\xf3\x86\x30\x26\xbf\x94\x66\x5b\x88\x59\x12\xc1\xc3\x40\x69\x42\xcf\xce\x32\x46\x0a\x2e\x34\xc1\x06\x0f\xc3\x7a\x5f\x09\x25\x77\x38\x44\x74\x60\xed\xf4\x14\x4c\xe2\x40\x41\x71\x78\xcb\xf4\x9c\x3e\x4d\x14\x29\x4a\xcd\x4f\x25\x17\xe2\x37\xc5\xa4\xdd\x82\x6c\x70\x1c\xc2\x4d\x84\x2e\xc1\xb3\x2d\x8c\x18\x7a\xd6\xd2\x36\x24\x41\x2a\xc8\x95\x4c\x0e\x52\x1a\x5d\x82\x1d\xe7\x09\xbb\x3c\x3b\x53\xb3\x79\x48\x51\xb8\x83\x7c\x18\x90\x7d\xb9\xf1\x19\x8a\x07\x29\x3b\xa3\x28\x5c\xef\x20\x5f\x6b\x3a\xd7\x30\x17\xd9\x5a\x89\x89\x9e\xbd\x1a\xbe\x3c\xdb\xf1\x7d\x74\x16\xa2\x24\x22\x07\x1c\xdf\xae\xe1\xba\x1b\x6e\xfd\x6a\xf8\x52\xfc\xbc\x93\x66\x63\x6d\xc8\x76\x4d\xe2\x1c\x3e\xe7\x66\xad\xe7\x07\xa2\x6b\xc1\xe7\x96\xd0\xfd\x59\x0b\xe3\x11\x89\x6f\x07\x25\xcd\x5d\xed\x30\x2b\x54\x36\x44\x5b\x61\xc1\x00\x45\x8c\xa4\x34\x40\x0c\xc4\x08\x85\x5a\xb9\x80\xd6\xe8\x4e\x4d\xee\xa9\xc2\x1a\xe9\xab\xe1\xcb\x53\x80\xe3\x20\x4a\x43\x31\x09\xa1\x31\x95\x94\xe8\x24\xca\xcc\xca\xc9\x0f\xa7\xd9\x54\x15\x33\x1d\xc7\xfa\x1f\x62\x08\x35\xce\x80\xec\xf7\x69\x9c\xa1\x11\xad\x12\xe1\x7f\x98\x98\xd7\xe0\x8e\x44\xe9\x5e\x5a\x2e\xc6\x09\x45\x40\x4c\x71\xc0\x77\x90\x4b\x66\x99\xfc\x90\xd2\x3b\x7c\x27\xdb\x40\x8d\x92\x22\xc6\x21\xe5\xc3\xdc\x43\x95\xb8\x5c\x24\x28\xf6\x85\x94\xc1\x28\x1b\x10\xb0\xd4\x03\x02\xee\x94\xef\x03\x2f\x86\x17\x17\xc3\xea\x94\x05\x80\xe1\x38\x40\x7d\x66\x61\x86\xe7\xd5\xf0\xe5\x5f\x85\x40\x98\x98\x57\x20\x65\xda\x38\x0a\x14\x1a\xa5\x40\x94\x7b\x23\x03\xd3\x22\x41\x14\x72\x42\x87\x2d\x3a\xc2\xd2\x24\x21\x94\x77\x4c\x0b\x89\xe0\x2e\x73\xea\x99\x6f\x56\x73\xbb\xea\x97\xd5\xef\x2c\x81\x01\xba\x2c\x8c\xc3\x09\xd9\xfc\x8c\x02\xce\x2e\x4f\x06\xc0\x0c\x10\xee\x2e\x4e\x00\x50\xc1\x80\x2f\x0c\x73\x80\x9c\x20\x20\x69\xcc\x4f\x00\x30\x2d\x32\x00\x45\x88\x20\xfe\x18\x8a\x23\x5c\x97\xb3\x5c\x4e\x27\x23\x67\x35\x59\xcc\xd7\x73\x67\xe6\x2a\xf7\x96\xf9\xbe\xda\xd7\x81\x24\x9a\xdd\x05\xcd\xd4\x78\x24\x42\x57\x38\x16\x5a\xfa\xdb\x90\x32\x40\x21\x16\x5c\x53\x12\x21\x0f\x6d\x2f\x0d\x30\xfd\x85\xa5\x99\x0c\x01\x18\x34\x09\xed\x71\x5c\x6b\x74\x35\x8e\x6b\x0e\xb1\xea\x12\xa3\x48\x2a\x65\x5b\x50\x74\x8f\x36\x3a\x94\x79\xce\x80\x50\x3a\x36\x7c\xa8\x34\x81\xf2\xe2\x41\x1b\x9f\x81\xa0\x60\xaf\xfd\x56\x87\x4c\x8c\xb6\x2c\x41\x81\xa2\x45\x92\xa8\xfe\x77\xa0\x11\x18\x46\x47\x7c\xbd\x04\xaf\xcf\x5f\x9f\xeb\x1f\x38\xa4\xb7\x88\x2f\xcb\x3f\x9b\x80\xac\x0c\xf9\xed\xb7\x2f\x6c\x90\xd9\xcf\x0c\x45\x28\xe0\x84\x16\xe2\xce\xac\xe3\x48\x1a\xc7\x3e\xdc\x3c\xf9\x30\x8b\xb8\xf8\xfb\xb7\x94\xa4\x09\x03\x89\x18\x53\xc1\x8b\x34\x8d\x41\x94\x32\x8e\xc4\x38\x0f\xcb\x23\x34\x84\x51\xb2\x83\xc3\x0f\xe9\x06\xd1\x18\x71\xc4\x84\xd5\xe1\x24\x12\xa6\x09\x0d\xd2\x98\x22\x18\x1e\x06\x28\x0e\x13\x82\x63\xce\x2e\xc1\x33\x4e\x53\xed\xcf\xbf\x20\xcd\x18\x24\xca\x10\x14\xea\xa1\x39\x9e\x2c\x2f\xc1\x9c\xc4\xa8\x49\x65\x34\x9c\x31\xf0\xaf\x5f\xbf\xb6\x0d\x7c\xf6\xf3\x17\x39\xf0\xd9\xfc\x2e\x96\x23\xb6\xe9\x0c\xfe\xfc\x06\x53\xc6\x8d\x56\x7f\xf9\x4c\xe3\xf8\x01\x23\xd5\x41\xc7\x18\x9a\xed\xfe\xd8\x33\xbb\xcc\x31\x13\x8b\x50\x12\x3b\xdb\x2d\x8e\x31\x3f\x5c\x82\x51\x84\x51\xcc\x27\x4b\xdb\x57\x8d\x36\x8b\x96\x74\xcb\xec\xdf\x00\x88\x88\x8e\xa4\xdc\x47\x01\x89\x43\x76\x09\x5e\x7c\x77\x7e\xfe\xd5\x76\x3c\x5e\xe7\xbe\x74\x9b\x51\x30\xf4\x59\x06\x7b\x2b\x6d\x81\x80\xd9\x40\x86\xca\xb6\xe2\x73\x79\xfe\x84\x30\x7e\x4b\x11\xfb\x25\xea\x18\xa4\x52\xc3\x06\xcb\xa0\x64\xff\xf2\xdb\x17\xdf\x58\x64\x9f\xff\xfc\x30\xd9\x1b\xfd\x5b\x84\x8f\xc3\xcb\x7c\xa5\x33\xe8\xf6\x4d\xda\x78\x65\x81\x6b\xca\x8f\x1f\x30\x09\x25\x67\x63\x4b\x08\xf7\x9c\x49\x73\x97\x4f\x4f\x8d\x68\x07\x13\x4a\x3e\x1e\x86\x54\xe0\xa0\xe5\xf5\x85\xb6\x2d\x97\xe0\xbb\x73\xf6\x1b\xfb\xf4\xfe\x02\x2c\xa9\xc0\x8e\x30\x7e\x69\xdd\x78\x5a\xf8\x2b\x01\x2c\x37\x98\x3e\xe5\xea\x72\x69\x51\x8e\xdc\x9b\x70\x92\x7d\xee\x1b\x81\x36\x68\x43\x3f\x25\x60\xbf\xa1\x16\xb0\x3f\x88\x1a\x7c\x8e\xd1\xf7\xbb\x87\x5f\xb1\xc9\x0b\x1e\x39\xa2\x7b\x1c\x6b\x1e\x13\xc8\x18\xdf\x51\x92\xde\xee\x9e\x56\x4f\x5a\x95\xbe\xf0\x4c\x4f\x6a\x31\xaa\x41\xdf\x03\xcc\xc4\x06\x46\x30\x16\x23\xab\x76\xa2\x7e\x43\x0f\xde\x4f\x60\x56\x1d\x31\xf7\x9c\x3f\x93\x6d\x68\x75\xd1\x4d\x76\xa1\x3c\xcc\x4f\x67\x13\x1a\xc6\xb9\x62\x08\xbe\x80\xc0\xeb\xa8\xd1\xfa\x5d\xe6\x72\x8f\xd0\x6b\x5c\x89\x23\xfa\x0c\x5c\xbe\xc7\xa7\x02\xe7\xd2\x14\xbb\x87\x98\x0f\xb6\x84\x0e\x64\xd4\xfc\xa5\xae\xb3\x4b\x43\x47\x91\xa4\x84\x09\xb8\xba\x45\x9e\x2d\xe6\x93\xd5\xc2\x9b\xcc\xdf\xae\x47\x8b\xf9\xca\x99\xcc\x5d\x6f\xed\xb9\x12\xbd\xff\xe9\xd3\x93\x2d\xa6\x25\x1e\x2e\x96\x1c\xb7\x87\x5c\xd0\x87\x44\xa6\x35\x54\x36\xec\xc4\x94\x7d\xd6\xa4\x3c\x58\x75\x31\x1f\x21\xea\xc7\x50\xfe\xa0\xc1\x3a\x6e\xc0\x64\x07\xf9\xa0\x01\xb9\x23\xaf\xb7\xc5\x0d\x6e\x07\x00\xc5\x77\x26\xf3\xd9\x6a\xc7\xec\xe0\xc6\x77\x3d\x7f\xbd\xf4\x16\x4b\xd7\x5b\x4d\x5c\xdf\x68\x0e\xc0\x1d\x8c\x52\x74\x09\xce\x48\xc2\xcf\x3e\x60\x74\x26\xa4\x7b\x56\x4a\x15\x9c\x19\x02\x1d\xa4\x0c\x51\x36\x4c\x28\x49\x10\xe5\x18\xb1\x8e\xae\xbd\xc5\xd4\x7d\xaa\xae\x29\x89\x50\x47\xd7\xa5\x54\xaf\xad\xaf\x5a\x36\xb8\x0d\x87\x90\x5b\x17\x12\x33\xed\x5b\xc5\x52\xa4\x7d\x9b\xb1\x98\xa9\xe1\x56\x2c\xed\xc4\x58\x92\xd0\x26\x9e\x99\xf3\xce\x9d\xaf\x67\x13\xcf\x5b\x78\xeb\x1b\x6f\x6a\x47\x54\x6d\xd5\x8c\xc9\x73\x97\x8b\xf5\xa4\x81\xad\x52\x93\x0e\x1c\x1d\xb4\x64\x6d\xba\xb0\xf8\xae\x27\x66\x51\x37\x2a\xdd\xb0\x03\xdf\xd2\xf1\xfd\x1f\x17\x5e\x37\x7f\x59\xc3\x8e\xb1\x13\x96\xd4\x5b\x4c\xa7\xae\xb7\x5e\x2c\xdd\xb9\x7f\x3d\x79\xb3\x5a\xbf\x9d\x2e\xae\x9c\xe9\x7a\x3c\xf1\x47\x8b\x77\xae\xf7\x7e\xed\xce\x9d\xab\xa9\xdb\xad\x2b\x47\x61\x7b\x08\x65\x4b\xcf\x7d\xe3\x7a\xeb\x1f\x26\xae\x6e\x25\xfe\x33\x19\x35\x88\xf7\xa1\xd8\xfa\x53\xb6\x72\x67\xcb\xa9\xb3\x72\xd7\x23\x67\x74\xed\xae\x57\xab\x06\x9d\xe9\x0b\xdd\xd4\xf3\x8f\x0b\xef\x87\x2b\x77\x3e\xba\xb6\x33\xd2\x32\x3e\x86\xdb\xef\xc3\x50\xaf\xb9\x5c\x69\xdf\x5f\x5c\x7d\xec\x4d\xb9\xf9\x11\x43\xb1\xf8\xc1\x9d\x1f\x25\x7d\x01\x60\xc3\x5f\x2e\x28\x59\x8f\x27\x56\x89\x9c\x21\x1e\x9c\x6d\xf4\xb2\x39\x50\xab\xe6\x81\x2a\x91\x19\xa8\x24\x74\x27\x6a\x3b\xb5\x5d\x15\x30\x8d\x68\x9b\xed\x4c\x03\xca\x26\x7b\xa3\xbe\xb6\x9b\x9a\x06\x94\x6d\x66\xe7\xfb\xb7\xde\xe2\x46\xb4\x11\x21\xdc\xd2\x5b\xac\x16\xa3\x85\x75\xbe\x14\x71\xec\x78\xae\x9a\x5b\xb0\x15\xda\x9f\x35\xca\xa6\x6f\x8b\x20\x7a\x66\x7d\x8e\xe8\x6b\xb9\xf0\x56\xd6\x79\xf7\xfa\xf5\xeb\xd7\xb6\x79\xe7\xfb\x2d\xbe\x45\x7f\xb4\x49\x4f\x7c\x12\x74\x4c\xc6\xa3\xc5\x7c\xee\x8e\x56\xeb\xb1\xbb\x9c\x2e\xde\xcf\xdc\xf9\xca\x1a\xbc\x78\x8b\xc5\x6a\x78\x0f\x69\x03\x2e\xcf\x75\xa6\xb3\x66\x2a\xe4\xe7\x26\x3a\x54\x01\x57\x4f\xc5\x28\x00\x9a\xd0\x8d\xa6\x13\x77\x7e\x0c\x3a\x05\xd0\x84\xae\xdd\xe7\x9a\x2d\x9a\x30\xb4\xab\xbe\xd9\xa2\x09\xc3\x78\xe2\x0b\x93\xbc\xf6\xfd\xe9\x7a\x24\x02\xcc\x37\x42\xed\xdc\xf5\x3b\x67\x3a\x19\x4b\xfd\x6b\xc6\xdd\x0d\xdb\x48\xb7\x37\x99\x8f\x26\x4b\x67\xba\x76\x56\x2b\x6f\x72\x75\xb3\x6a\x11\x82\xa5\xb1\xd5\x18\x98\x8b\xe7\xbe\xb6\xa0\xbe\x3d\xd2\x82\xd4\xaa\xbd\x3d\xb7\xe4\xca\x68\x9d\x9b\xd5\xf5\x7a\x3a\x76\x96\xcd\x33\xac\xd4\xa4\x1d\xc7\xd5\x64\x3e\x5e\x8f\x1b\x06\xaa\xd6\xac\x07\xae\x91\xe7\x8e\xdd\xf9\x6a\xe2\x74\xd2\x56\x69\xde\x8e\xfb\x7b\xc7\x91\x35\x95\x37\xde\x64\xf5\x7e\x3d\x5e\xcc\x9c\x49\x27\xd1\x36\x98\x0e\x0e\x1c\xdf\x5d\x8f\x56\x3f\xf5\x91\x48\xd1\xb4\x07\xce\x37\x93\xe9\xaa\x29\xe8\xb0\x36\x6d\xc7\xe9\xbb\x8e\x37\xba\x5e\xfb\xa3\xc5\xb2\xc9\x09\x58\xdb\xf6\xc2\xba\x9a\xcc\xdc\xf5\x74\x32\x9b\x34\x58\xab\x16\x80\x76\xfc\xe3\x89\xbf\x9a\xcc\xdf\xde\x4c\xfc\x6b\x77\x2c\x5d\x53\xd7\x14\xee\x07\xdb\xde\xeb\xd2\xf1\x7c\xb7\xc3\x5e\x36\xb5\xee\x98\x7f\xba\xd5\xfa\xca\x7d\x3b\x99\xaf\xfd\x95\x57\xf6\xe2\xf6\x19\x69\x03\xea\xd9\x8f\x3b\x1f\x1f\xdb\x4b\x01\xd2\xde\x87\xb7\x98\x1a\x12\x6d\x5c\x5c\xb6\x00\x74\xe3\xf7\x7b\x4e\x2d\xb3\x6d\x0f\xaa\xfb\xcd\x2d\xa3\x69\x0f\x9c\x9e\xb0\x1a\x7e\xa3\x07\x6b\x6a\xdd\xa1\xff\xee\x1b\xe7\x66\xba\x92\x30\x9d\xfa\x6e\xb4\xed\x41\x6f\x79\x42\xf4\x1d\xbe\x1a\x54\x9f\x99\x54\x40\xbe\xf1\x16\xb3\x1e\xc3\xd9\x00\x76\x9c\x3e\xfa\x3d\xf5\xa6\x0a\xd3\xd1\x8b\x58\x1b\x0b\xb7\x2b\xe6\x4b\x49\x12\xeb\xd5\x62\x3d\xba\x76\x47\x3f\x74\x76\xda\x8d\xa2\x91\x06\x49\xf0\xcc\x59\x2e\x5d\xaf\xd7\x56\x9d\xee\xb7\x0d\xac\x5f\x5f\xee\x72\xea\x8c\xdc\x2e\x45\x6c\x02\x31\xfb\xc0\x7b\x79\x5e\x45\xae\x30\x06\xd5\x95\xe2\x3e\xcf\xaf\x0e\xe8\x0e\x45\xaf\xab\x70\xcb\x34\x8a\x96\x24\xc2\xc1\xe1\x12\x38\xd1\x3d\x3c\x98\x9b\x8a\x11\xbe\x43\x02\xd9\x92\x92\x0d\xba\x2c\x91\xb9\xe3\x3c\x79\x8b\x78\xf9\x47\x00\x12\xc8\x77\x97\xe0\x8c\x22\xc6\xcf\x76\x08\x46\x7c\x77\xa8\xb6\xa8\x96\x41\x65\x7f\x58\xb0\x43\xd9\xaa\xb0\xf4\x09\xc7\x98\x63\x18\x8d\x51\x04\x0f\x79\x31\xd1\x45\x05\x3e\x41\x14\x93\xb0\xf8\xfc\xb2\xf4\xb5\x5a\x8a\xf4\x8d\xf1\xf5\xb8\x0d\x69\x50\xae\xe6\xc8\x46\x39\xdf\x99\xd6\x15\x34\xaf\x5e\xbd\x2e\x11\xa0\x3a\xf9\x99\x44\xe4\x03\x86\x65\xc2\x29\xe1\x24\x20\xd1\x25\x58\x8d\x96\xad\x38\xab\x22\xab\x55\x98\x1d\x8b\xb0\x28\x28\xab\x22\x64\x0f\xc4\x58\xd4\x13\x99\x18\x2b\xab\xdd\x66\x84\x14\xc1\x10\x37\x28\xdc\x16\xe2\x28\xa5\x68\xb5\xa3\x88\xed\x48\x14\x5e\x82\x17\xdf\x1d\xab\x91\x32\x45\xf5\x79\xf4\xf1\x45\xab\x3a\xf6\xd7\xc6\xfc\xd0\x44\x99\x8f\x08\xef\x31\x67\x55\xde\xf6\x68\x4f\xe8\xc1\xba\x88\x99\xb9\xb3\x85\xf7\xbe\x1e\x12\xaa\x2d\xa3\x19\x49\xe3\xaa\x0a\xef\xc5\x6f\x4b\x25\xad\x63\xf6\x9c\xb2\x51\xae\xb6\xff\x80\x0e\xf2\x68\x84\x0d\x42\x0c\xc4\x22\x8e\x0e\x97\x80\xd3\x14\x35\x92\x61\xa6\x45\x2c\x3d\xb6\xcf\xd9\x41\x72\x47\xa2\x1c\x8a\x95\x0a\xda\xe7\xdd\xb5\xec\xf9\x60\x15\x39\xd9\xb7\x14\x06\x68\x59\x1e\xd9\xef\x8a\x71\x57\x7c\x96\x52\x53\xc7\x4a\x46\xc9\xb8\x3c\xcc\xea\xb7\x8c\xe2\xf6\xb3\x70\xb5\xae\x8f\x11\x11\x30\xce\xb7\xbc\x93\x94\x8d\x22\x88\xf7\x65\x6a\x02\xf1\x53\x87\xf8\x14\x6e\xd9\x52\xc2\x72\x8a\x6f\x6f\xf3\xa4\xdd\x40\x39\x9e\xd1\x0e\xc6\xb7\x68\x09\x29\xdc\x1b\x22\xcb\xce\x32\x05\x15\xcd\xc8\x0d\x8d\xe8\xba\x24\xe2\xfe\x86\x7b\x4b\x49\x89\x19\x95\x0f\x9f\x08\x62\x7c\x4e\x11\xdc\xaf\xe0\x6d\xcd\x2f\xf4\xf3\xaa\x97\x7f\xfa\x75\x32\x73\xde\xba\x22\xce\x77\x9d\xd9\x7a\xe5\x94\x62\x7d\xe3\xe4\x4a\xa5\xa1\xa0\xd7\x5f\x3a\x45\x2e\x40\x65\x80\x27\x85\x84\xb4\xcc\xd4\xef\x2a\x47\xab\x3f\xfc\xf7\x4c\xf1\x97\xab\x32\xf2\xc6\x6c\xa8\x7e\x1d\x7e\xc0\x68\x48\xe8\xad\xb0\x0b\x03\x5d\x8e\xd2\x59\xb0\x72\xd2\x6e\x33\xec\x05\x1e\xa5\x2a\x81\xca\xd6\xbe\xb5\x28\x80\xa2\x3b\x2c\xc6\xe2\x1a\x8b\xd9\x7d\x98\x0a\x93\x7d\x09\x2e\x94\x81\x78\x92\xea\xec\x4a\xb5\x00\x25\x51\x84\xe3\xdb\xea\x1c\xda\xc3\x8f\x7e\x4a\x45\x48\x78\x71\x7e\xfe\x3f\xcc\x9f\x6f\x62\x78\x07\x71\xa4\x4e\x38\x9e\x97\x34\xce\x53\xb8\x4e\xc0\x97\x52\x72\x50\xd5\x83\xa3\x15\xe7\x49\x95\xa7\xbf\x02\x81\xc7\x55\x2d\x14\x19\xb8\x47\x67\x19\x2c\xd8\x9f\x2e\xb3\xff\x14\x35\x06\x7a\x42\xcd\x16\xe3\xee\xc4\xaa\x68\xd4\x84\x67\x76\xe5\x3a\xf3\x86\xd5\x5a\xf1\xdd\x06\x3d\xf6\x16\x8b\xa9\x9f\xf5\xa1\xb6\x26\xd6\xa3\xa9\xe3\xfb\x4d\xab\xbf\x36\x08\x5b\x0f\x4b\x6f\x31\x73\x57\xd7\xee\x4d\x0e\xe3\xfe\xb4\xca\xb6\xde\x1b\x84\xd7\x0e\xd3\x21\xcd\xab\xf7\x4b\xc7\xf7\xd7\x72\xf5\xd8\x2b\xcb\x5a\x05\xe8\xc0\x6f\xdb\xd7\x78\x53\xf1\xac\xe2\xcf\x16\xa3\x28\xcc\x0f\x1c\xd6\xbe\xa8\x08\x2f\xb3\x2c\x43\x65\x50\xfe\xf1\xbc\xd7\x84\x7d\xfe\xcf\x76\x12\xbd\x85\x58\xfd\x1f\x33\x6f\x6c\xb6\xc3\x82\xd8\x5f\x39\xde\xea\x66\x29\x9c\xb7\xb3\x72\xdf\xbe\xb7\xa1\xcf\x0f\xf1\xfa\x1c\x52\x9e\x26\xbe\x36\xda\xed\x98\x1f\x55\xdb\xf2\x34\x95\x36\x4f\x5d\x21\xa3\xdb\x2c\xde\xf4\x40\xb4\x78\xd3\x5e\x8f\x62\x4f\x3c\x5e\x2f\x9d\x99\x0c\x83\x4f\xdd\x9f\x56\xae\x37\x2f\xe5\x3b\x32\x24\x45\xab\x75\x67\xe5\x0e\x45\x09\x31\x6c\x68\x6f\x6c\xad\xd5\x21\xf5\xcc\x62\x73\xf5\x87\x1d\xfd\xd2\x59\x5d\xdb\x70\x9f\xed\xe1\x1d\x8a\xbf\x39\xeb\x8d\xa8\x7d\x07\xbe\xbe\x86\x94\x90\x6d\x1b\xf1\x4d\xf4\x1e\x95\xd1\x57\x90\x6d\x99\xce\x6c\x78\xbb\x47\xb0\x47\xed\x95\x0d\xd9\x23\x8a\xb0\xac\xe8\x9e\xa2\x1a\xcb\x86\xf8\xa9\xcb\xb2\x96\xae\xe7\x4f\xfc\x95\x3b\x1f\xb9\xeb\x71\x8b\x07\xb5\x36\xb7\x3a\x54\x67\xe5\xf8\x8b\x1b\x6f\x64\xf7\x9f\x52\x5f\x9a\xf4\x68\xfd\xfd\x7c\x3c\x79\x02\x1a\x34\xb2\x95\x63\xc3\xd5\x58\xa7\xa4\xa0\x04\xfd\x57\x8e\xdf\x1d\x8f\x2c\x17\xfe\xea\xad\xe7\xfa\xff\x35\x5d\x8f\xaf\x9a\xa9\x18\x7b\x93\x77\x76\xcb\x5e\x39\x52\xd6\x6f\x88\x26\xce\xd4\x1d\x35\xe4\x04\x1b\x88\x53\x20\xcd\x14\xb6\xeb\xaa\x1d\x69\x93\x23\x52\x18\xdb\x95\xd4\x8e\xb1\xc1\x27\x29\x84\x59\x24\x7c\xbd\xf0\x9b\xf2\xa1\x5d\x27\xf6\xda\xd0\x36\x96\xd6\xbc\xfc\xf6\xc5\x37\x36\x55\x59\x4d\x66\x45\x11\x9f\x54\x99\xb5\x2a\xe1\xf2\xdc\x37\x9e\xeb\x5f\xaf\x27\xf3\x95\xeb\xbd\x6b\x4a\xbf\xf7\x06\x7f\x64\xd1\x58\x71\x5e\xe3\x29\xca\xc5\x9a\x6f\x42\x6a\x44\xd8\x4b\xad\x1e\x5f\x22\x56\x43\xf6\x87\x2b\x0e\xab\x1d\xed\x3d\xa2\x9f\xaf\x85\x61\xcd\xea\xf0\xb8\x92\xb0\x0a\xa2\xaf\xc5\x60\x0d\x74\xff\x3e\xc5\x60\xed\xa7\xe4\x5a\xd0\x75\x87\x39\x5f\x0b\xc0\xec\xb8\xbf\x16\x80\x7d\x2d\x00\xfb\x5a\x00\xf6\xb5\x00\xec\x6b\x01\xd8\xd7\x02\xb0\xbe\x2a\xf9\xb5\x00\xec\x37\x2b\x00\x2b\xc5\x30\xb5\x2c\x73\x0d\xa0\xa3\xf2\x6b\x8b\x82\x43\x10\x55\x8a\x70\xc4\xaa\x5a\xee\x6b\x57\x77\xf5\xd1\x47\x33\xe3\x95\xfd\x09\xc8\x7e\x0f\xe3\xb0\xfe\x61\x00\xce\x36\x38\x3e\x63\x3b\xdb\x17\x92\xf0\x33\x04\x13\xd9\x22\x82\x69\x1c\xec\xce\xe4\xe5\xad\x62\x99\x64\x5e\x42\x40\xc8\x07\x36\xac\xa0\x48\x28\xf2\x39\x49\xbe\x4c\xf2\x5a\xca\xe9\x2c\xd5\x4d\xa5\xef\xed\xc5\x4d\x59\xd6\x44\x55\x39\x29\x02\x74\xf9\x5d\xb0\x43\xc1\x87\x2a\xd4\x1f\xa7\x04\xcf\x96\x98\xf9\x5a\x7e\xd7\x84\xf1\xcb\x2d\xbf\xb3\x6a\xa8\x2c\x27\xf9\x8c\x0a\xfa\x3b\xd7\xe4\x99\xd9\xeb\x47\x57\xe3\x75\x6f\xe6\x65\xc3\x5d\xb4\x7c\x40\x05\x9e\x90\xe3\xc8\x5a\xaf\x60\x31\x96\x03\x50\x32\x6f\x03\x30\x08\x4a\xff\x4c\x63\x8e\x23\x10\xb3\x88\x90\x0f\x69\xd2\xb1\x4d\x0b\xfe\xfd\xdf\x41\x1c\x80\xc1\xdd\xbf\xfa\xef\xe7\x02\x79\x5d\xda\x5f\x41\x48\x00\x0a\x76\x04\xdc\x43\xcc\x71\x7c\x2b\x6f\x95\x69\x47\xf2\x57\xc0\x22\x84\x12\x20\x81\x63\xf4\xd7\xba\x37\xdd\xa4\xec\xb0\x21\x1f\xdb\xbc\xe6\x64\x3b\x27\x7c\x49\x11\x43\xfa\x8a\x5c\x73\x18\xda\xfb\x1f\x08\x41\x1b\x30\x46\x95\xe1\x4c\x3d\x40\x90\x75\xf2\x06\x46\xd1\x06\x06\x1f\x56\x64\x4a\x6e\xd9\x22\x76\x29\x25\x85\x35\xfc\x5c\x65\x8d\xff\xd1\xa3\xac\xb1\x8f\xa2\x75\x17\x34\x36\xdd\xda\x2f\x41\x7e\xf3\xca\xc1\xba\xbf\x79\x50\xd5\x60\x47\x28\xf6\xb5\x5c\x50\x0d\xd9\x17\x70\x33\x63\x51\xe5\x77\x71\x02\x9e\xe2\xda\x45\xf0\x07\xba\xd6\xc7\x6a\x54\x8f\x11\xf7\x11\x22\x07\x8f\xab\x8b\xab\x64\x1f\xed\x2b\xa6\xe3\xb2\x95\x66\xfa\xf1\xe9\x52\x96\x66\xee\xf5\xc9\x92\xc9\x46\x83\x99\xf3\xd3\x7a\xe9\xb9\x4b\xc7\x73\xc7\xeb\x95\xe7\xcc\x7d\x67\x24\x64\xde\xb0\x58\xed\x03\x69\x59\x4b\x5a\x35\xe3\x51\x07\x86\x6c\x4b\xb0\x86\x05\xd8\x00\x9c\xa5\x8c\x9e\x45\x78\x23\x80\xce\x64\x84\x38\xc8\xb5\xa5\xd6\x78\x30\x10\xdd\xf6\x58\xaf\x7c\x73\xde\x1a\xf2\x5d\x9c\x1f\xe9\xc4\x8f\x5a\x93\x18\xf7\xbd\x6a\x90\x07\x44\xe1\x9f\x47\x88\x56\x69\xb5\x87\xc7\x17\x47\x07\xb1\x77\x50\x12\x73\x96\xdc\xb2\x5f\xa2\x63\x4e\x74\x18\x41\x53\xe9\xb8\xc2\x13\x1c\xcc\x38\xa6\xbb\xa7\x38\x1d\x61\xe0\xfe\x1d\x4f\x47\x58\x14\xf8\x41\x41\x4e\x81\xe7\xb2\x64\x67\x7a\x87\x36\x4d\x30\x9f\x25\xca\x59\xda\x46\xef\x29\x9e\xe0\x78\xfa\x00\x25\x57\x8e\xc2\x5f\xaa\xa7\x53\x66\x24\x44\xb9\x9e\x78\x08\x86\x3f\x52\xcc\xd1\x22\xd6\x37\x9b\xd6\xd6\xa9\x14\xfd\x92\x22\x66\xce\x4a\x11\xa6\xeb\xcd\xc2\xf1\xd5\xfa\xdd\x62\x7a\x33\x73\xd7\x23\x67\xe9\x8c\x26\xab\xf7\x9f\xbe\x3c\xe9\x3d\xec\xc2\xc7\x23\x05\x38\x83\xf1\xe1\x68\x01\x7e\xf7\xed\x0c\x9f\x24\x62\x82\x22\x2e\x67\xef\xa0\x7e\x55\xb9\xa0\x55\x2e\x46\xf9\x0e\x99\xe2\x18\x9e\x00\xa0\x5f\xb2\x52\xc6\xc2\x7c\xfa\x4b\xfc\x92\xbf\x82\x53\xe5\xf2\x44\xd1\x84\x29\x0a\x73\x1b\xa0\x7d\xfd\xfe\x00\x93\xa4\x4a\xc5\x0c\xde\xa1\x18\xec\xb1\x58\x34\xaa\xe7\x89\x2a\xcf\x2d\xec\x53\xc6\x41\xca\xd0\x10\x4c\xb6\xe0\x40\xd2\xe2\x25\x38\x00\x35\x9c\x7a\x53\x8c\xef\x30\xcb\x10\x49\x20\x6d\x74\x00\x8c\x22\x00\x29\xc7\x5b\x18\x70\xa6\xfa\x80\x14\xe5\x64\x4a\xfe\xf3\xe7\xab\x44\x17\xb4\x38\x96\x51\x95\x43\x89\x5c\x95\x5a\x6f\x28\x4e\x6e\xe3\xb3\x74\x81\xa2\xec\xbf\x60\xb8\xbd\x4b\xb2\xb5\xf7\x28\x8b\x98\xb5\x9c\xd1\x47\x8e\x68\x0c\xa3\xcb\xff\x59\x25\xe2\xb9\x18\x73\x1c\x02\x4e\x84\x44\xf3\x81\x97\x55\xba\xb2\xb6\x98\x61\x4e\xe8\x41\x8a\x9a\x21\x7e\x0a\x30\x07\x01\x8c\xc1\x06\x01\xf4\x31\x88\xd2\xec\x8d\x2c\x61\x8d\x25\x24\x91\x88\x61\x14\x1d\xcc\x07\xfa\x34\xad\x9b\x03\x80\xa1\x7c\xed\x0a\x73\xd1\x65\x85\xe0\x21\x78\x43\x28\x40\x1f\xe1\x3e\xc9\x76\xf1\x0b\xca\x4f\xff\xad\x52\xea\xac\x7f\x08\x52\xc6\xc9\x5e\x12\x58\x95\x38\xc0\x4c\x3e\x79\xb8\x49\x79\xf9\x9b\xce\x73\x61\x06\x62\xc2\x15\x5f\x30\x16\x62\xb8\xc7\x51\x24\x78\xbb\x45\xb1\x7c\x59\x21\x04\x14\xc6\x21\xd9\x47\x87\x53\x89\xe5\x9e\xc4\xcf\x9f\x73\xd1\x22\x65\x70\x13\x21\x80\xe3\x1a\x13\xcf\xed\xc3\x55\x08\x13\xc8\xee\xab\xf5\xe2\x8a\x28\xb3\xaa\x5b\x71\x56\x1d\xb1\x37\xa9\x90\xed\x2f\x29\x8c\xf0\x16\xa3\x50\xa8\x9c\x7c\xae\xab\xde\x0d\xa1\xe6\x75\xc4\xed\x24\xd5\x15\xd7\x28\x32\xae\x4c\xdf\x0a\x41\xd9\xd3\x8a\x92\x0a\x69\xb2\xa4\x22\x54\xbb\x38\x05\x78\x9b\x63\xea\x26\x28\x7b\xc9\xd1\x4a\x55\x96\x94\xaf\x50\x92\xbd\xe0\xf8\xb4\x94\xe4\x4f\x49\x5a\x28\xc9\x17\x61\x16\x4b\xaa\x1f\x8c\x28\x5b\xd4\x6c\x7a\xd4\x6e\x95\x3f\x05\xf7\x3b\x44\x51\x31\xbf\xb4\x75\x87\xc1\x0e\x85\xa7\x92\xa3\x28\x22\xf7\xd9\x88\x02\xb5\x41\xc9\xc0\x9f\xb7\xc5\x94\x39\x05\xc6\xc4\x15\x1a\x7a\x8b\xfe\xd2\xce\xac\xf8\x1b\x90\xad\xfd\xc1\x2a\x96\xbf\x78\xa1\xf8\x6e\x3a\x15\x70\x94\x42\x64\xf4\xef\x08\x13\xd3\x6b\x73\xa8\xf7\x8b\xe5\x03\x6f\x92\x7f\xd7\x59\xd6\x68\xce\xd1\x67\x32\xed\x8b\xb8\x99\x91\xf2\xa9\x81\xa3\xd4\xea\xf1\xfc\x2c\xcd\x47\x55\x9f\x92\x9f\x26\xe5\x14\x9e\x05\x86\x7b\x1c\x63\xb9\xe9\x43\x68\x3e\xd9\x6a\xb4\x89\xa6\x8e\x68\x2a\xa5\x9e\x77\x58\x3b\x93\xa7\xcd\x96\xc4\x2a\x5b\x76\x76\x99\xcd\xaa\x96\x2e\x97\xc5\xc4\x93\xc1\x3e\x78\xfe\x0f\x38\xf8\x97\x33\xf8\x5f\xff\xfc\xf5\xbb\x4f\xff\x38\x1f\xfc\xc7\x3f\x7f\xbd\xf8\xf4\x6f\xc2\xdc\x66\xe6\x5a\x78\xba\x84\xaa\x27\x7f\x2c\xc4\x2e\x7f\xb4\xca\x42\x87\x15\xb9\x10\xc0\x9f\x7d\xc4\xd5\x18\x13\x7a\x2b\xcf\x73\x69\x47\x2c\x9a\x00\x76\x60\x1c\xed\x81\xbe\xd2\xf8\xf0\x17\x1b\x03\xbe\x42\x59\x13\x5a\xf9\xe8\x54\xee\x9d\x51\x90\x0a\x72\x9a\x24\xa7\x09\xcc\x45\xd6\x4c\x60\x72\x1f\x1e\x43\xdf\x13\x4a\xd8\x38\xcc\x55\xe1\x40\x45\x0e\x62\xf2\x08\xef\x71\x0a\x78\x4a\x63\x06\x48\x6c\xb2\x76\x1b\x91\x0d\x8c\x04\x9d\x01\xb9\x43\xf4\x00\xb6\x08\x72\x11\xd0\x49\x4e\x75\x30\x57\xe3\x56\x84\x73\x94\x44\x51\xe9\x09\x05\x85\x6a\x98\xa3\x1a\xa2\x58\x78\xea\x6e\xb9\xb8\xb2\x5d\x1b\x55\x36\x86\x8f\xbd\x25\x38\x2b\x75\xd6\x6f\xb5\xd6\x65\x55\xbc\xa8\x89\x63\x8e\x6e\x75\x44\x48\xb6\x16\xbb\xc2\xa4\x2c\x51\x08\xd4\xcb\xa0\x9c\xe7\xa7\xa1\x45\xe0\x9b\x07\xfa\x99\xe8\x81\x92\x04\x13\x81\x59\x8c\xd4\x2b\xa6\x9c\x98\xfa\x70\x87\xa1\x08\x84\xca\x24\x88\xf0\x4b\x62\xcd\x1c\x5a\xf6\xca\x54\x8b\x1e\x5a\x47\x26\xa1\x68\xab\xce\x47\xea\x56\x85\x83\x01\x9d\xa3\xb3\x94\xc0\x26\xb1\x05\x95\x7e\xc5\x51\x3d\xe2\xaa\xe4\xf2\x91\x1b\xcb\x5c\x54\x9d\xe7\x6f\xa1\x8e\x84\x7f\x06\xab\xd5\x54\x44\x82\x7b\x1c\x45\x98\xa9\xdd\x9c\x7e\xc2\xc9\x73\x12\x81\xc0\x33\xe4\x3c\xea\x25\x8c\x36\x42\x3a\xa4\x60\xbd\x96\x39\xe3\xfa\xbb\xf3\xf3\xf3\xf3\x1a\xdb\xf3\x6c\x03\x44\xf0\x78\xbf\xc3\x81\x7a\x6b\xdb\xd8\x6a\x61\x1d\x2f\xdf\x4a\xa6\xb2\xd7\x5c\xe5\x66\x91\x7a\xc2\x1b\xc7\x8c\xc3\x28\x42\xe1\x50\x44\x4c\xac\x82\x53\xb4\x88\x09\xdd\xcb\xc5\x44\xde\x54\x10\xa1\x5e\xc4\x36\x1e\x5c\x2e\x36\x69\x86\xe0\x3d\x49\x01\xdb\x91\x34\x12\xf3\x22\x3a\xc8\xc7\x6d\x85\x9e\xef\x49\x88\xb7\x07\x35\x37\xb0\x5a\x38\x16\x48\x33\x8c\x25\x02\xc4\x4a\x11\x84\x78\xbb\x45\x14\xc5\x46\x1f\x67\x09\x25\x3f\xa3\x80\xd7\x7c\x97\x01\x5d\x48\x2d\x1f\x10\xfb\x86\x51\xcb\xf2\xb8\x78\x32\xb6\x69\xa1\xae\x43\x37\x29\x52\xc0\x54\xc7\xc6\x52\xce\x58\x43\x82\x31\xda\xc2\x34\xe2\xc2\x6a\x3c\x53\x37\x84\x14\xc9\x50\x79\x21\xc8\x33\xab\x2b\xd6\x93\xad\xca\x99\x4d\xcb\x6a\xfc\xb5\xb0\x66\xa5\xa0\xca\xa6\x23\xfb\x08\x81\xb4\x36\xca\x8e\x89\x65\x9a\x64\x56\x8c\x4d\x5c\x62\xbc\xcc\xe2\xab\xe1\xcb\xe1\x45\x9d\x25\x93\x0f\xb5\x41\x68\x19\x9b\x95\xf3\xb6\x85\x74\x89\xb9\xc5\x4d\x17\xd3\xbb\x4f\x48\x61\x18\x83\x94\x65\x97\x66\xf4\xf7\xe0\xa3\xa2\xb3\xa6\x60\xa3\x7e\x85\xb9\x66\xa4\xe8\xba\x23\xf0\x30\x38\xea\x11\x83\x18\x1c\x25\xf7\xe1\x23\x18\x7a\xfa\xe8\xa4\x72\xdf\x7a\x2f\x8e\x39\xf9\x80\xd4\x8e\xcc\x06\x41\x8a\x28\x80\x29\xdf\xa1\x98\x67\xfb\x62\xfd\xec\xbc\x40\xf2\x08\x51\xac\x34\x7c\xab\x65\x97\xb7\xbc\xb7\x84\x8f\xd9\x7e\x68\xa0\x9e\xfe\x56\xfb\x86\x6d\xc1\x64\x01\x30\x0c\xd9\xb1\xd4\x2f\x8d\xee\xe4\x39\xdd\xee\x93\xbc\x5a\x2f\x7f\x86\x77\xf0\x52\x15\x28\x9e\x15\x84\xb2\x33\x69\x33\x8e\x77\x4e\xf9\xba\x6a\xa9\x76\xab\xfd\xff\x9a\x66\x36\x84\x19\x1e\x48\xf2\xb7\xaa\x80\x62\x06\x60\x24\x6b\x02\x6a\x0e\xa8\x97\xf3\x51\xdb\xbf\x3d\x1d\x50\xb9\xe7\x1e\xbe\x07\x94\x2c\x5e\x4e\x4f\xdd\xea\x19\x9c\xb7\xbb\xa8\xce\xf4\x46\x4f\xe7\x54\x13\xb5\x7e\x31\xfd\x54\x0f\x91\x94\x3c\x47\x71\xa8\x24\x13\x10\x4a\x11\x4b\x48\x2c\xff\x95\xf9\x62\x03\x89\x06\x2f\x9b\xf8\x8b\xf3\xde\x9c\x9a\xa6\xbe\x25\xed\x63\x84\x42\x17\xf5\x38\xc8\x98\x4b\x46\x37\xf9\xab\x9e\xad\x8b\x68\xbf\x06\x37\xce\xe0\x9a\xec\x76\xbd\x7c\xc0\xf4\x9d\x47\x12\xd7\xba\xdc\x6e\x21\xee\x33\xac\x10\x4b\xe5\x08\x47\xb2\xf1\x10\xf9\x36\x85\x2b\xa5\x0a\x86\x8a\x74\x5f\xd5\x42\x91\x28\x22\xf7\xac\x6a\x46\x38\x01\x3b\x18\x87\x11\x02\x3f\x39\x80\x53\x18\x33\x28\x97\x55\xf5\x2c\x81\x8d\xb0\x3d\xfc\x08\x12\x8a\x12\x48\x51\x68\xac\xc9\x98\x4d\x53\xdb\x4a\x28\x9a\x02\x95\x67\x17\x96\x60\xde\xc7\xff\x92\x61\x63\x91\x19\xce\xf2\x43\xb9\x9d\xcc\xa5\xad\x92\xd0\x35\x5e\x72\x06\x54\x5e\x0d\x8c\x60\x02\x03\xcc\x8b\xe5\x71\x3d\x4d\xd7\x42\xe5\xc5\x5b\xdc\x4f\x09\xae\xf1\x46\x4c\x30\x8e\x40\x88\x61\x64\x0b\xbf\x1b\x14\x41\xb5\xee\x52\x81\xfc\x9e\x82\xc6\x68\x9c\xde\x0e\x77\x19\x0d\xc3\x8c\x86\xa2\xa3\xac\x1f\x8b\x39\x34\x08\xdb\x93\x10\x0d\xc1\x3b\x18\xe1\x50\x21\x56\xeb\x9c\xe7\x63\xf7\x9d\x3b\x5d\x2c\x67\xee\x7c\xf5\x1c\x10\x0a\x9e\x2f\xbd\xc5\xf8\x46\x8e\xf1\x73\x65\xeb\x27\xb1\xf0\xbb\x61\xaa\x16\xee\x02\xcf\xa9\xca\x7e\xc1\x58\xa6\x31\x54\xc2\x0a\xf8\x73\x67\xe9\x5f\x2f\x56\x99\xcd\x64\x62\xb4\x8b\x64\x17\x89\xb3\x74\xda\x49\x96\xc9\x14\x31\x4d\x1c\xe6\x78\x02\x99\x95\x96\xad\x34\x0a\x89\x21\xce\x91\xe8\xd8\x1b\x7d\xc4\x4c\x96\xae\xe6\xa9\x7c\x45\x67\x63\x3c\x21\x48\xae\x45\x10\x6d\x83\x38\x23\xa1\x75\xe6\xea\xdb\xb7\xf4\xb8\x14\x82\x6a\xd1\xa3\xfd\x06\xc1\x98\xe9\x1d\x90\xf0\x2c\xc4\x4c\x6d\x0a\x15\xc4\x0a\x42\x75\x2b\x21\x0d\x49\x77\x00\x63\xc1\x96\xfa\xd9\x12\x00\x61\xc4\xac\x21\xd0\xec\x4a\x03\x14\xa4\xe7\x17\x7e\x65\x9b\x7e\x8a\x92\xb6\x18\x34\x82\x8c\x81\x2d\x8e\xf4\x83\xe0\x15\xc1\x86\x94\x90\x28\xbf\x74\x4a\x35\x1b\x4a\x18\xd4\x2f\x56\x1b\x4b\x04\x99\xac\xdf\x48\x04\x60\x94\x23\xd0\x53\xb9\xfd\xb6\xb1\xd6\xed\x92\x62\xe3\x4f\x6e\x76\x9d\x4a\xd2\x13\x4a\xf6\x88\xef\x50\xca\x32\x3e\xd1\x47\x8e\x62\xa9\x66\x59\xf6\x4d\xcb\x66\xd8\xb0\xfb\x57\xa0\xc8\xb8\x47\x1f\xf9\x30\x1f\xd2\xee\x9d\xa4\x9c\x02\xcd\xbb\x9b\x53\x30\xd6\x48\x0a\x13\xdc\x7e\x17\x5a\x35\x9b\x3a\x92\x29\x3b\xb9\x67\x9f\xa7\x28\xcc\x07\x60\x81\x7c\xf1\x75\x08\xc0\x14\xc1\x3b\x04\x36\x11\x8c\x3f\xe8\x6c\xb3\x8a\x6b\x32\x48\x95\xc0\x46\xc3\xdb\xa1\xf1\x2e\xeb\xdf\xcc\x87\xf5\x44\xab\xbf\x57\xde\xe8\xf9\x9b\x0e\x0e\xff\x3e\xfc\x9b\x46\x38\x08\xc9\x1e\xe2\x78\xc0\xd2\xed\x16\x7f\xfc\x7b\x2d\x37\xd9\xf2\xb8\x31\xc8\x98\x11\xf4\xab\xa7\x4f\xaf\x35\x75\xcd\x99\x87\xf2\x29\xf8\xbe\xe2\x61\x7d\xe5\x23\xa5\x92\xcb\x48\xcb\xe7\xf7\x13\x0b\x7b\x98\x5c\xfc\x07\xeb\xcd\x53\xa9\x4d\xb1\xf1\x72\xbc\x6c\xcc\x15\x6a\xb7\x86\x34\xdd\x51\xf0\xfb\xe9\xc6\xd3\xf3\xde\xa8\x06\x8d\x17\x34\x74\x6d\xe8\xa9\xf3\x06\x99\x67\x15\x5a\x27\x5d\x94\x3e\xb3\x20\x9c\x82\xfd\x6d\xf2\x9a\x37\x6d\x53\x64\xcd\xc8\x0f\x19\x56\x5f\x75\x3a\x6f\x57\x64\xe3\xc0\x43\x67\x69\x40\x95\xad\x32\x03\xf7\x98\xef\xf4\x5a\x5a\xf1\xfb\x28\xea\xdf\xe0\x08\x75\xcc\xc1\xea\x95\x41\xda\x7b\x65\x54\x0d\x7f\xfe\xc0\x1a\x39\x80\x8c\x91\x00\xcb\x92\x10\x41\xb7\xa6\x5a\x39\x6a\x11\x09\x6c\x85\x92\xd5\x63\xe5\x1e\x1c\x8c\x0a\xf0\x5e\xb2\xd7\x3b\xab\xd9\x66\xc9\x86\x30\x2b\xd5\x49\x35\xad\x9c\x0b\x5f\x06\x7b\x8f\xa3\x39\x97\xfa\xb2\x5a\x1c\xd1\xf1\xf8\x9d\x59\xfb\x95\x11\x24\x28\x7d\xaa\x09\xd1\x52\x35\x65\xcc\xdd\x56\x95\x6f\x38\xdd\xf3\xd9\x95\xdd\x46\x5f\x4d\xa9\x1b\xaf\xb4\xfa\x6d\xd4\xd9\xb4\x7f\x4d\x6a\x6b\xbd\x28\xeb\xb3\x2a\xac\x4d\x72\x35\xc5\x6c\xbc\x72\xab\xaf\x4a\x1a\x5b\x00\x46\x94\xce\x09\xd8\x1c\x44\x73\x55\x30\x59\xec\x0d\xa3\x50\xee\x08\x29\x6e\x20\xfb\x30\xa0\x28\x12\xbf\x66\x89\x2b\x95\xd8\x65\xa7\xa0\x54\xc0\xf3\x4b\x8a\x28\x46\x6d\xd9\x43\xd5\xdb\x50\xf4\x64\xd6\x23\x48\xb4\x7d\xf6\x65\xaf\x14\xb5\x4e\xca\x77\x8d\x5b\x4f\x96\x0b\x79\xdb\xf3\xd6\x92\x58\x8a\xb6\x14\xb1\xdd\x40\x26\x6b\xee\x60\x94\x0f\xa4\xfb\xfd\x95\xac\xc6\xcf\xeb\xd1\xf2\x2d\x86\x81\xf8\x9f\x81\x52\xd7\x2a\xcd\xab\x1a\x04\x50\x43\xab\xfb\x01\x79\x3f\x7f\xae\xe4\x5e\xff\x92\xf3\x74\xcc\xb5\x77\x19\x87\x2f\xac\x49\xd0\xd6\x88\x30\x5b\x00\xeb\x93\xb4\xea\x98\xed\x51\x76\xb5\x40\x31\x53\x28\xe4\x55\xec\x2d\x15\x3e\xc6\xe9\xdc\x82\xf6\x6f\x5a\xf7\x52\x7a\x92\x59\xc9\x40\xb4\x50\xd5\x70\x5a\xb8\x75\x6f\xa7\x9f\x10\x3c\x7d\xc4\xed\x54\xad\x09\x43\xb4\xc5\x31\x02\x3b\x72\x0f\xf6\x69\xa0\x0e\xf0\xb6\x21\x2a\x8e\x69\xe5\x6b\x4a\xc6\x21\xe5\x96\x0a\xb8\xe3\xe8\x69\x19\x90\xb6\x27\xf8\xdb\x36\xe9\x5e\xb4\x94\x19\xf4\x96\x88\x09\x53\x30\x2f\xe5\xd4\x25\x80\xd6\xde\x9a\x52\x4e\x8f\x61\xcf\xbb\x1e\xf8\xfe\x02\xdc\x78\xd3\x1a\x2d\xc5\xa7\xbc\xe3\xec\xea\x3f\x3b\x12\x0f\xc1\x68\x6f\xdf\x15\xae\xb5\x28\xa1\x54\x37\xf9\x1d\xa1\x9b\x1a\xdd\x28\xc2\x59\x3a\xe6\x28\x55\xaa\x83\xb7\x94\x55\x16\x97\xfc\x3d\x98\x40\xff\xf8\x80\xda\x86\xa0\x9d\x48\x1d\x18\x35\xab\x6f\x0f\xa1\xb5\xb6\xb6\xa9\x5f\xb3\x74\x1a\x51\x35\x08\xa3\xa3\x7d\x53\xe7\x76\xae\x4b\xea\x56\x94\x4c\xca\x60\x2b\x65\x3a\xcd\x25\xcf\xd2\x4a\x97\xa8\x7b\xc2\x5b\x80\x39\x08\x09\x62\xf1\x73\xae\x0b\xde\x31\xab\x93\xda\x82\xbd\x3c\x53\x1a\x4a\x58\x2d\xf0\x79\xd9\x69\x23\x75\x7d\xa8\xa8\x85\x59\xa5\x6b\x21\xed\x54\xe8\x4d\x36\xe0\xfb\xd3\x52\x14\x29\x37\xc5\xed\x87\x4d\x7a\x43\x96\xe8\xe8\x75\xb9\x64\x7b\x60\xa3\x3b\x5e\x52\x1c\x07\x38\x81\x11\x70\x38\xa7\x78\x23\x56\xfb\xba\xce\x06\xb2\xe6\xcc\x5f\x33\x74\x59\x5e\xd6\xeb\x28\xb3\x4b\x97\x65\xe1\x1b\x45\xe1\x3a\x2f\x89\xaf\xd0\x38\x1d\x3b\x4b\xe0\xea\xa2\x3c\x95\x4e\x95\xb9\x24\x19\x7f\x55\xaa\x15\xaa\x14\x96\x60\x8b\x23\x3c\xa5\xbb\x22\xab\x46\x08\xc7\x21\x18\xcf\x95\xde\xf4\xed\x42\x03\x59\x7a\xc8\x6e\x92\xb4\x31\x35\xa2\x28\x14\x98\x61\xc4\x1e\xd0\x9d\x01\xdd\xd4\xaf\x71\xeb\xa4\x65\x45\xf2\xfd\xec\x27\xb0\xd8\xfc\x8c\x02\x6e\xd6\xc9\x7f\x0f\x21\xf3\x51\x90\x52\xcc\x0f\x63\xb9\x5d\x94\x4f\xa1\x10\x05\xf4\x90\xa8\x03\x4b\x8d\x19\x57\x49\xe0\xf7\x8e\xe3\x83\x0c\x0b\x50\x68\x2c\x44\x5a\xaf\xaf\xb4\x49\xea\x0a\x32\x24\x06\x45\xd3\xc8\x49\x32\x88\xd0\x1d\x8a\x64\x34\x80\x3e\x4a\xb5\xd8\xa0\x5b\xbd\x02\x55\xeb\x06\x04\x69\xb0\x6b\x90\x9f\x42\x67\x13\x9b\x71\xd5\xa5\x8d\x10\x85\x55\xa7\x2d\x72\xc1\x44\x24\xc8\x6c\x4b\x46\x90\xa6\x54\x92\xc2\x49\x69\xe5\x54\xd4\x62\xe0\x38\x49\x79\x3e\xbf\x80\x2e\x55\x17\x7c\x6e\x64\xa4\x12\x16\x07\x8f\x22\x22\xb8\xdb\x93\x30\x8d\x10\x08\xf4\x0d\x24\xf2\x04\x50\xba\x61\x1c\xf3\x34\x5b\x7b\xe1\x58\xd5\x18\x64\x34\xc2\xf8\xa0\x8e\x5e\x40\xf0\xeb\xf9\x27\x23\x7b\x2d\x80\x05\x03\x43\xe0\xc8\x13\xcb\x24\xce\xd6\x69\xf9\xca\x46\x71\xab\x4e\x40\x29\x6c\x98\x81\x3f\xa7\x38\xfc\xcf\x5f\xcf\x3f\xd5\x73\x5b\x85\x6c\x7d\x53\x4c\x4d\x62\xd6\x37\x14\x5a\x34\x53\x4b\x99\x05\x24\xc9\x0c\x91\xbd\x33\xdf\x68\x68\xe9\xa6\x74\x21\xa8\xa5\x1f\x7d\x86\xba\x5a\xdc\x2a\xf9\x97\x23\x47\x28\xa0\x24\xca\x08\xb2\x1c\x8f\x33\xa9\x10\xd8\xd4\xa2\xa3\x99\x14\xe3\x16\xd1\x8e\xfd\x15\x98\x5b\x62\x53\xab\x45\x5c\x73\x50\x47\xfa\x74\x20\xac\x56\xd1\x72\x6e\xe4\xa9\x24\xd1\x74\x08\x56\xf2\x7c\x20\x3c\x88\xf0\x38\x46\x01\x62\x0c\xd2\x83\xf0\xc9\x39\x40\x81\x17\x73\x86\xa2\x6d\x81\x93\x25\x28\xc0\xba\x30\x3a\xd8\x41\x0a\x03\x8e\x28\x3b\x05\x42\xeb\x58\x04\xd9\xae\xbc\xae\x97\x04\x25\x14\xdd\x09\xaf\x2f\xcb\x5d\x02\xa5\xd7\x60\x0f\x93\x44\xa6\xf7\x26\x15\xb6\x24\x6a\x11\x1a\xc8\xac\xac\x8c\x0b\x54\x0a\x4d\xb2\xf8\xff\xfe\xcf\xff\x65\x82\xc6\x4c\x47\xad\x72\x1f\xcf\x4b\xe8\xaa\x22\x6f\xbd\x58\xb5\x56\x8b\xb9\x8d\xe0\x2d\xc0\x71\x28\x0d\x6f\x7c\x6b\xc8\x09\x33\x65\x5e\x40\x02\x69\x66\xa5\x33\xc1\xa9\xf2\x47\x95\x0a\x54\xe2\xcf\xcf\x01\xe4\xc0\x1d\x60\x79\x06\xd1\x00\x11\x22\x51\x60\x6a\xf2\xd5\x40\xe5\xd8\xaa\xd3\x56\x99\x8c\x00\x27\xb7\x88\xef\x10\x55\x5b\x5e\x59\xdb\x2b\x61\x16\x7d\x2e\x63\x60\x18\x87\xf9\xef\x6e\x1c\xaa\x5f\xed\xb2\x5d\x8a\xde\xeb\xc7\xd4\x1a\x2f\x90\xad\xc8\x73\x2c\x17\x70\x4a\x37\x75\xe7\x79\x69\x94\x12\x26\x45\x7b\x72\x67\x5a\x38\xb9\x82\xcb\x94\x52\x5f\x6b\xc9\x09\x10\x4a\x05\xa3\x07\xb3\x9f\xb3\x29\x98\x57\x9b\x53\x71\x74\x00\x1c\x7e\x40\xb1\xb2\x95\x50\xdd\xd4\x24\x06\x5c\x8a\x3c\x8f\x6b\xf5\xf1\x4a\x3d\xa2\x76\x31\xe5\x8d\x95\xf7\x61\xb2\x2b\x5b\xa0\x61\xbd\x14\xf7\xf1\x42\x43\x71\x58\x88\x0c\x70\xa2\x8f\xd5\x3d\x9d\xc8\x8a\x3a\xbf\x27\x17\x99\xa0\xbd\x5b\x60\xc6\xed\xbe\x96\xda\xc8\xba\xb5\xac\xec\xa1\x4b\x23\x24\x6c\x78\x83\xed\xf6\x84\x79\xcf\xa1\x8d\xa3\xab\x6d\x97\x00\x5b\x4c\xf7\x16\x7f\x44\xa1\x61\x55\x8d\xc0\x24\x8b\x19\x32\xa7\xa2\xa8\x51\x03\xa2\xe7\x7a\x56\x13\x38\x9e\xeb\x73\x92\x92\xa7\x80\xa7\x30\x52\xcd\x01\xa4\x48\x9d\xd1\xd5\x43\x5d\x34\x23\x32\x84\x63\x36\xc6\x95\x36\x64\xf0\xa5\xf3\xc7\xa7\xaa\x04\x73\x86\x03\x4a\x18\xd9\x72\xe0\x04\x1c\xdf\x21\x30\xc6\x54\xde\xb6\x74\xd0\xdb\x6a\xa7\xba\xa0\x93\x99\xd3\xb2\xe8\x5c\x32\x94\xab\x43\x8b\x8c\x59\xe6\x25\xad\x61\x57\xe9\x1e\xe4\x9a\x69\xee\x0c\xba\x34\x8b\x96\x4d\xff\xd2\x8e\xb5\xa4\x3d\xf3\x8d\x4f\x12\x7d\xa9\x4a\x94\x22\x02\x7b\x48\xf4\xb5\x6a\x24\x53\xf9\x82\xbe\xe8\x2f\x3e\x19\x11\x5d\x11\xcb\xd5\x63\x38\xe9\xac\xf7\x90\x8b\x80\x26\x2b\x98\xaa\xc8\x42\x84\x79\x7b\xb4\xdf\x20\xaa\x22\x3d\x81\x10\x46\xf2\xb0\x94\xd4\x12\x81\x42\xa2\xac\xa0\xa9\x27\x08\x14\x0f\x39\xb2\x8b\xa6\xb0\xd1\x2b\xc2\xac\xe6\xb0\xd1\xbc\xd8\xda\x16\x3e\xa5\xa2\x13\x31\x03\xe5\xe2\x40\x96\x86\x51\xb1\x08\x91\x02\xcf\x14\x25\xeb\x45\xee\x1c\xde\x0a\xb3\x1a\x91\x7b\x00\x15\x2b\xd9\x11\x33\x3d\x7d\x87\xf9\x9a\xbc\xc0\xb3\x39\x64\x87\xd1\xd4\xd4\xe0\x04\x9c\xb7\xf0\x94\x03\x36\xf1\x53\x5c\xaa\x5d\x53\x7c\x49\x2e\x8e\xd5\x45\x04\x6a\x75\x18\x45\x16\x21\x33\x7b\x78\xa4\xab\x27\x04\x16\x5b\x78\x64\xde\xbb\xdd\xcb\xb4\x1a\x49\x3e\x81\x73\xc4\x3f\x8e\xe7\xb9\xa1\x53\x9e\xca\x0c\x4a\x73\xeb\x03\xf2\x70\x27\x03\xcd\x37\x0a\x26\x6c\x3c\xcf\xf3\x3a\x15\xf7\xa1\x4d\x8f\xf1\x35\x9b\x19\x72\xfe\x6f\xc5\x22\x38\x1f\x54\x65\x05\x65\xd8\xa8\x32\x80\x59\x0f\x2d\x43\x53\x6e\x08\x9a\x8d\x7f\xfd\x1e\xf1\x23\xc2\x47\x8a\xf4\x31\xc6\xcd\x01\x40\x99\x01\x3b\x94\x63\x77\x41\xbf\x20\xad\x10\xca\x58\x97\x44\x56\x8f\x96\xe6\xf1\xa1\xbc\x3b\xca\x88\x29\x6d\x28\x6a\x05\x6a\xf9\xf2\xa0\x88\x31\x7b\xe1\x91\x8e\x4a\xf2\x17\xc8\x33\x49\x09\x25\x77\xca\xee\x26\x88\x6e\x09\xdd\xc3\xec\xba\x1b\xb2\x55\xd2\xcd\xd2\x7c\xcd\xa2\xd7\x8a\x23\x65\x60\xe9\xb4\x31\xde\xac\x5f\xb3\x5e\x19\x89\x1f\x77\x2a\xa2\x21\x34\x73\xac\x15\x85\x1b\x97\x85\xbf\x4d\xa3\xe8\x30\x28\xee\x9b\xd0\x1e\x8e\x6c\x01\x34\x15\x4b\x4a\xd3\xa8\xf3\xcb\xd5\x5a\x7a\x46\x19\x19\xe5\xce\x42\xee\x6c\x65\xb3\xa7\xce\x9c\xb2\xef\x85\xda\x55\x02\x06\x35\x57\x46\x88\xca\xab\x5c\xc2\xc2\x1d\x07\x3b\xb4\x87\xec\x14\xb0\x34\xd8\x01\xc8\x6a\xae\x5b\x05\x10\x59\xfb\xd3\x2c\x67\xa1\x26\x11\x34\xf7\xf5\x36\xa8\x3b\x4a\x93\xa3\xe4\x18\x73\x43\x30\xda\xe8\xbb\x6b\x77\xd2\xd7\x6b\x25\x0f\x24\xd5\x47\x1e\x85\x9f\x11\x53\x44\xed\xfc\xc1\x88\x15\x85\xbe\xf8\x36\x26\x19\xc9\x2a\x56\x1d\x8a\x11\x8d\x15\x84\x0e\x6e\x73\x28\xa3\x19\x08\x51\x4c\xb8\x8e\x9d\x0b\x66\xe5\x08\x55\x2c\x93\x34\x98\x3a\xc3\x54\x2c\xaf\xa0\x4c\xc1\x0b\x91\x8b\x11\x2b\xa5\xad\x81\x72\x5e\xa7\xd9\x9c\x36\xd4\x42\x9f\xb1\xc1\xa1\x8e\x43\x34\x6d\x6a\xfa\xde\xc8\x8e\x04\xcf\xd9\x34\x83\xb7\x82\x02\x5e\x8c\x77\xac\x17\x3c\xa5\x11\x32\xac\xa5\x19\xb2\xab\xc3\x36\xd9\x85\x2e\x12\x85\x40\xab\xfc\x18\x94\xf7\xfe\xc9\x3b\xa1\x4f\x01\x23\x26\x8d\x4c\x48\x56\xc0\xc9\x2c\x19\xa1\xea\x88\x0f\xcc\x89\xd5\x57\x9e\xa1\x26\x45\xd0\xcd\x74\xa8\xd7\x61\x2d\x7b\xbc\x1c\x50\x9f\xb0\x31\x48\xd4\x95\xbd\x8a\x2d\xa1\x7a\x33\xb5\x6d\x00\xa6\x32\xf0\x9a\xa9\xc0\x2b\xcb\xf5\x19\x37\xef\xa8\xcd\xa1\xdc\xb2\x09\xd3\x84\xa5\xaf\xc4\x51\xb6\xe6\x29\x0e\x8a\x87\xc6\xfa\xaa\x3a\xef\x65\x15\x4b\x02\xf9\x4e\x2e\x7a\xf4\x9a\x57\xdb\x81\xa2\x1c\x5a\x35\x23\x34\xbf\x97\x4a\x2b\xd7\x1e\x26\x4c\x47\xa1\x72\xc9\x9a\x44\x30\x40\x7b\x31\xbc\x79\xb0\x2f\x77\xd5\xf6\x3a\x6c\x12\xe3\x4a\xf1\x2d\x8e\x61\xb4\x16\x2d\xfe\x53\xfc\x75\x71\x2a\xfe\xfe\x46\xfe\xfd\xa2\xb6\xd7\x6e\x08\x45\xe2\x5c\x56\x88\x12\xb4\x97\x47\xa4\xf5\x1d\x85\x06\xb3\x29\x16\x77\x61\x76\x4c\x09\x04\x29\xa5\x39\x13\xa7\x8a\x6f\xc9\x5a\xfd\xab\x0c\x0e\xf2\x71\xd8\xc3\x24\x91\x07\xf7\x05\xef\x9e\x82\x91\xa7\xc2\xda\xec\x4e\x89\x45\x05\x23\xad\x50\x16\x00\xb4\x70\x67\xbe\xdc\xf0\xff\x03\x00\x00\xff\xff\xd3\xd9\x57\x62\x96\xba\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYaml, - "Template.template.openshift.io/openshift/rhpam75-managed.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-managed.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xed\x92\xdb\xb6\x96\xe0\x7f\x3f\x05\xd6\x35\x5b\x4e\xaa\x5a\x6a\xb7\x73\x63\x7b\x34\x73\x6f\x15\x5b\xa2\xbb\xe5\xb4\x3e\x2c\xaa\x93\x78\x6e\xdd\x52\x20\x12\x92\x70\x4d\x11\x34\x00\xb6\xdd\x93\x71\xd5\xbe\xc6\xbe\xde\x3e\xc9\x16\xbe\x48\x90\x04\x3f\xd4\xb6\x13\x6f\xcd\xfa\x47\x62\x8b\x07\x07\xe7\x0b\xe7\x1c\x00\x07\x00\x4c\xf1\xcf\x88\x32\x4c\x92\x11\xe0\xe8\x98\xc6\x90\xa3\x21\x49\x51\xc2\x0e\x78\xc7\x87\x98\x9c\xdf\x5d\x3c\x7a\x87\x93\x68\x04\xd6\xfa\xf3\xa3\x18\x6e\x51\xcc\x46\x8f\x00\xa0\x87\x14\x1e\x47\xe0\xf1\x8b\xe1\x8f\x8f\x1f\x81\x1c\xc1\x48\x7d\x78\xf1\xe3\x20\xa5\x24\x1a\xe0\xe3\x31\xe3\x70\x1b\xa3\xc1\x3b\x8c\x18\xa2\x77\x88\x0e\xe0\xf1\xfd\xa3\x23\x62\x0c\xee\xd1\x08\xfc\xd7\xe0\x11\x00\x1e\x48\xd0\x07\x90\xc3\x82\x15\x8a\xc0\x35\xe4\x60\x49\x49\x88\x18\x03\x5e\xc6\xc9\x11\x72\x4c\x12\x30\x83\x09\xdc\x23\x0a\x7e\x9a\xfa\x40\xe1\x03\x07\x78\x87\xc0\x16\xa1\x04\x84\x14\x41\x8e\x22\x80\x13\x70\x4f\x32\x0a\x52\x4a\xfe\x89\x42\x3e\x7c\x04\xc0\xfa\x80\x40\xc6\x10\x4d\xe0\x11\x9d\xa7\x90\xb1\x0f\x84\x46\x60\x47\x28\x80\xa1\xe8\x03\x27\x7b\xc0\x0f\xc8\xc6\x8b\xd9\xa3\x47\x40\xfe\xb9\xd5\x0d\x47\xe0\x5f\x7e\xff\x69\xea\x6f\x02\x7f\xf5\xb3\xbf\xda\xdc\x06\xfe\xea\x93\x06\x59\x6a\x94\x15\x90\xe5\x2f\x93\x4f\x02\xcb\x32\x46\x90\x09\x2a\x01\xcb\x28\x02\x9c\x68\x5a\x65\x9f\x0c\x85\x14\x71\x20\x7a\x88\xc0\xe3\x52\xfb\xeb\xf5\x7a\x19\x6c\x02\x7f\xbc\xf2\xd7\x9f\x1e\x83\x90\x24\x1c\xe2\xc4\x10\xeb\x00\xfd\xc9\x7f\x1b\xac\x17\x2b\xff\x13\xd8\xe1\x18\x31\xc1\xb3\x62\x53\x30\x25\xda\x31\x14\x0a\x0a\x04\x26\x94\xf0\xe1\xa3\x23\xe2\x30\x82\x1c\x0a\x9d\xc2\x24\x21\x5c\xca\x59\xaa\x18\x80\x08\xb1\x90\xe2\x94\x4b\x1b\xf1\xd2\x34\xc6\xa1\x52\x83\x51\xb7\x92\x60\x62\xe9\xce\x16\x60\x02\xa0\xd0\x41\x94\x85\xa2\x91\x96\x14\x4a\xee\x30\x25\xc9\x11\x25\x1c\xe0\x84\xa3\x3d\x95\x3a\xfb\x80\xf9\x01\x78\x21\xc7\x77\x68\xf6\xe6\x4c\xe2\xed\x36\x03\x8d\xf2\xc5\xf0\x47\x30\x00\x13\x94\x52\x14\x0a\x64\xf2\x67\x1c\x92\x64\x1c\x43\xc6\x46\xf2\xaf\x83\x7f\x6e\x09\x63\xf2\x4b\xc9\xc6\x23\xcc\xd2\x18\xde\x0f\x94\x7e\x7b\x58\x9e\xe8\xac\x60\xb7\x95\xbd\x12\x4f\xf5\xae\x53\x4a\xee\x70\x84\xe8\xc0\x49\xc3\x19\x98\x26\xe1\x50\xb6\xe2\x70\xcf\xf4\xc0\x3a\x4b\x15\x65\x4a\xc4\x67\x92\xa9\xb3\x7c\x6c\x9d\xe5\x84\x9d\xb1\x67\xf8\x4c\x8c\x34\xd9\xde\x39\xba\xb7\x38\x89\x04\xe8\x08\x3c\xde\xc1\x98\xa1\xc7\x2d\xb0\x11\x09\x33\xc1\x92\x14\xc5\x20\xa3\xf1\x08\x1c\x38\x4f\xd9\xe8\xfc\x5c\x8d\x9f\x21\x45\xd1\x01\xf2\x61\x48\x8e\x65\xe0\x73\x94\x0c\x32\x76\x4e\x51\xb4\x39\x40\xbe\xd1\xe4\x6f\x60\x2e\xd8\xcd\x51\x09\xf6\xfc\xc5\xf0\xc7\xf3\x03\x3f\xc6\xe7\x11\x4a\x63\x72\x8f\x93\xfd\x06\x6e\xba\xdb\x6d\x5e\x0c\x7f\xdc\xe4\x7c\x6f\x94\x20\x36\x96\x1a\x36\x24\xc9\xd1\xe4\x4c\x6d\xf4\x50\x42\x74\x23\xd8\xdd\x11\x7a\x3c\x6f\xe1\x3f\x26\xc9\x7e\x50\x1a\x0d\xeb\x03\x66\xc5\x30\x88\xd0\x0e\x27\x88\x01\x8a\x18\xc9\x68\x88\x18\x48\x10\x8a\xb4\x25\x02\x35\x4a\x9c\x56\x03\x68\x96\x70\x7c\x44\x25\xbb\x69\x37\x7e\x8d\xd3\xb2\xc7\x33\x80\x93\x30\xce\x22\x31\xbe\x21\x50\x14\x0c\x38\x19\xe0\x23\xdc\x23\xf0\x5d\xf0\x6c\xfa\x3d\xd8\x66\x38\x8e\x00\xd9\x29\xcf\x28\xbd\x41\x88\xd8\x19\x80\xc5\xa8\xd6\x88\x95\xf8\x25\x21\x21\x49\x76\x78\x9f\x51\xf9\xf9\xcc\xf8\x0e\x98\x08\x17\xab\xff\x21\xcc\x00\x84\xe4\x78\xcc\x12\xe3\x1c\xc4\xf7\x54\x44\x16\x26\x5c\x8c\xc6\x7a\x47\xe2\xec\x28\x3d\x1f\xe3\x84\x22\x20\x7c\x0e\xe0\x07\xc8\xa5\xa4\x98\xfc\x90\xd1\x3b\x7c\x27\x61\xa0\x90\x24\x87\x94\x0f\xf3\xd8\x63\x4b\x45\xe3\x5c\xa4\x28\x09\x84\x8a\xc0\xd8\x68\x13\x2c\xb5\x36\xc1\x9d\x8a\x6d\xe0\x87\xe1\xc5\xc5\xd0\x72\x0e\x80\xe1\x24\xac\xc5\x18\x8d\xd1\x31\xde\x0d\x9e\x17\xc3\x1f\xff\x4d\x08\x84\x89\x21\x0b\xb2\x3c\x62\x18\x44\x97\xe2\x27\xa7\xa6\x16\x29\xa2\x90\x13\x3a\x6c\x31\x30\x96\xa5\x29\xa1\xbc\x63\x68\x49\x04\x77\x26\x68\x9b\xd8\xab\xdc\x46\xaf\xb8\xab\x80\x59\x0a\x43\x34\x2a\x9c\xd1\x23\xb2\x15\x71\x92\x8d\x1e\x0d\x80\x9d\x15\xdc\x5d\x3c\x02\x40\x65\x00\x81\x32\x18\x2f\x0c\x49\x26\x75\x6a\xc7\x0d\x00\x8a\xbc\x40\xfc\xb1\x6c\x4a\xc4\x43\x6f\xb9\xbc\x99\x8e\xbd\xf5\x74\x31\xdf\xcc\xbd\x99\xaf\x62\xa6\x09\xa8\xb5\xaf\x05\xc9\xcd\xe4\xac\x48\x8c\x2e\x71\x22\x2c\xfe\x0f\xa2\x65\x80\x22\x2c\xf8\xa6\x24\x46\x2b\xb4\x1b\x59\xed\xf4\x17\x96\x19\x29\x02\x30\x68\x12\xdb\x67\xf2\xad\xf1\xd5\x78\xae\x45\xee\x6a\xec\x8e\xe3\x6a\x7a\xf3\x01\x6d\xf5\x5f\x9f\x30\x20\x6c\x8f\x0d\x1f\x2a\x3e\x60\xfc\x49\x17\x5f\x7d\xf9\x07\x80\xa5\x28\x54\x34\x48\xd2\xd4\x5f\x07\xba\xb1\x18\x1f\xba\x63\xf1\x75\x04\x5e\x3e\x7d\xf9\x54\xff\xc0\x21\xdd\x23\xbe\x2c\xff\x6c\x37\x64\xe5\x96\x7f\xf9\xcb\x0f\xae\x96\xe6\x67\x86\x62\x14\x72\x42\x47\x35\xe7\x38\x96\xbe\xb1\x0f\xc7\x4c\xe4\x97\x24\xf1\x76\x3b\x9c\x60\x7e\x3f\x02\xe3\x18\xa3\x84\x4f\x97\xae\xaf\x1a\xad\xee\x2e\xd4\x90\xe6\xdf\x00\x88\x60\x41\x32\x1e\xa0\x90\x24\x11\x1b\x81\x1f\x9e\x3f\x7d\xfa\xe5\xed\x45\xa4\xcb\xaf\xaf\x28\xc9\x52\x06\x52\xe1\xe9\x84\xb4\xa4\x07\x0e\xe3\x8c\x71\x44\x71\xb2\x1f\x96\x75\x3f\x84\x71\x7a\x80\xc3\x77\xd9\x16\xd1\x04\x71\xc4\x84\x5b\xe3\x24\x16\xbe\x0f\x0d\xb2\x84\x22\x18\xdd\x0f\x50\x12\xa5\x04\x27\x9c\x8d\xc0\x63\x4e\x33\x9d\x74\x7c\x03\x36\x37\x48\x95\x2f\x29\x0c\x4f\x73\x3a\x5d\x8e\xc0\x9c\x24\xa8\xc9\x18\x75\x3b\xcb\xa4\x5e\xbe\x7c\xe9\x32\x29\xf3\xf3\xe7\x9a\xd4\x57\x51\xf6\x96\x92\x77\xd2\x13\x88\x08\x47\x62\x15\xe4\x5f\x93\x98\xbc\xc3\x50\xf2\xf5\xb5\x9c\x83\xc9\x51\x9b\x55\x04\x8f\xef\x07\xff\x54\x94\x74\x39\x86\x32\xa8\xa5\x92\x8b\xe7\x17\x2e\x95\x98\x9f\x1f\xa6\x12\x41\xfa\xd7\x55\x86\x37\x7b\xb3\xfc\x06\xa4\x0f\x8f\xef\xd3\x3e\xa2\xd7\x70\x85\xdc\x7f\x7c\xfe\xe2\x99\x43\xee\xf9\xcf\xdf\xb4\xdc\x83\xe0\xe6\x1b\x91\xfd\x80\xb1\xb8\xaf\xfc\x35\x6c\x49\x07\x2e\xdb\xcf\x7f\xfe\x56\x75\x30\x7b\xb3\x5e\x7f\x03\xf2\x3f\xbe\xe7\xbc\x8f\xec\x35\x5c\x21\xf7\x8b\x97\x2f\x5d\x99\x45\xfe\xf3\x37\x2d\xf7\x6f\xc3\xf6\x85\x4c\xfb\xda\xbe\x05\x5b\x0a\xc5\xce\xec\xee\x5b\xd7\x41\xb0\x5e\xcc\xbe\x05\xc7\xcf\x38\x39\xf6\xf2\xfc\x06\xb0\x10\xfd\xf3\x8b\xe7\x17\x2e\xd9\x17\xbf\x7f\xdb\xc2\xff\x36\x46\x80\x94\x6b\xdf\x21\x60\x03\x97\x15\xe1\x0a\xc2\xc5\xef\xdf\xaa\x22\x16\x29\x4a\x7e\xc1\x14\x59\x7a\xa8\xce\x36\xca\x8b\x94\x28\x45\x49\x84\x92\x10\x23\x36\x02\x4f\xfe\xfe\xfb\x63\x21\x9b\xc7\x23\xf0\xb8\x2d\xb8\x3e\x3e\xcb\xe7\x56\x8f\x05\xf1\x02\x5e\x93\xff\xf8\xd3\x59\x37\x0e\xe1\x78\x1e\x9f\xb5\xb5\x2d\xf0\xb7\xaa\xd9\x89\xe4\x1f\x4f\xfe\x54\xfb\xe3\x61\xaf\xe1\xaf\xc0\xca\x36\xf7\xbc\xc1\xe6\x9e\xff\xbf\x61\x73\xdf\x05\xc1\xcd\xf7\x5f\xcf\xf2\x78\xf8\xd9\x86\xa7\x8c\xf7\xf3\x0c\xaf\xdb\x78\x3b\x8d\xf6\xf3\x99\x10\x2e\xeb\x4b\x30\xd2\x8d\xa7\x83\x19\x85\xa0\x85\xa1\x3f\x7f\x34\xf6\x8d\x05\x05\x68\x79\x54\xbe\x68\x18\x95\x2f\xbe\xc5\x51\x29\xa0\xb7\x90\xa1\xf2\x3a\xe5\xd7\x8a\xc8\x29\x61\x7c\x4f\x11\x7b\x1f\x77\xa8\xa2\x04\xd8\xa0\x09\x3d\xf7\xfa\xcb\x0f\xce\xf9\xaf\xf9\xf9\x61\xf2\xb6\xfa\x77\x88\x1d\x47\x5d\x2b\x5d\x7a\xf9\xd4\xac\xa4\x67\xfc\x74\xed\xc8\x56\x72\x3d\xb0\x58\x51\x7e\xc2\xd4\x66\x90\xf1\x93\xba\xdd\x01\xa6\x94\x7c\xbc\x1f\x52\xd1\x84\x56\xb6\x20\x61\x0c\x13\xa1\x0f\xb5\x67\xf5\x95\x14\xeb\x5a\x0b\x34\xfb\x57\x83\xfe\x0b\xd1\x07\xc2\x78\x65\x7b\xff\x7a\x11\xac\x45\x13\xb9\xf9\xfe\x29\xb7\x82\x91\x43\xe7\xf9\x9a\x35\x27\xe6\xf3\x03\x77\x02\xfa\x29\x98\x7d\x3d\x0d\xb3\xb2\x8a\xbf\x81\xc5\xdb\x93\xf4\x14\x74\x2b\x4a\xed\x11\xf0\x82\x2b\x8e\xe8\x11\x27\x9a\xab\x14\x32\xc6\x0f\x94\x64\xfb\xc3\xd7\xd5\xa8\xb5\x9c\x39\xd0\xeb\xb2\x5f\x4c\xab\xde\xec\x4d\xbe\xbe\x5b\xf8\xe8\xaf\x1f\xdb\xdc\x3c\x15\xda\x3b\x5d\xe8\xd5\x38\xd3\x1d\x47\xcd\x12\xf1\x89\xaa\x28\x62\xea\x97\x53\x81\xc6\xf9\x87\xab\x40\xf7\x3b\x40\x1f\x39\xa2\x09\x8c\xff\x70\x1d\x18\x61\x36\x26\x0e\xd3\x23\xdc\xa3\x80\x53\x04\x8f\x5f\x62\x8b\xf7\x8b\xbb\x9c\x46\xc2\x2f\x33\x1c\x47\x2a\x7e\xf7\x31\x8e\xbc\x1e\xc0\x31\xaf\xf8\x00\x31\x1f\xec\x08\x1d\xc8\xcd\xb3\x3f\x74\xcb\x2c\x07\x66\x43\xf5\xeb\xf0\x1d\x46\x43\x42\xf7\xe7\xef\x30\x1a\xe8\x40\xd3\x19\x8a\x1e\xe4\xc0\x49\xc6\xd3\xac\xf0\xcd\xa4\x48\xff\x6b\x96\xb1\x86\xfb\xfc\x63\x8f\x6e\x46\x42\xd0\x4c\xad\xd3\xaa\x94\x23\xdf\x68\x25\x09\x47\x1f\xf9\x04\x53\x81\x62\xbc\x98\xaf\xfd\x5f\xd7\x9b\xc9\x34\x2f\xf0\xdb\x63\x5e\xd0\x41\xd1\x4e\x80\x05\x8b\xdb\xd5\xd8\xdf\xac\xfc\xe5\x22\x98\xae\x17\xab\xb7\x9b\x95\xff\xea\x53\x0e\x95\x51\xec\x86\xba\x5d\xdd\x18\x28\x7e\x9f\xa2\x11\xb8\xc2\x9a\x26\x4e\x21\x47\xfb\x7b\xd3\x93\xa2\x31\xa8\xfc\x2a\x8b\xcc\x8a\x7f\x98\xb4\xdf\x8a\x77\x82\x7e\x6f\x3a\xf7\x57\x9b\x89\xbf\xbc\x59\xbc\x9d\xf9\xf3\x75\x0e\x0f\xc0\x1d\x8c\xb3\x6a\x31\xa3\xab\xc9\xa7\x5a\x1f\x33\xef\x67\x7f\xbe\x99\x4d\x57\xab\xc5\x4a\xb0\xe1\x42\x5a\x85\xa9\x63\xf1\x56\xeb\xe9\x2b\x6f\x2c\xe5\xeb\xc2\x60\x7f\x2f\x5a\xef\x08\x0d\xd1\x32\x8b\xe3\x11\x10\xc3\xa0\xf8\x9d\x92\xe3\xc8\x42\xd3\x6a\x24\x85\x99\x58\xbc\x4f\x67\xde\x95\xbf\x09\xd6\x2b\xdf\x9b\x29\x93\x19\xfd\xcb\xef\xa5\x1f\xd7\xde\xd5\xa7\x0a\x0e\x5d\x44\x53\x01\x14\xad\x83\xa5\x37\xf6\xcb\x0a\x0e\x8a\xfc\x96\x53\xbc\xdf\x23\x9a\xcf\x14\xf6\x98\x1f\xb2\x6d\xc1\x80\xaa\x06\x15\x88\xaf\xa6\xeb\xeb\xdb\xcb\xcd\x2f\xfe\xe5\xf5\x62\xf1\x93\xa9\x02\xad\x1a\xce\x75\xb6\x35\x98\x50\x82\x28\x0e\x9d\xa8\xfc\xb9\xbf\x9a\x8e\xdb\x71\xa9\xe6\x1a\x99\xac\x1d\x1b\x1f\x60\xb2\x47\x23\xf0\x7b\x19\x72\x5a\x7c\xd3\xd0\xea\x77\xe5\xf4\xf4\x87\x46\xff\x38\xa9\x4c\x72\xfe\xbf\x93\x04\x0f\x70\x92\x14\x49\x66\xd8\x08\x3c\xd3\xff\xbe\xc3\x42\xd4\xd7\x98\x71\x42\xef\x6f\xf0\x11\xf3\x11\xb8\x78\xfa\x19\xf3\xcc\x4a\x15\x4b\xc5\x0b\x51\x12\xc7\x38\xd9\x2f\x21\x85\x47\x56\xd8\xdc\x11\x7e\x0c\x32\x2a\x8c\xe6\xe2\xe9\xd3\xff\x69\xff\x7c\x9b\xc0\x3b\x88\x63\x55\x72\xfa\xb4\x64\x50\x2b\x85\xeb\x91\xad\x6a\x83\xb2\x6c\x1b\x75\xad\x9e\xa0\xd9\x87\xb2\xfe\x00\xbb\xf8\xa2\xb6\xd1\xdf\x3e\x64\xb7\xb9\x8d\x00\x1d\xd8\x64\x65\x24\xb3\x23\x46\x29\x80\x14\x8e\xf9\x97\xc5\xea\xa7\x4b\x7f\x3e\xbe\x96\x9e\x71\x3a\xf6\x65\x17\x16\xa0\xe5\xa4\x2f\x6f\x83\xe9\xdc\x0f\x82\xcd\xd8\x9f\xaf\x57\xde\x8d\x69\xf2\xc9\x81\x57\xf8\x5a\x6f\x32\x9b\xce\x65\xcd\xbc\x1b\x5f\x19\xa6\x1d\xcb\xf2\x97\x49\x17\x12\x59\x79\xef\xc6\xa1\xbd\xfe\x6c\x31\x71\xb2\x36\xf1\x7f\xf6\x6f\x16\xcb\x4a\xcc\xb4\x11\xcc\x2e\x7d\x6f\x1e\x34\x53\xa0\xbe\xbb\xba\x9f\xac\x16\x8b\x9b\xc0\x50\xf0\x6a\x7a\xb3\x16\xa1\xf7\xc6\x0b\x02\xbf\x01\x5f\x5b\x0b\x57\x0f\xcb\xd5\x62\xe6\xaf\xaf\xfd\xdb\xbc\x8d\x4a\x64\x02\xef\xf2\xc6\x6f\x90\x5a\x7b\x9b\x0e\x31\x5e\xbe\x5d\x7a\x41\xb0\xf1\x6e\xd7\xd7\x1d\xda\x6d\x68\xd0\x81\x7f\xea\x20\xfa\x55\x25\xe4\x8b\x3f\x3b\x8c\xe2\x28\xaf\xcc\xac\x7d\x59\x42\x7e\x18\xe5\xce\x64\xa8\x7c\xc8\xdf\x9f\xf4\x1a\xa3\x4f\xfe\xd1\x4e\xe2\x6a\x71\xbb\x6e\x1e\x2a\xbd\x97\x9a\xba\x7a\x58\x99\x21\xe6\x16\x71\x1d\x39\x3b\x42\xca\xd5\xba\x5b\x3b\xfa\x5e\x7a\xeb\xa1\xab\xd6\x71\x69\x1f\x89\x69\xc5\xd2\x91\xbd\x3e\x24\x7f\xad\x66\xb0\x32\x19\x77\xe1\x5c\x5d\x2f\xbd\x99\xf4\x68\x67\xfe\xaf\x6b\x7f\x35\xf7\x6e\x1c\x48\x0a\xa8\x4d\x81\xaf\x5d\x3b\xa7\xb8\x4b\x37\xfa\xa5\xb7\xbe\x76\xe1\x3e\x3f\xc2\x3b\x94\x3c\x3b\xef\x8d\x48\x28\xf2\x04\xbf\xae\x5a\x9a\x46\xa7\xd0\x1b\x04\xbf\x2c\x56\x0d\x16\xd1\xd0\x8d\x69\xe4\xea\xc6\x28\xc4\xee\xc4\xe5\x1d\x8a\x49\x88\x06\xe9\x8b\xac\x3c\xa1\x71\x63\x2b\x4d\x68\x3a\xd0\xb5\xca\xd9\x01\xd8\x17\x71\xbb\x64\x1d\x80\x5d\xc3\xd6\x5f\x05\xd3\x60\xed\xcf\xc7\xfe\x66\xd2\x12\xd7\x9c\xe0\xce\x30\xe7\xad\x3d\x35\xed\x6d\x1e\x64\x4d\x76\xb4\x11\x8d\x2f\xbd\xa0\x41\x6c\x36\x1d\x8b\x60\x7d\xb5\xf2\x83\x37\x37\x9b\xc9\x65\xa3\x5d\x6e\x5e\xcf\x27\xd3\x2f\xc0\x93\x46\xb6\xf6\x5c\xb8\xac\x39\x87\x93\xa5\xd5\xf4\x67\xb7\x87\xad\x6c\x3a\xf5\x53\xd1\xd4\xbb\xf1\xc7\x4e\x97\x48\xe8\x7e\x78\xc0\x5b\x44\x13\x31\x59\x8a\x30\x14\x79\xff\x70\xa9\x3a\x09\xde\xdc\x4c\xd4\x2f\x8d\x84\xb6\x9b\xac\x5b\xf6\x4d\x71\x41\x61\x6c\xb7\x55\x37\xc6\x86\x10\xa1\x10\x9a\xcc\xf4\x7a\x11\x34\x44\x85\xce\xad\xbd\x36\xb4\xcb\xc5\xca\x89\xf6\xf1\x8f\x7f\xf9\xe1\x99\x4b\xc3\xeb\xe9\xac\x88\xcc\xd2\x78\x37\xf2\x04\xe6\x17\xa1\xad\x09\xf9\x66\xe5\xbf\x5a\xf9\xc1\xf5\x66\x3a\x5f\xfb\xab\x9f\xbd\x06\xbf\xd5\xbb\x79\x87\x83\xf0\x7f\xf5\xc7\xb7\xeb\xc5\x6a\xf3\x7a\xd6\xed\x1e\x6c\xe0\x13\xf0\x6e\xd6\x2b\x6f\x1e\x78\xe3\x75\x53\x96\xda\xdd\xae\xa3\x37\x01\xfc\xe6\xd6\xbf\x15\xec\xbf\xb9\xf5\x9b\xcc\xa7\xad\xc5\x09\x3d\x04\xcb\xc5\xbc\x87\x13\xab\x37\xe9\xdd\x87\x91\xc2\x09\x7d\x98\x26\x3d\xfa\xf0\xe7\x22\xfb\xdf\x04\xd3\xab\x79\x93\x79\xb5\xb5\xe8\xcd\xc5\x09\x1d\xd8\x0d\xfa\x73\xe0\xdd\x4e\xa6\xfd\x54\x6d\x37\xe8\x4d\x7f\x7f\xf4\x16\x7c\x0f\xec\x12\xee\x94\x41\xe1\x6a\xe4\xcc\x80\xdf\x14\xce\x6e\xe5\xbf\x9a\xfe\xba\x99\x79\xcb\xe5\x74\x7e\xd5\xd7\x63\xc1\xe3\xfb\x17\x7f\xf5\xf4\x89\xe6\x32\x6e\x6f\xf6\xa6\x23\x86\xd8\x10\x2e\xea\xc4\xf7\xf6\x98\x61\x43\x34\x62\x58\x2d\xd6\x8b\xf1\xc2\x69\x56\x45\xb1\x5a\xb5\x95\x54\x50\x83\x83\x2b\xbe\xbb\xfa\x2c\x1f\xbe\xaf\xac\x6b\x17\x99\x3a\xe2\xe1\x79\xb1\x4d\xaf\x96\x67\x07\xea\x64\x6c\x27\xd2\x4e\xfd\x57\x2e\x00\x68\x44\xd8\x2b\xbe\x17\xa0\xcd\x88\x7a\x87\xf6\x32\x78\xd7\xb2\xcc\xd5\xac\x6b\xbd\xa2\x09\xba\x03\x73\xb0\xf6\x56\xeb\xdb\xe5\x26\x58\xaf\xbc\xb5\x7f\xf5\xd6\x85\x3c\x3f\x52\x1c\x70\x48\x79\x96\x9a\xbd\x17\x07\xe6\xd7\x57\xab\xc5\xad\xe0\x6b\x3a\xbf\x6a\x35\xb8\x62\xb5\x7a\x32\x57\xe0\x0e\x6c\x8b\xa5\x3f\x0f\xae\xa7\xaf\xd6\x1b\x03\xd4\x63\x0d\xae\xc7\x79\xb6\x13\xfa\x69\x4c\x7d\x5e\xbe\x7c\xf9\xd2\x95\xfa\x04\x41\xcb\x9c\x49\x7f\x74\xe9\x44\x7c\x12\x74\x4c\x27\xe3\xc5\x7c\xee\x8f\xd7\xd6\x9c\xdd\x3d\x61\x58\x2c\xd6\xc3\x0f\xd0\xb5\x8a\x21\x70\xad\x7c\xef\x66\xd6\x4c\x85\xfc\xdc\x44\x87\xda\x09\xe9\xb4\xb3\x02\xb4\x09\xd1\xf8\x66\xda\x67\x9d\xa2\x00\x6d\x42\xd4\xee\x3f\x6d\x88\x26\x0c\xed\x03\xd3\x86\x68\xc2\xa0\x47\xd4\x26\x08\x6e\x36\x63\x7f\xb5\x9e\xbe\x12\x66\xe6\x6f\x7e\xf6\x6e\xa6\x13\x69\x6f\xcd\xb8\xbb\xdb\x36\xd2\xbd\x9a\xce\xc7\xd3\xa5\x77\xb3\xf1\xd6\xeb\xd5\xf4\xf2\x76\xdd\x22\x04\x07\xb0\xd3\x55\xd9\xa5\x3f\xdd\x9e\xaa\x5e\xd0\xd5\x82\xae\x3b\x17\x76\x15\x1e\x95\x11\xca\x65\xd0\x9b\x89\xb7\x6c\x1e\x49\x25\x90\x76\x1c\x97\xd3\xf9\x64\x33\x69\x50\x4e\x0d\xac\x07\xae\xf1\xca\x9f\xf8\xf3\xf5\xb4\x29\x43\x6b\x04\x6f\xc7\xfd\xda\xf3\xe4\xb5\x36\xb7\xab\xe9\xfa\xed\x66\xb2\x98\x79\xd3\x4e\xa2\x5d\x6d\x3a\x38\xf0\x02\x7f\x33\x5e\xff\xda\x47\x22\x05\x68\x0f\x9c\x6a\x19\xbe\x17\x4e\x05\xda\x8e\x33\xf0\xbd\xd5\xf8\x7a\x13\x8c\x17\xcb\x26\x47\xef\x84\xed\x85\x55\xcc\x01\x37\x37\xd3\x59\x53\x92\xda\xd2\xa0\x1d\xff\x64\x1a\xac\xa7\xf3\xab\xdb\x69\x70\xed\x4f\x64\xf8\xe9\x1a\xb6\xfd\xda\xb6\xf7\xba\xf4\x56\x81\xdf\x95\x63\x36\x40\x77\x8c\x3f\x0d\xb5\xb9\xf4\xaf\xa6\x73\x91\x25\x34\xe7\xc4\xed\x8d\x7a\xf6\xe3\xcf\x27\xa7\xf6\x52\x34\x69\xef\x63\xb5\xb8\xb1\x24\xda\xb8\x4a\xda\xd2\xa0\x1b\x7f\xd0\x73\x68\xd9\xb0\x3d\xa8\xee\x37\xb6\x2c\xd0\x1e\x38\x57\xc2\x6b\x04\x8d\x51\xab\x09\xba\xc3\xfe\xfd\x57\xde\xed\xcd\x5a\xb6\xe9\xb4\x77\x0b\xb6\x07\xbd\xe5\x01\xd1\x57\x7d\xb5\x56\x7d\x46\x52\xd1\xf2\xd5\x6a\x31\xeb\xa1\xce\x86\x66\xa7\xd9\x63\xd0\xd3\x6e\xaa\x6d\x3a\x7a\xf1\x5f\xf9\xab\x95\xa7\x96\x24\x4b\x92\xd8\xac\x17\x9b\xf1\xb5\x3f\xfe\xa9\xb3\xd3\x6e\x14\x8d\x34\x48\x82\xc5\x5c\x5a\x6e\xd8\x09\xa3\x5f\xae\x16\x4b\x91\x01\x35\x4e\x2a\xbb\x9a\xf5\xeb\xcb\x5f\xde\x78\x63\xbf\xcb\x10\x9b\x9a\xd8\x7d\xc8\xaa\x9f\xfe\x15\x0e\x12\x7c\x99\xc5\xf1\x92\xc4\x38\xbc\x1f\x01\x2f\xfe\x00\xef\x99\x05\x11\xe3\x1d\x0a\xef\xc3\x18\x95\xb7\x65\x53\xc2\xd4\x0c\xab\xba\x5b\x8b\x3e\xda\xc5\x0b\xe6\x4f\x48\x8e\x47\x98\x44\xf5\x0f\x03\x70\xbe\xc5\xc9\x39\x3b\xb8\xbe\x90\x94\x9f\x23\x98\x4a\x88\x18\x66\x49\x78\x38\x97\xf7\xa5\x09\x56\xec\x6a\x79\x42\xde\xb1\x61\x05\x45\x4a\x51\xc0\x49\xfa\x6d\x92\x17\xe3\x3b\x94\x20\xc6\x96\x94\x6c\x2b\x82\xdd\x41\x1c\x67\x14\xad\x0f\x14\xb1\x03\x89\xa3\x11\xf8\xa1\xf4\xfd\xc0\x79\x7a\x85\x6a\x62\x4f\xe5\xee\xf8\xb9\xd9\x0d\x3f\xa7\x88\xf1\x73\x45\xc0\xf9\x01\xc1\x98\x1f\xc2\x03\x0a\xdf\x55\x5b\x55\x2f\xdf\x31\x7f\x58\x78\x40\x66\x9d\xa0\xf4\x09\x27\x98\x63\x18\x4f\x50\x0c\xef\xf3\x2b\x6c\x2e\x2a\xed\x53\x44\x31\x89\x8a\xcf\x3f\x96\xbe\x56\x2f\xc0\x79\x66\x7d\xed\x5f\x24\x03\xca\x07\x76\x8c\x52\xf2\x6a\x19\x7d\x50\xfc\xc5\x8b\x97\xa5\xce\x55\x07\xe5\x2b\x46\x34\x32\x4a\x38\x09\x49\x3c\x02\xeb\xf1\xb2\x15\x67\x55\x5c\x0a\xa7\x75\xa7\xd1\xa9\x08\x8b\x2b\x8c\xaa\x08\xd9\x03\x31\x16\x37\xd8\xd8\x18\x2b\x2b\x0a\xcd\x08\x29\x82\x11\xee\x6f\xa0\xcf\x3f\xd7\x42\x65\xe1\xdf\x57\x34\xd0\x1f\x5a\xed\xb3\xbf\x79\xe6\xb7\x03\x96\x99\x8b\xf1\x11\x73\x56\x65\xf8\x88\x8e\x84\xde\x57\x97\xbb\xfc\xd9\x62\xf5\xb6\x9e\x9d\xab\x35\xc4\x19\xc9\x92\xaa\x45\x1f\xc5\x6f\xaa\xf8\xa5\xe7\xf2\xa3\x51\x77\x01\xf9\x0e\xdd\xcb\x4b\xfb\x5c\xb0\x42\xf6\x8b\x24\xbe\xaf\x14\xe5\xb2\xd2\xc5\x67\xf3\x13\xc6\xa5\x75\xe2\xe0\x8a\xc2\x10\x2d\xcb\xd2\xfe\xd7\x42\x17\x8a\x1a\x56\xaf\x84\xee\x43\xb9\xae\x8d\x2d\xf1\xa2\x7e\x9b\xd7\x0b\x84\x4b\xd7\xb0\xca\x26\xd5\x2a\x5e\xab\x5c\xb6\x5a\x11\x69\xae\xac\x0c\x2b\x22\xca\x07\x9d\xe8\xb0\xc4\x45\x3f\x41\x75\xd6\x3d\x3f\xc8\x31\xfe\xb7\xaf\xf0\xfd\xdc\x63\xa0\x45\x61\xee\xe7\xdc\xaf\x53\xa1\xa2\x5a\x7c\xab\xcb\x66\x91\xba\x45\xf8\x11\xf8\x56\xea\x66\x9d\x9b\xd9\xa7\x88\xfb\x04\x91\x83\xcf\xab\x75\xad\x54\x30\xb8\x13\xe7\xd3\x2a\x1e\xec\x12\x86\x2f\x57\xf6\x60\x97\xb9\x7c\xb1\xd2\x18\x0b\x60\xe6\xfd\xba\x59\xae\xfc\xa5\xb7\xf2\x27\xf9\xd6\xe1\x74\xd1\x54\xe0\xda\xa7\xa5\x63\x4a\xe1\xb4\x8c\x3e\xf3\x87\xc6\x54\xd7\x95\x8b\x37\x64\xe2\x03\x70\x9e\x31\x7a\x1e\xe3\xad\x68\x74\x2e\x53\x85\x41\x6e\x2d\x35\xe0\xc1\x40\x74\xdb\x23\x71\x7d\xf6\xb4\x35\xf6\x5f\x3c\xed\xe5\x82\x9d\xa2\xe9\x4e\x4e\xad\xc3\xe5\xba\xc9\x03\xd2\xb1\xaf\x23\x44\xa7\xb4\xda\xf3\xa4\x8b\x93\xb3\x99\x3b\x28\x89\x39\x4f\xf7\xec\x7d\x7c\x2e\x5c\x9d\x23\x89\x69\x97\xf7\x20\xbd\x23\x71\xdf\xcc\xe3\x79\x8f\xcc\xe3\x94\xee\x80\x75\x49\xf2\xcf\x12\xe1\x38\x86\xb8\x52\xd7\x1c\x8a\x9f\x9a\xd3\x27\x0b\xb7\x84\xfc\x73\x72\x13\x87\x01\x3f\xe8\x50\x56\x81\x67\x54\xf2\x33\xbd\x8f\x62\x35\xb5\x69\x38\x95\xf5\xdf\x38\xcb\xe9\x75\xe1\xc8\x57\xc8\x6b\x4c\xbf\x27\x9f\x26\xfa\xc6\x0f\x0c\x19\xbe\x4e\x10\x7d\x1f\xf1\x83\xcf\xcb\x71\x4c\xb1\x8d\x3b\x92\xff\x31\xa5\x38\x2d\xab\x92\xfa\x6b\x53\xcb\x53\xea\x1e\xd4\x05\x4e\x0d\x88\x64\x6a\xb2\x5c\xac\xdc\xc5\x05\x9a\x0d\x5d\xc0\xd1\x44\xcc\xc3\x6b\x83\xc4\xd7\xab\x9b\xc5\xa5\xa7\x12\xa6\x60\xfa\x1f\x2d\xf2\xa8\x00\x36\x0a\xd5\x7f\x73\x3b\x5d\xf9\x9b\x9b\xc5\x95\x7b\xe3\xb4\xb1\x20\x59\xb4\xf6\xe6\x6f\xc7\x5e\xb0\xd6\xe5\x5f\x0d\x40\xb3\xdb\x9b\xf5\xb4\x1b\x2c\xaf\x79\x5a\xaf\x6e\x83\x75\x77\xf9\x93\xbc\x6c\xa9\xa3\xf0\x49\xe9\xcc\xa0\x6b\x16\x56\x01\xd3\x24\x27\x8b\xa8\x6e\x4b\x76\x00\x37\xe1\x6d\x2f\xca\xb2\x21\xba\x30\xf4\xa0\xab\x06\xea\x5e\xb1\x9f\xbd\xd9\x5c\xae\x16\x3f\x99\xf3\xcc\xf6\x71\xe6\x93\x52\xee\x3e\x3e\x09\xf4\x5b\x3e\x2d\xae\x5d\xb6\x51\xeb\x6b\x3f\x06\x9f\xb5\x8c\x6a\x5d\x2d\x6c\xe3\xb6\xae\x20\x3e\x1d\xa1\x8b\xd8\xca\x9d\xba\x27\x22\xb5\x2e\x81\xb5\x91\x5a\x97\xc5\x9e\x88\xf0\x65\x33\xc2\x87\x53\x69\xdf\xd5\x69\x63\xb5\x6f\xf5\x7c\x00\x4a\x97\x7e\xaa\x77\x54\x3e\x00\xed\x73\x97\x96\x28\x47\x47\xfc\xc0\xe5\x6e\xfb\x5e\xb4\x12\xd2\xda\x3d\x6a\xed\x88\xbf\xdc\x3c\x6b\x8b\x93\xf3\x2d\xac\x6d\x1b\x0d\xc0\x20\xac\x03\x93\x94\x0b\xaf\x2a\x1b\x95\x49\x28\xef\x1a\xf5\x5f\x23\x6e\xf3\xd1\x46\x38\x2a\xe0\xb6\x80\x35\x2c\x0c\x7f\x81\x49\x56\x47\xd7\xdd\x2b\xbb\x9e\x2c\x81\xfe\x13\x17\x73\x6d\x47\xfa\xc0\xeb\x2b\x7a\xba\xfb\xd2\xf4\x48\xb4\xf9\xfa\xf3\xa2\xa5\x6b\x56\xfb\x07\x5c\xe1\xf3\x80\x85\xdb\x7c\xd2\x5c\xe4\xd8\xea\xcd\x9d\x19\x89\x50\x6e\x0e\x2b\x04\xa3\x5f\x28\xe6\x68\x91\xe8\x3b\x3c\x6a\x1b\x39\x14\xbd\xcf\x10\xb3\xc7\x15\xe3\x84\xea\xc8\x3c\xb9\xdc\xfc\xbc\xb8\xb9\x9d\xf9\x9b\xb1\xb7\xf4\xc6\xd3\xf5\xdb\x4f\x8f\x52\x61\x57\x88\x4b\xa3\x1b\xd4\x6f\x3e\x14\xc4\xcb\x3b\xa2\xf8\x01\xd9\xc2\x19\x3e\x02\x40\xbf\x16\xa6\x8c\xd9\x7e\x94\x4d\xfc\x92\x3f\x07\x54\x65\xfb\x91\x22\x12\x53\x14\xe5\xa6\xab\xb3\x8c\xe3\x3d\x4c\xd3\x2a\x15\x3f\x4d\x7d\x00\xa3\x23\x4e\xb0\x9c\xaa\x11\x9a\x3f\x9f\x57\xa3\x41\x80\x7a\x02\x54\x3e\x94\x97\x53\x50\x3b\xf4\xaf\xbb\x93\x58\x25\x64\x67\x97\xe6\xa1\xbe\x96\x2e\xcd\xc3\x7b\x8f\xf4\x48\x02\x4f\xfe\x0e\x07\xff\xe9\x0d\xfe\xe3\x1f\xbf\x3f\xff\xf4\xf7\xa7\x83\x7f\xfd\xc7\xef\x17\x9f\xfe\xc7\x93\x47\x40\x5d\x8f\x22\x9f\x28\x44\x1f\x53\xaa\x5e\x5d\x71\x10\xbb\xfc\x65\xe2\x22\x4c\xbf\x9a\x63\x84\x00\xbe\x0b\x10\x67\x52\x3d\x84\xee\xe5\xb1\x71\x7d\x82\x5c\x40\x00\x76\xcf\x38\x3a\x8a\x48\x91\x22\xca\xef\xbf\x77\xd1\x1f\x28\x8c\x35\x99\x95\xcf\x64\x6b\xa1\x89\xf8\x91\x09\x6a\x9a\x04\xa7\xe9\xcb\x25\x06\xa6\x3b\xc0\x0f\x98\x81\xdc\xd2\x00\x66\x20\x21\x1c\x30\xc4\xcf\x24\xe1\xf9\x33\x88\x3a\x70\xe6\xbe\x0d\xc6\xf1\x7d\x2e\xae\x68\xd8\xcc\x6b\xfa\x21\x3a\x85\xd5\x2f\xa8\x2b\xeb\xc0\x79\x45\x18\x73\xe3\xf1\x00\x4e\xc0\x87\x03\x0e\x0f\x92\x72\xcb\xa1\xb2\x3e\x0f\xac\x99\xe7\xbf\x64\x2c\x60\x00\x52\x81\x8f\x71\x18\xc7\x42\x22\xeb\x03\x62\x15\x9c\x02\x22\x21\xf4\x28\x85\x97\x83\x0a\x22\xf8\x41\x79\x8d\x7c\xb5\xa7\xf0\xca\x43\xf0\x96\x64\x80\x1d\x48\x16\x47\x80\x24\xf1\xbd\x7c\x0d\x0d\x70\x02\x8e\x24\xc2\xbb\x7b\xa5\x42\x2c\x5f\x6d\xb3\x90\x1a\x8c\x25\x02\xe4\x73\x8b\x11\xde\xed\x10\x45\x89\xd5\xc7\xb9\xf5\x0c\x66\x49\x33\x56\xeb\x42\x6a\xb9\x94\xdd\x81\xa2\xc5\x8d\x14\xcf\x89\x35\x39\x34\xb2\x93\xaa\x50\xcf\xd2\x31\xd5\x31\x27\x62\x4c\x55\x2e\x9a\x1c\x82\x09\xda\xc1\x2c\xe6\xc2\x66\x1f\xcb\x97\xcd\xac\x8a\x18\x7a\x40\xf1\xcb\xc7\x4e\x9f\xa0\x0d\xad\xca\x99\xcb\x74\x6a\xfc\xb5\xb0\xe6\xa4\xa0\xca\xa6\x27\xfb\x88\x80\x7c\xdf\x08\x51\xf9\x8c\x5d\xa2\x99\x15\xba\x49\x4a\x8c\x97\x59\x7c\x31\xfc\x71\x78\x51\x67\xc9\xe6\x43\xa5\x01\x0e\xdd\xac\xbd\xab\x16\xd2\x25\xe6\x36\x87\x61\xa2\x75\xa8\xee\xdb\x55\x81\xad\x65\xc8\x17\xf0\xc3\x48\xf9\x8d\x53\x3c\x80\xd5\x9b\x3c\x69\x5e\x1f\xd1\xd5\xb3\xe8\x9a\x8f\x7f\xc2\x3b\x38\x52\x05\x52\xe7\x05\x9d\xec\x5c\xaa\xe6\x74\x1f\x90\x07\xd7\xe2\x6c\xb4\x51\x15\xb3\x06\xba\xe4\x6f\x5d\x69\x8a\x19\x80\xb1\x5c\xa4\xad\x8d\xf3\x5e\x63\x5c\xa5\x27\x3d\xc7\x79\xb9\xe7\x1e\x43\x1c\x94\x0c\x2b\xa7\xa7\x6e\x5c\x16\xe7\xed\x9e\xa0\x73\x55\xbd\xa7\x0f\xa8\x89\x5a\xbf\x64\x78\xa6\x55\x24\x25\xcf\x51\x12\x29\xc9\x84\x84\x52\xc4\x52\x92\xc8\x7f\x19\x97\x67\x21\xd1\xcd\xcb\x23\xe9\xe2\x69\x6f\x4e\xed\x11\xd5\xb2\xdb\x50\x70\x27\x90\xb7\x0c\x25\xab\x9b\xfc\xe6\x6a\x93\x2f\xb4\x8d\x89\xa2\xd9\xc4\x34\x6b\x4a\x0a\xea\x9b\xd6\xb6\x87\x3a\x91\xb6\xb4\x08\xc7\xa7\xd0\xf6\x15\xa2\x78\x69\x0f\xfc\x44\x2e\x1e\x20\xdd\xa6\x90\x50\xda\x35\xaf\xc8\xf6\x45\xcd\xdd\xc7\x31\xf9\xc0\xaa\x3e\x84\x13\x70\x80\x49\x14\x23\xf0\xab\x07\x38\x85\x09\x83\xf2\x9d\x57\xd6\x66\x94\x39\x61\x47\xf8\x11\xa4\x14\xa5\x90\xa2\x48\x4c\x29\x13\xa4\x1a\xbb\xcc\xb4\x6d\xdb\xbe\x29\x18\x3c\xbe\x78\x5a\xb7\xe0\x00\xff\xa7\x0c\xcd\xc5\x6e\xa4\x99\xbc\xe4\x4e\x32\x17\xb6\x9a\x6c\xd7\x78\xc9\x19\x50\x33\x3e\x30\x86\x29\x0c\x31\xbf\xcf\xe9\xae\x4f\x81\x5a\xa8\xbc\xb8\xc2\x2d\x36\x70\xdc\x22\x98\x30\x80\x12\xb8\x8d\x51\x74\x1e\x61\x26\xff\x62\x45\x2c\x11\xad\x34\x14\x4c\x22\xf9\x4f\x16\xc2\x24\x41\x54\xff\xec\x88\x5a\x18\x31\x67\xdc\x9a\x5d\xea\x06\x85\xb1\xe4\xb7\x7f\x99\xd4\x5c\x51\xd2\x42\x72\x18\x43\xc6\xc0\x0e\xc7\xea\xe1\xc4\x4a\x70\x8d\x28\x21\x71\x7e\x01\x95\x82\x1a\xca\x26\xa8\x5f\x7c\x9d\x48\x04\xc6\xe0\x5f\x49\x04\x60\x9c\x23\xd0\x1a\x68\xbf\x79\xac\xbc\x6d\x50\x61\x65\xba\x13\x93\x06\x61\xdb\xf2\xa1\x68\x3d\x7b\xa0\xe4\x88\xf8\x01\x65\xcc\xb0\x89\x3e\x72\x94\xc8\xb7\x72\x3f\xe0\x38\x06\x5b\x64\x44\xa3\x67\x10\x6a\xad\xc5\x4a\x29\x0a\x14\x86\x7b\xf4\x91\x0f\x73\x8d\x76\xf1\xbd\x2c\x28\xd0\xbc\xfb\x39\x05\x13\x8d\xa4\x18\x39\xed\xf7\xa2\x55\x38\x7e\x32\xce\x18\x27\x47\x79\x97\x78\x3e\x17\xb7\x6f\xb7\x07\xf2\x5a\xad\x21\xb8\x41\xf2\xf5\xf9\x18\x26\xef\x24\x4c\xa4\x43\x91\x69\xa8\x5e\x93\x40\xc3\xfd\xd0\xba\x08\xec\xdf\xad\x19\xbd\x7c\xf4\xfb\x6f\x56\x6e\xf9\xef\x3a\x96\xff\x6d\xf8\xef\x1a\xd9\x20\x22\x47\x88\x93\x01\xcb\x76\x3b\xfc\xf1\x6f\x4f\x5a\xbc\x9d\x21\x5b\x50\xaa\x2e\x9a\xbe\xd6\x84\xb8\xfc\x5d\xf9\x6c\x64\x5f\x11\xb0\xaa\x0c\x9a\x84\x20\x59\xcf\x05\xa1\x85\xf0\x87\xf0\xce\x4e\x65\x3e\xe8\x9a\xb3\xe8\x37\xfa\x2b\x0f\xf0\x9b\xf2\x52\xf9\xd8\x7e\x0b\x69\x3f\x19\xb8\x40\xa1\x69\x0a\x40\x76\x9d\x69\xdd\x41\x76\x90\x58\x22\x46\xbe\x3d\xaf\x73\x52\x45\x7b\x1f\xf2\x5e\xe1\x18\x35\xca\xab\x7a\x1b\x81\x76\x19\xa6\xdb\xe1\x3f\xdf\xb1\x46\x12\x21\x63\x24\xc4\xc5\x43\xff\x8a\x2c\xe5\x1c\x85\xf7\xdd\x09\x8b\x68\x93\xe0\xb8\x80\xea\x90\x9e\x9e\xca\x99\x69\x83\x7c\xf5\xdf\x41\x56\xbe\xf8\x61\x62\x5c\x2e\x3e\x11\x33\xfa\x11\x95\xcb\xcd\x4a\x89\x1a\xa8\xb2\x76\xf9\xf2\x55\x37\xd3\xa3\x20\xa5\x25\xbb\xb0\x02\x09\x27\x60\x7b\x2f\xc0\xd5\xba\x60\xc6\x0f\x28\xe1\x58\x3d\x6b\x2e\xd7\x9d\x24\x33\x90\xbd\x1b\x50\x14\x8b\x5f\xcd\xba\x83\x7a\xc1\x9d\x9d\x49\x00\xf4\x11\x1e\xd3\x18\x9d\x81\xf7\x19\xa2\x18\xb1\x96\x05\x1e\xd5\xdb\x50\xf4\x64\x2f\x6c\x49\xb4\x7d\xe6\x7b\x97\x8a\x5a\x2f\xe3\x87\xc6\x9c\xd6\x71\x81\xa4\x89\x46\x32\xdc\xd4\xc2\xd1\x13\xdb\x2e\xf2\x87\xdf\x9b\x9e\xad\x57\x06\x47\x64\x5b\x18\x03\x18\x63\xa8\x5f\xba\x7e\x45\xe8\x11\xf2\x51\xb1\x76\x3f\x8d\xfe\xba\xa7\x24\x4b\xa7\xd1\x08\x0a\xfd\xc3\x90\x4f\xa3\x91\x9e\x66\xfc\x57\xf8\xec\x3b\xd9\xf8\xd9\xf7\x7f\xdd\x3f\x1b\xc1\x67\xa3\xbb\x67\xad\xee\x28\xa7\xac\x28\x14\x72\xb1\xdf\x70\xdb\x61\xfb\xd8\xbf\xc2\x5c\x5f\x0e\x0e\x6e\x57\x53\xa9\xd5\xf2\x43\xfe\x25\xaa\x04\xf4\x0a\xa5\x84\x61\x4e\xe8\x3d\x50\x07\xcd\xf5\xb1\x7b\xd7\xe5\xe4\xbd\xba\xdf\x52\x98\x84\x87\x73\x0e\xf7\x80\x22\x39\x21\x0d\x6b\x63\x45\x75\x5c\x7c\x6c\xea\x73\xe5\xbf\xaa\x76\xb1\x84\xfc\x60\x9c\x98\x40\xa3\x23\x83\x1c\x02\x19\x8e\xa3\x7f\x03\xe8\x98\xf2\x7b\xc9\x3a\x25\xa4\x00\x88\x30\x95\x75\x49\xf7\xb5\x2c\x75\xac\xee\x78\x07\x13\x03\x91\x53\x64\xdd\xf7\xee\x60\xf5\x3a\xdb\x9a\x2d\xa2\x06\x5f\x7a\x25\xef\xf0\x06\xbf\xa0\xed\x81\x90\x77\xda\xcb\xd7\xe6\x47\x72\x6a\xf4\xf2\x53\xe7\xcc\xc8\x79\xef\x77\xb7\x4e\xd4\xf5\xdd\x4a\x3a\x5d\xf4\x6a\xd8\x2f\x45\xb0\xf3\x76\xf1\x4e\x8a\x67\xf0\x0e\x25\xe0\x88\x29\x25\xd4\x5e\x07\x0c\x9e\x4d\x15\x17\xac\x4a\x77\xa9\x85\x6d\xc6\xb5\x7b\xe9\x1d\x1e\x1f\x47\x76\x27\xc2\xd9\xc9\x8b\x33\x01\xcd\x47\xc6\x19\xc0\x32\xd3\x2d\xad\x28\xe4\xeb\xe0\x6a\xe7\x07\x26\x11\x39\xc6\x75\xe3\x9a\x55\x70\x01\x79\x68\xd7\xa6\xce\xdc\x57\x59\x21\xed\x55\x16\xc7\xf7\xe0\x7d\x06\x63\xbc\xc3\x28\x12\x6c\xc9\xa5\xc3\x1a\xc6\xee\x2e\xeb\x12\xc9\xaf\xb5\xac\x74\x7a\x6b\xb6\x31\x44\x4f\x72\xc7\x4b\x0a\xa4\x8a\x51\x0a\xc4\x28\xb1\xbb\x7f\x6b\xb1\xa3\x4e\x84\x39\xb1\x5f\x1b\xe7\x3a\x0e\x7f\x51\x4a\xd2\x6a\x40\x76\xdd\x9e\xe9\xb0\x11\xfd\x82\x49\x79\xff\x2d\x8f\x1d\x97\x19\x93\x9b\xeb\x60\x8c\x12\x4e\x61\x7c\x06\x3e\x1c\x10\x45\x00\x73\x10\xc2\x04\x6c\xcd\xe6\x20\x0c\x0f\x28\x3a\x93\x1c\x89\x30\x9e\xe7\xcb\x31\x21\xef\xb2\x94\x81\xef\x4a\x51\xd8\x32\x43\x90\x31\xb8\x47\xdf\xb7\x33\x3b\xb7\x72\xbe\x2a\x45\xa6\xab\x9c\xef\xa6\x6b\x67\x4f\x32\x08\x43\xbf\xc8\xe5\x51\x04\xb6\xf7\xf5\x7e\x71\xc2\x70\xa4\xf8\xf7\xbd\x65\x8d\xe6\x1c\xbd\x91\x69\x5f\xc4\xcd\x8c\x94\xaf\xa5\x3d\xc9\xac\x3e\x9f\x9f\x65\x35\x7b\xfc\x52\xfc\x34\x19\xe7\x0d\x66\x5c\x28\xdd\x44\x37\x8c\x98\x74\xd6\x7a\xe9\x14\xd2\xf0\x80\xef\x10\xcb\x67\xde\x21\x49\xb1\x5c\x95\x56\x4b\xa7\x56\x76\x24\x79\xda\x91\x38\x42\x54\x6e\x12\x66\x09\x4b\x51\x28\x7d\xcf\x99\xb0\xd7\x02\x17\x4e\xc0\xb9\x7a\x19\xab\x82\xb6\x26\x8e\xaf\x42\x5d\xb1\x95\x6d\x3f\x17\x52\x5d\xbc\x12\x89\x2b\x45\x3b\x8a\xd8\x61\x20\xf7\x5d\xee\x60\x9c\x6b\xc5\x7f\x7d\x29\x0f\x1a\xd0\x5c\x33\x66\x25\x6b\x20\xfe\x32\x50\x13\x97\x2a\x37\xeb\x5a\x0b\xa0\xd2\x7c\xdd\x0f\xc8\xfb\xf9\x0e\x8b\x68\x14\xc7\x98\xa9\xfa\x95\xef\x73\x9a\x4f\xb9\xb8\xd3\x64\xbb\x3f\x3c\x7d\xea\x58\x9e\xb3\xd2\xff\x22\xa5\x54\x87\x43\xd5\xc9\xd1\x5e\x39\xe8\x4c\x35\xb8\xd1\x0d\x6a\x59\xa8\x7d\xb0\xb4\x75\x25\x4e\x2f\xac\x80\xa3\xdc\x1f\x95\xe9\x36\x4c\xb1\x9c\x34\x45\x24\x79\xc2\xb5\xcb\x13\x44\x14\xa5\xca\x32\x6b\x33\x6a\x46\xd1\x79\x96\x98\xbf\xaa\x09\x0a\x05\x8c\x43\xca\x51\x74\xce\x38\x49\xd3\xf2\x9e\xb3\x99\x67\x54\xe7\x26\xc7\xfd\x91\x0f\x61\x8a\x8b\x05\x23\x61\x4d\x34\x43\xf5\x05\x32\x4d\xb3\x25\x99\x59\x4e\xbe\x53\x1a\x95\x3b\xe8\x1a\xd7\x53\x9d\xcb\x65\xbe\x5c\xf5\x52\xc4\xbf\x9e\x05\x7a\xef\x9e\xd0\x33\xb9\x8a\x26\xe7\x34\x82\x54\x4d\x36\xc0\xf5\x9d\x59\x8b\x50\x81\xc0\xd7\x08\x5c\xa4\x56\xae\x66\xed\x41\x58\x69\x59\x5a\x0e\x95\x32\x91\xb9\x38\xb7\xf7\xd6\x4a\x4e\x13\x7d\x6b\x8d\x0c\x45\xbd\xc9\x2c\x5f\x6a\xd9\x3e\xd7\x7b\x3d\x9f\x4c\xf3\x55\x0e\x5d\x65\x23\xe6\xad\x19\x32\x94\x0f\xd5\x53\xa1\x3a\x61\x93\xd8\x44\xda\x26\x61\xce\x7f\x9a\xfa\x43\x45\xc1\xb0\xb8\xf3\xb5\x4d\xd4\x2b\xdd\xc5\x1b\xd1\xdc\xc5\x48\xfd\x12\xd9\x76\x8a\x59\x4a\x12\x86\x1e\x4a\x72\x7e\x89\x6c\x3b\xcd\xba\x93\x5e\x44\x6b\x94\x7f\x3a\xd5\xc6\x5a\xfa\x50\x9d\xdf\x74\x5b\xa5\x7a\x16\x58\x34\x32\xbc\x4f\x60\x5c\x9b\x34\x68\xab\xaf\x74\x1f\x48\xe0\xf6\xce\xab\x57\xe0\xf6\x1a\x5c\x22\x8b\x54\xb8\xcb\xcb\x10\xfa\xe1\x3c\xa0\xc6\x69\x9b\x64\xfa\x90\x56\xba\x3b\xb7\x99\x12\x2f\x8b\x30\x07\x31\xd9\xef\xd5\x92\x65\x23\x09\x6e\x21\xc9\xe6\x1d\xd2\x31\xf7\xdf\xb6\x0a\xa7\xac\x28\x68\x53\xd5\x21\x0c\xc5\x41\x0f\x59\x28\x3a\x2a\xfd\x46\x48\xd5\x9b\x22\xb9\xb9\x2e\xf0\x31\x35\x77\x15\x96\xcb\x0b\xd7\x45\xa8\x2c\x8d\x1a\xe4\xe6\x2d\xb8\xe8\x72\xcb\x85\x70\x11\xb5\x90\x35\x91\x59\xbb\xd0\xd7\x91\x82\x17\x13\x0f\xc6\x61\x12\x41\x1a\xe9\x6a\x57\x39\xb7\x1a\x82\xa9\x9c\x92\x9a\x70\x24\x01\xcd\x36\xa1\xd0\x2f\xc9\xb7\x58\x54\x2b\x99\xe0\xc5\x68\xc7\xd5\x62\xc9\x99\x98\xa9\x98\x1c\xac\xa8\xef\xaa\xd5\x14\xce\xde\xe4\x09\x7b\xbe\x26\x20\xfa\xb7\x97\x05\x7e\xf8\xd4\xb5\x2a\x50\xba\x0b\xb8\x29\x3d\xff\x06\x58\x6d\xdc\xcf\xee\xbb\xfc\x51\x3a\x27\xe5\x52\x2a\x25\x71\x8b\x52\x5d\x34\xad\xd4\xb3\xa8\xb5\x53\x54\x4d\x89\x88\x2c\x9b\xac\xf6\x2d\x07\x8d\x2a\x12\x11\xa9\x47\x0a\xa5\x0c\x44\x58\x97\x95\xe7\xcc\x94\xb1\xc9\x81\x59\x24\xe7\xa5\x32\x40\x29\x65\x75\xcb\x40\x24\x66\xbb\x89\x25\x72\x95\xb4\xb1\x21\xf0\x62\x46\xe4\xa6\xe0\x7d\x8e\xe4\x08\x23\xa4\x27\x5e\x58\x38\x16\xc8\x54\x88\xc9\x2b\x67\x25\x62\x9c\xc8\xd9\x95\xa6\x03\x52\xa4\x67\x03\x6a\x0c\x6a\xba\x12\x84\x22\x45\x76\x31\xfe\xd4\xcc\x85\x09\x4b\x08\xd5\xb6\x8f\x64\x96\xa9\xed\xb6\x8c\x29\x44\x4c\x0c\x26\x29\x21\x06\xe4\x44\x1d\x32\x53\xa7\xd3\x1a\x1c\xcf\x5a\x03\xbe\xea\xa3\xc5\x1f\x37\x34\x97\xe3\x1f\xc8\x4c\xb9\xfb\x3a\xf7\xa2\x3e\xd8\x69\x1f\x8a\xdb\x92\x85\xe4\x07\xd4\xb4\x49\x34\x25\x40\x67\x8d\x01\xbb\xfe\xc5\x90\x54\xff\xa2\x39\xad\xfd\xee\xf4\xc2\x81\x9e\x60\x32\xbd\xea\xf6\x11\x1f\xb3\x23\x80\xf2\xd8\x81\xc8\x37\xf4\x6c\x86\x1f\x20\x07\x47\xc4\x18\xdc\xeb\x69\x57\x08\x13\x79\x5a\x48\xd7\x1c\x00\xa1\xf5\x84\x14\xb9\x87\x35\x73\x3d\xc0\x78\x97\x6f\xd6\xc9\x4d\x8a\xff\xf3\xbf\xfe\x37\x33\xa8\x65\xc9\x56\x4c\xc2\x46\x27\x70\x15\x93\x2d\x8c\xc1\x0c\x7e\x94\xf5\x10\x25\xc9\x56\x0f\xef\xb5\xec\xc3\x41\xc7\x46\xa1\x40\x1f\x04\x37\x40\x6f\xc9\xc8\xed\x39\xb7\x56\x5d\xbb\x83\xc5\x59\x85\x93\x37\x04\x4d\xc7\x6b\x9a\x31\x0e\x82\x7c\x6f\xd0\xd9\x77\xe9\xbc\x9d\xf3\x18\x5e\x9f\x4d\x34\x89\xa9\xe8\xae\xa3\x27\x60\xed\x8a\xb5\x9f\xd9\xeb\xc1\x69\x69\xfb\xd3\xd9\xb1\xb5\x77\xe9\x38\xc9\xd7\x97\xbd\xa6\x7d\xc2\xd6\x2e\xdd\x9c\xd6\xcf\x00\x56\x77\xba\x2e\x95\xa3\x35\x27\x8e\x98\xaa\x8b\x53\x69\x25\x6a\x70\xea\x72\xeb\x10\x45\xda\xf1\xa9\xca\x6e\x8a\x46\xe0\x37\x92\xa2\xe4\x03\xa6\xe8\xb7\x33\xf0\x1b\x3c\xbe\x4f\xc5\xff\xe5\x79\xac\xdf\x24\x2f\xbf\x1d\xdf\x73\xfe\xdb\x10\x2c\x92\xf8\xde\x02\x96\xe3\x2c\x4b\x53\x42\x75\x3f\xc2\x63\xd7\x36\xbe\x64\x20\x35\x54\x96\x23\x63\x71\x33\xba\x55\x24\x28\x50\xd7\xf6\x3c\x67\x6f\x80\x66\x58\x96\xe9\xb9\xfa\xa8\x7c\x2f\xba\x69\x38\x0b\xd3\x16\x33\x8f\xef\xf5\xb1\xe1\xd1\x8b\xe1\x5f\x3e\xb7\x8c\x5c\x10\xe7\xac\x15\x37\x25\xa4\x27\xd5\x8b\x77\xd5\x91\xaa\x65\x93\x53\xea\xc5\x3f\xb3\x56\x5c\xb0\xd7\x5e\x25\xda\x7c\xb8\xe8\x21\x35\xe3\xab\xeb\x41\x10\x2c\xf4\x8e\x46\x89\x92\xd2\x17\xbd\xa1\x18\x38\x37\x39\x34\xe4\x0a\xc1\xf8\xe8\x2c\x13\x74\x01\x14\x18\xd5\xad\xf2\x8e\xd5\x38\x3d\x05\xd0\xad\xc7\x31\x36\x22\x6c\x99\x2f\x38\x81\x6b\xd3\x04\xeb\x1e\xf9\xbe\xfd\x06\x5d\xc5\x1d\x0d\xe0\xce\xbe\x75\xa0\x69\x93\x63\x71\xd0\x47\x3a\xe0\x8c\xe9\x62\x5d\x99\x22\x4a\x43\xd3\x3d\xe1\x9d\x48\xc1\x23\x82\x58\xf2\x44\x2d\xeb\xa2\x8f\x98\xd5\x28\x6d\x41\x5e\xd6\x6f\xc3\x4c\xc2\xd1\x3e\x9f\x5c\x34\x12\xd7\x83\x88\x5a\x49\x47\xe9\x62\x7d\x37\x11\x66\x9d\x51\x04\x5d\xbb\x60\xe5\x67\x18\xe3\xc8\xb9\x33\x7f\x4a\xc3\x82\x8c\x5e\xb7\xf3\xb7\xaf\xab\xe9\x8e\x97\x14\x27\x21\x4e\x61\x0c\x3c\xce\x29\xde\x66\x1c\x99\x4d\x52\xc8\x9a\x4f\x7c\x35\xb7\x2e\x8b\xcb\x79\x9f\xbf\x79\xf9\x4c\x56\x0d\x50\x14\x6d\xf2\x6d\xc3\xea\x9e\xc7\xc4\x5b\x02\x3f\x89\xe4\x81\x0a\x1d\xf9\xc4\xfc\x4f\xaf\x21\xe4\xc5\x2f\x0e\xb9\x96\x9a\x16\x2e\xaa\x74\xd7\x7e\xa5\xb7\x4b\x9c\x44\x60\x32\x57\x46\xd3\xb3\x07\xdd\xc6\xd1\x81\xb9\x88\xdf\xc5\xd2\x98\xa2\x48\x20\x86\x31\x3b\xbd\x37\xab\x71\x53\xb7\xd6\x9d\xfd\x8e\xa4\xe6\xf5\xec\x57\xb0\xd8\x0a\x27\x6f\x6f\x24\xbe\x86\x90\x05\x28\xcc\x28\xe6\xf7\x13\x59\x72\x97\x8f\x9e\x08\x85\xf4\x3e\xe5\xa5\x23\x63\xf5\x1d\x20\x41\xe0\x6b\xcf\x0b\x80\xc1\x02\x14\x1a\x07\x91\xce\xcb\xff\x5d\x82\xba\x84\x0c\x09\x95\x68\x1a\x39\x49\x07\x31\xba\x43\xb1\x79\xad\x5f\x6d\x2b\xec\x75\xc8\x54\xf5\x49\x08\xd2\xf0\xe0\x26\x4f\xa3\x73\x89\xcd\x7a\x28\xc0\x45\x88\xc2\xaa\x2b\x78\x73\xc1\xa8\xf9\x84\xec\xdb\x10\xa4\x29\x95\xa4\x70\x52\xaa\xd0\x2a\xce\x92\xe0\x24\xcd\x78\x71\x92\x50\x1f\xad\x14\x7c\x6e\xe5\x7e\x49\xa4\xf6\xce\x04\xa2\x98\x08\xee\x8e\x24\xca\x62\x04\xc4\x84\x7c\x0b\xc3\x77\x2a\x23\xdb\x32\x8e\x79\x66\xea\x12\xf2\xad\x34\x4d\x23\x4c\xee\xd5\xde\x34\x04\xbf\x3f\xfd\x64\xad\x5a\x88\xc6\x82\x81\x21\xf0\x64\xc6\x48\x12\xb3\x13\x9d\x67\xb9\x8a\x5b\xb5\x13\xa7\xb0\x61\x06\xbe\xcb\x70\xf4\xd7\xdf\x9f\x7e\xfa\xbe\x45\xb6\x81\x2d\xa6\x26\x31\xeb\xfb\xdd\x1d\x96\xa9\xa5\xcc\x42\x92\x1a\x2f\xe4\xee\x2c\xb0\x00\x1d\xdd\x94\x9e\x53\x70\xf4\xa3\xaf\x1e\x03\x95\xcd\x3b\xc9\xbf\xd4\x1c\xd1\x4b\x36\x8a\x20\xc7\x64\xcd\xa6\x42\x60\xcb\x37\xe2\x1a\x48\xb1\xde\x60\xe8\x98\xc9\xc0\xdc\x0d\xdb\x56\x8d\x12\x6e\xe6\xc7\x7a\x62\xa9\xa6\xd2\x72\x6c\xe4\x0b\x61\x6a\xdd\x6c\x2d\x32\xc0\x23\xbc\x07\x5b\x04\x12\x14\x8a\xe9\xb4\x98\x00\xef\x8a\x06\x05\x5e\xcc\x19\x8a\x77\x05\x4e\x39\x9f\x86\xea\xfc\x74\x78\x80\x14\x86\x1c\x51\x76\x06\x84\xd5\xb1\x18\xb2\x43\xb9\x7e\x50\x12\x94\x52\x74\xa7\x8a\xee\x28\x15\xce\x59\x22\x3e\xc2\x34\xc5\xc9\x5e\x9f\x42\xb5\xd8\x92\xa8\x45\x52\x20\xd7\x5b\x65\x46\xa0\xca\xc9\x25\x8b\x72\xca\x3e\x99\xe7\x36\xea\x94\xfb\x64\x5e\x42\x57\x15\x79\xeb\xb3\x14\xb5\x23\x7b\xbb\x18\xee\x01\x4e\x22\xe9\x77\x93\xbd\x25\x27\x6c\x76\x2d\x53\x48\x8d\x93\x36\x82\x93\x41\x51\x97\xc5\x2b\xf1\xab\x9d\xc7\x33\xab\x71\x47\xb3\xbc\x9a\xde\x6a\x22\x44\xa2\x9a\xe9\x6d\xf0\x6a\x53\xa9\x5b\x55\x8e\x62\x64\x04\x38\xd9\x23\x7e\x40\x54\xd5\x39\x1a\xd8\x4b\xe1\x16\x03\x2e\x8f\x1b\x88\xc9\x9d\xf9\xdd\x4f\x22\xf5\xab\x5b\xb6\x4b\xd1\x7b\xbd\x8e\xa7\xf1\xf9\x8d\xea\xe6\x30\xda\xc9\xb5\x76\xb9\x09\xa2\x3a\xcf\x8f\x76\x29\x61\x52\x74\x24\x77\xb6\x87\x93\x6b\x88\xc6\x28\xf5\xa3\x00\x9c\x00\x61\x54\x30\x7e\x30\xfb\x39\x9b\x82\xf9\x62\xb2\xc4\xe1\x3b\x94\x28\x5f\x09\xd5\xcd\xc4\x42\xe1\x52\xe4\x79\x46\x2b\x9c\xab\x52\x8f\x73\x0f\x40\x8a\x29\x07\x56\xd1\x87\xc9\xae\x5c\x69\x86\xf3\x49\x91\xcf\x17\x1a\x4a\xa2\x42\x64\x66\x2d\xfc\x4b\x8a\xac\x38\xa7\xf8\xc5\x45\x26\x68\xef\x16\x98\xf5\x36\x8a\x63\x62\x5e\xf7\x96\x95\xc2\xfc\xcc\x2c\xbb\x37\xf8\xee\x95\x70\xef\x79\x6b\xab\x54\xaf\xed\x09\x15\x87\xeb\xde\xe1\x8f\x28\xb2\xbc\xaa\x95\x98\x98\x9c\xc1\x04\x15\x45\x8d\x52\x88\x1e\xeb\xe6\x4c\xe3\x64\xae\x0b\xc9\x24\x4f\x21\xcf\x60\xac\xc0\x01\xa4\xe8\x0c\x6c\x33\x6e\x54\x5d\x80\x11\x99\xc2\x31\x17\xe3\xca\x1a\x4c\xfb\x21\x78\x65\xfb\x6c\x39\xf3\x9f\xe1\x90\x12\x46\x76\x1c\x78\x21\xc7\x77\xa8\x28\x89\xd5\xa5\x26\x67\x7a\x21\x81\xd9\xc3\xb2\xe8\x5c\x32\x94\x9b\x43\x8b\x8c\x99\x89\x92\xce\xb4\xab\xf4\x8a\x4c\xcd\x35\x77\x26\x5d\x9a\x45\xc7\xd1\x82\x52\x65\xbc\xd9\x12\xa0\xc3\x2f\x95\x7d\xa9\x53\x59\x45\x06\xf6\x90\xec\x6b\xdd\x48\xa6\x8a\x05\x7d\xd1\x5f\x7c\xb2\x32\xba\x22\x97\xab\xe7\x70\x6a\x75\x1d\x72\x91\xd0\x00\xa2\x92\x8b\x8a\x2c\x44\x9a\x77\x44\xc7\x2d\xa2\x2a\xd3\x13\x08\xa1\x68\x9c\x40\x69\x25\x02\x85\x44\x59\x41\x53\x3f\x88\xa0\x78\xc8\x91\x5d\x34\xa5\x8d\xab\x22\xcd\x6a\x4e\x1b\xed\x67\x81\x5c\xe9\x53\x26\x3a\x11\x23\x50\x4e\x0e\x98\xaa\x60\x08\x33\x59\xb5\x9f\x1b\x8a\xe9\x45\x6e\x50\xed\x85\x5b\x8d\xc9\x07\x00\x15\x2b\xe6\x2a\x49\x3d\x7c\x87\xf9\x84\xbc\xc0\xb3\x15\x43\x83\xab\xbd\xc7\x83\xf2\xcc\x4f\x5b\x78\xca\x1b\x36\xf1\x53\x3c\x49\x54\x33\x7c\x49\x2e\x4e\xc2\x38\x8b\xcc\xe4\x30\x8e\x1d\x42\xae\x55\x3a\xa8\xf4\x48\xef\x9e\xd1\xd2\x16\xa2\xfb\xd5\xa2\x5e\xae\xd5\x3a\x49\x24\x70\x8e\xf9\xc7\xc9\x3c\x77\x74\x2a\x52\xd9\x49\x69\xee\x7d\x40\x9e\xee\x98\xa6\xf9\x2a\xc1\x94\x4d\xe6\x45\x5d\x57\x39\x7c\x68\xd7\x63\x7d\x35\x23\x43\x8e\xff\x9d\x98\x04\xe7\x4a\x55\x5e\x50\xa6\x8d\xea\x9c\x91\xe9\xa1\x45\x35\x65\x40\xd0\xec\xfc\xeb\xaf\x30\x9d\x90\x3e\x52\xc4\x33\x9a\xa8\x15\x73\x28\x4f\xda\xdc\x97\x73\x77\x41\xbf\x20\xad\x10\xca\x24\xdf\xe3\xaa\x88\xc3\xe4\x87\xf2\xca\x65\x2b\xa7\x74\xa1\xa8\x1d\xd6\xcc\xa7\x07\x45\x8e\xd9\x0b\x8f\x0c\x54\x92\xbf\x50\x5e\x5d\x91\x52\x72\xa7\xfc\x6e\x8a\xe8\x8e\xd0\x23\x34\xb7\x21\x91\x9d\x92\xae\x39\x4e\xd4\x2c\x7a\x6d\x38\x52\x06\x8e\x4e\x1b\xf3\xcd\xfa\x23\x55\x15\x4d\xfc\x72\x50\x19\x8d\xae\xe3\xa8\x1b\xdc\xa4\x2c\xfc\x5d\x16\xc7\xf7\x83\xa2\xe8\x5e\x47\x38\xb9\x83\x67\x19\x96\x94\xa6\x75\xe6\x35\x37\x6b\x19\x19\x65\x66\x94\x07\x0b\xb5\x29\x49\x76\x0d\x12\x55\xfe\xbd\x30\xbb\x4a\xc2\xa0\xc6\xca\x18\x51\x41\x63\x71\x86\x45\x3d\x54\x02\xd9\x19\x60\x59\x78\x00\x90\xd5\x42\xb7\x4a\x20\x0c\xfc\x99\x59\x69\x57\x83\x08\xda\x8b\x7a\x5b\xd4\x9d\xa5\x49\x2d\x79\xd6\xd8\x10\x8c\x36\xc6\xee\xda\x8b\x5e\xf5\x73\xc3\xf7\x24\xd3\x3b\x1d\x5c\xef\xd7\xab\x65\x3f\x18\xb3\x33\xf9\x51\x1a\xd7\x3e\x21\x86\x64\x95\xab\x0e\x85\x46\x13\xd5\x42\x27\xb7\x79\x2b\x0b\x0c\x44\x28\x21\x5c\xe7\xce\x05\xb3\x52\x43\x15\xcf\x24\x1d\x26\x88\x64\xae\x5d\x4c\xaf\xa0\xdc\xc1\x13\x22\x17\x1a\x2b\x1d\x8f\x03\x2a\x78\x9d\x99\x31\x6d\x99\x85\xbe\x23\x04\x47\x3a\x0f\xd1\xb4\xa9\xe1\x7b\x2b\x3b\x12\x3c\x9b\x61\x06\xf7\x82\x02\x5e\xe8\x3b\xd1\x13\x9e\x92\x86\x2c\x6f\x69\xa7\xec\xea\xb2\x10\xfb\xda\x26\x89\x56\xc5\x31\x28\xef\xee\x94\x6f\xea\x9c\x01\x46\x6c\x1a\x99\x90\xac\x68\x27\xd4\xce\x09\x55\x5b\x4b\x30\x27\x56\x5f\x7c\x87\x9a\x0c\x41\x83\xe9\x54\xaf\xc3\x5b\xf6\x78\x77\xad\x3e\x60\x13\x20\xb2\x22\x94\x68\xb6\x84\xe9\xcd\xd4\xb2\x01\xb8\x91\x89\xd7\x4c\x25\x5e\x45\xd1\xb8\xde\xf7\x34\xe7\x78\x72\xcf\x26\x5c\x13\x8e\xf4\xd6\xba\xf6\x5c\x79\xfc\x88\xac\xe9\x55\x75\xd8\xcb\x93\xb2\x29\xe4\x07\x39\xe7\xd1\x53\x5e\xed\x06\x8a\x8b\x01\x14\x18\xa1\x79\xf1\x8a\xb6\xad\x23\x4c\x99\x4e\x42\xe5\x8c\x35\x8d\x61\xa8\x2a\xa2\xf3\x5c\x5f\x2e\xaa\x1d\x75\xd6\x24\xd4\x4a\xf1\x1e\x27\x30\xde\x08\x88\xbf\x8a\xff\x5c\x9c\x89\xff\x3e\x93\xff\xfd\xa1\xb6\xce\x6e\xc9\x44\xe2\x5c\x56\x88\x12\xb4\x97\x15\xd2\xfa\x08\x5d\x83\xd7\x14\x73\xbb\xc8\xdc\xb2\x02\xc2\x8c\xd2\x9c\x89\x33\xc5\xb7\x64\xad\xfe\x55\xe6\x06\xb9\x1a\x8e\x30\x4d\x91\x98\x3a\x0a\xde\x57\xaa\x0d\xd3\x47\xaa\x1a\xdd\x4e\x89\x45\xd5\x46\x3a\x21\xa3\xbf\x16\xee\xec\x67\xef\xfe\x6f\x00\x00\x00\xff\xff\x85\x6e\x3c\x3b\xcd\xbe\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver-amq.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver-amq.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7d\x7f\x73\xdb\x38\xb2\xe0\xff\xfe\x14\x78\xa9\x77\x2f\x33\x57\x96\x64\x27\x9b\x4d\x9e\x66\x77\xab\x68\x89\xb6\x35\x63\x4b\x7a\xa4\x9c\x4c\x6e\x6b\x4b\x05\x91\x90\x84\x09\x45\x70\x00\xd0\x89\x76\x36\x55\xf7\x35\xee\xeb\xdd\x27\xb9\xc2\x2f\x12\x24\x41\x8a\xce\x64\xe6\xe6\xea\xf2\x47\x4a\x26\xd1\x8d\xee\x46\xa3\xbb\xd1\x00\x9a\x30\xc3\x6f\x11\x65\x98\xa4\x63\xc0\xd1\x21\x4b\x20\x47\x43\x92\xa1\x94\xed\xf1\x96\x0f\x31\x19\x3d\x5e\x9e\x7d\xc0\x69\x3c\x06\x2b\xfd\xfa\x2c\x81\x1b\x94\xb0\xf1\x19\x00\x74\x9f\xc1\xc3\x18\x3c\x7b\x3d\x7c\xf5\xec\x0c\x14\x08\xc6\xea\xc5\xeb\x57\x83\x8c\x92\x78\x80\x0f\x87\x9c\xc3\x4d\x82\x06\x1f\x30\x62\x88\x3e\x22\x7a\x76\x40\x8c\xc1\x1d\x1a\x83\x7f\x0d\xce\x00\xf0\x40\x8a\x3e\x82\xa2\x1d\x08\x50\x0c\x6e\x21\x07\x4b\x4a\x22\xc4\x18\xf0\x72\x4e\x0e\x90\x63\x92\x82\x7b\x98\xc2\x1d\xa2\xe0\x87\x99\x0f\x14\x2e\xb0\x87\x8f\x08\x6c\x10\x4a\x41\x44\x11\xe4\x28\x06\x38\x05\x47\x92\x53\x90\x51\xf2\x13\x8a\xf8\xf0\x0c\x80\xd5\x1e\x81\x9c\x21\x9a\xc2\x03\x1a\x65\x90\xb1\x8f\x84\xc6\x60\x4b\x28\x80\x91\xe8\x03\xa7\x3b\xc0\xf7\xc8\xc6\x8b\xd9\xd9\x19\x90\xff\x1e\x34\xe0\x18\xfc\xfb\x2f\x3f\xcc\xfc\x75\xe8\x07\x6f\xfd\x60\xfd\x10\xfa\xc1\x67\xdd\x64\xa9\x51\xd6\x9a\x2c\xdf\x4d\x3f\x0b\x2c\xcb\x04\x41\x26\xa8\x04\x2c\xa7\x08\x70\xa2\x69\x95\x7d\x32\x14\x51\xc4\x81\xe8\x21\x06\xcf\x2a\xf0\xb7\xab\xd5\x32\x5c\x87\xfe\x24\xf0\x57\x9f\x9f\x81\x88\xa4\x1c\xe2\xd4\x10\xeb\x68\xfa\x83\xff\x3e\x5c\x2d\x02\xff\x33\xd8\xe2\x04\x31\xc1\xb3\x62\x53\x30\x25\xe0\x18\x8a\x04\x05\x02\x13\x4a\xf9\xf0\xec\x80\x38\x8c\x21\x87\x62\x3c\x61\x9a\x12\x2e\xe5\x2c\x87\x17\x80\x18\xb1\x88\xe2\x8c\x4b\xfd\xf0\xb2\x2c\xc1\x91\x1a\x06\x33\xd4\x4a\x82\xa9\x35\x76\xb6\x00\x53\x00\xc5\x18\xc4\x79\x24\x80\xb4\xa4\x50\xfa\x88\x29\x49\x0f\x28\xe5\xe7\x12\xbc\xc7\x68\xbf\x1e\xbe\x02\x03\x30\x45\x19\x45\x91\x18\x61\x89\x0a\x47\x24\x9d\x24\x90\xb1\xb1\xfc\x39\xf8\x69\x43\x18\x93\x6f\x2a\x0a\x1c\x63\x96\x25\xf0\x38\x50\x03\xd8\xb3\xb3\x92\x9f\x2e\xfa\x9b\x9d\x65\x94\x3c\xe2\x18\xd1\x81\xb3\xd7\x73\x30\x4b\xa3\xa1\x84\xe2\x70\xc7\xf4\x3c\x39\xcf\x14\x2d\x4a\x6a\xe7\x92\x8d\xf3\x62\xaa\x9c\x17\xa4\x9c\xb3\x17\x58\xc1\x3a\x27\xea\x06\xa7\xb1\x68\x36\x06\xcf\xb6\x30\x61\xe8\x59\x47\xdb\x98\x44\xb9\x60\x40\x32\x3e\xc8\x69\x32\x06\x7b\xce\x33\x36\x1e\x8d\xd4\x74\x18\x52\x14\xef\x21\x1f\x46\xe4\x50\x6d\x3c\x42\xe9\x20\x67\x23\x8a\xe2\xf5\x1e\xf2\xb5\x26\x7d\x0d\x0b\x31\xae\x0f\x4a\x8c\xa3\xd7\xc3\x57\xa3\x3d\x3f\x24\xa3\x18\x65\x09\x39\xe2\x74\xb7\x86\xeb\xd3\x70\xeb\xd7\xc3\x57\xeb\x82\xe7\xb5\x12\xc2\xda\x12\xfa\x9a\xa4\x05\x9a\x82\xa9\xb5\x9e\x19\x88\xae\x05\xbb\x5b\x42\x0f\xa3\x0e\xfe\x13\x92\xee\x06\x15\xe5\x5e\xed\x31\x2b\xb5\x3a\x46\x5b\x9c\x22\x06\x28\x62\x24\xa7\x11\x62\x20\x45\x28\xd6\x7a\x07\x94\xd2\x3b\x75\x04\xd0\x3c\xe5\xf8\x80\x6c\x2d\x39\xa1\xe4\x1a\xa7\xa5\x7d\xe7\x00\xa7\x51\x92\xc7\x62\xba\x42\xa0\x28\x18\x70\x32\xc0\x07\xb8\x43\xe0\x9b\xf0\xc5\xec\x5b\xb0\xc9\x71\x12\x03\xb2\x55\x86\x4e\x4e\xee\x08\xb1\x73\x00\xcb\x49\xaa\x11\x2b\xf1\x4b\x42\x22\x92\x6e\xf1\x2e\xa7\xf2\xf5\xb9\x31\x05\x30\x15\x16\x53\xff\x21\xd4\x00\x44\xe4\x70\xc8\x53\x33\xd7\xc5\xfb\x4c\x38\x09\xc6\x8d\xce\x03\xf0\x48\x92\xfc\x20\x0d\x19\xe3\x84\x22\x20\x4c\x08\xe0\x7b\xc8\xa5\xa4\x98\x7c\x91\xd3\x47\xfc\x28\xdb\x40\x21\x49\x0e\x29\x1f\x16\x6e\xc4\x96\x8a\xc6\xb9\xc8\x50\x1a\x8a\x21\x02\x13\x33\x9a\x60\xa9\x47\x13\x3c\x2a\x37\x05\x5e\x0e\x2f\x2f\x87\x96\x29\x00\x0c\xa7\x51\xc3\x65\x68\x8c\x8e\xd9\x6d\xf0\xbc\x1e\xbe\xfa\x4e\x08\x84\x89\xe9\x0a\xf2\xc2\x01\x18\x44\x57\xe2\x91\x73\xa4\x16\x19\xa2\x90\x13\x3a\xec\x50\x30\x96\x67\x19\xa1\xfc\xc4\xd4\x92\x08\x1e\x8d\xff\x35\x6e\x54\x99\x8c\x93\x2e\x54\x35\x64\x19\x8c\xd0\xb8\x34\x42\x67\x64\x23\x5c\x1e\x1b\x9f\x0d\x80\xed\xdc\x1f\x2f\xcf\x00\x50\x8e\x3c\x54\xca\xe2\x45\x11\xc9\xe5\x78\xda\x2e\x00\x80\xd2\xbd\x8b\x7f\x96\x3e\x09\xd7\xe6\x2d\x97\x77\xb3\x89\xb7\x9a\x2d\xe6\xeb\xb9\x77\xef\x2b\xf7\x67\x7c\x63\xe3\xad\x45\x6e\x2b\x39\x01\x49\xd0\x15\x4e\x85\xb6\xff\x4e\xb4\x0c\x50\x8c\x05\xdf\x94\x24\x28\x40\xdb\xb1\x05\xa7\xdf\xb0\xdc\x48\x11\x80\x41\x9b\xd8\x7e\x25\xdf\x1a\x5f\x83\xe7\x86\x13\xae\xbb\xe1\x24\xa9\x47\x2a\x1f\xd1\x46\xff\x7c\xce\x80\xd0\x3b\x36\xfc\x52\xf1\x01\x63\x4b\x4e\xf1\xd5\x97\x7f\x00\x58\x86\x22\x45\x83\x24\x4d\xfd\x1c\x68\x60\x31\x37\x74\xc7\xe2\xed\x18\xbc\xb9\x78\x73\xa1\x1f\x70\x48\x77\x88\x2f\xab\x8f\x6d\x40\x56\x85\xfc\xd3\x9f\x5e\xba\x20\xcd\x63\x86\x12\x14\x71\x42\xc7\x0d\xc3\x38\x91\x76\xb1\x0f\xc7\x4c\x84\x8a\x24\xf5\xb6\x5b\x9c\x62\x7e\x1c\x83\x49\x82\x51\xca\x67\x4b\xd7\x5b\x8d\x56\x77\x17\xe9\x96\xe6\x6f\x00\x84\xa3\x20\x39\x0f\x51\x44\xd2\x98\x8d\xc1\xcb\x3f\x5f\x5c\x7c\x7d\x7d\x11\x91\xef\xf7\x37\x94\xe4\x19\x03\x99\xb0\x72\x42\x5a\xd2\xfa\x46\x49\xce\x38\xa2\x38\xdd\x0d\xab\x63\x3f\x84\x49\xb6\x87\xc3\x0f\xf9\x06\xd1\x14\x71\xc4\x84\x49\xe3\x24\x11\x76\x0f\x0d\xf2\x94\x22\x18\x1f\x07\x28\x8d\x33\x82\x53\xce\xc6\xe0\x19\xa7\xb9\x0e\x38\xfe\x00\x3a\x37\xc8\x94\x2d\x29\x15\x4f\x73\x3a\x5b\x8e\xc1\x9c\xa4\xa8\x4d\x19\x35\x9c\xa5\x52\x6f\xde\xbc\x71\xa9\x94\x79\xfc\x6b\x55\xea\x37\x19\x6c\xd1\x7a\x23\x56\x1b\x15\x93\xf0\x5b\x59\x84\x8c\x30\xbe\xa3\x88\xfd\x9c\x9c\x18\x9e\x4a\xc3\x16\x9b\xa0\xa4\xfe\xea\x4f\x2f\x5f\x38\xa4\x5e\x3c\xfe\x32\xa9\x5b\xfd\x3b\xc4\x8e\xe3\x71\x11\x04\x0d\xba\xb5\x4b\x9b\x2c\xe3\xbd\x72\xfe\xf4\x61\x92\x50\x72\x0e\x96\x56\xfc\x39\x53\xc1\x97\x99\x83\x1a\x6e\x0f\x33\x4a\x3e\x1d\x87\x54\x80\xd0\x5a\xc8\x0f\x13\x98\x8a\x81\x51\x31\xe2\xef\x38\xff\xfa\x89\xaa\x32\xd0\x7b\xc2\x78\x6d\x75\x7c\xbb\x08\x57\x02\x44\xae\x5d\x3f\x17\xea\x30\x76\x0c\x7e\xe1\x27\x38\x31\xaf\xbf\xd0\xfb\xe2\xf8\x94\xf9\x30\xae\xe5\x37\x1a\x61\x56\x1d\xe2\x3f\x80\xc1\x7c\xd2\x38\x85\xa7\x07\x4a\xf9\x65\x5e\x72\xc5\x11\x3d\xe0\x54\x73\x95\x41\xc6\xf8\x9e\x92\x7c\xb7\xff\x3a\x23\xaa\xc6\x69\x26\x56\x47\x21\xa7\x08\x1e\xbe\x46\x1c\xf9\xd5\x65\xdc\x4a\xf8\x95\x58\xca\x29\xcb\xd5\x47\xcd\x8a\x05\x87\x72\xd2\x15\x83\xf0\x11\x62\x3e\xd8\x12\x3a\x90\x1e\xfa\x8f\xe6\x97\x2b\x6a\x46\x72\x9e\xe5\xa5\x06\x91\x32\x2c\x6a\x0c\xe7\x0a\xee\x8a\x97\x3d\xba\x19\x0b\xe9\x30\x15\xa1\x2b\xc3\x58\x84\x60\x24\xe5\xe8\x13\x9f\x62\x2a\x50\x4c\x16\xf3\x95\xff\xe3\x6a\x3d\x9d\x15\x59\xbc\x1d\xe6\x25\x1d\x14\x6d\x45\xb3\x70\xf1\x10\x4c\xfc\x75\xe0\x2f\x17\xe1\x6c\xb5\x08\xde\xaf\x03\xff\xfa\x73\xd1\x2a\xa7\xd8\xdd\xea\x21\xb8\x33\xad\xf8\x31\x43\x63\x70\x83\x35\x4d\x5c\x84\x51\xbb\xa3\xe9\x49\xd1\x18\xd6\x9e\xca\x44\x53\xf9\x87\x09\x51\xac\x59\x29\xe8\xf7\x66\x73\x3f\x58\x4f\xfd\xe5\xdd\xe2\xfd\xbd\x3f\x5f\x15\xed\x01\x78\x84\x49\x5e\xcf\x58\xba\x40\x3e\x37\xfa\xb8\xf7\xde\xfa\xf3\xf5\xfd\x2c\x08\x16\x81\x60\xc3\x85\xb4\xde\xa6\x89\xc5\x0b\x56\xb3\x6b\x6f\x22\xe5\xeb\xc2\x60\xbf\x2f\xa1\xb7\x84\x46\x68\x99\x27\xc9\x18\x08\xdd\x2d\x9f\x53\x72\x18\x5b\x68\x3a\x95\xa4\x54\x13\x8b\xf7\xd9\xbd\x77\xe3\xaf\xc3\x55\xe0\x7b\xf7\x4a\x65\xc6\xff\xfe\x4b\xe5\xe1\xca\xbb\xf9\x5c\xc3\xa1\x97\xd7\xb5\x86\x02\x3a\x5c\x7a\x13\xbf\x3a\xc0\x61\xe9\x85\x39\xc5\xbb\x1d\xa2\x45\x60\xb3\xc3\x7c\x9f\x6f\x4a\x06\x54\xca\x57\x20\xbe\x99\xad\x6e\x1f\xae\xd6\xef\xfc\xab\xdb\xc5\xe2\x07\x93\xea\xad\x2b\xce\x6d\xbe\x31\x98\x50\x8a\x28\x8e\x9c\xa8\xfc\xb9\x1f\xcc\x26\xdd\xb8\x14\xb8\x46\x26\x33\x4a\x93\x3d\x4c\x77\x68\x0c\x7e\xa9\xb6\x9c\x95\xef\x74\x6b\xf5\x5c\x59\x2a\xfd\xa2\xd5\xa8\x4d\x6b\x31\xd9\xff\xc3\x96\xad\x68\xcc\x86\xea\xe9\xf0\x03\x46\x43\x42\x77\xa3\x0f\x18\x0d\x74\xcc\x70\x32\xaa\xf8\x22\x23\x49\x91\x64\x86\x8d\xc1\x0b\xfd\xf7\x23\x16\xa2\xbe\xc5\x8c\x13\x7a\xbc\xc3\x07\xcc\xc7\xe0\xf2\xe2\xeb\xad\x6f\x6b\x56\x88\x92\x24\xc1\xe9\x6e\x09\x29\x3c\xb0\x52\xe7\x0e\xf0\x53\x98\x53\xa1\x34\x97\x17\x17\xff\xcd\x7e\xfc\x90\xc2\x47\x88\x13\x95\x88\xbe\xa8\x28\x54\xa0\x70\x9d\xd9\x43\x6d\x50\x56\x75\xa3\x39\xaa\x4f\x18\xd9\x2f\x65\xfd\x0b\xf4\xe2\xab\xea\x46\x7f\xfd\x90\xdd\x16\x3a\x02\xb4\x63\x93\xf9\x52\x66\x7b\x8c\x8a\x03\x29\x0d\xf3\xbb\x45\xf0\xc3\x95\x3f\x9f\xdc\x4a\xcb\x38\x9b\xf8\xb2\x0b\xab\xa1\x65\xa4\xaf\x1e\xc2\xd9\xdc\x0f\xc3\xf5\xc4\x9f\xaf\x02\xef\xce\x80\x7c\x76\xe0\x15\xb6\xd6\x9b\xde\xcf\xe6\x72\x63\xcc\x8d\xaf\xda\xa6\x1b\xcb\xf2\xdd\xf4\x14\x12\xb9\xbd\xe6\xc6\xa1\xad\xfe\xfd\x62\xea\x64\x6d\xea\xbf\xf5\xef\x16\xcb\x9a\xcf\xb4\x11\xdc\x5f\xf9\xde\x3c\x6c\xa7\x40\xbd\x77\x75\x3f\x0d\x16\x8b\xbb\xd0\x50\x70\x3d\xbb\x5b\x09\xd7\x7b\xe7\x85\xa1\xdf\x82\xaf\x0b\xc2\xd5\xc3\x32\x58\xdc\xfb\xab\x5b\xff\xa1\x80\x51\x81\x4c\xe8\x5d\xdd\xf9\x2d\x52\xeb\x86\x39\x21\xc6\xab\xf7\x4b\x2f\x0c\xd7\xde\xc3\xea\xf6\xc4\xe8\xb6\x00\x9c\xc0\x3f\x73\x10\x7d\x5d\x73\xf9\xe2\xdf\x16\xa3\x24\x2e\x72\xb6\x8d\x37\x4b\xc8\xf7\xe3\xc2\x98\x0c\x95\x0d\xf9\xfb\xf3\x5e\x73\xf4\xf9\x3f\xba\x49\x0c\x16\x0f\xab\xf6\xa9\xd2\x7b\x41\x7c\xaa\x87\xc0\x4c\x31\xb7\x88\x9b\xc8\xd9\x01\x52\xae\xb2\x03\xdd\xe8\x7b\x8d\x5b\x8f\xb1\xea\x9c\x97\xf6\xbe\x77\x27\x96\x13\xd1\xeb\x97\xc4\xaf\xbd\x22\xd8\x5e\x31\x6c\x0b\xa6\xc5\x75\x0f\x44\x8b\xeb\x76\x3c\x72\x79\xe0\xc2\x11\xdc\x2e\xbd\x7b\x69\x63\xcf\xfd\x1f\x57\x7e\x30\xf7\xee\x1c\x48\xca\x56\xeb\x12\x9f\x73\xee\x8c\x45\xe8\x40\x06\x72\x13\x29\x42\x29\x77\xa9\x86\x1b\x5b\xa7\xf6\x3d\xc5\x1d\xb8\xd1\x2f\xbd\xd5\xad\x0b\xf7\xe8\x00\x1f\x51\xfa\x62\xd4\x1b\x91\x50\xd4\x27\xf8\x2d\x05\x69\x80\x9e\x42\x6f\x18\xbe\x5b\x04\x2d\x1a\xdf\xd2\x8d\x01\x72\x75\x63\x86\xf7\xf4\x08\x1a\xbd\xd2\x4d\xfa\x22\x3b\xa1\xee\xa6\x4d\x6f\x74\x9d\x72\x76\x34\xec\x8b\xb8\x5b\xb2\x8e\x86\xa7\xcc\x92\x1f\x84\xb3\x70\xe5\xcf\x27\xfe\x7a\xda\xe1\xb7\x9d\xcd\x9d\x6e\xdc\x5b\x79\x6a\x59\xdf\x3e\x65\xdb\xf4\x68\x2d\x80\xaf\xbc\xb0\x45\x6c\x36\x1d\x8b\x70\x75\x13\xf8\xe1\x7f\xdd\xad\xa7\x57\xad\x7a\xb9\xfe\x7e\x3e\x9d\x7d\x05\x9e\x34\xb2\x95\xe7\xc2\x65\xad\xa9\x9c\x2c\x05\xb3\xb7\x6e\x0f\x52\xdb\x03\xe8\x37\x44\x33\xef\xce\x9f\x9c\x36\xf9\xb6\x7c\x14\x48\x3b\x5f\xdd\xba\xea\x46\xda\xe6\xf0\x14\xc6\x6e\x25\x75\x63\x6c\xf1\x7d\x0a\xa1\x09\xb9\x6f\x17\x61\x0b\xef\x27\xb7\x58\xba\xd0\x2e\x17\x81\x13\xed\xb3\x57\x7f\x7a\xf9\xc2\x35\xb4\xab\xd9\x7d\x19\x72\x48\xad\x5d\xcb\xf3\x63\xeb\xc0\xbf\x0e\xfc\xf0\x76\x3d\x9b\xaf\xfc\xe0\xad\xd7\x62\x53\x7a\x83\xbb\x24\x52\x3d\xb1\x56\xcb\x13\x95\x9e\x01\xf1\x68\x54\x26\xe7\x55\xba\x63\xa0\xce\x9f\x9c\x44\x7a\x72\xdc\x6a\xa7\xe6\x5a\x11\xf6\x52\xab\xb2\x69\x3b\xa2\xde\x1a\x55\x6d\x7e\x6a\x99\x73\x73\x7f\x2a\xfe\x6f\x6b\x7d\x02\x73\xb8\xf2\x82\xd5\xc3\x72\x1d\xae\x02\x6f\xe5\xdf\xbc\x77\x21\x2f\x0e\xee\x84\x1c\x52\x9e\x67\x26\x97\xe9\xc0\xfc\xfd\x4d\xb0\x78\x10\x7c\xcd\xe6\x37\xeb\x65\xb0\x58\x2d\x26\x0b\xa7\x6e\x95\xd9\x9f\xe9\x5c\x35\x77\x60\x5b\x2c\xfd\x79\x78\x3b\xbb\x5e\xad\x4d\xa3\x1e\x6b\xda\x1e\x3b\xc7\x4f\xe8\xa7\x75\xc6\xbd\x79\xf3\xe6\x8d\x6b\xc6\x85\x61\x87\x8f\xd6\x2f\x5d\x63\x22\x5e\x09\x3a\x66\xd3\xc9\x62\x3e\xf7\x27\x2b\x2b\x06\x76\x3b\xa8\xc5\x62\x35\xfc\x08\x5d\xa1\x9f\xc0\x15\xf8\xde\xdd\x7d\x3b\x15\xf2\x75\x1b\x1d\x2a\xb3\x78\x52\xcf\xca\xa6\x6d\x88\x26\x77\xb3\x3e\x71\x7f\xd9\xb4\x0d\x51\xb7\xe9\xb7\x5b\xb4\x61\xe8\x9e\x98\x76\x8b\x36\x0c\x7a\x46\xad\xc3\xf0\x6e\x3d\xf1\x83\xd5\xec\x5a\xa8\x99\xbf\x7e\xeb\xdd\xcd\xa6\x52\xdf\xda\x71\x9f\x86\x6d\xa5\x3b\x98\xcd\x27\xb3\xa5\x77\xb7\xf6\x56\xab\x60\x76\xf5\xb0\xea\x10\x82\xa3\xb1\xd3\x54\xd9\x1b\x7e\xa7\x2d\x55\x73\x1b\xb7\x03\xdd\xe9\xd0\xcc\xb5\xdd\x58\x45\x28\xd3\x0a\x77\x53\x6f\xd9\x3e\x93\x2a\x4d\xba\x71\x5c\xcd\xe6\xd3\xf5\xb4\x65\x70\x1a\xcd\x7a\xe0\x9a\x04\xfe\xd4\x9f\xaf\x66\x6d\x5e\xb3\xb5\x79\x37\xee\xef\x3d\x4f\x9e\x05\x7f\x08\x66\xab\xf7\xeb\xe9\xe2\xde\x9b\x9d\x24\xda\x05\x73\x82\x03\x2f\xf4\xd7\x93\xd5\x8f\x7d\x24\x52\x36\xed\x81\x53\xa5\xb5\x7a\xe1\x54\x4d\xbb\x71\x86\xbe\x17\x4c\x6e\xd7\xe1\x64\xb1\x6c\x33\xf4\xce\xb6\xbd\xb0\x8a\xb8\x66\x7d\x37\xbb\x9f\xb5\x05\x69\xed\x00\xdd\xf8\xa7\xb3\x70\x35\x9b\xdf\x3c\xcc\xc2\x5b\x7f\x2a\xdd\xcf\xa9\x69\xdb\x0f\xb6\xbb\xd7\xa5\x17\x84\xfe\x09\x1b\xd9\xd6\xfa\xc4\xfc\xd3\xad\xd6\x57\xfe\xcd\x6c\x2e\xa2\x84\xaa\xa7\x76\xcf\x48\x17\x50\xcf\x7e\xfc\xf9\xf4\xa9\xbd\x94\x20\xdd\x7d\x04\x8b\x3b\x4b\xa2\xad\xab\xf2\x0e\x80\xd3\xf8\xc3\x9e\x53\xcb\x6e\xdb\x83\xea\x7e\x73\xcb\x6a\xda\x03\x67\x20\xac\x46\xd8\xea\xb5\xda\x5a\x9f\xd0\x7f\xff\xda\x7b\xb8\x5b\x49\x98\x93\xfa\x6e\xb5\xed\x41\x6f\x75\x42\xf4\x1d\xbe\x06\x54\x9f\x99\x54\x42\x5e\x07\x8b\xfb\x1e\xc3\xd9\x02\xf6\x34\x7d\x0c\x7b\xea\x4d\x1d\xe6\x44\x2f\xfe\xb5\x1f\x04\x9e\x5a\x09\x57\x24\xb1\x5e\x2d\xd6\x93\x5b\x7f\xf2\xc3\xc9\x4e\x4f\xa3\x68\xa5\x41\x12\x7c\xef\x2d\x97\x32\x01\x2e\x94\x7e\x19\x2c\x96\x22\x02\x6a\xdb\x2c\x39\x09\xd6\xaf\x2f\x7f\x79\xe7\x4d\xfc\x53\x8a\xd8\x06\x62\xf7\x21\x77\xd1\xfb\xef\x18\xca\xe6\xcb\x3c\x49\x96\x24\xc1\xd1\x71\x0c\xbc\xe4\x23\x3c\x32\xab\x45\x82\xb7\x28\x3a\x46\x09\xaa\x6e\x73\x64\x84\xa9\x15\x56\x7d\xf7\x03\x7d\xb2\x37\x03\xcd\xbf\x88\x1c\x0e\x30\x8d\x9b\x2f\x06\x60\xb4\xc1\xe9\x88\xed\x5d\x6f\x48\xc6\x47\x08\x66\xb2\x45\x02\xf3\x34\xda\x8f\xe4\x8d\x24\xc1\x8a\x7d\x46\x8e\x90\x0f\x6c\x58\x43\x91\x51\x14\x72\x92\xfd\x31\xc9\x4b\xf0\x23\x4a\x11\x63\x4b\x4a\x36\x35\xc1\x6e\x21\x4e\x72\x8a\x56\x7b\x8a\xd8\x9e\x24\xf1\x18\xbc\xac\xbc\xdf\x73\x9e\xdd\xa0\x86\xd8\x33\xb9\xdb\x34\x32\xbb\x4b\x23\x8a\x18\x1f\x29\x02\x46\x7b\x04\x13\xbe\x8f\xf6\x28\xfa\x50\x87\xaa\x1f\x73\x37\xff\x58\xb4\x47\x26\x4f\x50\x79\x85\x53\xcc\x31\x4c\xa6\x28\x81\xc7\xe2\xb0\xf8\x65\x0d\x3e\x43\x14\x93\xb8\x7c\xfd\xaa\xf2\xb6\x7e\xd4\xfc\x85\xf5\xb6\xff\xa6\x33\xa8\x9e\xd7\x35\x83\x52\xec\x3e\xeb\xd3\xd1\xaf\x5f\xbf\xa9\x74\xae\x3a\xf8\x89\x24\xe4\x03\x86\x35\x85\x21\x9c\x44\x24\x19\x83\xd5\x64\xd9\x89\xb3\x2e\xae\xc6\xed\x81\xa7\x22\x2c\x2f\x0b\xd4\x11\xb2\x2f\xc4\x58\x9e\x15\xb7\x31\xd6\x32\x0a\xed\x08\x29\x82\x31\xee\xaf\xa0\x7f\xfe\xb5\x1a\x2a\x0f\xd2\xfc\x86\x0a\xfa\xb2\x53\x3f\xfb\xab\x67\x71\x07\xaf\xca\x5c\x82\x0f\x98\xb3\x3a\xc3\x07\x74\x20\xf4\x58\x4f\x77\xf9\xf7\x8b\xe0\x7d\x33\x3a\x57\x39\xc4\x7b\x92\xa7\x75\x8d\x3e\x88\x67\x6a\x33\xb9\x67\xfa\xd1\x0c\x77\xd9\xf2\x03\x3a\xca\xab\x71\xae\xb6\x42\xf6\x8b\x34\x39\xd6\x0e\xb9\x09\x39\x4e\x9c\x47\x39\x1c\xc6\x72\x00\x2a\xe6\x6d\x00\x06\x51\xe5\xcf\x3c\xe5\x38\x01\x29\x4b\x08\xf9\x90\x67\x27\x12\xcb\xe0\x3f\xfe\x03\xa4\x11\x18\x3c\xfe\xb3\x7f\x06\x1a\xc8\x13\xf9\xdf\x81\x98\x00\x14\xed\x09\xf8\x08\x31\xc7\xe9\x4e\x1e\x7a\xee\x46\xf2\x1d\x60\x09\x42\x19\x90\xc0\x29\xfa\xae\xe9\x4b\x37\x39\x3b\x6e\xc8\xa7\x2e\xaf\x39\xdb\xce\x09\x5f\x52\xc4\xca\x4b\x89\xa0\xe7\x05\x84\x81\x10\xb4\x05\x63\x1d\x4f\xbe\x57\x17\xd3\x4d\x27\xd7\x30\x49\x36\x30\xfa\xb0\x22\x77\x64\xc7\x16\xa9\x4f\x29\x29\xad\x21\xab\x5c\x09\x9b\x3f\xc1\x8e\x5a\x3d\xde\x50\x18\xa1\x65\x75\x76\xfc\x67\x39\x77\x94\xf6\xb0\xe6\x49\xd0\x3e\x9a\xa6\xcf\x06\x56\x06\x4d\x3d\x9b\x37\x0f\x48\x56\xee\x9a\x4b\x90\xfa\x29\x46\xeb\xb8\x60\xfd\x44\x98\xb9\xc8\x1b\xd5\x54\xba\x30\x92\xa2\xc3\x0a\x17\xfd\x04\x75\xf2\xdc\xe7\x17\x39\xb2\xff\xef\x4f\x38\xfe\xda\x5b\x3b\xe5\xc1\xc4\xcb\x33\xf0\x35\xae\xe4\x00\xc7\xe1\x43\x7d\x6c\x10\xa9\x52\x09\x67\xe0\x8f\x72\x6e\xd0\x69\x0d\x9f\x22\xee\x27\x88\x1c\xfc\xba\xb3\x7e\xb5\x8d\x4e\xf7\x42\xe7\x69\x1b\xa3\xf6\x4e\xe7\xd7\xdb\x1d\xb5\xb7\x79\xbf\xda\xd6\xb9\xd5\xe0\xde\xfb\x71\xbd\x0c\xfc\xa5\x17\xf8\xd3\xf5\x2a\xf0\xe6\xa1\x37\x11\x32\x6f\x59\x63\xf6\x81\x74\x2c\x01\x9d\x9a\xd1\x67\xbd\xd7\xba\x34\x71\xad\x9d\x5a\x56\x4e\x03\x30\xca\x19\x1d\x25\x78\x23\x80\x46\x32\xb4\x1b\x14\xda\xd2\x68\x3c\x18\x88\x6e\x7b\x2c\x34\x5e\x5c\x74\xc6\x6a\x97\x17\x4f\xf4\xbe\x4f\x5a\x4c\x58\x77\x01\x35\xc8\x17\x84\xcf\xbf\x8d\x10\x9d\xd2\xea\x8e\x6b\x2f\x9f\x1c\x7d\x3e\x42\x49\xcc\x28\xdb\xb1\x9f\x93\x91\x30\x75\x8e\xa0\xf3\x44\xb4\x93\x3d\x92\xa4\x6f\xe4\xf1\xe7\x1e\x91\xc7\x53\xba\x03\x56\xe9\x88\xb7\x12\xe1\x24\x81\xb8\x76\xae\x33\x12\x8f\xda\xc3\x27\x0b\xb7\x6c\xf9\x7f\x27\x36\x71\x28\xf0\x17\x5d\x4a\x29\xf1\x8c\x2b\x76\xa6\xf7\x55\x94\x36\x98\x96\x5b\x29\xbf\x2e\xca\x59\xba\x46\xef\x77\xb8\x5f\xf7\x05\x01\x4a\xa1\x1c\xa5\xbf\x54\x15\x37\xee\x49\x8c\x0a\x3d\x09\x10\x8c\xdf\x51\xcc\xd1\x22\xd5\x77\x75\x1a\x0b\x4c\x8a\x7e\xce\x11\xb3\x67\xa5\x08\xaf\x75\x8e\x6f\x7a\xb5\x7e\xbb\xb8\x7b\xb8\xf7\xd7\x13\x6f\xe9\x4d\x66\xab\xf7\x9f\xcf\x32\xa1\x70\x88\x4b\x6d\x1c\x34\x2f\x64\x0b\xe2\xe5\xaa\x88\xef\x91\x2d\x9c\xe1\x19\x00\xba\x4e\x90\x52\x7e\xbb\xc2\x92\x78\x52\x14\x03\xa9\xb3\x7d\xa6\x88\xc4\x14\xc5\x85\x4e\x6b\xdf\x75\x38\xc2\x2c\xab\x53\xf1\xc3\xcc\x07\x30\x3e\xe0\x14\xcb\x18\x8b\xd0\xa2\x16\x56\x83\x06\xd1\xd4\x13\x4d\x65\xd5\xab\x82\x82\xc6\xe1\x7e\xdd\x9d\xc4\x2a\x5b\x9e\xec\xd2\x54\xdd\xea\xe8\xd2\x54\xd1\x3a\xd3\x73\x0b\x3c\xff\x3b\x1c\xfc\xd3\x1b\xfc\x8f\x7f\xfc\xf2\xe7\xcf\x7f\xbf\x18\xfc\xe7\x3f\x7e\xb9\xfc\xfc\x6f\xcf\xcf\x80\xba\x06\x25\x6b\x8d\xa1\x4f\x19\x55\x75\x17\x1c\xc4\x2e\xdf\x4d\x5d\x84\xe9\xba\x19\x85\x10\xc0\x37\x21\xe2\x4c\x8e\x0f\xa1\x3b\x79\x3e\x5c\x1f\x15\x17\x4d\x00\x3b\x32\x8e\x0e\xc2\xf5\x64\x88\xf2\xe3\xb7\x2e\x06\x42\x85\xb2\x21\xb4\xea\xe1\x6b\x2d\x35\xe1\x5b\x72\x41\x4e\x9b\xe4\x34\x81\x46\x64\xe7\xaa\x8e\x17\x27\xc2\x66\xa5\x28\xe2\xe2\x67\xd9\x8e\x0d\xc1\x6c\x0b\xf8\x1e\x33\x50\xa8\xa2\xd4\x5d\xcc\x40\x4a\x38\x60\x88\x9f\x4b\xe6\x8a\xc2\x67\x98\x95\x56\x11\x26\xc9\xb1\x90\x67\xdc\x21\x8b\xec\xa3\x2a\x80\xf4\x04\x71\x7c\xc5\x01\xb5\x4e\x9f\xd7\x04\x36\x37\xd6\x11\xe0\x14\x7c\xdc\xe3\x68\x2f\xa9\xb7\xec\x30\xeb\x53\x83\xc9\x54\x08\x92\x9e\x84\x01\x48\x05\x3e\xc6\x61\x92\x08\xa9\xac\xf6\x88\xd5\x70\x8a\x16\x29\xa1\x07\x29\xc0\xa2\xa9\x20\x82\xef\x95\x69\x29\x16\x78\xa5\x05\x1f\x82\xf7\x24\x07\x6c\x4f\xf2\x24\x06\x24\x4d\x8e\xb2\x60\x92\x18\xcf\x03\x89\xf1\xf6\xa8\x86\x11\xcb\xc2\x4e\x16\x52\x83\xb1\x42\x80\x2c\xb0\x16\xe3\xed\x16\x51\x94\x5a\x7d\x8c\xac\xc2\x77\x95\x91\xb1\xa0\x4b\xa9\x15\x52\x76\x7b\x93\x0e\x5b\x53\x56\x1d\x6a\xb3\x7a\x64\x2b\x87\x42\x55\xae\x62\xaa\x63\x4e\x84\x36\xd7\xee\xc6\x0f\xc1\x14\x6d\x61\x9e\x70\xa1\x9a\xcf\xe4\xb9\x75\x2b\x9d\x4f\xf7\x28\x79\xf3\xcc\x69\x38\xb4\xa2\xd5\x39\x73\xa9\x4e\x83\xbf\x0e\xd6\x9c\x14\xd4\xd9\xf4\x64\x1f\x31\x90\x65\x50\x10\x95\x95\xae\x52\xcd\xac\x18\x9b\xb4\xc2\x78\x95\xc5\xd7\xc3\x57\xc3\xcb\x26\x4b\x36\x1f\x2a\x7a\x70\x8c\xcd\xca\xbb\xe9\x20\x5d\x62\xee\x32\x2a\xc6\xa5\x47\xaa\x56\x88\xf2\x7e\x5d\xf3\xbe\x04\x18\xc6\xec\xc9\x26\xc0\xea\x4e\x9e\xcb\x3e\x7d\x72\x5b\x33\xf2\x13\x7c\x84\x63\xb5\xbd\x33\x2a\x09\x65\x23\x39\x36\x4f\x37\x02\x85\x0b\x5e\xaa\x90\x21\xfc\xaf\x3b\x33\x56\xcc\x9a\xe9\x92\xbf\x55\x0d\x54\xd8\xcb\x44\x26\x66\x1a\x13\xbd\xd7\x24\x57\x41\x4c\xcf\x89\x5e\xed\xb9\xc7\x1c\x07\x15\xcd\x2a\xe8\x69\x6a\x97\xc5\x79\xb7\x29\x38\x19\x63\xf6\x34\x02\x0d\x51\xeb\x6a\x67\xe7\x7a\x88\xa4\xe4\x39\x4a\x63\xe3\xdd\x28\x45\x2c\x23\xa9\xfc\xcb\xd8\x3c\x0b\x89\x06\xaf\x4e\xa5\xcb\x8b\xde\x9c\xda\x53\xaa\x23\xf6\x2e\xb9\x13\xc8\x3b\xe6\x92\xd5\x4d\x51\x76\xa7\x33\xb4\x0a\x1b\x70\x53\x03\xd7\x16\x3a\x34\x73\x38\xb6\x8d\x7a\x22\x71\x9d\x41\x58\x07\x71\xbf\x81\x23\xaf\xe4\x84\x9e\xc8\xc6\x97\xc8\xb7\xcd\x2d\x54\xd2\x48\x35\xe9\xbe\x6e\x98\xfc\x24\x21\x1f\x59\xdd\x8c\x70\x02\xf6\x30\x8d\x13\x04\x7e\xf4\x00\xa7\x30\x65\x50\x96\x83\x64\x5d\x7a\x59\x10\x76\x80\x9f\x40\x46\x51\x06\x29\x8a\x4d\x80\x27\x80\x5d\x9a\xda\x95\xc7\x6a\x73\x08\xcf\x2e\x2f\x9a\x4a\x1c\xe2\x7f\x4a\xf7\x5c\x2e\xcf\xcd\x2a\xa7\xb0\x93\x85\xb4\x55\x26\xa0\xc1\x4b\xc1\x80\x5a\x1a\x82\x09\xcc\x60\x84\xf9\xb1\xa0\xbb\xb9\x56\xea\xa0\xf2\xf2\x06\xf7\x53\x82\x5b\xbc\x11\x13\x8c\x23\x10\x63\x98\xb8\xc2\x9c\x16\x45\x50\xad\x4f\xa9\x40\x71\x2f\xa5\x35\xea\xa1\xbb\xe1\xde\xd0\x30\x34\x34\x94\x1d\x99\x7e\xda\x99\x39\x6c\x10\x4c\x19\x40\x29\xdc\x24\x28\x1e\xc5\x98\xc9\x1f\xb6\x0b\x16\xee\x57\x37\x83\x69\x2c\xff\x64\x11\x4c\x53\x44\xf5\x63\x87\x1b\xc6\x88\x39\x1d\xf1\xfd\x95\x06\x70\x5c\x6e\x36\x0b\x12\x45\x4a\x07\xcd\x51\x02\x19\x03\x5b\x9c\xe8\x8a\x71\xb5\x70\x21\xa6\x84\x24\xc5\x05\x5b\xd5\x6c\x28\x61\x50\xbf\x88\x61\x2a\x11\x98\x61\xbb\x96\x08\xc0\xa4\x40\xd0\xeb\x66\x75\xf5\x1e\x53\x8d\x97\xd9\x56\xac\x83\xc4\x54\x95\xe5\x71\xf5\x82\x88\x92\x03\xe2\x7b\x94\x33\xc3\x27\xfa\xc4\x51\x2a\x2b\x84\x7e\xc4\x49\x02\x36\xc8\xc8\x46\x73\xac\x92\x4f\x56\x90\x54\xa2\x30\xdc\xa3\x4f\x7c\x68\xc6\xf4\x24\xdf\xcb\x92\x02\xcd\xbb\x5f\x50\x30\xd5\x48\x4a\x43\xd0\x7d\xef\xbb\xc6\xf1\xf3\x49\xce\x38\x39\xc8\x8a\x4e\x45\x0e\xc2\xae\x31\x06\xe4\xb5\xe1\x21\xb8\x43\xb2\x84\x76\x02\xd3\x0f\xb2\x4d\xac\x9d\xab\x01\x3c\x97\x4c\xa3\xe1\x6e\x68\x5d\x74\xfe\x8b\x95\xc9\x90\x65\x8e\xff\x66\x85\xcb\x7f\xd1\xd1\xc9\xdf\x86\x7f\xd1\xc8\x06\x31\x39\x40\x9c\x0e\x58\xbe\xdd\xe2\x4f\x7f\x7b\xde\x31\x67\x0d\xd9\x82\x52\x55\x47\xeb\x56\x13\xe2\x9a\xbb\xd5\xb3\xea\x7d\x45\xc0\xea\x32\x68\x13\x82\x64\xbd\x10\x84\x16\xc2\xef\xc2\x3b\x7b\x2a\xf3\xe1\xa9\x65\x98\x2e\x34\x5e\xab\x22\x6e\xb6\x8f\x65\xc5\xf0\x2e\x5b\xfa\x83\x69\x18\x2a\x3c\x6d\x0e\xd5\xde\x48\x6e\xda\xd1\x13\x34\x56\xa8\x01\x1f\x31\xdf\xeb\x30\x5b\x11\xdf\x8b\xbe\x6b\x9c\xa0\x56\x89\xd5\xef\x87\x69\xa3\x61\xfa\x1d\xfe\xf4\x81\xb5\xd2\x08\x19\x23\x11\x96\x65\x87\x05\x65\x9a\x2e\x65\x1f\x85\x01\xde\x0a\x9d\xe8\x94\xe1\xa4\x6c\x76\x42\x7e\x7a\x81\x6a\xd6\x42\xb2\xb8\xb9\x83\xae\x4a\x2d\xfb\x8a\x00\x85\xdf\xe8\x49\x55\x21\x39\x2b\xcc\x6b\x21\xcb\xda\xf3\x2b\x32\x8e\xa6\x4b\x41\x4b\x47\xc0\x64\x79\x13\x4e\xc0\xe6\x28\x9a\xab\x9c\x68\xce\xf7\x28\xe5\x58\x15\x74\x96\x29\x37\xc9\x0d\x64\x1f\x06\x14\x25\x45\xc5\x77\x22\x2b\x2f\x8b\xd0\x48\x55\x8e\x47\x9f\xe0\x21\x4b\xd0\x39\xf8\x39\x47\x14\x23\xd6\xb1\x86\x55\xbd\x0d\x45\x4f\x76\x4e\x4f\xa2\xed\x5c\xc5\x6a\x82\x35\xb5\x02\x5e\x12\x38\x74\x49\xc8\x51\x25\xc3\xb8\x24\x5d\x92\xbd\x6e\x9e\x6c\xcd\x28\x6a\x5e\xb7\x55\xec\x56\x3a\x47\x24\x2c\x4c\x00\x4c\x30\xd4\x85\x7e\xaf\x09\x3d\x40\x3e\x2e\x77\x34\x66\xf1\x5f\x77\x94\xe4\xd9\x2c\x1e\x43\xa1\x01\x30\xe2\xb3\x78\xac\x57\x4f\xff\x8a\x5e\x7c\x23\x81\x5f\x7c\xfb\xd7\xdd\x8b\x31\x7c\x31\x7e\x7c\xd1\x69\x93\x0a\xca\xca\x33\x0f\x2e\xf6\x5b\x4a\x3a\x74\xcf\xff\x1b\xcc\x75\x05\x34\xf0\x10\xcc\x54\x69\xf5\x8e\x14\xb9\x68\x1e\xa0\x8c\x30\xcc\x09\x3d\x02\x75\xfd\x47\x5f\x86\x72\x95\x60\xeb\xd5\xff\x86\xc2\x34\xda\x8f\x38\xdc\x01\x8a\xe4\x42\x3b\x6a\x4e\x17\xd5\xb3\x7e\xdb\xd1\x69\xe0\x5f\xd7\xfb\x58\x42\xbe\x37\xa6\x4c\xa0\xd1\x0e\x42\xce\x82\x1c\x27\xf1\x77\x00\x1d\x32\x7e\x94\xcc\x53\x42\xca\x06\x31\xa6\xf2\x58\xc5\xb1\x41\xcd\x44\x95\xb2\x03\x53\xd3\xa2\xa0\xc8\x2a\x6b\xe7\xe0\xf5\x36\xdf\x98\xad\xb3\x36\x8b\x7a\x23\x6b\x95\x81\x77\x68\xb3\x27\xe4\x83\x36\xf6\x8d\x75\x9f\x5c\xf2\xbd\xf9\x7c\x72\xc5\xe7\xac\x6f\x76\x7a\x54\x54\x99\x32\x5d\xe6\xfe\x14\xc1\xba\xf1\xd7\xa2\xd8\x59\x46\xed\x24\xc9\xf7\xf0\x11\xa5\xe0\x80\x29\x25\xd4\xce\x71\x86\x2f\x66\x8a\x0d\x95\xa5\xd7\xd1\xa4\x0a\x3f\x75\xeb\x43\xce\x0a\xaf\xac\xf6\xad\x74\x8d\x6f\x33\x77\x19\x48\x51\x84\x18\x83\x54\x29\x89\xc4\x27\x3f\x0f\x90\xc6\x80\xe6\x69\xe1\xcb\x0d\x89\x65\x59\xaa\xba\xb0\x2a\x64\xda\xd3\xa7\x51\x33\xa5\x8b\xbf\xaa\x5d\xaa\xa5\x72\x3b\xbb\x24\x5b\x77\x8f\xb2\xb6\x4a\xb1\x3d\xc2\xc5\xea\x2a\x19\xff\xf7\x86\xc1\x14\x2e\x0f\xc7\xb6\x7c\xa5\x1c\x65\x0f\xb4\xb0\x0b\x43\x1d\xed\x9f\x03\xcc\x41\x04\x53\x19\xc6\x7f\x8a\x92\xdc\x7c\xc3\x41\x68\x86\x4e\xde\x29\x6b\x9a\x1c\x0b\x9e\x50\x6c\x68\xdd\x1c\x01\x8c\xa5\x9c\xb1\x9c\xac\x35\x82\x87\xc2\xee\x1a\x27\xa4\x36\x0b\x4b\xca\xcf\xff\xad\x56\x81\x45\x3f\x88\x64\x80\x27\x09\xac\x4b\x1c\x60\x26\x97\x28\x9b\x9c\x57\xdf\xe9\xab\x2c\xf6\x6e\x0e\x4c\x85\x18\xcc\x12\xa5\xd8\xbd\x01\x14\xa6\x31\x39\x24\xc7\x73\x89\xe5\x23\x49\x9f\x3f\xe7\xa2\x45\x2e\x57\x12\x00\xa7\x0d\x26\x1a\x96\xff\xbe\x26\x4c\x20\xbb\xb7\x87\xac\x2c\x5a\x62\x17\x9b\x51\x9c\xd5\x47\xec\x3a\x17\xb2\xfd\x39\x87\x09\xde\x62\x14\x0b\x95\x53\x5f\x84\xa8\x77\xd3\xa2\x36\xd4\x6d\xec\x6b\x05\x4f\x6a\x9d\x9a\x0f\xf6\xc8\x9e\xe4\x1e\xb0\x1c\xec\x3a\xc6\x73\x80\xb7\xc5\x94\x39\xdd\xbf\x49\xec\x39\x89\x30\x77\xeb\x1a\xa6\x5f\x87\x67\x5f\x95\x92\xac\x1e\xa6\xb9\xea\xaa\x38\x82\x45\x5d\x56\xbc\xba\x23\x5d\x04\x14\xc5\x27\x2f\x26\x42\x5f\x61\x72\x0e\x3e\xee\x11\x45\xe5\x1c\xd2\xdb\xe5\x30\xda\x4b\x03\x46\x84\x9d\x22\x1f\x8b\x95\x94\x3a\x69\xcc\xc0\x37\x95\xd8\xcc\x9a\x9c\x42\x0b\x77\xe8\xdb\x6e\x66\xe7\xd6\x62\xa0\x4e\x91\xe9\xaa\xe0\xbb\xad\x20\xd1\x93\x14\xc2\xd0\x2f\x56\x79\x28\x16\xb3\xbe\xd1\x2f\x96\xdf\x09\x91\xfc\xfb\xde\xb2\x41\x73\x81\xde\xc8\xb4\x2f\xe2\x76\x46\xaa\x05\x8b\x9e\xa4\x56\xbf\x9e\x9f\x65\x7d\x51\xf1\xb5\xf8\x69\x53\xce\x3b\xcc\xb8\x18\x74\x13\xf0\x60\xc4\x94\x8d\x56\xdb\x04\x90\x46\x7b\xfc\x88\x58\x61\xf0\x22\x92\x61\xb9\x03\xa3\xb6\x09\xac\x90\x59\x99\x77\x92\xc4\x88\x4a\x23\x9b\xa7\x2c\x43\x91\xb4\x3d\xe7\xd2\xaf\x16\xb8\x70\x0a\x46\xaa\x72\x75\x0d\x6d\x43\x1c\xbf\x09\x75\xe5\xe1\x0e\xbb\x50\x6e\x3d\x4b\x2b\x96\x33\x14\x6d\x29\x62\xfb\x81\xdc\x64\x7c\x84\x49\x31\x2a\xfe\xf7\x57\xf2\x88\x59\xf1\x01\xa0\x22\x65\x3b\x10\x3f\x06\x6a\x41\x5b\xe7\x66\xd5\x80\xd0\xdf\xf0\xd1\xfd\x80\xa2\x9f\x6f\xb0\x70\xdb\x49\x82\x99\x3a\x1e\xf6\x6d\x41\xf3\x53\xca\xc6\x98\x25\xd0\xcb\x8b\x0b\x47\x1e\xda\x5a\x63\x95\xeb\x0c\x75\x8d\x43\xdd\xf1\xe8\x5c\x4d\x17\x10\xf7\x0a\x42\x56\x44\x75\xad\x4d\xec\x3b\x20\x9d\x39\x67\x9d\x73\x03\xea\x73\x54\x72\x11\x06\x33\x2c\x03\xad\x98\xa4\xcf\xb9\xb6\x79\x82\x88\xf2\x24\xae\x8c\xe4\xcd\x38\xa3\x78\x94\xa7\xe6\xa7\x5a\xb7\x52\x20\xbf\x7e\x84\xe2\x11\xe3\x24\xcb\xaa\xa9\x5e\xb3\xfc\xac\x2f\x59\x0f\xbb\x03\x1f\xc2\x0c\x97\xb9\x44\xa1\x4e\x34\x47\xcd\xdc\xa9\xa6\xd9\x92\xcc\x7d\x41\xbe\x53\x1a\xb5\x72\x31\xad\x3b\x07\xce\x4c\x6a\x70\x3b\x08\xc3\x85\x70\xc7\x8d\xb1\x29\x5f\x95\x2b\xa4\xd0\xe9\xa2\x75\xcb\x00\xc1\xe4\xe0\xde\xce\x69\xb4\xa8\xa0\x54\xe5\x4b\x1c\xca\xa4\x05\xa0\xa1\xd5\xf7\x59\x4e\xee\x17\x35\x5b\xbb\xc4\x66\x55\x2c\xe9\xdb\x71\x78\x32\x6b\xe5\x6a\xdf\xd6\xb9\x5e\x8a\x74\x89\xb2\x3c\xbb\x25\x1d\x52\x71\x6e\xa8\xfc\xdc\xa0\xee\x09\x6f\x85\x63\x8f\x09\x62\xe9\x73\xae\x83\x57\xcc\x9a\xa4\x76\x60\xaf\x8e\x71\x8b\xab\x72\xc0\x17\xee\xa5\x95\xba\x3e\x54\x34\x72\x55\x95\x2a\x2e\x6e\x2a\xcc\x4c\x09\xc3\xbb\x4a\x2a\xee\x2d\x4c\x70\xec\xce\x38\xf4\x86\xac\xd0\xd1\xab\x16\x4c\x77\x72\x48\x77\xbc\xa4\x38\x8d\x70\x06\x13\xe0\x71\x4e\xf1\x26\xe7\xc8\x2c\x7f\x20\x6b\xdf\x6c\x6e\x87\xae\xca\xcb\x59\x3d\xc6\xd4\x75\x93\xd9\x10\x8a\xe2\x75\x11\xfa\xd6\xfd\xf6\xd4\x5b\x02\x5f\x7f\x08\xc8\x3e\x9f\x26\xf3\x38\x65\x5a\xcf\x25\xd8\x0a\x6c\xe9\x0d\x2b\xa5\x5d\x6a\xdd\x5d\xe1\x34\x06\xd3\x79\xf9\x55\xcb\x3e\x5d\x68\x20\x47\x0f\xa6\xf0\x8b\x8b\xa9\x09\x45\xb1\xc0\x0c\x13\xf6\x05\xdd\x59\xd0\x6d\xfd\x5a\x45\x62\x1c\x91\xfa\xf7\xf7\x3f\x82\x85\xfc\x08\x99\x1d\x0f\x7f\x0f\x21\x0b\x51\x94\x53\xcc\x8f\x53\xb9\xa7\x50\x4c\xa1\x18\x45\xf4\x98\xf1\xca\x31\x3f\x37\x81\xdf\x7b\x5e\x08\x0c\x16\xa0\xd0\x38\x88\x74\x56\x9b\x71\x49\xea\x0a\x32\x24\x06\x45\xd3\xc8\x49\x36\x48\xd0\x23\x4a\xcc\xe7\x16\x94\x73\xdc\xe9\x34\xbe\x4a\xbe\x22\x11\x33\xb5\xc8\x4f\xa1\x73\x89\xcd\xaa\x4c\xe3\x22\x44\x61\xd5\x7b\x94\x85\x60\x12\x12\x19\xdb\x62\x08\xd2\x94\x4a\x52\x44\x00\x6d\xa5\x9f\xcb\xe3\x3f\x38\xcd\x72\x5e\xcc\x2f\xa0\xcf\xcc\x0a\x3e\x37\xd2\xeb\xc7\x65\x12\x21\x21\x82\xbb\x03\x89\xf3\x04\x81\x48\x5f\x19\x94\xab\xf9\x7c\xc3\x38\xe6\x79\xf1\xc9\x52\x13\x11\x6a\x1a\x61\x7a\x54\x4b\x2c\x08\x7e\xb9\xf8\x6c\x25\xa3\x04\xb0\x60\x60\x08\x3c\x79\x53\x81\xa4\x66\x41\x55\x04\x7f\x8a\x5b\x15\x50\x2a\x6c\x98\x81\x6f\x72\x1c\xff\xf5\x97\x8b\xcf\xdf\x76\xc8\x36\xb4\xc5\xd4\x26\x66\x5d\x50\xc4\xa1\x99\x5a\xca\x2c\x22\x99\x31\x44\xee\xce\x42\xab\xa1\xa3\x9b\x4a\xfd\x1e\x47\x3f\xfa\xee\x04\xa8\xc5\xa0\x92\x7f\x39\x72\x32\x59\x9a\x18\x82\x1c\xa9\x2e\x9b\x0a\xf9\x51\xce\xa4\x12\x1d\x76\x15\xfd\x39\xb1\x49\x05\x0b\x4b\x6c\x6b\xb5\x58\x02\x1d\xd5\x47\x30\x75\x68\xa8\x02\x3c\x39\x37\x8a\x7d\x63\xb9\x7b\xa0\xbe\x37\x7a\x80\x47\x11\x36\x96\xb9\x3d\xbc\x2d\x01\x4a\xbc\x98\x33\x94\x6c\x4b\x9c\x72\x41\x03\xd5\xc1\xf8\x68\x0f\x29\x8c\x38\xa2\xec\x1c\x08\xad\x63\x09\x64\xfb\xea\xe6\x88\x24\x28\xa3\xe8\x51\x6d\x28\x50\xb1\x86\x51\x88\x0f\x30\xcb\xe4\x5e\xfe\xac\xc6\x96\x44\x2d\x42\x03\x99\x70\x92\x71\x81\x4a\x58\x4a\x16\xff\xf7\xff\xfc\x5f\x4c\xd0\x68\x74\xd4\x29\xf7\xe9\xbc\x82\xae\x51\x07\xa6\xab\x0e\x52\xe3\x98\xe5\x36\x81\x3b\x80\xd3\x58\x1a\xde\x74\x67\xc9\x09\x9b\xd8\x3b\x83\xd4\x58\x69\x6e\x7d\xeb\xd9\x64\x02\x95\xf8\x55\xfc\x7c\x6e\x01\x9f\x00\x2b\x8e\x0b\x58\x20\x42\x24\x0a\x4c\xaf\xe6\xea\xa0\x72\x6c\x55\x56\xc5\xc8\x08\x70\xb2\x43\x7c\x8f\xa8\xda\xc3\x31\x6d\xaf\x84\x59\x0c\x39\x35\xa9\x5c\xf3\xdc\x4f\x63\xf5\xd4\x2d\xdb\xa5\xe8\xbd\x99\x8e\x6a\xad\xf7\x54\x5f\xe2\xe8\xaf\xdb\x0a\xaa\x75\xe7\xc5\x69\x3c\x25\x4c\x8a\x0e\xe4\xd1\xb6\x70\x72\xf9\x62\x94\x52\x57\xa1\xe1\x04\x08\xa5\x82\xc9\x17\xb3\x5f\xb0\x29\x98\x57\x2b\xa5\x34\x39\x02\x0e\x3f\xa0\x54\xd9\x4a\xa8\xae\x56\x8b\x01\x97\x22\x2f\xe2\x5a\x9d\x2a\xd5\x23\xea\x16\x53\xd1\x58\x79\x1f\x26\xbb\x72\x05\x1a\xce\x1a\x56\xbf\x5e\x68\x28\x8d\x4b\x91\x01\x4e\x74\xfa\xec\xeb\x89\xac\x3c\x5a\xfa\xd5\x45\x26\x68\x3f\x2d\x30\xab\x18\x97\xe3\x38\x6e\xd3\x5a\xd6\x4e\x1e\x48\x23\x24\x6c\x78\x8b\xed\x0e\x84\x79\x2f\xa0\xad\x34\x74\x57\xcd\x2e\x87\xe9\xde\xe2\x4f\x28\xb6\xac\xaa\x15\x98\x98\x98\xc1\x38\x15\x45\x8d\x1a\x10\x3d\xd7\xcd\x31\xd4\xe9\x5c\xe7\x43\x25\x4f\x11\xcf\x61\xa2\x9a\x03\x48\x91\xca\xb7\xeb\xa1\x2e\x9b\xe9\xaf\xf1\xba\x18\x57\xda\x60\xe0\x2b\x7b\x09\xe7\xea\xd4\xef\x3d\x8e\x28\x61\x64\xcb\x81\x17\x71\xfc\x88\xca\xcd\x3e\x9d\x31\x39\xd7\x67\x88\x99\x3d\x2d\xcb\xce\x25\x43\x85\x3a\x74\xc8\x98\x19\x2f\xe9\x0c\xbb\x2a\x65\xcb\x1a\xa6\xf9\x64\xd0\xa5\x59\x74\x9c\x9c\xa8\x6c\xfb\x4b\xda\x8d\x6f\xfc\x2a\xd1\x97\x3a\x76\x56\x46\x60\x5f\x12\x7d\xad\x5a\xc9\x54\xbe\xa0\x2f\xfa\xcb\xcf\x56\x44\x57\xc6\x72\xcd\x18\x4e\x3a\xeb\x03\xe4\x22\xa0\x01\x44\x05\x17\x35\x59\x88\x30\xef\x80\x0e\x1b\x44\x55\xa4\x27\x10\xc2\x44\xee\x3b\x49\x2d\x11\x28\x24\xca\x1a\x9a\xe6\x29\x0b\xc5\x43\x81\xec\xb2\x2d\x6c\x0c\xca\x30\xab\x3d\x6c\xb4\xeb\xd0\xb9\xc2\xa7\x5c\x74\x22\x66\xa0\x5c\x1c\x30\xf1\x8b\x8a\x45\x88\x14\xb8\x51\x14\xd3\x8b\xcc\xa4\xee\x84\x59\x4d\xc8\x47\x00\x15\x2b\xa6\x92\x8e\x9e\xbe\xc3\x62\x4d\x5e\xe2\xd9\x88\xa9\xc1\xb9\x9a\x67\xca\x32\x5f\x74\xf0\x54\x00\xb6\xf1\x53\xd6\xc0\x6b\x28\xbe\x24\x57\x7d\xa8\xdd\xac\x0e\x93\xc4\x21\x64\xe6\x0e\x8f\xf4\x11\x3b\x81\xc5\x15\x1e\xd9\x65\xf2\x7a\x99\x56\xeb\xa4\x94\xc0\x39\xe1\x9f\xa6\xf3\xc2\xd0\x29\x4f\x65\x07\xa5\x85\xf5\x01\x45\xb8\x63\x40\x8b\x44\xc1\x8c\x4d\xe7\x65\x76\xb2\xea\x3e\xb4\xe9\xb1\xde\x9a\x99\x21\xe7\xff\x56\x2c\x82\x8b\x41\x55\x56\x50\x86\x8d\xea\x18\x95\xe9\xa1\x63\x68\xaa\x0d\x41\xbb\xf1\x6f\x96\xfd\x7b\x42\xf8\x48\x11\xcf\x69\xaa\xf6\x32\xa0\x3c\x46\x74\xac\xc6\xee\x82\x7e\x41\x5a\x29\x94\xa9\x5a\x22\x96\xf1\x61\x3d\xa4\x94\x77\xc6\xad\x98\xd2\x85\xa2\x71\x1a\xb5\x58\x1e\x94\x31\x66\x2f\x3c\xd2\x51\x49\xfe\x22\x79\xdd\x28\xa3\xe4\x51\xd9\xdd\x0c\xd1\x2d\xa1\x07\x68\xae\xb9\x92\xad\x92\xae\x39\x2b\xd5\x2e\x7a\xad\x38\x52\x06\x8e\x4e\x5b\xe3\xcd\x66\x55\xc4\xda\x48\xbc\xdb\xab\x88\x86\x50\xe3\x58\x6b\x0a\x37\xad\x0a\x7f\x9b\x27\xc9\x71\x50\xee\x1d\x6b\x0f\x47\xb6\x00\xda\x8a\x25\xa5\x69\x1d\xea\x2d\xd4\x5a\x7a\x46\x19\x19\x15\xce\x42\x66\xb6\xcc\xec\x69\x32\xa7\xec\x7b\xa9\x76\xb5\x80\x41\xcd\x95\x09\xa2\x82\xc6\xf2\x74\x8e\xaa\x8c\x05\xd9\x39\x60\x79\xb4\x07\x90\x35\x5c\xb7\x0a\x20\x4c\xfb\x73\x93\x70\x57\x93\x08\xda\x79\xbd\x0d\x3a\x1d\xa5\xc9\x51\xf2\xac\xb9\x21\x18\x6d\xf5\xdd\x8d\x12\x92\xcd\x83\xd1\x47\x92\xeb\xdb\x8c\xc2\xcf\x88\x29\xa2\x32\x7f\x30\x61\xe7\xf2\xa5\x54\xae\x5d\x4a\x0c\xc9\x2a\x56\x1d\x8a\x11\x4d\x15\x84\x0e\x6e\x0b\x28\xab\x19\x88\x51\x4a\xb8\x8e\x9d\x4b\x66\xe5\x08\xd5\x2c\x93\x34\x98\x20\x96\xb1\x76\xb9\xbc\x82\xf2\x1c\xa3\x10\xb9\x18\xb1\xca\xd9\x3f\xa0\x9c\xd7\xb9\x99\xd3\x96\x5a\xe8\x6b\x5d\x38\xd6\x71\x88\xa6\x4d\x4d\xdf\x07\xd9\x91\xe0\xd9\x4c\x33\xb8\x13\x14\xf0\x72\xbc\x53\xbd\xe0\xa9\x8c\x90\x65\x2d\xed\x90\x5d\xdd\xef\xb2\xaf\xda\x4a\xb4\xca\x8f\x41\x59\xef\x43\x16\x71\x3b\x07\x8c\xd8\x34\x32\x21\x59\x01\x27\x86\x9d\x13\xaa\x6e\x95\xc1\x82\x58\x5d\xea\x00\xb5\x29\x82\x6e\xa6\x43\xbd\x13\xd6\xb2\x47\xa1\xcf\xe6\x84\x4d\x41\xa6\x6a\x6c\x29\xb6\x84\xea\xdd\xab\xb4\x01\xb8\x93\x81\xd7\xbd\x0a\xbc\xca\xbd\xcf\xe2\x14\x8d\x4a\x0e\x15\x96\x4d\x98\x26\x2c\x7d\x25\x4e\xcc\x9a\xa7\xb8\xae\xac\xc7\xdc\x3d\xef\xe5\x51\xe0\x0c\xf2\xbd\x5c\xf4\xe8\x35\xaf\xb6\x03\xe5\xdd\x07\xd5\x8c\xd0\xe2\x42\xbf\x56\xae\x03\xcc\x98\x8e\x42\xe5\x92\x35\x4b\x60\xa4\x36\xf6\x8a\x60\x5f\x66\xd5\x0e\x3a\x6c\x12\xe3\x4a\xf1\x0e\xa7\x30\x59\x8b\x16\x7f\x15\xff\x5d\x9e\x8b\xff\x5f\xc8\xff\x5f\x36\x72\xed\x96\x50\x24\xce\x65\x8d\x28\x41\x7b\x75\x44\x3a\xcb\x9e\xb6\x98\x4d\xb1\xb8\x8b\xcd\xcd\x38\x10\xe5\x94\x16\x4c\x9c\x2b\xbe\x25\x6b\xcd\xb7\x32\x38\x28\xc6\xe1\x00\xb3\x0c\x89\xb5\xa3\xe0\x3d\x50\x30\xf2\x22\x62\x97\xdd\xa9\xb0\xa8\x60\xa4\x15\x32\x01\x40\x07\x77\x76\xa1\xd5\xff\x13\x00\x00\xff\xff\xdc\xc4\x63\x78\x70\x8c\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xeb\x8e\xdb\xb6\xb6\xf0\xff\x79\x0a\x7e\x41\x81\x76\x03\xb6\x27\x69\x9b\x26\xf5\xd7\x14\x50\x6c\x25\x71\xe3\x1b\x2c\x4f\xd2\x7c\xfb\xdb\x30\x68\x89\xb6\xd9\x91\x45\x6d\x92\x9a\x89\x4f\x4e\x80\xf3\x1a\xe7\xf5\xce\x93\x1c\xf0\x22\x89\x92\xa8\x8b\x67\x26\x69\xf7\xc1\xc9\x8f\xc9\x8c\x44\x2e\xae\x3b\xd7\xe2\x65\x09\xc6\xf8\x1d\xa2\x0c\x93\x68\x08\x38\x3a\xc6\x21\xe4\x68\x40\x62\x14\xb1\x03\xde\xf1\x01\x26\x97\x37\x4f\x2e\xae\x71\x14\x0c\xc1\x5a\xbf\xbe\x08\xe1\x16\x85\x6c\x78\x01\x00\x3d\xc4\xf0\x38\x04\x8f\x9e\x0d\x9e\x3e\xba\x00\x19\x80\xa1\x7a\xf1\xec\x69\x3f\xa6\x24\xe8\xe3\xe3\x31\xe1\x70\x1b\xa2\xfe\x91\x44\x98\x13\x7a\x71\x44\x8c\xc1\x3d\x1a\x82\x7f\xef\x5f\x00\xe0\x80\x08\xdd\x02\x14\xdd\x60\x4a\xa2\x23\x8a\x38\x38\x40\x06\xb6\x08\x45\x80\x21\x0e\x92\x18\xec\x08\x05\x2b\x14\x80\x37\x90\x83\x25\x25\x3e\x62\x0c\x38\x09\x27\x47\xc8\x31\x89\xc0\x0c\x46\x70\x8f\x28\x78\x36\xb8\x00\x60\x4d\x00\xf4\x65\x0b\x7e\x40\xe0\x65\xc2\x70\x24\xfe\x18\xa1\x88\x53\x18\x82\x99\x42\x01\x47\x7b\x30\x22\x11\x23\x21\x02\x09\x43\xb2\xed\x8e\x84\x21\xb9\x15\x6f\x7c\x8a\x02\x14\x71\x0c\x43\x76\x71\x01\xe4\xbf\x2b\x86\x68\x04\x8f\x68\x08\xbe\xf9\xf4\x76\xe2\x6e\x3c\x77\xf5\xce\x5d\x6d\x66\x8b\xf9\x64\xbd\x58\x6d\xae\x3c\x77\xf5\x59\x37\x5d\x42\xc6\x6e\x09\x0d\x6a\x9a\x2e\xdf\x8f\x3f\x5f\x28\x44\x7d\x8a\x20\x47\x00\x4a\x06\xbc\x9d\xb8\x80\x21\x7a\x83\x28\x80\x51\x00\x7c\x12\x45\xc8\xe7\x80\x13\xc0\x0f\x98\x81\x63\x8e\xb8\xaf\x10\xbf\xa4\x24\xe1\x88\xf6\x2c\x04\x3c\x22\xfe\x23\xe0\x93\xe3\x11\x46\x81\x10\x14\xf1\xc5\x10\x7d\x18\xc7\xa0\xbf\xab\x93\xce\x35\x46\x6a\xfc\xc1\x09\x1e\x43\xf0\xff\x25\x39\xfd\x58\x20\xb6\x71\xc6\xb3\xc9\x5c\x52\xf9\x42\x11\x95\x3f\xf8\x5c\x6c\xb3\x7c\x3f\x2e\x34\x11\xe4\x16\x61\x69\x7e\x18\xc0\x8c\x27\x9f\x4b\xad\x72\x70\xf9\x03\x3b\x3c\x53\x14\x2f\xea\x85\x54\xd3\xab\x32\x8e\x29\xae\xc6\xf1\xc4\x9f\x93\x91\xfb\xe2\x9b\x4f\xce\x72\x39\x9d\x8c\x9c\xf5\x64\x31\xdf\xcc\x9d\x99\xfb\xb9\x2f\x39\xed\x0b\xd5\x3b\x92\xc8\x0a\x65\xb5\xb8\x5a\xbb\xcd\x40\xd8\x11\x52\xae\x64\x9d\x83\xf0\x16\x57\xab\x91\xbb\x59\xb9\xcb\x85\x27\xd0\xf8\xb0\xb9\x5a\x4d\x5f\x1c\x38\x8f\xd9\xf0\xf2\x12\x7d\x84\xc7\x38\x44\x03\x9f\x1c\x2f\x3f\x7e\xfc\xf8\x71\xb0\xc7\x5c\xf4\x1a\x2d\xe6\x6b\xf7\xf7\xf5\x66\x3c\x59\xbd\xa0\x84\xf0\x31\xa6\x56\xac\x44\x3b\x67\x32\x77\x57\x9b\xb1\xbb\x9c\x2e\x3e\xcc\xdc\xf9\xfa\x85\x4f\x22\x0e\x71\x84\xe8\x24\x78\xf1\x7a\xe8\x0c\xdf\x09\x2d\x5e\x86\x08\x32\x04\xb6\x08\xb0\x84\x22\xa1\xad\x5a\xa9\x85\x42\x32\xe4\x53\xc4\x19\x10\x86\x13\x80\x47\xdf\x7c\x7a\x79\xe5\x4d\xe6\xae\xe7\x6d\x46\xee\x7c\xbd\x72\xa6\x9b\x37\xeb\xf5\xd2\xdb\x78\xee\x68\xe5\xae\x3f\x3f\x92\x8a\xff\xa8\x20\x06\xcd\x9f\x62\xbb\x0b\x00\x34\x32\x42\xd9\xc5\x48\xb5\xa0\xdf\xba\x1f\xbc\xf5\x62\xe5\x7e\x96\xb0\xeb\x41\xe7\xed\x76\x38\x44\x4c\xd8\x54\x20\xfd\x8e\x30\x09\x31\x0a\x43\xbe\x20\x50\x8c\x8b\x22\x3e\xb8\x38\x22\x0e\x03\xc8\xa1\x30\x2f\x18\x45\x84\x4b\x5f\x24\xdd\x22\x00\x01\x62\x3e\xc5\x31\x97\x7e\xd5\x89\xe3\x10\xfb\xca\x55\xa5\x2e\x52\x82\x86\x40\x4b\x55\xa0\x56\xb5\x6f\x80\x23\x00\x81\x30\xd2\xc4\x17\x9d\xb5\x7b\x31\x1c\x65\xaf\xbb\x67\x7c\x0a\xfa\x60\x8c\x62\x8a\x7c\xc8\x51\x20\x41\x61\x9f\x44\xa3\x10\x32\x36\x94\xbf\xf6\xff\xd8\x12\xc6\xe4\x9b\xc2\x04\x10\x60\x16\x87\xf0\xd4\x57\xde\xaf\xe3\x60\x39\xd6\x06\x61\x55\x02\xaa\xa3\xc5\x94\xdc\xe0\x00\xd1\xbe\x75\xd8\x1e\x98\x44\xfe\x40\xf6\xe2\x70\xcf\xf4\x44\xd3\x8b\x15\x32\xca\x7b\xf5\x24\x1d\xbd\xcc\xaf\xf5\xd8\xf7\xb8\x97\xce\x3c\xb2\xa7\x75\x9e\xdb\xe2\x28\x10\xcd\x87\xe0\xd1\x0e\x86\x0c\x3d\x6a\x68\x1b\x10\x3f\x11\xe8\x4b\xba\xfb\x09\x0d\x87\x20\xb5\x3c\x35\xf7\x0c\x28\x0a\x0e\x90\x4b\xfb\x2b\x34\xbe\x44\x51\x3f\x61\x97\x14\x05\x9b\x03\xe4\x1b\x8d\xf8\x06\x66\x5c\xdc\x1c\x15\x17\x2f\x9f\x0d\x9e\x5e\x1e\xf8\x31\xbc\x0c\x50\x1c\x92\x13\x8e\xf6\x1b\xb8\x69\xef\xb7\x79\x36\x78\x2a\x1e\x1f\x24\xc7\x37\x06\xaf\x37\x24\xca\xfa\x67\xd4\x6c\x32\xa3\xde\x08\x3a\x77\x84\x1e\x2f\x1b\x08\x0f\x49\xb4\xef\x17\x94\x7b\x2d\xe6\xa6\x4c\xab\x03\xb4\x13\xd3\x2d\xa0\x88\x91\x84\xfa\x88\x81\x08\xa1\x40\xeb\x1b\xb8\x8b\xd2\x17\xe2\x02\x43\xdb\xd3\xb9\xb6\x51\x0d\x7b\x00\x47\x7e\x98\x04\x02\x3e\x34\xac\x50\xb1\x54\x82\xf4\x49\xb4\xc3\xfb\x84\xca\x17\x3d\x0d\x55\xdb\xba\xc0\x10\x47\xfa\x0f\x21\x60\x39\xa5\x26\x51\x0a\x46\xbc\x8f\x45\xf4\xc4\x84\x4b\x00\x37\x24\x4c\x8e\xd2\x05\x32\x4e\x28\x02\xc2\x3b\x00\x7e\xc8\x70\x15\xac\x60\xf2\x75\x42\x6f\xf0\x8d\x6c\x09\x05\xab\x38\xa4\x7c\x90\xc5\x57\x05\x9b\x5e\xc4\x28\xf2\x04\xf7\x45\xb4\xa2\x04\x05\x96\x5a\x50\x1a\xec\x8d\x8a\xdf\xc0\x0f\x83\x27\x4f\x06\x86\x8d\x03\x86\x23\x1f\x75\x31\xd8\x14\xc2\xb3\xc1\xd3\xff\xab\x81\x0a\x69\x08\x33\x04\x22\x7e\x52\x2e\x36\x05\x94\x85\x54\x06\xa4\x45\x8c\x28\xe4\x84\x0e\x1a\x74\x87\x25\x71\x4c\x28\x6f\x31\x97\x0b\x83\xa4\x3c\xb2\x54\x4e\xa0\x25\xaa\x54\xcd\x58\x0c\x7d\x34\xcc\x9d\xca\x05\xd9\xfe\x81\x7c\xce\x86\x17\x7d\x60\x46\xbb\x37\x4f\x2e\x00\x50\x91\xad\x27\x5c\xbc\x8f\x1c\xdf\x27\x89\xf4\x49\xa6\x6f\x07\x20\x8f\x77\xc5\x3f\x43\x8f\x44\x80\x57\x99\xae\x65\xb3\x34\x52\xac\x89\x08\xd8\x8d\x5f\x8f\xcd\x8a\x84\xe8\x25\x8e\x02\xe5\x30\xbf\x02\x2a\x7d\x14\x60\x41\x35\x25\x21\x5a\xa1\xdd\xd0\xe8\xa6\xdf\xb0\x24\xe5\x21\x00\xfd\x3a\xa6\xdd\x8f\xea\xaf\x29\x03\x23\xa0\xfa\x0b\x88\xc1\xc0\xa6\x7f\x83\xd1\xad\x5d\x12\xfa\xcd\xbd\x25\xd1\x89\x76\x0d\xb1\x42\x77\x25\xce\x29\x47\x3a\x61\xd8\x9a\x75\xdd\xa2\xad\x4e\x73\xbe\x65\x40\x38\x04\x36\xb8\x2b\x4f\x81\x0a\xce\xfc\x26\xa5\x4b\x83\xef\x2e\x0a\x6a\xb4\x65\x31\xf2\x15\x2e\x12\x45\xf5\x6b\x5f\x03\x10\xce\x4b\x23\x20\xde\x0e\xc1\xf3\xc7\xcf\x1f\xeb\x07\x1c\xd2\x3d\xe2\xcb\xe2\x63\xb3\x23\x2b\xf6\xfc\xf1\xc7\x1f\x6c\x3d\xd3\xc7\x0c\x85\xc8\xe7\x84\xe6\xec\x4e\x67\xae\x91\x9c\xb8\xba\x50\xf3\xe0\x62\x5e\x1f\x10\xf8\xed\x35\x25\x49\xcc\x40\x2c\x64\x2a\x68\x91\xd3\x96\x1f\x26\x8c\x23\x21\xe7\x41\x51\x42\x03\x18\xc6\x07\x38\xb8\x4e\xb6\x88\x46\x88\x23\x26\x66\x04\x4e\x42\x31\x6d\xa0\x7e\x12\x51\x04\x83\x53\x1f\x45\x41\x4c\x70\xc4\xd9\x10\x3c\xe2\x34\xd1\x31\xd8\x5f\x48\x33\xfa\xb1\x72\x07\xb9\x7a\x68\x8a\x27\xcb\x21\x98\x93\x08\xd5\xa9\x4c\x9c\x87\xbf\x5a\xf0\xcf\x9f\x3f\xb7\x09\x3e\x7d\xfc\x97\x15\xbc\x74\x20\x69\x0c\xa7\xd7\x2b\x64\x6c\x24\xa2\x21\xa9\xe0\x5f\xd6\xaa\x4d\x07\xd6\xdd\xd5\x9d\x6b\xd1\x3f\x3f\x7e\x6c\xb3\xe8\xec\x71\xbd\x45\xff\x6c\xb7\xe8\x9f\xef\x67\xd1\x2d\x6e\x1b\x07\xc3\x2c\x52\xed\xb7\x6b\xb1\x26\x37\x9d\xe8\x12\x7e\xbe\x2a\xc8\x5e\xd2\xe6\x1b\x9c\xfd\xb7\x4c\xa9\x46\xea\x04\x34\xa0\x03\x8c\x29\xf9\x78\x1a\x28\x7a\x8a\x51\x22\xc7\x47\x44\x12\x3e\x04\x3f\x3d\x66\x5f\xd9\xfa\xbb\x33\xb0\xa0\x4e\x07\xc2\xf8\xd0\xba\x00\xb1\xf0\xd6\xa2\xb3\x5c\x61\xf8\x9c\xa9\xde\xd0\xa2\x1d\x99\xfe\x71\x92\xbe\xee\x3a\x57\xd5\x68\x43\x37\x25\x60\x5f\x51\x0b\xd8\xbf\x88\x1a\x7c\x09\xe9\x7b\xed\xe2\x57\x64\xf2\x9c\x46\x8e\xe8\x11\x47\x9a\xc6\x18\x32\xc6\x0f\x94\x24\xfb\xc3\xc3\xea\x49\xa3\xd2\x9b\xa1\xe9\x83\xfa\x0c\x4f\x4e\x22\xf2\x6f\x6a\x75\x12\x5f\x6b\xde\xe8\x4a\xbe\x55\xe6\xde\xcc\x59\xad\xb3\x65\xc4\x2f\x64\xed\x1d\x3c\x7f\x17\xd1\x3d\x9c\xa5\x5b\x64\xc7\xfe\x1c\xe1\x3d\xac\xcc\xfe\x14\x1b\xed\x94\x8e\x8d\x4b\x21\x42\x17\xe1\x65\x6b\x30\x2a\xf0\x2e\x38\xd7\x5b\x88\x79\x7f\x47\x68\x5f\x46\xdd\x7f\xd5\x58\xbb\x20\x3e\x8a\x24\x26\x6c\x08\x9e\x3c\x58\x78\x2c\xe1\x70\x91\x80\xec\x4f\x19\xdb\x4e\xb1\x5c\x6d\x56\x9b\x18\x85\xd5\xac\xb4\x49\x91\xf5\x55\xa6\x9d\xc1\xb8\xfb\x60\x7e\x27\xd6\x9f\xc7\x7e\x39\x40\x26\x02\x00\xb2\x5d\x17\x44\x0d\x6a\xfb\x00\x45\x37\x26\xf1\x69\x6c\x6c\x0e\x70\xe5\xb9\x2b\x6f\xb3\x5c\x2d\x96\xee\x6a\x3d\x71\x3d\xa3\x39\x00\x37\x30\x4c\xd0\x10\x5c\x92\x98\x5f\x5e\x63\x74\x29\xb8\x7b\x59\x58\x98\xbd\x34\x18\xda\x4f\x18\xa2\x6c\x10\x53\x12\x23\xca\x31\x62\x2d\x43\xaf\x16\x53\xf7\xa1\x86\xa6\x24\x44\x2d\x43\x17\x76\x3e\x6d\x63\x95\x37\x47\x1b\x61\x08\xbe\xb5\x01\x31\xf7\x9e\xcb\x50\xf2\x4d\xd3\x7a\x28\xc6\xc6\x6a\x33\x94\x66\x64\xcc\x4d\x5c\x0b\x9c\x99\xf3\xce\x9d\xab\xfd\x4a\x1b\x8c\xd5\x9b\xa5\x33\x93\xb1\x53\xcf\xfd\x7d\xed\xae\xe6\xce\xd4\x02\x24\x6f\xb5\xc9\xe1\x6d\x26\x56\xe2\x28\x8a\x89\xa1\xd2\x9d\xa1\xe9\xad\x58\x3b\xa1\x95\x30\x4f\xb7\xb6\x51\x6c\x07\xbf\x74\xd6\x6f\xac\x2a\x78\x84\x37\x28\xfa\xfe\xb2\x33\x20\xc1\x68\x61\xb7\x1d\x11\x55\x3d\xd3\x4e\xe7\xe0\xeb\x79\xef\x17\xab\x1a\xfd\xa9\x19\x26\xed\x64\x1b\x26\x15\x6f\xbb\x04\xbf\xf9\x54\x68\xd2\x15\xd8\xd5\x6a\xda\x0a\xed\x6a\x35\xed\x0c\xae\x91\xcf\x96\x86\x5d\x01\x37\x73\xd6\xd2\xb0\xc5\x3c\x47\x8b\xf9\x7a\xb5\x98\x4e\xdd\xd5\x66\xb1\x74\xe7\xde\x9b\xc9\xab\xf5\xe6\xf5\x74\xf1\xd2\x99\x6e\xc6\x13\x6f\xb4\x78\xe7\xae\x3e\x6c\xdc\xb9\xf3\x72\xea\xb6\xbb\x83\xb3\xa0\xdd\x05\xb3\xe5\xca\x7d\xe5\xae\x36\x6f\x27\xae\x6e\xd5\x68\x78\x77\x85\xd6\x1d\xb3\xb5\x3b\x5b\x4e\x9d\xb5\xbb\x19\x39\xa3\x37\xee\x66\xbd\xae\xd1\xa2\xae\xbd\xeb\x46\x7e\xbf\x58\xbd\x7d\xe9\xce\x47\x6f\xec\x84\x34\xc8\xc7\x88\xd3\xba\x10\xd4\xc9\x5d\xdb\x0e\x30\xb5\x83\xee\x32\x9f\x14\xce\x3b\x75\x16\xc2\xe2\xad\x3b\xef\x0c\x5a\xb6\xb6\x01\x2f\x9e\xe9\xd8\x8c\x27\x56\x46\x5c\x22\xee\x5f\x6e\xf5\xc2\x85\xaf\xd6\x2d\xfa\xea\xcc\x4a\x5f\x6d\xe6\xb6\x82\xee\xe8\x15\x4b\x67\x4c\x6a\xc1\x9e\xe1\xcf\xf3\x0e\xf5\xe0\xce\xf4\xdd\xc5\x4e\x36\xb0\xbf\xbd\x5e\x2d\xae\x44\x9b\xc9\xfc\xb5\x08\xa9\xd6\x8b\xd1\xc2\x6a\x26\x79\xbe\x31\x9e\xab\xe6\x16\x68\xb9\xd2\xa7\x8d\x52\xab\x6d\x60\x44\xc7\x15\xfa\x33\xc6\x5a\x2e\x56\x6b\xab\xb9\x3d\x7f\xfe\xfc\xb9\xcd\xdc\x3c\xaf\x61\x92\xd1\x2f\x6d\xdc\x13\xaf\x04\x1e\x93\xf1\x68\x31\x9f\xbb\xa3\xb5\x71\xba\xca\x1e\x14\x2d\x16\xeb\xc1\x2d\xb4\xc5\x2e\x02\xd6\xca\x75\xa6\xb3\x7a\x2c\xe4\xeb\x3a\x3c\xd4\x51\xaa\xae\x41\x4e\xd6\xa1\x0e\xdc\x68\x3a\x71\xe7\xe7\x80\x53\x1d\xea\xc0\x35\xcf\xb9\x66\x8b\x3a\x08\xcd\xaa\x6f\xb6\xa8\x83\x30\x9e\x78\xc2\x13\x6f\x3c\x6f\xba\x19\x89\xd4\xe1\x95\x50\x3b\x77\xf3\xce\x99\x4e\xc6\x52\xff\xea\x61\xb7\xf7\xad\xc5\x7b\x35\x99\x8f\x26\x4b\x67\xba\x71\xd6\xeb\xd5\xe4\xe5\xd5\xba\x81\x09\x96\xc6\x56\x67\x60\x2e\x73\x74\xf5\x05\xd5\xe5\xac\x06\xa0\x56\xed\xed\xb8\x28\x5a\x04\xeb\x5c\xad\xdf\x6c\xa6\x63\x67\x59\x6f\x61\x85\x26\xcd\x30\x5e\x4e\xe6\xe3\xcd\xb8\x46\x50\x95\x66\x1d\x60\x8d\x56\xee\xd8\x9d\xaf\x27\x4e\x2b\x6e\xa5\xe6\xcd\xb0\x7f\x73\x1c\x79\xba\xf1\x6a\x35\x59\x7f\xd8\x8c\x17\x33\x67\xd2\x8a\xb4\xad\x4f\x0b\x05\x8e\xe7\x6e\x46\xeb\xdf\xbb\x70\x24\x6f\xda\x01\xe6\xab\xc9\x74\x5d\x17\x6b\x58\x9b\x36\xc3\xf4\x5c\x67\x35\x7a\xb3\xf1\x46\x8b\x65\xdd\x24\x60\x6d\xdb\x09\xea\x7a\x32\x73\x37\xd3\xc9\x6c\x52\xe3\xad\x1a\x3a\x34\xc3\x1f\x4f\xbc\xf5\x64\xfe\xfa\x6a\xe2\xbd\x71\xc7\x72\x6a\x6a\x33\xe1\x6e\x7d\x9b\x47\x5d\x3a\x2b\xcf\x6d\xf1\x97\x75\xad\x5b\xec\x4f\xb7\xda\xbc\x74\x5f\x4f\xe6\x1b\x6f\xbd\x2a\xce\xe2\x76\x8b\xb4\x75\xea\x38\x8e\x3b\x1f\x9f\x3b\x4a\xde\xa5\x79\x8c\xd5\x62\x6a\x70\xb4\x36\xdd\x6c\xe8\xd0\x0e\xdf\xeb\x68\x5a\x66\xdb\x0e\x58\x77\xb3\x2d\xa3\x69\x07\x98\x2b\xe1\x35\xbc\xda\x19\xac\xae\x75\x8b\xfe\xbb\xaf\x9c\xab\xe9\x5a\xf6\x69\xd5\x77\xa3\x6d\x07\x7c\x8b\x06\xd1\x55\x7c\x95\x5e\x5d\x2c\x29\xef\xf9\x6a\xb5\x98\x75\x10\x67\x4d\xb7\xf3\xf4\xd1\xeb\xa8\x37\xe5\x3e\x2d\xa3\x88\x94\x58\x4c\xbb\xc2\x5e\x0a\x9c\xd8\xac\x17\x9b\xd1\x1b\x77\xf4\xb6\x75\xd0\x76\x10\xb5\x38\x48\x84\x67\xce\x72\x29\xcf\xda\xb7\x2f\xc2\xea\x71\x9b\xba\x75\x1b\xcb\x5d\x4e\x9d\x91\xdb\xa6\x88\x75\x5d\xcc\x31\xf0\x51\x5e\x53\x92\x19\x46\xbf\x9c\x29\xe6\x87\x97\xfb\xf4\x80\xc2\xe7\xe5\x7e\xcb\x24\x0c\x97\x24\xc4\xfe\x69\x08\x9c\xf0\x16\x9e\xcc\xe5\xe2\x10\xdf\x20\x01\x6c\x49\xc9\x16\x0d\x0b\x68\x1e\x38\x8f\x5f\x23\x5e\x7c\x08\x40\x0c\xf9\x61\x08\x2e\x29\x62\xfc\xf2\x80\x60\xc8\x0f\xa7\x72\x8b\xf2\x61\xb4\xf4\x1f\xf3\x0f\x28\xcd\x0a\x0b\xaf\x70\x84\x39\x86\xe1\x18\x85\xf0\xe4\x21\x9f\x44\x01\x1b\x82\x27\xa5\xfe\x31\xa2\x98\x04\xf9\xeb\xa7\x85\xb7\x7a\xa7\x3e\x7b\xfd\xbd\xf1\xf6\xbc\xad\x06\x50\x3c\x9b\x93\x4a\x39\xdb\x73\xd0\x27\xa4\x9e\x3d\x7b\x5e\x40\x40\x0d\xf2\x07\x09\xc9\x35\x86\x45\xc4\x29\xe1\xc4\x27\xe1\x10\xac\x47\xcb\x46\x98\x65\x96\x55\x4e\x05\x9d\x0b\x30\x3f\x04\x54\x06\xc8\xee\x08\x31\x3f\x2f\x66\x42\x2c\x65\xbb\xf5\x00\x29\x82\x01\xae\x51\xb8\x1d\xc4\x61\x42\xd1\xfa\x40\x11\x3b\x90\x30\x18\x82\x1f\x7e\x3a\x57\x23\xe5\x56\xe2\x97\xd1\xc7\x1f\x1a\xd5\xb1\xbb\x36\x66\x97\x12\x8a\x74\x84\xf8\x88\x39\x2b\xd3\x76\x44\x47\x42\x4f\xf6\x25\x6e\x77\xb6\x58\x7d\xa8\x86\x84\x6a\xc9\x68\x46\x92\xa8\xac\xc2\x47\xf1\x6c\xa9\xb8\x75\xce\x9a\x53\x2a\xe5\x72\xfb\x6b\x74\x92\x57\x0c\x6c\x3d\x84\x20\x16\x51\x78\x1a\x02\x4e\x13\x54\x8b\x86\xb9\xe1\x65\x19\xb1\xd9\x66\xfb\xf1\x0d\x09\xb3\x5e\xac\x70\xfe\x78\xde\x7e\x08\x3c\x13\x56\xbe\x7b\xfe\x9a\x42\x1f\x2d\x8b\x92\xfd\x29\x97\xbb\xa2\xb3\xb0\xe9\x78\x2e\x67\x14\x8f\x8b\x62\x56\xcf\x52\x8c\x9b\x2f\xa7\x55\x86\x3e\x87\x45\xc0\xb8\x27\xf2\x4e\x62\x36\x0a\x21\x3e\x16\xb1\xf1\xc5\xa3\x16\xf6\x29\xd8\xb2\xa5\xec\xcb\x29\xde\xef\xb3\xed\xd8\xbe\x9a\x78\x46\x07\x18\xed\xd1\x12\x52\x78\x34\x58\x96\xde\x15\xf2\x4b\x9a\x91\x39\x1a\x31\x74\x81\xc5\xdd\x1d\xf7\x8e\x92\x02\x31\xea\xdc\xc2\x44\x20\xe3\x71\x8a\xe0\x71\x0d\xf7\x95\x79\xa1\xdb\xac\x3a\xfc\xe6\xd3\x64\xe6\xbc\x76\x45\x9c\xef\x3a\xb3\xcd\xda\x29\xc4\xfa\xc6\x95\x8f\x52\x43\x81\xaf\xb7\x74\xf2\x2d\x00\xb5\xb7\x3f\xc9\x39\xa4\x79\xa6\x9e\xab\xdd\x77\xfd\xe2\x7f\xe6\x51\x8c\xfb\x9f\xa2\xc9\x8f\x61\x28\xc7\x7a\xff\xc3\xac\xe0\x5f\xe8\x10\x46\x19\xef\x3b\xb0\xfc\x1c\xb6\x83\xfb\x1d\xbf\xb0\xdc\x74\x5d\x78\x96\x45\x8f\x57\x25\xdb\x95\xf6\x8c\x51\x18\x64\x37\x50\x2a\x6f\xd4\x1c\xc2\x38\xe4\x09\x1b\xc4\x24\x98\x2c\x3b\x8d\x5f\xbb\xd0\xfe\xf3\xe3\xc7\x8f\x5b\xf6\xb5\x0c\x10\x9b\xf5\xd4\x9a\x3f\x3c\xfa\xf9\xc7\x1f\x7f\xe8\x06\xe6\x6a\x35\xdd\x58\x8e\x19\xd8\x77\x9b\x2c\x7d\x5a\x36\xb4\x74\x8f\xba\x3c\xd5\xd6\xb2\x1b\xc4\xfa\x35\x1e\x7b\xdb\x6e\x50\xe5\x7f\x67\x6d\xb9\xd8\x2d\xa1\x7e\x84\xc6\xad\xdd\xfb\x83\x6f\xda\x89\xb2\xb1\x26\x6d\xdf\x8d\x3d\xeb\xa9\xb1\x95\xf8\xd6\xfd\xe0\x4c\x27\x4e\x4d\x02\x5b\x77\xbb\xbc\xbb\x2c\x0a\x83\x35\x6f\x62\xd4\x0d\xd6\xf1\xb8\x80\x65\x40\xdb\x38\x32\x60\x35\x4f\x93\x16\x82\xd5\xcb\x0e\x37\xea\x9b\xd1\xf8\xdf\x0d\xeb\x7a\xe0\x67\x9a\x4d\x5d\x52\xdd\xc2\x9a\x06\xe3\x29\x65\xc0\x0d\x2e\xc4\x5d\x2e\xac\xda\x23\xf2\x0c\x15\xe8\x19\x3a\x54\xce\x3a\xea\xe1\x8e\x16\xf3\x57\x93\xd7\x9b\xf7\xce\x7a\xf4\xc6\x5d\x9d\x75\x38\xa2\xb0\x76\x63\x2a\xf0\xf9\x8b\x35\xe7\xcc\xd8\xa0\xd3\x2a\x86\x71\xbf\xc8\x1c\xa2\xf3\x8a\xc3\x1d\x73\xd9\xc2\xe9\xe7\xfb\xe5\xb1\x9d\x04\x7b\x3e\xeb\xaa\xc9\x72\xad\xef\xb1\x8c\x63\xb6\xbd\x43\x92\xdc\x35\x93\xb5\xa1\xfe\x00\xc9\xec\x19\x0a\x76\xef\x6c\xd2\xe4\x54\x9e\x4e\x9a\xd8\x74\xe3\x65\x7b\x5a\xdd\x52\xcc\xe5\xcf\x49\x63\x6d\x6c\xbd\x47\x12\x5b\x71\x2f\x7f\xad\xac\x75\x69\x53\x97\x87\xb8\xd5\xfe\x25\x12\xce\x4c\x1d\xf3\xdc\x47\x55\x89\x98\x91\x00\x65\x1a\xb2\x42\x30\x78\x4f\x31\x47\x33\x18\x9d\x74\x6e\x5a\x72\x89\x14\xfd\x33\x41\xcc\xf4\x61\x42\x87\xe5\xa4\xf0\xd3\x8f\x33\xfc\xd7\x63\xd7\xdd\xae\x4a\x7c\x35\x7e\xc5\xc2\x12\x11\x97\x66\xda\xaf\x5e\x0c\x16\xb8\xca\x0b\x42\xfc\x80\x4c\x76\x0c\x2e\x00\xd0\xc5\x7c\x94\x4b\x30\xeb\x21\x89\x27\x59\x7d\x8f\x32\x95\x17\x0a\x27\x4c\x51\x90\x19\xbb\x9e\xed\x8f\x27\x18\xc7\x36\x2c\x70\x00\x38\x91\x15\xd1\x52\x54\xe4\xb9\x6a\x79\x1a\x9c\x61\x4e\xe8\xa9\x07\xf0\x0e\x30\xc4\x07\x60\x8c\x76\x30\x09\x39\xc0\x0c\xec\x51\x24\xaf\xa2\xab\x4a\x35\x14\x46\x01\x39\x86\xa7\x0a\xea\xb3\x12\x2c\x20\x53\xbc\xf2\x01\x77\x95\xf8\x99\xc7\xd0\xfd\x84\x71\x72\x2c\xe3\xfb\x2a\x09\xc3\x13\xf8\x67\x02\x43\xbc\xc3\x28\x00\x57\xab\xa9\xaa\x09\x53\x19\x26\xad\x43\xa5\x6e\x58\x35\xa3\xa4\xce\xcd\x54\x70\x12\x8f\x4b\xe3\xa7\x35\xed\xe4\xa0\x79\xcd\xbc\x32\x44\xc9\xb0\x54\x10\xed\xe3\x27\x1a\xaa\x15\x89\xf4\x9c\x42\x09\x93\xb4\x64\xde\xc3\x62\x12\x6b\xa8\x36\x4c\xb2\xd4\xca\xa2\x43\xfa\x7a\x7c\x51\xa3\x89\x6c\x00\xc3\xca\x4d\xd7\x1e\xb8\x3d\x20\x8a\x00\xe6\xc0\x87\x11\xd8\x22\x6d\x5d\xd0\x3f\xa0\xa0\x27\x29\x0a\x43\x72\x9b\x0a\x10\x84\x84\x5c\x27\x31\x03\xdf\x09\xc8\xba\x50\x5b\x0f\x18\x6a\x0a\x12\x06\xf7\xe8\x6f\xcd\xc4\x8a\x9f\x80\xec\xec\xe5\x36\x58\x76\xbf\x5f\xd1\x5d\x77\x6b\xe1\x2c\x85\x48\xf1\x3f\x10\xc6\x51\x00\xb6\xa7\xea\xb8\x58\x16\x0d\x92\xf4\xbb\xce\xb2\x82\x73\x06\x3e\xe5\x69\x57\xc0\xf5\x84\x14\x6f\x35\x9c\xa5\x56\xf7\xa7\x27\x03\xff\xd0\xf4\xd4\x29\xe7\xdb\x89\x0b\x60\x70\xc4\x11\x96\x4b\xa6\x84\x9a\xc6\x56\x40\x4d\xb4\x74\x44\x4b\xc9\xf4\x6c\xbc\xca\xc5\x22\xed\xa4\x24\x50\xd9\xb2\x75\x44\xc3\xa8\x6a\x46\x5c\xe6\x2d\x64\x48\x05\xbe\xfd\x3b\xec\xff\x9b\xd3\xff\x7f\xff\xf8\xf4\xd3\xe7\xbf\x3f\xee\xff\xfc\x8f\x4f\x4f\x3e\xff\x9f\x6f\x2f\x40\xe6\x75\x87\x00\x7d\x8c\x29\x62\x4c\x55\xb9\xb3\x5d\xa4\xb2\xe0\xa5\x8b\x4f\xa4\x2c\x00\xdf\x79\x88\x2b\x01\x13\xba\x1f\x5c\x63\x34\xd0\xe5\x2c\x45\x0b\xc0\x4e\x8c\xa3\x23\xd0\x77\xb7\x4e\x7f\xb3\xe1\xef\x29\x88\x15\x96\x15\xef\x3f\x69\x9e\xa1\x8f\xc8\x4f\x04\x36\x75\x7c\xd3\xf8\xa5\x0c\xeb\xa9\x9a\x82\x9c\x98\xa5\x3d\xf3\x76\x6c\x00\x26\x3b\x55\xea\x33\x9b\x68\xa5\xe6\x61\x06\x22\xc2\xc5\x8c\xd5\x93\xc4\xa5\xf0\xc4\x8b\x2c\x18\x86\x62\x26\xc9\x26\xb1\x41\x3d\x2f\xe2\x5b\x35\xc5\x9d\xc1\x8e\x07\x94\xa7\x71\x1d\xad\xc4\xb0\x89\x9c\x93\x65\xb5\x53\x9a\xa0\x1e\xe0\x09\x8d\x18\x20\x91\xc9\xc9\x7d\x48\xb6\x30\x14\x78\xfa\xe4\x06\xd1\x13\xd8\x21\xc8\x13\xaa\x25\xaf\x12\x89\x2a\xc5\x22\x31\xa0\x24\x0c\x0b\x25\x06\x14\xa8\x41\x06\x6a\x80\x22\xb8\x0d\x51\xd0\xca\x17\x57\xb6\x6b\xc2\xca\x46\xf0\xb9\x57\x73\xd2\x35\x0d\x5d\x89\xb0\xca\xab\xbc\x2e\x1c\x8e\x38\xda\xab\xab\x8a\x62\x3e\xa8\xfa\x30\x26\x79\x89\x02\x40\xa2\x9e\xe0\x31\x4f\x8f\x0c\x14\x75\x2d\x65\x3d\x50\x9c\x60\xa9\x96\xca\xaa\x95\xc4\xd4\x87\x1b\x0c\x01\x8c\x4a\x28\xd0\x08\xaa\xed\xce\x74\xf2\x4c\x6b\xf9\x34\xe8\xa2\x55\x32\x31\x45\x3b\x44\x07\x79\x31\xda\x7c\x32\x6b\xd7\xda\xa5\xec\x6c\x22\x9b\x63\xe9\x95\x26\xc5\x7b\xdc\x4f\x2a\x2e\x39\x59\x4c\x5f\x0d\x9e\x55\xf4\x1b\x89\x58\x00\xac\xd7\x53\x80\x23\x70\xc4\x61\x88\x99\x5a\x17\xe8\xc4\x9b\x6c\xff\xd0\x17\x60\x06\x9c\x87\x67\x5a\x70\x15\x8f\x16\x26\x58\xaf\x42\xa5\x44\xff\xf4\x58\xee\xd6\x94\xa8\x9e\xa7\x19\xad\x20\xf1\xf6\x80\xfd\x83\xa4\xca\xc8\x9e\x59\x4b\xb1\x52\x49\x54\x5a\x92\x50\x2e\x00\x30\x00\x45\x5c\x15\x31\x0e\xc3\x50\x78\xb5\xf5\x01\xb1\x12\x4c\xd1\x22\x22\xf4\x28\x1d\x60\xd6\x54\x20\xc1\x0f\x4a\x67\x32\xd5\xca\xb3\xee\x01\xf8\x40\x12\xc0\x0e\x24\x09\x85\x59\x84\x27\x59\x9b\x51\xa8\xf9\x91\x04\x78\x77\x52\xa6\x81\x77\xe0\x44\x12\x03\x68\x0a\xb1\x80\x80\xac\x57\x19\xe0\xdd\x0e\x51\x14\x19\x63\x5c\xc6\x94\xfc\x81\x7c\x5e\x89\x1a\x8c\xde\x39\xd7\x32\x81\xd8\x17\x03\x1a\x32\xa1\xbc\xd0\x61\x49\x22\x8e\x84\x18\x00\x69\x85\xca\xbe\x61\xa4\x18\x2b\x91\x4e\x7f\x67\x12\x95\x42\x36\xf4\xe8\xd9\xe0\xe9\xe0\xc9\xa3\x46\xd4\xd5\x62\x88\x05\xe9\xb5\xf3\x3a\xc7\x4e\x02\x2a\x63\xf6\xed\x48\xa6\x43\x32\x40\xca\xe2\x41\xb3\x06\x88\x2a\x2f\x35\x00\x60\x8a\xe0\x0d\x02\xdb\x10\x46\xd7\xb2\x51\xa0\x71\x4c\x7b\xaa\x82\x9d\x68\xb0\x1f\x18\xa5\x3c\x7e\x31\x6f\x6c\x8b\x56\xbf\x16\x96\x17\x7e\xd1\x82\xf9\x75\xf0\x8b\x06\xd7\x0f\xc8\x11\xe2\xa8\xcf\x92\xdd\x0e\x7f\xfc\xf5\xdb\x32\xd9\x66\xc5\x0b\x90\xe2\x2e\xd0\x55\x45\x31\xde\x68\x64\x32\x76\xd4\xd7\x98\xe8\xcc\x09\x56\x66\xc5\x39\x9c\xf8\x6a\x0c\x60\xe7\x73\xc0\x2b\xb3\x40\x43\x9d\x8c\x55\x78\x84\x23\xe0\x2c\x27\xc5\x42\xab\x03\xf0\x9d\x6e\x95\x3a\xbb\xb2\xb7\xd4\x25\x84\x70\x50\xf1\x82\x05\xd4\x8d\x6c\xbd\x66\xb7\xb6\xce\xca\xae\x31\xea\xab\xb1\xfa\x59\xb5\x8e\xba\x80\x8f\x66\xb8\xca\xa5\xfb\x01\xf8\xee\x4a\x07\x7e\xdb\x04\x87\x81\xcd\xdb\x6b\xfc\x13\x1a\x0e\xd0\x47\x63\x32\xad\x75\xee\x05\xb2\xd2\x91\x1a\x88\xcb\x36\x79\xca\x19\x52\xb2\x0d\xb1\x2f\x57\x1e\x54\x16\x2b\x90\xd3\x04\xa8\x6c\x16\xec\x48\x12\x05\x03\xf0\x4a\x38\x59\x2e\xc5\x3e\xbc\xbc\xfc\x45\xe8\xdd\xaf\xc3\x5f\x62\x42\xf9\xaf\x12\xd5\x8e\x22\x32\x49\x6c\xa6\x2a\x6d\x55\x58\xd0\x68\xd9\xca\xb7\xeb\x96\xb4\xac\x54\xbb\xac\x09\xb3\xcc\x10\xa4\x9b\xdc\xc9\xe9\xa1\x4c\x8c\x9a\x48\xac\x04\x09\xe0\xcd\x84\x14\x2c\xa3\x76\x4f\xbf\x4e\xf3\x8c\x58\x66\x65\xd5\xbc\x6c\xed\x4d\xaf\x06\xa8\xd5\xf7\x72\x81\xf4\x74\x05\x5f\x96\x37\xaf\x38\xf6\x02\xbe\x6f\xd3\xa6\x9e\x82\x34\x6f\xc6\xdf\x5c\xcd\xaf\xd2\xd1\x82\x6c\x01\x2d\x70\x8b\xf9\x41\x8b\x48\x51\xd1\x11\xd1\x57\x38\x44\x2d\x5c\xae\x5c\xdb\x4d\x0d\x5b\xc3\x18\xfc\x71\xcd\x6a\x91\x85\x8c\x11\x1f\xcb\xa2\xca\x02\x45\x8d\xa0\x94\x89\x8f\x28\xc7\x3b\xe1\xa8\x5a\xb8\x3a\xca\x1b\x76\xe3\xa8\xd6\x0b\x8d\xa7\x2a\xce\x6e\x41\x30\x2e\x2f\x42\x64\x2c\x95\x5f\x91\xe8\x8a\x5e\xc6\xcb\x65\x79\xd1\xac\xed\x98\x81\xb9\x28\x9b\x8e\x2d\x90\x6a\xf0\x90\xfa\x8c\x5f\x96\xba\x77\xcb\x11\x12\x96\x9e\x17\xeb\x9e\xbb\xea\x2a\x74\xb5\x29\xbd\x79\x9a\xc0\x20\x44\xf5\x6a\x49\xec\x53\x2a\x52\x09\x74\xa3\xe2\x0e\x09\x78\x4a\xc4\xc3\x27\xe2\xc6\x91\x87\x0e\x84\x72\x72\x8d\x22\xa9\x67\x5b\x04\x29\xa2\x00\x26\xfc\x80\x22\x9e\x4f\xd3\x5d\xb2\x19\x01\xe4\xae\x1c\x58\xeb\xce\xb5\x84\xa8\xe3\x18\x7f\x7a\xbc\x59\xbc\x92\x7e\x7e\xc0\x55\x99\xa0\x3a\x44\x9d\xcd\x97\x6d\xff\xb4\xc8\xf3\x4b\xb2\xa2\x36\xfe\x6c\xb9\x78\xfc\x25\xa6\xd0\x0a\x9e\x5a\x75\x1b\x67\xd3\xc6\x23\xe7\x5f\x7c\x32\x6d\x45\xb9\x32\xaf\xb6\x14\xb6\xf8\x3a\xd3\x6a\x1d\xda\xb5\x33\x6c\x43\xed\x8c\x2f\x3a\xc1\xb6\xf2\xb7\x32\xd7\xb6\x94\xe4\xe8\x3a\xd5\x56\x6d\x26\xfb\x78\x84\x3a\x0b\xa4\x0e\x0a\xb5\x23\x9c\xf7\x9b\xa9\x7e\x53\xd1\xaf\x61\xfb\xc2\x38\x52\x94\x23\xfb\xfd\x6b\x5c\xc6\xb0\x18\x1a\x75\xc3\xae\xa6\x8f\x15\xb3\xda\x83\x4e\x39\x56\x4f\x9f\x7c\x3f\xab\xe0\xb5\x7a\xd3\xf7\xbc\x85\x48\x39\x2a\xc3\xe7\xaf\xf2\x51\x3c\xeb\xbe\xaa\x6e\xb9\x42\x30\x3c\xca\x96\x75\xb0\xf2\x16\x05\x90\xaa\xae\x47\x9b\x4c\x8d\x9a\xfa\x1a\xdc\x28\xc4\xe9\x12\x54\xbb\x68\x1b\xbb\x37\xec\x1c\xe6\xc5\x3e\xee\x8c\xa0\xd7\xd1\x1d\xb5\x00\x68\x46\x52\xfb\xd0\x26\xd1\xe4\x1b\x64\x79\x86\x58\xfc\x80\x95\x1e\x0f\xef\x00\xe6\x20\x20\x88\x45\xdf\xaa\x0f\x2c\xa0\x8f\x98\x55\x29\x68\x80\x5e\xd4\x99\x9a\xfd\x4a\x4b\xff\x6c\x8f\xb1\x16\xbb\x2e\x58\x54\x1c\x4d\xa1\x44\x8a\x1d\x8b\x31\x66\x72\xab\xc3\xf3\xa6\x05\xd7\xfa\x0e\x86\x38\xb0\x9f\xec\xe8\xdc\xb3\x80\x47\xa7\x42\x2b\xcd\x3b\x22\x7a\xe0\x25\xc5\x91\x8f\x63\x18\x02\x87\x73\x8a\xb7\x22\x36\xd0\xa7\x41\x20\xcb\xb3\x8d\x1a\xb4\x2d\xbd\x8b\xfc\xb2\x96\x66\xd1\x88\xa9\x6d\x0b\x8a\x82\x4d\xb6\x25\x5b\xc2\x71\x3a\x76\x96\xc0\xd5\xbb\x22\xe6\x36\xa0\xfc\x2a\x52\x31\x92\x2e\x63\x58\xe8\x9b\x9f\x97\x29\xd4\x4a\x29\x9b\x23\x8e\x02\x30\x9e\xe7\x1f\x32\xeb\x32\x84\xee\x64\x19\x21\xad\xa4\x62\x23\x6a\x94\x7f\x2e\xf1\x0e\xc3\x19\xbd\xeb\xc6\x35\xaa\xae\x58\x26\xe8\xdf\x66\xbf\x83\x85\xfc\x2c\x8a\x79\x28\xe2\x37\x08\x99\x27\x02\x74\xcc\x4f\x63\x19\x62\x66\x26\x14\x20\x9f\x9e\x62\x5e\xd8\x4d\xb5\x23\xf8\x9b\xe3\x78\x20\x85\x02\x14\x18\x0b\x92\xd6\xf2\x2d\x36\x4e\xbd\x84\x0c\x09\xa1\x68\x1c\x39\x89\xfb\x21\xba\x41\xa1\xfa\xac\xdc\x47\xa9\x16\x5b\xb4\xd7\x61\x9b\xda\xb7\x46\x90\xfa\x87\x1a\xfe\x29\x70\x36\xb6\x19\xa5\x5e\x6c\x88\x28\xa8\x22\x50\xe4\x6a\x0b\x5d\x32\x26\x24\x7e\xea\x5b\x52\x84\x34\xa6\x12\x15\x4e\x4c\xa9\xea\x62\xcf\xf2\xd0\x55\x14\x27\x3c\xdf\x88\xd7\x99\xbd\xa0\x73\x2b\x27\xe9\x40\xe6\xab\x12\x50\x48\x04\x75\x47\x12\x24\x21\x02\x3e\x0c\xc3\x2d\xf4\xaf\x01\x66\x80\x25\x5b\xc6\x31\x4f\xb2\xaf\xd3\x45\xf2\xcb\x97\x28\xc5\x11\x46\x27\xb5\x42\x09\xc1\xa7\xc7\x9f\x8d\xbc\x56\x74\x16\x04\x0c\x80\x23\x97\x8d\x49\x94\x9e\xaa\xc9\x22\x36\x45\xad\x04\xab\xa1\x61\x06\xbe\x4b\x70\xf0\xe2\xd3\xe3\xcf\x7f\x6b\xe0\xad\x67\xb2\xa9\x8e\xcd\xba\x42\x87\x45\x33\x35\x97\x99\x4f\xe2\xd4\x11\xd9\x07\xf3\x8c\x86\x96\x61\x0a\x05\x71\x2c\xe3\xe8\x5b\xcf\x95\xdd\xc5\x9d\x96\x84\x90\x08\x25\x61\x8a\x10\x62\x8d\x58\x08\x68\x2a\x04\xab\x47\xc5\xa8\xa2\xd3\x92\x94\xc0\xcc\x13\x9b\x5a\x2d\x66\xf8\x93\xfc\x38\x5a\x9a\x65\xa9\x75\x03\x69\x1b\xd9\x4e\xbe\x68\x3a\x50\x9f\x98\x3b\xc2\x13\xd8\x22\x10\x21\x1f\x31\x06\xe9\x49\xcc\xc9\x59\x87\x1c\x2e\xe6\x0c\x85\xbb\x1c\x26\x8b\x91\x8f\xf5\x62\xba\x7f\x80\x14\xfa\x1c\x51\xd6\x03\x42\xeb\x58\x08\xd9\x01\x14\x4e\x61\x49\x84\x62\x8a\x6e\xd4\xa7\xe1\x28\x15\xfe\x59\x02\x3e\xc2\x38\xc6\xd1\x5e\x1f\xd2\x30\xc8\x92\xa0\x45\x68\x20\x4f\x69\xc8\xb8\x40\x9d\xd3\x90\x24\xfe\xd7\x7f\xfc\x27\x13\x38\xa6\x3a\x6a\xe5\xfb\x78\x5e\x00\x57\x66\x79\x63\x61\xa1\xca\xa6\xdf\x2e\x84\x7b\x80\xa3\x40\x3a\xde\x68\x6f\xf0\x09\x33\xe5\x5e\x40\x0c\x69\xea\xa5\x53\xc6\xa9\x55\x38\x75\x08\x43\xb1\x3f\x3b\x88\x91\x75\x6e\xe9\x26\xba\xc8\xd9\xd9\xe8\x22\x58\xa2\xba\x29\xe3\xab\x74\x95\xb2\x55\x47\xeb\x52\x1e\x01\x4e\xf6\x88\x1f\x10\x55\x49\x61\xda\xf6\xa5\x70\x8b\x1e\x97\xd1\xa0\x48\xbc\xd2\xe7\x6e\x14\xa8\xa7\x76\xde\x2e\xc5\xe8\xd5\x33\x89\xb5\x05\x94\x4a\xfc\x1c\xeb\x0f\x1a\x0a\xac\xf5\xe0\x6a\x73\x3b\x63\x26\x45\x47\x72\x63\x7a\x38\xf9\x39\xbf\x54\x29\x75\x59\x17\x4e\x80\x50\x2a\x18\xde\x99\xfc\x8c\x4c\x41\xbc\xda\x8e\x88\xc2\x13\xe0\xf0\x1a\x45\xca\x57\x42\x75\x6b\x41\x08\x5c\xb2\x3c\x8b\x6b\x85\x73\xcd\x8f\xd6\xd8\xd9\x94\x35\x56\xb3\x0f\xe3\xfa\x7b\x9d\x95\x40\xc3\x5a\x14\xea\xfe\x4c\x43\x51\x90\xb3\x0c\x70\xa2\xcf\x50\x3e\x1c\xcb\x24\xbb\x94\x2c\x1e\x9a\x65\x02\xf7\x76\x86\x19\xd5\xad\x2c\x47\x27\xaa\xde\xb2\xb4\xf8\x24\x9d\x90\x2a\x3f\x6e\xc5\x66\x25\xdc\x7b\xd6\xdb\xd8\xe8\x6c\x2a\x82\x65\x71\xdd\x3b\xfc\x11\x05\x86\x57\x35\x02\x93\x34\x66\x48\x27\x15\x85\x8d\x12\x88\xb6\xf5\xf4\x84\xc4\x78\x6e\x6c\x27\x42\x9f\x27\x30\x54\xcd\x01\xa4\xa8\x07\xb6\x09\x4f\x45\x9d\x37\xd3\xdf\x69\xb4\x11\xae\xb4\x21\xed\x2f\xf7\x22\x73\x9f\x2d\x0f\x60\xcc\xb0\x4f\x09\x23\x3b\x0e\x1c\x9f\xe3\x1b\x04\xc6\x98\xca\x9b\xe9\x27\xbd\xa2\xd4\xd3\x67\x3a\x98\x69\x96\xf9\xe0\x92\xa0\x4c\x1d\x1a\x78\xcc\xd2\x59\xd2\x1a\x76\x15\xea\x80\x55\x5c\x73\x6b\xd0\xa5\x49\xb4\x2c\x8b\x99\x71\x97\x32\xff\x74\x6e\x7c\x90\xe8\x4b\xad\xc7\xe7\x11\xd8\x5d\xa2\xaf\x75\x2d\x9a\x6a\x2e\xe8\x0a\xfe\xc9\x67\x23\xa2\xcb\x63\xb9\x6a\x0c\x27\x27\xeb\x23\xe4\x22\xa0\x01\x44\x05\x17\x25\x5e\x88\x30\xef\x88\x8e\x5b\x44\x55\xa4\x27\x00\xc2\x50\xee\x2b\x4b\x2d\xc9\xbe\xce\x5a\x02\x53\xa0\xc3\xa0\x21\x03\xf6\xa4\x2e\x6c\x5c\xe5\x61\x56\x7d\xd8\x68\x16\x76\xb3\x85\x4f\x89\x18\x44\x58\xa0\x4c\x0e\x98\xf8\x8d\x8a\x24\x44\x32\x3c\x55\x94\x74\x94\x5b\x1c\x86\x60\x2f\xdc\x6a\x48\x6e\x01\x54\xa4\xa4\x67\xfc\xb4\xf9\x0e\xb2\x9c\x3c\x87\xb3\x3d\xa5\xa7\x01\x95\x69\x70\x02\x1e\x37\xd0\x94\x75\xac\xa3\x27\x2f\x2a\x57\x51\x7c\xaa\x3e\xec\xeb\x87\x49\x90\x66\x87\x61\x68\x61\x72\x8d\xdd\xa5\x27\x93\x04\x18\x5b\x7c\x64\x16\x9e\xeb\xe4\x5b\x8d\xa5\x71\x01\x73\xc4\x3f\x8e\xe7\x99\xa7\x53\x53\x95\x19\x95\x66\xee\x07\x64\xf1\x4e\xda\x35\x5b\x29\x98\xb0\xf1\x3c\x3f\xfb\x50\x9c\x3f\xb4\xef\x31\xde\xa6\xa6\x21\x1d\xc0\x4e\x64\xc1\x99\x54\x95\x1b\x94\x71\xa3\x5a\x24\x4f\x47\x68\x90\x4d\xb1\x21\xa8\xf7\xfe\xd5\x42\x7a\x67\xc4\x8f\x14\xe9\x83\xa4\xdb\x13\x80\xe0\x9f\x09\xa2\xa7\x62\xf0\x2e\xf0\x17\xa8\xe5\x4c\x19\xab\x1c\xb1\x72\xb8\x37\x0b\x10\xfd\x03\xf2\xaf\x8d\xa0\xd2\x06\xa2\x1c\x5f\xf6\xb2\xfc\x20\x0f\x32\x3b\xc1\x91\x33\x95\xa4\xcf\x97\xa7\xdf\x62\x4a\x6e\x94\xe3\x8d\x11\xdd\x11\x7a\x84\x91\x3e\x67\x4a\x76\x8a\xbb\x82\x48\xdc\x38\xe5\x6a\xc5\x91\x3c\xb0\x0c\x5a\x1b\x70\x56\xeb\x0c\x96\x24\xf1\xfe\xa0\x42\x1a\x42\xd3\x99\xb5\xa4\x70\xe3\x22\xf3\x77\x49\x18\x9e\xfa\xf9\x65\x22\x3d\xc5\x91\x9d\xfc\xe2\x76\xa6\x58\x92\x9b\x8a\x8d\xb9\xce\xa5\xbe\x52\x85\x46\xd9\x6c\x21\x97\xb6\x52\xeb\xa9\x12\xa7\x1c\x7c\xae\x76\xa5\x88\x41\xd9\xca\x08\x51\x81\x23\x08\xf2\xf9\xd8\x3f\xa0\x23\x64\x3d\xc0\x12\xff\x00\x20\xab\xcc\xdd\x2a\x82\x48\xdb\xf7\xd2\x4d\x30\x65\x44\xd0\x5c\xd8\xdb\xa2\xf6\x30\x4d\x4a\xc9\x31\x6c\x43\x10\x5a\x3b\x79\x57\x8a\x32\x56\x8f\x5e\x9f\x48\xa2\x4f\x9d\x72\xfd\x75\x6c\xb5\xf4\x07\x43\xd6\x93\x2f\xa5\x72\xed\x23\x92\xa2\xac\x82\xd5\x81\x90\x68\xa4\x7a\xe8\xe8\x36\xeb\x65\x34\x03\x01\x8a\x08\xd7\xc1\x73\x4e\xac\x94\x50\xc9\x33\x49\x8f\xa9\x3f\xb9\x9e\xe7\x57\x50\x6e\x49\x09\x96\x0b\x89\xf5\xcc\xfc\x16\xa8\xd9\xab\x97\xda\xb4\xa1\x16\x82\x29\xea\xb6\x8b\x7a\xa3\x71\x53\xe6\x7b\x25\x07\x12\x34\xa7\x66\x06\xf7\x02\x03\x9e\xcb\x3b\xd2\x19\x4f\x41\x42\x86\xb7\x34\x63\x76\x75\xb3\xd1\xbc\xd2\x20\xc1\xaa\x89\x0c\xca\xbb\xf7\xb2\x24\x5d\x0f\x30\x62\xe2\xc8\x04\x67\x45\x3f\x21\x76\x4e\xa8\x3a\xcf\x05\x33\x64\xf5\x4d\x62\x54\xa7\x08\xba\x99\x8e\xf5\x5a\xbc\x65\x87\xd2\x99\x55\x83\x8d\x80\x08\x8b\x50\xa4\xc9\x12\xaa\x37\x53\xeb\x06\x60\x2a\x23\xaf\x99\x8a\xbc\x24\xa5\x5b\x94\x7d\x7c\x1e\xa5\x97\x16\x33\xcf\x26\x5c\x13\x96\x93\x25\x0e\xd3\xa4\x27\x3f\xaa\x1f\x18\x09\x56\xd9\xee\xe5\xde\x6f\x0c\xf9\x41\x66\x3d\x3a\xe9\xd5\x7e\x20\xff\x70\x91\x6a\x46\x68\x76\x0b\x54\x2b\xd7\x11\xc6\x4c\x87\xa1\x32\x67\x8d\x43\xe8\x23\xf9\xa1\xfc\x2c\xda\x97\xcb\x6a\x47\x1d\x37\x09\xb9\x52\xbc\xc7\x11\x0c\x37\xa2\xc5\x0b\xf1\xe3\x49\x4f\xfc\xfc\x5e\xfe\xfc\xa1\xb2\xd8\x6e\x30\x45\xc2\x5c\x96\x90\x12\xb8\x17\x25\xd2\x58\x48\xb4\xc6\x6d\x8a\xec\x2e\x90\x6c\x95\x0a\x96\x50\x9a\x11\xd1\x53\x74\x4b\xd2\xaa\x6f\x65\x70\x90\xc9\xe1\x08\xe3\x58\x5e\x9d\x10\xb4\xaf\x54\x1f\xa6\x2f\x90\xd6\xfa\x9d\x02\x89\xaa\x8f\xf4\x42\xc6\x69\xc2\x3a\xea\xcc\xd2\xa5\xff\x1d\x00\x00\xff\xff\x1b\xdc\x0d\x20\x9c\x89\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-monitor.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-prod-immutable-monitor.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75ProdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xed\x72\xe3\x36\xb6\xe0\x7f\x3f\x05\x6e\xd7\xec\xed\xcc\x96\x25\x7f\x74\x3a\xdd\xf1\xe4\xa6\x4a\x96\xd8\x6d\x25\xfa\xba\x92\xdc\x49\xf6\xd6\x2d\x15\x44\x42\x16\xd3\x14\xc1\x00\xa0\xdd\x9a\x6c\x57\xed\x6b\xec\xeb\xed\x93\x6c\xe1\x83\x24\x48\x02\x24\x65\xcb\x6e\x77\x46\xf9\x91\x99\x58\xc0\xc1\xf9\xc6\x39\xc0\x39\x20\x8c\xfc\x0f\x88\x50\x1f\x87\x17\x80\xa1\x4d\x14\x40\x86\xda\x38\x42\x21\x5d\xfb\x2b\xd6\xf6\xf1\xc9\xed\xd9\xd1\x47\x3f\xf4\x2e\xc0\x5c\xfd\x7c\x14\xc0\x25\x0a\xe8\xc5\x11\x00\x64\x1d\xc1\xcd\x05\x78\xf1\xa6\xfd\xfa\xc5\x11\x48\x01\x5c\xc8\x1f\xde\xbc\x6e\x45\x04\x7b\x47\x1b\x44\x29\xbc\x41\x17\xe0\x7f\xb7\x8e\x00\xe8\x80\x10\xdd\x01\x14\xde\xfa\x04\x87\x1b\x14\x32\xb0\x86\x14\x2c\x11\x0a\x01\x45\x0c\xc4\x11\x58\x61\x02\xa6\xc8\x03\x57\x90\x81\x09\xc1\x2e\xa2\x14\x74\x62\x86\x37\x90\xf9\x38\x04\x43\x18\xc2\x1b\x44\xc0\x9b\xf6\x11\x00\xf3\x35\x02\x31\x45\x24\x84\x1b\x74\x12\x41\x4a\xef\x30\xf1\x04\x04\xe8\xf2\x89\x7e\x78\x03\x2e\x63\xea\x87\x1c\x48\x17\x85\x8c\xc0\x00\x0c\x71\xe8\x33\x4c\xf8\x6f\x3e\x3d\x3a\x02\xe2\x9f\x6b\x05\xe5\x02\xfc\xed\xcf\x9f\xfb\xce\xa2\xd3\x1b\xf6\x47\x8b\xeb\x99\x33\xfd\xac\x46\x4c\x14\xf8\xfc\x88\xc9\x2f\xbd\xcf\x1c\xc6\x25\x66\x6b\x4e\x01\x05\x78\x05\x7e\xee\x3b\x80\x22\x72\x8b\x08\x05\x90\x20\xe0\xe2\x70\xe5\xdf\xc4\x04\x79\xe0\xce\x67\x6b\xc0\x4c\x68\xdb\x30\x99\x39\xd3\x0f\xce\xb4\x12\x15\x35\x24\xc1\x65\x12\x20\x48\x11\x58\x22\x40\x63\x82\x00\xc3\xc0\x25\x08\x32\x24\xd6\xa5\xc8\x25\x1c\x4d\xbe\x84\x07\x5e\xfc\xed\xcf\xcb\xeb\x59\x7f\xe4\xcc\x66\x8b\xae\x33\x9a\x4f\x3b\x83\xc5\xd5\x7c\x3e\x99\x2d\x66\x4e\x77\xea\xcc\x3f\xbf\x38\xe6\x63\xb4\x45\xf2\xbf\x02\x18\x7a\x47\xa0\x30\x64\x3a\xbe\x9e\x97\x47\xba\x38\x64\xd0\x0f\x39\xdb\x39\x1e\xd6\x85\x7f\x76\x7e\x9b\xcd\xc7\x53\xe7\xf3\x31\x30\x2c\x9c\xfe\xaa\x56\xb6\x2f\x9c\x8d\x5c\xf9\x01\xa2\x9c\xe1\x52\x35\xb8\x64\x38\x16\x14\xb9\xb1\x14\x0e\x43\x21\x6b\x1f\x6d\x10\x83\x1e\x64\x90\xab\x36\x0c\x43\xcc\x84\xc2\x09\x4d\x07\xc0\x43\xd4\x25\x7e\xc4\x84\xa9\x74\xa2\x28\xf0\x5d\xa9\x8f\x89\xd6\x4b\xad\x03\x1b\xa1\x9e\x1e\xb8\xea\x00\xae\xfd\xb1\x2b\x06\x91\x38\x64\xfe\x06\xe9\x7a\x7f\xac\x64\xd9\x58\xdd\x5f\x83\x16\xe8\xa1\x88\x20\x17\x32\xe4\x89\xd9\xbe\x8b\xc3\x6e\x00\x29\xbd\x10\xff\xb7\xf5\xfb\x12\x53\x2a\x7e\xc9\xd9\xb0\xe7\xd3\x28\x80\xdb\x96\xd4\xaa\x86\x8b\x69\xd8\x6b\x58\x97\x81\x47\x04\xdf\xfa\x1e\x22\x2d\xe3\x2a\xc7\xa0\x1f\xba\x6d\x31\x8b\xc1\x1b\xaa\x5c\xc3\x71\x24\xd7\x96\x36\x72\x2c\xd0\x3e\x16\xce\x42\x0c\x34\x3a\xa2\xa5\x1f\x7a\x70\x19\xa0\x0b\xf0\x62\x05\x03\x8a\x5e\x54\x8c\xf5\xb0\x1b\x73\x6c\x05\x55\xad\x98\x04\x17\x60\xcd\x58\x44\x2f\x4e\x4e\xa4\x5f\x68\x13\xe4\xad\x21\x6b\xbb\x78\x93\x1f\x7c\x82\xc2\x56\x4c\x4f\x08\xf2\x16\x6b\xc8\x16\x0a\xcf\x05\x4c\x79\xb4\x90\x02\x26\x27\x6f\xda\xaf\x4f\xd6\x6c\x13\x9c\x78\x28\x0a\xf0\xd6\x0f\x6f\x16\x70\x51\x3f\x6f\xf1\xa6\xfd\x9a\xff\x79\x2d\x1c\xd0\x42\x63\xed\x02\x87\xe9\xfc\x94\x9a\x85\xb2\x1a\x44\x16\x9c\xce\x15\x26\x9b\x93\x0a\xc2\x03\x1c\xde\xb4\x72\xaa\x3a\x5f\xfb\x34\xd3\x51\x0f\xad\xb8\x2f\x04\x04\x51\x1c\x13\x17\x51\x10\x22\xe4\x29\x6d\x02\x4a\x85\x6b\x55\xb7\xa1\xce\x2a\xa0\x6f\xda\xaf\x8f\x81\x1f\xba\x41\xec\x71\xab\x83\x9a\xed\x48\xd6\x09\x90\x89\x8b\x14\x3f\x1c\x27\xb6\x09\x43\x0f\xf8\xa1\xfa\x0f\x2e\x42\x05\xd3\xc5\x9b\x4d\x1c\x26\x60\xf8\xa8\x88\x6f\x63\x94\x1b\x32\xb8\xc5\x41\xbc\x11\x6e\x8f\x32\x4c\x10\xe0\x36\x0d\xd8\x1a\x32\x41\x2c\x15\x3f\xc4\xe4\xd6\xbf\x45\x00\x72\x4e\x30\x48\x58\x5b\x01\x9e\xeb\xd6\x9c\x90\x38\x8e\x50\x38\xe3\x2c\x06\xdd\x44\x1a\x60\xa2\xa4\x01\x6e\xe5\xfe\x09\x5e\xb5\xcf\xce\xda\x9a\x81\x02\xea\x87\x2e\x52\x60\x1b\xd8\x5c\x02\xe7\x4d\xfb\xf5\x3f\x38\x37\x28\x37\x2a\x10\xd3\xc4\x5f\x26\x20\x92\xed\x4c\x41\xd6\x20\x8d\x23\x44\x20\xc3\xa4\x5d\xa1\x20\x34\x8e\x22\x4c\x58\x8d\x4d\x08\x00\xb7\x49\x60\x90\xec\xef\xd2\xb0\x73\x7b\xbb\xfc\x23\x8d\xa0\x8b\x2e\x32\xb7\x70\x84\x97\xbf\x23\x97\xd1\x8b\xa3\x16\xd0\x23\x8c\xdb\xb3\x23\x00\x64\x34\x31\xe3\x3e\xd8\x45\x1d\xd7\xc5\xb1\xf0\x2a\xba\xf3\x05\x20\x8b\x31\xf8\x3f\x9a\xca\xf0\x1d\xaf\x33\x99\x0c\xfa\xdd\xce\xbc\x3f\x1e\x2d\x46\x9d\xa1\x23\x77\xc5\x64\xcb\x2c\xfd\xda\xfa\xe8\x23\xe9\x68\xec\xe8\x4c\x71\x80\x2e\xfd\x90\x2b\xe8\x13\xe1\xd2\xba\xf5\xd1\x1d\x8f\xa1\x70\x80\xa6\x68\x75\xa1\xcd\x53\xbf\xd0\x38\xe1\x22\x00\x2d\x1b\xdb\x1e\x48\xf7\x53\x8a\x81\x6e\x20\x61\x04\xc7\xec\x59\x08\x42\xc3\xe6\x09\x44\xd1\x88\x76\x05\xb1\x44\x77\x29\x16\x29\x46\x23\x41\x20\x3c\x44\x55\xa0\x7b\x87\x96\x2a\x22\x7d\x49\x01\xf7\x00\xb4\x7d\x5f\x9e\x02\x19\x40\xb9\x16\x52\x85\x7f\x70\x39\x06\x1b\x1c\xd6\xb0\xa5\x38\x96\x46\xc8\x95\xb8\x08\x14\xe5\xff\x6d\x29\x00\x9a\xfb\xe7\xbf\x5e\x80\xb7\xa7\x6f\x4f\xd5\x1f\x18\x24\x37\x88\x4d\xf2\x7f\xd6\x27\xd2\xfc\xcc\x6f\xbf\x7d\x65\x9a\x99\xfc\x99\xa2\x00\xb9\x0c\x93\x8c\xdd\xc9\x3e\xd5\x15\xdb\x54\x13\x6a\xf6\x2e\x66\x9e\xeb\xfc\xf4\x9e\xe0\x38\xa2\x20\xe2\x32\xe5\xb4\x88\x7d\xca\x0d\x62\xca\x10\x97\x73\x3b\x2f\xa1\x36\x0c\xa2\x35\x6c\x7f\x8c\x97\x88\x84\x88\x21\xca\xb7\x00\x86\x03\xbe\x4f\xa0\x56\x1c\x12\x04\xbd\x6d\x0b\x85\x5e\x84\xfd\x90\xd1\x0b\xf0\x82\x91\x58\x45\x56\xcf\x48\x33\x5a\x91\x74\x07\x99\x7a\x28\x8a\xfb\x93\x0b\x30\xc2\x21\xb2\xa9\x8c\x9a\xa7\x09\xfe\xed\xdb\xb7\x26\xc1\x27\x7f\x7e\xb6\x82\x17\x0e\x04\x48\x0f\xa2\x0c\x59\xe8\xb5\x88\x7d\x84\x82\x3f\xae\x55\xeb\x0e\xac\xb9\xab\xdb\xd5\xa2\xbf\x3f\x3d\x35\x59\x74\xfa\x67\xbb\x45\x7f\x6f\xb6\xe8\xef\x1f\x66\xd1\x4f\xe2\xb6\xb3\xc3\x02\x93\x97\x06\xdf\xbc\xf3\x09\x65\xda\xa8\xbf\x3f\x92\x88\xb3\xd0\xe4\xac\x71\x10\x73\xf6\xd5\x3b\x6d\x9d\x96\x83\xcb\xde\x8b\x4e\x3c\x77\x77\xfd\xa8\x22\x6f\x6a\xd5\x33\xe4\xe2\xd0\x7b\x52\xb3\x3e\x6f\x2c\xc2\xf3\xbf\x90\x59\x9f\x1f\xcc\x7a\x3f\x3a\xf1\xf5\x98\xf5\x23\x89\x7c\x25\x36\x62\x3e\x67\x09\x29\xca\x9b\xf4\x63\xc5\x5d\x11\xa6\xec\x86\x20\xfa\x47\x50\xeb\x81\x0b\x43\x2d\xf6\x2b\x25\xf0\xfa\xdb\x57\xe7\x06\x09\xa4\x7f\xbe\x9f\x04\x72\x18\x3c\x4e\x18\x2c\xbd\xe6\x17\x93\x41\x9d\xb9\x14\x86\x7e\x59\x19\x18\xcd\xc0\xf7\x9a\x24\x5c\xca\xbf\x27\x67\x32\x31\xdb\x5d\x5c\x62\x96\x70\x8a\x15\xe7\x12\x2f\xa9\xcc\x62\x12\x2f\xa9\x00\xad\x61\x44\xf0\xa7\x6d\x5b\x86\xde\xf9\x13\x4c\xe6\x6f\x10\x8e\xd9\x05\xf8\xee\x94\x3e\xb7\x44\x35\x27\xf2\x35\xa6\xec\xc2\x78\xcd\x35\x9e\xcd\xf9\x64\x71\x4f\xf5\x39\x55\x8f\x0b\x83\x32\xa4\xfb\x2c\xc3\xc9\xcf\x4d\x51\x79\x90\xec\xe9\x13\x0a\x9f\x7e\x25\xd2\x97\xb7\x10\xad\xc7\x50\x82\x59\xbd\x16\x48\x6a\x59\x46\x2a\x43\x64\xe3\x87\x8a\xd4\x08\x52\xca\xd6\x04\xc7\x37\xeb\xc7\x57\x17\x3d\xd4\xdf\xab\xa3\x28\x66\xba\x46\xef\xf0\x4c\x92\x1c\xa3\x94\xb3\xab\xe8\xb3\x47\xb3\xf2\x9a\xec\xa5\xa9\xd0\xf6\x67\xe1\x16\xa9\xd1\x2f\x23\xb6\x0a\x2b\xbd\xb7\xf4\xbe\x88\x79\x3e\x58\xce\xe7\xfb\x35\xce\x52\xc2\xfa\xe4\xd6\x79\xdf\xfc\xb5\x2c\xdf\xf3\x27\xb0\xce\x9d\xa2\xaf\xa2\xd4\xf6\x67\x9d\x36\xb1\x3d\xa1\x79\x9e\xef\x6a\x9e\x3b\x8a\xef\x0b\x9b\xe7\x4e\x82\xd6\xaf\x1d\xf7\x6b\x9e\xe2\x82\x40\xfc\xf7\x53\x59\xe6\xc3\xef\x04\x12\xd1\xce\x86\x9d\xe9\x3c\xad\xde\x7a\x24\xd3\xac\x39\xcc\x6f\x2a\xb1\x3d\x9a\x66\x59\x64\x8f\x6e\x95\x66\x99\x55\x58\xe5\xfd\x45\xf7\x45\xcc\xb2\xd1\x8d\x4d\xaf\x90\x49\x37\x91\x61\x5a\x4e\x23\x0f\xf2\x72\x49\xc9\x1d\xf4\x59\x6b\x85\x49\x4b\x9c\xe2\x3d\xd7\x5b\xd4\x9c\xf8\x08\x12\x98\x50\x3e\xaf\x9c\x9c\x0c\xc7\xa3\xfe\x7c\x3c\xed\x8f\xde\x2f\xba\xe3\xd1\xbc\xd3\x1f\x39\xd3\xc5\xd4\x11\xe0\x67\x9f\x3f\x3f\xe0\x78\xa2\x8c\x3d\x65\x04\x32\x74\xb3\x4d\x19\xbd\x8d\x44\xf9\xa0\x2c\x59\x3d\xd2\x79\x9f\x0c\xc9\x0b\xab\xcc\xe6\x1d\x58\xfd\x10\xcc\xef\x25\xac\xdd\x04\x26\x16\x48\x85\x06\x44\xe5\x9b\xaa\x40\xd3\xa8\x6d\x01\x14\xde\xea\xc4\x27\x27\xaf\xfa\x02\xd7\x33\x67\x3a\x5b\x4c\xa6\xe3\x89\x33\x9d\xf7\x9d\x99\x36\x1c\x80\x5b\x18\xc4\xe8\x02\x9c\xe0\x88\x9d\x7c\xf4\xd1\x09\xe7\xee\x49\xae\x24\xef\x44\x63\x68\x2b\xa6\x88\xd0\x76\x44\x70\x84\x08\xf3\x11\xad\x59\x7a\x3a\x1e\x38\xfb\x5a\x9a\xe0\x00\xd5\x2c\x9d\x2b\xce\x36\xad\x55\xaa\xdf\xae\x82\xc1\xf9\x56\x07\x44\xaf\xcd\x2e\x42\xc9\x6a\xb3\xed\x50\xf4\xfa\xed\x4a\x28\xd5\xc8\x18\x2a\xc5\x75\x38\xc3\xce\x07\x67\xb4\x18\xf6\xa7\xd3\xf1\x74\x71\x3d\x1d\x98\x01\x15\x47\xd9\x21\x4d\x9d\xc9\x78\xd1\xb7\x90\x95\x1b\x52\x03\xa3\x06\x97\x64\x4c\x1d\x94\x99\x33\xe5\x56\x54\x0f\x4a\x0d\xac\x81\x37\xe9\xcc\x66\xbf\x8c\xa7\xf5\xf4\x25\x03\x6b\x64\xc7\x3d\xe9\x74\x3c\x18\x34\x15\x63\x61\x7c\x73\xe8\x4d\x54\x2d\x3f\xbc\x39\xec\xf9\xf8\x67\x67\xb4\x0b\x74\x31\xc1\x04\x3f\x5f\xa4\xbf\xe8\xf5\x8d\x1c\x39\x41\xcc\x3d\x59\xaa\x33\x44\x57\x1e\x21\xb6\x64\x0b\x43\x4b\xd6\xf9\xd6\x82\x36\x63\x5b\xd7\x7c\x60\x05\x6b\x57\x31\x0b\x48\x9b\xaa\xc9\x5f\xab\xb5\xcc\x02\xb2\x4a\xe3\x7e\x7a\x3f\x1d\x5f\xf3\x31\x7c\xf7\x9e\x4c\xc7\xf3\x71\x77\x6c\x34\xaf\x2c\x84\xe9\x8d\xe4\x70\x03\xb4\xf1\xc4\x19\xcd\xae\xfa\xef\xe6\x8b\x64\x90\x90\x71\xbf\xeb\x54\x30\xa2\x61\x39\xd7\x0e\x6b\x4d\xc6\xd3\xb9\x69\xad\x17\x6f\xdf\xbe\x7d\xfb\xc2\x00\x6b\x36\xab\x70\x2b\xea\x47\x13\xf7\xf8\x4f\x1c\x8f\x7e\xaf\x3b\x1e\x8d\x9c\xee\x7c\xd1\x73\x26\x83\xf1\x6f\x43\x67\x34\x37\xee\x5b\xd3\xf1\x78\xde\xbe\x83\xc4\x02\x6b\xea\x74\x06\x43\x3b\x16\xe2\x67\x1b\x1e\xb2\x73\xa6\xa1\x62\x64\x13\x6c\xe0\xba\x83\xbe\x33\xda\x05\x9c\x9c\x60\x03\x57\xed\x6e\xf5\x11\x36\x08\xd5\xaa\xaf\x8f\xb0\x41\xe8\xf5\x67\x9d\xcb\x81\xb3\x98\xcd\x06\x8b\x2e\x8f\x2d\xde\x71\xb5\x73\x16\x1f\x3a\x83\x7e\x4f\xe8\x9f\x1d\x76\xfd\x5c\x2b\xde\xd3\xfe\xa8\xdb\x9f\x74\x06\x8b\xce\x7c\x3e\xed\x5f\x5e\xcf\x2b\x98\x60\x18\x6c\x74\x06\x7a\xe6\xd4\xd4\x17\x94\x13\xe5\x0a\xa0\x46\xed\x6d\x78\x31\x91\x07\xdb\xb9\x9e\x5f\x2d\x06\xbd\xce\xc4\x6e\x61\xb9\x21\xd5\x30\x2e\xfb\xa3\xde\xa2\x67\x11\x54\x69\x58\x03\x58\xdd\xa9\xd3\x73\x46\xf3\x7e\xa7\x16\xb7\xc2\xf0\x6a\xd8\x3f\x75\x3a\xa2\x99\xed\x7a\xda\x9f\xff\xb6\xe8\x8d\x87\x9d\x7e\x2d\xd2\xa6\x39\x35\x14\x74\x66\xce\xa2\x3b\xff\xb5\x09\x47\xb2\xa1\x0d\x60\xbe\xeb\x0f\xe6\xb6\xa0\xc3\x38\xb4\x1a\xe6\xcc\xe9\x4c\xbb\x57\x8b\x59\x77\x3c\xb1\x6d\x02\xc6\xb1\x8d\xa0\xce\xfb\x43\x67\x31\xe8\x0f\xfb\x16\x6f\x55\x31\xa1\x1a\x7e\xaf\x3f\x9b\xf7\x47\xef\xaf\xfb\xb3\x2b\xa7\x27\xb6\xa6\x3a\x13\x6e\x36\xb7\x7a\xd5\x49\x67\x3a\x73\x6a\xfc\xa5\x6d\x74\x8d\xfd\xa9\x51\x8b\x4b\xe7\x7d\x7f\xb4\x98\xcd\xa7\xf9\x5d\xdc\x6c\x91\xa6\x49\x0d\xd7\x71\x46\xbd\x5d\x57\xc9\xa6\x54\xaf\xc1\x93\xc4\x8c\xa3\xd6\xbc\xa2\x62\x42\x3d\xfc\x59\x43\xd3\xd2\xc7\x36\xc0\xba\x99\x6d\x69\x43\x1b\xc0\x9c\x72\xaf\x31\xb3\xee\x60\xb6\xd1\x35\xfa\xef\xbc\xeb\x5c\x0f\xe6\x62\x4e\xad\xbe\x6b\x63\x1b\xe0\x9b\x37\x88\xa6\xe2\x2b\xcd\x6a\x62\x49\xd9\xcc\x77\xd3\xf1\xb0\x81\x38\x2d\xd3\x76\xd3\xc7\x59\x43\xbd\x29\xce\xa9\x59\xc5\x79\xe7\x4c\xf9\xb6\xcb\xed\x25\xc7\x89\xc5\x7c\xbc\xe8\x5e\x39\xdd\x9f\x6b\x17\xad\x07\x61\xc5\x41\x20\x3c\xec\x4c\x26\xa2\x79\xba\xfe\x94\x46\xad\x5b\x35\xad\xd9\x5a\xce\x64\xd0\xe9\x3a\x75\x8a\x68\x9b\xa2\xaf\xe1\x6f\xc4\xe3\x02\x22\xc3\x68\x15\x33\xc5\x4d\x5a\x6c\xd2\x22\x6b\x14\xbc\x2d\xce\x9b\xc4\x41\x30\xc1\x81\xef\x6e\x2f\x40\x27\xb8\x83\x5b\xfd\x3c\x29\xf0\x6f\x11\x07\x36\x21\x78\x89\x2e\x72\x68\xae\x19\x8b\xde\x23\x96\xff\x23\x00\x11\x64\xeb\x0b\x70\x42\x10\x65\x27\x6b\x04\x03\xb6\xde\x16\x47\x14\xab\x65\x93\x7f\xa8\xbb\x46\x49\x56\x98\xfb\xc9\x0f\x7d\xe6\xc3\xa0\x87\x02\xb8\x95\x97\x79\xf4\x02\x9c\x15\xe6\x47\x88\xf8\xd8\xcb\x7e\x7e\x9d\xfb\x55\x15\xcd\xa4\x3f\x9f\x6b\xbf\xee\x76\x16\x09\xf2\xa5\x6c\x89\x94\xd3\x43\x49\x55\xc8\xf9\xe6\xcd\xdb\x1c\x02\x72\x91\xdf\x71\x80\x3f\xfa\x30\x8f\x38\xc1\x0c\xbb\x38\xb8\x00\xf3\xee\xa4\x12\x66\x91\x65\xa5\x42\xe4\x5d\x01\x66\x75\xc7\x45\x80\xf4\x9e\x10\xb3\xb2\x56\x1d\x62\x21\xdb\xb5\x03\x24\x08\x7a\xbe\x45\xe1\x56\xd0\x0f\x62\x82\xe6\x6b\x82\xe8\x1a\x07\xde\x05\x78\xf5\xdd\xae\x1a\x29\x6e\x27\x1e\x47\x1f\x5f\x55\xaa\x63\x73\x6d\x4c\xfb\xd2\xf3\x74\x04\xfe\xc6\x67\xb4\x48\xdb\x06\x6d\x30\xd9\x1a\x93\x98\xa1\x33\x1c\x4f\x7f\x2b\x87\x84\xf2\xc8\x68\x88\xe3\xb0\xa8\xc2\x1b\xfe\xb7\x89\xe4\xd6\x2e\x67\x4e\x89\x94\x8b\xe3\x3f\xa2\xad\xe8\x3e\x37\xcd\xe0\x82\x18\x87\xc1\xf6\x02\x30\x12\x23\x2b\x1a\xfa\x89\xb8\x61\xc5\x6a\x9b\x6d\x45\xb7\x38\x48\x67\x69\xf7\x6a\xef\x09\x74\xd1\x24\x2f\xa0\xef\x32\xf1\x49\x74\x73\x97\x0b\xbb\x12\x28\x59\x95\x97\x96\xfc\xdb\x48\x21\x5e\xfd\xe4\x48\x69\xe9\x5d\x28\x05\xda\x4b\x00\x1f\x04\x66\xdd\x00\xfa\x9b\x3c\x36\x2e\xff\xd3\xa8\x09\x6c\x31\x52\xcc\x65\xc4\xbf\xb9\x49\xaf\x5d\x5a\x72\xff\xe8\xae\x61\x78\x83\x26\x90\xc0\x8d\xc6\xb2\xe4\xd5\x07\xb7\x20\xe0\xd4\x5f\xf0\xa5\x73\x2c\x6e\xee\x7f\x57\x04\xe7\x88\x91\x37\x9a\x7d\x8e\xcc\x8c\x11\x04\x37\x73\x78\x53\x72\xef\xcd\x36\xc7\x8b\xbf\xfd\xd9\x1f\x76\xde\x3b\x3c\x5c\x77\x3a\xc3\xc5\xbc\x93\x0b\xd9\xb5\x4e\xff\xc2\x40\x8e\xef\x6c\xd2\xe9\xa6\xfb\xb2\xbc\xc3\xeb\x67\x1c\x52\x3c\x93\x7f\x97\xb7\x6c\xea\x87\xbf\xe6\x25\xed\xc3\x4b\x23\x72\x17\xb4\xb9\x4b\xf6\x3d\xdf\xc8\x16\x51\xfd\x5a\xee\x63\x8b\x78\xdf\x43\x2a\xbb\x48\x06\x3c\xec\x26\xd6\xf0\x48\xd1\x78\x66\x38\xde\x78\x57\x30\x6f\x61\xf2\x3e\x0a\xbc\xf4\x61\x82\xd2\x2f\x72\xb7\xa0\x0c\xb2\x98\xb6\x23\xec\xf5\x27\x8d\xd6\xb7\x1e\xa9\x7f\x7f\x7a\x7a\x6a\x3a\x52\x37\x83\x58\xcc\x07\xc6\x4c\xe1\xc5\xf7\xdf\x7e\xfb\xaa\x19\x98\xeb\xe9\x60\xe1\xfc\x3a\x77\xa6\x23\xdb\x91\x5d\xf5\x9c\x9a\xdb\x2b\x35\xc3\x96\x91\x9a\x46\x36\x83\x68\x3f\xcd\x31\x8f\x6d\x06\x55\xfc\xcf\x4e\x97\x2b\x66\x4b\xb0\xaf\xa0\x2e\x55\x1e\x0b\x7c\xd5\x9d\x93\x89\x35\xc9\xf8\x66\xec\x99\x0f\xb4\x4b\xc3\x9f\x9d\xdf\x3a\x83\x7e\xc7\x92\xaa\xda\x1e\x06\x6b\x2e\x8b\xdc\x62\xd5\xd7\x15\xb6\xc5\x1a\x5e\x0e\x1b\x16\x34\xad\x23\x42\x53\xbd\x22\x2d\x17\x96\x9e\x34\x78\x0c\xad\x1a\x8d\xc3\x1d\x75\x03\xf8\x3b\xda\x8f\x2d\x8f\xae\x61\x50\x85\x15\x15\x92\xde\x0a\x5f\xe2\x4c\xc6\x46\x35\xe2\xa9\x85\x0c\x0a\x35\x65\x2a\x26\x1a\x76\xb8\xdd\xf1\xe8\x5d\xff\xfd\xe2\x97\xce\xbc\x7b\xe5\x4c\x17\xce\xa8\x73\x39\x70\x8c\x02\xd5\xa2\x2c\xf9\x4f\xee\xb8\x46\xd7\xe4\xdd\xcf\x67\x76\xd9\xba\x41\xa3\x83\x0b\xed\xfd\x09\x7d\x89\xc6\x87\x0c\xf7\x4c\x5f\x73\xe1\xdd\xc3\x52\xd7\x46\x82\xdd\x9d\x75\xe5\xfc\xd8\xea\x84\x0c\xeb\xe8\x63\xef\x91\x17\xd3\xdc\x4b\x4b\xf6\xb4\xcd\x84\xfa\x1e\x12\xdf\x1d\x14\xec\xc1\x99\xa7\xce\xa9\x2c\xf5\xd4\xb1\x69\xc6\xcb\xfa\x14\xbc\xe6\xb9\xce\x2f\x93\xf2\x9a\xd8\xfa\x80\x84\xb7\xe4\x5e\x0e\x19\xae\x14\xd6\xb3\x68\x9a\xcb\x65\xb8\x85\x4d\xd0\x98\xdf\x12\x74\xeb\x73\x26\x5e\xf9\x5c\xeb\xb7\x03\xee\x55\x2f\xc0\xd9\xe9\x03\x92\xdf\x22\x15\xc5\xe4\x97\xe0\x20\xf0\xc3\x9b\xa2\xb6\x6f\xe0\xa7\x59\x4c\xf8\x3e\x76\x76\x7a\xfa\x3f\xf4\x3f\x5f\x87\xf0\x16\xfa\x81\x7c\xa8\xf4\x34\x9f\x42\x4b\x58\xcf\x27\x83\x2e\x12\x7f\x0f\xa9\xef\x22\x79\xf0\xf0\x0c\x7a\x3f\x15\xb9\xfb\xa8\x0d\x56\xba\x3a\x1c\xf7\xea\x53\x40\x3e\xc8\x06\x67\x78\xe9\x74\x46\x15\xf9\x8b\xfc\xdd\x34\xbb\x37\x1d\x8f\x07\xb3\x64\x0d\x79\xaf\xbc\xe8\x0e\x3a\xb3\x99\xed\xea\xae\x6a\x86\x69\x85\xc9\x74\x3c\x74\xe6\x57\xce\x75\x3a\xc7\xf9\x75\x9e\xd4\x4d\x59\x98\x57\x3d\xa7\x86\x9b\x97\xbf\xf1\x6c\x69\x21\xae\xfe\x1a\xa5\x1f\xc5\x09\x87\xec\xe6\x2f\x90\xdd\xdc\xd9\x6a\xfa\x15\x18\x6b\x69\x41\x43\x07\x67\x4b\x6b\x76\x3a\x73\x69\x0c\xfa\x7a\xe6\xc8\x0a\x30\xa7\x76\x15\xbd\xff\xd8\x38\xed\x31\x9b\x03\xf6\xde\xaa\x90\x6d\xe3\x59\x05\xad\x31\x43\x34\x1d\x12\xee\xbb\x55\x41\x8d\x19\xbf\x6b\x00\x68\xfc\xae\xba\x31\xc0\x5c\x06\x7c\x35\xe9\x0c\xc5\x6d\xd6\xb1\xe1\x28\x33\x01\x92\x8d\x5a\xd4\xb6\x50\x10\x14\x61\xcd\xba\x1a\x43\xab\xb4\xdf\xf2\x45\xa9\x98\xa8\xe6\x98\xe8\x36\x2f\x32\xe9\xcc\xaf\x8c\x07\x0b\x1b\x78\x8b\xc2\xf3\x93\xc6\x80\xaa\xab\xe2\x2c\xe8\x56\x15\xc7\xd9\xf0\xdd\xa9\xca\x5e\xce\xac\x3a\xba\x4b\x84\x5c\x2f\xc7\x06\xad\x30\x26\x60\x0f\xe8\x89\x31\x82\xdb\x47\x73\x8c\x09\xf0\xbe\xbb\x64\x9e\xe8\x8c\x7a\x0f\x97\x1f\x8f\x73\xcc\x3d\x71\xa6\xb3\xfe\x6c\xee\x8c\xba\xce\xa2\x57\x7f\xb0\x9d\x1f\x6e\x8c\x13\x3b\xf3\xce\x6c\x7c\x3d\xed\x9a\xc3\x42\x61\x2f\x36\x3b\x5a\xfc\x34\xea\xf5\xf7\x80\x83\x02\x36\xef\x18\x79\x5e\x3c\x22\xcc\xcf\xe2\xf8\x5f\x76\x66\xf5\x61\xf6\x64\x3c\x9b\xbf\x9f\x3a\xb3\xff\x1c\x2c\x7a\x97\x76\x2c\x7a\xd3\xfe\x07\xf3\x3e\x99\x3d\x9d\xb5\x83\x88\xfa\x9d\x81\xd3\xb5\xd4\x29\x5b\x90\x93\x53\xec\x18\x56\xdb\xaa\x19\xa8\x6d\x5b\x97\x10\x1b\x5f\x5d\x68\x10\x2d\x3b\xbc\x04\x98\xf4\xe5\x98\x2f\x31\xcd\x36\x5a\x7a\xca\xae\x0a\xb0\xd5\x40\x5f\x7f\xfb\xea\xdc\xa4\x2c\xf3\xfe\x30\x73\x1b\x42\x69\x16\x15\xdd\x5f\x3b\x63\x67\x03\xbf\x98\x3a\xef\xa6\xce\xec\x6a\xd1\x1f\xcd\x9d\xe9\x07\xdb\x05\x66\xe3\xe9\x0f\xec\x94\xcb\xc2\xd2\x7d\xf4\xc8\xd9\x3f\xbe\x63\x05\xd8\x48\x6f\x1f\xde\x17\x57\x02\xf6\xd5\x75\xc4\x19\xde\xcb\xdd\x61\xa5\x43\x3f\x9c\x55\x21\xce\x1e\xd8\x0a\x57\x84\x74\xe8\x82\xb3\xe0\xfd\x65\xba\xe0\x6a\x9e\x58\xab\x80\x57\x1b\x4c\x99\x5f\xfd\xca\x43\x3c\xf4\xbe\x1d\x7a\xdf\x0e\xbd\x6f\x87\xde\xb7\x66\xab\x1c\x7a\xdf\x0e\xbd\x6f\x87\xde\x37\xeb\x2a\x87\xde\xb7\xa6\xeb\x54\xf7\xbe\xe5\xf2\xa1\x52\xdd\x42\x69\xc2\x7d\x9b\xde\x0c\x3d\x48\xb9\xdf\xab\x5b\x90\xd4\xbd\x32\x95\xbd\x48\x32\xf7\x51\x4d\x72\xee\x1a\xb9\x1f\x8b\xb3\xbe\x9e\x46\x39\xf3\x5d\xd0\xa1\x4d\xce\x06\xf1\xf9\xb6\xc9\x19\x75\x54\x54\xd3\x3c\xa2\x8a\x7e\xe1\xde\x39\xbd\x50\xe1\xc1\x5d\x73\xf5\xe7\x4f\x89\xb8\xb3\x91\xf7\xa8\x08\xe4\x7c\xec\x1a\x8b\x47\x5c\xbc\xd9\xc0\xd0\xcb\x63\x49\xd7\xb9\xff\x6c\xb9\xb9\xff\x8c\x43\xe6\x07\x20\xa4\x01\xc6\x1f\xe3\xa8\xf6\x70\x10\xfc\xfb\xbf\x83\xd0\x05\xad\xdb\x7f\xee\x72\x8e\x08\xc4\x77\x1d\xfe\x01\x3c\x0c\x90\xbb\xc6\xe0\x0e\xfa\xcc\x0f\x6f\xc4\x3b\xa0\x75\x60\xfe\x01\x68\x80\x50\x04\xc4\xf4\x10\xfd\xa3\xbc\x01\x2c\x63\xba\x5d\xe2\x4f\x55\x8e\xbe\xbf\x1a\x61\x36\x21\x88\x26\x1f\x71\xd6\x85\x51\x83\x01\x67\x77\x8e\x1a\xad\xaa\x72\x28\xbf\xee\x9e\x2c\xf3\x0e\x06\xc1\x12\xba\x1f\xe7\x78\x80\x6f\xe8\x38\x74\x08\xc1\xd9\x59\x50\xd3\x4a\xce\xec\xcb\xa5\x86\x15\xef\x5b\xc7\xd9\x44\xe3\x76\xaa\x9b\x7c\x06\x05\x93\xa6\xad\xe7\x5e\x05\x93\x35\x21\xc4\xa1\x70\x52\x0a\xed\x99\x7c\xd1\x27\x2b\x9d\x54\x65\x8b\x0f\xff\x5c\x0f\xf8\x8a\x5a\xff\x2c\x3e\x76\x37\xb6\xef\xc4\x7a\xf0\xb0\xda\xc5\xc2\x45\x9d\x39\xea\xdf\xed\x62\x4f\xbf\xa9\xdb\xdf\xed\x9e\x7e\x4d\xb9\xb7\x7b\x57\x6d\xc0\xb0\xf3\xeb\x62\x32\x75\x26\x9d\xa9\xd3\x5b\xcc\xa7\x9d\xd1\xac\xd3\xe5\x5c\xb7\x24\x5c\x4d\x66\x1a\xf2\x21\xe3\x45\xee\x83\x52\x1f\xf4\x49\x97\x7d\xa2\x01\xa5\x50\x43\x52\x7d\x12\x53\x72\x12\xf8\x4b\x3e\xe9\x44\x04\x8e\xad\x54\x5b\x4a\x83\x5b\x2d\xbe\x6c\x83\x44\xe6\xfc\xb4\x32\x12\x3c\x3b\xdd\x75\x57\xdf\x2d\x59\xd1\xbe\x56\xa5\xa6\xdc\x23\x3c\x7f\x1c\x36\x1a\xf9\x55\x1d\x37\x9f\xed\x1c\xdd\xde\x42\x81\xcc\x49\x74\x43\xff\x08\x76\x69\xa8\xd1\x38\xbe\xef\x27\x19\x76\x59\x6e\x1f\xdd\x29\x1a\x6c\x31\x52\xa9\xd0\x93\x47\x3d\x46\x25\xbe\x57\xd8\x93\x41\xba\xc8\x79\x9b\xc6\xc1\x8e\x6d\xce\x21\xee\xd9\xff\x77\x5c\x9e\x57\xc3\xc8\xb9\x31\x64\xfa\x17\x69\x18\x39\x6f\x1a\x76\x99\xa6\x34\x95\x3c\x38\x34\x8c\x94\xe1\x1c\x1a\x46\x0e\x0d\x23\x87\x86\x91\xdc\x2a\x8f\xd1\x30\x72\x5e\x0d\xf2\x21\x0d\x23\x35\xa0\xef\xd5\x30\x72\x7e\x68\x18\x39\x34\x8c\x1c\x1a\x46\x0e\x0d\x23\xd5\xd0\x0e\x0d\x23\x87\x86\x91\x43\xc3\xc8\xa1\x61\xe4\xab\x6b\x18\x31\xc5\x4c\xcf\xa7\x61\xc4\x84\xdd\xa1\x61\xe4\xd0\x30\xf2\x48\x0d\x23\xe7\x87\x86\x91\x7d\x36\x8c\x9c\xef\xad\x61\xe4\xfc\xd0\x30\xf2\x9c\x1b\x46\x8c\x5f\xfd\xae\x80\x57\x1b\x4c\x99\xbf\x43\x9d\x87\x78\x68\x18\x39\x34\x8c\x1c\x1a\x46\x0e\x0d\x23\xcd\x56\x39\x34\x8c\x1c\x1a\x46\x0e\x0d\x23\xd6\x55\x0e\x0d\x23\x4d\xd7\x39\x34\x8c\xa4\xff\x3c\xe7\x86\x11\x7d\xfc\xa1\x61\xc4\x06\xf1\xd0\x30\x72\x68\x18\xf9\x6a\x1b\x46\xce\x9b\x37\x8c\xe4\x0b\x2c\xef\xdd\x30\x72\xfe\x3c\x1a\x46\x74\x6a\x0e\x0d\x23\xcf\xae\x61\x24\x13\xcf\xa1\x61\xe4\x59\x17\x4e\x96\x1c\x44\x23\x13\xb4\x95\x4e\xee\xa9\x61\xc4\x5c\xfd\xf8\x15\x34\x8c\x34\xae\x5c\x34\xce\x69\xcc\x7a\x70\x68\x18\x69\x02\xf5\xd0\x30\xf2\x15\x35\x8c\xec\x96\xac\x1c\x1a\x46\x0e\x0d\x23\xa5\x86\x91\xf3\x2f\x13\xf5\x18\x95\xf8\x5f\xa0\x61\x64\x62\x92\x60\x29\xf8\x79\x2e\x3d\xae\x59\x4f\x51\xb6\x73\x42\xd7\x45\x94\x0e\xb1\x87\x52\x6d\x99\x22\xe8\xfd\x42\x7c\x86\xc6\xa1\x8b\x54\x74\x53\x48\x64\x09\xfa\x23\x46\x54\xb7\x4e\x1e\xbe\xab\xa3\xaf\xde\xe5\xe2\xc3\x78\x70\x3d\x74\x16\xdd\xce\xa4\xd3\xed\xcf\x7f\xfb\xfc\xac\x39\xb8\x43\xd0\x97\x19\xd9\x81\x83\xf7\xfa\x04\x6b\xfa\xd1\xa5\x66\xfc\x1b\xc2\x70\xbb\x33\xff\xbe\xfb\x76\xe8\x3f\x3f\x76\x95\xcb\xf2\xed\x0c\x33\x7c\x1f\xf9\xb1\xf9\x15\xf1\x7d\x01\x31\xb1\x69\xb4\x80\x87\xa8\x4b\xfc\x48\x12\x3c\x5f\x23\x81\xab\x38\x1a\x61\x6b\xa4\xb3\xa3\x7d\x04\x80\xe7\xd3\x28\x80\x5b\xb9\x4b\x75\xb2\xdf\x00\xff\xcb\x51\x42\x67\x91\xca\x23\x89\x93\x4f\x90\x97\x6e\x3d\x2a\xcc\xdc\x6c\x61\x14\x15\xb1\x18\xc2\x5b\x14\x82\x8d\x4f\x88\xc0\x02\x32\x81\xca\xcf\x7d\x07\xc8\x7c\x1b\x6c\x62\xca\x40\x4c\x51\x1b\xf4\x57\x60\x8b\x63\xbe\x85\xad\xfc\x9b\x98\x20\x00\xd5\xbc\x63\xb9\x3b\xae\x7d\x9a\x00\x12\x93\xd4\x5e\x07\x60\x10\x00\x48\x98\xbf\x82\x2e\xa3\x72\x0d\x48\x50\x8a\xa6\xa0\x5f\xe6\x43\x7e\x78\xc3\x97\x20\x89\xc8\x69\x89\x0f\x39\x74\x65\x65\x82\xa5\x90\xbe\x8a\xce\x84\x04\xc9\x4f\xbe\x7e\x46\x70\xf5\x92\x78\x65\x5e\x51\x14\xdc\x2b\x3e\xa3\x4f\x0c\x91\x10\x06\x17\xff\xb3\x88\xc4\x4b\x2e\x73\xdf\x03\x0c\x73\x8e\xa6\x82\x17\xb5\xe4\xa2\x0e\x9e\xfa\x0c\x93\xad\x60\x35\x45\xec\x18\xf8\x0c\xb8\x30\x04\x4b\x04\xd0\x27\x37\x88\x3d\xe4\x1d\x25\x21\x80\x98\x89\x05\x60\x18\x04\xdb\x4c\x2c\x5e\x82\xeb\x72\x0b\xa0\xe7\x71\x9e\xfa\x8c\x2f\x59\x40\xb8\x0d\xde\x61\x02\xd0\x27\xb8\x89\x02\x15\xbe\x66\x98\x1f\xff\x5b\xa1\x2c\x5f\xfd\xc1\x8d\x29\xc3\x1b\x81\x60\x91\xe3\xc0\xa7\x1c\x69\xb0\x8c\x59\xfe\x37\x75\x4d\xe8\x53\x10\x62\x26\xe9\x82\x21\x67\xc3\x9d\x1f\x04\x9c\xb6\x1b\x14\x22\x9e\x90\x7b\x80\xc0\xd0\xc3\x9b\x60\x7b\x2c\xa0\xdc\xe1\xf0\xe5\x4b\xc6\x47\xc4\x14\x2e\x03\x04\xfc\xb0\x44\xc4\x4b\xb3\xb8\x32\x66\x02\xb1\x7c\xb1\xb7\x41\x22\xa5\x77\x20\x48\xca\x8a\x12\x7b\x17\x73\xde\xfe\x11\xc3\xc0\x5f\xf9\xc8\xe3\x2a\xc7\x59\x09\xcb\xcb\xe0\x54\x6b\x2d\x1a\xa4\x8d\x2d\x2b\xae\x56\x0a\x5f\x30\xdf\x02\x42\xd7\x94\x4b\x68\x83\x04\x16\xc2\x65\x09\x45\x28\x2e\x71\x0c\xfc\x55\x0a\xa9\x1e\xa1\x58\x41\x35\x62\x95\xd4\x34\x14\x30\x99\x40\x4a\xef\x30\xf1\xf6\x8b\x49\xa4\xa0\x9a\x30\x49\xf3\x7f\x83\x27\x55\xbc\xcf\x7b\xd4\xc4\x3c\xc0\xa5\xfa\x84\x3c\xe8\xca\x6f\xc8\x1f\x83\xbb\x35\x22\x28\xb3\x2f\xe5\xdd\xa1\xbb\x46\xde\xb1\xa0\x28\x08\xf0\x5d\x0a\x55\x1e\x99\x53\xf0\x0d\x87\x9c\x99\x2b\xd7\xcb\x1b\xf4\xf7\x6a\x12\xf9\xbf\x01\x5e\x69\xcc\x49\xa0\xae\x31\xe5\x4a\xbf\xdc\x96\xf0\x4b\xa9\xaf\xee\x63\xd9\x49\x39\xea\x57\x05\x7e\x48\x7d\x4f\xf2\xc2\xe9\x4c\x4a\x94\xa4\xe0\x13\xfe\xee\x8b\x9c\x7b\xa9\xd8\xc3\xe9\x49\xc1\xef\x9b\x1e\x9b\xa2\xf2\x5d\x06\x7a\x1b\x3f\xf4\xc5\x09\x24\x26\xa9\xe1\x95\x70\xe3\x43\x3b\x7c\xa8\xe0\x7a\xba\x60\xa9\x39\x58\xb9\x30\x01\x55\x8c\xac\x5d\x32\xb1\xb0\x8a\x25\x27\x99\x11\x8a\x6c\x13\xbc\xfc\x2f\xd8\xfa\x67\xa7\xf5\xbf\xfe\xfb\xcf\xef\x3e\xff\xd7\x69\xeb\xfb\xff\xfe\xf3\xec\xf3\xbf\x71\xd7\x9b\xb8\x6e\xbe\xeb\x45\x04\x51\x1e\x17\x1a\x90\x9d\xfc\x62\xe4\x85\x0a\x31\x52\x26\x80\x6f\x66\x88\x49\x19\x63\x72\xd3\xfe\xe8\xa3\xb6\xda\x94\xf9\x10\x40\xb7\x94\xa1\x0d\x88\x08\x8e\x10\x61\xdb\xbf\x9b\x08\x98\x49\x90\x25\xa6\xe5\x5b\x07\xd3\x9d\x1a\xb9\x31\x47\xc7\xc6\x39\x85\x60\xca\x32\x3b\x82\xd1\x9d\xb7\x0b\x7e\x7b\xe4\xb0\xd6\xcc\x58\xa0\x60\x94\x24\xf0\x7c\xe3\xbc\x5b\xfb\xee\x5a\x60\xae\x1d\x15\x50\xa1\xfa\x53\xe4\x81\x2b\xc8\xc0\x84\x60\x61\x63\x1d\x75\x78\xa1\x02\xea\x21\x0c\xe1\x0d\x22\xf2\xb8\x83\x8a\xd8\xcd\x0f\x29\x83\x41\x80\xbc\x36\x77\xbe\xb4\x00\x93\x8f\x08\x31\xd9\x88\xb8\x24\x1d\xca\x91\x60\x6b\x69\x8d\xe9\xad\x44\x76\xc8\xd0\x06\xbf\xe1\x18\xd0\x35\x8e\x03\x0f\xe0\x30\xd8\x82\x10\x21\x61\xf9\x1b\xec\xf9\xab\xad\x8c\x2f\x7d\x19\x83\x66\x40\x13\x88\x39\x04\x78\xd0\x09\x3c\x7f\xb5\x42\x04\x85\xda\x1a\x27\x11\xc1\xbf\x23\x97\x95\x54\x5f\x9b\x9d\x71\x2d\xe5\xb2\xf9\xc0\xa3\x22\xd2\x4e\xc9\xb3\xc6\xfc\x6a\x3f\x10\x2c\x05\x54\x2e\xac\x45\x85\x5a\x38\x0a\x7a\x68\x05\xe3\x80\xf1\xf8\xe9\x85\xfc\x3e\x6c\x76\x19\x26\xbe\x0e\xfb\xc2\x68\xc9\x4a\xd1\x8a\x94\x99\x54\xa7\x44\x5f\x05\x69\x46\x0c\x8a\x64\x76\xc4\x1a\x1e\x88\xb0\x1f\x32\x44\x84\xfb\x0e\x15\xb1\x5c\x36\x61\x8e\xf0\x3c\x89\x6f\xda\xaf\xdb\x67\x65\x92\x74\x3a\xe4\x01\x97\x41\x36\xf3\xce\xfb\x0a\xd4\x05\xe4\x22\xaa\x5d\x11\xf6\x09\x5f\x9f\x6e\x6d\x6b\xc6\xa2\x74\x17\x10\x09\x76\x1b\x80\x01\x82\xb7\x08\x2c\x03\x18\x7e\x54\x19\x8b\xc4\x39\x99\x29\x93\x20\xd4\xbe\x69\x83\x1f\xb4\x4c\xae\xc5\x7f\xfb\x31\x97\xab\xff\xa0\xb4\xf0\xc7\xf6\x0f\x0a\x48\xcb\xc3\x1b\xe8\x87\x2d\x1a\xaf\x56\xfe\xa7\x1f\x4b\x31\xed\x8c\xcf\x06\x53\x31\x3d\xc5\x98\x23\x29\xfe\x04\xae\x14\x0a\x29\x53\x72\x1f\xe6\xce\xd7\x9a\x37\x24\x9f\x3e\x84\x7e\x8a\xdc\x98\xa0\xd6\x93\xb1\x81\xee\xce\x87\x59\x91\x11\x0a\x6a\xbf\xc7\x6d\xd0\xe3\xe1\x61\xc8\x53\xaa\x10\xb9\xa2\x7c\x81\x61\x61\xaf\x3c\xa5\x25\x38\x08\xb8\x5d\x7e\x23\xe9\x48\xdd\xbd\x74\x6c\xf9\x5d\x41\x0e\x69\xfb\x5e\x69\x2f\xc8\xd1\xa2\xa5\x28\xe5\x7e\x4a\xf1\xa3\x4d\xa7\x3f\xfa\xa8\x95\x58\xa2\x3c\x33\xb2\xef\x62\x19\xbe\xe2\x3e\xa3\x0d\xbe\xb9\xa6\xd2\xc3\x2e\x63\x3f\xf0\x4c\xbb\x9a\xc2\x3f\x26\x41\x3b\xc9\x0d\x05\x99\xd6\x2d\x2e\x47\x56\xb2\x52\x05\x71\x69\x97\x52\x31\xf2\x8b\x97\x81\xef\x8a\x74\x4b\x46\xea\x1c\x39\x45\x80\xca\x88\x57\x38\x0e\x3d\x91\xc4\x6e\x20\x13\x7a\x70\x71\x72\xf2\x03\x57\xc7\x1f\x2f\x7e\x88\x30\x61\x3f\x82\x44\x46\x39\x9c\x1b\xd0\x58\x4d\x56\x32\x2a\x97\xc6\x95\x49\xbb\x9e\x0e\x16\x69\x8b\xbc\x59\xdb\x84\xc9\x3d\x82\xbe\x71\xb8\xd5\x34\x84\x96\xad\x40\xe1\x5e\xb3\x09\x68\xfb\xcb\xb4\x4e\xeb\x32\x12\x9a\xc4\x79\x1a\xc1\x31\x55\x82\xdb\x21\xac\xea\x66\x8b\xd9\x22\xc0\xf2\xdb\x28\x8a\xa8\x6c\xe9\x9a\x68\x50\xa3\xa8\x41\x60\xa8\x51\x14\xdd\x79\x0f\x20\x68\xff\x21\x63\xe1\x21\x97\x46\x14\x33\xfc\x11\xc9\x23\xb3\x25\x82\x04\x11\x00\x63\xb6\x46\x21\x4b\x0e\x2e\x1b\x31\x42\x00\x79\x00\x2b\xe6\x6a\x7e\x15\x45\xf2\xf9\x98\x8a\x98\x3e\x39\xb0\x76\x11\xf0\x20\x83\xf2\x60\xb7\x2a\xc2\xcf\x26\xb4\x3d\xba\x2b\xf6\x13\x6d\x39\xd1\xee\x5e\xdd\x6d\x3d\xcb\xf4\xf2\x77\x78\x0b\x2f\x4e\x7e\x5f\x62\x4a\x4f\x32\x44\xe9\x89\x88\xc4\x76\x0f\xf9\xd3\x64\x77\x22\xef\x5f\x66\xff\x39\x48\x22\x33\xaa\xc5\xf5\x82\xbe\x79\x61\xaa\x4f\x01\x0c\x44\xed\x50\x29\xac\x6f\x14\xd2\xcb\xf3\xf9\x86\x61\x7d\x7e\xe5\x06\x11\x3d\xc8\xc5\x91\x29\x3e\xe5\x58\x52\xa3\xbc\x3a\xf0\xaf\xbd\xf4\x6c\x18\xf2\x97\x58\x7d\x2b\x6f\x50\x8e\x95\x88\x04\xe7\x19\x0a\x3d\xc9\x19\x17\x13\x82\x68\x84\x43\x4f\xed\x03\x82\x38\x0d\x88\x9a\x9e\x0f\x9c\xcf\x4e\x1b\x53\xaa\x07\xd0\x15\x97\xc1\x19\x75\x1c\x78\x85\x2d\x69\xcb\x70\x0d\x5d\x42\x8a\xaa\x4f\x36\x66\xa5\x79\xbd\x64\x9e\xcd\x6f\x97\x4b\x8b\xf4\x8c\x64\x47\xe4\x2a\xcf\x40\x2a\x90\x7b\x84\xb4\x3d\x57\xaa\xb4\x23\x19\xf7\xe1\xaf\x2d\x09\xcc\x55\x37\x15\xb8\xfb\xa6\x94\xe0\x05\x01\xbe\xa3\x45\x37\xc2\x30\x58\xc3\xd0\x0b\x10\xf8\xb5\x03\x18\x81\x21\x85\xae\xa8\x4d\xac\xd2\xcb\x14\xb1\x0d\xfc\x04\x22\x82\x22\x48\x90\x97\x86\x42\x38\xa4\x26\x4d\xad\x2a\xaf\xb2\x05\x2d\x2f\xce\x4e\xcb\x4a\x3c\xf3\xff\x29\x92\xf1\xac\x66\x24\xb9\xc0\x4b\xfd\x64\xca\x6d\x59\x9e\x52\xa2\x25\x25\x40\x5e\x7c\x82\x2e\x8c\xa0\xeb\x8b\xf8\x4c\xe2\x5d\xbe\x76\xae\xc0\xf2\xec\xbd\xdf\x4c\x09\xae\xfc\x25\x37\x30\x86\x80\xe7\xc3\xc0\x74\xa8\x61\x51\x04\x39\xba\x4e\x05\xd2\xe7\x3e\xac\x67\x1c\xe4\xa6\xbd\x4e\x70\x68\x27\x38\x64\x0b\x25\xeb\x18\xdc\xa1\x86\xd8\x06\x7b\xa8\x0d\x3e\xc0\xc0\xf7\x24\x60\x79\x7a\xf4\xb2\xe7\x7c\x70\x06\xe3\xc9\xd0\x19\xcd\x5f\x02\x4c\xc0\xcb\xc9\x74\xdc\xbb\x16\x32\x7e\x29\x7d\x7d\x3f\xe4\xfb\xae\x17\x0b\x25\x11\x70\x8e\xe5\xf5\x24\x0c\xc5\x3d\x93\xbc\x51\x04\xb3\x51\x67\x32\xbb\x1a\xcf\x13\x9f\x49\xb9\xb4\xb3\xdb\x48\x1c\x26\xf7\x9d\x47\xc9\x55\x33\x8f\x69\x42\x2f\x85\xe3\x8a\x5a\x15\x31\x4a\x81\x10\x10\xc2\x14\x88\x3a\xd1\x40\x9f\x7c\x2a\x42\xf7\xb4\xc4\x47\xe2\x69\x8d\x27\x38\xca\xa5\x08\xa2\x4a\x88\x43\xec\x19\x2d\x57\xbd\xcd\xa8\xe4\x92\x31\xaa\x42\x8f\x36\x4b\x04\x43\x0a\x50\x08\x97\x01\xf2\x4e\x3c\x5f\xdc\xaf\xe5\xc2\x58\x8e\xa9\x1a\xc6\xd9\x21\x10\x77\x61\xc8\xe9\x92\x7f\x36\x44\x40\x3e\xa2\xc6\x18\x68\x78\xa9\x26\x64\xb8\xa7\xef\x41\x26\x47\xb1\x12\x95\xaa\x20\x34\x80\x94\x82\x95\x1f\x30\x44\xfc\xf0\xa6\x18\xa9\x79\x04\xe3\x80\x26\xcc\x95\xc3\xda\x62\x0e\x6a\x16\xac\xf5\x04\x80\x84\xd9\xef\x04\x00\xd0\x4d\x01\x28\x5b\xae\x7e\x8c\x32\xff\xd2\x4f\x81\x16\x79\xa9\xcb\xbd\xe4\x0a\x06\x14\x1d\x0b\xd4\x23\x82\x37\x88\xad\x51\x4c\x13\x3a\x79\x7a\x19\x0a\x3d\x4b\xee\x47\x15\x6f\x14\xc5\xea\xb2\x3d\xd3\xa7\x0c\x44\x42\x3d\xfa\xc4\xda\x89\x4c\x6b\xe9\x9e\x64\x18\x28\xda\x9d\x14\x83\x9e\x02\x92\xf9\xe0\xea\xa7\x32\x8b\xf7\xdd\x4d\x4f\xd7\x9a\x1f\x2e\x5d\x98\x4e\xd7\x72\x45\x20\xf7\x38\x58\x2a\x5d\x1c\x0d\x71\xe8\x33\xcc\xd5\xac\xc9\x71\x5b\xe9\x16\xa8\xf2\xc8\xcd\xca\x94\xc6\x67\x6e\x82\x19\x29\x6b\x14\x5b\xec\x87\x6e\x4f\xc4\x1d\xeb\x29\x5c\x35\x7b\x4a\x27\x71\x4f\xa5\x34\xd9\x19\xf6\xee\x2c\xd1\xbc\xf2\x59\x13\x0d\xb1\x7e\xac\xf5\x8b\x2b\xc7\x63\x70\xc1\xaa\x09\xf6\x6f\xd6\x1a\x7c\x25\xf7\xa1\xc7\xc5\x6a\x24\xe1\x12\x63\x8a\x9a\x50\x24\x38\x71\x4b\x8d\xe7\xf1\xe9\x20\x00\x69\x71\x0d\xc1\x60\x80\x42\x4f\x5c\x5f\x08\xde\x26\x26\x20\x40\x26\x66\xc0\xb0\x28\x02\x20\x4c\x5c\x82\x11\xb4\xc2\x04\x1d\x97\xad\x45\xb1\x4c\x2e\x23\xd1\x06\x81\x1f\x7e\xd4\x73\x3b\x9e\x2c\x99\xae\xdb\xf5\x39\x12\xad\xe4\x7a\x5f\x40\xd0\xe8\x4a\x2b\xd1\xf8\x8f\x15\x7c\x96\x3c\xb1\x8f\x68\x1b\x85\x65\x7b\xdc\x35\xd9\xef\xc4\x86\x56\xda\xf0\xbe\x32\x4b\x3e\xdf\xcd\x92\xcf\xff\x9a\x96\x7c\xbe\xa3\x25\x17\x1f\x13\xb2\x5a\x72\xd1\x74\x8b\x95\x8b\x7a\x8f\x9f\x30\xdb\xaa\x01\xb2\x64\x93\x66\xd7\x02\xe6\x5c\x78\x1f\x26\x54\x22\xb0\x64\x42\xe7\xf5\x26\x64\x79\xe8\xb8\xd6\x84\x8a\x17\xc6\xb2\x47\x33\xc9\x31\xc4\x4d\x01\x8f\xd5\x55\x9f\x27\x8f\x8e\x51\xce\x61\x25\x5e\xa8\xc4\x99\xaa\x4d\x5d\x69\xc2\xcf\x09\xd4\x99\x5c\x74\x54\xbd\xa9\x6b\x4d\xa2\xb5\x55\x6c\x45\xb2\xf2\x04\xdc\xf9\x6c\xad\x4e\x15\x25\xbd\x0f\xc2\xfe\x9d\x1f\xa0\x9a\x78\xa4\xf8\x44\x60\x72\xb9\xa6\x40\xb4\x7f\xff\x48\xad\x14\x40\x4a\xb1\xeb\x8b\xea\x45\x8e\xb7\xc2\x5a\x66\x2c\x3c\x25\x5a\x71\xed\x2a\x6b\x66\x03\x0a\xba\xd9\xf4\x46\xbc\xcf\x2b\x94\x38\x30\x36\x61\x1d\x15\xab\x9e\x52\xe6\x8b\xb4\xf7\x61\x38\xa7\x5c\x9f\x14\xeb\xf8\x2c\x48\x6b\x3d\x7d\x69\x99\x72\x82\x10\xc7\x74\x5f\x06\xa1\xdf\x7e\x95\x08\xcb\x5d\x8d\x55\xaa\x7d\xf9\xaa\xec\x49\xf5\xde\x8c\x68\x49\xc3\x6d\x58\x3e\xad\x8a\xe7\xaf\xeb\x6d\xca\x6c\xc3\xf5\xd1\xb5\xd9\xcc\xcb\x92\xde\xda\xf0\x7b\x2a\xc5\xcd\xb6\xe6\xaa\xb3\xa1\xa6\x4a\xfb\xa4\xda\x6a\xc2\xaf\x4a\x57\xbf\x84\x92\xea\x17\x8c\x0d\x54\xf4\x89\x74\xd3\xc4\xb9\x2a\xcd\xbc\x9f\x4a\x6a\xa7\xf8\x5a\xfa\xc3\x30\x58\x6e\xf9\x70\xd9\x94\x92\x5d\xef\x22\x4f\xe4\x29\x92\x1a\x48\x3f\xb6\x08\x0a\xf8\x5f\x93\x8a\x3e\xd9\x4e\x41\x8f\xc5\x00\xd5\x57\x70\x0c\xfe\x88\x11\xf1\x11\xad\xb8\x58\x95\xab\xb5\xf9\x4a\x7a\x9d\x67\x75\xa1\x89\xc6\xa1\x4b\x89\x6d\x27\x66\x6b\xeb\xed\x91\xe1\x8b\x2b\xd5\x81\x97\x40\x96\xa0\x15\x41\x74\xdd\x12\x55\x6c\xb7\x30\x48\x05\xe9\xfc\x74\x29\x5a\x6d\xd3\x9a\xff\xf4\x96\xa0\xc5\xff\x4f\x4b\xaa\x6b\x11\xe7\x79\x69\x06\x90\xa2\x55\xeb\x80\x74\x9d\x6f\xfc\x10\x6c\xfc\x20\xf0\xa9\x6c\x93\xfd\x7b\x4a\xd3\x2e\xef\x33\x27\x14\xbe\x3a\x3d\x35\x5c\x7d\x54\x1e\xeb\x24\x67\xd8\xea\xfd\x1c\xf9\xb8\xce\x4e\x01\x41\x06\x62\x28\x41\x88\xcf\x58\x55\x54\x4e\x6b\x6f\xf2\x64\xb8\x9f\x57\x5e\x87\x34\x44\xb3\x50\x44\x50\x81\x95\xe5\x8d\xa0\xca\xeb\x99\xfc\x36\x67\xc4\xa8\x7a\x67\xac\x46\x29\x57\xc3\x66\x46\xea\xf5\xd9\xf9\xb0\x84\x56\x33\xd9\x4c\xd5\x03\x1b\xc7\x3c\xe9\xe4\xe3\xc1\x1a\xdf\x81\x0d\x0c\xb7\xe6\x33\x0f\x0d\x48\xf6\x30\x44\x7a\x50\x4d\x19\x24\xcc\xd0\x02\xb1\x1b\x2e\x15\x3a\x32\x1e\xf5\xe7\xe3\x69\x7f\xf4\xde\xf0\xf1\xb4\xaa\xab\xbf\x57\x65\xfb\x36\x8b\xa0\x82\x1f\xa2\x76\x31\xad\x41\x4b\x89\x17\xec\xa9\x63\x40\xcd\x6a\x66\x61\xef\x46\xe2\xb9\xf1\x82\xbe\xa4\xf6\x15\x04\x6a\xe3\x77\x24\xaf\x72\x25\x5b\x9d\xce\x43\xa4\x37\xbd\x6a\xcd\x66\x63\x70\x3d\x1d\x94\x70\xc9\x7e\xca\xb8\xaa\xde\x04\x37\x03\x99\x22\x18\x6c\xcc\xc7\x07\xa5\x11\x39\x90\xf2\x89\xef\x1d\xcc\x4e\x81\xeb\x06\x7e\x52\xc3\xb2\x93\xa5\x94\xa7\xdb\x2d\x45\x7b\xfc\xfb\xde\x08\xce\x76\xcf\xbd\x4d\x00\xaa\x91\x54\xa1\xa8\x5d\x75\xcf\x9a\xb0\xad\x66\xbc\xf1\x4c\xd3\xce\xa2\x0a\x68\x16\x9e\xd4\xce\xb0\x62\x50\x4b\xff\xf9\x8e\xf4\x9b\xc6\x1b\x0f\xa4\x1a\xd1\x5f\x84\x56\x4f\xbf\x79\x86\x15\x03\x33\xfd\x39\xc3\xcb\xda\xa0\xb2\x7a\x59\x86\x81\x7c\xac\x49\x84\x63\x6a\x29\x7f\x05\x7c\x06\x3c\x8c\x68\xf8\x92\xa9\x86\x56\x9f\x96\xb1\xad\x80\x9e\xf7\x19\x96\xb6\x34\xc3\xfc\xb4\x95\xcc\x8a\x5d\x13\x2c\x4a\x21\x7e\xee\xdd\x7c\x33\x16\xea\x8a\x16\xcc\x66\x83\x5c\x06\x23\x6a\x2a\xcc\xcd\xe4\x8d\x67\xe6\xf0\x68\xf4\xfa\x7e\x75\x50\xad\x16\x9e\x10\x3f\x74\xfd\x08\x06\xa0\xc3\x18\xf1\x97\x31\x43\x49\xf3\x0b\xa4\xf6\xc2\x31\xfb\xec\x3c\xbf\x8c\xef\xf5\x27\x9f\xbe\x21\x68\x85\x08\x41\xde\x22\x6d\x79\x2d\xe0\x38\xe8\x75\x26\xc0\x49\x2e\x7f\x44\x35\x9e\x28\x45\x12\xb1\x7f\xa1\xd8\xb5\x88\x61\x6e\x6e\xd6\xa2\x9f\x7b\x4a\xbf\xe8\x8e\xfd\xd0\x03\xbd\x91\xd4\x9b\xa6\x4b\xa8\x49\x86\x15\x92\x87\xf6\x4d\x44\x75\x09\xf2\x38\x64\x18\xd0\x7b\x2c\xa7\xcd\xb6\xad\xab\x3d\xca\x6f\xc8\x86\x7f\x1a\xfe\x0a\xc6\xcb\xdf\x91\xcb\xf4\x8e\xd8\x9f\x20\xa4\x33\xe4\xc6\xc4\x67\xdb\x9e\xb8\xa4\x48\x4d\xc8\x43\x2e\xd9\x46\xf2\x41\x02\x6b\xc1\x9e\x40\xf0\xa7\x4e\x67\x06\x12\x28\x40\x82\x31\x20\x69\x7c\xdd\xdf\xc4\xa9\x4b\x48\x11\x17\x8a\xc2\x91\xe1\xa8\x15\xa0\x5b\x14\x88\xb8\x08\x7d\x12\x6a\xb1\x44\x37\xea\xf4\x43\xe6\xac\x08\x12\x77\x6d\xe1\x9f\x04\x67\x62\x9b\xf6\x25\x00\x13\x22\x12\xaa\x2a\x7a\x49\x19\x13\x60\x37\xf1\x2d\x09\x42\x0a\x53\x81\x0a\xc3\xb9\xac\x3d\x2b\xe5\xf5\xc3\x28\x66\xa9\x7d\x01\xd5\x7e\xca\xe9\x5c\x8a\x98\xcd\xcb\x1e\x16\x08\x30\xa7\x6e\x83\xbd\x38\x40\xc0\x55\x6f\x5d\x8a\x0e\xff\x78\x49\x99\xcf\xe2\x24\xef\xf7\x43\xd5\xaa\xa0\x70\x84\xe1\x56\x36\x6c\x40\xf0\xe7\xe9\x67\xad\xf8\x91\x4f\xe6\x04\xb4\x41\x47\x3c\x85\x85\xc3\xe4\x8c\x20\xcd\xaa\x25\xb5\xf2\x85\x03\x09\xcd\xa7\xe0\x9b\xd8\xf7\xfe\xe3\xcf\xd3\xcf\xe5\xd2\xa8\x8c\xb7\x33\x9d\x4d\x36\x36\xab\x07\xdc\x8d\xbd\xe3\x62\x3a\x75\x71\x94\x38\x22\xf3\x62\x33\x6d\xa0\x61\x99\xdc\xf7\x12\x0c\xeb\xa8\xc7\xb9\x40\x21\xb9\x17\xf4\x0b\xc9\x61\x02\x08\x0e\x12\x84\x0c\xcf\x5f\xe8\x58\x70\x68\x69\x7a\x69\x41\x45\xfb\xc8\x42\xcd\xd9\x1e\x4c\x3d\xb1\xae\xd5\x3c\xc2\xdb\xca\x27\x3b\x54\x4a\x20\x4f\x70\x84\x6d\xa4\x85\x48\xe2\xf6\x1a\xcc\xc5\xfb\x1f\x70\xcb\x13\x85\x10\xb9\x88\x52\x48\xb6\x7c\x4f\x4e\x27\x64\x70\x7d\x46\x51\xb0\xca\x60\xd2\x08\xb9\xbe\xea\x2d\x72\xd7\x90\x40\x97\x21\x42\x8f\x01\xd7\x3a\x1a\x40\xba\xce\x9f\x29\x09\x84\x22\x82\x6e\xf9\xae\x2f\xaa\xa5\x5d\xa9\xd7\x60\x03\xa3\x48\x14\x87\xf5\x0b\x64\x09\xd0\x3c\x34\x10\x45\x7d\x22\x2e\x90\xc5\x05\x82\xc4\xff\xf7\x7f\xfe\x2f\xe5\x38\x26\x3a\x6a\xe4\x7b\x6f\x94\x03\x57\x64\x79\xe5\x77\x27\x4a\x0d\x92\xab\x00\xde\x00\x3f\xf4\x84\xe3\x0d\x6f\x34\x3e\xf9\x54\xba\x17\x10\x41\x92\x78\xe9\x84\x71\xb2\x7b\x46\x16\x92\x49\xf6\x63\xad\x4e\x42\x4e\xae\x99\x96\xd6\x9f\x69\x53\x38\x4b\xe4\x34\x69\x7c\xa5\xa9\x42\xb6\xf2\x35\x85\x84\x47\x80\xe1\x1b\xc4\xd6\xa2\x26\x83\xad\xd3\xb1\x97\xdc\x2d\xce\x98\xc8\x06\x60\xe8\xa5\x7f\x77\x42\x4f\xfe\xd5\xcc\xdb\x09\x5f\xbd\xfc\x0c\x85\xf5\xfb\x1a\x05\x7e\xf6\x54\x2e\xcb\xb1\x56\x8b\xa7\x95\xf5\x92\x99\x04\x6d\xf0\xad\xee\xe1\x44\x2e\x9b\x28\xa5\x7a\xf5\x5f\x54\x74\xdc\x22\x18\xdc\x9b\xfc\x94\x4c\x4e\xbc\x3c\x18\x0d\x83\x2d\x60\xf0\x23\x0a\xa5\xaf\x84\xf2\x4d\x60\x2e\x70\xc1\xf2\x34\xae\x55\xcf\xa7\x28\x89\x9a\xd9\x94\x0e\x96\xbb\x0f\x15\x4b\x99\x02\x0d\xe3\x37\x43\x1e\xce\x34\x14\x7a\x19\xcb\x00\xc3\xea\xd9\x8c\xfd\xb1\x2c\x6b\x13\xd9\x3b\xcb\x38\xee\xf5\x0c\xd3\x3e\x7e\x62\x68\xad\x29\x7b\xcb\xc2\xfd\x8d\x70\x42\xdc\x87\x5b\x7c\xf7\x94\xbb\xf7\x74\xb6\xd6\xf7\x59\xf5\x8d\x14\x83\xeb\x5e\xf9\x9f\x90\xa7\x79\x55\x2d\x30\x49\x62\x86\x64\x53\x91\xd8\x48\x81\x28\x5b\x4f\xca\x8e\x7a\x23\xad\xbb\x12\xba\x2c\x86\x81\x1c\x0e\x20\x41\xf2\x0d\x1e\x25\xea\x6c\x18\x16\x21\x1c\x35\x11\x2e\xb5\x21\x99\x9f\x7b\x5f\xe8\x58\x76\xf0\x0c\x7d\x97\x60\x8a\x57\x0c\x74\x5c\xe6\xdf\x22\xd0\xf3\x89\x78\xd0\x77\xab\x8e\x74\x8f\x55\x3f\x10\xd5\xcd\x32\x5b\x5c\x10\x94\xaa\x43\x05\x8f\x69\xb2\x4b\x1a\xc3\xae\xdc\x67\x62\x4a\xae\xb9\x36\xe8\x52\x24\x1a\x2e\x9c\x72\xb7\x25\x59\x65\xd7\xbe\xa2\x2f\x59\xc7\x9c\x45\x60\xf7\x89\xbe\xe6\x56\x34\xe5\x5e\xd0\x14\xfc\xd9\x67\x2d\xa2\xcb\x62\xb9\x72\x0c\x27\x36\xeb\x0d\x64\x3c\xa0\x49\xea\xed\x0b\xbc\xe0\x61\xde\x06\x6d\x96\x88\xc8\x48\x8f\x03\x84\x81\xe8\xb2\x15\x5a\xc2\x41\x08\x90\x05\x30\xe5\xcb\x29\x49\x43\x0a\xec\xcc\x16\x36\x4e\xb3\x30\xcb\x1e\x36\xea\xdf\xfd\x31\x85\x4f\x31\x5f\x84\x5b\xa0\x48\x0e\x44\x67\x01\xe1\x49\x88\x60\x78\xa2\x28\xc9\x2a\xe2\x0c\xf5\x86\xbb\xd5\x00\xdf\x01\x28\x49\x49\x3e\x05\xa1\xcc\xb7\x9d\xe6\xe4\x19\x9c\x25\x37\x0d\x26\x9b\x82\xd7\xd2\x33\x9f\x56\xd0\x94\x4e\xb4\xd1\x93\x7d\x73\xa8\xa4\xf8\x02\x5d\x3f\x94\x0f\x8d\xc9\xec\x30\x08\x0c\x4c\xb6\xd8\x5d\xd2\x8c\xc6\xc1\x98\xe2\x23\xfd\xbb\x44\x8d\x7c\xab\x76\xc3\xcc\x61\x76\xd9\xa7\xde\x28\xf5\x74\x72\xab\xd2\xa3\xd2\xd4\xfd\x80\x34\xde\x49\xa6\xa6\x27\x05\x7d\xda\x1b\x65\x9d\xe0\xf9\xfd\x43\xf9\x1e\xed\xd7\xc4\x34\x84\x03\x58\xf1\x2c\x38\x95\xaa\x74\x83\x22\x6e\x94\xd7\xcf\xc9\x0a\x15\xb2\xc9\x0f\x04\x76\xef\x5f\xfe\xce\xd2\x0e\xf1\x23\x41\x2c\x26\xa1\x7c\xb8\x08\x8a\xeb\xd7\x6d\x3e\x78\xe7\xf8\x73\xd4\x32\xa6\xf4\x54\x4b\xcd\xaa\xc8\x8e\x24\x40\x14\xaf\x12\x6b\x41\xa5\x09\x44\xa9\xbf\x21\xcd\x0f\xb2\x20\xb3\x11\x1c\xb1\x53\x09\xfa\x5c\xf1\x52\x48\x44\xf0\xad\x74\xbc\x11\x22\x2b\x4c\x36\x30\x79\xfe\x13\xaf\x24\x77\x93\x3b\x66\x3b\xeb\x95\xe2\x08\x1e\x18\x16\xb5\x06\x9c\xe5\xcf\x50\x15\x24\xf1\xcb\x5a\x86\x34\x98\x24\x3b\x6b\x41\xe1\x7a\x79\xe6\xaf\xe2\x20\xd8\xb6\xb2\x07\xe5\xd4\x16\x87\x57\x00\xea\x8a\x25\xb8\xa9\xb5\x89\xa4\x6a\x2d\xb6\x46\x11\x1a\xa5\xbb\x85\x38\xda\x4a\xac\xa7\x4c\x9c\x74\xf0\x99\xda\x15\x22\x06\x69\x2b\x5d\x44\xc4\x5b\x8d\x5e\xb6\x1f\xbb\x6b\xb4\x81\xf4\x18\xd0\xd8\x5d\x03\x48\x4b\x7b\xb7\x8c\x20\x92\xf1\xc7\xc9\xf5\x8d\x34\x22\xa8\x1f\xec\x2d\x51\x7d\x98\x26\xa4\xd4\xd1\x6c\x83\x13\x6a\xdd\xbc\x4b\xdf\xec\x2a\x17\x9d\x6e\x71\xac\x1e\x22\xe2\x1b\x0d\x37\x11\x79\xf4\x07\x03\x9a\x35\x8a\xf9\x37\x21\x4e\x50\x96\xc1\x6a\x9b\x4b\x34\x94\x33\x54\x74\x9b\xce\xd2\x86\x01\x0f\x85\x98\xa9\xe0\x39\x23\x56\x48\xa8\xe0\x99\x84\xc7\x54\xb7\x6d\x59\x7e\x05\x45\xfd\x07\x67\x39\x97\x58\xae\x66\x02\xc8\xdd\xeb\x38\xb1\x69\x4d\x2d\x54\x8f\xb6\xef\xa9\x40\x44\xe1\x26\xcd\xf7\x5a\x2c\xc4\x69\x4e\xcc\x0c\xde\x70\x0c\x58\x26\xef\x50\x65\x3c\x39\x09\x69\xde\x52\x8f\xd9\x65\xb3\x76\xf2\x62\xa3\x00\xc1\xc1\xca\x8d\x0c\x8a\x37\xe5\xc5\x67\x88\x8e\x01\xc5\x3a\x8e\x94\x73\x96\xcf\x13\x17\x86\x98\xc8\x16\x71\x98\x22\xab\x9e\xd2\x46\x36\x45\x50\xc3\x54\xac\x57\xe3\x2d\x1b\x7c\x59\xad\x6c\xb0\x21\x88\xe4\xf7\x61\x24\x59\x5c\xf5\x86\xf2\xdc\x00\x0c\x44\xe4\x35\x94\x91\x57\x72\xed\xa9\x3d\xad\x29\x4f\x87\x52\xcf\xc6\x5d\x93\x2f\x36\x4b\x3f\x48\x92\x9e\xf4\xc9\xd7\xf4\x86\xd5\x64\xf7\xa2\x84\x2a\x82\x6c\x2d\xb2\x1e\x95\xf4\x2a\x3f\x90\x75\xd3\xc9\x61\x98\xa4\x0f\xcf\x2a\xe5\xda\xc0\x88\xaa\x30\x54\x76\x21\x04\xd0\x45\x1b\x2e\xde\x34\xda\x17\xc7\x6a\x1b\x15\x37\x71\xb9\x12\xff\xc6\x0f\x61\xb0\xe0\x23\xfe\x83\xff\xeb\xec\x98\xff\xfb\x5c\xfc\xfb\x55\xe9\xb0\x5d\x63\x8a\x80\x39\x29\x20\xc5\x71\xcf\x4b\xa4\xf2\x3b\x73\x16\xb7\xc9\xb3\x3b\xcf\x4b\x9f\x3b\x89\x09\x49\x89\x38\x96\x74\x0b\xd2\xca\xbf\x8a\xe0\x20\x95\xc3\x06\x46\x11\xe2\xc9\x23\xa7\x7d\x2a\xe7\x88\x57\x05\xaa\xfc\x4e\x8e\x44\x39\x47\x78\x21\xed\x81\x15\x1b\x75\xfa\x97\xed\xfe\x7f\x00\x00\x00\xff\xff\x87\xae\x23\x59\x8c\x18\x01\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75ProdYaml, - "Template.template.openshift.io/openshift/rhpam75-prod.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75ProdYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75ProdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-prod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3d\x6b\x6f\xe3\xb6\x96\xdf\xf3\x2b\x88\xe2\x2e\xa6\x77\x61\x3b\xc9\x14\xed\x74\xbd\xb7\x17\x50\x6c\x4d\xe2\xd6\x2f\x58\xca\xb4\xc5\x62\x61\xd0\xd2\xb1\xcd\x46\x16\x55\x92\xca\x8c\xb7\xb7\xc0\xfe\x8d\xfd\x7b\xfb\x4b\x16\x7c\xe8\xfd\x4c\x26\x7d\xec\xc5\xe4\xc3\x4c\x22\x91\xe7\xcd\xc3\x43\x9e\x43\x0a\x47\xe4\x1d\x30\x4e\x68\x38\x46\x02\x4e\x51\x80\x05\x8c\x68\x04\x21\x3f\x92\xbd\x18\x11\x7a\xf9\x78\x7d\xf1\x40\x42\x7f\x8c\x5c\xf3\xfa\x22\xc0\x3b\x08\xf8\xf8\x02\x21\x76\x8c\xf0\x69\x8c\x3e\x7b\x33\xfa\xf2\xb3\x0b\x94\x02\x18\xeb\x17\x6f\xbe\x1c\x0a\x46\x70\x30\x84\xe8\x08\x27\x60\x38\xb8\x38\x01\xe7\xf8\x00\x63\xf4\x8f\xe1\x05\x42\x16\x0a\xe1\x3d\x5a\x33\xea\x01\xe7\xc8\x8a\x05\x3d\x61\x41\x68\x88\x16\x38\xc4\x07\x60\x48\x75\x47\x10\x3e\x12\x46\xc3\x13\x84\x02\x1d\x31\x47\x3b\x80\x10\x79\x0c\xb0\x00\x7f\x74\x81\x90\x7b\x04\x14\x73\x60\x21\x3e\xc1\x65\x84\x39\x7f\x4f\x99\x8f\xf6\x94\x21\xec\x49\xc8\x24\x3c\x20\x71\x04\x74\x13\x73\x12\x4a\x4c\x13\x08\x05\xc3\x01\x22\xa1\x00\xb6\xc7\x1e\x20\xc2\x2f\x2e\x90\xfa\xb9\x37\x80\xc6\xe8\x2f\xbf\x7c\x37\xb3\xb7\xd6\x74\x31\x5b\x6e\xef\x1d\x7b\xf3\xab\x69\xb1\x36\x18\x64\x8b\xa9\xfd\xd6\xba\x9f\xbb\xdb\xb5\xe5\x38\xdf\xaf\x36\xd3\x5f\x2f\x72\xf4\xa0\x2a\x41\x1e\x0e\x02\x8e\x04\x55\xf4\x7c\x37\xb3\x11\x07\xf6\x08\xac\x05\xbf\x63\x6f\xde\xd9\x9b\xa7\x11\xb0\x0e\x00\x73\x40\x0c\x4e\x70\xda\x49\x31\x1e\xb1\x40\xe2\x48\x38\x22\x1c\xe1\x10\xa5\xfa\x28\x88\x16\x87\x3e\xc2\xe1\x19\xbd\xa7\xec\x01\xbd\x27\x41\x80\x76\x80\xe6\x2b\xc7\x45\xef\x89\x38\x22\x8c\x38\x39\x45\x01\xa0\x88\xfa\x88\x01\x17\x98\x89\xd1\xc5\x09\x04\xf6\xb1\xc0\xd2\x1a\x70\x18\x52\xa1\x14\xa8\x8c\x03\x21\x1f\xb8\xc7\x48\x24\x94\x75\x59\x51\x14\x10\x4f\xeb\x37\x31\x14\xad\xa4\x3c\x41\x38\x16\x47\xca\xa4\xc6\x24\x39\x02\xb8\x90\xbf\xe7\xc8\x1c\x18\x21\xc8\x9e\x1b\xf0\xd1\x1d\x16\x6d\x16\xf4\x66\xf4\x25\x1a\xa2\x29\x44\x0c\x3c\x69\x2f\xaa\x37\xf1\x68\x38\x09\x30\xe7\x63\xf5\xeb\xf0\xa7\x1d\xe5\x5c\xbd\x29\x58\xbe\x4f\x78\x14\xe0\xf3\x50\xab\xa3\x27\xb2\x8c\x15\x65\xbc\x86\xda\x1c\x03\x55\x3c\x11\xa3\x8f\xc4\x07\x36\xac\x45\x38\x40\xb3\xd0\x1b\xa9\x5e\x02\x1f\xb8\x19\x5b\x83\x48\x93\xa1\xed\x67\xa0\x38\x18\x64\x18\xeb\x87\xf2\x8e\x84\x3e\xde\x05\x30\x46\x9f\xed\x71\xc0\xe1\xb3\x96\xb6\x3e\xf5\x62\x49\xae\xe2\x70\x18\xb3\x60\x8c\x8e\x42\x44\x7c\x7c\x79\xa9\x47\xd5\x88\x81\x7f\xc4\x62\xe4\xd1\x53\xb1\xf1\x25\x84\xc3\x98\x5f\x32\xf0\xb7\x47\x2c\xb6\x86\xd0\x2d\x4e\xe5\xb5\x3d\x69\x79\x5d\xbe\x19\x7d\x79\x79\x14\xa7\xe0\xd2\x87\x28\xa0\x67\x12\x1e\xb6\x78\xdb\xdd\x6f\xfb\x66\xf4\xe5\x36\x35\x94\x6d\x4e\xb6\x5b\x1a\xa6\xfd\x53\x6e\xb6\x1e\x0d\x05\x26\x21\xb0\xad\xe4\x73\x4f\xd9\xe9\xb2\x85\xf1\x80\x86\x87\x61\xc1\x72\x5d\x39\x72\x52\x93\xf5\x61\x2f\xbd\x88\x1c\x02\x34\x66\x1e\x70\x14\x02\xf8\xc6\xb2\xd0\x33\x2c\xba\xc3\x94\x0d\xdc\x9c\x8d\x0d\x10\x09\xbd\x20\xf6\x15\xcc\xdc\xa8\xd2\x52\x54\x20\x3d\x1a\xee\xc9\x21\x66\xea\xc5\x00\x71\xf0\x62\x06\x8a\x00\x12\xea\x3f\x0c\x58\xa9\x53\xe4\xd1\xd3\x29\x0e\x0d\x98\x51\xea\xe8\x0b\x84\xad\x22\x08\x1d\x29\x23\x34\x49\xc4\x89\xd6\x46\x9c\xe8\x51\x4f\x21\x06\xe6\x17\xa3\xeb\xeb\x51\x6e\xcc\x21\x4e\x42\x0f\xfa\x0c\x20\x03\x47\x32\xf9\xef\x92\x07\x2e\x87\x85\x81\x1a\xa7\x7e\x3c\x01\x94\xfa\xf3\x1c\xa4\x55\x04\x0c\x0b\xca\x46\x2d\x1a\xe6\x71\x14\x51\x26\x3a\x8c\x5a\x01\x78\x4c\xe6\xc6\x64\x8a\xd3\x43\xb3\x69\x7a\xd3\xef\x79\x84\x3d\x18\x67\x63\xfc\x82\xee\x7e\x02\x4f\xf0\xf1\xc5\x10\xe5\xe7\xdb\xc7\xeb\x0b\x84\xf4\xdc\xea\x00\x7b\x24\x1e\x58\x9e\x47\x63\xe5\x22\xf2\x7e\x15\xa1\x6c\xc6\x95\x3f\x39\x9d\xcb\x29\xc0\x5a\xaf\xe7\xb3\x89\xe5\xce\x56\xcb\xed\xd2\x5a\xd8\x7a\x9a\x48\xe6\x90\xca\xdb\xa1\x22\x9e\x3f\x7a\xcd\xd4\x6c\x68\x00\x37\x24\x94\x06\xf6\xfb\x90\x32\x04\x9f\x48\xae\x19\x0d\x60\x03\xfb\x71\xae\x9b\x79\xc3\xe3\x44\x86\x08\x0d\x9b\x84\xf6\x71\x5c\x1b\x70\x15\x8e\x2b\xd3\x5a\x79\x62\x0b\x82\xfa\xf0\xe2\x3d\xec\xcc\xfc\xfe\x8a\x23\x69\x71\x7c\xf4\x5c\x11\x22\x05\x88\x78\x6d\xcc\x79\x12\x6d\x1f\x29\x24\x0d\x79\x04\x9e\xa6\x42\x11\xa7\x7f\x1d\x9a\xde\x72\x5c\x18\xd4\xf2\xed\x18\x7d\x7d\xf5\xf5\x95\x79\x20\x30\x3b\x80\x58\x17\x1f\x73\x08\xc0\x13\x94\x65\x32\x4a\xbc\xd1\x44\x39\xa3\x4e\x82\x7e\x33\xc5\xe4\xe2\xac\xdf\x4f\x25\x0f\x04\x34\xa2\x0e\x8d\xe4\xdb\x35\x28\xe4\xb7\x94\x7f\x91\x4c\x2e\xa3\x65\x1a\x5a\xfb\x3d\x09\x89\x38\x8f\xd1\x24\x20\x10\x8a\xd9\xba\xee\xad\x01\x6b\xd0\x79\xa6\x65\xf2\x37\x42\x82\x9c\x80\xc6\xc2\x01\x8f\x86\x3e\x1f\xa3\x2f\xbe\xba\xba\xaa\x53\x32\xf1\xc7\xe9\xac\x34\x6c\xb7\x91\xa1\xb1\xca\xc4\x4d\xc5\xe2\xe9\x56\xa1\x7a\xa9\xa9\xad\x3c\x60\x5f\x71\x3d\x1d\x1a\xbd\x8e\x92\x29\x12\x47\x8c\x7e\x38\x8f\x98\xec\xc8\x8a\x53\x89\xe1\x71\x8c\xbe\xba\xe2\xbf\xe7\xd8\xee\x29\xaf\x82\x4d\x1d\x29\x17\x12\xc5\xcd\xbd\x33\x5b\xda\x8e\xb3\x9d\xd8\x4b\x77\x63\xcd\xb7\x77\x2b\xc7\x95\x3d\xb7\x77\xae\xbb\xfe\x35\xb5\xbf\x71\x8d\xb5\xa5\x5e\x41\xd0\xe4\x75\x2f\x67\xf3\x1c\xb5\xa7\xa6\xf9\xb2\x5a\xcf\xbc\xc1\x33\xf4\xbd\xc3\x01\x0e\xa5\xa6\x74\xec\xf7\x3b\xfa\x8e\x7e\xa2\xaa\x55\x78\x6e\x19\x59\xa3\xea\x3e\x9a\xcc\xe0\x37\x3a\xe9\x69\xc9\xdd\xf4\xd1\x50\x1a\x9e\xe1\x20\x3a\xe2\xa2\xa4\xdf\x63\x22\x86\x7b\xca\x86\x0c\xb0\x7f\x1e\xa3\xcf\x04\x8b\xcd\x82\xe5\xcf\x37\x7f\x32\x50\x34\xf0\x31\xba\x7e\x99\xb9\x50\x01\x11\x0c\x0b\x38\x9c\x53\x69\x9d\x23\xb5\x2a\xd4\x3b\x1f\x85\xf8\x36\x69\x52\x94\x78\x55\x56\x4f\x90\xd7\xb3\xc9\x7e\xba\xb8\x9f\x20\x72\x05\x3a\x15\xbb\x9a\x77\x92\xd5\x48\x8e\xc9\xa1\x5c\x5e\xe5\x79\x4e\x82\x9a\xef\x57\x9b\xef\x6e\xec\xe5\xe4\x6e\xbb\x59\xdd\xbb\xb6\xc2\x90\x6b\x86\xd0\x23\x0e\xe2\xfe\x44\x67\x80\x8b\x3b\x45\xf5\x20\xeb\x77\x93\xea\xa1\xac\xbf\x9f\xd6\x03\xa9\xee\xf7\xd4\x83\x59\xdc\xd8\xd6\xd2\x69\x26\x44\xbf\x6f\xea\x6d\xbc\xc5\x64\xb5\x74\x37\xab\xf9\xdc\xde\x6c\x57\x6b\x7b\xe9\xdc\xcd\xde\xba\xdb\xdb\xf9\xea\xc6\x9a\x6f\xa7\x33\x67\xb2\x7a\x67\x6f\x7e\xdc\xda\x4b\xeb\x66\x6e\x37\xd0\xfb\x5c\x68\xcf\xa1\x6c\xbd\xb1\xdf\xda\x9b\xed\x77\x33\xdb\xb4\x92\xff\xcd\x26\x0d\x1a\x7e\x2e\xb4\xfe\x94\xb9\xf6\x62\x3d\xb7\x5c\x7b\x3b\xb1\x26\x77\xf6\xd6\x75\xe7\x4f\xa1\xa4\xda\xbb\x09\x73\x66\xd5\xb5\x8c\xb4\xe8\x27\xe7\x54\xfb\x30\xd4\x6e\xdb\xf5\xed\xfb\x8b\xeb\xa3\x6d\x3e\xb7\x55\xda\x49\x65\x0f\xd2\x3e\x8a\x9e\x85\xf5\xce\x5e\x6e\x37\xf6\x7a\xb5\x9d\x35\x80\x29\x34\xe9\x80\x71\xbf\x69\xb0\x9d\x62\x9b\x2e\x28\x8e\xbd\x69\x76\x79\x35\x0d\x3b\xe0\x25\x02\xe8\x84\xd7\xe9\xad\x54\xd3\x66\xc5\x55\x42\xd6\xac\x43\x13\x99\x19\xd8\x8f\xd2\xe3\xed\xcc\xdd\xde\xad\x56\xdf\x39\xdb\xe9\xac\x81\xb8\x42\x93\x3a\x18\x8e\xd3\xa2\x40\xf3\xb2\xa9\x9f\x1c\xc6\xb3\xe9\x64\xb5\x5c\xda\x13\x77\x3b\xb5\xd7\xf3\xd5\x8f\x0b\x7b\xe9\xd6\xba\xf6\xcd\x6a\xe5\x8e\xde\xe3\xba\x09\x4a\xc2\xda\xd8\xd6\x7c\xd1\x4c\x85\x7a\xdd\x44\x87\x63\x4f\x36\xb6\xdb\x53\x3b\x59\x87\x26\x70\x93\xf9\xcc\x5e\x3e\x05\x9c\xee\xd0\x28\xdd\x56\xc3\xce\xb7\x68\x82\xd0\x6e\xca\xf9\x16\x4d\x10\xa6\x33\x47\xfa\xd9\xad\xe3\xcc\xb7\x13\x7b\xe3\xce\xde\xca\xf8\xc1\xde\xbe\xb3\xe6\xb3\xa9\x0a\x24\x9a\x61\x77\xf7\x6d\xa4\x7b\x33\x5b\x4e\x66\x6b\x6b\xbe\xb5\x5c\x77\x33\xbb\xb9\x77\x5b\x84\x50\xd3\xb8\x0e\x6e\x61\x91\xd0\x53\x47\x35\x0b\x8b\x22\x50\xeb\xde\xbd\xdb\xce\xa7\xd6\xba\x79\x28\x14\x9a\xb4\xc3\xb8\x99\x2d\xa7\xdb\x69\x83\x44\x2b\xcd\x7a\xc0\x9a\x6c\xec\xa9\xbd\x74\x67\x56\x27\x6d\xa5\xe6\xed\xb0\xbf\xb5\x2c\x47\x0e\x85\xfb\xcd\xcc\xfd\x71\x3b\x5d\x2d\xac\x59\x27\xd1\x75\x7d\x3a\x38\xb0\x1c\x7b\x3b\x71\x7f\xe8\x23\x91\xac\x69\x0f\x98\x6f\x67\x73\xb7\xc9\x27\xd7\x36\x6d\x87\xe9\xd8\xd6\x66\x72\xb7\x75\x26\xab\x75\x53\xd8\x5d\xdb\xb6\x17\x54\x77\xb6\xb0\xb7\xf3\xd9\x62\xd6\xe0\x56\x5a\x3a\xb4\xc3\x9f\xce\x1c\x77\xb6\xbc\xbd\x9f\x39\x77\xf6\x54\x2d\x06\xba\xc6\x5a\xbf\xbe\xed\x58\xd7\xd6\xc6\xb1\x3b\x1c\x5b\x53\xeb\x8e\xf1\x67\x5a\x6d\x6f\xec\xdb\xd9\x72\xeb\xb8\x9b\xd9\xf2\xb6\x73\x44\xd6\x75\xea\x89\xc7\x5e\x4e\x9f\x8a\x25\xeb\xd2\x8e\x63\xb3\x9a\xe7\x24\xda\x18\x6a\xb5\x74\xe8\x86\xef\xf4\x1c\x5a\xf9\xb6\x3d\xa8\xee\x37\xb6\x72\x4d\x7b\xc0\xdc\x48\xaf\xe1\x34\x4e\x35\x4d\xad\x3b\xec\xdf\x84\x49\xb2\x4f\xa7\xbd\xe7\xda\xf6\xa0\xb7\x38\x20\xfa\xaa\xaf\xd2\xab\xcf\x48\xca\x7a\xbe\xdd\xac\x16\x3d\xd4\xd9\xd0\xed\x69\xf6\xe8\xf4\xb4\x9b\x72\x9f\x0e\x2c\x72\x65\x2a\x67\x5d\x39\x5e\x0a\x92\xd8\xba\xab\xed\xe4\xce\x9e\x7c\xd7\x89\xb4\x1b\x44\x23\x0d\x8a\xe0\x85\xb5\x5e\xdb\x1b\x63\xf4\xeb\xcd\x6a\x2d\xc3\x16\xbb\x61\xc7\xa1\xb3\x5b\x3f\x5c\xf6\x7a\x6e\x4d\xec\x2e\x43\x6c\xea\x92\xc7\x41\x4e\xaa\x0a\x49\xed\xe9\x0c\x77\x26\x0f\xe0\xe9\x34\xc0\x90\x1d\x21\xf8\xba\xdc\x78\x1d\x07\xc1\x9a\x06\xc4\x3b\x8f\x91\x15\xbc\xc7\x67\x9e\x6b\x11\x90\x47\x90\x10\xd6\x8c\xee\x60\x5c\xa0\xed\x28\x44\x74\x0b\xa2\xf8\x10\xa1\x08\x8b\xe3\x18\x5d\x32\xe0\xe2\xf2\x08\x38\x10\xc7\x73\xb9\x45\x39\xeb\x93\xfc\x70\xef\x08\x2a\x4c\x2b\x47\x67\x24\x24\x82\xe0\x60\x0a\x01\x3e\xa7\x59\x97\xeb\x52\xff\x08\x18\xa1\x7e\xf6\xfa\xcb\xc2\xdb\x72\xce\xe6\x75\xee\xed\x13\xb6\xe8\x50\x31\x85\x95\xe8\x35\xdd\xab\x33\xa9\xab\x37\x6f\xbe\x2e\x60\xd7\x18\x7e\xa2\x01\x7d\x20\xb8\x48\x35\xa3\x82\x7a\x34\x18\x23\x77\xb2\x6e\x85\x59\x96\x57\x25\x9b\xd9\x0e\x90\x01\xf6\x49\x83\x2a\xf7\x98\x04\x31\x03\xf7\xc8\x80\x1f\x69\xe0\x8f\xd1\x17\x5f\x3d\x55\xd7\x6a\x37\xfb\xb7\xd1\xf4\x17\xad\x8a\xee\xaf\xe7\xb4\xb0\xa5\xc8\x47\x40\x4e\x44\xf0\x32\x6f\x27\x38\x51\x76\xae\x5f\xa3\xdb\x8b\xd5\xe6\xc7\x72\x84\xc5\x0b\x49\xfb\x65\x77\xbe\x3e\x25\x19\xd8\x89\x84\x6a\xdf\xfa\x96\x61\x0f\xd6\x45\xfe\xbe\xd2\xdc\x0b\x46\x0e\x87\x74\x33\x78\xa8\xc7\xee\xe4\x88\xc3\x03\xac\x31\xc3\xa7\x1c\x03\x49\x61\x91\x37\x46\x82\xc5\x90\x3e\x4f\x2d\x4a\x12\x57\xd8\x55\xee\x69\xfb\x7b\x46\x4f\x79\x39\xe9\x04\xc9\x4c\x52\xe2\x08\x06\xf8\xe4\xe2\x43\x65\x5c\xb5\xb8\xa2\xf1\x5f\x7e\x99\x2d\xac\x5b\x5b\x46\x44\xb6\xb5\xd8\xba\x56\x21\x2a\xca\x95\x9c\x94\x1a\x4a\x0a\x9d\xb5\x95\xed\x59\xea\x14\xc2\x2c\x93\x89\x91\x92\x7e\xae\x37\xf9\xcd\x8b\x7f\xce\x44\x4f\x31\xb3\x96\x36\xe6\x23\xfd\x74\xf4\x40\x60\x44\xd9\xe1\xf2\x81\xc0\xd0\x24\x1f\x89\xff\x5b\x24\xf8\xcb\x19\x23\x06\x8f\x44\x8a\xfa\x8e\x70\x41\xd9\x79\x2e\x07\xdb\x18\x5d\xbf\x60\x6a\xbf\x94\x4d\x62\x34\x08\x48\x78\x28\x0f\x8a\x13\xfe\xe0\xc4\x4c\xce\x8d\xd7\x57\x57\xff\x92\x7f\x7c\x1f\xe2\x47\x4c\x02\x5d\x3f\x78\x55\x30\xa8\x8d\x86\x75\x81\xfe\x2c\x29\xa9\xb2\x9a\x9f\x6c\x17\x2f\x6a\x1b\xfd\xed\x03\xbd\x54\x7a\xcb\xe4\x2a\xfe\x89\x13\x5c\x66\x93\x7e\xb1\x9a\x76\xe7\x77\x64\xa3\x97\x4f\x94\x4d\x37\xab\xd5\xdc\x49\x70\xe8\x35\xda\x76\x32\xb7\x1c\xa7\x29\x0c\x6e\xeb\x51\x87\x61\xbd\x59\x2d\x6c\xf7\xce\xbe\x4f\xfb\xd8\x3f\xb8\xc9\x66\x61\x83\xfc\xda\xfb\x74\x48\xf3\xe6\x47\x29\xf6\xad\x0a\xa3\x7b\xa5\x51\xca\x1d\x3a\xe0\xd7\x2d\xf0\xde\x96\x66\x4b\xf9\xb3\x27\x10\xf8\x69\x21\x60\xe5\xcd\x5a\x05\x54\x89\x67\x19\x69\x87\xf2\x1f\xaf\x7a\x0d\xd8\x57\xff\xd9\x4e\x62\x7b\x62\xb8\x77\x15\x46\x0b\x06\xc7\xb5\x36\xee\xfd\x5a\x4e\xd2\x96\x6b\xdf\xfe\x58\x87\x27\xad\xb6\x75\x04\x66\x22\x8e\x1c\xe3\xbd\xdb\x21\xff\x29\x32\x5f\xa5\xe4\x9e\x35\x5b\xda\x9b\x5c\xe2\xa2\x93\xbe\xba\x4e\xed\x79\xa8\xfa\x5c\xc8\xdd\xda\x5a\xa8\x50\x74\x60\xff\xe0\xda\x9b\x65\x61\x67\x37\x01\x92\xb5\xda\x76\x66\xec\x18\x44\xb4\xdd\x49\xd6\x43\x6b\xcd\x42\x3f\xd1\x0d\xd7\x63\x58\x5b\xee\x5d\x1d\xf8\xcb\x13\x7e\x84\xf0\xf5\x65\x6f\x40\xed\xdb\x8d\xcf\xc8\xc2\x35\xd1\xdb\x96\x6c\xe9\x63\x64\x89\x4a\xbb\xb5\xd6\x23\xcf\x5a\x07\xec\x23\x12\xae\xb5\xe0\x5e\x22\xf3\x5a\x07\xf8\x45\x52\xb0\xff\xec\x09\xca\xbc\xf3\xfd\xa8\xd4\x64\x09\xd0\xa7\xa4\x64\x03\xdd\x7f\x4c\x52\xb2\xbd\xce\xb1\x08\xee\x53\x3a\xf2\x53\x3a\xf2\x53\x3a\xf2\x53\x3a\xb2\x1f\x96\x4f\xe9\xc8\x4f\xe9\xc8\x4f\xe9\xc8\x46\x2c\x9f\xd2\x91\x7d\xf1\x34\xa4\x23\x13\x1c\x7a\x64\xd5\x52\x6d\x4d\xb6\xd6\x7c\xbe\xfa\x7e\xbb\xda\xcc\x6e\x67\xcb\x41\xfa\xf7\xc2\x76\xef\x56\x53\x27\x7b\x70\x67\x5b\x53\x7b\x93\x7b\x90\x45\x07\xea\xe1\xc2\xfa\x61\x6b\xdd\xda\x75\x2c\x16\x71\x24\x3b\x54\x1b\xdb\x59\xaf\x96\x8e\x6d\x20\x37\x6e\x8e\x58\xea\x08\xed\x70\x42\x43\xc1\x68\x30\xb4\x82\x80\xbe\x1f\xae\x18\x39\x90\xf0\xf9\xc8\xde\x59\xf3\xfb\xee\x1d\x3e\x6b\x32\x51\x0b\x53\x5d\x4d\x5c\x00\x5c\xab\xcb\x92\xf0\x5e\x84\xd3\x05\x88\x23\xf5\xf9\x47\xa0\xfb\x08\x5e\x0d\xe4\x56\x66\x8d\x61\xbc\x08\xb3\x77\x80\x7d\x60\xad\xcc\x76\xa0\xfb\x08\x66\x0d\xe4\x56\x66\x73\x46\xff\x22\x0c\x4f\x18\xf8\x10\x0a\x82\x83\x56\xa6\x7b\xa0\xfd\x08\xc6\x73\xd0\x1b\x98\x37\x83\xfb\x23\x59\x5e\xe0\x0f\x43\xeb\x00\xcf\x42\xf1\x2c\xf6\x0c\xcc\x9a\x12\x8d\x42\xaf\x4a\x76\xb3\xd2\xa1\xa3\x4c\x63\x0f\xde\xd9\x0b\x4a\x79\xfd\x88\x72\xbd\xcf\x5a\xde\x6e\x86\x0f\xf9\x54\x4c\xf2\xe3\xd1\xd3\x09\x87\x7e\xf5\xc5\x10\x5d\xee\x48\x78\xc9\x8f\x75\x6f\x68\x24\x2e\x01\x47\xaa\x45\x80\xe3\xd0\x3b\x5e\xaa\x4b\x3b\x86\x0f\x04\xf2\x47\x1d\x29\x7d\xe0\xa3\x12\x88\x88\x81\x23\x68\xf4\xe7\x24\xaf\xa5\xf6\xa5\xa6\x60\xa2\xf0\xbe\xbd\x5e\x22\xd9\xce\xd7\x85\x13\x9a\x00\x53\x2b\xe3\x1d\xc1\x7b\x28\xf7\xfa\xff\x53\x2f\x53\x97\x28\xf8\x54\x2e\x93\xe2\x6a\x51\xbf\xaa\x11\xf8\x0d\xb5\xff\x07\xd7\xd0\xe4\x73\x96\xbf\x6b\xf5\xcc\xbf\xfd\x41\xd5\x33\xd5\x91\xf0\xac\xe2\x99\x8e\x49\xe2\x0f\x29\xa0\x89\xa4\xc0\x40\x28\x69\x0e\x51\xe9\x42\x21\x50\x48\xd5\x79\x74\x71\x84\x7c\x01\xc4\xe8\x02\x21\x73\x0f\x94\x56\x6f\xfe\xde\x2c\xf9\x24\xbd\x84\xa6\x2c\xcd\x0b\x69\x76\x3f\xc7\x84\x81\x9f\xea\xc4\x4c\xbd\xa7\x33\x8e\xa2\x32\x15\x53\xd8\xe3\x38\x10\x28\xbd\xa0\x2c\xe6\xa0\x6f\x29\x3b\xc5\x81\x20\x51\x00\x72\x2e\x89\x68\x08\xa1\xe0\xea\xb9\xba\xd4\xcc\xa3\xe1\x23\x84\x04\x42\x73\xfc\x9d\x84\xfa\x6a\xb1\xca\x5d\x6d\x15\x4e\x12\x84\xc9\xfd\x65\x29\x27\xe5\x8c\x4f\x0b\x27\x1b\xf0\xef\xb0\x28\xb3\xf2\xdd\xcc\x46\xd8\x3f\x91\x90\xa8\x32\x17\x43\xaa\x04\x5e\x21\x42\x36\xb5\x64\x53\x75\xd3\x5a\x4a\x42\xa5\xbe\xc1\xe0\x53\x50\x55\xcb\x1a\x94\xe6\x52\x91\x14\x17\xfa\xdc\x01\xc1\x95\x46\x29\x3b\xa8\xfc\xb3\x49\x45\x2b\xc9\xf1\x33\x17\x70\x92\xbe\x34\x02\x26\xce\x7f\xad\x23\xcd\xd1\x20\x2b\xb4\x15\x33\xbc\x86\x38\x19\x00\xc4\x92\x9c\x3a\x02\x55\xd8\xca\xcb\x17\xa0\x08\x8a\x76\x67\xa9\x71\x6d\x77\xb1\x38\xca\xa0\x56\x5f\xd3\xa4\x88\x54\x26\x89\xf9\xc3\x90\x41\x90\x5e\x98\x46\xd5\xad\x4a\x84\x86\x1c\xc1\xe8\x30\x42\x3f\xc7\xc0\x08\xf0\x16\x86\x35\x92\x91\x44\xf0\x64\xe6\x6f\x34\x81\x56\x2c\x8e\x8d\x82\xa8\xa9\x54\x48\xce\xb4\x9a\xab\xcd\x9a\xf5\xe5\xe9\x28\x37\xe8\xa7\xba\xac\xb5\x62\x44\xc9\xe3\x09\xcc\x4c\x32\x64\x4d\xbc\x54\x4f\xd8\x1a\x56\x32\xd4\x75\x0a\x76\x8d\x66\x0d\xa2\x13\xf5\x61\x84\xde\xe1\x80\xf8\xba\x3f\x47\x98\x01\x7a\x35\xb5\xdf\xd9\xf3\xd5\x7a\x61\x2f\xdd\x57\x88\x32\xf4\x6a\xbd\x59\x4d\xef\x27\xd2\x6d\xbc\xd2\x57\x5e\xcc\x42\xc9\x89\x1f\x7b\xca\xc7\x48\x38\x03\x74\xa6\x31\xf2\x70\x88\x42\x2a\x4c\xcd\x15\x72\x96\xd6\xda\xb9\x5b\xb9\xc9\xa5\x58\x1c\xd1\x3d\xc2\x4c\x90\x3d\xf6\x04\x47\x34\x4c\x6c\xed\x22\x99\xa9\x80\xa9\x2b\xc7\x12\x38\x9e\x72\x8c\xaa\x55\x72\xd1\x97\x84\x10\xa6\x40\xa4\x2f\xc1\x21\x82\x0f\x44\x5f\x92\x96\xce\x25\x9a\xce\x46\x15\x49\x92\x2b\x3a\xa9\x1d\xf9\x46\x56\x0b\xea\x43\x9d\x26\x4c\x35\x91\x11\x7f\x4e\x72\x2d\xd6\x74\xda\x01\x96\xe3\x22\xc4\xbb\x00\xfc\x4b\x9f\x70\xf5\x4b\xde\xa2\x24\xa9\xa6\x99\x94\x87\xa2\xdc\xc3\xa1\x64\x4c\x3f\xae\x31\x2a\x02\xbc\xd6\xac\x16\x37\xa6\x43\x4d\x09\x53\xe2\x16\x34\x29\x6d\x23\x20\x90\x03\x6c\x4f\x02\x01\x8c\x84\x87\xb2\xf5\xfb\x8c\xd2\x20\x2d\xa3\xd1\xcd\x46\xaa\x0f\xd4\x91\x5a\xb5\xff\xa9\x02\x90\x48\xfb\xad\x02\x80\x26\x29\x80\x5e\xf5\x53\xc5\x23\xea\x25\x5e\x66\x7b\xc4\x41\x48\x6f\xa6\x46\xfb\x40\x91\x1e\x31\x7a\x02\x71\x84\x98\x27\x7c\xc2\x07\x01\xa1\x32\xb4\xe4\x3e\x4b\x23\x1b\xc3\xb1\x0e\x7a\x72\x06\x95\x81\x48\xb8\x87\x0f\x62\x94\xe8\xb4\x93\xef\x75\x46\x81\xe1\xdd\x4e\x29\x98\x1a\x20\x29\xff\x1d\xd5\x5d\x25\x8e\x5f\x4d\x62\x2e\xe8\x49\x5d\xea\x92\xc6\x0e\xf9\xeb\x6b\x90\xba\xaf\x66\x84\xe6\x80\x1f\x01\xed\x02\x1c\x3e\xa8\x36\xbe\x99\x75\x93\x8e\xfa\x02\x4d\xe9\xc6\x73\xe5\x4c\x7f\xcb\x45\x20\xea\xfa\xc9\xbf\xe7\x16\x7d\x7f\x8b\x18\xfd\x09\x3c\xf1\xf7\xd1\xdf\x0c\xb0\xa1\x4f\x4f\x98\x84\x43\x1e\xef\xf7\xe4\xc3\xdf\x5f\xb5\xf9\x3f\x43\xb6\xa4\x54\x5f\xc2\x73\x67\x08\xa9\x1b\x80\xc5\x2c\x6f\x49\x04\xa9\x8d\xb6\x6c\x34\xca\xc8\x3b\xa2\x21\x07\x74\x54\x3b\x54\xda\x8c\x74\x90\x92\x39\x27\x43\xdb\xe7\x31\x87\x7d\x1c\x28\x31\x4d\x56\x1b\x07\x99\x9b\x01\x5b\x7d\xc7\x13\x90\xd7\x71\xd8\xb2\x53\x99\x19\xfd\xab\x7f\x7d\xf5\x34\xe6\xcd\xde\x63\x2b\xf7\x8a\xf3\x1c\x23\x2f\xc7\x7d\x03\xf6\xde\xec\x9b\xcd\xcb\x8c\xff\x5b\xdb\x1d\xa0\xf5\xca\x71\x07\x68\xb5\x96\x33\x95\x33\x40\xeb\xfb\x8a\x17\x6e\x97\x89\xd9\xa2\xfc\x83\x64\xd2\x80\xbd\xb7\x4c\xcc\x1e\xe7\x45\x61\x8b\x2e\x12\x03\x15\x16\x51\x46\xfe\xcb\x5c\xed\x29\xb1\x42\x28\x86\xee\x39\x82\x01\xfa\x61\xb8\x81\x9f\x63\xe0\x02\xfc\xe1\xf7\x44\x1c\x9f\x26\xb1\xdc\x1e\x67\xa3\xd4\x52\x97\xf9\x9b\x48\xad\x85\x82\xde\x92\xcb\x6d\x92\x76\x4d\x23\x4d\xe2\x30\xfb\x9f\x9d\xce\xc4\xf0\xa2\xa3\x93\x17\x10\x42\x03\xde\x1e\xac\x67\x49\x9d\x84\xe1\xeb\x0a\xb7\x3d\xa7\x90\xda\xbb\xf1\xcc\xbc\xa2\x38\x6d\x99\x5b\x7a\xcc\x2b\xb9\xdb\xfc\x9e\x3e\xb1\x54\xee\xd8\xec\x31\xbd\xb4\xdf\x55\xd0\x1c\x59\x48\x8b\x19\x20\x11\xb3\x50\x05\xb7\xb9\xf0\xe9\x10\xd0\x1d\x0e\x24\x65\x1e\x7d\x04\x76\x46\x7b\xc0\x22\x66\xd0\x10\x54\x54\x17\x12\xd9\x01\x18\x0d\x6a\x94\x82\x1a\x99\x00\xa5\x33\xd4\xb0\x55\xbb\x36\xaa\x3a\x96\x1a\xbd\x6e\x74\x6a\x5f\x53\xcd\xf6\xb9\x6b\x81\x49\x28\xe0\xa0\x57\x89\x32\xac\xaf\x5e\xb6\xce\x95\x2c\xc1\x47\xfa\x46\x62\x21\xd2\x23\x23\x47\xc2\x51\xba\x5d\x92\x88\xde\x84\x6a\x5c\xae\x02\x42\xd0\x6b\x13\x41\xf3\x83\xe7\x91\x60\xb9\x5c\x28\x92\xc0\x42\x73\x05\xb6\xb9\x35\x14\x41\xe8\x47\x94\x84\xa2\xdf\x12\x2f\xd3\x4c\xc4\x60\xaf\x8b\xc8\x4d\x2b\x9e\x5e\x43\xda\x1d\x00\xaf\x55\xe7\x3c\xb1\x19\x95\xd9\x75\xa6\xfd\xd4\xd3\x72\xad\x55\xab\x73\xcb\x90\xa7\x17\x3a\x4f\xb0\x77\x04\xe4\xba\x73\xe9\xc3\x4e\x24\x08\x08\xd7\x3b\x80\xfd\x84\x93\x1e\xe3\xf2\x24\x9c\x91\x10\xc1\x13\x57\xc3\x55\x42\x3a\xa4\x50\x7b\x85\x56\xc2\xf5\x57\x57\x57\x57\x57\x15\xb6\x97\xc9\x6e\x9e\xe4\xf1\xfd\x91\x78\x47\xc5\x55\x6e\x07\x91\xf7\xb9\x71\x3b\xb9\x92\x5a\x6d\x81\xea\xa5\x34\x09\xb9\xc0\x81\x5a\x3d\xb8\x47\xe0\x25\x98\xb2\x45\x48\xd9\x09\x07\xc1\x39\x6b\x9a\x8f\x33\x52\xdb\xca\x76\x1c\x47\xe8\x47\x1a\x23\x7e\xa4\x71\x20\xc7\x45\x70\x56\x97\x89\x4b\x3b\x3f\x51\x9f\xec\xcf\xe6\xd6\xfe\xbd\x5a\x8f\x67\x40\x13\x88\x05\x02\xe4\xe2\x19\xf9\x64\xbf\x07\x06\x61\x0e\xc7\xa5\xf1\xb2\x95\x79\x28\xd7\x3b\x93\x5a\xaa\x90\xfa\x8d\xd0\x96\xad\xb9\xec\xbe\xeb\xa6\xed\x4e\xba\x57\xaa\x50\x22\x45\x5c\x23\x16\x14\xc5\xbc\x7c\x33\xe7\x28\xdd\x2b\x24\x1c\x7d\xa6\x8f\x46\x66\xeb\x11\x75\x28\xf2\xb3\xb6\x69\xb5\xcc\x59\x9d\x95\x55\xf8\x6b\x61\xad\x96\x82\xca\x86\x9b\xc2\xe1\x23\xe5\x6d\xb4\x1f\xc3\xa1\x61\x56\x6f\x6c\xe4\x19\x2f\xb2\xf8\x66\xf4\xe5\xe8\xba\xca\x52\x9e\x0f\xbd\xef\x5d\xa3\x1b\xd7\xba\x6d\x21\x5d\x41\xae\x44\x02\xa5\x0d\x2a\x7d\x9d\x7b\xd3\xfd\xf1\xfa\xfb\x0f\x54\xf5\xc5\x01\xc2\x01\xc1\xe6\xda\xe4\xb7\xd2\xde\xc5\x38\xdb\xa8\x99\xf9\xdf\x1c\x18\x8d\xa3\x99\x3f\x4e\x36\x75\x66\xfe\xd8\xec\xf6\xfc\xc3\x7b\xfd\xb9\xea\xfc\xfa\xaf\xdf\x1c\x5e\x8f\xf1\xeb\xf1\xe3\xeb\xd6\xa5\x63\x4a\x59\x76\xe6\xb4\xc9\x5f\x54\x8e\x99\xd4\xd8\x20\xf1\xf3\xd6\x26\x2d\x51\x9d\x8f\x50\x07\x3b\x38\x11\x94\x9d\x07\x72\xa8\x71\x10\x05\xe5\x1c\x20\x04\x96\x6e\x85\x32\x1c\xfa\xf4\x14\x9c\x2b\xba\x5a\x94\x60\x21\x55\x3e\x56\x3e\xab\xa2\x8b\xca\xf2\x27\x4a\x3c\x15\xc1\x94\xe9\x7d\x1b\x4b\x37\xf2\x73\x8c\x03\xb2\x27\xe0\xa3\xfb\xcd\x5c\x19\x54\x15\x0d\x65\xf9\x0b\x6c\xdb\x49\xd2\xb5\xce\x15\x9a\xe4\xe3\x12\xfe\xe4\x33\x24\x0a\xa9\x0a\x52\x95\xc0\xca\x10\x95\xc0\x12\xd3\xeb\xc6\x9f\x6c\xb7\xd6\x12\x91\xd4\x96\x96\x28\x49\xb2\x05\x2f\x4b\x49\x54\xce\x41\xd4\x9d\xa9\x78\x8a\x4c\x92\x10\x5a\x86\xc2\xe0\xa3\xdd\xb9\xee\x73\x33\x9c\xf8\xda\x71\xdb\xd6\xba\x42\x63\x0a\x3e\xb1\xce\xbe\x80\x9b\x23\xdd\xe2\x01\x9d\xb6\x04\x91\x44\xd5\xb4\xc9\xec\x13\xa6\x8e\x1f\x9f\xf3\xc3\xe7\x40\x64\xd8\x4f\x1f\x78\xbb\xe0\x6f\x93\x66\x19\x94\x94\xdc\xe2\xdd\x7a\x25\xc4\xd5\x48\x3f\xf5\x06\x3a\x5f\xaa\x93\xa9\x15\x84\x2d\xfd\x16\xba\x9f\x3a\x5b\xdd\x22\xb3\x5c\xe2\x35\x13\xd0\xeb\x5b\xd2\xb2\x9f\xda\x93\xb6\x5a\xdf\x56\x4b\x55\x43\x22\x38\xa3\xe7\xba\x4a\xcf\xe6\x6e\xe8\x38\x2b\x39\xc6\x2b\x88\xb3\x57\x29\x86\xe4\xcc\x4f\x3d\x90\x0d\xe0\xe0\x84\x6a\x13\x68\x95\x16\x05\x90\xfa\x08\x4f\x97\x2e\x0d\x0c\x7d\xbb\x7c\x3d\x9a\x1e\x7d\x9a\x75\x98\x3b\xc7\xf3\x34\x52\x1c\xf0\x18\xf4\x30\xaa\xba\x5e\xed\xe4\x98\xf3\x49\x8d\x31\x7a\x1f\x99\xb4\xb6\xae\xb3\x9d\x66\x39\x34\x82\x6a\x90\x40\x47\xfb\x26\xe4\xf5\x5c\x17\x4c\x28\x4b\xc6\x2a\xe7\xa7\x92\xd0\x82\x9a\xef\x7b\x29\x3f\x68\x30\x91\x3d\x22\x02\xf9\x14\x78\xf8\x4a\x7f\xed\x43\x25\x8a\xda\x0d\xb4\x08\xbd\x68\xfd\x0d\x13\x4e\x4d\xff\x75\x21\x45\x5e\x47\x5d\x1f\x2a\x2a\x79\xef\xc2\x19\xaf\x7a\x2a\x4c\xd6\x00\x39\xce\x1c\x4d\x40\x86\x54\x2a\x59\xab\xf3\x7c\xf5\x05\x03\xbd\x7b\x16\xe8\xe8\x75\x52\xac\x7d\x3b\xc0\x20\x5e\x33\x12\x7a\x24\xc2\x01\xb2\x84\x60\x64\x17\x0b\x48\x26\x0e\xcc\x9b\x13\xf3\xcd\xbd\x8b\xf2\xaa\x3d\x5b\x66\x08\xd3\x6b\x76\x06\xfe\x36\x8d\x34\x4a\x34\xce\xa7\xd6\x1a\xd9\x66\x4b\x40\x69\x52\xef\x2e\xe8\xef\x36\x65\xe9\xf0\x3a\xc1\x16\xfa\x66\x65\x18\x85\x93\x64\x65\x77\x43\x42\x1f\x4d\x97\x59\x69\x45\x1f\x14\xa6\x53\x0d\x86\xe4\x9c\x59\x1d\x53\xf9\xad\xd3\xa7\xa3\x2b\x96\xb7\x76\x9d\x49\xab\x09\x12\xbe\x5d\xfc\x80\x56\xea\x1b\x3d\xcb\xdc\x52\xef\x5b\x8c\xb9\x03\x5e\xcc\x88\x38\x4f\xd5\xd6\x5e\x3a\x84\x7c\xf0\xd8\x39\x12\x3a\x73\x67\x46\x46\x3d\x81\xdf\x5a\x96\x83\x12\x28\x48\x83\xa9\x21\xb2\xf6\x70\x5b\x9d\xa4\x6e\x30\x07\xa9\x14\x43\xa3\xa0\xd1\x30\x80\x47\x08\xd4\x32\x06\x3e\x28\xb3\xd8\xc1\xc1\x6c\xf3\xea\xea\x05\xc0\xcc\x3b\x36\xc8\x4f\x83\xab\x13\x5b\xee\x20\x5c\x1d\x21\x1a\xaa\xc9\xc3\xa6\x82\x09\xa8\x97\xf8\x96\x84\x20\x43\xa9\x22\x45\x06\x9f\xb9\xb2\x0d\xbd\x10\x53\xcb\x9b\x30\x8a\x45\x3a\xbe\x90\x29\x82\x91\x7c\xee\x54\xa8\xe1\xab\xda\x2a\x05\x28\xa0\x92\xbb\x13\xf5\xe3\x00\xd4\x37\x09\x77\xd8\x7b\x90\x6b\x1d\x1e\xef\xb8\x20\x22\x4e\xbf\x94\x17\x9a\x6f\x15\x1a\x1a\x71\x78\x7e\x7f\x04\x06\x08\xa3\x5f\xae\x7e\x45\xf0\x21\x62\xfa\xa3\x30\xb2\xb3\x64\x60\x84\x2c\x55\x81\x4a\x43\x04\x1f\xb0\xfa\x5e\x60\x12\xce\x6a\x6e\x15\x58\x03\x8d\x70\xf4\x79\x4c\xfc\x6f\x7e\xb9\xfa\xb5\xba\x4b\x9e\xc9\xd6\xc9\x8b\xa9\x49\xcc\xe6\xfc\x52\x8d\x65\x1a\x29\x73\x8f\x46\x89\x23\xaa\x47\xe6\xe4\x1a\xd6\xa0\x29\x1c\x17\xac\xc1\x63\xea\x01\xcb\x5b\x6b\x59\xe5\x14\x65\xea\x03\x57\x86\x20\xe0\xad\x54\x48\x68\x3a\x8c\x6c\x26\x25\x77\xc6\xb0\x63\xcb\x05\xa7\x9e\x38\x6f\xd5\x32\x98\x39\xeb\xaf\x43\x9a\x15\xbc\x5e\xd1\xa8\xb1\x91\x6e\x63\xcb\xa6\x23\xfd\x11\xbc\x13\x3e\xa3\x1d\xa0\x10\xe4\xe2\x07\xb3\xb3\x9c\x93\xd3\x0e\x19\x5c\x22\x38\x04\xfb\x0c\x26\x8f\xc0\x4b\xbe\x4c\xe8\x1d\x31\xc3\x9e\x00\xc6\x07\x48\x5a\x1d\x0f\x30\x3f\x2a\x19\x19\x7b\x19\x68\x82\x22\x06\x8f\x7a\x27\x82\xc9\x75\x83\x06\x7c\xc2\x51\xa4\xea\x15\x66\x25\xb6\x14\x68\x19\x1a\xa8\x42\x13\x15\x17\xe8\x9a\x00\xc5\xe2\xff\xfe\xf7\xff\x70\x49\x63\x62\xa3\xb5\x72\x9f\x2e\x0b\xe0\x9e\x74\xec\xb2\xb2\x13\xb4\x0f\xf0\x01\x91\xd0\x57\x8e\x37\x3c\xe4\xe4\x44\xb8\x76\x2f\x28\xc2\x2c\xf1\xd2\x22\xf7\x01\xd3\x91\xc9\x40\x68\xf1\xa7\x59\x88\xb4\x73\x47\xb7\xb4\x24\x22\xd7\x45\x8a\x44\x77\xd3\x83\xaf\xd2\x55\xe9\x56\xef\xef\x24\x32\x42\x82\x1e\x40\x1c\x81\xe9\xcd\x9f\xa4\xed\x8d\x74\x8b\x8e\x48\x3f\x67\x98\x3c\xb7\x43\x5f\x3f\xad\x97\xed\x5a\x62\xaf\xae\xfe\x1b\x8f\x97\x56\x2b\x15\xd5\x27\x17\x25\xd5\x06\xb9\xde\xd8\x4d\x85\xc9\xe0\x44\x1f\xf3\x1e\x4e\x7d\x9e\x34\x31\x4a\x73\xe8\x4d\x50\x24\x8d\x0a\x07\xcf\x66\x3f\x65\x53\x32\xaf\xf7\x74\xc3\xe0\x8c\x04\x7e\x80\x50\xfb\x4a\xac\x2b\x73\xa5\xc2\x95\xc8\xd3\xb8\x56\x3a\xd7\x2c\xaf\x54\x2f\xa6\xb4\xb1\x9e\x7d\xb8\x42\x55\x17\x68\xd4\x1e\x99\xfd\x78\xa1\x41\xe8\x67\x22\x43\x82\xea\x0d\xaf\x17\x14\x99\x12\x97\xd6\xc5\x4b\x8b\x4c\xd2\xde\x2d\xb0\xdc\xd9\xdf\x9a\xb4\x41\xd5\x5b\x1a\x17\x96\x7c\x79\x52\x39\x21\xe9\xc3\x1b\x7c\xf7\x46\xba\xf7\xb4\x77\x6e\x03\xb0\xed\x88\x70\x8d\xeb\xde\x93\x0f\xe0\xe7\xbc\x6a\x2e\x30\x49\x62\x86\x64\x52\xd1\xd4\x68\x85\x98\xb1\x9e\x64\x07\xa6\x4b\xa4\x27\x6b\xc5\x93\x27\x62\x1c\xe8\xe6\x08\x33\x18\xa0\x5d\x2c\x12\x55\x67\xcd\xcc\xa7\x2a\xeb\x18\xd7\xd6\x90\xf4\x1f\xa1\xb7\x79\x9f\xad\x92\x0f\x0b\xe2\x31\xca\xe9\x5e\x20\xcb\x13\xe4\x11\xd0\x34\xdd\x39\x32\xdf\xa9\x4d\xbf\x42\x9c\x1b\x96\x19\x72\xc5\x50\x6a\x0e\x2d\x32\xe6\xc9\x2c\x59\x1b\x76\x15\x4e\x49\x57\x5c\x73\x67\xd0\x65\x58\xe4\x9c\x7a\x44\xd5\xc5\x2a\x7b\xae\x94\xcb\x2a\xda\x93\xb9\xf1\x45\xa2\x2f\x9d\x4c\xcb\x22\xb0\xe7\x44\x5f\x6e\x23\x99\x7a\x2e\xe8\x0b\xfe\xfa\xd7\x5c\x44\x97\xc5\x72\xd5\x18\x4e\x4d\xd6\x27\x2c\x64\x40\x93\xd4\x80\x96\x64\x21\xc3\x3c\xfd\x25\x6a\x1d\xe9\x49\x80\x38\x50\xa9\x5a\x65\x25\x12\x84\x02\x59\x02\x53\xad\x4e\xd6\x3c\xa4\xc0\xae\x9b\xc2\xc6\x4d\x16\x66\x35\x87\x8d\xf9\x63\xef\x75\xe1\x53\xac\xbe\x9d\x4d\xf7\x48\x2d\x0e\x54\xb5\x2b\x93\x8b\x10\x25\xf0\xc4\x50\x12\x2c\xaa\xbe\xf0\x20\xdd\x6a\x40\xdf\x23\xac\x59\x49\x12\xdc\x66\xf8\x8e\xd2\x35\x79\x06\x67\x77\x4e\x52\xe1\xa6\x8a\x9e\xa2\xab\x16\x9e\xd2\x8e\x4d\xfc\x64\x47\xee\x2b\x86\xaf\xc8\xd5\x5f\x0e\x4e\x56\x87\x41\x50\x23\xe4\x86\x71\x97\x64\x44\x24\x98\xba\xf8\x28\x7f\x2c\xbf\x97\x6f\x95\xc3\x8a\x64\x92\x9c\x88\x0f\xd3\x65\xea\xe9\xf4\x54\x95\x8f\x4a\x53\xf7\x83\xd2\x78\x27\xe9\x9a\xee\x14\xcc\xf8\x74\x99\xe6\xa1\x4b\xf3\x87\xf1\x3d\xb9\xb7\xc9\xd0\x50\x0e\x60\x2f\x57\xc1\xa9\x56\xb5\x1b\x54\x71\xa3\x32\xe1\x94\xea\x16\xdd\x14\x1b\xa2\x66\xef\x5f\xbd\x66\xe0\x09\xf1\x23\x03\x53\x45\xb1\x3b\x23\xac\x0a\xf1\xcf\xc5\xe0\x5d\xd2\x2f\x49\xcb\x84\x32\x35\x65\xde\xe5\xca\x96\x34\x40\x54\x07\xaa\x72\x41\x65\x1d\x88\x4a\xc9\x6d\xba\x3e\xc8\x82\xcc\x5e\x70\xd4\x4c\xa5\xf8\xf3\x54\x4a\x34\x62\xf4\x51\x3b\xde\x08\xd8\x9e\xb2\x13\x4e\x4e\x96\xd0\xbd\x96\x6e\x72\xda\xa0\x59\xf4\xc6\x70\x94\x0c\x6a\x90\x36\x06\x9c\xd5\x5b\x18\x4a\x9a\xf8\xfe\xa8\x43\x1a\xca\x92\x99\xb5\x64\x70\xd3\xa2\xf0\xf7\x71\x10\x9c\x87\x59\xda\xce\x4c\x71\x74\x8f\x70\xde\xb0\x94\x34\x73\x95\xcb\xa9\x59\xab\xa9\x51\x85\x46\xe9\x6c\xa1\x6b\xce\xe8\xbe\x41\xa2\xda\xc1\x67\x66\x57\x8a\x18\xf4\x58\x99\x00\x93\x34\xe6\x32\x39\xea\x58\x1c\xe6\x03\xc4\x63\xef\x88\x30\xaf\xcc\xdd\x3a\x82\x48\xda\x0f\x92\x0c\x8f\x1e\x44\x38\xbf\xb1\xb7\x83\xee\x30\x4d\x69\xc9\xca\x8d\x0d\xc9\x68\xe3\xe4\x5d\xb9\xb2\xa2\x5a\x77\x74\xa6\xb1\xa9\xb8\x10\xe6\xcb\xe0\x7a\xeb\x0f\x07\x3c\x3b\xbc\x40\x0e\x21\x4d\x48\xd6\xc1\xea\x48\x6a\x34\xd4\x3d\x4c\x74\x9b\xf6\xca\x35\x43\x3e\x84\x54\x98\xe0\x39\x63\x56\x69\xa8\xe4\x99\x94\xc7\x34\x1f\x85\xcf\xd6\x57\x18\x79\x46\xe4\x52\x63\x83\xfc\xfa\x16\xe9\xd9\x6b\x90\x8c\xe9\x9c\x59\x48\xa1\xe8\x24\xa1\x7e\x63\x68\xd3\xc3\xf7\x5e\x21\x92\x3c\x27\xc3\x0c\x1f\x24\x05\x22\xd3\x77\x68\x56\x3c\x05\x0d\xe5\xbc\x65\x3e\x66\x57\x30\xa5\xf4\x38\x98\xa5\xb2\x02\xab\x27\x32\xac\x4e\x4e\xab\x13\x9c\x03\xc4\x69\x9e\x46\x2e\x25\x2b\xfb\x49\xb5\x0b\xca\x74\x89\x0b\x4e\x89\x35\xe7\x08\xa1\xc9\x10\x4c\x33\x13\xeb\x75\x78\xcb\x1e\x17\x8b\x54\x07\x6c\x88\x64\x58\x04\xa1\x61\x4b\x9a\xde\x42\xef\x1b\xa0\xb9\x8a\xbc\x16\x3a\xf2\x4a\x8e\x04\x24\xb5\x0e\x90\x94\x07\xa4\x9e\x4d\xba\x26\xa2\x26\x4b\x12\x24\x8b\x9e\xac\x4e\xcd\xcf\x2d\xb0\xca\xe3\x5e\x76\x50\x07\x59\xd5\xaa\xc7\x2c\x7a\x8d\x1f\xc8\x0e\x78\xe8\x66\x94\xa5\xc7\x45\x8d\x71\x9d\x70\xc4\x4d\x18\xaa\xd6\xac\x51\x80\x3d\x50\x75\x19\x69\xb4\xaf\xb6\xd5\x4e\x26\x6e\x92\x7a\x55\x05\xe8\x38\xd8\xca\x16\xdf\xc8\x7f\xae\x07\xf2\xdf\xd7\xea\xdf\x2f\x2a\x9b\xed\x39\xa1\x28\x98\xeb\x12\x51\x92\xf6\xa2\x46\x5a\xaf\x59\x69\x70\x9b\x72\x75\xe7\x2b\xb1\x2a\x03\x8b\x19\x4b\x99\x18\x68\xbe\x15\x6b\xd5\xb7\x2a\x38\x48\xf5\x70\xc2\x51\xa4\xea\x06\x25\xef\x1b\xdd\x87\x9b\x52\x8d\x46\xbf\x53\x60\x51\xf7\x51\x5e\x28\x09\x00\x5a\xb8\xcb\x5f\xec\xf2\x7f\x01\x00\x00\xff\xff\xf3\x5c\x87\x71\x21\x87\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYaml, - "Template.template.openshift.io/openshift/rhpam75-trial-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/rhpam75-trial-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x59\x5d\x6f\xe3\xb6\xd2\xbe\xf7\xaf\x18\x04\x0b\xec\x4d\xa4\x38\x69\xf7\xcd\x56\x77\x8e\xa3\xa4\xc6\x1b\x67\x5d\xcb\x09\xd0\x53\x14\x01\x2d\x8d\x6d\x6e\x24\x52\x25\x29\xef\xfa\x04\xfb\xdf\x0f\xf8\xa1\x6f\xdb\x9b\x9c\xef\x53\x5d\xc5\x24\x67\xf8\xcc\x33\xc3\x99\x21\x43\x72\xfa\x88\x42\x52\xce\x02\x50\x98\xe5\x29\x51\xe8\xf3\x1c\x99\xdc\xd0\x95\xf2\x29\x3f\xdb\x9e\x0f\x9e\x29\x4b\x02\x58\xb8\xe9\x41\x4a\x96\x98\xca\x60\x00\x95\x44\x00\xf2\x82\x7a\xab\x42\xe2\xe5\x07\x4f\xe6\x82\xb2\xb5\xb7\xe4\x5c\x79\x31\xc9\x30\xf5\x04\x4a\xe5\xfd\x20\x63\x92\xe2\x20\x43\x45\x12\xa2\x88\x16\x27\x8c\x71\x45\x14\xe5\xcc\x68\x03\x48\x50\xc6\x82\xe6\xca\xc0\x89\x8c\x1e\xb8\xe2\x5c\x9d\xc2\x58\x2b\x82\x79\x18\x2d\xe0\x3a\xba\x03\xc2\x12\xf8\x21\xd2\x0a\xe1\x97\x82\xc6\xcf\x91\x22\x42\xf9\xb0\xd8\x50\x09\xf8\x95\x64\x79\x8a\x90\x60\xc6\x99\x54\x82\x28\x94\x46\x3b\xc0\x86\x7f\x01\xc5\xa1\x90\x68\x15\xbe\x97\xb5\x4a\xc5\x01\xbf\xe6\x5c\x22\x10\x33\xb8\x2a\x52\x18\xcd\x26\x66\x2b\x37\x41\x95\x5e\x65\x0d\xf1\x8d\x4a\x1a\x73\x36\x4e\x89\x94\x81\xf9\xd3\x13\x1b\x8f\x32\x85\x6b\x61\xac\x32\x4b\x5a\x64\x26\x54\xe6\x29\xd9\x79\x8c\x64\x18\xc0\x1c\x13\xf8\x99\x28\xb8\xd1\x80\x2e\xfd\x0f\x87\xad\xec\x6b\xca\x05\xdf\xd2\x04\x85\xb7\x57\xe5\x29\x4c\x58\x6c\x21\x2a\xb2\x96\x01\xfc\xa1\x59\x92\x9a\xa5\xd3\xcf\x64\x4b\x4e\xad\x93\xb4\x8f\x4e\x57\x54\x9e\x7e\x5e\x72\x29\x8d\x03\x4f\x9d\x9f\xb4\xe8\xb6\x8c\x8c\x93\x73\xff\xc3\xc9\x00\xc0\xee\xf1\x6a\x5f\x5b\x01\x99\x93\x18\x83\x1a\xfd\x80\x2f\x3f\x63\xac\x64\x30\xf0\xa0\x19\x7e\xdb\xf3\x01\x80\x0d\xb5\x39\x2f\x94\x16\x6f\x06\x0b\x40\x1d\x77\xfa\x23\x79\x1e\xc0\xbb\x97\xd1\x6c\xf6\x74\x3f\x9a\x86\xdf\xdc\x70\xcc\xb3\x9c\x33\x64\x6a\xdf\xe4\x5a\xf0\x22\x6f\x92\x51\x06\x46\xc9\xa6\x31\xce\x8d\x55\xd6\x5b\x3d\x8f\xe1\x3c\x9a\x7c\xba\xb7\xaa\x2c\x11\xef\x5e\xa2\x70\xfe\x38\x19\x87\x76\x13\x4f\x38\xd8\x32\xc7\xd8\xc2\x54\xbc\x84\x6b\x0d\x8b\x50\x6c\x69\x8c\x6e\x6c\xaf\x96\xc3\xac\xd4\xc2\x6d\x5e\x9a\xc7\x08\x5e\xbe\xfd\x4f\x70\xd5\x62\x29\x4e\x0b\xa9\x50\x4c\x66\x01\xdc\x73\x86\x2e\x15\xe4\x02\x63\xa2\x30\x99\x15\xcb\x94\xc6\x93\x99\x0c\xe0\xb7\xdf\xcd\x5c\xce\x85\x72\xb6\x79\xe6\x47\x00\x3f\xfd\x78\x7e\x5e\xe3\x53\x3c\xe6\x69\x00\x8b\xf1\xcc\x8d\x29\x22\xd6\xa8\x66\x66\xe9\xc7\xe1\xc7\xa1\x19\x96\x98\x62\xac\xb8\xf8\x37\xb0\x74\xd0\xa7\x93\x8c\xac\x31\x52\x02\x49\xd6\xf3\x6b\x2c\xd0\x78\x75\x41\x33\x94\x8a\x64\x79\x00\xac\x48\xd3\xff\x56\xff\x36\x37\x30\xbe\xb5\xb1\x28\x15\x51\x45\x99\xdf\x79\xfc\x8c\xc2\xd8\x3c\xc7\x9c\x4b\xaa\xb8\xd8\x05\x70\x72\x72\x98\xa0\xab\x82\xa6\xc9\x98\xb3\x15\x5d\xff\xe9\x08\xb2\x59\xbd\x50\x79\xa1\x4a\xa0\x75\xc2\xd8\x13\x21\x0b\xb2\xae\x26\x7b\x4a\x03\x5d\x88\xa5\x32\x0b\x04\x4a\x5e\x88\x18\x2b\xfb\x53\x9a\x51\x25\x6b\xd5\x19\x66\x86\xf9\x77\x2f\x57\x0f\x93\xbb\xeb\xa7\x69\x38\xfd\x34\xff\xf5\xe9\x6e\x32\x9d\x2c\x4a\xfb\x05\xfe\x51\xa0\x7c\x85\xd4\x3c\xfc\xe5\x21\x8c\x9c\x9c\xdd\xb8\x94\x59\x53\x55\x8b\x0b\x5c\x69\xd9\xdb\xc9\xe2\x69\x1e\xde\x7c\xab\xc6\x0b\x41\xeb\xf1\xd9\xa7\x72\x42\xed\x72\x0c\xe0\x96\x5a\x93\x6c\x21\x5f\xef\x4a\x75\x76\x9f\xa8\x33\x0a\x80\x6c\x5b\xff\xf0\x1c\x4d\x16\xee\xdd\xa7\xdb\xbb\xf0\x31\xbc\xab\xa6\x01\xb6\x24\x2d\x30\x80\x13\x53\xdd\xda\x32\xa3\xf9\x62\x72\x33\x1a\x2f\x9e\xae\x27\xf3\xbe\xc4\xbb\x97\xe6\xfc\xb7\x9e\xf4\x74\xf4\x18\xde\x3f\x8d\xe6\xb7\xd1\x3e\xd9\x7a\xf6\x98\xe4\xd3\x68\x36\x0b\xef\xaf\x8f\x2b\x70\x8b\x6a\x3d\x2b\x2e\x62\x9c\x15\x69\x1a\x80\x12\x05\xd6\xe3\x82\x67\x41\x43\xd7\xd1\xe8\x2a\xe3\xcb\x94\x79\x4f\x77\x0c\x5e\x55\xbf\x03\xe7\xfe\x70\xde\x0e\xf3\x5a\xce\x55\xfc\x77\x2f\x93\xe9\xe8\x36\x7c\x8a\x16\xf3\x70\x34\x35\x51\x1a\xcd\x46\xe3\xb0\x5e\x4e\x59\x2c\x30\x43\xa6\x48\x1b\xad\x75\x7d\x64\x5c\x6c\xeb\xa8\xa0\xeb\x35\x8a\x2a\xe9\xaf\xa9\xda\x14\xcb\xda\x1c\x89\xb1\x40\x55\x47\x66\x14\x8e\xe7\xe1\xa2\x17\x49\x3f\x17\xcb\x52\x01\x32\x14\x34\x7e\xa3\x06\x2b\xe4\x54\xd8\x31\x9b\x9a\xc6\x1b\xc2\xd6\xe8\x26\xa8\xe6\xd4\x8e\x54\xf5\xb8\x54\x31\xa9\xe7\x3a\xb9\x31\x25\x52\x55\x09\x70\x78\x38\x21\x5e\x63\x9e\xf2\x9d\x26\xed\xcf\x9c\x15\x05\xe6\x29\x8d\x89\x0c\xe0\xfc\x9f\x56\xab\x93\x8a\xb9\xd8\x30\xf7\x2f\x35\xaf\xba\x1a\xb9\xb5\x6d\x1f\x7d\xcf\x4f\x7d\x5f\x1d\x31\xfa\xbb\x86\xbf\xd6\xf8\xa3\x04\x1c\x22\xe1\x7b\x44\x34\xbd\x6a\x91\x32\x45\x28\xab\x0e\xb3\x3d\x33\xad\xb4\x5d\x27\xc3\xff\x7f\xb8\x0a\xe7\xf7\xe1\x22\x8c\xea\xf4\xd1\x58\xe6\x32\xe2\x4d\x27\xb5\xe9\x6f\x45\x31\x4d\xe6\xb8\xea\x8e\xbb\x99\x19\x51\x9b\xa0\x72\x8a\x5f\x65\xad\xc6\x6a\x73\x8c\x03\x48\xe9\x52\x10\xb1\x3b\x3b\x50\x6a\x9d\xaf\xe8\x16\x19\x4a\x39\x13\x7c\x89\xed\x2d\x37\x4a\xe5\xb7\xa8\xba\x38\x72\x03\xe0\x6c\x83\x24\x55\x9b\xee\x5c\xd9\xa7\x9e\xb7\x26\x28\xa3\x8a\x92\xf4\x1a\x53\xb2\x8b\x30\xe6\x2c\xd1\xc7\xc3\x35\xb3\xf6\xdb\x77\xa8\x9a\x5a\x65\x9b\xe4\xca\x17\x9d\xce\xb8\xad\x4e\x5b\x70\x54\xec\xf2\xf2\xe3\x1e\xb1\xcf\x3c\xe5\xcf\x94\x34\x66\x04\x92\x84\xfe\x87\x68\x1a\xb6\x70\x74\xda\x23\xfb\x75\x9b\x24\xfb\xc5\x79\xa1\x19\x1d\xcf\x1e\xda\xed\x51\xf9\xd5\x4d\xd1\xbe\x26\xaa\xdc\xb0\xdb\x4a\xf5\x74\xb7\x9a\xa8\x23\xda\x5b\xeb\xba\x65\xf1\x35\x25\x69\x46\x04\xc9\x1a\x48\x48\xa1\x78\x46\x14\x8d\x3b\xfd\x42\xe5\xe4\x7b\x7d\x36\x9a\x67\x75\x5f\x78\xfd\x5d\xdd\xc5\xc1\x23\xd5\xaf\x95\xb9\x46\x8d\xca\xd8\xea\xb5\xdf\x89\x16\x1b\x34\xfa\x80\x48\x49\xd7\x0c\x13\x50\x1c\xd4\x06\x75\xba\xd4\x35\x44\xaf\xf2\x07\x00\xee\xa1\xe4\xde\x76\x77\xf5\x1c\xe8\x91\xea\x71\xa3\x44\x34\xb0\x5e\xa3\x02\x93\x8a\x18\xd7\x7e\xbd\xfa\xfd\x63\x0f\xd0\x87\xf9\x1d\xf0\x95\x81\x27\xaa\x1b\x10\x7c\xa1\x6a\x03\x3b\x5e\x88\x26\x66\xd7\xe2\x42\xcc\x13\xec\xe1\xbf\xa5\x0a\xea\x2b\x94\x56\x5b\x59\x50\xf6\xd1\x47\x2c\xd0\x87\x4d\x06\x67\x67\xb6\x8d\xf2\x63\x9e\x9d\xad\xc8\x52\xd0\xf8\xa3\xd7\x48\xfc\x67\x47\xad\xf3\xd7\x54\x75\x2d\x8c\x50\x81\xda\x50\xa9\x3d\x40\x60\x29\x08\x8b\x37\x06\xd5\x29\x28\xb2\x06\x2e\x80\xab\x0d\x0a\x7d\x13\xd0\x2c\x18\x8b\x1b\x34\x50\x33\x64\x62\x80\x08\x04\xc6\x15\x14\x92\xb2\xb5\xa1\x2b\xc1\x15\x29\x52\xe5\xb4\x1e\x20\x64\x85\x02\x59\x8c\x1d\x2e\x6e\x1a\xbe\x3b\x66\x92\x77\xee\x0f\xfd\xa1\xaf\x7d\xeb\x5d\x7e\x18\x0e\x2f\x86\x9e\xc0\x64\x43\x94\x37\x1c\x0e\x87\x17\x5d\x6b\x43\xf3\x2a\x98\x80\xb4\xef\x32\x66\xcb\x1e\x2e\xf7\x68\xd3\x0e\xb2\xe6\x53\x48\x8d\xed\x55\x01\xe4\x4a\x6d\x19\x44\x37\x93\x08\xa2\x8b\x09\x2c\xf5\x35\x19\x85\x3d\xe8\xee\x8d\xb3\x87\xe5\xca\x2d\x72\x3a\x2a\x38\x9d\x76\xbe\x46\x64\xdf\xfd\xf6\xa0\x68\x86\xa9\xd3\x76\xf4\x88\x3d\x76\x76\x6c\x74\x09\xf5\x6e\x6f\x63\x7f\x24\xd6\x85\x6e\x67\x24\xe4\x44\x4a\x7b\xea\xb3\x2d\x03\xca\x0c\x31\x86\x90\x1e\xa6\x29\xd9\x22\xab\x45\x2b\x3c\xad\xeb\x9a\x83\x93\x93\xf8\x59\x93\xe9\x5d\xcb\x67\x9a\x2f\x74\xfe\x06\xef\xda\x9d\x13\x5f\x8f\x81\x87\xe0\x5d\xf5\xc3\x42\x09\x02\x64\x3f\xbc\x53\x40\x7f\xed\xeb\x4b\x1a\x64\x45\xaa\xa8\x97\xf1\xa4\x48\x1d\x5c\xd9\xc3\x6b\x75\x7d\x1f\x75\x79\x55\xec\x40\xb9\xa6\xc2\x74\xcd\xbb\x32\x5c\x88\x50\x74\x45\x62\xf3\x8e\xbd\xb4\xbb\xaa\x37\x42\xb2\x60\xcc\x24\x24\xa5\xfe\xda\xb1\xcd\x5b\x73\x07\xcd\x7d\xd9\x64\x69\x1f\x7d\xd9\xd0\x78\x63\x43\xb8\x90\xd8\xac\x14\xd2\x1c\x7e\xca\xa4\x22\x69\x8a\x89\xaf\x03\xae\xb3\xa2\x91\x22\x44\x46\xd2\x74\x57\x2f\x2f\xfd\x5f\x5d\x57\xeb\x1b\xa9\x0f\xbf\xf2\x02\xe4\x86\x17\x69\x02\x9c\xa5\x3b\x60\xe8\x1c\xc3\x13\xba\xda\xd9\x92\xaa\xd3\x97\x4d\x44\xef\xb7\x0d\x18\x46\x69\x0b\x25\x65\x40\x20\xa1\x2b\x93\x73\x1a\xdb\x9c\xe5\x82\x7f\xc6\x58\xf5\x98\x33\xd2\x60\xc5\x6b\x32\x2a\xea\xf6\x5f\x96\x8f\x64\xf1\xfa\x45\x7d\xcf\x09\xb5\xf7\x59\x63\xa1\xab\x88\xb6\x57\xd0\x79\x79\xef\xd1\xd0\x09\xd4\x24\x08\x88\x8c\xe8\xc0\x15\x75\x78\xff\x1b\xf1\xfe\x3a\xf2\xfe\x32\xf4\x7e\xfa\xfd\xe5\xc7\xe1\xb7\xf7\x03\xb0\xd7\x67\xf3\x8f\x1f\xfc\x9a\x0b\x94\xfd\x74\xe2\x2e\xd0\x7b\x93\x47\xc6\x0b\xa6\x74\x48\x8e\x67\x0f\x1a\x9a\x6b\x8f\x7a\x90\xf4\xb4\x9b\xab\x94\x37\x7a\xa5\x23\xd4\x9c\x0c\xfd\x8b\xfd\x89\xab\xda\xdb\x76\x56\x95\x06\x13\xff\xda\xc7\x55\xdf\x63\x90\x15\xfd\xbc\x36\xad\x05\x9b\xc0\xda\xfd\xd9\x11\x6c\x17\x1f\xfe\x6f\x4a\x5f\xc1\x4b\x0b\x0b\x95\xb6\x3d\xb5\xbe\xdc\x97\xdc\xb5\x8c\x59\xd2\xa2\xca\x34\xa3\xc7\x88\x3a\xf7\x87\xaf\x23\xea\xad\x78\x1c\x4d\x6d\x48\xcd\x16\xf9\x1f\xa3\xa8\x44\x55\x45\x8f\x71\xe0\x81\x9c\x65\xe3\xfa\x80\xe3\xf6\xbd\x65\x1e\xc1\x36\xf4\x2f\x6f\x5f\x4d\x98\x4d\x93\x6f\xa1\xad\x05\xb5\x4d\x5e\xff\xa9\xf6\x28\xcc\x8f\xb7\x83\xbf\x05\x00\x00\xff\xff\xa2\x92\x9e\xbf\xde\x1d\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x6d\x4f\x2b\xbb\x11\xfe\x9e\x5f\x31\x42\x47\x3a\xad\xc4\x86\x80\x4a\xa1\xfb\x2d\xc0\xc2\x8d\x4a\x38\xb9\x49\x40\xbd\xad\x2a\xe4\xec\x4e\xb2\x06\xaf\xbd\xd7\xf6\xe6\x90\xa2\xf3\xdf\x2b\xbf\xec\x5b\xb2\x04\xe8\x55\x75\xa5\x9b\x4f\x60\x7b\xc6\xcf\x3c\xf3\xe2\x99\x25\x39\x7d\x40\xa9\xa8\xe0\x21\x68\xcc\x72\x46\x34\xf6\x45\x8e\x5c\xa5\x74\xa9\xfb\x54\x1c\xad\x8f\x7b\xcf\x94\x27\x21\xcc\xfd\x76\x8f\x91\x05\x32\x15\xf6\xa0\x92\x08\x41\x9d\xd0\x60\x59\x28\x3c\x3b\x0d\x54\x2e\x29\x5f\x05\x0b\x21\x74\x10\x93\x0c\x59\xf0\x92\xb1\x5e\x86\x9a\x24\x44\x13\x23\x46\x38\x17\x9a\x68\x2a\xb8\xd5\x02\x90\xa0\x8a\x25\xcd\xb5\x85\x31\xb3\xf2\x70\x21\x84\x06\xc2\x13\xb8\x34\x3a\xe0\x1f\x19\x83\x9f\x0b\x1a\x3f\xcf\x34\x91\xba\x0f\xf3\x94\x2a\xc0\x17\x92\xe5\x0c\x21\xc1\x4c\x70\xa5\x25\xd1\xa8\x20\x15\xdf\xad\x52\x80\x8d\x28\x20\x26\x1c\x0a\x85\x30\xcc\x49\x9c\xa2\x57\xf6\x9d\xea\xb4\x75\x8f\xe0\xf0\x2d\x47\x3e\xb3\x46\xc3\x3c\x45\xf8\xd5\xdc\xa5\xcc\x5d\x46\x5c\x79\x8d\x4d\x19\x2d\x20\x16\x7c\x49\x57\x85\x44\x20\x1c\x48\x9e\x33\x1a\x5b\xb3\xe0\x7b\x4a\xe3\x14\x28\x8f\x59\x91\xa0\x02\xe2\xef\x95\xa2\xd0\x08\x7f\xa2\xdc\x2b\xf2\x5a\x5f\x32\xf6\x67\xd0\x29\xd1\xa0\x25\x5d\xad\x50\x1a\x89\x0c\x95\x22\x2b\x04\x5c\xa3\xdc\xc0\xa9\x4e\x41\x61\x2c\x78\x72\x68\x49\xb1\x9a\x14\xe8\x14\xab\x83\x5a\x00\x01\x26\x56\x7d\xab\x95\xc6\x82\x5f\x32\xa2\x54\x68\xff\x0c\x64\x1a\x50\xae\x71\x25\x2d\x40\x7b\xa4\xe5\xe6\x84\xaa\x9c\x91\x4d\xc0\x49\x86\x21\x4c\x31\x81\x9f\x88\x86\x6b\x43\xdd\x59\xff\xb4\x74\xc2\xf8\x16\xae\x66\xb7\x3b\xfc\xed\xaa\xcb\xa5\x58\xd3\x04\x65\xd0\xa9\xf7\x10\x46\x3c\x76\x38\x35\x59\xa9\xb0\xc1\xf6\xe1\x13\x59\x93\x43\x17\x43\x26\x84\x0e\x97\x54\x1d\x3e\x2d\x84\x52\x36\xbe\xac\xcc\xba\x8c\xd8\x83\xe3\xfe\xe9\x41\x0f\xc0\x29\x7f\x37\x06\xdd\x41\x95\x93\x18\xc3\x1a\x6e\x4f\x2c\x9e\x30\xd6\x2a\xec\x05\xd0\x4c\x87\xf5\x71\x0f\xc0\x85\xfe\x28\x23\x2b\x9c\x69\x89\x24\xeb\x01\x34\x43\x19\x20\x96\x68\x29\x9d\xd3\x0c\x95\x26\x59\x1e\x02\x2f\x18\xb3\x7b\x75\xa6\x98\x1f\xc9\xf3\x10\xbe\xbc\x0e\x27\x93\xc7\xbb\xe1\x38\xfa\xe1\x97\x63\x91\xe5\x82\x23\xd7\x5d\x9b\x2b\x29\x8a\xbc\xc9\x4f\x19\x89\x25\xc1\xd6\x6c\xbf\x56\xf1\xe2\xf4\x3c\x44\xd3\xd9\xe8\xdb\x9d\x53\xe5\x28\x6a\x5f\xa0\x72\x8c\x43\x78\xb5\x7f\x6a\xa2\x8b\x32\x1b\x45\xfc\x8c\xd2\xda\x3c\xc5\x5c\x28\xaa\x85\xdc\x84\x70\x70\xf0\x36\x41\x17\x05\x65\xc9\xa5\xcd\x86\x3f\x1c\x41\x2e\xb8\x0b\x9d\x17\xba\x04\xaa\x45\xf9\x57\x47\x84\xcc\xc9\xaa\xda\xdc\x51\x1a\x9a\x72\xa9\x5c\xc2\x48\x54\xa2\x90\x31\x56\xf6\x33\x9a\x51\xad\x6a\xd5\x19\x66\x96\xf9\x2f\xaf\x17\xf7\xa3\xdb\xab\xc7\x71\x34\xfe\x36\xfd\xe5\xf1\x76\x34\x1e\xcd\x4b\xfb\x25\xfe\x5a\xa0\xfa\x80\xd4\x34\xfa\xf9\x3e\x9a\x79\x39\x77\x71\x29\xb3\xa2\xba\x16\x97\xb8\x34\xb2\x37\xa3\xf9\xe3\x34\xba\xfe\x51\xad\x17\x92\xd6\xeb\x93\x6f\xe5\x86\xde\xe4\x18\xc2\x0d\x75\x26\xb9\x1a\xbc\xda\x94\xea\xdc\x3d\xb3\xad\x55\x00\xe4\xeb\xfa\x9f\xc0\xd3\xe4\xe0\xde\x7e\xbb\xb9\x8d\x1e\xa2\xdb\x6a\x1b\x60\x4d\x58\x81\x21\x1c\xd8\x5c\x6f\xcb\x0c\xa7\xf3\xd1\xf5\xf0\x72\xfe\x78\x35\x9a\xee\x4a\x7c\x79\x6d\xee\xff\xd8\x91\x1e\x0f\x1f\xa2\xbb\xc7\xe1\xf4\x66\xd6\x25\x5b\xef\xee\x93\x7c\x1c\x4e\x26\xd1\xdd\xd5\x7e\x05\xfe\x50\xad\x67\x29\x64\x8c\x93\x82\xb1\x10\xb4\x2c\xb0\x5e\x97\x22\x0b\x1b\xba\xf6\x46\x57\x19\x5f\xb6\xe8\x05\xa6\x70\x06\x55\x55\x0b\xbd\xfb\xa3\x69\x3b\xcc\x6b\x39\x5f\x07\xbf\xbc\x8e\xc6\xc3\x9b\xe8\x71\x36\x9f\x46\xc3\xb1\x8d\xd2\xd9\x64\x78\x19\xd5\xc7\x29\x8f\x25\x66\xc8\x35\x69\xa3\x75\xae\x9f\x59\x17\xbb\x5a\xee\x5f\x2f\x67\x40\x60\xe2\x2a\x2d\x16\xb5\x39\x0a\x63\x89\xba\x8e\xcc\x59\x74\x39\x8d\xe6\x3b\x91\xf4\x53\xb1\x28\x15\x20\x47\x49\xe3\x4f\x6a\x70\x42\x5e\x85\x5b\x73\xa5\xe9\x32\x25\x7c\x85\x7e\x83\x1a\x4e\xdd\x8a\xaf\x81\xb5\x8a\x51\xbd\xb7\x55\x1b\x19\x51\xba\x2a\x80\x83\xb7\x0b\xe2\x15\xe6\x4c\x6c\x0c\x69\x7f\xe4\xaa\x28\xd1\xb6\x3c\x2a\x84\x63\x97\xfe\xc8\x30\xd6\x42\xfe\x16\xe8\x49\xc5\x9c\xeb\xae\xfe\xaf\xe6\x55\x0d\xac\x3f\xdb\xf6\xd1\x7b\x7e\xda\xf5\xd5\x1e\xa3\xdf\x35\xfc\xa3\xc6\xef\x25\xe0\x2d\x12\xde\x23\xa2\xe9\x55\x87\x94\x6b\x42\x79\x95\xcc\x2e\x67\x5a\x65\xbb\x2e\x86\x7f\xbf\xbf\x88\xa6\x77\xd1\x3c\x9a\xd5\xe5\xa3\x71\xcc\x57\xc4\xeb\xad\xd2\x66\x7e\x4b\x8a\x2c\x99\xe2\x72\x7b\xdd\xef\x4c\x88\x4e\xc3\xca\x29\xfd\xaa\x6a\x35\x4e\xdb\x34\x0e\x81\xd1\x85\x24\x72\x73\xf4\xc6\x53\xeb\x7d\x45\xd7\xc8\x51\xa9\x89\x14\x0b\x6c\x5f\x99\x6a\x9d\xdf\xa0\xde\xc6\x91\x5b\x00\x47\x29\x12\xa6\xd3\xed\x3d\x21\x75\x08\xe7\x83\xf3\xe3\xd6\x06\xe5\x54\x53\xc2\xae\x90\x91\xcd\xcc\x76\xec\x26\x3d\xce\x07\x3b\x55\xbb\xdb\xb3\x46\xab\x6a\x93\x5c\xf9\x62\xe2\x6e\x3c\x3b\x3b\x6f\xdd\xe8\xd4\x3d\x09\x26\x9e\x29\x69\xec\x48\x24\x09\xfd\x9d\xec\x1d\xb4\x70\x6c\xf5\x39\xee\xb7\xdd\xed\xb8\x5f\x9c\x17\x86\x9a\xcb\xc9\x7d\xbb\xcf\x29\x7f\x75\x77\xd3\xd5\x0d\x95\x17\x6e\xf7\x44\x3b\xba\x5b\xdd\xd0\x1e\xed\xad\x73\xdb\xef\xdb\x47\xde\x96\x09\x91\x24\x6b\x20\x21\x85\x16\x19\xd1\x34\xde\x7a\xf8\x2b\x27\xdf\x99\x20\x6f\x26\x5d\x57\x9c\xfc\x4f\x6d\xc2\x9b\xb9\xb1\xfb\xe8\xe5\x06\x35\x6a\x6b\x6b\xd0\x1e\xcf\xcd\x70\x6c\xf4\x01\x51\x8a\xae\x38\x26\x66\xf0\x34\x73\x68\x63\xfe\x35\xa3\x9d\x1f\xfc\xee\x5c\x9b\xd6\x98\x8d\xcd\x4a\x35\xb3\x95\x88\x7a\xce\x6b\x54\x62\x52\x11\xe3\xfb\xa8\x77\xc7\xba\x0e\x80\xf7\xd3\x5b\x10\x4b\x0b\x4b\x56\x23\x8c\x1b\x5b\x37\xa2\x90\xad\x59\xdd\x05\x27\xc4\x22\xc1\x1d\xdc\x37\x54\x43\x3d\x03\x19\xb5\x15\xf2\xb2\x11\xde\x83\xdc\x24\x99\x0a\x8f\x8e\x5c\x1f\xd4\x8f\x45\x76\xb4\x24\x0b\x49\xe3\xf3\xa0\x51\xb9\x8f\x3a\xad\xea\xaf\xa8\xde\xb6\x6c\x86\x1a\x74\x4a\x95\x1b\xf5\x17\x92\xf0\x38\xb5\x68\x0e\xcd\x18\x0d\x42\x82\xd0\x29\x4a\xd3\xc2\x1b\xeb\xad\xa5\x0d\xf3\xa9\x5d\xb2\x3e\x27\x12\x81\x0b\x0d\x85\x32\x23\xbc\xa1\x29\xc1\x25\x29\x98\xf6\x5a\xdf\x20\x62\x89\x12\x79\x8c\x5b\x1c\x5c\x37\x7c\xd5\x65\x4a\x70\xdc\x1f\xf4\x07\x7d\xe3\xc3\xe0\xec\x74\x30\x38\x19\x04\x12\x93\x94\xe8\x60\x30\x18\x0c\x4e\xba\xfc\xe7\x9f\xaa\xd2\x87\xd7\xa3\x19\xcc\x4e\x46\xb0\x30\x63\x26\x4a\x97\x5f\x86\x85\x42\xed\xfa\xec\xc2\x1f\xf2\x3a\x2a\xb0\x5b\xed\x70\x0d\xda\x7d\x45\xe8\x40\xd1\x8c\x12\xaf\x6d\x6f\x64\x3f\x6c\xdd\xd8\x78\x65\xeb\xdb\x3e\x47\xc6\x50\xae\x0a\xd3\x0e\x28\xc8\x89\x52\x2e\xd9\xb2\x35\x07\xca\x2d\x31\x96\x90\x1d\x4c\x63\xb2\x46\x5e\x8b\x56\x78\x5a\xe3\x8e\x87\x93\x93\xf8\xd9\x90\x19\x5c\xa9\x67\x9a\xcf\x4d\xd9\x84\xe0\xca\x87\x69\xdf\xac\x41\x80\x10\x5c\x6c\x03\x8b\x5e\xb4\x24\x40\xba\xe1\x1d\x02\xf6\x57\x7d\x33\xe4\x40\x56\x30\x4d\x83\x4c\x24\x05\xf3\x70\xd5\x0e\x5e\xa7\xeb\x7d\xd4\xe5\xa8\xb5\x05\xe5\x8a\x4a\xdb\x75\x6e\xca\x70\x21\x52\xd3\x25\x89\xed\x27\xba\x85\xbb\x55\x7f\x12\x92\x03\x63\x37\x21\x29\xf5\xd7\x8e\x6d\x4e\x9d\x5b\x68\xee\xca\x26\xc5\xf8\xc8\x7d\x07\xb4\x21\x5c\x28\x6c\x16\x68\x65\x73\x90\x72\xa5\x09\x63\x98\xd8\x8f\x8e\x5b\x27\x1a\x99\x2a\x33\xc2\xd8\xa6\x3e\x5e\xfa\xbf\x1a\xf7\xea\x89\xae\x0f\xbf\x88\x02\x54\x2a\x0a\x96\x80\xe0\x6c\x03\x1c\xbd\x63\x44\x42\x97\x1b\xf7\x92\x99\x2a\xe2\xea\xc1\xd7\x75\x03\x86\x55\xda\x42\x49\x39\x10\x48\xe8\xd2\xa6\x7e\xe3\x9a\xa3\x5c\x8a\x27\x8c\xf5\x0e\x73\x56\x1a\x9c\x78\x4d\x46\x45\x5d\xf7\xb0\xb9\xa7\x88\xd6\xdf\xe9\x3a\x32\xd4\xcd\x83\xd6\x42\xff\x10\xb9\x27\xda\x94\xc7\xce\xd4\x30\x75\xcc\x16\x08\x98\x59\xd1\x9e\x7f\x4b\xe1\xeb\xbf\x48\xf0\x9f\x61\xf0\xcf\x41\xf0\xb7\x7f\xbf\xfe\x65\xf0\xe3\x6b\x0f\xdc\xf8\x69\x3f\x6f\xe3\x4b\x2e\x51\xed\x96\x13\x3f\x80\x76\x16\x8f\x4c\x14\x5c\x9b\x90\xbc\x9c\xdc\x1b\x68\xbe\x2b\xd9\x81\x64\xb6\xfd\x5e\xa5\xbc\xd1\xa2\xec\xa1\xe6\x60\xd0\x3f\xe9\x2e\x5c\xd5\xdd\xae\xa1\xa9\x34\xd8\xf8\x37\x3e\xae\xda\x0d\x8b\xac\xd8\xad\x6b\xe3\x5a\xb0\x09\xac\xdd\x16\xed\xc1\x76\x72\xfa\xd7\x31\xfd\x00\x2f\x2d\x2c\x54\xb9\xae\xd0\xf9\xb2\xab\xb8\x1b\x19\x7b\xa4\x45\x95\xed\x01\xf7\x11\x75\xdc\x1f\x7c\x8c\xa8\xcf\xe2\xf1\x34\xb5\x21\x35\x3b\xd3\xdf\x46\x51\x89\xaa\x8a\x1e\xeb\xc0\x37\x6a\x96\x8b\xeb\x37\x1c\xd7\xf5\x2d\x70\x0f\xb6\x41\xff\xec\xe6\xc3\x84\xb9\x32\xf9\x19\xda\x5a\x50\xdb\xe4\xed\x7e\xea\xdc\x0b\xf3\xfc\xa6\xf7\xdf\x00\x00\x00\xff\xff\xe1\xc9\xd8\xa3\xc4\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\x5d\x4f\xeb\x48\xd2\xbe\xcf\xaf\x28\xa1\x23\x9d\x1b\x6c\x02\x1a\x5e\x78\x7d\x17\xc0\x30\xd1\x12\xc8\x24\x01\x69\x76\xb5\x42\x1d\xbb\x12\x37\xd8\xdd\x9e\xee\x76\xce\xc9\xa2\xf3\xdf\x57\xfd\xe1\xef\x24\x07\x76\xb4\x5a\x69\x72\x05\xdd\x5d\xd5\x4f\x3d\xf5\xd1\x55\x26\x39\x7d\x46\x21\x29\x67\x01\x28\xcc\xf2\x94\x28\xf4\x79\x8e\x4c\x26\x74\xa5\x7c\xca\x4f\x36\xa7\x83\x37\xca\xe2\x00\x16\x6e\x7b\x90\x92\x25\xa6\x32\x18\x40\x25\x11\x80\x3c\xa3\xde\xaa\x90\x78\x71\xee\xc9\x5c\x50\xb6\xf6\x96\x9c\x2b\x2f\x22\x19\xa6\x83\x0c\x15\x89\x89\x22\x5a\x84\x30\xc6\x15\x51\x94\x33\xa3\x01\x20\x46\x19\x09\x9a\x2b\x03\x61\x6e\x64\xe1\x8a\x73\x05\x84\xc5\x70\xad\xe5\xe1\xb7\x82\x46\x6f\x73\x45\x84\xf2\x61\x91\x50\x09\xf8\x9d\x64\x79\x8a\x10\x63\xc6\x99\x54\x82\x28\x94\x90\xf0\x6f\xb0\xe5\x85\x51\x0a\x10\x11\x06\x85\x44\x18\xe5\x24\x4a\xd0\x29\xfa\x46\x55\xd2\xba\x83\x33\x78\xcc\x91\xcd\x8d\xb1\xb0\x48\x10\xfe\xd0\x77\x49\x7d\x97\x16\x97\xee\xb4\x53\x6a\x64\x14\x87\x88\xb3\x15\x5d\x17\x02\x81\x30\x20\x79\x9e\xd2\xc8\x98\x04\xdf\x12\x1a\x25\x40\x59\x94\x16\x31\x4a\x20\xee\x5e\xc1\x0b\x85\xa0\x12\xa2\x40\x09\xba\x5e\xa3\x90\x4e\x23\x81\x0c\xa5\x24\x6b\x04\xdc\xa0\xd8\xc2\xb9\x4a\x40\x62\xc4\x59\x7c\x6c\x08\x30\x92\x12\x54\x82\xd5\x41\xc5\x81\x40\xca\xd7\xbe\x51\x41\x23\xce\xae\x53\x22\x65\x60\xfe\xf4\x44\xe2\x51\xa6\x70\x2d\x0c\x20\x73\xa4\xe5\xce\x98\xca\x3c\x25\x5b\x8f\x91\x0c\x03\x98\x61\x0c\xbf\x12\x05\xb7\x9a\xaa\x0b\xff\x7c\x0f\x4f\x7d\x35\xb9\xe0\x1b\x1a\xa3\xf0\x76\xea\x3b\x86\x31\x8b\x2c\x3e\x45\xd6\x32\x68\xb0\x7a\xfc\x4a\x36\xe4\xd8\xc6\x88\x0e\x91\xe3\x15\x95\xc7\xaf\x4b\x2e\xa5\x89\x1f\x23\xb3\x29\x23\xf2\xe8\xd4\x3f\x3f\x1a\x00\x58\xe5\x07\x63\xcc\x1e\x92\x39\x89\x30\xa8\xa1\x0e\xf8\xf2\x15\x23\x25\x83\x81\x07\xcd\x50\xdf\x9c\x0e\x00\x6c\x58\x8f\x33\xb2\xc6\xb9\x12\x48\xb2\x01\x40\x33\x54\x01\x22\x81\x86\xc6\x05\xcd\x50\x2a\x92\xe5\x01\xb0\x22\x4d\xcd\x5e\x9d\x05\xc6\x8f\x79\x1e\xc0\x97\xf7\xd1\x74\xfa\xf2\x30\x9a\x84\x3f\xca\x28\xe4\x59\xce\x19\x32\xb5\x6b\x73\x2d\x78\x91\x37\xb9\x29\x83\xa2\x24\xd7\x98\xec\xd6\x2a\x4e\xac\x9e\xe7\x70\x36\x1f\x3f\x3e\x58\x55\x96\x9e\xf6\x05\x32\xc7\x28\x80\x77\xf3\xa7\x22\xaa\x28\xb3\x8d\x47\x6f\x28\x8c\xcd\x33\xcc\xb9\xa4\x8a\x8b\x6d\x00\x47\x47\xfb\x09\xba\x2a\x68\x1a\x5f\x9b\x88\xff\xcb\x11\x64\x03\xbb\x50\x79\xa1\x4a\xa0\x8a\x97\x7f\xed\x88\x90\x05\x59\x57\x9b\x3d\xa5\x81\x2e\x85\xd2\x26\x8b\x40\xc9\x0b\x11\x61\x65\x7f\x4a\x33\xaa\x64\xad\x3a\xc3\xcc\x30\xff\xe5\xfd\xea\x69\x7c\x7f\xf3\x32\x09\x27\x8f\xb3\xdf\x5f\xee\xc7\x93\xf1\xa2\xb4\x5f\xe0\x1f\x05\xca\x0f\x48\xcd\xc2\xdf\x9e\xc2\xb9\x93\xb3\x17\x97\x32\x6b\xaa\x6a\x71\x81\x2b\x2d\x7b\x37\x5e\xbc\xcc\xc2\xdb\x1f\xd5\x7a\x21\x68\xbd\x3e\x7d\x2c\x37\xd4\x36\xc7\x00\xee\xa8\x35\xc9\xd6\xd9\xf5\xb6\x54\x67\xef\x99\x77\x56\x01\x90\x6d\xea\x7f\x3c\x47\x93\x85\x7b\xff\x78\x77\x1f\x3e\x87\xf7\xd5\x36\xc0\x86\xa4\x05\x06\x70\x64\xf2\xbc\x2d\x33\x9a\x2d\xc6\xb7\xa3\xeb\xc5\xcb\xcd\x78\xd6\x97\xf8\xf2\xde\xdc\xff\xd1\x93\x9e\x8c\x9e\xc3\x87\x97\xd1\xec\x6e\xbe\x4b\xb6\xde\x3d\x24\xf9\x32\x9a\x4e\xc3\x87\x9b\xc3\x0a\xdc\xa1\x5a\xcf\x8a\x8b\x08\xa7\x45\x9a\x06\xa0\x44\x81\xf5\xba\xe0\x59\xd0\xd0\x75\x30\xba\xca\xf8\x32\x05\xcf\xd3\x45\xd3\xab\xaa\x5a\xe0\xdc\x1f\xce\xda\x61\x5e\xcb\xb9\x3a\xf8\xe5\x7d\x3c\x19\xdd\x85\x2f\xf3\xc5\x2c\x1c\x4d\x4c\x94\xce\xa7\xa3\xeb\xb0\x3e\x4e\x59\x24\x30\x43\xa6\x48\x1b\xad\x75\xfd\xdc\xb8\xd8\xd6\x71\xf7\x6e\x59\x03\x3c\x1d\x57\x49\xb1\xac\xcd\x91\x18\x09\x54\x75\x64\xce\xc3\xeb\x59\xb8\xe8\x45\xd2\xaf\xc5\xb2\x54\x80\x0c\x05\x8d\x3e\xa9\xc1\x0a\x39\x15\x76\xcd\x96\xa6\xeb\x84\xb0\x35\xba\x0d\xaa\x39\xb5\x2b\xae\x06\xd6\x2a\xc6\xf5\x5e\xa7\x36\xa6\x44\xaa\xaa\x00\x0e\xf7\x17\xc4\x1b\xcc\x53\xbe\xd5\xa4\xfd\x95\xab\xa2\x40\xd3\xd6\xc8\x00\x4e\x6d\xfa\x63\x8a\x91\xe2\xe2\xcf\x40\x8f\x2b\xe6\x6c\x07\xf5\x5f\x35\xaf\x6a\x4e\xdd\xd9\xb6\x8f\x7e\xe6\xa7\xbe\xaf\x0e\x18\xfd\x53\xc3\x3f\x6a\xfc\x41\x02\xf6\x91\xf0\x33\x22\x9a\x5e\xb5\x48\x99\x22\x94\x55\xc9\x6c\x73\xa6\x55\xb6\xeb\x62\xf8\xb7\xa7\xab\x70\xf6\x10\x2e\xc2\x79\x5d\x3e\x1a\xc7\x5c\x45\xbc\xed\x94\x36\xfd\x5b\x51\x4c\xe3\x19\xae\xba\xeb\x6e\x67\x4a\x54\x12\x54\x4e\xf1\xab\xaa\xd5\x38\x6d\xd2\x38\x80\x94\x2e\x05\x11\xdb\x93\x3d\x4f\xad\xf3\x15\xdd\x20\x43\x29\xa7\x82\x2f\xb1\x7d\x65\xa2\x54\x7e\x87\xaa\x8b\x23\x37\x00\x4e\x12\x24\xa9\x4a\xba\x7b\x5c\xa8\x00\x2e\x87\x97\xa7\xad\x0d\xca\xa8\xa2\x24\xbd\xc1\x94\x6c\xe7\xa6\x4b\xd7\xe9\x71\x39\xec\x55\xed\xdd\x9e\xd5\x5a\x65\x9b\xe4\xca\x17\x53\x7b\xe3\xc5\xc5\x65\xeb\x46\xab\xee\x95\xa7\xfc\x8d\x92\xc6\x8e\x40\x12\xd3\xff\x91\xbd\xc3\x16\x8e\x4e\x9f\x63\x7f\xdd\x6e\xc7\xfe\xa2\xbc\xd0\xd4\x5c\x4f\x9f\xda\x7d\x4e\xf9\xab\xbb\x9b\x5d\xdd\x50\x79\x61\xb7\x27\xea\xe9\x6e\x75\x43\x07\xb4\xb7\xce\x75\xdf\xb7\x8f\xbc\x2d\x53\x22\x48\xd6\x40\x42\x0a\xc5\x33\xa2\x68\xd4\x79\xf8\x2b\x27\x3f\xe8\x20\x6f\x26\xdd\xae\x38\xf9\x8f\xda\x84\xbd\xb9\xd1\x7f\xf4\x72\x8d\x1a\x95\xb1\xd5\x6b\x8f\xdf\x7a\x00\xd6\xfa\x80\x48\x49\xd7\x0c\x63\x3d\x6c\xea\xd9\xb3\x31\xe3\xea\xb1\xce\x0d\x7d\x0f\xb6\x4d\x6b\xcc\xbf\x7a\xa5\x9a\xd7\x4a\x44\x03\xeb\x35\x2a\x30\xae\x88\x71\x7d\xd4\xc1\x91\x6e\x07\xb8\xa7\xd9\x3d\xf0\x95\x81\x24\xaa\xf1\xc5\x8e\xab\x5b\x5e\x88\xd6\x2c\x6e\x03\x13\x22\x1e\x63\x0f\xf3\x1d\x55\x50\xcf\x3f\x5a\x6d\x85\xba\x6c\x82\x0f\xa0\xd6\x09\x26\x83\x93\x13\xdb\x03\xf9\x11\xcf\x4e\x56\x64\x29\x68\x74\xe9\x35\xaa\xf6\x49\xcf\x22\x7f\x4d\x55\xd7\xaa\x39\x2a\x50\x09\x95\x76\xac\x5f\x0a\xc2\xa2\xc4\x20\x39\xd6\xa3\x33\x70\x01\x5c\x25\x28\x74\xeb\xae\x2d\x37\x56\x36\x4c\xa7\xab\xea\x9b\x07\x11\x08\x8c\x2b\x28\xa4\x1e\xdb\x35\x45\x31\xae\x48\x91\x2a\xa7\x75\x0f\x09\x2b\x14\xc8\x22\xec\xd8\x7f\xdb\xf0\x51\xd7\x0c\xef\xd4\x1f\xfa\x43\x5f\xfb\xcd\xbb\x38\x1f\x0e\xcf\x7e\xf1\x04\xc6\x09\x51\xde\x70\x38\x1c\x9e\xed\xf2\x9b\x7b\x9e\x4a\xdf\xdd\x8e\xe7\x30\x3f\x1b\xc3\x52\x8f\x96\x28\x6c\x4e\x69\x06\x0a\xd9\xf7\xd5\x95\x3b\xe4\x74\x54\x40\x3b\x2d\x70\x0d\xd8\x7e\x35\xd8\x81\xa2\x19\x1d\x4e\xdb\xc1\x68\x7e\xee\xdc\xd8\x78\x59\xeb\xdb\x3e\x47\xc6\x48\xac\x0b\xdd\x02\x48\xc8\x89\x94\x36\xc1\xb2\x0d\x03\xca\x0c\x31\x86\x90\x1e\xa6\x09\xd9\x20\xab\x45\x2b\x3c\xad\x11\xc7\xc1\xc9\x49\xf4\xa6\xc9\xf4\x6e\xe4\x1b\xcd\x17\xba\x54\x82\x77\xe3\xc2\xd3\xd7\x6b\xe0\x21\x78\x57\x5d\x60\xe1\x77\x25\x08\x90\xdd\xf0\x8e\x01\xfd\xb5\xaf\x07\x1b\xc8\x8a\x54\x51\x2f\xe3\x71\x91\x3a\xb8\xb2\x87\xd7\xea\xfa\x39\xea\x72\xbc\xea\x40\xb9\xa1\xc2\x74\x9a\xdb\x32\x5c\x88\x50\x74\x45\x22\xf3\xe9\x6d\x69\x6f\x55\x9f\x84\x64\xc1\x98\x4d\x88\x4b\xfd\xb5\x63\x9b\x93\x66\x07\xcd\x43\xd9\x98\x68\x1f\xd9\xef\x7b\x26\x84\x0b\x89\xcd\xa2\x2c\x4d\xfe\x51\x26\x15\x49\x53\x8c\xcd\xc7\xc4\xce\x89\x46\x96\x8a\x8c\xa4\xe9\xb6\x3e\x5e\xfa\xbf\x1a\xf1\xea\x29\xce\x87\xdf\x79\x01\x32\xe1\x45\x1a\x03\x67\xe9\x16\x18\x3a\xc7\xf0\x98\xae\xb6\xf6\xf5\xd2\x15\xc4\xd6\x82\xaf\x9b\x06\x0c\xa3\xb4\x85\x92\x32\x20\x10\xd3\x95\x49\xfb\xc6\x35\x27\xb9\xe0\xaf\x18\xa9\x1e\x73\x46\x1a\xac\x78\x4d\x46\x45\xdd\xee\x01\xf3\x40\xf1\xac\xbf\xcd\xed\xc8\x50\x3b\x03\x1a\x0b\xdd\xe3\x63\x9f\x65\x5d\x1a\x77\xa6\x86\xae\x61\xa6\x40\xc0\xdc\x88\x0e\xdc\xfb\x09\x5f\xff\x41\xbc\x7f\x8d\xbc\xbf\x0f\xbd\xff\xff\xe7\xfb\x2f\xc3\x1f\x5f\x07\x60\x47\x4e\xf3\xb9\x1a\xbf\xe7\x02\x65\xbf\x9c\xb8\xa1\x73\x67\xf1\xc8\x78\xc1\x94\x0e\xc9\xeb\xe9\x93\x86\xe6\x3a\x91\x1e\x24\xbd\xed\xf6\x2a\xe5\x8d\xb6\xe4\x00\x35\x47\x43\xff\x6c\x77\xe1\xaa\xee\xb6\x4d\x4c\xa5\xc1\xc4\xbf\xf6\x71\xd5\x62\x18\x64\x45\xbf\xae\x4d\x6a\xc1\x26\xb0\x76\x2b\x74\x00\xdb\xd9\xf9\xff\x4d\xe8\x07\x78\x69\x61\xa1\xd2\x76\x82\xd6\x97\xbb\x8a\xbb\x96\x31\x47\x5a\x54\x99\xbe\xef\x10\x51\xa7\xfe\xf0\x63\x44\x7d\x16\x8f\xa3\xa9\x0d\xa9\xd9\x8d\xfe\x39\x8a\x4a\x54\x55\xf4\x18\x07\xee\xa9\x59\x36\xae\xf7\x38\x6e\xd7\xf7\xbf\x03\xd8\x86\xfe\xc5\xdd\x87\x09\xb3\x65\xf2\x33\xb4\xb5\xa0\xb6\xc9\xeb\x7f\xde\x3c\x08\xf3\xf2\x6e\xf0\xef\x00\x00\x00\xff\xff\xf3\xe2\xe8\xa8\x94\x1a\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\x5f\x6f\xdb\x38\x12\x7f\xf7\xa7\x18\x04\x0b\x74\x17\x88\xec\xf4\x76\x7b\x49\xf5\xe6\x75\xb2\x89\x17\x71\x2c\x58\xee\x5e\x77\x0f\x07\x83\x96\xc6\x36\x1b\x8a\xd4\x91\x94\x13\xb7\xe8\x77\x3f\x90\x94\x64\xfd\xb3\x9d\x76\x5b\x5c\x9e\x62\x71\xf8\x9b\xff\xc3\x19\x92\xa4\xf4\x0f\x94\x8a\x0a\xee\x83\xc6\x24\x65\x44\x63\x5f\xa4\xc8\xd5\x86\xae\x74\x9f\x8a\xc1\xf6\x75\xef\x91\xf2\xd8\x87\x79\xbe\xdc\x63\x64\x89\x4c\xf9\x3d\x00\xb9\x51\x4a\xf8\x70\x76\x79\xd6\x83\x72\xbb\x0f\x4a\x09\x2f\x8a\xbd\xe7\x37\x17\x6f\xbd\x8d\xd6\xa9\xea\x25\xa8\x14\x59\xa3\x0f\x43\xe0\xf8\x04\xb3\x3b\x2f\x0c\xa7\xa0\x50\x6e\x69\x84\xb0\x21\x0a\x96\x88\x1c\x22\x89\x44\x63\x0c\x94\xc3\x4e\x64\x12\x52\x29\x3e\x60\xa4\xfb\x30\xdf\x20\x90\x38\xa1\x1c\x32\x85\x92\x93\x04\x07\x29\x51\xea\x49\xc8\xb8\x07\xb0\x12\x12\x48\x14\xa1\x52\x94\xaf\x41\x6f\x10\x12\xa2\x34\x4a\x90\x48\x58\x02\x5b\x4a\xec\xc7\x9c\x6b\x24\xb8\x12\x0c\x81\x2a\xf8\xe1\x53\x18\x4e\x17\xc3\xeb\xc9\xf8\x61\xf1\x2e\xbc\x99\x3d\x0c\x27\x37\x9f\x07\xd5\xaf\xc1\x30\x0c\xff\x35\x9d\x5d\x7f\xee\xf7\xc0\x4a\x71\x37\x9f\x07\x21\x3c\xe2\x4e\x69\x21\xd1\x88\x13\x5b\xfe\x56\x17\xbe\x06\x85\x51\x26\xd1\x30\xd1\xc8\xf5\xb9\x65\xfc\xfb\xad\x14\x59\xaa\xda\xbb\x7a\xe0\xe8\xcd\xc6\x82\x28\x12\x49\x92\x71\x1a\x11\x4d\x05\x57\xe7\x40\x78\x6c\xc1\x51\x82\x96\x99\xd2\x2d\xbe\xf9\x7e\xa7\x9d\x71\x0a\xfe\x37\x43\xa5\x15\x3c\xa1\x44\x20\x99\x16\x09\xd1\x34\x22\x8c\xed\x4a\x03\x1b\x93\x4c\x53\xe4\xa1\xf1\xf2\x2b\x55\x7a\xa2\xd0\xc2\xb8\x0e\x22\x94\x9a\xae\x8c\x24\xe8\x04\x95\xa8\x55\xbf\x97\xa0\x26\x31\xd1\xc4\x04\x00\xe1\x5c\x68\x27\xa9\xf9\x09\x10\xa3\x8a\x24\x4d\xb5\x0d\xa8\x21\x07\x7c\x26\x49\xca\x10\x48\x9a\xb2\x5c\x27\x58\x12\x23\xbc\xe0\x85\x43\x46\xd7\x70\x09\x73\x8c\x36\x10\x48\xdc\x52\x7c\x02\x9a\x90\x35\xf6\xe1\x37\x6b\x21\xf3\x97\x18\x9d\x29\x5f\x09\x99\x38\x0c\xb2\x14\x99\x86\x2c\x77\x38\x55\x65\xf4\x9d\x83\x42\x04\x1b\x75\xfe\x60\xb0\xa6\x7a\x93\x2d\xfb\x91\x48\x06\x1f\x96\x42\x29\xcf\xf8\x85\x50\x8e\xd2\xb3\x3c\xd4\x40\x62\xbc\x21\xda\x33\x21\x7b\xe9\x95\x81\xef\x56\x07\xb1\x88\x54\xdf\x8a\x40\x23\xc1\x47\x8c\x28\xe5\xdb\x7f\x0d\xbd\xfd\x5e\x4b\x95\x98\xaa\x94\x91\x9d\x67\xe2\xd3\x87\x19\xc6\x70\x47\x34\x84\x94\xaf\x19\x42\x48\xd7\xdc\x9b\xf2\x0e\x6d\x7f\xbc\x49\x37\x98\xa0\x24\xec\xa7\x36\x66\x2a\xc5\x96\xc6\x28\xbd\x4e\xf0\x73\x18\xf3\xc8\x49\xa8\xc9\x5a\xd9\xd4\x3b\x7f\xc4\x5d\xc4\x04\x79\x3c\xb7\x2a\xbb\xc5\xce\xd4\x8e\x45\x94\x25\xc8\x9d\x03\xbd\x4c\x32\xbf\x34\x9c\x4b\xa7\xbe\xb3\x8e\xb5\x5f\x8d\x78\x80\xdc\x58\xce\xb3\xa6\xb3\xfa\x79\xca\xe8\x27\xf8\xe0\x08\x3f\x26\xf8\xda\xab\x45\xc8\xbc\xea\x3a\x88\x71\x45\x39\x2a\x90\xa8\x44\x26\x23\x54\xc0\x11\x63\x8c\xf3\x20\xd0\x02\x62\xdc\x22\x13\xe9\x51\xdb\xe6\xc9\xe2\xa2\x2c\xc6\x94\x89\x5d\x62\x53\xb1\x9d\x2a\xe6\xaf\x96\x6f\x79\x44\x49\xf4\x90\x47\x72\x97\x6a\x98\xdf\x87\xfd\x23\x2a\xa9\x2c\x4d\x85\xd4\x27\x8c\x67\x01\xb6\x45\x9d\x75\xe5\xd2\xf9\xb1\x5d\x2a\xdd\x8a\x4a\x49\x84\xfe\x3e\x14\x7a\x62\x69\x2a\xa1\xf2\x7b\x1e\x54\x6b\xf6\xf6\x75\x0f\xc0\xd5\xe7\xd0\xe5\x70\x0f\xa0\x9a\xa1\x1d\x39\xda\xc8\x52\x53\xd5\x9e\x70\x99\xdb\xed\x95\x72\x6a\x80\x51\xab\x9f\xd3\xe7\xe5\xa1\x4f\x58\xba\x21\x0d\x03\xb8\x8a\xe1\x99\x62\xe1\xb9\x1a\xe1\xed\x55\xdb\xeb\x95\xaf\x59\xc0\xfd\x01\x62\xe5\xdb\x97\x06\x1f\x7e\xf8\x34\x0c\x82\xfb\xf1\x68\x38\x1f\x4f\x1f\x16\xb6\x1e\x5b\x32\x07\xd9\xbd\xaa\x52\x8c\x1c\x98\x91\x39\xc7\xf5\xec\x0f\x1f\xae\x7e\xf9\xe5\xe7\x22\x7e\x88\x5c\xa3\x0e\xea\x9f\x15\x32\x8c\xb4\x90\x7b\xd3\x14\x01\x33\x12\x7c\x45\xd7\xdd\x4c\xbf\x8b\x13\x8a\x13\x20\x35\x21\x68\xa4\xb7\x05\x3e\x62\x99\x39\xcb\x28\x5f\x77\x7b\xe3\x31\x5b\xa2\xe4\xa8\x51\x19\x77\x68\xc1\x50\x12\x8d\x5e\xc6\x25\x92\x78\xe7\x21\x8f\x53\x41\xb9\x56\x3e\x9c\x69\x99\xe1\xd9\x37\x71\xe9\x87\xb5\x15\xf5\x7b\x39\xd5\x33\x26\xa8\x79\x36\xb7\xc2\x38\xf0\xe1\x41\x70\x6c\x7b\xdb\x61\xe5\xfb\x8a\x55\x1f\xae\xae\xae\xae\xbe\xad\x9f\x69\xdc\x2d\x72\x91\xbd\x2e\x0e\x66\x22\xd3\x5f\x1e\x05\x76\x97\x6b\x67\xf6\xf6\x2b\x33\xb2\x70\xd9\xf7\xcd\x21\xbd\x47\xd5\x28\x13\xca\x73\x54\x89\x79\x49\x74\x54\xa2\x20\x3a\x8c\x7a\x30\x49\xae\x1b\xb6\x6f\xd9\xe9\xbb\x29\x27\xd1\x42\x29\x1f\x5e\xff\x8d\xa8\xb0\x3b\xb5\x49\xb3\xf5\xae\xb4\xd5\x2e\xb5\xc7\xb2\xeb\xb0\x6a\x27\x46\x41\x52\xd7\xb1\xad\xe7\x8b\x75\xfd\x52\x59\x4f\xd9\xc7\xea\x53\xda\xc8\x1d\x8a\x79\x9b\x54\x11\xce\x03\xe4\xdb\xaa\xac\x45\xd2\x99\x6e\xf9\x6e\x1a\xce\x0d\x5c\x65\x19\x60\x4b\x58\x66\x99\x56\x29\x3e\x77\x20\x5c\xff\xba\xb0\xcd\xf6\x74\x7a\xbf\x08\xc7\x7f\x1d\x40\x69\x52\x1d\x42\x1a\xbe\x7f\x09\x52\x95\xea\x00\xd2\xfc\xfd\x62\x1c\x4e\xef\xad\xb1\x0e\x02\x55\x89\xba\x70\x7e\xbf\x9d\x4d\xdf\x05\xe1\x22\x18\x3f\xdc\x2e\x82\xd9\x74\x3e\x1d\x4d\xef\xbb\xd0\xf6\x35\xf8\xfa\xc1\x91\x77\xa0\x4d\x83\x9b\x87\xf0\x6e\xfc\xdb\x7c\x51\x10\x2d\xc2\x9b\xd9\x1f\xe3\xd1\xcd\xe2\xb0\xf9\x0f\xd6\xd7\x2f\x40\x0f\xa6\xb3\x79\x17\xfa\x99\xa9\xb0\x67\x1d\x58\xef\xdf\x5c\xbc\x5d\x8c\x86\x8b\x5f\xdf\x3d\x5c\xdf\x77\x0a\x36\xd8\x12\x39\x90\x19\x1f\xe4\xa3\xc5\xa0\x7e\x94\xe5\xe5\x8e\x44\x91\xc8\xb8\x2e\x7e\x7a\x11\xe9\x47\x52\x7f\xe1\x66\xb7\xe9\x88\x77\x46\xf7\xef\xc2\xf9\xcd\xac\x9c\xf7\xba\x0d\x79\x88\xba\xcb\xef\xed\xc9\xf2\x70\x6e\x34\x26\xd0\xa3\x68\xc7\x25\xec\x98\x5c\x0f\xa0\xcd\x6e\x86\xf7\x93\xc3\x20\x76\xf9\xd0\xde\x22\x28\x4e\x6b\xd6\xa4\x3c\x85\x78\x5a\xbb\x26\x65\x15\xd1\x4e\x6d\xa7\xea\xa6\x25\x0a\x32\xc6\x02\xc1\x68\xb4\xf3\x61\xc8\x9e\xc8\x4e\x55\x28\x18\xdd\x22\x47\xa5\x02\x29\x96\xe8\xd7\x44\xc1\xe7\x6a\x99\x74\x7f\x66\x82\x20\x3c\x6e\x7e\xf6\x60\xb0\xa4\x7c\xb0\x24\x6a\xd3\x5a\xf1\xa2\x36\xb1\x48\xf5\x00\x49\x6a\x37\xd5\x24\xe8\x37\x00\x28\xa7\x9a\x12\x76\x8d\x8c\xec\x42\x8c\x04\x8f\x95\x0f\xff\xbc\xa8\xd0\x9c\x2a\xf6\x50\xef\x9e\x0a\x11\xca\xaa\x9f\xf7\xc8\x97\x97\x57\x35\xc6\x0e\xf6\x83\x60\xe2\x91\x92\xda\x4a\x2a\x85\x16\x91\x60\x3e\xcc\x47\xc1\x51\xcc\x8b\xab\x8b\x0e\x4c\xd3\xe0\x7c\x25\xe0\xbe\xbf\x6f\x02\xaa\xaf\x44\x2c\x5a\xc6\x3a\x62\xa3\x64\x1e\x06\x34\x7d\x37\xfd\xff\x86\x4f\x5d\x84\x7a\xfc\x94\xc3\x75\x9d\x21\xa3\x09\xd5\xaa\x29\x44\x82\x89\x90\x3b\x13\x4a\x93\x9b\xc9\x74\xf6\xe7\xe2\x7e\x3c\x19\xcf\xab\x61\xb4\x15\x2c\x4b\x70\x62\xaa\x6c\x23\x9a\x12\xf3\x2d\x20\x7a\xe3\xc3\x00\x75\x34\x30\x83\xc3\xa0\xed\x97\xce\x61\xd1\xa1\xd6\xe8\x8c\x4e\x53\xce\x76\x3e\x98\x31\xe6\x34\xa7\x7c\x44\x39\xc6\xab\x98\x62\x5e\xce\xad\xd2\x11\xdf\x4a\x12\x61\x80\x92\x8a\xb8\x4c\xc2\xcb\x37\xbd\xba\x5d\x6a\xed\xd3\xcb\x34\x75\xe7\x59\xdd\x11\xee\xdb\xc3\x89\xb1\xba\x93\xcb\x41\x1d\x5f\xcc\xa7\x63\xd6\xd3\x92\xae\xd7\x65\x73\xe8\xb9\x92\x3a\xda\x10\xbe\xc6\x80\x48\x92\x54\xd4\x2e\xef\x1f\x1b\x96\x2c\x93\xce\x70\xab\x99\xe9\x58\xd9\x5a\x49\x91\x54\x45\x76\xf3\xc4\xd8\xb0\x0f\xb5\x44\x92\xcc\xc9\xba\x55\x07\x2b\x57\x7c\x51\x5c\xb9\xe3\x93\x1b\x64\x57\xfe\x65\x83\x3e\xbf\x79\xf9\xe1\xd3\x78\x32\xbc\xbd\x59\x84\xf3\xd9\xcd\x70\x62\xc5\x08\x83\xe1\xa8\x94\xc5\xf5\xfb\xe3\xbd\xe2\xb9\x29\xdc\x77\xd7\x91\xe7\x0b\xa9\x31\x09\x6a\x6b\x2f\xaf\x3d\xf6\x1b\xa6\x76\xe6\xd3\x9b\xda\x3d\xa9\x99\xf3\xf2\x4b\x3f\xe7\x91\x61\xe5\x0e\xd5\x7c\x29\x2f\x91\x9a\xf6\xca\x2f\x81\xa9\xc4\xb8\xb4\x7a\x7e\x86\x2a\x25\x9a\x32\x8c\x32\xa5\x45\x02\x1b\xa1\x74\x4d\x94\xca\x25\x3d\xca\x96\x30\xf9\xae\x9c\x28\x74\x77\x6e\x77\x39\x46\x29\x59\x6d\x34\xe8\xd0\xbd\xb8\xc4\x2f\x99\x96\xb7\xe0\x6e\xde\x6f\xb1\x2d\xd6\x47\x6e\x1d\x82\xca\x2b\x80\x89\x0d\x78\xf5\x6f\xe2\x7d\x1c\x7a\x7f\x5d\x78\x6f\xff\xf3\xe9\xe7\x7f\x7c\x7e\xd5\x03\x58\x23\xb7\x97\x22\x3e\xe0\x73\x2a\x51\x99\x81\xb4\x14\xf1\x48\x07\xd8\x30\x62\x43\xfe\x10\xb5\x82\x67\xe2\xa5\x42\xb0\x41\x42\xb9\xfd\xc7\x53\xf4\xe3\xde\x84\x91\x0d\x83\x4c\x62\x0c\x66\xf0\x73\x85\xb7\xa5\xd3\x75\xb9\x04\x13\xca\x69\x92\x25\x10\x08\xc1\x20\xa4\x1f\xf7\x96\x6c\x8d\x48\x47\xa5\x21\xcf\xdf\x44\x1a\xf2\x7c\x44\x9a\xda\x98\xd5\x25\x8d\x96\x84\x2b\x12\xd9\xcb\x65\xaa\x04\x73\x91\xfb\xd5\xd2\xcc\xf7\x70\x30\x2e\xe0\xaa\x12\xd5\xc6\xb5\x86\x40\x0f\x45\x66\x03\xe5\xf0\xb4\xa1\xd1\xc6\x0a\x51\xa9\x1c\xca\x4a\x56\x5c\x2c\x4f\x68\x1c\x33\x7c\x22\x12\x5d\x71\x53\x40\xa4\x4b\x71\xca\x95\x26\x8c\x61\x6c\x5f\xa5\x54\x03\xc3\x6c\xe0\x42\x26\xf6\xb5\xa5\x24\x35\x4c\x0d\xbb\xb2\xf6\xec\x2b\x8d\xbb\xcd\xf9\x53\x64\xa0\x36\x22\x63\x31\x08\xce\x76\xf6\xde\x1b\xb4\x80\x44\xc4\x74\xb5\x73\x2f\x1c\x74\x05\x3b\x91\xbd\xda\x62\x05\xb7\xa5\x03\xe5\xe0\x3a\xb3\x98\xae\x56\x28\x91\x57\x58\x0d\x8a\xe7\xb4\xa6\x91\x2b\x08\x7b\x43\x95\x96\xed\xae\x83\x47\x6a\xcc\xfe\xd2\xba\xe1\x84\x7a\xb1\xb0\xef\x79\xd4\xde\xa3\x08\x59\xbe\xeb\x35\x65\xcb\xf7\x0c\x6b\xc4\xef\xf6\xc4\x1d\x59\x7f\x75\x3a\xe9\x3b\x87\xb3\xe3\xe9\xde\x25\xfc\x5e\xa2\xca\x6b\xe4\x69\xf1\xff\x7e\xd1\xea\x1c\x07\x4f\xc8\x6f\xdf\x42\xb5\x80\x25\x56\xdf\x59\x5b\x95\x1e\x7e\xc4\xfe\xba\x0f\xb1\xe9\xfc\xcc\x96\x9f\x5a\xe1\x92\x93\x5b\xc0\x9a\x44\x6e\xa4\xec\x28\xf3\x85\x73\xdd\xb3\xa5\x16\xf9\x6b\x6d\x93\x39\x8d\xb0\xef\x9e\x84\xa8\x72\xa4\xcb\x1d\x44\x8c\x22\xd7\xf9\x33\x96\xc8\x45\xaf\x9c\x95\xb6\x1e\x38\xa2\x1f\xd5\x4f\xf0\x44\xf5\x26\x57\x4b\xa5\x18\xd1\x15\xc5\xb8\xe0\x61\xf5\x39\xa4\x4e\x7e\x73\x5f\x8d\xad\x23\x03\xef\x4b\xce\xb2\xc6\x2b\xb7\x31\xc2\x29\xe6\x95\xc8\x38\x32\x1b\x37\x0f\xf0\xa2\x95\xca\xdb\x75\xd7\xcb\xb7\x4f\xec\x92\x6c\xe2\xc8\xee\x0d\x59\xc9\xa9\xda\xe0\xef\x73\xf9\xf5\x2d\xed\xfd\x2f\x00\x00\xff\xff\xb4\xc6\x1f\x1c\x24\x20\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYaml, - "Template.template.openshift.io/openshift/sso-cd-x509-https.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso-cd-x509-https.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72HttpsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6f\x6f\x1b\x37\xd2\x7f\xaf\x4f\x31\x08\x02\x38\x01\xbc\x52\xd2\x27\xcf\xc5\xa7\x16\x05\x74\xb2\x9a\x28\xb1\x2d\x41\xab\xf4\x9a\x1e\x0e\x02\xb5\x3b\x92\x18\x73\xc9\x3d\x92\x2b\x5b\x0d\xf2\xdd\x0f\x24\xf7\xbf\x76\x25\xd9\x75\x7b\xf5\x2b\x6b\x77\xf6\x37\x3f\xce\x0c\x87\xc3\x21\x49\x4c\x7f\x46\xa9\xa8\xe0\x7d\xd0\x18\xc5\x8c\x68\xec\x8a\x18\xb9\xda\xd0\x95\xee\x52\xd1\xdb\xbe\xee\xdc\x52\x1e\xf6\x61\x9e\xbe\xee\x30\xb2\x44\xa6\xfa\x1d\x00\xb9\xf1\x94\x12\x7d\x78\xdb\xfd\xce\xdb\xbe\xee\xbe\xe9\xbe\xea\x40\x0e\xd3\x07\xa5\xc4\xdb\xef\xbc\x8d\xd6\xb1\xea\x44\xa8\x14\x59\x63\x1f\xce\x06\xc0\xf1\x0e\x66\xef\x3d\xdf\x9f\x80\x42\xb9\xa5\x01\xc2\x86\x28\x58\x22\x72\x08\x24\x12\x8d\x21\x50\x0e\x3b\x91\x48\x88\xa5\xf8\x82\x81\xee\xc2\x7c\x83\x40\xc2\x88\x72\x48\x14\x4a\x4e\x22\xec\xc5\x44\xa9\x3b\x21\xc3\x0e\xc0\x4a\x48\x20\x41\x80\x4a\x51\xbe\x06\xbd\x41\x88\x88\xd2\x28\x41\x22\x61\x11\x6c\x29\xb1\x0f\x53\xad\x81\xe0\x4a\x30\x04\xaa\xe0\xf9\x57\xdf\x9f\x2c\x06\x97\xd7\xe3\x9b\xc5\x27\x7f\x34\xbb\x19\x5c\x8f\xbe\xf5\xca\x4f\xa7\x03\xdf\xff\xe7\x64\x76\xf9\xad\xdb\x01\x98\x32\x24\x0a\x61\x89\xa0\x12\x89\xa0\x45\x4a\xd8\xa2\xaf\x04\x63\xe2\xce\x10\x50\x18\x48\xd4\xaa\x0f\xcf\x9e\x7f\x7d\x3f\x9f\x4f\xfd\x85\x3f\x1a\xce\x46\xf3\x6f\xcf\x8c\x6e\x4d\x28\x4f\x69\x76\x00\x32\x89\x8f\xa3\xcf\xfe\x7c\x32\x1b\x7d\x83\x15\x65\x68\x46\x19\xda\x61\x59\x13\x39\x4c\xa3\xd2\x7c\x8f\x5c\x7f\x6f\xa0\x3f\xbc\x9b\x4d\x3e\x4d\xfd\xc5\xe8\x66\x38\xfb\x3c\x9d\xe7\x4a\x3a\x50\x53\x03\xfb\xb2\xed\xea\x82\x44\x9a\xcf\x3e\xbc\x93\x22\x89\x15\x04\x22\x8a\x12\x4e\x03\xa2\xa9\xe0\xea\xfb\x0e\x18\xcd\xc6\x3c\xf3\xd9\x27\x7f\x6e\x31\xda\x46\x07\x75\xc1\x36\x65\x1d\xc8\x5c\x23\xf1\x3f\x09\x2a\xad\xba\x67\x9d\x08\x35\x09\x89\x26\x26\xd2\x08\xe7\x42\x3b\x06\xe6\x27\x40\x88\x2a\x90\x34\xd6\x36\x72\x07\x1c\xf0\x9e\x44\x31\xcb\x3d\xfc\x16\x48\x1c\xb3\x94\x74\x17\x7e\x12\x12\x22\x21\x11\x28\x5f\x09\x19\xd9\xa7\x40\x96\x22\xd1\x90\x28\xa7\xdf\xfc\xe9\x0d\x55\x79\xfc\x9e\x83\x42\x04\x1b\xbd\xfd\x5e\x6f\x4d\xf5\x26\x59\x76\x03\x11\xf5\xbe\x2c\x85\x52\x5e\x3e\x49\x7a\x25\x4d\x5e\xf6\xb1\xea\x5a\x48\x1a\x08\x3e\x64\x44\xa9\xbe\xfd\xd7\xcc\x16\xfb\xbc\x32\xc3\x42\xaa\x62\x46\x76\x9e\x89\xe9\x3e\xcc\x30\x84\xf7\x44\x83\x4f\xf9\x9a\x21\xf8\x74\xcd\xbd\x09\x37\x53\x0c\x5e\x8c\xe2\x0d\x46\x28\x09\x83\x3b\xaa\x37\x60\xe2\x5f\x6f\xa4\x48\xd6\x9b\x74\x00\xf3\x2b\xff\xe5\xbe\x82\x58\x8a\x2d\x0d\x51\x7a\x8d\x9a\xce\x61\xcc\x03\x47\x57\x93\xb5\xb2\xd3\xf6\xfc\x16\x77\x01\x13\xe4\xf6\xdc\x0e\xf6\x7c\x43\xc3\x10\xb9\x93\x69\xcc\x12\xa1\x08\x92\x08\xb9\x73\x91\x97\x48\xd6\xcf\x2d\xe7\xa6\x65\x57\x62\xb8\x21\xda\x1a\xb0\x22\xdc\x43\xde\x93\x18\x7a\x1b\xa2\x3d\x65\xc7\xec\x29\x33\x66\xc1\x7b\x07\xf4\x31\xc1\xd7\x5e\x25\x06\xe6\x65\xdf\x41\x88\x2b\xca\x51\x81\x44\x25\x12\x19\xa0\x02\x8e\x18\x62\x98\x39\x5a\x40\x88\x5b\x64\x22\x3e\x64\x6f\x33\xf3\x50\xc2\x92\x98\x70\x0d\x31\x66\x62\x67\x68\x9f\x17\x73\xc4\x45\x5b\x0a\x5a\x99\x28\x2e\xae\xca\x2e\x32\xce\xe9\x1e\x18\x92\x4a\xe2\x58\x48\x7d\xc4\x78\x16\x60\x9b\xa5\x6c\x97\x80\xbd\x4a\xfe\x75\xce\x2d\xe7\x5e\xf7\x4c\xc5\x24\xc0\x7e\x11\x19\x1d\xb1\x34\x99\x55\xf5\x3b\x1e\x94\x97\x81\xed\xeb\x0e\x80\x4b\xf9\xbe\xcb\xce\x1d\x80\xf2\x5c\x6c\x98\x8d\xb5\xf9\x68\x72\xf5\x1d\x2e\x53\x03\x9e\x29\x3b\x1c\x30\xa3\x73\x06\x28\x56\x10\x8b\x56\xcc\x9f\x3e\x3c\xff\x3a\x98\x4e\xaf\xc6\xc3\xc1\x7c\x3c\xb9\x59\xd8\x6c\x6c\xc5\xdc\xa8\x9a\xdf\xaa\x18\x03\x07\x66\x54\xa4\xb8\x9e\xfd\xd1\x87\x8b\x57\x17\xaf\x32\xaf\x13\xb9\x46\x3d\xad\x3e\x56\xc8\x30\xd0\x42\x16\x03\xc9\xfc\x3c\x14\x7c\x45\xd7\xcd\x4a\xff\x1c\x93\xa9\xa7\xb0\x99\x5b\x37\xbc\xc7\x98\xee\xcd\x9b\xff\x6b\x32\x5d\xf6\xf8\x2f\x64\xba\x6c\xb1\x8a\xed\xa4\x13\x52\xdb\xe5\x25\x60\x89\x29\x02\x28\x5f\x77\xd3\x0f\xd3\x7a\xa3\x4b\x58\xbc\x21\xdd\xdb\x64\x89\x92\xa3\x49\xd7\x54\xf4\xb4\x60\x28\x89\x46\x2f\xe1\x12\x49\xb8\xf3\x90\x87\xb1\xa0\xdc\xae\xe3\x5a\x26\xf8\xec\xc9\x83\xd7\x8b\xdd\xe2\x53\xb8\x21\xa5\x3c\x9e\xf6\xe1\x46\x70\xdc\x77\x8d\xc3\x8a\x8b\x45\x2b\xf5\xd5\xc5\xc5\xc5\xd3\x3a\x85\x86\xcd\x94\x4d\x60\xe6\x3e\x9b\x89\x44\x3f\xdc\x63\xf6\x2b\x57\xb3\x15\xe6\xcb\xd2\x44\xe6\xa2\x3f\x36\x53\x6c\x84\xd2\x46\xea\xfd\xc4\x9f\x9b\xb7\x0b\x53\x84\x39\x00\x2d\x32\x7d\xed\x50\x0f\xb4\x97\xfa\x03\x0d\xa6\x9e\xc8\x62\x27\xe6\x89\x46\xc3\xf9\xa9\xe5\x0a\xc5\x1a\x65\x44\x79\xaa\xb8\x5e\xa8\xd4\x2d\x7c\x40\x75\x6b\xb6\xb8\xac\xc5\xf5\x9e\x4d\xff\xb0\xd0\x91\x68\xa1\x54\x1f\x5e\xff\x8e\x19\x67\xbf\xd4\x26\xdf\xac\x77\xb9\xd1\x76\xb1\xad\xcb\xdc\x9e\xa2\x52\x2b\x64\x22\xd5\x31\xee\x8f\xf3\xe4\xb1\x3e\x94\xeb\x31\xfb\xd8\xf1\xe4\x36\xb2\xa9\xcc\xed\x05\x50\x96\xc8\x79\x80\x7c\x5b\xe6\x9a\x25\xb4\xcb\x7f\x2c\xec\x66\x6b\x32\xb9\x5a\xf8\xe3\x5f\x47\x25\x11\x80\x2d\x61\x89\x55\x5c\x97\xfa\xd6\x82\x34\xf8\xe5\x14\xa4\xb2\x54\x0b\xd2\xfc\x97\xc5\xd8\x9f\x5c\xd9\xa1\xb6\x02\x95\x85\x9a\x70\xb2\xad\xd7\x74\x7c\xf3\x6e\x31\x9d\x4d\xe6\x93\xe1\xe4\xaa\x09\xad\xa8\x07\x2f\x6f\x9c\x78\x03\xda\x64\x3a\xba\xf1\xdf\x8f\x7f\x9a\x2f\x32\xa1\x85\x3f\x9a\xfd\x3c\x1e\x8e\xac\x2f\x9a\x59\xb6\xae\x3c\x0f\x40\x9f\x4e\x66\xf3\x26\xf4\x67\x66\xed\x79\xd6\x80\x55\xdd\xd7\x2e\x2e\xc7\xb3\xa6\xcf\x7b\xa8\x83\x1e\x92\xd8\x73\x9b\x66\x6f\x2b\x58\x12\xe1\x51\xb8\xe6\x71\xd6\xb6\xd2\xc7\x49\xcd\x3f\x4f\x4f\x82\xb2\x82\xed\x78\xed\x96\x2f\xde\xb7\x7f\x9d\xb5\x18\x0e\x21\xe4\x6d\x88\x03\x01\x56\xed\x03\x34\xa3\xb5\xf4\x0c\x4e\x40\x3d\xc9\x91\x5f\xd6\xb6\x10\xf3\x90\x07\x72\x17\xeb\xa3\x4e\x6d\x53\x72\x1a\xf9\x43\x8e\xae\xcb\xb6\xbb\xa8\x49\xf2\x14\xc4\xc3\x6e\x6b\x93\x3e\x84\x3c\xbc\xfa\xe4\xcf\x47\xb3\x13\x91\xeb\xd2\x4d\xc8\xfb\xdd\xad\x66\xcc\x86\x2e\xd8\x41\xb4\xc3\x0c\x1b\xba\x67\x2d\x68\xb3\xd1\xe0\xea\xba\x1d\xc4\xbe\x6e\xfb\x36\x4b\x4c\xc7\x47\x56\x97\x3c\x86\x78\x7c\x74\x75\xc9\x36\xc4\xa2\xf7\xd5\x8e\x55\xea\x8f\x1d\x45\x39\x38\xf9\x94\x12\x47\x27\x5c\x0d\xee\xf8\x48\x1b\x84\xcb\x34\x69\x64\xdb\xba\x87\xcb\x0c\x2b\x34\x4d\x18\x9b\x0a\x46\x83\x5d\x1f\x06\xec\x8e\xec\x54\x49\x82\xd1\x2d\x72\x54\x6a\x2a\xc5\x12\xfb\x15\x36\x78\x5f\xae\x2a\xdc\x5f\x20\xa2\x88\xf0\xb0\xfe\xd8\x83\xde\x92\xf2\xde\x92\xa8\xcd\xde\x1b\x2f\xd8\x17\x16\xb1\x36\x4b\x8f\xfd\xa8\xc2\xa0\x5b\x03\xa0\x9c\x6a\x4a\xd8\x25\x32\xb2\xf3\x31\x10\x3c\x54\x7d\xf8\xdb\xab\x92\xcc\xb1\xda\x08\xaa\x1b\xb9\x8c\x42\x5e\x24\xa5\x7b\xeb\xb7\x6f\x2f\x2a\x8a\x1d\xec\x17\xc1\xc4\x2d\x25\x95\x37\xb1\x14\x5a\x04\x82\xf5\x61\x3e\x9c\x1e\xc4\x2c\x3a\x20\x65\xcc\x74\x1f\xf7\x18\xc0\xa2\x2f\x50\x07\x54\x8f\x44\xcc\x76\xaf\x55\xc4\x5a\x8d\xd2\x0e\x68\xf6\xeb\xf4\x7f\x1b\x3e\x55\x0a\xd5\xf8\xc9\xbb\x90\x55\x85\x8c\x46\x54\xab\x3a\x89\x08\x23\x21\x77\x26\x94\xae\x47\xd7\x93\xd9\xe7\xc5\xd5\xf8\x7a\x5c\x59\xa0\xdd\xdc\xbe\x16\x09\xaf\x47\x53\x64\x9e\x4d\x89\xde\x9c\x50\x56\x65\x46\x36\x32\xb7\xb8\x53\x5a\x48\x6c\x92\x32\x03\x9b\x70\xb6\xeb\x83\x96\x09\x1e\x54\x77\xea\xe2\x5f\x56\x9d\x7d\xf3\x44\x14\x0e\xa5\xc0\x52\x6f\xd4\xd3\x32\x51\xfa\xa1\x0a\x4b\x9b\xda\x77\x92\x04\x38\x45\x49\x45\x98\xe7\x83\xb7\xff\xdf\xa9\xba\xa8\xb2\xf1\x39\xc5\xda\x8e\x79\x35\x22\xdc\xb3\x9b\x34\xbd\x54\x4e\x93\x1a\xd1\x8f\x1b\xf4\xb8\x96\x63\x45\xa2\x77\xa2\x25\x8f\x6b\x6a\x3e\x48\x72\x5b\x5f\x49\xd7\xeb\x7c\xf7\xe8\xb9\x45\x64\xb8\x21\x7c\x8d\x53\x22\x49\x54\xb2\x2e\x49\xb4\x88\x88\xa6\x41\xcd\x61\x79\x9a\x31\xea\x2a\xde\x38\x94\xa8\x57\x52\x44\x65\xce\xae\xe1\x30\x36\xea\x7d\x2d\x91\x44\x73\xb2\xde\xcb\xfc\xae\x45\xef\xb9\xbe\x7b\xbe\x91\xeb\xbf\xee\xbe\xa9\x89\xa6\x7d\xf8\xe7\x5f\xc7\xd7\x83\x77\xa3\x85\x3f\x9f\x8d\x06\xd7\x96\x81\x3f\x1d\x0c\x73\x1a\xae\x17\x30\x2e\xc6\x9c\x5a\xc1\x3d\x77\xbb\xf5\xf4\x45\x6c\xac\x81\xda\x9a\xca\xdb\xef\x8d\x1a\xa5\xb6\x77\xa4\x37\x58\x39\x16\xeb\x00\xa4\x27\x42\xce\x1b\x83\xe2\x1d\x98\x27\xf9\x61\x42\xdd\x54\x1d\xb0\xe7\x74\x54\x62\x98\x1b\x3c\xad\x19\x94\x12\x75\x0e\x67\xc3\x44\x69\x11\xd9\xce\x51\xce\xa5\xdc\xea\x03\x29\x12\x8d\x5d\xb8\x42\xb2\x45\x58\x32\xc2\x6f\xad\x4c\x88\x2b\x92\x30\x9d\x7f\x78\x6e\x4d\x80\xdd\x75\xb7\x0f\x3f\x94\x4f\xdd\xcc\xcb\x1f\xbb\x3f\xa4\x67\xc5\x3f\x76\x7f\x48\xbf\xf4\x42\x11\x11\xca\x3d\x95\xac\x56\xf4\xfe\xc7\xb3\xfa\x80\x33\x62\x86\x8b\x6b\xb1\xbd\x4f\x55\xe5\x43\xaf\xb4\xb9\x4e\x1e\x99\xfa\x2b\x0d\x4d\x9d\x34\x36\xbf\x35\x74\xc4\xca\x46\x8e\x9b\xb7\xf5\x13\xde\x2c\xcb\xd8\x83\xdd\x3a\x09\xdf\x1d\xa0\x7d\xcc\x64\x7c\x07\x51\x89\xad\x72\x42\xab\x84\x91\x47\xe2\x6c\xf1\x3a\x46\xad\x42\xc2\x9e\x8d\x52\x5e\xe2\x7c\x8c\xd6\x4f\x94\x21\xdf\xe7\x54\xda\x8a\xa6\xac\x32\x3d\xdd\x2f\xb7\xaa\x89\x93\x99\x9b\xcd\x9c\x5e\x7c\xf8\xe8\x83\x90\xf0\x61\x38\xfa\x68\x8f\x68\x0f\x12\x9a\xef\xe2\x36\x32\xae\x61\xd1\x66\x0f\xa2\x94\x08\xa8\xbd\x40\x61\x4f\x88\x9d\x0d\x2c\x78\x80\x52\xd3\x95\x09\x2b\x84\x17\x26\xd0\xc0\x1e\xed\xb6\x71\x19\x96\xc4\x1b\xfc\x65\xb3\x40\x03\x8b\xec\x4a\x46\x9e\x6f\x72\x33\x10\x1e\x36\x70\x88\x76\x99\x80\xf9\xf2\xa8\x61\xa6\xc5\x8d\x8f\xc6\xfe\x49\x8d\x91\x8f\x5a\xc1\x3d\xf1\x62\x21\x58\x2f\xa2\xdc\xfe\xe3\x29\xfa\x5b\x91\x0f\x03\x9b\x48\x13\x89\x21\x84\x44\x13\x57\xa7\xed\x65\xc6\xcb\xfc\x15\x5c\x53\x4e\xa3\x24\x82\xa9\x10\x0c\x7c\xfa\x5b\x61\x99\xbd\x16\xe6\x41\x36\xe4\xfe\x49\xd8\x90\xfb\x03\x6c\x2a\x6d\xd0\x26\x36\x5a\x12\xae\x48\x60\x33\x0d\x55\x82\xb9\xdc\xff\x68\x36\xf3\x02\x0e\xc6\x19\x5c\x99\x51\xa5\x9d\xfa\xf4\xf9\x26\x3b\x05\x6c\xca\x33\xad\x3d\xb2\x3f\x23\xe3\x64\xc4\xda\x53\xce\x81\x3e\x58\x4a\x30\xad\xeb\xba\x5f\x02\x6c\xce\x3e\x0f\xcf\x00\x69\xa1\x7c\x8b\xbb\xbd\x99\x97\x31\x6e\xcd\x03\x8d\xed\xb5\x27\xc8\x08\x99\x7c\x2b\xa3\xf6\x64\xd0\xda\x9f\xab\xd1\xca\x6f\x36\xb9\xb3\x56\x28\xdd\x23\x6b\xb6\x41\x2a\x57\x52\x68\x4b\x44\x38\xfb\x17\xf1\x7e\x1b\x78\xbf\xbe\xf2\xfe\xfe\xef\xaf\x17\xdf\xcc\x22\xbc\x46\x6e\x0f\x91\xfb\x80\xf7\xb1\x44\xa5\xca\x33\xe0\x40\x9b\xaf\x56\x4f\xd5\x18\xdf\x64\x75\x23\x50\x0e\x77\x1b\x1a\x38\xc7\x96\x4a\x52\x65\xed\x9b\x5d\x66\xb9\xa6\x61\xc8\xf0\x8e\x48\x74\x55\xb3\x02\x22\x5d\x01\x49\xb9\xd2\x84\x31\x0c\xed\x8d\x3a\x55\xc3\x30\x1f\x70\x21\x23\xc2\xd8\xae\x10\x85\x34\xb6\xf3\xaa\xb6\xa8\x63\xdd\x99\xe3\x67\x91\x80\xda\x88\x84\x85\x20\x38\xdb\xd9\xbb\x36\xa0\x05\x44\x22\xa4\xab\x9d\xbb\x56\x45\x57\xb0\x13\xc9\xd9\x16\x4b\xb8\x7b\x63\xa0\x1c\x5c\x93\x23\xa4\xab\x15\x4a\xe4\x25\x55\xbd\xec\x2a\x60\xdd\x4d\x25\x84\xc2\x50\xb9\xcd\x9b\xab\xec\x03\x15\x6c\x71\x41\xa6\xe6\x84\xf4\x6a\x59\xba\x26\xd9\xbb\x88\xd4\x9e\xe0\x09\x99\xdf\x49\xac\x73\x4b\xbf\x19\x54\x84\x3f\x15\xc2\x8f\x8b\xa3\xc6\xa6\xee\xe1\x08\x3a\x44\xbe\x2d\xfe\x1b\xc9\xff\xee\x49\xd0\xd8\x43\x3e\x42\xde\x5e\xe2\xd4\x02\x96\x58\xbe\x20\x5a\xba\xd1\x99\xa6\x38\x97\x42\x42\x8c\x84\xbd\xf7\xf9\x72\x2f\x56\x52\x71\x0b\x58\x61\xe4\xfa\xd0\x0d\xf9\x2b\xf3\xac\xbb\xb4\xa8\x45\x7a\xcd\xb4\xae\x9c\x06\xd8\x75\x77\xd0\xa8\x72\xa2\xcb\x1d\x04\x8c\x22\xd7\xae\x27\x56\xbd\x2a\xea\x4a\x7c\xbb\x50\x3a\xa1\x17\xea\x65\x65\x19\x89\x31\xa0\x2b\x8a\x61\x71\x2f\x92\xb0\xa8\x6d\x38\xe9\xcd\x99\x72\x60\x1d\xe8\x92\x9f\x92\xa4\x6b\xd7\x73\x8d\x11\x8e\x29\xdf\x4b\xc7\x8d\x0d\xf5\x23\xeb\x6a\xd1\x4c\x68\x59\x59\x53\x17\x17\x72\xa6\x16\xdf\x5b\x2b\x52\x6a\x73\x23\x05\xbe\x11\xab\xb0\x2a\x35\xe5\x4f\x31\x46\x89\xd4\xa3\xaa\xd8\x7d\x36\xcd\xc6\x6a\x6a\xcb\x3f\xaa\x48\xaa\x5b\xb1\x6e\xb3\xb4\xc8\x79\xe9\xb2\xf7\xa7\xec\x36\xae\x6b\xdf\x94\x1a\x34\x27\x0c\xc4\xcf\xea\x9d\xc6\x61\x3c\xac\xc8\x1a\x66\xdd\x9a\xb4\x07\xea\x1a\xa4\x7b\x71\x57\x88\x5d\x3b\xb1\x2b\x23\x96\x53\x28\x77\x4d\x0b\xcd\xaf\xdf\xd1\xce\x7f\x03\x00\x00\xff\xff\x04\x9b\x0f\xe7\xed\x2e\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72HttpsYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72HttpsYaml, - "Template.template.openshift.io/openshift/sso72-https.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72HttpsYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72HttpsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-https.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x93\x1a\x37\xb2\xff\x9d\xbf\x42\xb5\x95\xaa\xb5\xeb\xed\x80\x37\x4e\xce\x7e\xbc\x5c\xaa\x30\x60\x1b\x1b\x16\x8e\x19\xc7\xf6\x5d\x5d\x51\x62\xa6\x01\x79\x67\xa4\x39\x49\xc3\x9a\xb8\xf6\x7f\x7f\x25\x69\xbe\xa3\x19\xf0\xb7\x24\x97\x9f\xbc\x4c\xab\xfb\xa3\xee\x56\xab\xd5\x6a\x05\xc7\xe4\x37\xe0\x82\x30\xda\x47\x12\xa2\x38\xc4\x12\xba\x2c\x06\x2a\x76\x64\x23\xbb\x84\xf5\xf6\xd7\x9d\x5b\x42\x83\x3e\xf2\xd2\xcf\x9d\x10\xaf\x21\x14\xfd\x0e\x42\x7c\xe7\x08\xc1\xfa\xe8\x49\xf7\x47\x67\x7f\xdd\xfd\xa9\xfb\xa8\x83\x72\x36\x7d\x24\x04\x7b\xf2\xa3\x13\x1d\xc4\x7f\x42\x27\x56\x52\x84\x04\x2a\x3b\x11\x08\x81\xb7\xd0\x47\x97\x03\x44\xe1\x0e\x15\x9f\xd0\xf2\xa5\xe3\xba\x73\x24\x80\xef\x89\x0f\xe8\x41\x22\x08\xdd\xa2\xd9\xc1\xfd\xc7\xf4\x21\xda\x61\x81\xd6\x00\x14\xf9\x1c\xb0\x84\x00\x11\x8a\x0e\x2c\xe1\x28\xe6\xec\x03\xf8\xb2\xdb\x41\xc8\xdb\x01\xc2\x41\x44\x28\x4a\x04\x70\x8a\x23\xe8\xc5\x58\x88\x3b\xc6\x03\xb4\x61\x1c\x61\xdf\x07\xa1\x99\xca\x1d\xa0\x08\x0b\x09\x1c\x71\xc0\x61\x84\xf6\x04\xeb\x1f\x53\x0c\x3e\xa3\x82\x85\xd0\x41\x88\x08\xf4\xc3\x27\xd7\x9d\xaf\x06\xa3\xd9\xe4\x66\xf5\xc6\x1d\x2f\x6f\x06\xb3\xf1\x7d\xaf\xfc\xeb\x62\xe0\xba\x6f\xe7\xcb\xd1\x7d\x57\x63\x38\x21\x5d\xa9\x69\x07\x66\x62\x28\xc0\x12\xaf\xb1\x00\x74\xf1\xc3\xa7\xd1\xb3\xd5\x68\xe0\x0d\x9e\x0d\xdc\xf1\xfd\x85\x91\x3c\x7a\x56\x11\x39\x7a\x56\x96\xb5\x08\x41\x8d\x5c\x2b\x9c\x22\xe1\x80\x24\x4b\xd5\xa3\x05\x6c\x58\x18\xb2\x3b\x35\x5d\x01\x3e\x07\x29\xfa\x4a\xc8\x4b\xcf\x5b\xb8\x2b\x77\x3c\x5c\x8e\xbd\xfb\x0b\x35\x53\x89\x09\xcd\x94\x92\x7d\x7f\x3d\x7e\xef\x7a\xf3\xe5\xf8\xbe\x83\xd0\x86\x84\x7a\x4e\x66\x1a\xda\x3c\x86\xa7\x12\xa9\xc6\x03\x95\xff\xa7\x58\xbf\x7a\xb1\x9c\xbf\x59\xb8\xab\xf1\xcd\x70\xf9\x7e\xe1\x35\x09\xe9\x20\x74\x4c\x9b\x0b\x3c\x12\xe7\x27\x5c\x0d\x7c\xf5\x82\xb3\x24\x16\xc8\x67\x51\x94\x50\xe2\x63\x49\x18\x15\x5a\xae\x32\x84\xb7\x7c\xe3\x7a\x9a\x43\x2e\xb6\x83\x8e\x67\x57\x25\x6d\x14\x96\xba\x01\x87\xff\x24\x20\xa4\xe8\x5e\x76\x22\x90\x58\xd9\x4a\x79\x3e\xa6\x94\x49\x23\x5f\xfd\x89\x50\x00\xc2\xe7\x24\x96\x7a\x25\x0d\x28\x82\x8f\x38\x8a\xc3\xdc\x9b\x9e\x20\x1c\xc7\x61\x0a\x19\xdd\x11\xb9\x43\xb8\x66\xfe\x2e\x7a\xce\x38\x8a\x18\x07\x44\xe8\x86\xf1\x48\xd3\x6a\xe6\x08\xe1\x35\x4b\x24\x4a\x52\xcf\x25\x22\x5f\x65\x57\x48\x00\xa0\x9d\x94\xb1\xe8\xf7\x7a\x5b\x22\x77\xc9\xba\xeb\xb3\xa8\xf7\x61\xcd\x84\x70\xf2\xa5\xdc\x2b\xc9\x77\xb2\xc1\xa2\xab\xd9\x13\x9f\xd1\x61\x88\x85\xe8\xeb\x7f\xaa\x35\xad\x7f\xaf\xc4\x81\x80\x88\x38\xc4\x07\x47\x79\x75\x1f\x2d\x21\x40\x2f\xb1\x44\x2e\xa1\xdb\x10\x90\x4b\xb6\xd4\x99\x53\x15\x08\xd0\xff\xa4\xf3\x7a\xb0\x28\xd6\xb5\x9a\x70\x3a\x13\xb5\x20\xe4\x8e\xb3\x64\xbb\x43\xde\xd4\x7d\x78\x2c\x29\xe6\x6c\x4f\x02\xe0\x8e\x55\xe4\x15\x9a\x50\xdf\xe0\x96\x78\x2b\x74\x94\xb9\xba\x85\x83\x1f\x32\x7c\x7b\xa5\x67\x7d\xb5\x23\x41\x00\x46\x75\xf6\xa0\x16\x30\x3f\x89\x80\x1a\x0b\x3a\x09\x0f\xfb\xb9\x0a\xcd\x1a\xed\x72\x08\x76\x58\x6a\x4d\x56\x88\x7b\x40\x7b\x1c\x02\x67\x87\xa5\x23\xf4\xe4\x1d\xa1\x26\xcf\x68\xaf\x45\x5e\xc8\xe8\xd6\xa9\xb8\x88\x57\x36\x22\x0a\x60\x43\x28\x08\xc4\x41\xb0\x84\xfb\x20\x10\x05\x08\x20\x48\x75\x26\x19\x0a\x60\x0f\x21\x8b\xdb\x14\xaf\x96\x25\x70\xa4\x7c\x29\x40\x01\xc4\x21\x3b\x28\xd8\x57\xa5\x7f\xab\xd5\xb0\x21\xdb\x84\x97\x7d\x4b\xb9\xbd\x31\x99\xf1\xaf\x3c\x1e\xfb\x70\x85\x30\x0d\x8e\xd6\x44\x65\xfd\x65\x83\x0a\xb3\xa6\x6c\xbd\xa9\xdb\x6d\x51\x89\x48\xe2\x98\x71\x79\x42\xf9\x9a\xc1\x3e\xdb\xa1\xcc\x7e\xe3\x54\xb6\x1b\xe3\x1c\x0d\x5b\x8d\xf9\x2c\x62\xec\x43\xbf\x70\xb2\x0e\x5b\xab\xfd\x42\xf4\x3b\x0e\x2a\x6f\x80\xfb\xeb\x0e\x42\x66\xb3\x73\xcd\x0e\xd4\x41\xa8\xbc\xea\x2d\xeb\xbe\xb6\xf2\x55\xec\xbf\x83\x75\x6a\x8b\x4b\xa1\x67\x86\xd4\x44\xbb\x29\x79\xba\xb7\x75\x71\x18\xef\x70\xcd\x2b\x21\x06\x1a\x00\xf5\x09\x88\x3e\xba\xfc\xd7\xa7\x0b\x85\xfe\x42\xc7\xec\xc1\x62\x31\x9d\x0c\x07\xde\x64\x7e\xb3\xd2\x5b\x81\x99\xec\xc5\x55\xca\x16\xa1\x0b\x85\x5c\x11\xa7\xd8\x2f\xee\xff\x7d\xa9\x3f\x16\xfb\xb5\x9e\x41\x11\x07\xfa\xc8\xc2\x57\x93\x19\xa5\xda\xbf\x8a\x18\x7c\xc3\x4c\x4d\x2b\xe5\xeb\xe8\x3f\xfa\xe8\xe9\xa3\xa7\x8f\x32\xa7\xc5\x7c\x0b\x72\x51\xfd\x59\x40\x08\xbe\x64\xbc\x50\x5e\xe6\x9a\x43\xed\x99\x76\xa1\x7f\x8c\x99\xc4\x7f\xab\x9d\xcc\x3e\xec\x7c\x89\xb9\x7e\xfa\xe9\xb1\xcd\x5c\xd9\xcf\x7f\x21\x73\xe5\x59\x52\x6e\xb3\xc2\x5a\xdf\xd2\xc3\x8d\xbd\x4e\x29\xee\xf1\xe3\x47\x7f\xb3\x28\x2e\xff\xf9\x8b\x14\x97\x8a\xfe\x2e\xea\xcb\x72\xa7\x58\x07\x6b\xc6\xa5\x0e\xfb\x7e\x98\xa8\x0c\x98\xd0\xad\xdd\xed\x6f\x93\x35\x70\x0a\x2a\x53\x20\xac\x27\x59\x08\x1c\x4b\x70\x12\xca\x01\x07\x07\x07\x68\x10\x33\x42\x75\x5a\x29\x79\x02\x17\xdf\xde\x1a\xb1\xc9\x96\x0b\x63\xa4\x90\x27\x8b\x3e\xba\x61\x14\x8e\x0d\x64\x78\xa5\xe3\xb2\xaf\x7d\xf4\xf4\xe9\xd3\xa7\xdf\xd6\xa7\x49\x60\x87\xac\x62\x49\x6e\xb3\x25\x4b\xe4\xe7\x5b\x4c\x8f\x32\x47\x86\x42\x7d\xd9\x6e\x92\x99\xe8\xfb\x06\xf7\x1d\x13\x52\x51\xbd\x9c\xbb\x9e\xfa\xba\x52\xa7\x02\xc3\x40\xb2\x4c\x5e\x33\xab\xcf\xd4\x97\xf8\x8e\x0a\x13\xdf\x48\x63\x67\x86\x59\xab\xe2\xdc\x54\x73\x85\x60\x09\x3c\x22\x34\x15\x5c\xcf\x9e\xea\x1a\x6e\x11\xdd\x18\x2d\x46\x35\xbf\x3e\xd2\xe9\x77\x73\x1d\x0e\x9a\x95\xe8\xa3\xeb\xaf\x58\x71\x7a\xa4\x54\xf1\x66\x7b\xc8\x95\x76\x88\xf5\x49\xc0\x1c\x71\x2b\xd9\x65\x46\x52\x9d\xe3\xf1\x3c\xcf\x9e\xeb\xe7\x62\x3d\xa5\x1f\x3d\x9f\x5c\x47\x3a\x94\x99\xa3\x29\xf0\x12\x38\x07\x01\xdd\x97\xb1\x66\x01\x6d\xf4\x6c\xe5\x8e\x97\xbf\x4d\x86\xe3\xd5\x62\x39\x7e\x3e\x79\xb7\x9a\x0d\x16\x8b\xc9\xcd\x8b\x12\x2d\x42\x7b\x1c\x26\x6d\xfb\xda\xdf\x47\xcf\xec\xbc\x5f\xdd\x8c\x26\x76\x4e\xe9\xc7\x7b\xfb\xb8\xac\x34\xd1\x38\x36\xaf\x5d\xd8\xc7\x67\xb5\x8c\xc6\xf1\x79\xb1\xc3\x3e\x3e\xab\x96\x34\x8e\xcf\xcb\x29\x96\xf1\xde\xbb\xfc\xf3\x77\x51\xaa\x2e\x0c\xcd\xe7\xd3\x95\x3b\xf9\x67\x33\xc2\x0a\x55\xc3\x34\x67\x83\x77\xe7\x70\x2a\x53\x35\x70\xf2\xde\xad\x26\xee\x7c\xaa\x27\xd1\xc8\xa8\x4c\x64\xe3\x93\x95\x6e\x94\xaa\x56\x8b\xe5\xdc\x9b\x0f\xe7\x53\x1b\xb7\x22\x6f\x1e\xdd\x18\x72\x0b\xb7\xf9\x62\x7c\xe3\xbe\x9c\x3c\xf7\x56\x19\x51\xee\xea\xcd\xae\xd5\x98\x2a\x7c\x06\xf7\xc5\x7c\xe9\xd9\xb8\x5f\xa8\x64\xe1\xc2\xc2\xab\x5a\x19\x5b\x8d\x26\x4b\xdb\xf0\x1e\x48\xbf\x07\x38\x76\x4c\xd1\xcd\xd9\xb3\x30\x89\xe0\x24\x3b\xfb\x3c\x8f\x8b\x71\x27\x40\x79\xef\x17\x67\xb1\xd2\x84\xcd\xfc\x9a\x35\x5f\x7c\x6f\x1e\xdd\xbe\xac\xab\x34\x6d\x0e\x56\xad\x23\xda\xb9\x35\xd4\x1c\xcf\xe0\x7a\x96\x21\x3f\x6c\x75\xe6\xec\x00\xf5\xf9\x21\x96\x27\x8d\xda\x24\xe4\x3c\xf0\x6d\x86\xae\xd3\x36\x9b\xc8\x46\x79\x0e\xc7\x76\xb3\x35\x51\xb7\x71\x1e\x4e\xdf\xb8\xde\x78\x79\x26\xe7\x3a\xb5\x8d\xf3\x71\x25\xde\xce\xd3\x52\xb1\x6f\xe5\xd6\x8e\xd0\x52\xe9\x6f\xe0\xb6\x1c\x0f\xa6\xb3\x66\x26\xfa\x73\xd3\xd8\x2c\x30\x9d\x9e\x59\x9d\xf2\x14\xc7\xd3\xb3\xab\x53\x36\x71\x2c\x6a\xe7\xcd\xbc\x4a\xf5\xf5\x93\x5c\x5a\x17\x9f\x10\xec\xe4\x82\xab\xb1\x3b\x3d\x53\x0b\x71\x19\x26\x89\xf4\xed\x54\x7b\x5e\xa8\x89\x16\x49\x18\x2e\x58\x48\xfc\x43\x1f\x0d\xc2\x3b\x7c\x10\x25\x8a\x90\xec\x81\x82\x10\x0b\xce\xd6\xd0\xaf\xa0\x81\x8f\xe5\x34\xd0\xfc\xe7\xb3\x28\xc2\x34\xa8\xff\xec\xa0\xde\x9a\xd0\xde\x1a\x8b\xdd\xd1\x17\xc7\x3f\x26\x66\xb1\x54\x5b\x8f\x1e\x54\x41\xd0\xad\x31\x20\x94\x48\x82\xc3\x11\x84\xf8\xe0\x82\xcf\x68\x20\xfa\xe8\x6f\x8f\x4a\x34\xa7\x92\x59\x54\x3d\x79\x67\x10\xf2\xac\x36\xad\x25\x3d\x79\xf2\xb4\x22\xd8\xb0\xfd\xc0\x42\x76\x4b\x70\xe5\x4b\xcc\x99\x64\x3e\x0b\xfb\xc8\x1b\x2e\x5a\x79\x16\x55\xc6\x32\xcf\xf4\xe0\xfd\x25\x0c\x8b\x3a\x58\x9d\xa1\xf8\x42\x8e\x59\xb9\xa1\xca\xb1\x96\xa3\x34\x33\xe4\x80\x03\xf2\xe7\xba\x4f\x15\x42\xd5\x7f\xf2\x8b\x8a\xaa\xc0\x90\x44\x44\x8a\x3a\x88\x08\x22\xc6\x0f\xca\x95\x66\xe3\xd9\x7c\xf9\x7e\x35\x9d\xcc\x26\x95\x0d\xda\xac\xed\x19\x4b\x68\xdd\x9b\x22\xf5\xdb\x02\xcb\xdd\x19\x69\x55\xa6\x64\x45\x73\x0b\x07\x21\x19\x07\x1b\x95\x9a\xd8\x9c\x86\x87\x3e\x92\x3c\x81\x56\x71\xe7\x6e\xfe\x65\xd1\xd9\x98\x6f\x04\xa1\x2d\x04\x96\xae\x3f\x1c\xc9\x13\x21\x3f\x57\x60\xa9\x0a\xf1\x82\x63\x1f\x16\xc0\x09\x0b\xf2\x78\xf0\xe4\xe7\x4e\xd5\x44\x95\x93\xea\x39\xda\x36\xc8\xab\x1e\x61\x7e\xbb\x49\xc3\x4b\xe5\x36\xda\xca\xfd\xb4\x42\x4f\x4b\x39\x95\x24\x3a\x67\x6a\xf2\xb4\x24\xfb\x55\xb4\xa9\x55\x70\xb2\xdd\xe6\xc7\x7d\xc7\x6c\x22\xc3\x1d\xa6\x5b\x58\x60\x8e\xa3\x92\x76\x71\x22\x59\x84\x25\xf1\x6b\x06\xcb\xc3\x8c\x12\x57\xb1\x46\x5b\xa0\xde\x70\x16\x95\x31\x9b\x0a\xd1\x44\x89\x77\x25\x07\x1c\x79\x78\x7b\x14\xf9\xcd\x2d\x9c\x63\xae\xd6\xf2\x83\x5c\xff\xba\xfb\x53\x8d\x34\xbd\x5f\xfb\xe1\xd3\x64\x36\x78\x31\x5e\xb9\xde\x72\x3c\x98\x69\x04\xee\x62\x30\xcc\x61\x98\xe2\xcd\xa4\x98\x73\xaa\x05\xf3\xbb\x29\xaf\xa4\x1f\xfe\x1a\x45\x2d\xcb\x55\xc0\x37\x29\x6d\xe5\x7c\xff\x6b\x0a\x5c\x25\xc4\xe7\x69\x0c\x7d\x5d\xb1\x6b\xf6\xde\xfd\xc7\x54\xe7\xb6\x8d\x25\x8a\xb6\xc4\xd7\x0c\xff\xaa\xd2\x92\x61\xf1\x55\xd5\x25\xc3\x62\x3a\x7f\x3b\x5e\xae\x86\x03\x77\xbc\xf2\x06\xcf\xa6\xa6\xa4\xe1\xda\x19\xb6\x8d\x68\x96\x30\x1b\xbc\x5b\x0d\xe7\x37\x37\xe3\xa1\x32\x44\x2b\xeb\x1a\x69\x33\xcf\xe7\x9e\x2e\x4b\x29\xed\xac\xa6\xe3\x86\x42\x91\x95\xb4\x9d\xe7\xe0\xdd\xd9\x3c\x4b\xa4\xcd\x3c\x07\x93\x79\x1b\x9f\xc1\x64\x6e\xc9\xec\xab\xce\xfc\x95\xb9\xbc\x35\x8f\x7e\x5c\x4d\x4f\xa5\x1f\xbb\xcc\xbf\xad\xef\x1b\xe8\xf8\x32\x31\xa5\x27\x11\xb0\x44\xe6\xec\xae\xcf\xc9\xca\x9d\xfa\xb4\x4e\xe7\xe6\x47\x82\xff\x98\x6c\xd4\x96\x8b\x92\x73\xd2\xd3\x74\x5d\xbf\x1d\xfd\xfd\xe2\x87\xea\x1a\xbf\x30\x46\x45\xce\x0e\x5d\xff\xf8\xa4\xfb\xa8\xfb\xa8\x7b\x8d\x9c\x04\xfd\x50\x44\x12\xe4\x8c\xb2\x3f\xad\xcb\x5a\x8b\x00\x74\xe9\x8e\xa7\xe3\xa1\x87\xae\x2f\x4f\x9b\xf9\xe7\xb3\xad\x76\x5e\x82\xbb\xc7\xbc\x17\x92\x75\x4f\xcf\xa5\xa7\x82\xbc\x25\xd7\x6b\x34\xbd\x13\xef\x59\x78\x6e\x66\x57\x3a\xe9\x35\x66\x76\x67\x4a\x42\xa5\x0e\xce\xdf\x34\xaf\x61\x88\x49\x54\x35\xbe\xaf\x7e\xba\x39\xc1\x56\x13\xfd\x29\x99\x52\x6d\xf1\x7c\x51\xbe\xa4\x59\xf4\xb3\xd0\x53\xc9\x85\xbc\xc1\x8b\xfb\x3f\x2f\x69\x5a\xd8\xcc\xf3\x07\x64\x4e\xb9\x3d\x8b\x4c\xc0\x34\x78\xcd\x58\x00\xb9\x69\x97\x80\x83\xb7\x9c\x48\x98\x53\x1f\xd2\x24\xab\x76\xb8\xcc\x9a\x30\x0b\x93\xa8\xec\x3c\xad\xd2\xfc\x36\x9f\xbe\x99\x8d\x57\xc3\xc1\x62\x30\x9c\x78\xef\xef\x3b\xb1\x72\x10\x90\xda\x7b\x9c\xe3\x4e\x08\x05\x5a\xdf\x14\xcb\x1d\x94\xa7\xd9\xed\x20\x94\x76\x1c\x1a\x3f\x1d\x94\x3a\x36\xd5\x2f\x79\xb3\x59\x7d\xba\x1d\x83\x90\x70\x08\x72\x1f\x4c\x37\x22\x21\x58\x1d\xc3\xe5\x30\x11\x92\x45\xfa\x9e\x38\xc7\x52\xbe\xd8\x47\x9c\x25\x12\xba\x68\x0a\x78\x0f\x68\x1d\x62\x7a\xab\x69\x02\xd8\xe0\x24\x94\xf9\x40\xd3\x52\x04\xdd\x6d\xb7\x8f\x7e\x29\xb7\x77\xaa\x8f\xbf\x76\x7f\x49\xdb\xa2\x7f\xed\xfe\x92\x8e\x74\x02\x16\x61\x42\x1d\x91\x6c\x36\xe4\xe3\xaf\x97\xf5\x09\x67\xc0\x14\x16\x73\xa1\xfe\x32\x15\x95\x4f\xbd\x72\xa9\x7d\xf6\xcc\xc4\x5f\x69\x6a\xe2\xac\xb9\xb9\xf5\xc9\x8d\xb2\xfe\xa3\x57\x37\xa3\x89\x71\x22\xdd\x34\xbc\x3e\x54\x5a\x7b\x25\xd3\xee\x1b\xee\x4d\x03\xb6\x5a\x5e\xc6\x99\xaf\xf4\x74\xf4\xbc\x3e\xe0\x3d\xee\x9b\x06\xdd\x5e\x41\x20\x7a\x59\x0c\xaa\x20\xaf\xca\xad\xf8\x61\x71\x6d\x9b\x7a\x9b\x66\x7c\xcc\xf7\x75\xda\x1d\x3b\x6a\x9e\x54\xaa\x08\xbb\xe4\xba\xd0\xd2\xf6\xd9\xe4\xf7\x9c\x31\xd9\xb8\xf8\xd8\x46\xeb\xc6\x1c\x9b\xeb\x0d\xda\xd9\x21\x5f\xf7\x65\xd7\x21\xb9\xa6\xc5\xf5\x75\x46\xe3\x1a\x16\x15\x80\xe5\x7a\x42\x65\x21\x3a\x38\xce\x6a\x47\xa7\xa0\x55\x40\xe8\xee\x65\x42\x4b\x98\x4f\xc1\x7a\x4e\x42\xa0\xc7\x98\x4a\x37\x41\x29\xaa\x4c\x4e\xf7\xc3\xad\xb0\x61\x52\x51\xde\x8e\xe9\xc1\xab\xd7\x2e\x62\x1c\xbd\x1a\x8e\x5f\xeb\x26\xea\x56\x40\xde\x21\x6e\x02\x63\xee\x0b\x9b\xf4\x81\x85\x60\x3e\xd1\xaf\x2d\x74\xd3\xba\xd1\x81\x66\xee\x03\x97\x64\xa3\xfc\x1e\xd0\x03\xe5\xdb\x48\x7b\x5e\x13\x96\x61\x89\xdc\x62\x2f\x1d\x47\x2d\x28\x2a\xef\x27\x2a\x6a\xc0\x34\xb0\x60\x88\x0e\x19\x81\x1a\x79\x52\x31\x8b\x94\x7d\x0d\x4d\x7e\x74\xac\x21\x72\x41\x0a\xf4\x11\x3b\x31\x63\x61\x2f\x22\x54\xff\xc3\x11\xe4\xf7\x62\x47\xc9\x3a\xac\x21\x28\x2d\xfe\xa3\xbd\x65\x94\x7f\x42\x33\x42\x49\x94\x44\x68\xc1\x58\x88\x5c\xf2\x7b\x65\xa9\x55\x3b\x08\x5a\xd1\xe0\x8f\xdf\x04\x0d\xfe\xd8\x82\xa6\xd2\x85\x60\x43\x23\x39\xa6\x02\xfb\x3a\x56\x13\xc1\x42\x13\x14\xbf\x18\x8d\x57\xb0\x43\x93\x8c\x5d\x19\x51\xa5\x9b\xc1\x06\x68\xc7\xee\xb4\x68\x89\xd7\xa1\xf1\x69\x81\x30\x07\x9d\x40\x40\x60\x9c\x88\x45\x31\xe6\x10\x1c\x01\x31\x4d\xf1\x53\x76\xa7\xdc\x57\x05\x42\x4f\x33\xd1\xf9\x64\x0e\xa2\xf5\x94\x6f\x71\xe8\x28\x55\x70\xac\xf2\x73\xa9\x16\x16\x4d\xa2\x35\x70\xb5\xcc\x05\x89\x92\x50\x62\x0a\x2c\x11\xc8\x0f\x49\xda\xb1\x4f\x41\x6b\x40\x34\x00\xcc\x4c\x56\xf0\x29\x8d\xa9\xe1\xac\xd7\x0a\x6c\x00\x53\x7f\x0c\x81\x6e\xe5\x2e\x8b\x3e\x7a\x0d\x4a\x86\xd6\x80\x08\xf5\xc3\x24\x30\xef\xaf\x30\x7a\xfe\x66\x3a\xf5\xc6\xef\x3c\x44\x68\x00\x1f\x1b\x20\x3e\x4f\xc2\xd0\x83\x8f\x32\x77\xf6\xb7\x8a\xdd\x54\x4b\xa8\x21\xac\x57\x1e\x5a\x54\xf8\x7d\x10\xa6\xcc\xdb\x11\x96\xeb\x18\x35\x84\x43\x46\x25\x67\xa1\xd0\xa0\x08\xa5\x2c\x58\xaf\x12\x01\x2b\x75\x16\xdb\xc3\x0a\x13\x86\x04\x48\xa9\xf6\x3b\xbd\x0b\x20\x62\xf0\x9b\xef\x28\xab\x68\x10\x81\xd6\x9c\xdd\xc2\x71\x5e\x6a\x00\x1b\xba\x7a\x2d\xa4\x69\x7f\x4f\x04\xf0\xf6\x4d\xfe\x4d\xfa\x62\xad\x93\x9e\x7e\xf4\x90\x7f\x61\xe7\xf7\x81\xf3\xcf\x47\xce\xff\xfe\xfb\xd3\x63\x95\xf3\x6f\x81\xea\x16\xe0\x3e\x82\x8f\x31\x07\x21\x6a\xeb\xb1\x74\x71\x5d\x4b\x0d\x5a\x91\xc5\x45\x18\xb6\xa3\x2b\xc5\x69\x83\xee\xb2\x0c\xed\xe9\xfd\xe5\x19\xd8\x4a\xf5\xc0\x76\x6c\x2a\xec\x29\xaf\x2a\x3d\x4c\x4c\xcf\x1b\x26\x59\xcd\x40\x99\x83\xb3\x35\x7e\xe9\xef\xe6\xb4\x85\x86\x38\xc6\x3e\x91\x87\x1c\x4b\xed\xc4\xd2\x92\x46\x5d\xbf\x20\xdf\x21\x8b\xca\x7a\xc1\x6d\xd9\x53\x63\xe3\xcd\x1f\x91\x47\x65\xc0\x9a\x13\xa9\x96\xe6\x9a\x2c\x07\x36\x97\x45\xdd\x0f\x3e\xd8\x73\xaa\xcf\xcf\x6b\xd2\xdb\xb7\x5b\x38\x1c\xe5\x13\x19\xe2\xc6\xec\xc6\xda\xb3\xf3\x0d\xf2\x9c\x8c\xbe\x11\x51\x73\x8a\xd3\xd8\xf4\x53\x83\x95\x3f\xb7\x34\x1d\xf7\x8d\x8b\x34\xd7\x41\x4a\xf7\xd5\x6b\xb5\xa5\x77\xa8\x7d\xe1\xde\x64\x75\x15\x15\xf8\xef\x76\xc4\x37\x86\x2d\xd5\x6d\x84\xd6\x6f\xf6\x88\x6e\x46\x82\x20\x84\x3b\x95\x0f\xe8\x02\x93\x4e\x0d\x4c\xf4\xa5\x42\xe2\x30\x84\x40\x3f\xe7\x15\x35\x1e\x6a\x00\x65\x3c\xc2\x61\x78\x28\x48\x51\xea\xdb\xf9\x55\x59\x51\xe7\x31\xe7\xbe\xf7\x2c\x41\x62\xc7\x92\x30\x40\x8c\x86\x07\xfd\xc6\x4f\xed\x58\x11\x0b\xc8\xe6\x60\xde\x75\x92\x0d\x3a\xb0\xe4\x72\x0f\x25\xbe\x47\x73\x50\xdb\x9a\xe6\x18\x90\xcd\x06\xb8\x0a\x50\xb9\xa8\x5e\xe9\x35\x74\xc5\x4c\x25\x0e\x85\xa2\x72\x9d\xdb\xab\x50\x2d\xa1\xa9\x78\x4d\x57\x33\x42\xfa\x48\x30\xcd\xb4\xf5\x63\x6c\xa2\xaf\xb9\x18\xcf\x9f\x45\xd7\xb1\xa5\x63\x06\x15\xe2\xa3\x1d\xe9\x73\xfd\xc8\xda\x29\xd6\xee\x41\x6d\xe0\x9b\xfc\xdf\x0a\xfe\xab\x17\x81\xb5\x31\xed\x04\x78\xfd\x8e\xdd\xa4\x40\xa5\x37\xf2\xa5\x47\xed\x69\x88\x33\x21\x24\x80\x88\xe9\xa7\xef\x0f\x8f\x7c\x25\x25\xd7\x0c\x2b\x88\x4c\x73\x9b\x25\x7e\x65\x96\x35\x45\x11\xc9\xd2\x4a\x5f\x5d\x38\xf1\xa1\x6b\xde\xbe\x12\x91\xd7\x4f\x4c\xa6\x6b\xee\x5b\xaa\xef\xd7\x4d\x65\x45\xa7\xff\x86\xe8\x81\x78\x58\xd9\x46\x62\xf0\xc9\x86\x40\x50\x3c\xd7\xc6\x61\xd4\x34\x9d\xf4\xfd\x54\xd9\xb1\x5a\x5a\xef\xce\x09\xd2\xb5\xff\x5f\x81\x52\xc2\x29\xe1\x47\xe1\xd8\xda\xa5\x77\x62\x5f\x2d\x3a\x14\x1a\x76\xd6\xd4\xc4\x05\x5d\xf7\xc3\xed\xf1\x69\x38\x85\xe6\x29\x2a\xe4\x2a\xb2\x0a\xaa\x52\xa7\xdf\x39\xca\x28\x81\xfa\xa2\xb3\xf9\x31\x1a\xbb\xb2\x6c\xbd\x7e\x5f\x94\x24\xd5\xb5\x58\xd7\x59\x9a\xe4\x3c\x34\xd1\xfb\x4d\xf6\xbf\x08\x30\x69\x5f\xa9\xeb\xe3\x8c\x89\xb8\x59\xbe\x63\x9d\xc6\xe7\x27\x59\x12\x6f\xd5\x52\x49\x44\x71\xd4\xbf\x30\x0f\x4d\xcd\x4e\x86\x84\x0e\xf4\x5d\xe4\x1d\x62\xe2\xab\x7d\xea\xca\xec\x2f\x38\x24\x5b\x6a\x96\x5a\x9e\xf8\x44\xf8\x03\xe3\xdd\x88\x50\x35\x39\x73\x7f\xa0\x14\xa7\xcf\x19\x0d\xa7\x0f\xbd\x99\xa0\x74\x37\x31\x97\x21\xe5\xa3\x48\xfd\xf2\xa3\x65\x1f\xb9\xf8\xb9\xfb\xe4\xc2\x76\x86\xd2\x77\x37\x69\xef\x98\x69\x2c\x3b\xc2\x52\x90\xcd\x0c\xd9\x54\x91\x15\x58\x4a\xdd\x66\xd5\x9c\xfa\xff\x03\x00\x00\xff\xff\x5e\xc0\xfd\x58\xf7\x44\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72MysqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5b\xff\x93\xda\x38\xb2\xff\x9d\xbf\x42\x45\xa5\x6a\x92\x7a\x63\xc8\x6c\x76\x2f\x79\xbc\xbd\xad\x22\x40\x12\x12\x66\xe0\xb0\x73\x49\xee\xea\x8a\x12\x76\x03\xca\xd8\x92\x57\x92\x99\x61\x53\xf3\xbf\xbf\x92\x64\x1b\xdb\xc8\x86\x99\x7c\xd9\xad\xcb\x4f\x19\xdc\xea\xfe\xf4\x17\xa9\x5b\x2d\x09\xc7\xe4\x9f\xc0\x05\x61\xb4\x87\x24\x44\x71\x88\x25\x74\x58\x0c\x54\x6c\xc8\x4a\x76\x08\xeb\x6e\x2f\x5a\xd7\x84\x06\x3d\xe4\xa5\x9f\x5b\x21\x5e\x42\x28\x7a\x2d\x84\xf8\xc6\x11\x82\xf5\xd0\xf3\xce\x4f\xce\xf6\xa2\xf3\x73\xe7\x69\x0b\xe5\x6c\x7a\x48\x08\xf6\xfc\x27\x27\xda\x89\xdf\xc3\x56\x04\x42\xe0\x35\xf4\xd0\x59\x1f\x51\xb8\x41\xf3\x37\x8e\xeb\x4e\x91\x00\xbe\x25\x3e\xa0\xc7\x89\x20\x74\x8d\x2e\x77\xee\x3f\x26\x4f\xd0\x06\x0b\xb4\x04\xa0\xc8\xe7\x80\x25\x04\x88\x50\xb4\x63\x09\x47\x31\x67\x9f\xc1\x97\x1d\xe4\x6d\xa0\x85\x10\x0e\x22\x42\x51\x22\x80\x53\x1c\x41\x37\xc6\x42\xdc\x30\x1e\xa0\x15\xe3\x08\xfb\x3e\x08\xcd\x54\x6e\x00\x45\x58\x48\xe0\x88\x03\x0e\x23\xb4\x25\x58\xff\x98\x62\xf0\x19\x15\x2c\x04\x44\x44\x0b\xa1\x47\x5f\x5c\x77\xba\xe8\x0f\x2f\xc7\x57\x8b\xf7\xee\x68\x7e\xd5\xbf\x1c\xdd\x75\x8b\xbf\xce\xfa\xae\xfb\x61\x3a\x1f\xde\x69\x14\xc7\xa4\x2b\x83\x6c\xc0\x28\x86\x02\x2c\xf1\x12\x0b\x40\xed\x47\x5f\x86\x2f\x17\xc3\xbe\xd7\x7f\xd9\x77\x47\x77\x6d\x44\x04\xd2\x3f\x15\x45\x0e\x5f\x16\x65\xcd\x42\x50\x23\x97\x4a\x6f\x91\x70\x40\x92\xa5\xe6\xd1\x02\x56\x2c\x0c\xd9\x8d\x52\x57\x80\xcf\x41\x8a\x9e\x12\xf2\xc6\xf3\x66\xee\xc2\x1d\x0d\xe6\x23\xef\xae\xad\x34\x95\x98\xd0\xcc\x28\xd9\xf7\x77\xa3\x4f\xae\x37\x9d\x8f\xee\x5a\x08\xad\x48\xa8\x75\x32\x6a\x68\xf7\x18\x9e\x4a\xa4\x1a\x0f\x54\xfe\x9f\x62\xfd\xf6\xf5\x7c\xfa\x7e\xe6\x2e\x46\x57\x83\xf9\xa7\x99\x57\x27\x44\x9b\xb4\x4a\x9b\x0b\x3c\x10\xe7\x27\x5c\x0d\x7c\xfb\x9a\xb3\x24\x16\xc8\x67\x51\x94\x50\xe2\x63\x49\x18\x15\x5a\xae\x72\x84\x37\x7f\xef\x7a\x9a\x43\x2e\xb6\x85\x0e\xb5\x2b\x93\xd6\x0a\x4b\xc3\x80\xc3\xef\x09\x08\x29\x3a\x67\xad\x08\x24\x56\xbe\x52\x31\x8e\x29\x65\xd2\xc8\x57\x7f\x22\x14\x80\xf0\x39\x89\xa5\x9e\x33\x7d\x8a\xe0\x16\x47\x71\x98\x47\xd3\x73\x84\xe3\x38\x4c\x21\xa3\x1b\x22\x37\x08\x57\xdc\xdf\x41\xaf\x18\x47\x11\xe3\x80\x08\x5d\x31\x1e\x69\x5a\xcd\x1c\x21\xbc\x64\x89\x44\x49\x1a\xb9\x44\xe4\xf3\xe9\x1c\x09\x00\xb4\x91\x32\x16\xbd\x6e\x77\x4d\xe4\x26\x59\x76\x7c\x16\x75\x3f\x2f\x99\x10\x4e\x3e\x69\xbb\x05\xf9\x4e\x36\x58\x74\x34\x7b\xe2\x33\x3a\x08\xb1\x10\x3d\xfd\x5f\x35\x7b\xf5\xef\xa5\x19\x1f\x10\x11\x87\x78\xe7\xa8\xa8\xee\xa1\x39\x04\xe8\x0d\x96\xc8\x25\x74\x1d\x02\x72\xc9\x9a\x3a\x53\xaa\xa6\x3c\xfa\x9f\x54\xaf\xc7\xa3\x78\x03\x11\x70\x1c\x6a\x7d\x53\x45\xd4\x7c\x90\x1b\xce\x92\xf5\x06\x79\x13\xf7\xc9\xa1\xa0\x98\xb3\x2d\x09\x80\x3b\x56\x89\xe7\x68\x4c\x7d\x03\x5b\xe2\xb5\xd0\xcb\xc9\xf9\x35\xec\xfc\x90\xe1\xeb\x73\xad\xf4\xf9\x86\x04\x01\x18\xcb\xd9\x57\xaf\x80\xf9\x49\x04\xd4\x38\xd0\x49\x78\xd8\xcb\x2d\x68\xa6\x68\x87\x43\xb0\xc1\x52\x1b\xb2\x44\xdc\x05\xda\xe5\x10\x38\x1b\x2c\x1d\xa1\x75\x77\x84\xd2\x9d\xd1\x6e\x83\xbc\x90\xd1\xb5\x53\x8a\x10\xaf\xe8\x43\x14\xc0\x8a\x50\x10\x88\x83\x60\x09\xf7\x41\x20\x0a\x10\x40\x90\xda\x4c\x32\x14\xc0\x16\x42\x16\x37\xd9\x5d\xcd\x4a\xe0\x48\x85\x52\x80\x02\x88\x43\xb6\x53\xb0\xcf\x0b\xff\x57\x93\x61\x45\xd6\x09\x2f\x86\x96\x8a\x7a\xe3\x31\x13\x5e\x90\xbb\xed\xb1\x02\xc8\x38\xe6\xbb\x27\x48\x48\xc6\xf1\x1a\xce\x11\xa6\xc1\xc1\x24\x29\x4d\xc8\x94\xad\x61\x56\x71\x77\xa7\xc1\x48\x22\x89\x63\xc6\xe5\x11\x77\x68\x06\xdb\x2c\x39\x99\x54\xe3\x94\x32\x8d\x09\x97\x62\x96\x31\xbf\x89\x18\xfb\xd0\xdb\xc7\x5a\x8b\x2d\x55\xd6\x10\xbd\x96\x83\x8a\x09\x6f\x7b\xd1\x42\xc8\x24\x37\xd7\xe4\xa1\x16\x42\xc5\xb9\x6f\x99\xfd\x95\xf9\xaf\x32\xc0\x0d\x2c\x53\x97\x9c\x09\xad\x0e\x52\xda\x75\x52\xf2\x34\xc3\x75\x70\x18\x6f\x70\x25\x38\x21\x06\x1a\x00\xf5\x09\x88\x1e\x3a\xfb\xf7\x97\xb6\x42\xdf\xd6\x2b\x77\x7f\x36\x9b\x8c\x07\x7d\x6f\x3c\xbd\x5a\xe8\x84\x60\x34\x6c\x9f\xa7\x6c\x11\x6a\x2b\xe4\x8a\x38\xc5\xde\xbe\xfb\xcf\x99\xfe\xb8\xcf\xcf\x5a\x83\xfd\x6a\xd0\x43\x16\xbe\x29\x99\xcf\xa2\x98\x51\xa0\xb2\x97\xea\xa2\x7f\x37\x16\xb6\x8f\x12\x31\xf8\x46\x88\x52\x37\x95\xe7\xe8\x3f\x7a\xe8\xc5\xd3\x17\x4f\xb3\x98\xc6\x7c\x0d\x72\x56\xfe\x59\x40\x08\xbe\x64\x7c\x6f\xd4\x2c\x72\x07\x3a\x70\xed\x42\x7f\x8c\xfb\xc4\x7f\x9b\xff\x4c\xf6\x76\x1e\xe2\xc6\x9f\x7f\x7e\x66\x73\x63\xf6\xf3\x5f\xc8\x8d\x79\x6d\x95\xfb\x72\xef\xc5\xaf\xb5\x68\xc6\xbb\x79\x4e\xe4\x6b\x50\xa3\x49\x9f\x3d\x7b\xfa\x37\x8b\x49\xf3\x9f\x1f\x64\xd2\x54\xf4\x77\x31\x6c\x56\x8b\xc5\x7a\x95\x67\x5c\xea\x3c\xe2\x87\x89\xaa\xa8\x09\x5d\xdb\x27\xca\x75\xb2\x04\x4e\x41\x55\x1e\x84\x75\x25\x0b\x81\x63\x09\x4e\x42\x39\xe0\x60\xe7\x00\x0d\x62\x46\xa8\x2e\x53\x25\x4f\xa0\xfd\x50\x3f\xd5\x7b\x23\x36\xd5\xf7\xde\x19\x29\xe4\xf1\xac\x87\xae\x18\x85\x43\x07\x19\x5e\xe9\xb8\xec\x6b\x0f\xbd\x78\xf1\xe2\xc5\xb7\x8d\x76\x12\xd8\x21\xab\xd5\x27\xf7\xd9\x9c\x25\xf2\xfe\x1e\xd3\xa3\xcc\x16\x64\x6f\xbe\x2c\x2f\x65\x2e\xfa\x73\xd2\xc4\x86\x09\xa9\xa8\xde\x4c\x5d\x4f\x7d\x5d\xa8\xdd\x87\x61\x2c\x59\x86\xa3\x9e\xd5\x3d\xed\x28\xbe\xa3\x21\xc5\x77\xb6\xe4\x89\x0b\xb6\xd5\xa0\x6e\x6a\xd1\x3d\x20\x09\x3c\x22\x34\x05\x54\x28\xd3\xac\x96\x6f\x10\x5d\xbb\xba\x0c\x2b\xf3\xe0\xc0\xd6\x3f\x3c\xd4\x38\x68\x11\xa2\x87\x2e\xbe\x62\xe6\xea\x91\x52\xad\x5b\xeb\x5d\x6e\xcc\x5d\xac\xb7\x28\x66\xeb\x5d\x2a\x72\x33\x92\xb2\xee\x87\xfa\xdf\xc3\x06\xf5\x76\xb8\xaf\x1e\xc7\x6c\xa7\x75\xcd\xed\x67\xe4\xea\xed\x34\xf0\x02\x70\x07\x01\xdd\x16\xf5\xc8\x16\xcd\xe1\xcb\x85\x3b\x9a\xff\x73\x3c\x18\x2d\x66\xf3\xd1\xab\xf1\xc7\xc5\x65\x7f\x36\x1b\x5f\xbd\x2e\xd0\x22\xb4\xc5\x61\xd2\x94\x3b\xff\x3e\x7c\x69\xe7\xfd\xf6\x6a\x38\xb6\x73\x4a\x3f\xde\xd9\xc7\x65\xed\x94\xda\xb1\x79\xbf\xc5\x3e\x3e\xeb\xbf\xd4\x8e\xcf\x1b\x34\xf6\xf1\x59\x87\xa7\x76\x7c\xde\x02\xb2\x8c\xf7\x3e\xe6\x9f\xbf\x8b\x51\x75\x33\x6b\x3a\x9d\x2c\xdc\xf1\xbf\xea\x11\x96\xa8\x6a\xd4\xbc\xec\x7f\x3c\x85\x53\x91\xaa\x86\x93\xf7\x71\x31\x76\xa7\x13\xad\x44\x2d\xa3\x22\x91\x8d\x4f\xd6\x6e\x52\xa6\x5a\xcc\xe6\x53\x6f\x3a\x98\x4e\x6c\xdc\xf6\xd5\xfc\xf0\xca\x90\x5b\xb8\x4d\x67\xa3\x2b\xf7\xcd\xf8\x95\xb7\xc8\x88\xf2\x50\xaf\x0f\xad\xda\x72\xe4\x1e\xdc\x67\xd3\xb9\x67\xe3\xde\x56\x05\x49\xdb\xc2\xab\xdc\xcd\x5b\x0c\xc7\x73\xdb\xf0\x2e\x48\xbf\x0b\x38\x76\x4c\xa3\xd0\xd9\xb2\x30\x89\xe0\x28\x3b\xbb\x9e\x87\x0d\xc4\x23\xa0\xbc\x4f\xb3\x93\x58\x69\xc2\x7a\x7e\xf5\x96\xdf\x7f\xaf\x1f\xdd\x3c\xad\xcb\x34\x4d\x01\x56\xee\x7d\xda\xb9\xd5\xf4\x49\x4f\xe0\x7a\x92\x23\x3f\xaf\x75\x75\xee\x00\xf5\xf9\x2e\x96\x47\x9d\x5a\x27\xe4\x34\xf0\x4d\x8e\xae\xd2\xd6\xbb\xc8\x46\x79\x0a\xc7\x66\xb7\xd5\x51\x37\x71\x1e\x4c\xde\xbb\xde\x68\x7e\x22\xe7\x2a\xb5\x8d\xf3\xe1\xe9\x81\x9d\xa7\xe5\x94\xa1\x91\x5b\x33\x42\xcb\xe9\x44\x0d\xb7\xf9\xa8\x3f\xb9\xac\x67\xa2\x3f\xd7\x8d\xcd\x16\xa6\xe3\x9a\x55\x29\x8f\x71\x3c\xae\x5d\x95\xb2\x8e\xe3\xbe\xdf\x5f\xcf\xab\x70\x26\x70\x94\x4b\xe3\xe4\x13\x82\x1d\x9d\x70\x15\x76\xc7\x35\xb5\x10\x17\x61\x92\x48\x1f\xa3\x35\xd7\x8c\x9a\x68\x96\x84\xe1\x8c\x85\xc4\xdf\xf5\x50\x3f\xbc\xc1\x3b\x51\xa0\x08\xc9\x16\x28\x08\x31\xe3\x6c\x09\xbd\x12\x1a\xb8\x2d\x96\x81\xe6\x9f\xcf\xa2\x08\xd3\xa0\xfa\xb3\x83\xba\x4b\x42\xbb\x4b\x2c\x36\x07\x5f\x1c\xff\x90\x98\xc5\x52\xa5\x1e\x3d\xa8\x84\xa0\x53\x61\x40\x28\x91\x04\x87\x43\x08\xf1\xce\x05\x9f\xd1\x40\xf4\xd0\xdf\x9e\x16\x68\x8e\x15\xb3\xa8\xbc\xbb\xcf\x20\xe4\x55\x6d\xda\xc9\x7a\xfe\xfc\x45\x49\xb0\x61\xfb\x99\x85\xec\x9a\xe0\xd2\x97\x98\x33\xc9\x7c\x16\xf6\x90\x37\x98\x35\xf2\xdc\xf7\x3e\x8b\x3c\xd3\xcd\xfd\x43\x18\xee\xbb\x70\x55\x86\xe2\x81\x1c\xb3\x96\x46\x99\x63\xa5\x46\xa9\x67\xc8\x01\x07\xe4\xcf\x0d\x9f\x32\x84\x72\xfc\xe4\xa7\x2b\x65\x81\x21\x89\x88\x14\x55\x10\x11\x44\x8c\xef\x54\x28\x5d\x8e\x2e\xa7\xf3\x4f\x8b\xc9\xf8\x72\x5c\x4a\xd0\x66\x6e\x5f\xb2\x84\x56\xa3\x29\x52\xbf\xcd\xb0\xdc\x9c\x50\x56\x65\x46\x56\x34\xd7\xb0\x13\x92\x71\xb0\x51\x29\xc5\xa6\x34\xdc\xf5\x90\xe4\x09\x34\x8a\x3b\x35\xf9\x17\x45\x67\x63\xbe\x11\x84\xa6\x25\xb0\x70\x42\xe3\x48\x9e\x08\x79\x5f\x81\x85\xce\xc5\x6b\x8e\x7d\x98\x01\x27\x2c\xc8\xd7\x83\xe7\xbf\xb4\xca\x2e\x2a\xed\x54\x4f\xb1\xb6\x41\x5e\x8e\x08\xf3\xdb\x55\xba\xbc\x94\x4e\xd0\xad\xdc\x8f\x1b\xf4\xb8\x94\x63\x45\xa2\x73\xa2\x25\x8f\x4b\xb2\x1f\x9f\x9b\x3e\x06\x27\xeb\x75\xbe\xdd\x77\x4c\x12\x19\x6c\x30\x5d\xc3\x0c\x73\x1c\x15\xac\x8b\x13\xc9\x22\x2c\x89\x5f\x71\x58\xbe\xcc\x28\x71\x25\x6f\x34\x2d\xd4\x2b\xce\xa2\x22\x66\xd3\x55\x1a\x2b\xf1\xae\xe4\x80\x23\x0f\xaf\x0f\x56\x7e\x73\x50\xe8\x98\xd3\xbf\x7c\x23\xd7\xbb\xe8\xfc\x5c\x21\x4d\x4f\x03\x1f\x7d\x19\x5f\xf6\x5f\x8f\x16\xae\x37\x1f\xf5\x2f\x35\x02\x77\xd6\x1f\xe4\x30\x4c\x63\x67\xbc\xd7\x39\xb5\x82\xf9\xdd\xb4\x57\xd2\x0f\x7f\x5e\x23\xec\xc1\x07\x11\xdf\xa4\x21\x96\xf3\xfd\x8b\xb5\xc5\x4a\x56\x79\x98\x3e\xa7\xd9\x13\x7d\x5d\x93\xec\xf2\x93\xfb\x8f\x89\xae\x89\xed\xd5\xdf\x91\x7e\x94\x19\xfe\x55\x2d\x29\xc3\xe2\xab\xba\x52\x86\xc5\x64\xfa\x61\x34\x5f\x0c\xfa\xee\x68\xe1\xf5\x5f\x4e\x4c\x2b\xc4\xb5\x33\x6c\x1a\x51\x2f\xe1\xb2\xff\x71\x31\x98\x5e\x5d\x8d\x06\xca\x11\x8d\xac\x2b\xa4\xf5\x3c\x5f\x79\xba\x9d\xa5\xac\xb3\x98\x8c\x6a\x1a\x4c\x56\xd2\x66\x9e\xfd\x8f\x27\xf3\x2c\x90\xd6\xf3\xec\x8f\xa7\x4d\x7c\xfa\xe3\xa9\x65\x47\x50\x0e\xe6\xaf\xdc\x03\x58\xeb\xef\x67\xe5\xb2\x56\xfa\xb1\xcb\xfc\xeb\x6a\xbe\x41\x87\x07\x9d\x29\x3d\x89\x80\x25\x32\x67\x77\x71\x4a\x35\xef\x54\xd5\x3a\x5e\xd3\x1f\x08\xfe\x31\x55\xac\xad\x86\x25\xa7\x94\xb5\xe9\xbc\xfe\x30\xfc\x7b\xfb\x51\x79\x8e\xb7\x8d\x53\x91\xb3\x41\x17\x3f\x3d\xef\x3c\xed\x3c\xed\x5c\x20\x27\x41\x8f\xf6\x2b\x09\x72\x86\xd9\x9f\xd6\x69\xad\x45\x00\x3a\x73\x47\x93\xd1\xc0\x43\x17\x67\xc7\xdd\xfc\xcb\xc9\x5e\x3b\xad\x30\xde\x62\xde\x0d\xc9\xb2\xab\x75\xe9\xaa\xc5\xda\x52\x23\xda\x5c\x5f\x22\x3d\x52\x0b\x16\xf6\x86\x96\x5a\x10\xa2\x58\xee\x86\x84\x97\x5d\x17\x41\x40\x92\xa8\x87\xda\xed\x93\x22\x31\x87\xf3\xa3\x0b\xa5\xca\x1c\x78\x50\xb9\xa4\x59\xf4\xb2\x15\xa4\x54\x0a\x79\xfd\xd7\x77\xdf\xbd\x66\x8a\x95\x61\x40\x6a\xab\x39\x87\x97\x0c\x94\x50\x7d\xd8\x2a\x37\x50\xac\x02\x3a\x2d\x84\xd2\xdb\x81\xa6\x82\xed\x17\x2e\x57\xaa\x5f\xf2\x6b\x60\x55\xab\xb5\x90\xbe\xd1\x49\x38\x04\xb9\xed\xd3\x75\x54\x08\x56\xc5\x70\x36\x48\x84\x64\x91\x3e\x52\xcd\xb1\x14\xcf\xcc\x11\x67\x89\x84\x0e\x9a\x00\xde\x02\x5a\x86\x98\x5e\x6b\x9a\x00\x56\x38\x09\x65\x3e\xd0\xdc\xef\x81\xce\xba\xd3\x43\xbf\x16\x6f\x62\xaa\x8f\xbf\x75\x7e\x4d\x6f\x30\xff\xd6\xf9\x35\x1d\xe9\x04\x2c\xc2\x84\x3a\x22\x59\xad\xc8\xed\x6f\x67\x55\x85\x33\x60\x0a\x8b\x39\x93\x7e\x93\x8a\xca\x55\x2f\x9d\xff\x9e\xac\x99\xf8\x2b\xa9\x26\x4e\xd2\xcd\xad\x2a\x37\xcc\x2e\xfd\xbc\xbd\x1a\x8e\x4d\x10\xe9\xfb\xbd\xcb\x5d\xe9\x16\xae\x64\xba\x25\x10\x6e\xcd\x5d\x69\x35\x91\x4d\x83\xe0\x5c\xab\xa3\xf5\xfa\x8c\xb7\xb8\x67\xee\xd2\x76\xf7\x04\xa2\x9b\xcd\xbd\x12\xf2\xb2\xdc\x52\x1c\xee\x4f\x2b\xd3\x68\xd3\x8c\x0f\xf9\xbe\x4b\x6f\xb2\x0e\xeb\x95\x4a\x0d\x61\x97\x5c\x15\x5a\x58\xfd\xeb\xe2\x9e\x33\x26\x6b\x27\x1f\x5b\x69\xdb\x98\xdd\x62\xf5\x2e\x75\xb6\xb7\xd5\x57\xa8\xab\x90\x5c\x73\x1d\xf5\x5d\x46\xe3\x1a\x16\x25\x80\xc5\x6d\x74\x69\x22\x3a\x38\xce\x5a\x26\xc7\xa0\x95\x40\xe8\x9b\xc6\x84\x16\x30\x1f\x83\xf5\x8a\x84\x40\x0f\x31\x15\x0e\x40\x52\x54\x99\x9c\xce\xe7\x6b\x61\xc3\xa4\x56\x37\x3b\xa6\xc7\x6f\xdf\xb9\x88\x71\xf4\x76\x30\x7a\xa7\x2f\x3c\x37\x02\xf2\x76\x71\x1d\x18\x73\x4c\x56\x67\x0f\x2c\x04\xf3\x89\x7e\x18\xa1\xef\x97\x1b\x1b\x68\xe6\x3e\x70\x49\x56\x2a\xee\x01\x3d\x56\xb1\x8d\x74\xe4\xd5\x61\x19\x14\xc8\x2d\xfe\xd2\xeb\xa8\x05\x45\xe9\xa9\x43\xc9\x0c\x98\x06\x16\x0c\xd1\x2e\x23\x50\x23\x8f\x1a\x66\x96\xb2\xaf\xa0\xc9\x77\x3e\x15\x44\x2e\x48\x81\x6e\xb1\x13\x33\x16\x76\x23\x42\xf5\x7f\x1c\x41\xfe\xd8\x67\x94\xec\x36\x34\x04\x85\xc9\x7f\x90\x5b\x86\xf9\x27\x74\x49\x28\x89\x92\x08\xcd\x18\x0b\x91\x4b\xfe\x28\x4d\xb5\xf2\xc1\x79\x23\x1a\x7c\xfb\x4d\xd0\xe0\xdb\x06\x34\xa5\xc3\x77\x1b\x1a\xc9\x31\x15\xd8\xd7\x6b\x35\x11\x2c\x34\x8b\xe2\x83\xd1\x78\x7b\x76\x68\x9c\xb1\x2b\x22\x2a\x1d\xe2\xdb\x00\x6d\xd8\x8d\x16\x2d\xf1\x32\x34\x31\x2d\x10\xe6\xa0\xaf\x9e\x43\x60\x82\x88\x45\x31\xe6\x10\x1c\x00\x31\x17\xd8\x27\xec\x46\x85\xaf\x5a\x08\x3d\xcd\x44\xd7\x51\x39\x88\xc6\x4d\xaa\x25\xa0\xa3\xd4\xc0\xb1\x2a\x32\xa5\x9a\x58\x34\x89\x96\xc0\xd5\x34\x17\x24\x4a\x42\x89\x29\xb0\x44\x20\x3f\x24\xe9\xed\x7a\x0a\xda\x02\xa2\x06\x60\xe6\xb2\x3d\x9f\xc2\x98\x0a\xce\xea\x56\xd7\x06\x30\x8d\xc7\x10\xe8\x5a\x6e\xb2\xd5\x47\xcf\x41\xc9\xd0\x12\x10\xa1\x7e\x98\x04\xe6\xa9\x14\x46\xaf\xde\x4f\x26\xde\xe8\xa3\x87\x08\x0d\xe0\xb6\x06\xe2\xab\x24\x0c\x3d\xb8\x95\x79\xb0\x7f\x50\xec\x26\x5a\x42\x05\x61\x75\xe3\xdc\x60\xc2\xef\x83\x30\x65\xde\x8c\xb0\xb8\x0d\xaf\x20\x1c\x30\x2a\x39\x0b\x85\x06\x45\x28\x65\xc1\x72\x91\x08\x58\xa8\x0d\xc5\x16\x16\x98\x30\x24\x40\x4a\x95\xef\x74\x16\x40\xc4\xe0\x37\xdf\x51\xb6\x21\x27\x02\x2d\x39\xbb\x86\xc3\xba\xd4\x00\x36\x74\xd5\xad\x7c\x5d\x7e\x4f\x04\xf0\xe6\x24\xff\x3e\x7d\x5c\xd6\x4a\xab\x7e\x3d\xe4\xdf\xd8\xf9\xa3\xef\xfc\xeb\xa9\xf3\xbf\xff\xf9\xf2\x4c\x95\xe2\x6b\xa0\xfa\x76\x6d\x0f\xc1\x6d\xcc\x41\x88\xca\x7c\x2c\x9c\xd7\x56\x4a\x83\x46\x64\xf1\x7e\x19\xb6\xa3\x2b\xac\xd3\x06\xdd\x59\x11\xda\x8b\xbb\xb3\x13\xb0\x15\xda\x59\xcd\xd8\xbe\x41\xa1\x92\xdd\x64\xb6\x15\x28\xb5\x57\x3a\x7e\x44\xa9\x92\x01\xab\xaf\x55\x1a\xae\x6d\x64\x65\xa6\x39\x86\xe8\x7c\xf6\xc1\x5e\xb6\xdc\xbf\x74\x48\xcf\x75\xae\x61\x77\x90\xb2\x33\xc4\xb5\x05\x84\xf5\x36\xc8\x37\x28\x25\x32\xfa\x5a\x44\xf5\x55\x44\xed\x75\x92\x0a\xac\xfc\xf1\xa1\xb9\x2f\x5e\x3b\x0f\x72\x1b\xa4\x74\x5f\x3d\x1d\x1a\x6e\xa5\x34\xcf\x8d\xab\x6c\xcb\xae\xd6\xd6\x9b\x0d\xf1\x8d\x63\x0b\x2d\x01\xa1\xed\x9b\xbd\x29\xbb\x24\x41\x10\xc2\x8d\x4a\xb9\xba\x77\xa1\xb3\xaf\x59\xe0\xa8\x90\x38\x0c\x21\xd0\x8f\x5b\x45\x85\x87\x1a\x40\x19\x8f\x70\x18\xee\xf6\xa4\x28\x8d\xed\xfc\x10\x66\xdf\x42\x30\x5b\xab\x4f\x2c\x41\x62\xc3\x92\x30\x40\x8c\x86\x3b\xfd\xe4\x4d\x25\x85\x88\x05\x64\xb5\x33\xaf\x1c\xc9\x0a\xed\x58\x72\xb6\x85\x02\xdf\x03\x1d\x54\xe6\xd0\x1c\x03\xb2\x5a\x01\x57\x99\x38\x17\xd5\xcd\xde\x06\x57\xdd\x54\xe0\xb0\x37\x54\x6e\x73\x7b\x83\xa3\x61\x13\xb5\x7f\x55\x56\x71\x42\xfa\x42\x2e\x2d\x66\xf5\xd3\x64\xa2\x8f\x49\x18\xcf\x1f\x09\x57\xb1\xa5\x63\xfa\x25\xe2\x83\x45\xff\xbe\x71\x64\xbd\x83\xd4\x1c\x41\x4d\xe0\xeb\xe2\xdf\x0a\xfe\xab\x27\x81\xf5\xca\xd3\x11\xf0\xfa\x55\xb7\xa9\x32\x0a\x2f\xc6\x0b\x4f\xbc\xd3\x25\xce\x2c\x21\x01\x44\x4c\x3f\x04\x7f\x72\x10\x2b\x29\xb9\x66\x58\x42\x64\xae\x4d\x59\xd6\xaf\xcc\xb3\xa6\xef\x20\x59\xfa\xf2\xbb\x2a\x9c\xf8\xd0\x31\x4f\x41\x89\xc8\x5b\x14\xa6\x98\x34\x1d\xf9\xf2\x6b\x6e\xd3\xbc\xd0\x15\xb6\x21\x7a\x2c\x9e\x94\xd2\x48\x0c\x3e\x59\x11\x08\xf6\x8f\x97\x71\x18\xd5\xa9\x93\xbe\xfe\x29\x06\x56\xc3\xa5\xae\x53\x16\xe9\xca\xeb\x7d\x65\x84\x63\xc2\x0f\x96\x63\xeb\xfd\xaf\x23\x79\x75\x7f\xf6\x5d\x93\x59\x53\x17\xef\xe9\xd4\x26\xfe\x20\x57\xa4\xd0\x3c\x45\x85\x5c\x45\x56\x42\x55\xb8\x43\x76\x8a\x31\x0a\xa0\x1e\xb4\xfd\x3d\x44\x63\x37\x96\xed\x16\xd9\x83\x8a\xa4\xaa\x15\xab\x36\x4b\x8b\x9c\x27\x66\xf5\x7e\x9f\x3d\x98\x37\x7d\xf5\xc2\x7d\x82\x13\x14\x71\xb3\x7a\xc7\xaa\xc6\xfd\x8b\x2c\x89\xd7\x6a\xaa\x24\x62\xbf\x9b\x6e\x9b\x87\x95\x26\x93\x21\xa1\x17\xfa\x0e\xf2\x76\x31\xf1\x55\x9e\x3a\x37\xf9\x05\x87\x64\x4d\xcd\x54\xcb\x0b\x9f\x08\x7f\x66\xbc\x13\x11\xaa\x94\x33\xc7\xf9\xca\x70\xba\x94\xaf\x29\xf0\x75\x32\x41\x69\x36\x31\x7d\xf6\x62\xb5\x5f\xed\xab\x37\xe4\x91\xf6\x2f\x9d\xe7\x6d\xdb\x36\x45\x1f\x0b\xa4\xb7\x92\xcc\x95\xa5\x03\x2c\x7b\xb2\x4b\x43\x36\x51\x64\x7b\x2c\x85\x7b\x4c\x7b\x81\x17\xaf\x49\xeb\xff\x03\x00\x00\xff\xff\x7a\xd1\x45\x12\xef\x43\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72MysqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72MysqlYaml, - "Template.template.openshift.io/openshift/sso72-mysql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72MysqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72MysqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-mysql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3b\xfd\x93\xda\x38\xb2\xbf\xf3\x57\x74\x4d\x6d\xd5\x24\xf5\xc6\x90\xd9\xcd\xbe\xe4\xb8\x7d\x5b\x45\x80\x24\x24\xc3\xc0\x61\xcf\x5e\x72\x57\x57\x94\xb0\x05\x28\x63\x4b\x8e\x24\x33\x61\x53\xf3\xbf\xbf\x92\xe4\x6f\x64\xc3\xe4\x63\x77\x2f\x3f\x4d\x70\xab\xbf\xd5\xdd\x6a\xb5\x50\x4c\x7e\xc3\x5c\x10\x46\xfb\x20\x71\x14\x87\x48\xe2\x2e\x8b\x31\x15\x5b\xb2\x96\x5d\xc2\x7a\xbb\xcb\xce\x2d\xa1\x41\x1f\xbc\xf4\x73\x27\x44\x2b\x1c\x8a\x7e\x07\x80\x6f\x1d\x21\x58\x1f\x9e\x75\x7f\x74\x76\x97\xdd\xa7\xdd\x27\x1d\xc8\xd1\xf4\x41\x08\xf6\xec\x47\x27\x66\x42\x6e\x38\x16\x1f\x43\x27\x56\xa4\x84\xc4\x54\x76\x22\x2c\x04\xda\xe0\x3e\x9c\x0f\x80\xe2\x3b\x28\x3e\xc1\xe2\xb5\xe3\xba\x33\x10\x98\xef\x88\x8f\xe1\x51\x22\x08\xdd\xc0\xdc\xa0\x71\xff\x71\xf5\x18\xb6\x48\xc0\x0a\x63\x0a\x3e\xc7\x48\xe2\x00\x08\x85\x3d\x4b\x78\x07\x20\xe6\xec\x03\xf6\x65\x17\xbc\x2d\x06\x14\x44\x84\x42\x22\x30\xa7\x28\xc2\xbd\x18\x09\x71\xc7\x78\x00\x6b\xc6\x01\xf9\x3e\x16\x1a\xb3\xdc\x62\x88\x90\x90\x98\x03\xc7\x28\x8c\x60\x47\x90\xfe\xd1\x30\xd2\x01\xf0\x19\x15\x2c\xc4\x40\x04\xfc\xf0\xd9\x75\x67\xcb\xc1\x68\x3a\xb9\x5e\xde\xb8\xe3\xc5\xf5\x60\x3a\xbe\xef\x95\x7f\x9d\x0f\x5c\xf7\x9f\xb3\xc5\xe8\xde\xf0\x60\xa5\xde\x81\x1a\xfd\x42\x3a\x08\x90\x44\x2b\x24\x30\x9c\xfd\xf0\x79\xf4\x62\x39\x1a\x78\x83\x17\x03\x77\x7c\x7f\x66\xc8\x8f\x5e\x54\xe8\x8e\x5e\x94\x08\x76\x00\xe6\x21\x56\x6b\x57\x18\x44\xc2\x31\x48\x96\xea\x48\x53\x59\xb3\x30\x64\x77\x8a\xa6\xc0\x3e\xc7\x52\xf4\x15\x91\xd7\x9e\x37\x77\x97\xee\x78\xb8\x18\x7b\xf7\x67\x4a\x58\x89\x08\x4d\x39\xeb\x00\x64\x10\x6f\xc7\xef\x5d\x6f\xb6\x18\xdf\xc3\x9a\x84\x5a\x30\xa3\x49\x6d\x28\x83\x53\x91\x54\xeb\x31\x95\x7f\x57\xa8\xdf\xbc\x5a\xcc\x6e\xe6\xee\x72\x7c\x3d\x5c\xbc\x9f\x7b\x39\x11\xa3\xd3\x12\x19\x38\x84\x6d\x26\xe7\x27\x5c\x2d\x7b\xf3\x8a\xb3\x24\x16\xe0\xb3\x28\x4a\x28\xf1\x91\x24\x8c\x8a\xbf\x77\x40\x51\x56\xf6\xf0\x16\x37\xae\xa7\x71\x34\x49\x07\x75\xc0\x26\x62\x1d\xc8\xdc\x92\xe3\x8f\x09\x16\x52\x74\xcf\x3b\x11\x96\x48\x59\x4b\x6d\x05\x44\x29\x93\x86\x03\xf5\x5f\x80\x00\x0b\x9f\x93\x58\xea\xad\x35\xa0\x80\x3f\xa1\x28\x0e\x33\xa7\x82\x67\x80\xe2\x38\x4c\x99\x86\x3b\x22\xb7\x80\x6c\x5e\xd0\x85\x97\x8c\x43\xc4\x38\xd6\x58\x01\x08\x5d\x33\x1e\x99\x65\x68\xc5\x12\x09\x49\xea\x45\x44\xe4\x7b\xef\x02\x04\xc6\xb0\x95\x32\x16\xfd\x5e\x6f\x43\xe4\x36\x59\x75\x7d\x16\xf5\x3e\xac\x98\x10\x4e\xbe\xc1\x7b\x25\x26\x9c\x6c\xb1\xe8\x6a\x52\xc4\x67\x74\x18\x22\x21\xfa\xfa\x4f\xb5\xd3\xf5\xef\x95\xe8\x10\x10\x11\x87\x68\xef\x28\x0f\xef\xc3\x02\x07\xf0\x1a\x49\x70\x09\xdd\x84\x18\x5c\xb2\xa1\xce\x8c\xaa\xf0\x00\xff\x53\x16\xee\xd1\xbc\x08\x04\x46\x2a\xad\x00\xb5\x43\xe4\x96\xb3\x64\xb3\x05\xef\xca\x7d\x7c\x48\x2e\xe6\x6c\x47\x02\xcc\x1d\x2b\xdd\x0b\x98\x50\xdf\x30\x2f\xd1\x46\xe8\x00\x74\x71\x8b\xf7\x7e\xc8\xd0\xed\x85\x16\xfd\x62\x4b\x82\x00\x53\x03\x63\x8d\x77\x01\xf3\x93\x08\x53\x63\x4b\x27\xe1\x61\x3f\xd7\xa3\xd9\xb2\x5d\x8e\x83\x2d\x92\x5a\x9d\x15\xe0\x1e\xa6\x3d\x8e\x03\x67\x8b\xa4\x23\xb4\x06\x1c\xa1\x34\xc0\x68\xaf\x85\x5e\xc8\xe8\xc6\xa9\x38\x8b\x57\xb6\x24\x04\x78\x4d\x28\x16\xc0\xb1\x60\x09\xf7\xb1\x00\x8a\x71\x80\x83\x54\x71\x92\x41\x80\x77\x38\x64\x71\x9b\xf6\xd5\x16\xc5\x1c\x94\x43\x05\x10\xe0\x38\x64\x7b\xc5\xf6\x45\xe9\x6f\xb5\x33\xd6\x64\x93\x70\x2d\x4b\x8a\x5d\x6d\x81\x92\xdd\x8c\xa7\xe5\xa1\xda\xc7\x17\x80\x68\x50\xec\xc8\xd4\xb7\x2b\x1b\x32\x5b\x54\xd8\x36\xc5\xed\x5d\xb9\xdd\x16\xbd\x88\x24\x8e\x19\x97\x47\x2c\xa0\x11\xec\xb2\x0c\x66\xf2\x91\x53\x49\x47\xc6\x43\xda\x52\x91\x81\x11\x31\xf2\x71\xbf\x70\xb7\x0e\x5b\xa9\x44\x22\xfa\x1d\x07\xca\x59\x72\x77\xd9\x01\x30\x19\xd1\x35\x19\xaa\x03\x50\x8e\x04\x96\x58\x50\x8b\x06\x2a\x2d\xdc\xe1\x55\x6a\x95\x73\xa1\xc5\x03\x25\x6d\x37\x05\x4f\x73\x5f\x17\x85\xf1\x16\xd5\xfc\x13\xc7\x98\x06\x98\xfa\x04\x8b\x3e\x9c\xff\xfb\xf3\x99\xe2\xfe\x4c\x47\xf2\xc1\x7c\x7e\x35\x19\x0e\xbc\xc9\xec\x7a\xa9\x13\x44\x49\xe2\xb3\x8b\x14\x37\xc0\x99\x62\x5f\xad\x48\x05\x38\xbb\xff\xcf\xb9\xfe\x58\x64\x76\x2d\x46\x11\x1b\xfa\x60\x41\xae\xc1\x8c\x7a\xed\x5f\x45\x8c\x7d\x83\x4c\xc9\x96\xe2\x75\xf4\x7f\xfa\xf0\xfc\xc9\xf3\x27\x99\x0f\x23\xbe\xc1\x72\x5e\xfd\x59\xe0\x10\xfb\x92\xf1\x42\x83\x99\xa7\x0e\xb5\xa3\xda\x89\xfe\x31\xb6\x12\xff\xd5\xc6\x32\x79\xda\xf9\x12\x9b\x3d\x7d\xfa\x93\xcd\x66\xd9\xcf\x7f\x21\x9b\xe5\x55\x54\x6e\xb8\xc2\x64\xdf\xd2\xcd\x4b\x46\x3b\xa6\xbd\x9f\x9f\xfe\xf4\xa3\x45\x7b\xf9\xcf\x5f\xa4\xbd\x32\xfd\xef\xa2\xc8\xac\xca\x8a\x75\x14\x67\x5c\xea\xa4\xe0\x87\x89\x2a\x98\x09\xdd\xd8\x77\xc1\x6d\xb2\xc2\x9c\x62\x55\x4c\x10\xd6\x93\x2c\xc4\x1c\x49\xec\x24\x94\x63\x14\xec\x1d\x4c\x83\x98\x11\xaa\x0b\x50\xc9\x13\x7c\xf6\x1d\xec\x62\xaa\xb6\xc2\x22\x29\xcb\x93\x79\x1f\xae\x19\xc5\x87\x56\x32\xb8\xd2\x75\xd9\xd7\x3e\x3c\x7f\xfe\xfc\xf9\xb7\xf5\x6e\x12\xd8\x59\x56\xa1\x25\xb7\xd9\x82\x25\xf2\xe1\x16\xd3\xab\xcc\xf9\xa6\x50\x5f\x96\x61\x32\x13\x7d\xdf\x58\xbf\x65\x42\x2a\xa8\xd7\x33\xd7\x53\x5f\x97\xea\xf4\x60\x10\x48\x96\xd1\x6b\x46\xf5\x40\x7d\x89\xef\xa8\x30\xf1\x8d\x34\x76\x62\xc0\xb5\x2a\xce\x4d\x35\x57\x10\x96\x98\x47\x84\xa6\x84\xeb\x65\x55\x5d\xc3\x2d\xa4\x1b\xa3\xc5\xa8\xe6\xd7\x07\x3a\xfd\x6e\xae\xc3\xb1\x46\x25\xfa\x70\xf9\x15\x3b\x4e\xaf\x94\x2a\xde\x6c\xf6\xb9\xd2\xf6\xb1\x3e\x27\x98\xc3\x70\xa5\xec\xcc\x40\xaa\x32\x1e\xca\x79\xb2\xac\x0f\xe5\xf5\x98\x7e\xb4\x3c\xb9\x8e\x74\x28\x33\x87\x58\xcc\x4b\xcc\x39\x80\xe9\xae\xcc\x6b\x16\xd0\x46\x2f\x96\xee\x78\xf1\xdb\x64\x38\x5e\xce\x17\xe3\x97\x93\x77\xcb\xe9\x60\x3e\x9f\x5c\xbf\x2a\xc1\x02\xec\x50\x98\x1c\xcd\x70\xff\x37\x7a\x61\x27\xf0\xe6\x7a\x34\xb1\xa3\x4b\x3f\xde\xdb\xd7\x65\x9d\x8c\xc6\xb5\x79\xab\xc3\xbe\x3e\x6b\x7d\x34\xae\xcf\x7b\x23\xf6\xf5\x59\x73\xa5\x71\x7d\xde\x7d\xb1\xac\xf7\xde\xe5\x9f\xbf\x9f\x66\x75\x47\x69\x36\xbb\x5a\xba\x93\x7f\x35\xb3\x59\x81\x6a\x90\x75\x3a\x78\x77\x0a\xa6\x32\x54\x03\x26\xef\xdd\x72\xe2\xce\xae\xb4\x24\x8d\x88\xca\x40\x36\x3c\x59\xbb\x47\xe9\x6b\x39\x5f\xcc\xbc\xd9\x70\x76\x65\xc3\x56\x14\xd4\xa3\x6b\x03\x6e\xc1\x36\x9b\x8f\xaf\xdd\xd7\x93\x97\xde\x32\x03\xca\x9d\xbe\xd9\xbf\x1a\x8b\x86\x07\x60\x9f\xcf\x16\x9e\x0d\xfb\x99\x2a\x1b\xce\x2c\xb8\xaa\xbd\xb4\xe5\x68\xb2\xb0\x2d\xef\x61\xe9\xf7\x30\x8a\x1d\xd3\xa8\x73\x76\x2c\x4c\x22\x7c\x14\x9d\x5d\xce\x5a\xfb\xee\x38\x53\xde\xfb\xf9\x49\xa8\x34\x60\x33\xbe\x66\xcd\x17\xdf\x9b\x57\xb7\xef\xed\x2a\x4c\x9b\x83\x55\x7b\x8f\x76\x6c\x0d\x7d\xca\x13\xb0\x9e\x64\xc8\x0f\x1b\x5d\x43\x3b\x98\xfa\x7c\x1f\xcb\xa3\x46\x6d\x22\x72\x1a\xf3\x6d\x86\xae\xc3\x36\x9b\xc8\x06\x79\x0a\xc6\x76\xb3\x35\x41\xb7\x61\x1e\x5e\xdd\xb8\xde\x78\x71\x22\xe6\x3a\xb4\x0d\xf3\x61\x0b\xdf\x8e\xd3\xd2\xea\x6f\xc5\xd6\xce\xa1\xe5\x8a\xa0\x01\xdb\x62\x3c\xb8\x9a\x36\x23\xd1\x9f\x9b\xd6\x66\x81\xe9\xb8\x64\x75\xc8\x63\x18\x8f\x4b\x57\x87\x6c\xc2\x58\xf4\xdb\x9b\x71\x95\x7a\xf2\x47\xb1\xb4\x6e\x3e\x21\xd8\xd1\x0d\x57\x43\x77\x5c\x52\x0b\x70\x99\x4d\x12\xe9\xbb\xad\xf6\x0a\x51\x03\xcd\x93\x30\x9c\xb3\x90\xf8\xfb\x3e\x0c\xc2\x3b\xb4\x17\x25\x88\x90\xec\x30\xc5\x42\xcc\x39\x5b\xe1\x7e\x85\x1b\xfc\xa9\x5c\x10\x9a\x7f\x3e\x8b\x22\x44\x83\xfa\xcf\x0e\xf4\x56\x84\xf6\x56\x48\x6c\x0f\xbe\x38\xfe\x21\x30\x8b\xa5\x4a\x3d\x7a\x51\x85\x83\x6e\x0d\x01\xa1\x44\x12\x14\x8e\x70\x88\xf6\x2e\xf6\x19\x0d\x44\x1f\xfe\xf7\x49\x09\xe6\x58\x59\x0b\xd5\x33\x78\xc6\x42\x5e\xdf\xa6\xfd\xa5\x67\xcf\x9e\x57\x08\x1b\xb4\x1f\x58\xc8\x6e\x09\xaa\x7c\x89\x39\x93\xcc\x67\x61\x1f\xbc\xe1\xbc\x15\x67\xd1\x7e\x2c\xe3\x4c\x8f\xe0\x5f\x82\xb0\xe8\x8d\xd5\x11\x8a\x2f\xc4\x98\x35\x1e\xaa\x18\x6b\x35\x4a\x33\x42\x8e\x51\x40\xfe\x5c\xf7\xa9\xb2\x50\xf5\x9f\xfc\x42\xa3\x4a\x30\x24\x11\x91\xa2\xce\x44\x84\x23\xc6\xf7\xca\x95\xa6\xe3\xe9\x6c\xf1\x7e\x79\x35\x99\x4e\x2a\x09\xda\xec\xed\x29\x4b\x68\xdd\x9b\x22\xf5\xdb\x1c\xc9\xed\x09\x65\x55\xa6\x64\x05\x73\x8b\xf7\x42\x32\x8e\x6d\x50\x4a\xb0\x19\x0d\xf7\x7d\x90\x3c\xc1\xad\xe4\x4e\x4d\xfe\x65\xd2\xd9\x9a\x6f\xc4\x42\x5b\x08\x2c\xdd\x90\x38\x92\x27\x42\x3e\x94\x60\xa9\x1f\xf1\x8a\x23\x1f\xcf\x31\x27\x2c\xc8\xe3\xc1\xb3\x9f\x3b\x55\x13\x55\xce\xac\xa7\x68\xdb\x70\x5e\xf5\x08\xf3\xdb\x75\x1a\x5e\x2a\x37\xd8\x56\xec\xc7\x15\x7a\x9c\xca\xb1\x22\xd1\x39\x51\x93\xc7\x29\xd9\x2f\xaf\x4d\xd7\x82\x93\xcd\x26\x3f\xf8\x3b\x26\x89\x0c\xb7\x88\x6e\xf0\x1c\x71\x14\x95\xb4\x8b\x12\xc9\x22\x24\x89\x5f\x33\x58\x1e\x66\x14\xb9\x8a\x35\xda\x02\xf5\x9a\xb3\xa8\xcc\xb3\xe9\x15\x4d\x14\x79\x57\x72\x8c\x22\x0f\x6d\x0e\x22\xbf\xb9\xa8\x73\xcc\xed\x5b\x7e\x90\xeb\x5f\x76\x9f\xd6\x40\xd3\xdb\xb7\x1f\x3e\x4f\xa6\x83\x57\xe3\xa5\xeb\x2d\xc6\x83\xa9\xe6\xc0\x9d\x0f\x86\x39\x1b\xa6\x8d\x33\x29\x64\x4e\xb5\x60\x7e\x37\x8d\x96\xf4\xc3\x5f\xa3\xbd\xd5\x74\x3d\xf0\x4d\x3a\x5d\x55\xe4\xff\x35\x4d\xaf\x3a\xdb\x0f\x50\x20\x7c\x5d\x2b\x6c\x3e\x73\xbd\x57\x8b\xb1\xfb\x8f\x2b\x5d\xf4\x36\xf6\x2e\xda\x2a\xe2\x12\x8e\xaf\xea\x3e\x95\xf0\x7c\x55\x17\xaa\x84\x67\x3a\x78\xb7\x1c\xce\xae\xaf\xc7\x43\xa5\x3f\xd7\x8e\xae\x19\xfe\x04\xec\xf3\xc5\x78\x3e\x58\x8c\x47\x4b\x6f\x31\xb8\x76\x07\xdf\x85\x8e\xfb\x5a\x53\x78\x71\xf3\xf2\xe5\x78\x71\x1c\x79\x15\xdc\x52\x84\x5b\xbc\xed\x2b\x6b\x6f\x6b\xdd\xfb\x53\xb5\x9c\x94\x7e\xec\x32\xff\xb6\x1e\xe7\xe1\xf0\x2e\x30\x85\x27\x11\x66\x89\xcc\xd1\x5d\x9e\x52\x45\xdb\x76\xd2\x29\x05\xf5\x01\xf5\x3f\xa6\x84\xb4\x15\x90\xe4\x94\x9a\x32\x16\x1f\x43\x70\xb6\x70\xf9\xe3\xb3\xee\x93\xee\x93\xee\x25\x38\x37\xf0\x43\x6d\x37\x83\xf3\x11\x9c\xa0\xf2\x73\xb6\x6f\x0e\x71\x02\x9c\xbb\xe3\xab\xf1\xd0\x83\xcb\xf3\xe3\xb6\xfd\xf9\x64\x53\x9d\x56\x85\xee\x10\xef\x85\x64\xd5\x8b\x37\xe2\x63\xd8\x53\xf1\xd7\x52\x90\xb5\xdb\xdb\x89\x77\x2c\x3c\xb5\x06\x2b\x9d\xc9\x1a\x6b\xb0\x87\x90\x83\xd2\xb8\xe6\x6f\x1a\xe1\x30\x44\x24\xaa\x9a\xdd\x57\x3f\x5d\x9f\x82\x5b\x43\xfe\x29\xd5\x8d\x6d\x03\x7d\x51\xa1\x53\xe0\xe9\x57\xa2\x53\xa5\x9c\xf1\x06\xaf\xee\xff\xbc\xba\x67\x6e\x33\xd9\x1f\x55\xfc\xe4\x36\x2e\xb2\xb7\x99\xe5\x9a\xb2\x00\xe7\xe6\x5e\x60\x14\xfc\x93\x13\x89\x67\xd4\xc7\x69\x9d\x54\x3b\x24\x66\xe3\x97\x85\x85\x54\x95\x9d\x76\x5b\x7e\x9b\x5d\xdd\x4c\xc7\xcb\xe1\x60\x3e\x18\x4e\xbc\xf7\xf7\x9d\x58\x39\x0d\x96\xda\xa3\x9c\xc3\xd9\x06\xc5\xb9\xbe\xfb\x95\x5b\x5c\x96\xb5\xdb\x01\x48\x27\x0c\x8d\x03\x0f\x4a\xb3\x9a\xea\x97\x7c\xae\xac\x2e\x73\xc7\x70\x48\x38\x0e\x72\xbf\x4c\xb3\x96\x10\xac\xce\xc3\xf9\x30\x11\x92\x45\xfa\xe6\x37\xe7\xa5\x7c\x55\x0f\x9c\x25\x12\x77\xe1\x0a\xa3\x1d\x86\x55\x88\xe8\xad\x86\x09\xf0\x1a\x25\xa1\xcc\x17\x9a\x71\x21\xdc\xdd\x74\xfb\xf0\x4b\x79\xa6\x53\x7d\xfc\xb5\xfb\x4b\x3a\x15\xfd\x6b\xf7\x97\x74\xa5\x13\xb0\x08\x11\xea\x88\x64\xbd\x26\x9f\x7e\x3d\xaf\x0b\x9c\x31\xa6\x78\x31\x57\xe4\xaf\x53\x52\xb9\xe8\x95\x6b\xea\x93\x25\x13\x7f\x25\xd1\xc4\x49\xb2\xb9\x75\xe1\x46\xd9\x6c\xd1\x9b\xeb\xd1\xc4\x38\x91\x1e\x18\x5e\xed\x2b\x43\xbd\x92\x69\xf7\x0d\x77\x66\xf8\x5a\xed\x31\xe3\xcc\x17\x5a\x1c\x2d\xd7\x07\xb4\x43\x7d\x33\x95\xdb\x2b\x00\x44\xaf\x12\x97\x2a\xec\x57\x89\x57\x9c\xb1\xb8\x88\x4d\x5d\x4e\x63\x3f\x44\xfe\x36\x1d\x89\x1d\x35\x4b\x96\x6a\xc3\x4e\xb9\x4e\xb4\x54\xbf\x36\x39\x3f\x67\x4c\x36\xee\x40\xb6\xd6\x0a\x32\x67\xe0\xfa\x84\x76\x76\x62\xd7\x83\xd9\x75\x96\x5c\x33\xd7\xfa\x36\x83\x71\x0d\x8a\x0a\x83\xe5\xe6\x40\x65\x37\x3a\x28\xce\x1a\x41\xc7\x58\xab\x30\xa1\x87\x95\x09\x2d\xf1\x7c\x8c\xad\x97\x24\xc4\xf4\x90\xa7\xd2\xb5\x4e\xca\x55\x46\xa7\xfb\xe1\x56\xd8\x78\x52\xf1\xde\xce\xd3\xa3\x37\x6f\x5d\x60\x1c\xde\x0c\xc7\x6f\xf5\xe4\x74\x2b\x43\xde\x3e\x6e\x62\xc6\x5c\xfe\x35\xe9\x03\x09\xc1\x7c\xa2\xdf\x5c\xe8\x91\x6d\xa3\x03\x8d\xdc\xc7\x5c\x92\xb5\x72\x7e\x0c\x8f\x94\x83\x83\xf6\xbc\x26\x5e\x86\x25\x70\x8b\xbd\x74\x30\xb5\x70\x51\x79\xc3\x51\x51\x03\xa2\x81\x85\x87\x68\x9f\x01\xa8\x95\x47\x15\x33\x4f\xd1\xd7\xb8\xc9\x4f\x7a\x35\x8e\x5c\x2c\x05\x7c\x42\x4e\xcc\x58\xd8\x8b\x08\xd5\x7f\x38\x82\xfc\x5e\xa4\x95\x6c\xac\x1a\x07\xa5\x08\x70\x90\x60\x46\xf9\x27\x98\x12\x4a\xa2\x24\x82\x39\x63\x21\xb8\xe4\xf7\xca\x56\xab\x8e\x03\xb4\x72\x83\x3e\x7d\x13\x6e\xd0\xa7\x16\x6e\x2a\x23\x05\x36\x6e\x24\x47\x54\x20\x5f\x07\x6c\x22\x58\x68\x22\xe3\x17\x73\xe3\x15\xe8\x60\x92\xa1\x2b\x73\x54\x19\x4d\xb0\xb8\x4f\x94\x8a\x43\x93\x68\x85\xb9\xda\x4a\x7e\x48\xd2\xe9\x77\x8a\x35\x62\x01\x28\x0c\xd9\x1d\x0e\xba\x66\x12\x1f\x85\x82\x81\xd0\xc2\x6c\x4d\x51\x72\x88\x24\x56\xee\xa5\xc4\x28\xc9\x2b\x0e\x04\x29\x4d\xd2\x4f\x0f\xf9\x28\x18\xc8\x05\x6a\x39\xdb\xd7\x64\x1b\x66\x9a\x14\xb0\x65\x77\x10\x25\xfe\x36\xed\x99\x03\x11\x10\xe0\x40\xef\x89\x40\xe5\xa4\x12\x17\x7a\x92\x13\xf9\x5b\x15\x6b\x95\x01\xda\x38\x76\xb7\x5a\xc0\x17\xc9\x7a\x8d\xb9\x95\xc5\xda\xc1\xbd\x29\xb5\x24\x02\xf3\xf6\xfc\x72\x93\x3e\x99\xea\xa4\xc5\xb8\x5e\xf2\x6f\xe4\xfc\x3e\x70\xfe\xf5\xc4\xf9\xdb\x7f\x3e\xff\xa4\x0a\xcf\x0d\xa6\x7a\xa8\xb4\x0f\xf8\x53\xcc\xb1\x10\x35\x57\x28\x5d\x80\xd6\xb2\x52\x2b\x67\x71\x11\x01\xec\xdc\x95\x42\x84\xe1\xee\xbc\xcc\xda\xf3\xfb\xf3\x13\x78\x2b\x75\x8e\xda\x79\x53\x3b\x4e\x3b\x58\xf1\x3c\x2e\xad\x77\x4d\xb1\x94\x31\x65\x8e\x75\xd6\xad\xa3\xbf\x9b\x92\x1f\x86\x28\x46\x3e\x91\xfb\x9c\x97\x5a\xc5\xdc\x92\xc1\x2f\x5f\x91\xef\x90\xc0\xb3\xe9\x62\x5b\xe2\x6e\x1c\xe0\xf8\x23\x52\x78\xc6\x58\x73\x0e\x6f\x19\xd2\xc8\xca\x2f\x73\xe9\xd0\xfd\xe0\x63\x7b\x3a\x7f\x78\x4a\x4d\x6f\x71\x6e\xf1\xfe\x20\x95\x65\x1c\x37\x26\x56\xeb\xec\xc7\x37\x48\xb1\x19\x7c\x23\x47\xcd\xd9\xb5\x71\x78\xa4\xc6\x56\xfe\xd4\xcf\xcc\x70\x37\x6e\xd2\x5c\x07\x29\xdc\x57\xef\xd5\x96\x19\x94\xf6\x8d\x7b\x9d\x1d\xee\x81\x50\xb8\xdb\x12\xdf\x18\xb6\xd4\x46\x10\x5a\xbf\xd9\xa3\xad\x29\x09\x82\x10\xdf\x21\x8e\x4d\xd3\x43\x00\x4a\x9f\xfc\x11\x2a\x24\x0a\x43\x93\x8f\xb0\xa8\xe1\x50\x0b\x28\xe3\x11\x0a\xc3\x7d\x01\x0a\xa9\x6f\xe7\x57\x2e\x45\xb3\xc1\x9c\x3b\xde\xb3\x04\xc4\x96\x25\x61\x00\x8c\x86\x7b\xfd\xa6\x4c\x25\x87\x88\x05\x64\xbd\x37\x8f\x09\xc9\x1a\xf6\x2c\x39\xdf\xe1\x12\xde\x03\x19\x08\x05\xd3\xbc\x0a\x88\x4a\x0c\x2a\x40\xe5\xa4\x7a\xd9\x63\xdc\xba\x99\x4a\x18\x0a\x45\xe5\x3a\xb7\xb7\x42\x5a\x42\x53\xf1\x66\xab\x66\x84\xf4\x3d\x5a\x5a\xe4\xe9\xd7\xc0\x44\x5f\x92\x30\x9e\xbf\xcb\xad\xf3\x96\xae\x19\x54\x80\x0f\x32\xd2\x43\xfd\xc8\x3a\x71\xd4\xee\x41\x6d\xcc\x37\xf9\xbf\x95\xf9\xaf\xde\x04\xd6\x01\xa7\x23\xcc\xeb\x87\xd4\x92\xc1\x0a\x97\x1f\x69\x17\xaf\xaa\xb3\x10\x67\x42\x48\xa0\x4a\x15\xb5\xe4\xf1\x81\xaf\xa4\xe0\x1a\x61\x85\x23\x33\x24\x65\x89\x5f\x99\x65\xcd\xa1\x5c\xb2\xb4\xd3\x54\x27\x4e\x7c\x9c\x56\x78\x44\xe4\xe7\x77\x53\x0d\x9a\x7b\x80\xea\xdb\x69\x73\xb2\xd7\x95\xa7\x01\x7a\x24\x1e\x57\xd2\x48\x8c\x7d\xb2\x26\x38\x28\x1e\x0a\xa3\x30\x6a\x12\x27\x7d\x91\x53\x76\xac\x96\x11\xae\x53\x82\x74\xed\xd5\xbc\x52\xc2\x31\xe2\x07\xe1\xd8\x3a\xed\x75\x24\xaf\x16\x37\xdd\x0d\x99\x35\x35\x71\x01\xa7\x0e\xb7\x07\xb9\x22\x65\xcd\x53\x50\xe0\x4a\xf3\xde\xd9\x3a\x31\x76\x8a\x32\x4a\x4c\x7d\xd1\xb1\xf0\x90\x1b\xbb\xb2\x6c\x33\x63\x5f\x54\x24\xd5\xb5\x58\xd7\x59\x5a\xe4\x3c\x36\xd1\xfb\x26\x7b\x9e\x6e\xca\xbe\xd2\xf4\xc0\x09\x82\xb8\x59\xbd\x63\x15\xe3\xe1\x45\x96\x44\x1b\xb5\x55\x12\x51\x9c\x32\xcf\x4a\x2f\x19\x4d\x3a\x03\xa1\xa3\x7d\x17\xbc\x7d\x4c\x7c\x95\xac\x2e\x4c\x92\x41\x21\xd9\x50\xb3\xdf\xf2\xea\x27\x42\x1f\x18\xef\x46\x84\x2a\x09\x4d\x27\x5b\x69\xaf\x38\x8c\xb4\x9d\x53\x74\x6e\x81\x34\xb9\x98\x56\xfd\xc1\x49\xa5\xde\x95\x6f\xc9\x2d\x67\x7f\xeb\xfe\x7c\x66\x39\x6d\x99\x3b\x86\xec\x8c\xa5\x87\x96\x0e\xb8\x2a\xc0\xa6\x06\xec\x4a\x81\xe5\x0c\x95\x27\x99\xaa\x75\xf6\xff\x07\x00\x00\xff\xff\xc7\xb3\xed\x2e\x96\x43\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5b\xff\x6f\xdb\x38\xb2\xff\xdd\x7f\xc5\x20\x58\x20\x2d\x5e\x64\x37\xbb\xdd\xd7\x9e\xdf\xbe\x05\xdc\xd8\x6d\xdd\x26\xb1\xcf\x72\xef\xb5\x77\x38\x18\x8c\x34\xb6\xd9\x48\xa4\x4a\x52\x49\xbd\x45\xff\xf7\x07\x92\x92\x2c\xc9\x94\xec\x24\x6d\x77\x71\xfd\x29\xb5\x86\x33\x9f\xf9\xc2\x99\xe1\x37\x92\xd0\x7f\xa0\x90\x94\xb3\x3e\x28\x8c\x93\x88\x28\xec\xf2\x04\x99\x5c\xd3\xa5\xea\x52\xde\xbb\x39\xed\x5c\x53\x16\xf6\x61\x9e\x7d\xee\x44\xe4\x0a\x23\xd9\xef\x00\x88\xb5\x27\x25\xef\xc3\xb3\xee\xcf\xde\xcd\x69\xf7\x69\xf7\x49\x07\x0a\x36\x7d\x90\x92\x3f\xfb\xd9\x4b\xb8\x54\x2b\x81\xf2\x53\xd4\x89\x51\x4a\xb2\xc2\x3e\x1c\x0f\x80\xe1\x2d\xcc\x5e\x7b\xbe\x3f\x01\x89\xe2\x86\x06\x08\x8f\x52\x49\xd9\x0a\xa6\x76\x80\xff\xf7\xf3\xc7\xb0\x26\x12\xae\x10\x19\x04\x02\x89\xc2\x10\x28\x83\x0d\x4f\x05\x24\x82\x7f\xc4\x40\x75\x3b\x00\xf3\x35\x02\x09\x63\xca\x20\x95\x28\x18\x89\xb1\x97\x10\x29\x6f\xb9\x08\x61\xc9\x05\x90\x20\x40\x69\x38\xab\x35\x42\x4c\xa4\x42\x01\x02\x49\x14\xc3\x0d\x25\xe6\xc7\x0c\x48\xc0\x99\xe4\x11\x76\x00\xa8\x84\x9f\xbe\xf8\xfe\x64\x31\x18\x5e\x8c\x2f\x17\xef\xfc\xd1\xec\x72\x70\x31\xfa\xda\x2b\xff\x3a\x1d\xf8\xfe\xff\x4d\x66\xc3\xaf\x5d\x83\x61\x8f\x74\x6d\x9a\x35\x96\xb4\x83\x90\x28\x72\x45\x24\xc2\xd1\x4f\x5f\x86\x2f\x16\xc3\xc1\x7c\xf0\x62\xe0\x8f\xbe\x1e\x59\xf1\xc3\x17\x15\xb9\xc3\x17\x65\x81\xd3\x08\x89\xd4\x48\xaf\x10\x64\x2a\x10\x14\xcf\x6c\x64\xa4\x2c\x79\x14\xf1\x5b\xad\xb3\xc4\x40\xa0\x92\x7d\x2d\xe4\xf5\x7c\x3e\xf5\x17\xfe\xe8\x6c\x36\x9a\x7f\x3d\xd2\xea\x2a\x42\x59\x6e\x99\xfc\xfb\xdb\xd1\x07\x7f\x3e\x99\x8d\xbe\x76\x00\x96\x34\x32\x8a\x59\x5d\x8c\xa3\x2c\x4f\x2d\x52\x8f\x47\xa6\xfe\x47\xb3\x7e\xf3\x6a\x36\x79\x37\xf5\x17\xa3\xcb\xb3\xd9\x87\xe9\xbc\x49\x48\x07\x60\x97\xb6\x10\xb8\x23\x2e\x48\x85\x1e\xf8\xe6\x95\xe0\x69\x22\x21\xe0\x71\x9c\x32\x1a\x10\x45\x39\x93\x46\xae\xf6\xc6\x7c\xf6\xce\x9f\x1b\x0e\x85\xd8\x0e\xec\x6a\x57\x25\x6d\x14\x96\xc5\x82\xc0\x4f\x29\x4a\x25\xbb\xc7\x9d\x18\x15\xd1\xbe\xd2\x21\x4f\x18\xe3\xca\xca\xd7\xff\x05\x08\x51\x06\x82\x26\xca\x4c\xa1\x01\x03\xfc\x4c\xe2\x24\x2a\x42\xea\x19\x90\x24\x89\x32\xc8\x70\x4b\xd5\x1a\x88\x2b\x06\xba\xf0\x92\x0b\x88\xb9\x40\xc3\x15\x80\xb2\x25\x17\xb1\x1d\x46\xae\x78\xaa\x20\xcd\x62\x98\xca\x62\x8e\x9d\x80\x44\x84\xb5\x52\x89\xec\xf7\x7a\x2b\xaa\xd6\xe9\x55\x37\xe0\x71\xef\xe3\x15\x97\xd2\x2b\x26\x72\xaf\x04\xc2\xcb\x07\xcb\xae\x11\x45\x03\xce\xce\x22\x22\x65\xdf\xfc\xa9\x67\xb4\xf9\xbd\x92\x05\x42\x2a\x93\x88\x6c\x3c\x1d\xdf\x7d\x98\x61\x08\xaf\x89\x02\x9f\xb2\x55\x84\xe0\xd3\x15\xf3\x26\x4c\xa7\x01\xf8\xaf\xb2\x72\x8f\x46\xc9\x1a\x63\x14\x24\xca\x94\x32\xfa\xeb\xe9\xa1\xd6\x82\xa7\xab\x35\xcc\xcf\xfd\xc7\xbb\xd2\x12\xc1\x6f\x68\x88\xc2\x73\x8a\x3d\x81\x31\x0b\x2c\x76\x45\x56\xd2\xe4\x99\x93\x6b\xdc\x04\x11\x27\xd7\x27\x46\xf3\x93\x35\x0d\x43\x64\x96\xc6\x99\xd6\x42\x1e\xa4\x31\x32\xeb\x4a\x2f\x15\x51\xbf\x30\xa3\x9d\xb1\x5d\x81\xe1\x9a\x28\x63\xcd\x0a\x71\x0f\x59\x4f\x60\xe8\xad\x89\xf2\xa4\x31\x80\x27\xb5\x01\x38\xeb\xb5\xc8\x8b\x38\x5b\x79\x95\x58\x99\x97\x1d\x09\x21\x2e\x29\x43\x09\x02\x25\x4f\x45\x80\x12\x18\x62\x88\x61\x66\x38\xc5\x21\xc4\x1b\x8c\x78\xd2\x66\x7c\x3d\x3f\x51\x80\x8e\xa7\x10\x42\x4c\x22\xbe\xd1\xb0\x4f\x4a\x7f\xeb\x69\xb1\xa4\xab\x54\x18\x5d\x32\xee\x3a\xfe\x4b\x6e\xb3\x81\x86\xb9\xef\xe0\x91\x46\xc9\x05\x11\x9b\xc7\x20\x15\x17\x64\x85\x27\x40\x58\xb8\x33\x67\x2a\xf3\x33\xe3\x6d\x99\xd5\x7c\xde\x6d\xb1\x94\x4c\x93\x84\x0b\xb5\xc7\x27\x86\xc1\x4d\x5e\xba\x6c\x21\xf2\x2a\x75\xc8\xc6\xcc\x4e\x0d\xb2\x1f\x64\x42\x02\xec\x6f\xa3\xae\xc3\xaf\x74\x39\x91\xfd\x8e\x07\xe5\x9a\x78\x73\xda\x01\xb0\xf5\xcf\xb7\x55\xaa\x03\x50\xce\x07\x8e\x8c\x50\xcb\x09\xba\x34\xdc\xe2\x55\xe6\x9c\x63\x69\x74\x02\xad\x62\x37\x23\xcf\xea\x5f\x97\x44\xc9\x9a\xd4\xc2\x14\x13\x64\x21\xb2\x80\xa2\xec\xc3\xf1\xbf\xbe\x1c\x69\xf4\x47\x26\x9b\x0f\xa6\xd3\xf3\xf1\xd9\x60\x3e\x9e\x5c\x2e\x4c\x91\x28\xa9\x79\x74\x92\xf1\x06\x38\xd2\xf0\xf5\x88\x4c\x81\xa3\xaf\xff\x3e\x36\x1f\xb7\x75\xdc\xa8\xb1\xcd\x10\x7d\x70\x30\xcf\xc8\x02\x1e\x27\x9c\x21\x53\xfd\x4c\x21\xf3\xbb\xb5\xb5\x7b\x94\x4c\x30\xb0\x42\xb4\xce\x99\x3c\xcf\xfc\xa7\x0f\xcf\x9f\x3c\x7f\x92\x87\x38\x11\x2b\x54\xd3\xea\xcf\x12\x23\x0c\x14\x17\x5b\xcb\xe6\x81\x7c\x66\xe2\xd8\x2d\xf4\xc7\xf8\x50\xfe\x47\x3a\xd1\xd6\x76\xef\x3e\xbe\x7c\xfa\xf4\x17\x97\x2f\xf3\x9f\xff\x42\xbe\x2c\x3a\xaf\xc2\xa1\x5b\x57\x3e\xd4\xa2\x39\xef\xf6\x89\x51\x4d\x49\xad\x76\xfd\xf5\xe9\x2f\x3f\x3b\xec\x5a\xfc\x7c\x2f\xbb\x96\xe5\x7f\x17\x13\xe7\x3d\x5b\x62\xd2\x3f\x17\xca\x54\x99\x20\x4a\x75\xfb\x4d\xd9\xca\x3d\x6f\xae\xd3\x2b\x14\x0c\x75\x73\x42\x79\x4f\xf1\x08\x05\x51\xe8\xa5\x4c\x20\x09\x37\x1e\xb2\x30\xe1\x94\x99\x76\x56\x89\x14\x8f\xee\xeb\xb1\x16\xbf\xd8\x56\x7d\xeb\x91\x0c\xf2\x78\xda\x87\x4b\xce\x70\xd7\x4b\x96\x57\x36\x2e\xff\xda\x87\xe7\xcf\x9f\x3f\xff\xb6\x71\x4f\x43\x37\x64\x9d\x8c\x0a\x9f\xcd\x78\xaa\xee\xee\x31\x33\xca\xae\x57\xb6\xe6\xcb\x6b\x55\xee\xa2\x3f\xa7\x6a\xac\xb9\x54\x9a\xea\xf5\xc4\x9f\xeb\xaf\x0b\xbd\x4a\xb1\x8c\x15\xcf\x71\x34\xb3\xba\xa3\x1d\xe5\x77\x34\xa4\xfc\xce\x96\x3c\x30\x75\x3b\x0d\xea\x67\x16\xdd\x02\x52\x28\x62\xca\x32\x40\xa5\xfe\xcd\x69\xf9\x16\xd1\x8d\xd9\x65\x58\x9b\x07\x3b\xb6\xfe\xe1\xa1\x26\xd0\x88\x90\x7d\x38\x7d\xc0\xcc\x35\x23\x95\xce\x5b\xab\x4d\x61\xcc\x4d\x62\x16\x30\x76\x89\x5e\xe9\x7e\x73\x92\xaa\xee\xbb\xfa\xdf\xc1\x06\xcd\x76\xb8\xab\x1e\xfb\x6c\x67\x74\x2d\xec\x67\xe5\x9a\x65\x37\x8a\x12\x70\x0f\x90\xdd\x94\xf5\xc8\x93\xe6\xf0\xc5\xc2\x1f\xcd\xfe\x31\x3e\x1b\x2d\xa6\xb3\xd1\xcb\xf1\xfb\xc5\xc5\x60\x3a\x1d\x5f\xbe\x2a\xd1\x02\xdc\x90\x28\xdd\x5b\x45\xff\x77\xf8\xc2\x2d\xe0\xcd\xe5\x70\xec\x66\x97\x7d\xfc\xea\x1e\x97\xef\xbd\x34\x8e\x2d\x36\x67\xdc\xe3\xf3\xcd\x9a\xc6\xf1\xc5\x6e\x8e\x7b\x7c\xbe\x1d\xd4\x38\xbe\xd8\x2f\x72\x8c\x9f\xbf\x2f\x3e\x7f\x3f\xcb\x9a\x3d\xb0\xc9\xe4\x7c\xe1\x8f\xff\xd9\x0c\xb3\x42\xd5\xa0\xeb\xc5\xe0\xfd\x21\x9c\xca\x54\x0d\x9c\xe6\xef\x17\x63\x7f\x72\x6e\x34\x69\x64\x54\x26\x72\xf1\xc9\x37\xa8\xb4\xbd\x16\xd3\xd9\x64\x3e\x39\x9b\x9c\xbb\xb8\x6d\xdb\xfc\xe1\xa5\x25\x77\x70\x9b\x4c\x47\x97\xfe\xeb\xf1\xcb\xf9\x22\x27\x2a\x82\xbe\x39\xbe\x1a\x1b\x93\x3b\x70\x9f\x4e\x66\x73\x17\xf7\x23\xdd\x9a\x1c\x39\x78\x55\xf7\xff\x16\xc3\xf1\xcc\x35\xbc\x87\x2a\xe8\x21\x49\x3c\xbb\xb5\xe8\xdd\xf0\x28\x8d\x71\x2f\x3b\xb7\x9e\xbb\x5b\x8e\x7b\x40\xcd\x3f\x4c\x0f\x62\x65\x08\x9b\xf9\x35\x5b\x7e\xfb\xbd\x79\x74\xfb\xdc\xae\xd2\xb4\x05\x58\x75\xb7\xd4\xcd\xad\x61\x67\xf5\x00\xae\x07\x39\xf2\xe3\xca\xf4\xe9\x1e\xb2\x40\x6c\x12\xb5\xd7\xa9\x4d\x42\x0e\x03\xdf\xe6\xe8\x3a\x6d\xb3\x8b\x5c\x94\x87\x70\x6c\x77\x5b\x13\x75\x1b\xe7\xb3\xf3\x77\xfe\x7c\x34\x3b\x90\x73\x9d\xda\xc5\x79\xf7\xd0\xc1\xcd\xd3\x71\x38\xd1\xca\xad\x1d\xa1\xe3\x50\xa3\x81\xdb\x6c\x34\x38\xbf\x68\x66\x62\x3e\x37\x8d\xcd\x13\xd3\x7e\xcd\xea\x94\xfb\x38\xee\xd7\xae\x4e\xd9\xc4\x71\x7b\x42\xd0\xcc\xab\x74\x8a\xb0\x97\x4b\xeb\xe4\x93\x92\xef\x9d\x70\x35\x76\xfb\x35\x75\x10\x97\x61\xd2\xd8\x1c\xc1\xb5\x77\x8f\x86\x68\x9a\x46\xd1\x94\x47\x34\xd8\xf4\x61\x10\xdd\x92\x8d\x2c\x51\x44\xf4\x06\x19\x4a\x39\x15\xfc\x0a\xfb\x15\x34\xf8\xb9\xdc\x10\xda\x7f\x01\x8f\x63\xc2\xc2\xfa\xcf\x1e\xf4\xae\x28\xeb\x5d\x11\xb9\xde\xf9\xe2\x05\xbb\xc4\x3c\x51\xba\xf4\x98\x41\x15\x04\xdd\x1a\x03\xca\xa8\xa2\x24\x1a\x62\x44\x36\x3e\x06\x9c\x85\xb2\x0f\xff\xfd\xa4\x44\xb3\xaf\xad\x85\xea\x3a\x3f\x87\x50\xf4\xb7\xd9\xee\xd6\xb3\x67\xcf\x2b\x82\x2d\xdb\x8f\x3c\xe2\xd7\x94\x54\xbe\x24\x82\x2b\x1e\xf0\xa8\x0f\xf3\xb3\x69\x2b\xcf\xed\xa6\x68\x99\x67\xb6\xcc\xbf\x0f\xc3\xed\xce\x5c\x9d\xa1\xbc\x27\xc7\x7c\x73\xa3\xca\xb1\xd6\xa3\x34\x33\x14\x48\x42\xfa\xe7\x86\x4f\x15\x42\x35\x7e\x8a\x53\x98\xaa\xc0\x88\xc6\x54\xc9\x3a\x88\x18\x63\x2e\x36\x3a\x94\x2e\x46\x17\x93\xd9\x87\xc5\xf9\xf8\x62\x5c\x29\xd0\x76\x6e\x5f\xf0\x94\xd5\xa3\x29\xd6\xbf\x4d\x89\x5a\x1f\xd0\x56\xe5\x46\xd6\x34\xd7\xb8\x91\x8a\x0b\x74\x51\x69\xc5\x26\x2c\xda\xf4\x41\x89\x14\x5b\xc5\x1d\x5a\xfc\xcb\xa2\xf3\x31\xdf\x08\x42\x5b\x0a\x2c\x1d\xe2\x78\x4a\xa4\x52\xdd\x55\x60\x69\x0f\xe3\x95\x20\x01\x4e\x51\x50\x1e\x16\xf9\xe0\xd9\xaf\x9d\xaa\x8b\x2a\x6b\xd6\x43\xac\x6d\x91\x57\x23\xc2\xfe\x76\x99\xa5\x97\xca\x99\xbb\x93\xfb\x7e\x83\xee\x97\xb2\xaf\x49\xf4\x0e\xb4\xe4\x7e\x49\xee\x03\x77\xbb\xa3\x21\xe8\x6a\x55\x2c\xfc\x3d\x5b\x44\xce\xd6\x84\xad\x70\x4a\x04\x89\x4b\xd6\x25\xa9\xe2\x31\x51\x34\xa8\x39\xac\x48\x33\x5a\x5c\xc5\x1b\x6d\x89\x7a\x29\x78\x5c\xc6\x6c\xf7\x97\xc6\x5a\xbc\xaf\x04\x92\x78\x4e\x56\x3b\x99\xdf\x9e\x25\x7a\xf6\x80\xb0\x58\xc8\xf5\x4f\xbb\x4f\x6b\xa4\xd9\x59\xe1\x4f\x5f\xc6\x17\x83\x57\xa3\x85\x3f\x9f\x8d\x06\x17\x06\x81\x3f\x1d\x9c\x15\x30\xec\x16\xcf\x78\xab\x73\x66\x05\xfb\xbb\xdd\x68\xc9\x3e\xfc\x79\x5b\x62\x0f\x3b\x9c\xf8\x26\xfb\x63\x55\xe6\x7f\xb1\xad\xb2\x8a\x7d\x1e\xa0\xd4\x1d\xcc\x0b\x0f\xdb\x42\x9b\x4e\xfc\xf9\xab\xd9\xc8\xff\xfb\xb9\x69\x96\xdd\x6d\xe1\x9e\xdd\xaa\x12\x8f\x07\xed\x5a\x95\xf8\x3c\x68\xf7\xaa\xc4\xe7\x62\xf0\x7e\x71\x36\xb9\xbc\x1c\x9d\x69\xfb\xf9\x6e\x76\xcd\xf4\x07\x70\x9f\xce\x46\xd3\xc1\x6c\x34\x5c\xcc\x67\x83\x4b\x7f\xf0\x5d\xe4\xf8\xaf\x8d\x84\x17\xef\x5e\xbe\x1c\xcd\xf6\x33\xaf\x92\x3b\x9a\x77\x47\xb4\x3d\xb0\x67\x77\xf6\xcb\xbf\x54\xdb\x50\x15\x24\x3e\x0f\xae\xeb\xf5\x01\x76\xcf\x29\x33\x7a\x1a\x23\x4f\x55\xc1\xee\xf4\x90\xee\xdb\x35\x93\x0e\x69\xc4\x77\xa4\xff\x98\xd6\xd3\xd5\x78\xd2\x43\x7a\xd1\x44\x7e\x8a\xc0\x5b\xc3\xe9\xcf\xcf\xba\x4f\xba\x4f\xba\xa7\xe0\xbd\x83\x9f\x6a\xb3\x19\xbc\x4f\xe0\x85\x95\x9f\xf3\x79\xb3\xcb\x13\xe0\xd8\x1f\x9d\x8f\xce\xe6\x70\x7a\xbc\xdf\xb7\xbf\x1e\xec\xaa\xc3\xba\xd7\x1b\x22\x7a\x11\xbd\xea\x25\x2b\xf9\x29\xea\xe9\x3c\xea\x68\xe4\x5c\xfe\xae\x90\xee\x69\xd8\x4a\x0b\x38\x47\xc3\x86\x71\xa2\x36\x43\x2a\xaa\xae\x8a\x31\xa4\x69\xdc\x87\xa3\xa3\x83\xc2\xaf\x80\xf3\xa3\xbb\x19\x57\xe0\xdf\xab\xb1\xd9\xf2\xe9\x57\xb2\x4a\xa5\x7d\x99\x0f\x5e\x7d\xfd\xee\x7d\x4e\xa2\xed\x84\xca\x18\xd1\xdb\xbd\x22\xa0\x85\x9a\xa3\x52\xb5\xc6\x72\xbd\xee\x76\x00\xb2\x9b\x7f\xb6\xeb\x1c\x94\xae\x50\xea\x5f\x8a\xdb\x5d\x75\x23\x76\xc0\xdc\xdb\xa4\x02\xc3\xc2\x15\x59\x82\x95\x92\xd7\x31\x1c\x9f\xa5\x52\xf1\xd8\x1c\x88\x16\x58\xca\x27\xde\x20\x78\xaa\xb0\x0b\xe7\x48\x6e\x10\xae\x22\xc2\xae\x0d\x4d\x88\x4b\x92\x46\xaa\x18\x68\xef\xe9\x60\x77\xd5\xed\xc3\x6f\xe5\xab\x96\xfa\xe3\xef\xdd\xdf\xb2\xcb\xca\xbf\x77\x7f\xcb\x46\x7a\x21\x8f\x09\x65\x9e\x4c\x97\x4b\xfa\xf9\xf7\xe3\xba\xc2\x39\x30\x8d\xc5\x9e\x28\xbf\xce\x44\x15\xaa\x57\x4e\x6f\x0f\xd6\x4c\xfe\x95\x54\x93\x07\xe9\xe6\xd7\x95\x1b\xe6\x97\x77\xde\x5c\x0e\xc7\x36\x88\xcc\x2d\xde\xab\x4d\xe5\xae\xad\xe2\x66\x19\x1f\xdd\xd8\x1b\xd1\x7a\x5e\xdb\x45\xfd\x89\x51\xc7\xe8\xf5\x91\xdc\x90\xbe\xbd\x2c\xdb\xdb\x12\xc8\x5e\x65\x2a\x56\xe0\x57\x85\x57\x82\x71\x7b\xd6\x98\x85\x9c\xe1\xbe\xcb\xfc\x6d\x76\x55\x75\xd8\xac\x59\x66\x0d\xb7\xe4\xba\xd0\x52\xab\xd5\x14\xfc\x82\x73\xd5\x38\x03\xf9\xd2\x18\xc8\x2e\xf3\xea\xd7\xa6\xf3\x45\xa9\xb9\x2d\x5d\x87\xe4\xdb\xfb\xa6\x6f\x73\x1a\xdf\xb2\xa8\x00\x2c\xaf\x7f\x2b\xb3\xd1\x23\x49\xbe\xd7\xb1\x0f\x5a\x05\x84\xb9\x44\x4c\x59\x09\xf3\x3e\x58\x2f\x69\x84\x6c\x17\x53\xe9\xe4\x22\x43\x95\xcb\xe9\x7e\xbc\x96\x2e\x4c\x3a\xc5\xb9\x31\x3d\x7a\xf3\xd6\x07\x2e\xe0\xcd\xd9\xe8\xad\xb9\xd1\xdc\x0a\x68\xbe\x49\x9a\xc0\xd8\xf3\xad\x26\x7b\x10\x29\x79\x40\xcd\x43\x08\x73\x95\xda\xda\xc0\x30\x0f\x50\x28\xba\xd4\xc1\x8f\xf0\x48\x07\x38\x98\xc8\x6b\xc2\x72\x56\x22\x77\xf8\xcb\x24\x53\x07\x8a\xca\xd3\x86\x8a\x19\x08\x0b\x1d\x18\xe2\x4d\x4e\xa0\x47\xee\x35\xcc\x34\x63\x5f\x43\x53\x2c\x4a\x6a\x88\x7c\x54\x12\x3e\x13\x2f\xe1\x3c\xea\xc5\x94\x99\x3f\x3c\x49\xff\xd8\x96\x95\xfc\xba\x33\x86\xa5\x0c\xb0\x53\x60\x86\xc5\x27\xb8\xa0\x8c\xc6\x69\x0c\x53\xce\x23\xf0\xe9\x1f\x95\xa9\x56\x3d\xf1\x6e\x45\x43\x3e\x7f\x13\x34\xe4\x73\x0b\x9a\xca\xa9\xb9\x0b\x8d\x12\x84\x49\x12\x98\x84\x4d\x25\x8f\x6c\x66\xbc\x37\x9a\xf9\x96\x1d\x8c\x73\x76\x65\x44\x95\xd3\x77\x47\xf8\xc4\x99\x3a\x2c\x8d\xaf\x50\xe8\xa9\x14\x44\x34\xbb\x95\xce\xd0\x30\x96\x40\xa2\x88\xdf\x62\xd8\xb5\x37\xe4\x49\x24\x39\x48\xa3\xcc\xda\xb6\x1a\xbb\x4c\x12\x1d\x5e\x5a\x8d\x92\xbe\x72\x47\x91\xd2\x0d\xf7\x8b\x5d\x1c\x5b\x00\x85\x42\x2d\xcb\xd0\x9a\x6e\x67\xb9\x25\x25\xac\xf9\x2d\xc4\x69\xb0\xce\xb6\x85\x81\x4a\x08\x31\x34\x73\x22\xd4\x35\xa9\x84\xc2\x5c\x88\x24\xc1\x5a\xe7\x5a\xed\x80\x36\xc4\xfe\xda\x28\xf8\x22\x5d\x2e\x51\x38\x21\xd6\xd6\x98\x4d\xa5\x25\x95\x28\xda\xeb\xcb\xbb\xec\x1d\x53\x27\xeb\x3f\xcd\x90\x7f\x11\xef\x8f\x81\xf7\xcf\x27\xde\xdf\xfe\xfd\xe5\x17\xdd\x0a\xae\x90\x99\xbb\x99\x7d\xc0\xcf\x89\x40\x29\x6b\xa1\x50\x3a\xe3\xab\x55\xa5\x56\x64\xc9\x36\x03\xb8\xd1\x95\x52\x84\x45\x77\x5c\x86\xf6\xfc\xeb\xf1\x01\xd8\x4a\x9b\x1c\xed\xd8\xbe\x41\x8d\xcc\xef\xc1\xba\x6a\x63\xe3\x35\x80\x1f\x51\x25\x73\x60\xcd\x65\xb2\xe5\xa8\x3f\xef\x70\xec\xd6\x75\xf7\x63\x80\xee\x8a\x79\xf7\xaa\x95\x9d\x05\x5c\xe3\x66\xa7\x5a\xe4\x88\x1b\x6b\x97\xf3\x06\xc1\x37\xa8\x62\x39\x7d\x23\xa2\xe6\x02\xd6\x78\x05\xa1\x06\xab\x78\xe2\x66\x6f\x1b\x37\xce\x83\xc2\x06\x19\xdd\x83\xa7\x43\xcb\x4d\x86\xf6\xb9\x71\x99\x2f\x19\x81\x32\xb8\x5d\xd3\xc0\x3a\xb6\xb4\x38\x95\xc6\xbe\xf9\x7b\xa5\x0b\x1a\x86\x11\xde\x12\x81\x76\x29\x2d\x81\x64\x8f\xdd\x28\x93\x8a\x44\x91\x4d\xf9\x28\x6b\x3c\xf4\x00\xc6\x45\x4c\xa2\x68\xb3\x25\x85\x2c\xb6\x8b\x8d\xfb\xed\x12\xd6\xb6\xf6\x1f\x78\x0a\x72\xcd\xd3\x28\x04\xce\xa2\x8d\x79\x4e\xa5\xf3\x6f\xcc\x43\xba\xdc\xd8\x67\x74\x74\x09\x1b\x9e\x1e\xdf\x60\x89\xef\x8e\x0e\x94\x81\xdd\x10\x08\xa9\xce\xbd\xba\x5a\x15\xa2\x7a\xa5\x67\xa8\x15\x37\x95\x38\x6c\x0d\x55\xd8\xdc\xbd\xc0\x6e\xe9\xdf\xb7\xef\x94\x6a\x4e\xc8\x1e\x5e\x65\x7d\x94\x79\x05\x4b\xcd\x86\x3a\x17\xc5\x7b\xd4\x3a\xb6\x6c\xcc\xa0\x42\xbc\x93\xf4\xef\x1a\x47\xce\x7b\x2b\xed\x11\xd4\x06\xbe\x29\xfe\x9d\xe0\x1f\x3c\x09\x9c\xd7\x64\xf6\x80\x37\x0f\x88\x15\x87\x2b\x2c\x3f\x4e\x2e\xbd\x26\xce\x52\x9c\x4d\x21\xa1\xee\x06\xf4\x90\xc7\x3b\xb1\x92\x91\x1b\x86\x15\x44\xf6\xaa\x8d\x23\x7f\xe5\x9e\xb5\xeb\x5e\xc5\xb3\x47\xc6\x75\xe1\x34\xc0\xac\x89\xa2\xb2\x58\x22\xdb\x86\xcb\xee\x0a\x57\xdf\x0c\xdb\xc5\xb3\x69\xee\x2c\xd1\x23\xf9\xb8\x52\x46\x12\x0c\xe8\x92\x62\xb8\x7d\x22\x4b\xa2\xb8\x49\x9d\xec\xed\x48\x39\xb0\x5a\x2e\x02\x1d\x92\xa4\x6b\xaf\xc5\xb5\x11\xf6\x09\xdf\x49\xc7\xce\x3b\x43\x7b\xea\xea\xf6\xbc\xb4\xa1\xb2\x66\x2e\xde\xd2\xe9\xf5\xe3\x4e\xad\xc8\xa0\xcd\x35\x15\xf8\xca\xbe\xf4\x75\xde\x3b\x3a\xc4\x18\x25\x50\xf7\x5a\x79\xed\xa2\x71\x1b\xcb\x75\xf3\xe8\x5e\x4d\x52\xdd\x8a\x75\x9b\x65\x4d\xce\x63\x9b\xbd\xdf\xe5\xcf\xb2\xed\x36\x6f\xe9\x0c\xfa\x00\x45\xfc\xbc\xdf\x71\xaa\x71\xf7\x26\x4b\x91\x95\x9e\x2a\xa9\xdc\x2e\xe4\x8e\x4a\xaf\xf4\x6c\x39\x03\x69\xb2\x7d\x57\x2f\xee\x69\xa0\x8b\xd5\x89\x2d\x32\x24\xa2\x2b\x66\xe7\x5b\xd1\xfd\xc4\xe4\x23\x17\xdd\x98\x32\xad\xa1\x3d\x07\xd6\xd6\xdb\xf6\xfb\x6d\x4b\x01\x53\x5b\x20\x2b\x2e\x76\x03\x78\x67\x31\x50\xdf\xeb\x6d\xa9\x2d\x47\x7f\xeb\xfe\x7a\xe4\x58\xd0\xd8\x9d\xeb\x7c\x19\x63\xae\xbe\xec\xa0\xda\x92\x5d\x58\xb2\x73\x4d\x56\x00\x2a\xdf\x87\xd9\x0a\x3c\x7d\x45\x3b\xff\x1f\x00\x00\xff\xff\x19\x51\x39\x1c\x78\x42\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYaml, - "Template.template.openshift.io/openshift/sso72-postgresql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-postgresql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\x5d\x6f\xdb\xb8\xd2\xbe\xf7\xaf\x18\x14\x0b\x74\x0b\x44\x56\xd2\x6d\xdf\xa4\xba\xf3\x3a\xde\xd4\x8b\x38\x36\x2c\x77\xdf\x76\x0f\x0e\x0c\x5a\x1a\xdb\x6c\x28\x52\x87\xa4\x9c\xb8\x45\xff\xfb\x01\x49\x7d\x5b\x76\xda\x6e\x8b\x93\xab\x58\x1c\x3d\x7c\xe6\x53\x33\x24\x49\xe9\x5f\x28\x15\x15\x3c\x00\x8d\x49\xca\x88\xc6\xbe\x48\x91\xab\x2d\x5d\xeb\x3e\x15\xfe\xee\xa2\x77\x4f\x79\x1c\xc0\x22\x5f\xee\x31\xb2\x42\xa6\x82\x1e\x80\xdc\x7a\x4a\x89\x00\x2e\xfb\x2f\xbd\xdd\x45\xff\x55\xff\xbc\x07\x25\x4c\x00\x4a\x89\xcb\x97\xde\xe3\xeb\xf3\x37\xde\x56\xeb\x54\xf5\x12\x54\x8a\x6c\x30\x80\x01\x70\x7c\x80\xf9\x5b\x2f\x0c\xa7\xa0\x50\xee\x68\x84\xb0\x25\x0a\x56\x88\x1c\x22\x89\x44\x63\x0c\x94\xc3\x5e\x64\x12\x52\x29\x3e\x62\xa4\xfb\xb0\xd8\x22\x90\x38\xa1\x1c\x32\x85\x92\x93\x04\xfd\x94\x28\xf5\x20\x64\xdc\x03\x58\x0b\x09\x24\x8a\x50\x29\xca\x37\xa0\xb7\x08\x09\x51\x1a\x25\x48\x24\x2c\x81\x1d\x25\xf6\x61\xbe\x6b\x24\xb8\x12\x0c\x81\x2a\xf8\xe5\x73\x18\x4e\x97\x83\xeb\xc9\xf8\x6e\xf9\x2e\x1c\xcd\xef\x06\x93\xd1\x17\xbf\xfe\x74\x36\x08\xc3\xff\x9f\xce\xaf\xbf\xf4\x7b\x60\x59\xbc\x5d\x2c\x66\x21\xdc\xe3\x5e\x69\x21\xd1\xd0\x89\xed\xfe\x56\x17\xbe\x01\x85\x51\x26\xd1\x6c\xa2\x91\xeb\x33\xbb\xf1\x9f\x37\x52\x64\xa9\x3a\x7c\xab\x07\x4e\xde\xbc\x58\x08\x45\x22\x49\x32\x4e\x23\xa2\xa9\xe0\xea\x0c\x08\x8f\x2d\x38\x4a\xd0\x32\x53\xfa\x60\xdf\xfc\x7d\xa7\x9d\xf1\x0d\xfe\x27\x43\xa5\x15\x3c\xa0\x44\x20\x99\x16\x09\xd1\x34\x22\x8c\xed\x4b\x03\x1b\x93\x4c\x53\xe4\xa1\x71\xf6\x73\x55\x7a\xa2\xd0\xc2\xb8\x0e\x22\x94\x9a\xae\x0d\x13\x74\x44\x25\x6a\xd5\xef\x25\xa8\x49\x4c\x34\x31\x71\x40\x38\x17\xda\x31\x35\x3f\x01\x62\x54\x91\xa4\xa9\xb6\x71\x35\xe0\x80\x8f\x24\x49\x59\x69\xfb\x4b\x20\x69\xca\x72\xe5\xfa\xf0\x87\x90\x90\x18\x75\x28\x5f\x0b\x99\xd8\xa7\x40\x56\x22\xd3\x90\x19\x5f\x5a\x48\x00\xbd\xa5\xaa\x8c\xae\x33\x50\x88\x60\xc3\x2a\xf0\xfd\x0d\xd5\xdb\x6c\xd5\x8f\x44\xe2\x7f\x5c\x09\xa5\xbc\x32\x84\xfd\xda\x4e\x5e\xf1\xb2\xea\x5b\x48\x1a\x09\x3e\x64\x44\xa9\xc0\xfe\x6b\x62\xd9\x3e\x6f\xc4\x7f\x4c\x55\xca\xc8\xde\x33\xd1\x16\xc0\x1c\x63\x78\x4b\x34\x84\x94\x6f\x18\x42\x48\x37\xdc\x9b\x72\x93\x00\xf0\xeb\x28\xdd\x62\x82\x92\xb0\x17\x87\x28\xa9\x14\x3b\x1a\xa3\xf4\x3a\xe1\xce\x60\xcc\x23\xc7\x49\x93\x8d\xb2\x99\x73\x76\x8f\xfb\x88\x09\x72\x7f\x66\x35\x72\x8b\x9d\x19\x1a\x8b\x28\x4b\x90\x3b\x07\x78\x99\x64\x41\x69\x17\x97\x0e\x7d\x89\xf1\x96\x68\x6b\x9e\x86\xb0\x8f\xdc\x97\x18\x7b\x5b\xa2\x3d\x65\x35\xf2\x94\xd1\x48\x70\xff\xc4\x7e\x4c\xf0\x8d\xd7\xf0\xf0\xa2\xee\x19\x88\x71\x4d\x39\x2a\x90\xa8\x44\x26\x23\x54\xc0\x11\x63\x8c\x0b\x37\x0a\x88\x71\x87\x4c\xa4\xa7\xac\x99\xc7\xfa\x8a\x98\x08\x8f\x31\x65\x62\x9f\xd8\x4c\x3a\x8c\x74\xf3\xd7\x48\x17\x17\x35\x20\xd1\x43\x1e\xc9\x7d\xaa\x61\x71\x1b\xf6\x4f\x68\xa4\xb2\x34\x15\x52\x3f\x61\x3b\x0b\xb0\x2b\xaa\xa5\xab\x7d\x5e\xa3\xf4\x39\xa7\x1e\x94\x3d\xb7\xa0\x52\x12\x61\x50\x85\x45\x4f\xac\x4c\x55\x53\x41\xcf\x83\x7a\x19\xde\x5d\xf4\x00\x5c\xc9\x0d\x5d\x3e\xf6\x00\xea\xd9\xd6\x91\x6f\xad\x8c\x33\x15\xea\x01\x57\xb9\x11\x9f\x2b\xa7\x13\x18\x1d\xfb\xb9\x7c\x9e\xea\x7d\xc2\xd2\x2d\x69\x59\xc3\x65\xbf\x67\x12\xdf\x73\xf9\xee\x95\x9a\xd5\xf4\xca\xd7\x2c\x60\xf5\x4d\xb0\xfc\xaa\x9c\x0b\xe0\x97\xcf\x83\xd9\xec\x76\x3c\x1c\x2c\xc6\xd3\xbb\xa5\xad\xad\x56\xcc\x41\x76\xaf\xaa\x14\x23\x07\x66\x38\xe7\xb8\x9e\xfd\x11\xc0\xd5\xab\x57\xbf\x15\xb1\x44\xe4\x06\xf5\xac\xf9\x58\x21\xc3\x48\x0b\x59\x99\xa6\x88\x9e\xa1\xe0\x6b\xba\xe9\xde\xf4\xa7\x38\xa1\xa8\xe6\xa9\x89\x47\xc3\xde\x16\xeb\x88\x65\xe6\xbb\x44\xf9\xa6\xdb\x1b\xf7\xd9\x0a\x25\x47\x53\xa7\xa8\xf0\xb5\x60\x28\x89\x46\x2f\xe3\x12\x49\xbc\xf7\x90\xc7\xa9\xa0\x5c\xab\x00\x9e\x69\x99\xe1\xb3\x1f\xee\x01\x2f\x75\x55\xb7\x72\x43\x4e\x79\x3c\x0b\xe0\x4e\x70\x3c\x74\x8d\xc3\x4a\xab\x6a\x9d\xfb\xea\xea\xea\xea\xc7\x3a\x85\xc6\xdd\x94\x8b\x54\x73\x4e\x9b\x8b\x4c\x7f\xbb\xcb\xec\x5b\xae\x8f\xa8\xec\x57\xa6\x4f\xe1\xa4\x9f\x1b\xf0\xba\x42\xd5\x28\x13\xca\x73\x54\x89\x79\x31\x73\x52\xa2\x10\x3a\x8e\x7a\x34\xa2\xaf\x5b\xb6\x3f\xb0\xd3\x4f\x53\x4e\xa2\x85\x52\x01\x5c\xfc\x83\xa8\xb0\x6f\x6a\x93\x13\x9b\x7d\x69\xab\x7d\x6a\xbf\xa7\xae\xb5\x69\xd4\xfa\x42\xa4\xa9\xe3\xa1\x9e\x5f\xad\xeb\xb7\x72\x7d\xca\x3e\x56\x9f\xd2\x46\xee\x73\xc6\x35\xa1\x1c\x65\x8d\x9c\x07\xc8\x77\x75\xae\x45\xd2\x5d\xff\xbe\xb4\x3d\xea\x74\x7a\xbb\x0c\xc7\x7f\x8f\x6a\x22\x00\x3b\xc2\x32\xbb\x71\x5b\xea\xcb\x11\xa4\xc1\xfb\xaf\x41\xaa\x4b\x1d\x41\x5a\xbc\x5f\x8e\xc3\xe9\xad\x55\xf5\x28\x50\x5d\xa8\x0b\xe7\xcf\x9b\xf9\xf4\xdd\x2c\x5c\xce\xc6\x77\x37\xcb\xd9\x7c\xba\x98\x0e\xa7\xb7\x5d\x68\xd5\x17\xec\xfa\xce\x89\x77\xa0\x4d\x67\xa3\xbb\xf0\xed\xf8\x8f\xc5\xb2\x10\x5a\x86\xa3\xf9\x5f\xe3\xe1\xc8\xfa\xa2\x9b\xe5\xd1\xea\xf8\x0d\xe8\xb3\xe9\x7c\xd1\x85\xfe\xcc\xd4\xc7\x67\x1d\x58\xef\x5f\x9f\xbf\x59\x0e\x07\xcb\xdf\xdf\xdd\x5d\xdf\x76\x12\xf3\x77\x44\xfa\x32\xe3\x7e\xde\x91\xfb\xcd\xaf\x46\x5e\xac\x48\x14\x89\x8c\xeb\xe2\xa7\x17\x91\x7e\x24\xf5\x09\x43\x0f\x6f\xdf\x85\x8b\xd1\xbc\x9c\x78\xba\x6d\x72\x4c\xfa\x94\x0b\x47\x77\xc3\xf9\x87\xd9\xe2\xa4\x17\x07\xe1\x87\x49\x21\xd8\x01\x75\x38\xa6\x75\xd3\xeb\x18\xe7\x4e\xa2\x9d\x56\xb6\x63\x0c\x3c\x82\x36\x1f\x0d\x6e\x27\xc7\x41\xec\xf2\xb1\x77\x8b\x50\x79\x5a\xb3\xb6\xe4\x53\x88\x4f\x6b\xd7\x96\xac\x23\xd2\xc4\x4e\xec\xa7\x6b\xa1\x15\x9a\x65\x8c\xcd\x04\xa3\xd1\x3e\x80\x01\x7b\x20\x7b\x55\x93\x60\x74\x87\x1c\x95\x9a\x49\xb1\xc2\xa0\x41\x05\x1f\xeb\xa5\xcf\xfd\x99\x7e\x9e\xf0\xb8\xfd\xd8\x03\x7f\x45\xb9\xbf\x22\x6a\x7b\xb0\xe2\x45\x87\xc2\x22\xd5\x3e\x92\xd4\xbe\xd4\x60\xd0\x6f\x01\x50\x4e\x35\x25\xec\x1a\x19\xd9\x87\x18\x09\x1e\xab\x00\xfe\xef\xbc\x26\xf3\x54\x01\x87\x66\x47\x54\x50\x28\x2b\x79\xde\xa4\x5e\x5e\x5e\x35\x36\x76\xb0\x1f\x05\x13\xf7\x94\x34\x56\x52\x29\xb4\x88\x04\x0b\x60\x31\x9c\x9d\xc4\x3c\xbf\x3a\xef\xc0\x34\x4d\xcb\x77\x02\x56\x0d\x76\x1b\x50\x7d\x27\x62\xd1\x06\x36\x11\x5b\x85\xf4\x38\xa0\x69\x7c\xe9\xff\x36\x7c\x9a\x14\x9a\xf1\x53\x4e\xba\xcd\x0d\x19\x4d\xa8\x56\x6d\x12\x09\x26\x42\xee\x4d\x28\x4d\x46\x93\xe9\xfc\xc3\xf2\x76\x3c\x19\x2f\xea\x61\xb4\x13\x2c\x4b\x70\x62\x0a\x77\x2b\x9a\x12\xf3\x6c\x46\xf4\x36\x00\x1f\x75\xe4\x9b\x61\xcc\x3f\xf4\x4b\xe7\xb4\xe6\x50\x1b\x72\x46\xa7\x29\x67\xfb\x00\xcc\x1c\x51\x2e\xd5\xfa\xce\x1b\x49\x22\x9c\xa1\xa4\x22\x2e\xd3\xe2\xf2\x75\xaf\xc9\xb4\xd1\xa4\x7c\xdd\xde\xee\xa3\xd5\x34\x8d\x7b\x76\xf7\xc4\xa4\xa9\x25\xdd\x6c\xca\xc6\xc8\x73\xa5\x67\xb8\x25\x7c\x83\x33\x22\x49\x52\x23\x53\x1e\x7a\xb5\xf4\x2b\x83\xd3\xec\xd5\x20\x7f\x2a\xbd\xd7\x52\x24\x75\xc2\xae\x97\x1e\x9b\xed\x43\x2d\x91\x24\x0b\xb2\x39\xa8\x17\xee\xf4\xc0\x73\x47\x02\x65\x8f\x12\x5c\xf4\x5f\xb5\x44\xf3\xd3\x81\x5f\x3e\x8f\x27\x83\x9b\xd1\x32\x5c\xcc\x47\x83\x89\x65\x10\xce\x06\xc3\x92\x86\x6b\x73\xc7\x95\xce\xb9\x15\xdc\x73\xd7\x88\xe6\x0b\xa9\xb1\x06\x6a\x6b\x2a\xef\x70\x34\x35\x9b\xda\x51\x47\x6f\xb1\x71\x1c\xd7\x03\xc8\x0f\xa9\x9c\x2b\x06\xd5\x1a\x98\x27\xe5\x39\x47\xdb\x54\xf9\xa1\x23\x95\x18\x97\x06\xcf\x3f\x33\x4a\x89\x2e\x0e\xc5\xe1\x6d\xc9\xa3\x3c\xfd\x74\xe3\xe6\x01\x97\x62\x7d\xe8\xd6\x61\x56\x3b\xfd\x35\xee\x81\xe7\xff\x22\xde\xa7\x81\xf7\xf7\xb9\xf7\xe6\xdf\x9f\x7f\x7b\xf9\xe5\x79\x0f\x60\x83\xdc\x0e\xd0\x01\xe0\x63\x2a\x51\x99\x79\xa8\x54\xe2\x44\xdf\xd3\x52\xa6\xc5\x3f\x44\xad\xe0\x91\x78\xa9\x10\xcc\x4f\x28\xb7\xff\x78\x8a\x7e\xaa\xac\x1a\x59\x77\x64\x12\x63\x30\x73\x87\xab\x11\x07\x3a\x5d\x97\x4b\x30\xa1\x9c\x26\x59\x02\x33\x21\x18\x84\xf4\x53\x65\xeb\x83\x1e\xff\x24\x1b\xf2\xf8\x43\xd8\x90\xc7\x13\x6c\x1a\x73\x42\x17\x1b\x2d\x09\x57\x24\xb2\x87\x92\x54\x09\xe6\x22\xe8\xbb\xd9\x2c\x2a\x38\x18\x17\x70\x75\x46\x8d\x79\xa3\x45\xe8\xae\xc8\x30\xa0\x1c\x1e\xb6\x34\xda\x5a\x12\xb5\xe4\x55\x96\x59\x71\x20\x39\xa1\x71\xcc\xf0\x81\x48\x74\xf5\x45\x01\x91\x2e\xd5\x28\x57\x9a\x30\x86\xb1\xbd\x8d\x50\x2d\x0c\xf3\x02\x17\x32\xb1\xa7\xec\xa5\xa8\xd9\xd4\x6c\x57\xe6\x7f\x95\xf1\xee\x30\xe1\x83\xc8\x40\x6d\x45\xc6\x62\x10\x9c\xed\xed\x79\x29\x68\x01\x89\x88\xe9\x7a\xef\x0e\xbe\xe9\x1a\xf6\x22\x7b\xbe\xc3\x1a\xee\x81\x0e\x94\x83\x6b\x22\x62\xba\x5e\xa3\x44\x5e\xdb\xca\x2f\xae\x51\xda\x46\xae\x21\x54\x86\x2a\x2d\xdb\x5d\x8f\x4e\xe4\x7a\x75\xc0\xd9\x72\x42\x7e\xf8\x1f\xba\x93\x5d\x7b\x8f\x43\xed\x18\x2f\x64\x79\x9f\xd3\xe6\x96\xbf\x33\x68\x08\xbf\xab\x84\x3b\xb2\xfe\xea\xe9\xa4\xef\x9c\x23\x4e\xa7\x7b\x17\xf9\x8a\x51\xed\x16\xea\x69\xfa\xff\xbc\x68\x75\x4e\x2e\x4f\xf0\xb7\x77\x60\x5a\xc0\x0a\xeb\xf7\x6b\xb5\x0b\xb1\xfc\xc4\xfd\x57\xec\x6f\xfa\x10\x9b\x26\xc5\xbc\xf2\xe2\x20\x5c\x72\x71\x0b\xd8\x60\xe4\xa6\x9f\x8e\x32\x5f\x38\xd7\x5d\x57\x69\x91\xdf\xd2\xb5\x37\xa7\x11\xf6\xdd\x55\x02\x55\x4e\x74\xb5\x87\x88\x51\xe4\x3a\xbf\xfe\x10\x39\xf5\xda\x37\xcb\xd6\x03\x27\xf4\xab\x7a\x01\x0f\x54\x6f\x73\xb5\x54\x8a\x11\x5d\x53\x8c\x8b\x3d\xac\x3e\xc7\xd4\xc9\x4f\x79\xeb\xb1\x75\x62\x36\xfb\x9a\x6f\x59\xeb\x76\xd3\x18\xe1\xa9\xcd\x6b\x91\x71\x62\x8c\x6b\x6d\x3e\x2c\xba\x99\xbc\xb3\x74\x6d\xe7\xc1\x56\x95\xd8\xc4\x89\xdd\x1a\xb1\x72\xa7\x7a\x2f\x5a\xe5\xf2\xc5\x0d\xed\xfd\x37\x00\x00\xff\xff\x20\x9f\xab\x34\x23\x1e\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYaml, - "Template.template.openshift.io/openshift/sso72-x509-https.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso72-x509-https.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73HttpsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\x6f\x6f\xdb\x38\xd2\x7f\xef\x4f\x31\x28\x0a\xa4\x05\x22\xb9\x7d\xba\xcf\x25\xa7\x5d\x2c\xe0\x73\xbc\xa9\xdb\x24\x36\x2c\x77\x6f\xbb\x87\x83\x41\x4b\x63\x9b\x8d\x44\xea\x48\x2a\x89\xb7\xe8\x77\x3f\x90\xd4\x7f\x4b\xb6\x93\xcd\xee\x6d\x5f\x35\xd6\xf0\x37\xbf\x19\x0e\x87\xc3\x21\x49\x42\x7f\x46\x21\x29\x67\x1e\x28\x8c\x93\x88\x28\x74\x79\x82\x4c\x6e\xe8\x4a\xb9\x94\xf7\xef\xde\xf6\x6e\x29\x0b\x3d\x98\x67\x9f\x7b\x11\x59\x62\x24\xbd\x1e\x80\xd8\x48\xc9\x3d\x38\x73\xdf\xb9\xff\xe7\x5e\x0e\x7a\x50\x60\x78\x20\x25\x3f\x7b\xe7\x6c\x94\x4a\x64\x2f\x46\x29\xc9\x1a\x3d\x38\x19\x00\xc3\x7b\x98\xbd\x77\x7c\x7f\x02\x12\xc5\x1d\x0d\x10\x36\x44\xc2\x12\x91\x41\x20\x90\x28\x0c\x81\x32\xd8\xf2\x54\x40\x22\xf8\x17\x0c\x94\x0b\xf3\x0d\x02\x09\x63\xca\x20\x95\x28\x18\x89\xb1\x9f\x10\x29\xef\xb9\x08\x7b\x00\x2b\x2e\x80\x04\x01\x4a\x49\xd9\x1a\xd4\x06\x21\x26\x52\xa1\x00\x81\x24\x8a\xe1\x8e\x12\xf3\x63\xa6\x35\xe0\x4c\xf2\x08\x81\x4a\x78\xf9\xd5\xf7\x27\x8b\xc1\xc5\xf5\xf8\x66\xf1\xc9\x1f\xcd\x6e\x06\xd7\xa3\x6f\xfd\xea\xaf\xd3\x81\xef\xff\x73\x32\xbb\xf8\xe6\xf6\x00\xa6\x11\x12\x89\xb0\x44\x90\xa9\x40\x50\x3c\x23\x6c\xd0\x57\x3c\x8a\xf8\xbd\x26\x20\x31\x10\xa8\xa4\x07\x2f\x5e\x7e\x7d\x3f\x9f\x4f\xfd\x85\x3f\x1a\xce\x46\xf3\x6f\x2f\xb4\x6e\x45\x28\xcb\x68\xf6\x00\x72\x89\x8f\xa3\xcf\xfe\x7c\x32\x1b\x7d\x83\x15\x8d\x50\x5b\x19\x1a\xb3\x8c\x8b\x2c\xa6\x56\xa9\xc7\x23\x53\xdf\x6b\xe8\x0f\x97\xb3\xc9\xa7\xa9\xbf\x18\xdd\x0c\x67\x9f\xa7\xf3\x42\x49\x0f\x1a\x6a\x60\x57\xb6\x5b\x5d\x90\x0a\x3d\xec\xc3\xa5\xe0\x69\x22\x21\xe0\x71\x9c\x32\x1a\x10\x45\x39\x93\xdf\xf7\x40\x6b\xd6\xee\x99\xcf\x3e\xf9\x73\x83\xd1\x65\x1d\x34\x05\xbb\x94\xf5\x20\x9f\x1a\x81\xff\x49\x51\x2a\xe9\x9e\xf4\x62\x54\x24\x24\x8a\xe8\x30\x23\x8c\x71\x65\x19\xe8\x3f\x01\x42\x94\x81\xa0\x89\x32\x61\x3b\x60\x80\x0f\x24\x4e\x22\x04\x92\x24\x51\xc6\x15\x96\x44\xeb\xe1\x2c\xc7\x3e\x73\xdf\x01\x8d\xc9\x1a\x5d\xf8\x89\x0b\x88\xb9\x40\xa0\x6c\xc5\x45\x6c\xe4\x0d\x2e\x00\x59\xf2\x54\x41\x9a\x05\x12\x95\x45\x40\x9f\x82\x44\x04\x13\xce\x5e\xbf\xbf\xa6\x6a\x93\x2e\xdd\x80\xc7\xfd\x2f\x4b\x2e\xa5\x93\x99\x8e\xc2\x31\x3a\x64\x5f\x60\xb8\x21\xca\x91\x92\x3b\x67\x4e\xb1\xa0\xec\xd7\x7e\xc8\x03\xe9\x1a\x8d\x34\xe0\x6c\x18\x11\x29\x3d\xf3\x5f\x2d\x6f\x7e\xaf\x2d\xc1\x90\xca\x24\x22\x5b\x47\xc7\xbd\x07\x33\x0c\xe1\x3d\x51\xe0\x53\xb6\x8e\x10\x7c\xba\x66\xce\x84\x19\xfb\x5e\x8d\x92\x0d\xc6\x28\x48\x04\xf7\x54\x6d\x40\xaf\x11\xb5\x11\x3c\x5d\x6f\x32\xfb\xe6\x57\xfe\xeb\x5d\x05\x89\xe0\x77\x34\x44\xe1\xb4\x6a\x3a\x85\x31\x0b\x2c\x5d\x45\xd6\xd2\x2c\xed\xd3\x5b\xdc\x06\x11\x27\xb7\xa7\xc6\xfe\xd3\x0d\x0d\x43\xb4\x4e\x6c\x4f\x23\x21\x0f\xd2\x18\x99\x9d\x46\x27\x15\x91\x57\x38\xd3\x2e\x5d\xd7\x7a\xcc\xf8\xb4\x26\xdc\x47\xa6\xbd\xe9\x18\x77\x1a\x9b\x1d\xa9\x6d\xe6\xac\xbf\x47\x5f\xc4\xd9\xda\xa9\xc5\xc9\xbc\x3a\x9d\x10\xe2\x8a\x32\x94\x20\x50\xf2\x54\x04\x28\x81\x21\x86\x18\x66\x7e\x52\x1c\x42\xbc\xc3\x88\x27\xfb\xfc\xad\x57\x27\x8a\x2c\xd4\x42\x4c\x22\xbe\xd5\xb4\x4f\xcb\x75\x64\x83\x2f\x03\xad\x2d\xa6\x2c\xc8\x2a\x53\xa4\x27\xc7\xdd\x63\x92\x4c\x93\x84\x0b\x75\xc0\x79\x06\xe0\x2e\xcf\xe9\x95\xd4\x6c\xe7\xb4\x9a\x96\xed\x6f\x32\x21\x01\x7a\x65\x40\xf4\xf8\x52\x27\x5d\xe9\xf5\x1c\xa8\x6e\x0f\x77\x6f\x7b\x00\x76\x2b\xf0\x6d\xe2\xee\x01\x54\x97\x69\xcb\x42\x6d\x2c\x55\x9d\xc6\xef\x71\x99\xf9\xed\x44\x1a\x2b\x40\x1b\x65\xed\x2e\x77\x16\x83\x56\xae\x66\x0f\x5e\x7e\x1d\x4c\xa7\x57\xe3\xe1\x60\x3e\x9e\xdc\x2c\x4c\xa2\x36\x62\xd6\xaa\xf6\xaf\x32\xc1\xc0\x82\x69\x15\x19\xae\x63\xfe\xf0\xe0\xfc\xcd\xf9\x9b\x7c\xb2\x89\x58\xa3\x9a\xd6\x7f\x96\x18\x61\xa0\xb8\x28\x0d\xc9\xa7\x77\xc8\xd9\x8a\xae\xdb\x95\xfe\x39\x2e\x93\xcf\xe1\x33\xbb\xa5\x38\x4f\x71\xdd\x77\xdf\xbd\x6b\x73\x5d\xfe\xf3\x5f\xc8\x75\xf9\x3e\x96\x98\xb5\xc6\x85\x32\x3b\x4f\x10\xa5\xba\x3e\xa0\x6c\xed\x66\x03\xb3\x52\xc4\x25\x51\xb2\x21\xee\x6d\xba\x44\xc1\x50\xa1\xd4\xeb\x4e\xf1\x08\x05\x51\xe8\xa4\x4c\x20\x09\xb7\x0e\xb2\x30\xe1\x94\x99\x2d\x5e\x89\x14\x5f\x3c\x7b\xf0\x3a\x89\xdd\x17\xcb\x69\xc8\x28\x8f\xa7\x1e\xdc\x70\x86\xbb\x53\x63\xb1\xb2\x71\xf9\x57\x0f\xce\xcf\xcf\xcf\x9f\x77\x52\x68\xd8\x4e\x59\x07\x66\x31\x67\x33\x9e\xaa\xc7\xcf\x98\x19\x65\xcb\xb9\xd2\x7d\x79\x9a\xc8\xa7\xe8\x8f\xcd\x14\x1b\x2e\x95\x96\x7a\x3f\xf1\xe7\xfa\xeb\x42\xd7\x67\x16\x40\xf1\x5c\x5f\x37\xd4\x23\xfd\x25\xff\x40\x87\xc9\x67\xf2\xd8\x91\x79\xa2\xd5\x71\x7e\xe6\xb9\x52\xb1\x42\x11\x53\x96\x29\x6e\xd6\x27\x4d\x0f\xef\x51\xdd\x99\x2d\x2e\x1a\x71\xbd\xe3\xd3\x3f\x2c\x74\x04\x1a\x28\xe9\xc1\xdb\xdf\xb1\xe2\xcc\x48\xa5\xf3\xcd\x7a\x5b\x38\x6d\x9b\x98\x72\xcc\x1e\x37\x6a\x25\x42\x2e\x52\xb7\x71\xd7\xce\xa3\x6d\x7d\x2c\xd7\x43\xfe\x31\xf6\x14\x3e\x32\xa9\x2c\xaf\x95\x2b\xe4\x1c\x40\x76\x57\xe5\x9a\x27\x34\x7d\x84\xc8\x43\xaa\xf2\x19\xe0\x8e\x44\xa9\x51\x5a\x95\xf8\xd6\x82\x70\xf1\x8f\x85\x39\xc9\x4d\x26\x57\x0b\x7f\xfc\x6b\x07\x4a\x53\xaa\x0b\x69\xf0\xcb\x31\x48\x55\xa9\x0e\xa4\xf9\x2f\x8b\xb1\x3f\xb9\x32\xce\xea\x04\xaa\x0a\xb5\xe1\xe4\xe7\xba\xe9\xf8\xe6\x72\x31\x9d\x4d\xe6\x93\xe1\xe4\xaa\x0d\xad\x2c\x24\x2f\x6e\xac\x78\x0b\xda\x64\x3a\xba\xf1\xdf\x8f\x7f\x9a\x2f\x72\xa1\x85\x3f\x9a\xfd\x3c\x1e\x8e\x16\xdd\xee\xef\xdc\xbb\x1e\x81\x3e\x9d\xcc\xe6\x6d\xe8\x2f\xf4\xee\xf5\xa2\x05\xab\x7e\x68\x5e\x5c\x8c\x67\x6d\xc3\xfb\xa8\x82\x3e\x92\xc4\xb1\x27\x72\xe7\x8e\x47\x69\x8c\x07\xe1\xda\xed\x6c\x9c\xd3\x0f\x93\x9a\x7f\x9e\x1e\x05\x65\x04\xbb\xf1\xba\x3d\x5f\x7e\xef\x1e\x9d\xf7\x2f\xf6\x21\x14\x3d\x8e\x3d\x01\x56\x6f\x32\xb4\xa3\x75\x34\x24\x8e\x40\x3d\x6a\x22\xbf\xac\x4d\x29\xe7\x20\x0b\xc4\x36\x51\x07\x27\xb5\x4b\xc9\x71\xe4\xf7\x4d\x74\x53\xb6\x7b\x8a\xda\x24\x8f\x41\xdc\x3f\x6d\x5d\xd2\xfb\x90\x87\x57\x9f\xfc\xf9\x68\x76\x24\x72\x53\xba\x0d\x79\xb7\x75\xd6\x9d\x9f\x1b\x2d\xb6\xbd\x68\xfb\x19\xb6\xb4\xe6\x3a\xd0\x66\xa3\xc1\xd5\x75\x37\x88\xf9\xdc\x35\x36\x4f\x4c\x87\x2d\x6b\x4a\x1e\x42\x3c\x6c\x5d\x53\xb2\x0b\xb1\x6c\xac\x75\x63\x55\x9a\x6f\x07\x51\xf6\x2e\x3e\x29\xf9\xc1\x05\xd7\x80\x3b\x6c\x69\x8b\x70\x95\xa6\xe9\x95\x1d\x2a\x54\x8c\xd0\x34\x8d\xa2\x29\x8f\x68\xb0\xf5\x60\x10\xdd\x93\xad\xac\x48\x44\xf4\x0e\x19\x4a\x39\x15\x7c\x89\x5e\x8d\x0d\x3e\x54\xeb\x12\xfb\x2f\xe0\x71\x4c\x58\xd8\xfc\xd9\x81\xfe\x92\xb2\xfe\x92\xc8\xcd\xce\x17\x27\xd8\x15\xe6\x89\xd2\x5b\x8f\x19\x54\x63\xe0\x36\x00\x28\xa3\x8a\x92\xe8\x02\x23\xb2\xf5\x31\xe0\x2c\x94\x1e\xfc\xed\x4d\x45\xe6\x50\x75\x05\xf5\xa3\x60\x4e\xa1\x28\xb3\xb2\xd3\xf9\xd9\xd9\x79\x4d\xb1\x85\xfd\xc2\x23\x7e\x4b\x49\xed\x4b\x22\xb8\xe2\x01\x8f\x3c\x98\x0f\xa7\x7b\x31\xcb\x1e\x4a\x15\x33\x3b\x09\x3e\x05\xb0\xec\x2c\x34\x01\xe5\x13\x11\xf3\xf3\x6f\x1d\xb1\x51\xa3\x74\x03\xea\x13\x3f\xfd\xdf\x86\x4f\x9d\x42\x3d\x7e\x8a\xf6\x65\x5d\x61\x44\x63\xaa\x64\x93\x44\x8c\x31\x17\x5b\x1d\x4a\xd7\xa3\xeb\xc9\xec\xf3\xe2\x6a\x7c\x3d\xae\x6d\xd0\x76\x6d\x5f\xf3\x94\x35\xa3\x29\xd6\xbf\x4d\x89\xda\x1c\x51\x56\xe5\x4e\xd6\x32\xb7\xb8\x95\x8a\x0b\x6c\x93\xd2\x86\x4d\x58\xb4\xf5\x40\x89\x14\xf7\xaa\x3b\x76\xf3\xaf\xaa\xce\xc7\x3c\x13\x85\x7d\x29\xb0\xd2\x5d\x75\x94\x48\xa5\x7a\xac\xc2\xca\xb1\xf8\x52\x90\x00\xa7\x28\x28\x0f\x8b\x7c\x70\xf6\xff\xbd\xfa\x14\xd5\x8e\x4e\xc7\x78\xdb\x32\xaf\x47\x84\xfd\xed\x26\x4b\x2f\xb5\xab\xaa\x56\xf4\xc3\x0e\x3d\xac\xe5\x50\x91\xe8\x1c\xe9\xc9\xc3\x9a\xda\x6f\xa9\xec\xe1\x59\xd0\xf5\xba\x38\x7f\x3a\x76\x13\x19\x6e\x08\x5b\xe3\x94\x08\x12\x57\xbc\x4b\x52\xc5\x63\xa2\x68\xd0\x98\xb0\x22\xcd\x68\x75\xb5\xd9\xd8\x97\xa8\x57\x82\xc7\x55\xce\xb6\x65\x31\xd6\xea\x7d\x25\x90\xc4\x73\xb2\xde\xc9\xfc\xe5\x55\xd2\xd9\xbb\xf2\x2a\xc9\x7b\xeb\x36\x37\x89\xac\x93\xff\xf2\xeb\xf8\x7a\x70\x39\x5a\xf8\xf3\xd9\x68\x70\x6d\x18\xf8\xd3\xc1\xb0\xa0\x61\xbb\x09\xe3\xd2\xe6\xcc\x0b\xf6\x77\x7b\xde\xcf\x3e\x24\xda\x1b\xa8\x8c\xab\x9c\xdd\xee\xaa\x56\x6a\xba\x4f\x6a\x53\xbb\x7c\x73\x7b\x00\xd9\x55\x92\x9d\x8d\x41\xe5\x62\x4e\xff\x52\x5c\x47\x34\x5d\xd5\x03\x73\x09\x48\x05\x86\x85\xc3\xb3\x9a\x41\x4a\xde\xe4\x70\x32\x4c\xa5\xe2\xb1\xe9\x3d\x15\x5c\xaa\xcd\x42\x10\x3c\x55\xe8\xc2\x15\x92\x3b\x84\x65\x44\xd8\xad\x91\x09\x71\x45\xd2\x48\x15\x03\x4f\x8d\x0b\xd0\x5d\xbb\x1e\xfc\x50\x31\xc4\x5c\x84\xfd\xe8\xfe\x90\x5d\x44\xff\xe8\xfe\x90\x8d\x74\x42\x1e\x13\xca\x1c\x99\xae\x56\xf4\xe1\xc7\x93\xa6\xc1\x39\x31\xcd\xc5\x36\xe9\xde\x67\xaa\x0a\xd3\x6b\x8d\xb2\xa3\x2d\x93\x7f\x25\xd3\xe4\x51\xb6\xf9\x4d\xe3\xda\x6c\xab\x5c\xd0\xdb\xab\x8e\x9d\x18\xca\x46\x65\x42\xbe\xbd\x7a\xdb\xd1\x5c\xeb\x17\x75\x85\x2c\x5f\x19\x7d\x36\x5f\x34\xaf\xad\xf3\xec\x66\x6e\xab\x9b\x24\x32\xb5\x1f\x73\x19\xdf\x42\xd4\x62\xba\x9a\x48\x6b\xe1\xeb\x90\x24\xdf\x34\x0f\x51\xab\x91\x30\x97\xb9\x94\x55\x38\x1f\xa2\xf5\x13\x8d\x90\xed\x72\xaa\x1c\x81\x33\x56\xb9\x1e\xf7\xcb\xad\x6c\xe3\xa4\x73\x42\x3b\xa7\x57\x1f\x3e\xfa\xc0\x05\x7c\x18\x8e\x3e\x9a\x3b\xe5\xbd\x84\xe6\xdb\xa4\x8b\x8c\x6d\x94\x74\xf9\x83\x48\xc9\x03\x6a\x5e\x85\x98\x2b\x6d\xeb\x03\x03\x1e\xa0\x50\x74\xa5\xc3\x19\xe1\x95\x0e\x70\x30\x77\xd1\x5d\x5c\x86\x15\xf1\x96\xf9\xea\x0a\x98\xfc\x9d\x49\x11\xa5\x85\x1b\x08\x0b\x5b\x38\xc4\xdb\x5c\x40\x8f\x3c\xe8\x98\x69\xf9\x8c\xa5\xb5\x6f\xd3\x60\xe4\xa3\x92\xf0\x40\x9c\x84\xf3\xa8\x1f\x53\x66\xfe\xe3\x48\xfa\x5b\xb9\x8a\x02\x93\xc0\x53\x81\x21\x84\x44\x11\x5b\x1f\xee\xac\xa6\x8b\xe2\x13\x5c\x53\x46\xe3\x34\x86\x29\xe7\x11\xf8\xf4\xb7\xd2\x33\x3b\xad\xd3\xbd\x6c\xc8\xc3\xb3\xb0\x21\x0f\x7b\xd8\xd4\xda\xaf\x6d\x6c\x94\x20\x4c\x92\xc0\x64\x38\x2a\x79\x64\xf7\x9c\x27\xb3\x99\x97\x70\x30\xce\xe1\xaa\x8c\x6a\x6d\xdc\xe7\xcf\x37\xf9\xfd\x65\x5b\x9e\xe9\xec\xcd\xfd\x19\x19\x27\x27\xd6\x9d\x72\xf6\xf4\xdf\x32\x82\x59\x3d\xe9\x7e\x09\xb0\x3d\xfb\x3c\x3e\x03\x64\x05\xfa\x2d\x6e\x77\x56\x5e\xce\xb8\x33\x0f\xb4\xb6\xf5\x9e\x21\x23\xe4\xf2\x9d\x8c\xba\x93\x41\x67\x5f\xb0\x41\xab\x78\xae\x65\x6f\x89\xa1\xf2\x38\xae\xdd\x07\x99\x5c\x45\xa1\x29\x4d\xe1\xe4\x5f\xc4\xf9\x6d\xe0\xfc\xfa\xc6\xf9\xfb\xbf\xbf\x9e\x7f\xd3\x9b\xff\x1a\x99\xb9\xfe\xf6\x00\x1f\x12\x81\x52\x56\x57\xc0\x9e\xf6\x62\xa3\x8e\x6b\x30\xbe\xc9\xeb\x55\xa0\x0c\xee\x37\x34\xb0\x13\x5b\x29\x85\xa5\xf1\x6f\xfe\xfa\xe6\x9a\x86\x61\x84\xf7\x44\xa0\xad\xd6\x25\x10\x61\x0b\x57\xca\xa4\x22\x51\x84\xa1\x79\x26\x28\x1b\x18\x7a\x00\xe3\x22\x26\x51\xb4\x2d\x45\x21\x8b\xed\xa2\x9a\x2e\xeb\x67\x7b\x5b\xfa\x99\xa7\x20\x37\x3c\x8d\x42\xe0\x2c\xda\x9a\xc7\x41\xa0\x38\xc4\x3c\xa4\xab\xad\x7d\x1a\x46\x57\xb0\xe5\xe9\xc9\x1d\x56\x70\x77\x6c\xa0\x0c\x6c\x73\x25\xa4\xab\x15\x0a\x64\x15\x55\xfd\xfc\x7d\x63\x73\x9a\x2a\x08\xa5\xa3\x0a\x9f\xb7\x57\xf7\x7b\x2a\xe7\xf2\x69\x4f\x63\x12\xea\xb5\x94\x79\x60\x49\xcd\xdd\x23\x17\xc5\x43\xcb\x26\xb7\x6c\xcc\xa0\x26\xfc\xa9\x14\x7e\x5a\x1c\xb5\x36\x93\xf7\x47\xd0\x3e\xf2\x5d\xf1\xdf\x4a\xfe\x77\x2f\x82\xd6\xde\xf5\x01\xf2\xe6\x65\xaa\xe2\xb0\xc4\xea\xab\xd7\x9d\x2a\x38\x4b\x21\x21\xc6\xdc\x3c\x66\x7d\xbd\x13\x2b\x99\xb8\x01\xac\x31\xb2\xfd\xef\x96\xfc\x95\xcf\xac\x7d\x89\xa9\x78\xf6\x76\xb6\xa9\x9c\x06\xe8\xda\x47\x73\x54\x5a\xd1\xe5\x16\x82\x88\x22\x53\xb6\x17\x57\x7f\xff\x6a\x8f\x16\x66\xa3\xb4\x42\xaf\xe4\xeb\xda\x36\x92\x60\x40\x57\x14\xc3\xf2\xb1\x27\x89\xe2\x2e\x73\xb2\x37\x3f\xd5\xc0\xda\xd3\x9d\x3f\x26\x49\x37\xde\x1c\x6b\x27\x1c\x52\xbe\x93\x8e\x5b\x1b\xf9\x07\xf6\xd5\xb2\x89\xd1\xb1\xb3\x66\x53\x5c\xca\xe9\x5a\x7c\x67\xaf\xc8\xa8\xcd\xb5\x14\xf8\x5a\xac\xc6\xaa\x72\x19\x70\x8c\x33\x2a\xa4\x9e\x54\xc5\xee\xb2\x69\x77\x56\xdb\x75\xc0\x93\x8a\xa4\xa6\x17\x9b\x3e\xcb\x8a\x9c\xd7\x36\x7b\x7f\xca\x9f\x18\xdb\xb6\x51\xa5\x31\x74\x84\x21\x7e\x5e\xef\xb4\x9a\xf1\xb8\x22\x6b\x98\x77\x89\xb2\xde\xab\x6d\xcc\xee\x1e\x6d\x0b\xb1\x6b\x2b\x76\xa5\xc5\x0a\x0a\xd5\x6e\x6d\xa9\xf9\xed\x25\xed\xfd\x37\x00\x00\xff\xff\x4b\x82\xd5\x0d\xbf\x2f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73HttpsYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73HttpsYaml, - "Template.template.openshift.io/openshift/sso73-https.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73HttpsYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73HttpsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-https.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5c\xff\x6f\xdb\x38\xb2\xff\xdd\x7f\x05\x11\x14\x48\x8b\x17\xc9\xcd\xe5\xf6\xd2\xe7\xb7\xb7\x80\x6b\xbb\xad\x5b\x3b\xf6\x59\xea\xb6\xbd\xc3\xc1\xa0\xa5\xb1\xcd\x44\x22\x75\x24\xe5\xc4\x5b\xe4\x7f\x7f\x20\xa9\xef\x96\x64\xf7\xdb\xee\xde\xfe\xd4\x58\xc3\x99\x0f\x67\x86\xc3\xe1\x70\xb8\x38\x22\xbf\x02\x17\x84\xd1\x1e\x92\x10\x46\x01\x96\x60\xb3\x08\xa8\xd8\x92\xb5\xb4\x09\xeb\xee\x2e\x3b\x77\x84\xfa\x3d\xe4\x26\x9f\x3b\x01\x5e\x41\x20\x7a\x1d\x84\xf8\x56\x08\xd6\x43\xd7\xf6\x95\xfd\x17\xfb\x75\xbf\x83\x32\x1e\x3d\x24\x04\xbb\xbe\xb2\xc2\xbd\xf8\x4f\x60\x45\x4a\x84\x90\x40\x65\x27\x04\x21\xf0\x06\x7a\xe8\xbc\x8f\x28\xdc\xa3\xfc\x13\x5a\xbc\xb1\x1c\x67\x86\x04\xf0\x1d\xf1\x00\x3d\x8d\x05\xa1\x1b\x34\xdd\x3b\xff\x98\x3c\x43\x5b\x2c\xd0\x0a\x80\x22\x8f\x03\x96\xe0\x23\x42\xd1\x9e\xc5\x1c\x45\x9c\xdd\x82\x27\xed\x0e\x42\xee\x16\x10\xf6\x43\x42\x51\x2c\x80\x53\x1c\x42\x37\xc2\x42\xdc\x33\xee\xa3\x35\xe3\x08\x7b\x1e\x08\xcd\x54\x6e\x01\x85\x58\x48\xe0\x88\x03\x0e\x42\xb4\x23\x58\xff\x98\x60\xf0\x18\x15\x2c\x80\x0e\x42\x44\xa0\x27\x9f\x1d\x67\xb6\xec\x0f\xa7\xe3\x9b\xe5\x7b\x67\xb4\xb8\xe9\x4f\x47\x8f\xdd\xe2\xaf\xf3\xbe\xe3\x7c\x98\x2d\x86\x8f\xb6\xc6\x70\x44\xba\x52\xd3\x16\xcc\xc4\x90\x8f\x25\x5e\x61\x01\xe8\xec\xc9\xe7\xe1\xcb\xe5\xb0\xef\xf6\x5f\xf6\x9d\xd1\xe3\x99\x91\x3c\x7c\x59\x12\x39\x7c\x59\x94\x35\x0f\x40\x8d\x5c\x29\x9c\x22\xe6\x80\x24\x4b\xd4\xa3\x05\xac\x59\x10\xb0\x7b\x35\x5d\x01\x1e\x07\x29\x7a\x4a\xc8\x1b\xd7\x9d\x3b\x4b\x67\x34\x58\x8c\xdc\xc7\x33\x35\x53\x89\x09\x4d\x95\x92\x7e\x7f\x37\xfa\xe4\xb8\xb3\xc5\xe8\xb1\x83\xd0\x9a\x04\x7a\x4e\x66\x1a\xda\x3c\x86\xa7\x12\xa9\xc6\x03\x95\xff\xa7\x58\xbf\x7d\xbd\x98\xbd\x9f\x3b\xcb\xd1\xcd\x60\xf1\x69\xee\x36\x09\xe9\x20\x74\x48\x9b\x09\x3c\x10\xe7\xc5\x5c\x0d\x7c\xfb\x9a\xb3\x38\x12\xc8\x63\x61\x18\x53\xe2\x61\x49\x18\x15\x5a\xae\x32\x84\xbb\x78\xef\xb8\x9a\x43\x26\xb6\x83\x0e\x67\x57\x26\x6d\x14\x96\xb8\x01\x87\xff\xc4\x20\xa4\xb0\xcf\x3b\x21\x48\xac\x6c\xa5\xdc\x1e\x53\xca\xa4\x91\xaf\xfe\x44\xc8\x07\xe1\x71\x12\x49\xbd\x8c\xfa\x14\xc1\x03\x0e\xa3\x00\x10\x8e\xa2\x20\x41\x8a\x94\x91\x7d\xc4\x68\xca\xfb\xda\xbe\x42\x24\xc4\x1b\xb0\xd1\x2b\xc6\x51\xc8\x38\x20\x42\xd7\x8c\x87\x9a\x5e\xf3\x45\x08\xaf\x58\x2c\x51\x9c\x38\x2d\x11\xd9\x02\xbb\x40\x02\x00\x6d\xa5\x8c\x44\xaf\xdb\xdd\x10\xb9\x8d\x57\xb6\xc7\xc2\xee\xed\x8a\x09\x61\x25\x13\x07\x6e\x69\x19\xa2\xcb\xc1\xdf\x62\x69\x09\xc1\xac\x6b\x2b\x5b\xe0\xe6\x6b\xd7\x67\x9e\xb0\xb5\x44\xe2\x31\x3a\x08\xb0\x10\x3d\xfd\x4f\x45\xaf\x7f\x2f\x85\x04\x9f\x88\x28\xc0\x7b\x4b\xf9\x78\x0f\x2d\xc0\x47\x6f\xb0\x44\x0e\xa1\x9b\x00\x90\x43\x36\xd4\x9a\x51\x3d\xbf\xff\x49\x9c\xfc\xe9\x3c\x5f\xe5\xf7\x44\x6e\x93\xc9\xa9\xe5\x21\xb7\x9c\xc5\x9b\x2d\x72\x27\xce\xb3\x43\x49\x11\x67\x3b\xe2\x03\xb7\x6a\x45\x5e\xa0\x31\xf5\x0c\x6e\x89\x37\x42\xc7\x9c\x8b\x3b\xd8\x7b\x01\xc3\x77\x17\x5a\x11\x17\x5b\xe2\xfb\x60\xb4\x59\x1f\xdf\x7c\xe6\xc5\x21\x50\x63\x4f\x2b\xe6\x41\x2f\xd3\xaa\x59\xb1\xb6\x51\x9d\x56\x6e\x89\xb8\x0b\x54\xa9\xd5\xd2\x7a\xd5\x93\xb7\x84\x9a\x3c\xa3\xdd\x16\x79\x01\xa3\x1b\xab\xe4\x30\x6e\xd1\xae\xc8\x87\x35\xa1\x20\x10\x07\xc1\x62\xee\x81\x40\x14\xc0\x07\x3f\xd1\x99\x64\xc8\x87\x1d\x04\x2c\x6a\x53\xbc\x5a\xa4\xc0\x13\x9f\xf3\x21\x0a\xd8\x5e\xc1\xbe\x28\xfc\x5b\xad\x8d\x35\xd9\xc4\xbc\xe8\x6e\x6a\x11\x18\x93\x19\x97\xcb\xa2\xb3\x07\x17\x08\x53\xff\x60\x85\x94\x56\x63\x3a\x28\x37\x6b\xc2\xd6\x9d\x38\x76\x8b\x4a\x44\x1c\x45\x8c\xcb\x23\xca\xd7\x0c\x76\xe9\x66\x55\xd8\x73\x8c\x4f\x34\xec\x37\xe6\xb3\x88\xb0\x07\xbd\xdc\xb7\x3a\x6c\xa5\x36\x0d\xd1\xeb\x58\xa8\xb8\x05\xee\x2e\x3b\x08\x99\xed\xce\x31\xdb\x50\x07\xa1\xe2\xd2\xaf\x59\xfc\x95\xe5\xaf\x36\x80\x7b\x58\x25\x26\x38\x17\x7a\x42\x48\xcd\xcf\x4e\xc8\x93\x0d\xce\xc6\x41\xb4\xc5\x15\x67\x84\x08\xa8\x0f\xd4\x23\x20\x7a\xe8\xfc\x5f\x9f\xcf\x14\xfa\x33\x1d\xb8\xfb\xf3\xf9\x64\x3c\xe8\xbb\xe3\xd9\xcd\x52\xef\x07\x66\xb2\x67\x17\x09\x5b\x84\xce\x14\x72\x45\x9c\x60\x3f\x7b\xfc\xf7\xb9\xfe\x98\xef\xd8\x7a\x06\x79\x54\xea\xa1\x1a\xbe\x9a\xcc\x28\xb5\xfe\xab\x88\xc0\x33\xcc\xd4\xb4\x12\xbe\x96\xfe\xa3\x87\x5e\x3c\x7f\xf1\x3c\xf5\x55\xcc\x37\x20\xe7\xe5\x9f\x05\x04\xe0\x49\xc6\x73\xe5\xa5\x1e\x39\xd0\x0e\x59\x2f\xf4\xf7\x31\x93\xf8\x6f\xb5\x93\xd9\x8c\xad\xaf\x31\xd7\x5f\xff\x7a\x55\x67\xae\xf4\xe7\x3f\x91\xb9\xb2\x54\x29\xb3\x59\x6e\xad\xef\xe9\xe1\xc6\x5e\xc7\x14\x77\x75\xf5\xfc\x6f\x35\x8a\xcb\x7e\xfe\x2a\xc5\x25\xa2\x7f\x88\xfa\xd2\x04\x2a\xd2\x31\x9a\x71\xa9\xa3\xbd\x17\xc4\x2a\x0d\x26\x74\x53\xef\xf6\x77\xf1\x0a\x38\x05\x09\x42\xf9\xbd\x64\x01\x70\x2c\xc1\x8a\x29\x07\xec\xef\x2d\xa0\x7e\xc4\x08\xd5\xb9\xa5\xe4\x31\x9c\x7d\x7f\x6b\x44\x26\x65\xce\x8d\x91\x40\x1e\xcf\x7b\xe8\x86\x51\x38\x34\x90\xe1\x95\x8c\x4b\xbf\xf6\xd0\x8b\x17\x2f\x5e\x7c\x5f\x9f\x26\x7e\x3d\x64\x15\x4b\x32\x9b\x2d\x58\x2c\xbf\xdc\x62\x7a\x94\x39\x37\xe4\xea\x4b\x77\x93\xd4\x44\x3f\x36\xb8\x6f\x99\x90\x8a\xea\xcd\xcc\x71\xd5\xd7\xa5\x3a\x1a\x18\x06\x92\xa5\xf2\x9a\x59\x7d\xa1\xbe\xc4\x0f\x54\x98\xf8\x4e\x1a\x3b\x31\xcc\xd6\x2a\xce\x49\x34\x97\x0b\x96\xc0\x43\x42\x13\xc1\xd5\xa4\xa9\xaa\xe1\x16\xd1\x8d\xd1\x62\x58\xf1\xeb\x03\x9d\xfe\x30\xd7\xe1\xa0\x59\x89\x1e\xba\xfc\x86\x15\xa7\x47\x4a\x15\x6f\x36\xfb\x4c\x69\xfb\x48\x1f\x00\xcc\x39\xb7\x94\x54\xa6\x24\xe5\x39\x1e\xce\xf3\xe4\xb9\x7e\x29\xd6\x63\xfa\xd1\xf3\xc9\x74\xa4\x43\x59\x7a\x4c\x2b\x80\xb3\x10\xd0\x5d\x11\x6b\x1a\xd0\xd4\xd9\x35\x75\xa9\xc2\x67\x84\x76\x38\x88\xb5\xd0\x22\xc5\x63\x0d\x87\xe1\xcb\xa5\x33\x5a\xfc\x3a\x1e\x8c\x96\xf3\xc5\xe8\xd5\xf8\xe3\x72\xda\x9f\xcf\xc7\x37\xaf\xeb\xd9\x35\x6c\x4f\x7f\x1f\xbe\xac\xe7\xfd\xf6\x66\x38\xae\xe7\x94\x7c\x6c\xc0\x94\x56\x38\x1a\xc7\x66\x25\x90\xfa\xf1\x69\x49\xa4\x71\x7c\x56\x33\xa9\x1f\x9f\x16\x5d\x1a\xc7\x67\x55\x99\x9a\xf1\xee\xc7\xec\xf3\x0f\x51\xaa\xae\x2f\xcd\x66\x93\xa5\x33\xfe\x67\x33\xc2\x12\x55\xc3\x34\xa7\xfd\x8f\xa7\x70\x2a\x52\x35\x70\x72\x3f\x2e\xc7\xce\x6c\xa2\x27\xd1\xc8\xa8\x48\x54\xc7\x27\xad\x00\x29\x55\x2d\xe7\x8b\x99\x3b\x1b\xcc\x26\x75\xdc\xf2\xcc\x7b\x78\x63\xc8\x6b\xb8\xcd\xe6\xa3\x1b\xe7\xcd\xf8\x95\xbb\x4c\x89\x32\x57\x6f\x76\xad\xc6\x64\xe3\x0b\xb8\xcf\x67\x0b\xb7\x8e\xfb\x99\x4a\x37\xce\x6a\x78\x95\x0b\x6c\xcb\xe1\x78\x51\x37\xbc\x0b\xd2\xeb\x02\x8e\x2c\x53\xbb\xb3\x76\x2c\x88\x43\x38\xca\xae\x7e\x9e\x87\x35\xbd\x23\xa0\xdc\x4f\xf3\x93\x58\x69\xc2\x66\x7e\xcd\x9a\xcf\xbf\x37\x8f\x6e\x5f\xd6\x65\x9a\x36\x07\x2b\x97\x23\xeb\xb9\x35\x94\x2e\x4f\xe0\x7a\x92\x21\x6f\x37\x3a\xf7\xb6\x80\x7a\x7c\x1f\xc9\xa3\x46\x6d\x12\x72\x1a\xf8\x36\x43\x57\x69\x9b\x4d\x54\x47\x79\x0a\xc7\x76\xb3\x35\x51\xb7\x71\x1e\x4c\xde\x3b\xee\x68\x71\x22\xe7\x2a\x75\x1d\xe7\xc3\x82\x7e\xf3\x86\x5a\x29\xfc\xb7\x72\x6b\x47\x58\x73\x61\xd0\xc0\x6d\x31\xea\x4f\xa6\xcd\x4c\xf4\xe7\xa6\xb1\x69\x60\x3a\x3e\xb3\x2a\xe5\x31\x8e\xc7\x67\x57\xa5\x6c\xe2\x98\x97\xe0\x9b\x79\x15\xca\xf4\x47\xb9\xb4\x2e\x3e\x21\xd8\xd1\x05\x57\x61\x77\x7c\xa6\x35\xc4\x45\x98\xba\xae\x7e\x2c\xb3\xd4\x44\xf3\x38\x08\xe6\x2c\x20\xde\xbe\x87\xfa\xc1\x3d\xde\x8b\x02\x45\x40\x76\x40\x41\x88\x39\x67\x2b\xe8\x95\xd0\xc0\x43\x31\x91\x34\xff\x79\x2c\x0c\x31\xf5\xab\x3f\x5b\xa8\xbb\x22\xb4\xbb\xc2\x62\x7b\xf0\xc5\xf2\x0e\x89\x59\x24\xd5\xd6\xa3\x07\x95\x10\xd8\x15\x06\x84\x12\x49\x70\x30\x84\x00\xef\x1d\xf0\x18\xf5\x45\x0f\xfd\xed\x79\x81\xe6\x58\x3a\x8c\xca\x67\xf7\x14\x42\x96\x17\x27\xd5\xa8\xeb\xeb\x17\x25\xc1\x86\xed\x2d\x0b\xd8\x1d\xc1\xa5\x2f\x11\x67\x92\x79\x2c\xe8\x21\x77\x30\x6f\xe5\x99\xd7\x29\x8b\x3c\x93\xa3\xfb\xd7\x30\xcc\x2b\x69\x55\x86\xe2\x2b\x39\xa6\x05\x8b\x32\xc7\x4a\x8e\xd2\xcc\x90\x03\xf6\xc9\x1f\xeb\x3e\x65\x08\x65\xff\xc9\x6e\x38\xca\x02\x03\x12\x12\x29\xaa\x20\x42\x08\x19\xdf\x2b\x57\x9a\x8e\xa6\xb3\xc5\xa7\xe5\x64\x3c\x1d\x97\x36\x68\xb3\xb6\xa7\x2c\xa6\x55\x6f\x0a\xd5\x6f\x73\x2c\xb7\x27\xa4\x55\xa9\x92\x15\xcd\x1d\xec\x85\x64\x1c\xea\xa8\xd4\xc4\x66\x34\xd8\xf7\x90\xe4\x31\xb4\x8a\x3b\x75\xf3\x2f\x8a\x4e\xc7\x7c\x27\x08\x6d\x21\xb0\x70\x81\x62\x49\x1e\x0b\xf9\xa5\x02\x0b\x75\x8c\xd7\x1c\x7b\x30\x07\x4e\x98\x9f\xc5\x83\xeb\x9f\x3a\x65\x13\x95\xce\xba\xa7\x68\xdb\x20\x2f\x7b\x84\xf9\xed\x26\x09\x2f\xa5\x4b\xed\x5a\xee\xc7\x15\x7a\x5c\xca\xb1\x24\xd1\x3a\x51\x93\xc7\x25\xd5\xdf\x68\x9b\x6a\x07\x27\x9b\x4d\x56\x30\xb0\xcc\x26\x32\xd8\x62\xba\x81\x39\xe6\x38\x2c\x68\x17\xc7\x92\x85\x58\x12\xaf\x62\xb0\x2c\xcc\x28\x71\x25\x6b\xb4\x05\xea\x35\x67\x61\x11\xb3\xa9\x31\x8d\x95\x78\x47\x72\xc0\xa1\x8b\x37\x07\x91\x3f\xbf\x76\xbe\xbe\xca\xaf\x9d\x7b\x97\x76\x75\x93\x48\x6e\xe8\x9e\x7c\x1e\x4f\xfb\xaf\x47\x4b\xc7\x5d\x8c\xfa\x53\x8d\xc0\x99\xf7\x07\x19\x0c\x53\xfe\x19\xe7\x73\x4e\xb4\x60\x7e\x37\x05\x9a\xe4\xc3\x9f\xa3\x2c\x56\x73\x99\xf0\x5d\x8a\x63\x19\xdf\xff\x9a\x12\x59\x01\xf1\x69\x1a\x43\xdf\x56\x2e\x9b\x7e\x72\xfe\x31\xd1\xb9\x6d\x63\x89\xa2\x2d\xf1\x35\xc3\xbf\xa9\xb4\x64\x58\x7c\x53\x75\xc9\xb0\x98\xcc\x3e\x8c\x16\xcb\x41\xdf\x19\x2d\xdd\xfe\xcb\x89\x29\x69\x38\xf5\x0c\xdb\x46\x34\x4b\x98\xf6\x3f\x2e\x07\xb3\x9b\x9b\xd1\x40\x19\xa2\x95\x75\x85\xb4\x99\xe7\x2b\x57\x97\xa5\x94\x76\x96\x93\x51\x43\xa1\xa8\x96\xb4\x9d\x67\xff\xe3\xc9\x3c\x0b\xa4\xcd\x3c\xfb\xe3\x59\x1b\x9f\xfe\x78\x56\x93\xd9\x97\x9d\xf9\x1b\x73\xf9\xda\x3c\xfa\xaa\x9c\x9e\x4a\x2f\x72\x98\x77\x57\xdd\x37\xd0\xe1\x75\x64\x42\x4f\x42\x60\xb1\xcc\xd8\x5d\x9e\x92\x95\x5b\xd5\x69\x1d\xcf\xcd\x0f\x04\xff\x3e\xd9\x68\x5d\x2e\x4a\x4e\x49\x4f\x93\x75\xfd\x61\xf8\xf7\xb3\x27\xe5\x35\x7e\x66\x8c\x8a\xac\x2d\xba\xfc\xcb\xb5\xfd\xdc\x7e\x6e\x5f\x22\x2b\x46\x4f\xf2\x48\x82\xac\x61\xfa\x67\xed\xb2\xd6\x22\x00\x9d\x3b\xa3\xc9\x68\xe0\xa2\xcb\xf3\xe3\x66\xfe\xe9\x64\xab\x9d\x96\xe0\xee\x30\xef\x06\x64\xd5\xd5\x73\xe9\xaa\x20\x5f\x93\xeb\x35\x9a\xde\x8a\x76\x2c\x38\x35\xb3\x2b\x9c\xf4\x1a\x33\xbb\x13\x25\xa1\x42\x23\xe8\xaf\x9a\xd7\x20\xc0\x24\x2c\x1b\xdf\x53\x3f\xdd\x1c\x61\xab\x89\xfe\x90\x4c\xa9\xb2\x78\xbe\x2a\x5f\xd2\x2c\x7a\x69\xe8\x29\xe5\x42\x6e\xff\xf5\xe3\x1f\x97\x34\xcd\xeb\xcc\xf3\x3b\x64\x4e\x99\x3d\xf3\x4c\xc0\x74\x86\x4d\x99\x0f\x99\x69\x17\x80\xfd\x0f\x9c\x48\x98\x51\x0f\x92\x24\xab\x72\xb8\x4c\x7b\x39\x73\x93\xa8\xec\x3c\xa9\xd2\xfc\x3a\x9b\xbc\x9f\x8e\x96\x83\xfe\xbc\x3f\x18\xbb\x9f\x1e\x3b\x91\x72\x10\x90\xda\x7b\xac\xc3\x5e\x0a\x05\x5a\xdf\x35\xcb\x6d\xa9\xcb\xd3\xee\x20\x94\xb4\x2a\x1a\x3f\xed\x17\x3a\x40\xd5\x2f\x59\xbb\x5a\x75\xba\x1d\x83\x90\x70\xf0\x33\x1f\x4c\x36\x22\x21\x58\x15\xc3\xf9\x20\x16\x92\x85\xfa\xa6\x39\xc3\x52\x6c\x0d\x40\x9c\xc5\x12\x6c\x34\x01\xbc\x03\xb4\x0a\x30\xbd\xd3\x34\x3e\xac\x71\x1c\xc8\x6c\xa0\x69\x4a\x02\x7b\x63\xf7\xd0\xcf\x85\x89\xe8\x46\xcb\x5f\xec\x9f\x93\xee\xea\x5f\xec\x9f\x93\x91\x96\xcf\x42\x4c\xa8\x25\xe2\xf5\x9a\x3c\xfc\x72\x5e\x9d\x70\x0a\x4c\x61\x31\x57\xf2\x6f\x12\x51\xd9\xd4\x4b\xd7\xe2\x27\xcf\x4c\xfc\x99\xa6\x26\x4e\x9a\x9b\x53\x9d\x5c\xdd\xdc\x0a\x5d\xe7\xa6\xaf\xe9\xc0\x87\x92\x51\x09\x91\x63\x5a\x3b\x0f\x24\x97\x6e\x87\x2b\x72\x87\x69\xe7\xd4\xdb\x9b\xe1\xd8\x38\xaf\xee\x79\x5e\xed\x4b\x2d\xca\x92\xe9\x65\x13\xec\x4c\xff\xb8\x5a\xd6\x66\x11\x5d\x68\x35\x6a\x7d\xde\xe2\x1d\xee\x99\x26\xe3\x6e\x4e\x20\xba\x69\xec\x2b\x21\x2f\xcb\x2d\xf9\x7f\x7e\x5d\x9c\x78\xb9\x66\x7c\xc8\xf7\x5d\xd2\xce\x3b\x3c\x50\x66\xc6\x3c\x51\x43\xbd\xe4\xaa\xd0\xc2\xb6\xdd\xb4\xde\x38\x63\xb2\x71\xd1\xb3\xb5\xd6\x8d\x39\xae\x57\xfb\xcb\xd3\xe2\x82\x6e\x2b\xaf\x42\x4a\x0c\xf7\x2e\xa5\x71\x0c\x8b\x12\xc0\x62\x1d\xa3\x14\x00\x2c\x1c\xa5\x35\xab\x63\xd0\x4a\x20\x74\xbb\x35\xa1\x05\xcc\xc7\x60\xbd\x22\x01\xd0\x43\x4c\x85\x1b\xa8\x04\x55\x2a\xc7\xbe\xbd\x13\x75\x98\xd4\xee\x52\x8f\xe9\xe9\xdb\x77\x0e\x62\x1c\xbd\x1d\x8c\xde\xe9\xae\xef\x56\x40\xee\x3e\x6a\x02\x63\xee\x29\x9b\xf4\x81\x85\x60\x1e\xd1\x8f\x45\x94\x16\x12\x1d\x68\xe6\x1e\x70\x49\xd6\xca\xef\x01\x3d\x55\xbe\x8d\xb4\xe7\x35\x61\x19\x14\xc8\x6b\xec\x55\xb7\xe4\x14\x8a\xd2\xf3\x8f\x92\x1a\x30\xf5\x6b\x30\x84\xfb\x94\x40\x8d\x3c\xaa\x98\x79\xc2\xbe\x82\x26\x3b\xb2\x56\x10\x39\x20\x05\x7a\xc0\x56\xc4\x58\xd0\x0d\x09\xd5\xff\xb0\x04\xf9\x2d\x8f\x43\x69\x4b\x38\xf8\x85\xc5\x7f\x10\x8f\x86\xd9\x27\x34\x25\x94\x84\x71\x88\xe6\x8c\x05\xc8\x21\xbf\x95\x96\x5a\xb9\x73\xa1\x15\x0d\x7e\xf8\x2e\x68\xf0\x43\x0b\x9a\x52\xf7\x43\x1d\x1a\xc9\x31\x15\xd8\xd3\x7b\x04\x11\x2c\x30\x41\xf1\xab\xd1\xb8\x39\x3b\x34\x4e\xd9\x15\x11\x95\xba\x28\xea\x00\x6d\xd9\xbd\x16\x2d\xf1\x2a\x30\x3e\x2d\x10\xe6\xa0\x13\x17\xf0\x8d\x13\xb1\x30\xc2\x1c\xfc\x03\x20\xa6\x8b\x7f\xc2\xee\x95\xfb\xaa\x40\xe8\x6a\x26\x3a\x8f\xcd\x40\xb4\x56\x17\x6a\x1c\x3a\x4c\x14\x1c\xa9\x73\x81\x54\x0b\x8b\xc6\xe1\x0a\xb8\x5a\xe6\x82\x84\x71\x20\x31\x05\x16\x0b\xe4\x05\x24\x79\x62\x40\x41\x6b\x40\x34\x00\x4c\x4d\x96\xf3\x29\x8c\xa9\xe0\xac\xd6\x28\xea\x00\x26\xfe\x18\x00\xdd\xc8\x6d\x1a\x7d\xf4\x1a\x94\x0c\xad\x00\x11\xea\x05\xb1\x6f\x9e\x8f\x61\xf4\xea\xfd\x64\xe2\x8e\x3e\xba\x88\x50\x1f\x1e\x1a\x20\xbe\x8a\x83\xc0\x85\x07\x99\x39\xfb\x07\xc5\x6e\xa2\x25\x54\x10\x56\x2b\x1e\x2d\x2a\xfc\x31\x08\x13\xe6\xed\x08\x8b\xf5\x93\x6a\x82\xc2\xa8\xe4\x2c\x10\x1a\x14\xa1\x94\xf9\xab\x65\x2c\x60\xa9\xce\x80\x3b\x58\x62\xc2\x90\x00\x29\xd5\x7e\xa7\x77\x01\x44\x0c\x7e\xf3\x1d\xa5\x95\x14\x22\xd0\x8a\xb3\x3b\x38\xcc\x87\x0d\x60\x43\x57\xad\xc1\x34\xed\xef\xb1\x00\xde\xbe\xc9\xbf\x4f\x1e\xdc\x75\x92\x53\x97\x1e\xf2\x2f\x6c\xfd\xd6\xb7\xfe\xf9\xdc\xfa\xdf\x7f\x7f\xbe\x52\x67\x8d\x0d\x50\xdd\xbc\xdc\x43\xf0\x10\x71\x10\xa2\xb2\x1e\x0b\x17\xe6\x95\xd4\xa0\x15\x59\x94\x87\xe1\x7a\x74\x85\x38\x6d\xd0\x9d\x17\xa1\xbd\x78\x3c\x3f\x01\x5b\xa1\x0e\xd9\x8e\x4d\x85\x3d\xe5\x55\x85\x77\x95\xc9\x39\xc7\x24\xc9\x29\x28\x73\x60\xaf\x8d\x5f\xfa\xbb\x39\xe5\xa1\x01\x8e\xb0\x47\xe4\x3e\xc3\x52\x39\x29\xb5\xa4\x51\x97\xaf\xc9\x0f\xc8\xa2\xd2\x2e\xf6\xba\xec\xa9\xb1\xe1\xe7\xf7\xc8\xa3\x52\x60\xcd\x89\x54\x4b\x53\x4f\x9a\x03\x9b\x4b\x2a\xfb\xd6\x83\xfa\x9c\xea\xcb\xf3\x9a\xe4\xd6\xef\x0e\xf6\x07\xf9\x44\x8a\xb8\x31\xbb\xa9\xed\x15\xfa\x0e\x79\x4e\x4a\xdf\x88\xa8\x39\xc5\x69\x6c\x36\xaa\xc0\xca\x5e\x8b\x9a\xb7\x02\x8d\x8b\x34\xd3\x41\x42\xf7\xcd\x6b\xb5\xa5\x67\xa9\x7d\xe1\xde\xa4\xf5\x1c\x15\xf8\xef\xb7\xc4\x33\x86\x2d\xd4\x8b\x84\xd6\x6f\xfa\xea\x6f\x4a\x7c\x3f\x80\x7b\x95\x0f\x98\x27\x9e\x2a\x35\x30\xd1\x97\x0a\x89\x83\x00\x7c\xfd\x1a\x59\x54\x78\xa8\x01\x94\xf1\x10\x07\xc1\x3e\x27\x45\x89\x6f\x67\x57\x74\x79\x7d\xc9\x9c\xfb\x3e\xb1\x18\x89\x2d\x8b\x03\x1f\x31\x1a\xec\xf5\xa3\x44\xb5\x63\x85\xcc\x27\xeb\xbd\x79\x9b\x4a\xd6\x68\xcf\xe2\xf3\x1d\x14\xf8\x1e\xcc\x41\x6d\x6b\x9a\xa3\x4f\xd6\x6b\xe0\x2a\x40\x65\xa2\xba\x85\xc7\xdc\x25\x33\x15\x38\xe4\x8a\xca\x74\x5e\x5f\xfd\x6a\x09\x4d\xf9\x3b\xc0\x8a\x11\xca\x67\x6c\xfd\x96\x9c\xe8\xeb\x35\xc6\xb3\x57\xdd\x55\x6c\xc9\x98\x7e\x89\xf8\x60\x47\xfa\x52\x3f\xaa\xed\x50\x6b\xf7\xa0\x36\xf0\x4d\xfe\x5f\x0b\xfe\x9b\x17\x41\x6d\x43\xdc\x11\xf0\xfa\x19\xbe\x49\x81\x0a\x4f\xfc\x0f\xaa\x23\x49\x08\xf1\x21\x64\xfa\xe5\xfe\xb3\x03\x5f\x49\xc8\x35\xc3\x12\x22\xd3\x54\x57\x13\xbf\x52\xcb\x9a\xa2\x88\x64\x49\x85\xb1\x2a\x9c\x78\x60\x9b\xc7\xba\x44\x64\xf5\x13\x93\xe9\x9a\x7b\x9e\xf2\xf3\x7b\x53\x59\xd1\xe9\xbf\x21\x7a\x2a\x9e\x95\xb6\x91\x08\x3c\xb2\x26\xe0\xe7\xaf\xcd\x71\x10\x36\x4d\x27\x79\xf9\x55\x74\xac\x96\x96\xbf\x53\x82\x74\xe5\x7f\xb7\xa0\x94\x70\x4c\xf8\x41\x38\xae\xed\x0e\x3c\xb2\xaf\xe6\x9d\x11\x0d\x3b\x6b\x62\xe2\x9c\xce\xbe\xbd\x3b\x3c\x0d\x27\xd0\x5c\x45\x85\x1c\x45\x56\x42\x55\xe8\x30\x3c\x45\x19\x05\x50\x5f\x75\x36\x3f\x44\x53\xaf\xac\xba\x1e\xc3\xaf\x4a\x92\xaa\x5a\xac\xea\x2c\x49\x72\x9e\x99\xe8\xfd\x3e\xfd\x3f\x1c\x98\xb4\xaf\xd0\x6d\x72\xc2\x44\x9c\x34\xdf\xa9\x9d\xc6\x97\x27\x59\x12\x6f\xd4\x52\x89\x45\x7e\xd4\x3f\x33\x4f\x64\xcd\x4e\x86\x84\x0e\xf4\x36\x72\xf7\x11\xf1\xd4\x3e\x75\x61\xf6\x17\x1c\x90\x0d\x35\x4b\x2d\x4b\x7c\x42\x7c\xcb\xb8\x1d\x12\xaa\x26\x67\xee\x2d\x94\xe2\xf4\x39\xa3\xe1\xf4\xa1\x37\x13\x94\xec\x26\xe6\x12\xa6\x78\x14\xa9\x5e\xba\xb4\xec\x23\x67\x3f\xd9\xd7\x67\x75\x67\x28\x7d\x67\x94\xf4\xac\x99\x86\xb6\xc3\xaa\x6e\x46\x36\x35\x64\x13\x45\x96\x63\x29\x74\xb9\x95\x73\xea\xff\x0f\x00\x00\xff\xff\xbc\x1a\xfb\xac\xb3\x45\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73MysqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x5c\xff\x93\xda\x38\xb2\xff\x9d\xbf\x42\x45\xa5\x6a\x92\x7a\x63\x48\x6e\x6e\x6f\xf2\x78\x7b\x5b\x45\x80\x24\x24\xcc\xc0\x61\xe7\x36\xb9\xab\x2b\x4a\xd8\x0d\x28\x63\x4b\x5e\x49\x66\x86\x4d\xcd\xff\xfe\x4a\x92\x6d\x6c\x23\x1b\x66\xf2\x65\xb7\x6e\x7f\xca\xe0\x56\xf7\xa7\xbf\x48\x6a\xb5\x5a\x8b\x63\xf2\x4f\xe0\x82\x30\xda\x43\x12\xa2\x38\xc4\x12\x3a\x2c\x06\x2a\x36\x64\x25\x3b\x84\x75\xb7\x2f\x5a\x37\x84\x06\x3d\xe4\xa5\x9f\x5b\x21\x5e\x42\x28\x7a\x2d\x84\xf8\x46\x08\xd6\x43\x97\x9d\x8b\xce\x5f\x3a\x6f\xfa\x2d\x94\xf3\xe8\x21\x21\xd8\xe5\x85\x13\xed\xc4\x6f\x61\x2b\x02\x21\xf0\x1a\x7a\xe8\xac\x8f\x28\xdc\xa2\xf9\x5b\xc7\x75\xa7\x48\x00\xdf\x12\x1f\xd0\xd3\x44\x10\xba\x46\x57\x3b\xf7\x1f\x93\x67\x68\x83\x05\x5a\x02\x50\xe4\x73\xc0\x12\x02\x44\x28\xda\xb1\x84\xa3\x98\xb3\xcf\xe0\xcb\x0e\xf2\x36\xd0\x42\x08\x07\x11\xa1\x28\x11\xc0\x29\x8e\xa0\x1b\x63\x21\x6e\x19\x0f\xd0\x8a\x71\x84\x7d\x1f\x84\x66\x2a\x37\x80\x22\x2c\x24\x70\xc4\x01\x87\x11\xda\x12\xac\x7f\x4c\x31\xf8\x8c\x0a\x16\x02\x22\xa2\x85\xd0\x93\x2f\xae\x3b\x5d\xf4\x87\x57\xe3\xeb\xc5\x07\x77\x34\xbf\xee\x5f\x8d\xee\xbb\xc5\x5f\x67\x7d\xd7\xfd\x75\x3a\x1f\xde\x6b\x14\xc7\xa4\x2b\x83\x6c\xc0\x28\x86\x02\x2c\xf1\x12\x0b\x40\xed\x27\x5f\x86\xaf\x16\xc3\xbe\xd7\x7f\xd5\x77\x47\xf7\x6d\x44\x04\xd2\x3f\x15\x45\x0e\x5f\x15\x65\xcd\x42\x50\x23\x97\x4a\x6f\x91\x70\x40\x92\xa5\xe6\xd1\x02\x56\x2c\x0c\xd9\xad\x52\x57\x80\xcf\x41\x8a\x9e\x12\xf2\xd6\xf3\x66\xee\xc2\x1d\x0d\xe6\x23\xef\xbe\xad\x34\x95\x98\xd0\xcc\x28\xd9\xf7\xf7\xa3\x4f\xae\x37\x9d\x8f\xee\x5b\x08\xad\x48\xa8\x75\x32\x6a\x68\xf7\x18\x9e\x4a\xa4\x1a\x0f\x54\xfe\x9f\x62\xfd\xee\xcd\x7c\xfa\x61\xe6\x2e\x46\xd7\x83\xf9\xa7\x99\x57\x27\x44\x9b\xb4\x4a\x9b\x0b\x3c\x10\xe7\x27\x5c\x0d\x7c\xf7\x86\xb3\x24\x16\xc8\x67\x51\x94\x50\xe2\x63\x49\x18\x15\x5a\xae\x72\x84\x37\xff\xe0\x7a\x9a\x43\x2e\xb6\x85\x0e\xb5\x2b\x93\xd6\x0a\x4b\xc3\x80\xc3\x6f\x09\x08\x29\x3a\x67\xad\x08\x24\x56\xbe\x52\x01\x8e\x29\x65\xd2\xc8\x57\x7f\x22\x14\x80\xf0\x39\x89\xa5\x9e\x30\x7d\x8a\xe0\x0e\x47\x71\x08\x08\xc7\x71\x98\x22\x45\xca\xc9\x01\x62\x34\xe3\x7d\xd9\xb9\x40\x24\xc2\x6b\xe8\xa0\xd7\x8c\xa3\x88\x71\x40\x84\xae\x18\x8f\x34\xbd\xe6\x8b\x10\x5e\xb2\x44\xa2\x24\x0d\x5a\x22\xf2\xa9\x74\x8e\x04\x00\xda\x48\x19\x8b\x5e\xb7\xbb\x26\x72\x93\x2c\x3b\x3e\x8b\xba\x9f\x97\x4c\x08\x27\x55\x1c\xb8\xa3\x65\x88\x2e\x87\x60\x83\xa5\x23\x04\x73\x2e\x9d\x7c\x2a\x9b\xaf\xdd\x80\xf9\xa2\xa3\x25\x12\x9f\xd1\x41\x88\x85\xe8\xe9\x7f\x2a\x7a\xfd\x7b\x69\xf2\x07\x44\xc4\x21\xde\x39\x2a\xc6\x7b\x68\x0e\x01\x7a\x8b\x25\x72\x09\x5d\x87\x80\x5c\xb2\xa6\xce\x94\x6a\xfd\xfe\x27\x0d\xf2\xa7\xa3\x78\x03\x11\x70\x1c\xa2\x5b\x22\x37\xa9\x6e\x6a\x76\xc8\x0d\x67\xc9\x7a\x83\xbc\x89\xfb\xec\x50\x50\xcc\xd9\x96\x04\xc0\x1d\xab\xc4\x73\x34\xa6\xbe\x81\x2d\xf1\x5a\xe8\xc5\xe5\xfc\x06\x76\x7e\xc8\xf0\xcd\xb9\xb6\xc3\xf9\x86\x04\x01\x18\x63\xda\x17\xb2\x80\xf9\x49\x04\xd4\xb8\xd3\x49\x78\xd8\xcb\x8d\x6a\x26\x6c\xc7\x58\x4e\xdb\xb6\x44\xdc\x05\xaa\xac\xea\x68\xb3\x6a\xdd\x1d\xa1\x74\x67\xb4\xdb\x20\x2f\x64\x74\xed\x94\xe2\xc5\x2b\xba\x15\x05\xb0\x22\x14\x04\xe2\x20\x58\xc2\x7d\x10\x88\x02\x04\x10\xa4\x36\x93\x0c\x05\xb0\x85\x90\xc5\x4d\x76\x57\x73\x14\x78\x1a\x72\x01\xc4\x21\xdb\x29\xd8\xe7\x85\x7f\xab\xa9\xb1\x22\xeb\x84\x17\xa3\x4d\xcd\x01\xe3\x31\x13\x71\x90\xbb\xed\xa9\x02\xc8\x38\xe6\xbb\x67\x48\x48\xc6\xf1\x1a\xce\x11\xa6\xc1\xc1\x94\x29\x4d\xcf\x94\xad\x61\x56\x71\x77\xa7\xc1\x48\x22\x89\x63\xc6\xe5\x11\x77\x68\x06\xdb\x6c\x9f\x2a\x6c\x37\x26\x4a\x8a\x5b\x8d\xf9\x4d\xc4\xd8\x87\xde\x3e\xc4\x5a\x6c\xa9\xb6\x0e\xd1\x6b\x39\xa8\xb8\xe5\x6d\x5f\xb4\x10\x32\xdb\x9b\x6b\x36\xa3\x16\x42\xc5\x05\xc0\xb2\x04\x54\x16\x01\xb5\x0d\xdc\xc2\x32\xf5\xc4\x99\xd0\x5a\x20\xa5\x54\x27\x25\x4f\xb7\xb9\x0e\x0e\xe3\x0d\xae\xc4\x24\xc4\x40\x03\xa0\x3e\x01\xd1\x43\x67\xff\xfe\xd2\x56\xe8\xdb\x7a\xf9\xee\xcf\x66\x93\xf1\xa0\xef\x8d\xa7\xd7\x0b\xbd\x2b\x18\x0d\xdb\xe7\x29\x5b\x84\xda\x0a\xb9\x22\x4e\xb1\xb7\xef\xff\x73\xa6\x3f\xee\x77\x68\xad\xc1\x7e\x6d\xea\x21\x0b\xdf\x94\xcc\x67\x51\xcc\x28\x50\xd9\x4b\x75\xd1\xbf\x1b\x0b\xdb\x47\x89\x18\x7c\x23\x44\xa9\x9b\xca\x73\xf4\x1f\x3d\xf4\xf2\xf9\xcb\xe7\x59\x28\x63\xbe\x06\x39\x2b\xff\x2c\x20\x04\x5f\x32\xbe\x37\x6a\x16\xb0\x03\x1d\xaf\x76\xa1\x3f\xc6\x7d\xe2\xbf\xcd\x7f\x66\x0b\x77\x1e\xe3\xc6\xbf\xfe\xf5\xc2\xe6\xc6\xec\xe7\x3f\x91\x1b\xf3\x04\x2b\xf7\xe5\xde\x8b\x5f\x6b\xd1\x8c\x77\xf3\x9c\xc8\xd7\xa0\x46\x93\x5e\x5c\x3c\xff\x9b\xc5\xa4\xf9\xcf\x8f\x32\x69\x2a\xfa\xbb\x18\x36\x4b\xc8\x62\xbd\xb8\x33\x2e\xf5\xf6\xe1\x87\x89\x4a\xab\x09\x5d\xdb\x27\xca\x4d\xb2\x04\x4e\x41\x82\x50\x33\x45\xb2\x10\x38\x96\xe0\x24\x94\x03\x0e\x76\x0e\xd0\x20\x66\x84\xea\x5c\x55\xf2\x04\xda\x8f\xf5\x53\xbd\x37\x62\x93\x82\xef\x9d\x91\x42\x1e\xcf\x7a\xe8\x9a\x51\x38\x74\x90\xe1\x95\x8e\xcb\xbe\xf6\xd0\xcb\x97\x2f\x5f\x7e\xdb\x68\x27\x81\x1d\xb2\x5a\x7d\x72\x9f\xcd\x59\x22\x1f\xee\x31\x3d\xca\x9c\x43\xf6\xe6\xcb\xf6\xa5\xcc\x45\x7f\xcc\x36\xb1\x61\x42\x2a\xaa\xb7\x53\xd7\x53\x5f\x17\xea\x08\x62\x18\x4b\x96\xe1\xa8\x67\xf5\x40\x3b\x8a\xef\x68\x48\xf1\x9d\x2d\x79\xe2\x82\x6d\x35\xa8\x9b\x5a\x74\x0f\x48\x02\x8f\x08\x4d\x01\x15\xb2\x33\xab\xe5\x1b\x44\xd7\xae\x2e\xc3\xca\x3c\x38\xb0\xf5\x0f\x0f\x35\x0e\x5a\x84\xe8\xa1\x17\x5f\x31\x73\xf5\x48\xa9\xd6\xad\xf5\x2e\x37\xe6\x2e\xd6\x27\x13\x73\xfe\x2e\xe5\xb6\x19\x49\x59\xf7\x43\xfd\x1f\x60\x83\x7a\x3b\x3c\x54\x8f\x63\xb6\xd3\xba\xe6\xf6\x33\x72\xd3\xa3\x65\x01\xb8\x83\x80\x6e\x8b\x7a\x64\x8b\xa6\x3a\x6f\x67\x61\x58\xf8\x8c\xd0\x16\x87\x89\x16\x5a\xa4\xb8\xb7\x70\x18\xbe\x5a\xb8\xa3\xf9\x3f\xc7\x83\xd1\x62\x36\x1f\xbd\x1e\x7f\x5c\x5c\xf5\x67\xb3\xf1\xf5\x1b\x3b\xbb\x9a\x2d\xf0\xef\xc3\x57\x76\xde\xef\xae\x87\x63\x3b\xa7\xf4\x63\x0d\xa6\xac\x2a\x53\x3b\x36\x2f\xdb\xd8\xc7\x67\x65\x9c\xda\xf1\x79\x9d\xc7\x3e\x3e\x2b\x14\xd5\x8e\xcf\x2b\x49\x96\xf1\xde\xc7\xfc\xf3\x77\x31\xaa\xae\x89\x4d\xa7\x93\x85\x3b\xfe\x57\x3d\xc2\x12\x55\x8d\x9a\x57\xfd\x8f\xa7\x70\x2a\x52\xd5\x70\xf2\x3e\x2e\xc6\xee\x74\xa2\x95\xa8\x65\x54\x24\xb2\xf1\xc9\xaa\x56\xca\x54\x8b\xd9\x7c\xea\x4d\x07\xd3\x89\x8d\xdb\xfe\x3c\x30\xbc\x36\xe4\x16\x6e\xd3\xd9\xe8\xda\x7d\x3b\x7e\xed\x2d\x32\xa2\x3c\xd4\xeb\x43\xab\x36\xa1\x79\x00\xf7\xd9\x74\xee\xd9\xb8\xb7\x55\x4a\xd3\xb6\xf0\x2a\x17\x05\x17\xc3\xf1\xdc\x36\xbc\x0b\xd2\xef\x02\x8e\x1d\x53\x6f\x74\xb6\x2c\x4c\x22\x38\xca\xce\xae\xe7\x61\x1d\xf2\x08\x28\xef\xd3\xec\x24\x56\x9a\xb0\x9e\x5f\xbd\xe5\xf7\xdf\xeb\x47\x37\x4f\xeb\x32\x4d\x53\x80\x95\x4b\xa8\x76\x6e\x35\xe5\xd6\x13\xb8\x9e\xe4\xc8\xcf\x6b\x9d\xdf\x3b\x40\x7d\xbe\x8b\xe5\x51\xa7\xd6\x09\x39\x0d\x7c\x93\xa3\xab\xb4\xf5\x2e\xb2\x51\x9e\xc2\xb1\xd9\x6d\x75\xd4\x4d\x9c\x07\x93\x0f\xae\x37\x9a\x9f\xc8\xb9\x4a\x6d\xe3\x7c\x78\x09\x51\xbf\xa1\x56\x2e\x2b\x1a\xb9\x35\x23\xb4\x5c\x72\xd4\x70\x9b\x8f\xfa\x93\xab\x7a\x26\xfa\x73\xdd\xd8\x6c\x61\x3a\xae\x59\x95\xf2\x18\xc7\xe3\xda\x55\x29\xeb\x38\xee\xaf\x0d\xea\x79\x15\xae\x16\x8e\x72\x69\x9c\x7c\x42\xb0\xa3\x13\xae\xc2\xee\xb8\xa6\x16\xe2\x22\x4c\x7d\x17\x70\x2c\xeb\xd4\x44\xb3\x24\x0c\x67\x2c\x24\xfe\xae\x87\xfa\xe1\x2d\xde\x89\x02\x45\x48\xb6\x40\x41\x88\x19\x67\x4b\xe8\x95\xd0\xc0\x5d\x31\x91\x34\xff\xf9\x2c\x8a\x30\x0d\xaa\x3f\x3b\xa8\xbb\x24\xb4\xbb\xc4\x62\x73\xf0\xc5\xf1\x0f\x89\x59\x2c\xd5\xd6\xa3\x07\x95\x10\x74\x2a\x0c\x08\x25\x92\xe0\x70\x08\x21\xde\xb9\xe0\x33\x1a\x88\x1e\xfa\xdb\xf3\x02\xcd\xb1\x74\x18\x95\xeb\x03\x19\x84\x3c\x2f\x4e\x6b\x61\x97\x97\x2f\x4b\x82\x0d\xdb\xcf\x2c\x64\x37\x04\x97\xbe\xc4\x9c\x49\xe6\xb3\xb0\x87\xbc\xc1\xac\x91\xe7\xbe\x7a\x5a\xe4\x99\x96\x07\x1e\xc3\x70\x5f\xc7\xab\x32\x14\x8f\xe4\x98\x15\x45\xca\x1c\x2b\x39\x4a\x3d\x43\x0e\x38\x20\x7f\x6c\xf8\x94\x21\x94\xe3\x27\xbf\x96\x29\x0b\x0c\x49\x44\xa4\xa8\x82\x88\x20\x62\x7c\xa7\x42\xe9\x6a\x74\x35\x9d\x7f\x5a\x4c\xc6\x57\xe3\xd2\x06\x6d\xe6\xf6\x15\x4b\x68\x35\x9a\x22\xf5\xdb\x0c\xcb\xcd\x09\x69\x55\x66\x64\x45\x73\x03\x3b\x21\x19\x07\x1b\x95\x52\x6c\x4a\xc3\x5d\x0f\x49\x9e\x40\xa3\xb8\x53\x37\xff\xa2\xe8\x6c\xcc\x37\x82\xd0\xb4\x04\x16\xee\x78\x1c\xc9\x13\x21\x1f\x2a\xb0\x50\xfb\x78\xc3\xb1\x0f\x33\xe0\x84\x05\xf9\x7a\x70\xf9\x53\xab\xec\xa2\xd2\x59\xf7\x14\x6b\x1b\xe4\xe5\x88\x30\xbf\x5d\xa7\xcb\x4b\xe9\x22\xde\xca\xfd\xb8\x41\x8f\x4b\x39\x96\x24\x3a\x27\x5a\xf2\xb8\x24\xfb\x2d\xbc\xa9\x84\x70\xb2\x5e\xe7\x05\x03\xc7\x6c\x22\x83\x0d\xa6\x6b\x98\x61\x8e\xa3\x82\x75\x71\x22\x59\x84\x25\xf1\x2b\x0e\xcb\x97\x19\x25\xae\xe4\x8d\xa6\x85\x7a\xc5\x59\x54\xc4\x6c\xea\x52\x63\x25\xde\x95\x1c\x70\xe4\xe1\xf5\xc1\xca\xbf\xbf\x2a\xbf\xbc\xd8\x5f\x95\xf7\x5e\x74\xaa\x9b\x44\x7a\x9f\xf8\xe4\xcb\xf8\xaa\xff\x66\xb4\x70\xbd\xf9\xa8\x7f\xa5\x11\xb8\xb3\xfe\x20\x87\x61\x4a\x43\xe3\xbd\xce\xa9\x15\xcc\xef\xa6\x40\x93\x7e\xf8\xe3\x4a\x69\x8f\xbe\xca\xf8\x26\x25\xb5\x9c\xef\x9f\xac\xb0\x56\xb2\xca\xe3\xf4\x39\xcd\x9e\xe8\xeb\xca\x6c\x57\x9f\xdc\x7f\x4c\x74\x4e\x6c\xcf\xfe\x8e\xd4\xa3\xcc\xf0\xaf\x2a\x49\x19\x16\x5f\x55\x95\x32\x2c\x26\xd3\x5f\x47\xf3\xc5\xa0\xef\x8e\x16\x5e\xff\xd5\xc4\x94\x42\x5c\x3b\xc3\xa6\x11\xf5\x12\xae\xfa\x1f\x17\x83\xe9\xf5\xf5\x68\xa0\x1c\xd1\xc8\xba\x42\x5a\xcf\xf3\xb5\xa7\xcb\x59\xca\x3a\x8b\xc9\xa8\xa6\xc0\x64\x25\x6d\xe6\xd9\xff\x78\x32\xcf\x02\x69\x3d\xcf\xfe\x78\xda\xc4\xa7\x3f\x9e\x5a\x4e\x04\xe5\x60\xfe\xca\x33\x80\x35\xff\xbe\x28\xa7\xb5\xd2\x8f\x5d\xe6\xdf\x54\xf7\x1b\x74\x78\x55\x9a\xd2\x93\x08\x58\x22\x73\x76\x2f\x4e\xc9\xe6\x9d\xaa\x5a\xc7\x73\xfa\x03\xc1\x3f\x26\x8b\xb5\xe5\xb0\xe4\x94\xb4\x36\x9d\xd7\xbf\x0e\xff\xde\x7e\x52\x9e\xe3\x6d\xe3\x54\xe4\x6c\xd0\x8b\xbf\x5c\x76\x9e\x77\x9e\x77\x5e\x20\x27\x41\x4f\xf6\x2b\x09\x72\x86\xd9\x9f\xd6\x69\xad\x45\x00\x3a\x73\x47\x93\xd1\xc0\x43\x2f\xce\x8e\xbb\xf9\xa7\x93\xbd\x76\x5a\x62\xbc\xc5\xbc\x1b\x92\x65\x57\xeb\xd2\x55\x8b\xb5\x25\x47\xb4\xb9\xbe\x44\x7a\x24\x17\x2c\x9c\x0d\x2d\xb9\x20\x44\xb1\xdc\x0d\x09\x2f\xbb\x2e\x82\x80\x24\x51\x0f\xb5\xdb\x27\x45\x62\x0e\xe7\x47\x27\x4a\x95\x39\xf0\xa8\x74\x49\xb3\xe8\x65\x2b\x48\x29\x15\xf2\xfa\x6f\xee\xbf\x7b\xce\x14\x2b\xc3\x80\xd4\x56\x73\x0e\xdb\x14\x94\x50\x7d\x5d\x2b\x37\xa5\x86\xcc\x4e\x0b\xa1\xb4\xad\xd0\x64\xb0\xfd\x42\xb3\xa6\xfa\x25\x6f\x24\xab\x5a\xad\x85\x74\x63\x28\xe1\x10\xe4\xb6\x4f\xd7\x51\x21\x58\x15\xc3\xd9\x20\x11\x92\x45\xfa\x52\x36\xc7\x52\xbc\x75\x47\x9c\x25\x12\x3a\x68\x02\x78\x0b\x68\x19\x62\x7a\xa3\x69\x02\x58\xe1\x24\x94\xf9\x40\xd3\x21\x04\x9d\x75\xa7\x87\x7e\x2e\x28\xa2\x9b\x22\x7f\xe9\xfc\x9c\x36\x42\xff\xd2\xf9\x39\x1d\xe9\x04\x2c\xc2\x84\x3a\x22\x59\xad\xc8\xdd\x2f\x67\x55\x85\x33\x60\x0a\x8b\xb9\xd5\x7e\x9b\x8a\xca\x55\x2f\xdd\x20\x9f\xac\x99\xf8\x33\xa9\x26\x4e\xd2\xcd\xad\x2a\x67\xd3\xad\xd0\x20\x6e\x6e\x5c\x0f\x62\x28\x1d\x95\x12\xb9\xa6\x0d\xf3\x40\x72\xe9\x52\xb4\x22\x77\x98\xb5\x2b\xbd\xbb\x1e\x8e\x4d\xf0\xea\xf6\xe4\xe5\xae\xd4\x4d\x2c\x99\x2e\x45\x84\x5b\xd3\xea\xad\x16\x10\x53\x98\x38\xd7\x66\xd4\xf6\xfc\x8c\xb7\xb8\x67\xfa\x81\xbb\x7b\x02\xd1\xcd\xe6\x7c\x09\x79\x59\x6e\x29\xfe\xf7\xb7\xa4\x69\x94\x6b\xc6\x87\x7c\xdf\xa7\xad\xb7\xc3\x03\x63\xe6\xcc\x53\x33\xd8\x25\x57\x85\x16\x76\x9d\xba\xf9\xc6\x19\x93\xb5\x93\x9e\xad\xb4\x6d\xcc\x29\xb5\xda\x0a\x9e\x9d\xa9\x75\x07\x78\x15\x52\xea\xb8\xf7\x19\x8d\x6b\x58\x94\x00\x16\x8f\xef\xa5\x05\xc0\xc1\x71\x56\xaa\x39\x06\xad\x04\x42\xb7\x46\x13\x5a\xc0\x7c\x0c\xd6\x6b\x12\x02\x3d\xc4\x54\xb8\x78\x49\x51\x65\x72\x3a\x9f\x6f\x84\x0d\x93\x5a\x55\xed\x98\x9e\xbe\x7b\xef\x22\xc6\xd1\xbb\xc1\xe8\xbd\xee\xd0\x6e\x04\xe4\xed\xe2\x3a\x30\xe6\x7a\xae\xce\x1e\x58\x08\xe6\x13\xfd\xae\x43\x59\x21\xb5\x81\x66\xee\x03\x97\x64\xa5\xe2\x1e\xd0\x53\x15\xdb\x48\x47\x5e\x1d\x96\x41\x81\xdc\xe2\x2f\xdb\x94\x53\x28\x4a\x2f\x35\x4a\x66\xc0\x34\xb0\x60\x88\x76\x19\x81\x1a\x79\xd4\x30\xb3\x94\x7d\x05\x4d\x7e\xe2\xaa\x20\x72\x41\x0a\x74\x87\x9d\x98\xb1\xb0\x1b\x11\xaa\xff\xe1\x08\xf2\xfb\x7e\x1d\xca\xda\xb7\x21\x28\x4c\xfe\x83\xf5\x68\x98\x7f\x42\x57\x84\x92\x28\x89\xd0\x8c\xb1\x10\xb9\xe4\xf7\xd2\x54\x2b\x5f\xd8\x37\xa2\xc1\x77\xdf\x04\x0d\xbe\x6b\x40\x53\xba\xf4\xb7\xa1\x91\x1c\x53\x81\x7d\xbd\x47\x10\xc1\x42\xb3\x28\x3e\x1a\x8d\xb7\x67\x87\xc6\x19\xbb\x22\xa2\x52\xf3\x80\x0d\xd0\x86\xdd\x6a\xd1\x12\x2f\x43\x13\xd3\x02\x61\x0e\xba\x57\x1e\x02\x13\x44\x2c\x8a\x31\x87\xe0\x00\x88\xe9\xb8\x9f\xb0\x5b\x15\xbe\x6a\x21\xf4\x34\x13\x9d\xbf\xe5\x20\x1a\x0f\xc7\x96\x80\x8e\x52\x03\xc7\x2a\xb9\x95\x6a\x62\xd1\x24\x5a\x02\x57\xd3\x5c\x90\x28\x09\x25\xa6\xc0\x12\x81\xfc\x90\xa4\xcf\x01\x28\x68\x0b\x88\x1a\x80\x99\xcb\xf6\x7c\x0a\x63\x2a\x38\xab\x47\x6c\x1b\xc0\x34\x1e\x43\xa0\x6b\xb9\xc9\x56\x1f\x3d\x07\x25\x43\x4b\x40\x84\xfa\x61\x12\x98\x97\x5e\x18\xbd\xfe\x30\x99\x78\xa3\x8f\x1e\x22\x34\x80\xbb\x1a\x88\xaf\x93\x30\xf4\xe0\x4e\xe6\xc1\xfe\xab\x62\x37\xd1\x12\x2a\x08\xab\x07\xf6\x06\x13\x7e\x1f\x84\x29\xf3\x66\x84\xc5\xe3\x7f\x35\x41\x61\x54\x72\x16\x0a\x0d\x8a\x50\xca\x82\xe5\x22\x11\xb0\x50\x07\x99\x2d\x2c\x30\x61\x48\x80\x94\x6a\xbf\xd3\xbb\x00\x22\x06\xbf\xf9\x8e\xb2\x42\x00\x11\x68\xc9\xd9\x0d\x1c\xe6\xc3\x06\xb0\xa1\xab\x96\x10\xea\xf6\xf7\x44\x00\x6f\xde\xe4\x3f\xa4\x6f\xe3\x5a\xe9\x69\x43\x0f\xf9\x37\x76\x7e\xef\x3b\xff\x7a\xee\xfc\xef\x7f\xbe\x5c\xa8\x23\xc0\x1a\xa8\xee\x0b\xee\x21\xb8\x8b\x39\x08\x51\x99\x8f\x85\x7b\xe2\x4a\x6a\xd0\x88\x2c\xde\x2f\xc3\x76\x74\x85\x75\xda\xa0\x3b\x2b\x42\x7b\x79\x7f\x76\x02\xb6\x42\x19\xad\x19\xdb\x37\x48\x54\xb2\x1e\x6c\x5b\x82\x52\xdb\x4a\xf2\x23\x52\x95\x0c\x58\x7d\xae\xd2\xd0\x2e\x92\xa5\x99\xe6\xfa\xa3\xf3\xd9\x07\x7b\xda\xf2\xf0\xd4\x21\xbd\x4f\xba\x81\xdd\xc1\x96\x9d\x21\xae\x4d\x20\xac\x5d\x28\xdf\x20\x95\xc8\xe8\x6b\x11\xd5\x67\x11\xb5\x6d\x2c\x15\x58\xf9\xdb\x49\xd3\xe9\x5e\x3b\x0f\x72\x1b\xa4\x74\x5f\x3d\x1d\x1a\xba\x61\x9a\xe7\xc6\x75\x56\x2a\x50\x6b\xeb\xed\x86\xf8\xc6\xb1\x85\x52\x84\xd0\xf6\xcd\x1e\xc1\x5d\x91\x20\x08\xe1\x56\x6d\xb9\xe6\xc1\xa3\xda\x7d\xcd\x02\x47\x85\xc4\x61\x08\x81\x7e\x9b\x2b\x2a\x3c\xd4\x00\xca\x78\x84\xc3\x70\xb7\x27\x45\x69\x6c\xe7\x97\x3f\xfb\xd2\x85\x39\x5a\x7d\x62\x09\x12\x1b\x96\x84\x01\x62\x34\xdc\xe9\x37\x7a\x6a\x53\x88\x58\x40\x56\x3b\xf3\x52\x93\xac\xd0\x8e\x25\x67\x5b\x28\xf0\x3d\xd0\x41\xed\x1c\x9a\x63\x40\x56\x2b\xe0\x6a\x27\xce\x45\x75\xb3\xa7\xcd\x55\x37\x15\x38\xec\x0d\x95\xdb\xdc\x5e\x58\x69\x38\x44\xed\xdf\xc3\x55\x9c\x50\x3e\xc6\xea\x97\xd5\x44\x5f\xcf\x30\x9e\xbf\x71\xae\x62\x4b\xc7\xf4\x4b\xc4\x07\x8b\xfe\x43\xe3\xc8\xda\xfb\xd4\x1c\x41\x4d\xe0\xeb\xe2\xdf\x0a\xfe\xab\x27\x81\xb5\xd5\xea\x08\x78\xfd\x28\xdd\x64\x19\x85\x07\xef\x07\x05\x88\x74\x09\x09\x20\x62\xfa\x1d\xfb\xb3\x83\x58\x49\xc9\x35\xc3\x12\x22\xd3\xae\x65\x59\xbf\x32\xcf\x9a\xba\x83\x64\xe9\xc3\xf5\xaa\x70\xe2\x43\xc7\xbc\x5d\x25\x22\x2f\x51\x98\x64\xd2\xdc\x04\x94\x1f\xa3\x9b\xe2\x85\xce\xb0\x0d\xd1\x53\xf1\xac\xb4\x8d\xc4\xe0\x93\x15\x81\x60\xff\xf6\x1a\x87\x51\x9d\x3a\xe9\xbb\xa5\x62\x60\x35\x34\x93\x9d\xb2\x48\x57\xfe\xe7\x03\xca\x08\xc7\x84\x1f\x2c\xc7\xd6\xbe\xb3\x23\xfb\xea\xfe\xce\xbd\x66\x67\x4d\x5d\xbc\xa7\x53\x87\xf8\x83\xbd\x22\x85\xe6\x29\x2a\xe4\x2a\xb2\x12\xaa\x42\xef\xda\x29\xc6\x28\x80\x7a\xd4\xf1\xf7\x10\x8d\xdd\x58\xb6\xee\xb5\x47\x25\x49\x55\x2b\x56\x6d\x96\x26\x39\xcf\xcc\xea\xfd\x21\x7b\xef\x6f\xea\xf9\x85\x3e\x86\x13\x14\x71\xb3\x7c\xc7\xaa\xc6\xc3\x93\x2c\x89\xd7\x6a\xaa\x24\x62\x7f\x9a\x6e\x9b\x27\xa1\x66\x27\x43\x42\x2f\xf4\x1d\xe4\xed\x62\xe2\xab\x7d\xea\xdc\xec\x2f\x38\x24\x6b\x6a\xa6\x5a\x9e\xf8\x44\xf8\x33\xe3\x9d\x88\x50\xa5\x9c\x69\x23\x50\x86\xd3\xa9\x7c\x4d\x82\xaf\x37\x13\x94\xee\x26\xa6\xbe\x5f\xcc\xf6\xab\xf5\xfc\x86\x7d\xa4\xfd\x53\xe7\xb2\x6d\x3b\xa6\xe8\xeb\x88\xb4\x1b\xca\xb4\x4a\x1d\x16\x4e\x73\xb2\x2b\x43\x36\x51\x64\x7b\x2c\x85\xfe\xa9\xbd\xc0\x17\x6f\x48\xeb\xff\x03\x00\x00\xff\xff\x3f\xb4\xd3\xc1\xab\x44\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73MysqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73MysqlYaml, - "Template.template.openshift.io/openshift/sso73-mysql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73MysqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73MysqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-mysql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3b\xfd\x93\xda\x38\xb2\xbf\xf3\x57\x74\x4d\x6d\xd5\x24\xf5\xc6\x90\x6c\x76\x5f\x72\xdc\xbe\xad\x22\x40\x12\x92\x61\xe0\x30\xd9\x4b\xee\xea\x8a\x12\x76\x03\xca\xd8\x92\x23\xc9\x33\x61\x53\xf3\xbf\xbf\x92\xe4\x6f\x6c\xc3\xe4\x63\x77\x2f\x3f\x4d\x70\xab\xbf\xd5\xdd\x6a\xb5\x48\x44\x7f\x43\x21\x29\x67\x7d\x50\x18\x46\x01\x51\xd8\xe5\x11\x32\xb9\xa3\x1b\xd5\xa5\xbc\x77\xf3\xb8\x73\x4d\x99\xdf\x87\x65\xf2\xb9\x13\x90\x35\x06\xb2\xdf\x01\x10\x3b\x29\x79\x1f\x9e\x76\x9f\x74\x7f\xec\xbe\x1c\x74\x20\xc3\xd1\x07\x29\xf9\xd3\x27\x4e\xc4\xa5\xda\x0a\x94\x1f\x03\x27\xd2\x74\xa4\x42\xa6\x3a\x21\x4a\x49\xb6\xd8\x87\xf3\x01\x30\xbc\x85\xfc\x13\x2c\x5e\x39\xae\x3b\x03\x89\xe2\x86\x7a\x08\x0f\x62\x49\xd9\x16\xe6\x16\x8d\xfb\x8f\xcb\x87\xb0\x23\x12\xd6\x88\x0c\x3c\x81\x44\xa1\x0f\x94\xc1\x9e\xc7\xa2\x03\x10\x09\xfe\x01\x3d\xd5\x85\xe5\x0e\x81\xf8\x21\x65\x10\x4b\x14\x8c\x84\xd8\x8b\x88\x94\xb7\x5c\xf8\xb0\xe1\x02\x88\xe7\xa1\x34\x98\xd5\x0e\x21\x24\x52\xa1\x00\x81\x24\x08\xe1\x86\x12\xf3\xa3\x65\xa4\x03\xe0\x71\x26\x79\x80\x40\x25\xfc\xf0\xd9\x75\x67\xab\xc1\x68\x3a\xb9\x5a\xbd\x75\xc7\x8b\xab\xc1\x74\x7c\xd7\x2b\xfe\x3a\x1f\xb8\xee\x3f\x67\x8b\xd1\x9d\xe5\xa1\x96\x7a\x07\x2a\xf4\x73\xe9\xc0\x27\x8a\xac\x89\x44\x38\xfb\xe1\xf3\xe8\xf9\x6a\x34\x58\x0e\x9e\x0f\xdc\xf1\xdd\x99\x25\x3f\x7a\x5e\xa2\x3b\x7a\x5e\x20\xd8\x01\x98\x07\xa8\xd7\xae\x11\x64\x2c\x10\x14\x4f\x74\x64\xa8\x6c\x78\x10\xf0\x5b\x4d\x53\xa2\x27\x50\xc9\xbe\x26\xf2\x6a\xb9\x9c\xbb\x2b\x77\x3c\x5c\x8c\x97\x77\x67\x5a\x58\x45\x28\x4b\x38\xeb\x00\xa4\x10\x6f\xc6\xef\xdd\xe5\x6c\x31\xbe\x83\x0d\x0d\x8c\x60\x56\x93\xc6\x50\x16\xa7\x26\xa9\xd7\x23\x53\x7f\xd7\xa8\x5f\xbf\x5c\xcc\xde\xce\xdd\xd5\xf8\x6a\xb8\x78\x3f\x5f\x66\x44\xac\x4e\x0b\x64\xe0\x10\xb6\x99\x9c\x17\x0b\xbd\xec\xf5\x4b\xc1\xe3\x48\x82\xc7\xc3\x30\x66\xd4\x23\x8a\x72\x26\xff\xde\x01\x4d\x59\xdb\x63\xb9\x78\xeb\x2e\x0d\x8e\x26\xe9\xa0\x0a\xd8\x44\xac\x03\xa9\x5b\x0a\xfc\x18\xa3\x54\xb2\x7b\xde\x09\x51\x11\x6d\x2d\xbd\x0f\x08\x63\x5c\x59\x0e\xf4\x7f\x01\x7c\x94\x9e\xa0\x91\x32\xfb\x6a\xc0\x00\x3f\x91\x30\x0a\x10\x48\x14\x05\x09\xaf\xa0\xcd\xec\x03\x67\x29\xee\xa7\xdd\x27\x40\x43\xb2\xc5\x2e\xbc\xe0\x02\x42\x2e\x10\x28\xdb\x70\x11\x1a\x78\x83\x17\x80\xac\x79\xac\x20\x4e\x7c\x87\xca\x6c\xc7\x5d\x80\x44\x84\x9d\x52\x91\xec\xf7\x7a\x5b\xaa\x76\xf1\xba\xeb\xf1\xb0\xf7\x61\xcd\xa5\x74\x12\xd1\x51\x38\x86\x86\xec\x09\xf4\x77\x44\x39\x52\x72\xe7\xa9\x93\xed\x78\xfb\xb5\xe7\x73\x4f\x76\x0d\x45\xea\x71\x36\x0c\x88\x94\x7d\xf3\xa7\x86\x37\xbf\x97\x62\x84\x4f\x65\x14\x90\xbd\xa3\x5d\xbd\x0f\x0b\xf4\xe1\x15\x51\xe0\x52\xb6\x0d\x10\x5c\xba\x65\xce\x8c\x19\xf9\xfe\xa7\xe8\xeb\x0f\xe6\x79\x44\xb0\xc2\xdd\x52\xb5\x03\xbd\x55\xd4\x4e\xf0\x78\xbb\x83\xe5\xa5\xfb\xf0\x90\x5c\x24\xf8\x0d\xf5\x51\x38\xb5\x74\x2f\x60\xc2\x3c\xcb\xbc\x22\x5b\x69\x22\xd1\xc5\x35\xee\xbd\x80\x93\xeb\x0b\xa3\x8d\x8b\x1d\xf5\x7d\xb4\x2a\xad\x8f\x7a\x3e\xf7\xe2\x10\x99\x35\xaa\x13\x8b\xa0\x9f\xa9\xd6\xee\xdd\xae\xd5\x9f\xd1\x70\x09\xb8\x87\x4c\xeb\xd6\x31\xca\x35\x1a\x70\xa4\xd6\x00\x67\xbd\x16\x7a\x01\x67\x5b\xa7\xe4\x35\xcb\xa2\x71\xc1\xc7\x0d\x65\x28\x41\xa0\xe4\xb1\xf0\x50\x02\x43\xf4\xd1\x4f\x14\xa7\x38\xf8\x78\x83\x01\x8f\xda\xb4\xaf\xf7\x2a\x8a\xc4\xf1\x7c\x8c\x02\xbe\xd7\x6c\x5f\x14\xfe\xd6\x5b\x64\x43\xb7\xb1\x28\xfa\x9c\xde\x0b\x05\xbb\x59\xe7\xcb\x62\xb6\x87\x17\x40\x98\x9f\x6f\xcd\xc4\x9f\x4b\x3b\x33\x5d\x94\xdb\x36\xc1\xbd\xbc\x74\xbb\x2d\x7a\x91\x71\x14\x71\xa1\x8e\x58\xc0\x20\xb8\x49\xf3\x58\x21\x1d\x59\xc7\x68\x4b\x45\x16\x46\x46\xc4\xc3\x7e\xee\x65\x1d\xbe\xd6\x89\x44\xf6\x3b\x0e\x14\x53\xe4\xcd\xe3\x0e\x80\x4d\x87\xae\xcd\x50\x1d\x80\x62\x24\xa8\x89\x05\x95\x68\xa0\xd3\xc2\x2d\xae\x13\x63\x9c\x4b\x23\x15\x68\x21\xbb\x09\x78\x92\xfb\xba\x24\x88\x76\xa4\xe2\x96\x18\x21\xf3\x91\x79\x14\x65\x1f\xce\xff\xfd\xf9\x4c\x73\x7f\x66\x22\xf9\x60\x3e\xbf\x9c\x0c\x07\xcb\xc9\xec\x6a\x65\x12\x44\x41\xe2\xb3\x8b\x04\x37\xc0\x99\x66\x5f\xaf\x48\x04\x38\xbb\xfb\xcf\xb9\xf9\x98\xa7\x75\x23\x46\x1e\xa9\xfa\x50\x83\xdc\x80\x59\xf5\xd6\x7f\x95\x11\x7a\x16\x99\x96\x2d\xc1\xeb\x98\xff\xf4\xe1\xd9\xa3\x67\x8f\x52\xd7\x25\x62\x8b\x6a\x5e\xfe\x59\x62\x80\x9e\xe2\x22\xd7\x60\xea\xa0\x43\xe3\x9f\xf5\x44\xff\x18\x5b\xc9\xff\x6a\x63\xd9\x3c\xed\x7c\x89\xcd\x7e\xfa\xe9\x49\x9d\xcd\xd2\x9f\xff\x42\x36\xcb\xaa\xa8\xcc\x70\xb9\xc9\xbe\xa5\x9b\x17\x8c\x76\x4c\x7b\x3f\xff\xf4\xe4\xc7\x1a\xed\x65\x3f\x7f\x91\xf6\x8a\xf4\xbf\x8b\x22\xd3\x2a\x2b\x32\xc1\x9b\x0b\x65\x72\x81\x17\xc4\xba\x60\xa6\x6c\x5b\xbf\x0b\xae\xe3\x35\x0a\x86\x0a\xa5\xde\x06\x8a\x07\x28\x88\x42\x27\x66\x02\x89\xbf\x77\x90\xf9\x11\xa7\xcc\x14\xa0\x4a\xc4\x78\xf6\x1d\xec\x62\xab\xb6\xdc\x22\x09\xcb\x93\x79\x1f\xae\x38\xc3\x43\x2b\x59\x5c\xc9\xba\xf4\x6b\x1f\x9e\x3d\x7b\xf6\xec\xdb\x7a\x37\xf5\xeb\x59\xd6\xa1\x25\xb3\xd9\x82\xc7\xea\xfe\x16\x33\xab\xec\xf9\x26\x57\x5f\x9a\x61\x52\x13\x7d\xdf\x58\xbf\xe3\x52\x69\xa8\x57\x33\x77\xa9\xbf\xae\xf4\xe9\xc1\x22\x50\x3c\xa5\xd7\x8c\xea\x9e\xfa\x92\xdf\x51\x61\xf2\x1b\x69\xec\xc4\x80\x5b\xab\x38\x37\xd1\x5c\x4e\x58\xa1\x08\x29\x4b\x08\x57\xab\xa9\xaa\x86\x5b\x48\x37\x46\x8b\x51\xc5\xaf\x0f\x74\xfa\xdd\x5c\x47\xa0\x41\x25\xfb\xf0\xf8\x2b\x76\x9c\x59\xa9\x74\xbc\xd9\xee\x33\xa5\xed\x23\x73\x3c\xb0\x87\xe1\x52\xb5\x99\x82\x94\x65\x3c\x94\xf3\x64\x59\xef\xcb\xeb\x31\xfd\x18\x79\x32\x1d\x99\x50\x96\x9e\xe4\x0a\xcc\x39\x80\xec\xa6\xc8\x6b\x1a\xd0\xf4\x01\x37\x75\xa9\xc2\x67\x80\x1b\x12\xc4\x86\x68\x11\xe2\xae\x06\xc3\xe8\xf9\xca\x1d\x2f\x7e\x9b\x0c\xc7\xab\xf9\x62\xfc\x62\xf2\x6e\x35\x1d\xcc\xe7\x93\xab\x97\xf5\xe8\xda\x72\xd4\xff\x8d\x9e\xd7\x13\x78\x7d\x35\x9a\xd4\xa3\x4b\x3e\x36\x30\x96\xf6\x42\x1a\xd7\x66\xcd\x92\xfa\xf5\x69\xf3\xa4\x71\x7d\xd6\x5d\xa9\x5f\x9f\xb6\x67\x1a\xd7\x67\xfd\x9b\x9a\xf5\xcb\x77\xd9\xe7\xef\xa7\x59\xd3\x93\x9a\xcd\x2e\x57\xee\xe4\x5f\xcd\x6c\x96\xa0\x1a\x64\x9d\x0e\xde\x9d\x82\xa9\x08\xd5\x80\x69\xf9\x6e\x35\x71\x67\x97\x46\x92\x46\x44\x45\xa0\x3a\x3c\x69\xc3\x48\xeb\x6b\x35\x5f\xcc\x96\xb3\xe1\xec\xb2\x0e\x5b\x5e\x92\x8f\xae\x2c\x78\x0d\xb6\xd9\x7c\x7c\xe5\xbe\x9a\xbc\x58\xae\x52\xa0\xcc\xe9\x9b\xfd\xab\xb1\xec\xb8\x07\xf6\xf9\x6c\xb1\xac\xc3\x7e\xa6\x0b\x8f\xb3\x1a\x5c\xe5\x6e\xdc\x6a\x34\x59\xd4\x2d\xef\xa1\xf2\x7a\x48\x22\xc7\xb6\xfa\x9c\x1b\x1e\xc4\x21\x1e\x45\x57\x2f\x67\xa5\x01\x78\x9c\xa9\xe5\xfb\xf9\x49\xa8\x0c\x60\x33\xbe\x66\xcd\xe7\xdf\x9b\x57\xb7\xef\xed\x32\x4c\x9b\x83\x95\xbb\x97\xf5\xd8\x1a\x3a\x9d\x27\x60\x3d\xc9\x90\x1f\xb6\xa6\x0a\x77\x90\x79\x62\x1f\xa9\xa3\x46\x6d\x22\x72\x1a\xf3\x6d\x86\xae\xc2\x36\x9b\xa8\x0e\xf2\x14\x8c\xed\x66\x6b\x82\x6e\xc3\x3c\xbc\x7c\xeb\x2e\xc7\x8b\x13\x31\x57\xa1\xeb\x30\x1f\x5e\x02\x34\xa7\xd6\xca\x65\x41\x2b\xb6\x76\x0e\x6b\x2e\x19\x1a\xb0\x2d\xc6\x83\xcb\x69\x33\x12\xf3\xb9\x69\x6d\x1a\x98\x8e\x4b\x56\x85\x3c\x86\xf1\xb8\x74\x55\xc8\x26\x8c\x79\xc7\xbe\x19\x57\xa1\xab\x7f\x14\x4b\xeb\xe6\x93\x92\x1f\xdd\x70\x15\x74\xc7\x25\xad\x01\x2e\xb2\x69\x9a\xf0\xc7\x6a\x4c\x03\x34\x8f\x83\x60\xce\x03\xea\xed\xfb\x30\x08\x6e\xc9\x5e\x16\x20\x02\x7a\x83\x0c\xa5\x9c\x0b\xbe\xc6\x7e\x89\x1b\xfc\x54\x2c\x29\xed\x3f\x8f\x87\x21\x61\x7e\xf5\x67\x07\x7a\x6b\xca\x7a\x6b\x22\x77\x07\x5f\x1c\xef\x10\x98\x47\x4a\xa7\x1e\xb3\xa8\xc4\x41\xb7\x82\x80\x32\xaa\x28\x09\x46\x18\x90\xbd\x8b\x1e\x67\xbe\xec\xc3\xff\x3e\x2a\xc0\x1c\x2b\x8c\xa1\x7c\x8a\x4f\x59\xc8\x2a\xe4\xa4\x43\xf5\xf4\xe9\xb3\x12\x61\x8b\xf6\x03\x0f\xf8\x35\x25\xa5\x2f\x91\xe0\x8a\x7b\x3c\xe8\xc3\x72\x38\x6f\xc5\x99\x37\x30\x8b\x38\x93\x43\xfc\x97\x20\xcc\xbb\x6b\x55\x84\xf2\x0b\x31\xa6\xad\x8b\x32\xc6\x4a\x8d\xd2\x8c\x50\x20\xf1\xe9\x9f\xeb\x3e\x65\x16\xca\xfe\x93\xdd\x84\x94\x09\x06\x34\xa4\x4a\x56\x99\x08\x31\xe4\x62\xaf\x5d\x69\x3a\x9e\xce\x16\xef\x57\x97\x93\xe9\xa4\x94\xa0\xed\xde\x9e\xf2\x98\x55\xbd\x29\xd4\xbf\xcd\x89\xda\x9d\x50\x56\xa5\x4a\xd6\x30\xd7\xb8\x97\x8a\x0b\xac\x83\xd2\x82\xcd\x58\xb0\xef\x83\x12\x31\xb6\x92\x3b\x35\xf9\x17\x49\xa7\x6b\xbe\x11\x0b\x6d\x21\xb0\x70\xc7\xe2\x28\x11\x4b\x75\x5f\x82\x85\x8e\xc6\x4b\x41\x3c\x9c\xa3\xa0\xdc\xcf\xe2\xc1\xd3\x9f\x3b\x65\x13\x95\x4e\xbd\xa7\x68\xdb\x72\x5e\xf6\x08\xfb\xdb\x55\x12\x5e\x4a\x77\xe0\xb5\xd8\x8f\x2b\xf4\x38\x95\x63\x45\xa2\x73\xa2\x26\x8f\x53\xaa\xbf\xfe\xb6\x7d\x0f\x41\xb7\xdb\xac\x75\xe0\xd8\x24\x32\xdc\x11\xb6\xc5\x39\x11\x24\x2c\x68\x97\xc4\x8a\x87\x44\x51\xaf\x62\xb0\x2c\xcc\x68\x72\x25\x6b\xb4\x05\xea\x8d\xe0\x61\x91\x67\xdb\x6d\x9a\x68\xf2\xae\x12\x48\xc2\x25\xd9\x1e\x44\xfe\xfc\x8e\xfa\xe9\x93\xfc\x8e\xba\xff\xb8\x5b\x4d\x12\xc9\xfd\xdd\x0f\x9f\x27\xd3\xc1\xcb\xf1\xca\x5d\x2e\xc6\x83\xa9\xe1\xc0\x9d\x0f\x86\x19\x1b\xb6\x11\x34\xc9\x65\x4e\xb4\x60\x7f\xb7\xad\x9a\xe4\xc3\x5f\xa3\x41\xd6\x74\xc1\xf0\x4d\x7a\x65\x65\xe4\xff\x35\x6d\xb3\x2a\xdb\xf7\x50\x20\x7c\x5d\x33\x6d\x3e\x73\x97\x2f\x17\x63\xf7\x1f\x97\xa6\xe8\x6d\xec\x5d\xb4\x55\xc4\x05\x1c\x5f\xd5\x7d\x2a\xe0\xf9\xaa\x2e\x54\x01\xcf\x74\xf0\x6e\x35\x9c\x5d\x5d\x8d\x87\x5a\x7f\x6e\x3d\xba\x66\xf8\x13\xb0\xcf\x17\xe3\xf9\x60\x31\x1e\xad\x96\x8b\xc1\x95\x3b\xf8\x2e\x74\xdc\x57\x86\xc2\xf3\xb7\x2f\x5e\x8c\x17\xc7\x91\x97\xc1\x6b\x8a\xf0\x1a\x6f\xfb\xca\xda\xbb\xb6\xee\x7d\x52\x2e\x27\x95\x17\xb9\xdc\xbb\xae\xc6\x79\x38\xbc\x4d\x4c\xe0\x69\x88\x3c\x56\x19\xba\xc7\xa7\x54\xd1\x75\x3b\xe9\x94\x82\xfa\x80\xfa\x1f\x53\x42\xd6\x15\x90\xf4\x94\x9a\x32\x92\x1f\x03\x70\x76\xf0\xf8\xc7\xa7\xdd\x47\xdd\x47\xdd\xc7\xe0\xbc\x85\x1f\x2a\xbb\x19\x9c\x8f\xe0\xf8\xa5\x9f\xd3\x7d\x73\x88\x13\xe0\xdc\x1d\x5f\x8e\x87\x4b\x78\x7c\x7e\xdc\xb6\x3f\x9f\x6c\xaa\xd3\xaa\xd0\x1b\x22\x7a\x01\x5d\xf7\xa2\xad\xfc\x18\xf4\x74\xfc\xad\x29\xc8\xda\xed\xed\x44\x37\x3c\x38\xb5\x06\x2b\x9c\xc9\x1a\x6b\xb0\xfb\x90\x83\xc2\xc0\xe7\x6f\x06\xe1\x30\x20\x34\x2c\x9b\xdd\xd3\x3f\x5d\x9d\x82\xdb\x40\xfe\x29\xd5\x4d\xdd\x06\xfa\xa2\x42\x27\xc7\xd3\x2f\x45\xa7\x52\x39\xb3\x1c\xbc\xbc\xfb\xf3\xea\x9e\x79\x9d\xc9\xfe\xa8\xe2\x27\xb3\x71\x9e\xbd\xed\x10\xd8\x94\xfb\x98\x99\x7b\x81\xc4\xff\xa7\xa0\x0a\x67\xcc\xc3\xa4\x4e\xaa\x1c\x12\xd3\x01\xce\xdc\x42\xba\xca\x4e\xba\x2d\xbf\xcd\x2e\xdf\x4e\xc7\xab\xe1\x60\x3e\x18\x4e\x96\xef\xef\x3a\x91\x76\x1a\x54\xc6\xa3\x9c\xc3\xe9\x08\xcd\xb9\xb9\x3d\x56\xbb\xd2\x68\x67\xb7\x03\x90\x8c\x26\x5a\x07\x1e\x14\xc6\x3e\xf5\x2f\xd9\x64\x5a\x55\xe6\x8e\xe5\x90\x0a\xf4\x33\xbf\x4c\xb2\x96\x94\xbc\xca\xc3\xf9\x30\x96\x8a\x87\xe6\xee\x38\xe3\xa5\x78\xd9\x0f\x82\xc7\x0a\xbb\x70\x89\xe4\x06\x61\x1d\x10\x76\x6d\x60\x7c\xdc\x90\x38\x50\xd9\x42\x3b\x70\x84\xdd\x6d\xb7\x0f\xbf\x14\x04\x31\x83\x95\xbf\x76\x7f\x49\xe6\xaa\x7f\xed\xfe\x92\xac\x74\x7c\x1e\x12\xca\x1c\x19\x6f\x36\xf4\xd3\xaf\xe7\x55\x81\x53\xc6\x34\x2f\xf6\x92\xfd\x55\x42\x2a\x13\xbd\x74\xd1\x7d\xb2\x64\xf2\xaf\x24\x9a\x3c\x49\x36\xb7\x2a\x5c\x9d\x6c\xf9\xc4\x79\x32\xb3\x74\xe0\x43\xc9\xaa\x04\xc8\xb5\xa3\x9c\x07\x94\x4b\xf7\xbd\x15\xba\xa3\x74\x2a\xea\xf5\xd5\x68\x62\x9d\xd7\x8c\x3a\xaf\xf7\xa5\xb9\x64\xc5\xcd\xb6\x09\x6e\xec\xd8\xb8\xde\xdb\x76\x13\x5d\x18\x35\x1a\x7d\x7e\x20\x37\xa4\x6f\x27\x8b\x7b\x39\x80\xec\x95\xe2\x61\x89\xfd\x32\xf1\xd2\x26\xc8\x2f\x80\x13\x57\x37\xd8\x0f\x91\xbf\x49\x66\x78\x47\x07\x1a\xcd\x90\x27\xba\xa8\xa7\x5c\x25\x5a\xa8\x9b\x9b\x36\x9d\xe0\x5c\x35\xee\x7c\xbe\x31\x0a\xb2\x67\xef\xea\x6c\x79\xda\x29\x30\x23\xe5\x55\x96\x12\xeb\xbd\x49\x61\x5c\x8b\xa2\xc4\x60\xb1\x29\x51\x8a\x02\x0e\x89\xd2\x06\xd4\x31\xd6\x4a\x4c\x98\xe9\x6a\xca\x0a\x3c\x1f\x63\xeb\x05\x0d\x90\x1d\xf2\x54\xb8\x4e\x4a\xb8\x4a\xe9\x74\x3f\x5c\xcb\x3a\x9e\x74\x9e\xa9\xe7\xe9\xc1\xeb\x37\x2e\x70\x01\xaf\x87\xe3\x37\x66\xd4\xbb\x95\xa1\xe5\x3e\x6a\x62\xc6\x5e\x3a\x36\xe9\x83\x48\xc9\x3d\x6a\x5e\x8b\x98\x19\x73\xab\x03\x83\xdc\x43\xa1\xe8\x46\x3b\x3f\xc2\x03\xed\xe0\x60\x3c\xaf\x89\x97\x61\x01\xbc\xc6\x5e\x75\xfb\x4e\x73\x51\x7a\x7d\x52\x52\x03\x61\x7e\x0d\x0f\xe1\x3e\x05\xd0\x2b\x8f\x2a\x66\x9e\xa0\xaf\x70\x93\x9d\x30\x2b\x1c\xb9\xa8\x24\x7c\x22\x4e\xc4\x79\xd0\x0b\x29\x33\x7f\x38\x92\xfe\x9e\x07\xa3\x74\x0e\x1c\xfd\x42\x04\x38\x08\x4a\xa3\xec\x13\x4c\x29\xa3\x61\x1c\xc2\x9c\xf3\x00\x5c\xfa\x7b\x69\xab\x95\xc7\x10\x5a\xb9\x21\x9f\xbe\x09\x37\xe4\x53\x0b\x37\xa5\x51\x86\x3a\x6e\x94\x20\x4c\x12\xcf\x24\x0a\x2a\x79\x60\x23\xe3\x17\x73\xb3\xcc\xd1\xc1\x24\x45\x57\xe4\xa8\x34\x12\x51\xe3\x3e\x61\x22\x0e\x8b\xc3\x35\x0a\xbd\x95\xbc\x80\x26\xe3\xfa\x0c\x0d\x62\x09\x24\x08\xf8\x2d\xfa\x5d\xfb\x74\x80\x04\x92\x83\x34\xc2\xec\x6c\x31\x74\x88\x24\xd2\xee\xa5\xc5\x28\xc8\x2b\x0f\x04\x29\x8c\xfe\x4f\x0f\xf9\xc8\x19\xc8\x04\x6a\xe9\x29\x54\x53\x61\xaa\x49\x09\x3b\x7e\x0b\x61\xec\xed\x92\x5e\x3d\x50\x09\x3e\xfa\x66\x4f\xf8\x3a\x27\x15\xb8\x30\x33\xa8\xc4\xdb\xe9\x58\xab\x0d\xd0\xc6\xb1\xbb\x33\x02\x3e\x8f\x37\x1b\x14\xb5\x2c\x56\x1a\x06\x4d\xa9\x25\x96\x28\xda\xf3\xcb\xdb\xe4\xb1\x57\x27\x39\x04\x98\x25\xff\x26\xce\xef\x03\xe7\x5f\x8f\x9c\xbf\xfd\xe7\xf3\x13\x5d\xf0\x6e\x91\x99\x71\xd8\x3e\xe0\xa7\x48\xa0\x94\x15\x57\x28\x5c\xbc\x56\xb2\x52\x2b\x67\x51\x1e\x01\xea\xb9\x2b\x84\x08\xcb\xdd\x79\x91\xb5\x67\x77\xe7\x27\xf0\x56\xe8\x58\xb5\xf3\xa6\x77\x9c\x71\xb0\xfc\x61\x5f\x52\x67\xdb\x22\x2d\x65\xca\x1e\x27\x6b\xb7\x8e\xf9\x6e\x8f\x1a\x30\x24\x11\xf1\xa8\xda\x67\xbc\x54\x2a\xf5\x96\x0c\xfe\xf8\x25\xfd\x0e\x09\x3c\x9d\x8b\xae\x4b\xdc\x8d\x83\x23\x7f\x44\x0a\x4f\x19\x6b\xce\xe1\x2d\xc3\x21\x69\xf9\x65\x2f\x3b\xba\x1f\x3c\xac\x4f\xe7\xf7\x4f\xa9\xc9\xed\xd1\x35\xee\x0f\x52\x59\xca\x71\x63\x62\xad\x9d\x39\xf9\x06\x29\x36\x85\x6f\xe4\xa8\x39\xbb\x36\x0e\xad\x54\xd8\xca\x1e\x29\xda\xe9\xf3\xc6\x4d\x9a\xe9\x20\x81\xfb\xea\xbd\xda\x32\xfb\xd2\xbe\x71\xaf\xd2\xa6\x02\x50\x06\xb7\x3b\xea\x59\xc3\x16\xda\x17\xd2\xe8\x37\x7d\x65\x36\xa5\xbe\x1f\xe0\x2d\x11\x68\x9b\x2d\x12\x88\xb0\xd9\x86\x32\xa9\x48\x10\xd8\x7c\x84\xb2\x82\x43\x2f\x60\x5c\x84\x24\x08\xf6\x39\x28\x24\xbe\x9d\x5d\xf5\xe4\x4d\x0e\x7b\xee\x78\xcf\x63\x90\x3b\x1e\x07\x3e\x70\x16\xec\xcd\x23\x38\x9d\x1c\x42\xee\xd3\xcd\xde\x3e\x88\xa4\x1b\xd8\xf3\xf8\xfc\x06\x0b\x78\x0f\x64\xa0\x0c\x6c\xd3\xcc\xa7\x3a\x31\xe8\x00\x95\x91\xea\xa5\xcf\x88\xab\x66\x2a\x60\xc8\x15\x95\xe9\xbc\xbe\x05\xd3\x12\x9a\xf2\xd7\x66\x15\x23\x94\xcf\x78\xe6\x1d\x33\x35\x97\x33\x5c\x64\x2f\x8a\xab\xbc\x25\x6b\x06\x25\xe0\x83\x8c\x74\x5f\x3f\xaa\x9d\x74\x6a\xf7\xa0\x36\xe6\x9b\xfc\xbf\x96\xf9\xaf\xde\x04\xb5\x83\x55\x47\x98\x37\x4f\xc0\x15\x87\x35\x16\x9f\x97\x1f\x9c\xce\x93\x10\xe2\xeb\x52\x45\x2f\x79\x78\xe0\x2b\x09\xb8\x41\x58\xe2\xc8\x0e\x67\xd5\xc4\xaf\xd4\xb2\xf6\x50\xae\x78\xd2\xe1\xaa\x12\xa7\x1e\x26\x15\x1e\x95\xd9\xf9\xdd\x56\x83\xf6\xfe\xa1\xfc\xea\xdb\x9e\xec\x4d\xe5\x69\x81\x1e\xc8\x87\xa5\x34\x12\xa1\x47\x37\x14\xfd\xfc\x89\x33\x09\xc2\x26\x71\x92\xb7\x44\x45\xc7\x6a\x19\x1d\x3b\x25\x48\x57\xde\xfb\x6b\x25\x1c\x23\x7e\x10\x8e\x6b\xa7\xcc\x8e\xe4\xd5\xfc\x86\xbd\x21\xb3\x26\x26\xce\xe1\xf4\xe1\xf6\x20\x57\x24\xac\x2d\x35\x14\xb8\x1a\xac\xc4\x55\x61\x52\xed\x14\x65\x14\x98\xfa\xa2\x63\xe1\x21\x37\xf5\xca\xaa\x9b\x55\xfb\xa2\x22\xa9\xaa\xc5\xaa\xce\x92\x22\xe7\xa1\x8d\xde\x6f\xd3\x87\xf5\xb6\xec\x2b\x4c\x2d\x9c\x20\x88\x9b\xd6\x3b\xb5\x62\xdc\xbf\xc8\x52\x64\xab\xb7\x4a\x2c\xf3\x53\xe6\x59\xe1\x0d\xa6\x4d\x67\x20\x4d\xb4\xef\xc2\x72\x1f\x51\x4f\x27\xab\x0b\x9b\x64\x48\x40\xb7\xcc\xee\xb7\xac\xfa\x09\xc9\x07\x2e\xba\x21\x65\x5a\x42\xdb\x41\xd7\xda\xcb\x0f\x23\x6d\xe7\x14\x93\x5b\x20\x49\x2e\xf6\x8a\xe0\xe0\xa4\x52\xbd\x0d\x68\xc9\x2d\x67\x7f\xeb\xfe\x7c\x56\x73\xda\xb2\x77\x1b\xe9\x19\xcb\x0c\x4b\x1d\x76\x1a\x33\xb0\xa9\x05\xbb\xd4\x60\x19\x43\xc5\x09\xaa\x72\x9d\xfd\xff\x01\x00\x00\xff\xff\x3a\x9b\x66\xaf\x4d\x44\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x3b\x7f\x6f\xdb\x38\xb2\xff\xfb\x53\x0c\x82\x05\xd2\xe2\x45\x76\xbb\xdd\x7d\xe9\xf9\xed\x5b\xc0\x8d\xdd\xd4\x6d\x12\xfb\x2c\xf7\x5e\x7b\x87\x83\x41\x4b\x63\x9b\x8d\x44\xaa\x24\x95\xd4\x5b\xe4\xbb\x3f\x90\x94\x64\xfd\xb6\x93\xb4\xdd\xc5\xf5\xaf\xd4\x1a\xce\x6f\xce\x0c\x87\x43\x12\xd1\x7f\xa0\x90\x94\xb3\x3e\x28\x0c\xa3\x80\x28\xec\xf2\x08\x99\xdc\xd0\x95\xea\x52\xde\xbb\x79\xde\xb9\xa6\xcc\xef\xc3\x3c\xf9\xdc\x09\xc8\x12\x03\xd9\xef\x00\x88\x8d\x94\xbc\x0f\xa7\xdd\x17\xdd\x9f\xbb\xe7\x83\x0e\x64\x38\xfa\x20\x25\x3f\x7d\xe1\x44\x5c\xaa\xb5\x40\xf9\x39\xe8\x84\x28\x25\x59\x63\x1f\x8e\x07\xc0\xf0\x16\x66\x6f\x1c\xd7\x9d\x80\x44\x71\x43\x3d\x84\x27\xb1\xa4\x6c\x0d\x53\xbb\xc0\xfd\xfb\xc5\x53\xd8\x10\x09\x4b\x44\x06\x9e\x40\xa2\xd0\x07\xca\x60\xcb\x63\x01\x91\xe0\x9f\xd0\x53\xdd\x0e\xc0\x7c\x83\x40\xfc\x90\x32\x88\x25\x0a\x46\x42\xec\x45\x44\xca\x5b\x2e\x7c\x58\x71\x01\xc4\xf3\x50\x1a\xcc\x6a\x83\x10\x12\xa9\x50\x80\x40\x12\x84\x70\x43\x89\xf9\x31\x61\xc4\xe3\x4c\xf2\x00\x3b\x00\x54\xc2\x4f\x5f\x5d\x77\xb2\x18\x0c\x2f\xc7\x57\x8b\xf7\xee\x68\x76\x35\xb8\x1c\xdd\xf5\xf2\xbf\x4e\x07\xae\xfb\x7f\x93\xd9\xf0\xae\x6b\x78\xd8\x43\x5d\xab\x66\x83\x39\xe9\xc0\x27\x8a\x2c\x89\x44\x38\xfa\xe9\xeb\xf0\xd5\x62\x38\x98\x0f\x5e\x0d\xdc\xd1\xdd\x91\x25\x3f\x7c\x55\xa0\x3b\x7c\x95\x27\x38\x0d\x90\x48\xcd\xe9\x12\x41\xc6\x02\x41\xf1\x44\x47\x86\xca\x8a\x07\x01\xbf\xd5\x32\x4b\xf4\x04\x2a\xd9\xd7\x44\xde\xcc\xe7\x53\x77\xe1\x8e\xce\x66\xa3\xf9\xdd\x91\x16\x57\x11\xca\x52\xcd\xa4\xdf\xdf\x8d\x3e\xba\xf3\xc9\x6c\x74\xd7\x01\x58\xd1\xc0\x08\x66\x65\x31\x86\xb2\x38\x35\x49\xbd\x1e\x99\xfa\x1f\x8d\xfa\xed\xf9\x6c\xf2\x7e\xea\x2e\x46\x57\x67\xb3\x8f\xd3\x79\x13\x91\x0e\x40\x15\x36\x23\x58\x21\xe7\xc5\x42\x2f\x7c\x7b\x2e\x78\x1c\x49\xf0\x78\x18\xc6\x8c\x7a\x44\x51\xce\xa4\xa1\xab\xad\x31\x9f\xbd\x77\xe7\x06\x43\x46\xb6\x03\x55\xe9\x8a\xa0\x8d\xc4\x12\x5f\x10\xf8\x39\x46\xa9\x64\xf7\xb8\x13\xa2\x22\xda\x56\xda\xdf\x09\x63\x5c\x59\xfa\xfa\xbf\x00\x3e\x4a\x4f\xd0\x48\x99\xfd\x33\x60\x80\x5f\x48\x18\x05\x08\x24\x8a\x82\x84\x53\xd0\x46\xf6\x81\xb3\x14\xf7\x69\xf7\x05\xd0\x90\xac\xb1\x0b\xaf\xb9\x80\x90\x0b\x04\xca\x56\x5c\x84\x06\xde\xe0\x05\x20\x4b\x1e\x2b\x88\x13\xcf\xa5\x32\xdb\x59\x27\x20\x11\x61\xa3\x54\x24\xfb\xbd\xde\x9a\xaa\x4d\xbc\xec\x7a\x3c\xec\x7d\x5a\x72\x29\x9d\x44\x70\x14\x8e\xa1\x21\x7b\x02\xfd\x0d\x51\x8e\x94\xdc\x39\x75\xb2\x9d\x6d\xbf\xf6\x7c\xee\xc9\xae\xa1\x48\x3d\xce\xce\x02\x22\x65\xdf\xfc\xa9\xe1\xcd\xef\x85\x58\xe0\x53\x19\x05\x64\xeb\x68\x47\xef\xc3\x0c\x7d\x78\x43\x14\xb8\x94\xad\x03\x04\x97\xae\x99\x33\x61\x46\xbe\xff\xca\x7b\xfa\x93\x51\xb4\xc1\x10\x05\x09\x12\xd9\x6e\xa9\xda\x80\xde\x27\x6a\x23\x78\xbc\xde\xc0\xfc\xc2\x7d\x5a\xa5\x16\x09\x7e\x43\x7d\x14\x4e\x2d\xd9\x13\x18\x33\xcf\xf2\xae\xc8\x5a\x9a\x80\x73\x72\x8d\x5b\x2f\xe0\xe4\xfa\xc4\x28\xe3\x64\x43\x7d\x1f\xad\x46\xeb\x83\x9b\xcf\xbd\x38\x44\x66\x6d\xea\xc4\x22\xe8\x67\x9a\xb5\x5b\xb7\x6b\xd5\x67\x14\x5c\x00\xee\x21\xd3\xaa\x75\x8c\x6e\x8d\x02\x1c\xa9\x15\xc0\x59\xaf\x85\x5e\xc0\xd9\xda\x29\x38\xcd\x3c\x6f\x5b\xf0\x71\x45\x19\x4a\x10\x28\x79\x2c\x3c\x94\xc0\x10\x7d\xf4\x13\xc5\x29\x0e\x3e\xde\x60\xc0\xa3\x36\xe5\xeb\x8d\x8a\x22\xf1\x3b\x1f\xa3\x80\x6f\x35\xdb\x27\xb9\xbf\xf5\xfe\x58\xd1\x75\x2c\xf2\x2e\xa7\x37\x42\xce\x6c\xd6\xf7\x30\xb5\x1d\x3c\xd1\x5c\x72\x41\xc4\xf6\x29\x48\xc5\x05\x59\xe3\x09\x10\xe6\x57\x36\x4f\x61\xa3\x26\xb8\x2d\xb2\x92\xcd\xbb\x2d\x9a\x92\x71\x14\x71\xa1\xf6\xd8\xc4\x20\xb8\x49\x13\x58\x2e\x0f\x59\x57\xa9\xe4\x20\xfb\x41\x46\xc4\xc3\xfe\xce\xd9\x3a\x7c\xa9\xd3\x89\xec\x77\x1c\xc8\x27\xc4\x9b\xe7\x1d\x00\x9b\xfc\x5c\x9b\xa5\x3a\x00\xf9\x78\x50\x13\x11\x4a\x31\x41\xa7\x86\x5b\x5c\x26\x36\x39\x96\x46\x14\xd0\x92\x75\x13\xf0\x24\xff\x75\x49\x10\x6d\x48\xc9\x3b\x31\x42\xe6\x23\xf3\x28\xca\x3e\x1c\xff\xeb\xeb\x91\xe6\xfe\xc8\x44\xf3\xc1\x74\x7a\x31\x3e\x1b\xcc\xc7\x93\xab\x85\x49\x12\x39\x31\x8f\x4e\x12\xdc\x00\x47\x9a\x7d\xbd\x22\x11\xe0\xe8\xee\xdf\xc7\xe6\xe3\x2e\x89\x1b\x31\x76\xf1\xaa\x0f\x35\xc8\x13\x30\x8f\x87\x11\x67\xc8\x54\x3f\x11\xc8\xfc\x6e\x75\x5d\xbf\x4a\x46\xe8\x59\x22\x5a\xe6\x84\x9e\x63\xfe\xd3\x87\x97\xcf\x5e\x3e\x4b\x3d\x9b\x88\x35\xaa\x69\xf1\x67\x89\x01\x7a\x8a\x8b\x9d\x66\x53\xff\x3d\x33\xee\x5b\x4f\xf4\xc7\xd8\x50\xfe\x47\x1a\xd1\xe6\x76\xe7\x21\xb6\xfc\xe5\x97\x17\x75\xb6\x4c\x7f\xfe\x0b\xd9\x32\xab\xbc\x32\x83\xee\x4c\xf9\x58\x8d\xa6\xb8\xdb\x37\x46\x31\x24\xb5\xea\xf5\xd7\x5f\x5e\xfc\x5c\xa3\xd7\xec\xe7\x07\xe9\x35\x4f\xff\xbb\xa8\x38\xad\xd9\x22\x13\xf5\xb9\x50\x26\xb9\x78\x41\xac\xcb\x6f\xca\xd6\xf5\xfb\xe6\x3a\x5e\xa2\x60\xa8\x50\xea\x8d\xa3\x78\x80\x82\x28\x74\x62\x26\x90\xf8\x5b\x07\x99\x1f\x71\xca\x4c\x39\xab\x44\x8c\x47\x0f\xb5\x58\x8b\x5d\x6c\xa9\xbe\xb3\x48\xc2\xf2\x78\xda\x87\x2b\xce\xb0\x6a\x25\x8b\x2b\x59\x97\x7e\xed\xc3\xcb\x97\x2f\x5f\x7e\x5b\xbf\xa7\x7e\x3d\xcb\x3a\x18\x65\x36\x9b\xf1\x58\xdd\xdf\x62\x66\x95\x3d\xaf\xec\xd4\x97\xe6\xaa\xd4\x44\x7f\x4e\xd6\xd8\x70\xa9\x34\xd4\x9b\x89\x3b\xd7\x5f\x17\xfa\x94\x62\x11\x2b\x9e\xf2\xd1\x8c\xea\x9e\x7a\x94\xdf\x51\x91\xf2\x3b\x6b\xf2\xc0\xd0\x5d\xab\x50\x37\xd1\xe8\x8e\x21\x85\x22\xa4\x2c\x61\x28\x57\xb6\xd5\x6a\xbe\x85\x74\x63\x74\x19\x96\xf6\x41\x45\xd7\x3f\xdc\xd5\x04\x1a\x12\xb2\x0f\xcf\x1f\xb1\x73\xcd\x4a\xa5\xe3\xd6\x7a\x9b\x29\x73\x1b\x99\x73\x8b\x3d\xa2\x17\x8a\xde\x14\xa4\x28\x7b\x55\xfe\x7b\xe8\xa0\x59\x0f\xf7\x95\x63\x9f\xee\x8c\xac\x99\xfe\x2c\xdd\xe4\xf4\x99\x63\xdc\x01\x64\x37\x79\x39\xd2\xa0\xa9\x8f\xe4\xa9\x1b\xe6\x3e\x03\xdc\x90\x20\x36\x44\xf3\x10\x77\x35\x18\x86\xaf\x16\xee\x68\xf6\x8f\xf1\xd9\x68\x31\x9d\x8d\x5e\x8f\x3f\x2c\x2e\x07\xd3\xe9\xf8\xea\xbc\x1e\x5d\x5b\x1e\xfc\xdf\xe1\xab\x7a\x02\x6f\xaf\x86\xe3\x7a\x74\xc9\xc7\x06\xc6\xd2\xee\x4d\xe3\xda\xac\xbd\x53\xbf\x3e\x6d\xf7\x34\xae\xcf\xfa\x41\xf5\xeb\xd3\x86\x52\xe3\xfa\xac\xe3\x54\xb3\x7e\xfe\x21\xfb\xfc\xfd\x34\x6b\xba\x68\x93\xc9\xc5\xc2\x1d\xff\xb3\x99\xcd\x02\x54\x83\xac\x97\x83\x0f\x87\x60\xca\x43\x35\x60\x9a\x7f\x58\x8c\xdd\xc9\x85\x91\xa4\x11\x51\x1e\xa8\x0e\x4f\xda\xe2\xd2\xfa\x5a\x4c\x67\x93\xf9\xe4\x6c\x72\x51\x87\x6d\x77\x50\x18\x5e\x59\xf0\x1a\x6c\x93\xe9\xe8\xca\x7d\x33\x7e\x3d\x5f\xa4\x40\x99\xd3\x37\xfb\x57\x63\x69\x73\x0f\xec\xd3\xc9\x6c\x5e\x87\xfd\x48\x17\x37\x47\x35\xb8\x8a\x1d\xc4\xc5\x70\x3c\xab\x5b\xde\x43\xe5\xf5\x90\x44\x8e\x6d\x4e\x3a\x37\x3c\x88\x43\xdc\x8b\xae\x5e\xce\x6a\xd3\x72\x0f\x53\xf3\x8f\xd3\x83\x50\x19\xc0\x66\x7c\xcd\x9a\xdf\x7d\x6f\x5e\xdd\xbe\xb7\x8b\x30\x6d\x0e\x56\xec\xb7\xd6\x63\x6b\xe8\xcd\x1e\x80\xf5\x20\x43\x7e\x5a\x9b\x4a\xdf\x41\xe6\x89\x6d\xa4\xf6\x1a\xb5\x89\xc8\x61\xcc\xb7\x19\xba\x0c\xdb\x6c\xa2\x3a\xc8\x43\x30\xb6\x9b\xad\x09\xba\x0d\xf3\xd9\xc5\x7b\x77\x3e\x9a\x1d\x88\xb9\x0c\x5d\x87\xb9\x7a\x6d\xd1\x9c\x5a\x4b\xd7\x1b\xad\xd8\xda\x39\xac\xb9\x16\x69\xc0\x36\x1b\x0d\x2e\x2e\x9b\x91\x98\xcf\x4d\x6b\xd3\xc0\xb4\x5f\xb2\x32\xe4\x3e\x8c\xfb\xa5\x2b\x43\x36\x61\xdc\xdd\x31\x34\xe3\xca\xdd\x43\xec\xc5\xd2\xba\xf9\xa4\xe4\x7b\x37\x5c\x09\xdd\x7e\x49\x6b\x80\xf3\x6c\x9a\x8b\x83\x7d\xf5\xa7\x01\x9a\xc6\x41\x30\xe5\x01\xf5\xb6\x7d\x18\x04\xb7\x64\x2b\x73\x10\x01\xbd\x41\x86\x52\x4e\x05\x5f\x62\xbf\xc0\x0d\x7e\xc9\x97\x94\xf6\x9f\xc7\xc3\x90\x30\xbf\xfc\xb3\x03\xbd\x25\x65\xbd\x25\x91\x9b\xca\x17\xc7\xab\x02\xf3\x48\xe9\xd4\x63\x16\x15\x38\xe8\x96\x10\x50\x46\x15\x25\xc1\x10\x03\xb2\x75\xd1\xe3\xcc\x97\x7d\xf8\xef\x67\x39\x98\x7d\x85\x31\x14\x3b\x05\x29\x0b\x59\x85\x9c\xf4\xc7\x4e\x4f\x5f\x16\x08\x5b\xb4\x9f\x78\xc0\xaf\x29\x29\x7c\x89\x04\x57\xdc\xe3\x41\x1f\xe6\x67\xd3\x56\x9c\xbb\xb6\x6a\x1e\x67\xd2\x28\x78\x08\xc2\x5d\x6f\xaf\x8c\x50\x3e\x10\x63\xda\x1e\x29\x62\x2c\xd5\x28\xcd\x08\x05\x12\x9f\xfe\xb9\xee\x53\x64\xa1\xe8\x3f\xd9\xf5\x4d\x91\x60\x40\x43\xaa\x64\x99\x89\x10\x43\x2e\xb6\xda\x95\x2e\x47\x97\x93\xd9\xc7\xc5\xc5\xf8\x72\x5c\x48\xd0\x76\x6f\x5f\xf2\x98\x95\xbd\x29\xd4\xbf\x4d\x89\xda\x1c\x50\x56\xa5\x4a\xd6\x30\xd7\xb8\x95\x8a\x0b\xac\x83\xd2\x82\x4d\x58\xb0\xed\x83\x12\x31\xb6\x92\x3b\x34\xf9\xe7\x49\xa7\x6b\xbe\x11\x0b\x6d\x21\x30\x77\x0d\xe4\x28\x11\x4b\x75\x5f\x82\xb9\x2e\xc8\xb9\x20\x1e\x4e\x51\x50\xee\x67\xf1\xe0\xf4\xd7\x4e\xd1\x44\x85\x53\xef\x21\xda\xb6\x9c\x17\x3d\xc2\xfe\x76\x95\x84\x97\xc2\xad\x7d\x2d\xf6\xfd\x0a\xdd\x4f\x65\x5f\x91\xe8\x1c\xa8\xc9\xfd\x94\xea\xaf\xec\x6d\x4f\x44\xd0\xf5\x3a\x6b\x1d\x38\x36\x89\x9c\x6d\x08\x5b\xe3\x94\x08\x12\xe6\xb4\x4b\x62\xc5\x43\xa2\xa8\x57\x32\x58\x16\x66\x34\xb9\x82\x35\xda\x02\xf5\x4a\xf0\x30\xcf\xb3\xed\x50\x8d\x35\x79\x57\x09\x24\xe1\x9c\xac\x2b\x91\x7f\x77\xaf\x7e\xfa\x62\x77\xaf\xde\x7f\xde\x2d\x27\x89\xe4\xb6\xf1\xa7\xaf\xe3\xcb\xc1\xf9\x68\xe1\xce\x67\xa3\xc1\xa5\xe1\xc0\x9d\x0e\xce\x32\x36\x6c\x93\x68\xbc\x93\x39\xd1\x82\xfd\xdd\xb6\x6a\x92\x0f\x7f\x5e\x53\xed\x71\xd7\x1b\xdf\xa4\xc3\x56\x44\xfe\x17\x6b\xb6\x15\xf4\xf3\x08\xa1\xee\xa1\x5e\x78\x5c\x13\x6e\x3a\x71\xe7\xe7\xb3\x91\xfb\xf7\x0b\x53\x2c\xd7\x97\x85\x7b\xba\x55\x39\x1c\x8f\xea\x5a\xe5\xf0\x3c\xaa\x7b\x95\xc3\x73\x39\xf8\xb0\x38\x9b\x5c\x5d\x8d\xce\xb4\xfe\xdc\x7a\x74\xcd\xf0\x07\x60\x9f\xce\x46\xd3\xc1\x6c\x34\x5c\xcc\x67\x83\x2b\x77\xf0\x5d\xe8\xb8\x6f\x0c\x85\x57\xef\x5f\xbf\x1e\xcd\xf6\x23\x2f\x82\xd7\x14\xef\x35\xde\xf6\xc8\x9a\xbd\xb6\x5e\x7e\x51\x2c\x43\x95\x17\xb9\xdc\xbb\x2e\xe7\x07\xa8\xde\x74\x26\xf0\x34\x44\x1e\xab\x0c\xdd\xf3\x43\xaa\xef\xba\x9d\x74\x48\x21\x5e\xa1\xfe\x63\x4a\xcf\xba\xc2\x93\x1e\x52\x8b\x46\xf2\x73\x00\xce\x06\x9e\xff\x7c\xda\x7d\xd6\x7d\xd6\x7d\x0e\xce\x7b\xf8\xa9\xb4\x9b\xc1\xf9\x0c\x8e\x5f\xf8\x39\xdd\x37\x55\x9c\x00\xc7\xee\xe8\x62\x74\x36\x87\xe7\xc7\xfb\x6d\xfb\xeb\xc1\xa6\x3a\xac\x7a\xbd\x21\xa2\x17\xd0\x65\x2f\x5a\xcb\xcf\x41\x4f\xc7\xd1\x9a\x42\xae\xce\xde\x05\xd0\x3d\x05\x5b\xee\x00\x57\x53\xb0\x61\x18\xa9\xed\x90\x8a\xa2\xa9\x42\xf4\x69\x1c\xf6\xe1\xe8\xe8\x20\xf7\xcb\xd8\xf9\xd1\xd5\x4c\x9d\xe3\x3f\xa8\xb0\xd9\xe1\xe9\x17\xa2\x4a\xa1\x7c\x99\x0f\xce\xef\xbe\x7b\x9d\x13\x69\x3d\xa1\x32\x4a\x74\xaa\x43\x06\x9a\xa8\xb9\x6c\x55\x9b\xc2\xc4\x65\xb7\x03\x90\x8c\x0c\xda\xaa\x73\x90\x9b\xc6\xd4\xbf\x64\xf3\x61\x65\x25\x76\xc0\x4c\x7e\x52\x81\x7e\x66\x8a\x24\xc0\x4a\xc9\xcb\x3c\x1c\x9f\xc5\x52\xf1\xd0\x5c\xa9\x66\xbc\xe4\xef\xcc\x41\xf0\x58\x61\x17\x2e\x90\xdc\x20\x2c\x03\xc2\xae\x0d\x8c\x8f\x2b\x12\x07\x2a\x5b\x68\x27\x7d\xb0\xbb\xee\xf6\xe1\xb7\x9c\x20\x66\xe0\xf1\xf7\xee\x6f\xc9\xb8\xf3\xef\xdd\xdf\x92\x95\x8e\xcf\x43\x42\x99\x23\xe3\xd5\x8a\x7e\xf9\xfd\xb8\x2c\x70\xca\x98\xe6\xc5\xde\x49\xbf\x49\x48\x65\xa2\x17\xee\x7f\x0f\x96\x4c\xfe\x95\x44\x93\x07\xc9\xe6\x96\x85\xab\x93\x2d\x37\x06\x6e\xef\x4b\x2b\x3e\x94\xac\x4a\x80\x5c\x3b\x62\x59\xa1\x5c\xb8\xd2\x2c\xd1\x1d\xa6\x63\x47\x6f\xaf\x86\x63\xeb\xbc\x66\xfe\x78\xb9\x2d\x8c\x0b\x2b\x6e\xda\x07\xc1\x8d\x9d\xe5\xd6\xf1\xc4\x36\x13\x4e\x8c\x1a\x8d\x3e\x3f\x91\x1b\xd2\xb7\x03\xbf\xbd\x1d\x80\xec\x15\x42\x40\x81\xfd\x22\xf1\xc2\x26\xd8\xdd\x71\x26\xae\x6e\xb0\x57\x91\xbf\x4b\x66\x6b\x87\x15\x8d\x66\xc8\x13\x5d\xd4\x53\x2e\x13\xcd\x95\x78\x4d\x9b\x4e\x70\xae\x1a\x77\x3e\x5f\x19\x05\xd9\xe3\x65\x79\xe0\x3b\x3d\x0c\x9b\x39\xef\x32\x4b\x89\xf5\xde\xa5\x30\xae\x45\x51\x60\x30\x7f\xee\x2e\x44\x01\x87\x44\x69\x8f\x65\x1f\x6b\x05\x26\xcc\xd4\x33\x65\x39\x9e\xf7\xb1\xf5\x9a\x06\xc8\xaa\x3c\xe5\x6e\x4c\x12\xae\x52\x3a\xdd\x4f\xd7\xb2\x8e\x27\x1d\x5a\xeb\x79\x7a\xf2\xf6\x9d\x0b\x5c\xc0\xdb\xb3\xd1\x3b\x33\x82\xdd\xca\xd0\x7c\x1b\x35\x31\x63\xef\xd5\x9a\xf4\x41\xa4\xe4\x1e\x35\x4f\x38\xcc\xec\xb7\xd5\x81\x41\xee\xa1\x50\x74\xa5\x9d\x1f\xe1\x89\x76\x70\x30\x9e\xd7\xc4\xcb\x59\x0e\xbc\xc6\x5e\x75\xfb\x4e\x73\x51\x78\x94\x51\x50\x03\x61\x7e\x0d\x0f\xe1\x36\x05\xd0\x2b\xf7\x2a\x66\x9a\xa0\x2f\x71\x93\x1d\x86\x4a\x1c\xb9\xa8\x24\x7c\x21\x4e\xc4\x79\xd0\x0b\x29\x33\x7f\x38\x92\xfe\xb1\x0b\x46\xe9\x7c\x36\xfa\xb9\x08\x50\x09\x4a\xc3\xec\x13\x5c\x52\x46\xc3\x38\x84\x29\xe7\x01\xb8\xf4\x8f\xc2\x56\x2b\xde\xb4\xb7\x72\x43\xbe\x7c\x13\x6e\xc8\x97\x16\x6e\x0a\xb7\xf5\x75\xdc\x28\x41\x98\x24\x9e\x49\x14\x54\xf2\xc0\x46\xc6\x07\x73\x33\xdf\xa1\x83\x71\x8a\x2e\xcf\x51\xe1\xd6\xbf\xc6\x7d\xc2\x44\x1c\x16\x87\x4b\x14\x7a\x2b\x79\x01\x4d\xc6\xe8\x19\x1a\xc4\x12\x48\x10\xf0\x5b\xf4\xbb\x76\xa4\x9f\x04\x92\x83\x34\xc2\x6c\x6c\x89\x53\x45\x12\x69\xf7\xd2\x62\xe4\xe4\x95\x15\x41\x72\x23\xf9\x97\x55\x3e\x76\x0c\x64\x02\xb5\x1c\x7f\xcb\xa9\x30\xd5\xa4\x84\x0d\xbf\x85\x30\xf6\x36\x49\x3b\x1a\xa8\x04\x1f\x7d\xb3\x27\x7c\x9d\x93\x72\x5c\x98\x51\x4e\xe2\x6d\x74\xac\xd5\x06\x68\xe3\xd8\xdd\x18\x01\x5f\xc5\xab\x15\x8a\x5a\x16\x4b\x67\xdb\xa6\xd4\x12\x4b\x14\xed\xf9\xe5\x7d\xf2\x02\xab\x93\xd4\xbd\x66\xc9\xbf\x88\xf3\xc7\xc0\xf9\xe7\x33\xe7\x6f\xff\xfe\xfa\x42\x97\xa0\x6b\x64\x66\xaa\xb4\x0f\xf8\x25\x12\x28\x65\xc9\x15\x72\x77\x8b\xa5\xac\xd4\xca\x59\xb4\x8b\x00\xf5\xdc\xe5\x42\x84\xe5\xee\x38\xcf\xda\xcb\xbb\xe3\x03\x78\xcb\x35\x57\xda\x79\xfb\x06\x39\x32\x9d\xe0\xad\xcb\x8d\x8d\xe3\x07\x3f\x22\x4b\xa6\x8c\x35\xa7\xc9\x96\x11\x83\xb4\xc2\xb1\x2d\xf3\xee\x27\x0f\xeb\x33\xe6\xfd\xb3\x56\x72\x07\x71\x8d\xdb\x4a\xb6\x48\x39\x6e\xcc\x5d\xb5\x93\x0b\xdf\x20\x8b\xa5\xf0\x8d\x1c\x35\x27\xb0\xc6\xd1\x87\x12\x5b\xd9\xe3\x3c\x3b\x27\xdd\xb8\x0f\x32\x1d\x24\x70\x8f\xde\x0e\x2d\x13\x14\xed\x7b\xe3\x2a\x3d\xaa\x02\x65\x70\xbb\xa1\x9e\x35\x6c\xee\x50\x2c\x8d\x7e\xd3\x07\x56\x97\xd4\xf7\x03\xbc\x25\x02\xed\x11\x5e\x02\x11\x36\xa0\x53\x26\x15\x09\x02\x1b\xf2\x51\x96\x70\xe8\x05\x8c\x8b\x90\x04\xc1\x76\x07\x0a\x89\x6f\x67\x17\x06\xbb\xa3\xb3\x2d\xed\x3f\xf2\x18\xe4\x86\xc7\x81\x0f\x9c\x05\x5b\xf3\xfe\x4b\xc7\xdf\x90\xfb\x74\xb5\xb5\x4f\x01\xe9\x0a\xb6\x3c\x3e\xbe\xc1\x1c\xde\x8a\x0c\x94\x81\x6d\x44\xf8\x54\xc7\x5e\x9d\xad\x32\x52\xbd\xdc\x03\xda\x82\x99\x72\x18\x76\x8a\xca\x74\x5e\x7f\xb0\x6f\xa9\xdf\x77\x2f\xac\x4a\x46\x28\x1e\xa3\xcc\xfb\x5d\x6a\x1a\xf9\x5c\x64\x2f\x69\xcb\xbc\x25\x6b\x06\x05\xe0\x4a\xd0\xbf\xaf\x1f\xd5\xce\xcb\xb4\x7b\x50\x1b\xf3\x4d\xfe\x5f\xcb\xfc\xa3\x37\x41\xed\x78\xce\x1e\xe6\xcd\xd3\x67\xc5\x61\x89\xf9\x67\xd5\x95\x03\x70\x12\x42\x7c\x5d\x0d\xe8\x25\x4f\x2b\xbe\x92\x80\x1b\x84\x05\x8e\xec\x88\x4f\x4d\xfc\x4a\x2d\x6b\xcf\xbd\x8a\x27\xcf\xa3\xcb\xc4\xa9\x87\x49\x11\x45\x65\x76\x44\xb6\x05\x97\xed\x46\x17\x5f\x3b\xdb\xc3\xb3\x29\xee\x2c\xd0\x13\xf9\xb4\x90\x46\x22\xf4\xe8\x8a\xa2\xbf\x7b\xdc\x4b\x82\xb0\x49\x9c\xe4\xd5\x4b\xde\xb1\x5a\x06\x90\x0e\x09\xd2\xa5\x77\xee\x5a\x09\xfb\x88\x57\xc2\x71\xed\xac\xd2\x9e\xbc\xba\xbb\xa7\x6d\xc8\xac\x89\x89\x77\x70\xfa\xfc\x58\xc9\x15\x09\x6b\x73\x0d\x05\xae\x06\x2b\x70\x95\x9b\x77\x3a\x44\x19\x39\xa6\x1e\x74\xf2\xaa\x72\x53\xaf\xac\xba\x89\xa7\x07\x15\x49\x65\x2d\x96\x75\x96\x14\x39\x4f\x6d\xf4\x7e\x9f\x3e\x28\xb7\xed\xe5\xdc\xdd\xf7\x01\x82\xb8\x69\xbd\x53\x2b\xc6\xfd\x8b\x2c\x45\xd6\x7a\xab\xc4\x72\x77\x90\x3b\xca\xbd\x2f\xb4\xe9\x0c\xa4\x89\xf6\x5d\x7d\xb8\xa7\x9e\x4e\x56\x27\x36\xc9\x90\x80\xae\x99\xdd\x6f\x59\xf5\x13\x92\x4f\x5c\x74\x43\xca\xb4\x84\xf6\xfe\x59\x6b\x6f\x57\xef\xb7\x1d\x05\x4c\x6e\x81\x24\xb9\xd8\xc6\x73\xe5\x30\x50\xee\x31\xb7\xe4\x96\xa3\xbf\x75\x7f\x3d\xaa\x39\xd0\xd8\x8e\x79\x7a\x8c\x31\x23\x37\xd5\x66\x5e\x06\x76\x69\xc1\x2e\x34\x58\xc6\x50\x7e\x0e\x67\x47\xf0\xf9\x39\xed\xfc\x7f\x00\x00\x00\xff\xff\x74\xc5\x1b\x13\x2f\x43\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYaml, - "Template.template.openshift.io/openshift/sso73-postgresql.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-postgresql.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\x5d\x6f\xdb\xb8\xd2\xbe\xf7\xaf\x18\x14\x05\xda\x02\x91\x9d\x6e\xb6\x6f\x52\xdd\x79\x1d\x6f\xe2\x45\x1c\x1b\x96\xbb\x6f\x77\x0f\x0e\x0c\x5a\x1a\xdb\x6c\x28\x52\x87\xa4\x9c\xb8\x45\xff\xfb\x01\x49\x49\xd6\x97\xed\xb4\xdb\xe2\xe4\x2a\x16\x87\xcf\x7c\x0f\x67\x48\x92\xd0\x3f\x51\x2a\x2a\xb8\x0f\x1a\xe3\x84\x11\x8d\x5d\x91\x20\x57\x1b\xba\xd2\x5d\x2a\x7a\xdb\xb7\x9d\x07\xca\x23\x1f\xe6\xd9\x72\x87\x91\x25\x32\xe5\x77\x00\xe4\x46\x29\xe1\xc3\x65\xf7\xa2\xfb\x4b\xf7\xa6\xdf\x81\x02\xc3\x07\xa5\xc4\xe5\x85\xf7\xf4\xee\xfc\xbd\xb7\xd1\x3a\x51\x9d\x18\x95\x22\x6b\xf4\xa1\x0f\x1c\x1f\x61\x76\xeb\x05\xc1\x04\x14\xca\x2d\x0d\x11\x36\x44\xc1\x12\x91\x43\x28\x91\x68\x8c\x80\x72\xd8\x89\x54\x42\x22\xc5\x27\x0c\x75\x17\xe6\x1b\x04\x12\xc5\x94\x43\xaa\x50\x72\x12\x63\x2f\x21\x4a\x3d\x0a\x19\x75\x00\x56\x42\x02\x09\x43\x54\x8a\xf2\x35\xe8\x0d\x42\x4c\x94\x46\x09\x12\x09\x8b\x61\x4b\x89\xfd\x98\x71\x0d\x05\x57\x82\x21\x50\x05\x2f\xbf\x04\xc1\x64\xd1\xbf\x1e\x8f\xee\x17\x1f\x82\xe1\xec\xbe\x3f\x1e\x7e\xed\x95\xbf\x4e\xfb\x41\xf0\xff\x93\xd9\xf5\xd7\x6e\x07\xac\x14\xb7\xf3\xf9\x34\x80\x07\xdc\x29\x2d\x24\x1a\x71\x22\xcb\xdf\xea\xc2\xd7\xa0\x30\x4c\x25\x1a\x26\x1a\xb9\x3e\xb3\x8c\xff\xb8\x91\x22\x4d\x54\x73\x57\x07\x1c\xbd\xd9\x98\x13\x85\x22\x8e\x53\x4e\x43\xa2\xa9\xe0\xea\x0c\x08\x8f\x2c\x38\x4a\xd0\x32\x55\xba\xc1\x37\xdb\xef\xb4\x33\x8e\xc1\xff\xa4\xa8\xb4\x82\x47\x94\x08\x24\xd5\x22\x26\x9a\x86\x84\xb1\x5d\x61\x60\x63\x92\x49\x82\x3c\x30\x9e\x7e\xa5\x0a\x4f\xe4\x5a\x18\xd7\x41\x88\x52\xd3\x95\x91\x04\x9d\xa0\x12\xb5\xea\x76\x62\xd4\x24\x22\x9a\x98\x20\x20\x9c\x0b\xed\x24\x35\x3f\x01\x22\x54\xa1\xa4\x89\xb6\x41\xd5\xe7\x80\x4f\x24\x4e\x18\x02\x49\x12\x96\xe9\x04\x4b\x62\x84\x17\x3c\x77\xc8\x65\xf7\x02\x68\x4c\xd6\xd8\x85\xdf\x85\x84\xd8\xe8\x47\xf9\x4a\xc8\xd8\xd2\x5b\x5c\x00\xb2\x14\xa9\x86\x34\x73\x31\x55\x45\xb8\x9d\x81\x42\x04\x1b\x67\x7e\xaf\xb7\xa6\x7a\x93\x2e\xbb\xa1\x88\x7b\x9f\x96\x42\x29\xcf\x78\x82\x50\x8e\xd2\xb3\x3c\x54\x4f\x62\xb4\x21\xda\x53\x4a\x78\x97\x5e\x11\xee\x6e\xb5\x17\x89\x50\x75\x2d\x47\x1a\x0a\x3e\x60\x44\x29\xdf\xfe\x6b\xe8\xed\xf7\x4a\x82\x44\x54\x25\x8c\xec\x3c\x13\x91\x3e\xcc\x30\x82\x5b\xa2\x21\xa0\x7c\xcd\x10\x02\xba\xe6\xde\x84\x5b\xfd\x5e\x0f\x93\x0d\xc6\x28\x09\x7b\xd3\x44\x49\xa4\xd8\xd2\x08\xa5\xd7\x0a\x77\x06\x23\x1e\x3a\x99\x34\x59\x2b\x9b\x5d\x67\x0f\xb8\x0b\x99\x20\x0f\x67\x56\x49\xb7\xd8\x9a\xc2\x91\x08\xd3\x18\xb9\x73\x92\x97\x4a\xe6\x17\xa6\x72\x29\xd3\x75\xf6\xb0\x16\xab\x10\xf7\x90\x1b\x5b\x79\xd6\x58\x56\x23\x4f\x19\x8d\x04\xef\x1d\xe1\xc7\x04\x5f\x7b\x95\x28\x98\x97\x9d\x05\x11\xae\x28\x47\x05\x12\x95\x48\x65\x88\x0a\x38\x62\x84\x51\xe6\x65\x2d\x20\xc2\x2d\x32\x91\x1c\xb3\x66\x96\x0f\x2e\x90\x22\x4c\x98\xd8\xc5\x36\xdb\x9a\xd9\x60\xfe\x2a\x29\x95\x85\x90\x44\x0f\x79\x28\x77\x89\x86\xf9\x5d\xd0\x3d\xa2\x91\x4a\x93\x44\x48\x7d\xc2\x76\x16\x60\x9b\x97\xd3\x52\x55\x74\xbe\x6c\x54\x44\xb7\xa0\x12\x12\xa2\xbf\x8f\x86\x8e\x58\x9a\x82\xa7\xfc\x8e\x07\xe5\xf2\xbc\x7d\xdb\x01\x70\xa5\x38\x70\xa9\xda\x01\x28\x27\x62\x4b\x2a\xd6\x92\xd1\x14\xaf\x47\x5c\x66\xb6\x7b\xa5\x9c\x2a\x60\x54\xeb\x66\xf4\x59\x15\xe8\x12\x96\x6c\x48\xcd\x08\xae\x30\x78\xa6\x26\x78\xae\x14\x78\x85\x66\x25\xbd\xb2\x35\x0b\xb8\x3f\x2b\xac\x7c\xfb\x0a\xe0\xc3\xcb\x2f\xfd\xe9\xf4\x6e\x34\xe8\xcf\x47\x93\xfb\x85\x2d\xbb\x96\xcc\x41\xb6\xaf\xaa\x04\x43\x07\x66\x64\xce\x70\x3d\xfb\xc3\x87\xab\x5f\x7f\xbd\xc8\x43\x88\xc8\x35\xea\x69\xf5\xb3\x42\x86\xa1\x16\x72\x6f\x9a\x3c\x68\x06\x82\xaf\xe8\xba\x9d\xe9\x4f\x71\x42\x5e\xe8\x13\x13\x86\x46\x7a\x5b\xc7\x43\x96\x9a\x23\x8b\xf2\x75\xbb\x37\x1e\xd2\x25\x4a\x8e\x1a\x95\x71\x87\x16\x0c\x25\xd1\xe8\xa5\x5c\x22\x89\x76\x1e\xf2\x28\x11\x94\x6b\xe5\xc3\x0b\x2d\x53\x7c\xf1\x43\x5c\xfa\x69\x6d\x45\xfd\x59\x4e\xf5\x8c\x09\x2a\x9e\xcd\xac\x30\x9a\xfa\x70\x2f\x38\x36\xbd\xed\xb0\xb2\x7d\xf9\xaa\x0f\x57\x57\x57\x57\x3f\xd6\xcf\x34\x6a\x17\x39\xcf\x5e\x17\x07\x33\x91\xea\x6f\x8f\x02\xbb\xcb\x75\x2d\x7b\xfb\x15\x19\x99\xbb\xec\xe7\xe6\x90\xde\xa3\x6a\x94\x31\xe5\x19\xaa\xc4\xac\x2c\x3a\x2a\x91\x13\x1d\x46\x3d\x98\x24\xd7\x35\xdb\x37\xec\xf4\xd3\x94\x93\x68\xa1\x94\x0f\x6f\xff\x41\x54\xd8\x9d\xda\xa4\xd9\x7a\x57\xd8\x6a\x97\xd8\x93\xd9\x35\x52\x95\x53\x23\x27\xa9\xea\xd8\xd4\xf3\xd9\xba\x7e\xab\xac\xa7\xec\x63\xf5\x29\x6c\xe4\x0e\xc6\xac\x37\x2a\x09\xe7\x01\xf2\x6d\x59\xd6\x3c\xe9\x4c\x53\x7c\x3b\x09\xe6\x06\xae\xb4\x0c\xb0\x25\x2c\xb5\x4c\xcb\x14\x5f\x5b\x10\xae\x7f\x5b\xd8\x9e\x7a\x32\xb9\x5b\x04\xa3\xbf\x0f\xa0\xd4\xa9\x0e\x21\xf5\x3f\x3e\x07\xa9\x4c\x75\x00\x69\xfe\x71\x31\x0a\x26\x77\xd6\x58\x07\x81\xca\x44\x6d\x38\x7f\xdc\xcc\x26\x1f\xa6\xc1\x62\x3a\xba\xbf\x59\x4c\x67\x93\xf9\x64\x30\xb9\x6b\x43\xdb\xd7\xe0\xeb\x7b\x47\xde\x82\x36\x99\x0e\xef\x83\xdb\xd1\xef\xf3\x45\x4e\xb4\x08\x86\xb3\x3f\x47\x83\xe1\xe2\xb0\xf9\x0f\xd6\xd7\x6f\x40\x9f\x4e\x66\xf3\x36\xf4\x17\xa6\xc2\xbe\x68\xc1\xfa\xf8\xee\xfc\xfd\x62\xd0\x5f\xfc\xf6\xe1\xfe\xfa\xae\x55\xb0\xde\x96\xc8\x9e\x4c\x79\x2f\x9b\x20\x7a\xd5\xa3\x2c\x2b\x77\x24\x0c\x45\xca\x75\xfe\xd3\x0b\x49\x37\x94\xfa\x88\xa1\x07\x77\x1f\x82\xf9\x70\x56\x4c\x68\xed\x36\x39\x44\xdd\xe6\xc2\xe6\x2c\x78\x38\xcc\x6b\x33\xe3\x51\xb4\xe3\x12\xb6\xcc\x9a\x07\xd0\x66\xc3\xfe\xdd\xf8\x30\x88\x5d\x3e\xb4\x37\xf7\xef\x69\xcd\xea\x94\xa7\x10\x4f\x6b\x57\xa7\x2c\x23\xda\xa9\xeb\x54\x09\xb4\x44\xd3\x94\xb1\xa9\x60\x34\xdc\xf9\xd0\x67\x8f\x64\xa7\x4a\x14\x8c\x6e\x91\xa3\x52\x53\x29\x96\xe8\x57\x44\xc1\xa7\x72\xc5\x73\x7f\x66\x20\x20\x3c\xaa\x7f\xf6\xa0\xb7\xa4\xbc\xb7\x24\x6a\xd3\x58\xf1\xc2\x26\xb1\x48\x74\x0f\x49\x62\x37\x55\x24\xe8\xd6\x00\x28\xa7\x9a\x12\x76\x8d\x8c\xec\x02\x0c\x05\x8f\x94\x0f\xff\x77\x5e\xa2\x39\x55\xb7\xa1\xda\x08\xe5\x22\x14\x05\x3c\x6b\x77\x2f\x2f\xaf\x2a\x8c\x1d\xec\x27\xc1\xc4\x03\x25\x95\x95\x44\x0a\x2d\x42\xc1\x7c\x98\x0f\xa6\x47\x31\xcf\xaf\xce\x5b\x30\x4d\xaf\xf2\x9d\x80\xfb\x56\xbd\x0e\xa8\xbe\x13\x31\xef\xfe\xaa\x88\xb5\xea\x77\x18\xd0\xb4\xd0\xf4\x7f\x1b\x3e\x55\x11\xaa\xf1\x53\x8c\xca\x55\x86\x8c\xc6\x54\xab\xba\x10\x31\xc6\x42\xee\x4c\x28\x8d\x87\xe3\xc9\xec\xaf\xc5\xdd\x68\x3c\x9a\x97\xc3\x68\x2b\x58\x1a\xe3\xd8\x54\xdb\x5a\x34\xc5\xe6\xdb\x94\xe8\x8d\x0f\x3d\xd4\x61\xcf\xcc\x00\xbd\xa6\x5f\x5a\xe7\x3e\x87\x5a\xa1\x33\x3a\x4d\x38\xdb\xf9\x60\x26\x92\xd3\x9c\xb2\x69\xe3\x18\xaf\x7c\x20\x79\x3e\xb7\x52\x73\x7b\x23\x49\x88\x53\x94\x54\x44\x45\x12\x5e\xbe\xeb\x54\xed\x52\xe9\x84\x9e\xa7\xa9\x3b\xd7\xaa\x8e\x70\xdf\xee\x4f\x4c\xc8\xad\x5c\x0e\xea\xf8\x6c\x3e\x2d\x63\x9b\x96\x74\xbd\x2e\xfa\x3c\xcf\x95\xd4\xc1\x86\xf0\x35\x4e\x89\x24\x71\x49\xed\xe2\xc6\xb0\x66\xc9\x22\xe9\x0c\xb7\x8a\x99\x8e\x95\xad\x95\x14\x71\x59\x64\x37\x1a\x8c\x0c\xfb\x40\x4b\x24\xf1\x9c\xac\x1b\x75\x70\x7f\x45\x77\x79\xb1\xbf\xa2\xf3\xdf\x76\xeb\x25\x33\xbb\x3f\x79\xf9\x65\x34\xee\xdf\x0c\x17\xc1\x7c\x36\xec\x8f\xad\x04\xc1\xb4\x3f\x28\xc4\x70\x5d\xfb\x68\xaf\x73\x66\x05\xf7\xdd\xf5\xd5\xd9\x42\x62\xac\x81\xda\x9a\xca\x6b\x0e\xef\x86\xa9\x9d\xdc\xf4\xa6\x72\xa9\x69\xa6\xb5\xec\xf6\xce\x39\xa3\x5f\xba\xf0\x34\x5f\x8a\x9b\xa0\xba\xa9\xb2\x1b\x5b\x2a\x31\x2a\x0c\x9e\x1d\x9f\x4a\x89\xba\x0c\x83\x54\x69\x11\xc3\x46\x28\x5d\x11\xa5\x74\xa3\x8e\xb2\x21\x4c\xb6\x2b\x23\x0a\xdc\xed\xd9\x6d\x86\x51\x48\x56\x69\xf0\x5b\x74\xcf\x6f\xdc\x0b\xa6\xc5\x95\xb5\x9b\xda\x1b\x6c\xf3\xf5\x81\x5b\x87\x69\xe9\xca\xde\x84\x05\xbc\xfa\x17\xf1\x3e\xf7\xbd\xbf\xcf\xbd\xf7\xff\xfe\x72\xf1\xcb\xd7\x57\x1d\x80\x35\x72\x7b\xb5\xe1\x03\x3e\x25\x12\x95\x72\x57\xc0\x27\x9b\xbf\x9a\x11\x6b\xf2\x07\xa8\x15\x3c\x11\x2f\x11\x82\xf5\x62\xca\xed\x3f\x9e\xa2\x9f\xf7\x26\x0c\x6d\x18\xa4\x12\x23\x30\xe3\x9b\xab\xb9\x0d\x9d\xae\x8b\x25\x18\x53\x4e\xe3\x34\x86\xa9\x10\x0c\x02\xfa\x79\x6f\xc9\xc6\xa0\x73\x54\x1a\xf2\xf4\x43\xa4\x21\x4f\x47\xa4\xa9\x0c\x4b\x6d\xd2\x68\x49\xb8\x22\xa1\xbd\x25\xa6\x4a\x30\x17\xb9\xdf\x2d\xcd\x7c\x0f\x07\xa3\x1c\xae\x2c\x51\x65\xe8\xaa\x09\x74\x9f\x67\x36\x50\x0e\x8f\x1b\x1a\x6e\xac\x10\xa5\xa2\xa1\xac\x64\xf9\x0d\xf1\x98\x46\x11\xc3\x47\x22\xd1\xd5\x35\x05\x44\xba\x14\xa7\x5c\x69\xc2\x18\x46\xf6\x09\x49\xd5\x30\xcc\x06\x2e\x64\x6c\x9f\x46\x0a\x52\xc3\xd4\xb0\x2b\xea\xce\xbe\xd2\xb8\x3b\x99\xbf\x44\x0a\x6a\x23\x52\x16\x81\xe0\x6c\x67\x2f\xb0\x41\x0b\x88\x45\x44\x57\x3b\xf7\x38\x41\x57\xb0\x13\xe9\xab\x2d\x96\x70\x1b\x3a\x50\x0e\xae\x29\x8b\xe8\x6a\x85\x12\x79\x89\x55\x2f\x7f\xfb\xaa\x1b\xb9\x84\xb0\x37\x54\x61\xd9\xf6\x3a\x78\xa4\xc6\xec\xaf\x9e\x6b\x4e\xa8\x16\x0b\xfb\xf8\x46\xed\x6d\x88\x90\xc5\x23\x5c\x5d\xb6\x6c\x4f\xbf\x42\xfc\x61\x4f\xdc\x92\xf5\x57\xa7\x93\xbe\x75\x2e\x3b\x9e\xee\x6d\xc2\xef\x25\x2a\x3d\x1d\x9e\x16\xff\x9f\x17\xad\xd6\x49\xf0\x84\xfc\xf6\xe1\x52\x0b\x58\x62\xf9\x51\xb4\x51\xe9\xe1\x35\x76\xd7\x5d\x88\x4c\xd3\x67\xb6\xbc\x69\x84\x4b\x46\x6e\x01\x2b\x12\xb9\x69\xb2\xa5\xcc\xe7\xce\x75\x6f\x8c\x5a\x64\x4f\xab\x75\xe6\x34\xc4\xae\x7b\xdb\xa1\xca\x91\x2e\x77\x10\x32\x8a\x5c\x67\xef\x51\x22\x13\xbd\x74\x56\xda\x7a\xe0\x88\x5e\xab\x37\xf0\x48\xf5\x26\x53\x4b\x25\x18\xd2\x15\xc5\x28\xe7\x61\xf5\x39\xa4\x4e\x76\xff\x5e\x8e\xad\x23\xb3\xee\x73\xce\xb2\xda\x93\xb4\x31\xc2\x29\xe6\xa5\xc8\x38\x32\x16\xd7\x0f\xf0\xbc\x8b\xca\x3a\x75\xd7\xc6\x37\x4f\xec\x82\x6c\xec\xc8\xee\x0c\x59\xc1\xa9\xdc\xdb\xef\x73\xf9\xed\x0d\xed\xfc\x37\x00\x00\xff\xff\x4f\x29\x05\x3c\xd5\x1f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYaml, - "Template.template.openshift.io/openshift/sso73-x509-https.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-x509-https.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5b\x6f\x73\xe2\x38\xd2\x7f\xcf\xa7\xe8\xa2\xa6\x2a\x33\xf5\xc4\x90\x6c\x6e\x2e\x59\xaa\xee\x05\x01\x26\xc3\x3c\x10\x38\xcc\xfc\xbb\xab\x2b\x4a\xd8\x1d\xd0\xc4\x96\xbc\x92\x4c\xc2\x4e\xe5\xbb\x3f\x25\xc9\x36\xb6\xb1\x21\x3b\x7f\x76\x9f\x9b\x57\x13\xab\xf5\xeb\x56\xab\xbb\xd5\x2d\x35\x24\xa2\x1f\x50\x48\xca\x59\x07\x14\x86\x51\x40\x14\xb6\x78\x84\x4c\xae\xe9\x9d\x6a\x51\xde\xde\x9c\x37\xee\x29\xf3\x3b\x30\x4f\x86\x1b\x01\x59\x62\x20\x3b\x0d\x00\xb1\x96\x92\x77\xe0\xb2\x75\xd1\xfa\xa5\x75\xd3\x6d\x40\x86\xd1\x01\x29\xf9\xe5\x85\xf3\xf8\xfa\xec\x57\x27\xdc\xca\xdf\x02\x27\xd2\x7c\xa4\x42\xa6\x1a\x21\x4a\x49\x56\xd8\x81\x2e\x30\x7c\x80\xdd\x08\xcc\xde\x3a\xae\x3b\x01\x89\x62\x43\x3d\x84\x97\xb1\xa4\x6c\x05\xe3\xad\xfb\xcf\xd1\x2b\x58\x13\x09\x4b\x44\x06\x9e\x40\xa2\xd0\x07\xca\x60\xcb\x63\x01\x91\xe0\x5f\xd0\x53\xad\x06\xc0\x7c\x8d\x40\xfc\x90\x32\x88\x25\x0a\x46\x42\x6c\x47\x44\xca\x07\x2e\x7c\xb8\xe3\x02\x88\xe7\xa1\x34\xa0\x6a\x8d\x10\x12\xa9\x50\x80\x40\x12\x84\xb0\xa1\xc4\x7c\x4c\x64\xf0\x38\x93\x3c\xc0\x06\x00\x95\xf0\xe2\xab\xeb\x4e\x16\xdd\xfe\x78\x78\xbb\x78\xef\x0e\x66\xb7\xdd\xf1\xe0\xa9\x9d\xff\x3a\xed\xba\xee\xc7\xc9\xac\xff\xd4\x32\x32\x1c\xe1\xae\x55\xb5\x46\xbb\x30\xf0\x89\x22\x4b\x22\x11\x9a\x2f\xbe\xf6\xaf\x17\xfd\xee\xbc\x7b\xdd\x75\x07\x4f\x4d\xcb\xb9\x7f\x5d\x60\xd9\xbf\x2e\xf3\x7a\x3b\x9f\x4f\xdd\x06\xc0\x3d\x6e\xa5\xe2\xc2\x30\xb7\xfc\x8c\x1e\xd9\x0a\x24\x7a\xb1\x40\xbd\x24\xad\xe5\x53\xc3\xfb\xdd\x8d\xe0\x71\x24\x2b\x67\x79\xb1\xb0\x42\xa6\x44\x1e\x0f\xc3\x98\x51\x8f\x28\xca\x99\x3c\x05\xc2\x7c\x03\x8e\x02\x94\x88\xa5\xaa\x41\x48\x75\x29\xf0\xb7\x18\xa5\x92\x0d\x80\x07\x14\x08\x24\x56\x3c\x24\x8a\x7a\x24\x08\xb6\xd9\x76\xea\x0d\x98\x44\xc8\x5c\x6d\x7b\x27\x32\xb3\x82\x74\x15\xda\x98\xc0\x43\xa1\xe8\x9d\x96\x44\x0f\x78\x02\x95\x6c\x35\x42\x54\x44\x6b\x51\x1b\x25\x61\x8c\x2b\x2b\xa7\xfe\x13\xc0\x47\xe9\x09\x1a\x29\x63\xe4\x5d\x06\xf8\x48\xc2\x28\x40\x20\x51\x14\x24\x2b\x02\xad\x7e\x1f\x38\x4b\x05\xbe\x6c\x5d\x00\x0d\xc9\x0a\x5b\xf0\x86\x0b\x08\xf5\xea\x28\xbb\xe3\x22\x34\xf4\x06\x17\x80\x2c\x79\xac\x20\x4e\xcc\x89\xca\xcc\xfc\x4f\x41\x22\xc2\x5a\xa9\x48\x76\xda\xed\x15\x55\xeb\x78\xd9\xf2\x78\xd8\xfe\xb2\xe4\x52\x3a\x7a\x1f\x08\x65\x28\x1c\xc3\x43\xb6\x05\xfa\x6b\xa2\x1c\x29\xb9\x73\xe9\x64\xee\x67\x47\xdb\x3e\xf7\x64\xcb\x70\xa4\x1e\x67\xbd\x80\x48\xd9\x31\xff\xd5\xf4\xe6\x7b\xc1\x61\x7d\x2a\xa3\x80\x6c\x1d\x6d\x7d\x1d\x98\xa1\x0f\x6f\x89\x02\x97\xb2\x55\x80\xe0\xd2\x15\x73\x26\xcc\xac\xef\x7f\x12\xf3\x7b\x39\xcd\xfc\xef\xd5\x3e\x5c\x24\xf8\x86\xfa\x28\x9c\x4a\xdc\x53\x18\x32\xcf\x0a\xa7\xc8\x4a\x1a\xb7\x3f\xbd\xc7\xad\x17\x70\x72\x7f\x6a\x56\x6b\x07\x2b\x63\x8b\xcf\xbd\x38\x44\x66\x77\xcb\x89\x45\xd0\xc9\x74\x66\x3d\xa5\x65\x15\x63\x54\x57\x20\x6e\x23\xd3\x4a\x73\x8c\xd6\xcc\xd2\x1c\xa9\x97\xc6\x59\xfb\x00\xbf\x80\xb3\x95\x53\x30\x87\x79\x7e\xd7\xc0\xc7\x3b\xca\x50\x82\x40\xc9\x63\xe1\xa1\x04\x86\xe8\xa3\x9f\x6c\xb7\xe2\xe0\xe3\x06\x03\x1e\x1d\x52\x6b\xe2\x16\xd6\xa2\x7c\x8c\x02\xbe\x0d\x8d\xd3\xed\xfe\xaf\x1d\xf1\x8e\xae\x62\x91\x37\x26\xed\x37\x76\x43\xac\x41\x65\x51\xd1\xc3\xd4\xdf\x8a\x4e\x55\xf0\xc9\x64\x92\x40\x07\x99\x27\xb6\x91\x4a\x50\xe7\x23\xb7\x75\x40\x23\x32\x8e\x22\x2e\xd4\x11\xdd\x1b\x80\x4d\x7a\x4e\xe4\xc2\xbd\xb5\x85\x43\xa1\xde\xd2\xc8\x88\x78\xd8\xd9\x19\x56\x83\x2f\x75\xc0\x96\x9d\x86\x03\xf9\x23\x68\x73\xae\xc3\x98\x39\x6e\x5c\xeb\xfc\x0d\x80\xbc\x73\x57\xb8\x77\xc9\xc1\x75\x40\x7c\xc0\x65\xb2\x0d\x27\xd2\xae\x0a\xf4\x2a\x5b\x09\x7d\x12\x57\x5a\x24\x88\xd6\xa4\x64\x91\x18\x21\xf3\x91\x79\x14\x65\x07\x4e\xfe\xfd\xb5\xa9\xc5\x6f\x76\x74\x68\xee\x4e\xa7\xa3\x61\xaf\x3b\x1f\x4e\x6e\x17\x26\x18\xdb\xd5\x36\x4f\x13\x58\x80\xa6\x16\x5d\x13\x27\xc2\x37\x9f\xfe\x73\x72\x9c\x67\x12\xde\x1c\x1d\xd9\x1c\x1b\xd2\x9c\x4c\xb1\x56\xad\x66\x0d\xc9\x98\x01\xdc\x9d\xc1\x46\x27\xbb\x48\xd6\x81\x0a\x41\x0d\x99\x85\xac\x1e\x95\x11\x7a\x16\x4c\xeb\x29\xc1\x75\xcc\x1f\x1d\xb8\xfa\xdb\xdf\x2e\x52\x0f\x20\x62\x85\x6a\x5a\xfc\x2c\x31\x40\x4f\x71\xb1\xdb\x8e\xd4\xce\x7b\xc6\xcc\xab\x99\xfe\x94\x8d\xcf\x4e\xd2\x6c\xf7\x77\xfb\xfe\x23\x55\x66\x77\xfe\x98\xe2\x2e\x2e\xce\xfe\x5e\xa1\xb8\xec\xf3\x37\x29\x2e\x61\xfd\x53\xd4\x97\x9e\xf6\x91\x89\x3f\x5c\x28\x13\x94\xbc\x20\xd6\x59\x12\x65\xab\x6a\x07\xba\x8f\x97\x28\x18\x2a\x94\xda\x9a\x15\x0f\x50\x10\x85\x4e\xcc\x04\x12\x7f\xeb\x20\xf3\x23\x4e\x99\x92\x1d\x68\x2a\x11\x63\xf3\x87\x78\xc4\x97\x95\x11\xf5\x67\xf9\x84\x13\xd9\xfc\x67\xb7\xbf\x89\x16\x86\xd3\x0e\xdc\x72\x86\xfb\x7b\x6e\xb1\x92\x79\xe9\x68\x07\xae\xae\xae\xae\x7e\xac\x9b\x50\xbf\x5a\x64\x13\x24\x32\x3b\x98\xf1\x58\xfd\x71\x2b\x30\xb3\x6c\xaa\xba\xd3\x5f\x16\x44\xd3\x2d\xfb\xb9\x21\x48\xed\x50\x15\x8a\x90\xb2\x04\x55\x60\xfe\x68\x53\x3c\x25\xaa\x47\xad\x75\x92\x7e\x49\xf7\x7b\x7a\xfa\x69\x8b\x13\x68\xa0\x64\x07\xce\xbf\xc3\x2a\xcc\x4c\xa5\xdd\x6c\xb5\xcd\x74\xb5\x8d\x4c\x5e\x66\xb3\xe9\xc2\x99\x9f\x92\x14\xd7\xb8\xbf\xce\x67\xaf\xf5\x8f\xca\x7a\x4c\x3f\x66\x3d\x99\x8e\x8c\xbb\xa5\x29\x72\x4e\x38\x07\x90\x6d\xf2\xb2\xa6\x4e\xa7\xab\xb0\xb7\x13\x77\xae\xe1\x72\xc3\x00\x1b\x12\xc4\x86\x69\x9e\xe2\xa9\x02\xa1\x7f\xbd\x70\x07\xb3\x0f\xc3\xde\x60\x31\x9d\x0d\xde\x0c\x3f\x2d\xc6\xdd\xe9\x74\x78\x7b\x53\x0d\x57\x13\x95\xff\xd1\xbf\xae\xc6\x7e\x77\xdb\x1f\x56\x23\x25\x83\x35\x32\xa5\x75\x5f\xed\xdc\xac\x30\xac\x9e\x9f\x16\x8a\xb5\xf3\xb3\x4a\xb2\x7a\x7e\x5a\x8a\xd6\xce\xcf\x6a\xd5\x8a\xf9\xf3\x4f\xd9\xf0\x4f\x51\xaa\xa9\xba\x27\x93\xd1\xc2\x1d\xfe\xab\x5e\xc2\x02\x55\xcd\x32\xc7\xdd\x4f\xcf\x41\xca\x53\xd5\x20\xcd\x3f\x2d\x86\xee\x64\x64\x16\x51\x0b\x94\x27\xaa\xc2\x79\x77\x33\x9b\xbc\x9f\xba\x0b\xad\xaa\xc5\x74\x36\x99\x4f\x7a\x93\x51\x15\xda\xee\xd0\xec\xdf\x5a\xf2\x0a\xb4\xc9\x74\x70\xeb\xbe\x1d\xbe\x99\x2f\x52\xa2\xcc\xd4\xeb\x4d\xab\xf6\x40\xfc\x03\xe8\xd3\xc9\x6c\x5e\x85\xde\xd4\x47\x62\xb3\x02\xeb\xd3\xeb\xb3\x5f\x17\xbd\xee\xe2\xfa\xfd\x6d\x7f\x54\x29\x58\x7b\x43\x44\x5b\xc4\xac\x9d\x54\xfe\xed\x62\xee\x91\x9c\x4f\xc4\xf3\x78\xcc\x54\xfa\xa7\xe3\x91\x96\x27\xd4\x01\x45\xf7\x46\xef\xdd\xf9\x60\x76\xc4\x5d\xea\xa8\xab\xb6\x70\xff\xb6\xa8\x3e\x2e\x95\x6e\x95\x0e\xa2\x1d\x96\xb0\xe2\x36\xaa\x06\x6d\x36\xe8\x8e\xc6\xf5\x20\x66\xb8\x6e\x6e\xba\xbf\xc7\x57\x56\xa6\x3c\x86\x78\x7c\x75\x65\xca\x3c\xa2\xb9\x2d\x39\x76\x66\x19\xa2\x69\x1c\x04\x53\x1e\x50\x6f\xdb\x81\x6e\xf0\x40\xb6\x32\x47\x11\xd0\x0d\x32\x94\x72\x2a\xf8\x12\x3b\x05\x51\xf0\x31\x7f\x44\xd9\x7f\xba\x0a\x27\xcc\x2f\x7f\x76\xa0\xbd\xa4\xac\xbd\x24\x72\xbd\x37\xe2\x78\xfb\xc4\x3c\x52\x6d\x24\x91\x99\x54\x90\xa0\x55\x02\xa0\x8c\x2a\x4a\x82\x3e\x06\x64\xeb\xa2\xc7\x99\x2f\x3b\xf0\xf7\xb3\x1c\xcd\xb1\x83\x16\x8a\x99\x6b\x2a\x42\x76\xe2\x26\xe5\xdd\xe5\xe5\x55\x81\xb1\x85\xfd\xc2\x03\x7e\x4f\x49\x61\x24\x12\x5c\x71\x8f\x07\x1d\x98\xf7\xa6\x07\x31\xcf\xae\xce\x2a\x30\x75\x72\xf9\x8d\x80\xbb\xd2\xb4\x0c\x28\xbf\x11\x31\x4d\xd7\x8b\x88\xa5\xe8\x57\x0f\xa8\x6b\x1e\xfa\xd7\x9a\x4f\x51\x84\xa2\xfd\x64\x37\x5b\x45\x86\x01\x0d\xa9\x92\x65\x21\x42\x0c\xb9\xd8\x6a\x53\x1a\x0f\xc6\x93\xd9\xe7\xc5\x68\x38\x1e\xce\xf3\x66\xb4\xe1\x41\x1c\xe2\x58\x47\xdb\x92\x35\x85\xfa\xdb\x94\xa8\x75\x07\xda\xa8\xbc\xb6\x2e\xda\xda\xfb\xfb\x52\x79\xcf\x61\x51\x0b\x74\x7a\x4d\x13\x16\x6c\x3b\xa0\x4b\xc8\xe3\x9c\x92\xf2\xf0\x10\xaf\xb4\x82\x7c\x3e\xb7\x5c\x35\x72\x23\x88\x87\x53\x14\x94\xfb\x99\x13\x5e\xbe\x6e\x14\xf5\x52\x48\x5d\x9f\xb7\x52\x7b\xae\x15\x37\xc2\x7e\xbb\x3d\x72\x23\x54\xc9\xa5\x76\x8d\xcf\xe6\x53\x51\x67\x2b\x41\x57\xab\x2c\x31\x77\x6c\x48\xed\xad\x09\x5b\xe1\x94\x08\x12\xe6\x96\x9d\xdd\xf3\x97\x34\x99\x39\x9d\xe6\x56\x50\xd3\xa1\xb0\x75\x27\x78\x98\x17\xd9\xd6\x72\x43\xcd\xde\x55\x02\x49\x38\x27\xab\xbd\x38\xb8\xbb\x5a\xbf\xbc\xd8\x5d\xad\x77\xce\x5b\xe5\x90\x99\xdc\x51\xbe\xf8\x3a\x1c\x77\x6f\x06\x0b\x77\x3e\x1b\x74\xc7\x46\x02\x77\xda\xed\x65\x62\xd8\x32\x6b\xb8\x5b\x73\xa2\x05\xfb\xdd\x16\x42\xc9\xc0\xff\x8f\xf2\xb3\xe2\xae\xea\x87\x14\xa1\x19\xee\x7f\x4d\x29\x9a\x93\xf8\x79\x1a\x83\xef\x2b\x4b\xc7\x9f\xdd\x7f\x8e\x4c\xf2\xf3\x4d\xf5\x9b\x9d\xfe\x5d\x25\x9c\x85\xf8\xae\x2a\xce\x42\x8c\x26\x1f\x07\xb3\x45\x4f\x97\x72\xf3\xee\xf5\xc8\x96\x0e\x6e\x35\xe0\xa1\x19\xf5\x1c\x74\x75\xd5\x9b\xdc\xde\x0e\x7a\x7a\x23\x0e\x42\x97\x48\xeb\x31\xdf\xcc\x4d\xf9\xa7\xb5\xb3\x18\x0d\x6a\x0a\xb2\x4a\xd2\xc3\x98\xdd\x4f\xcf\xc6\xcc\x91\xd6\x63\x76\x87\x93\x43\x38\xdd\xe1\xa4\x22\xcf\x2d\x1a\xf3\x77\x66\xb6\x95\x59\xe5\x45\x31\x59\x53\x5e\xe4\x72\xef\xbe\x7c\x6c\xc0\xfe\x6d\x77\x42\x4f\x43\xe4\xb1\xca\xe0\xce\x9f\x93\xa3\x3a\xe5\x65\x1d\xcf\x54\xf7\x18\xff\x39\xb9\x59\x55\x66\x46\x9f\x93\xac\x25\x7e\xfd\xb1\xff\x8f\xe6\x8b\xa2\x8f\x37\xed\xa6\x82\xb3\x86\xf3\x5f\x2e\x5b\x67\xad\xb3\xd6\x39\x38\x31\xbc\xd8\x45\x12\x70\xfa\xe9\x9f\x95\x6e\x6d\x58\x20\x9c\xb8\x83\xd1\xa0\x37\x87\xf3\x93\xe3\xdb\xfc\xfa\xd9\xbb\xf6\xbc\x74\x4f\xd7\xe8\x01\x5d\xb6\xcd\x5a\xda\x3a\xc8\x57\xa4\x61\xb5\x5b\xef\x44\x1b\x1e\x3c\x37\xe5\xca\xd5\x3d\xb5\x29\xd7\x33\x39\x41\xae\x0d\xe5\x83\xc1\xea\x05\x84\x86\xc5\xcd\xf7\xf4\xa7\xdb\x23\xb0\x86\xe8\x2f\xc9\x94\x4a\xce\xf3\x4d\xf9\x92\x81\xe8\xa4\xa1\xa7\x90\x0b\xcd\xbb\x37\x4f\x7f\x5d\xd2\x34\xad\xda\x9e\x3f\x21\x73\xca\xf6\x73\x97\x09\xd8\x07\xf2\x31\xf7\x31\xdb\xda\x19\x12\xff\xa3\xa0\x0a\x27\xcc\xc3\x24\xc9\x2a\x95\x5a\x69\x13\xcc\x6e\x4b\xa4\xe2\x22\xb9\xb3\xf8\x30\x19\xbd\x1f\x0f\x16\xbd\xee\xb4\xdb\x1b\xce\x3f\x3f\x35\x22\x6d\x20\xa8\x8c\xf5\x38\xfb\x4f\x75\x5a\x68\xf3\x4e\xa3\xd6\x85\x4e\x96\x56\x03\x20\xe9\xd4\xb0\x76\xda\xcd\x75\xb9\xe8\x2f\xd9\xab\x7d\x79\xb9\x0d\x2b\x21\x15\xe8\x67\x36\x98\x1c\x44\x52\xf2\xb2\x0c\xbd\x58\x2a\x1e\xc2\x9a\x4b\x55\x10\x25\xd7\xc0\x85\x62\x4f\x98\x64\x56\x42\xe4\xda\x4e\x89\xb7\x09\x46\x26\x59\xe1\x3a\xbf\x62\xed\x85\x96\xaa\x7c\x2b\x53\xf2\x46\xb7\xc7\x36\x1d\xef\xd9\x71\x98\x26\x00\x8d\xc4\x47\xe0\xe4\xdf\xc4\xf9\xbd\xeb\xfc\xeb\xcc\xf9\xf5\x3f\x5f\x2f\x7e\x79\xd2\x51\x73\x85\xcc\x3c\x64\x76\x00\x1f\x23\x81\x52\xda\x56\x8d\xa3\x37\x87\x25\x25\x96\xe4\xef\xa7\x2f\xd4\xef\x6e\xfb\x43\xbb\x8b\xa6\x6b\x6a\xb9\x2d\xf4\x23\x29\x6e\xec\x27\xd8\xa0\x59\xa0\xb6\x6f\x6b\x4d\xa7\x80\xad\xe4\x1d\xf6\x0b\xd9\x90\x8e\xed\x28\x6a\xef\x08\x64\x3b\x0d\x02\x05\x15\x14\xf9\x16\x0c\x61\xf7\x3e\x91\x6c\xb7\x01\xde\xc7\xfd\xdf\xa4\xad\xa7\xef\xd6\x2e\x2a\xd9\xc6\x6a\xce\x65\xa6\xb9\xf3\xab\xce\xf0\x04\xe7\xaa\xcc\xcc\x45\x25\xe1\x91\x38\x11\xe7\x41\x3b\xa4\xcc\xfc\xc7\x91\xf4\xf7\x9d\x11\xa6\xed\x35\xe8\xe7\x34\xb7\x67\x15\xfd\x6c\x08\xc6\x94\xd1\x30\x0e\x61\xca\x79\x00\x2e\xfd\xbd\x20\x67\xf1\x9d\xe1\xa0\x34\xe4\xf1\x87\x48\x43\x1e\x0f\x48\x53\x78\xab\xa8\x92\x46\x09\xc2\x24\xf1\x4c\x4f\x15\x95\x3c\xb0\x16\xf5\xcd\xd2\xcc\x77\x70\x30\x4c\xe1\xf2\x12\x15\xde\x3c\xaa\x04\x5a\xf3\x07\xc3\x5a\x91\x65\x60\x6d\x44\x02\x11\x68\xc2\x1f\xfa\xa6\xb7\xc9\xe3\x61\x44\x04\xfa\x7b\x82\xd8\x8e\xa8\x11\x7f\x40\x01\x3d\x6d\x45\x73\x03\x62\x4e\xc3\x4c\x88\x83\x35\x4a\x45\x00\x09\x13\x05\x47\x3a\xbb\x50\x0a\x7d\x60\x71\xb8\x44\x01\xfc\x0e\x24\x0d\xe3\x40\x11\x86\x3c\xd6\x01\x85\x26\xed\x5a\x0c\x8d\x06\x64\x8d\x80\xe9\x96\xed\x70\x72\x73\x4a\x72\x96\x2b\x9d\x2a\x01\x13\x7b\x0c\x90\xad\xd4\x5a\xc3\x69\xfd\x99\x98\xa7\x38\x2c\x11\x28\xf3\x82\xd8\xb7\x2d\xb0\x04\xde\xbc\x1f\x8d\xe6\x83\x4f\x73\xa0\xcc\xc7\xc7\x1a\x11\xdf\xc4\x41\x30\xc7\x47\x95\x19\xfb\x47\x0d\x37\x32\x1c\x4a\x12\x96\xeb\xa6\x03\x2a\xfc\x39\x12\x26\xe0\x87\x25\xcc\x57\x61\xe5\xd3\x89\x33\x25\x78\x20\x8d\x50\x94\x31\xee\x2f\x17\xb1\xc4\x85\xce\x24\x37\xb8\x20\x94\x83\x44\xa5\x28\x5b\xd9\x48\x03\xd4\xca\x6f\xc7\x21\xad\xc7\xa8\x84\xa5\xe0\xf7\xb8\x7f\xaa\x5a\x81\x2d\x5d\xb9\x92\xab\x0b\x8e\xb1\x44\x71\x38\x42\xbe\x4f\x9a\x86\xb3\x73\x49\x4f\x29\x1c\x4d\x4f\xc7\x0e\xa6\xe2\xa3\xf1\x33\xcf\x22\x23\x59\xb4\x3b\x14\xab\xa5\xfb\xfe\x53\xb3\xf8\x22\x7d\x58\x38\x1d\xf7\xb4\x59\xe5\x9a\xc3\x93\x74\xc9\x84\xb2\xac\xd3\xcb\xe6\xfd\x95\x01\xcc\x8c\xdb\x64\x11\x7a\x24\x22\x1e\x55\xdb\x4c\x96\x52\xc2\x75\xe0\x10\x3a\xbf\xa1\x65\xe1\x6e\xd3\xd4\x57\x5b\xf7\xc3\x9a\x7a\x6b\x63\x3e\xb9\xd4\x5a\x1a\x29\xd3\x36\xd1\x31\xf5\xfd\x00\x1f\x74\xd0\xb3\x1d\xbf\x3a\xfe\x59\x13\x63\x52\x91\x20\x40\xdf\xb4\x72\xcb\x12\x86\x9e\xc0\xb8\x08\x4d\x9b\x74\x46\xaa\x99\x6a\x76\xd9\x6d\xe6\x2e\x15\xb7\x99\xc1\x67\x1e\x83\x5c\xf3\x38\xf0\x81\xb3\x60\x6b\xba\x58\xb5\x5b\x86\xdc\xa7\x77\x5b\xdb\xaa\x4c\xef\x60\xcb\xe3\x93\x0d\xe6\x70\xf7\xd6\xa0\x7d\xd7\x20\xfa\xf4\xee\x0e\x85\xde\x84\x8c\x55\x3b\xd7\x75\x5f\x50\x7d\x0e\x61\xa7\xa8\x4c\xef\xd5\x85\xc2\x01\xf5\xef\x9a\x46\x4b\x9b\x50\xcc\x22\x4d\xd3\x3f\x35\x37\x91\x5c\x64\xed\xf7\x65\xd9\x92\x39\xdd\x02\xf1\x9e\xdb\x15\x0c\xfb\xea\xb8\x5d\x57\xbe\xf6\x1e\x36\xef\x43\xc2\xd7\x79\xe2\xec\xed\x62\x5f\xf8\xef\xf7\xca\xca\xd7\xe5\x23\xd2\x9b\x1f\x4c\xd8\x40\x9f\xfb\x31\xc6\x5e\x01\x00\x2f\x75\xb6\x0a\x3e\x86\xdc\xfc\xc6\xe2\xd5\x9e\xb1\x24\xe4\x06\xb0\x20\x91\x7d\xa1\xae\x38\x79\xd2\xad\xb5\x79\xb3\xe2\x49\x35\x56\x66\x4e\x3d\x6c\x81\xed\xef\xa6\x32\xcb\xb1\xed\x81\x9e\xf4\xa4\xf3\x44\xf6\x5c\x0d\x65\xb2\x1c\x4b\xf4\x52\xbe\x82\x07\xaa\xd6\xc9\xba\x74\xf5\x47\xef\x28\xfa\xbb\xdf\x34\x90\x20\xac\x5b\x4f\xd2\x85\x99\x37\xad\x03\x0f\xe8\xcf\xa9\x71\x4a\xbf\x8c\xd1\x5a\x38\xc6\x3c\x67\x1a\x07\xde\xda\x2b\x98\x2b\xb2\xd2\xda\x89\xe5\x2e\x89\x6d\xda\x5e\x67\x1b\xbe\x40\x1a\xef\xd6\xfa\xdd\x46\xf6\x47\x1c\xa7\x36\xaa\x90\x80\xae\x98\x55\xaf\xd6\x5d\xf2\x23\x9b\x2f\x5c\xb4\x42\xca\xb8\x48\x9b\xc8\x75\x60\x37\x47\x68\xcd\xc1\x6a\x42\x08\x24\x31\xc4\xde\x52\xe4\x4f\xd9\xf2\xad\xc4\x81\xe8\xd1\x7c\xdd\xba\x6c\x56\xa5\x07\xe6\x52\x25\x79\xe2\xb4\xef\x9f\xfb\xd5\x6a\x46\x36\xb6\x64\x23\x4d\xb6\x93\x25\xf7\x28\x5a\x3c\x2d\xfe\x2f\x00\x00\xff\xff\x49\x0f\xf8\x85\x56\x35\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x3b\x6b\x6f\xdb\xba\x92\xdf\xfd\x2b\x06\x41\x81\xb4\xd8\xc8\x4e\x9a\xd3\x4d\x6a\x60\x3f\x38\xb6\x9b\xba\x1b\x3f\xae\xe5\xf4\xf6\xdc\x8b\x03\x83\x96\x26\x36\x5b\x89\x54\x49\xca\xa9\x4f\x91\xff\xbe\x20\xa9\xb7\xe5\x47\x5f\xe7\xec\xed\xa7\x46\x1c\xce\x7b\x86\x33\xe4\x98\x44\xf4\x3d\x0a\x49\x39\x6b\x83\xc2\x30\x0a\x88\xc2\x26\x8f\x90\xc9\x15\x7d\x50\x4d\xca\x5b\xeb\x8b\xc6\x27\xca\xfc\x36\xcc\x92\xe5\x46\x40\x16\x18\xc8\x76\x03\x40\xac\xa4\xe4\x6d\xb8\x6a\x5e\x36\x5f\x36\x6f\x3b\x0d\xc8\x70\xb4\x41\x4a\x7e\x75\xe9\x7c\x79\x75\xfe\xda\x89\xb8\x54\x4b\x81\xf2\x73\xe0\x44\x9a\x98\x54\xc8\x54\x23\x44\x29\xc9\x12\xdb\xd0\x01\x86\x8f\x90\xaf\xc0\xf4\xad\xe3\xba\x63\x90\x28\xd6\xd4\x43\x78\x1e\x4b\xca\x96\x30\xb1\x58\xdc\x7f\xdc\xbd\x80\x15\x91\xb0\x40\x64\xe0\x09\x24\x0a\x7d\xa0\x0c\x36\x3c\x16\x0d\x80\x48\xf0\x8f\xe8\xa9\x26\xcc\x56\x08\xc4\x0f\x29\x83\x58\xa2\x60\x24\xc4\x56\x44\xa4\x7c\xe4\xc2\x87\x07\x2e\x80\x78\x1e\x4a\x83\x59\xad\x10\x42\x22\x15\x0a\x10\x48\x82\x10\xd6\x94\x98\x8f\x96\x91\x06\x80\xc7\x99\xe4\x01\x02\x95\xf0\xec\xab\xeb\x8e\xe7\x9d\xde\x70\x30\x9a\xdf\xbb\xfd\xe9\xa8\x33\xec\x3f\xb5\x8a\x5f\x27\x1d\xd7\xfd\xe7\x78\xda\x7b\xb2\x3c\xd4\x52\x6f\x40\x85\x7e\x2e\x1d\xf8\x44\x91\x05\x91\x08\x27\xcf\xbe\xf6\x6e\xe6\xbd\xce\xac\x73\xd3\x71\xfb\x4f\x27\x96\x7c\xef\xa6\x44\xb7\x77\x53\x20\xd8\x00\x43\xf2\xed\x6c\x36\x71\xe1\x13\x6e\xa4\xe2\xc2\x70\x60\x45\x36\x1a\x65\x4b\x90\xe8\xc5\x02\xb5\x54\x5a\xdf\x67\x86\x81\x77\xb7\x82\xc7\x91\xdc\xde\xd5\x00\x0b\xaf\x37\xa6\x40\x1e\x0f\xc3\x98\x51\x8f\x28\xca\x99\x3c\x03\xc2\x7c\x83\x1c\x05\x28\x11\x4b\xb5\x45\x37\xd9\x9f\x29\x54\xe0\xe7\x18\xa5\x92\xf0\x88\x02\x81\xc4\x8a\x87\x44\x51\x8f\x04\xc1\x26\xb3\xa9\xb6\xc2\x38\x42\xe6\x6a\x57\x3c\x95\x99\x3f\xa4\x52\x68\xdf\x02\x0f\x85\xa2\x0f\x9a\x13\xb4\x8c\x0a\x54\xb2\xd9\x08\x51\x11\xad\x47\xed\xa5\x84\x31\xae\x2c\xa7\xfa\x4f\x00\x1f\xa5\x27\x68\xa4\x8c\xd7\x77\x18\xe0\x17\x12\x46\x01\x02\x89\xa2\x20\x91\x09\xb4\x01\x7c\xe0\x2c\x75\xc6\xab\xe6\x25\xd0\x90\x2c\xb1\x09\x6f\xb8\x80\x50\xcb\x47\xd9\x03\x17\xa1\x81\x37\x78\x01\xc8\x82\xc7\x0a\xe2\xc4\xaa\x54\x66\xf1\x70\x06\x12\x11\x56\x4a\x45\xb2\xdd\x6a\x2d\xa9\x5a\xc5\x8b\xa6\xc7\xc3\xd6\xc7\x05\x97\xd2\xd1\x96\x20\x94\xa1\x70\x0c\x0d\xd9\x12\xe8\xaf\x88\x72\xa4\xe4\xce\x95\x93\xc5\xa3\x5d\x6d\xf9\xdc\x93\x4d\x43\x91\x7a\x9c\x75\x03\x22\x65\xdb\xfc\x57\xc3\x9b\xef\xa5\x08\xf6\xa9\x8c\x02\xb2\x71\xb4\x13\xb6\x61\x8a\x3e\xbc\x25\x0a\x5c\xca\x96\x01\x82\x4b\x97\xcc\x19\x33\x23\xdf\x7f\x15\xbd\xf0\xf9\x24\x0b\xc8\x17\xdb\x38\x23\xc1\xd7\xd4\x47\xe1\xd4\x22\x3f\x83\x01\xf3\x2c\x87\x8a\x2c\xa5\x49\x06\x67\x9f\x70\xe3\x05\x9c\x7c\x3a\x33\x22\xdb\xc5\xda\x8c\xe3\x73\x2f\x0e\x91\x59\x93\x39\xb1\x08\xda\x99\xe2\x6c\xcc\x34\xad\x76\x8c\xfe\x4a\xc0\x2d\x64\x5a\x73\x8e\x51\x9d\x91\xcf\x91\x5a\x3e\xce\x5a\x7b\xe8\x05\x9c\x2d\x9d\x92\x4f\xcc\x8a\xa6\x03\x1f\x1f\x28\x43\x09\x02\x25\x8f\x85\x87\x12\x18\xa2\x8f\x7e\x62\x73\xc5\xc1\xc7\x35\x06\x3c\xda\xa7\xdb\x24\x3a\xac\x5b\xf9\x18\x05\x7c\x13\x9a\xd8\xcb\xff\xaf\xe3\xf1\x81\x2e\x63\x51\xf4\x28\x1d\x3e\x05\xab\x58\xd7\xca\x72\xa5\x87\x69\xec\x95\x02\xac\x1c\x9f\xc9\x26\x81\x0e\x32\x4f\x6c\x22\x95\xa0\x9e\xdd\xb9\xcd\x3d\x6a\x91\x71\x14\x71\xa1\x0e\x18\xc0\x20\x58\xa7\x47\x48\xe1\x24\xb0\x0e\x71\xf0\x14\xb0\x80\x32\x22\x1e\xb6\x73\x17\x6b\xf0\x85\x4e\xe2\xb2\xdd\x70\xa0\x78\x44\xad\x2f\x1a\x00\xf6\x38\x72\x6d\x36\x68\x00\x14\x63\xbd\x26\xda\x2b\xf1\xae\xf3\xe3\x23\x2e\x12\x83\x9c\x4a\x2b\x1a\x68\x51\x9b\x09\x7c\x92\x68\x9a\x24\x88\x56\xa4\xe2\x9b\x18\x21\xf3\x91\x79\x14\x65\x1b\x4e\xff\xfd\xf5\x44\xb3\x7f\xd2\xd6\xb9\xba\x33\x99\xdc\x0d\xba\x9d\xd9\x60\x3c\x9a\x9b\xec\x5c\x10\xf9\xe4\x2c\xc1\x0d\x70\xa2\xf9\xd7\x3b\x12\x09\x4e\x9e\xfe\x38\x3d\x4c\x38\x49\x7a\x8e\xce\x77\x8e\x4d\x73\x4e\xa6\x62\xab\x60\x23\x48\xb2\x66\x10\xe6\x07\xb5\x51\x4c\x9e\xdd\xda\x50\xc3\xad\x01\xb3\x28\xeb\x57\x65\x84\x9e\x45\xa6\x95\x95\xe0\x75\xcc\x1f\x6d\xb8\xfe\xed\xb7\xcb\x34\x20\x88\x58\xa2\x9a\x94\x3f\x4b\x0c\xd0\x53\x5c\xe4\x36\x49\xdd\xbe\x6b\xbc\xbe\x9e\xe8\x2f\xb1\x7e\x76\xbe\x66\x2e\x90\x1b\xff\x67\xaa\xac\x60\xfe\x43\xda\x7b\xf5\xdb\xe5\xcb\x1a\xed\x65\x9f\xbf\x4b\x7b\x45\xfa\xbf\x44\x91\x69\x35\x10\x99\x9c\xc4\x85\x32\xd9\xca\x0b\x62\x5d\x4a\x51\xb6\xac\x8f\xa7\x4f\xf1\x02\x05\x43\x85\x52\xfb\xb5\xe2\x01\x0a\xa2\xd0\x89\x99\x40\xe2\x6f\x1c\x64\x7e\xc4\x29\x53\xb2\x0d\x27\x4a\xc4\x78\xf2\x53\x62\xe3\xe3\xd2\xb0\xfa\xab\xa2\xc3\xd1\x2a\x28\x19\x39\xd1\xc2\x60\xd2\x86\x11\x67\xb8\x6d\x78\x8b\x2b\xd9\x97\xae\xb6\xe1\xfa\xfa\xfa\xfa\xe7\x06\x0c\xf5\xeb\x59\x36\xe9\x22\xf3\x83\x29\x8f\xd5\xb7\x7b\x81\xd9\x65\xab\xe9\x5c\x7f\x59\x4e\x4d\x4d\xf6\x6b\x93\x91\xca\xb1\x2a\x14\x21\x65\x09\x56\x81\xc5\xe3\x4e\xf1\x14\x68\x37\xd6\x9d\x41\xd2\xab\xe8\x7e\x4b\x4f\xbf\x4c\x38\x81\x06\x95\x6c\xc3\xc5\x0f\x78\x85\xd9\xa9\x74\x98\x2d\x37\x99\xae\x36\x91\x29\xd8\x6c\xb5\x5d\xaa\x03\x52\x90\xb2\x8c\xdb\x72\x1e\x2d\xeb\xb7\xf2\x7a\x48\x3f\x46\x9e\x4c\x47\x26\xdc\xd2\x02\xba\xc0\x9c\x03\xc8\xd6\x45\x5e\xd3\xa0\xd3\xad\xda\xdb\xb1\x3b\xd3\xe8\x0a\xcb\x00\x6b\x12\xc4\x86\x68\x11\xe2\xa9\x06\x43\xef\x66\xee\xf6\xa7\xef\x07\xdd\xfe\x7c\x32\xed\xbf\x19\x7c\x98\x0f\x3b\x93\xc9\x60\x74\x5b\x8f\x6e\x5f\x6a\xfe\x9f\xde\x4d\x3d\x81\x77\xa3\xde\xa0\x1e\x5d\xb2\xb8\x83\xb1\xb4\x39\xdc\xb9\x37\xeb\x1e\xeb\xf7\xa7\xdd\xe4\xce\xfd\x59\xbb\x59\xbf\x3f\xed\x57\x77\xee\xcf\x1a\xda\x9a\xfd\xb3\x0f\xd9\xf2\xaf\xd3\xac\x69\xd2\xc7\xe3\xbb\xb9\x3b\xf8\xd7\x6e\x36\x4b\x50\x3b\x64\x1d\x76\x3e\x1c\x83\xa9\x08\xb5\x03\xd3\xec\xc3\x7c\xe0\x8e\xef\x8c\x24\x3b\x11\x15\x81\xea\xf0\xbc\xbb\x9d\x8e\xef\x27\xee\x5c\xeb\x6b\x3e\x99\x8e\x67\xe3\xee\xf8\xae\x0e\x5b\x7e\x7c\xf6\x46\x16\xbc\x06\xdb\x78\xd2\x1f\xb9\x6f\x07\x6f\x66\xf3\x14\x28\x73\xfa\xdd\xfe\xb5\xf3\x68\xfc\x06\xec\x93\xf1\x74\x56\x87\xfd\x44\x1f\x8e\x27\x35\xb8\x3e\xbc\x3a\x7f\x3d\xef\x76\xe6\x37\xf7\xa3\xde\x5d\x2d\x63\xad\x35\x11\x2d\x11\xb3\x56\x72\x43\xd0\x2a\x57\x21\xc9\x49\x45\x3c\x8f\xc7\x4c\xa5\x7f\x3a\x1e\x69\x7a\x42\xed\x51\x74\xf7\xee\xde\x9d\xf5\xa7\x07\x62\x66\x17\x74\x9d\x09\xb7\x2f\x97\x76\x67\xa8\xca\x25\xd4\x5e\x6c\xfb\x39\xac\xb9\xbc\xda\x81\x6d\xda\xef\xdc\x0d\x77\x23\x31\xcb\xbb\xf6\xa6\xf6\x3d\x2c\x59\x15\xf2\x10\xc6\xc3\xd2\x55\x21\x8b\x18\xcd\xad\xca\xa1\xd3\xcb\x00\x4d\xe2\x20\x98\xf0\x80\x7a\x9b\x36\x74\x82\x47\xb2\x91\x05\x88\x80\xae\x91\xa1\x94\x13\xc1\x17\xd8\x2e\xb1\x82\x5f\x8a\x87\x95\xfd\xa7\x7b\x74\xc2\xfc\xea\x67\x07\x5a\x0b\xca\x5a\x0b\x22\x57\x5b\x2b\x8e\xb7\x0d\xcc\x23\xd5\x42\x12\x99\x4d\x25\x0e\x9a\x15\x04\x94\x51\x45\x49\xd0\xc3\x80\x6c\x5c\xf4\x38\xf3\x65\x1b\xfe\xfb\xbc\x00\x73\xe8\xc8\x85\x72\x0d\x9b\xb2\x90\x9d\xbd\x49\xcb\x77\x75\x75\x5d\x22\x6c\xd1\x7e\xe4\x01\xff\x44\x49\x69\x25\x12\x5c\x71\x8f\x07\x6d\x98\x75\x27\x7b\x71\x9e\x5f\x9f\xd7\xe0\xd4\x65\xe6\x77\x22\xcc\xdb\xd5\x2a\x42\xf9\x9d\x18\xd3\xc2\xbd\x8c\xb1\x92\xfd\x76\x23\xd4\xdd\x0f\xfd\x7b\xdd\xa7\xcc\x42\xd9\x7f\xb2\xcb\xaf\x32\xc1\x80\x86\x54\xc9\x2a\x13\x21\x86\x5c\x6c\xb4\x2b\x0d\xfb\xc3\xf1\xf4\xf7\xf9\xdd\x60\x38\x98\x15\xdd\x68\xcd\x83\x38\xc4\xa1\xce\xb6\x15\x6f\x0a\xf5\xb7\x09\x51\xab\x36\xb4\x50\x79\x2d\xdd\xbe\xb5\xb6\xed\x52\x7b\xf7\x61\xb1\x96\xe0\xb4\x4c\x63\x16\x6c\xda\xa0\x9b\xc9\xc3\x94\x92\x46\x71\x1f\xad\xb4\x97\x3c\x9e\x5a\xa1\x2f\xb9\x15\xc4\xc3\x09\x0a\xca\xfd\x2c\x08\xaf\x5e\x35\xca\x7a\x29\x15\xb1\xc7\x49\x6a\xcf\xb5\xb2\x21\xec\xb7\xd1\x81\x5b\xa2\x5a\x2a\x3b\x65\x3c\x9a\x4e\x4d\xc7\xad\x04\x5d\x2e\xb3\x12\xdd\xb1\x29\xb5\xbb\x22\x6c\x89\x13\x22\x48\x58\x10\x3b\x7b\x11\xa8\x68\x32\x0b\x3a\x4d\xad\xa4\xa6\x7d\x69\xeb\x41\xf0\xb0\xc8\xb2\xed\xea\x06\x9a\xbc\xab\x04\x92\x70\x46\x96\x5b\x79\x30\xbf\x82\xbf\xba\xcc\xaf\xe0\xdb\x17\xcd\x6a\xca\x4c\x2e\x2f\x9f\x7d\x1d\x0c\x3b\xb7\xfd\xb9\x3b\x9b\xf6\x3b\x43\xc3\x81\x3b\xe9\x74\x33\x36\x6c\xc3\x35\xc8\x65\x4e\xb4\x60\xbf\xdb\x96\x28\x59\xf8\xff\xd1\x88\xee\xba\xbf\xfa\x29\x3d\x69\x19\xf9\x7f\x4c\x7b\x5a\x65\xfb\x1b\x14\x08\x3f\xd6\xb4\x4e\xc6\xee\xec\x76\xda\x77\xff\x71\x67\xaa\xa2\xef\xea\xee\x0a\x38\x7e\xa8\xcb\x2b\xe0\xf9\xa1\x6e\xaf\x80\x47\xf7\x48\xdd\xf1\x68\xd4\xef\x6a\xfd\xb9\xf5\xe8\x76\xc3\x1f\x81\x7d\x32\xed\x4f\x3a\xd3\x7e\x6f\x3e\x9b\x76\x46\x6e\xe7\x97\xd0\x71\xdf\x1a\x0a\x37\xf7\x6f\xde\xf4\xa7\x87\x91\x97\xc1\x6b\x4a\xd2\x1a\x6f\xfb\xc1\x4a\xb4\xb6\x0a\xbc\x2c\x17\x57\xca\x8b\x5c\xee\x7d\xaa\xa6\x79\xd8\xbe\xac\x4e\xe0\x69\x88\x3c\x56\x19\xba\x8b\x63\x6a\xca\xba\x48\x3a\xa6\xbc\xdc\xa2\xfe\xd7\x14\x54\x75\xe5\x14\x3d\xa6\xc2\x8a\xe4\xe7\x00\x9c\x15\x5c\xbc\xbc\x6a\x9e\x37\xcf\x9b\x17\xe0\xdc\xc3\xb3\x4a\x34\x83\xf3\x19\x1c\xbf\xf4\x39\x8d\x9b\x6d\x9c\x00\xa7\x6e\xff\xae\xdf\x9d\xc1\xc5\xe9\x61\xdb\xbe\x3a\xda\x54\xc7\xd5\x64\xba\x91\x0e\xe8\xa2\x15\x2d\xe5\xe7\xa0\xa5\xf3\x6f\x4d\xad\xb4\xdf\xde\x4e\xb4\xe6\xc1\xb1\xc5\x51\xa1\x43\xd9\x59\x1c\x7d\x0b\x39\x28\x4c\x9a\xbc\x37\x08\xbb\x01\xa1\x61\xd9\xec\x9e\xfe\x34\x3a\x06\xb7\x81\xfc\x5b\xaa\x9b\xba\x00\xfa\xae\x42\x27\xc7\xd3\x2e\x65\xa7\x52\x39\x33\xeb\xdc\x3e\xfd\x7d\x75\xcf\xa4\xce\x64\x7f\x55\xf1\x93\xd9\x38\x3f\xbd\xed\x33\xf8\x90\xfb\x98\x99\x7b\x8a\xc4\xff\xa7\xa0\x0a\xc7\xcc\xc3\xa4\x4e\xaa\xb4\x4c\xe9\xd0\x4b\x6e\x21\xa9\xb8\x48\xee\x1e\xde\x8f\xef\xee\x87\xfd\x79\xb7\x33\xe9\x74\x07\xb3\xdf\x9f\x1a\x91\x76\x1a\x54\xc6\xa3\x9c\xed\xc7\x37\xcd\xb9\x79\x79\x51\xab\xd2\xe4\x4a\xb3\x01\x90\x0c\x65\x58\x07\xee\x14\xa6\x5a\xf4\x97\xec\x6d\xbe\x2a\x73\x32\x96\x43\x05\xfa\x99\x5f\x26\xa7\x96\x94\xbc\xca\x43\x37\x96\x8a\x87\xb0\xe2\x52\x95\x58\x29\x0c\x6f\xa1\xd8\x62\x26\xd9\x95\x00\xb9\x76\x28\xe2\x6d\x82\x23\xe3\xac\x74\x41\x5f\x23\x7b\x69\x8e\xab\x38\xbc\x94\xbc\xba\x6d\x91\x4d\xd7\xbb\x76\x1d\x26\x09\x82\x46\x12\x32\x70\xfa\x6f\xe2\xfc\xd9\x71\xfe\x75\xee\xbc\xfe\xe3\xeb\xe5\xcb\x27\x9d\x58\x97\xc8\xcc\xd3\x64\x1b\xf0\x4b\x24\x50\x4a\x3b\x95\x71\xf0\x06\xb0\xa2\xc4\x0a\xff\xbd\xf4\xf5\xf9\xdd\xa8\x37\xb0\x56\x34\x73\x52\x8b\x4d\x69\xfe\x48\x71\xe3\x3f\xc1\x1a\x8d\x80\xda\xc9\xad\x37\x9d\x01\x36\x93\x97\xd5\x8f\x64\x4d\xda\x76\x82\xa8\x95\x03\xc8\x56\x29\x31\x94\xf4\x50\x26\x5e\xf2\x86\xfc\xc5\x21\xb1\xb9\xc1\xbe\x8d\xfc\x7f\x93\x31\x9e\x9e\xbb\x53\xb2\xc4\x96\xf5\x94\xab\x44\x0b\x05\xe4\x2e\xef\x13\x9c\xab\x2a\x31\x17\x95\x84\x2f\xc4\x89\x38\x0f\x5a\x21\x65\xe6\x3f\x8e\xa4\x7f\xe6\x9e\x98\x8e\xd3\xa0\x5f\x50\xdf\x96\x6b\xf4\xb2\x25\x18\x52\x46\xc3\x38\x84\x09\xe7\x01\xb8\xf4\xcf\x12\x9f\xe5\x47\x83\xbd\xdc\x90\x2f\x3f\x85\x1b\xf2\x65\x0f\x37\xa5\x87\x87\x3a\x6e\x94\x20\x4c\x12\xcf\xcc\x50\x51\xc9\x03\xeb\x56\xdf\xcd\xcd\x2c\x47\x07\x83\x14\x5d\x91\xa3\xd2\x03\x46\x4d\xcc\x86\x89\x38\x2c\x0e\x17\x28\x80\x3f\x80\x17\xd0\x64\xea\x89\xa1\x41\x2c\x81\x04\x01\x7f\x44\xbf\x69\x27\xb0\x48\x20\x39\x48\x23\xcc\xca\xa6\xd4\x6d\x24\x91\xc0\x88\x68\x31\x0a\xf2\xca\x2d\x41\x0a\x13\x54\xc3\x6d\x3e\x72\x06\x32\x81\xf6\x74\x26\xd5\x3c\x98\x6a\x52\xc2\x8a\x3f\x42\x18\x7b\xab\xe4\xfe\x0b\xa8\x04\x1f\x7d\x33\x9b\xe8\xeb\x80\x2e\x70\x61\x06\x25\x88\xb7\xa2\x6c\x69\x0c\xb0\x8f\x63\x77\x65\x04\xbc\x89\x1f\x1e\x50\xd4\xb2\x58\x69\x3b\x76\xc5\x65\x2c\x51\xec\x0f\xce\xfb\x64\x56\x35\xcb\x8b\x7a\x4b\x29\x35\x3e\x1d\x4a\x8c\xe5\x17\xc8\x23\x73\xa1\xe1\x2c\xca\x93\x72\x3d\x77\x3f\x9e\xb5\xcb\xcf\x9b\xfb\x99\xd3\x21\x67\x3c\x2c\x1f\x4c\x4e\x8e\x6b\x63\xbd\x6c\x8a\xc8\x56\xa5\xb5\xb1\x63\xd6\x6d\xc5\x02\x5d\x12\x11\x8f\xaa\x4d\xc6\x4b\xe5\xc0\xdf\x93\xff\x2e\x6e\x69\x95\xb9\x51\x5a\x7f\x01\x65\xf0\xb8\xa2\xde\xca\x84\x75\xa1\xd2\x93\x86\xcb\x74\x22\x71\x48\x7d\x3f\xc0\x47\x22\xd0\xd6\xa5\x12\x88\xb0\x21\x45\x99\x54\x24\x08\x6c\xd0\xa1\xac\xe0\xd0\x1b\x18\x17\xa1\x19\xcc\xcd\x40\x35\x51\x4d\x2e\xbb\x15\xcb\xeb\x41\x7b\x32\xfd\xce\x63\x90\x2b\x1e\x07\x3e\x70\x16\x6c\xcc\xc0\xa4\x8e\x80\x90\xfb\xf4\x61\x63\x47\x63\xe9\x03\x6c\x78\x7c\xba\xc6\x02\xde\x2d\x19\x28\x03\xdb\x5f\xf8\x54\x7b\xbf\x36\x42\x46\xaa\x95\x8e\x7a\x57\x55\x5f\xc0\x90\x2b\x2a\xd3\x7b\x7d\xb5\xba\x47\xfd\xf9\x54\x62\xc5\x08\xe5\x2a\xc6\xcc\x9a\x53\x73\x8f\xc5\x45\x36\xf5\x5d\xe5\x2d\xd9\xd3\x29\x01\x6f\x85\x5d\xc9\xb1\xaf\x0f\xfb\x75\xed\xab\xe1\x7e\xf7\xde\xc7\xfc\xae\x48\xac\x65\xfe\xc7\xa3\xb2\xf6\x95\xf2\x00\xf7\x66\x4e\x5f\x71\x58\x60\xf1\x37\x00\x5b\x05\x28\x3c\xd7\xd5\x12\xf8\x3a\x21\xeb\x2d\x2f\xb6\x9c\x25\x01\x37\x08\x4b\x1c\xd9\x97\xce\x9a\x93\x2c\x35\xad\xad\xdb\x14\x4f\xba\x81\x2a\x71\xea\x61\x72\x8e\x51\x99\x95\x78\xf6\xcc\x4b\xa6\x9f\x79\xc2\x7a\xa1\x84\x37\xe7\xab\x05\x7a\x2e\x5f\xc0\x23\x55\xab\x44\x2c\xdd\x7c\xd0\x07\x8a\x7e\x4a\xc3\xc8\xb3\x4b\x9c\x64\xac\xaf\xe8\x59\x7b\xde\x61\x8f\x29\xb1\x2b\x3f\xca\xd0\x4a\x38\x44\xbc\xe0\x19\x7b\x9e\x6c\x6b\x88\x2b\xb2\xd4\xda\x89\x65\x5e\x3e\x9d\x14\x66\x69\x6d\x0a\x03\x69\x22\xbc\x09\x30\xdb\x44\xf6\xa7\x03\x67\x26\xb3\xd8\x0e\x2d\xa0\x4b\x26\x8d\x02\x93\xdf\x77\x7c\xe4\xa2\x19\x52\xc6\x45\x3a\xae\xac\x93\x7b\x7e\xcc\xee\x3b\x81\x4d\x42\x81\x24\xa3\xd8\x16\x7a\xeb\x0c\xae\x76\xcb\x7b\x12\xca\xc9\xeb\xe6\xab\x93\x9a\x3a\xc2\xf6\xfe\x69\xf5\x60\x9e\xd6\xb6\x1b\xa8\x0c\x6c\x68\xc1\xee\x34\x58\xc6\x50\xf1\xbd\xad\x7c\x80\xfc\x5f\x00\x00\x00\xff\xff\xc5\x06\x7b\x5e\xea\x33\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x57\x4d\x6f\xe3\x38\x12\xbd\xfb\x57\x14\x1a\x0b\xcc\xc9\x4a\x27\x83\x5d\xcc\xe8\xa6\x71\x94\xc4\x9b\xb4\x1d\x58\x4a\x80\x39\x19\x94\x54\xb2\x38\xa1\x48\x0d\x8b\x4a\xd6\xd3\xc8\x7f\x5f\x90\x94\x65\x47\xfe\x4a\xef\x61\x77\x2f\x41\x4c\x16\x8b\xef\x55\x15\xab\x9e\x58\xc3\x9f\x51\x13\x57\x32\x04\x83\x75\x23\x98\xc1\x40\x35\x28\xa9\xe2\xa5\x09\xb8\xba\x78\xbd\x1c\xbd\x70\x59\x84\x90\x76\xdb\xa3\x1a\x89\xd8\x0a\x43\xb8\x67\xe5\x0b\x83\x89\x92\x12\x73\x03\xc9\xd5\x14\x72\xd1\x92\x41\x0d\x7f\xfb\x3e\x79\x78\x4a\xd2\x78\xb1\x9c\x45\xdf\xe2\x77\xe0\x04\x19\x72\xb9\x82\x02\x1b\xa1\xd6\x58\x04\xf0\x44\x08\x3f\x0d\xec\xc6\xb9\xf7\x35\x66\x0d\x0f\x7f\xf9\xfa\xcb\xcf\x3f\x8d\x00\x8c\x02\x96\xe7\x48\x34\xb8\x6f\x11\x27\x29\x44\x8f\xd3\x60\x54\xa3\x61\x05\x33\x2c\x1c\x01\x30\x29\x95\x61\x86\x2b\x49\xf6\x27\x40\x81\x94\x6b\xde\x18\x47\x31\xad\x38\xf5\x3c\x81\x4b\x32\x4c\x08\x24\x88\x1a\x96\x57\x38\xb8\x80\x4b\x28\x38\x19\xcd\xb3\xd6\x60\x01\xb5\x2a\xd0\x79\xb4\x90\x56\x68\x2a\xd4\xf0\xc6\x4d\x05\x59\xcb\x45\x01\x0d\x6f\x50\x70\x89\x50\x2a\x0d\x12\xdf\x86\xce\x6a\xb6\x42\xf2\x07\x58\x51\x70\x8b\x87\x09\x68\x44\xbb\xe2\x92\x82\xce\xf1\x8d\xd2\x50\x2b\x6d\xa1\x95\x4a\xd7\x8e\x07\xb0\x4c\xb5\x06\x5a\xb2\xf1\x33\x1f\x08\x10\x22\x54\xc6\x34\xe1\xc5\x85\xc5\x59\xff\xc5\x03\xae\x9c\x2b\x9e\x2b\x39\x11\x8c\x28\x84\x92\x41\xc9\xc6\xf8\xaf\xbc\x62\x72\xe5\x19\x7c\x48\x70\xc1\xa9\x11\x6c\x3d\x96\xac\xc6\xf0\x70\x24\x92\xab\xa9\x3b\x67\xd8\x8a\x42\xf0\xf9\xe7\x72\xe5\xd7\x0e\x56\x4d\xa1\xf2\xb6\x46\xe9\x33\x31\x6e\xb5\x08\x0f\x02\xf5\x77\x76\x4b\x7d\xf6\xe9\x8a\x77\x7b\xd4\xb0\x1c\xc3\x2d\xde\x91\xca\xfe\xc0\xdc\x50\x38\x1a\xc3\x6e\xe9\xbe\x58\xb8\xc1\xd6\xf5\xc5\xeb\x65\x86\x86\x5d\x8e\x00\x7c\xf1\x3a\x3e\x1d\x1d\xcf\x66\xb7\x68\x36\x40\x06\xe5\x38\x02\xa0\x06\x73\x6f\x91\x29\x65\xc8\x68\xd6\x24\xa8\x5f\x51\x93\xb5\xbe\x8f\x6e\xee\xa3\xe5\x64\x3e\x9b\xc5\x93\x74\xf9\xdb\x7c\x9e\x26\xe9\x22\x7a\x5c\x26\xf1\xe2\x39\x5e\x24\xef\xee\x60\xae\x64\xc9\x57\x61\x97\x61\xff\x2b\x20\xa3\x34\x5b\x61\xa0\xb1\x11\x3c\x77\x51\x0a\x4a\x96\x1b\xa5\xad\xdf\x81\xe3\xc9\x7c\x76\x33\xbd\x5d\x26\xe9\x7c\x11\xdd\xc6\xcb\x45\xfc\xf8\x30\x9d\x44\xe9\x74\x3e\x5b\xde\x44\x93\x74\xbe\x78\x7f\x3f\xec\xdd\xa8\x86\xe7\xfb\x40\x6f\x17\xf3\xa7\xc7\xe5\xf4\xda\xbd\xb7\x92\xaf\xa8\x3b\xbd\xd2\xaa\x6d\x02\x5e\x9c\x38\xd1\x59\xbe\xe0\x3a\xc8\x95\x7c\x45\x6d\x50\xef\x9b\xdf\xc7\xbf\xdb\xff\x9f\xe3\x45\x1a\x2f\x0e\x9e\x09\x28\xaf\xb0\x66\x14\xa0\x64\x99\xc0\x03\xa4\x3f\xf8\x58\x26\x93\xbb\xf8\x5b\x94\x2c\xe3\x59\xf4\xdb\x43\xdc\xf3\x55\x65\x49\x68\x7e\x2c\x9a\xf3\x9b\x9b\x24\x4e\x3f\x13\xcd\x81\xf7\xb3\xd1\xf4\xf6\x9b\x68\x92\x61\xa6\xa5\x1f\xc3\x96\xa4\x51\xfa\x94\x7c\x06\xdb\xc0\xfb\x59\x6c\xde\xbe\x3b\xfc\xca\x44\x8b\xa7\x12\xf8\x1c\x3d\x3c\xc5\xfb\x29\x1c\x9c\x3b\x9f\xc4\x81\x9f\xc3\x69\x14\xfc\x15\x25\x12\x3d\x6a\x95\xe1\xe6\x9d\x70\xc9\x0d\x67\xe2\x1a\x05\x5b\x27\x98\x2b\x59\xb8\x17\xf7\xfd\x2e\x8e\x1e\xd2\xbb\xc9\x5d\x3c\xb9\x5f\x5e\xc7\x0f\xd1\xef\x7d\x44\x0c\xaf\x51\xb5\xe6\x98\x71\x3a\xfd\x16\xcf\x9f\xd2\xce\x5c\x23\x2b\xf8\x7f\xff\x52\x57\x02\xde\x6c\x3a\x4b\xd2\x68\x36\x89\x93\x6e\xf3\x75\xd3\xcb\xfa\x20\xda\x16\x32\x9d\xcf\xde\xdf\x47\x0d\xd3\xac\x46\x63\xbb\xce\x68\xfc\x71\xa2\x45\x42\xc0\x7d\x9b\xa1\x96\x68\x90\x40\x23\xa9\x56\xe7\x6e\xd2\x08\x01\x19\xba\xce\x56\x00\x2b\xed\x58\x36\x15\xf6\x23\xda\xae\x8f\x00\xba\xee\x3f\x73\xfd\xcf\xfe\x05\x55\xee\xda\xf5\x4d\x7a\xb7\x33\x8e\xba\x52\x08\xa1\x5e\xf7\x5d\x7b\x73\x60\x00\x30\x69\x30\xe7\x25\x47\x72\x5e\x65\x5b\x67\xa8\xed\x1d\xc3\x59\x4b\x86\x49\x8b\xdb\x28\x8b\x9a\x0c\xd3\x76\xe8\x66\x6b\x28\xb0\x64\xad\x30\xc1\x1e\xd8\x73\xae\x7a\xe8\x7d\xa8\x47\x36\x07\x7f\xb6\x5c\x63\x11\x82\xd1\x2d\x6e\x89\x7c\xb9\xfc\x32\x44\x9e\xf6\x73\xb0\xcb\x8d\xc5\xd6\x92\x9f\xf0\x6e\x10\xfb\xdd\x2e\x00\x9b\x88\xed\x01\x3d\xe6\xa7\xc7\xf7\x21\xdd\x27\x30\x5e\x05\x57\xc1\xe5\x5e\x01\x80\xe0\x64\x6c\x18\x2a\x45\x26\x6c\x94\x36\xd0\x30\xae\x69\x17\x2d\x92\x61\x99\xe0\x54\x79\x0d\x81\x9b\x4a\xdf\x60\xe7\x4a\xfa\x61\xae\xdc\x6e\xc7\xeb\x08\x1f\xbf\xdb\xcf\x43\x20\x3f\x10\x07\x74\x8e\x4e\xc5\x13\x04\x6d\x35\xf9\x4b\xc7\x6e\xa2\x8f\xfb\x4b\xc2\x5f\xbf\xfe\x7a\xb5\x4f\xbd\x95\xfc\xcf\x16\x9d\x80\x70\xc4\x98\x01\x5e\xa0\x34\xdb\x82\x9b\x7c\x4c\x8e\x9f\x71\x3e\x7b\x6f\x4a\xbf\xb8\x02\x07\xc8\x50\x28\xb9\xb2\x21\x0b\x60\xa6\x0c\x7a\x83\xba\x25\x03\x52\x19\x37\x56\x05\xcf\x4d\x27\xdf\xe4\xda\xae\x50\x5b\xf7\xfe\xa6\xd7\xb4\x17\xa6\xdb\x6e\xe7\x48\x5c\x36\xad\xf9\x44\x38\xce\xbc\xac\xc9\xa6\x0f\x43\x6e\x95\x9e\x4d\x76\x61\x33\xd8\xf5\x67\xc8\xd0\xbc\x21\xca\xc1\xf3\xf0\xba\x12\x98\x2c\x6c\x7c\x1c\x7b\x42\xcd\x99\xe0\x7f\x61\xe1\x76\xbb\x38\x12\xbc\x69\x6e\x0c\xba\x72\x75\x3e\xf6\x2b\x01\xd7\x5b\x14\x47\x78\x7e\x98\xe3\x27\xc8\x2a\xbd\x0a\x98\x13\x9f\x81\x57\x73\x1d\xfb\xe0\x0f\x52\x32\xf8\x27\x29\xb9\xbd\x69\xd8\x62\xd0\x58\x8c\x25\x13\x84\x9b\xaa\xf7\xa3\x49\xd8\xcf\x06\xcf\x78\x88\x3d\x76\x33\xab\xb3\x73\x46\x56\xa1\x40\x3f\xdc\x8e\xd5\xf3\x29\x5d\xb2\xd3\x4e\x2c\xb9\xbd\x8e\xf2\xbf\xcf\xd8\xb3\x85\x77\x36\x67\x83\xb1\xfd\xff\x9d\x35\x87\xe4\x7c\xde\x4e\x4b\x91\x73\x99\x5b\x6c\xd5\x1b\x78\xf5\xe6\xee\xf6\xfa\x19\x3a\x15\x06\x4e\x85\x0d\x21\x4f\xbc\x8d\xde\xf3\x70\x04\xe8\x59\xb5\xbf\x83\xf5\xe7\xcf\x02\xf5\xd2\xf4\x34\xd0\xb9\xb7\xf9\x34\xd0\xb3\x42\xfa\x3f\x01\xea\x75\xea\x69\xa0\x89\xb7\xf9\x34\xd0\xb3\xaa\xfa\x24\xd0\xad\xce\x20\xaf\xf2\x76\xc5\x94\x92\x86\x71\x89\x1a\x2a\x46\x5b\xd1\x82\xa5\xfd\x86\xaf\x90\x09\x53\xe5\x15\xe6\x2f\xee\xd1\x36\x56\x6a\x12\x30\xbd\x19\xbf\x06\x8b\x23\xc3\x75\xf3\xf4\x77\x5c\xf4\x23\xbb\xb0\xea\xb4\x67\xba\x27\x4d\x77\xb8\xfc\xe3\xeb\xa7\xc9\xbc\x55\x3c\xaf\x1c\x25\x87\xd2\xe9\x5a\x02\xd5\xee\xcb\xae\xe3\x00\x3b\x2d\x7c\x10\x5a\x27\x84\x77\xc0\xfd\xfd\xcb\xe8\xdf\x01\x00\x00\xff\xff\xdf\x95\x76\x14\x7d\x12\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYaml, - "Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftStrimziConnectYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x57\x4f\x6f\xdb\x3e\x12\xbd\xeb\x53\x0c\x8a\x05\x7a\xb2\xd2\xb4\xd8\x45\xab\x9b\xea\x28\x89\x37\xa9\x1d\x58\x4a\x80\x9e\x0c\x4a\x1a\x59\x6c\x24\x52\xe5\x50\xc9\xba\x45\xbe\xfb\x82\xa4\x2c\x3b\xf2\xbf\x74\x0f\xfb\xfb\x5d\x8a\x5a\x1c\xce\xbc\x37\x33\x9c\x79\x61\x0d\x7f\x40\x45\x5c\x8a\x00\x34\xd6\x4d\xc5\x34\xfa\xb2\x41\x41\x25\x2f\xb4\xcf\xe5\xd9\xd3\xb9\xf7\xc8\x45\x1e\x40\xd2\x1d\x7b\x35\x12\xb1\x25\x06\x70\xc3\x8a\x47\x06\x63\x29\x04\x66\x1a\xb2\xaa\x25\x8d\x0a\xfe\xf1\x7b\x7c\x7b\x1f\x27\xd1\x7c\x31\x0d\xbf\x45\x2f\xc0\x09\x52\xe4\x62\x09\x39\x36\x95\x5c\x61\xee\xc3\x3d\x21\xbc\x1f\xd8\x8d\x32\xe7\x67\xc4\x1a\x1e\x7c\xfe\xf0\xf9\xd3\x7b\x0f\x40\x4b\x60\x59\x86\x44\x83\x58\xf3\x28\x4e\x20\xbc\x9b\xf8\x5e\x8d\x9a\xe5\x4c\xb3\xc0\x03\x60\x42\x48\xcd\x34\x97\x82\xcc\x4f\x80\x1c\x29\x53\xbc\xd1\x96\x5e\x52\x72\xea\x39\x02\x17\xa4\x59\x55\x11\x84\x0d\xcb\x4a\x1c\xf8\xe7\x02\x72\x4e\x5a\xf1\xb4\xd5\x98\x43\x2d\x73\xf4\xad\x47\x80\x4b\xa9\xa0\x96\xca\x78\x28\xa4\xaa\x6d\x38\x60\xa9\x6c\x35\xb4\x64\x68\xea\x57\x71\x08\x11\x4a\xad\x9b\xe0\xec\xcc\xf8\xab\x7f\x71\x9f\x4b\xeb\x8a\x67\x52\x8c\x2b\x46\x14\x40\xc1\xa0\x60\x23\xfc\x4f\x56\x32\xb1\x44\x7b\xfa\xaa\x06\x39\xa7\xa6\x62\xab\x91\x60\x35\x06\x7b\x11\xdb\x3b\x9a\x2d\x29\x00\x57\x1e\x2e\x96\xee\xdb\xde\xa2\xe6\x32\x6b\x6b\x14\x2e\x59\xa3\x56\x55\xc1\x5e\x90\x2e\x5e\xf7\x69\x5d\xa0\xee\x3b\x35\x2c\xc3\x60\x83\xd3\x93\xe9\x0f\xcc\x34\x05\xde\x08\xb6\xbb\xea\xd1\xc0\xf4\x37\x6e\xcf\x9e\xce\x53\xd4\xec\xdc\x03\x70\x7d\x65\x79\x6c\x68\x6c\x17\x74\x8d\x60\xd0\x2a\x1e\x00\x35\x98\x39\x8b\x54\x4a\x4d\x5a\xb1\x26\x46\xf5\x84\x8a\x8c\xf5\x4d\x78\x79\x13\x2e\xc6\xb3\xe9\x34\x1a\x27\x8b\xaf\xb3\x59\x12\x27\xf3\xf0\x6e\x11\x47\xf3\x87\x68\x1e\xbf\xd8\x8b\x99\x14\x05\x5f\x06\x5d\x59\xdd\x2f\x9f\xb4\x54\x6c\x89\xbe\xc2\xa6\xe2\x99\x4d\x8f\x5f\xb0\x4c\x4b\x65\xfc\x0e\x1c\x8f\x67\xd3\xcb\xc9\xd5\x22\x4e\x66\xf3\xf0\x2a\x5a\xcc\xa3\xbb\xdb\xc9\x38\x4c\x26\xb3\xe9\xe2\x32\x1c\x27\xb3\xf9\xcb\xcb\x7e\xef\x5a\x36\x3c\xdb\x05\x7a\x35\x9f\xdd\xdf\x2d\x26\x17\xf6\x2d\x14\x7c\x49\xdd\xed\xa5\x92\x6d\xe3\xf3\xfc\xc8\x8d\xce\xf2\x11\x57\x7e\x26\xc5\x13\x2a\x8d\x6a\xd7\xfc\x26\xfa\x6e\xfe\xff\x10\xcd\x93\x68\xbe\xf7\x8e\x4f\x59\x89\x35\x23\x1f\x05\x4b\x2b\xdc\x43\xfa\x95\x8f\x45\x3c\xbe\x8e\xbe\x85\xf1\x22\x9a\x86\x5f\x6f\xa3\x9e\xaf\x2c\x0a\x42\xfd\x67\xd9\x9c\x5d\x5e\xc6\x51\xf2\x96\x6c\x0e\xbc\x9f\xcc\xa6\xb3\x5f\x67\x93\x34\xd3\x2d\xfd\x19\xb6\x38\x09\x93\xfb\xf8\x2d\xd8\x06\xde\x4f\x62\x73\xf6\xdd\xe5\x27\x56\xb5\x78\xac\x80\x0f\xe1\xed\x7d\xb4\x5b\xc2\xc1\xbd\xd3\x45\x1c\xf8\xd9\x5f\xc6\x8a\x3f\xa1\x40\xa2\x3b\x25\x53\x5c\xbf\x13\x2e\xb8\xe6\xac\xba\xc0\x8a\xad\x62\xcc\xa4\xc8\xed\x8b\xfb\x7d\x1d\x85\xb7\xc9\xf5\xf8\x3a\x1a\xdf\x2c\x2e\xa2\xdb\xf0\x7b\x9f\x11\xcd\x6b\x94\xad\x3e\x64\x9c\x4c\xbe\x45\xb3\xfb\xa4\x33\x57\xc8\x72\xfe\xff\x0f\x6a\x5b\xc0\x99\x4d\xa6\x71\x12\x4e\xc7\x51\xdc\x1d\x3e\xad\x07\x59\x9f\x44\x33\x42\x26\xb3\xe9\xcb\x8b\xd7\x30\xc5\x6a\xd4\x66\xea\x78\xa3\xd7\xdb\x26\xac\x2a\xb8\x69\x53\x54\x02\x35\x12\x28\x24\xd9\xaa\x0c\x09\x9e\x79\x55\x41\x8a\x76\xb2\xe5\xc0\x0a\xb3\x32\x75\x89\xfd\xfa\x34\xdf\x3d\x80\x6e\xe4\x4f\xed\xfc\x33\xff\x82\x2c\xb6\xed\xfa\xe9\xbc\x3d\x19\xbd\xae\x15\x02\xa8\x57\xfd\x3e\x5d\x5f\x18\x00\x8c\x1b\xcc\x78\xc1\x91\xac\x57\xd1\xd6\x29\x2a\x13\x63\xb8\x08\x49\x33\x61\x70\x6b\x69\x50\x93\x66\xca\x6c\xc4\x74\x05\x39\x16\xac\xad\xb4\xbf\x03\xf6\x94\xab\x1e\x7a\x9f\x6a\xcf\xd4\xe0\x67\xcb\x15\xe6\x01\x68\xd5\xe2\x86\xc8\xbb\xf3\x77\x43\xe4\x49\xbf\xfc\xba\xda\x18\x6c\x2d\x21\x14\x52\xb9\xed\xeb\x4e\xb3\xd7\xc2\x64\x07\xe8\x21\x3f\x3d\xbe\x57\xe5\x3e\x82\xf1\xa3\xff\xd1\x3f\xdf\x69\x00\xa8\x38\x69\x93\x86\x52\x92\x0e\x1a\xa9\x34\x34\x8c\x2b\xda\x46\x8b\xa4\x59\x5a\x71\x2a\x9d\x70\xc0\x75\xa7\xaf\xb1\x73\x29\xdc\x16\x97\xf6\xb4\xe3\x75\x80\x8f\x3b\xed\xf7\x21\x90\x5b\x88\x03\x3a\x07\xb7\xe2\x11\x82\xa6\x9b\x5c\xd0\x91\x5d\xe7\xa3\x3e\x48\xf0\xe5\xc3\x97\x8f\xbb\xd4\x5b\xc1\x7f\xb6\x68\x95\x83\x25\xc6\x34\xf0\x1c\x85\xde\x34\xdc\x50\x35\xda\x1d\xe7\xaa\xf7\x2c\xd5\xa3\x6d\x70\x80\x14\x2b\x29\x96\x26\x65\x3e\x4c\xa5\x46\x67\x50\xb7\xa4\x41\x48\x6d\xd7\x6a\xc5\x33\x0d\xcf\x5c\x97\xc0\xc4\xca\x7c\xa1\xb6\xee\xfd\x4d\x2e\x68\x27\x4d\x57\xdd\xc9\x81\xbc\xac\x47\xf3\x91\x74\x9c\x78\x59\xe3\xf5\x1c\x86\xcc\xc8\x3b\x53\xec\xdc\x54\xb0\x9b\xcf\x90\xa2\x7e\x46\x14\x83\xe7\xe1\xc4\x24\x30\x91\x9b\xfc\x58\xf6\x84\x8a\xb3\x8a\xff\xc2\xdc\x9e\x76\x79\x24\x78\x56\x5c\x6b\xb4\xed\x6a\x7d\xec\x76\x02\xae\x36\x28\x0e\xf0\x7c\xb5\xc7\x8f\x90\x95\x6a\xe9\x33\xab\x38\x7d\x27\xe5\x3a\xf6\xfe\x0f\x92\xc2\xff\x37\x49\xb1\x89\x34\x1c\x31\xa8\x0d\xc6\x82\x55\x84\xeb\xae\x77\xab\xa9\x32\x92\xde\x31\x1e\x62\x8f\xec\xce\xea\xec\xac\x91\x51\x28\xd0\x2f\xb7\x43\xfd\x7c\x4c\x97\x6c\x8d\x13\x43\x6e\x67\xa2\xfc\xf5\x15\x7b\x30\xf0\x4e\xd6\x6c\xb0\xb6\xff\xde\x55\xb3\x48\x4e\xd7\xed\xb8\x14\x39\x55\xb9\xf9\x46\xbd\x81\x53\x6f\x36\xb6\xd3\xcf\xd0\xa9\x30\xb0\x2a\x6c\x08\x79\xec\x6c\xd4\x8e\x87\x03\x40\x4f\xaa\xfd\x2d\xac\x9f\xde\x0a\xd4\x49\xd3\xe3\x40\x67\xce\xe6\xcd\x40\x4f\x0a\xe9\xff\x05\xa8\xd3\xa9\xc7\x81\xc6\xce\xe6\xcd\x40\x4f\xaa\xea\xa3\x40\x37\x3a\x83\x9c\xca\xdb\x16\x53\x52\x68\xc6\x05\x2a\x28\x19\x6d\x44\x0b\x16\xe6\x0f\xf7\x12\x59\xa5\xcb\xac\xc4\xec\xd1\x3e\xda\xc6\x48\x4d\x02\xa6\xd6\xeb\x57\x63\x7e\x60\xb9\xae\x9f\xfe\x96\x8b\x7e\x65\xe7\x46\x9d\xf6\x4c\x77\xa4\xe9\x16\x97\x7f\x7d\x78\x33\x99\xe7\x92\x67\xa5\xa5\x64\x51\x5a\x5d\x4b\x20\xdb\x5d\xd9\x75\x18\x60\xa7\x85\xf7\x42\xeb\x84\xf0\x16\xb8\x7f\xbe\xf3\xfe\x1b\x00\x00\xff\xff\x81\x6a\x4d\x35\x15\x12\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftStrimziConnectYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftStrimziConnectYaml, - "Template.template.openshift.io/openshift/strimzi-connect.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftStrimziConnectYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftStrimziConnectYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/strimzi-connect.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x57\x41\x6f\xdb\xb8\x12\xbe\xfb\x57\x0c\x8a\x02\x6d\x81\x67\xe5\xa5\x0f\xef\x50\xdd\x04\x47\x69\x83\xa4\x56\x60\x2b\x5d\x6c\x2f\x06\x2d\x8d\x2c\x6e\x28\x52\xcb\x19\xa5\x70\xbb\xf9\xef\x0b\x52\xb2\x2c\x3b\xb6\xd3\x76\x51\x60\x73\x08\x20\x92\x33\xf3\xcd\xcc\xc7\xe1\x67\x51\xcb\x4f\x68\x49\x1a\x1d\x02\x63\x55\x2b\xc1\x18\x98\x1a\x35\x95\xb2\xe0\x40\x9a\xb3\x87\xf3\xd1\xbd\xd4\x79\x08\x69\xb7\x3d\xaa\x90\x48\xac\x30\x84\x6b\x51\xdc\x0b\xc8\x54\x43\x8c\x16\x5e\x7e\x9b\xdc\xdc\xcd\xd3\x78\xb6\x98\x46\x1f\xe3\x47\x90\x04\x4b\x94\x7a\x05\x39\xd6\xca\xac\x31\x0f\xe0\x8e\x10\x5e\xed\x9d\x1b\xdf\x3b\x2f\xe3\xa5\x31\x4c\x6c\x45\x1d\xbe\xfb\xef\xbb\xb7\xaf\x46\x00\x82\xa0\x5f\x04\x42\xfb\x80\x16\xa4\x86\xb5\x69\x2c\x88\xba\x56\x32\x13\x2c\x8d\x1e\x55\xc8\x22\x17\x2c\x42\x67\xa3\xb5\x61\xbf\x4c\xee\x13\x20\x47\xca\xac\xac\xd9\x27\xf8\xd7\xd8\xaf\x01\xa4\xa5\xa4\x3e\x5d\x90\x9a\x58\x28\x45\x10\xd5\x22\x2b\x11\x3e\x1b\x73\x8f\x58\xa3\x05\xa1\xf3\xcd\xe2\x4e\xae\x14\xc0\xa5\xb1\x50\x19\xeb\xac\x0b\x63\x2b\x1f\x13\xc4\xd2\x34\x0c\x0d\xb9\xac\x79\x27\x06\x21\x42\xc9\x5c\x87\x67\x67\xc4\x56\x56\x5f\x65\x20\xcd\xa8\x83\xf3\x5b\x34\x9b\x5e\x4d\xdf\x87\x10\xe9\x35\xb8\x54\x80\xd8\x58\xcc\xe1\x8b\x54\x0a\x96\x08\xca\x10\x43\x53\x1b\x0d\xb5\xc9\x5d\x4e\x6c\x9b\xcc\x45\x0c\x20\xd1\x6a\x0d\x0d\xe1\x5e\xbc\xc2\x58\x60\x24\x96\x7a\x15\xbc\xf0\x61\x64\x66\xf4\x44\x09\xa2\x10\x0a\x01\x85\x18\x53\x29\x2c\x8e\x85\x62\xf7\x51\x28\x59\x8f\x4b\x63\xe5\x57\xa3\x59\x28\x6f\xb1\x43\x83\x5c\x52\xad\xc4\x7a\xac\x45\x85\xe1\x6e\x51\x5e\xc7\x75\x89\x15\x5a\xa1\x3c\x6e\xb1\xc2\x37\xde\x9e\xc5\x8a\x42\x68\xd9\x22\xf5\xea\x3f\x2e\x33\x9f\x58\xbb\x7b\x90\x6d\xb9\xc9\x9a\x0a\x75\xdb\xc3\x71\x63\x55\x78\xa0\x6c\x00\x2d\x8a\x6e\x69\x8c\x9b\xf8\xdd\x0e\xd5\x22\xc3\x70\x8b\x7f\x64\x96\x7f\x60\xc6\x14\x8e\xc6\x30\x24\xbc\x67\x5e\xb0\x75\x7c\xf6\x70\xbe\x44\x16\xe7\x23\x80\x96\xf2\x3e\xbf\x11\xc0\x90\x62\x9b\xe0\x7b\x34\x1e\x01\x50\x8d\x59\x7b\x02\x35\x4b\x5e\x27\x35\x5a\xc1\xc6\x86\x5d\x9b\xd9\xd4\x32\xeb\x17\xe1\xdb\x63\xb7\xde\x10\xda\x27\xcb\x1e\xdb\xc6\x32\x33\xba\x90\xab\xcd\x97\x63\x75\x21\x1a\xc5\x81\xc5\xfe\x1a\x04\x85\xc8\xbc\xfd\xcb\x6f\xd7\xd1\xe5\x75\xb4\xb8\x88\x2f\xa3\xbb\x9b\x74\x31\x8b\x6f\x6f\xae\x26\x51\x7a\x95\x4c\x17\x97\xd1\x24\x4d\x66\x8f\xbd\x1f\x65\x56\x41\x77\x9b\x83\x96\xc5\xc1\xc3\xa6\x38\x1b\x3f\x9f\xe2\xd9\xfc\x2a\x99\x6e\x8d\x4c\x51\x10\x32\x05\x3e\x9d\x93\x10\x92\xcb\xcb\x79\x9c\xce\x17\x69\x72\x7b\x35\x39\x09\x84\xad\xd0\x24\x5a\x4a\x13\x3b\x56\x38\x68\xa7\x7c\xa7\xb3\x68\x3a\x8f\x26\xde\xdb\x3c\x8d\xd2\x78\x71\x93\xbc\x3f\x11\x43\x49\x62\xd4\x68\x69\x5b\xc5\x5a\x09\xa9\x07\x7d\x00\x60\x45\x83\x6f\x25\x1f\x50\x23\xd1\xad\x35\x4b\xdc\x9a\x49\x2d\x59\x0a\x75\x81\x4a\xac\xe7\x98\x19\x9d\x93\x83\xd5\xe1\xfa\x10\x47\x37\xe9\x87\xc9\x87\x78\x72\xbd\xb8\x88\x6f\xa2\xdf\x1f\x07\xee\x65\x85\xa6\xe1\xd3\x46\xe9\xd5\xc7\x38\xb9\x4b\x7b\x33\x8b\x22\x97\xff\x06\x18\xbe\x17\xc3\xe3\xd3\xe4\x22\x5e\x4c\x92\xbb\xe9\xf6\x54\x77\xff\xb7\x28\x79\x5d\x63\x08\xc3\x0b\xea\xfe\x06\x24\xdb\x63\x59\xeb\xe8\xeb\x66\x02\x87\x3f\xd7\x8a\xcf\x49\x72\x1d\xc7\xb7\xf1\xec\x47\xeb\x70\xd8\xf0\x9f\xb6\xe4\x97\xc3\x19\xb4\x66\x6b\xf2\x33\xed\xa9\x85\x15\x15\xb2\xbf\x26\xe3\xdd\xc7\x33\x52\x0a\xae\x9b\x25\x5a\x8d\x8c\x04\x16\xc9\x34\x36\x43\xea\x1f\x29\x37\x16\x73\x10\x85\xd3\x02\x5c\x62\xaf\x0b\xdc\xfa\x08\xa0\x7b\x40\xa6\x7e\x78\xba\xff\x60\x8a\xe1\xb9\x7e\xaa\x0f\xc7\xea\x08\xe0\x41\xa8\x06\x43\xa8\xd6\xe3\xcd\xc1\x3d\x60\xd3\xa6\x5a\xa2\x75\xde\xb6\x0f\x77\x1f\xdb\xe4\x0e\x61\x29\xb3\xb2\xc7\xb9\x91\x23\xf0\xda\xe4\x39\x68\x6f\xdd\xbe\x77\x45\x77\x5e\xba\xf4\x32\x53\x55\xa8\x73\xcc\xdf\x3c\x01\xff\x6c\xc0\x81\xe7\x53\x5e\xdb\x7c\x0f\x75\x6c\xe4\xba\xfa\x67\x23\x2d\xe6\x21\xb0\x6d\x70\x5b\x88\x17\xff\x7b\x71\xbc\x02\xbb\x8a\xec\x54\xf6\xc7\x93\x3a\xe0\xa3\xc7\xba\x7f\xf1\x7f\x0c\x67\xda\x4b\x86\x6e\x00\x00\x1b\xaf\x5d\xbc\x5a\x71\xfa\xa5\x8b\x1a\xec\xa3\x3b\x66\xb9\x07\xac\x9b\x22\x27\x50\xbd\x0d\xde\x06\xe7\xc7\xeb\x47\xed\xe5\x1b\xb2\xd8\xe9\x21\xa9\xd1\x42\x29\x08\x88\x85\x65\xcc\x61\x89\x85\xd3\x7e\x25\x0a\xc5\x65\x56\x62\x76\xef\x19\x54\xbb\x79\x40\x20\xbc\x2c\x74\xb3\x80\x31\x7f\x92\xcb\x96\x34\x03\xf3\xcd\xec\x80\xdc\x0d\x8f\x03\xdc\x78\x32\x39\x06\x95\x3e\xff\xff\x09\x4a\xec\xa6\xd4\x92\xc1\x25\xe6\xb1\xfa\xa1\x43\x60\x1a\xfe\x4e\x98\xdd\x90\x7a\x06\x60\x37\xa1\x06\x10\xbf\x1f\xe1\xaf\x29\x7a\x4b\x9e\xe7\x0b\x7e\xe4\xf5\xfc\xd5\xc5\x7e\x0a\x6f\xbf\xd0\x47\x5f\xe8\x93\x45\xbe\x68\x85\x22\x0c\x94\x14\xb4\x4a\xca\xdf\x39\x8d\x5f\xd4\x1a\x32\x8b\xae\x66\xad\x3e\xa5\x7d\x68\xc7\x5d\xec\x61\x3b\x2e\x38\x87\xd5\x7b\x02\x71\x76\x18\x5a\xa7\x32\x5b\x50\xfb\x98\x92\x6e\xf3\x59\x4c\xcf\x29\xd0\x93\xe3\xea\x08\xb2\x81\x56\xf5\xdc\x64\xf7\xfb\x6c\x75\x18\x68\xba\x3d\xdb\x1d\x7d\x16\xf2\xf7\x0a\xdb\x5d\xe8\x7f\x07\x00\x00\xff\xff\x20\xf1\x31\x3c\xc8\x0f\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYaml, - "Template.template.openshift.io/openshift/strimzi-ephemeral.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/strimzi-ephemeral.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\xc1\x72\xdb\x36\x10\xbd\xf3\x2b\x76\x32\x39\x75\x4a\xba\xf2\x2d\xbc\xa9\x8e\x92\xaa\x8e\xa5\x8e\x2c\xa7\x47\x0d\x08\xae\x28\xd4\x20\x80\x62\x01\xb9\xaa\x27\xff\xde\x01\x40\xd2\x96\xc4\x7a\xe4\xa3\xb4\xe0\xdb\xf7\xde\x3e\x2c\x98\x11\xdf\xd1\x92\xd0\xaa\x04\x87\xad\x91\xcc\x61\xa1\x0d\x2a\xda\x89\xad\x2b\x84\xbe\xda\x4f\xb2\x47\xa1\xea\x12\xd6\x5d\x39\x6b\x91\x88\x35\x58\xc2\x2d\xdb\x3e\x32\xb8\x13\xd6\x6a\x7b\xc7\x1e\xd1\x82\x20\xa8\x50\xa8\x06\x6a\x34\x52\x1f\xb0\xce\x5a\x74\xac\x66\x8e\x95\x19\x00\x53\x4a\x3b\xe6\x84\x56\x14\x7e\x02\xd4\x48\xdc\x0a\xe3\x62\xfb\xf5\x4e\xd0\xc0\x01\x84\x22\xc7\xa4\xa4\x91\x26\x4e\x43\x1b\x7f\x76\x35\x2e\x3d\x39\xb4\x54\x00\x7c\xd1\x36\x02\x03\xb4\xda\x06\x90\xad\xb6\x6d\xec\x08\xac\xd2\xde\x81\xa7\xc0\xce\x1d\xb5\x22\x44\xd8\x39\x67\xca\xab\x2b\x72\x56\xb4\xff\x8a\x42\xe8\x08\x23\xb8\x56\x37\x92\x11\x95\xb0\x65\xb0\x65\x39\xf7\x15\x52\x2c\x1d\x79\x54\x0b\x32\x92\x1d\x72\xc5\x5a\x2c\x61\x6a\x18\xdf\xe1\x39\xf1\xf8\x9d\x63\x0d\x95\x90\x2c\x14\xaa\xf9\x39\x78\x43\x4e\x5b\x4c\xd5\xd1\x11\xd4\x9a\xfb\x16\x55\xb2\x2e\xf7\x56\x96\xa3\x7c\x53\xf7\xee\xaf\x3c\x59\x94\xb7\x5d\xe7\x50\x24\xc3\x38\x96\x2f\xd4\x33\x5d\xfd\x85\xdc\x51\x99\xe5\xf0\x3a\x08\x8f\x81\x79\xf1\x82\x7d\xb5\x9f\x54\xe8\xd8\x24\x03\x48\x51\x88\xd2\x8e\x95\xbd\x9e\x73\x4f\xe5\x84\x02\x19\xe4\xa9\xcc\xb5\x22\xdf\xa2\x2d\xbb\x61\x55\x5a\x3b\x72\x96\x99\x7b\xb4\x7b\xb4\x54\xc2\xc7\xe7\xe7\xbb\xf9\x6a\xb5\x5c\x6d\xee\xa6\xb7\xb3\xd5\xe6\x7e\xf9\xb0\xba\x99\xfd\xf8\xd1\x7d\xd0\x58\xed\xcd\xbc\x3e\x3f\xf7\x75\xb5\x7c\xf8\x63\x33\xff\xdc\x9d\x34\x56\xd7\x9e\xbf\xa7\xd1\x7a\xba\xfa\x3a\x5b\x77\x9f\x5b\x34\x52\x70\x36\x72\x6c\xb1\xfc\x3c\xdb\xdc\x2c\x1f\x16\xfd\xd1\x7d\x6f\xde\xc7\xe7\xe7\xdb\xe9\x97\xdb\xe9\xe6\xfb\x6c\x75\x3f\x5f\x2e\xba\xfa\xd3\x4e\x38\x94\x82\xdc\x39\xd6\x9f\xbf\xcd\xd7\xb3\x6f\xf3\xfb\x00\x65\x98\x65\x2d\x86\x34\x87\xa1\x1c\xdd\x8f\x5f\x7b\xee\x40\x91\x3c\xe8\x2d\xb8\x1d\x02\x69\x6f\x39\xf6\xb7\x20\xdc\x8e\x0a\x3b\xeb\xb1\xce\x00\xba\x70\x2e\xe2\x48\x2e\x03\x19\xc2\x34\x32\x83\x2c\xd8\xf2\xb7\x17\x16\xeb\x12\x9c\xf5\x21\xb8\x7b\x26\x7d\x98\xf7\x21\x4f\x38\x79\x87\x93\xc7\x24\xe5\x83\xeb\xe5\xa7\x5f\x3e\x5d\x5f\xaa\xcb\x31\xdb\xa0\x7b\xad\xab\xbb\xf5\x67\x5c\x2f\x52\x78\x0c\x37\xae\x30\x0d\xff\x6d\x85\x09\xe7\x5d\x0a\x17\xbe\xad\x12\x91\xd7\x6b\xac\x17\xa6\x74\x8d\x14\xf2\xc1\x77\xf0\x24\xa4\x0c\xe3\x1b\xd6\xe7\x89\xb8\x0b\x90\xc6\x95\xbd\xe4\xf5\x0d\x75\x1f\x26\x1f\x4e\xa9\xaf\x87\x45\xd6\x05\x3c\xcc\xc1\x13\xc2\x56\xdb\xb4\x46\x53\xb5\x1b\x4d\x9b\x5e\x81\xb0\xbb\x15\xc7\xe2\x94\xfe\xff\xa1\x0d\x9c\x8f\x6e\xce\x1b\x4c\xaf\x8b\xeb\x62\x32\xc6\xb5\xdf\x2c\x69\x43\x80\xa8\x43\x87\xe4\x6d\x64\x3b\xd4\x2b\x94\x5a\x35\x34\xc6\xf0\x0c\x63\xdc\xd2\x7e\xd5\x5c\x74\x21\x22\x54\x2e\xea\x53\xce\xdf\x04\xb9\x98\x50\x6d\x04\xef\x53\xc0\xe2\xd3\xc5\xa5\xaf\xb1\x8e\x46\x27\x77\x85\x6a\x8a\xf4\x4a\x6a\x93\x9e\x34\x29\xf5\x53\x7a\x8e\x98\x3a\x80\xc5\xc6\x4b\x66\x01\xff\x31\x16\x29\xda\x9b\x9e\xbb\xdf\xd9\x9e\xe5\xe4\x0e\x12\x47\xce\x9c\x59\xf0\x5e\x4a\xe3\xee\x0c\x4b\xed\x0d\x7b\x8a\x9f\xb2\xff\x02\x00\x00\xff\xff\x7a\xf9\xba\x52\x80\x08\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYaml, - "Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _templateTemplateOpenshiftIoOpenshiftStrimziPersistentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x97\xcd\x6e\xdb\x38\x10\x80\xef\x7e\x8a\x41\x51\xa0\x2d\x50\x2b\x3f\x8b\x1e\xaa\x9b\xe0\x28\x6d\x10\xc7\x0a\x6c\xa5\x40\x7b\x31\xc6\xd2\xc8\x66\x43\x91\x5a\x92\x72\xe1\x14\x79\xf7\x05\x29\x59\x92\x1d\x5b\x49\x76\x51\x60\x2f\x06\x4c\xcd\x0c\xbf\xf9\xe1\x70\x88\x05\xfb\x46\x4a\x33\x29\x7c\x30\x94\x17\x1c\x0d\x79\xb2\x20\xa1\x57\x2c\x33\x1e\x93\x27\xeb\xb3\xc1\x3d\x13\xa9\x0f\x71\xfd\x79\x90\x93\xd6\xb8\x24\x1f\xae\x31\xbb\x47\x48\x78\xa9\x0d\x29\x78\xfb\x7b\x34\xbe\x9b\xc5\xe1\x74\x3e\x09\x6e\xc2\x47\x60\x1a\x16\xc4\xc4\x12\x52\x2a\xb8\xdc\x50\xea\xc1\x9d\x26\x78\xb7\x27\x37\xbc\xb7\x56\x86\x0b\x29\x8d\x36\x0a\x0b\xff\xf3\xe9\xe7\xf3\x77\x03\x00\xd4\xd0\x2c\x82\x26\xb5\x26\x05\x4c\xc0\x46\x96\x0a\xb0\x28\x38\x4b\xd0\x30\x29\xbc\x41\x4e\x06\x53\x34\xe8\x5b\x25\x21\xa4\x71\xeb\xda\xfe\x05\x48\x49\x27\x8a\x15\xc6\x79\x18\xaf\x98\x6e\xdc\x04\x26\xb4\x41\xce\x35\x04\x05\x26\x2b\x82\x1f\x52\xde\x13\x15\xa4\x00\x45\xba\x5d\xdc\xf1\x51\x7b\xce\x26\xc0\xa5\x54\x90\x4b\x65\x6d\x64\x52\xe5\x6e\x43\xc0\x85\x2c\x0d\x94\xda\xfa\x6c\x76\x76\xd2\x44\xb0\x32\xa6\xf0\x4f\x4e\xb4\x51\x2c\x7f\x60\x1e\x93\xce\x14\x4b\xa4\x18\x71\xd4\xda\x87\x0c\x21\xc3\xa1\x5e\xa1\xa2\x21\x72\x63\xff\x64\x9c\x15\xc3\x95\x54\xec\x41\x0a\x83\xdc\x69\xec\x24\x27\x65\xba\xe0\xb8\x19\x0a\xcc\xc9\xdf\x45\x7e\x7f\x6b\xf3\xaa\x0d\x09\x03\xda\x48\x85\x4b\xfa\xe0\x0c\x18\x5c\x6a\x1f\xaa\x24\x32\xb1\xfc\x68\x43\x67\x05\xa8\xfa\x7a\xb0\x08\x52\x99\x94\x39\x89\x2a\xb2\xc3\x52\x71\xff\xa0\x3f\x15\x46\xbd\x34\x2c\x1a\x80\xfa\x93\x2e\x30\x21\xbf\xf5\x60\x20\x17\x3f\x29\x31\xda\x1f\x0c\xa1\x5b\x88\xae\x22\xbc\xd6\xf2\xc9\xfa\x6c\x41\x06\xcf\x06\x00\x55\x29\x3a\x0f\x07\x00\xdd\xcc\x6f\x77\xdf\x2b\xaf\x01\x80\x2e\x28\xa9\x24\x48\x18\x66\x36\x51\x41\x0a\x8d\x54\x7e\x9d\x4c\x23\x0b\x96\x34\x8b\xf0\xfb\xb1\x5e\x2f\x35\xa9\x27\xcb\x8e\x6d\xab\x99\x48\x91\xb1\xe5\xf6\x9f\x2d\xb6\x0c\x4b\x6e\x3c\x45\x6d\x79\x66\x98\x38\xfd\xb7\xbf\xaf\x83\xcb\xeb\x60\x7e\x11\x5e\x06\x77\xe3\x78\x3e\x0d\x6f\xc7\x57\xa3\x20\xbe\x8a\x26\xf3\xcb\x60\x14\x47\xd3\xc7\xc6\x0e\x97\x4b\xaf\x3e\x65\x5e\x55\x5f\xde\x7a\x1b\x9c\xad\x9d\x6f\xe1\x74\x76\x15\x4d\x5a\x25\x99\x65\x9a\x8c\xf6\x9c\x3b\xbd\x08\xd1\xe5\xe5\x2c\x8c\x67\xf3\x38\xba\xbd\x1a\xf5\x82\x18\x85\x42\x63\xe2\xac\x68\x63\xcb\xc2\xa2\xf5\xd9\x8e\xa7\xc1\x64\x16\x8c\x9c\xb5\x59\x1c\xc4\xe1\x7c\x1c\x7d\xe9\xd9\x83\xbb\x0a\x21\xa5\xdb\x28\x16\x1c\x99\xe8\xe4\x01\xc0\x70\xdd\xf9\xcf\xd9\x9a\x04\x69\x7d\xab\xe4\x82\x5a\x35\x26\x98\x61\xc8\x2f\x88\xe3\x66\x46\x89\x14\xa9\xb6\x58\x35\xd7\xd7\x30\x18\xc7\x5f\x47\x5f\xc3\xd1\xf5\xfc\x22\x1c\x07\xdf\x1f\x3b\xe6\x59\x4e\xb2\x34\xfd\x4a\xf1\xd5\x4d\x18\xdd\xc5\x8d\x9a\x22\x4c\xd9\xff\x01\xc3\xe5\xa2\x2b\x3e\x89\x2e\xc2\xf9\x28\xba\x9b\xb4\x52\x75\x03\x68\x29\xcd\xa6\x20\x1f\x7e\x2e\x64\xda\x2c\xad\x25\x2f\x73\xea\xe4\x61\x08\x29\x71\x32\x34\xe2\xc8\x72\xdb\x9f\xb8\xa6\xe6\x23\x00\x4b\x7d\x38\xed\xfc\xd7\xec\x81\x3a\xe5\x19\x8d\xef\x6e\xc2\xf9\x28\xb8\x0d\x46\x57\xf1\xf7\xc7\x8e\x60\xb5\x77\xdb\x1d\x86\x89\xdd\xa0\x16\xe8\xd4\xf9\x5e\xa1\x57\x26\x1e\xb6\x4d\xda\xff\x77\xd5\xf0\x23\x8a\xae\xc3\xf0\x36\x9c\xbe\x36\x15\x87\x15\xff\x6b\x55\xfc\x71\x9c\x4e\x75\xb4\x2a\x2f\xa9\x90\x9e\xdc\x6f\x33\xdd\x1a\x3c\x9a\xed\x23\xb9\x2e\x50\x61\x4e\xc6\x1d\xfb\xe1\xee\x1d\x1d\x70\x0e\xd7\xe5\x82\x94\x20\x43\x1a\x14\x69\x59\xaa\x84\x34\xfc\x62\x9c\xc3\x82\x5c\x9b\x4f\x01\x33\x3b\x73\x98\x15\x35\xf3\x87\x5d\x1f\x00\xd4\x57\xe2\xc4\x5d\x06\xf6\x17\x64\xd6\x95\x6b\xae\xa9\xee\x35\x31\x00\x58\x23\x2f\xc9\x87\x7c\x33\xdc\x0a\xee\x81\x4d\xca\x7c\x41\xca\x5a\x6b\x07\x85\x66\x6f\x99\x5a\xc2\x15\x4b\x56\x0d\xe7\x76\xec\x81\xf7\x32\x4d\x41\x38\xed\xea\x06\xcf\x6a\x79\x66\xdd\x4b\x64\x9e\x93\x48\x29\xfd\xf0\x04\xfe\xd9\x0d\x3b\x96\xfb\xac\x56\xfe\x1e\x4a\xff\xc0\x96\xc8\xdf\x25\x53\x94\xfa\x60\x54\x49\x6d\x20\xde\xfc\xf5\xe6\x78\x04\x76\x27\xbf\x3e\xef\x8f\x3b\x75\xc0\x46\xc3\xba\xdf\xc8\x5e\xc7\x19\x37\x43\x50\xdd\x4d\xc0\x48\x7b\x9b\x43\x26\x55\x35\x99\xd5\xbb\x7a\xfb\x74\xc7\x34\xf7\xc0\xea\x96\xd4\x43\x75\xee\x9d\x7b\x67\xfb\x5c\xdf\x5c\x87\x05\x37\x06\x01\xae\x91\x71\x5c\xf0\x8a\xaa\xcd\xb0\x9d\x67\x3e\x02\x79\x4b\x0f\x3e\x9d\x9d\xdf\xb0\x8f\x70\xfe\x85\x3d\x01\x6d\xe5\x6b\xa3\x23\x2c\x30\x61\x66\x73\x20\xdd\x7b\x87\xb3\x87\xfa\xec\xf4\xf4\x0b\x7b\x05\x75\x15\xaa\x97\x11\x57\xb2\xc7\x68\x0f\x5e\x1a\xaf\x25\x6d\x6b\x4b\x57\x9d\xb2\xdb\x25\xec\x04\xcd\x04\x29\x58\xa1\x06\x6d\x50\x19\x4a\x61\x41\x99\x9d\xe2\x57\x84\xdc\xac\x92\x15\x25\xf7\xee\x84\x16\xb6\x79\x6b\x40\x37\xe0\xdb\xc6\x6d\x28\xed\x49\x41\x47\x7d\xdb\xe8\x6d\xfb\xc4\x43\xc9\x78\xd2\xe6\x3b\x95\x7c\xf6\xa9\xe7\xc8\xed\xba\x54\x1d\x36\xeb\x98\x63\x75\x37\x84\x06\x59\x9a\x17\x62\xd6\x37\xca\x33\x80\xf5\x75\xd2\x41\x7c\x39\xe1\x9f\x09\x7a\x55\x45\xcf\x07\xfc\xc8\xb4\xf5\xa7\x83\xfd\x14\x6f\x3f\xd0\x47\x27\xba\xde\x20\x5f\x54\x0f\x0b\xe8\x4c\xde\x50\x4d\xde\xee\x1c\x0a\xfa\xc5\x37\x90\x28\xb2\x31\xab\xde\x33\x7a\x1f\xed\xb8\x89\x3d\xb6\xe3\x0f\x94\x6e\xf4\x9e\x20\x4e\x0f\xa3\xd5\xaf\x92\x0a\x6a\x9f\x29\xaa\x3f\x3e\xcb\xf4\xdc\x8b\xa5\xf7\x3a\x38\x42\xd6\x79\xdb\xb8\xda\x34\x64\xdf\x5d\x87\x41\xe3\x56\xb6\x16\x7d\x16\xf9\xa5\x0f\xa1\x5d\xf4\x7f\x02\x00\x00\xff\xff\xbe\x98\x38\x2c\x90\x11\x00\x00") - -func templateTemplateOpenshiftIoOpenshiftStrimziPersistentYamlBytes() ([]byte, error) { - return bindataRead( - _templateTemplateOpenshiftIoOpenshiftStrimziPersistentYaml, - "Template.template.openshift.io/openshift/strimzi-persistent.yaml", - ) -} - -func templateTemplateOpenshiftIoOpenshiftStrimziPersistentYaml() (*asset, error) { - bytes, err := templateTemplateOpenshiftIoOpenshiftStrimziPersistentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "Template.template.openshift.io/openshift/strimzi-persistent.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x94\xbf\x6e\xdb\x40\x0c\xc6\x77\x3d\x05\x91\x5d\x0a\xdc\xa9\xd0\x56\x24\x6e\x97\x0e\x41\xd1\xa6\x33\x75\xa2\x2d\xd6\xa7\xe3\xe1\x48\x39\xf1\xdb\x17\x27\xc9\x7f\x10\xd8\x48\xd0\x26\xde\x48\x1d\xf5\xe9\x47\xea\xe3\x61\xe4\x47\x4a\xca\x12\x6a\xc0\xb6\x67\xcd\x61\xa2\x35\xab\x25\x34\x96\x50\x6d\x3e\x6b\xc5\x72\xbb\x5d\x34\x64\xb8\x28\x36\x1c\xda\x1a\x1e\xd1\x73\x8b\xc6\x61\xfd\x9b\x9a\x4e\x64\x73\x27\x61\xc5\xeb\x61\x7a\xa7\xe8\xc9\xb0\x45\xc3\xba\x00\x08\xd8\x53\x0d\x98\xa4\x3c\xe8\x97\x4e\x82\x25\xf1\x9e\x52\x85\x49\x2a\x89\x14\xb4\xe3\x95\x55\x2c\xc5\xd3\x24\xa8\x75\x51\x82\xf3\x4c\xc1\x26\xed\xac\x05\xa0\x94\xb6\xec\x68\x4a\x5e\x13\x3f\x29\xd2\x88\x8e\x6a\xd8\x0c\x0d\x95\xba\x53\xa3\x7e\x3e\x8c\x68\x5d\x0d\xb7\x51\xda\xa7\x8e\x8d\x3c\xab\x15\x00\x2b\x64\x3f\x24\x7a\x10\xcf\x6e\x57\xc3\x57\x64\xff\x0f\xad\x00\xa4\xc1\x93\x66\xd8\x12\x30\xf2\xb7\x24\x43\xd4\x89\xbd\x84\x9b\x9b\x31\x38\xfe\x81\xc3\xc9\x76\x31\x06\x12\x69\x9a\xe7\xe1\xe0\xee\xc7\xf2\xcb\xcf\xe5\x9c\xfc\x7a\xb8\xdf\x27\x89\x54\x86\xe4\xe8\x50\x18\xa5\xd5\x39\x4c\x14\x3d\xbb\x51\xe7\xc8\xaa\xe7\x91\x30\x46\xbd\x0c\x35\x19\xe0\x34\xfb\xf4\x6e\xc0\x2d\x52\x2f\x41\xc9\xf6\xd8\x2d\x45\x2f\xbb\x9e\x82\xbd\x68\xe4\xa4\x46\x0d\x8d\x56\x83\x9f\x1f\x9d\x69\xa8\x41\x73\xdd\x5b\x3b\xfa\xdf\x1e\x5c\x92\xf0\x47\x9a\x3d\xdd\x1c\x9e\xa1\xa2\x67\xa3\x30\xa2\xbc\x05\xed\x9a\x53\xbd\xe0\x89\x97\xb6\xfe\x20\xd7\x1e\xe9\xdc\xb8\xf2\x7a\xd5\x2b\x40\x9d\xd3\x57\x56\x3f\x97\x54\xef\xb5\xff\x4a\x6e\x48\x6c\xbb\x8f\x19\x6e\x09\xf7\xcb\xef\xcb\x4b\x93\xde\x7f\x3b\xd3\xd3\x73\x1e\x77\xbe\xef\x39\xdb\xe2\x6f\x00\x00\x00\xff\xff\x77\x3f\x42\x95\x12\x06\x00\x00") - -func validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYamlBytes() ([]byte, error) { - return bindataRead( - _validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYaml, - "ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml", - ) -} - -func validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYaml() (*asset, error) { - bytes, err := validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml": apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYaml, - "APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml": apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYaml, - "ClusterRole.rbac.authorization.k8s.io/admin.yaml": clusterroleRbacAuthorizationK8sIoAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-access.yaml": clusterroleRbacAuthorizationK8sIoAsbAccessYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml": clusterroleRbacAuthorizationK8sIoAsbAuthYaml, - "ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml": clusterroleRbacAuthorizationK8sIoAsbUserAccessYaml, - "ClusterRole.rbac.authorization.k8s.io/basic-user.yaml": clusterroleRbacAuthorizationK8sIoBasicUserYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml": clusterroleRbacAuthorizationK8sIoClusterAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml": clusterroleRbacAuthorizationK8sIoClusterDebuggerYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml": clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml": clusterroleRbacAuthorizationK8sIoClusterReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml": clusterroleRbacAuthorizationK8sIoClusterStatusYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml": clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml": clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml": clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYaml, - "ClusterRole.rbac.authorization.k8s.io/edit.yaml": clusterroleRbacAuthorizationK8sIoEditYaml, - "ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml": clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYaml, - "ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml": clusterroleRbacAuthorizationK8sIoNamespaceViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml": clusterroleRbacAuthorizationK8sIoRegistryAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml": clusterroleRbacAuthorizationK8sIoRegistryEditorYaml, - "ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml": clusterroleRbacAuthorizationK8sIoRegistryViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml": clusterroleRbacAuthorizationK8sIoRouterMetricsYaml, - "ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml": clusterroleRbacAuthorizationK8sIoSarCreatorYaml, - "ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml": clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYaml, - "ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml": clusterroleRbacAuthorizationK8sIoSelfProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml": clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml": clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYaml, - "ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml": clusterroleRbacAuthorizationK8sIoStorageAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml": clusterroleRbacAuthorizationK8sIoStrimziAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml": clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml": clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml": clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml": clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYaml, - "ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml": clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYaml, - "ClusterRole.rbac.authorization.k8s.io/sudoer.yaml": clusterroleRbacAuthorizationK8sIoSudoerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml": clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml": clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml": clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml": clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml": clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml": clusterroleRbacAuthorizationK8sIoSystemBasicUserYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemBuildControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml": clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml": clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml": clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYaml, - "ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml": clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml": clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml": clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml": clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYaml, - "ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml": clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml": clusterroleRbacAuthorizationK8sIoSystemDeployerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml": clusterroleRbacAuthorizationK8sIoSystemDiscoveryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemGcControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml": clusterroleRbacAuthorizationK8sIoSystemHeapsterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemHpaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml": clusterroleRbacAuthorizationK8sIoSystemImageAuditorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml": clusterroleRbacAuthorizationK8sIoSystemImageBuilderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml": clusterroleRbacAuthorizationK8sIoSystemImagePrunerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml": clusterroleRbacAuthorizationK8sIoSystemImagePullerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml": clusterroleRbacAuthorizationK8sIoSystemImagePusherYaml, - "ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml": clusterroleRbacAuthorizationK8sIoSystemImageSignerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemJobControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml": clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml": clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml": clusterroleRbacAuthorizationK8sIoSystemKubeDnsYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml": clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml": clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-master.yaml": clusterroleRbacAuthorizationK8sIoSystemMasterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml": clusterroleRbacAuthorizationK8sIoSystemMetricsServerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeProxierYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-node.yaml": clusterroleRbacAuthorizationK8sIoSystemNodeYaml, - "ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml": clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml": clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYaml, - "ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml": clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-registry.yaml": clusterroleRbacAuthorizationK8sIoSystemRegistryYaml, - "ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-router.yaml": clusterroleRbacAuthorizationK8sIoSystemRouterYaml, - "ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml": clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYaml, - "ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml": clusterroleRbacAuthorizationK8sIoSystemSdnManagerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml": clusterroleRbacAuthorizationK8sIoSystemSdnReaderYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml": clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml": clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYaml, - "ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml": clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYaml, - "ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml": clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml": clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, - "ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml": clusterroleRbacAuthorizationK8sIoSystemWebhookYaml, - "ClusterRole.rbac.authorization.k8s.io/view.yaml": clusterroleRbacAuthorizationK8sIoViewYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml": clusterrolebindingRbacAuthorizationK8sIoAdmin0Yaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml": clusterrolebindingRbacAuthorizationK8sIoAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml": clusterrolebindingRbacAuthorizationK8sIoAsbAccessYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml": clusterrolebindingRbacAuthorizationK8sIoAsbAuthYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml": clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml": clusterrolebindingRbacAuthorizationK8sIoBasicUsersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml": clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml": clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterReadersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml": clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml": clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml": clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml": clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml": clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml": clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml": clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml": clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml": clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml": clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml": clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml": clusterrolebindingRbacAuthorizationK8sIoSdnReaderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml": clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml": clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml": clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml": clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml": clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml": clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml": clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemMastersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodeYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemNodesYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml": clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml": clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml": clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYaml, - "ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml": clusterrolebindingRbacAuthorizationK8sIoViewYaml, - "ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml": clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYaml, - "ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml": clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYaml, - "ConfigMap/kube-service-catalog/cluster-info.yaml": configmapKubeServiceCatalogClusterInfoYaml, - "ConfigMap/kube-system/extension-apiserver-authentication.yaml": configmapKubeSystemExtensionApiserverAuthenticationYaml, - "ConfigMap/openshift-ansible-service-broker/broker-config.yaml": configmapOpenshiftAnsibleServiceBrokerBrokerConfigYaml, - "ConfigMap/openshift-azure-branding/branding.yaml": configmapOpenshiftAzureBrandingBrandingYaml, - "ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml": configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYaml, - "ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml": configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYaml, - "ConfigMap/openshift-azure-logging/log-analytics-cluster-agent-config.yaml": configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYaml, - "ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml": configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYaml, - "ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml": configmapOpenshiftAzureMonitoringMetricsBridgeYaml, - "ConfigMap/openshift-console/console-config.yaml": configmapOpenshiftConsoleConsoleConfigYaml, - "ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml": configmapOpenshiftMonitoringClusterMonitoringConfigYaml, - "ConfigMap/openshift-template-service-broker/apiserver-config.yaml": configmapOpenshiftTemplateServiceBrokerApiserverConfigYaml, - "ConfigMap/openshift-web-console/webconsole-config.yaml": configmapOpenshiftWebConsoleWebconsoleConfigYaml, - "CronJob.batch/openshift-etcd/etcd-backup.yaml": cronjobBatchOpenshiftEtcdEtcdBackupYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml": customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml": customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml": customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml": customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYaml, - "CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml": customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYaml, - "DaemonSet.apps/default/docker-registry.yaml": daemonsetAppsDefaultDockerRegistryYaml, - "DaemonSet.apps/default/router.yaml": daemonsetAppsDefaultRouterYaml, - "DaemonSet.apps/kube-service-catalog/apiserver.yaml": daemonsetAppsKubeServiceCatalogApiserverYaml, - "DaemonSet.apps/kube-service-catalog/controller-manager.yaml": daemonsetAppsKubeServiceCatalogControllerManagerYaml, - "DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml": daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYaml, - "DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml": daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYaml, - "DaemonSet.apps/openshift-template-service-broker/apiserver.yaml": daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYaml, - "Deployment.apps/default/registry-console.yaml": deploymentAppsDefaultRegistryConsoleYaml, - "Deployment.apps/openshift-ansible-service-broker/asb.yaml": deploymentAppsOpenshiftAnsibleServiceBrokerAsbYaml, - "Deployment.apps/openshift-azure-branding/branding.yaml": deploymentAppsOpenshiftAzureBrandingBrandingYaml, - "Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml": deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYaml, - "Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml": deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYaml, - "Deployment.apps/openshift-console/console.yaml": deploymentAppsOpenshiftConsoleConsoleYaml, - "Deployment.apps/openshift-infra/customer-admin-controller.yaml": deploymentAppsOpenshiftInfraCustomerAdminControllerYaml, - "Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml": deploymentAppsOpenshiftInfraStrimziClusterOperatorYaml, - "Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml": deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYaml, - "Deployment.apps/openshift-monitoring/metrics-server.yaml": deploymentAppsOpenshiftMonitoringMetricsServerYaml, - "Deployment.apps/openshift-web-console/webconsole.yaml": deploymentAppsOpenshiftWebConsoleWebconsoleYaml, - "ImageStream.image.openshift.io/openshift/apicast-gateway.yaml": imagestreamImageOpenshiftIoOpenshiftApicastGatewayYaml, - "ImageStream.image.openshift.io/openshift/apicurito-ui.yaml": imagestreamImageOpenshiftIoOpenshiftApicuritoUiYaml, - "ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml": imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYaml, - "ImageStream.image.openshift.io/openshift/dotnet.yaml": imagestreamImageOpenshiftIoOpenshiftDotnetYaml, - "ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml": imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYaml, - "ImageStream.image.openshift.io/openshift/fuse7-console.yaml": imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYaml, - "ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/golang.yaml": imagestreamImageOpenshiftIoOpenshiftGolangYaml, - "ImageStream.image.openshift.io/openshift/httpd.yaml": imagestreamImageOpenshiftIoOpenshiftHttpdYaml, - "ImageStream.image.openshift.io/openshift/java.yaml": imagestreamImageOpenshiftIoOpenshiftJavaYaml, - "ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml": imagestreamImageOpenshiftIoOpenshiftJbossAmq62Yaml, - "ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml": imagestreamImageOpenshiftIoOpenshiftJbossAmq63Yaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml": imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/jenkins.yaml": imagestreamImageOpenshiftIoOpenshiftJenkinsYaml, - "ImageStream.image.openshift.io/openshift/mariadb.yaml": imagestreamImageOpenshiftIoOpenshiftMariadbYaml, - "ImageStream.image.openshift.io/openshift/modern-webapp.yaml": imagestreamImageOpenshiftIoOpenshiftModernWebappYaml, - "ImageStream.image.openshift.io/openshift/mongodb.yaml": imagestreamImageOpenshiftIoOpenshiftMongodbYaml, - "ImageStream.image.openshift.io/openshift/mysql.yaml": imagestreamImageOpenshiftIoOpenshiftMysqlYaml, - "ImageStream.image.openshift.io/openshift/nginx.yaml": imagestreamImageOpenshiftIoOpenshiftNginxYaml, - "ImageStream.image.openshift.io/openshift/nodejs.yaml": imagestreamImageOpenshiftIoOpenshiftNodejsYaml, - "ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml": imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7Yaml, - "ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8Yaml, - "ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8Yaml, - "ImageStream.image.openshift.io/openshift/perl.yaml": imagestreamImageOpenshiftIoOpenshiftPerlYaml, - "ImageStream.image.openshift.io/openshift/php.yaml": imagestreamImageOpenshiftIoOpenshiftPhpYaml, - "ImageStream.image.openshift.io/openshift/postgresql.yaml": imagestreamImageOpenshiftIoOpenshiftPostgresqlYaml, - "ImageStream.image.openshift.io/openshift/python.yaml": imagestreamImageOpenshiftIoOpenshiftPythonYaml, - "ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8Yaml, - "ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml": imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYaml, - "ImageStream.image.openshift.io/openshift/redis.yaml": imagestreamImageOpenshiftIoOpenshiftRedisYaml, - "ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8Yaml, - "ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml": imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8Yaml, - "ImageStream.image.openshift.io/openshift/ruby.yaml": imagestreamImageOpenshiftIoOpenshiftRubyYaml, - "Namespace/default.yaml": namespaceDefaultYaml, - "Namespace/kube-public.yaml": namespaceKubePublicYaml, - "Namespace/kube-service-catalog.yaml": namespaceKubeServiceCatalogYaml, - "Namespace/kube-system.yaml": namespaceKubeSystemYaml, - "Namespace/openshift-ansible-service-broker.yaml": namespaceOpenshiftAnsibleServiceBrokerYaml, - "Namespace/openshift-azure-branding.yaml": namespaceOpenshiftAzureBrandingYaml, - "Namespace/openshift-azure-logging.yaml": namespaceOpenshiftAzureLoggingYaml, - "Namespace/openshift-azure-monitoring.yaml": namespaceOpenshiftAzureMonitoringYaml, - "Namespace/openshift-azure.yaml": namespaceOpenshiftAzureYaml, - "Namespace/openshift-console.yaml": namespaceOpenshiftConsoleYaml, - "Namespace/openshift-etcd.yaml": namespaceOpenshiftEtcdYaml, - "Namespace/openshift-infra.yaml": namespaceOpenshiftInfraYaml, - "Namespace/openshift-logging.yaml": namespaceOpenshiftLoggingYaml, - "Namespace/openshift-monitoring.yaml": namespaceOpenshiftMonitoringYaml, - "Namespace/openshift-sdn.yaml": namespaceOpenshiftSdnYaml, - "Namespace/openshift-template-service-broker.yaml": namespaceOpenshiftTemplateServiceBrokerYaml, - "Namespace/openshift-web-console.yaml": namespaceOpenshiftWebConsoleYaml, - "Namespace/openshift.yaml": namespaceOpenshiftYaml, - "OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml": oauthclientOauthOpenshiftIoCockpitOauthClientYaml, - "OAuthClient.oauth.openshift.io/openshift-console.yaml": oauthclientOauthOpenshiftIoOpenshiftConsoleYaml, - "PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml": priorityclassSchedulingK8sIoSystemClusterCriticalYaml, - "PriorityClass.scheduling.k8s.io/system-node-critical.yaml": priorityclassSchedulingK8sIoSystemNodeCriticalYaml, - "PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml": prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYaml, - "Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml": roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, - "Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml": roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYaml, - "Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml": roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYaml, - "Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml": roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYaml, - "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml": roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml": roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml": roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml": roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, - "Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml": roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, - "Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml": roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYaml, - "Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml": roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYaml, - "Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml": roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, - "Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml": roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, - "Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml": roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml": rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml": rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml": rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, - "RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml": rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, - "RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml": rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, - "Route.route.openshift.io/default/docker-registry.yaml": routeRouteOpenshiftIoDefaultDockerRegistryYaml, - "Route.route.openshift.io/default/registry-console.yaml": routeRouteOpenshiftIoDefaultRegistryConsoleYaml, - "Route.route.openshift.io/openshift-azure-branding/branding.yaml": routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYaml, - "Route.route.openshift.io/openshift-azure-monitoring/canary.yaml": routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYaml, - "Route.route.openshift.io/openshift-console/console.yaml": routeRouteOpenshiftIoOpenshiftConsoleConsoleYaml, - "Secret/default/docker-registry-http.yaml": secretDefaultDockerRegistryHttpYaml, - "Secret/default/registry-certificates.yaml": secretDefaultRegistryCertificatesYaml, - "Secret/default/registry-config.yaml": secretDefaultRegistryConfigYaml, - "Secret/default/registry-console.yaml": secretDefaultRegistryConsoleYaml, - "Secret/default/router-certs.yaml": secretDefaultRouterCertsYaml, - "Secret/default/router-stats.yaml": secretDefaultRouterStatsYaml, - "Secret/kube-service-catalog/apiserver-ssl.yaml": secretKubeServiceCatalogApiserverSslYaml, - "Secret/openshift/redhat-registry.yaml": secretOpenshiftRedhatRegistryYaml, - "Secret/openshift-ansible-service-broker/asb-client.yaml": secretOpenshiftAnsibleServiceBrokerAsbClientYaml, - "Secret/openshift-azure-logging/log-analytics.yaml": secretOpenshiftAzureLoggingLogAnalyticsYaml, - "Secret/openshift-azure-monitoring/azure-registry.yaml": secretOpenshiftAzureMonitoringAzureRegistryYaml, - "Secret/openshift-azure-monitoring/etcd-metrics.yaml": secretOpenshiftAzureMonitoringEtcdMetricsYaml, - "Secret/openshift-azure-monitoring/mdm-cert.yaml": secretOpenshiftAzureMonitoringMdmCertYaml, - "Secret/openshift-console/apiserver-cert.yaml": secretOpenshiftConsoleApiserverCertYaml, - "Secret/openshift-console/console-oauth-config.yaml": secretOpenshiftConsoleConsoleOauthConfigYaml, - "Secret/openshift-infra/aad-group-sync-config.yaml": secretOpenshiftInfraAadGroupSyncConfigYaml, - "Secret/openshift-monitoring/etcd-metrics.yaml": secretOpenshiftMonitoringEtcdMetricsYaml, - "Secret/openshift-monitoring/metrics-server-certs.yaml": secretOpenshiftMonitoringMetricsServerCertsYaml, - "Secret/openshift-monitoring/router-stats.yaml": secretOpenshiftMonitoringRouterStatsYaml, - "Secret/openshift-template-service-broker/templateservicebroker-client.yaml": secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, - "SecurityContextConstraints.security.openshift.io/anyuid.yaml": securitycontextconstraintsSecurityOpenshiftIoAnyuidYaml, - "SecurityContextConstraints.security.openshift.io/hostaccess.yaml": securitycontextconstraintsSecurityOpenshiftIoHostaccessYaml, - "SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml": securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYaml, - "SecurityContextConstraints.security.openshift.io/hostnetwork.yaml": securitycontextconstraintsSecurityOpenshiftIoHostnetworkYaml, - "SecurityContextConstraints.security.openshift.io/nonroot.yaml": securitycontextconstraintsSecurityOpenshiftIoNonrootYaml, - "SecurityContextConstraints.security.openshift.io/privileged.yaml": securitycontextconstraintsSecurityOpenshiftIoPrivilegedYaml, - "SecurityContextConstraints.security.openshift.io/restricted.yaml": securitycontextconstraintsSecurityOpenshiftIoRestrictedYaml, - "Service/default/docker-registry.yaml": serviceDefaultDockerRegistryYaml, - "Service/default/registry-console.yaml": serviceDefaultRegistryConsoleYaml, - "Service/default/router-stats.yaml": serviceDefaultRouterStatsYaml, - "Service/default/router.yaml": serviceDefaultRouterYaml, - "Service/kube-service-catalog/apiserver.yaml": serviceKubeServiceCatalogApiserverYaml, - "Service/kube-service-catalog/controller-manager.yaml": serviceKubeServiceCatalogControllerManagerYaml, - "Service/kube-system/aro-admission-controller.yaml": serviceKubeSystemAroAdmissionControllerYaml, - "Service/openshift-ansible-service-broker/asb.yaml": serviceOpenshiftAnsibleServiceBrokerAsbYaml, - "Service/openshift-azure-branding/branding.yaml": serviceOpenshiftAzureBrandingBrandingYaml, - "Service/openshift-azure-logging/healthmodel-replicaset-service.yaml": serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYaml, - "Service/openshift-azure-monitoring/canary.yaml": serviceOpenshiftAzureMonitoringCanaryYaml, - "Service/openshift-azure-monitoring/etcd-metrics.yaml": serviceOpenshiftAzureMonitoringEtcdMetricsYaml, - "Service/openshift-azure-monitoring/metrics-bridge.yaml": serviceOpenshiftAzureMonitoringMetricsBridgeYaml, - "Service/openshift-console/console.yaml": serviceOpenshiftConsoleConsoleYaml, - "Service/openshift-infra/azure-controllers.yaml": serviceOpenshiftInfraAzureControllersYaml, - "Service/openshift-monitoring/metrics-server.yaml": serviceOpenshiftMonitoringMetricsServerYaml, - "Service/openshift-template-service-broker/apiserver.yaml": serviceOpenshiftTemplateServiceBrokerApiserverYaml, - "Service/openshift-web-console/webconsole.yaml": serviceOpenshiftWebConsoleWebconsoleYaml, - "ServiceAccount/default/default.yaml": serviceaccountDefaultDefaultYaml, - "ServiceAccount/default/registry.yaml": serviceaccountDefaultRegistryYaml, - "ServiceAccount/default/router.yaml": serviceaccountDefaultRouterYaml, - "ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml": serviceaccountKubeServiceCatalogServiceCatalogApiserverYaml, - "ServiceAccount/kube-service-catalog/service-catalog-controller.yaml": serviceaccountKubeServiceCatalogServiceCatalogControllerYaml, - "ServiceAccount/kube-system/attachdetach-controller.yaml": serviceaccountKubeSystemAttachdetachControllerYaml, - "ServiceAccount/kube-system/certificate-controller.yaml": serviceaccountKubeSystemCertificateControllerYaml, - "ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml": serviceaccountKubeSystemClusterroleAggregationControllerYaml, - "ServiceAccount/kube-system/cronjob-controller.yaml": serviceaccountKubeSystemCronjobControllerYaml, - "ServiceAccount/kube-system/daemon-set-controller.yaml": serviceaccountKubeSystemDaemonSetControllerYaml, - "ServiceAccount/kube-system/deployment-controller.yaml": serviceaccountKubeSystemDeploymentControllerYaml, - "ServiceAccount/kube-system/disruption-controller.yaml": serviceaccountKubeSystemDisruptionControllerYaml, - "ServiceAccount/kube-system/endpoint-controller.yaml": serviceaccountKubeSystemEndpointControllerYaml, - "ServiceAccount/kube-system/expand-controller.yaml": serviceaccountKubeSystemExpandControllerYaml, - "ServiceAccount/kube-system/generic-garbage-collector.yaml": serviceaccountKubeSystemGenericGarbageCollectorYaml, - "ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml": serviceaccountKubeSystemHorizontalPodAutoscalerYaml, - "ServiceAccount/kube-system/job-controller.yaml": serviceaccountKubeSystemJobControllerYaml, - "ServiceAccount/kube-system/namespace-controller.yaml": serviceaccountKubeSystemNamespaceControllerYaml, - "ServiceAccount/kube-system/node-controller.yaml": serviceaccountKubeSystemNodeControllerYaml, - "ServiceAccount/kube-system/persistent-volume-binder.yaml": serviceaccountKubeSystemPersistentVolumeBinderYaml, - "ServiceAccount/kube-system/pod-garbage-collector.yaml": serviceaccountKubeSystemPodGarbageCollectorYaml, - "ServiceAccount/kube-system/pv-protection-controller.yaml": serviceaccountKubeSystemPvProtectionControllerYaml, - "ServiceAccount/kube-system/pvc-protection-controller.yaml": serviceaccountKubeSystemPvcProtectionControllerYaml, - "ServiceAccount/kube-system/replicaset-controller.yaml": serviceaccountKubeSystemReplicasetControllerYaml, - "ServiceAccount/kube-system/replication-controller.yaml": serviceaccountKubeSystemReplicationControllerYaml, - "ServiceAccount/kube-system/resourcequota-controller.yaml": serviceaccountKubeSystemResourcequotaControllerYaml, - "ServiceAccount/kube-system/service-account-controller.yaml": serviceaccountKubeSystemServiceAccountControllerYaml, - "ServiceAccount/kube-system/service-controller.yaml": serviceaccountKubeSystemServiceControllerYaml, - "ServiceAccount/kube-system/statefulset-controller.yaml": serviceaccountKubeSystemStatefulsetControllerYaml, - "ServiceAccount/openshift-ansible-service-broker/asb-client.yaml": serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYaml, - "ServiceAccount/openshift-ansible-service-broker/asb.yaml": serviceaccountOpenshiftAnsibleServiceBrokerAsbYaml, - "ServiceAccount/openshift-azure/blackboxmonitor.yaml": serviceaccountOpenshiftAzureBlackboxmonitorYaml, - "ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml": serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYaml, - "ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml": serviceaccountOpenshiftAzureMonitoringEtcdMetricsYaml, - "ServiceAccount/openshift-azure-monitoring/geneva.yaml": serviceaccountOpenshiftAzureMonitoringGenevaYaml, - "ServiceAccount/openshift-console/console.yaml": serviceaccountOpenshiftConsoleConsoleYaml, - "ServiceAccount/openshift-etcd/etcd-backup.yaml": serviceaccountOpenshiftEtcdEtcdBackupYaml, - "ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml": serviceaccountOpenshiftInfraBootstrapAutoapproverYaml, - "ServiceAccount/openshift-infra/build-config-change-controller.yaml": serviceaccountOpenshiftInfraBuildConfigChangeControllerYaml, - "ServiceAccount/openshift-infra/build-controller.yaml": serviceaccountOpenshiftInfraBuildControllerYaml, - "ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml": serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYaml, - "ServiceAccount/openshift-infra/customer-admin-controller.yaml": serviceaccountOpenshiftInfraCustomerAdminControllerYaml, - "ServiceAccount/openshift-infra/default-rolebindings-controller.yaml": serviceaccountOpenshiftInfraDefaultRolebindingsControllerYaml, - "ServiceAccount/openshift-infra/deployer-controller.yaml": serviceaccountOpenshiftInfraDeployerControllerYaml, - "ServiceAccount/openshift-infra/deploymentconfig-controller.yaml": serviceaccountOpenshiftInfraDeploymentconfigControllerYaml, - "ServiceAccount/openshift-infra/image-import-controller.yaml": serviceaccountOpenshiftInfraImageImportControllerYaml, - "ServiceAccount/openshift-infra/image-trigger-controller.yaml": serviceaccountOpenshiftInfraImageTriggerControllerYaml, - "ServiceAccount/openshift-infra/ingress-to-route-controller.yaml": serviceaccountOpenshiftInfraIngressToRouteControllerYaml, - "ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml": serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYaml, - "ServiceAccount/openshift-infra/node-bootstrapper.yaml": serviceaccountOpenshiftInfraNodeBootstrapperYaml, - "ServiceAccount/openshift-infra/origin-namespace-controller.yaml": serviceaccountOpenshiftInfraOriginNamespaceControllerYaml, - "ServiceAccount/openshift-infra/pv-recycler-controller.yaml": serviceaccountOpenshiftInfraPvRecyclerControllerYaml, - "ServiceAccount/openshift-infra/resourcequota-controller.yaml": serviceaccountOpenshiftInfraResourcequotaControllerYaml, - "ServiceAccount/openshift-infra/sdn-controller.yaml": serviceaccountOpenshiftInfraSdnControllerYaml, - "ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml": serviceaccountOpenshiftInfraServiceIngressIpControllerYaml, - "ServiceAccount/openshift-infra/service-serving-cert-controller.yaml": serviceaccountOpenshiftInfraServiceServingCertControllerYaml, - "ServiceAccount/openshift-infra/serviceaccount-controller.yaml": serviceaccountOpenshiftInfraServiceaccountControllerYaml, - "ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml": serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYaml, - "ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml": serviceaccountOpenshiftInfraStrimziClusterOperatorYaml, - "ServiceAccount/openshift-infra/template-instance-controller.yaml": serviceaccountOpenshiftInfraTemplateInstanceControllerYaml, - "ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml": serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYaml, - "ServiceAccount/openshift-infra/unidling-controller.yaml": serviceaccountOpenshiftInfraUnidlingControllerYaml, - "ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml": serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYaml, - "ServiceAccount/openshift-monitoring/metrics-server.yaml": serviceaccountOpenshiftMonitoringMetricsServerYaml, - "ServiceAccount/openshift-sdn/sdn.yaml": serviceaccountOpenshiftSdnSdnYaml, - "ServiceAccount/openshift-template-service-broker/apiserver.yaml": serviceaccountOpenshiftTemplateServiceBrokerApiserverYaml, - "ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml": serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, - "ServiceAccount/openshift-web-console/webconsole.yaml": serviceaccountOpenshiftWebConsoleWebconsoleYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYaml, - "ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml": servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYaml, - "StatefulSet.apps/openshift-azure-monitoring/canary.yaml": statefulsetAppsOpenshiftAzureMonitoringCanaryYaml, - "StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml": statefulsetAppsOpenshiftInfraBootstrapAutoapproverYaml, - "StorageClass.storage.k8s.io/azure-disk.yaml": storageclassStorageK8sIoAzureDiskYaml, - "StorageClass.storage.k8s.io/azure-file.yaml": storageclassStorageK8sIoAzureFileYaml, - "Template.template.openshift.io/openshift/3scale-gateway.yaml": templateTemplateOpenshiftIoOpenshift3scaleGatewayYaml, - "Template.template.openshift.io/openshift/amq63-basic.yaml": templateTemplateOpenshiftIoOpenshiftAmq63BasicYaml, - "Template.template.openshift.io/openshift/amq63-persistent-ssl.yaml": templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYaml, - "Template.template.openshift.io/openshift/amq63-persistent.yaml": templateTemplateOpenshiftIoOpenshiftAmq63PersistentYaml, - "Template.template.openshift.io/openshift/amq63-ssl.yaml": templateTemplateOpenshiftIoOpenshiftAmq63SslYaml, - "Template.template.openshift.io/openshift/apicurito.yaml": templateTemplateOpenshiftIoOpenshiftApicuritoYaml, - "Template.template.openshift.io/openshift/cache-service.yaml": templateTemplateOpenshiftIoOpenshiftCacheServiceYaml, - "Template.template.openshift.io/openshift/cakephp-example.yaml": templateTemplateOpenshiftIoOpenshiftCakephpExampleYaml, - "Template.template.openshift.io/openshift/cakephp-mysql-example.yaml": templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYaml, - "Template.template.openshift.io/openshift/cakephp-mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYaml, - "Template.template.openshift.io/openshift/dancer-example.yaml": templateTemplateOpenshiftIoOpenshiftDancerExampleYaml, - "Template.template.openshift.io/openshift/dancer-mysql-example.yaml": templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYaml, - "Template.template.openshift.io/openshift/dancer-mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYaml, - "Template.template.openshift.io/openshift/datagrid-service.yaml": templateTemplateOpenshiftIoOpenshiftDatagridServiceYaml, - "Template.template.openshift.io/openshift/datavirt64-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-extensions-support-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-ldap-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYaml, - "Template.template.openshift.io/openshift/datavirt64-secure-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-amq-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYaml, - "Template.template.openshift.io/openshift/decisionserver64-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYaml, - "Template.template.openshift.io/openshift/django-example.yaml": templateTemplateOpenshiftIoOpenshiftDjangoExampleYaml, - "Template.template.openshift.io/openshift/django-psql-example.yaml": templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYaml, - "Template.template.openshift.io/openshift/django-psql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYaml, - "Template.template.openshift.io/openshift/dotnet-example.yaml": templateTemplateOpenshiftIoOpenshiftDotnetExampleYaml, - "Template.template.openshift.io/openshift/dotnet-pgsql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYaml, - "Template.template.openshift.io/openshift/eap-cd-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYaml, - "Template.template.openshift.io/openshift/eap-cd-starter-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYaml, - "Template.template.openshift.io/openshift/eap64-amq-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-amq-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYaml, - "Template.template.openshift.io/openshift/eap64-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYaml, - "Template.template.openshift.io/openshift/eap64-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYaml, - "Template.template.openshift.io/openshift/eap64-mongodb-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-mongodb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYaml, - "Template.template.openshift.io/openshift/eap64-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYaml, - "Template.template.openshift.io/openshift/eap64-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap64-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/eap64-sso-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYaml, - "Template.template.openshift.io/openshift/eap64-third-party-db-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYaml, - "Template.template.openshift.io/openshift/eap64-tx-recovery-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYaml, - "Template.template.openshift.io/openshift/eap72-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYaml, - "Template.template.openshift.io/openshift/eap72-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYaml, - "Template.template.openshift.io/openshift/eap72-mongodb-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-mongodb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYaml, - "Template.template.openshift.io/openshift/eap72-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYaml, - "Template.template.openshift.io/openshift/eap72-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/eap72-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/eap72-sso-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYaml, - "Template.template.openshift.io/openshift/eap72-third-party-db-s2i.yaml": templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYaml, - "Template.template.openshift.io/openshift/fuse75-console.yaml": templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYaml, - "Template.template.openshift.io/openshift/httpd-example.yaml": templateTemplateOpenshiftIoOpenshiftHttpdExampleYaml, - "Template.template.openshift.io/openshift/jenkins-ephemeral-monitored.yaml": templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYaml, - "Template.template.openshift.io/openshift/jenkins-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYaml, - "Template.template.openshift.io/openshift/jenkins-persistent-monitored.yaml": templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYaml, - "Template.template.openshift.io/openshift/jenkins-persistent.yaml": templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mongodb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat7-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mongodb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws31-tomcat8-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-https-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mongodb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/jws50-tomcat9-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/mariadb-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYaml, - "Template.template.openshift.io/openshift/mariadb-persistent.yaml": templateTemplateOpenshiftIoOpenshiftMariadbPersistentYaml, - "Template.template.openshift.io/openshift/mongodb-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYaml, - "Template.template.openshift.io/openshift/mongodb-persistent.yaml": templateTemplateOpenshiftIoOpenshiftMongodbPersistentYaml, - "Template.template.openshift.io/openshift/mysql-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYaml, - "Template.template.openshift.io/openshift/mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftMysqlPersistentYaml, - "Template.template.openshift.io/openshift/nginx-example.yaml": templateTemplateOpenshiftIoOpenshiftNginxExampleYaml, - "Template.template.openshift.io/openshift/nodejs-example.yaml": templateTemplateOpenshiftIoOpenshiftNodejsExampleYaml, - "Template.template.openshift.io/openshift/nodejs-mongo-persistent.yaml": templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYaml, - "Template.template.openshift.io/openshift/nodejs-mongodb-example.yaml": templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYaml, - "Template.template.openshift.io/openshift/openjdk-web-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYaml, - "Template.template.openshift.io/openshift/postgresql-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYaml, - "Template.template.openshift.io/openshift/postgresql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/processserver64-amq-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-amq-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-basic-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYaml, - "Template.template.openshift.io/openshift/processserver64-externaldb-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYaml, - "Template.template.openshift.io/openshift/processserver64-mysql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-mysql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYaml, - "Template.template.openshift.io/openshift/processserver64-postgresql-persistent-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYaml, - "Template.template.openshift.io/openshift/processserver64-postgresql-s2i.yaml": templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYaml, - "Template.template.openshift.io/openshift/project-request.yaml": templateTemplateOpenshiftIoOpenshiftProjectRequestYaml, - "Template.template.openshift.io/openshift/rails-pgsql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYaml, - "Template.template.openshift.io/openshift/rails-postgresql-example.yaml": templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYaml, - "Template.template.openshift.io/openshift/react-web-app-example.yaml": templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYaml, - "Template.template.openshift.io/openshift/redis-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftRedisEphemeralYaml, - "Template.template.openshift.io/openshift/redis-persistent.yaml": templateTemplateOpenshiftIoOpenshiftRedisPersistentYaml, - "Template.template.openshift.io/openshift/rhdm75-authoring-ha.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYaml, - "Template.template.openshift.io/openshift/rhdm75-authoring.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYaml, - "Template.template.openshift.io/openshift/rhdm75-kieserver.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYaml, - "Template.template.openshift.io/openshift/rhdm75-optaweb-employee-rostering.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYaml, - "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver-amq.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYaml, - "Template.template.openshift.io/openshift/rhdm75-prod-immutable-kieserver.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYaml, - "Template.template.openshift.io/openshift/rhdm75-trial-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYaml, - "Template.template.openshift.io/openshift/rhpam75-authoring-ha.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYaml, - "Template.template.openshift.io/openshift/rhpam75-authoring.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-externaldb.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-mysql.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYaml, - "Template.template.openshift.io/openshift/rhpam75-kieserver-postgresql.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYaml, - "Template.template.openshift.io/openshift/rhpam75-managed.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver-amq.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-kieserver.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYaml, - "Template.template.openshift.io/openshift/rhpam75-prod-immutable-monitor.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYaml, - "Template.template.openshift.io/openshift/rhpam75-prod.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75ProdYaml, - "Template.template.openshift.io/openshift/rhpam75-trial-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-rest-3scale.yaml": templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel-xml.yaml": templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYaml, - "Template.template.openshift.io/openshift/s2i-fuse75-spring-boot-camel.yaml": templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYaml, - "Template.template.openshift.io/openshift/sso-cd-x509-https.yaml": templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYaml, - "Template.template.openshift.io/openshift/sso72-https.yaml": templateTemplateOpenshiftIoOpenshiftSso72HttpsYaml, - "Template.template.openshift.io/openshift/sso72-mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso72-mysql.yaml": templateTemplateOpenshiftIoOpenshiftSso72MysqlYaml, - "Template.template.openshift.io/openshift/sso72-postgresql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/sso72-postgresql.yaml": templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYaml, - "Template.template.openshift.io/openshift/sso72-x509-https.yaml": templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYaml, - "Template.template.openshift.io/openshift/sso73-https.yaml": templateTemplateOpenshiftIoOpenshiftSso73HttpsYaml, - "Template.template.openshift.io/openshift/sso73-mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-mysql.yaml": templateTemplateOpenshiftIoOpenshiftSso73MysqlYaml, - "Template.template.openshift.io/openshift/sso73-postgresql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-postgresql.yaml": templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYaml, - "Template.template.openshift.io/openshift/sso73-x509-https.yaml": templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYaml, - "Template.template.openshift.io/openshift/sso73-x509-mysql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYaml, - "Template.template.openshift.io/openshift/sso73-x509-postgresql-persistent.yaml": templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYaml, - "Template.template.openshift.io/openshift/strimzi-connect-s2i.yaml": templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYaml, - "Template.template.openshift.io/openshift/strimzi-connect.yaml": templateTemplateOpenshiftIoOpenshiftStrimziConnectYaml, - "Template.template.openshift.io/openshift/strimzi-ephemeral.yaml": templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYaml, - "Template.template.openshift.io/openshift/strimzi-mirror-maker.yaml": templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYaml, - "Template.template.openshift.io/openshift/strimzi-persistent.yaml": templateTemplateOpenshiftIoOpenshiftStrimziPersistentYaml, - "ValidatingWebhookConfiguration.admissionregistration.k8s.io/aro-admission-controller.aro.openshift.io.yaml": validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYaml, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "APIService.apiregistration.k8s.io": {nil, map[string]*bintree{ - "v1beta1.metrics.k8s.io.yaml": {apiserviceApiregistrationK8sIoV1beta1MetricsK8sIoYaml, map[string]*bintree{}}, - "v1beta1.servicecatalog.k8s.io.yaml": {apiserviceApiregistrationK8sIoV1beta1ServicecatalogK8sIoYaml, map[string]*bintree{}}, - }}, - "ClusterRole.rbac.authorization.k8s.io": {nil, map[string]*bintree{ - "admin.yaml": {clusterroleRbacAuthorizationK8sIoAdminYaml, map[string]*bintree{}}, - "asb-access.yaml": {clusterroleRbacAuthorizationK8sIoAsbAccessYaml, map[string]*bintree{}}, - "asb-auth.yaml": {clusterroleRbacAuthorizationK8sIoAsbAuthYaml, map[string]*bintree{}}, - "asb-user-access.yaml": {clusterroleRbacAuthorizationK8sIoAsbUserAccessYaml, map[string]*bintree{}}, - "basic-user.yaml": {clusterroleRbacAuthorizationK8sIoBasicUserYaml, map[string]*bintree{}}, - "cluster-admin.yaml": {clusterroleRbacAuthorizationK8sIoClusterAdminYaml, map[string]*bintree{}}, - "cluster-debugger.yaml": {clusterroleRbacAuthorizationK8sIoClusterDebuggerYaml, map[string]*bintree{}}, - "cluster-monitoring-operator.yaml": {clusterroleRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, map[string]*bintree{}}, - "cluster-reader.yaml": {clusterroleRbacAuthorizationK8sIoClusterReaderYaml, map[string]*bintree{}}, - "cluster-status.yaml": {clusterroleRbacAuthorizationK8sIoClusterStatusYaml, map[string]*bintree{}}, - "customer-admin-cluster.yaml": {clusterroleRbacAuthorizationK8sIoCustomerAdminClusterYaml, map[string]*bintree{}}, - "customer-admin-controller.yaml": {clusterroleRbacAuthorizationK8sIoCustomerAdminControllerYaml, map[string]*bintree{}}, - "customer-admin-project.yaml": {clusterroleRbacAuthorizationK8sIoCustomerAdminProjectYaml, map[string]*bintree{}}, - "edit.yaml": {clusterroleRbacAuthorizationK8sIoEditYaml, map[string]*bintree{}}, - "log-analytics-agent.yaml": {clusterroleRbacAuthorizationK8sIoLogAnalyticsAgentYaml, map[string]*bintree{}}, - "namespace-viewer.yaml": {clusterroleRbacAuthorizationK8sIoNamespaceViewerYaml, map[string]*bintree{}}, - "registry-admin.yaml": {clusterroleRbacAuthorizationK8sIoRegistryAdminYaml, map[string]*bintree{}}, - "registry-editor.yaml": {clusterroleRbacAuthorizationK8sIoRegistryEditorYaml, map[string]*bintree{}}, - "registry-viewer.yaml": {clusterroleRbacAuthorizationK8sIoRegistryViewerYaml, map[string]*bintree{}}, - "router-metrics.yaml": {clusterroleRbacAuthorizationK8sIoRouterMetricsYaml, map[string]*bintree{}}, - "sar-creator.yaml": {clusterroleRbacAuthorizationK8sIoSarCreatorYaml, map[string]*bintree{}}, - "self-access-reviewer.yaml": {clusterroleRbacAuthorizationK8sIoSelfAccessReviewerYaml, map[string]*bintree{}}, - "self-provisioner.yaml": {clusterroleRbacAuthorizationK8sIoSelfProvisionerYaml, map[string]*bintree{}}, - "service-catalog-controller.yaml": {clusterroleRbacAuthorizationK8sIoServiceCatalogControllerYaml, map[string]*bintree{}}, - "servicecatalog-serviceclass-viewer.yaml": {clusterroleRbacAuthorizationK8sIoServicecatalogServiceclassViewerYaml, map[string]*bintree{}}, - "storage-admin.yaml": {clusterroleRbacAuthorizationK8sIoStorageAdminYaml, map[string]*bintree{}}, - "strimzi-admin.yaml": {clusterroleRbacAuthorizationK8sIoStrimziAdminYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-global.yaml": {clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-namespaced.yaml": {clusterroleRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, map[string]*bintree{}}, - "strimzi-entity-operator.yaml": {clusterroleRbacAuthorizationK8sIoStrimziEntityOperatorYaml, map[string]*bintree{}}, - "strimzi-kafka-broker.yaml": {clusterroleRbacAuthorizationK8sIoStrimziKafkaBrokerYaml, map[string]*bintree{}}, - "strimzi-topic-operator.yaml": {clusterroleRbacAuthorizationK8sIoStrimziTopicOperatorYaml, map[string]*bintree{}}, - "sudoer.yaml": {clusterroleRbacAuthorizationK8sIoSudoerYaml, map[string]*bintree{}}, - "system-aggregate-to-admin.yaml": {clusterroleRbacAuthorizationK8sIoSystemAggregateToAdminYaml, map[string]*bintree{}}, - "system-aggregate-to-edit.yaml": {clusterroleRbacAuthorizationK8sIoSystemAggregateToEditYaml, map[string]*bintree{}}, - "system-aggregate-to-view.yaml": {clusterroleRbacAuthorizationK8sIoSystemAggregateToViewYaml, map[string]*bintree{}}, - "system-auth-delegator.yaml": {clusterroleRbacAuthorizationK8sIoSystemAuthDelegatorYaml, map[string]*bintree{}}, - "system-aws-cloud-provider.yaml": {clusterroleRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, map[string]*bintree{}}, - "system-basic-user.yaml": {clusterroleRbacAuthorizationK8sIoSystemBasicUserYaml, map[string]*bintree{}}, - "system-build-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemBuildControllerYaml, map[string]*bintree{}}, - "system-build-strategy-custom.yaml": {clusterroleRbacAuthorizationK8sIoSystemBuildStrategyCustomYaml, map[string]*bintree{}}, - "system-build-strategy-docker.yaml": {clusterroleRbacAuthorizationK8sIoSystemBuildStrategyDockerYaml, map[string]*bintree{}}, - "system-build-strategy-jenkinspipeline.yaml": {clusterroleRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineYaml, map[string]*bintree{}}, - "system-build-strategy-source.yaml": {clusterroleRbacAuthorizationK8sIoSystemBuildStrategySourceYaml, map[string]*bintree{}}, - "system-certificate-signing-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemCertificateSigningControllerYaml, map[string]*bintree{}}, - "system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml": {clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsNodeclientYaml, map[string]*bintree{}}, - "system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml": {clusterroleRbacAuthorizationK8sIoSystemCertificatesK8sIoCertificatesigningrequestsSelfnodeclientYaml, map[string]*bintree{}}, - "system-controller-attachdetach-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, map[string]*bintree{}}, - "system-controller-certificate-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, map[string]*bintree{}}, - "system-controller-clusterrole-aggregation-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, map[string]*bintree{}}, - "system-controller-cronjob-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, map[string]*bintree{}}, - "system-controller-daemon-set-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, map[string]*bintree{}}, - "system-controller-deployment-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, map[string]*bintree{}}, - "system-controller-disruption-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, map[string]*bintree{}}, - "system-controller-endpoint-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, map[string]*bintree{}}, - "system-controller-expand-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, map[string]*bintree{}}, - "system-controller-generic-garbage-collector.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, map[string]*bintree{}}, - "system-controller-horizontal-pod-autoscaler.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, map[string]*bintree{}}, - "system-controller-job-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerJobControllerYaml, map[string]*bintree{}}, - "system-controller-namespace-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, map[string]*bintree{}}, - "system-controller-node-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, map[string]*bintree{}}, - "system-controller-persistent-volume-binder.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, map[string]*bintree{}}, - "system-controller-pod-garbage-collector.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, map[string]*bintree{}}, - "system-controller-pv-protection-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, map[string]*bintree{}}, - "system-controller-pvc-protection-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, map[string]*bintree{}}, - "system-controller-replicaset-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, map[string]*bintree{}}, - "system-controller-replication-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, map[string]*bintree{}}, - "system-controller-resourcequota-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, map[string]*bintree{}}, - "system-controller-route-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, map[string]*bintree{}}, - "system-controller-service-account-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, map[string]*bintree{}}, - "system-controller-service-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, map[string]*bintree{}}, - "system-controller-statefulset-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, map[string]*bintree{}}, - "system-controller-ttl-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, map[string]*bintree{}}, - "system-csi-external-attacher.yaml": {clusterroleRbacAuthorizationK8sIoSystemCsiExternalAttacherYaml, map[string]*bintree{}}, - "system-csi-external-provisioner.yaml": {clusterroleRbacAuthorizationK8sIoSystemCsiExternalProvisionerYaml, map[string]*bintree{}}, - "system-daemonset-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemDaemonsetControllerYaml, map[string]*bintree{}}, - "system-deployer.yaml": {clusterroleRbacAuthorizationK8sIoSystemDeployerYaml, map[string]*bintree{}}, - "system-deployment-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemDeploymentControllerYaml, map[string]*bintree{}}, - "system-deploymentconfig-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemDeploymentconfigControllerYaml, map[string]*bintree{}}, - "system-discovery.yaml": {clusterroleRbacAuthorizationK8sIoSystemDiscoveryYaml, map[string]*bintree{}}, - "system-disruption-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemDisruptionControllerYaml, map[string]*bintree{}}, - "system-endpoint-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemEndpointControllerYaml, map[string]*bintree{}}, - "system-garbage-collector-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemGarbageCollectorControllerYaml, map[string]*bintree{}}, - "system-gc-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemGcControllerYaml, map[string]*bintree{}}, - "system-heapster.yaml": {clusterroleRbacAuthorizationK8sIoSystemHeapsterYaml, map[string]*bintree{}}, - "system-hpa-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemHpaControllerYaml, map[string]*bintree{}}, - "system-image-auditor.yaml": {clusterroleRbacAuthorizationK8sIoSystemImageAuditorYaml, map[string]*bintree{}}, - "system-image-builder.yaml": {clusterroleRbacAuthorizationK8sIoSystemImageBuilderYaml, map[string]*bintree{}}, - "system-image-pruner.yaml": {clusterroleRbacAuthorizationK8sIoSystemImagePrunerYaml, map[string]*bintree{}}, - "system-image-puller.yaml": {clusterroleRbacAuthorizationK8sIoSystemImagePullerYaml, map[string]*bintree{}}, - "system-image-pusher.yaml": {clusterroleRbacAuthorizationK8sIoSystemImagePusherYaml, map[string]*bintree{}}, - "system-image-signer.yaml": {clusterroleRbacAuthorizationK8sIoSystemImageSignerYaml, map[string]*bintree{}}, - "system-job-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemJobControllerYaml, map[string]*bintree{}}, - "system-kube-aggregator.yaml": {clusterroleRbacAuthorizationK8sIoSystemKubeAggregatorYaml, map[string]*bintree{}}, - "system-kube-controller-manager.yaml": {clusterroleRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, map[string]*bintree{}}, - "system-kube-dns.yaml": {clusterroleRbacAuthorizationK8sIoSystemKubeDnsYaml, map[string]*bintree{}}, - "system-kube-scheduler.yaml": {clusterroleRbacAuthorizationK8sIoSystemKubeSchedulerYaml, map[string]*bintree{}}, - "system-kubelet-api-admin.yaml": {clusterroleRbacAuthorizationK8sIoSystemKubeletApiAdminYaml, map[string]*bintree{}}, - "system-master.yaml": {clusterroleRbacAuthorizationK8sIoSystemMasterYaml, map[string]*bintree{}}, - "system-metrics-server.yaml": {clusterroleRbacAuthorizationK8sIoSystemMetricsServerYaml, map[string]*bintree{}}, - "system-namespace-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemNamespaceControllerYaml, map[string]*bintree{}}, - "system-node-admin.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeAdminYaml, map[string]*bintree{}}, - "system-node-bootstrap-autoapprover.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapAutoapproverYaml, map[string]*bintree{}}, - "system-node-bootstrapper.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, map[string]*bintree{}}, - "system-node-problem-detector.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeProblemDetectorYaml, map[string]*bintree{}}, - "system-node-proxier.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeProxierYaml, map[string]*bintree{}}, - "system-node-reader.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeReaderYaml, map[string]*bintree{}}, - "system-node.yaml": {clusterroleRbacAuthorizationK8sIoSystemNodeYaml, map[string]*bintree{}}, - "system-oauth-token-deleter.yaml": {clusterroleRbacAuthorizationK8sIoSystemOauthTokenDeleterYaml, map[string]*bintree{}}, - "system-openshift-aggregate-to-admin.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToAdminYaml, map[string]*bintree{}}, - "system-openshift-aggregate-to-cluster-reader.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToClusterReaderYaml, map[string]*bintree{}}, - "system-openshift-aggregate-to-edit.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToEditYaml, map[string]*bintree{}}, - "system-openshift-aggregate-to-view.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftAggregateToViewYaml, map[string]*bintree{}}, - "system-openshift-controller-build-config-change-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-build-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-cluster-quota-reconciliation-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-default-rolebindings-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-deployer-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-deploymentconfig-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-horizontal-pod-autoscaler.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, map[string]*bintree{}}, - "system-openshift-controller-image-import-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-image-trigger-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-ingress-to-route-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-namespace-security-allocation-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-origin-namespace-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-pv-recycler-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-resourcequota-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-sdn-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-service-ingress-ip-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-service-serving-cert-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-serviceaccount-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-serviceaccount-pull-secrets-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-finalizer-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-service-broker.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, map[string]*bintree{}}, - "system-openshift-controller-unidling-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, map[string]*bintree{}}, - "system-openshift-discovery.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, map[string]*bintree{}}, - "system-openshift-templateservicebroker-client.yaml": {clusterroleRbacAuthorizationK8sIoSystemOpenshiftTemplateservicebrokerClientYaml, map[string]*bintree{}}, - "system-persistent-volume-provisioner.yaml": {clusterroleRbacAuthorizationK8sIoSystemPersistentVolumeProvisionerYaml, map[string]*bintree{}}, - "system-registry.yaml": {clusterroleRbacAuthorizationK8sIoSystemRegistryYaml, map[string]*bintree{}}, - "system-replicaset-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemReplicasetControllerYaml, map[string]*bintree{}}, - "system-replication-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemReplicationControllerYaml, map[string]*bintree{}}, - "system-router.yaml": {clusterroleRbacAuthorizationK8sIoSystemRouterYaml, map[string]*bintree{}}, - "system-scope-impersonation.yaml": {clusterroleRbacAuthorizationK8sIoSystemScopeImpersonationYaml, map[string]*bintree{}}, - "system-sdn-manager.yaml": {clusterroleRbacAuthorizationK8sIoSystemSdnManagerYaml, map[string]*bintree{}}, - "system-sdn-reader.yaml": {clusterroleRbacAuthorizationK8sIoSystemSdnReaderYaml, map[string]*bintree{}}, - "system-service-catalog-aggregate-to-admin.yaml": {clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToAdminYaml, map[string]*bintree{}}, - "system-service-catalog-aggregate-to-edit.yaml": {clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToEditYaml, map[string]*bintree{}}, - "system-service-catalog-aggregate-to-view.yaml": {clusterroleRbacAuthorizationK8sIoSystemServiceCatalogAggregateToViewYaml, map[string]*bintree{}}, - "system-statefulset-controller.yaml": {clusterroleRbacAuthorizationK8sIoSystemStatefulsetControllerYaml, map[string]*bintree{}}, - "system-volume-scheduler.yaml": {clusterroleRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, map[string]*bintree{}}, - "system-webhook.yaml": {clusterroleRbacAuthorizationK8sIoSystemWebhookYaml, map[string]*bintree{}}, - "view.yaml": {clusterroleRbacAuthorizationK8sIoViewYaml, map[string]*bintree{}}, - }}, - "ClusterRoleBinding.rbac.authorization.k8s.io": {nil, map[string]*bintree{ - "admin-0.yaml": {clusterrolebindingRbacAuthorizationK8sIoAdmin0Yaml, map[string]*bintree{}}, - "admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoAdminYaml, map[string]*bintree{}}, - "asb-access.yaml": {clusterrolebindingRbacAuthorizationK8sIoAsbAccessYaml, map[string]*bintree{}}, - "asb-auth.yaml": {clusterrolebindingRbacAuthorizationK8sIoAsbAuthYaml, map[string]*bintree{}}, - "auth-delegator-openshift-template-service-broker.yaml": {clusterrolebindingRbacAuthorizationK8sIoAuthDelegatorOpenshiftTemplateServiceBrokerYaml, map[string]*bintree{}}, - "basic-users.yaml": {clusterrolebindingRbacAuthorizationK8sIoBasicUsersYaml, map[string]*bintree{}}, - "blackboxmonitor.yaml": {clusterrolebindingRbacAuthorizationK8sIoBlackboxmonitorYaml, map[string]*bintree{}}, - "bootstrap-autoapprover.yaml": {clusterrolebindingRbacAuthorizationK8sIoBootstrapAutoapproverYaml, map[string]*bintree{}}, - "cluster-admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterAdminYaml, map[string]*bintree{}}, - "cluster-admins.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterAdminsYaml, map[string]*bintree{}}, - "cluster-monitoring-operator.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringOperatorYaml, map[string]*bintree{}}, - "cluster-monitoring-view.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterMonitoringViewYaml, map[string]*bintree{}}, - "cluster-reader.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterReaderYaml, map[string]*bintree{}}, - "cluster-readers.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterReadersYaml, map[string]*bintree{}}, - "cluster-status-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoClusterStatusBindingYaml, map[string]*bintree{}}, - "customer-admin-cluster-group.yaml": {clusterrolebindingRbacAuthorizationK8sIoCustomerAdminClusterGroupYaml, map[string]*bintree{}}, - "customer-admin-controller-admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerAdminYaml, map[string]*bintree{}}, - "customer-admin-controller-project-admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerProjectAdminYaml, map[string]*bintree{}}, - "customer-admin-controller-sa.yaml": {clusterrolebindingRbacAuthorizationK8sIoCustomerAdminControllerSaYaml, map[string]*bintree{}}, - "customer-admin-strimzi.yaml": {clusterrolebindingRbacAuthorizationK8sIoCustomerAdminStrimziYaml, map[string]*bintree{}}, - "log-analytics-agent.yaml": {clusterrolebindingRbacAuthorizationK8sIoLogAnalyticsAgentYaml, map[string]*bintree{}}, - "metrics-server-system-auth-delegator.yaml": {clusterrolebindingRbacAuthorizationK8sIoMetricsServerSystemAuthDelegatorYaml, map[string]*bintree{}}, - "router-metrics.yaml": {clusterrolebindingRbacAuthorizationK8sIoRouterMetricsYaml, map[string]*bintree{}}, - "router-router-role.yaml": {clusterrolebindingRbacAuthorizationK8sIoRouterRouterRoleYaml, map[string]*bintree{}}, - "sdn-cluster-reader.yaml": {clusterrolebindingRbacAuthorizationK8sIoSdnClusterReaderYaml, map[string]*bintree{}}, - "sdn-node-proxier.yaml": {clusterrolebindingRbacAuthorizationK8sIoSdnNodeProxierYaml, map[string]*bintree{}}, - "sdn-reader.yaml": {clusterrolebindingRbacAuthorizationK8sIoSdnReaderYaml, map[string]*bintree{}}, - "self-access-reviewers.yaml": {clusterrolebindingRbacAuthorizationK8sIoSelfAccessReviewersYaml, map[string]*bintree{}}, - "self-provisioners.yaml": {clusterrolebindingRbacAuthorizationK8sIoSelfProvisionersYaml, map[string]*bintree{}}, - "service-catalog-controller-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerBindingYaml, map[string]*bintree{}}, - "service-catalog-controller-namespace-viewer-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoServiceCatalogControllerNamespaceViewerBindingYaml, map[string]*bintree{}}, - "service-catalog-namespace-viewer-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoServiceCatalogNamespaceViewerBindingYaml, map[string]*bintree{}}, - "service-catalog-sar-creator-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoServiceCatalogSarCreatorBindingYaml, map[string]*bintree{}}, - "servicecatalog-serviceclass-viewer-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoServicecatalogServiceclassViewerBindingYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-entity-operator-delegation.yaml": {clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorEntityOperatorDelegationYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-global.yaml": {clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorGlobalYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-kafka-broker-delegation.yaml": {clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorKafkaBrokerDelegationYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-namespaced.yaml": {clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorNamespacedYaml, map[string]*bintree{}}, - "strimzi-cluster-operator-topic-operator-delegation.yaml": {clusterrolebindingRbacAuthorizationK8sIoStrimziClusterOperatorTopicOperatorDelegationYaml, map[string]*bintree{}}, - "system-auth-delegator-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemAuthDelegatorBindingYaml, map[string]*bintree{}}, - "system-aws-cloud-provider.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemAwsCloudProviderYaml, map[string]*bintree{}}, - "system-basic-user.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemBasicUserYaml, map[string]*bintree{}}, - "system-build-strategy-docker-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyDockerBindingYaml, map[string]*bintree{}}, - "system-build-strategy-jenkinspipeline-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategyJenkinspipelineBindingYaml, map[string]*bintree{}}, - "system-build-strategy-source-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemBuildStrategySourceBindingYaml, map[string]*bintree{}}, - "system-controller-attachdetach-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerAttachdetachControllerYaml, map[string]*bintree{}}, - "system-controller-certificate-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerCertificateControllerYaml, map[string]*bintree{}}, - "system-controller-clusterrole-aggregation-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerClusterroleAggregationControllerYaml, map[string]*bintree{}}, - "system-controller-cronjob-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerCronjobControllerYaml, map[string]*bintree{}}, - "system-controller-daemon-set-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerDaemonSetControllerYaml, map[string]*bintree{}}, - "system-controller-deployment-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerDeploymentControllerYaml, map[string]*bintree{}}, - "system-controller-disruption-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerDisruptionControllerYaml, map[string]*bintree{}}, - "system-controller-endpoint-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerEndpointControllerYaml, map[string]*bintree{}}, - "system-controller-expand-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerExpandControllerYaml, map[string]*bintree{}}, - "system-controller-generic-garbage-collector.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerGenericGarbageCollectorYaml, map[string]*bintree{}}, - "system-controller-horizontal-pod-autoscaler.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerHorizontalPodAutoscalerYaml, map[string]*bintree{}}, - "system-controller-job-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerJobControllerYaml, map[string]*bintree{}}, - "system-controller-namespace-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerNamespaceControllerYaml, map[string]*bintree{}}, - "system-controller-node-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerNodeControllerYaml, map[string]*bintree{}}, - "system-controller-persistent-volume-binder.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerPersistentVolumeBinderYaml, map[string]*bintree{}}, - "system-controller-pod-garbage-collector.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerPodGarbageCollectorYaml, map[string]*bintree{}}, - "system-controller-pv-protection-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvProtectionControllerYaml, map[string]*bintree{}}, - "system-controller-pvc-protection-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerPvcProtectionControllerYaml, map[string]*bintree{}}, - "system-controller-replicaset-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicasetControllerYaml, map[string]*bintree{}}, - "system-controller-replication-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerReplicationControllerYaml, map[string]*bintree{}}, - "system-controller-resourcequota-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerResourcequotaControllerYaml, map[string]*bintree{}}, - "system-controller-route-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerRouteControllerYaml, map[string]*bintree{}}, - "system-controller-service-account-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceAccountControllerYaml, map[string]*bintree{}}, - "system-controller-service-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerServiceControllerYaml, map[string]*bintree{}}, - "system-controller-statefulset-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerStatefulsetControllerYaml, map[string]*bintree{}}, - "system-controller-ttl-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemControllerTtlControllerYaml, map[string]*bintree{}}, - "system-deployer.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemDeployerYaml, map[string]*bintree{}}, - "system-discovery-binding.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryBindingYaml, map[string]*bintree{}}, - "system-discovery.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemDiscoveryYaml, map[string]*bintree{}}, - "system-image-builder.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemImageBuilderYaml, map[string]*bintree{}}, - "system-image-puller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemImagePullerYaml, map[string]*bintree{}}, - "system-kube-controller-manager.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemKubeControllerManagerYaml, map[string]*bintree{}}, - "system-kube-dns.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemKubeDnsYaml, map[string]*bintree{}}, - "system-kube-scheduler.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemKubeSchedulerYaml, map[string]*bintree{}}, - "system-masters.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemMastersYaml, map[string]*bintree{}}, - "system-metrics-server.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemMetricsServerYaml, map[string]*bintree{}}, - "system-node-admins.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodeAdminsYaml, map[string]*bintree{}}, - "system-node-bootstrapper.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodeBootstrapperYaml, map[string]*bintree{}}, - "system-node-proxier.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxierYaml, map[string]*bintree{}}, - "system-node-proxiers.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodeProxiersYaml, map[string]*bintree{}}, - "system-node.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodeYaml, map[string]*bintree{}}, - "system-nodes.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemNodesYaml, map[string]*bintree{}}, - "system-oauth-token-deleters.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOauthTokenDeletersYaml, map[string]*bintree{}}, - "system-openshift-controller-build-config-change-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildConfigChangeControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-build-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerBuildControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-cluster-quota-reconciliation-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerClusterQuotaReconciliationControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-default-rolebindings-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDefaultRolebindingsControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-deployer-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeployerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-deploymentconfig-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerDeploymentconfigControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-horizontal-pod-autoscaler.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerHorizontalPodAutoscalerYaml, map[string]*bintree{}}, - "system-openshift-controller-image-import-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageImportControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-image-trigger-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerImageTriggerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-ingress-to-route-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerIngressToRouteControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-namespace-security-allocation-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerNamespaceSecurityAllocationControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-origin-namespace-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerOriginNamespaceControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-pv-recycler-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerPvRecyclerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-resourcequota-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerResourcequotaControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-sdn-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerSdnControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-service-ingress-ip-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceIngressIpControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-service-serving-cert-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceServingCertControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-serviceaccount-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-serviceaccount-pull-secrets-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerServiceaccountPullSecretsControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-controller-admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerAdminYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-finalizer-controller-admin.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerAdminYaml, map[string]*bintree{}}, - "system-openshift-controller-template-instance-finalizer-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateInstanceFinalizerControllerYaml, map[string]*bintree{}}, - "system-openshift-controller-template-service-broker.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerTemplateServiceBrokerYaml, map[string]*bintree{}}, - "system-openshift-controller-unidling-controller.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftControllerUnidlingControllerYaml, map[string]*bintree{}}, - "system-openshift-discovery.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemOpenshiftDiscoveryYaml, map[string]*bintree{}}, - "system-registry.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemRegistryYaml, map[string]*bintree{}}, - "system-scope-impersonation.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemScopeImpersonationYaml, map[string]*bintree{}}, - "system-sdn-readers.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemSdnReadersYaml, map[string]*bintree{}}, - "system-volume-scheduler.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemVolumeSchedulerYaml, map[string]*bintree{}}, - "system-webhooks.yaml": {clusterrolebindingRbacAuthorizationK8sIoSystemWebhooksYaml, map[string]*bintree{}}, - "templateservicebroker-client.yaml": {clusterrolebindingRbacAuthorizationK8sIoTemplateservicebrokerClientYaml, map[string]*bintree{}}, - "tsb-openshift-template-service-broker.yaml": {clusterrolebindingRbacAuthorizationK8sIoTsbOpenshiftTemplateServiceBrokerYaml, map[string]*bintree{}}, - "view.yaml": {clusterrolebindingRbacAuthorizationK8sIoViewYaml, map[string]*bintree{}}, - }}, - "ClusterServiceBroker.servicecatalog.k8s.io": {nil, map[string]*bintree{ - "ansible-service-broker.yaml": {clusterservicebrokerServicecatalogK8sIoAnsibleServiceBrokerYaml, map[string]*bintree{}}, - "template-service-broker.yaml": {clusterservicebrokerServicecatalogK8sIoTemplateServiceBrokerYaml, map[string]*bintree{}}, - }}, - "ConfigMap": {nil, map[string]*bintree{ - "kube-service-catalog": {nil, map[string]*bintree{ - "cluster-info.yaml": {configmapKubeServiceCatalogClusterInfoYaml, map[string]*bintree{}}, - }}, - "kube-system": {nil, map[string]*bintree{ - "extension-apiserver-authentication.yaml": {configmapKubeSystemExtensionApiserverAuthenticationYaml, map[string]*bintree{}}, - }}, - "openshift-ansible-service-broker": {nil, map[string]*bintree{ - "broker-config.yaml": {configmapOpenshiftAnsibleServiceBrokerBrokerConfigYaml, map[string]*bintree{}}, - }}, - "openshift-azure-branding": {nil, map[string]*bintree{ - "branding.yaml": {configmapOpenshiftAzureBrandingBrandingYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "container-azm-ms-agentconfig.yaml": {configmapOpenshiftAzureLoggingContainerAzmMsAgentconfigYaml, map[string]*bintree{}}, - "log-analytics-agent-entrypoint.yaml": {configmapOpenshiftAzureLoggingLogAnalyticsAgentEntrypointYaml, map[string]*bintree{}}, - "log-analytics-cluster-agent-config.yaml": {configmapOpenshiftAzureLoggingLogAnalyticsClusterAgentConfigYaml, map[string]*bintree{}}, - "log-analytics-rsyslog-config.yaml": {configmapOpenshiftAzureLoggingLogAnalyticsRsyslogConfigYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "metrics-bridge.yaml": {configmapOpenshiftAzureMonitoringMetricsBridgeYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "console-config.yaml": {configmapOpenshiftConsoleConsoleConfigYaml, map[string]*bintree{}}, - }}, - "openshift-monitoring": {nil, map[string]*bintree{ - "cluster-monitoring-config.yaml": {configmapOpenshiftMonitoringClusterMonitoringConfigYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "apiserver-config.yaml": {configmapOpenshiftTemplateServiceBrokerApiserverConfigYaml, map[string]*bintree{}}, - }}, - "openshift-web-console": {nil, map[string]*bintree{ - "webconsole-config.yaml": {configmapOpenshiftWebConsoleWebconsoleConfigYaml, map[string]*bintree{}}, - }}, - }}, - "CronJob.batch": {nil, map[string]*bintree{ - "openshift-etcd": {nil, map[string]*bintree{ - "etcd-backup.yaml": {cronjobBatchOpenshiftEtcdEtcdBackupYaml, map[string]*bintree{}}, - }}, - }}, - "CustomResourceDefinition.apiextensions.k8s.io": {nil, map[string]*bintree{ - "bundlebindings.automationbroker.io.yaml": {customresourcedefinitionApiextensionsK8sIoBundlebindingsAutomationbrokerIoYaml, map[string]*bintree{}}, - "bundleinstances.automationbroker.io.yaml": {customresourcedefinitionApiextensionsK8sIoBundleinstancesAutomationbrokerIoYaml, map[string]*bintree{}}, - "bundles.automationbroker.io.yaml": {customresourcedefinitionApiextensionsK8sIoBundlesAutomationbrokerIoYaml, map[string]*bintree{}}, - "healthstates.azmon.container.insights.yaml": {customresourcedefinitionApiextensionsK8sIoHealthstatesAzmonContainerInsightsYaml, map[string]*bintree{}}, - "kafkabridges.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkabridgesKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkaconnects.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkaconnectsKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkaconnects2is.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkaconnects2isKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkamirrormakers.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkamirrormakersKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkas.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkasKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkatopics.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkatopicsKafkaStrimziIoYaml, map[string]*bintree{}}, - "kafkausers.kafka.strimzi.io.yaml": {customresourcedefinitionApiextensionsK8sIoKafkausersKafkaStrimziIoYaml, map[string]*bintree{}}, - }}, - "DaemonSet.apps": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "docker-registry.yaml": {daemonsetAppsDefaultDockerRegistryYaml, map[string]*bintree{}}, - "router.yaml": {daemonsetAppsDefaultRouterYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "apiserver.yaml": {daemonsetAppsKubeServiceCatalogApiserverYaml, map[string]*bintree{}}, - "controller-manager.yaml": {daemonsetAppsKubeServiceCatalogControllerManagerYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "log-analytics-node-agent.yaml": {daemonsetAppsOpenshiftAzureLoggingLogAnalyticsNodeAgentYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "etcd-metrics.yaml": {daemonsetAppsOpenshiftAzureMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "apiserver.yaml": {daemonsetAppsOpenshiftTemplateServiceBrokerApiserverYaml, map[string]*bintree{}}, - }}, - }}, - "Deployment.apps": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "registry-console.yaml": {deploymentAppsDefaultRegistryConsoleYaml, map[string]*bintree{}}, - }}, - "openshift-ansible-service-broker": {nil, map[string]*bintree{ - "asb.yaml": {deploymentAppsOpenshiftAnsibleServiceBrokerAsbYaml, map[string]*bintree{}}, - }}, - "openshift-azure-branding": {nil, map[string]*bintree{ - "branding.yaml": {deploymentAppsOpenshiftAzureBrandingBrandingYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "log-analytics-cluster-agent.yaml": {deploymentAppsOpenshiftAzureLoggingLogAnalyticsClusterAgentYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "metrics-bridge.yaml": {deploymentAppsOpenshiftAzureMonitoringMetricsBridgeYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "console.yaml": {deploymentAppsOpenshiftConsoleConsoleYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "customer-admin-controller.yaml": {deploymentAppsOpenshiftInfraCustomerAdminControllerYaml, map[string]*bintree{}}, - "strimzi-cluster-operator.yaml": {deploymentAppsOpenshiftInfraStrimziClusterOperatorYaml, map[string]*bintree{}}, - }}, - "openshift-monitoring": {nil, map[string]*bintree{ - "cluster-monitoring-operator.yaml": {deploymentAppsOpenshiftMonitoringClusterMonitoringOperatorYaml, map[string]*bintree{}}, - "metrics-server.yaml": {deploymentAppsOpenshiftMonitoringMetricsServerYaml, map[string]*bintree{}}, - }}, - "openshift-web-console": {nil, map[string]*bintree{ - "webconsole.yaml": {deploymentAppsOpenshiftWebConsoleWebconsoleYaml, map[string]*bintree{}}, - }}, - }}, - "ImageStream.image.openshift.io": {nil, map[string]*bintree{ - "openshift": {nil, map[string]*bintree{ - "apicast-gateway.yaml": {imagestreamImageOpenshiftIoOpenshiftApicastGatewayYaml, map[string]*bintree{}}, - "apicurito-ui.yaml": {imagestreamImageOpenshiftIoOpenshiftApicuritoUiYaml, map[string]*bintree{}}, - "dotnet-runtime.yaml": {imagestreamImageOpenshiftIoOpenshiftDotnetRuntimeYaml, map[string]*bintree{}}, - "dotnet.yaml": {imagestreamImageOpenshiftIoOpenshiftDotnetYaml, map[string]*bintree{}}, - "eap-cd-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftEapCdOpenshiftYaml, map[string]*bintree{}}, - "fis-java-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftFisJavaOpenshiftYaml, map[string]*bintree{}}, - "fis-karaf-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftFisKarafOpenshiftYaml, map[string]*bintree{}}, - "fuse-apicurito-generator.yaml": {imagestreamImageOpenshiftIoOpenshiftFuseApicuritoGeneratorYaml, map[string]*bintree{}}, - "fuse7-console.yaml": {imagestreamImageOpenshiftIoOpenshiftFuse7ConsoleYaml, map[string]*bintree{}}, - "fuse7-eap-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftFuse7EapOpenshiftYaml, map[string]*bintree{}}, - "fuse7-java-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftFuse7JavaOpenshiftYaml, map[string]*bintree{}}, - "fuse7-karaf-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftFuse7KarafOpenshiftYaml, map[string]*bintree{}}, - "golang.yaml": {imagestreamImageOpenshiftIoOpenshiftGolangYaml, map[string]*bintree{}}, - "httpd.yaml": {imagestreamImageOpenshiftIoOpenshiftHttpdYaml, map[string]*bintree{}}, - "java.yaml": {imagestreamImageOpenshiftIoOpenshiftJavaYaml, map[string]*bintree{}}, - "jboss-amq-62.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossAmq62Yaml, map[string]*bintree{}}, - "jboss-amq-63.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossAmq63Yaml, map[string]*bintree{}}, - "jboss-datagrid65-client-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65ClientOpenshiftYaml, map[string]*bintree{}}, - "jboss-datagrid65-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid65OpenshiftYaml, map[string]*bintree{}}, - "jboss-datagrid71-client-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71ClientOpenshiftYaml, map[string]*bintree{}}, - "jboss-datagrid71-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid71OpenshiftYaml, map[string]*bintree{}}, - "jboss-datagrid72-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid72OpenshiftYaml, map[string]*bintree{}}, - "jboss-datagrid73-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatagrid73OpenshiftYaml, map[string]*bintree{}}, - "jboss-datavirt64-driver-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64DriverOpenshiftYaml, map[string]*bintree{}}, - "jboss-datavirt64-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDatavirt64OpenshiftYaml, map[string]*bintree{}}, - "jboss-decisionserver64-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossDecisionserver64OpenshiftYaml, map[string]*bintree{}}, - "jboss-eap64-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossEap64OpenshiftYaml, map[string]*bintree{}}, - "jboss-eap70-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossEap70OpenshiftYaml, map[string]*bintree{}}, - "jboss-eap71-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossEap71OpenshiftYaml, map[string]*bintree{}}, - "jboss-eap72-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossEap72OpenshiftYaml, map[string]*bintree{}}, - "jboss-fuse70-console.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossFuse70ConsoleYaml, map[string]*bintree{}}, - "jboss-fuse70-eap-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossFuse70EapOpenshiftYaml, map[string]*bintree{}}, - "jboss-fuse70-java-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossFuse70JavaOpenshiftYaml, map[string]*bintree{}}, - "jboss-fuse70-karaf-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossFuse70KarafOpenshiftYaml, map[string]*bintree{}}, - "jboss-processserver64-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossProcessserver64OpenshiftYaml, map[string]*bintree{}}, - "jboss-webserver30-tomcat7-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat7OpenshiftYaml, map[string]*bintree{}}, - "jboss-webserver30-tomcat8-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossWebserver30Tomcat8OpenshiftYaml, map[string]*bintree{}}, - "jboss-webserver31-tomcat7-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat7OpenshiftYaml, map[string]*bintree{}}, - "jboss-webserver31-tomcat8-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossWebserver31Tomcat8OpenshiftYaml, map[string]*bintree{}}, - "jboss-webserver50-tomcat9-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftJbossWebserver50Tomcat9OpenshiftYaml, map[string]*bintree{}}, - "jenkins.yaml": {imagestreamImageOpenshiftIoOpenshiftJenkinsYaml, map[string]*bintree{}}, - "mariadb.yaml": {imagestreamImageOpenshiftIoOpenshiftMariadbYaml, map[string]*bintree{}}, - "modern-webapp.yaml": {imagestreamImageOpenshiftIoOpenshiftModernWebappYaml, map[string]*bintree{}}, - "mongodb.yaml": {imagestreamImageOpenshiftIoOpenshiftMongodbYaml, map[string]*bintree{}}, - "mysql.yaml": {imagestreamImageOpenshiftIoOpenshiftMysqlYaml, map[string]*bintree{}}, - "nginx.yaml": {imagestreamImageOpenshiftIoOpenshiftNginxYaml, map[string]*bintree{}}, - "nodejs.yaml": {imagestreamImageOpenshiftIoOpenshiftNodejsYaml, map[string]*bintree{}}, - "openjdk-11-rhel7.yaml": {imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel7Yaml, map[string]*bintree{}}, - "openjdk-11-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftOpenjdk11Rhel8Yaml, map[string]*bintree{}}, - "openjdk-8-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftOpenjdk8Rhel8Yaml, map[string]*bintree{}}, - "perl.yaml": {imagestreamImageOpenshiftIoOpenshiftPerlYaml, map[string]*bintree{}}, - "php.yaml": {imagestreamImageOpenshiftIoOpenshiftPhpYaml, map[string]*bintree{}}, - "postgresql.yaml": {imagestreamImageOpenshiftIoOpenshiftPostgresqlYaml, map[string]*bintree{}}, - "python.yaml": {imagestreamImageOpenshiftIoOpenshiftPythonYaml, map[string]*bintree{}}, - "redhat-openjdk18-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatOpenjdk18OpenshiftYaml, map[string]*bintree{}}, - "redhat-sso-cd-openshift-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftRhel8Yaml, map[string]*bintree{}}, - "redhat-sso-cd-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSsoCdOpenshiftYaml, map[string]*bintree{}}, - "redhat-sso70-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSso70OpenshiftYaml, map[string]*bintree{}}, - "redhat-sso71-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSso71OpenshiftYaml, map[string]*bintree{}}, - "redhat-sso72-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSso72OpenshiftYaml, map[string]*bintree{}}, - "redhat-sso73-openshift.yaml": {imagestreamImageOpenshiftIoOpenshiftRedhatSso73OpenshiftYaml, map[string]*bintree{}}, - "redis.yaml": {imagestreamImageOpenshiftIoOpenshiftRedisYaml, map[string]*bintree{}}, - "rhdm-controller-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhdmControllerRhel8Yaml, map[string]*bintree{}}, - "rhdm-decisioncentral-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhdmDecisioncentralRhel8Yaml, map[string]*bintree{}}, - "rhdm-kieserver-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhdmKieserverRhel8Yaml, map[string]*bintree{}}, - "rhdm-optaweb-employee-rostering-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhdmOptawebEmployeeRosteringRhel8Yaml, map[string]*bintree{}}, - "rhpam-businesscentral-monitoring-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralMonitoringRhel8Yaml, map[string]*bintree{}}, - "rhpam-businesscentral-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhpamBusinesscentralRhel8Yaml, map[string]*bintree{}}, - "rhpam-controller-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhpamControllerRhel8Yaml, map[string]*bintree{}}, - "rhpam-kieserver-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhpamKieserverRhel8Yaml, map[string]*bintree{}}, - "rhpam-smartrouter-rhel8.yaml": {imagestreamImageOpenshiftIoOpenshiftRhpamSmartrouterRhel8Yaml, map[string]*bintree{}}, - "ruby.yaml": {imagestreamImageOpenshiftIoOpenshiftRubyYaml, map[string]*bintree{}}, - }}, - }}, - "Namespace": {nil, map[string]*bintree{ - "default.yaml": {namespaceDefaultYaml, map[string]*bintree{}}, - "kube-public.yaml": {namespaceKubePublicYaml, map[string]*bintree{}}, - "kube-service-catalog.yaml": {namespaceKubeServiceCatalogYaml, map[string]*bintree{}}, - "kube-system.yaml": {namespaceKubeSystemYaml, map[string]*bintree{}}, - "openshift-ansible-service-broker.yaml": {namespaceOpenshiftAnsibleServiceBrokerYaml, map[string]*bintree{}}, - "openshift-azure-branding.yaml": {namespaceOpenshiftAzureBrandingYaml, map[string]*bintree{}}, - "openshift-azure-logging.yaml": {namespaceOpenshiftAzureLoggingYaml, map[string]*bintree{}}, - "openshift-azure-monitoring.yaml": {namespaceOpenshiftAzureMonitoringYaml, map[string]*bintree{}}, - "openshift-azure.yaml": {namespaceOpenshiftAzureYaml, map[string]*bintree{}}, - "openshift-console.yaml": {namespaceOpenshiftConsoleYaml, map[string]*bintree{}}, - "openshift-etcd.yaml": {namespaceOpenshiftEtcdYaml, map[string]*bintree{}}, - "openshift-infra.yaml": {namespaceOpenshiftInfraYaml, map[string]*bintree{}}, - "openshift-logging.yaml": {namespaceOpenshiftLoggingYaml, map[string]*bintree{}}, - "openshift-monitoring.yaml": {namespaceOpenshiftMonitoringYaml, map[string]*bintree{}}, - "openshift-sdn.yaml": {namespaceOpenshiftSdnYaml, map[string]*bintree{}}, - "openshift-template-service-broker.yaml": {namespaceOpenshiftTemplateServiceBrokerYaml, map[string]*bintree{}}, - "openshift-web-console.yaml": {namespaceOpenshiftWebConsoleYaml, map[string]*bintree{}}, - "openshift.yaml": {namespaceOpenshiftYaml, map[string]*bintree{}}, - }}, - "OAuthClient.oauth.openshift.io": {nil, map[string]*bintree{ - "cockpit-oauth-client.yaml": {oauthclientOauthOpenshiftIoCockpitOauthClientYaml, map[string]*bintree{}}, - "openshift-console.yaml": {oauthclientOauthOpenshiftIoOpenshiftConsoleYaml, map[string]*bintree{}}, - }}, - "PriorityClass.scheduling.k8s.io": {nil, map[string]*bintree{ - "system-cluster-critical.yaml": {priorityclassSchedulingK8sIoSystemClusterCriticalYaml, map[string]*bintree{}}, - "system-node-critical.yaml": {priorityclassSchedulingK8sIoSystemNodeCriticalYaml, map[string]*bintree{}}, - }}, - "PrometheusRule.monitoring.coreos.com": {nil, map[string]*bintree{ - "openshift-monitoring": {nil, map[string]*bintree{ - "prometheus-k8s-arorules.yaml": {prometheusruleMonitoringCoreosComOpenshiftMonitoringPrometheusK8sArorulesYaml, map[string]*bintree{}}, - }}, - }}, - "Role.rbac.authorization.k8s.io": {nil, map[string]*bintree{ - "kube-public": {nil, map[string]*bintree{ - "system-controller-bootstrap-signer.yaml": {roleRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "cluster-info-configmap.yaml": {roleRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapYaml, map[string]*bintree{}}, - "configmap-accessor.yaml": {roleRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorYaml, map[string]*bintree{}}, - }}, - "kube-system": {nil, map[string]*bintree{ - "extension-apiserver-authentication-reader.yaml": {roleRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderYaml, map[string]*bintree{}}, - "system--leader-locking-kube-controller-manager.yaml": {roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, map[string]*bintree{}}, - "system--leader-locking-kube-scheduler.yaml": {roleRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, map[string]*bintree{}}, - "system-controller-bootstrap-signer.yaml": {roleRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, map[string]*bintree{}}, - "system-controller-cloud-provider.yaml": {roleRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, map[string]*bintree{}}, - "system-controller-token-cleaner.yaml": {roleRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, map[string]*bintree{}}, - }}, - "openshift": {nil, map[string]*bintree{ - "shared-resource-editor.yaml": {roleRbacAuthorizationK8sIoOpenshiftSharedResourceEditorYaml, map[string]*bintree{}}, - "shared-resource-viewer.yaml": {roleRbacAuthorizationK8sIoOpenshiftSharedResourceViewerYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "customer-admin-log-analytics-agent.yaml": {roleRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "prometheus-k8s.yaml": {roleRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "templateservicebroker-auth-reader.yaml": {roleRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, map[string]*bintree{}}, - }}, - }}, - "RoleBinding.rbac.authorization.k8s.io": {nil, map[string]*bintree{ - "kube-public": {nil, map[string]*bintree{ - "system-controller-bootstrap-signer.yaml": {rolebindingRbacAuthorizationK8sIoKubePublicSystemControllerBootstrapSignerYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "cluster-info-configmap-binding.yaml": {rolebindingRbacAuthorizationK8sIoKubeServiceCatalogClusterInfoConfigmapBindingYaml, map[string]*bintree{}}, - "configmap-accessor-binding.yaml": {rolebindingRbacAuthorizationK8sIoKubeServiceCatalogConfigmapAccessorBindingYaml, map[string]*bintree{}}, - }}, - "kube-system": {nil, map[string]*bintree{ - "extension-apiserver-authentication-reader-binding.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderBindingYaml, map[string]*bintree{}}, - "extension-apiserver-authentication-reader-openshift-template-service-broker.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemExtensionApiserverAuthenticationReaderOpenshiftTemplateServiceBrokerYaml, map[string]*bintree{}}, - "metrics-server-auth-reader.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemMetricsServerAuthReaderYaml, map[string]*bintree{}}, - "system--leader-locking-kube-controller-manager.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeControllerManagerYaml, map[string]*bintree{}}, - "system--leader-locking-kube-scheduler.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemSystemLeaderLockingKubeSchedulerYaml, map[string]*bintree{}}, - "system-controller-bootstrap-signer.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerBootstrapSignerYaml, map[string]*bintree{}}, - "system-controller-cloud-provider.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerCloudProviderYaml, map[string]*bintree{}}, - "system-controller-token-cleaner.yaml": {rolebindingRbacAuthorizationK8sIoKubeSystemSystemControllerTokenCleanerYaml, map[string]*bintree{}}, - }}, - "openshift": {nil, map[string]*bintree{ - "shared-resource-editors.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceEditorsYaml, map[string]*bintree{}}, - "shared-resource-viewers.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftSharedResourceViewersYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "customer-admin-log-analytics-agent.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftAzureLoggingCustomerAdminLogAnalyticsAgentYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "etcd-metrics-viewer.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftAzureMonitoringEtcdMetricsViewerYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "prometheus-k8s.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftInfraPrometheusK8sYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "templateservicebroker-auth-reader.yaml": {rolebindingRbacAuthorizationK8sIoOpenshiftTemplateServiceBrokerTemplateservicebrokerAuthReaderYaml, map[string]*bintree{}}, - }}, - }}, - "Route.route.openshift.io": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "docker-registry.yaml": {routeRouteOpenshiftIoDefaultDockerRegistryYaml, map[string]*bintree{}}, - "registry-console.yaml": {routeRouteOpenshiftIoDefaultRegistryConsoleYaml, map[string]*bintree{}}, - }}, - "openshift-azure-branding": {nil, map[string]*bintree{ - "branding.yaml": {routeRouteOpenshiftIoOpenshiftAzureBrandingBrandingYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "canary.yaml": {routeRouteOpenshiftIoOpenshiftAzureMonitoringCanaryYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "console.yaml": {routeRouteOpenshiftIoOpenshiftConsoleConsoleYaml, map[string]*bintree{}}, - }}, - }}, - "Secret": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "docker-registry-http.yaml": {secretDefaultDockerRegistryHttpYaml, map[string]*bintree{}}, - "registry-certificates.yaml": {secretDefaultRegistryCertificatesYaml, map[string]*bintree{}}, - "registry-config.yaml": {secretDefaultRegistryConfigYaml, map[string]*bintree{}}, - "registry-console.yaml": {secretDefaultRegistryConsoleYaml, map[string]*bintree{}}, - "router-certs.yaml": {secretDefaultRouterCertsYaml, map[string]*bintree{}}, - "router-stats.yaml": {secretDefaultRouterStatsYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "apiserver-ssl.yaml": {secretKubeServiceCatalogApiserverSslYaml, map[string]*bintree{}}, - }}, - "openshift": {nil, map[string]*bintree{ - "redhat-registry.yaml": {secretOpenshiftRedhatRegistryYaml, map[string]*bintree{}}, - }}, - "openshift-ansible-service-broker": {nil, map[string]*bintree{ - "asb-client.yaml": {secretOpenshiftAnsibleServiceBrokerAsbClientYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "log-analytics.yaml": {secretOpenshiftAzureLoggingLogAnalyticsYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "azure-registry.yaml": {secretOpenshiftAzureMonitoringAzureRegistryYaml, map[string]*bintree{}}, - "etcd-metrics.yaml": {secretOpenshiftAzureMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - "mdm-cert.yaml": {secretOpenshiftAzureMonitoringMdmCertYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "apiserver-cert.yaml": {secretOpenshiftConsoleApiserverCertYaml, map[string]*bintree{}}, - "console-oauth-config.yaml": {secretOpenshiftConsoleConsoleOauthConfigYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "aad-group-sync-config.yaml": {secretOpenshiftInfraAadGroupSyncConfigYaml, map[string]*bintree{}}, - }}, - "openshift-monitoring": {nil, map[string]*bintree{ - "etcd-metrics.yaml": {secretOpenshiftMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - "metrics-server-certs.yaml": {secretOpenshiftMonitoringMetricsServerCertsYaml, map[string]*bintree{}}, - "router-stats.yaml": {secretOpenshiftMonitoringRouterStatsYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "templateservicebroker-client.yaml": {secretOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, map[string]*bintree{}}, - }}, - }}, - "SecurityContextConstraints.security.openshift.io": {nil, map[string]*bintree{ - "anyuid.yaml": {securitycontextconstraintsSecurityOpenshiftIoAnyuidYaml, map[string]*bintree{}}, - "hostaccess.yaml": {securitycontextconstraintsSecurityOpenshiftIoHostaccessYaml, map[string]*bintree{}}, - "hostmount-anyuid.yaml": {securitycontextconstraintsSecurityOpenshiftIoHostmountAnyuidYaml, map[string]*bintree{}}, - "hostnetwork.yaml": {securitycontextconstraintsSecurityOpenshiftIoHostnetworkYaml, map[string]*bintree{}}, - "nonroot.yaml": {securitycontextconstraintsSecurityOpenshiftIoNonrootYaml, map[string]*bintree{}}, - "privileged.yaml": {securitycontextconstraintsSecurityOpenshiftIoPrivilegedYaml, map[string]*bintree{}}, - "restricted.yaml": {securitycontextconstraintsSecurityOpenshiftIoRestrictedYaml, map[string]*bintree{}}, - }}, - "Service": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "docker-registry.yaml": {serviceDefaultDockerRegistryYaml, map[string]*bintree{}}, - "registry-console.yaml": {serviceDefaultRegistryConsoleYaml, map[string]*bintree{}}, - "router-stats.yaml": {serviceDefaultRouterStatsYaml, map[string]*bintree{}}, - "router.yaml": {serviceDefaultRouterYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "apiserver.yaml": {serviceKubeServiceCatalogApiserverYaml, map[string]*bintree{}}, - "controller-manager.yaml": {serviceKubeServiceCatalogControllerManagerYaml, map[string]*bintree{}}, - }}, - "kube-system": {nil, map[string]*bintree{ - "aro-admission-controller.yaml": {serviceKubeSystemAroAdmissionControllerYaml, map[string]*bintree{}}, - }}, - "openshift-ansible-service-broker": {nil, map[string]*bintree{ - "asb.yaml": {serviceOpenshiftAnsibleServiceBrokerAsbYaml, map[string]*bintree{}}, - }}, - "openshift-azure-branding": {nil, map[string]*bintree{ - "branding.yaml": {serviceOpenshiftAzureBrandingBrandingYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "healthmodel-replicaset-service.yaml": {serviceOpenshiftAzureLoggingHealthmodelReplicasetServiceYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "canary.yaml": {serviceOpenshiftAzureMonitoringCanaryYaml, map[string]*bintree{}}, - "etcd-metrics.yaml": {serviceOpenshiftAzureMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - "metrics-bridge.yaml": {serviceOpenshiftAzureMonitoringMetricsBridgeYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "console.yaml": {serviceOpenshiftConsoleConsoleYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "azure-controllers.yaml": {serviceOpenshiftInfraAzureControllersYaml, map[string]*bintree{}}, - }}, - "openshift-monitoring": {nil, map[string]*bintree{ - "metrics-server.yaml": {serviceOpenshiftMonitoringMetricsServerYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "apiserver.yaml": {serviceOpenshiftTemplateServiceBrokerApiserverYaml, map[string]*bintree{}}, - }}, - "openshift-web-console": {nil, map[string]*bintree{ - "webconsole.yaml": {serviceOpenshiftWebConsoleWebconsoleYaml, map[string]*bintree{}}, - }}, - }}, - "ServiceAccount": {nil, map[string]*bintree{ - "default": {nil, map[string]*bintree{ - "default.yaml": {serviceaccountDefaultDefaultYaml, map[string]*bintree{}}, - "registry.yaml": {serviceaccountDefaultRegistryYaml, map[string]*bintree{}}, - "router.yaml": {serviceaccountDefaultRouterYaml, map[string]*bintree{}}, - }}, - "kube-service-catalog": {nil, map[string]*bintree{ - "service-catalog-apiserver.yaml": {serviceaccountKubeServiceCatalogServiceCatalogApiserverYaml, map[string]*bintree{}}, - "service-catalog-controller.yaml": {serviceaccountKubeServiceCatalogServiceCatalogControllerYaml, map[string]*bintree{}}, - }}, - "kube-system": {nil, map[string]*bintree{ - "attachdetach-controller.yaml": {serviceaccountKubeSystemAttachdetachControllerYaml, map[string]*bintree{}}, - "certificate-controller.yaml": {serviceaccountKubeSystemCertificateControllerYaml, map[string]*bintree{}}, - "clusterrole-aggregation-controller.yaml": {serviceaccountKubeSystemClusterroleAggregationControllerYaml, map[string]*bintree{}}, - "cronjob-controller.yaml": {serviceaccountKubeSystemCronjobControllerYaml, map[string]*bintree{}}, - "daemon-set-controller.yaml": {serviceaccountKubeSystemDaemonSetControllerYaml, map[string]*bintree{}}, - "deployment-controller.yaml": {serviceaccountKubeSystemDeploymentControllerYaml, map[string]*bintree{}}, - "disruption-controller.yaml": {serviceaccountKubeSystemDisruptionControllerYaml, map[string]*bintree{}}, - "endpoint-controller.yaml": {serviceaccountKubeSystemEndpointControllerYaml, map[string]*bintree{}}, - "expand-controller.yaml": {serviceaccountKubeSystemExpandControllerYaml, map[string]*bintree{}}, - "generic-garbage-collector.yaml": {serviceaccountKubeSystemGenericGarbageCollectorYaml, map[string]*bintree{}}, - "horizontal-pod-autoscaler.yaml": {serviceaccountKubeSystemHorizontalPodAutoscalerYaml, map[string]*bintree{}}, - "job-controller.yaml": {serviceaccountKubeSystemJobControllerYaml, map[string]*bintree{}}, - "namespace-controller.yaml": {serviceaccountKubeSystemNamespaceControllerYaml, map[string]*bintree{}}, - "node-controller.yaml": {serviceaccountKubeSystemNodeControllerYaml, map[string]*bintree{}}, - "persistent-volume-binder.yaml": {serviceaccountKubeSystemPersistentVolumeBinderYaml, map[string]*bintree{}}, - "pod-garbage-collector.yaml": {serviceaccountKubeSystemPodGarbageCollectorYaml, map[string]*bintree{}}, - "pv-protection-controller.yaml": {serviceaccountKubeSystemPvProtectionControllerYaml, map[string]*bintree{}}, - "pvc-protection-controller.yaml": {serviceaccountKubeSystemPvcProtectionControllerYaml, map[string]*bintree{}}, - "replicaset-controller.yaml": {serviceaccountKubeSystemReplicasetControllerYaml, map[string]*bintree{}}, - "replication-controller.yaml": {serviceaccountKubeSystemReplicationControllerYaml, map[string]*bintree{}}, - "resourcequota-controller.yaml": {serviceaccountKubeSystemResourcequotaControllerYaml, map[string]*bintree{}}, - "service-account-controller.yaml": {serviceaccountKubeSystemServiceAccountControllerYaml, map[string]*bintree{}}, - "service-controller.yaml": {serviceaccountKubeSystemServiceControllerYaml, map[string]*bintree{}}, - "statefulset-controller.yaml": {serviceaccountKubeSystemStatefulsetControllerYaml, map[string]*bintree{}}, - }}, - "openshift-ansible-service-broker": {nil, map[string]*bintree{ - "asb-client.yaml": {serviceaccountOpenshiftAnsibleServiceBrokerAsbClientYaml, map[string]*bintree{}}, - "asb.yaml": {serviceaccountOpenshiftAnsibleServiceBrokerAsbYaml, map[string]*bintree{}}, - }}, - "openshift-azure": {nil, map[string]*bintree{ - "blackboxmonitor.yaml": {serviceaccountOpenshiftAzureBlackboxmonitorYaml, map[string]*bintree{}}, - }}, - "openshift-azure-logging": {nil, map[string]*bintree{ - "log-analytics-agent.yaml": {serviceaccountOpenshiftAzureLoggingLogAnalyticsAgentYaml, map[string]*bintree{}}, - }}, - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "etcd-metrics.yaml": {serviceaccountOpenshiftAzureMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - "geneva.yaml": {serviceaccountOpenshiftAzureMonitoringGenevaYaml, map[string]*bintree{}}, - }}, - "openshift-console": {nil, map[string]*bintree{ - "console.yaml": {serviceaccountOpenshiftConsoleConsoleYaml, map[string]*bintree{}}, - }}, - "openshift-etcd": {nil, map[string]*bintree{ - "etcd-backup.yaml": {serviceaccountOpenshiftEtcdEtcdBackupYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "bootstrap-autoapprover.yaml": {serviceaccountOpenshiftInfraBootstrapAutoapproverYaml, map[string]*bintree{}}, - "build-config-change-controller.yaml": {serviceaccountOpenshiftInfraBuildConfigChangeControllerYaml, map[string]*bintree{}}, - "build-controller.yaml": {serviceaccountOpenshiftInfraBuildControllerYaml, map[string]*bintree{}}, - "cluster-quota-reconciliation-controller.yaml": {serviceaccountOpenshiftInfraClusterQuotaReconciliationControllerYaml, map[string]*bintree{}}, - "customer-admin-controller.yaml": {serviceaccountOpenshiftInfraCustomerAdminControllerYaml, map[string]*bintree{}}, - "default-rolebindings-controller.yaml": {serviceaccountOpenshiftInfraDefaultRolebindingsControllerYaml, map[string]*bintree{}}, - "deployer-controller.yaml": {serviceaccountOpenshiftInfraDeployerControllerYaml, map[string]*bintree{}}, - "deploymentconfig-controller.yaml": {serviceaccountOpenshiftInfraDeploymentconfigControllerYaml, map[string]*bintree{}}, - "image-import-controller.yaml": {serviceaccountOpenshiftInfraImageImportControllerYaml, map[string]*bintree{}}, - "image-trigger-controller.yaml": {serviceaccountOpenshiftInfraImageTriggerControllerYaml, map[string]*bintree{}}, - "ingress-to-route-controller.yaml": {serviceaccountOpenshiftInfraIngressToRouteControllerYaml, map[string]*bintree{}}, - "namespace-security-allocation-controller.yaml": {serviceaccountOpenshiftInfraNamespaceSecurityAllocationControllerYaml, map[string]*bintree{}}, - "node-bootstrapper.yaml": {serviceaccountOpenshiftInfraNodeBootstrapperYaml, map[string]*bintree{}}, - "origin-namespace-controller.yaml": {serviceaccountOpenshiftInfraOriginNamespaceControllerYaml, map[string]*bintree{}}, - "pv-recycler-controller.yaml": {serviceaccountOpenshiftInfraPvRecyclerControllerYaml, map[string]*bintree{}}, - "resourcequota-controller.yaml": {serviceaccountOpenshiftInfraResourcequotaControllerYaml, map[string]*bintree{}}, - "sdn-controller.yaml": {serviceaccountOpenshiftInfraSdnControllerYaml, map[string]*bintree{}}, - "service-ingress-ip-controller.yaml": {serviceaccountOpenshiftInfraServiceIngressIpControllerYaml, map[string]*bintree{}}, - "service-serving-cert-controller.yaml": {serviceaccountOpenshiftInfraServiceServingCertControllerYaml, map[string]*bintree{}}, - "serviceaccount-controller.yaml": {serviceaccountOpenshiftInfraServiceaccountControllerYaml, map[string]*bintree{}}, - "serviceaccount-pull-secrets-controller.yaml": {serviceaccountOpenshiftInfraServiceaccountPullSecretsControllerYaml, map[string]*bintree{}}, - "strimzi-cluster-operator.yaml": {serviceaccountOpenshiftInfraStrimziClusterOperatorYaml, map[string]*bintree{}}, - "template-instance-controller.yaml": {serviceaccountOpenshiftInfraTemplateInstanceControllerYaml, map[string]*bintree{}}, - "template-instance-finalizer-controller.yaml": {serviceaccountOpenshiftInfraTemplateInstanceFinalizerControllerYaml, map[string]*bintree{}}, - "unidling-controller.yaml": {serviceaccountOpenshiftInfraUnidlingControllerYaml, map[string]*bintree{}}, - }}, - "openshift-monitoring": {nil, map[string]*bintree{ - "cluster-monitoring-operator.yaml": {serviceaccountOpenshiftMonitoringClusterMonitoringOperatorYaml, map[string]*bintree{}}, - "metrics-server.yaml": {serviceaccountOpenshiftMonitoringMetricsServerYaml, map[string]*bintree{}}, - }}, - "openshift-sdn": {nil, map[string]*bintree{ - "sdn.yaml": {serviceaccountOpenshiftSdnSdnYaml, map[string]*bintree{}}, - }}, - "openshift-template-service-broker": {nil, map[string]*bintree{ - "apiserver.yaml": {serviceaccountOpenshiftTemplateServiceBrokerApiserverYaml, map[string]*bintree{}}, - "templateservicebroker-client.yaml": {serviceaccountOpenshiftTemplateServiceBrokerTemplateservicebrokerClientYaml, map[string]*bintree{}}, - }}, - "openshift-web-console": {nil, map[string]*bintree{ - "webconsole.yaml": {serviceaccountOpenshiftWebConsoleWebconsoleYaml, map[string]*bintree{}}, - }}, - }}, - "ServiceMonitor.monitoring.coreos.com": {nil, map[string]*bintree{ - "openshift-monitoring": {nil, map[string]*bintree{ - "azure-controllers.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringAzureControllersYaml, map[string]*bintree{}}, - "canary.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringCanaryYaml, map[string]*bintree{}}, - "etcd-metrics.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringEtcdMetricsYaml, map[string]*bintree{}}, - "metrics-bridge.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringMetricsBridgeYaml, map[string]*bintree{}}, - "router-stats.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringRouterStatsYaml, map[string]*bintree{}}, - "sync.yaml": {servicemonitorMonitoringCoreosComOpenshiftMonitoringSyncYaml, map[string]*bintree{}}, - }}, - }}, - "StatefulSet.apps": {nil, map[string]*bintree{ - "openshift-azure-monitoring": {nil, map[string]*bintree{ - "canary.yaml": {statefulsetAppsOpenshiftAzureMonitoringCanaryYaml, map[string]*bintree{}}, - }}, - "openshift-infra": {nil, map[string]*bintree{ - "bootstrap-autoapprover.yaml": {statefulsetAppsOpenshiftInfraBootstrapAutoapproverYaml, map[string]*bintree{}}, - }}, - }}, - "StorageClass.storage.k8s.io": {nil, map[string]*bintree{ - "azure-disk.yaml": {storageclassStorageK8sIoAzureDiskYaml, map[string]*bintree{}}, - "azure-file.yaml": {storageclassStorageK8sIoAzureFileYaml, map[string]*bintree{}}, - }}, - "Template.template.openshift.io": {nil, map[string]*bintree{ - "openshift": {nil, map[string]*bintree{ - "3scale-gateway.yaml": {templateTemplateOpenshiftIoOpenshift3scaleGatewayYaml, map[string]*bintree{}}, - "amq63-basic.yaml": {templateTemplateOpenshiftIoOpenshiftAmq63BasicYaml, map[string]*bintree{}}, - "amq63-persistent-ssl.yaml": {templateTemplateOpenshiftIoOpenshiftAmq63PersistentSslYaml, map[string]*bintree{}}, - "amq63-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftAmq63PersistentYaml, map[string]*bintree{}}, - "amq63-ssl.yaml": {templateTemplateOpenshiftIoOpenshiftAmq63SslYaml, map[string]*bintree{}}, - "apicurito.yaml": {templateTemplateOpenshiftIoOpenshiftApicuritoYaml, map[string]*bintree{}}, - "cache-service.yaml": {templateTemplateOpenshiftIoOpenshiftCacheServiceYaml, map[string]*bintree{}}, - "cakephp-example.yaml": {templateTemplateOpenshiftIoOpenshiftCakephpExampleYaml, map[string]*bintree{}}, - "cakephp-mysql-example.yaml": {templateTemplateOpenshiftIoOpenshiftCakephpMysqlExampleYaml, map[string]*bintree{}}, - "cakephp-mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftCakephpMysqlPersistentYaml, map[string]*bintree{}}, - "dancer-example.yaml": {templateTemplateOpenshiftIoOpenshiftDancerExampleYaml, map[string]*bintree{}}, - "dancer-mysql-example.yaml": {templateTemplateOpenshiftIoOpenshiftDancerMysqlExampleYaml, map[string]*bintree{}}, - "dancer-mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftDancerMysqlPersistentYaml, map[string]*bintree{}}, - "datagrid-service.yaml": {templateTemplateOpenshiftIoOpenshiftDatagridServiceYaml, map[string]*bintree{}}, - "datavirt64-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDatavirt64BasicS2iYaml, map[string]*bintree{}}, - "datavirt64-extensions-support-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDatavirt64ExtensionsSupportS2iYaml, map[string]*bintree{}}, - "datavirt64-ldap-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDatavirt64LdapS2iYaml, map[string]*bintree{}}, - "datavirt64-secure-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDatavirt64SecureS2iYaml, map[string]*bintree{}}, - "decisionserver64-amq-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDecisionserver64AmqS2iYaml, map[string]*bintree{}}, - "decisionserver64-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDecisionserver64BasicS2iYaml, map[string]*bintree{}}, - "decisionserver64-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftDecisionserver64HttpsS2iYaml, map[string]*bintree{}}, - "django-example.yaml": {templateTemplateOpenshiftIoOpenshiftDjangoExampleYaml, map[string]*bintree{}}, - "django-psql-example.yaml": {templateTemplateOpenshiftIoOpenshiftDjangoPsqlExampleYaml, map[string]*bintree{}}, - "django-psql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftDjangoPsqlPersistentYaml, map[string]*bintree{}}, - "dotnet-example.yaml": {templateTemplateOpenshiftIoOpenshiftDotnetExampleYaml, map[string]*bintree{}}, - "dotnet-pgsql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftDotnetPgsqlPersistentYaml, map[string]*bintree{}}, - "eap-cd-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEapCdBasicS2iYaml, map[string]*bintree{}}, - "eap-cd-starter-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEapCdStarterS2iYaml, map[string]*bintree{}}, - "eap64-amq-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64AmqPersistentS2iYaml, map[string]*bintree{}}, - "eap64-amq-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64AmqS2iYaml, map[string]*bintree{}}, - "eap64-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64BasicS2iYaml, map[string]*bintree{}}, - "eap64-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64HttpsS2iYaml, map[string]*bintree{}}, - "eap64-mongodb-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64MongodbPersistentS2iYaml, map[string]*bintree{}}, - "eap64-mongodb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64MongodbS2iYaml, map[string]*bintree{}}, - "eap64-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64MysqlPersistentS2iYaml, map[string]*bintree{}}, - "eap64-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64MysqlS2iYaml, map[string]*bintree{}}, - "eap64-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "eap64-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64PostgresqlS2iYaml, map[string]*bintree{}}, - "eap64-sso-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64SsoS2iYaml, map[string]*bintree{}}, - "eap64-third-party-db-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64ThirdPartyDbS2iYaml, map[string]*bintree{}}, - "eap64-tx-recovery-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap64TxRecoveryS2iYaml, map[string]*bintree{}}, - "eap72-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72BasicS2iYaml, map[string]*bintree{}}, - "eap72-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72HttpsS2iYaml, map[string]*bintree{}}, - "eap72-mongodb-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72MongodbPersistentS2iYaml, map[string]*bintree{}}, - "eap72-mongodb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72MongodbS2iYaml, map[string]*bintree{}}, - "eap72-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72MysqlPersistentS2iYaml, map[string]*bintree{}}, - "eap72-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72MysqlS2iYaml, map[string]*bintree{}}, - "eap72-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "eap72-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72PostgresqlS2iYaml, map[string]*bintree{}}, - "eap72-sso-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72SsoS2iYaml, map[string]*bintree{}}, - "eap72-third-party-db-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftEap72ThirdPartyDbS2iYaml, map[string]*bintree{}}, - "fuse75-console.yaml": {templateTemplateOpenshiftIoOpenshiftFuse75ConsoleYaml, map[string]*bintree{}}, - "httpd-example.yaml": {templateTemplateOpenshiftIoOpenshiftHttpdExampleYaml, map[string]*bintree{}}, - "jenkins-ephemeral-monitored.yaml": {templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralMonitoredYaml, map[string]*bintree{}}, - "jenkins-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftJenkinsEphemeralYaml, map[string]*bintree{}}, - "jenkins-persistent-monitored.yaml": {templateTemplateOpenshiftIoOpenshiftJenkinsPersistentMonitoredYaml, map[string]*bintree{}}, - "jenkins-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftJenkinsPersistentYaml, map[string]*bintree{}}, - "jws31-tomcat7-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7BasicS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7HttpsS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-mongodb-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-mongodb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MongodbS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7MysqlS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat7-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat7PostgresqlS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8BasicS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8HttpsS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-mongodb-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-mongodb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MongodbS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8MysqlS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "jws31-tomcat8-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws31Tomcat8PostgresqlS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9BasicS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-https-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9HttpsS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-mongodb-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbPersistentS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-mongodb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MongodbS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlPersistentS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9MysqlS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "jws50-tomcat9-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftJws50Tomcat9PostgresqlS2iYaml, map[string]*bintree{}}, - "mariadb-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftMariadbEphemeralYaml, map[string]*bintree{}}, - "mariadb-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftMariadbPersistentYaml, map[string]*bintree{}}, - "mongodb-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftMongodbEphemeralYaml, map[string]*bintree{}}, - "mongodb-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftMongodbPersistentYaml, map[string]*bintree{}}, - "mysql-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftMysqlEphemeralYaml, map[string]*bintree{}}, - "mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftMysqlPersistentYaml, map[string]*bintree{}}, - "nginx-example.yaml": {templateTemplateOpenshiftIoOpenshiftNginxExampleYaml, map[string]*bintree{}}, - "nodejs-example.yaml": {templateTemplateOpenshiftIoOpenshiftNodejsExampleYaml, map[string]*bintree{}}, - "nodejs-mongo-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftNodejsMongoPersistentYaml, map[string]*bintree{}}, - "nodejs-mongodb-example.yaml": {templateTemplateOpenshiftIoOpenshiftNodejsMongodbExampleYaml, map[string]*bintree{}}, - "openjdk-web-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftOpenjdkWebBasicS2iYaml, map[string]*bintree{}}, - "postgresql-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftPostgresqlEphemeralYaml, map[string]*bintree{}}, - "postgresql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftPostgresqlPersistentYaml, map[string]*bintree{}}, - "processserver64-amq-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlPersistentS2iYaml, map[string]*bintree{}}, - "processserver64-amq-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64AmqMysqlS2iYaml, map[string]*bintree{}}, - "processserver64-amq-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "processserver64-amq-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64AmqPostgresqlS2iYaml, map[string]*bintree{}}, - "processserver64-basic-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64BasicS2iYaml, map[string]*bintree{}}, - "processserver64-externaldb-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64ExternaldbS2iYaml, map[string]*bintree{}}, - "processserver64-mysql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlPersistentS2iYaml, map[string]*bintree{}}, - "processserver64-mysql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64MysqlS2iYaml, map[string]*bintree{}}, - "processserver64-postgresql-persistent-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlPersistentS2iYaml, map[string]*bintree{}}, - "processserver64-postgresql-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftProcessserver64PostgresqlS2iYaml, map[string]*bintree{}}, - "project-request.yaml": {templateTemplateOpenshiftIoOpenshiftProjectRequestYaml, map[string]*bintree{}}, - "rails-pgsql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftRailsPgsqlPersistentYaml, map[string]*bintree{}}, - "rails-postgresql-example.yaml": {templateTemplateOpenshiftIoOpenshiftRailsPostgresqlExampleYaml, map[string]*bintree{}}, - "react-web-app-example.yaml": {templateTemplateOpenshiftIoOpenshiftReactWebAppExampleYaml, map[string]*bintree{}}, - "redis-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftRedisEphemeralYaml, map[string]*bintree{}}, - "redis-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftRedisPersistentYaml, map[string]*bintree{}}, - "rhdm75-authoring-ha.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringHaYaml, map[string]*bintree{}}, - "rhdm75-authoring.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75AuthoringYaml, map[string]*bintree{}}, - "rhdm75-kieserver.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75KieserverYaml, map[string]*bintree{}}, - "rhdm75-optaweb-employee-rostering.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75OptawebEmployeeRosteringYaml, map[string]*bintree{}}, - "rhdm75-prod-immutable-kieserver-amq.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverAmqYaml, map[string]*bintree{}}, - "rhdm75-prod-immutable-kieserver.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75ProdImmutableKieserverYaml, map[string]*bintree{}}, - "rhdm75-trial-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftRhdm75TrialEphemeralYaml, map[string]*bintree{}}, - "rhpam75-authoring-ha.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringHaYaml, map[string]*bintree{}}, - "rhpam75-authoring.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75AuthoringYaml, map[string]*bintree{}}, - "rhpam75-kieserver-externaldb.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75KieserverExternaldbYaml, map[string]*bintree{}}, - "rhpam75-kieserver-mysql.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75KieserverMysqlYaml, map[string]*bintree{}}, - "rhpam75-kieserver-postgresql.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75KieserverPostgresqlYaml, map[string]*bintree{}}, - "rhpam75-managed.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75ManagedYaml, map[string]*bintree{}}, - "rhpam75-prod-immutable-kieserver-amq.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverAmqYaml, map[string]*bintree{}}, - "rhpam75-prod-immutable-kieserver.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableKieserverYaml, map[string]*bintree{}}, - "rhpam75-prod-immutable-monitor.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75ProdImmutableMonitorYaml, map[string]*bintree{}}, - "rhpam75-prod.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75ProdYaml, map[string]*bintree{}}, - "rhpam75-trial-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftRhpam75TrialEphemeralYaml, map[string]*bintree{}}, - "s2i-fuse75-spring-boot-camel-rest-3scale.yaml": {templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelRest3scaleYaml, map[string]*bintree{}}, - "s2i-fuse75-spring-boot-camel-xml.yaml": {templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelXmlYaml, map[string]*bintree{}}, - "s2i-fuse75-spring-boot-camel.yaml": {templateTemplateOpenshiftIoOpenshiftS2iFuse75SpringBootCamelYaml, map[string]*bintree{}}, - "sso-cd-x509-https.yaml": {templateTemplateOpenshiftIoOpenshiftSsoCdX509HttpsYaml, map[string]*bintree{}}, - "sso72-https.yaml": {templateTemplateOpenshiftIoOpenshiftSso72HttpsYaml, map[string]*bintree{}}, - "sso72-mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso72MysqlPersistentYaml, map[string]*bintree{}}, - "sso72-mysql.yaml": {templateTemplateOpenshiftIoOpenshiftSso72MysqlYaml, map[string]*bintree{}}, - "sso72-postgresql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso72PostgresqlPersistentYaml, map[string]*bintree{}}, - "sso72-postgresql.yaml": {templateTemplateOpenshiftIoOpenshiftSso72PostgresqlYaml, map[string]*bintree{}}, - "sso72-x509-https.yaml": {templateTemplateOpenshiftIoOpenshiftSso72X509HttpsYaml, map[string]*bintree{}}, - "sso73-https.yaml": {templateTemplateOpenshiftIoOpenshiftSso73HttpsYaml, map[string]*bintree{}}, - "sso73-mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso73MysqlPersistentYaml, map[string]*bintree{}}, - "sso73-mysql.yaml": {templateTemplateOpenshiftIoOpenshiftSso73MysqlYaml, map[string]*bintree{}}, - "sso73-postgresql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso73PostgresqlPersistentYaml, map[string]*bintree{}}, - "sso73-postgresql.yaml": {templateTemplateOpenshiftIoOpenshiftSso73PostgresqlYaml, map[string]*bintree{}}, - "sso73-x509-https.yaml": {templateTemplateOpenshiftIoOpenshiftSso73X509HttpsYaml, map[string]*bintree{}}, - "sso73-x509-mysql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso73X509MysqlPersistentYaml, map[string]*bintree{}}, - "sso73-x509-postgresql-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftSso73X509PostgresqlPersistentYaml, map[string]*bintree{}}, - "strimzi-connect-s2i.yaml": {templateTemplateOpenshiftIoOpenshiftStrimziConnectS2iYaml, map[string]*bintree{}}, - "strimzi-connect.yaml": {templateTemplateOpenshiftIoOpenshiftStrimziConnectYaml, map[string]*bintree{}}, - "strimzi-ephemeral.yaml": {templateTemplateOpenshiftIoOpenshiftStrimziEphemeralYaml, map[string]*bintree{}}, - "strimzi-mirror-maker.yaml": {templateTemplateOpenshiftIoOpenshiftStrimziMirrorMakerYaml, map[string]*bintree{}}, - "strimzi-persistent.yaml": {templateTemplateOpenshiftIoOpenshiftStrimziPersistentYaml, map[string]*bintree{}}, - }}, - }}, - "ValidatingWebhookConfiguration.admissionregistration.k8s.io": {nil, map[string]*bintree{ - "aro-admission-controller.aro.openshift.io.yaml": {validatingwebhookconfigurationAdmissionregistrationK8sIoAroAdmissionControllerAroOpenshiftIoYaml, map[string]*bintree{}}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/sync/v14/clean.go b/pkg/sync/v14/clean.go deleted file mode 100644 index db5558ee1c..0000000000 --- a/pkg/sync/v14/clean.go +++ /dev/null @@ -1,179 +0,0 @@ -package sync - -import ( - "encoding/base64" - "regexp" - "unicode/utf8" - - "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - - "github.com/openshift/openshift-azure/pkg/util/jsonpath" -) - -// cleanMetadata cleans an ObjectMeta structure -func cleanMetadata(obj map[string]interface{}) { - metadataClean := []string{ - "$.metadata.annotations.'kubectl.kubernetes.io/last-applied-configuration'", - "$.metadata.annotations.'openshift.io/generated-by'", - "$.metadata.creationTimestamp", - "$.metadata.generation", - "$.metadata.resourceVersion", - "$.metadata.selfLink", - "$.metadata.uid", - } - for _, k := range metadataClean { - jsonpath.MustCompile(k).Delete(obj) - } - - path := jsonpath.MustCompile("$.metadata.annotations") - annotations := path.Get(obj) - if len(annotations) == 1 && len(annotations[0].(map[string]interface{})) == 0 { - path.Delete(obj) - } -} - -// cleanPodTemplate cleans a pod template structure -func cleanPodTemplate(obj map[string]interface{}) { - jsonpath.MustCompile("$.spec.initContainers.*.imagePullPolicy").Delete(obj) - jsonpath.MustCompile("$.spec.containers.*.imagePullPolicy").Delete(obj) - - cleanMetadata(obj) -} - -// convertSecretData converts data fields in a Secret to stringData fields -// wherever it can. -func convertSecretData(o unstructured.Unstructured) error { - if _, found := o.Object["data"]; !found { - return nil - } - - data := o.Object["data"].(map[string]interface{}) - stringData := map[string]interface{}{} - - for k, v := range data { - b, err := base64.StdEncoding.DecodeString(v.(string)) - if err != nil { - return err - } - - if utf8.Valid(b) { - stringData[k] = string(b) - delete(data, k) - } - } - - if len(stringData) > 0 { - o.Object["stringData"] = stringData - } - if len(data) == 0 { - delete(o.Object, "data") - } - - return nil -} - -// clean removes object entries which should not be persisted. -func clean(o unstructured.Unstructured) error { - gk := o.GroupVersionKind().GroupKind() - - jsonpath.MustCompile("$.status").Delete(o.Object) - - switch gk.String() { - case "CronJob.batch": - cleanMetadata(jsonpath.MustCompile("$.spec.jobTemplate").Get(o.Object)[0].(map[string]interface{})) - jsonpath.MustCompile("$.spec.jobTemplate.metadata").DeleteIfMatch(o.Object, map[string]interface{}{}) - cleanMetadata(jsonpath.MustCompile("$.spec.jobTemplate.spec.template").Get(o.Object)[0].(map[string]interface{})) - jsonpath.MustCompile("$.spec.jobTemplate.spec.template.metadata").DeleteIfMatch(o.Object, map[string]interface{}{}) - - case "DaemonSet.apps": - jsonpath.MustCompile("$.metadata.annotations.'deprecated.daemonset.template.generation'").Delete(o.Object) - cleanPodTemplate(jsonpath.MustCompile("$.spec.template").Get(o.Object)[0].(map[string]interface{})) - - case "Deployment.apps": - jsonpath.MustCompile("$.metadata.annotations.'deployment.kubernetes.io/revision'").Delete(o.Object) - cleanPodTemplate(jsonpath.MustCompile("$.spec.template").Get(o.Object)[0].(map[string]interface{})) - - case "DeploymentConfig.apps.openshift.io": - cleanPodTemplate(jsonpath.MustCompile("$.spec.template").Get(o.Object)[0].(map[string]interface{})) - - case "ImageStream.image.openshift.io": - jsonpath.MustCompile("$.metadata.annotations.'openshift.io/image.dockerRepositoryCheck'").Delete(o.Object) - jsonpath.MustCompile("$.spec.tags[*].generation").Delete(o.Object) - - case "Namespace": - // TODO: don't know exactly what we should do here. - for _, k := range []string{ - "$.metadata.annotations.'openshift.io/sa.scc.mcs'", - "$.metadata.annotations.'openshift.io/sa.scc.supplemental-groups'", - "$.metadata.annotations.'openshift.io/sa.scc.uid-range'", - } { - jsonpath.MustCompile(k).Delete(o.Object) - } - - case "Secret": - typ := jsonpath.MustCompile("$.type").Get(o.Object) - if len(typ) == 1 && typ[0].(string) == "kubernetes.io/service-account-token" { - for _, k := range []string{ - "$.data", - "$.metadata.annotations.'kubernetes.io/service-account.uid'", - } { - jsonpath.MustCompile(k).Delete(o.Object) - } - } - - err := convertSecretData(o) - if err != nil { - return err - } - - case "Service": - jsonpath.MustCompile("$.metadata.annotations.'service.alpha.openshift.io/serving-cert-signed-by'").Delete(o.Object) - - case "ServiceAccount": - // TODO: the intention is to remove references to automatically created - // secrets. - for _, field := range []string{"imagePullSecrets", "secrets"} { - var newRefs []interface{} - for _, ref := range jsonpath.MustCompile("$." + field + ".*").Get(o.Object) { - if !regexp.MustCompile("-[a-z0-9]{5}$").MatchString(jsonpath.MustCompile("$.name").MustGetString(ref)) { - newRefs = append(newRefs, ref) - } - } - if len(newRefs) > 0 { - jsonpath.MustCompile("$."+field).Set(o.Object, newRefs) - } else { - jsonpath.MustCompile("$." + field).Delete(o.Object) - } - } - - case "StatefulSet.apps": - cleanPodTemplate(jsonpath.MustCompile("$.spec.template").Get(o.Object)[0].(map[string]interface{})) - for _, vct := range jsonpath.MustCompile("$.spec.volumeClaimTemplates[*]").Get(o.Object) { - cleanMetadata(vct.(map[string]interface{})) - } - jsonpath.MustCompile("$.spec.volumeClaimTemplates[*].status").Delete(o.Object) - - case "ValidatingWebhookConfiguration.admissionregistration.k8s.io": - jsonpath.MustCompile("$.webhooks[*].clientConfig.caBundle").DeleteIfMatch(o.Object, nil) - jsonpath.MustCompile("$.webhooks[*].namespaceSelector").DeleteIfMatch(o.Object, map[string]interface{}{}) - } - - cleanMetadata(o.Object) - - return nil -} - -// handleSpecialObjects manages special object migration during upgrade state -func handleSpecialObjects(existing, o unstructured.Unstructured) { - switch existing.GetKind() { - // Service type Loadbalancer - case "Service": - // copy existing clusterIP to new object - if existing.Object["spec"].(map[string]interface{})["type"] == "LoadBalancer" { - o.Object["spec"].(map[string]interface{})["externalTrafficPolicy"] = existing.Object["spec"].(map[string]interface{})["externalTrafficPolicy"] - o.Object["spec"].(map[string]interface{})["ports"] = existing.Object["spec"].(map[string]interface{})["ports"] - } - // ClusterIP is immutable. Copy it over for update - o.Object["spec"].(map[string]interface{})["clusterIP"] = existing.Object["spec"].(map[string]interface{})["clusterIP"] - } -} diff --git a/pkg/sync/v14/clean_test.go b/pkg/sync/v14/clean_test.go deleted file mode 100644 index 07434950bc..0000000000 --- a/pkg/sync/v14/clean_test.go +++ /dev/null @@ -1,43 +0,0 @@ -package sync - -import ( - "io/ioutil" - "path/filepath" - "reflect" - "strings" - "testing" - - "github.com/openshift/openshift-azure/pkg/util/cmp" -) - -func TestClean(t *testing.T) { - matches, err := filepath.Glob("testdata/clean/*-in.yaml") - if err != nil { - t.Fatal(err) - } - - for _, match := range matches { - b, err := ioutil.ReadFile(match) - if err != nil { - t.Error(err) - } - i, err := unmarshal(b) - if err != nil { - t.Error(err) - } - - b, err = ioutil.ReadFile(strings.Replace(match, "-in.yaml", "-out.yaml", -1)) - if err != nil { - t.Error(err) - } - o, err := unmarshal(b) - if err != nil { - t.Error(err) - } - - clean(i) - if !reflect.DeepEqual(i, o) { - t.Errorf("%s:\n%s", match, cmp.Diff(i, o)) - } - } -} diff --git a/pkg/sync/v14/client.go b/pkg/sync/v14/client.go deleted file mode 100644 index 334f202019..0000000000 --- a/pkg/sync/v14/client.go +++ /dev/null @@ -1,325 +0,0 @@ -package sync - -import ( - "errors" - "reflect" - "strings" - - "github.com/sirupsen/logrus" - kerrors "k8s.io/apimachinery/pkg/api/errors" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - "k8s.io/apimachinery/pkg/runtime/schema" - dynamic "k8s.io/client-go/deprecated-dynamic" - "k8s.io/client-go/restmapper" - "k8s.io/client-go/util/retry" - - "github.com/openshift/openshift-azure/pkg/util/cmp" -) - -// updateDynamicClient updates the client's server API group resource -// information and dynamic client pool. -func (s *sync) updateDynamicClient() error { - grs, err := restmapper.GetAPIGroupResources(s.cli) - if err != nil { - return err - } - s.grs = grs - - rm := restmapper.NewDiscoveryRESTMapper(s.grs) - s.dyn = dynamic.NewClientPool(s.restconfig, rm, dynamic.LegacyAPIPathResolverFunc) - - return nil -} - -// applyResources creates or updates all resources in db that match the provided -// filter. -func (s *sync) applyResources(filter func(unstructured.Unstructured) bool, keys []string) error { - for _, k := range keys { - o := s.db[k] - - if !filter(o) || strings.ToLower(o.GetLabels()[optionallyApplySyncPodLabelKey]) == "false" { - continue - } - - if err := s.write(&o); err != nil { - return err - } - } - return nil -} - -// deleteOrphans looks for the "belongs-to-syncpod: yes" annotation, if found -// and object not in current db, remove it. -func (s *sync) deleteOrphans() error { - s.log.Info("Deleting orphan objects from the running cluster") - done := map[schema.GroupKind]struct{}{} - - for _, gr := range s.grs { - for version, resources := range gr.VersionedResources { - for _, resource := range resources { - if strings.ContainsRune(resource.Name, '/') { // no subresources - continue - } - - if !contains(resource.Verbs, "list") { - continue - } - - gvk := schema.GroupVersionKind{Group: gr.Group.Name, Version: version, Kind: resource.Kind} - gk := gvk.GroupKind() - if isDouble(gk) { - continue - } - - if gk.String() == "Endpoints" { // Services transfer their labels to Endpoints; ignore the latter - continue - } - - if _, found := done[gk]; found { - continue - } - done[gk] = struct{}{} - - dc, err := s.dyn.ClientForGroupVersionKind(gvk) - if err != nil { - return err - } - - o, err := dc.Resource(&resource, "").List(metav1.ListOptions{}) - if err != nil { - return err - } - - l, ok := o.(*unstructured.UnstructuredList) - if !ok { - continue - } - - for _, i := range l.Items { - // check that the object is marked by the sync pod - l := i.GetLabels() - if l[ownedBySyncPodLabelKey] == "true" { - // if object is marked as owned by the sync pod - // but not in current DB, OR marked as don't apply - // then remove it - entry, inDB := s.db[keyFunc(i.GroupVersionKind().GroupKind(), i.GetNamespace(), i.GetName())] - optionallyApply := (entry.GetLabels()[optionallyApplySyncPodLabelKey] != "false") - if !inDB || !optionallyApply { - s.log.Info("Delete " + keyFunc(i.GroupVersionKind().GroupKind(), i.GetNamespace(), i.GetName())) - err = dc.Resource(&resource, i.GetNamespace()).Delete(i.GetName(), nil) - if err != nil { - return err - } - } - } - } - } - } - } - - return nil -} - -// contains returns true if haystack contains needle -func contains(haystack []string, needle string) bool { - for _, s := range haystack { - if s == needle { - return true - } - } - return false -} - -// write synchronises a single object with the API server. -func (s *sync) write(o *unstructured.Unstructured) error { - dc, err := s.dyn.ClientForGroupVersionKind(o.GroupVersionKind()) - if err != nil { - return err - } - - var gr *restmapper.APIGroupResources - for _, g := range s.grs { - if g.Group.Name == o.GroupVersionKind().Group { - gr = g - break - } - } - if gr == nil { - return errors.New("couldn't find group " + o.GroupVersionKind().Group) - } - - var res *metav1.APIResource - for _, r := range gr.VersionedResources[o.GroupVersionKind().Version] { - if gr.Group.Name == "template.openshift.io" && r.Name == "processedtemplates" { - continue - } - if r.Kind == o.GroupVersionKind().Kind { - res = &r - break - } - } - if res == nil { - return errors.New("couldn't find kind " + o.GroupVersionKind().Kind) - } - - o = o.DeepCopy() // TODO: do this much earlier - - err = retry.RetryOnConflict(retry.DefaultRetry, func() (err error) { - var existing *unstructured.Unstructured - existing, err = dc.Resource(res, o.GetNamespace()).Get(o.GetName(), metav1.GetOptions{}) - if kerrors.IsNotFound(err) { - s.log.Info("Create " + keyFunc(o.GroupVersionKind().GroupKind(), o.GetNamespace(), o.GetName())) - markSyncPodOwned(o) - _, err = dc.Resource(res, o.GetNamespace()).Create(o) - if kerrors.IsAlreadyExists(err) { - // The "hot path" in write() is Get, check, then maybe Update. - // Optimising for this has the disadvantage that at cluster - // creation we can race with API server or controller - // initialisation. Between Get returning NotFound and us trying - // to Create, the object might be created. In this case we - // return a synthetic Conflict to force a retry. - err = kerrors.NewConflict(schema.GroupResource{Group: res.Group, Resource: res.Name}, o.GetName(), errors.New("synthetic")) - } - return - } - if err != nil { - return - } - - rv := existing.GetResourceVersion() - - err = clean(*existing) - if err != nil { - return - } - defaults(*existing) - - markSyncPodOwned(o) - - if !s.needsUpdate(existing, o) { - return - } - printDiff(s.log, existing, o) - - o.SetResourceVersion(rv) - _, err = dc.Resource(res, o.GetNamespace()).Update(o) - if err != nil && strings.Contains(err.Error(), "updates to parameters are forbidden") { - s.log.Infof("object %s is not updateable, will delete and re-create", o.GetName()) - err = dc.Resource(res, o.GetNamespace()).Delete(o.GetName(), &metav1.DeleteOptions{}) - if err != nil { - return - } - o.SetResourceVersion("") - _, err = dc.Resource(res, o.GetNamespace()).Create(o) - } - - return - }) - - return err -} - -// mark object as sync pod owned -func markSyncPodOwned(o *unstructured.Unstructured) { - l := o.GetLabels() - if l == nil { - l = map[string]string{} - } - l[ownedBySyncPodLabelKey] = "true" - o.SetLabels(l) -} - -func (s *sync) needsUpdate(existing, o *unstructured.Unstructured) bool { - handleSpecialObjects(*existing, *o) - - if reflect.DeepEqual(*existing, *o) { - return false - } - - // check if object is marked for reconcile exclusion - if s.isReconcileProtected(existing, o) { - return false - } - - s.log.Info("Update " + keyFunc(o.GroupVersionKind().GroupKind(), o.GetNamespace(), o.GetName())) - - return true -} - -func printDiff(log *logrus.Entry, existing, o *unstructured.Unstructured) bool { - // TODO: we should have tests that monitor these diffs: - // 1) when a cluster is created - // 2) when sync is run twice back-to-back on the same cluster - - // Don't show a diff if kind is Secret - gk := o.GroupVersionKind().GroupKind() - diffShown := false - if gk.String() != "Secret" { - if diff := cmp.Diff(*existing, *o); diff != "" { - log.Info(diff) - diffShown = true - } - } - return diffShown -} - -// isReconcileProtected check if object is marked with reconcile protection annotation -// this will remove certain objects from being updated post cluster creation -// access to modify these objects is limited by RBAC -// list of the objects is whitelisted only -func (s *sync) isReconcileProtected(existing, o *unstructured.Unstructured) bool { - // if openshift namespace has annotation so we skip all - // templates and image-streams in the namespace - if o.GetNamespace() == "openshift" && s.managedSharedResources == false && - (o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "image.openshift.io", Kind: "ImageStream"} || - o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "template.openshift.io", Kind: "Template"}) { - return true - } - - if o.GetName() == "self-provisioners" && - (o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "rbac.authorization.k8s.io", Kind: "ClusterRoleBinding"}) { - if strings.ToLower(existing.GetAnnotations()[reconcileProtectAnnotationKey]) == "true" { - return true - } - - // it turns out that not all annotations are synced from - // ClusterRoleBinding{,.authorization.openshift.io} (which is what most - // users modify) to ClusterRoleBinding.rbac.authorization.k8s.io (which - // is what we work with here). So, check to see if there is a - // openshift.io/reconcile-protect: true annotation on the - // ClusterRoleBinding{,.authorization.openshift.io}. If so, interpret - // it as being valid for the - // ClusterRoleBinding.rbac.authorization.k8s.io. - crb, err := s.auth.ClusterRoleBindings().Get(o.GetName(), metav1.GetOptions{}) - if err == nil && strings.ToLower(crb.Annotations[reconcileProtectAnnotationKey]) == "true" { - return true - } - } - - if strings.ToLower(existing.GetAnnotations()[reconcileProtectAnnotationKey]) == "true" { - // openshift namespace for shared-resources - if (o.GetName() == "openshift" && - o.GroupVersionKind().GroupKind() == schema.GroupKind{Kind: "Namespace"}) { - return true - } - // individual shared-resources object in openshift namespace - if o.GetNamespace() == "openshift" && - (o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "image.openshift.io", Kind: "ImageStream"} || - o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "template.openshift.io", Kind: "Template"}) { - return true - } - // log analytics agent data collection configuration - if o.GetNamespace() == "openshift-azure-logging" && - (o.GroupVersionKind().GroupKind() == schema.GroupKind{Kind: "ConfigMap"} && - o.GetName() == "container-azm-ms-agentconfig") { - return true - } - // SecurityContextConstraints - if (o.GroupVersionKind().GroupKind() == schema.GroupKind{Group: "security.openshift.io", Kind: "SecurityContextConstraints"}) { - return true - } - } - - return false -} diff --git a/pkg/sync/v14/client_test.go b/pkg/sync/v14/client_test.go deleted file mode 100644 index 879eb2eae2..0000000000 --- a/pkg/sync/v14/client_test.go +++ /dev/null @@ -1,64 +0,0 @@ -package sync - -import ( - "testing" - - "github.com/sirupsen/logrus" - "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - - "github.com/openshift/openshift-azure/pkg/api" -) - -var clientTests = []struct { - name string - existing *unstructured.Unstructured - updated *unstructured.Unstructured - exp bool - diff bool -}{ - { - name: "no need for upgrade", - existing: getObjectFromFile("testdata/service1.yaml"), - updated: getObjectFromFile("testdata/service2.yaml"), - exp: false, // no upgrade expected - diff: false, // no diff expected - }, - { - name: "needs upgrade", - existing: getObjectFromFile("testdata/service1.yaml"), - updated: getObjectFromFile("testdata/service3.yaml"), - exp: true, // upgrade expected - diff: true, // diff expected - }, - { - name: "secret diff omitted", - existing: getObjectFromFile("testdata/secret2.yaml"), - updated: getObjectFromFile("testdata/secret3.yaml"), - exp: true, // upgrade expected - diff: false, // no diff expected - }, -} -var log *logrus.Entry - -func init() { - logger := logrus.New() - log = logrus.NewEntry(logger) -} - -func TestNeedsUpdate(t *testing.T) { - cs := api.OpenShiftManagedCluster{} - s := &sync{cs: &cs, log: log} - for _, test := range clientTests { - if got := s.needsUpdate(test.existing, test.updated); got != test.exp { - t.Errorf("%s: expected update %t, got %t", test.name, test.exp, got) - } - } -} - -func TestShouldPrintDiff(t *testing.T) { - for _, test := range clientTests { - if got := printDiff(log, test.existing, test.updated); got != test.diff { - t.Errorf("%s: expected to print diff %t, got %t", test.name, test.diff, got) - } - } -} diff --git a/pkg/sync/v14/content_test.go b/pkg/sync/v14/content_test.go deleted file mode 100644 index 07c026b060..0000000000 --- a/pkg/sync/v14/content_test.go +++ /dev/null @@ -1,277 +0,0 @@ -// +build content - -package sync - -import ( - "encoding/json" - "fmt" - "io/ioutil" - "net/http" - "os" - "sort" - "strings" - "testing" - - "github.com/ghodss/yaml" - imagev1 "github.com/openshift/api/image/v1" - templatev1 "github.com/openshift/api/template/v1" - corev1 "k8s.io/api/core/v1" - "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured" - "k8s.io/apimachinery/pkg/runtime" - kjson "k8s.io/apimachinery/pkg/runtime/serializer/json" - "k8s.io/client-go/kubernetes/scheme" -) - -func init() { - err := imagev1.DeprecatedInstallWithoutGroup(scheme.Scheme) - if err != nil { - panic(err) - } -} - -type item struct { - Name string `json:"name,omitempty"` - Docs string `json:"docs,omitempty"` - SourceURL string `json:"source_url,omitempty"` - Description string `json:"description,omitempty"` - Path string `json:"path,omitempty"` -} - -type index map[string] /*folder*/ map[string] /*item_type*/ []item - -func get(url string) ([]byte, error) { - resp, err := http.Get(url) - if err != nil { - return nil, err - } - defer resp.Body.Close() - - if resp.StatusCode != http.StatusOK { - return nil, fmt.Errorf("unexpected status code %d", resp.StatusCode) - } - - return ioutil.ReadAll(resp.Body) -} - -func writeObject(o runtime.Object, path string) error { - b, err := json.Marshal(o) - if err != nil { - return err - } - - var u unstructured.Unstructured - _, _, err = unstructured.UnstructuredJSONScheme.Decode(b, nil, &u) - if err != nil { - return err - } - - err = clean(u) - if err != nil { - return err - } - - b, err = yaml.Marshal(u.Object) - if err != nil { - return err - } - - return ioutil.WriteFile(path, b, 0666) -} - -func handleImageStream(folder string, item *item) (touched []string, err error) { - var b []byte - - if folder == "jenkins" { - // upstream issue: Jenkins images are tightly coupled to latest - // openshift version. Look for openshift-3.11 images and if we can't - // find a matching image on that branch, keep on moving. - item.SourceURL = strings.Replace(item.SourceURL, "master", "openshift-3.11", -1) - b, err = get(item.SourceURL) - if err != nil && err.Error() == "unexpected status code 404" { - return nil, nil - } - - } else { - b, err = get(item.SourceURL) - } - if err != nil { - return nil, err - } - - var iss []imagev1.ImageStream - - s := kjson.NewYAMLSerializer(kjson.DefaultMetaFactory, scheme.Scheme, scheme.Scheme) - o, _, err := s.Decode(b, nil, nil) - if err != nil { - return nil, err - } - - switch o := o.(type) { - case *corev1.List: - for _, o := range o.Items { - var is imagev1.ImageStream - _, _, err := s.Decode(o.Raw, nil, &is) - if err != nil { - return nil, err - } - iss = append(iss, is) - } - case *imagev1.ImageStreamList: - iss = append(iss, o.Items...) - case *imagev1.ImageStream: - iss = append(iss, *o) - default: - return nil, fmt.Errorf("unhandled type %T", o) - } - - for _, is := range iss { - is.APIVersion = "image.openshift.io/v1" - is.Namespace = "openshift" - - // upstream files don't sort spec.tags. Do so to keep the diff simpler. - sort.Slice(is.Spec.Tags, func(i, j int) bool { - return is.Spec.Tags[i].Name < is.Spec.Tags[j].Name - }) - - err = writeObject(&is, "data/ImageStream.image.openshift.io/openshift/"+is.Name+".yaml") - if err != nil { - return nil, err - } - - touched = append(touched, is.Name+".yaml") - } - - return touched, nil -} - -func handleImageStreams(index index) error { - touched := map[string]struct{}{} - - for folder, items := range index { - for _, item := range items["imagestreams"] { - files, err := handleImageStream(folder, &item) - if err != nil { - return err - } - for _, file := range files { - touched[file] = struct{}{} - } - } - } - - // remove anything we haven't touched. - f, err := os.Open("data/ImageStream.image.openshift.io/openshift") - if err != nil { - return err - } - defer f.Close() - - files, err := f.Readdirnames(-1) - if err != nil { - return err - } - - for _, file := range files { - if _, found := touched[file]; !found { - err = os.Remove("data/ImageStream.image.openshift.io/openshift/" + file) - if err != nil { - return err - } - } - } - - return nil -} - -func handleTemplate(folder string, item *item) (string, error) { - b, err := get(item.SourceURL) - if err != nil { - return "", err - } - - var t templatev1.Template - - s := kjson.NewYAMLSerializer(kjson.DefaultMetaFactory, scheme.Scheme, scheme.Scheme) - _, _, err = s.Decode(b, nil, &t) - if err != nil { - return "", err - } - - t.APIVersion = "template.openshift.io/v1" - t.Namespace = "openshift" - - err = writeObject(&t, "data/Template.template.openshift.io/openshift/"+t.Name+".yaml") - if err != nil { - return "", err - } - - return t.Name + ".yaml", nil -} - -func handleTemplates(index index) error { - touched := map[string]struct{}{} - - for folder, items := range index { - for _, item := range items["templates"] { - file, err := handleTemplate(folder, &item) - if err != nil { - return err - } - touched[file] = struct{}{} - } - } - - // remove anything we haven't touched. - f, err := os.Open("data/Template.template.openshift.io/openshift") - if err != nil { - return err - } - defer f.Close() - - files, err := f.Readdirnames(-1) - if err != nil { - return err - } - - for _, file := range files { - if _, found := touched[file]; !found { - // project-request is not part of content-update flow - if file == "project-request.yaml" { - continue - } - // strimzi templates are retrieved from a different source (access.redhat.com) - if strings.Contains(file, "strimzi-") { - continue - } - err = os.Remove("data/Template.template.openshift.io/openshift/" + file) - if err != nil { - return err - } - } - } - - return nil -} - -func TestContent(t *testing.T) { - b, err := get("https://github.com/openshift/library/raw/master/official/index.json") - if err != nil { - t.Fatal(err) - } - - var index index - err = json.Unmarshal(b, &index) - if err != nil { - t.Fatal(err) - } - - err = handleImageStreams(index) - if err != nil { - t.Fatal(err) - } - - err = handleTemplates(index) - if err != nil { - t.Fatal(err) - } -} diff --git a/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml b/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml deleted file mode 100644 index feb5cbc414..0000000000 --- a/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.metrics.k8s.io.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: apiregistration.k8s.io/v1beta1 -kind: APIService -metadata: - name: v1beta1.metrics.k8s.io -spec: - group: metrics.k8s.io - groupPriorityMinimum: 100 - service: - name: metrics-server - namespace: openshift-monitoring - version: v1beta1 - versionPriority: 100 diff --git a/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml b/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml deleted file mode 100644 index 165b468c94..0000000000 --- a/pkg/sync/v14/data/APIService.apiregistration.k8s.io/v1beta1.servicecatalog.k8s.io.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: apiregistration.k8s.io/v1 -kind: APIService -metadata: - name: v1beta1.servicecatalog.k8s.io -spec: - caBundle: '*** GENERATED ***' - group: servicecatalog.k8s.io - groupPriorityMinimum: 20 - service: - name: apiserver - namespace: kube-service-catalog - version: v1beta1 - versionPriority: 10 diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/admin.yaml deleted file mode 100644 index 4e8991fa16..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/admin.yaml +++ /dev/null @@ -1,509 +0,0 @@ -aggregationRule: - clusterRoleSelectors: - - matchLabels: - rbac.authorization.k8s.io/aggregate-to-admin: "true" -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: A user that has edit rights within the project and can - change the project's membership. - rbac.authorization.kubernetes.io/autoupdate: "false" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: admin -rules: -- apiGroups: - - automationbroker.io - resources: - - access - verbs: - - create -- apiGroups: - - "" - resources: - - pods - - pods/attach - - pods/exec - - pods/portforward - - pods/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - replicationcontrollers - - replicationcontrollers/scale - - secrets - - serviceaccounts - - services - - services/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - impersonate -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - verbs: - - create -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - localresourceaccessreviews - - localsubjectaccessreviews - - subjectrulesreviews - verbs: - - create -- apiGroups: - - "" - - security.openshift.io - resources: - - podsecuritypolicyreviews - - podsecuritypolicyselfsubjectreviews - - podsecuritypolicysubjectreviews - verbs: - - create -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindingrestrictions - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - - buildconfigs/instantiatebinary - - builds/clone - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - update -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - admin - - edit - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigrollbacks - - deploymentconfigs/instantiate - - deploymentconfigs/rollback - verbs: - - create -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - delete - - get - - patch - - update -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/custom-host - verbs: - - create -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - update -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - resourceaccessreviews - - subjectaccessreviews - verbs: - - create -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - create - - update - - delete - - get - - list - - watch - - patch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - create - - update - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml deleted file mode 100644 index cd174623cf..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-access.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: asb-access -rules: -- nonResourceURLs: - - /osb - - /osb/* - verbs: - - delete - - get - - patch - - post - - put diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml deleted file mode 100644 index 34a09b70b2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-auth.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: asb-auth -rules: -- apiGroups: - - "" - resources: - - namespaces - verbs: - - create - - delete -- apiGroups: - - authorization.openshift.io - resources: - - subjectrulesreview - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - image.openshift.io - - "" - resources: - - images - verbs: - - get - - list -- apiGroups: - - network.openshift.io - resources: - - clusternetworks - - netnamespaces - verbs: - - get -- apiGroups: - - network.openshift.io - resources: - - netnamespaces - verbs: - - update -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete -- apiGroups: - - automationbroker.io - resources: - - bundlebindings - - bundleinstances - - bundles - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml deleted file mode 100644 index 2d0968a31f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/asb-user-access.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - rbac.authorization.k8s.io/aggregate-to-admin: "true" - rbac.authorization.k8s.io/aggregate-to-edit: "true" - name: asb-user-access -rules: -- apiGroups: - - automationbroker.io - resources: - - access - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml deleted file mode 100644 index 24f892cd94..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/basic-user.yaml +++ /dev/null @@ -1,68 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: A user that can get basic information about projects. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: basic-user -rules: -- apiGroups: - - "" - - user.openshift.io - resourceNames: - - "~" - resources: - - users - verbs: - - get -- apiGroups: - - "" - - project.openshift.io - resources: - - projectrequests - verbs: - - list -- apiGroups: - - "" - - authorization.openshift.io - resources: - - clusterroles - verbs: - - get - - list -- apiGroups: - - rbac.authorization.k8s.io - resources: - - clusterroles - verbs: - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get - - list -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - selfsubjectrulesreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - selfsubjectaccessreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml deleted file mode 100644 index b22c2256e9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-admin.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: cluster-admin -rules: -- apiGroups: - - '*' - resources: - - '*' - verbs: - - '*' -- nonResourceURLs: - - '*' - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml deleted file mode 100644 index e0e14e429f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-debugger.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-debugger -rules: -- nonResourceURLs: - - /debug/pprof - - /debug/pprof/* - - /metrics - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml deleted file mode 100644 index 122f65e912..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml +++ /dev/null @@ -1,246 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: cluster-monitoring-operator -rules: -- apiGroups: - - rbac.authorization.k8s.io - resources: - - clusterrolebindings - - clusterroles - - rolebindings - - roles - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - configmaps - - serviceaccounts - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - apps - resources: - - daemonsets - - deployments - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - security.openshift.io - resources: - - securitycontextconstraints - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - replicasets - - statefulsets - verbs: - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - replicasets - verbs: - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - limitranges - - namespaces - - nodes - - persistentvolumeclaims - - persistentvolumes - - pods - - replicationcontrollers - - resourcequotas - - secrets - - services - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - get -- apiGroups: - - apps - resourceNames: - - kube-state-metrics - resources: - - deployments - verbs: - - get - - update -- apiGroups: - - extensions - resourceNames: - - kube-state-metrics - resources: - - deployments - verbs: - - get - - update -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get -- apiGroups: - - "" - resources: - - nodes/metrics - verbs: - - get -- nonResourceURLs: - - /metrics - verbs: - - get -- apiGroups: - - "" - resources: - - configmaps - verbs: - - get -- apiGroups: - - "" - resources: - - endpoints - - nodes - - pods - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch -- apiGroups: - - monitoring.coreos.com - resources: - - alertmanagers - - alertmanagers/finalizers - - prometheuses - - prometheuses/finalizers - - prometheusrules - - servicemonitors - verbs: - - '*' -- apiGroups: - - "" - resources: - - configmaps - - secrets - verbs: - - '*' -- apiGroups: - - apps - resources: - - statefulsets - verbs: - - '*' -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - create - - get - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - delete - - list -- apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml deleted file mode 100644 index 817b8f6fd2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-reader.yaml +++ /dev/null @@ -1,593 +0,0 @@ -aggregationRule: - clusterRoleSelectors: - - matchLabels: - rbac.authorization.k8s.io/aggregate-to-cluster-reader: "true" - - matchLabels: - rbac.authorization.k8s.io/aggregate-to-view: "true" -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-reader -rules: -- apiGroups: - - "" - resources: - - componentstatuses - - nodes - - nodes/status - - persistentvolumeclaims/status - - persistentvolumes - - persistentvolumes/status - - pods/binding - - pods/eviction - - podtemplates - - securitycontextconstraints - - services/status - verbs: - - get - - list - - watch -- apiGroups: - - admissionregistration.k8s.io - resources: - - mutatingwebhookconfigurations - - validatingwebhookconfigurations - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - controllerrevisions - - daemonsets/status - - deployments/status - - replicasets/status - - statefulsets/status - verbs: - - get - - list - - watch -- apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - - customresourcedefinitions/status - verbs: - - get - - list - - watch -- apiGroups: - - apiregistration.k8s.io - resources: - - apiservices - - apiservices/status - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers/status - verbs: - - get - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs/status - - jobs/status - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets/status - - deployments/status - - horizontalpodautoscalers - - horizontalpodautoscalers/status - - ingresses/status - - jobs - - jobs/status - - podsecuritypolicies - - replicasets/status - - replicationcontrollers - - storageclasses - - thirdpartyresources - verbs: - - get - - list - - watch -- apiGroups: - - events.k8s.io - resources: - - events - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets/status - - podsecuritypolicies - verbs: - - get - - list - - watch -- apiGroups: - - rbac.authorization.k8s.io - resources: - - clusterrolebindings - - clusterroles - - rolebindings - - roles - verbs: - - get - - list - - watch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - - volumeattachments - verbs: - - get - - list - - watch -- apiGroups: - - scheduling.k8s.io - resources: - - priorityclasses - verbs: - - get - - list - - watch -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - - certificatesigningrequests/approval - - certificatesigningrequests/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - clusterrolebindings - - clusterroles - - rolebindingrestrictions - - rolebindings - - roles - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagesignatures - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get -- apiGroups: - - "" - - oauth.openshift.io - resources: - - oauthclientauthorizations - verbs: - - get - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projectrequests - verbs: - - get - - list - - watch -- apiGroups: - - "" - - quota.openshift.io - resources: - - clusterresourcequotas - - clusterresourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - - egressnetworkpolicies - - hostsubnets - - netnamespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - - security.openshift.io - resources: - - securitycontextconstraints - verbs: - - get - - list - - watch -- apiGroups: - - security.openshift.io - resources: - - rangeallocations - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - brokertemplateinstances - - templateinstances/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - user.openshift.io - resources: - - groups - - identities - - useridentitymappings - - users - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - localresourceaccessreviews - - localsubjectaccessreviews - - resourceaccessreviews - - selfsubjectrulesreviews - - subjectaccessreviews - - subjectrulesreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - - selfsubjectaccessreviews - - selfsubjectrulesreviews - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - "" - - security.openshift.io - resources: - - podsecuritypolicyreviews - - podsecuritypolicyselfsubjectreviews - - podsecuritypolicysubjectreviews - verbs: - - create -- apiGroups: - - "" - resources: - - nodes/metrics - - nodes/spec - verbs: - - get -- apiGroups: - - "" - resources: - - nodes/stats - verbs: - - create - - get -- nonResourceURLs: - - '*' - verbs: - - get -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - pods - - replicationcontrollers - - replicationcontrollers/scale - - serviceaccounts - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - get - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - get - - list - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml deleted file mode 100644 index 4ab9a59eb2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/cluster-status.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - openshift.io/description: A user that can get basic cluster status information. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-status -rules: -- nonResourceURLs: - - /healthz - - /healthz/* - verbs: - - get -- nonResourceURLs: - - /version - - /version/* - - /api - - /api/* - - /apis - - /apis/* - - /oapi - - /oapi/* - - /openapi/v2 - - /swaggerapi - - /swaggerapi/* - - /swagger.json - - /swagger-2.0.0.pb-v1 - - /osapi - - /osapi/ - - /.well-known - - /.well-known/* - - / - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml deleted file mode 100644 index d8ecbf35e3..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-cluster.yaml +++ /dev/null @@ -1,178 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: customer-admin-cluster -rules: -- apiGroups: - - servicecatalog.k8s.io - resources: - - clusterservicebrokers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - user.openshift.io - resources: - - groups - - users - - identities - - useridentitymappings - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindings - - clusterrolebindings - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - - clusterrolebindings - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - oauth.openshift.io - resources: - - oauthclientauthorizations - verbs: - - delete - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - resourceaccessreviews - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projectrequests - verbs: - - create -- apiGroups: - - "" - resources: - - events - - nodes - - persistentvolumes - - pods - verbs: - - get - - list - - watch -- apiGroups: - - "" - - security.openshift.io - resources: - - securitycontextconstraints - verbs: - - get - - list - - watch - - update - - patch - - delete - - create -- apiGroups: - - "" - - quota.openshift.io - resources: - - clusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - clusterpolicybindings - verbs: - - get - - list -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - netnamespaces - verbs: - - get - - list - - update -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - verbs: - - get - - list -- apiGroups: - - "" - - build.openshift.io - resources: - - builds - - buildconfigs - verbs: - - get - - list - - watch -- apiGroups: - - metrics.k8s.io - resources: - - nodes - - pods - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml deleted file mode 100644 index f7815066be..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-controller.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: customer-admin-controller -rules: -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch - - create -- apiGroups: - - user.openshift.io - resources: - - groups - - users - verbs: - - create - - get - - update - - list diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml deleted file mode 100644 index 5a5bf9846f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/customer-admin-project.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: customer-admin-project -rules: -- apiGroups: - - "" - resources: - - limitranges - - resourcequotas - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - "" - - network.openshift.io - resources: - - egressnetworkpolicies - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - extensions - resources: - - daemonsets - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - image.openshift.io - resources: - - imagestreams - - imagestreams/layers - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/edit.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/edit.yaml deleted file mode 100644 index 321d961973..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/edit.yaml +++ /dev/null @@ -1,428 +0,0 @@ -aggregationRule: - clusterRoleSelectors: - - matchLabels: - rbac.authorization.k8s.io/aggregate-to-edit: "true" -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: A user that can create and edit most objects in a project, - but can not update the project's membership. - rbac.authorization.kubernetes.io/autoupdate: "false" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: edit -rules: -- apiGroups: - - automationbroker.io - resources: - - access - verbs: - - create -- apiGroups: - - "" - resources: - - pods - - pods/attach - - pods/exec - - pods/portforward - - pods/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - replicationcontrollers - - replicationcontrollers/scale - - secrets - - serviceaccounts - - services - - services/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - impersonate -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - - buildconfigs/instantiatebinary - - builds/clone - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - update -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - edit - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigrollbacks - - deploymentconfigs/instantiate - - deploymentconfigs/rollback - verbs: - - create -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/custom-host - verbs: - - create -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - create - - update - - delete - - get - - list - - watch - - patch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - create - - update - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml deleted file mode 100644 index 3e868c57d1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/log-analytics-agent.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - name: log-analytics-agent -rules: -- apiGroups: - - "" - resources: - - pods - - events - - nodes - - namespaces - - services - verbs: - - list - - get - - watch -- apiGroups: - - extensions - resources: - - replicasets - verbs: - - list -- apiGroups: - - azmon.container.insights - resources: - - healthstates - verbs: - - get - - create - - patch -- nonResourceURLs: - - /metrics - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml deleted file mode 100644 index 432cd92812..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/namespace-viewer.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: namespace-viewer -rules: -- apiGroups: - - "" - resources: - - namespaces - verbs: - - list - - watch - - get -- apiGroups: - - admissionregistration.k8s.io - resources: - - validatingwebhookconfigurations - - mutatingwebhookconfigurations - verbs: - - list - - watch - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml deleted file mode 100644 index fa806034e4..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-admin.yaml +++ /dev/null @@ -1,121 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: registry-admin -rules: -- apiGroups: - - "" - resources: - - secrets - - serviceaccounts - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - localresourceaccessreviews - - localsubjectaccessreviews - - subjectrulesreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - verbs: - - create -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - delete - - get -- apiGroups: - - "" - - authorization.openshift.io - resources: - - resourceaccessreviews - - subjectaccessreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml deleted file mode 100644 index c836dc2aa1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-editor.yaml +++ /dev/null @@ -1,68 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: registry-editor -rules: -- apiGroups: - - "" - resources: - - secrets - - serviceaccounts - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml deleted file mode 100644 index 7ccc90797c..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/registry-viewer.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: registry-viewer -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml deleted file mode 100644 index d985d438e5..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/router-metrics.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: router-metrics -rules: -- apiGroups: - - route.openshift.io - resources: - - routers/metrics - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml deleted file mode 100644 index 4665b5b643..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sar-creator.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: sar-creator -rules: -- apiGroups: - - "" - resources: - - subjectaccessreviews.authorization.k8s.io - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml deleted file mode 100644 index 2b653a6fd6..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-access-reviewer.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: self-access-reviewer -rules: -- apiGroups: - - "" - - authorization.openshift.io - resources: - - selfsubjectrulesreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - selfsubjectaccessreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml deleted file mode 100644 index bc3ed4acc8..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/self-provisioner.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - openshift.io/description: A user that can request projects. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: self-provisioner -rules: -- apiGroups: - - "" - - project.openshift.io - resources: - - projectrequests - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml deleted file mode 100644 index 759c1ba5b6..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/service-catalog-controller.yaml +++ /dev/null @@ -1,76 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: service-catalog-controller -rules: -- apiGroups: - - "" - resources: - - secrets - verbs: - - create - - update - - patch - - delete - - get - - list - - watch -- apiGroups: - - servicecatalog.k8s.io - resources: - - clusterservicebrokers/status - - clusterserviceclasses/status - - clusterserviceplans/status - - serviceinstances/status - - servicebindings/status - - servicebindings/finalizers - - serviceinstances/reference - - servicebrokers/status - - serviceclasses/status - - serviceplans/status - verbs: - - update -- apiGroups: - - servicecatalog.k8s.io - resources: - - clusterservicebrokers - - serviceinstances - - servicebindings - - servicebrokers - verbs: - - list - - get - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - patch - - create -- apiGroups: - - servicecatalog.k8s.io - resources: - - clusterserviceclasses - - clusterserviceplans - - serviceclasses - - serviceplans - verbs: - - create - - delete - - update - - patch - - get - - list - - watch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - create - - update - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml deleted file mode 100644 index c41a5041b3..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: servicecatalog-serviceclass-viewer -rules: -- apiGroups: - - servicecatalog.k8s.io - resources: - - clusterserviceclasses - - clusterserviceplans - verbs: - - list - - watch - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml deleted file mode 100644 index 4a2d34a2b0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/storage-admin.yaml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: storage-admin -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - - persistentvolumeclaims - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml deleted file mode 100644 index 8ac6d97977..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-admin.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-admin -rules: -- apiGroups: - - kafka.strimzi.io - resources: - - kafkas - - kafkaconnects - - kafkaconnects2is - - kafkamirrormakers - - kafkausers - - kafkatopics - - kafkabridges - verbs: - - get - - list - - watch - - create - - delete - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml deleted file mode 100644 index 125e6231dd..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-global -rules: -- apiGroups: - - rbac.authorization.k8s.io - resources: - - clusterrolebindings - verbs: - - get - - create - - delete - - patch - - update -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml deleted file mode 100644 index 543c446bb6..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml +++ /dev/null @@ -1,268 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-namespaced -rules: -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - get - - create - - delete - - patch - - update -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - verbs: - - get - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - configmaps - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - kafka.strimzi.io - resources: - - kafkas - - kafkas/status - - kafkaconnects - - kafkaconnects2is - - kafkamirrormakers - - kafkabridges - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - get - - list - - watch - - delete -- apiGroups: - - "" - resources: - - services - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - endpoints - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - deployments - - deployments/scale - - replicasets - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - apps - resources: - - deployments - - deployments/scale - - deployments/status - - statefulsets - - replicasets - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create -- apiGroups: - - extensions - resources: - - replicationcontrollers - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - - deploymentconfigs/status - - deploymentconfigs/finalizers - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - build.openshift.io - resources: - - buildconfigs - - builds - verbs: - - create - - delete - - get - - list - - patch - - watch - - update -- apiGroups: - - image.openshift.io - resources: - - imagestreams - - imagestreams/status - verbs: - - create - - delete - - get - - list - - watch - - patch - - update -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list - - create - - delete - - patch - - update -- apiGroups: - - extensions - resources: - - networkpolicies - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - route.openshift.io - resources: - - routes - - routes/custom-host - verbs: - - get - - list - - create - - delete - - patch - - update -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - create - - delete - - patch - - update -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch - - create - - delete - - patch - - update -- apiGroups: - - extensions - resources: - - ingresses - verbs: - - get - - list - - watch - - create - - delete - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml deleted file mode 100644 index f7dc2eaff6..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-entity-operator.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-entity-operator -rules: -- apiGroups: - - kafka.strimzi.io - resources: - - kafkatopics - verbs: - - get - - list - - watch - - create - - patch - - update - - delete -- apiGroups: - - "" - resources: - - events - verbs: - - create -- apiGroups: - - kafka.strimzi.io - resources: - - kafkausers - verbs: - - get - - list - - watch - - create - - patch - - update - - delete -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list - - create - - patch - - update - - delete diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml deleted file mode 100644 index ffd59cffa1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-kafka-broker.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-kafka-broker -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml deleted file mode 100644 index d5d3c5de91..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/strimzi-topic-operator.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRole -metadata: - labels: - app: strimzi - name: strimzi-topic-operator -rules: -- apiGroups: - - kafka.strimzi.io - resources: - - kafkatopics - verbs: - - get - - list - - watch - - create - - patch - - update - - delete -- apiGroups: - - "" - resources: - - events - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml deleted file mode 100644 index 8c021504b0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/sudoer.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: sudoer -rules: -- apiGroups: - - "" - - user.openshift.io - resourceNames: - - system:admin - resources: - - systemusers - - users - verbs: - - impersonate -- apiGroups: - - "" - - user.openshift.io - resourceNames: - - system:masters - resources: - - groups - - systemgroups - verbs: - - impersonate diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml deleted file mode 100644 index 0d61e5f436..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-admin.yaml +++ /dev/null @@ -1,188 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "false" - labels: - kubernetes.io/bootstrapping: rbac-defaults - rbac.authorization.k8s.io/aggregate-to-admin: "true" - name: system:aggregate-to-admin -rules: -- apiGroups: - - "" - resources: - - pods - - pods/attach - - pods/exec - - pods/portforward - - pods/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - replicationcontrollers - - replicationcontrollers/scale - - secrets - - serviceaccounts - - services - - services/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - impersonate -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - verbs: - - create -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml deleted file mode 100644 index 6f20398260..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-edit.yaml +++ /dev/null @@ -1,168 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "false" - labels: - kubernetes.io/bootstrapping: rbac-defaults - rbac.authorization.k8s.io/aggregate-to-edit: "true" - name: system:aggregate-to-edit -rules: -- apiGroups: - - "" - resources: - - pods - - pods/attach - - pods/exec - - pods/portforward - - pods/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - replicationcontrollers - - replicationcontrollers/scale - - secrets - - serviceaccounts - - services - - services/proxy - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - impersonate -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/rollback - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml deleted file mode 100644 index 8288b5e244..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aggregate-to-view.yaml +++ /dev/null @@ -1,112 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - rbac.authorization.k8s.io/aggregate-to-view: "true" - name: system:aggregate-to-view -rules: -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - pods - - replicationcontrollers - - replicationcontrollers/scale - - serviceaccounts - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - get - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml deleted file mode 100644 index bf4b464d90..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-auth-delegator.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:auth-delegator -rules: -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml deleted file mode 100644 index e6147bdd30..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:aws-cloud-provider -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - patch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml deleted file mode 100644 index 127ed084a6..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-basic-user.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:basic-user -rules: -- apiGroups: - - authorization.k8s.io - resources: - - selfsubjectaccessreviews - - selfsubjectrulesreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml deleted file mode 100644 index b011860dd2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml deleted file mode 100644 index b25a881df0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-custom.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-custom -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/custom - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml deleted file mode 100644 index ae8117386f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-docker.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-docker -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/docker - - builds/optimizeddocker - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml deleted file mode 100644 index a500c2c4a8..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-jenkinspipeline -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/jenkinspipeline - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml deleted file mode 100644 index b69c477069..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-build-strategy-source.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-source -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/source - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml deleted file mode 100644 index 7e3e253d5f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificate-signing-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:certificate-signing-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml deleted file mode 100644 index d70379cd24..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-nodeclient.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:certificates.k8s.io:certificatesigningrequests:nodeclient -rules: -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests/nodeclient - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml deleted file mode 100644 index ef47f1b04b..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-certificates.k8s.io-certificatesigningrequests-selfnodeclient.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:certificates.k8s.io:certificatesigningrequests:selfnodeclient -rules: -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests/selfnodeclient - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml deleted file mode 100644 index 9bbae56a15..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:attachdetach-controller -rules: -- apiGroups: - - "" - resources: - - persistentvolumeclaims - - persistentvolumes - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update -- apiGroups: - - storage.k8s.io - resources: - - volumeattachments - verbs: - - create - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml deleted file mode 100644 index abb34ba991..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:certificate-controller -rules: -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - verbs: - - delete - - get - - list - - watch -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests/approval - - certificatesigningrequests/status - verbs: - - update -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml deleted file mode 100644 index 7fec6d0e11..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:clusterrole-aggregation-controller -rules: -- apiGroups: - - '*' - resources: - - '*' - verbs: - - '*' -- nonResourceURLs: - - '*' - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml deleted file mode 100644 index 2b36dd1136..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:cronjob-controller -rules: -- apiGroups: - - batch - resources: - - cronjobs - verbs: - - get - - list - - update - - watch -- apiGroups: - - batch - resources: - - jobs - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - batch - resources: - - cronjobs/status - verbs: - - update -- apiGroups: - - batch - resources: - - cronjobs/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - delete - - list -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml deleted file mode 100644 index 942be75c36..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml +++ /dev/null @@ -1,75 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:daemon-set-controller -rules: -- apiGroups: - - apps - - extensions - resources: - - daemonsets - verbs: - - get - - list - - watch -- apiGroups: - - apps - - extensions - resources: - - daemonsets/status - verbs: - - update -- apiGroups: - - apps - - extensions - resources: - - daemonsets/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - list - - patch - - watch -- apiGroups: - - "" - resources: - - pods/binding - verbs: - - create -- apiGroups: - - apps - resources: - - controllerrevisions - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml deleted file mode 100644 index 1f3730f204..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml +++ /dev/null @@ -1,63 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:deployment-controller -rules: -- apiGroups: - - apps - - extensions - resources: - - deployments - verbs: - - get - - list - - update - - watch -- apiGroups: - - apps - - extensions - resources: - - deployments/status - verbs: - - update -- apiGroups: - - apps - - extensions - resources: - - deployments/finalizers - verbs: - - update -- apiGroups: - - apps - - extensions - resources: - - replicasets - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml deleted file mode 100644 index b632a8fccc..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:disruption-controller -rules: -- apiGroups: - - apps - - extensions - resources: - - deployments - verbs: - - get - - list - - watch -- apiGroups: - - apps - - extensions - resources: - - replicasets - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - statefulsets - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml deleted file mode 100644 index 1805e02c95..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:endpoint-controller -rules: -- apiGroups: - - "" - resources: - - pods - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - endpoints - verbs: - - create - - delete - - get - - list - - update -- apiGroups: - - "" - resources: - - endpoints/restricted - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml deleted file mode 100644 index 213a9773d8..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-expand-controller.yaml +++ /dev/null @@ -1,63 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:expand-controller -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - get -- apiGroups: - - "" - resources: - - secrets - verbs: - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml deleted file mode 100644 index 7b58290db7..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:generic-garbage-collector -rules: -- apiGroups: - - '*' - resources: - - '*' - verbs: - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml deleted file mode 100644 index 9ec4e3ae44..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:horizontal-pod-autoscaler -rules: -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers/status - verbs: - - update -- apiGroups: - - '*' - resources: - - '*/scale' - verbs: - - get - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - list -- apiGroups: - - "" - resourceNames: - - 'http:heapster:' - - 'https:heapster:' - resources: - - services/proxy - verbs: - - get -- apiGroups: - - metrics.k8s.io - resources: - - pods - verbs: - - list -- apiGroups: - - custom.metrics.k8s.io - resources: - - '*' - verbs: - - get - - list -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml deleted file mode 100644 index 34e0f193f5..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-job-controller.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:job-controller -rules: -- apiGroups: - - batch - resources: - - jobs - verbs: - - get - - list - - update - - watch -- apiGroups: - - batch - resources: - - jobs/status - verbs: - - update -- apiGroups: - - batch - resources: - - jobs/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - list - - patch - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml deleted file mode 100644 index 2236ecfc18..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:namespace-controller -rules: -- apiGroups: - - "" - resources: - - namespaces - verbs: - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces/finalize - - namespaces/status - verbs: - - update -- apiGroups: - - '*' - resources: - - '*' - verbs: - - delete - - deletecollection - - get - - list diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml deleted file mode 100644 index f72486308b..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-node-controller.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:node-controller -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - delete - - get - - list - - patch - - update -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - pods/status - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - delete - - list -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml deleted file mode 100644 index ea9259cff9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:persistent-volume-binder -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumes/status - verbs: - - update -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims/status - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - create - - delete - - get -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - create -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list -- apiGroups: - - "" - resources: - - events - verbs: - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml deleted file mode 100644 index 179e3d7c8a..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pod-garbage-collector -rules: -- apiGroups: - - "" - resources: - - pods - verbs: - - delete - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - list diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml deleted file mode 100644 index a475ee182f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pv-protection-controller -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml deleted file mode 100644 index bd373822d0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pvc-protection-controller -rules: -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml deleted file mode 100644 index 5752a4f1c2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml +++ /dev/null @@ -1,51 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:replicaset-controller -rules: -- apiGroups: - - apps - - extensions - resources: - - replicasets - verbs: - - get - - list - - update - - watch -- apiGroups: - - apps - - extensions - resources: - - replicasets/status - verbs: - - update -- apiGroups: - - apps - - extensions - resources: - - replicasets/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - list - - patch - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml deleted file mode 100644 index fe94b59f7b..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-replication-controller.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:replication-controller -rules: -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers/status - verbs: - - update -- apiGroups: - - "" - resources: - - replicationcontrollers/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - list - - patch - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml deleted file mode 100644 index fea71716cb..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:resourcequota-controller -rules: -- apiGroups: - - '*' - resources: - - '*' - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - resourcequotas/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml deleted file mode 100644 index 36d1906b47..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-route-controller.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:route-controller -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - patch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml deleted file mode 100644 index 8a5f4f8924..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:service-account-controller -rules: -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml deleted file mode 100644 index 5f97ece710..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-service-controller.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:service-controller -rules: -- apiGroups: - - "" - resources: - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - services/status - verbs: - - update -- apiGroups: - - "" - resources: - - nodes - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml deleted file mode 100644 index 52d786f54f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:statefulset-controller -rules: -- apiGroups: - - "" - resources: - - pods - verbs: - - list - - watch -- apiGroups: - - apps - resources: - - statefulsets - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - statefulsets/status - verbs: - - update -- apiGroups: - - apps - resources: - - statefulsets/finalizers - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - get - - patch - - update -- apiGroups: - - apps - resources: - - controllerrevisions - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - create - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml deleted file mode 100644 index f406ea9b76..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:ttl-controller -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml deleted file mode 100644 index b50601f7d9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-attacher.yaml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:csi-external-attacher -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - volumeattachments - verbs: - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - get - - list - - patch - - update - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml deleted file mode 100644 index e29007d98e..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-csi-external-provisioner.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:csi-external-provisioner -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - create - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - patch - - update - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - get - - list - - patch - - update - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml deleted file mode 100644 index dd422146a3..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-daemonset-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:daemonset-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml deleted file mode 100644 index bc4ea23bf5..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployer.yaml +++ /dev/null @@ -1,60 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: Grants the right to deploy within a project. Used primarily - with service accounts for automated deployments. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:deployer -rules: -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - delete -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers/scale - verbs: - - get - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - get - - list - - watch -- apiGroups: - - "" - resources: - - pods/log - verbs: - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - list -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamtags - verbs: - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml deleted file mode 100644 index f3fc15c4c0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deployment-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:deployment-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml deleted file mode 100644 index 8bda1cb4bb..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-deploymentconfig-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:deploymentconfig-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml deleted file mode 100644 index 77e2c11faf..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-discovery.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:discovery -rules: -- nonResourceURLs: - - /api - - /api/* - - /apis - - /apis/* - - /healthz - - /openapi - - /openapi/* - - /swagger-2.0.0.pb-v1 - - /swagger.json - - /swaggerapi - - /swaggerapi/* - - /version - - /version/ - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml deleted file mode 100644 index 2c7fae3fc5..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-disruption-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:disruption-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml deleted file mode 100644 index 0f0af990a3..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-endpoint-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:endpoint-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml deleted file mode 100644 index 955089ebdb..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-garbage-collector-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:garbage-collector-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml deleted file mode 100644 index 0f629eec37..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-gc-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:gc-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml deleted file mode 100644 index d31ffee17e..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-heapster.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:heapster -rules: -- apiGroups: - - "" - resources: - - events - - namespaces - - nodes - - pods - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - deployments - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml deleted file mode 100644 index 2dffef0fd9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-hpa-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:hpa-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml deleted file mode 100644 index 7f7af4d31d..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-auditor.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-auditor -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - images - verbs: - - get - - list - - patch - - update - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml deleted file mode 100644 index 1dd7ba1fed..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-builder.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: Grants the right to build, push and pull images from - within a project. Used primarily with service accounts for builds. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-builder -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - update -- apiGroups: - - "" - - build.openshift.io - resources: - - builds - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml deleted file mode 100644 index 215a8318cc..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pruner.yaml +++ /dev/null @@ -1,87 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-pruner -rules: -- apiGroups: - - "" - resources: - - pods - - replicationcontrollers - verbs: - - get - - list -- apiGroups: - - "" - resources: - - limitranges - verbs: - - list -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - builds - verbs: - - get - - list -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - verbs: - - get - - list -- apiGroups: - - apps - - extensions - resources: - - daemonsets - verbs: - - get - - list -- apiGroups: - - apps - - extensions - resources: - - deployments - verbs: - - get - - list -- apiGroups: - - apps - - extensions - resources: - - replicasets - verbs: - - get - - list -- apiGroups: - - "" - - image.openshift.io - resources: - - images - verbs: - - delete -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagestreams - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml deleted file mode 100644 index 1e5be7286b..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-puller.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: Grants the right to pull images from within a project. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-puller -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml deleted file mode 100644 index 59573b78f2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-pusher.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: Grants the right to push and pull images from within - a project. - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-pusher -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml deleted file mode 100644 index 7d744185fd..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-image-signer.yaml +++ /dev/null @@ -1,24 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-signer -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagestreams/layers - verbs: - - get -- apiGroups: - - "" - - image.openshift.io - resources: - - imagesignatures - verbs: - - create - - delete diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml deleted file mode 100644 index 5c4fad865e..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-job-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:job-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml deleted file mode 100644 index 4aab77d32e..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-aggregator.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-aggregator -rules: -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml deleted file mode 100644 index e4b37cf236..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-controller-manager.yaml +++ /dev/null @@ -1,62 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-controller-manager -rules: -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update -- apiGroups: - - "" - resources: - - endpoints - - secrets - - serviceaccounts - verbs: - - create -- apiGroups: - - "" - resources: - - secrets - verbs: - - delete -- apiGroups: - - "" - resources: - - endpoints - - namespaces - - secrets - - serviceaccounts - verbs: - - get -- apiGroups: - - "" - resources: - - endpoints - - secrets - - serviceaccounts - verbs: - - update -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - '*' - resources: - - '*' - verbs: - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml deleted file mode 100644 index a4c02ca25f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-dns.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-dns -rules: -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml deleted file mode 100644 index ec9ff96736..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kube-scheduler.yaml +++ /dev/null @@ -1,109 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-scheduler -rules: -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update -- apiGroups: - - "" - resources: - - endpoints - verbs: - - create -- apiGroups: - - "" - resourceNames: - - kube-scheduler - resources: - - endpoints - verbs: - - delete - - get - - patch - - update -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - bindings - - pods/binding - verbs: - - create -- apiGroups: - - "" - resources: - - pods/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - replicationcontrollers - - services - verbs: - - get - - list - - watch -- apiGroups: - - apps - - extensions - resources: - - replicasets - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - statefulsets - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims - - persistentvolumes - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml deleted file mode 100644 index 1f48508cf9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-kubelet-api-admin.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kubelet-api-admin -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - proxy -- apiGroups: - - "" - resources: - - nodes/log - - nodes/metrics - - nodes/proxy - - nodes/spec - - nodes/stats - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml deleted file mode 100644 index bc08d47ee9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-master.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:master -rules: -- apiGroups: - - '*' - resources: - - '*' - verbs: - - '*' -- nonResourceURLs: - - '*' - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml deleted file mode 100644 index 31fa27bc4c..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-metrics-server.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: system:metrics-server -rules: -- apiGroups: - - "" - resources: - - pods - - nodes - - nodes/stats - - namespaces - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml deleted file mode 100644 index f0f8a196a1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-namespace-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:namespace-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml deleted file mode 100644 index 570df356b2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-admin.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:node-admin -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - proxy -- apiGroups: - - "" - resources: - - nodes/log - - nodes/metrics - - nodes/proxy - - nodes/spec - - nodes/stats - verbs: - - '*' diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml deleted file mode 100644 index 2be5d2d309..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrap-autoapprover.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - name: system:node-bootstrap-autoapprover -rules: -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - verbs: - - delete - - get - - list - - watch -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests/approval - verbs: - - create - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml deleted file mode 100644 index 47d9b01740..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-bootstrapper.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node-bootstrapper -rules: -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - verbs: - - create - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml deleted file mode 100644 index 24f5a85049..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-problem-detector.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node-problem-detector -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - patch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml deleted file mode 100644 index 81a656e159..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-proxier.yaml +++ /dev/null @@ -1,32 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node-proxier -rules: -- apiGroups: - - "" - resources: - - endpoints - - services - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml deleted file mode 100644 index 44db99a3e1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node-reader.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:node-reader -rules: -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes/metrics - - nodes/spec - verbs: - - get -- apiGroups: - - "" - resources: - - nodes/stats - verbs: - - create - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml deleted file mode 100644 index e9279230ba..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-node.yaml +++ /dev/null @@ -1,136 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node -rules: -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - - subjectaccessreviews - verbs: - - create -- apiGroups: - - "" - resources: - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - create - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - nodes - verbs: - - delete - - patch - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete -- apiGroups: - - "" - resources: - - pods/status - verbs: - - patch - - update -- apiGroups: - - "" - resources: - - pods/eviction - verbs: - - create -- apiGroups: - - "" - resources: - - configmaps - - secrets - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims - - persistentvolumes - verbs: - - get -- apiGroups: - - "" - resources: - - endpoints - verbs: - - get -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - verbs: - - create - - get - - list - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims/status - verbs: - - get - - patch - - update -- apiGroups: - - storage.k8s.io - resources: - - volumeattachments - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml deleted file mode 100644 index 1b5a33c184..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-oauth-token-deleter.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:oauth-token-deleter -rules: -- apiGroups: - - "" - - oauth.openshift.io - resources: - - oauthaccesstokens - - oauthauthorizetokens - verbs: - - delete diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml deleted file mode 100644 index b410fa7218..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-admin.yaml +++ /dev/null @@ -1,294 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - rbac.authorization.k8s.io/aggregate-to-admin: "true" - name: system:openshift:aggregate-to-admin -rules: -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindings - - roles - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - localresourceaccessreviews - - localsubjectaccessreviews - - subjectrulesreviews - verbs: - - create -- apiGroups: - - "" - - security.openshift.io - resources: - - podsecuritypolicyreviews - - podsecuritypolicyselfsubjectreviews - - podsecuritypolicysubjectreviews - verbs: - - create -- apiGroups: - - "" - - authorization.openshift.io - resources: - - rolebindingrestrictions - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - - buildconfigs/instantiatebinary - - builds/clone - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - update -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - admin - - edit - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigrollbacks - - deploymentconfigs/instantiate - - deploymentconfigs/rollback - verbs: - - create -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - delete - - get - - patch - - update -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/custom-host - verbs: - - create -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - update -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - resourceaccessreviews - - subjectaccessreviews - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml deleted file mode 100644 index d0e934a585..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-cluster-reader.yaml +++ /dev/null @@ -1,346 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - rbac.authorization.k8s.io/aggregate-to-cluster-reader: "true" - name: system:openshift:aggregate-to-cluster-reader -rules: -- apiGroups: - - "" - resources: - - componentstatuses - - nodes - - nodes/status - - persistentvolumeclaims/status - - persistentvolumes - - persistentvolumes/status - - pods/binding - - pods/eviction - - podtemplates - - securitycontextconstraints - - services/status - verbs: - - get - - list - - watch -- apiGroups: - - admissionregistration.k8s.io - resources: - - mutatingwebhookconfigurations - - validatingwebhookconfigurations - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - controllerrevisions - - daemonsets/status - - deployments/status - - replicasets/status - - statefulsets/status - verbs: - - get - - list - - watch -- apiGroups: - - apiextensions.k8s.io - resources: - - customresourcedefinitions - - customresourcedefinitions/status - verbs: - - get - - list - - watch -- apiGroups: - - apiregistration.k8s.io - resources: - - apiservices - - apiservices/status - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers/status - verbs: - - get - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs/status - - jobs/status - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets/status - - deployments/status - - horizontalpodautoscalers - - horizontalpodautoscalers/status - - ingresses/status - - jobs - - jobs/status - - podsecuritypolicies - - replicasets/status - - replicationcontrollers - - storageclasses - - thirdpartyresources - verbs: - - get - - list - - watch -- apiGroups: - - events.k8s.io - resources: - - events - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets/status - - podsecuritypolicies - verbs: - - get - - list - - watch -- apiGroups: - - rbac.authorization.k8s.io - resources: - - clusterrolebindings - - clusterroles - - rolebindings - - roles - verbs: - - get - - list - - watch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - get - - list - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - - volumeattachments - verbs: - - get - - list - - watch -- apiGroups: - - scheduling.k8s.io - resources: - - priorityclasses - verbs: - - get - - list - - watch -- apiGroups: - - certificates.k8s.io - resources: - - certificatesigningrequests - - certificatesigningrequests/approval - - certificatesigningrequests/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - clusterrolebindings - - clusterroles - - rolebindingrestrictions - - rolebindings - - roles - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagesignatures - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get -- apiGroups: - - "" - - oauth.openshift.io - resources: - - oauthclientauthorizations - verbs: - - get - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projectrequests - verbs: - - get - - list - - watch -- apiGroups: - - "" - - quota.openshift.io - resources: - - clusterresourcequotas - - clusterresourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - - egressnetworkpolicies - - hostsubnets - - netnamespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - - security.openshift.io - resources: - - securitycontextconstraints - verbs: - - get - - list - - watch -- apiGroups: - - security.openshift.io - resources: - - rangeallocations - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - brokertemplateinstances - - templateinstances/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - user.openshift.io - resources: - - groups - - identities - - useridentitymappings - - users - verbs: - - get - - list - - watch -- apiGroups: - - "" - - authorization.openshift.io - resources: - - localresourceaccessreviews - - localsubjectaccessreviews - - resourceaccessreviews - - selfsubjectrulesreviews - - subjectaccessreviews - - subjectrulesreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - localsubjectaccessreviews - - selfsubjectaccessreviews - - selfsubjectrulesreviews - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - "" - - security.openshift.io - resources: - - podsecuritypolicyreviews - - podsecuritypolicyselfsubjectreviews - - podsecuritypolicysubjectreviews - verbs: - - create -- apiGroups: - - "" - resources: - - nodes/metrics - - nodes/spec - verbs: - - get -- apiGroups: - - "" - resources: - - nodes/stats - verbs: - - create - - get -- nonResourceURLs: - - '*' - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml deleted file mode 100644 index 82a4c6a5dd..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-edit.yaml +++ /dev/null @@ -1,233 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - rbac.authorization.k8s.io/aggregate-to-edit: "true" - name: system:openshift:aggregate-to-edit -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - - buildconfigs/instantiatebinary - - builds/clone - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/details - verbs: - - update -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - edit - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigrollbacks - - deploymentconfigs/instantiate - - deploymentconfigs/rollback - verbs: - - create -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreams/secrets - - imagestreamtags - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/custom-host - verbs: - - create -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - extensions - - networking.k8s.io - resources: - - networkpolicies - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - create - - delete - - deletecollection - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml deleted file mode 100644 index 33a5953759..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-aggregate-to-view.yaml +++ /dev/null @@ -1,140 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - rbac.authorization.k8s.io/aggregate-to-view: "true" - name: system:openshift:aggregate-to-view -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - get - - list - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml deleted file mode 100644 index e6b4fe7c7a..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:build-config-change-controller -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds - verbs: - - delete -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml deleted file mode 100644 index 9f65f941c0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml +++ /dev/null @@ -1,104 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:build-controller -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - builds - verbs: - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/finalizers - verbs: - - update -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - verbs: - - get -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/custom - - builds/docker - - builds/jenkinspipeline - - builds/optimizeddocker - - builds/source - verbs: - - create -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams - verbs: - - get - - list -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list -- apiGroups: - - "" - resources: - - configmaps - verbs: - - get - - list -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - get - - list -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - get - - list -- apiGroups: - - "" - - security.openshift.io - resources: - - podsecuritypolicysubjectreviews - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml deleted file mode 100644 index 0b6f91d7ad..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:cluster-quota-reconciliation-controller -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - get - - list -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list -- apiGroups: - - "" - - quota.openshift.io - resources: - - clusterresourcequotas/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml deleted file mode 100644 index be78be9afd..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:default-rolebindings-controller -rules: -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - verbs: - - create -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - rbac.authorization.k8s.io - resources: - - rolebindings - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml deleted file mode 100644 index 49f3512b51..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:deployer-controller -rules: -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - get - - list - - patch - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - delete -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers/scale - verbs: - - get - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml deleted file mode 100644 index 323b6bf5a4..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml +++ /dev/null @@ -1,58 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:deploymentconfig-controller -rules: -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - replicationcontrollers/scale - verbs: - - get - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/status - verbs: - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/finalizers - verbs: - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml deleted file mode 100644 index 15da896dec..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:horizontal-pod-autoscaler -rules: -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/scale - verbs: - - get - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml deleted file mode 100644 index dc4b436577..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:image-import-controller -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams - verbs: - - create - - get - - list - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - images - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimports - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml deleted file mode 100644 index 5a79356ad9..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml +++ /dev/null @@ -1,79 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:image-trigger-controller -rules: -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams - verbs: - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets - verbs: - - get - - update -- apiGroups: - - apps - - extensions - resources: - - deployments - verbs: - - get - - update -- apiGroups: - - apps - resources: - - statefulsets - verbs: - - get - - update -- apiGroups: - - batch - resources: - - cronjobs - verbs: - - get - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - verbs: - - get - - update -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/instantiate - verbs: - - create -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/custom - - builds/docker - - builds/jenkinspipeline - - builds/optimizeddocker - - builds/source - verbs: - - create -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml deleted file mode 100644 index c781f5d541..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:ingress-to-route-controller -rules: -- apiGroups: - - "" - resources: - - secrets - - services - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - ingress - verbs: - - get - - list - - watch -- apiGroups: - - route.openshift.io - resources: - - routes - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - route.openshift.io - resources: - - routes/custom-host - verbs: - - create - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml deleted file mode 100644 index 5e674b2e99..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml +++ /dev/null @@ -1,33 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:namespace-security-allocation-controller -rules: -- apiGroups: - - security.openshift.io - resources: - - rangeallocations - verbs: - - create - - get - - update -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml deleted file mode 100644 index 46af3fa7d5..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:origin-namespace-controller -rules: -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces/finalize - - namespaces/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml deleted file mode 100644 index 4653b62dea..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml +++ /dev/null @@ -1,58 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:pv-recycler-controller -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumes/status - verbs: - - update -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims/status - verbs: - - update -- apiGroups: - - "" - resources: - - pods - verbs: - - create - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml deleted file mode 100644 index eaa908c1cc..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:resourcequota-controller -rules: -- apiGroups: - - "" - resources: - - resourcequotas/status - verbs: - - update -- apiGroups: - - "" - resources: - - resourcequotas - verbs: - - list -- apiGroups: - - "" - resources: - - services - verbs: - - list -- apiGroups: - - "" - resources: - - configmaps - verbs: - - list -- apiGroups: - - "" - resources: - - secrets - verbs: - - list -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - list -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml deleted file mode 100644 index dbcf472cb2..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml +++ /dev/null @@ -1,86 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:sdn-controller -rules: -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - verbs: - - create - - get - - update -- apiGroups: - - "" - - network.openshift.io - resources: - - hostsubnets - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - netnamespaces - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - pods - verbs: - - get - - list -- apiGroups: - - "" - resources: - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - nodes/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml deleted file mode 100644 index 219f054d06..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:service-ingress-ip-controller -rules: -- apiGroups: - - "" - resources: - - services - verbs: - - list - - update - - watch -- apiGroups: - - "" - resources: - - services/status - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml deleted file mode 100644 index 6aac875c6a..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:service-serving-cert-controller -rules: -- apiGroups: - - "" - resources: - - services - verbs: - - list - - update - - watch -- apiGroups: - - "" - resources: - - secrets - verbs: - - create - - delete - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml deleted file mode 100644 index b39b41da6f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:serviceaccount-controller -rules: -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml deleted file mode 100644 index cbc9b7fd8c..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:serviceaccount-pull-secrets-controller -rules: -- apiGroups: - - "" - resources: - - serviceaccounts - verbs: - - create - - get - - list - - update - - watch -- apiGroups: - - "" - resources: - - secrets - verbs: - - create - - delete - - get - - list - - patch - - update - - watch -- apiGroups: - - "" - resources: - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml deleted file mode 100644 index 72b7347d0f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-controller -rules: -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - template.openshift.io - resources: - - templateinstances/status - verbs: - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml deleted file mode 100644 index e5a618f40a..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-finalizer-controller -rules: -- apiGroups: - - template.openshift.io - resources: - - templateinstances/status - verbs: - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml deleted file mode 100644 index b2cd9ac84d..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml +++ /dev/null @@ -1,87 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-service-broker -rules: -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - authorization.openshift.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - template.openshift.io - resources: - - brokertemplateinstances - verbs: - - create - - delete - - get - - update -- apiGroups: - - template.openshift.io - resources: - - brokertemplateinstances/finalizers - verbs: - - update -- apiGroups: - - template.openshift.io - resources: - - templateinstances - verbs: - - assign - - create - - delete - - get -- apiGroups: - - template.openshift.io - resources: - - templates - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - secrets - verbs: - - create - - delete - - get -- apiGroups: - - "" - resources: - - configmaps - - services - verbs: - - get -- apiGroups: - - "" - resources: - - routes - verbs: - - get -- apiGroups: - - route.openshift.io - resources: - - routes - verbs: - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml deleted file mode 100644 index 863a045f5f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:unidling-controller -rules: -- apiGroups: - - "" - resources: - - endpoints - - replicationcontrollers/scale - verbs: - - get - - update -- apiGroups: - - "" - resources: - - replicationcontrollers - verbs: - - get - - patch - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - verbs: - - get - - patch - - update -- apiGroups: - - apps - - extensions - resources: - - deployments/scale - - replicasets/scale - verbs: - - get - - update -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/scale - verbs: - - get - - update -- apiGroups: - - "" - resources: - - events - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml deleted file mode 100644 index 37fe2769b7..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-discovery.yaml +++ /dev/null @@ -1,29 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:discovery -rules: -- nonResourceURLs: - - /version - - /version/* - - /api - - /api/* - - /apis - - /apis/* - - /oapi - - /oapi/* - - /openapi/v2 - - /swaggerapi - - /swaggerapi/* - - /swagger.json - - /swagger-2.0.0.pb-v1 - - /osapi - - /osapi/ - - /.well-known - - /.well-known/* - - / - verbs: - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml deleted file mode 100644 index dfd50c8c5d..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-openshift-templateservicebroker-client.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:templateservicebroker-client -rules: -- nonResourceURLs: - - /brokers/template.openshift.io/* - verbs: - - delete - - get - - put - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml deleted file mode 100644 index 42b8f3bfc7..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-persistent-volume-provisioner.yaml +++ /dev/null @@ -1,51 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:persistent-volume-provisioner -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - create - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - persistentvolumeclaims - verbs: - - get - - list - - update - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml deleted file mode 100644 index 96ac228290..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-registry.yaml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:registry -rules: -- apiGroups: - - "" - resources: - - imagestreams - - limitranges - - resourcequotas - verbs: - - list -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagestreamtags - verbs: - - delete - - get -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreams/secrets - verbs: - - get -- apiGroups: - - "" - - image.openshift.io - resources: - - images - - imagestreams - verbs: - - get - - update -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreammappings - verbs: - - create diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml deleted file mode 100644 index 214de25146..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replicaset-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:replicaset-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml deleted file mode 100644 index 64960cd0bf..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-replication-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:replication-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml deleted file mode 100644 index 8822441d61..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-router.yaml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:router -rules: -- apiGroups: - - "" - resources: - - endpoints - verbs: - - list - - watch -- apiGroups: - - "" - resources: - - services - verbs: - - list - - watch -- apiGroups: - - authentication.k8s.io - resources: - - tokenreviews - verbs: - - create -- apiGroups: - - authorization.k8s.io - resources: - - subjectaccessreviews - verbs: - - create -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml deleted file mode 100644 index 5637b0e59c..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-scope-impersonation.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:scope-impersonation -rules: -- apiGroups: - - authentication.k8s.io - resources: - - userextras/scopes.authorization.openshift.io - verbs: - - impersonate diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml deleted file mode 100644 index 17c12642a4..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-manager.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:sdn-manager -rules: -- apiGroups: - - "" - - network.openshift.io - resources: - - hostsubnets - - netnamespaces - verbs: - - create - - delete - - get - - list - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - verbs: - - create - - get -- apiGroups: - - "" - resources: - - nodes - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml deleted file mode 100644 index 10ab6e518f..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-sdn-reader.yaml +++ /dev/null @@ -1,59 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:sdn-reader -rules: -- apiGroups: - - "" - - network.openshift.io - resources: - - egressnetworkpolicies - - hostsubnets - - netnamespaces - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - - nodes - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - networkpolicies - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - get - - list - - watch -- apiGroups: - - "" - - network.openshift.io - resources: - - clusternetworks - verbs: - - get -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml deleted file mode 100644 index 68561c556d..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-admin.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - rbac.authorization.k8s.io/aggregate-to-admin: "true" - name: system:service-catalog:aggregate-to-admin -rules: -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - create - - update - - delete - - get - - list - - watch - - patch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - create - - update - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml deleted file mode 100644 index 9f9c43b992..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-edit.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - rbac.authorization.k8s.io/aggregate-to-edit: "true" - name: system:service-catalog:aggregate-to-edit -rules: -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - create - - update - - delete - - get - - list - - watch - - patch -- apiGroups: - - settings.k8s.io - resources: - - podpresets - verbs: - - create - - update - - delete - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml deleted file mode 100644 index bb00ced224..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-service-catalog-aggregate-to-view.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - labels: - rbac.authorization.k8s.io/aggregate-to-view: "true" - name: system:service-catalog:aggregate-to-view -rules: -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml deleted file mode 100644 index aaa31b5f39..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-statefulset-controller.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:statefulset-controller -rules: null diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml deleted file mode 100644 index 4a85b085d0..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-volume-scheduler.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:volume-scheduler -rules: -- apiGroups: - - "" - resources: - - persistentvolumes - verbs: - - get - - list - - patch - - update - - watch -- apiGroups: - - storage.k8s.io - resources: - - storageclasses - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml deleted file mode 100644 index 304266e2d1..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/system-webhook.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - authorization.openshift.io/system-only: "true" - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:webhook -rules: -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs/webhooks - verbs: - - create - - get diff --git a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/view.yaml b/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/view.yaml deleted file mode 100644 index 1f190e0121..0000000000 --- a/pkg/sync/v14/data/ClusterRole.rbac.authorization.k8s.io/view.yaml +++ /dev/null @@ -1,258 +0,0 @@ -aggregationRule: - clusterRoleSelectors: - - matchLabels: - rbac.authorization.k8s.io/aggregate-to-view: "true" -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRole -metadata: - annotations: - openshift.io/description: A user who can view but not edit any resources within - the project. They can not view secrets or membership. - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: view -rules: -- apiGroups: - - "" - resources: - - configmaps - - endpoints - - persistentvolumeclaims - - pods - - replicationcontrollers - - replicationcontrollers/scale - - serviceaccounts - - services - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - bindings - - events - - limitranges - - namespaces/status - - pods/log - - pods/status - - replicationcontrollers/status - - resourcequotas - - resourcequotas/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - namespaces - verbs: - - get - - list - - watch -- apiGroups: - - apps - resources: - - daemonsets - - deployments - - deployments/scale - - replicasets - - replicasets/scale - - statefulsets - - statefulsets/scale - verbs: - - get - - list - - watch -- apiGroups: - - autoscaling - resources: - - horizontalpodautoscalers - verbs: - - get - - list - - watch -- apiGroups: - - batch - resources: - - cronjobs - - jobs - verbs: - - get - - list - - watch -- apiGroups: - - extensions - resources: - - daemonsets - - deployments - - deployments/scale - - ingresses - - networkpolicies - - replicasets - - replicasets/scale - - replicationcontrollers/scale - verbs: - - get - - list - - watch -- apiGroups: - - policy - resources: - - poddisruptionbudgets - verbs: - - get - - list - - watch -- apiGroups: - - networking.k8s.io - resources: - - networkpolicies - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildconfigs - - buildconfigs/webhooks - - builds - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - builds/log - verbs: - - get - - list - - watch -- apiGroups: - - build.openshift.io - resources: - - jenkins - verbs: - - view -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs - - deploymentconfigs/scale - verbs: - - get - - list - - watch -- apiGroups: - - "" - - apps.openshift.io - resources: - - deploymentconfigs/log - - deploymentconfigs/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreammappings - - imagestreams - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - verbs: - - get -- apiGroups: - - "" - - quota.openshift.io - resources: - - appliedclusterresourcequotas - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes - verbs: - - get - - list - - watch -- apiGroups: - - "" - - route.openshift.io - resources: - - routes/status - verbs: - - get - - list - - watch -- apiGroups: - - "" - - template.openshift.io - resources: - - processedtemplates - - templateconfigs - - templateinstances - - templates - verbs: - - get - - list - - watch -- apiGroups: - - "" - - build.openshift.io - resources: - - buildlogs - verbs: - - get - - list - - watch -- apiGroups: - - "" - resources: - - resourcequotausages - verbs: - - get - - list - - watch -- apiGroups: - - servicecatalog.k8s.io - resources: - - servicebrokers - - serviceclasses - - serviceplans - - serviceinstances - - servicebindings - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml deleted file mode 100644 index 2744231637..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin-0.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: admin-0 -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: admin -subjects: -- kind: ServiceAccount - name: asb - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml deleted file mode 100644 index da5978c735..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/admin.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: admin -subjects: -- kind: ServiceAccount - name: default - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml deleted file mode 100644 index ad88c4433d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-access.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: asb-access -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: asb-access -subjects: -- kind: ServiceAccount - name: asb-client - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml deleted file mode 100644 index 6b856dbb03..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/asb-auth.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: asb-auth -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: asb-auth -subjects: -- kind: ServiceAccount - name: asb - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml deleted file mode 100644 index 75f00166b8..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/auth-delegator-openshift-template-service-broker.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: auth-delegator-openshift-template-service-broker -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:auth-delegator -subjects: -- kind: ServiceAccount - name: apiserver - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml deleted file mode 100644 index 3c5d49ff9b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/basic-users.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: basic-users -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: basic-user -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml deleted file mode 100644 index e423830a43..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/blackboxmonitor.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: blackboxmonitor -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-reader -subjects: -- kind: ServiceAccount - name: blackboxmonitor - namespace: openshift-azure diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml deleted file mode 100644 index f962cee6cf..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/bootstrap-autoapprover.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: bootstrap-autoapprover -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-bootstrap-autoapprover -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:serviceaccount:openshift-infra:bootstrap-autoapprover diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml deleted file mode 100644 index 92a9fe7d93..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admin.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: cluster-admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-admin -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:masters diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml deleted file mode 100644 index 4479967fb1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-admins.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-admins -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-admin -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:cluster-admins -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:admin diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml deleted file mode 100644 index 286af0d22b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-operator.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: cluster-monitoring-operator -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-monitoring-operator -subjects: -- kind: ServiceAccount - name: cluster-monitoring-operator - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml deleted file mode 100644 index 680f1f70d2..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-monitoring-view.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: cluster-monitoring-view -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-monitoring-view -subjects: -- kind: ServiceAccount - name: geneva - namespace: openshift-azure-monitoring diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml deleted file mode 100644 index 73491f67b1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-reader.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: cluster-reader -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-reader -subjects: -- kind: ServiceAccount - name: router - namespace: default diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml deleted file mode 100644 index d31ba8d7dd..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-readers.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-readers -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-reader -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:cluster-readers diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml deleted file mode 100644 index c5d8fd0283..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/cluster-status-binding.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: cluster-status-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-status -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml deleted file mode 100644 index 9c53655ee0..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-cluster-group.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: customer-admin-cluster-group -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: customer-admin-cluster -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: osa-customer-admins diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml deleted file mode 100644 index fb1ed4b3bf..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-admin.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: customer-admin-controller-admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: admin -subjects: -- kind: ServiceAccount - name: customer-admin-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml deleted file mode 100644 index 4cf44816fd..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-project-admin.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: customer-admin-controller-project-admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: customer-admin-project -subjects: -- kind: ServiceAccount - name: customer-admin-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml deleted file mode 100644 index fb685bfac6..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-controller-sa.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: customer-admin-controller-sa -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: customer-admin-controller -subjects: -- kind: ServiceAccount - name: customer-admin-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml deleted file mode 100644 index c6970e794d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/customer-admin-strimzi.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: customer-admin-strimzi -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-admin -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: osa-customer-admins diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml deleted file mode 100644 index 1253469959..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/log-analytics-agent.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - name: log-analytics-agent -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: log-analytics-agent -subjects: -- kind: ServiceAccount - name: log-analytics-agent - namespace: openshift-azure-logging diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml deleted file mode 100644 index 795a75aadb..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/metrics-server-system-auth-delegator.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - name: metrics-server:system:auth-delegator -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:auth-delegator -subjects: -- kind: ServiceAccount - name: metrics-server - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml deleted file mode 100644 index ca37875cd2..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-metrics.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: router-metrics -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: router-metrics -subjects: -- kind: ServiceAccount - name: prometheus - namespace: openshift-metrics diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml deleted file mode 100644 index 869385783c..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/router-router-role.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: router-router-role -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:router -subjects: -- kind: ServiceAccount - name: router - namespace: default diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml deleted file mode 100644 index 6d8216fcda..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-cluster-reader.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: sdn-cluster-reader -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: cluster-reader -subjects: -- kind: ServiceAccount - name: sdn - namespace: openshift-sdn diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml deleted file mode 100644 index ff239daf87..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-node-proxier.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: sdn-node-proxier -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-proxier -subjects: -- kind: ServiceAccount - name: sdn - namespace: openshift-sdn diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml deleted file mode 100644 index f55b712931..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/sdn-reader.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: sdn-reader -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:sdn-reader -subjects: -- kind: ServiceAccount - name: sdn - namespace: openshift-sdn diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml deleted file mode 100644 index 0de64f97a7..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-access-reviewers.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: self-access-reviewers -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: self-access-reviewer -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml deleted file mode 100644 index b56e192d32..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/self-provisioners.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: self-provisioners -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: self-provisioner -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated:oauth diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml deleted file mode 100644 index 7596851321..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: service-catalog-controller-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: service-catalog-controller -subjects: -- kind: ServiceAccount - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml deleted file mode 100644 index 96e30097f2..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-controller-namespace-viewer-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: service-catalog-controller-namespace-viewer-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: namespace-viewer -subjects: -- kind: ServiceAccount - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml deleted file mode 100644 index 1f1af7029d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-namespace-viewer-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: service-catalog-namespace-viewer-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: namespace-viewer -subjects: -- kind: ServiceAccount - name: service-catalog-apiserver - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml deleted file mode 100644 index a840d354cc..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/service-catalog-sar-creator-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: service-catalog-sar-creator-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: sar-creator -subjects: -- kind: ServiceAccount - name: service-catalog-apiserver - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml deleted file mode 100644 index 8d71ea0476..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/servicecatalog-serviceclass-viewer-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: servicecatalog-serviceclass-viewer-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: servicecatalog-serviceclass-viewer -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml deleted file mode 100644 index 2aea3e74e3..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-entity-operator-delegation.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-entity-operator-delegation -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-entity-operator -subjects: -- kind: ServiceAccount - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml deleted file mode 100644 index a338f0297a..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-global.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-global -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-cluster-operator-global -subjects: -- kind: ServiceAccount - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml deleted file mode 100644 index 8af2dd1b3e..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-kafka-broker-delegation.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-kafka-broker-delegation -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-kafka-broker -subjects: -- kind: ServiceAccount - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml deleted file mode 100644 index b6da1350ae..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-namespaced.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-namespaced -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-cluster-operator-namespaced -subjects: -- kind: ServiceAccount - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml deleted file mode 100644 index ffd7aad37c..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/strimzi-cluster-operator-topic-operator-delegation.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: ClusterRoleBinding -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator-topic-operator-delegation -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: strimzi-topic-operator -subjects: -- kind: ServiceAccount - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml deleted file mode 100644 index ff7f9427e9..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-auth-delegator-binding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: system:auth-delegator-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:auth-delegator -subjects: -- kind: ServiceAccount - name: service-catalog-apiserver - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml deleted file mode 100644 index 8ec91e97c5..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-aws-cloud-provider.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:aws-cloud-provider -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:aws-cloud-provider -subjects: -- kind: ServiceAccount - name: aws-cloud-provider - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml deleted file mode 100644 index 943153b56d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-basic-user.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:basic-user -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:basic-user -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml deleted file mode 100644 index dedec42b7c..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-docker-binding.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-docker-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:build-strategy-docker -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml deleted file mode 100644 index 2bbcbcbde0..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-jenkinspipeline-binding.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-jenkinspipeline-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:build-strategy-jenkinspipeline -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml deleted file mode 100644 index bb0f6be453..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-build-strategy-source-binding.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:build-strategy-source-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:build-strategy-source -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml deleted file mode 100644 index dbbd9829ea..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-attachdetach-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:attachdetach-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:attachdetach-controller -subjects: -- kind: ServiceAccount - name: attachdetach-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml deleted file mode 100644 index 488eb7047e..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-certificate-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:certificate-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:certificate-controller -subjects: -- kind: ServiceAccount - name: certificate-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml deleted file mode 100644 index aa1424f791..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-clusterrole-aggregation-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:clusterrole-aggregation-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:clusterrole-aggregation-controller -subjects: -- kind: ServiceAccount - name: clusterrole-aggregation-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml deleted file mode 100644 index 37dda1faf0..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-cronjob-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:cronjob-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:cronjob-controller -subjects: -- kind: ServiceAccount - name: cronjob-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml deleted file mode 100644 index 3f0550c546..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-daemon-set-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:daemon-set-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:daemon-set-controller -subjects: -- kind: ServiceAccount - name: daemon-set-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml deleted file mode 100644 index 6ed1a1ce56..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-deployment-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:deployment-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:deployment-controller -subjects: -- kind: ServiceAccount - name: deployment-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml deleted file mode 100644 index a5925f292f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-disruption-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:disruption-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:disruption-controller -subjects: -- kind: ServiceAccount - name: disruption-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml deleted file mode 100644 index d256b6a2ca..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-endpoint-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:endpoint-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:endpoint-controller -subjects: -- kind: ServiceAccount - name: endpoint-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml deleted file mode 100644 index 86d83e4800..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-expand-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:expand-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:expand-controller -subjects: -- kind: ServiceAccount - name: expand-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml deleted file mode 100644 index 332b086ab5..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-generic-garbage-collector.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:generic-garbage-collector -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:generic-garbage-collector -subjects: -- kind: ServiceAccount - name: generic-garbage-collector - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml deleted file mode 100644 index b004e9ec6f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-horizontal-pod-autoscaler.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:horizontal-pod-autoscaler -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:horizontal-pod-autoscaler -subjects: -- kind: ServiceAccount - name: horizontal-pod-autoscaler - namespace: openshift-infra -- kind: ServiceAccount - name: horizontal-pod-autoscaler - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml deleted file mode 100644 index e590c64a88..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-job-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:job-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:job-controller -subjects: -- kind: ServiceAccount - name: job-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml deleted file mode 100644 index 738ee80558..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-namespace-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:namespace-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:namespace-controller -subjects: -- kind: ServiceAccount - name: namespace-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml deleted file mode 100644 index dc136a3f2c..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-node-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:node-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:node-controller -subjects: -- kind: ServiceAccount - name: node-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml deleted file mode 100644 index 8a5ce160c1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-persistent-volume-binder.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:persistent-volume-binder -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:persistent-volume-binder -subjects: -- kind: ServiceAccount - name: persistent-volume-binder - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml deleted file mode 100644 index 7dbe3a3d71..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pod-garbage-collector.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pod-garbage-collector -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:pod-garbage-collector -subjects: -- kind: ServiceAccount - name: pod-garbage-collector - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml deleted file mode 100644 index 29ad30ef14..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pv-protection-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pv-protection-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:pv-protection-controller -subjects: -- kind: ServiceAccount - name: pv-protection-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml deleted file mode 100644 index 35c5c677a1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-pvc-protection-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:pvc-protection-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:pvc-protection-controller -subjects: -- kind: ServiceAccount - name: pvc-protection-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml deleted file mode 100644 index 564909cdf8..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replicaset-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:replicaset-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:replicaset-controller -subjects: -- kind: ServiceAccount - name: replicaset-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml deleted file mode 100644 index 5b8390ea24..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-replication-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:replication-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:replication-controller -subjects: -- kind: ServiceAccount - name: replication-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml deleted file mode 100644 index 060043cdef..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-resourcequota-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:resourcequota-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:resourcequota-controller -subjects: -- kind: ServiceAccount - name: resourcequota-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml deleted file mode 100644 index 1860bcf9bf..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-route-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:route-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:route-controller -subjects: -- kind: ServiceAccount - name: route-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml deleted file mode 100644 index 4d60270fc8..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-account-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:service-account-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:service-account-controller -subjects: -- kind: ServiceAccount - name: service-account-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml deleted file mode 100644 index d50dfa87b8..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-service-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:service-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:service-controller -subjects: -- kind: ServiceAccount - name: service-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml deleted file mode 100644 index a8bc767b66..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-statefulset-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:statefulset-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:statefulset-controller -subjects: -- kind: ServiceAccount - name: statefulset-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml deleted file mode 100644 index f4d758c167..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-controller-ttl-controller.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:ttl-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:controller:ttl-controller -subjects: -- kind: ServiceAccount - name: ttl-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml deleted file mode 100644 index 40ae52e817..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-deployer.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:deployer -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:deployer -subjects: -- kind: ServiceAccount - name: default-rolebindings-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml deleted file mode 100644 index 818f02724d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery-binding.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:discovery-binding -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:discovery diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml deleted file mode 100644 index 6eb95a7977..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-discovery.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:discovery -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:discovery -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml deleted file mode 100644 index 0911ba5be7..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-builder.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-builder -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:image-builder -subjects: -- kind: ServiceAccount - name: default-rolebindings-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml deleted file mode 100644 index d343c448ac..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-image-puller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:image-puller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:image-puller -subjects: -- kind: ServiceAccount - name: default-rolebindings-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml deleted file mode 100644 index dcb0812c53..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-controller-manager.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-controller-manager -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:kube-controller-manager -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:kube-controller-manager diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml deleted file mode 100644 index fd682affab..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-dns.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-dns -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:kube-dns -subjects: -- kind: ServiceAccount - name: kube-dns - namespace: kube-system diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml deleted file mode 100644 index 7809788d48..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-kube-scheduler.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:kube-scheduler -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:kube-scheduler -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:kube-scheduler diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml deleted file mode 100644 index eff140af57..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-masters.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:masters -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:master -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:masters diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml deleted file mode 100644 index e63261e08b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-metrics-server.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: system:metrics-server -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:metrics-server -subjects: -- kind: ServiceAccount - name: metrics-server - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml deleted file mode 100644 index 1e9696f31d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-admins.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:node-admins -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-admin -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:master -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:node-admins diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml deleted file mode 100644 index e564d18f4b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-bootstrapper.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:node-bootstrapper -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-bootstrapper -subjects: -- kind: ServiceAccount - name: node-bootstrapper - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml deleted file mode 100644 index 642cea4606..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxier.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node-proxier -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-proxier -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:kube-proxy diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml deleted file mode 100644 index 96d54bdda1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node-proxiers.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:node-proxiers -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node-proxier -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:nodes diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml deleted file mode 100644 index 430da96206..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-node.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:node -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml deleted file mode 100644 index bedcd90635..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-nodes.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:nodes -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:node diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml deleted file mode 100644 index b487c9dae9..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-oauth-token-deleters.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:oauth-token-deleters -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:oauth-token-deleter -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml deleted file mode 100644 index 61a8343409..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-config-change-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:build-config-change-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:build-config-change-controller -subjects: -- kind: ServiceAccount - name: build-config-change-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml deleted file mode 100644 index 43fb655748..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-build-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:build-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:build-controller -subjects: -- kind: ServiceAccount - name: build-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml deleted file mode 100644 index 991c5533ea..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-cluster-quota-reconciliation-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:cluster-quota-reconciliation-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:cluster-quota-reconciliation-controller -subjects: -- kind: ServiceAccount - name: cluster-quota-reconciliation-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml deleted file mode 100644 index 794cd30e24..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-default-rolebindings-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:default-rolebindings-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:default-rolebindings-controller -subjects: -- kind: ServiceAccount - name: default-rolebindings-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml deleted file mode 100644 index 09ea0aa477..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deployer-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:deployer-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:deployer-controller -subjects: -- kind: ServiceAccount - name: deployer-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml deleted file mode 100644 index f072df1da1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-deploymentconfig-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:deploymentconfig-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:deploymentconfig-controller -subjects: -- kind: ServiceAccount - name: deploymentconfig-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml deleted file mode 100644 index e7f9db61e1..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-horizontal-pod-autoscaler.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:horizontal-pod-autoscaler -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:horizontal-pod-autoscaler -subjects: -- kind: ServiceAccount - name: horizontal-pod-autoscaler - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml deleted file mode 100644 index c21aa0a05f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-import-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:image-import-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:image-import-controller -subjects: -- kind: ServiceAccount - name: image-import-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml deleted file mode 100644 index d26de69caa..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-image-trigger-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:image-trigger-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:image-trigger-controller -subjects: -- kind: ServiceAccount - name: image-trigger-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml deleted file mode 100644 index 25679d7762..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-ingress-to-route-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:ingress-to-route-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:ingress-to-route-controller -subjects: -- kind: ServiceAccount - name: ingress-to-route-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml deleted file mode 100644 index c3ed4b6726..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-namespace-security-allocation-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:namespace-security-allocation-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:namespace-security-allocation-controller -subjects: -- kind: ServiceAccount - name: namespace-security-allocation-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml deleted file mode 100644 index a5eb79f81b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-origin-namespace-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:origin-namespace-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:origin-namespace-controller -subjects: -- kind: ServiceAccount - name: origin-namespace-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml deleted file mode 100644 index 56757e7974..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-pv-recycler-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:pv-recycler-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:pv-recycler-controller -subjects: -- kind: ServiceAccount - name: pv-recycler-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml deleted file mode 100644 index fac375a56d..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-resourcequota-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:resourcequota-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:resourcequota-controller -subjects: -- kind: ServiceAccount - name: resourcequota-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml deleted file mode 100644 index 07e2c0b2d3..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-sdn-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:sdn-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:sdn-controller -subjects: -- kind: ServiceAccount - name: sdn-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml deleted file mode 100644 index 96c7ed329f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-ingress-ip-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:service-ingress-ip-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:service-ingress-ip-controller -subjects: -- kind: ServiceAccount - name: service-ingress-ip-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml deleted file mode 100644 index ad683449cb..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-service-serving-cert-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:service-serving-cert-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:service-serving-cert-controller -subjects: -- kind: ServiceAccount - name: service-serving-cert-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml deleted file mode 100644 index ac7de0e007..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:serviceaccount-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:serviceaccount-controller -subjects: -- kind: ServiceAccount - name: serviceaccount-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml deleted file mode 100644 index e6ff89ac0f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-serviceaccount-pull-secrets-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:serviceaccount-pull-secrets-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:serviceaccount-pull-secrets-controller -subjects: -- kind: ServiceAccount - name: serviceaccount-pull-secrets-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml deleted file mode 100644 index 247eff70e5..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller-admin.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-controller:admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: admin -subjects: -- kind: ServiceAccount - name: template-instance-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml deleted file mode 100644 index 8d674ad410..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:template-instance-controller -subjects: -- kind: ServiceAccount - name: template-instance-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml deleted file mode 100644 index 9bcab22165..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller-admin.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-finalizer-controller:admin -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: admin -subjects: -- kind: ServiceAccount - name: template-instance-finalizer-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml deleted file mode 100644 index 970096680e..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-instance-finalizer-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-instance-finalizer-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:template-instance-finalizer-controller -subjects: -- kind: ServiceAccount - name: template-instance-finalizer-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml deleted file mode 100644 index 6c3e8bf956..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-template-service-broker.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:template-service-broker -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:template-service-broker -subjects: -- kind: ServiceAccount - name: template-service-broker - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml deleted file mode 100644 index 4f04f3bdaf..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-controller-unidling-controller.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:controller:unidling-controller -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:unidling-controller -subjects: -- kind: ServiceAccount - name: unidling-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml deleted file mode 100644 index 316cd8f273..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-openshift-discovery.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:openshift:discovery -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:discovery -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml deleted file mode 100644 index dd064f0db8..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-registry.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: system:registry -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:registry -subjects: -- kind: ServiceAccount - name: registry - namespace: default diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml deleted file mode 100644 index e7fb8ae720..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-scope-impersonation.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:scope-impersonation -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:scope-impersonation -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml deleted file mode 100644 index e183dca96b..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-sdn-readers.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:sdn-readers -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:sdn-reader -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:nodes diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml deleted file mode 100644 index 2c0881077a..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-volume-scheduler.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:volume-scheduler -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:volume-scheduler -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: User - name: system:kube-scheduler diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml deleted file mode 100644 index a939de3501..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/system-webhooks.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: system:webhooks -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:webhook -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:unauthenticated diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml deleted file mode 100644 index bc8d02e91c..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/templateservicebroker-client.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: templateservicebroker-client -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:templateservicebroker-client -subjects: -- kind: ServiceAccount - name: templateservicebroker-client - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml deleted file mode 100644 index 7e1c707f7f..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/tsb-openshift-template-service-broker.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: tsb-openshift-template-service-broker -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: system:openshift:controller:template-service-broker -subjects: -- kind: ServiceAccount - name: apiserver - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml b/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml deleted file mode 100644 index 8b88773962..0000000000 --- a/pkg/sync/v14/data/ClusterRoleBinding.rbac.authorization.k8s.io/view.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: ClusterRoleBinding -metadata: - name: view -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: view -subjects: -- kind: ServiceAccount - name: prometheus-reader - namespace: openshift-metrics diff --git a/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml b/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml deleted file mode 100644 index 2f820e9089..0000000000 --- a/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/ansible-service-broker.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: servicecatalog.k8s.io/v1beta1 -kind: ClusterServiceBroker -metadata: - finalizers: - - kubernetes-incubator/service-catalog - name: ansible-service-broker -spec: - authInfo: - bearer: - secretRef: - name: asb-client - namespace: openshift-ansible-service-broker - caBundle: '*** GENERATED ***' - relistBehavior: Duration - relistRequests: 0 - url: https://asb.openshift-ansible-service-broker.svc:1338/osb diff --git a/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml b/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml deleted file mode 100644 index 670525c42d..0000000000 --- a/pkg/sync/v14/data/ClusterServiceBroker.servicecatalog.k8s.io/template-service-broker.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: servicecatalog.k8s.io/v1beta1 -kind: ClusterServiceBroker -metadata: - finalizers: - - kubernetes-incubator/service-catalog - name: template-service-broker -spec: - authInfo: - bearer: - secretRef: - name: templateservicebroker-client - namespace: openshift-template-service-broker - caBundle: '*** GENERATED ***' - relistBehavior: Duration - relistRequests: 0 - url: https://apiserver.openshift-template-service-broker.svc:443/brokers/template.openshift.io diff --git a/pkg/sync/v14/data/ConfigMap/kube-service-catalog/cluster-info.yaml b/pkg/sync/v14/data/ConfigMap/kube-service-catalog/cluster-info.yaml deleted file mode 100644 index cd40da8c2a..0000000000 --- a/pkg/sync/v14/data/ConfigMap/kube-service-catalog/cluster-info.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -data: - id: '*** GENERATED ***' -kind: ConfigMap -metadata: - name: cluster-info - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ConfigMap/kube-system/extension-apiserver-authentication.yaml b/pkg/sync/v14/data/ConfigMap/kube-system/extension-apiserver-authentication.yaml deleted file mode 100644 index 42723f4b3d..0000000000 --- a/pkg/sync/v14/data/ConfigMap/kube-system/extension-apiserver-authentication.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -data: - client-ca-file: '*** GENERATED ***' - requestheader-allowed-names: '["aggregator-front-proxy"]' - requestheader-client-ca-file: '*** GENERATED ***' - requestheader-extra-headers-prefix: '["X-Remote-Extra-"]' - requestheader-group-headers: '["X-Remote-Group"]' - requestheader-username-headers: '["X-Remote-User"]' -kind: ConfigMap -metadata: - name: extension-apiserver-authentication - namespace: kube-system diff --git a/pkg/sync/v14/data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml deleted file mode 100644 index 4b219378a5..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-ansible-service-broker/broker-config.yaml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -data: - broker-config: | - registry: - - type: rhcc - name: rh - url: '*** GENERATED ***' - tag: '*** GENERATED ***' - white_list: [.*-apb$] - black_list: [.*automation-broker-apb$] - - type: local_openshift - name: localregistry - white_list: [] - namespaces: [openshift] - dao: - type: crd - log: - stdout: true - level: info - color: true - openshift: - host: "" - ca_file: "" - bearer_token_file: "" - namespace: openshift-ansible-service-broker - sandbox_role: edit - image_pull_policy: Always - keep_namespace: false - keep_namespace_on_error: false - broker: - dev_broker: false - bootstrap_on_startup: true - refresh_interval: 600s - launch_apb_on_bind: false - output_request: false - recovery: true - ssl_cert_key: /etc/tls/private/tls.key - ssl_cert: /etc/tls/private/tls.crt - auto_escalate: False - auth: - - type: basic - enabled: false -kind: ConfigMap -metadata: - labels: - app: openshift-ansible-service-broker - name: broker-config - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ConfigMap/openshift-azure-branding/branding.yaml b/pkg/sync/v14/data/ConfigMap/openshift-azure-branding/branding.yaml deleted file mode 100644 index 7c3fb73d20..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-azure-branding/branding.yaml +++ /dev/null @@ -1,58 +0,0 @@ -apiVersion: v1 -data: - branding.css: "/*\r\n * This is an empty extensions stylesheet file. Extensions - scripts are loaded\r\n * by the Web Console when set in webconsole-config config - map in the\r\n * openshift-web-console namespace. For example,\r\n *\r\n * extensions:\r\n - * stylesheetURLs:\r\n * - \"https://example.com/styles/custom.css\"\r\n *\r\n - * You can modify this file to test extensions in a development environment.\r\n - */\r\n\r\n #header-logo {\r\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMjhweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMTI4IDQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMi4zLDI3LjdWMzFoLTIuNHYtOWgzYzIuNSwwLDMuNywwLjksMy43LDIuN2MwLDEtMC41LDEuOS0xLjUsMi40TDcuNiwzMUg0LjlMMywyNy43SDIuM3ogTTIuMywyNS45aDAuNQoJCQljMC45LDAsMS4zLTAuNCwxLjMtMS4xYzAtMC42LTAuNC0wLjktMS4zLTAuOUgyLjNWMjUuOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTMuOCwzMUg4LjV2LTloNS40djJoLTIuOXYxLjRoMi43djJoLTIuN1YyOWgyLjlWMzF6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLDI2LjNjMCwxLjUtMC40LDIuNy0xLjIsMy41Yy0wLjgsMC44LTIsMS4yLTMuNSwxLjJoLTIuOXYtOWgzLjFjMS40LDAsMi42LDAuNCwzLjQsMS4xUzIzLDI0LjksMjMsMjYuM3oKCQkJIE0yMC41LDI2LjRjMC0wLjgtMC4yLTEuNC0wLjUtMS44Yy0wLjMtMC40LTAuOC0wLjYtMS41LTAuNmgtMC43VjI5aDAuNWMwLjcsMCwxLjMtMC4yLDEuNi0wLjZDMjAuMywyNy45LDIwLjUsMjcuMiwyMC41LDI2LjR6IgoJCQkvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNS43LDMxaC0yLjR2LTMuN2gtMi44VjMxaC0yLjR2LTloMi40djMuM2gyLjhWMjJoMi40VjMxeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My4xLDMxbC0wLjQtMS43aC0yLjlMMzkuMywzMWgtMi43bDIuOS05LjFoMy4zbDMsOS4xSDQzLjF6IE00Mi4yLDI3LjNsLTAuNC0xLjVjLTAuMS0wLjMtMC4yLTAuOC0wLjMtMS4zCgkJCWMtMC4xLTAuNS0wLjItMC45LTAuMy0xLjFjMCwwLjItMC4xLDAuNi0wLjIsMXMtMC40LDEuNC0wLjcsMi44SDQyLjJ6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLjgsMzFoLTIuNHYtN2gtMi4ydi0ySDUzdjJoLTIuMlYzMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNjYsMjYuNWMwLDEuNS0wLjQsMi43LTEuMSwzLjVjLTAuNywwLjgtMS44LDEuMi0zLjMsMS4yYy0xLjQsMC0yLjUtMC40LTMuMy0xLjJjLTAuOC0wLjgtMS4xLTEuOS0xLjEtMy41CgkJCWMwLTEuNSwwLjQtMi42LDEuMS0zLjRzMS44LTEuMiwzLjMtMS4yYzEuNCwwLDIuNSwwLjQsMy4zLDEuMkM2NS42LDIzLjgsNjYsMjQuOSw2NiwyNi41eiBNNTkuOCwyNi41YzAsMS43LDAuNiwyLjYsMS44LDIuNgoJCQljMC42LDAsMS4xLTAuMiwxLjQtMC42YzAuMy0wLjQsMC40LTEuMSwwLjQtMmMwLTAuOS0wLjItMS42LTAuNS0ycy0wLjgtMC42LTEuNC0wLjZDNjAuNCwyMy44LDU5LjgsMjQuNyw1OS44LDI2LjV6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTc0LjEsMjQuOGMwLDEtMC4zLDEuOC0wLjksMi4zUzcxLjgsMjgsNzAuNywyOEg3MHYzaC0yLjR2LTloMy4xYzEuMSwwLDIsMC4yLDIuNiwwLjcKCQkJQzczLjksMjMuMiw3NC4xLDIzLjksNzQuMSwyNC44eiBNNzAsMjZoMC40YzAuNCwwLDAuNy0wLjEsMC45LTAuM2MwLjItMC4yLDAuMy0wLjUsMC4zLTAuOWMwLTAuNi0wLjMtMC45LTEtMC45SDcwVjI2eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04MC45LDMxaC01LjR2LTloNS40djJINzh2MS40aDIuN3YySDc4VjI5aDIuOVYzMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTEuMSwzMWgtMy4ybC0zLjMtNi40aC0wLjFjMC4xLDEsMC4xLDEuOCwwLjEsMi4zVjMxaC0yLjJ2LTloMy4ybDMuMyw2LjNoMGMtMC4xLTAuOS0wLjEtMS42LTAuMS0yLjJWMjIKCQkJaDIuMlYzMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOTguOSwyOC4yYzAsMC42LTAuMSwxLjEtMC40LDEuNWMtMC4zLDAuNC0wLjcsMC44LTEuMiwxYy0wLjUsMC4yLTEuMiwwLjQtMS45LDAuNGMtMC42LDAtMS4xLDAtMS41LTAuMQoJCQljLTAuNC0wLjEtMC44LTAuMi0xLjMtMC40di0yLjJjMC41LDAuMiwwLjksMC40LDEuNCwwLjZjMC41LDAuMSwxLDAuMiwxLjQsMC4yYzAuNCwwLDAuNi0wLjEsMC44LTAuMmMwLjItMC4xLDAuMy0wLjMsMC4zLTAuNQoJCQljMC0wLjEsMC0wLjItMC4xLTAuM2MtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjNjLTAuMi0wLjEtMC42LTAuMy0xLjItMC42Yy0wLjYtMC4zLTEtMC41LTEuMy0wLjhzLTAuNS0wLjUtMC43LTAuOQoJCQljLTAuMS0wLjMtMC4yLTAuNy0wLjItMS4yYzAtMC44LDAuMy0xLjUsMC45LTEuOWMwLjYtMC41LDEuNC0wLjcsMi41LTAuN2MwLjksMCwxLjksMC4yLDIuOSwwLjZsLTAuNywxLjkKCQkJYy0wLjgtMC40LTEuNi0wLjYtMi4yLTAuNmMtMC4zLDAtMC41LDAuMS0wLjcsMC4yYy0wLjEsMC4xLTAuMiwwLjItMC4yLDAuNGMwLDAuMiwwLjEsMC4zLDAuMywwLjVjMC4yLDAuMSwwLjcsMC40LDEuNSwwLjgKCQkJYzAuOCwwLjMsMS4zLDAuNywxLjYsMS4xQzk4LjgsMjcuMSw5OC45LDI3LjYsOTguOSwyOC4yeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMDguMSwzMWgtMi40di0zLjdoLTIuOFYzMWgtMi40di05aDIuNHYzLjNoMi44VjIyaDIuNFYzMXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEwLDMxdi05aDIuNHY5SDExMHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTE2LjgsMzFoLTIuNHYtOWg1LjN2MmgtMi45djEuN2gyLjd2MmgtMi43VjMxeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMjUuMiwzMWgtMi40di03aC0yLjJ2LTJoNi44djJoLTIuMlYzMXoiLz4KCTwvZz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02LjUsMTguNGwtMC40LTEuN0gzLjFsLTAuNSwxLjdIMGwyLjktOS4xaDMuM2wzLDkuMUg2LjV6IE01LjUsMTQuN2wtMC40LTEuNWMtMC4xLTAuMy0wLjItMC44LTAuMy0xLjMKCQkJYy0wLjEtMC41LTAuMi0wLjktMC4zLTEuMWMwLDAuMi0wLjEsMC42LTAuMiwxYy0wLjEsMC41LTAuNCwxLjQtMC43LDIuOEg1LjV6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjYsMTguNGgtN3YtMS41bDMuOS01LjVIOS42di0yaDYuOHYxLjVsLTMuOSw1LjZoNFYxOC40eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNS41LDkuNHY1LjRjMCwxLjItMC4zLDIuMS0xLDIuN2MtMC43LDAuNi0xLjYsMS0yLjksMWMtMS4yLDAtMi4yLTAuMy0yLjgtMC45Yy0wLjctMC42LTEtMS41LTEtMi43VjkuNAoJCQloMi40djUuM2MwLDAuNiwwLjEsMS4xLDAuNCwxLjRjMC4yLDAuMywwLjYsMC40LDEuMSwwLjRjMC41LDAsMC45LTAuMSwxLjEtMC40YzAuMi0wLjMsMC4zLTAuOCwwLjMtMS40VjkuNEgyNS41eiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOS44LDE1LjF2My4zaC0yLjR2LTloM2MyLjUsMCwzLjcsMC45LDMuNywyLjdjMCwxLTAuNSwxLjktMS41LDIuNGwyLjYsMy45aC0yLjhsLTEuOS0zLjNIMjkuOHogTTI5LjgsMTMuMwoJCQloMC41YzAuOSwwLDEuMy0wLjQsMS4zLTEuMWMwLTAuNi0wLjQtMC45LTEuMy0wLjloLTAuNVYxMy4zeiIvPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MS4zLDE4LjRIMzZ2LTloNS40djJoLTIuOXYxLjRoMi43djJoLTIuN3YxLjdoMi45VjE4LjR6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);\r\n - \ background-position: left center;\r\n background-repeat: no-repeat;\r\n height: - 40px;\r\n width: 128px;\r\n}\r\n\r\n@media (min-width: 768px) {\r\n #header-logo - {\r\n background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMTBweCIgaGVpZ2h0PSI0MHB4IiB2aWV3Qm94PSIwIDAgMzEwIDQwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cgkuc3Qxe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnIGNsYXNzPSJzdDAiPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTkuMSwyNi40TDguNCwyNEg0LjRsLTAuNiwyLjRIMGw0LjEtMTIuNmg0LjVsNC4yLDEyLjZIOS4xeiBNNy43LDIxLjJsLTAuNS0yLjFjLTAuMS0wLjUtMC4zLTEuMS0wLjUtMS44CgkJYy0wLjItMC43LTAuMy0xLjItMC40LTEuNmMtMC4xLDAuMy0wLjIsMC44LTAuMywxLjRjLTAuMiwwLjctMC41LDItMSw0SDcuN3oiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNi4xLDI2LjRoLTkuOHYtMi4xbDUuNC03LjdoLTUuM3YtMi43aDkuNXYyLjFsLTUuNCw3LjdoNS42VjI2LjR6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNDEuNiwxMy44djcuNmMwLDEuNi0wLjUsMi45LTEuNCwzLjhjLTAuOSwwLjktMi4zLDEuNC00LDEuNGMtMS43LDAtMy0wLjQtMy45LTEuM3MtMS40LTIuMS0xLjQtMy44di03LjZoMy40CgkJdjcuNGMwLDAuOSwwLjIsMS41LDAuNSwxLjljMC4zLDAuNCwwLjgsMC42LDEuNSwwLjZjMC43LDAsMS4yLTAuMiwxLjUtMC42YzAuMy0wLjQsMC41LTEuMSwwLjUtMnYtNy40SDQxLjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNTAuNiwyMS44djQuNmgtMy40VjEzLjhoNC4xYzMuNCwwLDUuMSwxLjIsNS4xLDMuN2MwLDEuNS0wLjcsMi42LTIuMSwzLjRsMy43LDUuNWgtMy45bC0yLjctNC42SDUwLjZ6CgkJIE01MC42LDE5LjNoMC42YzEuMiwwLDEuOC0wLjUsMS44LTEuNmMwLTAuOS0wLjYtMS4zLTEuNy0xLjNoLTAuN1YxOS4zeiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTY5LjUsMjYuNGgtNy41VjEzLjhoNy41djIuN2gtNC4xdjJoMy44djIuN2gtMy44djIuNGg0LjFWMjYuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04NS43LDIxLjh2NC42aC0zLjRWMTMuOGg0LjFjMy40LDAsNS4xLDEuMiw1LjEsMy43YzAsMS41LTAuNywyLjYtMi4xLDMuNGwzLjcsNS41aC0zLjlsLTIuNy00LjZIODUuN3oKCQkgTTg1LjcsMTkuM2gwLjZjMS4yLDAsMS44LTAuNSwxLjgtMS42YzAtMC45LTAuNi0xLjMtMS43LTEuM2gtMC43VjE5LjN6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTA0LjcsMjYuNGgtNy41VjEzLjhoNy41djIuN2gtNC4xdjJoMy44djIuN2gtMy44djIuNGg0LjFWMjYuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMjAuNSwxOS44YzAsMi4xLTAuNiwzLjctMS43LDQuOHMtMi44LDEuNy00LjksMS43aC00LjFWMTMuOGg0LjNjMiwwLDMuNiwwLjUsNC43LDEuNVMxMjAuNSwxNy45LDEyMC41LDE5LjgKCQl6IE0xMTcsMjBjMC0xLjItMC4yLTItMC43LTIuNnMtMS4xLTAuOC0yLjEtMC44aC0xdjdoMC44YzEsMCwxLjgtMC4zLDIuMy0wLjlDMTE2LjgsMjIuMSwxMTcsMjEuMiwxMTcsMjB6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQ0LjEsMjYuNGgtMy40di01LjFoLTMuOXY1LjFoLTMuNFYxMy44aDMuNHY0LjdoMy45di00LjdoMy40VjI2LjR6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTU3LjUsMjYuNGwtMC42LTIuNGgtNC4xbC0wLjYsMi40aC0zLjdsNC4xLTEyLjZoNC41bDQuMiwxMi42SDE1Ny41eiBNMTU2LjIsMjEuMmwtMC41LTIuMQoJCWMtMC4xLTAuNS0wLjMtMS4xLTAuNS0xLjhjLTAuMi0wLjctMC4zLTEuMi0wLjQtMS42Yy0wLjEsMC4zLTAuMiwwLjgtMC4zLDEuNGMtMC4yLDAuNy0wLjUsMi0xLDRIMTU2LjJ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTcxLjEsMjYuNGgtMy40di05LjhoLTMuMXYtMi44aDkuNXYyLjhoLTMuMVYyNi40eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTE5OC4zLDIwLjFjMCwyLjEtMC41LDMuNy0xLjYsNC44Yy0xLDEuMS0yLjYsMS43LTQuNiwxLjdjLTIsMC0zLjUtMC42LTQuNS0xLjdjLTEuMS0xLjEtMS42LTIuNy0xLjYtNC44CgkJYzAtMi4xLDAuNS0zLjcsMS42LTQuOGMxLTEuMSwyLjYtMS43LDQuNi0xLjdjMiwwLDMuNSwwLjUsNC41LDEuNkMxOTcuOCwxNi40LDE5OC4zLDE4LDE5OC4zLDIwLjF6IE0xODkuNiwyMC4xCgkJYzAsMi40LDAuOCwzLjYsMi41LDMuNmMwLjksMCwxLjUtMC4zLDEuOS0wLjljMC40LTAuNiwwLjYtMS41LDAuNi0yLjhjMC0xLjMtMC4yLTIuMi0wLjYtMi44Yy0wLjQtMC42LTEtMC45LTEuOS0wLjkKCQlDMTkwLjUsMTYuNCwxODkuNiwxNy42LDE4OS42LDIwLjF6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjEyLjcsMTcuOGMwLDEuNC0wLjQsMi41LTEuMiwzLjNjLTAuOCwwLjgtMiwxLjEtMy41LDEuMWgtMXY0LjJoLTMuNFYxMy44aDQuM2MxLjYsMCwyLjgsMC4zLDMuNiwxCgkJQzIxMi4zLDE1LjUsMjEyLjcsMTYuNSwyMTIuNywxNy44eiBNMjA2LjksMTkuNGgwLjZjMC41LDAsMC45LTAuMSwxLjItMC40YzAuMy0wLjMsMC41LTAuNywwLjUtMS4yYzAtMC44LTAuNS0xLjMtMS40LTEuM2gtMC45CgkJVjE5LjR6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMjI1LjEsMjYuNGgtNy41VjEzLjhoNy41djIuN2gtNC4xdjJoMy44djIuN2gtMy44djIuNGg0LjFWMjYuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNDIuMywyNi40aC00LjVsLTQuNi04LjloLTAuMWMwLjEsMS40LDAuMiwyLjUsMC4yLDMuMnY1LjdoLTNWMTMuOGg0LjRsNC42LDguN2gwLjEKCQljLTAuMS0xLjMtMC4xLTIuMy0wLjEtMy4xdi01LjdoM1YyNi40eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI1Ni4yLDIyLjZjMCwwLjgtMC4yLDEuNS0wLjYsMi4xYy0wLjQsMC42LTEsMS4xLTEuNywxLjRjLTAuNywwLjMtMS42LDAuNS0yLjYsMC41Yy0wLjgsMC0xLjUtMC4xLTIuMS0wLjIKCQlzLTEuMi0wLjMtMS44LTAuNnYtM2MwLjYsMC4zLDEuMywwLjYsMiwwLjhzMS4zLDAuMywxLjksMC4zYzAuNSwwLDAuOS0wLjEsMS4xLTAuM2MwLjItMC4yLDAuNC0wLjQsMC40LTAuN2MwLTAuMiwwLTAuMy0wLjEtMC41CgkJcy0wLjItMC4zLTAuNS0wLjRjLTAuMi0wLjEtMC44LTAuNC0xLjctMC44Yy0wLjgtMC40LTEuNC0wLjctMS44LTEuMWMtMC40LTAuMy0wLjctMC44LTAuOS0xLjJjLTAuMi0wLjUtMC4zLTEtMC4zLTEuNgoJCWMwLTEuMiwwLjQtMi4xLDEuMy0yLjdjMC44LTAuNiwyLTEsMy41LTFjMS4zLDAsMi42LDAuMyw0LDAuOWwtMSwyLjZjLTEuMi0wLjUtMi4yLTAuOC0zLTAuOGMtMC40LDAtMC44LDAuMS0xLDAuMgoJCWMtMC4yLDAuMi0wLjMsMC4zLTAuMywwLjZjMCwwLjIsMC4xLDAuNSwwLjQsMC43YzAuMywwLjIsMC45LDAuNSwyLjEsMS4xYzEuMSwwLjUsMS44LDEsMi4zLDEuNkMyNTYsMjEsMjU2LjIsMjEuNywyNTYuMiwyMi42eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI3MS45LDI2LjRoLTMuNHYtNS4xaC0zLjl2NS4xaC0zLjRWMTMuOGgzLjR2NC43aDMuOXYtNC43aDMuNFYyNi40eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTI3Ny42LDI2LjRWMTMuOGgzLjR2MTIuNkgyNzcuNnoiLz4KCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yOTAuMSwyNi40aC0zLjNWMTMuOGg3LjR2Mi43aC00LjF2Mi40aDMuOHYyLjdoLTMuOFYyNi40eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTMwNC43LDI2LjRoLTMuNHYtOS44aC0zLjF2LTIuOGg5LjV2Mi44aC0zLjFWMjYuNHoiLz4KPC9nPgo8L3N2Zz4K);\r\n - \ width: 310px;\r\n }\r\n}\r\n" - branding.js: | - 'use strict'; - - (function() { - /* Customize the CLI download locations */ - window.OPENSHIFT_CONSTANTS.CLI = { - "Linux (64 bits)": "https://mirror.openshift.com/pub/openshift-v3/clients/{VERSION}/linux/oc.tar.gz", - "Windows": "https://mirror.openshift.com/pub/openshift-v3/clients/{VERSION}/windows/oc.zip", - "Mac OS X": "https://mirror.openshift.com/pub/openshift-v3/clients/{VERSION}/macosx/oc.tar.gz" - }; - - /* Customize the base URL for all documentation links across the console */ - window.OPENSHIFT_CONSTANTS.HELP_BASE_URL = "https://docs.openshift.com/aro/"; - - /* Customize the CATALOG_HELP_RESOURCES constant */ - window.OPENSHIFT_CONSTANTS.CATALOG_HELP_RESOURCES.links = [ - { - title: 'Documentation (Red Hat)', - href: 'https://docs.openshift.com/aro/welcome/index.html' - }, - { - title: 'Documentation (Microsoft Azure)', - href: 'https://docs.microsoft.com/en-us/azure/openshift/' - }, - { - title: 'Interactive Learning Portal', - href: 'https://learn.openshift.com' - }, - { - title: 'Container Development Kit', - href: 'https://developers.redhat.com/products/cdk/overview/' - }, - { - title: 'YouTube', - href: 'https://www.youtube.com/user/rhopenshift' - }, - { - title: 'Blog', - href: 'https://blog.openshift.com' - }]; - }()); - index.html: "" -kind: ConfigMap -metadata: - name: branding - namespace: openshift-azure-branding diff --git a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml b/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml deleted file mode 100644 index 14af7268f8..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/container-azm-ms-agentconfig.yaml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: v1 -data: - config-version: ver1 - log-data-collection-settings: |- - # Log data collection settings - [log_collection_settings] - [log_collection_settings.stdout] - # In the absense of this configmap, default value for enabled is true - enabled = true - # exclude_namespaces setting holds good only if enabled is set to true - # kube-system log collection is disabled by default in the absence of 'log_collection_settings.stdout' setting. If you want to enable kube-system, remove it from the following setting. - # If you want to continue to disable kube-system log collection keep this namespace in the following setting and add any other namespace you want to disable log collection to the array. - # In the absense of this configmap, default value for exclude_namespaces = ["kube-system"] - exclude_namespaces = ["default", "kube-service-catalog", "kube-system", "openshift", "openshift-ansible-service-broker", "openshift-azure", "openshift-azure-branding", "openshift-azure-logging", "openshift-azure-monitoring", "openshift-console", "openshift-etcd", "openshift-infra", "openshift-logging", "openshift-monitoring", "openshift-node", "openshift-sdn", "openshift-template-service-broker", "openshift-web-console"] - [log_collection_settings.stderr] - # Default value for enabled is true - enabled = true - # exclude_namespaces setting holds good only if enabled is set to true - # kube-system log collection is disabled by default in the absence of 'log_collection_settings.stderr' setting. If you want to enable kube-system, remove it from the following setting. - # If you want to continue to disable kube-system log collection keep this namespace in the following setting and add any other namespace you want to disable log collection to the array. - # In the absense of this cofigmap, default value for exclude_namespaces = ["kube-system"] - exclude_namespaces = ["default", "kube-service-catalog", "kube-system", "openshift", "openshift-ansible-service-broker", "openshift-azure", "openshift-azure-branding", "openshift-azure-logging", "openshift-azure-monitoring", "openshift-console", "openshift-etcd", "openshift-infra", "openshift-logging", "openshift-monitoring", "openshift-node", "openshift-sdn", "openshift-template-service-broker", "openshift-web-console"] - [log_collection_settings.env_var] - # In the absense of this configmap, default value for enabled is true - enabled = false - prometheus-data-collection-settings: |- - # Custom Prometheus metrics data collection settings - [prometheus_data_collection_settings.cluster] - # Cluster level scrape endpoint(s). These metrics will be scraped from agent's Replicaset (singleton) - #Interval specifying how often to scrape for metrics. This is duration of time and can be specified for supporting settings by combining an integer value and time unit as a string value. Valid time units are ns, us (or µs), ms, s, m, h. - interval = "1m" - - #fieldpass = ["metric_to_pass1", "metric_to_pass12"] - - #fielddrop = ["metric_to_drop"] - - # An array of urls to scrape metrics from. - # urls = ["http://myurl:9101/metrics"] - - # An array of Kubernetes services to scrape metrics from. - # kubernetes_services = ["http://my-service-dns.my-namespace:9102/metrics"] - - # When monitor_kubernetes_pods = true, replicaset will scrape Kubernetes pods for the following prometheus annotations: - # - prometheus.io/scrape: Enable scraping for this pod - # - prometheus.io/scheme: If the metrics endpoint is secured then you will need to - # set this to `https` & most likely set the tls config. - # - prometheus.io/path: If the metrics path is not /metrics, define it with this annotation. - # - prometheus.io/port: If port is not 9102 use this annotation - monitor_kubernetes_pods = true - - [prometheus_data_collection_settings.node] - # Node level scrape endpoint(s). These metrics will be scraped from agent's DaemonSet running in every node in the cluster - #Interval specifying how often to scrape for metrics. This is duration of time and can be specified for supporting settings by combining an integer value and time unit as a string value. Valid time units are ns, us (or µs), ms, s, m, h. - interval = "1m" - - # An array of urls to scrape metrics from. $NODE_IP (all upper case) will substitute of running Node's IP address - # urls = ["http://$NODE_IP:9103/metrics"] - - #fieldpass = ["metric_to_pass1", "metric_to_pass12"] - - #fielddrop = ["metric_to_drop"] - schema-version: v1 -kind: ConfigMap -metadata: - name: container-azm-ms-agentconfig - namespace: openshift-azure-logging diff --git a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml b/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml deleted file mode 100644 index 8069682ddf..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-agent-entrypoint.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v1 -data: - main-wrapper.sh: |- - #!/bin/bash - - DOCKER_SOCKET=/var/run/host/docker.sock - DOCKER_GROUP=docker - REGULAR_USER=omsagent - if [ -S ${DOCKER_SOCKET} ]; then - echo "getting gid for docker.sock" - DOCKER_GID=$(stat -c '%g' ${DOCKER_SOCKET}) - echo "adding omsagent user to docker group ${DOCKER_GID}" - cat >>/etc/group < - type forward - port "#{ENV['HEALTHMODEL_REPLICASET_SERVICE_SERVICE_PORT']}" - bind 0.0.0.0 - - #Kubernetes pod inventory - - type kubepodinventory - tag oms.containerinsights.KubePodInventory - run_interval 60s - log_level debug - - #Kubernetes events - - type kubeevents - tag oms.containerinsights.KubeEvents - run_interval 60s - log_level debug - - #Kubernetes logs - - type kubelogs - tag oms.api.KubeLogs - run_interval 60s - - #Kubernetes services - - type kubeservices - tag oms.containerinsights.KubeServices - run_interval 60s - log_level debug - - #Kubernetes Nodes - - type kubenodeinventory - tag oms.containerinsights.KubeNodeInventory - run_interval 60s - log_level debug - - #Kubernetes perf - - type kubeperf - tag oms.api.KubePerf - run_interval 60s - log_level debug - - #Kubernetes health - - type kubehealth - tag kubehealth.ReplicaSet - run_interval 60s - log_level debug - - #cadvisor perf- Windows nodes - - type wincadvisorperf - tag oms.api.wincadvisorperf - run_interval 60s - log_level debug - - - type filter_inventory2mdm - custom_metrics_azure_regions eastus,southcentralus,westcentralus,westus2,southeastasia,northeurope,westeurope,southafricanorth,centralus,northcentralus,eastus2,koreacentral,eastasia,centralindia,uksouth,canadacentral - log_level info - - # custom_metrics_mdm filter plugin for perf data from windows nodes - - type filter_cadvisor2mdm - custom_metrics_azure_regions eastus,southcentralus,westcentralus,westus2,southeastasia,northeurope,westeurope,southafricanorth,centralus,northcentralus,eastus2,koreacentral,eastasia,centralindia,uksouth,canadacentral - metrics_to_collect cpuUsageNanoCores,memoryWorkingSetBytes - log_level info - - - type filter_health_model_builder - - - type out_mdm - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_mdm_cdvisorperf*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - retry_mdm_post_wait_minutes 60 - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_kubepods*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 5m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_kubeevents*.buffer - buffer_queue_limit 10 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_oms_api - log_level debug - buffer_chunk_limit 10m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_api_kubernetes_logs*.buffer - buffer_queue_limit 10 - flush_interval 20s - retry_limit 10 - retry_wait 30s - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_kubeservices*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/state/out_oms_kubenodes*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_oms - log_level debug - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_containernodeinventory*.buffer - buffer_queue_limit 20 - flush_interval 20s - retry_limit 10 - retry_wait 15s - max_retry_wait 9m - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_kubeperf*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_mdm - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_mdm_*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - retry_mdm_post_wait_minutes 60 - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_api_wincadvisorperf*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - - - type out_oms - log_level debug - num_threads 5 - buffer_chunk_limit 20m - buffer_type file - buffer_path %STATE_DIR_WS%/out_oms_kubehealth*.buffer - buffer_queue_limit 20 - buffer_queue_full_action drop_oldest_chunk - flush_interval 20s - retry_limit 10 - retry_wait 30s - max_retry_wait 9m - -kind: ConfigMap -metadata: - name: log-analytics-cluster-agent-config - namespace: openshift-azure-logging diff --git a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml deleted file mode 100644 index 13d2d673bd..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-azure-logging/log-analytics-rsyslog-config.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: v1 -data: - rsyslog.conf: |- - kern.debug @127.0.0.1:25224 - user.debug @127.0.0.1:25224 - daemon.debug @127.0.0.1:25224 - auth.debug @127.0.0.1:25224 - syslog.debug @127.0.0.1:25224 - authpriv.debug @127.0.0.1:25224 - cron.debug @127.0.0.1:25224 - local0.debug @127.0.0.1:25224 - local1.debug @127.0.0.1:25224 - local2.debug @127.0.0.1:25224 - local3.debug @127.0.0.1:25224 - local4.debug @127.0.0.1:25224 - local5.debug @127.0.0.1:25224 - local6.debug @127.0.0.1:25224 - local7.debug @127.0.0.1:25224 -kind: ConfigMap -metadata: - name: log-analytics-rsyslog-config - namespace: openshift-azure-logging diff --git a/pkg/sync/v14/data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml b/pkg/sync/v14/data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml deleted file mode 100644 index 5f1ebbaa4f..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-azure-monitoring/metrics-bridge.yaml +++ /dev/null @@ -1,215 +0,0 @@ -apiVersion: v1 -data: - config.yaml: | - prometheusEndpoint: https://prometheus-k8s.openshift-monitoring.svc:9091/ - statsdSocket: /var/etw/mdm_statsd.socket - queries: - - query: 'ALERTS' - - query: 'sum(apiserver_request_count) without (client, code, contentType, resource, scope, subresource, verb)' - name: apiserver_request_count - - query: 'sum(apiserver_request_latencies_bucket) without (resource, scope, subresource, verb)' - name: apiserver_request_latencies_bucket - - query: 'sum(apiserver_request_latencies_sum) without (resource, scope, subresource, verb)' - name: apiserver_request_latencies_sum - - query: 'sum(cloudprovider_azure_api_request_duration_seconds_bucket{le=~"1|5|10|\\+Inf"}) without (instance)' - name: cloudprovider_azure_api_request_duration_seconds_bucket - - query: 'sum(cloudprovider_azure_api_request_duration_seconds_count) without (instance)' - name: cloudprovider_azure_api_request_duration_seconds_count - - query: 'sum(cloudprovider_azure_api_request_duration_seconds_sum) without (instance)' - name: cloudprovider_azure_api_request_duration_seconds_sum - - query: 'rate(container_cpu_system_seconds_total{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}[1m])' - name: container_cpu_system_seconds_rate - - query: 'rate(container_cpu_user_seconds_total{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}[1m])' - name: container_cpu_user_seconds_rate - - query: 'container_fs_limit_bytes{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}' - - query: 'rate(container_fs_sector_reads_total{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}[1m]) != 0' - name: container_fs_sector_reads_rate - - query: 'rate(container_fs_sector_writes_total{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}[1m]) != 0' - name: container_fs_sector_writes_rate - - query: 'container_fs_usage_bytes{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}' - - query: 'container_memory_cache{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}' - - query: 'container_memory_failcnt{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"} != 0' - - query: 'container_memory_rss{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}' - - query: 'container_spec_memory_limit_bytes{namespace=~"default|openshift|openshift-.+|kube-.+|", container_name!="", container_name!="POD"}' - - query: 'kube_cronjob_next_schedule_time{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_cronjob_status_last_schedule_time{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_daemonset_status_desired_number_scheduled{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_daemonset_status_number_misscheduled{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_daemonset_status_number_ready{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_daemonset_status_number_unavailable{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_daemonset_updated_number_scheduled{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_deployment_status_replicas_available{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_deployment_status_replicas_unavailable{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_deployment_status_replicas_updated{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_deployment_status_replicas{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_job_complete{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_job_status_active{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_job_status_completion_time{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_job_status_failed{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_job_status_start_time{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_job_status_succeeded{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_node_info' - - query: 'kube_node_spec_unschedulable != 0' - - query: 'kube_node_status_allocatable_cpu_cores' - - query: 'kube_node_status_allocatable_memory_bytes' - - query: 'kube_node_status_allocatable_pods' - - query: 'kube_node_status_capacity_cpu_cores' - - query: 'kube_node_status_capacity_memory_bytes' - - query: 'kube_node_status_capacity_pods' - - query: 'kube_node_status_condition != 0' - - query: 'kube_persistentvolume_status_phase{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_persistentvolumeclaim_status_phase{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_pod_container_info{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_container_resource_limits_cpu_cores{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_container_resource_limits_memory_bytes{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_container_status_ready{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'rate(kube_pod_container_status_restarts_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}[1m]) != 0' - name: kube_pod_container_status_restarts_rate - - query: 'kube_pod_container_status_terminated_reason{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_pod_container_status_terminated{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_pod_container_status_waiting_reason{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_pod_container_status_waiting{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_pod_info{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_spec_volumes_persistentvolumeclaims_info{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_spec_volumes_persistentvolumeclaims_readonly{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_pod_status_phase{namespace=~"default|openshift|openshift-.+|kube-.+|"} != 0' - - query: 'kube_replicaset_status_ready_replicas{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_replicaset_status_replicas{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_statefulset_status_replicas_ready{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_statefulset_status_replicas_updated{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kube_statefulset_status_replicas{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'kubelet_docker_operations_errors != 0' - - query: 'kubelet_runtime_operations_errors != 0' - - query: 'node_boot_time_seconds' - - query: 'avg(rate(node_cpu_seconds_total[1m])) without (cpu)' - name: node_cpu_seconds_rate - - query: 'rate(node_disk_read_bytes_total{device!~"sr0"}[1m])' - name: node_disk_read_bytes_rate - - query: 'rate(node_disk_written_bytes_total{device!~"sr0"}[1m])' - name: node_disk_written_bytes_rate - - query: 'node_filesystem_device_error{device=~"/dev/sd.+", mountpoint=~"/host/root.*"} != 0' - - query: 'node_filesystem_free_bytes{device=~"/dev/sd.+", mountpoint=~"/host/root.*"}' - - query: 'node_filesystem_readonly{device=~"/dev/sd.+", mountpoint=~"/host/root.*"} != 0' - - query: 'node_filesystem_size_bytes{device=~"/dev/sd.+", mountpoint=~"/host/root.*"}' - - query: 'node_load1' - - query: 'node_load15' - - query: 'node_load5' - - query: 'node_memory_Active_anon_bytes' - - query: 'node_memory_Active_bytes' - - query: 'node_memory_Active_file_bytes' - - query: 'node_memory_AnonHugePages_bytes' - - query: 'node_memory_AnonPages_bytes' - - query: 'node_memory_Buffers_bytes' - - query: 'node_memory_Cached_bytes' - - query: 'node_memory_CommitLimit_bytes' - - query: 'node_memory_Committed_AS_bytes' - - query: 'node_memory_DirectMap1G_bytes' - - query: 'node_memory_DirectMap2M_bytes' - - query: 'node_memory_DirectMap4k_bytes' - - query: 'node_memory_Dirty_bytes' - - query: 'node_memory_Inactive_anon_bytes' - - query: 'node_memory_Inactive_bytes' - - query: 'node_memory_Inactive_file_bytes' - - query: 'node_memory_KernelStack_bytes' - - query: 'node_memory_Mapped_bytes' - - query: 'node_memory_MemAvailable_bytes' - - query: 'node_memory_MemFree_bytes' - - query: 'node_memory_MemTotal_bytes' - - query: 'node_memory_Mlocked_bytes' - - query: 'node_memory_PageTables_bytes' - - query: 'node_memory_Shmem_bytes' - - query: 'node_memory_Slab_bytes' - - query: 'node_memory_SReclaimable_bytes' - - query: 'node_memory_SUnreclaim_bytes' - - query: 'node_memory_Unevictable_bytes' - - query: 'node_memory_VmallocChunk_bytes' - - query: 'node_memory_VmallocTotal_bytes' - - query: 'node_memory_VmallocUsed_bytes' - - query: 'node_memory_Writeback_bytes' - - query: 'rate(node_network_receive_bytes_total{device!~"veth.+"}[1m]) != 0' - name: node_network_receive_bytes_rate - - query: 'rate(node_network_receive_drop_total{device!~"veth.+"}[1m]) != 0' - name: node_network_receive_drop_rate - - query: 'rate(node_network_receive_errs_total{device!~"veth.+"}[1m]) != 0' - name: node_network_receive_errs_rate - - query: 'rate(node_network_receive_packets_total{device!~"veth.+"}[1m]) != 0' - name: node_network_receive_packets_rate - - query: 'rate(node_network_transmit_bytes_total{device!~"veth.+"}[1m]) != 0' - name: node_network_transmit_bytes_rate - - query: 'rate(node_network_transmit_drop_total{device!~"veth.+"}[1m]) != 0' - name: node_network_transmit_drop_rate - - query: 'rate(node_network_transmit_errs_total{device!~"veth.+"}[1m]) != 0' - name: node_network_transmit_errs_rate - - query: 'rate(node_network_transmit_packets_total{device!~"veth.+"}[1m]) != 0' - name: node_network_transmit_packets_rate - - query: 'node_uname_info' - - query: 'storage_operation_duration_seconds_bucket{namespace=~"default|openshift|openshift-.+|kube-.+|", volume_plugin="kubernetes.io/azure-disk", le=~"1|15|50|\\+Inf"}' - - query: 'storage_operation_duration_seconds_count{namespace=~"default|openshift|openshift-.+|kube-.+|", volume_plugin="kubernetes.io/azure-disk"}' - - query: 'storage_operation_duration_seconds_sum{namespace=~"default|openshift|openshift-.+|kube-.+|", volume_plugin="kubernetes.io/azure-disk"}' - - query: 'rate(storage_operation_errors_total{namespace=~"default|openshift|openshift-.+|kube-.+|", volume_plugin="kubernetes.io/azure-disk"}[1m])' - name: storage_operation_errors_rate - - query: 'haproxy_up' - - query: 'haproxy_backend_up{namespace=~"default|openshift|openshift-.+|kube-.+|"}' - - query: 'haproxy_frontend_bytes_in_total != 0' - - query: 'haproxy_frontend_bytes_out_total != 0' - - query: 'haproxy_frontend_connections_total != 0' - - query: 'haproxy_frontend_current_session_rate != 0' - - query: 'haproxy_frontend_current_sessions != 0' - - query: 'sum(haproxy_server_bytes_in_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_bytes_in_total_sum - - query: 'sum(haproxy_server_bytes_out_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_bytes_out_total_sum - - query: 'sum(haproxy_server_check_failures_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_check_failures_total_sum - - query: 'sum(haproxy_server_connection_errors_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_connection_errors_total_sum - - query: 'sum(haproxy_server_connections_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_connections_total_sum - - query: 'avg(haproxy_server_current_session_rate{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_current_session_rate_avg - - query: 'sum(haproxy_server_current_sessions{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_current_sessions_sum - - query: 'sum(haproxy_server_http_responses_total{namespace=~"default|openshift|openshift-.+|kube-.+|"}) without(pod, server) != 0' - name: haproxy_server_http_responses_total_sum - - query: 'template_router_reload_seconds_sum' - - query: 'template_router_reload_seconds_count' - - query: 'template_router_write_config_seconds_sum' - - query: 'template_router_write_config_seconds_count' - - query: 'up' - - query: 'etcd_server_proposals_pending{namespace="openshift-azure-monitoring"} != 0' - - query: 'etcd_server_proposals_failed_total{namespace="openshift-azure-monitoring"}' - - query: 'etcd_server_has_leader{namespace="openshift-azure-monitoring"}' - - query: 'etcd_server_leader_changes_seen_total{namespace="openshift-azure-monitoring"}' - - query: 'rate(grpc_server_started_total{namespace="openshift-azure-monitoring"}[1m]) != 0' - name: grpc_server_started_rate - - query: 'rate(grpc_server_handled_total{namespace="openshift-azure-monitoring"}[1m]) != 0' - name: grpc_server_handled_rate - - query: 'etcd_disk_backend_commit_duration_seconds_count{namespace="openshift-azure-monitoring"} != 0' - - query: 'etcd_disk_backend_commit_duration_seconds_sum{namespace="openshift-azure-monitoring"} != 0' - - query: 'sync_info' - - query: 'rate(sync_errors_total[5m])' - name: sync_errors_rate - - query: 'rate(sync_duration_seconds_sum[5m]) / rate(sync_duration_seconds_count[5m])' - name: sync_average_duration - - query: 'rate(azure_controllers_errors_total[2m])' - name: azure_controllers_errors_rate - - query: 'rate(azure_controllers_duration_seconds_sum[2m]) / rate(azure_controllers_duration_seconds_count[2m])' - name: azure_controllers_average_duration - - query: 'rate(metrics_bridge_errors_total[2m])' - name: metrics_bridge_errors_rate - - query: 'rate(metrics_bridge_bytes_transferred_total[2m])' - name: metrics_bridge_bytes_transferred_rate - - query: 'rate(metrics_bridge_metrics_transferred_total[2m])' - name: metrics_bridge_metrics_transferred_rate - - query: 'rate(metrics_bridge_processing_duration_seconds_sum[2m]) / rate(metrics_bridge_processing_duration_seconds_count[2m])' - name: metrics_bridge_processing_average_duration - account: '*** GENERATED ***' - namespace: Prometheus - region: '*** GENERATED ***' - resourceGroupName: '*** GENERATED ***' - resourceName: '*** GENERATED ***' - subscriptionId: '*** GENERATED ***' -kind: ConfigMap -metadata: - name: metrics-bridge - namespace: openshift-azure-monitoring diff --git a/pkg/sync/v14/data/ConfigMap/openshift-console/console-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-console/console-config.yaml deleted file mode 100644 index ea7313c7c2..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-console/console-config.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: v1 -data: - console-config.yaml: | - apiVersion: console.openshift.io/v1beta1 - auth: - clientID: openshift-console - clientSecretFile: /var/oauth-config/clientSecret - logoutRedirect: '' - oauthEndpointCAFile: /var/apiserver-cert/tls.crt - clusterInfo: - consoleBaseAddress: '*** GENERATED ***' - consoleBasePath: '' - developerConsolePublicURL: '*** GENERATED ***' - masterPublicURL: '*** GENERATED ***' - customization: - branding: azure - documentationBaseURL: https://docs.openshift.com/container-platform/3.11/ - kind: ConsoleConfig - servingInfo: - bindAddress: https://0.0.0.0:8443 - certFile: /var/serving-cert/tls.crt - keyFile: /var/serving-cert/tls.key -kind: ConfigMap -metadata: - labels: - app: openshift-console - name: console-config - namespace: openshift-console diff --git a/pkg/sync/v14/data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml deleted file mode 100644 index df952b77a5..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-monitoring/cluster-monitoring-config.yaml +++ /dev/null @@ -1,59 +0,0 @@ -apiVersion: v1 -data: - config.yaml: | - prometheusOperator: - baseImage: '*** GENERATED ***' - prometheusConfigReloaderBaseImage: '*** GENERATED ***' - configReloaderBaseImage: '*** GENERATED ***' - nodeSelector: - node-role.kubernetes.io/infra: "true" - prometheusK8s: - baseImage: '*** GENERATED ***' - nodeSelector: - node-role.kubernetes.io/infra: "true" - externalLabels: - cluster: ' *** GENERATED ***' - volumeClaimTemplate: - kind: PersistentVolumeClaim - apiVersion: v1 - metadata: - name: prometheus-data - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 128Gi - alertmanagerMain: - baseImage: ' *** GENERATED ***' - nodeSelector: - node-role.kubernetes.io/infra: "true" - volumeClaimTemplate: - kind: PersistentVolumeClaim - apiVersion: v1 - metadata: - name: alertmanager-data - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 32Gi - nodeExporter: - baseImage: '*** GENERATED ***' - grafana: - baseImage: '*** GENERATED ***' - nodeSelector: - node-role.kubernetes.io/infra: "true" - kubeStateMetrics: - baseImage: '*** GENERATED ***' - nodeSelector: - node-role.kubernetes.io/infra: "true" - kubeRbacProxy: - baseImage: '*** GENERATED ***' - auth: - baseImage: '*** GENERATED ***' -kind: ConfigMap -metadata: - name: cluster-monitoring-config - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml deleted file mode 100644 index fe4e0c0df3..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-template-service-broker/apiserver-config.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -data: - apiserver-config.yaml: | - kind: TemplateServiceBrokerConfig - apiVersion: config.templateservicebroker.openshift.io/v1 - templateNamespaces: - - openshift -kind: ConfigMap -metadata: - name: apiserver-config - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ConfigMap/openshift-web-console/webconsole-config.yaml b/pkg/sync/v14/data/ConfigMap/openshift-web-console/webconsole-config.yaml deleted file mode 100644 index 93633de801..0000000000 --- a/pkg/sync/v14/data/ConfigMap/openshift-web-console/webconsole-config.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v1 -data: - webconsole-config.yaml: | - apiVersion: webconsole.config.openshift.io/v1 - clusterInfo: - adminConsolePublicURL: '*** GENERATED ***' - consolePublicURL: '*** GENERATED ***' - loggingPublicURL: "" - logoutPublicURL: "" - masterPublicURL: '*** GENERATED ***' - metricsPublicURL: "" - extensions: - properties: {} - scriptURLs: - - '*** GENERATED ***' - stylesheetURLs: - - '*** GENERATED ***' - features: - clusterResourceOverridesEnabled: false - inactivityTimeoutMinutes: 0 - kind: WebConsoleConfiguration - servingInfo: - bindAddress: 0.0.0.0:8443 - bindNetwork: tcp4 - certFile: /var/serving-cert/tls.crt - clientCA: "" - keyFile: /var/serving-cert/tls.key - maxRequestsInFlight: 0 - namedCertificates: null - requestTimeoutSeconds: 0 -kind: ConfigMap -metadata: - labels: - app: openshift-web-console - name: webconsole-config - namespace: openshift-web-console diff --git a/pkg/sync/v14/data/CronJob.batch/openshift-etcd/etcd-backup.yaml b/pkg/sync/v14/data/CronJob.batch/openshift-etcd/etcd-backup.yaml deleted file mode 100644 index 068d362e05..0000000000 --- a/pkg/sync/v14/data/CronJob.batch/openshift-etcd/etcd-backup.yaml +++ /dev/null @@ -1,37 +0,0 @@ -apiVersion: batch/v1beta1 -kind: CronJob -metadata: - name: etcd-backup - namespace: openshift-etcd -spec: - jobTemplate: - spec: - template: - spec: - containers: - - args: - - etcdbackup - - --action - - save - image: '*** GENERATED ***' - imagePullPolicy: Always - name: etcd-backup - volumeMounts: - - mountPath: /_data/_out - name: azureconfig - readOnly: true - - mountPath: /etc/origin/master - name: origin-master - readOnly: true - nodeSelector: - node-role.kubernetes.io/master: "true" - restartPolicy: Never - serviceAccountName: etcd-backup - volumes: - - hostPath: - path: /etc/origin/cloudprovider - name: azureconfig - - hostPath: - path: /etc/origin/master - name: origin-master - schedule: 0 */1 * * * diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml deleted file mode 100644 index 785351f771..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundlebindings.automationbroker.io.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: bundlebindings.automationbroker.io -spec: - additionalPrinterColumns: - - JSONPath: .metadata.creationTimestamp - description: |- - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - name: Age - type: date - group: automationbroker.io - names: - kind: BundleBinding - listKind: BundleBindingList - plural: bundlebindings - singular: bundlebinding - scope: Namespaced - version: v1alpha1 - versions: - - name: v1alpha1 - served: true - storage: true diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml deleted file mode 100644 index 68ea6df331..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundleinstances.automationbroker.io.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: bundleinstances.automationbroker.io -spec: - additionalPrinterColumns: - - JSONPath: .metadata.creationTimestamp - description: |- - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - name: Age - type: date - group: automationbroker.io - names: - kind: BundleInstance - listKind: BundleInstanceList - plural: bundleinstances - singular: bundleinstance - scope: Namespaced - version: v1alpha1 - versions: - - name: v1alpha1 - served: true - storage: true diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml deleted file mode 100644 index c79702c039..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/bundles.automationbroker.io.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: bundles.automationbroker.io -spec: - additionalPrinterColumns: - - JSONPath: .metadata.creationTimestamp - description: |- - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - name: Age - type: date - group: automationbroker.io - names: - kind: Bundle - listKind: BundleList - plural: bundles - singular: bundle - scope: Namespaced - version: v1alpha1 - versions: - - name: v1alpha1 - served: true - storage: true diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml deleted file mode 100644 index a5c4b83331..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/healthstates.azmon.container.insights.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - name: healthstates.azmon.container.insights -spec: - additionalPrinterColumns: - - JSONPath: .metadata.creationTimestamp - description: |- - CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. - - Populated by the system. Read-only. Null for lists. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata - name: Age - type: date - group: azmon.container.insights - names: - kind: HealthState - listKind: HealthStateList - plural: healthstates - singular: healthstate - scope: Namespaced - version: v1 - versions: - - name: v1 - served: true - storage: true diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml deleted file mode 100644 index 4aaf09e3eb..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkabridges.kafka.strimzi.io.yaml +++ /dev/null @@ -1,493 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkabridges.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.replicas - description: The desired number of Kafka Bridge replicas - name: Desired replicas - type: integer - - JSONPath: .spec.bootstrapServers - description: The boostrap servers - name: Bootstrap Servers - priority: 1 - type: string - group: kafka.strimzi.io - names: - kind: KafkaBridge - listKind: KafkaBridgeList - plural: kafkabridges - shortNames: - - kb - singular: kafkabridge - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - authentication: - properties: - certificateAndKey: - properties: - certificate: - type: string - key: - type: string - secretName: - type: string - required: - - certificate - - key - - secretName - type: object - passwordSecret: - properties: - password: - type: string - secretName: - type: string - required: - - password - - secretName - type: object - type: - enum: - - tls - - scram-sha-512 - - plain - type: string - username: - type: string - required: - - type - type: object - bootstrapServers: - type: string - consumer: - properties: - config: - type: object - type: object - http: - properties: - port: - minimum: 1023 - type: integer - type: object - image: - type: string - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - producer: - properties: - config: - type: object - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - replicas: - minimum: 0 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - template: - properties: - apiService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - deployment: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tls: - properties: - trustedCertificates: - items: - properties: - certificate: - type: string - secretName: - type: string - required: - - certificate - - secretName - type: object - type: array - type: object - required: - - bootstrapServers - type: object - version: v1alpha1 - versions: - - name: v1alpha1 - served: true - storage: true diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml deleted file mode 100644 index 31c65dcbeb..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects.kafka.strimzi.io.yaml +++ /dev/null @@ -1,784 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkaconnects.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.replicas - description: The desired number of Kafka Connect replicas - name: Desired replicas - type: integer - group: kafka.strimzi.io - names: - kind: KafkaConnect - listKind: KafkaConnectList - plural: kafkaconnects - shortNames: - - kc - singular: kafkaconnect - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - authentication: - properties: - certificateAndKey: - properties: - certificate: - type: string - key: - type: string - secretName: - type: string - required: - - certificate - - key - - secretName - type: object - passwordSecret: - properties: - password: - type: string - secretName: - type: string - required: - - password - - secretName - type: object - type: - enum: - - tls - - scram-sha-512 - - plain - type: string - username: - type: string - required: - - type - type: object - bootstrapServers: - type: string - config: - type: object - externalConfiguration: - properties: - env: - items: - properties: - name: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - type: object - secretKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - type: object - type: object - required: - - name - - valueFrom - type: object - type: array - volumes: - items: - properties: - configMap: - properties: - defaultMode: - type: integer - items: - items: - properties: - key: - type: string - mode: - type: integer - path: - type: string - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - name: - type: string - secret: - properties: - defaultMode: - type: integer - items: - items: - properties: - key: - type: string - mode: - type: integer - path: - type: string - type: object - type: array - optional: - type: boolean - secretName: - type: string - type: object - required: - - name - type: object - type: array - type: object - image: - type: string - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - replicas: - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - template: - properties: - apiService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - deployment: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tls: - properties: - trustedCertificates: - items: - properties: - certificate: - type: string - secretName: - type: string - required: - - certificate - - secretName - type: object - type: array - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - version: - type: string - required: - - bootstrapServers - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml deleted file mode 100644 index cc44979557..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkaconnects2is.kafka.strimzi.io.yaml +++ /dev/null @@ -1,786 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkaconnects2is.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.replicas - description: The desired number of Kafka Connect replicas - name: Desired replicas - type: integer - group: kafka.strimzi.io - names: - kind: KafkaConnectS2I - listKind: KafkaConnectS2IList - plural: kafkaconnects2is - shortNames: - - kcs2i - singular: kafkaconnects2i - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - authentication: - properties: - certificateAndKey: - properties: - certificate: - type: string - key: - type: string - secretName: - type: string - required: - - certificate - - key - - secretName - type: object - passwordSecret: - properties: - password: - type: string - secretName: - type: string - required: - - password - - secretName - type: object - type: - enum: - - tls - - scram-sha-512 - - plain - type: string - username: - type: string - required: - - type - type: object - bootstrapServers: - type: string - config: - type: object - externalConfiguration: - properties: - env: - items: - properties: - name: - type: string - valueFrom: - properties: - configMapKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - type: object - secretKeyRef: - properties: - key: - type: string - name: - type: string - optional: - type: boolean - type: object - type: object - required: - - name - - valueFrom - type: object - type: array - volumes: - items: - properties: - configMap: - properties: - defaultMode: - type: integer - items: - items: - properties: - key: - type: string - mode: - type: integer - path: - type: string - type: object - type: array - name: - type: string - optional: - type: boolean - type: object - name: - type: string - secret: - properties: - defaultMode: - type: integer - items: - items: - properties: - key: - type: string - mode: - type: integer - path: - type: string - type: object - type: array - optional: - type: boolean - secretName: - type: string - type: object - required: - - name - type: object - type: array - type: object - image: - type: string - insecureSourceRepository: - type: boolean - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - replicas: - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - template: - properties: - apiService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - deployment: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tls: - properties: - trustedCertificates: - items: - properties: - certificate: - type: string - secretName: - type: string - required: - - certificate - - secretName - type: object - type: array - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - version: - type: string - required: - - bootstrapServers - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml deleted file mode 100644 index d63f4ab12c..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkamirrormakers.kafka.strimzi.io.yaml +++ /dev/null @@ -1,748 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkamirrormakers.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.replicas - description: The desired number of Kafka Mirror Maker replicas - name: Desired replicas - type: integer - - JSONPath: .spec.consumer.bootstrapServers - description: The boostrap servers for the consumer - name: Consumer Bootstrap Servers - priority: 1 - type: string - - JSONPath: .spec.producer.bootstrapServers - description: The boostrap servers for the producer - name: Producer Bootstrap Servers - priority: 1 - type: string - group: kafka.strimzi.io - names: - kind: KafkaMirrorMaker - listKind: KafkaMirrorMakerList - plural: kafkamirrormakers - shortNames: - - kmm - singular: kafkamirrormaker - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - consumer: - properties: - authentication: - properties: - certificateAndKey: - properties: - certificate: - type: string - key: - type: string - secretName: - type: string - required: - - certificate - - key - - secretName - type: object - passwordSecret: - properties: - password: - type: string - secretName: - type: string - required: - - password - - secretName - type: object - type: - enum: - - tls - - scram-sha-512 - - plain - type: string - username: - type: string - required: - - type - type: object - bootstrapServers: - type: string - config: - type: object - groupId: - type: string - numStreams: - minimum: 1 - type: integer - tls: - properties: - trustedCertificates: - items: - properties: - certificate: - type: string - secretName: - type: string - required: - - certificate - - secretName - type: object - type: array - type: object - required: - - groupId - - bootstrapServers - type: object - image: - type: string - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - producer: - properties: - authentication: - properties: - certificateAndKey: - properties: - certificate: - type: string - key: - type: string - secretName: - type: string - required: - - certificate - - key - - secretName - type: object - passwordSecret: - properties: - password: - type: string - secretName: - type: string - required: - - password - - secretName - type: object - type: - enum: - - tls - - scram-sha-512 - - plain - type: string - username: - type: string - required: - - type - type: object - bootstrapServers: - type: string - config: - type: object - tls: - properties: - trustedCertificates: - items: - properties: - certificate: - type: string - secretName: - type: string - required: - - certificate - - secretName - type: object - type: array - type: object - required: - - bootstrapServers - type: object - replicas: - minimum: 1 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - template: - properties: - deployment: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - version: - type: string - whitelist: - type: string - required: - - replicas - - whitelist - - consumer - - producer - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml deleted file mode 100644 index 01860cec43..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkas.kafka.strimzi.io.yaml +++ /dev/null @@ -1,2950 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkas.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.kafka.replicas - description: The desired number of Kafka replicas in the cluster - name: Desired Kafka replicas - type: integer - - JSONPath: .spec.zookeeper.replicas - description: The desired number of Zookeeper replicas in the cluster - name: Desired ZK replicas - type: integer - group: kafka.strimzi.io - names: - kind: Kafka - listKind: KafkaList - plural: kafkas - shortNames: - - k - singular: kafka - scope: Namespaced - subresources: - status: {} - validation: - openAPIV3Schema: - properties: - spec: - properties: - clientsCa: - properties: - certificateExpirationPolicy: - enum: - - renew-certificate - - replace-key - type: string - generateCertificateAuthority: - type: boolean - renewalDays: - minimum: 1 - type: integer - validityDays: - minimum: 1 - type: integer - type: object - clusterCa: - properties: - certificateExpirationPolicy: - enum: - - renew-certificate - - replace-key - type: string - generateCertificateAuthority: - type: boolean - renewalDays: - minimum: 1 - type: integer - validityDays: - minimum: 1 - type: integer - type: object - entityOperator: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - template: - properties: - deployment: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - type: object - tlsSidecar: - properties: - image: - type: string - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logLevel: - enum: - - emerg - - alert - - crit - - err - - warning - - notice - - info - - debug - type: string - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - resources: - properties: - limits: - type: object - requests: - type: object - type: object - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - topicOperator: - properties: - image: - type: string - jvmOptions: - properties: - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - reconciliationIntervalSeconds: - minimum: 0 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - topicMetadataMaxAttempts: - minimum: 0 - type: integer - watchedNamespace: - type: string - zookeeperSessionTimeoutSeconds: - minimum: 0 - type: integer - type: object - userOperator: - properties: - image: - type: string - jvmOptions: - properties: - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - reconciliationIntervalSeconds: - minimum: 0 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - watchedNamespace: - type: string - zookeeperSessionTimeoutSeconds: - minimum: 0 - type: integer - type: object - type: object - kafka: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - authorization: - properties: - superUsers: - items: - type: string - type: array - type: - enum: - - simple - type: string - required: - - type - type: object - brokerRackInitImage: - type: string - config: - type: object - image: - type: string - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - listeners: - properties: - external: - properties: - authentication: - properties: - type: - enum: - - tls - - scram-sha-512 - type: string - required: - - type - type: object - configuration: - properties: - bootstrap: - properties: - address: - type: string - dnsAnnotations: - type: object - host: - type: string - required: - - host - type: object - brokers: - items: - properties: - advertisedHost: - type: string - advertisedPort: - type: integer - broker: - type: integer - dnsAnnotations: - type: object - host: - type: string - required: - - host - type: object - type: array - type: object - networkPolicyPeers: - items: - properties: - ipBlock: - properties: - cidr: - type: string - except: - items: - type: string - type: array - type: object - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - podSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - type: object - type: array - overrides: - properties: - bootstrap: - properties: - address: - type: string - nodePort: - type: integer - type: object - brokers: - items: - properties: - advertisedHost: - type: string - advertisedPort: - type: integer - broker: - type: integer - nodePort: - type: integer - type: object - type: array - type: object - tls: - type: boolean - type: - enum: - - route - - loadbalancer - - nodeport - - ingress - type: string - required: - - type - type: object - plain: - properties: - authentication: - properties: - type: - enum: - - tls - - scram-sha-512 - type: string - required: - - type - type: object - networkPolicyPeers: - items: - properties: - ipBlock: - properties: - cidr: - type: string - except: - items: - type: string - type: array - type: object - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - podSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - type: object - type: array - type: object - tls: - properties: - authentication: - properties: - type: - enum: - - tls - - scram-sha-512 - type: string - required: - - type - type: object - networkPolicyPeers: - items: - properties: - ipBlock: - properties: - cidr: - type: string - except: - items: - type: string - type: array - type: object - namespaceSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - podSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - type: object - type: array - type: object - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - rack: - properties: - topologyKey: - example: failure-domain.beta.kubernetes.io/zone - type: string - required: - - topologyKey - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - replicas: - minimum: 1 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - storage: - properties: - class: - type: string - deleteClaim: - type: boolean - id: - minimum: 0 - type: integer - overrides: - items: - properties: - broker: - type: integer - class: - type: string - type: object - type: array - selector: - type: object - size: - type: string - type: - enum: - - ephemeral - - persistent-claim - - jbod - type: string - volumes: - items: - properties: - class: - type: string - deleteClaim: - type: boolean - id: - minimum: 0 - type: integer - overrides: - items: - properties: - broker: - type: integer - class: - type: string - type: object - type: array - selector: - type: object - size: - type: string - type: - enum: - - ephemeral - - persistent-claim - type: string - required: - - type - type: object - type: array - required: - - type - type: object - template: - properties: - bootstrapService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - brokersService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - externalBootstrapIngress: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - externalBootstrapRoute: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - externalBootstrapService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - perPodIngress: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - perPodRoute: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - perPodService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - statefulset: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tlsSidecar: - properties: - image: - type: string - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logLevel: - enum: - - emerg - - alert - - crit - - err - - warning - - notice - - info - - debug - type: string - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - resources: - properties: - limits: - type: object - requests: - type: object - type: object - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - version: - type: string - required: - - replicas - - storage - - listeners - type: object - maintenanceTimeWindows: - items: - type: string - type: array - topicOperator: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - image: - type: string - jvmOptions: - properties: - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - reconciliationIntervalSeconds: - minimum: 0 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - tlsSidecar: - properties: - image: - type: string - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logLevel: - enum: - - emerg - - alert - - crit - - err - - warning - - notice - - info - - debug - type: string - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - resources: - properties: - limits: - type: object - requests: - type: object - type: object - type: object - topicMetadataMaxAttempts: - minimum: 0 - type: integer - watchedNamespace: - type: string - zookeeperSessionTimeoutSeconds: - minimum: 0 - type: integer - type: object - zookeeper: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - config: - type: object - image: - type: string - jvmOptions: - properties: - -XX: - type: object - -Xms: - pattern: '[0-9]+[mMgG]?' - type: string - -Xmx: - pattern: '[0-9]+[mMgG]?' - type: string - gcLoggingEnabled: - type: boolean - type: object - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logging: - properties: - loggers: - type: object - name: - type: string - type: - enum: - - inline - - external - type: string - required: - - type - type: object - metrics: - type: object - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - replicas: - minimum: 1 - type: integer - resources: - properties: - limits: - type: object - requests: - type: object - type: object - storage: - properties: - class: - type: string - deleteClaim: - type: boolean - id: - minimum: 0 - type: integer - overrides: - items: - properties: - broker: - type: integer - class: - type: string - type: object - type: array - selector: - type: object - size: - type: string - type: - enum: - - ephemeral - - persistent-claim - type: string - required: - - type - type: object - template: - properties: - clientService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - nodesService: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - pod: - properties: - affinity: - properties: - nodeAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - preference: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - properties: - nodeSelectorTerms: - items: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchFields: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - type: object - type: array - type: object - type: object - podAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - podAntiAffinity: - properties: - preferredDuringSchedulingIgnoredDuringExecution: - items: - properties: - podAffinityTerm: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - weight: - type: integer - type: object - type: array - requiredDuringSchedulingIgnoredDuringExecution: - items: - properties: - labelSelector: - properties: - matchExpressions: - items: - properties: - key: - type: string - operator: - type: string - values: - items: - type: string - type: array - type: object - type: array - matchLabels: - type: object - type: object - namespaces: - items: - type: string - type: array - topologyKey: - type: string - type: object - type: array - type: object - type: object - imagePullSecrets: - items: - properties: - name: - type: string - type: object - type: array - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - securityContext: - properties: - fsGroup: - type: integer - runAsGroup: - type: integer - runAsNonRoot: - type: boolean - runAsUser: - type: integer - seLinuxOptions: - properties: - level: - type: string - role: - type: string - type: - type: string - user: - type: string - type: object - supplementalGroups: - items: - type: integer - type: array - sysctls: - items: - properties: - name: - type: string - value: - type: string - type: object - type: array - type: object - terminationGracePeriodSeconds: - minimum: 0 - type: integer - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - type: object - podDisruptionBudget: - properties: - maxUnavailable: - minimum: 0 - type: integer - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - statefulset: - properties: - metadata: - properties: - annotations: - type: object - labels: - type: object - type: object - type: object - type: object - tlsSidecar: - properties: - image: - type: string - livenessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - logLevel: - enum: - - emerg - - alert - - crit - - err - - warning - - notice - - info - - debug - type: string - readinessProbe: - properties: - failureThreshold: - type: integer - initialDelaySeconds: - minimum: 0 - type: integer - periodSeconds: - type: integer - successThreshold: - type: integer - timeoutSeconds: - minimum: 0 - type: integer - type: object - resources: - properties: - limits: - type: object - requests: - type: object - type: object - type: object - tolerations: - items: - properties: - effect: - type: string - key: - type: string - operator: - type: string - tolerationSeconds: - type: integer - value: - type: string - type: object - type: array - required: - - replicas - - storage - type: object - required: - - kafka - - zookeeper - type: object - status: - properties: - conditions: - items: - properties: - lastTransitionTime: - type: string - reason: - type: string - status: - type: string - type: - type: string - type: object - type: array - listeners: - items: - properties: - addresses: - items: - properties: - host: - type: string - port: - type: integer - type: object - type: array - type: - type: string - type: object - type: array - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml deleted file mode 100644 index 3231bb2882..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkatopics.kafka.strimzi.io.yaml +++ /dev/null @@ -1,53 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkatopics.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.partitions - description: The desired number of partitions in the topic - name: Partitions - type: integer - - JSONPath: .spec.replicas - description: The desired number of replicas of each partition - name: Replication factor - type: integer - group: kafka.strimzi.io - names: - kind: KafkaTopic - listKind: KafkaTopicList - plural: kafkatopics - shortNames: - - kt - singular: kafkatopic - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - config: - type: object - partitions: - minimum: 1 - type: integer - replicas: - maximum: 32767 - minimum: 1 - type: integer - topicName: - type: string - required: - - partitions - - replicas - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml b/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml deleted file mode 100644 index 100aaeb5e2..0000000000 --- a/pkg/sync/v14/data/CustomResourceDefinition.apiextensions.k8s.io/kafkausers.kafka.strimzi.io.yaml +++ /dev/null @@ -1,109 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1beta1 -kind: CustomResourceDefinition -metadata: - labels: - app: strimzi - name: kafkausers.kafka.strimzi.io -spec: - additionalPrinterColumns: - - JSONPath: .spec.authentication.type - description: How the user is authenticated - name: Authentication - type: string - - JSONPath: .spec.authorization.type - description: How the user is authorised - name: Authorization - type: string - group: kafka.strimzi.io - names: - kind: KafkaUser - listKind: KafkaUserList - plural: kafkausers - shortNames: - - ku - singular: kafkauser - scope: Namespaced - validation: - openAPIV3Schema: - properties: - spec: - properties: - authentication: - properties: - type: - enum: - - tls - - scram-sha-512 - type: string - required: - - type - type: object - authorization: - properties: - acls: - items: - properties: - host: - type: string - operation: - enum: - - Read - - Write - - Create - - Delete - - Alter - - Describe - - ClusterAction - - AlterConfigs - - DescribeConfigs - - IdempotentWrite - - All - type: string - resource: - properties: - name: - type: string - patternType: - enum: - - literal - - prefix - type: string - type: - enum: - - topic - - group - - cluster - - transactionalId - type: string - required: - - type - type: object - type: - enum: - - allow - - deny - type: string - required: - - operation - - resource - type: object - type: array - type: - enum: - - simple - type: string - required: - - acls - - type - type: object - required: - - authentication - type: object - version: v1beta1 - versions: - - name: v1beta1 - served: true - storage: true - - name: v1alpha1 - served: true - storage: false diff --git a/pkg/sync/v14/data/DaemonSet.apps/default/docker-registry.yaml b/pkg/sync/v14/data/DaemonSet.apps/default/docker-registry.yaml deleted file mode 100644 index e68a0fa131..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/default/docker-registry.yaml +++ /dev/null @@ -1,75 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - docker-registry: default - name: docker-registry - namespace: default -spec: - selector: - matchLabels: - docker-registry: default - template: - metadata: - labels: - docker-registry: default - spec: - containers: - - env: - - name: REGISTRY_HTTP_ADDR - value: :5000 - - name: REGISTRY_HTTP_NET - value: tcp - - name: REGISTRY_HTTP_SECRET - valueFrom: - secretKeyRef: - key: password - name: docker-registry-http - - name: REGISTRY_MIDDLEWARE_REPOSITORY_OPENSHIFT_ENFORCEQUOTA - value: "false" - - name: REGISTRY_HTTP_TLS_KEY - value: /etc/secrets/registry.key - - name: OPENSHIFT_DEFAULT_REGISTRY - value: docker-registry.default.svc:5000 - - name: REGISTRY_OPENSHIFT_SERVER_ADDR - value: docker-registry.default.svc:5000 - - name: REGISTRY_CONFIGURATION_PATH - value: /etc/registry/config.yml - - name: REGISTRY_HTTP_TLS_CERTIFICATE - value: /etc/secrets/registry.crt - image: '*** GENERATED ***' - livenessProbe: - httpGet: - path: /healthz - port: 5000 - scheme: HTTPS - initialDelaySeconds: 10 - timeoutSeconds: 5 - name: registry - ports: - - containerPort: 5000 - readinessProbe: - httpGet: - path: /healthz - port: 5000 - scheme: HTTPS - timeoutSeconds: 5 - resources: - requests: - cpu: 100m - memory: 100Mi - volumeMounts: - - mountPath: /etc/secrets - name: registry-certificates - - mountPath: /etc/registry - name: docker-config - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: registry - volumes: - - name: registry-certificates - secret: - secretName: registry-certificates - - name: docker-config - secret: - secretName: registry-config diff --git a/pkg/sync/v14/data/DaemonSet.apps/default/router.yaml b/pkg/sync/v14/data/DaemonSet.apps/default/router.yaml deleted file mode 100644 index 0abe9c6505..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/default/router.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - router: router - name: router - namespace: default -spec: - selector: - matchLabels: - router: router - template: - metadata: - labels: - router: router - spec: - containers: - - env: - - name: DEFAULT_CERTIFICATE_DIR - value: /etc/pki/tls/private - - name: DEFAULT_CERTIFICATE_PATH - value: /etc/pki/tls/private/tls.crt - - name: ROUTER_EXTERNAL_HOST_INSECURE - value: "false" - - name: ROUTER_EXTERNAL_HOST_PRIVKEY - value: /etc/secret-volume/router.pem - - name: ROUTER_LISTEN_ADDR - value: 0.0.0.0:1936 - - name: ROUTER_METRICS_TYPE - value: haproxy - - name: ROUTER_SERVICE_HTTPS_PORT - value: "443" - - name: ROUTER_SERVICE_HTTP_PORT - value: "80" - - name: ROUTER_SERVICE_NAME - value: router - - name: ROUTER_SERVICE_NAMESPACE - value: default - - name: STATS_PASSWORD - valueFrom: - secretKeyRef: - key: password - name: router-stats - - name: STATS_PORT - value: "1936" - - name: STATS_USERNAME - valueFrom: - secretKeyRef: - key: username - name: router-stats - - name: ROUTER_THREADS - value: "0" - - name: EXTENDED_VALIDATION - value: "true" - image: '*** GENERATED ***' - livenessProbe: - httpGet: - path: /healthz - port: 1936 - scheme: HTTP - initialDelaySeconds: 10 - name: router - ports: - - containerPort: 80 - name: http - - containerPort: 443 - name: https - - containerPort: 1936 - name: stats - readinessProbe: - httpGet: - path: healthz/ready - port: 1936 - scheme: HTTP - initialDelaySeconds: 10 - resources: - requests: - cpu: 100m - memory: 100Mi - volumeMounts: - - mountPath: /etc/pki/tls/metrics/ - name: metrics-server-certificate - readOnly: true - - mountPath: /etc/pki/tls/private - name: server-certificate - readOnly: true - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: router - volumes: - - name: metrics-server-certificate - secret: - secretName: router-metrics-tls - - name: server-certificate - secret: - secretName: router-certs diff --git a/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/apiserver.yaml b/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/apiserver.yaml deleted file mode 100644 index cd53a2bec7..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/apiserver.yaml +++ /dev/null @@ -1,80 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - app: apiserver - name: apiserver - namespace: kube-service-catalog -spec: - selector: - matchLabels: - app: apiserver - template: - metadata: - labels: - app: apiserver - spec: - containers: - - args: - - apiserver - - --storage-type - - etcd - - --secure-port - - "6443" - - --etcd-servers - - https://master-000000:2379 - - https://master-000001:2379 - - https://master-000002:2379 - - --etcd-cafile - - /etc/origin/master/master.etcd-ca.crt - - --etcd-certfile - - /etc/origin/master/master.etcd-client.crt - - --etcd-keyfile - - /etc/origin/master/master.etcd-client.key - - -v - - "3" - - --cors-allowed-origins - - localhost - - --enable-admission-plugins - - NamespaceLifecycle,DefaultServicePlan,ServiceBindingsLifecycle,ServicePlanChangeValidator,BrokerAuthSarCheck - - --feature-gates - - OriginatingIdentity=true - - --feature-gates - - NamespacedServiceBroker=true - command: - - /usr/bin/service-catalog - image: '*** GENERATED ***' - name: apiserver - ports: - - containerPort: 6443 - readinessProbe: - failureThreshold: 2 - httpGet: - path: /healthz - port: 6443 - scheme: HTTPS - periodSeconds: 5 - volumeMounts: - - mountPath: /var/run/kubernetes-service-catalog - name: apiserver-ssl - readOnly: true - - mountPath: /etc/origin/master - name: etcd-host-cert - readOnly: true - nodeSelector: - node-role.kubernetes.io/master: "true" - serviceAccountName: service-catalog-apiserver - volumes: - - name: apiserver-ssl - secret: - items: - - key: tls.crt - path: apiserver.crt - - key: tls.key - path: apiserver.key - secretName: apiserver-ssl - - hostPath: - path: /etc/origin/master - name: etcd-host-cert - - emptyDir: {} - name: data-dir diff --git a/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml b/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml deleted file mode 100644 index 422b9d26b7..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/kube-service-catalog/controller-manager.yaml +++ /dev/null @@ -1,64 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - app: controller-manager - name: controller-manager - namespace: kube-service-catalog -spec: - selector: - matchLabels: - app: controller-manager - template: - metadata: - labels: - app: controller-manager - spec: - containers: - - args: - - controller-manager - - --secure-port - - "6443" - - -v - - "3" - - --leader-election-namespace - - kube-service-catalog - - --leader-elect-resource-lock - - configmaps - - --cluster-id-configmap-namespace=kube-service-catalog - - --broker-relist-interval - - 5m - - --feature-gates - - OriginatingIdentity=true - - --feature-gates - - AsyncBindingOperations=true - - --feature-gates - - NamespacedServiceBroker=true - command: - - /usr/bin/service-catalog - env: - - name: K8S_NAMESPACE - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: metadata.namespace - image: '*** GENERATED ***' - name: controller-manager - ports: - - containerPort: 6443 - volumeMounts: - - mountPath: /var/run/kubernetes-service-catalog - name: service-catalog-ssl - readOnly: true - nodeSelector: - node-role.kubernetes.io/master: "true" - serviceAccountName: service-catalog-controller - volumes: - - name: service-catalog-ssl - secret: - items: - - key: tls.crt - path: apiserver.crt - - key: tls.key - path: apiserver.key - secretName: controllermanager-ssl diff --git a/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml b/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml deleted file mode 100644 index 5c8df5aabc..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-logging/log-analytics-node-agent.yaml +++ /dev/null @@ -1,132 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - azure.openshift.io/sync-pod-optionally-apply: '*** GENERATED ***' - azure.openshift.io/sync-pod-wait-for-readiness: "false" - name: log-analytics-node-agent - namespace: openshift-azure-logging -spec: - selector: - matchLabels: - app: log-analytics-node-agent - template: - metadata: - annotations: - agentVersion: 1.10.0.1 - dockerProviderVersion: 7.0.0-6 - schema-versions: v1 - labels: - app: log-analytics-node-agent - spec: - containers: - - command: - - /opt/main-wrapper.sh - env: - - name: AKS_RESOURCE_ID - value: '*** GENERATED ***' - - name: AKS_REGION - value: '*** GENERATED ***' - - name: CONTROLLER_TYPE - value: DaemonSet - - name: NODE_IP - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: status.hostIP - - name: REPLICASET_SERVICE_ENDPOINT - value: healthmodel-replicaset-service.openshift-azure-logging - image: '*** GENERATED ***' - livenessProbe: - exec: - command: - - /bin/bash - - -c - - /opt/livenessprobe.sh - initialDelaySeconds: 60 - periodSeconds: 60 - name: log-analytics-node-agent - ports: - - containerPort: 25226 - hostPort: 25226 - - containerPort: 25225 - hostPort: 25225 - - containerPort: 25224 - hostPort: 25224 - protocol: UDP - resources: - limits: - cpu: 150m - memory: 600Mi - requests: - cpu: 75m - memory: 225Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /hostfs - name: host-root - readOnly: true - - mountPath: /var/run/host - name: var-run - - mountPath: /var/log - name: host-log - - mountPath: /var/lib/docker/containers - name: containerlog-path - - mountPath: /etc/kubernetes/host - name: azure-json-path - - mountPath: /etc/omsagent-secret - name: log-analytics - - mountPath: /etc/config/settings - name: settings-vol-config - readOnly: true - - mountPath: /opt/main-wrapper.sh - name: log-analytics-agent-entrypoint - subPath: main-wrapper.sh - - mountPath: /etc/rsyslog.d/95-omsagent.conf - name: log-analytics-rsyslog-config - subPath: rsyslog.conf - nodeSelector: - beta.kubernetes.io/os: linux - node-role.kubernetes.io/compute: "true" - serviceAccountName: log-analytics-agent - tolerations: - - effect: NoExecute - operator: Exists - - effect: NoSchedule - operator: Exists - volumes: - - hostPath: - path: / - name: host-root - - hostPath: - path: /var/run - name: var-run - - hostPath: - path: /etc/hostname - name: container-hostname - - hostPath: - path: /var/log - name: host-log - - hostPath: - path: /var/lib/docker/containers - name: containerlog-path - - hostPath: - path: /etc/kubernetes - name: azure-json-path - - configMap: - name: container-azm-ms-agentconfig - optional: true - name: settings-vol-config - - configMap: - defaultMode: 509 - name: log-analytics-agent-entrypoint - name: log-analytics-agent-entrypoint - - configMap: - name: log-analytics-rsyslog-config - name: log-analytics-rsyslog-config - - name: log-analytics - secret: - defaultMode: 288 - secretName: log-analytics diff --git a/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml deleted file mode 100644 index 282ddd1aec..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/openshift-azure-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,79 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - azure.openshift.io/sync-pod-wait-for-readiness: "false" - k8s-app: etcd-metrics - name: etcd-metrics - namespace: openshift-azure-monitoring -spec: - selector: - matchLabels: - k8s-app: etcd-metrics - template: - metadata: - labels: - k8s-app: etcd-metrics - spec: - containers: - - args: - - tlsproxy - - --hostname - - https://$(HOSTNAME):2379 - - --listen - - :8443 - - --cacert - - /etc/etcd/ca.crt - - --cert - - /etc/etcd/peer.crt - - --key - - /etc/etcd/peer.key - - --servingkey - - /var/serving-cert/tls.key - - --servingcert - - /var/serving-cert/tls.crt - - --whitelist - - ^/metrics(/|$) - env: - - name: HOSTNAME - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: spec.nodeName - - name: USERNAME - valueFrom: - secretKeyRef: - key: username - name: etcd-metrics - - name: PASSWORD - valueFrom: - secretKeyRef: - key: password - name: etcd-metrics - image: '*** GENERATED ***' - name: etcd-metrics - ports: - - containerPort: 8443 - name: metrics - volumeMounts: - - mountPath: /etc/etcd - name: etcd-config - readOnly: true - - mountPath: /var/serving-cert - name: serving-cert - readOnly: true - nodeSelector: - node-role.kubernetes.io/master: "true" - serviceAccountName: etcd-metrics - volumes: - - hostPath: - path: /etc/etcd - name: etcd-config - - name: serving-cert - secret: - defaultMode: 288 - secretName: etcd-metrics-serving-cert - - name: etcd-metrics - secret: - defaultMode: 288 - secretName: etcd-metrics diff --git a/pkg/sync/v14/data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml b/pkg/sync/v14/data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml deleted file mode 100644 index 8d68dd231d..0000000000 --- a/pkg/sync/v14/data/DaemonSet.apps/openshift-template-service-broker/apiserver.yaml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: apps/v1 -kind: DaemonSet -metadata: - labels: - apiserver: "true" - name: apiserver - namespace: openshift-template-service-broker -spec: - selector: - matchLabels: - apiserver: "true" - template: - metadata: - labels: - apiserver: "true" - name: apiserver - spec: - containers: - - command: - - /usr/bin/template-service-broker - - start - - template-service-broker - - --secure-port=8443 - - --audit-log-path=- - - --tls-cert-file=/var/serving-cert/tls.crt - - --tls-private-key-file=/var/serving-cert/tls.key - - --v=0 - - --config=/var/apiserver-config/apiserver-config.yaml - image: '*** GENERATED ***' - name: apiserver - ports: - - containerPort: 8443 - readinessProbe: - httpGet: - path: /healthz - port: 8443 - scheme: HTTPS - volumeMounts: - - mountPath: /var/serving-cert - name: serving-cert - - mountPath: /var/apiserver-config - name: apiserver-config - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: apiserver - volumes: - - name: serving-cert - secret: - secretName: apiserver-serving-cert - - configMap: - name: apiserver-config - name: apiserver-config diff --git a/pkg/sync/v14/data/Deployment.apps/default/registry-console.yaml b/pkg/sync/v14/data/Deployment.apps/default/registry-console.yaml deleted file mode 100644 index cad3e65903..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/default/registry-console.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: registry-console - name: registry-console - name: registry-console - namespace: default -spec: - replicas: 2 - selector: - matchLabels: - name: registry-console - template: - metadata: - labels: - app: registry-console - name: registry-console - spec: - containers: - - env: - - name: OPENSHIFT_OAUTH_PROVIDER_URL - value: '*** GENERATED ***' - - name: OPENSHIFT_OAUTH_CLIENT_ID - value: cockpit-oauth-client - - name: KUBERNETES_INSECURE - value: "false" - - name: COCKPIT_KUBE_INSECURE - value: "false" - - name: REGISTRY_ONLY - value: "true" - - name: REGISTRY_HOST - value: '*** GENERATED ***' - image: '*** GENERATED ***' - livenessProbe: - httpGet: - path: /ping - port: 9090 - scheme: HTTP - initialDelaySeconds: 10 - timeoutSeconds: 5 - name: registry-console - ports: - - containerPort: 9090 - readinessProbe: - httpGet: - path: /ping - port: 9090 - scheme: HTTP - timeoutSeconds: 5 - volumeMounts: - - mountPath: /etc/cockpit/ws-certs.d - name: serving-cert - readOnly: true - nodeSelector: - node-role.kubernetes.io/infra: "true" - volumes: - - name: serving-cert - secret: - defaultMode: 288 - secretName: registry-console diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-ansible-service-broker/asb.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-ansible-service-broker/asb.yaml deleted file mode 100644 index 0b4185f21b..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-ansible-service-broker/asb.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: openshift-ansible-service-broker - service: asb - name: asb - namespace: openshift-ansible-service-broker -spec: - replicas: 1 - selector: - matchLabels: - app: openshift-ansible-service-broker - template: - metadata: - labels: - app: openshift-ansible-service-broker - service: asb - spec: - containers: - - env: - - name: BROKER_CONFIG - value: /etc/ansible-service-broker/config.yaml - image: '*** GENERATED ***' - livenessProbe: - httpGet: - path: /healthz - port: 1338 - scheme: HTTPS - initialDelaySeconds: 15 - name: asb - ports: - - containerPort: 1338 - readinessProbe: - httpGet: - path: /healthz - port: 1338 - scheme: HTTPS - initialDelaySeconds: 15 - volumeMounts: - - mountPath: /etc/ansible-service-broker - name: config-volume - - mountPath: /etc/tls/private - name: asb-tls - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: asb - volumes: - - configMap: - items: - - key: broker-config - path: config.yaml - name: broker-config - name: config-volume - - name: asb-tls - secret: - secretName: asb-tls diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-azure-branding/branding.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-azure-branding/branding.yaml deleted file mode 100644 index 696bde0005..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-azure-branding/branding.yaml +++ /dev/null @@ -1,53 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: branding - name: branding - namespace: openshift-azure-branding -spec: - replicas: 2 - selector: - matchLabels: - app: branding - strategy: - rollingUpdate: - maxSurge: 0 - maxUnavailable: 1 - template: - metadata: - labels: - app: branding - spec: - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - openshift-azure-branding - topologyKey: kubernetes.io/hostname - containers: - - image: '*** GENERATED ***' - name: branding - ports: - - containerPort: 8080 - resources: - limits: - cpu: 200m - memory: 200Mi - requests: - cpu: 10m - memory: 25Mi - volumeMounts: - - mountPath: /opt/rh/httpd24/root/var/www/html - name: branding - readOnly: true - nodeSelector: - node-role.kubernetes.io/infra: "true" - volumes: - - configMap: - name: branding - name: branding diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml deleted file mode 100644 index 4c49947a1c..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-azure-logging/log-analytics-cluster-agent.yaml +++ /dev/null @@ -1,130 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - azure.openshift.io/sync-pod-optionally-apply: '*** GENERATED ***' - azure.openshift.io/sync-pod-wait-for-readiness: "false" - name: log-analytics-cluster-agent - namespace: openshift-azure-logging -spec: - replicas: 1 - selector: - matchLabels: - app: log-analytics-cluster-agent - template: - metadata: - annotations: - agentVersion: 1.10.0.1 - dockerProviderVersion: 7.0.0-6 - schema-versions: v1 - labels: - app: log-analytics-cluster-agent - spec: - containers: - - command: - - /opt/main-wrapper.sh - env: - - name: AKS_RESOURCE_ID - value: '*** GENERATED ***' - - name: AKS_REGION - value: '*** GENERATED ***' - - name: CONTROLLER_TYPE - value: ReplicaSet - - name: NODE_IP - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: status.hostIP - image: '*** GENERATED ***' - livenessProbe: - exec: - command: - - /bin/bash - - -c - - /opt/livenessprobe.sh - initialDelaySeconds: 60 - periodSeconds: 60 - name: log-analytics-cluster-agent - ports: - - containerPort: 25226 - - containerPort: 25225 - - containerPort: 25224 - protocol: UDP - - containerPort: 25227 - name: in-rs-tcp - resources: - limits: - cpu: 150m - memory: 600Mi - requests: - cpu: 75m - memory: 225Mi - securityContext: - privileged: true - runAsUser: 0 - volumeMounts: - - mountPath: /hostfs - name: host-root - readOnly: true - - mountPath: /var/run/host - name: var-run - - mountPath: /var/log - name: host-log - - mountPath: /var/lib/docker/containers - name: containerlog-path - - mountPath: /etc/kubernetes/host - name: azure-json-path - - mountPath: /etc/omsagent-secret - name: log-analytics - readOnly: true - - mountPath: /etc/config - name: log-analytics-cluster-agent-config - - mountPath: /etc/config/settings - name: settings-vol-config - readOnly: true - - mountPath: /opt/main-wrapper.sh - name: log-analytics-agent-entrypoint - subPath: main-wrapper.sh - nodeSelector: - beta.kubernetes.io/os: linux - node-role.kubernetes.io/compute: "true" - serviceAccountName: log-analytics-agent - tolerations: - - effect: NoExecute - operator: Exists - - effect: NoSchedule - operator: Exists - volumes: - - hostPath: - path: / - name: host-root - - hostPath: - path: /var/run - name: var-run - - hostPath: - path: /etc/hostname - name: container-hostname - - hostPath: - path: /var/log - name: host-log - - hostPath: - path: /var/lib/docker/containers - name: containerlog-path - - hostPath: - path: /etc/kubernetes - name: azure-json-path - - name: log-analytics - secret: - defaultMode: 288 - secretName: log-analytics - - configMap: - name: log-analytics-cluster-agent-config - name: log-analytics-cluster-agent-config - - configMap: - name: container-azm-ms-agentconfig - optional: true - name: settings-vol-config - - configMap: - defaultMode: 509 - name: log-analytics-agent-entrypoint - name: log-analytics-agent-entrypoint diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml deleted file mode 100644 index ffef02e29b..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-azure-monitoring/metrics-bridge.yaml +++ /dev/null @@ -1,86 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: metrics-bridge - azure.openshift.io/sync-pod-wait-for-readiness: "false" - name: metrics-bridge - namespace: openshift-azure-monitoring -spec: - replicas: 1 - selector: - matchLabels: - app: metrics-bridge - strategy: - rollingUpdate: - maxSurge: 1 - maxUnavailable: 0 - template: - metadata: - labels: - app: metrics-bridge - spec: - containers: - - args: '*** GENERATED ***' - command: - - /usr/sbin/MetricsExtension - image: '*** GENERATED ***' - name: statsd - resources: - limits: - cpu: 200m - memory: 200Mi - requests: - cpu: 10m - memory: 25Mi - volumeMounts: - - mountPath: /mdm/certs - name: mdm-cert - - mountPath: /var/etw - name: socket - - args: - - metricsbridge - - --config - - /config/config.yaml - image: '*** GENERATED ***' - name: metricsbridge - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /healthz/ready - port: 8080 - scheme: HTTP - initialDelaySeconds: 10 - resources: - limits: - cpu: 200m - memory: 200Mi - requests: - cpu: 10m - memory: 25Mi - volumeMounts: - - mountPath: /config - name: metrics-bridge - readOnly: true - - mountPath: /var/etw - name: socket - imagePullSecrets: - - name: azure-registry - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: geneva - tolerations: - - key: CriticalAddonsOnly - operator: Exists - - operator: Exists - volumes: - - name: mdm-cert - secret: - secretName: mdm-cert - - configMap: - name: metrics-bridge - name: metrics-bridge - - emptyDir: {} - name: socket diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-console/console.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-console/console.yaml deleted file mode 100644 index 7e2af84135..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-console/console.yaml +++ /dev/null @@ -1,93 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: openshift-console - component: ui - name: console - namespace: openshift-console -spec: - replicas: 2 - selector: - matchLabels: - app: openshift-console - component: ui - strategy: - rollingUpdate: - maxSurge: 0 - maxUnavailable: 1 - template: - metadata: - labels: - app: openshift-console - component: ui - name: console - spec: - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - openshift-console - topologyKey: kubernetes.io/hostname - containers: - - command: - - /opt/bridge/bin/bridge - - --public-dir=/opt/bridge/static - - --config=/var/console-config/console-config.yaml - image: '*** GENERATED ***' - livenessProbe: - httpGet: - path: /health - port: 8443 - scheme: HTTPS - initialDelaySeconds: 30 - name: console - ports: - - containerPort: 8443 - readinessProbe: - httpGet: - path: /health - port: 8443 - scheme: HTTPS - resources: - limits: - cpu: 200m - memory: 200Mi - requests: - cpu: 10m - memory: 25Mi - volumeMounts: - - mountPath: /var/serving-cert - name: serving-cert - readOnly: true - - mountPath: /var/oauth-config - name: oauth-config - readOnly: true - - mountPath: /var/apiserver-cert - name: apiserver-cert - readOnly: true - - mountPath: /var/console-config - name: console-config - nodeSelector: - node-role.kubernetes.io/infra: "true" - volumes: - - name: serving-cert - secret: - defaultMode: 288 - secretName: console-serving-cert - - name: oauth-config - secret: - defaultMode: 288 - secretName: console-oauth-config - - name: apiserver-cert - secret: - defaultMode: 288 - secretName: apiserver-cert - - configMap: - defaultMode: 288 - name: console-config - name: console-config diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-infra/customer-admin-controller.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-infra/customer-admin-controller.yaml deleted file mode 100644 index 31d11643a9..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-infra/customer-admin-controller.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: customer-admin-controller - name: customer-admin-controller - namespace: openshift-infra -spec: - replicas: 1 - selector: - matchLabels: - app: customer-admin-controller - template: - metadata: - labels: - app: customer-admin-controller - spec: - containers: - - args: - - azure-controllers - image: '*** GENERATED ***' - name: customer-admin-controller - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: healthz/ready - port: 8080 - scheme: HTTP - initialDelaySeconds: 10 - volumeMounts: - - mountPath: /_data/_out - name: aad-group-sync-config - readOnly: true - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: customer-admin-controller - volumes: - - name: aad-group-sync-config - secret: - secretName: aad-group-sync-config diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml deleted file mode 100644 index 69e9efb5d4..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-infra/strimzi-cluster-operator.yaml +++ /dev/null @@ -1,95 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator - strimzi.io/kind: cluster-operator - name: strimzi-cluster-operator - namespace: openshift-infra -spec: - replicas: 1 - selector: - matchLabels: - app: strimzi - name: strimzi-cluster-operator - strimzi.io/kind: cluster-operator - strategy: - type: Recreate - template: - metadata: - labels: - app: strimzi - name: strimzi-cluster-operator - strimzi.io/kind: cluster-operator - spec: - containers: - - args: - - /opt/strimzi/bin/cluster_operator_run.sh - env: - - name: STRIMZI_NAMESPACE - value: '*' - - name: STRIMZI_FULL_RECONCILIATION_INTERVAL_MS - value: "120000" - - name: STRIMZI_OPERATION_TIMEOUT_MS - value: "300000" - - name: STRIMZI_DEFAULT_ZOOKEEPER_IMAGE - value: registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE - value: registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_DEFAULT_TLS_SIDECAR_KAFKA_IMAGE - value: registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_DEFAULT_TLS_SIDECAR_ZOOKEEPER_IMAGE - value: registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_KAFKA_IMAGES - value: | - 2.1.1=registry.redhat.io/amq7/amq-streams-kafka-21:1.2.0 - 2.2.1=registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_KAFKA_CONNECT_IMAGES - value: | - 2.1.1=registry.redhat.io/amq7/amq-streams-kafka-21:1.2.0 - 2.2.1=registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_KAFKA_CONNECT_S2I_IMAGES - value: | - 2.1.1=registry.redhat.io/amq7/amq-streams-kafka-21:1.2.0 - 2.2.1=registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_KAFKA_MIRROR_MAKER_IMAGES - value: | - 2.1.0=registry.redhat.io/amq7/amq-streams-kafka-21:1.2.0 - 2.2.1=registry.redhat.io/amq7/amq-streams-kafka-22:1.2.0 - - name: STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE - value: registry.redhat.io/amq7/amq-streams-operator:1.2.0 - - name: STRIMZI_DEFAULT_USER_OPERATOR_IMAGE - value: registry.redhat.io/amq7/amq-streams-operator:1.2.0 - - name: STRIMZI_DEFAULT_KAFKA_INIT_IMAGE - value: registry.redhat.io/amq7/amq-streams-operator:1.2.0 - - name: STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE - value: registry.redhat.io/amq7/amq-streams-bridge:1.2.0 - - name: STRIMZI_LOG_LEVEL - value: INFO - image: registry.redhat.io/amq7/amq-streams-operator:1.2.0 - livenessProbe: - httpGet: - path: /healthy - port: 8080 - scheme: HTTP - initialDelaySeconds: 10 - periodSeconds: 30 - name: strimzi-cluster-operator - readinessProbe: - httpGet: - path: /ready - port: 8080 - scheme: HTTP - initialDelaySeconds: 10 - periodSeconds: 30 - resources: - limits: - cpu: "1" - memory: 256Mi - requests: - cpu: 200m - memory: 256Mi - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: strimzi-cluster-operator diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml deleted file mode 100644 index 01a79f44de..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/cluster-monitoring-operator.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: cluster-monitoring-operator - azure.openshift.io/sync-pod-wait-for-readiness: "false" - name: cluster-monitoring-operator - namespace: openshift-monitoring -spec: - replicas: 1 - selector: - matchLabels: - app: cluster-monitoring-operator - strategy: - rollingUpdate: - maxSurge: 1 - maxUnavailable: 1 - template: - metadata: - labels: - app: cluster-monitoring-operator - spec: - containers: - - args: - - '*** GENERATED ***' - image: '*** GENERATED ***' - name: cluster-monitoring-operator - ports: - - containerPort: 8080 - name: http - resources: - limits: - cpu: 20m - memory: 50Mi - requests: - cpu: 20m - memory: 50Mi - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: cluster-monitoring-operator diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/metrics-server.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/metrics-server.yaml deleted file mode 100644 index 5d1b3722b3..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-monitoring/metrics-server.yaml +++ /dev/null @@ -1,45 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - k8s-app: metrics-server - name: metrics-server - namespace: openshift-monitoring -spec: - replicas: 1 - selector: - matchLabels: - k8s-app: metrics-server - template: - metadata: - labels: - k8s-app: metrics-server - name: metrics-server - spec: - containers: - - command: - - /usr/bin/metrics-server - - --source=kubernetes.summary_api:?useServiceAccount=true&kubeletHttps=true&kubeletPort=10250 - - --secure-port=8443 - - --tls-cert-file=/certs/tls.crt - - --tls-private-key-file=/certs/tls.key - image: '*** GENERATED ***' - name: metrics-server - resources: - limits: - cpu: 500m - memory: 700Mi - requests: - cpu: 300m - memory: 400Mi - volumeMounts: - - mountPath: /certs - name: metrics-server-certs - readOnly: true - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: metrics-server - volumes: - - name: metrics-server-certs - secret: - secretName: metrics-server-certs diff --git a/pkg/sync/v14/data/Deployment.apps/openshift-web-console/webconsole.yaml b/pkg/sync/v14/data/Deployment.apps/openshift-web-console/webconsole.yaml deleted file mode 100644 index 00a5d2c857..0000000000 --- a/pkg/sync/v14/data/Deployment.apps/openshift-web-console/webconsole.yaml +++ /dev/null @@ -1,87 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: openshift-web-console - webconsole: "true" - name: webconsole - namespace: openshift-web-console -spec: - replicas: 2 - revisionHistoryLimit: 2 - selector: - matchLabels: - app: openshift-web-console - webconsole: "true" - strategy: - rollingUpdate: - maxSurge: 0 - maxUnavailable: 100% - template: - metadata: - labels: - app: openshift-web-console - webconsole: "true" - name: webconsole - spec: - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchExpressions: - - key: app - operator: In - values: - - openshift-web-console - topologyKey: kubernetes.io/hostname - containers: - - command: - - /usr/bin/origin-web-console - - --audit-log-path=- - - -v=0 - - --config=/var/webconsole-config/webconsole-config.yaml - image: '*** GENERATED ***' - livenessProbe: - exec: - command: - - /bin/sh - - -c - - |- - if [[ ! -f /tmp/webconsole-config.hash ]]; then \ - md5sum /var/webconsole-config/webconsole-config.yaml > /tmp/webconsole-config.hash; \ - elif [[ $(md5sum /var/webconsole-config/webconsole-config.yaml) != $(cat /tmp/webconsole-config.hash) ]]; then \ - echo 'webconsole-config.yaml has changed.'; \ - exit 1; \ - fi && curl -k -f https://0.0.0.0:8443/console/ - name: webconsole - ports: - - containerPort: 8443 - readinessProbe: - httpGet: - path: /healthz - port: 8443 - scheme: HTTPS - resources: - limits: - cpu: 200m - memory: 200Mi - requests: - cpu: 10m - memory: 25Mi - volumeMounts: - - mountPath: /var/serving-cert - name: serving-cert - - mountPath: /var/webconsole-config - name: webconsole-config - nodeSelector: - node-role.kubernetes.io/infra: "true" - serviceAccountName: webconsole - volumes: - - name: serving-cert - secret: - defaultMode: 288 - secretName: webconsole-serving-cert - - configMap: - defaultMode: 288 - name: webconsole-config - name: webconsole-config diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml deleted file mode 100644 index 90a058fe0e..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicast-gateway.yaml +++ /dev/null @@ -1,145 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: 3scale APIcast API Gateway - name: apicast-gateway - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.1.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.1.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp21/apicast-gateway:1.4-2 - importPolicy: {} - name: 2.1.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.2.0.GA (latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.2.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp22/apicast-gateway:1.8 - importPolicy: {} - name: 2.2.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.3.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.3.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp23/apicast-gateway - importPolicy: {} - name: 2.3.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.4.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.4.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp24/apicast-gateway - importPolicy: {} - name: 2.4.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.5.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.5.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp25/apicast-gateway - importPolicy: {} - name: 2.5.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.6.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.6.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp26/apicast-gateway - importPolicy: {} - name: 2.6.0.GA - referencePolicy: - type: Local - - annotations: - description: 3scale's APIcast is an NGINX based API gateway used to integrate - your internal and external API services with 3scale's API Management Platform. - It supports OpenID connect to integrate with external Identity Providers such - as Red Hat Single Sign On, for API traffic authentication. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway 2.7.0.GA - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - version: 2.7.0.GA - from: - kind: DockerImage - name: registry.redhat.io/3scale-amp2/apicast-gateway-rhel7:3scale2.7 - importPolicy: {} - name: 2.7.0.GA - referencePolicy: - type: Local - - annotations: - description: |- - 3scale's APIcast is an NGINX based API gateway used to integrate your internal and external API services with 3scale's API Management Platform. It supports OpenID connect to integrate with external Identity Providers such as Red Hat Single Sign On, for API traffic authentication. - WARNING: By selecting this tag, your application will automatically update to use the latest version of 3Scale APIcast API Gateway available on OpenShift, including major versions updates. - iconClass: icon-3scale - openshift.io/display-name: 3scale APIcast API Gateway (latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: api,gateway,3scale - from: - kind: ImageStreamTag - name: 2.7.0.GA - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml deleted file mode 100644 index 68abc28b86..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/apicurito-ui.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Apicurito UI - openshift.io/provider-display-name: Red Hat, Inc. - name: apicurito-ui - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Apicurito UI image. - openshift.io/display-name: Red Hat Apicurito UI - tags: apicurio,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito UI image. - openshift.io/display-name: Red Hat Apicurito UI - tags: apicurio,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito UI image. - openshift.io/display-name: Red Hat Apicurito UI - tags: apicurio,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito UI image. - openshift.io/display-name: Red Hat Apicurito UI - tags: apicurio,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml deleted file mode 100644 index 6b0afdc87c..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet-runtime.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: .NET Core Runtime - name: dotnet-runtime - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Run .NET Core applications on RHEL 7. For more information about - using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/runtime/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 2.1 Runtime - supports: dotnet-runtime - tags: runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime - version: "2.1" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-21-runtime-rhel7:2.1 - importPolicy: {} - name: "2.1" - referencePolicy: - type: Local - - annotations: - description: Run .NET Core applications on RHEL 7. For more information about - using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.0/runtime/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 3.0 Runtime - supports: dotnet-runtime - tags: runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime - version: "3.0" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-30-runtime-rhel7:3.0 - importPolicy: {} - name: "3.0" - referencePolicy: - type: Local - - annotations: - description: Run .NET Core applications on RHEL 7. For more information about - using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/runtime/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 3.1 Runtime - supports: dotnet-runtime - tags: runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime - version: "3.1" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-31-runtime-rhel7:3.1 - importPolicy: {} - name: "3.1" - referencePolicy: - type: Local - - annotations: - description: |- - Run .NET Core applications on RHEL 7. For more information about using this image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/runtime/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core Runtime available on OpenShift, including major versions updates. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core Runtime (Latest) - supports: dotnet-runtime - tags: runtime,.net-runtime,dotnet-runtime,dotnetcore-runtime - from: - kind: ImageStreamTag - name: "3.1" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet.yaml deleted file mode 100644 index e7de664550..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/dotnet.yaml +++ /dev/null @@ -1,84 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: .NET Core - name: dotnet - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run .NET Core 2.1 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/2.1/build/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 2.1 - sampleContextDir: app - sampleRef: dotnetcore-2.1 - sampleRepo: https://github.com/redhat-developer/s2i-dotnetcore-ex.git - supports: dotnet:2.1,dotnet - tags: builder,.net,dotnet,dotnetcore,rh-dotnet21 - version: "2.1" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-21-rhel7:2.1 - importPolicy: {} - name: "2.1" - referencePolicy: - type: Local - - annotations: - description: Build and run .NET Core 3.0 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.0/build/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 3.0 - sampleContextDir: app - sampleRef: dotnetcore-3.0 - sampleRepo: https://github.com/redhat-developer/s2i-dotnetcore-ex.git - supports: dotnet:3.0,dotnet - tags: builder,.net,dotnet,dotnetcore,rh-dotnet30 - version: "3.0" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-30-rhel7:3.0 - importPolicy: {} - name: "3.0" - referencePolicy: - type: Local - - annotations: - description: Build and run .NET Core 3.1 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/build/README.md. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core 3.1 - sampleContextDir: app - sampleRef: dotnetcore-3.1 - sampleRepo: https://github.com/redhat-developer/s2i-dotnetcore-ex.git - supports: dotnet:3.1,dotnet - tags: builder,.net,dotnet,dotnetcore,rh-dotnet31 - version: "3.1" - from: - kind: DockerImage - name: registry.redhat.io/dotnet/dotnet-31-rhel7:3.1 - importPolicy: {} - name: "3.1" - referencePolicy: - type: Local - - annotations: - description: |- - Build and run .NET Core applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/redhat-developer/s2i-dotnetcore/tree/master/3.1/build/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of .NET Core available on OpenShift, including major versions updates. - iconClass: icon-dotnet - openshift.io/display-name: .NET Core (Latest) - sampleContextDir: app - sampleRef: dotnetcore-3.1 - sampleRepo: https://github.com/redhat-developer/s2i-dotnetcore-ex.git - supports: dotnet - tags: builder,.net,dotnet,dotnetcore - from: - kind: ImageStreamTag - name: "3.1" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml deleted file mode 100644 index 4e9eb633f2..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/eap-cd-openshift.yaml +++ /dev/null @@ -1,235 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: JBoss EAP continuous delivery - openshift.io/provider-display-name: Red Hat, Inc. - version: "17.0" - name: eap-cd-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 12. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 12 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "12" - from: - kind: ImageStreamTag - name: "12.0" - importPolicy: {} - name: "12" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 12 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 12 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "12.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:12.0 - importPolicy: {} - name: "12.0" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 13. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 13 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "13" - from: - kind: ImageStreamTag - name: "13.0" - importPolicy: {} - name: "13" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 13 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 13 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "13.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:13.0 - importPolicy: {} - name: "13.0" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 14. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 14 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.2,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "14" - from: - kind: ImageStreamTag - name: "14.0" - importPolicy: {} - name: "14" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 14 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 14 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "14.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:14.0 - importPolicy: {} - name: "14.0" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 15. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 15 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "15" - from: - kind: ImageStreamTag - name: "15.0" - importPolicy: {} - name: "15" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 15 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 15 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "15.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:15.0 - importPolicy: {} - name: "15.0" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 16. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 16 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "16" - from: - kind: ImageStreamTag - name: "16.0" - importPolicy: {} - name: "16" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 16 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 16 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "16.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift:16.0 - importPolicy: {} - name: "16.0" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery Tech Preview version 17. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 17 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "17" - from: - kind: ImageStreamTag - name: "17.0" - importPolicy: {} - name: "17" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP continuous delivery 17 Tech Preview S2I Image - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery 17 (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "17.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift-rhel8:17.0 - importPolicy: {} - name: "17.0" - referencePolicy: - type: Local - - annotations: - description: The latest available build of JBoss EAP continuous delivery Tech - Preview. - iconClass: icon-eap - openshift.io/display-name: JBoss EAP continuous delivery (Tech Preview) - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.3,javaee:8,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7-tech-preview/eap-cd-openshift-rhel8:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml deleted file mode 100644 index a3ce114754..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-java-openshift.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 6.3 Java - openshift.io/provider-display-name: Red Hat, Inc. - name: fis-java-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 6.2.1 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 6.2.1 Java - supports: jboss-fuse:6.2.1,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-fuse-6/fis-java-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 6.3 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 6.3 Java - supports: jboss-fuse:6.3.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "2.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-fuse-6/fis-java-openshift:2.0 - importPolicy: {} - name: "2.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml deleted file mode 100644 index e660d57353..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fis-karaf-openshift.yaml +++ /dev/null @@ -1,40 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 6.3 Karaf - openshift.io/provider-display-name: Red Hat, Inc. - name: fis-karaf-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 6.2.1 Karaf S2I image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 6.2.1 Karaf - supports: jboss-fuse:6.2.1,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-fuse-6/fis-karaf-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 6.3 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 6.3 Karaf - supports: jboss-fuse:6.3.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "2.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-fuse-6/fis-karaf-openshift:2.0 - importPolicy: {} - name: "2.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml deleted file mode 100644 index 69adc46037..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse-apicurito-generator.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse Apicurito Generator - openshift.io/provider-display-name: Red Hat, Inc. - name: fuse-apicurito-generator - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Apicurito Generator image. - openshift.io/display-name: Red Hat Apicurito Generator - tags: apicurio,fuse,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito-generator:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito Generator image. - openshift.io/display-name: Red Hat Apicurito Generator - tags: apicurio,fuse,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito-generator:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito Generator image. - openshift.io/display-name: Red Hat Apicurito Generator - tags: apicurio,fuse,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito-generator:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Apicurito Generator image. - openshift.io/display-name: Red Hat Apicurito Generator - tags: apicurio,fuse,hidden - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-apicurito-generator:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml deleted file mode 100644 index 29a6b4f0d8..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-console.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7 Console - openshift.io/provider-display-name: Red Hat, Inc. - name: fuse7-console - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Console - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.1 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.1 Console - supports: jboss-fuse:7.1.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.2 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.2 Console - supports: jboss-fuse:7.2.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.3 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.3 Console - supports: jboss-fuse:7.3.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.4 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.4 Console - supports: jboss-fuse:7.4.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.5 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.5 Console - supports: jboss-fuse:7.5.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml deleted file mode 100644 index 4bdbd0853d..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-eap-openshift.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7 EAP - openshift.io/provider-display-name: Red Hat, Inc. - name: fuse7-eap-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 EAP - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.1 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.1 EAP - supports: jboss-fuse:7.1.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.2 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.2 EAP - supports: jboss-fuse:7.2.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.3 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.3 EAP - supports: jboss-fuse:7.3.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.4 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.4 EAP - supports: jboss-fuse:7.4.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.5 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.5 EAP - supports: jboss-fuse:7.5.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml deleted file mode 100644 index e24f1680d6..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-java-openshift.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7 Java - openshift.io/provider-display-name: Red Hat, Inc. - name: fuse7-java-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Java - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.1 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.1 Java - supports: jboss-fuse:7.1.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.2 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.2 Java - supports: jboss-fuse:7.2.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.3 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.3 Java - supports: jboss-fuse:7.3.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.4 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.4 Java - supports: jboss-fuse:7.4.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.5 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.5 Java - supports: jboss-fuse:7.5.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml deleted file mode 100644 index 0883088aca..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/fuse7-karaf-openshift.yaml +++ /dev/null @@ -1,96 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7 Karaf - openshift.io/provider-display-name: Red Hat, Inc. - name: fuse7-karaf-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Karaf - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.1 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.1 Karaf - supports: jboss-fuse:7.1.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.2 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.2 Karaf - supports: jboss-fuse:7.2.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.3 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.3 Karaf - supports: jboss-fuse:7.3.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.4 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.4 Karaf - supports: jboss-fuse:7.4.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat Fuse 7.5 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.5 Karaf - supports: jboss-fuse:7.5.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/golang.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/golang.yaml deleted file mode 100644 index ee84881215..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/golang.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Go - name: golang - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: |- - Build and run Go applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Go available on OpenShift, including major version updates. - iconClass: icon-go-gopher - openshift.io/display-name: Go (1.11.5) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/golang-ex.git - supports: golang - tags: builder,golang,go - from: - kind: DockerImage - name: registry.redhat.io/devtools/go-toolset-rhel7:1.11.5 - importPolicy: {} - name: 1.11.5 - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Go applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/golang-container/blob/master/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Go available on OpenShift, including major version updates. - iconClass: icon-go-gopher - openshift.io/display-name: Go (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/golang-ex.git - supports: golang - tags: builder,golang,go - from: - kind: ImageStreamTag - name: 1.11.5 - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/httpd.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/httpd.yaml deleted file mode 100644 index bfc1fafb45..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/httpd.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Apache HTTP Server (httpd) - name: httpd - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and serve static content via Apache HTTP Server (httpd) 2.4 - on RHEL 7. For more information about using this builder image, including - OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md. - iconClass: icon-apache - openshift.io/display-name: Apache HTTP Server 2.4 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/httpd-ex.git - supports: httpd - tags: builder,httpd - version: "2.4" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/httpd-24-rhel7 - importPolicy: {} - name: "2.4" - referencePolicy: - type: Local - - annotations: - description: |- - Build and serve static content via Apache HTTP Server (httpd) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Httpd available on OpenShift, including major version updates. - iconClass: icon-apache - openshift.io/display-name: Apache HTTP Server (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/httpd-ex.git - supports: httpd - tags: builder,httpd - from: - kind: ImageStreamTag - name: "2.4" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/java.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/java.yaml deleted file mode 100644 index beb02f7dd0..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/java.yaml +++ /dev/null @@ -1,63 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat OpenJDK - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - labels: - xpaas: 1.4.17 - name: java - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:11,java - tags: builder,java,openjdk - version: "11" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-11-rhel7:latest - importPolicy: {} - name: "11" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8,java - tags: builder,java,openjdk - version: "8" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:latest - importPolicy: {} - name: "8" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:11,java - tags: builder,java,openjdk - version: latest - from: - kind: ImageStreamTag - name: "11" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml deleted file mode 100644 index 2273cebe71..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-62.yaml +++ /dev/null @@ -1,111 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-amq-62 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.2 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.2 - supports: amq:6.2,messaging - tags: messaging,amq,jboss,hidden - version: "1.7" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq62-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml deleted file mode 100644 index a3c9d59a30..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-amq-63.yaml +++ /dev/null @@ -1,83 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-amq-63 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss A-MQ 6.3 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - supports: amq:6.3,messaging - tags: messaging,amq,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq63-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.3 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - supports: amq:6.3,messaging - tags: messaging,amq,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq63-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.3 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - supports: amq:6.3,messaging - tags: messaging,amq,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq63-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.3 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - supports: amq:6.3,messaging - tags: messaging,amq,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq63-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss A-MQ 6.3 broker image. - iconClass: icon-amq - openshift.io/display-name: Red Hat JBoss A-MQ 6.3 - supports: amq:6.3,messaging - tags: messaging,amq,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-amq-6/amq63-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml deleted file mode 100644 index 7c5a0a1eaf..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-client-openshift.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 Client Modules for EAP - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.16 - name: jboss-datagrid65-client-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Data Grid 6.5 Client Modules for EAP. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 Client Modules for EAP - tags: client,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-client-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 6.5 Client Modules for EAP. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 Client Modules for EAP - tags: client,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-client-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml deleted file mode 100644 index d568614d3d..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid65-openshift.yaml +++ /dev/null @@ -1,83 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.16 - name: jboss-datagrid65-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Data Grid 6.5 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - supports: datagrid:6.5 - tags: datagrid,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 6.5 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - supports: datagrid:6.5 - tags: datagrid,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 6.5 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - supports: datagrid:6.5 - tags: datagrid,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 6.5 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - supports: datagrid:6.5 - tags: datagrid,jboss,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 6.5 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 6.5 - supports: datagrid:6.5 - tags: datagrid,jboss,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-6/datagrid65-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml deleted file mode 100644 index 9837a4fbf3..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-client-openshift.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 Client Modules for EAP - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.16 - name: jboss-datagrid71-client-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Data Grid 7.1 Client Modules for EAP. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 Client Modules for EAP - tags: client,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid71-client-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml deleted file mode 100644 index 8839f8026b..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid71-openshift.yaml +++ /dev/null @@ -1,69 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.16 - name: jboss-datagrid71-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Data Grid 7.1 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 - supports: datagrid:7.1 - tags: datagrid,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid71-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 7.1 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 - supports: datagrid:7.1 - tags: datagrid,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid71-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 7.1 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 - supports: datagrid:7.1 - tags: datagrid,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid71-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Grid 7.1 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.1 - supports: datagrid:7.1 - tags: datagrid,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid71-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml deleted file mode 100644 index 56c7e6ba4e..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid72-openshift.yaml +++ /dev/null @@ -1,55 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 7.2 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.2" - name: jboss-datagrid72-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss Data Grid 7.2 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.2 - supports: datagrid:7.2 - tags: datagrid,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid72-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Grid 7.2 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.2 - supports: datagrid:7.2 - tags: datagrid,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid72-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Grid 7.2 S2I images. - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.2 - supports: datagrid:7.2 - tags: datagrid,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid72-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml deleted file mode 100644 index 0e8b2ca9e8..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datagrid73-openshift.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Grid 7.3 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.1" - name: jboss-datagrid73-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss Data Grid 7.3 image - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.3 - supports: datagrid:7.3 - tags: datagrid,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Grid 7.3 image - iconClass: icon-datagrid - openshift.io/display-name: Red Hat JBoss Data Grid 7.3 - supports: datagrid:7.3 - tags: datagrid,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-datagrid-7/datagrid73-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml deleted file mode 100644 index 979ef6119c..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-driver-openshift.yaml +++ /dev/null @@ -1,126 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver Modules - for EAP - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.7.0 - name: jboss-datavirt64-driver-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.0.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.1.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.2.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.3.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.4.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.5.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.6.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: JBoss Data Virtualization 6.4 JDBC Driver Modules for EAP. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 JDBC Driver - Modules for EAP - tags: client,jboss,hidden - version: 1.7.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-driver-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml deleted file mode 100644 index cd5919e647..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-datavirt64-openshift.yaml +++ /dev/null @@ -1,125 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.7.0 - name: jboss-datavirt64-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.0.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.1.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.2.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.3.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.4.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.5.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.6.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss Data Virtualization 6.4 S2I images. - iconClass: icon-datavirt - openshift.io/display-name: Red Hat JBoss Data Virtualization 6.4 - supports: datavirt:6.4 - tags: datavirt,jboss,hidden - version: 1.7.0 - from: - kind: DockerImage - name: registry.redhat.io/jboss-datavirt-6/datavirt64-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml deleted file mode 100644 index b3bdcd1fac..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-decisionserver64-openshift.yaml +++ /dev/null @@ -1,132 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-decisionserver64-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.4" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BRMS 6.4 decision server S2I images. - iconClass: icon-decisionserver - openshift.io/display-name: Red Hat JBoss BRMS 6.4 decision server - sampleContextDir: decisionserver/hellorules - sampleRef: "1.4" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: decisionserver:6.4,java:8 - tags: builder,decisionserver,java,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-decisionserver-6/decisionserver64-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml deleted file mode 100644 index c410b49a5a..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap64-openshift.yaml +++ /dev/null @@ -1,183 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss EAP 6.4 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.18 - name: jboss-eap64-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.7" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.8" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.8 - importPolicy: {} - name: "1.8" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.9" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:1.9 - importPolicy: {} - name: "1.9" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 6.4 S2I image (latest). - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 6.4 - sampleContextDir: kitchensink - sampleRef: 6.4.x - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:6.4,javaee:6,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-6/eap64-openshift:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml deleted file mode 100644 index 528b4bfec0..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap70-openshift.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss EAP 7.0 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.18 - name: jboss-eap70-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss EAP 7.0 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.0 - sampleContextDir: kitchensink - sampleRef: 7.0.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.0,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap70-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.0 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.0 - sampleContextDir: kitchensink - sampleRef: 7.0.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.0,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap70-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.0 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.0 - sampleContextDir: kitchensink - sampleRef: 7.0.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.0,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap70-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.0 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.0 - sampleContextDir: kitchensink - sampleRef: 7.0.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.0,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap70-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.0 S2I images. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.0 - sampleContextDir: kitchensink - sampleRef: 7.0.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.0,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.7" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap70-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml deleted file mode 100644 index fcfe603e1a..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap71-openshift.yaml +++ /dev/null @@ -1,98 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss EAP 7.1 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.18 - name: jboss-eap71-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss EAP 7.1 S2I image. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.1 - sampleContextDir: kitchensink - sampleRef: 7.1.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.1,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap71-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.1 S2I image. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.1 - sampleContextDir: kitchensink - sampleRef: 7.1.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.1,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap71-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.1 S2I image. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.1 - sampleContextDir: kitchensink - sampleRef: 7.1.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.1,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap71-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.1 S2I image. - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.1 - sampleContextDir: kitchensink - sampleRef: 7.1.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.1,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap71-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: JBoss EAP 7.1 S2I image (latest). - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.1 - sampleContextDir: kitchensink - sampleRef: 7.1.0.GA - sampleRepo: https://github.com/jboss-developer/jboss-eap-quickstarts.git - supports: eap:7.1,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap71-openshift:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml deleted file mode 100644 index 82cfcd5bef..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-eap72-openshift.yaml +++ /dev/null @@ -1,64 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss EAP 7.2 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.1" - name: jboss-eap72-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss EAP 7.2 S2I Image - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.2 - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap72-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss EAP 7.2 S2I Image - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.2 - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap72-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss EAP 7.2 S2I Image - iconClass: icon-eap - openshift.io/display-name: Red Hat JBoss EAP 7.2 - sampleContextDir: kitchensink - sampleRef: openshift - sampleRepo: https://github.com/jbossas/eap-quickstarts/openshift - supports: eap:7.2,javaee:7,java:8 - tags: builder,eap,javaee,java,jboss,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/jboss-eap-7/eap72-openshift:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml deleted file mode 100644 index 298d7caa07..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-console.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7.0 Console - openshift.io/provider-display-name: Red Hat, Inc. - name: jboss-fuse70-console - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Console image. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Console - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: jboss-fuse,hawtio,java,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-console:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml deleted file mode 100644 index 00695f2942..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-eap-openshift.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7.0 EAP - openshift.io/provider-display-name: Red Hat, Inc. - name: jboss-fuse70-eap-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 EAP S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 EAP - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,eap,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-eap-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml deleted file mode 100644 index 4e31e749cd..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-java-openshift.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7.0 Java - openshift.io/provider-display-name: Red Hat, Inc. - name: jboss-fuse70-java-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Java S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Java - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-java-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml deleted file mode 100644 index 9767ca3f3d..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-fuse70-karaf-openshift.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Fuse 7.0 Karaf - openshift.io/provider-display-name: Red Hat, Inc. - name: jboss-fuse70-karaf-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Fuse 7.0 Karaf S2I images. - iconClass: icon-rh-integration - openshift.io/display-name: Red Hat Fuse 7.0 Karaf - supports: jboss-fuse:7.0.0,java:8,xpaas:1.2 - tags: builder,jboss-fuse,java,karaf,xpaas,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/fuse7/fuse-karaf-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml deleted file mode 100644 index 7bf4ef4601..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-processserver64-openshift.yaml +++ /dev/null @@ -1,132 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-processserver64-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.3" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.4" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: Red Hat JBoss BPM Suite 6.4 intelligent process server S2I images. - iconClass: icon-processserver - openshift.io/display-name: Red Hat JBoss BPM Suite 6.4 intelligent process server - sampleContextDir: processserver/library - sampleRef: "1.4" - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: processserver:6.4,java:8 - tags: builder,processserver,java,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/jboss-processserver-6/processserver64-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml deleted file mode 100644 index 7e1f3719fe..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat7-openshift.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 7 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-webserver30-tomcat7-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.0,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat7-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.0,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat7-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 ApacheTomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.0,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat7-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml deleted file mode 100644 index a705fe87a6..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver30-tomcat8-openshift.yaml +++ /dev/null @@ -1,61 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 8 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - name: jboss-webserver30-tomcat8-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.0,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat8-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.0,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat8-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.0 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.0 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.0,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver30-tomcat8-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml deleted file mode 100644 index 4b8b697025..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat7-openshift.yaml +++ /dev/null @@ -1,93 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.4" - name: jboss-webserver31-tomcat7-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.1,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat7-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.1,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat7-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.1,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat7-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.1,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat7-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 7 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 7 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat7:3.1,tomcat:7,java:8 - tags: builder,tomcat,tomcat7,java,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat7-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml deleted file mode 100644 index 33ddcbb8e9..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver31-tomcat8-openshift.yaml +++ /dev/null @@ -1,93 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: JBoss Web Server 3.1 Apache Tomcat 8 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.4" - name: jboss-webserver31-tomcat8-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: JBoss Web Server 3.1 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.1,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat8-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.1,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat8-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.1,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat8-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.1,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat8-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 3.1 Apache Tomcat 8 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 3.1 Apache Tomcat 8 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat8:3.1,tomcat:8,java:8 - tags: builder,tomcat,tomcat8,java,jboss,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-3/webserver31-tomcat8-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml deleted file mode 100644 index 543e41356f..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jboss-webserver50-tomcat9-openshift.yaml +++ /dev/null @@ -1,77 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: JBoss Web Server 5.0 Apache Tomcat 9 - openshift.io/provider-display-name: Red Hat, Inc. - version: "1.2" - name: jboss-webserver50-tomcat9-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: JBoss Web Server 5.0 Apache Tomcat 9 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: JBoss Web Server 5.0 Apache Tomcat 9 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat9:5.0,tomcat:9,java:8 - tags: builder,tomcat,tomcat9,java,jboss,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-5/webserver50-tomcat9-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 5.0 Apache Tomcat 9 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 5.0 Apache Tomcat 9 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat9:5.0,tomcat:9,java:8 - tags: builder,tomcat,tomcat9,java,jboss,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-5/webserver50-tomcat9-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 5.0 Apache Tomcat 9 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: Red Hat JBoss Web Server 5.0 Apache Tomcat 9 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat9:5.0,tomcat:9,java:8 - tags: builder,tomcat,tomcat9,java,jboss,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-5/webserver50-tomcat9-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: JBoss Web Server 5.0 Apache Tomcat 9 S2I images. - iconClass: icon-rh-tomcat - openshift.io/display-name: JBoss Web Server 5.0 Apache Tomcat 9 - sampleContextDir: tomcat-websocket-chat - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts.git - supports: tomcat9:5.0,tomcat:9,java:8 - tags: builder,tomcat,tomcat9,java,jboss,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/jboss-webserver-5/webserver50-tomcat9-openshift:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jenkins.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jenkins.yaml deleted file mode 100644 index 23561885ee..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/jenkins.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Jenkins - name: jenkins - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a Jenkins 1.X server on RHEL 7. For more information about - using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md. - iconClass: icon-jenkins - openshift.io/display-name: Jenkins 1.X - openshift.io/provider-display-name: Red Hat, Inc. - tags: hidden,jenkins - version: 1.x - from: - kind: DockerImage - name: registry.redhat.io/openshift3/jenkins-1-rhel7:latest - importPolicy: {} - name: "1" - referencePolicy: - type: Local - - annotations: - description: Provides a Jenkins 2.X server on RHEL 7. For more information about - using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md. - iconClass: icon-jenkins - openshift.io/display-name: Jenkins 2.X - openshift.io/provider-display-name: Red Hat, Inc. - tags: jenkins - version: 2.x - from: - kind: DockerImage - name: registry.redhat.io/openshift3/jenkins-2-rhel7:v3.11 - importPolicy: {} - name: "2" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a Jenkins server on RHEL 7. For more information about using this container image, including OpenShift considerations, see https://github.com/openshift/jenkins/blob/master/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Jenkins available on OpenShift, including major versions updates. - iconClass: icon-jenkins - openshift.io/display-name: Jenkins (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: jenkins - from: - kind: ImageStreamTag - name: "2" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mariadb.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mariadb.yaml deleted file mode 100644 index fe27026f2b..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mariadb.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: MariaDB - name: mariadb - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a MariaDB 10.2 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md. - iconClass: icon-mariadb - openshift.io/display-name: MariaDB 10.2 - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,mariadb - version: "10.2" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/mariadb-102-rhel7:latest - importPolicy: {} - name: "10.2" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a MariaDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mariadb-container/tree/master/10.2/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of MariaDB available on OpenShift, including major version updates. - iconClass: icon-mariadb - openshift.io/display-name: MariaDB (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,mariadb - from: - kind: ImageStreamTag - name: "10.2" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/modern-webapp.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/modern-webapp.yaml deleted file mode 100644 index 0087778c5c..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/modern-webapp.yaml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Tech Preview - Modern Web Applications - name: modern-webapp - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Modern Web Applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-web-app. - iconClass: icon-js - openshift.io/display-name: Tech Preview - Modern Web Applications (10.x) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/nodeshift-starters/react-web-app - supports: modern-webapp - tags: builder,modern-webapp, webapp - version: "10" - from: - kind: DockerImage - name: registry.redhat.io/rhoar-nodejs-tech-preview/rhoar-nodejs-10-webapp - importPolicy: {} - name: 10.x - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Modern Web Applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-web-app. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major versions updates. - iconClass: icon-js - openshift.io/display-name: Tech Preview - Modern Web Applications (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/nodeshift-starters/react-web-app - supports: modern-webapp - tags: builder,modern-webapp, webapp - from: - kind: ImageStreamTag - name: 10.x - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mongodb.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mongodb.yaml deleted file mode 100644 index 3854468488..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mongodb.yaml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: MongoDB - name: mongodb - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a MongoDB 3.2 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.2/README.md. - iconClass: icon-mongodb - openshift.io/display-name: MongoDB 3.2 - openshift.io/provider-display-name: Red Hat, Inc. - tags: hidden,database,mongodb - version: "3.2" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/mongodb-32-rhel7:latest - importPolicy: {} - name: "3.2" - referencePolicy: - type: Local - - annotations: - description: Provides a MongoDB 3.4 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md. - iconClass: icon-mongodb - openshift.io/display-name: MongoDB 3.4 - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,mongodb - version: "3.4" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/mongodb-34-rhel7:latest - importPolicy: {} - name: "3.4" - referencePolicy: - type: Local - - annotations: - description: Provides a MongoDB 3.6 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.6/README.md. - iconClass: icon-mongodb - openshift.io/display-name: MongoDB 3.6 - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,mongodb - version: "3.6" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/mongodb-36-rhel7:latest - importPolicy: {} - name: "3.6" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a MongoDB database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mongodb-container/tree/master/3.4/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of MongoDB available on OpenShift, including major version updates. - iconClass: icon-mongodb - openshift.io/display-name: MongoDB (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: mongodb - from: - kind: ImageStreamTag - name: "3.6" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mysql.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mysql.yaml deleted file mode 100644 index c0039256d1..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/mysql.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: MySQL - name: mysql - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a MySQL 8.0 database on RHEL 7. For more information about - using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/README.md. - iconClass: icon-mysql-database - openshift.io/display-name: MySQL 8.0 - openshift.io/provider-display-name: Red Hat, Inc. - tags: mysql - version: "8.0" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/mysql-80-rhel7:latest - importPolicy: {} - name: "8.0" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a MySQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/mysql-container/blob/master/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of MySQL available on OpenShift, including major version updates. - iconClass: icon-mysql-database - openshift.io/display-name: MySQL (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: mysql - from: - kind: ImageStreamTag - name: "8.0" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nginx.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nginx.yaml deleted file mode 100644 index d28f805932..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nginx.yaml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Nginx HTTP server and a reverse proxy (nginx) - name: nginx - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and serve static content via Nginx HTTP server and a reverse - proxy (nginx) on RHEL 7. For more information about using this builder image, - including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.10/README.md. - iconClass: icon-nginx - openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.14 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nginx-ex.git - supports: nginx - tags: builder,nginx - version: "1.10" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/nginx-110-rhel7:latest - importPolicy: {} - name: "1.10" - referencePolicy: - type: Local - - annotations: - description: Build and serve static content via Nginx HTTP server and a reverse - proxy (nginx) on RHEL 7. For more information about using this builder image, - including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.14/README.md. - iconClass: icon-nginx - openshift.io/display-name: Nginx HTTP server and a reverse proxy 1.10 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nginx-ex.git - supports: nginx - tags: builder,nginx - version: "1.14" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/nginx-114-rhel7:latest - importPolicy: {} - name: "1.14" - referencePolicy: - type: Local - - annotations: - description: |- - Build and serve static content via Nginx HTTP server and a reverse proxy (nginx) on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/nginx-container/blob/master/1.14/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Nginx available on OpenShift, including major version updates. - iconClass: icon-nginx - openshift.io/display-name: Nginx HTTP server and a reverse proxy (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nginx-ex.git - supports: nginx - tags: builder,nginx - from: - kind: ImageStreamTag - name: "1.14" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nodejs.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nodejs.yaml deleted file mode 100644 index 2c025c76e2..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/nodejs.yaml +++ /dev/null @@ -1,93 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Node.js - name: nodejs - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Node.js 10 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-nodejs. - iconClass: icon-nodejs - openshift.io/display-name: OpenShift Application Runtimes Node.js 10 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nodejs-ex.git - tags: builder,nodejs,hidden - version: "10" - from: - kind: DockerImage - name: registry.redhat.io/rhoar-nodejs/nodejs-10 - importPolicy: {} - name: "10" - referencePolicy: - type: Local - - annotations: - description: Build and run Node.js 10 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-nodejs. - iconClass: icon-nodejs - openshift.io/display-name: Node.js 10 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nodejs-ex.git - tags: builder,nodejs - version: "10" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/nodejs-10-rhel7 - importPolicy: {} - name: 10-SCL - referencePolicy: - type: Local - - annotations: - description: Build and run Node.js 8 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-nodejs-container. - iconClass: icon-nodejs - openshift.io/display-name: Node.js 8 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nodejs-ex.git - tags: builder,nodejs - version: "8" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/nodejs-8-rhel7:latest - importPolicy: {} - name: "8" - referencePolicy: - type: Local - - annotations: - description: Build and run Node.js 8 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-nodejs. - iconClass: icon-nodejs - openshift.io/display-name: OpenShift Application Runtimes Node.js 8 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nodejs-ex.git - tags: builder,nodejs - version: "8" - from: - kind: DockerImage - name: registry.redhat.io/rhoar-nodejs/nodejs-8 - importPolicy: {} - name: 8-RHOAR - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Node.js 10 applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/nodeshift/centos7-s2i-nodejs. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Node.js available on OpenShift, including major versions updates. - iconClass: icon-nodejs - openshift.io/display-name: Node.js (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/nodejs-ex.git - supports: nodejs - tags: builder,nodejs - from: - kind: ImageStreamTag - name: 10-SCL - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml deleted file mode 100644 index 5b08e6d93f..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel7.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat OpenJDK 11 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - labels: - xpaas: 1.4.17 - name: openjdk-11-rhel7 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:11 - tags: builder,java,openjdk,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-11-rhel7:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:11 - tags: builder,java,openjdk,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-11-rhel7:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml deleted file mode 100644 index 4cfdd9ecfa..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-11-rhel8.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat OpenJDK 11 (RHEL8) - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - labels: - xpaas: 1.4.17 - name: openjdk-11-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11 upon - RHEL8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 (RHEL8) - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - tags: builder,java,openjdk,ubi8,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-11-rhel8:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 11 upon - RHEL8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 11 (RHEL8) - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - tags: builder,java,openjdk,ubi8,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-11-rhel8:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml deleted file mode 100644 index 898a333ec3..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/openjdk-8-rhel8.yaml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat OpenJDK 1.8 (RHEL8) - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - labels: - xpaas: 1.4.17 - name: openjdk-8-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Java applications using Maven and OpenJDK 1.8 upon - RHEL8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 1.8 (RHEL8) - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - tags: builder,java,openjdk,ubi8,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-8-rhel8:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 1.8 upon - RHEL8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 1.8 (RHEL8) - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - tags: builder,java,openjdk,ubi8,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/openjdk/openjdk-1.8-rhel8:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/perl.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/perl.yaml deleted file mode 100644 index ff246cec11..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/perl.yaml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Perl - name: perl - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Perl 5.26 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26/README.md. - iconClass: icon-perl - openshift.io/display-name: Perl 5.26 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/dancer-ex.git - supports: perl:5.26,perl - tags: builder,perl - version: "5.26" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/perl-526-rhel7:latest - importPolicy: {} - name: "5.26" - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Perl applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.26/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Perl available on OpenShift, including major version updates. - iconClass: icon-perl - openshift.io/display-name: Perl (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/dancer-ex.git - supports: perl - tags: builder,perl - from: - kind: ImageStreamTag - name: "5.26" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/php.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/php.yaml deleted file mode 100644 index 197d57c351..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/php.yaml +++ /dev/null @@ -1,63 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: PHP - name: php - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run PHP 7.2 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.2/README.md. - iconClass: icon-php - openshift.io/display-name: PHP 7.2 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/cakephp-ex.git - supports: php:7.2,php - tags: builder,php - version: "7.2" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/php-72-rhel7:latest - importPolicy: {} - name: "7.2" - referencePolicy: - type: Local - - annotations: - description: Build and run PHP 7.3 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.3/README.md. - iconClass: icon-php - openshift.io/display-name: PHP 7.3 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/cakephp-ex.git - supports: php:7.3,php - tags: builder,php - version: "7.3" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/php-73-rhel7:latest - importPolicy: {} - name: "7.3" - referencePolicy: - type: Local - - annotations: - description: |- - Build and run PHP applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-php-container/blob/master/7.2/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of PHP available on OpenShift, including major version updates. - iconClass: icon-php - openshift.io/display-name: PHP (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/cakephp-ex.git - supports: php - tags: builder,php - from: - kind: ImageStreamTag - name: "7.3" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/postgresql.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/postgresql.yaml deleted file mode 100644 index 0458229d01..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/postgresql.yaml +++ /dev/null @@ -1,57 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: PostgreSQL - name: postgresql - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a PostgreSQL 10 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md. - iconClass: icon-postgresql - openshift.io/display-name: PostgreSQL (Ephemeral) 10 - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,postgresql - version: "10" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/postgresql-10-rhel7:latest - importPolicy: {} - name: "10" - referencePolicy: - type: Local - - annotations: - description: Provides a PostgreSQL 9.6 database on RHEL 7. For more information - about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md. - iconClass: icon-postgresql - openshift.io/display-name: PostgreSQL (Ephemeral) 9.6 - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,postgresql - version: "9.6" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/postgresql-96-rhel7:latest - importPolicy: {} - name: "9.6" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a PostgreSQL database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/postgresql-container/blob/master/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of PostgreSQL available on OpenShift, including major version updates. - iconClass: icon-postgresql - openshift.io/display-name: PostgreSQL (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: database,postgresql - from: - kind: ImageStreamTag - name: "10" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/python.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/python.yaml deleted file mode 100644 index fafb5c8fc6..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/python.yaml +++ /dev/null @@ -1,80 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Python - name: python - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Python 2.7 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/2.7/README.md. - iconClass: icon-python - openshift.io/display-name: Python 2.7 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/django-ex.git - supports: python:2.7,python - tags: builder,python - version: "2.7" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/python-27-rhel7:latest - importPolicy: {} - name: "2.7" - referencePolicy: - type: Local - - annotations: - description: Build and run Python 3.5 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.5/README.md. - iconClass: icon-python - openshift.io/display-name: Python 3.5 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/django-ex.git - supports: python:3.5,python - tags: hidden,builder,python - version: "3.5" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/python-35-rhel7:latest - importPolicy: {} - name: "3.5" - referencePolicy: - type: Local - - annotations: - description: Build and run Python 3.6 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md. - iconClass: icon-python - openshift.io/display-name: Python 3.6 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/django-ex.git - supports: python:3.6,python - tags: builder,python - version: "3.6" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/python-36-rhel7:latest - importPolicy: {} - name: "3.6" - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Python applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-python-container/blob/master/3.6/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Python available on OpenShift, including major version updates. - iconClass: icon-python - openshift.io/display-name: Python (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/django-ex.git - supports: python - tags: builder,python - from: - kind: ImageStreamTag - name: "3.6" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml deleted file mode 100644 index b1ca4b53aa..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-openjdk18-openshift.yaml +++ /dev/null @@ -1,143 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat OpenJDK 8 - openshift.io/provider-display-name: Red Hat, Inc. - version: 1.4.17 - labels: - xpaas: 1.4.17 - name: redhat-openjdk18-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.5" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.5 - importPolicy: {} - name: "1.5" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.6" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.6 - importPolicy: {} - name: "1.6" - referencePolicy: - type: Local - - annotations: - description: Build and run Java applications using Maven and OpenJDK 8. - iconClass: icon-rh-openjdk - openshift.io/display-name: Red Hat OpenJDK 8 - sampleContextDir: undertow-servlet - sampleRepo: https://github.com/jboss-openshift/openshift-quickstarts - supports: java:8 - tags: builder,java,openjdk,hidden - version: "1.7" - from: - kind: DockerImage - name: registry.redhat.io/redhat-openjdk-18/openjdk18-openshift:1.7 - importPolicy: {} - name: "1.7" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml deleted file mode 100644 index 097b529786..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift-rhel8.yaml +++ /dev/null @@ -1,56 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat Single Sign-On Continuous Delivery based on Red Hat Universal - Base Image 8 Minimal - openshift.io/display-name: Red Hat Single Sign-On Continuous Delivery based on - Red Hat Universal Base Image 8 Minimal - openshift.io/provider-display-name: Red Hat, Inc. - version: "7" - name: redhat-sso-cd-openshift-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Single Sign-On Continuous Delivery 7 Tech Preview image - based on Red Hat Universal Base Image 8 Minimal - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7 Continuous Delivery based - on Red Hat Universal Base Image 8 Minimal (Tech Preview) - supports: sso-cd:7,sso:7 - tags: sso,keycloak,redhat,hidden - version: "7" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-cd-tech-preview/sso-cd-openshift-rhel8:7 - importPolicy: {} - name: "7" - referencePolicy: - type: Local - - annotations: null - from: - kind: ImageStreamTag - name: "7" - importPolicy: {} - name: "7.0" - referencePolicy: - type: Local - - annotations: - description: Latest build of Red Hat Single Sign-On Continuous Delivery Tech - Preview image based on Red Hat Universal Base Image 8 Minimal - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On Continuous Delivery based - on Red Hat Universal Base Image 8 Minimal (Tech Preview) - supports: sso:7 - tags: sso,keycloak,redhat,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-cd-tech-preview/sso-cd-openshift-rhel8:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml deleted file mode 100644 index 918b3e2dea..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso-cd-openshift.yaml +++ /dev/null @@ -1,83 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat Single Sign-On Continuous Delivery - openshift.io/display-name: Red Hat Single Sign-On Continuous Delivery - openshift.io/provider-display-name: Red Hat, Inc. - version: "6" - name: redhat-sso-cd-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Single Sign-On 7.3 Continuous Delivery Tech Preview image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.3 Continuous Delivery (Tech - Preview) - supports: sso-cd:1.0,sso:7.3 - tags: sso,keycloak,redhat,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7-tech-preview/sso-cd-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Single Sign-On 7.4 Continuous Delivery Tech Preview image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.4 Continuous Delivery (Tech - Preview) - supports: sso-cd:5.0,sso:7.4 - tags: sso,keycloak,redhat,hidden - version: "5.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7-tech-preview/sso-cd-openshift:5.0 - importPolicy: {} - name: "5.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat Single Sign-On Continuous Delivery 6 Tech Preview image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 6 Continuous Delivery (Tech - Preview) - supports: sso-cd:6,sso:7.4 - tags: sso,keycloak,redhat,hidden - version: "6" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7-tech-preview/sso-cd-openshift:6 - importPolicy: {} - name: "6" - referencePolicy: - type: Local - - annotations: null - from: - kind: ImageStreamTag - name: "6" - importPolicy: {} - name: "6.0" - referencePolicy: - type: Local - - annotations: - description: Latest build of Red Hat Single Sign-On Continuous Delivery Tech - Preview image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On Continuous Delivery (Tech - Preview) - supports: sso:7.4 - tags: sso,keycloak,redhat,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-cd-tech-preview/sso-cd-openshift:latest - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml deleted file mode 100644 index a3c72a0960..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso70-openshift.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat SSO 7.0 - openshift.io/display-name: Red Hat Single Sign-On 7.0 - openshift.io/provider-display-name: Red Hat, Inc. - version: rh-sso-7.2-v1.4.0 - name: redhat-sso70-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat SSO 7.0 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.0 - supports: sso:7.0 - tags: sso,keycloak,redhat,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso70-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.0 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.0 - supports: sso:7.0 - tags: sso,keycloak,redhat,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso70-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml deleted file mode 100644 index 913755a9d4..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso71-openshift.yaml +++ /dev/null @@ -1,70 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat SSO 7.1 - openshift.io/display-name: Red Hat Single Sign-On 7.1 - openshift.io/provider-display-name: Red Hat, Inc. - version: rh-sso-7.2-v1.4.0 - name: redhat-sso71-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat SSO 7.1 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.1 - supports: sso:7.1 - tags: sso,keycloak,redhat,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso71-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.1 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.1 - supports: sso:7.1 - tags: sso,keycloak,redhat,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso71-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.1 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.1 - supports: sso:7.1 - tags: sso,keycloak,redhat,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso71-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.1 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.1 - supports: sso:7.1 - tags: sso,keycloak,redhat,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso71-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml deleted file mode 100644 index 9f5f11725f..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso72-openshift.yaml +++ /dev/null @@ -1,84 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat SSO 7.2 - openshift.io/display-name: Red Hat Single Sign-On 7.2 - openshift.io/provider-display-name: Red Hat, Inc. - version: rh-sso-7.2-v1.4.0 - name: redhat-sso72-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat SSO 7.2 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.2 - supports: sso:7.2 - tags: sso,keycloak,redhat,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso72-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.2 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.2 - supports: sso:7.2 - tags: sso,keycloak,redhat,hidden - version: "1.1" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso72-openshift:1.1 - importPolicy: {} - name: "1.1" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.2 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.2 - supports: sso:7.2 - tags: sso,keycloak,redhat,hidden - version: "1.2" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso72-openshift:1.2 - importPolicy: {} - name: "1.2" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.2 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.2 - supports: sso:7.2 - tags: sso,keycloak,redhat,hidden - version: "1.3" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso72-openshift:1.3 - importPolicy: {} - name: "1.3" - referencePolicy: - type: Local - - annotations: - description: Red Hat SSO 7.2 - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.2 - supports: sso:7.2 - tags: sso,keycloak,redhat,hidden - version: "1.4" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso72-openshift:1.4 - importPolicy: {} - name: "1.4" - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml deleted file mode 100644 index 9e6a06b4b8..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redhat-sso73-openshift.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - description: Red Hat Single Sign-On 7.3 - openshift.io/display-name: Red Hat Single Sign-On 7.3 - openshift.io/provider-display-name: Red Hat, Inc. - version: 7.3.2.GA - name: redhat-sso73-openshift - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Single Sign-On 7.3 image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.3 - supports: sso:7.3 - tags: sso,keycloak,redhat,hidden - version: "1.0" - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso73-openshift:1.0 - importPolicy: {} - name: "1.0" - referencePolicy: - type: Local - - annotations: - description: Latest build of Red Hat Single Sign-On 7.3 image - iconClass: icon-sso - openshift.io/display-name: Red Hat Single Sign-On 7.3 - supports: sso:7.3 - tags: sso,keycloak,redhat,hidden - version: latest - from: - kind: DockerImage - name: registry.redhat.io/redhat-sso-7/sso73-openshift:1.0 - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redis.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redis.yaml deleted file mode 100644 index 34384d7cec..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/redis.yaml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Redis - name: redis - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Provides a Redis 5 database on RHEL 7. For more information about - using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/5/README.md. - iconClass: icon-redis - openshift.io/display-name: Redis 5 - openshift.io/provider-display-name: Red Hat, Inc. - tags: redis - version: "5" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/redis-5-rhel7:latest - importPolicy: {} - name: "5" - referencePolicy: - type: Local - - annotations: - description: |- - Provides a Redis database on RHEL 7. For more information about using this database image, including OpenShift considerations, see https://github.com/sclorg/redis-container/tree/master/5/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Redis available on OpenShift, including major version updates. - iconClass: icon-redis - openshift.io/display-name: Redis (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - tags: redis - from: - kind: ImageStreamTag - name: "5" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml deleted file mode 100644 index 51bd7dcabc..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-controller-rhel8.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Decision Manager Standalone Controller 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhdm-controller-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Decision Manager 7.5 - Standalone Controller image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-controller-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Decision Manager 7.5 - Standalone Controller image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-controller-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml deleted file mode 100644 index 39db45510e..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-decisioncentral-rhel8.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Decision Manager Decision Central 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhdm-decisioncentral-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Decision Manager 7.5 - Decision Central image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-decisioncentral-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Decision Manager 7.5 - Decision Central image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-decisioncentral-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml deleted file mode 100644 index 10d8cfb7ae..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-kieserver-rhel8.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Decision Manager KIE Server 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhdm-kieserver-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Decision Manager 7.5 - KIE Server image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-kieserver-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Decision Manager 7.5 - KIE Server image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7/rhdm-kieserver-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml deleted file mode 100644 index b1e53280d3..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhdm-optaweb-employee-rostering-rhel8.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Decision Manager Business Optimizer OptaWeb - Employee Rostering 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhdm-optaweb-employee-rostering-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Decision Manager 7.5 - Business Optimizer OptaWeb Employee - Rostering image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7-tech-preview/rhdm-optaweb-employee-rostering-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Decision Manager 7.5 - Business Optimizer OptaWeb Employee - Rostering image. - iconClass: icon-jboss - supports: rhdm:7.5 - tags: rhdm - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhdm-7-tech-preview/rhdm-optaweb-employee-rostering-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml deleted file mode 100644 index e487385403..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-monitoring-rhel8.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Process Automation Manager Business Central - Monitoring 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhpam-businesscentral-monitoring-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Process Automation Manager 7.5 - Business Central Monitoring - image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Process Automation Manager 7.5 - Business Central Monitoring - image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-monitoring-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml deleted file mode 100644 index 4897525c93..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-businesscentral-rhel8.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Process Automation Manager Business Central - 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhpam-businesscentral-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Process Automation Manager 7.5 - Business Central image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Process Automation Manager 7.5 - Business Central image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-businesscentral-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml deleted file mode 100644 index 5072e2a3de..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-controller-rhel8.yaml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Process Automation Manager Standalone Controller - 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhpam-controller-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Process Automation Manager 7.5 - Standalone Controller - image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-controller-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Process Automation Manager 7.5 - Standalone Controller - image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-controller-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml deleted file mode 100644 index fbc58cea93..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-kieserver-rhel8.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Process Automation Manager KIE Server 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhpam-kieserver-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Process Automation Manager 7.5 - KIE Server image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Process Automation Manager 7.5 - KIE Server image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-kieserver-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml deleted file mode 100644 index dcf6518abb..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/rhpam-smartrouter-rhel8.yaml +++ /dev/null @@ -1,38 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Red Hat Process Automation Manager Smart Router 7.5 - openshift.io/provider-display-name: Red Hat, Inc. - name: rhpam-smartrouter-rhel8 - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Red Hat Process Automation Manager 7.5 - Smart Router image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.0 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.5.0 - importPolicy: {} - name: 7.5.0 - referencePolicy: - type: Local - - annotations: - description: Red Hat Process Automation Manager 7.5 - Smart Router image. - iconClass: icon-jboss - supports: rhpam:7.5 - tags: rhpam - version: 7.5.1 - from: - kind: DockerImage - name: registry.redhat.io/rhpam-7/rhpam-smartrouter-rhel8:7.5.1 - importPolicy: {} - name: 7.5.1 - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/ruby.yaml b/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/ruby.yaml deleted file mode 100644 index 5b123cb7a7..0000000000 --- a/pkg/sync/v14/data/ImageStream.image.openshift.io/openshift/ruby.yaml +++ /dev/null @@ -1,80 +0,0 @@ -apiVersion: image.openshift.io/v1 -kind: ImageStream -metadata: - annotations: - openshift.io/display-name: Ruby - name: ruby - namespace: openshift -spec: - lookupPolicy: - local: false - tags: - - annotations: - description: Build and run Ruby 2.3 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.3/README.md. - iconClass: icon-ruby - openshift.io/display-name: Ruby 2.3 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/ruby-ex.git - supports: ruby:2.3,ruby - tags: hidden,builder,ruby - version: "2.3" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/ruby-23-rhel7:latest - importPolicy: {} - name: "2.3" - referencePolicy: - type: Local - - annotations: - description: Build and run Ruby 2.4 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.4/README.md. - iconClass: icon-ruby - openshift.io/display-name: Ruby 2.4 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/ruby-ex.git - supports: ruby:2.4,ruby - tags: builder,ruby - version: "2.4" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/ruby-24-rhel7:latest - importPolicy: {} - name: "2.4" - referencePolicy: - type: Local - - annotations: - description: Build and run Ruby 2.5 applications on RHEL 7. For more information - about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/blob/master/2.5/README.md. - iconClass: icon-ruby - openshift.io/display-name: Ruby 2.5 - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/ruby-ex.git - supports: ruby:2.5,ruby - tags: builder,ruby - version: "2.5" - from: - kind: DockerImage - name: registry.redhat.io/rhscl/ruby-25-rhel7:latest - importPolicy: {} - name: "2.5" - referencePolicy: - type: Local - - annotations: - description: |- - Build and run Ruby applications on RHEL 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-ruby-container/tree/master/2.5/README.md. - - WARNING: By selecting this tag, your application will automatically update to use the latest version of Ruby available on OpenShift, including major version updates. - iconClass: icon-ruby - openshift.io/display-name: Ruby (Latest) - openshift.io/provider-display-name: Red Hat, Inc. - sampleRepo: https://github.com/sclorg/ruby-ex.git - supports: ruby - tags: builder,ruby - from: - kind: ImageStreamTag - name: "2.5" - importPolicy: {} - name: latest - referencePolicy: - type: Local diff --git a/pkg/sync/v14/data/Namespace/default.yaml b/pkg/sync/v14/data/Namespace/default.yaml deleted file mode 100644 index 50dc028059..0000000000 --- a/pkg/sync/v14/data/Namespace/default.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - labels: - name: default - name: default -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/kube-public.yaml b/pkg/sync/v14/data/Namespace/kube-public.yaml deleted file mode 100644 index 80f6229efe..0000000000 --- a/pkg/sync/v14/data/Namespace/kube-public.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: kube-public -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/kube-service-catalog.yaml b/pkg/sync/v14/data/Namespace/kube-service-catalog.yaml deleted file mode 100644 index b56b753f0e..0000000000 --- a/pkg/sync/v14/data/Namespace/kube-service-catalog.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: kube-service-catalog -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/kube-system.yaml b/pkg/sync/v14/data/Namespace/kube-system.yaml deleted file mode 100644 index 616a86ae82..0000000000 --- a/pkg/sync/v14/data/Namespace/kube-system.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: kube-system -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-ansible-service-broker.yaml b/pkg/sync/v14/data/Namespace/openshift-ansible-service-broker.yaml deleted file mode 100644 index d843fa0b73..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-ansible-service-broker.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-ansible-service-broker -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-azure-branding.yaml b/pkg/sync/v14/data/Namespace/openshift-azure-branding.yaml deleted file mode 100644 index 0eae4a1bdc..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-azure-branding.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-azure-branding -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-azure-logging.yaml b/pkg/sync/v14/data/Namespace/openshift-azure-logging.yaml deleted file mode 100644 index 813218ccec..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-azure-logging.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - name: openshift-azure-logging -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-azure-monitoring.yaml b/pkg/sync/v14/data/Namespace/openshift-azure-monitoring.yaml deleted file mode 100644 index b849dc0631..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-azure-monitoring.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - name: openshift-azure-monitoring -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-azure.yaml b/pkg/sync/v14/data/Namespace/openshift-azure.yaml deleted file mode 100644 index 78a1363e8a..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-azure.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - name: openshift-azure -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-console.yaml b/pkg/sync/v14/data/Namespace/openshift-console.yaml deleted file mode 100644 index 62dd8488e8..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-console.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-console -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-etcd.yaml b/pkg/sync/v14/data/Namespace/openshift-etcd.yaml deleted file mode 100644 index 3a7375aeb7..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-etcd.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - name: openshift-etcd -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-infra.yaml b/pkg/sync/v14/data/Namespace/openshift-infra.yaml deleted file mode 100644 index d040bc0c5a..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-infra.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/node-selector: "" - name: openshift-infra -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-logging.yaml b/pkg/sync/v14/data/Namespace/openshift-logging.yaml deleted file mode 100644 index ae915a1983..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-logging.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-logging -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-monitoring.yaml b/pkg/sync/v14/data/Namespace/openshift-monitoring.yaml deleted file mode 100644 index 4e6e374488..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-monitoring.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: Openshift Monitoring - openshift.io/display-name: "" - openshift.io/node-selector: "" - labels: - openshift.io/cluster-monitoring: "true" - name: openshift-monitoring -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-sdn.yaml b/pkg/sync/v14/data/Namespace/openshift-sdn.yaml deleted file mode 100644 index be020037ab..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-sdn.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-sdn -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-template-service-broker.yaml b/pkg/sync/v14/data/Namespace/openshift-template-service-broker.yaml deleted file mode 100644 index 82246fb8bb..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-template-service-broker.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-template-service-broker -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift-web-console.yaml b/pkg/sync/v14/data/Namespace/openshift-web-console.yaml deleted file mode 100644 index fdd0475350..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift-web-console.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - annotations: - openshift.io/description: "" - openshift.io/display-name: "" - openshift.io/node-selector: "" - name: openshift-web-console -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/Namespace/openshift.yaml b/pkg/sync/v14/data/Namespace/openshift.yaml deleted file mode 100644 index 0834adbb32..0000000000 --- a/pkg/sync/v14/data/Namespace/openshift.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openshift -spec: - finalizers: - - kubernetes diff --git a/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml b/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml deleted file mode 100644 index 709c60d46e..0000000000 --- a/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/cockpit-oauth-client.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: oauth.openshift.io/v1 -kind: OAuthClient -metadata: - labels: - app: registry-console - name: cockpit-oauth-client -redirectURIs: -- '*** GENERATED ***' -secret: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/openshift-console.yaml b/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/openshift-console.yaml deleted file mode 100644 index 8bd764afdf..0000000000 --- a/pkg/sync/v14/data/OAuthClient.oauth.openshift.io/openshift-console.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: oauth.openshift.io/v1 -grantMethod: auto -kind: OAuthClient -metadata: - name: openshift-console -redirectURIs: -- '*** GENERATED ***' -secret: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml b/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml deleted file mode 100644 index 6261986770..0000000000 --- a/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-cluster-critical.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: scheduling.k8s.io/v1beta1 -description: Used for system critical pods that must run in the cluster, but can be - moved to another node if necessary. -kind: PriorityClass -metadata: - name: system-cluster-critical -value: 2000000000 diff --git a/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml b/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml deleted file mode 100644 index 080fc23623..0000000000 --- a/pkg/sync/v14/data/PriorityClass.scheduling.k8s.io/system-node-critical.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: scheduling.k8s.io/v1beta1 -description: Used for system critical pods that must not be moved from their current - node. -kind: PriorityClass -metadata: - name: system-node-critical -value: 2000001000 diff --git a/pkg/sync/v14/data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml b/pkg/sync/v14/data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml deleted file mode 100644 index f549f6e0f0..0000000000 --- a/pkg/sync/v14/data/PrometheusRule.monitoring.coreos.com/openshift-monitoring/prometheus-k8s-arorules.yaml +++ /dev/null @@ -1,86 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: PrometheusRule -metadata: - labels: - prometheus: k8s - role: alert-rules - name: prometheus-k8s-arorules - namespace: openshift-monitoring -spec: - groups: - - name: aro-sync.rules - rules: - - alert: SyncPodDown - annotations: - description: Sync Pod is down - summary: Sync Pod is down - expr: | - absent(up{service="sync"} == 1) - for: 10m - labels: - severity: warning - - alert: SyncNotExecuted - annotations: - description: There was no Sync in the last 10min - summary: Sync not executed in last 10min - expr: | - time() - sync_last_executed > 600 - labels: - severity: warning - - name: aro-canary.rules - rules: - - alert: CanaryPodDown - annotations: - description: At least one Canary Pod is down for 10min - summary: Canary Pod is down - expr: | - absent(sum(up{service="canary"}) == 2) - for: 10m - labels: - severity: warning - - name: aro-router.rules - rules: - - alert: RouterPodDown - annotations: - description: At least one Router Pod is down for 10min - summary: Router Pod is down - expr: | - absent(sum(up{service="router-stats"}) == 3) - for: 10m - labels: - severity: warning - - alert: RouterResponseErrors - annotations: - description: Router sent 5xx responses for {{$labels.route}} pod {{$labels.pod}}, - exported pod {{$labels.exported_pod}} - summary: Router sent 5xx responses on internal services - expr: | - rate(haproxy_server_http_responses_total{code="5xx",route=~"docker-registry|registry-console|branding|canary|console|alertmanager-main|grafana|prometheus-k8s"}[1m]) > 0 - labels: - severity: warning - - alert: RouterDowntime - annotations: - description: Router noticed downtime of {{$labels.route}} pod {{$labels.pod}} - summary: Router noticed downtime - expr: | - rate(haproxy_server_downtime_seconds_total{route=~"docker-registry|registry-console|branding|canary|console|alertmanager-main|grafana|prometheus-k8s"}[1m]) > 0 - labels: - severity: warning - - name: aro-console.rules - rules: - - alert: APIBackendDown - annotations: - description: At least one API Backend is marked down in router - summary: API backend is down - expr: | - absent(sum(haproxy_backend_up{route="console"}) == 3) - labels: - severity: warning - - alert: APINoMetrics - annotations: - description: Couldn't query metrics of at least one API server - summary: API not exposing metrics - expr: | - absent(sum(up{job="apiserver"})==3) - labels: - severity: warning diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml deleted file mode 100644 index 88a4dd5a04..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml +++ /dev/null @@ -1,34 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:bootstrap-signer - namespace: kube-public -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - get - - list - - watch -- apiGroups: - - "" - resourceNames: - - cluster-info - resources: - - configmaps - verbs: - - update -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml deleted file mode 100644 index e7d4b8d045..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: cluster-info-configmap - namespace: kube-service-catalog -rules: -- apiGroups: - - "" - resourceNames: - - cluster-info - resources: - - configmaps - verbs: - - get - - create - - list - - watch - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml deleted file mode 100644 index 9aa9e8fe67..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: configmap-accessor - namespace: kube-service-catalog -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - list - - watch - - get - - create - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml deleted file mode 100644 index 70900b96a6..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: extension-apiserver-authentication-reader - namespace: kube-system -rules: -- apiGroups: - - "" - resourceNames: - - extension-apiserver-authentication - resources: - - configmaps - verbs: - - get diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml deleted file mode 100644 index d38f307613..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system::leader-locking-kube-controller-manager - namespace: kube-system -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - watch -- apiGroups: - - "" - resourceNames: - - kube-controller-manager - resources: - - configmaps - verbs: - - get - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml deleted file mode 100644 index dfb262ef02..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system::leader-locking-kube-scheduler - namespace: kube-system -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - watch -- apiGroups: - - "" - resourceNames: - - kube-scheduler - resources: - - configmaps - verbs: - - get - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml deleted file mode 100644 index 72287b8cc2..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:bootstrap-signer - namespace: kube-system -rules: -- apiGroups: - - "" - resources: - - secrets - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml deleted file mode 100644 index 192ee0d9d5..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:cloud-provider - namespace: kube-system -rules: -- apiGroups: - - "" - resources: - - configmaps - verbs: - - create - - get - - list - - watch diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml deleted file mode 100644 index 2eaf6463c0..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:token-cleaner - namespace: kube-system -rules: -- apiGroups: - - "" - resources: - - secrets - verbs: - - delete - - get - - list - - watch -- apiGroups: - - "" - resources: - - events - verbs: - - create - - patch - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml deleted file mode 100644 index bb0218b784..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: customer-admin-log-analytics-agent - namespace: openshift-azure-logging -rules: -- apiGroups: - - "" - resourceNames: - - container-azm-ms-agentconfig - resources: - - configmaps - verbs: - - get - - patch - - update diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml deleted file mode 100644 index 303364936d..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: prometheus-k8s - namespace: openshift-infra -rules: -- apiGroups: - - "" - resources: - - services - - endpoints - - pods - verbs: - - get - - list - - watch diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml deleted file mode 100644 index 36ca00e01e..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: templateservicebroker-auth-reader - namespace: openshift-template-service-broker -rules: -- apiGroups: - - "" - resourceNames: - - templateservicebroker-client - resources: - - secrets - verbs: - - get diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml deleted file mode 100644 index 9de3b60d85..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-editor.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - name: shared-resource-editor - namespace: openshift -rules: -- apiGroups: - - "" - - template.openshift.io - resources: - - templates - verbs: - - update - - patch - - delete - - create -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreams - - imagestreamtags - - imagestreams/layers - verbs: - - update - - patch - - delete - - create -- apiGroups: - - "" - - project.openshift.io - resources: - - projects - - namespaces - verbs: - - get - - update - - patch diff --git a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml b/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml deleted file mode 100644 index 157520455a..0000000000 --- a/pkg/sync/v14/data/Role.rbac.authorization.k8s.io/openshift/shared-resource-viewer.yaml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: Role -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: shared-resource-viewer - namespace: openshift -rules: -- apiGroups: - - "" - - template.openshift.io - resources: - - templates - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreamimages - - imagestreams - - imagestreamtags - verbs: - - get - - list - - watch -- apiGroups: - - "" - - image.openshift.io - resources: - - imagestreams/layers - verbs: - - get diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml deleted file mode 100644 index 123dd33389..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-public/system-controller-bootstrap-signer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:bootstrap-signer - namespace: kube-public -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system:controller:bootstrap-signer -subjects: -- kind: ServiceAccount - name: bootstrap-signer - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml deleted file mode 100644 index 401e0a3cb8..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/cluster-info-configmap-binding.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: cluster-info-configmap-binding - namespace: kube-service-catalog -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: cluster-info-configmap -subjects: -- kind: ServiceAccount - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml deleted file mode 100644 index ea952ecece..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-service-catalog/configmap-accessor-binding.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: configmap-accessor-binding - namespace: kube-service-catalog -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: configmap-accessor -subjects: -- kind: ServiceAccount - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml deleted file mode 100644 index ec8c97fc5d..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-binding.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: extension-apiserver-authentication-reader-binding - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: extension-apiserver-authentication-reader -subjects: -- kind: ServiceAccount - name: service-catalog-apiserver - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml deleted file mode 100644 index ad277957c5..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/extension-apiserver-authentication-reader-openshift-template-service-broker.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: extension-apiserver-authentication-reader-openshift-template-service-broker - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: extension-apiserver-authentication-reader -subjects: -- kind: ServiceAccount - name: apiserver - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml deleted file mode 100644 index 03bbaab6ba..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/metrics-server-auth-reader.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1beta1 -kind: RoleBinding -metadata: - name: metrics-server-auth-reader - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: extension-apiserver-authentication-reader -subjects: -- kind: ServiceAccount - name: metrics-server - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml deleted file mode 100644 index 3bbb126e87..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-controller-manager.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system::leader-locking-kube-controller-manager - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system::leader-locking-kube-controller-manager -subjects: -- kind: ServiceAccount - name: kube-controller-manager - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml deleted file mode 100644 index 5d4ca869ff..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system--leader-locking-kube-scheduler.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system::leader-locking-kube-scheduler - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system::leader-locking-kube-scheduler -subjects: -- kind: ServiceAccount - name: kube-scheduler - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml deleted file mode 100644 index eda89e74d1..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-bootstrap-signer.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:bootstrap-signer - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system:controller:bootstrap-signer -subjects: -- kind: ServiceAccount - name: bootstrap-signer - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml deleted file mode 100644 index e2171377d6..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-cloud-provider.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:cloud-provider - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system:controller:cloud-provider -subjects: -- kind: ServiceAccount - name: cloud-provider - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml deleted file mode 100644 index 043d86f389..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/kube-system/system-controller-token-cleaner.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - labels: - kubernetes.io/bootstrapping: rbac-defaults - name: system:controller:token-cleaner - namespace: kube-system -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: system:controller:token-cleaner -subjects: -- kind: ServiceAccount - name: token-cleaner - namespace: kube-system diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml deleted file mode 100644 index 108544e19f..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-logging/customer-admin-log-analytics-agent.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: customer-admin-log-analytics-agent - namespace: openshift-azure-logging -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: customer-admin-log-analytics-agent -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: osa-customer-admins diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml deleted file mode 100644 index b83f57aada..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-azure-monitoring/etcd-metrics-viewer.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: etcd-metrics-viewer - namespace: openshift-azure-monitoring -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: ClusterRole - name: view -subjects: -- kind: ServiceAccount - name: prometheus-k8s - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml deleted file mode 100644 index a20d78ecaa..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-infra/prometheus-k8s.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: prometheus-k8s - namespace: openshift-infra -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: prometheus-k8s -subjects: -- kind: ServiceAccount - name: prometheus-k8s - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml deleted file mode 100644 index d05220fe94..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift-template-service-broker/templateservicebroker-auth-reader.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: templateservicebroker-auth-reader - namespace: openshift-template-service-broker -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: templateservicebroker-auth-reader -subjects: -- kind: ServiceAccount - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml deleted file mode 100644 index d07f702ee4..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-editors.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - name: shared-resource-editors - namespace: openshift -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: shared-resource-editor -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: osa-customer-admins diff --git a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml b/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml deleted file mode 100644 index 3833680c99..0000000000 --- a/pkg/sync/v14/data/RoleBinding.rbac.authorization.k8s.io/openshift/shared-resource-viewers.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: rbac.authorization.k8s.io/v1 -kind: RoleBinding -metadata: - annotations: - rbac.authorization.kubernetes.io/autoupdate: "true" - name: shared-resource-viewers - namespace: openshift -roleRef: - apiGroup: rbac.authorization.k8s.io - kind: Role - name: shared-resource-viewer -subjects: -- apiGroup: rbac.authorization.k8s.io - kind: Group - name: system:authenticated diff --git a/pkg/sync/v14/data/Route.route.openshift.io/default/docker-registry.yaml b/pkg/sync/v14/data/Route.route.openshift.io/default/docker-registry.yaml deleted file mode 100644 index d48af6c02b..0000000000 --- a/pkg/sync/v14/data/Route.route.openshift.io/default/docker-registry.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - annotations: - azure.openshift.io/sync-pod-readiness-path: /healthz - name: docker-registry - namespace: default -spec: - host: '*** GENERATED ***' - tls: - insecureEdgeTerminationPolicy: Redirect - termination: reencrypt - to: - kind: Service - name: docker-registry - weight: 100 - wildcardPolicy: None diff --git a/pkg/sync/v14/data/Route.route.openshift.io/default/registry-console.yaml b/pkg/sync/v14/data/Route.route.openshift.io/default/registry-console.yaml deleted file mode 100644 index 443e5aad9b..0000000000 --- a/pkg/sync/v14/data/Route.route.openshift.io/default/registry-console.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - annotations: - azure.openshift.io/sync-pod-readiness-path: /ping - name: registry-console - namespace: default -spec: - host: '*** GENERATED ***' - tls: - insecureEdgeTerminationPolicy: Redirect - termination: reencrypt - to: - kind: Service - name: registry-console - weight: 100 - wildcardPolicy: None diff --git a/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-branding/branding.yaml b/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-branding/branding.yaml deleted file mode 100644 index 9385d452ed..0000000000 --- a/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-branding/branding.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - annotations: - azure.openshift.io/sync-pod-readiness-path: / - name: branding - namespace: openshift-azure-branding -spec: - host: '*** GENERATED ***' - port: - targetPort: http - tls: - insecureEdgeTerminationPolicy: Redirect - termination: edge - to: - kind: Service - name: branding - weight: 100 - wildcardPolicy: None diff --git a/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml b/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml deleted file mode 100644 index e8ef87c7cf..0000000000 --- a/pkg/sync/v14/data/Route.route.openshift.io/openshift-azure-monitoring/canary.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - annotations: - azure.openshift.io/sync-pod-readiness-path: /healthz/ready - labels: - k8s-app: canary - name: canary - namespace: openshift-azure-monitoring -spec: - host: '*** GENERATED ***' - port: - targetPort: http - tls: - insecureEdgeTerminationPolicy: Redirect - termination: edge - to: - kind: Service - name: canary - weight: 100 - wildcardPolicy: None diff --git a/pkg/sync/v14/data/Route.route.openshift.io/openshift-console/console.yaml b/pkg/sync/v14/data/Route.route.openshift.io/openshift-console/console.yaml deleted file mode 100644 index 6002c6e3c6..0000000000 --- a/pkg/sync/v14/data/Route.route.openshift.io/openshift-console/console.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: route.openshift.io/v1 -kind: Route -metadata: - annotations: - azure.openshift.io/sync-pod-readiness-path: /health - labels: - app: openshift-console - name: console - namespace: openshift-console -spec: - host: '*** GENERATED ***' - port: - targetPort: https - tls: - insecureEdgeTerminationPolicy: Redirect - termination: reencrypt - to: - kind: Service - name: console - weight: 100 - wildcardPolicy: None diff --git a/pkg/sync/v14/data/Secret/default/docker-registry-http.yaml b/pkg/sync/v14/data/Secret/default/docker-registry-http.yaml deleted file mode 100644 index 685d746278..0000000000 --- a/pkg/sync/v14/data/Secret/default/docker-registry-http.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: docker-registry-http - namespace: default -stringData: - password: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/default/registry-certificates.yaml b/pkg/sync/v14/data/Secret/default/registry-certificates.yaml deleted file mode 100644 index f4912835c8..0000000000 --- a/pkg/sync/v14/data/Secret/default/registry-certificates.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: registry-certificates - namespace: default -stringData: - registry.crt: '*** GENERATED ***' - registry.key: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/default/registry-config.yaml b/pkg/sync/v14/data/Secret/default/registry-config.yaml deleted file mode 100644 index 342020a18c..0000000000 --- a/pkg/sync/v14/data/Secret/default/registry-config.yaml +++ /dev/null @@ -1,36 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: registry-config - namespace: default -stringData: - config.yml: | - auth: - openshift: - realm: openshift - http: - addr: :5000 - log: - level: debug - middleware: - registry: - - name: openshift - repository: - - name: openshift - options: - acceptschema2: true - enforcequota: false - pullthrough: true - storage: - - name: openshift - storage: - azure: - accountkey: '*** GENERATED ***' - accountname: '*** GENERATED ***' - container: registry - realm: core.windows.net - cache: - blobdescriptor: inmemory - delete: - enabled: true - version: 0.1 diff --git a/pkg/sync/v14/data/Secret/default/registry-console.yaml b/pkg/sync/v14/data/Secret/default/registry-console.yaml deleted file mode 100644 index bbcbe8325c..0000000000 --- a/pkg/sync/v14/data/Secret/default/registry-console.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: registry-console - namespace: default -stringData: - tls.cert: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/default/router-certs.yaml b/pkg/sync/v14/data/Secret/default/router-certs.yaml deleted file mode 100644 index 24eefcbb31..0000000000 --- a/pkg/sync/v14/data/Secret/default/router-certs.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: router-certs - namespace: default -stringData: - tls.crt: '*** GENERATED ***' - tls.key: '*** GENERATED ***' -type: kubernetes.io/tls diff --git a/pkg/sync/v14/data/Secret/default/router-stats.yaml b/pkg/sync/v14/data/Secret/default/router-stats.yaml deleted file mode 100644 index 319cbf4ff2..0000000000 --- a/pkg/sync/v14/data/Secret/default/router-stats.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: router-stats - namespace: default -stringData: - password: '*** GENERATED ***' - username: admin diff --git a/pkg/sync/v14/data/Secret/kube-service-catalog/apiserver-ssl.yaml b/pkg/sync/v14/data/Secret/kube-service-catalog/apiserver-ssl.yaml deleted file mode 100644 index fb2aaae89f..0000000000 --- a/pkg/sync/v14/data/Secret/kube-service-catalog/apiserver-ssl.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: apiserver-ssl - namespace: kube-service-catalog -stringData: - tls.crt: '*** GENERATED ***' - tls.key: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-ansible-service-broker/asb-client.yaml b/pkg/sync/v14/data/Secret/openshift-ansible-service-broker/asb-client.yaml deleted file mode 100644 index 736f1f0542..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-ansible-service-broker/asb-client.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - annotations: - kubernetes.io/service-account.name: asb-client - name: asb-client - namespace: openshift-ansible-service-broker -type: kubernetes.io/service-account-token diff --git a/pkg/sync/v14/data/Secret/openshift-azure-logging/log-analytics.yaml b/pkg/sync/v14/data/Secret/openshift-azure-logging/log-analytics.yaml deleted file mode 100644 index 5399f3d175..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-azure-logging/log-analytics.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: log-analytics - namespace: openshift-azure-logging -stringData: - KEY: '*** GENERATED ***' - WSID: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/azure-registry.yaml b/pkg/sync/v14/data/Secret/openshift-azure-monitoring/azure-registry.yaml deleted file mode 100644 index 3c93cef64f..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/azure-registry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: azure-registry - namespace: openshift-azure-monitoring -stringData: - .dockerconfigjson: '*** GENERATED ***' -type: kubernetes.io/dockerconfigjson diff --git a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/Secret/openshift-azure-monitoring/etcd-metrics.yaml deleted file mode 100644 index 3f73a46b13..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: etcd-metrics - namespace: openshift-azure-monitoring -stringData: - password: '*** GENERATED ***' - username: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/mdm-cert.yaml b/pkg/sync/v14/data/Secret/openshift-azure-monitoring/mdm-cert.yaml deleted file mode 100644 index aaaed232e2..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-azure-monitoring/mdm-cert.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: mdm-cert - namespace: openshift-azure-monitoring -stringData: - cert.pem: '*** GENERATED ***' - key.pem: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-console/apiserver-cert.yaml b/pkg/sync/v14/data/Secret/openshift-console/apiserver-cert.yaml deleted file mode 100644 index 730f3b106b..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-console/apiserver-cert.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: apiserver-cert - namespace: openshift-console -stringData: - tls.crt: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-console/console-oauth-config.yaml b/pkg/sync/v14/data/Secret/openshift-console/console-oauth-config.yaml deleted file mode 100644 index 195539c40f..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-console/console-oauth-config.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - labels: - app: openshift-console - name: console-oauth-config - namespace: openshift-console -stringData: - clientSecret: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-infra/aad-group-sync-config.yaml b/pkg/sync/v14/data/Secret/openshift-infra/aad-group-sync-config.yaml deleted file mode 100644 index a9bd9b2bb3..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-infra/aad-group-sync-config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: aad-group-sync-config - namespace: openshift-infra -stringData: - aad-group-sync.yaml: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/Secret/openshift-monitoring/etcd-metrics.yaml deleted file mode 100644 index 6e1cc009c8..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: etcd-metrics - namespace: openshift-monitoring -stringData: - password: '*** GENERATED ***' - username: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-monitoring/metrics-server-certs.yaml b/pkg/sync/v14/data/Secret/openshift-monitoring/metrics-server-certs.yaml deleted file mode 100644 index c4d23ef622..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-monitoring/metrics-server-certs.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: metrics-server-certs - namespace: openshift-monitoring -stringData: - tls.crt: '*** GENERATED ***' - tls.key: '*** GENERATED ***' diff --git a/pkg/sync/v14/data/Secret/openshift-monitoring/router-stats.yaml b/pkg/sync/v14/data/Secret/openshift-monitoring/router-stats.yaml deleted file mode 100644 index 10495087e6..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-monitoring/router-stats.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: router-stats - namespace: openshift-monitoring -stringData: - password: '*** GENERATED ***' - username: admin diff --git a/pkg/sync/v14/data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml b/pkg/sync/v14/data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml deleted file mode 100644 index ab242fa441..0000000000 --- a/pkg/sync/v14/data/Secret/openshift-template-service-broker/templateservicebroker-client.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - annotations: - kubernetes.io/service-account.name: templateservicebroker-client - name: templateservicebroker-client - namespace: openshift-template-service-broker -type: kubernetes.io/service-account-token diff --git a/pkg/sync/v14/data/Secret/openshift/redhat-registry.yaml b/pkg/sync/v14/data/Secret/openshift/redhat-registry.yaml deleted file mode 100644 index 2238e4a077..0000000000 --- a/pkg/sync/v14/data/Secret/openshift/redhat-registry.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: redhat-registry - namespace: openshift -stringData: - .dockerconfigjson: '*** GENERATED ***' -type: kubernetes.io/dockerconfigjson diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/anyuid.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/anyuid.yaml deleted file mode 100644 index 355c8af770..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/anyuid.yaml +++ /dev/null @@ -1,38 +0,0 @@ -allowHostDirVolumePlugin: false -allowHostIPC: false -allowHostNetwork: false -allowHostPID: false -allowHostPorts: false -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: RunAsAny -groups: -- system:cluster-admins -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: anyuid provides all features of the restricted SCC - but allows users to run with any UID and any GID. - name: anyuid -priority: 10 -readOnlyRootFilesystem: false -requiredDropCapabilities: -- MKNOD -runAsUser: - type: RunAsAny -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: RunAsAny -users: [] -volumes: -- configMap -- downwardAPI -- emptyDir -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml deleted file mode 100644 index 5597871c46..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostaccess.yaml +++ /dev/null @@ -1,43 +0,0 @@ -allowHostDirVolumePlugin: true -allowHostIPC: true -allowHostNetwork: true -allowHostPID: true -allowHostPorts: true -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: MustRunAs -groups: [] -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: 'hostaccess allows access to all host namespaces but - still requires pods to be run with a UID and SELinux context that are allocated - to the namespace. WARNING: this SCC allows host access to namespaces, file systems, - and PIDS. It should only be used by trusted pods. Grant with caution.' - name: hostaccess -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: -- KILL -- MKNOD -- SETUID -- SETGID -runAsUser: - type: MustRunAsRange -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: RunAsAny -users: [] -volumes: -- configMap -- downwardAPI -- emptyDir -- hostPath -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml deleted file mode 100644 index 07ad636191..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostmount-anyuid.yaml +++ /dev/null @@ -1,44 +0,0 @@ -allowHostDirVolumePlugin: true -allowHostIPC: false -allowHostNetwork: false -allowHostPID: false -allowHostPorts: false -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: RunAsAny -groups: [] -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: 'hostmount-anyuid provides all the features of the - restricted SCC but allows host mounts and any UID by a pod. This is primarily - used by the persistent volume recycler. WARNING: this SCC allows host file system - access as any UID, including UID 0. Grant with caution.' - name: hostmount-anyuid -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: -- MKNOD -runAsUser: - type: RunAsAny -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: RunAsAny -users: -- system:serviceaccount:openshift-azure-monitoring:etcd-metrics -- system:serviceaccount:openshift-infra:pv-recycler-controller -- system:serviceaccount:kube-service-catalog:service-catalog-apiserver -volumes: -- configMap -- downwardAPI -- emptyDir -- hostPath -- nfs -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml deleted file mode 100644 index bb54a60fb3..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/hostnetwork.yaml +++ /dev/null @@ -1,43 +0,0 @@ -allowHostDirVolumePlugin: false -allowHostIPC: false -allowHostNetwork: true -allowHostPID: false -allowHostPorts: true -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: MustRunAs -groups: [] -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: hostnetwork allows using host networking and host ports - but still requires pods to be run with a UID and SELinux context that are allocated - to the namespace. - name: hostnetwork -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: -- KILL -- MKNOD -- SETUID -- SETGID -runAsUser: - type: MustRunAsRange -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: MustRunAs -users: -- system:serviceaccount:default:router -- system:serviceaccount:default:registry -volumes: -- configMap -- downwardAPI -- emptyDir -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/nonroot.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/nonroot.yaml deleted file mode 100644 index 3cb148c1fb..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/nonroot.yaml +++ /dev/null @@ -1,41 +0,0 @@ -allowHostDirVolumePlugin: false -allowHostIPC: false -allowHostNetwork: false -allowHostPID: false -allowHostPorts: false -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: RunAsAny -groups: [] -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: nonroot provides all features of the restricted SCC - but allows users to run with any non-root UID. The user must specify the UID - or it must be specified on the by the manifest of the container runtime. - name: nonroot -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: -- KILL -- MKNOD -- SETUID -- SETGID -runAsUser: - type: MustRunAsNonRoot -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: RunAsAny -users: [] -volumes: -- configMap -- downwardAPI -- emptyDir -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/privileged.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/privileged.yaml deleted file mode 100644 index b57934a4e5..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/privileged.yaml +++ /dev/null @@ -1,46 +0,0 @@ -allowHostDirVolumePlugin: true -allowHostIPC: true -allowHostNetwork: true -allowHostPID: true -allowHostPorts: true -allowPrivilegeEscalation: true -allowPrivilegedContainer: true -allowedCapabilities: -- '*' -allowedUnsafeSysctls: -- '*' -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: RunAsAny -groups: -- system:cluster-admins -- system:nodes -- system:masters -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: 'privileged allows access to all privileged and host - features and the ability to run as any user, any group, any fsGroup, and with - any SELinux context. WARNING: this is the most relaxed SCC and should be used - only for cluster administration. Grant with caution.' - name: privileged -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: null -runAsUser: - type: RunAsAny -seLinuxContext: - type: RunAsAny -seccompProfiles: -- '*' -supplementalGroups: - type: RunAsAny -users: -- system:admin -- system:serviceaccount:openshift-infra:build-controller -- system:serviceaccount:openshift-etcd:etcd-backup -- system:serviceaccount:openshift-azure-logging:log-analytics-agent -- system:serviceaccount:kube-system:sync -volumes: -- '*' diff --git a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/restricted.yaml b/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/restricted.yaml deleted file mode 100644 index d716f0c798..0000000000 --- a/pkg/sync/v14/data/SecurityContextConstraints.security.openshift.io/restricted.yaml +++ /dev/null @@ -1,42 +0,0 @@ -allowHostDirVolumePlugin: false -allowHostIPC: false -allowHostNetwork: false -allowHostPID: false -allowHostPorts: false -allowPrivilegeEscalation: true -allowPrivilegedContainer: false -allowedCapabilities: null -apiVersion: security.openshift.io/v1 -defaultAddCapabilities: null -fsGroup: - type: MustRunAs -groups: -- system:authenticated -kind: SecurityContextConstraints -metadata: - annotations: - kubernetes.io/description: restricted denies access to all host features and requires - pods to be run with a UID, and SELinux context that are allocated to the namespace. This - is the most restrictive SCC and it is used by default for authenticated users. - name: restricted -priority: null -readOnlyRootFilesystem: false -requiredDropCapabilities: -- KILL -- MKNOD -- SETUID -- SETGID -runAsUser: - type: MustRunAsRange -seLinuxContext: - type: MustRunAs -supplementalGroups: - type: RunAsAny -users: [] -volumes: -- configMap -- downwardAPI -- emptyDir -- persistentVolumeClaim -- projected -- secret diff --git a/pkg/sync/v14/data/Service/default/docker-registry.yaml b/pkg/sync/v14/data/Service/default/docker-registry.yaml deleted file mode 100644 index 106d915103..0000000000 --- a/pkg/sync/v14/data/Service/default/docker-registry.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - docker-registry: default - name: docker-registry - namespace: default -spec: - ports: - - name: 5000-tcp - port: 5000 - selector: - docker-registry: default - sessionAffinity: ClientIP - sessionAffinityConfig: - clientIP: - timeoutSeconds: 10800 diff --git a/pkg/sync/v14/data/Service/default/registry-console.yaml b/pkg/sync/v14/data/Service/default/registry-console.yaml deleted file mode 100644 index 001631af89..0000000000 --- a/pkg/sync/v14/data/Service/default/registry-console.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - app: registry-console - name: registry-console - name: registry-console - namespace: default -spec: - ports: - - name: registry-console - port: 9000 - targetPort: 9090 - selector: - name: registry-console diff --git a/pkg/sync/v14/data/Service/default/router-stats.yaml b/pkg/sync/v14/data/Service/default/router-stats.yaml deleted file mode 100644 index 305bd3c645..0000000000 --- a/pkg/sync/v14/data/Service/default/router-stats.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - router: router-stats - name: router-stats - namespace: default -spec: - ports: - - name: router-stats - port: 1936 - selector: - router: router diff --git a/pkg/sync/v14/data/Service/default/router.yaml b/pkg/sync/v14/data/Service/default/router.yaml deleted file mode 100644 index 6c22b356b5..0000000000 --- a/pkg/sync/v14/data/Service/default/router.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - service.alpha.openshift.io/serving-cert-secret-name: router-metrics-tls - service.beta.kubernetes.io/azure-dns-label-name: '*** GENERATED ***' - labels: - router: router - name: router - namespace: default -spec: - ports: - - name: 80-tcp - port: 80 - - name: 443-tcp - port: 443 - selector: - router: router - sessionAffinity: ClientIP - sessionAffinityConfig: - clientIP: - timeoutSeconds: 10800 - type: LoadBalancer diff --git a/pkg/sync/v14/data/Service/kube-service-catalog/apiserver.yaml b/pkg/sync/v14/data/Service/kube-service-catalog/apiserver.yaml deleted file mode 100644 index 485a0a02b3..0000000000 --- a/pkg/sync/v14/data/Service/kube-service-catalog/apiserver.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: apiserver - namespace: kube-service-catalog -spec: - ports: - - name: secure - port: 443 - targetPort: 6443 - selector: - app: apiserver diff --git a/pkg/sync/v14/data/Service/kube-service-catalog/controller-manager.yaml b/pkg/sync/v14/data/Service/kube-service-catalog/controller-manager.yaml deleted file mode 100644 index f476bf770c..0000000000 --- a/pkg/sync/v14/data/Service/kube-service-catalog/controller-manager.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - prometheus.io/scheme: https - prometheus.io/scrape: "true" - service.alpha.openshift.io/serving-cert-secret-name: controllermanager-ssl - name: controller-manager - namespace: kube-service-catalog -spec: - ports: - - name: secure - port: 443 - targetPort: 6443 - selector: - app: controller-manager diff --git a/pkg/sync/v14/data/Service/kube-system/aro-admission-controller.yaml b/pkg/sync/v14/data/Service/kube-system/aro-admission-controller.yaml deleted file mode 100644 index 51088479c7..0000000000 --- a/pkg/sync/v14/data/Service/kube-system/aro-admission-controller.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - openshift.io/component: aro-admission-controller - name: aro-admission-controller - namespace: kube-system -spec: - ports: - - name: https - port: 443 - targetPort: 8443 - selector: - openshift.io/component: aro-admission-controller - openshift.io/control-plane: "true" diff --git a/pkg/sync/v14/data/Service/openshift-ansible-service-broker/asb.yaml b/pkg/sync/v14/data/Service/openshift-ansible-service-broker/asb.yaml deleted file mode 100644 index 6e185fc91f..0000000000 --- a/pkg/sync/v14/data/Service/openshift-ansible-service-broker/asb.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - service.alpha.openshift.io/serving-cert-secret-name: asb-tls - labels: - app: openshift-ansible-service-broker - service: asb - name: asb - namespace: openshift-ansible-service-broker -spec: - ports: - - name: port-1338 - port: 1338 - - name: port-1337 - port: 1337 - selector: - app: openshift-ansible-service-broker - service: asb diff --git a/pkg/sync/v14/data/Service/openshift-azure-branding/branding.yaml b/pkg/sync/v14/data/Service/openshift-azure-branding/branding.yaml deleted file mode 100644 index e2ba2d07d2..0000000000 --- a/pkg/sync/v14/data/Service/openshift-azure-branding/branding.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: branding - namespace: openshift-azure-branding -spec: - ports: - - name: http - port: 80 - targetPort: 8080 - selector: - app: branding diff --git a/pkg/sync/v14/data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml b/pkg/sync/v14/data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml deleted file mode 100644 index 07cf764b32..0000000000 --- a/pkg/sync/v14/data/Service/openshift-azure-logging/healthmodel-replicaset-service.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - name: healthmodel-replicaset-service - namespace: openshift-azure-logging -spec: - ports: - - port: 25227 - targetPort: in-rs-tcp - selector: - app: log-analytics-cluster-agent diff --git a/pkg/sync/v14/data/Service/openshift-azure-monitoring/canary.yaml b/pkg/sync/v14/data/Service/openshift-azure-monitoring/canary.yaml deleted file mode 100644 index f198d4c25f..0000000000 --- a/pkg/sync/v14/data/Service/openshift-azure-monitoring/canary.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - k8s-app: canary - name: canary - namespace: openshift-azure-monitoring -spec: - ports: - - name: http - port: 80 - targetPort: 8080 - selector: - k8s-app: canary diff --git a/pkg/sync/v14/data/Service/openshift-azure-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/Service/openshift-azure-monitoring/etcd-metrics.yaml deleted file mode 100644 index 77cb965b8f..0000000000 --- a/pkg/sync/v14/data/Service/openshift-azure-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - service.alpha.openshift.io/serving-cert-secret-name: etcd-metrics-serving-cert - labels: - k8s-app: etcd-metrics - name: etcd-metrics - namespace: openshift-azure-monitoring -spec: - ports: - - name: metrics - port: 8443 - selector: - k8s-app: etcd-metrics diff --git a/pkg/sync/v14/data/Service/openshift-azure-monitoring/metrics-bridge.yaml b/pkg/sync/v14/data/Service/openshift-azure-monitoring/metrics-bridge.yaml deleted file mode 100644 index 129f9c5bf5..0000000000 --- a/pkg/sync/v14/data/Service/openshift-azure-monitoring/metrics-bridge.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - app: metrics-bridge - name: metrics-bridge - namespace: openshift-azure-monitoring -spec: - ports: - - name: http - port: 80 - targetPort: 8080 - selector: - app: metrics-bridge diff --git a/pkg/sync/v14/data/Service/openshift-console/console.yaml b/pkg/sync/v14/data/Service/openshift-console/console.yaml deleted file mode 100644 index 5deba9d8c8..0000000000 --- a/pkg/sync/v14/data/Service/openshift-console/console.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - service.alpha.openshift.io/serving-cert-secret-name: console-serving-cert - labels: - app: openshift-console - name: console - namespace: openshift-console -spec: - ports: - - name: https - port: 443 - targetPort: 8443 - selector: - app: openshift-console - component: ui diff --git a/pkg/sync/v14/data/Service/openshift-infra/azure-controllers.yaml b/pkg/sync/v14/data/Service/openshift-infra/azure-controllers.yaml deleted file mode 100644 index 01d39566a1..0000000000 --- a/pkg/sync/v14/data/Service/openshift-infra/azure-controllers.yaml +++ /dev/null @@ -1,14 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - app: customer-admin-controller - name: azure-controllers - namespace: openshift-infra -spec: - ports: - - name: http - port: 80 - targetPort: 8080 - selector: - app: customer-admin-controller diff --git a/pkg/sync/v14/data/Service/openshift-monitoring/metrics-server.yaml b/pkg/sync/v14/data/Service/openshift-monitoring/metrics-server.yaml deleted file mode 100644 index 8795a8a9f5..0000000000 --- a/pkg/sync/v14/data/Service/openshift-monitoring/metrics-server.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - labels: - kubernetes.io/name: Metrics-server - name: metrics-server - namespace: openshift-monitoring -spec: - ports: - - port: 443 - targetPort: 8443 - selector: - k8s-app: metrics-server diff --git a/pkg/sync/v14/data/Service/openshift-template-service-broker/apiserver.yaml b/pkg/sync/v14/data/Service/openshift-template-service-broker/apiserver.yaml deleted file mode 100644 index 8008a71378..0000000000 --- a/pkg/sync/v14/data/Service/openshift-template-service-broker/apiserver.yaml +++ /dev/null @@ -1,13 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - service.alpha.openshift.io/serving-cert-secret-name: apiserver-serving-cert - name: apiserver - namespace: openshift-template-service-broker -spec: - ports: - - port: 443 - targetPort: 8443 - selector: - apiserver: "true" diff --git a/pkg/sync/v14/data/Service/openshift-web-console/webconsole.yaml b/pkg/sync/v14/data/Service/openshift-web-console/webconsole.yaml deleted file mode 100644 index 9dd9ccb869..0000000000 --- a/pkg/sync/v14/data/Service/openshift-web-console/webconsole.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: v1 -kind: Service -metadata: - annotations: - prometheus.io/scheme: https - prometheus.io/scrape: "true" - service.alpha.openshift.io/serving-cert-secret-name: webconsole-serving-cert - labels: - app: openshift-web-console - name: webconsole - namespace: openshift-web-console -spec: - ports: - - name: https - port: 443 - targetPort: 8443 - selector: - webconsole: "true" diff --git a/pkg/sync/v14/data/ServiceAccount/default/default.yaml b/pkg/sync/v14/data/ServiceAccount/default/default.yaml deleted file mode 100644 index 6f8bddae0b..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/default/default.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: default - namespace: default -secrets: -- name: registry-certificates diff --git a/pkg/sync/v14/data/ServiceAccount/default/registry.yaml b/pkg/sync/v14/data/ServiceAccount/default/registry.yaml deleted file mode 100644 index 3c40765d68..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/default/registry.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: registry - namespace: default -secrets: -- name: registry-certificates diff --git a/pkg/sync/v14/data/ServiceAccount/default/router.yaml b/pkg/sync/v14/data/ServiceAccount/default/router.yaml deleted file mode 100644 index 63db94c6d6..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/default/router.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: router - namespace: default diff --git a/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml b/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml deleted file mode 100644 index 5ff95f9f16..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-apiserver.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-catalog-apiserver - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml deleted file mode 100644 index ccad87a95d..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-service-catalog/service-catalog-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-catalog-controller - namespace: kube-service-catalog diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/attachdetach-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/attachdetach-controller.yaml deleted file mode 100644 index 76ba57755d..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/attachdetach-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: attachdetach-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/certificate-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/certificate-controller.yaml deleted file mode 100644 index 27d394589d..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/certificate-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: certificate-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml deleted file mode 100644 index 3865fa89cd..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/clusterrole-aggregation-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: clusterrole-aggregation-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/cronjob-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/cronjob-controller.yaml deleted file mode 100644 index 1a0dc31e8b..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/cronjob-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: cronjob-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/daemon-set-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/daemon-set-controller.yaml deleted file mode 100644 index 68e54a8afa..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/daemon-set-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: daemon-set-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/deployment-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/deployment-controller.yaml deleted file mode 100644 index 41196639d4..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/deployment-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: deployment-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/disruption-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/disruption-controller.yaml deleted file mode 100644 index 23772c6a6c..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/disruption-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: disruption-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/endpoint-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/endpoint-controller.yaml deleted file mode 100644 index 7a6cfe55f1..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/endpoint-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: endpoint-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/expand-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/expand-controller.yaml deleted file mode 100644 index da411cd974..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/expand-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: expand-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/generic-garbage-collector.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/generic-garbage-collector.yaml deleted file mode 100644 index 33fe3eb5aa..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/generic-garbage-collector.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: generic-garbage-collector - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml deleted file mode 100644 index 4f9dae0c2e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/horizontal-pod-autoscaler.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: horizontal-pod-autoscaler - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/job-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/job-controller.yaml deleted file mode 100644 index 3ef0a0261e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/job-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: job-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/namespace-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/namespace-controller.yaml deleted file mode 100644 index 8b5f28b14e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/namespace-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: namespace-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/node-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/node-controller.yaml deleted file mode 100644 index a24bcfe3c4..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/node-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: node-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/persistent-volume-binder.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/persistent-volume-binder.yaml deleted file mode 100644 index 0dbec589c0..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/persistent-volume-binder.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: persistent-volume-binder - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/pod-garbage-collector.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/pod-garbage-collector.yaml deleted file mode 100644 index ee30ee268e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/pod-garbage-collector.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: pod-garbage-collector - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/pv-protection-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/pv-protection-controller.yaml deleted file mode 100644 index 2ab28cab4e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/pv-protection-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: pv-protection-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/pvc-protection-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/pvc-protection-controller.yaml deleted file mode 100644 index 607420a773..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/pvc-protection-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: pvc-protection-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/replicaset-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/replicaset-controller.yaml deleted file mode 100644 index 183b459ddb..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/replicaset-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: replicaset-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/replication-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/replication-controller.yaml deleted file mode 100644 index 1ff55b1526..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/replication-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: replication-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/resourcequota-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/resourcequota-controller.yaml deleted file mode 100644 index 187dbe76c3..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/resourcequota-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: resourcequota-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/service-account-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/service-account-controller.yaml deleted file mode 100644 index c15a6f4411..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/service-account-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-account-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/service-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/service-controller.yaml deleted file mode 100644 index ee16bc14f4..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/service-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/kube-system/statefulset-controller.yaml b/pkg/sync/v14/data/ServiceAccount/kube-system/statefulset-controller.yaml deleted file mode 100644 index 73868b1171..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/kube-system/statefulset-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: statefulset-controller - namespace: kube-system diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml deleted file mode 100644 index 92dc414675..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb-client.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: asb-client - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb.yaml deleted file mode 100644 index 74548b0c98..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-ansible-service-broker/asb.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: asb - namespace: openshift-ansible-service-broker diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml deleted file mode 100644 index fd890223e3..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-azure-logging/log-analytics-agent.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: log-analytics-agent - namespace: openshift-azure-logging diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml deleted file mode 100644 index 78f4af0993..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: etcd-metrics - namespace: openshift-azure-monitoring diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/geneva.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/geneva.yaml deleted file mode 100644 index 5e173f4329..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-azure-monitoring/geneva.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: geneva - namespace: openshift-azure-monitoring diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-azure/blackboxmonitor.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-azure/blackboxmonitor.yaml deleted file mode 100644 index 87fa658767..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-azure/blackboxmonitor.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: blackboxmonitor - namespace: openshift-azure diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-console/console.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-console/console.yaml deleted file mode 100644 index 9aa0573b2e..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-console/console.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - labels: - app: openshift-console - name: console - namespace: openshift-console diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-etcd/etcd-backup.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-etcd/etcd-backup.yaml deleted file mode 100644 index 7d900d8ff8..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-etcd/etcd-backup.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: etcd-backup - namespace: openshift-etcd diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml deleted file mode 100644 index 075f542e21..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/bootstrap-autoapprover.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: bootstrap-autoapprover - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-config-change-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-config-change-controller.yaml deleted file mode 100644 index 82f85e5515..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-config-change-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: build-config-change-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-controller.yaml deleted file mode 100644 index 863b65e64c..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/build-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: build-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml deleted file mode 100644 index b88cb066ee..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/cluster-quota-reconciliation-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: cluster-quota-reconciliation-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/customer-admin-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/customer-admin-controller.yaml deleted file mode 100644 index beb73e3748..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/customer-admin-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: customer-admin-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml deleted file mode 100644 index 41bd2b37aa..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/default-rolebindings-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: default-rolebindings-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/deployer-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/deployer-controller.yaml deleted file mode 100644 index 6f02ad9b4a..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/deployer-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: deployer-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml deleted file mode 100644 index 0cc84a12a8..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/deploymentconfig-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: deploymentconfig-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-import-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-import-controller.yaml deleted file mode 100644 index 77504fea3f..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-import-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: image-import-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-trigger-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-trigger-controller.yaml deleted file mode 100644 index 4864233c2d..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/image-trigger-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: image-trigger-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml deleted file mode 100644 index 4b41f7f134..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/ingress-to-route-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: ingress-to-route-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml deleted file mode 100644 index 9b6f1eb8ab..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/namespace-security-allocation-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: namespace-security-allocation-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/node-bootstrapper.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/node-bootstrapper.yaml deleted file mode 100644 index 4c21fb3a65..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/node-bootstrapper.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: node-bootstrapper - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml deleted file mode 100644 index d94e19ec6a..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/origin-namespace-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: origin-namespace-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml deleted file mode 100644 index 6721220a1d..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/pv-recycler-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: pv-recycler-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/resourcequota-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/resourcequota-controller.yaml deleted file mode 100644 index a983780e01..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/resourcequota-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: resourcequota-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/sdn-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/sdn-controller.yaml deleted file mode 100644 index c94acfe611..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/sdn-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: sdn-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml deleted file mode 100644 index ff1358ba5f..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-ingress-ip-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-ingress-ip-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml deleted file mode 100644 index dab4bb2674..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/service-serving-cert-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: service-serving-cert-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml deleted file mode 100644 index 3c3286d805..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: serviceaccount-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml deleted file mode 100644 index 214a68600a..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/serviceaccount-pull-secrets-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: serviceaccount-pull-secrets-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml deleted file mode 100644 index c2e84e349c..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/strimzi-cluster-operator.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - labels: - app: strimzi - name: strimzi-cluster-operator - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-controller.yaml deleted file mode 100644 index 82ed679fa3..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: template-instance-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml deleted file mode 100644 index d6dfd9278a..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/template-instance-finalizer-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: template-instance-finalizer-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-infra/unidling-controller.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-infra/unidling-controller.yaml deleted file mode 100644 index ee52a3dfb8..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-infra/unidling-controller.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: unidling-controller - namespace: openshift-infra diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml deleted file mode 100644 index b8da6651b3..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/cluster-monitoring-operator.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: cluster-monitoring-operator - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/metrics-server.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/metrics-server.yaml deleted file mode 100644 index cf249eea39..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-monitoring/metrics-server.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: metrics-server - namespace: openshift-monitoring diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-sdn/sdn.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-sdn/sdn.yaml deleted file mode 100644 index 89aa5971de..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-sdn/sdn.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: sdn - namespace: openshift-sdn diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/apiserver.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/apiserver.yaml deleted file mode 100644 index c7369ea216..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/apiserver.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: apiserver - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml deleted file mode 100644 index 09d46bd8ac..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-template-service-broker/templateservicebroker-client.yaml +++ /dev/null @@ -1,5 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - name: templateservicebroker-client - namespace: openshift-template-service-broker diff --git a/pkg/sync/v14/data/ServiceAccount/openshift-web-console/webconsole.yaml b/pkg/sync/v14/data/ServiceAccount/openshift-web-console/webconsole.yaml deleted file mode 100644 index d8f7eb6d69..0000000000 --- a/pkg/sync/v14/data/ServiceAccount/openshift-web-console/webconsole.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: v1 -kind: ServiceAccount -metadata: - labels: - app: openshift-web-console - name: webconsole - namespace: openshift-web-console diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml deleted file mode 100644 index d5f758c908..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/azure-controllers.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - azure-app: customer-admin-controller - k8s-app: customer-admin-controller - name: azure-controllers - namespace: openshift-monitoring -spec: - endpoints: - - interval: 30s - metrics_path: /metrics - port: http - scheme: http - jobLabel: k8s-app - namespaceSelector: - matchNames: - - openshift-infra - selector: - matchLabels: - app: customer-admin-controller diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml deleted file mode 100644 index c540739406..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/canary.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - azure-app: canary - k8s-app: canary - name: canary - namespace: openshift-monitoring -spec: - endpoints: - - interval: 1m - metrics_path: /metrics - port: http - scheme: http - jobLabel: k8s-app - namespaceSelector: - matchNames: - - openshift-azure-monitoring - selector: - matchLabels: - k8s-app: canary diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml deleted file mode 100644 index f45cebcda7..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/etcd-metrics.yaml +++ /dev/null @@ -1,31 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - azure-app: etcd-metrics - k8s-app: etcd-metrics - name: etcd-metrics - namespace: openshift-monitoring -spec: - endpoints: - - basicAuth: - password: - key: password - name: etcd-metrics - username: - key: username - name: etcd-metrics - interval: 1m - metrics_path: /metrics - port: metrics - scheme: https - tlsConfig: - caFile: /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt - serverName: etcd-metrics.openshift-azure-monitoring.svc - jobLabel: k8s-app - namespaceSelector: - matchNames: - - openshift-azure-monitoring - selector: - matchLabels: - k8s-app: etcd-metrics diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml deleted file mode 100644 index cead673969..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/metrics-bridge.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - azure-app: metrics-bridge - k8s-app: metrics-bridge - name: metrics-bridge - namespace: openshift-monitoring -spec: - endpoints: - - interval: 30s - metrics_path: /metrics - port: http - scheme: http - jobLabel: k8s-app - namespaceSelector: - matchNames: - - openshift-azure-monitoring - selector: - matchLabels: - app: metrics-bridge diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml deleted file mode 100644 index 74f56520c0..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/router-stats.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - k8s-app: router-stats - name: router-stats - namespace: openshift-monitoring -spec: - endpoints: - - basicAuth: - password: - key: password - name: router-stats - username: - key: username - name: router-stats - interval: 1m - metrics_path: /metrics - port: router-stats - scheme: http - jobLabel: router-stats - namespaceSelector: - matchNames: - - default - selector: - matchLabels: - router: router-stats diff --git a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml b/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml deleted file mode 100644 index 7e49875127..0000000000 --- a/pkg/sync/v14/data/ServiceMonitor.monitoring.coreos.com/openshift-monitoring/sync.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: monitoring.coreos.com/v1 -kind: ServiceMonitor -metadata: - labels: - azure-app: sync - k8s-app: sync - name: sync - namespace: openshift-monitoring -spec: - endpoints: - - interval: 30s - metrics_path: /metrics - port: http - scheme: http - jobLabel: k8s-app - namespaceSelector: - matchNames: - - kube-system - selector: - matchLabels: - app: sync diff --git a/pkg/sync/v14/data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml b/pkg/sync/v14/data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml deleted file mode 100644 index 777309f2dd..0000000000 --- a/pkg/sync/v14/data/StatefulSet.apps/openshift-azure-monitoring/canary.yaml +++ /dev/null @@ -1,53 +0,0 @@ -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - azure.openshift.io/sync-pod-wait-for-readiness: "false" - k8s-app: canary - name: canary - namespace: openshift-azure-monitoring -spec: - replicas: 2 - selector: - matchLabels: - k8s-app: canary - template: - metadata: - labels: - k8s-app: canary - spec: - containers: - - args: - - canary - env: - - name: HOSTNAME - valueFrom: - fieldRef: - apiVersion: v1 - fieldPath: spec.nodeName - image: '*** GENERATED ***' - name: canary - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: healthz/ready - port: 8080 - scheme: HTTP - initialDelaySeconds: 10 - volumeMounts: - - mountPath: /data - name: data - nodeSelector: - node-role.kubernetes.io/infra: "true" - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 32Gi - storageClassName: azure-disk diff --git a/pkg/sync/v14/data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml b/pkg/sync/v14/data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml deleted file mode 100644 index f7072da8f8..0000000000 --- a/pkg/sync/v14/data/StatefulSet.apps/openshift-infra/bootstrap-autoapprover.yaml +++ /dev/null @@ -1,74 +0,0 @@ -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: bootstrap-autoapprover - name: bootstrap-autoapprover - namespace: openshift-infra -spec: - replicas: 1 - selector: - matchLabels: - app: bootstrap-autoapprover - template: - metadata: - labels: - app: bootstrap-autoapprover - spec: - containers: - - args: - - | - #!/bin/bash - set -o errexit - set -o nounset - set -o pipefail - - unset KUBECONFIG - cat <